
:root{
  --navy:#08284d;
  --navy2:#0d3b6b;
  --red:#df1119;
  --red2:#be0911;
  --orange:#f56a1c;
  --blue:#0f6fab;
  --ink:#09294e;
  --muted:#68798a;
  --line:#d9e4ed;
  --soft:#f3f7fb;
  --white:#fff;
  --container:1180px;
  --shadow:0 16px 34px rgba(4,35,68,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans JP","Yu Gothic",sans-serif;line-height:1.65}
img{display:block;max-width:100%;height:auto}
a{color:inherit}
.container{width:min(calc(100% - 40px),var(--container));margin:0 auto}

/* HEADER */
.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.985);border-bottom:1px solid #e9eef3;backdrop-filter:blur(10px)}
.header-shell{width:min(calc(100% - 40px),var(--container));min-height:96px;margin:0 auto;display:grid;grid-template-columns:240px minmax(0,1fr);align-items:center;column-gap:24px}
.header-brand{height:72px;display:flex;align-items:center;justify-content:flex-start}
.header-brand img{width:212px;height:auto;max-height:none;object-fit:contain;object-position:left center}
.header-right-group{display:flex;align-items:center;justify-content:flex-end;gap:28px;width:100%;margin-left:auto}
.header-payment{height:72px;display:flex;align-items:center;justify-content:center;flex:0 0 auto;width:auto;margin:0;transform:none}
.header-payment img{display:block;width:360px!important;max-width:360px!important;height:auto!important;max-height:none!important;object-fit:contain;object-position:center}
.header-contact{height:72px;display:flex;align-items:center;justify-content:flex-end;gap:10px;flex:0 0 auto;min-width:0}
.header-phone{min-height:72px;display:flex;flex-direction:column;align-items:flex-end;justify-content:center;line-height:1.12;white-space:nowrap}
.header-phone span{font-size:11px;font-weight:700;color:#7a8794;letter-spacing:.02em;margin-bottom:3px}
.header-phone a{text-decoration:none;font-size:22px;line-height:1;font-weight:900;color:var(--navy);letter-spacing:.015em}
.header-mail{min-width:222px;height:56px;display:flex;align-items:center;justify-content:center;gap:10px;padding:8px 14px;text-decoration:none;color:#fff;border:1px solid #f28b43;border-radius:12px;background:linear-gradient(180deg,#ff9b38 0%,#f36a0f 48%,#e95700 100%);box-shadow:0 8px 20px rgba(214,83,0,.2),inset 0 1px 0 rgba(255,255,255,.42);transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}
.header-mail:hover{transform:translateY(-1px);box-shadow:0 11px 24px rgba(214,83,0,.27),inset 0 1px 0 rgba(255,255,255,.5);filter:saturate(1.06)}
.header-mail:focus-visible{outline:3px solid rgba(245,106,28,.25);outline-offset:3px}
.header-mail-icon{width:34px;height:34px;display:grid;place-items:center;flex:0 0 34px;border:2px solid rgba(255,255,255,.95);border-radius:8px;font-size:21px;line-height:1;color:#fff}
.header-mail-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;line-height:1.05;white-space:nowrap}
.header-mail-copy small{font-size:10px;font-weight:800;letter-spacing:.04em;color:#fff7eb;margin-bottom:4px}
.header-mail-copy strong{font-size:16px;font-weight:900;letter-spacing:.01em;color:#fff}
.header-trustbar{display:none!important}
.trustbar-inner{display:none!important}

/* HERO */
.hero{background:linear-gradient(#edf4f9,#fff);padding:0 0 30px}
.hero-container{padding-top:0}
.hero-link{display:block;text-decoration:none}
.hero-image{width:100%;border-radius:0;box-shadow:none}
.hero-benefits{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:14px;padding:18px 0 4px;border-top:3px solid var(--navy)}
.hero-benefit{position:relative;min-height:214px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:12px;padding:22px 18px 20px;background:#fff;border:1px solid #e3ebf2;border-radius:16px;box-shadow:0 12px 28px rgba(8,40,77,.08);text-align:center;overflow:hidden;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.hero-benefit:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(8,40,77,.12);border-color:#d2dee8}
.hero-benefit-primary{box-shadow:0 14px 34px rgba(8,40,77,.11)}
.benefit-ribbon{position:absolute;top:0;left:18px;min-width:56px;padding:9px 7px 16px;background:linear-gradient(180deg,#ffe76c 0%,#f4c532 100%);color:var(--navy);font-size:12px;line-height:1.1;font-weight:900;letter-spacing:.04em;box-shadow:0 5px 10px rgba(143,103,0,.12);clip-path:polygon(0 0,100% 0,100% 82%,50% 100%,0 82%)}
.benefit-icon{width:84px;height:84px;flex:0 0 84px;display:grid;place-items:center;margin:0 auto 2px;border-radius:50%;background:linear-gradient(145deg,#edf5fb,#f8fbfe);color:var(--navy);box-shadow:inset 0 0 0 1px rgba(8,40,77,.03)}
.hero-benefit-primary .benefit-icon{background:linear-gradient(145deg,#fff2f2,#fffafa)}
.benefit-icon svg{width:52px;height:52px;display:block;transform:translateY(0)}
.hero-benefit:nth-child(2) .benefit-icon svg{transform:translateY(1px)}
.hero-benefit:nth-child(4) .benefit-icon svg{transform:translateY(1px)}
.benefit-copy{width:100%;display:flex;flex:1;flex-direction:column;align-items:center}
.benefit-copy strong{min-height:70px;display:flex;align-items:center;justify-content:center;font-size:clamp(22px,2.15vw,30px);line-height:1.18;font-weight:900;letter-spacing:-.02em;color:var(--navy);white-space:nowrap}
.benefit-copy strong em{font-style:normal;color:var(--red);font-size:1.13em}
.benefit-copy small{display:block;width:100%;margin-top:auto;padding-top:13px;border-top:1px solid #dce6ee;font-size:12px;line-height:1.5;font-weight:700;color:#5f6f7e}


/* GENERIC */
.section{padding:48px 0}
.section-white{background:#fff}
.section-soft{background:var(--soft)}
.eyebrow{font-size:12px;letter-spacing:.14em;font-weight:900;color:var(--blue)}
.eyebrow i{display:inline-block;width:8px;height:8px;border-radius:50%;background:#21bd7c;margin-right:8px;box-shadow:0 0 0 4px rgba(33,189,124,.12)}
.section-title{text-align:center;max-width:900px;margin:0 auto 25px}
.section-title h2,.bridge-copy h2,.faq-copy h2,.company-layout h2{font-size:clamp(30px,4vw,46px);line-height:1.18;margin:8px 0 10px}
.section-title p,.bridge-copy p,.faq-copy p{color:var(--muted);margin:0}
.bridge-copy{text-align:center;margin-bottom:22px}
.bridge-copy>span{font-size:12px;font-weight:900;color:var(--blue);letter-spacing:.08em}
.section-visual{width:100%;border-radius:10px;box-shadow:var(--shadow)}
.visual-link{display:block;text-decoration:none}
.visual-link img{width:100%;border-radius:10px;box-shadow:var(--shadow)}
.visual-caption{margin:8px 0 0;text-align:right;font-size:10px;color:#8a97a5}

/* ACTIVITY */
.activity-layout{display:grid;grid-template-columns:.72fr 1.45fr;gap:32px;align-items:center}
.activity-copy h2{font-size:clamp(31px,4vw,44px);line-height:1.2;margin:10px 0}
.activity-copy p{color:var(--muted)}
.text-link{font-weight:800;text-decoration:none;border-bottom:1px solid #b8c8d6}
.activity-card{background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);padding:15px}
.activity-head{height:38px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e7edf2}
.activity-head span{font-size:11px;padding:4px 8px;background:#f1f5f8;color:#778796}
.activity-viewport{height:285px;overflow:hidden}
.activity-row{height:57px;display:grid;grid-template-columns:12px 1fr auto;gap:10px;align-items:center;border-bottom:1px solid #e7edf2;transition:transform .45s ease,opacity .45s ease}
.activity-row .dot{width:8px;height:8px;background:#22ba7a;border-radius:50%}
.activity-row strong{display:block;font-size:14px}
.activity-row small{display:block;font-size:11px;color:#8794a0}
.activity-row time{font-size:12px;font-weight:900;color:var(--red)}
.simulation-note{text-align:right;font-size:9px;color:#97a2ad;margin:8px 0 0}

/* CTA */
.mid-cta{background:transparent;color:#fff;padding:24px 0}
.mid-cta-inner{min-height:126px;display:flex;align-items:center;justify-content:space-between;gap:30px;padding:24px 32px;background:linear-gradient(90deg,#b7070f,#ef171c);border-radius:0;box-shadow:0 12px 28px rgba(183,7,15,.16)}
.mid-cta-inner>div{display:flex;flex-direction:column}
.mid-cta-inner small,.mid-cta-inner span{font-size:12px}
.mid-cta-inner strong{font-size:27px;line-height:1.25;margin:3px 0}
.cta-white{background:#fff;color:var(--red);font-weight:900;text-decoration:none;padding:15px 22px;white-space:nowrap;border:1px solid rgba(255,255,255,.8);box-shadow:0 6px 16px rgba(82,0,0,.12)}

/* PRICE */
.price-section{padding-top:58px;padding-bottom:54px}
.price-title{max-width:980px;margin-bottom:30px}
.price-title h2{font-size:clamp(34px,4.3vw,52px);letter-spacing:-.03em}
.price-title h2 em{font-style:normal;color:var(--red)}
.price-flow{display:grid;grid-template-columns:1.18fr repeat(3,1fr);gap:14px;align-items:stretch}
.price-flow article{min-height:310px;padding:24px;background:#fff;border:1px solid #dce6ee;box-shadow:0 10px 26px rgba(8,40,77,.05)}
.price-zero{position:relative;overflow:hidden;background:linear-gradient(145deg,#07305d 0%,#0a4f8f 100%)!important;color:#fff;border:none!important;box-shadow:0 16px 34px rgba(8,40,77,.18)!important}
.price-zero:after{content:"";position:absolute;right:-50px;bottom:-65px;width:210px;height:210px;border-radius:50%;background:rgba(255,255,255,.055)}
.price-start{display:inline-flex;align-items:center;justify-content:center;padding:6px 18px;border:1px solid rgba(255,255,255,.7);border-radius:999px;font-size:12px;font-weight:900;letter-spacing:.05em}
.price-zero h3{font-size:26px;margin:20px 0 8px}
.price-zero strong{display:block;font-size:82px;line-height:.95;margin:10px 0;color:#ffe15a;letter-spacing:-.04em}
.price-zero em{font-style:normal;font-size:28px;color:#fff;margin-left:4px}
.price-zero-line{height:1px;background:rgba(255,255,255,.38);margin:16px 0 14px}
.price-zero p{position:relative;z-index:1;color:#e7f0f8;font-size:13px;line-height:1.75;margin:0}
.price-step{display:flex;flex-direction:column;align-items:center;text-align:center}
.price-step-head{width:100%;display:flex;align-items:center;justify-content:space-between;padding-bottom:12px;border-bottom:1px solid #e5edf3}
.price-step-head b{font-size:20px;color:#0b59a0}
.price-step-head span{font-size:10px;font-weight:900;letter-spacing:.16em;color:#7e91a3}
.price-step-icon{width:82px;height:82px;display:grid;place-items:center;margin:18px auto 8px;border-radius:50%;background:#edf5fb;color:#0d4d85}
.price-step-icon svg{width:48px;height:48px}
.price-step h3{font-size:22px;line-height:1.35;margin:10px 0;color:var(--navy)}
.price-step p{font-size:13px;line-height:1.75;color:var(--muted);margin:8px 0 0;text-align:left}
.price-assurance{display:grid;grid-template-columns:repeat(3,1fr);margin-top:20px;background:#eaf4fb;border:1px solid #d9e8f2}
.price-assurance>div{min-height:92px;display:flex;align-items:center;gap:14px;padding:16px 20px}
.price-assurance>div+div{border-left:1px solid #cfe0ec}
.assurance-icon{width:40px;height:40px;display:grid;place-items:center;flex:0 0 40px;border-radius:50%;background:#fff;color:#0f6fab;font-size:20px;font-weight:900;box-shadow:0 4px 12px rgba(8,40,77,.06)}
.price-assurance p{margin:0;display:flex;flex-direction:column}
.price-assurance strong{font-size:14px;color:var(--navy)}
.price-assurance small{margin-top:3px;font-size:10px;line-height:1.5;color:#6b7d8d}

/* REASON */
.reason-section{padding-top:58px;padding-bottom:58px;background:linear-gradient(180deg,#fff 0%,#f8fbfd 100%)}
.reason-title{max-width:900px;margin-bottom:30px}
.reason-title h2{font-size:clamp(38px,4.8vw,58px);letter-spacing:-.03em}
.reason-title h2 em{font-style:normal;color:#0b61ad}
.reason-board{display:grid;grid-template-columns:1fr 42px 1.05fr .86fr;gap:14px;align-items:stretch}
.reason-panel{background:#fff;border:1px solid #dce6ee;box-shadow:0 10px 26px rgba(8,40,77,.05);overflow:hidden}
.reason-panel-head{padding:14px 18px;text-align:center;font-size:17px;font-weight:900}
.reason-panel-muted .reason-panel-head{background:#6d7882;color:#fff}
.reason-panel-strong{border:2px solid #0f6fab}
.reason-panel-strong .reason-panel-head{background:linear-gradient(90deg,#0a4f8f,#1486c9);color:#fff}
.reason-cost-stack{padding:18px;display:grid;gap:8px}
.reason-cost-stack span{display:block;padding:10px 12px;background:#eef2f5;border:1px solid #e1e7ec;text-align:center;font-size:12px;font-weight:800;color:#667583}
.reason-panel>p{margin:0;padding:14px 18px 18px;font-size:12px;line-height:1.6;text-align:center;color:#647687}
.reason-panel-muted>p{background:#f3f5f7}
.reason-center-icon{width:74px;height:74px;display:grid;place-items:center;margin:18px auto 0;border-radius:50%;background:#eaf4fb;color:#0b61ad}
.reason-center-icon svg{width:48px;height:48px}
.strong-stack{padding-top:12px}
.strong-stack span{background:#f5fbff;border-color:#d6e9f5;color:#0a3c69}
.strong-stack span:first-child{background:#fff8cf;border-color:#f1dd74;color:#17324d}
.reason-arrow{display:grid;place-items:center;font-size:34px;font-weight:900;color:#7890a5}
.reason-points{padding:22px;background:#fff;border:1px solid #dce6ee;box-shadow:0 10px 26px rgba(8,40,77,.05)}
.reason-points h3{font-size:22px;line-height:1.35;margin:0 0 12px;color:#0a4f8f}
.reason-points ul{list-style:none;padding:0;margin:0}
.reason-points li{display:flex;gap:10px;padding:12px 0;border-top:1px solid #e5edf3}
.reason-points li>span{width:25px;height:25px;display:grid;place-items:center;flex:0 0 25px;border-radius:50%;background:#0f6fab;color:#fff;font-size:13px;font-weight:900}
.reason-points li div{display:flex;flex-direction:column}
.reason-points li strong{font-size:13px;color:var(--navy)}
.reason-points li small{font-size:10px;line-height:1.5;color:#6f7f8e;margin-top:2px}
.reason-assurance{display:grid;grid-template-columns:repeat(3,1fr);margin-top:18px;background:#f1f7fb;border:1px solid #dce8f1}
.reason-assurance>div{padding:15px 18px;text-align:center}
.reason-assurance>div+div{border-left:1px solid #d4e2ec}
.reason-assurance strong{display:block;font-size:13px;color:var(--navy)}
.reason-assurance span{display:block;margin-top:3px;font-size:10px;color:#728291}

/* TRUST */
.partners-visual-wrap{background:#fff;border:1px solid var(--line);box-shadow:0 10px 24px rgba(4,35,68,.06);overflow:hidden}
.partners-visual{display:block;width:100%;height:auto}
.trust-note{text-align:center;font-size:10px;color:#8b98a5;margin-top:10px}

/* FAQ */
.faq-layout{display:grid;grid-template-columns:.68fr 1.45fr;gap:42px}
.faq-list details{border-bottom:1px solid var(--line);padding:16px 4px}
.faq-list summary{cursor:pointer;list-style:none;font-weight:900;position:relative;padding-right:30px;font-size:16px}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary:after{content:"+";position:absolute;right:0;color:var(--orange);font-size:22px}
.faq-list details[open] summary:after{content:"−"}
.faq-list p{color:var(--muted);font-size:13px;margin:10px 0 0}

/* CONTACT */
.contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:center}
.contact-copy h2{font-size:clamp(40px,5vw,58px);line-height:1.1;margin:8px 0 14px}
.contact-copy>p{color:var(--muted)}
.contact-phone{display:inline-flex;flex-direction:column;text-decoration:none;font-size:32px;font-weight:900;margin:14px 0}
.contact-phone small{font-size:11px;color:var(--orange)}
.contact-trust{display:grid;grid-template-columns:1fr 1fr;gap:8px 16px;list-style:none;padding:0;margin:16px 0 0}
.contact-trust li{font-size:13px;font-weight:800}
.contact-trust li:before{content:"✓";color:var(--orange);margin-right:7px}
.contact-form{background:#fff;padding:28px;box-shadow:var(--shadow);border:1px solid #e1e8ee}
.form-kicker{font-size:12px;color:var(--orange);font-weight:900}
.contact-form h3{font-size:26px;margin:5px 0 18px}
.contact-form label{display:block;font-size:13px;font-weight:900;margin:13px 0}
.contact-form label b{font-size:10px;color:var(--red)}
.contact-form label small{font-weight:400;color:var(--muted)}
.contact-form input[type=text],.contact-form input[type=tel],.contact-form textarea{display:block;width:100%;margin-top:6px;padding:13px 14px;border:1px solid #ccd8e3;outline:none;font:inherit}
.contact-form input:focus,.contact-form textarea:focus{border-color:#4281b7;box-shadow:0 0 0 3px rgba(66,129,183,.12)}
.privacy-check{display:flex!important;gap:7px;align-items:center;font-weight:500!important}
.submit-btn{width:100%;border:0;padding:16px;background:linear-gradient(135deg,var(--red),var(--red2));color:#fff;font-weight:900;font-size:16px;cursor:pointer}
.form-assurance,.form-message{text-align:center;font-size:10px;color:#83909c}
.form-message.error{color:var(--red);font-weight:800}
.form-message.success{color:#148453;font-weight:800}
.under-cta{text-align:center;margin-top:18px}
.under-cta a{display:inline-block;background:var(--red);color:#fff;text-decoration:none;font-weight:900;padding:14px 24px}

/* COMPANY / FOOTER */
.company-layout{display:grid;grid-template-columns:.32fr 1fr;gap:45px}
.company-layout dl{margin:0}
.company-layout dl>div{display:grid;grid-template-columns:130px 1fr;padding:11px 0;border-bottom:1px solid var(--line)}
.company-layout dt{font-weight:900}
.company-layout dd{margin:0;color:#667788}
.company-layout dd a{text-decoration:none}
.footer{background:var(--navy);color:#fff;padding:18px 0;font-size:12px}
.footer-inner{display:flex;justify-content:space-between;gap:20px}
.footer a{color:#fff}
.mobile-fixed-cta{display:none}

@media(max-width:980px){
  .header-shell{gap:16px}
  .header-left{gap:12px}
  .header-brand img{width:190px}
  .header-payment{flex-basis:300px}
  .header-payment img{max-width:300px}
  .header-phone a{font-size:18px}
  .header-mail{display:none}
  .activity-layout,.faq-layout,.contact-layout,.company-layout{grid-template-columns:1fr}
  .price-flow{grid-template-columns:repeat(2,1fr)}
  .price-assurance{grid-template-columns:1fr}
  .price-assurance>div+div{border-left:0;border-top:1px solid #cfe0ec}
  .reason-board{grid-template-columns:1fr 36px 1fr}
  .reason-points{grid-column:1 / -1}
  .reason-assurance{grid-template-columns:1fr}
  .reason-assurance>div+div{border-left:0;border-top:1px solid #d4e2ec}
  .brand-grid{grid-template-columns:repeat(3,1fr)}
}

/* =========================================================
   v22 REASON general-flow fit fix
   - Scope: 「一般的な多重構造の例」only
   - Prevents the 4-node flow from overflowing its card
   ========================================================= */
.reason-flow-line-general{
  display:grid;
  grid-template-columns:minmax(0,1fr) 16px minmax(0,1fr) 16px minmax(0,1fr) 16px minmax(0,1fr);
  align-items:center;
  justify-items:center;
  column-gap:0;
  width:100%;
  padding:28px 12px 22px;
  box-sizing:border-box;
}
.reason-flow-line-general .reason-node{
  min-width:0;
  width:100%;
  gap:9px;
}
.reason-flow-line-general .reason-node-icon{
  width:54px;
  height:54px;
  font-size:17px;
}
.reason-flow-line-general .reason-node strong{
  font-size:11px;
  line-height:1.35;
  white-space:nowrap;
}
.reason-flow-line-general .reason-flow-arrow{
  width:16px;
  font-size:27px;
  text-align:center;
  line-height:1;
}

@media(max-width:700px){
  body{padding-bottom:58px}
  .container{width:min(calc(100% - 22px),var(--container))}
  .site-header{position:sticky}
  .header-shell{width:min(calc(100% - 22px),var(--container));min-height:70px;display:flex;gap:8px}
  .header-left{flex:1 1 auto;gap:0}
  .header-brand img{width:180px;max-height:58px}
  .header-payment{display:none}
  .header-contact{gap:4px}
  .header-phone span{display:none}
  .header-phone a{font-size:15px}
  .header-trustbar{display:none}
  .hero{padding-bottom:20px}
  .hero-container{width:100%}
  .hero-image{width:100%;border-radius:0}
  .hero-benefits{width:calc(100% - 22px);margin:10px auto 0;padding:14px 0 2px;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .hero-benefit{min-height:176px;padding:18px 10px 16px;border-radius:12px;gap:8px}
  .benefit-ribbon{left:10px;min-width:44px;padding:7px 5px 13px;font-size:10px}
  .benefit-icon{width:62px;height:62px;flex-basis:62px}
  .benefit-icon svg{width:40px;height:40px}
  .benefit-copy strong{min-height:52px;font-size:17px;white-space:normal}
  .benefit-copy small{margin-top:auto;padding-top:10px;font-size:10px}
  .section{padding:38px 0}
  .activity-layout{gap:22px}
  .activity-viewport{height:260px}
  .activity-row{height:52px}
  .section-visual,.visual-link img{border-radius:0}
  .mid-cta{padding:14px 0}
  .mid-cta-inner{padding:20px 18px;flex-direction:column;align-items:stretch;gap:16px}
  .mid-cta-inner strong{font-size:22px}
  .cta-white{text-align:center}
  .price-title h2{font-size:32px}
  .price-flow{grid-template-columns:1fr}
  .price-flow article{min-height:auto}
  .price-assurance{grid-template-columns:1fr}
  .reason-title h2{font-size:36px}
  .reason-board{grid-template-columns:1fr;gap:12px}
  .reason-arrow{transform:rotate(90deg);min-height:30px}
  .reason-points{grid-column:auto}
  .reason-assurance{grid-template-columns:1fr}
  .brand-logo-card{min-height:84px;padding:10px 6px}
  .brand-logo-card img{width:36px;height:36px}
  .brand-logo-card span{font-size:12px}
  .contact-trust{grid-template-columns:1fr}
  .company-layout dl>div{grid-template-columns:1fr;gap:3px}
  .footer-inner{flex-direction:column;text-align:center}
  .mobile-fixed-cta{position:fixed;left:0;right:0;bottom:0;z-index:130;display:grid;grid-template-columns:1fr 1fr;box-shadow:0 -8px 22px rgba(0,0,0,.16)}
  .mobile-fixed-cta a{padding:14px 5px;text-align:center;color:#fff;text-decoration:none;font-weight:900}
  .mobile-fixed-cta a:first-child{background:var(--navy)}
  .mobile-fixed-cta a:last-child{background:var(--red)}
}

/* ===== v9 approved-delta overrides ===== */
/* FV: force approved square-corner state and prevent parent clipping/masking */
.hero,
.hero-container,
.hero-link,
.hero-image{
  border-radius:0!important;
  clip-path:none!important;
  -webkit-clip-path:none!important;
  mask:none!important;
  -webkit-mask:none!important;
}
.hero-container,.hero-link{overflow:visible!important}
.hero-image{display:block;width:100%;height:auto;object-fit:cover;box-shadow:none!important}

/* Benefit icon optical alignment */
.benefit-icon{display:flex!important;align-items:center!important;justify-content:center!important}
.benefit-icon svg{width:48px!important;height:48px!important;transform:none!important}
.benefit-icon-yen span{display:block;font-size:52px;line-height:1;font-weight:900;transform:translateY(-1px)}
.hero-benefit:nth-child(2) .benefit-icon svg,
.hero-benefit:nth-child(3) .benefit-icon svg,
.hero-benefit:nth-child(4) .benefit-icon svg{transform:none!important}

/* Mid CTA: approved content width + square corners */
.mid-cta{background:transparent!important;color:#fff;padding:24px 0!important}
.mid-cta-inner{
  width:min(calc(100% - 40px),var(--container));
  min-height:126px;
  margin:0 auto;
  padding:24px 32px!important;
  background:linear-gradient(90deg,#b7070f,#ef171c)!important;
  border-radius:0!important;
  box-shadow:0 12px 28px rgba(183,7,15,.16)!important;
}

/* PRICE — approved premium card / step / assurance direction */
.price-section{
  position:relative;
  overflow:hidden;
  padding:66px 0 58px!important;
  background:
    radial-gradient(circle at 92% 8%,rgba(15,111,171,.08),transparent 31%),
    linear-gradient(180deg,#f9fcff 0%,#eef5fb 100%)!important;
}
.price-section:before{
  content:"";
  position:absolute;inset:0;
  background:linear-gradient(110deg,rgba(255,255,255,.9),rgba(255,255,255,.25) 58%,rgba(255,255,255,0));
  pointer-events:none;
}
.price-section>.container{position:relative;z-index:1}
.price-title{max-width:1040px!important;margin-bottom:34px!important}
.price-title:before,.reason-title:before{
  content:"";display:inline-block;width:70px;height:1px;background:#7f97ad;vertical-align:middle;margin:0 14px 4px 0;
}
.price-title:after,.reason-title:after{
  content:"";display:inline-block;width:70px;height:1px;background:#7f97ad;vertical-align:middle;margin:0 0 4px 14px;
}
.price-title .eyebrow,.reason-title .eyebrow{display:inline-block}
.price-title h2{font-size:clamp(38px,4.6vw,58px)!important;line-height:1.12!important;margin:12px 0 12px!important}
.price-title h2 em{color:#d60000!important}
.price-title p{font-size:15px;line-height:1.8;color:#5d7184!important}
.price-flow-premium{
  display:grid!important;
  grid-template-columns:1.12fr 34px 1fr 34px 1fr 34px 1fr!important;
  gap:0!important;
  align-items:stretch!important;
}
.price-flow-premium article{
  min-height:360px!important;
  border-radius:6px;
  box-shadow:0 12px 30px rgba(8,40,77,.08)!important;
}
.price-zero{
  min-height:360px!important;
  padding:34px 30px!important;
  background:linear-gradient(145deg,#07305d 0%,#0a4f8f 100%)!important;
  border:0!important;
  border-radius:6px!important;
  box-shadow:0 16px 34px rgba(8,40,77,.18)!important;
}
.price-zero:after{right:-58px!important;bottom:-72px!important;width:230px!important;height:230px!important}
.price-start{padding:7px 20px!important;border-radius:999px!important;font-size:12px!important}
.price-zero h3{font-size:25px!important;margin:22px 0 8px!important}
.price-zero strong{font-size:92px!important;color:#ffd84a!important;margin:12px 0!important}
.price-zero p{font-size:13px!important;line-height:1.8!important}
.price-step{
  min-height:360px!important;
  padding:28px 24px!important;
  background:#fff!important;
  border:1px solid #dce6ee!important;
  border-radius:6px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  text-align:center!important;
}
.price-step-head{padding-bottom:14px!important}
.price-step-head b{font-size:22px!important}
.price-step-icon{width:86px!important;height:86px!important;margin:22px auto 10px!important}
.price-step-icon svg{width:50px!important;height:50px!important}
.price-step h3{font-size:23px!important;margin:12px 0 8px!important}
.price-step p{font-size:13px!important;line-height:1.8!important;text-align:left!important}
.price-arrow{
  display:grid;place-items:center;
  font-size:52px;font-weight:300;color:#718ba2;
  transform:translateY(-2px)
}
.price-assurance{
  margin-top:24px!important;
  min-height:108px;
  background:linear-gradient(180deg,#edf7fd,#e3f0f8)!important;
  border:1px solid #d3e5f0!important;
  box-shadow:0 8px 22px rgba(8,40,77,.04)
}
.price-assurance>div{padding:18px 22px!important;gap:15px!important}
.assurance-icon{width:44px!important;height:44px!important;flex-basis:44px!important;font-size:21px!important;border:1px solid #d3e4ef}
.assurance-doc{font-family:Georgia,serif;font-size:25px!important;line-height:1}
.price-assurance strong{font-size:15px!important}
.price-assurance small{font-size:11px!important}

/* REASON — approved compare-flow / explanation / reassurance direction */
.reason-section{
  position:relative;
  overflow:hidden;
  padding:68px 0 62px!important;
  background:
    radial-gradient(circle at 8% 14%,rgba(11,97,173,.07),transparent 28%),
    linear-gradient(180deg,#fff 0%,#f6fbfe 100%)!important;
}
.reason-title{max-width:980px!important;margin-bottom:34px!important}
.reason-title h2{font-size:clamp(40px,5vw,62px)!important;line-height:1.08!important;margin:12px 0 14px!important}
.reason-title h2 em{color:#0b61ad!important}
.reason-title p{font-size:15px!important;line-height:1.8!important}
.reason-premium-grid{
  display:grid;
  grid-template-columns:minmax(0,2fr) minmax(290px,.9fr);
  gap:24px;
  align-items:stretch;
}
.reason-compare{
  display:grid;
  grid-template-columns:1fr 48px 1fr;
  gap:14px;
  align-items:stretch;
}
.reason-flow-card{
  background:#fff;
  border:1px solid #dce6ee;
  box-shadow:0 12px 30px rgba(8,40,77,.07);
  overflow:hidden;
  display:flex;
  flex-direction:column;
}
.reason-flow-head{
  min-height:58px;display:grid;place-items:center;
  padding:14px 18px;
  font-size:18px;font-weight:900;text-align:center;
}
.reason-flow-general .reason-flow-head{background:linear-gradient(180deg,#7a858e,#67717b);color:#fff}
.reason-flow-direct{border:2px solid #1577ba}
.reason-flow-direct .reason-flow-head{background:linear-gradient(90deg,#0b4e8d,#1590d2);color:#fff}
.reason-flow-line{
  min-height:200px;
  padding:28px 20px 22px;
  display:flex;align-items:center;justify-content:center;gap:9px;
  background:linear-gradient(180deg,#fff,#fafcfe);
}
.reason-node{min-width:76px;display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center}
.reason-node strong{font-size:12px;line-height:1.35;color:#183b5c}
.reason-node-icon,.reason-house{
  width:62px;height:62px;display:grid;place-items:center;border-radius:50%;
  background:#eef4f8;color:#345b77;font-size:19px;font-weight:900;
}
.reason-flow-direct .reason-node-icon{background:#eaf5fc;color:#0d6fb3}
.reason-node-main{min-width:132px}
.reason-house{width:86px;height:86px;background:linear-gradient(145deg,#0d4e8d,#1486c9);color:#fff;font-size:42px;box-shadow:0 8px 20px rgba(13,78,141,.18)}
.reason-flow-arrow{font-size:34px;color:#8396a8;font-weight:300}
.reason-flow-card>p{margin:auto 0 0!important;padding:18px 22px 20px!important;background:#f5f8fa;font-size:13px!important;line-height:1.7!important;text-align:center!important;color:#657786!important}
.reason-flow-direct>p{background:#f5fbff!important;color:#173d5e!important}
.reason-flow-direct>p strong{box-shadow:inset 0 -8px 0 rgba(255,224,78,.7)}
.reason-switch{display:grid;place-items:center;font-size:42px;font-weight:700;color:#728da5}
.reason-points-premium{
  padding:28px 26px!important;
  background:#fff!important;
  border:1px solid #dce6ee!important;
  box-shadow:0 12px 30px rgba(8,40,77,.07)!important;
}
.reason-points-premium h3{font-size:24px!important;line-height:1.4!important;margin-bottom:16px!important}
.reason-points-premium li{padding:14px 0!important}
.reason-points-premium li>span{width:28px!important;height:28px!important;flex-basis:28px!important}
.reason-points-premium li strong{font-size:14px!important}
.reason-points-premium li small{font-size:11px!important}
.reason-message{
  margin-top:24px;
  min-height:126px;
  display:grid;
  grid-template-columns:62px 1fr auto;
  align-items:center;
  gap:18px;
  padding:24px 28px;
  background:linear-gradient(90deg,#edf7fd,#f8fbfe);
  border:1px solid #d8e8f2;
  box-shadow:0 8px 22px rgba(8,40,77,.04);
}
.reason-message-mark{width:54px;height:54px;display:grid;place-items:center;border-radius:50%;background:#0f6fab;color:#fff;font-size:24px;font-weight:900}
.reason-message strong{display:block;font-size:20px;line-height:1.45;color:#0b3962}
.reason-message p{margin:7px 0 0;font-size:12px;line-height:1.7;color:#66798a}
.reason-message>span{font-family:"Yu Mincho","Hiragino Mincho ProN",serif;font-size:18px;line-height:1.7;font-weight:700;color:#123c62;white-space:nowrap;transform:rotate(-3deg)}

@media(max-width:980px){
  .price-flow-premium{grid-template-columns:1fr 24px 1fr!important;row-gap:16px!important}
  .price-flow-premium .price-arrow:nth-of-type(2),
  .price-flow-premium .price-arrow:nth-of-type(3){display:none}
  .reason-premium-grid{grid-template-columns:1fr}
  .reason-points-premium{max-width:none}
}

@media(max-width:700px){
  .hero,.hero-container,.hero-link,.hero-image{border-radius:0!important}
  .benefit-icon svg{width:38px!important;height:38px!important}
  .benefit-icon-yen span{font-size:40px}
  .mid-cta{padding:14px 0!important}
  .mid-cta-inner{width:min(calc(100% - 22px),var(--container));padding:20px 18px!important}
  .price-section,.reason-section{padding:46px 0!important}
  .price-title:before,.price-title:after,.reason-title:before,.reason-title:after{display:none}
  .price-title h2{font-size:34px!important}
  .price-flow-premium{grid-template-columns:1fr!important;gap:12px!important}
  .price-arrow{display:none!important}
  .price-flow-premium article,.price-zero,.price-step{min-height:auto!important}
  .price-zero{padding:28px 22px!important}
  .price-zero strong{font-size:76px!important}
  .price-assurance{grid-template-columns:1fr!important}
  .price-assurance>div+div{border-left:0!important;border-top:1px solid #cfe0ec}
  .reason-title h2{font-size:38px!important}
  .reason-compare{grid-template-columns:1fr!important;gap:12px!important}
  .reason-switch{transform:rotate(90deg);font-size:34px}
  .reason-flow-line{min-height:170px;padding:22px 10px;gap:6px}

  .reason-flow-line-general{
    grid-template-columns:minmax(0,1fr) 12px minmax(0,1fr) 12px minmax(0,1fr) 12px minmax(0,1fr);
    padding:22px 8px;
  }
  .reason-flow-line-general .reason-node-icon{width:46px;height:46px;font-size:14px}
  .reason-flow-line-general .reason-node strong{font-size:10px}
  .reason-flow-line-general .reason-flow-arrow{width:12px;font-size:21px}
  .reason-node{min-width:58px}
  .reason-node-main{min-width:104px}
  .reason-node-icon{width:50px;height:50px;font-size:15px}
  .reason-house{width:70px;height:70px;font-size:34px}
  .reason-flow-arrow{font-size:25px}
  .reason-message{grid-template-columns:48px 1fr;padding:20px 18px}
  .reason-message-mark{width:44px;height:44px;font-size:20px}
  .reason-message strong{font-size:17px}
  .reason-message>span{grid-column:1/-1;justify-self:center;text-align:center;font-size:16px;white-space:normal}
}

/* =========================================================
   v10 approved hero-benefit cards — isolated from legacy CSS
   ========================================================= */
.hero .benefit-grid-v10{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:16px!important;
  margin-top:14px!important;
  padding:18px 0 4px!important;
  border-top:3px solid var(--navy)!important;
}
.hero .benefit-card-v10{
  position:relative;
  min-height:230px;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:14px!important;
  padding:22px 18px 20px!important;
  background:#fff!important;
  border:1px solid #e3ebf2!important;
  border-radius:16px!important;
  box-shadow:0 12px 28px rgba(8,40,77,.08)!important;
  text-align:center!important;
  overflow:hidden!important;
}
.hero .benefit-card-v10-primary{box-shadow:0 14px 34px rgba(8,40,77,.11)!important}
.hero .benefit-ribbon-v10{
  position:absolute;
  top:0;
  left:18px;
  z-index:2;
  min-width:56px;
  padding:9px 7px 16px;
  background:linear-gradient(180deg,#ffe76c 0%,#f4c532 100%);
  color:var(--navy);
  font-size:12px;
  line-height:1.1;
  font-weight:900;
  letter-spacing:.04em;
  box-shadow:0 5px 10px rgba(143,103,0,.12);
  clip-path:polygon(0 0,100% 0,100% 82%,50% 100%,0 82%);
}
.hero .benefit-icon-v10{
  width:84px;
  height:84px;
  flex:0 0 84px;
  margin:0 auto 2px;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:50%;
  background:linear-gradient(145deg,#edf5fb,#f8fbfe);
  color:var(--navy);
  box-shadow:inset 0 0 0 1px rgba(8,40,77,.03);
}
.hero .benefit-card-v10-primary .benefit-icon-v10{background:linear-gradient(145deg,#fff2f2,#fffafa)}
.hero .benefit-icon-v10 svg{
  display:block;
  width:48px;
  height:48px;
  overflow:visible;
  transform:none!important;
  transform-origin:center center!important;
}
.hero .benefit-copy-v10{
  width:100%;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  margin-top:0!important;
}
.hero .benefit-copy-v10 strong{
  display:block;
  font-size:clamp(22px,2.15vw,30px)!important;
  line-height:1.18!important;
  font-weight:900!important;
  letter-spacing:-.02em;
  color:var(--navy)!important;
  white-space:nowrap;
}
.hero .benefit-copy-v10 strong em{
  font-style:normal;
  color:var(--red)!important;
  font-size:1.13em;
}
.hero .benefit-copy-v10 small{
  display:block;
  width:100%;
  margin-top:16px!important;
  padding-top:13px!important;
  border-top:1px solid #dce6ee;
  font-size:12px!important;
  line-height:1.5!important;
  font-weight:700!important;
  color:#5f6f7e!important;
}

/* Keep the approved FV square regardless of legacy or cached rules */
.hero,.hero-container,.hero-link,.hero-image{
  border-radius:0!important;
  clip-path:none!important;
  -webkit-clip-path:none!important;
  mask:none!important;
  -webkit-mask:none!important;
}
.hero-image{display:block!important;width:100%!important;height:auto!important;box-shadow:none!important}

@media(max-width:700px){
  .hero .benefit-grid-v10{
    width:calc(100% - 22px)!important;
    margin:10px auto 0!important;
    padding:14px 0 2px!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
  }
  .hero .benefit-card-v10{
    min-height:184px;
    padding:18px 10px 16px!important;
    border-radius:12px!important;
    gap:9px!important;
  }
  .hero .benefit-ribbon-v10{left:10px;min-width:44px;padding:7px 5px 13px;font-size:10px}
  .hero .benefit-icon-v10{width:62px;height:62px;flex-basis:62px}
  .hero .benefit-icon-v10 svg{width:38px;height:38px}
  .hero .benefit-copy-v10 strong{font-size:17px!important;white-space:normal}
  .hero .benefit-copy-v10 small{margin-top:11px!important;padding-top:10px!important;font-size:10px!important}
}


/* =========================================================
   v15 CAMPAIGN — ADDITIVE ONLY
   Existing v11 selectors are not modified below.
   ========================================================= */
.campaign-v15{
  position:relative;
  overflow:hidden;
  padding:58px 0 62px;
  background:
    radial-gradient(circle at 82% 22%,rgba(15,111,171,.12),transparent 28%),
    linear-gradient(180deg,#f8fbfe 0%,#edf5fa 100%);
}
.campaign-v15:before{
  content:"";
  position:absolute;
  z-index:0;
  left:-8%;
  top:-126px;
  width:62%;
  height:215px;
  background:#0b3866;
  transform:rotate(-5deg);
}
.campaign-v15:after{
  content:"";
  position:absolute;
  z-index:0;
  right:-14%;
  bottom:-128px;
  width:72%;
  height:220px;
  background:#0b3866;
  transform:rotate(-7deg);
}
.campaign-v15>.container{position:relative;z-index:1}
.campaign-v15-panel{
  min-height:570px;
  display:grid;
  grid-template-columns:minmax(0,1.48fr) minmax(280px,.72fr);
  align-items:center;
  gap:34px;
  padding:44px 50px 40px;
  background:linear-gradient(90deg,rgba(255,255,255,.985),rgba(255,255,255,.96) 58%,rgba(244,249,253,.94));
  border:1px solid #d9e5ee;
  box-shadow:0 18px 44px rgba(8,40,77,.11);
}
.campaign-v15-copy{position:relative;z-index:2}
.campaign-v15-badge{
  width:max-content;
  min-width:360px;
  max-width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  margin-bottom:16px;
  padding:12px 24px;
  color:#fff;
  background:linear-gradient(180deg,#caa646,#9a7423);
  clip-path:polygon(4% 0,96% 0,100% 50%,96% 100%,4% 100%,0 50%);
  font-size:20px;
  line-height:1;
  font-weight:900;
  letter-spacing:.04em;
}
.campaign-v15-kicker{
  margin:0 0 4px;
  color:#718497;
  font-size:11px;
  font-weight:900;
  letter-spacing:.12em;
}
.campaign-v15-copy h2{
  margin:0;
  color:#08284d;
  font-size:clamp(36px,4.25vw,56px);
  line-height:1.11;
  letter-spacing:-.035em;
  font-weight:900;
}
.campaign-v15-copy h2 strong{
  display:inline-block;
  margin:5px 7px 0 0;
  color:#e83c16;
  font-size:1.34em;
  line-height:.98;
  letter-spacing:-.045em;
  box-shadow:inset 0 -10px 0 rgba(255,214,78,.32);
}
.campaign-v15-copy h2 strong small{
  margin-left:3px;
  font-size:.46em;
}
.campaign-v15-mobile-only{display:none}
.campaign-v15-lead{
  max-width:760px;
  margin:20px 0 18px;
  color:#29445e;
  font-size:14px;
  line-height:1.85;
  font-weight:600;
}
.campaign-v15-points{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  max-width:800px;
}
.campaign-v15-points>div{
  min-height:78px;
  display:flex;
  align-items:center;
  gap:11px;
  padding:12px 14px;
  background:#fff;
  border:1px solid #d6e3ed;
  border-radius:8px;
  box-shadow:0 7px 18px rgba(8,40,77,.055);
}
.campaign-v15-icon{
  width:42px;
  height:42px;
  flex:0 0 42px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#edf5fb;
  color:#0d4c82;
  font-size:20px;
  font-weight:900;
}
.campaign-v15-points p{
  margin:0;
  display:flex;
  flex-direction:column;
  line-height:1.15;
}
.campaign-v15-points small{
  color:#667b8f;
  font-size:10px;
  font-weight:800;
}
.campaign-v15-points strong{
  margin-top:3px;
  color:#08284d;
  font-size:20px;
}
.campaign-v15-note{
  margin:13px 0 17px;
  color:#778796;
  font-size:10px;
  line-height:1.55;
}
.campaign-v15-cta{
  width:min(100%,660px);
  min-height:70px;
  display:grid;
  grid-template-columns:42px 1fr 24px;
  align-items:center;
  gap:10px;
  padding:12px 24px;
  color:#fff;
  text-decoration:none;
  border:2px solid rgba(255,255,255,.9);
  border-radius:999px;
  background:linear-gradient(180deg,#ff7540,#ed4a1c 52%,#d8330d);
  box-shadow:0 10px 24px rgba(188,56,14,.24),inset 0 1px 0 rgba(255,255,255,.45);
}
.campaign-v15-cta>span{font-size:29px;text-align:center}
.campaign-v15-cta>strong{font-size:22px;text-align:center;letter-spacing:.02em}
.campaign-v15-cta>b{font-size:35px;line-height:1;font-weight:400}
.campaign-v15-visual{
  position:relative;
  min-height:410px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.campaign-v15-visual:before{
  content:"";
  position:absolute;
  width:350px;
  height:350px;
  border-radius:50%;
  background:radial-gradient(circle,#fff 0%,#eef5fa 62%,rgba(238,245,250,0) 72%);
}
.campaign-v15-visual>p{
  position:absolute;
  z-index:5;
  top:22px;
  right:8px;
  margin:0;
  color:#173e64;
  font-family:"Yu Mincho","Hiragino Mincho ProN",serif;
  font-size:16px;
  line-height:1.55;
  font-weight:700;
  transform:rotate(-6deg);
}
.campaign-v15-box{
  position:relative;
  z-index:2;
  width:225px;
  height:184px;
  margin-top:45px;
  border-radius:8px;
  background:linear-gradient(145deg,#fff,#edf1f4);
  box-shadow:0 18px 30px rgba(8,40,77,.16),inset 0 0 0 1px rgba(8,40,77,.06);
}
.campaign-v15-ribbon-v{
  position:absolute;top:0;bottom:0;left:50%;
  width:34px;transform:translateX(-50%);
  background:linear-gradient(90deg,#092b58,#134a83,#092b58);
}
.campaign-v15-ribbon-h{
  position:absolute;left:0;right:0;top:65px;height:30px;
  background:linear-gradient(180deg,#092b58,#134a83,#092b58);
}
.campaign-v15-bow-l,.campaign-v15-bow-r{
  position:absolute;z-index:3;top:-48px;width:84px;height:61px;
  border:16px solid #0b3769;background:transparent;
}
.campaign-v15-bow-l{
  left:40px;border-radius:70% 12% 70% 12%;transform:rotate(25deg);
}
.campaign-v15-bow-r{
  right:40px;border-radius:12% 70% 12% 70%;transform:rotate(-25deg);
}
.campaign-v15-card{
  position:absolute;
  z-index:6;
  left:2px;
  bottom:30px;
  width:198px;
  min-height:122px;
  padding:17px 18px;
  transform:rotate(-5deg);
  text-align:center;
  background:linear-gradient(145deg,#fff,#f6f8fa);
  border:1px solid #d7e0e8;
  border-radius:9px;
  box-shadow:0 14px 28px rgba(8,40,77,.16);
}
.campaign-v15-card span{
  display:block;color:#a47e2e;font-size:14px;font-weight:900;letter-spacing:.2em;
}
.campaign-v15-card strong{
  display:inline-block;margin-top:6px;color:#0a315b;font-size:41px;line-height:1;letter-spacing:-.03em;
}
.campaign-v15-card small{
  margin-left:4px;color:#8b762e;font-size:10px;font-weight:900;
}
@media(max-width:980px){
  .campaign-v15-panel{grid-template-columns:1fr;padding:38px 34px 34px}
  .campaign-v15-visual{min-height:300px}
}
@media(max-width:700px){
  .campaign-v15{padding:36px 0 40px}
  .campaign-v15-panel{padding:28px 18px 24px;gap:4px}
  .campaign-v15-badge{min-width:0;width:100%;padding:10px 12px;font-size:16px}
  .campaign-v15-copy h2{font-size:31px;line-height:1.15}
  .campaign-v15-mobile-only{display:block}
  .campaign-v15-lead{font-size:13px}
  .campaign-v15-lead br{display:none}
  .campaign-v15-points{grid-template-columns:1fr;gap:8px}
  .campaign-v15-points>div{min-height:62px}
  .campaign-v15-note{font-size:9px}
  .campaign-v15-cta{grid-template-columns:32px 1fr 18px;min-height:62px;padding:10px 16px}
  .campaign-v15-cta>span{font-size:24px}
  .campaign-v15-cta>strong{font-size:17px}
  .campaign-v15-visual{min-height:265px}
  .campaign-v15-box{width:190px;height:152px}
  .campaign-v15-ribbon-h{top:53px}
  .campaign-v15-card{width:158px;min-height:100px;bottom:20px;padding:13px}
  .campaign-v15-card strong{font-size:31px}
  .campaign-v15-visual>p{right:4px;font-size:13px}
}

/* Verification build: make print/PDF preserve key backgrounds more faithfully. */
@media print{
  *{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}
}

/* ===== v16 LEGAL / FOOTER — additive only ===== */
.footer-inner{align-items:center}
.footer-legal{display:flex;align-items:center;gap:18px;flex-wrap:wrap;justify-content:flex-end}
.footer-legal a{text-decoration:none;border-bottom:1px solid rgba(255,255,255,.45)}
.footer-legal a:hover{border-bottom-color:#fff}
.legal-page{background:#f5f8fb;min-height:100vh;padding:48px 0 64px}
.legal-shell{max-width:900px;background:#fff;border:1px solid #e0e8ef;box-shadow:0 14px 34px rgba(8,40,77,.06);padding:38px 42px;margin:0 auto}
.legal-brand{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-bottom:20px;border-bottom:1px solid #e2e9ef;margin-bottom:26px}
.legal-brand img{width:220px;height:auto}
.legal-brand a{font-size:13px;font-weight:800;text-decoration:none;color:#0b5f9c}
.legal-shell h1{font-size:34px;line-height:1.3;margin:0 0 18px;color:#08284d}
.legal-shell h2{font-size:21px;line-height:1.45;margin:30px 0 10px;color:#08284d;padding-left:12px;border-left:4px solid #0f6fab}
.legal-shell p,.legal-shell li,.legal-table{font-size:14px;line-height:1.9;color:#435a70}
.legal-shell ul,.legal-shell ol{padding-left:1.4em}
.legal-note{margin-top:30px;padding:16px 18px;background:#f2f7fb;border:1px solid #dce8f1;font-size:12px!important;color:#607487!important}
.legal-table{width:100%;border-collapse:collapse;margin-top:14px}
.legal-table th,.legal-table td{padding:14px 16px;border-bottom:1px solid #dfe7ee;vertical-align:top;text-align:left}
.legal-table th{width:210px;color:#08284d;background:#f7fafc;font-weight:900}
.legal-footer-link{margin-top:34px;padding-top:20px;border-top:1px solid #e2e9ef}
.legal-footer-link a{font-weight:900;color:#0b5f9c;text-decoration:none}
@media(max-width:700px){
  .footer-legal{justify-content:center;gap:10px 16px}
  .legal-page{padding:20px 0 72px}
  .legal-shell{padding:24px 18px;border-left:0;border-right:0}
  .legal-brand{align-items:flex-start;flex-direction:column}
  .legal-brand img{width:190px}
  .legal-shell h1{font-size:28px}
  .legal-table,.legal-table tbody,.legal-table tr,.legal-table th,.legal-table td{display:block;width:100%}
  .legal-table th{padding-bottom:6px;border-bottom:0}
  .legal-table td{padding-top:6px}
}


/* ===== v17 FOOTER CENTER / COMPANY REMOVED ===== */
.footer-inner{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  text-align:center!important;
}
.footer-legal{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:18px!important;
  flex-wrap:wrap!important;
}
.footer-copy{display:block;text-align:center}
@media(max-width:700px){
  .footer-inner{gap:9px!important}
  .footer-legal{justify-content:center!important;gap:8px 14px!important}
}

/* ===== v18 PC HEADING / TRUST REFINEMENT — differential only ===== */
@media (min-width:981px){
  /* ① Recent consultations: keep the headline intentionally at two lines. */
  .activity-layout{
    grid-template-columns:.95fr 1.05fr!important;
    gap:36px!important;
  }
  .activity-copy h2{
    font-size:42px!important;
    line-height:1.18!important;
    letter-spacing:-.025em;
  }
  .activity-copy h2 .heading-line{
    display:block;
    white-space:nowrap;
  }

  /* ② PRICE: one-line headline on desktop without weakening visual impact. */
  .price-title{
    max-width:1180px!important;
  }
  .price-title h2{
    font-size:clamp(38px,3.25vw,48px)!important;
    white-space:nowrap!important;
    letter-spacing:-.035em!important;
  }

  /* ③ TRUST: improve hierarchy around the visual's own internal heading. */
  .trust-section .section-title{
    max-width:980px;
    margin-bottom:24px;
  }
  .trust-section .section-title h2{
    font-size:clamp(34px,3.6vw,46px)!important;
    line-height:1.18!important;
    letter-spacing:-.025em;
    margin-top:10px!important;
  }

  /* ④ Contact: preserve two intentional lines instead of a third wrap. */
  .contact-layout{
    grid-template-columns:1.1fr .9fr!important;
    gap:46px!important;
  }
  .contact-copy h2{
    font-size:clamp(42px,3.7vw,54px)!important;
    line-height:1.1!important;
    letter-spacing:-.035em;
  }
  .contact-copy h2 .heading-line{
    display:block;
    white-space:nowrap;
  }
}

@media (max-width:980px){
  .heading-line{display:block}
  .price-title h2{white-space:normal!important}
}


/* ===== v19 COPY / VISIBILITY REFINEMENT — differential only ===== */
@media (min-width:981px){
  /* ① Recent consultations — concise, single-line social-proof headline */
  .activity-layout{
    grid-template-columns:.82fr 1.18fr!important;
    gap:40px!important;
  }
  .activity-heading-v19{
    font-size:40px!important;
    line-height:1.16!important;
    letter-spacing:-.035em!important;
    white-space:nowrap!important;
    margin:10px 0!important;
  }

  /* ② PRICE — shorter copy, preserve one-line impact */
  .price-title{max-width:1180px!important}
  .price-heading-v19{
    font-size:clamp(40px,3.35vw,50px)!important;
    line-height:1.12!important;
    letter-spacing:-.035em!important;
    white-space:nowrap!important;
  }

  /* ③ TRUST — keep concise approved title on one line */
  .trust-section .section-title h2{
    white-space:nowrap!important;
  }

  /* ④ CONTACT — intentional 2-line hierarchy, no third wrap */
  .contact-layout{
    grid-template-columns:1.04fr .96fr!important;
    gap:48px!important;
  }
  .contact-heading-v19{
    font-size:clamp(42px,3.65vw,54px)!important;
    line-height:1.08!important;
    letter-spacing:-.04em!important;
  }
  .contact-heading-v19 span{
    display:block!important;
    white-space:nowrap!important;
  }
}

@media (max-width:980px){
  .activity-heading-v19,
  .price-heading-v19,
  .trust-section .section-title h2{
    white-space:normal!important;
  }
  .contact-heading-v19 span{display:block}
}

/* =========================================================
   v23 FINAL OVERRIDE — REASON / general multi-layer flow only
   Placed at EOF intentionally so no later legacy rule can override it.
   ========================================================= */
.reason-flow-general .reason-flow-line.reason-flow-line-general{
  display:grid !important;
  grid-template-columns:
    minmax(0,1fr) 14px
    minmax(0,1fr) 14px
    minmax(0,1fr) 14px
    minmax(0,1fr) !important;
  align-items:center !important;
  justify-items:center !important;
  justify-content:stretch !important;
  gap:0 !important;
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
  box-sizing:border-box !important;
  padding:28px 10px 22px !important;
  overflow:hidden !important;
}
.reason-flow-general .reason-flow-line.reason-flow-line-general .reason-node{
  min-width:0 !important;
  width:100% !important;
  max-width:100% !important;
  gap:8px !important;
  box-sizing:border-box !important;
}
.reason-flow-general .reason-flow-line.reason-flow-line-general .reason-node-icon{
  width:52px !important;
  height:52px !important;
  font-size:17px !important;
  flex:0 0 52px !important;
}
.reason-flow-general .reason-flow-line.reason-flow-line-general .reason-node strong{
  display:block !important;
  width:100% !important;
  max-width:100% !important;
  font-size:11px !important;
  line-height:1.25 !important;
  text-align:center !important;
  white-space:nowrap !important;
}
.reason-flow-general .reason-flow-line.reason-flow-line-general .reason-flow-arrow{
  width:14px !important;
  min-width:14px !important;
  max-width:14px !important;
  font-size:24px !important;
  line-height:1 !important;
  text-align:center !important;
  margin:0 !important;
}

@media(max-width:700px){
  .reason-flow-general .reason-flow-line.reason-flow-line-general{
    grid-template-columns:
      minmax(0,1fr) 10px
      minmax(0,1fr) 10px
      minmax(0,1fr) 10px
      minmax(0,1fr) !important;
    padding:20px 6px !important;
  }
  .reason-flow-general .reason-flow-line.reason-flow-line-general .reason-node-icon{
    width:44px !important;
    height:44px !important;
    flex-basis:44px !important;
    font-size:14px !important;
  }
  .reason-flow-general .reason-flow-line.reason-flow-line-general .reason-node strong{
    font-size:9px !important;
  }
  .reason-flow-general .reason-flow-line.reason-flow-line-general .reason-flow-arrow{
    width:10px !important;
    min-width:10px !important;
    max-width:10px !important;
    font-size:18px !important;
  }
}
