#navbar,
#preloader,
#scrollTop {
  position: fixed;
}
#hero,
#preloader,
#scrollTop,
.nav-brand {
  display: flex;
}
#hero,
#services,
.g-tile,
.preloader-bar,
.product-card,
.service-card {
  overflow: hidden;
}
#hero,
#kids-hero,
#tours-hero {
  min-height: 100vh;
}
.footer-bottom a{margin-right: 5px;color:rgba(255,255,255,0.35);}
:root {
  --brown: #3e2c23;
  --gold: #c8a951;
  --gold-lt: #dfc27a;
  --green: #1f3d2b;
  --cream: #f8f5f0;
  --cream-dk: #ede7dc;
  --white: #ffffff;
  --dark: #1a1208;
  --text: #4a3728;
  --font-head: "Playfair Display", serif;
  --font-body: "Poppins", sans-serif;
  --transition: 0.35s ease-in-out;
  --shadow-gold: 0 8px 32px rgba(200, 169, 81, 0.25);
  --shadow-dark: 0 12px 40px rgba(30, 18, 8, 0.35);
  --gold-light: #e2c97e;
  --gold-dark: #9a7b28;
  --brown-dark: #1a1209;
  --brown-mid: #2c1f0e;
  --brown-soft: #3e2c1a;
  --cream: #f5edd8;
  --cream-light: #faf5e9;
  --white: #ffffff;
  --green: #4a7c59;
  --shadow-gold: 0 4px 24px rgba(200, 169, 81, 0.18);
  --shadow-dark: 0 8px 40px rgba(0, 0, 0, 0.35);
  --radius: 14px;
  --transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  --font-serif: "Playfair Display", Georgia, serif;
  --font-sans: "Poppins", sans-serif;
}
*,
::after,
::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: var(--font-body);
  background: var(--cream);
  color: var(--text);
  overflow-x: hidden;
}
.nav-brand,
.preloader-text,
h1,
h2,
h3,
h4 {
  font-family: var(--font-head);
}
img {
  max-width: 100%;
  display: block;
}
a {
  text-decoration: none;
  color: inherit;
}
#preloader {
  inset: 0;
  background: var(--brown);
  z-index: 9999;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: opacity 0.7s, visibility 0.7s;
}
#preloader.hide {
  opacity: 0;
  visibility: hidden;
}
.preloader-horse {
  width: 120px;
  height: 120px;
  margin-bottom: 24px;
  animation: 0.6s steps(1) infinite horse-gallop;
}
.preloader-text {
  font-size: 2rem;
  color: var(--gold);
  letter-spacing: 6px;
  text-transform: uppercase;
  animation: 1.2s ease-in-out infinite pulse-text;
}
.preloader-bar {
  width: 180px;
  height: 3px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 2px;
  margin-top: 20px;
}
#scrollTop,
.nav-cta,
.preloader-bar-inner {
  background: var(--gold);
}
.preloader-bar-inner {
  height: 100%;
  border-radius: 2px;
  animation: 2s ease-in-out forwards bar-load;
}
@keyframes bar-load {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes pulse-text {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.horse-svg {
  animation: 0.8s steps(4) infinite gallop;
}
@keyframes gallop {
  0%,
  100% {
    transform: translateY(0) rotate(0);
  }
  25% {
    transform: translateY(-8px) rotate(-2deg);
  }
  50% {
    transform: translateY(-4px) rotate(1deg);
  }
  75% {
    transform: translateY(-10px) rotate(-1deg);
  }
}
#scrollTop {
  bottom: 32px;
  right: 32px;
  width: 52px;
  height: 52px;
  color: var(--brown);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  z-index: 999;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s, transform 0.4s, box-shadow 0.3s;
  box-shadow: var(--shadow-gold);
}
#scrollTop.visible {
  opacity: 1;
  transform: translateY(0);
  animation: 2s ease-in-out infinite bounce-btn;
}
#scrollTop:hover {
  background: var(--brown);
  color: var(--gold);
}
@keyframes bounce-btn {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}
#navbar {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 20px 0;
  transition: background var(--transition), padding var(--transition),
    box-shadow var(--transition);
}
#navbar.scrolled {
  background: rgba(30, 18, 8, 0.97);
  padding: 12px 0;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.4);
}
.nav-brand {
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 2px;
  align-items: center;
  gap: 10px;
}
.btn-gold,
.btn-outline-gold {
  display: inline-flex;
  letter-spacing: 1px;
  font-family: var(--font-body);
}
#gallery .section-title,
#testimonials .section-title,
.bg-dark-brown .section-title,
.bg-green .section-title,
.nav-brand span,
.pricing-card.featured .pricing-price,
.testi-name,
.toc-contact-title {
  color: var(--white);
}
.nav-brand .brand-icon {
  font-size: 1.4rem;
  color: var(--gold);
}
.navbar-nav .nav-link {
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85) !important;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 8px 16px !important;
  transition: color var(--transition);
  position: relative;
}
.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 16px;
  right: 16px;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transition: transform var(--transition);
}
.navbar-nav .nav-link:hover {
  color: var(--gold) !important;
}
.navbar-nav .nav-link:hover::after,
.service-card:hover::before {
  transform: scaleX(1);
}
.nav-cta {
  color: var(--brown) !important;
  border-radius: 4px;
  font-weight: 600 !important;
  padding: 8px 22px !important;
  transition: background var(--transition), transform var(--transition),
    box-shadow var(--transition) !important;
}
.hero-badge,
.section-tag {
  font-weight: 600;
  text-transform: uppercase;
}
.nav-cta:hover {
  background: var(--gold-lt) !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(200, 169, 81, 0.4);
}
.nav-cta::after {
  display: none !important;
}
.navbar-toggler {
  border: 1px solid var(--gold);
  color: var(--gold);
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23C8A951' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.btn-gold {
  align-items: center;
  background: var(--gold);
  color: var(--brown);
  text-transform: uppercase;
  border: 2px solid var(--gold);
  transition: transform var(--transition), box-shadow var(--transition),
    background var(--transition);
}
.btn-gold:hover {
  box-shadow: 0 10px 30px rgba(200, 169, 81, 0.45);
  background: var(--gold-lt);
  color: var(--brown);
}
.btn-outline-gold {
  align-items: center;
  color: var(--white);
  text-transform: uppercase;
  border: 2px solid rgba(255, 255, 255, 0.6);
  transition: transform var(--transition), box-shadow var(--transition),
    border-color var(--transition), background var(--transition);
}
.btn-outline-gold:hover {
  border-color: var(--gold);
  background: rgba(200, 169, 81, 0.12);
  box-shadow: 0 10px 30px rgba(200, 169, 81, 0.2);
  color: var(--gold);
}
.bg-green .divider-gold,
.divider-gold {
  background: var(--gold);
}
.section-pad {
  padding: 100px 0;
}
.section-pad-sm {
  padding: 70px 0;
}
.section-tag {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.75rem;
  letter-spacing: 3px;
  color: var(--gold);
  margin-bottom: 12px;
}
.section-title {
  font-size: clamp(2rem, 4vw, 2.2rem);
  color: var(--brown);
  line-height: 1.2;
  margin-bottom: 20px;
}
#gallery .section-tag,
.champion-rank.gold-rank,
.ev-breadcrumb a,
.faq-a-inner a,
.faq-item.open .faq-q-text,
.faq-search-clear:hover,
.footer-bottom a,
.g-strip-tile:hover .g-strip-label,
.help-channel-detail a,
.ht-hero-breadcrumb a,
.kids-breadcrumb a,
.livery-features li i.fa-check-circle,
.page-hero-breadcrumb a,
.pkg-features li i.fa-check-circle,
.policy-p a,
.rl-hero-breadcrumb a,
.rs-breadcrumb a,
.season-tab:hover,
.section-title span,
.terms-p a,
.testi-stars,
.toc-contact-info a,
.tours-hero-breadcrumb a {
  color: var(--gold);
}
.section-sub {
  font-size: 1rem;
  color: #3e2c23;
  opacity: 0.8;
  max-width: 540px;
  line-height: 1.8;
}
.divider-gold {
  width: 60px;
  height: 3px;
  margin: 16px 0 28px;
}
#testimonials,
.bg-dark-brown {
  background: var(--brown);
}
#services,
.bg-green {
  background: var(--green);
}
#footer,
#gallery,
#hero {
  background: var(--dark);
}
#ev-calendar,
#ev-clinics,
#ev-host,
#ev-register,
#ev-testimonials,
#ht-disciplines,
#ht-enquire,
#ht-hero,
#ht-packages,
#ht-results,
#ht-why,
#kids-camp,
#kids-enrol,
#kids-instructors,
#kids-programs,
#kids-testimonials,
#rl-faq,
#rl-hero,
#rl-how,
#rl-schedule,
#rs-faq,
#rs-health,
#rs-hero,
#rs-livery,
#rs-team,
#tours-experience,
#tours-faq,
#tours-featured,
#tours-hero,
#tours-included,
#tours-testimonials {
  background: var(--brown-dark);
}
.bg-dark-brown .section-sub {
  color: rgba(255, 255, 255, 0.7);
}
.bg-green .section-sub {
  color: rgba(255, 255, 255, 0.75);
}
#hero {
  position: relative;
  align-items: center;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background: url("../images/61.jpg") center/cover no-repeat;
  transform: scale(1.08);
  animation: 20s ease-in-out infinite alternate parallax-zoom;
}
.hero-scroll-hint,
.pricing-badge {
  left: 50%;
  transform: translateX(-50%);
}
@keyframes parallax-zoom {
  from {
    transform: scale(1.08);
  }
  to {
    transform: scale(1.15);
  }
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(30, 18, 8, 0.85) 0,
    rgba(31, 61, 43, 0.55) 60%,
    rgba(30, 18, 8, 0.75) 100%
  );
}
.cta-content,
.hero-content {
  position: relative;
  z-index: 2;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(200, 169, 81, 0.15);
  border: 1px solid rgba(200, 169, 81, 0.4);
  color: var(--gold);
  font-size: 0.78rem;
  letter-spacing: 2.5px;
  padding: 8px 18px;
  border-radius: 50px;
  margin-bottom: 28px;
  animation: 1s 0.5s both fadeInDown;
}
.hero-title {
  font-family: var(--font-head);
  font-size: clamp(2.8rem, 7vw, 2.5rem);
  color: var(--white);
  line-height: 1.1;
  margin-bottom: 28px;
  animation: 1s 0.7s both fadeInUp;
}
.hero-title em {
  font-style: italic;
  color: var(--gold);
}
.hero-subtitle {
  font-family: var(--font-body);
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.8);
  max-width: 520px;
  line-height: 1.8;
  margin-bottom: 42px;
  animation: 1s 0.9s both fadeInUp;
}
.about-img-badge .num,
.hero-stat-num {
  font-family: var(--font-head);
  line-height: 1;
}
.hero-btns {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  animation: 1s 1.1s both fadeInUp;
}
.hero-scroll-hint {
  position: absolute;
  bottom: 36px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.75rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  animation: 1.5s 1.5s both fadeIn;
}
.scroll-line {
  width: 1px;
  height: 50px;
  background: linear-gradient(to bottom, rgba(200, 169, 81, 0.8), transparent);
  animation: 2s ease-in-out infinite scroll-line;
}
@keyframes scroll-line {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(1);
    transform-origin: top;
  }
  51% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
.hero-stats {
  display: flex;
  gap: 40px;
  padding-top: 60px;
  animation: 1s 1.3s both fadeInUp;
  flex-wrap: wrap;
}
.hero-stat {
  text-align: left;
}
.hero-stat-num {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--gold);
}
.hero-stat-label {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 4px;
}
.hero-stat-divider {
  width: 1px;
  background: rgba(255, 255, 255, 0.15);
  align-self: stretch;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#about,
#contact {
  background: var(--cream);
}
.about-img-wrap,
.day-timeline {
  position: relative;
}
.about-img-main {
  width: 100%;
  height: 550px;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: var(--shadow-dark);
}
.about-img-badge {
  position: absolute;
  bottom: -24px;
  right: -24px;
  background: var(--gold);
  color: var(--brown);
  padding: 28px 32px;
  border-radius: 4px;
  text-align: center;
  box-shadow: var(--shadow-gold);
}
.about-img-badge .num {
  font-size: 2.8rem;
  font-weight: 700;
}
.about-img-badge .label {
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 4px;
}
.about-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}
.about-feature-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  background: rgba(200, 169, 81, 0.12);
  border: 1px solid rgba(200, 169, 81, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-size: 1.1rem;
  transition: background var(--transition), transform var(--transition);
}
.service-icon,
.service-link {
  align-items: center;
  color: var(--gold);
}
.about-feature-item:hover .about-feature-icon {
  background: var(--gold);
  color: var(--brown);
  transform: scale(1.1);
}
.about-feature-text h5 {
  font-family: var(--font-head);
  font-size: 1.05rem;
  color: var(--brown);
  margin-bottom: 4px;
}
.about-feature-text p {
  font-size: 0.88rem;
  color: var(--text);
  opacity: 0.75;
  line-height: 1.6;
  margin: 0;
}
#services {
  position: relative;
}
#services::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23C8A951' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.5;
}
.service-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(200, 169, 81, 0.15);
  border-radius: 6px;
  padding: 40px 32px;
  height: 100%;
  position: relative;
  transition: transform var(--transition), background var(--transition),
    border-color var(--transition), box-shadow var(--transition);
  cursor: default;
}
.service-card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--gold);
  transform: scaleX(0);
  transition: transform var(--transition);
}
.service-card:hover {
  transform: translateY(-8px);
  background: rgba(200, 169, 81, 0.08);
  border-color: rgba(200, 169, 81, 0.4);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}
.service-icon {
  width: 64px;
  height: 64px;
  background: rgba(200, 169, 81, 0.12);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 24px;
  transition: background var(--transition), transform var(--transition);
}
.service-card:hover .service-icon {
  background: var(--gold);
  color: var(--brown);
  transform: rotate(10deg) scale(1.1);
}
.service-card h4 {
  font-size: 1.2rem;
  color: var(--white);
  margin-bottom: 12px;
}
.pricing-card.featured .pricing-period,
.service-card p {
  color: rgba(255, 255, 255, 0.6);
}
.service-card p {
  font-size: 0.88rem;
  line-height: 1.7;
  margin: 0;
}
.service-link {
  display: inline-flex;
  gap: 6px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  transition: gap var(--transition);
}
.pricing-badge,
.pricing-plan {
  letter-spacing: 2px;
  text-transform: uppercase;
}
.service-card:hover .service-link {
  gap: 10px;
}
#pricing,
#shop {
  background: var(--cream-dk);
}
.pricing-card {
  background: var(--white);
  border-radius: 8px;
  padding: 48px 36px;
  text-align: center;
  position: relative;
  transition: transform var(--transition), box-shadow var(--transition);
  border: 2px solid transparent;
  height: 100%;
}
.pricing-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-dark);
}
.pricing-card.featured {
  background: var(--brown);
  border-color: var(--gold);
  transform: scale(1.03);
  box-shadow: 0 20px 60px rgba(62, 44, 35, 0.35);
}
.pricing-card.featured:hover {
  transform: scale(1.03) translateY(-10px);
  box-shadow: 0 30px 70px rgba(62, 44, 35, 0.45);
}
.pricing-badge {
  position: absolute;
  top: -16px;
  background: var(--gold);
  color: var(--brown);
  font-size: 0.72rem;
  font-weight: 700;
  padding: 6px 20px;
  border-radius: 50px;
}
#gallery,
.g-tile,
.gallery-grid {
  position: relative;
}
.pricing-plan {
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--gold);
  margin-bottom: 12px;
}
.pricing-price {
  font-family: var(--font-head);
  font-size: 3.5rem;
  font-weight: 700;
  color: var(--brown);
  line-height: 1;
  margin-bottom: 4px;
}
.pricing-price sup {
  font-size: 1.5rem;
  vertical-align: top;
  margin-top: 12px;
}
.pricing-period {
  font-size: 0.85rem;
  color: var(--text);
  opacity: 0.6;
  margin-bottom: 32px;
}
.pricing-divider {
  width: 40px;
  height: 2px;
  background: var(--gold);
  margin: 0 auto 28px;
}
.pricing-features {
  list-style: none;
  padding: 0;
  margin: 0 0 36px;
  text-align: left;
}
.exp-item,
.faq-stat,
.gallery-count,
.guide-stat,
.how-step,
.kids-why-item,
.season-tab,
.spec-stat,
.tours-hero-stat,
.trainer-stat {
  text-align: center;
}
.pricing-features li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.9rem;
  color: var(--text);
  padding: 9px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.pricing-card.featured .pricing-features li {
  color: rgba(255, 255, 255, 0.8);
  border-bottom-color: rgba(255, 255, 255, 0.08);
}
.popular-title i,
.pricing-features li i,
.toc-heading i {
  color: var(--gold);
  font-size: 0.85rem;
}
#gallery::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23C8A951' fill-opacity='0.03'%3E%3Cpath d='M0 0h80v80H0z'/%3E%3Cpath d='M40 0L0 40l40 40 40-40z' fill-opacity='0.02'/%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 80px;
  gap: 14px;
  z-index: 1;
}
.g-tile {
  border-radius: 6px;
  cursor: pointer;
  background-color: var(--brown);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.5s, box-shadow 0.4s;
}
.g-tile:hover {
  transform: scale(1.02);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.55);
}
.g-tile-1 {
  grid-column: 1/6;
  grid-row: 1/5;
  background-image: url("https://images.unsplash.com/photo-1534177616072-ef7dc120449d?w=800&q=85");
  --tile-grad: linear-gradient(145deg, #3e2c23 0%, #1f3d2b 100%);
}
.facility-tile.tall,
.g-strip-tile:first-child,
.g-tile-2,
.g-tile-3 {
  grid-row: 1/3;
}
.g-tile-2 {
  grid-column: 6/9;
  background-image: url("../images/38099.jpg");
  --tile-grad: linear-gradient(145deg, #2a1e16 0%, #3e2c23 100%);
}
.g-tile-3 {
  grid-column: 9/13;
  background-image: url("https://images.unsplash.com/photo-1553284965-83fd3e82fa5a?w=700&q=85");
  --tile-grad: linear-gradient(145deg, #1f3d2b 0%, #2d5a3d 100%);
}
.g-tile-4 {
  grid-column: 6/9;
  grid-row: 3/5;
  background-image: url("https://images.unsplash.com/photo-1505245208761-ba872912fac0?w=700&q=85");
  --tile-grad: linear-gradient(145deg, #3e2c23 0%, #6b3d22 100%);
}
.g-tile-5 {
  grid-column: 9/13;
  grid-row: 3/5;
  background-image: url("../images/2151850220.jpg");
  --tile-grad: linear-gradient(145deg, #1a1208 0%, #3e2c23 100%);
}
.g-tile-6 {
  grid-column: 1/5;
  grid-row: 5/8;
  background-image: url("../images/36.jpg");
  --tile-grad: linear-gradient(145deg, #2d5a3d 0%, #1f3d2b 100%);
}
.g-tile-7 {
  grid-column: 5/9;
  grid-row: 5/8;
  background-image: url("https://images.unsplash.com/photo-1520052203542-d3095f1b6cf0?w=700&q=85");
  --tile-grad: linear-gradient(145deg, #3e2c23 0%, #5c3d2a 100%);
}
.g-tile-8 {
  grid-column: 9/13;
  grid-row: 5/8;
  background-image: url("https://images.unsplash.com/photo-1516733968668-dbdce39c4651?w=700&q=85");
  --tile-grad: linear-gradient(145deg, #1f3d2b 0%, #3e2c23 100%);
}
.g-tile-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(10, 6, 2, 0.82) 0,
    rgba(10, 6, 2, 0.1) 45%,
    transparent 100%
  );
  transition: background 0.4s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 18px 20px;
}
.g-tile:hover .g-tile-overlay {
  background: linear-gradient(
    to top,
    rgba(10, 6, 2, 0.9) 0,
    rgba(62, 44, 35, 0.45) 60%,
    rgba(31, 61, 43, 0.25) 100%
  );
}
.g-tile-label {
  display: flex;
  flex-direction: column;
  gap: 4px;
  transform: translateY(4px);
  transition: transform 0.4s;
}
.g-tile-zoom,
.product-wishlist {
  align-items: center;
  display: flex;
}
.g-tile:hover .g-tile-label {
  transform: translateY(0);
}
.g-tile-cat {
  font-family: var(--font-body);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--gold);
  opacity: 0;
  transition: opacity 0.4s 50ms;
}
.btn-cta-glow:hover::after,
.g-tile:hover .g-tile-cat,
.level-card.featured-level::before,
.level-card:hover::before,
.toc-nav a.active i,
.toc-nav a:hover i {
  opacity: 1;
}
.g-tile-title {
  font-family: var(--font-head);
  font-size: 0.95rem;
  font-style: italic;
  color: var(--white);
  line-height: 1.3;
}
.g-tile-1 .g-tile-title {
  font-size: 1.25rem;
}
.g-tile-zoom {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  background: rgba(200, 169, 81, 0.15);
  border: 1px solid rgba(200, 169, 81, 0.5);
  border-radius: 50%;
  justify-content: center;
  color: var(--gold);
  font-size: 0.85rem;
  opacity: 0;
  transform: scale(0.7);
  transition: opacity 0.35s, transform 0.35s;
}
.g-tile:hover .g-tile-zoom {
  opacity: 1;
  transform: scale(1);
}
.gallery-filters {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.filter-btn {
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 8px 22px;
  border-radius: 50px;
  border: 1px solid rgba(200, 169, 81, 0.3);
  background: 0 0;
  color: rgba(255, 255, 255, 0.55);
  cursor: pointer;
  transition: 0.3s;
}
.filter-btn.active,
.filter-btn:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--brown);
}
.gallery-count {
  margin-top: 32px;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.35);
  letter-spacing: 1px;
}
.product-badge,
.product-wishlist {
  color: var(--brown);
  position: absolute;
}
.gallery-count span,
.result-bar-label span {
  color: var(--gold);
  font-weight: 600;
}
@media (max-width: 991px) {
  .gallery-grid {
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: 70px;
  }
  .g-tile-1 {
    grid-column: 1/4;
    grid-row: 1/4;
  }
  .g-tile-2 {
    grid-column: 4/7;
    grid-row: 1/3;
  }
  .g-tile-3 {
    grid-column: 4/7;
    grid-row: 3/5;
  }
  .g-tile-4 {
    grid-column: 1/4;
    grid-row: 4/6;
  }
  .g-tile-5 {
    grid-column: 4/7;
    grid-row: 5/7;
  }
  .g-tile-6 {
    grid-column: 1/3;
    grid-row: 6/9;
  }
  .g-tile-7 {
    grid-column: 3/5;
    grid-row: 6/9;
  }
  .g-tile-8 {
    grid-column: 5/7;
    grid-row: 7/9;
  }
  .about-img-badge {
    right: 0;
    bottom: -16px;
  }
  .pricing-card.featured {
    transform: none;
  }
  .pricing-card.featured:hover {
    transform: translateY(-10px);
  }
}
@media (max-width: 575px) {
  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 140px;
  }
  .g-tile-1 {
    grid-column: 1/3;
    grid-row: 1/2;
  }
  .g-tile-2 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .g-tile-3 {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .g-tile-4 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .g-tile-5 {
    grid-column: 2/3;
    grid-row: 3/4;
  }
  .g-tile-6 {
    grid-column: 1/3;
    grid-row: 4/5;
  }
  .g-tile-7 {
    grid-column: 1/2;
    grid-row: 5/6;
  }
  .g-tile-8 {
    grid-column: 2/3;
    grid-row: 5/6;
  }
}
.product-card {
  background: var(--white);
  border-radius: 6px;
  transition: transform var(--transition), box-shadow var(--transition);
  position: relative;
}
.product-card:hover,
.prog-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-dark);
}
.guide-img-wrap,
.instr-img-wrap,
.product-img-wrap,
.spec-img-wrap {
  position: relative;
  overflow: hidden;
  height: 260px;
}
.product-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.product-card:hover .product-img,
.prog-card:hover .prog-img {
  transform: scale(1.08);
}
.product-badge {
  top: 16px;
  left: 16px;
  background: var(--gold);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 3px;
}
.product-badge.new-badge {
  background: var(--green);
  color: var(--white);
}
.product-wishlist {
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  justify-content: center;
  font-size: 0.9rem;
  cursor: pointer;
  transition: background var(--transition), color var(--transition);
}
#cta,
#ht-hero,
#rl-hero,
.btn-cta-glow {
  position: relative;
  overflow: hidden;
}
.product-wishlist:hover {
  background: var(--gold);
  color: var(--white);
}
.product-info {
  padding: 24px;
}
.product-cat {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 6px;
}
.btn-add-cart,
.btn-cta-glow {
  letter-spacing: 1.5px;
  cursor: pointer;
}
.product-name {
  font-family: var(--font-head);
  font-size: 1.05rem;
  color: var(--brown);
  margin-bottom: 8px;
}
.product-price {
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--brown);
}
.product-price .old-price {
  text-decoration: line-through;
  color: #aaa;
  font-weight: 400;
  font-size: 0.9rem;
  margin-right: 6px;
}
.btn-add-cart {
  width: 100%;
  margin-top: 16px;
  padding: 12px;
  background: 0 0;
  border: 1.5px solid var(--brown);
  color: var(--brown);
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: background var(--transition), color var(--transition),
    box-shadow var(--transition), transform var(--transition);
}
.cta-title,
.testimonial-author-info h5,
.testimonial-quote,
.testimonial-text {
  font-family: var(--font-head);
}
.btn-cta-glow,
.footer-heading {
  font-weight: 700;
  text-transform: uppercase;
}
.btn-add-cart:hover {
  background: var(--brown);
  color: var(--gold);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(62, 44, 35, 0.3);
}
.testimonial-card {
  border-radius: 8px;
}
.testimonial-quote {
  font-size: 4rem;
  line-height: 1;
  color: var(--gold);
  opacity: 0.6;
  margin-bottom: 12px;
  font-style: italic;
}
.testimonial-text {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.8;
  font-style: italic;
  margin-bottom: 28px;
}
.testi-author,
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 14px;
}
.testimonial-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--gold);
}
.testimonial-author-info h5 {
  color: var(--gold);
  font-size: 1rem;
  margin-bottom: 2px;
}
.testimonial-author-info span {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 1px;
}
.testimonial-stars {
  color: var(--gold);
  font-size: 0.85rem;
  margin-bottom: 16px;
}
.carousel-indicators [data-bs-target] {
  background-color: var(--gold);
  width: 30px;
  height: 3px;
  border-radius: 2px;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-color: rgba(200, 169, 81, 0.15);
  border: 1px solid var(--gold);
  border-radius: 50%;
  padding: 22px;
  background-size: 40%;
}
#cta {
  background: var(--green);
}
#cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("https://images.unsplash.com/photo-1601308986535-6e7dd0ddd9c4?w=1400&q=80")
    center/cover no-repeat;
  opacity: 0.18;
}
.cta-title {
  font-size: clamp(2rem, 5vw, 2.8rem);
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 20px;
}
.cta-title em,
.ev-cta-title span,
.ev-hero-title em,
.faq-hero-title span,
.help-strip-title span,
.host-strip-title span,
.ht-cta-title span,
.ht-hero-title em,
.kids-cta-title span,
.kids-hero-title em,
.page-hero-title span,
.rl-cta-title span,
.rl-hero-title em,
.rs-cta-title span,
.rs-hero-title em,
.tours-cta-title span,
.tours-hero-title em {
  color: var(--gold);
  font-style: italic;
}
.cta-sub {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  line-height: 1.8;
  max-width: 500px;
  margin: 0 auto 40px;
}
.btn-cta-glow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--gold);
  color: var(--brown);
  font-family: var(--font-body);
  font-size: 0.95rem;
  padding: 18px 48px;
  border-radius: 4px;
  border: none;
  transition: transform var(--transition), box-shadow var(--transition);
}
.btn-cta-glow::after {
  content: "";
  position: absolute;
  inset: -4px;
  background: linear-gradient(135deg, var(--gold), var(--gold-lt), var(--gold));
  border-radius: 8px;
  z-index: -1;
  opacity: 0;
  transition: opacity var(--transition);
  animation: 2s ease-in-out infinite glow-anim;
}
.btn-cta-glow:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(200, 169, 81, 0.5);
  color: var(--brown);
}
@keyframes glow-anim {
  0%,
  100% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.6;
  }
}
.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 28px;
}
.contact-icon,
.social-link {
  align-items: center;
  color: var(--gold);
  display: flex;
}
.contact-icon {
  width: 52px;
  height: 52px;
  min-width: 52px;
  background: rgba(200, 169, 81, 0.12);
  border: 1px solid rgba(200, 169, 81, 0.3);
  border-radius: 50%;
  justify-content: center;
  font-size: 1.1rem;
  transition: background var(--transition);
}
.contact-info-item:hover .contact-icon {
  background: var(--gold);
  color: var(--brown);
}
.contact-info-text h5 {
  font-family: var(--font-head);
  font-size: 1rem;
  color: var(--brown);
  margin-bottom: 4px;
}
.contact-info-text p {
  font-size: 0.9rem;
  color: var(--text);
  opacity: 0.75;
  margin: 0;
}
.contact-form .form-control,
.contact-form .form-select {
  background: var(--white);
  border: 1.5px solid rgba(62, 44, 35, 0.15);
  border-radius: 4px;
  padding: 14px 18px;
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: var(--text);
  transition: border-color var(--transition), box-shadow var(--transition);
}
.contact-form .form-control:focus,
.contact-form .form-select:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(200, 169, 81, 0.15);
  outline: 0;
}
.contact-form .form-floating label {
  color: rgba(74, 55, 40, 0.6);
  font-size: 0.88rem;
}
.map-wrap {
  border-radius: 6px;
  overflow: hidden;
  box-shadow: var(--shadow-dark);
  margin-top: 32px;
}
.how-num,
.level-icon,
.program-icon,
.why-icon {
  box-shadow: var(--shadow-gold);
}
.social-links {
  display: flex;
  gap: 12px;
  margin-top: 28px;
}
.social-link {
  width: 42px;
  height: 42px;
  background: rgba(200, 169, 81, 0.1);
  border: 1px solid rgba(200, 169, 81, 0.3);
  border-radius: 50%;
  justify-content: center;
  font-size: 0.95rem;
  transition: background var(--transition), transform var(--transition);
}
.social-link:hover {
  background: var(--gold);
  color: var(--brown);
  transform: translateY(-3px);
}
#footer {
  padding: 80px 0 0;
}
.footer-brand {
  font-family: var(--font-head);
  font-size: 1.8rem;
  color: var(--gold);
  margin-bottom: 16px;
}
.footer-desc {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.8;
  margin-bottom: 28px;
}
.footer-heading {
  font-family: var(--font-body);
  font-size: 0.78rem;
  letter-spacing: 2.5px;
  color: var(--gold);
  margin-bottom: 24px;
}
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links li {
  margin-bottom: 10px;
}
.footer-links a {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.5);
  transition: color var(--transition), padding-left var(--transition);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.footer-links a:hover {
  color: var(--gold);
  padding-left: 4px;
}
.ev-breadcrumb i,
.footer-links a i,
.ht-hero-breadcrumb i,
.kids-breadcrumb i,
.page-hero-breadcrumb i,
.rl-hero-breadcrumb i,
.rs-breadcrumb i,
.tours-hero-breadcrumb i {
  font-size: 0.65rem;
}
.newsletter-form {
  display: flex;
  gap: 8px;
  margin-top: 4px;
}
.newsletter-input {
  flex: 1;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(200, 169, 81, 0.2);
  border-radius: 4px;
  padding: 12px 16px;
  color: var(--white);
  font-family: var(--font-body);
  font-size: 0.88rem;
  transition: border-color var(--transition);
}
.ht-hero-title,
.level-name,
.level-num,
.rl-hero-title {
  font-family: var(--font-serif);
}
.newsletter-input::placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.newsletter-input:focus {
  outline: 0;
  border-color: var(--gold);
}
.newsletter-btn {
  background: var(--gold);
  color: var(--brown);
  border: none;
  border-radius: 4px;
  padding: 12px 20px;
  font-size: 0.9rem;
  cursor: pointer;
  transition: background var(--transition), transform var(--transition);
}
.newsletter-btn:hover {
  background: var(--gold-lt);
  transform: translateY(-2px);
}
.footer-bottom {
  background: rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(200, 169, 81, 0.1);
  padding: 20px 0;
  margin-top: 60px;
}
.footer-bottom p {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.35);
  margin: 0;
}
.parallax-divider {
  display: flex;
  align-items: center;
  justify-content: center;
}
.parallax-divider::before {
  content: "";
  inset: 0;
}
.parallax-quote blockquote {
  font-family: var(--font-head);
  color: var(--white);
}
.parallax-quote cite {
  display: block;
  font-family: var(--font-body);
  color: var(--gold);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .section-pad {
    padding: 70px 0;
  }
  .hero-stats {
    gap: 24px;
  }
  .about-img-badge,
  .hero-stat-divider {
    display: none;
  }
  .newsletter-form {
    flex-direction: column;
  }
  .about-img-main {
    height: 380px;
  }
}
#ht-hero,
#rl-hero {
  min-height: 72vh;
  display: flex;
  align-items: center;
}
.rl-hero-bg {
  position: absolute;
  inset: 0;
  background-image: url("https://images.unsplash.com/photo-1569880153113-76e33fc52d5f?w=1600&q=80");
  background-size: cover;
  background-position: center 30%;
  transform: scale(1.04);
  transition: transform 12s ease-out;
  filter: brightness(0.5) saturate(0.8);
}
.level-card,
.level-link {
  transition: var(--transition);
}
#ev-hero:hover .ev-hero-bg,
#ht-hero:hover .ht-hero-bg,
#kids-hero:hover .kids-hero-bg,
#rl-hero:hover .rl-hero-bg,
#rs-hero:hover .rs-hero-bg,
#tours-hero:hover .tours-hero-bg {
  transform: scale(1);
}
.rl-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(20, 12, 4, 0.82) 45%,
    rgba(20, 12, 4, 0.2) 100%
  );
}
.rl-hero-content {
  position: relative;
  z-index: 2;
  padding-top: 130px;
  padding-bottom: 80px;
}
.ht-hero-breadcrumb,
.rl-hero-breadcrumb,
.rs-breadcrumb,
.tours-hero-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
.ht-hero-title,
.rl-hero-title {
  font-size: clamp(2.8rem, 6vw, 2.5rem);
  font-weight: 900;
  color: var(--white);
  line-height: 1.1;
  margin-bottom: 20px;
}
.ht-hero-sub,
.kids-hero-sub,
.rl-hero-sub {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.8;
  max-width: 540px;
  margin-bottom: 36px;
}
.ht-hero-btns,
.rl-hero-btns {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
.ht-hero-meta,
.rl-hero-meta {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}
.ht-hero-meta-item,
.rl-hero-meta-item,
.rs-trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ht-hero-meta-icon,
.rl-hero-meta-icon {
  width: 38px;
  height: 38px;
  background: rgba(200, 169, 81, 0.15);
  border: 1px solid rgba(200, 169, 81, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-size: 0.85rem;
}
.rl-hero-meta-text {
  line-height: 1.3;
}
.rl-hero-meta-val {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--white);
}
.ht-hero-meta-label,
.rl-hero-meta-label {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.45);
}
#ev-champions,
#ev-faq,
#ev-featured,
#ev-highlights,
#ev-venue,
#ht-faq,
#ht-process,
#ht-programs,
#ht-specialists,
#ht-testimonials,
#kids-badges,
#kids-faq,
#kids-ponies,
#kids-safety,
#kids-why,
#rl-book,
#rl-levels,
#rl-testimonials,
#rl-trainers,
#rs-enquire,
#rs-facilities,
#rs-schedule,
#rs-services,
#rs-testimonials,
#tours-book,
#tours-gallery,
#tours-guides,
#tours-list,
#tours-routes,
#tours-seasonal {
  background: var(--brown-mid);
}
.level-card {
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(200, 169, 81, 0.15);
  border-radius: var(--radius);
  padding: 36px 28px;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.level-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-dark));
  opacity: 0;
  transition: opacity 0.35s;
}
.level-card:hover {
  border-color: rgba(200, 169, 81, 0.4);
  transform: translateY(-6px);
  box-shadow: var(--shadow-dark);
  background: rgba(255, 255, 255, 0.06);
}
.level-card.featured-level {
  background: linear-gradient(
    145deg,
    rgba(200, 169, 81, 0.12),
    rgba(200, 169, 81, 0.04)
  );
  border-color: rgba(200, 169, 81, 0.4);
}
.level-num {
  font-size: 3.5rem;
  font-weight: 900;
  color: rgba(200, 169, 81, 0.12);
  line-height: 1;
  position: absolute;
  top: 20px;
  right: 24px;
}
.level-icon {
  width: 58px;
  height: 58px;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: var(--brown-dark);
  margin-bottom: 22px;
}
.level-badge,
.schedule-table th {
  background: rgba(200, 169, 81, 0.1);
  letter-spacing: 0.14em;
}
.level-name {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 6px;
}
.level-badge,
.level-link {
  font-weight: 600;
  text-transform: uppercase;
}
.level-badge {
  display: inline-block;
  font-size: 0.72rem;
  color: var(--gold);
  border: 1px solid rgba(200, 169, 81, 0.25);
  padding: 3px 12px;
  border-radius: 20px;
  margin-bottom: 16px;
}
.level-desc {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.75;
  margin-bottom: 22px;
}
.level-skills {
  list-style: none;
  margin-bottom: 28px;
}
.level-skills li {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.72);
  padding: 7px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  gap: 10px;
}
.disc-panel-list li i,
.ev-feat-meta-item i,
.featured-tour-includes li i,
.host-strip-feat i,
.level-skills li i,
.tour-rating i {
  color: var(--gold);
  font-size: 0.75rem;
}
.level-link {
  font-size: 0.85rem;
  color: var(--gold);
  letter-spacing: 0.06em;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.how-num,
.how-title {
  font-weight: 700;
  font-family: var(--font-serif);
}
.level-link:hover {
  gap: 12px;
  color: var(--gold-light);
}
.how-step {
  padding: 0 16px;
  position: relative;
}
.how-step-line {
  position: absolute;
  top: 36px;
  left: calc(50% + 36px);
  right: calc(-50% + 36px);
  height: 2px;
  background: linear-gradient(90deg, var(--gold), rgba(200, 169, 81, 0.15));
}
.disc-panel,
.how-step:last-child .how-step-line,
.season-panel {
  display: none;
}
.how-num {
  width: 72px;
  height: 72px;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--brown-dark);
  margin: 0 auto 22px;
  position: relative;
  z-index: 1;
}
.how-title {
  font-size: 1.15rem;
  color: var(--white);
  margin-bottom: 10px;
}
.how-desc {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.52);
  line-height: 1.8;
}
.specialist-card,
.trainer-card {
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(200, 169, 81, 0.12);
  border-radius: var(--radius);
  overflow: hidden;
  transition: var(--transition);
}
.health-card:hover,
.trainer-card:hover {
  border-color: rgba(200, 169, 81, 0.35);
  transform: translateY(-5px);
  box-shadow: var(--shadow-dark);
}
.trainer-img-wrap {
  position: relative;
  overflow: hidden;
  height: 280px;
}
.guide-img,
.spec-img,
.trainer-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s;
  filter: saturate(0.85);
}
.clinic-card:hover .clinic-img,
.guide-card:hover .guide-img,
.instructor-card:hover .instr-img,
.pony-card:hover .pony-img,
.specialist-card:hover .spec-img,
.staff-card:hover .staff-img,
.trainer-card:hover .trainer-img {
  transform: scale(1.06);
}
.clinic-img-overlay,
.rs-svc-img-overlay,
.trainer-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(20, 12, 4, 0.85) 0, transparent 55%);
}
.trainer-spec {
  position: absolute;
  bottom: 16px;
  left: 16px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(20, 12, 4, 0.7);
  border: 1px solid rgba(200, 169, 81, 0.3);
  padding: 4px 12px;
  border-radius: 20px;
}
.trainer-info {
  padding: 22px 22px 24px;
}
.trainer-name {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 4px;
}
.trainer-title {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 14px;
}
.trainer-stats {
  display: flex;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding-top: 14px;
}
.guide-stat-val,
.pony-stat-val,
.spec-stat-val,
.trainer-stat-val {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--gold);
}
.sched-level,
.schedule-table th {
  font-weight: 600;
  text-transform: uppercase;
}
.clinic-instructor-title,
.trainer-stat-lbl {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.4);
}
.schedule-table-wrap {
  overflow-x: auto;
  border-radius: var(--radius);
  border: 1px solid rgba(200, 169, 81, 0.15);
}
.schedule-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 700px;
}
.schedule-table th {
  color: var(--gold);
  font-size: 0.78rem;
  padding: 16px 20px;
  text-align: left;
  border-bottom: 1px solid rgba(200, 169, 81, 0.2);
}
.schedule-table td {
  padding: 15px 20px;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.aside-stat:last-of-type,
.disc-panel-list li:last-child,
.facility-feature-list li:last-child,
.featured-tour-includes li:last-child,
.livery-features li:last-child,
.pkg-features li:last-child,
.policy-list li:last-child,
.policy-table tr:last-child td,
.rs-svc-features li:last-child,
.safety-item:last-child,
.schedule-table tr:last-child td,
.terms-list li:last-child,
.terms-table tr:last-child td {
  border-bottom: none;
}
.schedule-table tr:hover td {
  background: rgba(255, 255, 255, 0.03);
}
.sched-level {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  padding: 3px 10px;
  border-radius: 20px;
}
.route-difficulty.easy,
.sched-level.beginner {
  color: #6ebf8b;
  background: rgba(110, 191, 139, 0.1);
  border: 1px solid rgba(110, 191, 139, 0.25);
}
.route-difficulty.moderate,
.sched-level.intermediate {
  color: var(--gold);
  background: rgba(200, 169, 81, 0.1);
  border: 1px solid rgba(200, 169, 81, 0.25);
}
.route-difficulty.challenging,
.sched-level.advanced {
  color: #e07070;
  background: rgba(224, 112, 112, 0.1);
  border: 1px solid rgba(224, 112, 112, 0.25);
}
.sched-level.kids {
  color: #a0c4ff;
  background: rgba(160, 196, 255, 0.1);
  border: 1px solid rgba(160, 196, 255, 0.25);
}
.sched-avail {
  color: var(--gold);
  font-weight: 500;
}
.sched-full {
  color: rgba(255, 255, 255, 0.3);
}
.testimonial-card {
  border-radius: var(--radius);
  transition: var(--transition);
  position: relative;
}
.ev-faq-item,
.ht-faq-item,
.kids-faq-item,
.rl-faq-item,
.rs-faq-item,
.tours-faq-item {
  border: 1px solid rgba(200, 169, 81, 0.12);
  border-radius: var(--radius);
  margin-bottom: 12px;
  overflow: hidden;
  transition: border-color 0.35s;
}
.ev-faq-item.open,
.ht-faq-item.open,
.kids-faq-item.open,
.rl-faq-item.open,
.rs-faq-item.open,
.tour-card.featured-tour,
.tours-faq-item.open {
  border-color: rgba(200, 169, 81, 0.4);
}
.ev-faq-q,
.ht-faq-q,
.kids-faq-q,
.rl-faq-q,
.rs-faq-q,
.tours-faq-q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  cursor: pointer;
  color: var(--white);
  font-size: 0.95rem;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.025);
  transition: background 0.3s;
  user-select: none;
}
.ev-faq-item.open .ev-faq-q,
.ht-faq-item.open .ht-faq-q,
.kids-faq-item.open .kids-faq-q,
.rl-faq-item.open .rl-faq-q,
.rs-faq-item.open .rs-faq-q,
.tours-faq-item.open .tours-faq-q {
  background: rgba(200, 169, 81, 0.07);
  color: var(--gold);
}
.ev-faq-q i,
.ht-faq-q i,
.kids-faq-q i,
.rl-faq-q i,
.rs-faq-q i,
.tours-faq-q i {
  color: var(--gold);
  font-size: 0.8rem;
  transition: transform 0.35s;
  flex-shrink: 0;
}
.facility-tile img,
.g-strip-tile img {
  transition: transform 0.55s, filter 0.55s;
}
.ev-faq-item.open .ev-faq-q i,
.faq-item.open .faq-chevron,
.ht-faq-item.open .ht-faq-q i,
.kids-faq-item.open .kids-faq-q i,
.rl-faq-item.open .rl-faq-q i,
.rs-faq-item.open .rs-faq-q i,
.tours-faq-item.open .tours-faq-q i {
  transform: rotate(180deg);
}
.ev-faq-a,
.ht-faq-a,
.kids-faq-a,
.rl-faq-a,
.rs-faq-a,
.tours-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s, padding 0.4s;
  padding: 0 24px;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.8;
}
.rl-faq-item.open .rl-faq-a {
  max-height: 200px;
  padding: 0 24px 20px;
}
#ev-cta,
#ht-cta,
#kids-cta,
#rl-cta,
#rs-cta,
#tours-cta {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}
.rl-cta-bg {
  position: absolute;
  inset: 0;
  background-image: url("https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=1400&q=80");
  background-size: cover;
  background-position: center;
  filter: brightness(0.35) saturate(0.7);
}
.rl-cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(20, 12, 4, 0.75) 0,
    rgba(200, 169, 81, 0.1) 100%
  );
}
.ev-cta-content,
.faq-hero-content,
.ht-cta-content,
.kids-cta-content,
.rl-cta-content,
.rs-cta-content,
.tours-cta-content {
  position: relative;
  z-index: 2;
  text-align: center;
}
.ev-cta-title,
.ht-cta-title,
.kids-cta-title,
.rl-cta-title,
.rs-cta-title,
.tours-cta-title {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 800;
  color: var(--white);
  margin-bottom: 16px;
}
.rl-cta-sub {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.65);
  max-width: 520px;
  margin: 0 auto 36px;
  line-height: 1.8;
}
.ev-cta-btns,
.ht-cta-btns,
.kids-cta-btns,
.rl-cta-btns,
.rs-cta-btns,
.tours-cta-btns {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.ht-hero-bg {
  position: absolute;
  inset: 0;
  background-image: url("https://images.unsplash.com/photo-1598300055370-77e95f6571d3?w=1600&q=80");
  background-size: cover;
  background-position: center 40%;
  transform: scale(1.04);
  transition: transform 12s ease-out;
  filter: brightness(0.45) saturate(0.75);
}
.ht-hero-overlay,
.rs-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    110deg,
    rgba(20, 12, 4, 0.88) 45%,
    rgba(20, 12, 4, 0.15) 100%
  );
}
.ht-hero-content {
  position: relative;
  z-index: 2;
  padding-top: 140px;
  padding-bottom: 80px;
}
.ht-hero-meta-val {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--white);
  line-height: 1.3;
}
.program-card {
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(200, 169, 81, 0.13);
  border-radius: var(--radius);
  overflow: hidden;
  height: 100%;
  transition: var(--transition);
  position: relative;
}
.livery-card:hover,
.program-card:hover,
.rs-service-card:hover {
  border-color: rgba(200, 169, 81, 0.42);
  transform: translateY(-7px);
  box-shadow: var(--shadow-dark);
}
.prog-img-wrap,
.program-img-wrap {
  position: relative;
  height: 220px;
  overflow: hidden;
}
.program-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.65s;
  filter: saturate(0.8) brightness(0.9);
}
.disc-tab,
.program-link,
.result-card,
.why-item {
  transition: var(--transition);
}
.program-card:hover .program-img,
.rs-service-card:hover .rs-svc-img,
.tour-card:hover .tour-img {
  transform: scale(1.07);
}
.program-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(20, 12, 4, 0.9) 0,
    rgba(20, 12, 4, 0.1) 55%
  );
}
.program-tag {
  position: absolute;
  top: 14px;
  left: 14px;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(20, 12, 4, 0.75);
  border: 1px solid rgba(200, 169, 81, 0.35);
  padding: 4px 12px;
  border-radius: 20px;
}
.program-duration {
  position: absolute;
  bottom: 14px;
  right: 14px;
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  background: rgba(20, 12, 4, 0.7);
  padding: 4px 11px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.program-body {
  padding: 28px 24px 32px;
}
.program-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: var(--brown-dark);
  margin-bottom: 18px;
}
.program-name {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 10px;
}
.program-desc {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.78;
  margin-bottom: 20px;
}
.program-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 24px;
}
.program-pill {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--gold);
  background: rgba(200, 169, 81, 0.09);
  border: 1px solid rgba(200, 169, 81, 0.22);
  padding: 4px 12px;
  border-radius: 20px;
}
.program-link {
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--gold);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.program-link:hover,
.rs-svc-link:hover {
  gap: 13px;
  color: var(--gold-light);
}
.why-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 28px 24px;
  border-radius: var(--radius);
  border: 1px solid rgba(200, 169, 81, 0.1);
  background: rgba(255, 255, 255, 0.025);
  height: 100%;
}
.why-item:hover {
  border-color: rgba(200, 169, 81, 0.35);
  background: rgba(255, 255, 255, 0.05);
  transform: translateY(-4px);
}
.why-icon {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: var(--brown-dark);
}
.why-title {
  font-family: var(--font-serif);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 7px;
}
.why-desc {
  font-size: 0.855rem;
  color: rgba(255, 255, 255, 0.52);
  line-height: 1.78;
}
.timeline {
  position: relative;
  padding-left: 40px;
}
.timeline::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(
    180deg,
    var(--gold) 0,
    rgba(200, 169, 81, 0.1) 100%
  );
}
.tl-item {
  position: relative;
  margin-bottom: 44px;
}
.dt-item:last-child,
.policy-p:last-child,
.terms-p:last-child,
.tl-item:last-child {
  margin-bottom: 0;
}
.tl-dot {
  position: absolute;
  left: -49px;
  top: 4px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--gold);
  border: 3px solid var(--brown-mid);
  box-shadow: 0 0 0 4px rgba(200, 169, 81, 0.2);
}
.tl-phase {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 6px;
}
.rs-svc-name,
.tl-title,
.tour-name {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 10px;
}
.tl-desc {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.8;
}
.process-aside {
  background: rgba(200, 169, 81, 0.07);
  border: 1px solid rgba(200, 169, 81, 0.2);
  border-radius: var(--radius);
  padding: 36px 32px;
  height: 100%;
}
.process-aside-title {
  font-family: var(--font-serif);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 14px;
}
.process-aside-sub {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.52);
  line-height: 1.8;
  margin-bottom: 30px;
}
.aside-stat {
  margin-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding-bottom: 22px;
}
.aside-stat-val {
  font-family: var(--font-serif);
  font-size: 2.4rem;
  font-weight: 900;
  color: var(--gold);
  line-height: 1;
}
.aside-stat-lbl {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 4px;
}
.disc-tabs,
.ev-filters {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.disc-tab {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 10px 20px;
  border-radius: 30px;
  cursor: pointer;
}
.disc-tab:hover,
.ev-filter-btn:hover,
.tours-filter-btn:hover {
  color: var(--gold);
  border-color: rgba(200, 169, 81, 0.3);
}
.disc-tab.active,
.ev-filter-btn.active,
.tour-book-btn:hover,
.tours-filter-btn.active {
  background: var(--gold);
  color: var(--brown-dark);
  border-color: var(--gold);
}
.disc-panel.active {
  display: flex;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
}
.disc-panel-img {
  flex: 0 0 auto;
  width: clamp(260px, 45%, 480px);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-dark);
  border: 1px solid rgba(200, 169, 81, 0.15);
}
.disc-panel-img img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
  filter: saturate(0.85);
}
.disc-panel-info {
  flex: 1;
  min-width: 240px;
}
.disc-panel-title,
.season-panel-title {
  font-family: var(--font-serif);
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 14px;
}
.disc-panel-desc,
.season-panel-desc {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.85;
  margin-bottom: 24px;
}
.disc-panel-list,
.pkg-features {
  list-style: none;
  margin-bottom: 30px;
}
.disc-panel-list li {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.72);
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  gap: 10px;
}
.guide-card:hover,
.instructor-card:hover,
.route-card:hover,
.specialist-card:hover,
.staff-card:hover {
  border-color: rgba(200, 169, 81, 0.38);
  transform: translateY(-5px);
  box-shadow: var(--shadow-dark);
}
.guide-overlay,
.instr-overlay,
.pony-overlay,
.spec-overlay,
.staff-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(20, 12, 4, 0.88) 0, transparent 55%);
}
.guide-specialty,
.instr-role-tag,
.spec-discipline,
.staff-role-tag {
  position: absolute;
  bottom: 14px;
  left: 14px;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(20, 12, 4, 0.75);
  border: 1px solid rgba(200, 169, 81, 0.3);
  padding: 4px 12px;
  border-radius: 20px;
}
.guide-info,
.instr-info,
.spec-info,
.staff-info {
  padding: 20px 22px 24px;
}
.guide-name,
.spec-name {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 3px;
}
.guide-title,
.spec-title {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.42);
  margin-bottom: 14px;
}
.guide-langs,
.instr-quals,
.spec-certs,
.staff-quals {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 14px;
}
.guide-lang,
.instr-qual,
.pony-suitable-tag,
.spec-cert,
.staff-qual {
  font-size: 0.68rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 3px 9px;
  border-radius: 12px;
}
.guide-stats,
.spec-stats {
  display: flex;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 14px;
}
.guide-stat-lbl,
.instr-stat-lbl,
.spec-stat-lbl,
.staff-stat-lbl {
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.38);
}
.result-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(200, 169, 81, 0.12);
  border-radius: var(--radius);
  padding: 30px 28px;
  height: 100%;
}
.result-card:hover {
  border-color: rgba(200, 169, 81, 0.35);
  transform: translateY(-4px);
  box-shadow: var(--shadow-dark);
}
.result-horse {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 6px;
}
.result-title {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 16px;
}
.result-bars {
  margin-bottom: 20px;
}
.result-bar-item {
  margin-bottom: 14px;
}
.result-bar-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 6px;
}
.result-bar-track {
  height: 6px;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 3px;
  overflow: hidden;
}
.result-bar-fill {
  height: 100%;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--gold-dark), var(--gold-light));
  transition: width 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  width: 0;
}
.result-owner {
  display: flex;
  align-items: center;
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 16px;
}
.clinic-instructor-img,
.result-owner-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(200, 169, 81, 0.35);
}
.result-owner-name {
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--white);
}
.result-owner-role {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.38);
}
.pkg-card {
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(200, 169, 81, 0.15);
  border-radius: var(--radius);
  padding: 36px 28px;
  height: 100%;
  transition: var(--transition);
  position: relative;
}
.clinic-card:hover,
.pkg-card:hover,
.pony-card:hover {
  border-color: rgba(200, 169, 81, 0.4);
  transform: translateY(-6px);
  box-shadow: var(--shadow-dark);
}
.livery-card.featured-livery,
.pkg-card.featured-pkg {
  background: linear-gradient(
    145deg,
    rgba(200, 169, 81, 0.12),
    rgba(200, 169, 81, 0.04)
  );
  border-color: rgba(200, 169, 81, 0.45);
}
.livery-badge,
.pkg-badge {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--gold);
  color: var(--brown-dark);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 18px;
  border-radius: 20px;
  white-space: nowrap;
}
.ev-hero-bg,
.rs-hero-bg,
.tours-hero-bg {
  transform: scale(1.04);
}
.pkg-name {
  font-family: var(--font-serif);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 6px;
}
.pkg-price {
  font-family: var(--font-serif);
  font-size: 2.8rem;
  font-weight: 900;
  color: var(--gold);
  line-height: 1;
  margin: 14px 0 4px;
}
.livery-price sup,
.pkg-price sup {
  font-size: 1.2rem;
}
.livery-price sub,
.pkg-price sub {
  font-size: 1rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.4);
}
.featured-tour-period,
.pkg-period {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 22px;
}
.livery-divider,
.pkg-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.07);
  margin-bottom: 22px;
}
.livery-features li,
.pkg-features li {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  gap: 10px;
}
.livery-features li i.fa-times-circle,
.pkg-features li i.fa-times-circle {
  color: rgba(255, 255, 255, 0.2);
}
.ht-faq-item.open .ht-faq-a,
.rs-faq-item.open .rs-faq-a,
.tours-faq-item.open .tours-faq-a {
  max-height: 220px;
  padding: 0 24px 20px;
}
.book-form-label,
.enq-label,
.enquire-form-label,
.reg-label {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 8px;
}
.book-form-control,
.enq-control,
.enquire-form-control,
.enrol-control,
.reg-control {
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(200, 169, 81, 0.2);
  border-radius: 10px;
  padding: 13px 16px;
  font-family: var(--font-sans);
  font-size: 0.9rem;
  color: var(--white);
  outline: 0;
  transition: border-color 0.3s, background 0.3s;
}
.champion-rank,
.champion-score,
.clinic-name,
.clinic-price,
.dt-time-val,
.ev-date-day,
.ev-feat-title,
.ev-hero-title,
.ev-list-name,
.ev-month-name,
.ev-price-tag,
.exp-title,
.facility-tile-name,
.featured-tour-price,
.health-title,
.highlight-title,
.host-strip-title,
.instr-name,
.instr-stat-val,
.kids-why-title,
.livery-name,
.livery-price,
.route-name,
.rs-hero-title,
.rs-svc-img-price,
.staff-name,
.staff-stat-val,
.tour-price-pill,
.tours-hero-title {
  font-family: var(--font-serif);
}
.book-form-control:focus,
.enq-control:focus,
.enquire-form-control:focus,
.enrol-control:focus,
.reg-control:focus {
  border-color: var(--gold);
  background: rgba(200, 169, 81, 0.07);
}
.enquire-form-control::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
select.book-form-control option,
select.enq-control option,
select.enquire-form-control option,
select.enrol-control option,
select.reg-control option {
  background: var(--brown-mid);
  color: var(--white);
}
.book-form-group,
.enq-group,
.enquire-form-group,
.enrol-group,
.reg-group {
  margin-bottom: 22px;
}
.ht-cta-bg {
  position: absolute;
  inset: 0;
  background-image: url("https://images.unsplash.com/photo-1553284965-83fd3e82fa5a?w=1400&q=80");
  background-size: cover;
  background-position: center;
  filter: brightness(0.32) saturate(0.65);
}
.ht-cta-overlay,
.rs-cta-overlay,
.tours-cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(20, 12, 4, 0.78) 0,
    rgba(200, 169, 81, 0.08) 100%
  );
}
.ev-cta-sub,
.ht-cta-sub,
.kids-cta-sub,
.rs-cta-sub,
.tours-cta-sub {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.62);
  max-width: 520px;
  margin: 0 auto 36px;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .book-card,
  .enquire-card {
    padding: 30px 22px;
  }
  .how-step-line {
    display: none;
  }
  .rl-hero-meta {
    gap: 18px;
  }
  .section-pad {
    padding: 70px 0;
  }
  .disc-panel.active {
    flex-direction: column;
  }
  .disc-panel-img {
    width: 100%;
  }
  .timeline {
    padding-left: 30px;
  }
}
#tours-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.tours-hero-bg {
  position: absolute;
  inset: 0;
  background-image: url("https://images.unsplash.com/photo-1506905925346-21bda4d32df4?w=1800&q=80");
  background-size: cover;
  background-position: center 45%;
  transition: transform 14s ease-out;
  filter: brightness(0.5) saturate(0.9);
}
.tour-card,
.tours-filter-btn {
  transition: var(--transition);
}
.tours-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(20, 12, 4, 0.3) 0,
    rgba(20, 12, 4, 0) 40%,
    rgba(20, 12, 4, 0.85) 100%
  );
}
.tours-hero-content {
  position: relative;
  z-index: 2;
  padding-bottom: 80px;
  padding-top: 160px;
  width: 100%;
}
.tours-hero-title {
  font-size: clamp(3rem, 7vw, 2.5rem);
  font-weight: 900;
  color: var(--white);
  line-height: 1.05;
  margin-bottom: 20px;
}
.tours-hero-sub {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.8;
  max-width: 560px;
  margin-bottom: 36px;
}
.tours-hero-btns {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 56px;
}
.tours-hero-stats-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  background: rgba(20, 12, 4, 0.72);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(200, 169, 81, 0.2);
  border-radius: var(--radius);
  overflow: hidden;
  max-width: 700px;
}
.tours-hero-stat {
  flex: 1;
  min-width: 140px;
  padding: 20px 24px;
  border-right: 1px solid rgba(200, 169, 81, 0.15);
}
.pony-stat:last-child,
.season-tab:last-child,
.tours-hero-stat:last-child {
  border-right: none;
}
.ev-countdown-num,
.tours-hero-stat-num {
  font-family: var(--font-serif);
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--gold);
  line-height: 1;
}
.tour-badge,
.tours-filter-btn {
  font-weight: 600;
  text-transform: uppercase;
}
.tours-hero-stat-lbl {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 4px;
  letter-spacing: 0.05em;
}
.tours-scroll-hint {
  position: absolute;
  bottom: 32px;
  right: 40px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.72rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.tours-scroll-line {
  width: 1px;
  height: 48px;
  background: linear-gradient(180deg, var(--gold), transparent);
  animation: 1.8s ease-in-out infinite scrollLine;
}
@keyframes scrollLine {
  0%,
  100% {
    opacity: 0.3;
    transform: scaleY(0.6);
  }
  50% {
    opacity: 1;
    transform: scaleY(1);
  }
}
.tours-filters {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 44px;
}
.tours-filter-btn {
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 10px 22px;
  border-radius: 30px;
  cursor: pointer;
}
.tour-card {
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(200, 169, 81, 0.12);
  border-radius: var(--radius);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.tour-card:hover {
  border-color: rgba(200, 169, 81, 0.4);
  transform: translateY(-7px);
  box-shadow: var(--shadow-dark);
}
.staff-img-wrap,
.tour-img-wrap {
  position: relative;
  overflow: hidden;
  height: 240px;
}
.featured-tour-img,
.tour-img {
  height: 100%;
  width: 100%;
  filter: saturate(0.85);
  object-fit: cover;
}
.tour-img {
  transition: transform 0.65s;
}
.exp-item,
.included-item,
.kids-why-item,
.route-card,
.season-tab,
.tour-book-btn {
  transition: var(--transition);
}
.tour-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(20, 12, 4, 0.85) 0,
    rgba(20, 12, 4, 0) 55%
  );
}
.tour-badges {
  position: absolute;
  top: 14px;
  left: 14px;
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}
.tour-badge {
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  padding: 4px 11px;
  border-radius: 20px;
}
.tour-badge.type {
  color: var(--gold);
  background: rgba(20, 12, 4, 0.8);
  border: 1px solid rgba(200, 169, 81, 0.35);
}
.tour-badge.featured-badge {
  color: var(--brown-dark);
  background: var(--gold);
}
.tour-badge.new-badge {
  color: var(--white);
  background: var(--green);
}
.tour-price-pill {
  position: absolute;
  bottom: 14px;
  right: 14px;
  font-size: 1rem;
  font-weight: 700;
  color: var(--white);
  background: rgba(20, 12, 4, 0.82);
  border: 1px solid rgba(200, 169, 81, 0.3);
  padding: 6px 14px;
  border-radius: 20px;
}
#rs-hero,
.g-strip-tile {
  position: relative;
  overflow: hidden;
}
.exp-item:hover,
.tour-highlight {
  background: rgba(255, 255, 255, 0.05);
}
.tour-price-pill sup {
  font-size: 0.65rem;
  font-weight: 400;
}
.tour-body {
  padding: 24px 22px 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.route-stats-row,
.tour-meta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.tour-footer,
.tour-meta-item {
  align-items: center;
  display: flex;
}
.tour-meta-item {
  gap: 5px;
  font-size: 0.76rem;
  color: rgba(255, 255, 255, 0.45);
}
.ev-list-meta-item i,
.highlight-date i,
.prog-schedule i,
.tour-meta-item i {
  color: var(--gold);
  font-size: 0.7rem;
}
.prog-desc,
.rs-svc-desc,
.tour-desc {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.78;
  margin-bottom: 20px;
  flex: 1;
}
.prog-skills,
.tour-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 22px;
}
.tour-highlight {
  font-size: 0.71rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 4px 11px;
  border-radius: 20px;
}
.tour-footer {
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 18px;
}
.tour-rating {
  display: flex;
  align-items: center;
  gap: 5px;
}
.tour-rating span {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
}
.tour-book-btn {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(200, 169, 81, 0.1);
  border: 1px solid rgba(200, 169, 81, 0.3);
  padding: 8px 18px;
  border-radius: 30px;
  cursor: pointer;
}
.featured-tour-wrap {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(200, 169, 81, 0.25);
  border-radius: calc(var(--radius) + 6px);
  overflow: hidden;
}
.featured-tour-img {
  min-height: 420px;
  display: block;
}
.camp-body,
.featured-tour-body {
  padding: 48px 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.featured-tour-price {
  font-size: 2.4rem;
  font-weight: 900;
  color: var(--gold);
  margin: 12px 0 4px;
}
.featured-tour-price sup {
  font-size: 1.1rem;
}
.featured-tour-price sub {
  font-size: 0.9rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.4);
}
.featured-tour-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 26px;
}
.featured-tour-meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.featured-meta-icon {
  width: 34px;
  height: 34px;
  background: rgba(200, 169, 81, 0.12);
  border: 1px solid rgba(200, 169, 81, 0.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-size: 0.78rem;
}
.featured-meta-val {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--white);
}
.featured-meta-lbl,
.testi-role {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.4);
}
.featured-tour-includes,
.livery-features {
  list-style: none;
  margin-bottom: 32px;
}
.featured-tour-includes li {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  padding: 7px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  gap: 10px;
}
.camp-btns,
.ev-feat-btns,
.featured-tour-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.route-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(200, 169, 81, 0.12);
  border-radius: var(--radius);
  padding: 0;
  overflow: hidden;
  height: 100%;
}
.route-map-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  filter: saturate(0.7) brightness(0.8);
  display: block;
}
.route-body {
  padding: 22px 20px 26px;
}
.clinic-name,
.route-name {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 8px;
}
.route-stat-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.76rem;
  color: rgba(255, 255, 255, 0.5);
}
.clinic-meta-item i,
.route-stat-item i {
  color: var(--gold);
  font-size: 0.68rem;
}
.route-difficulty {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 3px 11px;
  border-radius: 20px;
  margin-bottom: 12px;
}
.route-desc {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.75;
}
.exp-item,
.kids-why-item {
  padding: 36px 24px;
  border: 1px solid rgba(200, 169, 81, 0.1);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.025);
  height: 100%;
}
.exp-item:hover {
  border-color: rgba(200, 169, 81, 0.35);
  transform: translateY(-5px);
}
.exp-icon {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: var(--brown-dark);
  margin: 0 auto 20px;
  box-shadow: var(--shadow-gold);
}
.policy-table tr:hover td,
.season-tab,
.terms-table tr:hover td {
  background: rgba(255, 255, 255, 0.02);
}
.exp-title,
.kids-why-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 10px;
}
.exp-desc {
  font-size: 0.855rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.78;
}
.season-tabs {
  display: flex;
  gap: 0;
  border: 1px solid rgba(200, 169, 81, 0.2);
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.season-tab {
  flex: 1;
  min-width: 120px;
  padding: 14px 20px;
  cursor: pointer;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  border-right: 1px solid rgba(200, 169, 81, 0.15);
}
.btn-outline-gold:hover,
.clinic-book-btn:hover,
.ev-register-btn:hover,
.faq-a-cta:hover,
.season-tab.active {
  background: var(--gold);
  color: var(--brown-dark);
}
.season-tab i {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 6px;
}
.season-panel.active {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center;
}
.season-panel-img {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-dark);
  border: 1px solid rgba(200, 169, 81, 0.15);
}
.health-icon,
.rs-svc-icon {
  box-shadow: var(--shadow-gold);
}
.season-panel-img img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  display: block;
  filter: saturate(0.85);
}
.livery-type,
.season-tag-label {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
}
.season-highlights {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 28px;
}
.season-highlight-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.72);
}
.season-highlight-item i {
  color: var(--gold);
  font-size: 0.8rem;
  width: 16px;
}
.included-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}
.included-item {
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(200, 169, 81, 0.1);
  border-radius: 12px;
  padding: 18px 16px;
}
.included-item:hover {
  border-color: rgba(200, 169, 81, 0.3);
  background: rgba(200, 169, 81, 0.05);
}
.included-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: var(--brown-dark);
}
.included-text {
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.4;
}
.g-strip-label,
.testi-tour-tag {
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.not-included-list {
  list-style: none;
  margin-top: 28px;
}
.not-included-list li {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.38);
  padding: 6px 0;
  display: flex;
  align-items: center;
  gap: 9px;
}
.not-included-list li i {
  color: rgba(255, 255, 255, 0.25);
  font-size: 0.75rem;
}
.guide-card,
.instructor-card,
.pony-card,
.staff-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(200, 169, 81, 0.12);
  border-radius: var(--radius);
  overflow: hidden;
  transition: var(--transition);
}
.testi-tour-tag {
  display: inline-block;
  font-size: 0.68rem;
  color: var(--gold);
  background: rgba(200, 169, 81, 0.08);
  border: 1px solid rgba(200, 169, 81, 0.2);
  padding: 2px 10px;
  border-radius: 12px;
  margin-bottom: 14px;
}
.gallery-strip {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
  height: 480px;
}
.g-strip-tile {
  border-radius: 10px;
  cursor: pointer;
}
.g-strip-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82);
  display: block;
}
.g-strip-tile:hover img {
  transform: scale(1.06);
  filter: saturate(1);
}
.g-strip-overlay {
  position: absolute;
  inset: 0;
  background: rgba(20, 12, 4, 0);
  transition: background 0.4s;
  display: flex;
  align-items: flex-end;
  padding: 16px;
}
.g-strip-tile:hover .g-strip-overlay {
  background: rgba(20, 12, 4, 0.45);
}
.g-strip-label {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0);
  transition: color 0.4s;
}
.book-card,
.enquire-card,
.enrol-card,
.reg-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(200, 169, 81, 0.2);
  border-radius: calc(var(--radius) + 6px);
  padding: 48px 44px;
}
.rs-hero-bg,
.tours-cta-bg {
  position: absolute;
  background-size: cover;
  inset: 0;
}
.book-form-control::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.tours-cta-bg {
  background-image: url("https://images.unsplash.com/photo-1566232392379-afd9298e6a46?w=1400&q=80");
  background-position: center;
  filter: brightness(0.3) saturate(0.65);
}
#rs-hero {
  min-height: 76vh;
  display: flex;
  align-items: center;
}
.rs-hero-bg {
  background-image: url("https://images.unsplash.com/photo-1510590337257-9d59cb3c3fd4?w=1800&q=80");
  background-position: center 50%;
  transition: transform 14s ease-out;
  filter: brightness(0.42) saturate(0.75);
}
.ev-hero-content,
.rs-hero-content {
  position: relative;
  z-index: 2;
  padding-top: 150px;
  padding-bottom: 90px;
}
.rs-hero-title {
  font-size: clamp(2.8rem, 6vw, 2.5rem);
  font-weight: 900;
  color: var(--white);
  line-height: 1.08;
  margin-bottom: 20px;
}
.ev-hero-sub,
.rs-hero-sub {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.8;
  max-width: 550px;
  margin-bottom: 36px;
}
.ev-hero-btns,
.kids-hero-btns,
.rs-hero-btns {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 52px;
}
.rs-trust-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}
.rs-trust-icon {
  width: 40px;
  height: 40px;
  background: rgba(200, 169, 81, 0.14);
  border: 1px solid rgba(200, 169, 81, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-size: 0.88rem;
  flex-shrink: 0;
}
.rs-trust-val {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--white);
  line-height: 1.25;
}
.rs-trust-lbl {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.42);
}
.rs-service-card {
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(200, 169, 81, 0.13);
  border-radius: var(--radius);
  overflow: hidden;
  height: 100%;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
}
.rs-service-card.accent-card {
  border-color: rgba(200, 169, 81, 0.38);
  background: linear-gradient(
    145deg,
    rgba(200, 169, 81, 0.1),
    rgba(200, 169, 81, 0.03)
  );
}
.facility-feature-list li,
.rs-svc-features li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.clinic-img-wrap,
.rs-svc-img-wrap {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.rs-svc-img-price,
.rs-svc-img-tag {
  position: absolute;
  background: rgba(20, 12, 4, 0.8);
}
.rs-svc-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.8);
  transition: transform 0.65s;
}
.dt-body,
.health-card,
.livery-card,
.rs-svc-link {
  transition: var(--transition);
}
.rs-svc-img-tag {
  top: 12px;
  left: 12px;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid rgba(200, 169, 81, 0.35);
  padding: 4px 11px;
  border-radius: 20px;
}
.rs-svc-img-price {
  bottom: 12px;
  right: 12px;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--white);
  border: 1px solid rgba(200, 169, 81, 0.25);
  padding: 5px 13px;
  border-radius: 20px;
}
.rs-svc-body {
  padding: 26px 24px 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.rs-svc-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: var(--brown-dark);
  margin-bottom: 18px;
}
.rs-svc-features {
  list-style: none;
  margin-bottom: 24px;
}
.rs-svc-features li {
  font-size: 0.845rem;
  color: rgba(255, 255, 255, 0.7);
  padding: 7px 0;
  display: flex;
  align-items: center;
  gap: 9px;
}
.page-hero-meta-item i,
.rs-svc-features li i {
  color: var(--gold);
  font-size: 0.72rem;
}
.rs-svc-link {
  font-size: 0.83rem;
  font-weight: 600;
  color: var(--gold);
  letter-spacing: 0.07em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
}
.livery-card {
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(200, 169, 81, 0.15);
  border-radius: var(--radius);
  padding: 38px 30px;
  height: 100%;
  position: relative;
}
.livery-name {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 14px;
}
.livery-price {
  font-size: 2.8rem;
  font-weight: 900;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 4px;
}
.livery-period {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.38);
  margin-bottom: 24px;
}
.facility-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 220px 220px;
  gap: 14px;
}
.facility-tile {
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.facility-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.8) brightness(0.9);
  display: block;
}
.facility-tile:hover img {
  transform: scale(1.06);
  filter: saturate(1) brightness(1);
}
.facility-tile-info {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(20, 12, 4, 0.85) 0, transparent 55%);
  display: flex;
  align-items: flex-end;
  padding: 18px;
}
#ev-hero,
.dt-item {
  position: relative;
}
.facility-tile-name {
  font-size: 1rem;
  font-weight: 700;
  color: var(--white);
}
.facility-tile-sub {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 2px;
}
.facility-feature-list,
.popular-list,
.toc-nav {
  list-style: none;
}
.facility-feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 0;
}
.ffl-icon {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  background: rgba(200, 169, 81, 0.12);
  border: 1px solid rgba(200, 169, 81, 0.25);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-size: 0.9rem;
}
.ffl-title {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 3px;
}
.ffl-desc {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.48);
  line-height: 1.65;
}
.health-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(200, 169, 81, 0.12);
  border-radius: var(--radius);
  padding: 30px 26px;
  height: 100%;
}
.health-icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: var(--brown-dark);
  margin-bottom: 20px;
}
.health-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 10px;
}
.health-desc {
  font-size: 0.865rem;
  color: rgba(255, 255, 255, 0.52);
  line-height: 1.78;
  margin-bottom: 16px;
}
.health-freq {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(200, 169, 81, 0.1);
  border: 1px solid rgba(200, 169, 81, 0.25);
  padding: 3px 12px;
  border-radius: 20px;
}
.day-timeline::before {
  content: "";
  position: absolute;
  left: 52px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, var(--gold), rgba(200, 169, 81, 0.08));
}
.dt-item {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  margin-bottom: 36px;
}
.dt-time {
  width: 90px;
  flex-shrink: 0;
  text-align: right;
}
.dt-time-val {
  font-size: 1rem;
  font-weight: 700;
  color: var(--gold);
}
.clinic-price sup,
.dt-time-period,
.ev-price-tag sup {
  font-size: 0.7rem;
}
.dt-time-period {
  color: rgba(255, 255, 255, 0.38);
}
.dt-dot {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--gold);
  border: 3px solid var(--brown-mid);
  box-shadow: 0 0 0 4px rgba(200, 169, 81, 0.2);
  margin-top: 4px;
  z-index: 1;
}
.btn-gold,
.kids-why-icon,
.safety-icon {
  box-shadow: var(--shadow-gold);
}
.dt-tags,
.policy-callout p + p,
.terms-callout p + p {
  margin-top: 10px;
}
.dt-body {
  flex: 1;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(200, 169, 81, 0.1);
  border-radius: 12px;
  padding: 18px 20px;
}
.dt-body:hover,
.dt-tag {
  background: rgba(255, 255, 255, 0.05);
}
.dt-body:hover {
  border-color: rgba(200, 169, 81, 0.3);
}
.dt-title {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 4px;
}
.dt-desc,
.dt-tag {
  color: rgba(255, 255, 255, 0.5);
}
.dt-desc {
  font-size: 0.82rem;
  line-height: 1.7;
}
.dt-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.dt-tag {
  font-size: 0.68rem;
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 2px 9px;
  border-radius: 12px;
}
.ev-hero-bg,
.rs-cta-bg {
  background-size: cover;
  position: absolute;
  inset: 0;
}
.instr-img,
.staff-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: transform 0.6s;
  filter: saturate(0.85);
}
.instr-name,
.staff-name {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 3px;
}
.instr-title,
.staff-title {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.42);
  margin-bottom: 12px;
}
.instr-stats,
.staff-stats {
  display: flex;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 13px;
}
.instr-stat-val,
.staff-stat-val {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--gold);
}
.enq-control::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.rs-cta-bg {
  background-image: url("https://images.unsplash.com/photo-1553284965-83fd3e82fa5a?w=1400&q=80");
  background-position: center;
  filter: brightness(0.3) saturate(0.65);
}
#ev-hero {
  min-height: 80vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.ev-hero-bg {
  background-image: url("https://images.unsplash.com/photo-1516467508483-a7212febe31a?w=1800&q=80");
  background-position: center 35%;
  transition: transform 14s ease-out;
  filter: brightness(0.4) saturate(0.8);
}
.clinic-card,
.ev-filter-btn,
.ev-list-item,
.ev-register-btn,
.highlight-hover-btn {
  transition: var(--transition);
}
.ev-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    110deg,
    rgba(20, 12, 4, 0.9) 40%,
    rgba(20, 12, 4, 0.1) 100%
  );
}
#kids-hero,
.ev-featured-wrap,
.ev-list-item,
.highlight-card {
  position: relative;
  overflow: hidden;
}
.ev-breadcrumb,
.kids-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
}
.ev-hero-title {
  font-size: clamp(2.8rem, 6vw, 5rem);
  font-weight: 900;
  color: var(--white);
  line-height: 1.08;
  margin-bottom: 20px;
}
.ev-legend,
.kids-age-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.ev-legend-pill {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 30px;
  border: 1px solid;
}
.ev-legend-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  flex-shrink: 0;
}
.ev-featured-wrap {
  border-radius: calc(var(--radius) + 4px);
  border: 1px solid rgba(200, 169, 81, 0.25);
}
.ev-featured-img {
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
  display: block;
  filter: saturate(0.8);
}
.ev-featured-body {
  padding: 48px 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.ev-featured-countdown {
  display: flex;
  gap: 20px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}
.ev-countdown-unit {
  text-align: center;
  background: rgba(200, 169, 81, 0.1);
  border: 1px solid rgba(200, 169, 81, 0.25);
  border-radius: 10px;
  padding: 12px 16px;
  min-width: 64px;
}
.ev-countdown-lbl {
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 3px;
}
.ev-feat-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 18px;
}
.ev-feat-meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
}
.ev-feat-title {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 700;
  color: var(--white);
  margin-bottom: 14px;
  line-height: 1.2;
}
.ev-feat-desc {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.82;
  margin-bottom: 26px;
}
.ev-feat-includes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
}
.ev-feat-include-pill {
  font-size: 0.72rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.65);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 4px 12px;
  border-radius: 20px;
}
.ev-filter-btn {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 9px 20px;
  border-radius: 30px;
  cursor: pointer;
}
.ev-month-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
  margin-top: 44px;
}
.ev-month-header:first-of-type {
  margin-top: 0;
}
.ev-month-name {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--white);
}
.ev-month-line {
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.07);
}
.ev-month-count {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.3);
  font-weight: 500;
}
.ev-list-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(200, 169, 81, 0.1);
  border-radius: var(--radius);
  padding: 22px 24px;
  margin-bottom: 14px;
}
.ev-list-item:hover {
  border-color: rgba(200, 169, 81, 0.35);
  background: rgba(255, 255, 255, 0.055);
  transform: translateX(4px);
}
.ev-list-item.sold-out {
  opacity: 0.55;
}
.ev-list-item.sold-out::after {
  content: "SOLD OUT";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--red);
  border: 1px solid rgba(192, 69, 58, 0.4);
  padding: 3px 10px;
  border-radius: 12px;
}
.ev-date-block {
  flex-shrink: 0;
  width: 56px;
  text-align: center;
  background: rgba(200, 169, 81, 0.08);
  border: 1px solid rgba(200, 169, 81, 0.2);
  border-radius: 10px;
  padding: 10px 6px;
}
.clinic-img,
.highlight-card img,
.venue-tile img {
  width: 100%;
  object-fit: cover;
}
.ev-date-day {
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--gold);
  line-height: 1;
}
.ev-date-mon,
.ev-list-type {
  font-weight: 600;
  text-transform: uppercase;
}
.ev-date-mon {
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 2px;
}
.ev-list-body,
.toc-main {
  flex: 1;
  min-width: 0;
}
.ev-list-type {
  display: inline-block;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  padding: 3px 11px;
  border-radius: 20px;
  border: 1px solid;
  margin-bottom: 6px;
}
.ev-list-name {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 6px;
  line-height: 1.3;
}
.ev-list-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.ev-list-meta-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.77rem;
  color: rgba(255, 255, 255, 0.45);
}
.ev-list-right {
  flex-shrink: 0;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}
.badge-item,
.badge-name,
.champion-rank,
.faq-empty,
.faq-result-count,
.parallax-quote,
.pony-stat {
  text-align: center;
}
.ev-price-tag {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--white);
}
.ev-price-free {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--green);
}
.ev-register-btn {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(200, 169, 81, 0.1);
  border: 1px solid rgba(200, 169, 81, 0.3);
  padding: 7px 16px;
  border-radius: 30px;
  cursor: pointer;
  white-space: nowrap;
}
.highlight-card {
  border-radius: var(--radius);
  height: 320px;
  cursor: pointer;
}
.clinic-spots,
.ev-cta-bg,
.highlight-body,
.highlight-hover-btn,
.highlight-overlay,
.kids-hero-bg,
.kids-hero-overlay,
.sparkle {
  position: absolute;
}
.highlight-card.large {
  height: 420px;
}
.highlight-card img {
  height: 100%;
  filter: saturate(0.75) brightness(0.7);
  transition: transform 0.6s, filter 0.6s;
  display: block;
}
.highlight-card:hover img {
  transform: scale(1.06);
  filter: saturate(0.95) brightness(0.85);
}
.highlight-overlay {
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(20, 12, 4, 0.95) 0,
    rgba(20, 12, 4, 0.1) 60%
  );
}
.highlight-body {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 28px 26px;
}
.highlight-type {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 3px 11px;
  border-radius: 20px;
  border: 1px solid;
  display: inline-block;
  margin-bottom: 10px;
}
.highlight-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 6px;
  line-height: 1.25;
}
.highlight-card.large .highlight-title {
  font-size: 1.6rem;
}
.highlight-date {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  gap: 6px;
}
.highlight-hover-btn {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.7);
  opacity: 0;
  background: var(--gold);
  color: var(--brown-dark);
  border: none;
  border-radius: 50px;
  padding: 11px 24px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
}
.badge-level,
.champion-event,
.clinic-book-btn,
.enrol-label,
.kids-hero-eyebrow,
.pony-stat-lbl,
.prog-enrol-btn,
.testi-event-tag {
  letter-spacing: 0.1em;
}
.highlight-card:hover .highlight-hover-btn {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.clinic-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(200, 169, 81, 0.12);
  border-radius: var(--radius);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.clinic-img {
  height: 100%;
  filter: saturate(0.8);
  transition: transform 0.55s;
}
.champion-card,
.clinic-book-btn,
.venue-spec-item {
  transition: var(--transition);
}
.clinic-spots {
  bottom: 12px;
  right: 12px;
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--white);
  background: rgba(74, 124, 89, 0.85);
  border: 1px solid rgba(74, 124, 89, 0.5);
  padding: 3px 10px;
  border-radius: 20px;
}
.clinic-spots.few {
  background: rgba(200, 120, 50, 0.85);
  border-color: rgba(200, 120, 50, 0.5);
}
.clinic-spots.sold {
  background: rgba(192, 69, 58, 0.85);
  border-color: rgba(192, 69, 58, 0.5);
}
.clinic-body {
  padding: 22px 20px 26px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.clinic-instructor {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}
.clinic-instructor-name {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--white);
}
.clinic-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 12px;
}
.clinic-meta-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.45);
}
.clinic-desc {
  font-size: 0.855rem;
  color: rgba(255, 255, 255, 0.52);
  line-height: 1.76;
  margin-bottom: 18px;
  flex: 1;
}
.clinic-book-btn,
.clinic-price {
  font-weight: 700;
  color: var(--gold);
}
.clinic-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 16px;
  margin-top: auto;
}
.clinic-price {
  font-size: 1.15rem;
}
.clinic-book-btn {
  font-size: 0.75rem;
  text-transform: uppercase;
  background: rgba(200, 169, 81, 0.1);
  border: 1px solid rgba(200, 169, 81, 0.3);
  padding: 7px 16px;
  border-radius: 30px;
  cursor: pointer;
}
.venue-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 200px 200px;
  gap: 12px;
}
.venue-tile {
  border-radius: 10px;
  overflow: hidden;
}
.venue-tile.wide {
  grid-column: 1/3;
}
.venue-tile img {
  height: 100%;
  filter: saturate(0.82) brightness(0.88);
  transition: transform 0.5s, filter 0.5s;
  display: block;
}
.venue-tile:hover img {
  transform: scale(1.05);
  filter: saturate(1) brightness(1);
}
.venue-spec-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.venue-spec-item {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(200, 169, 81, 0.1);
  border-radius: 12px;
  padding: 18px 16px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.venue-spec-item:hover {
  border-color: rgba(200, 169, 81, 0.3);
}
.champion-card:hover,
.kids-why-item:hover {
  border-color: rgba(200, 169, 81, 0.38);
  background: rgba(255, 255, 255, 0.05);
}
.venue-spec-icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  color: var(--brown-dark);
}
.venue-spec-title {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 3px;
}
.venue-spec-desc {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.6;
}
.host-strip {
  background: linear-gradient(
    135deg,
    rgba(200, 169, 81, 0.12),
    rgba(200, 169, 81, 0.04)
  );
  border: 1px solid rgba(200, 169, 81, 0.28);
  border-radius: calc(var(--radius) + 6px);
  padding: 56px 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}
.host-strip-left {
  flex: 1;
  min-width: 260px;
}
.host-strip-title {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 700;
  color: var(--white);
  margin-bottom: 12px;
}
.host-strip-desc {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.8;
  max-width: 500px;
}
.host-strip-features {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 22px;
}
.host-strip-feat {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.65);
}
.host-strip-right {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}
#kids-hero,
.champion-card {
  display: flex;
  align-items: center;
}
.champion-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(200, 169, 81, 0.12);
  border-radius: var(--radius);
  padding: 26px 22px;
  gap: 18px;
}
.champion-card:hover {
  transform: translateX(5px);
}
.champion-rank {
  font-size: 2rem;
  font-weight: 900;
  color: rgba(200, 169, 81, 0.2);
  width: 44px;
  flex-shrink: 0;
  line-height: 1;
}
.champion-rank.silver-rank {
  color: #b0b8bf;
}
.champion-rank.bronze-rank {
  color: #a07850;
}
.champion-img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(200, 169, 81, 0.35);
  flex-shrink: 0;
}
.champion-info {
  flex: 1;
}
.champion-name {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 2px;
}
.champion-horse {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 6px;
}
.champion-event {
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--gold);
}
.champion-score {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--gold);
  flex-shrink: 0;
}
.testi-event-tag {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 2px 10px;
  border-radius: 12px;
  border: 1px solid;
  margin-bottom: 12px;
}
.ev-faq-item.open .ev-faq-a,
.kids-faq-item.open .kids-faq-a {
  max-height: 240px;
  padding: 0 24px 20px;
}
.reg-control::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.ev-cta-bg {
  inset: 0;
  background-image: url("https://images.unsplash.com/photo-1605733513597-a8f8341084e6?w=1400&q=80");
  background-size: cover;
  background-position: center;
  filter: brightness(0.3) saturate(0.65);
}
.ev-cta-overlay,
.kids-cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(20, 12, 4, 0.8) 0,
    rgba(200, 169, 81, 0.08) 100%
  );
}
.kids-hero-bg {
  inset: 0;
  background-image: url("https://images.unsplash.com/photo-1553284965-83fd3e82fa5a?w=1800&q=80");
  background-size: cover;
  background-position: center 30%;
  transform: scale(1.04);
  transition: transform 14s ease-out;
  filter: brightness(0.45) saturate(0.85);
}
.age-pill,
.prog-card {
  transition: var(--transition);
}
.kids-hero-overlay {
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(20, 12, 4, 0.92) 40%,
    rgba(20, 12, 4, 0.2) 100%
  );
}
.sparkle {
  border-radius: 50%;
  pointer-events: none;
  animation: 3s ease-in-out infinite sparklePop;
}
.sparkle-1 {
  width: 8px;
  height: 8px;
  background: var(--gold);
  top: 22%;
  left: 62%;
  animation-delay: 0s;
  opacity: 0.6;
}
.sparkle-2 {
  width: 5px;
  height: 5px;
  background: var(--kids-teal-lt);
  top: 38%;
  left: 72%;
  animation-delay: 0.7s;
  opacity: 0.5;
}
.sparkle-3 {
  width: 10px;
  height: 10px;
  background: var(--kids-amber-lt);
  top: 55%;
  left: 58%;
  animation-delay: 1.4s;
  opacity: 0.55;
}
.sparkle-4 {
  width: 6px;
  height: 6px;
  background: var(--kids-rose-lt);
  top: 28%;
  left: 80%;
  animation-delay: 0.4s;
  opacity: 0.45;
}
.sparkle-5 {
  width: 7px;
  height: 7px;
  background: var(--kids-sky-lt);
  top: 68%;
  left: 75%;
  animation-delay: 1.8s;
  opacity: 0.5;
}
@keyframes sparklePop {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.4;
  }
  50% {
    transform: scale(1.8);
    opacity: 0.9;
  }
}
.kids-hero-content {
  position: relative;
  z-index: 2;
  padding-top: 150px;
  padding-bottom: 80px;
}
.kids-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-kids);
  font-size: 1rem;
  color: var(--kids-amber-lt);
  margin-bottom: 14px;
}
.kids-hero-eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--kids-amber-lt);
}
.kids-hero-title {
  font-family: var(--font-serif);
  font-size: clamp(2.8rem, 6vw, 5.2rem);
  font-weight: 900;
  color: var(--white);
  line-height: 1.05;
  margin-bottom: 20px;
}
.age-pill {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 0.82rem;
  font-weight: 600;
  padding: 9px 18px;
  border-radius: 30px;
  border: 1px solid;
  cursor: default;
}
.age-pill-tiny {
  color: var(--kids-teal-lt);
  border-color: rgba(61, 191, 176, 0.35);
  background: rgba(61, 191, 176, 0.1);
}
.age-pill-mini {
  color: var(--kids-amber-lt);
  border-color: rgba(245, 185, 106, 0.35);
  background: rgba(245, 185, 106, 0.1);
}
.age-pill-junior {
  color: var(--kids-sky-lt);
  border-color: rgba(106, 170, 226, 0.35);
  background: rgba(106, 170, 226, 0.1);
}
.age-pill-teen {
  color: var(--kids-purple-lt);
  border-color: rgba(168, 136, 216, 0.35);
  background: rgba(168, 136, 216, 0.1);
}
.kids-why-item:hover {
  transform: translateY(-6px);
}
.prog-age-badge.junior,
.prog-age-badge.mini,
.prog-age-badge.teen,
.prog-age-badge.tiny {
  background: rgba(20, 12, 4, 0.75);
}
.kids-why-icon {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin: 0 auto 20px;
}
.kids-why-desc {
  font-size: 0.865rem;
  color: rgba(255, 255, 255, 0.52);
  line-height: 1.78;
}
.prog-card {
  border-radius: calc(var(--radius) + 4px);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.prog-card.tiny {
  border-color: rgba(61, 191, 176, 0.25);
}
.prog-card.mini {
  border-color: rgba(245, 185, 106, 0.25);
}
.prog-card.junior {
  border-color: rgba(106, 170, 226, 0.25);
}
.prog-card.teen {
  border-color: rgba(168, 136, 216, 0.25);
}
.prog-card.tiny:hover {
  border-color: rgba(61, 191, 176, 0.6);
  box-shadow: 0 16px 48px rgba(61, 191, 176, 0.15);
}
.prog-card.mini:hover {
  border-color: rgba(245, 185, 106, 0.6);
  box-shadow: 0 16px 48px rgba(245, 185, 106, 0.15);
}
.prog-card.junior:hover {
  border-color: rgba(106, 170, 226, 0.6);
  box-shadow: 0 16px 48px rgba(106, 170, 226, 0.15);
}
.prog-card.teen:hover {
  border-color: rgba(168, 136, 216, 0.6);
  box-shadow: 0 16px 48px rgba(168, 136, 216, 0.15);
}
.prog-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.85);
  transition: transform 0.65s;
}
.prog-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(20, 12, 4, 0.9) 0,
    rgba(20, 12, 4, 0) 55%
  );
}
.prog-age-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  font-family: var(--font-kids);
  font-size: 0.85rem;
  font-weight: 400;
  padding: 6px 16px;
  border-radius: 30px;
  border: 1px solid;
}
.prog-name,
.prog-price-pill {
  font-family: var(--font-serif);
  font-weight: 700;
  color: var(--white);
}
.prog-age-badge.tiny {
  color: var(--kids-teal-lt);
  border-color: rgba(61, 191, 176, 0.5);
}
.prog-age-badge.mini {
  color: var(--kids-amber-lt);
  border-color: rgba(245, 185, 106, 0.5);
}
.prog-age-badge.junior {
  color: var(--kids-sky-lt);
  border-color: rgba(106, 170, 226, 0.5);
}
.prog-age-badge.teen {
  color: var(--kids-purple-lt);
  border-color: rgba(168, 136, 216, 0.5);
}
.prog-price-pill {
  position: absolute;
  bottom: 14px;
  right: 14px;
  font-size: 0.95rem;
  background: rgba(20, 12, 4, 0.82);
  border: 1px solid rgba(200, 169, 81, 0.3);
  padding: 5px 14px;
  border-radius: 20px;
}
.prog-body {
  padding: 26px 24px 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.03);
}
.prog-footer,
.prog-icon {
  align-items: center;
  display: flex;
}
.prog-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  justify-content: center;
  font-size: 1.2rem;
  margin-bottom: 16px;
}
.prog-name {
  font-size: 1.25rem;
  margin-bottom: 8px;
}
.badge-name,
.camp-date-pill {
  font-family: var(--font-kids);
}
.prog-skill {
  font-size: 0.71rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.65);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 4px 11px;
  border-radius: 20px;
}
.camp-date-pill i,
.prog-schedule {
  font-size: 0.78rem;
}
.prog-footer {
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding-top: 18px;
  margin-top: auto;
}
.prog-schedule {
  color: rgba(255, 255, 255, 0.42);
  display: flex;
  align-items: center;
  gap: 6px;
}
.prog-enrol-btn {
  font-size: 0.77rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px 18px;
  border-radius: 30px;
  border: 1px solid;
  cursor: pointer;
  transition: var(--transition);
}
.prog-enrol-btn.tiny {
  color: var(--kids-teal-lt);
  border-color: rgba(61, 191, 176, 0.4);
  background: rgba(61, 191, 176, 0.08);
}
.prog-enrol-btn.tiny:hover {
  background: var(--kids-teal-lt);
  color: var(--brown-dark);
}
.prog-enrol-btn.mini {
  color: var(--kids-amber-lt);
  border-color: rgba(245, 185, 106, 0.4);
  background: rgba(245, 185, 106, 0.08);
}
.prog-enrol-btn.mini:hover {
  background: var(--kids-amber-lt);
  color: var(--brown-dark);
}
.prog-enrol-btn.junior {
  color: var(--kids-sky-lt);
  border-color: rgba(106, 170, 226, 0.4);
  background: rgba(106, 170, 226, 0.08);
}
.prog-enrol-btn.junior:hover {
  background: var(--kids-sky-lt);
  color: var(--brown-dark);
}
.prog-enrol-btn.teen {
  color: var(--kids-purple-lt);
  border-color: rgba(168, 136, 216, 0.4);
  background: rgba(168, 136, 216, 0.08);
}
.prog-enrol-btn.teen:hover {
  background: var(--kids-purple-lt);
  color: var(--brown-dark);
}
.badge-system-wrap {
  background: rgba(200, 169, 81, 0.06);
  border: 1px solid rgba(200, 169, 81, 0.2);
  border-radius: calc(var(--radius) + 6px);
  padding: 52px 48px;
}
.badge-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
.badge-circle,
.badge-item {
  display: flex;
  transition: var(--transition);
}
@media (max-width: 768px) {
  .season-panel.active {
    grid-template-columns: 1fr;
  }
  .gallery-strip {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, 160px);
    height: auto;
  }
  .facility-grid,
  .venue-gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  .badge-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .hero-title{font-size: 1.4rem;}
  .section-title{font-size:1.2rem;}
}
@media (max-width: 480px) {
  .badge-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.badge-item {
  flex-direction: column;
  align-items: center;
  gap: 10px;
  cursor: default;
}
.badge-item:hover {
  transform: translateY(-6px) scale(1.06);
}
.badge-circle {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  position: relative;
}
.badge-circle::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px dashed;
  opacity: 0.4;
  animation: 10s linear infinite badgeSpin;
}
@keyframes badgeSpin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.badge-item:hover .badge-circle::after {
  opacity: 0.9;
  animation-duration: 3s;
}
.badge-name {
  font-size: 0.82rem;
  color: var(--white);
  line-height: 1.3;
}
.badge-level {
  font-size: 0.65rem;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0.5;
}
.badge-b1 {
  background: rgba(61, 191, 176, 0.2);
  border: 2px solid rgba(61, 191, 176, 0.5);
}
.badge-b1::after {
  border-color: var(--kids-teal-lt);
}
.badge-b2 {
  background: rgba(245, 185, 106, 0.2);
  border: 2px solid rgba(245, 185, 106, 0.5);
}
.badge-b2::after {
  border-color: var(--kids-amber-lt);
}
.badge-b3 {
  background: rgba(106, 170, 226, 0.2);
  border: 2px solid rgba(106, 170, 226, 0.5);
}
.badge-b3::after {
  border-color: var(--kids-sky-lt);
}
.badge-b4 {
  background: rgba(168, 136, 216, 0.2);
  border: 2px solid rgba(168, 136, 216, 0.5);
}
.badge-b4::after {
  border-color: var(--kids-purple-lt);
}
.badge-b5 {
  background: rgba(130, 191, 142, 0.2);
  border: 2px solid rgba(130, 191, 142, 0.5);
}
.badge-b5::after {
  border-color: var(--kids-sage-lt);
}
.badge-b6 {
  background: rgba(200, 169, 81, 0.2);
  border: 2px solid rgba(200, 169, 81, 0.5);
}
.camp-date-pill,
.camp-feat-icon {
  background: rgba(200, 169, 81, 0.12);
  color: var(--gold);
  font-size: 0.88rem;
}
.badge-b6::after {
  border-color: var(--gold-light);
}
.camp-wrap {
  border-radius: calc(var(--radius) + 4px);
  overflow: hidden;
  border: 1px solid rgba(200, 169, 81, 0.22);
}
.camp-img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
  filter: saturate(0.82);
}
.camp-dates {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}
.camp-date-pill {
  border: 1px solid rgba(200, 169, 81, 0.3);
  padding: 8px 18px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.camp-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 30px;
}
.camp-feat {
  display: flex;
  align-items: flex-start;
  gap: 11px;
}
.camp-feat-icon {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(200, 169, 81, 0.22);
}
.camp-feat-title {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 2px;
}
.camp-feat-desc {
  font-size: 0.77rem;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.6;
}
.camp-price-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
.camp-price {
  font-family: var(--font-serif);
  font-size: 2.4rem;
  font-weight: 900;
  color: var(--gold);
}
.camp-price sup {
  font-size: 1rem;
}
.camp-price-note {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.4);
}
.pony-name-big,
.pony-personality {
  color: var(--white);
  font-family: var(--font-kids);
}
.pony-img-wrap {
  position: relative;
  height: 240px;
  overflow: hidden;
}
.pony-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.85);
  transition: transform 0.6s;
}
.testimonial-card,
.toc-nav a {
  transition: var(--transition);
}
html, body {
    overflow-x: hidden;
}
.navbar-brand:focus, .navbar-brand:hover{color: #c8a951;}
.pony-personality {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 0.78rem;
  background: rgba(20, 12, 4, 0.75);
  border: 1px solid rgba(200, 169, 81, 0.3);
  padding: 4px 12px;
  border-radius: 20px;
}
.pony-name-overlay {
  position: absolute;
  bottom: 14px;
  left: 14px;
}
.pony-name-big {
  font-size: 1.3rem;
  line-height: 1;
}
.pony-breed-small {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 2px;
}
.pony-info {
  padding: 18px 20px 22px;
}
.pony-stats {
  display: flex;
  gap: 0;
  margin-bottom: 14px;
}
.pony-stat {
  flex: 1;
  padding: 10px 6px;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
}
.pony-stat-lbl {
  font-size: 0.65rem;
  color: rgba(255, 255, 255, 0.38);
  text-transform: uppercase;
}
.pony-desc {
  font-size: 0.845rem;
  color: rgba(255, 255, 255, 0.52);
  line-height: 1.72;
}
.pony-suitable {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
}
.instr-kids-quote {
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.52);
  line-height: 1.7;
  font-style: italic;
  border-left: 2px solid var(--gold);
  padding-left: 12px;
  margin-bottom: 14px;
}
.safety-item {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.safety-num {
  font-family: var(--font-kids);
  font-size: 1.8rem;
  color: var(--gold);
  opacity: 0.35;
  line-height: 1;
  flex-shrink: 0;
  width: 44px;
}
.safety-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: var(--brown-dark);
}
.safety-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 5px;
}
.safety-desc {
  font-size: 0.855rem;
  color: rgba(255, 255, 255, 0.52);
  line-height: 1.75;
}
.testimonial-card {
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(200, 169, 81, 0.12);
  border-radius: var(--radius);
  padding: 32px 28px;
  height: 100%;
}
.testimonial-card:hover {
  border-color: rgba(200, 169, 81, 0.3);
  transform: translateY(-4px);
  box-shadow: var(--shadow-dark);
}
.testi-quote-icon {
  font-size: 2.5rem;
  color: rgba(200, 169, 81, 0.2);
  font-family: Georgia, serif;
  line-height: 1;
  margin-bottom: 14px;
}
.testi-program-tag,
.testi-stars {
  color: var(--gold);
  margin-bottom: 12px;
}
.testi-program-tag {
  display: inline-block;
  font-family: var(--font-kids);
  font-size: 0.8rem;
  background: rgba(200, 169, 81, 0.1);
  border: 1px solid rgba(200, 169, 81, 0.25);
  padding: 3px 12px;
  border-radius: 20px;
}
.agreement-title,
.parallax-quote blockquote,
.terms-section-title,
.toc-heading {
  font-family: var(--font-serif);
}
.testi-stars {
  font-size: 0.85rem;
}
.testi-text {
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.85;
  font-style: italic;
  margin-bottom: 22px;
}
.testi-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.testi-avatar {
  object-fit: cover;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(200, 169, 81, 0.4);
}
.testi-name {
  font-weight: 600;
  font-size: 0.88rem;
  color: var(--white);
}
.enrol-label {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 8px;
  display: block;
}
.faq-hero-tag,
.page-hero-tag {
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.terms-sub-title,
.toc-heading {
  color: var(--white);
}
.enrol-control::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.kids-cta-bg {
  position: absolute;
  inset: 0;
  background-image: url("https://images.unsplash.com/photo-1511988617509-a57c8a288659?w=1400&q=80");
  background-size: cover;
  background-position: center 40%;
  filter: brightness(0.3) saturate(0.65);
}
.parallax-divider {
  position: relative;
  height: 280px;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.parallax-divider::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(20, 12, 4, 0.65);
}
.parallax-quote {
  position: relative;
  z-index: 1;
  padding: 0 20px;
}
.parallax-quote blockquote {
  font-size: clamp(1.15rem, 2.5vw, 1.6rem);
  font-style: italic;
  color: var(--cream);
  font-weight: 400;
  max-width: 680px;
  margin: 0 auto 12px;
  line-height: 1.6;
}
.parallax-quote cite {
  font-size: 0.85rem;
  color: var(--gold);
  font-style: normal;
  letter-spacing: 0.12em;
}
.toc-heading,
.toc-nav a {
  display: flex;
  align-items: center;
}
.terms-sub-title,
.toc-heading {
  align-items: center;
  display: flex;
}
.agreement-title,
.terms-section-title {
  color: var(--white);
}
.toc-box {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(200, 169, 81, 0.18);
  border-radius: var(--radius);
  padding: 26px 22px;
}
.toc-heading {
  font-size: 0.95rem;
  font-weight: 700;
  color: #4a3728;
  margin-bottom: 18px;
  gap: 8px;
}
.toc-contact-title,
.toc-nav a {
  font-size: 0.8rem;
  color: #4a3728;
}
.toc-nav li {
  margin-bottom: 4px;
}
.toc-nav a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  border-radius: 8px;
  border: 1px solid transparent;
  line-height: 1.4;
}
.popular-list a:hover,
.toc-nav a.active,
.toc-nav a:hover {
  color: var(--gold);
  background: rgba(200, 169, 81, 0.08);
  border-color: rgba(200, 169, 81, 0.2);
}
.toc-nav a i {
  font-size: 0.6rem;
  color: var(--gold);
  opacity: 0.6;
  flex-shrink: 0;
}
.toc-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.06);
  margin: 14px 0;
}
.toc-contact-box {
  background: rgba(200, 169, 81, 0.07);
  border: 1px solid rgba(200, 169, 81, 0.2);
  border-radius: var(--radius);
  padding: 18px 16px;
  margin-top: 16px;
}
.toc-contact-title {
  font-weight: 600;
  margin-bottom: 8px;
}
.toc-contact-info {
  font-size: 0.75rem;
  color: #4a3728;
  line-height: 1.7;
}
.terms-section {
  margin-bottom: 56px;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.policy-section:last-of-type,
.terms-section:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}
.policy-section-num,
.terms-section-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  border-radius: 50%;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--brown-dark);
  margin-bottom: 14px;
}
.faq-item.open .faq-q,
.policy-callout,
.terms-callout {
  background: rgba(200, 169, 81, 0.07);
}
.policy-section-title,
.terms-section-title {
  font-family: var(--font-serif);
  font-size: 1.4rem;
  font-weight: 700;
  color: #4a3728;
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(200, 169, 81, 0.15);
}
.terms-p {
  font-size: 0.925rem;
  color: #4a3728;
  line-height: 1.85;
  margin-bottom: 16px;
}
.faq-a-inner strong,
.policy-p strong,
.terms-p strong {
  color: #4a3728;
  font-weight: 600;
}
.faq-a-inner a:hover,
.policy-p a:hover,
.terms-p a:hover {
  color: var(--gold-light);
  text-decoration: underline;
}
.policy-sub-title,
.terms-sub-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: #4a3728;
  margin: 26px 0 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.policy-sub-title::before,
.terms-sub-title::before {
  content: "";
  width: 4px;
  height: 16px;
  background: var(--gold);
  border-radius: 2px;
  flex-shrink: 0;
}
.policy-list,
.terms-list {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
}
.policy-list li,
.terms-list li {
  font-size: 0.9rem;
  color: #4a3728;
  padding: 9px 0 9px 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  position: relative;
  line-height: 1.75;
}
.policy-list li::before,
.terms-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  opacity: 0.6;
}
.terms-list li strong {
  color: #4a3728;
}
.policy-callout,
.terms-callout {
  border: 1px solid rgba(200, 169, 81, 0.25);
  border-left: 4px solid var(--gold);
  border-radius: var(--radius);
  padding: 20px 22px;
  margin: 22px 0;
}
.policy-info,
.terms-info,
.terms-warning {
  padding: 18px 20px;
  gap: 14px;
  display: flex;
}
.policy-callout p,
.terms-callout p {
  font-size: 0.9rem;
  color: #4a3728;
  line-height: 1.8;
  margin: 0;
}
.policy-callout strong,
.terms-callout strong {
  color: var(--gold-light);
}
.terms-warning {
  background: rgba(192, 69, 58, 0.07);
  border: 1px solid rgba(192, 69, 58, 0.25);
  border-left: 4px solid #c0453a;
  border-radius: var(--radius);
  margin: 20px 0;
  align-items: flex-start;
}
.terms-warning-icon {
  color: #e87f7f;
  font-size: 1rem;
  flex-shrink: 0;
  margin-top: 2px;
}
.policy-green p,
.policy-info p,
.terms-info p,
.terms-warning p {
  font-size: 0.88rem;
  color: #4a3728;
  line-height: 1.78;
  margin: 0;
}
.policy-info,
.terms-info {
  background: rgba(60, 130, 200, 0.07);
  border: 1px solid rgba(60, 130, 200, 0.25);
  border-left: 4px solid #3a80c4;
  border-radius: var(--radius);
  margin: 20px 0;
  align-items: flex-start;
}
.policy-info-icon,
.terms-info-icon {
  color: #6aaae2;
  font-size: 1rem;
  flex-shrink: 0;
  margin-top: 2px;
}
.policy-table-wrap,
.terms-table-wrap {
  overflow-x: auto;
  margin: 20px 0;
  border-radius: var(--radius);
  border: 1px solid rgba(200, 169, 81, 0.15);
}
.faq-a,
.faq-hero,
.faq-item,
.page-hero {
  overflow: hidden;
}
.policy-table,
.terms-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
}
.policy-table th,
.terms-table th {
  background: rgba(200, 169, 81, 0.1);
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid rgba(200, 169, 81, 0.2);
}
.terms-table td {
  padding: 13px 16px;
  color: #4a3728;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  line-height: 1.65;
}
.terms-hr {
  border: none;
  height: 1px;
  background: rgba(255, 255, 255, 0.06);
  margin: 30px 0;
}
.agreement-banner {
  background: linear-gradient(
    135deg,
    rgba(200, 169, 81, 0.12),
    rgba(200, 169, 81, 0.04)
  );
  border: 1px solid rgba(200, 169, 81, 0.3);
  border-radius: calc(var(--radius) + 4px);
  padding: 36px 40px;
  margin-top: 60px;
  display: flex;
  gap: 28px;
  align-items: center;
  flex-wrap: wrap;
}
.agreement-icon,
.commitment-icon {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: var(--brown-dark);
  box-shadow: var(--shadow-gold);
}
.agreement-body,
.commitment-body {
  flex: 1;
  min-width: 220px;
}
.agreement-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #4a3728;
  margin-bottom: 8px;
}
.agreement-text,
.commitment-text {
  font-size: 0.875rem;
  color: #4a3728;
  line-height: 1.78;
}
.faq-hero-title,
.page-hero-title {
  font-family: var(--font-serif);
  line-height: 1.1;
}
.agreement-cta {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}
.page-hero {
  position: relative;
  padding: 160px 0 70px;
  background: linear-gradient(180deg, #2c1f0e 0, var(--brown-dark) 100%);
  border-bottom: 1px solid rgba(200, 169, 81, 0.12);
}
.page-hero::before {
  content: "";
  position: absolute;
  top: -60px;
  left: -60px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(200, 169, 81, 0.06) 0,
    transparent 70%
  );
}
.page-hero::after {
  content: "";
  position: absolute;
  bottom: -80px;
  right: -40px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(200, 169, 81, 0.05) 0,
    transparent 70%
  );
}
.page-hero-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  color: #4a3728;
  margin-bottom: 16px;
}
.page-hero-tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--gold);
  background: rgba(200, 169, 81, 0.1);
  border: 1px solid rgba(200, 169, 81, 0.25);
  padding: 5px 16px;
  border-radius: 30px;
  margin-bottom: 16px;
}
.faq-hero::after,
.faq-hero::before {
  content: "";
  position: absolute;
  border-radius: 50%;
}
.page-hero-title {
  font-size: clamp(2.2rem, 5vw, 2rem);
  font-weight: 800;
  color: #4a3728;
  margin-bottom: 14px;
}
.page-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}
.page-hero-meta-item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 0.82rem;
  color: #fefefe;
}
.faq-hero {
  position: relative;
  padding: 160px 0 80px;
  background: linear-gradient(160deg, #2c1f0e 0, var(--brown-dark) 100%);
  border-bottom: 1px solid rgba(200, 169, 81, 0.12);
}
.faq-hero::before {
  top: -80px;
  left: -80px;
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    rgba(200, 169, 81, 0.07) 0%,
    transparent 70%
  );
}
.faq-hero::after {
  bottom: -100px;
  right: -60px;
  width: 340px;
  height: 340px;
  background: radial-gradient(
    circle,
    rgba(200, 169, 81, 0.05) 0%,
    transparent 70%
  );
}
.faq-hero-tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--gold);
  background: rgba(200, 169, 81, 0.1);
  border: 1px solid rgba(200, 169, 81, 0.25);
  padding: 5px 16px;
  border-radius: 30px;
  margin-bottom: 18px;
}
.faq-hero-title {
  font-size: clamp(2.4rem, 5vw, 2rem);
  font-weight: 900;
  color: var(--white);
  margin-bottom: 16px;
}
.faq-hero-sub {
  font-size: 1rem;
  color: #fefefe;
  max-width: 540px;
  margin: 0 auto 40px;
  line-height: 1.8;
}
.faq-search-wrap {
  max-width: 560px;
  margin: 0 auto;
  position: relative;
}
.faq-search-clear,
.faq-search-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.faq-search-input {
  width: 100%;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(200, 169, 81, 0.3);
  border-radius: 50px;
  padding: 16px 56px 16px 24px;
  font-family: var(--font-sans);
  font-size: 0.95rem;
  color: var(--white);
  outline: 0;
  transition: border-color 0.3s, background 0.3s;
}
.faq-cat-btn,
.faq-search-clear {
  transition: var(--transition);
  cursor: pointer;
}
.faq-search-input:focus {
  border-color: var(--gold);
  background: rgba(200, 169, 81, 0.09);
}
.faq-search-input::placeholder {
  color: #4a3728;
}
.faq-search-icon {
  right: 20px;
  color: var(--gold);
  font-size: 1rem;
  pointer-events: none;
}
.faq-search-clear {
  right: 48px;
  color: #4a3728;
  font-size: 0.8rem;
  display: none;
  padding: 4px;
}
.faq-result-count {
  margin-top: 12px;
  font-size: 0.82rem;
  color: #4a3728;
  min-height: 20px;
}
.faq-stats {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 44px;
}
.faq-stat-val {
  font-family: var(--font-serif);
  font-size: 2rem;
  font-weight: 900;
  color: var(--gold);
  line-height: 1;
}
.faq-stat-lbl {
  font-size: 0.75rem;
  color: #fefefe;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 4px;
}
.faq-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 52px;
}
.faq-cat-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-sans);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 50px;
  border: 1px solid;
}
.faq-empty-title,
.faq-section-title,
.help-strip-title,
.popular-title {
  font-family: var(--font-serif);
}
.faq-cat-btn i {
  font-size: 0.8rem;
}
.faq-cat-btn.active,
.faq-cat-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}
.cat-all {
  color: var(--cat-general);
  border-color: rgba(200, 169, 81, 0.35);
  background: rgba(200, 169, 81, 0.08);
}
.cat-all.active,
.cat-all:hover {
  background: var(--cat-general);
  color: var(--brown-dark);
  border-color: var(--cat-general);
}
.cat-lessons {
  color: var(--cat-lessons);
  border-color: rgba(61, 191, 176, 0.35);
  background: rgba(61, 191, 176, 0.08);
}
.cat-lessons.active,
.cat-lessons:hover {
  background: var(--cat-lessons);
  color: var(--brown-dark);
  border-color: var(--cat-lessons);
}
.cat-tours {
  color: var(--cat-tours);
  border-color: rgba(232, 147, 58, 0.35);
  background: rgba(232, 147, 58, 0.08);
}
.cat-tours.active,
.cat-tours:hover {
  background: var(--cat-tours);
  color: var(--brown-dark);
  border-color: var(--cat-tours);
}
.cat-events {
  color: var(--cat-events);
  border-color: rgba(106, 170, 226, 0.35);
  background: rgba(106, 170, 226, 0.08);
}
.cat-events.active,
.cat-events:hover {
  background: var(--cat-events);
  color: var(--brown-dark);
  border-color: var(--cat-events);
}
.cat-livery {
  color: var(--cat-livery);
  border-color: rgba(130, 191, 142, 0.35);
  background: rgba(130, 191, 142, 0.08);
}
.cat-livery.active,
.cat-livery:hover {
  background: var(--cat-livery);
  color: var(--brown-dark);
  border-color: var(--cat-livery);
}
.cat-kids {
  color: var(--cat-kids);
  border-color: rgba(232, 128, 154, 0.35);
  background: rgba(232, 128, 154, 0.08);
}
.cat-kids.active,
.cat-kids:hover {
  background: var(--cat-kids);
  color: var(--brown-dark);
  border-color: var(--cat-kids);
}
.cat-booking {
  color: var(--cat-booking);
  border-color: rgba(168, 136, 216, 0.35);
  background: rgba(168, 136, 216, 0.08);
}
.cat-booking.active,
.cat-booking:hover {
  background: var(--cat-booking);
  color: var(--brown-dark);
  border-color: var(--cat-booking);
}
.cat-safety {
  color: var(--cat-safety);
  border-color: rgba(232, 127, 127, 0.35);
  background: rgba(232, 127, 127, 0.08);
}
.cat-safety.active,
.cat-safety:hover {
  background: var(--cat-safety);
  color: var(--brown-dark);
  border-color: var(--cat-safety);
}
.faq-section {
  margin-bottom: 60px;
}
.faq-section-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
.faq-section-icon {
  width: 46px;
  height: 46px;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.faq-section-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #4a3728;
}
.faq-section-count {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 20px;
  margin-left: 4px;
}
.faq-item {
  border: 1px solid rgba(200, 169, 81, 0.1);
  border-radius: var(--radius);
  margin-bottom: 10px;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.faq-item:hover {
  border-color: rgba(200, 169, 81, 0.25);
}
.faq-item.open {
  border-color: rgba(200, 169, 81, 0.4);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
}
.faq-q {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  padding: 20px 24px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.025);
  transition: background 0.3s;
  user-select: none;
}
.faq-q-left {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  flex: 1;
}
.faq-q-badge {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.6rem;
  margin-top: 1px;
}
.faq-q-text {
  font-size: 0.94rem;
  font-weight: 500;
  color: #4a3728;
  line-height: 1.55;
}
.faq-chevron {
  color: var(--gold);
  font-size: 0.78rem;
  transition: transform 0.35s;
  flex-shrink: 0;
  margin-top: 4px;
}
.faq-a {
  max-height: 0;
  transition: max-height 0.45s, padding 0.45s;
  padding: 0 24px;
}
.faq-a-cta,
.help-channel {
  transition: var(--transition);
}
.faq-item.open .faq-a {
  max-height: 400px;
  padding: 0 24px 22px;
}
.faq-a-inner {
  font-size: 0.9rem;
  color: #4a3728;
  line-height: 1.85;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 16px;
}
.faq-a-cta {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(200, 169, 81, 0.1);
  border: 1px solid rgba(200, 169, 81, 0.3);
  padding: 7px 16px;
  border-radius: 30px;
  margin-top: 14px;
  cursor: pointer;
}
.faq-empty {
  padding: 60px 20px;
  display: none;
}
.faq-empty-icon {
  font-size: 3rem;
  color: rgba(200, 169, 81, 0.25);
  margin-bottom: 16px;
}
.faq-empty-title {
  font-size: 1.2rem;
  color: #4a3728;
  margin-bottom: 8px;
}
.faq-empty-sub {
  font-size: 0.875rem;
  color: #4a3728;
}
.help-strip {
  background: linear-gradient(
    135deg,
    rgba(200, 169, 81, 0.1),
    rgba(200, 169, 81, 0.03)
  );
  border: 1px solid rgba(200, 169, 81, 0.25);
  border-radius: calc(var(--radius)+6px);
  padding: 52px 48px;
  margin-top: 60px;
}
.help-strip-title {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 700;
  color: #4a3728;
  margin-bottom: 10px;
}
.help-strip-sub {
  font-size: 0.9rem;
  color: #4a3728;
  line-height: 1.8;
  max-width: 480px;
  margin-bottom: 32px;
}
.help-channels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.help-channel {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  padding: 22px 20px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.popular-list a,
.popular-title {
  color: #4a3728;
  display: flex;
  gap: 8px;
}
.help-channel:hover {
  border-color: rgba(200, 169, 81, 0.3);
  background: rgba(255, 255, 255, 0.07);
  transform: translateY(-3px);
}
.glance-icon,
.help-channel-icon {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}
.help-channel-title {
  font-size: 0.88rem;
  font-weight: 700;
  color: #4a3728;
  margin-bottom: 3px;
}
.help-channel-detail {
  font-size: 0.78rem;
  color: #4a3728;
  line-height: 1.6;
}
.popular-wrap {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(200, 169, 81, 0.15);
  border-radius: var(--radius);
  padding: 28px 26px;
  margin-bottom: 32px;
}
.popular-title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 18px;
  align-items: center;
}
.btn-gold,
.btn-gold:hover {
  color: var(--brown-dark);
  color: var(--brown-dark);
}
.btn-gold,
.btn-outline-gold {
  display: inline-flex;
  font-family: var(--font-sans);
  text-transform: uppercase;
  transition: var(--transition);
}
.popular-list li {
  margin-bottom: 6px;
}
.popular-list a {
  font-size: 0.82rem;
  align-items: flex-start;
  padding: 8px 10px;
  border-radius: 8px;
  transition: var(--transition);
  border: 1px solid transparent;
  line-height: 1.45;
}
.popular-list a i {
  color: var(--gold);
  font-size: 0.6rem;
  flex-shrink: 0;
  margin-top: 5px;
}
.btn-gold {
  align-items: center;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: var(--brown-dark);
}
.btn-gold:hover {
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: var(--brown-dark);
}
.btn-outline-gold {
  align-items: center;
  color: var(--gold);
  border: 2px solid var(--gold);
}
.policy-list li strong,
.policy-p {
  color: #4a3728;
}
.policy-section {
  margin-bottom: 52px;
  padding-bottom: 52px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.policy-p {
  font-size: 0.925rem;
  line-height: 1.88;
  margin-bottom: 16px;
}
.policy-green {
  background: rgba(74, 124, 89, 0.08);
  border: 1px solid rgba(74, 124, 89, 0.28);
  border-left: 4px solid #4a7c59;
  border-radius: var(--radius);
  padding: 18px 20px;
  margin: 20px 0;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.policy-green-icon {
  color: #82bf8e;
  font-size: 1rem;
  flex-shrink: 0;
  margin-top: 2px;
}
.policy-table td {
  padding: 13px 16px;
  color: #4a3728;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  line-height: 1.65;
  vertical-align: top;
}
.cookie-type {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 2px 9px;
  border-radius: 12px;
}
.cookie-essential {
  color: #82bf8e;
  background: rgba(74, 124, 89, 0.15);
  border: 1px solid rgba(74, 124, 89, 0.3);
}
.cookie-analytics {
  color: #6aaae2;
  background: rgba(60, 130, 200, 0.12);
  border: 1px solid rgba(60, 130, 200, 0.3);
}
.cookie-marketing {
  color: var(--gold);
  background: rgba(200, 169, 81, 0.1);
  border: 1px solid rgba(200, 169, 81, 0.3);
}
.cookie-prefs {
  color: #b28fe8;
  background: rgba(123, 94, 167, 0.12);
  border: 1px solid rgba(123, 94, 167, 0.3);
}
.rights-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin: 20px 0;
}
@media (max-width: 600px) {
  .rights-grid {
    grid-template-columns: 1fr;
  }
}
.right-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(200, 169, 81, 0.12);
  border-radius: var(--radius);
  padding: 18px 16px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  transition: var(--transition);
}
.right-card:hover {
  border-color: rgba(200, 169, 81, 0.32);
  background: rgba(255, 255, 255, 0.05);
}
.right-icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.88rem;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: var(--brown-dark);
}
.right-title {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 4px;
}
.right-desc {
  font-size: 0.77rem;
  color: #4a3728;
  line-height: 1.6;
}
.commitment-banner {
  background: linear-gradient(
    135deg,
    rgba(200, 169, 81, 0.12),
    rgba(200, 169, 81, 0.04)
  );
  border: 1px solid rgba(200, 169, 81, 0.3);
  border-radius: calc(var(--radius)+4px);
  padding: 36px 40px;
  margin-top: 60px;
  display: flex;
  gap: 28px;
  align-items: center;
  flex-wrap: wrap;
}
.commitment-title {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 8px;
}
.commitment-cta {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.btn-gold,
.btn-outline-gold {
  display: inline-flex;
  gap: 8px;
  font-family: var(--font-sans);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: var(--transition);
  font-size: 0.88rem;
}
.btn-gold {
  align-items: center;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  font-weight: 700;
  padding: 13px 26px;
  border-radius: 50px;
  border: none;
}
.btn-gold:hover {
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  transform: translateY(-2px);
}
.btn-outline-gold {
  align-items: center;
  background: 0 0;
  color: var(--gold);
  font-weight: 600;
  padding: 12px 26px;
  border-radius: 50px;
  border: 2px solid var(--gold);
}
.btn-outline-gold:hover {
  background: var(--gold);
  color: var(--brown-dark);
  transform: translateY(-2px);
}
.glance-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .glance-grid,
  .help-channels {
    grid-template-columns: 1fr;
  }
}
.glance-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(200, 169, 81, 0.15);
  border-radius: var(--radius);
  padding: 22px 20px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  transition: var(--transition);
}
.glance-card:hover {
  border-color: rgba(200, 169, 81, 0.35);
  background: rgba(255, 255, 255, 0.05);
}
.glance-title {
  font-size: 0.88rem;
  font-weight: 700;
  color: #4a3728;
  margin-bottom: 4px;
}
.glance-desc {
  font-size: 0.78rem;
  color: #4a3728;
  line-height: 1.65;
}
.toc-layout {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
.toc-sidebar {
  width: 260px;
  flex-shrink: 0;
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .toc-layout {
    flex-direction: column;
  }
  .toc-sidebar {
    width: 100%;
    position: static;
  }
}