:root {
  color-scheme: light;
  --ink: oklch(20% 0.045 254);
  --muted: oklch(47% 0.045 250);
  --blue: oklch(56% 0.22 257);
  --blue-deep: oklch(31% 0.14 257);
  --cyan: oklch(78% 0.14 210);
  --ice: oklch(97% 0.025 215);
  --glass: oklch(100% 0 0 / 0.56);
  --glass-strong: oklch(100% 0 0 / 0.78);
  --orange: oklch(74% 0.18 57);
  --red: oklch(62% 0.23 28);
  --green: oklch(70% 0.18 150);
  --shadow: 0 24px 70px oklch(28% 0.08 250 / 0.18);
  --radius: 28px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 4%, oklch(86% 0.14 68 / 0.62), transparent 28%),
    radial-gradient(circle at 82% 0%, oklch(74% 0.16 226 / 0.38), transparent 31%),
    linear-gradient(135deg, oklch(99% 0.012 220), oklch(91% 0.053 214) 52%, oklch(98% 0.017 70));
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(oklch(54% 0.08 220 / 0.11) 1px, transparent 1px),
    linear-gradient(90deg, oklch(54% 0.08 220 / 0.11) 1px, transparent 1px);
  background-size: 82px 82px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(115deg, transparent 0 43%, oklch(100% 0 0 / 0.28) 43% 44%, transparent 44% 100%),
    radial-gradient(circle at 48% 42%, oklch(98% 0.025 210 / 0.58), transparent 29%);
  pointer-events: none;
}

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

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

button,
input {
  font: inherit;
}

.container {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
}

.section-pad {
  padding: 88px 0;
}

.glass-card {
  position: relative;
  overflow: hidden;
  border: 1px solid oklch(100% 0 0 / 0.58);
  background:
    linear-gradient(135deg, oklch(100% 0 0 / 0.74), oklch(100% 0 0 / 0.36)),
    linear-gradient(180deg, oklch(100% 0 0 / 0.22), oklch(91% 0.04 220 / 0.18));
  box-shadow: var(--shadow), inset 0 1px 0 oklch(100% 0 0 / 0.72);
  backdrop-filter: blur(24px) saturate(1.35);
  -webkit-backdrop-filter: blur(24px) saturate(1.35);
  border-radius: var(--radius);
}

.glass-card::before {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: 0;
  border-radius: calc(var(--radius) - 2px);
  background: linear-gradient(145deg, oklch(100% 0 0 / 0.42), transparent 36%);
  pointer-events: none;
}

.glass-card > * {
  position: relative;
  z-index: 1;
}

.site-header {
  position: sticky;
  top: 14px;
  z-index: 20;
  width: min(calc(100% - 40px), 1180px);
  height: 76px;
  margin: 14px auto 0;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 18px;
  border: 1px solid oklch(100% 0 0 / 0.62);
  background: oklch(100% 0 0 / 0.54);
  box-shadow: 0 18px 60px oklch(27% 0.1 240 / 0.16), inset 0 1px 0 oklch(100% 0 0 / 0.8);
  backdrop-filter: blur(28px) saturate(1.45);
  -webkit-backdrop-filter: blur(28px) saturate(1.45);
  border-radius: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
  font-size: 19px;
  font-weight: 900;
  letter-spacing: 0;
}

.brand-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: white;
  border-radius: 14px;
  background: linear-gradient(145deg, var(--blue), var(--blue-deep));
  box-shadow: inset 0 1px 0 oklch(100% 0 0 / 0.42), 0 12px 22px oklch(37% 0.14 255 / 0.25);
  font-size: 16px;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 22px;
  flex: 1;
  color: oklch(35% 0.035 250);
  font-weight: 800;
}

.nav-links a {
  padding: 10px 2px;
  transition: color 180ms ease;
}

.nav-links a:hover {
  color: var(--blue);
}

.header-price {
  min-width: max-content;
  padding: 14px 18px;
  color: white;
  font-size: 18px;
  font-weight: 950;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--orange), var(--red));
  box-shadow: 0 16px 34px oklch(60% 0.2 35 / 0.25);
}

.hero {
  position: relative;
  padding-top: 62px;
  overflow: clip;
}

.orb {
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(2px);
}

.orb-sun {
  width: 360px;
  height: 360px;
  top: 40px;
  left: -96px;
  background: radial-gradient(circle, oklch(83% 0.18 70 / 0.45), transparent 66%);
}

.orb-blue {
  width: 460px;
  height: 460px;
  right: -150px;
  top: 130px;
  background: radial-gradient(circle, oklch(74% 0.15 225 / 0.34), transparent 66%);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(520px, 1.12fr);
  gap: 34px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 18px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow span {
  width: 40px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--orange), var(--blue));
}

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

h1 {
  margin-bottom: 22px;
  max-width: 720px;
  color: oklch(17% 0.05 254);
  font-size: clamp(45px, 6.2vw, 86px);
  line-height: 0.95;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  color: oklch(18% 0.045 254);
  font-size: clamp(34px, 4.7vw, 64px);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  color: oklch(18% 0.04 254);
  font-size: 22px;
  line-height: 1.14;
  letter-spacing: 0;
}

.hero-lead,
.section-head p,
.copy-block p,
.order-copy p {
  color: var(--muted);
  font-size: 19px;
  line-height: 1.62;
}

.hero-lead {
  max-width: 620px;
  margin-bottom: 22px;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.hero-badges span,
.spec-pill {
  border: 1px solid oklch(100% 0 0 / 0.62);
  background: oklch(100% 0 0 / 0.64);
  box-shadow: inset 0 1px 0 oklch(100% 0 0 / 0.7), 0 12px 28px oklch(25% 0.07 250 / 0.08);
  backdrop-filter: blur(18px) saturate(1.35);
  -webkit-backdrop-filter: blur(18px) saturate(1.35);
  border-radius: 999px;
  padding: 10px 14px;
  color: oklch(29% 0.05 251);
  font-size: 15px;
  font-weight: 900;
}

.quick-order {
  --radius: 30px;
  max-width: 780px;
  padding: 20px;
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 20px;
  align-items: center;
}

.small-muted {
  margin-bottom: 2px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 900;
}

.price-line {
  display: flex;
  align-items: baseline;
  gap: 10px;
  color: var(--red);
}

.price-line strong {
  font-size: clamp(56px, 7.4vw, 84px);
  line-height: 0.95;
  font-weight: 1000;
}

.price-line span {
  color: var(--ink);
  font-size: 30px;
  font-weight: 950;
}

.old-price {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 800;
}

.inline-form,
.order-form {
  display: grid;
  gap: 12px;
}

.inline-form {
  grid-template-columns: 1fr;
}

label {
  display: grid;
  gap: 7px;
  color: oklch(27% 0.04 250);
  font-size: 14px;
  font-weight: 900;
}

input {
  width: 100%;
  min-height: 58px;
  border: 1px solid oklch(100% 0 0 / 0.7);
  outline: none;
  color: var(--ink);
  background: oklch(100% 0 0 / 0.62);
  box-shadow: inset 0 1px 0 oklch(100% 0 0 / 0.92);
  border-radius: 17px;
  padding: 0 16px;
  font-size: 16px;
  transition: box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

input:focus {
  border-color: oklch(69% 0.14 222 / 0.72);
  background: oklch(100% 0 0 / 0.86);
  box-shadow: 0 0 0 5px oklch(73% 0.12 220 / 0.17), inset 0 1px 0 white;
}

.inline-form .btn {
  grid-column: 1 / -1;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  border: 0;
  cursor: pointer;
  text-align: center;
  border-radius: 18px;
  padding: 0 22px;
  font-size: 17px;
  font-weight: 950;
  line-height: 1.15;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.btn.primary {
  color: white;
  background: linear-gradient(135deg, var(--blue), oklch(57% 0.2 246), var(--blue-deep));
  box-shadow: 0 18px 34px oklch(43% 0.18 250 / 0.26), inset 0 1px 0 oklch(100% 0 0 / 0.35);
}

.btn.primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 44px oklch(43% 0.18 250 / 0.32), inset 0 1px 0 oklch(100% 0 0 / 0.38);
}

.hero-visual {
  --radius: 34px;
  padding: 18px;
}

.image-stage {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border-radius: 24px;
  background:
    linear-gradient(135deg, oklch(98% 0.03 210 / 0.72), oklch(91% 0.05 230 / 0.4)),
    radial-gradient(circle at 18% 12%, oklch(89% 0.16 70 / 0.62), transparent 34%);
}

.image-stage img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  object-position: 50% 50%;
}

.discount-badge {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 122px;
  height: 122px;
  display: grid;
  place-items: center;
  color: white;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--red), oklch(66% 0.23 38));
  box-shadow: 0 22px 50px oklch(58% 0.23 31 / 0.36);
  font-size: 34px;
  font-weight: 1000;
  transform: rotate(-7deg);
}

.spec-pill {
  position: absolute;
  font-size: 15px;
  color: var(--ink);
}

.spec-top {
  top: 26px;
  left: 24px;
}

.spec-bottom {
  right: 24px;
  bottom: 28px;
}

.hero-offer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 16px;
  padding: 18px 20px;
  border-radius: 22px;
  background: linear-gradient(135deg, oklch(100% 0 0 / 0.55), oklch(100% 0 0 / 0.25));
  border: 1px solid oklch(100% 0 0 / 0.54);
}

.hero-offer p {
  margin: 0;
  color: var(--muted);
  font-weight: 900;
}

.hero-offer strong {
  color: var(--blue);
  font-size: 20px;
  font-weight: 1000;
}

.trust-strip {
  padding: 0 0 42px;
}

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

.trust-grid div {
  padding: 20px 22px;
  border-radius: 24px;
  background: oklch(100% 0 0 / 0.5);
  border: 1px solid oklch(100% 0 0 / 0.62);
  box-shadow: 0 18px 46px oklch(32% 0.08 250 / 0.1), inset 0 1px 0 oklch(100% 0 0 / 0.74);
  backdrop-filter: blur(18px) saturate(1.3);
  -webkit-backdrop-filter: blur(18px) saturate(1.3);
}

.trust-grid strong,
.trust-grid span {
  display: block;
}

.trust-grid strong {
  margin-bottom: 5px;
  font-size: 19px;
  font-weight: 950;
}

.trust-grid span {
  color: var(--muted);
  font-weight: 750;
}

.section-head {
  max-width: 830px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-head .eyebrow {
  justify-content: center;
}

.gallery-shell {
  --radius: 34px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px;
  gap: 18px;
  padding: 18px;
}

.gallery-main {
  min-height: 628px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 24px;
  background: oklch(97% 0.027 220 / 0.7);
}

.gallery-main img {
  width: 100%;
  height: 100%;
  min-height: 628px;
  object-fit: contain;
}

.gallery-thumbs {
  display: grid;
  gap: 14px;
}

.thumb {
  min-height: 145px;
  overflow: hidden;
  padding: 0;
  border: 2px solid transparent;
  background: oklch(100% 0 0 / 0.48);
  border-radius: 22px;
  cursor: pointer;
  box-shadow: inset 0 1px 0 oklch(100% 0 0 / 0.75);
}

.thumb.active {
  border-color: var(--blue);
  box-shadow: 0 18px 34px oklch(49% 0.17 248 / 0.16), inset 0 1px 0 white;
}

.thumb img {
  width: 100%;
  height: 100%;
  min-height: 145px;
  object-fit: cover;
}

.split-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 0.78fr);
  gap: 34px;
  align-items: center;
}

.heat-card,
.size-card {
  --radius: 34px;
  padding: 14px;
}

.heat-card img,
.size-card img {
  width: 100%;
  border-radius: 22px;
}

.copy-block {
  max-width: 620px;
}

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

.stats-row div {
  padding: 18px;
  border-radius: 22px;
  background: oklch(100% 0 0 / 0.54);
  border: 1px solid oklch(100% 0 0 / 0.6);
  box-shadow: inset 0 1px 0 white;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.stats-row strong {
  display: block;
  margin-bottom: 6px;
  color: var(--blue);
  font-size: 34px;
  font-weight: 1000;
}

.stats-row span {
  color: var(--muted);
  font-weight: 850;
}

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

.benefit-card {
  --radius: 26px;
  min-height: 260px;
  padding: 28px;
}

.benefit-num {
  display: inline-flex;
  margin-bottom: 42px;
  color: var(--blue);
  font-size: 16px;
  font-weight: 1000;
}

.benefit-card p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.56;
}

.spec-table {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.spec-table div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 15px 0;
  border-bottom: 1px solid oklch(48% 0.04 250 / 0.13);
}

.spec-table span {
  color: var(--muted);
  font-weight: 850;
}

.spec-table strong {
  text-align: right;
  font-weight: 950;
}

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

.review-card {
  --radius: 26px;
  padding: 24px;
}

.review-person {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.review-person > span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: white;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--blue), var(--cyan));
  font-weight: 1000;
}

.review-person strong,
.review-person small {
  display: block;
}

.review-person strong {
  font-size: 18px;
  font-weight: 950;
}

.review-person small {
  color: var(--muted);
  font-weight: 800;
}

.stars {
  margin-bottom: 12px;
  color: var(--orange);
  font-size: 20px;
  letter-spacing: 0;
}

.review-card p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

.final-order {
  padding-bottom: 120px;
  background:
    radial-gradient(circle at 84% 34%, oklch(73% 0.14 220 / 0.3), transparent 35%),
    linear-gradient(135deg, oklch(19% 0.06 252), oklch(31% 0.1 250));
  color: white;
}

.final-order h2,
.final-order .eyebrow {
  color: white;
}

.final-order .order-copy p {
  color: oklch(90% 0.02 235 / 0.8);
}

.order-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 0.76fr);
  gap: 34px;
  align-items: center;
}

.final-price {
  --radius: 28px;
  margin-top: 30px;
  padding: 28px;
  color: var(--ink);
}

.final-price p {
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 18px;
  font-weight: 900;
}

.final-price strong {
  display: flex;
  align-items: baseline;
  gap: 12px;
  color: var(--green);
  font-size: clamp(64px, 10vw, 108px);
  line-height: 0.95;
  font-weight: 1000;
}

.final-price span {
  color: var(--ink);
  font-size: 36px;
}

.final-price small {
  display: block;
  margin-top: 10px;
  color: var(--orange);
  font-size: 20px;
  font-weight: 950;
}

.order-form {
  --radius: 30px;
  padding: 28px;
}

.order-form .btn {
  margin-top: 4px;
}

.form-note {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
  text-align: center;
}

.sticky-offer {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 30;
  display: flex;
  align-items: center;
  gap: 22px;
  min-width: 410px;
  padding: 14px 16px 14px 20px;
  border: 1px solid oklch(100% 0 0 / 0.58);
  border-radius: 24px;
  background: oklch(18% 0.045 252 / 0.76);
  box-shadow: 0 24px 64px oklch(17% 0.06 252 / 0.34), inset 0 1px 0 oklch(100% 0 0 / 0.2);
  color: white;
  backdrop-filter: blur(24px) saturate(1.35);
  -webkit-backdrop-filter: blur(24px) saturate(1.35);
  transform: translateY(140%);
  transition: transform 260ms ease;
}

.sticky-offer.show {
  transform: translateY(0);
}

.sticky-offer div {
  display: grid;
  flex: 1;
}

.sticky-offer span {
  color: oklch(91% 0.02 235 / 0.74);
  font-weight: 850;
}

.sticky-offer strong {
  color: var(--cyan);
  font-size: 34px;
  font-weight: 1000;
}

.sticky-offer .btn {
  min-height: 56px;
}

.footer {
  padding: 24px 0;
  color: oklch(42% 0.04 250);
  background: oklch(98% 0.015 215);
  text-align: center;
}

.footer p {
  margin: 0 0 5px;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 320ms ease, transform 320ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: no-preference) {
  .hero-visual {
    animation: floatPanel 6s ease-in-out infinite;
  }

  .discount-badge {
    animation: softPulse 2.8s ease-in-out infinite;
  }

  .image-stage::after,
  .gallery-main::after {
    content: "";
    position: absolute;
    inset: -45%;
    background: linear-gradient(105deg, transparent 38%, oklch(100% 0 0 / 0.45) 50%, transparent 62%);
    transform: translateX(-70%) rotate(9deg);
    animation: shine 7s ease-in-out infinite;
    pointer-events: none;
  }
}

@keyframes floatPanel {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes softPulse {
  0%,
  100% {
    transform: rotate(-7deg) scale(1);
  }
  50% {
    transform: rotate(-7deg) scale(1.05);
  }
}

@keyframes shine {
  0%,
  42% {
    transform: translateX(-72%) rotate(9deg);
  }
  62%,
  100% {
    transform: translateX(72%) rotate(9deg);
  }
}

@media (max-width: 1060px) {
  .site-header {
    width: min(calc(100% - 24px), 1180px);
  }

  .nav-links {
    display: none;
  }

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

  .hero-grid {
    gap: 28px;
  }

  .gallery-shell {
    grid-template-columns: 1fr;
  }

  .gallery-thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .trust-grid,
  .benefit-grid,
  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .copy-block {
    max-width: none;
  }
}

@media (max-width: 720px) {
  .container {
    width: min(calc(100% - 28px), var(--max));
  }

  .section-pad {
    padding: 62px 0;
  }

  .site-header {
    top: 8px;
    height: 64px;
    margin-top: 8px;
    padding: 8px 10px;
    border-radius: 20px;
  }

  .brand {
    font-size: 0;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
  }

  .header-price {
    margin-left: auto;
    padding: 12px 14px;
    font-size: 16px;
    border-radius: 16px;
  }

  .hero {
    padding-top: 42px;
  }

  h1 {
    font-size: clamp(42px, 14vw, 58px);
  }

  h2 {
    font-size: clamp(32px, 10vw, 45px);
  }

  .hero-lead,
  .section-head p,
  .copy-block p,
  .order-copy p {
    font-size: 17px;
  }

  .quick-order {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .inline-form {
    grid-template-columns: 1fr;
  }

  .image-stage,
  .image-stage img {
    min-height: 420px;
  }

  .image-stage img {
    object-position: 42% 50%;
  }

  .discount-badge {
    width: 94px;
    height: 94px;
    top: 14px;
    right: 14px;
    font-size: 27px;
  }

  .spec-pill {
    font-size: 12px;
    padding: 9px 11px;
  }

  .spec-top {
    top: 14px;
    left: 12px;
  }

  .spec-bottom {
    right: 12px;
    bottom: 14px;
  }

  .hero-offer {
    align-items: flex-start;
    flex-direction: column;
  }

  .gallery-main,
  .gallery-main img {
    min-height: 330px;
  }

  .gallery-thumbs {
    gap: 8px;
  }

  .thumb {
    min-height: 72px;
    border-radius: 14px;
  }

  .thumb img {
    min-height: 72px;
  }

  .stats-row {
    grid-template-columns: 1fr;
  }

  .benefit-card {
    min-height: auto;
    padding: 22px;
  }

  .benefit-num {
    margin-bottom: 18px;
  }

  .spec-table div {
    display: grid;
    gap: 6px;
  }

  .spec-table strong {
    text-align: left;
  }

  .final-price,
  .order-form {
    padding: 20px;
  }

  .final-price strong {
    font-size: 62px;
  }

  .final-price span {
    font-size: 29px;
  }

  .sticky-offer {
    left: 12px;
    right: 12px;
    bottom: 12px;
    min-width: 0;
    gap: 12px;
    padding: 12px;
    border-radius: 22px;
  }

  .sticky-offer strong {
    font-size: 26px;
  }

  .sticky-offer .btn {
    min-height: 52px;
    padding: 0 16px;
    font-size: 15px;
  }
}

@media (max-width: 420px) {
  .container {
    width: min(calc(100% - 22px), var(--max));
  }

  .hero-badges span {
    width: calc(50% - 5px);
    display: inline-flex;
    justify-content: center;
    text-align: center;
    font-size: 13px;
  }

  .image-stage,
  .image-stage img {
    min-height: 360px;
  }

  .price-line strong {
    font-size: 56px;
  }

  .price-line span {
    font-size: 25px;
  }
}
