/* ══════════════════════════════════════════
   WINLY — WHY PAGE STYLES
   ══════════════════════════════════════════ */

/* ── HERO ── */
.hero {
  padding: 140px 48px 100px;
  text-align: center;
  border-bottom: 1px solid var(--border);
  position: relative;
  overflow: hidden;
}
.hero-glow {
  position: absolute;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 560px;
  background: radial-gradient(ellipse, rgba(200,255,0,0.065) 0%, transparent 65%);
}
.hero-inner { max-width: 780px; margin: 0 auto; position: relative; }
.hero h1 { font-size: 3.8rem; font-weight: 700; letter-spacing: -0.05em; line-height: 1.03; color: #fff; margin-bottom: 22px; }
.hero h1 .lime { color: var(--lime); }
.hero-body { font-size: 1.05rem; color: var(--sub); line-height: 1.7; margin-bottom: 34px; }
.hero-actions { justify-content: center; }

/* section-sub override for this page */
.section-sub { max-width: 560px; }

/* btn-ghost (hero secondary action) */
.btn-ghost {
  color: rgba(255,255,255,0.5);
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color 0.2s;
}
.btn-ghost:hover { color: rgba(255,255,255,0.8); }

/* ── FOUNDING STORY ── */
.founding-section { padding: 100px 48px; border-bottom: 1px solid var(--border); }
.founding-inner { max-width: 820px; margin: 0 auto; }
.pull-quote {
  background: var(--card); border: 1px solid var(--border-mid); border-radius: 14px;
  padding: 32px 36px; border-left: 3px solid var(--lime); margin-top: 40px;
}
.pull-quote p { font-size: 1.05rem; color: rgba(255,255,255,0.8); line-height: 1.8; font-style: italic; margin-bottom: 16px; }
.pull-quote cite { font-size: 12px; color: var(--muted); font-style: normal; letter-spacing: 0.04em; }
.story-paras { display: flex; flex-direction: column; gap: 18px; margin-top: 28px; }
.story-para { font-size: 0.95rem; color: var(--sub); line-height: 1.8; }

/* ── PRINCIPLES ── */
.principles-section { padding: 100px 48px; background: var(--surface); border-bottom: 1px solid var(--border); }
.principles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 40px; }
.principle-card {
  background: var(--card); border: 1px solid var(--border); border-radius: 12px;
  padding: 28px 24px; position: relative; overflow: hidden;
}
.principle-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent, var(--lime-border), transparent);
}
.principle-icon { font-size: 24px; margin-bottom: 14px; display: block; }
.principle-num { font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--lime); margin-bottom: 8px; }
.principle-h { font-size: 0.95rem; font-weight: 700; letter-spacing: -0.02em; color: #fff; margin-bottom: 10px; }
.principle-p { font-size: 13px; color: var(--muted); line-height: 1.65; }

/* ── TIME CALCULATOR ── */
.calc-section { padding: 100px 48px; border-bottom: 1px solid var(--border); }
.calc-inner { max-width: 820px; margin: 0 auto; }
.calc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; margin-top: 40px; }
.calc-intro { font-size: 0.95rem; color: var(--sub); line-height: 1.8; margin-bottom: 28px; }
.bar-list { display: flex; flex-direction: column; gap: 14px; }
.bar-item { display: flex; flex-direction: column; gap: 6px; }
.bar-label { font-size: 13px; color: var(--sub); display: flex; justify-content: space-between; }
.bar-label span:last-child { font-weight: 700; color: #fff; }
.bar-track { height: 6px; background: rgba(255,255,255,0.07); border-radius: 3px; overflow: hidden; }
.bar-fill { height: 100%; border-radius: 3px; }
.bar-fill.lime { background: var(--lime); }
.bar-fill.muted { background: rgba(255,255,255,0.25); }
.calc-total { background: var(--card); border: 1px solid var(--border-mid); border-radius: 12px; padding: 28px; }
.calc-total-eyebrow { font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin-bottom: 12px; }
.calc-total-num { font-size: 3.2rem; font-weight: 700; letter-spacing: -0.06em; color: var(--lime); line-height: 1; margin-bottom: 6px; }
.calc-total-label { font-size: 13px; color: var(--sub); margin-bottom: 20px; }
.calc-total-items { display: flex; flex-direction: column; gap: 8px; }
.cti { display: flex; justify-content: space-between; font-size: 12px; color: var(--muted); padding: 8px 0; border-top: 1px solid var(--border); }
.cti span:last-child { color: rgba(255,255,255,0.65); font-weight: 600; }

/* ── FEATURES ── */
.features-section { padding: 100px 48px; background: var(--surface); border-bottom: 1px solid var(--border); }
.features-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 40px; }
.feat-card {
  background: var(--card); border: 1px solid var(--border); border-radius: 12px;
  padding: 24px; transition: border-color 0.2s;
}
.feat-card:hover { border-color: var(--border-mid); }
.feat-icon { font-size: 22px; margin-bottom: 12px; display: block; }
.feat-h { font-size: 0.875rem; font-weight: 700; color: #fff; margin-bottom: 6px; letter-spacing: -0.02em; }
.feat-p { font-size: 12px; color: var(--muted); line-height: 1.65; }

/* ── NOT FOR YOU ── */
.notfor-section { padding: 100px 48px; border-bottom: 1px solid var(--border); }
.notfor-inner { max-width: 760px; margin: 0 auto; }
.notfor-card {
  background: rgba(255,59,59,0.04); border: 1px solid rgba(255,59,59,0.15);
  border-radius: 14px; padding: 32px; margin-top: 40px;
}
.notfor-list { display: flex; flex-direction: column; gap: 10px; margin-top: 16px; }
.notfor-item { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; color: var(--sub); }
.notfor-x { color: #FF6B6B; flex-shrink: 0; font-size: 11px; margin-top: 2px; }
.notfor-footer { margin-top: 22px; font-size: 13px; color: var(--muted); padding-top: 18px; border-top: 1px solid rgba(255,59,59,0.1); }

/* ── FINAL SECTION OVERRIDES ── */
.final-h2 { font-size: 3rem; }

/* ── RESPONSIVE ── */
@media (max-width: 960px) {
  .hero, .founding-section, .principles-section, .calc-section, .features-section, .notfor-section, .final-section { padding-left: 24px; padding-right: 24px; }
  .hero { padding-top: 100px; }
  .hero h1 { font-size: 2.8rem; }
  .principles-grid { grid-template-columns: 1fr; }
  .calc-grid { grid-template-columns: 1fr; gap: 40px; }
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .final-h2 { font-size: 2.4rem; }
}

@media (max-width: 600px) {
  .hero h1 { font-size: 2.2rem; }
  .features-grid { grid-template-columns: 1fr; }
}
