:root {
  --bg: #f0f1f3;
  --bg-soft: #f8f9fa;
  --panel: rgba(255, 255, 255, 0.94);
  --text: #1a1d22;
  --muted: #6b7280;
  --line: rgba(30, 35, 45, 0.10);
  --red: #d92027;
  --red-deep: #a8161c;
  --red-light: #ff4b52;
  --graphite: #2a2d33;
  --graphite-deep: #17191d;
  --gold: #c9a227;
  --cream: #f4f5f7;
  --danger: #b1352f;
  --success: #2e7d5b;
  --shadow: 0 22px 60px rgba(20, 25, 35, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  min-width: 320px;
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 50% 0%, rgba(255,255,255,.98), transparent 34%),
    radial-gradient(circle at 100% 12%, rgba(217, 32, 39, .10), transparent 28%),
    linear-gradient(180deg, #f8f9fa 0%, #eef0f3 48%, #e5e7ea 100%);
}
img { display: block; width: 100%; height: auto; }
a { color: inherit; }
button, input { font: inherit; }
button { -webkit-tap-highlight-color: transparent; }

.page-shell { min-height: 100vh; padding: 12px 0 24px; }
.page, .site-footer { width: min(100%, 430px); margin: 0 auto; }
.page { display: flex; flex-direction: column; gap: 20px; }

.hero { display: flex; flex-direction: column; gap: 14px; }
.hero-media {
  position: relative;
  margin: 0 12px;
  overflow: hidden;
  border-radius: 30px;
  background: #e5e7ea;
  box-shadow: var(--shadow);
}
.hero-media::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(20, 25, 35, .35) 0%, rgba(20,25,35,.05) 42%, rgba(20, 25, 35, .35) 100%);
}
.hero-title {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  padding: 14px 16px 15px;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.25);
  background: rgba(23, 25, 29, .78);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, .35);
}
.hero-title span,
.section-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 29px;
  padding: 0 11px;
  border-radius: 999px;
  background: rgba(217, 32, 39, .18);
  color: #ff8a90;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.hero-title h1 {
  margin: 8px 0 0;
  font-size: 42px;
  line-height: .92;
  letter-spacing: -.06em;
  color: #ffffff;
}
.hero-body { margin: 0 14px; padding: 0 4px; }
.lead {
  margin: 0 0 14px;
  color: #4a4f58;
  font-size: 15px;
  line-height: 1.7;
}
.price-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 10px;
  margin: 0 0 16px;
}
.price-old,
.price-current {
  font-size: 27px;
  line-height: 1;
  letter-spacing: -.045em;
}
.price-old {
  color: #9aa0a8;
  font-weight: 700;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}
.price-current { color: #1a1d22; font-weight: 900; }
.discount {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff4b52, #a8161c);
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: -.02em;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 56px;
  padding: 0 18px;
  border: 0;
  border-radius: 20px;
  cursor: pointer;
  text-decoration: none;
  font-weight: 800;
  transition: transform .18s ease, opacity .18s ease, box-shadow .18s ease;
}
.button:active { transform: translateY(1px); }
.button:disabled { opacity: .72; cursor: default; box-shadow: none; }
.button-primary {
  color: #ffffff;
  background: linear-gradient(180deg, #e63946 0%, #a8161c 100%);
  box-shadow: 0 16px 32px rgba(168, 22, 28, .32);
}
.meta-note {
  margin: 10px 0 0;
  text-align: center;
  color: #7a8088;
  font-size: 13px;
  line-height: 1.45;
}

.section, .order-section { padding: 0; }
.section-intro { margin: 0 14px 14px; }
.section-intro h2,
.order-card h2 {
  margin: 11px 0 0;
  color: #1a1d22;
  font-size: 30px;
  line-height: 1.06;
  letter-spacing: -.048em;
}
.story-card,
.order-card {
  margin: 0 14px;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(244,245,247,.98));
  box-shadow: 0 18px 42px rgba(20, 25, 35, 0.10);
}
.story-photo { aspect-ratio: .75 / 1; object-fit: cover; }
.story-copy, .order-card { padding: 22px; }
.story-copy p,
.order-card > p {
  margin: 0;
  color: #4a4f58;
  font-size: 15px;
  line-height: 1.72;
}
.story-copy p + p { margin-top: 14px; }
.spec-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 18px;
}
.spec-grid div {
  min-height: 86px;
  padding: 15px 14px;
  border-radius: 20px;
  border: 1px solid rgba(217, 32, 39, .14);
  background: rgba(245, 230, 232, .68);
}
.spec-grid strong {
  display: block;
  margin-bottom: 7px;
  color: var(--red-deep);
  font-size: 20px;
  line-height: 1.05;
  letter-spacing: -.04em;
}
.spec-grid span {
  display: block;
  color: #6b7280;
  font-size: 13px;
  line-height: 1.35;
}
.soft-note {
  margin-top: 18px;
  padding: 18px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(242, 236, 232, .96));
  border: 1px solid rgba(217, 32, 39, .12);
}
.soft-note h3,
.image-card h3 {
  margin: 0 0 9px;
  color: #1a1d22;
  font-size: 23px;
  line-height: 1.1;
  letter-spacing: -.04em;
}
.soft-note p { font-size: 14px; line-height: 1.64; color: #4a4f58; }
.feature-flow {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 14px;
}
.image-card {
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.92);
  box-shadow: 0 16px 34px rgba(20, 25, 35, .08);
}
.image-card img { aspect-ratio: .86 / 1; object-fit: cover; }
.image-card div { padding: 18px 20px 20px; }
.image-card p {
  margin: 0;
  color: #4a4f58;
  font-size: 14px;
  line-height: 1.65;
}
.visual-strip {
  display: grid;
  gap: 12px;
  margin: 0 14px;
}
.visual-strip img {
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid var(--line);
  box-shadow: 0 16px 34px rgba(20, 25, 35, .08);
}
.reviews-intro { text-align: left; }
.reviews-carousel { position: relative; margin: 0 14px; }
.carousel-viewport { overflow: hidden; border-radius: 28px; }
.carousel-track { display: flex; transition: transform .35s ease; }
.review-card {
  flex: 0 0 100%;
  min-width: 100%;
  min-height: 230px;
  padding: 24px 22px 22px;
  border-radius: 28px;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 92% 8%, rgba(217, 32, 39, .08), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(240, 241, 244, .98));
}
.review-head { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.review-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: linear-gradient(180deg, #e63946, #a8161c);
  font-weight: 900;
}
.review-meta h3 { margin: 0 0 4px; font-size: 18px; line-height: 1.1; color: #1a1d22; }
.review-meta span { color: #7a8088; font-size: 13px; }
.review-card p { margin: 0; color: #4a4f58; font-size: 15px; line-height: 1.72; }
.carousel-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 42px;
  height: 42px;
  transform: translateY(-50%);
  border-radius: 50%;
  border: 1px solid rgba(217, 32, 39, .22);
  background: rgba(255,255,255,.94);
  box-shadow: 0 10px 24px rgba(20, 25, 35, .12);
  cursor: pointer;
}
.carousel-arrow::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 auto;
  border-top: 2px solid var(--red-deep);
  border-right: 2px solid var(--red-deep);
}
.carousel-arrow-prev { left: 8px; }
.carousel-arrow-next { right: 8px; }
.carousel-arrow-prev::before { transform: rotate(-135deg); }
.carousel-arrow-next::before { transform: rotate(45deg); }
.carousel-dots { display: flex; justify-content: center; gap: 8px; padding: 16px 0 4px; }
.carousel-dots button { width: 8px; height: 8px; border: 0; border-radius: 50%; background: rgba(217, 32, 39, .25); }
.carousel-dots button.is-active { background: var(--red-deep); }

.order-card { padding: 22px; }
.order-card h2 { margin-bottom: 10px; }
.order-form { margin-top: 18px; }
.field-group { margin-bottom: 15px; }
.field-group label { display: block; margin-bottom: 8px; font-size: 14px; font-weight: 700; color: #1a1d22; }
.field-group input {
  width: 100%;
  height: 54px;
  padding: 0 16px;
  border: 1px solid rgba(217, 32, 39, .20);
  border-radius: 18px;
  outline: none;
  background: rgba(255,255,255,.98);
  color: var(--text);
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}
.field-group input:focus { border-color: rgba(217, 32, 39, .55); box-shadow: 0 0 0 4px rgba(217, 32, 39, .10); }
.field-group input::placeholder { color: #9aa0a8; }
.field-group.has-error input { border-color: var(--danger); background: rgba(255,247,244,.98); box-shadow: 0 0 0 4px rgba(177, 53, 47, .07); }
.field-error,
.form-success { min-height: 19px; margin: 7px 0 0; color: var(--danger); font-size: 13px; line-height: 1.4; }
.form-success { color: var(--success); text-align: center; }
.form-success.is-error { color: var(--danger); }
.privacy-note { margin: 12px 0 0; color: var(--muted); text-align: center; font-size: 12px; line-height: 1.5; }

.site-footer { margin-top: 14px; padding: 0 16px 20px; color: #6b7280; text-align: center; }
.footer-title { margin-bottom: 12px; font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; color: var(--red-deep); }
.site-footer p { margin: 0 0 12px; font-size: 13px; line-height: 1.62; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 16px; margin-bottom: 12px; }
.footer-links a { font-size: 13px; text-decoration: none; color: var(--red-deep); }
.footer-links a:hover { color: #6d0f14; }
.registry-note { color: #7a8088; }

.legal-body { min-height: 100vh; padding: 18px; }
.legal-page {
  width: min(100%, 430px);
  margin: 0 auto;
  padding: 24px 22px 28px;
  border-radius: 28px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.95);
  box-shadow: var(--shadow);
}
.back-link { display: inline-block; margin-bottom: 18px; color: var(--muted); text-decoration: none; font-size: 14px; }
.legal-page h1 { margin: 0 0 16px; font-size: 30px; line-height: 1.08; letter-spacing: -.03em; color: #1a1d22; }
.legal-page h2 { margin: 20px 0 10px; font-size: 20px; line-height: 1.15; color: #1a1d22; }
.legal-page p, .legal-page li { font-size: 15px; line-height: 1.7; color: #4a4f58; }
.legal-page p { margin: 0; }
.legal-page p + p, .legal-page h2 + p { margin-top: 10px; }
.legal-page ul { margin: 10px 0 0; padding-left: 19px; }
.legal-links-inline { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.legal-links-inline a { padding: 9px 12px; border-radius: 999px; background: rgba(217, 32, 39, .10); color: var(--red-deep); text-decoration: none; font-size: 13px; font-weight: 700; }

@media (min-width: 431px) {
  .page-shell { padding-top: 18px; }
}
@supports not ((backdrop-filter: blur(12px)) or (-webkit-backdrop-filter: blur(12px))) {
  .hero-title { background: rgba(23, 25, 29, .92); }
}