/* Workshops calendar embed */
.workshops__calendar {
  background: linear-gradient(135deg, #f9f4e8 0%, #f9f4e8 50%, #f5f0e8 100%);
  padding: 0.5rem 0 3rem 0;
}

.workshops__calendar-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1rem;
  text-align: center;
}

.workshops__calendar-title {
  color: #1a4d3a;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.workshops__calendar-subtitle {
  color: #1a4d3a;
  margin-bottom: 1rem;
}

.workshops__calendar-actions { margin-bottom: 1rem; }
.workshops__calendar-button {
  display: inline-block;
  background: linear-gradient(135deg, #d4af37 0%, #daa520 100%);
  color: #1a4d3a;
  font-weight: 700;
  padding: 0.7rem 1.25rem;
  border-radius: 999px;
}

.calendar-embed { position: relative; padding-top: 56.25%; border-radius: 12px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.25); border: 3px solid #d4af37; }
.calendar-embed iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* Next event card */
.events-list { display: grid; justify-content: center; margin: 1rem 0 1.25rem 0; }
.events-card {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  background: #f9f4e8;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(15,23,42,0.15);
  padding: 1rem 1.25rem;
  text-align: left;
}
.events-card__date { color: #1a4d3a; font-weight: 800; letter-spacing: 0.02em; }
.events-card__title { color: #1a4d3a; font-size: 1.25rem; font-weight: 800; margin-top: 0.25rem; }
.events-card__meta { color: #1a4d3a; margin-top: 0.25rem; }
.events-card__actions { margin-top: 0.75rem; }
.events-card__button { display: inline-block; background: linear-gradient(135deg, #d4af37 0%, #daa520 100%); color: #1a4d3a; font-weight: 700; padding: 0.6rem 1rem; border-radius: 999px; }

/* Store page hero spacing */
.main_store .main__container_pages { padding-top: 5px; }

/* Store page: tighten header spacing for Digital Products/Nutrition Programs */
.store .services-overview__header {
  margin-bottom: 0.25rem;
  padding-top: 0.1rem;
}

.store .services-overview__container {
  padding: 1rem 0;
}

/* Global: remove side whitespace and set dark theme */
html, body {
  margin: 0;
  padding: 0;
  background: #f9f4e8; /* off-white background matching header */
  overflow-x: hidden;
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: #1a4d3a; /* dark green text */
}

/* Add subtle decorative elements */
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 
    radial-gradient(circle at 20% 80%, rgba(212, 175, 55, 0.03) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(26, 77, 58, 0.03) 0%, transparent 50%),
    radial-gradient(circle at 40% 40%, rgba(184, 134, 11, 0.02) 0%, transparent 50%);
  pointer-events: none;
  z-index: -1;
}

.wrapper, .page {
  background: transparent;
}

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

/* Header consistency across pages */
.header {
  background: #f9f4e8;
  border-bottom: 1px solid rgba(249, 244, 232, 0.06);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

/* Add decorative border to header */
.header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #d4af37, #daa520, #b8860b, #d4af37);
  opacity: 0.3;
}

.header__container { padding: 10px 0; background: #f9f4e8; max-width: 100% !important; margin: 0 !important; min-height: 80px; display: flex; align-items: center; }
.header__navigation { background: #f9f4e8; }
.header__menu { background: #f9f4e8; }
.menu__body { background: #f9f4e8; }
.menu__list { background: transparent; }
.header__actions { background: #f9f4e8; }

/* Slight internal padding so content doesn't touch screen edge */
.header .header__container .header__navigation { padding: 0 16px; }

/* NUCLEAR OPTION: Force hamburger menu visibility on ALL pages - MAXIMUM PRIORITY */
@media (max-width: 768px) {
  /* Target every possible hamburger menu selector */
  .menu__icon,
  .icon-menu,
  button.menu__icon,
  button.icon-menu,
  .header__actions .menu__icon,
  .header__actions .icon-menu,
  .header__actions button.menu__icon,
  .header__actions button.icon-menu,
  .header__navigation .menu__icon,
  .header__navigation .icon-menu,
  .header .menu__icon,
  .header .icon-menu,
  .actions-header .menu__icon,
  .actions-header .icon-menu {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    z-index: 999999 !important;
    width: 30px !important;
    height: 20px !important;
    cursor: pointer !important;
    margin-left: auto !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    top: 0 !important;
    right: 0 !important;
    float: right !important;
    clear: both !important;
  }
  
  /* Force ALL hamburger menu lines to be gold and visible */
  .menu__icon span,
  .menu__icon::before,
  .menu__icon::after,
  .icon-menu span,
  .icon-menu::before,
  .icon-menu::after,
  button.menu__icon span,
  button.menu__icon::before,
  button.menu__icon::after,
  button.icon-menu span,
  button.icon-menu::before,
  button.icon-menu::after,
  .header__actions .menu__icon span,
  .header__actions .menu__icon::before,
  .header__actions .menu__icon::after,
  .header__actions .icon-menu span,
  .header__actions .icon-menu::before,
  .header__actions .icon-menu::after {
    content: "" !important;
    position: absolute !important;
    width: 100% !important;
    height: 4px !important;
    background-color: #d4af37 !important;
    background: #d4af37 !important;
    border-radius: 2px !important;
    box-shadow: 0 0 3px rgba(0,0,0,0.5) !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
  }
  
  /* Position the lines correctly */
  .menu__icon::before,
  .icon-menu::before,
  button.menu__icon::before,
  button.icon-menu::before,
  .header__actions .menu__icon::before,
  .header__actions .icon-menu::before {
    top: 0 !important;
  }
  
  .menu__icon span,
  .icon-menu span,
  button.menu__icon span,
  button.icon-menu span,
  .header__actions .menu__icon span,
  .header__actions .icon-menu span {
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
  
  .menu__icon::after,
  .icon-menu::after,
  button.menu__icon::after,
  button.icon-menu::after,
  .header__actions .menu__icon::after,
  .header__actions .icon-menu::after {
    bottom: 0 !important;
  }
  
  /* Force header actions to show hamburger menu */
  .header__actions,
  .actions-header {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    width: auto !important;
    position: relative !important;
  }
  
  /* Hide other buttons but keep hamburger menu */
  .header__actions .actions-header__button:not(.menu__icon):not(.icon-menu),
  .actions-header__button:not(.menu__icon):not(.icon-menu) {
    display: none !important;
  }
}

/* Ensure header buttons are visible on desktop */
@media (min-width: 769px) {
  .header__actions .actions-header__button:not(.menu__icon):not(.icon-menu),
  .actions-header__button:not(.menu__icon):not(.icon-menu) {
    display: inline-block !important;
  }
}

/* Load cursive font for logo */
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allura&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

/* Beautiful swirly text logo */
.logo { 
  font-family: 'Allura', cursive; 
  font-size: 36px; 
  line-height: 1; 
  color: #1a4d3a; 
  text-decoration: none; 
  font-weight: 400;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}
.logo:hover { 
  color: #1a4d3a; 
  transform: scale(1.05);
  text-shadow: 0 3px 6px rgba(212, 175, 55, 0.4);
}
.logo .logo__img { display: block; }
.logo .logo__text { display: none; }

/* Footer logo specific styling */
.footer .footer__logo.logo { font-family: 'Great Vibes', cursive; font-size: 28px; color: #1a4d3a; }
.footer .footer__logo.logo:hover { color: #1a4d3a; }

/* Center footer logo on about page */
.about .footer .footer__logo.logo { text-align: center; display: block; margin: 0 auto; }

/* Footer layout */
.footer__container { display: flex; flex-direction: column; align-items: center; gap: 1rem; }
.footer__links { display: flex; flex-direction: column; align-items: center; gap: 0.5rem; }
.footer__policy { color: #1a4d3a; font-size: 0.9rem; }
.footer__copyright { color: #1a4d3a; font-size: 0.8rem; }

/* Header links: honey gold on all pages */
.header .menu__list .menu__link,
.header .menu__list .menu__link:visited { color: #d4af37 !important; }
.header .menu__list .menu__link:hover,
.header .menu__list .menu__link:focus,
.header .menu__list .menu__link.menu__link--active { color: #d4af37 !important; }
.actions-header__button { 
  background: #f9f4e8; 
  color: #1a4d3a; 
  border: 2px solid #d4af37;
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.2);
}
.actions-header__button:hover { 
  color: #1a4d3a; 
  background: #f9f4e8;
  border-color: #b8860b;
  box-shadow: 0 6px 20px rgba(212, 175, 55, 0.3);
}

/* Global top padding to account for fixed header */
.page { padding-top: 120px; }

/* Add gold accent lines to section titles */
.testimonials__title::after,
.credibility__title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #d4af37, #daa520, #d4af37);
  margin: 1rem auto;
  border-radius: 2px;
}

/* Mobile-specific full underline for testimonials title */
@media (max-width: 768px) {
  .testimonials__title::after {
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #d4af37, #daa520, #d4af37);
    margin: 0.5rem 0;
    border-radius: 2px;
  }
}

/* Remove underlines from services overview titles on store page */
.store .services-overview__title::after {
  display: none;
}

/* Add decorative elements to section titles */
.services-overview__title::before,
.about__story-title::before,
.about__philosophy-title::before,
.about__results-title::before,
.contact__title::before,
.partnerships__card-title::before {
  content: "✦";
  color: #d4af37;
  font-size: 1.2em;
  margin-right: 0.5rem;
  opacity: 0.7;
}

/* Add subtle borders to cards */
.services-overview__card,
.partnerships__card,
.store__card,
.about__credential,
.about__philosophy-item,
.contact__contacts,
.contact__info {
  position: relative;
}

.services-overview__card::before,
.partnerships__card::before,
.store__card::before,
.about__credential::before,
.about__philosophy-item::before,
.contact__contacts::before,
.contact__info::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(45deg, #d4af37, #daa520, #b8860b, #d4af37);
  border-radius: inherit;
  z-index: -1;
  opacity: 0.1;
}
p { color: #1a4d3a; /* dark brown text on cream */ }
a { color: #1a4d3a; text-decoration: none; transition: color 0.2s ease; } /* honey links */
a:hover { color: #1a4d3a; } /* goldenrod hover */

/* Ensure section headers have breathing room on dark bg */
.services-overview__header { margin-bottom: 2rem; }

/* Contact: social icons with brand colors, labels white */
.contact__links { display: flex; gap: 14px; margin-top: 10px; }
.contact__link { display: inline-flex; align-items: center; gap: 8px; color: #1a4d3a; }
.contact__link span { color: #1a4d3a; font-weight: 600; }
.contact__link img {
  width: 28px;
  height: 28px;
  display: inline-block;
}
.contact__link:hover span { color: #1a4d3a; }

/* Header hard overrides to keep consistent across all pages */
.header { position: fixed !important; top: 0 !important; left: 0; right: 0; width: 100% !important; background: #f9f4e8 !important; z-index: 1000 !important; }
.header__container { max-width: 100% !important; margin: 0 !important; padding: 10px 16px !important; min-height: 80px !important; display: flex !important; align-items: center !important; justify-content: space-between !important; }
.header__navigation { display: flex !important; align-items: center !important; gap: 1rem !important; flex: 1 1 auto !important; background: #f9f4e8 !important; }
.menu__body { display: flex !important; }
.menu__list { display: flex !important; align-items: center !important; gap: 1.1rem !important; flex-wrap: nowrap !important; background: transparent !important; }
.menu__link { white-space: nowrap !important; font-weight: 600 !important; }
.menu__icon { margin-left: auto; }

/* Square Card Input Styling */
#card-element {
  min-height: 40px;
  padding: 12px;
  border: 2px solid #d4af37;
  border-radius: 8px;
  background: #f9f4e8;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

#card-element:focus-within {
  border-color: #1a4d3a;
  box-shadow: 0 0 0 3px rgba(15, 23, 42, 0.1);
}

#card-container {
  background: linear-gradient(135deg, #f9f4e8 0%, #f9f4e8 50%, #f5f0e8 100%);
  border: 2px solid #d4af37;
  border-radius: 12px;
  padding: 1.5rem;
  margin-top: 1rem;
}

#card-container h4 {
  color: #1a4d3a;
  font-weight: 600;
  margin-bottom: 0.75rem;
  font-size: 1rem;
}

/* Cart Drawer Styling */
.cart-drawer {
  max-width: 480px;
  width: 95%;
  height: auto;
  padding: 1.5rem;
}

.cart-title {
  margin: 0 0 0.75rem 0;
  color: #1a4d3a;
  font-size: 1.5rem;
  font-weight: 700;
}

.cart-items {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.cart-total {
  margin-top: 0.75rem;
  font-weight: 700;
  font-size: 1.1rem;
  color: #1a4d3a;
  padding: 0.75rem;
  background: linear-gradient(135deg, #d4af37 0%, #daa520 100%);
  border-radius: 8px;
  text-align: center;
}

.cart-pay-button {
  margin-top: 1rem;
  width: 100%;
  padding: 1rem;
  font-size: 1.1rem;
  font-weight: 700;
}

/* Partnerships page hero spacing */
.main_partnerships .main__container_pages { padding-top: 40px; }

/* Ensure partnerships title is visible on mobile */
@media (max-width: 768px) {
  .main_pages .main__title {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    font-size: 2rem !important;
    color: #1a4d3a !important;
    margin-bottom: 1rem !important;
    text-align: center !important;
    position: relative !important;
    z-index: 10 !important;
    font-weight: 600 !important;
  }
  
  .main_pages .main__text_pages {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #1a4d3a !important;
    text-align: center !important;
    position: relative !important;
    z-index: 10 !important;
  }
  
  .main_pages .main__container_pages {
    padding-top: 150px !important;
    padding-bottom: 2rem !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }
  
  /* Override any conflicting rules */
  .page .main_pages .main__container_pages {
    padding-top: 150px !important;
  }
  
  .wrapper .page .main_pages .main__container_pages {
    padding-top: 150px !important;
  }
}

/* Unified buttons */
.button,
.hero__button,
.actions-header__button,
.services-overview__button,
.services-page__button,
.outro__button {
  display: inline-block;
  padding: 0.85rem 1.4rem;
  border-radius: 10px;
  background: #f9f4e8; /* dark green */
  color: #1a4d3a;
  text-decoration: none;
  border: 1px solid rgba(0,0,0,0.08);
  cursor: pointer;
  font-weight: 600;
  letter-spacing: 0.005em;
  transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
  box-shadow: 0 8px 18px rgba(0,0,0,0.18);
  position: relative;
  overflow: hidden;
}

/* Add decorative details to buttons */
.button::before,
.hero__button::before,
.actions-header__button::before,
.services-overview__button::before,
.services-page__button::before,
.outro__button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(249, 244, 232, 0.3), transparent);
  transition: left 0.5s ease;
}

.button:hover::before,
.hero__button:hover::before,
.actions-header__button:hover::before,
.services-overview__button:hover::before,
.services-page__button:hover::before,
.outro__button:hover::before {
  left: 100%;
}

.button:hover,
.hero__button:hover,
.actions-header__button:hover,
.services-overview__button:hover,
.services-page__button:hover,
.outro__button:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 22px rgba(212, 175, 55, 0.3);
  background: #f9f4e8;
  border-color: #b8860b;
}

.button:active,
.hero__button:active,
.actions-header__button:active,
.services-overview__button:active,
.services-page__button:active,
.outro__button:active {
  transform: translateY(0);
  box-shadow: 0 6px 14px rgba(0,0,0,0.18);
}

.button:focus-visible,
.hero__button:focus-visible,
.actions-header__button:focus-visible,
.services-overview__button:focus-visible,
.services-page__button:focus-visible,
.outro__button:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(31, 41, 55, 0.35), 0 10px 22px rgba(0,0,0,0.2);
}

/* Secondary variant */
.hero__button--secondary,
.actions-header__button--secondary {
  background: #f9f4e8;
  color: #1a4d3a;
  border: 2px solid #d4af37;
  box-shadow: 0 8px 18px rgba(212, 175, 55, 0.2);
}
.hero__button--secondary:hover,
.actions-header__button--secondary:hover {
  background: #f9f4e8;
  border-color: #b8860b;
  box-shadow: 0 12px 25px rgba(212, 175, 55, 0.3);
}

/* Slightly smaller header buttons for balance */
.actions-header__button { padding: 0.65rem 1rem; }

/* Header action button variants */
.actions-header__button--primary {
  background: #f9f4e8;
  color: #1a4d3a;
  border: 2px solid #d4af37;
  box-shadow: 0 6px 16px rgba(212, 175, 55, 0.2);
}
.actions-header__button--primary:hover { 
  background: #f9f4e8; 
  border-color: #b8860b;
  box-shadow: 0 8px 20px rgba(212, 175, 55, 0.3);
}

.actions-header__button--ghost {
  background: transparent;
  color: #1a4d3a;
  border: 1px solid #d4af37;
  box-shadow: none;
}
.actions-header__button--ghost:hover {
  background: #f9f4e8;
  border-color: #1a4d3a;
}

/* Referral button now matches primary */
.hero__button--referral { background: #f9f4e8; color: #1a4d3a; border: 1px solid rgba(184, 134, 11, 0.3); box-shadow: 0 8px 18px rgba(184, 134, 11, 0.2); }
.hero__button--referral:hover { background: #f5f0e8; }

@import url("reset.css");

@import url("https://fonts.googleapis.com/css?family=Inter:regular,500,600,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap");

/* ************COMMON************ */

.logo {
  font-weight: 700;
  font-size: 2.25rem;
  font-family: 'Dancing Script', cursive;
  font-style: italic;
}

/* Removed conflicting body styles - using global dark theme instead */

[class*="__container"] {
  max-width: 72.624rem;
  margin: 0 auto;
  padding: 0 0.938rem;
}

.button {
  font-weight: 600;
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border-radius: 30px;
  transition: all 0.3s;
  color: #1a4d3a;
  background-color: #f9f4e8;
  border: 2px solid #d4af37;
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.2);
}

.title {
  font-size: 3.5rem;
  font-weight: 600;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-x: hidden;
}

/* ************HEADER************ */

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #f9f4e8;
  z-index: 1000;
}

.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 5.75rem;
  flex-wrap: wrap;
  max-width: 74.624rem;
}

/* Constrain header logo size across pages */
.logo__img {
  height: 120px;
  width: auto;
  display: block;
  object-fit: contain;
  background: transparent;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
  transition: all 0.3s ease;
  mix-blend-mode: normal;
}

.logo__img:hover {
  transform: scale(1.05);
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.4));
}

/* Footer logo styling */
.footer__logo-img {
  height: 100px;
  width: auto;
  display: block;
  object-fit: contain;
  background: transparent;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
  transition: all 0.3s ease;
  mix-blend-mode: normal;
}

.footer__logo-img:hover {
  transform: scale(1.05);
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.4));
}

.header__logo {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.header__navigation {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.menu__body {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

/* Professional nav polishing */
.menu__list { display: flex; align-items: center; gap: 1.25rem; list-style: none; margin: 0; padding: 0; }
.menu__link {
  color: #1a4d3a;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.01em;
  padding: 0.5rem 0.25rem;
  position: relative;
  transition: color 0.2s ease;
}
.menu__link:hover { color: #1a4d3a; }
.menu__link::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 0; height: 2px;
  background: #f9f4e8;
  transition: width 0.2s ease;
}
.menu__link:hover::after { width: 100%; }
.menu__link--active { color: #1a4d3a; }
.menu__link--active::after { width: 100%; }

.menu__link {
  font-weight: 600;
  position: relative;
}

.actions-header {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.actions-header__button {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background: #f9f4e8;
  color: #1a4d3a;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  font-size: 0.9rem;
}

.actions-header__button--guide {
  background: linear-gradient(135deg, #d4af37 0%, #daa520 100%);
  margin-left: 0.5rem;
}

.actions-header__button:hover {
  background: #f9f4e8;
  transform: translateY(-2px);
}

.actions-header__button--guide:hover {
  background: linear-gradient(135deg, #daa520 0%, #b8860b 100%);
  transform: translateY(-2px);
}

.icon-menu {
  display: none;
}

/* Force hamburger menu to show on mobile - STRONG OVERRIDE */
@media (max-width: 768px) {
  .icon-menu {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    z-index: 1001 !important;
  }
  
  /* Ensure hamburger menu is always visible on all pages */
  .header .icon-menu,
  .menu__icon,
  .menu__icon.icon-menu,
  button.menu__icon,
  button.icon-menu,
  .header__actions .menu__icon,
  .header__actions .icon-menu {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

/* Floating Cart Button */
.floating-cart {
  position: fixed;
  right: 16px;
  top: 16px;
  z-index: 1001;
}

/* Hide cart button on mobile */
@media (max-width: 768px) {
  .floating-cart {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
.floating-cart__btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #f9f4e8;
  color: #1a4d3a;
  border: none;
  box-shadow: 0 12px 28px rgba(0,0,0,0.22);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.15s ease, box-shadow 0.2s ease;
}
.floating-cart__btn:hover { transform: translateY(-2px); box-shadow: 0 16px 32px rgba(0,0,0,0.25); }
.floating-cart__icon { font-size: 22px; }

.floating-cart__count {
  position: absolute;
  top: -10px;
  right: -10px;
  min-width: 24px;
  height: 24px;
  padding: 0 6px;
  border-radius: 999px;
  background: #d4af37;
  color: #1a4d3a;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  z-index: 1001;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  border: 3px solid #d4af37;
  display: none;
}

.act.ions-header__button {
  font-weight: 600;
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border: 2px solid #1a4d3a;
  border-radius: 30px;
  transition: all 0.3s;
  position: relative;
  z-index: 2;
}

/* ****************PAGES**************** */
.page__main {
  padding-bottom: 160px;
}

/* *****************HOME**************** */

.main {
  background: #f9f4e8;
  min-height: 100vh;
  padding-top: 2rem;
}

.main__container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 3rem;
  padding-top: 0;
  padding-bottom: 4rem;
  width: 100%;
}

.main__container_pages {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  gap: 1rem;
  padding-top: 2rem;
  padding-bottom: 4rem;
  width: 100%;
}

.main__image {
  flex: 0 0 auto;
  max-width: 350px;
}

/* ************HERO SECTION************ */
.page__hero {
  padding: 20px 0 4rem;
  background: linear-gradient(135deg, #f9f4e8 0%, #f9f4e8 50%, #f5f0e8 100%);
  position: relative;
  z-index: 1;
  min-height: calc(100vh - 120px);
  display: flex;
  align-items: center;
}

.hero__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  max-width: 74.624rem;
  margin: 0 auto;
  padding: 0 0.938rem;
  min-height: calc(100vh - 120px);
}

.hero__image {
  flex: 1;
  max-width: 500px;
  order: 1;
  border-radius: 25px;
  padding: 10px;
}

.hero__content {
  flex: 1;
  max-width: 600px;
  order: 2;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  top: 0;
  transform: translateY(0);
}

/* Hide the standalone title on desktop since content has its own title */
@media (min-width: 769px) {
  .hero__title {
    display: none;
  }
  
  /* Move hero image up on desktop - reduced margin to prevent cutoff */
  .hero__image {
    margin-top: -50px;
  }
  
  /* Move about page images up on desktop */
  .about__story-image {
    margin-top: 0;
  }
  
  .about__philosophy-image {
    margin-top: 0;
  }
}

/* Desktop title styles */
.hero__title-desktop {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.1;
  position: relative;
}

.hero__title-desktop .hero__title-part--blue {
  color: #1a4d3a;
}

.hero__title-desktop .hero__title-part--gold {
  color: #1a4d3a;
}

.hero__title-desktop::before {
  display: none;
}

.hero__title-desktop::after {
  display: none;
}

/* Hide desktop title on mobile */
@media (max-width: 768px) {
  .hero__title-desktop {
    display: none;
  }
}

.hero__badge {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: linear-gradient(135deg, #d4af37 0%, #daa520 100%);
  color: #1a4d3a;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 25px;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 20px rgba(212, 175, 55, 0.4);
}

.hero__title {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.1;
  position: relative;
}

.hero__title-part--blue {
  color: #1a4d3a;
}

.hero__title-part--gold {
  color: #1a4d3a;
}

.hero__title::before {
  display: none;
}

.hero__title::after {
  display: none;
}

.hero__subtitle {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1a4d3a;
  margin-bottom: 1.5rem;
}

.hero__description {
  font-size: 1.125rem;
  color: #1a4d3a;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.hero__stats {
  display: flex;
  gap: 2rem;
  margin-bottom: 2.5rem;
  padding: 1.5rem 0;
}

.hero__stat {
  text-align: center;
  flex: 1;
}

.hero__stat-number {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  color: #1a4d3a;
  line-height: 1;
  margin-bottom: 0.25rem;
}

.hero__stat-label {
  font-size: 0.875rem;
  color: #1a4d3a;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.hero__buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
}

/* Free Nutrition Guide Button */
.hero__guide {
  margin: 1rem 0 1.5rem 0;
  text-align: center;
}

.hero__guide-button {
  background: linear-gradient(135deg, #f9f4e8 0%, #f9f4e8 100%);
  color: #1a4d3a;
  border: none;
  padding: 1rem 2rem;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(139, 154, 139, 0.3);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.hero__guide-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(139, 154, 139, 0.4);
  background: linear-gradient(135deg, #f9f4e8 0%, #f9f4e8 100%);
}

.hero__button {
  display: inline-block;
  padding: 0.875rem 2rem;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  text-align: center;
}

.hero__button--primary {
  background: #f9f4e8;
  color: #1a4d3a;
}

.hero__button--primary:hover {
  background: #f9f4e8;
  transform: translateY(-2px);
}

.hero__button--secondary {
  background: transparent;
  color: #1a4d3a;
  border: 2px solid #1a4d3a;
}

.hero__button--secondary:hover {
  background: #f9f4e8;
  color: #1a4d3a;
  transform: translateY(-2px);
}

.hero__button--referral {
  background: linear-gradient(135deg, #d4af37 0%, #daa520 100%);
  color: #1a4d3a;
  border: 2px solid #d4af37;
}

.hero__button--referral:hover {
  background: linear-gradient(135deg, #daa520 0%, #b8860b 100%);
  color: #1a4d3a;
  transform: translateY(-2px);
}

/* Guide button specific styling */
.hero__button--guide {
  background: linear-gradient(135deg, #d4af37 0%, #daa520 100%);
  color: #1a4d3a;
  border: 2px solid #b8860b;
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
  white-space: nowrap;
  min-width: fit-content;
}

.hero__button--guide:hover {
  background: linear-gradient(135deg, #daa520 0%, #d4af37 100%);
  color: #1a4d3a;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(212, 175, 55, 0.4);
}

.hero__image img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

/* ************ABOUT PREVIEW SECTION************ */
.page__about-preview {
  padding: 6rem 0;
}

.about-preview__container {
  display: flex;
  align-items: center;
  gap: 4rem;
  max-width: 74.624rem;
  margin: 0 auto;
  padding: 0 0.938rem;
}

.about-preview__content {
  flex: 1;
  max-width: 600px;
}

.about-preview__title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a4d3a;
  margin-bottom: 1.5rem;
}

.about-preview__text {
  font-size: 1.125rem;
  color: #1a4d3a;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.about-preview__subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1a4d3a;
  margin: 2rem 0 1rem 0;
}

.about-preview__list {
  list-style: none;
  padding: 0;
  margin-bottom: 1.5rem;
}

.about-preview__list li {
  font-size: 1rem;
  color: #1a4d3a;
  margin-bottom: 1rem;
  line-height: 1.6;
  padding-left: 1rem;
  position: relative;
}

.about-preview__list li:before {
  content: "•";
  color: #1a4d3a;
  font-weight: bold;
  position: absolute;
  left: 0;
}

.about-preview__button {
  display: inline-block;
  padding: 0.875rem 2rem;
  background: #f9f4e8;
  color: #1a4d3a;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.about-preview__button:hover {
  background: #f9f4e8;
  transform: translateY(-2px);
}

.about-preview__image {
  flex: 1;
  max-width: 500px;
}

.about-preview__image img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

/* ************SERVICES PAGE************ */
.page__services {
  padding: 2rem 0 4rem;
  background: linear-gradient(135deg, #f9f4e8 0%, #f9f4e8 50%, #f5f0e8 100%);
}

.services-page__container {
  max-width: 74.624rem;
  margin: 0 auto;
  padding: 0 0.938rem;
}

/* Services page hero sizing */
.main_services .main__title { font-size: 2rem; margin-bottom: 0.25rem; }
.main_services .main__text { font-size: 1rem; line-height: 1.6; max-width: 48rem; margin-bottom: 0.1rem; }

.services-page__item {
  margin-bottom: 2rem;
  padding: 2rem;
  background: rgba(26, 77, 58, 0.8);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.services-page__item:last-child {
  margin-bottom: 0;
}

.services-page__column {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 1.5rem;
  align-items: start;
}

.services-page__item:nth-child(even) .services-page__column {
  flex-direction: row-reverse;
}

.services-page__content {
  flex: 1;
  max-width: 500px;
}

.services-page__content, .services-page__text { text-align: left; }

.services-page__title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1a4d3a;
  margin-bottom: 1rem;
}

.services-page__text {
  margin-bottom: 1.5rem;
}

.services-page__text p {
  font-size: 1rem;
  color: #1a4d3a;
  line-height: 1.6;
  margin-bottom: 1rem;
  font-weight: 500;
}

.services-page__text p:last-child {
  margin-bottom: 0;
}

.services-page__button {
  display: inline-block;
  padding: 0.875rem 2rem;
  background: #f9f4e8;
  color: #1a4d3a;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.services-page__button:hover {
  background: #f9f4e8;
  transform: translateY(-2px);
}

.services-page__img {
  flex: 0 0 300px;
  height: 250px;
  background: #f9f4e8;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.services-page__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

/* ************CREDIBILITY SECTION************ */
.page__credibility {
  padding: 4rem 0;
  background: linear-gradient(135deg, #f9f4e8 0%, #f9f4e8 100%);
  border-top: 1px solid rgba(212, 175, 55, 0.3);
  border-bottom: 1px solid rgba(212, 175, 55, 0.3);
}

.credibility__container {
  max-width: 74.624rem;
  margin: 0 auto;
  padding: 0 0.938rem;
}

.credibility__content {
  text-align: center;
}

.credibility__title {
  font-size: 1.875rem;
  font-weight: 700;
  color: #1a4d3a;
  margin-bottom: 3rem;
  line-height: 1.3;
}

.credibility__logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}

.credibility__logo {
  text-align: center;
  padding: 1.5rem 2rem;
  background: rgba(249, 244, 232, 0.8);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(139, 154, 139, 0.1);
  transition: all 0.3s ease;
}

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

.credibility__logo-text {
  font-size: 0.75rem;
  font-weight: 600;
  color: #1a4d3a;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.5rem;
}

.credibility__media {
  font-size: 1rem;
  font-weight: 600;
  color: #1a4d3a;
  line-height: 1.3;
}

.credibility__stats {
  display: flex;
  justify-content: center;
  gap: 3rem;
  flex-wrap: wrap;
}

.credibility__stat {
  text-align: center;
  flex: 1;
  min-width: 120px;
  background: #f9f4e8;
  padding: 2rem 1.5rem;
  border-radius: 15px;
  border: 4px solid #d4af37;
  box-shadow: 0 8px 25px rgba(212, 175, 55, 0.15);
  transition: all 0.3s ease;
  margin-bottom: 1rem;
}

.credibility__stat:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(212, 175, 55, 0.25);
}

.credibility__stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a4d3a;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.credibility__stat-label {
  font-size: 0.875rem;
  color: #1a4d3a;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* ************SERVICES OVERVIEW SECTION************ */
.page__services-overview {
  padding: 6rem 0;
  background: linear-gradient(135deg, #f9f4e8 0%, #f9f4e8 50%, #f5f0e8 100%);
}

.services-overview__container {
  max-width: 74.624rem;
  margin: 0 auto;
  padding: 0 0.938rem;
}

.services-overview__header {
  text-align: center;
  margin-bottom: 4rem;
  padding-top: 4.5rem; /* push header down so it's not cut off */
}

.services-overview__title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a4d3a;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.services-overview__subtitle {
  font-size: 1.125rem;
  color: #1a4d3a;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.services-overview__tiers {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  margin-bottom: 4rem;
}

/* Digital products grid */
.store-products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.product-card {
  background: #f9f4e8;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 2px solid #d4af37;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(212, 175, 55, 0.2);
}

.product-card__media { width: 100%; height: 350px; overflow: hidden; background: #fefcf8; }
.product-card__media img { width: 100%; height: 100%; object-fit: contain; object-position: center; }

.product-card__body { padding: 1.25rem; display: grid; gap: 0.5rem; }
.product-card__title { font-size: 1.125rem; font-weight: 700; color: #1a4d3a; }
.product-card__price { font-weight: 700; color: #1a4d3a; }
.product-card__desc { color: #1a4d3a; font-size: 0.95rem; line-height: 1.5; }
.product-card__list { margin: 0.5rem 0 0.75rem 0; padding-left: 1.1rem; color: #1a4d3a; }
.product-card__actions { padding: 0 1.25rem 1.25rem 1.25rem; }
.product-card__button { display: inline-block; background: linear-gradient(135deg, #d4af37 0%, #daa520 100%); color: #1a4d3a; border: none; padding: 0.75rem 1.25rem; border-radius: 999px; font-weight: 700; cursor: pointer; }

@media (max-width: 992px) {
  .services-overview__tiers { grid-template-columns: 1fr; }
  .store-products { grid-template-columns: 1fr; }
}

.service-tier {
  background: #f9f4e8;
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 20px 60px rgba(26, 77, 58, 0.15);
  border: 2px solid #d4af37;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.service-tier:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

.service-tier--premium {
  border-color: #1a4d3a;
  transform: scale(1.05);
  box-shadow: 0 25px 70px rgba(212, 175, 55, 0.3);
}

.service-tier--premium:hover {
  transform: scale(1.05) translateY(-5px);
}

.service-tier__badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: linear-gradient(135deg, #d4af37 0%, #daa520 100%);
  color: #1a4d3a;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.4rem 0.8rem;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
  border: 2px solid #b8860b;
}

.service-tier__badge--premium {
  background: linear-gradient(135deg, #d4af37 0%, #daa520 100%);
  color: #1a4d3a;
  border: 2px solid #b8860b;
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.5);
}

.service-tier__header {
  text-align: center;
  margin-bottom: 1.5rem;
}

.service-tier__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a4d3a; /* dark green for visibility on cream backgrounds */
  margin-bottom: 1rem;
  line-height: 1.3;
}

.service-tier__price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.25rem;
  margin-bottom: 0.5rem;
}

.service-tier__currency {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1a4d3a;
}

.service-tier__amount {
  font-size: 3rem;
  font-weight: 700;
  color: #1a4d3a;
  line-height: 1;
}

.service-tier__period {
  font-size: 0.875rem;
  color: #1a4d3a;
  font-weight: 600;
}

.service-tier__image {
  width: 100%;
  height: 200px;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.service-tier__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-tier__features {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0;
}

.service-tier__features li {
  padding: 0.5rem 0;
  color: #1a4d3a;
  font-size: 0.95rem;
  line-height: 1.5;
  position: relative;
  padding-left: 1.5rem;
  font-weight: 500;
}

.service-tier__features li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #1a4d3a;
  font-weight: 700;
  font-size: 1rem;
}

.service-tier__button {
  width: 100%;
  padding: 1rem 2rem;
  background: linear-gradient(135deg, #d4af37 0%, #daa520 100%);
  color: #1a4d3a;
  border: 2px solid #b8860b;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(212, 175, 55, 0.4);
}

.service-tier__button:hover {
  background: linear-gradient(135deg, #daa520 0%, #d4af37 100%);
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(212, 175, 55, 0.5);
}

.service-tier__button--premium {
  background: linear-gradient(135deg, #d4af37 0%, #daa520 100%);
  color: #1a4d3a;
  box-shadow: 0 8px 25px rgba(212, 175, 55, 0.4);
}

.service-tier__button--premium:hover {
  background: linear-gradient(135deg, #daa520 0%, #b8860b 100%);
  box-shadow: 0 12px 35px rgba(212, 175, 55, 0.5);
}


.services-overview__cta {
  text-align: center;
  background: rgba(249, 244, 232, 0.8);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.services-overview__cta-text {
  font-size: 1.125rem;
  color: #1a4d3a;
  margin-bottom: 1.5rem;
  font-weight: 600;
}

.services-overview__cta-button {
  display: inline-block;
  padding: 1rem 2rem;
  background: linear-gradient(135deg, #f9f4e8 0%, #d4af37 100%);
  color: #1a4d3a;
  text-decoration: none;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0.5rem 1rem 0.5rem;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 8px 25px rgba(30, 58, 138, 0.4);
}

.services-overview__cta-button:hover {
  background: linear-gradient(135deg, #d4af37 0%, #daa520 100%);
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(30, 58, 138, 0.5);
}

.services-overview__cta-button--secondary {
  background: transparent;
  color: #1a4d3a;
  border: 2px solid #d4af37;
  box-shadow: 0 8px 25px rgba(212, 175, 55, 0.3);
}

.services-overview__cta-button--secondary:hover {
  background: #d4af37;
  color: #1a4d3a;
  box-shadow: 0 12px 35px rgba(212, 175, 55, 0.4);
}

.services-overview__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}

.services-overview__card {
  background: #f9f4e8;
  padding: 1.5rem;
  border-radius: 20px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease;
}

.services-overview__card:hover {
  transform: translateY(-5px);
}

.services-overview__card-image {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 15px;
  margin-bottom: 1rem;
}

.services-overview__card-title {
  font-size: 1.375rem;
  font-weight: 600;
  color: #1a4d3a;
  margin-bottom: 0.5rem;
}

.services-overview__card-description {
  color: #1a4d3a;
  line-height: 1.55;
  font-weight: 500;
}

.services-overview__cta {
  text-align: center;
}

.services-overview__button {
  display: inline-block;
  padding: 1rem 2.5rem;
  background: #f9f4e8;
  color: #1a4d3a;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.services-overview__button:hover {
  background: #f9f4e8;
  transform: translateY(-2px);
}

/* ************PARTNERSHIPS SECTION************ */
.page__partnerships {
  padding: 1.5rem 0;
  background: linear-gradient(135deg, #f9f4e8 0%, #f9f4e8 50%, #f5f0e8 100%);
}

/* Center footer logo on partnerships page */
.partnerships .footer .footer__logo.logo { 
  text-align: center; 
  display: block; 
  margin: 0 auto; 
}

.partnerships__container {
  max-width: 74.624rem;
  margin: 0 auto;
  padding: 0 0.938rem;
  text-align: center;
  margin-top: -2rem;
}

.partnerships__title {
  font-size: 3rem;
  font-weight: 700;
  color: #1a4d3a;
  margin-bottom: 1.5rem;
}

.partnerships__description {
  font-size: 1.25rem;
  color: #1a4d3a;
  margin-bottom: 3rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

.partnerships__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}

.partnerships__card {
  background: #f9f4e8;
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 2.5rem 2rem;
  text-align: center;
  box-shadow: 0 10px 30px rgba(139, 154, 139, 0.1);
  transition: all 0.3s ease;
  border: 2px solid rgba(212, 175, 55, 0.2);
}

.partnerships__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(139, 154, 139, 0.2);
}

.partnerships__card-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1a4d3a;
  margin-bottom: 1rem;
}

.partnerships__card-description {
  font-size: 1rem;
  color: #1a4d3a;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.partnerships__card-button {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background: linear-gradient(135deg, #d4af37 0%, #daa520 100%);
  color: #1a4d3a;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.partnerships__card-button:hover {
  background: linear-gradient(135deg, #daa520 0%, #b8860b 100%);
  transform: translateY(-2px);
}

.partnerships__cta {
  text-align: center;
}

.partnerships__button {
  display: inline-block;
  padding: 1rem 2.5rem;
  background: linear-gradient(135deg, #d4af37 0%, #daa520 100%);
  color: #1a4d3a;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.partnerships__button:hover {
  background: linear-gradient(135deg, #daa520 0%, #b8860b 100%);
  transform: translateY(-2px);
}

/* ************TESTIMONIALS SECTION************ */
.page__testimonials {
  padding: 6rem 0;
  background: linear-gradient(135deg, #f9f4e8 0%, #f9f4e8 50%, #f5f0e8 100%);
}

.testimonials__container {
  max-width: 74.624rem;
  margin: 0 auto;
  padding: 0 0.938rem;
}

.testimonials__title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a4d3a;
  text-align: center;
  margin-bottom: 3rem;
}

.testimonials__content {
  display: flex;
  align-items: center;
  gap: 4rem;
}

.testimonials__image {
  flex: 1;
  max-width: 400px;
}

.testimonials__image img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.testimonials__quote {
  flex: 1;
  max-width: 500px;
}

.testimonials__quote blockquote {
  font-size: 1.25rem;
  color: #1a4d3a;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.testimonials__quote cite {
  font-size: 1rem;
  color: #1a4d3a;
  font-weight: 600;
  font-style: normal;
}

/* ************NEWSLETTER SECTION************ */
.page__newsletter {
  padding: 4rem 0;
  background: linear-gradient(135deg, #f9f4e8 0%, #f9f4e8 100%);
  color: #1a4d3a;
}

.newsletter__container {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 0.938rem;
  text-align: center;
}

.newsletter__title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.newsletter__description {
  font-size: 1.125rem;
  margin-bottom: 2rem;
  opacity: 0.9;
  color: #1a4d3a;
}

.newsletter__form {
  max-width: 400px;
  margin: 0 auto;
}

.newsletter__input-group {
  display: flex;
  gap: 0.5rem;
}

.newsletter__input {
  flex: 1;
  padding: 0.875rem 1rem;
  border: none;
  border-radius: 50px;
  font-size: 1rem;
}

.newsletter__input:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(249, 244, 232, 0.3);
}

.newsletter__button {
  padding: 0.875rem 1.5rem;
  background: #f9f4e8;
  color: #1a4d3a;
  border: none;
  border-radius: 50px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.newsletter__button:hover {
  background: #f9f4e8;
  transform: translateY(-2px);
}

/* ************GUIDES PAGE************ */
.page__guides {
  padding: 4rem 0;
  background: linear-gradient(135deg, #f9f4e8 0%, #f9f4e8 100%);
}

.guides-page__container {
  max-width: 74.624rem;
  margin: 0 auto;
  padding: 0 0.938rem;
}

.guides-page__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
}

.guides-page__card {
  background: rgba(249, 244, 232, 0.9);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  padding: 1.5rem;
  transition: transform 0.3s ease;
  box-shadow: 0 8px 32px rgba(168, 213, 168, 0.1);
}

.guides-page__card:hover {
  transform: translateY(-5px);
}

.guides-page__card-image {
  width: 100%;
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 1rem;
}

.guides-page__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.guides-page__card-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1a4d3a;
  margin-bottom: 0.75rem;
}

.guides-page__card-description {
  color: #1a4d3a;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.guides-page__card-button {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background: #f9f4e8;
  color: #1a4d3a;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.guides-page__card-button:hover {
  background: #f9f4e8;
  transform: translateY(-2px);
}

/* ************WORKSHOPS PAGE************ */
.page__workshops {
  padding: 4rem 0;
  background: linear-gradient(135deg, #f9f4e8 0%, #f9f4e8 50%, #f5f0e8 100%);
}

.workshops-page__container {
  max-width: 74.624rem;
  margin: 0 auto;
  padding: 0 0.938rem;
}

.workshops-page__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 2rem;
}

.workshops-page__card {
  background: rgba(249, 244, 232, 0.9);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  padding: 2rem;
  transition: transform 0.3s ease;
  box-shadow: 0 8px 32px rgba(168, 213, 168, 0.1);
}

.workshops-page__card:hover {
  transform: translateY(-5px);
}

.workshops-page__card-image {
  width: 100%;
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 1rem;
}

.workshops-page__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.workshops-page__card-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1a4d3a;
  margin-bottom: 0.5rem;
}

.workshops-page__card-date {
  font-size: 0.9rem;
  color: #1a4d3a;
  font-weight: 600;
  margin-bottom: 1rem;
}

.workshops-page__card-description {
  color: #1a4d3a;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.workshops-page__card-details {
  margin-bottom: 1.5rem;
}

.workshops-page__card-details p {
  font-size: 0.9rem;
  color: #1a4d3a;
  margin-bottom: 0.25rem;
}

.workshops-page__card-button {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background: #f9f4e8;
  color: #1a4d3a;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.workshops-page__card-button:hover {
  background: #f9f4e8;
  transform: translateY(-2px);
}

/* ************FOOTER************ */
.footer {
  background: #f9f4e8;
  color: #1a4d3a;
  padding: 4rem 0 2rem;
  position: relative;
}

/* Add decorative border to footer */
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #d4af37, #daa520, #b8860b, #d4af37);
}

.footer__container {
  max-width: 74.624rem;
  margin: 0 auto;
  padding: 0 0.938rem;
}

.footer__content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}

/* Subtle section divider */
.footer__content:after {
  content: "";
  grid-column: 1 / -1;
  height: 1px;
  background: linear-gradient(90deg, rgba(0,0,0,0), rgba(26,32,44,0.15), rgba(0,0,0,0));
}

.footer__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a4d3a;
  margin-bottom: 1rem;
}

.footer__subtitle {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #1a4d3a;
}

.footer__description {
  color: #1a4d3a;
  line-height: 1.6;
}

.footer__links {
  list-style: none;
  padding: 0;
}

.footer__links li {
  margin-bottom: 0.5rem;
}

.footer__links a {
  color: #1a4d3a;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer__links a:hover {
  color: #1a4d3a;
}

.footer__contact p {
  color: #1a4d3a;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  border-top: 1px solid #1a4d3a;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer__social {
  display: flex;
  gap: 1rem;
}

.footer__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(249, 244, 232, 0.05);
  transition: all 0.3s ease;
}

.footer__social a:hover {
  background: rgba(249, 244, 232, 0.1);
  transform: translateY(-2px);
}

.footer__social a img {
  width: 24px;
  height: 24px;
  opacity: 1;
}

/* Newsletter Modal Styles */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
}

#bookingModal {
  z-index: 1001;
}

#bookingModal .modal-content {
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
}

.modal-content {
  background-color: #f9f4e8;
  margin: 10% auto;
  padding: 0;
  border-radius: 15px;
  width: 85%;
  max-width: 450px;
  position: relative;
  box-shadow: 0 15px 40px rgba(139, 154, 139, 0.3);
}

.close {
  color: #1a4d3a;
  float: right;
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  top: 8px;
  right: 12px;
  z-index: 1001;
  cursor: pointer;
  background: rgba(249, 244, 232, 0.9);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.close:hover,
.close:focus {
  color: #1a4d3a;
  background: rgba(249, 244, 232, 1);
}

.modal-content iframe {
  border-radius: 15px;
  height: 400px;
}

/* Calendly modal dimensions - FULL SCREEN */
#bookingModal {
  background-color: rgba(0, 0, 0, 0.9);
}

#bookingModal .modal-content {
  width: 100vw;
  height: 100vh;
  max-width: none;
  max-height: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0;
  box-shadow: none;
}

#bookingModal .calendly-inline-widget {
  width: 100vw !important;
  height: 100vh !important;
  min-height: 100vh !important;
  max-height: 100vh !important;
  overflow: hidden !important;
}

#bookingModal .calendly-inline-widget iframe {
  width: 100vw !important;
  height: 100vh !important;
  min-height: 100vh !important;
  max-height: 100vh !important;
  border: none !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
}

/* Additional Calendly container fixes */
#bookingModal .calendly-inline-widget {
  position: relative !important;
}

/* Ensure no black background shows through */
#bookingModal .modal-content {
  background-color: #f9f4e8 !important;
}

#bookingModal .close {
  position: fixed;
  top: 20px;
  right: 30px;
  z-index: 1002;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: bold;
  color: #1a4d3a;
  cursor: pointer;
  border: 3px solid #d4af37;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

#bookingModal .close:hover {
  background: #d4af37;
  color: #1a4d3a;
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

@media (max-width: 768px) {
  #bookingModal .modal-content { 
    width: 100vw !important;
    height: 100vh !important;
    max-width: none !important;
    max-height: none !important;
    margin: 0 !important;
  }
  #bookingModal .calendly-inline-widget {
    width: 100vw !important;
    height: 100vh !important;
    min-height: 100vh !important;
    max-height: 100vh !important;
    overflow: hidden !important;
  }
  #bookingModal .calendly-inline-widget iframe {
    width: 100vw !important;
    height: 100vh !important;
    min-height: 100vh !important;
    max-height: 100vh !important;
  }
}

@media (max-width: 480px) {
  #bookingModal .modal-content { 
    width: 100vw !important;
    height: 100vh !important;
    max-width: none !important;
    max-height: none !important;
    margin: 0 !important;
  }
  #bookingModal .calendly-inline-widget {
    width: 100vw !important;
    height: 100vh !important;
    min-height: 100vh !important;
    max-height: 100vh !important;
    overflow: hidden !important;
  }
  #bookingModal .calendly-inline-widget iframe {
    width: 100vw !important;
    height: 100vh !important;
    min-height: 100vh !important;
    max-height: 100vh !important;
  }
}

/* Newsletter CTA Button */
.newsletter__cta {
  text-align: center;
  margin-top: 2rem;
}

.newsletter__button {
  background: linear-gradient(135deg, #f9f4e8 0%, #f9f4e8 100%);
  color: #1a4d3a;
  border: none;
  padding: 1rem 2rem;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(139, 154, 139, 0.3);
}

.newsletter__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(139, 154, 139, 0.4);
  background: linear-gradient(135deg, #f9f4e8 0%, #f9f4e8 100%);
}

.newsletter__social {
  margin-top: 2rem;
  text-align: center;
}

.newsletter__social-text {
  color: #1a4d3a;
  font-size: 1rem;
  margin-bottom: 1rem;
}

.newsletter__social-links {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}

.newsletter__social-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #1a4d3a;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.newsletter__social-link:hover {
  color: #1a4d3a;
  transform: translateY(-2px);
}

.newsletter__social-icon {
  width: 24px;
  height: 24px;
  opacity: 1;
}

/* Newsletter Modal Responsive */
@media (max-width: 768px) {
  .modal-content {
    width: 95%;
    max-width: 380px;
    margin: 15% auto;
  }
  
  .modal-content iframe {
    height: 350px;
  }
  
  .close {
    width: 28px;
    height: 28px;
    font-size: 20px;
    top: 6px;
    right: 10px;
  }
}

@media (max-width: 480px) {
  .modal-content {
    width: 98%;
    max-width: 320px;
    margin: 20% auto;
  }
  
  .modal-content iframe {
  height: 300px;
  }
}

/* ************MOBILE-SPECIFIC IMPROVEMENTS************ */
/* Ensure touch-friendly buttons and links */
@media (max-width: 768px) {
  .button,
  .partnerships__card-button,
  .store__card-button,
  .services-overview__button,
  .actions-header__button {
    min-height: 44px; /* Apple's recommended touch target size */
    min-width: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  
  /* Improve text readability on mobile */
  body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }
  
  /* Prevent horizontal scrolling */
  html, body {
    overflow-x: hidden;
  }
  
  /* Better spacing for mobile */
  .page {
    padding-top: 200px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  
  .main__container_pages {
    max-width: 100%;
  }
  
  /* Improve form inputs on mobile */
  input, textarea, select {
    font-size: 16px; /* Prevents zoom on iOS */
  }
  
  /* Fix container widths on mobile to prevent white space */
  [class*="__container"] {
    max-width: 100% !important;
    padding: 0 1rem !important;
  }
  
  /* Ensure full-width dark background on mobile */
  html, body {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fefcf8 !important;
    overflow-x: hidden !important;
  }
  
  /* Fix any elements that might show white */
  * {
    box-sizing: border-box;
  }
  
  /* Ensure all sections have transparent background on mobile */
  .page, .page__hero, .page__credibility, .page__testimonials, .page__newsletter, .page__services-overview {
    background: transparent !important;
    width: 100% !important;
  }
  
  /* Fix wrapper and page constraints */
  .wrapper, .page {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
  }
  
  /* Ensure main content areas are full width */
  .main, .main__container, .main__container_pages {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 1rem !important;
  }
}

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

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

/* ************RESPONSIVE DESIGN************ */
/* ************MOBILE RESPONSIVE IMPROVEMENTS************ */

/* CRITICAL: Force hamburger menu to show on mobile - MUST BE FIRST */
@media (max-width: 768px) {
  /* Nuclear option - force hamburger menu visibility */
  * .icon-menu,
  * .menu__icon,
  * button.menu__icon,
  * button.icon-menu {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    z-index: 10000 !important;
    width: 30px !important;
    height: 20px !important;
    cursor: pointer !important;
    margin-left: auto !important;
    background: none !important;
    border: none !important;
  }
  
  /* Force hamburger menu lines to be visible */
  * .icon-menu span,
  * .icon-menu::before,
  * .icon-menu::after,
  * .menu__icon span,
  * .menu__icon::before,
  * .menu__icon::after,
  * button.menu__icon span,
  * button.menu__icon::before,
  * button.menu__icon::after {
    content: "" !important;
    position: absolute !important;
    width: 100% !important;
    height: 4px !important;
    background-color: #d4af37 !important;
    transition: all 0.3s ease !important;
    border-radius: 2px !important;
    box-shadow: 0 0 2px rgba(0,0,0,0.3) !important;
  }
  
  * .icon-menu::before,
  * .menu__icon::before,
  * button.menu__icon::before {
    top: 0 !important;
  }
  
  * .icon-menu span,
  * .menu__icon span,
  * button.menu__icon span {
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
  
  * .icon-menu::after,
  * .menu__icon::after,
  * button.menu__icon::after {
    bottom: 0 !important;
  }
}

/* GLOBAL MOBILE HAMBURGER MENU - ALWAYS VISIBLE */
@media (max-width: 768px) {
  /* Force hamburger menu to be visible on ALL pages */
  .icon-menu,
  .menu__icon,
  .menu__icon.icon-menu,
  button.menu__icon,
  button.icon-menu,
  .header__actions .menu__icon,
  .header__actions .icon-menu,
  .header .menu__icon,
  .header .icon-menu {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    z-index: 1001 !important;
    width: 30px !important;
    height: 20px !important;
    cursor: pointer !important;
    margin-left: auto !important;
  }
  
  /* Ensure hamburger menu lines are always visible */
  .icon-menu span,
  .icon-menu::before,
  .icon-menu::after,
  .menu__icon span,
  .menu__icon::before,
  .menu__icon::after,
  button.menu__icon span,
  button.menu__icon::before,
  button.menu__icon::after {
    content: "" !important;
    position: absolute !important;
    width: 100% !important;
    height: 4px !important;
    background-color: #d4af37 !important;
    transition: all 0.3s ease !important;
    border-radius: 2px !important;
    box-shadow: 0 0 2px rgba(0,0,0,0.3) !important;
  }
}

@media (max-width: 768px) {
  /* Header improvements */
  .header__container {
    padding: 0.5rem 1rem;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
  
  .header__actions {
    gap: 0.5rem;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
  }
  
  .actions-header__button {
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
    display: inline-block !important;
  }
  
  /* Show logo image on mobile with proper sizing */
  .header__logo .logo__img {
    display: block;
    height: 80px;
    width: auto;
    object-fit: contain;
    background: transparent;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
    transition: all 0.3s ease;
    mix-blend-mode: normal;
  }
  
  .footer__logo-img {
    height: 70px;
    width: auto;
    display: block;
    object-fit: contain;
    background: transparent;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
    transition: all 0.3s ease;
    mix-blend-mode: normal;
  }
  
  .header__logo .logo__text {
    display: none;
  }
  
  .header__logo .logo__img:hover {
    transform: scale(1.05);
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.4));
  }
  
  .header__logo.logo {
    display: block;
    text-decoration: none;
    flex-shrink: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  /* Header navigation container */
  .header__navigation {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-shrink: 0;
    width: auto;
  }
  
  /* Hide desktop menu on mobile by default */
  .header__menu {
    display: none !important;
  }
  
  /* Show menu when hamburger is clicked */
  .menu-open .header__menu {
    display: block !important;
  }
  
  /* Show hamburger menu button - always visible */
  .icon-menu {
    display: block !important;
    position: relative;
    width: 30px;
    height: 20px;
    cursor: pointer;
    z-index: 1001;
    margin-left: auto;
  }
  
  /* Hamburger menu lines - gold */
  .icon-menu span,
  .icon-menu::before,
  .icon-menu::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #d4af37 !important;
    transition: all 0.3s ease;
    border-radius: 2px;
    box-shadow: 0 0 2px rgba(0,0,0,0.3);
  }
  
  .icon-menu::before {
    top: 0;
  }
  
  .icon-menu span {
    top: 50%;
    transform: translateY(-50%);
  }
  
  .icon-menu::after {
    bottom: 0;
  }
  
  /* Hero section mobile layout - clean and minimal */
  .hero__container {
    flex-direction: column;
    text-align: center;
    gap: 1.5rem;
    padding: 2rem 1rem;
    max-width: 100%;
    width: 100%;
    margin: 0;
    background: #f9f4e8;
    border-radius: 0;
    position: relative;
    min-height: calc(100vh - 200px);
    justify-content: center;
    overflow: hidden;
    box-shadow: none;
    border: none;
  }
  
  /* Clean background without changing effects */
  .hero__container::before {
    display: none;
  }
  
  /* Clean container without decorative elements */
  .hero__container::after {
    display: none;
  }
  
  /* Ensure hero content is properly displayed */
  .hero__content {
    width: 100%;
    padding: 0 0.5rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
    top: 0;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    box-shadow: none;
  }
  
  /* Fix hero text sizing for mobile */
  .hero__subtitle {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  
  .hero__description {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
  }
  
  /* Fix hero stats layout */
  .hero__stats {
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 2rem;
    padding: 2rem 1.5rem;
    background: linear-gradient(135deg, rgba(184, 134, 11, 0.12) 0%, rgba(218, 165, 32, 0.08) 100%);
    border-radius: 20px;
    border: 2px solid rgba(184, 134, 11, 0.3);
    animation: fadeInUp 1.4s ease-out 0.6s both;
    box-shadow: 0 8px 25px rgba(184, 134, 11, 0.15);
    backdrop-filter: blur(10px);
  }
  
  /* Fix hero buttons */
  .hero__buttons {
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    margin-top: 1.5rem;
    padding: 0 0.5rem;
  }
  
  .hero__button {
    width: 100%;
    padding: 1rem;
    border-radius: 12px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    transform: translateY(0);
  }
  
  /* Add gradient shine effect to buttons */
  .hero__button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(249, 244, 232, 0.3), transparent);
    transition: left 0.6s ease;
  }
  
  .hero__button:hover::before {
    left: 100%;
  }
  
  .hero__button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  }
  
  /* Add subtle bounce animation on load */
  .hero__button {
    animation: bounceIn 0.8s ease-out;
  }
  
  /* Mobile-specific guide button styling */
  .hero__button--guide {
    white-space: nowrap;
    overflow: visible;
    text-overflow: unset;
    min-width: auto;
    width: 100%;
  }
  
  @keyframes bounceIn {
    0% { transform: translateY(20px); opacity: 0; }
    50% { transform: translateY(-5px); }
    100% { transform: translateY(0); opacity: 1; }
  }
  
  .hero__title {
    order: 1;
    font-size: 2.2rem;
    font-weight: 600;
    color: #1a4d3a;
    position: relative;
    z-index: 2;
    animation: fadeInUp 0.8s ease-out;
    padding: 1.5rem 1rem;
    margin-bottom: 1rem;
    margin-top: 60px;
    background: transparent;
    border: none;
    box-shadow: none;
    line-height: 1.3;
    letter-spacing: 0.5px;
    text-align: center;
  }
  
  /* Add elegant underline accent */
  .hero__title::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #d4af37, #daa520, #d4af37);
    border-radius: 2px;
  }
  
  .hero__title .hero__title-part--blue {
    color: #1a4d3a !important;
  }
  
  .hero__title .hero__title-part--gold {
    color: #d4af37 !important;
  }
  
  .hero__image {
    order: 2;
    max-width: 300px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    animation: fadeInUp 1s ease-out 0.2s both;
    transform-style: preserve-3d;
    border-radius: 25px;
    padding: 10px;
  }
  
  .hero__image img {
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    border: 3px solid rgba(212, 175, 55, 0.3);
    transition: all 0.4s ease;
    position: relative;
    z-index: 1;
  }
  
  /* Add floating effect to image */
  .hero__image img:hover {
    transform: translateY(-8px) rotateY(5deg);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
  }
  
  /* Add decorative frame around image - static */
  .hero__image::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: linear-gradient(45deg, #d4af37, #daa520, #b8860b, #daa520);
    border-radius: 25px;
    z-index: 0;
    opacity: 0.4;
  }
  
  .hero__content {
    order: 3;
    position: relative;
    z-index: 2;
    animation: fadeInUp 1.2s ease-out 0.4s both;
    background: transparent;
    border-radius: 0;
    padding: 0;
    backdrop-filter: none;
    border: none;
    box-shadow: none;
    top: 0;
    transform: translateY(0);
  }
  
  /* Menu improvements */
  .menu__list {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    padding: 0.5rem 0;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  
  .menu__item {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    text-align: center !important;
  }
  
  .menu__link {
    padding: 1rem 1.5rem;
    font-size: 1.2rem;
    color: #1a4d3a !important;
    text-align: center;
    border-radius: 10px;
    transition: all 0.3s ease;
    width: 100%;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    white-space: nowrap;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-decoration: none;
    border: 2px solid transparent;
    margin-bottom: 0.5rem;
    background: rgba(249, 244, 232, 0.1) !important;
  }
  
  /* Reduce top margin for first menu item */
  .menu__list .menu__item:first-child .menu__link {
    margin-top: 0.5rem;
  }
  
  .menu__link:hover {
    background: rgba(212, 175, 55, 0.2);
    color: #d4af37 !important;
    border-color: rgba(212, 175, 55, 0.3);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(212, 175, 55, 0.2);
  }
  
  /* Main content spacing - general pages */
  .main__container_pages:not(.main_workshops .main__container_pages) {
    padding: 1rem;
    padding-top: 20px;
  }
  
  .main__title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  
  .main__text_pages {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
  
  /* Partnerships mobile improvements */
  .partnerships__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 1rem;
  }
  
  .partnerships__card {
    padding: 1.5rem 1rem;
    margin: 0;
  }
  
  .partnerships__card-title {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
  }
  
  .partnerships__card-description {
    font-size: 0.9rem;
    margin-bottom: 1rem;
    line-height: 1.5;
  }
  
  .partnerships__card-button {
    font-size: 0.9rem;
    padding: 0.6rem 1.2rem;
  }
  
  /* Store page mobile improvements */
  .store__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .store__card {
    padding: 1.5rem 1rem;
  }
  
  .store__card-title {
    font-size: 1.25rem;
  }
  
  .store__card-description {
    font-size: 0.9rem;
  }
  
  .store__card-price {
    font-size: 1.5rem;
  }
  
  /* Services page mobile improvements */
  .services-overview__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .services-overview__card {
    padding: 1.5rem 1rem;
  }
  
  /* About page mobile improvements */
  .about__container {
    padding: 1rem;
    background: #f9f4e8;
  }
  
  .about__process {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  
  .about__step {
    padding: 1rem;
    text-align: center;
  }
  
  /* Enhanced About Page Mobile Styling */
  .about__story {
    flex-direction: column !important;
    gap: 2rem !important;
    text-align: center !important;
    background: #f9f4e8 !important;
    border-radius: 20px !important;
    padding: 2rem 1rem !important;
    box-shadow: 0 8px 25px rgba(26, 77, 58, 0.15) !important;
    margin: 1rem !important;
  }
  
  .about__story-image {
    order: 1 !important;
    margin-bottom: 1.5rem !important;
    text-align: center !important;
  }
  
  .about__story-image img {
    max-width: 250px !important;
    width: 100% !important;
    height: auto !important;
    border-radius: 15px !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15) !important;
    border: 2px solid #d4af37 !important;
  }
  
  .about__story-content {
    order: 2 !important;
    text-align: center !important;
    padding: 0 !important;
  }
  
  .about__story-title {
    font-size: 1.8rem !important;
    color: #1a4d3a !important;
    margin-bottom: 1rem !important;
    text-align: center !important;
    position: relative !important;
    font-weight: 700 !important;
  }
  
  .about__story-title::after {
    display: none !important;
  }
  
  .about__story-text {
    font-size: 0.95rem !important;
    color: #1a4d3a !important;
    line-height: 1.6 !important;
    text-align: center !important;
    margin-bottom: 1.2rem !important;
  }
  
  .about__credentials {
    flex-direction: column !important;
    gap: 1rem !important;
    margin-top: 1.5rem !important;
    padding: 0 0.5rem !important;
  }
  
  .about__credential {
    padding: 1.2rem !important;
    text-align: center !important;
    background: #f9f4e8 !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 15px rgba(26, 77, 58, 0.1) !important;
  }
  
  .about__philosophy-title {
    font-size: 1.8rem !important;
    text-align: center !important;
    margin-bottom: 1.5rem !important;
    position: relative !important;
    font-weight: 700 !important;
  }
  
  .about__philosophy-title::after {
    display: none !important;
  }
  
  .about__philosophy-grid {
    grid-template-columns: 1fr !important;
    gap: 1.2rem !important;
    padding: 0 0.5rem !important;
  }
  
  .about__philosophy-item {
    padding: 1.2rem !important;
    text-align: center !important;
    background: #f9f4e8 !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 15px rgba(26, 77, 58, 0.1) !important;
  }
  
  .about__philosophy-image {
    height: 160px !important;
    margin-bottom: 1rem !important;
    border-radius: 10px !important;
    overflow: hidden !important;
  }
  
  .about__philosophy-item-title {
    font-size: 1.2rem !important;
    margin-bottom: 0.8rem !important;
    font-weight: 600 !important;
  }
  
  .about__philosophy-text {
    font-size: 0.9rem !important;
    line-height: 1.5 !important;
  }
  
  .about__results {
    padding: 1.5rem 1rem !important;
    margin: 1rem !important;
    background: #f9f4e8 !important;
    border-radius: 20px !important;
    box-shadow: 0 8px 25px rgba(26, 77, 58, 0.15) !important;
  }
  
  .about__results-title {
    font-size: 1.8rem !important;
    margin-bottom: 0.8rem !important;
    position: relative !important;
    font-weight: 700 !important;
  }
  
  .about__results-title::after {
    display: none !important;
  }
  
  .about__results-subtitle {
    font-size: 0.9rem !important;
    margin-bottom: 1.5rem !important;
    line-height: 1.5 !important;
  }
  
  .about__results-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1rem !important;
    margin-bottom: 1.5rem !important;
  }
  
  .about__result-number {
    font-size: 2rem !important;
    font-weight: 700 !important;
  }
  
  .about__result-label {
    font-size: 0.75rem !important;
    font-weight: 500 !important;
  }
  
  .about__results-button {
    padding: 0.8rem 1.5rem !important;
    font-size: 0.9rem !important;
    border-radius: 8px !important;
    border: 2px solid #b8860b !important;
    font-weight: 600 !important;
  }
  
  /* Contact page mobile improvements */
  .contact__container {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 1rem;
  }
  
  .contact__info {
    text-align: center;
  }
  
  /* Footer mobile improvements */
  .footer__container {
    padding: 2rem 1rem 1rem;
    text-align: center;
  }
  
  .footer__links {
    gap: 0.75rem;
  }
  
  /* Modal mobile improvements */
  .modal-content {
    width: 95%;
    max-width: 350px;
    margin: 10% auto;
    padding: 1rem;
  }
  
  .discount-modal,
  .free-guide-modal {
    padding: 0.75rem;
  }
  
  .discount-title,
  .free-guide-title {
    font-size: 1.3rem;
    margin-bottom: 0.75rem;
  }
  
  .discount-subtitle,
  .free-guide-subtitle {
    font-size: 0.85rem;
    margin-bottom: 1rem;
  }
  
  .google-form-iframe {
    height: 300px;
  }
}

@media (max-width: 480px) {
  /* Extra small mobile improvements */
  .header__container {
    padding: 0.25rem 0.75rem;
  }
  
  .logo {
    font-size: 1.5rem;
  }
  
  .actions-header__button {
    font-size: 0.8rem;
    padding: 0.4rem 0.8rem;
  }
  
  .main__title {
    font-size: 1.75rem;
    line-height: 1.2;
  }
  
  .main__text_pages {
    font-size: 0.9rem;
  }
  
  .partnerships__card,
  .store__card,
  .services-overview__card {
    padding: 1rem 0.75rem;
    margin: 0.5rem 0;
  }
  
  .partnerships__card-title,
  .store__card-title {
    font-size: 1.1rem;
  }
  
  .partnerships__card-description,
  .store__card-description {
    font-size: 0.85rem;
    line-height: 1.4;
  }
  
  .partnerships__card-button,
  .store__card-button {
    font-size: 0.85rem;
    padding: 0.5rem 1rem;
  }
  
  .modal-content {
    width: 98%;
    max-width: 320px;
    margin: 5% auto;
    padding: 0.75rem;
  }
  
  .discount-title,
  .free-guide-title {
    font-size: 1.2rem;
  }
  
  .discount-subtitle,
  .free-guide-subtitle {
    font-size: 0.8rem;
  }
  
  .google-form-iframe {
    height: 280px;
  }
  
  .hero__badge {
    font-size: 0.7rem;
    padding: 0.35rem 0.7rem;
    margin-bottom: 0.8rem;
  }

  .hero__title {
    font-size: 1.5rem;
  }

  .hero__stats {
    flex-direction: column;
    gap: 0.8rem;
    margin-bottom: 1.5rem;
    padding: 0.8rem 0;
  }

  .hero__stat-number {
    font-size: 1.25rem;
  }

  .hero__stat-label {
    font-size: 0.7rem;
  }

  /* Credibility Section Mobile */
  .credibility__title {
    font-size: 1.5rem;
  }

  .credibility__logos {
    gap: 1.5rem;
    margin-bottom: 2rem;
  }

  .credibility__logo {
    padding: 1rem 1.5rem;
  }

  .credibility__stats {
    gap: 2rem;
  }

  .credibility__stat-number {
    font-size: 2rem;
  }
  
  .partnerships__title {
    font-size: 2rem;
  }
  
  .partnerships__description {
    font-size: 1.1rem;
  }
  
  .services-overview__grid {
    grid-template-columns: 1fr;
  }
  
  .hero__buttons {
    flex-direction: column;
  }
}

.main__content {
  flex: 1;
  max-width: 600px;
}

.main__title {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.2;
  color: #1a4d3a;
}

.main__text {
  margin-bottom: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  font-size: 1.1rem;
  color: #666;
  max-width: 500px;
}

.main__text_pages {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #1a4d3a;
  margin-bottom: 0;
  max-width: 600px;
  text-align: center;
}

.main__button {
  font-weight: 600;
  display: inline-block;
  padding: 1.25rem 3rem;
  border-radius: 30px;
  transition: all 0.3s;
  color: #1a4d3a;
  background-color: #f9f4e8;
  letter-spacing: 0.02em;
  font-size: 1.375rem;
  line-height: 110%;
}

.outro_home {
  background: url("../img/home/hero_placeholder.jpg") center / cover no-repeat;
}

/* ************ABOUT**************** */

.main_about {
  background: transparent;
}

.page__about {
  padding: 6rem 0;
  background: #f9f4e8;
}

.about__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background: #f9f4e8;
}

.about__image {
  position: relative;
  max-width: 552px;
  height: 614px;
}

.about__image img {
  border-radius: 16px;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.about__title {
  margin-bottom: 0.25rem;
  color: #1a4d3a;
}

.about__text {
  max-width: 30rem;
  letter-spacing: 0.02em;
  line-height: 140%;
  margin-bottom: 0.5rem;
  color: #1a4d3a;
}

.about__text p:not(:last-child) { margin-bottom: 0.5rem; }

.about__list {
  list-style: none;
  padding: 0;
  margin: 0.5rem 0;
}

.about__list li {
  font-size: 1rem;
  color: #1a4d3a;
  margin-bottom: 0.25rem;
  line-height: 1.5;
  padding-left: 1rem;
  position: relative;
}

.about__list li:before {
  content: "•";
  color: #1a4d3a;
  font-weight: bold;
  position: absolute;
  left: 0;
}

.about__subtitle {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1a4d3a;
  margin: 1.5rem 0 0.75rem 0;
}

.about__subtitle:first-child {
  margin-top: 0;
}

.about__process {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 0.5rem 0;
}

.about__step {
  padding: 0.75rem;
  background: #f9f4e8;
  border-radius: 12px;
  border-left: 4px solid #8b9a8b;
}

.about__step-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1a4d3a;
  margin-bottom: 0.5rem;
}

.about__step p {
  margin: 0;
  color: #1a4d3a;
  line-height: 1.5;
}

.about__cta-text {
  font-size: 1.125rem;
  color: #1a4d3a;
  margin: 2rem 0 1.5rem 0;
  font-weight: 500;
}

.outro_about {
  background: url("../img/about/hero_placeholder.jpg") center / cover no-repeat;
}

/* **************SERVICES**************** */

.main_services {
  background: linear-gradient(135deg, #f9f4e8 0%, #f9f4e8 50%, #f5f0e8 100%);
}

.services {
  background-color: #f9f4e8;
}

.services__container {
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
}

.services__title {
  text-align: center;
  margin-bottom: 5rem;
}

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

.item-services {
  display: flex;
  flex-direction: column;
  align-items: start;
  min-height: 100%;
}

.item-services__image {
  margin-bottom: 2rem;
  max-width: 360px;
  height: 421px;
}

.item-services__image img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.item-services__title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.item-services__text {
  max-width: 21.5rem;
  line-height: 150%;
  margin-bottom: 2rem;
  flex-grow: 1;
  letter-spacing: 0.02em;
}

.item-services__button {
  background-color: inherit;
  border: 2px solid #1a4d3a;
  color: #1a4d3a;
}

.outro_services {
  background: url("../img/services/hero_placeholder.jpg") center / cover no-repeat;
}

/* ************TESTIMONIAL**************** */

.testimonial__container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
}

.testiomonial__caption {
  margin-bottom: 4rem;
  font-weight: 600;
  text-transform: uppercase;
}

.testimonial__title {
  margin-bottom: 4rem;
  font-size: 2rem;
  max-width: 40.75rem;
  line-height: 136%;
  font-weight: 500;
}

.item-testimonial__image {
  max-width: 64px;
  margin: 0 auto;
  margin-bottom: 1.063rem;
  height: 64px;
}

.item-testimonial__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.item-testimonial__title {
  margin-bottom: 0.25rem;
  font-weight: 600;
}

.item-testimonial__caption {
  font-size: 0.938rem;
}

/* ****************OUTRO**************** */

.outro__container {
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #f9f4e8;
}

.outro__title {
  margin-bottom: 1.25rem;
}

.outro__text {
  max-width: 33.625rem;
  line-height: 150%;
  margin-bottom: 2.5rem;
  letter-spacing: 0.02em;
}

.outro__button {
  padding: 1.25rem 3rem;
}

/* ****************FOOTER**************** */

.footer {
  line-height: 150%;
}

.footer__container {
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
  max-width: 74.624rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.footer__policy {
  font-weight: 600;
  letter-spacing: 0.02em;
  justify-self: start;
}

.footer__logo {
  justify-self: center;
}

.footer__copyright {
  font-weight: 600;
  letter-spacing: 0.02em;
  justify-self: end;
}

/* ****************ABOUT PAGE**************** */
.main__text_pages {
  max-width: 37.5rem;
}

.main__container_pages {
  padding-top: 5px;
}

.main_pages {
  min-height: 200px !important;
  background: linear-gradient(135deg, #f9f4e8 0%, #f9f4e8 50%, #f5f0e8 100%);
  padding: 1rem 0;
}

/* Store page hero spacing */
.main_store .main__container_pages { padding-top: 60px; }

/* Workshops page hero spacing */
.main_workshops .main__container_pages { padding-top: 80px; }

/* About Story Section */
.about__story {
  display: flex;
  align-items: flex-start;
  gap: 4rem;
  margin-bottom: 4rem;
  background: #f9f4e8;
  border-radius: 25px;
  padding: 3rem;
  box-shadow: 0 15px 50px rgba(26, 77, 58, 0.2);
}

.about__story-image {
  flex: 1;
  max-width: 500px;
  border-radius: 25px;
  padding: 10px;
}

.about__story-image img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.about__story-content {
  flex: 1;
  max-width: 600px;
}

.about__story-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a4d3a;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  position: relative;
}

.about__story-title::after {
  display: none;
}

.about__story-text {
  font-size: 1.125rem;
  color: #1a4d3a;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.about__credentials {
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
  flex-wrap: wrap;
  justify-content: center;
}

.about__credential {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem;
  background: #f9f4e8;
  backdrop-filter: blur(10px);
  border-radius: 15px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.about__credential:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(26, 77, 58, 0.2);
}

.about__credential-icon {
  font-size: 2rem;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f9f4e8 0%, #f9f4e8 100%);
  border-radius: 50%;
  color: #1a4d3a;
}

.about__credential-text h4 {
  font-size: 1rem;
  font-weight: 600;
  color: #1a4d3a;
  margin-bottom: 0.25rem;
}

.about__credential-text p {
  font-size: 0.875rem;
  color: #1a4d3a;
  margin: 0;
}

/* About Philosophy Section */
.about__philosophy {
  margin-bottom: 4rem;
  background: #f9f4e8;
  border-radius: 25px;
  padding: 3rem;
  box-shadow: 0 15px 50px rgba(26, 77, 58, 0.2);
}

.about__philosophy-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a4d3a;
  text-align: center;
  margin-bottom: 3rem;
  line-height: 1.2;
  position: relative;
}

.about__philosophy-title::after {
  display: none;
}

.about__philosophy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
}

.about__philosophy-item {
  background: #f9f4e8;
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.about__philosophy-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 60px rgba(26, 77, 58, 0.3);
}

.about__philosophy-image {
  width: 100%;
  height: 200px;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.about__philosophy-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.about__philosophy-image img:hover {
  transform: scale(1.05);
}

.about__philosophy-item-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a4d3a;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.about__philosophy-text {
  font-size: 1rem;
  color: #1a4d3a;
  line-height: 1.6;
}

/* About Results Section */
.about__results {
  text-align: center;
  background: #f9f4e8;
  border-radius: 25px;
  padding: 3rem 2rem;
  box-shadow: 0 15px 50px rgba(26, 77, 58, 0.2);
  margin: 2rem 0;
}

.about__results-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a4d3a;
  margin-bottom: 1rem;
  line-height: 1.2;
  position: relative;
}

.about__results-title::after {
  display: none;
}

.about__results-subtitle {
  font-size: 1.125rem;
  color: #1a4d3a;
  margin-bottom: 3rem;
  line-height: 1.6;
}

.about__results-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}

.about__result {
  text-align: center;
  background: #f9f4e8;
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 15px;
  padding: 1.5rem;
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.1);
  transition: all 0.3s ease;
}

.about__result:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(212, 175, 55, 0.2);
}

.about__result-number {
  font-size: 3rem;
  font-weight: 700;
  color: #1a4d3a;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.about__result-label {
  font-size: 0.875rem;
  color: #1a4d3a;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.about__results-button {
  padding: 1rem 2rem;
  background: linear-gradient(135deg, #d4af37 0%, #daa520 100%);
  color: #1a4d3a;
  border: none;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.about__results-button:hover {
  background: linear-gradient(135deg, #daa520 0%, #b8860b 100%);
  transform: translateY(-2px);
}


/* ****************CONTACT PAGE****************/

.main_contact {
  background: linear-gradient(135deg, #f9f4e8 0%, #f9f4e8 50%, #f5f0e8 100%);
}

.page__contact { padding: 6rem 0; background: linear-gradient(135deg, #f9f4e8 0%, #f9f4e8 50%, #f5f0e8 100%); }

/* Contact Logo Section */
.contact__logo-section {
  padding: 3rem 0;
  background: #f9f4e8;
  text-align: center;
}

.contact__logo-container {
  max-width: 74.624rem;
  margin: 0 auto;
  padding: 0 1rem;
}

.contact__logo-img {
  height: 120px;
  width: auto;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
  transition: transform 0.3s ease;
}

.contact__logo-img:hover {
  transform: scale(1.05);
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.15));
}
.contact__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.contact__title { margin-bottom: 1.5rem; font-weight: 700; line-height: 1.2; font-size: 2rem; color: #1a4d3a; }

.connect-contact { display: flex; flex-direction: column; align-items: flex-start; row-gap: 1.25rem; margin-bottom: 1.5rem; padding-bottom: 1.5rem; border-bottom: 1px solid #e1e4eb; }

.connect-contact__item { display: inline-flex; align-items: center; gap: 0.75rem; padding: 0.75rem 1rem; border-radius: 12px; background: rgba(249, 244, 232, 0.8); backdrop-filter: blur(8px); box-shadow: 0 6px 20px rgba(139,154,139,0.12); transition: transform 0.2s ease, box-shadow 0.2s ease; }
.connect-contact__item:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(139,154,139,0.18); }

.connect-contant__type { margin-bottom: 2px; font-size: 0.9rem; font-weight: 700; letter-spacing: 0.04em; line-height: 1.1; text-transform: uppercase; color: #2d3748; }

.connect-contact__label { font-size: 1.1rem; line-height: 1.4; letter-spacing: 0.01em; color: #1a4d3a; }

.contact__links { display: flex; align-items: center; flex-wrap: wrap; gap: 0.75rem; margin-top: 1rem; }
.contact__link { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.75rem 1rem; border-radius: 999px; background: rgba(249, 244, 232, 0.8); box-shadow: 0 6px 20px rgba(139,154,139,0.12); transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease; text-decoration: none; }
.contact__link:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(139,154,139,0.18); background: rgba(249, 244, 232, 0.95); }
.contact__link img { width: 20px; height: 20px; }
.contact__link span { font-size: 0.875rem; font-weight: 500; color: #4a5568; }

.contact__text { max-width: 42rem; font-size: 1rem; line-height: 1.7; color: #4a5568; }

.contact__text p:not(:last-child) {
  margin-bottom: 15px;
}

.page__map { padding: 2rem 0 4rem 0; }
.map__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.map__card { background: rgba(249, 244, 232, 0.9); backdrop-filter: blur(8px); border-radius: 16px; padding: 1rem; box-shadow: 0 12px 30px rgba(139,154,139,0.12); }
.map__title { margin: 0 0 0.75rem 0; font-weight: 700; color: #2d3748; font-size: 1.1rem; }
.page__map iframe { width: 100%; height: 360px; border-radius: 12px; box-shadow: 0 12px 24px rgba(0,0,0,0.08); }

/* Contact cards */
.contact__contacts, .contact__info { background: rgba(249, 244, 232, 0.9); backdrop-filter: blur(10px); border-radius: 20px; padding: 2rem; box-shadow: 0 20px 40px rgba(139,154,139,0.12); }
.contact__info .button { margin-top: 1rem; }

@media (max-width: 768px) {
  .contact__container { grid-template-columns: 1fr; }
  .map__grid { grid-template-columns: 1fr; }
  .page__map iframe { height: 280px; }

  /* Contact Logo Section Mobile */
  .contact__logo-section {
    padding: 2rem 0;
  }

  .contact__logo-img {
    height: 80px;
    width: auto;
  }
}

/* **************REVIEWS PAGE**************** */
.reviews__container {
  padding-top: 160px;
  padding-bottom: 160px;
}

.reviews__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 24px;
  row-gap: 96px;
}

.reviews__column {
  border: 1px solid #e1e4eb;
  border-radius: 8px;
}

.reviews__item {
  padding-top: 48px;
  padding-bottom: 56px;
  padding-right: 32px;
  padding-left: 32px;
}

.item-reviews {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.item-reviews__img {
  max-width: 46px;
  height: 36px;
  margin: 0 auto;
  margin-bottom: 46px;
}

.item-reviews__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.item-reviews__text {
  margin-bottom: 40px;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 150%;
}

.item-reviews__author {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.01em;
  margin-bottom: 10px;
}

.item-reviews__geo {
  font-size: 14px;
  letter-spacing: 0.002em;
}

/* ******************PRICING PAGE******************** */
.pricing__container {
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.pricing__caption {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
  letter-spacing: 4%;
}

.pricing__title {
  font-weight: 600;
  font-size: 72px;
  margin-bottom: 24px;
}

.pricing__text {
  font-size: 22px;
  letter-spacing: 2%;
  margin-bottom: 88px;
}

.pricing__row {
  display: flex;
  align-items: start;
  gap: 24px;
}

.pricing__column {
  border: 2px solid #e1e4eb;
  border-radius: 8px;
}

.pricing__item {
  padding: 40px;
  padding-bottom: 48px;
}

.item-pricing__info {
  padding-bottom: 32px;
  border-bottom: 1px solid #e1e4eb;
  margin-bottom: 32px;
}

.item-pricing__label {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 1%;
  margin-bottom: 16px;
}

.item-pricing__cost {
  font-size: 72px;
  font-weight: 600;
  margin-bottom: 16px;
}

.item-pricing__list {
  margin-bottom: 64px;
}

.item-pricing__item {
  display: flex;
  align-items: center;
  gap: 6px;
}

.item-pricing__item::before {
  content: "";
  background: url("../img/pricing/check.svg") 0 0 no-repeat;
  width: 16px;
  height: 18px;
}

.item-pricing__item:not(:last-child) {
  margin-bottom: 12px;
}

.item-pricing__button {
  display: inline-block;
  font-size: 22px;
  letter-spacing: 2%;
  font-weight: 600;
  color: #1a4d3a;
  padding: 20px 82px;
  background-color: #f9f4e8;
  border-radius: 64px;
}

.team {
  background-color: #f9f4e8;
}

.team__container {
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.team__title {
  text-align: center;
  margin-bottom: 96px;
  max-width: 483px;
}

.team__row {
  display: grid;
  column-gap: 24px;
  row-gap: 96px;
  grid-template-columns: repeat(3, 1fr);
}

.team__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.item-team__img {
  max-width: 360px;
  height: 363px;
  margin-bottom: 40px;
}

.item-team__img img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.item-team__name {
  max-width: 186px;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
  margin-bottom: 12px;
}

.item-team__role {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 26px;
  letter-spacing: 2%;
}

.item-team__role span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.item-team__role span::after {
  content: "";
  background: url("../img/team/icons/star.svg") 0 0 no-repeat;
  width: 12px;
  height: 12px;
}

.item-team__text {
  font-size: 16px;
  text-align: center;
  letter-spacing: 2%;
  line-height: 150%;
  max-width: 328px;
  margin-bottom: 20px;
}

.item-team__icons {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* *************FAQ PAGE************** */
.faqs__container {
  padding-top: 140px;
  padding-bottom: 140px;
}

.faqs__title {
  text-align: center;
  margin-bottom: 80px;
}

.spollers-faq__item {
  width: 100%;
}

.spollers-faq__item:not(:last-child) {
  margin-bottom: 24px;
}

.spollers-faq__button {
  display: inline-block;
  border: 2px solid #e1e4eb;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-radius: 8px;
}

.spollers-faq__button span {
  padding-left: 40px;
  padding-top: 32px;
  padding-bottom: 32px;
  font-weight: 600;
}

.spollers-faq__button img {
  padding-right: 34.5px;
}

.spollers-faq__text {
  max-height: 0;
  overflow: hidden;
  width: 100%;
  display: block;
}

.spollers-faq__item.active .spollers-faq__text {
  max-height: 1000px;
  max-height: calc(1000px + 16px);
}

.spollers-faq__item.active .spollers-faq__button {
  border-bottom: none;
  border-radius: 8px 8px 0px 0px;
}

.spollers-faq__item.active .spollers-faq__button span {
  padding-bottom: 32px;
}

.spollers-faq__item.active .spollers-faq__button img {
  transform: translate(-34px, 0px) rotate(180deg);
}

.spollers-faq__inner {
  padding-top: 20px;
  padding-left: 40px;
  border: 2px solid #e1e4eb;
  border-radius: 0px 0px 8px 8px;
  line-height: 150%;
  padding-bottom: 20px;
  border-top: none;
  padding-right: 100px;
}

/* ****************TEAM PAGE**************** */
.director__container {
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  align-items: center;
  gap: 96px;
}

.director__title {
  margin-bottom: 16px;
}

.director__role {
  font-size: 22px;
  letter-spacing: 2%;
  margin-bottom: 40px;
}

.director__text {
  letter-spacing: 2%;
  line-height: 150%;
  max-width: 480px;
}

.director__text p:not(:last-child) {
  margin-bottom: 20px;
}

.director__img {
  max-width: 552px;
  height: 614px;
}

.director__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

/* ****************GALLERY**************** */
.gallery__container {
  padding-bottom: 140px;
  padding-top: 140px;
}

.gallery__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 24px;
  row-gap: 96px;
  margin-bottom: 96px;
  justify-items: center;
}

.gallery__item {
  max-width: 360px;
  height: 407px;
}

.gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.gallery__paggination {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  gap: 42px;
}

.gallery__paggination button:first-child {
  transform: translate(0px, 5px);
}

.gallery__paggination button:last-child {
  transform: rotate(-180deg) translate(0px, 5px);
}

.gallery_active {
  color: #1a4d3a;
  padding: 10px 15px;
  background-color: #f9f4e8;
  border-radius: 100px;
  display: inline-block;
}

/* ****************RESOURCES**************** */
.resources__container {
  padding-top: 140px;
  padding-bottom: 140px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 24px;
  row-gap: 96px;
  justify-items: center;
}

.resources__img {
  max-width: 360px;
  height: 330px;
  margin-bottom: 32px;
}

.resources__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.resources__title {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 12px;
}

.resources__text {
  letter-spacing: 2%;
  line-height: 150%;
  max-width: 243px;
  margin-bottom: 32px;
}

.resources__button {
  background-color: #f9f4e8;
  color: #1a4d3a;
  font-weight: 600;
  letter-spacing: 2%;
  border: 2px solid #1a4d3a;
  border-radius: 64px;
}

/* ****************ADAPTIVE**************** */

@media (max-width: 992px) {
  .services__row {
    grid-template-columns: 1fr;
    gap: 6rem;
    justify-items: center;
  }

  .item-services {
    text-align: center;
    align-items: center;
  }

  .page__main {
    padding-bottom: 80px;
  }
}

@media (min-width: 47.999rem) {
  .menu__list {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
  }
}

@media (max-width: 995px) {
  .item-pricing__button {
    font-size: 19px;
  }
}

@media (max-width: 62.6875rem) {
  .resources__container {
    padding-top: 70px;
    padding-bottom: 70px;
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery__paggination {
    gap: 27px;
  }

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

  .team__row {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
  }

  .director__container {
    flex-direction: column;
    padding-top: 70px;
    padding-bottom: 70px;
    gap: 10px;
    text-align: center;
  }

  .item-pricing {
    padding: 20px;
    padding-bottom: 30px;
  }

  .pricing__title {
    font-size: 39px;
  }

  .pricing__text {
    margin-bottom: 25px;
  }

  .item-pricing__button {
    padding: 16px 42px;
  }

  .footer__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem;
  }

  .footer__policy,
  .footer__copyright {
    justify-self: center;
    text-align: center;
    margin: 0.5rem 0;
  }

  .footer__logo {
    margin-bottom: 1rem;
  }


  .reviews__row {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
    column-gap: 10px;
  }

  .reviews__item {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    display: inline-block;
  }

  .item-reviews__text {
    font-size: 16px;
  }

  .item-reviews__author {
    font-size: 16px;
  }
}

@media (max-width: 47.999rem) {
  .spollers-faq__item.active .spollers-faq__button img {
    transform: translate(-10px, -10px) rotate(180deg);
  }

  .spollers-faq__button span {
    padding-top: 15px;
    padding-left: 10px;
    padding-bottom: 15px;
    font-weight: 600;
    font-size: 14px;
  }

  .spollers-faq__button img {
    padding-right: 10px;
  }

  .spollers-faq__inner {
    font-size: 16px;
    padding-left: 10px;
    line-height: 130%;
  }

  .pricing__container {
    text-align: center;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .pricing__row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .item-pricing__button {
    font-size: 17px;
    padding: 15px 32px;
  }

  .reviews__container {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .icon-menu {
    display: block;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.875rem;
    flex: 0 0 1.875rem;
    width: 1.875rem;
    height: 1.125rem;
    cursor: pointer;
    z-index: 5;
    margin-left: auto;
    order: 3;
  }

  .icon-menu span,
  .icon-menu::before,
  .icon-menu::after {
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 0.125rem;
    background-color: #d4af37;
  }

  .icon-menu::before {
    top: 0;
  }

  .icon-menu::after {
    bottom: 0;
  }

  .contact__container {
    flex-direction: column;
    padding-top: 80px;
    gap: 50px;
    padding-bottom: 80px;
  }

  .icon-menu span {
    top: calc(50% - 0.0625rem);
  }

  .menu-open .icon-menu span {
    width: 0;
  }

  .menu-open .icon-menu::before {
    top: calc(50% - 0.0625rem);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .menu-open .icon-menu::after {
    bottom: calc(50% - 0.0625rem);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .menu__body {
    background-color: #f9f4e8;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    padding: 4rem 1rem 2rem 1rem;
    overflow-y: auto;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    z-index: 999999;
    box-sizing: border-box;
    transition: left 0.3s ease;
  }

  .menu__body::before {
    display: none;
  }

  .menu-open .menu__body {
    left: 0 !important;
    z-index: 999999 !important;
    visibility: visible !important;
    opacity: 1 !important;
    background-color: #f9f4e8 !important;
    display: flex !important;
  }
  
  /* SIMPLE MOBILE MENU - GUARANTEED TO WORK */
  body.menu-open .menu__body {
    left: 0 !important;
    background: #f9f4e8 !important;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 999999 !important;
  }
  
  /* Make sure menu is hidden by default */
  .menu__body {
    left: -100% !important;
    transition: left 0.3s ease !important;
  }


  .menu__item {
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .actions-header__button {
    padding: 0.75rem;
  }

  .main__container {
    padding-top: 12.5rem;
  }

  .main__container_pages {
    padding-top: 120px;
  }
  
  /* Workshops page specific mobile spacing */
  .main_workshops .main__container_pages {
    padding-top: 140px !important;
    padding-bottom: 2rem;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    min-height: 200px !important;
    margin-top: 0 !important;
    position: relative !important;
  }
  
  /* Ensure workshops main section is visible */
  .main_workshops {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  
  /* Ensure workshops title is fully visible */
  .main_workshops .main__title {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    padding-top: 0.5rem;
    color: #1a4d3a !important;
    font-size: 2.5rem !important;
    font-weight: 600 !important;
    text-align: center !important;
    width: 100% !important;
    text-shadow: none;
    letter-spacing: 0.5px;
  }
  
  /* Ensure workshops title is fully visible on all devices */
  .main_workshops .main__title {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    margin-top: 0 !important;
    margin-bottom: 1.5rem !important;
    padding-top: 0 !important;
    color: #1a4d3a !important;
    font-size: 2.5rem !important;
    font-weight: 600 !important;
    text-align: center !important;
    width: 100% !important;
    text-shadow: none !important;
    letter-spacing: 0.5px !important;
    position: relative !important;
    z-index: 10 !important;
  }
}

/* Ensure workshops title is visible on desktop */
.main_workshops .main__title {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  color: #1a4d3a !important;
  font-size: 3rem !important;
  font-weight: 600 !important;
  text-align: center !important;
  margin-bottom: 2rem !important;
  text-shadow: none !important;
}

/* Workshops page specific mobile styling */
@media (max-width: 768px) {
  /* Improve workshops page mobile styling */
  .main_workshops .main__text {
    font-size: 1.1rem !important;
    line-height: 1.6 !important;
    color: #1a4d3a !important;
    margin-bottom: 2rem !important;
    padding: 0 1rem !important;
    text-align: center !important;
  }
  
  /* Workshops calendar section mobile styling */
  .workshops__calendar {
    padding: 2rem 1rem !important;
    background: #fefcf8 !important;
    margin: 1rem 0 !important;
    border-radius: 15px !important;
  }
  
  .workshops__calendar-container {
    max-width: 100% !important;
    padding: 0 !important;
  }
  
  .workshops__calendar-title {
    font-size: 1.8rem !important;
    color: #1a4d3a !important;
    text-align: center !important;
    margin-bottom: 1rem !important;
  }
  
  .workshops__calendar-subtitle {
    color: #1a4d3a !important;
    text-align: center !important;
    margin-bottom: 1.5rem !important;
    font-size: 1rem !important;
  }
  
  .workshops__calendar-button {
    display: block !important;
    width: 100% !important;
    padding: 1rem !important;
    background: linear-gradient(135deg, #d4af37, #daa520) !important;
    color: #1a4d3a !important;
    text-decoration: none !important;
    border-radius: 10px !important;
    text-align: center !important;
    font-weight: 600 !important;
    font-size: 1.1rem !important;
    margin-bottom: 2rem !important;
    box-shadow: 0 4px 8px rgba(212, 175, 55, 0.3) !important;
  }
  
  /* Calendar embed mobile styling */
  .calendar-embed {
    width: 100% !important;
    height: 400px !important;
    border-radius: 10px !important;
    overflow: hidden !important;
  }
  
  .calendar-embed iframe {
    width: 100% !important;
    height: 100% !important;
    border: none !important;
  }
  
  /* Workshop cards mobile styling */
  .workshops-page__grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 2rem !important;
    padding: 0 1rem !important;
  }
  
  .workshops-page__card {
    background: #fefcf8 !important;
    border-radius: 15px !important;
    padding: 1.5rem !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
    border: 1px solid #1a4d3a !important;
  }
  
  .workshops-page__card-image {
    width: 100% !important;
    margin-bottom: 1rem !important;
    border-radius: 10px !important;
    overflow: hidden !important;
  }
  
  .workshops-page__card-image img {
    width: 100% !important;
    height: 200px !important;
    object-fit: cover !important;
  }
  
  .workshops-page__card-title {
    color: #d4af37 !important;
    font-size: 1.5rem !important;
    font-weight: 600 !important;
    margin-bottom: 0.5rem !important;
  }
  
  .workshops-page__card-date {
    color: #d4af37 !important;
    font-weight: 500 !important;
    margin-bottom: 1rem !important;
  }
  
  .workshops-page__card-description {
    color: #1a4d3a !important;
    line-height: 1.6 !important;
    margin-bottom: 1rem !important;
  }
  
  .workshops-page__card-details p {
    color: #1a4d3a !important;
    margin-bottom: 0.5rem !important;
  }
  
  /* Contact Page Mobile Enhancements */
  .contact__container {
    padding: 2rem 1rem !important;
    background: linear-gradient(135deg, #fefcf8 0%, #f9f4e8 50%, #f5f0e8 100%) !important;
    border-radius: 20px !important;
    margin: 1rem !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3) !important;
  }
  
  .contact__title {
    font-size: 2rem !important;
    color: #1a4d3a !important;
    text-align: center !important;
    margin-bottom: 2rem !important;
    text-shadow: none !important;
    position: relative !important;
  }
  
  .contact__title::after {
    content: "" !important;
    position: absolute !important;
    bottom: -0.5rem !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 60px !important;
    height: 3px !important;
    background: linear-gradient(90deg, #d4af37, #daa520) !important;
    border-radius: 2px !important;
  }
  
  /* Contact Info Cards */
  .connect-contact {
    display: flex !important;
    flex-direction: column !important;
    gap: 1.5rem !important;
    margin-bottom: 2rem !important;
  }
  
  .connect-contact__item {
    background: rgba(249, 244, 232, 0.05) !important;
    border: 1px solid rgba(212, 175, 55, 0.2) !important;
    border-radius: 15px !important;
    padding: 1.5rem !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    backdrop-filter: blur(10px) !important;
    position: relative !important;
    overflow: hidden !important;
  }
  
  .connect-contact__item::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.1), transparent) !important;
    transition: left 0.5s ease !important;
  }
  
  .connect-contact__item:hover::before {
    left: 100% !important;
  }
  
  .connect-contact__item:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.2) !important;
    border-color: rgba(212, 175, 55, 0.4) !important;
  }
  
  .connect-contant__type {
    color: #1a4d3a !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    margin-bottom: 0.5rem !important;
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
  }
  
  .connect-contant__type::before {
    content: "" !important;
    width: 8px !important;
    height: 8px !important;
    background: #d4af37 !important;
    border-radius: 50% !important;
    box-shadow: 0 0 8px rgba(212, 175, 55, 0.5) !important;
  }
  
  .connect-contact__label {
    color: #1a4d3a !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
  }
  
  /* Social Media Links */
  .contact__links {
    display: flex !important;
    justify-content: center !important;
    gap: 2rem !important;
    margin-bottom: 2rem !important;
  }
  
  .contact__link {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 0.5rem !important;
    padding: 1rem !important;
    background: rgba(249, 244, 232, 0.05) !important;
    border-radius: 15px !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    border: 1px solid rgba(212, 175, 55, 0.2) !important;
    min-width: 100px !important;
  }
  
  .contact__link:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.2) !important;
    border-color: rgba(212, 175, 55, 0.4) !important;
    background: rgba(212, 175, 55, 0.1) !important;
  }
  
  .contact__link img {
    width: 32px !important;
    height: 32px !important;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3)) !important;
  }
  
  .contact__link span {
    color: #d4af37 !important;
    font-weight: 600 !important;
    font-size: 0.9rem !important;
  }
  
  /* Book Consultation Section */
  .contact__info {
    background: rgba(249, 244, 232, 0.03) !important;
    border: 1px solid rgba(251, 191, 36, 0.15) !important;
    border-radius: 20px !important;
    padding: 2rem !important;
    text-align: center !important;
    backdrop-filter: blur(10px) !important;
  }
  
  .contact__text {
    margin-bottom: 2rem !important;
  }
  
  .contact__text p {
    color: #1a4d3a !important;
    font-size: 1rem !important;
    line-height: 1.6 !important;
    margin-bottom: 1rem !important;
  }
  
  .contact__text p:last-child {
    color: #1a4d3a !important;
    font-style: italic !important;
  }
  
  .button {
    background: linear-gradient(135deg, #d4af37, #daa520) !important;
    color: #1a4d3a !important;
    padding: 1rem 2rem !important;
    border-radius: 12px !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    font-size: 1.1rem !important;
    display: inline-block !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3) !important;
    position: relative !important;
    overflow: hidden !important;
  }
  
  .button::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(90deg, transparent, rgba(249, 244, 232, 0.2), transparent) !important;
    transition: left 0.5s ease !important;
  }
  
  .button:hover::before {
    left: 100% !important;
  }
  
  .button:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.4) !important;
  }
  
  /* Maps Section */
  .page__map {
    padding: 2rem 1rem !important;
    background: #fefcf8 !important;
    margin: 1rem 0 !important;
  }
  
  .map__grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 1.5rem !important;
  }
  
  .map__card {
    background: rgba(249, 244, 232, 0.05) !important;
    border-radius: 15px !important;
    padding: 1.5rem !important;
    border: 1px solid rgba(212, 175, 55, 0.2) !important;
    transition: all 0.3s ease !important;
  }
  
  .map__card:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2) !important;
    border-color: rgba(212, 175, 55, 0.4) !important;
  }
  
  .map__title {
    color: #1a4d3a !important;
    font-size: 1.3rem !important;
    font-weight: 600 !important;
    text-align: center !important;
    margin-bottom: 1rem !important;
    position: relative !important;
  }
  
  .map__title::after {
    content: "" !important;
    position: absolute !important;
    bottom: -0.5rem !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 40px !important;
    height: 2px !important;
    background: #d4af37 !important;
    border-radius: 1px !important;
  }
  
  .map__card iframe {
    border-radius: 10px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
  }
  
  /* About Page Mobile Enhancements */
  .about__container {
    padding: 1rem !important;
    margin: 0 !important;
  }
  
  /* Story Section */
  .about__story {
    display: flex !important;
    flex-direction: column !important;
    gap: 2rem !important;
  }
  
  .about__story-image {
    text-align: center !important;
    margin-bottom: 1rem !important;
  }
  
  .about__story-image img {
    width: 100% !important;
    max-width: 300px !important;
    height: auto !important;
    border-radius: 20px !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3) !important;
    border: 3px solid rgba(212, 175, 55, 0.2) !important;
    transition: all 0.3s ease !important;
  }
  
  .about__story-image img:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 12px 35px rgba(212, 175, 55, 0.2) !important;
    border-color: rgba(212, 175, 55, 0.4) !important;
  }
  
  .about__story-title {
    font-size: 2.2rem !important;
    color: #1a4d3a !important;
    text-align: center !important;
    margin-bottom: 1.5rem !important;
    text-shadow: none !important;
    position: relative !important;
  }
  
  .about__story-title::after {
    display: none !important;
  }
  
  .about__story-text {
    color: #1a4d3a !important;
    font-size: 1.1rem !important;
    line-height: 1.7 !important;
    margin-bottom: 1.5rem !important;
    text-align: center !important;
  }
  
  /* Credentials Section */
  .about__credentials {
    display: flex !important;
    flex-direction: column !important;
    gap: 1.5rem !important;
    margin-top: 2rem !important;
  }
  
  .about__credential {
    background: #f9f4e8 !important;
    border: 1px solid rgba(212, 175, 55, 0.2) !important;
    border-radius: 15px !important;
    padding: 1.5rem !important;
    display: flex !important;
    align-items: center !important;
    gap: 1rem !important;
    transition: all 0.3s ease !important;
    backdrop-filter: blur(10px) !important;
  }
  
  .about__credential:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.2) !important;
    border-color: rgba(212, 175, 55, 0.4) !important;
    background: rgba(251, 191, 36, 0.05) !important;
  }
  
  .about__credential-icon {
    font-size: 2.5rem !important;
    width: 60px !important;
    height: 60px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(212, 175, 55, 0.1) !important;
    border-radius: 50% !important;
    border: 2px solid rgba(212, 175, 55, 0.3) !important;
    flex-shrink: 0 !important;
  }
  
  .about__credential-text h4 {
    color: #d4af37 !important;
    font-size: 1.2rem !important;
    font-weight: 600 !important;
    margin-bottom: 0.5rem !important;
  }
  
  .about__credential-text p {
    color: #1a4d3a !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    margin: 0 !important;
  }
  
  /* Philosophy Section */
  .about__philosophy-title {
    font-size: 2rem !important;
    color: #1a4d3a !important;
    text-align: center !important;
    margin-bottom: 2rem !important;
    text-shadow: none !important;
    position: relative !important;
  }
  
  .about__philosophy-title::after {
    content: "" !important;
    position: absolute !important;
    bottom: -0.5rem !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 60px !important;
    height: 3px !important;
    background: linear-gradient(90deg, #d4af37, #daa520) !important;
    border-radius: 2px !important;
  }
  
  .about__philosophy-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 2rem !important;
  }
  
  .about__philosophy-item {
    background: #f9f4e8 !important;
    border: 1px solid rgba(251, 191, 36, 0.15) !important;
    border-radius: 20px !important;
    padding: 2rem !important;
    text-align: center !important;
    transition: all 0.3s ease !important;
    backdrop-filter: blur(10px) !important;
  }
  
  .about__philosophy-item:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 25px rgba(251, 191, 36, 0.15) !important;
    border-color: rgba(212, 175, 55, 0.3) !important;
  }
  
  .about__philosophy-image {
    margin-bottom: 1.5rem !important;
  }
  
  .about__philosophy-image img {
    width: 100% !important;
    height: 200px !important;
    object-fit: cover !important;
    border-radius: 15px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
  }
  
  .about__philosophy-item-title {
    color: #d4af37 !important;
    font-size: 1.5rem !important;
    font-weight: 600 !important;
    margin-bottom: 1rem !important;
    position: relative !important;
  }
  
  .about__philosophy-item-title::after {
    content: "" !important;
    position: absolute !important;
    bottom: -0.5rem !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 40px !important;
    height: 2px !important;
    background: #d4af37 !important;
    border-radius: 1px !important;
  }
  
  .about__philosophy-text {
    color: #1a4d3a !important;
    font-size: 1rem !important;
    line-height: 1.6 !important;
    text-align: center !important;
  }
  
  /* Results Section */
  .about__results-title {
    font-size: 2rem !important;
    color: #1a4d3a !important;
    text-align: center !important;
    margin-bottom: 1rem !important;
    text-shadow: none !important;
    position: relative !important;
  }
  
  .about__results-title::after {
    display: none !important;
  }
  
  .about__results-subtitle {
    color: #1a4d3a !important;
    font-size: 1.1rem !important;
    text-align: center !important;
    margin-bottom: 2rem !important;
    font-style: italic !important;
  }
  
  .about__results-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1.5rem !important;
    margin-top: 2rem !important;
  }
  
  .about__result {
    background: #f9f4e8 !important;
    border: 1px solid rgba(212, 175, 55, 0.2) !important;
    border-radius: 15px !important;
    padding: 1.5rem !important;
    text-align: center !important;
    transition: all 0.3s ease !important;
    backdrop-filter: blur(10px) !important;
  }
  
  .about__result:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.2) !important;
    border-color: rgba(212, 175, 55, 0.4) !important;
  }
  
  .about__result-number {
    color: #d4af37 !important;
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    margin-bottom: 0.5rem !important;
    text-shadow: 0 2px 4px rgba(212, 175, 55, 0.3) !important;
  }
  
  .about__result-label {
    color: #1a4d3a !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
  }
  
  /* Google Form Embed Styling */
  .google-form-container {
    width: 100% !important;
    height: 500px !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    margin-top: 1rem !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
  }
  
  .google-form-container iframe {
    width: 100% !important;
    height: 100% !important;
    border: none !important;
    border-radius: 10px !important;
  }
  
  /* Adjust modal for Google Form */
  #discountModal .modal-content {
    max-width: 600px !important;
    width: 95% !important;
    height: auto !important;
    max-height: 90vh !important;
    overflow-y: auto !important;
  }
  
  /* Mobile adjustments for Google Form */
  @media (max-width: 768px) {
    .google-form-container {
      height: 450px !important;
    }
    
    #discountModal .modal-content {
      max-width: 95% !important;
      width: 95% !important;
      margin: 1rem !important;
      padding: 1rem !important;
    }
  }

  .main__title {
    font-size: 3rem;
  }
  
  /* Desktop title display */
  @media (min-width: 769px) {
    .main_workshops .title-desktop {
      display: inline !important;
    }
    
    .main_workshops .title-mobile {
      display: none !important;
    }
  }

  .title {
    font-size: 2rem;
  }

  /* About Page Mobile */
  .about__story {
    flex-direction: column;
    gap: 2rem;
    text-align: center;
  }

  .about__story-title {
    font-size: 2rem;
  }

  .about__credentials {
    justify-content: center;
  }

  .about__credential {
    flex-direction: column;
    text-align: center;
    min-width: 150px;
  }

  .about__philosophy-title {
    font-size: 2rem;
  }

  .about__philosophy-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .about__philosophy-item {
    padding: 1.5rem;
  }

  .about__results-title {
    font-size: 2rem;
  }

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

  .about__result-number {
    font-size: 2.5rem;
  }

  /* Services Overview Mobile */
  .services-overview__title {
    font-size: 2rem;
  }
  
  .services-overview__header {
    padding-top: 1rem;
    margin-bottom: 2rem;
  }

  .services-overview__tiers {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .service-tier {
    padding: 1.5rem;
  }

  .service-tier__amount {
    font-size: 2.5rem;
  }

  .services-overview__cta-button {
    display: block;
    margin: 0.5rem 0;
  }

  .about__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .about__container {
    flex-direction: column;
    padding-top: 1rem;
    padding-bottom: 1rem;
    gap: 4rem;
  }

  .services__container {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }

  .testimonial__title {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }

  .testiomonial__caption {
    margin-bottom: 2rem;
  }

  .outro__container {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
    background: #f9f4e8;
  }

  .logo {
    font-size: 1rem;
  }

  .services-page__column {
    flex-direction: column !important;
    text-align: center;
    gap: 2rem;
    text-align: center;
    font-size: 20px;
    gap: 4rem;
  }
}

@media (max-width: 61.936rem) {
  .footer__container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    row-gap: 0.938rem;
  }

  .logo {
    font-size: 2rem;
  }
}

@media (max-width: 530px) {
  .reviews__row {
    grid-template-columns: 1fr;
  }

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

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

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

/* ************TESTIMONIALS SECTION************ */
.testimonials {
  background-color: #f9f4e8;
  padding: 4rem 0;
  border: 3px solid #d4af37;
  border-radius: 20px;
  margin: 2rem 0;
  box-shadow: 0 10px 40px rgba(212, 175, 55, 0.2);
  position: relative;
}

/* Add decorative quotes to testimonials */
.testimonials::before {
  content: "❝";
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 4rem;
  color: #d4af37;
  opacity: 0.3;
  font-family: serif;
}

.testimonials::after {
  content: "❞";
  position: absolute;
  bottom: -20px;
  right: 50%;
  transform: translateX(50%);
  font-size: 4rem;
  color: #d4af37;
  opacity: 0.3;
  font-family: serif;
}

.testimonials__container {
  max-width: 72.624rem;
  margin: 0 auto;
  padding: 0 0.938rem;
}

.testimonials__title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 3rem;
  color: #1a4d3a; /* gold */
}

/* Carousel base */
.testimonials__slider {
  position: relative;
  overflow: hidden;
}

.testimonials__track {
  display: flex;
  transition: transform 0.5s ease;
  will-change: transform;
}

.testimonials__slide {
  min-width: 100%;
  padding: 0 0.5rem;
  box-sizing: border-box;
}

.testimonial__item {
  background: #f9f4e8;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
}

/* New testimonials item styles */
.testimonials__item {
  background: #f9f4e8;
  padding: 1.75rem;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.15);
  border: 2px solid #d4af37;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-width: 900px;
  margin: 0 auto;
  transition: all 0.3s ease;
}

.testimonials__item:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(212, 175, 55, 0.2);
}

.testimonials__item blockquote {
  font-style: italic;
  line-height: 1.6;
  color: #1a4d3a; /* dark green text */
}

.testimonials__meta {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.25rem;
  color: #1a4d3a; /* darker text for readability */
}

.testimonials__meta cite {
  font-weight: 700;
  color: #1a4d3a;
}

.testimonials__meta p {
  margin: 0;
  color: #1a4d3a;
}

.testimonials__meta span {
  font-size: 0.9rem;
  color: #1a4d3a;
}

.testimonials__rating {
  color: #f5c518;
  letter-spacing: 2px;
  margin-bottom: 0.25rem;
}

/* Nav arrows */
.testimonials__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(249, 244, 232, 0.9);
  border: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  box-shadow: 0 10px 30px rgba(139, 154, 139, 0.2);
  cursor: pointer;
  font-size: 1.5rem;
  color: #1a4d3a;
  transition: all 0.2s ease;
}

.testimonials__nav:hover {
  background: #f9f4e8;
  color: #1a4d3a;
}

.testimonials__nav--prev { left: 0.5rem; }
.testimonials__nav--next { right: 0.5rem; }

/* Dots */
.testimonials__dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1rem;
}

.testimonials__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f9f4e8;
  cursor: pointer;
  transition: background 0.2s ease;
}

.testimonials__dot[aria-selected="true"] {
  background: #f9f4e8;
}

@media (max-width: 992px) {
  .testimonials__item { margin: 0 1rem; }
}

@media (max-width: 600px) {
  .testimonials__nav { display: none; }
}

.testimonial__text {
  font-style: italic;
  margin-bottom: 1rem;
  line-height: 1.6;
  color: #666;
}

.testimonial__author {
  font-weight: 600;
  color: #1a4d3a;
}

/* Custom Free Guide Modal Styles */
.free-guide-modal {
  text-align: center;
}

.free-guide-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a4d3a;
  margin-bottom: 0.4rem;
  line-height: 1.2;
}

.free-guide-subtitle {
  font-size: 0.8rem;
  color: #1a4d3a;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.free-guide-form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.form-group {
  text-align: left;
}

.form-group label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  color: #1a4d3a;
  margin-bottom: 0.3rem;
}

.form-group input {
  width: 100%;
  padding: 0.6rem 0.7rem;
  border: 2px solid #1a4d3a;
  border-radius: 6px;
  background: rgba(26, 77, 58, 0.8);
  color: #1a4d3a;
  font-size: 0.85rem;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.form-group input:focus {
  outline: none;
  border-color: #1a4d3a;
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.1);
}

.form-group input::placeholder {
  color: #1a4d3a;
}

.free-guide-submit {
  background: linear-gradient(135deg, #d4af37 0%, #daa520 100%);
  color: #1a4d3a;
  border: none;
  padding: 0.7rem 1.25rem;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 0.4rem;
}

.free-guide-submit:hover {
  background: linear-gradient(135deg, #daa520 0%, #b8860b 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(212, 175, 55, 0.4);
}

.free-guide-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.form-success {
  text-align: center;
  padding: 1rem 0;
}

.form-success h4 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a4d3a;
  margin-bottom: 0.5rem;
}

.form-success p {
  font-size: 0.8rem;
  color: #1a4d3a;
  line-height: 1.4;
}

/* Discount Modal Styles */
.discount-modal {
  text-align: center;
  padding: 2rem;
  background: #f9f4e8;
  border-radius: 15px;
}

.discount-title {
  color: #1a4d3a;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.discount-subtitle {
  color: #1a4d3a;
  font-size: 1rem;
  margin-bottom: 2rem;
  line-height: 1.4;
}

.discount-form .form-group {
  margin-bottom: 1rem;
}

.discount-form input {
  width: 100%;
  padding: 1rem;
  border: 2px solid #1a4d3a;
  border-radius: 10px;
  font-size: 1rem;
  background: #f9f4e8;
  color: #1a4d3a;
  transition: border-color 0.3s ease, background 0.3s ease;
}

.discount-form input::placeholder {
  color: #1a4d3a;
}

.discount-form input:focus {
  outline: none;
  border-color: #1a4d3a;
  background: #f9f4e8;
}

.discount-form select,
.discount-form textarea {
  width: 100%;
  padding: 1rem;
  border: 2px solid #1a4d3a;
  border-radius: 10px;
  font-size: 1rem;
  background: #f9f4e8;
  color: #1a4d3a;
  transition: border-color 0.3s ease, background 0.3s ease;
  font-family: inherit;
}

.discount-form select:focus,
.discount-form textarea:focus {
  outline: none;
  border-color: #1a4d3a;
  background: #f9f4e8;
}

.discount-form select option {
  background: #f9f4e8;
  color: #1a4d3a;
}

.discount-form textarea {
  resize: vertical;
  min-height: 80px;
}

.discount-submit {
  background: linear-gradient(135deg, #d4af37 0%, #daa520 100%);
  color: #1a4d3a;
  border: none;
  padding: 0.75rem 2rem;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
}

.discount-submit:hover {
  background: linear-gradient(135deg, #daa520 0%, #b8860b 100%);
  transform: translateY(-2px);
}

.discount-submit:active {
  transform: translateY(0);
}

/* Google Form Container Styling */
.google-form-container {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  background: #f9f4e8;
}

.google-form-iframe {
  border: none;
  border-radius: 12px;
  background: #f9f4e8;
  /* Hide Google branding and make it look native */
  filter: contrast(1.1) brightness(1.05);
}

/* Override Google Form styling */
.google-form-iframe::-webkit-scrollbar {
  width: 6px;
}

.google-form-iframe::-webkit-scrollbar-track {
  background: #f9f4e8;
  border-radius: 3px;
}

.google-form-iframe::-webkit-scrollbar-thumb {
  background: #f9f4e8;
  border-radius: 3px;
}

.google-form-iframe::-webkit-scrollbar-thumb:hover {
  background: #f9f4e8;
}

/* Mobile Responsive for Free Guide Modal */
@media (max-width: 768px) {
  .free-guide-title {
    font-size: 1.1rem;
  }
  
  .free-guide-subtitle {
    font-size: 0.75rem;
  }
  
  .form-group input {
    padding: 0.6rem 0.7rem;
  }
  
  .free-guide-submit {
    padding: 0.7rem 1.25rem;
    font-size: 0.8rem;
  }
  
  .discount-title {
    font-size: 1.3rem;
  }
  
  .discount-subtitle {
    font-size: 0.8rem;
  }
  
  .discount-form input {
    padding: 0.6rem 0.7rem;
  }
  
  .discount-submit {
    padding: 0.7rem 1.25rem;
    font-size: 0.8rem;
  }
  
  .google-form-container {
    border-radius: 8px;
  }
  
  .google-form-iframe {
    height: 350px;
    border-radius: 8px;
  }
}

/* FINAL OVERRIDE - HAMBURGER MENU ALWAYS VISIBLE ON MOBILE */
@media (max-width: 768px) {
  /* Ultimate override for hamburger menu visibility */
  .icon-menu,
  .menu__icon,
  .menu__icon.icon-menu,
  button.menu__icon,
  button.icon-menu,
  .header__actions .menu__icon,
  .header__actions .icon-menu,
  .header .menu__icon,
  .header .icon-menu,
  .header__navigation .menu__icon,
  .header__navigation .icon-menu {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    z-index: 9999 !important;
    width: 30px !important;
    height: 20px !important;
    cursor: pointer !important;
    margin-left: auto !important;
  }
  
  /* Ultimate override for hamburger menu lines */
  .icon-menu span,
  .icon-menu::before,
  .icon-menu::after,
  .menu__icon span,
  .menu__icon::before,
  .menu__icon::after,
  button.menu__icon span,
  button.menu__icon::before,
  button.menu__icon::after,
  .header__actions .menu__icon span,
  .header__actions .menu__icon::before,
  .header__actions .menu__icon::after {
    content: "" !important;
    position: absolute !important;
    width: 100% !important;
    height: 4px !important;
    background-color: #d4af37 !important;
    transition: all 0.3s ease !important;
    border-radius: 2px !important;
    box-shadow: 0 0 2px rgba(0,0,0,0.3) !important;
  }
}