.md-native-mode .md-site-main { overflow: clip; }
.md-native-page, .md-native-home { background: #fff; }
.md-native-section { padding-block: clamp(3.5rem, 8vw, 7rem); }
.md-native-section:nth-of-type(even) { background: #f8fbfd; }
.md-native-page h1, .md-native-home h1 { color: #022acc; }
.md-native-page h2, .md-native-home h2 { color: #6ec1e4; }
.md-native-page h3, .md-native-home h3 { color: #111; }
.md-dual-title { margin-bottom: clamp(2rem, 5vw, 4rem); text-align: center; color: #022acc !important; font-size: clamp(2.1rem, 5vw, 4rem); }
.md-dual-title span { display: block; color: #6ec1e4; font-size: 0.75em; font-weight: 400; }

.md-hero-carousel { position: relative; min-height: 650px; background: #fff; }
.md-hero-carousel__track { min-height: inherit; }
.md-hero-slide { width: min(calc(100% - 2rem), 1200px); min-height: 650px; margin-inline: auto; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: clamp(2rem, 6vw, 6rem); padding-block: 3rem; }
.md-hero-slide[hidden] { display: none; }
.md-hero-slide__media { order: 1; }
.md-hero-slide__media img { width: 100%; max-height: 560px; object-fit: contain; }
.md-hero-slide__copy { order: 2; }
.md-hero-slide__copy h1, .md-hero-slide__copy h2 { margin-bottom: 1rem; color: #022acc; font-size: clamp(2.25rem, 4.5vw, 4.4rem); }
.md-hero-slide__copy h1::first-line, .md-hero-slide__copy h2::first-line { color: #6ec1e4; }
.md-hero-slide__copy p { max-width: 58ch; font-size: clamp(1rem, 1.8vw, 1.35rem); }
.md-hero-carousel__dots { position: absolute; z-index: 2; left: max(1rem, calc((100vw - 1200px) / 2)); bottom: 2rem; display: flex; gap: 0.6rem; }
.md-hero-carousel__dots button { width: 12px; height: 12px; min-height: 0; padding: 0; border: 0; border-radius: 50%; background: #8b9198; cursor: pointer; }
.md-hero-carousel__dots button[aria-current="true"] { background: #022acc; transform: scale(1.2); }

.md-split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; gap: clamp(2.5rem, 7vw, 7rem); }
.md-split__media img { width: 100%; border-radius: 4px; }
.md-split__copy h2 { font-size: clamp(2.25rem, 5vw, 4.5rem); }
.md-split__copy h2 span { display: block; color: #6ec1e4; font-size: 0.75em; font-weight: 400; }
.md-split__copy h3 { margin-top: 2rem; color: #6ec1e4; }

.md-installations { text-align: center; }
.md-image-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.md-image-strip img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 8px; }
.md-text-link { display: inline-block; margin-top: 1.5rem; font-weight: 700; }

.md-service-grid, .md-services-overview__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1.25rem, 3vw, 2.5rem); }
.md-service-card { display: block; min-height: 100%; padding: clamp(1.5rem, 3vw, 2.5rem); border: 1px solid rgba(2, 42, 204, 0.12); border-radius: 14px; background: #fff; color: #54595f; text-align: center; text-decoration: none; box-shadow: 0 12px 34px rgba(2, 42, 204, 0.08); transition: transform 160ms ease, box-shadow 160ms ease; }
.md-service-card:hover, .md-service-card:focus-visible { color: #54595f; transform: translateY(-4px); box-shadow: 0 18px 42px rgba(2, 42, 204, 0.14); }
.md-service-card__icon { display: block; margin-bottom: 1rem; color: #022acc; font-size: 3.5rem; font-weight: 800; line-height: 1; }
.md-service-card h2, .md-service-card h3 { margin-bottom: 0.6rem; color: #111; font-size: 1.35rem; }
.md-service-card p { margin: 0; font-size: 0.95rem; }

.md-trust { background: #fff !important; }
.md-accordion-list { max-width: 1000px; margin-inline: auto; }
.md-accordion { margin-bottom: 1rem; border: 1px solid rgba(0,0,0,0.13); background: #fff; box-shadow: 0 4px 16px rgba(0,0,0,0.05); }
.md-accordion summary { position: relative; padding: 1.25rem 4rem 1.25rem 1.5rem; color: #111; font-size: 1.15rem; font-weight: 600; cursor: pointer; list-style: none; }
.md-accordion summary::-webkit-details-marker { display: none; }
.md-accordion summary::after { content: "+"; position: absolute; right: 1.5rem; color: #022acc; font-size: 1.6rem; line-height: 1; }
.md-accordion[open] summary::after { content: "−"; }
.md-accordion__content { padding: 0 1.5rem 1.5rem; }
.md-accordion__content h4 { margin-top: 1.5rem; font-size: 1.1rem; }
.md-accordion__content h5 { font-size: 1rem; }

.md-reviews h2, .md-location h2, .md-day-to-day h2, .md-social-follow h2 { margin-bottom: 2rem; color: #6ec1e4; font-size: clamp(2rem, 4vw, 3.2rem); }
.md-embed iframe { width: 100%; min-height: 450px; border: 0; border-radius: 8px; }
.md-day-to-day { text-align: center; }
.md-day-to-day h2 { text-align: left; }
.md-facebook-page { width: min(100%, 500px); min-height: 450px; border: 0; }

.md-contact-hero { min-height: 420px; display: grid; align-items: end; padding-block: 4rem; background-color: #022acc; background-image: linear-gradient(90deg, rgba(2,42,204,0.68), rgba(110,193,228,0.2)), var(--md-contact-image); background-position: center 62%; background-size: cover; }
.md-contact-hero h1 { max-width: 800px; color: #fff; }
.md-contact-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.8fr); gap: clamp(2rem, 6vw, 6rem); }
.md-contact-details { padding: clamp(1.5rem, 4vw, 3rem); border: 1px solid rgba(0,0,0,0.1); border-radius: 12px; background: #fff; box-shadow: 0 12px 34px rgba(2,42,204,0.08); }
.md-contact-details h2 { color: #022acc; }
.md-contact-details p { padding-bottom: 1rem; border-bottom: 1px solid rgba(0,0,0,0.09); }

.md-native-hero { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(2rem, 6vw, 6rem); padding-block: clamp(3.5rem, 8vw, 7rem); }
.md-native-hero h1 { font-size: clamp(2.5rem, 5vw, 4.5rem); }
.md-native-hero h1 span { display: block; color: #6ec1e4; font-size: 0.7em; font-weight: 500; }
.md-native-hero__title-secondary { color: #022acc !important; font-size: clamp(2.5rem, 5vw, 4.5rem); }
.md-native-hero img { width: 100%; }
.md-booking { padding-bottom: clamp(3rem, 7vw, 6rem); }
.md-booking iframe { width: 100%; min-height: 1000px; border: 0; }
.md-registration { background: #6ec1e4 !important; color: #fff; text-align: center; }
.md-registration h2 { color: #fff; }

.md-social-follow { text-align: center; background: #fff !important; }
.md-social-follow__inner > a { display: inline-block; width: min(100%, 520px); }
.md-social-follow img { width: 100%; border-radius: 8px; }

.md-services-overview { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr); align-items: center; gap: 3rem; }
.md-services-overview__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.md-services-overview__image img { border-radius: 50%; }

.md-service-intro { padding-block: clamp(3.5rem, 8vw, 7rem); }
.md-service-intro .md-split__copy h1 { font-size: clamp(2.5rem, 5vw, 4.5rem); }
.md-price-section { background: #f5f9fc; }
.md-price-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(1.5rem, 4vw, 3.5rem); }
.md-price-card { display: flex; flex-direction: column; align-items: flex-start; min-height: 100%; padding: clamp(1.75rem, 4vw, 3.5rem); border: 2px solid #6ec1e4; background: #fff; box-shadow: 0 12px 34px rgba(0,0,0,0.08); }
.md-price-card--brand { border-color: #022acc; background: #022acc; color: #fff; }
.md-price-card--brand h2, .md-price-card--brand h3, .md-price-card--brand a { color: #fff; }
.md-price-card .md-button { margin-top: auto; }
.md-price-card small { display: block; margin-top: 1rem; }
.md-price { color: inherit; font-size: 1.8rem; }
.md-price strong { font-size: clamp(2.5rem, 6vw, 4rem); }
.md-two-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }

.md-price-notice { margin-bottom: 3rem; padding: 1.5rem 2rem; border-left: 5px solid #6ec1e4; background: #eef8fc; }
.md-price-notice strong { color: #022acc; font-size: 1.4rem; }
.md-extra-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; margin-bottom: 2rem; }
.md-extra-grid p { padding: 1.5rem; border: 1px solid #6ec1e4; background: #fff; color: #6ec1e4; font-size: 1.15rem; }
.md-conditions { background: #6ec1e4 !important; color: #fff; }
.md-conditions h2 { color: #fff; }
.md-conditions li { margin-bottom: 1rem; }
.md-admission { margin-top: 2rem; padding: 1.5rem; background: #f7d9d4; color: #a9473b; }
.md-admission h3 { color: #a9473b; }

.md-gallery-grid { columns: 4 240px; column-gap: 1rem; }
.md-gallery-grid figure { break-inside: avoid; margin: 0 0 1rem; overflow: hidden; border-radius: 7px; background: #eef2f5; }
.md-gallery-grid a { display: block; }
.md-gallery-grid img { width: 100%; transition: transform 180ms ease; }
.md-gallery-grid a:hover img { transform: scale(1.025); }
.md-lightbox { width: min(calc(100vw - 2rem), 1100px); max-width: none; padding: 0; border: 0; background: transparent; }
.md-lightbox::backdrop { background: rgba(0,0,0,0.8); }
.md-lightbox img { width: 100%; max-height: 88vh; object-fit: contain; }
.md-lightbox button { position: absolute; top: 0.75rem; right: 0.75rem; z-index: 2; display: grid; width: 42px; height: 42px; min-height: 0; padding: 0 0 3px; place-items: center; border: 0; border-radius: 50%; background: #fff; color: #111; font-size: 2rem; cursor: pointer; }

.md-native-legal { padding-block: clamp(3rem, 7vw, 6rem); }
.md-native-legal h1 { color: #022acc; }
.md-native-legal h2 { margin-top: 2.5rem; color: #6ec1e4; }
.md-native-legal li { margin-bottom: 0.5rem; }

@media (max-width: 900px) {
  .md-hero-carousel, .md-hero-carousel__track, .md-hero-slide { min-height: auto; }
  .md-hero-slide { grid-template-columns: 1fr; gap: 1.25rem; padding-block: 2rem 4.5rem; }
  .md-hero-slide__media { order: 1; }
  .md-hero-slide__copy { order: 2; }
  .md-hero-slide__media img { max-height: 420px; }
  .md-hero-carousel__dots { left: 50%; bottom: 1.5rem; transform: translateX(-50%); }
  .md-split, .md-native-hero, .md-contact-grid, .md-services-overview { grid-template-columns: 1fr; }
  .md-service-grid { grid-template-columns: 1fr; }
  .md-services-overview__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .md-image-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .md-native-hero { padding-top: 2rem; }
  .md-native-hero > div:first-child { order: 1; }
  .md-native-hero > div:last-child { order: 2; }
}

@media (max-width: 620px) {
  .md-native-section { padding-block: 3.25rem; }
  .md-hero-slide__copy h1, .md-hero-slide__copy h2 { font-size: 2.25rem; }
  .md-image-strip, .md-services-overview__grid, .md-price-grid, .md-two-columns, .md-extra-grid { grid-template-columns: 1fr; }
  .md-image-strip img:nth-child(n+5) { display: none; }
  .md-contact-hero { min-height: 310px; }
  .md-gallery-grid { columns: 2 140px; }
  .md-booking { width: 100%; }
  .md-booking iframe { min-height: 1100px; }
}

@media (prefers-reduced-motion: reduce) {
  .md-service-card, .md-gallery-grid img { transition: none; }
}
