:root {
  --blue: #176fba;
  --blue-dark: #07518e;
  --cyan: #22b9ee;
  --green: #72d13f;
  --yellow: #ffb31a;
  --ink: #102b43;
  --paper: #fff;
  --soft: #f2f8fc;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; line-height: 1.5; }
a { color: inherit; }
.topbar { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 12px clamp(24px, 6vw, 88px); background: #fff; position: relative; z-index: 20; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--blue); text-decoration: none; font-size: clamp(1.1rem, 2vw, 1.5rem); text-transform: uppercase; font-weight: 500; letter-spacing: -.035em; }
.brand strong { font-weight: 900; }
.heart { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--green); color: white; font-size: 1.45rem; line-height: 1; }
nav { display: flex; gap: 28px; }
nav a, .back-link { text-decoration: none; font-weight: 700; }
nav a:hover, .back-link:hover { color: var(--blue); }

.hero { min-height: calc(100vh - 84px); display: grid; grid-template-columns: .95fr 1.05fr; overflow: hidden; color: white; background: radial-gradient(circle at 82% 25%, #2e8bd2 0 15%, transparent 15.2%), linear-gradient(135deg, #07589a 0%, #1b76be 72%, #48a7dd 100%); }
.hero-copy { padding: clamp(68px, 9vw, 132px) 24px clamp(62px, 8vw, 110px) clamp(28px, 8vw, 120px); align-self: center; position: relative; z-index: 3; }
.eyebrow { margin: 0 0 18px; color: var(--blue); font-size: .9rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.light { color: white; opacity: .85; }
.hero .eyebrow { color: var(--green); }
.hero h1 { margin: 0; font-size: clamp(4rem, 8vw, 8rem); line-height: .82; letter-spacing: -.075em; text-transform: uppercase; }
.hero h1 em { font-weight: 500; }
.number { margin: 24px 0 4px; color: white; font-size: clamp(6rem, 13vw, 12rem); font-weight: 900; font-style: italic; line-height: .82; letter-spacing: -.08em; text-shadow: 7px 7px 0 var(--cyan); }
.slogan { margin: 24px 0 0; color: var(--yellow); font-size: clamp(1.2rem, 2vw, 1.65rem); font-weight: 800; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 12px 22px; border: 2px solid white; border-radius: 999px; text-decoration: none; font-size: .95rem; font-weight: 800; }
.button.primary { background: var(--green); border-color: var(--green); color: var(--blue-dark); }
.button.secondary { background: transparent; color: white; }
.button:hover { transform: translateY(-2px); }
.hero-art { position: relative; display: grid; place-items: center; padding: clamp(28px, 5vw, 70px); }
.hero-art::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 48px; background: var(--green); }
.rings { position: absolute; width: 80%; aspect-ratio: 1; border: 2px solid rgba(255,255,255,.2); border-radius: 50%; box-shadow: 0 0 0 60px rgba(255,255,255,.04), 0 0 0 120px rgba(255,255,255,.03); }
.hero-art img { position: relative; z-index: 2; width: min(100%, 720px); filter: drop-shadow(0 24px 40px rgba(0,25,55,.24)); }

.campaign-strip { padding: clamp(42px, 7vw, 90px) clamp(24px, 8vw, 120px); background: #fff; }
.campaign-strip img { display: block; width: 100%; border-radius: 26px; box-shadow: 0 20px 60px rgba(6,62,105,.15); }
.about { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(30px, 7vw, 120px); padding: clamp(80px, 10vw, 150px) clamp(24px, 8vw, 120px); background: var(--soft); }
.section-label { color: var(--blue); font-size: .88rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; padding-top: 14px; }
.about h2, .contact h2 { margin: 0 0 28px; font-size: clamp(2.6rem, 5vw, 5rem); line-height: .93; letter-spacing: -.06em; }
.about h2 { color: var(--blue); }
.about-content > p { max-width: 720px; margin: 0 0 46px; font-size: 1.2rem; }
.facts { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid #b7cedd; }
.facts div { padding: 24px 20px 24px 0; border-bottom: 1px solid #b7cedd; }
.facts span, .contact-links span, .pending span { display: block; color: #668298; font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.facts strong { display: block; margin-top: 6px; font-size: 1.05rem; }

.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; padding: clamp(80px, 9vw, 140px) clamp(24px, 8vw, 120px); background: var(--blue-dark); color: white; }
.contact-links { border-top: 1px solid rgba(255,255,255,.24); }
.contact-links a, .pending { display: block; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.24); text-decoration: none; font-size: clamp(1rem, 1.8vw, 1.25rem); overflow-wrap: anywhere; }
.contact-links a:hover { color: var(--green); }
.contact-links span, .pending span { margin-bottom: 5px; color: #83b2d2; }
.pending { color: rgba(255,255,255,.65); }

footer { padding: 28px clamp(24px, 6vw, 88px); background: var(--blue); color: white; }
.legal { margin: 0; font-size: .85rem; line-height: 1.6; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 22px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.35); font-weight: 700; }

.legal-page { background: var(--soft); }
.policy { max-width: 880px; margin: 0 auto; padding: clamp(70px, 10vw, 130px) 24px; }
.policy h1 { margin: 0 0 8px; color: var(--blue); font-size: clamp(3rem, 7vw, 6rem); line-height: .95; letter-spacing: -.06em; }
.policy .updated { color: #60788a; margin-bottom: 58px; }
.policy h2 { margin: 36px 0 10px; font-size: 1.35rem; }
.policy p { font-size: 1.05rem; }
.policy a { color: var(--blue-dark); font-weight: 700; }

@media (max-width: 800px) {
  .topbar { min-height: 72px; padding: 10px 20px; }
  nav { gap: 16px; }
  nav a { font-size: .9rem; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 56px 24px 12px; }
  .hero-art { min-height: 480px; padding: 20px; }
  .hero-art img { width: min(90vw, 610px); }
  .campaign-strip { padding: 30px 18px; }
  .campaign-strip img { border-radius: 14px; }
  .about, .contact { grid-template-columns: 1fr; gap: 34px; }
  .facts { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 520px) {
  .brand span:last-child { font-size: .95rem; }
  .heart { width: 34px; height: 34px; font-size: 1.1rem; }
  nav a:first-child { display: none; }
  .hero h1 { font-size: 4.25rem; }
  .number { font-size: 7.2rem; text-shadow: 5px 5px 0 var(--cyan); }
  .hero-art { min-height: 400px; }
  .about-content > p { font-size: 1.05rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button:hover { transform: none; }
}
