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

body {
  margin: 0;
  min-height: 100vh;
  color: rgba(246, 239, 225, 0.78);
  background:
    radial-gradient(circle at 18% 0%, rgba(231, 190, 91, 0.14), transparent 30%),
    radial-gradient(circle at 82% 18%, rgba(41, 92, 174, 0.18), transparent 34%),
    linear-gradient(180deg, #020408 0%, #050a13 52%, #020408 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

.seo-page {
  min-height: 100vh;
}

.seo-nav,
.seo-hero,
.seo-section,
.seo-footer-inner {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.seo-nav {
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.seo-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #fff1d4;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.seo-brand img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.seo-nav-links {
  display: flex;
  align-items: center;
  gap: 20px;
  color: rgba(255,255,255,.68);
  font-size: 14px;
  font-weight: 800;
}

.seo-nav-links a:hover {
  color: #e7be5b;
}

.seo-cta {
  padding: 13px 18px;
  border-radius: 999px;
  color: #07101d;
  background: linear-gradient(135deg, #f6df91, #c99a24);
  font-weight: 900;
}

.seo-hero {
  padding: 80px 0 64px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: 54px;
  align-items: center;
}

.seo-kicker {
  width: fit-content;
  max-width: 100%;
  padding: 12px 16px;
  border-radius: 999px;
  color: #eac873;
  background: rgba(255, 224, 150, .055);
  border: 1px solid rgba(231, 190, 91, .22);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.seo-hero h1 {
  margin: 28px 0 22px;
  color: #fff1d4;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 6vw, 82px);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.045em;
}

.seo-lead {
  max-width: 720px;
  margin: 0;
  color: rgba(246, 239, 225, .76);
  font-size: 19px;
  line-height: 1.7;
  font-weight: 650;
}

.seo-actions {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.seo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid rgba(231,190,91,.28);
  color: #fff1d4;
  background: rgba(255,255,255,.06);
  font-weight: 900;
}

.seo-btn.primary {
  color: #07101d;
  border-color: transparent;
  background: linear-gradient(135deg, #f6df91, #c99a24);
}

.seo-visual img {
  width: 100%;
  border-radius: 26px;
  border: 1px solid rgba(231,190,91,.18);
  box-shadow: 0 36px 110px rgba(0,0,0,.48);
}

.seo-section {
  padding: 70px 0;
}

.seo-section h2 {
  max-width: 820px;
  margin: 0 0 24px;
  color: #fff1d4;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 500;
  line-height: 1.05;
}

.seo-section > p {
  max-width: 850px;
  margin: 0 0 26px;
  color: rgba(246, 239, 225, .72);
  font-size: 18px;
  line-height: 1.75;
  font-weight: 620;
}

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

.seo-card,
.seo-faq article {
  padding: 26px;
  border-radius: 24px;
  border: 1px solid rgba(231,190,91,.16);
  background:
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.018)),
    rgba(7,14,26,.68);
  box-shadow: 0 24px 70px rgba(0,0,0,.24);
}

.seo-card h3,
.seo-faq h3 {
  margin: 0 0 12px;
  color: #fff1d4;
  font-size: 21px;
}

.seo-card p,
.seo-faq p {
  margin: 0;
  color: rgba(246, 239, 225, .68);
  line-height: 1.65;
  font-weight: 620;
}

.seo-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.seo-list li {
  padding: 18px 20px;
  border-radius: 18px;
  border: 1px solid rgba(231,190,91,.14);
  background: rgba(255,255,255,.045);
  color: rgba(246, 239, 225, .78);
  font-weight: 750;
  line-height: 1.55;
}

.seo-faq {
  display: grid;
  gap: 16px;
}

.seo-related {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.seo-related a {
  padding: 12px 15px;
  border-radius: 999px;
  border: 1px solid rgba(231,190,91,.2);
  color: #e7be5b;
  background: rgba(255,255,255,.045);
  font-weight: 850;
}

.seo-footer {
  margin-top: 54px;
  padding: 38px 0;
  border-top: 1px solid rgba(231,190,91,.14);
}

.seo-footer-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: rgba(255,255,255,.56);
  font-size: 14px;
  font-weight: 700;
}

.seo-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.seo-footer-links a {
  color: rgba(255,255,255,.72);
}

.seo-footer-links a:hover {
  color: #e7be5b;
}

@media (max-width: 900px) {
  .seo-nav {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 0;
  }

  .seo-nav-links {
    flex-wrap: wrap;
  }

  .seo-hero {
    grid-template-columns: 1fr;
    padding-top: 48px;
  }

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

@media (max-width: 560px) {
  .seo-nav,
  .seo-hero,
  .seo-section,
  .seo-footer-inner {
    width: min(100% - 28px, 1180px);
  }

  .seo-actions,
  .seo-btn {
    width: 100%;
  }
}
