:root{
    --orange:#ff3f2f;
    --orange2:#ff8a18;
    --blue:#12325a;
    --deep:#071f3f;
    --navy:#07162d;
    --gold:#d9a320;
    --pale:#fff4ef;
    --line:#f2d4ca;
    --text:#111827;
    --muted:#5f6570;
    --shadow:0 18px 50px rgba(210,58,42,.13);
    --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans JP","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;color:var(--text);background:#fff;line-height:1.75}
a{color:inherit;text-decoration:none}
.container{width:min(1120px,calc(100% - 32px));margin:auto}
.topbar{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.92);backdrop-filter:blur(10px);border-bottom:2px solid rgba(255,63,47,.55)}
.nav{min-height:72px;display:flex;align-items:center;justify-content:flex-start;gap:18px;padding:8px 0}
.brand{font-weight:900;color:var(--deep);letter-spacing:.03em}.brand span{color:var(--blue)}
.navlinks{display:flex;align-items:center;gap:18px;font-weight:800;font-size:14px;color:#76565c;margin-left:auto}.tel{display:flex;align-items:center;gap:6px;color:var(--deep)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 22px;border-radius:999px;background:linear-gradient(135deg,#ff3f2f,#ff8a18);color:#fff;font-weight:900;box-shadow:0 12px 26px rgba(255,63,47,.30);border:0;cursor:pointer;white-space:nowrap}.btn.blue{background:#fff;color:#e93f32;border:2px solid #ff5a43;box-shadow:0 10px 24px rgba(255,63,47,.10)}
.hero{position:relative;overflow:hidden;background:linear-gradient(90deg,#ffffff 0%,#fff8f5 42%,#fff0e7 100%);min-height:650px}
.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 60% 20%,rgba(255,255,255,.88),transparent 28%),linear-gradient(90deg,#fff 0%,rgba(255,255,255,.97) 36%,rgba(255,242,236,.42) 63%,rgba(255,255,255,0) 100%);z-index:1}
.hero-img{position:absolute;right:0;top:0;height:100%;width:60%;object-fit:cover;object-position:center;filter:saturate(1.06) contrast(1.02);z-index:0}
.hero .container{position:relative;z-index:2;display:grid;grid-template-columns:58% 42%;min-height:650px;align-items:center;padding:52px 0}
.campaign{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-bottom:22px}.campaign-title{width:100%;font-weight:950;color:#ff3f2f;font-size:30px;line-height:1.1;font-style:italic;letter-spacing:.02em}.campaign-chip{position:relative;background:linear-gradient(135deg,#ff6a3d,#ff2f38);color:#fff;font-size:28px;font-weight:950;line-height:1;padding:17px 34px;clip-path:polygon(0 0,92% 0,100% 100%,0 100%);font-style:italic}.zero{display:flex;align-items:flex-end;gap:4px;color:#ff3f2f;text-shadow:0 2px 0 #fff,0 6px 16px rgba(0,0,0,.18);font-weight:950;font-style:italic}.zero b{font-size:104px;line-height:.78}.zero span{font-size:38px;font-weight:950}.zero small{color:#ff6a3d;font-size:11px;align-self:flex-start;margin-top:6px}
.subcopy{display:inline-block;color:#ff3f2f;font-weight:900;font-size:26px;line-height:1.2;background:linear-gradient(transparent 58%,#fff16a 58%);margin:8px 0 12px;letter-spacing:.03em}.dots{display:flex;gap:48px;margin:4px 0 14px 28px}.dots i{width:10px;height:10px;border-radius:50%;background:#ff4d3f;display:block}.hero h1{margin:0;color:#111827;font-size:clamp(42px,6.2vw,82px);letter-spacing:.02em;line-height:1.05;font-weight:950}.hero h1 .dark{color:#ff3f2f}.hero h1 .small{display:block;font-size:.62em;margin-bottom:8px}.lead{margin:22px 0 0;font-size:19px;font-weight:700;color:#333843;max-width:650px}.brand{position:relative;display:inline-block;font-size:28px;line-height:1.18;font-weight:900;color:var(--deep);letter-spacing:.02em;white-space:nowrap}.brand span{color:var(--blue)}.brand:hover{opacity:.9}.tel{display:inline-flex;align-items:center;gap:8px;color:var(--deep);font-weight:900;white-space:nowrap}.tel-icon{font-size:18px;line-height:1}.tel-no{white-space:nowrap}.badges{display:grid;grid-template-columns:repeat(3,minmax(160px,190px));gap:18px;margin:28px 0 18px;align-items:start}.badge{width:100%;aspect-ratio:1/1;border:5px solid #e0aa2c;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:rgba(255,255,255,.92);color:#ff3f2f;font-weight:900;line-height:1.18;position:relative;box-shadow:0 8px 18px rgba(7,57,88,.08);padding:30px 18px 20px;gap:8px}.badge:before{content:"♛";position:absolute;top:7px;left:50%;transform:translateX(-50%);color:#d9a320;font-size:25px}.badge-top,.badge-bottom{display:block;font-size:15px;letter-spacing:.01em}.badge strong{display:block;color:#ff3f2f;font-size:30px;line-height:1.02}.badge-wide .badge-top{font-size:14px;line-height:1.28}.note{font-size:11px;color:#333843;max-width:560px;line-height:1.55}.hero-cta{display:flex;gap:14px;margin-top:24px;flex-wrap:wrap}.phone-box{display:inline-flex;align-items:center;gap:10px;background:#fff;color:var(--deep);border:2px solid #d5ebf8;border-radius:999px;padding:12px 20px;font-weight:950;box-shadow:0 8px 20px rgba(7,57,88,.08)}
section{padding:80px 0}.section-head{text-align:center;margin-bottom:34px}.eyebrow{font-weight:950;color:var(--orange);letter-spacing:.08em;text-transform:uppercase}.section-head h2{margin:8px 0 10px;font-size:clamp(30px,4vw,46px);line-height:1.25;color:var(--deep)}.section-head p{margin:0;color:var(--muted);font-weight:700}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:28px;box-shadow:var(--shadow)}.num{display:inline-flex;width:44px;height:44px;border-radius:50%;align-items:center;justify-content:center;background:#e6f5ff;color:var(--blue);font-weight:950}.card h3{font-size:22px;margin:16px 0 8px;color:var(--deep);line-height:1.35}.card p{margin:0;color:#496575;font-weight:600}.tag{display:inline-block;margin-top:18px;padding:7px 12px;border-radius:999px;background:#fff6e8;color:#c56c00;font-weight:900;font-size:13px}
.blue-sec{background:linear-gradient(180deg,#f0f9ff,#fff)}.compare{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:stretch}.panel{border-radius:26px;padding:32px;border:1px solid var(--line);background:#fff;box-shadow:var(--shadow)}.panel.bad{background:#f8fbfd}.panel.good{background:linear-gradient(135deg,#eff9ff,#fff)}.panel h3{margin:0 0 16px;font-size:24px;color:var(--deep)}.check{list-style:none;padding:0;margin:0;display:grid;gap:12px}.check li{position:relative;padding-left:32px;font-weight:750;color:#345669}.check li:before{content:"";position:absolute;left:0;top:.38em;width:20px;height:20px;border-radius:50%;background:#dff3ff}.good .check li:before{background:var(--orange)}.good .check li:after{content:"✓";position:absolute;left:5px;top:.1em;color:#fff;font-weight:950}.bad .check li:after{content:"!";position:absolute;left:8px;top:.05em;color:#3388bd;font-weight:950}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;counter-reset:step}.step{position:relative;background:#fff;border-radius:var(--radius);padding:30px;border:1px solid var(--line);box-shadow:var(--shadow)}.step:before{counter-increment:step;content:"STEP " counter(step);display:inline-block;color:var(--orange);font-weight:950;margin-bottom:10px}.step h3{font-size:22px;color:var(--deep);margin:0 0 8px}.step p{margin:0;color:#536d7c;font-weight:650}
.proof-sec{background:linear-gradient(180deg,#fff7f3 0%,#ffffff 100%)}.proof{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.proof-item{text-align:center;background:rgba(255,255,255,.98);border:1px solid #f1d7cc;border-radius:28px;padding:28px 20px 24px;box-shadow:0 14px 34px rgba(210,58,42,.10);display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:260px}.proof-icon{width:88px;height:88px;border-radius:50%;background:#fff2ec;display:grid;place-items:center}.proof-icon svg{width:42px;height:42px;stroke:#ff3f2f;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.proof-line{width:64px;height:3px;border-radius:99px;background:#d9a320;margin:16px 0 18px}.proof-item b{display:block;font-size:62px;color:#ff3f2f;line-height:1.02;letter-spacing:-.04em}.proof-item.wide b{font-size:56px}.proof-item b small{font-size:.5em;font-weight:900;letter-spacing:0;margin-left:2px}.proof-item span{font-weight:900;color:#333843;font-size:18px;line-height:1.4;margin-top:14px}
.faq{display:grid;gap:14px;max-width:900px;margin:auto}.faq details{background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px 22px;box-shadow:0 10px 28px rgba(9,61,96,.06)}.faq summary{cursor:pointer;font-weight:950;color:var(--deep);font-size:18px}.faq p{margin:12px 0 0;color:#526b79;font-weight:650}
.contact{background:linear-gradient(135deg,#ff4c34,#ff241f);color:#fff}.contact .section-head h2,.contact .section-head p{color:#fff}.form-wrap{display:grid;grid-template-columns:.95fr 1.05fr;gap:28px;align-items:start}.contact-card{background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.28);border-radius:26px;padding:30px}.contact-card h3{font-size:28px;line-height:1.35;margin:0 0 14px;color:#fff}.contact-card p{margin:0 0 16px;color:#e9f6ff}.contact-card .big-tel{font-size:30px;font-weight:950;background:#fff;color:var(--deep);box-shadow:0 10px 22px rgba(3,34,58,.12);border-radius:18px;padding:14px 18px;display:inline-flex;align-items:center;justify-content:center;gap:12px;white-space:nowrap}.contact-card .big-tel-icon{font-size:.9em;line-height:1}.contact-card .big-tel-no{white-space:nowrap;letter-spacing:.01em}.form{background:#fff;color:var(--text);border-radius:26px;padding:28px;box-shadow:var(--shadow)}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field{margin-bottom:14px}label{display:block;font-weight:900;margin-bottom:6px;color:#4d677a}.req{color:#fff;background:var(--orange);font-size:11px;border-radius:6px;padding:2px 6px;margin-left:6px}input,select,textarea{width:100%;border:1px solid #dbe7f2;border-radius:12px;padding:13px 14px;font:inherit;background:#fbfdff}textarea{min-height:110px}.form .btn{width:100%;font-size:18px;margin-top:4px}.privacy{font-size:12px;color:#6b7e89;text-align:center;margin:12px 0 0;line-height:1.5}.footer{padding:28px 0;background:#071f3f;color:#fff;text-align:center;font-size:13px}
.fixed-cta{display:none;position:fixed;bottom:12px;left:12px;right:12px;z-index:40;gap:10px}.fixed-cta a{flex:1}.fixed-cta .btn,.fixed-cta .phone-box{width:100%;padding:13px 8px;font-size:14px;justify-content:center}
@media(max-width:900px){.nav{min-height:auto;padding:12px 0;gap:12px;align-items:flex-start}.brand{font-size:18px;line-height:1.28;white-space:normal;max-width:48%}.brand span{display:block}.navlinks{margin-left:auto;display:flex;align-items:flex-start;gap:0}.navlinks a:not(.tel){display:none}.tel{font-size:15px;gap:6px;align-items:flex-start}.tel-icon{font-size:17px;line-height:1.15}.tel-no{display:block;line-height:1.35;white-space:nowrap}.hero{min-height:auto}.hero:before{background:linear-gradient(180deg,rgba(255,255,255,.95) 0%,rgba(250,252,255,.90) 42%,rgba(255,255,255,.25) 100%)}.hero-img{width:100%;height:44%;top:auto;bottom:0;opacity:.42;object-position:62% center}.hero .container{display:block;min-height:760px;padding:24px 0 240px}.campaign-title{font-size:23px}.campaign-chip{font-size:21px;padding:13px 24px}.zero b{font-size:76px}.zero span{font-size:30px}.subcopy{font-size:21px}.dots{gap:31px;margin-left:18px}.hero h1{font-size:44px}.lead{font-size:16px}.badges{gap:9px}.badge{width:106px;height:106px;font-size:12px;border-width:3px}.badge strong{font-size:19px}.hero-cta{display:none}.cards,.steps,.compare,.form-wrap{grid-template-columns:1fr}.proof-sec .section-head h2{white-space:nowrap;font-size:26px;letter-spacing:-.02em}.proof{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:4px 0 0}.proof-item{min-width:0;flex:none;min-height:190px;padding:20px 12px 18px;border-radius:20px}.proof-icon{width:62px;height:62px}.proof-icon svg{width:31px;height:31px}.proof-line{width:42px;height:2px;margin:10px 0 12px}.proof-item b{font-size:38px}.proof-item.wide b{font-size:31px}.proof-item b small{font-size:.48em}.proof-item span{font-size:13px;line-height:1.35;margin-top:10px}.proof-item p{font-size:11px;line-height:1.4}.grid2{grid-template-columns:1fr}section{padding:58px 0}.contact-card .big-tel{font-size:22px;padding:12px 16px;gap:8px;width:100%}.fixed-cta{display:flex}.footer{padding-bottom:92px}}@media(max-width:430px){.brand{font-size:16px;max-width:46%}.tel{font-size:14px}.campaign-title{font-size:20px}.campaign-chip{font-size:18px;padding:11px 18px}.zero b{font-size:66px}.zero span{font-size:26px}.subcopy{font-size:18px}.hero h1{font-size:37px;line-height:1.08}.proof-sec .section-head h2{font-size:22px;white-space:nowrap;letter-spacing:-.03em}.proof{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:4px 0 0}.proof-item{min-width:0;flex:none;min-height:168px;padding:16px 10px 14px}.proof-icon{width:54px;height:54px}.proof-icon svg{width:28px;height:28px}.proof-item b{font-size:32px}.proof-item.wide b{font-size:27px}.proof-item span{font-size:12px}.proof-item p{font-size:10px;line-height:1.35}.contact-card .big-tel{font-size:19px;padding:12px 14px;gap:6px}.contact-card .big-tel-icon{font-size:.88em}}

.header-copy{font-size:13px;color:#333843;font-weight:800;margin-left:10px;flex:1;text-align:left;white-space:normal;line-height:1.4}
.topbar{box-shadow:0 3px 0 rgba(255,63,47,.85)}
.navlinks .btn{background:linear-gradient(135deg,#ff3f2f,#ff8a18);color:#fff;border:0}
@media(max-width:1100px){
    .header-copy{display:none}
}
.hero{background:
    radial-gradient(circle at 9% 18%, rgba(255,99,57,.22), transparent 20%),
    linear-gradient(90deg,#ffffff 0%,#fff9f6 43%,#eaf7ff 100%) !important}
.hero:after{content:"";position:absolute;left:-120px;top:0;width:480px;height:100%;background:linear-gradient(135deg,rgba(255,63,47,.95),rgba(255,138,24,.08));clip-path:polygon(0 0,100% 0,52% 100%,0% 100%);opacity:.55;z-index:0}
.campaign-title{color:#ff3f2f!important;text-shadow:0 2px 0 rgba(255,255,255,.8)}
.campaign-chip{background:linear-gradient(135deg,#ff6a3d,#ff2634)!important;box-shadow:0 12px 22px rgba(255,63,47,.20)}
.zero{color:#ff2634!important;text-shadow:0 2px 0 #fff,0 10px 22px rgba(255,63,47,.25)!important}
.subcopy{color:#ff3f2f!important;background:transparent!important;position:relative;padding:0 34px}
.subcopy:before,.subcopy:after{content:"";position:absolute;top:50%;width:22px;height:2px;background:#ff3f2f}
.subcopy:before{left:0;transform:rotate(45deg)}.subcopy:after{right:0;transform:rotate(-45deg)}
.hero h1{color:#111827!important;text-shadow:0 2px 0 rgba(255,255,255,.8)}
.hero h1 .dark{color:#ff3f2f!important}
.hero .btn{min-width:280px}
.hero .btn.blue{border:2px solid #ff3f2f!important;color:#111827!important;background:#fff!important;box-shadow:none!important}
.chance-badge{position:absolute;right:18px;top:52%;transform:translateY(-50%);z-index:3;width:158px;height:158px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff;font-weight:950;line-height:1.35;background:linear-gradient(135deg,#ff5a37,#ff1f35);box-shadow:0 16px 30px rgba(255,63,47,.22);border:4px solid rgba(255,255,255,.88)}
.chance-badge strong{color:#fff16a;font-size:22px}
.proof-sec{background:
    radial-gradient(circle at 95% 20%, rgba(255,255,255,.18), transparent 23%),
    linear-gradient(135deg,#ff4b32,#ff1f32)!important;color:#fff;padding-top:40px}
.proof-head h2{color:#fff!important;font-size:34px!important;position:relative;display:inline-block;padding:0 80px}
.proof-head h2:before,.proof-head h2:after{content:"";position:absolute;top:50%;width:64px;height:2px;background:rgba(255,255,255,.8)}
.proof-head h2:before{left:0}.proof-head h2:after{right:0}
.proof-item{background:#fff!important;border:0!important;border-radius:12px!important;min-height:190px!important;padding:22px 18px!important;color:#111827!important;box-shadow:0 12px 26px rgba(90,18,18,.16)!important}
.proof-icon.gold{width:auto!important;height:auto!important;border-radius:0!important;background:transparent!important;color:#d9a320!important;font-size:42px!important;line-height:1!important;margin-bottom:8px}.proof-icon.gold.compare3{display:flex!important;align-items:center;justify-content:center}.proof-icon.gold.compare3 svg{width:68px!important;height:68px!important;stroke:#d9a320!important;fill:none!important;stroke-width:3!important;stroke-linecap:round!important;stroke-linejoin:round!important}
.proof-line{display:none!important}
.proof-item b{color:#ff2634!important;font-size:52px!important;line-height:1!important}
.proof-item.wide b{font-size:45px!important}
.proof-item b small{font-size:.44em!important}
.proof-item span{color:#111827!important;font-size:18px!important;margin-top:6px!important}
.proof-item p{margin:8px 0 0;color:#333843;font-weight:800;font-size:13px;line-height:1.45}
.contact{background:linear-gradient(135deg,#ff3f2f,#ff8a18)!important}
.footer{background:#071f3f!important}
@media(max-width:900px){
    .chance-badge{display:none}
    .proof-head h2{font-size:24px!important;white-space:nowrap;padding:0!important}
    .proof-head h2:before,.proof-head h2:after{display:none}
    .proof{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;overflow:visible!important;padding-bottom:0!important}
    .proof-item{min-width:0!important;flex:none!important;width:100%!important}
    .hero .btn{min-width:0}
}


.proof-icon.gold.compare3{margin-bottom:10px!important}
@media(max-width:430px){
    .proof-icon.gold.compare3 svg{width:58px!important;height:58px!important;stroke-width:3.2!important}
}

  
/* v20 final detail tuning */
.proof-item b small{white-space:nowrap}
.proof-icon.gold.compare3{display:flex!important;align-items:center;justify-content:center}
.proof-icon.gold.compare3 svg{width:68px!important;height:68px!important;stroke:#d9a320!important;fill:none!important;stroke-width:3!important;stroke-linecap:round!important;stroke-linejoin:round!important}
.proof-item span{letter-spacing:.01em}
.proof-item p{word-break:keep-all;overflow-wrap:break-word}
.card .tag{font-weight:950}

@media(max-width:900px){
  .proof{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;overflow:visible!important;padding:4px 0 0!important}
  .proof-item{min-width:0!important;flex:none!important;width:100%!important;min-height:188px!important;padding:18px 10px 16px!important}
  .proof-icon.gold{font-size:34px!important;margin-bottom:6px!important}
  .proof-icon.gold.compare3 svg{width:52px!important;height:52px!important;stroke-width:3!important}
  .proof-item b{font-size:36px!important;letter-spacing:-.04em!important}
  .proof-item.wide b{font-size:29px!important}
  .proof-item b small{font-size:.46em!important;margin-left:1px!important}
  .proof-item span{font-size:13px!important;line-height:1.28!important;margin-top:8px!important}
  .proof-item p{font-size:10.5px!important;line-height:1.45!important;margin-top:6px!important}
  .chance-badge{display:none!important}
  .hero .container{min-height:720px!important}
}

@media(max-width:430px){
  .proof-sec .section-head h2{font-size:22px!important;white-space:nowrap;letter-spacing:-.04em}
  .proof{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
  .proof-item{min-height:168px!important;padding:15px 8px 13px!important;border-radius:14px!important}
  .proof-icon.gold{font-size:30px!important}
  .proof-icon.gold.compare3 svg{width:46px!important;height:46px!important}
  .proof-item b{font-size:31px!important}
  .proof-item.wide b{font-size:25px!important}
  .proof-item span{font-size:11.5px!important}
  .proof-item p{font-size:9.5px!important;line-height:1.35!important}
  .hero h1{font-size:35px!important}
  .campaign-chip{font-size:17px!important;padding:10px 16px!important}
}


/* v21 mobile visual refinement */
@media(max-width:900px){
  .fixed-cta{display:none!important}
  .footer{padding-bottom:28px!important}
  section{padding:42px 0!important}
  .blue-sec{background:linear-gradient(180deg,#f7fbff 0%,#ffffff 100%)!important}
  .section-head{margin-bottom:20px!important}
  .section-head .eyebrow{
    font-size:13px!important;
    letter-spacing:.16em!important;
    margin-bottom:10px!important;
  }
  .section-head h2{
    font-size:30px!important;
    line-height:1.32!important;
    letter-spacing:-.03em!important;
    word-break:keep-all!important;
  }
  .section-head p{
    font-size:15px!important;
    line-height:1.65!important;
    margin-top:12px!important;
    word-break:keep-all!important;
  }
  .cards{
    gap:16px!important;
  }
  .card{
    padding:24px 20px!important;
    border-radius:20px!important;
  }
  .card h3{
    font-size:22px!important;
    line-height:1.35!important;
  }
  .card p{
    font-size:14.5px!important;
    line-height:1.75!important;
  }
  .num{
    width:42px!important;
    height:42px!important;
    font-size:14px!important;
  }
}

@media(max-width:430px){
  section{padding:38px 0!important}
  .section-head h2{
    font-size:26px!important;
    line-height:1.35!important;
    letter-spacing:-.035em!important;
  }
  .section-head p{
    font-size:14px!important;
    line-height:1.7!important;
  }
  .card{
    padding:22px 18px!important;
  }
  .card h3{
    font-size:21px!important;
  }
}


/* v22 overall PC / mobile fine tuning */
:root{
  --soft-red:#fff3ef;
  --strong-red:#ff3f2f;
  --strong-orange:#ff8a18;
  --ink:#101828;
}
body{
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
}
h1,h2,h3,p,li,summary,span{
  overflow-wrap:break-word;
}
.section-head h2{
  max-width:880px;
  margin-left:auto!important;
  margin-right:auto!important;
  letter-spacing:-.02em;
}
.section-head p{
  max-width:760px;
  margin-left:auto!important;
  margin-right:auto!important;
}
.btn{
  transition:transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}
.btn:hover{
  transform:translateY(-1px);
  opacity:.96;
}
.card,.panel,.step,.form,.contact-card,.proof-item{
  will-change:auto;
}
.fixed-cta{
  display:none!important;
}

/* Header balance */
.topbar{
  background:rgba(255,255,255,.96)!important;
}
.nav{
  max-width:1180px;
}
.brand{
  letter-spacing:.01em!important;
}
.header-copy{
  color:#4b5563!important;
  font-size:12px!important;
}

/* Hero balance */
.hero .container{
  max-width:1180px;
}
.hero h1{
  letter-spacing:-.025em!important;
}
.lead{
  line-height:1.75!important;
}
.campaign{
  margin-bottom:18px!important;
}
.campaign-title{
  letter-spacing:.01em!important;
}
.hero-cta{
  gap:16px!important;
}
.hero .btn{
  min-height:58px;
  font-size:17px;
}
.chance-badge{
  right:28px!important;
}

/* Reason / cards */
#reason .section-head h2{
  line-height:1.34!important;
}
.cards{
  align-items:stretch;
}
.card{
  transition:transform .18s ease, box-shadow .18s ease;
}
.card h3{
  letter-spacing:-.01em;
}
.card p{
  line-height:1.78!important;
}
.tag{
  margin-top:18px!important;
}

/* Before after */
.compare{
  align-items:stretch;
}
.panel h3{
  letter-spacing:-.01em;
}
.check li{
  line-height:1.7!important;
}

/* Flow */
.steps{
  align-items:stretch;
}
.step h3{
  letter-spacing:-.01em;
}
.step p{
  line-height:1.75!important;
}

/* Proof cards */
.proof-sec{
  overflow:hidden;
}
.proof{
  max-width:1120px;
  margin:0 auto;
}
.proof-item{
  overflow:hidden;
}
.proof-item b{
  white-space:nowrap;
}
.proof-item p{
  margin-bottom:0!important;
}

/* FAQ */
.faq details{
  transition:border-color .18s ease, box-shadow .18s ease;
}
.faq summary{
  line-height:1.55!important;
}

/* Contact */
.contact .section-head h2{
  color:#fff!important;
}
.contact-card .big-tel{
  max-width:100%;
}
.form input,
.form select,
.form textarea{
  font-size:16px;
}
.privacy{
  color:#6b7280!important;
}

/* Footer */
.footer{
  line-height:1.7;
}

/* Tablet */
@media(max-width:900px){
  .container{
    width:min(100% - 28px,1120px)!important;
  }
  .topbar{
    position:sticky!important;
  }
  .nav{
    padding:12px 0!important;
    align-items:center!important;
    gap:8px!important;
  }
  .brand{
    font-size:16px!important;
    line-height:1.28!important;
    max-width:48%!important;
  }
  .brand span{
    display:block!important;
  }
  .tel{
    font-size:14px!important;
    line-height:1.25!important;
    align-items:center!important;
  }
  .tel-icon{
    font-size:18px!important;
  }
  .tel-no{
    white-space:nowrap!important;
  }
  .header-copy{
    display:none!important;
  }

  .hero{
    min-height:auto!important;
  }
  .hero:after{
    opacity:.38!important;
  }
  .hero-img{
    width:100%!important;
    height:310px!important;
    top:auto!important;
    bottom:0!important;
    opacity:.30!important;
    object-position:64% center!important;
  }
  .hero .container{
    min-height:auto!important;
    padding:24px 0 258px!important;
  }
  .campaign{
    gap:8px!important;
    margin-bottom:14px!important;
  }
  .campaign-title{
    font-size:21px!important;
    line-height:1.25!important;
  }
  .campaign-chip{
    font-size:18px!important;
    padding:11px 17px!important;
  }
  .zero b{
    font-size:66px!important;
  }
  .zero span{
    font-size:26px!important;
  }
  .subcopy{
    font-size:18px!important;
    line-height:1.35!important;
    padding:0 24px!important;
  }
  .dots{
    gap:18px!important;
    margin-left:10px!important;
    margin-bottom:12px!important;
  }
  .dots i{
    width:8px!important;
    height:8px!important;
  }
  .hero h1{
    font-size:34px!important;
    line-height:1.15!important;
    letter-spacing:-.035em!important;
  }
  .lead{
    font-size:14.5px!important;
    line-height:1.75!important;
    margin-top:14px!important;
  }
  .badges{
    grid-template-columns:repeat(3,1fr)!important;
    gap:7px!important;
    margin-top:18px!important;
  }
  .badge{
    padding:20px 6px 10px!important;
    border-width:3px!important;
  }
  .badge-top,.badge-bottom{
    font-size:9.5px!important;
  }
  .badge strong{
    font-size:16px!important;
  }

  section{
    padding:42px 0!important;
  }
  .section-head{
    margin-bottom:22px!important;
  }
  .section-head .eyebrow{
    font-size:12px!important;
    letter-spacing:.14em!important;
    margin-bottom:10px!important;
  }
  .section-head h2{
    font-size:26px!important;
    line-height:1.38!important;
    letter-spacing:-.035em!important;
    word-break:keep-all!important;
  }
  .section-head p{
    font-size:14px!important;
    line-height:1.75!important;
    word-break:keep-all!important;
  }
  #reason .section-head h2{
    font-size:25px!important;
    line-height:1.38!important;
  }

  .cards,.steps,.compare,.form-wrap{
    grid-template-columns:1fr!important;
    gap:16px!important;
  }
  .card,.panel,.step,.contact-card,.form{
    padding:22px 18px!important;
    border-radius:20px!important;
  }
  .card h3,.step h3,.panel h3{
    font-size:21px!important;
    line-height:1.35!important;
  }
  .card p,.step p,.panel p,.check li{
    font-size:14px!important;
    line-height:1.72!important;
  }

  .proof-sec{
    padding:40px 0!important;
  }
  .proof-head h2{
    font-size:23px!important;
    line-height:1.35!important;
    white-space:normal!important;
    padding:0!important;
  }
  .proof-head h2:before,
  .proof-head h2:after{
    display:none!important;
  }
  .proof{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:12px!important;
    overflow:visible!important;
    padding:0!important;
  }
  .proof-item{
    width:100%!important;
    min-width:0!important;
    min-height:174px!important;
    padding:16px 10px 14px!important;
    border-radius:14px!important;
  }
  .proof-icon.gold{
    font-size:30px!important;
    margin-bottom:6px!important;
  }
  .proof-icon.gold.compare3 svg{
    width:44px!important;
    height:44px!important;
  }
  .proof-item b{
    font-size:31px!important;
    letter-spacing:-.04em!important;
  }
  .proof-item.wide b{
    font-size:24px!important;
  }
  .proof-item b small{
    font-size:.45em!important;
  }
  .proof-item span{
    font-size:12px!important;
    line-height:1.3!important;
    margin-top:7px!important;
  }
  .proof-item p{
    font-size:9.5px!important;
    line-height:1.42!important;
    margin-top:5px!important;
  }

  .faq details{
    padding:16px 18px!important;
    border-radius:14px!important;
  }
  .faq summary{
    font-size:15px!important;
  }
  .faq p{
    font-size:13.5px!important;
    line-height:1.72!important;
  }

  .contact-card h3{
    font-size:23px!important;
    line-height:1.4!important;
  }
  .contact-card p{
    font-size:14px!important;
    line-height:1.75!important;
  }
  .contact-card .big-tel{
    font-size:19px!important;
    width:100%!important;
  }
  .grid2{
    grid-template-columns:1fr!important;
  }
}

/* Small smartphones */
@media(max-width:430px){
  .container{
    width:min(100% - 24px,1120px)!important;
  }
  .brand{
    font-size:15.5px!important;
    max-width:47%!important;
  }
  .tel{
    font-size:13.5px!important;
  }
  .hero .container{
    padding-bottom:230px!important;
  }
  .hero-img{
    height:280px!important;
  }
  .hero h1{
    font-size:31px!important;
  }
  .section-head h2,
  #reason .section-head h2{
    font-size:23.5px!important;
    line-height:1.42!important;
  }
  .section-head p{
    font-size:13.5px!important;
  }
  .card h3,.step h3,.panel h3{
    font-size:20px!important;
  }
  .proof{
    gap:10px!important;
  }
  .proof-item{
    min-height:166px!important;
    padding:14px 8px 12px!important;
  }
  .proof-item b{
    font-size:28px!important;
  }
  .proof-item.wide b{
    font-size:22px!important;
  }
  .proof-item span{
    font-size:11px!important;
  }
  .proof-item p{
    font-size:9px!important;
  }
}


/* v23 final polish except form-warning removal */
.proof-icon.gold{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:54px!important;
  height:54px!important;
  margin:0 auto 10px!important;
  color:#d9a320!important;
  background:transparent!important;
  border-radius:0!important;
  font-size:0!important;
}
.proof-icon.gold svg{
  width:54px!important;
  height:54px!important;
  stroke:#d9a320!important;
  fill:none!important;
  stroke-width:2.8!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
.proof-icon.gold.crown svg,
.proof-icon.gold.yen svg{
  fill:none!important;
}
.proof-item .metric{
  display:block!important;
  color:#ff2634!important;
  font-size:52px!important;
  line-height:1!important;
  letter-spacing:-.04em!important;
  white-space:nowrap!important;
}
.proof-item .metric-wide{
  font-size:43px!important;
  letter-spacing:-.055em!important;
}
.proof-item span{
  display:block!important;
}
.proof-item p{
  max-width:14em;
  margin-left:auto!important;
  margin-right:auto!important;
}

/* Remove old pseudo/scroll artifacts if any */
.fixed-cta{display:none!important}

@media(max-width:900px){
  .proof-item .metric{
    font-size:32px!important;
  }
  .proof-item .metric-wide{
    font-size:24px!important;
    letter-spacing:-.06em!important;
  }
  .proof-icon.gold,
  .proof-icon.gold svg{
    width:44px!important;
    height:44px!important;
  }
}

@media(max-width:430px){
  .proof-icon.gold,
  .proof-icon.gold svg{
    width:38px!important;
    height:38px!important;
  }
  .proof-item .metric{
    font-size:28px!important;
  }
  .proof-item .metric-wide{
    font-size:21px!important;
  }
}


/* v24 contact spacing refinement */
.contact .section-head .eyebrow{
  opacity:.32!important;
  letter-spacing:.18em!important;
}
.contact .section-head h2{
  line-height:1.34!important;
  letter-spacing:-.03em!important;
  max-width:720px!important;
}
.contact .section-head p{
  line-height:1.7!important;
  opacity:.96!important;
}
.contact-card{
  padding:30px 28px!important;
}
.contact-card h3{
  line-height:1.58!important;
  letter-spacing:-.03em!important;
  margin-bottom:18px!important;
}
.contact-card p{
  line-height:1.86!important;
  margin-bottom:18px!important;
}
.contact-card .big-tel{
  margin-top:8px!important;
}
.contact-card .big-tel-no{
  letter-spacing:0!important;
}

@media(max-width:900px){
  .contact{
    padding:40px 0 44px!important;
  }
  .contact .section-head{
    margin-bottom:18px!important;
  }
  .contact .section-head .eyebrow{
    font-size:12px!important;
    margin-bottom:8px!important;
    opacity:.24!important;
  }
  .contact .section-head h2{
    font-size:24px!important;
    line-height:1.42!important;
    letter-spacing:-.045em!important;
    max-width:12em!important;
  }
  .contact .section-head p{
    font-size:14px!important;
    line-height:1.75!important;
    margin-top:10px!important;
  }
  .contact-card{
    padding:22px 18px!important;
    border-radius:18px!important;
  }
  .contact-card h3{
    font-size:18px!important;
    line-height:1.62!important;
    margin-bottom:14px!important;
  }
  .contact-card p{
    font-size:13.5px!important;
    line-height:1.82!important;
    margin-bottom:16px!important;
  }
  .contact-card .big-tel{
    margin-top:4px!important;
    font-size:18px!important;
    padding:12px 14px!important;
  }
}

@media(max-width:430px){
  .contact .section-head h2{
    font-size:22px!important;
    line-height:1.45!important;
    max-width:11em!important;
  }
  .contact-card{
    padding:20px 16px!important;
  }
  .contact-card h3{
    font-size:17px!important;
    line-height:1.68!important;
  }
  .contact-card p{
    font-size:13px!important;
    line-height:1.84!important;
  }
  .contact-card .big-tel{
    font-size:16.5px!important;
    gap:6px!important;
  }
}