:root {
  --teal-950: #064f52;
  --teal-900: #086569;
  --teal-800: #0d6f72;
  --teal-100: #dceeed;
  --orange-700: #c64b16;
  --orange-600: #df5b1f;
  --orange-100: #f8e1d4;
  --cream: #f7f3ec;
  --paper: #fffdf9;
  --ink: #183336;
  --muted: #607275;
  --line: #d8e1df;
  --white: #fff;
  --green: #168647;
  --green-dark: #0e6d39;
  --shadow: 0 16px 42px rgba(19, 50, 52, 0.14);
  --container: 1160px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
button, input, select { font: inherit; }
a { color: inherit; }
h1, h2, h3, p, figure { margin-top: 0; }
:focus-visible { outline: 3px solid #f2a46f; outline-offset: 3px; }
.gtm-frame { display: none; visibility: hidden; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 9999;
  transform: translateY(-150%);
  background: var(--ink);
  color: var(--white);
  padding: 10px 14px;
  border-radius: 4px;
}
.skip-link:focus { transform: translateY(0); }

.navbar {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  height: 74px;
  display: flex;
  align-items: center;
  background: rgba(255, 253, 249, 0.96);
  border-bottom: 1px solid rgba(24, 51, 54, 0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.navbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand { display: inline-flex; align-items: center; min-width: 0; text-decoration: none; }
.brand-copy { display: grid; line-height: 1; }
.brand-name { color: var(--teal-900); font-size: 1rem; font-weight: 800; letter-spacing: 0.11em; }
.brand-sub { margin-top: 5px; color: var(--orange-700); font-size: 0.59rem; font-weight: 700; letter-spacing: 0.15em; }

.btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 12px 20px;
  cursor: pointer;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.15;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-wa { background: var(--green); color: var(--white); }
.btn-wa:hover { background: var(--green-dark); }
.btn-orange { background: var(--orange-600); color: var(--white); }
.btn-orange:hover { background: var(--orange-700); }
.btn-outline { border-color: rgba(255, 255, 255, 0.55); color: var(--white); background: transparent; }
.btn-outline:hover { border-color: var(--white); background: rgba(255, 255, 255, 0.08); }
.icon { width: 20px; height: 20px; flex: 0 0 20px; fill: currentColor; }

.hero {
  min-height: 700px;
  display: flex;
  align-items: center;
  padding: 116px 0 64px;
  background: var(--teal-950);
  color: var(--white);
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(440px, 1.08fr);
  align-items: center;
  gap: clamp(38px, 6vw, 78px);
}
.hero-copy { max-width: 610px; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 19px;
  color: #d8efed;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: #ed7b45; }
h1, h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 600;
  letter-spacing: -0.035em;
}
h1 {
  margin-bottom: 25px;
  font-size: clamp(2.65rem, 5vw, 4.75rem);
  line-height: 1.02;
  text-wrap: balance;
}
h1 span { display: block; margin-top: 7px; color: #f18a55; }
.hero-features { display: flex; flex-wrap: wrap; gap: 8px 20px; margin: 0 0 25px; padding: 0; list-style: none; }
.hero-features li { position: relative; padding-left: 15px; color: rgba(255, 255, 255, 0.78); font-size: 0.82rem; font-weight: 600; }
.hero-features li::before { content: ""; position: absolute; width: 5px; height: 5px; left: 0; top: 0.64em; border-radius: 50%; background: #f18a55; }
.limited-offer {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 27px;
  border-left: 3px solid #d5ae62;
  padding: 11px 14px;
  background: #182017;
  color: #f4eee4;
  font-size: 0.82rem;
}
.limited-label {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #d5ae62;
  color: #251a0e;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.limited-offer strong { color: var(--white); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; }

.hero-carousel { position: relative; min-width: 0; user-select: none; touch-action: pan-y; }
.carousel-viewport {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border: 5px solid rgba(255, 255, 255, 0.9);
  background: #d8e4e2;
  box-shadow: var(--shadow);
}
.carousel-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 900ms ease, visibility 900ms ease;
}
.carousel-slide.is-active { opacity: 1; visibility: visible; z-index: 1; }
.carousel-slide picture, .carousel-slide img { width: 100%; height: 100%; }
.carousel-slide img { object-fit: cover; object-position: center; }
.carousel-slide figcaption {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  padding: 28px 18px 14px;
  width: 100%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.65));
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.carousel-progress { position: absolute; z-index: 4; top: 5px; left: 5px; right: 5px; height: 3px; overflow: hidden; background: rgba(255, 255, 255, 0.3); }
.carousel-progress span { display: block; width: 0; height: 100%; background: var(--orange-600); }
@keyframes carouselProgress { from { width: 0; } to { width: 100%; } }
.carousel-arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  background: rgba(8, 40, 42, 0.72);
  color: var(--white);
  cursor: pointer;
  font-size: 1.2rem;
  line-height: 1;
  transform: translateY(-50%);
  transition: background-color 180ms ease;
}
.carousel-arrow:hover { background: var(--teal-950); }
.carousel-prev { left: 15px; }
.carousel-next { right: 15px; }
.carousel-dots { position: absolute; z-index: 5; left: 50%; bottom: 16px; display: flex; gap: 7px; transform: translateX(-50%); }
.carousel-dot { width: 8px; height: 8px; border: 0; border-radius: 50%; padding: 0; background: rgba(255, 255, 255, 0.58); cursor: pointer; transition: width 180ms ease, border-radius 180ms ease, background-color 180ms ease; }
.carousel-dot.is-active { width: 24px; border-radius: 999px; background: var(--white); }
.visual-note { display: block; margin-top: 8px; color: rgba(255, 255, 255, 0.57); text-align: right; font-size: 0.64rem; }

.benefits { padding: 92px 0 100px; background: var(--cream); content-visibility: auto; contain-intrinsic-size: 850px; }
.section-head { max-width: 710px; margin: 0 auto 37px; text-align: center; }
.section-kicker { margin-bottom: 9px; color: var(--orange-700); font-size: 0.73rem; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; }
.section-kicker-light { color: #f18a55; }
h2 { margin-bottom: 14px; color: var(--teal-950); font-size: clamp(2.1rem, 4vw, 3.35rem); line-height: 1.08; text-wrap: balance; }
.section-intro { margin-bottom: 0; color: var(--muted); font-size: 0.98rem; }
.countdown-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin: 0 auto 25px;
  border: 1px solid #ddd3c4;
  padding: 17px 22px;
  background: #20190f;
  color: var(--white);
}
.countdown-copy span { display: block; color: #d5ae62; font-size: 0.68rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.countdown-copy strong { display: block; margin-top: 2px; font-family: Georgia, "Times New Roman", serif; font-size: 1.12rem; font-weight: 600; }
.countdown { display: flex; align-items: flex-start; gap: 10px; }
.countdown-item { min-width: 52px; text-align: center; }
.countdown-item strong { display: block; font-size: 1.35rem; line-height: 1; font-variant-numeric: tabular-nums; }
.countdown-item span { display: block; margin-top: 5px; color: rgba(255, 255, 255, 0.58); font-size: 0.59rem; text-transform: uppercase; }
.countdown-separator { color: #d5ae62; font-weight: 800; line-height: 1.15; }
.countdown-wrap.is-expired .countdown { opacity: 0.5; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.benefit-card {
  position: relative;
  min-height: 250px;
  border: 1px solid #ded8ce;
  border-top: 4px solid var(--orange-600);
  padding: 26px;
  background: var(--paper);
}
.benefit-card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 25px; }
.benefit-number { display: block; margin: 0; color: #a6917e; font-family: Georgia, "Times New Roman", serif; font-size: 1rem; }
.benefit-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid #c8dfdc;
  border-radius: 50%;
  background: #e9f3f1;
  color: var(--teal-800);
}
.benefit-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.benefit-card h3 { margin-bottom: 9px; color: var(--teal-950); font-size: 1.16rem; line-height: 1.3; }
.benefit-value { display: block; margin-bottom: 10px; color: var(--orange-700); font-family: Georgia, "Times New Roman", serif; font-size: 1.65rem; line-height: 1.1; }
.benefit-card p { margin-bottom: 0; color: var(--muted); font-size: 0.86rem; }
.offer-note { margin: 15px 0 0; color: #7c817e; text-align: center; font-size: 0.72rem; }

.lead-section { padding: 96px 0; background: var(--teal-950); color: var(--white); content-visibility: auto; contain-intrinsic-size: 800px; }
.lead-grid { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(440px, 1fr); align-items: center; gap: clamp(44px, 7vw, 88px); }
.lead-copy h2 { color: var(--white); }
.lead-copy > p { max-width: 510px; color: rgba(255, 255, 255, 0.72); }
.lead-points { display: grid; gap: 12px; margin: 28px 0 0; padding: 0; list-style: none; }
.lead-points li { display: flex; gap: 11px; align-items: flex-start; color: rgba(255, 255, 255, 0.86); font-size: 0.9rem; }
.check { width: 22px; height: 22px; flex: 0 0 22px; display: grid; place-items: center; border: 1px solid #70caa6; border-radius: 50%; color: #8de0bc; font-size: 0.7rem; font-weight: 800; }
.form-card { border-top: 4px solid var(--orange-600); padding: clamp(24px, 4vw, 38px); background: var(--paper); color: var(--ink); box-shadow: var(--shadow); }
.form-card h3 { margin-bottom: 5px; color: var(--teal-950); font-family: Georgia, "Times New Roman", serif; font-size: 1.55rem; font-weight: 600; }
.form-card > p { margin-bottom: 23px; color: var(--muted); font-size: 0.88rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field-full { grid-column: 1 / -1; }
.form-label { display: inline-block; margin-bottom: 6px; color: var(--ink); font-size: 0.78rem; font-weight: 700; }
.required { color: var(--orange-600); }
.form-control {
  width: 100%;
  min-height: 51px;
  border: 1px solid #c8d4d2;
  border-radius: 3px;
  padding: 12px 13px;
  background: var(--white);
  color: var(--ink);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}
.form-control:hover { border-color: #8eb0ad; }
.form-control:focus { border-color: var(--teal-800); outline: 0; box-shadow: 0 0 0 3px rgba(13, 111, 114, 0.12); }
.form-control[aria-invalid="true"] { border-color: #b43929; }
.select-wrap { position: relative; }
.select-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 17px;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--teal-800);
  border-bottom: 2px solid var(--teal-800);
  pointer-events: none;
  transform: translateY(-70%) rotate(45deg);
}
select.form-control {
  height: 51px;
  padding: 12px 44px 12px 13px;
  background-color: var(--white);
  background-image: none;
  color: var(--ink);
  -webkit-text-fill-color: var(--ink);
  -webkit-appearance: none;
  appearance: none;
  opacity: 1;
}
.field-error { min-height: 17px; display: block; margin-top: 3px; color: #a52f21; font-size: 0.7rem; }
.form-submit { width: 100%; min-height: 54px; margin-top: 3px; }
.form-submit:disabled { cursor: wait; opacity: 0.7; transform: none; }
.form-status { min-height: 21px; margin: 9px 0 0; color: #a52f21; text-align: center; font-size: 0.76rem; font-weight: 700; }
.privacy { margin: 8px 0 0; color: #748285; text-align: center; font-size: 0.68rem; }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

footer { padding: 27px 0; background: #043f42; color: rgba(255, 255, 255, 0.65); font-size: 0.74rem; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 28px; }
.footer-brand { color: var(--white); font-weight: 800; letter-spacing: 0.08em; white-space: nowrap; }
.footer-note { max-width: 620px; margin: 0; text-align: right; }

@media (max-width: 920px) {
  .hero { padding-bottom: 74px; }
  .hero-grid, .lead-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero-carousel { width: min(100%, 760px); margin-inline: auto; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: 0; }
  .lead-copy { max-width: 650px; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .navbar { height: 66px; }
  .brand-name { font-size: 0.82rem; letter-spacing: 0.09em; }
  .brand-sub { font-size: 0.49rem; }
  .navbar .btn { min-height: 41px; padding: 9px 12px; font-size: 0.73rem; }
  .navbar .icon { width: 17px; height: 17px; flex-basis: 17px; }
  .hero { min-height: 0; padding: 98px 0 55px; }
  .hero-grid { gap: 43px; }
  h1 { font-size: clamp(2.45rem, 12vw, 3.6rem); }
  .limited-offer { align-items: flex-start; flex-direction: column; gap: 8px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .btn { width: 100%; }
  .carousel-viewport { border-width: 3px; }
  .carousel-progress { top: 3px; left: 3px; right: 3px; }
  .carousel-arrow { width: 38px; height: 38px; }
  .carousel-prev { left: 10px; }
  .carousel-next { right: 10px; }
  .benefits, .lead-section { padding: 70px 0; }
  .section-head { margin-bottom: 30px; }
  .countdown-wrap { align-items: flex-start; flex-direction: column; gap: 17px; padding: 17px; }
  .countdown { width: 100%; justify-content: space-between; gap: 5px; }
  .countdown-item { min-width: 46px; }
  .countdown-item strong { font-size: 1.22rem; }
  .benefit-card { padding: 22px; }
  .lead-grid { gap: 34px; }
  .form-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
  .footer-note { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  .carousel-progress { display: none; }
}

/* Full-bleed property hero */
.hero {
  position: relative;
  min-height: 760px;
  display: block;
  overflow: hidden;
  padding: 0;
  background: #132e30;
}
.hero-carousel {
  position: absolute;
  inset: 0;
  width: 100%;
  margin: 0;
  user-select: none;
  touch-action: pan-y;
}
.carousel-viewport {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border: 0;
  aspect-ratio: auto;
  background: #273b3c;
  box-shadow: none;
}
.carousel-slide picture,
.carousel-slide img { width: 100%; height: 100%; }
.carousel-slide img { object-fit: cover; object-position: center; }
.carousel-slide:first-child img { object-position: center 58%; }
.hero-shade {
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(5, 26, 27, 0.9) 0%, rgba(5, 26, 27, 0.68) 39%, rgba(5, 26, 27, 0.12) 69%, rgba(5, 26, 27, 0.05) 100%),
    linear-gradient(0deg, rgba(5, 26, 27, 0.5) 0%, transparent 38%);
}
.hero-content {
  position: relative;
  z-index: 3;
  min-height: 760px;
  display: flex;
  align-items: flex-end;
  padding-top: 150px;
  padding-bottom: 72px;
}
.hero-copy { width: min(100%, 615px); max-width: none; }
.hero .eyebrow {
  margin-bottom: 17px;
  color: rgba(255, 255, 255, 0.82);
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.28);
}
.hero h1 {
  max-width: 610px;
  margin-bottom: 16px;
  color: var(--white);
  font-size: clamp(2.85rem, 4.75vw, 4.45rem);
  line-height: 1.04;
  text-shadow: 0 2px 28px rgba(0, 0, 0, 0.28);
}
.hero h1 .headline-place {
  display: block;
  margin-top: 4px;
  color: #f39a69;
  font-size: 0.8em;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.02em;
}
.hero-price {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin: 0 0 21px;
  color: rgba(255, 255, 255, 0.68);
}
.hero-price span {
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.hero-price strong {
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.75rem, 2.5vw, 2.35rem);
  font-weight: 600;
  line-height: 1;
}
.hero-features { margin-bottom: 22px; }
.hero-features li { color: rgba(255, 255, 255, 0.86); text-shadow: 0 1px 10px rgba(0, 0, 0, 0.28); }
.limited-offer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  width: fit-content;
  margin-bottom: 25px;
  border: 1px solid rgba(121, 198, 194, 0.34);
  border-left: 3px solid #f08b57;
  padding: 12px 15px;
  background: rgba(6, 79, 82, 0.62);
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: border-color 180ms ease, background-color 180ms ease;
}
.limited-offer:hover,
.limited-offer:focus-visible {
  border-color: rgba(243, 154, 105, 0.62);
  background: rgba(7, 94, 97, 0.78);
}
.limited-label {
  display: block;
  border-right: 1px solid rgba(255, 255, 255, 0.23);
  border-radius: 0;
  padding: 0 14px 0 0;
  background: transparent;
  color: #f39a69;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.limited-copy { color: rgba(255, 255, 255, 0.8); font-size: 0.8rem; }
.limited-copy strong { color: var(--white); }
.limited-arrow {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 50%;
  color: var(--white);
  font-size: 1rem;
  line-height: 1;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}
.limited-offer:hover .limited-arrow,
.limited-offer:focus-visible .limited-arrow {
  border-color: #f39a69;
  background: rgba(243, 154, 105, 0.14);
  transform: translateY(3px);
}
.hero-actions .btn { min-width: 176px; }
.carousel-progress {
  z-index: 7;
  inset: auto 0 0;
  height: 4px;
  background: rgba(255, 255, 255, 0.22);
}
.carousel-arrow {
  z-index: 7;
  top: auto;
  bottom: 72px;
  width: 44px;
  height: 44px;
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(8, 35, 36, 0.58);
  transform: none;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.carousel-prev {
  left: auto;
  right: max(74px, calc((100vw - var(--container)) / 2 + 52px));
}
.carousel-next {
  right: max(20px, calc((100vw - var(--container)) / 2));
}
.carousel-status {
  position: absolute;
  z-index: 7;
  right: max(20px, calc((100vw - var(--container)) / 2));
  bottom: 128px;
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--white);
}
.carousel-count { color: rgba(255, 255, 255, 0.62); font-size: 0.72rem; font-variant-numeric: tabular-nums; letter-spacing: 0.08em; }
.carousel-count b { color: var(--white); font-size: 0.9rem; }
.carousel-dots {
  position: static;
  display: flex;
  gap: 7px;
  transform: none;
}
.carousel-dot { width: 22px; height: 3px; border-radius: 0; background: rgba(255, 255, 255, 0.38); }
.carousel-dot.is-active { width: 42px; height: 3px; border-radius: 0; background: var(--white); }

@media (max-width: 820px) {
  .hero {
    min-height: 0;
    display: flex;
    flex-direction: column;
    padding: 0;
    background: var(--teal-950);
  }
  .hero-carousel {
    position: relative;
    inset: auto;
    order: 1;
    height: clamp(300px, 76vw, 440px);
    margin-top: 66px;
  }
  .carousel-viewport { position: absolute; inset: 0; }
  .hero-shade { display: none; }
  .hero-content {
    order: 2;
    min-height: 0;
    display: block;
    padding-top: 33px;
    padding-bottom: 48px;
  }
  .hero-copy { width: 100%; }
  .hero h1 {
    max-width: 620px;
    margin-bottom: 14px;
    font-size: clamp(2.3rem, 10.8vw, 3.35rem);
    line-height: 1.05;
    text-shadow: none;
  }
  .hero-price { margin-bottom: 20px; }
  .hero-price strong { font-size: clamp(1.8rem, 8vw, 2.25rem); }
  .hero .eyebrow,
  .hero-features li { text-shadow: none; }
  .limited-offer {
    width: 100%;
    gap: 12px;
    border: 1px solid #9dc9c6;
    border-left: 4px solid #e47944;
    border-radius: 8px;
    padding: 14px 15px;
    background: var(--teal-100);
    box-shadow: 0 12px 28px rgba(1, 43, 45, 0.22);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .limited-offer:hover,
  .limited-offer:focus-visible {
    border-color: #7fb6b3;
    background: #d2e8e6;
  }
  .limited-label {
    justify-self: start;
    border-right: 0;
    border-radius: 999px;
    padding: 5px 9px;
    background: #d7b36a;
    color: var(--teal-950);
    font-size: 0.7rem;
    line-height: 1.2;
  }
  .limited-copy {
    color: #466264;
    font-size: 0.82rem;
    line-height: 1.45;
  }
  .limited-copy strong { color: var(--teal-950); }
  .limited-arrow {
    border-color: var(--teal-900);
    background: var(--teal-900);
    color: var(--white);
  }
  .limited-offer:hover .limited-arrow,
  .limited-offer:focus-visible .limited-arrow {
    border-color: var(--teal-950);
    background: var(--teal-950);
  }
  .carousel-arrow {
    bottom: 16px;
    width: 39px;
    height: 39px;
  }
  .carousel-prev { left: 14px; right: auto; }
  .carousel-next { right: 14px; }
  .carousel-status {
    right: 50%;
    bottom: 25px;
    transform: translateX(50%);
  }
  .carousel-count { display: none; }
}

@media (max-width: 440px) {
  .hero-carousel { height: 300px; }
  .hero .eyebrow { font-size: 0.7rem; }
  .hero-features { gap: 7px 15px; }
  .limited-offer { grid-template-columns: 1fr auto; align-items: flex-start; gap: 6px 12px; }
  .limited-label { padding: 5px 9px; }
  .limited-copy { grid-column: 1; }
  .limited-arrow { grid-column: 2; grid-row: 1 / 3; align-self: center; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .btn { width: 100%; }
  .carousel-dot { width: 16px; }
  .carousel-dot.is-active { width: 30px; }
}
