/* ===================================================
   Glow Village Modern_Bold Global CSS
   Brand Colors: #2D3436 (primary), #FFB74D (secondary/accent), #FFFFFF (accent/primary backgrounds)
   Fonts: Montserrat (display), Open Sans (body)
   =================================================== */
/* 1. Reset and Normalize */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, main, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline; box-sizing: border-box;
}
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {
  font-family: 'Open Sans', Arial, sans-serif;
  background: #FFFFFF;
  color: #2D3436;
  font-size: 16px;
  line-height: 1.7;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  position: relative;
}
a {
  color: #2D3436;
  text-decoration: none;
  transition: color 0.18s cubic-bezier(.4,.2,.2,1);
}
a:hover, a:focus {
  color: #FFB74D;
}
ul, ol { margin-left: 1.5em; }

/* Custom Fonts */
@import url('https://fonts.googleapis.com/css?family=Montserrat:700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap');

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 900;
  color: #2D3436;
  letter-spacing: 0.01em;
  margin-bottom: 16px;
}
h1 { font-size: 2.75rem; line-height: 1.12; }
h2 { font-size: 2rem; line-height: 1.16; }
h3 { font-size: 1.25rem; font-weight: 700; line-height: 1.24; }
h4, h5, h6 { font-size: 1.1rem; font-weight: 700; }

.subtitle {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 32px;
  color: #2D3436;
  max-width: 600px;
  letter-spacing: 0.005em;
}
strong {
  font-weight: 700;
}

/* ===================================================
   Layout & Spacing Patterns
   =================================================== */
.container {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
section {
  background: #fff;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
}
.card-container, .services-cards, .services-grid, .features-list, .features-grid, .benefits-grid, .testimonials-list, .testimonials-slider {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 16px;
}
.card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 5px 16px 0 rgba(45,52,54,0.07), 0 1.5px 6px 0 rgba(45,52,54,0.08);
  padding: 32px 24px 24px;
  margin-bottom: 20px;
  position: relative;
  min-width: 260px;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.text-image-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 3px 18px 0 rgba(45,52,54,0.06), 0 1.5px 6px 0 rgba(45,52,54,0.07);
  padding: 20px 28px 20px 24px;
  margin-bottom: 20px;
  min-width: 250px;
  max-width: 420px;
  border-left: 8px solid #FFB74D;
  transition: box-shadow 0.21s cubic-bezier(.4,.2,.2,1), transform 0.20s cubic-bezier(.4,.2,.2,1);
  font-size: 1.05rem;
}
.testimonial-card:hover {
  box-shadow: 0 10px 36px 0 rgba(45,52,54,0.13), 0 1.5px 6px 0 rgba(45,52,54,0.11);
  transform: translateY(-3px) scale(1.02);
}
.feature-item, .benefit-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  background: #fff;
  border-radius: 12px;
  padding: 24px 18px 18px;
  box-shadow: 0 2.2px 8px 0 rgba(45,52,54,0.08);
  min-width: 210px;
  margin-bottom: 20px;
  border-top: 4px solid #FFB74D;
  transition: box-shadow 0.19s cubic-bezier(.4,.2,.2,1), transform 0.20s cubic-bezier(.4,.2,.2,1);
}
.feature-item img,.benefit-item img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}
.feature-item:hover, .benefit-item:hover {
  box-shadow: 0 7px 22px 0 rgba(255,183,77,0.16), 0 1.5px 6px 0 rgba(45,52,54,0.08);
  transform: translateY(-2px) scale(1.03);
}
.service-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 5px 16px 0 rgba(45,52,54,0.08);
  padding: 32px 22px 24px;
  margin-bottom: 20px;
  min-width: 250px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border: 2px solid #FFB74D;
  transition: border-color 0.18s, box-shadow 0.2s cubic-bezier(.4,.2,.2,1);
}
.service-card h3, .service-card h2 {
  color: #2D3436;
  margin-bottom: 10px;
}
.service-card .price {
  color: #FFB74D;
  font-size: 1.25rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin: 0 0 6px;
}
.service-card .cta-btn {
  margin-top: 10px;
}
.service-card:hover {
  border-color: #2D3436;
  box-shadow: 0 8px 26px 0 rgba(45,52,54,0.14);
}

.tips-list, .support-list, .faq-list, .text-section ul {
  list-style: disc inside;
  margin: 10px 0 18px 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.tips-list li, .support-list li, .faq-list .faq-item, .text-section ul li {
  font-size: 1.09rem;
  line-height: 1.7;
}
.text-section {
  margin-top: 10px;
  margin-bottom: 18px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.faq-list {
  gap: 16px;
}
.faq-item {
  background: #F9F6F2;
  border-radius: 10px;
  padding: 18px 14px 14px 18px;
  border-left: 4px solid #FFB74D;
}

/* Visual Divider Between Cards */
.card-container > *, .services-cards > *, .services-grid > *, .features-list > *, .features-grid > *, .benefits-grid > *, .testimonials-list > *, .testimonials-slider > * {
  margin-right: 0;
}

/* ===================================================
   Header & Nav
   =================================================== */
header {
  width: 100%;
  background: #2D3436;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 20px;
  box-shadow: 0 5px 18px 0 rgba(45,52,54,.08);
  position: sticky;
  top: 0;
  z-index: 110;
}
.logo-link {
  display: flex; align-items: center;
}
.logo-link img {
  height: 44px; width: auto;
}
.main-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
}
.main-nav a {
  color: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  font-size: 1.08rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  transition: color 0.21s cubic-bezier(.4,.2,.2,1);
  border-bottom: 2px solid transparent;
  padding-bottom: 2px;
}
.main-nav a:hover,
.main-nav a:focus {
  color: #FFB74D;
  border-bottom: 2px solid #FFB74D;
}
.cta-btn.primary {
  background: #FFB74D;
  color: #2D3436;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.12rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  border: none;
  border-radius: 44px;
  padding: 13px 38px;
  margin-left: 24px;
  cursor: pointer;
  box-shadow: 0 3px 17px 0 rgba(255,183,77,0.11);
  transition: background 0.14s, color 0.13s, box-shadow 0.18s;
  text-transform: uppercase;
  outline: none;
  display: inline-block;
}
.cta-btn.secondary {
  background: #2D3436;
  color: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  border: none;
  border-radius: 44px;
  padding: 11px 30px;
  cursor: pointer;
  margin-left: 0;
  margin-top: 14px;
  box-shadow: 0 2px 8px 0 rgba(45,52,54,0.08);
  transition: background 0.14s, color 0.13s, box-shadow 0.18s;
  text-transform: uppercase;
  outline: none;
  display: inline-block;
}
.cta-btn.primary:hover, .cta-btn.primary:focus {
  background: #2D3436;
  color: #FFB74D;
  box-shadow: 0 7px 28px 0 rgba(45,52,54,0.17);
}
.cta-btn.secondary:hover, .cta-btn.secondary:focus {
  background: #FFB74D;
  color: #2D3436;
  box-shadow: 0 7px 19px 0 rgba(255,183,77,0.13);
}

/* Hide CTA button on mobile, show in menu */
@media (max-width: 768px) {
  .cta-btn.primary {
    display: none;
  }
}

/* ===================================================
   Hamburger & Mobile Menu
   =================================================== */
.mobile-menu-toggle {
  background: none;
  border: none;
  color: #FFB74D;
  font-size: 2.1rem;
  display: none;
  cursor: pointer;
  margin-left: 18px;
  padding: 6px 10px;
  border-radius: 8px;
  transition: background 0.13s, color 0.13s;
  z-index: 151;
}
.mobile-menu-toggle:focus, .mobile-menu-toggle:hover {
  background: #FFDFA6;
  color: #2D3436;
}
/* Show mobile toggle and hide main nav on mobile */
@media (max-width: 1024px) {
  .main-nav {
    display: none !important;
  }
  .mobile-menu-toggle {
    display: block;
  }
}
@media (max-width: 768px) {
  header {
    flex-direction: row;
    padding: 10px 10px 10px 16px;
  }
}
/* ====== MOBILE MENU OVERLAY ====== */
.mobile-menu {
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(45,52,54,0.98);
  z-index: 199;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transform: translateX(-100vw);
  transition: transform 0.37s cubic-bezier(.4,.16,.21,1);
  box-shadow: 0 7px 28px 0 rgba(45,52,54,0.18);
  pointer-events: none;
  opacity: 0;
}
.mobile-menu.open {
  transform: translateX(0);
  pointer-events: all;
  opacity: 1;
}
.mobile-menu-close {
  background: none;
  color: #FFB74D;
  font-size: 2.45rem;
  border: none;
  align-self: flex-end;
  margin: 24px 30px 12px 0;
  padding: 6px 14px;
  cursor: pointer;
  border-radius: 12px;
  transition: background 0.18s, color 0.15s;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  background: #FFDFA6;
  color: #2D3436;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-left: 36px;
  margin-top: 42px;
  width: 80vw;
}
.mobile-nav a {
  color: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  font-size: 1.23rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 15px 0;
  transition: color 0.19s, background 0.18s;
  border-radius: 3px;
  width: fit-content;
}
.mobile-nav a:focus, .mobile-nav a:hover {
  color: #FFB74D;
  background: #fff2e2;
}

/* Full screen overlay for mobile menu */
@media (min-width: 1025px) {
  .mobile-menu {
    display: none !important;
  }
}
/* Ensure mobile menu covers the content below and is above all */

/* ===================================================
   Main/Miscellaneous Styles
   =================================================== */
main {
  width: 100%;
  margin-top: 0;
  margin-bottom: 40px;
}
section {
  width: 100%;
  margin-bottom: 60px;
  padding: 40px 0 0 0;
}
section:last-of-type {
  margin-bottom: 60px;
}
footer {
  background: #2D3436;
  color: #fff;
  padding: 40px 0 0 0;
  width: 100%;
}
.footer-menu {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
}
.footer-menu a {
  color: #FFB74D;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 0;
  transition: color 0.18s;
}
.footer-menu a:hover {
  color: #fff;
}
.footer-contact {
  margin-top: 24px;
  font-size: 1.06rem;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.footer-contact a {
  color: #ffb74d;
  text-decoration: underline;
  font-weight: 700;
}
.footer-contact a:hover {
  color: #fff;
  text-decoration: none;
}

/* ===================================================
   Form, Map, FAQ, Details
   =================================================== */
.address-map {
  display: flex;
  align-items: center;
  gap: 9px;
  background: #F7F7F7;
  border-radius: 13px;
  padding: 10px 20px 10px 12px;
  font-weight: 700;
  font-size: 1.04rem;
  color: #2D3436;
  margin-top: 12px;
}
.address-map img {
  width: 22px; height: 22px;
}

/* ===================================================
   Visual Micro-interactions & Animations
   =================================================== */
button,
.cta-btn,
.mobile-menu-toggle,
.mobile-menu-close {
  transition: background 0.13s, color 0.13s, box-shadow 0.18s;
}
@media (hover: hover) {
  .feature-item:hover, .service-card:hover, .testimonial-card:hover {
    box-shadow: 0 10px 40px 0 rgba(45,52,54,0.15);
    transform: translateY(-3px) scale(1.02);
  }
}

/* ===================================================
   Responsive & Flexbox Layouts
   =================================================== */
@media (max-width: 1024px) {
  .container {
    max-width: 99vw;
    padding-left: 13px;
    padding-right: 13px;
  }
  .content-wrapper {
    gap: 18px;
  }
  .main-nav { gap: 14px; }
  .footer-menu { gap: 13px; }
}
@media (max-width: 900px) {
  .card-container, .services-cards, .services-grid, .features-list, .features-grid, .benefits-grid, .testimonials-list, .testimonials-slider {
    gap: 16px;
  }
  .section, section {
    margin-bottom: 38px;
    padding: 28px 0 0 0;
  }
}
@media (max-width: 768px) {
  .card-container, .services-cards, .services-grid, .features-list, .features-grid, .benefits-grid, .testimonials-list, .testimonials-slider {
    flex-direction: column;
    gap: 14px;
  }
  .content-grid, .footer-menu {
    flex-direction: column;
    gap: 16px;
  }
  .text-image-section, .feature-item {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }
  section, .section {
    padding: 22px 0 0 0;
    margin-bottom: 32px;
  }
  h1 { font-size: 2.1rem; }
  h2 { font-size: 1.42rem; }
  .subtitle { font-size: 1.09rem; }
  .card, .service-card, .feature-item, .testimonial-card {
    padding: 20px 13px 14px;
    min-width: 92vw;
    max-width: 98vw;
  }
}
@media (max-width: 480px) {
  .card, .service-card, .feature-item, .testimonial-card {
    padding: 13px 7px 10px 9px;
    min-width: 85vw;
    max-width: 99vw;
  }
  .logo-link img {
    height: 32px;
  }
  .mobile-menu-close {
    margin: 18px 16px 4px 0;
    font-size: 2.05rem;
  }
}

/* ===================================================
   Cookie Consent Banner & Modal
   =================================================== */
.cookie-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  background: #2D3436;
  color: #fff;
  width: 100vw;
  padding: 20px 24px 20px 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-size: 1.08rem;
  z-index: 9999;
  box-shadow: 0 -6px 28px 0 rgba(45,52,54,0.11);
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
  transition: opacity 0.22s cubic-bezier(.6,.1,.2,1), transform 0.25s cubic-bezier(.6,.1,.2,1);
}
.cookie-banner.visible {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}
.cookie-banner .cookie-banner-message {
  font-size: 1.09rem;
  font-family: 'Open Sans', sans-serif;
  flex: 1;
  line-height: 1.4;
  color: #fff;
}
.cookie-banner-actions {
  display: flex;
  flex-direction: row;
  gap: 14px;
  align-items: center;
}
.cookie-banner .cookie-btn {
  border: none;
  border-radius: 22px;
  padding: 8px 24px 8px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.04rem;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
  margin: 0;
  background: #FFB74D;
  color: #2D3436;
  box-shadow: 0 2px 8px 0 rgba(255,183,77,0.07);
  transition: background 0.16s, color 0.15s;
}
.cookie-banner .cookie-btn.secondary {
  background: #fff;
  color: #2D3436;
  border: 1.5px solid #FFB74D;
}
.cookie-banner .cookie-btn.reject {
  background: #2D3436;
  color: #fff;
  border: 1.5px solid #fff;
}
.cookie-banner .cookie-btn:focus, .cookie-banner .cookie-btn:hover {
  background: #FFDFA6;
}
.cookie-banner .cookie-btn.secondary:focus, .cookie-banner .cookie-btn.secondary:hover {
  background: #FFDFA6;
  color: #2D3436;
}
.cookie-banner .cookie-btn.reject:focus, .cookie-banner .cookie-btn.reject:hover {
  background: #FFB74D;
  color: #2D3436;
}
@media (max-width: 660px) {
  .cookie-banner {
    flex-direction: column;
    align-items: flex-start;
    gap: 11px;
    padding: 13px 7px 13px 13px;
  }
  .cookie-banner-actions {
    gap: 7px;
  }
}

/* COOKIE MODAL (for preferences/settings) */
.cookie-modal-overlay {
  position: fixed; top:0; left:0; width:100vw; height:100vh; background: rgba(45,52,54,0.85); z-index: 10001;
  display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none; transition: opacity 0.27s cubic-bezier(.61,.07,.2,1);
}
.cookie-modal-overlay.visible {
  opacity: 1; pointer-events: all;
}
.cookie-modal {
  background: #fff;
  color: #2D3436;
  border-radius: 20px;
  max-width: 375px;
  width: 96vw;
  box-shadow: 0 7px 32px 0 rgba(45,52,54,0.18);
  padding: 34px 22px 22px 22px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  position: relative;
  animation: cookie-modal-in .35s cubic-bezier(.5,1.4,.38,1.06);
}
@keyframes cookie-modal-in {
  0% { transform: scale(0.8) translateY(50px); opacity: 0; } 
  100% { transform: scale(1) translateY(0); opacity: 1; }
}
.cookie-modal h3 {
  font-size: 1.4rem;
  margin-bottom: 7px;
  color: #2D3436;
}
.cookie-modal .close {
  position: absolute;
  top: 11px; right: 17px;
  background: none; border: none;
  color: #FFB74D; font-size: 1.7rem; cursor: pointer; border-radius: 10px; padding: 2px 7px;
}
.cookie-modal .close:hover, .cookie-modal .close:focus { background: #FFDFA6; color: #2D3436; }
.cookie-categories {
  display: flex; flex-direction: column; gap: 14px;
  width: 100%;
}
.cookie-category {
  display: flex; flex-direction: row; align-items: center; gap: 10px;
  padding: 10px 0 10px 2px;
}
.cookie-category label {
  font-family: 'Open Sans', Arial, sans-serif; font-size: 1.04rem; color: #2D3436;
  flex: 1;
}
.cookie-category input[type=checkbox]:not(:disabled) {
  accent-color: #FFB74D;
  width: 18px;
  height: 18px;
}
.cookie-category input[type=checkbox][disabled] {
  accent-color: #BDBDBD; filter: grayscale(0.75);
}
.cookie-category .category-status {
  font-size: 0.91rem;
  color: #BDBDBD;
  font-style: italic;
  margin-left: 6px;
}
/* Modal accept/save/reject buttons */
.cookie-modal .cookie-btn {
  margin-top: 6px;
  padding: 7px 24px;
}

/* Show/hide accessibility on overlays and modals */
@media (max-width: 480px) {
  .cookie-modal {
    max-width: 98vw;
    padding: 18px 4px 15px 7px;
  }
}

/* ===================================================
   Utility Classes
   =================================================== */
.d-flex { display: flex; }
.flex-col { flex-direction: column; }
.flex-row { flex-direction: row; }
.flex-center { align-items: center; justify-content: center; }
.flex-wrap { flex-wrap: wrap; }
.gap-8 { gap: 8px; }
.gap-16 { gap: 16px; }
.gap-24 { gap: 24px; }
.gap-32 { gap: 32px; }
.align-center { align-items: center; }
.align-start { align-items: flex-start; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.mt-32 { margin-top: 32px; }
.mt-24 { margin-top: 24px; }
.mb-32 { margin-bottom: 32px; }
.mb-24 { margin-bottom: 24px; }
.mb-16 { margin-bottom: 16px; }
.rounded { border-radius: 10px; }

/* ===================================================
   Accessibility / High Contrast Emphasis for Testimonials
   =================================================== */
.testimonial-card p, .testimonial-card .reviewer {
  color: #2D3436;
}

/* ===================================================
   Custom Scrollbar, Selection, etc.
   =================================================== */
::-webkit-scrollbar { width: 8px; background: #FFDFA6; }
::-webkit-scrollbar-thumb { background: #FFB74D; border-radius: 15px; }
::selection { background: #FFB74D; color: #2D3436; }

/* ===================================================
   Print Hide Cookie & Burger Menu
   =================================================== */
@media print {
  .cookie-banner, .mobile-menu, .mobile-menu-toggle { display:none !important; }
}
