/* solar-wave-01 — Disruptive Dodo LP
   Light theme, conversion-first: clean trust foundation,
   red reserved for urgency + action moments. */

:root {
  --bg: #fafaf6;
  --bg-white: #ffffff;
  --bg-warm: #fff7f0;
  --bg-red-soft: #fff1f2;
  --bg-muted: #f3f2ed;
  --border: #e6e4de;
  --border-strong: #d4d2cc;
  --text: #0f1117;
  --text-sec: #4a4d58;
  --text-muted: #8a8d99;
  --accent: #E63946;
  --accent-hover: #d02e3a;
  --accent-text: #c42936;
  --shadow-sm: 0 1px 3px rgba(15,17,23,0.04), 0 2px 8px rgba(15,17,23,0.03);
  --shadow-md: 0 4px 16px rgba(15,17,23,0.06), 0 8px 32px rgba(15,17,23,0.04);
  --shadow-red: 0 4px 20px rgba(230,57,70,0.18);
  --radius: 12px;
  --radius-sm: 8px;
  --max-w: 900px;
  --pad-x: clamp(20px, 5vw, 40px);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container {
  width: 100%;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 var(--pad-x);
}

a { color: var(--text); text-decoration: none; transition: color 150ms ease; }
a:hover { color: var(--accent); }

img { max-width: 100%; height: auto; display: block; }

strong { color: var(--text); font-weight: 700; }
em { font-style: italic; color: var(--text-sec); }

/* ===== NAV ===== */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(250,250,246,0.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}
.nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  padding-bottom: 14px;
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: -0.01em;
  color: var(--text);
}
.nav-logo img { width: 34px; height: 34px; border-radius: 50%; }
.nav-logo:hover { color: var(--text); }

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: inherit;
  font-weight: 600;
  text-align: center;
  border: 2px solid transparent;
  border-radius: 8px;
  padding: 14px 26px;
  font-size: 16px;
  cursor: pointer;
  transition: transform 150ms ease, background-color 150ms ease, border-color 150ms ease, box-shadow 150ms ease;
  line-height: 1.2;
  letter-spacing: -0.005em;
}
.btn-primary {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
  box-shadow: var(--shadow-red);
}
.btn-primary:hover {
  background: var(--accent-hover);
  border-color: var(--accent-hover);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 6px 24px rgba(230,57,70,0.28);
}
.btn-ghost {
  background: transparent;
  color: var(--text);
  border-color: var(--border-strong);
}
.btn-ghost:hover {
  border-color: var(--accent);
  color: var(--accent);
}
.btn-sm { padding: 9px 16px; font-size: 14px; box-shadow: none; }
.btn-sm.btn-primary { box-shadow: 0 2px 8px rgba(230,57,70,0.20); }
.btn-lg { padding: 18px 32px; font-size: 17px; }
.btn-block { display: flex; width: 100%; }

/* ===== SECTION DEFAULTS ===== */
section { padding: 88px 0; }
section + section { border-top: 1px solid var(--border); }
section h2 {
  font-size: clamp(28px, 5vw, 42px);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.025em;
  margin-bottom: 24px;
  color: var(--text);
}
section h3 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-bottom: 10px;
  color: var(--text);
}
.section-sub {
  color: var(--text-sec);
  font-size: 17px;
  margin-bottom: 32px;
}
.accent { color: var(--accent); }

/* ===== HERO ===== */
.hero {
  padding: 72px 0 96px;
  background:
    radial-gradient(ellipse 800px 400px at 85% -10%, rgba(230,57,70,0.10) 0%, transparent 60%),
    linear-gradient(180deg, var(--bg-warm) 0%, var(--bg) 70%);
  border-bottom: 1px solid var(--border);
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  border: 1px solid var(--border-strong);
  background: var(--bg-white);
  border-radius: 100px;
  font-size: 13px;
  color: var(--text-sec);
  margin-bottom: 28px;
  font-weight: 500;
  box-shadow: var(--shadow-sm);
}
.hero-eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--accent);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(230,57,70,0.15);
}
#days-counter {
  color: var(--accent-text);
  font-weight: 700;
}
.hero-title {
  font-size: clamp(38px, 7vw, 64px);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.035em;
  margin-bottom: 28px;
  color: var(--text);
}
.hero-title .accent { color: var(--accent); }
.hero-sub {
  font-size: clamp(17px, 1.6vw, 20px);
  color: var(--text-sec);
  margin-bottom: 40px;
  max-width: 640px;
  line-height: 1.55;
}
.hero-cta-row { display: flex; flex-direction: column; gap: 16px; align-items: flex-start; }
.hero-trust {
  font-size: 14px;
  color: var(--text-muted);
  max-width: 560px;
}

/* ===== PROBLEM ===== */
.problem { background: var(--bg); }
.problem-list {
  list-style: none;
  margin: 36px 0;
  display: grid;
  gap: 18px;
}
.problem-list li {
  padding: 20px 22px 20px 54px;
  position: relative;
  font-size: 17px;
  line-height: 1.55;
  color: var(--text-sec);
  background: var(--bg-white);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-sm);
}
.problem-list li::before {
  content: "✕";
  position: absolute;
  left: 22px;
  top: 20px;
  color: var(--accent);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.55;
}
.problem-list li strong { color: var(--accent-text); }
.problem-close {
  margin-top: 28px;
  font-size: 18px;
  color: var(--text);
  padding-top: 24px;
  border-top: 2px solid var(--border);
  font-weight: 500;
}

/* ===== SOLUTION ===== */
.solution { background: var(--bg-white); }
.pillars {
  display: grid;
  gap: 18px;
  margin: 36px 0 28px;
}
.pillar {
  background: var(--bg-white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px 28px 28px 28px;
  box-shadow: var(--shadow-sm);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}
.pillar:hover {
  border-color: var(--border-strong);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}
.pillar-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--bg-red-soft);
  color: var(--accent-text);
  font-weight: 800;
  font-size: 15px;
  margin-bottom: 16px;
  border: 1.5px solid var(--accent);
}
.pillar p { color: var(--text-sec); }
.pillar p em { font-style: normal; color: var(--text); background: var(--bg-red-soft); padding: 1px 6px; border-radius: 4px; font-weight: 500; }
.pillar-note {
  margin-top: 16px;
  padding: 14px 16px;
  background: var(--bg-red-soft);
  border-left: 3px solid var(--accent);
  border-radius: 4px;
  font-size: 15px;
  color: var(--text-sec);
  line-height: 1.55;
}
.solution-close {
  text-align: center;
  color: var(--text-sec);
  font-style: italic;
  margin-top: 8px;
  font-size: 16px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
}

/* ===== NOT DOING ===== */
.not-doing { background: var(--bg); }
.not-list {
  list-style: none;
  display: grid;
  gap: 14px;
  margin-top: 28px;
}
.not-list li {
  padding: 18px 22px 18px 56px;
  background: var(--bg-white);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  position: relative;
  font-size: 16px;
  color: var(--text-sec);
  box-shadow: var(--shadow-sm);
}
.not-list li::before {
  content: "✕";
  position: absolute;
  left: 22px;
  top: 18px;
  color: var(--accent);
  font-weight: 800;
  font-size: 18px;
  line-height: 1.55;
}

/* ===== WHY NOW ===== */
.why-now { background: var(--bg-warm); }
.scheme-facts {
  font-size: 18px;
  padding: 20px 24px;
  background: var(--bg-white);
  border-left: 4px solid var(--accent);
  border-radius: 4px;
  margin-bottom: 28px;
  color: var(--text);
  box-shadow: var(--shadow-sm);
  font-weight: 500;
}
.impact-list {
  list-style: none;
  display: grid;
  gap: 14px;
  margin-bottom: 32px;
}
.impact-list li {
  padding-left: 32px;
  position: relative;
  color: var(--text-sec);
  font-size: 17px;
  line-height: 1.55;
}
.impact-list li::before {
  content: "→";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--accent);
  font-weight: 700;
  font-size: 18px;
}
.why-now-close {
  font-size: 20px;
  padding: 24px 28px;
  background: var(--bg-white);
  border: 2px solid var(--accent);
  border-radius: var(--radius);
  line-height: 1.45;
  color: var(--text);
  box-shadow: var(--shadow-red);
}

/* ===== PROOF ===== */
.proof { background: var(--bg-white); }
.proof-card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 36px;
  margin: 28px 0;
  box-shadow: var(--shadow-sm);
}
.proof-intro {
  color: var(--text-sec);
  font-style: italic;
  margin-bottom: 24px;
  font-size: 15px;
}
.proof-metrics {
  list-style: none;
  display: grid;
  gap: 18px;
  margin-bottom: 22px;
}
.proof-metrics li {
  color: var(--text-sec);
  font-size: 16px;
  display: flex;
  align-items: baseline;
  gap: 16px;
  flex-wrap: wrap;
}
.proof-metrics .metric {
  color: var(--accent);
  font-weight: 800;
  font-size: 28px;
  letter-spacing: -0.03em;
  min-width: 140px;
  line-height: 1;
}
.proof-note {
  padding-top: 18px;
  border-top: 1px solid var(--border);
  color: var(--text-muted);
  font-size: 14px;
  font-style: italic;
}
.proof-caveat {
  color: var(--text-sec);
  font-size: 15px;
  margin-bottom: 24px;
}
.proof-close {
  color: var(--text);
  font-size: 17px;
  line-height: 1.6;
  padding: 22px 26px;
  background: var(--bg-red-soft);
  border-radius: var(--radius-sm);
  border-left: 4px solid var(--accent);
}

/* ===== COMMITMENT ===== */
.commitment { background: var(--bg); }
.commitment-headline {
  font-size: clamp(22px, 3.4vw, 28px);
  line-height: 1.3;
  margin: 12px 0 24px;
  color: var(--text);
  font-weight: 700;
  letter-spacing: -0.01em;
}
.commitment-headline strong { color: var(--accent); font-weight: 800; }
.commitment p { color: var(--text-sec); margin-bottom: 18px; }
.commitment-mechanic {
  padding: 24px 28px;
  background: var(--bg-white);
  border: 2px solid var(--accent);
  border-radius: var(--radius);
  color: var(--text);
  font-size: 16px;
  line-height: 1.6;
  margin-top: 28px;
  box-shadow: var(--shadow-red);
}

/* ===== FORM ===== */
.form-section {
  background: var(--bg-warm);
  padding: 96px 0;
}
.ghl-embed {
  margin-top: 32px;
  background: var(--bg-white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}
.ghl-embed iframe { display: block; width: 100%; }
.form-alt {
  text-align: center;
  margin-top: 24px;
  font-size: 14px;
  color: var(--text-sec);
}
.form-alt a {
  color: var(--accent);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.form-alt a:hover { color: var(--accent-hover); }

/* ===== FOOTER ===== */
.site-footer {
  padding: 48px 0;
  background: var(--bg-muted);
  color: var(--text-muted);
  font-size: 14px;
  text-align: center;
  line-height: 2;
  border-top: 1px solid var(--border);
}
.site-footer a { color: var(--text-sec); }
.site-footer a:hover { color: var(--accent); }
.site-footer .legal { font-size: 13px; margin-top: 8px; }
.site-footer .legal a { color: var(--text-muted); }

/* ===== RESPONSIVE ===== */
@media (max-width: 600px) {
  section { padding: 64px 0; }
  .proof-metrics li { flex-direction: column; gap: 4px; }
  .proof-metrics .metric { min-width: 0; font-size: 32px; }
  .pillar { padding: 24px 22px; }
  .proof-card { padding: 28px 22px; }
  .commitment-mechanic, .why-now-close { padding: 20px 22px; }
  .hero { padding: 56px 0 72px; }
  .ghl-embed iframe { min-height: 900px; }
}

@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; animation: none !important; }
  html { scroll-behavior: auto; }
}
