:root {
  --cream: #fffbf5;
  --soft: #fff4e8;
  --orange: #ff5c00;
  --orange2: #ff8a3d;
  --yellow: #ffd600;
  --green: #00c853;
  --red: #ff3333;
  --ink: #1a0a00;
  --brown: #210b00;
  --brown2: #0d0500;
  --blue: #111827;
  --gray: #686868;
  --line: #eee7dd;
  --head: "Montserrat", Arial, sans-serif;
  --body: "Lato", Arial, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
html, body { max-width: 100%; overflow-x: hidden; }
body { background: var(--cream); color: var(--ink); font-family: var(--body); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.container { width: min(100%, 520px); margin: 0 auto; padding: 0 20px; }
.wide { width: min(100%, 1180px); margin: 0 auto; padding: 0 16px; }
.center { text-align: center; }
section { padding: 72px 0; position: relative; overflow: hidden; }
.section-cream { background: var(--cream); }
.section-soft { background: var(--soft); }
.white { background: #fff; }
.dark-blue { background: var(--blue); color: #fff; }
.brown { background: radial-gradient(circle at 75% 0, rgba(255,92,0,.12), transparent 30%), linear-gradient(160deg, #2a1000, #160700); color: #fff; }
.darker { background: radial-gradient(circle at 70% 12%, rgba(255,92,0,.13), transparent 32%), linear-gradient(160deg, #0d0500, #1b0800 52%, #0d0500); }

.timer-bar {
  align-items: center;
  background: var(--orange);
  color: #fff;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  gap: 8px;
  justify-content: center;
  left: 0;
  letter-spacing: .03em;
  padding: 8px 12px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20;
}
.timer-bar strong { background: #1b0a00; border-radius: 999px; color: var(--yellow); padding: 2px 9px; }

.hero {
  background: linear-gradient(160deg, #fff4e7, #fffdf8);
  min-height: auto;
  padding: 82px 0 58px;
}
.blob { border-radius: 50%; filter: blur(80px); opacity: .8; position: absolute; }
.b1 { background: rgba(255,92,0,.18); height: 300px; right: -120px; top: -80px; width: 300px; }
.b2 { background: rgba(255,214,0,.25); bottom: -80px; height: 250px; left: -90px; width: 250px; }
.badge, .tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .13em;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.badge.orange { background: var(--orange); border-radius: 999px; color: #fff; padding: 7px 15px; }
.badge.pale { background: rgba(255,92,0,.09); border: 1px solid rgba(255,92,0,.15); border-radius: 999px; color: var(--orange); padding: 8px 16px; }
.tag { color: var(--orange); }
.tag.light { color: rgba(255,255,255,.58); }

h1, h2, h3 { font-family: var(--head); font-weight: 900; line-height: 1.08; }
h1 { font-size: clamp(28px, 7vw, 46px); margin-bottom: 14px; }
h1 span { color: var(--orange); display: block; }
h1 em {
  color: transparent;
  display: block;
  font-style: italic;
  -webkit-text-stroke: 1.7px var(--ink);
}
h2 { font-size: clamp(27px, 7vw, 42px); margin-bottom: 34px; }
.hero-sub { color: var(--gray); font-size: 16px; line-height: 1.65; margin-bottom: 24px; }
.hero-sub b { color: var(--ink); }
.hero-product {
  animation: float 3.5s ease-in-out infinite;
  margin: 0 auto 28px;
  max-width: 300px;
  position: relative;
}
.hero-product:before {
  background: radial-gradient(ellipse, rgba(255,92,0,.28), transparent 68%);
  border-radius: 42px;
  content: "";
  inset: -18px;
  position: absolute;
  z-index: 0;
}
.hero-product img { border-radius: 26px; box-shadow: 0 24px 60px rgba(255,92,0,.32); position: relative; z-index: 1; }
@keyframes float { 50% { transform: translateY(-13px); } }

.cta, .buy {
  background: linear-gradient(135deg, var(--orange), var(--orange2));
  border-radius: 999px;
  box-shadow: 0 10px 34px rgba(255,92,0,.42);
  color: #fff;
  display: inline-block;
  font-family: var(--head);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .05em;
  padding: 18px 34px;
  position: relative;
}
.pulse:after {
  animation: pulse 2s infinite;
  border: 2px solid var(--orange);
  border-radius: inherit;
  content: "";
  inset: 0;
  position: absolute;
}
@keyframes pulse { to { opacity: 0; transform: scale(1.42); } }
.micro { color: var(--gray); font-size: 12px; margin-top: 14px; }
.micro.dark { color: rgba(255,255,255,.45); }

.grid { display: grid; gap: 12px; }
.four { grid-template-columns: repeat(2, 1fr); }
.three { grid-template-columns: repeat(2, 1fr); }
.mini-card {
  background: #fff;
  border: 2px solid var(--line);
  border-radius: 18px;
  padding: 18px 12px;
}
.mini-card span { display: block; font-size: 30px; margin-bottom: 8px; }
.mini-card p { color: var(--gray); font-size: 13px; line-height: 1.45; }
.answer {
  background: linear-gradient(135deg, var(--orange), var(--orange2));
  border-radius: 18px;
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
  margin-top: 24px;
  padding: 18px;
}
.answer b, .yellow { color: var(--yellow); }
.red { color: var(--red); }
.green { color: var(--green); }
.orange-text { color: var(--orange); }

.compare-grid {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr;
  margin-top: 10px;
}
.compare-card {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 15px 40px rgba(0,0,0,.08);
  padding: 24px;
  text-align: left;
}
.compare-card.bad { border: 2px solid rgba(255,51,51,.12); }
.compare-card.good { border: 2px solid rgba(0,200,83,.14); }
.compare-card h3 { color: #ff5a5a; font-size: 19px; margin-bottom: 18px; text-align: center; }
.compare-card.good h3 { color: #20c997; }
.compare-card p { align-items: center; color: #444; display: flex; font-size: 14px; gap: 10px; line-height: 1.35; margin: 12px 0; }
.compare-card p span { font-size: 20px; width: 24px; }
.arrow { color: var(--yellow); font-family: var(--head); font-size: 34px; font-weight: 900; transform: rotate(90deg); }

.pills { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.pills span, .life-tags span {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  padding: 10px 14px;
}
.more { color: var(--yellow); font-weight: 900; margin-top: 24px; }

.lifetime { background: #f8fafc; }
.life-card {
  align-items: center;
  background: linear-gradient(135deg, #111827, #1f2937);
  border-radius: 22px;
  box-shadow: 0 20px 50px rgba(0,0,0,.18);
  color: #fff;
  display: flex;
  gap: 22px;
  padding: 28px;
}
.life-icon {
  align-items: center;
  background: var(--yellow);
  border-radius: 17px;
  display: flex;
  flex: 0 0 74px;
  font-size: 38px;
  height: 74px;
  justify-content: center;
}
.life-card h3 { font-size: 25px; margin-bottom: 8px; }
.life-card p { color: rgba(255,255,255,.82); font-size: 14px; line-height: 1.55; }
.life-tags { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; margin-top: 14px; }
.life-tags span { font-size: 12px; padding: 8px 10px; }

.topic-card {
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 18px;
  padding: 18px 12px;
}
.topic-card span { display: block; font-size: 28px; margin-bottom: 9px; }
.topic-card h3 { color: #fff; font-family: var(--body); font-size: 14px; margin-bottom: 4px; }
.topic-card p { color: rgba(255,255,255,.48); font-size: 12px; }
.numbers {
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 24px;
  overflow: hidden;
}
.numbers p { border-right: 1px solid rgba(255,255,255,.08); padding: 20px 6px; }
.numbers p:last-child { border-right: 0; }
.numbers b { color: var(--yellow); display: inline-block; font-family: var(--head); font-size: 36px; line-height: .9; }
.numbers span { color: var(--orange); display: inline-block; font-family: var(--head); font-size: 20px; margin-left: 3px; vertical-align: baseline; }
.numbers small { color: rgba(255,255,255,.5); display: block; font-size: 11px; letter-spacing: .08em; margin-top: 8px; }

.testimonial-grid { display: grid; gap: 18px; margin-top: 30px; }
.testimonial {
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(255,92,0,.08);
  border-radius: 22px;
  box-shadow: 0 12px 35px rgba(0,0,0,.06);
  padding: 22px;
  text-align: left;
}
.stars { color: #ffb800; font-weight: 900; letter-spacing: .08em; margin-bottom: 14px; }
.stars small { background: rgba(0,200,83,.1); border-radius: 999px; color: var(--green); float: right; font-size: 10px; letter-spacing: .04em; padding: 5px 9px; text-transform: uppercase; }
.testimonial p { color: #555; font-size: 14px; font-style: italic; line-height: 1.75; margin-bottom: 18px; }
.person {
  display: grid;
  gap: 1px 12px;
  grid-template-columns: 54px 1fr;
}
.person img {
  border: 3px solid rgba(255,92,0,.15);
  border-radius: 50%;
  grid-row: span 2;
  height: 54px;
  object-fit: cover;
  width: 54px;
}
.person b { align-self: end; color: var(--ink); font-size: 14px; }
.person span { color: #777; font-size: 12px; }

.bonus {
  background: radial-gradient(circle at 70% 0, rgba(255,214,0,.08), transparent 34%), linear-gradient(160deg, #110600, #210900);
}
.bonus .container { text-align: center; }
.bonus .tag { display: block; text-align: center; }
.bonus h2 { color: #fff; margin-bottom: 36px; }
.bonus-list { display: grid; gap: 14px; }
.bonus-card {
  align-items: center;
  background: rgba(255,255,255,.035);
  border: 1px solid rgba(255,214,0,.28);
  border-radius: 18px;
  display: grid;
  gap: 16px;
  grid-template-columns: 52px minmax(0, 1fr) 74px;
  min-height: 118px;
  padding: 22px 18px;
  text-align: left;
}
.bonus-card > span { align-items: center; background: rgba(255,214,0,.16); border-radius: 12px; display: flex; font-size: 28px; height: 52px; justify-content: center; width: 52px; }
.bonus-card h3 { color: #fff; font-family: var(--body); font-size: 15px; font-weight: 900; line-height: 1.08; margin-bottom: 8px; }
.bonus-card p { color: rgba(255,255,255,.58); font-size: 12px; line-height: 1.55; }
.bonus-price { align-items: center; align-self: center; display: flex; flex-direction: column; gap: 5px; justify-self: end; }
.bonus-price b { background: linear-gradient(135deg, var(--green), #5eff9e); border-radius: 999px; color: #001500; font-size: 11px; font-weight: 900; padding: 5px 13px; }
.bonus-price s { color: rgba(255,255,255,.34); display: block; font-size: 12px; }
.bonus-total {
  align-items: center;
  background: rgba(0,200,83,.09);
  border: 1px solid rgba(0,200,83,.35);
  border-radius: 36px;
  color: rgba(255,255,255,.55);
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  justify-content: center;
  margin: 28px auto 0;
  padding: 18px 22px;
  text-align: center;
}
.bonus-total s { color: rgba(255,255,255,.38); font-family: var(--head); font-size: 22px; font-weight: 900; }
.bonus-total b { background: var(--green); border-radius: 999px; color: #001500; flex-basis: 72%; font-size: 11px; margin: 0 auto; padding: 7px 18px; }

.plans { display: grid; gap: 24px; text-align: left; }
.plan {
  border-radius: 26px;
  padding: 26px 21px;
  position: relative;
}
.basic {
  background: linear-gradient(145deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
  border: 1px solid rgba(255,255,255,.14);
  opacity: .72;
  transform: scale(.97);
}
.main-plan {
  background: linear-gradient(145deg, #1f0a00, #2d1200);
  border: 2px solid var(--orange);
  box-shadow: 0 20px 70px rgba(255,92,0,.28), inset 0 1px 0 rgba(255,255,255,.07);
}
.chosen {
  background: linear-gradient(135deg, var(--orange), var(--orange2));
  border-radius: 999px;
  box-shadow: 0 5px 20px rgba(255,92,0,.48);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  left: 50%;
  letter-spacing: .1em;
  padding: 7px 18px;
  position: absolute;
  top: -16px;
  transform: translateX(-50%);
  white-space: nowrap;
}
.plan-label { color: rgba(255,255,255,.38); font-size: 11px; font-weight: 900; letter-spacing: .15em; margin-bottom: 7px; text-transform: uppercase; }
.plan-label.gold { color: var(--yellow); }
.plan h3 { color: #fff; font-size: 19px; margin-bottom: 16px; }
.plan h3 span { color: var(--yellow); font-size: 14px; letter-spacing: .08em; }
.plan li { color: rgba(255,255,255,.82); font-size: 14px; line-height: 1.55; list-style: none; margin: 7px 0; }
.plan li.no { color: rgba(255,255,255,.28); text-decoration: line-through; text-decoration-color: rgba(255,80,80,.45); }
.price { margin: 18px 0 12px; text-align: center; }
.price s { color: rgba(255,255,255,.3); display: block; font-size: 13px; }
.price b { color: var(--yellow); display: block; font-family: var(--head); font-size: 48px; line-height: 1; }
.price span { color: rgba(255,255,255,.33); font-size: 12px; }
.ghost-btn {
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  color: rgba(255,255,255,.4);
  display: block;
  font-size: 12px;
  font-weight: 900;
  padding: 12px 18px;
  text-align: center;
}
.bonus-title { border-bottom: 1px solid rgba(255,214,0,.16); border-top: 1px solid rgba(255,214,0,.16); color: var(--yellow); font-size: 11px; font-weight: 900; letter-spacing: .12em; margin: 14px 0 10px; padding: 8px 0; }
.bonus-lines li { align-items: center; display: flex; gap: 8px; justify-content: space-between; }
.bonus-lines b { color: #5eff9e; font-size: 12px; white-space: nowrap; }
.bonus-lines s { color: rgba(255,255,255,.28); margin-right: 4px; }
.save, .anchor-price {
  border-radius: 12px;
  font-size: 13px;
  line-height: 1.5;
  margin-top: 12px;
  padding: 11px 13px;
  text-align: center;
}
.save { background: rgba(0,200,83,.1); border: 1px solid rgba(0,200,83,.22); color: rgba(255,255,255,.72); }
.save b { color: #5eff9e; }
.anchor-price { background: rgba(255,214,0,.09); border: 1px solid rgba(255,214,0,.22); color: rgba(255,255,255,.72); }
.anchor-price b { color: var(--yellow); }
.today { color: rgba(255,255,255,.45); font-size: 13px; margin-top: 14px; text-align: center; }
.big-price {
  background: linear-gradient(135deg, var(--yellow), var(--orange2));
  color: transparent;
  filter: drop-shadow(0 0 20px rgba(255,214,0,.35));
  font-family: var(--head);
  font-size: 58px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  -webkit-background-clip: text;
}
.buy { display: block; font-size: 13px; margin-top: 14px; padding: 18px 14px; text-align: center; }

.guarantee-card {
  align-items: center;
  background: #fff;
  border: 2px solid var(--line);
  border-radius: 18px;
  display: flex;
  gap: 16px;
  padding: 20px;
}
.guarantee-card img { flex: 0 0 78px; height: 78px; object-fit: contain; width: 78px; }
.guarantee-card h3 { font-size: 18px; margin-bottom: 7px; }
.guarantee-card p:not(.tag) { color: var(--gray); font-size: 13px; line-height: 1.55; }

.faq-list { display: grid; gap: 10px; }
.faq article { background: #fff; border: 1px solid var(--line); border-radius: 13px; overflow: hidden; }
.faq button {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--ink);
  cursor: pointer;
  display: flex;
  font-family: var(--body);
  font-size: 14px;
  font-weight: 900;
  justify-content: space-between;
  padding: 16px;
  text-align: left;
  width: 100%;
}
.faq button span { color: var(--orange); font-size: 20px; }
.faq article p { color: var(--gray); display: none; font-size: 14px; line-height: 1.6; padding: 0 16px 16px; }
.faq article.open p { display: block; }
.faq article.open button span { transform: rotate(45deg); }

.final-cta { background: linear-gradient(135deg, #ff5c00, #ff8a3d); color: #fff; padding: 62px 0; }
.final-cta h2 { color: #fff; margin-bottom: 22px; }
.final-cta h2 span { color: var(--yellow); }
.cta.black { background: #170700; box-shadow: 0 14px 35px rgba(0,0,0,.22); }
.final-cta p { font-size: 13px; margin-top: 16px; }

footer { background: #160700; color: rgba(255,255,255,.55); padding: 34px 0; }
footer nav { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-bottom: 12px; }
footer a { color: rgba(255,255,255,.75); font-size: 12px; }
footer p { font-size: 12px; margin-bottom: 10px; }
footer small { display: block; font-size: 10px; line-height: 1.55; margin: 0 auto; max-width: 620px; }

.toast {
  align-items: center;
  background: #fff;
  border-left: 4px solid var(--green);
  border-radius: 16px;
  bottom: 18px;
  box-shadow: 0 12px 35px rgba(0,0,0,.18);
  display: flex;
  gap: 11px;
  left: 14px;
  max-width: 300px;
  padding: 13px;
  position: fixed;
  transform: translateX(0);
  transition: .35s ease;
  z-index: 40;
}
.toast.hidden { opacity: 0; transform: translateX(-120%); }
.toast-avatar { align-items: center; background: linear-gradient(135deg, var(--orange), var(--orange2)); border-radius: 50%; color: #fff; display: flex; font-weight: 900; height: 40px; justify-content: center; width: 40px; }
.toast b { display: inline-block; font-size: 12px; max-width: 150px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.toast span { color: #777; font-size: 10px; }
.toast p { color: #777; font-size: 12px; margin: 1px 0 3px; }
.toast small span { background: rgba(255,92,0,.1); border-radius: 999px; color: var(--orange); font-weight: 900; padding: 2px 7px; }
.toast small strong { color: var(--green); font-size: 12px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .55s ease, transform .55s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (min-width: 640px) {
  .container { width: min(100%, 640px); }
  .four { grid-template-columns: repeat(4, 1fr); }
  .three { grid-template-columns: repeat(3, 1fr); }
  .compare-grid { grid-template-columns: 1fr 54px 1fr; }
  .arrow { transform: none; }
  .plans { align-items: start; grid-template-columns: .85fr 1.15fr; }
}

@media (min-width: 900px) {
  .testimonial-grid { grid-template-columns: repeat(3, 1fr); }
  .hero-product { max-width: 320px; }
}

@media (max-width: 768px) {
  .container { max-width: 352px; padding: 0 16px; }
  .wide { max-width: 390px; padding: 0 16px; }
  section { padding: 62px 0; }
  .hero { min-height: auto; padding: 82px 0 78px; }
  .pain { padding-top: 62px; }
  .timer-bar { font-size: 12px; padding: 10px 10px; }
  .timer-bar strong { padding: 1px 7px; }
  .badge, .tag { font-size: 10px; letter-spacing: .14em; margin-bottom: 10px; }
  .badge.orange { font-size: 11px; padding: 7px 17px; }
  h1 { font-size: 32px; line-height: 1.02; margin-bottom: 16px; }
  h1 em { -webkit-text-stroke-width: 1.4px; font-size: .92em; }
  h2 { font-size: 25px; line-height: 1.12; margin-bottom: 30px; }
  .hero-sub { font-size: 14px; line-height: 1.55; margin-bottom: 23px; }
  .hero-product { max-width: 305px; margin-bottom: 34px; }
  .hero-product img { border-radius: 22px; box-shadow: 0 22px 56px rgba(255,92,0,.3); }
  .hero-product:before { inset: -15px; border-radius: 34px; }
  .cta { font-size: 15px; padding: 19px 18px; width: min(100%, 320px); }
  .micro { font-size: 11px; margin-top: 18px; }

  .grid { gap: 12px; }
  .mini-card { border-width: 1px; border-radius: 15px; padding: 16px 10px; }
  .mini-card span { font-size: 26px; margin-bottom: 7px; }
  .mini-card p { font-size: 11px; line-height: 1.4; }
  .answer { border-radius: 14px; font-size: 12px; margin: 24px auto 0; max-width: 320px; padding: 16px; }

  .compare-grid { gap: 14px; margin: 0 auto; max-width: 285px; }
  .compare-card { border-radius: 18px; padding: 22px 24px; }
  .compare-card h3 { font-size: 15px; margin-bottom: 14px; }
  .compare-card p { font-size: 12px; gap: 9px; margin: 10px 0; }
  .compare-card p span { font-size: 17px; width: 20px; }
  .arrow { font-size: 28px; }

  .pills { gap: 8px; max-width: 330px; margin: 0 auto; }
  .pills span, .life-tags span { font-size: 10px; padding: 8px 11px; }
  .more { font-size: 12px; margin-top: 18px; }

  .life-card { flex-direction: column; text-align: center; }
  .life-card { align-items: center; border-radius: 18px; gap: 16px; margin: 0 auto; max-width: 315px; padding: 28px 24px; text-align: center; }
  .life-icon { align-self: center; border-radius: 13px; flex-basis: 58px; font-size: 30px; height: 58px; width: 58px; }
  .life-card h3 { font-size: 19px; }
  .life-card p { font-size: 12px; }
  .life-tags { align-items: center; gap: 7px; width: 100%; }
  .life-tags span { font-size: 10px; padding: 7px 9px; }

  .topic-card { border-radius: 14px; padding: 16px 10px; }
  .topic-card span { font-size: 24px; margin-bottom: 8px; }
  .topic-card h3 { font-size: 11px; }
  .topic-card p { font-size: 9px; }
  .numbers { border-radius: 14px; margin-top: 20px; }
  .numbers p { padding: 17px 5px; }
  .numbers b { font-size: 30px; }
  .numbers span { font-size: 17px; }
  .numbers small { font-size: 10px; }

  .testimonial-grid { gap: 14px; margin-top: 22px; }
  .testimonial { border-radius: 17px; padding: 18px; }
  .stars { font-size: 12px; margin-bottom: 11px; }
  .stars small { font-size: 8px; padding: 4px 8px; }
  .testimonial p { font-size: 12px; line-height: 1.65; margin-bottom: 15px; }
  .person { grid-template-columns: 44px 1fr; gap: 0 10px; }
  .person img { height: 44px; width: 44px; border-width: 2px; }
  .person b { font-size: 12px; }
  .person span { font-size: 10px; }

  .bonus .container { max-width: 390px; }
  .bonus h2 { font-size: 27px; line-height: 1.16; margin-bottom: 34px; }
  .bonus-list { gap: 14px; }
  .bonus-card { border-radius: 18px; gap: 11px; grid-template-columns: 48px minmax(0, 1fr) 62px; min-height: 134px; padding: 22px 14px; }
  .bonus-card > span { border-radius: 12px; font-size: 25px; height: 48px; width: 48px; }
  .bonus-card h3 { font-size: 13px; line-height: 1.08; margin-bottom: 7px; }
  .bonus-card p { font-size: 11px; line-height: 1.55; }
  .bonus-price b { font-size: 10px; padding: 5px 10px; }
  .bonus-price s { font-size: 11px; }
  .bonus-total { border-radius: 34px; font-size: 11px; gap: 6px 8px; padding: 18px 16px; }
  .bonus-total s { font-size: 21px; }
  .bonus-total b { flex-basis: 72%; font-size: 10px; padding: 7px 14px; }

  .plans { gap: 22px; margin: 0 auto; max-width: 318px; }
  .plan { border-radius: 20px; padding: 24px 20px; }
  .chosen { font-size: 10px; padding: 6px 16px; top: -13px; }
  .plan-label { font-size: 10px; margin-bottom: 7px; }
  .plan h3 { font-size: 17px; margin-bottom: 14px; }
  .plan h3 span { font-size: 13px; }
  .plan li { font-size: 12px; margin: 6px 0; }
  .price { margin: 16px 0 11px; }
  .price s { font-size: 12px; }
  .price b { font-size: 44px; }
  .price span { font-size: 11px; }
  .ghost-btn { font-size: 11px; padding: 12px 15px; }
  .bonus-title { font-size: 10px; margin: 13px 0 10px; padding: 8px 0; }
  .bonus-lines b { font-size: 10px; }
  .save, .anchor-price { border-radius: 10px; font-size: 12px; margin-top: 11px; padding: 10px 12px; }
  .today { font-size: 12px; margin-top: 13px; }
  .big-price { font-size: 54px; }
  .buy { font-size: 12px; padding: 15px 12px; }

  .guarantee-card { border-radius: 15px; gap: 14px; margin: 0 auto; max-width: 320px; padding: 17px; }
  .guarantee-card img { flex-basis: 70px; height: 70px; width: 70px; }
  .guarantee-card h3 { font-size: 16px; }
  .guarantee-card p:not(.tag) { font-size: 12px; }

  .faq-list { gap: 9px; }
  .faq article { border-radius: 10px; }
  .faq button { font-size: 12px; padding: 13px 15px; }
  .faq button span { font-size: 18px; }
  .faq article p { font-size: 12px; padding: 0 15px 13px; }

  .final-cta { padding: 54px 0; }
  .final-cta h2 { margin-bottom: 18px; }
  .final-cta p { font-size: 12px; margin-top: 13px; }
  footer { padding: 30px 0; }
  footer a, footer p { font-size: 11px; }
  footer small { font-size: 9px; max-width: 320px; }
}
