:root {
  --color-bg: #f7f1ea;
  --color-bg-soft: #fbf8f3;
  --color-card: rgba(255, 252, 247, 0.86);
  --color-gold: #c99b5b;
  --color-gold-soft: #e5c894;
  --color-gold-deep: #b98232;
  --color-text: #2f2c2a;
  --color-muted: #746d66;
  --color-line: rgba(201, 155, 91, 0.28);
  --color-white: #fffdf9;
  --shadow-soft: 0 22px 70px rgba(105, 80, 49, 0.12);
  --shadow-card: 0 16px 42px rgba(91, 72, 51, 0.11);
  --radius-lg: 30px;
  --radius-md: 22px;
  --radius-sm: 16px;
  --container: 1160px;
  --font-heading: Georgia, 'Times New Roman', serif;
  --font-editorial: 'ST Rome', 'Cormorant Garamond', 'Playfair Display', 'Bodoni 72',
    'Didot', Georgia, 'Times New Roman', serif;
  --font-body: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-script: 'Segoe Script', 'Brush Script MT', cursive;
}

@keyframes orb-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(-10px, 14px, 0) scale(1.035);
  }
}

@keyframes silk-drift {
  0%,
  100% {
    transform: rotate(-8deg) translateY(0);
  }

  50% {
    transform: rotate(-5deg) translateY(-10px);
  }
}

@keyframes hero-visual-drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -12px, 0);
  }
}

@keyframes halo-orbit {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-12deg) scale(1);
    opacity: 0.64;
  }

  50% {
    transform: translate3d(8px, -8px, 0) rotate(-5deg) scale(1.035);
    opacity: 0.86;
  }
}

@keyframes halo-front {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(18deg) scale(1);
    opacity: 0.5;
  }

  50% {
    transform: translate3d(-7px, 7px, 0) rotate(24deg) scale(1.025);
    opacity: 0.75;
  }
}

@keyframes orbitFloat {
  0% {
    transform: translate3d(0, 0, 0) rotate(-18deg) scale(1);
  }

  100% {
    transform: translate3d(10px, -14px, 0) rotate(-14deg) scale(1.025);
  }
}

@keyframes hero-orbit-slow-turn {
  from {
    transform: rotate(-18deg);
  }

  to {
    transform: rotate(342deg);
  }
}

@keyframes hero-shape-breathe-left {
  0%,
  100% {
    transform: translate3d(-8px, 0, 0);
  }

  50% {
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes hero-shape-breathe-right {
  0%,
  100% {
    transform: translate3d(10px, 0, 0);
  }

  50% {
    transform: translate3d(-12px, 0, 0);
  }
}

@keyframes hero-sparkle-orbit-twinkle {
  0%,
  100% {
    opacity: 0.68;
    transform: translate3d(-4px, 2px, 0) rotate(-5deg) scale(0.94);
  }

  50% {
    opacity: 1;
    transform: translate3d(8px, -3px, 0) rotate(6deg) scale(1.05);
  }
}

@keyframes hero-visual-in {
  from {
    opacity: 0;
    transform: translate3d(34px, 22px, 0) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes button-sheen {
  0% {
    transform: translateX(-140%) skewX(-18deg);
  }

  100% {
    transform: translateX(180%) skewX(-18deg);
  }
}

@keyframes training-petal-drift {
  0% {
    opacity: 0;
    transform: translate3d(0, -50%, 0) rotate(12deg) scale(0.62);
  }

  28% {
    opacity: 0.82;
  }

  100% {
    opacity: 0;
    transform: translate3d(var(--petal-x, 54px), calc(-50% + var(--petal-y, 0px)), 0)
      rotate(var(--petal-r, 32deg)) scale(1);
  }
}

@keyframes gift-sparkle {
  0%,
  64%,
  100% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0.72);
  }

  74% {
    opacity: 0.72;
  }

  92% {
    opacity: 0;
    transform: translate3d(0, -22px, 0) scale(1.05);
  }
}

@keyframes legal-star-pulse {
  0%,
  100% {
    opacity: 0.08;
    transform: translate3d(0, 0, 0) scale(0.92);
  }

  50% {
    opacity: 0.17;
    transform: translate3d(0, -4px, 0) scale(1.04);
  }
}

@keyframes mobile-service-shimmer {
  0% {
    opacity: 0;
    transform: translate3d(-115%, 0, 0) skewX(-16deg);
  }

  30% {
    opacity: 0.34;
  }

  100% {
    opacity: 0;
    transform: translate3d(115%, 0, 0) skewX(-16deg);
  }
}

@keyframes mobile-trust-row-in {
  entry 0% {
    opacity: 0;
    transform: translate3d(-18px, 0, 0);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
  }

  entry 34% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    box-shadow: 0 0 18px rgba(229, 200, 148, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.82);
  }

  entry 46% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
  }
}

@keyframes mobile-trust-dust {
  entry 0%,
  entry 18% {
    opacity: 0;
    transform: translate3d(-80%, 0, 0);
  }

  entry 38% {
    opacity: 0.42;
  }

  entry 58%,
  exit 100% {
    opacity: 0;
    transform: translate3d(80%, 0, 0);
  }
}

@keyframes about-trust-mobile-shimmer {
  0% {
    opacity: 0;
    transform: translate3d(-92%, 0, 0) skewX(-14deg);
  }

  32% {
    opacity: 0.42;
  }

  100% {
    opacity: 0;
    transform: translate3d(92%, 0, 0) skewX(-14deg);
  }
}

@keyframes mobile-check-gold-wink {
  0%,
  100% {
    color: var(--color-gold);
    filter: drop-shadow(0 2px 5px rgba(201, 155, 91, 0.18));
    transform: scale(1);
  }

  48% {
    color: #d8aa61;
    filter: drop-shadow(0 0 9px rgba(229, 200, 148, 0.62));
    transform: scale(1.08);
  }
}

@keyframes training-badge-check-hop {
  0% {
    color: var(--color-gold);
    filter: drop-shadow(0 2px 5px rgba(201, 155, 91, 0.18));
    transform: translate3d(0, 0, 0) scale(1);
  }

  42% {
    color: #d8aa61;
    filter: drop-shadow(0 0 10px rgba(229, 200, 148, 0.62));
    transform: translate3d(0, -2px, 0) scale(1.12);
  }

  100% {
    color: var(--color-gold);
    filter: drop-shadow(0 2px 5px rgba(201, 155, 91, 0.2));
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes training-cta-champagne-sweep {
  0%,
  26% {
    opacity: 0;
    transform: translateX(-150%) skewX(-18deg);
  }

  44% {
    opacity: 0.74;
  }

  72%,
  100% {
    opacity: 0;
    transform: translateX(190%) skewX(-18deg);
  }
}

@keyframes mobile-cue-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, 6px, 0);
  }
}

@keyframes mobile-icon-nudge {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(3px, -1px, 0);
  }
}

@keyframes mobile-icon-orbit {
  0%,
  100% {
    transform: translate3d(-2px, 0, 0) rotate(-2deg);
  }

  35% {
    transform: translate3d(3px, -2px, 0) rotate(3deg);
  }

  70% {
    transform: translate3d(2px, 2px, 0) rotate(-1deg);
  }
}

@keyframes mobile-card-focus {
  entry 0%,
  exit 100% {
    opacity: 0.7;
    transform: scale(0.965);
    filter: blur(1.2px);
  }

  entry 45%,
  exit 55% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
  }
}

@keyframes mobile-pollen-pass {
  0%,
  48%,
  100% {
    opacity: 0;
    transform: translate3d(-82%, 0, 0);
  }

  62% {
    opacity: 0.55;
  }

  82% {
    opacity: 0;
    transform: translate3d(82%, 0, 0);
  }
}

@keyframes mobile-menu-hint-glow {
  0% {
    color: rgba(185, 130, 50, 0.98);
    box-shadow: 0 0 18px rgba(229, 200, 148, 0.34);
  }

  100% {
    color: rgba(47, 44, 42, 0.9);
    box-shadow: 0 0 0 rgba(229, 200, 148, 0);
  }
}

@keyframes mobile-title-sparkle {
  0%,
  100% {
    opacity: 0;
    transform: translate3d(-10px, 4px, 0) scale(0.7);
  }

  48% {
    opacity: 0.55;
    transform: translate3d(8px, -4px, 0) scale(1);
  }
}

@keyframes mobile-gallery-focus {
  entry 0%,
  exit 100% {
    flex-basis: 58vw;
    opacity: 0.72;
    filter: blur(1.4px) saturate(0.88);
    transform: scale(0.94);
  }

  entry 42%,
  exit 58% {
    flex-basis: 78vw;
    opacity: 1;
    filter: blur(0) saturate(1);
    transform: scale(1);
  }
}

@keyframes mobile-faq-focus {
  entry 0%,
  exit 100% {
    opacity: 0.72;
    transform: scale(0.96);
  }

  entry 42%,
  exit 58% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes mobile-card-copy-focus {
  entry 0%,
  exit 100% {
    max-height: 4.4em;
  }

  entry 42%,
  exit 58% {
    max-height: 9em;
  }
}

@keyframes mobile-faq-answer-focus {
  entry 0%,
  exit 100% {
    max-height: 0;
    opacity: 0;
    transform: translateY(8px);
  }

  entry 42%,
  exit 58% {
    max-height: 9em;
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes mobile-faq-hint {
  0%,
  100% {
    opacity: 0.2;
    transform: translate3d(0, -50%, 0);
  }

  50% {
    opacity: 0.72;
    transform: translate3d(5px, -50%, 0);
  }
}

@keyframes mobile-reviews-hint {
  0%,
  100% {
    opacity: 0.42;
    transform: translate3d(-2px, -50%, 0);
  }

  50% {
    opacity: 0.9;
    transform: translate3d(4px, -50%, 0);
  }
}

@keyframes mobile-star-sway {
  0%,
  100% {
    transform: translate3d(-2px, 0, 0) rotate(-3deg);
  }

  50% {
    transform: translate3d(3px, -4px, 0) rotate(4deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  .gift-card {
    clip-path: none !important;
  }

  .gift-card__sparkles {
    display: none !important;
  }
}


* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 88% 2%, rgba(229, 200, 148, 0.3), transparent 28rem),
    linear-gradient(180deg, var(--color-bg-soft), var(--color-bg));
  color: var(--color-text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(120deg, rgba(255, 255, 255, 0.22) 0 1px, transparent 1px 100%),
    radial-gradient(circle at 10% 18%, rgba(201, 155, 91, 0.08), transparent 19rem);
  background-size: 190px 190px, auto;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

img {
  max-width: 100%;
  display: block;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
h2,
h3 {
  font-family: var(--font-heading);
  font-weight: 500;
  line-height: 1.04;
}

.brand-title,
.hero-title {
  font-family: var(--font-editorial);
  font-feature-settings: 'kern' 1, 'liga' 1;
}

.brand-title {
  letter-spacing: 0.01em;
}

.hero-title {
  color: rgba(47, 44, 42, 0.76);
  font-weight: 500;
  letter-spacing: -0.01em;
}

h1 {
  font-size: clamp(2.8rem, 10vw, 5.35rem);
  max-width: 11ch;
}

h2 {
  font-size: clamp(2.2rem, 8vw, 4.7rem);
}

h3 {
  font-size: 1.45rem;
}

.container {
  width: min(100% - 36px, var(--container));
  margin: 0 auto;
}

.section {
  padding: 64px 0;
  position: relative;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.button {
  position: relative;
  overflow: hidden;
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  padding: 16px 24px;
  border: 1px solid transparent;
  font-size: 0.94rem;
  font-weight: 650;
  line-height: 1.15;
  cursor: pointer;
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    color 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.button:hover {
  transform: translateY(-2px);
}

.button:focus-visible,
.icon-button:focus-visible,
.tabs button:focus-visible,
.faq-mini-card button:focus-visible {
  outline: 2px solid var(--color-gold);
  outline-offset: 3px;
}

.button--gold {
  color: #fffdf9;
  background: linear-gradient(135deg, #b98232 0%, #d8aa61 48%, #e6c686 100%);
  box-shadow: 0 18px 44px rgba(185, 130, 50, 0.25);
}

.button--gold::after {
  content: '';
  width: 42%;
  position: absolute;
  inset: -20% auto -20% 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.45), transparent);
  opacity: 0;
  pointer-events: none;
}

.button--gold:hover {
  background: linear-gradient(135deg, #c99345 0%, #ddb46d 48%, #efd59a 100%);
  box-shadow: 0 24px 56px rgba(185, 130, 50, 0.32);
}

.button--gold:hover::after {
  opacity: 1;
  animation: button-sheen 1.2s ease;
}

.button--outline {
  color: var(--color-text);
  background: rgba(255, 252, 247, 0.72);
  border-color: rgba(201, 155, 91, 0.28);
  box-shadow: 0 10px 28px rgba(91, 72, 51, 0.05);
}

.button--outline:hover {
  color: var(--color-gold-deep);
  background: rgba(229, 200, 148, 0.14);
  border-color: rgba(201, 155, 91, 0.46);
  box-shadow: 0 16px 34px rgba(201, 155, 91, 0.14);
}

.button--soft {
  color: var(--color-text);
  background: rgba(255, 252, 247, 0.78);
  border-color: rgba(201, 155, 91, 0.36);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.button--soft:hover {
  color: #fffdf9;
  background: linear-gradient(135deg, rgba(185, 130, 50, 0.9), rgba(229, 200, 148, 0.86));
  border-color: rgba(201, 155, 91, 0.5);
  box-shadow: 0 14px 34px rgba(201, 155, 91, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.button__icon {
  display: inline-flex;
}

.booking-cta {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.booking-cta__main {
  flex: 0 0 auto;
}

.booking-cta__channels {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-8px) scale(0.98);
  transition:
    opacity 0.34s ease,
    transform 0.34s cubic-bezier(0.22, 1, 0.36, 1);
}

.booking-cta.is-open .booking-cta__channels,
.booking-cta:focus-within .booking-cta__channels {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0) scale(1);
}

.booking-cta__channel {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 16px;
  border: 1px solid rgba(201, 155, 91, 0.34);
  border-radius: 999px;
  color: #765126;
  background:
    linear-gradient(135deg, rgba(255, 252, 247, 0.92), rgba(229, 200, 148, 0.2)),
    rgba(255, 252, 247, 0.72);
  box-shadow: 0 14px 32px rgba(201, 155, 91, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.88);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity 0.32s ease,
    transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.32s ease,
    background 0.32s ease;
}

.booking-cta.is-open .booking-cta__channel,
.booking-cta:focus-within .booking-cta__channel {
  opacity: 1;
  transform: translateY(0);
}

.booking-cta.is-open .booking-cta__channel:nth-child(2),
.booking-cta:focus-within .booking-cta__channel:nth-child(2) {
  transition-delay: 0.05s;
}

.booking-cta.is-open .booking-cta__channel:nth-child(3),
.booking-cta:focus-within .booking-cta__channel:nth-child(3) {
  transition-delay: 0.1s;
}

.booking-cta__channel:hover {
  background: linear-gradient(135deg, rgba(185, 130, 50, 0.95), rgba(229, 200, 148, 0.88));
  color: #fffdf9;
  box-shadow: 0 18px 42px rgba(201, 155, 91, 0.28), 0 0 28px rgba(229, 200, 148, 0.32);
}

.booking-cta__icon,
.booking-cta__icon svg {
  width: 18px;
  height: 18px;
  display: inline-flex;
}

.booking-cta__icon svg {
  fill: currentColor;
}

.booking-cta--header {
  display: none;
}

.icon-button {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--color-line);
  border-radius: 999px;
  color: var(--color-text);
  background: rgba(255, 252, 247, 0.74);
}

.header {
  width: min(100% - 48px, 1280px);
  min-height: 96px;
  position: sticky;
  top: 16px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  margin: 24px auto 0;
  padding: 18px 34px;
  border: 1px solid rgba(201, 155, 91, 0.18);
  border-radius: 999px;
  background: rgba(255, 252, 247, 0.72);
  box-shadow: 0 24px 80px rgba(94, 68, 40, 0.08);
  backdrop-filter: blur(18px);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  min-width: 176px;
}

.header-logo-image {
  width: clamp(176px, 48vw, 230px);
  max-height: 58px;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: left center;
}

.brand-link {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  min-width: fit-content;
}

.brand-link span {
  font-family: var(--font-heading);
  font-size: 1.18rem;
  line-height: 1;
}

.brand-link small {
  color: var(--color-muted);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: lowercase;
}

.header__nav {
  display: none;
  align-items: center;
  justify-content: center;
  flex: 1;
  gap: clamp(14px, 2.2vw, 34px);
  color: #6f665f;
  font-size: 0.94rem;
}

@media (max-width: 819px) {
  .header {
    width: min(100% - 24px, 1280px);
    min-height: 72px;
    top: 12px;
    gap: 14px;
    margin-top: 12px;
    padding: 12px 12px 12px 20px;
  }

  .hero-grid {
    width: min(100% - 36px, 1280px);
    min-height: auto;
    gap: 24px;
    padding: 58px 0 54px;
  }

  .hero-section {
    min-height: auto;
    padding-bottom: 72px;
  }
}

.header__nav a {
  position: relative;
  padding: 10px 14px;
  border-radius: 999px;
  white-space: nowrap;
  transition:
    color 0.35s ease,
    background 0.35s ease,
    box-shadow 0.35s ease;
}

.header__nav a:hover {
  color: var(--color-gold-deep);
  background: rgba(229, 200, 148, 0.15);
  box-shadow: 0 12px 26px rgba(201, 155, 91, 0.14);
}

.header__actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header__actions .button {
  display: none;
  min-height: 58px;
  padding: 16px 30px;
}

.mobile-header-booking,
.hero-scroll-cue {
  display: none;
}

.hero-mobile-contact {
  display: none;
}

.hero-lead--compact,
.training-hero__mobile-break {
  display: none;
}

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 24px;
  background: rgba(251, 248, 243, 0.96);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.mobile-menu.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.mobile-menu__close {
  align-self: flex-end;
}

.mobile-menu__nav {
  display: grid;
  gap: 18px;
  font-family: var(--font-heading);
  font-size: 2.1rem;
}

.hero-section {
  min-height: calc(100svh - 130px);
  position: relative;
  isolation: isolate;
  display: block;
  padding: 0 0 90px;
  overflow: hidden;
}

.hero-grid {
  width: min(100% - 48px, 1280px);
  max-width: 1280px;
  min-height: calc(100vh - 130px);
  z-index: 1;
  display: grid;
  align-items: center;
  gap: 56px;
  margin: 0 auto;
  padding: 84px 24px 70px;
}

.hero-copy {
  max-width: 680px;
  position: relative;
  z-index: 2;
}

.hero-title {
  max-width: 8.5ch;
  margin: 0 0 28px;
  color: #2f2c2a;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(3.25rem, 15vw, 4.5rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 0.98;
}

.hero-lead {
  max-width: 620px;
  color: #6f665f;
  font-size: 1.125rem;
  line-height: 1.65;
}

.hero-title--desktop,
.hero-lead--desktop {
  display: none;
}

.hero-shine-wrap {
  display: none;
  pointer-events: none;
}

.hero-shine-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: left center;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.hero-actions .button:first-child {
  width: 100%;
}

.hero-benefits {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  padding: 0;
  margin: 34px 0 0;
  list-style: none;
}

.hero-benefits li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border: 1px solid rgba(201, 155, 91, 0.24);
  border-radius: 999px;
  color: var(--color-muted);
  background: rgba(255, 252, 247, 0.52);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
  font-size: 0.94rem;
}

.hero-benefits svg {
  color: var(--color-gold);
  flex: 0 0 auto;
}

.hero-art {
  min-height: 520px;
  position: relative;
  margin-top: 34px;
  margin-right: -42px;
  border-radius: var(--radius-lg);
}

.hero-visual {
  min-height: inherit;
  position: absolute;
  inset: 0;
  animation: hero-visual-in 0.9s cubic-bezier(0.22, 1, 0.36, 1) both, hero-visual-drift 8.5s ease-in-out 0.9s infinite;
}

.hero-orb-main {
  width: min(86vw, 520px);
  height: min(86vw, 520px);
  position: absolute;
  right: 20px;
  top: 40px;
  z-index: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 45% 35%, rgba(255, 255, 255, 0.9), rgba(229, 200, 148, 0.28) 42%, rgba(229, 200, 148, 0.08) 72%),
    linear-gradient(145deg, rgba(255, 252, 247, 0.9), rgba(229, 200, 148, 0.16));
  filter: blur(0.2px);
}

.hero-orbit {
  width: min(92vw, 560px);
  height: min(58vw, 360px);
  position: absolute;
  right: -2px;
  top: 170px;
  z-index: 5;
  border: 1px solid rgba(201, 155, 91, 0.34);
  border-radius: 50%;
  transform-origin: center;
  transform: rotate(-18deg);
  animation: hero-orbit-slow-turn 36s linear infinite;
  will-change: transform;
}

.hero-soft-shape {
  position: absolute;
  z-index: 6;
  border-radius: 999px;
  background: rgba(255, 252, 247, 0.42);
  filter: blur(2px);
  pointer-events: none;
  will-change: transform;
}

.hero-soft-shape-one {
  width: min(62vw, 400px);
  height: min(30vw, 190px);
  right: 70px;
  bottom: 34px;
  background: linear-gradient(120deg, rgba(255, 252, 247, 0.66), rgba(229, 200, 148, 0.18));
  animation: hero-shape-breathe-left 12s ease-in-out infinite;
}

.hero-soft-shape-two {
  width: min(46vw, 280px);
  height: min(24vw, 150px);
  left: 10px;
  bottom: 108px;
  background: linear-gradient(135deg, rgba(255, 252, 247, 0.78), rgba(229, 200, 148, 0.16));
  animation: hero-shape-breathe-right 14s ease-in-out infinite;
}

.hero-sparkle {
  position: absolute;
  left: 11%;
  top: 38%;
  z-index: 7;
  color: var(--color-gold);
  filter: drop-shadow(0 0 10px rgba(229, 200, 148, 0.28));
  animation: hero-sparkle-orbit-twinkle 6.8s ease-in-out infinite;
  will-change: transform, opacity;
}

.hero-model-wrap {
  width: min(62vw, 390px);
  position: absolute;
  right: 16%;
  bottom: 0;
  z-index: 4;
  display: grid;
  place-items: end center;
}

.hero-model {
  width: 100%;
  max-height: 620px;
  object-fit: contain;
  object-position: bottom center;
  filter: drop-shadow(0 30px 50px rgba(94, 68, 40, 0.12));
  transform: translateY(20px);
}

.hero-model-fallback {
  width: 62%;
  max-width: 260px;
  aspect-ratio: 0.58;
  position: absolute;
  right: 11%;
  bottom: 0;
  z-index: -1;
  border-radius: 48% 48% 42% 42% / 24% 24% 58% 58%;
  background:
    radial-gradient(ellipse at 50% 10%, rgba(198, 151, 96, 0.32) 0 18%, transparent 19%),
    linear-gradient(180deg, rgba(229, 200, 148, 0.5), rgba(255, 252, 247, 0.26));
  opacity: 0.75;
}

#services {
  scroll-margin-top: 120px;
  padding-top: 46px;
}

.section-title {
  max-width: 680px;
  margin-bottom: 28px;
}

.section-title--center {
  margin-inline: auto;
  text-align: center;
}

.section-title p {
  margin-top: 12px;
  color: var(--color-muted);
  font-size: 1.04rem;
}

.services-grid,
.format-grid {
  display: grid;
  gap: 14px;
}

.service-card,
.format-card,
.price-card,
.contacts-card,
.program-card,
.review-card,
.faq-mini-card button,
.legal-card,
.final-cta {
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: var(--color-card);
  box-shadow: var(--shadow-card);
  backdrop-filter: blur(16px);
}

.service-card {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  border-color: rgba(255, 255, 255, 0.72);
  border-radius: var(--radius-md);
  transition:
    transform 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}

.service-card:nth-child(2),
.service-card:nth-child(5) {
  background: linear-gradient(145deg, rgba(229, 200, 148, 0.35), rgba(255, 252, 247, 0.82));
}

.service-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--color-gold);
}

.service-card__icon {
  width: 48px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(201, 155, 91, 0.18);
  border-radius: 999px;
  color: var(--color-gold);
  background: linear-gradient(135deg, rgba(229, 200, 148, 0.18), rgba(255, 252, 247, 0.76));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.76);
  transition:
    transform 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}

.service-card__badge {
  padding: 6px 10px;
  border-radius: 999px;
  color: #765126;
  background: rgba(229, 200, 148, 0.4);
  font-size: 0.75rem;
}

.service-card:hover {
  border-color: rgba(201, 155, 91, 0.38);
  box-shadow: 0 22px 54px rgba(91, 72, 51, 0.14);
}

.service-card:hover .service-card__icon {
  border-color: rgba(201, 155, 91, 0.34);
  box-shadow: 0 12px 26px rgba(201, 155, 91, 0.2), 0 0 24px rgba(229, 200, 148, 0.28);
  transform: translateY(-3px) scale(1.045);
}

.service-card h3,
.format-card h3 {
  margin-top: 28px;
}

.service-card p,
.format-card p,
.program-card li,
.review-card p,
.contacts-list strong {
  color: var(--color-muted);
}

.price-section {
  position: relative;
  z-index: 2;
  background: linear-gradient(180deg, transparent, rgba(255, 252, 247, 0.36), transparent);
}

.price-card {
  border-radius: var(--radius-lg);
  padding: 16px;
}

.tabs {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  padding: 6px;
  border: 1px solid var(--color-line);
  border-radius: 999px;
  background: rgba(255, 252, 247, 0.58);
}

.tabs button {
  position: relative;
  z-index: 1;
  min-height: 42px;
  border: 0;
  border-radius: 999px;
  color: var(--color-muted);
  background: transparent;
  font-size: 0.9rem;
  font-weight: 650;
  cursor: pointer;
  overflow: hidden;
  transition: color 0.28s ease;
}

.tabs button.is-active {
  color: #fffdf9;
}

.tabs__active-pill {
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(135deg, var(--color-gold), var(--color-gold-soft));
  box-shadow: 0 10px 24px rgba(201, 155, 91, 0.24);
}

.tabs__label {
  position: relative;
  z-index: 1;
}

.price-list {
  display: grid;
  gap: 4px;
  margin-top: 18px;
}

.price-row {
  display: grid;
  gap: 6px;
  padding: 16px 4px;
  border-bottom: 1px solid var(--color-line);
}

.price-row strong {
  color: var(--color-gold);
  font-size: 1.2rem;
}

.note {
  margin-top: 18px;
  color: var(--color-muted);
  font-size: 0.9rem;
}

.gift-card {
  position: relative;
  overflow: hidden;
  display: grid;
  justify-items: start;
  gap: 14px;
  min-height: 286px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(255, 252, 247, 0.94), rgba(229, 200, 148, 0.38)),
    radial-gradient(circle at 85% 20%, rgba(201, 155, 91, 0.22), transparent 22rem);
  box-shadow: var(--shadow-soft);
  transform-origin: top;
}

.gift-card__gradient {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255, 252, 247, 0.95), rgba(229, 200, 148, 0.44)),
    radial-gradient(circle at 85% 20%, rgba(201, 155, 91, 0.26), transparent 22rem);
}

.gift-card__bg {
  position: absolute;
  right: -12px;
  bottom: -34px;
  z-index: 1;
  color: rgba(201, 155, 91, 1);
  font-family: var(--font-heading);
  font-size: clamp(3.8rem, 17vw, 10rem);
  line-height: 1;
  pointer-events: none;
}

.gift-card__icon {
  width: 56px;
  height: 56px;
  position: relative;
  z-index: 3;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fffdf9;
  background: var(--color-gold);
  box-shadow: 0 18px 42px rgba(201, 155, 91, 0.26), 0 0 28px rgba(229, 200, 148, 0.28);
}

.gift-card__sparkles {
  position: absolute;
  inset: -24px;
  pointer-events: none;
}

.gift-card__sparkle {
  width: var(--spark-size);
  height: var(--spark-size);
  position: absolute;
  left: calc(50% + var(--spark-x));
  top: 50%;
  border-radius: 50%;
  background: rgba(229, 200, 148, 0.82);
  box-shadow: 0 0 12px rgba(229, 200, 148, 0.52);
  opacity: 0;
  animation: gift-sparkle 3.6s ease-in-out var(--spark-delay) infinite;
}

.gift-card__content {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: start;
  gap: 14px;
}

.gift-card p {
  max-width: 620px;
  color: var(--color-muted);
}

.steps {
  display: grid;
  gap: 12px;
}

.step-card {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 14px;
  padding: 20px;
  border-top: 1px solid var(--color-line);
}

.step-card > span {
  color: var(--color-gold);
  font-family: var(--font-heading);
  font-size: 1.6rem;
}

.step-card__marker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.step-card__node {
  width: 10px;
  height: 10px;
  border: 1px solid rgba(201, 155, 91, 0.74);
  border-radius: 50%;
  background: rgba(255, 252, 247, 0.92);
  box-shadow: 0 0 0 6px rgba(229, 200, 148, 0.14), 0 0 18px rgba(201, 155, 91, 0.24);
}

.step-card__number {
  color: var(--color-gold);
  font-family: var(--font-heading);
  font-size: 1.6rem;
}

.step-card__content {
  display: grid;
  gap: 8px;
}

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

.about-section {
  overflow: hidden;
}

.about-section__grid {
  display: grid;
  gap: 28px;
}

.about-section__media {
  display: grid;
  gap: 22px;
}

.about-section__photo {
  aspect-ratio: 9 / 16;
  width: min(100%, 390px);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(201, 155, 91, 0.26);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 30% 16%, rgba(255, 252, 247, 0.88), transparent 10rem),
    linear-gradient(145deg, rgba(229, 200, 148, 0.28), rgba(255, 252, 247, 0.78)),
    rgba(255, 252, 247, 0.68);
  box-shadow: 0 22px 64px rgba(91, 72, 51, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.about-section__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 24%;
}

.about-section__content {
  display: grid;
  gap: 24px;
}

.about-section__text {
  display: grid;
  gap: 14px;
  color: #5f5750;
  font-size: 1.02rem;
  line-height: 1.74;
}

.about-trust {
  padding: 24px;
  border: 1px solid rgba(201, 155, 91, 0.2);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(145deg, rgba(255, 252, 247, 0.82), rgba(255, 255, 255, 0.5)),
    radial-gradient(circle at 96% 0, rgba(229, 200, 148, 0.22), transparent 14rem);
  box-shadow: 0 18px 48px rgba(91, 72, 51, 0.075);
}

.about-trust h3 {
  margin-bottom: 16px;
  color: var(--color-text);
  font-size: clamp(1.55rem, 4vw, 2.1rem);
}

.about-trust__list {
  display: grid;
  gap: 9px;
}

.about-trust__list span {
  position: relative;
  padding: 11px 14px 11px 30px;
  border-radius: 999px;
  color: var(--color-muted);
  background: rgba(255, 252, 247, 0.64);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.about-trust__list span::before {
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  left: 14px;
  top: 50%;
  border-radius: 50%;
  background: var(--color-gold);
  box-shadow: 0 0 0 5px rgba(229, 200, 148, 0.16);
  transform: translateY(-50%);
}

.about-certificates {
  grid-auto-columns: minmax(190px, 62%);
  gap: 14px;
  padding: 4px 18px 18px 0;
}

.about-certificates-wrap {
  margin-top: 30px;
}

.about-certificate {
  aspect-ratio: 3 / 4;
  min-height: 250px;
  position: relative;
  display: grid;
  place-items: end start;
  overflow: hidden;
  padding: 18px;
  border: 1px solid rgba(201, 155, 91, 0.22);
  border-radius: 22px;
  background:
    linear-gradient(160deg, rgba(255, 252, 247, 0.92), rgba(229, 200, 148, 0.16)),
    rgba(255, 252, 247, 0.64);
  box-shadow: 0 14px 34px rgba(91, 72, 51, 0.065);
}

.about-certificate::before {
  content: '';
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(201, 155, 91, 0.16);
  border-radius: 16px;
}

.about-certificate::after {
  content: '';
  width: 58%;
  height: 1px;
  position: absolute;
  left: 21%;
  top: 34%;
  background: rgba(201, 155, 91, 0.26);
  box-shadow:
    0 22px 0 rgba(201, 155, 91, 0.18),
    0 44px 0 rgba(201, 155, 91, 0.12);
}

.about-certificate span {
  position: relative;
  z-index: 1;
  color: #765126;
  font-family: var(--font-heading);
  font-size: 1.08rem;
  line-height: 1.14;
}

.about-certificate--image {
  place-items: center;
  padding: 10px;
}

.about-certificate--image::before,
.about-certificate--image::after {
  content: none;
}

.about-certificate--image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  pointer-events: none;
  user-select: none;
}

.training-preview__grid {
  position: relative;
  display: grid;
  gap: 22px;
}

.training-preview__intro {
  position: relative;
  isolation: isolate;
}

.training-preview__botanical {
  width: min(84vw, 380px);
  height: auto;
  position: absolute;
  left: -24px;
  top: 102px;
  z-index: -1;
  display: none;
  object-fit: contain;
  mix-blend-mode: multiply;
  pointer-events: none;
  user-select: none;
}

.training-preview__card {
  padding: 24px;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(145deg, rgba(255, 252, 247, 0.88), rgba(255, 255, 255, 0.48)),
    radial-gradient(circle at 95% 4%, rgba(229, 200, 148, 0.3), transparent 18rem);
}

.training-preview__card > p {
  color: var(--color-muted);
  font-size: 1.04rem;
}

.training-preview__cta {
  min-width: 250px;
}

.training-preview__cta-wrap {
  width: fit-content;
  position: relative;
  isolation: isolate;
}

.training-preview__cta-wrap:hover .training-preview__cta,
.training-preview__cta-wrap:focus-within .training-preview__cta {
  transform: translateY(-3px) scale(1.012);
}

.training-preview__cta-wrap:active .training-preview__cta {
  transform: translateY(0) scale(0.99);
}

.training-preview__petal {
  width: 8px;
  height: 13px;
  position: absolute;
  right: 16px;
  top: 50%;
  z-index: -1;
  border-radius: 70% 30% 70% 30%;
  background: linear-gradient(145deg, rgba(255, 252, 247, 0.9), rgba(229, 200, 148, 0.62));
  box-shadow: 0 4px 14px rgba(201, 155, 91, 0.22);
  opacity: 0;
  transform: translate3d(0, -50%, 0) rotate(20deg) scale(0.72);
  pointer-events: none;
}

.training-preview__cta-wrap:hover .training-preview__petal,
.training-preview__cta-wrap:focus-within .training-preview__petal {
  animation: training-petal-drift 1.05s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.training-preview__cta-wrap:active .training-preview__petal {
  animation-duration: 0.72s;
}

.training-preview__petal--two {
  width: 7px;
  height: 11px;
  top: 42%;
  animation-delay: 0.06s;
  --petal-y: -22px;
  --petal-x: 48px;
  --petal-r: 48deg;
}

.training-preview__petal--three {
  width: 6px;
  height: 10px;
  top: 58%;
  animation-delay: 0.12s;
  --petal-y: 14px;
  --petal-x: 58px;
  --petal-r: -28deg;
}

.training-preview__petal--four {
  width: 5px;
  height: 9px;
  top: 50%;
  animation-delay: 0.18s;
  --petal-y: 30px;
  --petal-x: 42px;
  --petal-r: 68deg;
}

.training-preview__petal--one {
  --petal-y: -4px;
  --petal-x: 68px;
  --petal-r: 18deg;
}

.mini-grid,
.benefit-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0;
}

.mini-grid span,
.benefit-cloud span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 13px;
  border: 1px solid var(--color-line);
  border-radius: 999px;
  color: var(--color-muted);
  background: rgba(255, 252, 247, 0.54);
}

.training-preview__card .mini-grid svg {
  color: var(--color-gold);
  flex: 0 0 auto;
  filter: drop-shadow(0 2px 5px rgba(201, 155, 91, 0.18));
}

.horizontal-scroller {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 84%);
  gap: 14px;
  overflow-x: auto;
  padding: 4px 18px 18px 0;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}

.horizontal-scroller > * {
  scroll-snap-align: start;
}

.result-card {
  height: 360px;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(229, 200, 148, 0.48), rgba(255, 252, 247, 0.88)),
    radial-gradient(circle at 28% 22%, rgba(255, 255, 255, 0.86), transparent 12rem);
  box-shadow: 0 18px 44px rgba(91, 72, 51, 0.11);
  transform-origin: center;
  transition:
    transform 0.48s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.48s ease;
}

.result-card::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 3;
  border: 1px solid rgba(229, 200, 148, 0.54);
  border-radius: inherit;
  box-shadow:
    inset 0 1px 0 rgba(255, 252, 247, 0.7),
    inset 0 -1px 0 rgba(185, 130, 50, 0.14),
    0 0 0 1px rgba(255, 252, 247, 0.26);
  pointer-events: none;
}

.result-card::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 4;
  background: linear-gradient(120deg, transparent 0 28%, rgba(229, 200, 148, 0.18), transparent 58%);
  opacity: 0.5;
  mix-blend-mode: screen;
  pointer-events: none;
}

.result-card img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  object-fit: cover;
  object-position: center;
  transition: transform 0.58s cubic-bezier(0.22, 1, 0.36, 1);
}

.result-card:nth-child(1) img,
.result-card:nth-child(2) img,
.result-card:nth-child(3) img,
.result-card:nth-child(5) img {
  object-position: center top;
}

.result-card:nth-child(4) img {
  object-position: center 28%;
}

.result-card:hover {
  z-index: 6;
  box-shadow: 0 24px 54px rgba(91, 72, 51, 0.14), 0 0 26px rgba(229, 200, 148, 0.22);
}

.result-card:hover img {
  transform: scale(1.018);
}

.result-card--before-after {
  background:
    linear-gradient(145deg, rgba(255, 252, 247, 0.88), rgba(229, 200, 148, 0.18)),
    rgba(255, 252, 247, 0.74);
}

.result-card--before-after img {
  object-fit: contain;
  padding: 8px;
}

.result-card--review {
  background:
    linear-gradient(145deg, rgba(255, 252, 247, 0.92), rgba(229, 200, 148, 0.14)),
    rgba(255, 252, 247, 0.82);
}

.result-card--review img {
  object-fit: cover;
  object-position: center;
  padding: 10px;
}

.results-title h2 {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.18em;
  max-width: none;
  white-space: normal;
}

.results-title__slash {
  color: rgba(201, 155, 91, 0.72);
  font-size: 0.88em;
  font-style: italic;
}

.results-title__accent {
  color: var(--color-gold-deep);
  font-size: 0.92em;
}

.review-card {
  min-height: 390px;
  display: grid;
  place-items: center;
  padding: 14px;
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 252, 247, 0.94), rgba(255, 255, 255, 0.6)),
    rgba(255, 252, 247, 0.86);
  border: 1px solid rgba(201, 155, 91, 0.22);
  box-shadow: 0 14px 36px rgba(91, 72, 51, 0.07);
  opacity: 0.78;
  transform: scale(0.965);
  transition:
    opacity 0.38s ease,
    transform 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.38s ease,
    box-shadow 0.38s ease;
}

.review-card img {
  width: 100%;
  height: 100%;
  max-height: 540px;
  object-fit: contain;
  border-radius: 16px;
}

.review-card--active {
  opacity: 1;
  transform: scale(1);
  border-color: rgba(201, 155, 91, 0.38);
  box-shadow: 0 20px 52px rgba(91, 72, 51, 0.1), 0 0 28px rgba(229, 200, 148, 0.16);
}

.review-card:hover {
  opacity: 1;
  transform: translateY(-4px) scale(1.01);
  border-color: rgba(201, 155, 91, 0.44);
  box-shadow: 0 22px 54px rgba(91, 72, 51, 0.11), 0 0 30px rgba(229, 200, 148, 0.2);
}

.faq-preview__scroller {
  align-items: stretch;
}

.faq-mini-card {
  height: 100%;
}

.faq-mini-card button {
  width: 100%;
  min-height: 238px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 14px;
  padding: 24px;
  border-radius: 24px;
  border-color: rgba(201, 155, 91, 0.1);
  color: var(--color-text);
  background: rgba(255, 252, 247, 0.54);
  box-shadow: 0 12px 30px rgba(91, 72, 51, 0.045);
  text-align: left;
  cursor: pointer;
  transform-origin: center;
  transition:
    transform 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}

.faq-mini-card strong {
  font-family: var(--font-heading);
  font-size: 1.45rem;
  line-height: 1.08;
}

.faq-mini-card span {
  display: block;
  color: var(--color-muted);
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(8px);
  transition:
    max-height 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.32s ease,
    transform 0.32s ease;
}

.faq-mini-card:hover button,
.faq-mini-card:focus-within button {
  border-color: rgba(201, 155, 91, 0.22);
  background: linear-gradient(145deg, rgba(229, 200, 148, 0.24), rgba(255, 252, 247, 0.8));
  box-shadow: 0 18px 40px rgba(91, 72, 51, 0.08);
  transform: scale(1.025);
}

.faq-mini-card:hover span,
.faq-mini-card:focus-within span {
  max-height: 9em;
  opacity: 1;
  transform: translateY(0);
}

.faq-preview__action {
  display: flex;
  justify-content: center;
  margin-top: 26px;
}

.faq-preview__button {
  min-width: 220px;
}

.section-action {
  margin-top: 12px;
}

.contacts-grid {
  display: grid;
  gap: 22px;
}

.contacts-intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.contacts-intro p {
  max-width: 430px;
  margin-top: 22px;
  color: var(--color-muted);
}

.booking-cta--contacts-intro {
  margin-top: 18px;
}

.booking-cta--contacts-intro .booking-cta__channels {
  flex-wrap: nowrap;
}

.contacts-card {
  display: grid;
  gap: 14px;
  padding: 22px;
  border-radius: var(--radius-lg);
}

.contacts-list {
  display: grid;
  gap: 0;
}

.contacts-list div {
  display: grid;
  grid-template-columns: 22px 110px 1fr;
  gap: 10px;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid var(--color-line);
}

.contacts-list div:first-child {
  padding-top: 0;
}

.contacts-list svg {
  color: var(--color-gold);
}

.contacts-list span {
  color: var(--color-gold);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.contacts-list strong {
  justify-self: end;
  color: var(--color-muted);
  font-weight: 600;
  text-align: right;
}

.contacts-social {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 4px 0 22px;
  margin-bottom: 4px;
  border-bottom: 1px solid rgba(201, 155, 91, 0.16);
}

.contacts-social a {
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(201, 155, 91, 0.18);
  border-radius: 999px;
  color: var(--color-gold);
  background: rgba(255, 252, 247, 0.48);
  transition:
    transform 0.32s ease,
    border-color 0.32s ease,
    box-shadow 0.32s ease,
    background 0.32s ease;
}

.contacts-social a:hover {
  border-color: rgba(201, 155, 91, 0.36);
  background: rgba(229, 200, 148, 0.14);
  box-shadow: 0 12px 24px rgba(201, 155, 91, 0.14);
  transform: translateY(-2px);
}

.contacts-social svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contacts-social a:first-child svg,
.contacts-social a:last-child svg {
  fill: currentColor;
  stroke: none;
}

.contact-actions {
  display: grid;
  gap: 9px;
  padding-top: 2px;
}

.contact-actions .button {
  width: 100%;
}

.booking-cta--contacts {
  width: 100%;
}

.booking-cta--contacts .booking-cta__main {
  width: 100%;
}

.booking-cta--contacts .booking-cta__channels {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 8px);
  z-index: 6;
  justify-content: space-between;
  padding: 8px;
  border-radius: 999px;
  background: rgba(255, 252, 247, 0.86);
  box-shadow: 0 18px 42px rgba(91, 72, 51, 0.12);
  backdrop-filter: blur(14px);
  transform: translateY(-8px) scale(0.98);
}

.booking-cta--contacts.is-open .booking-cta__channels,
.booking-cta--contacts:focus-within .booking-cta__channels {
  transform: translateY(0) scale(1);
}

.booking-cta--contacts .booking-cta__channel {
  flex: 1;
  min-height: 44px;
  padding: 11px 12px;
}

.footer {
  padding: 34px 0 42px;
  border-top: 1px solid rgba(201, 155, 91, 0.18);
  background:
    radial-gradient(circle at 86% 12%, rgba(229, 200, 148, 0.18), transparent 18rem),
    radial-gradient(circle at 8% 0, rgba(255, 252, 247, 0.72), transparent 16rem),
    linear-gradient(180deg, rgba(255, 252, 247, 0.68), rgba(247, 241, 234, 0.42));
  color: var(--color-muted);
}

.footer__inner,
.footer nav {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer nav a {
  max-width: 260px;
  font-size: 0.86rem;
  line-height: 1.28;
  text-align: left;
}

.footer__logo {
  width: 154px;
  max-height: 58px;
  object-fit: contain;
  object-position: left center;
}

.footer__meta {
  display: grid;
  gap: 4px;
  color: var(--color-text);
}

.footer__meta strong {
  color: #000;
  font-size: 0.96rem;
  font-weight: 400;
}

.footer__meta span {
  color: #000;
  font-size: 0.92rem;
}

.footer__meta p {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #000;
  font-size: 0.88rem;
}

.footer__meta p svg {
  color: #000;
  flex: 0 0 auto;
}

.footer__mobile-note {
  display: none;
}

.footer__author-note {
  color: #b98232;
  font-size: 0.78rem;
}

.footer__author-note a {
  color: inherit;
  text-decoration: none;
  transition: color 0.22s ease, opacity 0.22s ease;
}

.footer__author-note a:hover,
.footer__author-note a:focus-visible {
  color: #9d6828;
  opacity: 0.94;
}

.page-hero {
  padding: 68px 0 44px;
}

.faq-hero {
  padding: 40px 0 18px;
}

.faq-hero + .section {
  padding-top: 24px;
}

.page-hero h1 {
  max-width: 13ch;
  font-size: clamp(2.65rem, 8vw, 4.7rem);
}

.faq-hero h1 {
  color: var(--color-gold);
  background: linear-gradient(135deg, #b98232 0%, #c99b5b 48%, #e5c894 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page-hero__grid {
  display: grid;
  gap: 26px;
  align-items: center;
}

.page-hero p {
  max-width: 710px;
  margin: 20px 0 26px;
  color: var(--color-muted);
  font-size: 1.08rem;
}

.page-hero__art {
  min-height: 250px;
  display: grid;
  place-content: center;
  gap: 12px;
  border-radius: var(--radius-lg);
  color: var(--color-gold);
  background:
    radial-gradient(circle at 70% 20%, rgba(229, 200, 148, 0.56), transparent 14rem),
    linear-gradient(135deg, rgba(255, 252, 247, 0.84), rgba(255, 255, 255, 0.48));
  box-shadow: var(--shadow-card);
  text-align: center;
}

.page-hero__art span {
  color: var(--color-muted);
}

.training-hero .page-hero__grid {
  align-items: start;
}

.training-hero h1 {
  max-width: 13.8ch;
  font-size: clamp(2.35rem, 5.8vw, 3.82rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.training-hero__nowrap {
  white-space: normal;
}

.training-hero .page-hero__art {
  justify-items: center;
  align-content: center;
  text-align: center;
}

.training-hero .page-hero__art svg {
  color: var(--color-gold);
  filter: drop-shadow(0 10px 22px rgba(201, 155, 91, 0.18));
}

.booking-cta--training-hero,
.booking-cta--training-final {
  flex-wrap: nowrap;
}

.booking-cta--training-hero .booking-cta__channels,
.booking-cta--training-final .booking-cta__channels {
  position: absolute;
  left: calc(100% + 12px);
  top: 50%;
  width: max-content;
  transform: translate(-8px, -50%) scale(0.98);
}

.booking-cta--training-hero.is-open .booking-cta__channels,
.booking-cta--training-hero:focus-within .booking-cta__channels,
.booking-cta--training-final.is-open .booking-cta__channels,
.booking-cta--training-final:focus-within .booking-cta__channels {
  transform: translate(0, -50%) scale(1);
}

.page-hero__compact {
  max-width: 780px;
}

.faq-hero .page-hero__compact {
  position: relative;
  padding: 10px 0 0;
}

.faq-hero .page-hero__compact::before {
  content: '';
  width: 220px;
  height: 220px;
  position: absolute;
  left: -76px;
  top: -46px;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(229, 200, 148, 0.2), transparent 68%);
  filter: blur(6px);
}

.format-card {
  min-height: 210px;
  padding: 22px;
  border-radius: var(--radius-lg);
}

.format-card > span {
  color: var(--color-gold);
  font-weight: 700;
}

.program-grid {
  display: grid;
  gap: 14px;
}

.program-card {
  padding: 24px;
  border-radius: var(--radius-lg);
}

.program-card ul {
  columns: 1;
  padding-left: 18px;
  margin: 20px 0 0;
}

.program-card li {
  margin-bottom: 10px;
}

.benefit-cloud {
  margin: 0;
}

.benefit-cloud svg {
  color: var(--color-gold);
  flex: 0 0 auto;
}

.training-benefits .section-title {
  max-width: none;
  margin-bottom: 14px;
}

.training-benefits .section-title h2 {
  font-size: clamp(1.95rem, 5.1vw, 3.62rem);
  white-space: normal;
}

.final-cta {
  display: grid;
  justify-items: start;
  gap: 14px;
  padding: 30px;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(255, 252, 247, 0.9), rgba(229, 200, 148, 0.3)),
    radial-gradient(circle at 88% 20%, rgba(201, 155, 91, 0.18), transparent 16rem);
}

.final-cta h2 {
  max-width: none;
}

.training-final-cta h2 {
  font-size: clamp(2rem, 5.4vw, 3.75rem);
  white-space: normal;
}

.faq-page-grid {
  position: relative;
}

.faq-page-grid::before {
  content: '';
  position: absolute;
  inset: -34px -18px 12%;
  z-index: -1;
  border-radius: 42px;
  background:
    radial-gradient(circle at 12% 8%, rgba(229, 200, 148, 0.22), transparent 21rem),
    radial-gradient(circle at 94% 38%, rgba(201, 155, 91, 0.12), transparent 24rem),
    linear-gradient(180deg, rgba(255, 252, 247, 0.42), rgba(247, 241, 234, 0));
  filter: blur(0.2px);
}

.faq-page-grid {
  display: grid;
  gap: 34px;
}

.faq-group .section-title {
  margin-bottom: 16px;
}

  .accordion-list {
  display: grid;
  gap: 10px;
}

details {
  border: 1px solid var(--color-line);
  border-radius: var(--radius-sm);
  background:
    linear-gradient(145deg, rgba(255, 252, 247, 0.78), rgba(255, 255, 255, 0.48)),
    radial-gradient(circle at 96% 0, rgba(229, 200, 148, 0.16), transparent 11rem);
  box-shadow: 0 14px 36px rgba(91, 72, 51, 0.065);
  overflow: hidden;
}

summary {
  cursor: pointer;
  padding: 18px 20px;
  color: rgba(47, 44, 42, 0.92);
  font-weight: 700;
  line-height: 1.32;
}

details p {
  padding: 0 20px 22px;
  color: #a77d45;
  font-size: 1.01rem;
  line-height: 1.72;
}

details[open] {
  border-color: rgba(201, 155, 91, 0.38);
  box-shadow: 0 20px 48px rgba(91, 72, 51, 0.09), 0 0 34px rgba(229, 200, 148, 0.18);
}

.faq-question-cta {
  flex-wrap: nowrap;
}

.faq-question-cta .booking-cta__main {
  min-width: 244px;
}

.faq-question-cta .booking-cta__channels {
  width: max-content;
}

.legal-page {
  position: relative;
  width: 100%;
  min-width: 0;
  overflow-x: clip;
  overflow-y: hidden;
  padding: clamp(112px, 13vw, 170px) 0 76px;
}

.legal-page .container {
  width: min(100% - 32px, 1180px);
  min-width: 0;
  margin-inline: auto;
}

.legal-page::before,
.legal-page::after {
  content: '✦';
  position: absolute;
  z-index: 0;
  color: var(--color-gold);
  font-family: var(--font-heading);
  pointer-events: none;
  animation: legal-star-pulse 8s ease-in-out infinite;
}

.legal-page::before {
  left: 7%;
  top: 120px;
  font-size: 24px;
  opacity: 0.14;
}

.legal-page::after {
  right: 8%;
  bottom: 90px;
  font-size: 18px;
  opacity: 0.1;
  animation-delay: 2.4s;
}

.legal-card {
  width: 100%;
  max-width: none;
  min-width: 0;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: clamp(24px, 5vw, 64px);
  overflow-wrap: anywhere;
  word-break: normal;
  border: 1px solid rgba(201, 155, 91, 0.24);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 8% 0, rgba(229, 200, 148, 0.22), transparent 24rem),
    radial-gradient(circle at 96% 12%, rgba(255, 252, 247, 0.9), transparent 20rem),
    linear-gradient(145deg, rgba(255, 252, 247, 0.92), rgba(229, 200, 148, 0.16));
  box-shadow: 0 24px 70px rgba(91, 72, 51, 0.11), inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.legal-card::before,
.legal-card::after {
  content: '✦';
  position: absolute;
  color: var(--color-gold);
  font-family: var(--font-heading);
  pointer-events: none;
  animation: legal-star-pulse 9s ease-in-out infinite;
}

.legal-card::before {
  right: 34px;
  top: 30px;
  font-size: 22px;
  opacity: 0.14;
}

.legal-card::after {
  right: 12%;
  bottom: 42px;
  font-size: 14px;
  opacity: 0.1;
  animation-delay: 3s;
}

.legal-card h1 {
  max-width: 100%;
  margin-bottom: 24px;
  color: var(--color-gold);
  background: linear-gradient(135deg, #b98232 0%, #c99b5b 46%, #e5c894 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: clamp(32px, 6vw, 76px);
  line-height: 0.98;
  letter-spacing: -0.03em;
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
  -webkit-text-fill-color: transparent;
}

.legal-card h2 {
  max-width: 100%;
  margin-top: 28px;
  color: rgba(47, 44, 42, 0.9);
  font-size: 1.55rem;
  overflow-wrap: anywhere;
  word-break: normal;
}

.legal-card p {
  width: 100%;
  max-width: 900px;
  min-width: 0;
  margin-top: 12px;
  color: var(--color-muted);
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.65;
  overflow-wrap: anywhere;
  word-break: normal;
}

.legal-card ul,
.legal-card ol {
  max-width: 900px;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: normal;
}

.legal-card li {
  max-width: 100%;
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.65;
  overflow-wrap: anywhere;
  word-break: normal;
}

.legal-card .button {
  max-width: 100%;
  white-space: normal;
}

@media (max-width: 480px) {
  .legal-page {
    padding-top: 104px;
    padding-bottom: 48px;
  }

  .legal-page .container {
    width: min(100% - 32px, 1180px);
  }

  .legal-card {
    border-radius: 28px;
    padding: 24px 18px;
  }

  .legal-card h1 {
    margin-bottom: 18px;
    font-size: clamp(34px, 10.5vw, 48px);
    line-height: 1.02;
    letter-spacing: -0.025em;
  }

  .legal-card h2 {
    margin-top: 24px;
    font-size: clamp(1.18rem, 5.2vw, 1.42rem);
    line-height: 1.16;
  }

  .legal-card ul,
  .legal-card ol {
    padding-inline-start: 20px;
  }
}

@media (min-width: 560px) {
  .hero-actions .button:first-child,
  .contact-actions .button {
    width: auto;
  }

  .price-row {
    grid-template-columns: 1fr auto;
    align-items: center;
  }

  .horizontal-scroller {
    grid-auto-columns: minmax(300px, 42%);
  }

  .about-certificates {
    grid-auto-columns: minmax(220px, 34%);
  }
}

@media (min-width: 820px) {
  .header__nav,
  .header__actions .button {
    display: flex;
  }

  .header__menu {
    display: none;
  }

  .training-preview__grid,
  .contacts-grid,
  .page-hero__grid {
    grid-template-columns: 1fr 0.84fr;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(460px, 0.9fr);
  }

  .training-hero__nowrap,
  .results-title h2,
  .training-benefits .section-title h2,
  .training-final-cta h2 {
    white-space: nowrap;
  }

  .results-title h2 {
    flex-wrap: nowrap;
    font-size: clamp(2.35rem, 6.4vw, 4.2rem);
  }

  .hero-art {
    min-height: 640px;
    margin-top: 0;
    margin-right: 0;
  }

  .hero-model-wrap {
    width: min(34vw, 420px);
    right: 13%;
    bottom: 0;
  }

  .hero-orb-main {
    width: min(42vw, 520px);
    height: min(42vw, 520px);
    right: 20px;
    top: 40px;
  }

  .hero-orbit {
    width: min(45vw, 560px);
    height: min(29vw, 360px);
    right: -2px;
    top: 170px;
  }

  .hero-soft-shape-one {
    width: min(32vw, 400px);
    height: min(15vw, 190px);
  }

  .hero-soft-shape-two {
    width: min(23vw, 280px);
    height: min(12vw, 150px);
  }

  .section {
    padding: 68px 0;
  }

  .services-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .service-card:nth-child(2),
  .service-card:nth-child(4) {
    transform: translateY(22px);
  }

  .price-card {
    padding: 24px;
  }

  .steps {
    grid-template-columns: repeat(6, 1fr);
  }

  .step-card {
    grid-template-columns: 1fr;
    align-content: start;
    border-top: 0;
    border-left: 1px solid var(--color-line);
  }

  .horizontal-scroller {
    grid-auto-columns: minmax(300px, 31%);
  }

  .about-section__grid {
    grid-template-columns: minmax(280px, 0.48fr) minmax(0, 1fr);
    align-items: start;
    gap: clamp(34px, 5vw, 72px);
  }

  .about-section__media {
    align-content: start;
  }

  .about-section__media .section-title {
    transform: translateY(-12px);
  }

  .about-section__photo {
    width: 100%;
    max-width: 390px;
  }

  .about-section__text {
    max-width: 760px;
    font-size: 1.05rem;
  }

  .about-trust {
    max-width: 820px;
  }

  .about-trust__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .about-trust__list span {
    border-radius: 18px;
  }

  .about-certificates {
    grid-auto-columns: minmax(220px, 23%);
    max-width: none;
    overflow-y: visible;
    padding: 8px 18px 22px 4px;
  }

  .results-scroller {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-auto-flow: row;
    gap: 10px;
    overflow: visible;
    padding-right: 0;
  }

  .results-scroller .result-card {
    grid-column: span 2;
    aspect-ratio: 4 / 5;
    height: auto;
    margin: 0;
  }

  .results-scroller .result-card:nth-child(1) {
    grid-column: 1 / span 2;
    transform: none;
  }

  .results-scroller .result-card:nth-child(2) {
    grid-column: 3 / span 2;
    height: auto;
    transform: none;
  }

  .results-scroller .result-card:nth-child(3) {
    grid-column: 5 / span 2;
    transform: none;
  }

  .results-scroller .result-card:nth-child(4) {
    grid-column: 2 / span 2;
    height: auto;
    transform: none;
  }

  .results-scroller .result-card:nth-child(5) {
    grid-column: 4 / span 2;
    height: auto;
    transform: none;
  }

  .results-scroller .result-card:nth-child(6) {
    grid-column: auto;
    height: 330px;
    transform: translateY(-4px);
  }

  .reviews-scroller {
    grid-auto-columns: minmax(330px, 34%);
    gap: 18px;
    padding: 10px 9vw 28px 4px;
    overflow-y: visible;
  }

  .format-grid {
    grid-template-columns: repeat(3, 1fr);
  }

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

  .program-card ul {
    columns: 2;
  }

  .footer__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .footer nav {
    flex-direction: row;
  }
}

@media (min-width: 1024px) {
  .booking-cta--header {
    display: inline-flex;
  }

  .booking-cta--header .booking-cta__main {
    min-height: 58px;
    padding: 16px 28px;
  }

  .booking-cta--header .booking-cta__channels {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    padding: 8px;
    border-radius: 999px;
    background: rgba(255, 252, 247, 0.76);
    box-shadow: 0 18px 46px rgba(91, 72, 51, 0.12);
    backdrop-filter: blur(14px);
    transform: translateY(-8px) scale(0.98);
  }

  .booking-cta--header.is-open .booking-cta__channels,
  .booking-cta--header:focus-within .booking-cta__channels {
    transform: translateY(0) scale(1);
  }

  .brand-mark {
    width: 308px;
    min-width: 285px;
  }

  .header-logo-image {
    width: 308px;
    max-height: 74px;
  }

  .hero-section {
    min-height: auto;
    padding-bottom: 34px;
  }

  .hero-grid {
    min-height: auto;
    align-items: start;
    padding-top: 16px;
    padding-bottom: 30px;
  }

  .hero-copy {
    margin-top: 18px;
  }

  .hero-title--mobile,
  .hero-lead--mobile {
    display: none;
  }

  .hero-title--desktop {
    display: block;
  }

  .hero-title {
    max-width: 650px;
    margin-bottom: 22px;
    color: var(--color-gold);
    background: linear-gradient(135deg, #b98232 0%, #c99b5b 45%, #e5c894 100%);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: clamp(3.15rem, 3.85vw, 3.65rem);
    letter-spacing: -0.025em;
    line-height: 1.02;
    -webkit-text-fill-color: transparent;
  }

  .hero-lead--desktop {
    display: block;
    max-width: 610px;
    color: #4f4a45;
    font-size: 1.16rem;
    font-weight: 560;
    line-height: 1.58;
  }

  .hero-actions {
    margin-top: 30px;
    align-items: center;
  }

  .hero-benefits {
    width: fit-content;
    display: grid;
    grid-template-columns: max-content max-content;
    gap: 8px 9px;
    margin-top: 24px;
  }

  .hero-benefits li {
    justify-content: center;
    padding: 9px 14px;
  }

  .hero-shine-wrap {
    width: min(92%, 580px);
    display: block;
    margin-top: 14px;
    margin-bottom: 0;
    transform-origin: left top;
  }

  .hero-shine-image {
    transform: translateX(-20px);
  }

  .hero-model-wrap {
    width: 430px;
    bottom: 8px;
  }

  .hero-art {
    min-height: 540px;
    margin-top: -22px;
  }

  .hero-orb-main {
    top: -18px;
  }

  .hero-orbit {
    top: 110px;
  }

  .hero-soft-shape-one {
    bottom: 70px;
  }

  .hero-soft-shape-two {
    bottom: 150px;
  }

  .hero-sparkle {
    top: 34%;
  }

  .services-grid {
    gap: 18px;
  }

  .service-card {
    min-height: 232px;
    padding: 24px;
  }

  .price-section {
    padding-bottom: 34px;
  }

  .price-card {
    position: relative;
    z-index: 3;
    padding: 24px 24px 20px;
  }

  .gift-section {
    z-index: 1;
    margin-top: -58px;
    padding-top: 0;
    padding-bottom: 54px;
  }

  .gift-card {
    min-height: 320px;
    padding: 46px 48px 48px;
    border-radius: 34px;
  }

  .gift-card__content {
    margin-top: 2px;
  }

  .procedure-section {
    padding-top: 58px;
  }

  .procedure-section .section-title {
    margin-bottom: 34px;
  }

  .steps {
    position: relative;
    gap: 16px;
    padding-top: 44px;
  }

  .procedure-timeline {
    position: absolute;
    left: 10%;
    right: 10%;
    top: 22px;
    height: 18px;
    pointer-events: none;
  }

  .procedure-timeline::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 8px;
    height: 1px;
    background: rgba(201, 155, 91, 0.18);
  }

  .procedure-timeline__line,
  .procedure-timeline__glow {
    position: absolute;
    left: 0;
    top: 8px;
    display: block;
    width: 100%;
    height: 1px;
    transform-origin: left center;
  }

  .procedure-timeline__line {
    background: rgba(201, 155, 91, 0.74);
    box-shadow: 0 0 18px rgba(201, 155, 91, 0.24);
  }

  .procedure-timeline__line::after {
    content: '';
    position: absolute;
    inset: -5px 0;
    background: rgba(229, 200, 148, 0.22);
    filter: blur(8px);
  }

  .procedure-timeline__glow {
    width: 26px;
    height: 1px;
    background: rgba(255, 252, 247, 0.92);
    box-shadow: 0 0 16px rgba(229, 200, 148, 0.75);
  }

  .step-card {
    position: relative;
    min-height: 230px;
    padding: 30px 18px 18px;
    border-left-color: rgba(201, 155, 91, 0.1);
  }

  .step-card__marker {
    min-height: 38px;
    margin-bottom: 12px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
  }

  .step-card__node {
    position: absolute;
    top: -27px;
    left: calc(50% - 5px);
    z-index: 2;
  }

  .step-card__number {
    line-height: 1;
  }

  .step-card__content {
    text-align: left;
  }

  .training-preview__grid {
    align-items: start;
    gap: 42px;
  }

  .training-preview__intro .section-title {
    position: relative;
    z-index: 1;
  }

  .training-preview__botanical {
    display: block;
    width: min(36vw, 440px);
    left: -46px;
    top: 124px;
  }

  .training-preview__card .training-preview__cta,
  .faq-preview__button {
    box-shadow: 0 18px 44px rgba(185, 130, 50, 0.25);
  }

  .faq-preview__scroller {
    grid-auto-columns: 360px;
    gap: 18px;
    padding: 8px 18px 24px 4px;
    overflow-y: visible;
  }

  .faq-mini-card button {
    min-height: 250px;
  }

  .faq-preview__action {
    margin-top: 18px;
  }

  .faq-preview__button {
    min-width: 260px;
  }

  .contacts-grid {
    grid-template-columns: minmax(0, 0.84fr) minmax(420px, 0.64fr);
    align-items: stretch;
    gap: 46px;
  }

  .contacts-intro {
    max-width: 520px;
    min-height: 100%;
    padding-top: 0;
  }

  .contacts-intro .section-title {
    margin-bottom: 0;
  }

  .contacts-intro .section-title h2 {
    line-height: 0.98;
  }

  .booking-cta--contacts-intro {
    margin-top: auto;
    display: inline-flex;
  }

  .booking-cta--contacts-intro .booking-cta__channels {
    position: absolute;
    left: calc(100% + 12px);
    top: 50%;
    width: max-content;
    transform: translate(-8px, -50%) scale(0.98);
  }

  .booking-cta--contacts-intro.is-open .booking-cta__channels,
  .booking-cta--contacts-intro:focus-within .booking-cta__channels {
    transform: translate(0, -50%) scale(1);
  }

  .contacts-card {
    max-width: 500px;
    width: 100%;
    justify-self: end;
    padding: 22px 24px;
    border-color: rgba(201, 155, 91, 0.12);
    box-shadow: 0 14px 36px rgba(91, 72, 51, 0.075);
  }

  .contacts-list div {
    grid-template-columns: 22px 92px 1fr;
    padding: 9px 0;
  }

  .contact-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .contact-actions > .button,
  .booking-cta--contacts,
  .booking-cta--contacts .booking-cta__main {
    width: 100%;
  }

  .contact-actions > .button {
    min-height: 50px;
    padding: 14px 20px;
  }

  .booking-cta--contacts {
    display: flex;
  }

  .booking-cta--contacts .booking-cta__channels {
    width: 100%;
    justify-content: space-between;
  }

  .booking-cta--contacts .booking-cta__channel {
    flex: 1;
  }

  .footer__inner {
    display: grid;
    grid-template-columns: minmax(170px, 0.62fr) minmax(210px, 0.58fr) minmax(520px, 1.35fr);
    align-items: center;
    gap: 34px;
  }

  .footer nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(140px, 1fr));
    align-items: start;
    gap: 16px;
    text-align: left;
  }

  .footer nav a {
    width: 100%;
    max-width: none;
  }

  .footer__logo {
    width: 176px;
  }
}

@media (max-width: 819px) {
  html,
  body,
  #root {
    max-width: 100%;
    overflow-x: hidden;
  }

  .container {
    width: min(100% - 28px, var(--container));
  }

  .section {
    padding: 46px 0;
  }

  h1 {
    font-size: clamp(2.45rem, 12vw, 3.55rem);
  }

  h2 {
    font-size: clamp(2.05rem, 10vw, 3.05rem);
  }

  .header {
    width: min(100% - 20px, 1280px);
    min-height: 56px;
    top: 10px;
    z-index: 40;
    margin-top: 10px;
    gap: 6px;
    display: grid;
    grid-template-columns: minmax(108px, 1fr) auto minmax(42px, 1fr);
    padding: 7px 9px 7px 14px;
    border-color: rgba(201, 155, 91, 0.2);
    background: rgba(255, 252, 247, 0.78);
    box-shadow: 0 16px 44px rgba(94, 68, 40, 0.08);
    backdrop-filter: blur(16px);
  }

  .brand-mark {
    min-width: 0;
  }

  .header-logo-image {
    width: clamp(112px, 31vw, 138px);
    max-height: 40px;
  }

  .header__actions {
    display: contents;
  }

  .header__menu {
    width: 40px;
    height: 40px;
    justify-self: end;
    border-color: rgba(201, 155, 91, 0.28);
    color: var(--color-gold-deep);
    background:
      linear-gradient(145deg, rgba(255, 252, 247, 0.92), rgba(229, 200, 148, 0.16)),
      rgba(255, 252, 247, 0.74);
    box-shadow: 0 10px 28px rgba(91, 72, 51, 0.08);
  }

  .mobile-header-booking {
    position: relative;
    justify-self: center;
    display: inline-flex;
    align-items: center;
    z-index: 42;
  }

  .mobile-header-booking__main {
    display: inline-flex !important;
    min-height: 40px;
    padding: 11px 15px;
    font-size: 0.82rem;
  }

  .mobile-header-booking.is-open .mobile-header-booking__main {
    display: none !important;
  }

  .mobile-header-booking__channels {
    position: static;
    display: grid;
    grid-template-columns: repeat(3, minmax(42px, 1fr));
    gap: 5px;
    width: min(42vw, 160px);
    padding: 0;
    border: 1px solid rgba(201, 155, 91, 0.2);
    border-radius: 999px;
    background: rgba(255, 252, 247, 0.68);
    box-shadow: 0 10px 26px rgba(91, 72, 51, 0.1);
    backdrop-filter: blur(16px);
    opacity: 0;
    pointer-events: none;
    max-width: 0;
    overflow: hidden;
    transform: scale(0.96);
    transition:
      opacity 0.3s ease,
      transform 0.34s cubic-bezier(0.22, 1, 0.36, 1),
      max-width 0.34s cubic-bezier(0.22, 1, 0.36, 1),
      padding 0.34s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .mobile-header-booking.is-open .mobile-header-booking__channels {
    max-width: 160px;
    padding: 5px;
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
  }

  .mobile-header-booking__channels a {
    min-height: 30px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    color: #765126;
    background: rgba(229, 200, 148, 0.18);
    font-size: 0.64rem;
    font-weight: 700;
  }

  .mobile-menu {
    inset: 10px 10px auto 10px;
    width: auto;
    max-height: calc(100svh - 98px);
    z-index: 39;
    gap: 12px;
    overflow-y: auto;
    padding: 70px 14px 16px;
    border: 1px solid rgba(201, 155, 91, 0.2);
    border-radius: 30px;
    background:
      radial-gradient(circle at 88% 0, rgba(229, 200, 148, 0.28), transparent 14rem),
      linear-gradient(145deg, rgba(255, 252, 247, 0.96), rgba(247, 241, 234, 0.92));
    box-shadow: 0 24px 70px rgba(91, 72, 51, 0.16);
    backdrop-filter: blur(20px);
    transform: translate3d(0, -10px, 0) scale(0.985);
  }

  .mobile-menu.is-open {
    transform: translate3d(0, 0, 0) scale(1);
  }

  .mobile-menu__close {
    display: none;
  }

  .mobile-menu__nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    font-size: 1.12rem;
    line-height: 1.05;
  }

  .mobile-menu__nav a {
    min-height: 42px;
    display: grid;
    place-items: center;
    padding: 10px 8px;
    border-radius: 999px;
    color: rgba(47, 44, 42, 0.86);
    background: rgba(255, 252, 247, 0.54);
    box-shadow: 0 0 18px rgba(229, 200, 148, 0.2);
    opacity: 0;
    transform: translateY(-4px);
    transition:
      opacity 0.36s ease,
      transform 0.36s cubic-bezier(0.22, 1, 0.36, 1),
      background 0.28s ease,
      color 0.75s ease,
      box-shadow 0.75s ease;
  }

  .mobile-menu.is-open .mobile-menu__nav a {
    color: rgba(47, 44, 42, 0.9);
    opacity: 1;
    transform: translateY(0);
    box-shadow: 0 0 0 rgba(229, 200, 148, 0);
  }

  .mobile-menu.is-open .mobile-menu__nav a:nth-child(2) {
    transition-delay: 0.04s;
  }

  .mobile-menu.is-open .mobile-menu__nav a:nth-child(3) {
    transition-delay: 0.08s;
  }

  .mobile-menu.is-open .mobile-menu__nav a:nth-child(4) {
    transition-delay: 0.12s;
  }

  .mobile-menu.is-open .mobile-menu__nav a:nth-child(5) {
    transition-delay: 0.16s;
  }

  .mobile-menu.is-open .mobile-menu__nav a:nth-child(6) {
    transition-delay: 0.2s;
  }

  .mobile-menu__nav a:active,
  .mobile-menu__nav a:hover {
    color: var(--color-gold-deep);
    background: rgba(229, 200, 148, 0.13);
  }

  .mobile-menu__booking {
    display: none;
  }

  .mobile-menu__booking-main {
    width: 100%;
  }

  .mobile-menu__channels {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
    opacity: 0;
    pointer-events: none;
    max-height: 0;
    transform: translateY(-8px);
    transition:
      opacity 0.3s ease,
      transform 0.34s cubic-bezier(0.22, 1, 0.36, 1),
      max-height 0.34s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .mobile-menu__booking.is-open .mobile-menu__channels {
    max-height: 64px;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-menu__channels a {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 1px solid rgba(201, 155, 91, 0.28);
    border-radius: 999px;
    color: #765126;
    background: rgba(255, 252, 247, 0.72);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
    font-size: 0.72rem;
    font-weight: 700;
  }

  .mobile-menu__channels svg {
    width: 15px;
    height: 15px;
    flex: 0 0 auto;
    fill: currentColor;
    stroke: none;
  }

  .mobile-menu__channels a:nth-child(2) svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .hero-section {
    min-height: auto;
    padding: 4px 0 40px;
  }

  .hero-grid {
    width: min(100% - 28px, 1280px);
    min-height: auto;
    grid-template-columns: minmax(0, 1fr) minmax(150px, 0.82fr);
    align-items: start;
    gap: 8px 10px;
    padding: 24px 0 0;
    position: relative;
  }

  .hero-copy {
    max-width: none;
    display: contents;
  }

  .hero-grid::before {
    content: '';
    position: absolute;
    left: 28%;
    right: 28%;
    top: 0;
    bottom: 42%;
    z-index: 3;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(247, 241, 234, 0.88), rgba(247, 241, 234, 0));
  }

  .hero-copy-content {
    display: contents;
  }

  .hero-title,
  .hero-lead {
    grid-column: 1;
    z-index: 4;
  }

  .hero-title--mobile,
  .hero-lead--mobile {
    display: none;
  }

  .hero-title--desktop,
  .hero-lead--desktop {
    display: block;
  }

  .hero-title {
    max-width: 9ch;
    margin: 14px 0 12px;
    color: var(--color-gold);
    background: linear-gradient(135deg, #b98232 0%, #c99b5b 45%, #e5c894 100%);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: clamp(2.18rem, 9.4vw, 2.92rem);
    letter-spacing: -0.024em;
    line-height: 0.98;
    -webkit-text-fill-color: transparent;
  }

  .hero-lead {
    max-width: 25ch;
    color: #4f4a45;
    font-size: 0.92rem;
    font-weight: 530;
    line-height: 1.42;
  }

  .hero-shine-wrap {
    grid-column: 1 / -1;
    width: min(92%, 360px);
    position: relative;
    z-index: 0;
    display: block;
    margin: 8px 0 0;
    transform-origin: left top;
  }

  .hero-shine-image {
    transform: translateX(-18px);
  }

  .hero-actions {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 18px;
    z-index: 5;
  }

  .hero-actions .booking-cta {
    display: none;
  }

  .hero-mobile-contact {
    display: inline-flex;
    grid-column: 1 / -1;
    color: #fffdf9;
    background: linear-gradient(135deg, #b98232 0%, #d8aa61 48%, #e6c686 100%);
    box-shadow: 0 18px 44px rgba(185, 130, 50, 0.25);
  }

  .hero-actions .booking-cta__main,
  .hero-actions > .button {
    width: 100%;
    min-height: 52px;
    padding: 14px 18px;
  }

  .hero-actions .button__icon svg {
    animation: mobile-icon-nudge 3.2s ease-in-out infinite;
  }

  .hero-actions .booking-cta__channels {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero-benefits {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    margin-top: 10px;
    padding: 9px;
    border: 1px solid rgba(201, 155, 91, 0.16);
    border-radius: 24px;
    background: rgba(255, 252, 247, 0.58);
    box-shadow: 0 12px 34px rgba(91, 72, 51, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.72);
  }

  .hero-benefits li {
    width: 100%;
    justify-content: flex-start;
    padding: 9px 12px;
    border-color: rgba(201, 155, 91, 0.18);
    background: rgba(255, 252, 247, 0.62);
    font-size: 0.84rem;
    box-shadow: 0 8px 22px rgba(201, 155, 91, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.72);
  }

  .hero-benefits li:nth-child(1),
  .hero-benefits li:nth-child(3) {
    grid-column: 1 / -1;
  }

  .hero-benefits li:nth-child(2) {
    order: 3;
  }

  .hero-benefits li:nth-child(3) {
    order: 2;
    font-size: 0;
  }

  .hero-benefits li:nth-child(3)::after {
    content: 'Предварительная запись';
    font-size: 0.84rem;
  }

  .hero-benefits li:nth-child(4) {
    order: 4;
  }

  .hero-scroll-cue {
    grid-column: 1 / -1;
    z-index: 5;
    display: grid;
    justify-items: center;
    gap: 6px;
    width: fit-content;
    margin: 4px auto 0;
    color: rgba(118, 81, 38, 0.72);
    font-size: 0.74rem;
    font-weight: 700;
    text-transform: lowercase;
  }

  .hero-scroll-cue span {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(201, 155, 91, 0.28);
    border-radius: 50%;
    background:
      linear-gradient(145deg, rgba(255, 252, 247, 0.86), rgba(229, 200, 148, 0.2)),
      rgba(255, 252, 247, 0.72);
    box-shadow: 0 12px 30px rgba(201, 155, 91, 0.14);
    animation: mobile-cue-float 2.8s ease-in-out infinite;
  }

  .hero-art {
    grid-column: 2;
    grid-row: 1 / span 2;
    min-height: 342px;
    margin: 0 -12px 0 -36px;
    overflow: hidden;
    align-self: start;
    z-index: 2;
  }

  .hero-visual {
    min-height: 330px;
  }

  .hero-orb-main {
    width: min(68vw, 270px);
    height: min(68vw, 270px);
    right: -32px;
    top: 24px;
  }

  .hero-orbit {
    width: min(72vw, 300px);
    height: min(46vw, 190px);
    right: -44px;
    top: 118px;
  }

  .hero-soft-shape-one {
    width: min(56vw, 230px);
    height: min(25vw, 98px);
    right: -16px;
    bottom: 54px;
  }

  .hero-soft-shape-two {
    width: min(44vw, 170px);
    height: min(22vw, 82px);
    left: -8px;
    bottom: 120px;
  }

  .hero-sparkle {
    left: 0;
    top: 38%;
  }

  .hero-model-wrap {
    width: min(58vw, 244px);
    right: 4%;
    bottom: 0;
  }

  .hero-model {
    max-height: 320px;
    transform: translateY(10px);
  }

  #services {
    padding-top: 28px;
    scroll-margin-top: 88px;
  }

  .section-title {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .section-title p {
    font-size: 0.98rem;
    line-height: 1.5;
    max-width: 24ch;
  }

  .services-grid {
    gap: 8px;
  }

  .service-card {
    min-height: auto;
    padding: 18px;
    border-radius: 24px;
    opacity: 0.76;
    filter: blur(1px);
    transform: scale(0.975);
    background:
      linear-gradient(145deg, rgba(255, 252, 247, 0.82), rgba(229, 200, 148, 0.16)),
      rgba(255, 252, 247, 0.68);
    max-width: min(100%, 344px);
    margin-inline: auto;
  }

  .service-card:nth-child(1),
  .service-card:nth-child(2) {
    min-height: 218px;
    background:
      radial-gradient(circle at 82% 8%, rgba(229, 200, 148, 0.24), transparent 10rem),
      linear-gradient(145deg, rgba(255, 252, 247, 0.86), rgba(255, 255, 255, 0.54));
  }

  .service-card:nth-child(3),
  .service-card:nth-child(4),
  .service-card:nth-child(5) {
    min-height: 170px;
  }

  .service-card:nth-child(6) {
    min-height: 190px;
    background:
      linear-gradient(145deg, rgba(229, 200, 148, 0.24), rgba(255, 252, 247, 0.84)),
      rgba(255, 252, 247, 0.72);
  }

  .service-card__icon {
    width: 46px;
    height: 40px;
  }

  .service-card h3,
  .format-card h3 {
    color: var(--color-gold-deep);
    margin-top: 22px;
  }

  .service-card p {
    font-size: 0.95rem;
    line-height: 1.55;
  }

  .service-card__icon svg {
    animation: mobile-icon-orbit 3.8s ease-in-out infinite;
  }

  .service-card:nth-child(2) .service-card__icon svg,
  .service-card:nth-child(5) .service-card__icon svg {
    animation-delay: 0.8s;
  }

  @supports (animation-timeline: view()) {
    .service-card,
    .price-card,
    .gift-card {
      animation: mobile-card-focus both;
      animation-timeline: view();
      animation-range: entry 8% exit 92%;
    }
  }

  .price-section {
    padding-bottom: 22px;
  }

  .gift-section {
    margin-top: -24px;
    padding-top: 0;
  }

  .gift-card {
    width: min(100%, 350px);
    min-height: 276px;
    margin-inline: auto;
    padding: 28px 24px 30px;
  }

  .gift-card__content {
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 10px 12px;
  }

  .gift-card__content h2 {
    font-size: clamp(2rem, 9vw, 2.8rem);
  }

  .gift-card__content p,
  .gift-card__content .booking-cta {
    grid-column: 1 / -1;
  }

  .gift-card__icon {
    width: 46px;
    height: 46px;
  }

  .gift-card__bg {
    right: -18px;
    bottom: -22px;
    font-size: clamp(4.8rem, 22vw, 7rem);
    opacity: 0.18;
  }

  .price-card,
  .gift-card {
    opacity: 0.86;
    transform: scale(0.985);
    transition:
      opacity 0.42s ease,
      transform 0.42s cubic-bezier(0.22, 1, 0.36, 1),
      filter 0.42s ease;
  }

  .procedure-section {
    padding-top: 40px;
  }

  .steps {
    gap: 6px;
  }

  .step-card {
    position: relative;
    gap: 10px;
    padding: 14px 16px;
    overflow: hidden;
  }

  .step-card::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: linear-gradient(105deg, transparent 0 34%, rgba(229, 200, 148, 0.18), transparent 66%);
    opacity: 0;
    transform: translateX(-80%);
    animation: mobile-pollen-pass 5.8s ease-in-out infinite;
  }

  .step-card:nth-child(2)::after {
    animation-delay: 0.5s;
  }

  .step-card:nth-child(3)::after {
    animation-delay: 1s;
  }

  .step-card:nth-child(4)::after {
    animation-delay: 1.5s;
  }

  .step-card:nth-child(5)::after {
    animation-delay: 2s;
  }

  .step-card:nth-child(6)::after {
    animation-delay: 2.5s;
  }

  .step-card__marker,
  .step-card__content {
    position: relative;
    z-index: 1;
  }

  .horizontal-scroller {
    grid-auto-columns: minmax(245px, 82%);
    max-width: 100%;
    padding-right: 0;
  }

  .price-card,
  .contacts-card,
  .program-card,
  .review-card,
  .final-cta,
  .legal-card {
    max-width: 100%;
  }

  .contacts-list div {
    grid-template-columns: 22px 86px minmax(0, 1fr);
  }

  .contacts-list strong {
    overflow-wrap: anywhere;
  }

  .footer nav a {
    max-width: none;
  }
}

@media (max-width: 819px) {
  *,
  *::before,
  *::after {
    max-width: 100%;
  }

  html,
  body {
    width: 100%;
    overflow-x: clip;
  }

  body {
    position: relative;
  }

  .section {
    padding: 38px 0;
  }

  .container {
    width: min(100% - 24px, var(--container));
  }

  .header {
    width: min(100% - 16px, 1280px);
    min-height: 54px;
    grid-template-columns: minmax(116px, 1fr) minmax(104px, auto) 40px;
    gap: 5px;
    padding: 7px 8px 7px 12px;
    overflow: visible;
  }

  .header-logo-image {
    width: clamp(128px, 35vw, 156px);
    max-height: 44px;
  }

  .header__menu {
    position: relative;
    z-index: 46;
    overflow: hidden;
    transition:
      color 0.28s ease,
      background 0.28s ease,
      box-shadow 0.28s ease,
      transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .header__menu.is-open {
    color: #fffdf9;
    background: linear-gradient(135deg, rgba(185, 130, 50, 0.92), rgba(229, 200, 148, 0.88));
    box-shadow: 0 14px 34px rgba(185, 130, 50, 0.24);
  }

  .header__menu-icon {
    grid-area: 1 / 1;
    display: inline-grid;
    place-items: center;
    transition:
      opacity 0.26s ease,
      transform 0.34s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .header__menu-icon--close {
    opacity: 0;
    transform: rotate(-90deg) scale(0.68);
  }

  .header__menu.is-open .header__menu-icon--open {
    opacity: 0;
    transform: rotate(90deg) scale(0.68);
  }

  .header__menu.is-open .header__menu-icon--close {
    opacity: 1;
    transform: rotate(0) scale(1);
  }

  .header__actions .mobile-header-booking__main {
    display: inline-flex;
    min-width: 104px;
    min-height: 38px;
    padding: 10px 22px;
    border-color: rgba(201, 155, 91, 0.36);
    color: #fffdf9;
    background:
      linear-gradient(135deg, #b98232 0%, #d7ad68 48%, #ead09a 100%);
    box-shadow: 0 12px 28px rgba(185, 130, 50, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.34);
    font-size: 0.8rem;
    letter-spacing: 0.01em;
  }

  .mobile-header-booking__channels {
    grid-template-columns: repeat(3, minmax(42px, 1fr));
    width: min(45vw, 174px);
    gap: 4px;
  }

  .mobile-header-booking.is-open .mobile-header-booking__channels {
    max-width: 174px;
    padding: 4px;
  }

  .mobile-header-booking__channels a {
    min-height: 30px;
    padding: 0 4px;
    font-size: 0.58rem;
    line-height: 1;
    white-space: nowrap;
  }

  .mobile-menu {
    inset: 9px 8px auto auto;
    width: min(92vw, 330px);
    max-height: calc(100svh - 18px);
    z-index: 44;
    padding: 68px 12px 14px;
    border-radius: 34px 34px 28px 28px;
    transform-origin: top right;
    opacity: 0;
    pointer-events: none;
    clip-path: circle(18px at calc(100% - 28px) 28px);
    transform: scale(0.96);
    transition:
      opacity 0.32s ease,
      transform 0.42s cubic-bezier(0.22, 1, 0.36, 1),
      clip-path 0.48s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .mobile-menu.is-open {
    opacity: 1;
    pointer-events: auto;
    clip-path: circle(145% at calc(100% - 28px) 28px);
    transform: scale(1);
  }

  .mobile-menu__nav {
    gap: 6px;
    font-size: 1.02rem;
  }

  .mobile-menu.is-open .mobile-menu__nav a {
    animation: mobile-menu-hint-glow 1s ease both;
  }

  .hero-section {
    padding: 0 0 30px;
  }

  .hero-grid {
    width: min(100% - 24px, 1280px);
    grid-template-columns: minmax(0, 1fr) minmax(126px, 0.58fr);
    gap: 2px 6px;
    padding-top: 16px;
  }

  .hero-grid::before {
    left: 18%;
    right: 18%;
    bottom: 45%;
    z-index: 6;
    background:
      linear-gradient(90deg, rgba(247, 241, 234, 0.98) 0%, rgba(247, 241, 234, 0.72) 54%, rgba(247, 241, 234, 0) 100%);
  }

  .hero-title {
    max-width: 11.6ch;
    margin: 6px 0 12px;
    font-size: clamp(1.86rem, 7.8vw, 2.32rem);
    line-height: 1.08;
    letter-spacing: 0;
    overflow: visible;
    text-wrap: balance;
    z-index: 8;
  }

  .hero-lead--desktop {
    display: none;
  }

  .hero-lead--compact {
    display: block;
  }

  .hero-lead {
    max-width: 26ch;
    margin-top: -34px;
    font-size: 0.86rem;
    line-height: 1.4;
    position: relative;
    z-index: 8;
  }

  .hero-art {
    min-height: 304px;
    margin: -6px -2px 0 -18px;
    overflow: visible;
  }

  .hero-visual {
    min-height: 304px;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 13%, #000 88%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 13%, #000 88%, transparent 100%);
  }

  .hero-model-wrap {
    width: min(50vw, 212px);
    right: 4px;
  }

  .hero-model {
    max-height: 296px;
  }

  .hero-orb-main {
    width: min(58vw, 236px);
    height: min(58vw, 236px);
    right: -16px;
    top: 20px;
  }

  .hero-orbit {
    width: min(60vw, 250px);
    height: min(41vw, 170px);
    right: 8px;
    top: 104px;
  }

  .hero-soft-shape-one {
    right: -12px;
    bottom: 46px;
  }

  .hero-soft-shape-two {
    bottom: 108px;
  }

  .hero-actions {
    gap: 8px;
    margin-top: 10px;
    position: relative;
    z-index: 8;
  }

  .hero-actions > .button {
    min-height: 48px;
    padding: 13px 15px;
  }

  .hero-benefits {
    gap: 6px;
    margin-top: 8px;
    padding: 7px;
    border-radius: 22px;
    position: relative;
    z-index: 8;
  }

  .hero-benefits li {
    justify-content: center;
    text-align: center;
    min-height: 38px;
    padding: 8px 10px;
    font-size: 0.8rem;
  }

  .hero-benefits li:nth-child(3)::after {
    font-size: 0.8rem;
  }

  .hero-shine-wrap {
    width: min(96%, 352px);
    margin-top: 4px;
  }

  .hero-shine-image {
    transform: translateX(-10px);
  }

  .hero-scroll-cue {
    margin-top: -8px;
    transform: translateY(2px);
  }

  .services-grid {
    gap: 8px;
    width: 100%;
    max-width: none;
    margin-inline: 0 auto;
  }

  #services .section-title {
    margin-bottom: 12px;
  }

  #services .section-title p {
    max-width: 26ch;
    margin-left: 0;
    line-height: 1.35;
  }

  .service-card {
    width: 100%;
    max-width: none;
    min-height: 136px;
    margin-inline: 0;
    padding: 15px 16px;
    overflow: hidden;
    border: 1px solid rgba(201, 155, 91, 0.18);
    border-radius: 24px;
    opacity: 1;
    filter: none;
    transform: none;
    background:
      linear-gradient(145deg, rgba(255, 252, 247, 0.9), rgba(229, 200, 148, 0.18)),
      rgba(255, 252, 247, 0.72);
    box-shadow: 0 14px 34px rgba(91, 72, 51, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.72);
  }

  .service-card::before {
    content: '';
    position: absolute;
    inset: -18% auto -18% -46%;
    z-index: 0;
    width: 44%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.46), transparent);
    opacity: 0;
    pointer-events: none;
  }

  .service-card::after {
    content: none;
  }

  .service-card__top,
  .service-card h3,
  .service-card p {
    position: relative;
    z-index: 1;
  }

  .service-card__icon {
    position: static;
    z-index: 2;
    width: 44px;
    height: 38px;
    color: var(--color-gold);
    background: linear-gradient(135deg, rgba(229, 200, 148, 0.2), rgba(255, 252, 247, 0.78));
    backdrop-filter: none;
  }

  .service-card__badge {
    padding: 5px 9px;
    font-size: 0.68rem;
  }

  .service-card h3 {
    width: auto;
    margin-top: 14px;
    color: var(--color-gold-deep);
    font-size: 1.24rem;
    line-height: 1.08;
  }

  .service-card h3::after {
    content: none;
  }

  .service-card p {
    max-height: none;
    overflow: visible;
    padding-right: 0;
    margin-top: 6px;
    font-size: 0.88rem;
    line-height: 1.42;
    white-space: pre-line;
    transition: none;
  }

  .service-card:nth-child(n) {
    min-height: 136px;
    background:
      linear-gradient(145deg, rgba(255, 252, 247, 0.9), rgba(229, 200, 148, 0.18)),
      rgba(255, 252, 247, 0.72);
  }

  @supports (animation-timeline: view()) {
    .service-card {
      animation: none;
      animation-timeline: view();
    }

    .service-card::before {
      animation: mobile-service-shimmer both;
      animation-timeline: view();
      animation-range: entry 14% entry 46%;
    }
  }

  .results-scroller {
    display: flex;
    grid-auto-columns: unset;
    gap: 8px;
    padding: 6px 9vw 18px 2px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .results-scroller .result-card {
    flex: 0 0 62vw;
    height: min(88vw, 350px);
    scroll-snap-align: center;
    opacity: 0.78;
    filter: blur(1.1px) saturate(0.9);
    transform: scale(0.94);
    transition:
      flex-basis 0.42s ease,
      filter 0.42s ease,
      opacity 0.42s ease,
      transform 0.42s ease;
  }

  .results-scroller .result-card:focus-within,
  .results-scroller .result-card:hover {
    flex-basis: 78vw;
    opacity: 1;
    filter: blur(0) saturate(1);
    transform: scale(1);
  }

  @supports (animation-timeline: view()) {
    .results-scroller .result-card {
      animation: mobile-gallery-focus both;
      animation-timeline: view(inline);
      animation-range: entry 0% exit 100%;
    }
  }

  .gift-card {
    width: 100%;
    min-height: 244px;
    margin-inline: 0;
    padding: 24px 22px 28px;
    border-top: 0;
    border-radius: 0 0 30px 30px;
    box-shadow: 0 22px 52px rgba(91, 72, 51, 0.1);
  }

  .gift-card__bg {
    left: 12px;
    right: 12px;
    bottom: -12px;
    font-size: clamp(4.3rem, 20vw, 6.4rem);
    opacity: 0.24 !important;
    text-shadow: 0 8px 24px rgba(185, 130, 50, 0.12);
  }

  .gift-card__content {
    gap: 8px 10px;
  }

  .gift-card__content h2 {
    align-self: center;
    line-height: 1;
  }

  .price-section {
    padding-bottom: 0;
  }

  .price-card {
    border-radius: 30px 30px 18px 18px;
  }

  .price-card .note {
    max-width: 28ch;
    margin: 18px auto 4px;
    padding: 12px 14px 2px;
    color: #5f5750;
    font-size: 0.86rem;
    line-height: 1.36;
    text-align: center;
  }

  .gift-section {
    margin-top: -8px;
    padding-top: 14px;
  }

  .gift-section .container {
    width: min(100% - 24px, var(--container));
  }

  .about-trust__list span {
    overflow: hidden;
    transform-origin: left center;
  }

  .about-certificates-wrap {
    position: relative;
  }

  .about-certificates-wrap::after {
    content: '→';
    position: absolute;
    right: 2px;
    top: 50%;
    z-index: 4;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(201, 155, 91, 0.24);
    border-radius: 50%;
    color: var(--color-gold-deep);
    background: rgba(255, 252, 247, 0.72);
    box-shadow: 0 10px 24px rgba(201, 155, 91, 0.14);
    transform: translateY(-50%);
    pointer-events: none;
  }

  .about-highlight,
  .about-section__text-highlight {
    color: var(--color-gold-deep);
  }

  .about-highlight {
    font-weight: 650;
  }

  .about-highlight--nowrap {
    white-space: nowrap;
  }

  .about-section__text p {
    text-wrap: pretty;
  }

  .about-section__text-highlight {
    font-weight: 560;
  }

  .about-trust__list span::after {
    content: '';
    position: absolute;
    inset: 0 auto 0 -26%;
    width: 32%;
    background:
      radial-gradient(circle, rgba(229, 200, 148, 0.62) 0 1px, transparent 2px),
      linear-gradient(90deg, transparent, rgba(229, 200, 148, 0.22), transparent);
    background-size: 16px 12px, auto;
    opacity: 0;
    pointer-events: none;
  }

  .about-trust__item {
    opacity: 0;
    filter: blur(3px);
    transform: translate3d(-18px, 0, 0);
    transition:
      opacity 0.58s ease var(--trust-delay, 0ms),
      filter 0.58s ease var(--trust-delay, 0ms),
      transform 0.68s cubic-bezier(0.22, 1, 0.36, 1) var(--trust-delay, 0ms),
      box-shadow 0.68s ease var(--trust-delay, 0ms);
    will-change: opacity, transform, filter;
  }

  .about-trust__item.is-visible {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
    box-shadow: 0 0 18px rgba(229, 200, 148, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.78);
  }

  .about-trust__item.is-visible::after {
    animation: about-trust-mobile-shimmer 0.95s cubic-bezier(0.22, 1, 0.36, 1) var(--trust-delay, 0ms) both;
  }

  .training-preview__card .mini-grid span {
    transform-origin: left center;
  }

  .training-preview__badge {
    opacity: 0;
    filter: blur(3px);
    transform: translate3d(0, 12px, 0);
    transition:
      opacity 0.58s ease var(--badge-delay, 0ms),
      filter 0.58s ease var(--badge-delay, 0ms),
      transform 0.68s cubic-bezier(0.22, 1, 0.36, 1) var(--badge-delay, 0ms),
      box-shadow 0.58s ease var(--badge-delay, 0ms);
    will-change: opacity, transform, filter;
  }

  .training-preview__badge.is-visible {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
    box-shadow: 0 0 18px rgba(229, 200, 148, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.78);
  }

  .training-preview__card .mini-grid svg {
    animation: none;
  }

  .training-preview__badge.is-visible svg {
    animation: training-badge-check-hop 0.82s cubic-bezier(0.22, 1, 0.36, 1) var(--badge-delay, 0ms) both;
  }

  @supports (animation-timeline: view()) {
    .training-preview__card .mini-grid span {
      animation: none;
    }
  }

  .training-preview__cta {
    position: relative;
  }

  .training-preview__cta::before {
    content: '';
    position: absolute;
    inset: -26% auto -26% -48%;
    z-index: 0;
    width: 42%;
    border-radius: inherit;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.66), rgba(229, 200, 148, 0.34), transparent);
    opacity: 0;
    pointer-events: none;
  }

  .training-preview__cta > span {
    position: relative;
    z-index: 1;
  }

  .training-preview__cta-wrap.is-ready .training-preview__cta::before {
    animation: training-cta-champagne-sweep 3.8s ease-in-out 0.35s infinite;
  }

  .procedure-section {
    padding-top: 32px;
  }

  .procedure-section .section-title {
    margin-bottom: 18px;
  }

  .steps {
    gap: 4px;
  }

  .step-card {
    padding: 12px 14px;
  }

  .step-card__content p {
    line-height: 1.42;
  }

  .page-hero {
    padding: 92px 0 30px;
  }

  .training-hero {
    padding-top: 82px;
  }

  .training-hero .page-hero__grid {
    gap: 16px;
  }

  .training-hero h1 {
    font-size: clamp(2.18rem, 10vw, 3rem);
    line-height: 0.98;
  }

  .training-hero__mobile-break {
    display: block;
  }

  .training-hero__second-line {
    white-space: nowrap;
    font-size: 0.82em;
  }

  .training-hero .page-hero__art {
    min-height: 154px;
    padding: 20px;
    gap: 6px;
  }

  .training-hero .page-hero__art svg {
    width: 38px;
    height: 38px;
    animation: mobile-star-sway 3.5s ease-in-out infinite;
  }

  .training-hero .page-hero__art::after {
    content: '';
    position: absolute;
    inset: 20px;
    background: radial-gradient(circle, rgba(229, 200, 148, 0.38) 0 2px, transparent 3px);
    background-size: 28px 22px;
    opacity: 0.24;
    animation: mobile-pollen-pass 5.2s ease-in-out infinite;
    pointer-events: none;
  }

  .booking-cta--training-hero,
  .booking-cta--training-final,
  .faq-question-cta,
  .booking-cta--contacts-intro {
    width: 100%;
    justify-content: center;
  }

  .booking-cta--training-hero .booking-cta__channels,
  .booking-cta--training-final .booking-cta__channels,
  .faq-question-cta .booking-cta__channels,
  .booking-cta--contacts-intro .booking-cta__channels {
    position: static !important;
    left: auto !important;
    top: auto !important;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    transform: translateY(-4px) scale(0.98) !important;
  }

  .booking-cta--training-hero.is-open .booking-cta__channels,
  .booking-cta--training-hero:focus-within .booking-cta__channels,
  .booking-cta--training-final.is-open .booking-cta__channels,
  .booking-cta--training-final:focus-within .booking-cta__channels,
  .faq-question-cta.is-open .booking-cta__channels,
  .faq-question-cta:focus-within .booking-cta__channels,
  .booking-cta--contacts-intro.is-open .booking-cta__channels,
  .booking-cta--contacts-intro:focus-within .booking-cta__channels {
    transform: translateY(0) scale(1) !important;
  }

  .booking-cta--training-hero .booking-cta__channel,
  .booking-cta--training-final .booking-cta__channel,
  .faq-question-cta .booking-cta__channel,
  .booking-cta--contacts-intro .booking-cta__channel {
    min-height: 40px;
    padding: 9px 7px;
    gap: 4px;
    font-size: 0.68rem;
  }

  .booking-cta__icon,
  .booking-cta__icon svg {
    width: 15px;
    height: 15px;
  }

  .faq-question-cta {
    max-width: 100%;
    overflow: hidden;
    flex-wrap: wrap;
  }

  .faq-question-cta .booking-cta__main {
    width: 100%;
    min-width: 0;
  }

  .faq-question-cta .booking-cta__channels {
    flex: 0 0 100%;
    overflow: hidden;
  }

  .format-grid,
  .program-grid {
    gap: 10px;
  }

  .reviews-scroll-wrap {
    position: relative;
  }

  .reviews-scroll-hint {
    position: absolute;
    right: 8px;
    top: 48%;
    z-index: 5;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(201, 155, 91, 0.22);
    border-radius: 50%;
    color: var(--color-gold-deep);
    background:
      linear-gradient(145deg, rgba(255, 252, 247, 0.84), rgba(229, 200, 148, 0.16)),
      rgba(255, 252, 247, 0.68);
    box-shadow: 0 10px 24px rgba(201, 155, 91, 0.14);
    pointer-events: none;
    animation: mobile-reviews-hint 2.4s ease-in-out infinite;
    transition: opacity 0.36s ease, transform 0.36s ease;
  }

  .reviews-scroll-wrap.has-interacted .reviews-scroll-hint {
    opacity: 0;
    animation: none;
    transform: translate3d(6px, -50%, 0);
  }

  .training-benefits,
  .program-section,
  .training-final-cta {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .faq-preview__scroll-wrap {
    position: relative;
  }

  .faq-preview__hint {
    position: absolute;
    right: 4px;
    top: 50%;
    z-index: 4;
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--color-gold-deep);
    background: rgba(255, 252, 247, 0.72);
    box-shadow: 0 10px 24px rgba(201, 155, 91, 0.14);
    animation: mobile-faq-hint 2.2s ease-in-out infinite;
    pointer-events: none;
  }

  .faq-preview__scroller {
    grid-auto-columns: minmax(252px, 78%);
    gap: 10px;
    padding-right: 36px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .faq-preview__scroller::-webkit-scrollbar {
    display: none;
  }

  .faq-preview__scroller > * {
    scroll-snap-align: center;
  }

  .faq-mini-card button {
    min-height: 224px;
    overflow: hidden;
    position: relative;
    border-color: rgba(201, 155, 91, 0.12);
    background:
      linear-gradient(145deg, rgba(255, 252, 247, 0.62), rgba(229, 200, 148, 0.08)),
      rgba(255, 252, 247, 0.54);
  }

  .faq-mini-card button::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 54%;
    z-index: 0;
    background: linear-gradient(180deg, rgba(255, 252, 247, 0), rgba(255, 252, 247, 0.9) 68%, rgba(229, 200, 148, 0.2));
    pointer-events: none;
    transition: opacity 0.38s ease;
  }

  .faq-mini-card strong,
  .faq-mini-card span {
    position: relative;
    z-index: 1;
  }

  .faq-mini-card {
    opacity: 0.72;
    filter: blur(0.6px) saturate(0.94);
    transition:
      opacity 0.42s ease,
      filter 0.42s ease,
      transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .faq-mini-card span,
  .faq-mini-card:hover span,
  .faq-mini-card:focus-within span {
    max-height: 0;
    opacity: 0;
    transform: translateY(8px);
  }

  .faq-mini-card:hover button,
  .faq-mini-card:focus-within button {
    transform: none;
  }

  .faq-mini-card.is-active {
    opacity: 1;
    filter: blur(0) saturate(1);
  }

  .faq-mini-card.is-active button {
    border-color: rgba(201, 155, 91, 0.32);
    background: linear-gradient(145deg, rgba(229, 200, 148, 0.22), rgba(255, 252, 247, 0.88));
    box-shadow: 0 18px 40px rgba(91, 72, 51, 0.08), 0 0 24px rgba(229, 200, 148, 0.16);
  }

  .faq-mini-card.is-active button::after {
    opacity: 0;
  }

  .faq-mini-card.is-active span {
    max-height: 9em;
    opacity: 1;
    transform: translateY(0);
  }

  @supports (animation-timeline: view()) {
    .faq-mini-card {
      animation: mobile-faq-focus both;
      animation-timeline: view(inline);
      animation-range: entry 0% exit 100%;
    }

    .faq-mini-card span {
      animation: none;
    }
  }

  .faq-hero + .section {
    padding-top: 28px;
  }

  .faq-page-grid {
    gap: 18px;
  }

  .faq-page-grid + .section,
  .faq-hero ~ .section:last-of-type {
    padding-top: 18px;
  }

  .contacts-section {
    padding-top: 34px;
  }

  .contacts-grid {
    gap: 18px;
  }

  .contacts-intro {
    align-items: center;
    text-align: center;
  }

  .contacts-intro .section-title {
    margin-bottom: 10px;
  }

  .contacts-intro p {
    margin-top: 0;
    margin-bottom: 12px;
  }

  .booking-cta--contacts-intro .booking-cta__main {
    justify-content: center;
    min-height: 50px;
  }

  .booking-cta--contacts-intro .button__icon {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    margin-right: -8px;
    border-radius: 50%;
    background: rgba(255, 252, 247, 0.24);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
  }

  .footer {
    padding: 34px 0 calc(30px + env(safe-area-inset-bottom));
  }

  .footer__inner {
    align-items: center;
    gap: 16px;
    text-align: center;
  }

  .footer__brand,
  .footer__meta,
  .footer nav {
    width: 100%;
    align-items: center;
    justify-content: center;
  }

  .footer__logo {
    width: clamp(210px, 58vw, 242px);
    object-position: center;
  }

  .footer__meta {
    justify-items: center;
    gap: 6px;
  }

  .footer__meta p {
    justify-content: center;
  }

  .footer nav {
    gap: 9px;
    align-items: center;
  }

  .footer nav a {
    max-width: min(100%, 320px);
    text-align: center;
  }

  .footer__mobile-note {
    width: min(100%, 330px);
    display: grid;
    gap: 8px;
    color: #5f5750;
    font-size: 0.76rem;
    line-height: 1.42;
    text-align: center;
  }

  .footer__mobile-note p {
    margin: 0;
  }

  .footer__mobile-note small {
    color: #5f5750;
    font-size: 0.78rem;
  }
}

@media (max-width: 819px) {
  .training-hero {
    padding-top: 64px;
  }

  .training-hero .page-hero__grid {
    gap: 12px;
  }

  .training-hero__title {
    max-width: min(100%, 18.5rem);
    font-size: clamp(1.86rem, 8.2vw, 2.54rem);
    line-height: 1.04;
  }

  .training-hero__title span {
    display: block;
  }

  .training-hero__nowrap,
  .training-hero__second-line {
    font-size: 1em;
    white-space: nowrap;
  }

  .training-hero__mobile-break {
    display: none;
  }

  .booking-cta--training-final {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  .booking-cta--training-final .booking-cta__main {
    width: min(100%, 320px);
    justify-content: center;
  }

  .booking-cta--training-final .booking-cta__channels,
  .booking-cta--training-final:focus-within:not(.is-open) .booking-cta__channels {
    position: static !important;
    width: min(100%, 320px);
    max-height: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-6px) scale(0.98) !important;
    transition:
      max-height 0.34s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.3s ease,
      transform 0.34s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .booking-cta--training-final.is-open .booking-cta__channels {
    max-height: 112px;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1) !important;
  }

  .booking-cta--training-final .booking-cta__channel {
    min-height: 40px;
    padding: 9px 8px;
    gap: 5px;
    border-color: rgba(201, 155, 91, 0.24);
    box-shadow: 0 8px 18px rgba(91, 72, 51, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.74);
    font-size: 0.72rem;
  }

  .booking-cta--training-final .booking-cta__channel:nth-child(3) {
    grid-column: 1 / -1;
    width: calc(50% - 4px);
    justify-self: center;
  }

  .faq-hero ~ .section:last-of-type .final-cta {
    border-color: rgba(201, 155, 91, 0.14);
    box-shadow: 0 12px 30px rgba(91, 72, 51, 0.055);
    background:
      linear-gradient(135deg, rgba(255, 252, 247, 0.9), rgba(229, 200, 148, 0.18)),
      radial-gradient(circle at 88% 20%, rgba(201, 155, 91, 0.08), transparent 14rem);
  }

  .faq-question-cta .booking-cta__channels,
  .faq-question-cta:focus-within:not(.is-open) .booking-cta__channels {
    opacity: 0;
    pointer-events: none;
    transform: translateY(-4px) scale(0.98) !important;
  }

  .faq-question-cta.is-open .booking-cta__channels {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1) !important;
  }

  .faq-question-cta .booking-cta__channel {
    min-height: 40px;
    border-color: rgba(201, 155, 91, 0.2);
    background:
      linear-gradient(145deg, rgba(255, 252, 247, 0.88), rgba(229, 200, 148, 0.12)),
      rgba(255, 252, 247, 0.64);
    box-shadow: 0 6px 16px rgba(91, 72, 51, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.72);
  }

  .footer__logo {
    width: clamp(218px, 56vw, 230px);
  }

  .footer__meta strong,
  .footer__meta span {
    color: #000;
    font-weight: 400;
  }

  .footer__meta p {
    color: #000;
  }

  .footer nav a {
    color: #b98232;
    text-decoration: none;
    transition:
      color 0.24s ease,
      text-shadow 0.24s ease;
  }

  .footer nav a:hover,
  .footer nav a:active {
    color: #9d6828;
    text-shadow: 0 0 14px rgba(229, 200, 148, 0.22);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }

  .footer__mobile-note {
    width: min(100%, 350px);
    color: #5f5750;
  }

  .footer__offer-note {
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    font-size: 0.72rem;
  }

  .footer__mobile-note small span {
    color: #b98232;
  }
}

@media (max-width: 360px) {
  .footer__offer-note {
    white-space: normal;
  }
}

@media (max-width: 819px) {
  .faq-hero ~ .section:last-of-type .final-cta {
    box-shadow: 0 12px 32px rgba(115, 83, 47, 0.06);
  }

  .faq-question-cta {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    overflow: visible;
  }

  .faq-question-cta .booking-cta__main {
    width: min(100%, 300px);
    border: 1px solid rgba(201, 155, 91, 0.28);
    box-shadow: 0 8px 20px rgba(115, 83, 47, 0.07);
  }

  .faq-question-cta .booking-cta__channels,
  .faq-question-cta:focus-within:not(.is-open) .booking-cta__channels {
    position: static !important;
    width: min(100%, 320px);
    max-height: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px) scale(0.97) !important;
    transition:
      max-height 0.26s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.24s ease-out,
      transform 0.26s cubic-bezier(0.22, 1, 0.36, 1),
      visibility 0s linear 0.26s;
  }

  .faq-question-cta.is-open .booking-cta__channels,
  .faq-question-cta.is-open:focus-within .booking-cta__channels {
    max-height: 58px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1) !important;
    transition:
      max-height 0.26s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.24s ease-out,
      transform 0.26s cubic-bezier(0.22, 1, 0.36, 1),
      visibility 0s linear 0s;
  }

  .faq-question-cta .booking-cta__channel {
    min-height: 40px;
    height: 40px;
    padding: 8px 6px;
    gap: 4px;
    border-color: rgba(201, 155, 91, 0.18);
    background:
      linear-gradient(145deg, rgba(255, 252, 247, 0.9), rgba(229, 200, 148, 0.1)),
      rgba(255, 252, 247, 0.68);
    box-shadow: 0 6px 16px rgba(115, 83, 47, 0.05);
    font-size: 0.68rem;
  }

  .faq-question-cta .booking-cta__icon,
  .faq-question-cta .booking-cta__icon svg {
    width: 14px;
    height: 14px;
  }

  .footer__logo {
    width: clamp(235px, 62vw, 250px);
  }

  .footer__mobile-note small,
  .footer__mobile-note small span {
    color: #c9954a;
  }
}

@media (max-width: 374px) {
  .faq-question-cta .booking-cta__channels,
  .faq-question-cta:focus-within:not(.is-open) .booking-cta__channels {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .faq-question-cta.is-open .booking-cta__channels,
  .faq-question-cta.is-open:focus-within .booking-cta__channels {
    max-height: 105px;
  }

  .faq-question-cta .booking-cta__channel:nth-child(3) {
    grid-column: 1 / -1;
    width: calc(50% - 4px);
    justify-self: center;
  }
}

.training-certificates-wrap {
  display: none;
}

.mobile-section-subtitle {
  display: block;
  max-width: 34ch;
  margin: -12px 0 18px;
  color: #5f5750;
  font-size: 0.96rem;
  line-height: 1.42;
  text-align: left;
}

.reviews-section__intro {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 12px;
}

.decor-phrase {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
}

.decor-phrase--for-you {
  width: clamp(150px, 18vw, 300px);
  flex: 0 0 auto;
  margin-top: 4px;
  filter: drop-shadow(0 10px 22px rgba(201, 155, 91, 0.12));
}

.decor-phrase--confidence {
  width: clamp(260px, 32vw, 520px);
  margin: -6px min(4vw, 48px) 16px auto;
  filter: drop-shadow(0 10px 24px rgba(201, 155, 91, 0.12));
}

.training-page__title span:not(:last-child)::after {
  content: ' ';
}

@media (max-width: 819px) {
  .training-page__title {
    width: 100%;
    max-width: 100%;
    font-size: clamp(2.28rem, 10.4vw, 3.15rem);
    line-height: 0.98;
    letter-spacing: -0.025em;
    overflow-wrap: normal;
    word-break: normal;
  }

  .training-page__title span {
    display: block;
    max-width: 100%;
    white-space: nowrap;
  }

  .training-page__title span::after {
    content: none !important;
  }

  .training-page__title .training-hero__mobile-break {
    display: none;
  }

  .training-certificates-wrap {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 18px;
  }

  .training-certificates {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(248px, 78%);
    gap: 10px;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 4px 42px 12px 0;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 0;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .training-certificates::-webkit-scrollbar {
    display: none;
  }

  .training-certificate-card {
    scroll-snap-align: start;
    min-height: 328px;
    aspect-ratio: 3 / 4;
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    gap: 8px;
    margin: 0;
    padding: 10px;
    border: 1px solid rgba(201, 155, 91, 0.2);
    border-radius: 22px;
    background: rgba(255, 252, 247, 0.88);
    box-shadow: 0 10px 24px rgba(91, 72, 51, 0.06);
  }

  .training-certificate-card img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.72);
  }

  .training-certificate-card figcaption {
    color: #765126;
    font-size: 0.74rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
  }

  .training-certificates-hint {
    position: absolute;
    right: 4px;
    top: 48%;
    z-index: 3;
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(201, 155, 91, 0.22);
    border-radius: 50%;
    color: var(--color-gold-deep);
    background: rgba(255, 252, 247, 0.72);
    box-shadow: 0 8px 18px rgba(201, 155, 91, 0.12);
    pointer-events: none;
    animation: mobile-faq-hint 2.4s ease-in-out infinite;
  }
}

@media (max-width: 390px) {
  .training-page__title {
    font-size: clamp(2.18rem, 10vw, 2.84rem);
  }

  .training-certificates {
    grid-auto-columns: minmax(238px, 80%);
  }
}

@media (max-width: 819px) {
  .mobile-section-subtitle {
    display: block;
    max-width: 31ch;
    margin: -10px 0 18px;
    color: #5f5750;
    font-size: 0.92rem;
    line-height: 1.42;
    text-align: left;
  }

  .faq-preview .mobile-section-subtitle {
    max-width: 30ch;
  }

  .reviews-section__intro {
    display: block;
    margin-bottom: 12px;
  }

  .decor-phrase--for-you {
    width: clamp(120px, 42vw, 180px);
    margin: -6px 0 14px auto;
  }

  .decor-phrase--confidence {
    width: min(92%, 420px);
    margin: -4px auto 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .decor-phrase {
    opacity: 0.92 !important;
    transform: none !important;
    filter: saturate(1) drop-shadow(0 8px 18px rgba(201, 155, 91, 0.08)) !important;
  }
}

@media (max-width: 819px) {
  .final-cta {
    overflow: visible;
  }

  .final-cta::before,
  .final-cta::after {
    pointer-events: none;
  }

  .booking-cta--training-final {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
  }

  .booking-cta--training-final .booking-cta__main,
  .faq-question-cta .booking-cta__main {
    width: min(100%, 320px);
    justify-content: center;
  }

  .booking-cta--training-final .button__icon,
  .faq-question-cta .button__icon {
    transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .booking-cta--training-final.is-open .button__icon,
  .faq-question-cta.is-open .button__icon {
    transform: rotate(180deg);
  }

  .booking-cta--training-final .booking-cta__channels,
  .booking-cta--training-final:focus-within:not(.is-open) .booking-cta__channels,
  .faq-question-cta .booking-cta__channels,
  .faq-question-cta:focus-within:not(.is-open) .booking-cta__channels {
    position: static !important;
    width: min(100%, 320px);
    max-height: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px) scale(0.98) !important;
    transition:
      max-height 0.28s cubic-bezier(0.22, 1, 0.36, 1),
      margin-top 0.28s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.24s ease,
      transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
      visibility 0s linear 0.28s;
  }

  .booking-cta--training-final.is-open .booking-cta__channels,
  .booking-cta--training-final.is-open:focus-within .booking-cta__channels,
  .faq-question-cta.is-open .booking-cta__channels,
  .faq-question-cta.is-open:focus-within .booking-cta__channels {
    max-height: 90px;
    margin-top: 10px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1) !important;
    transition:
      max-height 0.28s cubic-bezier(0.22, 1, 0.36, 1),
      margin-top 0.28s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.24s ease,
      transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
      visibility 0s linear 0s;
  }

  .booking-cta--training-final .booking-cta__channel,
  .faq-question-cta .booking-cta__channel {
    min-width: 0;
    min-height: 48px;
    height: 48px;
    padding: 0 8px;
    gap: 5px;
    border-color: rgba(201, 155, 91, 0.2);
    box-shadow: 0 8px 20px rgba(176, 126, 52, 0.07);
    font-size: clamp(0.68rem, 3vw, 0.82rem);
    font-weight: 600;
    white-space: nowrap;
  }

  .booking-cta--training-final .booking-cta__channel:nth-child(3),
  .faq-question-cta .booking-cta__channel:nth-child(3) {
    grid-column: auto;
    width: auto;
    justify-self: stretch;
  }

  .booking-cta--training-final .booking-cta__icon,
  .booking-cta--training-final .booking-cta__icon svg,
  .faq-question-cta .booking-cta__icon,
  .faq-question-cta .booking-cta__icon svg {
    width: 14px;
    height: 14px;
  }

  .reviews-section__intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 14px;
    margin-bottom: 28px;
  }

  .reviews-section__intro .section-title {
    margin-bottom: 10px;
  }

  .reviews-section .mobile-section-subtitle {
    max-width: 24ch;
    margin: 0;
  }

  .decor-phrase--for-you {
    width: clamp(118px, 36vw, 155px);
    max-width: 38vw;
    margin: 8px 0 0;
  }

  .faq-preview .section-title {
    margin-bottom: 8px;
  }

  .faq-preview .mobile-section-subtitle {
    max-width: 30ch;
    margin: 0 0 10px;
    line-height: 1.4;
  }

  .decor-phrase--confidence {
    width: min(88%, 500px);
    margin: 0 auto 12px;
  }

  .faq-preview__scroll-wrap {
    margin-top: 0;
  }
}

@media (max-width: 360px) {
  .booking-cta--training-final .booking-cta__channels {
    gap: 6px;
  }

  .booking-cta--training-final .booking-cta__channel {
    padding-inline: 6px;
    font-size: 0.66rem;
  }

  .reviews-section__intro {
    column-gap: 10px;
    margin-bottom: 24px;
  }

  .decor-phrase--for-you {
    width: clamp(108px, 34vw, 130px);
  }
}

@media (min-width: 1024px) {
  .reviews-section__intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    column-gap: clamp(44px, 5vw, 72px);
    margin-top: 16px;
    margin-bottom: 30px;
  }

  .reviews-section__intro .section-title {
    margin-bottom: 10px;
  }

  .reviews-section .mobile-section-subtitle {
    max-width: 36ch;
    margin: 0;
  }

  .reviews-section .decor-phrase--for-you {
    width: clamp(160px, 17vw, 280px);
    margin: 0 0 0 auto;
  }

  .reviews-scroll-wrap {
    position: relative;
  }

  .reviews-scroll-hint {
    position: absolute;
    right: 20px;
    top: 50%;
    z-index: 8;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(201, 155, 91, 0.24);
    border-radius: 999px;
    color: var(--color-gold-deep);
    background:
      linear-gradient(145deg, rgba(255, 252, 247, 0.9), rgba(229, 200, 148, 0.18)),
      rgba(255, 252, 247, 0.74);
    box-shadow: 0 12px 28px rgba(91, 72, 51, 0.08);
    pointer-events: none;
    transform: translateY(-50%);
    animation: mobile-reviews-hint 2.4s ease-in-out infinite;
    transition: opacity 0.36s ease, transform 0.36s ease;
  }

  .reviews-scroll-wrap.has-interacted .reviews-scroll-hint {
    opacity: 0;
    animation: none;
    transform: translate3d(6px, -50%, 0);
  }

  .faq-preview > .container {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(340px, 1.05fr);
    grid-template-areas:
      "title phrase"
      "subtitle phrase"
      "scroller scroller"
      "action action";
    align-items: center;
    column-gap: clamp(44px, 5vw, 68px);
  }

  .faq-preview .section-title {
    grid-area: title;
    margin-top: 16px;
    margin-bottom: 8px;
  }

  .faq-preview .mobile-section-subtitle {
    grid-area: subtitle;
    max-width: 36ch;
    margin: 0;
    line-height: 1.4;
  }

  .faq-preview .decor-phrase--confidence {
    grid-area: phrase;
    width: min(100%, 500px);
    margin: 10px 0 0 auto;
  }

  .faq-preview__scroll-wrap {
    grid-area: scroller;
    position: relative;
    margin-top: 26px;
  }

  .faq-preview__hint {
    position: absolute;
    right: 18px;
    top: 50%;
    z-index: 8;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(201, 155, 91, 0.22);
    border-radius: 999px;
    color: var(--color-gold-deep);
    background:
      linear-gradient(145deg, rgba(255, 252, 247, 0.9), rgba(229, 200, 148, 0.16)),
      rgba(255, 252, 247, 0.74);
    box-shadow: 0 12px 28px rgba(91, 72, 51, 0.08);
    pointer-events: none;
    transform: translateY(-50%);
    animation: mobile-faq-hint 2.2s ease-in-out infinite;
  }

  .faq-preview__action {
    grid-area: action;
  }

  .footer {
    padding: 42px 0 38px;
  }

  .footer__inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1.25fr;
    gap: 34px clamp(34px, 4vw, 56px);
    align-items: start;
  }

  .footer__brand {
    display: flex;
    justify-content: flex-start;
  }

  .footer__logo {
    width: clamp(178px, 14vw, 216px);
    max-height: 78px;
    object-position: left center;
  }

  .footer__meta {
    gap: 7px;
    justify-items: start;
  }

  .footer__meta strong,
  .footer__meta span {
    color: #000;
    font-weight: 400;
  }

  .footer__meta p {
    justify-content: flex-start;
    color: #000;
  }

  .footer nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 9px;
  }

  .footer nav a {
    max-width: 360px;
    color: #b98232;
    text-align: left;
    text-decoration: none;
    transition:
      color 0.24s ease,
      text-shadow 0.24s ease;
  }

  .footer nav a:hover,
  .footer nav a:active {
    color: #9d6828;
    text-shadow: 0 0 14px rgba(229, 200, 148, 0.2);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }

  .footer__mobile-note {
    grid-column: 1 / -1;
    width: 100%;
    display: grid;
    gap: 7px;
    color: #5f5750;
    font-size: 0.82rem;
    line-height: 1.45;
    text-align: center;
  }

  .footer__mobile-note p {
    margin: 0;
  }

  .footer__mobile-note small,
  .footer__mobile-note small span {
    color: #c9954a;
    font-size: 0.84rem;
    font-weight: 600;
  }
}

.cookie-consent__panel {
  position: fixed;
  right: max(14px, env(safe-area-inset-right));
  bottom: max(14px, env(safe-area-inset-bottom));
  left: max(14px, env(safe-area-inset-left));
  z-index: 80;
  width: min(100% - 28px, 580px);
  margin: 0 auto;
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(201, 155, 91, 0.26);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 252, 247, 0.9), rgba(255, 255, 255, 0.76)),
    rgba(255, 252, 247, 0.82);
  box-shadow: 0 16px 42px rgba(91, 72, 51, 0.12);
  color: #3f3832;
  backdrop-filter: blur(16px);
  opacity: 0;
  transform: translate3d(0, 14px, 0);
  animation: cookie-consent-enter 0.34s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.cookie-consent__panel--closing {
  animation: cookie-consent-exit 0.26s ease forwards;
}

.cookie-consent__text {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.45;
}

.cookie-consent__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.cookie-consent__link {
  color: #8f642d;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.22s ease, opacity 0.22s ease;
}

.cookie-consent__link:hover,
.cookie-consent__link:focus-visible {
  color: #b98232;
  opacity: 0.92;
}

.cookie-consent__button {
  min-height: 38px;
  padding: 9px 18px;
  border: 1px solid rgba(201, 155, 91, 0.42);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(201, 155, 91, 0.96), rgba(229, 200, 148, 0.92)),
    #c99b5b;
  box-shadow: 0 10px 22px rgba(176, 126, 52, 0.14);
  color: #fffaf0;
  cursor: pointer;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.cookie-consent__button:hover,
.cookie-consent__button:focus-visible {
  box-shadow: 0 12px 26px rgba(176, 126, 52, 0.18);
  transform: translateY(-1px);
}

@keyframes cookie-consent-enter {
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes cookie-consent-exit {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
  }
}

@media (min-width: 640px) {
  .cookie-consent__panel {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    padding: 14px 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cookie-consent__panel,
  .cookie-consent__panel--closing {
    opacity: 1;
    transform: none;
    animation: none;
  }

  .cookie-consent__button {
    transition: none;
  }
}


/* Static runtime safety */
html, body { overflow-x: hidden; }
[data-reveal], .about-trust__item, .training-preview__badge { opacity: 1; transform: none; }
html.enhanced [data-reveal] { opacity: 0; transform: translate3d(0, 24px, 0); transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1); transition-delay: var(--reveal-delay, 0ms); }
html.enhanced [data-reveal].is-visible { opacity: 1; transform: translate3d(0, 0, 0); }
html.enhanced .about-trust__item, html.enhanced .training-preview__badge { opacity: 0; transform: translate3d(0, 10px, 0); transition: opacity 0.45s ease, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1); transition-delay: var(--trust-delay, var(--badge-delay, 0ms)); }
html.enhanced .about-trust__item.is-visible, html.enhanced .training-preview__badge.is-visible { opacity: 1; transform: translate3d(0, 0, 0); }
html.enhanced .price-panel { display: none; }
html.enhanced .price-panel.is-active { display: grid; }
.price-panel__heading { margin: 20px 4px 4px; color: var(--color-gold-deep); font-family: var(--font-heading); font-size: 1.32rem; }
html.enhanced .price-panel__heading { display: none; }
.booking-cta__channels { opacity: 1; pointer-events: auto; transform: none; }
.booking-cta__channel { opacity: 1; transform: none; }
html.enhanced .booking-cta:not(.is-open):not(:focus-within) .booking-cta__channels { opacity: 0; pointer-events: none; transform: translateX(-8px) scale(0.98); }
html.enhanced .booking-cta:not(.is-open):not(:focus-within) .booking-cta__channel { opacity: 0; transform: translateY(8px); }
html:not(.enhanced) .mobile-menu { position: static; opacity: 1; pointer-events: auto; transform: none; margin: 16px auto; width: min(100% - 36px, var(--container)); border-radius: var(--radius-lg); }
html.enhanced .cookie-consent__panel[hidden] { display: none; }
.cookie-consent__panel { opacity: 1; transform: none; }
html.enhanced .cookie-consent__panel { opacity: 0; transform: translate3d(0, 14px, 0); }
html.enhanced .cookie-consent__panel.is-visible { animation: cookie-consent-enter 0.34s cubic-bezier(0.22, 1, 0.36, 1) forwards; }
.inline-icon { width: 1.05em; height: 1.05em; display: inline-block; vertical-align: -0.16em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.booking-cta__icon .inline-icon, .contacts-social .inline-icon { fill: currentColor; stroke: none; }
.training-certificates:empty { display: none; }
@supports (min-height: 100svh) { .hero-section { min-height: calc(100svh - 130px); } }
@media (hover: none) { .button:active, .service-card:active, .review-card:active { transform: scale(0.99); } }
@media (prefers-reduced-motion: reduce) { html.enhanced [data-reveal], html.enhanced .about-trust__item, html.enhanced .training-preview__badge { transition: none; opacity: 1; transform: none; } }
