:root {
  --ink: #0f172a;
  --muted: #5b687a;
  --line: #dce7e1;
  --paper: #f7faf8;
  --white: #ffffff;
  --brand: #059669;
  --brand-deep: #047857;
  --mint: #d1fae5;
  --amber: #f59e0b;
  --blue: #0ea5e9;
  --purple: #7c3aed;
  --shadow: 0 24px 70px rgba(15, 23, 42, .10);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, .button { cursor: pointer; }
.wrap { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(220,231,225,.9); background: rgba(247,250,248,.92); backdrop-filter: blur(16px); }
.header-row { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand { display: flex; align-items: center; gap: 11px; font-weight: 900; text-decoration: none; }
.brand img { width: 40px; height: 40px; border-radius: 11px; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.installed-pill, .eyebrow, .badge { display: inline-flex; align-items: center; gap: 7px; width: max-content; border-radius: 999px; font-size: 12px; font-weight: 850; letter-spacing: .02em; }
.installed-pill { padding: 8px 12px; color: #065f46; background: #d1fae5; }
.installed-pill::before { content: "✓"; display: grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; color: white; background: var(--brand); }
.locale-select { height: 38px; max-width: 145px; padding: 0 10px; border: 1px solid var(--line); border-radius: 10px; color: #334155; background: white; }
.hero { position: relative; overflow: hidden; padding: 90px 0 76px; background: radial-gradient(circle at 15% 20%, rgba(16,185,129,.18), transparent 32%), radial-gradient(circle at 85% 70%, rgba(245,158,11,.15), transparent 30%), #f7faf8; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .35; background-image: linear-gradient(rgba(15,23,42,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(15,23,42,.045) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to bottom, black, transparent); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 72px; }
.hero-icon { width: 112px; height: 112px; padding: 14px; border-radius: 30px; background: linear-gradient(145deg, #34d399, #047857); box-shadow: 0 24px 50px rgba(5,150,105,.25); transform: rotate(-3deg); }
.hero-icon img { width: 100%; height: 100%; border-radius: 22px; }
.eyebrow { margin-bottom: 20px; padding: 8px 11px; color: #065f46; background: rgba(209,250,229,.85); }
h1 { max-width: 760px; margin: 22px 0 18px; font-size: clamp(42px, 6vw, 72px); line-height: .98; letter-spacing: -.055em; }
.gradient-text { color: transparent; background: linear-gradient(115deg, #047857, #10b981 58%, #f59e0b); background-clip: text; -webkit-background-clip: text; }
.lead { max-width: 650px; margin: 0; color: #475569; font-size: clamp(18px, 2vw, 22px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 20px; border: 0; border-radius: 12px; font-weight: 850; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: white; background: linear-gradient(135deg, var(--brand), var(--brand-deep)); box-shadow: 0 12px 25px rgba(5,150,105,.22); }
.button.secondary { border: 1px solid var(--line); color: #334155; background: white; }
.button[aria-disabled="true"] { cursor: not-allowed; opacity: .68; }
.button.purple { color: white; background: linear-gradient(135deg, #7c3aed, #5b21b6); box-shadow: 0 12px 28px rgba(124,58,237,.25); }
.demo-window { padding: 18px; border: 1px solid rgba(255,255,255,.8); border-radius: 26px; background: rgba(255,255,255,.82); box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.window-bar { display: flex; align-items: center; justify-content: space-between; padding: 3px 4px 14px; }
.window-dots { display: flex; gap: 6px; }
.window-dots span { width: 9px; height: 9px; border-radius: 50%; background: #cbd5e1; }
.window-dots span:first-child { background: #fb7185; }
.window-dots span:nth-child(2) { background: #fbbf24; }
.window-dots span:last-child { background: #34d399; }
.url-rail { min-height: 78px; padding: 18px; border-radius: 14px; color: #d1fae5; background: #10231d; font: 13px/1.65 ui-monospace, SFMono-Regular, Consolas, monospace; overflow-wrap: anywhere; }
.url-rail .base { color: #e2e8f0; }.url-rail .source { color: #6ee7b7; }.url-rail .medium { color: #7dd3fc; }.url-rail .campaign { color: #fbbf24; }
.mini-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 12px; }
.mini-field { padding: 11px 12px; border: 1px solid var(--line); border-radius: 10px; background: white; }
.mini-field span { display: block; margin-bottom: 3px; color: #64748b; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.mini-field strong { color: #334155; font-size: 12px; }
section { padding: 82px 0; }
.section-head { max-width: 720px; margin: 0 auto 38px; text-align: center; }
.section-head h2 { margin: 0 0 12px; font-size: clamp(30px, 4vw, 46px); letter-spacing: -.035em; }
.section-head p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.pin-card, .step-card, .feature-card, .price-card, .tool-card { border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: 0 12px 36px rgba(15,23,42,.055); }
.pin-card { padding: 22px; }
.pin-card h3, .step-card h3, .feature-card h3 { margin: 14px 0 7px; font-size: 17px; }
.pin-card p, .step-card p, .feature-card p { margin: 0; color: var(--muted); line-height: 1.55; }
.browser-mock { height: 150px; position: relative; overflow: hidden; border: 1px solid #d9e2dc; border-radius: 13px; background: linear-gradient(#eef3f0 34px, #fff 34px); }
.browser-mock::before { content: ""; position: absolute; top: 12px; left: 12px; width: 46%; height: 10px; border-radius: 8px; background: #d5dfd9; }
.toolbar-icons { position: absolute; top: 9px; right: 9px; display: flex; gap: 7px; }
.toolbar-icon { width: 18px; height: 18px; display: grid; place-items: center; border-radius: 5px; color: white; background: var(--brand); font-size: 10px; font-weight: 900; }
.extensions-menu { position: absolute; top: 43px; right: 11px; width: 180px; padding: 11px; border: 1px solid var(--line); border-radius: 10px; background: white; box-shadow: 0 15px 30px rgba(15,23,42,.14); }
.extensions-row { display: flex; align-items: center; gap: 8px; font-size: 10px; font-weight: 750; }
.extensions-row img { width: 22px; height: 22px; border-radius: 6px; }
.pin-glyph { margin-left: auto; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 6px; color: #047857; background: #d1fae5; }
.cursor-ring { position: absolute; width: 42px; height: 42px; border: 3px solid #ef4444; border-radius: 50%; box-shadow: 0 0 0 7px rgba(239,68,68,.13); }
.pin-card:nth-child(1) .cursor-ring { top: 0; right: 18px; }.pin-card:nth-child(2) .cursor-ring { top: 36px; right: 8px; }.pin-card:nth-child(3) .cursor-ring { top: 0; right: 47px; }
.steps { display: grid; grid-template-columns: .8fr 1.4fr .8fr; gap: 18px; align-items: stretch; }
.step-card { padding: 26px; }
.step-number { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 11px; color: white; background: var(--ink); font-weight: 900; }
.step-card.featured { color: white; border-color: #064e3b; background: #0f2b23; }
.step-card.featured p { color: #cde6db; }
.builder-demo { margin-top: 18px; }
.builder-demo label { display: block; margin: 10px 0 5px; color: #d1fae5; font-size: 11px; font-weight: 800; }
.builder-demo input { width: 100%; height: 40px; padding: 0 11px; border: 1px solid rgba(255,255,255,.16); border-radius: 9px; color: white; background: rgba(255,255,255,.08); }
.builder-demo button { width: 100%; margin-top: 12px; }
.demo-result { min-height: 58px; margin-top: 12px; padding: 12px; border-radius: 10px; color: #a7f3d0; background: rgba(0,0,0,.22); font: 11px/1.5 ui-monospace, monospace; overflow-wrap: anywhere; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.feature-card { display: grid; grid-template-columns: 46px 1fr; gap: 14px; padding: 22px; }
.feature-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 13px; color: #047857; background: #d1fae5; font-weight: 950; }
.pro-tag { display: inline-flex; margin-left: 6px; padding: 3px 6px; border-radius: 5px; color: #78350f; background: #fef3c7; font-size: 9px; font-weight: 950; vertical-align: 2px; }
.center-action { margin-top: 28px; text-align: center; }
.iridescent-border, .gradient-border-sw { position: relative; padding: 2px; border-radius: 26px; overflow: hidden; }
.iridescent-border::before, .gradient-border-sw::before { content: ""; position: absolute; inset: -100%; background: conic-gradient(from 90deg, #10b981, #38bdf8, #f59e0b, #a78bfa, #10b981); animation: spin 8s linear infinite; }
.gradient-border-sw::before { background: conic-gradient(from 30deg, #7c3aed, #ec4899, #38bdf8, #7c3aed); }
@keyframes spin { to { transform: rotate(360deg); } }
.newsletter, .star-card { position: relative; border-radius: 24px; background: #fff; }
.newsletter { display: grid; grid-template-columns: 1.1fr .9fr; gap: 42px; padding: 42px; }
.newsletter h2, .star-card h3 { margin: 10px 0 12px; font-size: clamp(28px, 4vw, 45px); letter-spacing: -.04em; }
.newsletter ul { display: grid; gap: 9px; padding: 0; list-style: none; color: #475569; }
.newsletter li::before { content: "✓"; margin-right: 9px; color: var(--brand); font-weight: 900; }
.newsletter-form { align-self: center; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: #f8fbf9; }
.newsletter-form input { width: 100%; height: 50px; padding: 0 14px; border: 1px solid #cad9d0; border-radius: 11px; }
.newsletter-form .button { width: 100%; margin-top: 10px; }
.form-note { margin: 9px 0 0; color: #64748b; font-size: 11px; text-align: center; }
.form-error { margin: 12px 0 0; padding: 10px 12px; border-radius: 9px; color: #9f1239; background: #fff1f2; font-size: 12px; }
.success-state { padding: 28px; border-radius: 16px; color: #065f46; background: #d1fae5; text-align: center; }
.success-state[hidden] { display: none; }
.social-proof { display: flex; align-items: center; gap: 12px; margin-top: 22px; color: #64748b; font-size: 12px; }
.avatars { display: flex; }
.avatars img { width: 30px; height: 30px; margin-left: -7px; border: 2px solid white; border-radius: 50%; }
.stars { color: #f59e0b; letter-spacing: 1px; }
.star-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; padding: 38px; }
.mic-orb { position: relative; width: 92px; height: 92px; display: grid; place-items: center; border-radius: 50%; color: white; background: linear-gradient(135deg, #8b5cf6, #5b21b6); font-size: 34px; box-shadow: 0 0 0 12px rgba(124,58,237,.1), 0 0 0 24px rgba(124,58,237,.05); }
.star-copy p { margin: 0; color: var(--muted); line-height: 1.6; }
.pill-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 15px; }
.badge { padding: 7px 10px; color: #5b21b6; background: #ede9fe; }
.tools-band { border-block: 1px solid var(--line); background: #eef5f1; }
.tools-tabs { display: flex; justify-content: center; gap: 8px; margin-bottom: 24px; }
.tab-button { padding: 9px 14px; border: 1px solid var(--line); border-radius: 999px; color: #475569; background: white; font-weight: 800; }
.tab-button.active { border-color: var(--brand); color: white; background: var(--brand); }
.tools-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.tool-card { overflow: hidden; text-decoration: none; transition: transform .18s ease; }
.tool-card:hover { transform: translateY(-4px); }
.tool-card img { width: 100%; aspect-ratio: 2.2/1; object-fit: cover; background: #dce7e1; }
.tool-card div { padding: 15px; }
.tool-card strong { display: block; margin-bottom: 4px; }.tool-card span { color: var(--muted); font-size: 12px; line-height: 1.45; }
.footer-cta { text-align: center; }
.footer-cta h2 { margin: 0 0 20px; font-size: clamp(30px, 4vw, 46px); }
.support-link { display: inline-block; margin-top: 16px; color: #047857; font-weight: 800; }
.site-footer { padding: 28px 0; border-top: 1px solid var(--line); background: white; }
.footer-row { display: flex; align-items: center; justify-content: space-between; gap: 18px; color: #64748b; font-size: 13px; }
.footer-row img { width: 28px; height: 28px; border-radius: 8px; vertical-align: middle; margin-right: 7px; }
.legal-links { display: flex; flex-wrap: wrap; gap: 14px; }
.legal-page { min-height: 70vh; padding: 70px 0; }
.legal-card { max-width: 820px; margin: auto; padding: 42px; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: var(--shadow); }
.legal-card h1 { margin-top: 0; font-size: 44px; }.legal-card h2 { margin-top: 32px; }.legal-card p, .legal-card li { color: #475569; line-height: 1.7; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.price-card { padding: 28px; }.price-card.featured { border: 2px solid var(--brand); transform: translateY(-8px); }.price { margin: 15px 0; font-size: 38px; font-weight: 950; }.price small { font-size: 13px; color: var(--muted); }.price-card ul { min-height: 170px; padding-left: 20px; color: #475569; line-height: 1.8; }.price-card .button { width: 100%; }
.survey-options { display: grid; gap: 10px; margin: 24px 0; }.survey-option { display: flex; gap: 10px; padding: 13px; border: 1px solid var(--line); border-radius: 11px; }.survey-option input { accent-color: var(--brand); }.survey-form textarea { width: 100%; min-height: 110px; padding: 12px; border: 1px solid var(--line); border-radius: 11px; resize: vertical; }
@media (max-width: 900px) { .hero-grid, .newsletter, .star-card { grid-template-columns: 1fr; }.cards-3, .tools-grid, .pricing-grid { grid-template-columns: repeat(2, 1fr); }.steps { grid-template-columns: 1fr; }.feature-grid { grid-template-columns: 1fr; }.star-card { text-align: center; }.mic-orb { margin: auto; }.pill-row { justify-content: center; } }
@media (max-width: 620px) { .wrap { width: min(100% - 24px, 1120px); }.header-row { min-height: 62px; }.brand span { display: none; }.installed-pill, .publication-placeholder { display: none; }.hero { padding: 58px 0; }.hero-grid { gap: 42px; }.cards-3, .tools-grid, .pricing-grid { grid-template-columns: 1fr; }.newsletter, .star-card, .legal-card { padding: 24px; }.footer-row { flex-direction: column; text-align: center; }.price-card.featured { transform: none; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; } }
