/* ============================== */
/* RESET & BASE NORMALIZATION      */
/* ============================== */
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;
}
html {
  height: 100%;
  font-size: 16px;
  background: #F7F4ED;
}
body {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  background: #FFF8E7;
  color: #222;
  min-height: 100vh;
  line-height: 1.6;
}
ul, ol {
  list-style: none;
}
a {
  color: #2C3E4F;
  text-decoration: none;
  transition: color 0.18s;
}
a:hover, a:focus {
  color: #EBB226;
  text-decoration: underline;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* =========================== */
/* VINTAGE RETRO THEME COLORS  */
/* =========================== */
:root {
  --primary: #2C3E4F;
  --secondary: #EBB226;
  --accent: #E8F0FB;
  --cream-bg: #FFF8E7;
  --brick: #BB3E2D;
  --mint: #94CFC3;
  --brown: #A98B69;
  --shadow: rgba(140, 85, 20, 0.12);
  --border: #DFD1B7;
  --testim-bg: #FDF5DD;
  --testim-shadow: 0 4px 18px 0 rgba(60,40,8,0.10);
}

/* ============ */
/* TYPOGRAPHY   */
/* ============ */
@font-face {
  font-family: 'Montserrat';
  src: local('Montserrat'), url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700;900&display=swap');
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: local('Open Sans'), url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');
  font-display: swap;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 900;
  color: var(--primary);
  margin-bottom: 16px;
  letter-spacing: 0.03em;
  text-shadow: 0 2px 0 #fff7, 0 4px 8px #eac67033;
}
h1 { font-size: 2.6rem; line-height: 1.1; }
h2 { font-size: 2rem; line-height: 1.2; margin-bottom: 18px; }
h3 { font-size: 1.28rem; line-height: 1.3; margin-bottom: 12px; }
h4 { font-size: 1.05rem; letter-spacing: 0.05em; margin-bottom: 8px; }
p, li, a, span, strong { font-family: 'Open Sans', Arial, Helvetica, sans-serif; font-size: 1rem; }
strong { font-weight: 700; }
.price {
  font-size: 1rem;
  background: var(--secondary);
  color: #2C3E4F;
  border-radius: 6px;
  padding: 2px 10px;
  margin-left: 10px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  vertical-align: middle;
  box-shadow: 0 1px 0 #fff5;
}

/* ============= */
/* GENERAL CONTAINER & SECTION LAYOUTS  */
/* ============= */
.container {
  width: 100%;
  max-width: 1080px;
  padding: 0 20px;
  margin: 0 auto;
}
.content-wrapper {
  width: 100%;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: transparent;
}

/* Vintage touch: subtle pattern and borders for major sections */
.hero, .footer, .features, .testimonials, .about, .services-overview, .courses, .workshop-list, .business-services {
  border-radius: 16px;
  border: 2px solid var(--border);
  background: var(--cream-bg) url('data:image/svg+xml,%3Csvg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Crect x="9" y="9" width="2" height="2" rx="1" fill="%23EBB226" fill-opacity="0.08"/%3E%3C/svg%3E') repeat;
  box-shadow: 0 2px 14px 0 var(--shadow);
  margin-bottom: 60px;
}

/* Spacing patterns */
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  background: #fff;
  border-radius: 14px;
  border: 1.5px solid var(--border);
  box-shadow: 0 3px 18px 0 var(--shadow);
  margin-bottom: 20px;
  position: relative;
  padding: 24px 22px;
  transition: transform 0.2s, box-shadow 0.2s;
}
.card:hover, .card:focus-within {
  box-shadow: 0 6px 20px 0 #bb3e2d22, 0 1.5px 0 #fff6;
  transform: translateY(-2px) scale(1.017);
  border-color: var(--secondary);
}
.content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
}
.text-image-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 20px;
  background: var(--testim-bg);
  border: 1.5px solid var(--border);
  border-radius: 12px;
  box-shadow: var(--testim-shadow);
  margin-bottom: 20px;
  font-size: 1.06rem;
  color: #2C3E4F;
  transition: box-shadow 0.15s, border 0.15s;
}
.testimonial-card strong {
  color: var(--primary);
  font-family: 'Montserrat',Arial,sans-serif;
}
.testimonial-card span {
  color: var(--secondary);
  margin-left: 4px;
  letter-spacing: 1px;
  font-family: 'Montserrat', sans-serif;
}
.testimonial-card:hover, .testimonial-card:focus-within {
  box-shadow: 0 8px 36px 0 #eab55033, 0 2px 0 #fff9;
  border-color: var(--secondary);
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 24px;
}

/* ============================ */
/* HEADER & NAVIGATION          */
/* ============================ */
header {
  background: #E8F0FB;
  border-bottom: 3px solid var(--secondary);
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 1021;
}
.main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 22px;
  padding: 15px 24px;
  font-size: 1rem;
}
.main-nav img {
  height: 38px;
  margin-right: 18px;
}
.main-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  color: var(--primary);
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 7px;
  background: transparent;
  transition: background 0.18s, color 0.18s, box-shadow 0.18s;
}
.main-nav a:hover, .main-nav a:focus {
  background: var(--secondary);
  color: var(--primary);
}
.main-nav .cta.primary {
  background: var(--secondary);
  color: var(--primary);
  box-shadow: 0 3px 16px #E8F0FB33;
  font-size: 1.05rem;
  margin-left: 10px;
  font-weight: 800;
  border: none;
  letter-spacing: 0.06em;
  transition: all 0.18s;
}
.main-nav .cta.primary:hover, .main-nav .cta.primary:focus {
  background: var(--brick);
  color: #fff;
  box-shadow: 0 5px 22px #bb3e2d22;
}

/* ============ */
/* MOBILE MENU  */
/* ============ */
.mobile-menu-toggle {
  display: none;
  background: var(--secondary);
  color: var(--primary);
  font-size: 2rem;
  border: none;
  border-radius: 9px;
  padding: 7px 14px;
  margin: 8px 18px;
  cursor: pointer;
  z-index: 1051;
  transition: background 0.15s, color 0.15s;
}
.mobile-menu-toggle:hover, .mobile-menu-toggle:focus {
  background: var(--brick);
  color: #fff;
}
.mobile-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: fixed;
  top: 0; left: 0;
  width: 96vw;
  max-width: 340px;
  height: 100vh;
  background: #fffbed;
  box-shadow: 0 2px 40px #2c3e4f23;
  z-index: 1089;
  transform: translateX(-110%);
  opacity: 0;
  transition: transform 0.35s cubic-bezier(.43,.66,.17,1), opacity 0.31s;
}
.mobile-menu.open {
  transform: translateX(0);
  opacity: 1;
  box-shadow: 0 0 0 100vw rgba(44,62,79,0.36);
}
.mobile-menu-close {
  background: none;
  border: none;
  font-size: 2.2rem;
  color: var(--primary);
  align-self: flex-end;
  margin: 18px 14px 0 0;
  padding: 4px 8px;
  cursor: pointer;
  z-index: 1201;
  transition: color 0.12s;
}
.mobile-menu-close:hover, .mobile-menu-close:focus { color: var(--secondary); }
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px 32px;
  width: 100%;
}
.mobile-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.11rem;
  color: var(--primary);
  padding: 9px 0;
  margin-bottom: 2px;
  border-radius: 6px;
  transition: background 0.16s, color 0.16s;
  font-weight: 700;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: var(--secondary);
  color: var(--primary);
}
@media (max-width:1024px) {
  .main-nav { gap: 13px; padding: 13px 7px; }
  .main-nav img { height: 32px; }
}
@media (max-width:768px) {
  .main-nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: inline-block;
  }
}

/* Prevent scrolling when mobile menu is open */
body.menu-open {
  overflow: hidden;
}

/* ===================== */
/* HERO SECTIONS         */
/* ===================== */
.hero {
  padding: 54px 0 36px 0;
  text-align: center;
  background: var(--accent) url('data:image/svg+xml,%3Csvg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Crect x="10" y="10" width="10" height="10" rx="5" fill="%23EBB226" fill-opacity="0.1"/%3E%3C/svg%3E') repeat;
  margin-bottom: 60px;
  border-radius: 16px;
  box-shadow: 0 2px 18px var(--shadow);
  border: 2.5px solid var(--secondary);
}
.hero h1 { font-size: 2.3rem; margin-bottom: 18px; color: var(--primary); }
.hero p {
  font-size: 1.25rem;
  margin-bottom: 26px;
  color: #3b2b1c;
  font-family: 'Open Sans', Arial, sans-serif;
}
.hero .cta.primary,
.hero .cta {
  margin-top: 12px;
  font-size: 1.06rem;
  padding: 11px 32px;
}

/* =============== */
/* CTA BUTTONS     */
/* =============== */
.cta, .cta.primary {
  display: inline-block;
  font-family: 'Montserrat',Arial,sans-serif;
  font-weight: 800;
  background: var(--secondary);
  color: var(--primary);
  letter-spacing: .05em;
  padding: 9px 29px;
  border: none;
  border-radius: 9px;
  box-shadow: 0 2.5px 14px var(--shadow);
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.18s cubic-bezier(.67,.07,.37,1.12);
  margin-bottom: 8px;
  text-align: center;
}
.cta.primary {
  background: var(--secondary);
  color: #2C3E4F;
}
.cta:hover, .cta:focus {
  background: var(--brick);
  color: #fff;
  box-shadow: 0 5.5px 24px #bb3e2d26;
  transform: translateY(-2px) scale(1.04);
}

/* ==================== */
/* FEATURES SECTION     */
/* ==================== */
.features {
  margin-bottom: 60px;
  background: var(--mint) url('data:image/svg+xml,%3Csvg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cellipse cx="7.5" cy="7.5" rx="7.5" ry="3" fill="%23EBB226" fill-opacity="0.13"/%3E%3C/svg%3E') repeat;
  border: 1.7px solid var(--secondary);
}
.features .content-wrapper > ul,
.features > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  padding-top: 16px;
  padding-bottom: 6px;
  justify-content: flex-start;
  align-items: stretch;
}
.features ul li {
  background: #fffbe9;
  border-radius: 10px;
  box-shadow: 0 2px 8px #a98b6920;
  padding: 16px 20px 14px 20px;
  min-width: 220px;
  flex: 1 1 240px;
  border: 1.3px solid #e4c66c;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 8px;
  transition: box-shadow 0.14s, border 0.18s;
}
.features ul li img {
  width: 34px;
  margin-bottom: 10px;
  filter: sepia(1) hue-rotate(-12deg) saturate(1.5) brightness(0.97);
}
.features ul li:hover, .features ul li:focus-within {
  box-shadow: 0 5px 26px #eebb2260;
  border-color: var(--secondary);
}

/* ================ */
/* SERVICES OVERVIEW / LISTS / CARDS */
/* ================ */
.services-overview ul, .course-card-grid, .business-service-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 18px;
}
.services-overview ul li, .business-service-cards > div, .course-card {
  background: #fff5e0;
  border-radius: 12px;
  box-shadow: 0 2px 8px #a98b6919;
  padding: 18px 22px 13px 22px;
  border: 1.3px solid #e4c66c;
  min-width: 220px;
  flex: 1 1 245px;
  margin-bottom: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  transition: box-shadow 0.14s, border 0.13s;
}
.services-overview ul li:hover, .business-service-cards > div:hover, .course-card:hover {
  box-shadow: 0 8px 33px #eebb2237;
  border-color: var(--secondary);
}
.services-overview .cta,
.courses .cta { margin-top: 17px; }

/* Courses grid style */
.course-card-grid {
  gap: 24px;
  margin-bottom: 38px;
}
.course-card {
  margin-bottom: 20px;
  border-radius: 13px;
  font-size: 1.04rem;
}

/* ======================= */
/* WORKSHOPS, OFFERS, ETC. */
/* ======================= */
.workshop-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 18px;
}
.workshop-list ul li {
  background: #ffffffcc;
  border-radius: 11px;
  box-shadow: 0 2px 8px #a98b6920;
  padding: 14px 21px 11px 21px;
  border: 1.3px solid #e4c66c;
  min-width: 220px;
  flex: 1 1 260px;
  margin-bottom: 0;
  position: relative;
  transition: box-shadow 0.12s, border 0.13s;
}
.workshop-list ul li:hover {
  box-shadow: 0 7px 20px #bb3e2d29;
  border-color: var(--brick);
}
.workshop-benefits ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 12px 0 18px 0;
}
.workshop-benefits ul li {
  font-size: 0.99rem;
  color: var(--primary);
  padding: 7px 13px;
  background: #F7F4ED;
  border-radius: 6px;
  border: 1.2px solid #ead12e44;
}

/* ================ */
/* ABOUT / TEAM     */
/* ================ */
.team-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 24px 0 16px 0;
}
.team-grid > div {
  background: #fffbe6;
  border-radius: 10px;
  box-shadow: 0 2px 8px #eebb2244;
  border: 1.3px solid #e4c66c;
  flex: 1 1 220px;
  min-width: 180px;
  padding: 15px 20px 11px 20px;
  transition: box-shadow 0.14s, border 0.14s;
}
.team-grid > div:hover { border-color: var(--primary); box-shadow:0 7px 25px #2c3e4f20; }
.our-values ul {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 18px;
}
.our-values ul li {
  background: #f5ead2;
  border-radius: 8px;
  padding: 8px 14px;
  border: 1.1px dashed var(--brick);
  color: #5c3e0a;
  font-size: 1rem;
}

/* ================= */
/* CONTACT/INFO BOX  */
/* ================= */
.contact-details .info-box {
  border-radius: 10px;
  background: #f7f3e6;
  border: 1.5px solid #ead12e40;
  padding: 16px 20px;
  box-shadow: 0 2px 13px #eabb2248;
  margin-top: 18px;
}
.text-section {
  margin-bottom: 14px;
  padding: 7px 10px 5px 0;
}
.text-section ul {
  gap: 10px;
  flex-wrap: wrap;
}
.info-box strong {
  color: var(--primary);
}

/* ==================== */
/* FOOTER SECTION       */
/* ==================== */
.footer {
  background: var(--primary);
  color: #fff;
  padding: 38px 0 20px 0;
  border-radius: 22px 22px 0 0;
  border-top: 3px solid var(--secondary);
  box-shadow: 0 -2.5px 23px #2c3e4f17;
  margin-top: 48px;
}
.footer .container {
  padding-bottom: 0;
}
.footer .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 0;
}
.footer-nav {
  flex: 1 1 200px;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.footer-nav a {
  color: var(--secondary);
  font-weight: 700;
  font-size: 1.05rem;
  line-height: 1.6;
  padding: 3px 0 3px 0;
  border-radius: 6px;
  transition: background 0.17s, color 0.18s;
}
.footer-nav a:hover, .footer-nav a:focus {
  background: var(--secondary);
  color: var(--primary);
}
.footer-contact p, .footer-newsletter p {
  font-size: 0.99rem;
  color: #ffe7c8;
  line-height: 1.5;
  margin-bottom: 6px;
}
.footer-newsletter strong { color: #fff; }
.footer img {
  height: 33px;
  margin-bottom: 13px;
}

/* ===================== */
/* COOKIE CONSENT BANNER */
/* ===================== */
.cookie-banner {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  background: #fffbe9;
  color: var(--primary);
  z-index: 12039;
  padding: 23px 16px 19px 16px;
  box-shadow: 0 -7px 24px #2c3e4f18;
  border-top: 2px solid var(--secondary);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.cookie-banner h3 {
  color: var(--brick);
  font-size: 1.17rem;
  font-family: 'Montserrat',sans-serif;
  font-weight: 700;
}
.cookie-banner-buttons {
  display: flex;
  gap: 14px;
  margin-top: 0px;
}
.cookie-banner button {
  padding: 8px 23px;
  background: var(--secondary);
  color: var(--primary);
  border: none;
  border-radius: 7px;
  font-family: 'Montserrat',Arial,sans-serif;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  box-shadow: 0 1px 7px #eabb226a;
  transition: background 0.14s, color 0.18s;
}
.cookie-banner button.reject {
  background: var(--brick);
  color: #fff;
}
.cookie-banner button.settings {
  background: var(--primary);
  color: #fff;
}
.cookie-banner button:hover, .cookie-banner button:focus {
  background: var(--primary);
  color: var(--secondary);
}

/* Cookie modal overlay */
.cookie-modal-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background: #2c3e4fc4;
  z-index: 12041;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.21s;
}
.cookie-modal-overlay.open {
  opacity: 1;
  pointer-events: all;
}
.cookie-modal {
  background: #fffbe9;
  color: var(--primary);
  border-radius: 14px;
  box-shadow: 0 8px 40px #eabb2255;
  padding: 32px 23px 27px 23px;
  max-width: 96vw;
  width: 400px;
  position: relative;
  animation: fadeInScale 0.38s cubic-bezier(.37,.57,.36,.87);
}
@keyframes fadeInScale {
  0% { opacity: 0; transform: scale(0.98); }
  100% { opacity: 1; transform: scale(1.0); }
}
.cookie-modal h4 {
  font-size: 1.11rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--brick);
}
.cookie-modal-categories {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cookie-modal-category {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  border-radius: 7px;
  padding: 9px 9px;
  border: 1px dashed #eabb22bb;
  font-size: 0.98rem;
  box-shadow: 0 1px 5px #eabb2224;
}
.cookie-modal-category input[type=checkbox] {
  width: 19px; height: 19px;
  accent-color: var(--secondary);
}
.cookie-modal-actions {
  display: flex;
  gap: 11px;
  margin-top: 8px;
}
.cookie-modal-close {
  position: absolute;
  top: 11px; right: 15px;
  background: none;
  border: none;
  font-size: 1.44rem;
  color: var(--primary);
  cursor: pointer;
  transition: color 0.13s;
}
.cookie-modal-close:hover, .cookie-modal-close:focus { color: var(--brick); }

/* ============================ */
/* THANK YOU/INFO/UTILITY SECTS */
/* ============================ */
.thank-you-message {
  background: #E8F0FB;
  border-radius: 13px;
  padding: 18px 24px 13px 24px;
  box-shadow: 0 2px 13px #2c3e4f2c;
  border: 1.5px dashed var(--secondary);
  margin-bottom: 20px;
  margin-top: 8px;
}
.next-steps-info {
  background: #fffbe9;
  border-radius: 12px;
  padding: 15px 21px 9px 21px;
  border: 1.2px solid #e4c66c;
  font-size: 1.02rem;
  margin-bottom: 14px;
}

/* ============================ */
/* RESPONSIVE DESIGN - MOBILE   */
/* ============================ */
@media (max-width: 960px) {
  .container { max-width: 94vw; }
  .footer .content-wrapper {
    gap: 18px;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
  }
  .main-nav { gap: 7px; padding: 8px 2vw; }
}
@media (max-width: 768px) {
  html { font-size: 15px; }
  .container { padding: 0 11px; }
  .content-wrapper, .section, .card, .testimonial-card, .thank-you-message, .next-steps-info {
    padding-left: 7px;
    padding-right: 7px;
  }
  h1 { font-size: 2rem; }
  h2 { font-size: 1.3rem; }
  .hero {
    padding: 29px 0 18px 0;
    font-size: 93%;
  }
  .content-grid, .features .content-wrapper > ul, .features > ul,
  .services-overview ul, .course-card-grid, .business-service-cards,
  .team-grid, .workshop-list ul, .workshop-benefits ul, .our-values ul {
    flex-direction: column;
    gap: 13px;
  }
  .text-image-section { flex-direction: column; gap: 15px; }
  .footer .content-wrapper {
    flex-direction: column;
    gap: 18px;
    align-items: flex-start;
  }
  .hero h1 { font-size: 1.44rem; margin-bottom: 13px; }
  .hero p { font-size: 1.07rem; }
  .cta, .cta.primary { padding: 8px 20px; font-size: 1.03rem; }
}
@media (max-width: 520px) {
  html { font-size: 14px; }
  .hero, .footer, .section {
    padding: 19px 1.5vw;
  }
  h1 { font-size: 1.18rem; }
  .footer-nav, .footer-contact, .footer-newsletter, .footer img {
    width: 100%;
    margin-bottom: 7px;
  }
}

/* ============ */
/* MICRO-ANIMS  */
/* ============ */
.card, .testimonial-card, .cta, .main-nav a, .course-card, .team-grid > div, .workshop-list ul li, .services-overview ul li, .business-service-cards > div {
  transition: box-shadow 0.18s, border 0.13s, transform 0.18s;
}
.cta:active, .main-nav a:active, .mobile-nav a:active {
  transform: scale(0.98);
}

/* Subtle input styles for switches (in cookie settings) */
input[type=checkbox], input[type=radio] {
  accent-color: var(--secondary);
}

/* Utility: visually hidden for accessibility */
.visually-hidden { position: absolute !important; height: 1px; width: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); white-space: nowrap; }

/* =============================== */
/* END OF MAIN STYLE SHEET         */
/* =============================== */
