:root {
  --ink: #080a0f;
  --ink-2: #11141c;
  --paper: #f5f5f7;
  --white: #fff;
  --text: #14161b;
  --muted: #676b73;
  --line: rgba(20, 22, 27, .12);
  --line-light: rgba(255, 255, 255, .14);
  --blue: #1d67ff;
  --blue-bright: #6ea8ff;
  --mint: #7cf0cb;
  --maxw: 1240px;
  --radius: 28px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body { margin: 0; font-family: Inter, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif; color: var(--text); background: var(--paper); line-height: 1.55; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
ul { padding-left: 1.2rem; }
.container { width: min(calc(100% - 40px), var(--maxw)); margin-inline: auto; }
.muted { color: var(--muted); }
.serif { font-family: inherit; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; padding: 16px 0; color: var(--white); transition: background .35s, border-color .35s; }
.site-header.is-scrolled, .site-header--dark { background: rgba(8,10,15,.78); border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(22px) saturate(150%); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.logo { display: inline-block; flex: 0 0 auto; width: 196px; height: 44px; overflow: hidden; color: transparent !important; font-size: 0; line-height: 0; background: url("../images/launchpad-logo.png") center left / contain no-repeat; }
.logo-mark { display: none; }
.primary-nav { display: flex; align-items: center; gap: 26px; }
.primary-nav a { color: rgba(255,255,255,.68); font-size: .83rem; font-weight: 520; transition: color .2s; }
.primary-nav a:hover, .primary-nav a.active { color: var(--white); }
.nav-action { padding: 10px 16px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: white !important; background: rgba(255,255,255,.09); }
.menu-btn { display: none; width: 44px; height: 44px; padding: 0; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; color: white; background: transparent; align-items: center; justify-content: center; }
.menu-btn span, .menu-btn span::before, .menu-btn span::after { display:block; width:17px; height:1.5px; background:currentColor; position:relative; transition:.3s; }
.menu-btn span::before, .menu-btn span::after { content:""; position:absolute; left:0; }
.menu-btn span::before { top:-5px; } .menu-btn span::after { top:5px; }
.menu-btn.is-open span { background:transparent; }.menu-btn.is-open span::before { top:0; transform:rotate(45deg); }.menu-btn.is-open span::after { top:0; transform:rotate(-45deg); }
.mobile-menu { position:fixed; inset:0; z-index:90; padding:110px 24px 40px; color:white; background:rgba(8,10,15,.98); opacity:0; pointer-events:none; transition:opacity .3s; }
.mobile-menu.is-open { opacity:1; pointer-events:auto; }
.mobile-menu nav { display:flex; flex-direction:column; gap:20px; }
.mobile-menu a { font-size:clamp(1.7rem,8vw,2.7rem); font-weight:620; letter-spacing:-.04em; }

.eyebrow { display:flex; align-items:center; gap:10px; margin:0 0 18px; font-size:.75rem; font-weight:650; letter-spacing:.13em; text-transform:uppercase; color:var(--blue-bright); }
.eyebrow::before { content:""; width:28px; height:1px; background:currentColor; }
.display { max-width: 1050px; margin:0; font-size:clamp(3.4rem,8vw,7.8rem); line-height:.91; letter-spacing:-.075em; font-weight:650; }
.lede { max-width:680px; margin:28px 0 0; font-size:clamp(1.08rem,2vw,1.35rem); line-height:1.55; color:rgba(255,255,255,.66); }
.btn { display:inline-flex; align-items:center; justify-content:center; gap:10px; min-height:48px; padding:12px 21px; border:1px solid transparent; border-radius:999px; font-size:.92rem; font-weight:620; transition:transform .25s var(--ease), background .25s, color .25s, border-color .25s; }
.btn:hover { transform:translateY(-2px); }
.btn-primary, .btn-dark { color:var(--white); background:var(--blue); }
.btn-primary:hover, .btn-dark:hover { background:#0c56ec; }
.btn-ghost, .btn-outline-white { color:white; border-color:rgba(255,255,255,.24); background:rgba(255,255,255,.07); backdrop-filter:blur(10px); }
.btn-outline { border-color:var(--line); background:white; }

.hero-home { position:relative; min-height:100svh; display:flex; align-items:flex-end; overflow:hidden; padding:150px 0 76px; color:white; background:var(--ink); }
.hero-home::before { content:""; position:absolute; width:72vw; height:72vw; right:-24vw; top:-28vw; border-radius:50%; background:radial-gradient(circle at 45% 45%, rgba(110,168,255,.5), rgba(29,103,255,.16) 28%, rgba(124,240,203,.08) 46%, transparent 68%); filter:blur(8px); animation:drift 12s ease-in-out infinite alternate; }
.hero-home::after { content:""; position:absolute; inset:0; opacity:.2; background-image:linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px); background-size:100px 100px; mask-image:linear-gradient(to bottom, transparent, black 35%, transparent); }
.hero-inner { position:relative; z-index:2; }
.hero-ctas { display:flex; flex-wrap:wrap; gap:12px; margin-top:34px; }
.hero-bottom { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; margin-top:80px; border-top:1px solid var(--line-light); }
.hero-stat { padding:22px 20px 0 0; }
.hero-stat strong { display:block; font-size:1.05rem; }
.hero-stat span { display:block; margin-top:4px; color:rgba(255,255,255,.48); font-size:.84rem; }
@keyframes drift { to { transform:translate(-5vw,6vw) scale(1.08); } }

.section { padding:120px 0; }
.section-head { display:grid; grid-template-columns:.75fr 1.25fr; gap:50px; align-items:start; margin-bottom:55px; }
.section-head h2 { margin:0; font-size:clamp(2.4rem,5vw,4.8rem); line-height:.98; letter-spacing:-.055em; }
.section-head p { max-width:620px; margin:8px 0 0; color:var(--muted); font-size:1.08rem; }
.dark-section { color:white; background:var(--ink); }
.dark-section .section-head p { color:rgba(255,255,255,.58); }
.bento { display:grid; grid-template-columns:repeat(12,1fr); gap:16px; }
.bento-card { position:relative; grid-column:span 4; min-height:350px; overflow:hidden; padding:34px; border:1px solid rgba(255,255,255,.1); border-radius:var(--radius); background:linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.035)); transition:transform .45s var(--ease), border-color .3s; }
.bento-card:first-child { grid-column:span 6; }
.bento-card:nth-child(2) { grid-column:span 6; }
.bento-card:hover { transform:translateY(-6px); border-color:rgba(110,168,255,.45); }
.bento-card::after { content:""; position:absolute; width:220px; height:220px; border-radius:50%; right:-95px; bottom:-115px; background:radial-gradient(circle,rgba(110,168,255,.2),transparent 68%); }
.card-num { color:var(--blue-bright); font-size:.75rem; letter-spacing:.12em; }
.bento-card h3 { margin:105px 0 12px; font-size:clamp(1.8rem,3vw,2.8rem); line-height:1; letter-spacing:-.045em; }
.bento-card p { max-width:460px; margin:0 0 26px; color:rgba(255,255,255,.58); }
.text-link { display:inline-flex; gap:8px; align-items:center; color:inherit; font-size:.9rem; font-weight:650; }
.text-link span { transition:transform .2s; }.text-link:hover span { transform:translateX(4px); }

.proof { overflow:hidden; background:white; padding:42px 0 48px; border-bottom:1px solid var(--line); }
.proof-label { color:var(--muted); font-size:.72rem; letter-spacing:.11em; text-transform:uppercase; text-align:center; }
.client-marquee { position:relative; width:100%; margin-top:30px; overflow:hidden; }
.client-marquee::before,.client-marquee::after { content:""; position:absolute; inset:0 auto 0 0; z-index:2; width:min(12vw,150px); pointer-events:none; background:linear-gradient(90deg,#fff,rgba(255,255,255,0)); }
.client-marquee::after { right:0; left:auto; transform:rotate(180deg); }
.proof-logos { display:flex; align-items:center; width:max-content; will-change:transform; }
.proof-logos.is-ready { animation:client-scroll 52s linear infinite; }
.client-marquee:hover .proof-logos { animation-play-state:paused; }
.client-logo { display:grid; place-items:center; flex:0 0 auto; width:156px; height:82px; margin-right:28px; padding:13px 18px; border:1px solid rgba(10,23,49,.08); border-radius:16px; background:#fff; box-shadow:0 8px 24px rgba(10,23,49,.045); }
.client-logo--wide { width:210px; }
.client-logo img { display:block; width:100%; height:100%; object-fit:contain; filter:grayscale(1); opacity:.64; transition:filter .3s ease,opacity .3s ease,transform .3s ease; }
.client-logo:hover img { filter:grayscale(0); opacity:1; transform:scale(1.04); }
@keyframes client-scroll { to { transform:translateX(-50%); } }

.steps-grid { display:grid; grid-template-columns:repeat(4,1fr); border-top:1px solid var(--line); }
.step-card { padding:30px 28px 10px 0; border-right:1px solid var(--line); }
.step-card + .step-card { padding-left:28px; }.step-card:last-child { border-right:0; }
.step-card span { color:var(--blue); font-size:.75rem; font-weight:700; }
.step-card h3 { margin:58px 0 10px; font-size:1.6rem; letter-spacing:-.035em; }
.step-card p { color:var(--muted); font-size:.93rem; }

.local-band { overflow:hidden; color:white; background:linear-gradient(135deg,#123260,#0b1223 55%,#071a18); }
.local-grid { display:grid; grid-template-columns:1.25fr .75fr; gap:80px; align-items:center; }
.local-band h2 { margin:0; font-size:clamp(3rem,6.4vw,6.5rem); line-height:.94; letter-spacing:-.065em; }
.local-band p { color:rgba(255,255,255,.7); font-size:1.1rem; }
.local-card { padding:28px; border:1px solid rgba(255,255,255,.14); border-radius:var(--radius); background:rgba(255,255,255,.08); backdrop-filter:blur(16px); }
.local-card a { margin-top:10px; }

.page-hero { position:relative; overflow:hidden; padding:175px 0 90px; color:white; background:var(--ink); }
.page-hero::after { content:""; position:absolute; width:620px; height:620px; right:-230px; top:-330px; border-radius:50%; background:radial-gradient(circle,rgba(29,103,255,.38),rgba(124,240,203,.07) 40%,transparent 70%); }
.page-hero .container { position:relative; z-index:1; }
.page-hero h1 { max-width:960px; margin:0; font-size:clamp(3.2rem,7vw,6.7rem); line-height:.94; letter-spacing:-.065em; }
.page-hero .lede { max-width:760px; }

.service-grid, .tiles, .articles-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; padding:80px 0; }
.service-card, .tile, .article-card { display:flex; flex-direction:column; min-height:260px; padding:30px; border:1px solid var(--line); border-radius:24px; background:white; box-shadow:0 18px 60px rgba(21,30,50,.04); transition:transform .35s var(--ease), box-shadow .35s; }
.service-card:hover, .tile:hover, .article-card:hover { transform:translateY(-5px); box-shadow:0 22px 70px rgba(21,30,50,.1); }
.service-card h2, .service-card h3, .tile h3, .article-card h2 { margin:0 0 10px; font-size:1.45rem; letter-spacing:-.035em; }
.service-card p, .tile p, .article-card p { color:var(--muted); }
.service-card .text-link, .article-card .text-link { margin-top:auto; }
.service-section { padding:76px 0; border-bottom:1px solid var(--line); }
.service-head { display:grid; grid-template-columns:.8fr 1.2fr; gap:40px; margin-bottom:28px; }
.service-head h2 { margin:0; font-size:clamp(2rem,4vw,3.6rem); letter-spacing:-.05em; }
.list { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; }
.item { padding:18px; color:var(--text); text-align:left; border:1px solid var(--line); border-radius:16px; background:white; transition:.2s; }.item:hover { border-color:var(--blue); color:var(--blue); }

.pricing-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-top:45px; }
.price-card { padding:30px; border-radius:24px; background:white; border:1px solid var(--line); }
.price-card.featured { color:white; background:linear-gradient(145deg,#174fc7,#143a86); border:0; transform:translateY(-8px); box-shadow:0 20px 55px rgba(29,103,255,.22); }
.price-kicker { color:var(--blue); font-size:.75rem; font-weight:700; letter-spacing:.12em; text-transform:uppercase; }
.featured .price-kicker { color:#b9d5ff; }
.price { margin:30px 0 8px; font-size:3.7rem; font-weight:680; letter-spacing:-.07em; }.price small { font-size:1rem; letter-spacing:0; }
.price-card ul { margin:22px 0 0; padding:0; list-style:none; }.price-card li { padding:9px 0; border-top:1px solid var(--line); color:var(--muted); }.featured li { border-color:rgba(255,255,255,.16); color:rgba(255,255,255,.75); }

.split { display:grid; grid-template-columns:1fr 1fr; gap:70px; align-items:start; }
.sticky-title { position:sticky; top:120px; }.sticky-title h2 { margin:0; font-size:clamp(2.6rem,5vw,5rem); line-height:.96; letter-spacing:-.055em; }
.feature-list { border-top:1px solid var(--line); }
.feature-row { padding:26px 0; border-bottom:1px solid var(--line); }
.feature-row h3 { margin:0 0 7px; font-size:1.25rem; }.feature-row p { margin:0; color:var(--muted); }
.faq details { border-top:1px solid var(--line); padding:23px 0; }.faq details:last-child { border-bottom:1px solid var(--line); }
.faq summary { cursor:pointer; list-style:none; font-size:1.08rem; font-weight:640; }.faq summary::after { content:"+"; float:right; color:var(--blue); }.faq details[open] summary::after { content:"\2212"; }.faq p { color:var(--muted); max-width:780px; }

.form-wrap { display:grid; grid-template-columns:1.2fr .8fr; gap:28px; padding:80px 0; }
.form, .contact-card { padding:32px; border:1px solid var(--line); border-radius:24px; background:white; }
.form { display:grid; gap:18px; }.form .grid { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.form label { display:grid; gap:7px; font-size:.86rem; font-weight:630; }
.form input, .form select, .form textarea { width:100%; padding:14px 15px; color:var(--text); border:1px solid var(--line); border-radius:13px; background:#fafafa; outline:none; transition:border-color .2s, box-shadow .2s; }
.form input:focus, .form select:focus, .form textarea:focus { border-color:var(--blue); box-shadow:0 0 0 4px rgba(29,103,255,.1); }
.form textarea { resize:vertical; min-height:130px; }
.contact-card h2, .contact-card h3 { margin:0 0 12px; font-size:1.5rem; }.contact-card p { color:var(--muted); }
.contact-link { display:flex; align-items:center; justify-content:space-between; gap:20px; padding:16px 0; border-top:1px solid var(--line); font-weight:640; }.contact-link span { color:var(--blue); }

.prose { max-width:880px; padding:75px 20px; }.prose h2 { margin:44px 0 12px; font-size:clamp(1.7rem,3vw,2.4rem); letter-spacing:-.035em; }.prose p, .prose li { color:var(--muted); font-size:1.03rem; line-height:1.75; }.well, .cta-inline { padding:30px; border:1px solid var(--line); border-radius:22px; background:white; }.cta-inline { margin-bottom:80px; }

.reveal { opacity:0; transform:translateY(26px); transition:opacity .8s var(--ease), transform .8s var(--ease); }.reveal.is-visible { opacity:1; transform:none; }
.stagger > * { opacity:0; transform:translateY(22px); transition:opacity .7s var(--ease), transform .7s var(--ease); }.stagger.is-visible > * { opacity:1; transform:none; }.stagger.is-visible > *:nth-child(2){transition-delay:.08s}.stagger.is-visible > *:nth-child(3){transition-delay:.16s}.stagger.is-visible > *:nth-child(4){transition-delay:.24s}

.modal-overlay { position:fixed; inset:0; z-index:150; background:rgba(0,0,0,.64); backdrop-filter:blur(8px); }.modal { position:fixed; inset:50% auto auto 50%; z-index:151; width:min(700px,calc(100% - 32px)); max-height:84vh; overflow:auto; transform:translate(-50%,-50%); }.modal-shell { border-radius:24px; background:white; box-shadow:0 30px 100px rgba(0,0,0,.32); }.modal-header,.modal-footer { display:flex; align-items:center; justify-content:space-between; padding:24px 28px; border-bottom:1px solid var(--line); }.modal-footer { border:0; border-top:1px solid var(--line); }.modal-header h3 { margin:0; font-size:1.5rem; }.modal-close { border:0; background:none; font-size:1.7rem; }.modal-body { padding:8px 28px 26px; }.modal-body section { padding-top:18px; }.modal-body p,.modal-body li { color:var(--muted); }

.site-footer { padding:70px 0 28px; color:rgba(255,255,255,.66); background:var(--ink); }
.footer-grid { width:min(calc(100% - 40px),var(--maxw)); margin:auto; display:grid; grid-template-columns:1.5fr 1fr 1fr 1fr; gap:45px; padding-bottom:60px; }
.footer-brand .logo { color:white; }.footer-brand p { font-size:.88rem; }.footer-social a { display:grid; place-items:center; width:36px; height:36px; border:1px solid var(--line-light); border-radius:50%; }
.footer-col { display:flex; flex-direction:column; gap:10px; }.footer-col h4 { margin:0 0 9px; color:white; font-size:.78rem; }.footer-col a { font-size:.86rem; }.footer-col a:hover { color:white; }
.footer-bottom { width:min(calc(100% - 40px),var(--maxw)); margin:auto; padding-top:20px; border-top:1px solid var(--line-light); display:flex; justify-content:space-between; gap:20px; font-size:.77rem; }
.sms-float { position:fixed; right:18px; bottom:18px; z-index:80; display:flex; align-items:center; gap:9px; padding:13px 17px; border-radius:999px; color:white; background:var(--blue); box-shadow:0 16px 40px rgba(29,103,255,.36); font-size:.88rem; font-weight:700; }

@media (max-width: 920px) {
  .primary-nav { display:none; }.menu-btn { display:flex; }
  .hero-bottom, .steps-grid { grid-template-columns:1fr 1fr; }
  .bento-card, .bento-card:first-child, .bento-card:nth-child(2) { grid-column:span 6; }
  .section-head, .local-grid, .service-head, .split { grid-template-columns:1fr; gap:30px; }
  .sticky-title { position:static; }
  .service-grid, .tiles, .articles-grid, .pricing-grid { grid-template-columns:1fr 1fr; }
  .footer-grid { grid-template-columns:1fr 1fr; }
}
@media (max-width: 640px) {
  .container { width:min(calc(100% - 28px),var(--maxw)); }
  .site-header { padding:12px 0; }.logo { width: 178px; height: 40px; }.display { font-size:clamp(3rem,15vw,5rem); }
  .hero-home { padding:130px 0 52px; }.hero-bottom { grid-template-columns:1fr; margin-top:55px; }.hero-stat { padding:16px 0; border-top:1px solid var(--line-light); }
  .section { padding:82px 0; }.bento-card,.bento-card:first-child,.bento-card:nth-child(2) { grid-column:span 12; min-height:310px; }.bento-card h3 { margin-top:75px; }
  .steps-grid { grid-template-columns:1fr; }.step-card,.step-card + .step-card { padding:24px 0; border-right:0; border-bottom:1px solid var(--line); }.step-card h3 { margin-top:28px; }
  .page-hero { padding:140px 0 70px; }.page-hero h1 { font-size:clamp(2.8rem,14vw,4.6rem); }
  .service-grid,.tiles,.articles-grid,.pricing-grid,.form-wrap { grid-template-columns:1fr; }.price-card.featured { transform:none; }
  .list { grid-template-columns:1fr; }.form-wrap { padding:55px 0; }.form { padding:23px; }.form .grid { grid-template-columns:1fr; }
  .footer-grid { grid-template-columns:1fr; }.footer-bottom { flex-direction:column; }.sms-float { right:12px; bottom:12px; }
}
@media (prefers-reduced-motion: reduce) { html{scroll-behavior:auto}.hero-home::before,.proof-logos.is-ready{animation:none}.client-marquee{overflow-x:auto}.reveal,.stagger>*{opacity:1;transform:none;transition:none}.btn,.bento-card{transition:none} }
