:root {
  --primary: #f8dde0;
  --accent: #c87899;
  --accent-dark: #a95678;
  --text: #494044;
  --heading: #302a2d;
  --soft: #7d7075;
  --surface: #fffdfc;
  --background: #fff8f7;
  --error: #b13e4d;
  --shadow: 0 14px 40px rgba(86, 52, 65, 0.09);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #f2e7e8;
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  color: var(--text);
  line-height: 1.65;
  background: #f2e7e8;
}

button,
input {
  font: inherit;
}

a {
  color: inherit;
}

.page-shell {
  width: min(100%, 620px);
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  background: linear-gradient(180deg, #fff 0%, var(--background) 50%, #f9e6e9 100%);
  box-shadow: 0 0 45px rgba(64, 37, 47, 0.12);
}

.container {
  width: 100%;
  padding: 0 24px;
  text-align: center;
}

.hero {
  padding-top: 18px;
  padding-bottom: 56px;
}

.main-image {
  display: block;
  width: 100%;
  border-radius: 20px;
  box-shadow: var(--shadow);
}

.product-title {
  max-width: 540px;
  margin: 28px auto 16px;
  color: var(--heading);
  font-size: clamp(30px, 7vw, 43px);
  line-height: 1.14;
  letter-spacing: -0.035em;
}

.promo-icon {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 17px;
  border: 1px solid rgba(200, 120, 153, 0.35);
  border-radius: 999px;
  color: var(--accent-dark);
  background: rgba(248, 221, 224, 0.58);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.price {
  margin: 20px 0;
  color: var(--accent-dark);
  font-size: 34px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 29px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--accent), var(--accent-dark));
  box-shadow: 0 10px 24px rgba(169, 86, 120, 0.23);
  cursor: pointer;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(169, 86, 120, 0.29);
}

.cta-button:focus-visible,
.carousel-arrow:focus-visible,
input:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(169, 86, 120, 0.28);
  outline-offset: 3px;
}

.cta-button:disabled {
  cursor: wait;
  opacity: 0.7;
}

.section {
  padding: 58px 0;
}

.section + .section {
  border-top: 1px solid rgba(161, 104, 127, 0.1);
}

.eyebrow {
  margin: 0 0 9px !important;
  color: var(--accent-dark);
  font-size: 12px !important;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.section-title {
  margin: 0 auto 20px;
  color: var(--heading);
  font-size: clamp(26px, 6vw, 35px);
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.section p {
  max-width: 530px;
  margin: 0 auto;
}

.notes-section {
  margin: 0 18px;
  padding: 0;
  overflow: hidden;
  border: 0 !important;
  border-radius: 22px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.notes-image {
  display: block;
  width: 100%;
}

.notes-copy {
  padding: 32px 28px 36px;
  text-align: center;
}

.characteristics-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.char-block {
  min-height: 130px;
  padding: 22px 16px;
  border: 1px solid rgba(164, 102, 127, 0.14);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.66);
  text-align: left;
}

.char-block h3 {
  margin: 0 0 8px;
  color: var(--soft);
  font-size: 12px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.char-block span {
  display: block;
  color: var(--heading);
  font-size: 17px;
  font-weight: 650;
  line-height: 1.35;
}

.reviews-section {
  background: rgba(255, 255, 255, 0.5);
}

.reviews-carousel {
  position: relative;
  margin-top: 30px;
  padding: 0 24px;
}

.carousel-viewport {
  overflow: hidden;
  border-radius: 18px;
}

.carousel-track {
  display: flex;
  transition: transform 360ms ease;
}

.review-card {
  flex: 0 0 100%;
  min-height: 205px;
  padding: 32px 27px;
  border: 1px solid rgba(164, 102, 127, 0.13);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 25px rgba(72, 42, 54, 0.06);
  text-align: left;
}

.review-card strong {
  color: var(--heading);
  font-size: 16px;
}

.review-card p {
  margin-top: 15px;
  font-size: 14px;
}

.carousel-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid rgba(164, 102, 127, 0.18);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 6px 18px rgba(72, 42, 54, 0.12);
  cursor: pointer;
  transform: translateY(-50%);
}

.carousel-arrow::after {
  content: "";
  position: absolute;
  top: 13px;
  width: 9px;
  height: 9px;
  border-top: 2px solid var(--accent-dark);
  border-right: 2px solid var(--accent-dark);
}

.carousel-arrow-prev {
  left: 4px;
}

.carousel-arrow-prev::after {
  left: 15px;
  transform: rotate(-135deg);
}

.carousel-arrow-next {
  right: 4px;
}

.carousel-arrow-next::after {
  right: 15px;
  transform: rotate(45deg);
}

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

.carousel-dots button {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #d9c4cc;
  cursor: pointer;
}

.carousel-dots button.is-active {
  width: 20px;
  border-radius: 999px;
  background: var(--accent-dark);
}

.order-section {
  padding: 62px 18px;
  background: linear-gradient(180deg, rgba(248, 221, 224, 0.45), rgba(248, 221, 224, 0.85));
}

.form-container {
  padding: 38px 26px;
  border: 1px solid rgba(164, 102, 127, 0.14);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
  text-align: center;
}

.form-container > p:not(.eyebrow) {
  max-width: 430px;
  margin: 0 auto;
}

.order-form {
  margin-top: 27px;
}

.field-group {
  margin-bottom: 16px;
  text-align: left;
}

.field-group label {
  display: block;
  margin: 0 0 7px 3px;
  color: var(--heading);
  font-size: 13px;
  font-weight: 650;
}

.field-group input {
  width: 100%;
  min-height: 54px;
  padding: 13px 15px;
  border: 1px solid #dfd4d8;
  border-radius: 12px;
  color: var(--heading);
  background: #fff;
  font-size: 16px;
}

.field-group input:focus {
  border-color: var(--accent);
  outline: 0;
  box-shadow: 0 0 0 4px rgba(200, 120, 153, 0.12);
}

.field-group.has-error input {
  border-color: var(--error);
}

.field-error {
  min-height: 0;
  margin: 6px 3px 0 !important;
  color: var(--error);
  font-size: 12px;
  line-height: 1.4;
}

.order-form .cta-button {
  width: 100%;
  margin-top: 4px;
}

.privacy-note {
  margin-top: 13px !important;
  color: var(--soft);
  font-size: 11px;
  line-height: 1.5;
}

.privacy-note a {
  text-underline-offset: 2px;
}

.form-success {
  margin-top: 12px !important;
  color: var(--accent-dark);
  font-size: 13px;
}

.form-success.is-error {
  color: var(--error);
}

.site-footer {
  padding: 38px 26px 42px;
  color: #6f6066;
  background: #f8e5e8;
  text-align: center;
  font-size: 12px;
  line-height: 1.65;
}

.footer-title {
  margin-bottom: 10px;
  color: var(--heading);
  font-weight: 700;
  letter-spacing: 0.08em;
}

.site-footer p {
  margin: 8px auto;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px 16px;
  margin: 20px auto;
}

.footer-links a {
  color: var(--heading);
  text-underline-offset: 3px;
}

.registry-note {
  max-width: 420px;
}

@media (max-width: 480px) {
  .container {
    padding-right: 18px;
    padding-left: 18px;
  }

  .hero {
    padding-top: 12px;
  }

  .main-image {
    border-radius: 16px;
  }

  .section {
    padding: 48px 0;
  }

  .notes-section {
    margin-right: 12px;
    margin-left: 12px;
  }

  .notes-copy {
    padding: 27px 20px 31px;
  }

  .char-block {
    min-height: 120px;
    padding: 18px 13px;
  }

  .reviews-carousel {
    padding: 0 18px;
  }

  .review-card {
    min-height: 225px;
    padding: 28px 23px;
  }

  .carousel-arrow-prev {
    left: -1px;
  }

  .carousel-arrow-next {
    right: -1px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}
