:root {
  --bg: #f3e4ea;
  --paper: #fef7fb;
  --paper-soft: #f3e4ea;
  --line: #e8d6da;
  --line-strong: #d8bac0;
  --ink: #231f20;
  --muted: #746a6d;
  --soft: #d8bac0;
  --rose: #b77a88;
  --rose-dark: #9f6372;
  --rose-mid: #d8bac0;
  --rose-light: #e8d6da;
  --cream: #fef7fb;
  --shadow: 0 18px 45px rgba(76, 57, 48, 0.11);
  --radius: 8px;
  --leaf-radius: 32px 14px 42px 14px;
  --leaf-radius-sm: 24px 10px 30px 10px;
  --leaf-shadow: 0 18px 38px rgba(183, 122, 136, 0.16);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
  --brand-star: url("images/brand-star.svg");
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 11% 6%, rgba(183, 122, 136, 0.12), transparent 16rem),
    linear-gradient(180deg, #fef7fb 0%, #f3e4ea 100%);
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.45;
}

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

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

.page-shell {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 30px 44px 64px;
  overflow: hidden;
}

.landing-card {
  position: relative;
  width: 100%;
  max-width: 1048px;
  margin: 0 auto;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid rgba(221, 206, 200, 0.85);
  border-radius: 34px 14px 46px 14px;
  box-shadow: var(--shadow);
}

.site-header {
  display: grid;
  grid-template-columns: 150px 1fr auto auto;
  gap: 18px;
  align-items: center;
  min-height: 116px;
  padding: 18px 42px 12px;
}

.brand {
  display: block;
  width: 136px;
  line-height: 0;
}

.brand-logo {
  width: 100%;
  height: auto;
  display: block;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: 26px;
  color: #514642;
  font-size: 12px;
  font-weight: 500;
}

.main-nav a {
  padding: 8px 0;
}

.main-nav a:hover,
.text-link:hover {
  color: var(--rose-dark);
}

.language-switch {
  display: inline-grid;
  grid-template-columns: repeat(3, 30px);
  gap: 2px;
  padding: 3px;
  border: 1px solid var(--line);
  border-radius: 16px 7px 19px 7px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 8px 18px rgba(91, 66, 58, 0.05);
}

.language-switch button {
  display: grid;
  width: 30px;
  height: 30px;
  padding: 0;
  place-items: center;
  color: var(--muted);
  border: 0;
  border-radius: 11px 5px 13px 5px;
  outline: 0;
  background: transparent;
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 700;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.language-switch button:hover {
  color: var(--rose-dark);
}

.language-switch button:focus-visible {
  outline: 2px solid var(--rose);
  outline-offset: 2px;
}

.language-switch button.is-active {
  color: #fff;
  background: var(--rose);
  box-shadow: 0 6px 12px rgba(183, 122, 136, 0.22);
  transform: translateY(-1px);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 43px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: var(--leaf-radius-sm);
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-filled {
  color: #fff;
  background: linear-gradient(180deg, #c58c98, var(--rose));
  box-shadow: 0 12px 24px rgba(183, 122, 136, 0.22);
}

.btn-light {
  color: var(--rose-dark);
  background: #fff;
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 16px 28px rgba(82, 54, 62, 0.12);
}

.btn-outline {
  color: var(--rose-dark);
  background: rgba(255, 255, 255, 0.58);
  border-color: var(--line-strong);
}

.btn-small {
  min-height: 36px;
  padding: 0 18px;
  font-size: 12px;
}

.btn-icon-only {
  width: 52px;
  min-width: 52px;
  padding: 0;
}

.mobile-apply {
  display: none;
}

.page-shell,
.page-shell * {
  color-scheme: light;
}

.page-shell a:not(.btn):not(.map-marker) {
  color: inherit !important;
}

.page-shell .main-nav a {
  color: #514642 !important;
}

.page-shell .btn-filled {
  color: #fff !important;
}

.page-shell .btn-light,
.page-shell .btn-outline {
  color: var(--rose-dark) !important;
}

.btn-instagram {
  min-width: 178px;
  padding-inline: 20px;
}

.brand-star,
.icon,
.instagram-icon {
  display: inline-block;
  flex: 0 0 auto;
  background: currentColor;
}

.brand-star,
.sparkle::before,
.eyebrow::before,
.note::before,
.stars span,
.review-card::after {
  -webkit-mask: var(--brand-star) center / contain no-repeat;
  mask: var(--brand-star) center / contain no-repeat;
  clip-path: none;
}

.brand-star {
  width: 12px;
  height: 18px;
}

.icon {
  width: 20px;
  height: 20px;
}

.icon-rating {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2.2a9.8 9.8 0 1 0 0 19.6 9.8 9.8 0 0 0 0-19.6Zm4.6 7.4-5.2 5.6-3.1-3 1.3-1.4 1.8 1.7 3.9-4.3 1.3 1.4Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2.2a9.8 9.8 0 1 0 0 19.6 9.8 9.8 0 0 0 0-19.6Zm4.6 7.4-5.2 5.6-3.1-3 1.3-1.4 1.8 1.7 3.9-4.3 1.3 1.4Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.icon-location {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2.4c-4 0-7.2 3.2-7.2 7.1 0 5.1 6.1 11.6 6.4 11.9.4.4 1.2.4 1.6 0 .3-.3 6.4-6.8 6.4-11.9 0-3.9-3.2-7.1-7.2-7.1Zm0 10.1a3 3 0 1 1 0-6.1 3 3 0 0 1 0 6.1Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2.4c-4 0-7.2 3.2-7.2 7.1 0 5.1 6.1 11.6 6.4 11.9.4.4 1.2.4 1.6 0 .3-.3 6.4-6.8 6.4-11.9 0-3.9-3.2-7.1-7.2-7.1Zm0 10.1a3 3 0 1 1 0-6.1 3 3 0 0 1 0 6.1Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.icon-time {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2.6a9.4 9.4 0 1 0 0 18.8 9.4 9.4 0 0 0 0-18.8Zm1 9.1 3.4 2-.9 1.5-4.3-2.5V6.8H13v4.9Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2.6a9.4 9.4 0 1 0 0 18.8 9.4 9.4 0 0 0 0-18.8Zm1 9.1 3.4 2-.9 1.5-4.3-2.5V6.8H13v4.9Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.icon-heart {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 20.7S3.8 15.8 3.8 9.3c0-3 2.2-5.1 4.9-5.1 1.6 0 2.7.7 3.3 1.7.6-1 1.8-1.7 3.3-1.7 2.7 0 4.9 2.1 4.9 5.1 0 6.5-8.2 11.4-8.2 11.4Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 20.7S3.8 15.8 3.8 9.3c0-3 2.2-5.1 4.9-5.1 1.6 0 2.7.7 3.3 1.7.6-1 1.8-1.7 3.3-1.7 2.7 0 4.9 2.1 4.9 5.1 0 6.5-8.2 11.4-8.2 11.4Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.icon-expert {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='m16 11 2 2 4-4'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='m16 11 2 2 4-4'/%3E%3C/svg%3E") center / contain no-repeat;
}

.icon-guarantee {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 13c0 5-3.5 7.5-8 9-4.5-1.5-8-4-8-9V5l8-3 8 3v8Z'/%3E%3Cpath d='m9 12 2 2 4-4'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 13c0 5-3.5 7.5-8 9-4.5-1.5-8-4-8-9V5l8-3 8 3v8Z'/%3E%3Cpath d='m9 12 2 2 4-4'/%3E%3C/svg%3E") center / contain no-repeat;
}

.icon-equipment {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='20' height='14' x='2' y='3' rx='2'/%3E%3Cpath d='M8 21h8M12 17v4M6 10h2l1.4-3 3 6 1.5-3H18'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='20' height='14' x='2' y='3' rx='2'/%3E%3Cpath d='M8 21h8M12 17v4M6 10h2l1.4-3 3 6 1.5-3H18'/%3E%3C/svg%3E") center / contain no-repeat;
}

.icon-privacy {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='18' height='11' x='3' y='11' rx='2'/%3E%3Cpath d='M7 11V7a5 5 0 0 1 10 0v4'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='18' height='11' x='3' y='11' rx='2'/%3E%3Cpath d='M7 11V7a5 5 0 0 1 10 0v4'/%3E%3C/svg%3E") center / contain no-repeat;
}

.icon-laser {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 2.6 21.4 8l-2.2 2.4-1.2-1.1-5.5 6.1c-.8.9-2.1 1-3 .2L8.2 14l7.3-8-1.2-1.1 1.2-2.3ZM7.1 15.2l1.2 1.1-3.4 3.8-2.3-2.1 4.5-2.8ZM18.5 12.8l2.9 2.6-1.3 1.4-2.9-2.6 1.3-1.4ZM12.6 18.2h4.2v1.9h-4.2v-1.9Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 2.6 21.4 8l-2.2 2.4-1.2-1.1-5.5 6.1c-.8.9-2.1 1-3 .2L8.2 14l7.3-8-1.2-1.1 1.2-2.3ZM7.1 15.2l1.2 1.1-3.4 3.8-2.3-2.1 4.5-2.8ZM18.5 12.8l2.9 2.6-1.3 1.4-2.9-2.6 1.3-1.4ZM12.6 18.2h4.2v1.9h-4.2v-1.9Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.icon-care {
  -webkit-mask: var(--brand-star) center / contain no-repeat;
  mask: var(--brand-star) center / contain no-repeat;
}

.icon-package {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6.8 12 2.7l8 4.1v10.4l-8 4.1-8-4.1V6.8Zm8 1.8 4.7-2.4L12 3.8 7.3 6.2 12 8.6Zm-6.1 7.5 5.2 2.7v-8.5L5.9 7.6v8.5Zm12.2 0V7.6l-5.2 2.7v8.5l5.2-2.7Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6.8 12 2.7l8 4.1v10.4l-8 4.1-8-4.1V6.8Zm8 1.8 4.7-2.4L12 3.8 7.3 6.2 12 8.6Zm-6.1 7.5 5.2 2.7v-8.5L5.9 7.6v8.5Zm12.2 0V7.6l-5.2 2.7v8.5l5.2-2.7Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.icon-complex {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='16' height='18' x='4' y='3' rx='2'/%3E%3Cpath d='M9 7h6M9 12h6M9 17h6M7 7h.01M7 12h.01M7 17h.01'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='16' height='18' x='4' y='3' rx='2'/%3E%3Cpath d='M9 7h6M9 12h6M9 17h6M7 7h.01M7 12h.01M7 17h.01'/%3E%3C/svg%3E") center / contain no-repeat;
}

.icon-procedure {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 7V5a2 2 0 0 1 2-2h2M17 3h2a2 2 0 0 1 2 2v2M21 17v2a2 2 0 0 1-2 2h-2M7 21H5a2 2 0 0 1-2-2v-2M7 12h10'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 7V5a2 2 0 0 1 2-2h2M17 3h2a2 2 0 0 1 2 2v2M21 17v2a2 2 0 0 1-2 2h-2M7 21H5a2 2 0 0 1-2-2v-2M7 12h10'/%3E%3C/svg%3E") center / contain no-repeat;
}

.icon-calendar {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 2.8h2v2h6v-2h2v2h2.5c1 0 1.9.8 1.9 1.9v12.6c0 1-.8 1.9-1.9 1.9h-15c-1 0-1.9-.8-1.9-1.9V6.7c0-1 .8-1.9 1.9-1.9H7v-2Zm12.4 7.3H4.6v9.1h14.8v-9.1Zm-3.5 2.3 1.3 1.3-5.7 5.1-3.4-3.3 1.3-1.3 2.1 2 4.4-3.8Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 2.8h2v2h6v-2h2v2h2.5c1 0 1.9.8 1.9 1.9v12.6c0 1-.8 1.9-1.9 1.9h-15c-1 0-1.9-.8-1.9-1.9V6.7c0-1 .8-1.9 1.9-1.9H7v-2Zm12.4 7.3H4.6v9.1h14.8v-9.1Zm-3.5 2.3 1.3 1.3-5.7 5.1-3.4-3.3 1.3-1.3 2.1 2 4.4-3.8Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.icon-recommend {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.8 3.5h8.4c1.1 0 2 .9 2 2v13c0 1.1-.9 2-2 2H7.8c-1.1 0-2-.9-2-2v-13c0-1.1.9-2 2-2Zm1.1 3v1.8h6.2V6.5H8.9Zm0 4.1v1.8h6.2v-1.8H8.9Zm0 4.1v1.8h3.8v-1.8H8.9ZM4 7.3H2.2v10.4c0 2.7 1.9 4.1 4.2 4.1h9.4V20H6.4C4.9 20 4 19.2 4 17.7V7.3Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.8 3.5h8.4c1.1 0 2 .9 2 2v13c0 1.1-.9 2-2 2H7.8c-1.1 0-2-.9-2-2v-13c0-1.1.9-2 2-2Zm1.1 3v1.8h6.2V6.5H8.9Zm0 4.1v1.8h6.2v-1.8H8.9Zm0 4.1v1.8h3.8v-1.8H8.9ZM4 7.3H2.2v10.4c0 2.7 1.9 4.1 4.2 4.1h9.4V20H6.4C4.9 20 4 19.2 4 17.7V7.3Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.tg-icon,
.tg-step-icon {
  display: inline-block;
  flex: 0 0 auto;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.6 3.4 2.8 10.7c-1 .4-1 1.8.1 2.1l4.7 1.5 1.8 5.4c.3.9 1.4 1.1 2 .4l2.7-2.8 4.8 3.5c.8.6 1.9.1 2.1-.9l2.3-15c.2-1.1-.8-1.9-1.7-1.5ZM8.3 13.7l9.2-5.7-6.8 7.2-.3 3.1-1.2-3.8-.9-.8Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.6 3.4 2.8 10.7c-1 .4-1 1.8.1 2.1l4.7 1.5 1.8 5.4c.3.9 1.4 1.1 2 .4l2.7-2.8 4.8 3.5c.8.6 1.9.1 2.1-.9l2.3-15c.2-1.1-.8-1.9-1.7-1.5ZM8.3 13.7l9.2-5.7-6.8 7.2-.3 3.1-1.2-3.8-.9-.8Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.tg-icon {
  width: 16px;
  height: 16px;
}

.tg-icon-inline {
  width: 15px;
  height: 15px;
  margin-right: 6px;
  color: var(--rose);
  vertical-align: -2px;
}

.tg-step-icon {
  width: 24px;
  height: 24px;
}

.instagram-icon {
  width: 22px;
  height: 22px;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.8 2.6h8.4c2.9 0 5.2 2.3 5.2 5.2v8.4c0 2.9-2.3 5.2-5.2 5.2H7.8c-2.9 0-5.2-2.3-5.2-5.2V7.8c0-2.9 2.3-5.2 5.2-5.2Zm0 2.1a3.1 3.1 0 0 0-3.1 3.1v8.4a3.1 3.1 0 0 0 3.1 3.1h8.4a3.1 3.1 0 0 0 3.1-3.1V7.8a3.1 3.1 0 0 0-3.1-3.1H7.8Zm4.2 3a4.3 4.3 0 1 1 0 8.6 4.3 4.3 0 0 1 0-8.6Zm0 2.1a2.2 2.2 0 1 0 0 4.4 2.2 2.2 0 0 0 0-4.4Zm4.6-2.4a1.1 1.1 0 1 1 0 2.2 1.1 1.1 0 0 1 0-2.2Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.8 2.6h8.4c2.9 0 5.2 2.3 5.2 5.2v8.4c0 2.9-2.3 5.2-5.2 5.2H7.8c-2.9 0-5.2-2.3-5.2-5.2V7.8c0-2.9 2.3-5.2 5.2-5.2Zm0 2.1a3.1 3.1 0 0 0-3.1 3.1v8.4a3.1 3.1 0 0 0 3.1 3.1h8.4a3.1 3.1 0 0 0 3.1-3.1V7.8a3.1 3.1 0 0 0-3.1-3.1H7.8Zm4.2 3a4.3 4.3 0 1 1 0 8.6 4.3 4.3 0 0 1 0-8.6Zm0 2.1a2.2 2.2 0 1 0 0 4.4 2.2 2.2 0 0 0 0-4.4Zm4.6-2.4a1.1 1.1 0 1 1 0 2.2 1.1 1.1 0 0 1 0-2.2Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.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;
}

.menu-toggle {
  display: none;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
}

.mobile-burger {
  display: none;
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 6px auto;
  background: var(--ink);
  border-radius: 999px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(390px, 450px);
  gap: 32px;
  padding: 16px 42px 0;
  border-bottom: 1px solid var(--line);
}

.hero-copy {
  padding-top: 16px;
}

.eyebrow,
.section-kicker {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 0 0 13px;
  color: var(--rose);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.eyebrow {
  justify-content: flex-start;
}

.eyebrow::before,
.note::before {
  display: inline-block;
  width: 11px;
  height: 16px;
  flex: 0 0 11px;
  content: "";
  background: currentColor;
  -webkit-mask: var(--brand-star) center / contain no-repeat;
  mask: var(--brand-star) center / contain no-repeat;
}

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

h1,
h2 {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: 0;
}

h1 {
  max-width: 520px;
  margin-bottom: 14px;
  font-size: clamp(38px, 4vw, 56px);
  line-height: 0.98;
}

h1 span {
  display: block;
}

.mobile-title-line {
  display: none;
}

.mobile-break {
  display: none;
}

.hero-text {
  max-width: 430px;
  margin-bottom: 30px;
  color: var(--muted);
  font-size: 15px;
}

.hero-action {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: center;
}

.social-proof {
  display: grid;
  grid-template-columns: repeat(4, 22px) auto;
  align-items: center;
  min-width: 218px;
  color: var(--muted);
  font-size: 11px;
}

.social-proof strong {
  margin-left: 8px;
  color: var(--ink);
  font-size: 11px;
}

.social-proof span:last-child {
  grid-column: 5;
  margin-left: 8px;
}

.avatar {
  width: 25px;
  height: 25px;
  margin-right: -6px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #d5b6a9;
}

.avatar-1 { background: linear-gradient(135deg, var(--rose), #d8bac0); }
.avatar-2 { background: linear-gradient(135deg, #e8d6da, #b77a88); }
.avatar-3 { background: linear-gradient(135deg, #f3e4ea, #d8bac0); }
.avatar-4 { background: linear-gradient(135deg, #b77a88, #f3e4ea); }

.hero-media {
  position: relative;
  align-self: start;
  min-height: 360px;
  overflow: hidden;
  border-radius: 42px 14px 54px 14px;
  box-shadow: var(--leaf-shadow);
}

.hero-media img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: 62% 50%;
  filter: saturate(0.92) brightness(1.06) contrast(0.98);
}

.sparkle {
  position: absolute;
  display: block;
  pointer-events: none;
}

.sparkle::before,
.sparkle::after {
  position: absolute;
  content: "";
}

.sparkle::before {
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: currentColor;
  -webkit-mask: var(--brand-star) center / contain no-repeat;
  mask: var(--brand-star) center / contain no-repeat;
}

.sparkle::after {
  display: none;
}

.sparkle-big {
  right: -18px;
  bottom: 92px;
  width: 72px;
  height: 72px;
  color: #fffdfb;
}

.info-strip {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 20px 0 22px;
}

.info-strip article {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 82px;
  padding: 13px 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  border-radius: var(--leaf-radius-sm);
  box-shadow: 0 12px 26px rgba(115, 82, 74, 0.06);
}

.mini-icon {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  color: var(--rose);
  background: #fef7fb;
  border: 1px solid var(--line);
  border-radius: 16px 6px 20px 6px;
  font-size: 15px;
}

.info-strip strong,
.info-strip small {
  display: block;
}

.info-strip strong {
  margin-bottom: 2px;
  font-size: 13px;
}

.info-strip small {
  color: var(--muted);
  font-size: 11px;
}

.address-stack {
  display: grid !important;
  gap: 1px;
}

.section {
  padding: 50px 42px;
  border-bottom: 1px solid var(--line);
}

.section h2 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 34px;
  line-height: 1.1;
}

.section-kicker {
  text-align: center;
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.package-card {
  position: relative;
  min-height: 386px;
  padding: 18px 24px 20px;
  text-align: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--leaf-radius);
  box-shadow: 0 14px 30px rgba(91, 66, 58, 0.06);
}

.package-photo {
  width: 100%;
  height: 126px;
  margin: 0 auto 17px;
  object-fit: cover;
  object-position: 50% 47%;
  border-radius: 24px 10px 32px 10px;
  filter: saturate(0.9) brightness(1.04) contrast(0.98);
}

.package-card.featured {
  border-color: #d8b0b8;
  box-shadow: var(--leaf-shadow);
}

.badge {
  position: absolute;
  z-index: 3;
  top: 26px;
  left: 30px;
  padding: 5px 9px;
  color: #fff;
  background: var(--rose);
  border-radius: 15px 7px 18px 7px;
  font-size: 10px;
  font-weight: 600;
  box-shadow: 0 6px 14px rgba(91, 66, 58, 0.14);
}

.line-art {
  width: 74px;
  height: 74px;
  margin: 0 auto 15px;
  border-radius: 50% 50% 46% 46%;
  background:
    linear-gradient(90deg, transparent 48%, rgba(183, 122, 136, 0.45) 49%, rgba(183, 122, 136, 0.45) 51%, transparent 52%),
    radial-gradient(circle at 50% 20%, transparent 28px, rgba(183, 122, 136, 0.22) 29px, transparent 31px),
    #fef7fb;
}

.line-art-two {
  border-radius: 45% 45% 52% 52%;
  background:
    radial-gradient(ellipse at 30% 34%, transparent 19px, rgba(183, 122, 136, 0.42) 20px, transparent 22px),
    radial-gradient(ellipse at 70% 34%, transparent 19px, rgba(183, 122, 136, 0.42) 20px, transparent 22px),
    #fef7fb;
}

.line-art-three {
  border-radius: 50% 50% 42% 42%;
  background:
    linear-gradient(90deg, transparent 45%, rgba(183, 122, 136, 0.45) 46%, rgba(183, 122, 136, 0.45) 54%, transparent 55%),
    radial-gradient(ellipse at 50% 35%, transparent 25px, rgba(183, 122, 136, 0.22) 26px, transparent 28px),
    #fef7fb;
}

.package-card h3,
.benefit-grid h3,
.steps-grid h3 {
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.2;
}

.package-card ul,
.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.package-card li {
  color: var(--muted);
  font-size: 12px;
}

.package-card li::before,
.check-list li::before {
  content: "✓";
  margin-right: 6px;
  color: var(--rose);
}

.price-row {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 12px;
  margin: 22px 0 20px;
}

.price-row strong {
  color: var(--rose);
  font-size: 24px;
}

.price-row span,
.price-row del {
  font-size: 12px;
}

.price-row del {
  color: #a99a96;
}

.package-card .btn {
  width: 100%;
  min-height: 42px;
  padding: 0 12px;
  font-size: 12px;
}

.note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 12px;
  text-align: center;
}

.benefits {
  padding-top: 40px;
  padding-bottom: 32px;
}

.benefits > h2 {
  margin-bottom: 28px;
  text-align: center;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.value-card {
  position: relative;
  min-height: 186px;
  padding: 24px 22px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--leaf-radius-sm);
  background: rgba(255, 255, 255, 0.7);
}

.value-card::after {
  position: absolute;
  right: -12px;
  bottom: -18px;
  width: 72px;
  height: 108px;
  content: "";
  background: var(--rose-light);
  opacity: 0.45;
  -webkit-mask: var(--brand-star) center / contain no-repeat;
  mask: var(--brand-star) center / contain no-repeat;
}

.value-card > span {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  place-items: center;
  color: var(--rose);
  border: 1px solid var(--line-strong);
  border-radius: 15px 7px 18px 7px;
  background: var(--paper);
}

.semantic-icon {
  display: block;
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.value-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 8px;
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.value-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.benefit-grid,
.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.benefit-grid article,
.steps-grid article {
  min-height: 135px;
  padding: 22px 16px;
  text-align: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--leaf-radius-sm);
  box-shadow: 0 12px 25px rgba(91, 66, 58, 0.05);
}

.benefit-grid article > span,
.steps-grid article > span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 13px;
  color: var(--rose);
  background: var(--cream);
  border-radius: 18px 7px 23px 7px;
  font-size: 18px;
}

.benefit-grid p,
.steps-grid p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 11px;
}

.about {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 1fr);
  gap: 48px;
  align-items: center;
}

.about-media {
  overflow: hidden;
  border-radius: 42px 14px 54px 14px;
  box-shadow: var(--leaf-shadow);
}

.about-media img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: 50% 58%;
  filter: saturate(0.86) brightness(1.08) contrast(0.96);
}

.about-copy .section-kicker,
.about-copy h2 {
  text-align: left;
}

.about-copy h2 {
  margin-bottom: 18px;
}

.check-list li {
  margin-bottom: 11px;
  color: var(--muted);
  font-size: 14px;
}

.text-link {
  display: inline-flex;
  margin-top: 8px;
  color: var(--rose-dark);
  font-size: 13px;
  font-weight: 600;
}

.sparkle-side {
  right: 38px;
  bottom: 34px;
  width: 76px;
  height: 76px;
  color: var(--rose);
  opacity: 0.9;
}

.process {
  padding-top: 42px;
  padding-bottom: 36px;
}

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

.steps-grid article {
  min-height: 144px;
  padding: 20px 13px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.steps-grid article > span {
  width: 58px;
  height: 58px;
  font-size: 24px;
}

.gallery {
  padding-top: 35px;
  padding-bottom: 35px;
}

.gallery-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.gallery-grid img {
  width: calc((100% - 36px) / 4);
  height: auto;
  flex: 0 0 calc((100% - 36px) / 4);
  aspect-ratio: 3 / 5;
  object-fit: cover;
  -webkit-user-drag: none;
  user-select: none;
  object-position: 50% 50%;
  border-radius: 24px 10px 30px 10px;
  filter: saturate(0.9) brightness(1.04) contrast(0.98);
}

.reviews {
  padding-top: 34px;
  padding-bottom: 44px;
  background:
    radial-gradient(circle at 12% 16%, rgba(183, 122, 136, 0.08), transparent 14rem),
    linear-gradient(180deg, rgba(254, 251, 249, 0.95), rgba(255, 247, 249, 0.72));
}

.reviews h2 {
  margin-bottom: 26px;
}

.review-row {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 38px;
  gap: 16px;
  align-items: center;
  max-width: 680px;
  margin: 0 auto;
}

.round-btn {
  position: relative;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: var(--rose);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px 7px 22px 7px;
  cursor: pointer;
  transition: transform 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.round-btn:hover {
  color: var(--rose-dark);
  border-color: var(--line-strong);
  transform: translateY(-1px);
}

.round-btn::before {
  width: 10px;
  height: 10px;
  content: "";
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.review-prev::before {
  transform: rotate(-135deg);
}

.review-next::before {
  transform: rotate(45deg);
}

.review-card {
  display: block;
  position: relative;
  grid-column: 2;
  grid-row: 1;
  align-self: stretch;
  height: 100%;
  min-height: 268px;
  padding: 22px 22px 20px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 249, 250, 0.94));
  border: 1px solid var(--line);
  border-radius: var(--leaf-radius);
  box-shadow: 0 15px 30px rgba(91, 66, 58, 0.06);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.22s ease, visibility 0.22s ease;
}

.review-card.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.review-prev {
  grid-column: 1;
  grid-row: 1;
}

.review-next {
  grid-column: 3;
  grid-row: 1;
}

.review-card::after {
  position: absolute;
  right: -16px;
  top: -20px;
  width: 72px;
  height: 104px;
  content: "";
  background: rgba(183, 122, 136, 0.12);
  -webkit-mask: var(--brand-star) center / contain no-repeat;
  mask: var(--brand-star) center / contain no-repeat;
}

.review-source {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 14px;
  padding: 0 13px;
  color: var(--rose-dark);
  background: rgba(246, 229, 231, 0.88);
  border: 1px solid rgba(216, 186, 192, 0.7);
  border-radius: 16px 7px 20px 7px;
  font-size: 11px;
  font-weight: 600;
}

.stars {
  display: flex;
  gap: 5px;
  margin-bottom: 12px;
  color: var(--rose);
}

.stars span {
  display: block;
  width: 9px;
  height: 13px;
  background: currentColor;
  -webkit-mask: var(--brand-star) center / contain no-repeat;
  mask: var(--brand-star) center / contain no-repeat;
}

.review-card p {
  min-height: 112px;
  margin-bottom: 18px;
  color: #4f4440;
  font-size: 13px;
  line-height: 1.48;
}

.review-author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.review-author span {
  width: 32px;
  height: 32px;
  border-radius: 15px 6px 18px 6px;
  background: linear-gradient(135deg, #d8bac0, #b77a88);
}

.review-author strong,
.review-author small {
  display: block;
  font-size: 11px;
}

.review-author small {
  color: var(--muted);
}

.dots {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-top: 16px;
}

.dots span {
  width: 5px;
  height: 5px;
  background: var(--line-strong);
  border-radius: 50%;
  cursor: pointer;
}

.dots span.is-active {
  background: var(--rose);
}

.cta-band {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  margin: 0 42px;
  padding: 34px 40px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(35, 31, 32, 0.72) 0%, rgba(183, 122, 136, 0.62) 50%, rgba(183, 122, 136, 0.2) 100%),
    url("images/special-offer-silk-bg.png") center / cover no-repeat;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 44px 14px 56px 14px;
  box-shadow: var(--leaf-shadow);
}

.cta-band .section-kicker {
  color: rgba(255, 255, 255, 0.78);
  text-align: left;
}

.cta-band h2 {
  margin-bottom: 7px;
  font-size: 34px;
  line-height: 1.04;
}

.cta-band p {
  max-width: 500px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
}

.cta-band .btn {
  min-width: 250px;
  min-height: 66px;
  text-align: center;
}

.cta-sparkle {
  right: 32px;
  top: 18px;
  width: 52px;
  height: 52px;
  color: rgba(255, 255, 255, 0.7);
}

.faq {
  padding-top: 40px;
  padding-bottom: 35px;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

details {
  margin-bottom: 10px;
  padding: 0 18px;
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid var(--line);
  border-radius: 24px 10px 30px 10px;
}

summary {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 17px 0;
  cursor: pointer;
  font-weight: 600;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+";
  color: var(--rose);
  font-size: 20px;
  line-height: 1;
}

details[open] summary::after {
  content: "−";
}

details p {
  max-width: 92%;
  margin: -4px 0 16px;
  color: var(--muted);
  font-size: 13px;
}

.centered {
  justify-content: center;
  width: 100%;
  margin-top: 22px;
}

.faq-lead {
  width: fit-content;
  min-width: 220px;
  margin-right: auto;
  margin-left: auto;
}

.application {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 42px;
  align-items: start;
  margin: 0 34px 34px;
  padding: 42px;
  border: 1px solid var(--line);
  border-radius: 42px 16px 50px 16px;
  background:
    radial-gradient(circle at 4% 0%, rgba(183, 122, 136, 0.13), transparent 16rem),
    linear-gradient(145deg, #fff 0%, #fef7fb 100%);
}

.application-copy {
  position: sticky;
  top: 24px;
}

.application-copy .section-kicker {
  justify-content: flex-start;
  text-align: left;
}

.application-copy h2 {
  margin: 7px 0 14px;
  font-family: var(--serif);
  font-size: clamp(34px, 4.3vw, 52px);
  font-weight: 500;
  line-height: 1.02;
}

.application-copy > p:not(.section-kicker) {
  max-width: 360px;
  margin: 0 0 24px;
  color: var(--muted);
}

.application-points {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.application-points li {
  position: relative;
  padding-left: 24px;
  font-size: 13px;
}

.application-points li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  width: 17px;
  height: 17px;
  place-items: center;
  content: "✓";
  color: var(--rose-dark);
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

.application-form {
  display: grid;
  gap: 18px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--leaf-radius);
  background: #fff;
  box-shadow: 0 18px 42px rgba(76, 57, 48, 0.08);
}

.application-form[hidden],
.application-success[hidden] {
  display: none;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.field {
  display: grid;
  gap: 7px;
}

.field-full {
  grid-column: 1 / -1;
}

.contact-method {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.contact-method legend {
  margin-bottom: 8px;
  color: #514649;
  font-size: 12px;
  font-weight: 600;
}

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

.contact-options label {
  position: relative;
  min-width: 0;
  cursor: pointer;
}

.contact-options input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.contact-option {
  display: flex;
  min-height: 50px;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 10px 8px;
  overflow: hidden;
  color: var(--muted);
  border: 1px solid var(--line-strong);
  border-radius: 16px 7px 18px 7px;
  background: #fffdfd;
  font-size: 11px;
  font-weight: 600;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.contact-option svg {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-options input:checked + .contact-option {
  color: var(--rose-dark);
  border-color: var(--rose);
  background: var(--cream);
  box-shadow: 0 8px 18px rgba(183, 122, 136, 0.12);
  transform: translateY(-1px);
}

.contact-options input:focus-visible + .contact-option {
  outline: 2px solid var(--rose);
  outline-offset: 2px;
}

.field > span {
  color: #514649;
  font-size: 12px;
  font-weight: 600;
}

.field-hint {
  margin-top: -2px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.35;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid var(--line-strong);
  border-radius: 16px 7px 18px 7px;
  outline: 0;
  background: #fffdfd;
  color: var(--ink);
  font: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.field textarea {
  min-height: 98px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--rose);
  box-shadow: 0 0 0 3px rgba(183, 122, 136, 0.14);
}

.field input[aria-invalid="true"],
.field select[aria-invalid="true"],
.field textarea[aria-invalid="true"] {
  border-color: #a94355;
}

.form-trap {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.consent {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  color: var(--muted);
  font-size: 10px;
}

.consent input {
  width: 17px;
  height: 17px;
  margin: 1px 0 0;
  accent-color: var(--rose);
}

.consent a {
  color: var(--rose-dark);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.consent input[aria-invalid="true"] {
  outline: 2px solid #a94355;
  outline-offset: 2px;
}

.form-status {
  min-height: 18px;
  margin: -4px 0 0;
  color: #9d4252;
  font-size: 12px;
}

.form-status[data-state="success"] {
  color: #39734f;
}

.form-status[data-state="loading"] {
  color: var(--muted);
}

.application-form .btn {
  width: 100%;
  min-height: 52px;
  border: 0;
  cursor: pointer;
}

.application-form .btn:disabled {
  cursor: wait;
  opacity: 0.72;
  filter: saturate(0.75);
}

.application-success {
  display: grid;
  min-height: 520px;
  place-items: center;
  align-content: center;
  gap: 13px;
  padding: 42px;
  border: 1px solid var(--line);
  border-radius: var(--leaf-radius);
  background: linear-gradient(145deg, #fff 0%, #fef7fb 100%);
  box-shadow: 0 18px 42px rgba(76, 57, 48, 0.08);
  text-align: center;
}

.application-success:focus {
  outline: 0;
}

.application-success .success-star {
  width: 54px;
  height: 72px;
  margin-bottom: 3px;
  color: var(--rose);
}

.application-success .section-kicker {
  justify-content: center;
}

.application-success h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(42px, 5vw, 58px);
  font-weight: 500;
  line-height: 1;
}

.application-success > p:not(.section-kicker) {
  max-width: 430px;
  margin: 0 0 12px;
  color: var(--muted);
}

.success-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.application-success .btn {
  min-width: 230px;
}

.application-success .success-telegram {
  gap: 9px;
}

.application-success .success-telegram svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.application-success .success-note {
  margin: -2px 0 0;
  color: var(--muted);
  font-size: 11px;
}

.application-success [hidden] {
  display: none;
}

.privacy-policy {
  margin: 0 42px 42px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px 10px 30px 10px;
  background: rgba(255, 255, 255, 0.72);
}

.privacy-policy summary {
  position: relative;
  padding: 18px 52px 18px 22px;
  color: var(--ink);
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  list-style: none;
}

.privacy-policy summary::-webkit-details-marker {
  display: none;
}

.privacy-policy summary::after {
  position: absolute;
  top: 50%;
  right: 22px;
  color: var(--rose-dark);
  content: "+";
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  transform: translateY(-50%);
}

.privacy-policy[open] summary::after {
  content: "−";
}

.privacy-policy-copy {
  display: grid;
  gap: 12px;
  padding: 0 22px 24px;
  border-top: 1px solid var(--line);
}

.privacy-policy-copy h2 {
  margin: 22px 0 0;
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 500;
}

.privacy-policy-copy p {
  max-width: 850px;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}

.privacy-policy-copy a {
  color: var(--rose-dark);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.form-note {
  margin: -7px 0 0;
  color: var(--muted);
  font-size: 10px;
  text-align: center;
}

.step-brand-star {
  width: 22px;
  height: 30px;
}

.footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 42px;
  padding: 42px;
  background: linear-gradient(90deg, #fef7fb 0%, #f3e4ea 100%);
}

.footer-copy h2 {
  margin-bottom: 10px;
  font-size: 29px;
  text-align: left;
}

.footer-copy p {
  max-width: 430px;
  color: var(--muted);
}

.footer-brand {
  margin-top: 26px;
  width: 150px;
}

.footer-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  align-items: start;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.footer-links div {
  display: grid;
  gap: 8px;
  align-content: start;
  color: var(--muted);
  font-size: 12px;
}

.footer-links strong {
  color: var(--ink);
  font-size: 13px;
}

.footer-legal {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(220px, 0.9fr) minmax(0, 1.8fr);
  gap: 18px 36px;
  align-items: center;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.footer-legal-heading {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.footer-legal-kicker {
  color: var(--rose-dark);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.footer-legal-heading strong {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
}

.footer-legal-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px 28px;
  margin: 0;
}

.footer-legal-list div {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.footer-legal-list dt {
  color: var(--muted);
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.footer-legal-list dd {
  margin: 0;
  color: var(--ink);
  font-size: 12px;
  font-variant-numeric: tabular-nums;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.footer-legal-list a {
  color: var(--ink);
  text-decoration: none;
}

.footer-legal-list a:hover,
.footer-legal-list a:focus-visible {
  color: var(--rose-dark);
}

.map-card {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  background:
    linear-gradient(34deg, transparent 47%, rgba(192, 118, 132, 0.36) 48%, transparent 51%),
    linear-gradient(116deg, transparent 43%, rgba(180, 156, 148, 0.32) 44%, transparent 47%),
    linear-gradient(0deg, rgba(255, 255, 255, 0.55) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.55) 1px, transparent 1px),
    #e8d6da;
  background-size: auto, auto, 36px 36px, 36px 36px, auto;
  border: 1px solid var(--line);
  border-radius: 34px 14px 42px 14px;
  box-shadow: 0 15px 30px rgba(91, 66, 58, 0.07);
}

.map-card::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(254, 247, 251, 0.08), rgba(254, 247, 251, 0.34)),
    radial-gradient(circle at 22% 34%, rgba(183, 122, 136, 0.12), transparent 140px);
}

.map-image {
  width: 100%;
  height: 100%;
  min-height: 220px;
  border: 0;
  object-fit: cover;
  filter: saturate(0.72) brightness(1.08) contrast(0.92);
}

.map-marker {
  position: absolute;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 7px 11px;
  color: var(--ink) !important;
  background: rgba(254, 247, 251, 0.92);
  border: 1px solid rgba(216, 186, 192, 0.88);
  border-radius: 18px 7px 22px 7px;
  box-shadow: 0 12px 24px rgba(91, 66, 58, 0.13);
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}

.map-marker .brand-star {
  color: var(--rose);
}

.map-marker-shota {
  left: 14%;
  top: 42%;
}

.map-marker-karasu {
  right: 12%;
  top: 35%;
}

@media (max-width: 980px) {
  .page-shell {
    padding: 18px;
  }

  .site-header {
    grid-template-columns: 150px 1fr auto;
    gap: 16px;
    padding-inline: 24px;
  }

  .main-nav {
    gap: 14px;
    font-size: 11px;
  }

  .site-header .btn {
    display: none;
  }

  .hero,
  .about {
    grid-template-columns: 1fr;
  }

  .hero-media {
    min-height: 300px;
  }

  .hero-media img {
    height: 300px;
  }

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

  .gallery-grid img {
    width: calc((100% - 24px) / 3);
    flex-basis: calc((100% - 24px) / 3);
  }

  .application {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .application-copy {
    position: static;
  }

  .package-grid,
  .review-row,
  .footer {
    grid-template-columns: 1fr;
  }

  .review-row {
    grid-template-columns: 38px minmax(0, 1fr) 38px;
  }

  .footer-actions {
    justify-content: flex-start;
  }
}

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

  body {
    padding-bottom: calc(82px + env(safe-area-inset-bottom));
  }

  .page-shell {
    width: 100%;
    max-width: 100%;
    padding: 8px;
  }

  .landing-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(39, 30, 26, 0.18);
  }

  .site-header,
  .hero,
  .hero-copy,
  .hero-action,
  .info-strip,
  .section,
  .package-grid,
  .package-card,
  .benefit-grid,
  .steps-grid,
  .about,
  .about-copy,
  .gallery-grid,
  .review-row,
  .review-card,
  .cta-band,
  .faq-grid,
  .footer,
  .footer-actions,
  .footer-links,
  .map-card {
    max-width: 100%;
    min-width: 0;
  }

  .site-header {
    grid-template-columns: 1fr auto auto;
    position: fixed;
    top: max(8px, env(safe-area-inset-top));
    right: 8px;
    left: 8px;
    z-index: 60;
    width: auto;
    min-height: 68px;
    padding: 10px 18px;
    align-items: center;
    background: rgba(254, 247, 251, 0.94);
    border-bottom: 1px solid rgba(232, 214, 218, 0.78);
    border-radius: 22px 22px 12px 12px;
    box-shadow: 0 8px 24px rgba(76, 57, 48, 0.07);
    backdrop-filter: blur(14px);
  }

  .brand {
    width: 60px;
  }

  .language-switch {
    grid-template-columns: repeat(3, 28px);
    justify-self: end;
  }

  .language-switch button {
    width: 28px;
    height: 28px;
  }

  .main-nav {
    position: fixed;
    top: calc(max(8px, env(safe-area-inset-top)) + 72px);
    right: 12px;
    left: 12px;
    z-index: 70;
    display: none;
    flex-direction: column;
    gap: 0;
    max-height: calc(100dvh - 92px);
    overflow-y: auto;
    padding: 10px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid var(--line);
    border-radius: 24px 10px 30px 10px;
    box-shadow: 0 18px 44px rgba(54, 38, 32, 0.2);
    backdrop-filter: blur(14px);
  }

  .main-nav.is-open {
    display: flex;
  }

  .main-nav a {
    display: flex;
    min-height: 48px;
    align-items: center;
    padding: 12px 14px;
    border-bottom: 1px solid rgba(232, 214, 218, 0.72);
    font-size: 14px;
  }

  .main-nav a:last-child {
    border-bottom: 0;
  }

  .menu-toggle {
    display: block;
    position: relative;
    top: auto;
    right: auto;
    z-index: 71;
    width: 48px;
    height: 48px;
    justify-self: end;
    background: rgba(254, 247, 251, 0.86);
    border: 1px solid var(--line);
    border-radius: 16px 7px 20px 7px;
    box-shadow: 0 10px 20px rgba(183, 122, 136, 0.12);
  }

  body::after {
    display: none;
  }

  .mobile-burger {
    display: none;
  }

  .btn {
    max-width: 100%;
    gap: 8px;
    padding-inline: 18px;
    text-align: center;
    white-space: normal;
  }

  .hero {
    display: block;
    padding: calc(82px + env(safe-area-inset-top)) 20px 0;
  }

  .hero-copy {
    padding-top: 20px;
  }

  .eyebrow,
  .section-kicker {
    font-size: 9px;
    letter-spacing: 1.1px;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(30px, 8.4vw, 36px);
    line-height: 1.02;
  }

  .desktop-title-line {
    display: none;
  }

  .mobile-title-line {
    display: block;
  }

  .mobile-break {
    display: inline;
  }

  h1,
  h2,
  h3,
  p,
  a,
  li,
  strong,
  small,
  summary {
    overflow-wrap: anywhere;
  }

  .hero-text {
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 13px;
  }

  .hero-action {
    display: grid;
    gap: 10px;
  }

  .hero-action .btn {
    width: 100%;
    min-width: 0;
    min-height: 54px;
    padding-inline: 14px;
  }

  .social-proof {
    display: none;
  }

  .hero-media {
    display: block;
    min-height: 220px;
    margin-top: 18px;
  }

  .hero-media img {
    height: 220px;
    object-position: 62% 50%;
  }

  .info-strip {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 20px 0 22px;
  }

  .info-strip article {
    min-height: 82px;
    padding: 11px 12px;
  }

  .section {
    padding: 40px 20px;
  }

  .section h2 {
    margin-bottom: 22px;
    font-size: clamp(27px, 7.5vw, 32px);
  }

  .package-grid,
  .benefit-grid,
  .steps-grid,
  .faq-grid,
  .footer-links {
    grid-template-columns: 1fr;
  }

  .package-card {
    min-height: auto;
    padding: 20px;
    border-radius: 30px 12px 38px 12px;
  }

  .package-photo {
    width: 100%;
    height: auto;
    aspect-ratio: 1.72 / 1;
    border-radius: 24px 10px 30px 10px;
  }

  .price-row {
    flex-wrap: wrap;
    gap: 5px 10px;
    margin: 20px 0 18px;
  }

  .price-row strong {
    width: 100%;
    font-size: 28px;
    line-height: 1.05;
  }

  .package-card .btn {
    width: min(100%, calc(100vw - 70px));
    min-height: 50px;
  }

  .benefit-grid article,
  .steps-grid article {
    min-height: auto;
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 4px 14px;
    align-items: center;
    padding: 18px;
    text-align: left;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid var(--line);
    border-radius: 26px 10px 32px 10px;
    box-shadow: 0 12px 24px rgba(183, 122, 136, 0.06);
  }

  .benefit-grid article > span,
  .steps-grid article > span {
    grid-row: span 2;
    width: 46px;
    height: 46px;
    margin: 0;
    font-size: 19px;
  }

  .benefit-grid h3,
  .steps-grid h3 {
    margin: 0;
  }

  .benefit-grid p,
  .steps-grid p {
    font-size: 12px;
    line-height: 1.42;
  }

  .about {
    gap: 24px;
  }

  .about-media img {
    height: 230px;
  }

  .about-copy .section-kicker,
  .about-copy h2 {
    text-align: center;
  }

  .sparkle-side {
    display: none;
  }

  .gallery-grid {
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 2px 2px 12px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
    touch-action: pan-x;
    -webkit-overflow-scrolling: touch;
  }

  .gallery-grid::-webkit-scrollbar {
    display: none;
  }

  .gallery-grid img {
    width: 72%;
    min-width: 72%;
    flex: 0 0 72%;
    height: auto;
    aspect-ratio: 3 / 5;
    scroll-snap-align: start;
  }

  .review-card {
    min-height: auto;
    padding: 20px;
  }

  .review-row {
    grid-template-columns: 34px minmax(0, 1fr) 34px;
    gap: 10px;
  }

  .round-btn {
    width: 34px;
    height: 34px;
  }

  .review-card p {
    min-height: auto;
  }

  .cta-band {
    display: block;
    margin: 0 20px;
    padding: 28px 24px;
    border-radius: 34px 12px 42px 12px;
  }

  .cta-band .section-kicker {
    justify-content: flex-start;
  }

  .cta-band h2 {
    font-size: clamp(28px, 8vw, 34px);
  }

  .cta-band .btn {
    width: min(100%, calc(100vw - 88px));
    min-width: 0;
    margin-top: 22px;
    padding-inline: 12px;
  }

  .application {
    gap: 22px;
    margin: 0 8px 20px;
    padding: 28px 14px;
    border-radius: 30px 12px 36px 12px;
    scroll-margin-top: calc(78px + env(safe-area-inset-top));
  }

  .application-copy h2 {
    font-size: 38px;
  }

  .application-form {
    gap: 16px;
    padding: 18px 12px;
  }

  .application-success {
    min-height: 430px;
    padding: 30px 20px;
  }

  .application-success .success-star {
    width: 46px;
    height: 62px;
  }

  .application-success .btn {
    width: 100%;
    min-width: 0;
  }

  .success-actions {
    width: 100%;
  }

  .form-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .field-full {
    grid-column: auto;
  }

  .field input,
  .field select,
  .field textarea {
    min-height: 52px;
    font-size: 16px;
  }

  .field textarea {
    min-height: 128px;
  }

  .field > span {
    font-size: 13px;
    line-height: 1.35;
  }

  .consent {
    grid-template-columns: 22px 1fr;
    gap: 9px;
    font-size: 11px;
    line-height: 1.4;
  }

  .consent input {
    width: 20px;
    height: 20px;
  }

  .privacy-policy {
    margin: 0 18px 28px;
    border-radius: 20px 8px 24px 8px;
  }

  .privacy-policy summary {
    padding: 17px 48px 17px 18px;
    font-size: 12px;
  }

  .privacy-policy summary::after {
    right: 18px;
  }

  .privacy-policy-copy {
    padding: 0 18px 20px;
  }

  .privacy-policy-copy h2 {
    font-size: 24px;
  }

  .application-form .btn {
    min-height: 56px;
  }

  .mobile-apply {
    position: fixed;
    z-index: 50;
    right: 12px;
    bottom: max(10px, env(safe-area-inset-bottom));
    left: 12px;
    display: flex;
    min-height: 56px;
    box-shadow: 0 14px 32px rgba(99, 62, 72, 0.3);
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  }

  .mobile-apply.is-hidden {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
  }

  .footer {
    gap: 24px;
    padding: 36px 20px calc(112px + env(safe-area-inset-bottom));
  }

  .footer-actions {
    display: grid;
    gap: 10px;
  }

  .footer-actions .btn {
    width: min(100%, calc(100vw - 56px));
    min-width: 0;
  }

  .footer-copy h2 {
    font-size: clamp(27px, 7.4vw, 31px);
  }

  .footer-brand {
    width: 132px;
  }

  .footer-legal {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-top: 22px;
  }

  .footer-legal-list {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .map-card {
    min-height: 150px;
  }
}

@media (max-width: 380px) {
  .page-shell {
    padding: 6px;
  }

  .landing-card {
    border-radius: 22px;
  }

  .site-header,
  .hero,
  .section,
  .footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .brand {
    width: 58px;
  }

  .menu-toggle {
    right: 18px;
  }

  .eyebrow,
  .section-kicker {
    letter-spacing: 0.9px;
  }

  h1 {
    font-size: 29px;
  }

  .package-card {
    padding: 17px;
  }

  .price-row strong {
    font-size: 26px;
  }

  .benefit-grid article,
  .steps-grid article {
    grid-template-columns: 44px 1fr;
    padding: 16px;
  }

  .benefit-grid article > span,
  .steps-grid article > span {
    width: 40px;
    height: 40px;
  }

  .cta-band {
    margin: 0 18px;
    padding: 25px 20px;
  }
}

@media (max-width: 980px) {
  .value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .benefits > h2 {
    margin-bottom: 20px;
  }

  .value-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .value-card {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 4px 13px;
    min-height: auto;
    padding: 16px;
    align-items: center;
  }

  .value-card::after {
    width: 54px;
    height: 82px;
    opacity: 0.28;
  }

  .value-card > span {
    grid-row: 1 / span 2;
    width: 46px;
    height: 46px;
    margin: 0;
  }

  .value-card h3 {
    margin: 0;
    font-size: 18px;
  }

  .value-card p {
    font-size: 12px;
    line-height: 1.42;
  }
}

@media (max-width: 480px) {
  .contact-options {
    grid-template-columns: 1fr;
  }

  .contact-option {
    justify-content: flex-start;
    min-height: 48px;
    padding-inline: 14px;
  }
}
