:root {
  --black: #181717;
  --gold: #d4af37;
  --burgundy: #800020;
  --cream: #fffbe8;
  --soft: #f7f4ec;
  --text: #25201a;
  --muted: #5f5a50;
  --border: rgba(212, 175, 55, 0.35);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--soft);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  background:
    radial-gradient(circle at top right, rgba(212, 175, 55, 0.25), transparent 34%),
    linear-gradient(135deg, #181717 0%, #2b151b 52%, #800020 100%);
  color: var(--cream);
  padding: 22px 18px 80px;
}

.nav {
  width: min(1180px, 100%);
  margin: 0 auto;
  background: rgba(24, 23, 23, 0.72);
  border: 1px solid rgba(212, 175, 55, 0.55);
  border-radius: 20px;
  padding: 14px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
}

.brand-mark {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  border-radius: 12px;
  background: var(--gold);
  color: var(--black);
  font-weight: 900;
  letter-spacing: -0.06em;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 800;
  font-size: 0.92rem;
}

.nav-links a {
  opacity: 0.9;
}

.nav-links a:hover {
  color: var(--gold);
}

.login-link {
  background: var(--gold);
  color: var(--black);
  padding: 10px 14px;
  border-radius: 999px;
}

.nav-links .login-link:hover {
  color: var(--black);
  background: var(--cream);
}

.hero {
  width: min(980px, 100%);
  margin: 0 auto;
  padding: 86px 0 0;
  text-align: center;
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-weight: 900;
  font-size: 0.78rem;
}

.hero h1 {
  margin: 0;
  font-size: clamp(2.8rem, 7vw, 6.2rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.hero-copy {
  width: min(790px, 100%);
  margin: 24px auto 0;
  color: rgba(255, 251, 232, 0.9);
  font-size: 1.15rem;
  line-height: 1.7;
  font-weight: 700;
}

.hero-actions {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.primary-btn,
.secondary-btn,
.plan-card a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  padding: 13px 18px;
  font-weight: 900;
}

.primary-btn {
  background: var(--gold);
  color: var(--black);
  box-shadow: 0 14px 34px rgba(212, 175, 55, 0.25);
}

.primary-btn:hover {
  background: var(--cream);
}

.secondary-btn {
  border: 1px solid var(--gold);
  color: var(--cream);
}

.secondary-btn:hover {
  background: rgba(255, 251, 232, 0.08);
}

.trust-row {
  margin: 34px auto 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.trust-row span {
  border: 1px solid rgba(212, 175, 55, 0.45);
  background: rgba(24, 23, 23, 0.45);
  color: var(--cream);
  border-radius: 999px;
  padding: 8px 11px;
  font-weight: 800;
  font-size: 0.82rem;
}

main {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.problem-section {
  margin-top: -44px;
  background: white;
  border: 1px solid var(--border);
  border-radius: 26px;
  padding: 34px;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 30px;
  box-shadow: 0 22px 60px rgba(24, 23, 23, 0.12);
}

.problem-section h2,
.features-section h2,
.plans-section h2,
.enterprise-section h2,
.final-cta h2 {
  margin: 0;
  color: var(--black);
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
  letter-spacing: -0.045em;
}

.problem-section p,
.features-section p,
.plans-section p,
.enterprise-section p,
.final-cta p {
  color: var(--muted);
  line-height: 1.65;
  font-weight: 700;
}

.features-section,
.plans-section,
.enterprise-section,
.final-cta {
  padding: 76px 0 0;
}

.features-section > h2,
.plans-section > h2 {
  width: min(760px, 100%);
}

.feature-grid,
.plan-grid {
  margin-top: 28px;
  display: grid;
  gap: 18px;
}

.feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-grid article,
.plan-card,
.enterprise-section,
.final-cta {
  background: white;
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 16px 42px rgba(24, 23, 23, 0.07);
}

.feature-grid h3,
.plan-card h3 {
  margin: 0 0 10px;
  color: var(--burgundy);
  font-size: 1.25rem;
}

.feature-grid p {
  margin: 0;
}

.plan-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.plan-card {
  display: flex;
  flex-direction: column;
}

.plan-card.featured {
  border: 2px solid var(--burgundy);
  transform: translateY(-8px);
}

.plan-label {
  margin: 0 0 10px;
  color: var(--burgundy);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
}

.plan-card h3 {
  color: var(--black);
  font-size: 2.5rem;
  letter-spacing: -0.05em;
}

.plan-card h3 span {
  color: var(--muted);
  font-size: 1rem;
  letter-spacing: 0;
}

.plan-card ul {
  padding-left: 18px;
  color: var(--text);
  font-weight: 800;
  line-height: 1.7;
}

.plan-card a {
  margin-top: auto;
  background: var(--gold);
  color: var(--black);
}

.plan-card a:hover {
  background: var(--burgundy);
  color: white;
}

.enterprise-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
}

.enterprise-section div {
  max-width: 760px;
}

.final-cta {
  text-align: center;
  margin-bottom: 70px;
}

.final-cta p {
  width: min(720px, 100%);
  margin: 16px auto 26px;
}

.footer {
  background: var(--black);
  color: var(--cream);
  padding: 28px 18px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

.footer > div {
  width: min(1180px, 100%);
}

.footer p {
  margin: 6px 0 0;
  color: rgba(255, 251, 232, 0.72);
}

.footer-links {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 14px;
  font-weight: 800;
}

.footer-links a:hover {
  color: var(--gold);
}

@media (max-width: 900px) {
  .nav,
  .enterprise-section,
  .footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-links,
  .footer-links {
    justify-content: flex-start;
  }

  .problem-section,
  .feature-grid,
  .plan-grid {
    grid-template-columns: 1fr;
  }

  .plan-card.featured {
    transform: none;
  }
}

@media (max-width: 620px) {
  .nav-links {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .nav-links a {
    width: 100%;
  }

  .login-link {
    text-align: center;
  }

  .problem-section,
  .feature-grid article,
  .plan-card,
  .enterprise-section,
  .final-cta {
    padding: 20px;
  }
}
.legal-page {
  width: min(860px, calc(100% - 32px));
  margin: 40px auto;
  background: #ffffff;
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 16px 42px rgba(24, 23, 23, 0.08);
}

.legal-page a {
  color: #800020;
  font-weight: 900;
}

.legal-page h1 {
  color: #181717;
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 1;
  letter-spacing: -0.045em;
}

.legal-page h2 {
  color: #800020;
  margin-top: 28px;
}

.legal-page p {
  color: #5f5a50;
  line-height: 1.7;
  font-weight: 700;
}