:root{--background: #081126;--background-alt: #101933;--surface: rgba(23, 31, 59, .74);--surface-strong: rgba(27, 35, 67, .88);--line: rgba(121, 145, 213, .16);--line-strong: rgba(121, 145, 213, .28);--text: #f4f7ff;--text-muted: rgba(215, 223, 245, .78);--text-soft: rgba(177, 191, 230, .7);--accent: #4b7cff;--accent-strong: #3d69df;--accent-soft: rgba(75, 124, 255, .16);--orange: #e28b5b;--orange-soft: rgba(226, 139, 91, .18);--purple: #8b5cf6;--purple-soft: rgba(139, 92, 246, .18);--accent-contrast: #f9fbff;--shadow-soft: 0 28px 70px rgba(0, 0, 0, .34);--shadow-card: 0 18px 46px rgba(0, 0, 0, .24);--radius-lg: 28px;--radius-md: 20px;--radius-sm: 14px;--container-width: 1160px}*,*:before,*:after{box-sizing:border-box}html{min-height:100%;scroll-behavior:smooth;background:radial-gradient(circle at 20% 30%,rgba(0,120,255,.25),transparent 40%),radial-gradient(circle at 80% 70%,rgba(255,120,40,.25),transparent 40%),radial-gradient(circle at center,#0b1020,#05070f 70%);background-color:#05070f}body{margin:0;min-width:320px;min-height:100%;background:radial-gradient(circle at 20% 30%,rgba(0,120,255,.25),transparent 40%),radial-gradient(circle at 80% 70%,rgba(255,120,40,.25),transparent 40%),radial-gradient(circle at center,#0b1020,#05070f 70%);background-color:#05070f;color:var(--text);font-family:Inter,Segoe UI,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}img{display:block;max-width:100%}code{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.92em}#root{min-height:100%;background:radial-gradient(circle at 20% 30%,rgba(0,120,255,.25),transparent 40%),radial-gradient(circle at 80% 70%,rgba(255,120,40,.25),transparent 40%),radial-gradient(circle at center,#0b1020,#05070f 70%);background-color:#05070f;min-height:100vh}.container{width:min(calc(100% - 2rem),var(--container-width));margin:0 auto}.site-shell{min-height:100vh;position:relative}.site-header{position:sticky;top:0;z-index:20;padding:1rem 0 0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 1rem;border:1px solid rgba(121,145,213,.18);border-radius:999px;background:#1d2546b8;box-shadow:var(--shadow-card);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand-mark{display:inline-flex;align-items:center;flex-shrink:0}.brand-mark__logo{height:4.75rem;width:auto;object-fit:contain}.site-nav{display:inline-flex;flex-wrap:wrap;justify-content:center;gap:1.25rem;color:var(--text-soft);font-size:.95rem}.site-nav a,.text-link,.hero-contact-link,.footer-contact a{transition:color .2s ease,opacity .2s ease}.site-nav a:hover,.site-nav a:focus-visible,.text-link:hover,.text-link:focus-visible,.hero-contact-link:hover,.hero-contact-link:focus-visible,.footer-contact a:hover,.footer-contact a:focus-visible{color:var(--text)}.button-link{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.85rem 1.25rem;border-radius:999px;border:1px solid transparent;font-size:.98rem;font-weight:600;cursor:pointer;transition:transform .2s ease,background-color .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease}.button-link:hover,.button-link:focus-visible{transform:translateY(-1px)}.button-link:focus-visible,.site-nav a:focus-visible,.text-link:focus-visible,.hero-contact-link:focus-visible,.footer-contact a:focus-visible,.brand-mark:focus-visible{outline:3px solid rgba(17,24,39,.18);outline-offset:3px}.button-link--primary{background:linear-gradient(135deg,var(--accent),var(--accent-strong));color:var(--accent-contrast);box-shadow:0 12px 32px #4b7cff4d}.button-link--primary:hover,.button-link--primary:focus-visible{background:linear-gradient(135deg,var(--accent-strong),#142d79)}.button-link--secondary{border-color:var(--line-strong);background:#ffffff0d;color:var(--text-muted)}.hero-section,.content-section{padding:5rem 0}.hero-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.9fr);gap:2rem;align-items:stretch;padding-top:2.25rem}.hero-copy,.hero-panel,.surface-card,.final-cta,.demo-placeholder{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.hero-copy{padding:clamp(2rem,3vw,4rem);background:radial-gradient(circle at 30% 20%,rgba(75,124,255,.12),transparent 22%),#151d38d1}.hero-copy__eyebrow,.section-heading__eyebrow,.hero-panel__label,.demo-card__header span{margin:0 0 1rem;color:var(--text-soft);font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.hero-copy h1,.hero-copy h2,.section-heading h2,.final-cta h2,.demo-placeholder h1{margin:0;letter-spacing:-.04em;line-height:1.05}.hero-copy h1{font-size:clamp(3.4rem,8vw,6rem);background:linear-gradient(135deg,#4b7cff 10%,#79a0ff 45%,#d58db6);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-copy h2{margin-top:.75rem;max-width:11ch;font-size:clamp(1.85rem,3vw,3rem);color:var(--text)}.hero-copy__body,.section-heading p,.surface-card p,.final-cta p,.demo-placeholder p,.footer-copy{color:var(--text-muted)}.hero-copy__body{max-width:62ch;margin:1.5rem 0 0;font-size:1.05rem}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.hero-contact-link{display:inline-flex;align-items:center;min-height:48px;padding:.85rem 0;color:var(--text-muted);font-weight:600}.hero-panel{display:flex;flex-direction:column;justify-content:space-between;padding:2rem;background:radial-gradient(circle at top right,rgba(226,139,91,.18),transparent 34%),radial-gradient(circle at bottom left,rgba(75,124,255,.16),transparent 42%),#151d38cc}.hero-metrics{display:grid;gap:1rem;padding:0;margin:0;list-style:none}.hero-metrics li{padding:1.2rem;border:1px solid var(--line);border-radius:var(--radius-md);background:#0d14287a}.hero-metrics strong,.surface-card h3,.process-list__item h3,.footer-title{display:block;margin:0 0 .35rem;font-size:1.05rem;letter-spacing:-.03em}.hero-metrics span{color:var(--text-muted)}.content-section--alt{background:transparent}.content-section--cta{padding-top:1rem}.section-heading{display:grid;gap:1rem;max-width:58rem;margin-bottom:2rem}.section-heading h2,.final-cta h2,.demo-placeholder h1{font-size:clamp(2rem,4vw,3.4rem)}.card-grid,.benefits-grid{display:grid;gap:1.25rem}.card-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.card-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.benefits-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.surface-card{padding:1.5rem;position:relative;overflow:hidden}.surface-card:before{content:"";position:absolute;inset:0 auto auto 0;width:100%;height:4px;background:linear-gradient(90deg,var(--accent),var(--orange),var(--purple));opacity:1}.feature-icon{display:inline-flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;margin-bottom:1.25rem;border:1px solid rgba(121,145,213,.18);border-radius:1rem;color:var(--accent);background:#0e1426b8;box-shadow:inset 0 1px #ffffff0f,0 8px 20px #0000002e}.feature-icon svg{width:1.7rem;height:1.7rem}.feature-icon--inbox,.feature-icon--conversion,.feature-icon--analysis{color:var(--accent);background:linear-gradient(180deg,#13224feb,#0f1837eb)}.feature-icon--page,.feature-icon--missing,.feature-icon--build,.feature-icon--launch{color:#d97706;background:linear-gradient(180deg,#4a2918db,#2e1911e6)}.feature-icon--clarity,.feature-icon--signal,.feature-icon--design,.feature-icon--ready,.feature-icon--structure{color:var(--purple);background:linear-gradient(180deg,#342253eb,#201538eb)}.feature-icon--social,.feature-icon--loss,.feature-icon--contact{color:#7ca0ff;background:linear-gradient(180deg,#0f1c43f0,#0b132cf0)}.demo-card__header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1rem}.demo-card__header code{padding:.35rem .6rem;border-radius:999px;background:#ffffff0f;color:var(--text-soft)}.text-link{display:inline-flex;margin-top:1rem;color:var(--text-muted);font-weight:600}.demo-showcase-link{margin-top:1.4rem}.demos-gallery{display:grid;gap:2.5rem}.demo-category{display:grid;gap:1.5rem}.demo-category__header{display:flex;align-items:end;justify-content:space-between;gap:1.5rem}.demo-category__header h2{margin:0;font-size:clamp(1.75rem,3vw,2.4rem);letter-spacing:-.04em}.demo-category__header p:last-child{max-width:44ch;margin:0;color:var(--text-muted)}.demo-category__meta{display:grid;justify-items:end}.demo-gallery-card{display:flex;flex-direction:column}.demo-gallery-card__preview{display:block;margin-bottom:1.25rem;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-md);background:#080c1880;aspect-ratio:16 / 10}.demo-gallery-card__preview img{width:100%;height:100%;object-fit:cover;transition:transform .22s ease,opacity .22s ease}.demo-gallery-card__preview:hover img,.demo-gallery-card__preview:focus-visible img{transform:scale(1.02);opacity:.96}.process-list{display:grid;gap:1rem;padding:0;margin:0;list-style:none}.process-list__item{display:grid;grid-template-columns:96px minmax(0,1fr);gap:1.25rem;padding:1.5rem;border:1px solid var(--line);border-radius:var(--radius-md);background:#11182eb8}.process-list__step{display:inline-flex;flex-direction:column;align-items:flex-start;gap:.75rem;color:var(--text-soft);font-size:.85rem;font-weight:700;letter-spacing:.16em}.final-cta,.demo-placeholder{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:clamp(1.5rem,3vw,3rem);background:radial-gradient(circle at top right,rgba(226,139,91,.16),transparent 24%),radial-gradient(circle at bottom left,rgba(75,124,255,.16),transparent 28%),#131b34c7}.site-footer{padding:0 0 2.5rem}.site-footer__inner{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(121,145,213,.12)}.footer-title{margin-bottom:.5rem}.footer-title a{color:var(--accent);text-decoration:underline;text-underline-offset:3px}.footer-title a:hover,.footer-title a:focus-visible{color:#79a0ff}.footer-brand{display:grid;gap:.85rem}.footer-brand__logo{height:4.75rem;width:auto;object-fit:contain}.footer-contact{display:grid;gap:.7rem;width:min(100%,23rem);color:var(--text-muted)}.footer-contact__card{display:grid;gap:.2rem;padding:.7rem .9rem;border:1px solid rgba(121,145,213,.2);border-radius:12px;background:radial-gradient(circle at right top,rgba(226,139,91,.16),transparent 46%),radial-gradient(circle at left bottom,rgba(75,124,255,.16),transparent 54%),#131b34b8;transition:border-color .2s ease,transform .2s ease,background-color .2s ease}.footer-contact__card:hover,.footer-contact__card:focus-visible{transform:translateY(-1px);border-color:#7991d56b}.footer-contact__label{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--text-soft);font-weight:700}.footer-contact__value{font-size:.98rem;color:var(--text);font-weight:600;line-height:1.35}.industry-seo-grid,.industry-benefits,.industry-demos,.industry-links,.faq-list,.faq-cta,.industry-cta{margin-top:1.5rem}.industry-benefits h2,.industry-demos h2,.industry-links h2,.industry-cta h2{margin:0 0 1rem;font-size:clamp(1.4rem,2.5vw,2rem)}.industry-cta{padding:1.5rem;border:1px solid var(--line);border-radius:var(--radius-md);background:radial-gradient(circle at right top,rgba(226,139,91,.16),transparent 46%),radial-gradient(circle at left bottom,rgba(75,124,255,.16),transparent 54%),#131b34b8}.industry-cta p{margin:0 0 1rem;color:var(--text-muted)}.faq-list{display:grid;gap:.8rem}.faq-item{border:1px solid var(--line);border-radius:var(--radius-sm);background:#10182ead;padding:.9rem 1rem}.faq-item summary{cursor:pointer;list-style:none;font-weight:600}.faq-item p{margin:.75rem 0 0;color:var(--text-muted)}@media(max-width:1024px){.hero-grid,.card-grid--three,.benefits-grid{grid-template-columns:1fr 1fr}.site-header__inner,.site-footer__inner,.final-cta,.demo-placeholder{border-radius:var(--radius-lg)}}@media(max-width:768px){.site-header{position:static}.site-header__inner,.site-footer__inner,.final-cta,.demo-placeholder{flex-direction:column;align-items:stretch}.site-nav{justify-content:flex-start}.demo-category__header{flex-direction:column;align-items:flex-start}.demo-category__meta{justify-items:start}.hero-grid,.card-grid--two,.card-grid--three,.benefits-grid,.process-list__item{grid-template-columns:1fr}.hero-section,.content-section{padding:3.5rem 0}.process-list__item{gap:.75rem}.footer-contact{width:100%}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
