/* Google Search Ads page polish.  The shell, palette and type tokens remain
   owned by site.css/design-system-v2.css; this file only composes this page's
   content and its unique comparison/package/flow mechanics. */
.google-search-page {
  width: 100%;
  max-width: none;
  overflow: clip;
  color: var(--fg, #f5f5f5);
  font-size: 1rem;
  line-height: var(--lh-body, 1.55);
}

/* Search-only chrome breakpoint: the full desktop menu plus its CTA no
   longer fit beside the brand around tablet widths. Collapse this route to
   the existing accessible burger without changing the shared header on any
   other page. */
@media (min-width: 901px) and (max-width: 1200px) {
  body[data-page-scope="google-search-ads"] header.nav .nav-inner > nav,
  body[data-page-scope="google-search-ads"] header.nav .nav-right .nav-cta { display: none; }
  body[data-page-scope="google-search-ads"] header.nav .burger { display: flex; }
}

@media (max-width: 360px) {
  body[data-page-scope="google-search-ads"] header.nav .nav-inner { padding-inline: 8px; gap: 4px; }
  body[data-page-scope="google-search-ads"] header.nav .brand { gap: 6px; }
  body[data-page-scope="google-search-ads"] header.nav .nav-right { gap: 4px; }
  body[data-page-scope="google-search-ads"] header.nav .lang { gap: 0; }
  body[data-page-scope="google-search-ads"] header.nav .lang a { padding-inline: 4px; }
}

.google-search-page *,
.google-search-page *::before,
.google-search-page *::after { box-sizing: border-box; }

.google-search-page .wrap {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
}

.google-search-page section {
  position: relative;
  padding-block: clamp(40px, 4.5vw, 68px);
  scroll-margin-top: 96px;
}

.google-search-page .s-label,
.google-search-page .hero-meta,
.google-search-page .split-tag,
.google-search-page .how-n,
.google-search-page .op-n,
.google-search-page .pkg-n,
.google-search-page .pkg-price-note,
.google-search-page .mstep-k,
.google-search-page .flow-k,
.google-search-page .cta-badge,
.google-search-page .cta-audit-k {
  font-family: var(--font-mono, "JetBrains Mono", monospace);
  font-size: var(--fs-xs, 12px);
  line-height: 1.35;
  letter-spacing: var(--ls-caps, .1em);
  text-transform: uppercase;
}

.google-search-page .s-label { margin: 0 0 20px; color: var(--accent); }

.google-search-page h1,
.google-search-page h2,
.google-search-page h3,
.google-search-page h4,
.google-search-page p { margin-top: 0; }

.google-search-page h1,
.google-search-page h2,
.google-search-page h3,
.google-search-page h4 {
  text-wrap: balance;
  font-family: var(--font-display, "Space Grotesk", "Onest", sans-serif);
  font-weight: 500;
}

.google-search-page h1.mega {
  max-width: 16ch;
  min-height: 0 !important;
  height: auto;
  margin-bottom: 0;
  font-size: var(--ds-title-display, clamp(3rem, 7vw, 6.5rem));
  line-height: var(--ds-title-display-lh, .96);
  letter-spacing: var(--ds-title-display-ls, var(--ls-tight, -.04em));
}

.google-search-page .hero {
  padding-block: clamp(24px, 3vw, 44px) clamp(32px, 4vw, 56px);
}

.google-search-page .hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-bottom: 24px;
  color: var(--fg-2);
}

.google-search-page .hero-meta > div { white-space: nowrap; }

.google-search-page .hero-below {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, .8fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: end;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.google-search-page .hero-lede,
.google-search-page .sec-intro,
.google-search-page .cta-lede {
  max-width: 68ch;
  color: var(--fg-2);
  font-size: 1rem;
  line-height: var(--lh-body, 1.55);
}

.google-search-page .hero-lede { margin-bottom: 22px; }
.google-search-page .hero-lede b,
.google-search-page .sec-intro b,
.google-search-page .cta-lede b { color: var(--fg); font-weight: 600; }

.google-search-page .hero-ctas,
.google-search-page .cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.google-search-page .hero-ctas .btn,
.google-search-page .pkg-cta,
.google-search-page .cta-actions .btn { min-height: 44px; }

.google-search-page .hero-kpis {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.google-search-page .hero-kpis .kpi {
  min-width: 0;
  padding: 18px;
  background: var(--bg-1, var(--bg));
}

.google-search-page .hero-kpis .n {
  margin-bottom: 6px;
  color: var(--accent);
  font-size: clamp(1.2rem, 2.4vw, 1.8rem);
  line-height: 1.1;
}

.google-search-page .hero-kpis .l {
  color: var(--fg-2);
  font-family: var(--font-mono, monospace);
  font-size: var(--fs-xs, 12px);
  line-height: 1.4;
}

.google-search-page .gsa-anchors {
  display: flex;
  gap: 8px;
  width: min(100% - 40px, 1280px);
  margin: 0 auto;
  padding: 10px 0;
  overflow-x: auto;
  scrollbar-width: thin;
  border-block: 1px solid var(--line);
}

.google-search-page .gsa-anchors a {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  min-height: 44px;
  padding: 8px 14px;
  border: 1px solid var(--line);
  border-radius: var(--r-pill, 999px);
  color: var(--fg-2);
  font-size: 1rem;
  text-decoration: none;
}

.google-search-page .gsa-anchors a:hover,
.google-search-page .gsa-anchors a:focus-visible {
  border-color: var(--accent);
  color: var(--accent);
}

.google-search-page .summary { padding-top: clamp(36px, 5vw, 64px); }
.google-search-page .summary-inner {
  display: grid;
  grid-template-columns: minmax(220px, .7fr) minmax(0, 1.3fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: start;
}

.google-search-page .summary-head h2,
.google-search-page .s-head h2 {
  max-width: 18ch;
  margin-bottom: 0;
  font-size: var(--ds-title-section, clamp(2.25rem, 5vw, 4.5rem));
  line-height: var(--ds-title-section-lh, .98);
  letter-spacing: var(--ds-title-section-ls, var(--ls-tight, -.04em));
}

.google-search-page .tldr-terminal {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--r-md, 14px);
  background: var(--bg-1, var(--bg));
}

.google-search-page .tldr-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 8px 14px;
  border-bottom: 1px solid var(--line);
  color: var(--fg-3);
  font-family: var(--font-mono, monospace);
  font-size: var(--fs-xs, 12px);
}

.google-search-page .tldr-bar .url { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; }
.google-search-page .tldr-bar .live { color: var(--accent); }
.google-search-page .tldr-lines { padding: 18px; }
.google-search-page .tldr-line {
  display: grid;
  grid-template-columns: 3ch 8ch 2ch minmax(0, 1fr);
  gap: 8px;
  padding: 5px 0;
  color: var(--fg-2);
  font-family: var(--font-mono, monospace);
  font-size: 1rem;
  line-height: 1.55;
}

.google-search-page .tldr-line .n,
.google-search-page .tldr-line .k { color: var(--accent); }
.google-search-page .tldr-line .v b { color: var(--fg); }
.google-search-page .tldr-cursor { padding: 0 18px 16px; color: var(--accent); font-family: var(--font-mono, monospace); }

.google-search-page .s-head { margin-bottom: 18px; }
.google-search-page .sec-intro { margin-bottom: 24px; }

.google-search-page .split2,
.google-search-page .how-grid,
.google-search-page .measure,
.google-search-page .decision,
.google-search-page .notin-grid,
.google-search-page .other-grid,
.google-search-page .related-services-grid,
.google-search-page .flow-example-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
}

.google-search-page .notin-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.google-search-page .notin-grid > :nth-child(-n + 3) { grid-column: span 2; }
.google-search-page .notin-grid > :nth-child(n + 4) { grid-column: span 3; }

.google-search-page .split-card,
.google-search-page .how-card,
.google-search-page .measure-card,
.google-search-page .dq,
.google-search-page .notin-item,
.google-search-page .other-card,
.google-search-page .related-svc {
  min-width: 0;
  padding: clamp(18px, 2.4vw, 26px);
  border: 1px solid var(--line);
  border-radius: var(--r-md, 14px);
  background: var(--bg-1, var(--bg));
}

.google-search-page .split-card.is-this,
.google-search-page .how-card--accent,
.google-search-page .measure-card--accent {
  border-color: color-mix(in oklab, var(--accent) 34%, var(--line));
  background: color-mix(in oklab, var(--accent) 6%, var(--bg-1, var(--bg)));
}

.google-search-page .split-tag { margin-bottom: 18px; color: var(--fg-2); }
.google-search-page .is-this .split-tag,
.google-search-page .how-card--accent .how-n { color: var(--accent); }

.google-search-page h3 {
  max-width: 24ch;
  margin-bottom: 16px;
  font-size: var(--ds-title-card, clamp(1.5rem, 3vw, 2.75rem));
  line-height: var(--ds-title-card-lh, 1.08);
  letter-spacing: var(--ds-title-card-ls, var(--ls-snug, -.03em));
}

.google-search-page .ck,
.google-search-page .pkg-list,
.google-search-page .how-feat,
.google-search-page .dq ul,
.google-search-page .cta-audit-list { margin: 0; padding: 0; list-style: none; }

.google-search-page .ck { display: grid; gap: 10px; }
.google-search-page .ck li,
.google-search-page .pkg-list li,
.google-search-page .how-feat li,
.google-search-page .dq li,
.google-search-page .cta-audit-list li {
  position: relative;
  padding-left: 22px;
  color: var(--fg-2);
  font-size: 1rem;
  line-height: 1.5;
}

.google-search-page .ck li::before,
.google-search-page .pkg-list li::before,
.google-search-page .how-feat li::before,
.google-search-page .cta-audit-list li::before {
  position: absolute;
  left: 0;
  color: var(--accent);
  content: "→";
}

.google-search-page .ck li b,
.google-search-page .pkg-list li b { color: var(--fg); font-weight: 600; }
.google-search-page .muted { color: var(--fg-2); }
.google-search-page .split-link,
.google-search-page .how-link,
.google-search-page .other-card,
.google-search-page .related-svc { color: var(--fg); text-decoration: none; }
.google-search-page .split-link,
.google-search-page .how-link { display: inline-flex; margin-top: 20px; color: var(--accent); }

.google-search-page .aud-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.google-search-page .aud-chips span {
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: var(--r-pill, 999px);
  color: var(--fg-2);
  font-family: var(--font-mono, monospace);
  font-size: var(--fs-xs, 12px);
}

.google-search-page .cmp {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--r-md, 14px);
}

.google-search-page .cmp-head,
.google-search-page .cmp-row {
  display: grid;
  grid-template-columns: minmax(130px, .7fr) minmax(0, 1.3fr) minmax(0, 1.3fr);
}

.google-search-page .cmp-head > div,
.google-search-page .cmp-row > div { min-width: 0; padding: 14px 16px; }
.google-search-page .cmp-head { color: var(--fg-2); font-family: var(--font-mono, monospace); font-size: var(--fs-xs, 12px); text-transform: uppercase; }
.google-search-page .cmp-row { border-top: 1px solid var(--line); }
.google-search-page .cmp-row > div { color: var(--fg-2); font-size: 1rem; }
.google-search-page .cmp-row .cmp-label { color: var(--fg); font-weight: 600; }
.google-search-page .cmp-row .cmp-us { background: color-mix(in oklab, var(--accent) 5%, transparent); }
.google-search-page .cmp-head .is-us { color: var(--accent); }

/* The comparison is a native disclosure so the long table is opt-in on
   narrow screens. Keep the marker native: it is the only affordance and the
   summary remains a real, keyboard-sized target without a JS dependency. */
.google-search-page .cmp-reference {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--r-md, 14px);
  background: var(--bg-1, var(--bg));
}
.google-search-page .cmp-reference > summary {
  min-height: 44px;
  padding: 11px 16px;
  cursor: pointer;
  color: var(--fg);
  font-family: var(--font-body, "Space Grotesk", sans-serif);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  overflow-wrap: anywhere;
}
.google-search-page .cmp-reference > summary::marker { color: var(--accent); }
.google-search-page .cmp-reference > summary.cmp-reference-summary + .cmp {
  max-width: 100%;
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  overflow-x: auto;
  overflow-y: hidden;
}

.google-search-page .op-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--r-md, 14px);
  background: var(--line);
}

.google-search-page .op-grid > details.op-stage {
  min-width: 0;
  overflow: hidden;
  background: var(--bg-1, var(--bg));
}
.google-search-page .op-grid > details.op-stage > summary.op-stage-summary {
  min-height: 44px;
  padding: 12px 16px;
  cursor: pointer;
  color: var(--fg);
  font-family: var(--font-body, "Space Grotesk", sans-serif);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  overflow-wrap: anywhere;
}
.google-search-page .op-grid > details.op-stage > summary.op-stage-summary::marker { color: var(--accent); }
.google-search-page .op-grid > details.op-stage > summary.op-stage-summary + .op-stage-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  min-width: 0;
  border-top: 1px solid var(--line);
  background: var(--line);
}
.google-search-page .op-grid > details.op-stage > summary.op-stage-summary + .op-stage-cards > .op {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: normal;
}

.google-search-page .op { min-width: 0; padding: 18px; background: var(--bg-1, var(--bg)); }
.google-search-page .op-n { margin-bottom: 14px; color: var(--accent); }
.google-search-page .op h3 { margin-bottom: 10px; font-size: var(--ds-title-card, 1.2rem); letter-spacing: var(--ds-title-card-ls, var(--ls-normal, -.02em)); }
.google-search-page .op p,
.google-search-page .how-card > p,
.google-search-page .notin-item p,
.google-search-page .other-d,
.google-search-page .related-svc-sub,
.google-search-page .flow-example p { margin-bottom: 0; color: var(--fg-2); font-size: 1rem; line-height: 1.55; }

.google-search-page .measure-card { position: relative; }
.google-search-page .measure-n {
  margin-bottom: 10px;
  color: var(--accent);
  font-family: var(--font-mono, monospace);
  font-size: var(--fs-xs, 12px);
  letter-spacing: var(--ls-caps, .1em);
}

.google-search-page .pkgs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.google-search-page .pkg {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 18px;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid var(--line);
  border-radius: var(--r-md, 14px);
  background: var(--bg-1, var(--bg));
}

.google-search-page .pkg--featured {
  border-color: var(--accent);
  background: color-mix(in oklab, var(--accent) 7%, var(--bg-1, var(--bg)));
}

.google-search-page .pkg-top { padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.google-search-page .pkg-n { margin-bottom: 8px; color: var(--fg-2); }
.google-search-page .pkg--featured .pkg-n { color: var(--accent); }
.google-search-page .pkg-top h3 { margin-bottom: 8px; }
.google-search-page .pkg-price { color: var(--fg); font-size: clamp(2.5rem, 5vw, 3.5rem); line-height: 1; letter-spacing: var(--ls-tight, -.04em); }
.google-search-page .pkg-price .cur { margin-right: 2px; color: var(--fg-2); font-size: .55em; vertical-align: .5em; }
.google-search-page .pkg-price .per { margin-left: 4px; color: var(--fg-2); font-family: var(--font-mono, monospace); font-size: .3em; letter-spacing: .02em; vertical-align: .2em; }
.google-search-page .pkg-price-note {
  margin: 8px 0 4px;
  color: var(--accent-2, var(--fg-2));
  font-family: var(--font-body, "Space Grotesk", sans-serif);
  font-size: 1rem;
  line-height: 1.55;
  letter-spacing: normal;
  text-transform: none;
}
.google-search-page .pkg-for { margin: 0; color: var(--fg-2); font-size: 1rem; line-height: 1.5; }
.google-search-page .pkg-list { display: grid; flex: 1; gap: 10px; }
.google-search-page .pkg-list li { padding-left: 20px; font-size: 1rem; }
.google-search-page .pkg-list li.inherit { padding-left: 0; color: var(--fg-3); font-family: var(--font-mono, monospace); font-size: var(--fs-xs, 12px); letter-spacing: .04em; text-transform: uppercase; }
.google-search-page .pkg-list li.inherit::before { content: none; }
.google-search-page .pkg-cta { width: 100%; justify-content: center; margin-top: auto; text-align: center; }
.google-search-page .package-terms { margin-top: 18px; }
.google-search-page .package-terms-title { margin-bottom: 8px; color: var(--accent); font-family: var(--font-mono, monospace); font-size: var(--fs-xs, 12px); letter-spacing: var(--ls-caps, .1em); text-transform: uppercase; }
.google-search-page .package-terms p,
.google-search-page .package-consultation-note { max-width: 75ch; color: var(--fg-2); font-size: 1rem; line-height: 1.55; }
.google-search-page .package-consultation-note { margin: 16px 0 0; padding: 16px 18px; border: 1px dashed color-mix(in oklab, var(--accent) 40%, var(--line)); border-radius: var(--r-sm, 6px); }

.google-search-page .dq h3,
.google-search-page .notin-item h3,
.google-search-page .mstep h3 { margin-bottom: 12px; font-size: var(--ds-title-card, 1.25rem); letter-spacing: var(--ds-title-card-ls, var(--ls-normal, -.02em)); }
.google-search-page .dq-n,
.google-search-page .mstep-big { margin-bottom: 12px; color: var(--accent); font-family: var(--font-mono, monospace); font-size: var(--fs-xs, 12px); letter-spacing: var(--ls-caps, .1em); }
.google-search-page .dq ul { display: grid; gap: 8px; padding-top: 14px; border-top: 1px solid var(--line); }
.google-search-page .dq li { padding-left: 0; }
.google-search-page .dq li::before { content: none; }
.google-search-page .dq li b { color: var(--accent); }

.google-search-page .method {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--r-md, 14px);
}

.google-search-page .mstep { min-width: 0; padding: 24px; background: var(--bg-1, var(--bg)); overflow-wrap: anywhere; word-break: normal; }
.google-search-page .mstep + .mstep { border-left: 1px solid var(--line); }
.google-search-page .mstep-k { margin-bottom: 8px; color: var(--fg-2); }
.google-search-page .mstep p { margin-bottom: 0; color: var(--fg-2); font-size: 1rem; line-height: 1.55; }
.google-search-page .flow-example { margin-top: 24px; padding: clamp(20px, 3vw, 28px); border: 1px dashed color-mix(in oklab, var(--accent) 40%, var(--line)); border-radius: var(--r-md, 14px); background: color-mix(in oklab, var(--accent) 4%, var(--bg-1, var(--bg))); }
.google-search-page .flow-example-head { max-width: 70ch; margin-bottom: 20px; }
.google-search-page .flow-example-head h3 { margin-bottom: 10px; }
.google-search-page .flow-example-head p { margin-bottom: 0; }
.google-search-page .flow-example-grid article { min-width: 0; padding-top: 16px; border-top: 1px solid var(--line); }
.google-search-page .flow-k { display: block; margin-bottom: 8px; color: var(--accent); }
.google-search-page .method-rule { margin-top: 20px; padding: 18px; border: 1px solid var(--line); border-radius: var(--r-sm, 6px); color: var(--fg-2); font-family: var(--font-mono, monospace); font-size: 1rem; line-height: 1.55; }
.google-search-page .method-rule b { color: var(--fg); }
.google-search-page .method-rule .prompt { color: var(--accent); }

.google-search-page .gloss { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 32px; }
.google-search-page .gloss-item { display: grid; grid-template-columns: minmax(150px, .6fr) minmax(0, 1.4fr); gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.google-search-page .gloss > details.gloss-item {
  display: block;
  min-width: 0;
  padding: 0;
}
.google-search-page .gloss > details.gloss-item > summary.gloss-t {
  min-height: 44px;
  padding: 11px 0;
  cursor: pointer;
  line-height: 1.4;
  overflow-wrap: anywhere;
}
.google-search-page .gloss > details.gloss-item > summary.gloss-t::marker { color: var(--accent); }
.google-search-page .gloss > details.gloss-item > summary.gloss-t + .gloss-d {
  min-width: 0;
  padding: 0 0 16px;
  overflow-wrap: anywhere;
}
.google-search-page .gloss-t { color: var(--fg-2); font-family: var(--font-mono, monospace); font-size: 1rem; }
.google-search-page .gloss-d { color: var(--fg-2); font-size: 1rem; line-height: 1.55; }

.google-search-page .faq-list { border-top: 1px solid var(--line); }
.google-search-page .faq-list details { border-bottom: 1px solid var(--line); }
.google-search-page .faq-list summary { display: grid; grid-template-columns: 3ch minmax(0, 1fr) 24px; gap: 14px; align-items: center; min-height: 56px; cursor: pointer; list-style: none; color: var(--fg); font-size: 1rem; font-weight: 600; }
.google-search-page .faq-list summary::-webkit-details-marker { display: none; }
.google-search-page .faq-list summary::marker { content: ""; }
.google-search-page .q-num { color: var(--accent); font-family: var(--font-mono, monospace); font-size: var(--fs-xs, 12px); }
/* Keep one CSS-bar icon source for both disclosure states. site.css also
   styles the legacy pseudo-icon; this scoped definition replaces it as a
   single explicit pair so the Search FAQ never renders a doubled plus. */
.google-search-page .faq-list .q-icon::before,
.google-search-page .faq-list .q-icon::after {
  position: absolute;
  display: block;
  background: currentColor;
  content: "";
  transition: transform .3s ease;
}
.google-search-page .faq-list .q-icon::before { width: 12px; height: 1.5px; }
.google-search-page .faq-list .q-icon::after { width: 1.5px; height: 12px; }
.google-search-page .faq-list details[open] .q-icon { transform: none; }
.google-search-page .faq-list details[open] .q-icon::after { transform: scaleY(0); }
.google-search-page .q-answer { max-width: 72ch; padding: 0 40px 20px 45px; color: var(--fg-2); font-size: 1rem; line-height: 1.6; }
.google-search-page .q-answer p { margin-bottom: 0; }

.google-search-page .other-card,
.google-search-page .related-svc { display: flex; flex-direction: column; gap: 8px; transition: border-color .2s ease, transform .2s ease; }
.google-search-page .other-card:hover,
.google-search-page .other-card:focus-visible,
.google-search-page .related-svc:hover,
.google-search-page .related-svc:focus-visible { border-color: var(--accent); transform: translateY(-2px); }
.google-search-page .other-t,
.google-search-page .related-svc-label { color: var(--fg); font-size: 1.1rem; font-weight: 600; }
.google-search-page .other-go,
.google-search-page .related-svc-go { margin-top: auto; color: var(--accent); font-family: var(--font-mono, monospace); }

.google-search-page .tools-callout {
  width: 100%;
  max-width: 1280px;
  margin: 40px auto 8px;
  padding: 18px clamp(20px, 3vw, 40px);
  color: var(--fg-2);
  font-family: var(--font-body, "Space Grotesk", sans-serif);
  font-size: 1rem;
  line-height: 1.55;
}
.google-search-page .tools-callout p { margin: 0; font: inherit; }
.google-search-page .related-services { width: 100%; max-width: none; margin: 0; padding-block: 40px; }
.google-search-page .related-services > .wrap { width: 100%; max-width: 1280px; }
.google-search-page .related-services p[style] { color: var(--fg-2) !important; }
.google-search-page .related-svc-sub {
  color: var(--fg-2);
  font-family: var(--font-body, "Space Grotesk", sans-serif);
  font-size: 1rem;
  line-height: 1.55;
  letter-spacing: normal;
  text-transform: none;
}

.google-search-page .cta { overflow: hidden; padding-block: clamp(56px, 7vw, 96px); }
.google-search-page .cta-pattern { position: absolute; inset: 0; width: 100%; height: 100%; color: var(--accent); opacity: .08; pointer-events: none; }
.google-search-page .cta-wrap { position: relative; z-index: 1; }
.google-search-page .cta-header { max-width: 76ch; margin-bottom: 28px; }
.google-search-page .cta-badge { display: inline-flex; margin-bottom: 18px; padding: 6px 10px; border-radius: var(--r-sm, 6px); background: var(--accent); color: var(--bg); }
.google-search-page .cta-mega { max-width: 18ch; margin-bottom: 18px; font-size: var(--ds-title-section, clamp(2.25rem, 5vw, 4.5rem)); line-height: var(--ds-title-section-lh, .98); letter-spacing: var(--ds-title-section-ls, var(--ls-tight, -.04em)); }
.google-search-page .cta-lede { margin-bottom: 0; }
.google-search-page .cta-audit { max-width: 760px; padding: 22px 24px; border: 1px solid color-mix(in oklab, var(--accent) 32%, var(--line)); border-radius: var(--r-md, 14px); background: color-mix(in oklab, var(--bg-1, var(--bg)) 80%, transparent); }
.google-search-page .cta-audit-k { margin-bottom: 14px; color: var(--accent); }
.google-search-page .cta-audit-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 24px; }
.google-search-page .cta-audit-list li { color: var(--fg); }
.google-search-page .cta-audit-list li span { color: var(--fg-2); }
.google-search-page .cta-actions { margin-top: 24px; }
.google-search-page .cta-email { color: var(--fg); }
.google-search-page .cta-hours { width: 100%; color: var(--fg-2); font-family: var(--font-mono, monospace); font-size: var(--fs-xs, 12px); }

.google-search-page a:focus-visible,
.google-search-page button:focus-visible,
.google-search-page summary:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }

@media (max-width: 980px) {
  .google-search-page .hero-below,
  .google-search-page .summary-inner { grid-template-columns: 1fr; }
  .google-search-page .pkgs { grid-template-columns: 1fr; max-width: 640px; }
  .google-search-page .method { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .google-search-page .method > .mstep { border-left: 0; border-top: 0; }
  .google-search-page .method > .mstep:nth-child(even) { border-left: 1px solid var(--line); }
  .google-search-page .method > .mstep:nth-child(n + 3) { border-top: 1px solid var(--line); }
  .google-search-page .op-grid { grid-template-columns: 1fr; }
  .google-search-page .notin-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .google-search-page .notin-grid > * { grid-column: auto; }
  .google-search-page .notin-grid > :last-child { grid-column: 1 / -1; }
}

@media (max-width: 1200px) {
  .google-search-page .op-grid > details.op-stage > summary.op-stage-summary + .op-stage-cards {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (min-width: 981px) {
  .google-search-page .method > .mstep { border-top: 0; border-left: 0; }
  .google-search-page .method > .mstep:nth-child(even) { border-left: 1px solid var(--line); }
  .google-search-page .method > .mstep:nth-child(n + 3) { border-top: 1px solid var(--line); }
}

@media (max-width: 720px) {
  .google-search-page .gsa-anchors { width: min(100% - 32px, 1280px); }
  .google-search-page .tools-callout,
  .google-search-page .related-services { width: 100%; }
  .google-search-page .wrap { width: 100%; }
  .google-search-page section { padding-block: 40px; }
  .google-search-page .hero { padding-top: 16px !important; padding-bottom: 40px; }
  .google-search-page h1.mega .hero-break { display: none; }
  .google-search-page h1.mega { font-size: min(var(--ds-title-display, 4.5rem), 10.8vw); }
  .google-search-page .hero-below { gap: 18px; margin-top: 16px; padding-top: 16px; }
  .google-search-page .hero-lede { margin-bottom: 16px; }
  .google-search-page .hero-ctas { align-items: stretch; }
  .google-search-page .hero-ctas .btn { width: 100%; justify-content: center; }
  .google-search-page .cmp-head { display: none; }
  .google-search-page .cmp-row { display: block; }
  .google-search-page .cmp-row > div { display: grid; grid-template-columns: minmax(7rem, .45fr) minmax(0, 1fr); gap: 12px; padding: 12px 14px; }
  .google-search-page .cmp-row > div::before { color: var(--fg-2); content: attr(data-h); font-family: var(--font-mono, monospace); font-size: var(--fs-xs, 12px); }
  .google-search-page .cmp-row .cmp-label::before { content: ""; }
  .google-search-page .op-grid,
  .google-search-page .notin-grid { grid-template-columns: 1fr; }
  .google-search-page .notin-grid > * { grid-column: auto; }
  .google-search-page .method { grid-template-columns: 1fr; }
  .google-search-page .method > .mstep,
  .google-search-page .method > .mstep:nth-child(even) { border-left: 0; }
  .google-search-page .method > .mstep + .mstep { border-top: 1px solid var(--line); }
  .google-search-page .mstep:nth-child(odd) { border-right: 0; }
  .google-search-page .gloss { grid-template-columns: 1fr; }
  .google-search-page .gloss-item { grid-template-columns: 1fr; gap: 6px; }
  .google-search-page .cta-audit-list { grid-template-columns: 1fr; }
  .google-search-page .gsa-anchors { flex-wrap: wrap; overflow-x: visible; }
  .google-search-page .gsa-anchors a { flex: 1 1 calc(50% - 8px); min-width: calc(50% - 8px); justify-content: center; }
}

@media (max-width: 480px) {
  .google-search-page .hero-meta { display: none; }
  .google-search-page .hero-kpis { grid-template-columns: 1fr 1fr; }
  .google-search-page .hero-kpis .kpi { padding: 14px 12px; }
  .google-search-page .tldr-line { grid-template-columns: 3ch minmax(0, 1fr); gap: 4px 8px; }
  .google-search-page .tldr-line .sep { display: none; }
  .google-search-page .tldr-line .v { grid-column: 2; }
  .google-search-page .q-answer { padding-left: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .google-search-page *,
  .google-search-page *::before,
  .google-search-page *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
