:root {
  --navy: #0b1f3a;
  --navy-soft: #18365f;
  --gold: #d7a84f;
  --cream: #f7f3ea;
  --paper: #ffffff;
  --text: #172033;
  --muted: #63708a;
  --border: #e6e1d7;
  --shadow: 0 22px 60px rgba(11, 31, 58, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, var(--cream) 0%, #ffffff 52%, var(--cream) 100%);
  line-height: 1.6;
}

a {
  color: inherit;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 24px 22px;
}

.brand {
  color: var(--navy);
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -0.04em;
  text-decoration: none;
}

.nav {
  display: flex;
  gap: 18px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.nav a {
  text-decoration: none;
}

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

main {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 22px 64px;
}

.hero {
  min-height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 0 96px;
}

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

h1,
h2,
h3 {
  margin: 0;
  color: var(--navy);
  line-height: 1.05;
  letter-spacing: -0.05em;
}

h1 {
  max-width: 860px;
  font-size: clamp(48px, 9vw, 96px);
}

h2 {
  font-size: clamp(32px, 5vw, 56px);
}

h3 {
  font-size: clamp(26px, 4vw, 40px);
}

.hero-text {
  max-width: 720px;
  margin: 28px 0 0;
  color: var(--navy-soft);
  font-size: clamp(20px, 3vw, 28px);
  font-weight: 700;
  line-height: 1.35;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
}

.button.primary {
  color: #fff;
  background: var(--navy);
}

.button.secondary {
  color: var(--navy);
  background: var(--paper);
  border: 1px solid var(--border);
}

.section {
  margin: 40px 0;
  padding: 44px;
  border: 1px solid var(--border);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
}

.about {
  display: grid;
  grid-template-columns: 1.35fr 0.85fr;
  gap: 36px;
  align-items: start;
}

.section-copy p:not(.eyebrow),
.contact p,
.product-card p,
.legal-page p,
.legal-page li {
  color: var(--muted);
  font-size: 17px;
}

.principles {
  display: grid;
  gap: 14px;
}

.principles div,
.product-status {
  padding: 18px;
  border-radius: 22px;
  background: var(--cream);
  border: 1px solid var(--border);
}

.principles span {
  display: block;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.principles strong {
  display: block;
  margin-top: 6px;
  color: var(--navy);
  font-size: 18px;
}

.product-card {
  display: grid;
  grid-template-columns: 1fr 260px;
  gap: 28px;
  margin-top: 24px;
  padding: 28px;
  border-radius: 28px;
  background: var(--navy);
  color: #fff;
}

.product-card h3,
.product-card p,
.product-card li {
  color: #fff;
}

.product-card p {
  opacity: 0.86;
}

.product-label {
  margin: 0 0 10px;
  color: var(--gold) !important;
  font-weight: 900;
}

.feature-list {
  display: grid;
  gap: 8px;
  margin: 22px 0 0;
  padding-left: 20px;
}

.product-status {
  align-self: start;
  color: var(--navy);
  background: #fff;
}

.product-status span {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 999px;
  color: var(--navy);
  background: var(--cream);
  font-size: 12px;
  font-weight: 900;
}

.product-status p {
  margin-bottom: 0;
  color: var(--muted) !important;
}

.email-link {
  display: inline-block;
  margin-top: 12px;
  color: var(--navy);
  font-size: 24px;
  font-weight: 900;
  text-decoration-color: var(--gold);
  text-decoration-thickness: 3px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 28px 22px 42px;
  color: var(--muted);
  font-size: 14px;
}

.site-footer div {
  display: flex;
  gap: 16px;
}

.site-footer a {
  font-weight: 800;
  text-decoration: none;
}

.legal-page {
  max-width: 860px;
  margin: 0 auto;
  padding: 56px 22px 80px;
}

.legal-card {
  margin-top: 28px;
  padding: 36px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.legal-card h2 {
  margin-top: 32px;
  font-size: 28px;
}

.legal-card h2:first-child {
  margin-top: 0;
}

@media (max-width: 760px) {
  .site-header,
  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav {
    flex-wrap: wrap;
  }

  .hero {
    min-height: auto;
    padding: 56px 0 64px;
  }

  .section {
    padding: 26px;
    border-radius: 26px;
  }

  .about,
  .product-card {
    grid-template-columns: 1fr;
  }

  .email-link {
    font-size: 20px;
  }
}
