/* static/css/pages/home.css
   Logged-out marketing home page.
*/

.home-hero,
.home-cta-band {
  margin-left: -16px;
  margin-right: -16px;
}

.home-hero {
  padding: 80px 40px 72px;
  margin-top: -16px;
  border-bottom: 1px solid var(--border);
}

.home-hero-layout {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 28px;
  align-items: center;
}

.home-hero-copy {
  text-align: left;
}

.home-eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
  margin: 0 0 20px;
}

.home-hero-heading {
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 700;
  line-height: 1.1;
  color: var(--text);
  margin: 0 0 20px;
  max-width: 700px;
}

.home-hero-sub {
  font-size: 1.05rem;
  color: var(--muted);
  line-height: 1.65;
  max-width: 620px;
  margin: 0 0 36px;
}

.home-hero-ctas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.home-btn-lg {
  padding: 13px 24px;
  font-size: 0.95rem;
  text-decoration: none;
  display: inline-block;
}

.home-hero-proof {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.home-hero-proof span {
  font-size: 0.75rem;
  color: var(--muted);
  padding: 6px 10px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(255,255,255,.55);
}

.home-hero-panel {
  display: flex;
  justify-content: center;
}

.home-hero-preview {
  width: 100%;
  max-width: 380px;
  background: linear-gradient(180deg, rgba(var(--accent-rgb), 0.08), rgba(255,255,255,.92));
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 22px 20px;
  box-shadow: var(--shadow-md);
}

.home-preview-kicker {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
  margin-bottom: 16px;
}

.home-preview-step {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 0;
  border-top: 1px solid rgba(0,0,0,.08);
}

.home-preview-step:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.home-preview-step strong {
  font-size: 0.92rem;
  color: var(--text);
}

.home-preview-step span {
  font-size: 0.84rem;
  color: var(--muted);
  line-height: 1.55;
}

.home-section {
  padding: 56px 0 0;
}

.home-section-heading {
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
  text-align: center;
  margin: 0 0 28px;
}

.home-section-intro {
  font-size: 0.98rem;
  color: var(--muted);
  line-height: 1.65;
  max-width: 680px;
  margin: -10px auto 28px;
  text-align: center;
}

.home-paths-grid,
.home-steps-grid,
.home-features-grid,
.home-proof-grid,
.home-philosophy-grid {
  display: grid;
  gap: 16px;
}

.home-paths-grid {
  grid-template-columns: 1fr 1fr;
}

.home-steps-grid,
.home-features-grid,
.home-proof-grid,
.home-philosophy-grid {
  grid-template-columns: repeat(3, 1fr);
}

.home-path-card,
.home-step-card,
.home-feature,
.home-proof-card,
.home-philosophy-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 14px;
}

.home-path-card {
  padding: 28px 24px 24px;
  transition: box-shadow 0.18s, border-color 0.18s;
}

.home-path-card:hover {
  box-shadow: var(--shadow-md);
  border-color: rgba(var(--accent-rgb), 0.3);
}

.home-path-badge {
  display: inline-block;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 700;
  margin-bottom: 12px;
}

.home-path-card h3,
.home-step-card h3,
.home-proof-card h3,
.home-philosophy-card h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 10px;
}

.home-path-greek-sub {
  display: block;
  font-size: 0.82rem;
  font-weight: 400;
  color: var(--muted);
  margin-top: 3px;
  font-style: italic;
}

.home-path-desc,
.home-step-card p,
.home-feature-body,
.home-proof-card p,
.home-philosophy-card p {
  font-size: 0.84rem;
  color: var(--muted);
  line-height: 1.58;
  margin: 0;
}

.home-path-desc {
  margin-bottom: 16px;
}

.home-path-features {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.home-path-features li {
  font-size: 0.84rem;
  color: var(--text);
  padding-left: 16px;
  position: relative;
}

.home-path-features li::before {
  content: "·";
  position: absolute;
  left: 0;
  color: var(--muted);
}

.home-path-persona {
  font-size: 0.78rem;
  color: var(--muted);
  line-height: 1.5;
  margin-bottom: 16px;
}

.home-path-cta,
.home-vision-link {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--accent);
  text-decoration: none;
}

.home-path-cta:hover,
.home-vision-link:hover {
  text-decoration: underline;
}

.home-step-card,
.home-feature,
.home-proof-card {
  padding: 24px 20px;
}

.home-step-number {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(var(--accent-rgb), 0.1);
  color: var(--accent);
  font-weight: 700;
  margin-bottom: 14px;
}

.home-features {
  padding-bottom: 8px;
}

.home-feature-title {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 8px;
}

.home-proof-line {
  font-size: 0.76rem;
  color: var(--accent);
  font-weight: 700;
  line-height: 1.45;
  margin-top: 14px;
}

.home-philosophy-intro {
  font-size: 1rem;
  color: var(--muted);
  line-height: 1.65;
  max-width: 640px;
  margin: 0 auto 28px;
  text-align: center;
}

.home-philosophy-card {
  padding: 20px;
}

.home-philosophy-quote {
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.6;
  max-width: 600px;
  margin: 24px auto 0;
  text-align: center;
}

.home-cta-band {
  margin-top: 56px;
  margin-bottom: -16px;
  padding: 60px 40px;
  text-align: center;
  background: rgba(var(--accent-rgb), 0.05);
  border-top: 1px solid var(--border);
}

.home-cta-band h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 10px;
  line-height: 1.25;
}

.home-cta-band p {
  font-size: 0.95rem;
  color: var(--muted);
  margin: 0 0 28px;
}

@media (max-width: 880px) {
  .home-hero-layout,
  .home-paths-grid,
  .home-steps-grid,
  .home-features-grid,
  .home-proof-grid,
  .home-philosophy-grid {
    grid-template-columns: 1fr;
  }

  .home-hero-copy {
    text-align: center;
  }

  .home-hero-heading,
  .home-hero-sub {
    margin-left: auto;
    margin-right: auto;
  }

  .home-hero-ctas,
  .home-hero-proof {
    justify-content: center;
  }
}

@media (max-width: 639px) {
  .home-hero {
    padding: 52px 20px 48px;
  }

  .home-hero-heading {
    font-size: 1.85rem;
  }

  .home-hero-sub,
  .home-section-intro,
  .home-philosophy-intro {
    font-size: 0.95rem;
  }

  .home-cta-band {
    padding: 44px 20px;
  }

  .home-cta-band h2 {
    font-size: 1.25rem;
  }
}
