/* Inter (variable), served from this site. SIL Open Font License, see assets/fonts/Inter-OFL-LICENSE.txt */
@font-face{font-family:'Inter Variable';font-style:normal;font-display:swap;font-weight:100 900;src:url(../fonts/inter-latin-wght-normal.woff2) format('woff2-variations'),url(../fonts/inter-latin-wght-normal.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:'Inter Variable';font-style:normal;font-display:swap;font-weight:100 900;src:url(../fonts/inter-latin-ext-wght-normal.woff2) format('woff2-variations'),url(../fonts/inter-latin-ext-wght-normal.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}
/* NexFolio Group — shared stylesheet (v2, Apple-inspired)
   Brand tokens kept from the original site: blue #1B4FD8, navy #0A1A4F. Typeface: Inter. */
:root{
  --blue:#1B4FD8; --blue-hover:#1541B5; --navy:#0A1A4F;
  --ink:#1D1D1F; --text:#424245; --muted:#5F5F64;
  --white:#fff; --mist:#F5F5F7; --line:#D2D2D7; --line-soft:#E8E8ED;
  --r-xl:40px; --r-lg:28px; --r-md:20px; --r-sm:12px;
  --nav-h:52px; --wrap:1120px; --measure:680px;
  --font:'Inter Variable','Inter',system-ui,-apple-system,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;
  /* hue tokens (default = brand blue) */
  --g1:#5B8CFF; --g2:#1B4FD8; --tint:#EEF3FF; --tint-2:#DCE7FF;
}
.hue-blue{--g1:#5B8CFF;--g2:#1B4FD8;--tint:#EEF3FF;--tint-2:#DCE7FF}
.hue-green{--g1:#3DD6A0;--g2:#0B8F62;--tint:#E9F8F1;--tint-2:#CFF0E2}
.hue-violet{--g1:#9A8CFF;--g2:#5140D6;--tint:#F1EFFF;--tint-2:#E0DCFF}
.hue-navy{--g1:#4F6FC4;--g2:#0A1A4F;--tint:#EAEEF8;--tint-2:#D5DDF1}

*,*::before,*::after{box-sizing:border-box}
html{font-size:16px;scroll-behavior:smooth;scroll-padding-top:120px;-webkit-text-size-adjust:100%}
body{margin:0;font-family:var(--font);font-size:1.0625rem;line-height:1.55;color:var(--text);background:var(--white);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
img,svg{max-width:100%;display:block}
img{height:auto}
a{color:var(--blue);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}
.btn,.more,.tile,.res-card,.stage-app,.brand,.pill,.skip,.primary-nav a,.local-links a,.crumbs a,.footer-grid a{text-decoration:none}
.footer-grid a:hover,.crumbs a:hover,.local-links a:hover{text-decoration:underline}
:focus-visible{outline:3px solid var(--blue);outline-offset:3px;border-radius:6px}
h1,h2,h3,h4{margin:0 0 .5em;color:var(--ink);font-weight:600;line-height:1.1;letter-spacing:-.03em}
h1{font-size:clamp(2.5rem,7.5vw,5.5rem);letter-spacing:-.045em;line-height:1.03}
h2{font-size:clamp(2rem,4.6vw,3.5rem);letter-spacing:-.04em;line-height:1.06}
h3{font-size:1.375rem;line-height:1.2;letter-spacing:-.02em}
h4{font-size:1.0625rem;letter-spacing:-.01em}
p{margin:0 0 1em}
ul,ol{margin:0 0 1em;padding-left:1.25em}
.wrap{max-width:var(--wrap);margin:0 auto;padding:0 22px}
.narrow{max-width:820px}
.center{text-align:center}
.muted{color:var(--muted)}
.skip{position:absolute;left:-999px;top:8px;background:var(--ink);color:#fff;padding:10px 16px;border-radius:var(--r-sm);z-index:1000}
.skip:focus{left:8px}

/* ---------- Buttons and links ---------- */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:44px;padding:0 24px;border-radius:999px;font:500 1.0625rem var(--font);letter-spacing:-.01em;border:0;cursor:pointer;transition:background-color .2s,color .2s}
.btn:hover{text-decoration:none}
.btn-primary{background:var(--blue);color:#fff}
.btn-primary:hover{background:var(--blue-hover)}
.btn-light{background:#fff;color:var(--ink)}
.btn-light:hover{background:var(--line-soft)}
.btn-sm{min-height:32px;padding:0 14px;font-size:.875rem}
.btn img{height:18px;width:auto}
.btn-row{display:flex;flex-wrap:wrap;align-items:center;gap:12px 24px}
.center .btn-row{justify-content:center}
.more{display:inline-flex;align-items:center;min-height:44px;font-size:1.0625rem;font-weight:500}
.more::after{content:'\203A';margin-left:6px;font-size:1.35em;line-height:1;transition:transform .2s}
.more:hover{text-decoration:none}
.more:hover::after{transform:translateX(3px)}
.on-dark .more,.on-dark a:not(.btn){color:#8FB0FF}

/* ---------- Header ---------- */
.site-header{position:sticky;top:0;z-index:60;height:var(--nav-h);background:rgba(255,255,255,.82);-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px);border-bottom:1px solid rgba(0,0,0,.08)}
.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:16px}
.brand{display:inline-flex;align-items:center;gap:10px;color:var(--ink);font-weight:600;font-size:1rem;letter-spacing:-.02em}
.brand:hover{text-decoration:none}
.brand img{width:28px;height:28px}
.nav-toggle{display:none;min-width:44px;min-height:36px;background:none;border:0;border-radius:999px;color:var(--ink);font:500 .9375rem var(--font);padding:0 12px;cursor:pointer}
.primary-nav ul{display:flex;align-items:center;gap:2px;list-style:none;margin:0;padding:0}
.primary-nav a{display:flex;align-items:center;min-height:36px;padding:0 14px;border-radius:999px;color:var(--ink);font-size:.875rem;letter-spacing:-.005em}
.primary-nav a:hover{background:rgba(0,0,0,.05);text-decoration:none}
.primary-nav a[aria-current="page"]{font-weight:600}
.primary-nav .nav-cta a{background:var(--blue);color:#fff;margin-left:8px}
.primary-nav .nav-cta a:hover{background:var(--blue-hover)}
@media (max-width:820px){
  .js .nav-toggle{display:inline-flex;align-items:center}
  .js .primary-nav{display:none;position:fixed;left:0;right:0;top:var(--nav-h);bottom:0;background:#fff;padding:16px 22px 32px;overflow-y:auto}
  .js .primary-nav.open{display:block}
  .primary-nav ul{flex-direction:column;align-items:stretch;gap:0}
  .primary-nav a{min-height:56px;padding:0 4px;border-radius:0;font-size:1.5rem;font-weight:600;letter-spacing:-.02em;border-bottom:1px solid var(--line-soft)}
  .primary-nav a:hover{background:none}
  .primary-nav .nav-cta a{margin:20px 0 0;justify-content:center;border-radius:999px;font-size:1.0625rem;font-weight:500;min-height:48px;border:0}
  .no-js .site-header{height:auto;position:static}
  .no-js .header-inner{flex-wrap:wrap;padding:10px 22px}
}

/* Local navigation (product pages) */
.local-nav{position:sticky;top:var(--nav-h);z-index:50;background:rgba(245,245,247,.86);-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px);border-bottom:1px solid rgba(0,0,0,.06)}
.local-inner{min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.local-title{font-weight:600;color:var(--ink);font-size:1.0625rem;letter-spacing:-.02em}
.local-links{display:flex;gap:22px;margin-left:auto;margin-right:22px}
.local-links a{color:var(--text);font-size:.8125rem;padding:12px 0}
@media (max-width:700px){.local-links{display:none}}

/* ---------- Sections ---------- */
.section{padding:clamp(64px,10vw,120px) 0}
.section-mist{background:var(--mist)}
.section-dark{background:var(--navy);color:#C9D5F5}
.section-dark h2,.section-dark h3{color:#fff}
.head{max-width:760px;margin:0 auto clamp(40px,6vw,72px);text-align:center}
.head p{font-size:clamp(1.125rem,2vw,1.4375rem);line-height:1.35;color:var(--muted);letter-spacing:-.015em;margin:0}
.section-dark .head p{color:#A9B9E6}
.head-left{text-align:left;margin-left:0}
.crumbs{background:var(--mist);font-size:.75rem;color:var(--muted);padding:14px 0}
.crumbs ol{list-style:none;display:flex;flex-wrap:wrap;gap:2px 8px;padding:0;margin:0}
.crumbs li+li::before{content:'\203A';margin-right:8px;color:#8E8E93}
.crumbs a{color:var(--muted)}
.crumbs [aria-current]{color:var(--ink)}

/* ---------- Hero ---------- */
.hero{padding:clamp(56px,9vw,104px) 0 0;text-align:center;background:linear-gradient(180deg,#fff 0%,var(--mist) 100%);overflow:hidden}
.hero h1{max-width:12ch;margin:0 auto 24px}
.hero .sub{max-width:34rem;margin:0 auto 32px;font-size:clamp(1.1875rem,2.2vw,1.5rem);line-height:1.35;color:var(--muted);letter-spacing:-.02em}
.hero-note{margin:24px 0 0;font-size:.9375rem;color:var(--muted)}
.rise{animation:rise .9s cubic-bezier(.2,.7,.2,1) both;animation-delay:calc(var(--i,0)*110ms)}
@keyframes rise{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}
@media (prefers-reduced-motion:reduce){.rise{animation:none}html{scroll-behavior:auto}*{transition:none!important}}

/* Stage: a row of app glyphs */
.stage{margin:clamp(48px,7vw,80px) auto 0;max-width:1000px;padding:clamp(36px,6vw,64px) clamp(20px,4vw,48px) 0;border-radius:var(--r-xl) var(--r-xl) 0 0;background:radial-gradient(120% 90% at 50% 0%,#DCE7FF 0%,#EEF3FF 42%,#fff 100%);border:1px solid rgba(27,79,216,.10);border-bottom:0}
.stage-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding-bottom:clamp(36px,6vw,64px)}
.stage-app{display:flex;flex-direction:column;align-items:center;gap:14px;color:var(--ink);font-weight:500;font-size:.9375rem;letter-spacing:-.01em;padding:8px 4px;border-radius:var(--r-md)}
.stage-app:hover{text-decoration:none}
.stage-app:hover .glyph{transform:translateY(-4px)}
@media (max-width:700px){.stage-grid{grid-template-columns:repeat(2,1fr);gap:28px 12px}}

/* Glyph tiles (decorative icons, not app screenshots) */
.glyph{--s:88px;width:var(--s);height:var(--s);border-radius:22.5%;background:linear-gradient(150deg,var(--g1),var(--g2));display:grid;place-items:center;box-shadow:0 14px 28px -12px var(--g2),inset 0 1px 0 rgba(255,255,255,.35);transition:transform .25s cubic-bezier(.2,.7,.2,1)}
.glyph svg{width:52%;height:52%;fill:none;stroke:#fff;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.glyph-lg{--s:112px}
.glyph-sm{--s:56px}

/* Category columns */
.cols-3{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(24px,4vw,56px)}
.col-item h3{margin-bottom:.35em}
.col-item p{color:var(--muted);margin:0}
@media (max-width:820px){.cols-3{grid-template-columns:1fr}}

/* Bento tiles */
.bento{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.tile{position:relative;display:flex;flex-direction:column;justify-content:space-between;gap:36px;min-height:360px;padding:clamp(28px,4vw,44px);border-radius:var(--r-lg);background:linear-gradient(160deg,var(--tint) 0%,#fff 130%);color:var(--text);transition:transform .3s cubic-bezier(.2,.7,.2,1)}
.tile:hover{text-decoration:none;transform:scale(1.012)}
.tile-wide{grid-column:span 2}
.tile h3{font-size:clamp(1.625rem,3vw,2.125rem);letter-spacing:-.035em;margin:18px 0 8px}
.tile p{margin:0;max-width:34ch;color:var(--text)}
.tile .kind{font-size:.9375rem;color:var(--muted);margin:0 0 4px}
.tile .more{margin-top:auto}
@media (max-width:900px){.bento{grid-template-columns:1fr}.tile-wide{grid-column:auto}.tile{min-height:0}}

/* Statement band + principles */
.statement{font-size:clamp(2rem,5.6vw,4.25rem);font-weight:600;letter-spacing:-.045em;line-height:1.05;color:#fff;max-width:16ch;margin:0 0 20px}
.principles{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(28px,4vw,56px);margin-top:clamp(48px,7vw,88px)}
.principle{padding-top:24px;border-top:1px solid rgba(255,255,255,.22)}
.principle h3{font-size:1.25rem;margin-bottom:.4em}
.principle p{margin:0;color:#B7C5EE}
@media (max-width:820px){.principles{grid-template-columns:1fr;gap:28px}}

/* Guide (resource) tiles */
.res-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.res-card{display:flex;flex-direction:column;padding:32px;border-radius:var(--r-lg);background:var(--mist);color:var(--text);transition:transform .3s cubic-bezier(.2,.7,.2,1)}
.section-mist .res-card{background:#fff}
.res-card:hover{text-decoration:none;transform:scale(1.012)}
.res-card .cat{font-size:.875rem;font-weight:600;color:var(--blue);margin-bottom:10px}
.res-card h3{font-size:1.375rem;margin-bottom:10px}
.res-card p{font-size:1rem;color:var(--muted);margin:0 0 20px}
.res-card .meta{margin-top:auto;font-size:.875rem;color:var(--muted)}
@media (max-width:900px){.res-grid{grid-template-columns:1fr}}
.category-links{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
@media (max-width:700px){.category-links{grid-template-columns:1fr}}

/* Facts / company info */
.facts{display:grid;grid-template-columns:220px 1fr;margin:0;border-top:1px solid var(--line)}
.facts dt,.facts dd{margin:0;padding:16px 0;border-bottom:1px solid var(--line)}
.facts dt{font-weight:600;color:var(--ink)}
@media (max-width:640px){.facts{grid-template-columns:1fr}.facts dt{border-bottom:0;padding-bottom:0}}
.split{display:grid;grid-template-columns:1fr 1.4fr;gap:clamp(32px,6vw,88px);align-items:start}
@media (max-width:900px){.split{grid-template-columns:1fr}}

/* FAQ */
.faq{max-width:820px;margin:0 auto}
.faq details{border-top:1px solid var(--line)}
.faq details:last-child{border-bottom:1px solid var(--line)}
.faq summary{cursor:pointer;list-style:none;padding:22px 48px 22px 0;font-size:1.25rem;font-weight:600;letter-spacing:-.02em;color:var(--ink);position:relative}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:'';position:absolute;right:8px;top:50%;width:10px;height:10px;border-right:2px solid var(--muted);border-bottom:2px solid var(--muted);transform:translateY(-70%) rotate(45deg);transition:transform .25s}
.faq details[open] summary::after{transform:translateY(-30%) rotate(-135deg)}
.faq .answer{padding:0 0 24px;max-width:680px}
.faq .answer p:last-child{margin-bottom:0}

/* CTA */
.cta{background:var(--mist);text-align:center;padding:clamp(72px,10vw,120px) 0}
.cta h2{margin-bottom:16px}
.cta p{max-width:34rem;margin:0 auto 32px;font-size:1.25rem;color:var(--muted)}
.cta .btn-row{justify-content:center}

/* ---------- Inner page header ---------- */
.page-head{text-align:center;padding:clamp(48px,8vw,96px) 0 clamp(32px,5vw,56px);background:linear-gradient(180deg,var(--mist),#fff)}
.page-head h1{font-size:clamp(2.25rem,6vw,4.25rem);max-width:18ch;margin:0 auto 18px}
.page-head .lead{max-width:38rem;margin:0 auto;font-size:clamp(1.125rem,2vw,1.4375rem);line-height:1.35;color:var(--muted);letter-spacing:-.015em}
.pill{display:inline-block;margin-bottom:18px;padding:5px 14px;border-radius:999px;background:var(--tint,#EEF3FF);color:var(--blue);font-size:.875rem;font-weight:600}
.pill:hover{text-decoration:none}
.byline{display:flex;flex-wrap:wrap;justify-content:center;gap:4px 18px;margin-top:22px;color:var(--muted);font-size:.9375rem}
.byline a{color:var(--ink)}

/* ---------- Prose (articles, legal, about) ---------- */
.prose{max-width:var(--measure);margin:0 auto;font-size:1.125rem;line-height:1.7;color:var(--text)}
.prose h2{font-size:clamp(1.625rem,3vw,2.125rem);letter-spacing:-.035em;margin-top:2.2em}
.prose h3{margin-top:1.8em;font-size:1.3125rem}
.prose li{margin-bottom:.4em}
.prose a{text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px}
.prose .table-wrap{overflow-x:auto;margin:1.6em 0;border-radius:var(--r-md);background:var(--mist);-webkit-overflow-scrolling:touch}
.prose table{border-collapse:collapse;width:100%;min-width:480px;font-size:1rem;line-height:1.45}
.prose th,.prose td{padding:14px 18px;text-align:left;vertical-align:top;border-bottom:1px solid var(--line-soft)}
.prose th{color:var(--ink);font-weight:600;font-size:.9375rem}
.prose tr:last-child td{border-bottom:0}
.prose li.check{list-style:none;position:relative;padding-left:34px;margin-left:-1.25em}
.prose li.check::before{content:'';position:absolute;left:0;top:.28em;width:20px;height:20px;border:2px solid var(--blue);border-radius:6px}
.prose blockquote{margin:1.8em 0;padding:0 0 0 24px;border-left:3px solid var(--blue);color:var(--ink);font-size:1.3125rem;line-height:1.45;letter-spacing:-.015em}
.toc{max-width:var(--measure);margin:0 auto 40px;padding:22px 26px;border-radius:var(--r-md);background:var(--mist);font-size:1rem}
.toc strong{display:block;margin-bottom:8px;color:var(--ink)}
.toc ol{margin:0;padding-left:1.25em}
.toc li{margin-bottom:3px}
.callout{max-width:var(--measure);margin:48px auto;padding:28px 30px;border-radius:var(--r-lg);background:var(--tint,#EEF3FF)}
.callout h2{font-size:1.25rem;letter-spacing:-.02em;margin:0 0 8px}
.callout p{margin:0 0 10px;font-size:1.0625rem}
.callout p:last-child{margin:0}
.author-box{max-width:var(--measure);margin:48px auto 0;padding-top:28px;border-top:1px solid var(--line);display:flex;gap:16px;align-items:flex-start}
.author-box img{width:44px;height:44px;flex:none}
.author-box p{margin:0;font-size:.9375rem;color:var(--muted)}
.author-box a{text-decoration:underline}

/* ---------- Product pages ---------- */
.product-hero{padding:clamp(48px,8vw,96px) 0 clamp(56px,8vw,96px);text-align:center;background:linear-gradient(180deg,var(--tint) 0%,#fff 100%)}
.product-hero .glyph{margin:0 auto 32px}
.product-hero h1{font-size:clamp(2.5rem,7vw,5rem);margin-bottom:16px}
.product-hero .lead{max-width:34rem;margin:0 auto 32px;font-size:clamp(1.1875rem,2.2vw,1.5rem);line-height:1.35;color:var(--muted);letter-spacing:-.02em}
.overview{display:grid;grid-template-columns:1fr 1fr;gap:clamp(32px,6vw,88px)}
.overview h2{font-size:clamp(1.625rem,3vw,2.25rem);margin-bottom:16px}
.overview p{font-size:1.1875rem;line-height:1.55}
@media (max-width:820px){.overview{grid-template-columns:1fr}}
.feature-grid{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.feature-grid li{padding:clamp(28px,4vw,40px);border-radius:var(--r-lg);background:var(--mist);margin:0}
.section-mist .feature-grid li{background:#fff}
.feature-grid h3{margin-bottom:10px}
.feature-grid p{margin:0;color:var(--text)}
@media (max-width:760px){.feature-grid{grid-template-columns:1fr}}
.steps{list-style:none;counter-reset:s;padding:0;margin:0 auto;max-width:680px}
.steps li{counter-increment:s;position:relative;padding:0 0 26px 60px;margin:0;font-size:1.1875rem}
.steps li::before{content:counter(s);position:absolute;left:0;top:-2px;width:40px;height:40px;border-radius:50%;background:var(--blue);color:#fff;font-weight:600;display:grid;place-items:center;font-size:1rem}
.info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.info-card{padding:clamp(28px,3.5vw,40px);border-radius:var(--r-lg);background:var(--mist)}
.section-mist .info-card{background:#fff}
.info-card h3{margin-bottom:12px}
.info-card p{font-size:1rem;margin:0 0 .8em}
.info-card p:last-child{margin:0}
.info-card a{text-decoration:underline;text-underline-offset:3px}
@media (max-width:960px){.info-grid{grid-template-columns:1fr}}

/* Contact */
.contact-list{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.contact-list .box{display:flex;flex-direction:column;gap:12px;padding:clamp(28px,3.5vw,40px);border-radius:var(--r-lg);background:var(--mist)}
.contact-list h3{margin:0}
.contact-list p{margin:0;color:var(--text)}
.contact-list .more{margin-top:auto}
@media (max-width:900px){.contact-list{grid-template-columns:1fr}}
.two-up{display:grid;grid-template-columns:1fr 1fr;gap:clamp(32px,6vw,88px)}
@media (max-width:820px){.two-up{grid-template-columns:1fr}}
.two-up h2{font-size:clamp(1.625rem,3vw,2.25rem)}

/* ---------- Footer (light, Apple-style) ---------- */
.site-footer{background:var(--mist);color:var(--muted);font-size:.8125rem;line-height:1.5;padding:clamp(40px,6vw,64px) 0 28px}
.site-footer a{color:#3A3A3D}
.site-footer a:hover{text-decoration:underline}
.footer-top{padding-bottom:28px;border-bottom:1px solid var(--line);display:flex;flex-wrap:wrap;gap:16px 40px;align-items:center;justify-content:space-between}
.footer-brand{display:flex;align-items:center;gap:10px;color:var(--ink);font-weight:600;font-size:1rem;letter-spacing:-.02em}
.footer-brand img{width:28px;height:28px}
.footer-tag{margin:0;font-size:.9375rem;color:var(--muted)}
.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;padding:32px 0 8px}
.footer-grid h2{font-size:.75rem;font-weight:600;color:var(--ink);letter-spacing:0;margin:0 0 12px}
.footer-grid ul{list-style:none;margin:0;padding:0}
.footer-grid li{margin:0 0 9px}
.footer-bottom{margin-top:24px;padding-top:20px;border-top:1px solid var(--line);display:flex;flex-wrap:wrap;gap:8px 32px;justify-content:space-between}
@media (max-width:760px){.footer-grid{grid-template-columns:1fr 1fr}}

/* ---------- Additions ---------- */
.btn-light{box-shadow:inset 0 0 0 1px var(--line)}
.section-dark .btn-light{box-shadow:none}
.tile .more,.res-card .more{color:var(--blue)}
.tile h3{color:var(--ink)}
.page-head-article h1{font-size:clamp(2rem,5vw,3.5rem);max-width:22ch}
.table-block{overflow-x:auto;border-radius:var(--r-lg);background:#fff;-webkit-overflow-scrolling:touch}
.section-mist .table-block{background:#fff}
.table-block table{width:100%;min-width:560px;border-collapse:collapse;font-size:1.0625rem}
.table-block th,.table-block td{padding:18px 24px;text-align:left;border-bottom:1px solid var(--line-soft);vertical-align:top}
.table-block th{font-size:.9375rem;color:var(--ink);font-weight:600}
.table-block tr:last-child td{border-bottom:0}
.cta-dark{text-align:center}
.cta-dark h2{font-size:clamp(2rem,5vw,3.5rem);margin-bottom:12px}
.cta-sub{max-width:34rem;margin:0 auto 32px;font-size:1.25rem;color:#B7C5EE}
.section-dark .btn-row{justify-content:center}
.section-dark p{color:#C9D5F5}
.nav-open{overflow:hidden}
.faq-wrap-note{display:none}
.hero .btn-row,.product-hero .btn-row{justify-content:center}
.hero .sub{max-width:40rem}
.cta{background:linear-gradient(180deg,#EEF3FF 0%,#DCE7FF 100%)}
/* backdrop-filter makes the header a containing block for position:fixed children, which would collapse the mobile menu overlay */
.nav-open .site-header{-webkit-backdrop-filter:none;backdrop-filter:none;background:#fff}

/* ================= v3: richer visuals ================= */
/* Mesh-gradient hero with drifting light orbs */
.hero{position:relative;isolation:isolate;background:
  radial-gradient(70% 60% at 12% 0%,#DCE7FF 0%,transparent 62%),
  radial-gradient(60% 55% at 92% 4%,#E9E3FF 0%,transparent 62%),
  radial-gradient(70% 55% at 50% 100%,#DDF5EA 0%,transparent 70%),#fff}
.orbs{position:absolute;inset:0;z-index:-1;overflow:hidden;pointer-events:none}
.orb{position:absolute;border-radius:50%;filter:blur(70px);opacity:.5;animation:drift 20s ease-in-out infinite alternate}
.o1{width:420px;height:420px;left:-100px;top:60px;background:#8FB0FF}
.o2{width:360px;height:360px;right:-80px;top:10px;background:#C5B8FF;animation-delay:-7s}
.o3{width:320px;height:320px;left:38%;bottom:-160px;background:#9BE3C4;animation-delay:-12s}
@keyframes drift{to{transform:translate(48px,36px) scale(1.1)}}
@media (prefers-reduced-motion:reduce){.orb{animation:none}}
.grad{background:linear-gradient(100deg,#1B4FD8 0%,#5140D6 58%,#0A7F58 115%);-webkit-background-clip:text;background-clip:text;color:transparent}
@supports not ((-webkit-background-clip:text) or (background-clip:text)){.grad{color:var(--blue)}}

/* Glass dock for app icons */
.stage{background:rgba(255,255,255,.55);-webkit-backdrop-filter:blur(26px) saturate(160%);backdrop-filter:blur(26px) saturate(160%);border:1px solid rgba(255,255,255,.9);border-bottom:0;box-shadow:0 -10px 60px -24px rgba(27,79,216,.28)}
.stage .glyph{--s:104px}
.stage-app{font-size:1rem;font-weight:600;letter-spacing:-.015em}
@media (max-width:700px){.stage .glyph{--s:84px}}
.glyph{box-shadow:0 18px 34px -14px var(--g2),0 2px 6px rgba(0,0,0,.08),inset 0 1px 0 rgba(255,255,255,.4)}
.glyph-xs{--s:40px}
.glyph-lg{box-shadow:0 34px 70px -22px var(--g2),0 4px 12px rgba(0,0,0,.08),inset 0 1px 0 rgba(255,255,255,.4)}

/* Category columns with icons */
.col-item .glyph{margin:0 auto 22px}
.col-item h3{font-size:1.5rem}

/* Bento tiles: watermark art, depth */
.tile{overflow:hidden;isolation:isolate}
.tile-body{position:relative;z-index:1}
.tile .more{position:relative;z-index:1}
.tile-art{position:absolute;right:-36px;bottom:-46px;width:min(300px,62%);color:var(--g2);opacity:.11;transform:rotate(-8deg);pointer-events:none;z-index:0}
.tile-art svg{width:100%;height:auto;aspect-ratio:1;fill:none;stroke:currentColor;stroke-width:1.1;stroke-linecap:round;stroke-linejoin:round}
.tile:hover{transform:translateY(-6px);box-shadow:0 30px 60px -32px var(--g2)}
.tile{transition:transform .35s cubic-bezier(.2,.7,.2,1),box-shadow .35s}

/* Brand words band */
.words{background:#fff;padding-bottom:clamp(56px,8vw,96px)}
.words-line{font-size:clamp(2.75rem,9.4vw,8rem);font-weight:600;letter-spacing:-.055em;line-height:1.02;margin:0 0 28px}
.w{display:inline-block;margin:0 .1em}
.w-blue{background:linear-gradient(120deg,#3B6FF0,#1B4FD8);-webkit-background-clip:text;background-clip:text;color:transparent}
.w-green{background:linear-gradient(120deg,#0FA672,#087A54);-webkit-background-clip:text;background-clip:text;color:transparent}
.w-violet{background:linear-gradient(120deg,#7A68F0,#5140D6);-webkit-background-clip:text;background-clip:text;color:transparent}
@supports not ((-webkit-background-clip:text) or (background-clip:text)){.w-blue{color:#1B4FD8}.w-green{color:#087A54}.w-violet{color:#5140D6}}
.words-sub{font-size:clamp(1.125rem,2vw,1.5rem);line-height:1.35;color:var(--muted);max-width:30rem;margin:0 auto;letter-spacing:-.015em}

/* Dark band: glow + glass cards */
.dark-glow{background:
  radial-gradient(55% 80% at 88% 0%,rgba(91,140,255,.38),transparent 62%),
  radial-gradient(50% 70% at 0% 100%,rgba(122,104,240,.30),transparent 62%),var(--navy)}
.principle{padding:30px;border-radius:var(--r-lg);border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}
.principles{gap:20px}

/* Guide cards with icons */
.res-card .top{display:flex;align-items:center;gap:12px;margin-bottom:20px}
.res-card .cat{margin:0;color:var(--muted);font-weight:500}
.res-card{transition:transform .35s cubic-bezier(.2,.7,.2,1),box-shadow .35s}
.res-card:hover{transform:translateY(-5px);box-shadow:0 26px 50px -30px var(--g2)}
.res-card .glyph{box-shadow:0 8px 16px -8px var(--g2),inset 0 1px 0 rgba(255,255,255,.4)}
.res-card .glyph svg{stroke-width:2}

/* Product hero: hue mesh + chips */
.product-hero{position:relative;isolation:isolate;background:
  radial-gradient(60% 75% at 50% 0%,var(--tint-2),transparent 72%),linear-gradient(180deg,var(--tint) 0%,#fff 100%)}
.product-hero .orb{background:var(--g1);opacity:.35}
.product-hero .o1{left:8%;top:10px;width:300px;height:300px}
.product-hero .o2{right:6%;top:60px;width:280px;height:280px;background:var(--g2);opacity:.16}
.product-hero .o3{display:none}
.chips{list-style:none;display:flex;flex-wrap:wrap;gap:8px;justify-content:center;padding:0;margin:30px 0 0}
.chips li{padding:7px 16px;border-radius:999px;background:rgba(255,255,255,.8);box-shadow:inset 0 0 0 1px rgba(0,0,0,.08);font-size:.875rem;color:var(--text);margin:0}
.dot{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--tint-2);margin-bottom:20px}
.dot svg{width:18px;height:18px;fill:none;stroke:var(--g2);stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round}
.feature-grid li{transition:transform .35s cubic-bezier(.2,.7,.2,1),box-shadow .35s}

/* Section polish */
.head h2{background:linear-gradient(180deg,var(--ink) 55%,#4A4A50);-webkit-background-clip:text;background-clip:text;color:transparent}
.section-dark .head h2{background:none;color:#fff}
@supports not ((-webkit-background-clip:text) or (background-clip:text)){.head h2{color:var(--ink)}}
.cta{position:relative;isolation:isolate;overflow:hidden}
.btn-primary{box-shadow:0 8px 20px -8px var(--blue)}
.btn-primary:hover{transform:translateY(-1px)}
.btn{transition:background-color .2s,color .2s,transform .2s,box-shadow .2s}

