
/* ===== Standard Navigation (overrides old .navbar styles) ===== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  box-sizing: border-box;
  padding-left: clamp(16px, 4vw, 24px);
  padding-right: clamp(16px, 4vw, 24px);
  background: url('../images/white-stone.png') center / cover no-repeat;
  border-bottom: 1px solid rgba(201, 168, 76, 0.2);
  overflow-x: hidden;
}
.nav-inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: nowrap;
  box-sizing: border-box;
}
.site-header .nav-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  position: static;
}
.site-header .nav-logo img {
  height: 96px;
  width: auto;
  max-width: 220px;
}
.nav-inner .nav-links {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  flex-shrink: 0;
  min-width: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-inner .nav-links a {
  text-decoration: none;
  font-weight: 600;
  font-size: 0.85rem;
  color: #1a1a1a;
  letter-spacing: 0.3px;
  white-space: nowrap;
}
.nav-inner .nav-links a:hover { color: #a68e46; }
.nav-lang-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 6px 10px;
  background: rgba(201, 168, 76, 0.15);
  border: 1px solid #B79C4F;
  border-radius: 8px;
  font-size: 0.8rem;
  flex-shrink: 0;
  white-space: nowrap;
}
.nav-lang-option {
  background: none;
  border: none;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  color: #888;
  cursor: pointer;
  text-decoration: none;
  transition: color 0.2s;
}
.nav-lang-option:hover { color: #4A4A4A; }
.nav-lang-option.active {
  color: #B79C4F;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.nav-lang-sep {
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
  user-select: none;
}
.nav-ctas {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.nav-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 44px;
  padding: 12px 20px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-align: center;
  white-space: nowrap;
  border: none;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
.nav-cta-btn.nav-cta-phone {
  background: #1a4d1a;
  color: #fff;
  box-shadow: 0 2px 8px rgba(26, 26, 26, 0.2);
}
.nav-cta-btn.nav-cta-phone:hover {
  background: #083119;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(26, 26, 26, 0.3);
}
.nav-cta-btn.nav-cta-consult {
  background: #B79C4F;
  color: #1a1a1a;
  box-shadow: 0 2px 8px rgba(201, 162, 39, 0.35);
  border-radius: 8px;
}
.nav-cta-btn.nav-cta-consult:hover {
  background: #a68e46;
  color: #1a1a1a;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(201, 162, 39, 0.4);
}
@media (max-width: 900px) {
  .nav-inner .nav-links { display: none; }
  .nav-lang-toggle { padding: 5px 10px; font-size: 0.8rem; }
  .nav-ctas { gap: 8px; }
  .nav-cta-btn { min-width: 0; padding: 8px 12px; font-size: 0.8rem; }
}
@media (max-width: 768px) {
  .nav-inner {
    flex-wrap: wrap;
    gap: 12px;
    padding: 10px 0;
  }
  .site-header .nav-logo {
    flex: 0 0 auto;
  }
  .nav-lang-toggle {
    margin-left: auto;
  }
  .nav-ctas {
    flex: 1 1 100%;
    order: 3;
    justify-content: center;
    gap: 10px;
    margin-top: 4px;
  }
  .nav-cta-btn {
    padding: 10px 14px;
    font-size: 0.8rem;
    white-space: nowrap;
  }
  .nav-cta-btn.nav-cta-phone {
    padding: 10px 14px;
    font-size: 0.8rem;
  }
}
@media (max-width: 480px) {
  .nav-inner {
    padding: 8px 10px;
    gap: 8px;
  }
  .nav-lang-toggle { padding: 4px 8px; font-size: 0.75rem; }
  .site-header .nav-logo img {
    height: 56px;
  }
  .nav-cta-btn {
    min-width: 0;
    padding: 8px 12px;
    font-size: 0.75rem;
  }
  .nav-cta-btn.nav-cta-phone {
    padding: 8px 12px;
    font-size: 0.75rem;
  }
}
/* ===== End Standard Navigation ===== */

/* ============================================
   BP Royal MedSpa - Vaginal Tightening Website
   Luxury Theme: Gold, Emerald Green, White
   ============================================ */

/* CSS Variables */
:root {
    --gold: #B79C4F;
    --gold-light: #c4a95a;
    --gold-dark: #a68e46;
    --gold-gradient: linear-gradient(135deg, #E8D5A3 0%, #B79C4F 25%, #a68e46 50%, #B79C4F 75%, #E8D5A3 100%);
    --emerald: #1B5E3B;
    --emerald-dark: #0D3D24;
    --emerald-light: #2E7D50;
    --white: #FFFFFF;
    --off-white: #FAFAFA;
    --cream: #F5F3EF;
    --gray-light: #E8E8E8;
    --gray: #888888;
    --text-dark: #2D2D2D;
    
    --font-heading: 'Cormorant Garamond', Georgia, serif;
    --font-body: 'Montserrat', 'Helvetica Neue', sans-serif;
    
    --shadow-soft: 0 4px 20px rgba(0, 0, 0, 0.08);
    --shadow-medium: 0 8px 40px rgba(0, 0, 0, 0.12);
    --shadow-gold: 0 4px 30px rgba(201, 168, 76, 0.3);
    
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --navbar-height: 140px;
    --promo-bar-height: 0px;
    /* Gold CTA button – exact Home Page gold */
    --cta-gold-dark: #a68e46;
    --cta-gold-light: #c4a95a;
    --cta-hover-dark: #967826;
    --cta-hover-light: #b8a05a;
    --cta-gradient: #B79C4F;
    --cta-gradient-hover: #a68e46;
    --cta-text: #1a1a1a;
    --cta-shadow: 0 2px 8px rgba(201, 162, 39, 0.35);
    --cta-shadow-hover: 0 4px 12px rgba(201, 162, 39, 0.4);
    --cta-radius: 8px;
    --cta-font-size: 0.875rem;
    --cta-font-weight: 700;
    --cta-reflection: linear-gradient(180deg, transparent 0%, rgba(255,255,255,0) 30%, rgba(255,255,255,0.55) 50%, rgba(255,255,255,0) 70%, transparent 100%);
}

/* Gold CTA – same look as "BOOK MY FREE CONSULTATION" */
.btn-gold-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 24px;
    min-height: 44px;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Montserrat', sans-serif;
    font-size: var(--cta-font-size);
    font-weight: var(--cta-font-weight);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--cta-text);
    background: var(--cta-gradient);
    border: none;
    border-radius: var(--cta-radius);
    box-shadow: var(--cta-shadow);
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.3s ease;
}
.btn-gold-cta:hover {
    background: var(--cta-gradient-hover);
    transform: translateY(-1px);
    box-shadow: var(--cta-shadow-hover);
}
.btn-gold-cta.full-width { width: 100%; }
.btn-gold-cta.hero-size { width: 300px; height: 56px; padding: 0 24px; }

/* Reset & Base */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.7;
    color: var(--text-dark);
    background-color: var(--white);
    overflow-x: hidden;
    min-width: 320px;
}

section[id] {
    scroll-margin-top: calc(var(--navbar-height) + var(--promo-bar-height) + 20px);
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    font-weight: 600;
    line-height: 1.2;
    color: var(--emerald);
}

h1 { font-size: clamp(2.5rem, 5vw, 4rem); }
h2 { font-size: clamp(2rem, 4vw, 3rem); }
h3 { font-size: clamp(1.5rem, 3vw, 2rem); }
h4 { font-size: clamp(1.25rem, 2vw, 1.5rem); }

p {
    font-weight: 300;
    color: var(--text-dark);
}

.gold-text {
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Container - min-width locks content so it doesn't reflow on every resize */
.container {
    max-width: 1200px;
    min-width: 300px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

/* Section Titles */
.section-title {
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.section-title.light {
    color: var(--white);
}

/* Gold Divider */
.gold-divider {
    width: 80px;
    height: 3px;
    background: var(--gold-gradient);
    margin-bottom: 40px;
}

.gold-divider.center {
    margin-left: auto;
    margin-right: auto;
}

/* Luxury Gold Section Separator */
/* Faint gold line between Stats and Results */
.stats-results-gold-line {
    height: 2px;
    background: linear-gradient(90deg, transparent 5%, rgba(201, 168, 76, 0.4) 20%, rgba(201, 168, 76, 0.6) 50%, rgba(201, 168, 76, 0.4) 80%, transparent 95%);
    z-index: 5;
}

.section-gold-separator {
    position: relative;
    height: 5px;
    background: linear-gradient(
        90deg,
        transparent 0%,
        #8f6f22 8%,
        #e8d5a3 20%,
        #c9a84c 35%,
        #fff8e7 50%,
        #c9a84c 65%,
        #e8d5a3 80%,
        #8f6f22 92%,
        transparent 100%
    );
    box-shadow:
        0 0 12px rgba(201, 168, 76, 0.4),
        0 0 4px rgba(201, 168, 76, 0.25);
    z-index: 10;
}

.section-gold-separator::before,
.section-gold-separator::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
}

.section-gold-separator::before {
    top: -2px;
    background: linear-gradient(
        90deg,
        transparent 5%,
        rgba(201, 168, 76, 0.3) 25%,
        rgba(232, 213, 163, 0.5) 50%,
        rgba(201, 168, 76, 0.3) 75%,
        transparent 95%
    );
}

.section-gold-separator::after {
    bottom: -2px;
    background: linear-gradient(
        90deg,
        transparent 5%,
        rgba(201, 168, 76, 0.3) 25%,
        rgba(232, 213, 163, 0.5) 50%,
        rgba(201, 168, 76, 0.3) 75%,
        transparent 95%
    );
}

/* Marble Background */
.marble-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/white-stone.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}

.marble-bg.dark::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(27, 94, 59, 0.95) 0%, rgba(13, 61, 36, 0.97) 100%);
}

/* Corner Decorations (removed) */
.corner-decor {
    display: none;
}

/* ============================================
   Navigation
   ============================================ */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100vw;
    box-sizing: border-box;
    z-index: 1000;
    padding-left: clamp(16px, 4vw, 24px);
    padding-right: clamp(16px, 4vw, 24px);
    background-image: url('../images/white-stone.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    backdrop-filter: blur(6px);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
    transition: var(--transition);
    min-height: var(--navbar-height);
    border-bottom: 1px solid rgba(201, 168, 76, 0.35);
    overflow-x: hidden;
}

/* Gold trim at bottom of navbar (reference style) */
.navbar::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    background: var(--gold-gradient);
    opacity: 0.95;
    pointer-events: none;
}

/* Promo bar: moving marquee under nav */
.promo-bar {
    position: fixed;
    top: var(--navbar-height);
    left: 0;
    width: 100%;
    height: var(--promo-bar-height);
    z-index: 999;
    background: linear-gradient(90deg, var(--emerald-dark) 0%, var(--emerald) 50%, var(--emerald-dark) 100%);
    border-bottom: 2px solid var(--gold);
    overflow: hidden;
    display: flex;
    align-items: center;
}

.promo-bar-inner {
    display: flex;
    align-items: center;
    animation: promoMarquee 28s linear infinite;
    white-space: nowrap;
}

.promo-bar-text {
    font-family: var(--font-body);
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--gold-light);
    padding-right: 3em;
    flex-shrink: 0;
}

@keyframes promoMarquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* Nav: centered, locked in section, no cut-off */
.navbar .nav-container {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 12px 0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: var(--navbar-height);
    gap: 24px;
    flex-wrap: nowrap;
}

.nav-logo img {
    height: 96px;
    width: auto;
}

.nav-menu {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 22px;
    flex-wrap: nowrap;
    flex: 0 0 auto;
    white-space: nowrap;
}

.nav-menu > li {
    flex-shrink: 0;
}

/* Right group: more space so nav contents spread across the bar, no wrap */
.nav-right-group {
    position: static;
    transform: none;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
    margin-left: 28px;
    white-space: nowrap;
}

/* Spanish: slightly tighter so longer labels fit */
html[lang="es"] .nav-menu {
    gap: 10px;
}

html[lang="es"] .nav-link {
    font-size: 0.75rem;
    letter-spacing: 0.3px;
}

.nav-link {
    font-family: var(--font-body);
    font-size: 0.85rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #1a1a1a;
    text-decoration: none;
    transition: var(--transition);
    position: relative;
    white-space: nowrap;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: #1a1a1a;
    transition: var(--transition);
}

.nav-link:hover::after {
    width: 100%;
}

/* Nav CTA Buttons - unified text sizing across all sites; Phone = emerald, Book = gold with white reflection */
.nav-cta-item {
    margin-left: 0;
}

/* Base CTA: exact same text sizing for both buttons (slightly smaller for nav) */
.nav-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 155px;
    padding: 10px 16px;
    font-family: var(--font-body);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    border: none;
    border-radius: 8px;
    transition: var(--transition);
}

/* Phone number button – matches main site green #1a4d1a */
.nav-cta-btn.nav-cta-phone {
    background: #1a4d1a;
    color: #fff;
    box-shadow: 0 2px 8px rgba(26, 77, 26, 0.3);
}

.nav-cta-btn.nav-cta-phone:hover {
    background: #083119;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(8, 49, 25, 0.4);
}

/* Book Consultation button: gold with white reflection band in the middle */
.nav-cta-btn:not(.nav-cta-phone) {
    background: var(--cta-gradient);
    color: var(--cta-text);
    box-shadow: var(--cta-shadow);
}

.nav-cta-btn:not(.nav-cta-phone):hover {
    background: var(--cta-gradient-hover);
    color: var(--cta-text);
    transform: translateY(-1px);
    box-shadow: var(--cta-shadow-hover);
}

.nav-lang-item {
    display: flex;
    align-items: center;
    margin-left: 0;
}

/* Language toggle: gold border, gold active text, grey inactive (no green), no wrap */
.lang-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #fff;
    border: 1px solid #b8963a;
    border-radius: 6px;
    padding: 6px 14px;
    cursor: pointer;
    font-family: var(--font-body);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    white-space: nowrap;
    flex-shrink: 0;
    transition: var(--transition);
}

.lang-toggle:hover {
    background: rgba(184, 150, 58, 0.08);
    border-color: var(--gold-dark);
}

.lang-toggle:hover .lang-current,
.lang-toggle:hover .lang-other,
.lang-toggle:hover .lang-divider {
    color: var(--gold-dark);
}

.lang-current {
    color: #b8963a;
    font-weight: 700;
}

.lang-other {
    color: #5a5a5a;
    font-weight: 500;
}

.lang-divider {
    color: #3a3a3a;
    opacity: 0.9;
}

/* Language toggle in nav bar – visible only on mobile */
.nav-lang-bar-mobile {
    display: none;
}

.nav-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
}

.nav-toggle span {
    width: 25px;
    height: 2px;
    background: var(--emerald);
    transition: var(--transition);
}

/* ============================================
   Hero Section
   ============================================ */
.hero {
    position: relative;
    min-height: 115vh;
    min-height: 115dvh;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: calc(var(--navbar-height) + var(--promo-bar-height) + 56px) 0 0;
}

.hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--gold-dark) 0%, var(--gold-light) 50%, var(--gold-dark) 100%);
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    filter: brightness(0.85) contrast(1.06) saturate(1.2);
}

.hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: transparent;
    pointer-events: none;
}

.hero::after {
    display: none;
}

/* .hero .corner-decor removed */

.hero-content {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    z-index: 3;
    display: flex;
    align-items: flex-start;
    gap: 40px;
    max-width: min(1100px, 90vw);
}

/* Hero Text */
.hero-text {
    max-width: 520px;
}

.hero-eyebrow {
    font-family: var(--font-body);
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold-light);
    margin: 0 0 24px;
    text-shadow:
        0 2px 4px rgba(0, 0, 0, 0.4),
        0 4px 12px rgba(0, 0, 0, 0.3),
        0 8px 24px rgba(0, 0, 0, 0.2);
}

.hero-text h1 {
    font-family: var(--font-heading);
    color: var(--white);
    font-size: clamp(2.6rem, 5.5vw, 4.2rem);
    font-weight: 400;
    letter-spacing: -0.01em;
    line-height: 1.15;
    text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.4);
    margin-bottom: 28px;
}

.hero-italic {
    font-style: italic;
    color: var(--white);
}

.hero-subtitle {
    font-family: var(--font-body);
    font-size: clamp(1.25rem, 2.25vw, 1.55rem);
    font-weight: 600;
    color: var(--white);
    line-height: 1.5;
    text-shadow:
        0 0 16px rgba(255, 255, 255, 0.45),
        0 0 32px rgba(255, 255, 255, 0.25),
        0 0 44px rgba(255, 255, 255, 0.15),
        0 2px 4px rgba(0, 0, 0, 0.15);
    max-width: 480px;
    letter-spacing: 0.02em;
    margin-bottom: 0;
}

.hero-content--centered {
    left: 35%;
    right: auto;
    top: 28%;
    transform: translate(-50%, -50%);
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 95%;
    width: auto;
    padding: 24px 48px;
    background: transparent;
    border-radius: 0;
}

.hero-text--centered {
    max-width: 550px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.hero-text--centered h1 {
    text-align: center;
    white-space: nowrap;
}

.hero-text--centered .hero-subtitle {
    text-align: center;
    max-width: 500px;
}

.hero-text--centered .hero-cta {
    align-self: flex-start;
}

/* Gold CTA: same white-reflection gradient as nav bar */
.hero-cta {
    display: inline-block;
    width: auto;
    margin-top: 48px;
    padding: 20px 52px;
    font-size: 1rem;
    border-radius: 8px;
    letter-spacing: 2.5px;
    background: linear-gradient(180deg, #b8963a 0%, #d4b84e 30%, #f0e6c8 50%, #d4b84e 70%, #b8963a 100%);
    color: #1a1a1a;
    border: none;
    box-shadow: 0 2px 8px rgba(184, 150, 58, 0.3);
}

.hero-cta:hover {
    background: linear-gradient(180deg, #9a7b2d 0%, #b8973b 30%, #e8dbb8 50%, #b8973b 70%, #9a7b2d 100%);
    color: #1a1a1a;
    box-shadow: 0 4px 12px rgba(184, 150, 58, 0.4);
}

/* ============================================
   Intro CTA Section
   ============================================ */
.intro-cta-section {
    position: relative;
    padding: 70px 24px 80px;
    overflow: hidden;
}

.intro-cta-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.intro-cta-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
}

.intro-cta-inner {
    position: relative;
    z-index: 5;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.intro-cta-headline {
    font-family: var(--font-heading);
    font-size: clamp(2rem, 4.5vw, 3rem);
    font-weight: 400;
    color: var(--emerald-dark);
    line-height: 1.2;
    margin: 0 0 20px;
}

.intro-cta-italic {
    font-style: italic;
    color: var(--gold-dark);
}

.intro-cta-subtext {
    font-family: var(--font-body);
    font-size: 1.1rem;
    color: #5a5a5a;
    margin: 0 0 36px;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

.intro-cta-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    margin-bottom: 20px;
}

/* Gold CTA: same white-reflection gradient as nav bar */
.intro-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 24px;
    min-height: 44px;
    font-family: var(--font-body);
    font-size: var(--cta-font-size);
    font-weight: var(--cta-font-weight);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--cta-text);
    background: var(--cta-gradient);
    border-radius: var(--cta-radius);
    transition: all 0.3s ease;
    box-shadow: var(--cta-shadow);
}

.intro-cta-btn:hover {
    background: var(--cta-gradient-hover);
    transform: translateY(-1px);
    box-shadow: var(--cta-shadow-hover);
    color: var(--cta-text);
}

.intro-cta-link {
    font-family: var(--font-body);
    font-size: 0.95rem;
    font-weight: 500;
    color: #6b6b6b;
    text-decoration: none;
    transition: var(--transition);
}

.intro-cta-link:hover {
    color: var(--gold-dark);
}

.intro-cta-fine {
    font-family: var(--font-body);
    font-size: 0.8rem;
    color: #999;
    margin: 0 0 40px;
    font-style: italic;
}

.intro-cta-trust {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px 32px;
}

.trust-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    flex-shrink: 0;
}

.trust-stars {
    color: var(--gold-dark);
    font-size: 0.9rem;
    letter-spacing: 1px;
}

.trust-icon {
    font-size: 1rem;
}

.trust-text {
    font-family: var(--font-body);
    font-size: 0.85rem;
    font-weight: 500;
    color: #5a5a5a;
}

/* Responsive for Intro CTA Section */
@media (max-width: 768px) {
    .intro-cta-section {
        padding: 40px 0 50px;
    }
    
    .intro-cta-inner {
        padding-left: 24px;
        padding-right: 24px;
        max-width: 100%;
        text-align: center;
    }
    
    .intro-cta-headline {
        font-size: clamp(1.35rem, 4.5vw, 1.85rem);
        line-height: 1.3;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    
    .intro-cta-subtext {
        font-size: 0.9rem;
        margin-bottom: 28px;
    }
    
    .intro-cta-buttons {
        flex-direction: column;
        gap: 12px;
    }
    
    .intro-cta-btn {
        width: 100%;
        max-width: 100%;
    }
    
    .intro-cta-fine {
        font-size: 0.75rem;
        margin-bottom: 28px;
    }
    
    .intro-cta-trust {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px 16px;
    }
    
    .trust-text {
        font-size: 0.8rem;
    }
}

/* Entry Popup – cream card, dark border, gold corners */
.entry-popup-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

.entry-popup-overlay.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.entry-popup-card {
    background: #FDFBF2;
    border-radius: 4px;
    padding: 48px 44px 44px;
    max-width: 420px;
    width: 90%;
    position: relative;
    border: 1px solid #1a1a1a;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
    animation: popupSlideIn 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.entry-popup-ornament {
    position: absolute;
    width: 36px;
    height: 36px;
    object-fit: contain;
    pointer-events: none;
}

.entry-popup-ornament-tl { top: 8px;  left: 8px; }
.entry-popup-ornament-tr { top: 8px;  right: 8px; }
.entry-popup-ornament-bl { bottom: 8px; left: 8px; }
.entry-popup-ornament-br { bottom: 8px; right: 8px; }

@keyframes popupSlideIn {
    from {
        opacity: 0;
        transform: translateY(30px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.entry-popup-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    border-radius: 50%;
    font-size: 1.75rem;
    color: #555;
    cursor: pointer;
    line-height: 1;
    transition: color 0.3s ease, background 0.3s ease;
    z-index: 2;
}

.entry-popup-close:hover {
    color: #1a1a1a;
    background: rgba(0, 0, 0, 0.06);
}

.entry-popup-logo {
    width: 100px;
    margin: 0 auto 28px;
}

.entry-popup-logo img {
    width: 100%;
    height: auto;
    display: block;
}

.entry-popup-title {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 400;
    text-align: center;
    color: #A58F5E;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    margin-bottom: 36px;
}

.entry-popup-card .consultation-form .form-group {
    margin-bottom: 24px;
}

.entry-popup-card .consultation-form input,
.entry-popup-card .consultation-form select {
    width: 100%;
    padding: 10px 0 12px;
    border: none;
    border-bottom: 1px solid #B5A079;
    border-radius: 0;
    font-family: var(--font-heading);
    font-size: 0.95rem;
    color: #2c2c2c;
    background: transparent;
    transition: border-color 0.25s ease;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%238B8B8B' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0 center;
    padding-right: 24px;
}

.entry-popup-card .consultation-form input {
    background-image: none;
    padding-right: 0;
}

.entry-popup-card .consultation-form input::placeholder {
    color: #8B8B8B;
    font-style: italic;
}

.entry-popup-card .consultation-form input:focus,
.entry-popup-card .consultation-form select:focus {
    outline: none;
    border-bottom-color: var(--gold-dark);
}

/* Popup CTA: same style as nav bar "Book Consultation" button */
.entry-popup-btn {
    width: 100%;
    padding: 12px 20px;
    min-height: 44px;
    margin-top: 8px;
    background: var(--cta-gradient);
    color: var(--cta-text);
    border: none;
    border-radius: 8px;
    font-family: var(--font-body);
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-align: center;
    cursor: pointer;
    transition: var(--transition);
    box-shadow: var(--cta-shadow);
}

.entry-popup-btn:hover {
    background: var(--cta-gradient-hover);
    color: var(--cta-text);
    transform: translateY(-1px);
    box-shadow: var(--cta-shadow-hover);
}

.form-header {
    text-align: center;
    margin-bottom: 25px;
}

.form-header h3 {
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    color: var(--emerald-dark);
}

.form-header .gold-divider {
    margin: 0 auto;
}

.consultation-form .form-group {
    margin-bottom: 15px;
}

.consultation-form input {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid var(--gray-light);
    border-radius: 10px;
    font-family: var(--font-body);
    font-size: 0.9rem;
    transition: var(--transition);
    background: var(--white);
}

.consultation-form input:focus {
    outline: none;
    border-color: var(--gold);
    box-shadow: 0 0 0 3px rgba(201, 168, 76, 0.15);
}

.consultation-form input::placeholder {
    color: var(--gray);
}

/* Buttons */
.btn-primary {
    width: 100%;
    padding: 16px 30px;
    background: var(--emerald);
    color: var(--white);
    border: none;
    border-radius: 10px;
    font-family: var(--font-body);
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(201, 168, 76, 0.3), transparent);
    transition: var(--transition);
}

.btn-primary:hover {
    background: var(--emerald-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-gold);
}

.btn-primary:hover::before {
    left: 100%;
}

.btn-primary.large {
    padding: 18px 40px;
    font-size: 1rem;
}

/* ============================================
   Why This Works Section
   ============================================ */
.why-works-section {
    position: relative;
    padding: 80px 24px 90px;
    margin-top: 0;
    overflow: hidden;
}

.why-works-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.why-works-bg-img {
    width: 120%;
    height: 120%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    object-position: center center;
}

.why-works-inner {
    position: relative;
    z-index: 5;
    max-width: 1200px;
    margin: 0 auto;
}

.why-works-eyebrow {
    font-family: var(--font-body);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold-dark);
    margin: 0 0 20px;
    text-align: center;
}

.why-works-headline {
    font-family: var(--font-heading);
    font-size: clamp(2.5rem, 5.5vw, 3.75rem);
    font-weight: 500;
    color: var(--emerald-dark);
    margin: 0 0 60px;
    line-height: 1.15;
    letter-spacing: -0.01em;
    text-align: center;
}

.why-works-italic {
    font-style: italic;
    color: var(--gold-dark);
}

.why-works-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    padding-top: 40px;
    border-top: 1px solid rgba(201, 168, 76, 0.3);
}

.why-works-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.why-works-arrow {
    width: 24px;
    height: 24px;
    margin-bottom: 20px;
    color: var(--emerald-dark);
}

.why-works-arrow svg {
    width: 100%;
    height: 100%;
}

.why-works-label {
    font-family: var(--font-body);
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gold-dark);
    margin: 0 0 16px;
}

.why-works-title {
    font-family: var(--font-heading);
    font-size: clamp(1.15rem, 1.8vw, 1.35rem);
    font-weight: 600;
    color: var(--emerald-dark);
    margin: 0 0 16px;
    line-height: 1.35;
}

.why-works-desc {
    font-family: var(--font-body);
    font-size: 0.88rem;
    font-weight: 400;
    color: #555;
    line-height: 1.65;
    margin: 0;
}

/* Responsive for Why This Works */
@media (max-width: 1024px) {
    .why-works-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 48px 40px;
    }
}

@media (max-width: 768px) {
    .why-works-section {
        padding: 44px 0 56px;
        overflow: hidden;
    }

    .why-works-inner {
        padding-left: 24px;
        padding-right: 24px;
        max-width: 100%;
        text-align: center;
    }

    .why-works-headline {
        font-size: clamp(1.35rem, 4.5vw, 1.85rem);
        margin-bottom: 32px;
        line-height: 1.3;
        word-wrap: break-word;
        overflow-wrap: break-word;
        text-align: center;
    }

    .why-works-grid {
        grid-template-columns: 1fr;
        gap: 28px;
        padding-top: 24px;
    }

    .why-works-card {
        padding-bottom: 28px;
        border-bottom: 1px solid rgba(201, 168, 76, 0.2);
        min-width: 0;
    }

    .why-works-card:last-child {
        padding-bottom: 0;
        border-bottom: none;
    }

    .why-works-card {
        text-align: center;
    }

    .why-works-title {
        font-size: 0.95rem;
    }

    .why-works-desc {
        font-size: 0.85rem;
    }
}

/* ============================================
   The Program Section
   ============================================ */
.program-section {
    position: relative;
    padding: 80px 24px 100px;
    overflow: hidden;
}

.program-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.program-bg-img {
    width: 120%;
    height: 120%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    object-position: center center;
}


.program-inner {
    position: relative;
    z-index: 5;
    max-width: 900px;
    margin: 0 auto;
}

.program-eyebrow {
    font-family: var(--font-body);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold-dark);
    margin: 0 0 20px;
    text-align: center;
}

.program-headline {
    font-family: var(--font-heading);
    font-size: clamp(2.5rem, 5.5vw, 3.75rem);
    font-weight: 500;
    color: var(--emerald-dark);
    margin: 0 0 50px;
    line-height: 1.15;
    letter-spacing: -0.01em;
    text-align: center;
}

.program-italic {
    font-style: italic;
    color: var(--gold-dark);
}

.program-subtext {
    font-family: var(--font-body);
    font-size: 1.1rem;
    color: #666;
    margin: -30px 0 50px;
    text-align: center;
}

.program-step-final {
    border-bottom: none;
}

.program-privacy-box {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: rgba(180, 220, 200, 0.35);
    border-radius: 8px;
    padding: 20px 24px;
    margin-bottom: 50px;
}

.program-privacy-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    color: var(--gold-dark);
}

.program-privacy-icon svg {
    width: 100%;
    height: 100%;
}

.program-privacy-text {
    font-family: var(--font-body);
    font-size: 0.92rem;
    font-style: italic;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

.program-timeline {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.program-step {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    padding: 36px 0;
    border-bottom: 1px solid rgba(201, 168, 76, 0.2);
    position: relative;
}

.program-step:first-child {
    padding-top: 0;
}

.program-step:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.program-step-dot {
    flex-shrink: 0;
    width: 12px;
    height: 12px;
    background: var(--emerald);
    border-radius: 50%;
    margin-top: 6px;
}

.program-step-content {
    flex: 1;
}

.program-step-label {
    font-family: var(--font-body);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--gold-dark);
    margin: 0 0 10px;
}

.program-step-title {
    font-family: var(--font-heading);
    font-size: clamp(1.35rem, 2.5vw, 1.65rem);
    font-weight: 500;
    color: var(--emerald-dark);
    margin: 0 0 12px;
    line-height: 1.3;
}

.program-step-desc {
    font-family: var(--font-body);
    font-size: 0.92rem;
    font-weight: 400;
    color: #555;
    line-height: 1.7;
    margin: 0;
    max-width: 700px;
}

/* Responsive for Program Section */
@media (max-width: 768px) {
    .program-section {
        padding: 44px 0 56px;
        overflow: hidden;
    }

    .program-inner {
        padding-left: 24px;
        padding-right: 24px;
        max-width: 100%;
        text-align: center;
    }

    .program-headline {
        font-size: clamp(1.35rem, 4.5vw, 1.85rem);
        margin-bottom: 16px;
        line-height: 1.3;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .program-subtext {
        margin: 0 0 28px;
        font-size: 0.9rem;
    }

    .program-privacy-box {
        flex-direction: column;
        gap: 12px;
        padding: 18px 20px;
        margin-bottom: 36px;
    }

    .program-step {
        gap: 18px;
        padding: 28px 0;
    }

    .program-step-dot {
        width: 10px;
        height: 10px;
        margin-top: 8px;
    }

    .program-bg {
        overflow: hidden;
    }
    .program-bg-img {
        width: 100%;
        height: 100%;
    }
}

/* ============================================
   Commitment Section
   ============================================ */
.commitment-section {
    position: relative;
    padding: 80px 24px 100px;
    overflow: hidden;
}

.commitment-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.commitment-bg-img {
    width: 120%;
    height: 120%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    object-position: center center;
}

.commitment-inner {
    position: relative;
    z-index: 5;
    max-width: 1200px;
    margin: 0 auto;
}

.commitment-eyebrow {
    font-family: var(--font-body);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold-dark);
    margin: 0 0 20px;
    text-align: center;
}

.commitment-headline {
    font-family: var(--font-heading);
    font-size: clamp(2.5rem, 5.5vw, 3.75rem);
    font-weight: 500;
    color: var(--emerald-dark);
    margin: 0 0 60px;
    line-height: 1.15;
    letter-spacing: -0.01em;
    text-align: center;
}

.commitment-italic {
    font-style: italic;
    color: var(--gold-dark);
}

.commitment-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    padding-top: 40px;
    border-top: 1px solid rgba(201, 168, 76, 0.3);
}

.commitment-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    padding: 0;
}

.commitment-icon {
    width: 28px;
    height: 28px;
    margin-bottom: 20px;
    color: var(--gold-dark);
}

.commitment-icon svg {
    width: 100%;
    height: 100%;
}

.commitment-icon-emoji {
    font-size: 1.5rem;
    width: auto;
    height: auto;
    line-height: 1;
}

.commitment-title {
    font-family: var(--font-heading);
    font-size: clamp(1.15rem, 1.8vw, 1.35rem);
    font-weight: 600;
    color: var(--emerald-dark);
    margin: 0 0 14px;
    line-height: 1.3;
}

.commitment-desc {
    font-family: var(--font-body);
    font-size: 0.88rem;
    font-weight: 400;
    color: #555;
    line-height: 1.7;
    margin: 0;
}

/* Responsive for Commitment Section */
@media (max-width: 1024px) {
    .commitment-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 48px 40px;
    }
}

@media (max-width: 768px) {
    .commitment-section {
        padding: 60px 0 70px;
    }

    .commitment-inner {
        padding-left: 24px;
        padding-right: 24px;
        text-align: center;
    }

    .commitment-headline {
        font-size: clamp(1.35rem, 4.5vw, 1.85rem);
        margin-bottom: 40px;
        text-align: center;
    }

    .commitment-grid {
        grid-template-columns: 1fr;
        gap: 36px;
        padding-top: 32px;
    }

    .commitment-card {
        padding-bottom: 32px;
        border-bottom: 1px solid rgba(201, 168, 76, 0.2);
        text-align: center;
    }

    .commitment-card:last-child {
        padding-bottom: 0;
        border-bottom: none;
    }
}

/* ============================================
   Results Section
   ============================================ */
.results-section {
    position: relative;
    padding: 8px 0 100px;
    overflow: hidden;
    min-height: 700px;
}

.results-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.results-bg-img {
    width: 120%;
    height: 120%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    object-position: center center;
}

.results-section .container {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: clamp(20px, 5vw, 64px);
    padding-right: clamp(20px, 5vw, 64px);
}

.results-container {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: stretch;
    min-width: 0;
}

.results-top {
    margin-bottom: 28px;
}

.results-gold-line {
    height: 4px;
    margin-top: 28px;
    background: linear-gradient(
        90deg,
        transparent 5%,
        #8f6f22 15%,
        #e8d5a3 35%,
        #c9a84c 50%,
        #e8d5a3 65%,
        #8f6f22 85%,
        transparent 95%
    );
    box-shadow: 0 0 10px rgba(201, 168, 76, 0.35);
}

.results-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    min-width: 0;
    text-align: center;
}


.results-header {
    text-align: center;
    max-width: 640px;
    margin: 0 auto;
    padding: 0;
    background: transparent;
    border-radius: 0;
    border-left: none;
}

.results-eyebrow {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #7a6b4a;
    margin: 0 0 16px;
}

.results-title {
    font-family: var(--font-heading);
    font-size: clamp(2.75rem, 6vw, 3.75rem);
    font-weight: 600;
    color: var(--emerald-dark);
    letter-spacing: 0.02em;
    line-height: 1.2;
    margin: 0 0 20px;
    text-transform: none;
}

.results-title .gold-text {
    color: var(--gold);
    font-weight: 700;
}

.results-heading {
    font-family: var(--font-body);
    font-size: clamp(1.15rem, 2.2vw, 1.4rem);
    font-weight: 500;
    color: #2c3e2e;
    letter-spacing: 0.01em;
    line-height: 1.65;
    margin: 0;
}

.results-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    max-width: 680px;
    margin: 0 auto;
    align-items: stretch;
    min-width: 0;
    justify-content: center;
}

.result-card {
    background: var(--white);
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    border: 5px solid var(--gold-dark);
    box-shadow:
        inset 0 0 0 2px var(--gold-light),
        inset 0 0 0 4px rgba(201, 168, 76, 0.25),
        0 12px 48px rgba(0, 0, 0, 0.15);
    transition:
        transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1);
    cursor: default;
    max-width: 240px;
    margin: 0 auto;
}

.result-card:first-child {
    transform: rotate(-2deg);
}

.result-card:last-child {
    transform: rotate(2deg);
}

.result-card:first-child:hover {
    transform: rotate(0deg) translateY(-16px) scale(1.06);
    box-shadow:
        inset 0 0 0 2px var(--gold-light),
        inset 0 0 0 4px rgba(201, 168, 76, 0.25),
        0 28px 70px rgba(0, 0, 0, 0.22),
        0 10px 30px rgba(0, 0, 0, 0.12);
}

.result-card:last-child:hover {
    transform: rotate(0deg) translateY(-16px) scale(1.06);
    box-shadow:
        inset 0 0 0 2px var(--gold-light),
        inset 0 0 0 4px rgba(201, 168, 76, 0.25),
        0 28px 70px rgba(0, 0, 0, 0.22),
        0 10px 30px rgba(0, 0, 0, 0.12);
}

.result-card-image {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 7px 7px 0 0;
    background: #f8f6f3;
    padding: 8px;
    box-sizing: border-box;
}

.result-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 4px 4px 0 0;
    box-sizing: border-box;
}

.result-card-badge {
    position: absolute;
    bottom: -28px;
    left: 50%;
    transform: translateX(-50%);
    width: 56px;
    height: 56px;
    background: var(--gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    box-shadow: 0 4px 16px rgba(201, 168, 76, 0.4);
    border: 3px solid var(--white);
}

.result-card-badge svg {
    width: 28px;
    height: 28px;
    color: var(--white);
    stroke: var(--white);
}

.result-card-body {
    padding: 18px 16px 20px;
    text-align: center;
}

.result-card-title {
    font-family: var(--font-heading);
    font-size: 1.25rem;
    font-weight: 700;
    font-style: italic;
    color: #1a2a4a;
    margin-bottom: 8px;
}

.result-card-desc {
    font-family: var(--font-body);
    font-size: 0.8rem;
    color: #555;
    line-height: 1.45;
    margin-bottom: 12px;
}

.result-card-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.result-card-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-body);
    font-size: 0.75rem;
    color: #333;
    padding: 3px 0;
}

.result-card-list li svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    color: var(--gold);
    stroke: var(--gold);
}

/* ============================================
   Benefits Section
   ============================================ */
.benefits-section {
    position: relative;
    padding: 80px 24px 100px;
    overflow: hidden;
}

.benefits-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.benefits-bg-img {
    width: 120%;
    height: 120%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    object-position: center center;
}

.benefits-container {
    position: relative;
    z-index: 5;
    max-width: 1200px;
    margin: 0 auto;
}

.benefits-eyebrow {
    font-family: var(--font-body);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold-dark);
    margin: 0 0 20px;
    text-align: center;
}

.benefits-headline {
    font-family: var(--font-heading);
    font-size: clamp(2.5rem, 5.5vw, 3.75rem);
    font-weight: 500;
    color: var(--emerald-dark);
    margin: 0 0 60px;
    line-height: 1.15;
    letter-spacing: -0.01em;
    text-align: center;
}

.benefits-italic {
    font-style: italic;
    color: var(--gold-dark);
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}

.benefit-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: rgba(255, 255, 255, 0.85);
    padding: 36px 28px 40px;
    border-radius: 16px;
    border: 1px solid rgba(201, 168, 76, 0.3);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.benefit-card:hover {
    transform: translateY(-4px);
    border-color: rgba(201, 168, 76, 0.5);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
}

.benefit-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 24px;
    color: var(--gold-dark);
}

.benefit-icon svg {
    width: 100%;
    height: 100%;
}

.benefit-card-title {
    font-family: var(--font-heading);
    font-size: clamp(1.15rem, 1.8vw, 1.35rem);
    font-weight: 600;
    color: var(--emerald-dark);
    margin: 0 0 14px;
    line-height: 1.3;
}

.benefit-card-desc {
    font-family: var(--font-body);
    font-size: 0.9rem;
    font-weight: 400;
    color: #555;
    line-height: 1.7;
    margin: 0;
}

/* Responsive for Benefits Section */
@media (max-width: 1024px) {
    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 28px;
    }
}

@media (max-width: 768px) {
    .benefits-section {
        padding: 60px 0 70px;
    }

    .benefits-section .container {
        padding-left: 24px;
        padding-right: 24px;
        text-align: center;
    }

    .benefits-headline {
        font-size: clamp(1.35rem, 4.5vw, 1.85rem);
        margin-bottom: 40px;
        text-align: center;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 24px;
        max-width: 100%;
        margin: 0 auto;
    }

    .benefit-card {
        padding: 24px 20px 28px;
        text-align: center;
    }
}

.corner-ornament {
    position: absolute;
    width: 60px;
    height: 60px;
    pointer-events: none;
    z-index: 1;
    opacity: 0.85;
    transition: opacity 0.3s ease;
}

.corner-tl {
    top: 4px;
    left: 4px;
}

.corner-tr {
    top: 4px;
    right: 4px;
}

.corner-bl {
    bottom: 4px;
    left: 4px;
}

.corner-br {
    bottom: 4px;
    right: 4px;
}

/* ============================================
   How It Works Section (Makeover)
   ============================================ */
.how-section {
    position: relative;
    padding: 72px 0 80px;
    overflow: hidden;
}

.how-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.how-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.how-overlay {
    position: absolute;
    inset: 0;
    z-index: 0.5;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.35) 100%);
    pointer-events: none;
}

.how-container {
    position: relative;
    z-index: 1;
    min-width: 0;
    max-width: 1100px;
    margin: 0 auto;
    padding-left: clamp(20px, 4vw, 40px);
    padding-right: clamp(20px, 4vw, 40px);
}

.how-subtitle {
    font-family: var(--font-body);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gold-dark);
    text-align: center;
    margin: 0 0 12px;
}

.how-heading-main {
    font-family: var(--font-heading);
    font-size: clamp(2.25rem, 5vw, 3.25rem);
    font-weight: 600;
    text-align: center;
    color: var(--emerald-dark);
    margin: 0 0 48px;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

/* 4 step cards */
.how-steps-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 56px;
}

.how-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: rgba(255, 255, 255, 0.92);
    border: 2px solid rgba(201, 168, 76, 0.45);
    border-radius: 16px;
    padding: 24px 20px 28px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.9);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    min-width: 0;
}

.how-step:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.9);
    border-color: rgba(201, 168, 76, 0.65);
}

.how-step-num {
    font-family: var(--font-body);
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--gold-dark);
    letter-spacing: 0.08em;
    margin-bottom: 14px;
}

.how-step-img-wrap {
    width: 100%;
    margin-bottom: 16px;
    border-radius: 12px;
    overflow: hidden;
    background: rgba(248, 246, 243, 0.8);
}

.how-step-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    transition: transform 0.35s ease;
}

.how-step:hover .how-step-img {
    transform: scale(1.03);
}

.how-step-title {
    font-family: var(--font-body);
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--emerald-dark);
    margin: 0 0 10px;
    line-height: 1.3;
}

.how-step-desc {
    font-family: var(--font-body);
    font-size: 0.88rem;
    color: #444;
    line-height: 1.55;
    margin: 0;
}

/* Science block */
.how-science-block {
    max-width: 880px;
    margin: 0 auto;
}

.how-science-heading {
    font-family: var(--font-heading);
    font-size: clamp(1.85rem, 4.2vw, 2.65rem);
    font-weight: 600;
    text-align: center;
    color: var(--emerald-dark);
    margin: 0 0 16px;
    letter-spacing: -0.01em;
}

.how-science-divider {
    width: 64px;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--gold-dark), transparent);
    margin: 0 auto 24px;
    border-radius: 2px;
}

.how-science-image-wrap {
    text-align: center;
    margin-bottom: 32px;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

.how-science-image {
    max-width: 100%;
    width: 100%;
    height: auto;
    max-height: 300px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    border-radius: 12px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
    border: 2px solid rgba(201, 168, 76, 0.35);
}

.how-science-area {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}

.how-science-card {
    min-width: 0;
    background: rgba(255, 255, 255, 0.92);
    border: 2px solid rgba(201, 168, 76, 0.45);
    border-radius: 16px;
    padding: 28px 26px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.9);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.how-science-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.9);
    border-color: rgba(201, 168, 76, 0.65);
}

.how-science-card h4 {
    font-family: var(--font-body);
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--emerald-dark);
    margin: 0 0 12px;
}

.how-science-card p {
    font-family: var(--font-body);
    font-size: 0.9rem;
    color: #444;
    line-height: 1.65;
    margin: 0;
}

/* ============================================
   Science Hero Section (headline on image bg)
   ============================================ */
/* Science Section - same style as Benefits */
.science-section {
    position: relative;
    padding: 80px 0 64px;
    overflow: hidden;
    min-height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.science-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0d3d24;
}

.science-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.science-section::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0.5;
    background: rgba(0, 0, 0, 0.22);
    pointer-events: none;
}

.science-container {
    position: relative;
    z-index: 1;
    padding-left: clamp(20px, 4vw, 48px);
    padding-right: clamp(20px, 4vw, 48px);
    padding-top: 32px;
    max-width: 1400px;
    margin: 0 auto;
}

.science-header {
    position: relative;
    margin: 0 auto 36px;
    max-width: 100%;
    text-align: center;
}

.science-heading {
    font-family: var(--font-heading), serif;
    font-size: clamp(2.75rem, 6vw, 4rem);
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    text-transform: none;
    letter-spacing: -0.02em;
    margin: 0 0 0;
    line-height: 1.2;
    text-shadow:
        0 2px 4px rgba(0, 0, 0, 0.9),
        0 4px 12px rgba(0, 0, 0, 0.7),
        0 6px 24px rgba(0, 0, 0, 0.5),
        0 0 40px rgba(0, 0, 0, 0.4);
}

.science-heading .gold-text {
    color: #ffffff;
    background: none;
    -webkit-text-fill-color: unset;
    filter: none;
    text-shadow:
        0 2px 4px rgba(0, 0, 0, 0.9),
        0 4px 12px rgba(0, 0, 0, 0.7),
        0 6px 24px rgba(0, 0, 0, 0.5),
        0 0 40px rgba(0, 0, 0, 0.4);
}

.science-header .science-divider {
    margin: 16px auto 0;
}

.science-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px 44px;
    max-width: 1200px;
    margin: 0 auto;
}

.science-card {
    min-width: 0;
    background: linear-gradient(165deg, rgba(22, 48, 35, 0.97) 0%, rgba(15, 38, 26, 0.98) 100%);
    padding: 26px 28px 28px;
    border-radius: 20px;
    border: 1px solid rgba(212, 175, 55, 0.5);
    box-shadow:
        0 0 0 1px rgba(212, 175, 55, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 8px 32px rgba(0, 0, 0, 0.35),
        0 2px 12px rgba(0, 0, 0, 0.2);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.science-card:hover {
    transform: translateY(-1px);
    border-color: rgba(212, 175, 55, 0.7);
    box-shadow:
        0 0 0 1px rgba(212, 175, 55, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 12px 40px rgba(0, 0, 0, 0.4),
        0 0 24px rgba(212, 175, 55, 0.12);
}

.science-card h4 {
    font-family: var(--font-body), sans-serif;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--gold-light);
    margin: 0 0 10px;
}

.science-card p {
    font-family: var(--font-body), sans-serif;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.6;
    margin: 0;
}

/* ============================================
   Science Section (legacy / other science content)
   ============================================ */
.science-content {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) minmax(260px, 1fr);
    gap: 60px;
    align-items: center;
    margin-top: 60px;
    min-width: 0;
}

.science-visual {
    display: flex;
    justify-content: center;
}

.science-diagram {
    width: 100%;
    max-width: 400px;
    aspect-ratio: 16/10;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    border: 3px solid var(--gold);
}

.science-diagram-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.science-text {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

/* ============================================
   Contact Section
   ============================================ */
.contact-section {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}

.contact-wrapper {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.contact-logo {
    margin-bottom: 30px;
}

.contact-logo img {
    max-width: 180px;
    height: auto;
}

.contact-form {
    margin-top: 40px;
    background: rgba(255, 255, 255, 0.95);
    padding: 40px;
    border: 2px solid var(--gold);
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 15px;
}

.contact-form .form-group {
    margin-bottom: 0;
}

.contact-form .form-group.full {
    margin-top: 15px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid var(--gray-light);
    font-family: var(--font-body);
    font-size: 0.9rem;
    transition: var(--transition);
    background: var(--white);
    resize: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: var(--gold);
    box-shadow: 0 0 0 3px rgba(201, 168, 76, 0.1);
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: var(--gray);
}

.contact-form .btn-primary {
    margin-top: 20px;
}

/* ============================================
   Footer
   ============================================ */
.footer {
    position: relative;
    padding: 60px 0 30px;
    overflow: hidden;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--gray-light);
}

.footer-logo img {
    max-width: 150px;
    height: auto;
}

.footer-info {
    display: flex;
    align-items: center;
    gap: 60px;
}

.footer-contact p {
    font-size: 0.9rem;
    margin-bottom: 5px;
}

.footer-contact strong {
    color: var(--emerald);
}

.footer-social {
    display: flex;
    gap: 15px;
}

.social-link {
    width: 40px;
    height: 40px;
    border: 1px solid var(--gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--emerald);
    transition: var(--transition);
}

.social-link svg {
    width: 18px;
    height: 18px;
}

.social-link:hover {
    background: var(--gold);
    color: var(--white);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
}

.footer-bottom p {
    font-size: 0.85rem;
    color: var(--gray);
}

.footer-links {
    display: flex;
    gap: 15px;
}

.footer-links a {
    font-size: 0.85rem;
    color: var(--gray);
    text-decoration: none;
    transition: var(--transition);
}

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

.footer-links span {
    color: var(--gold);
}

/* ============================================
   Blog Section (BG image + carousel on right under gold headline in image)
   ============================================ */
.blog-section {
    position: relative;
    padding: 0 0 64px;
    overflow: hidden;
    min-height: 140vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
}

.blog-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.blog-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.blog-overlay {
    position: absolute;
    inset: 0;
    z-index: 0.5;
    background: transparent;
    pointer-events: none;
}

.blog-container {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 58vh;
    padding-left: 52%;
    padding-right: clamp(20px, 4vw, 48px);
    display: flex;
    justify-content: flex-end;
}

/* Carousel: far right, centered under gold lettering in BG image */
.blog-carousel-wrap {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 480px;
    margin: 0;
    margin-left: auto;
    padding-bottom: 52px;
}

.blog-carousel-btn {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid var(--emerald-dark);
    background: rgba(13, 61, 36, 0.9);
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.25s ease, transform 0.25s ease;
}

.blog-carousel-btn:hover {
    background: var(--emerald-dark);
    transform: scale(1.05);
}

.blog-carousel-btn svg {
    width: 22px;
    height: 22px;
}

.blog-carousel-track-wrap {
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

.blog-carousel-track {
    display: flex;
    transition: transform 0.4s ease;
}

.blog-carousel-wrap .blog-card.slide {
    flex: 0 0 100%;
    min-width: 0;
}

.blog-carousel-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -44px;
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

.blog-carousel-dots .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background: rgba(13, 61, 36, 0.4);
    cursor: pointer;
    transition: background 0.25s ease, transform 0.25s ease;
}

.blog-carousel-dots .dot.active {
    background: var(--gold-dark);
    transform: scale(1.2);
}

.blog-carousel-dots .dot:hover {
    background: rgba(13, 61, 36, 0.7);
}

/* Card (reference: dark green, gold tag, white text, Read Article →) */
.blog-card {
    background: rgba(13, 61, 36, 0.94);
    border-radius: 16px;
    padding: 28px 30px 32px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(201, 168, 76, 0.2);
    border: 2px solid rgba(201, 168, 76, 0.35);
    display: flex;
    flex-direction: column;
    text-align: left;
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.blog-card:hover {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(201, 168, 76, 0.5);
    border-color: rgba(201, 168, 76, 0.5);
}

.blog-card-tag {
    display: inline-block;
    font-family: var(--font-body);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #fff;
    background: rgba(201, 168, 76, 0.9);
    padding: 8px 14px;
    border-radius: 8px;
    margin-bottom: 18px;
    width: max-content;
}

.blog-card-title {
    font-family: var(--font-body);
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.35;
    margin: 0 0 14px;
}

.blog-card-excerpt {
    font-family: var(--font-body);
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.6;
    margin: 0 0 20px;
    flex: 1;
}

.blog-card-link {
    font-family: var(--font-body);
    font-size: 0.95rem;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    transition: color 0.25s ease;
}

.blog-card-link:hover {
    color: var(--gold-light);
}

/* ============================================
   Testimonials Section (logo + gold frame headline left, cards right)
   ============================================ */
.testimonials-section {
    position: relative;
    padding: 72px 0 80px;
    overflow: hidden;
}

.testimonials-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.testimonials-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.testimonials-container {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(280px, 1fr) minmax(320px, 1.1fr);
    gap: 48px 56px;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
    padding-left: clamp(20px, 4vw, 48px);
    padding-right: clamp(20px, 4vw, 48px);
}

.testimonials-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
}

.testimonials-logo-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.testimonials-logo {
    max-width: 320px;
    width: 100%;
    height: auto;
    display: block;
}

.testimonials-brand {
    font-family: var(--font-heading);
    font-size: 1.05rem;
    font-weight: 600;
    color: #3d4a40;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
}

.testimonials-headline-frame {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px 16px;
    background: transparent;
    border: 10px solid #c9a84c;
    border-radius: 0;
    width: max-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-shadow:
        inset 0 3px 8px rgba(255, 255, 255, 0.45),
        inset 0 -2px 6px rgba(0, 0, 0, 0.1),
        0 0 28px rgba(201, 168, 76, 0.45),
        0 6px 24px rgba(143, 111, 34, 0.28);
}

.testimonials-headline-frame::before {
    content: '';
    position: absolute;
    inset: -10px;
    padding: 10px;
    background: linear-gradient(165deg, #e8d5a3 0%, #d4af37 20%, #f5e6b8 50%, #c9a84c 80%, #9a7b2d 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
    pointer-events: none;
}

.testimonials-headline-frame::after {
    content: '';
    position: absolute;
    inset: -10px;
    padding: 10px;
    background: linear-gradient(
        110deg,
        transparent 20%,
        rgba(255, 255, 255, 0.8) 40%,
        rgba(255, 248, 220, 1) 50%,
        rgba(255, 255, 255, 0.8) 60%,
        transparent 80%
    );
    background-size: 200% 100%;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 1;
    pointer-events: none;
    animation: frameShimmer 2.5s linear infinite;
}

@keyframes frameShimmer {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

.testimonials-headline {
    font-family: var(--font-body);
    font-size: clamp(1.65rem, 3.5vw, 2.35rem);
    font-weight: 900;
    color: #0d2818;
    line-height: 1.5;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    text-align: left;
}

.testimonials-subtext {
    font-family: var(--font-body);
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--emerald-dark);
    line-height: 1.55;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.testimonials-cta {
    font-family: var(--font-body);
    font-size: 1rem;
    font-weight: 600;
    font-style: italic;
    color: var(--emerald-dark);
    text-decoration: none;
    transition: color 0.25s ease;
}

.testimonials-cta:hover {
    color: var(--emerald);
}

/* Right column: stacked white cards */
.testimonials-right {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.testimonial-card {
    background: #fff;
    border-radius: 12px;
    padding: 28px 32px 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.3s ease;
}

.testimonial-card:hover {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.testimonial-quote {
    font-family: var(--font-body);
    font-size: 0.98rem;
    color: #444;
    line-height: 1.65;
    margin: 0 0 16px;
}

.testimonial-attribution {
    font-family: var(--font-body);
    font-size: 0.85rem;
    color: #555;
    margin: 0;
}

.testimonial-attribution strong {
    color: #2d2d2d;
}

/* ============================================
   FAQ Section
   ============================================ */
.faq-section {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: url('../images/white-stone.png') center center / cover no-repeat;
}

.faq-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.faq-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.faq-section .container {
    position: relative;
    z-index: 1;
}

.faq-eyebrow {
    font-family: var(--font-body);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold-dark);
    margin: 0 0 20px;
    text-align: center;
}

.faq-headline {
    font-family: var(--font-heading);
    font-size: clamp(2.5rem, 5.5vw, 3.75rem);
    font-weight: 500;
    color: var(--emerald-dark);
    margin: 0 0 10px;
    line-height: 1.15;
    letter-spacing: -0.01em;
    text-transform: none;
}

.faq-italic {
    font-style: italic;
    color: var(--gold-dark);
}

.faq-list {
    max-width: 800px;
    margin: 60px auto 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.faq-item {
    background: var(--white);
    border: 1px solid var(--gray-light);
    border-radius: 12px;
    overflow: hidden;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.faq-item:hover {
    border-color: rgba(201, 168, 76, 0.4);
}

.faq-item.active {
    border-color: var(--gold);
    box-shadow: 0 4px 24px rgba(201, 168, 76, 0.15);
}

.faq-question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 28px;
    background: none;
    border: none;
    cursor: pointer;
    font-family: var(--font-body);
    font-size: 1rem;
    font-weight: 600;
    color: var(--emerald-dark);
    text-align: left;
    gap: 16px;
    transition: color 0.3s ease;
}

.faq-question:hover {
    color: var(--emerald);
}

.faq-icon {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    color: var(--gold);
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.22, 1, 0.36, 1), padding 0.4s ease;
    padding: 0 28px;
}

.faq-item.active .faq-answer {
    max-height: 300px;
    padding: 0 28px 24px;
}

.faq-answer p {
    font-family: var(--font-body);
    font-size: 0.9rem;
    color: #555;
    line-height: 1.7;
}

/* ============================================
   Bottom Section (Screenshot Style)
   ============================================ */
.bottom-section {
    position: relative;
    padding: 40px 0 30px;
    overflow: hidden;
}

.bottom-marble {
    position: absolute;
    inset: 0;
    background-image: url('../images/white-marble-bg.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}

.bottom-gold-line {
    position: absolute;
    left: 0;
    right: 0;
    height: 14px;
    background: linear-gradient(90deg, #E8D5A3 0%, #C9A84C 40%, #9A7B2D 60%, #E8D5A3 100%);
    z-index: 1;
    opacity: 0.9;
}

.bottom-gold-line.top { top: 0; }
.bottom-gold-line.bottom { bottom: 0; }

.contact-layout {
    display: grid;
    grid-template-columns: minmax(280px, 1fr) minmax(320px, 1fr);
    gap: 48px;
    align-items: start;
    max-width: 1000px;
    margin: 30px auto 40px;
    min-width: 0;
}

.contact-eyebrow {
    font-family: var(--font-body);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold-dark);
    margin: 0 0 20px;
    text-align: center;
}

.contact-main-title {
    font-family: var(--font-heading);
    font-size: clamp(2.2rem, 5vw, 3.25rem);
    font-weight: 500;
    color: var(--emerald-dark);
    margin: 0 0 50px;
    line-height: 1.2;
    text-align: center;
}

.contact-title-gold {
    font-style: italic;
    color: var(--gold-dark);
}

.contact-left {
    padding-top: 0;
    min-width: 0;
}

.contact-intro {
    font-family: var(--font-heading);
    font-size: 1.35rem;
    color: var(--emerald-dark);
    margin: 0 0 16px;
    line-height: 1.4;
}

.contact-intro em {
    font-style: italic;
    color: var(--gold-dark);
}

.contact-description {
    font-family: var(--font-body);
    font-size: 0.95rem;
    color: #666;
    line-height: 1.7;
    margin: 0 0 32px;
}

.contact-info-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 32px;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.contact-info-icon {
    font-size: 1.1rem;
    margin-top: 2px;
}

.contact-info-label {
    font-family: var(--font-body);
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--gold-dark);
    margin: 0 0 4px;
}

.contact-info-value {
    font-family: var(--font-body);
    font-size: 0.95rem;
    color: var(--emerald-dark);
    margin: 0;
    font-weight: 500;
}

.contact-form-subheading {
    font-family: var(--font-body);
    font-size: 0.9rem;
    color: #888;
    margin: -8px 0 24px;
    text-align: center;
}

.form-label {
    display: block;
    font-family: var(--font-body);
    font-size: 0.8rem;
    color: #666;
    margin-bottom: 6px;
}

.contact-form-fine {
    font-family: var(--font-body);
    font-size: 0.75rem;
    color: #999;
    text-align: center;
    margin: 16px 0 0;
    line-height: 1.5;
}

.contact-title {
    font-family: var(--font-heading);
    font-weight: 800;
    letter-spacing: 0.02em;
    color: var(--emerald-dark);
    margin: 0 0 18px;
    font-size: clamp(1.85rem, 4vw, 2.6rem);
    line-height: 1.3;
}

.contact-location-seo {
    font-family: var(--font-body);
    font-size: 0.95rem;
    color: #555;
    line-height: 1.65;
    margin: 0 0 22px;
}

.contact-checklist {
    list-style: none;
    margin: 0;
    padding: 0;
}

.contact-checklist li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: var(--font-body);
    font-size: 0.95rem;
    color: #555;
    line-height: 1.5;
    margin-bottom: 10px;
}

.contact-checklist li:last-child {
    margin-bottom: 0;
}

.contact-check {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231B5E3B' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E") center / contain no-repeat;
}

/* Form box - white background with corner accents only (no border) */
.contact-form-box {
    position: relative;
    min-width: 0;
    background: #FFFEFC;
    border-radius: 14px;
    padding: 28px 32px 32px;
    border: none;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    overflow: visible;
}

.contact-corner {
    position: absolute;
    width: 44px;
    height: 44px;
    opacity: 0.92;
    pointer-events: none;
}

.contact-corner-tl { top: 6px; left: 6px; }
.contact-corner-tr { top: 6px; right: 6px; }
.contact-corner-bl { bottom: 6px; left: 6px; }
.contact-corner-br { bottom: 6px; right: 6px; }

.contact-form-box-inner {
    position: relative;
    z-index: 1;
}

.contact-logo-top {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}

.contact-logo-top img {
    max-width: 200px;
    width: 100%;
    height: auto;
    display: block;
}

.contact-form-heading {
    text-align: center;
    font-family: var(--font-body);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: #9a7b2d;
    margin: 0 0 24px;
    line-height: 1.5;
}

.contact-form-screenshot {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
    row-gap: 20px;
}

.contact-grid .form-group.full {
    grid-column: 1 / -1;
}

.contact-form-screenshot input,
.contact-form-screenshot textarea,
.contact-select {
    width: 100%;
    border: none;
    border-bottom: 1px solid rgba(154, 123, 45, 0.4);
    background: transparent;
    padding: 12px 0 10px;
    font-size: 0.95rem;
    font-family: var(--font-body);
    transition: var(--transition);
    border-radius: 0;
    color: #2c2c2c;
}

.contact-form-screenshot input::placeholder,
.contact-form-screenshot textarea::placeholder {
    color: #9a8f7a;
}

.contact-form-screenshot textarea {
    min-height: 100px;
    padding: 12px 0 10px;
    border: none;
    border-bottom: 1px solid rgba(154, 123, 45, 0.4);
    border-radius: 0;
    resize: vertical;
    background: transparent;
}

.form-group-select {
    position: relative;
}

.contact-select {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    padding-right: 28px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%238a7548' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 4px center;
}

.contact-select:invalid {
    color: #9a8f7a;
}

.contact-select option:not([value=""]) {
    color: #2c2c2c;
}

.contact-form-screenshot input:focus,
.contact-form-screenshot textarea:focus,
.contact-select:focus {
    outline: none;
    border-bottom-color: var(--gold-dark);
    background: transparent;
}

.contact-form-screenshot textarea:focus {
    border-bottom-color: var(--gold-dark);
}

/* Gold CTA: same white-reflection gradient as nav bar */
.btn-gold {
    margin-top: 24px;
    width: 100%;
    padding: 16px 24px;
    min-height: 44px;
    border: none;
    background: var(--cta-gradient);
    color: var(--cta-text);
    font-family: var(--font-body);
    font-weight: var(--cta-font-weight);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: var(--cta-radius);
    font-size: var(--cta-font-size);
    box-shadow: var(--cta-shadow);
}

.btn-gold:hover {
    background: var(--cta-gradient-hover);
    transform: translateY(-1px);
    box-shadow: var(--cta-shadow-hover);
    color: var(--cta-text);
}

.bottom-footer {
    margin-top: 10px;
    padding: 18px 0 8px;
}

.bottom-footer-row {
    display: grid;
    grid-template-columns: 1.2fr 1.4fr 1fr;
    gap: 18px;
    align-items: center;
    padding: 10px 0 14px;
}

.bottom-footer-logo img {
    max-width: 300px;
    height: auto;
    display: block;
}

.bottom-footer-contact {
    font-size: 0.9rem;
    color: var(--emerald);
    line-height: 1.6;
}

.footer-service-line {
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--gold-light);
}

.bottom-footer-contact strong {
    color: var(--emerald);
    font-weight: 700;
}

.bottom-footer-social {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.social-dot {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(201, 168, 76, 0.95);
    border: 1px solid rgba(154, 123, 45, 0.9);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    transition: var(--transition);
}

.social-dot svg {
    width: 16px;
    height: 16px;
}

.social-dot:hover {
    background: rgba(154, 123, 45, 0.95);
}

.bottom-footer-links {
    text-align: center;
    padding-top: 8px;
    border-top: 2px solid rgba(201, 168, 76, 0.55);
    color: rgba(27, 94, 59, 0.85);
    font-size: 0.85rem;
}

.bottom-footer-links a {
    color: rgba(27, 94, 59, 0.9);
    text-decoration: none;
    font-weight: 500;
}

.bottom-footer-links a:hover {
    text-decoration: underline;
}

.bottom-footer-links span {
    margin: 0 10px;
    color: rgba(154, 123, 45, 0.9);
}

/* Simple Footer Style */
.bottom-footer-simple {
    text-align: center;
    padding: 30px 20px 20px;
}

.bottom-footer-simple .footer-copyright {
    font-size: 0.85rem;
    color: var(--emerald);
    margin-bottom: 10px;
}

.bottom-footer-simple .footer-phone {
    color: var(--gold-dark);
    text-decoration: none;
    font-weight: 500;
}

.bottom-footer-simple .footer-phone:hover {
    text-decoration: underline;
}

.bottom-footer-simple .footer-disclaimer {
    font-size: 0.8rem;
    color: rgba(27, 94, 59, 0.7);
    margin-bottom: 15px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.bottom-footer-simple .bottom-footer-links {
    border-top: none;
    padding-top: 0;
}

/* ============================================
   Modal
   ============================================ */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2000;
    align-items: center;
    justify-content: center;
}

.modal.active {
    display: flex;
}

.modal-content {
    background: var(--white);
    padding: 50px;
    max-width: 450px;
    width: 90%;
    text-align: center;
    position: relative;
    border: 3px solid var(--gold);
    animation: modalFadeIn 0.3s ease;
}

@keyframes modalFadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.modal-close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 1.5rem;
    color: var(--gray);
    cursor: pointer;
    transition: var(--transition);
}

.modal-close:hover {
    color: var(--emerald);
}

.modal-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    color: var(--emerald);
}

.modal-icon svg {
    width: 100%;
    height: 100%;
}

.modal-content h3 {
    margin-bottom: 15px;
}

.modal-content p {
    margin-bottom: 25px;
    color: var(--gray);
}

.modal-content .btn-primary {
    width: auto;
    padding: 14px 40px;
}

/* ============================================
   Responsive Design
   ============================================ */
@media (max-width: 1024px) {
    .hero-content {
        flex-direction: column;
        padding: 100px 20px 60px;
        align-items: center;
    }
    
    .hero-text {
        text-align: center;
        max-width: 100%;
    }

    .benefits-layout {
        min-height: 0;
        gap: 24px 32px;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(6, auto);
        align-items: start;
    }

    .benefit-item:nth-child(1),
    .benefit-item:nth-child(2),
    .benefit-item:nth-child(3),
    .benefit-item:nth-child(4),
    .benefit-item:nth-child(5),
    .benefit-item:nth-child(6) {
        grid-column: 1;
    }
    .benefit-item:nth-child(1) { grid-row: 1; }
    .benefit-item:nth-child(2) { grid-row: 2; }
    .benefit-item:nth-child(3) { grid-row: 3; }
    .benefit-item:nth-child(4) { grid-row: 4; }
    .benefit-item:nth-child(5) { grid-row: 5; }
    .benefit-item:nth-child(6) { grid-row: 6; }
    
    .how-section {
        padding: 48px 0 56px;
    }

    .how-steps-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        max-width: 560px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 44px;
    }

    .how-science-area {
        grid-template-columns: 1fr;
    }

    .how-science-card {
        width: 100%;
        min-width: 0;
        max-width: 100%;
    }
    
    .science-section {
        padding: 48px 0 56px;
    }

    .science-heading {
        white-space: normal;
    }

    .science-cards-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .science-card {
        padding: 22px 24px 24px;
    }

    .science-content {
        grid-template-columns: 1fr;
    }

    .blog-carousel-wrap {
        padding-bottom: 48px;
    }

    .testimonials-container {
        grid-template-columns: 1fr;
    }
}

/* Nav: use hamburger menu before content can overflow (keeps CTA visible on all screens) */
@media (max-width: 1180px) {
    .nav-container {
        padding: 12px 20px;
        padding-right: 20px;
    }

    .nav-menu {
        position: fixed;
        top: calc(var(--navbar-height) + var(--promo-bar-height));
        left: 0;
        width: 100%;
        background: var(--white);
        flex-direction: column;
        padding: 30px 20px;
        gap: 20px;
        transform: translateX(-100%);
        transition: var(--transition);
        box-shadow: var(--shadow-medium);
        z-index: 999;
    }

    .nav-menu.active {
        transform: translateX(0);
    }

    .nav-right-group {
        position: static;
        transform: none;
        flex-direction: column;
        width: 100%;
        align-items: stretch;
        gap: 20px;
    }

    .nav-toggle {
        display: flex;
    }

    .nav-lang-bar-mobile {
        display: flex;
        align-items: center;
        margin-left: auto;
        margin-right: 10px;
    }

    .nav-lang-bar-mobile .lang-toggle {
        padding: 6px 10px;
        font-size: 0.7rem;
    }

    .nav-toggle.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .nav-toggle.active span:nth-child(2) {
        opacity: 0;
    }

    .nav-toggle.active span:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -5px);
    }

    .nav-right-group .lang-toggle {
        justify-content: center;
        padding: 10px 20px;
        font-size: 0.8rem;
    }

    .nav-right-group .nav-cta-btn {
        width: 100%;
        min-width: unset;
        padding: 14px 20px;
    }
}

/* Mobile: center content, comfortable padding, scale down text */
@media (max-width: 768px) {
    body {
        overflow-x: hidden;
        max-width: 100vw;
    }
    section {
        max-width: 100vw;
        box-sizing: border-box;
    }
    .container {
        padding-left: 24px;
        padding-right: 24px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    /* Center and scale intro CTA */
    .intro-cta-inner {
        padding-left: 24px;
        padding-right: 24px;
        text-align: center;
    }
    .intro-cta-headline {
        font-size: clamp(1.35rem, 4.5vw, 1.85rem);
    }
    .intro-cta-subtext {
        font-size: 0.9rem;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    /* Why works: center, more padding, scale */
    .why-works-inner {
        padding-left: 24px;
        padding-right: 24px;
        text-align: center;
    }
    .why-works-eyebrow {
        text-align: center;
    }
    .why-works-headline {
        font-size: clamp(1.35rem, 4.5vw, 1.85rem);
        text-align: center;
    }
    .why-works-card {
        text-align: center;
    }
    .why-works-title {
        font-size: 0.95rem;
    }
    .why-works-desc {
        font-size: 0.85rem;
    }
    /* Program: center, more padding, scale */
    .program-inner {
        padding-left: 24px;
        padding-right: 24px;
        text-align: center;
    }
    .program-headline {
        font-size: clamp(1.35rem, 4.5vw, 1.85rem);
    }
    .program-subtext {
        font-size: 0.9rem;
    }
    .program-step {
        text-align: center;
    }
    /* Results, benefits, FAQ, contact: consistent padding and center */
    .results-section .container,
    .benefits-section .container,
    .faq-section .container,
    .contact-section .container {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (max-width: 768px) {
    :root {
        --navbar-height: 118px;
    }

    .navbar {
        padding-left: 12px;
        padding-right: 12px;
    }

    .nav-container {
        min-width: 0;
    }

    .nav-logo img {
        height: 76px;
    }

    .nav-menu {
        position: fixed;
        top: calc(var(--navbar-height) + var(--promo-bar-height));
        left: 0;
        width: 100%;
        background: var(--white);
        flex-direction: column;
        padding: 30px 20px;
        gap: 20px;
        transform: translateX(-100%);
        transition: var(--transition);
        box-shadow: var(--shadow-medium);
    }
    
    .nav-menu.active {
        transform: translateX(0);
    }
    
    .nav-right-group {
        position: static;
        transform: none;
        flex-direction: column;
        width: 100%;
        align-items: stretch;
        gap: 20px;
    }
    
    .nav-toggle {
        display: flex;
    }
    
    .nav-toggle.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }
    
    .nav-toggle.active span:nth-child(2) {
        opacity: 0;
    }
    
    .nav-toggle.active span:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -5px);
    }
    
    .nav-right-group .lang-toggle {
        justify-content: center;
        padding: 10px 20px;
        font-size: 0.8rem;
    }
    
    .nav-right-group .nav-cta-btn {
        width: 100%;
        min-width: unset;
        padding: 14px 20px;
    }
    
    .hero {
        min-height: auto;
        padding: 0;
        overflow: hidden;
        display: block;
    }
    
    .hero-bg {
        position: relative;
        height: 42vh;
        min-height: 260px;
        max-height: 340px;
        overflow: hidden;
    }
    
    .hero-image {
        object-position: center 30%;
    }
    
    .hero-content {
        position: relative;
        padding: 28px 20px 36px;
        background: var(--cream);
        align-items: center;
        top: auto;
        right: auto;
        transform: none;
        max-width: 100%;
    }

    .hero-content--centered {
        left: 0;
        right: 0;
        width: 100%;
        transform: none;
        text-align: center;
        align-items: center;
        max-width: 100%;
        top: auto;
        padding: 24px 24px 28px;
    }

    .hero-text--centered {
        align-items: center;
        max-width: 100%;
    }

    .hero-text--centered h1,
    .hero-heading {
        text-align: center;
        font-size: clamp(1.5rem, 6vw, 1.9rem);
        line-height: 1.25;
        white-space: normal;
        word-wrap: break-word;
        overflow-wrap: break-word;
        margin-bottom: 0;
    }

    .hero-eyebrow {
        color: var(--gold-dark);
        text-shadow: none;
        font-size: 0.75rem;
    }

    .hero-text h1 {
        color: var(--emerald);
        text-shadow: none;
    }

    .hero-italic {
        color: var(--gold-dark);
    }

    .hero-subtitle {
        color: var(--gold-dark);
        text-shadow: none;
    }
    
    .results-section {
        overflow: hidden;
    }

    .results-section .container {
        padding-left: 24px;
        padding-right: 24px;
        max-width: 100%;
    }

    .results-container {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .results-title,
    .results-heading {
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .results-left {
        margin-bottom: 0;
    }

    .results-header {
        max-width: 100%;
    }

    .results-grid {
        grid-template-columns: 1fr;
        max-width: 380px;
        margin: 0 auto;
        gap: 32px;
        justify-items: center;
    }

    .result-card:first-child,
    .result-card:last-child {
        transform: rotate(0deg);
    }

    .result-card:first-child:hover,
    .result-card:last-child:hover {
        transform: translateY(-10px) scale(1.03);
    }
    
    .benefits-header {
        margin-bottom: 28px;
    }

    .benefits-heading {
        white-space: normal;
    }

    .benefits-layout {
        gap: 20px;
    }

    .benefit-item {
        padding: 20px 20px;
    }

    .benefit-title {
        font-size: 1.05rem;
    }

    .benefit-desc {
        font-size: 0.9rem;
    }
    
    .how-steps-row {
        grid-template-columns: 1fr;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }

    .how-step-title,
    .how-step-desc {
        max-width: 100%;
    }

    .blog-section {
        min-height: auto;
        padding: 56px 0 64px;
    }

    .testimonials-container {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .testimonials-left {
        align-items: center;
        text-align: center;
    }

    .testimonials-logo-wrap {
        align-items: center;
    }

    .faq-question {
        padding: 18px 20px;
        font-size: 0.92rem;
    }

    .faq-answer {
        padding: 0 20px;
    }

    .faq-item.active .faq-answer {
        padding: 0 20px 20px;
    }
    
    .form-row {
        grid-template-columns: 1fr;
    }

    .contact-layout {
        grid-template-columns: 1fr;
        gap: 28px;
        max-width: 100%;
        min-width: 0;
    }

    .contact-form-box {
        padding: 22px 16px 26px;
        min-width: 0;
    }

    .contact-grid {
        grid-template-columns: 1fr;
        row-gap: 16px;
    }

    .bottom-footer-row {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 14px;
    }

    .bottom-footer-social {
        justify-content: center;
    }
    
    .footer-content {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }
    
    .footer-info {
        flex-direction: column;
        gap: 30px;
    }
    
    .footer-bottom {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    /* .corner-decor removed */
}

@media (max-width: 480px) {
    .container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .hero-bg {
        height: 38vh;
        min-height: 220px;
        max-height: 300px;
    }

    .hero-content--centered {
        padding: 20px 12px 24px;
    }

    .hero-text--centered h1,
    .hero-heading {
        font-size: clamp(1.35rem, 6.5vw, 1.6rem);
    }

    .intro-cta-section {
        padding: 32px 12px 40px;
    }

    .intro-cta-headline {
        font-size: clamp(1.35rem, 5.5vw, 1.6rem);
    }

    .stat-circle {
        width: 100px;
        height: 100px;
        margin-bottom: 18px;
    }
    
    .stat-number {
        font-size: 2.2rem;
    }
    
    .contact-form {
        padding: 20px 16px;
    }
    
    /* .corner-decor removed */
}

/* ============================================
   Mobile Nav & Content Fix (≤768px comprehensive)
   ============================================ */
@media (max-width: 768px) {
    /* Prevent ALL horizontal overflow */
    html, body {
        overflow-x: hidden;
        max-width: 100%;
    }
    *, *::before, *::after {
        box-sizing: border-box;
        max-width: 100%;
    }

    /* --- Navbar: two-row layout --- */
    .site-header {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
    .nav-inner {
        flex-wrap: wrap !important;
        align-items: center;
        padding: 8px 0 !important;
        gap: 6px !important;
    }
    .site-header .nav-logo img {
        height: 52px !important;
        width: auto;
    }
    .nav-lang-toggle {
        margin-left: auto;
        font-size: 0.72rem !important;
        padding: 4px 8px !important;
        flex-shrink: 0;
    }
    .nav-ctas {
        flex: 1 1 100% !important;
        order: 3;
        display: flex !important;
        justify-content: center;
        gap: 8px;
        margin-top: 2px;
        width: 100%;
    }
    .nav-cta-btn {
        flex: 1 1 0 !important;
        min-width: 0 !important;
        padding: 9px 6px !important;
        font-size: 0.68rem !important;
        letter-spacing: 0 !important;
        white-space: normal !important;
        text-align: center;
        line-height: 1.3;
    }

    /* --- Hero: stack image above content --- */
    .hero {
        display: block !important;
        min-height: auto !important;
        overflow: hidden;
    }
    .hero-bg {
        position: relative !important;
        width: 100% !important;
        height: 55vw !important;
        min-height: 220px;
        max-height: 320px;
        overflow: hidden;
    }
    .hero-image {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center 20% !important;
    }
    .hero-content,
    .hero-content--centered {
        position: relative !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        transform: none !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 24px 16px 32px !important;
        text-align: center !important;
        align-items: center !important;
        background: var(--cream);
    }
    .hero-text,
    .hero-text--centered {
        align-items: center !important;
        text-align: center !important;
        max-width: 100% !important;
        width: 100% !important;
    }
    .hero-heading, .hero-heading h1 {
        font-size: clamp(1.4rem, 6vw, 1.8rem) !important;
        white-space: normal !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
        text-align: center !important;
    }
    .hero-eyebrow {
        text-align: center !important;
    }
    .hero-subtitle {
        text-align: center !important;
        font-size: 0.9rem !important;
    }
    .hero-ctas {
        justify-content: center !important;
        flex-wrap: wrap;
        width: 100%;
    }
    .hero-cta-btn, .hero-cta-outline {
        width: 100% !important;
        max-width: 280px;
        text-align: center;
    }

    /* --- All section headings & text: centered, no overflow --- */
    h1, h2, h3, h4,
    .section-eyebrow, .section-title, .section-headline,
    [class*="-headline"], [class*="-heading"],
    [class*="-title"], [class*="-eyebrow"],
    [class*="-subtext"], [class*="-subtitle"],
    [class*="-intro"], [class*="-desc"], p {
        text-align: center;
        max-width: 100%;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    /* --- All grids → single column --- */
    .why-works-grid,
    .program-steps,
    .commitment-grid,
    .benefits-grid,
    .results-container,
    .testimonials-container,
    .contact-layout,
    .contact-grid,
    .stats-row,
    .how-steps-row {
        grid-template-columns: 1fr !important;
        flex-direction: column !important;
        align-items: center !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    /* --- Containers & sections: no horizontal overflow --- */
    section,
    .container,
    [class*="-inner"],
    [class*="-section"],
    [class*="-container"] {
        max-width: 100vw !important;
        overflow-x: hidden;
    }
    .container,
    [class*="-inner"] {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}

/* ============================================
   Animations
   ============================================ */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-on-scroll {
    opacity: 0;
    animation: fadeInUp 0.8s ease forwards;
}

.animate-delay-1 { animation-delay: 0.1s; }
.animate-delay-2 { animation-delay: 0.2s; }
.animate-delay-3 { animation-delay: 0.3s; }
.animate-delay-4 { animation-delay: 0.4s; }
.animate-delay-5 { animation-delay: 0.5s; }
.animate-delay-6 { animation-delay: 0.6s; }


