/* ===== RESET & BASE ===== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  background: #0d0a08;
  color: #f5ede6;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.container {
  max-width: 540px;
  margin: 0 auto;
  padding: 0 16px;
}

/* ===== TOP BAR ===== */
.top-bar {
  background: linear-gradient(135deg, #c0392b, #e74c3c);
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

/* ===== ANCHOR NAV (перенесён в самый верх) ===== */
.anchor-nav {
  background: rgba(20, 14, 10, 0.95);
  backdrop-filter: blur(10px);
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  position: sticky;
  top: 0;
  z-index: 100;
}
.anchor-nav__inner {
  display: flex;
  gap: 20px;
  font-size: 13px;
  font-weight: 600;
}
.anchor-nav a {
  color: #a0806e;
  text-decoration: none;
  flex-shrink: 0;
  transition: color 0.2s;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.anchor-nav a:hover {
  color: #c0392b;
}

/* ===== HERO ===== */
.hero {
  padding: 20px 0 10px;
  background: radial-gradient(ellipse at 30% 20%, #2c1810 0%, #0d0a08 70%);
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -30%;
  width: 80%;
  height: 80%;
  background: radial-gradient(circle, rgba(192, 57, 43, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.brand {
  text-align: center;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}
.brand__name {
  font-size: 36px;
  font-weight: 900;
  letter-spacing: -0.5px;
  color: #f5ede6;
}
.brand__name span {
  color: #c0392b;
}
.brand__name .plus {
  color: #c0392b;
  font-size: 30px;
}
.brand__tagline {
  font-size: 13px;
  color: #a0806e;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-top: -4px;
}

.hero__grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 1;
}

.hero__text {
  text-align: center;
  width: 100%;
}
.hero__title {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: 6px;
  color: #f5ede6;
}
.hero__title .highlight {
  color: #c0392b;
  position: relative;
}
.hero__title .highlight::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 4px;
  background: #c0392b;
  border-radius: 4px;
}
.hero__sub {
  font-size: 18px;
  font-weight: 700;
  color: #ffd700;
  margin-bottom: 4px;
}
.hero__desc {
  font-size: 16px;
  color: #c9b5a8;
  margin-bottom: 10px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.hero__badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 12px;
  font-size: 13px;
  font-weight: 600;
  color: #c9b5a8;
  margin-bottom: 16px;
}
.hero__badges span {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  padding: 4px 14px;
  border-radius: 30px;
}

.btn-hero {
  font-size: 20px;
  padding: 18px 24px;
  box-shadow: 0 8px 40px rgba(192, 57, 43, 0.35);
  animation: pulseBtn 2.5s ease-in-out infinite;
}
.btn-hero .btn-arrow {
  display: inline-block;
  animation: bounceArrow 1.2s ease-in-out infinite;
}

@keyframes pulseBtn {
  0%, 100% { box-shadow: 0 8px 40px rgba(192, 57, 43, 0.35); }
  50% { box-shadow: 0 8px 60px rgba(192, 57, 43, 0.55); }
}
@keyframes bounceArrow {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(4px); }
}

.hero__image {
  position: relative;
  width: 100%;
  max-width: 280px;
}
.hero__image img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.6);
}
.hero__price-tag {
  position: absolute;
  bottom: -12px;
  right: -10px;
  background: linear-gradient(135deg, #c0392b, #e74c3c);
  padding: 8px 16px 10px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 8px 30px rgba(192, 57, 43, 0.4);
  min-width: 100px;
}
.hero__price-tag .price {
  font-size: 28px;
  font-weight: 900;
  color: #fff;
  display: block;
  line-height: 1;
}
.hero__price-tag .old-price {
  font-size: 16px;
  color: rgba(255,255,255,0.5);
  text-decoration: line-through;
  margin-right: 6px;
}
.hero__price-tag .badge {
  font-size: 12px;
  font-weight: 700;
  color: #ffd700;
  background: rgba(0,0,0,0.2);
  padding: 1px 10px;
  border-radius: 20px;
}

/* ===== SOCIAL PROOF ===== */
.social-proof {
  text-align: center;
  margin-top: 12px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.social-proof__stars {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.social-proof__stars .stars {
  font-size: 20px;
  color: #ffd700;
}
.social-proof__stars .rating {
  font-size: 15px;
  color: #a0806e;
}
.social-proof__stars .rating strong {
  color: #f5ede6;
}
.social-proof__stats {
  display: flex;
  justify-content: center;
  gap: 20px;
  font-size: 14px;
  color: #7a6a5e;
}
.social-proof__stats strong {
  color: #f5ede6;
}

/* ===== SECTION TITLE ===== */
.section-title {
  font-size: 28px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 28px;
  color: #f5ede6;
  letter-spacing: -0.5px;
}
.section-title span {
  color: #c0392b;
}

/* ===== CTA BUTTONS ===== */
.btn {
  display: inline-block;
  padding: 16px 24px;
  border-radius: 60px;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  transition: all 0.25s;
  border: none;
  cursor: pointer;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-primary {
  background: linear-gradient(135deg, #c0392b, #e74c3c);
  color: #fff;
  box-shadow: 0 4px 20px rgba(192, 57, 43, 0.3);
}
.btn-primary:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 30px rgba(192, 57, 43, 0.5);
}
.btn-large {
  font-size: 22px;
  padding: 20px 24px;
}
.btn-large .btn-arrow {
  display: inline-block;
  animation: bounceArrow 1.2s ease-in-out infinite;
}

.cta-divider {
  padding: 10px 0 20px;
}

/* ===== BENEFITS ===== */
.benefits {
  padding: 40px 0 20px;
}
.benefits-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.benefit-item {
  background: linear-gradient(145deg, #1c120e, #140e0a);
  border-radius: 20px;
  padding: 16px 14px;
  text-align: center;
  border: 1px solid rgba(255,255,255,0.06);
  transition: all 0.3s;
}
.benefit-item:hover {
  transform: translateY(-4px);
  border-color: rgba(192, 57, 43, 0.3);
  box-shadow: 0 8px 30px rgba(0,0,0,0.3);
}
.benefit-image {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 10px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}
.benefit-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  display: block;
}
.benefit-item h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: #f5ede6;
}

/* ===== FEATURES STRIP ===== */
.features-strip {
  padding: 24px 0 44px;
  background: #140e0a;
  position: relative;
  overflow: hidden;
}
.features-strip::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(ellipse at 30% 50%, rgba(192, 57, 43, 0.05) 0%, transparent 60%);
  pointer-events: none;
}
.features-strip__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  position: relative;
  z-index: 1;
}
.feature-item {
  background: linear-gradient(145deg, #1c120e, #140e0a);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 24px;
  padding: 24px 16px 20px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  overflow: hidden;
  cursor: default;
}
.feature-item::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 24px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(192, 57, 43, 0.25), rgba(192, 57, 43, 0), rgba(192, 57, 43, 0.25));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s;
}
.feature-item:hover {
  transform: translateY(-6px) scale(1.02);
  border-color: rgba(192, 57, 43, 0.35);
  box-shadow: 0 12px 50px rgba(192, 57, 43, 0.18), inset 0 1px 0 rgba(255,255,255,0.05);
}
.feature-item:hover::after {
  opacity: 1;
}
.feature-icon-wrap {
  width: 110px;
  height: 110px;
  margin: 0 auto 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(192, 57, 43, 0.08);
  border-radius: 24px;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  overflow: hidden;
}
.feature-item:hover .feature-icon-wrap {
  background: rgba(192, 57, 43, 0.18);
  transform: scale(1.08) rotate(-2deg);
  box-shadow: 0 8px 40px rgba(192, 57, 43, 0.25);
}
.feature-icon-wrap::before {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(192, 57, 43, 0.25), transparent, rgba(192, 57, 43, 0.15));
  opacity: 0;
  transition: opacity 0.4s;
  z-index: -1;
}
.feature-item:hover .feature-icon-wrap::before {
  opacity: 1;
}
.feature-icon {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: drop-shadow(0 2px 12px rgba(192, 57, 43, 0.12));
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.feature-item:hover .feature-icon {
  filter: drop-shadow(0 4px 24px rgba(192, 57, 43, 0.3));
  transform: scale(1.05);
}
.feature-text {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #c9b5a8;
  line-height: 1.3;
  transition: color 0.3s;
  letter-spacing: 0.3px;
}
.feature-item:hover .feature-text {
  color: #f5ede6;
}

/* ===== TESTIMONIALS ===== */
.testimonials {
  padding: 40px 0;
  background: #140e0a;
}
.testimonials-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.testimonial-card {
  background: #1c120e;
  border-radius: 20px;
  padding: 24px 20px;
  text-align: center;
  border: 1px solid rgba(255,255,255,0.06);
}
.testimonial-card .stars {
  font-size: 22px;
  color: #ffd700;
}
.testimonial-card blockquote {
  font-size: 16px;
  font-style: italic;
  margin: 6px 0 10px;
  color: #c9b5a8;
}
.testimonial-card cite {
  font-size: 14px;
  color: #7a6a5e;
  font-weight: 500;
}

/* ===== INGREDIENTS (УВЕЛИЧЕННЫЕ КАРТИНКИ) ===== */
.ingredients {
  padding: 40px 0;
}
.ingredients-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.ingredient-card {
  background: linear-gradient(145deg, #1c120e, #140e0a);
  border-radius: 20px;
  padding: 20px 16px 18px;
  text-align: center;
  border: 1px solid rgba(255,255,255,0.06);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ingredient-card:hover {
  transform: translateY(-4px);
  border-color: rgba(192, 57, 43, 0.3);
  box-shadow: 0 8px 30px rgba(0,0,0,0.3);
}
.ingredient-image {
  width: 100%;
  aspect-ratio: 1/1;
  max-width: 160px;
  margin: 0 auto 12px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}
.ingredient-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ingredient-info {
  width: 100%;
}
.ingredient-card h4 {
  font-size: 16px;
  font-weight: 700;
  color: #f5ede6;
  margin: 0 0 2px 0;
  line-height: 1.2;
}
.ingredient-dose {
  display: inline-block;
  background: rgba(192, 57, 43, 0.15);
  color: #c0392b;
  font-weight: 700;
  font-size: 13px;
  padding: 0 12px;
  border-radius: 20px;
  margin: 2px 0 4px;
}
.ingredient-card p {
  font-size: 14px;
  color: #7a6a5e;
  margin: 0;
  line-height: 1.3;
}

/* ===== HOW TO ===== */
.howto {
  padding: 40px 0;
  background: #140e0a;
}
.howto-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.howto-step {
  background: #1c120e;
  border-radius: 14px;
  padding: 16px 14px;
  text-align: center;
  border: 1px solid rgba(255,255,255,0.06);
}
.step-number {
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  background: linear-gradient(135deg, #c0392b, #e74c3c);
  border-radius: 50%;
  font-weight: 700;
  font-size: 13px;
  color: #fff;
  margin-bottom: 4px;
}
.howto-step p {
  font-size: 13px;
  color: #c9b5a8;
  margin: 0;
}

/* ===== WHY BETTER (ПЕРЕРАБОТАН, КРУЧЕ) ===== */
.why-better {
  padding: 40px 0;
  background: linear-gradient(180deg, #0d0a08 0%, #140e0a 100%);
}
.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}
.why-card {
  background: linear-gradient(145deg, #1c120e, #140e0a);
  border-radius: 20px;
  padding: 20px 12px 18px;
  text-align: center;
  border: 1px solid rgba(255,255,255,0.06);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.why-card:hover {
  transform: translateY(-6px);
  border-color: rgba(192, 57, 43, 0.35);
  box-shadow: 0 12px 40px rgba(192, 57, 43, 0.15);
}
.why-icon-wrap {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(192, 57, 43, 0.12);
  border-radius: 50%;
  margin-bottom: 10px;
  transition: background 0.3s;
}
.why-card:hover .why-icon-wrap {
  background: rgba(192, 57, 43, 0.25);
}
.why-icon {
  font-size: 28px;
}
.why-card h4 {
  font-size: 16px;
  font-weight: 700;
  color: #f5ede6;
  margin: 0 0 2px;
  line-height: 1.2;
}
.why-card p {
  font-size: 13px;
  color: #7a6a5e;
  margin: 0;
  line-height: 1.3;
}

/* ===== FAQ ===== */
.faq {
  padding: 40px 0;
  background: #140e0a;
}
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq-item {
  border-bottom: 1px solid rgba(255,255,255,0.06);
  padding-bottom: 6px;
}
.faq-question {
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  font-size: 17px;
  font-weight: 600;
  color: #f5ede6;
  padding: 14px 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-question::after {
  content: "▼";
  font-size: 14px;
  color: #7a6a5e;
  transition: transform 0.2s;
}
.faq-question.active::after {
  transform: rotate(180deg);
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  font-size: 15px;
  color: #a0806e;
  padding: 0 0 8px 0;
  line-height: 1.6;
}

/* ===== CTA SECTION ===== */
.cta-section {
  padding: 20px 0 30px;
}
.cta-box {
  background: linear-gradient(145deg, #1c120e, #2c1810);
  border-radius: 24px;
  padding: 32px 24px;
  border: 1px solid rgba(192, 57, 43, 0.2);
  box-shadow: 0 8px 40px rgba(0,0,0,0.4);
  text-align: center;
}
.cta-box__icon {
  font-size: 48px;
  margin-bottom: 4px;
}
.cta-box__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 2px;
  color: #f5ede6;
}
.cta-box__title strong {
  color: #c0392b;
}
.cta-box__sub {
  font-size: 15px;
  color: #a0806e;
  margin-bottom: 20px;
}
.email-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.form-group input {
  width: 100%;
  padding: 16px 20px;
  border: 2px solid rgba(255,255,255,0.1);
  border-radius: 60px;
  font-size: 16px;
  background: rgba(255,255,255,0.06);
  color: #f5ede6;
  outline: none;
  transition: border-color 0.2s;
}
.form-group input::placeholder {
  color: #7a6a5e;
}
.form-group input:focus {
  border-color: #c0392b;
}
.discount-block {
  display: none;
  animation: fadeIn 0.5s ease;
}
.discount-code {
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 6px;
  color: #ffd700;
  background: rgba(255,215,0,0.1);
  padding: 12px 20px;
  border-radius: 16px;
  display: inline-block;
  margin: 8px 0 12px;
  border: 2px dashed #ffd700;
}
.discount-note {
  font-size: 14px;
  color: #a0806e;
  margin-bottom: 16px;
}
.privacy-text {
  font-size: 12px;
  color: #5a4a3e;
  margin-top: 16px;
}

/* ===== FOOTER ===== */
.footer {
  background: #0a0705;
  padding: 30px 0 20px;
  border-top: 1px solid rgba(255,255,255,0.04);
}
.footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.footer__badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #7a6a5e;
}
.footer__badges span {
  display: flex;
  align-items: center;
  gap: 4px;
}
.footer__payments {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.footer__payments img {
  height: 30px;
  width: auto;
  background: rgba(255,255,255,0.04);
  border-radius: 6px;
  padding: 4px 10px;
  object-fit: contain;
}
.footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  font-size: 14px;
}
.footer__links a {
  color: #5a4a3e;
  text-decoration: none;
  transition: color 0.2s;
}
.footer__links a:hover {
  color: #a0806e;
}
.footer__copy {
  font-size: 13px;
  color: #3a2e26;
}

/* ===== ANIMATIONS ===== */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ===== RESPONSIVE ===== */
@media (min-width: 768px) {
  .container { max-width: 720px; }
  .hero__grid {
    flex-direction: row;
    align-items: center;
    gap: 40px;
  }
  .hero__text { text-align: left; flex: 1; }
  .hero__image { flex: 1; max-width: 320px; }
  .hero__badges { justify-content: flex-start; }
  .hero__sub { text-align: left; }
  .hero__desc { margin-left: 0; margin-right: 0; }
  .social-proof__stars { justify-content: flex-start; }
  .social-proof__stats { justify-content: flex-start; }
  .features-strip__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
  .feature-icon-wrap {
    width: 130px;
    height: 130px;
    border-radius: 28px;
  }
  .feature-text {
    font-size: 16px;
  }
  .ingredients-grid {
    gap: 24px;
  }
  .ingredient-image {
    max-width: 180px;
  }
  .ingredient-card h4 {
    font-size: 18px;
  }
  .ingredient-dose {
    font-size: 14px;
  }
  .ingredient-card p {
    font-size: 15px;
  }
  .testimonials-grid { flex-direction: row; gap: 24px; }
  .testimonial-card { flex: 1; }
  .why-grid { grid-template-columns: repeat(4, 1fr); }
  .howto-grid { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 480px) {
  .hero__title { font-size: 24px; }
  .btn { font-size: 16px; padding: 14px 20px; }
  .btn-large { font-size: 18px; padding: 16px 20px; }
  .benefits-grid {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
  .benefit-item {
    padding: 12px 10px;
  }
  .benefit-item h3 {
    font-size: 14px;
  }
  .benefit-image {
    border-radius: 12px;
  }
  .features-strip {
    padding: 20px 0 36px;
  }
  .features-strip__grid {
    gap: 14px;
  }
  .feature-item {
    padding: 18px 12px 16px;
    border-radius: 18px;
  }
  .feature-icon-wrap {
    width: 85px;
    height: 85px;
    border-radius: 18px;
    margin-bottom: 8px;
  }
  .feature-text {
    font-size: 12px;
  }
  .ingredients-grid {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
  .ingredient-card {
    padding: 14px 10px 14px;
    border-radius: 16px;
  }
  .ingredient-image {
    max-width: 120px;
    margin-bottom: 8px;
  }
  .ingredient-card h4 {
    font-size: 14px;
  }
  .ingredient-dose {
    font-size: 11px;
    padding: 0 8px;
  }
  .ingredient-card p {
    font-size: 12px;
  }
  .why-grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
  }
  .why-card {
    padding: 16px 8px 14px;
  }
  .why-icon-wrap {
    width: 50px;
    height: 50px;
  }
  .why-icon {
    font-size: 24px;
  }
  .why-card h4 {
    font-size: 13px;
  }
  .why-card p {
    font-size: 11px;
  }
  .howto-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .howto-step { padding: 12px 10px; }
  .howto-step p { font-size: 12px; }
  .hero__price-tag { bottom: -8px; right: -6px; padding: 6px 12px 8px; min-width: 80px; }
  .hero__price-tag .price { font-size: 22px; }
  .cta-box { padding: 24px 16px; }
}

@media (max-width: 380px) {
  .benefits-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .benefit-item h3 {
    font-size: 12px;
  }
  .features-strip__grid {
    gap: 10px;
  }
  .feature-item {
    padding: 14px 8px 12px;
    border-radius: 14px;
  }
  .feature-icon-wrap {
    width: 68px;
    height: 68px;
    border-radius: 14px;
  }
  .feature-text {
    font-size: 10px;
  }
  .ingredients-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .ingredient-image {
    max-width: 100px;
  }
  .ingredient-card h4 {
    font-size: 12px;
  }
  .ingredient-dose {
    font-size: 10px;
  }
  .ingredient-card p {
    font-size: 10px;
  }
  .why-grid {
    grid-template-columns: 1fr 1fr;
  }
  .why-card {
    padding: 12px 6px 10px;
  }
  .why-icon-wrap {
    width: 42px;
    height: 42px;
  }
  .why-icon {
    font-size: 20px;
  }
  .why-card h4 {
    font-size: 12px;
  }
  .why-card p {
    font-size: 10px;
  }
}