:root {
  --bg: #f4f8ff;
  --panel: #ffffff;
  --panel-soft: #edf4ff;
  --primary: #2d64ff;
  --primary-dark: #1c4fcf;
  --primary-soft: rgba(45, 100, 255, 0.08);
  --primary-soft-strong: rgba(45, 100, 255, 0.12);
  --accent: #ffb94d;
  --accent-strong: #ff8e1d;
  --text: #15253f;
  --text-soft: #586d87;
  --border: rgba(21, 37, 63, 0.08);
  --shadow: 0 24px 44px rgba(15, 31, 61, 0.08);
  --shadow-strong: 0 30px 60px rgba(10, 24, 55, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  background: radial-gradient(circle at top, rgba(214, 231, 255, 0.8), transparent 32%), linear-gradient(180deg, #f9fbff 0%, #edf5ff 100%);
  color: var(--text);
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
input {
  font: inherit;
}

.container {
  width: min(100% - 20px, 460px);
  margin: 0 auto;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 16px;
  cursor: pointer;
  padding: 16px 24px;
  min-height: 52px;
  font-weight: 800;
  letter-spacing: -0.02em;
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.btn:hover {
  transform: translateY(-1px);
  filter: saturate(1.06);
}

.btn-small {
  padding: 12px 22px;
  font-size: 0.82rem;
  min-width: 112px;
  min-height: 44px;
}

.btn-primary {
  background: linear-gradient(135deg, var(--accent) 0%, #ff9b2f 38%, var(--accent-strong) 100%);
  color: #201a10;
  box-shadow: 0 18px 28px rgba(255, 152, 31, 0.28);
}

.btn-secondary {
  background: rgba(47, 107, 255, 0.08);
  color: var(--primary-dark);
  border: 1px solid rgba(47, 107, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.35);
}

.hero {
  padding: 18px 0 84px;
}

.hero-brand-line {
  display: flex;
  justify-content: center;
  margin-bottom: 2px;
}

.verified-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(28, 79, 207, 0.1);
  color: var(--primary-dark);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  box-shadow: 0 10px 22px rgba(22, 53, 122, 0.08);
}

.hero-inner {
  display: grid;
  gap: 18px;
}

.hero-copy {
  text-align: center;
}

.hero-copy--compact {
  margin-bottom: 4px;
}

.mini-product-panel {
  display: grid;
  gap: 8px;
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
  border: 1px solid rgba(224, 234, 255, 0.16);
  border-radius: 18px;
  padding: 12px 12px 10px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}

.mini-product-label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #edf4ff;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.mini-product-panel h2 {
  margin: 0;
  font-size: clamp(1.05rem, 3.2vw, 1.5rem);
  line-height: 1.15;
  letter-spacing: -0.06em;
  color: #ffffff;
  text-wrap: balance;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(45, 100, 255, 0.08), rgba(45, 100, 255, 0.14));
  color: var(--primary-dark);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 1px solid rgba(45, 100, 255, 0.08);
}

.hero-copy h1,
.section-head h2,
.text-panel h2,
.offer-copy h2 {
  margin: 12px 0 12px;
  line-height: 1.05;
  letter-spacing: -0.06em;
}

.hero-copy h1 {
  font-size: clamp(2rem, 9vw, 3rem);
  max-width: 340px;
  margin: 12px auto 0;
  text-align: center;
}

.lead,
.feature-card p,
.offer-copy p,
.check-list,
.text-panel p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.65;
  font-size: 0.98rem;
}

.hero-bottom {
  text-align: center;
}

.hero-bottom .lead {
  max-width: 330px;
  margin: 0 auto 18px;
  font-size: 0.95rem;
}

.hero-visual {
  width: 100%;
  display: grid;
  gap: 16px;
}

.slider {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,0.7), rgba(234,241,255,0.92));
  border: 1px solid rgba(130, 160, 220, 0.22);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.9), 0 28px 40px rgba(14, 32, 68, 0.12);
  padding: 12px;
  width: min(100%, 390px);
  margin: 0 auto;
}

.slider::before {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.55);
  pointer-events: none;
  z-index: 2;
}

.hero-cta-card {
  width: min(100%, 390px);
  margin: 0 auto;
  padding: 16px 14px 14px;
  display: grid;
  gap: 12px;
  border-radius: 28px;
  border: 1px solid rgba(196, 215, 255, 0.2);
  box-shadow: var(--shadow-strong);
  background: linear-gradient(135deg, rgba(11, 24, 56, 0.96) 0%, rgba(14, 42, 100, 0.95) 28%, rgba(44, 103, 255, 0.96) 100%);
  position: relative;
}

.hero-cta-card::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 27px;
  background: linear-gradient(180deg, rgba(255,255,255,0.04), transparent 22%);
  pointer-events: none;
}

.hero-cta-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
}

.hero-cta-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #edf4ff;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.14);
  text-align: center;
}

.hero-cta-meta {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 700;
}

.stock-banner,
.stock-inline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease, opacity 0.25s ease, filter 0.25s ease;
}

.stock-banner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 118px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 184, 63, 0.12);
  border: 1px solid rgba(255, 194, 84, 0.35);
  color: #fff7db;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
  text-align: center;
}

.stock-banner.is-changing,
.stock-inline.is-changing {
  transform: scale(1.08);
  opacity: 0.8;
  filter: brightness(1.08);
}

.hero-cta-card h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.4rem, 6vw, 1.8rem);
  line-height: 1.1;
  letter-spacing: -0.06em;
}

.hero-cta-btn {
  width: 100%;
  min-height: 52px;
  font-size: 0.98rem;
  background: linear-gradient(135deg, #ffbb33 0%, #ff9a1a 45%, #ff7d1a 100%);
  color: #1b1d20;
  box-shadow: 0 16px 22px rgba(255, 153, 0, 0.25);
}

.promo-timer--compact {
  background: rgba(4, 13, 28, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  padding: 12px 10px 10px;
}

.promo-timer--compact .promo-timer__label {
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 8px;
}

.mini-trust-line {
  text-align: center;
  font-size: 0.66rem;
  line-height: 1.35;
  letter-spacing: 0.02em;
  color: rgba(234, 240, 255, 0.8);
  margin-top: -2px;
}

.time-box--compact {
  min-height: 72px;
  background: rgba(255, 255, 255, 0.08);
}

.time-box--compact span {
  font-size: clamp(1.2rem, 5vw, 1.8rem);
}

.slider-track {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 4.7;
  border-radius: 22px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.45);
}

.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.5s ease;
  transform: scale(1.02);
}

.slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 18px 32px rgba(13, 27, 54, 0.11);
  filter: saturate(1.05) contrast(1.04) brightness(1.02);
}

.floating-badge {
  position: absolute;
  z-index: 2;
  background: rgba(255, 255, 255, 0.8);
  color: var(--primary-dark);
  border: 1px solid rgba(47, 107, 255, 0.12);
  box-shadow: 0 12px 20px rgba(28, 46, 77, 0.08);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  padding: 8px 12px;
}

.slider-overlay-copy {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 12px;
  z-index: 2;
  padding: 10px 12px;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(9, 20, 36, 0.18), rgba(9, 20, 36, 0.8));
  color: #ffffff;
  font-size: 0.9rem;
  line-height: 1.25;
  letter-spacing: -0.04em;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.26);
}

.badge-top {
  top: 18px;
  left: 18px;
}

.badge-bottom {
  right: 18px;
  bottom: 68px;
}

.slider-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 6px 4px;
}

.slider-btn {
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: rgba(47, 107, 255, 0.1);
  color: var(--primary-dark);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.slider-btn:active {
  transform: scale(0.96);
}

.slider-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: 1;
}

.slider-dot {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  background: rgba(47, 107, 255, 0.2);
  padding: 0;
  cursor: pointer;
  transition: all 0.2s ease;
}

.slider-dot.is-active {
  width: 26px;
  border-radius: 999px;
  background: var(--primary);
}

.hero-buy-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 12px);
  max-width: 420px;
  min-height: 60px;
  font-size: 1.02rem;
  letter-spacing: 0.01em;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(12px + env(safe-area-inset-bottom));
  z-index: 40;
  box-shadow: 0 18px 28px rgba(47, 107, 255, 0.24);
}

@media (min-width: 768px) {
  .hero {
    padding-top: 40px;
  }

  .hero-inner {
    gap: 22px;
  }

  .hero-copy h1 {
    max-width: 500px;
  }

  .slider {
    width: min(100%, 380px);
  }

  .hero-buy-btn {
    position: static;
    transform: none;
    width: 100%;
    margin: 0 auto;
  }
}

.hero-buy-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 12px);
  max-width: 420px;
  min-height: 60px;
  font-size: 1.02rem;
  letter-spacing: 0.01em;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(12px + env(safe-area-inset-bottom));
  z-index: 40;
  box-shadow: 0 18px 28px rgba(47, 107, 255, 0.24);
}

@media (min-width: 768px) {
  .hero {
    padding-top: 40px;
  }

  .hero-inner {
    gap: 22px;
  }

  .hero-copy h1 {
    max-width: 500px;
  }

  .product-stage {
    width: min(100%, 360px);
  }

  .hero-buy-btn {
    position: static;
    transform: none;
    width: 100%;
    margin: 0 auto;
  }
}
  gap: 12px;
  padding: 10px 6px 4px;
}

.slider-btn {
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: rgba(47, 107, 255, 0.1);
  color: var(--primary-dark);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.slider-btn:active {
  transform: scale(0.96);
}

.slider-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: 1;
}

.slider-dot {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  background: rgba(47, 107, 255, 0.2);
  padding: 0;
  cursor: pointer;
  transition: all 0.2s ease;
}

.slider-dot.is-active {
  width: 26px;
  border-radius: 999px;
  background: var(--primary);
}

.section {
  padding: 42px 0;
}

.section-pain {
  margin-top: -6px;
  padding-top: 18px;
}

.alt-bg {
  background: rgba(237, 244, 255, 0.72);
}

.note-strip {
  padding-top: 18px;
  padding-bottom: 28px;
}

.note-panel h2 {
  font-size: clamp(1.4rem, 5vw, 1.9rem);
  margin-bottom: 8px;
}

.note-card {
  opacity: 0.9;
}

.section-head {
  margin-bottom: 22px;
}

.section-head h2,
.text-panel h2,
.offer-copy h2 {
  font-size: clamp(1.72rem, 6.8vw, 2.35rem);
}

.feature-grid {
  display: grid;
  gap: 16px;
}

.kit-visual-card {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  background: linear-gradient(180deg, #eaf1ff 0%, #dbe9ff 100%);
  box-shadow: 0 18px 32px rgba(20, 35, 61, 0.08);
  border: 1px solid rgba(22, 44, 80, 0.08);
}

.kit-visual-card img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.kit-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(7, 17, 34, 0.05) 0%, rgba(7, 17, 34, 0.8) 100%);
  padding: 14px 14px 16px;
}

.kit-overlay span {
  display: block;
  color: #fff;
  font-size: clamp(0.8rem, 3.2vw, 1.15rem);
  line-height: 1.4;
  letter-spacing: -0.03em;
  font-weight: 600;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
}

.feature-visual-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.tech-card {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--border);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 12px 24px rgba(20, 35, 61, 0.04);
}

.tech-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 190px;
  padding: 18px 14px 10px;
  background: linear-gradient(180deg, rgba(238, 245, 255, 0.95), rgba(219, 232, 255, 0.8));
}

.tech-image img {
  width: min(100%, 220px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 12px 16px rgba(30, 53, 89, 0.12));
}

.tech-copy {
  padding: 12px 16px 18px;
}

.tech-copy h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  line-height: 1.2;
  color: var(--text);
}

.tech-copy p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.55;
  font-size: 0.92rem;
}

.steps-grid {
  display: grid;
  gap: 16px;
}

.step-card {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: 20px 18px;
  box-shadow: 0 10px 20px rgba(20, 35, 61, 0.04);
}

.modes-grid {
  display: grid;
  gap: 14px;
}

.mode-card {
  padding: 0;
  overflow: hidden;
  border: 0;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 18px 28px rgba(20, 35, 61, 0.05);
  border-radius: 22px;
}

.mode-image-wrap {
  position: relative;
  background: linear-gradient(180deg, #eef0f3 0%, #e8ebf0 100%);
  overflow: hidden;
  min-height: 285px;
  height: 285px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mode-image-wrap img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.9) contrast(1.02);
  transform: scale(1.01);
}

.mode-label-block {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(4, 15, 30, 0.08) 0%, rgba(4, 15, 30, 0.8) 100%);
  padding: 16px 14px 18px;
}

.mode-name {
  display: block;
  font-size: clamp(1.2rem, 5vw, 2rem);
  line-height: 1.1;
  letter-spacing: -0.05em;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.22);
}

.step-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(47, 107, 255, 0.12), rgba(47, 107, 255, 0.2));
  color: var(--primary);
  margin-bottom: 12px;
  box-shadow: inset 0 0 0 1px rgba(47, 107, 255, 0.08);
}

.step-icon svg {
  width: 22px;
  height: 22px;
  display: block;
  fill: none;
  stroke: var(--primary);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 12px;
  border-radius: 12px;
  background: var(--primary-soft);
  color: var(--primary-dark);
  font-weight: 900;
  margin-bottom: 12px;
}

.step-card h3,
.feature-card h3 {
  margin: 0 0 8px;
}

.feature-card {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: 18px 16px;
  box-shadow: 0 10px 20px rgba(20, 35, 61, 0.04);
}

.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(47, 107, 255, 0.10), rgba(47, 107, 255, 0.18));
  color: var(--primary);
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1;
  box-shadow: inset 0 0 0 1px rgba(47, 107, 255, 0.08);
}

.feature-icon svg {
  width: 20px;
  height: 20px;
  display: block;
  fill: none;
  stroke: var(--primary);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature-card h3 {
  margin: 14px 0 8px;
  font-size: 1.05rem;
}

.split-block {
  display: grid;
  gap: 22px;
}

.problem-head {
  display: grid;
  gap: 12px;
  justify-items: start;
  margin-bottom: 22px;
}

.problem-head .eyebrow {
  margin: 0;
}

.problem-head h2 {
  text-align: left;
  font-size: clamp(1.8rem, 6vw, 2.7rem);
  line-height: 1;
  letter-spacing: -0.06em;
  margin: 0;
  max-width: 700px;
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.problem-card {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(20, 37, 64, 0.08);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 14px 22px rgba(18, 35, 61, 0.05);
}

.problem-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 126px;
  border-radius: 0;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(232, 242, 255, 0.9), rgba(213, 228, 255, 0.8));
}

.problem-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.problem-copy {
  padding: 12px 12px 14px;
}

.problem-card h3 {
  margin: 0 0 6px;
  text-align: left;
  font-size: 0.95rem;
  line-height: 1.25;
  letter-spacing: -0.03em;
  color: var(--text);
}

.problem-copy p {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.84rem;
  line-height: 1.5;
}

.mini-photo-wrap {
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.mini-photo-wrap img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  display: grid;
  gap: 12px;
}

.hero-copy .trust-list,
.benefits-list,
.faq-answer {
  margin-top: 16px;
}

.section-reviews {
  background: rgba(237, 244, 255, 0.8);
}

.reviews-head {
  margin-bottom: 20px;
}

.reviews-grid {
  display: grid;
  gap: 16px;
}

.review-card {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(20, 35, 61, 0.08);
  border-radius: 26px;
  padding: 20px 18px;
  box-shadow: 0 14px 28px rgba(20, 35, 61, 0.05);
}

.review-card--featured {
  background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(236,244,255,0.96));
  border: 1px solid rgba(31, 80, 181, 0.14);
}

.review-topline {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.review-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.1rem;
  color: #ffffff;
  background: linear-gradient(135deg, #2f6bff, #1e4fbf);
  box-shadow: 0 12px 18px rgba(47, 107, 255, 0.22);
}

.review-name {
  font-weight: 800;
  font-size: 1rem;
  color: var(--text);
  letter-spacing: -0.03em;
}

.review-stars {
  color: #ffb648;
  letter-spacing: 0.12em;
  font-size: 0.82rem;
  margin-top: 4px;
}

.review-photos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 14px 0 12px;
}

.review-photo {
  display: block;
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid rgba(20, 37, 64, 0.08);
  box-shadow: 0 10px 18px rgba(18, 35, 61, 0.06);
}

.review-card p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.7;
  color: var(--text-soft);
}

.faq-head {
  text-align: center;
  margin-bottom: 18px;
}

.faq-head h2 {
  margin: 10px 0 0;
  font-size: clamp(1.8rem, 7vw, 2.4rem);
  line-height: 1.1;
  letter-spacing: -0.06em;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid var(--border);
  border-radius: 20px;
  box-shadow: 0 12px 24px rgba(20, 35, 61, 0.04);
  overflow: hidden;
}

.faq-question {
  width: 100%;
  background: transparent;
  border: 0;
  text-align: left;
  padding: 18px 18px 16px;
  font-size: 1rem;
  font-weight: 800;
  color: var(--text);
  position: relative;
  cursor: pointer;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--primary-dark);
  font-size: 1.4rem;
  line-height: 1;
}

.faq-item.active .faq-question::after {
  content: "−";
}

.faq-answer {
  display: none;
  padding: 0 18px 18px;
  color: var(--text-soft);
  line-height: 1.6;
  font-size: 0.96rem;
}

.faq-item.active .faq-answer {
  display: block;
}

.check-list li {
  position: relative;
  padding-left: 24px;
}

.check-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--primary);
  font-size: 1.7rem;
  line-height: 1;
}

.order-section {
  padding-top: 12px;
  padding-left: 10px;
  padding-right: 10px;
}

.order-box {
  width: min(100%, 420px);
  margin: 0 auto;
  background: linear-gradient(135deg, #0d2d6d 0%, #173d8d 28%, #2e67ef 100%);
  color: white;
  border-radius: 28px;
  padding: 18px 16px 16px;
  display: grid;
  gap: 16px;
  box-shadow: 0 28px 45px rgba(17, 44, 98, 0.22);
}

.order-topline {
  display: flex;
  justify-content: center;
}

.order-eyebrow {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #edf4ff;
  padding: 8px 12px;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

.offer-copy {
  text-align: center;
}

.offer-copy h2 {
  margin: 0;
  font-size: clamp(1.4rem, 5.4vw, 1.85rem);
  line-height: 1.05;
  letter-spacing: -0.06em;
  color: #ffffff;
  font-weight: 800;
  text-wrap: balance;
}

.promo-timer {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  padding: 12px 12px 10px;
}

.promo-timer__label {
  text-align: center;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 10px;
  letter-spacing: 0.02em;
}

.promo-timer__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.time-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 10px 8px 8px;
  min-height: 86px;
}

.time-box span {
  display: block;
  font-size: clamp(1.5rem, 6vw, 2.1rem);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.06em;
  color: #ffffff;
}

.time-box small {
  margin-top: 6px;
  font-size: 0.68rem;
  letter-spacing: 0.04em;
  text-transform: lowercase;
  color: rgba(255, 255, 255, 0.75);
}

.price-card {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  padding: 14px 12px;
  display: grid;
  gap: 10px;
}

.price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.old-price-label {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.74rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.old-price {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}

.price-main {
  font-size: clamp(1.35rem, 4.9vw, 1.88rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  color: #ffffff;
}

.delivery-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 10px 12px;
}

.delivery-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.72);
}

.delivery-box strong {
  font-size: 0.92rem;
  color: #fff;
}

.promo-image-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 12px;
}

.promo-image-row img {
  display: block;
  width: 100%;
  height: 150px;
  object-fit: contain;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.16);
  padding: 8px;
  box-shadow: 0 10px 18px rgba(11, 26, 54, 0.08);
}

.order-form-wrap {
  width: 100%;
}

.order-form {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(9, 29, 67, 0.08);
  border-radius: 20px;
  padding: 14px 12px 12px;
  display: grid;
  gap: 12px;
  box-shadow: 0 12px 24px rgba(11, 26, 54, 0.08);
}

.stock-inline {
  width: 100%;
  min-height: 42px;
  border-radius: 12px;
  background: rgba(255, 153, 25, 0.12);
  border: 1px solid rgba(255, 153, 25, 0.24);
  color: #a85800;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.field {
  display: grid;
  gap: 8px;
}

.field label {
  color: var(--text);
  font-size: 0.82rem;
  font-weight: 700;
}

.field input {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(22, 37, 64, 0.12);
  border-radius: 14px;
  background: #fff;
  color: var(--text);
  padding: 0 14px;
}

.field input:focus {
  outline: 2px solid rgba(47, 107, 255, 0.14);
  border-color: rgba(47, 107, 255, 0.38);
}

.full-width {
  width: 100%;
}

.section-actions {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.section-actions .btn {
  min-width: 220px;
}

.site-footer {
  padding: 12px 0 32px;
  background: linear-gradient(180deg, rgba(255,255,255,0.1), rgba(233,241,255,0.40));
}

.footer-panel {
  background: linear-gradient(135deg, rgba(255,255,255,0.96) 0%, rgba(238,245,255,0.98) 100%);
  border: 1px solid rgba(22, 37, 64, 0.06);
  border-radius: 28px;
  box-shadow: 0 18px 30px rgba(20, 35, 61, 0.07);
  padding: 20px 16px 16px;
}

.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--text);
  font-size: 1.05rem;
}

.footer-brand .brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--primary), #8db6ff);
  color: white;
  box-shadow: 0 12px 20px rgba(47, 107, 255, 0.22);
  font-size: 1.05rem;
}

.footer-tagline {
  margin: 16px 0 18px;
  color: var(--text-soft);
  font-size: 0.84rem;
  line-height: 1.7;
}

.footer-links {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 8px;
}

.footer-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 12px;
  border-radius: 14px;
  background: rgba(47, 107, 255, 0.04);
  color: var(--primary-dark);
  font-size: 0.78rem;
  font-weight: 800;
  border: 1px solid rgba(47, 107, 255, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.footer-links a:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 14px rgba(47, 107, 255, 0.08);
}

.footer-bottom {
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid rgba(22, 37, 64, 0.06);
}

.footer-bottom p {
  margin: 0;
  text-align: center;
  font-size: 0.76rem;
  color: var(--text-soft);
  letter-spacing: 0.02em;
}

@media (min-width: 420px) {
  .footer-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
