:root {
  color: #14231f;
  background: #fbfcfb;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  --ink: #14231f;
  --muted: #65736e;
  --line: #dfe7e3;
  --green: #123b32;
  --mint: #38a98d;
  --purple: #6d5dfc;
  --purple-dark: #5143d2;
  --purple-soft: #f0edff;
  --paper: #ffffff;
  --tint: #f3f7f5;
  --shadow: 0 24px 70px rgba(24, 48, 40, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--paper); }
a { color: inherit; }
img { max-width: 100%; }
button, input { font: inherit; }
a:focus-visible, button:focus-visible, input:focus-visible { outline: 3px solid rgba(109,93,252,.28); outline-offset: 3px; }

.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.site-header { position: relative; z-index: 20; border-bottom: 1px solid rgba(223,231,227,.7); background: rgba(255,255,255,.92); backdrop-filter: blur(14px); }
.header-inner { min-height: 76px; display: flex; align-items: center; gap: 32px; }
.site-brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; font-weight: 850; letter-spacing: -.45px; white-space: nowrap; }
.site-brand img { width: 38px; height: 38px; flex: 0 0 38px; }
.site-brand small { padding: 3px 6px; border: 1px solid #ddd7ff; border-radius: 5px; color: var(--purple); background: var(--purple-soft); font-size: 8px; letter-spacing: .8px; }
.header-inner nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.header-inner nav a { min-height: 44px; display: inline-flex; align-items: center; color: #52605b; text-decoration: none; font-size: 14px; font-weight: 650; }
.header-inner nav a:hover { color: var(--purple); }
.button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 20px; border: 1px solid transparent; border-radius: 11px; text-decoration: none; font-size: 14px; font-weight: 800; cursor: pointer; }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--purple), #826fff); box-shadow: 0 12px 28px rgba(109,93,252,.24); }
.button-primary:hover { background: linear-gradient(135deg, var(--purple-dark), #7561f0); transform: translateY(-1px); }
.button-quiet { border-color: var(--line); background: #fff; color: #26352f; }

.hero { min-height: 710px; display: grid; grid-template-columns: .95fr 1.05fr; gap: 64px; align-items: center; overflow: clip; padding-block: 78px 34px; position: relative; }
.hero::before { content: ""; width: 520px; height: 520px; position: absolute; right: -260px; top: -220px; border-radius: 50%; background: #edfaf6; filter: blur(4px); }
.hero-copy, .product-preview { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 14px; color: var(--purple); font-size: 11px; font-weight: 850; letter-spacing: 1.35px; text-transform: uppercase; }
.demo-flag { display: inline-flex; margin-bottom: 18px; padding: 7px 10px; border: 1px solid #e2ddff; border-radius: 999px; color: #6659d9; background: #f6f4ff; font-size: 11px; font-weight: 800; }
h1, h2, h3, p { overflow-wrap: break-word; }
.hero h1 { max-width: 650px; margin: 0 0 22px; color: var(--ink); font-size: clamp(46px, 5.3vw, 72px); line-height: .99; letter-spacing: -4px; }
.hero h1 span { color: var(--purple); }
.hero-lede { max-width: 630px; margin: 0 0 28px; color: #586861; font-size: 18px; line-height: 1.65; }
.domain-form { max-width: 640px; }
.domain-form > label { display: block; margin: 0 0 8px 3px; color: #43524c; font-size: 12px; font-weight: 750; }
.domain-form > div { min-height: 66px; display: flex; align-items: center; gap: 8px; padding: 7px; border: 1px solid #ccd8d3; border-radius: 14px; background: #fff; box-shadow: 0 16px 42px rgba(28,50,43,.12); }
.domain-form input[type="text"] { width: 100%; min-width: 0; min-height: 48px; padding: 0 12px; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 16px; }
.domain-form .button { min-height: 50px; white-space: nowrap; }
.form-note { margin: 11px 4px 0; color: #6f7c77; font-size: 12px; }
.form-error { min-height: 17px; margin: 5px 4px 0; color: #b83b4d; font-size: 12px; }
.hero-actions { margin-top: 4px; }
.library-link, .text-link { min-height: 44px; display: inline-flex; align-items: center; gap: 8px; color: #5c4ed0; font-size: 13px; font-weight: 800; text-underline-offset: 4px; }
.trust-list { display: flex; gap: 10px; margin: 28px 0 0; padding: 22px 0 0; border-top: 1px solid #e5ebe8; list-style: none; }
.trust-list li { min-width: 0; flex: 1; display: grid; gap: 3px; }
.trust-list strong { color: #25443b; font-size: 11px; }
.trust-list span { color: #7a8782; font-size: 10px; line-height: 1.4; }

.product-preview { min-width: 0; }
.preview-window { overflow: hidden; border: 1px solid #dfe6e3; border-radius: 18px; background: #fff; box-shadow: var(--shadow); transform: rotate(.2deg); }
.preview-window-bar { height: 42px; display: flex; align-items: center; gap: 6px; padding: 0 16px; border-bottom: 1px solid #e7ece9; background: #fbfcfb; }
.preview-window-bar > span { width: 7px; height: 7px; border-radius: 50%; background: #cfd7d3; }
.preview-window-bar small { margin-left: auto; color: #8b9692; font-size: 10px; }
.preview-window-body { min-height: 440px; display: grid; grid-template-columns: 84px 1fr; }
.preview-window-body > aside { padding: 20px 12px; background: var(--green); }
.preview-window-body > aside .site-brand span, .preview-window-body > aside .site-brand small { display: none; }
.preview-window-body > aside .site-brand img { width: 34px; height: 34px; }
.preview-window-body > section { padding: 28px; }
.preview-window-body > section > p { margin: 0 0 6px; color: #8a9691; font-size: 9px; font-weight: 850; letter-spacing: 1px; }
.preview-window-body h2 { margin: 0 0 22px; font-size: 22px; letter-spacing: -.8px; }
.metric-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.metric-row article { padding: 15px; border: 1px solid #e4eae7; border-radius: 11px; }
.metric-row small { display: block; color: #82908a; font-size: 9px; }
.metric-row strong { display: block; margin-top: 8px; font-size: 22px; }
.chart { height: 190px; display: flex; align-items: end; gap: 12px; position: relative; margin-top: 14px; padding: 30px 24px 20px; border: 1px solid #e6ece9; border-radius: 12px; background: linear-gradient(180deg,#fff,#f9fbfa); }
.chart::after { content: "AI traffic trend"; position: absolute; left: 16px; top: 14px; color: #52615b; font-size: 10px; font-weight: 750; }
.chart i { width: 16%; border-radius: 7px 7px 2px 2px; background: linear-gradient(180deg,#8d7fff,#6d5dfc); opacity: .78; }
.chart i:nth-child(1) { height: 28%; }.chart i:nth-child(2) { height: 38%; }.chart i:nth-child(3) { height: 51%; }.chart i:nth-child(4) { height: 67%; }.chart i:nth-child(5) { height: 84%; }
.chart span { width: 9px; height: 9px; position: absolute; right: 33px; top: 37px; border: 2px solid var(--purple); border-radius: 50%; background: #fff; }
.share-bars { display: grid; gap: 8px; margin-top: 14px; }
.share-bars span { height: 7px; display: block; border-radius: 999px; background: linear-gradient(90deg,var(--mint),#9de0cf); }
.share-bars .share-a { width: 82%; }.share-bars .share-b { width: 63%; background: linear-gradient(90deg,var(--purple),#aaa0ff); }.share-bars .share-c { width: 41%; background: linear-gradient(90deg,#f3a24d,#ffd09a); }
.floating-note { display: grid; position: absolute; right: 0; bottom: 6px; padding: 14px 18px; border: 1px solid #e1e8e4; border-radius: 12px; background: #fff; box-shadow: 0 16px 32px rgba(26,50,42,.14); }
.floating-note strong { font-size: 20px; }.floating-note span { color: #7a8782; font-size: 10px; }

.snapshot { display: grid; grid-template-columns: .7fr 1.3fr; gap: 42px; align-items: end; padding-block: 64px; border-top: 1px solid var(--line); }
.snapshot h2, .section-heading h2, .explain-grid h2, .final-cta h2 { margin: 0; font-size: clamp(30px,3.2vw,44px); line-height: 1.08; letter-spacing: -1.8px; }
.snapshot > div > p:last-child, .section-heading > p { color: var(--muted); line-height: 1.65; }
.stat-strip { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; margin: 0; }
.stat-strip.three { grid-template-columns: repeat(3,1fr); max-width: 820px; margin-top: 34px; }
.stat-strip > div { padding: 20px; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.stat-strip dt { color: #75827d; font-size: 11px; }.stat-strip dd { margin: 7px 0 0; font-size: 26px; font-weight: 850; letter-spacing: -1px; }
.stat-explainer { margin: 12px 2px 0; color: #74817c; font-size: 11px; line-height: 1.55; }
.snapshot-date { grid-column: 1/-1; margin: -18px 0 0; color: #76837e; font-size: 12px; }

.section { padding-block: 90px; }
.section-tint { background: var(--tint); }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 48px; align-items: end; margin-bottom: 38px; }
.section-heading > p { margin: 0; }
.industry-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 13px; }
.industry-card { min-height: 144px; display: flex; flex-direction: column; position: relative; padding: 22px; border: 1px solid var(--line); border-radius: 14px; color: var(--ink); background: #fff; text-decoration: none; transition: transform .18s, box-shadow .18s, border-color .18s; }
.industry-card:hover { transform: translateY(-2px); border-color: #cfc9ff; box-shadow: 0 18px 36px rgba(36,54,48,.08); }
.industry-card > span { color: #5b6964; font-size: 12px; font-weight: 750; }.industry-card strong { margin-top: 17px; font-size: 23px; }.industry-card small { margin-top: 5px; color: #78847f; font-size: 10px; }.industry-card i { position: absolute; right: 20px; top: 18px; color: var(--purple); font-style: normal; }
.advertiser-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 13px; }
.advertiser-card { min-width: 0; display: flex; align-items: center; gap: 12px; position: relative; padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: #fff; text-decoration: none; }
.advertiser-card:hover { border-color: #cec7ff; box-shadow: 0 14px 28px rgba(36,54,48,.08); }
.advertiser-card > div { min-width: 0; display: grid; }.advertiser-card strong, .advertiser-card small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.advertiser-card strong { font-size: 13px; }.advertiser-card small { color: #7c8984; font-size: 10px; }.advertiser-card p { margin: 7px 0 0; color: #62716b; font-size: 10px; }.advertiser-card i { margin-left: auto; color: var(--purple); font-style: normal; }
.section > .text-link, .section .shell > .text-link { margin-top: 24px; }

.preview-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.ad-preview { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.ad-preview-top { min-height: 68px; display: flex; align-items: center; gap: 10px; padding: 14px 16px; border-bottom: 1px solid #edf0ef; }
.avatar { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 34px; border-radius: 9px; color: #fff; background: var(--green); font-size: 12px; font-weight: 850; }
.ad-preview-top > div { min-width: 0; display: grid; }.ad-preview-top strong, .ad-preview-top small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.ad-preview-top strong { font-size: 12px; }.ad-preview-top small { color: #85908c; font-size: 9px; }
.observed { margin-left: auto; padding: 4px 7px; border-radius: 999px; color: #14715c; background: #e9f8f3; font-size: 8px; font-weight: 850; text-transform: uppercase; }
.creative { min-height: 190px; padding: 24px 18px; background: #fafbfa; }
.creative > span { color: #87928e; font-size: 8px; text-transform: uppercase; }.creative h3 { margin: 28px 0 9px; font-size: 19px; line-height: 1.2; }.creative p { margin: 0; color: #65716d; font-size: 12px; line-height: 1.55; }
.ad-preview dl { display: grid; grid-template-columns: repeat(3,1fr); margin: 0; padding: 14px; gap: 8px; }.ad-preview dt { color: #89938f; font-size: 8px; }.ad-preview dd { margin: 4px 0 0; font-size: 10px; font-weight: 750; }
.center-cta { display: flex; justify-content: center; gap: 12px; margin-top: 34px; }

.explain-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.explain-grid article { padding: 36px; border: 1px solid var(--line); border-radius: 16px; }
.explain-grid article > span { color: var(--purple); font-size: 11px; font-weight: 850; }.explain-grid h2 { margin-top: 30px; font-size: 30px; }.explain-grid p { color: var(--muted); line-height: 1.7; }.explain-grid a { color: var(--purple-dark); font-weight: 800; text-underline-offset: 4px; }
.final-cta { display: flex; align-items: center; justify-content: space-between; gap: 48px; margin-block: 40px 100px; padding: 48px; border: 1px solid #ded9ff; border-radius: 20px; background: linear-gradient(135deg,#f2efff,#f7fcfa); }
.final-cta h2 { max-width: 710px; }.final-cta p:not(.eyebrow) { color: var(--muted); }

.page-hero { padding-block: 78px 60px; }
.page-hero.narrow, .prose { max-width: 840px; }
.breadcrumbs { display: flex; align-items: center; gap: 8px; margin-bottom: 42px; color: #7b8782; font-size: 12px; }.breadcrumbs a { min-height: 44px; display: inline-flex; align-items: center; }
.page-hero h1 { max-width: 950px; margin: 0 0 22px; font-size: clamp(42px,5.3vw,68px); line-height: 1.02; letter-spacing: -3.5px; }
.page-hero > p:not(.eyebrow):not(.snapshot-date) { max-width: 790px; margin: 0 0 32px; color: var(--muted); font-size: 18px; line-height: 1.7; }
.notice { max-width: 930px; display: grid; grid-template-columns: .35fr .65fr; gap: 26px; margin: 28px 0; padding: 20px 22px; border-left: 4px solid var(--mint); border-radius: 0 12px 12px 0; background: #eff9f6; }.notice strong { font-size: 13px; }.notice span { color: #5d6b66; font-size: 12px; line-height: 1.55; }
.paywall-card { display: flex; align-items: center; justify-content: space-between; gap: 36px; margin-top: 36px; padding: 36px; border-radius: 17px; color: #fff; background: var(--green); }.paywall-card h2 { margin: 0; font-size: 32px; }.paywall-card p:not(.eyebrow) { max-width: 700px; color: #c8dbd4; line-height: 1.65; }.paywall-card .eyebrow { color: #9f91ff; }
.data-columns { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }.data-columns article { min-width: 0; }.data-columns h2 { margin: 0 0 22px; font-size: 30px; letter-spacing: -1.2px; }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 14px; }.table-wrap table { width: 100%; border-collapse: collapse; background: #fff; }.table-wrap th, .table-wrap td { padding: 13px 15px; border-bottom: 1px solid #edf0ef; text-align: left; font-size: 11px; }.table-wrap th { color: #74807c; background: #f8faf9; font-size: 9px; text-transform: uppercase; }.table-wrap td small { display: block; margin-top: 2px; color: #8a9591; }.table-wrap tr:last-child td { border-bottom: 0; }
.data-note { margin: 20px 0 0; color: #6b7873; font-size: 12px; }
.date-value { font-size: 18px !important; }

.prose { padding-bottom: 100px; }.prose h2 { margin: 50px 0 12px; font-size: 28px; letter-spacing: -1px; }.prose p { color: #52615b; font-size: 16px; line-height: 1.85; }.prose a { color: var(--purple-dark); font-weight: 700; }
.pricing { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; padding-bottom: 80px; }.pricing article { display: flex; flex-direction: column; padding: 38px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }.pricing article.featured { color: #fff; background: var(--green); }.pricing h2 { margin: 0; font-size: 48px; }.pricing h2 small { font-size: 14px; font-weight: 500; }.pricing ul { display: grid; gap: 13px; margin: 28px 0 34px; padding: 0; list-style: none; }.pricing li::before { content: "✓"; margin-right: 10px; color: var(--mint); font-weight: 900; }.pricing .button { margin-top: auto; }.pricing article > small { margin-top: 16px; color: #bcd1ca; line-height: 1.5; }

.site-footer { padding-block: 52px; border-top: 1px solid var(--line); background: #f8faf9; }.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr 1fr; gap: 46px; align-items: start; }.footer-grid p { color: #74817c; font-size: 11px; line-height: 1.65; }.footer-grid nav { display: grid; gap: 11px; }.footer-grid nav a { min-height: 30px; font-size: 12px; font-weight: 700; }.footer-grid a { color: #3f4f49; }

@media (max-width: 900px) {
  .header-inner nav { display: none; }
  .header-inner > .button { margin-left: auto; }
  .hero { grid-template-columns: 1fr; gap: 70px; padding-top: 62px; }
  .hero h1 { max-width: 760px; }
  .product-preview { width: min(700px,100%); margin-inline: auto; }
  .snapshot, .section-heading { grid-template-columns: 1fr; gap: 18px; }
  .industry-grid, .advertiser-grid { grid-template-columns: repeat(2,1fr); }
  .preview-grid { grid-template-columns: 1fr; }
  .ad-preview { display: grid; grid-template-columns: .45fr 1fr .6fr; }.ad-preview-top, .creative, .ad-preview dl { min-height: 100%; }.creative h3 { margin-top: 18px; }
  .data-columns, .pricing { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }.footer-grid > p { grid-column: 1/-1; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 28px,1180px); }
  .site-header { position: sticky; top: 0; }.header-inner { min-height: 66px; }.site-brand { font-size: 15px; }.site-brand img { width: 34px; height: 34px; }.header-inner > .button { min-height: 44px; padding-inline: 14px; font-size: 12px; }
  .hero { min-height: 0; padding-block: 52px 72px; text-align: center; }.hero h1 { font-size: 43px; letter-spacing: -2.5px; }.hero-lede { font-size: 16px; }.domain-form { text-align: left; }.domain-form > div { display: grid; }.domain-form .button { width: 100%; }.form-note, .form-error { text-align: center; }.hero-actions { text-align: center; }
  .trust-list { display: grid; grid-template-columns: repeat(3,1fr); text-align: left; }.trust-list li { gap: 5px; }
  .preview-window-body { grid-template-columns: 54px 1fr; min-height: 340px; }.preview-window-body > aside { padding: 16px 10px; }.preview-window-body > section { padding: 18px 14px; }.metric-row article { padding: 10px; }.metric-row strong { font-size: 15px; }.chart { height: 130px; }.floating-note { right: 10px; bottom: 6px; }
  .snapshot { padding-block: 72px 56px; }.stat-strip, .stat-strip.three { grid-template-columns: repeat(2,1fr); }.stat-strip.three > div:last-child { grid-column: 1/-1; }.stat-strip dd { font-size: 22px; }
  .section { padding-block: 68px; }.section-heading h2, .snapshot h2 { font-size: 34px; }.industry-grid, .advertiser-grid { grid-template-columns: 1fr; }.industry-card { min-height: 124px; }
  .ad-preview { display: block; }.creative { min-height: 170px; }.ad-preview dl { min-height: 0; }
  .center-cta { display: grid; }.center-cta .button { width: 100%; }
  .explain-grid { grid-template-columns: 1fr; }.explain-grid article { padding: 26px; }
  .final-cta, .paywall-card { display: grid; padding: 28px; }.final-cta { margin-bottom: 72px; }.final-cta .button, .paywall-card .button { width: 100%; }
  .page-hero { padding-block: 48px 44px; }.page-hero h1 { font-size: 42px; letter-spacing: -2.4px; }.page-hero > p:not(.eyebrow):not(.snapshot-date) { font-size: 16px; }.breadcrumbs { margin-bottom: 28px; }.notice { grid-template-columns: 1fr; gap: 8px; }
  .data-columns h2 { font-size: 26px; }.pricing article { padding: 28px; }.pricing h2 { font-size: 42px; }
  .footer-grid { grid-template-columns: 1fr; }.footer-grid > p { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
