/* teach-landing.css — pre-login landing hero + sign-in card + testimonial
   proof band, extracted verbatim from teach.html's inline <style> so the SPA
   sign-in gate matches the real teacher login page. (Dashboard-hide, nav-links
   and packs-strip rules are intentionally omitted — the SPA swaps the whole
   gate rather than toggling .hidden.) */

/* Top nav row — logo + sub + nav links (landing only). */
.landing-logo-row {
  display: flex; align-items: baseline; gap: 14px;
  flex-wrap: wrap; margin-bottom: 4px; padding-top: 8px;
}
.landing-logo-row .sub {
  font-family: 'Courier Prime', monospace; font-size: 11px;
  letter-spacing: 0.15em; text-transform: uppercase; color: #8B7355;
}
.landing-nav-links { display: flex; align-items: center; gap: 22px; margin-left: auto; }
.landing-nav-links a {
  font-family: 'Courier Prime', monospace; font-size: 12px;
  letter-spacing: 0.08em; text-transform: uppercase; color: #5a4828;
  text-decoration: none; transition: color .15s;
}
.landing-nav-links a:hover { color: #c44a2a; }
@media (max-width: 560px) { .landing-nav-links { display: none; } }

/* 2-col hero */
.landing-hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 64px;
  align-items: center;
  padding: 30px 0 50px;
  max-width: 1180px;
  margin: 0 auto;
}
.landing-hero #prelogin-wrap { margin: 0; }
.landing-eyebrow {
  font-family: 'Courier Prime', monospace; font-size: 11px;
  letter-spacing: 0.28em; text-transform: uppercase; color: #8B6914;
  display: block; margin-bottom: 20px;
}
.landing-headline {
  font-family: 'Playfair Display', serif; font-weight: 700;
  font-size: clamp(2.2rem, 4.2vw, 3.4rem);
  line-height: 1.08; letter-spacing: -0.01em;
  margin: 0 0 22px; color: #1C1208;
  text-wrap: balance;
}
.landing-headline em { font-style: italic; color: #8B1A0E; }
.landing-sub {
  font-family: 'Playfair Display', serif;
  font-size: 1.12rem; line-height: 1.55;
  color: #5a4828; margin: 0 0 26px; max-width: 30em;
  text-wrap: pretty;
}
.landing-chips { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 28px; }
.landing-chip {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: 'Courier Prime', monospace; font-size: 12px;
  color: #5a4828; background: #EDE8DC;
  border: 1px solid rgba(28,18,8,0.15); border-radius: 999px;
  padding: 6px 14px; white-space: nowrap; text-decoration: none;
  transition: background .15s, border-color .15s;
}
.landing-chip:hover { background: #D9D1BE; border-color: rgba(28,18,8,0.30); }
.landing-cta-row { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.landing-cta-primary {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 10px;
  font-family: 'IM Fell English SC', serif;
  letter-spacing: 0.16em; font-size: 17px;
  color: #F5F0E8; background: #c44a2a;
  border: none; border-radius: 6px;
  padding: 17px 30px; cursor: pointer; text-decoration: none;
  box-shadow: 0 2px 0 #882810, 0 10px 24px rgba(196,74,42,0.22);
  transition: background .15s, transform .08s, box-shadow .15s;
}
.landing-cta-primary:hover { background: #8B1A0E; }
.landing-cta-primary:active {
  transform: translateY(2px);
  box-shadow: 0 0 0 #882810, 0 4px 12px rgba(196,74,42,0.20);
}
.landing-cta-ghost {
  font-family: 'Courier Prime', monospace; font-size: 13px;
  letter-spacing: 0.06em; color: #8B1A0E;
  text-decoration: none; white-space: nowrap;
  border-bottom: 1px solid rgba(139,26,14,0.3); padding-bottom: 2px;
  transition: border-color .15s;
}
.landing-cta-ghost:hover { border-color: #8B1A0E; }
.landing-proof-line {
  margin-top: 26px; display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
  font-family: 'Courier Prime', monospace; font-size: 12px;
  letter-spacing: 0.05em; color: #7a7060;
}

/* Signup card (right column) — white co-hero card with red top accent. */
.landing-hero #step-email {
  background: #FFFFFF !important;
  border: 1px solid rgba(28,18,8,0.15) !important;
  border-radius: 14px !important;
  padding: 32px 30px !important;
  box-shadow: 0 1px 0 rgba(255,255,255,0.6) inset, 0 18px 50px -22px rgba(28,18,8,0.35) !important;
  position: relative;
  margin: 0 !important;
}
.landing-hero #step-email::before {
  content: ''; position: absolute; inset: 0;
  border-radius: 14px;
  border-top: 3px solid #c44a2a; pointer-events: none;
}

/* Proof band — full-bleed band */
.landing-proof-band {
  background: #EDE8DC;
  border-top: 1px solid rgba(28,18,8,0.15);
  border-bottom: 1px solid rgba(28,18,8,0.15);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 48px 40px;
}
.landing-proof-band .proof-inner { max-width: 1180px; margin: 0 auto; }
.landing-proof-band .proof-head {
  display: flex; align-items: baseline; justify-content: space-between;
  margin-bottom: 26px; gap: 20px; flex-wrap: wrap;
}
.landing-proof-band .proof-head .eyebrow {
  font-family: 'Courier Prime', monospace; font-size: 11px;
  letter-spacing: 0.28em; text-transform: uppercase; color: #8B6914;
}
.landing-proof-band .proof-head .stat {
  font-family: 'Courier Prime', monospace; font-size: 12px;
  letter-spacing: 0.05em; color: #7a7060;
}
.landing-proof-band .proof-quotes {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
  max-width: 1180px; margin: 0 auto;
}
.landing-proof-band .proof-quote {
  background: #FFFFFF;
  border: 1px solid rgba(28,18,8,0.10);
  border-radius: 10px;
  padding: 36px 30px 26px;
  margin: 0;
  position: relative;
  box-shadow: 0 1px 0 rgba(255,255,255,0.6) inset, 0 8px 30px -12px rgba(28,18,8,0.18);
}
.landing-proof-band .proof-quote::before {
  content: '\201C';
  position: absolute;
  top: -6px; left: 18px;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 96px; font-weight: 700; line-height: 1;
  color: #c44a2a; opacity: 0.18;
  pointer-events: none;
}
.landing-proof-band .proof-quote p {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 500; font-style: normal;
  font-size: 1.05rem; line-height: 1.6;
  color: #2a2018;
  margin: 0 0 18px; text-wrap: pretty;
  position: relative; z-index: 1;
}
.landing-proof-band .proof-quote figcaption {
  font-family: 'Courier Prime', monospace; font-size: 11px;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: #8B6914;
}

/* Packs strip */
.landing-packs-strip {
  display: flex; align-items: center; justify-content: center;
  flex-wrap: wrap; gap: 14px;
  padding: 38px 0 28px;
}
.landing-packs-strip .lead {
  font-family: 'Playfair Display', serif; font-style: italic;
  font-size: 1.05rem; color: #5a4828;
}
.landing-packs-strip .pack-tag {
  font-family: 'Courier Prime', monospace; font-size: 12px;
  letter-spacing: 0.04em; color: #1C1208;
  background: #FFFFFF; border: 1px solid rgba(28,18,8,0.15);
  border-radius: 2px; padding: 5px 12px; white-space: nowrap;
}
.landing-packs-strip .packs-more {
  font-family: 'Courier Prime', monospace; font-size: 12px;
  letter-spacing: 0.08em; text-transform: uppercase; color: #8B1A0E;
  text-decoration: none; border-bottom: 1px solid rgba(139,26,14,0.3);
  padding-bottom: 2px; white-space: nowrap;
}

/* Responsive */
@media (max-width: 900px) {
  .landing-hero { grid-template-columns: 1fr; gap: 38px; padding: 14px 0 40px; }
  .landing-proof-band .proof-quotes { grid-template-columns: 1fr; }
  .landing-proof-band { padding: 40px 22px; }
}
@media (max-width: 560px) {
  .landing-headline { font-size: 2.1rem; }
}
@media (max-width: 600px) {
  .landing-chips { flex-wrap: wrap; gap: 6px; justify-content: flex-start; }
  .landing-chip { font-size: 10px; padding: 5px 10px; gap: 5px; }
  .landing-cta-ghost { display: none; }
  .landing-hero #step-email { max-width: 100%; box-sizing: border-box; }
}


/* Pro Tier card feature grid → single column on narrow screens. */
@media (max-width:640px){ .landing-feat-grid{ grid-template-columns:1fr !important } }
