:root {
  --ink: #102a31;
  --navy: #123d4a;
  --navy2: #0a2c36;
  --teal: #1698a5;
  --mint: #5ce0d7;
  --ice: #eef8f8;
  --line: #d8e4e5;
  --muted: #62767a;
  --orange: #ffb23f;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: #e8eeee;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.35;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input {
  font: inherit;
}
.page {
  width: min(520px, 100%);
  margin: auto;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 0 34px #0a2c3626;
}
.timer {
  height: 64px;
  padding: 7px 14px;
  background: linear-gradient(110deg, var(--navy), var(--navy2));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.timer-copy {
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 165px;
  font-size: 12px;
  line-height: 1.12;
  text-transform: uppercase;
}
.timer-copy span {
  font-size: 19px;
}
.timer-values {
  display: flex;
  gap: 4px;
}
.timer-values > div {
  text-align: center;
  min-width: 38px;
}
.timer-values b {
  display: block;
  color: #8ef0e9;
  font-size: 25px;
  line-height: 1;
}
.timer-values small {
  display: block;
  color: #b9d5d9;
  font-size: 9px;
}
.timer-values i {
  color: #7dd9d4;
  font-size: 20px;
  font-style: normal;
}
.hero {
  position: relative;
  min-height: 760px;
  background: #dce9eb;
  color: #fff;
  overflow: hidden;
}
.hero > img {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
}
.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    #061b22d6 0,
    #061b2238 32%,
    transparent 48%,
    #051c2326 60%,
    #051c23ed 100%
  );
}
.hero-copy {
  position: relative;
  z-index: 2;
  padding: 22px 16px;
  text-align: center;
  text-shadow: 0 2px 14px #0007;
}
.hero-copy > span {
  display: inline-block;
  padding: 7px 11px;
  border: 1px solid #ffffff73;
  border-radius: 99px;
  background: #0a3540ad;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.3px;
}
.hero-copy h1 {
  margin: 10px auto 5px;
  font-size: 38px;
  line-height: 0.98;
  letter-spacing: -1.8px;
  text-transform: uppercase;
}
.hero-copy p {
  margin: 0;
  color: #a8fff8;
  font-size: 20px;
  font-weight: 900;
}
.hero-bottom {
  position: absolute;
  z-index: 2;
  left: 14px;
  right: 14px;
  bottom: 15px;
}
.hero-bottom > p {
  margin: 0 0 11px;
  font-size: 14px;
  font-weight: 700;
}
.hero-offer {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 8px;
  margin-bottom: 9px;
}
.hero-offer > div {
  min-height: 65px;
  padding: 9px 12px;
  border-radius: 14px;
  background: #fffffff0;
  color: var(--navy);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hero-offer small {
  font-size: 10px;
  font-weight: 800;
}
.hero-offer strong {
  font-size: 27px;
}
.hero-offer em {
  font-size: 12px;
  font-style: normal;
}
.hero-offer .gift {
  display: grid;
  place-content: center;
  text-align: center;
  background: #13717ef7;
  color: #fff;
}
.hero-offer .gift b {
  color: #a9fff8;
  font-size: 24px;
}
.hero-cta,
.bundle-showcase > a {
  display: block;
  padding: 16px 12px;
  border-radius: 14px;
  background: linear-gradient(#70eee7, #41cbc5);
  color: #092b33;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  box-shadow: 0 5px 0 #197f7c;
}
.quick-proof {
  padding: 15px 12px;
  background: var(--ice);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}
.quick-proof > div {
  min-height: 75px;
  padding: 8px;
  border: 1px solid #d3e7e8;
  border-radius: 13px;
  background: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.quick-proof b {
  color: var(--teal);
  font-size: 17px;
}
.quick-proof span {
  font-size: 10px;
}
.first-offer,
.final-order {
  padding: 26px 16px 34px;
}
.form-intro {
  margin-bottom: 14px;
}
.form-intro h2,
.section h2 {
  margin: 5px 0 8px;
  font-size: 30px;
  line-height: 1.06;
  letter-spacing: -0.8px;
}
.form-intro p,
.lead {
  margin: 0 0 15px;
  color: var(--muted);
  font-size: 14px;
}
.eyebrow {
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.5px;
}
.eyebrow.pale {
  color: #8ff0e9;
}
.order-form {
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #f7fafb;
  box-shadow: 0 14px 32px #0a374017;
}
.bundle-choice {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  margin-bottom: 12px;
}
.bundle-option {
  min-height: 76px;
  padding: 9px;
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 6px;
  border: 1px solid #cadbdd;
  border-radius: 13px;
  background: #fff;
}
.bundle-option.is-main {
  border: 2px solid var(--teal);
  background: #eefdfe;
}
.bundle-option input {
  width: 16px;
  height: 16px;
  accent-color: var(--teal);
}
.bundle-option span {
  display: grid;
}
.bundle-option strong {
  font-size: 13px;
}
.bundle-option small {
  color: #667a7e;
  font-size: 10px;
}
.bundle-option b {
  grid-column: 2;
  color: var(--navy);
  font-size: 16px;
}
.field-label {
  display: block;
  margin: 9px 3px 5px;
  color: #52666a;
  font-size: 13px;
  font-weight: 900;
}
.order-form > input[type="text"]:not(.hp-field) {
  width: 100%;
  height: 54px;
  padding: 0 14px;
  border: 1.5px solid #bed0d3;
  border-radius: 13px;
  background: #fff;
  font-size: 17px;
}
.phone-mask {
  height: 58px;
  padding: 0 15px;
  border: 1.5px solid #bed0d3;
  border-radius: 13px;
  background: #fff;
  display: flex;
  align-items: center;
}
.phone-input {
  min-width: 0;
  flex: 1;
  height: 54px;
  border: 0;
  background: transparent;
  font-size: 21px;
  font-weight: 800;
  outline: 0;
}
.submit-btn {
  width: 100%;
  min-height: 60px;
  padding: 10px 13px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(#26a9b4, #127d89);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 5px 0 #0b5962;
}
.submit-btn span {
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}
.submit-btn b {
  font-size: 19px;
}
.form-notes {
  margin-top: 14px;
  display: flex;
  justify-content: center;
  gap: 12px;
  color: #5e7376;
  font-size: 12px;
  font-weight: 700;
}
.section {
  padding: 35px 17px;
}
.problem-grid {
  display: grid;
  gap: 9px;
}
.problem-grid > div {
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: #f7f9f9;
  display: grid;
  grid-template-columns: 43px 1fr;
  gap: 11px;
}
.problem-grid > div > b {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #dff4f5;
  color: var(--teal);
  display: grid;
  place-items: center;
}
.problem-grid span {
  display: grid;
}
.problem-grid small {
  color: #6a7b7e;
  font-size: 12px;
}
.image-card {
  position: relative;
  background: #d9e4e5;
}
.image-card img {
  object-fit: cover;
}
.before-after img {
  aspect-ratio: 4/5;
}
.ba-labels {
  position: absolute;
  left: 11px;
  right: 11px;
  top: 11px;
  display: flex;
  justify-content: space-between;
}
.ba-labels span {
  padding: 7px 12px;
  border-radius: 99px;
  background: #092d37d6;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}
.before-after > p {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  margin: 0;
  padding: 10px;
  border-radius: 12px;
  background: #07242ce0;
  color: #fff;
  font-size: 11px;
}
.solution {
  background: linear-gradient(145deg, #174f5d, #0a2e38);
  color: #fff;
}
.scenario-cards {
  display: grid;
  gap: 10px;
}
.scenario-cards article {
  padding: 16px;
  border: 1px solid #87ece640;
  border-radius: 17px;
  background: #04222a85;
}
.scenario-cards i {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #75e8e1;
  color: #0a3038;
  display: grid;
  place-items: center;
  font-style: normal;
  font-weight: 900;
}
.scenario-cards h3 {
  margin: 10px 0 5px;
}
.scenario-cards p {
  margin: 0;
  color: #c9dde0;
  font-size: 13px;
}
.chip-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.chip-grid span {
  min-height: 58px;
  padding: 10px;
  border: 1px solid #d5e4e5;
  border-radius: 13px;
  background: #f3f8f8;
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 800;
}
.surface-strip {
  padding: 28px 16px;
  background: #eaf4f4;
}
.surface-strip > span {
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.5px;
}
.surface-strip > div {
  margin-top: 11px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.surface-strip article {
  min-height: 91px;
  padding: 13px;
  border: 1px solid #cee0e1;
  border-radius: 15px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.surface-strip small {
  color: #6b7d80;
}
.steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.steps li {
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: #f7f9f9;
  display: grid;
  grid-template-columns: 45px 1fr;
  gap: 11px;
}
.steps li > b {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background: var(--teal);
  color: #fff;
  display: grid;
  place-items: center;
}
.steps span {
  display: grid;
}
.steps small {
  color: #66797c;
}
.important {
  margin-top: 13px;
  padding: 13px;
  border-left: 4px solid var(--orange);
  background: #fff5e5;
}
.important p {
  margin: 4px 0;
  font-size: 12px;
}
.bundle-showcase {
  position: relative;
  padding: 33px 17px;
  background:
    radial-gradient(circle at 90% 10%, #5ce0d733, transparent 35%),
    linear-gradient(145deg, #143f4b, #082932);
  color: #fff;
  overflow: hidden;
}
.bundle-copy {
  width: 53%;
}
.bundle-copy > span {
  color: #8ef1ea;
  font-size: 11px;
  font-weight: 900;
}
.bundle-copy h2 {
  margin: 3px 0;
  font-size: 50px;
  color: #8ef1ea;
}
.bundle-copy p {
  margin: 0;
}
.bundle-copy strong {
  display: block;
  font-size: 36px;
}
.bundle-copy em {
  display: block;
  color: #bdd4d7;
  font-size: 11px;
}
.bottles {
  position: absolute;
  right: -16px;
  top: 35px;
  width: 57%;
  height: 255px;
}
.bottles img {
  position: absolute;
  width: 58%;
  height: 100%;
  object-fit: contain;
}
.bottles img:nth-child(1) {
  left: 0;
  transform: rotate(-6deg) scale(0.88);
}
.bottles img:nth-child(2) {
  left: 21%;
  z-index: 2;
}
.bottles img:nth-child(3) {
  left: 43%;
  transform: rotate(6deg) scale(0.88);
}
.bundle-showcase > a {
  position: relative;
  margin-top: 28px;
}
.reviews article {
  margin-top: 10px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #f7f9f9;
}
.reviews article div {
  display: flex;
  justify-content: space-between;
}
.reviews article div span {
  color: #edaa16;
}
.reviews article p {
  margin: 7px 0;
  color: #52666a;
  font-size: 14px;
}
.delivery {
  padding: 21px 15px;
  background: #edf4f4;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.delivery > div {
  padding: 11px 9px;
  border: 1px solid #d5e3e4;
  border-radius: 14px;
  background: #fff;
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 7px;
}
.delivery > div:last-child {
  grid-column: 1/-1;
}
.delivery span {
  display: grid;
}
.delivery small {
  color: #697b7e;
}
.final-order {
  background: linear-gradient(145deg, #123f4a, #082b35);
  color: #fff;
}
.final-order .order-form {
  color: var(--ink);
}
footer {
  padding: 24px 17px 90px;
  background: #061c22;
  color: #87a1a5;
  text-align: center;
  font-size: 12px;
}
footer nav {
  display: grid;
  gap: 7px;
}
footer a {
  color: #cedfe1;
  text-decoration: underline;
}
.mobile-sticky {
  position: fixed;
  z-index: 50;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: min(520px, 100%);
  height: 70px;
  padding: 8px 12px;
  background: #07272ff7;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 12px;
}
.mobile-sticky span {
  display: grid;
  min-width: 94px;
}
.mobile-sticky small {
  font-size: 11px;
}
.mobile-sticky a {
  flex: 1;
  padding: 13px;
  border-radius: 12px;
  background: #5ce0d7;
  color: #092d34;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
}
@media (min-width: 700px) {
  .mobile-sticky {
    display: none;
  }
  footer {
    padding-bottom: 28px;
  }
}
@media (max-width: 380px) {
  .timer {
    padding: 6px 9px;
  }
  .timer-copy {
    max-width: 138px;
    font-size: 10px;
  }
  .hero {
    min-height: 700px;
  }
  .hero-copy h1 {
    font-size: 33px;
  }
  .section h2,
  .form-intro h2 {
    font-size: 27px;
  }
  .submit-btn span {
    font-size: 13px;
  }
}
