/* ============================================================================
   SEO landing pages — standalone layout.
   Uses the theme's own custom properties so it follows whatever palette the
   admin has picked, rather than hard-coding a second colour scheme.
   ============================================================================ */
#fs-seo { --seo-max: 820px; }   /* one comfortable reading measure, no rail */
#fs-seo .seo-wrap { max-width: var(--seo-max); margin: 0 auto; padding: 0 20px; }

/* ---------------------------------------------------------------- hero */
#fs-seo .seo-hero {
  padding: clamp(24px, 3.5vw, 44px) 0 clamp(24px, 3.5vw, 40px);
  background: linear-gradient(180deg, color-mix(in srgb, var(--primary) 7%, transparent), transparent);
  border-bottom: 1px solid var(--bd, #e6e8ee);
  margin-bottom: clamp(26px, 4vw, 46px);
}
#fs-seo .seo-crumb { display:flex; flex-wrap:wrap; gap:7px; align-items:center;
  font-size:.82rem; color:var(--muted); margin-bottom:16px; }
#fs-seo .seo-crumb a { color:var(--muted); text-decoration:none; }
#fs-seo .seo-crumb a:hover { color:var(--primary); }
#fs-seo .seo-crumb span { opacity:.45; }
#fs-seo .seo-crumb em { font-style:normal; color:var(--fg, #0f172a); }

#fs-seo .seo-badge { display:inline-block; margin-bottom:12px; padding:4px 12px;
  border-radius:999px; font-size:.72rem; font-weight:700; letter-spacing:.1em;
  text-transform:uppercase; color:var(--primary);
  background:color-mix(in srgb, var(--primary) 12%, transparent); }

#fs-seo h1 { font-size:clamp(1.75rem, 4vw, 2.7rem); line-height:1.14; font-weight:800;
  letter-spacing:-.022em; margin:0 0 14px; max-width:22ch; }
#fs-seo .seo-lede { font-size:clamp(.98rem, 1.4vw, 1.1rem); line-height:1.65;
  color:var(--muted); margin:0 0 24px; max-width:62ch; }

#fs-seo .seo-cta { display:flex; gap:10px; flex-wrap:wrap; margin-bottom:26px; }
#fs-seo .seo-btn { display:inline-flex; align-items:center; gap:8px; padding:12px 22px;
  border-radius:11px; border:1.5px solid var(--bd, #e6e8ee); background:var(--card, #fff);
  color:var(--fg, #0f172a); font-weight:700; font-size:.93rem; text-decoration:none;
  transition:transform .16s ease, border-color .16s ease, filter .16s ease; }
#fs-seo .seo-btn:hover { border-color:var(--primary); color:var(--primary);
  text-decoration:none; transform:translateY(-1px); }
#fs-seo .seo-btn--primary,
#fs-seo .seo-body .seo-btn--primary { background:var(--primary); border-color:var(--primary); color:#fff; }
#fs-seo .seo-btn--primary:hover { color:#fff; filter:brightness(1.08); }
#fs-seo .seo-btn--sm { padding:9px 16px; font-size:.85rem; width:100%; justify-content:center; margin-top:12px; }

#fs-seo .seo-trust { display:flex; flex-wrap:wrap; gap:10px 22px; list-style:none; margin:0; padding:0; }
#fs-seo .seo-trust li { display:flex; align-items:center; gap:7px; font-size:.85rem;
  font-weight:600; color:var(--muted); }
#fs-seo .seo-trust svg { width:16px; height:16px; color:var(--primary); flex:0 0 16px; }

/* --------------------------------------------------------------- layout */
/* Single column. A landing page reads better as one continuous article than as
   a column squeezed next to a widget rail, and every link that lived in the
   rail now sits in the copy where it carries more weight. */
#fs-seo .seo-cols { display:block;
  gap:clamp(26px, 3.5vw, 52px); align-items:start; padding-bottom:clamp(40px,6vw,80px); }

/* ---------------------------------------------------------------- body */
#fs-seo .seo-body { font-size:1.05rem; line-height:1.8; max-width:none; }
#fs-seo .seo-body h2 { font-size:clamp(1.2rem, 2.2vw, 1.55rem); font-weight:750;
  letter-spacing:-.015em; margin:38px 0 14px; scroll-margin-top:90px; }
#fs-seo .seo-body h2:first-child { margin-top:0; }
#fs-seo .seo-body h3 { font-size:1.06rem; font-weight:700; margin:26px 0 10px; }
#fs-seo .seo-body p { margin:0 0 16px; }
#fs-seo .seo-body ul, #fs-seo .seo-body ol { margin:0 0 18px; padding-left:22px; }
#fs-seo .seo-body li { margin-bottom:9px; }
/* Body-copy links only. Without the :not() the package and CTA buttons that
   live inside .seo-body inherit this colour, and a primary button ends up with
   blue text on a blue background. */
#fs-seo .seo-body a:not(.seo-btn):not(.seo-card) {
  color:var(--primary); text-decoration:none; border-bottom:1px solid transparent;
}
#fs-seo .seo-body a:not(.seo-btn):not(.seo-card):hover { border-bottom-color:currentColor; }
#fs-seo .seo-body strong { font-weight:700; }
#fs-seo .seo-body code { font-size:.88em; padding:2px 6px; border-radius:5px;
  background:color-mix(in srgb, var(--muted) 12%, transparent); }

/* comparison tables */
#fs-seo .cms-tablewrap { overflow-x:auto; margin:0 0 22px; }
#fs-seo .cms-table { width:100%; border-collapse:collapse; font-size:.9rem;
  border:1px solid var(--bd,#e6e8ee); border-radius:12px; overflow:hidden; }
#fs-seo .cms-table th { text-align:left; padding:11px 14px; font-size:.76rem;
  letter-spacing:.05em; text-transform:uppercase; font-weight:700; color:var(--muted);
  background:color-mix(in srgb, var(--muted) 8%, transparent); }
#fs-seo .cms-table td { padding:11px 14px; border-top:1px solid var(--bd,#e6e8ee); vertical-align:top; }
#fs-seo .cms-table tr:nth-child(even) td { background:color-mix(in srgb, var(--muted) 3%, transparent); }

/* callout */
#fs-seo .cms-callout { margin:0 0 22px; padding:16px 18px; border-radius:12px;
  border:1.5px solid color-mix(in srgb, var(--primary) 28%, transparent);
  background:color-mix(in srgb, var(--primary) 7%, transparent); }
#fs-seo .cms-callout b { display:block; margin-bottom:5px; font-size:.95rem; }
#fs-seo .cms-callout p { margin:0; font-size:.92rem; color:var(--muted); }

/* FAQ accordion */
#fs-seo .cms-faq { margin:0 0 22px; border:1px solid var(--bd,#e6e8ee); border-radius:12px; overflow:hidden; }
#fs-seo .cms-q { border-bottom:1px solid var(--bd,#e6e8ee); }
#fs-seo .cms-q:last-child { border-bottom:0; }
#fs-seo .cms-q summary { cursor:pointer; padding:14px 44px 14px 16px; font-weight:650;
  font-size:.95rem; list-style:none; position:relative; }
#fs-seo .cms-q summary::-webkit-details-marker { display:none; }
#fs-seo .cms-q summary::after { content:"+"; position:absolute; right:16px; top:50%;
  transform:translateY(-50%); font-size:1.2rem; color:var(--primary); line-height:1; }
#fs-seo .cms-q[open] summary::after { content:"\2212"; }
#fs-seo .cms-q summary:hover { color:var(--primary); }
#fs-seo .cms-q > div { padding:0 16px 14px; font-size:.92rem; color:var(--muted); }
#fs-seo .cms-q > div p { margin:0; }

/* child-page cards */
#fs-seo .seo-cards { display:grid; grid-template-columns:repeat(auto-fill,minmax(240px,1fr));
  gap:12px; margin:0 0 26px; }
#fs-seo .seo-card { display:flex; flex-direction:column; gap:6px; padding:16px;
  border:1.5px solid var(--bd,#e6e8ee); border-radius:13px; background:var(--card,#fff);
  text-decoration:none; transition:border-color .18s ease, transform .18s ease; }
#fs-seo .seo-card:hover { border-color:var(--primary); transform:translateY(-2px); }
#fs-seo .seo-card b { font-size:.95rem; color:var(--fg,#0f172a); }
#fs-seo .seo-card span { font-size:.82rem; line-height:1.5; color:var(--muted); }
#fs-seo .seo-card em { font-style:normal; font-size:.8rem; font-weight:700; color:var(--primary); margin-top:2px; }

/* closing CTA */
#fs-seo .seo-endcta { margin-top:36px; padding:26px; border-radius:16px; text-align:center;
  border:1.5px solid var(--bd,#e6e8ee);
  background:linear-gradient(180deg, color-mix(in srgb, var(--primary) 7%, transparent), transparent); }
#fs-seo .seo-endcta h2 { margin:0 0 6px !important; font-size:1.25rem; }
#fs-seo .seo-endcta p { color:var(--muted); font-size:.92rem; margin:0 0 18px; }

/* ------------------------------------------------- inline table of contents */
#fs-seo .seo-toc { margin:0 0 30px; padding:16px 18px; border:1.5px solid var(--bd,#e6e8ee);
  border-radius:14px; background:var(--card,#fff); }
#fs-seo .seo-toc > b { display:block; margin-bottom:9px; font-size:.72rem; font-weight:700;
  letter-spacing:.09em; text-transform:uppercase; color:var(--muted); }
#fs-seo .seo-toc ul { list-style:none; margin:0; padding:0;
  display:grid; grid-template-columns:repeat(auto-fill,minmax(220px,1fr)); gap:2px 20px; }
#fs-seo .seo-toc a { display:block; padding:5px 0; font-size:.9rem; line-height:1.45;
  color:var(--fg,#0f172a); text-decoration:none; border-bottom:0; }
#fs-seo .seo-toc a:hover { color:var(--primary); }

/* ------------------------------------------------------- related link list */
#fs-seo .seo-related { list-style:none !important; margin:0 0 22px !important; padding:0 !important;
  display:grid; grid-template-columns:repeat(auto-fill,minmax(240px,1fr)); gap:8px; }
#fs-seo .seo-related li { margin:0 !important; }
#fs-seo .seo-related a { display:block; padding:11px 14px; border:1.5px solid var(--bd,#e6e8ee);
  border-radius:11px; background:var(--card,#fff); font-size:.92rem; font-weight:600;
  color:var(--fg,#0f172a) !important; text-decoration:none;
  /* the body-link rule sets border-bottom to transparent for underlines; these
     are cards, so all four sides must show */
  border-bottom-width:1.5px !important; border-bottom-color:var(--bd,#e6e8ee) !important; }
#fs-seo .seo-related a:hover { border-color:var(--primary) !important; color:var(--primary) !important; }

/* ------------------------------------------------------ hero social proof */
#fs-seo .seo-figs { display:flex; flex-wrap:wrap; gap:10px 26px; margin-top:20px;
  font-size:.86rem; color:var(--muted); }
#fs-seo .seo-figs b { font-size:1.02rem; font-weight:750; color:var(--fg,#0f172a); }

/* ----------------------------------------------------------- responsive */
@media (max-width: 980px) {
}
@media (max-width: 600px) {
  #fs-seo h1 { max-width:none; }
  #fs-seo .seo-cta { flex-direction:column; }
  #fs-seo .seo-btn { justify-content:center; }
}

/* --------------------------------------------------------- package tiers */
#fs-seo .seo-packs { display:grid; grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
  gap:12px; margin:0 0 14px; }
#fs-seo .seo-pack { position:relative; display:flex; flex-direction:column; align-items:center;
  gap:4px; padding:20px 14px 16px; border:1.5px solid var(--bd,#e6e8ee); border-radius:14px;
  background:var(--card,#fff); text-align:center; transition:border-color .18s ease, transform .18s ease; }
#fs-seo .seo-pack:hover { border-color:var(--primary); transform:translateY(-2px); }
#fs-seo .seo-pack.is-pick { border-color:var(--primary); border-width:2px;
  background:linear-gradient(180deg, color-mix(in srgb, var(--primary) 6%, transparent), transparent); }
#fs-seo .seo-pack__tag { position:absolute; top:-10px; left:50%; transform:translateX(-50%);
  padding:3px 10px; border-radius:999px; background:var(--primary); color:#fff;
  font-size:.66rem; font-weight:700; letter-spacing:.05em; text-transform:uppercase; white-space:nowrap; }
#fs-seo .seo-pack__q { font-size:1.35rem; font-weight:800; letter-spacing:-.02em; color:var(--fg,#0f172a); }
#fs-seo .seo-pack__l { font-size:.72rem; font-weight:600; letter-spacing:.07em;
  text-transform:uppercase; color:var(--muted); }
#fs-seo .seo-pack__p { font-size:1.05rem; font-weight:750; color:var(--primary); margin:5px 0 10px; }
#fs-seo .seo-pack .seo-btn--sm { width:100%; margin:0; }

#fs-seo .seo-fine { font-size:.82rem; color:var(--muted); margin:0 0 22px; }
#fs-seo .seo-fine b { color:var(--fg,#0f172a); }

/* ------------------------------------------------------- how it works */
#fs-seo .seo-steps { list-style:none; counter-reset:step; margin:0 0 24px; padding:0;
  display:grid; grid-template-columns:repeat(auto-fit,minmax(210px,1fr)); gap:12px; }
#fs-seo .seo-steps li { counter-increment:step; position:relative; padding:16px 16px 16px 52px;
  border:1.5px solid var(--bd,#e6e8ee); border-radius:13px; background:var(--card,#fff); }
#fs-seo .seo-steps li::before { content:counter(step); position:absolute; left:16px; top:16px;
  width:24px; height:24px; border-radius:50%; display:grid; place-items:center;
  background:color-mix(in srgb, var(--primary) 14%, transparent); color:var(--primary);
  font-size:.78rem; font-weight:800; }
#fs-seo .seo-steps b { display:block; font-size:.92rem; margin-bottom:3px; }
#fs-seo .seo-steps span { display:block; font-size:.82rem; line-height:1.5; color:var(--muted); }

@media (max-width:600px){
  #fs-seo .seo-packs { grid-template-columns:repeat(2,1fr); }
  #fs-seo .seo-steps { grid-template-columns:1fr; }
}


/* ==========================================================================
   Hero: copy on the left, live price on the right.

   The rate, the minimum and the order button are the three things a buyer
   scans for. Putting them above the fold is what turns a ranking page into a
   converting one — and every figure is read from the live service row, so the
   card cannot advertise a price the panel would not charge.
   ========================================================================== */
#fs-seo .seo-hero__grid { display:grid; grid-template-columns:minmax(0,1fr) 300px;
  gap:38px; align-items:start; }
#fs-seo .seo-hero__copy { min-width:0; }
#fs-seo .seo-hero .seo-wrap { max-width:1120px; }   /* wider only where the card lives */
#fs-seo .seo-hero h1 { max-width:18ch; }
#fs-seo .seo-hero .seo-lede { max-width:52ch; margin-bottom:20px; }

#fs-seo .seo-price { position:sticky; top:82px; padding:20px; border-radius:16px;
  border:1.5px solid var(--bd,#e6e8ee); background:var(--card,#fff);
  box-shadow:0 10px 30px -18px rgba(15,23,42,.35); }
#fs-seo .seo-price__k { display:block; font-size:.72rem; font-weight:700;
  letter-spacing:.09em; text-transform:uppercase; color:var(--muted); }
#fs-seo .seo-price__v { display:inline-block; margin:4px 6px 0 0;
  font-size:2rem; font-weight:800; letter-spacing:-.02em; color:var(--fg,#0f172a); }
#fs-seo .seo-price__u { font-size:.85rem; color:var(--muted); }
#fs-seo .seo-price__l { list-style:none; margin:16px 0 16px; padding:0;
  border-top:1px solid var(--bd,#e6e8ee); }
#fs-seo .seo-price__l li { display:flex; justify-content:space-between; gap:12px;
  padding:8px 0; font-size:.86rem; color:var(--muted);
  border-bottom:1px solid var(--bd,#e6e8ee); }
#fs-seo .seo-price__l b { color:var(--fg,#0f172a); font-weight:700; }
#fs-seo .seo-btn--block { width:100%; justify-content:center; }
#fs-seo .seo-price__x { display:block; margin-top:10px; text-align:center;
  font-size:.82rem; color:var(--muted); text-decoration:none; }
#fs-seo .seo-price__x:hover { color:var(--primary); }

/* The navbar is sticky and 65px tall, so an anchor jump used to land with the
   heading hidden underneath it. */
#fs-seo [id] { scroll-margin-top: 84px; }

@media (max-width: 900px) {
  #fs-seo .seo-hero__grid { grid-template-columns:1fr; gap:26px; }
  #fs-seo .seo-price { position:static; }
  #fs-seo .seo-hero h1, #fs-seo .seo-hero .seo-lede { max-width:none; }
}


/* ==========================================================================
   Article-page proportions.

   The hero above was sized like a homepage banner: ~750px of headline, buttons
   and badges before a single sentence of the actual page. On a landing page
   that reads as marketing; on a page meant to rank for a query it means the
   answer the visitor searched for is below the fold. Everything here pulls the
   copy up into the first screen.
   ========================================================================== */
#fs-seo .seo-hero { padding:22px 0 24px; margin-bottom:28px;
  background:none; border-bottom:1px solid var(--bd,#e6e8ee); }
#fs-seo .seo-crumb { margin-bottom:10px; font-size:.78rem; }
#fs-seo .seo-badge { margin-bottom:8px; padding:3px 9px; font-size:.66rem; }
#fs-seo h1 { font-size:clamp(1.55rem, 2.6vw, 2.05rem); line-height:1.2; margin:0 0 10px; }
#fs-seo .seo-hero h1 { max-width:24ch; }
#fs-seo .seo-lede { font-size:1rem; line-height:1.6; margin:0 0 14px; }
#fs-seo .seo-hero .seo-lede { max-width:60ch; }

/* one primary action is enough above the fold; the second button repeated the
   nav's own "Services" link */
#fs-seo .seo-cta { margin-bottom:14px; }
#fs-seo .seo-cta .seo-btn { padding:9px 18px; font-size:.88rem; }

/* badges and counters become one quiet meta line rather than two stacked rows */
#fs-seo .seo-trust { gap:6px 16px; }
#fs-seo .seo-trust li { font-size:.78rem; font-weight:500; }
#fs-seo .seo-trust svg { width:14px; height:14px; flex-basis:14px; }
#fs-seo .seo-figs { margin-top:10px; font-size:.78rem; gap:6px 18px; }
#fs-seo .seo-figs b { font-size:.88rem; }

#fs-seo .seo-price { padding:16px; }
#fs-seo .seo-price__v { font-size:1.65rem; }
#fs-seo .seo-price__l { margin:12px 0 12px; }
#fs-seo .seo-price__l li { padding:6px 0; font-size:.82rem; }

/* the contents box was a full screen of links before the first paragraph */
#fs-seo .seo-toc { margin:0 0 22px; padding:12px 14px; }
#fs-seo .seo-toc a { padding:3px 0; font-size:.85rem; }
#fs-seo .seo-body h2 { margin-top:34px; }
#fs-seo .seo-body h2:first-child { margin-top:0; }


/* ==========================================================================
   One container, one left edge.

   The hero ran at 1120px because it holds the price card, while the article ran
   at 820px centred. The result was a visible jog: the H1 started 190px to the
   left of the paragraph underneath it. Both now share a single container and a
   single left edge, and the article simply stops short of the rail the card
   occupies above it.
   ========================================================================== */
#fs-seo { --seo-max: 1060px; }
#fs-seo .seo-hero .seo-wrap { max-width: var(--seo-max); }
#fs-seo .seo-hero__grid { grid-template-columns:minmax(0,1fr) 292px; gap:34px; }
#fs-seo .seo-body { max-width:none; }
/* the reading measure, held against the same left edge as the headline */
#fs-seo .seo-body > *, #fs-seo .seo-toc { max-width:78ch; }
#fs-seo .seo-body .seo-packs,
#fs-seo .seo-body .seo-cards,
#fs-seo .seo-body .seo-related,
#fs-seo .seo-body .cms-tablewrap { max-width:none; }

@media (max-width: 900px) {
  #fs-seo .seo-body > *, #fs-seo .seo-toc { max-width:none; }
}

/* ==========================================================================
   Body components: feature cards, how-to steps, payment methods.
   Icons are inline SVG, so none of this costs a network request.
   ========================================================================== */
#fs-seo .cms-cards { display:grid; grid-template-columns:repeat(auto-fit,minmax(230px,1fr));
  gap:14px; margin:0 0 22px; }
#fs-seo .cms-card { padding:18px; border:1.5px solid var(--bd,#e6e8ee); border-radius:14px;
  background:var(--card,#fff); transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
#fs-seo .cms-card:hover { transform:translateY(-3px); border-color:var(--primary);
  box-shadow:0 12px 26px -18px rgba(15,23,42,.45); }
#fs-seo .cms-card svg { width:26px; height:26px; color:var(--primary); margin-bottom:10px; }
#fs-seo .cms-card b { display:block; margin-bottom:5px; font-size:.98rem; font-weight:700; }
#fs-seo .cms-card p { margin:0 !important; font-size:.88rem; line-height:1.6; color:var(--muted); }

#fs-seo .cms-steps { list-style:none !important; counter-reset:s;
  margin:0 0 22px !important; padding:0 !important;
  display:grid; grid-template-columns:repeat(auto-fit,minmax(230px,1fr)); gap:14px; }
#fs-seo .cms-steps li { counter-increment:s; position:relative; margin:0 !important;
  padding:18px 18px 18px 54px; border:1.5px solid var(--bd,#e6e8ee); border-radius:14px;
  background:var(--card,#fff); }
#fs-seo .cms-steps li::before { content:counter(s); position:absolute; left:18px; top:18px;
  width:26px; height:26px; border-radius:50%; background:var(--primary); color:#fff;
  font-size:.82rem; font-weight:700; display:flex; align-items:center; justify-content:center; }
#fs-seo .cms-steps b { display:block; margin-bottom:4px; font-size:.95rem; }
#fs-seo .cms-steps span { font-size:.87rem; line-height:1.6; color:var(--muted); }

#fs-seo .cms-pays { list-style:none !important; display:flex; flex-wrap:wrap; gap:8px;
  margin:0 0 20px !important; padding:0 !important; }
#fs-seo .cms-pays li { margin:0 !important; padding:6px 13px; border-radius:999px;
  border:1.5px solid var(--bd,#e6e8ee); background:var(--card,#fff);
  font-size:.82rem; font-weight:600; color:var(--muted); }

/* Fade-in on scroll, done with IntersectionObserver rather than a library.
   AOS would add ~15KB of JS and a render-blocking stylesheet for an effect
   that is four lines of CSS — the opposite of what a Core Web Vitals score
   needs. Anything above the fold is excluded so nothing animates on load. */
@media (prefers-reduced-motion: no-preference) {
  #fs-seo .fs-rise { opacity:0; transform:translateY(14px);
    transition:opacity .5s ease, transform .5s ease; }
  #fs-seo .fs-rise.is-in { opacity:1; transform:none; }
}

/* Must come last: the hero grid is redefined further up in this file, after the
   original breakpoint, so the mobile stack has to be restated to win. */
@media (max-width: 900px) {
  #fs-seo .seo-hero__grid { grid-template-columns:1fr; }
  #fs-seo .seo-price { position:static; }
}

/* ==========================================================================
   Page rhythm.

   7,700px of uniform white was the real problem with this layout: nothing told
   the eye where one idea ended and the next began, so a long, genuinely useful
   page read as a wall. Two tinted bands directly under the hero break it, and
   the article below gets a consistent vertical beat instead of ad-hoc margins.
   ========================================================================== */
#fs-seo .seo-quick { padding:22px 22px; margin:0 0 22px; border-radius:16px;
  border:1.5px solid color-mix(in srgb, var(--primary) 22%, var(--bd,#e6e8ee));
  background:color-mix(in srgb, var(--primary) 5%, var(--card,#fff)); }
#fs-seo .seo-quick h2 { margin:0 0 14px; font-size:.74rem; font-weight:700;
  letter-spacing:.09em; text-transform:uppercase; color:var(--primary); }
#fs-seo .seo-quick dl { display:grid; grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
  gap:12px 26px; margin:0; }
#fs-seo .seo-quick dt { font-size:.72rem; font-weight:700; letter-spacing:.05em;
  text-transform:uppercase; color:var(--muted); margin-bottom:3px; }
#fs-seo .seo-quick dd { margin:0; font-size:.92rem; line-height:1.55; }
#fs-seo .seo-quick dd b { font-weight:750; }

#fs-seo .seo-priceband { padding:24px 22px; margin:0 0 34px; border-radius:16px;
  background:var(--card,#fff); border:1.5px solid var(--bd,#e6e8ee); }
#fs-seo .seo-priceband h2 { margin:0 0 6px; font-size:1.3rem; font-weight:750; }
#fs-seo .seo-priceband > p { margin:0 0 18px; font-size:.9rem; color:var(--muted); max-width:70ch; }

/* -------------------------------------------------------------- FAQ list */
#fs-seo .cms-faq { border:1.5px solid var(--bd,#e6e8ee); border-radius:14px;
  overflow:hidden; background:var(--card,#fff); margin-bottom:24px; }
#fs-seo .cms-q { border-bottom:1px solid var(--bd,#e6e8ee); }
#fs-seo .cms-q:last-child { border-bottom:0; }
#fs-seo .cms-q > summary { position:relative; list-style:none; cursor:pointer;
  padding:14px 46px 14px 18px; font-size:.95rem; font-weight:650;
  transition:background .15s ease; }
#fs-seo .cms-q > summary::-webkit-details-marker { display:none; }
#fs-seo .cms-q > summary:hover { background:color-mix(in srgb, var(--primary) 4%, transparent); }
/* the +/- is drawn in CSS: two rules, no icon font, no image request */
#fs-seo .cms-q > summary::before,
#fs-seo .cms-q > summary::after { content:''; position:absolute; right:19px; top:50%;
  background:var(--primary); transition:transform .2s ease, opacity .2s ease; }
#fs-seo .cms-q > summary::before { width:12px; height:2px; margin-top:-1px; }
#fs-seo .cms-q > summary::after  { width:2px; height:12px; margin-top:-6px; right:24px; }
#fs-seo .cms-q[open] > summary::after { transform:rotate(90deg); opacity:0; }
#fs-seo .cms-q[open] > summary { background:color-mix(in srgb, var(--primary) 5%, transparent); }
#fs-seo .cms-q > div { padding:0 18px 16px; font-size:.91rem; line-height:1.7; color:var(--muted); }
#fs-seo .cms-q > div p { margin:0 !important; }

/* ---------------------------------------------------------------- tables */
#fs-seo .cms-tablewrap { overflow-x:auto; margin:0 0 22px;
  border:1.5px solid var(--bd,#e6e8ee); border-radius:14px; }
#fs-seo .cms-table { width:100%; border-collapse:collapse; font-size:.9rem; }
#fs-seo .cms-table th { text-align:left; padding:11px 14px; font-size:.72rem;
  font-weight:700; letter-spacing:.06em; text-transform:uppercase; color:var(--muted);
  background:color-mix(in srgb, var(--primary) 5%, transparent);
  border-bottom:1.5px solid var(--bd,#e6e8ee); white-space:nowrap; }
#fs-seo .cms-table td { padding:11px 14px; border-bottom:1px solid var(--bd,#e6e8ee);
  line-height:1.55; vertical-align:top; }
#fs-seo .cms-table tr:last-child td { border-bottom:0; }
#fs-seo .cms-table tr:hover td { background:color-mix(in srgb, var(--primary) 3%, transparent); }

/* --------------------------------------------------------------- callout */
#fs-seo .cms-callout { padding:16px 18px; margin:0 0 22px; border-radius:14px;
  border:1.5px solid color-mix(in srgb, var(--primary) 25%, var(--bd,#e6e8ee));
  border-left-width:4px;
  background:color-mix(in srgb, var(--primary) 5%, var(--card,#fff)); }
#fs-seo .cms-callout b { display:block; margin-bottom:5px; font-size:.95rem; }
#fs-seo .cms-callout p { margin:0 !important; font-size:.89rem; line-height:1.65; color:var(--muted); }

/* ------------------------------------------------------- vertical rhythm */
#fs-seo .seo-body h2 { margin:42px 0 12px; padding-top:2px; }
#fs-seo .seo-body h2:first-child { margin-top:0; }
#fs-seo .seo-body h3 { margin:26px 0 9px; font-size:1.02rem; }
#fs-seo .seo-body > p { margin:0 0 15px; }

/* Prose keeps a narrow measure because long lines are hard to read; block
   components are not prose and use the full column, so the page has one
   consistent outer edge instead of two competing ones. */
#fs-seo .seo-body .cms-cards,
#fs-seo .seo-body .cms-steps,
#fs-seo .seo-body .cms-faq,
#fs-seo .seo-body .seo-steps { max-width:none; }

/* ==========================================================================
   Marketing chrome for the standalone layout.

   These pages no longer load the panel theme, so the nav and footer they used
   to inherit have to exist here. Kept deliberately small: a marketing page's
   header should get out of the way of the H1, not compete with it.
   ========================================================================== */
.mkt-nav { position:sticky; top:0; z-index:50; background:var(--card);
  border-bottom:1px solid var(--bd); }
.mkt-nav__in { max-width:1060px; margin:0 auto; padding:0 20px; height:58px;
  display:flex; align-items:center; gap:26px; }
.mkt-brand { font-family:"Bricolage Grotesque",sans-serif; font-weight:800;
  font-size:1.12rem; letter-spacing:-.02em; text-decoration:none; }
.mkt-links { display:flex; gap:20px; margin-right:auto; }
.mkt-links a { font-size:.9rem; font-weight:600; color:var(--muted); text-decoration:none; }
.mkt-links a:hover { color:var(--primary); }
.mkt-cta { padding:8px 16px; border-radius:9px; background:var(--primary); color:#fff;
  font-size:.87rem; font-weight:700; text-decoration:none; white-space:nowrap; }
.mkt-cta:hover { filter:brightness(1.08); color:#fff; }

.mkt-foot { margin-top:56px; border-top:1px solid var(--bd); background:var(--card); }
.mkt-foot__in { max-width:1060px; margin:0 auto; padding:34px 20px 26px;
  display:grid; grid-template-columns:1.6fr 1fr 1fr 1fr; gap:28px; }
.mkt-foot__in b { display:block; margin-bottom:10px; font-size:.78rem; font-weight:700;
  letter-spacing:.07em; text-transform:uppercase; color:var(--muted); }
.mkt-foot__in > div > b { font-size:1.02rem; letter-spacing:-.01em;
  text-transform:none; color:var(--fg); }
.mkt-foot__in p { margin:0; font-size:.86rem; line-height:1.6; color:var(--muted); max-width:34ch; }
.mkt-foot__in nav a { display:block; padding:4px 0; font-size:.87rem;
  color:var(--muted); text-decoration:none; }
.mkt-foot__in nav a:hover { color:var(--primary); }
.mkt-foot__bar { max-width:1060px; margin:0 auto; padding:14px 20px 22px;
  border-top:1px solid var(--bd); display:flex; justify-content:space-between;
  gap:14px; font-size:.82rem; color:var(--muted); }
.mkt-foot__bar a { text-decoration:none; }
.mkt-foot__bar a:hover { color:var(--primary); }

/* the sticky nav is 58px here, not the panel's 65px */
#fs-seo [id] { scroll-margin-top:76px; }
#fs-seo .seo-price { top:74px; }

/* Hamburger. Hidden above the breakpoint — the links sit inline there. 44x44
   because that is the smallest reliable touch target; the bars inside are
   20px and the rest is padding doing the work. */
.mkt-burger { display:none; width:44px; height:44px; padding:12px; margin-right:-10px;
  background:none; border:0; cursor:pointer; flex-direction:column;
  justify-content:space-between; align-items:stretch; }
.mkt-burger span { display:block; height:2px; border-radius:2px; background:var(--fg,#0f172a);
  transition:transform .2s, opacity .2s; }
.mkt-burger[aria-expanded="true"] span:nth-child(1) { transform:translateY(9px) rotate(45deg); }
.mkt-burger[aria-expanded="true"] span:nth-child(2) { opacity:0; }
.mkt-burger[aria-expanded="true"] span:nth-child(3) { transform:translateY(-9px) rotate(-45deg); }

@media (max-width: 760px) {
  /* The links stop being a row and become a panel under the bar. They are no
     longer display:none — that left the page with no navigation at all until
     the footer, which on an article this long is not navigation. */
  .mkt-burger { display:flex; }
  .mkt-links { position:absolute; top:58px; left:0; right:0; flex-direction:column;
    gap:0; margin:0; padding:0 20px; background:var(--card); border-bottom:1px solid var(--bd);
    max-height:0; overflow:hidden; transition:max-height .22s ease; }
  .mkt-links.open { max-height:260px; padding:6px 20px 12px; }
  .mkt-links a { padding:12px 0; font-size:.95rem; }
  .mkt-nav__in { gap:14px; position:relative; }
  .mkt-cta { margin-left:auto; }
  .mkt-foot__in { grid-template-columns:1fr 1fr; }
}
@media (max-width: 460px) {
  .mkt-foot__in { grid-template-columns:1fr; }
  .mkt-foot__bar { flex-direction:column; }
}

/* ==========================================================================
   Tool pages. Small interactive widgets, styled to match the content blocks.
   ========================================================================== */
#fs-seo .cms-tool { margin:0 0 24px; padding:20px; border-radius:16px;
  border:1.5px solid color-mix(in srgb, var(--primary) 22%, var(--bd,#e6e8ee));
  background:color-mix(in srgb, var(--primary) 5%, var(--card,#fff)); }
#fs-seo .cms-tool__row { display:grid; grid-template-columns:repeat(auto-fit,minmax(160px,1fr));
  gap:14px; margin-bottom:16px; }
#fs-seo .cms-tool label { display:flex; flex-direction:column; gap:6px;
  font-size:.78rem; font-weight:700; letter-spacing:.04em; text-transform:uppercase;
  color:var(--muted); }
/* select matches input exactly: the timezone tool sits next to number fields
   and a browser-default select next to a styled input reads as a broken form.
   appearance:none removes the platform chrome, so the arrow is drawn here. */
#fs-seo .cms-tool input,
#fs-seo .cms-tool select { padding:11px 13px; border-radius:10px; font-size:1rem;
  font-weight:600; color:var(--fg,#0f172a); width:100%;
  border:1.5px solid var(--bd,#e6e8ee); background:var(--card,#fff); }
#fs-seo .cms-tool select { appearance:none; -webkit-appearance:none;
  padding-right:34px; cursor:pointer;
  background-image:linear-gradient(45deg,transparent 50%,currentColor 50%),
                   linear-gradient(135deg,currentColor 50%,transparent 50%);
  background-position:calc(100% - 18px) calc(50% + 1px),calc(100% - 13px) calc(50% + 1px);
  background-size:5px 5px,5px 5px; background-repeat:no-repeat; }
#fs-seo .cms-tool input:focus,
#fs-seo .cms-tool select:focus { outline:none; border-color:var(--primary);
  box-shadow:0 0 0 3px color-mix(in srgb, var(--primary) 18%, transparent); }
/* The comparison tool prints a ranked list inside the output box; the shared
   `b` rule is display:block for the single-figure tools, so inline overrides
   travel with the markup that needs them. */
#fs-seo .cms-tool__out ul { margin:0; font-size:.9rem; line-height:1.9; }
#fs-seo .cms-tool__out em { opacity:.6; font-style:normal; font-size:.85em; }
#fs-seo .cms-tool__out { display:block; padding:16px 18px; border-radius:12px;
  background:var(--card,#fff); border:1.5px solid var(--bd,#e6e8ee);
  font-size:.95rem; line-height:1.6; }
#fs-seo .cms-tool__out b { font-size:1.9rem; font-weight:800; letter-spacing:-.02em;
  display:block; margin-bottom:2px; }
#fs-seo .cms-tool__out .verdict { font-weight:700; }
#fs-seo .cms-tool__out .verdict.is-weak   { color:#dc3545; }
#fs-seo .cms-tool__out .verdict.is-normal { color:var(--primary); }
#fs-seo .cms-tool__out .verdict.is-strong { color:#1a9c4b; }
#fs-seo .cms-tool__note { margin:12px 0 0 !important; font-size:.8rem; color:var(--muted); }

/* ------------------------------------------------------- byline + EEAT */
#fs-seo .seo-byline { display:flex; flex-wrap:wrap; gap:8px; margin:0 0 16px;
  font-size:.8rem; color:var(--muted); }
#fs-seo .seo-byline span[aria-hidden] { opacity:.45; }

#fs-seo .seo-expect { display:grid; grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:14px; margin:0 0 26px; max-width:none; }
#fs-seo .seo-expect > div { padding:16px 18px; border-radius:14px;
  border:1.5px solid var(--bd,#e6e8ee); background:var(--card,#fff); }
#fs-seo .seo-expect dt { margin-bottom:6px; font-size:.75rem; font-weight:700;
  letter-spacing:.07em; text-transform:uppercase; color:var(--primary); }
#fs-seo .seo-expect dd { margin:0; font-size:.87rem; line-height:1.65; color:var(--muted); }
#fs-seo .seo-expect dd a { display:inline-block; margin-top:6px; padding:4px 0; font-weight:600;
  line-height:1.4; color:var(--primary) !important; text-decoration:none; border-bottom:0 !important; }

/* ------------------------------------------------------- mobile targets
   Standalone links — breadcrumb, brand, the price-card jump link, the footer
   bar — were rendering 17–22px tall on a phone. Inline links inside a
   paragraph are exempt from target-size guidance because they sit in a line
   of text; these are not inline, so they get real vertical padding.
   The negative margin keeps the visual spacing identical to before. */
@media (max-width: 760px) {
  #fs-seo .seo-crumb a,
  #fs-seo .seo-crumb em { display:inline-block; padding:6px 0; margin:-6px 0; }
  #fs-seo .seo-price__x { padding:10px 0; margin:0; }
  .mkt-brand { display:inline-block; padding:8px 0; margin:-8px 0; }
  .mkt-foot__bar a { display:inline-block; padding:8px 0; margin:-8px 0; }
  .mkt-foot__in nav a { padding:8px 0; }
}
