:root{
  --bg:#111116;
  --bg-2:#15141b;
  --surface:#1b1a21;
  --surface-2:#202027;
  --line:rgba(255,255,255,.085);
  --line-hi:rgba(255,255,255,.15);
  --text:#f4f2f7;
  --muted:#9a96a5;
  --muted-2:#716d7a;
  --purple:#8469ff;
  --purple-light:#ad9bff;
  --ease:cubic-bezier(.22,.72,.18,1);
  --shell:1180px;
  --compact:900px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--bg)}
body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,"SF Pro Display","Helvetica Neue",Arial,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision;overflow-x:hidden}
body.menu-open{overflow:hidden}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input,select{font:inherit;color:inherit}
button{cursor:pointer}
::selection{background:rgba(132,105,255,.45)}
.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.grain{position:fixed;inset:0;pointer-events:none;z-index:9999;opacity:.026;mix-blend-mode:soft-light;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E")}

.site-header{position:fixed;inset:0 0 auto;z-index:1000;height:64px;transition:background .45s var(--ease),border-color .45s var(--ease),backdrop-filter .45s var(--ease);border-bottom:1px solid transparent}
.site-header.scrolled{background:rgba(13,12,19,.7);border-color:rgba(255,255,255,.055);backdrop-filter:blur(18px) saturate(125%)}
.nav-wrap{width:min(calc(100% - 52px),1240px);height:100%;margin:auto;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}
.logo{display:inline-flex;align-items:center;gap:8px;width:max-content;font-size:12px;font-weight:700;letter-spacing:-.02em}
.logo-glyph{width:20px;height:20px;border-radius:6px;display:grid;place-items:center;transform:rotate(-8deg);background:linear-gradient(145deg,#b19cff 0%,#805cff 50%,#5c33df 100%);box-shadow:0 0 20px rgba(123,87,255,.5),inset 0 1px rgba(255,255,255,.38)}
.logo-glyph i{width:9px;height:8px;border:2px solid #fff;border-left-width:3px;transform:skewX(-12deg)}
.logo-glyph.tiny{width:17px;height:17px;border-radius:5px}.logo-glyph.tiny i{width:8px;height:7px}
.desktop-nav{display:flex;align-items:center;gap:34px}
.desktop-nav a,.login{font-size:10px;color:rgba(255,255,255,.66);transition:color .25s ease}.desktop-nav a:hover,.login:hover{color:#fff}
.nav-actions{justify-self:end;display:flex;align-items:center;gap:18px}
.mini-pill{display:inline-flex;align-items:center;justify-content:center;min-height:29px;padding:0 14px;border-radius:999px;background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.11);font-size:9px;color:rgba(255,255,255,.88);transition:background .25s ease,border .25s ease}.mini-pill:hover{background:rgba(255,255,255,.18);border-color:rgba(255,255,255,.22)}
.menu-button{display:none;width:38px;height:38px;padding:0;border:0;background:transparent}.menu-button span{display:block;width:18px;height:1px;background:#fff;margin:5px auto;transition:.25s ease}
.mobile-nav{display:none}

.pill{min-height:42px;padding:0 20px;border-radius:999px;border:1px solid rgba(255,255,255,.12);display:inline-flex;align-items:center;justify-content:center;gap:7px;font-size:11px;font-weight:600;white-space:nowrap;transition:transform .3s var(--ease),background .3s ease,border-color .3s ease,box-shadow .3s ease}
.pill:hover{transform:translateY(-2px)}
.pill-primary{background:linear-gradient(135deg,#9f8bff,#7457ec);border-color:rgba(255,255,255,.22);box-shadow:0 12px 35px rgba(84,47,211,.26),inset 0 1px rgba(255,255,255,.32)}
.pill-primary:hover{box-shadow:0 17px 44px rgba(84,47,211,.38),inset 0 1px rgba(255,255,255,.32)}
.pill-muted{background:rgba(255,255,255,.065);backdrop-filter:blur(12px)}.pill-muted:hover{background:rgba(255,255,255,.105);border-color:rgba(255,255,255,.2)}
.pill-small{min-height:31px;padding:0 14px;font-size:9px}

.hero{height:1050px;min-height:850px;position:relative;isolation:isolate;overflow:hidden;padding:112px 24px 0;background:linear-gradient(180deg,#0f0e1d 0%,#171331 42%,#302070 73%,#6945dd 100%)}
.hero::before{content:"";position:absolute;inset:0;z-index:-4;background:radial-gradient(ellipse 58% 42% at 50% 63%,rgba(124,72,248,.52),transparent 72%),radial-gradient(ellipse 36% 36% at 10% 58%,rgba(38,82,218,.25),transparent 73%),radial-gradient(ellipse 34% 34% at 88% 48%,rgba(132,47,244,.25),transparent 74%)}
.hero::after{content:"";position:absolute;left:0;right:0;bottom:0;height:180px;z-index:-2;background:linear-gradient(180deg,transparent,rgba(103,67,221,.64))}
.hero-glow{position:absolute;border-radius:50%;filter:blur(105px);opacity:.34;z-index:-3;will-change:transform}.hero-glow-left{width:620px;height:620px;left:-280px;top:265px;background:#2c5bff}.hero-glow-right{width:620px;height:620px;right:-260px;top:230px;background:#a134ff}
.hero-copy{text-align:center;width:min(680px,92vw);margin:0 auto;position:relative;z-index:3}
.hero-copy h1{font-size:clamp(46px,4.25vw,64px);line-height:1;letter-spacing:-.052em;font-weight:430;margin:0}.hero-copy h1 strong{font-weight:650}
.hero-copy p{width:min(640px,92%);margin:19px auto 25px;color:rgba(255,255,255,.64);font-size:12px;line-height:1.62;letter-spacing:-.004em}
.hero-copy small{display:block;margin-top:12px;font-size:8.5px;color:rgba(255,255,255,.47)}
.hero-media{width:min(900px,calc(100vw - 62px));margin:55px auto 0;position:relative;z-index:2;perspective:1200px}
.hero-shadow{position:absolute;inset:6% 7% -17%;background:radial-gradient(ellipse at center,rgba(69,31,200,.78),transparent 67%);filter:blur(50px);opacity:.78}
.hero-frame{margin:0;aspect-ratio:16/9;position:relative;overflow:hidden;border-radius:8px;background:#17151e;box-shadow:0 32px 84px rgba(8,3,24,.48),0 0 0 1px rgba(255,255,255,.15);transform:translateZ(0);transition:transform .8s var(--ease),box-shadow .8s var(--ease)}
.hero-frame:hover{transform:scale(1.006);box-shadow:0 40px 100px rgba(8,3,24,.56),0 0 0 1px rgba(255,255,255,.2)}
.hero-frame::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,5,9,.05),transparent 55%,rgba(5,5,9,.34)),radial-gradient(circle at 50% 45%,transparent 26%,rgba(5,5,10,.17) 100%)}
.hero-frame img{width:100%;height:100%;object-fit:cover;filter:saturate(.72) contrast(1.02) brightness(.92);transition:transform 5s cubic-bezier(.2,.65,.2,1)}.hero-frame:hover img{transform:scale(1.025)}
.hero-frame figcaption{position:absolute;z-index:2;left:50%;top:50%;transform:translate(-50%,-50%);font-size:12px;letter-spacing:.01em;color:rgba(255,255,255,.88);text-shadow:0 2px 20px rgba(0,0,0,.9);white-space:nowrap}
.film-control{position:absolute;z-index:2;left:18px;bottom:17px;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:rgba(8,8,11,.42);border:1px solid rgba(255,255,255,.22);backdrop-filter:blur(8px)}.film-control i{width:0;height:0;border-top:4px solid transparent;border-bottom:4px solid transparent;border-left:6px solid #fff;margin-left:1px}
.film-timeline{position:absolute;z-index:2;left:56px;right:18px;bottom:29px;height:1px;background:rgba(255,255,255,.25)}.film-timeline b{display:block;width:32%;height:100%;background:rgba(255,255,255,.82)}
.proof{position:relative;z-index:2;width:min(780px,calc(100vw - 52px));margin:28px auto 0;text-align:center}
.partners{width:min(600px,94%);height:auto;margin:0 auto;opacity:.72}
.stats{width:min(560px,100%);margin:23px auto 0;display:grid;grid-template-columns:repeat(3,1fr)}
.stats>div{min-height:62px;padding:0 24px;display:flex;flex-direction:column;justify-content:center;border-right:1px solid rgba(255,255,255,.15)}.stats>div:last-child{border-right:0}
.stats strong{font-size:19px;line-height:1;font-weight:580;letter-spacing:-.03em}.stats span{font-size:7.5px;color:rgba(255,255,255,.48);margin-top:9px}
.break-line{margin:44px 0 0;font-size:10px;color:rgba(255,255,255,.68)}

.disconnect{background:#111116;padding:0 0 145px;position:relative}
.disconnect::before{content:"";display:block;height:7px;background:linear-gradient(90deg,#5766dd 0%,#7e52f4 55%,#7352f6 100%);opacity:.76}
.disconnect-inner{width:min(940px,calc(100% - 48px));min-height:590px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:120px;align-items:start;padding-top:136px}
.disconnect-title{margin:75px 0 0;font-size:clamp(53px,5vw,74px);font-weight:350;line-height:.98;letter-spacing:-.055em}
.disconnect-copy{max-width:350px;justify-self:end}.disconnect-copy h3{font-size:13px;line-height:1.38;margin:0 0 21px;font-weight:650}.disconnect-copy p{font-size:10px;line-height:1.57;margin:0 0 17px;color:#a29daa}.disconnect-copy .signature{margin-top:22px;color:#ddd9e2}.small-actions{display:flex;gap:8px;margin-top:26px;align-items:center}
.ecosystem{width:min(var(--compact),calc(100% - 48px));margin:10px auto 0}
.section-intro{text-align:center;width:min(760px,100%);margin:0 auto 48px}.section-intro h2{margin:0;font-size:22px;letter-spacing:-.035em;font-weight:560}.section-intro p{max-width:720px;margin:14px auto 0;color:var(--muted);font-size:10px;line-height:1.65}.section-intro .pill{margin-top:18px}
.ecosystem-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}
.ecosystem-card{height:345px;position:relative;overflow:hidden;border-radius:11px;border:1px solid rgba(255,255,255,.075);background:linear-gradient(180deg,#1d1c23 0%,#1a191f 58%,#1a1920 100%);box-shadow:0 12px 32px rgba(0,0,0,.13);transition:transform .5s var(--ease),border-color .5s ease}.ecosystem-card:hover{transform:translateY(-5px);border-color:rgba(255,255,255,.14)}
.card-copy{padding:18px 18px 0;position:relative;z-index:3}.card-copy h3{font-size:12px;margin:0 0 7px;font-weight:600}.card-copy p{font-size:8.5px;line-height:1.42;color:var(--muted);margin:0;max-width:170px}
.product-visual{position:absolute;left:0;right:0;bottom:0;height:250px;display:grid;align-items:end;overflow:hidden}.product-visual::before{content:"";position:absolute;inset:20% 0 -20%;filter:blur(34px);opacity:.36}.product-visual.cool::before{background:radial-gradient(circle at center,#5b9cff,transparent 67%)}.product-visual.warm::before{background:radial-gradient(circle at center,#b5a66b,transparent 68%)}.product-visual.violet::before{background:radial-gradient(circle at center,#7658f0,transparent 66%)}
.product-visual img{position:relative;z-index:1;width:100%;height:100%;object-fit:cover;object-position:center bottom;transition:transform .8s var(--ease)}.ecosystem-card:hover .product-visual img{transform:scale(1.025)}
.ecosystem-card>a{position:absolute;z-index:4;left:50%;transform:translateX(-50%);bottom:17px;min-height:26px;padding:0 12px;border-radius:999px;background:rgba(255,255,255,.095);border:1px solid rgba(255,255,255,.11);font-size:8px;display:flex;align-items:center;gap:5px;backdrop-filter:blur(11px)}.ecosystem-card>a span{color:var(--purple-light)}

.team-section{background:#111116;padding:22px 0 142px}.compact-shell{width:min(var(--compact),calc(100% - 48px));margin:auto}.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}
.team-card{min-height:332px;padding:10px 10px 18px;border-radius:11px;border:1px solid var(--line);background:linear-gradient(180deg,#1d1c23,#19181e);transition:transform .5s var(--ease),border-color .5s ease}.team-card:hover{transform:translateY(-5px);border-color:rgba(255,255,255,.15)}
.team-visual{height:222px;border-radius:8px;overflow:hidden;background:#19181d}.team-visual img{width:100%;height:100%;object-fit:contain;transition:transform .75s var(--ease)}.team-card:hover img{transform:scale(1.025)}
.team-card h3{text-align:center;font-size:11px;margin:15px 0 6px}.team-card p{text-align:center;font-size:8px;line-height:1.45;color:var(--muted);max-width:220px;margin:0 auto}
.studio-strip{height:87px;margin-top:12px;padding:0 20px;display:flex;align-items:center;justify-content:space-between;border:1px solid var(--line);border-radius:10px;background:linear-gradient(105deg,#1d1c23,#19181e)}.studio-strip p{font-size:16px;line-height:1.15;letter-spacing:-.035em;margin:0}.studio-strip>div{display:flex;gap:8px}

.featured-section{padding:73px 0 78px;background:#1a191f;border-top:1px solid rgba(255,255,255,.025);border-bottom:1px solid rgba(255,255,255,.025);overflow:hidden}
.featured-heading{width:min(920px,calc(100% - 48px));margin:0 auto 28px;display:grid;grid-template-columns:1fr 1fr;align-items:end;gap:80px}.featured-heading span{display:block;color:#856bff;font-size:7.5px;letter-spacing:.16em;margin-bottom:10px}.featured-heading h2{font-size:33px;line-height:1.04;letter-spacing:-.05em;font-weight:520;margin:0}.featured-heading blockquote{font-size:10px;line-height:1.6;color:#aaa6b1;margin:0 0 2px;max-width:365px}
.case-viewport{position:relative;width:100%;overflow:hidden;touch-action:pan-y}.case-track{display:flex;gap:20px;width:max-content;padding:0 max(24px,calc((100vw - 1350px)/2));transform:translate3d(0,0,0);transition:transform .85s var(--ease);cursor:grab;will-change:transform}.case-track.dragging{cursor:grabbing;transition:none}
.case-card{position:relative;height:430px;border-radius:9px;overflow:hidden;flex:0 0 455px;background:#222;box-shadow:0 24px 60px rgba(0,0,0,.18)}.case-card.main-card{flex-basis:650px}.case-card img{width:100%;height:100%;object-fit:cover;transition:transform 1.4s var(--ease);filter:saturate(.86) contrast(1.01)}.case-card:hover img{transform:scale(1.025)}.case-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.04),transparent 55%,rgba(0,0,0,.58))}.case-card>div{position:absolute;z-index:2;inset:18px 20px 17px;display:flex;flex-direction:column;justify-content:space-between}.case-card b{font-size:23px;letter-spacing:-.04em}.case-card b.big{font-family:Impact,"Arial Black",sans-serif;letter-spacing:.02em}.case-card b.serif{font-family:Georgia,serif;letter-spacing:-.06em}.case-card p{font-size:8px;line-height:1.45;color:rgba(255,255,255,.74);max-width:360px;margin:0}
.case-controls{display:flex;justify-content:center;gap:7px;margin-top:26px}.case-controls button{width:25px;height:25px;border:1px solid rgba(255,255,255,.075);border-radius:50%;background:rgba(255,255,255,.055);display:grid;place-items:center;padding:0;font-size:13px;color:rgba(255,255,255,.6);transition:.25s ease}.case-controls button:hover{background:rgba(255,255,255,.12);color:#fff}

.community-section{position:relative;background:#111116;padding:126px 0 0;min-height:1130px;overflow:hidden}.community-section .section-intro{margin-bottom:43px}.gallery-window{width:min(920px,calc(100% - 48px));height:650px;margin:auto;position:relative;overflow:hidden;mask-image:linear-gradient(to bottom,transparent 0,#000 10%,#000 90%,transparent 100%)}
.gallery-columns{display:grid;grid-template-columns:1fr .92fr 1.04fr .94fr;gap:12px;position:absolute;inset:-90px 0 auto;will-change:transform}.gallery-column{display:flex;flex-direction:column;gap:12px;will-change:transform}.gallery-column.offset-a{padding-top:92px}.gallery-column.offset-b{padding-top:35px}.gallery-column.offset-c{padding-top:115px}.gallery-column img{width:100%;height:auto;border-radius:7px;object-fit:cover;box-shadow:0 16px 38px rgba(0,0,0,.16)}
.gallery-fade{position:absolute;left:0;right:0;height:110px;z-index:4;pointer-events:none}.gallery-fade.top{top:0;background:linear-gradient(#111116,transparent)}.gallery-fade.bottom{bottom:0;background:linear-gradient(transparent,#111116)}
.floating-dock{width:min(1060px,calc(100% - 48px));height:48px;margin:10px auto 0;border-top:1px solid rgba(255,255,255,.045);border-bottom:1px solid rgba(255,255,255,.045);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;background:rgba(21,20,28,.65);backdrop-filter:blur(18px);padding:0 14px}.dock-brand{display:flex;align-items:center;gap:7px;width:max-content;font-size:9px}.floating-dock nav{display:flex;gap:29px}.floating-dock nav a,.floating-dock>div>a{font-size:7.5px;color:rgba(255,255,255,.55)}.floating-dock>div{justify-self:end;display:flex;align-items:center;gap:13px}.floating-dock .mini-pill{font-size:7px;min-height:25px;padding:0 11px}

.download-section{height:520px;position:relative;display:grid;place-items:center;overflow:hidden;background:linear-gradient(180deg,#111116 0%,#111117 18%,#2f1c68 72%,#4d2ca7 100%)}.download-section::before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 42% 45% at 50% 65%,rgba(131,81,255,.73),transparent 72%),radial-gradient(ellipse 26% 34% at 18% 83%,rgba(48,84,233,.26),transparent 75%),radial-gradient(ellipse 26% 34% at 83% 81%,rgba(134,44,228,.28),transparent 75%)}.download-aura{position:absolute;width:500px;height:230px;border-radius:50%;background:rgba(115,70,255,.38);filter:blur(70px);top:155px}.download-content{text-align:center;position:relative;z-index:2}.download-mark{width:54px;height:54px;margin:0 auto 20px;border-radius:14px;display:grid;place-items:center;transform:rotate(-10deg);background:linear-gradient(145deg,#c2adff,#815bff 53%,#5b31dc);box-shadow:0 0 22px rgba(143,101,255,.92),0 0 62px rgba(113,66,255,.56),inset 0 1px rgba(255,255,255,.48)}.download-mark i{width:25px;height:22px;border:5px solid #fff;border-left-width:7px;transform:skewX(-12deg)}.download-content h2{font-size:37px;line-height:1.04;letter-spacing:-.045em;font-weight:560;margin:0}.download-content p{font-size:9px;color:rgba(255,255,255,.58);margin:16px 0 21px}.download-content>div{display:flex;justify-content:center;gap:9px}

.site-footer{background:#1a191f;padding:74px 0 25px;color:#cbc7d0}.footer-grid{width:min(920px,calc(100% - 48px));margin:auto;display:grid;grid-template-columns:repeat(5,1fr) 1.5fr;gap:32px}.footer-grid h3{font-size:9px;color:#f3f0f6;margin:0 0 14px}.footer-grid a{display:block;font-size:7.5px;color:#817d88;margin-bottom:8px;transition:color .2s}.footer-grid a:hover{color:#ddd9e2}.company-title{margin-top:22px!important}.newsletter form{display:flex;flex-direction:column;gap:7px;margin-bottom:22px}.newsletter input,.newsletter select{width:100%;height:27px;border:1px solid rgba(255,255,255,.15);background:transparent;padding:0 8px;font-size:7.5px;color:#aaa6b0;border-radius:1px}.newsletter select option{background:#1a191f}.newsletter button{width:max-content;height:25px;padding:0 12px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:rgba(255,255,255,.075);font-size:7px}.socials{display:flex;gap:7px}.socials a{width:18px;height:18px;border-radius:50%;border:1px solid rgba(255,255,255,.11);display:grid;place-items:center;margin:0;font-size:7px;color:#aaa6b0}.footer-bottom{width:min(920px,calc(100% - 48px));margin:65px auto 0;padding-top:16px;border-top:1px solid rgba(255,255,255,.045);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;color:#66626d;font-size:6.5px}.footer-bottom nav{display:flex;gap:17px}.footer-bottom nav a{color:#66626d}.footer-bottom button{justify-self:end;border:0;background:transparent;color:#77727e;font-size:6.5px}

.reveal{opacity:0;transform:translateY(24px);filter:blur(5px);transition:opacity 1s var(--ease),transform 1s var(--ease),filter 1s var(--ease)}.reveal.is-visible{opacity:1;transform:none;filter:none}.ecosystem-card:nth-child(2),.team-card:nth-child(2){transition-delay:.08s}.ecosystem-card:nth-child(3),.team-card:nth-child(3){transition-delay:.16s}

/* Inner pages */
.inner-main{min-height:100vh;background:#111116}.inner-hero{min-height:580px;padding:150px 24px 90px;text-align:center;background:radial-gradient(ellipse at 50% 50%,rgba(107,61,224,.42),transparent 48%),linear-gradient(180deg,#100f1d,#17142d 70%,#111116)}.inner-hero h1{font-size:clamp(52px,6vw,88px);line-height:.98;letter-spacing:-.055em;margin:0;font-weight:480}.inner-hero p{max-width:680px;margin:24px auto;color:var(--muted);font-size:13px;line-height:1.7}.inner-content{width:min(1120px,calc(100% - 48px));margin:auto;padding:100px 0 150px}.inner-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.inner-panel{min-height:420px;border:1px solid var(--line);border-radius:15px;background:#1a191f;padding:28px}.inner-panel h2{font-size:24px;margin:0 0 12px}.inner-panel p{color:var(--muted);font-size:12px;line-height:1.7}.showcase-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.showcase-grid img{width:100%;height:420px;object-fit:cover;border-radius:10px}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.price-card{border:1px solid var(--line);border-radius:14px;background:#1a191f;padding:30px;min-height:450px}.price-card.featured-price{background:linear-gradient(180deg,rgba(104,71,213,.28),#1a191f 40%);border-color:rgba(151,125,255,.35)}.price-card h2{font-size:24px}.price-card strong{font-size:48px}.price-card ul{padding-left:17px;color:var(--muted);font-size:12px;line-height:2}.contact-form{max-width:720px;margin:auto;display:grid;gap:14px}.contact-form input,.contact-form textarea{width:100%;border:1px solid var(--line);background:#19181e;border-radius:10px;padding:14px;color:#fff}.contact-form textarea{min-height:180px;resize:vertical}

@media(max-width:900px){
  .desktop-nav,.login{display:none}.nav-wrap{grid-template-columns:1fr auto}.nav-actions{gap:8px}.menu-button{display:block}.site-header{height:58px}.mobile-nav{position:absolute;top:58px;left:14px;right:14px;padding:18px;border:1px solid var(--line);border-radius:12px;background:rgba(18,17,24,.96);backdrop-filter:blur(18px);display:flex;flex-direction:column;gap:4px;opacity:0;visibility:hidden;transform:translateY(-8px);transition:.25s ease}.mobile-nav.open{opacity:1;visibility:visible;transform:none}.mobile-nav a{padding:13px 10px;border-bottom:1px solid rgba(255,255,255,.05);font-size:13px}
  .hero{height:auto;min-height:950px;padding-top:105px;padding-bottom:54px}.hero-copy h1{font-size:48px}.hero-media{margin-top:46px}.proof{margin-top:28px}.break-line{margin-top:38px}
  .disconnect-inner{grid-template-columns:1fr;gap:54px;min-height:0;padding:105px 0 145px}.disconnect-title{margin:0}.disconnect-copy{justify-self:start;max-width:400px}.ecosystem-cards,.team-grid{grid-template-columns:1fr;max-width:500px;margin:auto}.ecosystem-card{height:430px}.product-visual{height:330px}.team-card{min-height:450px}.team-visual{height:330px}.studio-strip{max-width:500px;margin:13px auto 0;height:auto;padding:22px;gap:18px;align-items:flex-start;flex-direction:column}.featured-heading{grid-template-columns:1fr;gap:22px}.case-card{height:390px;flex-basis:74vw}.case-card.main-card{flex-basis:82vw}.gallery-window{height:600px}.floating-dock nav{display:none}.floating-dock{grid-template-columns:1fr 1fr}.floating-dock>div{justify-self:end}.footer-grid{grid-template-columns:repeat(3,1fr)}.newsletter{grid-column:span 2}.footer-bottom{grid-template-columns:1fr;gap:13px;text-align:center}.footer-bottom nav{justify-content:center}.footer-bottom button{justify-self:center}.inner-grid,.pricing-grid{grid-template-columns:1fr}.showcase-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:620px){
  .nav-wrap{width:calc(100% - 28px)}.nav-actions .mini-pill{display:none}.hero{min-height:800px;padding:98px 16px 42px}.hero-copy h1{font-size:39px}.hero-copy p{font-size:11px}.hero-media{width:calc(100vw - 30px);margin-top:38px}.hero-frame{border-radius:6px}.hero-frame figcaption{font-size:9px}.film-control,.film-timeline{display:none}.proof{width:calc(100vw - 36px)}.partners{width:95%}.stats>div{padding:0 10px}.stats strong{font-size:16px}.break-line{font-size:9px;margin-top:32px}
  .disconnect::before{height:5px}.disconnect-inner{width:calc(100% - 34px);padding-top:85px;padding-bottom:125px}.disconnect-title{font-size:51px}.ecosystem,.compact-shell{width:calc(100% - 28px)}.section-intro{margin-bottom:36px}.section-intro h2{font-size:20px}.ecosystem-card{height:390px}.product-visual{height:290px}.team-section{padding-bottom:105px}.team-card{min-height:390px}.team-visual{height:275px}.studio-strip p{font-size:15px}.studio-strip>div{flex-wrap:wrap}.featured-section{padding-top:65px}.featured-heading{width:calc(100% - 34px)}.featured-heading h2{font-size:29px}.case-track{gap:12px;padding-inline:16px}.case-card,.case-card.main-card{height:330px;flex-basis:84vw}.community-section{padding-top:100px;min-height:930px}.gallery-window{width:calc(100% - 24px);height:500px}.gallery-columns{grid-template-columns:repeat(3,1fr);gap:8px}.gallery-column{gap:8px}.gallery-column:nth-child(4){display:none}.floating-dock{width:calc(100% - 22px)}.download-section{height:450px}.download-content h2{font-size:31px}.download-mark{width:47px;height:47px}.download-mark i{width:22px;height:19px}.site-footer{padding-top:58px}.footer-grid{width:calc(100% - 34px);grid-template-columns:repeat(2,1fr);gap:28px 22px}.newsletter{grid-column:1/-1}.footer-bottom{width:calc(100% - 34px);margin-top:45px}.showcase-grid{grid-template-columns:1fr}.showcase-grid img{height:500px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;filter:none;transition:none}.hero-frame img,.gallery-column,.case-track{transition:none!important;transform:none!important}}

/* =========================================================
   V5 TYPOGRAPHY & RHYTHM PASS
   Built for comfortable reading at a real 1440px viewport.
   The reference screenshots are scaled previews, so their
   apparent 7–10px copy must not be copied as browser CSS.
   ========================================================= */
:root{
  --bg:#101014;
  --bg-2:#15141a;
  --surface:#1a191f;
  --surface-2:#201f26;
  --text:#f5f3f7;
  --muted:#a8a4af;
  --muted-2:#77727f;
  --shell:1240px;
  --compact:1040px;
}
body{
  font-family:"Inter","SF Pro Display","SF Pro Text","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size:16px;
  line-height:1.5;
  letter-spacing:-.008em;
}

.site-header{height:72px}
.nav-wrap{width:min(calc(100% - 64px),1280px)}
.logo{font-size:14px;gap:9px}
.logo-glyph{width:22px;height:22px}
.desktop-nav{gap:38px}
.desktop-nav a,.login{font-size:13px;line-height:1}
.nav-actions{gap:22px}
.mini-pill{min-height:34px;padding:0 17px;font-size:12px}

.pill{min-height:42px;padding:0 21px;font-size:13px;font-weight:560;letter-spacing:-.01em}
.pill-small{min-height:34px;padding:0 15px;font-size:11px}

.hero{
  height:980px;
  min-height:900px;
  padding:112px 24px 0;
  background:linear-gradient(180deg,#0e0d1b 0%,#15122d 38%,#2d1e66 72%,#6843da 100%);
}
.hero::before{
  background:
    radial-gradient(ellipse 54% 40% at 50% 62%,rgba(121,73,244,.50),transparent 72%),
    radial-gradient(ellipse 32% 36% at 7% 59%,rgba(42,81,211,.24),transparent 74%),
    radial-gradient(ellipse 30% 34% at 92% 50%,rgba(139,49,236,.23),transparent 75%);
}
.hero::after{height:150px;opacity:.8}
.hero-copy{width:min(760px,92vw)}
.hero-copy h1{font-size:clamp(52px,4.35vw,64px);line-height:1.02;letter-spacing:-.05em;font-weight:400}
.hero-copy h1 strong{font-weight:610}
.hero-copy p{width:min(700px,92%);margin:20px auto 24px;font-size:15px;line-height:1.6;color:rgba(255,255,255,.66)}
.hero-copy small{margin-top:12px;font-size:11px;color:rgba(255,255,255,.48)}
.hero-media{width:min(820px,calc(100vw - 72px));margin:42px auto 0}
.hero-frame{border-radius:8px;box-shadow:0 34px 88px rgba(8,3,24,.48),0 0 0 1px rgba(255,255,255,.14)}
.hero-frame figcaption{font-size:14px}
.proof{width:min(720px,calc(100vw - 64px));margin-top:24px}
.partners{width:min(610px,94%)}
.stats{width:min(610px,100%);margin-top:20px}
.stats>div{min-height:68px;padding:0 28px}
.stats strong{font-size:23px;font-weight:570}
.stats span{font-size:11px;line-height:1.35;margin-top:9px}
.break-line{margin-top:31px;font-size:13px;color:rgba(255,255,255,.7)}

.disconnect{padding-bottom:168px}
.disconnect::before{height:5px;opacity:.7}
.disconnect-inner{
  width:min(1040px,calc(100% - 64px));
  min-height:610px;
  grid-template-columns:1.08fr .92fr;
  gap:148px;
  padding-top:142px;
}
.disconnect-title{margin-top:70px;font-size:clamp(58px,4.8vw,70px);font-weight:350;line-height:.99;letter-spacing:-.052em}
.disconnect-copy{max-width:405px}
.disconnect-copy h3{font-size:18px;line-height:1.35;margin-bottom:24px;font-weight:620;letter-spacing:-.025em}
.disconnect-copy p{font-size:14px;line-height:1.72;margin-bottom:19px;color:#aaa6b1}
.disconnect-copy .signature{margin-top:26px}
.small-actions{gap:10px;margin-top:29px}

.ecosystem{width:min(1040px,calc(100% - 64px));margin-top:0}
.section-intro{width:min(820px,100%);margin-bottom:52px}
.section-intro h2{font-size:34px;line-height:1.14;letter-spacing:-.042em;font-weight:520}
.section-intro p{max-width:760px;margin-top:17px;font-size:14px;line-height:1.7;color:var(--muted)}
.section-intro .pill{margin-top:21px}
.ecosystem-cards{gap:16px}
.ecosystem-card{height:408px;border-radius:13px}
.card-copy{padding:23px 23px 0}
.card-copy h3{font-size:18px;margin-bottom:8px;font-weight:580}
.card-copy p{font-size:13px;line-height:1.5;max-width:230px}
.product-visual{height:305px}
.ecosystem-card>a{bottom:20px;min-height:31px;padding:0 14px;font-size:11px}

.team-section{padding:30px 0 168px}
.compact-shell{width:min(1040px,calc(100% - 64px))}
.team-grid{gap:16px}
.team-card{min-height:408px;padding:12px 12px 22px;border-radius:13px}
.team-visual{height:282px;border-radius:9px}
.team-card h3{font-size:16px;margin:18px 0 7px;font-weight:580}
.team-card p{font-size:12.5px;line-height:1.55;max-width:275px}
.studio-strip{height:104px;margin-top:15px;padding:0 26px;border-radius:12px}
.studio-strip p{font-size:21px;line-height:1.18;font-weight:430}
.studio-strip>div{gap:10px}

.featured-section{padding:102px 0 94px}
.featured-heading{width:min(1120px,calc(100% - 64px));margin-bottom:38px;gap:120px}
.featured-heading span{font-size:11px;margin-bottom:12px}
.featured-heading h2{font-size:44px;line-height:1.02;font-weight:500}
.featured-heading blockquote{font-size:14px;line-height:1.7;max-width:470px;color:#aaa6b1}
.case-track{gap:22px;padding-inline:max(32px,calc((100vw - 1370px)/2))}
.case-card{height:445px;flex-basis:470px;border-radius:10px}
.case-card.main-card{flex-basis:660px}
.case-card>div{inset:22px 23px 21px}
.case-card b{font-size:28px}
.case-card p{font-size:12px;line-height:1.55;max-width:430px}
.case-controls{margin-top:29px;gap:8px}
.case-controls button{width:30px;height:30px;font-size:16px}

.community-section{padding-top:150px;min-height:1210px}
.community-section .section-intro{margin-bottom:52px}
.gallery-window{width:min(1080px,calc(100% - 64px));height:720px}
.gallery-columns{gap:14px}
.gallery-column{gap:14px}
.gallery-column img{border-radius:8px}
.floating-dock{width:min(1180px,calc(100% - 64px));height:58px;margin-top:14px;padding:0 18px}
.dock-brand{font-size:12px;gap:8px}
.floating-dock nav{gap:34px}
.floating-dock nav a,.floating-dock>div>a{font-size:11px}
.floating-dock>div{gap:16px}
.floating-dock .mini-pill{font-size:10px;min-height:29px;padding:0 13px}

.download-section{height:560px}
.download-aura{width:600px;height:260px;top:170px}
.download-mark{width:58px;height:58px;margin-bottom:24px}
.download-content h2{font-size:48px;line-height:1.04;font-weight:520}
.download-content p{font-size:14px;margin:18px 0 24px}
.download-content>div{gap:10px}

.site-footer{padding:88px 0 30px}
.footer-grid{width:min(1120px,calc(100% - 64px));grid-template-columns:repeat(5,1fr) 1.55fr;gap:36px}
.footer-grid h3{font-size:13px;margin-bottom:17px}
.footer-grid a{font-size:11.5px;line-height:1.35;margin-bottom:10px}
.company-title{margin-top:28px!important}
.newsletter form{gap:9px;margin-bottom:27px}
.newsletter input,.newsletter select{height:34px;padding:0 10px;font-size:11px;border-radius:3px}
.newsletter button{height:31px;padding:0 14px;font-size:10px}
.socials{gap:9px}
.socials a{width:23px;height:23px;font-size:9px}
.footer-bottom{width:min(1120px,calc(100% - 64px));margin-top:74px;padding-top:20px;font-size:9px}
.footer-bottom button{font-size:9px}

/* Keep inner pages on the same readable type scale. */
.inner-hero{min-height:620px;padding-top:160px}
.inner-hero h1{font-size:clamp(56px,5.6vw,82px);font-weight:430}
.inner-hero p{font-size:16px;line-height:1.75}
.inner-content{width:min(1180px,calc(100% - 64px));padding:112px 0 160px}
.inner-panel h2,.price-card h2{font-size:27px}
.inner-panel p,.price-card ul{font-size:14px}

@media(max-width:900px){
  .site-header{height:62px}
  .nav-wrap{width:calc(100% - 36px)}
  .mobile-nav{top:62px}
  .hero{min-height:920px;padding-top:108px}
  .hero-copy h1{font-size:48px}
  .hero-copy p{font-size:14px}
  .hero-media{width:min(720px,calc(100vw - 42px));margin-top:42px}
  .disconnect-inner{width:calc(100% - 46px);gap:62px;padding-top:112px;padding-bottom:150px}
  .disconnect-copy h3{font-size:17px}
  .disconnect-copy p{font-size:14px}
  .ecosystem,.compact-shell{width:calc(100% - 40px)}
  .section-intro h2{font-size:31px}
  .section-intro p{font-size:14px}
  .ecosystem-card{height:455px}
  .product-visual{height:340px}
  .team-card{min-height:455px}
  .team-visual{height:330px}
  .featured-heading{width:calc(100% - 46px)}
  .featured-heading blockquote{font-size:14px}
  .case-card{height:410px}
  .gallery-window{height:640px}
  .footer-grid{width:calc(100% - 46px)}
  .footer-bottom{width:calc(100% - 46px)}
}

@media(max-width:620px){
  body{font-size:15px}
  .hero{min-height:790px;padding:94px 16px 44px}
  .hero-copy h1{font-size:40px}
  .hero-copy p{font-size:13px;line-height:1.62}
  .hero-copy small{font-size:10px}
  .hero-media{width:calc(100vw - 30px);margin-top:34px}
  .hero-frame figcaption{font-size:10px}
  .stats strong{font-size:18px}
  .stats span{font-size:9px}
  .break-line{font-size:11px}
  .disconnect-inner{width:calc(100% - 34px);padding-top:88px;padding-bottom:128px}
  .disconnect-title{font-size:50px}
  .disconnect-copy h3{font-size:17px}
  .disconnect-copy p{font-size:13.5px}
  .section-intro{margin-bottom:39px}
  .section-intro h2{font-size:28px}
  .section-intro p{font-size:13px;line-height:1.68}
  .card-copy h3{font-size:17px}
  .card-copy p{font-size:12.5px}
  .ecosystem-card{height:410px}
  .product-visual{height:302px}
  .team-card{min-height:405px}
  .team-visual{height:285px}
  .team-card h3{font-size:16px}
  .team-card p{font-size:12px}
  .studio-strip p{font-size:19px}
  .featured-heading h2{font-size:34px}
  .featured-heading blockquote{font-size:13px}
  .case-card,.case-card.main-card{height:345px}
  .case-card p{font-size:11px}
  .community-section{padding-top:112px}
  .floating-dock{width:calc(100% - 22px)}
  .download-content h2{font-size:36px}
  .download-content p{font-size:12px}
  .footer-grid h3{font-size:12px}
  .footer-grid a{font-size:11px}
}

/* =========================================================
   V6 — Header / hero proportion correction
   The navigation intentionally uses a wider shell than the
   hero content. Logo, menu, login and CTA each have a distinct
   type scale instead of sharing one generic size.
   ========================================================= */
@media (min-width: 901px){
  .site-header{
    height:76px;
    background:rgba(7,7,10,.94);
    border-bottom:1px solid rgba(255,255,255,.055);
    backdrop-filter:blur(18px) saturate(125%);
  }
  .site-header.scrolled{
    background:rgba(7,7,10,.86);
  }
  .nav-wrap{
    width:min(1480px,calc(100% - 32px));
    max-width:none;
  }
  .logo{
    gap:10px;
    font-size:25px;
    line-height:1;
    font-weight:650;
    letter-spacing:-.045em;
  }
  .logo-glyph{
    width:27px;
    height:27px;
    border-radius:8px;
  }
  .logo-glyph i{
    width:12px;
    height:11px;
    border-width:2.5px;
    border-left-width:4px;
  }
  .desktop-nav{
    gap:56px;
  }
  .desktop-nav a{
    font-size:12px;
    line-height:1;
    font-weight:560;
    letter-spacing:-.018em;
    color:rgba(255,255,255,.86);
  }
  .login{
    font-size:12px;
    line-height:1;
    font-weight:520;
    color:rgba(255,255,255,.82);
  }
  .nav-actions{
    gap:20px;
  }
  .mini-pill{
    min-height:38px;
    padding:0 17px;
    font-size:12px;
    line-height:1;
    font-weight:520;
    letter-spacing:-.012em;
    background:rgba(255,255,255,.14);
    border-color:rgba(255,255,255,.16);
  }

  .hero{
    padding-top:126px;
  }
  .hero-copy{
    width:min(760px,calc(100vw - 64px));
  }
  .hero-copy h1{
    font-size:clamp(44px,4.55vw,40px);
  }
  .hero-copy p{
    width:min(720px,100%);
    font-size:15px;
    line-height:1.62;
  }
  .hero-copy small{
    font-size:11px;
  }
  .hero-media{
    width:min(1052px,calc(100vw - 64px));
    margin-top:58px;
  }
  .proof{
    width:min(820px,calc(100vw - 64px));
  }
}

@media (min-width: 1500px){
  .nav-wrap{width:min(1540px,calc(100% - 48px))}
  .desktop-nav{gap:62px}
}

@media (max-width: 900px){
  .logo{font-size:20px;gap:8px}
  .logo-glyph{width:23px;height:23px}
}

/* =========================================================
   V7 — Navigation readability + complete hero proof block
   ========================================================= */
@media (min-width: 901px){
  .site-header{
    height:80px;
  }
  .desktop-nav{
    gap:58px;
  }
  .desktop-nav a,
  .login{
    font-size:14px;
    font-weight:540;
    letter-spacing:-.016em;
  }
  .nav-actions{
    gap:22px;
  }
  .mini-pill{
    min-height:40px;
    padding-inline:19px;
    font-size:14px;
    font-weight:520;
  }

  /* Keep the navigation visually wider than the hero media. */
  .nav-wrap{
    width:min(1540px,calc(100% - 36px));
  }

  /* The old fixed hero height cropped the logo/statistics block.
     Let the section height be driven by its real content instead. */
  .hero{
    height:auto;
    min-height:0;
    padding:138px 24px 96px;
    overflow:hidden;
  }
  .hero-media{
    margin-top:56px;
  }
  .proof{
    width:min(1020px,calc(100vw - 64px));
    margin-top:38px;
  }
  .partners{
    width:min(940px,96%);
    opacity:.82;
  }
  .stats{
    width:min(760px,100%);
    margin-top:52px;
  }
  .stats>div{
    min-height:72px;
    padding:0 34px;
    border-right-color:rgba(255,255,255,.25);
  }
  .stats strong{
    font-size:38px;
    line-height:1;
    font-weight:620;
    letter-spacing:-.04em;
  }
  .stats span{
    margin-top:15px;
    font-size:17px;
    line-height:1.3;
    color:rgba(255,255,255,.79);
  }
  .break-line{
    margin-top:88px;
    font-size:clamp(24px,2.05vw,30px);
    line-height:1.25;
    font-weight:470;
    letter-spacing:-.035em;
    color:rgba(255,255,255,.9);
  }
}

@media (min-width: 1600px){
  .desktop-nav{gap:64px}
  .desktop-nav a,.login,.mini-pill{font-size:15px}
}

@media (min-width: 621px) and (max-width: 900px){
  .site-header{height:68px}
  .mobile-nav{top:68px}
  .hero{
    height:auto;
    min-height:0;
    padding-bottom:82px;
  }
  .proof{
    width:min(760px,calc(100vw - 42px));
    margin-top:34px;
  }
  .partners{width:min(690px,98%);opacity:.82}
  .stats{width:min(620px,100%);margin-top:40px}
  .stats strong{font-size:29px}
  .stats span{font-size:13px;margin-top:11px}
  .break-line{font-size:20px;margin-top:66px}
}

@media (max-width: 620px){
  .hero{
    height:auto;
    min-height:0;
    padding-bottom:68px;
  }
  .proof{
    width:calc(100vw - 30px);
    margin-top:28px;
  }
  .partners{
    width:100%;
    opacity:.84;
  }
  .stats{
    width:100%;
    margin-top:31px;
  }
  .stats>div{
    min-height:64px;
    padding:0 7px;
  }
  .stats strong{font-size:22px}
  .stats span{font-size:10px;line-height:1.3;margin-top:9px}
  .break-line{
    margin-top:52px;
    font-size:17px;
    line-height:1.35;
  }
}

/* V7.1 — final desktop type and proof-line tuning */
@media (min-width: 901px){
  .desktop-nav a,
  .login,
  .mini-pill{
    font-size:15px;
  }
  .stats{
    width:min(860px,100%);
  }
  .stats>div{
    padding-inline:25px;
  }
  .stats span{
    white-space:nowrap;
  }
}
@media (min-width: 1600px){
  .desktop-nav a,.login,.mini-pill{font-size:14px}
}
@media (max-width: 620px){
  .stats span{white-space:normal}
}

/* =========================================================
   V8 — Fingerprint-browser hero content and platform rotation
   ========================================================= */
.platform-word-wrap{
  display:inline-grid;
  min-width:6.15em;
  justify-items:start;
  vertical-align:baseline;
  text-align:left;
}
.platform-word{
  grid-area:1/1;
  display:inline-block;
  color:#fff;
  background:linear-gradient(100deg,#fff 8%,#d9d0ff 54%,#a995ff 100%);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  transition:opacity .28s ease,transform .42s var(--ease),filter .34s ease;
  will-change:opacity,transform,filter;
}
.platform-word.is-changing{
  opacity:0;
  transform:translateY(.22em);
  filter:blur(7px);
}
.hero-frame-image{
  aspect-ratio:1393/791;
  background:#f7f8fb;
}
.hero-frame-image::after{
  background:linear-gradient(180deg,rgba(13,12,28,.035),transparent 62%,rgba(15,12,35,.08));
  pointer-events:none;
}
.hero-frame-image img{
  object-fit:cover;
  object-position:center;
  filter:none;
}
.hero-frame-image:hover img{transform:scale(1.006)}

.platform-proof-title{
  margin:0 0 30px;
  font-size:18px;
  line-height:1.4;
  font-weight:540;
  letter-spacing:-.025em;
  color:rgba(255,255,255,.92);
}
.platform-logo-rotator{
  width:100%;
  margin:0 auto;
}
.platform-logo-viewport{
  position:relative;
  min-height:76px;
}
.platform-logo-set{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  opacity:0;
  visibility:hidden;
  transform:translate3d(0,14px,0) scale(.985);
  filter:blur(5px);
  pointer-events:none;
  transition:opacity .52s ease,transform .62s var(--ease),filter .48s ease,visibility 0s linear .62s;
}
.platform-logo-set.is-active{
  opacity:1;
  visibility:visible;
  transform:translate3d(0,0,0) scale(1);
  filter:none;
  pointer-events:auto;
  transition-delay:0s;
}
.platform-brand{
  min-width:122px;
  height:68px;
  padding:0 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:15px;
  background:linear-gradient(180deg,rgba(255,255,255,.105),rgba(255,255,255,.055));
  box-shadow:inset 0 1px rgba(255,255,255,.12),0 12px 34px rgba(20,8,58,.12);
  backdrop-filter:blur(14px);
}
.platform-brand b{
  font-size:14px;
  line-height:1;
  font-weight:600;
  letter-spacing:-.025em;
  color:rgba(255,255,255,.94);
  white-space:nowrap;
}
.brand-mark{
  flex:0 0 auto;
  width:32px;
  height:32px;
  border-radius:10px;
  display:grid;
  place-items:center;
  position:relative;
  font-size:19px;
  line-height:1;
  font-weight:760;
  font-family:Arial,"Helvetica Neue",sans-serif;
  color:#fff;
  background:rgba(255,255,255,.12);
  box-shadow:inset 0 1px rgba(255,255,255,.22);
}
.brand-facebook .brand-mark{background:#1877f2;font-family:Arial;font-size:25px;padding-top:7px}
.brand-google .brand-mark{background:#fff;color:#4285f4;font-size:20px;text-shadow:-1px 0 #34a853,0 1px #fbbc05,1px 0 #ea4335}
.brand-linkedin .brand-mark{background:#0a66c2;font-size:16px;text-transform:lowercase}
.brand-tiktok .brand-mark{background:#0b0b0f;font-size:22px;text-shadow:-2px 0 #25f4ee,2px 0 #fe2c55}
.brand-amazon .brand-mark{background:#fff;color:#151515;font-size:23px;font-family:Georgia,serif}
.brand-ebay .brand-mark{background:#fff;color:#e53238;font-size:22px;text-shadow:7px 0 #0064d2,14px 0 #f5af02}
.brand-alibaba .brand-mark{background:#ff6a00;font-size:18px}
.brand-shopify .brand-mark{background:#95bf47;font-size:18px}
.brand-youtube .brand-mark{background:#ff0033;border-radius:10px}
.brand-youtube .brand-mark i{width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:10px solid #fff;margin-left:2px}
.brand-twitter .brand-mark{background:#09090c;font-size:17px}
.brand-temu .brand-mark{background:#ff6f00;font-size:18px}
.brand-coinlist .brand-mark{background:linear-gradient(135deg,#4436ff,#8e7bff);font-size:18px}
.brand-winline .brand-mark{background:linear-gradient(135deg,#ff9a24,#ff5b00);font-size:18px}
.platform-logo-pagination{
  display:flex;
  justify-content:center;
  gap:7px;
  margin-top:18px;
}
.platform-logo-pagination button{
  width:7px;
  height:7px;
  padding:0;
  border:0;
  border-radius:999px;
  background:rgba(255,255,255,.34);
  transition:width .35s var(--ease),background .35s ease;
}
.platform-logo-pagination button.is-active{
  width:24px;
  background:rgba(255,255,255,.9);
}

@media (min-width:901px){
  .hero-copy{width:min(1120px,calc(100vw - 80px))}
  .hero-copy h1{
    font-size:clamp(48px,4.15vw,62px);
    white-space:nowrap;
  }
  .hero-media{margin-top:52px}
  .proof{
    width:min(1040px,calc(100vw - 64px));
    margin-top:46px;
  }
  .stats{margin-top:56px}
  .break-line{margin-top:72px}
}

@media (max-width:1100px) and (min-width:901px){
  .platform-brand{min-width:108px;padding-inline:10px;gap:8px}
  .platform-brand b{font-size:12px}
  .brand-mark{width:29px;height:29px}
  .platform-logo-set{gap:8px}
}

@media (min-width:621px) and (max-width:900px){
  .hero-copy h1{font-size:clamp(39px,6vw,48px)}
  .platform-word-wrap{min-width:6.15em}
  .platform-logo-viewport{min-height:150px}
  .platform-logo-set{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-content:center;gap:10px}
  .platform-brand{min-width:0;height:64px;padding-inline:10px}
  .platform-brand b{font-size:12px}
  .platform-proof-title{font-size:17px;margin-bottom:25px}
}

@media (max-width:620px){
  .hero-copy h1{line-height:1.08}
  .platform-word-wrap{display:block;min-width:0;text-align:center;margin:.12em 0}
  .platform-logo-viewport{min-height:250px}
  .platform-logo-set{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-content:center;gap:9px}
  .platform-brand{min-width:0;height:62px;padding:0 9px;justify-content:flex-start}
  .platform-brand b{font-size:12px}
  .brand-mark{width:29px;height:29px;border-radius:9px}
  .platform-proof-title{font-size:16px;margin-bottom:22px}
  .platform-logo-pagination{margin-top:13px}
  .stats{margin-top:38px}
}

@media (prefers-reduced-motion:reduce){
  .platform-word,.platform-logo-set{transition:none}
}


/* =========================================================
   V9 — Hero title sizing and compact rotating platform word
   ========================================================= */
.hero-copy h1{
  font-size:44px;
}
.platform-word-wrap{
  display:inline-block;
  min-width:0;
  width:auto;
  justify-items:normal;
  text-align:inherit;
}
.platform-word{
  display:inline;
}
.platform-logo-pagination{
  display:none !important;
}
@media (max-width:620px){
  .hero-copy h1{font-size:44px;}
  .platform-word-wrap{
    display:inline;
    min-width:0;
    width:auto;
    margin:0;
    text-align:inherit;
  }
}

/* =========================================================
   V10 — Fingerprint identity, rotating use cases, reviews, FAQ
   ========================================================= */
.section-kicker{
  margin:0 0 14px!important;
  color:#9b85ff!important;
  font-size:11px!important;
  line-height:1!important;
  font-weight:700;
  letter-spacing:.16em;
  text-transform:uppercase;
}

/* Fingerprint identity section */
.disconnect{
  padding-bottom:90px;
  background:
    radial-gradient(circle at 28% 44%,rgba(104,70,236,.12),transparent 28%),
    #111116;
}
.disconnect-inner.fingerprint-layout{
  width:min(1080px,calc(100% - 64px));
  min-height:650px;
  grid-template-columns:minmax(360px,1fr) minmax(390px,.9fr);
  gap:112px;
  align-items:center;
  padding-top:118px;
}
.fingerprint-visual{
  min-height:490px;
  position:relative;
  display:grid;
  place-items:center;
  isolation:isolate;
}
.fingerprint-visual::before{
  content:"";
  position:absolute;
  width:430px;
  height:430px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(128,91,255,.2),rgba(128,91,255,.055) 43%,transparent 70%);
  filter:blur(8px);
  z-index:-3;
}
.fingerprint-visual::after{
  content:"";
  position:absolute;
  width:360px;
  height:360px;
  border-radius:50%;
  border:1px solid rgba(167,143,255,.12);
  box-shadow:0 0 80px rgba(105,68,236,.15),inset 0 0 60px rgba(113,77,226,.07);
  z-index:-2;
}
.fingerprint-visual img{
  width:259px;
  height:auto;
  position:relative;
  z-index:2;
  opacity:.96;
  filter:drop-shadow(0 0 18px rgba(255,255,255,.08)) drop-shadow(0 0 42px rgba(119,81,255,.28));
}
.fingerprint-glow{
  position:absolute;
  width:210px;
  height:210px;
  border-radius:50%;
  background:#6d45ff;
  filter:blur(95px);
  opacity:.2;
  z-index:-1;
}
.fingerprint-orbit{
  position:absolute;
  border-radius:50%;
  border:1px dashed rgba(180,163,255,.13);
  pointer-events:none;
}
.fingerprint-orbit-a{width:410px;height:410px;animation:fingerprint-spin 22s linear infinite}
.fingerprint-orbit-b{width:470px;height:470px;border-style:solid;border-color:rgba(255,255,255,.045);animation:fingerprint-spin 30s linear infinite reverse}
.fingerprint-badge{
  position:absolute;
  right:28px;
  bottom:62px;
  z-index:3;
  display:flex;
  align-items:center;
  gap:8px;
  min-height:36px;
  padding:0 14px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:999px;
  background:rgba(25,22,36,.7);
  backdrop-filter:blur(14px);
  color:rgba(255,255,255,.82);
  font-size:12px;
  box-shadow:0 12px 40px rgba(0,0,0,.26);
}
.fingerprint-badge i{
  width:7px;height:7px;border-radius:50%;background:#66e49a;box-shadow:0 0 14px rgba(102,228,154,.75)
}
.fingerprint-layout .disconnect-copy{
  max-width:470px;
  justify-self:start;
}
.fingerprint-layout .disconnect-copy h3{
  margin:0 0 24px;
  font-size:clamp(32px,3vw,46px);
  line-height:1.12;
  font-weight:520;
  letter-spacing:-.045em;
}
.fingerprint-layout .disconnect-copy p{
  font-size:15px;
  line-height:1.82;
  color:#aaa6b1;
}
.identity-points{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin:28px 0 0;
}
.identity-points span{
  min-height:31px;
  padding:0 12px;
  display:inline-flex;
  align-items:center;
  border:1px solid rgba(255,255,255,.09);
  border-radius:999px;
  background:rgba(255,255,255,.04);
  color:rgba(255,255,255,.75);
  font-size:11px;
}
@keyframes fingerprint-spin{to{transform:rotate(360deg)}}

/* Use case rotator */
.team-section{
  padding:118px 0 164px;
  background:#111116;
}
.team-section .compact-shell{width:min(1100px,calc(100% - 64px))}
.team-section .section-intro{max-width:760px;margin-bottom:54px}
.team-section .section-intro h2{
  font-size:clamp(34px,3.4vw,48px);
  font-weight:520;
  letter-spacing:-.045em;
}
.team-section .section-intro>p:not(.section-kicker){
  max-width:700px;
  margin-top:18px;
  color:#a6a2ad;
  font-size:15px;
  line-height:1.75;
}
.scenario-viewport{display:grid;position:relative}
.scenario-set{
  grid-area:1/1;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  opacity:0;
  visibility:hidden;
  transform:translateY(18px);
  filter:blur(4px);
  pointer-events:none;
  transition:opacity .55s ease,transform .7s var(--ease),filter .55s ease,visibility 0s linear .7s;
}
.scenario-set.is-active{
  opacity:1;
  visibility:visible;
  transform:none;
  filter:none;
  pointer-events:auto;
  transition-delay:0s;
}
.scenario-card{
  min-height:405px;
  padding:12px 12px 24px;
  border:1px solid rgba(255,255,255,.085);
  border-radius:18px;
  background:linear-gradient(180deg,#1d1c25 0%,#18171e 100%);
  box-shadow:0 22px 70px rgba(0,0,0,.16),inset 0 1px rgba(255,255,255,.035);
  transition:transform .45s var(--ease),border-color .45s ease,box-shadow .45s ease;
}
.scenario-card:hover{
  transform:translateY(-6px);
  border-color:rgba(164,138,255,.22);
  box-shadow:0 28px 80px rgba(0,0,0,.24),0 0 0 1px rgba(123,88,255,.04);
}
.scenario-visual{
  height:275px;
  position:relative;
  display:grid;
  place-items:center;
  overflow:hidden;
  border-radius:13px;
  background:
    radial-gradient(circle at 50% 46%,var(--scenario-glow),transparent 48%),
    linear-gradient(155deg,rgba(255,255,255,.055),rgba(255,255,255,.012));
}
.scenario-visual::before{
  content:"";
  position:absolute;
  inset:18px;
  border:1px solid rgba(255,255,255,.07);
  border-radius:12px;
  background:linear-gradient(180deg,rgba(255,255,255,.035),transparent);
}
.scenario-visual::after{
  content:"";
  position:absolute;
  width:150px;
  height:150px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.07);
  box-shadow:0 0 0 22px rgba(255,255,255,.018),0 0 0 44px rgba(255,255,255,.01);
}
.scenario-visual svg{
  width:94px;
  height:94px;
  position:relative;
  z-index:2;
  fill:none;
  stroke:#fff;
  stroke-width:2.6;
  stroke-linecap:round;
  stroke-linejoin:round;
  filter:drop-shadow(0 12px 24px rgba(0,0,0,.28));
}
.tone-violet{--scenario-glow:rgba(126,88,255,.55)}
.tone-blue{--scenario-glow:rgba(60,118,255,.48)}
.tone-orange{--scenario-glow:rgba(255,137,64,.42)}
.tone-pink{--scenario-glow:rgba(244,84,166,.4)}
.tone-cyan{--scenario-glow:rgba(59,195,230,.4)}
.tone-green{--scenario-glow:rgba(73,203,139,.4)}
.scenario-chips{
  position:absolute;
  left:28px;
  right:28px;
  bottom:24px;
  z-index:3;
  display:flex;
  justify-content:center;
  gap:7px;
}
.scenario-chips span{
  padding:6px 9px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:999px;
  background:rgba(10,10,15,.34);
  backdrop-filter:blur(8px);
  color:rgba(255,255,255,.7);
  font-size:9px;
  letter-spacing:.04em;
}
.scenario-card h3{
  margin:22px 10px 8px;
  text-align:left;
  font-size:19px;
  font-weight:600;
  letter-spacing:-.025em;
}
.scenario-card p{
  max-width:none;
  margin:0 10px;
  text-align:left;
  color:#9e9aa6;
  font-size:13px;
  line-height:1.65;
}
.team-section .studio-strip{
  height:94px;
  margin-top:18px;
  padding:0 28px;
  border-radius:15px;
}
.team-section .studio-strip p{font-size:19px}

/* User reviews */
.reviews-section{
  padding:120px 0 126px;
  background:
    radial-gradient(circle at 50% 10%,rgba(112,78,236,.1),transparent 32%),
    #19181f;
}
.reviews-heading{
  width:min(1100px,calc(100% - 64px));
  margin-bottom:48px;
  align-items:end;
}
.reviews-heading h2{
  font-size:clamp(38px,4vw,54px);
  line-height:1;
}
.reviews-heading blockquote{
  max-width:430px;
  font-size:15px;
  line-height:1.75;
}
.reviews-grid{
  width:min(1100px,calc(100% - 64px));
  margin:auto;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.review-card{
  min-height:330px;
  padding:28px;
  display:flex;
  flex-direction:column;
  border:1px solid rgba(255,255,255,.085);
  border-radius:18px;
  background:linear-gradient(155deg,rgba(255,255,255,.065),rgba(255,255,255,.018));
  box-shadow:0 24px 70px rgba(0,0,0,.16),inset 0 1px rgba(255,255,255,.035);
}
.review-top{
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:12px;
  align-items:center;
}
.review-avatar{
  width:45px;
  height:45px;
  display:grid;
  place-items:center;
  border-radius:14px;
  background:linear-gradient(145deg,#8f75ff,#6044d8);
  color:#fff;
  font-size:13px;
  font-weight:750;
  box-shadow:0 10px 28px rgba(101,69,218,.28);
}
.review-top strong{display:block;font-size:14px;margin-bottom:5px}
.review-top span{display:block;color:#898592;font-size:10px}
.review-top>b{color:#a991ff;font-size:11px;letter-spacing:.08em}
.review-card>p{
  margin:34px 0 auto;
  color:#d7d3dc;
  font-size:15px;
  line-height:1.82;
  letter-spacing:-.01em;
}
.review-meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:28px;
}
.review-meta span{
  padding:7px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.05);
  color:#9995a1;
  font-size:10px;
}
.review-note{
  width:min(1100px,calc(100% - 64px));
  margin:20px auto 0;
  color:#6f6b77;
  font-size:10px;
  text-align:right;
}

/* FAQ */
.faq-section{
  min-height:0;
  padding:140px 0 158px;
  background:#111116;
  overflow:visible;
}
.faq-shell{width:min(920px,calc(100% - 64px));margin:auto}
.faq-section .section-intro{margin-bottom:50px}
.faq-section .section-intro h2{
  font-size:clamp(38px,4vw,54px);
  line-height:1;
  font-weight:520;
}
.faq-section .section-intro>p:not(.section-kicker){
  max-width:620px;
  font-size:14px;
  line-height:1.72;
}
.faq-list{
  border-top:1px solid rgba(255,255,255,.1);
}
.faq-list details{
  border-bottom:1px solid rgba(255,255,255,.1);
}
.faq-list summary{
  min-height:92px;
  padding:0 8px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  list-style:none;
  cursor:pointer;
  color:#f0edf4;
  font-size:16px;
  font-weight:520;
  letter-spacing:-.02em;
}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary i{
  width:32px;
  height:32px;
  flex:0 0 auto;
  position:relative;
  border:1px solid rgba(255,255,255,.11);
  border-radius:50%;
  background:rgba(255,255,255,.035);
  transition:transform .35s var(--ease),background .35s ease;
}
.faq-list summary i::before,.faq-list summary i::after{
  content:"";
  position:absolute;
  left:50%;top:50%;
  width:11px;height:1px;
  background:#c9c4d0;
  transform:translate(-50%,-50%);
}
.faq-list summary i::after{transform:translate(-50%,-50%) rotate(90deg);transition:opacity .25s ease}
.faq-list details[open] summary i{transform:rotate(180deg);background:rgba(132,105,255,.12)}
.faq-list details[open] summary i::after{opacity:0}
.faq-answer{overflow:hidden}
.faq-answer p{
  max-width:760px;
  margin:-6px 0 0;
  padding:0 64px 32px 8px;
  color:#9f9ba7;
  font-size:14px;
  line-height:1.85;
}

@media (max-width:900px){
  .disconnect-inner.fingerprint-layout{
    width:min(680px,calc(100% - 46px));
    grid-template-columns:1fr;
    gap:48px;
    padding-top:100px;
  }
  .fingerprint-visual{min-height:430px}
  .fingerprint-layout .disconnect-copy{max-width:600px}
  .team-section .compact-shell,.reviews-grid,.reviews-heading{width:calc(100% - 46px)}
  .scenario-set{grid-template-columns:1fr;gap:14px}
  .scenario-card{min-height:0;display:grid;grid-template-columns:260px 1fr;grid-template-rows:auto 1fr;column-gap:24px;padding:12px}
  .scenario-visual{grid-row:1/3;height:210px}
  .scenario-card h3{align-self:end;margin:28px 12px 7px}
  .scenario-card p{margin:0 12px 20px}
  .reviews-grid{grid-template-columns:1fr}
  .review-card{min-height:280px}
  .faq-shell{width:calc(100% - 46px)}
}

@media (max-width:620px){
  .disconnect{padding-bottom:118px}
  .disconnect-inner.fingerprint-layout{width:calc(100% - 34px);padding-top:78px;gap:32px}
  .fingerprint-visual{min-height:360px}
  .fingerprint-visual::before{width:310px;height:310px}
  .fingerprint-visual::after{width:290px;height:290px}
  .fingerprint-visual img{width:200px}
  .fingerprint-orbit-a{width:310px;height:310px}
  .fingerprint-orbit-b{width:340px;height:340px}
  .fingerprint-badge{right:4px;bottom:32px;font-size:10px}
  .fingerprint-layout .disconnect-copy h3{font-size:34px}
  .fingerprint-layout .disconnect-copy p{font-size:13.5px;line-height:1.75}
  .identity-points{margin-top:22px}
  .team-section{padding:94px 0 118px}
  .team-section .compact-shell,.reviews-grid,.reviews-heading{width:calc(100% - 28px)}
  .team-section .section-intro h2{font-size:32px;line-height:1.12}
  .team-section .section-intro>p:not(.section-kicker){font-size:13.5px}
  .scenario-card{display:block;padding:10px 10px 22px}
  .scenario-visual{height:235px}
  .scenario-card h3{margin:19px 10px 7px;font-size:18px}
  .scenario-card p{margin:0 10px;font-size:12.5px}
  .team-section .studio-strip{height:auto;padding:22px;align-items:flex-start}
  .team-section .studio-strip p{font-size:17px}
  .reviews-section{padding:94px 0 104px}
  .reviews-heading{display:block}
  .reviews-heading blockquote{margin-top:18px;font-size:13.5px}
  .review-card{padding:22px;min-height:300px}
  .review-card>p{font-size:14px}
  .review-top{grid-template-columns:auto 1fr}.review-top>b{grid-column:2}
  .review-note{width:calc(100% - 28px);text-align:left;line-height:1.6}
  .faq-section{padding:104px 0 120px}
  .faq-shell{width:calc(100% - 30px)}
  .faq-list summary{min-height:78px;padding:0 2px;font-size:16px}
  .faq-list summary i{width:28px;height:28px}
  .faq-answer p{padding:0 42px 25px 2px;font-size:13px;line-height:1.75}
}

@media (prefers-reduced-motion:reduce){
  .fingerprint-orbit{animation:none}
  .scenario-set{transition:none}
}

/* V11 — real sliding use-case carousel and restored draggable review carousel */
.scenario-swiper{
  --scenario-visible:3;
  --scenario-gap:18px;
  position:relative;
}
.scenario-swiper .scenario-viewport{
  display:block;
  overflow:hidden;
  touch-action:pan-y;
  cursor:grab;
}
.scenario-swiper.is-dragging .scenario-viewport{cursor:grabbing}
.scenario-track{
  display:flex;
  gap:var(--scenario-gap);
  width:max-content;
  transform:translate3d(0,0,0);
  transition:transform .78s var(--ease);
  will-change:transform;
}
.scenario-track.is-dragging{transition:none}
.scenario-slide{
  flex:0 0 calc((min(1100px,calc(100vw - 64px)) - (var(--scenario-visible) - 1)*var(--scenario-gap))/var(--scenario-visible));
}
.scenario-controls{
  display:flex;
  justify-content:center;
  gap:8px;
  margin-top:26px;
}
.scenario-controls button{
  width:32px;
  height:32px;
  display:grid;
  place-items:center;
  padding:0;
  border:1px solid rgba(255,255,255,.09);
  border-radius:50%;
  background:rgba(255,255,255,.055);
  color:rgba(255,255,255,.68);
  font-size:18px;
  transition:background .25s ease,color .25s ease,transform .25s ease;
}
.scenario-controls button:hover{background:rgba(255,255,255,.12);color:#fff;transform:translateY(-1px)}

.review-carousel{padding-bottom:2px}
.review-track{align-items:stretch}
.review-track .review-card{
  flex:0 0 430px;
  min-height:340px;
}
.review-track .review-card-featured{flex-basis:550px}
.review-controls{margin-top:30px}

.download-content h2{
  white-space:nowrap;
  font-size:clamp(20px,3vw,40px);
}

@media (max-width:900px){
  .scenario-swiper{--scenario-visible:2;--scenario-gap:14px}
  .scenario-slide{
    flex-basis:calc((calc(100vw - 46px) - var(--scenario-gap))/2);
    display:block;
    padding:12px 12px 24px;
  }
  .scenario-slide .scenario-visual{height:250px}
  .scenario-slide h3{margin:22px 10px 8px}
  .scenario-slide p{margin:0 10px 4px}
  .review-track .review-card,.review-track .review-card-featured{flex-basis:68vw}
}

@media (max-width:620px){
  .scenario-swiper{--scenario-visible:1;--scenario-gap:12px}
  .scenario-slide{flex-basis:calc(100vw - 28px)}
  .scenario-slide .scenario-visual{height:235px}
  .scenario-controls{margin-top:20px}
  .review-track{gap:12px;padding-inline:14px}
  .review-track .review-card,.review-track .review-card-featured{flex-basis:84vw;min-height:310px}
  .download-content h2{font-size:clamp(18px,5.1vw,22px);letter-spacing:-.04em}
}

@media (prefers-reduced-motion:reduce){
  .scenario-track{transition:none!important}
}

/* =========================================================
   V12 — 2345AI branding, dropdown navigation, animated
   fingerprint identity, platform-icon scenario carousel,
   and synchronized readable footer navigation.
   ========================================================= */

/* Header brand */
.fingerprint-logo{
  width:34px;
  height:34px;
  flex:0 0 auto;
  display:grid;
  place-items:center;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.19);
  border-radius:11px;
  background:radial-gradient(circle at 38% 30%,#9a80ff,#6645ea 54%,#2d1f78 100%);
  box-shadow:0 0 24px rgba(119,82,255,.38),inset 0 1px rgba(255,255,255,.3);
}
.fingerprint-logo img{
  width:25px;
  height:25px;
  object-fit:contain;
  filter:brightness(2.6) contrast(1.08) drop-shadow(0 0 5px rgba(255,255,255,.28));
}
.logo{
  gap:11px!important;
  font-size:21px!important;
  font-weight:650!important;
  letter-spacing:-.035em!important;
  white-space:nowrap;
}
.logo b{font-weight:650}
.desktop-nav{gap:38px!important}
.desktop-nav>.nav-item,.desktop-nav>a{position:relative}
.desktop-nav>.nav-item{height:80px;display:flex;align-items:center}
.desktop-nav>.nav-item>.nav-trigger,
.desktop-nav>a,
.login{
  display:inline-flex;
  align-items:center;
  gap:7px;
  font-size:15px!important;
  font-weight:540!important;
  color:rgba(255,255,255,.82)!important;
  white-space:nowrap;
}
.desktop-nav>.nav-item>.nav-trigger:hover,
.desktop-nav>.nav-item:focus-within>.nav-trigger,
.desktop-nav>a:hover,.login:hover{color:#fff!important}
.nav-chevron{
  width:6px;height:6px;
  border-right:1.5px solid currentColor;
  border-bottom:1.5px solid currentColor;
  transform:rotate(45deg) translateY(-2px);
  opacity:.7;
  transition:transform .25s ease;
}
.has-dropdown:hover .nav-chevron,.has-dropdown:focus-within .nav-chevron{transform:rotate(225deg) translate(-1px,-1px)}
.nav-dropdown{
  position:absolute;
  top:calc(100% - 4px);
  left:50%;
  width:430px;
  padding:12px;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:5px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:18px;
  background:rgba(18,17,24,.96);
  box-shadow:0 28px 80px rgba(0,0,0,.42),inset 0 1px rgba(255,255,255,.04);
  backdrop-filter:blur(24px) saturate(135%);
  opacity:0;
  visibility:hidden;
  transform:translate(-50%,-8px) scale(.985);
  transform-origin:50% 0;
  transition:opacity .22s ease,transform .32s var(--ease),visibility 0s linear .32s;
}
.nav-dropdown::before{content:"";position:absolute;left:0;right:0;top:-14px;height:14px}
.nav-item:hover>.nav-dropdown,.nav-item:focus-within>.nav-dropdown{
  opacity:1;visibility:visible;transform:translate(-50%,0) scale(1);transition-delay:0s;
}
.nav-dropdown-wide{width:600px}
.nav-dropdown-compact{width:390px}
.desktop-nav .nav-dropdown a{
  min-height:70px;
  padding:11px 12px;
  display:grid;
  grid-template-columns:32px 1fr;
  gap:10px;
  align-items:center;
  border-radius:12px;
  color:#fff!important;
  transition:background .2s ease,transform .25s var(--ease);
}
.desktop-nav .nav-dropdown a:hover{background:rgba(255,255,255,.065);transform:translateY(-1px)}
.nav-dropdown a>span:last-child{min-width:0}
.nav-dropdown a b{display:block;font-size:13px;line-height:1.25;font-weight:610;letter-spacing:-.018em}
.nav-dropdown a small{display:block;margin-top:5px;color:#898592;font-size:10.5px;line-height:1.35;white-space:normal}
.dropdown-icon,.resource-mark{
  width:30px;height:30px;display:grid;place-items:center;border-radius:9px;
  background:linear-gradient(145deg,rgba(143,116,255,.26),rgba(90,62,191,.15));
  border:1px solid rgba(155,132,255,.16);color:#c8bcff;font-size:9px;font-weight:720;
}
.resource-mark{font-size:12px}
.dropdown-dot{width:10px;height:10px;margin-left:10px;border-radius:50%;box-shadow:0 0 18px currentColor}
.dropdown-dot.tone-violet{color:#967cff;background:currentColor}.dropdown-dot.tone-blue{color:#5f92ff;background:currentColor}.dropdown-dot.tone-orange{color:#ff9b5d;background:currentColor}.dropdown-dot.tone-pink{color:#f06fb3;background:currentColor}.dropdown-dot.tone-cyan{color:#5bd4e9;background:currentColor}.dropdown-dot.tone-green{color:#60d69b;background:currentColor}

/* Mobile nested navigation */
.mobile-nav details{border-bottom:1px solid rgba(255,255,255,.055)}
.mobile-nav summary{list-style:none;min-height:48px;padding:0 10px;display:flex;align-items:center;justify-content:space-between;font-size:14px;font-weight:600;cursor:pointer}
.mobile-nav summary::-webkit-details-marker{display:none}
.mobile-nav summary span{width:7px;height:7px;border-right:1px solid #aaa5b2;border-bottom:1px solid #aaa5b2;transform:rotate(45deg);transition:.25s ease}
.mobile-nav details[open] summary span{transform:rotate(225deg)}
.mobile-submenu{padding:0 8px 9px 16px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:3px 7px}
.mobile-nav .mobile-submenu a{padding:10px 8px;border:0;border-radius:8px;background:rgba(255,255,255,.025);font-size:12px;color:#aaa6b2}
.mobile-nav>.mobile-download{margin-top:8px;text-align:center;border:1px solid rgba(255,255,255,.12);border-radius:10px;background:rgba(132,105,255,.16)}

/* Animated fingerprint */
.fingerprint-visual img{
  animation:fingerprint-float 5.2s ease-in-out infinite;
  transform-origin:50% 55%;
}
.fingerprint-pulse{
  position:absolute;
  z-index:1;
  width:245px;height:245px;
  border:1px solid rgba(178,159,255,.34);
  border-radius:50%;
  box-shadow:0 0 0 0 rgba(126,86,255,.24);
  animation:fingerprint-pulse 3.2s ease-out infinite;
}
.fingerprint-scan{
  position:absolute;
  z-index:4;
  width:286px;height:322px;
  overflow:hidden;
  border-radius:48% 48% 44% 44%;
  pointer-events:none;
  -webkit-mask-image:radial-gradient(ellipse 48% 48% at 50% 50%,#000 68%,transparent 100%);
  mask-image:radial-gradient(ellipse 48% 48% at 50% 50%,#000 68%,transparent 100%);
}
.fingerprint-scan::before{
  content:"";
  position:absolute;
  left:10%;right:10%;top:8%;
  height:2px;
  background:linear-gradient(90deg,transparent,#9ef5ff 18%,#fff 50%,#a68cff 82%,transparent);
  box-shadow:0 0 10px #a9f6ff,0 0 30px rgba(123,100,255,.75),0 12px 35px rgba(102,220,255,.12);
  animation:fingerprint-scan 3.5s cubic-bezier(.45,.03,.3,.98) infinite;
}
.fingerprint-scan::after{
  content:"";position:absolute;left:14%;right:14%;top:8%;height:55px;
  background:linear-gradient(180deg,rgba(157,238,255,.14),transparent);
  animation:fingerprint-scan 3.5s cubic-bezier(.45,.03,.3,.98) infinite;
}
@keyframes fingerprint-float{0%,100%{transform:translateY(0) scale(1);filter:drop-shadow(0 0 18px rgba(255,255,255,.08)) drop-shadow(0 0 42px rgba(119,81,255,.28))}50%{transform:translateY(-9px) scale(1.018);filter:drop-shadow(0 0 22px rgba(255,255,255,.14)) drop-shadow(0 0 55px rgba(119,81,255,.48))}}
@keyframes fingerprint-pulse{0%{transform:scale(.84);opacity:0;box-shadow:0 0 0 0 rgba(126,86,255,.3)}28%{opacity:.55}100%{transform:scale(1.45);opacity:0;box-shadow:0 0 0 28px rgba(126,86,255,0)}}
@keyframes fingerprint-scan{0%,8%{transform:translateY(0);opacity:0}18%{opacity:1}78%{opacity:1}92%,100%{transform:translateY(260px);opacity:0}}

/* Scenario carousel: service logos, no controls */
.scenario-visual{isolation:isolate}
.scenario-visual::after{opacity:.42}
.scenario-brand-cloud{
  position:relative;z-index:3;
  width:min(88%,270px);
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:13px;
  align-items:center;
}
.scenario-brand-logo{
  aspect-ratio:1;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.14);
  border-radius:20px;
  background:rgba(255,255,255,.96);
  color:#16151b;
  box-shadow:0 18px 34px rgba(0,0,0,.22),inset 0 1px rgba(255,255,255,.65);
  transform:translateY(0) rotate(0);
  transition:transform .42s var(--ease),box-shadow .42s ease;
}
.scenario-brand-logo:nth-child(1){transform:translateY(13px) rotate(-6deg)}
.scenario-brand-logo:nth-child(2){transform:translateY(-10px) scale(1.08)}
.scenario-brand-logo:nth-child(3){transform:translateY(13px) rotate(6deg)}
.scenario-card:hover .scenario-brand-logo:nth-child(1){transform:translateY(5px) rotate(-3deg)}
.scenario-card:hover .scenario-brand-logo:nth-child(2){transform:translateY(-15px) scale(1.12)}
.scenario-card:hover .scenario-brand-logo:nth-child(3){transform:translateY(5px) rotate(3deg)}
.scenario-visual .scenario-brand-logo svg{
  width:64%;height:64%;position:static;z-index:auto;
  fill:currentColor;stroke:currentColor;stroke-width:0;
  filter:none;
}
.scenario-logo-glow{position:absolute;z-index:1;width:180px;height:180px;border-radius:50%;background:var(--scenario-glow);filter:blur(66px);opacity:.55}
.brand-white{background:#fff}.brand-graphite{background:#121217;color:#fff}.brand-purple{background:linear-gradient(145deg,#8d71ff,#5638cf);color:#fff}.brand-coral{background:linear-gradient(145deg,#ff775f,#de384e);color:#fff}
.brand-blue,.brand-facebook-tile{background:#1877f2;color:#fff}.brand-black{background:#0a0a0d;color:#fff;text-shadow:-2px 0 #25f4ee,2px 0 #fe2c55}
.brand-amazon-tile{background:#fff;color:#171717}.brand-alibaba-tile{background:#ff6a00;color:#fff}
.brand-instagram-tile{background:radial-gradient(circle at 30% 100%,#ffd36a 0 17%,#ff564d 33%,#c837ab 62%,#635be8 100%);color:#fff}.brand-youtube-tile{background:#ff0033;color:#fff}
.brand-google-tile{background:#fff;color:#4285f4}.brand-bing-tile{background:linear-gradient(145deg,#0fc7b0,#0b8fc7);color:#fff}.brand-yandex-tile{background:#fff;color:#f33}
.brand-apify-tile{background:linear-gradient(145deg,#8d65ff,#5136cf);color:#fff}.brand-octoparse-tile{background:linear-gradient(145deg,#28b8ff,#1467f1);color:#fff}.brand-scrapy-tile{background:linear-gradient(145deg,#65ce8e,#18845a);color:#fff}
.scenario-controls{display:none!important}

/* Synchronized, more readable footer */
.site-footer{padding:74px 0 28px;background:#18171d}
.footer-brand{width:min(1180px,calc(100% - 64px));margin:0 auto 48px;padding-bottom:34px;border-bottom:1px solid rgba(255,255,255,.07);display:flex;align-items:center;justify-content:space-between;gap:30px}
.footer-logo{display:inline-flex;align-items:center;gap:11px;font-size:22px;font-weight:650;letter-spacing:-.035em}
.fingerprint-logo-small{width:31px;height:31px;border-radius:10px}.fingerprint-logo-small img{width:23px;height:23px}
.footer-brand p{margin:0;color:#898590;font-size:14px}
.footer-grid.footer-grid-cn{width:min(1180px,calc(100% - 64px));grid-template-columns:1.1fr 1fr .9fr .9fr 1.45fr;gap:54px}
.footer-grid.footer-grid-cn h3{margin:0 0 18px;font-size:16px;line-height:1.2;color:#f3f0f6}
.footer-grid.footer-grid-cn a{margin-bottom:12px;font-size:14px;line-height:1.45;color:#8f8a97}
.footer-grid.footer-grid-cn a:hover{color:#fff}
.footer-grid-cn .newsletter p{margin:-5px 0 16px;color:#8f8a97;font-size:13px;line-height:1.6}
.footer-grid-cn .newsletter form{display:grid;grid-template-columns:1fr auto;gap:8px;margin-bottom:28px}
.footer-grid-cn .newsletter input{height:42px;font-size:13px;border-radius:8px}
.footer-grid-cn .newsletter button{height:42px;padding:0 17px;border-radius:8px;font-size:13px;background:rgba(132,105,255,.18);border-color:rgba(153,130,255,.25)}
.footer-grid-cn .socials a{width:30px;height:30px;margin:0;font-size:11px}
.footer-bottom{width:min(1180px,calc(100% - 64px));margin-top:58px;padding-top:22px;font-size:12px}
.footer-bottom button{font-size:12px}
.footer-bottom nav a{font-size:12px}

@media(max-width:1120px){
  .desktop-nav,.login{display:none!important}
  .nav-wrap{grid-template-columns:1fr auto!important}
  .menu-button{display:block!important}
  .site-header{height:68px!important}
  .mobile-nav{top:68px!important;left:18px;right:18px;max-height:calc(100vh - 86px);overflow:auto}
}
@media(min-width:1121px){.menu-button{display:none!important}}
@media(max-width:900px){
  .logo{font-size:18px!important}.fingerprint-logo{width:30px;height:30px}.fingerprint-logo img{width:22px;height:22px}
  .footer-brand{width:calc(100% - 46px);align-items:flex-start;flex-direction:column;margin-bottom:38px}
  .footer-grid.footer-grid-cn{width:calc(100% - 46px);grid-template-columns:repeat(2,minmax(0,1fr));gap:38px 32px}
  .footer-grid-cn .newsletter{grid-column:1/-1}
  .footer-bottom{width:calc(100% - 46px)}
}
@media(max-width:620px){
  .logo{font-size:16px!important;gap:8px!important}.fingerprint-logo{width:28px;height:28px;border-radius:9px}.fingerprint-logo img{width:20px;height:20px}
  .mobile-submenu{grid-template-columns:1fr 1fr}
  .fingerprint-scan{width:226px;height:268px}
  .fingerprint-pulse{width:190px;height:190px}
  @keyframes fingerprint-scan{0%,8%{transform:translateY(0);opacity:0}18%{opacity:1}78%{opacity:1}92%,100%{transform:translateY(210px);opacity:0}}
  .scenario-brand-cloud{width:min(88%,240px);gap:10px}.scenario-brand-logo{border-radius:17px}
  .footer-brand{width:calc(100% - 34px);margin-bottom:34px}.footer-logo{font-size:19px}.footer-brand p{font-size:13px;line-height:1.6}
  .footer-grid.footer-grid-cn{width:calc(100% - 34px);grid-template-columns:1fr 1fr;gap:34px 20px}
  .footer-grid.footer-grid-cn h3{font-size:15px}.footer-grid.footer-grid-cn a{font-size:13px;margin-bottom:11px}
  .footer-grid-cn .newsletter{grid-column:1/-1}.footer-grid-cn .newsletter form{grid-template-columns:1fr}.footer-grid-cn .newsletter button{width:100%}
  .footer-bottom{width:calc(100% - 34px);font-size:11px}.footer-bottom nav a,.footer-bottom button{font-size:11px}
}
@media(prefers-reduced-motion:reduce){
  .fingerprint-visual img,.fingerprint-pulse,.fingerprint-scan::before,.fingerprint-scan::after{animation:none!important}
}

/* =========================================================
   V13 — Refined brand icon, compact section headings,
   e-commerce scene artwork, photo avatars, simplified footer
   ========================================================= */

/* Use the blue app icon cropped from the uploaded dashboard artwork. */
.fingerprint-logo{
  padding:0;
  border:0;
  border-radius:11px;
  background:transparent;
  box-shadow:0 8px 24px rgba(33,72,255,.28);
}
.fingerprint-logo img{
  width:100%;
  height:100%;
  object-fit:contain;
  border-radius:inherit;
  filter:none;
}
.fingerprint-logo-small img{width:100%;height:100%}

/* Smaller, calmer section headings. */
.fingerprint-layout .disconnect-copy h3,
.team-section .section-intro h2,
.reviews-heading h2,
.faq-section .section-intro h2{
  font-size:clamp(28px,2.45vw,28px);
  line-height:1.15;
  letter-spacing:-.035em;
}

/* E-commerce card: show a representative account-management image,
   with Amazon / Alibaba / eBay as compact supporting badges. */
.scenario-visual-ecommerce{
  display:block;
  background:#eef3fb;
}
.scenario-visual-ecommerce::before{
  inset:0;
  z-index:2;
  border:0;
  border-radius:inherit;
  background:linear-gradient(180deg,rgba(13,15,28,.02) 20%,rgba(13,15,28,.12) 62%,rgba(13,15,28,.62) 100%);
}
.scenario-visual-ecommerce::after{display:none}
.scenario-scene-image{
  position:absolute;
  inset:0;
  z-index:1;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:8% center;
  filter:saturate(.88) contrast(1.02) brightness(.98);
  transform:scale(1.02);
  transition:transform .65s var(--ease),filter .45s ease;
}
.scenario-card-ecommerce:hover .scenario-scene-image{
  transform:scale(1.055);
  filter:saturate(.98) contrast(1.04) brightness(1.01);
}
.scenario-visual-ecommerce .scenario-logo-glow{display:none}
.scenario-visual-ecommerce .scenario-brand-cloud-small{
  position:absolute;
  right:15px;
  bottom:14px;
  z-index:4;
  width:auto;
  display:flex;
  grid-template-columns:none;
  gap:7px;
}
.scenario-visual-ecommerce .scenario-brand-logo{
  width:42px;
  height:42px;
  aspect-ratio:auto;
  flex:0 0 42px;
  border-radius:12px;
  box-shadow:0 9px 24px rgba(0,0,0,.24),inset 0 1px rgba(255,255,255,.72);
  transform:none!important;
}
.scenario-card-ecommerce:hover .scenario-brand-logo{transform:translateY(-2px)!important}
.scenario-visual-ecommerce .scenario-brand-logo svg{width:67%;height:67%}

/* Simulated user portraits instead of letter initials. */
img.review-avatar{
  display:block;
  width:48px;
  height:48px;
  object-fit:cover;
  padding:0;
  border:1px solid rgba(255,255,255,.15);
  border-radius:15px;
  background:#2b273a;
  box-shadow:0 10px 28px rgba(0,0,0,.25);
}

/* The footer now begins directly with navigation columns. */
.site-footer{padding-top:68px}
.footer-grid.footer-grid-cn{padding-top:0}

@media(max-width:900px){
  .fingerprint-layout .disconnect-copy h3,
  .team-section .section-intro h2,
  .reviews-heading h2,
  .faq-section .section-intro h2{font-size:30px}
}
@media(max-width:620px){
  .fingerprint-layout .disconnect-copy h3,
  .team-section .section-intro h2,
  .reviews-heading h2,
  .faq-section .section-intro h2{font-size:27px;line-height:1.2}
  .scenario-visual-ecommerce .scenario-brand-logo{width:38px;height:38px;flex-basis:38px;border-radius:10px}
  .scenario-visual-ecommerce .scenario-brand-cloud-small{right:12px;bottom:12px;gap:6px}
  img.review-avatar{width:45px;height:45px;border-radius:14px}
}

/* =========================================================
   V14 — richer real-world use-case carousel inspired by
   modern anti-detect browser solution storytelling.
   ========================================================= */
.team-section{
  background:
    radial-gradient(circle at 52% 10%,rgba(100,76,224,.075),transparent 32%),
    #111116;
}
.team-section .section-kicker{
  display:inline-block;
  margin-bottom:14px;
  color:#8e7aff;
  font-size:11px;
  font-weight:650;
  letter-spacing:.16em;
}
.team-section .section-intro{max-width:820px;margin-bottom:48px}
.team-section .section-intro>p:not(.section-kicker){max-width:780px;color:#aaa6b2}
.scenario-card-v14{
  min-height:470px;
  padding:10px 10px 22px;
  overflow:hidden;
  border-color:rgba(255,255,255,.075);
  border-radius:19px;
  background:linear-gradient(180deg,rgba(31,30,40,.98),rgba(22,21,28,.98));
}
.scenario-card-v14:hover{transform:translateY(-5px)}
.scenario-visual-v14{
  height:276px;
  place-items:unset;
  isolation:isolate;
  border-radius:14px;
  background:
    radial-gradient(circle at 50% 42%,var(--scenario-glow),transparent 58%),
    linear-gradient(145deg,rgba(255,255,255,.065),rgba(255,255,255,.012));
}
.scenario-visual-v14::before{
  inset:0;
  border:0;
  border-radius:inherit;
  background:
    linear-gradient(180deg,rgba(255,255,255,.025),transparent 48%,rgba(5,5,10,.16)),
    linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px),
    linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px);
  background-size:auto,28px 28px,28px 28px;
  mask-image:linear-gradient(to bottom,#000,transparent 92%);
}
.scenario-visual-v14::after{display:none}
.scenario-copy-v14{padding:20px 12px 0}
.scenario-copy-v14 .scenario-eyebrow{
  display:block;
  margin-bottom:8px;
  color:#8e8798;
  font-size:10px;
  font-weight:650;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.scenario-copy-v14 h3{margin:0 0 9px;font-size:18px;line-height:1.2}
.scenario-copy-v14 p{min-height:66px;margin:0;color:#a7a2ae;font-size:12.5px;line-height:1.72}
.scenario-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:15px}
.scenario-tags span{
  padding:5px 8px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:999px;
  background:rgba(255,255,255,.035);
  color:#b7b2bd;
  font-size:9px;
  line-height:1;
}
.scenario-more{
  display:inline-flex;
  align-items:center;
  gap:6px;
  margin-top:17px;
  color:#d5d0ff;
  font-size:11px;
  font-weight:580;
  transition:color .25s ease,gap .25s ease;
}
.scenario-more b{font-size:12px;font-weight:500}
.scenario-more:hover{gap:9px;color:#fff}
.visual-grid{position:absolute;inset:0;opacity:.5}
.campaign-stack{position:absolute;inset:34px 34px 38px;z-index:2}
.campaign-ticket{
  position:absolute;
  width:74%;
  min-height:86px;
  padding:15px 16px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:13px;
  background:linear-gradient(145deg,rgba(35,31,59,.92),rgba(17,16,28,.9));
  box-shadow:0 18px 42px rgba(0,0,0,.26),inset 0 1px rgba(255,255,255,.06);
  backdrop-filter:blur(12px);
}
.campaign-ticket span,.campaign-ticket i{display:block;color:#8f899a;font-size:8px;font-style:normal}
.campaign-ticket strong{display:block;margin:7px 0 5px;color:#fff;font-size:20px;font-weight:580}
.ticket-a{left:0;top:64px;transform:rotate(-7deg)}
.ticket-b{right:0;top:16px;transform:rotate(5deg)}
.ticket-c{right:12px;bottom:0;transform:rotate(1deg)}
.scenario-card:hover .ticket-a{transform:rotate(-4deg) translateY(-3px)}
.scenario-card:hover .ticket-b{transform:rotate(2deg) translateY(-4px)}
.scenario-card:hover .ticket-c{transform:rotate(-1deg) translateY(-2px)}
.campaign-ticket{transition:transform .55s var(--ease)}
.scenario-brand-cloud-corner{
  position:absolute;
  right:15px;
  bottom:14px;
  z-index:5;
  width:auto;
  display:flex;
  gap:7px;
}
.scenario-brand-cloud-corner .scenario-brand-logo{
  width:40px;
  height:40px;
  flex:0 0 40px;
  border-radius:12px;
  box-shadow:0 10px 25px rgba(0,0,0,.24),inset 0 1px rgba(255,255,255,.55);
  transform:none!important;
}
.scenario-brand-cloud-corner .scenario-brand-logo svg{width:64%;height:64%}
.scenario-card:hover .scenario-brand-cloud-corner .scenario-brand-logo{transform:translateY(-2px)!important}
.marketing-panel{
  position:absolute;
  inset:30px 24px 34px;
  z-index:2;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.1);
  border-radius:14px;
  background:rgba(14,18,35,.86);
  box-shadow:0 22px 54px rgba(0,0,0,.3);
  transform:perspective(900px) rotateX(4deg) rotateY(-4deg);
  transition:transform .6s var(--ease);
}
.scenario-card:hover .marketing-panel{transform:perspective(900px) rotateX(1deg) rotateY(-1deg) translateY(-3px)}
.marketing-top{height:38px;display:flex;align-items:center;gap:6px;padding:0 13px;border-bottom:1px solid rgba(255,255,255,.07);color:#d8dfff;font-size:9px}
.marketing-top span{margin-right:auto}.marketing-top i{width:6px;height:6px;border-radius:50%;background:#6772a2}
.marketing-body{height:calc(100% - 38px);display:grid;grid-template-columns:42px 1fr}
.marketing-sidebar{display:flex;flex-direction:column;align-items:center;gap:13px;padding-top:17px;border-right:1px solid rgba(255,255,255,.06)}
.marketing-sidebar b{width:14px;height:14px;border-radius:4px;background:rgba(126,145,255,.25)}
.marketing-chart{position:relative;padding:19px 16px 8px}
.chart-summary span,.chart-summary strong,.chart-summary em{display:block}
.chart-summary span{color:#7d85a6;font-size:8px}.chart-summary strong{margin:5px 0;color:#fff;font-size:17px}.chart-summary em{color:#65dca7;font-size:8px;font-style:normal}
.marketing-chart svg{position:absolute;left:12px;right:12px;bottom:14px;width:calc(100% - 24px);height:88px}
.social-stage{position:absolute;inset:25px 20px 30px;z-index:2;display:flex;align-items:center;justify-content:center;gap:8px;perspective:900px}
.social-phone{width:76px;height:156px;padding:9px;border:1px solid rgba(255,255,255,.1);border-radius:15px;background:linear-gradient(180deg,#262130,#16141d);box-shadow:0 20px 45px rgba(0,0,0,.28)}
.social-phone.phone-main{width:118px;height:205px;padding:10px;transform:translateY(-2px);background:linear-gradient(180deg,#2a2534,#17151e)}
.phone-left{transform:rotateY(18deg) rotateZ(-4deg);opacity:.68}.phone-right{transform:rotateY(-18deg) rotateZ(4deg);opacity:.68}
.social-profile{display:flex;gap:6px}.social-profile>i{width:18px;height:18px;border-radius:50%;background:linear-gradient(145deg,#ff89c7,#8b61ff)}
.social-profile span{flex:1}.social-profile b,.social-profile em{display:block;height:4px;margin:3px 0;border-radius:4px;background:#585260}.social-profile em{width:55%;opacity:.55}
.social-post{height:105px;margin-top:10px;border-radius:8px;background:linear-gradient(145deg,rgba(247,122,184,.65),rgba(95,70,175,.68) 55%,rgba(37,31,55,.75))}
.social-actions{display:flex;gap:7px;margin-top:9px}.social-actions b{width:10px;height:10px;border:1px solid #81798b;border-radius:50%}
.phone-left span,.phone-right span{display:block;width:18px;height:18px;border-radius:50%;background:#7a647d}.phone-left b,.phone-right b{display:block;height:55px;margin-top:8px;border-radius:7px;background:rgba(255,255,255,.08)}.phone-left i,.phone-right i{display:block;width:75%;height:4px;margin:8px 0;border-radius:4px;background:rgba(255,255,255,.09)}
.serp-window{
  position:absolute;
  inset:32px 24px 32px;
  z-index:2;
  padding:15px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:14px;
  background:rgba(14,27,33,.82);
  box-shadow:0 22px 50px rgba(0,0,0,.25);
  transform:rotate(-1.5deg);
}
.serp-search{height:34px;display:flex;align-items:center;gap:8px;padding:0 10px;border:1px solid rgba(255,255,255,.1);border-radius:9px;background:rgba(255,255,255,.055);color:#d4eef4;font-size:8px}.serp-search i{width:10px;height:10px;border:1px solid #79c9dc;border-radius:50%}.serp-search span{flex:1}.serp-search b{font-size:12px}
.serp-row{height:44px;display:grid;grid-template-columns:20px 1fr 28px;align-items:center;gap:8px;border-bottom:1px solid rgba(255,255,255,.055)}.serp-row>i{display:grid;place-items:center;width:18px;height:18px;border-radius:5px;background:rgba(73,190,216,.12);color:#7ed7e7;font-size:8px;font-style:normal}.serp-row span b,.serp-row span em{display:block;height:5px;border-radius:4px;background:rgba(255,255,255,.17)}.serp-row span em{width:68%;margin-top:5px;opacity:.5}.serp-row strong{color:#7ed7e7;font-size:8px;font-weight:600}
.data-window{position:absolute;inset:31px 25px 34px;z-index:2;padding:15px;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:rgba(12,28,23,.85);box-shadow:0 22px 52px rgba(0,0,0,.26);transform:rotate(1.5deg)}
.data-top{display:flex;justify-content:space-between;align-items:center;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.07);color:#d8eee4;font-size:9px}.data-top b{padding:4px 7px;border-radius:999px;background:rgba(74,204,139,.13);color:#6be0a3;font-size:7px}.data-table>div{height:31px;display:grid;grid-template-columns:12px 1.2fr .8fr .65fr;align-items:center;gap:8px;border-bottom:1px solid rgba(255,255,255,.045)}.data-table i{width:8px;height:8px;border-radius:50%;background:#53d497}.data-table span,.data-table em,.data-table strong{height:4px;border-radius:4px;background:rgba(255,255,255,.14)}.data-table em{opacity:.6}.data-table strong{opacity:.36}.data-progress{height:6px;margin-top:15px;overflow:hidden;border-radius:99px;background:rgba(255,255,255,.08)}.data-progress span{display:block;width:var(--w);height:100%;border-radius:inherit;background:linear-gradient(90deg,#3fc486,#78e5ad)}
.ecommerce-status{position:absolute;left:14px;right:14px;top:14px;z-index:4;display:flex;justify-content:space-between;align-items:center;padding:9px 11px;border:1px solid rgba(255,255,255,.28);border-radius:10px;background:rgba(13,17,29,.72);backdrop-filter:blur(12px);color:#fff;font-size:8px}.ecommerce-status span i{display:inline-block;width:6px;height:6px;margin-right:5px;border-radius:50%;background:#42d68a;box-shadow:0 0 8px rgba(66,214,138,.8)}.ecommerce-status b{padding:4px 7px;border-radius:999px;background:rgba(119,100,255,.2);color:#dcd7ff;font-size:7px;font-weight:600}
.scenario-visual-ecommerce .scenario-brand-cloud-small{right:13px;bottom:12px}
.scenario-visual-ecommerce .scenario-brand-logo{width:36px;height:36px;flex-basis:36px;border-radius:10px}
.studio-strip-v14{height:102px!important;padding:0 30px!important}
.studio-message>span{display:block;margin-bottom:6px;color:#867f90;font-size:9px;letter-spacing:.1em}
.studio-message>p{font-size:20px!important}
@media(max-width:900px){
  .scenario-card-v14{min-height:500px}
  .scenario-visual-v14{height:268px!important}
  .scenario-copy-v14 p{min-height:0}
  .scenario-slide{padding:10px 10px 22px}
}
@media(max-width:620px){
  .team-section .section-intro{margin-bottom:34px}
  .scenario-card-v14{min-height:490px}
  .scenario-visual-v14{height:245px!important}
  .scenario-copy-v14{padding:18px 10px 0}
  .scenario-copy-v14 h3{font-size:19px}
  .scenario-copy-v14 p{font-size:12.5px}
  .scenario-brand-cloud-corner .scenario-brand-logo{width:36px;height:36px;flex-basis:36px}
  .campaign-stack{inset:27px 25px 32px}
  .marketing-panel,.serp-window,.data-window{inset:25px 18px 28px}
  .social-stage{inset:22px 12px 26px}
  .studio-strip-v14{height:auto!important;padding:22px!important}
  .studio-message>p{font-size:17px!important}
}
@media(prefers-reduced-motion:reduce){
  .campaign-ticket,.marketing-panel{transition:none!important}
}


/* V16: bordered benefit panel, restored brand assets, Roxy-style language menu */
.benefit-panel{
  margin-top:16px;
  min-height:188px;
  padding:34px 26px 30px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  align-items:center;
  border:1px solid rgba(255,255,255,.11);
  border-radius:13px;
  background:transparent;
  overflow:hidden;
}
.benefit-item{
  position:relative;
  min-height:122px;
  padding:0 28px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
}
.benefit-item:not(:last-child)::after{
  content:"";
  position:absolute;
  top:10px;
  right:0;
  width:1px;
  height:102px;
  background:linear-gradient(180deg,transparent,rgba(255,255,255,.11) 20%,rgba(255,255,255,.11) 80%,transparent);
}
.benefit-icon{width:60px;height:60px;display:grid;place-items:center;color:#25e5c4}
.benefit-icon svg{width:60px;height:60px;display:block}
.benefit-item p{margin:16px 0 0;color:#f7f5fb;font-size:16px;line-height:1.45;font-weight:500;letter-spacing:-.018em}

/* Keep the original crisp fingerprint logo everywhere. */
.logo .fingerprint-logo img{width:100%;height:100%;display:block;object-fit:contain}
.download-mark.download-mark-brand{
  width:62px;
  height:62px;
  margin:0 auto 22px;
  padding:0;
  display:grid;
  place-items:center;
  border-radius:0;
  background:none;
  box-shadow:none;
  transform:none;
}
.download-mark.download-mark-brand img{width:62px;height:62px;display:block;filter:drop-shadow(0 0 18px rgba(91,95,255,.48))}
.download-mark.download-mark-brand i{display:none}

/* Header language menu: compact globe control with a floating menu. */
.language-menu{position:relative;display:block}
.language-menu>summary{
  list-style:none;
  height:38px;
  padding:0 8px;
  display:flex;
  align-items:center;
  gap:7px;
  color:#eceaf2;
  font-size:14px;
  font-weight:500;
  cursor:pointer;
  user-select:none;
  border-radius:8px;
  transition:color .2s ease,background .2s ease;
}
.language-menu>summary::-webkit-details-marker{display:none}
.language-menu>summary:hover,.language-menu[open]>summary{color:#fff;background:rgba(255,255,255,.055)}
.language-menu>summary svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.language-menu>summary>i{width:6px;height:6px;margin-left:1px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:translateY(-2px) rotate(45deg);transition:transform .2s ease}
.language-menu[open]>summary>i{transform:translateY(2px) rotate(225deg)}
.language-dropdown{
  position:absolute;
  z-index:80;
  top:calc(100% + 10px);
  right:0;
  width:152px;
  padding:7px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:11px;
  background:rgba(20,19,25,.97);
  box-shadow:0 18px 50px rgba(0,0,0,.36);
  backdrop-filter:blur(18px);
}
.language-dropdown::before{content:"";position:absolute;top:-5px;right:24px;width:9px;height:9px;border-left:1px solid rgba(255,255,255,.11);border-top:1px solid rgba(255,255,255,.11);background:#151419;transform:rotate(45deg)}
.language-dropdown button{
  position:relative;
  z-index:1;
  width:100%;
  height:39px;
  padding:0 11px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  border:0;
  border-radius:7px;
  background:transparent;
  color:#aaa6b3;
  font:inherit;
  font-size:13px;
  cursor:pointer;
  text-align:left;
}
.language-dropdown button:hover{background:rgba(255,255,255,.06);color:#fff}
.language-dropdown button b{opacity:0;color:#8a75ff;font-size:13px}
.language-dropdown button.is-active{background:rgba(113,88,255,.12);color:#fff}
.language-dropdown button.is-active b{opacity:1}

.mobile-language-block{padding:13px 10px 14px;border-bottom:1px solid rgba(255,255,255,.05)}
.mobile-language-title{display:block;margin-bottom:10px;color:#8f8a97;font-size:11px;text-transform:uppercase;letter-spacing:.08em}
.mobile-language-options{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.mobile-language-options button{height:38px;border:1px solid rgba(255,255,255,.09);border-radius:8px;background:rgba(255,255,255,.025);color:#aaa6b3;font-size:13px}
.mobile-language-options button.is-active{border-color:rgba(129,104,255,.45);background:rgba(112,86,255,.13);color:#fff}

@media(max-width:1150px){.language-menu>summary{padding-inline:6px}.language-menu>summary span{display:none}.language-dropdown{right:-14px}}
@media(max-width:900px){
  .language-menu{display:none}
  .benefit-panel{grid-template-columns:1fr;gap:0;padding:18px 24px}
  .benefit-item{min-height:126px;padding:20px 12px}
  .benefit-item:not(:last-child)::after{top:auto;right:12%;bottom:0;width:76%;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.11) 18%,rgba(255,255,255,.11) 82%,transparent)}
}
@media(max-width:620px){
  .benefit-panel{margin-top:12px;padding:8px 18px;border-radius:11px}
  .benefit-item{min-height:112px}
  .benefit-icon,.benefit-icon svg{width:52px;height:52px}
  .benefit-item p{margin-top:12px;font-size:14px}
  .download-mark.download-mark-brand,.download-mark.download-mark-brand img{width:56px;height:56px}
}


/* V17 focused fixes */
.benefit-panel{
  border:1px solid rgba(255,255,255,.11);
  background:transparent;
}
.benefit-item:not(:last-child)::after{display:none!important;content:none!important}
.footer-bottom{
  display:flex!important;
  grid-template-columns:none!important;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.footer-bottom>nav{
  margin-left:auto!important;
  justify-content:flex-end!important;
  justify-self:auto!important;
  text-align:right;
}
.footer-bottom>button{display:none!important}
.scenario-visual-ecommerce .scenario-scene-image{
  object-fit:cover;
  object-position:center;
}
@media(max-width:900px){
  .footer-bottom{flex-direction:column;align-items:stretch;text-align:left}
  .footer-bottom>nav{margin-left:0!important;justify-content:flex-end!important;align-self:stretch}
}
