* {
  box-sizing: border-box;
}

:root {
  --royal-blue: #0d2b76;
  --royal-blue-light: #4e67a1;
  --royal-blue-dark: #0f2462;
  --midnight-blue: #061642;
  --gold: #d6a13d;
  --gold-light: #f0c76a;
  --gold-bright: #ffd978;
  --cream: #f6efdf;
  --soft-cream: #fffaf0;
  --text: #233458;
  --muted: #4b5563;
  --border: #bca67c;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--text);
  background:
    radial-gradient(circle at 8% 14%, rgba(255, 217, 120, 0.32) 0 2px, transparent 3px),
    radial-gradient(circle at 18% 36%, rgba(240, 199, 106, 0.24) 0 1.5px, transparent 3px),
    radial-gradient(circle at 82% 12%, rgba(255, 217, 120, 0.30) 0 2px, transparent 4px),
    radial-gradient(circle at 92% 34%, rgba(214, 161, 61, 0.26) 0 1.5px, transparent 4px),
    radial-gradient(circle at 76% 72%, rgba(240, 199, 106, 0.20) 0 2px, transparent 4px),
    radial-gradient(circle at 22% 82%, rgba(255, 217, 120, 0.20) 0 1.5px, transparent 4px),
    radial-gradient(circle at top, rgba(255, 217, 120, 0.24), transparent 34%),
    linear-gradient(135deg, var(--royal-blue), var(--royal-blue-dark) 64%);
  background-attachment: fixed;
  min-height: 100vh;
  position: relative;
}

body::before {
  content: "";
  position: fixed;
  top: -260px;
  left: 50%;
  transform: translateX(-50%);
  width: 1050px;
  height: 1050px;
  border-radius: 50%;
  background:
    radial-gradient(
      circle,
      rgba(255, 217, 120, 0.36) 0%,
      rgba(240, 199, 106, 0.18) 32%,
      rgba(214, 161, 61, 0.08) 52%,
      transparent 72%
    );
  pointer-events: none;
  z-index: -2;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(255, 217, 120, 0.40) 0 1px, transparent 1.5px),
    radial-gradient(circle, rgba(214, 161, 61, 0.28) 0 1px, transparent 1.5px);
  background-size: 120px 120px, 190px 190px;
  background-position: 14px 28px, 70px 90px;
  pointer-events: none;
  z-index: -1;
  opacity: 0.68;
}

.page {
  padding: 36px 20px;
}

.container {
  max-width: 1060px;
  margin: 0 auto;
}

.hero,
.section {
  background: rgba(249, 249, 247, 0.96);
  border: 2px solid rgba(250, 188, 74, 0.981);
  border-radius: 28px;
  padding: 24px;
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.16),
    0 0 46px rgba(240, 200, 106, 0.312);
  margin-bottom: 28px;
  position: relative;
  overflow: hidden;
}

.hero::before,
.section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 18%;
  right: 18%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(249, 223, 159, 0.85),
    transparent
  );
}

.gold-edge {
  border: 1px solid rgba(214, 160, 61, 0.405);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.16),
    0 0 0 1px rgba(238, 194, 90, 0.16),
    0 0 54px rgba(240, 199, 106, 0.18);
}

.hero {
  text-align: center;
  background:
    radial-gradient(circle at 30% 18%, rgba(7, 27, 77, 0.94) 0%, rgba(7, 27, 77, 0.74) 20%, transparent 38%),
    radial-gradient(circle at 20% 0%, rgba(255, 217, 120, 0.30), transparent 34%),
    radial-gradient(circle at 18% 20%, rgba(240, 199, 106, 0.20) 0 2px, transparent 4px),
    radial-gradient(circle at 84% 28%, rgba(214, 161, 61, 0.22) 0 2px, transparent 4px),
    linear-gradient(180deg, rgba(255, 246, 220, 0.96), white 42%);
}

.logo {
  width: 180px;
  max-width: 70%;
  margin-bottom: 18px;
  border-radius: 50%;
  border: 2px solid var(--gold);
  background: var(--royal-blue);
  box-shadow:
    0 0 0 1px rgba(24, 11, 118, 0.74),
    0 0 0 2px rgba(135, 106, 240, 0.22),
    0 7px 7px rgba(160, 168, 188, 0.678),
    0 0 40px rgba(255, 217, 120, 0.40);
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--gold-light);
  font-size: 0.78rem;
  font-weight: bold;
  text-shadow:
    -1px -1px 0 var(--royal-blue),
     1px -1px 0 var(--royal-blue),
    -1px  1px 0 var(--royal-blue),
     1px  1px 0 var(--royal-blue),
     0 0 10px rgba(255, 217, 120, 0.35);
}

h1 {
  font-size: 4.3rem;
  margin: 10px 0;
  color: var(--royal-blue);
  text-shadow: 0 2px 0 rgba(247, 205, 16, 0.14);
}

h2 {
  margin-top: 0;
  font-size: 2rem;
  color: var(--royal-blue);
}

.tagline {
  font-size: 1.55rem;
  line-height: 1.45;
  max-width: 800px;
  margin: 0 auto 20px;
  color: #17243f;
}

.bridge-lines {
  color: var(--royal-blue);
  font-weight: bold;
}

.intro,
.text {
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--muted);
}

.intro {
  max-width: 760px;
  margin: 0 auto;
}

.small-copy {
  font-size: 0.92rem;
  line-height: 1.00;
}

.button {
  display: inline-block;
  margin-top: 24px;
  background: linear-gradient(135deg, var(--royal-blue), var(--royal-blue-light));
  color: white;
  padding: 15px 28px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid rgba(240, 199, 106, 0.70);
  cursor: pointer;
  font-size: 1rem;
  font-family: inherit;
  box-shadow:
    0 12px 30px rgba(14, 41, 108, 0.789),
    0 0 25px rgba(199, 145, 18, 0.14);
  transition: 0.22s ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow:
    0 15px 34px rgba(7, 27, 77, 0.46),
    0 0 34px rgba(255, 217, 120, 0.57);
}

.beta-note {
  font-size: 0.95rem;
  color: #162b52;
  margin-top: 14px;
}

.highlight {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 217, 120, 0.30) 0 2px, transparent 4px),
    radial-gradient(circle at 84% 24%, rgba(240, 199, 106, 0.14) 0 2px, transparent 4px),
    radial-gradient(circle at 50% 0%, rgba(255, 217, 120, 0.18), transparent 38%),
    linear-gradient(
      135deg,
      #3559a8d5 0%,
      #6f82bd 52%,
      #253d75 100%
    );

  border: 2px solid rgba(240, 200, 106, 0.42);

  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.14),
    0 0 30px rgba(240, 200, 106, 0.30);
}

.highlight h2,
.highlight .text {
  color: white;
}

.highlight .text {
  opacity: 0.96;
}

.grid,
.story-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 20px;
}

.pill,
.story-card {
  background: var(--soft-cream);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 14px;
  box-shadow:
    0 10px 24px rgba(7, 27, 77, 0.107),
    inset 0 1px 0 rgba(255, 217, 120, 0.28);
}

.pill {
  text-align: center;
  font-weight: bold;
  color: var(--royal-blue);
}

.story-card strong {
  display: block;
  color: #9a6a2f;
  margin-bottom: 8px;
}

.statement {
  font-size: 1.15rem;
  line-height: 1.55;
  color: var(--royal-blue);
  font-weight: bold;
}

.statement span {
  display: inline-block;
  margin-top: 8px;
  color: #9a6a2f;
  letter-spacing: 0.03em;
}

form {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}

label {
  font-weight: bold;
  color: var(--royal-blue);
}

input,
textarea {
  width: 100%;
  padding: 14px;
  border-radius: 12px;
  border: 1px solid #d8cbb8;
  font: inherit;
  background: #fffdf8;
}

input:focus,
textarea:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(240, 199, 106, 0.18);
}

textarea {
  min-height: 110px;
  resize: vertical;
}

footer {
  text-align: center;
  margin: 34px 0 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
}

@media (max-width: 800px) {
  .hero,
  .section {
    padding: 24px 22px;
  }

  h1 {
    font-size: 3rem;
  }

  .tagline {
    font-size: 1.3rem;
  }

  .grid,
  .story-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 520px) {
  .page {
    padding: 24px 14px;
  }

  h1 {
    font-size: 2.55rem;
  }

  .grid,
  .story-grid {
    grid-template-columns: 1fr;
  }
  .privacy-title {
    margin-top: 28px;
    margin-bottom: 10px;
    color: var(--royal-blue);
    font-size: 1.15rem;
  }
  .privacy-box {
    margin-top: 28px;
    padding: 20px;
    background: rgba(255, 250, 240, 0.82);
    border: 1px solid rgba(214, 161, 61, 0.45);
    border-radius: 18px;
    box-shadow: inset 0 1px 0 rgba(255, 217, 120, 0.24);
  }
  
  .privacy-box h3 {
    margin: 0 0 10px;
    color: var(--royal-blue);
    font-size: 1.15rem;
  }
  
  .privacy-box p {
    margin: 0 0 10px;
    color: var(--muted);
    font-size: 0.95rem;
    line-height: 1.6;
  }
  
  .privacy-box p:last-child {
    margin-bottom: 0;
  }
}