:root {
  --ink: #111012;
  --charcoal: #1e1a1c;
  --panel: #f5f2eb;
  --paper: #fbfaf7;
  --line: rgba(17, 16, 18, 0.12);
  --muted: #716b67;
  --teal: #9a7a43;
  --teal-dark: #6d552e;
  --gold: #b79255;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(17, 16, 18, 0.18);
}

body.product-page .product-hero__inner {
  width: min(1240px, calc(100% - 64px));
  grid-template-columns: minmax(0, 820px) minmax(280px, 360px);
  margin-inline: auto;
}

/* Final visible polish overrides */
.hero-content {
  width: min(920px, 100%);
}

.hero-content h1 {
  max-width: 860px;
  font-size: clamp(3rem, 4.35vw, 5.15rem);
  line-height: 1.02;
}

.hero-content .hero-subtitle {
  max-width: 680px;
  font-size: clamp(1.08rem, 1.35vw, 1.34rem);
  line-height: 1.55;
}

.hero-content .hero-copy {
  max-width: 720px;
}

.site-header {
  min-height: 78px;
  flex-wrap: nowrap;
  gap: 16px;
  padding-block: 14px;
}

.nav-links {
  flex-wrap: nowrap;
  gap: clamp(10px, 1.15vw, 18px);
  white-space: nowrap;
}

.brand span:last-child {
  white-space: nowrap;
}

.blog-hero {
  grid-template-columns: minmax(0, 1fr);
}

.blog-hero-media {
  display: none;
}

.featured-article {
  grid-template-columns: minmax(0, 1fr);
}

.blog-card-media-featured {
  min-height: 180px;
  border: 0;
  background:
    linear-gradient(135deg, rgba(183, 146, 85, 0.28), rgba(17, 16, 18, 0.94)),
    #1e1a1c;
}

.blog-card-media-featured img {
  display: none;
}

.blog-card-media-featured::before {
  content: "01";
  position: absolute;
  top: 22px;
  left: 24px;
  color: rgba(255, 255, 255, 0.94);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3rem;
  line-height: 1;
}

@media (max-width: 1180px) {
  .nav-links a[href*="#services"],
  .nav-links a[href*="#security"],
  .nav-links a[href*="#creators"],
  .nav-links a[href*="#faq"] {
    display: none;
  }
}

@media (max-width: 900px) {
  .site-header {
    min-height: auto;
  }

  .hero-content h1 {
    font-size: clamp(2.65rem, 11vw, 4.1rem);
  }
}

body.product-page .product-hero__content h1 {
  max-width: none;
  font-size: clamp(4rem, 7vw, 6.9rem);
  line-height: 0.94;
}

body.product-page .product-hero__content .hero-subtitle {
  max-width: 820px;
}

body.product-page .product-hero__content .hero-copy {
  max-width: 760px;
}

@media (max-width: 820px) {
  body.product-page .product-hero__inner {
    width: min(100% - 32px, 680px);
    grid-template-columns: 1fr;
  }

body.product-page .product-hero__content h1 {
    font-size: clamp(3rem, 17vw, 4.6rem);
  }
}

/* End-of-file overrides for the visible homepage/product/blog/header issues. */
.hero-content {
  width: min(920px, 100%);
}

.hero-content h1 {
  max-width: 860px;
  font-size: clamp(3rem, 4.35vw, 5.15rem);
  line-height: 1.02;
}

.hero-content .hero-subtitle {
  max-width: 680px;
  font-size: clamp(1.08rem, 1.35vw, 1.34rem);
  line-height: 1.55;
}

.hero-content .hero-copy {
  max-width: 720px;
}

.site-header {
  min-height: 78px;
  flex-wrap: nowrap;
  gap: 16px;
  padding-block: 14px;
}

.nav-links {
  flex-wrap: nowrap;
  gap: clamp(10px, 1.15vw, 18px);
  white-space: nowrap;
}

.brand span:last-child {
  white-space: nowrap;
}

.blog-hero {
  grid-template-columns: minmax(0, 1fr);
}

.blog-hero-media {
  display: none;
}

.featured-article {
  grid-template-columns: minmax(0, 1fr);
}

.blog-card-media-featured {
  position: relative;
  min-height: 180px;
  border: 0;
  background:
    linear-gradient(135deg, rgba(183, 146, 85, 0.28), rgba(17, 16, 18, 0.94)),
    #1e1a1c;
}

.blog-card-media-featured img {
  display: none;
}

.blog-card-media-featured::before {
  content: "01";
  position: absolute;
  top: 22px;
  left: 24px;
  color: rgba(255, 255, 255, 0.94);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3rem;
  line-height: 1;
}

@media (max-width: 1180px) {
  .nav-links a[href*="#services"],
  .nav-links a[href*="#security"],
  .nav-links a[href*="#creators"],
  .nav-links a[href*="#faq"] {
    display: none;
  }
}

@media (max-width: 900px) {
  .site-header {
    min-height: auto;
  }

  .hero-content h1 {
    font-size: clamp(2.65rem, 11vw, 4.1rem);
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

a {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  display: block;
  max-width: 100%;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px clamp(20px, 5vw, 72px);
  color: var(--white);
  backdrop-filter: blur(18px);
  background: rgba(12, 11, 13, 0.58);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

body.inner-page .site-header {
  background: rgba(17, 16, 18, 0.96);
  color: var(--white);
}

.site-header nav {
  flex-shrink: 0;
}

.product-page {
  background: var(--paper);
}

.product-hero {
  position: relative;
  min-height: 82vh;
  overflow: hidden;
  color: var(--white);
  background: #111012;
}

.product-hero__media {
  position: absolute;
  inset: 0;
  background-image: url("assets/hero-creator-management.png");
  background-position: center;
  background-size: cover;
  filter: saturate(0.8) contrast(1.02);
}

.product-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(13, 11, 13, 0.94), rgba(13, 11, 13, 0.72) 48%, rgba(13, 11, 13, 0.28)),
    linear-gradient(180deg, rgba(13, 11, 13, 0.45), rgba(13, 11, 13, 0.78));
}

.product-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(1180px, calc(100% - 40px));
  min-height: 82vh;
  grid-template-columns: minmax(0, 780px) minmax(260px, 340px);
  gap: clamp(32px, 6vw, 86px);
  align-items: center;
  margin: 0 auto;
  padding: clamp(124px, 16vh, 168px) 0 64px;
}

.product-hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0;
}

.product-hero__content h1 {
  max-width: 900px;
  font-size: clamp(3.3rem, 6.5vw, 6.1rem);
  line-height: 0.96;
}

.product-hero__content .hero-subtitle {
  max-width: 760px;
  font-size: clamp(1.18rem, 1.8vw, 1.48rem);
}

.product-hero__content .hero-copy {
  max-width: 720px;
}

.product-hero__price {
  align-self: end;
  display: grid;
  gap: 6px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(17, 16, 18, 0.58);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(16px);
}

.product-hero__price span {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-hero__price strong {
  color: var(--white);
  font-size: clamp(1.8rem, 3.8vw, 2.8rem);
  line-height: 1.05;
  overflow-wrap: anywhere;
}

.product-hero__price small {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.92rem;
}

.product-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.8fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.product-checks {
  display: grid;
  gap: 12px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.product-checks li {
  position: relative;
  padding-left: 24px;
  color: var(--charcoal);
}

.product-checks li::before {
  position: absolute;
  top: 0.74em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--gold);
  content: "";
}

.product-books {
  background: var(--panel);
}

.pricing-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0 30px;
}

.pricing-row div {
  display: grid;
  gap: 5px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.pricing-row span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pricing-row strong {
  color: var(--charcoal);
  font-size: clamp(1.08rem, 1.45vw, 1.45rem);
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.book-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.book-card {
  display: grid;
  gap: 10px;
  align-content: start;
  min-height: 430px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.book-card span {
  color: var(--gold);
  font-size: 0.84rem;
  font-weight: 900;
}

.book-card h3 {
  margin: 0;
  color: var(--charcoal);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  line-height: 1.15;
}

.book-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.96rem;
}

.book-card__chapters {
  display: grid;
  gap: 8px;
  margin-top: 6px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.book-card__chapters strong {
  color: var(--charcoal);
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.book-card__chapters ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.38;
}

.book-card__link {
  align-self: end;
  justify-self: start;
  margin-top: 8px;
  color: var(--teal-dark);
  font-size: 0.9rem;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.product-outcomes {
  background: var(--paper);
}

.outcome-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}

.outcome-grid div {
  min-height: 112px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--charcoal);
  font-weight: 750;
}

.security-panel {
  margin-top: 26px;
  padding: 22px;
  border-left: 4px solid var(--gold);
  background: var(--panel);
}

.security-panel h3 {
  margin-bottom: 8px;
}

.security-panel p {
  margin: 0;
}

.product-faq {
  background: var(--panel);
}

.faq-list {
  display: grid;
  gap: 10px;
  max-width: 880px;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.faq-list summary {
  cursor: pointer;
  padding: 18px 20px;
  color: var(--charcoal);
  font-weight: 850;
}

.faq-list details p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--muted);
}

.product-buy__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 460px);
  gap: clamp(28px, 5vw, 68px);
  align-items: start;
}

.checkout-panel {
  display: grid;
  gap: 18px;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 50px rgba(17, 16, 18, 0.1);
}

.checkout-panel label {
  display: grid;
  gap: 8px;
  color: var(--charcoal);
  font-size: 0.9rem;
  font-weight: 800;
}

.checkout-panel input,
.checkout-panel select {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--paper);
  color: var(--ink);
  font: inherit;
  padding: 11px 13px;
}

.checkout-panel button:disabled {
  cursor: wait;
  opacity: 0.64;
}

.form-status {
  min-height: 22px;
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.cookie-consent {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 1000;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  width: min(980px, calc(100% - 32px));
  margin: 0 auto;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(17, 16, 18, 0.96);
  color: var(--white);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28);
}

.cookie-consent strong {
  display: block;
  margin-bottom: 4px;
  color: var(--gold);
  font-size: 0.88rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.cookie-consent p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.92rem;
  line-height: 1.45;
}

.cookie-consent nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

.cookie-consent a {
  color: var(--white);
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cookie-consent button {
  min-height: 44px;
  border: 0;
  border-radius: 6px;
  background: var(--gold);
  color: #17140f;
  padding: 0 16px;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 900;
  cursor: pointer;
  white-space: nowrap;
}

.product-success {
  min-height: 76vh;
  display: grid;
  align-items: center;
  padding-top: 120px;
}

@media (max-width: 820px) {
  .product-hero__inner,
  .product-intro__grid {
    grid-template-columns: 1fr;
  }

  .product-hero__inner {
    width: min(100% - 32px, 680px);
    min-height: 86vh;
    padding-top: 118px;
  }

  .product-hero__content h1 {
    font-size: clamp(3rem, 17vw, 4.6rem);
  }

  .product-hero__price {
    align-self: auto;
  }

  .book-grid {
    grid-template-columns: 1fr;
  }

  .pricing-row {
    grid-template-columns: 1fr;
  }

  .outcome-grid {
    grid-template-columns: 1fr;
  }

  .product-buy__grid {
    grid-template-columns: 1fr;
  }

  .cookie-consent {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .cookie-consent button {
    width: 100%;
  }
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  letter-spacing: 0;
}

.brand-mark {
  display: grid;
  width: 88px;
  height: 48px;
  place-items: center;
  border: 0;
  background: url("assets/logo-512.png") center / contain no-repeat;
  color: transparent;
  overflow: hidden;
  font-size: 0;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 1.8vw, 22px);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.88rem;
}

.nav-links a[href*="/blog/"],
.nav-links a[href*="/starter-kit/"] {
  color: var(--white);
  font-weight: 850;
}

.nav-links a:hover {
  color: var(--white);
}

.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
}

.language-switch a {
  display: inline-flex;
  min-width: 34px;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 850;
}

.language-switch a:hover,
.language-switch a.active {
  background: rgba(255, 255, 255, 0.14);
  color: var(--white);
}

.hero {
  position: relative;
  min-height: 88vh;
  overflow: hidden;
  color: var(--white);
  background: #111012;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  background-image: url("assets/hero-creator-management.png");
  background-position: center;
  background-size: cover;
  filter: saturate(0.82) contrast(1.03);
  transform: scale(1.02);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(13, 11, 13, 0.94) 0%, rgba(18, 14, 17, 0.76) 42%, rgba(18, 14, 17, 0.2) 100%),
    linear-gradient(180deg, rgba(13, 11, 13, 0.5) 0%, rgba(13, 11, 13, 0.1) 42%, rgba(13, 11, 13, 0.78) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(760px, 100%);
  padding: clamp(118px, 13vh, 152px) clamp(20px, 6vw, 84px) 48px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 16px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 720px;
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.8rem, 4.7vw, 4.35rem);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: 0;
}

h2 {
  max-width: 840px;
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4.8vw, 4.4rem);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.14rem;
  line-height: 1.25;
}

.hero-subtitle {
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1.2rem, 1.7vw, 1.46rem);
}

.hero-copy {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 26px 0 26px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--gold);
  color: #17140f;
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.hero-note {
  max-width: 680px;
  padding-left: 18px;
  border-left: 2px solid var(--gold);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 700px;
  margin-top: 22px;
}

.hero-proof span {
  min-height: 38px;
  padding: 11px 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.86rem;
  font-weight: 800;
}

.section {
  padding: clamp(74px, 10vw, 128px) clamp(20px, 5vw, 72px);
  scroll-margin-top: 108px;
}

.section-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.intro-band {
  background: #111012;
  color: var(--white);
  padding-block: clamp(58px, 7vw, 86px);
}

.intro-grid {
  display: block;
  width: min(920px, 100%);
  margin: 0 auto;
}

.intro-grid h2 {
  margin-bottom: 24px;
  max-width: 900px;
}

.intro-grid p:last-child {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.05rem;
  max-width: 760px;
}

.conversion-strip {
  padding-block: 26px;
  border-top: 1px solid rgba(183, 146, 85, 0.24);
  border-bottom: 1px solid rgba(183, 146, 85, 0.24);
  background:
    linear-gradient(90deg, #111012 0%, #1c1817 54%, #111012 100%);
  color: var(--white);
}

.conversion-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
}

.conversion-grid div {
  display: grid;
  gap: 5px;
}

.conversion-grid strong {
  font-size: 1rem;
}

.conversion-grid span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
}

.conversion-grid .button {
  white-space: nowrap;
}

.section-heading {
  display: flex;
  margin-bottom: 34px;
  flex-direction: column;
}

.audience-section,
.process-section,
.article-section {
  background: var(--paper);
}

.audience-grid,
.process-grid,
.objection-grid,
.article-teaser-grid {
  display: grid;
  gap: 16px;
}

.audience-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.audience-grid article,
.process-grid article,
.objection-grid article,
.article-teaser-grid a {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 1px 0 rgba(18, 22, 22, 0.04);
}

.audience-grid article,
.objection-grid article {
  min-height: 220px;
  padding: 26px;
}

.audience-grid p,
.process-grid p,
.objection-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.process-section {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.process-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  counter-reset: process;
}

.process-grid article {
  min-height: 245px;
  padding: 30px;
}

.process-grid span {
  display: inline-flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  border-radius: 50%;
  border: 1px solid rgba(183, 146, 85, 0.42);
  background: rgba(183, 146, 85, 0.12);
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
}

.objection-section {
  background: #f5f1e8;
}

.objection-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.article-section {
  border-top: 1px solid var(--line);
}

.article-teaser-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.article-teaser-grid a {
  display: grid;
  min-height: 168px;
  align-content: space-between;
  gap: 18px;
  padding: 22px;
  color: var(--ink);
}

.article-teaser-grid a:hover {
  border-color: rgba(36, 95, 91, 0.38);
  transform: translateY(-2px);
}

.article-teaser-grid span {
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article-teaser-grid strong {
  font-size: 1rem;
  line-height: 1.28;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.service-card {
  min-height: 238px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 1px 0 rgba(18, 22, 22, 0.04);
}

.service-number {
  display: inline-block;
  margin-bottom: 28px;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.7rem;
}

.service-card p,
.split-grid p,
.apply-copy p,
.faq-list p {
  color: var(--muted);
}

.split-section {
  background: var(--panel);
}

.split-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.9fr);
  gap: clamp(28px, 6vw, 82px);
  align-items: center;
}

.split-grid p {
  margin-bottom: 0;
  font-size: 1.12rem;
}

.why-section {
  background:
    linear-gradient(180deg, #0f0e10 0%, #171513 100%);
  color: var(--white);
}

.why-section .section-heading {
  max-width: 820px;
  margin-bottom: 42px;
}

.why-section h2 {
  max-width: 780px;
}

.security-section {
  background: #1a1518;
  color: var(--white);
}

.security-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 26px;
}

.security-grid article {
  min-height: 220px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
}

.security-grid p,
.security-note {
  color: rgba(255, 255, 255, 0.68);
}

.security-note {
  max-width: 840px;
  margin-bottom: 0;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 clamp(34px, 6vw, 82px);
  margin: 12px 0 38px;
  counter-reset: proof;
  border: 0;
}

.proof-grid article {
  position: relative;
  display: block;
  min-height: 0;
  padding: 30px 0;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  background: transparent;
  color: rgba(255, 255, 255, 0.9);
  box-shadow: none;
}

.proof-grid article:nth-last-child(-n + 2) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.proof-grid article::before {
  display: inline-flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(183, 146, 85, 0.36);
  border-radius: 50%;
  background: rgba(183, 146, 85, 0.1);
  color: var(--gold);
  content: counter(proof, decimal-leading-zero);
  counter-increment: proof;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 18px;
}

.proof-grid h3 {
  margin-bottom: 8px;
  color: var(--white);
  font-size: 1.06rem;
}

.proof-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.95rem;
  line-height: 1.62;
}

.disclaimer {
  max-width: 760px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.68);
}

.apply-section {
  background: var(--paper);
}

.apply-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(420px, 1fr);
  gap: clamp(32px, 7vw, 92px);
  align-items: start;
}

.apply-copy {
  position: sticky;
  top: 116px;
}

.apply-reassurance {
  display: grid;
  gap: 8px;
  margin-top: 26px;
  padding: 18px;
  border: 1px solid rgba(36, 95, 91, 0.2);
  border-radius: 8px;
  background: rgba(36, 95, 91, 0.08);
  color: var(--ink);
}

.apply-reassurance span {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.apply-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

label {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 8px;
  color: var(--charcoal);
  font-size: 0.88rem;
  font-weight: 800;
}

label small {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.35;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(18, 22, 22, 0.16);
  border-radius: 4px;
  background: #fbfaf7;
  color: var(--ink);
  font: inherit;
  font-weight: 500;
  padding: 12px 13px;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 2px solid rgba(36, 95, 91, 0.28);
  border-color: var(--teal);
}

input[type="file"] {
  padding: 10px;
}

.full-width {
  grid-column: 1 / -1;
}

.checkbox {
  display: grid;
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 10px;
  color: var(--muted);
  font-weight: 650;
}

.checkbox input {
  width: 18px;
  min-height: 18px;
  margin-top: 3px;
}

.apply-form .button {
  width: 100%;
  border: 0;
}

.form-status {
  min-height: 22px;
  margin: 0;
  color: var(--teal-dark);
  font-weight: 750;
}

.faq-section {
  background: var(--panel);
}

.faq-list {
  display: grid;
  gap: 10px;
}

details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

summary {
  cursor: pointer;
  padding: 22px 24px;
  color: var(--ink);
  font-weight: 850;
}

details p {
  margin: 0;
  padding: 0 24px 22px;
}

.site-footer {
  background: #0d0c0e;
  color: var(--white);
  padding: 42px clamp(20px, 5vw, 72px) 28px;
}

.footer-inner {
  display: flex;
  width: min(1180px, 100%);
  margin: 0 auto;
  align-items: flex-start;
  justify-content: space-between;
  gap: 36px;
}

.footer-brand {
  margin-bottom: 12px;
}

.site-footer p {
  max-width: 440px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.62);
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px 24px;
  color: rgba(255, 255, 255, 0.72);
}

.site-footer nav a:hover {
  color: var(--white);
}

.legal-page-main {
  min-height: 72vh;
  padding: clamp(170px, 18vh, 220px) clamp(20px, 5vw, 72px) clamp(70px, 9vw, 118px);
  background: var(--paper);
}

.questionnaire-main {
  padding-top: clamp(54px, 8vh, 92px);
}

.legal-page-content {
  width: min(900px, 100%);
  margin: 0 auto;
}

.questionnaire-language {
  display: inline-flex;
  gap: 6px;
  margin-bottom: 30px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
}

.questionnaire-language a {
  display: inline-flex;
  min-width: 42px;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 850;
}

.questionnaire-language a.active,
.questionnaire-language a:hover {
  background: var(--ink);
  color: var(--white);
}

.auto-date-note {
  margin: -4px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 650;
}

.legal-page-content h1 {
  color: var(--ink);
}

.blog-page-main {
  padding-top: clamp(142px, 15vh, 184px);
}

.blog-page-content {
  width: min(1180px, 100%);
}

.blog-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: center;
  margin-bottom: clamp(28px, 5vw, 56px);
}

.blog-hero-copy {
  max-width: 720px;
}

.blog-hero-media,
.blog-card-media {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--ink);
}

.blog-hero-media {
  aspect-ratio: 1.28 / 1;
  min-height: 0;
  margin: 0;
  box-shadow: var(--shadow);
}

.blog-hero-media img,
.blog-card-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.featured-article {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 42px);
  align-items: center;
  margin: 0 0 30px;
  padding: clamp(18px, 3vw, 30px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.featured-article h2 {
  margin-top: 0;
  font-size: clamp(1.75rem, 3vw, 2.7rem);
}

.blog-card-media-featured {
  aspect-ratio: 1.35 / 1;
}

.blog-card-media-featured img {
  object-position: 70% center;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.blog-card {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 36px rgba(17, 22, 21, 0.07);
}

.blog-card:hover {
  transform: translateY(-2px);
  transition: transform 180ms ease, border-color 180ms ease;
  border-color: rgba(185, 141, 76, 0.48);
}

.blog-card .blog-card-media {
  position: relative;
  min-height: 100%;
  aspect-ratio: auto;
  border: 0;
  border-right: 1px solid var(--line);
  border-radius: 0;
  background: #1d2020;
}

.blog-card .blog-card-media img {
  display: none;
}

.blog-card .blog-card-media::before {
  content: "02";
  position: absolute;
  top: 18px;
  left: 18px;
  color: rgba(255, 255, 255, 0.92);
  font-family: var(--font-display);
  font-size: 2.2rem;
  line-height: 1;
}

.blog-card .blog-card-media::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  height: 2px;
  background: rgba(255, 255, 255, 0.48);
}

.blog-card:nth-child(1) .blog-card-media {
  background: #213331;
}

.blog-card:nth-child(2) .blog-card-media {
  background: #4a3142;
}

.blog-card:nth-child(2) .blog-card-media::before {
  content: "03";
}

.blog-card:nth-child(3) .blog-card-media {
  background: #3e3a2b;
}

.blog-card:nth-child(3) .blog-card-media::before {
  content: "04";
}

.blog-card:nth-child(4) .blog-card-media {
  background: #252b38;
}

.blog-card:nth-child(4) .blog-card-media::before {
  content: "05";
}

.blog-card-body {
  display: grid;
  gap: 9px;
  padding: 22px;
}

.blog-card-body h2 {
  margin: 0;
  font-size: clamp(1.18rem, 1.65vw, 1.42rem);
  line-height: 1.16;
}

.blog-card-body p {
  margin: 0;
  font-size: 0.96rem;
}

.blog-read-link {
  margin-top: 6px;
  color: var(--gold);
  font-size: 0.84rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.blog-read-link:hover {
  color: var(--ink);
}

.blog-cta {
  margin-top: clamp(30px, 5vw, 54px);
}

.legal-page-content h2 {
  margin-top: 36px;
  font-size: clamp(1.65rem, 3vw, 2.4rem);
}

.legal-page-content p,
.legal-page-content li {
  color: var(--muted);
}

.legal-page-content ul {
  padding-left: 22px;
}

.legal-page-content .button {
  width: auto;
  margin-top: 14px;
}

.article-date {
  margin: -6px 0 24px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 750;
}

.article-list {
  display: grid;
  gap: 28px;
  margin-top: 34px;
}

.article-list article {
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
}

.article-list article:last-child {
  border-bottom: 0;
}

.article-list h2 {
  margin-bottom: 8px;
}

.contact-form {
  display: grid;
  gap: 18px;
  margin-top: 28px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.contact-form .button {
  width: 100%;
}

.honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.button:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.legal-callout {
  margin: 26px 0;
  padding: 22px;
  border-left: 3px solid var(--gold);
  background: rgba(183, 146, 85, 0.11);
  color: var(--ink);
}

.legal {
  display: flex;
  width: min(1180px, 100%);
  margin: 34px auto 0;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 20px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.85rem;
}

@media (max-width: 900px) {
  .site-header {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 14px;
  }

  .nav-links {
    grid-column: 1 / -1;
    width: 100%;
    justify-content: flex-start;
    gap: 10px 18px;
    overflow-x: visible;
    padding-bottom: 2px;
  }

  .language-switch {
    justify-self: end;
  }

  .hero-content {
    padding-top: 158px;
  }

  .legal-page-main {
    padding-top: 230px;
  }

  .questionnaire-main {
    padding-top: 54px;
  }

  .intro-grid,
  .split-grid,
  .conversion-grid,
  .apply-grid {
    grid-template-columns: 1fr;
  }

  .apply-copy {
    position: static;
  }

  .services-grid,
  .audience-grid,
  .process-grid,
  .objection-grid,
  .article-teaser-grid,
  .security-grid,
  .proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .conversion-grid .button {
    width: 100%;
  }

  .footer-inner,
  .legal {
    flex-direction: column;
  }

  .site-footer nav {
    justify-content: flex-start;
  }
}

@media (max-width: 620px) {
  .brand {
    font-size: 0.94rem;
  }

  .brand-mark {
    width: 76px;
    height: 42px;
  }

  .site-header {
    padding: 16px 20px;
  }

  .language-switch a {
    min-width: 30px;
    min-height: 28px;
    font-size: 0.72rem;
  }

  .hero {
    min-height: 88svh;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(13, 11, 13, 0.95) 0%, rgba(18, 14, 17, 0.8) 72%, rgba(18, 14, 17, 0.48) 100%),
      linear-gradient(180deg, rgba(13, 11, 13, 0.42) 0%, rgba(13, 11, 13, 0.16) 38%, rgba(13, 11, 13, 0.88) 100%);
  }

  .hero-actions {
    flex-direction: column;
    margin: 20px 0;
  }

  .hero-note {
    display: none;
  }

  .hero-content {
    padding-top: 128px;
    padding-bottom: 34px;
  }

  .legal-page-main {
    padding-top: 220px;
  }

  .blog-page-main {
    padding-top: 154px;
  }

  .questionnaire-main {
    padding-top: 38px;
  }

  h1 {
    font-size: clamp(2.45rem, 13vw, 3.05rem);
  }

  .hero-copy {
    font-size: 0.96rem;
  }

  .button {
    width: 100%;
  }

  .services-grid,
  .audience-grid,
  .process-grid,
  .objection-grid,
  .article-teaser-grid,
  .blog-hero,
  .featured-article,
  .blog-grid,
  .security-grid,
  .proof-grid,
  .apply-form {
    grid-template-columns: 1fr;
  }

  .blog-card {
    grid-template-columns: 1fr;
  }

  .blog-card .blog-card-media {
    min-height: 92px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .blog-card .blog-card-media::before {
    font-size: 1.9rem;
  }

  .hero-proof span {
    flex: 1 1 100%;
  }

  .service-card,
  .audience-grid article,
  .process-grid article,
  .objection-grid article,
  .article-teaser-grid a {
    min-height: auto;
  }

  .section {
    padding-block: 68px;
  }
}

body.product-page .product-hero__inner {
  width: min(1240px, calc(100% - 64px));
  grid-template-columns: minmax(0, 820px) minmax(280px, 360px);
  margin-inline: auto;
}

body.product-page .product-hero__content h1 {
  max-width: none;
  font-size: clamp(4rem, 7vw, 6.9rem);
  line-height: 0.94;
}

body.product-page .product-hero__content .hero-subtitle {
  max-width: 820px;
}

body.product-page .product-hero__content .hero-copy {
  max-width: 760px;
}

@media (max-width: 820px) {
  body.product-page .product-hero__inner {
    width: min(100% - 32px, 680px);
    grid-template-columns: 1fr;
  }

  body.product-page .product-hero__content h1 {
    font-size: clamp(3rem, 17vw, 4.6rem);
  }
}

/* Final homepage/header/blog overrides. Keep these at the end of the file. */
body:not(.product-page) .hero-content {
  width: min(920px, 100%);
}

body:not(.product-page) .hero-content h1 {
  max-width: 860px;
  font-size: clamp(3rem, 4.35vw, 5.15rem);
  line-height: 1.02;
}

body:not(.product-page) .hero-content .hero-subtitle {
  max-width: 680px;
  font-size: clamp(1.08rem, 1.35vw, 1.34rem);
  line-height: 1.55;
}

body:not(.product-page) .hero-content .hero-copy {
  max-width: 720px;
}

.site-header {
  min-height: 78px;
  flex-wrap: nowrap;
  gap: 16px;
  padding-block: 14px;
}

.nav-links {
  flex-wrap: nowrap;
  gap: clamp(10px, 1.15vw, 18px);
  white-space: nowrap;
}

.brand span:last-child {
  white-space: nowrap;
}

.blog-hero {
  grid-template-columns: minmax(0, 1fr);
}

.blog-hero-media {
  display: none;
}

.featured-article {
  grid-template-columns: minmax(0, 1fr);
}

.blog-card-media-featured {
  position: relative;
  min-height: 180px;
  border: 0;
  background:
    linear-gradient(135deg, rgba(183, 146, 85, 0.28), rgba(17, 16, 18, 0.94)),
    #1e1a1c;
}

.blog-card-media-featured img {
  display: none;
}

.blog-card-media-featured::before {
  content: "01";
  position: absolute;
  top: 22px;
  left: 24px;
  color: rgba(255, 255, 255, 0.94);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3rem;
  line-height: 1;
}

@media (max-width: 1180px) {
  .nav-links a[href*="#services"],
  .nav-links a[href*="#security"],
  .nav-links a[href*="#creators"],
  .nav-links a[href*="#faq"] {
    display: none;
  }
}

@media (max-width: 900px) {
  .site-header {
    min-height: auto;
  }

  body:not(.product-page) .hero-content h1 {
    font-size: clamp(2.65rem, 11vw, 4.1rem);
  }
}

/* SEO blog rebuild. */
.seo-blog-page,
.seo-article-page {
  background: var(--paper);
}

.seo-blog-main,
.seo-article-main {
  padding: clamp(118px, 13vh, 148px) clamp(20px, 5vw, 72px) 76px;
}

.seo-blog-hero,
.seo-featured,
.seo-blog-grid {
  width: min(1120px, 100%);
  margin-inline: auto;
}

.seo-blog-hero {
  display: grid;
  gap: 16px;
  margin-bottom: 28px;
}

.seo-blog-hero h1 {
  max-width: 960px;
  margin: 0;
  font-size: clamp(2.75rem, 5.2vw, 5.4rem);
  line-height: 0.98;
}

.seo-blog-hero p:not(.section-kicker) {
  max-width: 780px;
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

.seo-blog-main .button-secondary {
  border-color: rgba(18, 14, 17, 0.24);
  color: var(--ink);
  background: #fff;
}

.seo-blog-main .button-secondary:hover {
  border-color: rgba(183, 146, 85, 0.62);
  color: var(--ink);
}

.seo-featured {
  display: grid;
  gap: 12px;
  margin-bottom: 18px;
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(245, 241, 233, 0.96)),
    var(--paper);
  box-shadow: 0 22px 70px rgba(18, 14, 17, 0.08);
}

.seo-featured h2 {
  max-width: 860px;
  margin: 0;
  font-size: clamp(2rem, 3.6vw, 3.8rem);
  line-height: 1;
}

.seo-featured p:not(.article-date) {
  max-width: 780px;
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.seo-featured .button {
  width: fit-content;
}

.seo-blog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.seo-blog-card {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  min-height: 218px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 52px rgba(18, 14, 17, 0.06);
}

.seo-blog-card > div {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 24px;
}

.seo-blog-number {
  display: block;
  padding: 20px 16px;
  color: #fff;
  background: linear-gradient(160deg, #493827, #171417);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.7rem;
  line-height: 1;
}

.seo-blog-card:nth-child(2) .seo-blog-number,
.seo-blog-card:nth-child(5) .seo-blog-number {
  background: linear-gradient(160deg, #21413c, #171417);
}

.seo-blog-card:nth-child(3) .seo-blog-number,
.seo-blog-card:nth-child(6) .seo-blog-number {
  background: linear-gradient(160deg, #5a3549, #171417);
}

.seo-blog-card h2 {
  margin: 0;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.15;
}

.seo-blog-card p:not(.article-date) {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.seo-blog-card a,
.seo-featured a {
  color: inherit;
}

.seo-article {
  width: min(860px, 100%);
  margin: 0 auto;
  padding: clamp(26px, 5vw, 58px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 22px 70px rgba(18, 14, 17, 0.08);
}

.seo-article h1 {
  max-width: none;
  margin: 8px 0 16px;
  font-size: clamp(2.35rem, 5vw, 4.4rem);
  line-height: 1.02;
}

.seo-article h2 {
  margin: 34px 0 10px;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  line-height: 1.16;
}

.seo-article p,
.seo-article li {
  color: var(--charcoal);
  font-size: 1.02rem;
  line-height: 1.82;
}

.seo-article-lede {
  margin-bottom: 24px;
  color: var(--muted) !important;
  font-size: 1.16rem !important;
  line-height: 1.75 !important;
}

.seo-takeaway {
  margin-top: 36px;
  padding: 24px;
  border-left: 4px solid var(--gold);
  border-radius: 8px;
  background: var(--panel);
}

.seo-takeaway h2 {
  margin-top: 0;
}

.seo-takeaway ul {
  margin: 0;
  padding-left: 20px;
}

.seo-faq {
  margin-top: 36px;
}

.seo-faq details {
  border-top: 1px solid var(--line);
  padding: 18px 0;
}

.seo-faq details:last-child {
  border-bottom: 1px solid var(--line);
}

.seo-faq summary {
  cursor: pointer;
  color: var(--ink);
  font-weight: 800;
}

.seo-faq p {
  margin-bottom: 0;
  color: var(--muted);
}

.seo-article .blog-cta {
  margin-top: 34px;
}

@media (max-width: 760px) {
  .seo-blog-main,
  .seo-article-main {
    padding-top: 138px;
    padding-inline: 16px;
  }

  .seo-blog-hero h1 {
    font-size: clamp(2.3rem, 13vw, 3.4rem);
  }

  .seo-featured .button {
    width: 100%;
  }

  .seo-blog-grid {
    grid-template-columns: 1fr;
  }

  .seo-blog-card {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .seo-blog-number {
    min-height: 74px;
  }
}

/* Clean shared header/menu override. */
.site-header,
body.inner-page .site-header {
  min-height: 70px;
  padding: 12px clamp(18px, 4vw, 54px);
  gap: clamp(14px, 2vw, 28px);
  background: rgba(17, 16, 18, 0.94);
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
}

.site-header .brand,
.site-header .nav-links,
.site-header .language-switch {
  color: var(--white);
}

.site-header .brand {
  min-width: max-content;
}

.site-header .brand span:last-child {
  max-width: 230px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.site-header .brand-mark {
  width: 74px;
  height: 40px;
}

.site-header .nav-links {
  flex: 1 1 auto;
  justify-content: center;
  gap: clamp(14px, 1.8vw, 28px);
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.86rem;
  font-weight: 760;
}

.site-header .nav-links a,
.site-header .nav-links a[href*="/blog/"],
.site-header .nav-links a[href*="/starter-kit/"] {
  color: rgba(255, 255, 255, 0.74);
  font-weight: 760;
}

.site-header .nav-links a:hover,
.site-header .nav-links a[href*="/blog/"]:hover,
.site-header .nav-links a[href*="/starter-kit/"]:hover {
  color: var(--white);
}

.site-header .language-switch {
  flex-shrink: 0;
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.07);
}

.site-header .language-switch a {
  color: rgba(255, 255, 255, 0.68);
}

.site-header .language-switch a:hover,
.site-header .language-switch a.active {
  background: var(--gold);
  color: #17140f;
}

@media (max-width: 980px) {
  .site-header,
  body.inner-page .site-header {
    display: grid;
    grid-template-columns: 1fr auto;
    min-height: auto;
    padding: 12px 18px;
    gap: 10px 14px;
  }

  .site-header .nav-links {
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .site-header .nav-links::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 520px) {
  .site-header .brand span:last-child {
    max-width: 150px;
  }

  .site-header .brand-mark {
    width: 58px;
    height: 34px;
  }

  .site-header .nav-links {
    gap: 16px;
    font-size: 0.8rem;
  }
}
