/* =============================================================================
   Mazdi Shop — premium SEO / service pages (aligned with homepage tokens)
   Uses site.css .home-page-bg; layered cards match .home-endgame-card language
   ============================================================================= */

.seo-page--premium {
  position: relative;
  z-index: 2;
  padding: 2.25rem 0 4.5rem;
  color: #eaf0f6;
  --seo-gold: #cfb265;
  --seo-gold-mid: #dcb45a;
  --seo-gold-glow: rgba(207, 178, 101, 0.22);
  --seo-blue-glow: rgba(99, 102, 241, 0.14);
  --seo-radius-lg: 22px;
  --seo-radius-md: 18px;
  --seo-prose-max: 42rem;
}

.seo-shell {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
}

/* -------------------------------------------------------------------------- */
/* Hero */
/* -------------------------------------------------------------------------- */

.seo-hero {
  position: relative;
  margin-bottom: 2.75rem;
}

.seo-hero__glow {
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 40%;
  width: min(900px, 120vw);
  height: 420px;
  transform: translate(-50%, -50%);
  background:
    radial-gradient(ellipse 50% 45% at 50% 50%, rgba(207, 178, 101, 0.08) 0%, transparent 65%),
    radial-gradient(ellipse 70% 55% at 50% 50%, rgba(99, 102, 241, 0.07) 0%, transparent 70%);
  filter: blur(2px);
  opacity: 0.9;
}

.seo-hero__inner {
  position: relative;
  width: min(1100px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 2.25rem 2rem 2rem;
  border-radius: var(--seo-radius-lg);
  background:
    linear-gradient(165deg, rgba(26, 32, 48, 0.92) 0%, rgba(10, 12, 20, 0.96) 55%, rgba(8, 10, 16, 0.98) 100%);
  border: 1px solid rgba(132, 157, 191, 0.16);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 1px 0 rgba(255, 255, 255, 0.06) inset,
    0 28px 80px rgba(0, 0, 0, 0.45),
    0 0 60px rgba(79, 70, 229, 0.06);
  transition: border-color 0.35s ease, box-shadow 0.35s ease;
}

.seo-hero__inner:hover {
  border-color: rgba(207, 178, 101, 0.22);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.05) inset,
    0 1px 0 rgba(255, 255, 255, 0.07) inset,
    0 32px 90px rgba(0, 0, 0, 0.5),
    0 0 72px rgba(207, 178, 101, 0.07);
}

.seo-hero__eyebrow,
.seo-card__kicker {
  color: rgba(170, 191, 221, 0.75);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.72rem;
  font-weight: 600;
}

.seo-hero__title {
  margin: 0.65rem 0 1rem;
  font-size: clamp(2rem, 4.2vw, 3.15rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.12;
  color: #ffffff;
  text-shadow: 0 2px 28px rgba(0, 0, 0, 0.35);
}

.seo-hero__lead {
  max-width: var(--seo-prose-max);
  margin: 0 0 1rem;
  font-size: 1.12rem;
  line-height: 1.75;
  color: rgba(230, 238, 248, 0.92);
}

.seo-hero__support {
  max-width: var(--seo-prose-max);
  margin: 0;
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(200, 214, 232, 0.78);
}

.seo-keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.35rem;
}

.seo-keywords__primary,
.seo-keywords__chip {
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  background: rgba(45, 58, 88, 0.45);
  border: 1px solid rgba(132, 157, 191, 0.2);
  color: rgba(245, 248, 251, 0.95);
  font-size: 0.82rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}

.seo-keywords__chip {
  border-color: rgba(132, 157, 191, 0.14);
  background: rgba(28, 36, 54, 0.55);
}

.seo-hero--editorial .seo-hero__inner {
  overflow: hidden;
}

.seo-hero--editorial .seo-hero__title {
  max-width: min(22ch, 100%);
}

.seo-hero--editorial .seo-hero__lead {
  font-size: 1.15rem;
  letter-spacing: 0.01em;
}

.seo-hero--editorial .seo-hero__support {
  font-size: 0.98rem;
  color: rgba(186, 204, 228, 0.72);
}

.seo-hero__sheen {
  pointer-events: none;
  position: absolute;
  inset: -30% -20%;
  background: linear-gradient(
    105deg,
    transparent 35%,
    rgba(255, 255, 255, 0.04) 48%,
    rgba(207, 178, 101, 0.07) 50%,
    rgba(99, 102, 241, 0.06) 52%,
    transparent 65%
  );
  animation: seoHeroSheen 11s ease-in-out infinite;
  opacity: 0.85;
}

@keyframes seoHeroSheen {
  0%,
  100% {
    transform: translateX(-8%) skewX(-12deg);
  }
  50% {
    transform: translateX(8%) skewX(-12deg);
  }
}

/* Trust strip */
.seo-trust-strip {
  margin: -0.5rem 0 2.75rem;
}

.seo-trust-strip__inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem 1.25rem;
  padding: 1.15rem 1.35rem;
  border-radius: var(--seo-radius-lg);
  background: linear-gradient(160deg, rgba(18, 24, 40, 0.72) 0%, rgba(8, 10, 18, 0.88) 100%);
  border: 1px solid rgba(132, 157, 191, 0.12);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.03) inset,
    0 16px 48px rgba(0, 0, 0, 0.28);
}

.seo-trust-strip__item {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  min-width: 0;
}

.seo-trust-strip__mark {
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  margin-top: 0.45rem;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #f0dca8, var(--seo-gold-mid));
  box-shadow: 0 0 14px var(--seo-gold-glow);
}

.seo-trust-strip__text {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.seo-trust-strip__label {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(230, 236, 248, 0.92);
}

.seo-trust-strip__detail {
  font-size: 0.84rem;
  line-height: 1.55;
  color: rgba(180, 198, 222, 0.72);
}

/* Section masthead (editorial) */
.seo-section-masthead {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto 1.75rem;
}

.seo-section-masthead__eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(170, 178, 220, 0.5);
}

.seo-section-masthead__title {
  margin: 0 0 0.5rem;
  font-size: clamp(1.5rem, 3vw, 1.85rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: #ffffff;
}

.seo-section-masthead__subtitle {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.65;
  color: rgba(195, 210, 230, 0.72);
}

.seo-editorial-section {
  margin-bottom: 0.25rem;
}

.seo-section-flow {
  height: 1px;
  margin: 2.5rem auto;
  max-width: min(720px, 90%);
  background: linear-gradient(90deg, transparent, rgba(132, 157, 191, 0.2), transparent);
  opacity: 0.9;
}

/* Hero-embedded CTA uses premium panel variant (see .seo-cta--premium-panel) */

/* -------------------------------------------------------------------------- */
/* Intro: modular tiles (no text wall) */
/* -------------------------------------------------------------------------- */

.seo-intro--premium {
  margin-bottom: 3rem;
}

.seo-intro__cta-wrap {
  margin-top: 2rem;
}

.seo-intro-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
  gap: 1.25rem;
}

.seo-intro-lede {
  margin-bottom: 1.5rem;
  padding: 1.5rem 1.65rem 1.6rem;
  border-radius: var(--seo-radius-lg);
  background: linear-gradient(155deg, rgba(32, 40, 58, 0.55) 0%, rgba(14, 17, 28, 0.85) 100%);
  border: 1px solid rgba(132, 157, 191, 0.14);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.03) inset,
    0 20px 56px rgba(0, 0, 0, 0.32),
    0 0 48px rgba(99, 102, 241, 0.04);
}

.seo-intro-lede .seo-prose {
  font-size: 1.05rem;
  line-height: 1.88;
  color: rgba(222, 232, 244, 0.92);
  max-width: 52rem;
  margin: 0 auto;
  text-align: center;
}

.seo-intro-grid--follow {
  margin-top: 0;
}

.seo-tile-card {
  position: relative;
  border-radius: var(--seo-radius-md);
  padding: 1.35rem 1.4rem 1.4rem;
  overflow: hidden;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.35) inset,
    0 12px 36px rgba(0, 0, 0, 0.28);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.3s ease,
    box-shadow 0.35s ease;
}

.seo-tile-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.12), transparent);
  opacity: 0.8;
}

.seo-tile-card:hover {
  transform: translateY(-5px);
  border-color: rgba(207, 178, 101, 0.28);
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.4) inset,
    0 20px 50px rgba(0, 0, 0, 0.38),
    0 0 36px var(--seo-gold-glow);
}

.seo-prose {
  margin: 0;
  max-width: none;
  font-size: 0.98rem;
  line-height: 1.85;
  color: rgba(215, 226, 238, 0.9);
}

/* -------------------------------------------------------------------------- */
/* Content stack rhythm */
/* -------------------------------------------------------------------------- */

.seo-stack {
  display: flex;
  flex-direction: column;
  gap: 2.75rem;
}

.seo-section-label {
  display: block;
  text-align: center;
  font-size: 0.68rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(170, 178, 220, 0.5);
  margin-bottom: 1.25rem;
}

/* Module cards (main sections) */
.seo-card--module {
  position: relative;
  border-radius: var(--seo-radius-lg);
  padding: 1.85rem 1.9rem 1.95rem;
  background: linear-gradient(165deg, rgba(22, 28, 42, 0.94) 0%, rgba(10, 12, 20, 0.97) 100%);
  border: 1px solid rgba(132, 157, 191, 0.14);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.03) inset,
    0 18px 56px rgba(0, 0, 0, 0.35);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.3s ease,
    box-shadow 0.35s ease;
}

.seo-card--module:hover {
  transform: translateY(-4px);
  border-color: rgba(132, 157, 191, 0.22);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 24px 64px rgba(0, 0, 0, 0.42),
    0 0 40px rgba(99, 102, 241, 0.06);
}

.seo-card--module h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.35rem, 2.5vw, 1.65rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #ffffff;
  line-height: 1.25;
}

.seo-card--module h3 {
  margin: 0.2rem 0 0.85rem;
  font-size: 1.05rem;
  font-weight: 600;
  color: rgba(185, 203, 222, 0.95);
}

.seo-card--module .seo-prose {
  max-width: var(--seo-prose-max);
}

.seo-card--module .seo-prose + .seo-prose {
  margin-top: 1.15rem;
}

/* Paragraph group as mini grid inside one section (2 cols when multiple paras) */
.seo-para-grid {
  display: grid;
  gap: 1.15rem;
  max-width: calc(var(--seo-prose-max) + 4rem);
}

@media (min-width: 720px) {
  .seo-para-grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.seo-para-grid .seo-prose {
  padding: 1rem 1.1rem;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

/* -------------------------------------------------------------------------- */
/* Premium CTA panels */
/* -------------------------------------------------------------------------- */

.seo-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.35rem;
  padding: 1.65rem 1.75rem;
  border-radius: var(--seo-radius-lg);
}

.seo-cta--premium-panel {
  position: relative;
  overflow: hidden;
  background: #121215;
  border: 1px solid rgba(200, 170, 95, 0.32);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.04) inset;
  transition: border-color 0.2s ease, background 0.2s ease;
}

/* Static highlight only — no rotating / animated sheen */
.seo-cta--premium-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 90% 70% at 50% 0%, rgba(207, 178, 101, 0.07) 0%, transparent 55%);
  pointer-events: none;
  opacity: 1;
}

.seo-cta--premium-panel:hover {
  border-color: rgba(215, 190, 120, 0.48);
  background: #15151a;
}

.seo-cta--slim {
  padding: 1.25rem 1.35rem;
  gap: 1rem;
}

.seo-cta--slim .seo-cta__copy h2 {
  font-size: 1.15rem;
}

.seo-cta--slim .seo-cta__copy p {
  font-size: 0.92rem;
  line-height: 1.65;
}

.seo-cta--slim .seo-btn {
  min-height: 44px;
  padding: 0.65rem 1.05rem;
  font-size: 0.86rem;
}

.seo-cta--premium-panel .seo-cta__copy {
  position: relative;
  z-index: 1;
  max-width: 36rem;
}

.seo-cta--premium-panel .seo-cta__actions {
  position: relative;
  z-index: 1;
}

.seo-cta__copy h2 {
  margin: 0 0 0.5rem;
  font-size: 1.35rem;
  font-weight: 700;
  color: #f2f4f8;
}

.seo-cta__copy p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.75;
  color: rgba(200, 210, 225, 0.82);
}

.seo-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.seo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.65rem 1.2rem;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.88rem;
  letter-spacing: 0.03em;
  color: #e8ecf4;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #1a1d24;
  box-shadow: none;
  transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.seo-btn:hover {
  border-color: rgba(200, 175, 110, 0.45);
  background: #22262f;
  color: #ffffff;
}

.seo-btn:focus-visible {
  outline: 2px solid rgba(200, 175, 110, 0.55);
  outline-offset: 2px;
}

.seo-btn--primary {
  background: #c6a24d;
  border: 1px solid #a8863a;
  color: #111014;
  font-weight: 700;
}

.seo-btn--primary:hover {
  background: #d4ae58;
  border-color: #b89245;
  color: #0a0a0c;
}

.seo-btn--ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.16);
}

.seo-btn--ghost:hover {
  border-color: rgba(200, 175, 110, 0.35);
  background: rgba(255, 255, 255, 0.04);
}

/* -------------------------------------------------------------------------- */
/* Comparison matrix → modular rows */
/* -------------------------------------------------------------------------- */

.seo-comparisons {
  margin: 3rem 0;
}

.seo-comparisons .seo-card--module {
  margin-bottom: 2rem;
}

.seo-compare-intro {
  max-width: var(--seo-prose-max);
  margin: 0 0 1.5rem;
  line-height: 1.8;
  color: rgba(210, 222, 238, 0.85);
  font-size: 1rem;
}

.seo-matrix {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.seo-matrix__header-row {
  display: none;
}

@media (min-width: 768px) {
  .seo-matrix__header-row {
    display: grid;
    grid-template-columns: minmax(140px, 0.9fr) 1fr 1fr;
    gap: 0.75rem;
    padding: 0 0.15rem 0.35rem;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(170, 188, 218, 0.55);
  }

  .seo-matrix__header-row span:nth-child(2) {
    color: rgba(240, 220, 170, 0.65);
  }
}

.seo-matrix__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.75rem;
  padding: 1.1rem 1.15rem;
  border-radius: var(--seo-radius-md);
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.seo-matrix__row:hover {
  border-color: rgba(132, 157, 191, 0.2);
  box-shadow: 0 0 24px rgba(99, 102, 241, 0.05);
}

@media (min-width: 768px) {
  .seo-matrix__row {
    grid-template-columns: minmax(140px, 0.9fr) 1fr 1fr;
    align-items: stretch;
  }
}

.seo-matrix__label {
  font-weight: 700;
  font-size: 0.88rem;
  color: #f2f6fb;
  padding: 0.65rem 0.75rem;
  border-radius: 12px;
  background: rgba(99, 102, 241, 0.1);
  border: 1px solid rgba(99, 102, 241, 0.18);
  display: flex;
  align-items: center;
}

.seo-matrix__cell {
  padding: 0.75rem 0.85rem;
  border-radius: 12px;
  font-size: 0.92rem;
  line-height: 1.65;
  color: rgba(215, 226, 238, 0.88);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.seo-matrix__cell--accent {
  background: linear-gradient(165deg, rgba(207, 178, 101, 0.12) 0%, rgba(40, 36, 24, 0.4) 100%);
  border-color: rgba(207, 178, 101, 0.22);
  color: rgba(255, 248, 235, 0.92);
}

/* -------------------------------------------------------------------------- */
/* Links + FAQ */
/* -------------------------------------------------------------------------- */

.seo-links {
  margin: 3.5rem 0 2.5rem;
}

.seo-grid--2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.35rem;
}

.seo-card--linkhub h2 {
  margin: 0 0 1rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: #ffffff;
}

.seo-link-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.seo-link-list li {
  padding: 0;
}

.seo-link-list a {
  display: block;
  padding: 0.65rem 0.85rem;
  border-radius: 12px;
  text-decoration: none;
  color: rgba(200, 230, 255, 0.92);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid transparent;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.seo-link-list a:hover {
  background: rgba(99, 102, 241, 0.12);
  border-color: rgba(132, 157, 191, 0.2);
  transform: translateX(4px);
  color: #ffffff;
}

.seo-faq {
  margin-bottom: 2rem;
}

.seo-faq__grid {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.seo-faq-card {
  border-radius: var(--seo-radius-md);
  padding: 0.15rem;
  background: linear-gradient(165deg, rgba(30, 36, 52, 0.9), rgba(12, 14, 22, 0.95));
  border: 1px solid rgba(132, 157, 191, 0.12);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.3);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.seo-faq-card:hover {
  border-color: rgba(132, 157, 191, 0.22);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.38);
}

.seo-faq-card .seo-faq__item {
  border: none;
  padding: 0;
  margin: 0;
  border-radius: calc(var(--seo-radius-md) - 2px);
  overflow: hidden;
  background: rgba(0, 0, 0, 0.2);
}

.seo-faq__item summary {
  cursor: pointer;
  padding: 1.05rem 1.15rem;
  font-weight: 600;
  font-size: 0.98rem;
  color: #f2f6fb;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  transition: background 0.2s ease;
}

.seo-faq__item summary::-webkit-details-marker {
  display: none;
}

.seo-faq__item summary::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--seo-gold-mid);
  border-bottom: 2px solid var(--seo-gold-mid);
  transform: rotate(45deg);
  flex-shrink: 0;
  opacity: 0.7;
  transition: transform 0.25s ease;
}

.seo-faq__item[open] summary::after {
  transform: rotate(225deg);
}

.seo-faq__item summary:hover {
  background: rgba(255, 255, 255, 0.04);
}

.seo-faq__item p {
  margin: 0;
  padding: 0 1.15rem 1.15rem;
  max-width: var(--seo-prose-max);
  font-size: 0.95rem;
  line-height: 1.85;
  color: rgba(205, 218, 234, 0.88);
}

.seo-faq-head {
  margin: 0 0 1.35rem;
  font-size: 1.45rem;
  font-weight: 700;
  color: #ffffff;
}

/* Process timeline (service landing pages) */
.seo-process {
  margin: 2.5rem 0 3rem;
}

.seo-process__inner {
  position: relative;
  padding: 1.5rem 1.35rem 1.6rem;
  border-radius: var(--seo-radius-lg);
  background: linear-gradient(168deg, rgba(22, 28, 44, 0.88) 0%, rgba(8, 10, 18, 0.94) 100%);
  border: 1px solid rgba(132, 157, 191, 0.14);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.03) inset,
    0 22px 64px rgba(0, 0, 0, 0.35);
}

.seo-process__list {
  margin: 0 0 0 0.85rem;
  padding: 0 0 0 1.5rem;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
  border-left: 1px solid rgba(207, 178, 101, 0.22);
  box-shadow: -1px 0 24px rgba(99, 102, 241, 0.04);
}

.seo-process__step {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem 1.15rem;
  padding: 1.15rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.seo-process__step:last-child {
  border-bottom: none;
  padding-bottom: 0.25rem;
}

.seo-process__badge {
  position: relative;
  z-index: 1;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.82rem;
  font-weight: 800;
  color: #1a1510;
  background: linear-gradient(145deg, #f0d078, #c9a03d);
  box-shadow:
    0 0 0 2px rgba(8, 10, 16, 0.9),
    0 0 20px var(--seo-gold-glow);
}

.seo-process__body h3 {
  margin: 0 0 0.35rem;
  font-size: 1.02rem;
  font-weight: 700;
  color: #f5f7fb;
  letter-spacing: -0.01em;
}

.seo-process__body p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.72;
  color: rgba(200, 214, 232, 0.82);
  max-width: 48rem;
}

/* FAQ knowledge center (slug faq) */
.seo-faq--knowledge {
  margin-bottom: 3rem;
}

.seo-faq--knowledge .seo-faq-knowledge-intro {
  margin-bottom: 2rem;
}

.seo-faq-knowledge-intro__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
  gap: 1.15rem;
}

.seo-faq-knowledge-frame {
  border-radius: var(--seo-radius-lg);
  padding: 1.5rem 1.4rem 1.35rem;
  background: linear-gradient(168deg, rgba(20, 26, 40, 0.75) 0%, rgba(8, 10, 16, 0.92) 100%);
  border: 1px solid rgba(132, 157, 191, 0.14);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.03) inset,
    0 24px 70px rgba(0, 0, 0, 0.38),
    0 0 50px rgba(99, 102, 241, 0.04);
}

.seo-faq--knowledge .seo-faq-knowledge-frame .seo-faq__grid {
  gap: 0.65rem;
}

.seo-card--module > .seo-section-masthead:first-child {
  margin-bottom: 1.35rem;
}

/* -------------------------------------------------------------------------- */
/* Blog index: module cards (not article wall) */
/* -------------------------------------------------------------------------- */

.seo-blog-hub__featured {
  margin-bottom: 2.25rem;
}

.seo-featured-article {
  position: relative;
  display: block;
  padding: 2rem 2rem 1.85rem;
  border-radius: var(--seo-radius-lg);
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  background: #14151a;
  border: 1px solid rgba(200, 175, 110, 0.22);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.03) inset;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.seo-featured-article::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 55% at 85% 15%, rgba(207, 178, 101, 0.06) 0%, transparent 50%);
  pointer-events: none;
}

.seo-featured-article:hover {
  border-color: rgba(215, 190, 120, 0.38);
  background: #18191f;
}

.seo-featured-article__kicker {
  position: relative;
  margin: 0 0 0.65rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(220, 180, 90, 0.85);
}

.seo-featured-article__title {
  position: relative;
  margin: 0 0 0.85rem;
  font-size: clamp(1.45rem, 3.2vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.18;
  color: #ffffff;
  max-width: 40rem;
}

.seo-featured-article__excerpt {
  position: relative;
  margin: 0 0 1.25rem;
  font-size: 0.98rem;
  line-height: 1.75;
  color: rgba(200, 214, 232, 0.78);
  max-width: 44rem;
}

.seo-featured-article__meta {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1.25rem;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(170, 188, 218, 0.55);
}

.seo-featured-article__cta {
  margin-left: auto;
  color: var(--seo-gold-mid);
  letter-spacing: 0.14em;
}

.seo-grid--modules {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 300px), 1fr));
  gap: 1.35rem;
}

.seo-article-grid--library .seo-module-card {
  border-radius: var(--seo-radius-lg);
  border-color: rgba(255, 255, 255, 0.1);
  background: #14151a;
}

.seo-article-grid--library .seo-module-card:hover {
  border-color: rgba(200, 175, 110, 0.3);
  background: #181920;
}

.seo-module-card .seo-card__kicker {
  display: inline-block;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  background: rgba(207, 178, 101, 0.08);
  border: 1px solid rgba(207, 178, 101, 0.18);
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  color: rgba(240, 220, 175, 0.88);
}

.seo-blog-hub__rail .seo-grid--2 {
  margin-top: 0.5rem;
}

.seo-blog-hub__rail .seo-card--linkhub {
  min-height: 100%;
}

.seo-module-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.35rem 1.4rem 1.45rem;
  border-radius: var(--seo-radius-lg);
  text-decoration: none;
  color: inherit;
  background: #14151a;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: none;
  transition: border-color 0.2s ease, background 0.2s ease;
}

a.seo-module-card:hover {
  border-color: rgba(200, 175, 110, 0.32);
  background: #181920;
}

.seo-module-card h2 {
  margin: 0.35rem 0 0.65rem;
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.35;
  color: #edf3fd;
}

.seo-module-card h2 a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.seo-module-card h2 a:hover {
  color: #ffe9b8;
}

.seo-module-card__excerpt {
  flex: 1;
  margin: 0 0 1rem;
  font-size: 0.88rem;
  line-height: 1.65;
  color: rgba(211, 224, 243, 0.72);
}

.seo-module-card__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: auto;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.seo-module-card__cta {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--seo-gold-mid);
}

.seo-inline-link {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--seo-gold-mid);
  text-decoration: none;
}

.seo-inline-link:hover {
  color: #ffe9b8;
}

/* -------------------------------------------------------------------------- */
/* Contact page (premium — matches SEO system) */
/* -------------------------------------------------------------------------- */

.contact-page.contact-page--premium {
  position: relative;
  z-index: 2;
  min-height: auto;
  background: transparent;
  color: #eaf0f6;
}

.seo-page--contact.seo-page--premium {
  padding-bottom: 4.25rem;
}

.contact-page.contact-page--premium .seo-shell {
  width: min(1120px, calc(100% - 2rem));
}

.seo-contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.35rem 1.5rem;
  align-items: start;
  margin-bottom: 2.5rem;
}

.seo-contact-methods {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.seo-contact-method {
  display: block;
  padding: 1rem 1.15rem;
  border-radius: 12px;
  text-decoration: none;
  color: inherit;
  background: #14151a;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: none;
  transition: border-color 0.15s ease, background 0.15s ease;
}

a.seo-contact-method:hover {
  border-color: rgba(200, 175, 110, 0.35);
  background: #181920;
}

.seo-contact-method__row {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.seo-contact-method__icon {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  background: #1e2128;
  border: 1px solid rgba(200, 175, 110, 0.22);
  box-shadow: none;
  color: #d4b76a;
}

.seo-contact-method__body h3 {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: #f2f6fb;
}

.seo-contact-method__url {
  margin: 0 0 0.45rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: rgba(200, 220, 248, 0.95);
  word-break: break-word;
}

.seo-contact-method__desc {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.55;
  color: rgba(180, 198, 222, 0.7);
}

.seo-contact-studio {
  padding: 1.5rem 1.45rem 1.4rem;
  border-radius: var(--seo-radius-lg);
  background: linear-gradient(168deg, rgba(22, 28, 42, 0.88) 0%, rgba(8, 10, 16, 0.96) 100%);
  border: 1px solid rgba(132, 157, 191, 0.14);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.03) inset,
    0 22px 64px rgba(0, 0, 0, 0.38);
}

.seo-contact-studio__title {
  margin: 0 0 1.25rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(220, 180, 90, 0.8);
}

.seo-contact-studio__block {
  padding-bottom: 1.15rem;
  margin-bottom: 1.15rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.seo-contact-studio__block:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.seo-contact-studio__block h4 {
  margin: 0 0 0.5rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: #eef3fa;
}

.seo-contact-studio__block p,
.seo-contact-studio__block li {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.6;
  color: rgba(195, 210, 230, 0.78);
}

.seo-contact-studio__note {
  margin-top: 0.75rem;
  font-size: 0.82rem;
  line-height: 1.55;
  color: rgba(160, 178, 204, 0.68);
}

.seo-contact-studio__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.seo-contact-studio__list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.seo-contact-studio__list i {
  color: rgba(220, 180, 90, 0.75);
  width: 1.1rem;
  text-align: center;
}

.seo-contact-studio__payments {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
  align-items: center;
  margin-top: 0.5rem;
  font-size: 1.35rem;
  color: rgba(200, 214, 235, 0.55);
}

.seo-contact-studio__payments i {
  transition: color 0.2s ease, transform 0.2s ease;
}

.seo-contact-studio__payments i:hover {
  color: rgba(240, 220, 175, 0.85);
  transform: translateY(-2px);
}

.seo-contact-form-panel {
  margin-bottom: 2.75rem;
  padding: 1.75rem 1.65rem 1.85rem;
  border-radius: var(--seo-radius-lg);
  background: linear-gradient(168deg, rgba(24, 30, 46, 0.9) 0%, rgba(8, 10, 16, 0.97) 100%);
  border: 1px solid rgba(132, 157, 191, 0.16);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 26px 72px rgba(0, 0, 0, 0.42),
    0 0 48px rgba(99, 102, 241, 0.05);
}

.seo-contact-form-panel__head {
  text-align: center;
  max-width: 36rem;
  margin: 0 auto 1.5rem;
}

.seo-contact-form-panel__head h2 {
  margin: 0 0 0.45rem;
  font-size: clamp(1.2rem, 2.5vw, 1.45rem);
  font-weight: 700;
  color: #ffffff;
}

.seo-contact-form-panel__head p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.65;
  color: rgba(185, 200, 222, 0.72);
}

.seo-contact-form .seo-contact-field {
  margin-bottom: 1rem;
}

.seo-contact-form label.seo-contact-label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(170, 188, 218, 0.65);
}

.seo-contact-form .seo-contact-input,
.seo-contact-form .seo-contact-select,
.seo-contact-form .seo-contact-textarea {
  width: 100%;
  padding: 0.75rem 0.95rem;
  border-radius: 12px;
  font-size: 0.95rem;
  color: #f0f4fb;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(132, 157, 191, 0.18);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.seo-contact-form .seo-contact-input:focus,
.seo-contact-form .seo-contact-select:focus,
.seo-contact-form .seo-contact-textarea:focus {
  outline: none;
  border-color: rgba(207, 178, 101, 0.45);
  box-shadow:
    0 0 0 1px rgba(207, 178, 101, 0.15),
    0 0 24px rgba(207, 178, 101, 0.12);
}

.seo-contact-form .seo-contact-textarea {
  min-height: 8rem;
  resize: vertical;
}

.seo-contact-form__grid2 {
  display: grid;
  gap: 1rem;
}

@media (min-width: 640px) {
  .seo-contact-form__grid2 {
    grid-template-columns: 1fr 1fr;
  }
}

.seo-contact-form__submit {
  text-align: center;
  margin-top: 1.25rem;
}

.seo-contact-form__submit .seo-btn--primary {
  min-width: 200px;
  border: none;
  cursor: pointer;
  font-family: inherit;
}

.seo-contact-form__send .fa-paper-plane {
  margin-right: 0.5rem;
}

.seo-contact-reassure {
  margin-bottom: 2.5rem;
  padding: 1.15rem 1.25rem;
  border-radius: var(--seo-radius-md);
  text-align: center;
  font-size: 0.88rem;
  line-height: 1.65;
  color: rgba(190, 206, 228, 0.72);
  background: rgba(99, 102, 241, 0.06);
  border: 1px solid rgba(132, 157, 191, 0.12);
}

.seo-contact-faq .seo-faq-head {
  text-align: center;
  margin-bottom: 1.35rem;
}

.seo-contact-faq .seo-faq__grid {
  max-width: 48rem;
  margin: 0 auto;
}

/* -------------------------------------------------------------------------- */
/* Reduced motion */
/* -------------------------------------------------------------------------- */

@media (prefers-reduced-motion: reduce) {
  .seo-tile-card,
  .seo-card--module,
  .seo-cta--premium-panel,
  .seo-btn,
  .seo-module-card,
  .seo-matrix__row,
  .seo-featured-article,
  .seo-contact-method {
    transition: none;
  }
  .seo-tile-card:hover,
  .seo-card--module:hover,
  .seo-cta--premium-panel:hover,
  .seo-btn:hover,
  .seo-module-card:hover,
  .seo-featured-article:hover,
  .seo-contact-method:hover {
    transform: none;
  }
  .seo-hero__sheen {
    animation: none;
  }
}

/* -------------------------------------------------------------------------- */
/* Responsive */
/* -------------------------------------------------------------------------- */

@media (max-width: 900px) {
  .seo-grid--2 {
    grid-template-columns: 1fr;
  }

  .seo-cta {
    flex-direction: column;
    align-items: stretch;
  }

  .seo-cta__actions {
    width: 100%;
    justify-content: flex-start;
  }

  .seo-trust-strip__inner {
    grid-template-columns: 1fr;
    gap: 1.1rem;
  }

  .seo-contact-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .seo-page--premium {
    padding: 1.25rem 0 3rem;
  }

  .seo-hero__inner {
    padding: 1.5rem 1.25rem;
    border-radius: 18px;
  }

  .seo-card--module,
  .seo-cta,
  .seo-tile-card {
    border-radius: 18px;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}

/* -------------------------------------------------------------------------- */
/* Raid takeover service — flat black, static gold title (no text animation) */
/* -------------------------------------------------------------------------- */

.rsl-takeover-page {
  position: relative;
  isolation: isolate;
  background: #000;
  overflow-x: clip;
  padding-bottom: 3rem;
}

.rsl-takeover-page__static-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 75% 55% at 50% 0%, rgba(207, 178, 101, 0.07) 0%, transparent 52%),
    radial-gradient(ellipse 45% 40% at 95% 25%, rgba(99, 102, 241, 0.05) 0%, transparent 48%),
    #000;
}

.rsl-takeover-page > *:not(.rsl-takeover-page__static-bg) {
  position: relative;
  z-index: 1;
}

.rsl-takeover-page__hero .seo-hero__inner,
.rsl-takeover-page__hero-card {
  background: linear-gradient(165deg, rgba(22, 26, 36, 0.97) 0%, rgba(6, 8, 12, 0.99) 100%);
  border-color: rgba(207, 178, 101, 0.14);
}

.rsl-takeover-page__gradient-title {
  background: linear-gradient(105deg, #f7f2ea 0%, #e8d5a8 32%, #c9a55c 52%, #fdfbf6 70%, #d4b76a 100%);
  background-size: 100% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation: none !important;
}

.rsl-takeover-page__body {
  padding-top: 0.5rem;
}

.rsl-takeover-page__section-title {
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #f2f6fb;
  margin: 0 0 1rem;
}

/* Same voice as .site-header__link — icon + label, semibold, wide tracking */
.rsl-takeover-page__takeovers-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1.35rem;
  padding: 0 0 0.85rem;
  border-bottom: 2px solid rgba(255, 255, 255, 0.22);
  width: 100%;
  box-sizing: border-box;
  font-family: "Plus Jakarta Sans", "Inter", "Outfit", system-ui, sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #ffffff;
  line-height: 1.3;
}

.rsl-takeover-page__takeovers-title-icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  color: #ffffff;
  opacity: 0.95;
}

.rsl-takeover-page__prose {
  color: rgba(220, 228, 240, 0.88);
  line-height: 1.65;
  font-size: 0.98rem;
}

.rsl-takeover-page__prose p + p {
  margin-top: 1rem;
}

.rsl-takeover-page__prose strong {
  color: #f0f4fa;
  font-weight: 600;
}

.rsl-takeover-page__hint,
.rsl-takeover-page__empty {
  font-size: 0.85rem;
  color: rgba(180, 192, 210, 0.72);
  line-height: 1.5;
  margin: 0 0 0.75rem;
}

.rsl-takeover-page__code {
  font-size: 0.8em;
  padding: 0.12em 0.35em;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(230, 236, 248, 0.9);
  word-break: break-all;
}

.rsl-takeover-page__inline-link {
  color: var(--seo-gold, #dcb45a);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.rsl-takeover-page__inline-link:hover {
  color: #f0e0b0;
}

.rsl-takeover-page__gallery-block {
  margin-top: 2rem;
}

.rsl-takeover-page__gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(168px, 1fr));
  gap: 0.85rem;
  margin-top: 1rem;
}

.rsl-takeover-page__thumb {
  max-height: 200px;
}

.rsl-takeover-page__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rsl-takeover-page__referral {
  margin-top: 2.5rem;
}

.rsl-takeover-page__contact {
  margin-top: 2.75rem;
  padding: 1.5rem 1.35rem;
  border-radius: var(--seo-radius-md, 18px);
  border: 1px solid rgba(132, 157, 191, 0.14);
  background: linear-gradient(165deg, rgba(18, 22, 32, 0.95), rgba(6, 8, 14, 0.98));
}

.rsl-takeover-page__contact-lead {
  margin: 0 0 1.1rem;
  font-size: 0.92rem;
  color: rgba(200, 210, 228, 0.78);
  line-height: 1.5;
}

.rsl-takeover-page__contact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.rsl-takeover-page__contact-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 1rem;
  border-radius: 10px;
  font-size: 0.86rem;
  font-weight: 600;
  color: #e8ecf4;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #1a1d24;
  transition: border-color 0.15s ease, background 0.15s ease;
}

.rsl-takeover-page__contact-chip:hover {
  border-color: rgba(200, 175, 110, 0.4);
  background: #22262f;
  color: #fff;
}

.rsl-takeover-page__contact-chip i {
  font-size: 1.1rem;
  opacity: 0.9;
}

/* -------------------------------------------------------------------------- */
/* Contact — slim layout */
/* -------------------------------------------------------------------------- */

.seo-page--contact-slim .seo-contact-slim__shell {
  padding-bottom: 3.5rem;
}

.seo-contact-slim__methods {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.seo-contact-slim__link {
  color: var(--seo-gold, #dcb45a);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.seo-contact-slim__link:hover {
  color: #f0e0b0;
}

.seo-contact-slim__note {
  margin-top: 1.75rem;
  font-size: 0.88rem;
  line-height: 1.55;
  color: rgba(200, 210, 225, 0.76);
}

.seo-contact-slim__hours {
  margin-top: 1rem;
  font-size: 0.88rem;
  line-height: 1.5;
  color: rgba(200, 210, 225, 0.78);
}

/* ========== Homepage: editorial service navigation (flat, minimal, 2-col desktop) ========== */
.home-seo-rail {
  position: relative;
  padding: 1.35rem 1.25rem 2rem;
  max-width: min(52rem, calc(100% - 2rem));
  margin: 0 auto;
}

.home-seo-rail__label {
  display: block;
  text-align: left;
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(150, 160, 185, 0.45);
  margin: 0 0 0.65rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.home-seo-rail__columns {
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  column-gap: 2rem;
  row-gap: 0.65rem;
}

@media (min-width: 700px) {
  .home-seo-rail__columns {
    grid-template-columns: 1fr 1fr;
    column-gap: clamp(1.5rem, 4vw, 2.5rem);
    row-gap: 0;
  }
}

@media (min-width: 700px) and (max-width: 899px) {
  .home-seo-rail__columns {
    column-gap: 1.35rem;
  }
}

.home-seo-rail__list {
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 0;
}

.home-seo-rail__list > li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.055);
}

.home-seo-rail__list > li:last-child {
  border-bottom: none;
}

.home-seo-rail__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.2rem;
  padding: 0.65rem 0 0.7rem;
  text-decoration: none;
  color: inherit;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  transition: color 0.12s ease;
}

.home-seo-rail__item:hover {
  background: transparent;
}

.home-seo-rail__item:hover .home-seo-rail__item-title {
  color: rgba(245, 248, 252, 0.98);
}

.home-seo-rail__item:hover .home-seo-rail__item-action {
  color: rgba(195, 205, 220, 0.72);
}

.home-seo-rail__item-title {
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: rgba(235, 240, 248, 0.88);
  transition: color 0.12s ease;
}

.home-seo-rail__item-desc {
  font-size: 0.74rem;
  line-height: 1.36;
  color: rgba(175, 186, 205, 0.62);
  max-width: none;
}

.home-seo-rail__item-action {
  margin-top: 0.15rem;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: none;
  color: rgba(155, 168, 190, 0.52);
  transition: color 0.12s ease;
}

.home-seo-rail__item-action-arrow {
  opacity: 0.85;
}

@media (max-width: 699px) {
  .home-seo-rail__list + .home-seo-rail__list {
    margin-top: 0.15rem;
    padding-top: 0.45rem;
    border-top: 1px solid rgba(255, 255, 255, 0.045);
  }
}

@media (max-width: 480px) {
  .home-seo-rail {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/* Raid guides index + article (flat editorial) */
.raid-guides-page {
  max-width: 40rem;
  margin: 0 auto;
  padding: 2rem 1.25rem 3rem;
  color: rgba(245, 248, 251, 0.92);
}

.raid-guides-page__header {
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(132, 157, 191, 0.15);
}

.raid-guides-page__h1 {
  font-size: clamp(1.65rem, 4vw, 2rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  margin: 0 0 0.75rem;
  line-height: 1.2;
}

.raid-guides-page__lead {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(186, 204, 228, 0.78);
}

.raid-guides-cat {
  margin-bottom: 2.25rem;
}

.raid-guides-cat__title {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(186, 204, 228, 0.55);
  margin: 0 0 0.75rem;
}

.raid-guides-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.raid-guides-list__item {
  margin: 0;
  border-bottom: 1px solid rgba(132, 157, 191, 0.12);
}

.raid-guides-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  align-items: baseline;
  padding: 0.85rem 0;
  text-decoration: none;
  color: inherit;
}

.raid-guides-row:hover .raid-guides-row__title {
  color: rgba(207, 178, 101, 0.95);
}

.raid-guides-row__main {
  flex: 1 1 16rem;
  min-width: 0;
}

.raid-guides-row__title {
  display: block;
  font-weight: 600;
  font-size: 1.05rem;
  line-height: 1.35;
  margin-bottom: 0.25rem;
  transition: color 0.15s ease;
}

.raid-guides-row__excerpt {
  display: block;
  font-size: 0.88rem;
  line-height: 1.45;
  color: rgba(186, 204, 228, 0.62);
}

.raid-guides-row__date {
  flex: 0 0 auto;
  font-size: 0.8rem;
  color: rgba(186, 204, 228, 0.45);
  white-space: nowrap;
}

.raid-guides-page__footer {
  margin-top: 2.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(132, 157, 191, 0.12);
}

.raid-guides-page__footer-note {
  margin: 0;
  font-size: 0.88rem;
  color: rgba(186, 204, 228, 0.55);
}

.raid-guides-page__footer-note a {
  color: rgba(186, 204, 228, 0.78);
  text-decoration: none;
}

.raid-guides-page__footer-note a:hover {
  color: rgba(207, 178, 101, 0.9);
}

.raid-article {
  max-width: 40rem;
  margin: 0 auto;
  padding: 2rem 1.25rem 3.5rem;
  color: rgba(245, 248, 251, 0.92);
}

.raid-article__header {
  margin-bottom: 2rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(132, 157, 191, 0.12);
}

.raid-article__category {
  margin: 0 0 0.35rem;
  font-size: 0.75rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(186, 204, 228, 0.5);
}

.raid-article__title {
  font-size: clamp(1.55rem, 4vw, 1.95rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin: 0 0 0.65rem;
}

.raid-article__meta {
  margin: 0;
  font-size: 0.88rem;
  color: rgba(186, 204, 228, 0.55);
}

.raid-article__meta a {
  color: rgba(186, 204, 228, 0.78);
  text-decoration: none;
}

.raid-article__meta a:hover {
  color: rgba(207, 178, 101, 0.9);
}

.raid-prose {
  font-size: 1rem;
  line-height: 1.65;
  color: rgba(220, 228, 240, 0.88);
}

.raid-prose p {
  margin: 0 0 1rem;
}

.raid-article__intro {
  margin-bottom: 2rem;
}

.raid-article__content {
  margin-bottom: 2.5rem;
}

.raid-article__h2 {
  font-size: 1.15rem;
  font-weight: 600;
  margin: 2rem 0 0.65rem;
  color: rgba(245, 248, 251, 0.95);
}

.raid-article__foot {
  padding-top: 1.5rem;
  border-top: 1px solid rgba(132, 157, 191, 0.12);
}

.raid-article__foot-label {
  margin: 0 0 0.5rem;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(186, 204, 228, 0.45);
}

.raid-article__links {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.92rem;
  line-height: 1.7;
}

.raid-article__links a {
  color: rgba(186, 204, 228, 0.82);
  text-decoration: none;
}

.raid-article__links a:hover {
  color: rgba(207, 178, 101, 0.92);
}
