:root {
  --forest: #14352f;
  --forest-mid: #1f4d43;
  --sage: #4a8b74;
  --mint: #7eb89a;
  --mist: #eef5f2;
  --paper: #f7fbf9;
  --ink: #12241f;
  --ink-soft: #3a524b;
  --blossom: #c9888a;
  --line: rgba(20, 53, 47, 0.12);
  --radius: 2px;
  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Figtree", "Segoe UI", sans-serif;
  --max: 1100px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background:
    radial-gradient(900px 480px at 0% 0%, rgba(126, 184, 154, 0.22), transparent 55%),
    radial-gradient(700px 420px at 100% 8%, rgba(201, 136, 138, 0.12), transparent 50%),
    linear-gradient(165deg, #e6f0eb 0%, var(--paper) 45%, #e9f2ee 100%);
  line-height: 1.65;
  min-height: 100vh;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: var(--sage);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--forest);
}

h1,
h2,
h3,
h4 {
  font-family: var(--font-display);
  line-height: 1.18;
  letter-spacing: -0.02em;
  margin: 0 0 0.55em;
  font-weight: 600;
  color: var(--forest);
}

p {
  margin: 0 0 1em;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.inline-error {
  background: #f7e4e4;
  color: #6a2222;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #e0b4b4;
}

.wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 1.25rem;
}

.section {
  padding: 4.5rem 0;
}

.eyebrow {
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sage);
  font-weight: 600;
  margin-bottom: 0.65rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(14px);
  background: rgba(247, 251, 249, 0.88);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0.85rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--forest);
  text-decoration: none;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.2rem;
}

.brand-mark {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 6px;
  background:
    radial-gradient(circle at 70% 28%, var(--mint), transparent 48%),
    linear-gradient(145deg, var(--forest), var(--sage));
}

.nav-toggle {
  display: none;
  border: 1px solid var(--line);
  background: var(--paper);
  width: 2.6rem;
  height: 2.6rem;
  border-radius: var(--radius);
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.nav-toggle-bar,
.nav-toggle-bar::before,
.nav-toggle-bar::after {
  display: block;
  width: 1.1rem;
  height: 2px;
  background: var(--forest);
  position: relative;
}

.nav-toggle-bar::before,
.nav-toggle-bar::after {
  content: "";
  position: absolute;
  left: 0;
}

.nav-toggle-bar::before {
  top: -5px;
}

.nav-toggle-bar::after {
  top: 5px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  flex-wrap: wrap;
}

.site-nav a {
  color: var(--ink-soft);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
}

.site-nav a:hover {
  color: var(--forest);
}

.nav-cta {
  background: var(--forest);
  color: #f4faf7 !important;
  padding: 0.55rem 0.95rem;
  border-radius: var(--radius);
  transition: transform 0.25s ease, background 0.25s ease;
}

.nav-cta:hover {
  background: var(--forest-mid);
  transform: translateY(-1px);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  border: 1px solid transparent;
  padding: 0.78rem 1.25rem;
  border-radius: var(--radius);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: var(--forest);
  color: #f4faf7;
}

.btn-primary:hover {
  background: var(--forest-mid);
  color: #fff;
}

.btn-ghost {
  background: transparent;
  border-color: rgba(20, 53, 47, 0.28);
  color: var(--forest);
}

.btn-ink {
  background: var(--sage);
  color: #fff;
}

.btn-ink:hover {
  background: var(--forest-mid);
  color: #fff;
}

.hero-panel {
  min-height: min(92vh, 820px);
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  position: relative;
  overflow: hidden;
}

.hero-copy {
  padding: clamp(3rem, 8vw, 6.5rem) clamp(1.25rem, 5vw, 4rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    linear-gradient(135deg, rgba(20, 53, 47, 0.04), transparent 40%),
    linear-gradient(180deg, rgba(238, 245, 242, 0.92), rgba(247, 251, 249, 0.96));
  animation: fadeRise 0.9s ease both;
}

.brand-hero {
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 6vw, 4.4rem);
  line-height: 0.95;
  color: var(--forest);
  margin: 0 0 1.2rem;
  letter-spacing: -0.03em;
  font-weight: 600;
}

.hero-copy h1 {
  font-size: clamp(1.35rem, 2.6vw, 1.85rem);
  font-family: var(--font-body);
  font-weight: 500;
  color: var(--ink-soft);
  max-width: 28ch;
  margin-bottom: 0.85rem;
}

.hero-copy .lede {
  max-width: 36ch;
  color: var(--ink-soft);
  font-size: 1.05rem;
  margin-bottom: 1.6rem;
}

.hero-visual {
  position: relative;
  min-height: 420px;
  background:
    url("https://images.unsplash.com/photo-1573496359142-b8d87734a5a2?auto=format&fit=crop&w=1400&q=80")
    center/cover no-repeat;
  animation: softZoom 12s ease-in-out infinite alternate;
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(238, 245, 242, 0.55), transparent 35%);
}

.journey-rail {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.45);
}

.journey-rail article {
  padding: 2rem 1.5rem;
  border-right: 1px solid var(--line);
}

.journey-rail article:last-child {
  border-right: 0;
}

.journey-rail strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.85rem;
  color: var(--forest);
  margin-bottom: 0.35rem;
}

.journey-rail span {
  color: var(--ink-soft);
  font-size: 0.95rem;
}

.split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2.5rem;
  align-items: center;
}

.media-frame {
  overflow: hidden;
  border-radius: var(--radius);
  min-height: 320px;
}

.media-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 320px;
  transition: transform 0.8s ease;
}

.media-frame:hover img {
  transform: scale(1.03);
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 1.4rem 0 0;
}

.feature-list li {
  padding: 0.85rem 0 0.85rem 1.1rem;
  border-left: 2px solid var(--mint);
  margin-bottom: 0.7rem;
  color: var(--ink-soft);
}

.course-band {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  min-height: 420px;
  background: var(--forest);
  color: #e8f3ee;
  overflow: hidden;
}

.course-band img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 420px;
}

.course-band-body {
  padding: clamp(2rem, 5vw, 3.5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.course-band h2,
.course-band .eyebrow {
  color: #f2faf6;
}

.course-band p {
  color: rgba(232, 243, 238, 0.88);
}

.course-band .btn {
  align-self: flex-start;
  margin-top: 0.5rem;
}

.quote-stack {
  display: grid;
  gap: 1.5rem;
}

.quote-block {
  padding: 1.6rem 0;
  border-top: 1px solid var(--line);
}

.quote-block:last-child {
  border-bottom: 1px solid var(--line);
}

.quote-block p {
  font-family: var(--font-display);
  font-size: 1.25rem;
  color: var(--forest);
  line-height: 1.45;
}

.quote-meta {
  font-size: 0.92rem;
  color: var(--ink-soft);
}

.cta-band {
  margin: 2rem 0 0;
  padding: 3.5rem 1.25rem;
  background:
    linear-gradient(120deg, rgba(74, 139, 116, 0.16), rgba(20, 53, 47, 0.08)),
    var(--mist);
  text-align: center;
}

.cta-band h2 {
  max-width: 18ch;
  margin-left: auto;
  margin-right: auto;
}

.cta-band p {
  max-width: 42ch;
  margin: 0 auto 1.4rem;
  color: var(--ink-soft);
}

.site-footer {
  margin-top: 4rem;
  background: var(--forest);
  color: rgba(232, 243, 238, 0.88);
  padding: 3rem 1.25rem 1.5rem;
}

.footer-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 2rem;
}

.footer-name {
  font-family: var(--font-display);
  font-size: 1.35rem;
  color: #f4faf7;
  margin-bottom: 0.5rem;
}

.footer-heading {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mint);
  margin-bottom: 0.75rem;
  font-weight: 600;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 0.45rem;
}

.footer-links a,
.site-footer a {
  color: rgba(232, 243, 238, 0.9);
  text-decoration: none;
}

.footer-links a:hover,
.site-footer a:hover {
  color: #fff;
}

.footer-address {
  font-style: normal;
  margin-bottom: 0.75rem;
  line-height: 1.5;
}

.footer-bottom {
  max-width: var(--max);
  margin: 2.5rem auto 0;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(232, 243, 238, 0.18);
  font-size: 0.9rem;
}

.page-hero {
  padding: 4rem 0 2.5rem;
}

.page-hero h1 {
  font-size: clamp(2rem, 4.5vw, 3.1rem);
  max-width: 16ch;
}

.page-hero p {
  max-width: 52ch;
  color: var(--ink-soft);
}

.page-hero-visual {
  margin-top: 2rem;
  min-height: 280px;
  background-size: cover;
  background-position: center;
  border-radius: var(--radius);
  animation: softZoom 14s ease-in-out infinite alternate;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.price-tier {
  padding: 1.75rem 0;
  border-top: 2px solid var(--forest);
}

.price-tier h2 {
  font-size: 1.45rem;
}

.price-amount {
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--sage);
  margin: 0.4rem 0 1rem;
}

.price-tier ul {
  padding-left: 1.1rem;
  color: var(--ink-soft);
  margin-bottom: 1.25rem;
}

.price-tier li {
  margin-bottom: 0.45rem;
}

.course-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.course-item img,
.blog-item img,
.review-case img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: var(--radius);
  margin-bottom: 1rem;
}

.course-item h2,
.blog-item h2 {
  font-size: 1.35rem;
}

.modules {
  display: grid;
  gap: 1rem;
  margin: 1.5rem 0;
}

.module {
  padding: 1rem 0 1rem 1rem;
  border-left: 3px solid var(--mint);
}

.faq details {
  border-top: 1px solid var(--line);
  padding: 1rem 0;
}

.faq details:last-child {
  border-bottom: 1px solid var(--line);
}

.faq summary {
  cursor: pointer;
  font-weight: 600;
  color: var(--forest);
}

.blog-list {
  display: grid;
  gap: 2.5rem;
}

.blog-item {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 1.5rem;
  align-items: start;
}

.article-body {
  max-width: 68ch;
}

.article-body h2 {
  margin-top: 2rem;
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 2.5rem;
}

.field {
  margin-bottom: 1.1rem;
}

.field label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.35rem;
  color: var(--forest);
}

.field input,
.field textarea,
.field select {
  width: 100%;
  padding: 0.75rem 0.85rem;
  border: 1px solid rgba(20, 53, 47, 0.22);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.75);
  font: inherit;
  color: var(--ink);
}

.field input[aria-invalid="true"],
.field textarea[aria-invalid="true"] {
  border-color: #b25555;
}

.field-error {
  color: #8a3030;
  font-size: 0.88rem;
  min-height: 1.1em;
  margin-top: 0.25rem;
}

.form-status {
  margin-top: 0.85rem;
  font-weight: 600;
}

.form-status.is-success {
  color: var(--sage);
}

.form-status.is-error {
  color: #8a3030;
}

.legal-body {
  max-width: 72ch;
}

.legal-body h2 {
  margin-top: 2rem;
  font-size: 1.35rem;
}

.cookies-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.25rem 0 2rem;
  font-size: 0.92rem;
}

.cookies-table th,
.cookies-table td {
  border: 1px solid var(--line);
  padding: 0.7rem 0.75rem;
  text-align: left;
  vertical-align: top;
}

.cookies-table th {
  background: rgba(126, 184, 154, 0.18);
  color: var(--forest);
}

.error-page {
  min-height: 60vh;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 4rem 1.25rem;
}

.error-page .wrap {
  max-width: 40rem;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 60;
  background: rgba(20, 53, 47, 0.96);
  color: #e8f3ee;
  padding: 1.1rem 1.25rem;
  animation: slideUp 0.45s ease both;
}

.cookie-banner a {
  color: var(--mint);
}

.cookie-banner-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

.cookie-banner p {
  margin: 0;
  font-size: 0.95rem;
}

.cookie-banner-actions {
  display: flex;
  gap: 0.65rem;
  flex-shrink: 0;
}

.cookie-banner .btn-ghost {
  border-color: rgba(232, 243, 238, 0.35);
  color: #e8f3ee;
}

.cookie-banner .btn-primary {
  background: var(--mint);
  color: var(--forest);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes fadeRise {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes softZoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.05);
  }
}

@keyframes slideUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}

@media (max-width: 960px) {
  .hero-panel,
  .split,
  .course-band,
  .contact-layout,
  .blog-item,
  .footer-grid,
  .pricing-grid,
  .journey-rail,
  .course-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 280px;
  }

  .hero-visual::after {
    background: linear-gradient(0deg, rgba(238, 245, 242, 0.55), transparent 40%);
  }

  .course-band img {
    min-height: 240px;
  }

  .journey-rail article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(247, 251, 249, 0.98);
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem 1.25rem 1.25rem;
  }

  .site-nav.is-open {
    display: flex;
  }

  .cookie-banner-inner {
    flex-direction: column;
    align-items: stretch;
  }
}
