/* ------------------- CSS RESET & 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 {
  scroll-behavior: smooth;
  font-size: 16px;
}
body {
  line-height: 1.6;
  background: #F6F4EC;
  color: #23274A;
  font-family: 'Roboto', Arial, sans-serif;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  max-width: 100%;
  display: block;
  height: auto;
}
a {
  color: #23274A;
  text-decoration: none;
  transition: color 0.2s;
}
a:focus {
  outline: 2px solid #D6AD60;
  outline-offset: 3px;
}
ul, ol {
  list-style: none;
}
button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  outline: none;
  border: none;
  background: none;
  color: inherit;
}
button {
  cursor: pointer;
}

/* ------------------- GLOBAL TYPOGRAPHY ------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  color: #23274A;
  line-height: 1.2;
  letter-spacing: 0.01em;
}
h1 {
  font-size: 2.75rem;
  margin-bottom: 20px;
}
h2 {
  font-size: 2rem;
  margin-bottom: 16px;
}
h3 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 12px;
}
h4, h5, h6 {
  font-size: 1.05rem;
  font-weight: 500;
  margin-bottom: 8px;
}
p {
  font-size: 1rem;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.4rem;
  }
  h3 {
    font-size: 1.1rem;
  }
}
/* Subheadline or supporting text */
.subheadline {
  font-size: 1.2rem;
  color: #4E5172;
  font-family: 'Roboto', Arial, sans-serif;
  margin-bottom: 24px;
  opacity: 0.88;
}
strong, b {
  font-weight: bold;
}

/* ------------------- BRAND COLORS (SOFT PASTELS) ------------------- */
:root {
  --sh-primary: #23274A;
  --sh-secondary: #D6AD60;
  --sh-accent: #F6F4EC;
  --sh-pink: #F8E6E0;
  --sh-lavender: #EFE7FA;
  --sh-blue: #E4EEFA;
  --sh-mint: #E7F9F0;
  --sh-yellow: #FFF8E3;
  --sh-secondary-bold: #BC8E19;
}

/* Pastel gradient backgrounds */
.bg-pastel-lav{background:#EFE7FA !important;}
.bg-pastel-blue{background:#E4EEFA !important;}
.bg-pastel-pink{background:#F8E6E0 !important;}
.bg-pastel-mint{background:#E7F9F0 !important;}
.bg-pastel-yellow{background:#FFF8E3 !important;}

/* ------------------- CONTAINERS AND SECTION SPACING ------------------- */
.container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
}
.content-wrapper {
  max-width: 900px;
  margin: 0 auto;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
}
@media (max-width: 768px) {
  .section {
    padding: 24px 10px;
    margin-bottom: 36px;
  }
  .content-wrapper {
    padding: 0 6px;
  }
}

/* ------------------- HEADER & NAVIGATION ------------------- */
header {
  width: 100%;
  background: var(--sh-accent);
  box-shadow: 0 2px 8px rgba(80,60,70,0.05);
  position: sticky;
  top: 0;
  z-index: 50;
}
header .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  gap: 20px;
  position: relative;
}
.logo {
  display: flex;
  align-items: center;
  min-width: 120px;
  margin-right: 18px;
}
.main-nav {
  display: flex;
  gap: 20px;
  flex: 1 1 auto;
  justify-content: center;
  align-items: center;
}
.main-nav a {
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 500;
  font-size: 1.06rem;
  color: var(--sh-primary);
  padding: 7px 14px;
  border-radius: 20px;
  transition: background 0.19s, color 0.19s;
}
.main-nav a:hover, .main-nav a:focus {
  background: var(--sh-pink);
  color: var(--sh-secondary-bold);
}
.btn-primary {
  padding: 9px 30px;
  border-radius: 30px;
  background: var(--sh-secondary);
  color: var(--sh-primary);
  font-weight: 700;
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  box-shadow: 0 1px 8px rgba(214,173,96,0.07);
  border: none;
  transition: background 0.23s, color 0.2s, box-shadow 0.18s, transform 0.16s;
  outline: none;
  margin-left: 18px;
}
.btn-primary:hover, .btn-primary:focus {
  background: var(--sh-primary);
  color: #FFF;
  box-shadow: 0 3px 16px rgba(35,39,74,0.11);
  transform: translateY(-2px) scale(1.04);
}
.btn-secondary {
  padding: 8px 26px;
  border-radius: 24px;
  background: var(--sh-lavender);
  color: var(--sh-primary);
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  border: 1.5px solid var(--sh-secondary);
  margin-top: 26px;
  transition: background 0.22s, box-shadow 0.2s, border-color 0.22s;
}
.btn-secondary:hover, .btn-secondary:focus {
  background: var(--sh-secondary);
  color: var(--sh-primary);
  border-color: var(--sh-primary);
}
header .mobile-menu-toggle {
  display: none;
}

@media (max-width: 1024px) {
  .main-nav {
    gap: 10px;
  }
  .container {
    gap: 10px;
  }
}
@media (max-width: 900px) {
  header .container {
    gap: 0;
    padding: 14px 9px;
  }
  .main-nav {
    gap: 6px;
  }
  .logo {
    margin-right: 5px;
  }
}
@media (max-width: 768px) {
  .main-nav {
    display: none;
  }
  .btn-primary {
    margin-left: 6px;
    padding: 9px 18px;
    font-size: 1rem;
  }
  header .mobile-menu-toggle {
    display: block;
    background: var(--sh-secondary);
    font-size: 2rem;
    padding: 4px 20px 4px 8px;
    border-radius: 23px;
    color: var(--sh-primary);
    border: 1.5px solid var(--sh-lavender);
    margin-left: 7px;
    transition: background 0.2s, color 0.15s, box-shadow 0.17s;
    box-shadow: 0 1px 8px rgba(214,173,96,0.05);
  }
  header .mobile-menu-toggle:hover {
    background: var(--sh-primary);
    color: #FFF;
  }
}

/* ------------------- MOBILE MENU OVERLAY ------------------- */
.mobile-menu {
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: rgba(246,244,236, 0.97);
  box-shadow: 0 6px 28px rgba(35,39,74,0.10);
  z-index: 101;
  transform: translateX(-100vw);
  transition: transform 0.38s cubic-bezier(.45,1.2,.11,1), opacity 0.38s;
  opacity: 0;
  pointer-events: none;
  display: flex;
  flex-direction: column;
}
.mobile-menu.open {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}
.mobile-menu-close {
  font-size: 2.1rem;
  color: var(--sh-primary);
  background: none;
  border: none;
  align-self: flex-end;
  margin: 23px 25px 10px 0;
  padding: 6px 16px 6px 10px;
  border-radius: 50%;
  transition: background 0.18s;
  z-index: 200;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  background: var(--sh-lavender);
  color: var(--sh-secondary-bold);
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: flex-start;
  padding: 34px 36px;
}
.mobile-nav a {
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 600;
  font-size: 1.23rem;
  color: var(--sh-primary);
  padding: 9px 8px;
  border-radius: 11px;
  width: 94vw;
  max-width: 320px;
  transition: background .16s, color .17s;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: var(--sh-pink);
  color: var(--sh-secondary-bold);
}
@media (min-width: 769px) {
  .mobile-menu {
    display: none !important;
  }
}

/* ------------- HERO/INTRO SECTION ------------- */
.hero {
  background: linear-gradient(120deg, #EFE7FA 30%, #F8E6E0 90%);
  padding: 56px 0 38px 0;
  min-height: 38vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hero .content-wrapper {
  text-align: center;
  padding: 0 8px;
}
.hero h1 {
  margin-bottom: 18px;
  font-size: 2.5rem;
}
.hero p.subheadline {
  font-size: 1.2rem;
  color: #23274A;
  max-width: 700px;
  margin: 0 auto 32px auto;
  opacity: 0.82;
}

@media (max-width: 768px) {
  .hero {
    padding: 36px 0 16px 0;
    min-height: auto;
  }
  .hero h1 {
    font-size: 1.4rem;
    margin-bottom: 13px;
  }
  .hero .content-wrapper {
    padding: 0 1px;
  }
}

/* ------------- FEATURE GRID -------------- */
.features {
  background: var(--sh-mint);
  padding: 38px 0;
}
.feature-grid, .features .feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
  margin-top: 30px;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #FFF;
  padding: 25px 22px 20px 22px;
  border-radius: 22px;
  box-shadow: 0 1px 12px rgba(35,39,74,0.06);
  min-width: 220px;
  flex: 1 1 220px;
  gap: 15px;
  margin-bottom: 20px;
  border: 1.5px solid #EFE7FA;
  transition: box-shadow 0.17s, border-color 0.18s, transform 0.15s;
}
.feature-item img {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: var(--sh-blue);
  padding: 6px;
  margin-bottom: 6px;
}
.feature-item h3 {
  color: var(--sh-primary);
  font-size: 1.12rem;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  margin-bottom: 6px;
}
.feature-item p {
  font-size: 1rem;
  color: #50526D;
  opacity: 0.89;
  margin-bottom: 0;
}
.feature-item:hover {
  box-shadow: 0 3px 18px rgba(214,173,96,0.09);
  border-color: var(--sh-secondary);
  transform: translateY(-2px) scale(1.03);
}

@media (max-width: 950px) {
  .feature-grid {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .feature-grid {
    flex-direction: column;
    gap: 18px;
  }
  .feature-item {
    flex: 1 1 100%;
    min-width: unset;
    width: 100%;
    align-items: flex-start;
    margin-bottom: 18px;
  }
}

/* -------------- SERVICE / COURSE CARDS --------------- */
.services {
  background: var(--sh-blue);
  padding: 48px 0;
}
.service-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
  margin: 30px 0 20px 0;
}
.service-card {
  background: #FFF;
  border-radius: 22px;
  box-shadow: 0 2px 20px rgba(35,39,74,0.05);
  padding: 28px 24px;
  min-width: 230px;
  flex: 1 1 220px;
  margin-bottom: 20px;
  position: relative;
  transition: box-shadow 0.16s, transform 0.14s, border-color 0.13s;
  border: 1.5px solid #E4EEFA;
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.service-card h3 {
  color: var(--sh-primary);
  font-size: 1.2rem;
  margin-bottom: 3px;
}
.service-card .price {
  color: var(--sh-secondary-bold);
  background: var(--sh-yellow);
  padding: 6px 15px;
  border-radius: 15px;
  font-size: 0.99rem;
  font-weight: 500;
  margin-top: 9px;
}
.service-card:hover {
  box-shadow: 0 6px 20px rgba(214,173,96,0.10);
  border-color: var(--sh-secondary);
  transform: translateY(-2px) scale(1.04);
}

.service-overview {
  margin: 30px 0 0 0;
  font-style: italic;
  color: #3F4152;
  opacity: .88;
}

@media (max-width: 950px) {
  .service-cards{
    gap: 14px;
  }
}
@media (max-width: 768px) {
  .service-cards {
    flex-direction: column;
    gap: 15px;
  }
  .service-card {
    flex: 1 1 100%;
    min-width: unset;
    width: 100%;
    margin-bottom: 15px;
    padding: 19px 14px;
  }
}

/* ------------- TESTIMONIAL CARDS-------------- */
.testimonials {
  background: var(--sh-yellow);
  padding: 50px 0 44px 0;
}
.testimonial-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 26px;
}
.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: 20px 22px 18px 22px;
  background: #FFF;
  border-radius: 18px;
  box-shadow: 0 2px 14px rgba(35,39,74,0.08);
  min-width: 240px;
  flex: 1 1 280px;
  min-height: 160px;
  margin-bottom: 20px;
  border: 1.5px solid #EFE7FA;
  position: relative;
  transition: box-shadow 0.15s, border-color 0.14s, transform 0.13s;
  z-index: 1;
}
.testimonial-card:hover {
  box-shadow: 0 5px 26px rgba(35,39,74,0.10);
  border-color: var(--sh-secondary);
  transform: translateY(-2px) scale(1.02);
}
.testimonial-card p {
  color: #22213A;
  font-size: 1.04rem;
  font-style: italic;
  text-align: center;
  margin-bottom: 0;
  font-family: 'Playfair Display', serif;
}
.testimonial-card .student-name {
  font-family: 'Roboto', Arial, sans-serif;
  color: var(--sh-secondary-bold);
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0;
}
.testimonial-card .student-role {
  color: #6A5C4E;
  font-size: 0.97rem;
  font-style: normal;
  letter-spacing: 0.02em;
}
@media (max-width: 950px) {
  .testimonial-grid {
    gap: 12px;
  }
}
@media (max-width: 768px) {
  .testimonial-grid {
    flex-direction: column;
    gap: 15px;
  }
  .testimonial-card {
    flex: 1 1 100%;
    min-width: unset;
    width: 100%;
    padding: 14px 7px 14px 7px;
  }
}

.trust-signals {
  margin: 28px 0 0 0;
}
.trust-signals ul {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
  justify-content: center;
  align-items: center;
}
.trust-signals li {
  background: var(--sh-pink);
  padding: 7px 18px;
  border-radius: 9px;
  color: var(--sh-primary);
  font-size: 0.99rem;
  font-family: 'Roboto', Arial, sans-serif;
  letter-spacing: 0.01em;
  font-weight: 500;
}
@media (max-width: 700px) {
  .trust-signals ul {
    gap: 7px;
  }
  .trust-signals li {
    font-size: 0.88rem;
    padding: 5px 12px;
  }
}

/* ------------- CTA SECTION ------------- */
.cta {
  background: linear-gradient(90deg, #E4EEFA 2%, #E7F9F0 98%);
  padding: 40px 0;
  text-align: center;
}
.cta h2 {
  color: var(--sh-secondary-bold);
  font-size: 2rem;
}
.cta p {
  color: var(--sh-primary);
  font-size: 1.09rem;
  opacity: 0.88;
  margin-bottom: 22px;
}
.cta .btn-primary {
  margin-top: 18px;
}
@media (max-width: 768px) {
  .cta {
    padding: 24px 0;
  }
  .cta h2 {
    font-size: 1.3rem;
  }
}

/* ------------- COURSE LIST PAGE ------------- */
.course-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
  margin: 35px 0 27px 0;
}
.course-item {
  background: #FFF;
  border-radius: 21px;
  box-shadow: 0 2px 12px rgba(35,39,74,0.07);
  padding: 24px 22px;
  min-width: 235px;
  flex: 1 1 260px;
  margin-bottom: 20px;
  border: 1.5px solid #EFE7FA;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: box-shadow 0.15s, border-color 0.16s, transform 0.12s;
  position: relative;
}
.course-item:hover {
  box-shadow: 0 8px 27px rgba(35,39,74,0.13);
  border-color: var(--sh-secondary);
  transform: translateY(-2px) scale(1.03);
}
.course-item h2 {
  color: var(--sh-secondary-bold);
  font-size: 1.19rem;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  margin-bottom: 3px;
  letter-spacing: .02em;
}
.course-item p {
  color: #50526D;
  font-size: 1.06rem;
  margin-bottom: 1px;
}
.course-item ul {
  margin-top: 5px;
  margin-bottom: 3px;
}
.course-item li {
  font-size: 0.99rem;
  margin-bottom: 2px;
}
@media (max-width: 950px) {
  .course-list {
    gap: 11px;
  }
  .course-item {
    padding: 16px 7px;
  }
}
@media (max-width: 768px) {
  .course-list {
    flex-direction: column;
    gap: 15px;
  }
  .course-item {
    flex: 1 1 100%;
    min-width: unset;
    width: 100%;
    margin-bottom: 14px;
  }
}

/* FAQ section reusable */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.faq-list li {
  background: var(--sh-lavender);
  border-radius: 15px;
  padding: 14px 17px 10px 17px;
  box-shadow: 0 1px 12px rgba(100,55,110,0.02);
  margin-bottom: 6px;
  transition: box-shadow 0.14s, background 0.13s;
}
.faq-list li:hover {
  box-shadow: 0 2px 26px rgba(214,173,96,0.07);
  background: #F8E6E0;
}
.faq-list h3 {
  color: var(--sh-primary);
  font-size: 1.06rem;
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  margin-bottom: 6px;
}
.faq-list p {
  font-size: 1rem;
  color: #50526D;
  margin-bottom: 0;
}

/* ------------------- TEAM/COACH PROFILES -------------------- */
.coach-profiles {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 28px;
  justify-content: space-between;
}
.coach-profile {
  background: #FFF;
  border-radius: 21px;
  box-shadow: 0 2px 12px rgba(35,39,74,0.07);
  padding: 22px 20px;
  min-width: 230px;
  flex: 1 1 250px;
  border: 1.5px solid #EFE7FA;
  margin-bottom: 20px;
  transition: box-shadow 0.12s, border-color 0.13s, transform 0.12s;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.coach-profile:hover {
  box-shadow: 0 5px 15px rgba(214,173,96,0.08);
  border-color: var(--sh-secondary);
  transform: translateY(-2px) scale(1.03);
}
.coach-profile h2 {
  color: var(--sh-primary);
  font-size: 1.19rem;
  font-family: 'Playfair Display', serif;
  margin-bottom: 4px;
}
.coach-profile p {
  margin-bottom: 4px;
  color: #50526D;
}
.coach-profile ul {
  margin-top: 4px;
  margin-bottom: 0;
}
.coach-profile li {
  font-size: 0.97rem;
  margin-bottom: 2px;
}
@media (max-width: 950px) {
  .coach-profiles {
    gap: 12px;
  }
}
@media (max-width: 768px) {
  .coach-profiles {
    flex-direction: column;
    gap: 14px;
  }
  .coach-profile {
    flex: 1 1 100%;
    margin-bottom: 11px;
    padding: 13px 5px;
  }
}

/* ------------- GENERAL TEXT SECTIONS ------------- */
.text-section {
  margin: 0 0 18px 0;
}
.text-section ul, .text-section ol {
  padding-left: 21px;
}
.text-section li {
  margin-bottom: 7px;
  font-size: 1rem;
  color: #45455B;
}

/* -------------- EVENT SCHEDULE -------------- */
.event-schedule {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
  margin-top: 23px;
}
.event-item {
  background: #FFF;
  border-radius: 21px;
  box-shadow: 0 2px 12px rgba(35,39,74,0.07);
  padding: 22px 20px;
  min-width: 230px;
  flex: 1 1 270px;
  border: 1.5px solid #EFE7FA;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: box-shadow 0.12s, border-color 0.13s, transform 0.13s;
}
.event-item:hover {
  box-shadow: 0 6px 17px rgba(214,173,96,0.08);
  border-color: var(--sh-secondary);
  transform: translateY(-2px) scale(1.02);
}
.event-item h2 {
  color: var(--sh-secondary-bold);
  font-size: 1.08rem;
  font-family: 'Playfair Display', serif;
  margin-bottom: 6px;
}
.event-item p {
  color: #50526D;
  font-size: 1rem;
  margin-bottom: 8px;
}
.past-events .event-list {
  margin: 6px 0 18px 0;
}
.past-events .event-list li {
  font-size: 1rem;
  color: #50526D;
  margin-bottom: 7px;
  padding-left: 10px;
}

/* -------------- REFLECTIONS AND COMMUNITY FEEDBACK -------------- */
.reflections, .community-feedback {
  background: var(--sh-pink);
  border-radius: 18px;
  padding: 16px 20px;
  margin: 32px 0 3px 0;
  text-align: center;
  box-shadow: 0 2px 11px rgba(190,152,190,0.04);
}
.community-feedback h3 {
  color: var(--sh-secondary-bold);
  margin-bottom: 7px;
}

/* -------------- CONTACT INFO -------------- */
.contact-info .text-section ul {
  margin-top: 8px;
  padding-left: 22px;
}
.contact-info .text-section li {
  margin-bottom: 6px;
  font-size: 1rem;
}
.contact-info .text-section a {
  color: var(--sh-secondary-bold);
  text-decoration: underline;
  transition: color 0.17s;
}
.contact-info .text-section a:hover, .contact-info .text-section a:focus {
  color: var(--sh-primary);
}
.cta-block {
  margin-top: 32px;
  text-align: center;
}

/* -------------- POLICY SECTIONS -------------- */
.policy {
  background: var(--sh-lavender);
  padding: 44px 0;
}
.policy h1 {
  color: var(--sh-secondary-bold);
  font-size: 2.1rem;
  margin-bottom: 20px;
}
.policy .text-section {
  background: #FFF;
  border-radius: 18px;
  padding: 23px 21px 19px 21px;
  box-shadow: 0 2px 12px rgba(100,55,110,0.03);
}
.policy .text-section h2 {
  color: var(--sh-primary);
  font-size: 1.13rem;
  margin-bottom: 7px;
}
.policy .text-section ul {
  margin-top: 5px;
  padding-left: 20px;
  margin-bottom: 14px;
}
.policy .text-section li {
  font-size: 0.97rem;
  margin-bottom: 4px;
}

/* -------------- CONFIRM/THANK YOU -------------- */
.confirmation {
  background: var(--sh-mint);
  padding: 80px 0 60px 0;
  text-align: center;
}
.confirmation h1 {
  color: var(--sh-secondary-bold);
  margin-bottom: 18px;
}
.confirmation .text-section ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  padding-left: 0;
}
.confirmation .text-section li {
  background: var(--sh-lavender);
  padding: 7px 15px;
  border-radius: 8px;
  font-size: 0.98rem;
  color: var(--sh-primary);
  margin-bottom: 0;
}

/* -------------- FOOTER -------------- */
footer {
  background: var(--sh-accent);
  padding: 36px 0 18px 0;
  box-shadow: 0 -2px 10px rgba(35,39,74,0.05);
}
footer .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.footer-nav {
  display: flex;
  gap: 23px;
  margin-bottom: 9px;
  flex-wrap: wrap;
}
.footer-nav a {
  color: var(--sh-primary);
  font-size: 0.97rem;
  font-weight: 500;
  opacity: 0.74;
  transition: color 0.16s;
}
.footer-nav a:hover, .footer-nav a:focus {
  color: var(--sh-secondary);
  opacity: 1;
}
.footer-logo img {
  max-width: 75px;
  margin-bottom: 0;
}
.footer-credits {
  color: #635656;
  font-size: .93rem;
  margin-top: 7px;
  text-align: center;
  opacity: .66;
}

@media (max-width: 500px) {
  .footer-nav {
    gap: 10px;
    font-size: 0.90rem;
  }
}

/* ------------------- COOKIE CONSENT BANNER ------------------- */
.cookie-banner {
  position: fixed;
  left: 0; bottom: 0;
  width: 100vw;
  background: #FFF4F4;
  border-top: 2.5px solid var(--sh-lavender);
  box-shadow: 0 -2px 18px rgba(35,39,74,0.07);
  z-index: 1200;
  padding: 22px 30px 16px 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  justify-content: space-between;
  font-size: 1.01rem;
  transition: transform 0.32s ease, opacity 0.22s;
}
.cookie-banner.hide {
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
}
.cookie-banner .cookie-message {
  color: #484c63;
  max-width: 80vw;
  line-height: 1.5;
  font-size: 1rem;
}
.cookie-banner .cookie-actions {
  display: flex;
  gap: 11px;
  align-items: center;
}
.cookie-btn-accept, .cookie-btn-reject, .cookie-btn-settings {
  border-radius: 18px;
  border: none;
  font-size: 1.01rem;
  padding: 5px 22px;
  margin-left: 0;
  font-family: 'Roboto', Arial, sans-serif;
  transition: background 0.16s, color 0.14s, box-shadow 0.13s;
}
.cookie-btn-accept {
  background: var(--sh-secondary);
  color: var(--sh-primary);
  font-weight: 700;
}
.cookie-btn-accept:hover, .cookie-btn-accept:focus {
  background: var(--sh-primary);
  color: #FFF;
}
.cookie-btn-reject {
  background: var(--sh-pink);
  color: var(--sh-secondary-bold);
  font-weight: 600;
}
.cookie-btn-reject:hover, .cookie-btn-reject:focus {
  background: #EEE3EC;
}
.cookie-btn-settings {
  background: transparent;
  color: var(--sh-primary);
  text-decoration: underline;
  font-weight: 500;
}
.cookie-btn-settings:hover, .cookie-btn-settings:focus {
  color: var(--sh-secondary-bold);
  background: #F8E6E0;
}
@media (max-width: 700px) {
  .cookie-banner {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 6px 16px 6px;
  }
  .cookie-banner .cookie-message {
    max-width: 96vw;
    font-size: .98rem;
  }
  .cookie-actions {
    width: 100%;
  }
}

/* ------------------- COOKIE PREFS MODAL ------------------- */
.cookie-modal-overlay {
  position: fixed;
  left: 0; top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(35,39,74,0.11);
  z-index: 1400;
  display: none;
  align-items: center;
  justify-content: center;
  animation: fadein 0.31s;
}
.cookie-modal-overlay.show {
  display: flex;
}
@keyframes fadein {
  from { opacity:0; }
  to { opacity:1; }
}
.cookie-modal {
  background: #FFF;
  border-radius: 18px 18px 12px 12px;
  box-shadow: 0 4px 34px 8px rgba(60,40,90,0.18);
  padding: 33px 28px 28px 28px;
  max-width: 355px;
  width: 93vw;
  position: relative;
  animation: fadein 0.31s;
}
.cookie-modal h2 {
  color: var(--sh-secondary-bold);
  font-size: 1.32rem;
  margin-bottom: 18px;
}
.cookie-category {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  background: var(--sh-lavender);
  border-radius: 9px;
  padding: 12px 10px 10px 10px;
  margin-bottom: 10px;
}
.cookie-category.disabled {
  opacity: .55;
}
.cookie-category label {
  font-size: 1.01rem;
  color: var(--sh-primary);
}
.cookie-modal .close-modal {
  position: absolute;
  top: 7px;
  right: 10px;
  font-size: 1.48rem;
  color: var(--sh-primary);
  background: none;
  border: none;
  border-radius: 50%;
  padding: 2px 7px;
  transition: background 0.15s;
}
.cookie-modal .close-modal:hover, .cookie-modal .close-modal:focus {
  background: var(--sh-pink);
  color: var(--sh-secondary-bold);
}
.cookie-modal .cookie-modal-actions {
  margin-top: 23px;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}
.cookie-modal input[type='checkbox'] {
  accent-color: var(--sh-secondary);
  width: 17px;
  height: 17px;
  border-radius: 5px;
}
@media (max-width: 420px) {
  .cookie-modal {
    padding: 13px 5px 15px 11px;
    max-width: 97vw;
    font-size: .97rem;
  }
}

/* -------------- FLEX REFERENCE CLASSES FOR OTHER LAYOUTS -------------- */
.card-container {
  display: flex;
  flex-wrap: wrap;
  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;
}
@media (max-width: 768px) {
  .text-image-section {
    flex-direction: column;
    gap: 17px;
    align-items: center;
  }
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.testimonial-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
}

/* Spacing rules for all cards/sections */
section, .section, .card, .testimonial-card, .feature-item, .course-item, .service-card, .coach-profile, .event-item {
  margin-bottom: 20px;
}
.card-container > *, .content-grid > *, .feature-grid > *, .service-cards > *, .course-list > *, .event-schedule > *, .coach-profiles > * {
  margin-bottom: 0 !important;
}

/* Prevent element overlap */
main, header, footer, section, .container, .content-wrapper {
  position: relative;
}

/* Shadows, soft edges */
.card, .course-item, .feature-item, .testimonials .testimonial-card, .service-card, .coach-profile, .event-item, .faq-list li {
  box-shadow: 0 1px 12px rgba(35,39,74,0.06);
  border-radius: 18px;
}

/* Subtle micro-interactions */
.btn-primary, .btn-secondary, .service-card, .feature-item, .testimonial-card, .faq-list li, .cookie-btn-accept, .cookie-btn-reject, .cookie-btn-settings {
  transition: box-shadow 0.14s, background 0.13s, color 0.12s, border 0.13s, transform 0.13s;
}

/* Hide scrollbars for mobile menu if present */
.mobile-menu {
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: auto;
}
.mobile-menu::-webkit-scrollbar {
  display: none;
}

/* -------------- ANIMATIONS -------------- */
@media (prefers-reduced-motion: no-preference) {
  .btn-primary, .btn-secondary, .card, .service-card, .feature-item, .testimonial-card {
    transition: background 0.22s, box-shadow 0.14s, transform 0.13s, color 0.14s;
  }
  .mobile-menu {
    transition: transform 0.38s cubic-bezier(.45,1.2,.11,1), opacity 0.38s;
  }
}

/* -------------- UTILITIES -------------- */
.mt-1 { margin-top: 8px; }
.mt-2 { margin-top: 16px; }
.mb-1 { margin-bottom: 8px; }
.mb-2 { margin-bottom: 16px; }
.pt-1 { padding-top: 8px; }
.pt-2 { padding-top: 16px; }
/* Hide visually but not from screenreaders */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  border: 0 !important;
}
