/*
Theme Name:     Lightning-child
Description:    Lightningの子テーマ
Author:         mirai-todoke
Template:       lightning

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/


/* =========================
   Lightningのh2の横棒を消す
========================= */

h2 {
	border-top: none !important;
	padding-top: 0 !important;
}

/* -----------------------------
	改行
----------------------------- */

.hidden {
	display: none;
}

.hidden.pcBlock {
	display: inline;
}

@media screen and (max-width: 640px) {
	.hidden.pcBlock {
		display: none;
	}

	.hidden.spBlock {
		display: inline;
	}
}

/*スマホcenter⇒left*/
@media screen and (max-width: 800px) {
	.mobile-left {
		text-align:left;
	}
}


/* ------------------------------------
   PCは中央寄せ、スマホだけ左寄せ
------------------------------------ */

.mobile-left {
  text-align: center !important;
}

@media screen and (max-width: 640px) {
  .mobile-left {
    text-align: left !important;
  }
}


/* -----------------------------
        汎用
----------------------------- */

.clear {
    clear:both;
}

.floatL{
        float:left;
        margin: 0;
}

.floatR{
        float:right;
        margin: -15px 0 0 20px;
}

.center{
        text-align:center;
}

.right{
        text-align:right;
}

.left{
        text-align:left;
}

.underline {
    text-decoration:underline;
}

strong {
        font-weight:bold;
}

em {
        font-weight:bold;
}

.font-bold {
        font-weight:bold;
}

.font-normal {
        font-weight:normal;
}

.indent-1 {
        margin:0 0 0 1em;
        text-indent: -1em;
}

.indent1 {
        text-indent: 1em;
}


/* =====================================================
   電子請求書・電子領収書 発行管理プラグイン 販売ページ
===================================================== */

.eir-home {
  --eir-blue: #2563eb;
  --eir-blue-dark: #1e40af;
  --eir-bg: #f4f8ff;
  --eir-text: #1f2937;
  --eir-muted: #6b7280;
  --eir-border: #dbe7ff;
  --eir-white: #ffffff;
  color: var(--eir-text);
  font-family: "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1.8;
}

.eir-home * {
  box-sizing: border-box;
}

.eir-container {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.eir-section {
  padding: 72px 0;
}

.eir-light {
  background: var(--eir-bg);
}

.eir-section h2 {
  margin: 0 0 28px;
  font-size: clamp(22px, 3vw, 32px);
  line-height: 1.35;
  text-align: center;
}

.eir-section-lead {
  max-width: 860px;
  margin: 0 auto 38px;
  text-align: center;
  font-size: 17px;
}

/* Hero */
.eir-hero {
  background:
    radial-gradient(circle at top left, rgba(37, 99, 235, 0.18), transparent 32%),
    linear-gradient(135deg, #eff6ff 0%, #ffffff 52%, #eef6ff 100%);
  padding: 88px 0;
}

.eir-hero-inner {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 46px;
  align-items: center;
}

.eir-kicker {
  display: inline-block;
  margin: 0 0 14px;
  padding: 6px 14px;
  border-radius: 999px;
  background: #dbeafe;
  color: var(--eir-blue-dark);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.eir-hero h1 {
  margin: 0 0 22px;
  font-size: clamp(22px, 3vw, 32px);
  line-height: 1.22;
  letter-spacing: 0.02em;
}

.eir-lead {
  margin: 0;
  font-size: 18px;
  color: #374151;
}

.eir-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0;
}

.eir-hero-badges span {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--eir-border);
  color: var(--eir-blue-dark);
  font-size: 13px;
  font-weight: 700;
}

.eir-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.eir-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none !important;
  transition: 0.2s ease;
}

.eir-btn-primary {
  background: var(--eir-blue);
  color: #fff !important;
  box-shadow: 0 10px 22px rgba(37, 99, 235, 0.25);
}

.eir-btn-primary:hover {
  background: var(--eir-blue-dark);
  transform: translateY(-1px);
}

.eir-btn-outline {
  background: #fff;
  color: var(--eir-blue-dark) !important;
  border: 1px solid var(--eir-blue);
}

.eir-hero-card {
  background: #fff;
  border: 1px solid var(--eir-border);
  border-radius: 24px;
  padding: 26px;
  box-shadow: 0 24px 50px rgba(30, 64, 175, 0.16);
}

.eir-document-preview {
  border: 2px solid #1f2937;
  padding: 26px;
  background: #fff;
}

.eir-preview-label {
  display: inline-block;
  margin: 0 0 18px;
  padding: 5px 10px;
  background: #eff6ff;
  color: var(--eir-blue-dark);
  font-weight: 700;
  font-size: 13px;
}

.eir-document-preview h2 {
  margin: 0 0 8px;
  font-size: 26px;
  text-align: left;
}

.eir-document-preview p {
  margin: 0 0 18px;
  color: var(--eir-muted);
}

.eir-document-preview hr {
  border: none;
  border-top: 1px solid #d1d5db;
  margin: 22px 0;
}

/* Check */
.eir-check-grid,
.eir-feature-grid,
.eir-recommend-grid {
  display: grid;
  gap: 16px;
}

.eir-check-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.eir-check-item,
.eir-recommend-grid div {
  background: #fff;
  border: 1px solid var(--eir-border);
  border-radius: 14px;
  padding: 18px 20px;
  font-weight: 700;
}

.eir-check-item::before {
  content: "\2713";
  display: inline-block;
  margin-right: 8px;
  color: var(--eir-blue);
  font-weight: 900;
}

/* Products */
.eir-two-col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.eir-product-card,
.eir-feature-card,
.eir-price-box,
.eir-faq {
  background: #fff;
  border: 1px solid var(--eir-border);
  border-radius: 18px;
  padding: 26px;
  box-shadow: 0 12px 28px rgba(30, 64, 175, 0.06);
}

.eir-product-label {
  margin: 0 0 8px;
  color: var(--eir-blue);
  font-weight: 800;
  letter-spacing: 0.08em;
}

.eir-product-card h3,
.eir-feature-card h3,
.eir-faq h3 {
  margin: 0 0 12px;
  font-size: 21px;
}

.eir-product-card p,
.eir-feature-card p,
.eir-faq p {
  margin: 0;
}

.eir-product-card ul,
.eir-price-box ul,
.eir-note-list {
  margin: 18px 0 0;
  padding-left: 1.3em;
}

.eir-product-card li,
.eir-price-box li,
.eir-note-list li {
  margin: 6px 0;
}

/* Features */
.eir-feature-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* Steps */
.eir-step-list {
  max-width: 820px;
  margin: 0 auto;
  padding: 0;
  counter-reset: eir-step;
  list-style: none;
}

.eir-step-list li {
  counter-increment: eir-step;
  position: relative;
  margin: 0 0 14px;
  padding: 18px 20px 18px 64px;
  background: #fff;
  border: 1px solid var(--eir-border);
  border-radius: 14px;
  font-weight: 700;
}

.eir-step-list li::before {
  content: counter(eir-step);
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--eir-blue);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 800;
}

/* Recommend */
.eir-recommend-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  text-align: center;
}

/* Price */
.eir-price-box {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.eir-price-label {
  display: inline-block;
  margin: 0 0 12px;
  padding: 6px 14px;
  border-radius: 999px;
  background: #dbeafe;
  color: var(--eir-blue-dark);
  font-weight: 800;
}

.eir-price-box h3 {
  margin: 0 0 22px;
  font-size: 26px;
}

.eir-price-main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 18px auto 22px;
  padding: 18px;
  border: 2px solid var(--eir-blue);
  border-radius: 16px;
  max-width: 420px;
}

.eir-price-main span {
  font-weight: 700;
}

.eir-price-main strong {
  font-size: 42px;
  line-height: 1;
  color: var(--eir-blue-dark);
}

.eir-price-main small {
  font-size: 14px;
}

.eir-price-box ul {
  display: inline-block;
  text-align: left;
}

.eir-price-note {
  margin: 22px 0 0;
  color: var(--eir-muted);
  font-size: 14px;
}

/* Notes */
.eir-note-list {
  max-width: 860px;
  margin: 0 auto;
}

/* FAQ */
.eir-faq {
  margin-bottom: 16px;
}

.eir-faq h3 {
  color: var(--eir-blue-dark);
}

/* Contact */
.eir-contact {
  background: linear-gradient(135deg, var(--eir-blue-dark), var(--eir-blue));
  color: #fff;
  padding: 76px 0;
  text-align: center;
}

.eir-contact h2 {
  margin: 0 0 14px;
  font-size: clamp(22px, 3vw, 32px);
}

.eir-contact p {
  margin: 0 auto 28px;
  max-width: 760px;
}

.eir-contact .eir-btn-primary {
  background: #fff;
  color: var(--eir-blue-dark) !important;
}

/* Responsive */
@media (max-width: 960px) {
  .eir-hero-inner,
  .eir-two-col {
    grid-template-columns: 1fr;
  }

  .eir-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .eir-check-grid,
  .eir-recommend-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .eir-section {
    padding: 52px 0;
  }

  .eir-hero {
    padding: 60px 0;
  }

  .eir-check-grid,
  .eir-feature-grid,
  .eir-recommend-grid {
    grid-template-columns: 1fr;
  }

  .eir-price-main {
    flex-direction: column;
    gap: 6px;
  }

  .eir-price-main strong {
    font-size: 36px;
  }
}

/* =====================================================
電子請求書デモページ
===================================================== */

.eii-demo-page {
--demo-blue: #2563eb;
--demo-blue-dark: #1e40af;
--demo-bg: #f4f8ff;
--demo-border: #dbe7ff;
--demo-text: #1f2937;
color: var(--demo-text);
font-family: "Yu Gothic", "Meiryo", sans-serif;
line-height: 1.8;
}

.eii-demo-page * {
box-sizing: border-box;
}

.eii-demo-hero,
.eii-demo-box,
.eii-demo-contact {
width: min(1080px, calc(100% - 32px));
margin: 0 auto 36px;
}

.eii-demo-hero {
padding: 64px 36px;
background:
radial-gradient(circle at top left, rgba(37, 99, 235, 0.16), transparent 34%),
linear-gradient(135deg, #eff6ff 0%, #ffffff 100%);
border: 1px solid var(--demo-border);
border-radius: 24px;
}

.eii-demo-label {
display: inline-block;
margin: 0 0 12px;
padding: 6px 14px;
border-radius: 999px;
background: #dbeafe;
color: var(--demo-blue-dark);
font-size: 13px;
font-weight: 700;
}

.eii-demo-hero h1 {
margin: 0 0 18px;
  font-size: clamp(22px, 3vw, 32px);
line-height: 1.25;
}

.eii-demo-hero p {
max-width: 760px;
margin: 0;
font-size: 18px;
}

.eii-demo-box {
padding: 42px 36px;
background: #fff;
border: 1px solid var(--demo-border);
border-radius: 20px;
box-shadow: 0 12px 28px rgba(30, 64, 175, 0.06);
}

.eii-demo-box h2 {
margin: 0 0 26px;
  font-size: clamp(22px, 3vw, 32px);
text-align: center;
}

.eii-demo-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 18px;
}

.eii-demo-card {
padding: 22px;
background: var(--demo-bg);
border: 1px solid var(--demo-border);
border-radius: 16px;
}

.eii-demo-card h3 {
margin: 0 0 10px;
font-size: 20px;
color: var(--demo-blue-dark);
}

.eii-demo-card p {
margin: 0;
}

.eii-demo-sample > p {
max-width: 820px;
margin: 0 auto 28px;
text-align: center;
}

.eii-demo-paper {
max-width: 780px;
margin: 0 auto;
padding: 34px;
background: #fff;
border: 2px solid #111;
}

.eii-demo-paper h3 {
margin: 0 0 16px;
padding-bottom: 10px;
border-bottom: 3px solid #111;
font-size: 30px;
}

.eii-demo-paper p {
margin: 4px 0;
}

.eii-demo-recipient {
display: inline-block;
min-width: 70%;
margin: 24px 0;
padding-bottom: 8px;
border-bottom: 1px solid #111;
font-size: 22px;
font-weight: 700;
}

.eii-demo-subject {
font-weight: 700;
margin: 0 0 18px !important;
}

.eii-demo-amount {
display: flex;
align-items: center;
gap: 12px;
border: 2px solid #111;
padding: 16px 20px;
margin: 22px 0;
}

.eii-demo-amount span {
font-weight: 700;
font-size: 18px;
}

.eii-demo-amount strong {
font-size: 34px;
line-height: 1;
}

.eii-demo-amount small {
font-size: 15px;
}

.eii-demo-paper table {
width: 100%;
border-collapse: collapse;
margin-top: 24px;
}

.eii-demo-paper th,
.eii-demo-paper td {
border: 1px solid #111;
padding: 10px 8px;
font-size: 13px;
text-align: left;
}

.eii-demo-paper th {
background: #f3f4f6;
}

.eii-demo-bank {
margin-top: 24px;
padding: 14px 16px;
border: 1px solid #aaa;
background: #fafafa;
}

.eii-demo-bank strong {
display: block;
margin-bottom: 6px;
}

.eii-demo-bank p {
margin: 0;
}

.eii-demo-list {
max-width: 760px;
margin: 0 auto;
padding-left: 1.3em;
}

.eii-demo-list li {
margin: 8px 0;
font-weight: 700;
}

.eii-demo-note {
background: var(--demo-bg);
}

.eii-demo-note p {
max-width: 760px;
margin: 0 auto;
text-align: center;
}

.eii-demo-contact {
padding: 56px 36px;
text-align: center;
background: linear-gradient(135deg, var(--demo-blue-dark), var(--demo-blue));
color: #fff;
border-radius: 24px;
}

.eii-demo-contact h2 {
margin: 0 0 14px;
  font-size: clamp(22px, 3vw, 32px);
}

.eii-demo-contact p {
margin: 0 auto 26px;
max-width: 760px;
}

.eii-demo-button {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 48px;
padding: 12px 24px;
border-radius: 999px;
background: #fff;
color: var(--demo-blue-dark) !important;
font-weight: 700;
text-decoration: none !important;
}

@media (max-width: 900px) {
.eii-demo-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}

@media (max-width: 640px) {
.eii-demo-hero,
.eii-demo-box,
.eii-demo-contact {
padding: 34px 22px;
}

.eii-demo-grid {
grid-template-columns: 1fr;
}

.eii-demo-paper {
padding: 22px;
overflow-x: auto;
}

.eii-demo-amount {
flex-wrap: wrap;
}
}


/* =====================================================
電子見積書デモページ
===================================================== */

.eee-demo-page {
--eee-blue: #2563eb;
--eee-blue-dark: #1e40af;
--eee-blue-light: #eff6ff;
--eee-text: #1f2937;
--eee-muted: #64748b;
--eee-border: #dbe4f0;
--eee-bg: #f8fafc;

color: var(--eee-text);
line-height: 1.9;
}

/* =====================================================
ヒーロー
===================================================== */

.eee-demo-hero {
max-width: 1100px;
margin: 0 auto 48px;
padding: 64px 24px;
text-align: center;
border-radius: 28px;
background:
radial-gradient(circle at top left, rgba(37, 99, 235, 0.18), transparent 34%),
linear-gradient(135deg, #ffffff 0%, #eff6ff 100%);
border: 1px solid var(--eee-border);
}

.eee-demo-label {
display: inline-block;
margin: 0 0 14px;
padding: 6px 16px;
border-radius: 999px;
background: #dbeafe;
color: var(--eee-blue-dark);
font-size: 13px;
font-weight: 700;
letter-spacing: 0.08em;
}

.eee-demo-hero h1 {
margin: 0 0 18px;
  font-size: clamp(22px, 3vw, 32px);
line-height: 1.35;
color: #0f172a;
}

.eee-demo-hero p {
max-width: 820px;
margin: 0 auto;
color: #475569;
font-size: 17px;
}

/* =====================================================
共通ボックス
===================================================== */

.eee-demo-box {
max-width: 1100px;
margin: 0 auto 42px;
padding: 42px 28px;
border-radius: 24px;
background: #fff;
border: 1px solid var(--eee-border);
box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.eee-demo-box h2 {
margin: 0 0 24px;
padding-left: 16px;
border-left: 5px solid var(--eee-blue);
color: #0f172a;
font-size: 28px;
line-height: 1.45;
}

.eee-demo-box > p {
color: #475569;
font-size: 16px;
}

/* =====================================================
カード
===================================================== */

.eee-demo-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 18px;
}

.eee-demo-card {
padding: 24px 22px;
border-radius: 18px;
background: var(--eee-bg);
border: 1px solid var(--eee-border);
}

.eee-demo-card h3 {
margin: 0 0 10px;
color: var(--eee-blue-dark);
font-size: 19px;
line-height: 1.45;
}

.eee-demo-card p {
margin: 0;
color: #475569;
font-size: 15px;
}

/* =====================================================
見積書サンプル
===================================================== */

.eee-demo-sample {
background:
linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.eee-demo-paper {
max-width: 820px;
margin: 30px auto 0;
padding: 42px;
background: #fff;
border: 1px solid #cbd5e1;
box-shadow: 0 18px 38px rgba(15, 23, 42, 0.12);
color: #111827;
}

.eee-demo-paper h3 {
margin: 0 0 18px;
padding-bottom: 12px;
border-bottom: 3px solid #111827;
font-size: 30px;
letter-spacing: 0.08em;
}

.eee-demo-paper p {
margin: 5px 0;
font-size: 14px;
}

.eee-demo-recipient {
display: inline-block;
min-width: 68%;
margin: 28px 0 18px;
padding-bottom: 8px;
border-bottom: 1px solid #111827;
font-size: 23px;
font-weight: 700;
}

.eee-demo-subject {
margin: 0 0 18px !important;
font-size: 15px !important;
}

.eee-demo-amount {
display: flex;
align-items: center;
gap: 12px;
margin: 22px 0;
padding: 16px 20px;
border: 2px solid #111827;
}

.eee-demo-amount span {
font-size: 17px;
font-weight: 700;
}

.eee-demo-amount strong {
font-size: 34px;
line-height: 1;
letter-spacing: 0.04em;
}

.eee-demo-amount small {
font-size: 14px;
font-weight: 700;
}

.eee-demo-paper table {
width: 100%;
margin: 26px 0;
border-collapse: collapse;
}

.eee-demo-paper th,
.eee-demo-paper td {
padding: 10px 8px;
border: 1px solid #111827;
font-size: 13px;
text-align: left;
vertical-align: middle;
}

.eee-demo-paper th {
background: #f1f5f9;
font-weight: 700;
}

.eee-demo-note-box {
margin: 22px 0;
padding: 14px;
border: 1px solid #cbd5e1;
background: #f8fafc;
font-size: 13px;
}

.eee-demo-note-box p {
margin: 6px 0 0;
}

.eee-demo-issuer {
width: 46%;
margin-top: 34px;
margin-left: auto;
padding-top: 8px;
border-top: 1px solid #111827;
font-size: 13px;
}

.eee-demo-issuer p {
margin: 6px 0 0;
}

/* =====================================================
入力項目リスト
===================================================== */

.eee-demo-list {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 12px 20px;
margin: 0;
padding: 0;
list-style: none;
}

.eee-demo-list li {
position: relative;
padding: 12px 14px 12px 38px;
border-radius: 12px;
background: var(--eee-blue-light);
color: #1e3a8a;
font-weight: 700;
}

.eee-demo-list li::before {
content: "?";
position: absolute;
left: 15px;
top: 12px;
color: var(--eee-blue);
font-weight: 900;
}

/* =====================================================
注意
===================================================== */

.eee-demo-note {
background: #f8fafc;
}

/* =====================================================
CTA
===================================================== */

.eee-demo-contact {
max-width: 1100px;
margin: 0 auto 48px;
padding: 48px 28px;
border-radius: 26px;
text-align: center;
color: #fff;
background:
radial-gradient(circle at top left, rgba(255, 255, 255, 0.24), transparent 30%),
linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
}

.eee-demo-contact h2 {
margin: 0 0 14px;
  font-size: clamp(22px, 3vw, 32px);
line-height: 1.45;
}

.eee-demo-contact p {
margin: 0 auto 26px;
max-width: 760px;
color: #dbeafe;
font-size: 16px;
}

.eee-demo-button {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 220px;
padding: 14px 28px;
border-radius: 999px;
background: #fff;
color: var(--eee-blue-dark);
font-weight: 800;
text-decoration: none;
box-shadow: 0 10px 24px rgba(15, 23, 42, 0.22);
transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.eee-demo-button:hover {
transform: translateY(-2px);
color: var(--eee-blue-dark);
box-shadow: 0 14px 30px rgba(15, 23, 42, 0.28);
}

/* =====================================================
スマホ対応
===================================================== */

@media (max-width: 900px) {
.eee-demo-grid {
grid-template-columns: repeat(2, 1fr);
}

.eee-demo-list {
grid-template-columns: 1fr;
}

.eee-demo-paper {
padding: 30px 22px;
}

.eee-demo-issuer {
width: 100%;
}
}

@media (max-width: 600px) {
.eee-demo-hero {
padding: 46px 20px;
border-radius: 20px;
}

.eee-demo-box {
padding: 30px 20px;
border-radius: 18px;
}

.eee-demo-grid {
grid-template-columns: 1fr;
}

.eee-demo-box h2 {
font-size: 24px;
}

.eee-demo-paper {
padding: 24px 16px;
overflow-x: auto;
}

.eee-demo-paper h3 {
font-size: 24px;
}

.eee-demo-recipient {
min-width: 100%;
font-size: 20px;
}

.eee-demo-amount {
align-items: flex-start;
flex-direction: column;
gap: 8px;
}

.eee-demo-amount strong {
font-size: 30px;
}

.eee-demo-paper table {
min-width: 720px;
}
}


/* =====================================================
   電子領収書デモページ
===================================================== */

.eir-demo-page {
  --demo-blue: #2563eb;
  --demo-blue-dark: #1e40af;
  --demo-bg: #f4f8ff;
  --demo-border: #dbe7ff;
  --demo-text: #1f2937;
  color: var(--demo-text);
  font-family: "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1.8;
}

.eir-demo-page * {
  box-sizing: border-box;
}

.eir-demo-hero,
.eir-demo-box,
.eir-demo-contact {
  width: min(1080px, calc(100% - 32px));
  margin: 0 auto 36px;
}

.eir-demo-hero {
  padding: 64px 36px;
  background:
    radial-gradient(circle at top left, rgba(37, 99, 235, 0.16), transparent 34%),
    linear-gradient(135deg, #eff6ff 0%, #ffffff 100%);
  border: 1px solid var(--demo-border);
  border-radius: 24px;
}

.eir-demo-label {
  display: inline-block;
  margin: 0 0 12px;
  padding: 6px 14px;
  border-radius: 999px;
  background: #dbeafe;
  color: var(--demo-blue-dark);
  font-size: 13px;
  font-weight: 700;
}

.eir-demo-hero h1 {
  margin: 0 0 18px;
  font-size: clamp(22px, 3vw, 32px);
  line-height: 1.25;
}

.eir-demo-hero p {
  max-width: 760px;
  margin: 0;
  font-size: 18px;
}

.eir-demo-box {
  padding: 42px 36px;
  background: #fff;
  border: 1px solid var(--demo-border);
  border-radius: 20px;
  box-shadow: 0 12px 28px rgba(30, 64, 175, 0.06);
}

.eir-demo-box h2 {
  margin: 0 0 26px;
  font-size: clamp(22px, 3vw, 32px);
  text-align: center;
}

.eir-demo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.eir-demo-card {
  padding: 22px;
  background: var(--demo-bg);
  border: 1px solid var(--demo-border);
  border-radius: 16px;
}

.eir-demo-card h3 {
  margin: 0 0 10px;
  font-size: 20px;
  color: var(--demo-blue-dark);
}

.eir-demo-card p {
  margin: 0;
}

.eir-demo-sample > p {
  max-width: 820px;
  margin: 0 auto 28px;
  text-align: center;
}

.eir-demo-paper {
  max-width: 760px;
  margin: 0 auto;
  padding: 34px;
  background: #fff;
  border: 2px solid #111;
}

.eir-demo-paper h3 {
  margin: 0 0 16px;
  padding-bottom: 10px;
  border-bottom: 3px solid #111;
  font-size: 30px;
}

.eir-demo-recipient {
  display: inline-block;
  min-width: 70%;
  margin: 24px 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #111;
  font-size: 22px;
  font-weight: 700;
}

.eir-demo-amount {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 2px solid #111;
  padding: 16px 20px;
  margin: 22px 0;
}

.eir-demo-amount span {
  font-weight: 700;
  font-size: 18px;
}

.eir-demo-amount strong {
  font-size: 34px;
  line-height: 1;
}

.eir-demo-amount small {
  font-size: 15px;
}

.eir-demo-paper table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 24px;
}

.eir-demo-paper th,
.eir-demo-paper td {
  border: 1px solid #111;
  padding: 10px 8px;
  font-size: 13px;
  text-align: left;
}

.eir-demo-paper th {
  background: #f3f4f6;
}

.eir-demo-list {
  max-width: 760px;
  margin: 0 auto;
  padding-left: 1.3em;
}

.eir-demo-list li {
  margin: 8px 0;
  font-weight: 700;
}

.eir-demo-note {
  background: var(--demo-bg);
}

.eir-demo-note p {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.eir-demo-contact {
  padding: 56px 36px;
  text-align: center;
  background: linear-gradient(135deg, var(--demo-blue-dark), var(--demo-blue));
  color: #fff;
  border-radius: 24px;
}

.eir-demo-contact h2 {
  margin: 0 0 14px;
  font-size: clamp(22px, 3vw, 32px);
}

.eir-demo-contact p {
  margin: 0 auto 26px;
  max-width: 760px;
}

.eir-demo-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 24px;
  border-radius: 999px;
  background: #fff;
  color: var(--demo-blue-dark) !important;
  font-weight: 700;
  text-decoration: none !important;
}

@media (max-width: 900px) {
  .eir-demo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .eir-demo-hero,
  .eir-demo-box,
  .eir-demo-contact {
    padding: 34px 22px;
  }

  .eir-demo-grid {
    grid-template-columns: 1fr;
  }

  .eir-demo-paper {
    padding: 22px;
    overflow-x: auto;
  }

  .eir-demo-amount {
    flex-wrap: wrap;
  }
}