:root {
  --ink: #071727;
  --navy: #0d2438;
  --slate: #425466;
  --muted: #6b7a8f;
  --line: #d9e2ec;
  --ivory: #f7f3ea;
  --paper: #fbfaf7;
  --white: #ffffff;
  --blue: #2f6fdd;
  --blue-dark: #2456aa;
  --gold: #d8a24a;
  --gold-soft: #f0d8a5;
  --shadow: 0 28px 80px rgba(7, 23, 39, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, Aptos, Segoe UI, Arial, sans-serif;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.6;
}

a {
  color: inherit;
}

.container {
  width: min(1140px, calc(100% - 40px));
  margin: 0 auto;
}

.narrow {
  width: min(760px, calc(100% - 40px));
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(251, 250, 247, 0.9);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(217, 226, 236, 0.78);
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-mark,
.profile-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  letter-spacing: -0.06em;
  color: var(--white);
  background: linear-gradient(135deg, var(--ink), var(--blue));
}

.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  font-size: 0.95rem;
}

.brand-name {
  font-weight: 850;
  letter-spacing: -0.03em;
}

nav {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}

nav a {
  text-decoration: none;
  color: var(--slate);
  font-weight: 750;
  font-size: 0.95rem;
}

nav a:hover {
  color: var(--blue);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 112px 0 88px;
  background:
    radial-gradient(circle at 85% 20%, rgba(216, 162, 74, 0.22), transparent 28%),
    radial-gradient(circle at 8% 12%, rgba(47, 111, 221, 0.16), transparent 32%),
    linear-gradient(135deg, #fbfaf7 0%, #eef5ff 100%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -120px -220px auto;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: rgba(7, 23, 39, 0.08);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  gap: 56px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 900;
}

.eyebrow.light {
  color: var(--gold-soft);
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

h1 {
  max-width: 880px;
  font-size: clamp(3rem, 7vw, 6.25rem);
}

h2 {
  font-size: clamp(2.05rem, 4vw, 3.45rem);
}

h3 {
  font-size: 1.25rem;
}

.lede {
  max-width: 760px;
  margin: 28px 0 34px;
  color: var(--slate);
  font-size: clamp(1.12rem, 2vw, 1.34rem);
}

.hero-actions,
.contact-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border-radius: 999px;
  font-weight: 850;
  text-decoration: none;
  transition: transform 0.16s ease, background 0.16s ease, border-color 0.16s ease;
}

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

.primary {
  color: var(--white);
  background: var(--blue);
  box-shadow: 0 16px 32px rgba(47, 111, 221, 0.24);
}

.primary:hover {
  background: var(--blue-dark);
}

.secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid var(--line);
}

.secondary:hover {
  border-color: rgba(47, 111, 221, 0.38);
}

.hero-card {
  padding: 32px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(217, 226, 236, 0.9);
  box-shadow: var(--shadow);
}

.profile-mark {
  width: 76px;
  height: 76px;
  border-radius: 22px;
  margin-bottom: 28px;
  font-size: 1.45rem;
}

.profile-label {
  margin: 0 0 10px;
  color: var(--blue);
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 900;
}

.hero-card h2 {
  margin-bottom: 16px;
  font-size: 1.9rem;
}

.hero-card p {
  margin-bottom: 0;
  color: var(--slate);
}

.proof-strip {
  background: var(--ink);
  color: var(--white);
  padding: 28px 0;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.proof-grid div {
  padding: 10px 0;
}

.proof-number {
  display: block;
  font-size: clamp(1.3rem, 2.7vw, 2.05rem);
  font-weight: 900;
  letter-spacing: -0.05em;
}

.proof-label {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.94rem;
}

.section {
  padding: 96px 0;
}

.two-column,
.results-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 64px;
  align-items: start;
}

.section-copy {
  color: var(--slate);
  font-size: 1.08rem;
}

.section-copy p:first-child {
  margin-top: 0;
}

.section-copy p:last-child {
  margin-bottom: 0;
}

.dark-section {
  color: var(--white);
  background:
    radial-gradient(circle at top left, rgba(47, 111, 221, 0.26), transparent 34%),
    linear-gradient(135deg, var(--ink), var(--navy));
}

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

.narrow-heading {
  max-width: 760px;
}

.cards {
  display: grid;
  gap: 22px;
}

.cards.three {
  grid-template-columns: repeat(3, 1fr);
}

.card {
  padding: 30px;
  border-radius: 24px;
}

.dark-card {
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.13);
}

.card-kicker {
  display: inline-block;
  margin-bottom: 44px;
  color: var(--gold-soft);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.dark-card h3 {
  margin-bottom: 14px;
}

.dark-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
}

.muted {
  background: var(--ivory);
}

.principles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 30px;
}

.principles article {
  background: var(--paper);
  border: 1px solid rgba(217, 226, 236, 0.9);
  border-radius: 22px;
  padding: 24px;
}

.principles h3 {
  margin-bottom: 12px;
  font-size: 1.15rem;
}

.principles p {
  margin: 0;
  color: var(--slate);
}

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

.result-item {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 22px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.result-item span {
  color: var(--blue);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.result-item p {
  margin: 0;
  color: var(--slate);
  font-size: 1.06rem;
}

.ideal {
  padding-top: 32px;
}

.ideal-card {
  padding: clamp(32px, 6vw, 64px);
  border-radius: 34px;
  background:
    radial-gradient(circle at 90% 12%, rgba(216, 162, 74, 0.28), transparent 28%),
    var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.ideal-card p:last-child {
  max-width: 880px;
  margin-bottom: 0;
  color: var(--slate);
  font-size: 1.1rem;
}

.contact {
  text-align: center;
}

.contact p {
  color: var(--slate);
  font-size: 1.08rem;
}

.contact-actions {
  justify-content: center;
  margin-top: 28px;
}

.fine-print {
  margin-top: 20px;
  font-size: 0.86rem !important;
  color: var(--muted) !important;
}

.site-footer {
  padding: 28px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
}

.footer-grid p {
  margin: 0;
}

.footer-grid a {
  color: var(--slate);
  text-decoration: none;
  font-weight: 800;
}

.footer-grid a:hover {
  color: var(--blue);
}

@media (max-width: 940px) {
  .hero-grid,
  .two-column,
  .results-grid,
  .cards.three,
  .principles,
  .proof-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding: 82px 0 70px;
  }

  .section {
    padding: 72px 0;
  }

  .card-kicker {
    margin-bottom: 24px;
  }
}

@media (max-width: 720px) {
  .nav,
  .footer-grid {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav {
    padding: 18px 0;
  }

  nav {
    gap: 16px;
  }

  .hero-card {
    padding: 26px;
  }

  .result-item {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
