
/* ===== 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 - NAD+ THERAPY
   Luxury Theme: Gold, Emerald Green, White
   ============================================ */

/* CSS Variables */
:root {
    /* Primary Colors – exact Home Page CTA gold */
    --gold-primary: #B79C4F;
    --gold-light: #c4a95a;
    --gold-dark: #a68e46;
    --gold-gradient: linear-gradient(135deg, #c4a95a 0%, #B79C4F 50%, #a68e46 100%);
    
    /* 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 typography - same size/weight across all CTA buttons */
    --cta-font-size: 0.875rem;
    --cta-font-weight: 700;
    /* White horizontal reflection through middle of gold buttons - soft feathered band */
    --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%);
    /* Green CTA (phone button) – matches main site */
    --cta-green: #1a4d1a;
    --cta-green-hover: #083119;
    
    /* Emerald Green */
    --emerald-primary: #1B5E20;
    --emerald-light: #2E7D32;
    --emerald-dark: #0D3D24;
    --emerald-gradient: linear-gradient(135deg, #2E7D32 0%, #1B5E20 50%, #0D3310 100%);
    
    /* Neutrals */
    --white: #FFFFFF;
    --off-white: #FAFAFA;
    --cream: #F5F3EE;
    --gray-light: #E8E8E8;
    --gray: #888888;
    --gray-dark: #333333;
    --black: #0A0A0A;
    
    /* Typography */
    --font-display: 'Cormorant Garamond', Georgia, serif;
    --font-body: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
    
    /* Spacing */
    --section-padding: 120px;
    --container-width: 1200px;
    
    /* Transitions */
    --transition-fast: 0.2s ease;
    --transition-normal: 0.3s ease;
    --transition-slow: 0.5s ease;
    
    /* Shadows */
    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.08);
    --shadow-md: 0 4px 20px rgba(0, 0, 0, 0.12);
    --shadow-lg: 0 8px 40px rgba(0, 0, 0, 0.16);
    --shadow-gold: 0 4px 20px rgba(197, 166, 97, 0.3);
}

/* Utility Classes */
.text-gold {
    color: var(--gold-primary) !important;
}

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

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

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

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

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-size: 1rem;
    color: var(--gray);
}

a {
    color: inherit;
    text-decoration: none;
    transition: var(--transition-fast);
}

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

/* Utility Classes */
.container {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 24px;
    width: 100%;
}

/* Stabilization - Prevent layout shifts */
section {
    position: relative;
    width: 100%;
}

/* Stabilization - Prevent layout shifts */
section {
    position: relative;
    width: 100%;
}

.stats-results-image,
.how-it-works-image {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

/* Stable grid layouts */
.hero-content,
.testimonials-layout,
.contact-content,
.benefits-showcase {
    width: 100%;
}

/* Form stability */
.hero-form-container,
.contact-form-container {
    flex-shrink: 0;
}

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

.hero-text h1 .gold-text {
    background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold-primary) 50%, var(--gold-dark) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.4)) drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

/* ============================================
   NAVIGATION
   ============================================ */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    box-sizing: border-box;
    padding: 12px clamp(16px, 4vw, 24px);
    transition: var(--transition-normal);
    background: url('../images/white-marble-bg.jpeg') center center / cover no-repeat;
    overflow-x: hidden;
}

.navbar.scrolled {
    background: url('../images/white-marble-bg.jpeg') center center / cover no-repeat;
    box-shadow: var(--shadow-sm);
    padding: 12px clamp(16px, 4vw, 24px);
}

/* Promo bar under nav – Sales & Specials marquee */
.nav-promo-bar {
    width: 100%;
    overflow: hidden;
    background: var(--emerald-gradient);
    padding: 10px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    flex-shrink: 0;
}

.nav-promo-track {
    display: flex;
    width: max-content;
    animation: nav-promo-marquee 28s linear infinite;
}

.nav-promo-text {
    white-space: nowrap;
    font-family: var(--font-body);
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--white);
    padding-right: 3rem;
}

@keyframes nav-promo-marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
    .nav-promo-track {
        animation: none;
    }
}

.nav-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-width: 0;
    flex-wrap: nowrap;
    box-sizing: border-box;
}

.logo {
    flex-shrink: 0;
}

.logo img {
    height: 96px;
    width: auto;
    max-width: none;
    object-fit: contain;
    transition: var(--transition-normal);
}

.navbar.scrolled .logo img {
    height: 80px;
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: clamp(18px, 2vw, 32px);
    list-style: none;
    flex-shrink: 0;
    flex-wrap: nowrap;
}

.nav-menu a {
    font-family: var(--font-body);
    font-size: 0.8125rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--black);
    position: relative;
    padding: 8px 0;
    white-space: nowrap;
}

.navbar.scrolled .nav-menu a {
    color: var(--black);
}

.nav-menu a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--black);
    transition: var(--transition-normal);
}

.nav-menu a:hover::after,
.nav-menu a:focus::after,
.nav-menu a.active::after {
    width: 100%;
}

.nav-cta {
    background: var(--cta-gradient);
    color: var(--cta-text) !important;
    padding: 12px 28px !important;
    border-radius: var(--cta-radius);
    font-size: var(--cta-font-size) !important;
    font-weight: var(--cta-font-weight) !important;
    border: none;
    box-shadow: var(--cta-shadow);
}

.nav-cta::after {
    display: none !important;
}

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

/* Nav CTA Group - Phone & Book Button (no margin-left: auto so nav fills section) */
.nav-cta-group {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    flex-wrap: nowrap;
}

.lang-toggle {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 6px 10px;
    margin-right: 12px;
    background: transparent;
    border: 2px solid var(--gold-primary);
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: var(--font-body);
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    white-space: nowrap;
}

.lang-toggle .lang-current {
    color: var(--gold-primary);
}

.lang-toggle .lang-divider {
    color: var(--gray);
}

.lang-toggle .lang-other {
    color: var(--gray);
}

.lang-toggle:hover {
    background: var(--gold-primary);
}

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

/* Green phone CTA - solid green, no reflection */
.nav-phone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    background: var(--cta-green);
    color: var(--white) !important;
    font-family: var(--font-body);
    font-size: var(--cta-font-size);
    font-weight: var(--cta-font-weight);
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border-radius: var(--cta-radius);
    white-space: nowrap;
    transition: all 0.3s ease;
    min-width: 200px;
    height: 44px;
    box-sizing: border-box;
    border: none;
    box-shadow: 0 2px 8px rgba(26, 108, 44, 0.35);
}

.nav-phone svg {
    width: 16px;
    height: 16px;
    color: var(--white);
    flex-shrink: 0;
}

.nav-phone:hover {
    background: var(--cta-green-hover);
    color: var(--white) !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(13, 61, 36, 0.4);
}

/* Gold book CTA - same text size, white reflection */
.nav-book-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 20px;
    background: var(--cta-gradient);
    color: var(--cta-text) !important;
    font-family: var(--font-body);
    font-size: var(--cta-font-size);
    font-weight: var(--cta-font-weight);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border-radius: var(--cta-radius);
    white-space: nowrap;
    transition: all 0.3s ease;
    min-width: 0;
    height: 44px;
    box-sizing: border-box;
    border: none;
    box-shadow: var(--cta-shadow);
}

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

/* Mobile Navigation Toggle */
.nav-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 1001;
}

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

.navbar.scrolled .nav-toggle span {
    background: var(--emerald-primary);
}

/* Nav bar: prevent overflow in both English and Spanish */
@media (max-width: 1400px) {
    .nav-container {
        padding: 0 24px;
    }
    .nav-menu {
        gap: clamp(16px, 1.8vw, 28px);
    }
    .nav-menu a {
        font-size: 0.75rem;
    }
    .lang-toggle {
        font-size: 0.65rem;
        padding: 5px 8px;
    }
    .nav-book-btn,
    .nav-phone {
        padding: 10px 16px;
        font-size: 0.75rem;
    }
}

/* ============================================
   HERO SECTION
   ============================================ */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100%;
    border-bottom: 8px solid var(--gold-primary);
}

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

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

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        180deg,
        rgba(10, 10, 10, 0.5) 0%,
        rgba(10, 10, 10, 0.35) 50%,
        rgba(10, 10, 10, 0.5) 100%
    );
}

.hero-content {
    width: 100%;
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 24px;
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}

.hero-text {
    color: var(--white);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    max-width: 700px;
}

.hero-tagline {
    display: inline-block;
    font-family: var(--font-body);
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    color: var(--gold-light);
    margin-bottom: 20px;
    padding: 8px 16px;
    border: 1px solid var(--gold-primary);
    border-radius: 4px;
}

.hero-text h1 {
    color: var(--white);
    margin-bottom: 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-headline-gold {
    color: #d4a74b;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5)) drop-shadow(0 4px 10px rgba(0, 0, 0, 0.4));
}

.hero-headline-gold .hero-headline-support,
.hero-headline-gold .hero-headline-location {
    font-size: 0.45em;
    opacity: 0.9;
    font-weight: 500;
}

.hero-headline {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    line-height: 1;
}

.headline-line-1 {
    font-size: clamp(1.2rem, 2.5vw, 1.6rem);
    font-weight: 500;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 8px;
}

.headline-accent {
    font-size: clamp(4rem, 10vw, 8rem);
    font-weight: 700;
    font-style: italic;
    background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold-primary) 50%, var(--gold-dark) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.4)) drop-shadow(0 8px 16px rgba(0, 0, 0, 0.3));
    line-height: 1.1;
    margin-bottom: 8px;
}

.headline-line-2 {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--white);
}

.hero-text p {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 40px;
    max-width: 700px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.hero-features {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    justify-content: center;
    margin-bottom: 40px;
}

.hero-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.9);
}

.hero-feature svg {
    width: 20px;
    height: 20px;
    color: var(--gold-light);
}

/* Hero CTA – both buttons same size and shape, side by side */
.hero-cta-container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
    margin-top: 10px;
}

.hero-cta-container .hero-cta-btn {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 56px;
    padding: 0 24px;
    font-size: var(--cta-font-size);
    font-weight: var(--cta-font-weight);
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    border-radius: var(--cta-radius);
    box-sizing: border-box;
    background: var(--cta-gradient);
    color: var(--cta-text);
    border: none;
    box-shadow: var(--cta-shadow);
    transition: var(--transition-normal);
}

.hero-cta-container .btn-gold {
    border: none;
    margin-top: -1px;
}

.hero-cta-container .btn-secondary {
    background: var(--cta-gradient);
    border: none;
    color: var(--cta-text);
    box-shadow: var(--cta-shadow);
    transition: var(--transition-normal);
}

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

/* Hero Form Popup */
.hero-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(6px);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

.hero-popup.active {
    opacity: 1;
    visibility: visible;
}

.hero-popup-content {
    position: relative;
    max-width: 460px;
    width: 90%;
    transform: scale(0.9) translateY(20px);
    transition: transform 0.4s ease;
}

.hero-popup.active .hero-popup-content {
    transform: scale(1) translateY(0);
}

.hero-popup-close {
    position: absolute;
    top: -14px;
    right: -14px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid var(--gold-primary);
    background: var(--emerald-dark);
    color: var(--gold-light);
    font-size: 1.4rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: var(--transition-normal);
    line-height: 1;
}

.hero-popup-close:hover {
    background: var(--gold-primary);
    color: var(--white);
}

.hero-form-card {
    background: linear-gradient(135deg, #fffef8 0%, #faf8f0 100%);
    border-radius: 4px;
    padding: 40px 35px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(197, 166, 97, 0.3);
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 420px;
    flex-shrink: 0;
}

/* Decorative corner elements */
.form-corner {
    position: absolute;
    width: 50px;
    height: auto;
    z-index: 1;
    pointer-events: none;
}

.form-corner-tl {
    top: 8px;
    left: 8px;
}

.form-corner-tr {
    top: 8px;
    right: 8px;
}

.form-corner-bl {
    bottom: 8px;
    left: 8px;
}

.form-corner-br {
    bottom: 8px;
    right: 8px;
}

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

.form-logo {
    width: 200px;
    height: auto;
    margin: 0 auto 15px;
    display: block;
}

.form-header h3 {
    font-family: var(--font-display);
    font-size: 1.3rem;
    font-weight: 500;
    color: var(--gold-primary);
    line-height: 1.4;
    letter-spacing: 1px;
    margin: 0;
}

.form-header p {
    font-size: 0.9rem;
    color: var(--gray);
}

.lead-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group {
    position: relative;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 14px 0;
    font-family: var(--font-body);
    font-size: 0.95rem;
    color: var(--charcoal);
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--gold-primary);
    border-radius: 0;
    outline: none;
    transition: var(--transition-normal);
}

.form-group input::placeholder {
    color: var(--gray);
    font-style: italic;
}

.form-group input:focus,
.form-group select:focus {
    border-bottom-width: 2px;
    border-bottom-color: var(--gold-dark);
}

.form-group select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23C5A661' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0 center;
    padding-right: 24px;
}

/* Gold Button - CTA style + white reflection */
.btn-gold {
    width: 100%;
    padding: 16px 24px;
    font-family: var(--font-body);
    font-size: var(--cta-font-size);
    font-weight: var(--cta-font-weight);
    letter-spacing: 2px;
    color: var(--cta-text);
    background: var(--cta-gradient);
    border: none;
    border-radius: var(--cta-radius);
    cursor: pointer;
    transition: var(--transition-normal);
    margin-top: 10px;
    box-shadow: var(--cta-shadow);
}

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

.form-disclaimer {
    font-size: 0.75rem;
    color: var(--gray);
    text-align: center;
    margin-top: 12px;
}

/* Buttons - CTA style + white reflection */
.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 32px;
    font-family: var(--font-body);
    font-size: var(--cta-font-size);
    font-weight: var(--cta-font-weight);
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--cta-text);
    background: var(--cta-gradient);
    border: none;
    border-radius: var(--cta-radius);
    cursor: pointer;
    transition: var(--transition-normal);
    position: relative;
    overflow: hidden;
    box-shadow: var(--cta-shadow);
}

.btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: 0.5s;
}

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

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

.btn-primary svg {
    width: 18px;
    height: 18px;
    transition: var(--transition-normal);
}

.btn-primary:hover svg {
    transform: translateX(4px);
}

.btn-full {
    width: 100%;
}

/* Scroll Indicator */
.scroll-indicator {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    color: var(--white);
    opacity: 0.8;
    animation: float 3s ease-in-out infinite;
}

.scroll-indicator span {
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.scroll-arrow svg {
    width: 24px;
    height: 24px;
    animation: bounce 2s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(-10px); }
}

@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(5px); }
}

/* ============================================
   SECTION STYLING
   ============================================ */
section {
    position: relative;
    padding: var(--section-padding) 0;
    border-top: 4px solid var(--gold-primary);
}

section:first-of-type {
    border-top: none;
}

.marble-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(250, 250, 250, 0.95) 100%),
        url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M54.627 0l.83.828-1.415 1.415L51.8 0h2.827zM5.373 0l-.83.828L5.96 2.243 8.2 0H5.374zM48.97 0l3.657 3.657-1.414 1.414L46.143 0h2.828zM11.03 0L7.372 3.657 8.787 5.07 13.857 0H11.03zm32.284 0L49.8 6.485 48.384 7.9l-7.9-7.9h2.83zM16.686 0L10.2 6.485 11.616 7.9l7.9-7.9h-2.83zM22.344 0L13.858 8.485 15.272 9.9l7.9-7.9h-.828zm5.656 0L19.515 8.485 20.93 9.9l8.485-8.485h-1.415zM32 0l-8.485 8.485L24.93 9.9 32 2.83l7.07 7.07 1.414-1.414L32 0zm5.657 0l8.485 8.485-1.414 1.415-7.9-7.9h.828z' fill='%23e0e0e0' fill-opacity='0.1' fill-rule='evenodd'/%3E%3C/svg%3E");
    z-index: -1;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-label {
    display: inline-block;
    font-family: var(--font-body);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold-primary);
    margin-bottom: 16px;
}

.section-header h2 {
    margin-bottom: 16px;
}

.header-divider {
    display: flex;
    justify-content: center;
}

.ornament {
    width: 120px;
    height: 20px;
    color: var(--gold-primary);
}

.section-subtitle {
    max-width: 600px;
    margin: 20px auto 0;
    font-size: 1.1rem;
}

/* ============================================
   INTRO CTA SECTION
   ============================================ */
.intro-cta-section {
    background: url('../images/white-stone.png') center center / cover no-repeat;
    padding: 80px 0 0;
    position: relative;
}

.intro-cta-section .container {
    max-width: var(--container-width);
}

.intro-section-header {
    text-align: center;
    margin-bottom: 50px;
}

.intro-section-header .intro-headline {
    margin-bottom: 16px;
    white-space: normal;
}

.intro-section-header .intro-text {
    max-width: 700px;
    margin: 0 auto 0;
}

.intro-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 50px;
    align-items: center;
    padding-bottom: 60px;
}

.intro-left {
    text-align: center;
}

.results-images {
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin-bottom: 30px;
    justify-content: center;
    min-height: 200px;
}

.results-image {
    display: block;
    width: 50%;
    max-width: 350px;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    object-fit: cover;
    background: var(--marble-bg, #f8f6f3);
}

.intro-headline {
    font-family: var(--font-display);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: var(--emerald-dark);
    margin-bottom: 20px;
    line-height: 1.2;
}

.intro-headline-gold {
    color: var(--gold-primary);
    font-size: clamp(1.4rem, 3.2vw, 2.4rem);
    white-space: nowrap;
}

.intro-text {
    font-size: 1.1rem;
    line-height: 1.7;
    color: var(--gray-600);
    margin-bottom: 40px;
}

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

.intro-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 18px 36px;
    background: var(--cta-gradient);
    color: var(--cta-text);
    font-family: var(--font-body);
    font-size: var(--cta-font-size);
    font-weight: var(--cta-font-weight);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-radius: var(--cta-radius);
    border: none;
    box-shadow: var(--cta-shadow);
    transition: all 0.3s ease;
}

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

.intro-btn-primary svg {
    width: 18px;
    height: 18px;
}

.intro-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--gold-primary);
    font-family: var(--font-body);
    font-size: 0.95rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.intro-btn-secondary:hover {
    color: var(--gold-dark);
}

.intro-btn-secondary svg {
    width: 16px;
    height: 16px;
}

.intro-disclaimer {
    font-size: 0.85rem;
    line-height: 1.6;
    color: var(--gray-500);
}

/* Doctor Card */
.intro-right {
    display: flex;
    justify-content: center;
}

.doctor-card {
    background: #ffffff;
    border: 3px solid var(--gold-primary);
    border-radius: 12px;
    padding: 40px 32px 32px;
    max-width: 420px;
    width: 100%;
    position: relative;
    overflow: visible;
}

/* Card corner decorations */
.card-corner {
    position: absolute;
    width: 45px;
    height: auto;
    pointer-events: none;
    z-index: 1;
}

.card-corner-tl {
    top: 12px;
    left: 12px;
}

.card-corner-tr {
    top: 12px;
    right: 12px;
}

.card-corner-bl {
    bottom: 12px;
    left: 12px;
}

.card-corner-br {
    bottom: 12px;
    right: 12px;
}

.doctor-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #ffffff;
    border: 3px solid var(--gold-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.doctor-avatar span {
    font-family: var(--font-display);
    font-size: 1.8rem;
    font-style: italic;
    color: var(--gold-primary);
}

.doctor-name {
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--emerald-dark);
    margin-bottom: 8px;
}

.doctor-title {
    display: block;
    font-family: var(--font-body);
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    color: var(--gold-primary);
    margin-bottom: 24px;
}

.doctor-quote {
    font-family: var(--font-display);
    font-size: 1rem;
    font-style: italic;
    line-height: 1.7;
    color: var(--gray-600);
    margin: 0 0 28px;
    padding-left: 20px;
    border-left: 3px solid var(--gold-primary);
}

.doctor-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.doctor-stat {
    background: #ffffff;
    border: 3px solid var(--gold-primary);
    border-radius: 10px;
    padding: 20px 16px;
    text-align: center;
}

.doctor-stat .stat-value {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-family: var(--font-display);
    font-size: 1.8rem;
    font-weight: 400;
    font-style: italic;
    color: var(--gold-primary);
    margin-bottom: 8px;
}

.doctor-stat .stat-value svg {
    color: var(--gold-primary);
}

.doctor-stat .stat-label {
    font-family: var(--font-body);
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: var(--emerald-dark);
    text-transform: uppercase;
}

.intro-trust-bar {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding: 20px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    background: rgba(0, 0, 0, 0.03);
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8rem;
    color: var(--gray-600);
    white-space: nowrap;
    flex-shrink: 0;
}

.trust-stars {
    display: flex;
    gap: 2px;
    color: var(--gold-primary);
}

.trust-stars svg {
    width: 14px;
    height: 14px;
}

.trust-item svg {
    color: var(--gold-primary);
}

@media (max-width: 1024px) {
    .intro-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .intro-left {
        text-align: center;
    }
    
    .intro-cta-buttons {
        justify-content: center;
    }
    
    .intro-right {
        justify-content: center;
    }
    
    .doctor-card {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .intro-cta-section {
        padding: 60px 0 0;
    }
    
    .intro-section-header .intro-headline {
        font-size: 1.5rem;
        white-space: normal;
        line-height: 1.3;
    }
    
    .intro-headline {
        font-size: 1.8rem;
    }
    
    .intro-headline-gold {
        font-size: 1.2rem;
        white-space: normal;
    }
    
    .results-images {
        flex-direction: column;
        align-items: center;
    }
    
    .results-image {
        width: 80%;
        max-width: 280px;
    }
    
    .intro-cta-buttons {
        flex-direction: column;
        gap: 16px;
    }
    
    .intro-btn-primary {
        width: 100%;
        padding: 16px 24px;
        font-size: 0.8rem;
    }
    
    .doctor-card {
        padding: 28px 20px;
    }
    
    .doctor-stats {
        gap: 10px;
    }
    
    .doctor-stat {
        padding: 14px 10px;
    }
    
    .doctor-stat .stat-value {
        font-size: 1.3rem;
    }
    
    .doctor-stat .stat-label {
        font-size: 0.55rem;
    }
    
    .doctor-quote {
        font-size: 0.9rem;
        padding-left: 16px;
    }
    
    .intro-trust-bar {
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px 20px;
        padding: 16px 1rem;
    }
    .trust-item {
        white-space: normal;
        font-size: 0.75rem;
        flex: 1 1 auto;
        min-width: 0;
        text-align: center;
    }
    .intro-section-header {
        padding: 0 0.5rem;
    }
    .intro-text {
        padding: 0 0.25rem;
    }
}

/* ============================================
   VALUE SECTION (Why NAD Wins)
   ============================================ */
.value-section {
    background: url('../images/white-stone.png') center center / cover no-repeat;
    padding: 100px 0;
    overflow: visible;
    position: relative;
}

.value-section .container {
    max-width: var(--container-width);
    position: relative;
    z-index: 1;
}

.value-headline {
    text-align: center;
    font-family: var(--font-display);
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 700;
    color: var(--emerald-dark);
    letter-spacing: 0.05em;
    margin-bottom: 60px;
    text-transform: uppercase;
}

.value-headline .gold-text {
    background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold-dark) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.value-grid {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 24px;
}

.value-card {
    flex: 1;
    max-width: 280px;
    padding: 36px 28px;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(197, 166, 97, 0.3);
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    transition: var(--transition-normal);
}

.value-card:hover {
    transform: translateY(-8px);
    border-color: var(--gold-primary);
    box-shadow: 0 16px 48px rgba(197, 166, 97, 0.2);
}

.value-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold-primary) 100%);
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(197, 166, 97, 0.3);
}

.value-icon svg {
    width: 28px;
    height: 28px;
    stroke-width: 2;
}

.value-icon-gold svg {
    color: var(--white);
}

.value-category {
    display: block;
    font-family: var(--font-body);
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold-primary);
    margin-bottom: 12px;
}

.value-card h3 {
    font-family: var(--font-display);
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--emerald-dark);
    line-height: 1.3;
    margin-bottom: 14px;
}

.value-card p {
    font-size: 0.9rem;
    line-height: 1.7;
    color: var(--gray-dark);
}

@media (max-width: 1024px) {
    .value-grid {
        flex-wrap: wrap;
        gap: 20px;
    }
    
    .value-card {
        flex: 1 1 45%;
        max-width: none;
    }
}

@media (max-width: 600px) {
    .value-section {
        padding: 60px 0;
    }
    
    .value-headline {
        font-size: 2rem;
    }
    
    .value-grid {
        flex-direction: column;
        gap: 16px;
    }
    
    .value-card {
        flex: 1 1 100%;
        padding: 28px 24px;
    }
}

/* ============================================
   STATS IMAGE SECTION
   ============================================ */
.stats-image-section {
    padding: 0;
    border-top: none;
}

.stats-image-container {
    width: 100%;
}

.stats-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

/* ============================================
   TESTIMONIALS SECTION
   ============================================ */
.testimonials-section {
    position: relative;
    background: url('../images/white-marble-bg.jpeg') center center / cover no-repeat;
    overflow: hidden;
    padding: 100px 0;
    width: 100%;
    background-attachment: scroll;
}

/* Corner Symbols */
.corner-symbol {
    position: absolute;
    z-index: 1;
    pointer-events: none;
}

.corner-symbol img {
    width: 120px;
    height: auto;
    opacity: 0.9;
}

.corner-top-left {
    top: 20px;
    left: 20px;
}

.corner-top-right {
    top: 20px;
    right: 20px;
}

.corner-bottom-left {
    bottom: 20px;
    left: 20px;
}

.corner-bottom-right {
    bottom: 20px;
    right: 20px;
}

.testimonials-section .container {
    position: relative;
    z-index: 2;
}

/* Two-Column Layout */
.testimonials-layout {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 60px;
    align-items: center;
}

/* Left Side - Headline */
.testimonials-headline {
    padding-right: 40px;
    padding-top: 180px;
}

.headline-box {
    padding: 40px;
    margin-bottom: 30px;
    display: inline-block;
    position: relative;
    background: linear-gradient(135deg, 
        var(--gold-dark) 0%, 
        var(--gold-light) 25%, 
        #fff8dc 50%, 
        var(--gold-light) 75%, 
        var(--gold-dark) 100%);
    background-size: 400% 400%;
    animation: shimmer-border 4s ease-in-out infinite;
    border-radius: 2px;
}

.headline-box::before {
    content: '';
    position: absolute;
    top: 12px;
    left: 12px;
    right: 12px;
    bottom: 12px;
    background: url('../images/white-marble-bg.jpeg') center center / cover no-repeat;
    z-index: 0;
}

.headline-box h2 {
    position: relative;
    z-index: 1;
    font-family: var(--font-primary);
    font-size: 3.5rem;
    font-weight: 900;
    color: var(--emerald-dark);
    line-height: 1.1;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
    white-space: nowrap;
}

@keyframes shimmer-border {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.headline-subtitle {
    font-family: var(--font-primary);
    font-size: 1rem;
    font-weight: 500;
    color: var(--charcoal);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;
    line-height: 1.6;
}

.headline-cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--emerald-primary);
    font-family: var(--font-display);
    font-size: 1.1rem;
    font-style: italic;
    text-decoration: none;
    transition: var(--transition-normal);
}

.headline-cta:hover {
    color: var(--gold-primary);
    gap: 18px;
}

.headline-cta svg {
    width: 24px;
    height: 24px;
}

/* Right Side - Testimonial Cards */
.testimonials-cards {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.testimonial-card {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(197, 166, 97, 0.3);
    border-radius: 8px;
    padding: 28px 32px;
    transition: var(--transition-normal);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.testimonial-card:hover {
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
    border-color: var(--gold-primary);
}

.testimonial-text {
    font-family: var(--font-display);
    font-size: 1.05rem;
    font-style: italic;
    color: var(--charcoal);
    line-height: 1.7;
    margin-bottom: 16px;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(197, 166, 97, 0.2);
}

.author-name {
    font-family: var(--font-primary);
    font-weight: 600;
    font-size: 1rem;
    color: var(--emerald-dark);
}

.author-title {
    font-size: 0.9rem;
    color: var(--charcoal);
    opacity: 0.7;
}

/* ============================================
   BENEFITS SECTION
   ============================================ */
.benefits-section {
    background: url('../images/gold-benefits-bg.jpeg') center center / cover no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    width: 100%;
    background-attachment: scroll;
}

.benefits-section .container {
    position: relative;
    z-index: 1;
    max-width: var(--container-width);
}

.benefits-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        rgba(13, 51, 16, 0.85) 0%,
        rgba(13, 51, 16, 0.3) 35%,
        rgba(13, 51, 16, 0.1) 50%,
        rgba(13, 51, 16, 0.3) 65%,
        rgba(13, 51, 16, 0.85) 100%
    );
    pointer-events: none;
}

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

.benefits-header {
    margin-bottom: 60px;
}

.benefits-section .section-label {
    color: var(--white);
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    font-size: 0.85rem;
    letter-spacing: 0.25em;
}

.benefits-section .section-header h2 {
    color: var(--white);
    text-shadow: 
        0 2px 10px rgba(0, 0, 0, 0.5),
        0 4px 20px rgba(0, 0, 0, 0.3);
    font-size: clamp(2.2rem, 4.5vw, 3.2rem);
}

.benefits-section .section-header h2 .gold-text {
    background: none;
    -webkit-background-clip: unset;
    background-clip: unset;
    -webkit-text-fill-color: #ffffff;
    color: #ffffff;
}

/* Benefits Showcase Layout */
.benefits-showcase {
    display: grid;
    grid-template-columns: 1fr minmax(200px, 320px) 1fr;
    gap: 40px;
    align-items: start;
}

.benefits-spacer {
    min-height: 1px;
}

.benefits-column {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.benefits-left .benefit-item {
    text-align: left;
}

.benefits-right .benefit-item {
    text-align: left;
}

.benefits-right .benefit-item {
    flex-direction: row;
}

/* Benefit Items */
.benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 24px;
    background: rgba(10, 35, 12, 0.9);
    backdrop-filter: blur(12px);
    border-radius: 16px;
    border: 2px solid rgba(197, 166, 97, 0.4);
    transition: var(--transition-normal);
    box-shadow: 
        0 4px 20px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.benefit-item:hover {
    background: rgba(10, 35, 12, 0.95);
    border-color: var(--gold-light);
    transform: translateY(-5px);
    box-shadow: 
        0 8px 30px rgba(0, 0, 0, 0.4),
        0 0 20px rgba(197, 166, 97, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.benefit-number {
    font-family: var(--font-display);
    font-size: 2.8rem;
    font-weight: 700;
    color: var(--gold-light);
    line-height: 1;
    flex-shrink: 0;
    text-shadow: 0 2px 10px rgba(197, 166, 97, 0.5);
    transition: var(--transition-normal);
}

.benefit-item:hover .benefit-number {
    color: #f0d78c;
    text-shadow: 0 2px 15px rgba(197, 166, 97, 0.7);
}

.benefit-content h3 {
    font-size: 1.35rem;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 10px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    transition: var(--transition-normal);
}

.benefit-item:hover .benefit-content h3 {
    color: var(--gold-light);
}

.benefit-content p {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

/* ============================================
   PROTOCOL SECTION
   ============================================ */
.protocol-section {
    background: url('../images/nad-bg.jpeg') center center / cover no-repeat;
    padding: 100px 0;
    position: relative;
}

.protocol-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
    pointer-events: none;
}

.protocol-section .container {
    max-width: 900px;
    position: relative;
    z-index: 1;
}

.protocol-content {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(12px);
    border: 2px solid rgba(197, 166, 97, 0.3);
    border-radius: 16px;
    padding: 60px 50px;
    box-shadow: 0 16px 60px rgba(0, 0, 0, 0.08);
}

.protocol-header {
    text-align: center;
    margin-bottom: 50px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(197, 166, 97, 0.25);
}

.protocol-headline {
    font-family: var(--font-display);
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 700;
    color: var(--emerald-dark);
    letter-spacing: 0.03em;
    margin-bottom: 12px;
}

.protocol-subheadline {
    font-family: var(--font-display);
    font-size: 1.15rem;
    font-style: italic;
    color: var(--gold-primary);
    margin-bottom: 30px;
}

.protocol-price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.price-current {
    font-family: var(--font-display);
    font-size: clamp(3rem, 6vw, 4rem);
    font-weight: 700;
    color: var(--gold-primary);
    line-height: 1;
}

.price-original {
    font-family: var(--font-display);
    font-size: 1.5rem;
    color: var(--gray);
    text-decoration: line-through;
    opacity: 0.6;
}

.price-label {
    display: block;
    width: 100%;
    font-family: var(--font-body);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gray-dark);
    margin-top: 8px;
}

.protocol-features {
    display: flex;
    flex-direction: column;
    gap: 28px;
    margin-bottom: 50px;
}

.protocol-feature {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.feature-check {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold-primary) 100%);
    border-radius: 50%;
    margin-top: 2px;
}

.feature-check svg {
    width: 14px;
    height: 14px;
    color: var(--white);
}

.feature-content h4 {
    font-family: var(--font-display);
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--emerald-dark);
    margin-bottom: 6px;
}

.feature-content p {
    font-size: 0.9rem;
    line-height: 1.7;
    color: var(--gray-dark);
}

.protocol-cta {
    text-align: center;
}

.protocol-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 280px;
    padding: 20px 48px;
    font-size: var(--cta-font-size);
    font-weight: var(--cta-font-weight);
    letter-spacing: 2px;
    color: var(--cta-text);
    background: var(--cta-gradient);
    border: none;
    border-radius: var(--cta-radius);
    box-shadow: var(--cta-shadow);
    transition: var(--transition-normal);
}

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

@media (max-width: 768px) {
    .protocol-section {
        padding: 60px 0;
    }
    
    .protocol-content {
        padding: 40px 28px;
    }
    
    .protocol-headline {
        font-size: 1.8rem;
    }
    
    .protocol-feature {
        gap: 16px;
    }
    
    .feature-check {
        width: 24px;
        height: 24px;
    }
    
    .feature-check svg {
        width: 12px;
        height: 12px;
    }
    
    .feature-content h4 {
        font-size: 1.05rem;
    }
    
    .protocol-btn {
        width: 100%;
        padding: 18px 32px;
    }
}

/* ============================================
   BONUSES SECTION
   ============================================ */
.bonuses-section {
    background: url('../images/white-stone.png') center center / cover no-repeat;
    padding: 100px 0;
    position: relative;
}

.bonuses-section .container {
    max-width: var(--container-width);
}

.bonuses-label {
    display: block;
    text-align: center;
    color: var(--gold-primary);
    margin-bottom: 20px;
}

.bonuses-headline {
    text-align: center;
    font-family: var(--font-display);
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 700;
    color: var(--emerald-dark);
    margin-bottom: 60px;
    line-height: 1.3;
}

.gold-text-italic {
    font-style: italic;
    background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold-dark) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.bonuses-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 50px;
}

.bonus-card {
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(197, 166, 97, 0.25);
    border-radius: 12px;
    padding: 32px 24px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
    transition: var(--transition-normal);
    overflow: hidden;
}

.bonus-card:hover {
    transform: translateY(-6px);
    border-color: var(--gold-primary);
    box-shadow: 0 16px 48px rgba(197, 166, 97, 0.15);
}

.bonus-number {
    position: absolute;
    top: 10px;
    right: 16px;
    font-family: var(--font-display);
    font-size: 4rem;
    font-weight: 700;
    color: rgba(197, 166, 97, 0.12);
    line-height: 1;
}

.bonus-value {
    display: block;
    font-family: var(--font-body);
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--gold-primary);
    margin-bottom: 14px;
}

.bonus-card h3 {
    font-family: var(--font-display);
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--emerald-dark);
    line-height: 1.3;
    margin-bottom: 12px;
}

.bonus-card p {
    font-size: 0.85rem;
    line-height: 1.7;
    color: var(--gray-dark);
    margin-bottom: 20px;
}

.bonus-free {
    display: block;
    font-family: var(--font-display);
    font-size: 0.9rem;
    font-style: italic;
    color: var(--gold-primary);
    font-weight: 500;
}

.bonuses-total {
    background: linear-gradient(135deg, var(--emerald-dark) 0%, var(--emerald-primary) 100%);
    border-radius: 12px;
    padding: 36px 48px;
    text-align: center;
    box-shadow: 0 12px 40px rgba(27, 94, 32, 0.2);
}

.bonuses-total-label {
    display: block;
    font-family: var(--font-body);
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 10px;
}

.bonuses-total-amount {
    font-family: var(--font-display);
    font-size: clamp(1.8rem, 3.5vw, 2.5rem);
    font-weight: 700;
    color: var(--gold-light);
    margin-bottom: 10px;
}

.bonuses-total p {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.85);
}

.bonuses-total p strong {
    color: var(--white);
    font-weight: 700;
}

@media (max-width: 1024px) {
    .bonuses-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .bonuses-section {
        padding: 60px 0;
    }
    
    .bonuses-headline {
        font-size: 1.8rem;
    }
    
    .bonuses-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .bonus-card {
        padding: 28px 20px;
    }
    
    .bonuses-total {
        padding: 28px 24px;
    }
}

/* ============================================
   GUARANTEES SECTION
   ============================================ */
.guarantees-section {
    background: url('../images/white-stone.png') center center / cover no-repeat;
    padding: 100px 0;
    position: relative;
}

.guarantees-section .container {
    max-width: var(--container-width);
}

.guarantees-label {
    display: block;
    text-align: center;
    color: var(--gold-primary);
    margin-bottom: 20px;
}

.guarantees-headline {
    text-align: center;
    font-family: var(--font-display);
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 700;
    color: var(--emerald-dark);
    margin-bottom: 60px;
    line-height: 1.3;
}

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

.guarantee-card {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 16px;
    padding: 32px 24px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.guarantee-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
}

.guarantee-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 20px;
    color: var(--gold-primary);
}

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

.guarantee-card h3 {
    font-family: var(--font-display);
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--emerald-dark);
    margin-bottom: 12px;
}

.guarantee-card p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: var(--gray-600);
}

@media (max-width: 1024px) {
    .guarantees-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .guarantees-section {
        padding: 60px 0;
    }
    
    .guarantees-label {
        font-size: 0.65rem;
        margin-bottom: 16px;
    }
    
    .guarantees-headline {
        font-size: 1.4rem;
        line-height: 1.3;
        margin-bottom: 40px;
    }
    
    .guarantees-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .guarantee-card {
        padding: 24px 20px;
    }
    
    .guarantee-icon {
        width: 40px;
        height: 40px;
        margin-bottom: 16px;
    }
    
    .guarantee-card h3 {
        font-size: 1rem;
        margin-bottom: 10px;
    }
    
    .guarantee-card p {
        font-size: 0.85rem;
        line-height: 1.6;
    }
}

/* ============================================
   LIMITED AVAILABILITY SECTION
   ============================================ */
.availability-section {
    background: #b33a3a;
    padding: 80px 0;
    text-align: center;
    border-top: 8px solid var(--gold-primary);
    border-bottom: 8px solid var(--gold-primary);
}

.availability-section .container {
    max-width: 800px;
}

.availability-label {
    display: inline-block;
    font-family: var(--font-body);
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 20px;
}

.availability-headline {
    font-family: var(--font-display);
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 700;
    color: var(--white);
    margin-bottom: 24px;
    line-height: 1.1;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.availability-text {
    font-size: 1rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.availability-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 40px;
    background: var(--cta-gradient);
    color: var(--cta-text);
    font-family: var(--font-body);
    font-size: var(--cta-font-size);
    font-weight: var(--cta-font-weight);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-radius: var(--cta-radius);
    border: none;
    box-shadow: var(--cta-shadow);
    transition: all 0.3s ease;
}

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

@media (max-width: 600px) {
    .availability-section {
        padding: 60px 0;
    }
    
    .availability-headline {
        font-size: 1.6rem;
    }
    
    .availability-text {
        font-size: 0.95rem;
    }
}

/* ============================================
   HOW IT WORKS SECTION (Image + Text Overlay)
   ============================================ */
.how-it-works-section {
    background: var(--off-white);
    padding: 0;
}

.how-it-works-container {
    max-width: 100%;
    padding: 0;
}

.how-it-works-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.how-it-works-image {
    width: 100%;
    height: auto;
    display: block;
}

.hiw-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.hiw-left {
    position: absolute;
    left: 2%;
    top: 0;
    width: 24%;
    height: 100%;
}

.hiw-left .hiw-block {
    position: absolute;
    left: 0;
    width: 100%;
}

.hiw-free-icon {
    position: absolute;
    width: clamp(150px, 21vw, 300px);
    height: auto;
    object-fit: contain;
    pointer-events: none;
    z-index: 2;
}

.hiw-free-icon-1 {
    left: 30%;
    top: 28%;
    transform: translate(-50%, -50%);
}

.hiw-free-icon-2 {
    left: 30%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.hiw-free-icon-3 {
    left: 29%;
    top: 72%;
    transform: translate(-50%, -50%);
}

.hiw-left .hiw-block:nth-child(1) {
    top: 22%;
}

.hiw-left .hiw-block:nth-child(2) {
    top: 46%;
}

.hiw-left .hiw-block:nth-child(3) {
    top: 68%;
}

.hiw-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 34%;
    height: 100%;
}

.hiw-right .hiw-block {
    position: absolute;
    left: 0;
    width: 100%;
}

.hiw-right .hiw-block:nth-child(1) {
    top: 28%;
}

.hiw-right .hiw-block:nth-child(2) {
    top: 52%;
}

.hiw-right .hiw-block:nth-child(3) {
    top: 74%;
}

.hiw-block h3 {
    font-family: var(--font-display);
    font-size: clamp(0.7rem, 1.6vw, 1.55rem);
    font-weight: 700;
    color: var(--emerald-dark);
    margin-bottom: 0.4em;
    line-height: 1.2;
}

.hiw-block p {
    font-family: var(--font-body);
    font-size: clamp(0.45rem, 1vw, 0.95rem);
    line-height: 1.55;
    color: var(--gray-dark);
    margin: 0;
}

.hiw-block p strong {
    color: var(--emerald-dark);
    font-weight: 600;
}

@media (max-width: 768px) {
    .hiw-overlay {
        position: relative;
        flex-direction: column;
        gap: 30px;
        padding: 40px 20px;
        background: var(--off-white);
    }

    .hiw-left {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        height: auto;
    }

    .hiw-left .hiw-block {
        position: relative;
        top: auto !important;
        margin-bottom: 24px;
    }

    .hiw-free-icon {
        display: none;
    }

    .hiw-right {
        position: relative;
        right: auto;
        top: auto;
        width: 100%;
        height: auto;
    }

    .hiw-right .hiw-block {
        position: relative;
        top: auto !important;
        margin-bottom: 24px;
    }

    .hiw-block h3 {
        font-size: 1.2rem;
    }

    .hiw-block p {
        font-size: 0.9rem;
    }
}


/* ============================================
   BLOG SECTION
   ============================================ */
.blog-section {
    position: relative;
    padding: 0;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    width: 100%;
}

.blog-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/gold-blog-bg.jpeg') center top / cover no-repeat;
    z-index: 0;
}

.blog-section .container {
    position: absolute;
    top: 42%;
    left: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 0 12% 0 0;
}

/* Blog Carousel */
.blog-carousel-wrapper {
    max-width: 500px;
}

.blog-carousel {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background: rgba(10, 35, 12, 0.92);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(197, 166, 97, 0.3);
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.3);
}

.blog-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.blog-slide {
    min-width: 100%;
    padding: 24px 28px;
    box-sizing: border-box;
}

.blog-slide .blog-category {
    display: inline-block;
    padding: 4px 12px;
    background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold-dark) 100%);
    color: var(--emerald-dark);
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-radius: 3px;
    margin-bottom: 14px;
}

.blog-slide h3 {
    font-size: 1.1rem;
    color: var(--white);
    margin-bottom: 10px;
    line-height: 1.4;
}

.blog-slide p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.6;
    margin-bottom: 16px;
}

.blog-slide .blog-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--gold-light);
    transition: var(--transition-normal);
}

.blog-slide .blog-link:hover {
    color: #fff;
    gap: 10px;
}

/* Carousel Controls */
.blog-carousel-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 16px;
}

.carousel-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid rgba(197, 166, 97, 0.5);
    background: rgba(10, 35, 12, 0.8);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition-normal);
}

.carousel-btn svg {
    width: 18px;
    height: 18px;
    color: var(--gold-light);
}

.carousel-btn:hover {
    background: var(--gold-primary);
    border-color: var(--gold-primary);
}

.carousel-btn:hover svg {
    color: var(--emerald-dark);
}

.carousel-dots {
    display: flex;
    gap: 8px;
}

.carousel-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(197, 166, 97, 0.3);
    border: none;
    cursor: pointer;
    transition: var(--transition-normal);
}

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

.carousel-dot:hover {
    background: rgba(197, 166, 97, 0.6);
}


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

.faq-section .section-header {
    margin-bottom: 50px;
    text-align: center;
}

.faq-section .section-label {
    color: var(--gold-primary);
}

.faq-section .section-header h2 {
    color: var(--emerald-dark);
}

.faq-grid {
    max-width: 860px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-item {
    background: rgba(255, 255, 255, 0.7);
    border: none;
    border-bottom: 1px solid rgba(184, 161, 100, 0.2);
    border-radius: 0;
    overflow: hidden;
    transition: var(--transition-normal);
}

.faq-item:hover {
    border-color: var(--gold-primary);
    box-shadow: 0 4px 20px rgba(197, 166, 97, 0.15);
}

.faq-item.active {
    border-color: var(--gold-primary);
    box-shadow: 0 6px 25px rgba(197, 166, 97, 0.2);
}

.faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 24px 28px;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    transition: var(--transition-normal);
}

.faq-question span {
    font-family: var(--font-display);
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--emerald-dark);
    line-height: 1.4;
}

.faq-question svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    color: #fff;
    background: var(--gold-primary);
    padding: 8px;
    border-radius: 50%;
    transition: transform 0.3s ease;
}

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

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 400px;
}

.faq-answer p {
    padding: 0 28px 24px;
    font-size: 0.95rem;
    line-height: 1.8;
    color: var(--gray-600);
}

.faq-answer strong {
    color: var(--gold-primary);
    font-weight: 600;
}

@media (max-width: 768px) {
    .faq-section {
        padding: 70px 0;
    }
    
    .faq-section .section-header {
        margin-bottom: 40px;
    }
    
    .faq-section .section-header h2 {
        font-size: 1.8rem;
    }
    
    .faq-question {
        padding: 20px 22px;
    }

    .faq-question span {
        font-size: 1.05rem;
    }

    .faq-answer p {
        padding: 0 22px 20px;
        font-size: 0.9rem;
    }
}

@media (max-width: 600px) {
    .faq-section {
        padding: 60px 0;
    }
    
    .faq-section .section-header h2 {
        font-size: 1.5rem;
        line-height: 1.3;
    }
    
    .faq-grid {
        gap: 12px;
    }
    
    .faq-question {
        padding: 18px 16px;
        gap: 14px;
    }
    
    .faq-question span {
        font-size: 0.95rem;
    }
    
    .faq-question svg {
        width: 14px;
        height: 14px;
        padding: 6px;
    }
    
    .faq-answer p {
        padding: 0 16px 18px;
        font-size: 0.85rem;
        line-height: 1.7;
    }
}

/* ============================================
   THE PROBLEM SECTION
   ============================================ */
.problem-section {
    background: url('../images/white-stone.png') center center / cover no-repeat;
    padding: 100px 0;
}

.problem-section .section-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px;
}

.problem-section .section-label {
    color: var(--gold-primary);
}

.problem-section .section-header h2 {
    color: var(--emerald-dark);
    font-family: var(--font-display);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.problem-section .section-subtext {
    color: var(--gray-600);
    font-size: 1rem;
    line-height: 1.7;
    max-width: 650px;
    margin: 0 auto;
}

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

.problem-card {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(184, 161, 100, 0.15);
    border-radius: 12px;
    padding: 32px 24px;
    transition: all 0.3s ease;
}

.problem-card:hover {
    background: rgba(255, 255, 255, 0.95);
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

.problem-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 20px;
}

.problem-icon svg {
    width: 100%;
    height: 100%;
    color: var(--gold-primary);
}

.problem-card h3 {
    color: var(--emerald-dark);
    font-family: var(--font-body);
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 12px;
}

.problem-card p {
    color: var(--gray-600);
    font-size: 0.9rem;
    line-height: 1.6;
}

@media (max-width: 1024px) {
    .problem-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .problem-section {
        padding: 60px 0;
    }
    
    .problem-section .section-header {
        margin-bottom: 40px;
    }
    
    .problem-section .section-header h2 {
        font-size: 1.5rem;
        line-height: 1.3;
    }
    
    .problem-section .section-subtext {
        font-size: 0.9rem;
    }
    
    .problem-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .problem-card {
        padding: 24px 20px;
    }
    
    .problem-icon {
        width: 40px;
        height: 40px;
        margin-bottom: 16px;
    }
    
    .problem-card h3 {
        font-size: 1rem;
        margin-bottom: 10px;
    }
    
    .problem-card p {
        font-size: 0.85rem;
    }
}

/* ============================================
   FOUR STEPS SECTION
   ============================================ */
.steps-section {
    background: url('../images/white-stone.png') center center / cover no-repeat;
    padding: 100px 0;
}

.steps-section .section-header {
    text-align: center;
    margin-bottom: 60px;
}

.steps-section .section-header h2 {
    color: var(--emerald-dark);
    font-family: var(--font-display);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.steps-section .section-subtext {
    color: var(--gray-600);
    font-size: 1rem;
    line-height: 1.7;
    max-width: 650px;
    margin: 0 auto;
}

.steps-section .section-label {
    color: var(--gold-primary);
}

.steps-timeline {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 32px;
    position: relative;
}

.steps-timeline::before {
    content: '';
    position: absolute;
    top: 28px;
    left: 28px;
    right: 28px;
    height: 2px;
    background: var(--gold-primary);
    z-index: 0;
}

.step-item {
    flex: 1;
    text-align: center;
    position: relative;
    z-index: 1;
}

.step-number {
    width: 56px;
    height: 56px;
    background: var(--emerald-dark);
    color: #fff;
    font-family: var(--font-display);
    font-size: 1.25rem;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    border: 3px solid var(--gold-primary);
}

.step-item h3 {
    color: var(--emerald-dark);
    font-family: var(--font-body);
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 12px;
    font-style: italic;
}

.step-item p {
    color: var(--gray-600);
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 16px;
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
}

.step-time {
    display: inline-block;
    color: var(--gold-primary);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    padding: 6px 12px;
    border: 1px solid var(--gold-primary);
    border-radius: 20px;
}

@media (max-width: 900px) {
    .steps-timeline {
        flex-direction: column;
        gap: 32px;
    }
    
    /* Hide the connecting line on mobile */
    .steps-timeline::before {
        display: none;
    }
    
    .step-item {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        background: rgba(255, 255, 255, 0.8);
        padding: 28px 24px;
        border-radius: 12px;
        border: 1px solid rgba(184, 161, 100, 0.2);
    }
    
    .step-number {
        margin: 0;
        flex-shrink: 0;
    }
    
    .step-item h3 {
        margin-bottom: 8px;
    }
    
    .step-item p {
        max-width: none;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 12px;
    }
}

@media (max-width: 600px) {
    .steps-section {
        padding: 60px 0;
    }
    
    .steps-section .section-header {
        margin-bottom: 40px;
    }
    
    .steps-section .section-header h2 {
        font-size: 1.5rem;
        line-height: 1.3;
    }
    
    .steps-section .section-subtext {
        font-size: 0.9rem;
    }
    
    .steps-timeline {
        gap: 20px;
    }
    
    .step-item {
        padding: 24px 20px;
    }
    
    .step-number {
        width: 48px;
        height: 48px;
        font-size: 1.1rem;
    }
    
    .step-item h3 {
        font-size: 1rem;
    }
    
    .step-item p {
        font-size: 0.85rem;
        line-height: 1.6;
    }
    
    .step-time {
        font-size: 0.75rem;
        padding: 5px 10px;
    }
}

/* ============================================
   WHAT CHANGES SECTION
   ============================================ */
.changes-section {
    background: url('../images/white-stone.png') center center / cover no-repeat;
    padding: 100px 0;
}

.changes-section .section-header {
    text-align: center;
    margin-bottom: 60px;
}

.changes-section .section-label {
    color: var(--gold-primary);
}

.changes-section .section-header h2 {
    color: var(--emerald-dark);
    font-family: var(--font-display);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1.2;
}

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

.changes-card {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(184, 161, 100, 0.15);
    border-radius: 12px;
    padding: 32px;
    transition: all 0.3s ease;
}

.changes-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

.changes-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
}

.changes-icon svg {
    width: 100%;
    height: 100%;
    color: var(--gold-primary);
}

.changes-card h3 {
    color: var(--emerald-dark);
    font-family: var(--font-body);
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.changes-card p {
    color: var(--gray-600);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 16px;
}

.changes-quote {
    display: block;
    color: var(--gold-primary);
    font-style: italic;
    font-size: 0.9rem;
    font-weight: 500;
}

@media (max-width: 1024px) {
    .changes-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .changes-section {
        padding: 70px 0;
    }
    
    .changes-grid {
        grid-template-columns: 1fr;
    }
    
    .changes-section .section-header h2 {
        font-size: 1.8rem;
    }
}

/* ============================================
   THE SCIENCE SECTION
   ============================================ */
.science-section {
    background: url('../images/white-stone.png') center center / cover no-repeat;
    padding: 100px 0;
}

.science-section .section-header {
    text-align: center;
    margin-bottom: 60px;
}

.science-section .section-label {
    color: var(--gold-primary);
}

.science-section .section-header h2 {
    color: var(--emerald-dark);
    font-family: var(--font-display);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.science-section .section-subtext {
    color: var(--gray-600);
    font-size: 1rem;
    line-height: 1.7;
    max-width: 600px;
    margin: 0 auto;
}

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

.science-card {
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(184, 161, 100, 0.15);
    border-radius: 12px;
    padding: 40px;
    transition: all 0.3s ease;
}

.science-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

.science-card h3 {
    color: var(--emerald-dark);
    font-family: var(--font-body);
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 16px;
}

.science-card p {
    color: var(--gray-600);
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 24px;
}

.science-stat {
    display: flex;
    align-items: baseline;
    gap: 12px;
}

.science-stat .stat-number {
    color: var(--gold-primary);
    font-family: var(--font-display);
    font-size: 2rem;
    font-weight: 700;
}

.science-stat .stat-label {
    color: var(--gray-600);
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .science-section {
        padding: 70px 0;
    }
    
    .science-grid {
        grid-template-columns: 1fr;
    }
    
    .science-section .section-header h2 {
        font-size: 1.8rem;
    }
    
    .science-card {
        padding: 28px;
    }
}

/* ============================================
   OUR PROMISE SECTION
   ============================================ */
.promise-section {
    background: url('../images/white-stone.png') center center / cover no-repeat;
    padding: 100px 0;
}

.promise-section .section-header {
    text-align: center;
    margin-bottom: 40px;
}

.promise-section .section-label {
    color: var(--gold-primary);
}

.promise-card {
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(184, 161, 100, 0.2);
    border-radius: 16px;
    padding: 60px;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
}

.promise-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.promise-icon svg {
    width: 48px;
    height: 48px;
    color: var(--gold-primary);
}

.promise-card h3 {
    color: var(--emerald-dark);
    font-family: var(--font-display);
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.promise-card p {
    color: var(--gray-600);
    font-size: 1rem;
    line-height: 1.8;
    max-width: 600px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .promise-section {
        padding: 70px 0;
    }
    
    .promise-card {
        padding: 40px 24px;
    }
    
    .promise-card h3 {
        font-size: 1.4rem;
    }
}

/* ============================================
   DECISION SECTION
   ============================================ */
.decision-section {
    background: url('../images/white-marble-bg.jpeg') center center / cover no-repeat;
    padding: 100px 0;
    text-align: center;
}

.decision-section .container {
    max-width: 800px;
}

.decision-label {
    display: inline-block;
    font-family: var(--font-body);
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--gold-primary);
    margin-bottom: 28px;
}

.decision-headline {
    font-family: var(--font-display);
    font-size: clamp(2.2rem, 5vw, 3.5rem);
    font-weight: 700;
    color: var(--emerald-dark);
    margin-bottom: 24px;
    line-height: 1.15;
    text-transform: uppercase;
}

.decision-headline .gold-text-italic {
    font-style: italic;
    text-transform: none;
}

.decision-text {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--gray-600);
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.decision-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px 48px;
    font-size: var(--cta-font-size);
    font-weight: var(--cta-font-weight);
    letter-spacing: 0.1em;
    margin-bottom: 48px;
    color: var(--cta-text);
    background: var(--cta-gradient);
    border: none;
    border-radius: var(--cta-radius);
    box-shadow: var(--cta-shadow);
    transition: var(--transition-normal);
}

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

.decision-guarantees {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.decision-guarantee {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.75rem;
    color: var(--gray-600);
    letter-spacing: 0.05em;
}

.decision-guarantee svg {
    width: 6px;
    height: 6px;
    color: var(--gold-primary);
}

.decision-divider {
    color: var(--gray-400);
    font-size: 0.75rem;
}

@media (max-width: 768px) {
    .decision-section {
        padding: 70px 0;
    }
    
    .decision-headline {
        font-size: 1.8rem;
    }
    
    .decision-guarantees {
        flex-direction: column;
        gap: 12px;
    }
    
    .decision-divider {
        display: none;
    }
}

/* ============================================
   CONTACT SECTION
   ============================================ */
.contact-section {
    position: relative;
    background: url('../images/white-marble-bg.jpeg') center center / cover no-repeat;
    width: 100%;
    background-attachment: scroll;
}

.contact-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(ellipse at top left, rgba(197, 166, 97, 0.1) 0%, transparent 50%),
        radial-gradient(ellipse at bottom right, rgba(27, 94, 32, 0.05) 0%, transparent 50%);
    z-index: 0;
}

.contact-content {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.contact-info .section-label {
    color: var(--gold-primary);
    margin-bottom: 16px;
}

.contact-info h2 {
    font-family: var(--font-display);
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 700;
    color: var(--emerald-dark);
    margin-bottom: 20px;
    line-height: 1.2;
}

.contact-subheadline {
    font-family: var(--font-body);
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--emerald-dark);
    margin-bottom: 16px;
    line-height: 1.4;
}

.contact-info > p {
    font-size: 1rem;
    color: var(--gray-600);
    margin-bottom: 40px;
    line-height: 1.6;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.contact-detail-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.contact-detail-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-detail-icon svg {
    width: 24px;
    height: 24px;
    color: var(--gold-primary);
}

.contact-detail-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.detail-label {
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--gold-primary);
}

.detail-value {
    font-size: 1rem;
    font-weight: 500;
    color: var(--emerald-dark);
}

.guarantee-description {
    font-size: 0.9rem;
    line-height: 1.6;
    color: var(--gray-600);
    margin-top: 8px;
}

.guarantee-item {
    align-items: flex-start;
}

.guarantee-item .contact-detail-icon {
    margin-top: 2px;
}

.contact-benefits-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.contact-benefits-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--emerald-dark);
}

.contact-benefits-list li svg {
    width: 22px;
    height: 22px;
    color: var(--emerald-primary);
    flex-shrink: 0;
}

/* Contact Form */
.contact-form-container {
    max-width: 480px;
}

.contact-form-card {
    background: linear-gradient(135deg, #fffef8 0%, #faf8f0 100%);
    border-radius: 4px;
    padding: 40px 35px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(197, 166, 97, 0.3);
    position: relative;
    overflow: visible;
    width: 100%;
    max-width: 480px;
    flex-shrink: 0;
}

.contact-form-card .form-corner {
    position: absolute;
    width: 40px;
    height: auto;
    z-index: 1;
    pointer-events: none;
    opacity: 0.6;
}

.contact-form-card .form-corner-tl {
    top: 12px;
    left: 12px;
}

.contact-form-card .form-corner-tr {
    top: 12px;
    right: 12px;
}

.contact-form-card .form-corner-bl {
    bottom: 12px;
    left: 12px;
}

.contact-form-card .form-corner-br {
    bottom: 12px;
    right: 12px;
}

.contact-form-header {
    text-align: left;
    margin-bottom: 30px;
}

.contact-form-header h3 {
    font-family: var(--font-display);
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--emerald-dark);
    line-height: 1.4;
    margin: 0 0 8px 0;
}

.contact-form-header p {
    font-size: 0.9rem;
    color: var(--gray-600);
    margin: 0;
}

.contact-form label {
    display: block;
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--emerald-dark);
    margin-bottom: 8px;
}

.form-disclaimer {
    font-size: 0.75rem;
    color: var(--gray-600);
    text-align: center;
    margin-top: 16px;
    line-height: 1.5;
}

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

.contact-form .form-group {
    margin-bottom: 18px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    padding: 14px 0;
    font-family: var(--font-body);
    font-size: 0.95rem;
    color: var(--charcoal);
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--gold-primary);
    border-radius: 0;
    outline: none;
    transition: var(--transition-normal);
}

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

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-bottom-width: 2px;
    border-bottom-color: var(--gold-dark);
}

.contact-form select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23C5A661' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0 center;
    padding-right: 24px;
}

.contact-form textarea {
    resize: vertical;
    min-height: 80px;
    border: 1px solid var(--gold-primary);
    border-radius: 4px;
    padding: 14px;
    margin-top: 5px;
}

.contact-form textarea:focus {
    border-width: 2px;
    border-color: var(--gold-dark);
}

.contact-form .btn-gold {
    margin-top: 10px;
}

/* ===== Related Services (marble layout) ===== */
.related-services-section {
    background: #f8f6f3;
    background-image: url('../images/white-stone.png');
    background-size: cover;
    background-position: center;
    padding: 70px 40px;
}
.related-services-section .related-services-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.7rem;
    letter-spacing: 0.25em;
    color: #4a4a4a;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 10px;
}
.related-services-section .related-services-headline {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 600;
    color: #1a4d1a;
    text-align: center;
    margin: 0 0 36px;
    border: none;
    background: none;
}
.related-services-section .related-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto;
}
.related-services-section .related-services-card {
    text-decoration: none;
    display: block;
    background: #fff;
    border: 1px solid rgba(201, 162, 39, 0.25);
    border-top: 2px solid #B79C4F;
    padding: 28px 24px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: border-color 0.3s, transform 0.3s;
}
.related-services-section .related-services-card:hover {
    border-color: #a68e46;
    transform: translateY(-3px);
}
.related-services-section .related-services-card h3 {
    font-family: 'Cormorant Garamond', serif;
    color: #1a4d1a;
    font-size: 1.05rem;
    margin: 0 0 8px;
}
.related-services-section .related-services-card p {
    color: #4a4a4a;
    font-size: 0.85rem;
    margin: 0 0 14px;
    line-height: 1.6;
}
.related-services-section .related-services-card .related-services-cta {
    color: #a68e46;
    font-size: 0.82rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 600;
}
.related-services-section .related-services-card:hover .related-services-cta {
    color: #9a7b2d;
}
@media (max-width: 600px) {
    .related-services-section { padding: 50px 20px; }
}

/* ============================================
   FOOTER
   ============================================ */
.footer-simple {
    background: url('../images/white-marble-bg.jpeg') center center / cover no-repeat;
    padding: 40px 0;
    text-align: center;
    border-top: 4px solid var(--gold-primary);
}

.footer-copyright {
    color: var(--gray-600);
    font-size: 0.85rem;
    margin-bottom: 12px;
}

.footer-copyright a {
    color: var(--gold-primary);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-copyright a:hover {
    color: var(--gold-dark);
}

.footer-disclaimer {
    color: var(--gray-600);
    font-size: 0.8rem;
    margin-bottom: 16px;
    opacity: 0.8;
}

.footer-legal-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.footer-legal-links a {
    color: var(--gold-primary);
    font-size: 0.8rem;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-legal-links a:hover {
    color: var(--gold-dark);
}

.footer-divider {
    color: var(--gray-600);
    opacity: 0.5;
}

.social-links {
    display: flex;
    gap: 16px;
}

.social-links a {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transition: var(--transition-normal);
}

.social-links a:hover {
    background: var(--gold-primary);
    transform: translateY(-3px);
}

.social-links svg {
    width: 20px;
    height: 20px;
}

.footer-links h4,
.footer-contact h4 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--emerald-primary);
    margin-bottom: 24px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.footer-links ul {
    list-style: none;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    font-size: 0.9rem;
    color: var(--gray-dark);
    transition: var(--transition-fast);
}

.footer-links a:hover {
    color: var(--gold-light);
    padding-left: 8px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 20px;
}

.contact-item svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    color: var(--gold-light);
    margin-top: 2px;
}

.contact-item span {
    font-size: 0.9rem;
    color: var(--gray-dark);
    line-height: 1.6;
}

.footer-bottom {
    padding: 24px 0;
    border-top: 1px solid rgba(27, 94, 32, 0.2);
}

.footer-bottom .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.footer-legal {
    display: flex;
    gap: 30px;
}

.footer-legal a {
    font-size: 0.85rem;
    color: var(--gray-dark);
}

.footer-legal a:hover {
    color: var(--gold-light);
}

/* ============================================
   MODAL
   ============================================ */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition-normal);
}

.modal.active {
    opacity: 1;
    visibility: visible;
}

.modal-content {
    background: var(--white);
    padding: 50px;
    border-radius: 16px;
    text-align: center;
    max-width: 440px;
    transform: translateY(20px);
    transition: var(--transition-normal);
}

.modal.active .modal-content {
    transform: translateY(0);
}

.modal-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
    border-radius: 50%;
}

.modal-icon svg {
    width: 40px;
    height: 40px;
    color: var(--emerald-primary);
}

.modal-content h3 {
    font-size: 1.75rem;
    margin-bottom: 12px;
}

.modal-content p {
    margin-bottom: 30px;
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */
@media (max-width: 1024px) {
    :root {
        --section-padding: 80px;
    }
    
    .hero-content {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    
    .hero-text p {
        margin: 0 auto 32px;
    }
    
    .hero-features {
        justify-content: center;
    }
    
    .hero-form-card {
        max-width: 480px;
        margin: 0 auto;
    }
    
    .stats-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }
    
    .stat-card {
        padding: 30px 20px;
    }
    
    .benefits-showcase {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
    
    .benefits-spacer {
        display: none;
    }
    
    .benefits-overlay {
        background: rgba(13, 51, 16, 0.75);
    }
    
    .benefits-right .benefit-item {
        text-align: left;
        flex-direction: row;
    }
    
    .blog-section {
        padding-bottom: 65%;
    }
    
    .blog-section .container {
        justify-content: center;
    }
    
    .blog-carousel-wrapper {
        max-width: 420px;
        margin-right: 0;
    }
    
    .testimonials-layout {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    
    .testimonials-headline {
        padding-right: 0;
        padding-top: 40px;
    }
    
    .headline-box {
        display: inline-block;
        padding: 28px;
    }
    
    .headline-box h2 {
        font-size: 2.4rem;
        white-space: normal;
    }
    
    .headline-subtitle {
        font-size: 0.9rem;
    }
    
    .corner-symbol img {
        width: 80px;
    }
    
    .contact-content {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    
    .contact-info {
        text-align: center;
    }
    
    .contact-details {
        align-items: center;
    }
    
    .contact-detail-item {
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .contact-detail-text {
        text-align: left;
    }
    
    .contact-benefits-list {
        align-items: flex-start;
        padding-left: 20px;
    }
    
    .contact-form-container {
        max-width: 100%;
    }
    
    .contact-form-card {
        max-width: 100%;
    }
    
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
}

@media (max-width: 768px) {
    :root {
        --section-padding: 60px;
    }
    
    /* Keep all content within mobile viewport – no horizontal cut-off */
    html {
        overflow-x: hidden;
    }
    body {
        overflow-x: hidden;
        max-width: 100vw;
    }
    section {
        max-width: 100%;
        overflow-x: hidden;
        box-sizing: border-box;
    }
    .container {
        padding-left: 1rem;
        padding-right: 1rem;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    
    .hero {
        max-width: 100%;
        overflow-x: hidden;
    }
    .hero-bg,
    .hero-bg img {
        max-width: 100%;
    }
    .navbar,
    .nav-container {
        max-width: 100%;
        box-sizing: border-box;
    }
    
    /* Hero: center text and headline for clean mobile view */
    .hero-content {
        align-items: center;
        text-align: center;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    .hero-text {
        align-items: center;
        max-width: 100%;
    }
    .hero-tagline {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .hero-text h1,
    .hero-headline-gold {
        text-align: center;
    }
    
    /* Mobile Navigation - Clean & Compact */
    .navbar {
        padding: 12px 0;
    }
    
    .navbar.scrolled {
        padding: 8px 0;
    }
    
    .nav-container {
        padding: 0 16px;
    }
    
    .logo img {
        height: 64px;
    }
    
    .navbar.scrolled .logo img {
        height: 56px;
    }
    
    .nav-toggle {
        display: flex;
        order: 3;
    }
    
    .nav-toggle span {
        width: 22px;
        height: 2px;
    }
    
    .nav-menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%;
        max-width: 320px;
        height: 100vh;
        background: var(--white);
        flex-direction: column;
        justify-content: center;
        gap: 24px;
        padding: 40px 30px;
        box-shadow: var(--shadow-lg);
        transition: var(--transition-normal);
        z-index: 1000;
    }
    
    .nav-menu.active {
        right: 0;
    }
    
    .nav-menu a {
        color: var(--black) !important;
        font-size: 0.95rem;
    }
    
    .nav-menu a:hover::after,
    .nav-menu a.active::after {
        width: 100%;
        background: var(--black);
    }
    
    .nav-cta {
        margin-top: 16px;
        padding: 10px 20px !important;
        font-size: 0.8rem !important;
    }
    
    /* Language toggle styling for mobile */
    .nav-cta-group {
        margin-left: auto;
        margin-right: 12px;
        gap: 6px;
        order: 2;
        min-width: 0;
        flex-shrink: 1;
    }
    .nav-cta-group .nav-phone {
        font-size: 0.8rem;
        white-space: nowrap;
        min-width: 0;
    }
    
    .nav-cta-group .nav-book-btn {
        display: none;
    }
    
    .nav-cta-group .lang-toggle {
        padding: 5px 8px;
        font-size: 0.65rem;
        border-width: 1.5px;
    }
    
    /* Promo bar mobile */
    .nav-promo-bar {
        padding: 8px 0;
    }
    
    .nav-promo-text {
        font-size: 0.65rem;
        letter-spacing: 0.1em;
    }
    
    .stats-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .stat-card {
        padding: 40px 30px;
    }
    
    .results-showcase {
        grid-template-columns: 1fr;
    }
    
    .benefits-section {
        padding: 60px 0;
    }
    
    .benefits-header {
        margin-bottom: 40px;
    }
    
    .benefits-section .section-label {
        font-size: 0.7rem;
    }
    
    .benefits-section .section-header h2 {
        font-size: 1.6rem;
        line-height: 1.3;
    }
    
    .benefits-showcase {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .benefits-overlay {
        background: rgba(13, 51, 16, 0.85);
    }
    
    .benefit-item {
        padding: 18px;
        gap: 14px;
    }
    
    .benefit-number {
        font-size: 2rem;
    }
    
    .benefit-content h3 {
        font-size: 1.05rem;
        margin-bottom: 8px;
    }
    
    .benefit-content p {
        font-size: 0.85rem;
        line-height: 1.6;
    }
    
    .blog-section {
        padding-bottom: 80%;
    }
    
    .blog-carousel-wrapper {
        max-width: 340px;
    }
    
    .blog-section .container {
        padding-bottom: 30px;
    }
    
    .testimonials-section {
        padding: 60px 0;
    }
    
    .testimonials-headline {
        padding-top: 20px;
    }
    
    .corner-symbol img {
        width: 50px;
    }
    
    .corner-top-left,
    .corner-bottom-left {
        left: 8px;
    }
    
    .corner-top-right,
    .corner-bottom-right {
        right: 8px;
    }
    
    .corner-top-left,
    .corner-top-right {
        top: 8px;
    }
    
    .corner-bottom-left,
    .corner-bottom-right {
        bottom: 8px;
    }
    
    .headline-box {
        padding: 20px;
    }
    
    .headline-box h2 {
        font-size: 1.8rem;
        white-space: normal;
    }
    
    .headline-subtitle {
        font-size: 0.8rem;
        line-height: 1.5;
    }
    
    .headline-cta {
        font-size: 0.95rem;
    }
    
    .testimonial-card {
        padding: 18px 20px;
    }
    
    .testimonial-card:hover {
        transform: translateY(-3px);
    }
    
    .testimonial-text {
        font-size: 0.9rem;
        line-height: 1.6;
    }
    
    .testimonial-author {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }
    
    .author-name {
        font-size: 0.9rem;
    }
    
    .author-title {
        font-size: 0.8rem;
    }
    
    .blog-slide {
        padding: 20px;
    }
    
    .blog-slide h3 {
        font-size: 1rem;
    }
    
    .blog-slide p {
        font-size: 0.8rem;
    }
    
    .carousel-btn {
        width: 32px;
        height: 32px;
    }
    
    .carousel-btn svg {
        width: 16px;
        height: 16px;
    }
    
    .footer-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .footer-brand {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .social-links {
        justify-content: center;
    }
    
    .footer-bottom .container {
        flex-direction: column;
        gap: 16px;
    }
    
    .footer-legal {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }
    
    .contact-form-card {
        padding: 30px 25px;
    }
    
    .contact-form .form-row {
        grid-template-columns: 1fr;
    }
    
    /* Contact section improvements for 768px */
    .contact-info h2 {
        font-size: 1.8rem;
    }
    
    .contact-subheadline {
        font-size: 1.1rem;
    }
    
    .contact-detail-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .contact-detail-text {
        align-items: center;
        text-align: center;
    }
    
    .guarantee-description {
        text-align: center;
    }
    
    .contact-benefits-list {
        align-items: center;
        padding-left: 0;
    }
    
    .contact-benefits-list li {
        justify-content: center;
    }
    
    /* Contact: ensure text wraps and fits */
    .contact-content {
        gap: 2rem;
    }
    .detail-value {
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    .guarantee-description {
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    
    /* Footer: fit within mobile */
    .footer-simple .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .footer-copyright,
    .footer-disclaimer {
        word-wrap: break-word;
        overflow-wrap: break-word;
        padding: 0 0.25rem;
    }
    .footer-legal-links {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
}

@media (max-width: 600px) {
    /* Hero section mobile – centered, clean layout */
    .hero-content {
        padding-top: 100px;
        padding-left: 1rem;
        padding-right: 1rem;
        align-items: center;
        text-align: center;
    }
    
    .hero-text {
        align-items: center;
        max-width: 100%;
    }
    
    .hero-tagline {
        font-size: 0.7rem;
        padding: 8px 12px;
        letter-spacing: 0.08em;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }
    
    .hero-text h1,
    .hero-headline-gold {
        font-size: clamp(1.6rem, 6.5vw, 2.4rem);
        text-align: center;
    }
    
    .hero-cta-container {
        flex-direction: column;
        align-items: center;
        gap: 16px;
        width: 100%;
    }
    
    .hero-cta-container .hero-cta-btn {
        width: 100%;
        max-width: 100%;
        height: 52px;
        font-size: 0.8rem;
        letter-spacing: 1px;
    }
    
    /* Intro: fit mobile */
    .intro-cta-section {
        padding: 2.5rem 0 0;
    }
    .intro-section-header .intro-headline {
        font-size: 1.35rem;
    }
    .intro-headline-gold {
        font-size: 1.1rem;
    }
    .intro-text {
        font-size: 1rem;
    }
    .intro-trust-bar {
        padding: 14px 0.5rem;
    }
    .trust-item {
        font-size: 0.7rem;
    }
    
    /* Problem & steps: compact */
    .problem-section,
    .steps-section {
        padding: 2.5rem 0;
    }
    .problem-card p,
    .step-item p {
        font-size: 0.85rem;
    }
    
    /* Testimonials mobile */
    .testimonials-headline {
        padding-top: 40px;
    }
    
    .headline-box h2 {
        font-size: 1.6rem;
        white-space: normal;
    }
    
    /* FAQ: question text wraps */
    .faq-question {
        text-align: left;
        padding-right: 2.5rem;
    }
    .faq-question span {
        display: block;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    
    /* Contact section mobile */
    .contact-benefits-list li {
        font-size: 0.9rem;
    }
    
    .guarantee-description {
        font-size: 0.85rem;
    }
    
    /* Form and popup fit viewport */
    .contact-form-card {
        max-width: 100%;
    }
    .hero-popup-content {
        max-width: calc(100vw - 2rem);
        margin: 0 1rem;
    }
}

@media (max-width: 480px) {
    /* Extra small mobile: scale down sides so all content fits cleanly in view */
    body {
        max-width: 100vw;
    }
    section {
        max-width: 100%;
        overflow-x: hidden;
    }
    .container {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        max-width: 100%;
    }
    
    .navbar {
        padding: 10px 0;
    }
    
    .navbar.scrolled {
        padding: 6px 0;
    }
    
    .nav-container {
        padding: 0 10px;
    }
    
    .logo img {
        height: 52px;
    }
    
    .navbar.scrolled .logo img {
        height: 44px;
    }
    
    .nav-toggle {
        padding: 8px;
    }
    
    .nav-toggle span {
        width: 20px;
    }
    
    .nav-cta-group {
        margin-right: 6px;
    }
    
    .nav-cta-group .nav-phone {
        font-size: 0.75rem;
    }
    
    .nav-cta-group .lang-toggle {
        padding: 4px 6px;
        font-size: 0.6rem;
    }
    
    .nav-promo-text {
        font-size: 0.6rem;
    }
    
    .hero-form-card {
        padding: 24px 16px;
        max-width: 100%;
    }
    
    .hero-tagline {
        font-size: 0.6rem;
        padding: 6px 10px;
        letter-spacing: 0.06em;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    .hero-text h1,
    .hero-headline-gold {
        font-size: clamp(1.4rem, 6vw, 2rem);
    }
    
    .headline-line-1 {
        font-size: 0.9rem;
        letter-spacing: 0.2em;
    }
    
    .headline-accent {
        font-size: 3rem;
    }
    
    .headline-line-2 {
        font-size: 1.35rem;
    }
    
    .hero-features {
        flex-direction: column;
        gap: 12px;
    }
    
    .stat-number {
        font-size: 2.25rem;
    }
    
    /* Intro */
    .intro-section-header .intro-headline {
        font-size: 1.2rem;
    }
    .intro-headline-gold {
        font-size: 1rem;
    }
    .intro-disclaimer {
        font-size: 0.8rem;
    }
    
    /* Problem & steps */
    .problem-section .section-header h2,
    .steps-section .section-header h2 {
        font-size: 1.35rem;
    }
    .step-item {
        flex-direction: column;
        text-align: center;
        padding: 20px 16px;
    }
    
    .step-item p {
        max-width: none;
        font-size: 0.85rem;
    }
    
    /* Benefits section mobile */
    .benefit-item {
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }
    
    .benefit-number {
        font-size: 2rem;
    }
    
    .benefit-content h3 {
        font-size: 0.95rem;
    }
    
    .benefit-content p {
        font-size: 0.85rem;
    }
    
    /* Guarantees mobile */
    .guarantees-headline {
        font-size: 1.35rem;
        line-height: 1.3;
    }
    
    .guarantee-card {
        padding: 20px 16px;
    }
    
    .guarantee-card h3 {
        font-size: 0.95rem;
    }
    
    .guarantee-card p {
        font-size: 0.8rem;
        line-height: 1.55;
    }
    
    /* FAQ mobile */
    .faq-question span {
        font-size: 0.95rem;
    }
    
    .faq-answer p {
        font-size: 0.85rem;
    }
    
    /* Contact section mobile */
    .contact-info h2 {
        font-size: 1.45rem;
    }
    
    .contact-subheadline {
        font-size: 0.95rem;
    }
    
    .contact-form-card {
        padding: 20px 16px;
    }
    
    .contact-form-header h3 {
        font-size: 1.1rem;
    }
    
    .detail-value {
        font-size: 0.9rem;
    }
    
    /* Footer */
    .footer-simple {
        padding: 2rem 0;
    }
    .footer-copyright {
        font-size: 0.8rem;
    }
    .footer-disclaimer {
        font-size: 0.75rem;
    }
    .footer-legal-links a {
        font-size: 0.75rem;
    }
    
    .modal-content {
        padding: 32px 20px;
        margin: 0 16px;
        max-width: calc(100vw - 32px);
    }
}

/* ============================================
   FLOATING OFFER CARD & REFERRAL MODAL
   ============================================ */
.floating-offer {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
}

.floating-offer.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.floating-offer-card {
    background: linear-gradient(135deg, var(--emerald-dark) 0%, var(--emerald-primary) 100%);
    border: 3px solid var(--gold-primary);
    border-radius: 12px;
    padding: 20px 24px;
    min-width: 260px;
    max-width: 300px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
    position: relative;
}

.floating-offer-close {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid var(--gold-primary);
    background: var(--emerald-dark);
    color: var(--gold-light);
    font-size: 1.1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: var(--transition-normal);
    line-height: 1;
}

.floating-offer-close:hover {
    background: var(--gold-primary);
    color: var(--white);
}

.floating-offer-label {
    display: block;
    font-family: var(--font-body);
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold-light);
    margin-bottom: 8px;
}

.floating-offer-text {
    font-family: var(--font-display);
    font-size: 1.15rem;
    font-weight: 500;
    color: var(--white);
    line-height: 1.4;
    margin-bottom: 16px;
}

.floating-offer-text strong {
    color: var(--gold-light);
    font-weight: 700;
}

.floating-offer-btn {
    width: 100%;
    padding: 14px 24px;
    font-family: var(--font-body);
    font-size: var(--cta-font-size);
    font-weight: var(--cta-font-weight);
    letter-spacing: 2px;
    color: var(--cta-text);
    background: var(--cta-gradient);
    border: none;
    border-radius: var(--cta-radius);
    cursor: pointer;
    transition: var(--transition-normal);
    box-shadow: var(--cta-shadow);
}

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

/* Referral Modal */
.referral-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition-normal);
}

.referral-modal.active {
    opacity: 1;
    visibility: visible;
}

.referral-modal-content {
    background: linear-gradient(135deg, #fffef8 0%, #faf8f0 100%);
    border-radius: 12px;
    padding: 40px;
    max-width: 500px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.3);
    border: 2px solid var(--gold-primary);
    transform: scale(0.9) translateY(20px);
    transition: var(--transition-normal);
}

.referral-modal.active .referral-modal-content {
    transform: scale(1) translateY(0);
}

.referral-close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 2rem;
    color: var(--gray);
    background: none;
    border: none;
    cursor: pointer;
    transition: var(--transition-normal);
    line-height: 1;
}

.referral-close:hover {
    color: var(--gold-primary);
}

.referral-header {
    text-align: center;
    margin-bottom: 30px;
}

.referral-logo {
    width: 80px;
    height: auto;
    margin: 0 auto 15px;
}

.referral-header h3 {
    font-family: var(--font-primary);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--emerald-dark);
    letter-spacing: 2px;
    margin-bottom: 8px;
}

.referral-subtitle {
    font-family: var(--font-display);
    font-size: 1rem;
    color: var(--gold-primary);
    font-style: italic;
}

.referral-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.referral-section {
    margin-bottom: 10px;
}

.referral-section h4 {
    font-family: var(--font-primary);
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--emerald-primary);
    letter-spacing: 1px;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(197, 166, 97, 0.3);
}

.referral-form .form-group {
    margin-bottom: 12px;
}

.referral-form .form-group input {
    width: 100%;
    padding: 14px 0;
    font-family: var(--font-body);
    font-size: 0.95rem;
    color: var(--charcoal);
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--gold-primary);
    border-radius: 0;
    outline: none;
    transition: var(--transition-normal);
}

.referral-form .form-group input::placeholder {
    color: var(--gray);
    font-style: italic;
}

.referral-form .form-group input:focus {
    border-bottom-width: 2px;
    border-bottom-color: var(--gold-dark);
}

.referral-submit {
    margin-top: 20px;
}

.referral-terms {
    font-size: 0.7rem;
    color: var(--gray);
    text-align: center;
    margin-top: 15px;
    line-height: 1.5;
}

/* Mobile adjustments for floating offer */
@media (max-width: 768px) {
    .floating-offer {
        bottom: 20px;
        right: 20px;
        left: 20px;
    }

    .floating-offer-card {
        min-width: unset;
        max-width: unset;
    }
    
    .referral-modal-content {
        padding: 30px 25px;
    }
}

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

.animate-in {
    animation: fadeInUp 0.6s ease forwards;
}

[data-aos] {
    opacity: 0;
    transition: opacity 0.6s ease, transform 0.6s ease;
}

[data-aos].aos-animate {
    opacity: 1;
}

[data-aos="fade-up"] {
    transform: translateY(30px);
}

[data-aos="fade-up"].aos-animate {
    transform: translateY(0);
}

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

    /* --- Navbar: compact two-row layout --- */
    .site-header {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
    .nav-inner {
        flex-wrap: wrap !important;
        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;
    }

    /* --- All sections/containers: no overflow --- */
    section,
    [class*="-section"],
    [class*="-container"],
    [class*="-inner"],
    [class*="-wrapper"],
    [class*="-content"] {
        max-width: 100vw !important;
        overflow-x: hidden;
        box-sizing: border-box;
    }
    .container,
    [class*="-container"]:not(.floating-offer-card) {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    /* --- Section header centering --- */
    h1, h2, h3, h4,
    .section-header,
    .section-header h2,
    .section-header p,
    [class*="-headline"], [class*="-heading"],
    [class*="-title"], [class*="-eyebrow"],
    [class*="-tagline"], [class*="-subtext"],
    [class*="-sub"], [class*="-label"],
    [class*="-intro"]:not(.intro-grid),
    p {
        text-align: center;
        max-width: 100%;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    /* --- Grids: single column --- */
    .intro-grid,
    .value-grid,
    .bonuses-grid,
    .guarantees-grid,
    .problem-grid,
    .changes-grid,
    .steps-timeline,
    .testimonials-layout,
    .contact-content,
    .science-grid,
    .promise-grid,
    .protocol-grid,
    .decision-grid,
    .availability-grid {
        grid-template-columns: 1fr !important;
        flex-direction: column !important;
        max-width: 100% !important;
    }

    /* --- Hero content: ensure centered --- */
    .hero-content {
        align-items: center !important;
        text-align: center !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
        max-width: 100% !important;
    }
    .hero-text {
        align-items: center !important;
        text-align: center !important;
        max-width: 100% !important;
    }
    .hero-cta-container {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .hero-cta-btn {
        width: 100% !important;
        max-width: 320px;
    }
    .hero-features {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    /* --- Value cards: stack cleanly --- */
    .value-card {
        width: 100% !important;
        max-width: 100% !important;
    }

    /* --- Intro section --- */
    .intro-left,
    .intro-right {
        text-align: center;
    }
    .intro-trust-bar {
        flex-wrap: wrap;
        justify-content: center;
    }
    .trust-item {
        text-align: center;
        flex-shrink: 1;
    }
    .trust-divider {
        display: none;
    }

    /* --- Step items: centered --- */
    .step-item {
        text-align: center !important;
        align-items: center !important;
    }

    /* --- Protocol section --- */
    .protocol-step {
        text-align: center;
    }

    /* --- Contact section --- */
    .contact-info,
    .contact-info h2,
    .contact-subheadline {
        text-align: center !important;
    }
    .contact-benefits-list {
        text-align: left;
        margin: 0 auto;
        max-width: 280px;
    }
    .contact-form-card {
        max-width: 100% !important;
        padding: 20px 16px !important;
    }

    /* --- FAQ text wrap --- */
    .faq-question,
    .faq-question span {
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    /* --- Footer --- */
    .footer-simple {
        max-width: 100%;
        overflow-wrap: break-word;
        word-wrap: break-word;
        text-align: center;
    }
    .footer-copyright,
    .footer-disclaimer {
        text-align: center;
        word-wrap: break-word;
    }
}


