:root {
  --page: #eef6fb;
  --paper: #ffffff;
  --paper-soft: #f7fbfe;
  --ink: #263949;
  --muted: #6d8191;
  --line: rgba(77, 122, 151, .16);
  --accent: #2f78a8;
  --accent-dark: #1f5f89;
  --accent-soft: #d8ecf7;
  --shadow: 0 22px 70px rgba(38, 75, 103, .16);
  --radius: 28px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  background:
    radial-gradient(circle at 50% 0%, rgba(119, 191, 232, .34), transparent 330px),
    linear-gradient(180deg, #f7fbfe 0%, var(--page) 45%, #e7f0f6 100%);
  color: var(--ink);
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.page-shell {
  width: min(100%, 430px);
  min-height: 100vh;
  margin: 0 auto;
  background: linear-gradient(180deg, rgba(255,255,255,.82), rgba(240,248,252,.92));
  box-shadow: 0 0 0 1px rgba(60, 111, 142, .06), 0 24px 90px rgba(36, 72, 103, .13);
  overflow: hidden;
}
.page { padding: 14px 14px 0; }
.hero { padding: 0 0 30px; }
.hero-visual {
  position: relative;
  overflow: hidden;
  min-height: 545px;
  border-radius: 0 0 32px 32px;
  background: #fff;
  box-shadow: var(--shadow);
}
.hero-visual img { width: 100%; height: 545px; object-fit: cover; object-position: center; }
.hero-visual::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 46%;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(22, 77, 114, .72) 100%);
}
.title-plate {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  padding: 18px 18px 19px;
  border-radius: 24px;
  color: #fff;
  background: rgba(14, 62, 96, .48);
  border: 1px solid rgba(255,255,255,.32);
  backdrop-filter: blur(13px);
}
.eyebrow, .section-kicker {
  display: block;
  margin: 0 0 7px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--accent-dark);
}
.title-plate .eyebrow { color: rgba(255,255,255,.78); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 0; font-size: 31px; line-height: 1.08; letter-spacing: -.045em; }
.hero-body {
  padding: 22px 8px 0;
  text-align: center;
}
.lead { margin: 0 auto 18px; max-width: 370px; color: var(--muted); font-size: 16px; line-height: 1.62; }
.price-row { display: flex; justify-content: center; align-items: baseline; gap: 14px; margin: 0 0 12px; }
.price-old { color: #98a9b5; text-decoration: line-through; font-size: 24px; font-weight: 700; }
.price-current { color: var(--ink); font-size: 24px; font-weight: 800; }
.promo-line {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  border: 1px solid rgba(47, 120, 168, .24);
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  margin-bottom: 16px;
}
.promo-badge {
  padding: 8px 11px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent-dark);
  font-size: 13px;
  font-weight: 800;
}
.promo-timer { padding-right: 8px; color: var(--muted); font-size: 13px; white-space: nowrap; }
.promo-timer strong { color: var(--accent-dark); letter-spacing: .04em; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 320px);
  min-height: 54px;
  border: 0;
  border-radius: 999px;
  font: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, opacity .2s ease;
}
.button:active { transform: translateY(1px); }
.button-primary {
  background: linear-gradient(180deg, var(--accent) 0%, var(--accent-dark) 100%);
  color: #fff;
  font-weight: 800;
  box-shadow: 0 14px 30px rgba(38, 104, 147, .24);
}
.button:disabled { opacity: .62; cursor: default; }
.meta-note { margin: 10px 0 0; color: #7e919f; font-size: 13px; }
.section { padding: 22px 0 0; }
.section-intro { padding: 0 8px 14px; text-align: center; }
.section-intro h2 { margin: 0; font-size: 25px; line-height: 1.12; letter-spacing: -.035em; }
.story-card {
  overflow: hidden;
  border-radius: var(--radius);
  background: rgba(255,255,255,.93);
  border: 1px solid var(--line);
  box-shadow: 0 18px 58px rgba(42, 84, 116, .12);
}
.story-photo { width: 100%; height: 510px; object-fit: cover; object-position: center; background: #fff; }
.story-copy { padding: 22px 19px 20px; }
.story-copy p { color: #526b7d; font-size: 15.5px; line-height: 1.68; margin-bottom: 14px; }
.notes-card {
  display: grid;
  gap: 10px;
  margin: 18px 0;
  padding: 14px;
  border-radius: 22px;
  background: linear-gradient(180deg, #eef8fd, #f8fcff);
  border: 1px solid rgba(47, 120, 168, .14);
}
.notes-card div { display: grid; gap: 4px; }
.notes-card strong { font-size: 14px; color: var(--ink); }
.notes-card span { color: var(--muted); font-size: 14px; line-height: 1.45; }
.notes-image {
  width: 100%;
  border-radius: 22px;
  border: 1px solid rgba(47, 120, 168, .11);
  background: #fff;
}
.compact { padding-top: 2px; }
.reviews-carousel { position: relative; display: grid; grid-template-columns: 38px 1fr 38px; align-items: center; gap: 4px; }
.carousel-viewport { overflow: hidden; border-radius: 24px; }
.carousel-track { display: flex; transition: transform .42s ease; }
.review-card {
  flex: 0 0 100%;
  min-height: 184px;
  padding: 20px 18px;
  border-radius: 24px;
  background: rgba(255,255,255,.95);
  border: 1px solid var(--line);
}
.review-head { display: flex; align-items: center; gap: 12px; margin-bottom: 13px; }
.review-avatar {
  width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center;
  background: #dceff8; color: var(--accent-dark); font-weight: 800;
}
.review-meta h3 { margin: 0 0 2px; font-size: 16px; }
.review-meta span { color: #7d909e; font-size: 13px; }
.review-card p { margin: 0; color: #526b7d; line-height: 1.6; font-size: 15px; }
.carousel-arrow {
  width: 34px; height: 34px; border-radius: 50%; border: 1px solid var(--line); background: rgba(255,255,255,.75); position: relative;
}
.carousel-arrow::before { content: ""; position: absolute; inset: 0; margin: auto; width: 9px; height: 9px; border-top: 2px solid var(--accent-dark); border-right: 2px solid var(--accent-dark); }
.carousel-arrow-prev::before { transform: rotate(-135deg); left: 4px; }
.carousel-arrow-next::before { transform: rotate(45deg); right: 4px; }
.carousel-dots { display: flex; justify-content: center; gap: 7px; padding: 12px 0 4px; }
.carousel-dots button { width: 7px; height: 7px; border: 0; border-radius: 50%; background: rgba(47, 120, 168, .25); padding: 0; }
.carousel-dots button.is-active { width: 18px; border-radius: 999px; background: var(--accent); }
.order-section { padding: 26px 0 0; }
.order-card {
  padding: 24px 20px 22px;
  border-radius: 30px;
  background: linear-gradient(180deg, #ffffff 0%, #f1f9fd 100%);
  border: 1px solid var(--line);
  text-align: center;
  box-shadow: 0 18px 58px rgba(42, 84, 116, .13);
}
.order-card h2 { margin: 0 0 8px; font-size: 25px; letter-spacing: -.035em; }
.order-card > p { color: var(--muted); line-height: 1.55; margin-bottom: 18px; }
.order-form { display: grid; gap: 13px; }
.field-group { text-align: left; }
.field-group label { display: block; margin: 0 0 7px; font-size: 13px; font-weight: 700; color: #445f73; }
.field-group input {
  width: 100%; height: 54px; border-radius: 17px; border: 1px solid rgba(47, 120, 168, .18); background: rgba(255,255,255,.92);
  padding: 0 15px; font: inherit; font-size: 16px; color: var(--ink); outline: none;
}
.field-group input:focus { border-color: rgba(47, 120, 168, .55); box-shadow: 0 0 0 4px rgba(47, 120, 168, .1); }
.field-error { min-height: 18px; margin: 6px 0 0; color: #a33d35; font-size: 12px; line-height: 1.35; }
.privacy-note { margin: -2px 0 0; color: #7f919e; font-size: 11.5px; line-height: 1.45; }
.form-success { margin: 0; color: #2d6e45; font-size: 13px; }
.form-success.is-error { color: #a33d35; }
.site-footer { padding: 28px 20px 34px; color: #697f8f; font-size: 12.5px; line-height: 1.55; text-align: center; }
.footer-title { color: var(--ink); font-weight: 800; letter-spacing: .06em; font-size: 12px; margin-bottom: 8px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 12px; margin: 10px 0; }
.footer-links a { text-decoration: none; border-bottom: 1px solid rgba(105,127,143,.35); }
.registry-note { margin-bottom: 0; }
.legal-body { background: #eef6fb; }
.legal-page { width: min(100% - 28px, 430px); margin: 18px auto; padding: 24px 20px; background: #fff; border-radius: 26px; border: 1px solid var(--line); color: var(--ink); }
.legal-page h1 { font-size: 28px; color: var(--ink); }
.legal-page h2 { font-size: 18px; margin: 22px 0 8px; }
.legal-page p { color: var(--muted); line-height: 1.65; }
.back-link { display: inline-block; margin-bottom: 18px; color: var(--accent-dark); text-decoration: none; font-weight: 700; }
@media (max-width: 360px) {
  .page { padding-left: 10px; padding-right: 10px; }
  h1 { font-size: 27px; }
  .hero-visual, .hero-visual img { height: 500px; min-height: 500px; }
  .price-row { gap: 10px; }
  .price-old, .price-current { font-size: 22px; }
}
