
@font-face{
  font-family:'Gambarino';
  src:url(../assets/fonts/Gambarino-Regular.woff2) format('woff2');
  font-weight:400; font-style:normal; font-display:swap;
}
@font-face{
  font-family:'Switzer';
  src:url(../assets/fonts/Switzer-Variable.woff2) format('woff2');
  font-weight:100 900; font-style:normal; font-display:swap;
}

:root{
  --brand:#B194FF;
  --b50:#FAF7FF; --b100:#F3ECFF; --b200:#E5D5FF; --b300:#D1B8FF; --b400:#B194FF;
  --b500:#966BF5; --b600:#7C49DF; --b700:#6638BE; --b800:#552F9B; --b900:#48297E; --b950:#2D1654;
  --n0:#FFFFFF; --n50:#FCFCFC; --n100:#F7F7F7; --n200:#EFEFEF; --n300:#E3E3E3;
  --n400:#D1D1D1; --n500:#B8B8B8; --n600:#8F8F8F; --n700:#686868; --n800:#424242;
  --n850:#333333; --n900:#262626; --n925:#1E1E1E; --n950:#141414; --n1000:#000000;
  --ink:#141414; --line:#E3E3E3; --paper:#F2F0F5;
  --sans:'Switzer',-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang TC","PingFang SC","Microsoft JhengHei","Noto Sans TC",sans-serif;
  --mono:ui-monospace,SFMono-Regular,"SF Mono",Menlo,Consolas,monospace;
  --display:'Gambarino',"Songti TC","Songti SC",Georgia,serif;
  --ease:cubic-bezier(.22,.72,.28,1);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0; background:var(--paper); color:var(--ink); font-family:var(--sans); font-size:16px; line-height:1.6; -webkit-font-smoothing:antialiased; overflow-x:hidden}
img,svg{display:block}
a{color:inherit; text-decoration:none}
button{font:inherit; color:inherit; background:none; border:0; cursor:pointer}

.wrap{width:min(1440px, 100% - 2 * clamp(26px, 7vw, 280px)); margin:0 auto}
.d,.tagline,.sell h3,.fcard h3,.models h4,.note h4,.plan .pr{font-synthesis-weight:none}
.d{font-family:var(--display); font-weight:400; letter-spacing:-0.02em; line-height:1.16}
.eyebrow{display:inline-flex; align-items:center; font-family:var(--mono); font-size:11px; letter-spacing:.15em; text-transform:uppercase; background:var(--n950); color:#fff; padding:8px 17px; border-radius:999px}
/* ---------- duotone icons ---------- */
.ico{flex:none; overflow:visible}
.ico .a{fill:currentColor; stroke:none}
.ico .as{fill:none; stroke:currentColor}
.ico .ax{fill:currentColor; stroke:currentColor}
.ico .b{fill:var(--ico-b,var(--b400)); stroke:none}
.ico .bs{fill:none; stroke:var(--ico-b,var(--b400))}

/* ---------- reveal ---------- */
[data-rv]{opacity:0; transform:translateY(30px) scale(.992); filter:blur(6px); transition:opacity .85s var(--ease), transform .85s var(--ease), filter .85s var(--ease); will-change:opacity,transform}
[data-rv].in{opacity:1; transform:none; filter:none}
[data-rv="fade"]{transform:none}
[data-rv="left"]{transform:translateX(-26px)}
[data-rv="scale"]{transform:translateY(20px) scale(.975)}
[data-rv="scale"].in{transform:none}
[data-rv].split{opacity:1; transform:none; filter:none}
.w{display:inline-block}
.wi{display:inline-block; opacity:0; transform:translateY(.42em); filter:blur(7px); transition:opacity .72s var(--ease), transform .72s var(--ease), filter .72s var(--ease)}
[data-rv].in .wi{opacity:1; transform:none; filter:none}
/* scroll progress */
.prog{position:fixed; top:0; left:0; right:0; height:2px; z-index:120; transform:scaleX(0); transform-origin:0 50%; background:linear-gradient(90deg,var(--b400),var(--b700)); will-change:transform}

/* ---------- header ---------- */
header{position:sticky; top:0; z-index:80; background:transparent; border-bottom:1px solid transparent; transition:background .3s var(--ease), border-color .3s var(--ease), backdrop-filter .3s}
header.stuck{background:rgba(242,240,245,.92); backdrop-filter:blur(14px); border-bottom-color:var(--line)}
header:not(.stuck) .lang-t{border-color:rgba(42,21,96,.28); color:#2A1560}
header:not(.stuck) nav,header:not(.stuck) .mm-t{color:#2A1560}
.hd{height:80px; display:flex; align-items:center; gap:34px}
.brand{display:flex; align-items:center}
.brand .logo{height:32px; width:auto}
.brand .logo-p{display:none}
header.stuck .brand .logo-w{display:none}
header.stuck .brand .logo-p{display:block}
.mark{width:36px; height:36px}
nav{display:flex; align-items:center; gap:30px; margin-left:auto; font-size:15px; color:var(--n800)}
nav > a:hover{color:var(--b700)}
.btn{display:inline-flex; align-items:center; gap:9px; height:46px; padding:0 24px; border-radius:999px; font-size:15px; font-weight:600; white-space:nowrap; border:1px solid transparent; transition:background .18s,color .18s,border-color .18s,transform .18s}
.btn-p{background:var(--n950); color:#fff}
.btn-p:hover{background:var(--b700); transform:translateY(-1px)}
.btn-g{background:#fff; color:var(--ink); border-color:var(--n400)}
.btn-g:hover{border-color:var(--ink)}
.btn-s{height:40px; padding:0 20px; font-size:14px}

/* mega menu */
.mm{position:relative}
.mm-t{display:inline-flex; align-items:center; gap:7px; height:40px; padding:0 4px; font-size:15px; color:var(--n800)}
.mm-t svg{width:11px; height:11px; transition:transform .22s var(--ease)}
.mm.open .mm-t{color:var(--b700)}
.mm.open .mm-t svg{transform:rotate(180deg)}
.mm-p{position:absolute; top:62px; left:50%; transform:translate(-50%,10px); width:780px; background:#fff; border:1px solid var(--line); border-radius:25px; box-shadow:0 4px 10px rgba(20,20,20,.05),0 26px 60px rgba(20,20,20,.14); padding:24px; display:grid; grid-template-columns:1fr 1fr; gap:26px; opacity:0; visibility:hidden; transition:opacity .22s var(--ease), transform .22s var(--ease), visibility .22s}
.mm.open .mm-p{opacity:1; visibility:visible; transform:translate(-50%,0)}
.mm-h{font-family:var(--mono); font-size:11px; letter-spacing:.14em; text-transform:uppercase; color:var(--n600); margin-bottom:12px}
.pitem{display:flex; gap:12px; padding:11px 12px; border-radius:16px; transition:background .16s}
.pitem:hover{background:var(--b50)}
.pdot{width:34px; height:34px; border-radius:14px; background:var(--b100); display:grid; place-items:center; flex:none}
.pdot svg{width:21px; height:21px; color:var(--b700)}
.pitem b{display:block; font-size:14.5px; font-weight:650}
.pitem i{display:block; font-style:normal; font-size:12.5px; color:var(--n700); line-height:1.5; margin-top:2px}
.mcol{border-left:1px solid var(--n200); padding-left:26px}
.mcol p{margin:0 0 14px; font-size:12.5px; line-height:1.6; color:var(--n700)}
.mlink{display:inline-flex; align-items:center; gap:6px; font-size:13.5px; font-weight:600; color:var(--b700)}
.mlink svg{width:13px; height:13px; transition:transform .2s var(--ease)}
.mlink:hover svg{transform:translateX(3px)}

/* language */
.lang{position:relative}
.lang-t{display:inline-flex; align-items:center; gap:7px; height:38px; padding:0 12px; border-radius:999px; border:1px solid var(--n300); font-size:13.5px; color:var(--n800)}
.lang-t:hover{border-color:var(--ink)}
.lang-t svg{width:15px; height:15px; opacity:.75}
.lang-p{position:absolute; top:48px; right:0; min-width:170px; max-height:min(60vh,392px); overflow-y:auto; overscroll-behavior:contain; background:#fff; border:1px solid var(--line); border-radius:19px; box-shadow:0 20px 44px rgba(20,20,20,.14); padding:6px; opacity:0; visibility:hidden; transform:translateY(8px); transition:opacity .2s var(--ease), transform .2s var(--ease), visibility .2s}
.lang.open .lang-p{opacity:1; visibility:visible; transform:none}
.lang-p button{display:flex; width:100%; align-items:center; justify-content:space-between; padding:9px 12px; border-radius:12px; font-size:14px; text-align:left}
.lang-p button:hover{background:var(--n100)}
.lang-p button[aria-selected="true"]{color:var(--b700); font-weight:650}
.lang-p button[aria-selected="true"]::after{content:"✓"; font-size:12px}

/* ---------- hero ---------- */
.hero{position:relative; overflow:hidden; margin-top:-81px; min-height:100vh; display:flex; flex-direction:column; justify-content:center; padding:124px 0 80px; color:#2A1560; background-color:#A480FA}
.hdefs{position:absolute; width:0; height:0; overflow:hidden}
.hbg{position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center; z-index:0; isolation:isolate; pointer-events:none}
.hbg-m{display:none}
@media (max-aspect-ratio:1/1){
  .hbg-d{display:none}
  .hbg-m{display:block}
}
.hero .glow{z-index:1}
.hero .wrap{position:relative; z-index:2}
.hero .eyebrow{background:rgba(27,16,48,.88); color:#fff}
.hero h1{color:#2A1560}
.hero h1 em{color:#FFFFFF}
.hero .lede{color:#3E2483}
.hero .btn-g{background:#fff; border-color:#fff}
.hero .btn-g:hover{border-color:#2A1560}
.hero .wrap{display:grid; grid-template-columns:minmax(0,1fr) 620px; gap:80px; align-items:center}
h1{margin:20px 0 0; font-size:66px; line-height:1.2}
h1 em{font-style:normal; color:var(--b600)}
.lede{margin:26px 0 0; font-size:19px; line-height:1.62; color:var(--n800); max-width:34em}
.cta{display:flex; gap:14px; margin-top:34px}
.cta .btn{height:56px; padding:0 28px; font-size:16px; gap:11px}
.cta .btn .ico{width:28px; height:28px; margin-left:-5px}
.btn-p{--ico-b:var(--b400)}
.btn-g{--ico-b:var(--b600)}
.glow{position:absolute; width:1100px; height:1100px; right:-300px; top:-440px; pointer-events:none; background:radial-gradient(closest-side,rgba(255,255,255,.30),rgba(255,255,255,0))}

/* app mock */
.appwrap{will-change:transform}
.app{border:1px solid var(--n300); border-radius:22px; background:#fff; overflow:hidden; box-shadow:0 2px 4px rgba(20,20,20,.04),0 24px 60px rgba(20,20,20,.10)}
.app-bar{height:40px; display:flex; align-items:center; gap:8px; padding:0 14px; background:var(--n100); border-bottom:1px solid var(--n200)}
.dot{width:10px; height:10px; border-radius:50%}
.app-bar .t{margin-left:10px; font-size:12px; color:var(--n700)}
.app-bar .chip{margin-left:auto; font-size:11px; padding:3px 9px; border-radius:9px; background:var(--b100); color:var(--b700); font-weight:600}
.app-body{display:grid; grid-template-columns:158px minmax(0,1fr); min-height:262px}
.tree{border-right:1px solid var(--n200); padding:14px 12px; font-size:12px; color:var(--n700); background:var(--n50)}
.tree div{padding:4px 6px; border-radius:9px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis}
.tree .on{background:var(--b100); color:var(--b700); font-weight:600}
.stream{padding:16px 18px 18px}
.msg{font-size:13.5px; color:var(--n900); line-height:1.7}
.msg .u{display:inline-block; background:var(--n100); border:1px solid var(--n200); border-radius:14px; padding:7px 12px; font-size:13px; margin-bottom:14px; min-height:31px}
.msg .u.typing::after{content:""; display:inline-block; width:2px; height:12px; background:var(--b600); vertical-align:-1px; margin-left:2px; animation:blink 1s steps(1) infinite}
.step{display:flex; align-items:center; gap:9px; font-size:12.5px; color:var(--n700); margin:7px 0}
.step i{position:relative; width:16px; height:16px; border-radius:7px; background:var(--b100); color:var(--b700); font-style:normal; font-size:10px; display:grid; place-items:center; font-weight:700; flex:none; transition:background .3s var(--ease), color .3s var(--ease)}
.step.run i{background:var(--b400); color:#fff; animation:ping 1.1s var(--ease) infinite}
.step.run > span:first-of-type{color:var(--b700)}
.step.done i{background:#DCF2E4; color:transparent}
.step.done i::after{content:"\2713"; position:absolute; inset:0; display:grid; place-items:center; color:#2E7D4F; font-size:10px; font-weight:700}
@keyframes ping{0%{box-shadow:0 0 0 0 rgba(177,148,255,.55)}70%{box-shadow:0 0 0 7px rgba(177,148,255,0)}100%{box-shadow:0 0 0 0 rgba(177,148,255,0)}}
.code pre > span{display:block; padding:0 12px; opacity:0; transform:translateX(-10px); transition:opacity .34s var(--ease), transform .34s var(--ease)}
.code pre > span.on{opacity:1; transform:none}
.code .add{background:rgba(90,190,130,.13)}
.code .del{background:rgba(230,110,110,.13)}
.code .add.flash{animation:flash 1.3s var(--ease)}
.code .del.flash{animation:flashr 1.3s var(--ease)}
@keyframes flash{0%,100%{background:rgba(90,190,130,.13)}45%{background:rgba(90,190,130,.32)}}
@keyframes flashr{0%,100%{background:rgba(230,110,110,.13)}45%{background:rgba(230,110,110,.30)}}
.code{margin-top:13px; border:1px solid var(--n200); border-radius:14px; overflow:hidden; background:var(--n50)}
.code .h{display:flex; align-items:center; gap:8px; padding:7px 11px; border-bottom:1px solid var(--n200); font-family:var(--mono); font-size:11px; color:var(--n700); background:#fff}
.code pre{margin:0; padding:10px 0; font-family:var(--mono); font-size:11.5px; line-height:1.75; overflow-x:auto}
.tint{color:var(--b600)}
.caret{display:inline-block; width:7px; height:14px; background:var(--b400); vertical-align:-2px; margin-left:2px; animation:blink 1.1s steps(1) infinite}
@keyframes blink{0%,50%{opacity:1}51%,100%{opacity:0}}

/* staged pieces inside the mock */
.sq{opacity:0; transform:translateY(8px); transition:opacity .5s var(--ease), transform .5s var(--ease)}
.sq.in{opacity:1; transform:none}

/* ---------- ai band ---------- */
.band{position:relative; overflow:hidden; background:#2A1560; color:#fff; padding:56px 0 58px; border-top:1px solid rgba(255,255,255,.16); border-bottom:1px solid rgba(255,255,255,.16)}
.bandart{position:absolute; inset:0; width:100%; height:100%; z-index:0; isolation:isolate; pointer-events:none}
.band-veil{position:absolute; inset:0; z-index:1; pointer-events:none; background:linear-gradient(180deg,rgba(26,16,52,.46),rgba(26,16,52,.26) 46%,rgba(26,16,52,.50))}
.band-in{position:relative; z-index:2; display:flex; flex-direction:column; align-items:center; gap:24px}
.band-lab{font-family:var(--mono); font-size:11px; letter-spacing:.18em; text-transform:uppercase; color:rgba(255,255,255,.72)}
.band-stage{width:100%; display:grid; grid-template-columns:repeat(4,1fr); align-items:center; justify-items:center}
.slot{position:relative; width:100%; height:74px}
.ai{position:absolute; inset:0; display:flex; align-items:center; justify-content:center; gap:13px; white-space:nowrap; animation:lift 8s var(--ease) infinite; animation-delay:var(--dly,0s)}
.band:hover .ai{animation-play-state:paused}
.ai img{height:var(--h,28px); width:auto; max-width:100%; filter:drop-shadow(0 2px 12px rgba(18,9,40,.40))}
@keyframes lift{0%,100%{transform:translateY(0)}50%{transform:translateY(-7px)}}

/* ---------- sections ---------- */
section{padding:120px 0}
.sec-h .eyebrow{margin-bottom:14px}
.sec-h{display:grid; grid-template-columns:minmax(0,1fr) 420px; gap:80px; align-items:end; margin-bottom:56px}
h2{margin:14px 0 0; font-size:50px; line-height:1.18}
.sec-h p{margin:0; color:var(--n700); font-size:16.5px}

.sells{display:grid; grid-template-columns:repeat(3,1fr); gap:24px}
.sell{position:relative; overflow:hidden; display:flex; flex-direction:column; min-height:330px; border-radius:28px; background:#fff url(../assets/img/card-gradient.jpg) center center / cover no-repeat; transition:transform .35s var(--ease), box-shadow .35s var(--ease)}
.sell:hover{transform:translateY(-6px); box-shadow:0 22px 52px rgba(102,56,190,.18)}
.sell-top{padding:32px 30px 0}
.sell .n{font-family:var(--mono); font-size:12px; color:var(--b600); letter-spacing:.1em}
.sell h3{margin:14px 0 0; font-family:var(--display); font-weight:400; font-size:30px; line-height:1.16; letter-spacing:-0.018em; text-wrap:balance}
.sell:nth-child(1) h3{max-width:7ch}
.sell:nth-child(2) h3{max-width:19ch}
.sell:nth-child(3) h3{max-width:22ch}
html:lang(zh) .sell h3{max-width:13ch}
.sell p{margin:26px 0 0; margin-top:auto; padding:26px 30px 32px; color:var(--n800); font-size:15px; line-height:1.62; max-width:34ch}

/* dark demo */
.dark{background:var(--n950); color:#fff}
.dark h2{color:#fff}
.dark .eyebrow{background:rgba(255,255,255,.13); color:#fff}
.uc{display:grid; grid-template-columns:minmax(0,.76fr) minmax(0,1.24fr); gap:56px; align-items:start}
.uc-l{display:flex; flex-direction:column; align-items:flex-start; gap:16px}
.uc-l h2{margin:6px 0 0; font-size:44px; line-height:1.1}
.uc-lede{margin:0; color:var(--n500); font-size:16.5px; line-height:1.62; max-width:32ch}
.uc-sub{margin:16px 0 0; font-size:16px; font-weight:600; color:#fff; letter-spacing:-0.01em}
.uc-list{list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:13px; max-width:38ch}
.uc-list li{position:relative; padding-left:24px; color:var(--n400); font-size:15px; line-height:1.6}
.uc-list li::before{content:""; position:absolute; left:0; top:.62em; width:8px; height:8px; border-radius:50%; background:var(--b400)}
.ucbox{background:var(--b700); border-radius:28px; padding:16px}
.uc-r{display:flex; flex-direction:column}
.tabs{display:flex; align-items:flex-end; gap:22px; margin:0; flex-wrap:wrap}
.tab{display:inline-flex; align-items:center; gap:8px; margin-bottom:9px; padding:10px 17px; border-radius:19px; border:1px solid transparent; background:transparent; color:var(--n500); font-size:13.5px; --ico-b:var(--n600); cursor:pointer; transition:background .22s var(--ease), border-color .22s var(--ease), color .22s var(--ease), margin .22s var(--ease), padding .22s var(--ease)}
.tab .ico{width:17px; height:17px}
.tab:hover{color:#fff; --ico-b:var(--b300)}
.tab.on{position:relative; background:var(--b700); border-color:var(--b700); color:#fff; font-weight:600; --ico-b:var(--b300); border-radius:19px 19px 0 0; margin-bottom:-6px; padding-bottom:20px}
.tab.on::before,.tab.on::after{content:""; position:absolute; bottom:0; width:18px; height:23px; background:var(--b700); pointer-events:none}
.tab.on::before{left:-18px; clip-path:path("M0 18 C14.94 18, 18 3.06, 18 0 L18 23 L0 23 Z")}
.tab.on::after{right:-18px; clip-path:path("M18 18 C3.06 18, 0 3.06, 0 0 L0 23 L18 23 Z")}
.tab:first-child.on::before{display:none}
.tabs.fit1{gap:14px}
.tabs.fit1 .tab{padding-left:13px; padding-right:13px}
.tabs.fit2{gap:10px}
.tabs.fit2 .tab{padding-left:11px; padding-right:11px; font-size:12.8px; gap:6px}
.tabs.fit2 .tab .ico{width:16px; height:16px}
.tabs.wrapped .tab.on{border-radius:19px; margin-bottom:9px; padding-bottom:10px}
.tabs.wrapped .tab.on::before,.tabs.wrapped .tab.on::after{display:none}
.uc-r:has(.tabs:not(.wrapped) .tab:first-child.on) .ucbox{border-top-left-radius:0}
.term{border-radius:22px; overflow:hidden; background:#100E18}
.term .h{display:flex; align-items:center; gap:8px; padding:10px 14px; background:rgba(255,255,255,.06); font-family:var(--mono); font-size:11px; color:rgba(255,255,255,.55)}
.term .h .run{display:inline-flex; align-items:center; gap:7px; color:var(--b300)}
.term .h .run::before{content:""; width:6px; height:6px; border-radius:50%; background:var(--b400); animation:pulse 1s var(--ease) infinite}
.term .h .run::after{content:"running"}
@keyframes pulse{0%,100%{opacity:1; transform:scale(1)}50%{opacity:.35; transform:scale(.65)}}
.term pre{margin:0; padding:14px 0; font-family:var(--mono); font-size:11.5px; line-height:1.85; color:#D7D7D7; min-height:296px}
.term pre > span{display:block; padding:0 16px; white-space:pre-wrap; opacity:0; transform:translateX(-10px); transition:opacity .32s var(--ease), transform .32s var(--ease), background .5s var(--ease)}
.term pre > span.on{opacity:1; transform:none}
.term pre > span.new{background:linear-gradient(90deg,rgba(177,148,255,.22),rgba(177,148,255,0) 62%)}
.term .g{color:#7FD8A4}
.term .r{color:#F09A9A}
.term .p{color:var(--b300)}
.term .c{color:#6A6A6A}
.tcur{display:inline-block; width:7px; height:12px; background:var(--b300); vertical-align:-2px; animation:blink 1.1s steps(1) infinite}

/* ---------- product family ---------- */
/* ---------- products: bento ---------- */
.hl{background:linear-gradient(180deg,transparent 56%,var(--b300) 56%); padding:0 .08em; border-radius:3px}
.bento{display:grid; grid-template-columns:minmax(0,440px) minmax(0,1fr); gap:52px; align-items:start}
.bento-l{display:flex; flex-direction:column; align-items:flex-start; gap:18px}
.bento-l h2{margin:8px 0 0; font-size:50px; line-height:1.1}
.bento-l p{margin:0; color:var(--n700); font-size:16.5px; line-height:1.62}
.bento-g{display:grid; grid-template-columns:repeat(3,1fr); grid-auto-rows:minmax(258px,auto); gap:16px}
.bento-g > div{display:flex}
.bento-g > div > *{flex:1; min-width:0}
.bcard{position:relative; border-radius:28px; padding:28px 26px; display:flex; flex-direction:column; gap:15px; justify-content:flex-start; transition:transform .42s cubic-bezier(.34,1.32,.5,1), box-shadow .42s var(--ease)}
.bcard:hover{transform:translateY(-14px); box-shadow:0 30px 62px rgba(102,56,190,.26)}
.bhead{display:flex; flex-direction:column; align-items:flex-start; gap:17px}
.fico{display:grid; place-items:center; flex:none; background:var(--b100); color:var(--b700); border-radius:19px}
.bcard .fico{width:58px; height:58px; border-radius:20px}
.bcard .fico svg{width:34px; height:34px}
.bcard h3{margin:0; font-family:var(--display); font-weight:400; font-size:25px; line-height:1.14; letter-spacing:-0.015em}
.bcard > p{margin:0; font-size:15px; line-height:1.6}
.bcard ul{list-style:none; margin:3px 0 0; padding:17px 0 0; border-top:1px solid var(--rule,rgba(42,21,96,.16)); display:flex; flex-direction:column; gap:10px; font-size:14.5px}
.bcard ul li{display:flex; align-items:center; gap:11px}
.bcard ul em{width:7px; height:7px; border-radius:50%; flex:none}
.bcard-solid{background:var(--b400); color:#2A1560; --rule:rgba(42,21,96,.22)}
.bcard-solid .fico{background:rgba(255,255,255,.58); color:var(--b800); --ico-b:var(--b600)}
.bcard-solid > p{color:#3E2483}
.bcard-solid ul{color:#2A1560}
.bcard-solid ul em{background:var(--b800)}
.bcard-line{background:#fff; border:1px solid var(--n300); --rule:var(--n200)}
.bcard-line .fico{background:var(--b100); color:var(--b700); --ico-b:var(--b400)}
.bcard-line > p{color:var(--n700)}
.bcard-line ul em{background:var(--b400)}
.bcard-tint{background:var(--b200); color:#2D1654; --rule:rgba(42,21,96,.15)}
.bcard-tint .fico{background:rgba(255,255,255,.62); color:var(--b800); --ico-b:var(--b600)}
.bcard-tint > p{color:#432088}
.bcard-tint ul em{background:var(--b700)}
.bcta{margin-top:auto; align-self:flex-end; width:52px; height:52px; border-radius:50%; display:grid; place-items:center; border:1px solid currentColor; transition:background .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease), transform .25s var(--ease)}
.bcta svg{width:19px; height:19px}
.bcard-solid .bcta{border-color:rgba(42,21,96,.34); color:#2A1560}
.bcard-solid .bcta:hover{background:#2A1560; color:var(--b300); border-color:#2A1560; transform:translate(3px,-3px)}
.bcard-line .bcta{border-color:var(--b300); color:var(--b700)}
.bcard-line .bcta:hover{background:var(--b700); color:#fff; border-color:var(--b700); transform:translate(3px,-3px)}
.bcard-tint .bcta{border-color:rgba(45,22,84,.3); color:var(--b800)}
.bcard-tint .bcta:hover{background:var(--b800); color:#fff; border-color:var(--b800); transform:translate(3px,-3px)}
.bshot{border-radius:28px; overflow:hidden; background:var(--b50); display:grid; place-items:center; transition:transform .42s cubic-bezier(.34,1.32,.5,1), box-shadow .42s var(--ease)}
.bshot:hover{transform:translateY(-14px); box-shadow:0 30px 62px rgba(102,56,190,.26)}
.bshot > *{width:100%; height:100%; object-fit:cover; display:block; transition:transform .6s var(--ease)}
.bshot:hover > *{transform:scale(1.06)}

/* ---------- models ---------- */
.models{scroll-margin-top:110px; margin-top:56px; padding-top:52px; border-top:1px solid var(--line); display:grid; grid-template-columns:minmax(0,.84fr) minmax(0,1.16fr); gap:48px; align-items:start}
.mleft{display:flex; flex-direction:column; gap:16px}
.mshot{position:relative; border-radius:32px; overflow:hidden; background:var(--b100); border:1px solid var(--b200); transition:transform .3s var(--ease), box-shadow .3s var(--ease)}
.mshot:hover{transform:translateY(-5px); box-shadow:0 22px 50px rgba(102,56,190,.18)}
.mshot > *{width:100%; height:auto; display:block; transition:transform .6s var(--ease)}
.mshot:hover > *{transform:scale(1.045)}
.mcta{display:flex; align-items:center; gap:12px}
.mcta span{flex:1; min-width:0; background:#fff; border:1px solid var(--n300); border-radius:999px; padding:15px 24px; font-size:14.5px; font-weight:600}
.mcta a{flex:none; width:50px; height:50px; border-radius:50%; background:var(--n950); color:#fff; display:grid; place-items:center; transition:background .25s var(--ease), transform .25s var(--ease)}
.mcta a:hover{background:var(--b700); transform:translateX(3px)}
.mcta a svg{width:16px; height:16px}
.mrows{list-style:none; margin:0; padding:0}
.mrows li{padding:20px 0; border-bottom:1px solid var(--line)}
.mline{display:grid; grid-template-columns:44px minmax(0,1fr) auto; align-items:center; gap:22px}
.mtoggle{display:inline-flex; align-items:center; gap:8px; padding:4px 0; border:0; background:transparent; cursor:pointer; color:var(--n700); transition:color .22s var(--ease)}
.mtoggle:hover{color:var(--b700)}
.mtoggle[aria-expanded="true"]{color:var(--b700)}
.mchev{width:13px; height:13px; flex:none; color:var(--b700); transition:transform .28s var(--ease)}
.mtoggle[aria-expanded="true"] .mchev{transform:rotate(180deg)}
.mpanel{display:grid; grid-template-rows:0fr; transition:grid-template-rows .3s var(--ease)}
.mpanel.open{grid-template-rows:1fr}
.mpanel > div{overflow:hidden}
.mrows li:first-child{padding-top:2px}
.mnum{width:38px; height:38px; border-radius:50%; border:1px solid var(--b300); color:var(--b600); font-family:var(--mono); font-size:12px; display:grid; place-items:center; align-self:start}
.mprov{display:flex; align-items:baseline; gap:10px}
.mcount{font-family:var(--mono); font-size:12.5px; color:inherit; white-space:nowrap}
.mcount.one::after{content:" model"}
.mcount::after{content:" models"}
.mrows h4{margin:0; font-family:var(--display); font-weight:400; font-size:26px; line-height:1.16; letter-spacing:-0.015em}
.mdesc{margin:16px 0 4px 66px; display:flex; flex-wrap:wrap; gap:7px}
.mdesc span{font-family:var(--mono); font-size:11.5px; line-height:1; padding:7px 12px; border-radius:999px; border:1px solid var(--n300); color:var(--n700); white-space:nowrap}
.mbot{display:grid; grid-template-columns:minmax(0,1fr) 252px; gap:30px; align-items:end; margin-top:30px}
.mbot p{margin:0; font-size:15.5px; line-height:1.62; color:var(--n700); max-width:34ch}
.mstat{border-radius:30px; padding:26px 26px 22px; background:var(--b400); color:#2A1560; display:flex; flex-direction:column; gap:46px}
.mstat b{font-family:var(--display); font-weight:400; font-size:56px; line-height:1; letter-spacing:-0.02em}
.mstat span{font-size:13px; line-height:1.5; color:#3E2483}

/* ---------- purple tagline ---------- */
.purple{background:var(--b400); color:#2A1560; position:relative; overflow:hidden; padding:150px 0 156px}
.purple .wrap{text-align:center; position:relative; z-index:2}
.purple .eyebrow{background:rgba(27,16,48,.88); color:#fff}
.tagline{margin:20px auto 0; font-family:var(--display); font-weight:400; letter-spacing:-0.025em; line-height:1.12; font-size:clamp(46px,5.4vw,92px); max-width:22ch}
.tagsub{margin:30px auto 0; font-size:19px; color:#3E2483; max-width:54ch}
.pfeats{display:grid; grid-template-columns:repeat(4,1fr); border-top:1px solid rgba(42,21,96,.22); margin-top:76px}
.pfeat{padding:28px 26px 32px; border-bottom:1px solid rgba(42,21,96,.22); border-right:1px solid rgba(42,21,96,.22)}
.pfeat:nth-child(4n){border-right:none}
.pfeat .k{font-family:var(--mono); font-size:11px; color:#4A2A9E; letter-spacing:.1em; display:block; margin-bottom:12px}
.pfeat h4{margin:0 0 9px; font-size:17px; font-weight:700}
.pfeat p{margin:0; font-size:14.5px; line-height:1.6; color:#3E2483}
/* ---------- square pattern clusters ---------- */
.psq{position:absolute; pointer-events:none}
.psq svg{display:block; width:100%; height:100%; overflow:visible}
.psq rect{opacity:var(--o,.4)}
.psq-l{left:0; bottom:-40px; width:380px; height:430px}
.psq-r{right:0; bottom:-40px; width:330px; height:340px}
.psq-b{left:50%; margin-left:-580px; bottom:26px; width:1160px; height:44px}
.psq-c{right:0; bottom:-30px; width:380px; height:330px}
.psq-tr{right:0; top:-30px; width:380px; height:330px}
.psq .f1{fill:#6638BE}.psq .f2{fill:#7C49DF}.psq .f3{fill:#966BF5}.psq .f4{fill:#D1B8FF}.psq .f5{fill:#E5D5FF}
.psq .o1{--o:.22}.psq .o2{--o:.34}.psq .o3{--o:.46}.psq .o4{--o:.60}.psq .o5{--o:.78}
@keyframes sq-shim{0%,100%{opacity:calc(var(--o)*.26)}50%{opacity:calc(var(--o)*2.10)}}
@keyframes sq-blink{0%,49%{opacity:calc(var(--o)*2.1)}50%,100%{opacity:calc(var(--o)*.06)}}
@keyframes sq-wave{0%,100%{opacity:calc(var(--o)*.25)}8%{opacity:1}26%{opacity:calc(var(--o)*.25)}}
.psq .s{animation:sq-shim var(--du) ease-in-out var(--de) infinite}
.psq .b{animation:sq-blink var(--du) steps(1,end) var(--de) infinite}
.psq .v{animation:sq-wave 2.6s ease-out var(--de) infinite}
.psq .k0{--du:3.2s;--de:0.0s}
.psq .k1{--du:3.6s;--de:0.61s}
.psq .k2{--du:4.0s;--de:1.22s}
.psq .k3{--du:4.4s;--de:1.83s}
.psq .k4{--du:4.8s;--de:2.44s}
.psq .k5{--du:5.2s;--de:3.05s}
.psq .k6{--du:5.6s;--de:3.66s}
.psq .k7{--du:6.0s;--de:4.27s}
.psq .k8{--du:6.4s;--de:4.88s}
.psq .k9{--du:3.2s;--de:0.49s}
.psq .k10{--du:3.6s;--de:1.1s}
.psq .k11{--du:4.0s;--de:1.71s}
.psq .k12{--du:4.4s;--de:2.32s}
.psq .k13{--du:4.8s;--de:2.93s}
.psq .k14{--du:5.2s;--de:3.54s}
.psq .k15{--du:5.6s;--de:4.15s}
.psq .k16{--du:6.0s;--de:4.76s}
.psq .k17{--du:6.4s;--de:0.37s}
.psq .k18{--du:3.2s;--de:0.98s}
.psq .k19{--du:3.6s;--de:1.59s}
.psq .k20{--du:4.0s;--de:2.2s}
.psq .k21{--du:4.4s;--de:2.81s}
.psq .k22{--du:4.8s;--de:3.42s}
.psq .k23{--du:5.2s;--de:4.03s}
.psq .j0{--du:0.85s;--de:0.00s}
.psq .j1{--du:1.01s;--de:0.37s}
.psq .j2{--du:1.17s;--de:0.74s}
.psq .j3{--du:1.33s;--de:1.11s}
.psq .j4{--du:1.49s;--de:1.48s}
.psq .j5{--du:1.65s;--de:1.85s}
.psq .w0{--de:-1.40s}
.psq .w1{--de:-1.35s}
.psq .w2{--de:-1.30s}
.psq .w3{--de:-1.25s}
.psq .w4{--de:-1.20s}
.psq .w5{--de:-1.15s}
.psq .w6{--de:-1.10s}
.psq .w7{--de:-1.05s}
.psq .w8{--de:-1.00s}
.psq .w9{--de:-0.95s}
.psq .w10{--de:-0.90s}
.psq .w11{--de:-0.85s}
.psq .w12{--de:-0.80s}
.psq .w13{--de:-0.75s}
.psq .w14{--de:-0.70s}
.psq .w15{--de:-0.65s}
.psq .w16{--de:-0.60s}
.psq .w17{--de:-0.55s}
.psq .w18{--de:-0.50s}
.psq .w19{--de:-0.45s}
.psq .w20{--de:-0.40s}
.psq .w21{--de:-0.35s}
.psq .w22{--de:-0.30s}
.psq .w23{--de:-0.25s}
.psq .w24{--de:-0.20s}
.psq .w25{--de:-0.15s}
.psq .w26{--de:-0.10s}
.psq .w27{--de:-0.05s}
/* the big clusters breathe vertically in counter-phase */
@keyframes sq-drift-a{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}
@keyframes sq-drift-b{0%,100%{transform:translateY(-11px)}50%{transform:translateY(2px)}}
.psq-l svg{animation:sq-drift-a 7.5s ease-in-out infinite}
.psq-r svg,.psq-c svg{animation:sq-drift-b 9.5s ease-in-out infinite}
.psq-tr svg{animation:sq-drift-a 7.5s ease-in-out infinite}
@media (max-width:1240px){.psq{display:none}}
@media (prefers-reduced-motion:reduce){.psq svg,.psq rect{animation:none}}
.pglow{position:absolute; width:900px; height:900px; left:50%; margin-left:-450px; bottom:-540px; background:radial-gradient(closest-side,rgba(255,255,255,.45),rgba(255,255,255,0)); pointer-events:none}

/* pricing */
.plans{display:grid; grid-template-columns:repeat(5,1fr); gap:20px; align-items:start}
.plan{border:1px solid var(--line); border-radius:25px; background:#fff; overflow:hidden; display:flex; flex-direction:column; transition:transform .3s var(--ease), box-shadow .3s var(--ease)}
.plan:hover{transform:translateY(-6px); box-shadow:0 16px 40px rgba(20,20,20,.08)}
.plan .top{padding:26px 24px 22px; border-bottom:1px solid var(--n200); background:var(--n50)}
.plan .nm{font-family:var(--mono); font-size:12px; letter-spacing:.12em; text-transform:uppercase; color:var(--n700)}
.plan .pr{margin-top:14px; font-family:var(--display); font-weight:400; font-size:46px; line-height:1; letter-spacing:-0.02em}
.plan .pr small{font-family:var(--sans); font-size:14px; font-weight:600; color:var(--n700); margin-left:6px; letter-spacing:0}
.plan .cy{margin-top:8px; font-size:13px; color:var(--n600); min-height:20px}
.plan .use{padding:22px 24px; display:flex; flex-direction:column; gap:14px}
.q{display:flex; justify-content:space-between; font-size:13px; color:var(--n700)}
.q b{color:var(--ink); font-weight:600; font-family:var(--mono)}
.bar{height:6px; border-radius:5px; background:var(--n200); margin-top:7px; overflow:hidden}
.bar i{display:block; height:100%; border-radius:5px; background:var(--b400); width:0; transition:width 1.1s var(--ease)}
.plan .act{margin-top:auto; padding:0 24px 24px}
.plan .act a{display:block; text-align:center; height:44px; line-height:44px; border-radius:15px; font-size:14.5px; font-weight:600; border:1px solid var(--n400); transition:border-color .2s,background .2s,color .2s}
.plan .act a:hover{border-color:var(--ink)}
.plan.hi{border-color:var(--b400); box-shadow:0 10px 34px rgba(177,148,255,.28)}
.plan.hi.in{transform:translateY(-14px)}
.plan.hi:hover{transform:translateY(-20px)}
.plan.hi .top{background:var(--b400); border-bottom-color:var(--b400); color:#1B1030}
.plan.hi .nm,.plan.hi .cy{color:#3A1F73}
.plan.hi .act a{background:var(--n950); color:#fff; border-color:var(--n950)}
.plan.hi .act a:hover{background:var(--b700); border-color:var(--b700)}
.badge{float:right; font-family:var(--sans); font-size:11px; font-weight:700; letter-spacing:.04em; background:#1B1030; color:#fff; padding:3px 10px; border-radius:999px}

/* download */
.dl{background:var(--b400); color:#2A1560; position:relative; overflow:hidden; border-top:1px solid rgba(42,21,96,.18); border-bottom:1px solid rgba(42,21,96,.18)}
.dl .wrap{position:relative; z-index:2; display:grid; grid-template-columns:minmax(0,1fr) 560px; gap:80px; align-items:center}
.dl .eyebrow{background:rgba(27,16,48,.88); color:#fff}
.dl h2{font-size:48px; color:#241046}
.dl .lede{color:#3E2483}
.dlbox{background:#fff; border:1px solid rgba(42,21,96,.14); border-radius:25px; padding:28px 30px; box-shadow:0 18px 44px rgba(42,21,96,.14)}
.dlbox .os{display:flex; align-items:center; gap:10px; font-size:13px; color:var(--n700); margin-bottom:16px}
.dlbox .os i{width:7px; height:7px; border-radius:50%; background:#3FA96A; font-style:normal}
.dlrow{display:flex; gap:12px; align-items:center; flex-wrap:wrap}
.dlrow .btn{height:52px; font-size:16px; gap:10px}
.dlrow .btn .os-l{height:19px; width:auto; flex:none; fill:currentColor}
.dl .btn-p{background:var(--n950); color:#fff}
.dl .btn-p:hover{background:var(--b700); color:#fff}
.dl .btn-g{background:transparent; color:var(--ink); border-color:var(--n400)}
.dl .btn-g:hover{border-color:var(--ink); background:var(--n100)}
.meta{margin-top:20px; padding-top:18px; border-top:1px solid var(--n200); display:flex; flex-direction:column; gap:9px}
.meta div{display:flex; justify-content:space-between; gap:20px; font-family:var(--mono); font-size:11.5px; color:var(--n700)}
.meta b{color:var(--ink); font-weight:500; text-align:right}
.others{margin-top:16px; font-size:13px; color:var(--n600)}
.others a{color:var(--ink); border-bottom:1px solid var(--n400)}

/* footer */
footer{padding:64px 0 48px}
.ft{display:grid; grid-template-columns:minmax(0,1fr) 190px 250px; gap:56px}
.ft .about .logo{height:30px}
.ft h5{margin:0 0 14px; font-family:var(--mono); font-size:11px; letter-spacing:.14em; text-transform:uppercase; color:var(--n600); font-weight:500}
.ft ul{margin:0; padding:0; list-style:none; display:flex; flex-direction:column; gap:9px; font-size:14px; color:var(--n800)}
.ft ul a:hover{color:var(--b700)}
.ft .about p{margin:14px 0 0; font-size:14px; color:var(--n700); max-width:36ch; line-height:1.6}
.ft-c{margin:0; padding:0; list-style:none; display:flex; flex-direction:column; gap:13px; font-size:14px; color:var(--n800)}
.ft-c li{display:flex; align-items:center; gap:10px; line-height:1.4}
.ft-c li > svg{width:20px; height:20px; flex:none}
.ft-c a{display:inline-flex; align-items:center; gap:6px}
.ft-c a:hover{color:var(--b700)}
.ft-c .ext{width:11px; height:11px; opacity:.45}
.ft-c b{font-weight:500; font-family:var(--mono); font-size:13px; color:var(--n700)}
.ft-qr{margin-top:20px; display:flex; flex-direction:column; align-items:flex-start; gap:10px}
.ft-qr img{width:112px; height:112px; display:block; border-radius:16px; background:#fff; padding:8px; border:1px solid var(--line)}
.ft-qr span{font-size:12px; color:var(--n600); max-width:22ch; line-height:1.5}
.ftb{margin-top:52px; padding-top:22px; border-top:1px solid var(--line); display:flex; gap:24px; font-family:var(--mono); font-size:11.5px; color:var(--n600); flex-wrap:wrap}
.ftb span:last-child{margin-left:auto}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *{transition:none!important; animation:none!important}
  [data-rv],.wi{opacity:1!important; transform:none!important; filter:none!important}
  .prog{display:none}
  [data-par]{transform:none!important}
  .term pre > span,.sq,.code pre > span{opacity:1!important; transform:none!important}
}
@media (max-width:820px){
  .band-in{flex-direction:column; align-items:flex-start; gap:16px}
  .band-stage{grid-template-columns:repeat(2,1fr); row-gap:16px}
}
@media (max-width:1500px){
  h1{font-size:56px} h2{font-size:42px}
  .hero .wrap,.uc,.dl .wrap{grid-template-columns:1fr}
  .tabs{margin-left:0}
  .sec-h{grid-template-columns:1fr; gap:22px}
  .plans{grid-template-columns:repeat(2,1fr)}
  .plan.hi.in{transform:none}
  .bento{grid-template-columns:1fr; gap:36px}
  .bento-g{grid-template-columns:repeat(2,1fr)}
  .models{grid-template-columns:1fr; gap:32px}
  .mdesc{margin-left:0}
  .mbot{grid-template-columns:1fr}
  .models{grid-template-columns:1fr; gap:24px}
  .sells{grid-template-columns:1fr}
  .mm-p{width:min(680px,calc(100vw - 48px))}
  nav{gap:20px}
}
@media (max-width:1620px){
  .uc{grid-template-columns:1fr}
}
@media (max-width:1200px){
  .ft{grid-template-columns:repeat(2,minmax(0,1fr)); gap:44px}
  .ft .about{grid-column:1 / -1}
}
@media (max-width:820px){
  .ft{grid-template-columns:1fr; gap:36px}
}
[dir="rtl"] .lang-p{right:auto; left:0}
[dir="rtl"] .uc-list li{padding-left:0; padding-right:24px}
[dir="rtl"] .uc-list li::before{left:auto; right:0}
[dir="rtl"] .ftb span:last-child{margin-left:0; margin-right:auto}
[dir="rtl"] .tab.on::before{left:auto; right:-18px; clip-path:path("M18 18 C3.06 18, 0 3.06, 0 0 L0 23 L18 23 Z")}
[dir="rtl"] .tab.on::after{right:auto; left:-18px; clip-path:path("M0 18 C14.94 18, 18 3.06, 18 0 L18 23 L0 23 Z")}
[dir="rtl"] .uc-r:has(.tabs:not(.wrapped) .tab:first-child.on) .ucbox{border-top-left-radius:28px; border-top-right-radius:0}
[dir="rtl"] .sell-art,[dir="rtl"] .mm-p{direction:rtl}
[dir="rtl"] .term,[dir="rtl"] .mock,[dir="rtl"] .ftb,[dir="rtl"] .code,[dir="rtl"] pre,[dir="rtl"] code{direction:ltr; text-align:left}

/* ---------- H5 / mobile ---------- */
.burger{display:none}
@media (max-width:900px){
  /* --- header: logo left, hamburger right --- */
  .hd{height:64px; gap:16px}
  .brand .logo{height:26px}
  /* the hero is pulled up under the header; that offset is the header's own height */
  .hero{margin-top:-65px}
  .burger{display:flex; flex-direction:column; justify-content:center; gap:5px; margin-left:auto;
          width:42px; height:42px; padding:0 9px; border-radius:12px; flex:none; -webkit-tap-highlight-color:transparent}
  .burger span{display:block; height:2px; width:100%; border-radius:2px; background:currentColor;
               transition:transform .24s var(--ease), opacity .18s var(--ease)}
  header:not(.stuck) .burger{color:#fff}
  header.stuck .burger{color:var(--ink)}
  .hd.open .burger span:nth-child(1){transform:translateY(7px) rotate(45deg)}
  .hd.open .burger span:nth-child(2){opacity:0}
  .hd.open .burger span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

  /* --- nav becomes a drop-down sheet under the header --- */
  nav{position:absolute; top:100%; left:0; right:0; margin:0; z-index:90;
      flex-direction:column; align-items:stretch; gap:2px; font-size:16px;
      padding:8px clamp(26px,7vw,280px) 20px;
      background:rgba(242,240,245,.98); backdrop-filter:blur(16px);
      border-bottom:1px solid var(--line); box-shadow:0 18px 40px rgba(20,20,20,.10);
      max-height:calc(100vh - 64px); overflow-y:auto; overscroll-behavior:contain;
      opacity:0; visibility:hidden; transform:translateY(-10px);
      transition:opacity .24s var(--ease), transform .24s var(--ease), visibility .24s}
  .hd.open nav{opacity:1; visibility:visible; transform:none}
  header:not(.stuck) nav,header:not(.stuck) .mm-t{color:var(--n800)}
  nav > a{display:flex; align-items:center; min-height:48px; padding:0 2px; font-weight:500}
  nav > a + a{border-top:1px solid var(--n200)}

  /* mega menu unfolds inline instead of floating */
  .mm{border-bottom:1px solid var(--n200)}
  .mm-t{width:100%; justify-content:space-between; height:48px; padding:0 2px; font-size:16px}
  .mm-p{position:static; width:auto; transform:none; opacity:1; visibility:visible; display:none;
        grid-template-columns:1fr; gap:2px; padding:0 0 10px; background:none; border:0; box-shadow:none}
  .mm.open .mm-p{display:grid; transform:none}
  .pitem{padding:10px 2px}
  .mcol{border-left:0; padding-left:0; border-top:1px solid var(--n200); padding-top:10px; margin-top:6px}

  /* language list unfolds inline too */
  .lang{border-bottom:1px solid var(--n200); padding:8px 0}
  .lang-t{width:100%; justify-content:space-between; height:44px}
  .lang-p{position:static; min-width:0; transform:none; opacity:1; visibility:visible; display:none;
          box-shadow:none; border-radius:14px; margin-top:8px; max-height:238px}
  .lang.open .lang-p{display:block; transform:none}

  nav .btn-s{width:100%; justify-content:center; height:48px; margin-top:14px; font-size:15px}
}

@media (max-width:760px){
  /* --- type scale --- */
  h1{font-size:clamp(34px,8.6vw,46px); line-height:1.16; margin-top:16px}
  h2{font-size:clamp(30px,7.6vw,38px); line-height:1.16}
  .dl h2{font-size:clamp(30px,7.6vw,38px)}
  .lede{font-size:16.5px; margin-top:18px; max-width:none}

  /* --- rhythm: sections were 120px top/bottom, far too airy on a phone --- */
  section{padding:76px 0}
  .hero{min-height:auto; padding:104px 0 68px}
  .purple{padding:84px 0 88px}

  /* --- hero: single column, and let it shrink below the mock's min-content --- */
  .hero .wrap{grid-template-columns:minmax(0,1fr); gap:40px}
  .cta{flex-direction:column; align-items:stretch; gap:10px; margin-top:26px}
  .cta .btn{width:100%; justify-content:center}
  .app-body{grid-template-columns:minmax(0,1fr)}
  .tree{display:none}

  /* --- THE POINT --- */
  .tagline{font-size:clamp(30px,8vw,40px)}
  .tagsub{font-size:16.5px; margin-top:22px}
  .pfeats{grid-template-columns:1fr; margin-top:44px}
  .pfeat{padding:22px 2px 24px; border-right:0}

  /* --- stacked grids --- */
  .plans{grid-template-columns:1fr; gap:16px}
  .bento-g{grid-template-columns:1fr}
  .dl .wrap{gap:36px}
  .dlbox{padding:22px 20px}
  .dlrow{gap:10px}
  .dlrow .btn{width:100%; justify-content:center}
}
