@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Newsreader:opsz,wght@6..72,400;6..72,500&display=swap');

:root {
  --navy: #020817;
  --navy-2: #07142d;
  --navy-3: #0c2043;
  --gold: #ffb30f;
  --gold-light: #ffd35a;
  --cream: #fff8e7;
  --paper: #f5f1e8;
  --ink: #10182a;
  --muted: #5e6472;
  --line: rgba(16, 24, 42, .16);
  --serif: "Newsreader", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.5; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }

.site-header {
  height: 82px; display: flex; align-items: center; justify-content: space-between;
  padding: 0 max(5vw, 24px); color: white; background: var(--navy);
  border-bottom: 1px solid rgba(255, 179, 15, .25);
}
.brand { display: flex; align-items: center; gap: 12px; color: inherit; text-decoration: none; font-weight: 600; letter-spacing: -.02em; }
.brand-mark { color: var(--gold); font-size: 22px; font-weight: 700; font-style: italic; letter-spacing: .04em; }
.site-header nav { display: flex; align-items: center; gap: 34px; }
.site-header nav a { text-decoration: none; font-size: 14px; }
.nav-cta { padding: 10px 17px; color: var(--gold-light); border: 1px solid rgba(255, 211, 90, .7); border-radius: 100px; }

.hero {
  position: relative; overflow: hidden; min-height: 690px; color: white;
  background:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
    radial-gradient(circle at 78% 38%, rgba(255,179,15,.16), transparent 26%),
    linear-gradient(145deg, var(--navy), var(--navy-2));
  background-size: 56px 56px, 56px 56px, auto, auto;
}
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 2px; background: linear-gradient(90deg, transparent, var(--gold), transparent); }
.hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 5vw; max-width: 1500px; min-height: 690px; margin: auto; padding: 70px max(7vw, 24px) 82px; }
.eyebrow, .section-kicker, .label, .preview-top { font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow, .section-kicker { color: #9f720d; }
.hero .eyebrow { color: var(--gold); }
.hero h1 { max-width: 870px; margin: 24px 0; font-family: var(--serif); font-size: clamp(60px, 7.8vw, 116px); font-weight: 400; line-height: .88; letter-spacing: -.052em; }
.hero h1 em { color: var(--gold-light); font-weight: 400; }
.hero-copy { max-width: 660px; color: #d7dbea; font-family: var(--serif); font-size: clamp(22px, 2.2vw, 32px); line-height: 1.28; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 40px; }
.button { display: inline-flex; justify-content: center; align-items: center; border: 0; border-radius: 100px; padding: 15px 23px; text-decoration: none; font-weight: 700; cursor: pointer; }
.primary { color: var(--navy); background: linear-gradient(135deg, var(--gold-light), var(--gold)); box-shadow: 0 12px 34px rgba(255,179,15,.18); }
.text-link { color: white; text-underline-offset: 5px; }
.trust-line { margin-top: 55px; color: #959eb2; font-size: 13px; }
.hero-logo { position: relative; display: grid; place-items: center; min-height: 430px; }
.hero-logo img { position: relative; z-index: 1; width: min(100%, 440px); height: auto; border-radius: 50%; filter: drop-shadow(0 22px 55px rgba(0,0,0,.5)); }
.sun-glow { position: absolute; width: 55%; aspect-ratio: 1; border-radius: 50%; background: rgba(255,179,15,.22); filter: blur(55px); }

.brief-preview { margin: 0; padding: 42px max(7vw, 24px); color: var(--cream); background: var(--navy-2); }
.preview-top { display: flex; justify-content: space-between; padding-bottom: 25px; color: var(--gold); border-bottom: 1px solid rgba(255,255,255,.17); }
.preview-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.preview-grid article { display: grid; grid-template-columns: 42px 1fr; gap: 10px; padding: 42px 30px 30px 0; }
.preview-grid article + article { padding-left: 30px; border-left: 1px solid rgba(255,255,255,.17); }
.number, .label { color: var(--gold); }
.preview-grid h2 { font-family: var(--serif); font-weight: 400; font-size: 28px; line-height: 1.2; }
.preview-grid article p:last-child { color: #acb4c4; font-size: 14px; }

.steps { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; padding: 120px max(8vw, 24px); background: var(--cream); }
.steps h2, .signup h2 { font-family: var(--serif); font-size: clamp(43px, 5vw, 72px); font-weight: 400; line-height: 1; letter-spacing: -.035em; }
.steps ol { list-style: none; margin: 0; padding: 0; }
.steps li { display: grid; grid-template-columns: 55px 1fr; gap: 16px; padding: 28px 0; border-top: 1px solid var(--line); }
.steps li:last-child { border-bottom: 1px solid var(--line); }
.steps li > span { color: #a3740c; font-size: 12px; font-weight: 700; }
.steps h3 { margin: 0; font-family: var(--serif); font-size: 27px; font-weight: 500; }
.steps li p { margin: 7px 0; color: var(--muted); }

.signup { display: grid; grid-template-columns: .85fr 1.15fr; gap: 7vw; padding: 110px max(8vw, 24px); color: white; background: radial-gradient(circle at 10% 10%, rgba(255,179,15,.2), transparent 28%), var(--navy-3); }
.signup .section-kicker { color: var(--gold); }
.signup-intro > p:last-child { max-width: 430px; color: #c7cede; font-size: 18px; }
.signup form { padding: 36px; color: var(--ink); background: white; border-top: 4px solid var(--gold); border-radius: 5px; box-shadow: 0 24px 70px rgba(0,0,0,.25); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
label { display: grid; gap: 7px; margin-bottom: 18px; font-size: 13px; font-weight: 600; }
input, textarea { width: 100%; padding: 12px 2px; background: transparent; border: 0; border-bottom: 1px solid #a6a9b0; border-radius: 0; outline: none; }
input:focus, textarea:focus { border-color: var(--gold); box-shadow: 0 1px var(--gold); }
textarea { resize: vertical; }
.consent { grid-template-columns: 20px 1fr; align-items: start; color: var(--muted); font-weight: 400; }
.consent input { width: 16px; height: 16px; margin: 3px 0; accent-color: var(--gold); }
.submit { width: 100%; justify-content: space-between; border-radius: 2px; }
.form-note { color: var(--muted); font-size: 12px; text-align: center; }
.form-status:not(:empty) { margin-bottom: 20px; padding: 12px; background: #fff2c5; }
.form-status.error { background: #f7dfd9; }
.honeypot { position: absolute; left: -9999px; }

.feedback-page { min-height: calc(100vh - 82px); }
fieldset { margin: 0 0 18px; padding: 0; border: 0; }
legend { margin-bottom: 10px; font-size: 13px; font-weight: 600; }
.rating { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.rating label { display: flex; justify-content: center; padding: 11px; border: 1px solid #a6a9b0; cursor: pointer; }
.rating input { width: auto; margin-right: 8px; accent-color: var(--gold); }
select { padding: 12px; background: white; border: 1px solid #a6a9b0; }

footer { display: flex; align-items: center; justify-content: space-between; padding: 42px max(5vw, 24px); color: white; background: var(--navy); border-top: 1px solid rgba(255,179,15,.22); }
footer p { color: #9aa4b8; }
footer > div { display: flex; gap: 24px; font-size: 13px; }

@media (max-width: 900px) {
  .site-header nav > a:not(.nav-cta) { display: none; }
  .hero-inner { grid-template-columns: 1fr; padding-top: 64px; }
  .hero-logo { grid-row: 1; min-height: 240px; }
  .hero-logo img { width: min(75vw, 330px); }
  .hero-message { grid-row: 2; }
  .hero h1 { font-size: 16vw; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .preview-grid, .steps, .signup { grid-template-columns: 1fr; }
  .preview-grid article + article { padding-left: 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.17); }
  .steps { padding-top: 85px; padding-bottom: 85px; }
  .form-grid { grid-template-columns: 1fr; }
  footer { align-items: flex-start; flex-direction: column; gap: 22px; }
}

@media (max-width: 520px) {
  .brand > span:last-child { display: none; }
  .hero-logo { min-height: 190px; }
  .hero-logo img { width: 260px; }
  .signup form { padding: 26px 20px; }
}

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