/* =========================================================
   ADYNOX — Landing page styles
   Performance-first Meta ads audit for Indian D2C brands.
   Dark mode, premium type, conversion-focused, mobile-first.
   ========================================================= */

/* ----- Reset / base ----- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
}

body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'ss01', 'cv11';
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }

/* ----- Tokens ----- */
:root {
  --bg: #0a0a0a;
  --bg-alt: #0f0f10;
  --surface: #131314;
  --surface-2: #1a1a1c;
  --border: #232325;
  --border-strong: #2e2e30;

  --text: #ededed;
  --text-dim: #b5b5b7;
  --text-muted: #7a7a7d;

  --accent: #c8ff3d;        /* sharp lime — used sparingly for emphasis */
  --accent-dim: #9fcc2e;

  --wa: #25d366;            /* WhatsApp green — only on WhatsApp buttons */
  --wa-ink: #052b18;

  --radius-sm: 8px;
  --radius: 14px;
  --radius-lg: 22px;

  --shadow-sm: 0 1px 0 rgba(255,255,255,0.04) inset, 0 1px 2px rgba(0,0,0,0.4);
  --shadow-lg: 0 30px 80px -20px rgba(0,0,0,0.6);

  --maxw: 1180px;
  --maxw-narrow: 820px;
}

/* ----- Selection ----- */
::selection {
  background: var(--accent);
  color: #0a0a0a;
}

/* ----- Focus visibility (accessibility) ----- */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
  border-radius: 6px;
}

/* ----- Layout helpers ----- */
.container {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 24px;
}
.container--narrow { max-width: var(--maxw-narrow); }

.section {
  padding: 96px 0;
  position: relative;
}
.section--alt {
  background: var(--bg-alt);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.br-lg { display: none; }
@media (min-width: 720px) { .br-lg { display: inline; } }

/* ----- Type ----- */
.h2,
.hero__title {
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.05;
  color: var(--text);
  margin: 0 0 24px;
}

.hero__title {
  font-size: clamp(40px, 6.4vw, 76px);
  letter-spacing: -0.035em;
  line-height: 1.02;
  font-weight: 700;
}

.h2 {
  font-size: clamp(30px, 4.2vw, 50px);
}
.h2--display {
  letter-spacing: -0.035em;
  line-height: 1.04;
}

.eyebrow {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--text-muted);
  margin: 0 0 18px;
}

.lede {
  font-size: clamp(17px, 1.4vw, 19px);
  color: var(--text-dim);
  max-width: 720px;
  margin: 0 0 40px;
}

.text-muted-inline { color: var(--text-muted); }
.accent { color: var(--accent); }

.prose p {
  font-size: 18px;
  color: var(--text-dim);
  margin: 0 0 18px;
}
.prose__highlight {
  color: var(--text) !important;
  font-weight: 500;
  border-left: 2px solid var(--accent);
  padding-left: 18px;
  margin-top: 24px !important;
}

/* ----- Buttons ----- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 12px 20px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.005em;
  transition: transform 120ms ease, background 160ms ease, color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }

.btn--primary {
  background: #ffffff;
  color: #0a0a0a;
  box-shadow: 0 1px 0 rgba(0,0,0,0.1) inset, 0 10px 30px -10px rgba(255,255,255,0.18);
}
.btn--primary:hover {
  background: #f1f1f1;
  box-shadow: 0 1px 0 rgba(0,0,0,0.1) inset, 0 14px 40px -10px rgba(255,255,255,0.25);
}

.btn--ghost {
  background: transparent;
  color: var(--text);
  border-color: var(--border-strong);
}
.btn--ghost:hover {
  border-color: #4a4a4d;
  background: rgba(255,255,255,0.03);
}

/* WhatsApp button — premium dark with green glyph + hover fill */
.btn--whatsapp {
  background: rgba(37, 211, 102, 0.08);
  color: var(--text);
  border-color: rgba(37, 211, 102, 0.35);
}
.btn--whatsapp:hover {
  background: var(--wa);
  color: var(--wa-ink);
  border-color: var(--wa);
  box-shadow: 0 14px 40px -12px rgba(37, 211, 102, 0.45);
}
.wa-ico {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  background-color: var(--wa);
  -webkit-mask: var(--wa-mask) center / contain no-repeat;
          mask: var(--wa-mask) center / contain no-repeat;
  transition: background-color 160ms ease;
}
.btn--whatsapp:hover .wa-ico { background-color: var(--wa-ink); }
:root {
  --wa-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M.057 24l1.687-6.163a11.867 11.867 0 0 1-1.587-5.946C.16 5.335 5.495 0 12.05 0a11.817 11.817 0 0 1 8.413 3.488 11.824 11.824 0 0 1 3.48 8.414c-.003 6.557-5.338 11.892-11.893 11.892a11.9 11.9 0 0 1-5.688-1.448L.057 24zm6.597-3.807c1.676.995 3.276 1.591 5.392 1.592 5.448 0 9.886-4.434 9.889-9.885.002-5.462-4.415-9.89-9.881-9.892-5.452 0-9.887 4.434-9.889 9.884a9.86 9.86 0 0 0 1.51 5.26l-.999 3.648 3.978-1.607zm11.387-5.464c-.074-.124-.272-.198-.57-.347-.297-.149-1.758-.868-2.031-.967-.272-.099-.47-.149-.669.149-.198.297-.768.967-.941 1.165-.173.198-.347.223-.644.074-.297-.149-1.255-.462-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.297-.347.446-.521.151-.172.2-.296.3-.495.099-.198.05-.372-.025-.521-.075-.148-.669-1.612-.916-2.207-.242-.579-.487-.501-.669-.51l-.57-.01c-.198 0-.52.074-.792.372s-1.04 1.016-1.04 2.479 1.065 2.876 1.213 3.074c.149.198 2.095 3.2 5.076 4.487.709.306 1.263.489 1.694.626.712.226 1.36.194 1.872.118.571-.085 1.758-.719 2.006-1.413.248-.695.248-1.29.173-1.414z'/%3E%3C/svg%3E");
}

.btn--sm { padding: 9px 16px; font-size: 14px; }
.btn--lg { padding: 16px 26px; font-size: 16px; }
.btn--block { width: 100%; }

/* ----- Nav ----- */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: saturate(160%) blur(14px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  background: rgba(10, 10, 10, 0.7);
  border-bottom: 1px solid transparent;
  transition: border-color 200ms ease, background 200ms ease;
}
.nav.is-scrolled {
  background: rgba(10, 10, 10, 0.85);
  border-bottom-color: var(--border);
}
.nav__inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.nav__brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
/* Logo "mark" — pre-trimmed wordmark rendered with `contain`, so the
   full "adynox" + arrow always fits its box and never clips, at any size. */
.nav__logo-mark,
.footer__logo-mark {
  display: block;
  background-image: url("adynox-wordmark.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: brightness(0) invert(1);
  opacity: 0.92;                /* off-white, matches site text */
  transition: opacity 160ms ease;
}
.nav__brand:hover .nav__logo-mark { opacity: 1; }

.nav__logo-mark    { width: 146px; height: 50px; }
.footer__logo-mark { width: 168px; height: 58px; }

@media (max-width: 480px) {
  .nav__logo-mark    { width: 124px; height: 42px; }
  .footer__logo-mark { width: 146px; height: 50px; }
}

@media (max-width: 760px) {
  .nav__inner { padding: 12px 18px; }
}

/* ----- Hero ----- */
.hero {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: -200px -100px auto -100px;
  height: 600px;
  background: radial-gradient(60% 50% at 50% 0%, rgba(200, 255, 61, 0.07), transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.hero > .container { position: relative; z-index: 1; }

.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border: 1px solid var(--border-strong);
  background: var(--surface);
  border-radius: 999px;
  font-size: 13px;
  color: var(--text-dim);
  margin-bottom: 28px;
}
.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 4px rgba(200, 255, 61, 0.15);
  animation: pulse 2.4s ease-in-out infinite;
  flex-shrink: 0;
}
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(200, 255, 61, 0.15); }
  50%      { box-shadow: 0 0 0 8px rgba(200, 255, 61, 0.05); }
}

.hero__sub {
  font-size: clamp(17px, 1.5vw, 20px);
  color: var(--text-dim);
  max-width: 720px;
  margin: 24px 0 36px;
  line-height: 1.55;
}

.hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 48px;
}

.hero__meta {
  list-style: none;
  margin: 0;
  padding: 24px 0 0;
  border-top: 1px solid var(--border);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 760px;
}
.hero__meta li {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.4;
}
.hero__meta strong {
  display: block;
  color: var(--text);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 4px;
}
@media (max-width: 640px) {
  .hero__meta { grid-template-columns: 1fr; gap: 18px; }
}

/* ----- Positioning strip ----- */
.section--strip {
  background: var(--bg-alt);
  border-bottom: 1px solid var(--border);
  padding: 0;
}
.strip {
  list-style: none;
  margin: 0;
  padding: 18px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px 28px;
}
.strip__item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-dim);
  letter-spacing: -0.005em;
}
.strip__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  flex-shrink: 0;
}
@media (max-width: 760px) {
  .strip {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 20px;
  }
}
@media (max-width: 460px) {
  .strip { grid-template-columns: 1fr; }
}

/* ----- 4-card grid (the problem) ----- */
.cards-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 44px;
}
@media (max-width: 1040px) { .cards-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px)  { .cards-4 { grid-template-columns: 1fr; } }

.card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 26px;
  transition: border-color 160ms ease, transform 160ms ease;
}
.card:hover {
  border-color: var(--border-strong);
  transform: translateY(-2px);
}
.card__num {
  font-family: 'Instrument Serif', Georgia, serif;
  font-style: italic;
  font-size: 22px;
  color: var(--accent);
  margin-bottom: 16px;
}
.card h3 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin: 0 0 10px;
  color: var(--text);
}
.card p {
  margin: 0;
  color: var(--text-dim);
  font-size: 14.5px;
  line-height: 1.55;
}

/* ----- Timeline / How the audit works ----- */
.timeline {
  list-style: none;
  margin: 44px 0 0;
  padding: 0;
  position: relative;
}
.timeline::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 12px;
  bottom: 12px;
  width: 1px;
  background: linear-gradient(180deg, var(--border) 0%, var(--border) 90%, transparent);
}
.timeline__step {
  position: relative;
  padding: 4px 0 36px 44px;
}
.timeline__step::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 8px;
  width: 12px;
  height: 12px;
  background: var(--accent);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(200,255,61,0.12);
}
.timeline__step:last-child { padding-bottom: 0; }
.timeline__time {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--accent);
  margin-bottom: 8px;
}
.timeline__step h3 {
  font-size: clamp(19px, 2.4vw, 25px);
  margin: 0 0 8px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--text);
}
.timeline__step p {
  color: var(--text-dim);
  margin: 0;
  max-width: 720px;
  line-height: 1.6;
}

/* ----- Why grid (2 cols) ----- */
.why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 44px;
}
@media (max-width: 760px) { .why-grid { grid-template-columns: 1fr; } }

.why {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px;
  transition: border-color 160ms ease;
}
.why:hover { border-color: var(--border-strong); }
.why h3 {
  margin: 0 0 8px;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--text);
}
.why p {
  margin: 0;
  color: var(--text-dim);
  font-size: 15px;
  line-height: 1.55;
}

/* ----- Founding brands panel ----- */
.founding-panel {
  margin-top: 8px;
  background: linear-gradient(180deg, var(--surface) 0%, var(--bg-alt) 100%);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-lg);
  padding: 44px 40px;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.founding-panel::before {
  content: "";
  position: absolute;
  inset: -1px;
  background: radial-gradient(80% 60% at 100% 0%, rgba(200,255,61,0.08), transparent 60%);
  pointer-events: none;
  z-index: 0;
}
.founding-panel > * { position: relative; z-index: 1; }
.founding-panel .h2 { margin-bottom: 20px; }

.chips {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
}
.chip {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--accent);
  background: rgba(200,255,61,0.08);
  border: 1px solid rgba(200,255,61,0.25);
  border-radius: 999px;
  padding: 7px 14px;
}
@media (max-width: 560px) {
  .founding-panel { padding: 32px 24px; }
}

/* ----- CTA row ----- */
.cta-row {
  margin-top: 36px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* ----- FAQ ----- */
.faq {
  margin-top: 36px;
  border-top: 1px solid var(--border);
}
.faq__item {
  border-bottom: 1px solid var(--border);
}
.faq__item summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  font-weight: 500;
  color: var(--text);
  font-size: clamp(16px, 1.5vw, 18px);
  letter-spacing: -0.005em;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid var(--border-strong);
  position: relative;
  transition: transform 200ms ease, border-color 200ms ease;
}
.faq__icon::before,
.faq__icon::after {
  content: "";
  position: absolute;
  background: var(--text);
  border-radius: 1px;
  transition: transform 200ms ease, opacity 200ms ease;
}
.faq__icon::before { /* horizontal */
  top: 50%; left: 7px; right: 7px; height: 2px; margin-top: -1px;
}
.faq__icon::after { /* vertical */
  left: 50%; top: 7px; bottom: 7px; width: 2px; margin-left: -1px;
}
.faq__item[open] .faq__icon::after { transform: scaleY(0); }
.faq__item[open] .faq__icon { border-color: var(--accent); }

.faq__body {
  padding: 0 0 24px;
  color: var(--text-dim);
  font-size: 16px;
  line-height: 1.65;
  max-width: 720px;
}
.faq__body p { margin: 0; }

/* ----- Final CTA + Form ----- */
.final-cta {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  background: radial-gradient(60% 50% at 50% 0%, rgba(200,255,61,0.05), transparent 70%), var(--bg);
  border-top: 1px solid var(--border);
}
.final-cta .lede {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 40px;
}

.form {
  background: var(--surface);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-lg);
  padding: 32px;
  text-align: left;
  box-shadow: var(--shadow-lg);
  max-width: 620px;
  margin: 0 auto;
}
.form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.form__row { margin: 0; }
.form__row--full { grid-column: 1 / -1; }
@media (max-width: 560px) {
  .form__grid { grid-template-columns: 1fr; }
}

.form__row label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--text-muted);
  margin-bottom: 8px;
  text-transform: uppercase;
}
.form__row label .req { color: var(--accent); }
.form__row label .opt { text-transform: none; letter-spacing: 0; color: #565659; }

.form__row input,
.form__row select,
.form__row textarea {
  width: 100%;
  padding: 14px 16px;
  background: var(--bg);
  border: 1px solid var(--border);
  color: var(--text);
  border-radius: 12px;
  font: inherit;
  font-size: 16px;
  outline: none;
  transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}
.form__row textarea { resize: vertical; min-height: 92px; line-height: 1.5; }
.form__row input::placeholder,
.form__row textarea::placeholder { color: #555558; }
.form__row input:hover,
.form__row select:hover,
.form__row textarea:hover { border-color: var(--border-strong); }
.form__row input:focus,
.form__row select:focus,
.form__row textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(200,255,61,0.12);
  background: var(--bg);
}
.form__row input.is-invalid,
.form__row select.is-invalid,
.form__row textarea.is-invalid {
  border-color: #ff5a5a;
  box-shadow: 0 0 0 4px rgba(255,90,90,0.12);
}

/* Custom select chevron */
.select-wrap { position: relative; }
.select-wrap::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 9px;
  height: 9px;
  margin-top: -6px;
  border-right: 2px solid var(--text-muted);
  border-bottom: 2px solid var(--text-muted);
  transform: rotate(45deg);
  pointer-events: none;
}
.form__row select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 44px;
  cursor: pointer;
}
.form__row select:invalid { color: #555558; }
.form__row select option { color: var(--text); background: var(--surface-2); }

/* Honeypot — visually hidden, off-screen */
.hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px; height: 1px;
  opacity: 0;
}

.form button[type="submit"] { margin-top: 22px; }

.form__fine {
  margin: 16px 0 0;
  color: var(--text-muted);
  font-size: 13px;
  text-align: center;
  line-height: 1.5;
}
.form__status {
  margin-top: 14px;
  min-height: 20px;
  font-size: 14px;
  text-align: center;
}
.form__status.is-error   { color: #ff7a7a; }

/* ----- Form success state ----- */
.form-success {
  max-width: 620px;
  margin: 0 auto;
  background: var(--surface);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-lg);
  padding: 40px 32px;
  box-shadow: var(--shadow-lg);
  text-align: center;
}
.form-success__tick {
  width: 52px;
  height: 52px;
  margin: 0 auto 20px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(200,255,61,0.12);
  color: var(--accent);
  font-size: 24px;
  font-weight: 800;
}
.form-success__title {
  font-size: clamp(20px, 2.6vw, 26px);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin: 0 0 10px;
  color: var(--text);
}
.form-success__sub {
  color: var(--text-dim);
  margin: 0 0 28px;
  font-size: 16px;
}
.form-success__choice {
  border-top: 1px solid var(--border);
  padding-top: 26px;
}
.form-success__or {
  margin: 16px 0 0;
  color: var(--text-muted);
  font-size: 14px;
}

/* ----- End-of-page WhatsApp band ----- */
.wa-band {
  text-align: center;
  border-top: 1px solid var(--border);
  background: var(--bg-alt);
  padding: 64px 0;
}
.wa-band__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.wa-band__lead {
  margin: 0;
  color: var(--text-muted);
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 600;
}

/* ----- Footer ----- */
.footer {
  border-top: 1px solid var(--border);
  background: var(--bg);
  padding: 48px 0 60px;
}
.footer__inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: center;
}
.footer__brand {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer__tag {
  color: var(--text-muted);
  font-size: 13.5px;
}
.footer__meta {
  display: flex;
  gap: 22px;
  justify-content: center;
  flex-wrap: wrap;
}
.footer__link {
  color: var(--text-dim);
  font-size: 14px;
  transition: color 140ms ease;
}
.footer__link:hover { color: var(--text); }
.footer__copy {
  text-align: right;
  color: var(--text-muted);
  font-size: 13px;
}
@media (max-width: 760px) {
  .footer__inner {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 18px;
  }
  .footer__brand { justify-content: center; }
  .footer__copy { text-align: center; }
}

/* ----- Responsive section spacing ----- */
@media (max-width: 760px) {
  .section { padding: 72px 0; }
  .final-cta { padding-top: 80px; padding-bottom: 88px; }
  .hero { padding-top: 52px; padding-bottom: 60px; }
  .form { padding: 24px; }
  .founding-panel { padding: 32px 22px; }
}

/* ----- Reveal-in animation (subtle) ----- */
.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 600ms ease, transform 600ms ease;
}
.reveal.is-in {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
  .reveal { opacity: 1; transform: none; }
}
