:root{--bg-deep: #0d1f35;--bg-deep-2: #071428;--surface: #ffffff;--surface-muted: #f4f7fb;--ink: #16233a;--ink-soft: #3a4a63;--muted: #64748b;--accent: #2b6cb0;--accent-strong: #1e5a9a;--petrol: #2d8a8a;--slate-100: #eef3f9;--slate-200: #dbe6f2;--line: #e4ebf3;--card: #ffffff;--radius: 16px;--radius-lg: 22px;--shadow-sm: 0 1px 2px rgba(13, 31, 53, .06), 0 1px 3px rgba(13, 31, 53, .05);--shadow: 0 10px 30px rgba(13, 31, 53, .08);--shadow-lg: 0 30px 60px rgba(11, 17, 45, .35);--font: "Instrument Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font);color:var(--ink);background:var(--surface);line-height:1.65;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}h1,h2,h3{letter-spacing:-.02em}.container{width:min(1140px,92vw);margin:0 auto}.sticky-header{position:sticky;top:0;z-index:50;background:#091426b8;border-bottom:1px solid rgba(255,255,255,.1);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.topbar{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1rem 0}.logo{display:inline-flex;align-items:center;gap:.7rem;font-size:1.35rem;font-weight:700;line-height:1}.nav-shell,.nav-actions{display:flex;align-items:center;gap:1.5rem}.nav-link{color:#e8f0f8cc;font-weight:500;font-size:.95rem;transition:color .2s ease}.nav-toggle{display:none;align-items:center;justify-content:center;width:46px;height:42px;border-radius:12px;border:1px solid rgba(255,255,255,.22);background:#ffffff0f;color:#ffffffe6;cursor:pointer}.nav-toggle i.fa-bars{font-size:1.05rem;line-height:1}body:not(.fa-loaded) .nav-toggle i.fa-bars{position:relative;width:18px;height:14px;font-size:0}body:not(.fa-loaded) .nav-toggle i.fa-bars:before{content:"";position:absolute;left:0;top:0;width:18px;height:2px;background:#ffffffe6;border-radius:999px;box-shadow:0 6px #ffffffe6,0 12px #ffffffe6}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.7rem 1.35rem;border-radius:12px;border:1px solid transparent;font-family:var(--font);font-weight:600;font-size:.95rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease}.btn-lg{padding:.9rem 1.7rem;font-size:1rem}.btn-primary{color:#fff;background:var(--accent);box-shadow:0 6px 18px #2b6cb04d}.btn-primary:hover{transform:translateY(-1px);background:var(--accent-strong);box-shadow:0 10px 24px #2b6cb05c}.btn-ghost{color:#e8f0f8;border-color:#ffffff47;background:#ffffff0f}.btn-ghost:hover{background:#ffffff1f;border-color:#ffffff73}.btn-light{color:var(--accent-strong);background:#fff;box-shadow:0 6px 18px #040c1e40}.btn-light:hover{transform:translateY(-1px);background:#f2f6fb}.hero{position:relative;overflow:hidden;color:#f5f8fc;background:linear-gradient(140deg,var(--bg-deep) 0%,var(--bg-deep-2) 100%);padding:clamp(3rem,6vw,5.5rem) 0 clamp(3.5rem,8vw,6.5rem)}.hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 12% 18%,rgba(43,108,176,.28),transparent 52%),radial-gradient(circle at 88% 28%,rgba(45,138,138,.2),transparent 46%);pointer-events:none}.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.05fr 1fr;gap:clamp(2rem,5vw,4rem);align-items:center}.eyebrow{font-size:.85rem;letter-spacing:.14em;text-transform:uppercase;font-weight:600;color:#a8d8d8e6;margin:0 0 1.1rem}.eyebrow--dark{color:var(--petrol)}.hero-title{font-size:clamp(2.6rem,5vw,4.3rem);line-height:1.04;font-weight:700;margin:0 0 1.3rem}.type-cursor{font-weight:400;opacity:.9;color:var(--petrol)}.type-cursor-hidden{opacity:0}.hero-subtitle{margin:0 0 2.1rem;font-size:1.12rem;color:#e8f0f8d1;max-width:540px}.hero-cta{display:flex;flex-wrap:wrap;gap:.9rem;margin-bottom:2.4rem}.hero-badges{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:1.4rem}.hero-badges li{display:inline-flex;align-items:center;gap:.55rem;font-size:.92rem;color:#e8f0f8c7}.hero-badges i{color:var(--petrol);font-size:.9rem}.hero-card{background:#ffffff12;border-radius:var(--radius-lg);padding:1rem;border:1px solid rgba(255,255,255,.12);box-shadow:var(--shadow-lg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.mockup{border-radius:16px;overflow:hidden}.page-surface{background:var(--surface)}.section{padding:clamp(3.5rem,8vw,6rem) 0}.section--muted{background:var(--surface-muted)}.section-head{max-width:680px;margin:0 0 clamp(2.2rem,5vw,3.2rem)}.section-title{font-size:clamp(1.9rem,3.2vw,2.6rem);line-height:1.15;font-weight:700;margin:0 0 1rem;color:var(--ink)}.section-subtitle{margin:0;font-size:1.08rem;color:var(--muted);max-width:620px}.grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.4rem}.feature-card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:1.8rem;box-shadow:var(--shadow-sm);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.feature-card:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:var(--slate-200)}.feature-card h3{margin:0 0 .55rem;font-size:1.2rem;color:var(--ink)}.feature-card p{margin:0;color:var(--muted);font-size:.98rem}.feature-card .icon{width:52px;height:52px;border-radius:14px;display:grid;place-items:center;font-size:1.3rem;color:var(--accent);background:var(--slate-100);margin-bottom:1.2rem}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.6rem;counter-reset:step}.step{position:relative;background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:1.9rem;box-shadow:var(--shadow-sm)}.step-number{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,var(--accent),var(--petrol));color:#fff;font-weight:700;font-size:1.15rem;margin-bottom:1.1rem;box-shadow:0 6px 16px #2b6cb047}.step-title{margin:0 0 .7rem;font-size:1.2rem;color:var(--ink)}.step-text{margin:0;color:var(--muted);font-size:.98rem}.audience{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1.2rem}.audience-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.7rem;padding:1.8rem 1rem;border-radius:var(--radius);background:var(--surface-muted);border:1px solid var(--line);font-weight:600;color:var(--ink-soft)}.audience-item i{font-size:1.6rem;color:var(--accent)}.cta{background:linear-gradient(140deg,var(--bg-deep) 0%,#0e2d52 100%);color:#eaf1f9;border-radius:var(--radius-lg);padding:clamp(2.4rem,5vw,3.6rem);display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.8rem}.cta-title{font-size:clamp(1.6rem,2.8vw,2.2rem);margin:0 0 .6rem;color:#fff}.cta-subtitle{margin:0;color:#eaf1f9c7;font-size:1.05rem}.cta-actions{display:flex;flex-wrap:wrap;gap:.9rem}.footer{border-top:1px solid var(--line);padding:2.8rem 0}.footer-inner{display:flex;flex-direction:column;align-items:center;gap:.8rem;text-align:center}.footer-brand .logo,.footer-brand{display:inline-flex;align-items:center;gap:.6rem}.footer-brand span{color:var(--ink)!important}.footer-tagline{margin:0;color:var(--muted);font-size:.98rem}.footer-copy{margin:0;color:var(--muted);font-size:.85rem}@media (max-width: 900px){.hero-grid{grid-template-columns:1fr}.hero-card{max-width:560px}}@media (max-width: 720px){.nav-shell{position:relative}.nav-toggle{display:inline-flex}.nav-actions{display:none;flex-direction:column;align-items:stretch;gap:.6rem;position:absolute;right:0;top:calc(100% + .75rem);min-width:220px;padding:.9rem;background:#091426f7;border:1px solid rgba(255,255,255,.12);border-radius:16px;box-shadow:0 20px 40px #040c1e73}.nav-actions.is-open{display:flex}.nav-link{padding:.4rem .2rem}.nav-actions .btn{width:100%}.hero-cta{flex-direction:column;align-items:stretch}.hero-cta .btn{width:100%}.cta{flex-direction:column;align-items:flex-start}.cta-actions{width:100%}.cta-actions .btn{flex:1}}:root{--bg: #05090d;--panel: #0b1118;--text: #f4f7f9;--muted-brand: #93a1ad;--line-brand: rgba(255, 255, 255, .1);--cyan: #55d9e4;--rzvation: #9c59e6}body{background:var(--bg);color:var(--text);font-family:Arial,Helvetica,sans-serif}.container{width:min(1400px,100%);padding-inline:48px}.sticky-header{height:86px;background:#05090ddb;border-bottom:1px solid var(--line-brand);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.topbar{height:86px;padding:0}.logo{gap:12px;font-size:14px;letter-spacing:.24em;text-transform:uppercase}.brand-mark-small{width:48px;height:48px;flex:0 0 auto;border-radius:13px;object-fit:cover;filter:drop-shadow(0 5px 12px rgba(156,89,230,.28))}.wordmark-text{color:var(--text)!important;letter-spacing:.24em;white-space:nowrap}.wordmark-text span{color:var(--rzvation)}.nav-actions{gap:34px}.nav-link{color:#aab4bd;font-size:13px}.nav-link:hover{color:#fff}.btn{border-radius:4px;font-size:13px;font-weight:700}.btn-primary{background:linear-gradient(135deg,#1a8fbe,#38c1cd);box-shadow:0 10px 40px #16a4be33}.btn-primary:hover{background:linear-gradient(135deg,#26a5d2,#48d0d9)}.btn-ghost{color:#c1c9cf;border-color:#ffffff40;background:transparent}.btn-ghost:hover{background:#ffffff0f;border-color:#ffffff73}.hero{max-width:1400px;min-height:calc(100vh - 86px);margin:auto;padding:90px 7vw 70px;background:radial-gradient(circle at 82% 5%,rgba(48,111,129,.12),transparent 27%),var(--bg)}.hero:after{display:none}.hero-grid{display:block;min-height:520px}.hero-copy{position:relative;z-index:2;max-width:700px}.development-notice{display:inline-flex;align-items:center;gap:.7rem;margin-bottom:1.8rem;padding:.75rem 1rem;color:#d9f7f8;border:1px solid rgba(85,217,228,.35);background:#55d9e414;font-size:.9rem;line-height:1.4}.development-notice i{color:var(--cyan)}.eyebrow{color:var(--cyan);font-size:11px;font-weight:700;letter-spacing:.19em;margin-bottom:24px}.hero-title{font-size:clamp(52px,6vw,92px);line-height:.98;letter-spacing:-.055em;font-weight:300;margin-bottom:34px}.hero-title span{color:#82909c}.type-cursor{color:var(--rzvation)}.hero-subtitle{max-width:590px;color:#a9b4bd;font-size:18px;line-height:1.7;margin-bottom:34px}.hero-cta{gap:32px;margin-bottom:32px}.hero-badges{gap:22px}.hero-badges li{color:#8997a2;font-size:12px}.hero-badges i{color:var(--rzvation)}.hero-mark{width:min(500px,38vw);aspect-ratio:1;display:grid;place-items:center;position:absolute;z-index:1;right:2%;top:50%;transform:translateY(-50%);pointer-events:none}.hero-mark:before{content:"";position:absolute;top:14%;right:14%;bottom:14%;left:14%;border-radius:50%;background:#9c59e61c;filter:blur(35px)}.hero-glow{position:absolute;top:-16%;right:-16%;bottom:-16%;left:-16%;border:1px solid rgba(156,89,230,.1);border-radius:50%;box-shadow:0 0 100px #9c59e60d inset}.brand-mark-hero{width:72%;height:72%;object-fit:contain;border-radius:0;filter:drop-shadow(0 0 25px rgba(156,89,230,.28));position:relative;z-index:1}.page-surface{background:var(--bg)}.section{max-width:1400px;margin:auto;padding:120px 48px;border-top:1px solid var(--line-brand)}.section--muted{background:var(--bg)}.section-head{max-width:none;display:flex;justify-content:space-between;align-items:end;gap:50px;margin-bottom:52px}.section-title{color:var(--text);font-size:clamp(38px,5vw,66px);line-height:1.06;letter-spacing:-.045em;font-weight:300;margin:0}.section-subtitle{max-width:440px;color:var(--muted-brand);font-size:15px;line-height:1.7}.grid-3{grid-template-columns:repeat(3,1fr);gap:14px}.feature-card,.step,.audience-item{background:linear-gradient(145deg,#ffffff09,#ffffff03);border:1px solid var(--line-brand);border-radius:0;box-shadow:none}.feature-card{min-height:250px;padding:28px;display:flex;flex-direction:column}.feature-card:hover{transform:translateY(-5px);border-color:#9c59e673;box-shadow:none}.feature-card .icon{width:52px;height:52px;margin-bottom:auto;border-radius:13px;background:#9c59e61f;color:var(--rzvation)}.feature-card h3,.step-title{color:var(--text);font-size:25px;font-weight:400;letter-spacing:-.02em}.feature-card p,.step-text{color:#8997a2;font-size:13px;line-height:1.65}.steps{grid-template-columns:repeat(3,1fr);gap:14px}.step{min-height:300px;padding:28px}.step-number{background:transparent;color:var(--rzvation);border:1px solid rgba(156,89,230,.45);border-radius:4px;box-shadow:none}.audience{grid-template-columns:repeat(4,1fr);gap:14px}.audience-item{min-height:150px;padding:28px;align-items:flex-start;justify-content:space-between;color:var(--muted-brand)}.audience-item i{color:var(--rzvation)}.cta{border-radius:0;border:1px solid var(--line-brand);background:radial-gradient(circle at 50% 70%,rgba(33,151,169,.12),transparent 35%),linear-gradient(145deg,#ffffff09,#ffffff03);padding:56px}.cta-title{font-size:clamp(38px,5vw,66px);line-height:1.06;letter-spacing:-.045em;font-weight:300}.cta-subtitle{color:var(--muted-brand)}.footer{max-width:1400px;margin:auto;border-top:1px solid var(--line-brand);padding:38px 48px}.footer-inner{width:100%;padding:0;flex-direction:row;justify-content:space-between;text-align:left}.footer-brand .wordmark-text{color:var(--text)!important}.footer-tagline,.footer-copy{color:#697681;font-size:11px}@media (max-width: 950px){.container{padding-inline:32px}.hero{padding-top:70px}.section{padding:90px 32px}.hero-mark{right:-15%;top:42%;opacity:.28;width:60vw}.grid-3,.steps{grid-template-columns:repeat(2,1fr)}}@media (max-width: 720px){.sticky-header,.topbar{height:72px}.container{padding-inline:22px}.hero{min-height:calc(100vh - 72px);padding:70px 22px 65px}.hero-title{font-size:47px}.hero-subtitle{font-size:16px}.hero-cta{align-items:flex-start;flex-direction:column;gap:20px}.hero-cta .btn{width:auto}.section{padding:90px 22px}.section-head{align-items:start;flex-direction:column;gap:15px}.grid-3,.steps,.audience{grid-template-columns:1fr}.footer{padding:30px 22px}.footer-inner{align-items:flex-start;flex-direction:column;gap:16px}}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}.feature-card,.btn{transition:none}}
