:root{--bg: #07111f;--bg-soft: #0d1729;--panel: rgba(13, 23, 41, .78);--panel-strong: #101b31;--text: #f8fafc;--muted: #a5b4c7;--line: rgba(148, 163, 184, .18);--brand: #6ee7f9;--brand-2: #8b5cf6;--accent: #22c55e;--shadow: 0 24px 80px rgba(2, 6, 23, .45);--radius: 24px;--radius-md: 18px;--container: 1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:radial-gradient(circle at top left,rgba(110,231,249,.16),transparent 30%),radial-gradient(circle at top right,rgba(139,92,246,.14),transparent 28%),linear-gradient(180deg,#07111f,#091321);color:var(--text)}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);background-size:48px 48px;-webkit-mask-image:radial-gradient(circle at center,rgba(0,0,0,.75),transparent 90%);mask-image:radial-gradient(circle at center,rgba(0,0,0,.75),transparent 90%)}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}img{max-width:100%}main{overflow:hidden}section[id]{scroll-margin-top:110px}.container{width:min(calc(100% - 32px),var(--container));margin:0 auto}.narrow{max-width:860px}.section{padding:88px 0}.section--hero{padding-top:130px}.section--soft{background:linear-gradient(180deg,#ffffff05,#ffffff03);border-top:1px solid rgba(255,255,255,.04);border-bottom:1px solid rgba(255,255,255,.04)}.site-header{position:sticky;top:0;z-index:50;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#07111fbf;border-bottom:1px solid var(--line)}.header__inner{min-height:84px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center;gap:14px;font-weight:700;letter-spacing:-.03em}.brand small{display:block;margin-top:4px;color:var(--muted);font-size:12px;font-weight:500;letter-spacing:.04em;text-transform:uppercase}.brand__mark{width:42px;height:42px;display:grid;place-items:center;border-radius:14px;background:linear-gradient(135deg,#6ee7f940,#8b5cf647);border:1px solid rgba(255,255,255,.1);box-shadow:inset 0 1px #ffffff1f}.nav{display:flex;gap:24px}.nav__link,.mobile-nav__link{color:var(--muted);transition:color .2s ease,opacity .2s ease}.nav__link:hover,.mobile-nav__link:hover,.nav__link.is-active{color:var(--text)}.header__actions{display:flex;align-items:center;gap:12px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border-radius:999px;border:1px solid transparent;font-weight:700;transition:transform .2s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease;cursor:pointer}.button:hover{transform:translateY(-1px)}.button--primary{color:#07111f;background:linear-gradient(135deg,var(--brand),#bef7ff);box-shadow:0 12px 34px #6ee7f938}.button--ghost{color:var(--text);border-color:#ffffff1f;background:#ffffff05}.button--block{width:100%}.menu-toggle{display:none;width:48px;height:48px;border:1px solid var(--line);border-radius:14px;background:#ffffff05;padding:0}.menu-toggle span{display:block;width:20px;height:2px;margin:4px auto;border-radius:999px;background:var(--text);transition:transform .2s ease,opacity .2s ease}.menu-toggle.is-open span:nth-child(1){transform:translateY(6px) rotate(45deg)}.menu-toggle.is-open span:nth-child(2){opacity:0}.menu-toggle.is-open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.mobile-nav{border-top:1px solid var(--line);background:#07111ff5}.mobile-nav__inner{padding:18px 0 24px}.mobile-nav__list,.mobile-nav__actions{display:grid;gap:14px}.hero__grid,.about-grid,.contact-grid,.split-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:40px;align-items:center}.hero h1,.page-hero h1{margin:12px 0 18px;font-size:clamp(40px,6vw,74px);line-height:.98;letter-spacing:-.05em}.hero__lead,.page-hero p,.section-heading p,.body-copy,.feature-card p,.price-card p,.contact-form__footer p,.faq-item__content p,.footer__text,.timeline-item p,.bullet-list li,.deployment-steps p,.hero-card__panel p{color:var(--muted);line-height:1.75}.hero__lead{max-width:700px;font-size:18px}.eyebrow{display:inline-flex;align-items:center;gap:10px;color:var(--brand);font-size:12px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.eyebrow:before{content:"";width:28px;height:1px;background:currentColor;opacity:.65}.hero__actions,.inline-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:32px}.hero__badges{list-style:none;padding:0;margin:28px 0 0;display:flex;flex-wrap:wrap;gap:12px}.hero__badges li,.trust-band strong,.contact-notes div,.form-success,.bullet-list li{border:1px solid rgba(255,255,255,.1);background:#ffffff08}.hero__badges li{padding:12px 14px;border-radius:999px;color:#d9e5f3}.hero-card,.glass-panel,.feature-card,.price-card,.contact-form,.cta-banner,.faq-item,.deployment-steps>div{background:var(--panel);border:1px solid rgba(255,255,255,.08);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.hero-card{padding:26px;border-radius:30px;position:relative;overflow:hidden}.hero-card:after{content:"";position:absolute;inset:auto -80px -120px auto;width:220px;height:220px;border-radius:999px;background:radial-gradient(circle,rgba(139,92,246,.24),transparent 70%)}.hero-card__top,.hero-card__footer{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--muted);font-size:14px}.status-dot{width:10px;height:10px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 6px #22c55e1f}.hero-card__panel{margin:24px 0;padding:22px;border-radius:24px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08)}.signal-bars{margin-top:22px;height:110px;display:flex;align-items:end;gap:12px}.signal-bars span{flex:1;border-radius:999px 999px 8px 8px;background:linear-gradient(180deg,var(--brand),var(--brand-2))}.hero-card__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:20px}.hero-card__stats div{padding:18px;border-radius:20px;background:#ffffff08;border:1px solid rgba(255,255,255,.08)}.hero-card__stats strong{display:block;margin-bottom:8px;font-size:28px}.hero-card__stats span{color:var(--muted);font-size:14px}.trust-band{display:flex;flex-wrap:wrap;align-items:center;gap:16px;padding:24px;border-radius:22px;background:#ffffff06;border:1px solid rgba(255,255,255,.08)}.trust-band span{color:var(--muted)}.trust-band strong{padding:10px 14px;border-radius:999px}.section-heading{max-width:720px;margin-bottom:34px}.section-heading--center{margin-left:auto;margin-right:auto;text-align:center}.section-heading h2,.cta-banner h2,.split-grid h2,.glass-panel h2{margin:12px 0 14px;font-size:clamp(28px,4vw,48px);line-height:1.08;letter-spacing:-.04em}.card-grid{display:grid;gap:22px}.card-grid--four{grid-template-columns:repeat(4,minmax(0,1fr))}.card-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.feature-card,.price-card,.contact-form,.glass-panel,.deployment-steps>div{border-radius:var(--radius)}.feature-card{padding:24px}.feature-card__icon{width:44px;height:44px;display:grid;place-items:center;margin-bottom:16px;border-radius:14px;background:linear-gradient(135deg,#6ee7f92e,#8b5cf63d)}.feature-card h3,.price-card h3,.faq-item__trigger,.glass-panel h2{margin:0 0 10px}.glass-panel{padding:28px}.timeline-item+.timeline-item{margin-top:22px;padding-top:22px;border-top:1px solid rgba(255,255,255,.08)}.pricing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.price-card{padding:28px;display:flex;flex-direction:column;justify-content:space-between;gap:24px}.price-card.is-featured{transform:translateY(-10px);border-color:#6ee7f940;box-shadow:0 24px 70px #6ee7f929}.price-card__name{display:inline-block;margin-bottom:10px;color:var(--brand);font-size:13px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.price-card ul,.bullet-list{margin:0;padding:0;list-style:none;display:grid;gap:12px}.price-card li,.bullet-list li{position:relative;padding-left:24px}.price-card li:before,.bullet-list li:before{content:"•";position:absolute;left:8px;color:var(--brand)}.cta-banner{padding:34px;border-radius:30px;display:flex;align-items:center;justify-content:space-between;gap:24px}.faq-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:34px;align-items:start}.faq-list{display:grid;gap:14px}.faq-item{border-radius:20px;overflow:hidden}.faq-item__trigger{width:100%;padding:22px 24px;background:transparent;color:var(--text);border:0;display:flex;align-items:center;justify-content:space-between;gap:18px;text-align:left;font-weight:700}.faq-item__icon{font-size:24px;color:var(--brand)}.faq-item__content{max-height:0;overflow:hidden;transition:max-height .25s ease}.faq-item__content p{padding:0 24px 22px;margin:0}.faq-item.is-open .faq-item__content{max-height:220px}.contact-grid{align-items:start}.contact-notes{display:grid;gap:14px;margin-top:26px}.contact-notes div{padding:18px 20px;border-radius:18px}.contact-notes strong,.contact-notes span{display:block}.contact-notes span{margin-top:6px;color:var(--muted)}.contact-form{padding:28px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.contact-form label{display:grid;gap:10px;color:#dce7f4;margin-bottom:16px}.contact-form input,.contact-form textarea,.contact-form select{width:100%;border-radius:16px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:var(--text);padding:14px 16px;outline:none}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#8fa0b6}.contact-form input:focus,.contact-form textarea:focus,.contact-form select:focus{border-color:#6ee7f999;box-shadow:0 0 0 3px #6ee7f926}.contact-form__footer{display:flex;align-items:center;gap:18px;margin-top:8px}.contact-form__footer p{margin:0}.form-success{margin-top:18px;padding:14px 16px;border-radius:16px;color:#d4fce1}.page-hero{padding-top:120px}.deployment-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:26px}.deployment-steps>div{padding:24px}.site-footer{padding:40px 0 30px;border-top:1px solid var(--line);background:#040911d1}.footer__grid{display:grid;grid-template-columns:1.4fr .8fr 1fr;gap:24px}.brand--footer{margin-bottom:18px}.footer__title{margin:0 0 14px;font-size:16px}.footer__links,.footer__meta{list-style:none;padding:0;margin:0;display:grid;gap:12px;color:var(--muted)}.footer__bottom{margin-top:28px;padding-top:18px;border-top:1px solid rgba(255,255,255,.06);display:flex;justify-content:space-between;gap:16px;color:var(--muted);font-size:14px}.desktop-only{display:flex}@media (max-width: 1080px){.desktop-only{display:none}.menu-toggle{display:block}.hero__grid,.about-grid,.contact-grid,.split-grid,.faq-grid,.footer__grid,.card-grid--four,.card-grid--three,.pricing-grid,.deployment-steps{grid-template-columns:1fr}.price-card.is-featured{transform:none}}@media (max-width: 720px){.section{padding:72px 0}.section--hero,.page-hero{padding-top:108px}.container{width:min(calc(100% - 24px),var(--container))}.hero-card,.glass-panel,.feature-card,.price-card,.contact-form,.cta-banner{padding:22px}.hero-card__stats,.form-grid{grid-template-columns:1fr}.cta-banner,.contact-form__footer,.footer__bottom{flex-direction:column;align-items:flex-start}.hero__badges{flex-direction:column}}
