* {
  box-sizing: border-box;
}

:root {
  --black: #000000;
  --white: #ffffff;
  --gold: #ffd700;
  --soft-gold: rgba(255, 215, 0, 0.14);
  --pale-gold: rgba(255, 215, 0, 0.07);
  --line-gold: rgba(255, 215, 0, 0.55);
  --muted: rgba(0, 0, 0, 0.62);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.08);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--black);
  font-family: 'Futura', 'Century Gothic', sans-serif;
  letter-spacing: 0.01em;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at top, rgba(255, 215, 0, 0.12), transparent 34rem);
  z-index: -1;
}

.page-shell {
  width: min(100%, 1040px);
  margin: 0 auto;
  padding: 56px 24px 88px;
}

.brand-header {
  text-align: center;
  padding: 28px 0 52px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.32em;
  font-size: 0.72rem;
  font-weight: 700;
}

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

h1 {
  margin-bottom: 18px;
  font-size: clamp(2.25rem, 7vw, 5.5rem);
  line-height: 0.92;
  letter-spacing: 0.12em;
  font-weight: 900;
}

.gold-line {
  width: min(190px, 46vw);
  height: 1px;
  margin: 0 auto 18px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.tagline {
  margin-bottom: 30px;
  font-size: clamp(1rem, 2.5vw, 1.28rem);
  font-style: italic;
  color: var(--muted);
  font-weight: 300;
}

.cta-button,
.floating-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 15px 30px;
  border: 1px solid var(--gold);
  border-radius: 999px;
  background: var(--gold);
  color: var(--black);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(255, 215, 0, 0.22);
  transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.cta-button:hover,
.floating-cta:hover,
.cta-button:focus-visible,
.floating-cta:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(255, 215, 0, 0.34);
  background: #ffe24a;
  outline: none;
}

.service-section {
  padding: clamp(38px, 7vw, 72px) 0;
  border-top: 1px solid var(--line-gold);
}

.section-heading {
  display: grid;
  justify-items: center;
  gap: 16px;
  margin-bottom: 34px;
  text-align: center;
}

.icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  background: var(--pale-gold);
  color: var(--gold);
}

.fa-solid {
  display: block;
  width: 25px;
  height: 25px;
  fill: currentColor;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(1.75rem, 4vw, 3.2rem);
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 900;
}

.pricing-card {
  width: min(100%, 760px);
  margin: 0 auto 22px;
  padding: clamp(24px, 4.5vw, 36px);
  border: 1px solid rgba(255, 215, 0, 0.32);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: var(--shadow);
}

.pricing-card:last-child {
  margin-bottom: 0;
}

h3 {
  margin-bottom: 18px;
  font-size: clamp(1rem, 2.5vw, 1.28rem);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 900;
}

.price-list {
  border-top: 1px solid var(--line-gold);
}

.price-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  padding: 17px 0;
  border-bottom: 1px solid var(--line-gold);
  font-size: clamp(0.98rem, 2vw, 1.08rem);
}

.price-row span {
  line-height: 1.45;
}

.price-row strong {
  flex: 0 0 auto;
  color: var(--black);
  font-size: 1.02em;
  letter-spacing: 0.04em;
}

.price-row em {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.76rem;
  font-style: italic;
  letter-spacing: 0.03em;
}

.quiet-note,
.gold-note {
  margin: 18px 0 0;
  line-height: 1.65;
  font-size: 0.92rem;
}

.quiet-note {
  color: var(--muted);
  font-style: italic;
}

.gold-note {
  position: relative;
  padding-left: 18px;
  color: var(--black);
  font-weight: 700;
}

.gold-note::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
}

.premium-card {
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.2), rgba(255, 255, 255, 0.92) 44%, rgba(255, 215, 0, 0.08));
  border-color: var(--gold);
  box-shadow: 0 30px 80px rgba(255, 215, 0, 0.14), 0 18px 70px rgba(0, 0, 0, 0.08);
}

.premium-label {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--black);
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.68rem;
  font-weight: 800;
}

.final-cta {
  padding: 38px 0 0;
  border-top: 1px solid var(--line-gold);
  text-align: center;
}

.floating-cta {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 20;
  display: none;
  width: calc(100% - 32px);
  min-height: 54px;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 720px) {
  .page-shell {
    padding: 36px 18px 118px;
  }

  .brand-header {
    padding-top: 18px;
    padding-bottom: 42px;
  }

  h1 {
    letter-spacing: 0.08em;
  }

  .pricing-card {
    border-radius: 22px;
  }

  .price-row {
    gap: 16px;
  }

  .floating-cta {
    display: inline-flex;
  }
}

@media (max-width: 520px) {
  .eyebrow {
    letter-spacing: 0.24em;
  }

  .cta-button {
    width: 100%;
    max-width: 340px;
  }

  .price-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .price-row strong {
    font-size: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .cta-button,
  .floating-cta,
  .reveal {
    transition: none;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
