/* Three Stripes Digital — Law Firm Rank Boost LP */
:root {
  --navy: #0A1628;
  --navy-2: #0F1F35;
  --navy-3: #152640;
  --gold: #C4A35A;
  --gold-light: #D4B96A;
  --gold-dim: rgba(196, 163, 90, 0.14);
  --muted: #94A3B8;
  --muted-2: #64748B;
  --white: #F8FAFC;
  --white-pure: #FFFFFF;
  --line: rgba(148, 163, 184, 0.18);
  --line-strong: rgba(196, 163, 90, 0.35);
  --danger: #F87171;
  --success: #34D399;
  --radius: 10px;
  --radius-lg: 16px;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  --max: 1120px;
  --header-h: 72px;
  --font: "Inter", system-ui, -apple-system, sans-serif;
  --mono: "JetBrains Mono", ui-monospace, monospace;
  --display: "Playfair Display", Georgia, serif;
}

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.6;
  color: var(--white);
  background: var(--navy);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; }
a { color: var(--gold-light); text-decoration: none; }
a:hover { color: var(--gold); }
button, input, select, textarea { font: inherit; color: inherit; }
::selection { background: rgba(196, 163, 90, 0.35); color: var(--white-pure); }

.container {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-family: var(--mono);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 1rem;
}

.eyebrow::before {
  content: "";
  width: 18px;
  height: 1px;
  background: var(--gold);
}

h1, h2, h3 {
  margin: 0;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--white-pure);
}

h1 { font-size: clamp(2rem, 5vw, 3.35rem); max-width: 18ch; }
h2 { font-size: clamp(1.65rem, 3.4vw, 2.4rem); max-width: 22ch; }
h3 { font-size: 1.15rem; letter-spacing: -0.02em; }

.lead {
  margin: 1.1rem 0 0;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.6vw, 1.15rem);
  max-width: 54ch;
  line-height: 1.65;
}

.section {
  padding: clamp(4rem, 8vw, 6.5rem) 0;
  position: relative;
}

.section-head {
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.section-head .lead { margin-top: 0.85rem; }

/* ——— Header ——— */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: var(--header-h);
  display: flex;
  align-items: center;
  background: rgba(10, 22, 40, 0.82);
  backdrop-filter: blur(14px) saturate(1.2);
  -webkit-backdrop-filter: blur(14px) saturate(1.2);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}

.wordmark {
  font-family: var(--display);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--white-pure);
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.wordmark span {
  color: var(--gold);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem 1.35rem;
  border-radius: 8px;
  border: 1px solid transparent;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: -0.01em;
  cursor: pointer;
  transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
  text-decoration: none;
  white-space: nowrap;
}

.btn:active { transform: translateY(1px); }

.btn-primary {
  background: linear-gradient(180deg, var(--gold-light), var(--gold));
  color: var(--navy);
  box-shadow: 0 8px 24px rgba(196, 163, 90, 0.25);
}

.btn-primary:hover {
  color: var(--navy);
  background: linear-gradient(180deg, #E0C878, var(--gold-light));
  box-shadow: 0 10px 28px rgba(196, 163, 90, 0.35);
}

.btn-ghost {
  background: transparent;
  border-color: var(--line-strong);
  color: var(--white);
}

.btn-ghost:hover {
  border-color: var(--gold);
  color: var(--gold-light);
  background: var(--gold-dim);
}

.btn-lg {
  padding: 1rem 1.6rem;
  font-size: 1rem;
}

.btn-block { width: 100%; }

.header-cta { padding: 0.7rem 1.1rem; font-size: 0.88rem; }

@media (max-width: 520px) {
  .wordmark { font-size: 1rem; }
  .header-cta span.hide-sm { display: none; }
}

/* ——— Hero ——— */
.hero {
  padding: clamp(3.5rem, 8vw, 6rem) 0 clamp(4rem, 8vw, 6.5rem);
  overflow: hidden;
  background:
    radial-gradient(ellipse 80% 55% at 85% -10%, rgba(196, 163, 90, 0.16), transparent 55%),
    radial-gradient(ellipse 60% 40% at 0% 80%, rgba(37, 99, 235, 0.08), transparent 50%),
    linear-gradient(180deg, var(--navy) 0%, var(--navy-2) 100%);
  border-bottom: 1px solid var(--line);
}

.hero-grid {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

@media (min-width: 920px) {
  .hero-grid {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 3.5rem;
  }
}

.trust-list {
  list-style: none;
  padding: 0;
  margin: 1.75rem 0 0;
  display: grid;
  gap: 0.85rem;
}

.trust-list li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 0.75rem;
  align-items: start;
  color: #CBD5E1;
  font-size: 0.95rem;
  line-height: 1.45;
}

.trust-list li svg {
  margin-top: 0.2rem;
  color: var(--gold);
  flex-shrink: 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.hero-checks {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.35rem;
  font-family: var(--mono);
  font-size: 0.78rem;
  color: var(--muted);
  letter-spacing: 0.01em;
}

.hero-checks li {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.hero-checks .tk {
  color: var(--gold);
  font-weight: 700;
}


.hero-card {
  background: linear-gradient(160deg, rgba(21, 38, 64, 0.95), rgba(15, 31, 53, 0.98));
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.hero-card-label {
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 1rem;
}

.serp-row {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  gap: 0.75rem;
  align-items: center;
  padding: 0.7rem 0.8rem;
  border-radius: 8px;
  background: rgba(10, 22, 40, 0.55);
  border: 1px solid var(--line);
  margin-bottom: 0.55rem;
}

.serp-row.is-target {
  border-color: rgba(196, 163, 90, 0.55);
  background: rgba(196, 163, 90, 0.08);
}

.serp-pos {
  font-family: var(--mono);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--muted);
}

.serp-row.is-target .serp-pos { color: var(--gold-light); }

.serp-kw {
  font-size: 0.88rem;
  color: var(--white);
  font-weight: 500;
}

.serp-meta {
  font-family: var(--mono);
  font-size: 0.68rem;
  color: var(--muted-2);
  letter-spacing: 0.04em;
}

.hero-card-note {
  margin: 1rem 0 0;
  font-size: 0.8rem;
  color: var(--muted);
  line-height: 1.45;
}

.offer-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 1.15rem;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: rgba(52, 211, 153, 0.1);
  border: 1px solid rgba(52, 211, 153, 0.35);
  color: var(--success);
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 500;
}

/* ——— Problem ——— */
.problem {
  background: var(--navy);
}

.problem-grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 760px) {
  .problem-grid { grid-template-columns: 1fr 1fr; }
}

@media (min-width: 900px) {
  .problem-grid-3 { grid-template-columns: repeat(3, 1fr); }
}

.problem-card h3 {
  margin: 0.35rem 0 0.55rem;
  font-size: 1.1rem;
}

.prob-n {
  font-family: var(--mono);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--gold);
  display: block;
}

.problem-card {
  background: var(--navy-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.35rem 1.4rem;
}

.problem-card p {
  margin: 0;
  color: #CBD5E1;
  font-size: 0.95rem;
}

.problem-close {
  margin-top: 1.75rem;
  padding: 1.35rem 1.5rem;
  border-left: 3px solid var(--gold);
  background: var(--gold-dim);
  border-radius: 0 var(--radius) var(--radius) 0;
  color: var(--white);
  font-size: 1.05rem;
  max-width: 62ch;
}

.problem-close strong { color: var(--gold-light); }

/* ——— How it works ——— */
.how {
  background:
    linear-gradient(180deg, var(--navy-2), var(--navy));
  border-block: 1px solid var(--line);
}

.steps {
  display: grid;
  gap: 1rem;
  counter-reset: step;
}

@media (min-width: 860px) {
  .steps { grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
}

.step {
  background: rgba(10, 22, 40, 0.55);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 1.6rem 1.45rem 1.5rem;
  position: relative;
}

.step::before {
  counter-increment: step;
  content: "0" counter(step);
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  color: var(--gold);
  display: block;
  margin-bottom: 0.9rem;
}

.step h3 { margin-bottom: 0.55rem; }

.step p {
  margin: 0;
  color: var(--muted);
  font-size: 0.93rem;
}

.step .price-tag {
  display: inline-block;
  margin-top: 1rem;
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  color: var(--gold-light);
  background: var(--gold-dim);
  border: 1px solid var(--line-strong);
  padding: 0.35rem 0.6rem;
  border-radius: 999px;
}

.how-note {
  margin-top: 1.75rem;
  color: var(--muted);
  font-size: 0.92rem;
  max-width: 70ch;
}

.how-actions { margin-top: 2rem; }

/* ——— Credibility ——— */
.cred {
  background: var(--navy);
}

.cred-panel {
  display: grid;
  gap: 1.75rem;
  align-items: center;
  background: linear-gradient(135deg, var(--navy-3), var(--navy-2));
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-lg);
  padding: clamp(1.5rem, 4vw, 2.5rem);
  box-shadow: var(--shadow);
}

@media (min-width: 800px) {
  .cred-panel {
    grid-template-columns: 140px 1fr;
    gap: 2rem;
  }
}

.avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 30%, var(--gold-light), var(--gold) 40%, #8a6d2f 100%);
  display: grid;
  place-items: center;
  font-family: var(--display);
  font-size: 2.4rem;
  color: var(--navy);
  border: 2px solid var(--line-strong);
  margin: 0 auto;
}

.cred-copy h2 { max-width: none; }
.cred-copy .lead { max-width: 62ch; }

.cred-points {
  list-style: none;
  padding: 0;
  margin: 1.4rem 0 0;
  display: grid;
  gap: 0.65rem;
}

@media (min-width: 700px) {
  .cred-points { grid-template-columns: 1fr 1fr; }
}

.cred-points li {
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
  color: #CBD5E1;
  font-size: 0.92rem;
}

.cred-points li::before {
  content: "▸";
  color: var(--gold);
  font-family: var(--mono);
  line-height: 1.4;
}

/* ——— Case studies ——— */
.cases {
  background: var(--navy-2);
  border-block: 1px solid var(--line);
}

.frame-note {
  margin: 0 0 1.75rem;
  padding: 1rem 1.15rem;
  background: rgba(10, 22, 40, 0.5);
  border: 1px dashed var(--line-strong);
  border-radius: var(--radius);
  color: var(--muted);
  font-size: 0.9rem;
  max-width: 72ch;
}

.frame-note strong { color: var(--gold-light); }

.case-grid {
  display: grid;
  gap: 1.1rem;
}

@media (min-width: 860px) {
  .case-grid { grid-template-columns: repeat(3, 1fr); }
}

.case-card {
  background: var(--navy);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 1.45rem 1.35rem 1.5rem;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.case-label {
  font-family: var(--mono);
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 0.85rem;
}

.case-card h3 { font-size: 1.2rem; margin-bottom: 0.25rem; }

.case-meta {
  color: var(--muted-2);
  font-size: 0.82rem;
  margin: 0 0 1.1rem;
}

.stat {
  margin-bottom: 0.85rem;
}

.stat strong {
  display: block;
  font-family: var(--mono);
  font-size: clamp(1.45rem, 2.5vw, 1.75rem);
  color: var(--gold-light);
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.stat span {
  display: block;
  color: var(--muted);
  font-size: 0.82rem;
  margin-top: 0.2rem;
}

.case-bullets {
  list-style: none;
  padding: 0;
  margin: auto 0 0;
  display: grid;
  gap: 0.4rem;
}

.case-bullets li {
  font-size: 0.88rem;
  color: #CBD5E1;
  padding-left: 0.9rem;
  position: relative;
}

.case-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
}

/* ——— Fit ——— */
.fit {
  background: var(--navy);
}

.fit-grid {
  display: grid;
  gap: 1.1rem;
}

@media (min-width: 800px) {
  .fit-grid { grid-template-columns: 1fr 1fr; }
}

.fit-col {
  border-radius: var(--radius-lg);
  padding: 1.6rem 1.45rem;
  border: 1px solid var(--line);
}

.fit-yes {
  background: rgba(52, 211, 153, 0.05);
  border-color: rgba(52, 211, 153, 0.28);
}

.fit-no {
  background: rgba(248, 113, 113, 0.05);
  border-color: rgba(248, 113, 113, 0.25);
}

.fit-col h3 {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.fit-yes h3 { color: var(--success); }
.fit-no h3 { color: #FCA5A5; }

.fit-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.75rem;
}

.fit-col li {
  color: #CBD5E1;
  font-size: 0.93rem;
  padding-left: 1.35rem;
  position: relative;
  line-height: 1.45;
}

.fit-yes li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--success);
  font-weight: 700;
}

.fit-no li::before {
  content: "✕";
  position: absolute;
  left: 0;
  color: #FCA5A5;
  font-weight: 700;
}

/* ——— Guarantee ——— */
.guarantee {
  background: var(--navy-2);
  border-block: 1px solid var(--line);
}

.guarantee-panel {
  display: grid;
  gap: 1.5rem;
  background:
    radial-gradient(ellipse 60% 80% at 100% 0%, rgba(196, 163, 90, 0.12), transparent 50%),
    var(--navy);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-lg);
  padding: clamp(1.6rem, 4vw, 2.5rem);
}

@media (min-width: 800px) {
  .guarantee-panel {
    grid-template-columns: 1.2fr 0.8fr;
    align-items: center;
  }
}

.guarantee-panel .lead { max-width: none; }

.guarantee-stats {
  display: grid;
  gap: 0.75rem;
}

.g-stat {
  background: rgba(10, 22, 40, 0.65);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1rem 1.1rem;
}

.g-stat strong {
  display: block;
  font-family: var(--mono);
  font-size: 1.15rem;
  color: var(--gold-light);
  letter-spacing: -0.02em;
}

.g-stat span {
  display: block;
  margin-top: 0.2rem;
  color: var(--muted);
  font-size: 0.82rem;
}

/* ——— Form ——— */
.qualify {
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(196, 163, 90, 0.1), transparent 55%),
    var(--navy);
}

.form-shell {
  max-width: 720px;
  margin: 0 auto;
  background: var(--navy-2);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-lg);
  padding: clamp(1.5rem, 4vw, 2.25rem);
  box-shadow: var(--shadow);
}

.form-shell .section-head {
  text-align: center;
  margin-bottom: 1.75rem;
}

.form-shell .section-head h2 {
  max-width: none;
  margin-inline: auto;
}

.form-shell .section-head .lead {
  margin-inline: auto;
}

.qualify-form {
  display: grid;
  gap: 1.1rem;
}

.form-row {
  display: grid;
  gap: 1.1rem;
}

@media (min-width: 640px) {
  .form-row.two { grid-template-columns: 1fr 1fr; }
}

.field { display: grid; gap: 0.4rem; }

.field label {
  font-size: 0.82rem;
  font-weight: 600;
  color: #E2E8F0;
  letter-spacing: -0.01em;
}

.field label .req {
  color: var(--gold);
  margin-left: 0.15rem;
}

.field label .opt {
  color: var(--muted-2);
  font-weight: 500;
  margin-left: 0.25rem;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  background: rgba(10, 22, 40, 0.7);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0.85rem 0.95rem;
  color: var(--white-pure);
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.field input::placeholder,
.field textarea::placeholder {
  color: var(--muted-2);
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(196, 163, 90, 0.18);
}

.field select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M1 1.5l5 5 5-5' stroke='%94A3B8' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.95rem center;
  padding-right: 2.4rem;
}

.field select option { background: var(--navy-2); color: var(--white); }

.field.is-invalid input,
.field.is-invalid select {
  border-color: var(--danger);
}

.field-error {
  display: none;
  color: var(--danger);
  font-size: 0.78rem;
}

.field.is-invalid .field-error { display: block; }

.field-url {
  position: relative;
}

.domain-preview {
  display: none;
  margin-top: 0.4rem;
  font-family: var(--mono);
  font-size: 0.75rem;
  color: var(--gold-light);
  letter-spacing: 0.02em;
}

.domain-preview.is-visible { display: block; }

.domain-preview span {
  color: var(--muted);
}

.field-hint {
  color: var(--muted-2);
  font-size: 0.78rem;
}

.form-note {
  margin: 0.25rem 0 0;
  color: var(--muted);
  font-size: 0.85rem;
  line-height: 1.5;
  text-align: center;
}

.form-success {
  display: none;
  text-align: center;
  padding: 1.5rem 0.5rem;
}

.form-success.is-visible { display: block; }

.form-success h3 {
  color: var(--success);
  margin-bottom: 0.5rem;
}

.form-success p {
  color: var(--muted);
  margin: 0;
  font-size: 0.95rem;
}

.qualify-form.is-submitted { display: none; }

/* ——— FAQ ——— */
.faq {
  background: var(--navy-2);
  border-block: 1px solid var(--line);
}

.faq-list {
  display: grid;
  gap: 0.65rem;
  max-width: 800px;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--navy);
  overflow: hidden;
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 1.1rem 1.25rem;
  font-weight: 600;
  color: var(--white-pure);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.98rem;
  letter-spacing: -0.015em;
}

.faq-item summary::-webkit-details-marker { display: none; }

.faq-item summary::after {
  content: "+";
  font-family: var(--mono);
  color: var(--gold);
  font-size: 1.15rem;
  line-height: 1;
  flex-shrink: 0;
}

.faq-item[open] summary::after { content: "−"; }

.faq-item[open] {
  border-color: var(--line-strong);
}

.faq-body {
  padding: 0 1.25rem 1.2rem;
  color: var(--muted);
  font-size: 0.93rem;
  line-height: 1.6;
}

.faq-body p { margin: 0; }

/* ——— Final CTA ——— */
.final-cta {
  background:
    radial-gradient(ellipse 80% 70% at 50% 100%, rgba(196, 163, 90, 0.14), transparent 55%),
    var(--navy);
  text-align: center;
}

.final-cta h2 {
  max-width: 18ch;
  margin-inline: auto;
}

.final-cta .lead {
  margin-inline: auto;
  max-width: 52ch;
}

.final-cta .btn { margin-top: 1.75rem; }

.final-micro {
  margin: 1rem 0 0;
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted-2);
}

/* ——— Footer ——— */
.site-footer {
  border-top: 1px solid var(--line);
  padding: 2rem 0 2.5rem;
  background: #070F1C;
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  align-items: center;
  justify-content: space-between;
}

.footer-brand {
  font-family: var(--display);
  color: var(--white-pure);
  font-size: 1rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  color: var(--muted);
  font-size: 0.85rem;
}

.footer-links a { color: var(--muted); }
.footer-links a:hover { color: var(--gold-light); }

.footer-copy {
  width: 100%;
  margin: 0.5rem 0 0;
  color: var(--muted-2);
  font-size: 0.78rem;
}

/* ——— Utils ——— */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn { transition: none; }
}


/* ——— Trust strip ——— */
.trust-strip {
  padding: 1.75rem 0;
  border-bottom: 1px solid var(--line);
  background: var(--navy-2);
}

.trust-h {
  text-align: center;
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 1.15rem;
}

.trust-h strong {
  color: var(--white-pure);
  font-weight: 600;
}

.trust-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
}

.trust-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(10, 22, 40, 0.55);
  color: var(--white);
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.trust-chip-muted {
  color: var(--muted);
  font-weight: 500;
  font-family: var(--mono);
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* ——— Comparison ——— */
.compare {
  background: var(--navy);
}

.cmp {
  display: grid;
  gap: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--navy-2);
}

@media (min-width: 860px) {
  .cmp { grid-template-columns: repeat(3, 1fr); }
}

.cmp-col {
  padding: 1.5rem 1.35rem 1.6rem;
  border-bottom: 1px solid var(--line);
}

@media (min-width: 860px) {
  .cmp-col {
    border-bottom: none;
    border-right: 1px solid var(--line);
  }
  .cmp-col:last-child { border-right: none; }
}

.cmp-label {
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted-2);
  margin: 0 0 0.35rem;
}

.cmp-col h3 {
  margin: 0 0 1.15rem;
  font-size: 1.15rem;
}

.cmp-row {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  padding: 0.65rem 0;
  border-top: 1px solid var(--line);
  color: #CBD5E1;
  font-size: 0.9rem;
  line-height: 1.4;
}

.cmp-row:first-of-type { border-top: none; }

.cmp-row .s {
  font-family: var(--mono);
  font-weight: 700;
  flex-shrink: 0;
  width: 1.1em;
}

.cmp-row .s.x { color: var(--danger); }
.cmp-row .s.o { color: var(--muted-2); }
.cmp-row .s.c { color: var(--navy); }

.cmp-win {
  background: linear-gradient(180deg, var(--gold-light), var(--gold));
  color: var(--navy);
}

.cmp-win .cmp-label { color: rgba(10, 22, 40, 0.65); }
.cmp-win h3 { color: var(--navy); }
.cmp-win .cmp-row {
  color: var(--navy);
  border-top-color: rgba(10, 22, 40, 0.12);
}
.cmp-win .cmp-row strong { font-weight: 700; }

/* ——— Video testimonials ——— */
.videos {
  background: var(--navy);
}

.video-grid {
  display: grid;
  gap: 1.1rem;
}

@media (min-width: 860px) {
  .video-grid { grid-template-columns: repeat(3, 1fr); }
}

.video-card {
  background: var(--navy-2);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 0.85rem 0.85rem 1.25rem;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.video-ph {
  aspect-ratio: 16 / 9;
  border-radius: var(--radius);
  background:
    radial-gradient(ellipse 60% 50% at 50% 45%, rgba(196, 163, 90, 0.12), transparent 60%),
    #070F1C;
  border: 1px dashed var(--line-strong);
  display: grid;
  place-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}

.video-play {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--navy);
  display: grid;
  place-items: center;
  font-size: 1rem;
  font-weight: 700;
  box-shadow: 0 8px 24px rgba(196, 163, 90, 0.35);
  padding-left: 3px;
}

.video-ph-label {
  position: absolute;
  bottom: 0.65rem;
  left: 0.65rem;
  right: 0.65rem;
  text-align: center;
  font-family: var(--mono);
  font-size: 0.65rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted-2);
}

.video-card h3 {
  font-size: 1.1rem;
  margin-bottom: 0.2rem;
}

.video-role {
  margin: 0 0 0.75rem;
  color: var(--muted-2);
  font-size: 0.82rem;
}

.video-card blockquote {
  margin: 0;
  color: #CBD5E1;
  font-size: 0.92rem;
  line-height: 1.55;
  font-style: italic;
}

/* ——— Why / stats ——— */
.why {
  background:
    linear-gradient(180deg, var(--navy-2), var(--navy));
  border-block: 1px solid var(--line);
}

.section-head-center {
  text-align: center;
  margin-inline: auto;
}

.section-head-center h2 {
  max-width: 22ch;
  margin-inline: auto;
}

.section-head-center .eyebrow {
  justify-content: center;
}

.stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: rgba(10, 22, 40, 0.45);
}

@media (min-width: 860px) {
  .stats-grid { grid-template-columns: repeat(3, 1fr); }
}

.stat-cell {
  padding: 1.5rem 1.25rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.stat-cell:nth-child(2n) { border-right: none; }

@media (min-width: 860px) {
  .stat-cell:nth-child(2n) { border-right: 1px solid var(--line); }
  .stat-cell:nth-child(3n) { border-right: none; }
  .stat-cell:nth-last-child(-n+3) { border-bottom: none; }
}

@media (max-width: 859px) {
  .stat-cell:nth-last-child(-n+2) { border-bottom: none; }
}

.st-n {
  font-family: var(--mono);
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  font-size: clamp(1.25rem, 2.8vw, 1.65rem);
  letter-spacing: -0.03em;
  color: var(--gold-light);
  line-height: 1.15;
}

.st-l {
  margin-top: 0.45rem;
  color: var(--muted);
  font-size: 0.85rem;
  line-height: 1.4;
}

.why-bio {
  margin: 1.75rem auto 0;
  max-width: 62ch;
  text-align: center;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.65;
}

/* ——— Get started ——— */
.get-started {
  background: var(--navy);
  text-align: center;
}

.get-started .section-head { margin-bottom: 1.5rem; }

.start-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  justify-content: center;
}

.guarantee-blurb {
  margin: 1.35rem auto 0;
  max-width: 48ch;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

/* Scroll offset for sticky header */
[id] { scroll-margin-top: calc(var(--header-h) + 12px); }

/* Google-style SERP climb — TSD brand frame */
.hl-num { color: var(--gold-light); }

.gserp {
  background: #fff;
  color: #202124;
  border-radius: 16px;
  border: 1px solid rgba(196, 163, 90, 0.35);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  padding: 14px 14px 12px;
  position: relative;
  overflow: hidden;
}
.gserp::before {
  content: "";
  position: absolute; inset: 0 0 auto 0; height: 3px;
  background: linear-gradient(90deg, #4285F4, #EA4335, #FBBC05, #34A853);
}

.gserp-search {
  display: flex; align-items: center; gap: 10px;
  background: #fff;
  border: 1px solid #dfe1e5;
  border-radius: 24px;
  padding: 10px 14px;
  box-shadow: 0 1px 6px rgba(32, 33, 36, 0.1);
  margin-top: 6px;
}
.gserp-g {
  width: 18px; height: 18px; border-radius: 50%;
  background: conic-gradient(#4285F4 0 25%, #EA4335 0 50%, #FBBC05 0 75%, #34A853 0);
  flex-shrink: 0;
  position: relative;
}
.gserp-g::after {
  content: ""; position: absolute; inset: 3px; border-radius: 50%; background: #fff;
}
.gserp-q {
  flex: 1; font-size: 14px; font-weight: 500; color: #202124;
  font-family: Arial, Helvetica, sans-serif;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.gserp-icons { color: #4285F4; font-size: 15px; }

.gserp-tabs {
  display: flex; gap: 14px; margin: 12px 4px 8px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px; color: #5f6368; border-bottom: 1px solid #ebebeb; padding-bottom: 8px;
}
.gserp-tabs .is-on {
  color: #1a73e8; font-weight: 600;
  box-shadow: inset 0 -2px 0 #1a73e8; padding-bottom: 8px; margin-bottom: -9px;
}

.gserp-status {
  display: flex; align-items: center; justify-content: space-between;
  font-family: var(--mono); font-size: 11px; color: #5f6368;
  margin: 4px 2px 8px;
}
.gserp-live { display: inline-flex; align-items: center; gap: 6px; }
.gserp-live i {
  width: 7px; height: 7px; border-radius: 50%; background: #34A853;
  box-shadow: 0 0 0 0 rgba(52, 168, 83, 0.45);
  animation: gserp-pulse 2s ease-out infinite; display: block;
}
@keyframes gserp-pulse {
  0% { box-shadow: 0 0 0 0 rgba(52, 168, 83, 0.45); }
  70% { box-shadow: 0 0 0 7px rgba(52, 168, 83, 0); }
  100% { box-shadow: 0 0 0 0 rgba(52, 168, 83, 0); }
}
.gserp-rank { color: #0A1628; font-weight: 700; }

.gserp-viewport {
  background: #fff;
  border-radius: 8px;
  min-height: calc(76px * 5);
  position: relative;
}
.gserp-track { display: flex; flex-direction: column; gap: 6px; }

.gserp-row {
  display: grid;
  grid-template-columns: 40px 1fr auto;
  gap: 8px;
  align-items: start;
  padding: 8px 8px 10px;
  border-radius: 8px;
  border: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease, box-shadow .25s ease;
  font-family: Arial, Helvetica, sans-serif;
}
.gserp-row.is-you {
  background: rgba(196, 163, 90, 0.12);
  border-color: rgba(196, 163, 90, 0.55);
  box-shadow: 0 6px 18px rgba(10, 22, 40, 0.08);
}
.gserp-pos {
  font-family: var(--mono); font-size: 12px; font-weight: 700;
  color: #80868b; padding-top: 4px; font-variant-numeric: tabular-nums;
}
.gserp-row.is-you .gserp-pos { color: #0A1628; }
.gserp-url {
  font-size: 12px; color: #202124; margin-bottom: 2px;
  display: flex; align-items: center; gap: 8px;
}
.gserp-you-tag {
  font-family: var(--mono); font-size: 9px; font-weight: 800; letter-spacing: .06em;
  background: #C4A35A; color: #0A1628; padding: 2px 5px; border-radius: 3px;
}
.gserp-title {
  font-size: 15px; line-height: 1.25; color: #1a0dab; font-weight: 400;
  margin-bottom: 2px;
}
.gserp-row.is-you .gserp-title { color: #0A1628; font-weight: 700; }
.gserp-snip {
  font-size: 12px; line-height: 1.35; color: #4d5156;
}
.gserp-move {
  font-family: var(--mono); font-size: 12px; font-weight: 800;
  color: #188038; padding-top: 4px; white-space: nowrap;
}

.gserp-foot {
  display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
  margin-top: 10px; padding-top: 10px; border-top: 1px solid #ebebeb;
  font-family: var(--mono); font-size: 11px; color: #5f6368;
}
#gserp-delta { color: #188038; font-weight: 800; }
.gserp-foot-mid { color: #0A1628; font-weight: 700; }

@media (prefers-reduced-motion: reduce) {
  .gserp-live i { animation: none; }
}
