
:root{--bg:#f6f8fc;--surface:#fff;--surface2:#f9fbfd;--ink:#08111f;--muted:#667085;--line:#e5eaf1;--blue:#2563eb;--purple:#3b82f6;--cyan:#17c9c7;--green:#19b879;--shadow:0 22px 70px rgba(20,35,62,.11)}
html[data-theme=dark]{--bg:#09101a;--surface:#101826;--surface2:#141e2e;--ink:#f4f7fb;--muted:#9da9ba;--line:#253147;--shadow:0 22px 70px rgba(0,0,0,.30)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}.container{width:min(1180px,calc(100% - 40px));margin:auto}
header{position:sticky;top:0;z-index:90;padding:12px 0;background:linear-gradient(180deg,color-mix(in srgb,var(--bg) 95%,transparent),transparent);pointer-events:none}.nav{pointer-events:auto;min-height:68px;padding:8px 9px 8px 15px;border:1px solid var(--line);border-radius:22px;background:color-mix(in srgb,var(--surface) 94%,transparent);backdrop-filter:blur(12px);box-shadow:0 16px 46px rgba(19,31,53,.10);display:flex;align-items:center;justify-content:space-between;gap:16px}.logo{height:45px;color:var(--ink);display:block}
.desktop-nav{display:flex;align-items:center;gap:4px;padding:5px;border:1px solid var(--line);border-radius:15px;background:var(--surface2)}.menu-group{position:relative}.menu-button,.direct-nav{height:39px;padding:0 12px;border:0;border-radius:10px;background:transparent;color:var(--muted);font:inherit;font-size:13px;font-weight:820;cursor:pointer;display:flex;align-items:center;gap:6px}.menu-button:hover,.menu-group.open>.menu-button,.direct-nav:hover{background:var(--surface);color:var(--ink)}.chev{font-size:10px;transition:.18s}.menu-group.open .chev{transform:rotate(180deg)}
.mega{display:none;position:absolute;top:calc(100% + 15px);left:50%;transform:translateX(-50%);width:min(700px,82vw);padding:14px;border:1px solid var(--line);border-radius:22px;background:color-mix(in srgb,var(--surface) 97%,transparent);backdrop-filter:blur(24px);box-shadow:0 28px 75px rgba(15,26,45,.18)}.menu-group.open>.mega{display:block}.mega-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:12px}.mega-title{padding:8px 10px;color:var(--muted);font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.mega-links{display:grid;grid-template-columns:1fr 1fr;gap:7px}.mega-link{display:grid;grid-template-columns:36px 1fr;gap:10px;padding:12px;border-radius:13px}.mega-link:hover{background:var(--surface2)}.mega-ico{width:36px;height:36px;border-radius:11px;display:grid;place-items:center;background:var(--blue);color:#fff;font-size:9px;font-weight:900}.mega-ico svg{width:18px;height:18px;color:#fff}.mega-link strong{display:block;font-size:13px}.mega-link span span{display:block;color:var(--muted);font-size:11px;margin-top:3px}.mega-feature{padding:18px;border-radius:17px;background:linear-gradient(145deg,#091322,#172641);color:#fff}.mega-feature small{font-size:10px;color:#aab9cf;font-weight:900;letter-spacing:.12em}.mega-feature h4{font-size:20px;line-height:1.08;margin:10px 0 8px}.mega-feature p{font-size:11px;color:#bdc8d8;margin:0}.mega-feature a{display:inline-flex;margin-top:14px;font-size:12px;font-weight:850}.mega-simple{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.mega-simple a{padding:14px;border-radius:14px;background:var(--surface2);border:1px solid var(--line)}.mega-simple strong{display:block;font-size:13px}.mega-simple span{display:block;color:var(--muted);font-size:11px;margin-top:3px}
.controls{display:flex;align-items:center;gap:7px}.pill{height:39px;padding:0 11px;border:1px solid var(--line);border-radius:11px;background:var(--surface);color:var(--ink);font-size:12px;font-weight:800;display:inline-flex;align-items:center;gap:7px}.pill a{opacity:.55}.pill a.active{opacity:1;color:var(--blue)}.btn{min-height:46px;padding:0 20px;border-radius:13px;display:inline-flex;align-items:center;justify-content:center;font-size:14px;font-weight:830;border:1px solid transparent;transition:.2s}.primary{background:var(--blue);color:#fff}.secondary{border-color:var(--line);background:var(--surface);color:var(--ink)}.btn:hover{transform:translateY(-2px)}.mobile-trigger{display:none;min-width:41px;justify-content:center;font-size:18px}
.mobile-overlay{display:none;position:fixed;inset:0;z-index:120;background:rgba(3,8,17,.52);backdrop-filter:blur(5px)}.mobile-overlay.open{display:block}.drawer{position:absolute;right:0;top:0;bottom:0;width:min(390px,92vw);padding:16px;background:var(--bg);border-left:1px solid var(--line);overflow:auto}.drawer-top{display:flex;align-items:center;justify-content:space-between;padding-bottom:14px}.drawer-close{width:42px;height:42px;border-radius:13px;border:1px solid var(--line);background:var(--surface);color:var(--ink);font-size:20px}.drawer-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:12px}.drawer-actions .pill{justify-content:center}.acc{border:1px solid var(--line);border-radius:15px;background:var(--surface);margin-bottom:8px;overflow:hidden}.acc-head{width:100%;padding:14px;border:0;background:transparent;color:var(--ink);display:flex;justify-content:space-between;font:inherit;font-weight:850}.acc-body{display:none;padding:0 8px 8px}.acc.open .acc-body{display:grid;gap:5px}.acc-body a{padding:10px;border-radius:10px;background:var(--surface2);font-size:12px;font-weight:750}.drawer-direct{display:grid;gap:7px;margin-top:8px}.drawer-direct a{padding:12px 13px;border:1px solid var(--line);border-radius:13px;background:var(--surface);font-size:13px;font-weight:800}
.mobile-dock{display:none}
.hero{padding:92px 0 72px}.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:54px;align-items:center}.eyebrow{display:inline-flex;padding:8px 11px;border-radius:999px;background:color-mix(in srgb,var(--blue) 9%,var(--surface));border:1px solid color-mix(in srgb,var(--blue) 18%,var(--line));color:var(--blue);font-size:12px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}h1,h2,h3{margin:0;line-height:1.06;letter-spacing:-.045em}h1{font-size:clamp(54px,7vw,86px);margin-top:18px}.grad{background:linear-gradient(100deg,var(--blue),#08aeb8);-webkit-background-clip:text;background-clip:text;color:transparent}.lead{font-size:19px;color:var(--muted);margin:24px 0 30px}.actions{display:flex;gap:12px;flex-wrap:wrap}.trust{display:flex;gap:18px;flex-wrap:wrap;margin-top:24px;color:var(--muted);font-size:13px;font-weight:750}.trust span:before{content:"✓";color:var(--green);font-weight:950;margin-right:7px}.visual{position:relative}.visual picture{display:block}.hero-img{width:100%;height:auto;display:block;border-radius:34px;filter:drop-shadow(0 30px 55px rgba(9,18,33,.22));transition:.4s}.visual:hover .hero-img{transform:translateY(-4px) rotate(-.4deg)}.float-card{position:absolute;padding:11px 13px;border-radius:14px;background:color-mix(in srgb,var(--surface) 88%,transparent);border:1px solid var(--line);box-shadow:var(--shadow);backdrop-filter:blur(14px);font-size:11px;font-weight:850}.fc1{right:-12px;top:22%}.fc2{left:-14px;bottom:16%}.float-card span{display:block;color:var(--muted);font-weight:650;margin-top:2px}
section{padding:78px 0}.section-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:32px}.section-head h2{font-size:clamp(37px,4vw,51px)}.section-head p{max-width:680px;margin:0;color:var(--muted)}
.home-teasers{display:grid;grid-template-columns:1.15fr .85fr .85fr;gap:16px}.teaser{min-height:240px;padding:25px;border-radius:23px;background:var(--surface);border:1px solid var(--line);position:relative;overflow:hidden}.teaser.dark{background:linear-gradient(145deg,#091322,#172641);color:#fff}.teaser h3{font-size:24px}.teaser p{color:var(--muted);font-size:13px;margin:9px 0 18px}.teaser.dark p{color:#b9c6d7}.teaser a{font-size:12px;font-weight:850;color:var(--blue)}.teaser.dark a{color:#fff}.teaser-num{position:absolute;right:18px;bottom:8px;font-size:74px;font-weight:900;color:color-mix(in srgb,var(--muted) 10%,transparent)}
.flow-short{background:linear-gradient(150deg,#091322,#111d34);color:#fff;border-radius:30px;padding:34px}.flow-short-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:22px}.flow-step{padding:16px;border-radius:15px;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.045)}.flow-step b{font-size:11px;color:#90b8ff}.flow-step strong{display:block;margin-top:5px;font-size:14px}.flow-step span{display:block;margin-top:5px;color:#b8c3d2;font-size:11px}
.cta-band{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center;padding:30px;border-radius:27px;background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow)}.cta-band p{margin:6px 0 0;color:var(--muted)}
.page-hero{padding:74px 0 42px}.page-hero h1{font-size:clamp(48px,6vw,72px)}.page-hero p{max-width:760px;color:var(--muted);font-size:18px}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.cards>:last-child:nth-child(3n+1){grid-column:2}.card{padding:24px;border-radius:21px;background:var(--surface);border:1px solid var(--line)}.card h3{font-size:21px}.card p{color:var(--muted);font-size:13px}.tag{display:inline-flex;padding:6px 8px;border-radius:999px;background:var(--surface2);border:1px solid var(--line);font-size:10px;font-weight:850;color:var(--blue);margin-bottom:14px}.icon-badge{width:46px;height:46px;display:inline-grid;place-items:center;border-radius:15px;margin-bottom:16px;background:var(--blue);box-shadow:0 12px 26px color-mix(in srgb,var(--blue) 32%,transparent);transition:.25s}.icon-badge svg{width:23px;height:23px;color:#fff}.card:hover .icon-badge{transform:translateY(-3px) rotate(-4deg)}
.split{display:grid;grid-template-columns:1fr 1fr;gap:20px}.panel{padding:28px;border-radius:24px;background:var(--surface);border:1px solid var(--line)}.panel.dark{background:linear-gradient(145deg,#091322,#172641);color:#fff}.panel p{color:var(--muted)}.panel.dark p{color:#b9c6d7}.checklist{display:grid;gap:9px;margin-top:18px}.check{padding:12px 13px;border-radius:13px;background:var(--surface2);border:1px solid var(--line);font-size:13px}.panel.dark .check{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.10)}
.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.billing{padding:23px;border-radius:20px;background:var(--surface);border:1px solid var(--line)}.billing h3{font-size:22px}.billing p{font-size:13px;color:var(--muted)}.policy-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.policy{padding:18px;border-radius:17px;background:var(--surface);border:1px solid var(--line)}.policy strong{display:block;font-size:14px}.policy p{font-size:12px;color:var(--muted)}.policy a{font-size:12px;color:var(--blue);font-weight:850}
.form{display:grid;gap:12px}.two{display:grid;grid-template-columns:1fr 1fr;gap:12px}.field{display:grid;gap:6px}.field label{font-size:12px;font-weight:800;color:var(--muted)}.field input,.field textarea,.field select{width:100%;padding:12px 13px;border-radius:12px;border:1px solid var(--line);background:var(--surface2);color:var(--ink);font:inherit}.field textarea{min-height:110px;resize:vertical}.business-box{padding:18px;border-radius:17px;background:var(--surface2);border:1px solid var(--line);font-size:13px}.business-box a{color:var(--blue);font-weight:800}
footer{padding:34px 0 44px}.footer{border-top:1px solid var(--line);padding-top:28px;display:flex;justify-content:space-between;gap:24px}.footer-logo{height:44px;color:var(--ink)}.footer small{display:block;color:var(--muted);margin-top:7px}.footer-links{display:flex;gap:14px;flex-wrap:wrap;color:var(--muted);font-size:12px;font-weight:750}
.legal-page{padding:72px 0}.legal{max-width:950px;background:var(--surface);border:1px solid var(--line);border-radius:28px;padding:40px;box-shadow:var(--shadow)}.back{display:inline-flex;margin-bottom:20px;color:var(--blue);font-size:13px;font-weight:850}.legal h1{font-size:47px}.legal h2{font-size:22px;margin:28px 0 8px}.legal p,.legal li{color:var(--muted)}.legal a{color:var(--blue);font-weight:800}.updated{font-size:12px;color:var(--muted);margin:8px 0 25px}
@media(max-width:1120px){.desktop-nav{display:none}.mobile-trigger{display:inline-flex}.cards,.pricing-grid,.policy-grid{grid-template-columns:1fr 1fr}}
@media(max-width:800px){.hero-grid,.split{grid-template-columns:1fr}.home-teasers{grid-template-columns:1fr 1fr}.home-teasers .teaser:first-child{grid-column:1/-1}.flow-short-grid{grid-template-columns:1fr 1fr}.cta-band{grid-template-columns:1fr}}
@media(max-width:720px){body{padding-bottom:80px}.container{width:min(100% - 28px,1180px)}header{padding:7px 0}.nav{min-height:62px;border-radius:18px}.logo{height:39px}.desktop-cta,.lang-desktop{display:none}.hero{padding:64px 0 48px}h1{font-size:48px}.lead{font-size:17px}.float-card{display:none}.home-teasers,.cards,.pricing-grid,.policy-grid,.flow-short-grid,.two{grid-template-columns:1fr}.home-teasers .teaser:first-child{grid-column:auto}.cards>:last-child:nth-child(3n+1){grid-column:auto}.section-head,.footer{display:block}.section-head p{margin-top:10px}.footer-links{margin-top:15px}.mobile-dock{display:grid;grid-template-columns:repeat(4,1fr);position:fixed;left:12px;right:12px;bottom:12px;z-index:80;padding:7px;border-radius:18px;border:1px solid var(--line);background:color-mix(in srgb,var(--surface) 91%,transparent);box-shadow:0 20px 54px rgba(12,22,38,.18);backdrop-filter:blur(20px)}.mobile-dock a,.mobile-dock button{border:0;background:transparent;color:var(--muted);min-height:48px;border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;font:inherit;font-size:9px;font-weight:850}.dock-icon{font-size:18px}.legal{padding:26px}.legal h1{font-size:38px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}

/* V7 premium hero artwork */
.premium-visual{
  position:relative;
  isolation:isolate;
  border-radius:36px;
  overflow:visible;
}
.premium-visual picture{
  position:relative;
  z-index:2;
  display:block;
  border-radius:36px;
  overflow:hidden;
}
.premium-hero-img{
  width:100%;
  height:auto;
  aspect-ratio:1200/980;
  object-fit:cover;
  border-radius:36px;
  box-shadow:
    0 34px 80px rgba(7,16,29,.20),
    0 8px 24px rgba(11,92,255,.08);
  transform:perspective(1200px) rotateY(-1.2deg) rotateX(.5deg);
  transition:transform .45s ease, box-shadow .45s ease;
}
.premium-visual:hover .premium-hero-img{
  transform:perspective(1200px) rotateY(.2deg) rotateX(0deg) translateY(-5px);
  box-shadow:
    0 40px 95px rgba(7,16,29,.27),
    0 10px 30px rgba(114,91,255,.13);
}
.art-glow{
  position:absolute;
  z-index:0;
  border-radius:50%;
  filter:blur(45px);
  pointer-events:none;
}
.art-glow-a{
  width:220px;height:220px;
  right:-48px;top:5%;
  background:rgba(114,91,255,.20);
}
.art-glow-b{
  width:200px;height:200px;
  left:-50px;bottom:0;
  background:rgba(23,201,199,.15);
}
@media(max-width:800px){
  .premium-visual{margin-top:6px}
  .premium-hero-img{
    aspect-ratio:1/1;
    object-position:center;
    transform:none;
    border-radius:28px;
  }
  .premium-visual:hover .premium-hero-img{transform:none}
  .art-glow-a{width:150px;height:150px;right:-25px}
  .art-glow-b{width:140px;height:140px;left:-30px}
}

/* V8 01→04 connected flow */
.premium-hero-img{
  object-position:center center;
}
@media(max-width:720px){
  .premium-visual picture{
    border-radius:26px;
  }
  .premium-hero-img{
    aspect-ratio:1/1.08;
    object-fit:cover;
    object-position:center;
    border-radius:26px;
  }
}

.footer-support{margin-top:5px;font-size:11px;color:var(--muted)}
.footer-support a:hover{color:var(--blue)}
[data-business-row][hidden]{display:none!important}

/* V10 homepage polish */
.clean-hero-art{
  background:transparent!important;
  box-shadow:none!important;
  overflow:visible!important;
}
.clean-hero-art picture{
  background:transparent!important;
  border-radius:0!important;
  overflow:visible!important;
}
.clean-hero-art .premium-hero-img,
.clean-hero-art .hero-img{
  background:transparent!important;
  box-shadow:none!important;
  filter:drop-shadow(0 24px 38px rgba(25,38,66,.12));
  border-radius:0!important;
  transform:none!important;
  object-fit:contain!important;
}
.clean-hero-art:hover .premium-hero-img,
.clean-hero-art:hover .hero-img{
  transform:translateY(-3px)!important;
  box-shadow:none!important;
}
.hero{
  padding-bottom:46px!important;
}
.hero + section{
  padding-top:40px!important;
}
.home-explore-copy{
  max-width:760px;
}
.home-explore-copy h2{
  font-size:clamp(36px,4vw,50px);
  margin-top:12px;
}
.home-explore-copy p{
  max-width:680px;
  margin:12px 0 0;
  color:var(--muted);
  font-size:15px;
}
.home-explore-copy + p{display:none!important}

/* The home explore header becomes a single coherent block rather than split left/right */
section .section-head:has(.home-explore-copy){
  display:block!important;
  margin-bottom:26px!important;
}

/* Better card rhythm directly under the heading */
.home-teasers{
  margin-top:0!important;
}
.home-teasers .teaser{
  min-height:220px;
}

@media(max-width:800px){
  .hero{padding-bottom:30px!important}
  .hero + section{padding-top:30px!important}
  .clean-hero-art{
    max-width:620px;
    margin:0 auto;
  }
  .clean-hero-art .premium-hero-img,
  .clean-hero-art .hero-img{
    aspect-ratio:1/1!important;
    object-fit:contain!important;
  }
}


/* =========================================================
   V11 ALIGNMENT + RESPONSIVE SYSTEM
   ========================================================= */

/* Layout rhythm */
:root{
  --content-max:1240px;
  --section-space:clamp(64px,7vw,92px);
}
.container{width:min(var(--content-max),calc(100% - 48px))}
section{padding:var(--section-space) 0}
.hero{padding:76px 0 48px!important}
.hero + .home-paths{padding-top:42px!important}

/* Nav: prevent right-side dropdown overflow on PC */
.nav{max-width:var(--content-max);margin-inline:auto}
.menu-group:nth-last-child(-n+2) .mega{
  left:auto!important;
  right:0!important;
  transform:none!important;
}
.menu-group:nth-last-child(-n+2).open>.mega{
  animation:none!important;
}
.mega{max-height:min(620px,calc(100vh - 120px));overflow:auto}

/* Hero proportions */
.hero-grid{
  grid-template-columns:minmax(0,1.03fr) minmax(430px,.97fr)!important;
  gap:clamp(38px,4vw,64px)!important;
  align-items:center!important;
}
.hero-grid>div:first-child{max-width:660px}
.hero h1{max-width:650px}
.lead{max-width:650px!important}
.clean-hero-art{
  width:100%;
  max-width:660px;
  margin-inline:auto;
}
.clean-hero-art .hero-img,
.clean-hero-art .premium-hero-img{
  display:block;
  width:100%!important;
  height:auto!important;
  aspect-ratio:auto!important;
  object-fit:contain!important;
  filter:drop-shadow(0 25px 38px rgba(25,38,66,.12))!important;
}

/* Home intro is one coherent column */
.home-paths{padding-bottom:var(--section-space)}
.home-section-intro{
  max-width:760px;
  margin-bottom:28px;
}
.home-section-intro .eyebrow{margin-bottom:12px}
.home-section-intro h2{
  margin:0;
  font-size:clamp(36px,4vw,52px);
  line-height:1.06;
}
.home-section-intro p{
  max-width:680px;
  margin:12px 0 0;
  color:var(--muted);
  font-size:14px;
}

/* Equal card heights / consistent internal alignment */
.home-teasers{
  display:grid!important;
  grid-template-columns:1.12fr .94fr .94fr!important;
  gap:16px!important;
  align-items:stretch!important;
}
.home-teasers .teaser{
  min-height:230px!important;
  height:100%;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  padding:26px!important;
}
.home-teasers .teaser h3{font-size:23px}
.home-teasers .teaser p{
  max-width:92%;
  margin-bottom:18px;
}
.home-teasers .teaser>a{margin-top:auto}

/* Process & CTA alignment */
.flow-short{
  padding:34px!important;
  border-radius:30px!important;
}
.flow-short-grid{
  align-items:stretch!important;
  gap:12px!important;
}
.flow-step{
  min-height:150px;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
}
.cta-band{
  min-height:150px;
  padding:30px 32px!important;
  align-items:center!important;
}
.cta-band>div{max-width:760px}
.cta-band p{max-width:680px}

/* All content cards align cleanly */
.cards,.pricing-grid,.policy-grid{
  align-items:stretch;
}
.card,.billing,.policy{
  height:100%;
}
.card{
  display:flex;
  flex-direction:column;
}
.card p{margin-bottom:0}

/* Inner page widths */
.page-hero .container{max-width:1240px}
.page-hero p{max-width:760px}
.split{align-items:stretch}
.split>.about,.split>.contact,.split>.panel{height:100%}

/* Footer: less improvised, more intentional */
footer{padding-top:26px!important}
.footer{
  display:grid!important;
  grid-template-columns:1.15fr 1fr!important;
  align-items:start!important;
  gap:28px!important;
}
.footer-links{
  justify-content:flex-end;
  align-content:start;
  row-gap:10px!important;
}
.footer-support{margin-top:8px}

/* Tablet */
@media(max-width:1120px){
  .container{width:min(var(--content-max),calc(100% - 36px))}
  .hero-grid{
    grid-template-columns:minmax(0,1fr) minmax(370px,.88fr)!important;
    gap:32px!important;
  }
  .hero h1{font-size:clamp(50px,6.3vw,72px)}
  .desktop-cta{display:none!important}
  .mega{width:min(680px,calc(100vw - 36px))!important}
}

/* Tablet portrait */
@media(max-width:900px){
  .hero-grid{
    grid-template-columns:1fr!important;
    gap:22px!important;
  }
  .hero-grid>div:first-child{
    max-width:760px;
  }
  .clean-hero-art{
    max-width:650px;
  }
  .home-teasers{
    grid-template-columns:1fr 1fr!important;
  }
  .home-teasers .teaser:first-child{
    grid-column:1/-1;
  }
  .flow-short-grid{
    grid-template-columns:1fr 1fr!important;
  }
  .cta-band{
    grid-template-columns:1fr!important;
  }
  .cta-band .btn{
    width:max-content;
  }
  .footer{
    grid-template-columns:1fr!important;
  }
  .footer-links{
    justify-content:flex-start;
  }
}

/* Mobile */
@media(max-width:720px){
  .container{width:calc(100% - 28px)}
  body{padding-bottom:82px}
  header{padding:7px 0!important}
  .nav{min-height:62px!important;padding:6px 7px 6px 11px!important;border-radius:18px!important}
  .logo{height:39px!important}
  .hero{padding:52px 0 26px!important}
  .hero-grid{gap:12px!important}
  .hero h1{
    font-size:clamp(44px,13vw,58px)!important;
    margin-top:15px!important;
  }
  .lead{
    font-size:16px!important;
    margin:18px 0 24px!important;
  }
  .trust{
    gap:9px 13px!important;
    margin-top:18px!important;
  }
  .clean-hero-art{
    max-width:100%;
    margin-top:4px;
  }
  .clean-hero-art .hero-img,
  .clean-hero-art .premium-hero-img{
    aspect-ratio:auto!important;
    object-fit:contain!important;
  }
  .home-paths{
    padding-top:34px!important;
    padding-bottom:58px!important;
  }
  .home-section-intro{
    margin-bottom:22px;
  }
  .home-section-intro h2{
    font-size:clamp(34px,10vw,45px);
  }
  .home-section-intro p{font-size:13px}
  .home-teasers{
    grid-template-columns:1fr!important;
  }
  .home-teasers .teaser:first-child{
    grid-column:auto;
  }
  .home-teasers .teaser{
    min-height:205px!important;
    padding:22px!important;
  }
  .flow-short{
    padding:23px 18px!important;
    border-radius:24px!important;
  }
  .flow-short-grid{
    grid-template-columns:1fr!important;
  }
  .flow-step{
    min-height:auto!important;
  }
  .cta-band{
    min-height:0!important;
    padding:24px!important;
  }
  .cta-band .btn{
    width:100%!important;
  }
  .footer{
    gap:20px!important;
  }
  .footer-links{
    display:grid!important;
    grid-template-columns:1fr 1fr;
    gap:9px 14px!important;
  }
}

/* Small mobile */
@media(max-width:430px){
  .container{width:calc(100% - 24px)}
  .actions{
    display:grid!important;
    grid-template-columns:1fr 1fr;
  }
  .actions .btn{
    width:100%;
    padding-inline:12px;
  }
  .trust{
    display:grid!important;
    grid-template-columns:1fr 1fr;
  }
  .footer-links{
    grid-template-columns:1fr;
  }
}

/* V13 - explained process */
.process-section{
  padding-top:20px!important;
}
.flow-short{
  padding:36px!important;
}
.process-intro{
  max-width:760px;
  margin-bottom:26px;
}
.process-intro h2{
  margin:14px 0 0;
  font-size:clamp(32px,3.5vw,45px);
  color:#fff;
}
.process-intro p{
  max-width:720px;
  margin:10px 0 0;
  color:#b8c3d2;
  font-size:14px;
}
.flow-short-grid{
  margin-top:0!important;
}
.flow-step{
  min-height:210px!important;
  padding:19px!important;
}
.flow-step b{
  display:inline-flex;
  width:32px;
  height:32px;
  align-items:center;
  justify-content:center;
  border-radius:10px;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.09);
  color:#90b8ff!important;
}
.flow-step strong{
  margin-top:15px!important;
  font-size:16px!important;
}
.flow-step span{
  margin-top:9px!important;
  font-size:12px!important;
  line-height:1.65;
  color:#b9c5d5!important;
}

@media(max-width:900px){
  .flow-step{
    min-height:185px!important;
  }
}
@media(max-width:720px){
  .process-section{
    padding-top:6px!important;
  }
  .flow-short{
    padding:24px 18px!important;
  }
  .process-intro{
    margin-bottom:20px;
  }
  .process-intro h2{
    font-size:clamp(30px,9vw,40px);
  }
  .process-intro p{
    font-size:13px;
  }
  .flow-step{
    min-height:0!important;
  }
}

/* V14 security-safe class replacements */
.eyebrow-dark{
  color:#bfd0ff!important;
  background:rgba(255,255,255,.06)!important;
  border-color:rgba(255,255,255,.10)!important;
}
.cta-title{font-size:clamp(30px,4vw,44px)}
.about-section-title{font-size:clamp(32px,4vw,46px);margin-top:14px}
.panel-spaced{margin-top:18px}
.drawer-full-cta{width:100%;margin-top:10px}
.hp-field{
  position:absolute!important;
  left:-10000px!important;
  top:auto!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
}


/* =========================================================
   V15 — STRIPE-CLEAR BILLING PAGE
   ========================================================= */
.billing-hero{
  padding-bottom:42px!important;
}
.billing-hero p{
  max-width:820px!important;
}
.billing-options-section{
  padding-top:34px!important;
}
.billing-heading{
  margin-bottom:24px!important;
}
.billing-heading h2{
  font-size:clamp(32px,3.6vw,46px);
}
.billing-model-grid{
  align-items:stretch;
}
.billing-model-card{
  display:flex;
  flex-direction:column;
  min-height:280px;
  padding:26px!important;
}
.billing-kicker{
  display:inline-flex;
  align-self:flex-start;
  padding:6px 9px;
  border-radius:999px;
  border:1px solid var(--line);
  background:var(--surface2);
  color:var(--blue);
  font-size:10px;
  font-weight:900;
  letter-spacing:.11em;
}
.billing-model-card h3{
  margin-top:18px;
}
.billing-model-card>p{
  flex:1;
}
.billing-fact{
  margin-top:20px;
  padding:13px 14px;
  border-radius:13px;
  background:var(--surface2);
  border:1px solid var(--line);
  color:var(--muted);
  font-size:12px;
  line-height:1.55;
}
.billing-fact strong{color:var(--ink)}
.prepay-section{
  padding-top:34px!important;
}
.billing-split{
  gap:18px!important;
}
.billing-split>.panel{
  min-height:100%;
}
.billing-split h2{
  margin-top:14px;
  font-size:clamp(30px,3.4vw,43px);
}
.billing-checklist .check{
  display:grid;
  grid-template-columns:130px 1fr;
  gap:12px;
  align-items:start;
}
.billing-checklist .check strong{
  color:var(--ink);
}
.billing-checklist .check span{
  color:var(--muted);
  font-size:12px;
}
.dark-checklist .check{
  background:rgba(255,255,255,.05);
  border-color:rgba(255,255,255,.10);
}
.dark-checklist .check strong{color:#fff}
.dark-checklist .check span{color:#b9c5d5}
.billing-policy-links{
  padding-top:26px!important;
}
.billing-cta{
  grid-template-columns:minmax(0,1fr) auto!important;
}
.billing-link-row{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  justify-content:flex-end;
}
@media(max-width:900px){
  .billing-cta{
    grid-template-columns:1fr!important;
  }
  .billing-link-row{
    justify-content:flex-start;
  }
}
@media(max-width:720px){
  .billing-model-card{
    min-height:0;
  }
  .billing-checklist .check{
    grid-template-columns:1fr;
    gap:5px;
  }
  .billing-link-row{
    display:grid;
    grid-template-columns:1fr;
  }
  .billing-link-row .btn{
    width:100%;
  }
}


/* =========================================================
   V16 — ALIGNMENT + DARK LOGO + BILLING POLISH
   ========================================================= */

/* Never let header overlap anchored content */
html{scroll-padding-top:110px}

/* Billing page rhythm */
.billing-hero{
  padding-top:62px!important;
  padding-bottom:24px!important;
}
.billing-hero .container{
  max-width:1180px;
}
.billing-hero h1{
  margin-top:14px;
  max-width:900px;
}
.billing-hero p{
  margin-top:16px;
  max-width:820px!important;
  line-height:1.65;
}

.billing-options-section{
  padding-top:34px!important;
  padding-bottom:48px!important;
}
.billing-heading{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(320px,520px);
  gap:42px!important;
  align-items:end!important;
  margin-bottom:24px!important;
}
.billing-heading>div,
.billing-heading>p{
  min-width:0;
}
.billing-heading p{
  margin:0!important;
  line-height:1.65;
}

.billing-model-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
  align-items:stretch!important;
}
.billing-model-card{
  min-width:0;
  min-height:290px!important;
  padding:26px!important;
  display:flex!important;
  flex-direction:column!important;
}
.billing-model-card h3{
  margin:17px 0 0!important;
  font-size:22px!important;
}
.billing-model-card>p{
  margin:11px 0 20px!important;
  line-height:1.62!important;
  flex:1 1 auto!important;
}
.billing-fact{
  margin-top:auto!important;
  padding:14px 15px!important;
  min-height:92px;
  display:block;
  line-height:1.6!important;
}
.billing-fact strong{
  display:inline;
  margin-right:4px;
}

/* Two equal lower cards */
.prepay-section{
  padding-top:18px!important;
  padding-bottom:48px!important;
}
.billing-split{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:18px!important;
  align-items:stretch!important;
}
.billing-split>.panel{
  min-width:0;
  height:100%!important;
  padding:30px!important;
  display:flex!important;
  flex-direction:column!important;
}
.billing-split h2{
  margin:14px 0 0!important;
  max-width:92%;
}
.billing-split>.panel>p{
  margin:13px 0 0!important;
  line-height:1.68!important;
}

/* Checklist: dedicated label column + clean text column */
.billing-checklist{
  display:grid!important;
  gap:9px!important;
  margin-top:22px!important;
}
.billing-checklist .check{
  display:grid!important;
  grid-template-columns:148px minmax(0,1fr)!important;
  column-gap:18px!important;
  align-items:start!important;
  min-height:58px;
  padding:13px 15px!important;
  border-radius:13px!important;
}
.billing-checklist .check strong{
  display:block!important;
  margin:0!important;
  line-height:1.45!important;
  font-size:12px!important;
}
.billing-checklist .check span{
  display:block!important;
  margin:0!important;
  min-width:0;
  line-height:1.55!important;
  font-size:12px!important;
}

/* Dark panel/readability */
.panel.dark{
  background:linear-gradient(145deg,#091526,#11223B)!important;
}
.dark-checklist .check{
  background:rgba(255,255,255,.055)!important;
  border-color:rgba(255,255,255,.11)!important;
}
.dark-checklist .check strong{
  color:#F7F9FC!important;
}
.dark-checklist .check span{
  color:#C2CCDA!important;
}
html[data-theme="dark"] .panel.dark{
  background:linear-gradient(145deg,#111D30,#152641)!important;
  border-color:#2B3950!important;
}

/* Customer-policy CTA aligns rather than floating */
.billing-policy-links{
  padding-top:14px!important;
  padding-bottom:72px!important;
}
.billing-cta{
  grid-template-columns:minmax(0,1fr) auto!important;
  gap:30px!important;
  align-items:center!important;
}
.billing-link-row{
  display:grid!important;
  grid-template-columns:repeat(3,max-content)!important;
  gap:8px!important;
  justify-content:end!important;
}
.billing-link-row .btn{
  white-space:nowrap;
}

/* Dark theme: navigation/footer contrast */
html[data-theme="dark"] .nav{
  background:rgba(16,24,38,.94)!important;
  border-color:#26354B!important;
}
html[data-theme="dark"] .desktop-nav,
html[data-theme="dark"] .pill{
  border-color:#2A3950!important;
}
html[data-theme="dark"] .footer-support a{
  color:#AFC3E2;
}

/* tablet */
@media(max-width:980px){
  .billing-heading{
    grid-template-columns:1fr!important;
    gap:10px!important;
  }
  .billing-model-grid{
    grid-template-columns:1fr 1fr!important;
  }
  .billing-model-card:last-child{
    grid-column:1/-1;
    min-height:230px!important;
  }
  .billing-split{
    grid-template-columns:1fr!important;
  }
  .billing-split>.panel{
    min-height:0!important;
  }
  .billing-cta{
    grid-template-columns:1fr!important;
  }
  .billing-link-row{
    justify-content:start!important;
  }
}

/* mobile */
@media(max-width:720px){
  .billing-hero{
    padding-top:44px!important;
  }
  .billing-options-section{
    padding-top:20px!important;
  }
  .billing-model-grid{
    grid-template-columns:1fr!important;
    gap:12px!important;
  }
  .billing-model-card,
  .billing-model-card:last-child{
    grid-column:auto!important;
    min-height:0!important;
    padding:22px!important;
  }
  .billing-fact{
    min-height:0!important;
  }
  .billing-split>.panel{
    padding:22px!important;
  }
  .billing-checklist .check{
    grid-template-columns:1fr!important;
    row-gap:5px!important;
    min-height:0!important;
  }
  .billing-link-row{
    grid-template-columns:1fr!important;
    width:100%;
  }
  .billing-link-row .btn{
    width:100%;
    white-space:normal;
  }
}


/* V17 — more breathing room in hero artwork */
.clean-hero-art{
  max-width:600px!important;
}
.clean-hero-art .hero-img,
.clean-hero-art .premium-hero-img{
  transform:scale(.94)!important;
  transform-origin:center center!important;
}
.clean-hero-art:hover .hero-img,
.clean-hero-art:hover .premium-hero-img{
  transform:scale(.94) translateY(-2px)!important;
}
@media(max-width:900px){
  .clean-hero-art{
    max-width:590px!important;
  }
}
@media(max-width:720px){
  .clean-hero-art{
    max-width:100%!important;
  }
  .clean-hero-art .hero-img,
  .clean-hero-art .premium-hero-img{
    transform:scale(.96)!important;
  }
  .clean-hero-art:hover .hero-img,
  .clean-hero-art:hover .premium-hero-img{
    transform:scale(.96)!important;
  }
}


/* =========================================================
   V21 — ONLY CHANGE:
   Preserve the exact V18 hero artwork.
   In Light mode, give its transparent canvas the same dark
   backdrop it visually had when shown on the Dark page.
   No artwork/card/path/text geometry has been changed.
   ========================================================= */

html[data-theme="light"] .clean-hero-art{
  background:#09101a!important;
  border-radius:30px!important;
  overflow:hidden!important;
  box-shadow:0 24px 52px rgba(12,22,38,.13)!important;
}

html[data-theme="light"] .clean-hero-art picture{
  background:#09101a!important;
  border-radius:30px!important;
  overflow:hidden!important;
}

html[data-theme="light"] .clean-hero-art .hero-img,
html[data-theme="light"] .clean-hero-art .premium-hero-img{
  background:transparent!important;
  filter:none!important;
}

/* Dark remains exactly as V18 */
html[data-theme="dark"] .clean-hero-art{
  background:transparent!important;
}


/* V22 — audited menu/accessibility/responsive layer */
.skip-link{
  position:fixed;z-index:9999;left:16px;top:12px;transform:translateY(-160%);
  padding:10px 14px;border-radius:10px;background:var(--ink);color:var(--bg);
  font-size:13px;font-weight:850;transition:transform .15s ease
}
.skip-link:focus{transform:translateY(0)}
:focus-visible{outline:3px solid color-mix(in srgb,var(--blue) 74%,white);outline-offset:3px}
.brand-link{display:inline-flex;align-items:center;flex:0 0 auto}
.direct-nav{white-space:nowrap}

.mega-billing{width:min(760px,86vw)}
.billing-menu-grid{grid-template-columns:1.35fr .65fr!important}
.mega-policy-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.mega-policy-grid>a{padding:14px;border-radius:14px;background:var(--surface2);border:1px solid var(--line)}
.mega-policy-grid>a:hover{border-color:color-mix(in srgb,var(--blue) 30%,var(--line));background:var(--surface)}
.mega-policy-grid strong{display:block;font-size:13px}
.mega-policy-grid span{display:block;margin-top:3px;color:var(--muted);font-size:11px;line-height:1.4}
.acc-body a strong{display:block;font-size:12px}
.acc-body a span{display:block;margin-top:2px;color:var(--muted);font-size:10px;line-height:1.4}
.drawer .acc-body a{display:block!important}

html[data-theme="light"] .clean-hero-art{
  background:#09101a!important;border-radius:30px!important;overflow:hidden!important;
  box-shadow:0 24px 52px rgba(12,22,38,.13)!important
}
html[data-theme="light"] .clean-hero-art picture{
  background:#09101a!important;border-radius:30px!important;overflow:hidden!important
}
html[data-theme="light"] .clean-hero-art .hero-img,
html[data-theme="light"] .clean-hero-art .premium-hero-img{background:transparent!important;filter:none!important}

.mobile-overlay[aria-hidden="true"]{visibility:hidden}
.mobile-overlay.open[aria-hidden="false"]{visibility:visible}

@media(max-width:1240px){
  .desktop-nav .menu-button,.desktop-nav .direct-nav{padding-inline:10px}
}
@media(max-width:1160px){
  .desktop-nav{display:none!important}
  .mobile-trigger{display:inline-flex!important}
}
@media(max-width:720px){
  .skip-link{left:10px;top:8px}
  .clean-hero-art{border-radius:24px!important}
  html[data-theme="light"] .clean-hero-art picture{border-radius:24px!important}
}


/* =========================================================
   V23 — iPhone / iPad Safari crisp-rendering fixes
   Design is unchanged; only rendering/compositing is adjusted.
   ========================================================= */

html{
  -webkit-text-size-adjust:100%;
  text-size-adjust:100%;
}

img{
  image-rendering:auto;
}

/* Avoid forcing permanently thinned WebKit text rendering. */
body{
  -webkit-font-smoothing:auto;
  font-smoothing:auto;
}

/* Keep hero sizing with layout dimensions rather than transforms. */
.clean-hero-art .hero-img,
.clean-hero-art .premium-hero-img{
  transform:none!important;
  width:94%!important;
  margin-inline:auto!important;
  filter:none!important;
  transition:none!important;
}

.clean-hero-art:hover .hero-img,
.clean-hero-art:hover .premium-hero-img{
  transform:none!important;
  filter:none!important;
}

/* Touch devices should not run desktop hover transforms. */
@media (hover:none){
  .btn:hover,
  .visual:hover .hero-img,
  .premium-visual:hover .premium-hero-img{
    transform:none!important;
  }
}

/*
 iOS/iPadOS Safari:
 backdrop-filter + transformed descendants can trigger low-resolution
 compositor layers. Use opaque surfaces instead so text stays crisp.
*/
@supports (-webkit-touch-callout:none){
  body{
    font-family:-apple-system,BlinkMacSystemFont,"SF Pro Text","SF Pro Display","Helvetica Neue",Arial,sans-serif!important;
    -webkit-font-smoothing:auto!important;
    text-rendering:optimizeLegibility;
  }

  header{
    background:var(--bg)!important;
  }

  .nav,
  .mega,
  .mobile-overlay,
  .mobile-dock,
  .float-card{
    -webkit-backdrop-filter:none!important;
    backdrop-filter:none!important;
  }

  .nav{
    background:var(--surface)!important;
  }

  .mega{
    background:var(--surface)!important;
  }

  .mobile-dock{
    background:var(--surface)!important;
  }

  .mobile-overlay{
    background:rgba(3,8,17,.62)!important;
  }

  .clean-hero-art,
  .clean-hero-art picture,
  .clean-hero-art .hero-img,
  .clean-hero-art .premium-hero-img{
    transform:none!important;
    -webkit-transform:none!important;
    filter:none!important;
    -webkit-filter:none!important;
    perspective:none!important;
    -webkit-perspective:none!important;
    backface-visibility:visible!important;
    -webkit-backface-visibility:visible!important;
  }

  .clean-hero-art .hero-img,
  .clean-hero-art .premium-hero-img{
    width:94%!important;
    max-width:94%!important;
    height:auto!important;
    margin:0 auto!important;
  }

  .logo,
  .footer-logo{
    transform:none!important;
    filter:none!important;
  }

  .btn,
  .card,
  .teaser,
  .billing,
  .policy,
  .panel,
  .flow-step{
    -webkit-transform:none!important;
    transform:none!important;
  }
}

@media(max-width:720px){
  .clean-hero-art .hero-img,
  .clean-hero-art .premium-hero-img{
    width:96%!important;
    max-width:96%!important;
  }
}


/* V34 — real ticket forms */
.ticket-form-wrap{
  margin-top:28px;
}
.ticket-form-card{
  border:1px solid var(--line);
  border-radius:24px;
  padding:24px;
  background:var(--panel);
  box-shadow:0 18px 50px rgba(15,23,42,.06);
}
.ticket-form-card h2{margin-top:0}
.ticket-form-note{
  margin:-4px 0 18px;
  font-size:13px;
  line-height:1.6;
  color:var(--muted);
}
.ticket-status{
  min-height:22px;
  margin:8px 0 14px;
  font-size:13px;
  line-height:1.55;
}
.ticket-status.is-loading{color:var(--muted)}
.ticket-status.is-success{
  color:#087443;
  background:rgba(16,185,129,.08);
  border:1px solid rgba(16,185,129,.22);
  border-radius:14px;
  padding:11px 13px;
}
.ticket-status.is-error{
  color:#b42318;
  background:rgba(239,68,68,.07);
  border:1px solid rgba(239,68,68,.20);
  border-radius:14px;
  padding:11px 13px;
}
html[data-theme="dark"] .ticket-status.is-success{color:#70e3af}
html[data-theme="dark"] .ticket-status.is-error{color:#ff948a}
.ticket-form-card button[disabled]{opacity:.65;cursor:wait}
.form-help{
  font-size:12px;
  color:var(--muted);
  margin-top:6px;
}
