:root {
  --primary: #d81b60;
  --primary-dark: #ad1457;
  --secondary: #ffe4ef;
  --text: #1f1f1f;
  --muted: #5f5f5f;
  --background: #ffffff;
  --shadow: 0 20px 40px rgba(216, 27, 96, 0.15);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  background-color: var(--background);
  color: var(--text);
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
  border-radius: 16px;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.container {
  width: min(1120px, 92vw);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease, background 0.3s ease;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 12px 24px rgba(216, 27, 96, 0.1);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 0;
  gap: 1.5rem;
}

.brand img {
  width: min(190px, 40vw);
  height: auto;
}

.primary-navigation ul {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  list-style: none;
  font-weight: 500;
}

.primary-navigation a {
  position: relative;
  padding: 0.35rem 0;
}

.primary-navigation a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: var(--primary);
  transition: width 0.3s ease;
}

.primary-navigation a:hover::after,
.primary-navigation a:focus::after {
  width: 100%;
}

.cta {
  padding: 0.65rem 1.5rem;
  border-radius: 999px;
  background: var(--primary);
  color: #fff;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 10px 20px rgba(240, 98, 146, 0.25);
}

.cta:hover,
.cta:focus {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(216, 27, 96, 0.25);
}

.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: none;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.nav-toggle__line,
.nav-toggle__line::before,
.nav-toggle__line::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 2px;
  background: var(--text);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.nav-toggle__line {
  top: 50%;
}

.nav-toggle__line::before {
  top: -6px;
}

.nav-toggle__line::after {
  top: 6px;
}

.nav-toggle[aria-expanded="true"] .nav-toggle__line {
  background: transparent;
}

.nav-toggle[aria-expanded="true"] .nav-toggle__line::before {
  transform: translate(-50%, 6px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .nav-toggle__line::after {
  transform: translate(-50%, -6px) rotate(-45deg);
}

.hero {
  padding: 6rem 0 4rem;
  background: linear-gradient(135deg, #fff5fb 0%, #ffffff 50%, #ffe2f1 100%);
}

.hero__content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 3rem;
}

.hero__text h1 {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.hero__text p {
  color: var(--muted);
  margin-bottom: 1.75rem;
}

.eyebrow {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--primary-dark);
  margin-bottom: 1rem;
}

.hero__actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.75rem;
  border-radius: 999px;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease,
    color 0.2s ease;
}

.btn--primary {
  background: var(--primary);
  color: #fff;
  box-shadow: 0 12px 24px rgba(240, 98, 146, 0.3);
}

.btn--primary:hover,
.btn--primary:focus {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(216, 27, 96, 0.3);
}

.btn--ghost {
  border: 2px solid var(--primary);
  color: var(--primary-dark);
  background: transparent;
}

.btn--ghost:hover,
.btn--ghost:focus {
  background: var(--primary);
  color: #fff;
}

.image-frame {
  position: relative;
  padding: 1.25rem;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 32px;
  box-shadow: var(--shadow);
}

.image-frame::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 24px;
  border: 2px dashed rgba(240, 98, 146, 0.4);
  pointer-events: none;
}

.section {
  padding: 5rem 0;
}

.section--light {
  background: #fff9fc;
}

.section--accent {
  background: linear-gradient(135deg, #fff0f6 0%, #ffe1f2 100%);
}

.section h2 {
  font-size: clamp(2rem, 3vw, 2.5rem);
  margin-bottom: 1.25rem;
}

.section-lead {
  color: var(--muted);
  margin-bottom: 2.5rem;
  max-width: 48ch;
}

.section__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3rem;
  align-items: center;
}

.section__grid--reverse {
  direction: rtl;
}

.section__grid--reverse > * {
  direction: ltr;
}

.feature-list {
  list-style: none;
  display: grid;
  gap: 0.75rem;
  color: var(--muted);
}

.feature-list li::before {
  content: "\2713";
  color: var(--primary);
  font-weight: 700;
  margin-right: 0.75rem;
}

.highlight-card {
  margin-top: 2rem;
  padding: 1.75rem;
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--shadow);
}

.highlight-card h3 {
  margin-bottom: 1rem;
}

.highlight-card ul {
  list-style: disc;
  padding-left: 1.25rem;
  color: var(--muted);
  display: grid;
  gap: 0.5rem;
}

.section--tiles .tiles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}

.section--pricing {
  background: linear-gradient(180deg, #fff9fc 0%, #ffffff 100%);
}

.section__header--centered .eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-weight: 600;
  color: var(--primary-dark);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}

.pricing-card {
  background: #fff;
  border-radius: 32px;
  box-shadow: var(--shadow);
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
}

.pricing-card__media img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 0;
}

.pricing-card__body {
  padding: 2rem;
  display: grid;
  gap: 1.5rem;
}

.price-list {
  display: grid;
  gap: 0.75rem;
}

.price-list__item {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-weight: 500;
}

.price-list__item dt {
  color: var(--muted);
}

.price-list__item dd {
  font-weight: 600;
  color: var(--primary-dark);
  margin: 0;
}

.price-list__note {
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.5;
}

.tile {
  background: #fff;
  border-radius: 28px;
  padding: 2rem;
  box-shadow: var(--shadow);
  display: grid;
  gap: 1.25rem;
}

.tile img {
  border-radius: 20px;
}

.tile h3 {
  font-size: 1.25rem;
}

.tile h3 a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.tile h3 a:hover,
.tile h3 a:focus-visible {
  color: var(--primary-dark);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.25em;
}

.tile p {
  color: var(--muted);
}

.gallery-swiper {
  padding-bottom: 3rem;
}

.gallery-swiper img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.swiper-button-prev,
.swiper-button-next {
  color: var(--primary);
}

.swiper-pagination-bullet {
  background: rgba(240, 98, 146, 0.35);
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: var(--primary);
}

.section--contact {
  background: #fff9fc;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3rem;
}

.contact-card {
  background: #fff;
  border-radius: 32px;
  padding: 2.5rem;
  box-shadow: var(--shadow);
  display: grid;
  gap: 1.75rem;
  align-content: start;
}

.contact-list {
  list-style: none;
  display: grid;
  gap: 1.25rem;
}

.contact-label {
  display: block;
  font-weight: 600;
  color: var(--primary-dark);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.35rem;
}

.contact-list a,
.contact-list address {
  font-style: normal;
  color: var(--text);
}

.contact-list a:hover {
  color: var(--primary-dark);
}

.reviews-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  color: var(--primary-dark);
}

.reviews-link::after {
  content: "\2192";
  font-size: 1.1rem;
  transition: transform 0.2s ease;
}

.reviews-link:hover::after {
  transform: translateX(4px);
}

.section__header {
  max-width: 720px;
  margin: 0 auto 2.5rem;
  text-align: center;
  display: grid;
  gap: 0.75rem;
  justify-items: center;
}

.trainings-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.75rem;
}

.treatment-slide {
  display: grid;
  gap: 1rem;
}

.treatment-slide__images {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.treatment-slide__images img {
  width: 100%;
  height: auto;
  max-height: 520px;
  display: block;
  border-radius: 24px;
  box-shadow: 0 12px 24px rgba(20, 8, 14, 0.12);
  transition: transform 0.25s ease;
  cursor: pointer;
}

.treatment-slide figcaption {
  font-weight: 600;
  text-align: center;
}

.training-gallery {
  margin-top: 3rem;
  display: grid;
  gap: 1.5rem;
}

.training-gallery h3 {
  text-align: center;
  font-size: clamp(1.5rem, 3vw, 1.75rem);
}

.training-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.training-gallery__item {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow);
  display: grid;
  gap: 0.75rem;
  padding-bottom: 1.25rem;
}

.training-gallery__item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.training-gallery__item figcaption {
  padding: 0 1.25rem;
  text-align: center;
  font-weight: 500;
}

.training-card {
  background: #fff;
  border-radius: 28px;
  box-shadow: var(--shadow);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.training-card:hover,
.training-card:focus-within {
  transform: translateY(-6px);
  box-shadow: 0 24px 48px rgba(216, 27, 96, 0.12);
}

.training-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.training-card__body {
  padding: 1.75rem;
  display: grid;
  gap: 1rem;
}

.training-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.training-card__actions .btn {
  flex: 1;
  justify-content: center;
}

.training-media {
  cursor: zoom-in;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.training-media:hover,
.training-media:focus-visible {
  transform: scale(1.01);
  box-shadow: 0 18px 36px rgba(216, 27, 96, 0.18);
}

.training-media:focus-visible {
  outline: 3px solid var(--primary);
  outline-offset: 4px;
}

.pdf-modal {
  position: fixed;
  inset: 0;
  background: rgba(20, 8, 14, 0.75);
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 2000;
}

.pdf-modal[data-visible="true"] {
  opacity: 1;
  visibility: visible;
}

.pdf-modal__backdrop {
  position: absolute;
  inset: 0;
  cursor: pointer;
}

.pdf-modal__dialog {
  background: #fff;
  width: min(960px, 92vw);
  height: min(640px, 80vh);
  border-radius: 24px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 32px 64px rgba(20, 8, 14, 0.3);
}

.pdf-modal__close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  font-size: 1.75rem;
  line-height: 1;
  background: rgba(240, 98, 146, 0.15);
  border: none;
  color: var(--primary-dark);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  display: grid;
  place-items: center;
}

.pdf-modal iframe {
  flex: 1;
  border: none;
  width: 100%;
  height: 100%;
}

.image-lightbox {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background: rgba(20, 8, 14, 0.85);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 2100;
}

.image-lightbox[data-visible="true"] {
  opacity: 1;
  visibility: visible;
}

.image-lightbox__backdrop {
  position: absolute;
  inset: 0;
  cursor: pointer;
}

.image-lightbox__figure {
  position: relative;
  z-index: 1;
  max-width: min(1040px, 94vw);
  max-height: 90vh;
  display: grid;
  gap: 1.25rem;
  justify-items: center;
}

.image-lightbox__figure img {
  width: 100%;
  height: 100%;
  max-height: 70vh;
  object-fit: contain;
  border-radius: 24px;
  box-shadow: 0 32px 60px rgba(20, 8, 14, 0.35);
}

.image-lightbox__caption {
  color: #fff;
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
}

.image-lightbox__close {
  position: absolute;
  top: -0.75rem;
  right: -0.75rem;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background: var(--primary);
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
  box-shadow: 0 18px 36px rgba(20, 8, 14, 0.25);
}

.image-lightbox__close:hover,
.image-lightbox__close:focus-visible {
  background: var(--primary-dark);
}

.map-wrapper {
  position: relative;
  min-height: 360px;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #fff;
}

.map-wrapper iframe,
.map-wrapper #map {
  width: 100%;
  height: 100%;
  min-height: 360px;
  border: none;
}

.map-wrapper .leaflet-control {
  font-family: var(--font);
}

.leaflet-control-attribution {
  font-size: 0.65rem !important;
  background: rgba(255, 255, 255, 0.85) !important;
  color: var(--muted) !important;
  box-shadow: none !important;
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: #fff7fb;
  color: var(--text);
  font-family: var(--font);
}

.service-hero {
  padding: clamp(4rem, 8vw, 6.5rem) 0 clamp(3rem, 6vw, 5rem);
  background: linear-gradient(180deg, #fff9fc 0%, #ffffff 100%);
}

.service-hero__inner {
  display: grid;
  gap: clamp(2.5rem, 5vw, 4rem);
  align-items: center;
}

.service-hero__text {
  display: grid;
  gap: 1.5rem;
  max-width: 640px;
}

.service-hero__text h1 {
  font-size: clamp(2rem, 5vw, 3.2rem);
}

.service-hero__media img {
  border-radius: 32px;
  box-shadow: var(--shadow);
  width: 100%;
  max-height: 420px;
  object-fit: cover;
}

.service-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.service-content {
  padding: clamp(3rem, 6vw, 5rem) 0 clamp(4rem, 8vw, 6rem);
  background: #ffffff;
}

.service-content__grid {
  display: grid;
  gap: clamp(2.5rem, 5vw, 4rem);
}

.service-content__main {
  display: grid;
  gap: 2rem;
}

.service-content__main h2 {
  font-size: 1.75rem;
}

.service-content__main ul,
.service-content__main ol {
  margin: 0;
  padding-left: 1.2rem;
  display: grid;
  gap: 0.5rem;
  color: var(--text);
}

.service-content__aside {
  display: grid;
  gap: 1.5rem;
}

.service-card {
  background: #fff9fc;
  border-radius: 28px;
  padding: 2rem;
  box-shadow: var(--shadow);
  display: grid;
  gap: 1.25rem;
}

.service-card h3 {
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--primary-dark);
}

.service-card ul {
  margin: 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.5rem;
  color: var(--muted);
}

.service-card__cta {
  display: grid;
  gap: 0.75rem;
}

.service-backlink {
  color: var(--primary);
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.service-backlink::before {
  content: "←";
  font-size: 1.1rem;
}

.site-footer {
  background: #14080e;
  color: #fff;
  padding: 2rem 0;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.footer-cta {
  padding: 0.65rem 1.5rem;
  background: var(--primary);
  border-radius: 999px;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .section__grid,
  .section__grid--reverse,
  .hero__content,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .trainings-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero {
    padding-top: 5rem;
  }

  .training-gallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .image-frame::after {
    inset: 6px;
  }

  .section--tiles .tiles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .header-inner {
    padding: 0.85rem 0;
  }

  .primary-navigation {
    position: absolute;
    top: 100%;
    right: 1rem;
    width: calc(100% - 2rem);
    background: rgba(255, 255, 255, 0.97);
    box-shadow: var(--shadow);
    border-radius: 24px;
    overflow: hidden;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.3s ease;
  }

  .primary-navigation ul {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.25rem 1.75rem;
    gap: 1rem;
  }

  .primary-navigation[data-open="true"] {
    transform: scaleY(1);
  }

  .nav-toggle {
    display: block;
  }

  .cta {
    display: none;
  }

  .section--tiles .tiles {
    grid-template-columns: 1fr;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .pricing-card__media img {
    height: 200px;
  }

  .price-list__item {
    flex-direction: column;
    align-items: flex-start;
  }

  .trainings-grid {
    grid-template-columns: 1fr;
  }

  .training-card img {
    height: 200px;
  }

  .training-card__actions .btn {
    flex: 0 0 100%;
  }

  .gallery-swiper img {
    height: 320px;
  }

  .training-gallery__grid {
    grid-template-columns: 1fr;
  }

  .training-gallery__item img {
    height: 200px;
  }

  .contact-card,
  .map-wrapper {
    border-radius: 24px;
  }

  .footer-inner {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 520px) {
  .hero__text h1 {
    font-size: clamp(1.8rem, 8vw, 2.4rem);
  }

  .hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .highlight-card,
  .tile,
  .contact-card {
    padding: 1.75rem;
  }

  .map-wrapper iframe,
  .map-wrapper #map {
    min-height: 280px;
  }

  .pdf-modal {
    padding: 1rem;
  }

  .pdf-modal__dialog {
    height: min(520px, 85vh);
  }

  .pdf-modal__close {
    font-size: 1.5rem;
    width: 36px;
    height: 36px;
  }
}
