@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;600;700&display=swap");.light,:root{--bg:#f8fbff;--bg-soft:#eef5ff;--surface:hsla(0,0%,100%,.84);--surface-strong:#fff;--text:#0f172a;--text-muted:#475569;--line:rgba(15,23,42,.08);--primary:#0a4da6;--primary-strong:#083b7d;--primary-soft:rgba(10,77,166,.12);--accent:#f57c00;--success:#2e7d32;--shadow-sm:0 8px 24px rgba(15,23,42,.06);--shadow-md:0 20px 60px rgba(15,23,42,.12);--hero:linear-gradient(180deg,#f8fbff,#eef6ff 52%,#fff);--hero-glow-a:rgba(10,77,166,.18);--hero-glow-b:rgba(245,124,0,.12)}.dark{--bg:#08111f;--bg-soft:#0d1729;--surface:rgba(13,23,41,.84);--surface-strong:#101b31;--text:#f8fafc;--text-muted:#94a3b8;--line:rgba(148,163,184,.14);--primary:#60a5fa;--primary-strong:#93c5fd;--primary-soft:rgba(96,165,250,.14);--accent:#fb923c;--success:#4ade80;--shadow-sm:0 8px 24px rgba(2,6,23,.4);--shadow-md:0 28px 80px rgba(2,6,23,.56);--hero:linear-gradient(180deg,#08111f,#0d1729 60%,#08111f);--hero-glow-a:rgba(96,165,250,.16);--hero-glow-b:rgba(251,146,60,.1)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,system-ui,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;transition:background .3s ease,color .3s ease}h1,h2,h3,h4{font-family:Space Grotesk,sans-serif;line-height:1.1;letter-spacing:-.03em}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}button,input,select,textarea{font:inherit}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--accent);outline-offset:3px}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;top:1rem;left:1rem;z-index:300;transform:translateY(-200%);padding:.75rem 1rem;border-radius:.85rem;background:var(--primary);color:#fff}.skip-link:focus-visible{transform:translateY(0)}.container{width:min(100%,80rem);margin:0 auto;padding-inline:1rem}.section{padding:4.5rem 0}.eyebrow{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--primary)}.eyebrow.center{display:flex;justify-content:center}.section-title{margin-bottom:1rem;font-size:clamp(2rem,7vw,3.35rem);text-align:center}.section-title-left{text-align:left}.section-copy{max-width:46rem;margin:0 auto 2rem;color:var(--text-muted);text-align:center;font-size:1.02rem}.section-copy-left{margin-inline:0;text-align:left}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:3rem;padding:.9rem 1.25rem;border-radius:999px;font-weight:700;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.btn:hover{transform:translateY(-1px)}.btn-primary{background:linear-gradient(135deg,var(--primary) 0,var(--primary-strong) 100%);color:#fff;box-shadow:var(--shadow-sm)}.btn-secondary{border:1px solid var(--line);background:var(--surface);color:var(--text);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header{position:-webkit-sticky;position:sticky;top:0;z-index:200;background:color-mix(in srgb,var(--bg) 76%,transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.header-inner{display:grid;grid-template-columns:auto auto;align-items:center;grid-gap:.75rem;gap:.75rem;min-height:4.5rem}.logo-link{min-width:0}.logo-frame,.logo-link{display:inline-flex;align-items:center}.logo-frame{position:relative;isolation:isolate;border:1px solid transparent;border-radius:1rem;padding:.2rem .3rem;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease}.dark .logo-frame,.light .logo-frame{background:transparent}.dark .logo-frame{border-color:transparent;box-shadow:none}.logo-stack{position:relative;display:block;width:clamp(9.7rem,30vw,11.25rem)}.logo-img{width:100%;height:auto;max-width:100%}.dark .logo-img-light,.logo-img-dark{display:none}.dark .logo-img-dark{display:block}.nav-cta,.nav-desktop{display:none}.header-actions{display:flex;justify-content:flex-end;align-items:center;gap:.5rem}.lang-select,.mobile-close,.nav-toggle,.theme-btn{min-width:2.75rem;min-height:2.75rem;border:1px solid var(--line);border-radius:.95rem;background:var(--surface);color:var(--text);box-shadow:var(--shadow-sm)}.mobile-close,.nav-toggle,.theme-btn{display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.theme-icon{width:1.15rem;height:1.15rem;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.lang-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;min-width:4.5rem;padding:0 2rem 0 .8rem;cursor:pointer}.lang-select-wrap{position:relative}.lang-select-icon{position:absolute;top:50%;right:.75rem;width:.95rem;height:.95rem;transform:translateY(-50%);fill:none;stroke:var(--text);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;pointer-events:none}.dark .lang-select{background:hsla(0,0%,100%,.06);border-color:rgba(148,163,184,.22)}.dark .lang-select-icon{stroke:#f8fafc}.hamburger,.hamburger:after,.hamburger:before{display:block;width:1.05rem;height:2px;border-radius:999px;background:currentColor}.hamburger{position:relative}.hamburger:after,.hamburger:before{content:"";position:absolute;left:0}.hamburger:before{top:-.35rem}.hamburger:after{top:.35rem}.mobile-backdrop{position:fixed;inset:0;background:rgba(2,6,23,.48);opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:180}.mobile-backdrop.is-open{opacity:1;pointer-events:auto}.mobile-panel{position:fixed;inset:auto 0 0 0;z-index:220;padding:1rem;background:var(--bg);border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-top:1px solid var(--line);box-shadow:var(--shadow-md);transform:translateY(105%);transition:transform .25s ease}.mobile-panel.is-open{transform:translateY(0)}.mobile-panel-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.mobile-panel-title{font-weight:800;font-size:1.05rem}.mobile-panel-body{display:grid;grid-gap:.55rem;gap:.55rem}.mobile-nav-link{padding:.95rem 1rem;border:1px solid var(--line);border-radius:1rem;background:var(--surface);font-weight:600}.mobile-nav-link-secondary{color:var(--primary)}.mobile-nav-cta{margin-top:.5rem}.hero{position:relative;overflow:clip;padding:4rem 0 2rem;background:var(--hero)}.hero:after,.hero:before{content:"";position:absolute;inset:auto;border-radius:999px;filter:blur(70px);pointer-events:none}.hero:before{top:2rem;left:-4rem;width:12rem;height:12rem;background:var(--hero-glow-a)}.hero:after{right:-2rem;bottom:2rem;width:10rem;height:10rem;background:var(--hero-glow-b)}.hero-grid{display:grid;grid-gap:2rem;gap:2rem}.hero-copy{position:relative;z-index:1}.hero-title{max-width:13ch;margin-bottom:1rem;font-size:clamp(2.4rem,9vw,4.8rem)}.hero-subtitle{max-width:38rem;margin-bottom:1.5rem;color:var(--text-muted);font-size:1.05rem}.hero-ctas{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem}.metrics-grid{display:grid;grid-gap:.75rem;gap:.75rem}.advantage-card,.feature-card,.form-card,.metric-card,.product-card,.showcase-card,.showcase-panel{border:1px solid var(--line);border-radius:1.4rem;background:var(--surface);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:var(--shadow-sm)}.metric-card{padding:1rem}.metric-card strong{display:block;font-size:1.1rem}.metric-card span{color:var(--text-muted);font-size:.92rem}.hero-showcase{display:grid;grid-gap:1rem;gap:1rem}.showcase-panel{padding:1.4rem;background:linear-gradient(180deg,var(--surface) 0,transparent 100%),linear-gradient(135deg,var(--primary-soft) 0,transparent 70%)}.showcase-panel h2{margin-bottom:.5rem;font-size:1.45rem}.showcase-card p,.showcase-panel p{color:var(--text-muted)}.feature-index,.product-badge,.product-chip,.showcase-label{display:inline-flex;align-items:center;justify-content:center;margin-bottom:.8rem;padding:.35rem .7rem;border-radius:999px;background:var(--primary-soft);color:var(--primary);font-size:.76rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.showcase-stack{display:grid;grid-gap:.8rem;gap:.8rem}.showcase-card{display:block;padding:1.2rem;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.showcase-card:hover{transform:translateY(-2px)}.showcase-card--agrobrain{border-color:rgba(34,197,94,.25);background:linear-gradient(180deg,var(--surface) 0,transparent 100%),linear-gradient(135deg,rgba(34,197,94,.16) 0,transparent 72%)}.showcase-card--embedflow{border-color:rgba(168,85,247,.24);background:linear-gradient(180deg,var(--surface) 0,transparent 100%),linear-gradient(135deg,rgba(168,85,247,.16) 0,transparent 72%)}.showcase-card--babyfirst{border-color:rgba(236,72,153,.22);background:linear-gradient(180deg,var(--surface) 0,transparent 100%),linear-gradient(135deg,rgba(236,72,153,.14) 0,transparent 72%)}.showcase-card strong{display:block;margin-bottom:.45rem;font-size:1.05rem}.advantage-grid,.feature-grid,.product-grid{display:grid;grid-gap:1rem;gap:1rem}.advantage-card,.feature-card,.product-card{padding:1.35rem}.advantage-card h3,.feature-card h3,.product-card h3{margin-bottom:.6rem;font-size:1.3rem}.advantage-card p,.feature-card p,.product-copy,.product-list{color:var(--text-muted)}.product-list{margin:1rem 0 1.25rem;padding-left:1.1rem}.product-list li+li{margin-top:.45rem}.product-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:auto}.product-card{display:flex;flex-direction:column}.product-card--agrobrain{border-color:rgba(34,197,94,.22);background:linear-gradient(180deg,var(--surface) 0,transparent 100%),linear-gradient(135deg,rgba(34,197,94,.12) 0,transparent 72%)}.product-card--embedflow{border-color:rgba(168,85,247,.22);background:linear-gradient(180deg,var(--surface) 0,transparent 100%),linear-gradient(135deg,rgba(168,85,247,.12) 0,transparent 72%)}.product-card--babyfirst{border-color:rgba(236,72,153,.2);background:linear-gradient(180deg,var(--surface) 0,transparent 100%),linear-gradient(135deg,rgba(236,72,153,.1) 0,transparent 72%)}.product-card--gar-invoice{border-color:rgba(10,77,166,.22);background:linear-gradient(180deg,var(--surface) 0,transparent 100%),linear-gradient(135deg,rgba(10,77,166,.12) 0,transparent 72%)}.product-badge--agrobrain{background:rgba(34,197,94,.14);color:#15803d}.product-badge--embedflow{background:rgba(168,85,247,.14);color:#7e22ce}.product-badge--babyfirst{background:rgba(236,72,153,.14);color:#be185d}.product-badge--gar-invoice{background:rgba(10,77,166,.14);color:#0a4da6}.dark .product-badge--agrobrain{color:#86efac}.dark .product-badge--embedflow{color:#d8b4fe}.dark .product-badge--babyfirst{color:#f9a8d4}.dark .product-badge--gar-invoice{color:#93c5fd}.btn-product--agrobrain{background:linear-gradient(135deg,#16a34a,#15803d)}.btn-product--embedflow{background:linear-gradient(135deg,#a855f7,#7e22ce)}.btn-product--babyfirst{background:linear-gradient(135deg,#ec4899,#db2777)}.btn-product--gar-invoice{background:linear-gradient(135deg,#0a4da6,#073a7d)}.product-page{background:radial-gradient(circle at top left,hsla(0,0%,100%,.04),transparent 30%),var(--bg)}.product-hero{position:relative;isolation:isolate;overflow:clip;background:var(--hero)}.product-hero:before{content:"";position:absolute;inset:1rem auto auto -4rem;width:14rem;height:14rem;border-radius:999px;filter:blur(80px);opacity:.8;z-index:0;pointer-events:none}.product-page--agrobrain .product-hero:before{background:rgba(34,197,94,.18)}.product-page--embedflow .product-hero:before{background:rgba(168,85,247,.18)}.product-page--babyfirst .product-hero:before{background:rgba(236,72,153,.18)}.product-page--gar-invoice .product-hero:before{background:rgba(10,77,166,.18)}.product-detail-grid,.product-hero-grid{display:grid;grid-gap:1rem;gap:1rem}.product-hero-grid{position:relative;z-index:1}.product-hero .product-actions{margin-top:1.25rem}.product-title{max-width:none}.product-tagline{max-width:38rem;margin-bottom:1rem;font-size:clamp(1.15rem,3vw,1.6rem);font-weight:700}.product-summary{margin-bottom:1.5rem}.product-feature-card,.product-hero-card{border:1px solid var(--line);border-radius:1.4rem;background:var(--surface);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:var(--shadow-sm)}.product-hero-card{padding:1.35rem}.product-hero-card--agrobrain{border-color:rgba(34,197,94,.22);background:linear-gradient(180deg,var(--surface) 0,transparent 100%),linear-gradient(135deg,rgba(34,197,94,.12) 0,transparent 72%)}.product-hero-card--embedflow{border-color:rgba(168,85,247,.22);background:linear-gradient(180deg,var(--surface) 0,transparent 100%),linear-gradient(135deg,rgba(168,85,247,.12) 0,transparent 72%)}.product-hero-card--babyfirst{border-color:rgba(236,72,153,.2);background:linear-gradient(180deg,var(--surface) 0,transparent 100%),linear-gradient(135deg,rgba(236,72,153,.1) 0,transparent 72%)}.product-hero-card--gar-invoice{border-color:rgba(10,77,166,.22);background:linear-gradient(180deg,var(--surface) 0,transparent 100%),linear-gradient(135deg,rgba(10,77,166,.12) 0,transparent 72%)}.product-card-kicker{margin-bottom:.7rem;font-size:.9rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.product-card-copy{color:var(--text-muted)}.product-pills{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1.1rem;list-style:none}.product-pills li{padding:.55rem .8rem;border:1px solid var(--line);border-radius:999px;background:hsla(0,0%,100%,.04);font-weight:600}.product-detail-section,.product-pricing-section{padding-top:0}.product-pricing-intro{max-width:42rem;margin-bottom:1.25rem}.product-pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(13.5rem,1fr));grid-gap:1rem;gap:1rem;margin-top:1rem}.product-pricing-card{border:1px solid var(--line);border-radius:1rem;padding:1rem 1.1rem;background:var(--surface)}.product-pricing-card--agrobrain{border-color:rgba(34,197,94,.28)}.product-pricing-name{margin:0 0 .35rem;font-size:1.05rem;font-weight:700}.product-pricing-cop{margin:0;font-size:1.25rem;font-weight:700;color:var(--text)}.product-pricing-usd{margin:.15rem 0 .5rem;font-size:.85rem;color:var(--text-muted)}.product-pricing-detail{margin:0;font-size:.875rem;line-height:1.45;color:var(--text-muted)}.product-pricing-footnote{margin-top:1.25rem;font-size:.8rem;color:var(--text-muted);max-width:48rem}.product-feature-card{padding:1.35rem}.product-feature-card--agrobrain{border-color:rgba(34,197,94,.22)}.product-feature-card--embedflow{border-color:rgba(168,85,247,.22)}.product-feature-card--babyfirst{border-color:rgba(236,72,153,.2)}.product-feature-card h2{margin-bottom:.6rem;font-size:1.45rem}.product-feature-card p{color:var(--text-muted)}.product-flow-section{padding-top:0}.product-flow-shell{display:grid;grid-gap:1.25rem;gap:1.25rem}.product-flow-card,.product-flow-legend{border:1px solid var(--line);border-radius:1.4rem;background:var(--surface);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:var(--shadow-sm)}.product-flow-legend{padding:1.35rem}.product-flow-legend .product-pills{margin-top:1.2rem}.product-flow-legend--agrobrain{border-color:rgba(34,197,94,.22);background:linear-gradient(180deg,var(--surface) 0,transparent 100%),linear-gradient(135deg,rgba(34,197,94,.12) 0,transparent 72%)}.product-flow-legend--embedflow{border-color:rgba(168,85,247,.22);background:linear-gradient(180deg,var(--surface) 0,transparent 100%),linear-gradient(135deg,rgba(168,85,247,.12) 0,transparent 72%)}.product-flow-legend--babyfirst{border-color:rgba(236,72,153,.2);background:linear-gradient(180deg,var(--surface) 0,transparent 100%),linear-gradient(135deg,rgba(236,72,153,.1) 0,transparent 72%)}.product-flow-track{position:relative;display:grid;grid-gap:1rem;gap:1rem}.product-flow-track:before{content:"";position:absolute;top:1.4rem;bottom:1.4rem;left:1.25rem;width:2px;background:linear-gradient(180deg,var(--primary) 0,transparent 100%);opacity:.35}.product-flow-card{position:relative;padding:1.35rem 1.35rem 1.35rem 4.2rem}.product-flow-card:before{content:"";position:absolute;top:1.75rem;left:1.22rem;width:1.15rem;height:1.15rem;border-radius:999px;background:var(--surface-strong);border:2px solid;z-index:1}.product-flow-card-head{display:flex;align-items:center;gap:.75rem;margin-bottom:.85rem}.product-flow-node{display:inline-flex;align-items:center;justify-content:center;min-width:2.5rem;min-height:2.5rem;padding:.35rem;border-radius:.9rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 10px 30px rgba(15,23,42,.12)}.product-flow-node-number{font-size:.78rem}.product-flow-label{font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.product-flow-card h3{margin-bottom:.55rem;font-size:1.2rem}.product-flow-card p{color:var(--text-muted)}.product-flow-card--agrobrain{color:#16a34a;border-color:rgba(34,197,94,.22);background:linear-gradient(180deg,var(--surface) 0,transparent 100%),linear-gradient(135deg,rgba(34,197,94,.1) 0,transparent 72%)}.product-flow-node--agrobrain{background:linear-gradient(135deg,#16a34a,#15803d);color:#fff}.product-flow-card--embedflow{color:#9333ea;border-color:rgba(168,85,247,.22);background:linear-gradient(180deg,var(--surface) 0,transparent 100%),linear-gradient(135deg,rgba(168,85,247,.1) 0,transparent 72%)}.product-flow-node--embedflow{background:linear-gradient(135deg,#a855f7,#7e22ce);color:#fff}.product-flow-card--babyfirst{color:#db2777;border-color:rgba(236,72,153,.2);background:linear-gradient(180deg,var(--surface) 0,transparent 100%),linear-gradient(135deg,rgba(236,72,153,.1) 0,transparent 72%)}.product-flow-node--babyfirst{background:linear-gradient(135deg,#ec4899,#db2777);color:#fff}.product-flow-arrow{position:absolute;right:1rem;bottom:.9rem;font-size:1.15rem;line-height:1;opacity:.35}.contact-shell{display:grid;grid-gap:1.5rem;gap:1.5rem}.contact-note{max-width:34rem;color:var(--text-muted)}.form-card{padding:1.25rem}.form-row{display:grid;grid-gap:1rem;gap:1rem}.form-group{display:grid;grid-gap:.45rem;gap:.45rem;margin-bottom:1rem}.form-group label{font-weight:700}.form-group input,.form-group textarea{width:100%;border:1px solid var(--line);border-radius:1rem;background:var(--surface-strong);color:var(--text);padding:.95rem 1rem}.form-status{min-height:1.5rem;margin-bottom:.5rem}.form-success{color:var(--success);font-weight:600}.form-error{color:#dc2626;font-weight:600}.btn-submit{width:100%}.footer{padding:2.5rem 0 1.25rem;border-top:1px solid var(--line);background:var(--bg-soft)}.footer-grid{display:grid;grid-gap:1.5rem;gap:1.5rem}.footer-title{margin-bottom:.75rem;font-size:1.6rem}.footer-copy{max-width:32rem;color:var(--text-muted)}.footer-nav{display:grid;grid-gap:.75rem;gap:.75rem}.footer-nav a{color:var(--text-muted);font-weight:600}.footer-bottom{margin-top:2rem;padding-top:1rem;border-top:1px solid var(--line);color:var(--text-muted);font-size:.92rem}@media (min-width:768px){.container{padding-inline:1.5rem}.logo-stack{width:clamp(10.75rem,18vw,13rem)}.hero{padding-top:5.25rem}.contact-shell,.footer-grid,.hero-grid{grid-template-columns:1.15fr .85fr;align-items:start}.advantage-grid,.feature-grid,.metrics-grid,.product-detail-grid,.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-hero-grid{grid-template-columns:1.1fr .9fr;align-items:center}.product-flow-shell{grid-template-columns:.86fr 1.14fr;align-items:start}.product-flow-track{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}.product-flow-track:before{display:none}.product-flow-card{height:100%;min-height:16.5rem;padding:1.4rem}.product-flow-card:before{display:none}.product-flow-card--offset{transform:none}.product-flow-card-head{flex-direction:row;align-items:center;gap:.75rem}.product-flow-arrow{display:none}.form-row{grid-template-columns:repeat(2,minmax(0,1fr))}.section{padding:6rem 0}}@media (min-width:1100px){.header-inner{grid-template-columns:auto 1fr auto}.nav-desktop{display:flex;justify-content:center;gap:.35rem}.nav-link{padding:.8rem 1rem;border-radius:999px;color:var(--text-muted);font-weight:600}.nav-link:hover{background:var(--primary-soft);color:var(--text)}.nav-cta{display:inline-flex}.mobile-backdrop,.mobile-panel,.nav-toggle{display:none}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.light,:root{--studio-primary:#6d28d9;--studio-primary-strong:#5b21b6;--studio-accent:#06b6d4;--studio-accent-strong:#0891b2;--studio-ink:#1e1b4b;--studio-surface:#fff;--studio-surface-soft:#f5f3ff;--studio-line:rgba(109,40,217,.14);--studio-chip-bg:rgba(109,40,217,.08);--studio-chip-border:rgba(109,40,217,.2);--studio-glow-a:rgba(109,40,217,.22);--studio-glow-b:rgba(6,182,212,.18);--studio-gradient:linear-gradient(135deg,#6d28d9,#8b5cf6 45%,#06b6d4);--studio-gradient-soft:linear-gradient(135deg,rgba(109,40,217,.08),rgba(6,182,212,.08))}.dark{--studio-primary:#a78bfa;--studio-primary-strong:#c4b5fd;--studio-accent:#22d3ee;--studio-accent-strong:#67e8f9;--studio-ink:#ede9fe;--studio-surface:#141025;--studio-surface-soft:#1a1530;--studio-line:rgba(167,139,250,.22);--studio-chip-bg:rgba(167,139,250,.14);--studio-chip-border:rgba(167,139,250,.28);--studio-glow-a:rgba(167,139,250,.26);--studio-glow-b:rgba(34,211,238,.2);--studio-gradient:linear-gradient(135deg,#8b5cf6,#a78bfa 45%,#22d3ee);--studio-gradient-soft:linear-gradient(135deg,rgba(139,92,246,.14),rgba(34,211,238,.14))}.mobile-nav-link--studio,.nav-link--studio{position:relative;color:var(--studio-primary)!important;font-weight:700;letter-spacing:.01em}.mobile-nav-link--studio:before,.nav-link--studio:before{content:"";position:absolute;inset:-6px -10px;border-radius:999px;background:var(--studio-gradient-soft);border:1px solid var(--studio-chip-border);z-index:-1;opacity:.6;transition:opacity .25s ease,transform .25s ease}.nav-link--studio:hover:before{opacity:1}.mobile-nav-link--studio{display:inline-flex!important;align-items:center;gap:8px}.btn-studio{background:var(--studio-gradient)!important;color:#fff!important;border:0!important;box-shadow:0 12px 28px rgba(109,40,217,.32);position:relative;overflow:hidden}.btn-studio:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,hsla(0,0%,100%,.25),transparent 60%);opacity:0;transition:opacity .3s ease}.btn-studio:hover:after{opacity:1}.btn-studio:hover{transform:translateY(-1px);box-shadow:0 16px 36px rgba(109,40,217,.4)}.studio-callout{position:relative}.studio-callout-card{position:relative;border-radius:28px;padding:clamp(28px,4vw,52px);overflow:hidden;background:var(--studio-gradient);color:#fff;box-shadow:0 30px 80px rgba(109,40,217,.28);isolation:isolate}.studio-callout-glow{position:absolute;inset:-20% -30% auto auto;width:60%;aspect-ratio:1/1;background:radial-gradient(circle,hsla(0,0%,100%,.28),transparent 70%);filter:blur(20px);pointer-events:none;z-index:0}.studio-callout-grid{position:relative;z-index:1;display:grid;grid-template-columns:1fr;grid-gap:32px;gap:32px;align-items:center}@media (min-width:900px){.studio-callout-grid{grid-template-columns:1.6fr 1fr;gap:48px}}.studio-callout-kicker{font-size:.78rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:hsla(0,0%,100%,.82);margin-bottom:12px}.studio-callout-title{font-family:Space Grotesk,Inter,sans-serif;font-size:clamp(1.6rem,2.6vw,2.25rem);font-weight:700;line-height:1.2;margin-bottom:14px;color:#fff}.studio-callout-copy{color:hsla(0,0%,100%,.92);max-width:56ch;font-size:1rem}.studio-callout-bullets{list-style:none;margin-top:18px;display:flex;flex-wrap:wrap;gap:10px}.studio-callout-bullets li{padding:7px 14px;border-radius:999px;background:hsla(0,0%,100%,.14);border:1px solid hsla(0,0%,100%,.26);font-size:.85rem;font-weight:600;color:#fff}.studio-callout-action{display:flex;flex-direction:column;align-items:flex-start;gap:18px}@media (min-width:900px){.studio-callout-action{align-items:flex-end}}.studio-callout-badge{display:inline-flex;align-items:center;padding:10px 18px;border-radius:999px;background:hsla(0,0%,100%,.14);border:1px solid hsla(0,0%,100%,.3);color:#fff;font-family:Space Grotesk,Inter,sans-serif;font-weight:700;letter-spacing:.18em;text-transform:uppercase;font-size:.82rem}.studio-page{background:var(--bg)}.studio-hero{position:relative;padding-top:clamp(80px,10vw,140px);padding-bottom:clamp(60px,8vw,100px);overflow:hidden}.studio-hero-glow{position:absolute;inset:-20% -10% auto auto;width:70%;aspect-ratio:1/1;background:radial-gradient(circle at 30% 30%,var(--studio-glow-a),transparent 60%),radial-gradient(circle at 70% 70%,var(--studio-glow-b),transparent 60%);filter:blur(40px);z-index:0;pointer-events:none}.studio-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1fr;grid-gap:40px;gap:40px}@media (min-width:980px){.studio-hero-grid{grid-template-columns:1.3fr 1fr;gap:64px;align-items:center}}.studio-eyebrow{display:inline-block;padding:6px 14px;border-radius:999px;background:var(--studio-chip-bg);color:var(--studio-primary);border:1px solid var(--studio-chip-border);font-family:Space Grotesk,Inter,sans-serif;font-weight:700;letter-spacing:.22em;text-transform:uppercase;font-size:.78rem;margin-bottom:18px}.studio-kicker{font-size:1.02rem;color:var(--studio-primary);font-weight:600;margin-bottom:12px;letter-spacing:.01em}.studio-title{background:var(--studio-gradient);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.studio-subtitle{color:var(--text-muted)}.studio-ctas{gap:14px}.studio-ctas,.studio-highlights{display:flex;flex-wrap:wrap;margin-top:30px}.studio-highlights{list-style:none;gap:10px}.studio-highlights li{padding:8px 14px;border-radius:999px;background:var(--studio-chip-bg);border:1px solid var(--studio-chip-border);color:var(--studio-primary);font-weight:600;font-size:.88rem}.studio-hero-panel{position:relative;border-radius:28px;padding:2px;background:var(--studio-gradient);box-shadow:0 24px 60px rgba(109,40,217,.22)}.studio-hero-panel-inner{background:var(--studio-surface);border-radius:26px;padding:clamp(24px,3vw,36px);height:100%;position:relative;overflow:hidden}.studio-panel-badge{display:inline-block;padding:6px 12px;border-radius:999px;background:var(--studio-chip-bg);color:var(--studio-primary);font-weight:700;font-size:.76rem;letter-spacing:.18em;text-transform:uppercase;margin-bottom:14px;border:1px solid var(--studio-chip-border)}.studio-panel-title{font-family:Space Grotesk,Inter,sans-serif;font-size:clamp(1.3rem,2vw,1.65rem);font-weight:700;color:var(--text);margin-bottom:12px;line-height:1.25}.studio-panel-text{color:var(--text-muted);font-size:.98rem}.studio-panel-dots{margin-top:22px;display:flex;gap:6px}.studio-panel-dots span{width:10px;height:10px;border-radius:50%;background:var(--studio-gradient);opacity:.7}.studio-panel-dots span:nth-child(2){opacity:.45}.studio-panel-dots span:nth-child(3){opacity:.25}.studio-ai,.studio-engagements,.studio-final-cta,.studio-industries,.studio-process,.studio-services,.studio-stack,.studio-why{position:relative}.studio-services-grid{margin-top:36px;display:grid;grid-gap:20px;gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.studio-service-card{background:var(--surface);border:1px solid var(--line);border-radius:22px;padding:28px 26px;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;position:relative;overflow:hidden}.studio-service-card:before{content:"";position:absolute;inset:0 0 auto 0;height:3px;background:var(--studio-gradient);opacity:.8}.studio-service-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md);border-color:var(--studio-chip-border)}.studio-service-head{display:flex;align-items:center;gap:14px;margin-bottom:14px}.studio-service-index{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:14px;background:var(--studio-gradient);color:#fff;font-size:.95rem;flex-shrink:0}.studio-service-card h3,.studio-service-index{font-family:Space Grotesk,Inter,sans-serif;font-weight:700}.studio-service-card h3{font-size:1.12rem;color:var(--text);line-height:1.25}.studio-service-desc{color:var(--text-muted);font-size:.95rem;margin-bottom:14px}.studio-service-points{list-style:none;display:flex;flex-wrap:wrap;gap:8px}.studio-service-points li{padding:5px 12px;border-radius:999px;background:var(--studio-chip-bg);border:1px solid var(--studio-chip-border);color:var(--studio-primary);font-weight:600;font-size:.8rem}.studio-ai{background:var(--studio-gradient-soft);border-top:1px solid var(--studio-line);border-bottom:1px solid var(--studio-line)}.studio-ai-grid{display:grid;grid-gap:36px;gap:36px;grid-template-columns:1fr}@media (min-width:900px){.studio-ai-grid{grid-template-columns:1fr 1.3fr;gap:56px;align-items:start}}.studio-ai-legend{position:-webkit-sticky;position:sticky;top:100px}.studio-ai-badge{display:inline-block;padding:6px 12px;border-radius:999px;background:var(--studio-gradient);color:#fff;font-weight:700;letter-spacing:.2em;text-transform:uppercase;font-size:.78rem;margin-bottom:18px}.studio-ai-list{display:grid;grid-gap:16px;gap:16px;grid-template-columns:1fr}@media (min-width:680px){.studio-ai-list{grid-template-columns:repeat(2,1fr)}}.studio-ai-card{background:var(--studio-surface);border:1px solid var(--studio-chip-border);border-radius:20px;padding:24px 22px;position:relative;transition:transform .25s ease}.studio-ai-card:hover{transform:translateY(-3px)}.studio-ai-num{display:inline-block;font-size:.85rem;letter-spacing:.18em;color:var(--studio-primary);margin-bottom:10px}.studio-ai-card h3,.studio-ai-num{font-family:Space Grotesk,Inter,sans-serif;font-weight:700}.studio-ai-card h3{font-size:1.05rem;color:var(--text);margin-bottom:8px;line-height:1.25}.studio-ai-card p{color:var(--text-muted);font-size:.94rem}.studio-process-grid{margin-top:36px;display:grid;grid-gap:20px;gap:20px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.studio-process-card{background:var(--surface);border:1px solid var(--line);border-radius:22px;padding:28px 24px;position:relative}.studio-process-node{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:16px;background:var(--studio-gradient);color:#fff;font-size:1.02rem;margin-bottom:16px;box-shadow:0 10px 24px rgba(109,40,217,.22)}.studio-process-node,.studio-process-step{font-family:Space Grotesk,Inter,sans-serif;font-weight:700}.studio-process-step{display:block;font-size:.76rem;letter-spacing:.18em;text-transform:uppercase;color:var(--studio-primary);margin-bottom:8px}.studio-process-card h3{font-family:Space Grotesk,Inter,sans-serif;font-size:1.1rem;font-weight:700;color:var(--text);margin-bottom:10px;line-height:1.25}.studio-process-card p{color:var(--text-muted);font-size:.94rem}.studio-stack-grid{margin-top:36px;display:grid;grid-gap:18px;gap:18px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.studio-stack-card{background:var(--surface);border:1px solid var(--line);border-radius:20px;padding:22px}.studio-stack-card h3{font-family:Space Grotesk,Inter,sans-serif;font-size:.86rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--studio-primary);margin-bottom:14px}.studio-stack-card ul{list-style:none;display:flex;flex-wrap:wrap;gap:8px}.studio-stack-card li{padding:6px 12px;border-radius:999px;background:var(--studio-chip-bg);border:1px solid var(--studio-chip-border);color:var(--text);font-weight:600;font-size:.86rem;font-family:Space Grotesk,Inter,sans-serif}.studio-industries-grid{margin-top:36px;display:grid;grid-gap:18px;gap:18px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.studio-industry-card{background:var(--surface);border:1px solid var(--line);border-radius:20px;padding:24px 22px;transition:transform .2s ease,border-color .2s ease}.studio-industry-card:hover{transform:translateY(-2px);border-color:var(--studio-chip-border)}.studio-industry-card h3{font-family:Space Grotesk,Inter,sans-serif;font-size:1rem;font-weight:700;color:var(--studio-primary);margin-bottom:8px}.studio-industry-card p{color:var(--text-muted);font-size:.92rem}.studio-why-grid{margin-top:36px;display:grid;grid-gap:20px;gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.studio-why-card{background:var(--surface);border:1px solid var(--line);border-radius:22px;padding:28px 26px;position:relative}.studio-why-index{display:inline-block;font-size:.9rem;letter-spacing:.18em;background:var(--studio-gradient);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:14px}.studio-why-card h3,.studio-why-index{font-family:Space Grotesk,Inter,sans-serif;font-weight:700}.studio-why-card h3{font-size:1.08rem;color:var(--text);line-height:1.25;margin-bottom:10px}.studio-why-card p{color:var(--text-muted);font-size:.95rem}.studio-engagements-grid{margin-top:36px;display:grid;grid-gap:20px;gap:20px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.studio-engagement-card{background:var(--surface);border:1px solid var(--studio-chip-border);border-radius:22px;padding:28px 26px;display:flex;flex-direction:column;gap:10px;transition:transform .25s ease,box-shadow .25s ease}.studio-engagement-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.studio-engagement-card h3{font-family:Space Grotesk,Inter,sans-serif;font-size:1.1rem;font-weight:700;color:var(--studio-primary);line-height:1.25}.studio-engagement-card p{color:var(--text);font-size:.95rem}.studio-engagement-note{margin-top:auto;color:var(--text-muted);font-size:.88rem;font-style:italic;padding-top:8px;border-top:1px dashed var(--studio-chip-border)}.studio-final-cta-inner{text-align:center}.studio-final-ctas{margin-top:28px;display:flex;flex-wrap:wrap;gap:14px;justify-content:center}.back-to-top{position:fixed;right:clamp(16px,3vw,28px);bottom:clamp(16px,3vw,28px);z-index:60;width:48px;height:48px;border-radius:999px;border:1px solid var(--studio-chip-border);background:var(--studio-gradient);color:#fff;cursor:pointer;box-shadow:0 12px 30px rgba(109,40,217,.32);display:inline-flex;align-items:center;justify-content:center;opacity:0;transform:translateY(14px) scale(.92);pointer-events:none;transition:opacity .28s ease,transform .28s ease,box-shadow .28s ease,background .28s ease}.back-to-top.is-visible{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.back-to-top:hover{transform:translateY(-2px) scale(1.03);box-shadow:0 18px 38px rgba(109,40,217,.42)}.back-to-top:focus-visible{outline:3px solid var(--studio-accent);outline-offset:3px}.back-to-top-icon{width:20px;height:20px;fill:currentColor}@media (max-width:640px){.back-to-top{width:44px;height:44px}}