:root{
  --bg:#0b0d12;
  --bg-2:#0e1118;
  --panel:#121621;
  --panel-2:#171c28;
  --line:#292f3d;
  --line-soft:rgba(255,255,255,.09);
  --text:#f6f7fb;
  --muted:#aeb5c3;
  --muted-2:#7f8797;
  --blue:#5b77ff;
  --blue-2:#7f94ff;
  --lime:#c7ff4a;
  --aqua:#4ce0d2;
  --coral:#ff7959;
  --cream:#f0eee7;
  --ink:#10131a;
  --container:min(1280px, calc(100vw - 48px));
  --radius:26px;
  --shadow:0 30px 80px rgba(0,0,0,.28);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--bg)}
body{margin:0;background:var(--bg);color:var(--text);font-family:"Manrope",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.6;overflow-x:hidden}
body.dialog-open{overflow:hidden}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
button{color:inherit}
img{display:block;max-width:100%}
::selection{background:var(--lime);color:var(--ink)}
.skip-link{position:fixed;left:14px;top:-70px;z-index:9999;background:var(--lime);color:var(--ink);padding:10px 14px;border-radius:8px;font-weight:800}.skip-link:focus{top:14px}
.container{width:var(--container);margin:0 auto;position:relative}
.mono,.section-index,.hud-label,.note-kicker,.eyebrow,.window-id,.window-status,code{font-family:"IBM Plex Mono",monospace}
.section{position:relative;padding:132px 0}
.section-index{display:block;font-size:12px;letter-spacing:.12em;color:var(--blue-2);margin-bottom:22px;text-transform:uppercase}
.section-index--light{color:var(--lime)}
.reveal{opacity:0;transform:translateY(28px);transition:opacity .8s cubic-bezier(.2,.7,.2,1),transform .8s cubic-bezier(.2,.7,.2,1)}
.reveal.in-view{opacity:1;transform:none}
.scroll-progress{position:fixed;top:0;left:0;right:0;height:2px;z-index:1000;background:transparent}.scroll-progress span{display:block;width:0;height:100%;background:linear-gradient(90deg,var(--blue),var(--lime))}
.grain{position:fixed;inset:0;pointer-events:none;z-index:999;opacity:.025;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='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E")}
.ambient{position:fixed;border-radius:50%;filter:blur(110px);pointer-events:none;z-index:0;opacity:.09}.ambient-a{width:520px;height:520px;background:var(--blue);left:-240px;top:15vh}.ambient-b{width:460px;height:460px;background:var(--coral);right:-240px;top:70vh}

/* Header */
.site-header{position:fixed;left:0;right:0;top:0;z-index:900;transition:background .25s ease,box-shadow .25s ease}.site-header.scrolled .nav-wrap{background:rgba(11,13,18,.82);backdrop-filter:blur(18px);box-shadow:0 8px 30px rgba(0,0,0,.18)}
.hud-strip{height:30px;border-bottom:1px solid var(--line-soft);background:#080a0e}.hud-strip__inner{height:100%;display:flex;align-items:center;justify-content:space-between}.hud-label{font-size:10px;letter-spacing:.08em;color:var(--muted);text-transform:uppercase;display:flex;align-items:center;gap:8px}.status-dot{width:7px;height:7px;border-radius:50%;background:var(--lime);box-shadow:0 0 0 4px rgba(199,255,74,.09),0 0 18px rgba(199,255,74,.4);display:inline-block}
.nav-wrap{border-bottom:1px solid var(--line-soft);transition:all .25s ease;background:rgba(11,13,18,.58);backdrop-filter:blur(10px)}.nav-inner{height:74px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px}.brand{display:inline-flex;align-items:center;gap:11px;width:max-content}.brand-mark{width:39px;height:39px;color:var(--text)}.brand-type{display:flex;align-items:flex-start;gap:7px}.brand-type b{font-size:21px;line-height:1}.brand-type small{font-family:"IBM Plex Mono",monospace;font-size:9px;letter-spacing:.15em;color:var(--muted);line-height:1.15;max-width:34px}.desktop-nav{display:flex;gap:34px;align-items:center}.desktop-nav a{font-size:13px;color:var(--muted);transition:color .2s ease}.desktop-nav a:hover,.desktop-nav a:focus-visible{color:var(--text)}.nav-inner>.btn{justify-self:end}.menu-button{display:none;background:none;border:0;width:42px;height:42px;position:relative;cursor:pointer}.menu-button span{position:absolute;left:10px;right:10px;height:1px;background:var(--text);transition:.25s}.menu-button span:first-child{top:16px}.menu-button span:last-child{top:25px}.menu-button.active span:first-child{transform:translateY(4.5px) rotate(45deg)}.menu-button.active span:last-child{transform:translateY(-4.5px) rotate(-45deg)}
.mobile-menu{position:fixed;inset:104px 0 0;z-index:880;background:rgba(11,13,18,.98);transform:translateY(-110%);transition:.45s cubic-bezier(.25,.8,.25,1);pointer-events:none}.mobile-menu.open{transform:none;pointer-events:auto}.mobile-menu nav{width:var(--container);margin:0 auto;padding:52px 0;display:flex;flex-direction:column;gap:10px}.mobile-menu nav>a{font-size:clamp(30px,9vw,56px);font-weight:700;border-bottom:1px solid var(--line);padding:14px 0}.mobile-menu .btn{margin-top:28px}

/* Buttons */
.btn{border:1px solid transparent;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:13px 19px;font-weight:700;font-size:13px;cursor:pointer;transition:transform .22s ease,background .22s ease,border-color .22s ease,color .22s ease,box-shadow .22s ease}.btn:focus-visible{outline:2px solid var(--lime);outline-offset:3px}.btn-primary{background:var(--lime);color:var(--ink);box-shadow:0 10px 30px rgba(199,255,74,.08)}.btn-primary:hover{background:#d4ff73;box-shadow:0 14px 34px rgba(199,255,74,.16)}.btn-ghost{border-color:var(--line);background:rgba(255,255,255,.02);color:var(--text)}.btn-ghost:hover{border-color:#465064;background:rgba(255,255,255,.05)}.btn-small{padding:11px 17px}.btn-large{padding:15px 22px;font-size:14px}.btn-xl{padding:18px 28px;font-size:15px}.btn-light{background:var(--cream);color:var(--ink)}

/* Hero */
.hero{min-height:980px;padding-top:200px;overflow:hidden}.hero-grid-lines{position:absolute;inset:104px 0 0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:90px 90px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.65),transparent 78%);pointer-events:none}.hero-layout{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(480px,.98fr);gap:70px;align-items:center}.eyebrow{display:flex;align-items:center;gap:12px;color:var(--muted);font-size:11px;letter-spacing:.1em;text-transform:uppercase}.eyebrow-rule{width:46px;height:1px;background:var(--coral)}.hero h1{font-size:clamp(58px,6.5vw,96px);line-height:.98;letter-spacing:-.055em;margin:30px 0 30px;max-width:880px}.hero h1 em{font-style:normal;color:var(--lime)}.hero-lead{max-width:680px;color:#c6cbd5;font-size:20px;line-height:1.65;margin:0 0 34px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.hero-proof{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;border-top:1px solid var(--line);margin-top:52px;padding-top:25px;max-width:700px}.hero-proof div{display:flex;flex-direction:column;gap:2px}.hero-proof b{font-size:15px}.hero-proof span{color:var(--muted-2);font-size:12px}
.hero-system{position:relative;min-height:620px;display:flex;align-items:center;justify-content:center}.system-halo{position:absolute;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(91,119,255,.17),rgba(76,224,210,.05) 42%,transparent 68%);filter:blur(10px)}.system-window{position:relative;width:100%;max-width:560px;border:1px solid #31384a;border-radius:28px;background:linear-gradient(145deg,rgba(23,28,40,.94),rgba(13,16,23,.96));box-shadow:0 60px 120px rgba(0,0,0,.42);overflow:hidden;transform:perspective(1000px) rotateY(-2deg) rotateX(1deg);transition:transform .2s ease}.window-topbar,.window-footer{height:48px;display:flex;align-items:center;padding:0 18px;border-bottom:1px solid var(--line);font-family:"IBM Plex Mono",monospace;font-size:9px;letter-spacing:.08em;color:var(--muted)}.window-topbar{justify-content:space-between}.window-status{display:flex;align-items:center;gap:7px}.window-status i{width:6px;height:6px;border-radius:50%;background:var(--lime)}.window-canvas{height:420px;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;background:radial-gradient(circle at 70% 25%,rgba(91,119,255,.12),transparent 35%),radial-gradient(circle at 22% 82%,rgba(255,121,89,.08),transparent 28%)}.signal-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:42px 42px}.signal-orbit{position:absolute;border:1px solid rgba(199,255,74,.24);border-radius:50%;animation:spin 16s linear infinite}.orbit-a{width:270px;height:270px}.orbit-b{width:390px;height:390px;border-color:rgba(91,119,255,.17);animation-direction:reverse;animation-duration:24s}.signal-orbit:before,.signal-orbit:after{content:"";position:absolute;width:8px;height:8px;border-radius:50%;background:var(--lime);top:50%;transform:translateY(-50%);box-shadow:0 0 18px rgba(199,255,74,.5)}.signal-orbit:before{left:-4px}.signal-orbit:after{right:-4px;background:var(--blue);box-shadow:0 0 18px rgba(91,119,255,.5)}@keyframes spin{to{transform:rotate(360deg)}}.signal-core{width:200px;height:200px;border-radius:50%;background:#10141d;border:1px solid #344053;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;position:relative;z-index:2;box-shadow:0 0 0 14px rgba(255,255,255,.018),0 0 70px rgba(91,119,255,.12)}.signal-core span{font-size:9px;color:var(--blue-2);letter-spacing:.08em}.signal-core strong{font-size:23px;letter-spacing:.03em;margin:8px 0 4px}.signal-core small{color:var(--muted);max-width:140px;line-height:1.4}.floating-chip{position:absolute;z-index:3;border:1px solid #30384a;background:rgba(17,22,32,.92);backdrop-filter:blur(12px);border-radius:12px;padding:10px 12px;font-size:10px;color:var(--muted);box-shadow:0 14px 34px rgba(0,0,0,.22);animation:float 5s ease-in-out infinite}.floating-chip span{font-family:"IBM Plex Mono",monospace;color:var(--lime);margin-right:5px}.chip-a{left:32px;top:64px}.chip-b{right:28px;top:126px;animation-delay:-1.4s}.chip-c{left:56px;bottom:50px;animation-delay:-2.8s}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-7px)}}.window-footer{border-bottom:0;border-top:1px solid var(--line);justify-content:space-between;gap:10px}.window-footer div{white-space:nowrap}.window-footer span{color:var(--lime);margin-right:4px}.hero-note{position:absolute;border:1px solid #333a49;background:rgba(13,17,24,.9);backdrop-filter:blur(12px);border-radius:16px;padding:15px 17px;max-width:230px;box-shadow:var(--shadow);z-index:4}.hero-note span{display:block;color:var(--blue-2);font-size:9px;letter-spacing:.09em;margin-bottom:5px}.hero-note strong{font-size:12px;line-height:1.45}.note-top{right:-28px;top:64px}.note-bottom{left:-28px;bottom:76px}.hero-ticker{margin-top:100px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);overflow:hidden}.ticker-track{height:68px;display:flex;align-items:center;gap:22px;min-width:max-content;animation:ticker 26s linear infinite;font-family:"IBM Plex Mono",monospace;font-size:10px;letter-spacing:.13em;color:var(--muted)}.ticker-track i{width:5px;height:5px;border-radius:50%;background:var(--coral)}@keyframes ticker{to{transform:translateX(-50%)}}

/* General headings */
.section-head{display:grid;grid-template-columns:1.1fr .7fr;gap:80px;align-items:end;margin-bottom:72px}.section-head h2,.plain-tech-copy h2,.studio-title h2,.faq-intro h2,.standards-top h2{font-size:clamp(46px,5.4vw,78px);line-height:1.02;letter-spacing:-.05em;margin:0}.section-head h2 em,.plain-tech-copy h2 em,.studio-title h2 em{font-style:normal;color:var(--lime)}.section-head>p{margin:0;color:var(--muted);font-size:17px;max-width:500px;line-height:1.8}

/* Value */
.value-section{background:linear-gradient(180deg,var(--bg),#0d1017)}.value-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.value-card{min-height:330px;padding:28px;border-right:1px solid var(--line);position:relative;background:rgba(255,255,255,.012);transition:background .25s ease,transform .25s ease}.value-card:last-child{border-right:0}.value-card:hover{background:rgba(255,255,255,.035)}.card-num{font-family:"IBM Plex Mono",monospace;font-size:10px;color:var(--muted-2)}.card-signal{position:absolute;right:25px;top:28px;width:8px;height:8px;border-radius:50%;background:var(--blue)}.value-card:nth-child(2) .card-signal{background:var(--lime)}.value-card:nth-child(3) .card-signal{background:var(--coral)}.value-card:nth-child(4) .card-signal{background:var(--aqua)}.value-card h3{font-size:25px;line-height:1.18;letter-spacing:-.03em;margin:110px 0 15px}.value-card p{color:var(--muted);font-size:14px;line-height:1.75;margin:0}.value-card small{position:absolute;left:28px;bottom:24px;font-family:"IBM Plex Mono",monospace;color:var(--muted-2);font-size:9px;text-transform:uppercase;letter-spacing:.07em}

/* Work */
.work-section{background:#0a0c11}.section-head--work h2 em{color:var(--coral)}.project-card{border:1px solid var(--line);border-radius:30px;background:linear-gradient(145deg,#111621,#0e1117);overflow:hidden;cursor:pointer;box-shadow:0 36px 100px rgba(0,0,0,.22)}.project-card:focus-within{outline:2px solid var(--lime)}.project-meta{min-height:64px;padding:0 24px;display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:22px;border-bottom:1px solid var(--line);font-family:"IBM Plex Mono",monospace;font-size:10px;letter-spacing:.08em;color:var(--muted)}.project-status{color:var(--lime)}.project-stage{position:relative;padding:60px 60px 0;background:radial-gradient(circle at 70% 20%,rgba(91,119,255,.12),transparent 31%),linear-gradient(180deg,#111723,#0c0f15);overflow:hidden}.project-stage:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.026) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.026) 1px,transparent 1px);background-size:60px 60px}.project-browser{position:relative;z-index:2;border:1px solid #343c4d;border-radius:20px 20px 0 0;overflow:hidden;box-shadow:0 40px 90px rgba(0,0,0,.45);transform:perspective(1200px) rotateX(1.2deg);transition:transform .3s ease}.browser-bar{height:38px;background:#10131b;border-bottom:1px solid #303645;display:flex;align-items:center;gap:7px;padding:0 13px;font-family:"IBM Plex Mono",monospace;font-size:8px;color:var(--muted-2)}.browser-bar i{width:7px;height:7px;border-radius:50%;background:#343b4a}.browser-bar i:nth-child(1){background:var(--coral)}.browser-bar i:nth-child(2){background:#f4cc60}.browser-bar i:nth-child(3){background:#73d781}.browser-bar span{margin-left:8px}.project-browser img{width:100%;aspect-ratio:16/8.4;object-fit:cover;object-position:top}.project-overlay{position:absolute;z-index:3;right:82px;top:86px;background:var(--lime);color:var(--ink);width:112px;height:112px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-direction:column;font-family:"IBM Plex Mono",monospace;font-size:9px;font-weight:600;letter-spacing:.06em;box-shadow:0 16px 40px rgba(0,0,0,.22);transition:transform .3s ease}.project-overlay b{font-size:20px}.project-card:hover .project-overlay{transform:scale(1.06) rotate(4deg)}.project-bottom{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;padding:38px 48px 42px}.project-bottom h3{font-size:30px;line-height:1.25;letter-spacing:-.035em;margin:0}.project-bottom p{color:var(--muted);font-size:14px;line-height:1.8;margin:0;max-width:520px}

/* Services */
.services-section{background:linear-gradient(180deg,#0a0c11,#0d1016)}.service-list{border-top:1px solid var(--line)}.service-row{display:grid;grid-template-columns:60px 1.3fr .8fr 42px;align-items:center;gap:28px;padding:34px 0;border-bottom:1px solid var(--line);transition:padding .25s ease,background .25s ease}.service-row:focus-visible{outline:2px solid var(--lime);outline-offset:5px}.service-row:hover{padding-left:14px;padding-right:14px;background:rgba(255,255,255,.02)}.service-num{font-family:"IBM Plex Mono",monospace;font-size:10px;color:var(--blue-2)}.service-row h3{font-size:27px;letter-spacing:-.03em;margin:0 0 8px}.service-row p{color:var(--muted);font-size:13px;line-height:1.65;margin:0;max-width:620px}.service-tags{display:flex;flex-wrap:wrap;gap:7px;justify-content:flex-start}.service-tags span{font-family:"IBM Plex Mono",monospace;font-size:8px;letter-spacing:.06em;color:var(--muted);border:1px solid var(--line);padding:7px 9px;border-radius:999px}.service-arrow{justify-self:end;font-size:20px;color:var(--lime);transition:transform .2s}.service-row:hover .service-arrow{transform:translate(4px,-4px)}

/* Tech translation */
.plain-tech-section{background:var(--cream);color:var(--ink)}.plain-tech-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:90px;align-items:center}.plain-tech-copy .section-index{color:#4c5fb2}.plain-tech-copy h2 em{color:#4259e6}.plain-tech-copy>p{color:#5b5e66;font-size:17px;line-height:1.8;max-width:590px;margin:28px 0 32px}.plain-tech-copy .btn-ghost{border-color:#b9bbc1;color:var(--ink);background:#fff}.translation-panel{border:1px solid #cdd0d8;border-radius:24px;background:#fff;overflow:hidden;box-shadow:0 25px 60px rgba(16,19,26,.08)}.translation-head{height:48px;display:flex;justify-content:space-between;align-items:center;padding:0 18px;background:#10131a;color:#f6f7fb;font-family:"IBM Plex Mono",monospace;font-size:9px;letter-spacing:.08em}.translation-row{display:grid;grid-template-columns:150px 30px 1fr;gap:14px;align-items:center;padding:22px 24px;border-bottom:1px solid #e0e1e5}.translation-row:last-child{border-bottom:0}.translation-row code{font-size:10px;color:#4055d4}.translation-row>span{color:#a3a6ae}.translation-row p{margin:0;color:#4f535c;font-size:14px;line-height:1.55}

/* Process */
.process-section{background:#0c0f15}.process-shell{border:1px solid var(--line);border-radius:28px;overflow:hidden;display:grid;grid-template-columns:260px 1fr;min-height:560px;background:#10141c}.process-nav{border-right:1px solid var(--line);display:flex;flex-direction:column}.process-nav button{flex:1;border:0;border-bottom:1px solid var(--line);background:transparent;color:var(--muted);display:flex;align-items:center;gap:14px;padding:0 22px;text-align:left;cursor:pointer;transition:.2s;font-size:13px}.process-nav button:last-child{border-bottom:0}.process-nav button span{font-family:"IBM Plex Mono",monospace;font-size:9px;color:var(--muted-2)}.process-nav button.active{background:var(--lime);color:var(--ink);font-weight:700}.process-nav button.active span{color:#3e461e}.process-display{display:grid;grid-template-columns:.82fr 1.18fr;align-items:center;gap:60px;padding:56px}.process-visual{aspect-ratio:1;border:1px solid #30384a;border-radius:50%;position:relative;display:flex;align-items:center;justify-content:center;flex-direction:column;background:radial-gradient(circle,rgba(91,119,255,.12),transparent 58%)}.process-visual strong{font-size:84px;letter-spacing:-.08em}.process-visual small{font-family:"IBM Plex Mono",monospace;color:var(--muted);font-size:9px;letter-spacing:.08em}.process-orbit{position:absolute;inset:12%;border:1px dashed rgba(199,255,74,.25);border-radius:50%;animation:spin 18s linear infinite}.process-orbit:after{content:"";position:absolute;width:9px;height:9px;border-radius:50%;background:var(--lime);left:-5px;top:50%;box-shadow:0 0 18px rgba(199,255,74,.5)}.process-content .mono{font-size:10px;letter-spacing:.08em;color:var(--blue-2)}.process-content h3{font-size:42px;line-height:1.08;letter-spacing:-.04em;margin:16px 0 22px}.process-content>p{color:var(--muted);font-size:15px;line-height:1.8;max-width:580px}.process-output{border-top:1px solid var(--line);margin-top:35px;padding-top:20px;display:flex;justify-content:space-between;gap:20px;align-items:center}.process-output span{font-family:"IBM Plex Mono",monospace;color:var(--muted-2);font-size:9px;letter-spacing:.08em}.process-output b{font-size:13px;color:var(--lime);text-align:right}

/* Standards */
.standards-section{background:#0b0d12}.standards-top{text-align:center;max-width:780px;margin:0 auto 55px}.standards-top .section-index{margin-bottom:18px}.standards-top p{color:var(--muted);font-size:17px}.standards-console{border:1px solid var(--line);border-radius:24px;overflow:hidden;background:#0f131b}.console-top{height:48px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);font-family:"IBM Plex Mono",monospace;color:var(--muted);font-size:9px;letter-spacing:.08em}.console-top .mono{color:var(--lime)}.console-grid{display:grid;grid-template-columns:repeat(3,1fr)}.check-item{min-height:132px;padding:28px;display:flex;gap:17px;align-items:flex-start;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.check-item:nth-child(3n){border-right:0}.check-item:nth-child(n+4){border-bottom:0}.check{width:28px;height:28px;border-radius:50%;border:1px solid rgba(199,255,74,.35);color:var(--lime);display:grid;place-items:center;font-size:13px;flex:0 0 auto}.check-item div{display:flex;flex-direction:column;gap:5px}.check-item b{font-size:14px}.check-item small{color:var(--muted-2);font-size:11px}

/* Studio */
.studio-section{background:#11151f;overflow:hidden}.studio-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:start}.studio-copy{padding-top:58px}.studio-lead{font-size:24px;line-height:1.55;letter-spacing:-.02em;margin:0 0 30px;color:#e4e7ed}.studio-copy>p:not(.studio-lead){color:var(--muted);font-size:15px;line-height:1.8}.studio-principles{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:34px}.studio-principles span{border:1px solid var(--line);border-radius:13px;padding:14px;font-size:11px;color:#c3c8d3;background:rgba(255,255,255,.02)}.manifesto{margin-top:110px;border-top:1px solid var(--line)}.manifesto-line{display:grid;grid-template-columns:80px 1fr;align-items:center;border-bottom:1px solid var(--line);padding:22px 0}.manifesto-line span{font-family:"IBM Plex Mono",monospace;color:var(--lime);font-size:10px}.manifesto-line strong{font-size:clamp(30px,4vw,56px);letter-spacing:-.045em;line-height:1.15}

/* FAQ */
.faq-section{background:var(--cream);color:var(--ink)}.faq-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:100px}.faq-intro .section-index{color:#4c5fb2}.faq-intro p{color:#6a6d75}.faq-list{border-top:1px solid #cfd1d7}.faq-list details{border-bottom:1px solid #cfd1d7}.faq-list summary{list-style:none;cursor:pointer;padding:25px 0;display:flex;align-items:center;justify-content:space-between;gap:22px;font-weight:700;font-size:19px}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{font-size:24px;font-weight:400;transition:transform .2s}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list details p{margin:0 55px 25px 0;color:#5c6068;font-size:14px;line-height:1.75;max-width:700px}

/* Contact */
.contact-section{padding-bottom:80px;background:var(--cream)}.contact-card{background:linear-gradient(145deg,#101826,#10131b 65%);border:1px solid #252f40;border-radius:34px;padding:64px;overflow:hidden;color:var(--text);box-shadow:0 40px 100px rgba(16,19,26,.22)}.contact-grid-lines{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(90deg,rgba(0,0,0,.8),transparent 72%)}.contact-main{position:relative;display:flex;align-items:flex-end;justify-content:space-between;gap:60px;padding:30px 0 55px}.contact-main h2{font-size:clamp(50px,6vw,84px);line-height:1.02;letter-spacing:-.055em;margin:0}.contact-main h2 em{font-style:normal;color:var(--lime)}.contact-bottom{position:relative;border-top:1px solid rgba(255,255,255,.12);padding-top:25px;display:flex;justify-content:space-between;gap:60px}.contact-bottom p{margin:0;color:#aeb6c4;max-width:580px;font-size:14px;line-height:1.75}.contact-hud{display:flex;gap:20px;align-items:center;font-family:"IBM Plex Mono",monospace;font-size:9px;color:var(--muted);letter-spacing:.07em}.contact-hud span{display:flex;gap:8px;align-items:center}

/* Footer */
.site-footer{background:#07090d;padding:60px 0 26px}.footer-grid{display:grid;grid-template-columns:1.5fr .7fr 1fr;gap:80px}.brand--footer{margin-bottom:22px}.footer-grid>div:first-child>p{color:var(--muted);font-size:14px}.footer-nav{display:flex;flex-direction:column;gap:9px}.footer-nav>span{font-family:"IBM Plex Mono",monospace;font-size:9px;letter-spacing:.1em;color:var(--muted-2);margin-bottom:8px}.footer-nav a,.footer-nav button{font-size:13px;color:#c8ccd5;background:none;border:0;padding:0;text-align:left;cursor:pointer;width:max-content}.footer-nav a:hover,.footer-nav button:hover{color:var(--lime)}.footer-base{border-top:1px solid var(--line);margin-top:50px;padding-top:22px;display:flex;justify-content:space-between;gap:20px;font-family:"IBM Plex Mono",monospace;font-size:9px;letter-spacing:.06em;color:var(--muted-2)}

/* Dialogs */
dialog{border:0;padding:0;color:var(--text)}dialog::backdrop{background:rgba(4,6,9,.82);backdrop-filter:blur(12px)}.dialog-close{position:absolute;z-index:20;right:20px;top:20px;width:46px;height:46px;border-radius:50%;border:1px solid #374052;background:#111620;color:var(--text);font-size:25px;cursor:pointer}.dialog-close:hover{background:#171d29}.case-dialog{width:min(1180px,calc(100vw - 32px));max-height:calc(100vh - 32px);border-radius:28px;background:#0d1017;border:1px solid #303848;overflow:hidden}.case-scroll{max-height:calc(100vh - 32px);overflow:auto;padding:68px}.case-hero{max-width:820px}.case-hero h2{font-size:clamp(50px,7vw,92px);letter-spacing:-.06em;line-height:.96;margin:12px 0 26px}.case-hero>p{color:var(--muted);font-size:18px;line-height:1.7}.case-tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:25px}.case-tags span{border:1px solid var(--line);border-radius:999px;padding:7px 10px;font-family:"IBM Plex Mono",monospace;font-size:8px;color:var(--muted)}.case-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;border-top:1px solid var(--line);margin-top:70px;padding-top:44px}.case-grid span{font-family:"IBM Plex Mono",monospace;font-size:9px;letter-spacing:.09em;color:var(--blue-2)}.case-grid h3{font-size:36px;line-height:1.22;letter-spacing:-.04em;margin:14px 0}.case-grid p{color:var(--muted);font-size:15px;line-height:1.8}.compare-wrap{position:relative;height:min(650px,56vw);min-height:380px;margin:70px 0 26px;border-radius:22px;overflow:hidden;border:1px solid var(--line);background:#111}.compare-image{position:absolute;inset:0}.compare-image img{width:100%;height:100%;object-fit:cover;object-position:top}.compare-image span{position:absolute;top:18px;left:18px;background:rgba(9,12,17,.82);border:1px solid #323949;border-radius:999px;padding:8px 11px;font-family:"IBM Plex Mono",monospace;font-size:8px;letter-spacing:.08em}.compare-after{clip-path:inset(0 46% 0 0)}.compare-after span{left:auto;right:18px}.compare-wrap input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:ew-resize;z-index:7}.compare-handle{position:absolute;top:0;bottom:0;left:54%;width:1px;background:var(--lime);z-index:6;pointer-events:none}.compare-handle span{position:absolute;width:42px;height:42px;border-radius:50%;background:var(--lime);color:var(--ink);display:grid;place-items:center;left:50%;top:50%;transform:translate(-50%,-50%);font-size:18px}.case-note{border:1px solid var(--line);background:#121720;border-radius:15px;padding:16px;color:var(--muted);font-size:12px}.case-note b{color:var(--text)}
.brief-dialog{width:min(920px,calc(100vw - 28px));max-height:calc(100vh - 28px);border-radius:26px;background:#0e1219;border:1px solid #303949;overflow:hidden}.brief-shell{padding:52px;max-height:calc(100vh - 28px);overflow:auto}.brief-top{display:flex;justify-content:space-between;font-family:"IBM Plex Mono",monospace;font-size:9px;letter-spacing:.09em;color:var(--muted)}.brief-progress{height:2px;background:#272d3a;margin:18px 0 54px}.brief-progress span{display:block;height:100%;width:25%;background:linear-gradient(90deg,var(--blue),var(--lime));transition:width .35s}.brief-step{display:none;min-height:440px}.brief-step.active{display:block;animation:briefIn .35s ease}@keyframes briefIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.brief-step h2{font-size:clamp(38px,6vw,58px);line-height:1.05;letter-spacing:-.05em;margin:0 0 13px;max-width:720px}.brief-step>p{color:var(--muted);margin:0 0 30px}.option-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.option-grid--single{grid-template-columns:1fr}.option-grid label{cursor:pointer}.option-grid input{position:absolute;opacity:0;pointer-events:none}.option-grid label>span{display:block;border:1px solid var(--line);border-radius:16px;padding:20px;background:#121720;transition:.2s}.option-grid label>span b{display:block;font-size:15px;margin-bottom:4px}.option-grid label>span small{color:var(--muted);font-size:11px}.option-grid input:checked+span{border-color:var(--lime);background:rgba(199,255,74,.08);box-shadow:inset 0 0 0 1px rgba(199,255,74,.25)}.option-grid input:focus-visible+span{outline:2px solid var(--blue-2);outline-offset:2px}.brief-controls{border-top:1px solid var(--line);padding-top:22px;margin-top:22px;display:flex;justify-content:space-between;align-items:center}.brief-back{border:0;background:none;color:var(--muted);cursor:pointer}.brief-back:disabled{opacity:.3;cursor:default}.brief-summary{border:1px solid var(--line);border-radius:18px;background:#121720;padding:24px;font-size:15px;line-height:1.75}.brief-summary b{color:var(--lime)}.brief-note{font-size:11px!important;margin-top:18px!important}.brief-contact-row{display:flex;gap:10px;flex-wrap:wrap}.brief-contact-row .btn-ghost{background:#151a24}.toast{position:fixed;z-index:1500;bottom:24px;left:50%;transform:translate(-50%,20px);opacity:0;pointer-events:none;background:var(--lime);color:var(--ink);padding:12px 16px;border-radius:999px;font-size:12px;font-weight:800;transition:.25s}.toast.show{opacity:1;transform:translate(-50%,0)}

@media (max-width:1100px){
  :root{--container:min(100% - 36px,1000px)}
  .desktop-nav{display:none}.menu-button{display:block;justify-self:end}.nav-inner{grid-template-columns:1fr auto auto}.nav-inner>.btn{display:none}
  .hero{padding-top:170px;min-height:auto}.hero-layout{grid-template-columns:1fr;gap:70px}.hero-copy{max-width:850px}.hero-system{min-height:560px;max-width:720px;width:100%;margin:0 auto}.hero h1{font-size:clamp(58px,9vw,88px)}
  .value-grid{grid-template-columns:1fr 1fr}.value-card{border-bottom:1px solid var(--line)}.value-card:nth-child(2){border-right:0}.value-card:nth-child(3),.value-card:nth-child(4){border-bottom:0}
  .section-head{grid-template-columns:1fr;gap:28px}.section-head>p{max-width:700px}
  .plain-tech-grid,.studio-grid,.faq-grid{grid-template-columns:1fr;gap:55px}.studio-copy{padding-top:0}.faq-intro{max-width:700px}
  .process-shell{grid-template-columns:190px 1fr}.process-display{grid-template-columns:1fr;gap:30px}.process-visual{max-width:260px}.process-content h3{font-size:34px}
  .console-grid{grid-template-columns:1fr 1fr}.check-item:nth-child(3n){border-right:1px solid var(--line)}.check-item:nth-child(2n){border-right:0}.check-item:nth-child(n+4){border-bottom:1px solid var(--line)}.check-item:nth-child(n+5){border-bottom:0}
  .contact-main{align-items:flex-start;flex-direction:column}.contact-bottom{flex-direction:column}
}

@media (max-width:720px){
  .hud-strip{display:none}.mobile-menu{inset:66px 0 0!important}
  :root{--container:calc(100vw - 28px);--radius:20px}
  .hide-mobile{display:none}.nav-inner{height:66px}.brand-mark{width:34px;height:34px}.brand-type b{font-size:19px}.brand-type small{font-size:8px}
  .section{padding:88px 0}.section-index{font-size:9px;margin-bottom:14px}.hero{padding-top:148px}.hero h1{font-size:clamp(48px,14vw,69px);letter-spacing:-.06em}.hero-lead{font-size:17px;line-height:1.65}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .btn{width:100%}.hero-proof{grid-template-columns:1fr;gap:12px;margin-top:36px}.hero-proof div{border-bottom:1px solid var(--line);padding-bottom:11px}.hero-proof div:last-child{border:0}.hero-system{min-height:460px}.system-window{border-radius:20px}.window-canvas{height:330px}.signal-core{width:160px;height:160px}.signal-core strong{font-size:18px}.orbit-a{width:215px;height:215px}.orbit-b{width:300px;height:300px}.floating-chip{font-size:8px}.chip-a{left:12px;top:42px}.chip-b{right:9px;top:105px}.chip-c{left:22px;bottom:31px}.window-footer{overflow:hidden;gap:18px;justify-content:flex-start}.window-footer div:nth-child(n+3){display:none}.hero-note{display:none}.hero-ticker{margin-top:60px}.ticker-track{height:56px}
  .section-head{margin-bottom:44px}.section-head h2,.plain-tech-copy h2,.studio-title h2,.faq-intro h2,.standards-top h2{font-size:clamp(39px,11vw,56px)}.section-head>p{font-size:15px}
  .value-grid{grid-template-columns:1fr}.value-card{border-right:0!important;border-bottom:1px solid var(--line)!important;min-height:260px}.value-card:last-child{border-bottom:0!important}.value-card h3{margin-top:75px}
  .project-meta{grid-template-columns:1fr auto;padding:13px 15px;gap:10px;min-height:unset}.project-meta span:nth-child(2){display:none}.project-status{font-size:8px}.project-stage{padding:26px 18px 0}.project-overlay{right:30px;top:45px;width:78px;height:78px;font-size:7px}.project-overlay b{font-size:15px}.project-bottom{grid-template-columns:1fr;gap:18px;padding:26px 20px 30px}.project-bottom h3{font-size:24px}.project-browser img{aspect-ratio:16/10}
  .service-row{grid-template-columns:38px 1fr 28px;gap:12px;padding:26px 0}.service-tags{grid-column:2/4;justify-content:flex-start}.service-arrow{grid-column:3;grid-row:1}.service-row>div:nth-of-type(1){grid-column:2/4}.service-row p{font-size:12px}.service-row h3{font-size:23px}
  .plain-tech-grid{gap:40px}.plain-tech-copy>p{font-size:15px}.translation-row{grid-template-columns:1fr;padding:19px 18px;gap:4px}.translation-row>span{display:none}.translation-row code{font-size:9px}.translation-row p{font-size:13px}
  .process-shell{grid-template-columns:1fr;min-height:unset}.process-nav{border-right:0;border-bottom:1px solid var(--line);display:grid;grid-template-columns:repeat(3,1fr)}.process-nav button{height:56px;border-right:1px solid var(--line);padding:0 11px;font-size:10px}.process-nav button span{font-size:8px}.process-display{padding:30px 22px}.process-visual{max-width:210px;margin:0 auto}.process-visual strong{font-size:65px}.process-content h3{font-size:31px}.process-output{align-items:flex-start;flex-direction:column}.process-output b{text-align:left}
  .console-grid{grid-template-columns:1fr}.check-item{border-right:0!important;border-bottom:1px solid var(--line)!important}.check-item:last-child{border-bottom:0!important}
  .studio-grid{gap:38px}.studio-lead{font-size:20px}.studio-principles{grid-template-columns:1fr}.manifesto{margin-top:70px}.manifesto-line{grid-template-columns:45px 1fr}.manifesto-line strong{font-size:30px}
  .faq-grid{gap:35px}.faq-list summary{font-size:16px;padding:21px 0}.faq-list details p{margin-right:0}
  .contact-card{padding:32px 22px;border-radius:24px}.contact-main{padding:20px 0 36px}.contact-main h2{font-size:clamp(40px,12vw,58px)}.contact-main .btn{width:100%}.contact-hud{flex-direction:column;align-items:flex-start;gap:7px}
  .footer-grid{grid-template-columns:1fr;gap:35px}.footer-base{flex-direction:column;gap:7px}
  .case-scroll{padding:58px 20px 30px}.case-grid{grid-template-columns:1fr;gap:28px;margin-top:45px}.case-grid h3{font-size:29px}.compare-wrap{height:360px;margin-top:45px}.brief-shell{padding:50px 18px 24px}.option-grid{grid-template-columns:1fr}.brief-step{min-height:500px}.brief-contact-row{flex-direction:column}.brief-contact-row .btn{width:100%}
}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}.reveal{opacity:1;transform:none}.ticker-track{animation:none}.ambient{display:none}
}

/* ========================================================================== 
   AF DEV STUDIO — COMMERCIAL / CONVERSION PASS
   ========================================================================== */
:root{
  --bg:#080b10;
  --bg-2:#0b0f16;
  --panel:#101622;
  --panel-2:#151c2a;
  --line:#2b3444;
  --text:#f7f8fc;
  --muted:#b7bfcd;
  --muted-2:#929cad;
  --blue:#6f82ff;
  --blue-2:#9aa8ff;
  --lime:#bdff3f;
  --aqua:#58e8d5;
  --coral:#ff8068;
}
body{font-size:16px;line-height:1.65}
h1,h2,h3,.manifesto-line strong,.signal-core strong{font-family:"Space Grotesk","Manrope",system-ui,sans-serif;text-wrap:balance}
p{overflow-wrap:anywhere}
.section{padding:118px 0}
.section-index{font-size:11px;letter-spacing:.13em}
.hud-label{font-size:10px;white-space:nowrap}.hud-link{transition:color .2s}.hud-link:hover{color:var(--lime)}.hide-tablet{display:inline-flex}
.hero{min-height:940px;padding-top:184px}
.hero-layout{grid-template-columns:minmax(0,1.04fr) minmax(470px,.96fr);gap:64px}
.hero h1{font-family:"Space Grotesk","Manrope",sans-serif;font-size:clamp(58px,6.25vw,94px);line-height:.99;letter-spacing:-.058em}
.hero h1 em{font-style:normal;color:var(--lime)}
.hero-lead{font-size:19px;line-height:1.7;max-width:720px;color:#ccd2dc}.hero-lead strong{color:var(--text);font-weight:700}
.hero-proof span{font-size:12px;color:#9da7b7}.hero-proof b{font-size:14px}
.signal-core small{max-width:150px;line-height:1.45}.window-footer div{font-size:9px}.window-footer div span{font-size:8px}
.note-kicker,.window-id,.window-status,.floating-chip,.service-tags span,.footer-nav>span,.footer-base,.case-tags span,.compare-image span,.brief-top{font-size:10px}
.hero-note{max-width:245px}.hero-note strong{font-size:13px;line-height:1.5}

/* Goal navigator */
.goal-section{background:linear-gradient(180deg,#0d1118 0%,#0a0d13 100%);border-top:1px solid var(--line-soft);border-bottom:1px solid var(--line-soft)}
.goal-head h2 em{color:var(--lime)}
.goal-shell{display:grid;grid-template-columns:minmax(290px,.72fr) minmax(0,1.28fr);border:1px solid var(--line);border-radius:28px;overflow:hidden;background:rgba(15,20,30,.8);box-shadow:0 40px 120px rgba(0,0,0,.25)}
.goal-tabs{border-right:1px solid var(--line);background:#0c1119}
.goal-tabs button{width:100%;min-height:116px;border:0;border-bottom:1px solid var(--line);background:transparent;color:var(--text);text-align:left;padding:23px 25px;display:grid;grid-template-columns:34px 1fr;column-gap:10px;align-content:center;cursor:pointer;transition:background .25s,color .25s,padding .25s;position:relative}
.goal-tabs button:last-child{border-bottom:0}.goal-tabs button:hover{background:rgba(255,255,255,.025);padding-left:30px}.goal-tabs button.active{background:linear-gradient(115deg,rgba(189,255,63,.13),rgba(111,130,255,.06))}.goal-tabs button.active::after{content:"";position:absolute;left:0;top:20px;bottom:20px;width:3px;border-radius:2px;background:var(--lime);box-shadow:0 0 24px rgba(189,255,63,.35)}
.goal-tabs button>span{font:500 10px/1 "IBM Plex Mono",monospace;color:var(--blue-2);padding-top:5px}.goal-tabs button b{font:600 18px/1.25 "Space Grotesk",sans-serif}.goal-tabs button small{grid-column:2;color:var(--muted);font-size:12px;line-height:1.55;margin-top:6px;max-width:300px}
.goal-display{position:relative;min-height:520px;padding:58px 60px;display:grid;grid-template-columns:250px minmax(0,1fr);align-items:center;gap:56px;overflow:hidden;background:radial-gradient(circle at 15% 50%,rgba(111,130,255,.1),transparent 33%),linear-gradient(145deg,#111824,#0e131c)}
.goal-display::before{content:"";position:absolute;right:-150px;top:-180px;width:430px;height:430px;border:1px solid rgba(255,255,255,.06);border-radius:50%;box-shadow:0 0 0 65px rgba(255,255,255,.018),0 0 0 130px rgba(255,255,255,.012)}
.goal-orbit{position:relative;width:230px;aspect-ratio:1;border:1px solid #354052;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle,rgba(111,130,255,.1),transparent 63%)}
.goal-orbit::before,.goal-orbit::after{content:"";position:absolute;border-radius:50%;border:1px dashed rgba(189,255,63,.2)}.goal-orbit::before{inset:30px}.goal-orbit::after{inset:63px;border-color:rgba(111,130,255,.28)}
.goal-orbit span{position:absolute;width:9px;height:9px;border-radius:50%;background:var(--lime);top:23px;left:55px;box-shadow:0 0 24px rgba(189,255,63,.7)}.goal-orbit i{position:absolute;width:8px;height:8px;border-radius:50%;background:var(--blue-2);bottom:42px;right:35px;box-shadow:0 0 20px rgba(111,130,255,.7)}.goal-orbit b{font:700 72px/1 "Space Grotesk",sans-serif;letter-spacing:-.08em}
.goal-copy{position:relative;z-index:2}.goal-copy>.mono{font-size:10px;letter-spacing:.12em;color:var(--blue-2)}.goal-copy h3{font-size:clamp(31px,3.2vw,46px);line-height:1.08;letter-spacing:-.04em;margin:13px 0 16px;max-width:720px}.goal-copy>p{color:var(--muted);font-size:15px;line-height:1.75;max-width:720px;margin:0}
.goal-points{list-style:none;margin:24px 0 30px;padding:0;display:grid;gap:10px}.goal-points li{position:relative;padding-left:22px;color:#d6dbe4;font-size:13px;line-height:1.55}.goal-points li::before{content:"↗";position:absolute;left:0;color:var(--lime);font-family:"IBM Plex Mono",monospace;font-size:10px;top:2px}
.goal-honesty{margin:22px 0 0;border:1px solid var(--line);border-radius:16px;padding:15px 18px;color:var(--muted);font-size:12px;display:flex;gap:14px;align-items:center}.goal-honesty span{font:500 9px/1 "IBM Plex Mono",monospace;letter-spacing:.1em;color:var(--lime);white-space:nowrap}.goal-honesty b{color:var(--text);font-weight:600}
.goal-copy.is-changing{animation:goalSwap .28s ease}@keyframes goalSwap{0%{opacity:.3;transform:translateY(7px)}100%{opacity:1;transform:none}}

/* General readability and typography polish */
.section-head{gap:70px;margin-bottom:64px}.section-head h2,.plain-tech-copy h2,.studio-title h2,.faq-intro h2,.standards-top h2{font-family:"Space Grotesk","Manrope",sans-serif;font-size:clamp(45px,5.1vw,74px);line-height:1.03;letter-spacing:-.05em;text-wrap:balance}.section-head>p{font-size:16px;line-height:1.75;color:#b9c1cf}
.value-card h3,.service-row h3,.process-content h3,.studio-lead,.faq-list summary{font-family:"Space Grotesk","Manrope",sans-serif}
.value-card p,.service-row p,.translation-row p,.process-content p,.check-item small,.studio-copy p,.faq-list details p{color:#adb6c6}
.service-row p{font-size:14px}.service-tags span{font-size:9px}.translation-row code{font-size:10px}.translation-row p{font-size:14px}.check-item small{font-size:11px}.check-item b{font-size:14px}
.project-bottom h3{font-family:"Space Grotesk","Manrope",sans-serif}.project-status{font-size:9px}
.studio-principles span{font-size:12px}.manifesto-line strong{letter-spacing:-.035em}
.faq-list summary{font-size:18px}.faq-list details p{font-size:14px;line-height:1.75}

/* Start / pre-sale path */
.start-section{background:linear-gradient(180deg,#0b0f15,#080b10)}
.start-card{border:1px solid var(--line);border-radius:30px;padding:64px;background:linear-gradient(135deg,#111927,#0d131d 65%);position:relative;overflow:hidden;box-shadow:0 36px 100px rgba(0,0,0,.26)}
.start-card::before{content:"";position:absolute;width:470px;height:470px;right:-180px;top:-220px;border-radius:50%;background:radial-gradient(circle,rgba(111,130,255,.15),transparent 65%);pointer-events:none}.start-card::after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(90deg,#000,transparent);pointer-events:none}
.start-card__head{position:relative;z-index:1;display:grid;grid-template-columns:1.15fr .75fr;gap:70px;align-items:end}.start-card__head .section-index{grid-column:1/-1;margin-bottom:-28px}.start-card__head h2{font-size:clamp(45px,5vw,72px);line-height:1.03;letter-spacing:-.05em;margin:0}.start-card__head h2 em{font-style:normal;color:var(--lime)}.start-card__head>p{color:var(--muted);font-size:15px;line-height:1.8;margin:0}
.start-flow{position:relative;z-index:1;display:grid;grid-template-columns:1fr 32px 1fr 32px 1fr;gap:14px;align-items:stretch;margin-top:54px}.start-flow article{border:1px solid var(--line);border-radius:19px;padding:25px;background:rgba(10,14,21,.72);min-height:210px}.start-flow article>span{font:500 10px/1 "IBM Plex Mono",monospace;color:var(--blue-2)}.start-flow article>b{display:block;font:500 10px/1 "IBM Plex Mono",monospace;color:var(--lime);letter-spacing:.08em;text-transform:uppercase;margin:35px 0 8px}.start-flow article h3{font-size:22px;margin:0 0 9px;letter-spacing:-.03em}.start-flow article p{margin:0;color:var(--muted);font-size:12px;line-height:1.65}.start-flow>i{font-style:normal;color:var(--lime);display:grid;place-items:center;font-size:18px}
.start-actions{position:relative;z-index:1;margin-top:30px;display:flex;gap:11px;align-items:center;flex-wrap:wrap}.start-actions small{font-size:11px;color:var(--muted);margin-left:8px}

/* Contact / CTA */
.contact-main{align-items:center}.contact-actions{display:flex;gap:10px;flex-direction:column;min-width:280px}.btn-outline-light{border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.03);color:var(--text)}.btn-outline-light:hover{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.38)}

/* WhatsApp direct access */
.whatsapp-float{position:fixed;right:18px;bottom:18px;z-index:850;display:flex;align-items:center;gap:10px;background:#f5f8ef;color:#11161b;border:1px solid rgba(255,255,255,.5);border-radius:16px;padding:10px 13px 10px 10px;box-shadow:0 18px 60px rgba(0,0,0,.3);transition:transform .2s,box-shadow .2s}.whatsapp-float:hover{transform:translateY(-3px);box-shadow:0 24px 70px rgba(0,0,0,.38)}.whatsapp-float__icon{width:34px;height:34px;border-radius:10px;background:var(--lime);display:grid;place-items:center;font-weight:900}.whatsapp-float>span:last-child{display:flex;flex-direction:column;line-height:1.25}.whatsapp-float b{font-size:11px}.whatsapp-float small{font-size:9px;color:#545b65;margin-top:2px}

/* Brief: a real guided buying path */
.brief-dialog{width:min(960px,calc(100vw - 28px))}.brief-step h2{font-family:"Space Grotesk","Manrope",sans-serif;text-wrap:balance}.option-grid label>span small{font-size:12px;line-height:1.5}.brief-url{display:block;margin-top:20px}.brief-url>span{display:block;color:var(--muted);font-size:12px;margin-bottom:8px}.brief-url>span small{color:var(--muted-2)}.brief-url input{width:100%;border:1px solid var(--line);background:#111722;color:var(--text);border-radius:14px;padding:14px 15px;outline:none}.brief-url input:focus{border-color:var(--blue-2);box-shadow:0 0 0 3px rgba(111,130,255,.12)}.brief-copy-link{border:0;background:transparent;color:var(--muted);padding:10px 2px;cursor:pointer;text-decoration:underline;text-underline-offset:4px}.brief-copy-link:hover{color:var(--text)}

/* Legal */
.footer-base a:hover{color:var(--lime)}

@media (max-width:1180px){
  .hide-tablet{display:none}.goal-display{grid-template-columns:200px 1fr;padding:48px 42px;gap:40px}.goal-orbit{width:190px}.goal-orbit b{font-size:62px}.start-card__head{grid-template-columns:1fr;gap:22px}.start-card__head .section-index{margin-bottom:0}.start-card__head>p{max-width:680px}.contact-actions{min-width:250px}
}
@media (max-width:900px){
  .goal-shell{grid-template-columns:1fr}.goal-tabs{border-right:0;border-bottom:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr}.goal-tabs button{min-height:105px}.goal-tabs button:nth-child(1),.goal-tabs button:nth-child(3){border-right:1px solid var(--line)}.goal-display{min-height:auto}.start-flow{grid-template-columns:1fr}.start-flow>i{transform:rotate(90deg);min-height:20px}.start-flow article{min-height:unset}.contact-main{align-items:flex-start}.contact-actions{width:100%;max-width:390px}.contact-actions .btn{width:100%}
}
@media (max-width:720px){
  .section{padding:84px 0}.hero{padding-top:132px}.hero h1{font-size:clamp(46px,13.4vw,64px);line-height:1.01}.hero-lead{font-size:16px;line-height:1.7}.hero-proof b{font-size:14px}.hero-proof span{font-size:12px}.section-index{font-size:10px}.section-head h2,.plain-tech-copy h2,.studio-title h2,.faq-intro h2,.standards-top h2{font-size:clamp(38px,10.5vw,52px);line-height:1.05}.section-head>p{font-size:15px}.service-row p{font-size:13px}.service-tags span{font-size:9px}.translation-row p{font-size:13px}.translation-row code{font-size:10px}.check-item small{font-size:11px}.faq-list summary{font-size:17px;line-height:1.35}
  .goal-head{margin-bottom:36px}.goal-tabs{grid-template-columns:1fr}.goal-tabs button{min-height:94px;padding:18px 18px}.goal-tabs button:nth-child(1),.goal-tabs button:nth-child(3){border-right:0}.goal-tabs button b{font-size:17px}.goal-tabs button small{font-size:12px}.goal-display{padding:32px 20px;grid-template-columns:1fr;gap:28px}.goal-orbit{width:150px;margin:0 auto}.goal-orbit b{font-size:50px}.goal-copy h3{font-size:30px}.goal-copy>p{font-size:14px}.goal-points li{font-size:12px}.goal-honesty{align-items:flex-start;flex-direction:column;gap:6px;font-size:12px}.goal-honesty span{font-size:9px}
  .start-card{padding:30px 20px;border-radius:23px}.start-card__head h2{font-size:clamp(37px,10.5vw,50px)}.start-card__head>p{font-size:14px}.start-flow{margin-top:36px}.start-flow article{padding:20px}.start-flow article>b{margin-top:24px}.start-actions{align-items:stretch;flex-direction:column}.start-actions .btn{width:100%}.start-actions small{margin:2px 0 0;text-align:center}
  .contact-actions{max-width:none}.contact-main h2{font-size:clamp(38px,10.8vw,52px);line-height:1.06}.contact-bottom p{font-size:13px}.contact-hud{font-size:10px}
  .whatsapp-float{right:12px;bottom:12px;border-radius:50%;width:52px;height:52px;padding:0;justify-content:center}.whatsapp-float__icon{width:40px;height:40px;border-radius:50%}.whatsapp-float>span:last-child{display:none}
  .brief-shell{padding:44px 17px 22px}.brief-step h2{font-size:clamp(34px,9vw,48px)}.brief-step>p{font-size:14px}.option-grid label>span b{font-size:15px}.option-grid label>span small{font-size:12px}.brief-contact-row .brief-copy-link{width:100%}
}

/* Final responsive guardrails: appended after the commercial pass intentionally. */
@media (max-width:1180px){
  .hero-layout{grid-template-columns:1fr;gap:68px}
  .hero-copy{max-width:860px}
  .hero-system{min-height:560px;max-width:760px;width:100%;margin:0 auto}
}
@media (max-width:720px){
  .hero-layout{grid-template-columns:1fr;gap:54px}
  .hero h1{font-size:clamp(44px,12vw,58px);line-height:1.02;max-width:360px}
  .hero-lead{max-width:100%}
  .hero-system{min-height:450px;max-width:100%}
  .window-canvas{height:320px}
}

/* ========================================================================== 
   FINAL PUBLISH AUDIT — UX, readability, trust and conversion polish
   ========================================================================== */
section[id]{scroll-margin-top:118px}

/* Keep the long homepage premium, but remove unnecessary vertical drag. */
.section{padding:112px 0}
.section-head{margin-bottom:58px}

/* 02 / LO QUE IMPORTA: content must never collide with the descriptor. */
.value-card{
  min-height:360px;
  padding:30px 28px 26px;
  display:flex;
  flex-direction:column;
}
.value-card h3{margin:88px 0 14px}
.value-card p{font-size:14px;line-height:1.72}
.value-card small{
  position:static;
  display:block;
  margin-top:auto;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.075);
  color:#9ca6b7;
  font-size:10px;
  line-height:1.45;
  letter-spacing:.055em;
}

/* Light sections had a late global rule that reduced contrast too far. */
.plain-tech-section .translation-row p{color:#4f535c}
.faq-section .faq-list details p{color:#5c6068}
.plain-tech-section .translation-row code{color:#334bc9}
.plain-tech-section .translation-row>span{color:#777c86}

/* Services: the arrow looked clickable while the row did nothing. Give it a real next step. */
.service-row{grid-template-columns:60px minmax(0,1.35fr) minmax(220px,.72fr) 118px}
.service-row:hover{padding-left:10px;padding-right:10px}
.service-tags span{font-size:10px;line-height:1.15}
.service-cta{
  justify-self:end;
  border:0;
  background:transparent;
  color:var(--lime);
  font:700 12px/1.2 "Manrope",sans-serif;
  padding:12px 0 12px 12px;
  cursor:pointer;
  white-space:nowrap;
  display:inline-flex;
  align-items:center;
  gap:8px;
}
.service-cta span{transition:transform .2s ease}
.service-cta:hover span,.service-cta:focus-visible span{transform:translate(4px,-4px)}
.service-cta:focus-visible{outline:2px solid var(--lime);outline-offset:4px;border-radius:8px}

/* Project card is a real keyboard-accessible control. */
.project-card[role="button"]:focus-visible{outline:2px solid var(--lime);outline-offset:5px}

/* Human trust: show who is actually behind the studio without pretending to be a big agency. */
.founder-card{
  margin-top:28px;
  display:grid;
  grid-template-columns:48px 1fr auto;
  gap:14px;
  align-items:center;
  border:1px solid var(--line);
  border-radius:16px;
  padding:13px 14px;
  background:rgba(255,255,255,.025);
}
.founder-monogram{width:46px;height:46px;border:1px solid #465166;border-radius:13px;display:grid;place-items:center;font:600 12px/1 "IBM Plex Mono",monospace;color:var(--lime);letter-spacing:.06em}
.founder-card div{display:flex;flex-direction:column;gap:2px}
.founder-card b{font:600 14px/1.3 "Space Grotesk","Manrope",sans-serif}
.founder-card small{font-size:11px;color:#aeb7c7}
.founder-location{font:500 9px/1.3 "IBM Plex Mono",monospace;letter-spacing:.08em;color:var(--blue-2);text-transform:uppercase;white-space:nowrap}
.footer-founder{display:block;color:#858fa1;font-size:11px;line-height:1.5;margin-top:12px}

/* Mobile menu should offer the direct channel too. */
.mobile-whatsapp{font-size:13px!important;font-weight:600!important;border-bottom:0!important;color:var(--muted)!important;padding:10px 0!important}
.mobile-whatsapp:hover{color:var(--lime)!important}

/* Floating WhatsApp becomes useful after the visitor starts scrolling and gets out of the way near contact/footer. */
.whatsapp-float{opacity:0;pointer-events:none;transform:translateY(12px);transition:opacity .22s ease,transform .22s ease,box-shadow .2s}
.whatsapp-float.is-visible{opacity:1;pointer-events:auto;transform:none}
.whatsapp-float.is-visible:hover{transform:translateY(-3px)}

/* Brief context field: useful for a better first reply, optional to preserve low friction. */
.brief-business{margin:0 0 18px}
.brief-business input{font-size:14px}

@media (max-width:1100px){
  .service-row{grid-template-columns:52px minmax(0,1fr) auto;gap:18px}
  .service-tags{grid-column:2/4}
  .service-cta{grid-column:3;grid-row:1/3;align-self:center}
  .founder-card{grid-template-columns:48px 1fr}.founder-location{grid-column:2}
}

@media (max-width:720px){
  section[id]{scroll-margin-top:78px}
  .section{padding:82px 0}
  .section-head{margin-bottom:40px}
  .value-card{min-height:unset;padding:25px 22px 22px}
  .value-card h3{margin:66px 0 12px}
  .value-card small{font-size:10px;margin-top:22px;padding-top:14px}
  .service-row{grid-template-columns:34px minmax(0,1fr);gap:12px;padding:25px 0}
  .service-row>div:nth-of-type(1){grid-column:2}
  .service-tags{grid-column:2;display:flex}
  .service-cta{grid-column:2;grid-row:auto;justify-self:start;padding:8px 0;margin-top:3px;font-size:12px}
  .founder-card{grid-template-columns:44px 1fr;padding:12px}.founder-monogram{width:42px;height:42px}.founder-location{grid-column:2;font-size:9px}
  .whatsapp-float{right:12px;bottom:12px}
  .brief-business{margin-bottom:16px}
}
body.menu-open{overflow:hidden}
.start-flow article p{font-size:13px;line-height:1.65}
.section-head>p,.hero-lead,.studio-copy p,.contact-bottom p{text-wrap:pretty}
@media (max-width:720px){
  .brand-type small{font-size:9px}
  .project-status{font-size:9px}
  .start-flow article p{font-size:13px}
}

/* ========================================================================== 
   PRODUCTION MOTION SYSTEM — purposeful, subtle and performance-conscious
   ========================================================================== */

/* Motion tokens keep timing coherent across the interface. */
:root{
  --motion-fast:180ms;
  --motion-ui:320ms;
  --motion-enter:720ms;
  --ease-out-expo:cubic-bezier(.16,1,.3,1);
  --ease-spring:cubic-bezier(.22,1,.36,1);
}

/* Hero entrance: staged, fast enough to feel immediate, never blocks interaction. */
body.motion-ui .hero-copy.in-view .eyebrow,
body.motion-ui .hero-copy.in-view h1,
body.motion-ui .hero-copy.in-view .hero-lead,
body.motion-ui .hero-copy.in-view .hero-actions,
body.motion-ui .hero-copy.in-view .hero-proof{
  animation:afHeroEnter var(--motion-enter) var(--ease-out-expo) both;
}
body.motion-ui .hero-copy.in-view h1{animation-delay:70ms}
body.motion-ui .hero-copy.in-view .hero-lead{animation-delay:140ms}
body.motion-ui .hero-copy.in-view .hero-actions{animation-delay:210ms}
body.motion-ui .hero-copy.in-view .hero-proof{animation-delay:280ms}
body.motion-ui .hero-system.in-view{animation:afSystemEnter 880ms var(--ease-out-expo) 130ms both}
@keyframes afHeroEnter{from{opacity:0;transform:translate3d(0,24px,0)}to{opacity:1;transform:none}}
@keyframes afSystemEnter{from{opacity:0;transform:translate3d(26px,18px,0) scale(.975)}to{opacity:1;transform:none}}

/* The grid feels alive without moving content or affecting readability. */
.hero-grid-lines{transform:translate3d(-18px,-18px,0) scale(1.045);animation:afGridDrift 22s ease-in-out infinite alternate;will-change:transform}
@keyframes afGridDrift{to{transform:translate3d(18px,10px,0) scale(1.045)}}

/* Hero system: scan + live status + controlled depth. */
.system-window::after{
  content:"";
  position:absolute;
  z-index:8;
  top:48px;
  bottom:48px;
  left:0;
  width:28%;
  pointer-events:none;
  background:linear-gradient(90deg,transparent,rgba(199,255,74,.035),rgba(127,148,255,.075),transparent);
  transform:translate3d(-160%,0,0) skewX(-10deg);
  animation:afSystemScan 7.5s cubic-bezier(.55,0,.45,1) infinite;
  mix-blend-mode:screen;
}
@keyframes afSystemScan{0%,16%{transform:translate3d(-160%,0,0) skewX(-10deg)}58%,100%{transform:translate3d(470%,0,0) skewX(-10deg)}}
.window-status i{animation:afStatusPulse 2.2s ease-in-out infinite}
.status-dot{animation:afStatusPulse 2.2s ease-in-out infinite}
@keyframes afStatusPulse{0%,100%{box-shadow:0 0 0 3px rgba(199,255,74,.07),0 0 12px rgba(199,255,74,.24);opacity:.78}50%{box-shadow:0 0 0 7px rgba(199,255,74,.02),0 0 24px rgba(199,255,74,.52);opacity:1}}
.signal-core{animation:afCoreBreath 4.4s ease-in-out infinite}
@keyframes afCoreBreath{0%,100%{box-shadow:0 0 0 14px rgba(255,255,255,.018),0 0 58px rgba(91,119,255,.10)}50%{box-shadow:0 0 0 18px rgba(255,255,255,.014),0 0 82px rgba(91,119,255,.18)}}
.hero-note{animation:afNoteFloat 6.4s ease-in-out infinite}
.note-bottom{animation-delay:-3.2s}
@keyframes afNoteFloat{0%,100%{translate:0 0}50%{translate:0 -6px}}

/* A subtle light follows the pointer inside interactive surfaces. JS supplies --mx/--my. */
.motion-surface{position:relative;isolation:isolate;overflow:hidden}
.motion-light{
  position:absolute;
  z-index:5;
  left:0;top:0;
  width:340px;height:340px;
  border-radius:50%;
  pointer-events:none;
  opacity:0;
  transform:translate3d(calc(var(--mx, 0px) - 170px),calc(var(--my, 0px) - 170px),0);
  background:radial-gradient(circle,rgba(127,148,255,.115) 0,rgba(199,255,74,.045) 32%,transparent 68%);
  mix-blend-mode:screen;
  transition:opacity var(--motion-ui) ease;
  will-change:transform,opacity;
}
.motion-surface:hover>.motion-light{opacity:1}
.value-card>.motion-light{background:radial-gradient(circle,rgba(199,255,74,.08),rgba(127,148,255,.045) 34%,transparent 68%)}
.service-row>.motion-light{width:300px;height:300px;background:radial-gradient(circle,rgba(199,255,74,.07),transparent 66%)}

/* Cards respond with depth rather than loud decoration. */
.value-card{transition:background var(--motion-ui) ease,transform var(--motion-ui) var(--ease-spring),border-color var(--motion-ui) ease}
.value-card:hover{transform:translate3d(0,-6px,0);background:rgba(255,255,255,.042)}
.card-signal{animation:afSignal 3.4s ease-in-out infinite}
.value-card:nth-child(2) .card-signal{animation-delay:-.8s}.value-card:nth-child(3) .card-signal{animation-delay:-1.6s}.value-card:nth-child(4) .card-signal{animation-delay:-2.4s}
@keyframes afSignal{0%,100%{scale:.82;opacity:.68;box-shadow:0 0 0 0 currentColor}50%{scale:1;opacity:1;box-shadow:0 0 16px 1px currentColor}}

/* Goal system: a quiet breathing interface, not a game UI. */
.goal-orbit{animation:afGoalBreath 4.8s ease-in-out infinite}
.goal-orbit span{animation:afGoalDot 7.2s ease-in-out infinite}
.goal-orbit i{animation:afGoalDot 7.2s ease-in-out -3.6s infinite}
@keyframes afGoalBreath{0%,100%{box-shadow:0 0 0 rgba(111,130,255,0)}50%{box-shadow:0 0 62px rgba(111,130,255,.11)}}
@keyframes afGoalDot{0%,100%{filter:brightness(.9);scale:.86}50%{filter:brightness(1.25);scale:1.15}}
.goal-tabs button{position:relative;overflow:hidden}
.goal-tabs button::after{content:"";position:absolute;inset:auto 16px 0;height:1px;background:linear-gradient(90deg,transparent,var(--lime),transparent);transform:scaleX(0);transition:transform var(--motion-ui) var(--ease-out-expo);transform-origin:left}
.goal-tabs button:hover::after,.goal-tabs button.active::after{transform:scaleX(1)}

/* Services communicate interactivity before the click. */
.service-row{position:relative;overflow:hidden;transition:padding var(--motion-ui) var(--ease-out-expo),background var(--motion-ui) ease}
.service-row::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:1px;background:linear-gradient(90deg,var(--lime),var(--blue-2),transparent 78%);transform:scaleX(0);transform-origin:left;transition:transform 440ms var(--ease-out-expo)}
.service-row:hover::after{transform:scaleX(1)}
.service-row:hover{background:rgba(255,255,255,.018)}
.service-row h3,.service-row p,.service-tags,.service-cta{position:relative;z-index:6}

/* Selected work: real pointer depth for the browser mockup. */
.project-card{transition:border-color var(--motion-ui) ease,box-shadow 420ms ease,transform 420ms var(--ease-spring)}
.project-card:hover{border-color:#39445a;box-shadow:0 46px 120px rgba(0,0,0,.34);transform:translate3d(0,-3px,0)}
.project-browser{will-change:transform;transform-style:preserve-3d}
.project-overlay{will-change:transform}

/* Process: make state changes feel engineered. */
.process-nav button{position:relative;overflow:hidden}
.process-nav button::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background:rgba(199,255,74,.55);transform:scaleX(0);transform-origin:left;transition:transform var(--motion-ui) var(--ease-out-expo)}
.process-nav button:hover::after,.process-nav button.active::after{transform:scaleX(1)}
.process-visual{animation:afProcessGlow 5.2s ease-in-out infinite}
@keyframes afProcessGlow{0%,100%{box-shadow:inset 0 0 0 rgba(91,119,255,0),0 0 0 rgba(91,119,255,0)}50%{box-shadow:inset 0 0 60px rgba(91,119,255,.035),0 0 58px rgba(91,119,255,.055)}}

/* Delivery console: sequential checks when the section enters the viewport. */
.standards-console.in-view .check-item{animation:afCheckEnter 560ms var(--ease-out-expo) both}
.standards-console.in-view .check-item:nth-child(2){animation-delay:70ms}.standards-console.in-view .check-item:nth-child(3){animation-delay:140ms}.standards-console.in-view .check-item:nth-child(4){animation-delay:210ms}.standards-console.in-view .check-item:nth-child(5){animation-delay:280ms}.standards-console.in-view .check-item:nth-child(6){animation-delay:350ms}
.standards-console.in-view .check{animation:afCheckPop 420ms var(--ease-spring) both}
.standards-console.in-view .check-item:nth-child(2) .check{animation-delay:100ms}.standards-console.in-view .check-item:nth-child(3) .check{animation-delay:170ms}.standards-console.in-view .check-item:nth-child(4) .check{animation-delay:240ms}.standards-console.in-view .check-item:nth-child(5) .check{animation-delay:310ms}.standards-console.in-view .check-item:nth-child(6) .check{animation-delay:380ms}
@keyframes afCheckEnter{from{opacity:.25;transform:translate3d(0,12px,0)}to{opacity:1;transform:none}}
@keyframes afCheckPop{from{scale:.65;opacity:.3}to{scale:1;opacity:1}}

/* Calls to action get a controlled highlight sweep on hover/focus. */
.btn-primary{position:relative;overflow:hidden;isolation:isolate}
.btn-primary::before{content:"";position:absolute;z-index:-1;top:-40%;bottom:-40%;left:-42%;width:28%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.55),transparent);transform:skewX(-18deg) translateX(-180%);transition:transform 620ms var(--ease-out-expo)}
.btn-primary:hover::before,.btn-primary:focus-visible::before{transform:skewX(-18deg) translateX(620%)}

/* Start flow communicates sequence even before interaction. */
.start-flow>i{animation:afArrowNudge 2.8s ease-in-out infinite}
.start-flow>i:nth-of-type(2){animation-delay:-1.4s}
@keyframes afArrowNudge{0%,100%{translate:0 0;opacity:.58}50%{translate:5px 0;opacity:1}}

/* Contact grid drifts almost imperceptibly to keep the final conversion area alive. */
.contact-grid-lines{transform:translate3d(-14px,-14px,0) scale(1.035);animation:afContactGrid 18s ease-in-out infinite alternate;will-change:transform}
@keyframes afContactGrid{to{transform:translate3d(16px,9px,0) scale(1.035)}}

/* Active navigation gives orientation on long pages. */
.desktop-nav a{position:relative}
.desktop-nav a::after{content:"";position:absolute;left:0;right:0;bottom:-9px;height:1px;background:var(--lime);transform:scaleX(0);transform-origin:left;transition:transform var(--motion-ui) var(--ease-out-expo)}
.desktop-nav a.is-current{color:var(--text)}
.desktop-nav a.is-current::after,.desktop-nav a:hover::after{transform:scaleX(1)}

/* Strong visual focus without changing layout. */
.founder-card,.standards-console,.goal-display{transition:border-color var(--motion-ui) ease,box-shadow var(--motion-ui) ease}
.founder-card:hover,.standards-console:hover,.goal-display:hover{border-color:#3a4559;box-shadow:0 24px 70px rgba(0,0,0,.16)}

/* Touch devices keep the animation language but remove pointer-only theatrics. */
@media (hover:none),(pointer:coarse){
  .value-card:hover,.project-card:hover{transform:none}
  .motion-light{display:none}
  .hero-note{animation:none}
}

/* Mobile: motion stays compact and never competes with content. */
@media (max-width:720px){
  .hero-grid-lines,.contact-grid-lines{animation-duration:28s}
  .system-window::after{animation-duration:9s}
  .value-card:hover{transform:none}
  .start-flow>i{animation-name:afArrowNudgeMobile}
  @keyframes afArrowNudgeMobile{0%,100%{translate:0 0;opacity:.58}50%{translate:0 4px;opacity:1}}
}

/* Accessibility: non-essential motion disappears when the OS asks for it. */
@media (prefers-reduced-motion:reduce){
  .hero-grid-lines,.contact-grid-lines,.system-window::after,.window-status i,.status-dot,.signal-core,.hero-note,.card-signal,.goal-orbit,.goal-orbit span,.goal-orbit i,.process-visual,.start-flow>i,.standards-console.in-view .check-item,.standards-console.in-view .check{animation:none!important}
  body.motion-ui .hero-copy.in-view .eyebrow,body.motion-ui .hero-copy.in-view h1,body.motion-ui .hero-copy.in-view .hero-lead,body.motion-ui .hero-copy.in-view .hero-actions,body.motion-ui .hero-copy.in-view .hero-proof,body.motion-ui .hero-system.in-view{animation:none!important;opacity:1!important;transform:none!important}
  .motion-light{display:none!important}
  .project-browser{transform:none!important}
}

/* Continuous decorative loops sleep outside the viewport. */
.hero:not(.motion-visible) .hero-grid-lines,
.hero:not(.motion-visible) .system-window::after,
.hero:not(.motion-visible) .window-status i,
.hero:not(.motion-visible) .status-dot,
.hero:not(.motion-visible) .signal-orbit,
.hero:not(.motion-visible) .signal-core,
.hero:not(.motion-visible) .floating-chip,
.hero:not(.motion-visible) .hero-note,
.hero:not(.motion-visible) .ticker-track,
.goal-section:not(.motion-visible) .goal-orbit,
.goal-section:not(.motion-visible) .goal-orbit span,
.goal-section:not(.motion-visible) .goal-orbit i,
.process-section:not(.motion-visible) .process-orbit,
.process-section:not(.motion-visible) .process-visual,
.contact-section:not(.motion-visible) .contact-grid-lines{
  animation-play-state:paused!important;
}
/* Value cards sit inside a clipped shared frame: keep motion internal, never shift the grid itself. */
.value-card:hover{transform:none;box-shadow:inset 0 0 48px rgba(127,148,255,.028)}


/* ========================================================================== 
   FINAL ATMOSPHERIC BACKGROUNDS — production motion, intentionally restrained
   Motion is used only in orientation/conversion zones. Dense reading sections
   remain visually calm so the page keeps contrast, hierarchy and seriousness.
   ========================================================================== */
.hero,.goal-section,.process-section,.start-section,.contact-section{isolation:isolate}
.hero>.container,.goal-section>.container,.process-section>.container,.start-section>.container,.contact-section>.container{z-index:2}
.hero-grid-lines,.contact-grid-lines{z-index:1}

/* HERO — slow aurora + a very faint travelling light band. */
.hero::before{
  content:"";
  position:absolute;
  z-index:0;
  inset:-18% -12% -8%;
  pointer-events:none;
  background:
    radial-gradient(ellipse at 15% 28%,rgba(91,119,255,.13) 0,rgba(91,119,255,.045) 24%,transparent 53%),
    radial-gradient(ellipse at 80% 23%,rgba(199,255,74,.07) 0,rgba(199,255,74,.022) 20%,transparent 47%),
    radial-gradient(ellipse at 68% 78%,rgba(76,224,210,.065) 0,transparent 40%),
    radial-gradient(ellipse at 26% 88%,rgba(255,121,89,.045) 0,transparent 34%);
  opacity:.9;
  transform:translate3d(0,0,0) scale(1.04);
  animation:afHeroAurora 19s cubic-bezier(.45,.05,.55,.95) infinite alternate;
  will-change:transform;
}
.hero::after{
  content:"";
  position:absolute;
  z-index:1;
  top:104px;
  bottom:8%;
  left:-48%;
  width:50%;
  pointer-events:none;
  background:linear-gradient(108deg,transparent 34%,rgba(127,148,255,.028) 45%,rgba(199,255,74,.028) 51%,rgba(76,224,210,.018) 56%,transparent 69%);
  transform:skewX(-10deg) translate3d(0,0,0);
  animation:afHeroSweep 17s ease-in-out infinite;
  will-change:transform;
}
@keyframes afHeroAurora{
  0%{transform:translate3d(-1.8%,-1%,0) scale(1.035) rotate(-.35deg)}
  52%{transform:translate3d(1.5%,1.1%,0) scale(1.065) rotate(.2deg)}
  100%{transform:translate3d(2.6%,-.4%,0) scale(1.045) rotate(.55deg)}
}
@keyframes afHeroSweep{
  0%,15%{transform:skewX(-10deg) translate3d(-12vw,0,0);opacity:0}
  28%{opacity:.85}
  60%{opacity:.85}
  78%,100%{transform:skewX(-10deg) translate3d(170vw,0,0);opacity:0}
}

/* GOALS — quiet vector field: enough movement to feel alive, never enough to compete. */
.goal-section::before{
  content:"";
  position:absolute;
  z-index:0;
  inset:-8% -10%;
  pointer-events:none;
  background:
    radial-gradient(ellipse at 17% 35%,rgba(199,255,74,.055),transparent 28%),
    radial-gradient(ellipse at 78% 64%,rgba(91,119,255,.09),transparent 34%),
    radial-gradient(ellipse at 54% 12%,rgba(76,224,210,.035),transparent 26%);
  transform:translate3d(0,0,0);
  animation:afGoalAmbient 23s ease-in-out infinite alternate;
  will-change:transform;
}
.goal-section::after{
  content:"";
  position:absolute;
  z-index:0;
  inset:0;
  pointer-events:none;
  opacity:.13;
  background-image:radial-gradient(circle,rgba(127,148,255,.42) .75px,transparent 1px);
  background-size:52px 52px;
  mask-image:linear-gradient(90deg,transparent 0,#000 24%,#000 76%,transparent 100%);
  animation:afDotDrift 30s linear infinite;
}
@keyframes afGoalAmbient{
  from{transform:translate3d(-2%,1%,0) scale(1.02)}
  to{transform:translate3d(2.8%,-1.5%,0) scale(1.07)}
}
@keyframes afDotDrift{to{background-position:52px 26px}}

/* PROCESS — a moving systems field behind the interactive process, plus a scan in the active canvas. */
.process-section::before{
  content:"";
  position:absolute;
  z-index:0;
  inset:-12% -8%;
  pointer-events:none;
  background:
    radial-gradient(ellipse at 22% 48%,rgba(91,119,255,.10),transparent 31%),
    radial-gradient(ellipse at 86% 22%,rgba(199,255,74,.045),transparent 24%),
    radial-gradient(ellipse at 68% 88%,rgba(76,224,210,.035),transparent 28%);
  transform:translate3d(0,0,0) scale(1.03);
  animation:afProcessAmbient 21s ease-in-out infinite alternate;
  will-change:transform;
}
.process-section::after{
  content:"";
  position:absolute;
  z-index:0;
  inset:0;
  pointer-events:none;
  opacity:.14;
  background-image:linear-gradient(115deg,transparent 0 48%,rgba(127,148,255,.12) 49%,transparent 50% 100%);
  background-size:118px 118px;
  mask-image:linear-gradient(to bottom,transparent,#000 22%,#000 80%,transparent);
  animation:afVectorShift 26s linear infinite;
}
.process-display{position:relative;overflow:hidden}
.process-display::before{
  content:"";
  position:absolute;
  z-index:0;
  top:-15%;bottom:-15%;left:-34%;width:26%;
  pointer-events:none;
  background:linear-gradient(90deg,transparent,rgba(127,148,255,.04),rgba(199,255,74,.025),transparent);
  transform:skewX(-10deg);
  animation:afPanelScan 10.5s ease-in-out infinite;
  will-change:transform;
}
.process-display>*{position:relative;z-index:1}
@keyframes afProcessAmbient{
  0%{transform:translate3d(-1.4%,0,0) scale(1.03)}
  100%{transform:translate3d(2.5%,-1%,0) scale(1.075)}
}
@keyframes afVectorShift{to{background-position:118px 59px}}
@keyframes afPanelScan{
  0%,18%{transform:skewX(-10deg) translate3d(-25vw,0,0);opacity:0}
  30%,68%{opacity:1}
  82%,100%{transform:skewX(-10deg) translate3d(95vw,0,0);opacity:0}
}

/* START — animate the two existing layers instead of adding more visual weight. */
.start-card::before{animation:afStartGlow 12s ease-in-out infinite alternate;will-change:transform}
.start-card::after{animation:afStartGrid 24s linear infinite;will-change:background-position}
@keyframes afStartGlow{
  from{transform:translate3d(-4%,2%,0) scale(.96);opacity:.82}
  to{transform:translate3d(6%,-5%,0) scale(1.11);opacity:1}
}
@keyframes afStartGrid{to{background-position:72px 36px}}

/* CONTACT — ambient color moves behind the conversion copy; the existing grid stays the technical layer. */
.contact-card::before{
  content:"";
  position:absolute;
  z-index:0;
  inset:-35% -10%;
  pointer-events:none;
  background:
    radial-gradient(ellipse at 18% 55%,rgba(91,119,255,.14),transparent 29%),
    radial-gradient(ellipse at 77% 38%,rgba(199,255,74,.075),transparent 24%),
    radial-gradient(ellipse at 58% 86%,rgba(76,224,210,.045),transparent 26%);
  transform:translate3d(0,0,0) scale(1.02);
  animation:afContactAurora 15s ease-in-out infinite alternate;
  will-change:transform;
}
.contact-card>.section-index,.contact-main,.contact-bottom{position:relative;z-index:2}
@keyframes afContactAurora{
  0%{transform:translate3d(-2%,1%,0) scale(1.02)}
  100%{transform:translate3d(3%,-2%,0) scale(1.08)}
}

/* Motion is paused when the zone is off-screen. */
.hero::before,.hero::after,.goal-section::before,.goal-section::after,.process-section::before,.process-section::after,.process-display::before,.start-card::before,.start-card::after,.contact-card::before{animation-play-state:paused}
.hero.motion-visible::before,.hero.motion-visible::after,.goal-section.motion-visible::before,.goal-section.motion-visible::after,.process-section.motion-visible::before,.process-section.motion-visible::after,.process-section.motion-visible .process-display::before,.start-section.motion-visible .start-card::before,.start-section.motion-visible .start-card::after,.contact-section.motion-visible .contact-card::before{animation-play-state:running}

/* Touch devices keep the atmosphere but lower its visual energy and computational cost. */
@media (max-width:720px){
  .hero::before{opacity:.66;animation-duration:25s}
  .hero::after{display:none}
  .goal-section::before{opacity:.62;animation-duration:30s}
  .goal-section::after{opacity:.08;animation-duration:38s}
  .process-section::before{opacity:.62;animation-duration:29s}
  .process-section::after{display:none}
  .process-display::before{opacity:.7;animation-duration:14s}
  .start-card::before{opacity:.72;animation-duration:17s}
  .start-card::after{opacity:.55;animation-duration:32s}
  .contact-card::before{opacity:.68;animation-duration:22s}
}

/* Users who request less motion get the exact same visual hierarchy without decorative animation. */
@media (prefers-reduced-motion:reduce){
  .hero::before,.hero::after,.goal-section::before,.goal-section::after,.process-section::before,.process-section::after,.process-display::before,.start-card::before,.start-card::after,.contact-card::before{animation:none!important;transform:none!important}
  .hero::after,.process-display::before{display:none!important}
}

/* ========================================================================== 
   RELEASE 1.0 — FINAL VISUAL / RESPONSIVE AUDIT
   These overrides intentionally sit last. They fix production-only layout
   issues found after the SEO architecture pass without changing brand direction.
   ========================================================================== */
html,body{max-width:100%;overflow-x:clip}

/* The last cream transition should feel intentional, not like an empty block. */
.contact-section{padding-bottom:58px}

/* Footer: four content groups are four real columns on desktop. The previous
   three-column grid pushed Contact to a second row and created an unnecessary
   empty area on wide screens. */
.site-footer{padding:56px 0 24px}
.footer-grid{
  grid-template-columns:minmax(285px,1.38fr) minmax(135px,.68fr) minmax(155px,.78fr) minmax(215px,1fr);
  gap:clamp(34px,4vw,64px);
  align-items:start;
}
.footer-grid>div:first-child{max-width:370px}
.brand--footer{margin-bottom:18px}
.footer-grid>div:first-child>p{font-size:14px;line-height:1.65;margin:0 0 4px}
.footer-founder{font-size:11px;line-height:1.55;margin-top:11px;color:#98a1b1}
.footer-nav{gap:10px;min-width:0}
.footer-nav>span{font-size:10px;line-height:1.4;margin-bottom:7px;color:#8f98aa}
.footer-nav a,.footer-nav button{font-size:14px;line-height:1.5;max-width:100%;white-space:normal;width:fit-content}
.footer-base{margin-top:42px;padding-top:20px;font-size:10px;line-height:1.5;flex-wrap:wrap}

/* Keep the big decorative systems inside the visual canvas at every width.
   Their geometry may extend beyond the viewport, but it must never create a
   horizontal browsing surface. */
.hero,.goal-section,.process-section,.start-section,.contact-section,.site-footer{overflow-x:clip}

/* Tablet footer: two balanced rows rather than one overloaded column. */
@media (max-width:1100px) and (min-width:721px){
  .footer-grid{grid-template-columns:minmax(260px,1.2fr) minmax(180px,.8fr);gap:42px 64px}
  .footer-grid>div:first-child{max-width:420px}
  .footer-base{justify-content:flex-start;gap:18px 38px}
}

@media (max-width:720px){
  html,body{overflow-x:hidden}
  .contact-section{padding-bottom:42px}
  .site-footer{padding:46px 0 22px}
  .footer-grid{grid-template-columns:1fr;gap:30px}
  .footer-grid>div:first-child{max-width:none}
  .footer-nav{padding-top:2px}
  .footer-nav>span{font-size:10px}
  .footer-nav a,.footer-nav button{font-size:14px}
  .footer-base{margin-top:36px;padding-top:18px;gap:8px;font-size:10px}
}

/* Closed mobile navigation must be fully absent visually. Translating by a
   percentage of its own height left a thin strip visible on some viewport
   heights. Visibility + opacity removes that edge case entirely. */
.mobile-menu{
  transform:translateY(-14px);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .26s ease,transform .36s cubic-bezier(.25,.8,.25,1),visibility 0s linear .36s;
}
.mobile-menu.open{
  transform:none;
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transition-delay:0s;
}


/* ========================================================================== 
   RELEASE 1.0.1 — FINAL HOST PATCH
   Purpose: make the selected-project preview fit every desktop/tablet viewport
   without cropping, keep overlays off the content, and slightly improve use
   of wide desktop space while preserving the approved visual system.
   ========================================================================== */

/* A 1280px content canvas is intentionally wide enough for modern desktop
   screens while keeping readable line lengths through local max-width rules. */
@media (min-width:1101px){
  :root{--container:min(1280px,calc(100vw - 48px))}
}

/* Selected work: the preview is a real screenshot. It must always be shown
   complete; cropping a redesign makes the work look broken even when it isn't. */
.project-stage{
  padding:72px clamp(28px,4.2vw,60px) 0;
}
.project-browser{
  transform-origin:50% 50%;
}
.project-browser img{
  display:block;
  width:100%;
  height:auto!important;
  aspect-ratio:auto!important;
  object-fit:contain!important;
  object-position:top center!important;
}

/* Keep the action visible but out of the client's screenshot. */
.project-overlay{
  top:20px;
  right:clamp(28px,4.2vw,60px);
  width:auto;
  height:34px;
  min-width:0;
  padding:0 13px;
  border-radius:999px;
  flex-direction:row;
  gap:8px;
  white-space:nowrap;
  font-size:8px;
  box-shadow:0 10px 26px rgba(0,0,0,.24),0 0 26px rgba(199,255,74,.08);
}
.project-overlay b{font-size:13px;line-height:1}
.project-card:hover .project-overlay{transform:translateY(-1px)}

/* Give text a little more breathing room at the two awkward middle widths
   where 4-column layouts can otherwise feel visually compressed. */
@media (min-width:1101px) and (max-width:1320px){
  .project-bottom{gap:48px;padding-inline:40px}
  .section-head{gap:54px}
}

@media (max-width:720px){
  .project-stage{padding:56px 14px 0}
  .project-overlay{
    top:14px;
    right:16px;
    width:auto;
    height:30px;
    padding:0 10px;
    font-size:7px;
  }
  .project-overlay b{font-size:12px}
  .project-browser img{width:100%;height:auto!important;aspect-ratio:auto!important}
}

/* RELEASE 1.1 — conversion layer */
.hero-audit-link{display:inline-flex;align-items:center;gap:8px;margin-top:15px;color:var(--muted);font-size:12px;font-weight:600;border-bottom:1px solid transparent;transition:.2s}.hero-audit-link span{color:var(--lime)}.hero-audit-link:hover,.hero-audit-link:focus-visible{color:var(--text);border-bottom-color:var(--line);outline:none}
.audit-strip-section{position:relative;padding:0 0 18px}.audit-strip{border:1px solid var(--line);border-radius:28px;background:radial-gradient(circle at 90% 15%,rgba(91,119,255,.18),transparent 32%),linear-gradient(145deg,#141925,#0d1017);padding:34px 38px;display:grid;grid-template-columns:minmax(0,1.4fr) auto;gap:50px;align-items:center;box-shadow:0 24px 70px rgba(0,0,0,.18)}.audit-strip .section-index{margin-bottom:12px}.audit-strip h2{font:600 clamp(30px,3vw,44px)/1.08 "Space Grotesk",sans-serif;letter-spacing:-.04em;margin:0 0 12px}.audit-strip h2 em{font-style:normal;color:var(--lime)}.audit-strip p{color:var(--muted);margin:0;max-width:760px}.audit-strip__action{display:flex;flex-direction:column;align-items:flex-start;gap:9px}.audit-strip__action small{color:var(--muted-2);font-size:10px;max-width:250px;line-height:1.5}
@media(max-width:820px){.audit-strip{grid-template-columns:1fr;gap:26px;padding:28px}.audit-strip__action{width:100%}.audit-strip__action .btn{width:100%}}
@media(max-width:520px){.hero-audit-link{font-size:11px;line-height:1.5}.audit-strip{padding:22px;border-radius:22px}.audit-strip h2{font-size:32px}}

/* ========================================================================== 
   RELEASE 13 — GUIDED GLOBAL NAVIGATION + BUYER ROUTER
   ========================================================================== */
.desktop-nav--guided{gap:22px}
.nav-dropdown{position:relative}
.nav-dropdown>summary{list-style:none;cursor:pointer;font-size:13px;color:var(--muted);display:flex;align-items:center;gap:6px;min-height:44px;user-select:none;transition:color .2s ease}
.nav-dropdown>summary::-webkit-details-marker{display:none}
.nav-dropdown>summary span{font-size:10px;transition:transform .2s ease;color:var(--muted-2)}
.nav-dropdown[open]>summary,.nav-dropdown:hover>summary,.nav-dropdown:focus-within>summary{color:var(--text)}
.nav-dropdown[open]>summary span{transform:rotate(180deg)}
.nav-popover{display:grid!important;position:absolute;top:calc(100% + 15px);left:50%;transform:translate(-50%,9px);width:470px;padding:10px;border:1px solid #333b4b;border-radius:20px;background:rgba(12,15,21,.985);box-shadow:0 28px 75px rgba(0,0,0,.46);backdrop-filter:blur(22px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease,transform .18s ease,visibility .18s;z-index:940}
.nav-popover:before{content:"";position:absolute;top:-18px;left:0;right:0;height:20px}
.nav-dropdown[open]>.nav-popover,.nav-dropdown:hover>.nav-popover,.nav-dropdown:focus-within>.nav-popover{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,0)}
.nav-popover--services{width:420px}
.nav-popover__label{padding:10px 12px 8px;font:500 8px/1 "IBM Plex Mono",monospace;letter-spacing:.13em;color:#778294}
.nav-popover>a{display:grid;grid-template-columns:1fr auto;gap:3px 14px;padding:13px 12px;border-radius:13px;border:1px solid transparent;color:var(--text)!important}
.nav-popover>a:hover,.nav-popover>a:focus-visible,.nav-popover>a[aria-current="page"]{background:#141923;border-color:#2d3544;outline:none}
.nav-popover>a b{font-size:13px;line-height:1.25}
.nav-popover>a small{grid-column:1;color:#929cab;font-size:10px;line-height:1.45}
.nav-popover>a i{grid-column:2;grid-row:1/3;align-self:center;font-style:normal;color:var(--lime);font-size:15px}
.desktop-nav--guided>a[aria-current="page"]{color:var(--text)}
.nav-main-cta{white-space:nowrap}

/* Mobile navigation is organized by buyer intent instead of technical jargon. */
.mobile-menu nav{overflow-y:auto;max-height:calc(100vh - 104px);padding:30px 0 42px;gap:0}
.mobile-nav-label{display:block;margin:9px 0 10px;font:500 9px/1 "IBM Plex Mono",monospace;color:#788292;letter-spacing:.13em}
.mobile-nav-label--services{margin-top:24px}
.mobile-menu nav>a.mobile-nav-feature{display:grid;grid-template-columns:1fr auto;gap:2px 14px;padding:13px 2px;border-bottom:1px solid var(--line);font-size:inherit;font-weight:inherit}
.mobile-nav-feature b{font:650 clamp(20px,5.4vw,27px)/1.1 "Space Grotesk",sans-serif;letter-spacing:-.025em}
.mobile-nav-feature small{font-size:11px;color:var(--muted);line-height:1.45;margin-top:3px}
.mobile-nav-feature i{grid-column:2;grid-row:1/3;align-self:center;font-style:normal;color:var(--lime);font-size:18px}
.mobile-nav-feature[aria-current="page"] b{color:var(--lime)}
.mobile-nav-compact{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line);border-left:1px solid var(--line);border-radius:14px;overflow:hidden}
.mobile-nav-compact a{padding:11px 12px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);font-size:11px;color:#c4cad4;font-weight:650}
.mobile-nav-compact a:nth-child(even){border-right:0}
.mobile-nav-start{display:flex!important;align-items:center;justify-content:space-between;margin-top:18px!important;padding:14px 16px!important;border:0!important;border-radius:999px;background:var(--lime);color:var(--ink)!important;font-size:13px!important;font-weight:800!important}
.mobile-menu .mobile-whatsapp{margin-top:9px!important;padding:12px 2px!important;border:0!important;font-size:10px!important;color:var(--muted)!important;font-family:"IBM Plex Mono",monospace;font-weight:500!important}
@media(max-width:720px){.mobile-menu nav{max-height:calc(100vh - 66px);padding-top:22px}.mobile-nav-feature b{font-size:21px}}

/* Homepage — immediate routing to the right commercial path. */
.route-section{padding-top:108px;padding-bottom:118px;background:linear-gradient(180deg,#0b0d12,#0d1017);border-top:1px solid var(--line-soft);border-bottom:1px solid var(--line-soft)}
.route-head{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.55fr);gap:80px;align-items:end;margin-bottom:48px}
.route-head h2{font:600 clamp(43px,5vw,72px)/1.02 "Space Grotesk",sans-serif;letter-spacing:-.05em;margin:0}
.route-head h2 em{font-style:normal;color:var(--lime)}
.route-head>p{margin:0;color:#b6bdc9;font-size:16px;line-height:1.75;max-width:590px}
.route-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}
.route-card{position:relative;min-height:390px;padding:29px;border:1px solid #2d3442;border-radius:25px;background:linear-gradient(145deg,#141924,#0e1219);overflow:hidden;display:flex;flex-direction:column;transition:transform .25s ease,border-color .25s ease,background .25s ease,box-shadow .25s ease}
.route-card:before{content:"";position:absolute;width:290px;height:290px;border-radius:50%;right:-150px;top:-150px;background:radial-gradient(circle,rgba(91,119,255,.15),transparent 68%);pointer-events:none}
.route-card--professional:before{background:radial-gradient(circle,rgba(76,224,210,.14),transparent 68%)}
.route-card--campaign:before{background:radial-gradient(circle,rgba(255,121,89,.12),transparent 68%)}
.route-card--audit:before{background:radial-gradient(circle,rgba(199,255,74,.10),transparent 68%)}
.route-card:hover,.route-card:focus-visible{transform:translateY(-5px);border-color:#4a556a;background:linear-gradient(145deg,#171d29,#10141c);box-shadow:0 30px 70px rgba(0,0,0,.2);outline:none}
.route-card__top{display:flex;align-items:center;justify-content:space-between;position:relative;z-index:1}
.route-card__top span{font:500 9px/1 "IBM Plex Mono",monospace;letter-spacing:.11em;color:var(--blue-2)}
.route-card__top i{font-style:normal;color:var(--lime);font-size:19px}
.route-card h3{position:relative;z-index:1;font:600 clamp(28px,2.55vw,39px)/1.07 "Space Grotesk",sans-serif;letter-spacing:-.04em;margin:53px 0 15px;max-width:590px}
.route-card>p{position:relative;z-index:1;margin:0;color:#aab2bf;font-size:13px;line-height:1.72;max-width:610px}
.route-card ul{position:relative;z-index:1;list-style:none;padding:0;margin:27px 0 28px;display:flex;flex-wrap:wrap;gap:7px}
.route-card li{border:1px solid #303848;border-radius:999px;padding:6px 9px;font:500 8px/1.2 "IBM Plex Mono",monospace;color:#aab3c0}
.route-card>strong{position:relative;z-index:1;margin-top:auto;font-size:12px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding-top:18px;border-top:1px solid var(--line);color:#edf0f5}
.route-card>strong span{color:var(--lime);font-size:16px}
.route-help{margin-top:13px;border:1px solid #303746;border-radius:20px;padding:20px 22px;display:grid;grid-template-columns:.7fr 1fr auto;gap:30px;align-items:center;background:rgba(255,255,255,.018)}
.route-help div{display:flex;flex-direction:column;gap:4px}.route-help span{font:500 8px/1 "IBM Plex Mono",monospace;color:var(--blue-2);letter-spacing:.1em}.route-help b{font-size:13px}.route-help p{margin:0;color:var(--muted);font-size:11px;line-height:1.6}.route-help .btn{white-space:nowrap}
@media(max-width:980px){.route-head{grid-template-columns:1fr;gap:25px}.route-grid{grid-template-columns:1fr}.route-card{min-height:330px}.route-help{grid-template-columns:1fr;gap:12px}.route-help .btn{justify-self:start}}
@media(max-width:720px){.route-section{padding:78px 0}.route-head{margin-bottom:34px}.route-head h2{font-size:clamp(39px,11vw,52px)}.route-head>p{font-size:14px}.route-card{min-height:0;padding:23px;border-radius:21px}.route-card h3{margin-top:42px;font-size:31px}.route-card ul{margin:22px 0}.route-card>strong{font-size:11px}.route-help{padding:20px}.route-help .btn{width:100%}}
.nav-popover>a::after{display:none!important}
