@font-face {
  font-family: "Schibsted Grotesk";
  src: url("/marketing/fonts/schibsted-grotesk-latin.woff2?v=20260721-1") format("woff2");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
}

:root {
  --ink: #0d1117;
  --text: #202733;
  --muted: #5d6675;
  --primary: #1e5bff;
  --primary-strong: #1647d8;
  --signal: #168a48;
  --signal-text: #11743c;
  --surface: #fff;
  --surface-soft: #f3f6ff;
  --surface-green: #edf9f1;
  --border: #dfe4ec;
  --focus: #0b4dff;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 64px;
  --space-9: 96px;
  --space-10: 128px;
  --radius-control: 10px;
  --radius-surface: 16px;
  --radius-frame: 24px;
  --gutter: 20px;
  color-scheme: light;
  font-family: "Schibsted Grotesk", "Segoe UI", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--surface); color: var(--text); font-size: 16px; line-height: 1.65; }
.marketing-page { overflow-x: hidden; overflow-x: clip; }
body, button, input, textarea, select { font-family: inherit; }
img, svg { display: block; max-width: 100%; }
a { color: var(--primary); text-underline-offset: 0.16em; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.container { width: min(1180px, calc(100% - 2 * var(--gutter))); margin-inline: auto; }
.skip-link { position: fixed; z-index: 20; top: var(--space-2); left: var(--space-2); padding: var(--space-3) var(--space-4); background: var(--ink); color: #fff; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

h1, h2, h3, p, ul, ol, figure, blockquote { margin-top: 0; }
figure { margin: 0; }
h1, h2, h3 { color: var(--ink); text-wrap: balance; letter-spacing: -0.035em; }
h1 { font-size: clamp(2.5rem, 6vw, 5.75rem); line-height: 0.98; font-weight: 780; }
.seo-title, .prose > h1 { max-width: 18ch; font-size: clamp(2.25rem, 4vw, 3.75rem); line-height: 1.04; }
h2 { font-size: clamp(2rem, 3.4vw, 3.5rem); line-height: 1.08; font-weight: 730; }
h3 { font-size: 1.375rem; line-height: 1.2; font-weight: 680; }
p { text-wrap: pretty; }
.lead { max-width: 56ch; font-size: 1.1875rem; line-height: 1.55; color: var(--muted); }
.section { padding-block: clamp(4rem, 8vw, 8rem); }
.section-soft { background: var(--surface-soft); }
.section-header { display: grid; gap: var(--space-4); max-width: 700px; margin-bottom: clamp(2rem, 5vw, 4rem); }
.section-header p { color: var(--muted); margin-bottom: 0; }

.site-header { position: relative; z-index: 10; background: var(--surface); border-bottom: 1px solid var(--border); }
.header-inner { min-height: 72px; display: flex; align-items: center; gap: var(--space-3); }
.wordmark { min-height: 44px; display: inline-flex; align-items: center; gap: var(--space-2); color: var(--ink); font-size: 1.125rem; font-weight: 750; text-decoration: none; letter-spacing: -0.03em; white-space: nowrap; }
.wordmark-mark { display: grid; width: 30px; height: 30px; place-items: center; border: 2px solid var(--ink); border-radius: 8px; font-size: 0.95rem; line-height: 1; }
.desktop-nav { display: none; }
.desktop-nav a { min-height: 44px; display: inline-flex; align-items: center; padding-inline: var(--space-2); color: var(--text); font-size: 0.9375rem; font-weight: 600; text-decoration: none; }
.header-cta.button { display: none; }
.mobile-nav { margin-left: auto; }
.mobile-nav[open] { position: static; }
.mobile-nav summary { width: 44px; height: 44px; display: grid; align-content: center; justify-content: center; gap: 4px; cursor: pointer; list-style: none; border: 1px solid var(--border); border-radius: var(--radius-control); }
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-nav summary span { display: block; width: 18px; height: 2px; background: var(--ink); }
.mobile-nav nav { position: absolute; inset: calc(100% + 1px) 0 auto; display: grid; gap: var(--space-1); padding: var(--space-4) var(--gutter) var(--space-5); background: var(--surface); border-bottom: 1px solid var(--border); box-shadow: 0 14px 24px rgb(13 17 23 / 0.1); }
.mobile-nav nav a:not(.button) { min-height: 44px; display: flex; align-items: center; color: var(--text); font-weight: 650; text-decoration: none; }
.mobile-nav .button { margin-top: var(--space-2); justify-content: center; }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: var(--space-2); padding: 11px 18px; border: 1px solid var(--primary); border-radius: var(--radius-control); background: var(--primary); color: #fff; font-size: 1rem; font-weight: 700; line-height: 1.25; text-align: center; text-decoration: none; cursor: pointer; }
.button-small { min-height: 44px; padding: 8px 12px; font-size: 0.875rem; }
.button-secondary { background: var(--surface); border-color: var(--border); color: var(--ink); }
.chrome-icon { width: 20px; height: 20px; flex: 0 0 auto; }

.hero { overflow: hidden; padding-block: clamp(3rem, 8vw, 7rem) clamp(4rem, 9vw, 9rem); }
.hero-grid { display: grid; gap: var(--space-7); align-items: center; }
.hero-copy { display: grid; gap: var(--space-5); }
.hero-copy h1, .hero-copy p { margin-bottom: 0; }
.hero-actions { display: grid; gap: var(--space-3); }
.product-frame { min-width: 0; }
.product-shot { overflow: hidden; aspect-ratio: 18 / 19; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-frame); box-shadow: 0 20px 44px rgb(13 17 23 / 0.12); }
.product-frame img { width: 100%; height: 100%; object-fit: cover; }
.offline-strip { padding-block: var(--space-4); border-block: 1px solid var(--border); background: var(--surface-soft); }
.offline-strip-grid { display: grid; gap: var(--space-3); }
.offline-strip-grid > div { display: grid; gap: 2px; }
.offline-strip-grid strong { color: var(--ink); font-size: 0.9375rem; }
.offline-strip-grid span { color: var(--muted); font-size: 0.8125rem; }

.home-page h1 { font-size: clamp(2.35rem, 4.25vw, 3.5rem); }
.home-page .hero { padding-block: clamp(1.75rem, 3.5vw, 3.25rem) clamp(2rem, 4vw, 3.5rem); }
.home-page .section { padding-block: clamp(2rem, 4vw, 4rem); }
.home-page .section-header { margin-bottom: clamp(1rem, 2.25vw, 2rem); }
.home-page .hero-grid { gap: var(--space-5); }

.seo-shell { display: grid; gap: var(--space-6); width: min(980px, calc(100% - 2 * var(--gutter))); padding-block: clamp(2.5rem, 5vw, 5rem); }
.seo-shell-comparison { width: min(1080px, calc(100% - 2 * var(--gutter))); }
.seo-shell > * { min-width: 0; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: var(--space-2); color: var(--muted); font-size: 0.875rem; }
.breadcrumb a { color: var(--muted); }
.prose { width: 100%; min-width: 0; max-width: none; }
.prose > * + * { margin-top: var(--space-4); }
.prose > :where(header, p, ul, ol, h2, h3, blockquote, .updated, .sources, .seo-cta, .faq) { max-width: 70ch; }
.updated { color: var(--muted); font-size: 0.875rem; font-weight: 600; }
.seo-lead-image { width: 100%; height: auto; object-fit: contain; border: 1px solid var(--border); border-radius: var(--radius-surface); background: var(--surface-soft); }
.seo-product-proof { display: grid; gap: var(--space-3); padding: var(--space-4); border-block: 1px solid var(--border); background: var(--surface-soft); }
.seo-product-proof > div { display: grid; gap: 2px; }
.seo-product-proof strong { color: var(--ink); font-size: 0.9375rem; }
.seo-product-proof span { color: var(--muted); font-size: 0.875rem; line-height: 1.45; }

@media (min-width: 640px) {
  :root { --gutter: 32px; }
  .product-shot { aspect-ratio: 16 / 10; }
  .hero-actions { display: flex; flex-wrap: wrap; }
  .hero-actions .button { width: auto; }
  .offline-strip-grid, .seo-product-proof { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--space-5); }
}

@media (min-width: 900px) {
  :root { --gutter: 40px; }
  .header-inner { min-height: 80px; }
  .desktop-nav { display: flex; align-items: center; gap: var(--space-2); margin-left: auto; }
  .header-cta.button { display: inline-flex; margin-left: var(--space-3); }
  .mobile-nav { display: none; }
  .hero-grid { grid-template-columns: minmax(0, 0.84fr) minmax(500px, 1.16fr); gap: clamp(3rem, 7vw, 7rem); }
  .home-page .hero-grid { gap: clamp(2rem, 4vw, 4rem); }
}

@media (max-width: 639px) {
  .seo-title, .prose > h1 { font-size: clamp(2.15rem, 11vw, 3rem); }
  .seo-lead-image { border-radius: var(--radius-control); }
}
