/* ============================== */
/* LUCESPIRA YOGA CLUB - MODERN BOLD THEME CSS */
/* ============================== */

/******************************
 * RESET & BASE TYPOGRAPHY
 ******************************/
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,
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;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1.6;
  font-family: 'Montserrat', Arial, sans-serif;
  background: #fff;
  color: #213431;
  min-height: 100vh;
  font-size: 16px;
}
a {
  color: #213431;
  text-decoration: none;
  transition: color 0.2s cubic-bezier(.4,0,.2,1);
}
a:focus {
  outline: 2px solid #BACDB0;
  outline-offset: 2px;
}
img {
  max-width: 100%; height: auto; display: block;
}
ul, ol { list-style: none; }

/******************************
 * BRAND TYPOGRAPHY
 ******************************/
h1, h2, h3, h4 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  letter-spacing: -1px;
}
h1 {
  font-size: 2.7rem;
  line-height: 1.12;
  margin-bottom: 20px;
}
h2 {
  font-size: 2rem;
  line-height: 1.15;
  margin-bottom: 16px;
}
h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #213431;
}
h4 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 8px;
}
p, li, ul, ol, blockquote, td, th, label, dd, dt {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 0.01em;
}
blockquote {
  font-style: italic;
  border-left: 4px solid #BACDB0;
  padding-left: 20px;
  margin-left: 0;
  color: #213431;
  background: #EDE6D6;
  border-radius: 8px;
  margin-bottom: 24px;
  font-size: 1.15rem;
  font-weight: 600;
}
strong { font-weight: 700; }

/******************************
 * GLOBAL SPACING & CONTAINERS
 ******************************/
.container {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 16px;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: transparent;
}
.content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.text-section {
  max-width: 710px;
}
.features, .feature-grid, .service-list, .testimonial-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: flex-start;
}
.text-image-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.card-container, .card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 10px rgba(33,52,49,0.10);
  margin-bottom: 20px;
  position: relative;
  padding: 26px 24px;
  min-width: 270px;
  flex: 1 1 260px;
  transition: box-shadow 0.25s cubic-bezier(.4,0,.2,1), transform 0.25s cubic-bezier(.4,0,.2,1);
}
.card:hover {
  box-shadow: 0 5px 24px rgba(33,52,49,0.38);
  transform: translateY(-3px) scale(1.025);
  z-index: 2;
}

/******************************
 * FEATURE ITEMS, LISTS, TESTIMONIALS
 ******************************/
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  background: #EDE6D6;
  border-radius: 12px;
  padding: 28px 20px 24px 20px;
  min-width: 220px;
}
.feature-grid > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  background: #EDE6D6;
  border-radius: 12px;
  padding: 24px 16px;
  min-width: 220px;
  transition: box-shadow 0.23s cubic-bezier(.4,0,.2,1), transform 0.23s cubic-bezier(.4,0,.2,1);
  box-shadow: 0 2px 6px rgba(33,52,49,0.07);
}
.feature-grid > div:hover {
  box-shadow: 0 5px 20px rgba(33,52,49,0.19);
  transform: translateY(-2px) scale(1.012);
}
.feature-grid img {
  width: 40px; height: 40px; margin-bottom: 4px;
}
.features ul, .feature-grid ul {
  padding-left: 0;
}
.features li, .feature-grid li {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #EDE6D6;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 16px;
  font-weight: 600;
}
.features li img {
  width: 34px; height: 34px;
}

/******************************
 * SERVICE LISTS
 ******************************/
.service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: flex-start;
}
.service-list > div {
  background: #fff;
  border: 2px solid #BACDB0;
  border-radius: 16px;
  box-shadow: 0 2px 10px rgba(33,52,49,0.07);
  padding: 24px 20px;
  margin-bottom: 20px;
  min-width: 240px;
  flex: 1 1 220px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: box-shadow 0.23s cubic-bezier(.4,0,.2,1), border 0.23s cubic-bezier(.4,0,.2,1);
}
.service-list > div:hover {
  box-shadow: 0 5px 22px rgba(33,52,49,0.22);
  border: 2px solid #213431;
}
.service-price {
  font-weight: 700;
  color: #213431;
  background: #BACDB0;
  padding: 9px 16px;
  border-radius: 8px;
  align-self: flex-start;
  margin-top: 8px;
  font-size: 1rem;
}

/******************************
 * TESTIMONIAL CARDS
 ******************************/
.testimonial-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 20px;
  justify-content: flex-start;
}
.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 26px 30px 24px 30px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 3px 16px rgba(33,52,49,0.11);
  margin-bottom: 20px;
  min-width: 260px;
  max-width: 400px;
  font-size: 1.08rem;
  border: 2px solid #EDE6D6;
  transition: box-shadow 0.2s cubic-bezier(.4,0,.2,1), border 0.2s cubic-bezier(.4,0,.2,1);
}
.testimonial-card p {
  font-weight: 500;
  color: #213431;
}
.testimonial-card strong {
  font-size: 1rem;
  color: #213431;
}
.testimonial-card:hover {
  box-shadow: 0 7px 30px rgba(33,52,49,0.15);
  border: 2px solid #BACDB0;
}

/******************************
 * BUTTONS
 ******************************/
.btn-primary,
.main-nav .btn-primary, .mobile-nav .btn-primary {
  display: inline-flex;
  align-items: center;
  background: #213431;
  color: #ffffff !important;
  font-weight: 700;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.04rem;
  border: none;
  border-radius: 999px;
  padding: 11px 28px;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(33,52,49,0.13);
  margin-left: 18px;
  letter-spacing: 0.03em;
  transition: background 0.18s cubic-bezier(.4,0,.2,1), color 0.14s cubic-bezier(.4,0,.2,1), transform 0.16s cubic-bezier(.4,0,.2,1);
  text-transform: none;
  outline: none;
}
.btn-primary:hover, .btn-primary:focus {
  background: #BACDB0;
  color: #213431 !important;
  transform: scale(1.04);
}

/******************************
 * NAVIGATION (DESKTOP + MOBILE)
 ******************************/
.main-nav {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
  background: #fff;
  padding: 20px 0 10px 0;
}
.main-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  font-size: 1.02rem;
  color: #213431;
  padding: 6px 1px;
  margin-right: 8px;
  border-radius: 5px;
  transition: color 0.13s, background 0.12s;
}
.main-nav a:not(.btn-primary):hover, .main-nav a:not(.btn-primary):focus {
  color: #BACDB0;
  background: #EDE6D6;
}
.main-nav img {
  height: 46px; width: auto;
  margin-right: 22px;
  vertical-align: middle;
}

.mobile-menu-toggle {
  display: none;
  background: #213431;
  color: #fff;
  border: none;
  border-radius: 9px;
  width: 45px; height: 45px;
  font-size: 2rem;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 1520;
  transition: background 0.18s;
}
.mobile-menu-toggle:hover {
  background: #BACDB0; color: #213431;
}

.mobile-menu {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(33,52,49,0.97);
  transform: translateX(100%);
  transition: transform 0.28s cubic-bezier(.55,.11,.3,1.11);
  z-index: 1999;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 28px 28px 50px 28px;
  min-height: 100vh;
  overflow-y: auto;
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu-close {
  background: none;
  border: none;
  color: #fff;
  font-size: 2.1rem;
  align-self: flex-end;
  margin-bottom: 34px;
  padding: 3px 12px;
  border-radius: 7px;
  transition: background 0.12s;
}
.mobile-menu-close:hover {
  background: #BACDB0;
  color: #213431;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 100%;
}
.mobile-nav a {
  font-size: 1.26rem;
  font-weight: 700;
  color: #fff;
  padding: 13px 0 13px 10px;
  border-radius: 6px;
  letter-spacing: 0.02em;
  border-bottom: 2px solid transparent;
  transition: background 0.13s, color 0.13s;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: #BACDB0;
  color: #213431;
  border-bottom: 2px solid #EDE6D6;
}

/******************************
 * FOOTER
 ******************************/
footer {
  background: #213431;
  color: #fff;
  padding: 40px 0 10px 0;
}
footer .container {
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 16px;
}
footer .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: flex-start;
  justify-content: space-between;
}
footer nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
footer nav a {
  color: #BACDB0;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 4px;
  transition: color 0.14s;
}
footer nav a:hover, footer nav a:focus {
  color: #EDE6D6;
  text-decoration: underline;
}
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 0.95rem;
}
.footer-contact img {
  display: inline;
  width: 19px;
  height: 19px;
  margin-right: 7px;
  vertical-align: sub;
}
footer a img {
  height: 38px;
  margin-bottom: 9px;
}

/******************************
 * HEADINGS, CTA, SPACING
 ******************************/
section, .section {
  border-radius: 30px 30px 0 0;
  margin-bottom: 60px;
  padding: 40px 20px;
  background: #fff;
  box-shadow: 0px 8px 18px rgba(33,52,49,0.05);
}

/******************************
 * TABLES, FAQ, DL
 ******************************/
table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin: 22px 0 24px 0;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  font-family: 'Montserrat', Arial, sans-serif;
}
th, td {
  padding: 16px 11px;
  border: 1px solid #BACDB0;
}
th {
  background: #213431;
  color: #fff;
  font-weight: 700;
  font-size: 1.06rem;
}
td {
  color: #213431;
  font-size: 1rem;
  font-weight: 500;
  background: #EDE6D6;
}

dl {
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 1.04rem;
}
dt {
  font-weight: 700;
  color: #213431;
  margin-bottom: 4px;
  margin-top: 19px;
}
dd {
  margin-left: 0;
  margin-bottom: 12px;
  color: #213431;
}

/******************************
 * MISC - Mission, Blockquote
 ******************************/
.mission-statement {
  background: #EDE6D6;
  font-weight: 700;
  font-size: 1.17rem;
  margin-top: 19px;
  color: #213431;
}

/******************************
 * GENERAL UTILITIES / OVERRIDE
 ******************************/
.section, section {
  margin-bottom: 60px;
  padding: 40px 20px;
}
.card-container, .card-grid { gap: 24px; }
.card { margin-bottom: 20px; position: relative; }
.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; align-items: center; gap: 20px; padding: 20px; }
.feature-item { display: flex; flex-direction: column; align-items: flex-start; gap: 15px; }

/******************************
 * RESPONSIVE DESIGN
 ******************************/
@media (max-width: 1024px) {
  .container { max-width: 92vw; }
  .main-nav { flex-wrap: wrap; gap: 12px; }
}
@media (max-width: 900px) {
  .content-wrapper, .features, .feature-grid, .testimonial-list, .service-list {
    flex-direction: column;
    gap: 25px;
    align-items: stretch;
  }
  .feature-grid > div,
  .service-list > div {
    min-width: 1px;
    width: 100%;
  }
  .card { min-width: 1px; }
}
@media (max-width: 768px) {
  .main-nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: flex;
    position: fixed;
    top: 14px; right: 18px;
  }
  section, .section {
    border-radius: 0;
    margin-bottom: 38px;
    padding: 26px 4vw;
  }
  .container {
    max-width: 98vw;
    padding: 0 2vw;
  }
  .content-wrapper, .features, .feature-grid, .testimonial-list, .service-list {
    flex-direction: column;
    gap: 17px;
  }
  .text-image-section {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }
  .card, .testimonial-card {
    min-width: 1px; max-width: 100%;
    padding: 18px 12px;
  }
  h1 { font-size: 2rem; }
  h2 { font-size: 1.4rem; }
  h3 { font-size: 1.04rem; }
  .btn-primary { padding: 10px 19px; font-size: 1rem; margin-left: 0; }
  footer .content-wrapper {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
}

/******************************
 * HIDE MOBILE MENU WHEN CLOSED
 ******************************/
@media (min-width: 769px) {
  .mobile-menu,
  .mobile-menu-toggle {
    display: none !important;
  }
}

/******************************
 * Z-INDEX LAYERING
 ******************************/
.mobile-menu { z-index: 1999; }
.mobile-menu-toggle { z-index: 1520; }

/******************************
 * ANIMATIONS
 ******************************/
.card, .feature-grid > div, .service-list > div, .testimonial-card {
  transition: box-shadow 0.2s cubic-bezier(.4,0,.2,1),
    transform 0.19s cubic-bezier(.46,.03,1,.26),
    border 0.17s cubic-bezier(.4,0,.2,1);
}
.btn-primary {
  transition: background 0.18s, color 0.14s, transform 0.16s;
}
.mobile-menu {
  transition: transform 0.28s cubic-bezier(.55,.11,.3,1.11);
}

/******************************
 * COOKIE CONSENT BANNER & MODAL
 ******************************/
.cookie-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  background: #213431;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  z-index: 2100;
  padding: 22px 6vw 22px 5vw;
  box-shadow: 0 -3px 16px rgba(33,52,49,0.13);
  font-size: 1rem;
  border-radius: 16px 16px 0 0;
  animation: cookieBannerSlideIn 0.44s cubic-bezier(.44,1.7,1,1.08);
}
@keyframes cookieBannerSlideIn {
  from { transform: translateY(120%); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
.cookie-banner button {
  margin-left: 16px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  border-radius: 25px;
  padding: 9px 24px;
  border: none;
  background: #BACDB0;
  color: #213431;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.18s, color 0.12s, border 0.13s;
}
.cookie-banner button:hover, .cookie-banner button:focus {
  background: #fff;
  color: #213431;
  border: 1.5px solid #BACDB0;
}
.cookie-banner .btn-cookie-accept {
  background: #BACDB0;
  color: #213431;
  border: none;
}
.cookie-banner .btn-cookie-reject {
  background: #fff;
  color: #213431;
  border: 1.5px solid #BACDB0;
  margin-left: 8px;
}
.cookie-banner .btn-cookie-settings {
  background: #EDE6D6;
  color: #213431;
  border: none;
  margin-left: 8px;
}
@media (max-width: 600px) {
  .cookie-banner {
    flex-direction: column;
    gap: 14px;
    padding: 18px 4vw 18px 4vw;
    font-size: .98rem;
    align-items: flex-start;
    border-radius: 12px 12px 0 0;
  }
  .cookie-banner button { margin-left: 0; margin-top: 8px; }
}

.cookie-modal {
  position: fixed;
  left: 0; top: 0; height: 100vh; width: 100vw;
  background: rgba(33,52,49,0.79);
  display: flex;
  align-items: center; justify-content: center;
  z-index: 2210;
  opacity: 0; pointer-events: none;
  animation: none;
}
.cookie-modal.open {
  opacity: 1; pointer-events: all;
  animation: cookieModalFadeIn 0.37s cubic-bezier(.56,.49,1,1.18);
}
@keyframes cookieModalFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
.cookie-modal .modal-content {
  background: #fff;
  color: #213431;
  border-radius: 20px;
  padding: 38px 32px 32px 32px;
  min-width: 300px;
  max-width: 98vw;
  box-shadow: 0 6px 36px rgba(33,52,49,0.13);
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.cookie-modal .modal-content h2 {
  font-size: 1.12rem;
  margin-bottom: 5px;
}
.cookie-category-toggle {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  gap: 15px;
}
.cookie-category-toggle label {
  font-size: 1rem;
  cursor: pointer;
}
.cookie-category-toggle input[type='checkbox'] {
  accent-color: #213431;
  width: 22px; height: 22px; margin-right: 8px;
}
.cookie-category-toggle.essential input[type='checkbox'] {
  accent-color: #BACDB0; cursor: not-allowed;
}
.cookie-modal-close {
  position: absolute;
  top: 20px; right: 30px;
  background: none;
  border: none;
  color: #213431;
  font-size: 2rem;
  cursor: pointer;
  z-index: 200;
}
.cookie-group-actions {
  display: flex;
  gap: 15px;
  margin-top: 18px;
}
.cookie-modal .btn-cookie-save {
  background: #213431;
  color: #fff;
  padding: 11px 22px;
  border-radius: 20px;
  border: none;
  font-weight: 700;
  font-size: 1rem;
}

/******************************
 * COLOR UTILITY CLASSES
 ******************************/
.bg-primary { background: #213431; color: #fff; }
.bg-secondary { background: #BACDB0; color: #213431; }
.bg-accent { background: #EDE6D6; color: #213431; }
.text-primary { color: #213431; }
.text-secondary { color: #BACDB0; }
.text-accent { color: #EDE6D6; }

/******************************
 * GEOMETRIC DECORATIVE SHAPES (optional)
 ******************************/
.shape-deco {
  position: absolute;
  z-index: 1;
  opacity: 0.09;
}
/* Example: <div class="shape-deco" style="top:-30px;right:0;width:86px; height:86px; border-radius:32px; background:#BACDB0;"></div> */

/******************************
 * OVERRIDES FOR HIGH-CONTRAST AREAS
 ******************************/
.testimonial-card,
blockquote.mission-statement {
  background: #fff;
  color: #213431;
}

/******************************
 * PRINT OVERRIDE (optional)
 ******************************/
@media print {
  body, html { background: #fff !important; color: #213431 !important; }
  nav, .main-nav, .mobile-menu, .mobile-menu-toggle, footer, .cookie-banner, .cookie-modal { display: none !important; }
  section, .section { box-shadow: none !important; border-radius: 0 !important; }
}

/******************************
 * END OF LUCESPIRA CSS
 ******************************/