/* =========================================================
   AMOS INTO ACTION — Landing page styles
   ========================================================= */

:root {
  --navy:        #002060;
  --blue:        #0050A0;
  --blue-light:  #4A8FCC;
  --teal:        #006B60;
  --teal-light:  #E0F0EE;
  --cream:       #FDFAF4;
  --off-white:   #F4F7FA;
  --border:      #C8D6E5;
  --text:        #1A2B3C;
  --muted:       #4A607A;
  --light-text:  #6B8099;
  --white:       #FFFFFF;
  --overlay-dark: rgba(0, 22, 68, 0.82);
  --overlay-mid:  rgba(0, 60, 130, 0.65);
  --overlay-teal: rgba(0, 90, 80, 0.45);
}

/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
img { display: block; max-width: 100%; }
a { color: inherit; }

/* ── BASE ── */
html { scroll-behavior: smooth; }

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.7;
  color: var(--text);
  background: var(--white);
}

/* ── TYPOGRAPHY ── */
h1, h2, h3, h4 {
  line-height: 1.2;
  color: var(--navy);
}

h1 { font-size: clamp(2.4rem, 5.5vw, 4.2rem); letter-spacing: -0.02em; }
h2 { font-size: clamp(1.7rem, 3.5vw, 2.8rem); letter-spacing: -0.01em; }
h3 { font-size: clamp(1.2rem, 2.5vw, 1.65rem); }
h4 { font-size: 1.1rem; }

p { max-width: 680px; }

/* ── LAYOUT ── */
.container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 28px;
}

.section {
  padding: 88px 0;
}

.section--sm { padding: 56px 0; }
.section--lg { padding: 112px 0; }

/* ── EYEBROW LABELS ── */
.eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--blue-light);
  margin-bottom: 16px;
}

.eyebrow--dark { color: var(--navy); opacity: 0.5; }
.eyebrow--white { color: rgba(255,255,255,0.7); }

/* ── HERO ── */
.hero {
  position: relative;
  min-height: 100vh;
  background-size: cover;
  background-position: center 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 28px 64px;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    150deg,
    var(--overlay-dark) 0%,
    var(--overlay-mid) 55%,
    var(--overlay-teal) 100%
  );
}

.hero-inner {
  position: relative;
  z-index: 1;
  max-width: 820px;
  width: 100%;
}

.hero-wordmark {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  margin-bottom: 20px;
}

.hero h1 {
  color: var(--white);
  margin-bottom: 16px;
}

.hero-subtitle {
  font-size: clamp(1rem, 2.2vw, 1.25rem);
  color: rgba(255,255,255,0.88);
  max-width: 560px;
  margin: 0 auto 52px;
}

/* ── COUNTDOWN ── */
.countdown-intro {
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
  margin-bottom: 14px;
}

.countdown {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}

.countdown-unit {
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 14px;
  padding: 22px 28px;
  min-width: 105px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.countdown-number {
  display: block;
  font-size: clamp(2.4rem, 4.5vw, 3.8rem);
  font-weight: 700;
  line-height: 1;
  color: var(--white);
  font-variant-numeric: tabular-nums;
}

.countdown-label {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  margin-top: 7px;
}

/* ── BUTTONS ── */
.btn {
  display: inline-block;
  font-size: 0.95rem;
  font-weight: 600;
  padding: 15px 38px;
  border-radius: 50px;
  text-decoration: none;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.22s ease;
  letter-spacing: 0.01em;
}

.btn-hero {
  background: var(--white);
  color: var(--navy);
  border-color: var(--white);
}
.btn-hero:hover {
  background: transparent;
  color: var(--white);
}

.btn-primary {
  background: var(--blue);
  color: var(--white);
  border-color: var(--blue);
}
.btn-primary:hover {
  background: var(--navy);
  border-color: var(--navy);
}

/* ── REVIEW SECTION ── */
.review-section {
  background: var(--cream);
}

.review-grid {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 64px;
  align-items: center;
}

.review-text h2 { margin-bottom: 28px; }
.review-text p { margin-bottom: 18px; color: var(--muted); }
.review-text p.lead {
  font-size: 1.15rem;
  color: var(--text);
  font-family: inherit;
  font-style: italic;
}

.review-image img {
  border-radius: 12px;
  width: 100%;
  height: 440px;
  object-fit: cover;
  object-position: center top;
  box-shadow: 0 20px 60px rgba(0,32,96,0.15);
}

.download-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  font-weight: 600;
  color: var(--blue);
  text-decoration: none;
  font-size: 0.95rem;
  border-bottom: 2px solid transparent;
  transition: border-color 0.2s;
}
.download-link:hover { border-color: var(--blue); }

/* ── IMAGE STRIP ── */
.image-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.image-strip img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
}

/* ── WELCOME SECTION ── */
.welcome-section {
  background: var(--white);
}

.welcome-intro {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 56px;
}
.welcome-intro h2 { margin-bottom: 20px; }
.welcome-intro p { margin: 0 auto; color: var(--muted); }

.explore-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.explore-card {
  background: var(--off-white);
  border-radius: 14px;
  padding: 36px 28px;
  border-left: 4px solid var(--blue-light);
}

.explore-card h3 {
  font-size: 1.1rem;
  margin-bottom: 12px;
  color: var(--navy);
}

.explore-card p {
  font-size: 0.95rem;
  color: var(--muted);
  max-width: none;
}

/* ── LEADERSHIP SECTION ── */
.leadership-section {
  background: var(--off-white);
}

.leadership-intro {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 56px;
}
.leadership-intro h2 { margin-bottom: 18px; }
.leadership-intro p { margin: 0 auto; color: var(--muted); }

.leadership-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-bottom: 48px;
}

.leader-card {
  background: var(--white);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,32,96,0.08);
  display: flex;
  gap: 0;
}

.leader-image {
  width: 160px;
  flex-shrink: 0;
}

.leader-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.leader-info {
  padding: 28px 24px;
}

.leader-name {
  font-family: inherit;
  font-size: 1.1rem;
  font-weight: normal;
  color: var(--navy);
  margin-bottom: 4px;
}

.leader-title {
  font-size: 0.85rem;
  color: var(--muted);
  margin-bottom: 16px;
  line-height: 1.4;
}

.leader-info p {
  font-size: 0.93rem;
  color: var(--muted);
  max-width: none;
}

.leadership-copy {
  background: var(--white);
  border-radius: 14px;
  padding: 40px 48px;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  box-shadow: 0 4px 24px rgba(0,32,96,0.06);
}

.leadership-copy p {
  font-size: 1.05rem;
  color: var(--muted);
  max-width: none;
  font-style: italic;
  font-family: inherit;
}

/* ── WHAT HAPPENS SECTION ── */
.steps-section {
  background: var(--white);
}

.steps-grid {
  display: grid;
  grid-template-columns: 480px 1fr;
  gap: 72px;
  align-items: start;
}

.steps-image img {
  border-radius: 14px;
  width: 100%;
  height: 520px;
  object-fit: cover;
  box-shadow: 0 20px 60px rgba(0,32,96,0.12);
}

.steps-content h2 { margin-bottom: 40px; }

.step {
  display: flex;
  gap: 24px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--border);
}

.step:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.step-number {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  background: var(--navy);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: inherit;
  font-size: 1.05rem;
  font-weight: normal;
  margin-top: 4px;
}

.step-body h3 { font-size: 1.2rem; margin-bottom: 10px; }
.step-body p { font-size: 0.95rem; color: var(--muted); max-width: none; }
.step-body ul {
  margin-top: 10px;
  padding-left: 18px;
  font-size: 0.93rem;
  color: var(--muted);
}
.step-body ul li { margin-bottom: 4px; }

/* ── PROMISE SECTION ── */
.promise-section {
  background: var(--navy);
  color: var(--white);
}

.promise-grid {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 72px;
  align-items: center;
}

.promise-content .eyebrow { color: rgba(255,255,255,0.5); }
.promise-content h2 { color: var(--white); margin-bottom: 16px; }
.promise-content > p {
  color: rgba(255,255,255,0.75);
  margin-bottom: 36px;
  font-style: italic;
  font-family: inherit;
}

.promise-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.promise-list li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  color: rgba(255,255,255,0.85);
  font-size: 0.97rem;
}

.promise-icon {
  width: 28px;
  height: 28px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
  font-size: 0.8rem;
}

.promise-image img {
  border-radius: 16px;
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 24px 60px rgba(0,0,0,0.3);
}

/* ── REGISTRATION FORM ── */
.register-section {
  background: var(--cream);
}

.register-intro {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 56px;
}
.register-intro h2 { margin-bottom: 16px; }
.register-intro p { margin: 0 auto; color: var(--muted); }

.form-card {
  background: var(--white);
  border-radius: 20px;
  padding: 52px 56px;
  max-width: 860px;
  margin: 0 auto;
  box-shadow: 0 8px 48px rgba(0,32,96,0.10);
}

.form-section-title {
  font-family: inherit;
  font-size: 1.25rem;
  color: var(--navy);
  margin-bottom: 28px;
  padding-bottom: 14px;
  border-bottom: 2px solid var(--border);
}

.form-group {
  margin-bottom: 24px;
}

.form-group label {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 8px;
}

.form-group select,
.form-group input[type="text"],
.form-group input[type="email"] {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid var(--border);
  border-radius: 8px;
  font-size: 0.97rem;
  color: var(--text);
  background: var(--white);
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  transition: border-color 0.2s;
  font-family: inherit;
}

.form-group select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%234A607A' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 40px;
}

.form-group select:focus,
.form-group input:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(0,80,160,0.10);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

/* ── SLIDERS ── */
.slider-section {
  margin: 40px 0;
}

.slider-intro {
  font-size: 0.93rem;
  color: var(--muted);
  margin-bottom: 28px;
  font-style: italic;
}

.slider-group {
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--border);
}

.slider-group:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.slider-question {
  font-size: 0.95rem;
  color: var(--text);
  margin-bottom: 14px;
  line-height: 1.5;
}

.slider-tag {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: var(--off-white);
  color: var(--blue);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 2px 10px;
  margin-bottom: 10px;
}

.slider-row {
  display: flex;
  align-items: center;
  gap: 14px;
}

.slider-endpoint {
  font-size: 0.78rem;
  color: var(--light-text);
  white-space: nowrap;
  flex-shrink: 0;
  width: 90px;
}

.slider-endpoint:last-child { text-align: right; }

input[type="range"].slider {
  flex: 1;
  height: 6px;
  -webkit-appearance: none;
  appearance: none;
  background: var(--border);
  border-radius: 3px;
  outline: none;
  cursor: pointer;
}

input[type="range"].slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  background: var(--blue);
  border-radius: 50%;
  cursor: pointer;
  border: 3px solid white;
  box-shadow: 0 2px 8px rgba(0,80,160,0.3);
  transition: transform 0.15s;
}

input[type="range"].slider::-webkit-slider-thumb:hover {
  transform: scale(1.15);
}

input[type="range"].slider::-moz-range-thumb {
  width: 22px;
  height: 22px;
  background: var(--blue);
  border-radius: 50%;
  cursor: pointer;
  border: 3px solid white;
  box-shadow: 0 2px 8px rgba(0,80,160,0.3);
}

.slider-value {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--blue);
  font-variant-numeric: tabular-nums;
  min-width: 24px;
  text-align: center;
  flex-shrink: 0;
}

/* ── CONSENT & SUBMIT ── */
.consent-section { margin-top: 40px; }

.consent-group {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 32px;
}

.consent-group input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  flex-shrink: 0;
  accent-color: var(--blue);
  cursor: pointer;
}

.consent-group label {
  font-size: 0.93rem;
  color: var(--muted);
  cursor: pointer;
  line-height: 1.5;
}

.form-submit {
  text-align: center;
}

.btn-submit {
  display: inline-block;
  background: var(--navy);
  color: white;
  font-size: 1rem;
  font-weight: 600;
  padding: 18px 52px;
  border-radius: 50px;
  border: 2px solid var(--navy);
  cursor: pointer;
  letter-spacing: 0.02em;
  transition: all 0.22s ease;
  font-family: inherit;
}

.btn-submit:hover {
  background: var(--blue);
  border-color: var(--blue);
  transform: translateY(-1px);
  box-shadow: 0 8px 28px rgba(0,32,96,0.2);
}

/* ── SUCCESS STATE ── */
.form-success {
  display: none;
  text-align: center;
  padding: 48px 0 24px;
}

.success-icon {
  width: 72px;
  height: 72px;
  background: var(--teal-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  font-size: 2rem;
}

.form-success h3 { margin-bottom: 12px; }
.form-success p { margin: 0 auto; color: var(--muted); }

/* ── FOOTER ── */
.site-footer {
  background: var(--navy);
  color: rgba(255,255,255,0.6);
  padding: 40px 0;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-brand {
  font-family: inherit;
  font-size: 1rem;
  color: rgba(255,255,255,0.85);
}

.footer-copy {
  font-size: 0.83rem;
}

.footer-copy a {
  color: rgba(255,255,255,0.85);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-copy a:hover {
  color: var(--white);
}

.footer-privacy {
  font-size: 0.83rem;
  color: rgba(255,255,255,0.55);
  text-decoration: underline;
  text-underline-offset: 3px;
  white-space: nowrap;
}

.footer-privacy:hover {
  color: var(--white);
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .review-grid,
  .steps-grid,
  .promise-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .review-image { display: none; }

  .steps-image img { height: 300px; }

  .leadership-grid { grid-template-columns: 1fr; }

  .leader-card { flex-direction: column; }
  .leader-image { width: 100%; height: 220px; }
  .leader-image img { object-position: center 20%; }

  .promise-image { display: none; }

  .explore-grid { grid-template-columns: 1fr; }

  .form-row { grid-template-columns: 1fr; }

  .form-card { padding: 36px 28px; }

  .steps-grid { grid-template-columns: 1fr; }

  .image-strip { grid-template-columns: repeat(3, 1fr); }
  .image-strip img { height: 200px; }
}

@media (max-width: 600px) {
  h1 { font-size: 2.2rem; }
  h2 { font-size: 1.7rem; }

  .countdown { gap: 8px; }
  .countdown-unit { min-width: 80px; padding: 16px 16px; }

  .image-strip { grid-template-columns: 1fr; }
  .image-strip img { height: 260px; }

  .leadership-copy { padding: 28px 24px; }

  .form-card { padding: 28px 20px; }

  .slider-row { flex-direction: column; align-items: stretch; gap: 10px; }
  .slider-endpoint { width: auto; }
  .slider-endpoint:last-child { text-align: left; }
}
