/* ============================
   Radiance Warp Fitness – Luxury Premium CSS
   Style: luxury_premium (gold accents, premium fonts, sophisticated colors)
   Only Flexbox for all layouts!
============================ */

/* 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,
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 {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

body {
  background: #EBF4F8;
  color: #143059;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  min-height: 100vh;
}

img {
  max-width: 100%;
  display: block;
}
a {
  color: #143059;
  text-decoration: none;
  transition: color 0.20s;
}

ul, ol {
  list-style: none;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  outline: none;
  border: none;
  background: none;
}
button {
  cursor: pointer;
}


/* ==============================
   TYPOGRAPHY
============================== */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  font-weight: 700;
  color: #143059;
  letter-spacing: 0.02em;
}
h1 {
  font-size: 2.6rem;
  margin-bottom: 24px;
}
h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}
h3 {
  font-size: 1.25rem;
  margin-bottom: 10px;
}
h4, h5, h6 {
  font-size: 1rem;
  margin-bottom: 8px;
}
p, li, span, label {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1rem;
  color: #143059;
}
.subheadline {
  font-size: 1.25rem;
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  color: #444;
  margin-bottom: 20px;
  font-weight: 400;
}
.legal-disclaimer p {
  font-size: 0.92rem;
  color: #7F8FA4;
}

@media (max-width: 768px) {
  h1 { font-size: 2rem; }
  h2 { font-size: 1.5rem; }
  .subheadline { font-size: 1.06rem; }
}


/* ==============================
   FLEX LAYOUT UTILITY CLASSES
============================== */
.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 18px;
}

.header-container,
.footer-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  padding: 18px 0;
}
@media (max-width: 991px) {
  .header-container, .footer-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 16px 0;
  }
}

.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.section {
  margin-bottom: 60px;
  padding: 40px 20px;
}
.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;
}
.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0px 6px 32px 0px rgba(20,48,89,0.09);
  margin-bottom: 20px;
  border: 1px solid #f3e8d0;
  position: relative;
  transition: box-shadow 0.18s;
}
.testimonial-card:hover {
  box-shadow: 0px 10px 38px 0px rgba(255, 180, 0, 0.15);
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}


/* ==============================
   NAVIGATION
============================== */
.main-nav {
  display: flex;
  align-items: center;
  gap: 26px;
}
.main-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 500;
  font-size: 1.02rem;
  color: #143059;
  padding: 5px 10px;
  border-radius: 6px;
  transition: background 0.16s, color 0.16s;
}
.main-nav a:hover, .main-nav a:focus {
  background: #F4E3BB;
  color: #a36e00;
}
/* Primary CTA button */
.cta-primary {
  background: #FFB400;
  color: #143059 !important;
  font-weight: bold;
  letter-spacing: 0.04em;
  border-radius: 22px;
  padding: 11px 28px;
  font-family: 'Montserrat', Arial, sans-serif;
  box-shadow: 0px 2px 18px 0px rgba(255,180,0,0.19);
  border: 2px solid #FFB400;
  transition: background 0.22s, color 0.15s, box-shadow 0.22s;
  margin-left: 14px;
  z-index: 1;
}
.cta-primary:hover, .cta-primary:focus {
  background: #fff;
  color: #FFB400 !important;
  border-color: #FFB400;
  box-shadow: 0px 6px 22px 0px rgba(255,180,0,0.26);
}
.cta-secondary {
  padding: 10px 24px;
  background: #143059;
  color: #FFB400;
  border: 2px solid #FFB400;
  border-radius: 22px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.03em;
  transition: background 0.22s, color 0.15s, box-shadow 0.22s, border-color 0.14s;
  margin-top: 8px;
}
.cta-secondary:hover, .cta-secondary:focus {
  background: #FFB400;
  color: #143059;
  border-color: #143059;
  box-shadow: 0px 6px 16px 0px rgba(20,48,89,0.10);
}


/* Hamburger Mobile Menu */
.mobile-menu-toggle {
  display: none;
  background: #fff;
  color: #143059;
  font-size: 2.1rem;
  border-radius: 10px;
  padding: 6px 16px;
  border: 1.5px solid #FFB400;
  transition: background 0.18s, color 0.16s;
  margin-left: auto;
  z-index: 104;
}
.mobile-menu-toggle:focus, .mobile-menu-toggle:hover {
  background: #FFB400;
  color: #fff;
}

@media (max-width: 991px) {
  .main-nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
  }
}

/* Mobile Menu Overlay */
.mobile-menu {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(20,48,89, 0.98);
  box-shadow: 0px 22px 85px 0px rgba(0,0,0,0.58);
  transform: translateX(-100vw);
  opacity: 0;
  pointer-events: none;
  z-index: 110;
  transition: transform 0.28s cubic-bezier(.51,.03,.54,1.02), opacity 0.21s;
}
.mobile-menu.active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: all;
}
.mobile-menu-close {
  margin: 30px 0 0 22px;
  font-size: 2.5rem;
  background: none;
  border: none;
  color: #FFB400;
  border-radius: 8px;
  transition: background 0.13s, color 0.16s;
  align-self: flex-start;
}
.mobile-menu-close:focus, .mobile-menu-close:hover {
  background: #FFB400;
  color: #fff;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 70px 0 0 32px;
}
.mobile-nav a {
  color: #FFB400;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 10px 0;
  border-bottom: 2px solid transparent;
  transition: color 0.16s, border-color 0.16s;
}
.mobile-nav a:focus, .mobile-nav a:hover {
  color: #fff;
  border-bottom: 2px solid #fff;
}
@media (min-width: 992px) {
  .mobile-menu {
    display: none !important;
  }
  .mobile-menu-toggle {
    display: none !important;
  }
}

/* ==============================
   HERO SECTIONS
============================== */
.hero {
  background: #143059;
  color: #fff;
  padding: 70px 0 55px 0;
  position: relative;
}
.hero .container {
  display: flex;
  flex-direction: column;
}
.hero .content-wrapper {
  align-items: flex-start;
  gap: 18px;
  padding: 12px 0;
}
.hero h1, .hero h2, .hero h3, .hero h4 {
  color: #fff;
}
.hero .subheadline {
  color: #F4E3BB;
}
.hero .cta-primary {
  margin-top: 16px;
  box-shadow: 0px 3px 13px 0px rgba(255,180,0,0.15);
}

/* Gold bar accent for hero */
.hero:before {
  content: '';
  display: block;
  height: 5px;
  width: 70px;
  background: #FFB400;
  border-radius: 5px;
  margin-bottom: 32px;
}

/* Responsive Hero */
@media (max-width: 768px) {
  .hero {
    padding: 44px 0 33px 0;
  }
  .hero:before {
    width: 46px;
    margin-bottom: 16px;
  }
}


/* ==============================
   FEATURE / VALUE Icon Lists
============================== */
.features, .feature-list, .feature-grid, .brand-values, .benefits-list, .wellness-options { width: 100%; }
.features .content-wrapper { gap: 16px; }
.feature-grid, .feature-list, .benefits-list, .brand-values, .wellness-options {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.feature-grid li, .feature-list li, .benefits-list li, .brand-values li, .wellness-options li {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 1px 12px 0 rgba(20, 48, 89, 0.06);
  padding: 22px 18px 20px 18px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  min-width: 210px;
  flex: 1 1 220px;
  border: 1px solid #f3e8d0;
  transition: box-shadow 0.12s, border 0.15s;
}
.feature-grid li:hover, .feature-list li:hover, .brand-values li:hover, .wellness-options li:hover {
  box-shadow: 0 4px 16px 0 rgba(255,180,0,.14);
  border: 1.5px solid #FFB400;
}
.feature-grid img, 
.feature-list img, 
.brand-values img,
.team-values img { height: 34px; width: auto; }
.brand-values img {
  margin-right: 12px;
}

@media (max-width: 991px) {
  .feature-grid, .feature-list, .benefits-list, .brand-values, .wellness-options {
    flex-direction: column;
    gap: 20px;
    min-width: 0;
  }
}


/* ==============================
   SERVICE CARDS, CLASS/LIST CARDS
============================== */
.service-cards, .class-list, .membership-options, .trainer-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.service-cards > div, 
.class-list > li, 
.membership-options > li, 
.trainer-list > li {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 1px 14px 0 rgba(20, 48, 89, 0.08);
  padding: 22px 16px 20px 19px;
  flex: 1 1 240px;
  min-width: 200px;
  border: 1px solid #f3e8d0;
  margin-bottom: 20px;
  transition: box-shadow 0.14s, border 0.17s;
}
.service-cards > div:hover, .class-list > li:hover, .membership-options > li:hover, .trainer-list > li:hover {
  box-shadow: 0 4px 16px 0 rgba(255,180,0,0.16);
  border: 1.5px solid #FFB400;
}
@media (max-width: 991px) {
  .service-cards, .class-list, .membership-options, .trainer-list {
    flex-direction: column;
    gap: 18px;
    min-width: 0;
  }
}


/* ==============================
   PRICING TABLE & FAQ
============================== */
.price-table {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 1px 12px 0 rgba(20,48,89,0.06);
  padding: 18px 26px;
  max-width: 690px;
  margin: 0 auto 28px auto;
  border: 1px solid #F4E3BB;
  overflow-x: auto;
}
.price-table h3 {
  margin-bottom: 16px;
}
.price-table table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.price-table th, .price-table td {
  padding: 11px 7px;
  border-bottom: 1px solid #f3e8d0;
  font-family: 'Roboto', Arial, sans-serif;
}
.price-table th {
  color: #143059;
  background: #F8F8F8;
}
.price-table tr:last-child td {
  border-bottom: none;
}

.comparison-chart {
  margin-top: 16px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 1px 8px 0 rgba(20,48,89,0.07);
  border: 1px solid #f3e8d0;
  padding: 15px 18px;
  max-width: 520px;
}

.faq-accordion {
  margin-top: 18px;
  background: #fff;
  border-radius: 11px;
  box-shadow: 0 2px 10px 0 rgba(20,48,89,0.07);
  border: 1px solid #f3e8d0;
  padding: 12px 18px;
  max-width: 520px;
}
.faq-accordion h3 {
  margin-bottom: 10px;
}


/* ==============================
   SPA/EXTRA FEATURES, CARD LISTS
============================== */
.spa-features, .class-highlights, .team-values, .brand-story {
  background: #fff;
  border-radius: 13px;
  box-shadow: 0 1px 8px 0 rgba(20, 48, 89, 0.05);
  padding: 18px 16px 14px 16px;
  margin-bottom: 20px;
  border: 1px solid #f3e8d0;
}


/* ==============================
   TESTIMONIALS
============================== */
.testimonials .content-wrapper {
  gap: 16px;
}
.testimonials h2 {
  color: #143059;
}
.testimonial-card p {
  color: #222;
  font-size: 1.1rem;
  margin-bottom: 10px;
}
.testimonial-card span {
  color: #888;
  font-size: 1rem;
  font-family: 'Montserrat', Arial, sans-serif;
}
.rating-stars {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 0;
}
.rating-stars img {
  height: 23px;
  width: 23px;
  filter: drop-shadow(0 2px 10px rgba(255,180,0,0.08));
}

/* ==============================
   CONTACT DETAILS
============================== */
.contact-details {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 15px;
}
.contact-details li {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 1rem;
  color: #143059;
  background: #F6F8FA;
  border-radius: 8px;
  padding: 10px 14px 10px 10px;
}
.contact-details img {
  width: 19px;
  height: 19px;
  filter: drop-shadow(0 1px 4px rgba(20,48,89,0.06));
}


/* ==============================
   FOOTER
============================== */
footer {
  background: #143059;
  padding: 12px 0 0 0;
  margin-top: 40px;
}
.footer-wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 36px;
  padding: 33px 0 5px 0;
}
.footer-nav, .footer-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 23px;
}
.footer-nav a, .footer-menu a {
  color: #F4E3BB;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  letter-spacing: 0.01em;
  transition: color 0.15s;
}
.footer-nav a:hover, .footer-menu a:hover {
  color: #FFB400;
}
.footer-social {
  display: flex;
  align-items: center;
  gap: 14px;
}
.footer-social img {
  width: 27px; height: 27px;
  filter: brightness(1.2) drop-shadow(0 1px 5px rgba(255,180,0,0.11));
  transition: filter 0.13s;
}
.footer-social img:hover {
  filter: brightness(1.5) drop-shadow(0 2px 8px #FFB40099);
}
.legal-disclaimer {
  margin-top: 15px;
  width: 100%;
}

@media (max-width: 768px) {
  .footer-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 26px;
    padding: 20px 0 5px 0;
  }
  .footer-nav, .footer-menu {
    gap: 14px;
  }
  .footer-social img { width: 23px; height: 23px; }
}


/* ==============================
   INFORMATION SECTIONS
============================== */
.information {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 1px 12px 0 rgba(20,48,89,0.06);
  margin: 45px 0 25px 0;
  padding: 32px 20px 40px 20px;
}
.information h1, .information h2 {
  color: #143059;
  margin-bottom: 16px;
}
.information ul {
  margin: 15px 0 15px 20px;
  list-style: disc inside;
}
.information a {
  color: #FFB400;
  text-decoration: underline;
}
.information a:hover {
  color: #B9912B;
}


/* ==============================
   CONFIRMATION PAGE
============================== */
.confirmation {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 18px 0 rgba(255,180,0,0.11);
  margin: 50px 0 40px 0;
  padding: 38px 24px 44px 24px;
  text-align: center;
}
.confirmation h1 {
  color: #FFB400;
  margin-bottom: 18px;
}
.thank-you-message {
  font-weight: 600;
  color: #143059;
  margin-bottom: 12px;
}


/* ==============================
   MAP SNIPPET/QUICK CONTACT
============================== */
.map-snippet, .quick-contact-info {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 7px 0 rgba(20,48,89,0.06);
  border: 1px solid #f3e8d0;
  padding: 11px 14px;
  margin-bottom: 18px;
}


/* ==============================
   GOLD ACCENT DECORATIONS
============================== */
.section h2::after, .about h2::after, .features h2::after {
  content: '';
  display: block;
  margin-top: 7px;
  height: 4px;
  width: 54px;
  background: #FFB400;
  border-radius: 3px;
}


/* ==============================
   COOKIE CONSENT BANNER
============================== */
.cookie-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 9999;
  background: #fff;
  box-shadow: 0px -2px 30px 0 rgba(20,48,89,0.18);
  border-top: 3px solid #FFB400;
  padding: 20px 3vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  animation: cookieSlideUp 0.74s cubic-bezier(.51,.03,.54,1.02) 0s 1;
}
@keyframes cookieSlideUp {
  0% { transform: translateY(100%); opacity: 0; }
  100% { transform: translateY(0); opacity: 1; }
}
.cookie-banner__text {
  flex: 1 1 320px;
  font-size: 1rem; color: #143059;
  font-family: 'Roboto', Arial, sans-serif;
}
.cookie-banner__actions {
  display: flex;
  gap: 16px;
}
.cookie-btn {
  padding: 10px 22px;
  border-radius: 24px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: bold;
  font-size: 1rem;
  border: 2px solid #FFB400;
  background: #FFB400;
  color: #143059;
  transition: background 0.18s, color 0.16s, border 0.14s;
}
.cookie-btn:hover, .cookie-btn:focus {
  background: #fff;
  color: #FFB400;
  border-color: #FFB400;
}
.cookie-btn--secondary {
  background: #fff;
  color: #FFB400;
  border-color: #FFB400;
}
.cookie-btn--secondary:hover, .cookie-btn--secondary:focus {
  background: #FFB400;
  color: #fff;
}
.cookie-btn--settings {
  background: #143059;
  color: #FFB400;
  border-color: #143059;
}
.cookie-btn--settings:hover, .cookie-btn--settings:focus {
  background: #FFB400;
  color: #143059;
  border-color: #FFB400;
}
@media (max-width: 630px) {
  .cookie-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 6vw;
    gap: 16px;
  }
}


/* COOKIE MODAL DIALOG */
.cookie-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(20,48,89,0.68);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.26s;
}
.cookie-modal-overlay.active {
  opacity: 1;
  pointer-events: all;
}
.cookie-modal {
  background: #fff;
  border-radius: 17px;
  max-width: 410px;
  width: 94vw;
  padding: 32px 26px 22px 26px;
  box-shadow: 0px 9px 44px 0 rgba(20,48,89,0.13);
  border: 2px solid #FFB400;
  animation: popIn 0.46s cubic-bezier(.51,.03,.54,1.02) 0s 1;
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
}
@keyframes popIn {
  0% { transform: scale(0.9) translateY(90px); opacity:0; }
  100% { transform: scale(1) translateY(0); opacity:1; }
}
.cookie-modal h3 {
  font-size: 1.26rem;
  color: #143059;
  margin-bottom: 5px;
}
.cookie-modal ul {
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin: 0;
}
.cookie-modal label {
  font-size: 1rem;
  color: #143059;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Roboto', Arial, sans-serif;
}
.cookie-toggle {
  width: 36px; height: 18px;
  background: #F4E3BB;
  border-radius: 16px;
  position: relative;
  margin-left: 8px;
  transition: background 0.16s;
  display: inline-block;
}
.cookie-toggle input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}
.cookie-toggle .slider {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 14px; height: 14px;
  background: #FFB400;
  border-radius: 50%;
  transition: transform 0.18s, background 0.18s;
}
.cookie-toggle input[type=checkbox]:checked + .slider {
  transform: translateX(16px);
  background: #143059;
}
.cookie-modal .modal-btn-row {
  display: flex;
  gap: 15px;
  justify-content: flex-end;
}
.cookie-modal__close {
  position: absolute;
  top: 15px; right: 18px;
  font-size: 1.5rem;
  background: none;
  color: #143059;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.13s, color 0.16s;
}
.cookie-modal__close:hover, .cookie-modal__close:focus {
  background: #FFB400;
  color: #fff;
}


/* ==============================
   RESPONSIVE LAYOUTS
============================== */
@media (max-width: 991px) {
  .header-container, .footer-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 10px;
  }
  .section {
    margin-bottom: 38px;
    padding: 22px 2px;
  }
  .service-cards > div, .class-list > li, .membership-options > li, .trainer-list > li, .price-table, .comparison-chart, .faq-accordion, .spa-features, .class-highlights { min-width: 0; }
}
@media (max-width: 512px) {
  .content-wrapper {
    gap: 13px;
  }
  .testimonial-card { padding: 13px; }
}

/* Align items in text-image-section (hero/feature, etc) for ROW on large, COLUMN on small */
@media (max-width: 768px) {
  .text-image-section { flex-direction: column; gap: 18px; align-items: flex-start; }
}


/* ==============================
   MISC
============================== */
::-webkit-input-placeholder { color: #95a0b3; }
::-moz-placeholder { color: #95a0b3; }
:-ms-input-placeholder { color: #95a0b3; }
::placeholder { color: #95a0b3; }

hr {
  border: 0;
  border-top: 1.5px solid #F4E3BB;
  margin: 30px 0;
}

strong { color: #143059; font-weight: bold; }

/* ==============================
   SCROLLBAR STYLES
============================== */
body::-webkit-scrollbar { width: 11px; }
body::-webkit-scrollbar-thumb { background: #f8e8be; border-radius: 10px; }
body::-webkit-scrollbar-track { background: #fff; }

/* ==============================
   LUXURY MICRO-INTERACTIONS
============================== */
a, button, .card, .feature-grid li, .feature-list li, .service-cards > div, .testimonial-card, .cta-primary, .cta-secondary {
  transition: background 0.18s, color 0.13s, border 0.14s, box-shadow 0.20s, transform 0.13s;
}
.card:hover, .feature-grid li:hover, .feature-list li:hover, .service-cards > div:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 24px 0 rgba(255,180,0,0.14);
  border-color: #FFB400;
}
.cta-primary:active, .cta-secondary:active { transform: scale(0.97); }

/* ==============================
   PRINT
============================== */
@media print {
  header, .main-nav, .footer-wrapper, .cookie-banner, .cookie-modal-overlay, .mobile-menu { display: none !important; }
  body { background: #fff !important; color: #000 !important; }
}
