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

:root {
  --seo-bg: #f8f7f4;
  --seo-panel: #ffffff;
  --seo-dark: #1a1a2e;
  --seo-muted: #5f6270;
  --seo-soft: #ece8e2;
  --seo-accent: #8b2252;
  --seo-accent-strong: #a62d65;
  --seo-radius: 8px;
}

body {
  margin: 0;
  background: var(--seo-bg);
  color: var(--seo-dark);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

body, a, button {
  letter-spacing: 0;
}

a {
  color: inherit;
}

.seo-growth-nav {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 6vw, 72px);
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(26,26,46,.08);
  backdrop-filter: blur(18px);
}

.seo-growth-brand {
  font-family: Oswald, Inter, sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.seo-growth-brand::after {
  content: "";
  display: block;
  width: 72px;
  height: 3px;
  margin-top: 4px;
  background: var(--seo-accent);
}

.seo-growth-nav-links {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 14px;
  font-weight: 700;
}

.seo-growth-nav-links a {
  text-decoration: none;
}

.seo-growth-nav-cta,
.seo-growth-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 6px;
  background: var(--seo-accent);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.seo-growth-nav-cta:hover,
.seo-growth-button:hover {
  background: var(--seo-accent-strong);
}

.seo-growth-button.secondary {
  background: transparent;
  color: var(--seo-dark);
  border: 1px solid rgba(26,26,46,.16);
}

.seo-growth-hero .seo-growth-button.secondary {
  background: rgba(255,255,255,.1);
  color: #fff;
  border-color: rgba(255,255,255,.34);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.04);
}

.seo-growth-hero .seo-growth-button.secondary:hover {
  background: rgba(255,255,255,.18);
  color: #fff;
  border-color: rgba(255,255,255,.54);
}

.seo-growth-hero {
  position: relative;
  min-height: 620px;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #0b0d17;
}

.seo-growth-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .72;
}

.seo-growth-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10,14,25,.94) 0%, rgba(10,14,25,.72) 42%, rgba(10,14,25,.2) 100%),
    radial-gradient(circle at 20% 80%, rgba(139,34,82,.42), transparent 46%);
}

.seo-growth-hero-content {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 40px));
  padding: 110px clamp(20px, 6vw, 72px) 88px;
  color: #fff;
}

.seo-growth-eyebrow,
.seo-growth-kicker {
  margin: 0 0 14px;
  color: var(--seo-accent);
  font-family: Oswald, Inter, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.seo-growth-hero h1,
.seo-growth-section h2,
.seo-growth-cta h2 {
  margin: 0;
  font-family: Oswald, Inter, sans-serif;
  font-weight: 800;
  line-height: .98;
  letter-spacing: 0;
  text-transform: uppercase;
}

.seo-growth-hero h1 {
  max-width: 1040px;
  font-size: clamp(48px, 7.2vw, 96px);
}

.seo-growth-hero p {
  max-width: 620px;
  margin: 24px 0 0;
  color: rgba(255,255,255,.72);
  font-size: 18px;
}

.seo-growth-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.seo-growth-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: var(--seo-accent);
  color: #fff;
}

.seo-growth-proof div {
  min-height: 112px;
  display: grid;
  place-items: center;
  padding: 20px;
  border-right: 1px solid rgba(255,255,255,.16);
  text-align: center;
  font-weight: 800;
}

.seo-growth-section {
  padding: 82px clamp(20px, 6vw, 72px);
}

.seo-growth-section.alt {
  background: #fff;
}

.seo-growth-section-inner {
  max-width: 1160px;
  margin: 0 auto;
}

.seo-growth-section h2 {
  max-width: 820px;
  font-size: clamp(34px, 4.8vw, 62px);
}

.seo-growth-lead {
  max-width: 700px;
  margin: 18px 0 0;
  color: var(--seo-muted);
  font-size: 17px;
}

.seo-growth-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 36px;
}

.seo-growth-card,
.seo-growth-panel {
  border: 1px solid rgba(26,26,46,.1);
  border-radius: var(--seo-radius);
  background: var(--seo-panel);
  padding: 24px;
}

.seo-growth-card h3,
.seo-growth-panel h3 {
  margin: 0 0 10px;
  font-family: Oswald, Inter, sans-serif;
  font-size: 22px;
  line-height: 1.1;
  text-transform: uppercase;
}

.seo-growth-card p,
.seo-growth-panel p {
  margin: 0;
  color: var(--seo-muted);
  font-size: 15px;
}

.seo-growth-split {
  display: grid;
  grid-template-columns: 1fr .82fr;
  gap: 34px;
  align-items: start;
}

.seo-growth-list {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.seo-growth-list li {
  padding: 13px 0;
  border-bottom: 1px solid rgba(26,26,46,.1);
  color: var(--seo-muted);
}

.seo-growth-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.seo-growth-links a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(26,26,46,.14);
  border-radius: 6px;
  text-decoration: none;
  font-weight: 800;
}

.seo-growth-faq {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 34px;
}

.seo-growth-cta {
  padding: 74px clamp(20px, 6vw, 72px);
  background: var(--seo-dark);
  color: #fff;
}

.seo-growth-cta-inner {
  max-width: 980px;
  margin: 0 auto;
}

.seo-growth-cta h2 {
  font-size: clamp(34px, 5vw, 64px);
}

.seo-growth-cta p {
  max-width: 620px;
  color: rgba(255,255,255,.7);
}

@media (max-width: 860px) {
  .seo-growth-nav {
    position: static;
    align-items: flex-start;
    flex-direction: column;
  }

  .seo-growth-nav-links {
    width: 100%;
    flex-wrap: wrap;
    gap: 10px 14px;
    overflow-x: visible;
    padding-bottom: 0;
  }

  .seo-growth-hero {
    min-height: 560px;
  }

  .seo-growth-hero-content {
    width: 100%;
    padding: 80px 20px 70px;
  }

  .seo-growth-proof,
  .seo-growth-grid,
  .seo-growth-faq,
  .seo-growth-split {
    grid-template-columns: 1fr;
  }

  .seo-growth-proof div {
    min-height: 86px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.16);
  }
}

@media (max-width: 520px) {
  .seo-growth-hero h1 {
    font-size: clamp(42px, 11vw, 48px);
    line-height: 1;
  }
}
