@font-face {
  font-family: 'Afterglow';
  src: url('../fonts/Afterglow-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Oriflame Script';
  src: url('../fonts/Oriflame Script.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}

:root {
  --navy: #2A2A49;
  --teal: #448C80;
  --mint: #DAEAE0;
  --beige: #E2DACC;
  --white: #FFFFFF;
  --max-width: 1100px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: var(--navy);
  background: var(--white);
  line-height: 1.55;
}

h1, h2, h3, h4 {
  font-family: 'Afterglow', Georgia, serif;
  font-weight: 400;
  margin: 0 0 0.5em;
  color: var(--navy);
}

p { margin: 0 0 1em; }

a { color: var(--navy); }

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--teal);
  margin-bottom: 0.6em;
}
.eyebrow.center, h2.center, .process-sub.center { text-align: center; }

/* Buttons */
.btn {
  display: inline-block;
  padding: 0.85em 1.6em;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.15s ease;
  white-space: nowrap;
}
.btn-primary {
  background: var(--navy);
  color: var(--white);
  border: 2px solid var(--navy);
}
.btn-primary:hover { background: var(--teal); border-color: var(--teal); }
.btn-outline {
  background: transparent;
  color: var(--navy);
  border: 2px solid var(--navy);
}
.btn-outline:hover { background: var(--navy); color: var(--white); }

/* Nav */
.nav {
  position: sticky;
  top: 0;
  background: var(--white);
  border-bottom: 1px solid var(--beige);
  z-index: 100;
}
.nav-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0.9em 1.5em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5em;
}
.nav-logo img { height: 38px; display: block; }
.nav-links {
  display: flex;
  align-items: center;
  gap: 1.7em;
  margin-left: auto;
}
.nav-links a {
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--navy);
}
.nav-links a:hover { color: var(--teal); }
.nav-lang {
  font-weight: 600;
  color: var(--teal) !important;
}
.nav-cta { padding: 0.6em 1.35em; font-size: 0.85rem; }

/* Hero — left-aligned, bold, light mode */
.hero {
  background: var(--white);
  padding: 5.5em 1.5em 4.5em;
}
.hero-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  text-align: left;
}
.hero h1 {
  font-size: clamp(2.4rem, 6vw, 4.6rem);
  line-height: 1.05;
  letter-spacing: -0.01em;
  margin-bottom: 0.45em;
}
.hero h1 .accent { color: var(--teal); }
.accent { color: var(--teal); }
.hero-sub {
  font-size: 1.18rem;
  max-width: 580px;
  margin: 0 0 2em;
  color: #3a3a52;
}
.hero-ctas {
  display: flex;
  gap: 1em;
  justify-content: flex-start;
  flex-wrap: wrap;
}

/* Primary button accent (teal, Fletch-style filled CTA) */
.btn-primary {
  background: var(--teal);
  color: var(--white);
  border: 2px solid var(--teal);
}
.btn-primary:hover { background: var(--navy); border-color: var(--navy); }

/* Pricing strip */
.pricing-strip { background: var(--mint); padding: 3em 1.5em; }
.pricing-strip-inner {
  max-width: 880px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2em;
  flex-wrap: wrap;
}
.pricing-strip-inner p {
  margin: 0;
  font-size: 1.05rem;
  max-width: 560px;
  font-weight: 500;
}
.offer-unit {
  display: block;
  font-weight: 500;
  font-size: 0.82rem;
  color: #6b6b80;
  margin-top: 0.15em;
}

/* Why */
.why { padding: 5em 1.5em; }
.why-inner { max-width: var(--max-width); margin: 0 auto; }
.why h2 { font-size: 1.9rem; max-width: 700px; }
.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2em;
  margin-top: 2.5em;
}
.why-item {
  background: var(--mint);
  padding: 1.8em;
  border-radius: 12px;
}
.why-item h3 { font-size: 1.15rem; color: var(--teal); }

/* Solutions */
.solutions { background: var(--beige); padding: 5em 1.5em; }
.solutions-inner { max-width: var(--max-width); margin: 0 auto; }
.solutions h2 { font-size: 1.9rem; margin-bottom: 2.5em; }
.offer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.8em;
}
.offer-card {
  background: var(--white);
  border-radius: 14px;
  padding: 2em 1.6em;
  display: flex;
  flex-direction: column;
}
.offer-icon { width: 44px; height: 44px; object-fit: contain; margin-bottom: 1em; }
.offer-card h3 { font-size: 1.2rem; }
.offer-card p { font-size: 0.95rem; flex-grow: 1; }
.offer-price {
  font-weight: 700;
  color: var(--teal);
  margin-top: auto;
  margin-bottom: 0;
}
.placeholder-tag {
  font-weight: 500;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--navy);
  background: var(--mint);
  padding: 0.2em 0.5em;
  border-radius: 6px;
  margin-left: 0.4em;
}
.offer-note {
  text-align: center;
  font-size: 0.85rem;
  color: #6b6b80;
  margin-top: 2em;
}

/* Audience router cards (clickable) */
.audience-card {
  text-decoration: none;
  color: var(--navy);
  border: 1px solid var(--beige);
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}
.audience-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(42, 42, 73, 0.10);
  border-color: var(--teal);
}
.audience-lead {
  font-weight: 600;
  color: var(--teal);
  font-size: 1rem;
  margin-bottom: 0.5em;
}
.audience-link {
  font-weight: 600;
  color: var(--navy);
  margin-top: auto;
  padding-top: 0.6em;
}
.audience-card:hover .audience-link { color: var(--teal); }

/* About / name story */
.about { padding: 5em 1.5em; }
.about-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 3em;
  align-items: center;
}
.about h2 { font-size: 1.9rem; }
.about-text p { max-width: 560px; }
.about-aside { display: flex; justify-content: center; }
.about-stats {
  list-style: none;
  margin: 0;
  padding: 2em 2.4em;
  background: var(--mint);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 1.4em;
  width: 100%;
}
.about-stats li {
  display: flex;
  flex-direction: column;
  gap: 0.1em;
  border-bottom: 1px solid rgba(42, 42, 73, 0.10);
  padding-bottom: 1.2em;
}
.about-stats li:last-child { border-bottom: none; padding-bottom: 0; }
.about-stats strong {
  font-family: 'Afterglow', Georgia, serif;
  font-size: 2.2rem;
  color: var(--teal);
  line-height: 1;
}
.about-stats span { font-size: 0.9rem; color: #4a4a63; }

/* Credentials list (Sobre mí) */
.cred-list {
  list-style: none;
  margin: 0;
  padding: 2em 2.2em;
  background: var(--mint);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 1.3em;
  width: 100%;
}
.cred-list li {
  display: flex;
  flex-direction: column;
  gap: 0.2em;
  border-bottom: 1px solid rgba(42, 42, 73, 0.10);
  padding-bottom: 1.3em;
}
.cred-list li:last-child { border-bottom: none; padding-bottom: 0; }
.cred-list strong {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--teal);
}
.cred-list span { font-size: 0.96rem; color: var(--navy); line-height: 1.45; }

/* Testimonials */
.testimonials { background: var(--beige); padding: 5em 1.5em; }
.testimonials-inner { max-width: var(--max-width); margin: 0 auto; }
.testimonials h2 { font-size: 1.9rem; margin-bottom: 2.5em; }
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.8em;
  max-width: 860px;
  margin: 0 auto;
}
.testimonial {
  background: var(--white);
  border-radius: 14px;
  padding: 2em 1.7em;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.2em;
}
.testimonial blockquote {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.5;
  color: var(--navy);
}
.testimonial figcaption { display: flex; flex-direction: column; }
.t-name { font-weight: 700; font-size: 0.95rem; }
.t-role { font-size: 0.85rem; color: var(--teal); }

/* Resource grid (2-up cards on Para ti / Para enseñar) */
.resource-grid { grid-template-columns: repeat(2, 1fr); }
.resource-grid .offer-card .btn { margin-top: auto; align-self: flex-start; }
.note-inline { font-weight: 400; font-size: 0.78rem; opacity: 0.75; }
.card-btns { display: flex; gap: 0.6em; flex-wrap: wrap; margin-top: auto; }
.card-btns .btn { margin-top: 0; }

/* Placeholder image gallery (educadoras en acción) */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2em;
  margin-top: 2em;
}
.img-placeholder {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--mint);
  border: 1px dashed var(--teal);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--teal);
  font-size: 0.85rem;
  font-weight: 600;
}
.img-placeholder img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Process */
.process { padding: 5em 1.5em; }
.process-inner { max-width: 760px; margin: 0 auto; }
.process h2 { font-size: 1.9rem; }
.process-sub { margin-bottom: 3em; }
.timeline {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-left: 2px solid var(--mint);
  padding-left: 2em;
}
.timeline-row {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 1.5em;
  padding-bottom: 2.2em;
  position: relative;
}
.timeline-row::before {
  content: '';
  position: absolute;
  left: -2.5em;
  top: 0.3em;
  width: 10px;
  height: 10px;
  background: var(--teal);
  border-radius: 50%;
}
.timeline-day {
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--teal);
  padding-top: 0.2em;
}
.timeline-content h4 { font-size: 1.1rem; margin-bottom: 0.3em; }
.timeline-content p { font-size: 0.95rem; margin-bottom: 0; }
.process-note {
  text-align: center;
  margin-top: 1em;
  font-size: 0.95rem;
}

/* Newsletter */
.newsletter {
  background: var(--navy);
  color: var(--white);
  padding: 4.5em 1.5em;
  text-align: center;
}
.newsletter-inner { max-width: 600px; margin: 0 auto; }
.newsletter h2 { color: var(--white); font-size: 1.7rem; }
.newsletter p { color: var(--mint); margin-bottom: 1.6em; }
.newsletter .btn-outline { color: var(--white); border-color: var(--white); }
.newsletter .btn-outline:hover { background: var(--white); color: var(--navy); }

/* FAQ */
.faq { padding: 5em 1.5em; background: var(--white); }
.faq-inner { max-width: 720px; margin: 0 auto; }
.faq h2 { font-size: 1.9rem; margin-bottom: 2em; }
.faq-item {
  border-bottom: 1px solid var(--beige);
  padding: 1.2em 0;
}
.faq-item summary {
  cursor: pointer;
  font-weight: 600;
  font-size: 1.02rem;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-item summary::after {
  content: '+';
  font-size: 1.4rem;
  color: var(--teal);
  font-weight: 400;
  margin-left: 1em;
}
.faq-item[open] summary::after { content: '−'; }
.faq-item p { margin-top: 0.8em; font-size: 0.97rem; color: #444; }

/* Directory page */
.dir-section { padding: 3em 1.5em 5em; }
.dir-inner { max-width: var(--max-width); margin: 0 auto; }
.dir-tabs {
  display: flex;
  gap: 0.6em;
  flex-wrap: wrap;
  margin-bottom: 1.6em;
}
.dir-tab {
  border: 2px solid var(--beige);
  background: var(--white);
  color: var(--navy);
  border-radius: 999px;
  padding: 0.55em 1.3em;
  font-size: 0.92rem;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.15s ease;
}
.dir-tab:hover { border-color: var(--teal); }
.dir-tab.active { background: var(--teal); border-color: var(--teal); color: var(--white); }
.dir-intro { max-width: 720px; color: #3a3a52; }
.dir-banner {
  background: var(--mint);
  border-radius: 12px;
  padding: 1em 1.4em;
  margin: 1.2em 0 0;
  font-size: 0.95rem;
}
.dir-filters {
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
  margin: 2em 0 1.4em;
}
.dir-filters input, .dir-filters select {
  font-family: inherit;
  font-size: 0.95rem;
  padding: 0.7em 1em;
  border: 1px solid var(--beige);
  border-radius: 10px;
  color: var(--navy);
  background: var(--white);
}
.dir-filters input { flex: 1 1 240px; }
.dir-filters select { flex: 0 1 220px; }
.dir-count { font-size: 0.85rem; color: #6b6b80; margin: 0 0 1em; }
.dir-external {
  background: var(--mint);
  border-radius: 14px;
  padding: 2.4em 1.8em;
  margin-top: 1.4em;
  text-align: center;
}
.dir-external-note { font-size: 0.9rem; color: #4a4a63; margin: 1em 0 0; }
.dir-table-wrap { overflow-x: auto; }
.dir-table { width: 100%; border-collapse: collapse; font-size: 0.95rem; }
.dir-table th {
  text-align: left;
  background: var(--mint);
  color: var(--navy);
  font-weight: 700;
  padding: 0.8em 1em;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.dir-table th:first-child { border-radius: 10px 0 0 0; }
.dir-table th:last-child { border-radius: 0 10px 0 0; }
.dir-table td { padding: 0.85em 1em; border-bottom: 1px solid var(--beige); vertical-align: top; }
.dir-table tr:hover td { background: #faf8f3; }
.dir-table .t-zone { color: #6b6b80; font-size: 0.88rem; }
.dir-table a { color: var(--teal); font-weight: 600; text-decoration: none; }
.dir-table a:hover { text-decoration: underline; }
.dir-empty { padding: 2em 1em; text-align: center; color: #6b6b80; }

/* Footer */
.footer { background: var(--beige); padding: 3.5em 1.5em 2.5em; }
.footer-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.2em;
}
.footer-logo { height: 32px; }
.footer-links {
  display: flex;
  gap: 1.6em;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-links a { text-decoration: none; font-size: 0.9rem; }
.footer-links a:hover { color: var(--teal); }
.footer-copy { font-size: 0.82rem; color: #6b6b80; margin: 0; }

/* Responsive */
@media (max-width: 860px) {
  .why-grid, .offer-grid, .testimonial-grid, .resource-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .about-inner { grid-template-columns: 1fr; gap: 2em; }
  .nav-links { display: none; }
}
@media (max-width: 480px) {
  .hero { padding: 3.5em 1.2em 3em; }
  .timeline-row { grid-template-columns: 1fr; gap: 0.4em; }
  .timeline { padding-left: 1.5em; }
  .timeline-row::before { left: -2em; }
}
