:root {
  --bg: #f5f1ea;
  --bg-soft: #efe8de;
  --card: #f8f4ee;
  --text: #1c2d26;
  --muted: #5f665f;
  --line: rgba(28, 45, 38, 0.12);
  --green: #234d3a;
  --green-2: #173c2d;
  --gold: #a8722a;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(23, 38, 31, 0.08);
  --radius: 26px;
  --radius-sm: 18px;
  --max: 1220px;
  --header-h: 78px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Inter", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(245, 241, 234, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}

.nav-wrap {
  min-height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--green);
  letter-spacing: 0.01em;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.brand-flag {
  margin-left: 6px;
  display: inline-flex;
  align-items: center;
}

.brand-flag img {
  height: 14px;
  width: auto;
  display: inline-block;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  flex: 1;
  justify-content: center;
}

.site-nav a {
  font-size: 0.88rem;
  font-weight: 500;
  color: #2e342f;
  white-space: nowrap;
}

.site-nav a:hover,
.nav-cta:hover,
.btn:hover {
  opacity: 0.9;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--green);
  color: var(--white);
  font-weight: 700;
  white-space: nowrap;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.nav-cta:active {
  transform: translateY(1px);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: transparent;
  padding: 10px;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--green);
  margin: 5px 0;
  border-radius: 999px;
}

.hero {
  padding: 72px 0 50px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: start;
}

.hero-copy {
  max-width: 620px;
}

.eyebrow,
.section-label {
  margin: 0 0 16px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.hero h1 {
  margin: 0 0 18px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.2rem, 3.4vw, 3.4rem);
  line-height: 1.12;
  color: var(--green);
  letter-spacing: -0.03em;
  max-width: 14ch;
}

.hero-text {
  margin: 24px 0 0;
  max-width: 580px;
  color: var(--muted);
  font-size: 1.08rem;
}

.hero-actions,
.contact-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.hero-trust {
  margin-top: 10px;
  font-size: 0.85rem;
  color: #7a807a;
  letter-spacing: 0.02em;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 0.98rem;
  font-weight: 600;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.btn-primary {
  background: var(--green);
  color: var(--white);
}

.btn-secondary {
  border: 1px solid rgba(35, 77, 58, 0.18);
  background: rgba(255, 255, 255, 0.45);
  color: var(--green);
}

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

.hero-media {
  width: 100%;
  max-width: 540px;
  justify-self: end;
  align-self: start;
  background: rgba(255, 255, 255, 0.34);
  border-radius: 30px;
  padding: 10px;
  box-shadow: var(--shadow);
}

.hero-image {
  width: 100%;
  height: 620px;
  object-fit: cover;
  object-position: center;
  border-radius: 24px;
}

.intro-strip {
  padding: 12px 0 22px;
}

.intro-strip p {
  margin: 0;
  max-width: 800px;
  color: var(--muted);
  font-size: 1rem;
}

.section {
  padding: 82px 0;
}

.section-alt {
  background: rgba(255, 255, 255, 0.34);
}

.section-heading {
  margin-bottom: 34px;
}

.section-heading h2,
.section-copy h2,
.contact-box h2 {
  margin: 0 0 16px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.6rem, 4.4vw, 4rem);
  line-height: 1.08;
  color: var(--green);
  letter-spacing: -0.02em;
}

.section-subtext {
  margin: 14px 0 0;
  max-width: 680px;
  color: var(--muted);
}

.section-heading.narrow {
  max-width: 720px;
}

.split-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
  align-items: center;
}

.split-layout.reverse {
  grid-template-columns: 0.88fr 1.12fr;
}

.section-copy p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 1.03rem;
}

.founder-name {
  margin: 0 0 10px;
  font-size: 1.5rem;
  color: var(--green-2);
  font-weight: 700;
}

.image-card {
  background: rgba(255, 255, 255, 0.48);
  border-radius: var(--radius);
  padding: 12px;
  box-shadow: var(--shadow);
}

.section-image {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 20px;
}

.profile-image {
  object-position: center top;
}

.card-grid {
  display: grid;
  gap: 22px;
}

.card-grid.four {
  grid-template-columns: repeat(4, 1fr);
}

.card-grid.three {
  grid-template-columns: repeat(3, 1fr);
}

.info-card,
.step-card,
.mistake-item {
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(35, 77, 58, 0.08);
  border-radius: 22px;
  padding: 28px 24px;
  box-shadow: 0 12px 30px rgba(18, 35, 29, 0.04);
}

.info-card h3,
.step-card h3,
.mistake-item h3 {
  margin: 0 0 10px;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.8rem;
  line-height: 1.05;
  color: var(--green);
}

.info-card p,
.step-card p,
.mistake-item p,
.faq-item p,
.contact-text {
  margin: 0;
  color: var(--muted);
}

/* ── Pricing Cards ────────────────────────────────────── */

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  align-items: start;
}

.pricing-card {
  position: relative;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(35, 77, 58, 0.10);
  border-radius: 22px;
  padding: 32px 26px 28px;
  box-shadow: 0 12px 30px rgba(18, 35, 29, 0.05);
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pricing-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 48px rgba(18, 35, 29, 0.10);
}

.pricing-card--featured {
  border-color: var(--green);
  border-width: 2px;
  box-shadow: 0 16px 48px rgba(35, 77, 58, 0.14);
}

.pricing-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--green);
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  padding: 4px 14px;
  border-radius: 999px;
  white-space: nowrap;
}

.pricing-tag {
  font-size: 2rem;
  font-weight: 700;
  color: var(--green);
  line-height: 1.1;
  font-family: "Cormorant Garamond", serif;
}

.pricing-currency {
  font-size: 1rem;
  font-weight: 600;
  color: var(--green);
  vertical-align: super;
}

.pricing-duration {
  font-size: 0.82rem;
  font-weight: 400;
  color: var(--muted);
  font-family: "Inter", sans-serif;
}

.pricing-card h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.7rem;
  line-height: 1.05;
  color: var(--green-2);
}

.pricing-desc {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.65;
  flex: 1;
}

.pricing-cta {
  display: inline-block;
  margin-top: 8px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--green);
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.pricing-cta:hover {
  opacity: 0.7;
}

.pricing-note {
  margin: 28px 0 0;
  font-size: 0.83rem;
  color: var(--muted);
  text-align: center;
  letter-spacing: 0.01em;
}

/* ── End Pricing Cards ────────────────────────────────── */

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.step-number {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--gold);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.mistakes-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.faq-list {
  display: grid;
  gap: 16px;
}

.faq-item {
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(35, 77, 58, 0.08);
  border-radius: 20px;
  padding: 20px 22px;
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  font-weight: 600;
  color: var(--green-2);
  position: relative;
  padding-right: 28px;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: -1px;
  font-size: 1.3rem;
  color: var(--gold);
}

.faq-item[open] summary::after {
  content: "–";
}

.faq-item p {
  margin-top: 12px;
}

.contact-section {
  padding-bottom: 96px;
}

.contact-box {
  text-align: center;
  max-width: 820px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(35, 77, 58, 0.08);
  border-radius: 28px;
  padding: 52px 28px;
  box-shadow: var(--shadow);
}

.contact-text {
  margin: 16px auto 0;
  max-width: 620px;
}

.contact-box .contact-actions {
  justify-content: center;
}

/* ── Currency Switcher ────────────────────────────────── */

.currency-switcher {
  display: flex;
  align-items: center;
  gap: 2px;
  background: rgba(35, 77, 58, 0.08);
  border-radius: 999px;
  padding: 3px;
}

.currency-btn {
  border: none;
  background: transparent;
  color: var(--green);
  font-family: "Inter", sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  padding: 5px 12px;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.currency-btn.active {
  background: var(--green);
  color: var(--white);
}

.currency-btn:hover:not(.active) {
  background: rgba(35, 77, 58, 0.12);
}

/* ── End Currency Switcher ────────────────────────────── */

/* ── Book Page ────────────────────────────────────────── */

.book-hero {
  padding: 72px 0 56px;
  border-bottom: 1px solid var(--line);
}

.book-title {
  margin: 0 0 18px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.8rem, 5vw, 4.4rem);
  line-height: 1.05;
  color: var(--green);
  letter-spacing: -0.02em;
  max-width: 16ch;
}

.book-lead {
  margin: 0 0 14px;
  max-width: 640px;
  color: var(--muted);
  font-size: 1.05rem;
}

.book-price-pill {
  display: inline-block;
  margin-top: 10px;
  background: var(--green);
  color: var(--white);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  padding: 8px 20px;
  border-radius: 999px;
}

.book-layout {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 52px;
  align-items: start;
}

.book-form-wrap h2 {
  margin: 0 0 8px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 3vw, 2.8rem);
  color: var(--green);
  letter-spacing: -0.02em;
}

.book-form-intro {
  margin: 0 0 28px;
  color: var(--muted);
}

.book-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-group label {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--green-2);
  letter-spacing: 0.02em;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid rgba(35, 77, 58, 0.20);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.75);
  font-family: "Inter", sans-serif;
  font-size: 0.97rem;
  color: var(--text);
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  appearance: none;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(35, 77, 58, 0.08);
}

.form-group textarea {
  resize: vertical;
  min-height: 120px;
}

.book-submit {
  margin-top: 8px;
  width: 100%;
  justify-content: center;
}

.book-sidebar {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.sidebar-card {
  background: rgba(255, 255, 255, 0.70);
  border: 1px solid rgba(35, 77, 58, 0.09);
  border-radius: 20px;
  padding: 24px 22px;
  box-shadow: 0 8px 24px rgba(18, 35, 29, 0.04);
}

.sidebar-card h3 {
  margin: 0 0 14px;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.45rem;
  color: var(--green);
  line-height: 1.1;
}

.sidebar-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.sidebar-card--highlight {
  border-color: var(--green);
  background: rgba(35, 77, 58, 0.04);
}

.sidebar-card--highlight p {
  color: var(--green-2);
}

.sidebar-list {
  margin: 0;
  padding: 0 0 0 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sidebar-list li {
  color: var(--muted);
  font-size: 0.95rem;
}

.sidebar-text {
  color: var(--muted);
  font-size: 0.95rem;
  margin: 0;
}

.book-schedule {
  max-width: 700px;
}

.book-schedule h2 {
  margin: 0 0 14px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.2rem, 3.5vw, 3.2rem);
  color: var(--green);
  letter-spacing: -0.02em;
}

.book-schedule-text {
  margin: 0 0 28px;
  color: var(--muted);
  max-width: 580px;
}

.book-cta-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.book-note {
  margin: 16px 0 0;
  font-size: 0.8rem;
  color: var(--muted);
  font-style: italic;
}

/* ── Footer ───────────────────────────────────────────── */

.site-footer {
  background: var(--green-2);
  color: rgba(255, 255, 255, 0.75);
  padding-top: 52px;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.4fr;
  gap: 40px;
  padding-bottom: 40px;
}

.footer-brand {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--white);
  margin: 0 0 8px;
}

.footer-tagline {
  margin: 0;
  font-size: 0.9rem;
}

.footer-heading {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--white);
  margin: 0 0 14px;
  text-transform: uppercase;
}

.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-links a {
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.70);
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: var(--white);
}

.footer-note {
  font-size: 0.88rem;
  margin: 0;
  line-height: 1.6;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  padding: 18px 0;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.45);
}

/* ── End Book Page & Footer ───────────────────────────── */

@media (max-width: 1180px) {
  .brand {
    font-size: 1.75rem;
  }

  .site-nav {
    gap: 20px;
  }

  .card-grid.four {
    grid-template-columns: repeat(2, 1fr);
  }

  .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .mistakes-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 920px) {
  :root {
    --header-h: 72px;
  }

  .menu-toggle {
    display: inline-block;
  }

  .site-nav {
    position: absolute;
    top: calc(var(--header-h) + 8px);
    left: 24px;
    right: 24px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 22px;
    background: rgba(245, 241, 234, 0.98);
    border: 1px solid var(--line);
    border-radius: 20px;
    box-shadow: var(--shadow);
  }

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

  .nav-cta {
    display: none;
  }

  .hero-grid,
  .split-layout,
  .split-layout.reverse,
  .steps-grid,
  .card-grid.three {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 42px;
  }

  .hero-media {
    justify-self: stretch;
    align-self: stretch;
    max-width: 100%;
    margin-top: 18px;
  }

  .hero-image,
  .section-image {
    height: auto;
    max-height: 520px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .book-layout {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(var(--max), calc(100% - 28px));
  }

  .brand {
    font-size: 1.35rem;
    max-width: 72%;
    line-height: 1.05;
    white-space: normal;
  }

  .hero h1 {
    font-size: clamp(3rem, 14vw, 4.4rem);
    max-width: 9ch;
  }

  .section {
    padding: 64px 0;
  }

  .card-grid.four {
    grid-template-columns: 1fr;
  }

  .contact-box {
    padding: 40px 20px;
  }
}
