:root {
  --burgundy: #651725;
  --burgundy-dark: #3f0c15;
  --cream: #f6ecd7;
  --gold: #bd8420;
  --green: #28a64b;
  --ink: #2e2523;
  --muted: #6f605b;
  --white: #fff;
  --shadow: 0 14px 34px rgba(65, 22, 27, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--cream);
  color: var(--ink);
  font-family: Arial, "Helvetica Neue", sans-serif;
  line-height: 1.55;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.wrap { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.narrow { width: min(820px, calc(100% - 32px)); margin: 0 auto; }
.center { text-align: center; }
.cream { background: var(--cream); }
.gold { color: var(--gold); }
.green { color: var(--green); }
.underline { text-decoration: underline; text-underline-offset: 6px; }

.topbar {
  position: relative;
  z-index: 50;
  padding: 13px 10px;
  background: var(--burgundy);
  box-shadow: 0 6px 18px rgba(45, 9, 17, .25);
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
}

h1, h2, .timeline h3, .flavor-grid h3, .expert h2, .variety-grid h3,
.mock-title strong, .mock-tablet strong, .mock-book strong, .mock-phone strong,
.mock-cards b, .guarantee-seal strong {
  font-family: Georgia, "Times New Roman", serif;
}
h2 {
  margin: 10px 0;
  color: var(--burgundy);
  font-size: clamp(31px, 4vw, 48px);
  line-height: 1.08;
}
.eyebrow {
  margin: 0 0 10px;
  color: var(--burgundy);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .15em;
}
.section-lead { color: var(--muted); font-size: 17px; }

.hero { padding: 62px 0 46px; }
.hero h1 {
  max-width: 980px;
  margin: 12px auto 20px;
  font-size: clamp(34px, 5vw, 60px);
  font-weight: 900;
  line-height: 1.06;
  text-transform: uppercase;
}
.hero .lead { margin: 0 auto; color: var(--muted); font-size: clamp(17px, 2vw, 21px); }

.hero-product {
  position: relative;
  width: min(760px, 100%);
  height: 470px;
  margin: 38px auto 22px;
}
.mock-laptop {
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: 2;
  width: 540px;
  transform: translateX(-50%);
}
.mock-screen {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  height: 300px;
  overflow: hidden;
  border: 11px solid #171414;
  border-radius: 17px 17px 7px 7px;
  background: linear-gradient(130deg, #721b2c, #3f0d17);
  box-shadow: 0 22px 45px rgba(52, 16, 24, .24);
  color: #f5deb0;
}
.mock-screen img { width: 100%; height: 100%; object-fit: cover; }
.mock-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px;
  text-align: left;
}
.mock-title small, .mock-tablet small, .mock-book small, .mock-phone small {
  font-size: 9px;
  letter-spacing: .15em;
}
.mock-title strong { margin: 11px 0; font-size: 31px; line-height: 1.02; }
.mock-title span { font-size: 10px; }
.mock-base {
  width: 600px;
  height: 18px;
  margin-left: -30px;
  border-radius: 0 0 14px 14px;
  background: linear-gradient(#d4d4d4, #777);
  clip-path: polygon(7% 0, 93% 0, 100% 100%, 0 100%);
}
.mock-tablet {
  position: absolute;
  bottom: 18px;
  left: 1%;
  z-index: 4;
  display: grid;
  grid-template-rows: 1fr 92px;
  width: 215px;
  height: 275px;
  overflow: hidden;
  border: 9px solid #171414;
  border-radius: 18px;
  background: #f7ead5;
  box-shadow: var(--shadow);
  color: var(--burgundy);
  text-align: left;
}
.mock-tablet > div { display: flex; flex-direction: column; justify-content: center; padding: 18px; }
.mock-tablet strong { margin: 8px 0; font-size: 23px; line-height: 1.02; }
.mock-tablet span { font-size: 9px; }
.mock-tablet img { width: 100%; height: 92px; object-fit: cover; }
.mock-book {
  position: absolute;
  right: 7%;
  bottom: 0;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 170px;
  height: 225px;
  padding: 20px;
  border: 4px solid #bd8c3e;
  border-radius: 6px;
  background: linear-gradient(145deg, #731d2e, #420d17);
  box-shadow: 10px 14px 0 #2d0911, var(--shadow);
  color: #f5deb0;
  text-align: left;
}
.mock-book strong { margin: 9px 0; font-size: 29px; line-height: 1.02; }
.mock-phone {
  position: absolute;
  top: 170px;
  right: 0;
  z-index: 6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100px;
  height: 195px;
  padding: 22px 9px 12px;
  border: 7px solid #171414;
  border-radius: 22px;
  background: #f5e6d0;
  box-shadow: var(--shadow);
  color: var(--burgundy);
}
.mock-phone strong { margin: 9px 0; font-size: 18px; line-height: 1.05; }
.mock-phone span { font-size: 8px; }
.mock-cards {
  position: absolute;
  bottom: 4px;
  left: 34%;
  z-index: 7;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 130px;
  height: 88px;
  border: 3px solid #a3712c;
  background: #fff8eb;
  box-shadow: var(--shadow);
  color: var(--burgundy);
}
.mock-cards b { font-size: 38px; }
.mock-cards span { font-size: 9px; text-align: left; }

.benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: 26px auto 0;
}
.benefits article {
  min-height: 185px;
  padding: 22px 18px;
  border: 1px solid #ead9d1;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 7px 20px rgba(101, 23, 37, .07);
}
.benefits article > span { font-size: 27px; }
.benefits h3 { margin: 8px 0; color: var(--burgundy); font-size: 13px; }
.benefits p { margin: 0; color: var(--muted); font-size: 12px; font-weight: 600; }

.timeline-section { padding: 72px 0 86px; }
.timeline { width: min(850px, 100%); margin: 40px auto; }
.timeline article {
  display: grid;
  grid-template-columns: 220px 1fr;
  align-items: center;
  gap: 28px;
  margin: 25px 0;
  padding: 14px;
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--shadow);
  text-align: left;
}
.timeline article:nth-child(even) { grid-template-columns: 1fr 220px; }
.timeline article:nth-child(even) .timeline-picture { order: 2; }
.timeline-picture { position: relative; overflow: hidden; border-radius: 16px; }
.timeline-picture img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.timeline-picture span {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  padding: 12px 7px;
  background: rgba(101, 23, 37, .96);
  color: #fff;
  text-align: center;
}
.timeline-picture strong { display: block; font-family: Georgia, serif; font-size: 14px; line-height: 1.05; }
.timeline-picture small { display: block; margin-top: 5px; color: #e7ba69; font-size: 7px; letter-spacing: .1em; }
.timeline article > div:last-child > b {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 30px;
  background: var(--burgundy);
  color: #fff;
  font-size: 11px;
}
.timeline h3 { margin: 8px 0; font-size: 27px; line-height: 1.12; }
.timeline p { margin: 0; color: var(--muted); }

.cta {
  display: inline-block;
  padding: 17px 31px;
  border-radius: 999px;
  background: var(--burgundy);
  box-shadow: 0 8px 0 var(--burgundy-dark), 0 17px 30px rgba(101, 23, 37, .22);
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  font-weight: 900;
}
.cta:hover { transform: translateY(-2px); }
.trust { margin-top: 16px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }

.before-after {
  display: grid;
  grid-template-columns: 1fr 58px 1fr;
  align-items: center;
  gap: 12px;
  max-width: 720px;
  margin: 55px auto 0;
}
.ba-card { position: relative; overflow: hidden; border-radius: 18px; background: #fff; box-shadow: var(--shadow); text-align: left; }
.ba-card > span { position: absolute; top: 12px; left: 12px; z-index: 2; padding: 5px 11px; border-radius: 20px; background: #302624; color: #fff; font-size: 9px; font-weight: 900; }
.ba-card.after > span { background: var(--green); }
.ba-card img { width: 100%; height: 245px; object-fit: cover; }
.ba-card.before img { filter: grayscale(.5); }
.ba-card div { padding: 14px; }
.ba-card b, .ba-card small { display: block; }
.ba-card small { color: var(--muted); }
.ba-arrow { color: var(--burgundy); font-size: 35px; font-weight: 900; }

.learn-section, .flavors, .guide-preview, .varieties, .method-section, .bonuses, .testimonials, .pricing, .faq { padding: 82px 0; }
.section-head { max-width: 790px; margin: 0 auto; text-align: center; }
.section-head > span { color: var(--gold); font-size: 11px; font-weight: 900; letter-spacing: .15em; }
.learn-grid, .method-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 35px; }
.learn-grid article, .method-grid article { padding: 25px; border: 1px solid #eadfd5; border-radius: 18px; background: #fff; box-shadow: 0 7px 22px rgba(101, 23, 37, .08); font-size: 25px; }
.learn-grid b { display: block; margin-top: 7px; color: var(--burgundy); font-size: 17px; }
.learn-grid p, .method-grid p { margin-bottom: 0; color: var(--muted); font-size: 13px; }
.method-grid h3 { color: var(--burgundy); font-size: 16px; }

.flavor-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 35px; }
.flavor-grid article { overflow: hidden; padding-bottom: 18px; border-radius: 23px; background: #fff; box-shadow: var(--shadow); }
.flavor-grid img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.flavor-grid h3 { margin: 16px 10px 4px; color: var(--burgundy); font-size: 23px; }
.flavor-grid p { margin: 0; padding: 0 17px; color: var(--muted); font-size: 13px; }

.guide-preview { padding-top: 20px; background: linear-gradient(180deg, var(--cream), #f8f2e5); }
.guide-preview .section-lead { max-width: 720px; margin-right: auto; margin-left: auto; }
.guide-preview-carousel {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 42px;
  align-items: center;
  gap: 14px;
  max-width: 1120px;
  margin: 34px auto 0;
}
.guide-preview-window { overflow-x: auto; scroll-behavior: smooth; scrollbar-width: none; scroll-snap-type: x mandatory; }
.guide-preview-window::-webkit-scrollbar { display: none; }
.guide-preview-track { display: flex; gap: 18px; }
.guide-preview-slide {
  flex: 0 0 calc((100% - 36px) / 3);
  min-width: 0;
  margin: 0;
  scroll-snap-align: start;
  overflow: hidden;
  border: 1px solid #eadfd5;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(75, 23, 31, .12);
}
.guide-page { position: relative; overflow: hidden; background: #fff; }
.guide-page img { display: block; width: 100%; height: auto; aspect-ratio: 210 / 297; object-fit: cover; }
.guide-page::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(244, 240, 229, .08)); pointer-events: none; }
.guide-page span {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 1;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(117, 23, 43, .92);
  color: #fff;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .08em;
}
.guide-preview-slide figcaption { padding: 13px 12px 15px; color: var(--burgundy); font: 700 16px/1.25 Georgia, serif; }
.guide-preview-arrow {
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--burgundy);
  color: #fff;
  font: 700 31px/1 Georgia, serif;
  cursor: pointer;
  box-shadow: 0 7px 17px rgba(75, 23, 31, .2);
}
.guide-preview-arrow:focus-visible, .guide-preview-dots button:focus-visible, .guide-preview-window:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.guide-preview-dots { display: flex; justify-content: center; gap: 8px; margin: 18px 0 10px; }
.guide-preview-dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: #d3b9af; cursor: pointer; }
.guide-preview-dots button.active { width: 22px; border-radius: 10px; background: var(--burgundy); }
.guide-preview-note { margin: 0; color: var(--muted); font-size: 11px; }

.expert { padding: 76px 0; background: linear-gradient(135deg, var(--burgundy), var(--burgundy-dark)); color: #fff; }
.expert-grid { display: grid; grid-template-columns: 310px 1fr; align-items: center; gap: 50px; }
.expert .portrait { width: 310px; }
.expert .portrait img { width: 310px; height: 390px; border: 5px solid #eed5a6; border-radius: 160px 160px 24px 24px; object-fit: cover; object-position: 50% 18%; }
.expert .eyebrow, .expert h2, .expert p { color: #fff; }
.expert h2 { font-size: clamp(40px, 5vw, 56px); }
.expert p { font-size: 16px; }
.stats { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.stats span { min-width: 100px; padding: 11px 16px; border-radius: 14px; background: #fff; color: var(--ink); text-align: center; }
.stats b { display: block; color: var(--burgundy); font-size: 23px; }

.variety-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; max-width: 980px; margin: 34px auto; text-align: left; }
.variety-grid article { padding: 24px; border-radius: 20px; background: #fff; box-shadow: var(--shadow); }
.variety-grid h3 { margin: 0 0 13px; color: var(--burgundy); font-size: 21px; }
.variety-grid ul { margin: 0; padding-left: 19px; }
.variety-grid li { padding: 3px 0; color: var(--muted); font-size: 13px; }

.bonus-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 32px; text-align: left; }
.bonus-grid article { display: flex; align-items: center; gap: 13px; padding: 15px; border: 1px solid #eadfd5; border-radius: 13px; background: #fff; box-shadow: 0 5px 17px rgba(101, 23, 37, .07); }
.bonus-grid b { display: grid; flex: 0 0 32px; width: 32px; height: 32px; place-items: center; border-radius: 50%; background: var(--gold); color: #fff; }
.bonus-total { max-width: 700px; margin: 27px auto 0; padding: 18px; border: 1px solid #eadfd5; border-radius: 13px; background: #fff; box-shadow: var(--shadow); color: var(--burgundy); font-weight: 800; }

.social-proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; margin: 35px 0; }
.social-proof-images { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; max-width: 980px; margin: 35px auto; }
.social-proof-images figure { margin: 0; overflow: hidden; border: 1px solid #eadfd5; border-radius: 16px; background: #fff; box-shadow: var(--shadow); }
.social-proof-images img { display: block; width: 100%; height: auto; }
.social-proof-images figure:nth-child(3) { grid-column: 1 / -1; max-width: 620px; justify-self: center; }
.feedback-carousel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: min(410px, 100%);
  margin: 32px auto 14px;
}
.carousel-window {
  width: 320px;
  overflow: hidden;
  border: 1px solid #eadfd5;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(75, 23, 31, .14);
}
.carousel-track { display: flex; transition: transform .38s ease; }
.feedback-slide { flex: 0 0 100%; margin: 0; }
.feedback-slide img { display: block; width: 100%; height: auto; aspect-ratio: 2 / 3; object-fit: cover; }
.carousel-arrow {
  display: grid;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--burgundy);
  color: #fff;
  font: 700 29px/1 Georgia, serif;
  cursor: pointer;
  box-shadow: 0 7px 17px rgba(75, 23, 31, .2);
}
.carousel-dots { display: flex; justify-content: center; gap: 8px; margin: 12px 0 22px; }
.carousel-dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: #d3b9af; cursor: pointer; }
.carousel-dots button.active { width: 22px; border-radius: 10px; background: var(--burgundy); }
.comment-thread, .chat-card { padding: 18px; border: 1px solid #d9dde2; border-radius: 17px; background: #f4f6f8; box-shadow: var(--shadow); text-align: left; }
.comment { margin-bottom: 11px; padding: 13px; border-radius: 14px; background: #fff; }
.comment b { display: block; color: #111; }
.comment small, .chat-card small { color: #6c7076; }
.comment p { margin: 6px 0 0; color: #222; line-height: 1.35; }
.chat-card { background: #f8efe6; }
.chat-card header { display: flex; align-items: center; gap: 9px; padding-bottom: 13px; border-bottom: 1px solid #ddd; }
.chat-card header div { flex: 1; }
.chat-card small { display: block; }
.avatar { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; background: #ddd; color: #555; font-weight: 900; }
.bubble { margin: 14px 0; padding: 15px; border-radius: 15px; background: #fff; line-height: 1.4; }
.chat-card img { width: 100%; height: 205px; border-radius: 13px; object-fit: cover; }
.proof-note { color: var(--muted); font-size: 11px; }

.countdown { display: flex; justify-content: center; gap: 11px; margin: 25px 0; }
.countdown span { width: 88px; padding: 10px 7px; border-radius: 13px; background: var(--burgundy); color: #fff; font-size: 9px; letter-spacing: .1em; }
.countdown b { display: block; font-size: 25px; }
.price-card { max-width: 630px; margin: 0 auto; padding: 35px; border: 3px solid #d1a344; border-radius: 27px; background: #fff; box-shadow: var(--shadow); }
.price-loading, .price-offer { min-height: 145px; }
.price-loading small, .price-loading i, .price-offer small, .price-offer em { display: block; color: var(--muted); font-style: normal; }
.price-loading strong { display: block; color: var(--muted); font-size: 55px; }
.price-offer p { margin: 13px 0 0; color: var(--burgundy); font-weight: 900; letter-spacing: .11em; }
.price-offer strong { display: block; color: var(--green); font-size: clamp(64px, 10vw, 96px); line-height: 1; }
.price-card ul { margin: 25px 0; padding: 0; list-style: none; text-align: left; }
.price-card li { padding: 9px 0; border-bottom: 1px solid #eee; }
.price-card li::before { margin-right: 9px; color: var(--green); content: "✓"; font-weight: 900; }
.checkout-link { width: 100%; }

.guarantee { padding: 65px 0; }
.guarantee-grid { display: grid; grid-template-columns: 240px 1fr; align-items: center; gap: 38px; padding: 30px; border-radius: 24px; background: #fff; box-shadow: var(--shadow); }
.guarantee-seal { display: flex; width: 210px; height: 210px; margin: auto; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; background: radial-gradient(circle, #f9d575 0 42%, #9a6414 43% 50%, #f5c85a 51% 63%, #7c4b0b 64%); color: #5d3504; text-align: center; filter: drop-shadow(0 12px 22px rgba(83, 37, 15, .2)); }
.guarantee-seal small { font-weight: 900; letter-spacing: .14em; }
.guarantee-seal strong { font-size: 65px; line-height: 1; }
.guarantee-seal span { font-weight: 900; }
.guarantee-seal em { margin-top: 6px; font-size: 8px; font-style: normal; letter-spacing: .07em; }

.faq details { margin: 11px 0; padding: 17px 20px; border-radius: 13px; background: #fff; box-shadow: 0 4px 14px rgba(101, 23, 37, .06); }
.faq summary { color: var(--burgundy); cursor: pointer; font-weight: 800; }
.faq details p { color: var(--muted); }
.faq .cta { display: block; width: max-content; max-width: 100%; margin: 33px auto 0; }

footer { padding: 32px 16px; background: #2d0b12; color: #fff; text-align: center; font-size: 12px; }
footer a { color: #f3d49c; }
.legal { min-height: 75vh; padding: 66px 0; }
.legal h1 { color: var(--burgundy); font-family: Georgia, serif; font-size: 44px; }
.legal h2 { margin-top: 31px; font-family: Arial, sans-serif; font-size: 22px; }
.legal p, .legal li { color: var(--muted); }

@media (max-width: 820px) {
  .benefits, .learn-grid, .method-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-product { height: 430px; }
  .mock-laptop { width: 470px; }
  .mock-screen { height: 270px; }
  .mock-base { width: 520px; margin-left: -25px; }
  .mock-title strong { font-size: 26px; }
  .mock-tablet { width: 190px; height: 245px; }
  .mock-book { right: 8%; width: 145px; height: 195px; }
  .mock-phone { top: 155px; width: 90px; height: 175px; }
  .mock-cards { left: 36%; width: 112px; }
  .flavor-grid { grid-template-columns: repeat(2, 1fr); }
  .expert-grid { grid-template-columns: 260px 1fr; gap: 30px; }
  .expert .portrait, .expert .portrait img { width: 260px; }
  .expert .portrait img { height: 340px; }
  .variety-grid, .social-proof-grid, .social-proof-images { grid-template-columns: 1fr; }
  .social-proof-grid { max-width: 620px; margin-right: auto; margin-left: auto; }
}

@media (max-width: 560px) {
  .topbar { padding: 10px 5px; font-size: 9px; }
  .hero { padding-top: 40px; }
  .hero h1 { font-size: clamp(30px, 10.2vw, 44px); }
  .hero .lead br { display: none; }
  .hero-product { width: 345px; height: 335px; margin-top: 28px; }
  .mock-laptop { top: 5px; width: 315px; }
  .mock-screen { height: 185px; border-width: 7px; }
  .mock-title { padding: 13px; }
  .mock-title strong { font-size: 18px; }
  .mock-title span { font-size: 7px; }
  .mock-base { width: 345px; height: 12px; margin-left: -15px; }
  .mock-tablet { bottom: 10px; left: 0; grid-template-rows: 1fr 58px; width: 125px; height: 178px; border-width: 6px; }
  .mock-tablet > div { padding: 10px; }
  .mock-tablet strong { font-size: 15px; }
  .mock-tablet img { height: 58px; }
  .mock-book { right: 10px; width: 105px; height: 145px; padding: 11px; border-width: 3px; }
  .mock-book strong { font-size: 20px; }
  .mock-phone { display: none; }
  .mock-cards { bottom: 0; left: 36%; width: 88px; height: 62px; }
  .mock-cards b { font-size: 27px; }
  .mock-cards span { font-size: 6px; }
  .benefits, .learn-grid, .method-grid, .flavor-grid, .bonus-grid { grid-template-columns: 1fr; }
  .benefits article { min-height: 0; }
  .timeline article, .timeline article:nth-child(even) { grid-template-columns: 118px 1fr; gap: 13px; padding: 9px; }
  .timeline article:nth-child(even) .timeline-picture { order: 0; }
  .timeline h3 { font-size: 19px; }
  .timeline p { font-size: 12px; }
  .timeline-picture strong { font-size: 11px; }
  .before-after { grid-template-columns: 1fr 28px 1fr; gap: 4px; }
  .ba-card img { height: 155px; }
  .ba-card div { padding: 9px; }
  .ba-card b { font-size: 11px; }
  .ba-card small { font-size: 8px; }
  .ba-arrow { font-size: 20px; }
  .expert-grid { grid-template-columns: 1fr; text-align: center; }
  .expert .portrait { margin: 0 auto; }
  .stats { justify-content: center; }
  .guarantee-grid { grid-template-columns: 1fr; text-align: center; }
  .price-card { padding: 23px 16px; }
  .feedback-carousel { gap: 8px; }
  .carousel-window { width: min(280px, calc(100vw - 100px)); }
  .carousel-arrow { flex-basis: 34px; width: 34px; height: 34px; }
  .learn-section, .flavors, .guide-preview, .expert, .varieties, .method-section, .bonuses, .testimonials, .pricing, .faq { padding: 56px 0; }
  .guide-preview { padding-top: 10px; }
  .guide-preview-carousel { grid-template-columns: 34px minmax(0, 1fr) 34px; gap: 7px; }
  .guide-preview-track { gap: 12px; }
  .guide-preview-slide { flex-basis: 84%; }
  .guide-preview-arrow { width: 34px; height: 34px; font-size: 26px; }
  .guide-preview-slide figcaption { font-size: 14px; }
}
