:root {
  --navy: #0f3552;
  --navy-deep: #0a2438;
  --ink: #182936;
  --muted: #5a6d79;
  --green: #2a8f47;
  --green-deep: #1c6e34;
  --green-soft: #eaf6ee;
  --sand: #f4f1eb;
  --sand-deep: #ebe6dc;
  --paper: #ffffff;
  --line: #dde5ea;
  --max: 1160px;
  --radius: 14px;
  --font-display: "Source Serif 4", Georgia, "Times New Roman", serif;
  --font-body: "Source Sans 3", "Segoe UI", sans-serif;
  --wa: #128c7e;
  --ig: #c13584;
  --fb: #1877f2;
  --shadow-sm: 0 8px 24px rgba(15, 53, 82, 0.06);
  --shadow-md: 0 18px 40px rgba(15, 53, 82, 0.1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
  font-size: 1.05rem;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button, input, select, textarea { font: inherit; }
.wrap { width: min(var(--max), calc(100% - 2rem)); margin-inline: auto; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); border: 0;
}

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,0.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  gap: 0.75rem; min-height: 5.4rem;
}
.brand-logo {
  display: flex; align-items: center; gap: 0.75rem;
  flex-shrink: 1; min-width: 0; max-width: min(440px, 72vw);
}
.brand-logo .brand-mark {
  display: block;
  width: 64px; height: 64px;
  object-fit: contain;
  object-position: center;
  flex-shrink: 0;
  padding: 2px;
}
.brand-logo .wordmark { display: none !important; }
.brand-text { display: flex; flex-direction: column; gap: 0.18rem; min-width: 0; }
.brand-name {
  font-family: var(--font-display);
  font-size: clamp(1.18rem, 3.2vw, 1.5rem);
  font-weight: 700; line-height: 1.1; color: var(--navy);
  letter-spacing: -0.02em; white-space: nowrap;
}
.brand-name em { font-style: normal; color: var(--green); }
.brand-tagline {
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.055em;
  text-transform: uppercase; color: var(--green-deep); line-height: 1.3;
}
.nav-links {
  display: none; gap: 1.35rem; align-items: center;
  font-size: 0.95rem; font-weight: 600; color: var(--muted);
}
.nav-links a { position: relative; padding: 0.2rem 0; }
.nav-links a:hover, .nav-links a.active { color: var(--navy); }
.nav-links a.active::after,
.nav-links a:hover::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -0.35rem;
  height: 2px; background: var(--green); border-radius: 2px;
}
.header-actions { display: flex; align-items: center; gap: 0.55rem; }
.header-social { display: none; gap: 0.4rem; }
.nav-cta {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 0.68rem 1.15rem; border-radius: 999px;
  background: var(--navy); color: #fff; font-weight: 700; font-size: 0.92rem;
  transition: background 0.2s ease, transform 0.2s ease;
}
.nav-cta:hover { background: var(--navy-deep); transform: translateY(-1px); }
.menu-toggle {
  width: 2.5rem; height: 2.5rem; border-radius: 10px;
  border: 1px solid var(--line); background: #fff; cursor: pointer;
  display: grid; place-items: center;
}
.menu-toggle span,
.menu-toggle span::before,
.menu-toggle span::after {
  display: block; width: 1.05rem; height: 2px; background: var(--navy); position: relative;
}
.menu-toggle span::before,
.menu-toggle span::after { content: ""; position: absolute; left: 0; }
.menu-toggle span::before { top: -6px; }
.menu-toggle span::after { top: 6px; }
.nav-drawer {
  display: none; border-top: 1px solid var(--line);
  background: #fff; padding: 1rem 0 1.25rem;
}
.nav-drawer.open { display: block; }
.nav-drawer ul { display: grid; gap: 0.9rem; font-weight: 600; }

/* Social buttons */
.social-btn {
  width: 2.5rem; height: 2.5rem; border-radius: 50%;
  display: inline-grid; place-items: center;
  border: 1px solid var(--line); background: #fff;
  color: var(--navy); transition: 0.2s ease;
}
.social-btn svg { width: 1.1rem; height: 1.1rem; fill: currentColor; }
.social-btn:hover { transform: translateY(-2px); }
.social-btn.ig:hover { color: #fff; background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af); border-color: transparent; }
.social-btn.fb:hover { color: #fff; background: var(--fb); border-color: var(--fb); }
.social-btn.wa:hover { color: #fff; background: var(--wa); border-color: var(--wa); }
.social-row { display: flex; flex-wrap: wrap; gap: 0.55rem; align-items: center; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.45rem;
  padding: 0.9rem 1.4rem; border-radius: 999px; font-weight: 700; font-size: 0.98rem;
  border: 1px solid transparent; cursor: pointer;
  transition: 0.2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--green); color: #fff; box-shadow: 0 10px 24px rgba(42, 143, 71, 0.25); }
.btn-primary:hover { background: var(--green-deep); }
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { background: var(--navy-deep); }
.btn-outline { background: #fff; color: var(--navy); border-color: var(--line); }
.btn-outline:hover { border-color: var(--navy); }
.btn-wa { background: var(--wa); color: #fff; }
.btn-wa:hover { background: #0e7367; }
.btn-on-dark {
  background: transparent; color: #fff;
  border-color: rgba(255,255,255,0.4);
}
.btn-on-dark:hover { border-color: #fff; background: rgba(255,255,255,0.08); }
.cta-row { display: flex; flex-wrap: wrap; gap: 0.75rem; }

/* Hero */
.hero {
  display: grid;
  background:
    radial-gradient(600px 320px at 10% 20%, rgba(42, 143, 71, 0.08), transparent 60%),
    var(--sand);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}
.hero-copy {
  padding: 3.1rem 0 2.8rem;
  display: flex; flex-direction: column; justify-content: center;
}
.hero-copy-inner {
  width: min(560px, calc(100% - 2rem));
  margin-inline: auto;
}
.hero-kicker {
  display: inline-flex; align-items: center; gap: 0.45rem;
  font-size: 0.78rem; font-weight: 750; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--green-deep);
  margin-bottom: 1rem;
}
.hero-kicker::before {
  content: ""; width: 1.4rem; height: 2px; background: var(--green); border-radius: 2px;
}
.hero-brand {
  font-family: var(--font-display);
  font-size: clamp(2.45rem, 6vw, 3.5rem);
  font-weight: 650; line-height: 1.05; letter-spacing: -0.03em;
  color: var(--navy); margin-bottom: 0.85rem;
}
.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.8vw, 1.75rem);
  font-weight: 500; line-height: 1.35; color: var(--ink);
  margin-bottom: 1rem; max-width: 28ch;
}
.hero-lead {
  color: var(--muted); font-size: 1.08rem; max-width: 38ch;
  margin-bottom: 1.55rem;
}
.hero-meta {
  margin-top: 1.55rem; padding-top: 1.25rem;
  border-top: 1px solid rgba(15, 53, 82, 0.12);
  font-size: 0.92rem; color: var(--muted); font-weight: 650;
  display: flex; flex-wrap: wrap; gap: 0.45rem 1rem;
}
.hero-meta span {
  display: inline-flex; align-items: center; gap: 0.35rem;
}
.hero-meta span::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--green);
}
.hero-visual {
  position: relative;
  min-height: 300px;
  padding: 1.5rem;
  display: grid; place-items: center;
}
.hero-visual-frame {
  width: min(100%, 460px);
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: var(--shadow-md);
  border: 8px solid #fff;
  position: relative;
}
.hero-visual-frame img {
  width: 100%; height: 100%; object-fit: cover;
}
.hero-visual::before {
  content: "";
  position: absolute; width: 180px; height: 180px; border-radius: 50%;
  background: rgba(42, 143, 71, 0.12); top: 8%; right: 6%; z-index: 0;
}
.hero-visual::after {
  content: "";
  position: absolute; width: 120px; height: 120px; border-radius: 50%;
  background: rgba(15, 53, 82, 0.08); bottom: 12%; left: 8%; z-index: 0;
}
.hero-visual-frame { position: relative; z-index: 1; }

/* Trust strip */
.trust-strip {
  background: linear-gradient(90deg, var(--navy-deep), #154a3a);
  color: rgba(255,255,255,0.9);
  padding: 1rem 0;
  font-size: 0.95rem; font-weight: 600; text-align: center;
}
.trust-strip strong { color: #fff; }

/* Sections */
section { padding: 4.5rem 0; }
.band { background: var(--sand); }
.section-label {
  font-size: 0.76rem; font-weight: 750; letter-spacing: 0.11em;
  text-transform: uppercase; color: var(--green-deep); margin-bottom: 0.5rem;
}
.section-title {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3.2vw, 2.35rem);
  line-height: 1.18; color: var(--navy);
  margin-bottom: 0.65rem; max-width: 18ch; font-weight: 650;
}
.section-lead {
  color: var(--muted); max-width: 46ch; margin-bottom: 2rem; font-size: 1.05rem;
}
.split-head { display: grid; gap: 0.75rem; margin-bottom: 1.85rem; }

.page-hero {
  padding: 3.2rem 0 2.4rem;
  background:
    radial-gradient(500px 240px at 90% 0%, rgba(42, 143, 71, 0.1), transparent 55%),
    var(--sand);
  border-bottom: 1px solid var(--line);
}
.page-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 3.8vw, 2.6rem);
  color: var(--navy); font-weight: 650; letter-spacing: -0.02em;
  max-width: 18ch; line-height: 1.15;
}
.page-hero p { color: var(--muted); max-width: 48ch; margin-top: 0.75rem; }
.breadcrumb {
  display: flex; flex-wrap: wrap; gap: 0.4rem;
  font-size: 0.85rem; color: var(--muted); margin-bottom: 0.75rem; font-weight: 600;
}
.breadcrumb a:hover { color: var(--navy); }

/* Steps */
.steps { display: grid; gap: 1rem; }
.step {
  display: grid; grid-template-columns: auto 1fr; gap: 1rem;
  padding: 1.4rem 1.3rem; background: #fff;
  border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.step:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.step-num {
  width: 2.4rem; height: 2.4rem; border-radius: 50%;
  background: var(--green-soft); color: var(--green-deep);
  display: grid; place-items: center;
  font-family: var(--font-display); font-weight: 700; font-size: 1.05rem;
}
.step h3 { font-size: 1.1rem; color: var(--navy); margin-bottom: 0.2rem; font-weight: 700; }
.step p { color: var(--muted); font-size: 0.98rem; }

/* Cards */
.program-grid, .price-grid, .stories-grid, .cred-grid { display: grid; gap: 1rem; }
.program, .story, .cred {
  padding: 1.45rem 1.35rem; background: #fff;
  border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s ease, border-color 0.2s ease;
}
.program:hover, .story:hover, .cred:hover {
  transform: translateY(-3px); border-color: rgba(42, 143, 71, 0.35);
}
.program h3, .cred h3 {
  font-family: var(--font-display); font-size: 1.22rem;
  color: var(--navy); margin-bottom: 0.4rem; font-weight: 600;
}
.program p, .cred p, .story p { color: var(--muted); font-size: 0.98rem; }
.tag {
  display: inline-block; margin-top: 0.95rem;
  font-size: 0.74rem; font-weight: 750; letter-spacing: 0.05em;
  text-transform: uppercase; color: var(--green-deep);
}

/* Pricing */
.price {
  padding: 1.55rem 1.35rem; background: #fff;
  border: 1px solid var(--line); border-radius: var(--radius);
  display: flex; flex-direction: column; box-shadow: var(--shadow-sm);
}
.price.featured {
  border-color: var(--green);
  background: linear-gradient(180deg, rgba(42, 143, 71, 0.08), #fff 42%);
  box-shadow: var(--shadow-md);
}
.price h3 {
  font-family: var(--font-display); font-size: 1.28rem;
  color: var(--navy); margin-bottom: 0.25rem; font-weight: 600;
}
.price .amount {
  font-size: 1.9rem; font-weight: 750; color: var(--navy);
  letter-spacing: -0.02em; margin-bottom: 0.9rem;
}
.price .amount span { font-size: 0.92rem; font-weight: 600; color: var(--muted); }
.price ul {
  display: grid; gap: 0.45rem; margin-bottom: 1.25rem;
  color: var(--ink); font-size: 0.95rem; flex: 1;
}
.price ul li::before { content: "– "; color: var(--green-deep); }
.price .btn { width: 100%; margin-top: auto; }
.price-note {
  margin-top: 1.25rem; color: var(--muted); font-size: 0.95rem;
  padding: 1rem 1.1rem; background: var(--green-soft); border-radius: 12px;
}

/* About */
.about-panel {
  display: grid; gap: 0; align-items: stretch;
  background: #fff; border: 1px solid var(--line);
  border-radius: 20px; overflow: hidden; box-shadow: var(--shadow-md);
}
.about-photo {
  min-height: 320px;
  background: #ddd center 18% / cover no-repeat;
}
.about-copy { padding: 1.7rem 1.5rem 1.9rem; }
.about-copy h2 {
  font-family: var(--font-display); font-size: clamp(1.65rem, 3vw, 2.05rem);
  color: var(--navy); margin: 0.35rem 0 0.75rem; font-weight: 650;
}
.about-copy p { color: var(--muted); margin-bottom: 0.8rem; }
.stats {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem; margin-top: 1.3rem;
}
.stat { padding-top: 0.8rem; border-top: 2px solid var(--green); }
.stat strong {
  display: block; font-family: var(--font-display);
  font-size: 1.4rem; color: var(--navy); line-height: 1.1;
}
.stat span { font-size: 0.78rem; color: var(--muted); font-weight: 650; }

/* Contact */
.contact-grid { display: grid; gap: 1.25rem; }
.contact-card, .form-card {
  padding: 1.55rem 1.4rem; background: #fff;
  border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}
.contact-card h2, .form-card h2 {
  font-family: var(--font-display); color: var(--navy);
  font-size: 1.45rem; margin-bottom: 1rem; font-weight: 650;
}
.contact-list { display: grid; gap: 1rem; }
.contact-list a span, .contact-list > a {
  display: block; font-weight: 700; color: var(--navy);
}
.contact-list small {
  display: block; font-weight: 500; color: var(--muted);
  margin-top: 0.2rem; font-size: 0.9rem;
}
.form-grid { display: grid; gap: 0.9rem; }
label {
  display: grid; gap: 0.35rem;
  font-size: 0.88rem; font-weight: 650; color: var(--navy);
}
input, select, textarea {
  width: 100%; padding: 0.85rem 0.95rem; border-radius: 10px;
  border: 1px solid var(--line); background: #fff; color: var(--ink);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
input:focus, select:focus, textarea:focus {
  outline: none; border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(42, 143, 71, 0.15);
}
textarea { min-height: 120px; resize: vertical; }
.form-success {
  display: none; padding: 0.95rem 1rem; border-radius: 10px;
  background: var(--green-soft); color: var(--green-deep); font-weight: 650;
}
.form-success.show { display: block; }

/* CTA band */
.cta-band {
  background:
    radial-gradient(500px 260px at 85% 20%, rgba(42, 143, 71, 0.22), transparent 60%),
    linear-gradient(135deg, var(--navy-deep), #123d4f 55%, #15503a);
  color: #fff; padding: 4rem 0;
}
.cta-band h2 {
  font-family: var(--font-display); font-size: clamp(1.7rem, 3vw, 2.25rem);
  max-width: 16ch; margin-bottom: 0.65rem; font-weight: 650;
}
.cta-band p { color: rgba(255,255,255,0.82); max-width: 42ch; margin-bottom: 1.35rem; }

/* FAQ */
.faq-list { display: grid; gap: 0.7rem; max-width: 760px; }
details {
  background: #fff; border: 1px solid var(--line);
  border-radius: 12px; padding: 1.05rem 1.15rem;
  box-shadow: var(--shadow-sm);
}
summary {
  cursor: pointer; font-weight: 700; list-style: none;
  display: flex; justify-content: space-between; gap: 1rem;
  align-items: center; color: var(--navy);
}
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; font-size: 1.25rem; color: var(--green); font-weight: 500; }
details[open] summary::after { content: "–"; }
details p { margin-top: 0.7rem; color: var(--muted); font-size: 0.98rem; }

/* Blog */
.blog-layout { display: grid; gap: 2rem; }
.prose { max-width: 720px; }
.prose h2 {
  font-family: var(--font-display); color: var(--navy);
  font-size: 1.5rem; margin: 2rem 0 0.7rem; line-height: 1.25; font-weight: 650;
}
.prose h3 {
  font-family: var(--font-display); color: var(--navy);
  font-size: 1.18rem; margin: 1.35rem 0 0.5rem; font-weight: 600;
}
.prose p, .prose li { color: var(--muted); margin-bottom: 0.85rem; }
.prose ul, .prose ol { padding-left: 1.2rem; margin-bottom: 1rem; }
.prose ul { list-style: disc; }
.prose ol { list-style: decimal; }
.prose a { color: var(--green-deep); text-decoration: underline; text-underline-offset: 2px; }
.prose strong { color: var(--ink); }
.toc {
  padding: 1.2rem; background: var(--sand); border: 1px solid var(--line);
  border-radius: var(--radius); margin: 1.3rem 0 1.6rem;
}
.toc h2 { font-size: 1rem; margin: 0 0 0.65rem; font-family: var(--font-body); }
.toc ol { margin: 0; padding-left: 1.1rem; }
.toc li { margin-bottom: 0.3rem; font-size: 0.95rem; }
.blog-card {
  padding: 1.6rem; background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); box-shadow: var(--shadow-sm);
}
.blog-card h2 {
  font-family: var(--font-display); color: var(--navy);
  font-size: 1.45rem; line-height: 1.25; font-weight: 650;
}
.blog-meta { color: var(--muted); font-size: 0.88rem; font-weight: 600; }
.keyword-box {
  margin: 1.4rem 0; padding: 1.05rem 1.15rem;
  border-left: 3px solid var(--green); background: var(--green-soft);
  border-radius: 0 10px 10px 0;
}

/* Footer */
.site-footer {
  padding: 3rem 0 6.5rem;
  background: var(--navy-deep);
  color: rgba(255,255,255,0.78);
}
.footer-grid { display: grid; gap: 1.85rem; }
.site-footer h3 {
  font-family: var(--font-display); font-size: 1.08rem;
  color: #fff; margin-bottom: 0.75rem; font-weight: 650;
}
.site-footer ul { display: grid; gap: 0.45rem; font-size: 0.95rem; }
.site-footer a:hover { color: #fff; }
.footer-brand img {
  height: 100px; width: auto; margin-bottom: 0.9rem;
  background: #fff; border-radius: 18px; padding: 1rem;
  object-fit: contain; display: block;
}
.footer-brand p { max-width: 28ch; margin: 0.65rem 0 1rem; font-size: 0.95rem; }
.copyright {
  margin-top: 2rem; padding-top: 1.2rem;
  border-top: 1px solid rgba(255,255,255,0.12);
  font-size: 0.88rem; display: flex; flex-wrap: wrap; gap: 0.75rem 1.25rem;
  justify-content: space-between; align-items: center;
}
.copyright a { color: rgba(255,255,255,0.85); }
.site-footer .social-btn {
  background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.16); color: #fff;
}

/* Sticky */
.sticky-actions {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
  display: grid; grid-template-columns: 1fr 1fr 1.15fr; gap: 0.4rem;
  padding: 0.55rem 0.65rem calc(0.55rem + env(safe-area-inset-bottom));
  background: rgba(255,255,255,0.97); border-top: 1px solid var(--line);
  backdrop-filter: blur(10px);
}
.sticky-actions a {
  display: grid; place-items: center; min-height: 2.75rem; border-radius: 10px;
  font-size: 0.84rem; font-weight: 750; border: 1px solid var(--line); background: #fff;
}
.sticky-actions .wa { color: var(--wa); }
.sticky-actions .book-now { background: var(--green); color: #fff; border-color: var(--green); }

.reveal { opacity: 1; transform: none; }

@media (min-width: 768px) {
  .menu-toggle { display: none; }
  .nav-links { display: flex; }
  .header-social { display: flex; }
  .nav-drawer { display: none !important; }
  .brand-logo { max-width: none; }
  .brand-logo .brand-mark { width: 76px; height: 76px; padding: 4px; }
  .brand-name { font-size: 1.55rem; }
  .brand-tagline { font-size: 0.82rem; letter-spacing: 0.07em; }
  .hero {
    grid-template-columns: 1.05fr 0.95fr;
    min-height: min(88vh, 700px);
  }
  .hero-copy { padding: 4.2rem 0; }
  .hero-copy-inner {
    width: auto; max-width: 530px;
    margin-left: max(1rem, calc((100vw - var(--max)) / 2));
    margin-right: 1.5rem;
  }
  .hero-visual { min-height: 100%; padding: 2.5rem; }
  .steps { grid-template-columns: repeat(3, 1fr); }
  .program-grid, .cred-grid { grid-template-columns: repeat(2, 1fr); }
  .price-grid { grid-template-columns: repeat(2, 1fr); }
  .stories-grid { grid-template-columns: repeat(3, 1fr); }
  .about-panel { grid-template-columns: 0.9fr 1.1fr; }
  .about-copy { padding: 2.2rem 2rem; }
  .contact-grid { grid-template-columns: 0.9fr 1.1fr; align-items: start; }
  .footer-grid { grid-template-columns: 1.35fr 1fr 1fr 1.1fr; }
  .sticky-actions { display: none; }
  .site-footer { padding-bottom: 2.6rem; }
  section { padding: 5.25rem 0; }
}
@media (min-width: 1024px) {
  .program-grid { grid-template-columns: repeat(3, 1fr); }
  .price-grid.four { grid-template-columns: repeat(4, 1fr); }
  .price-grid.three { grid-template-columns: repeat(3, 1fr); }
  .split-head { grid-template-columns: 1fr 1fr; align-items: end; }
  .split-head .section-lead { margin-bottom: 0; justify-self: end; }
}
