html {
 scroll-behavior: smooth;
 }
 body { margin:0; font-family: Arial, sans-serif; line-height:1.5; color:#333; background:#fff; padding-bottom:100px; } 
 header, section, footer { padding: 20px; box-sizing:border-box; }
 header { background: #fdf5f0; text-align: center; position: relative; }
 h1 { font-size:2.8em; margin-bottom:10px; color:#bd7151; }
 h2 { font-size:2em; margin-bottom:15px; color:#bd7151; text-align: center;}
 h3 { font-size:1.6em; margin-bottom:10px; color:#b85c38; text-align:center;}
 p { margin-bottom:15px; text-align:center;}
 .btn { display:inline-block; padding:15px 30px; background:#ff6b35; color:#fff; font-size:1.2em; border:none; border-radius:10px; text-decoration:none; cursor:pointer; transition:0.3s; width:auto; }
 .btn:hover { background:#993d24; }

 .hero img { max-width:400px; width:100%; height:auto; }

 .container { max-width:1200px; margin:0 auto; }
 .grid { display:flex; flex-wrap:wrap; gap:20px; justify-content:center; }

 .grid-item { flex:1 1 250px; background:#fff9f6; padding:20px; border-radius:15px; box-shadow:0 5px 15px rgb(0 0 0 / 10%); text-align:center; display:flex; flex-direction:column; align-items:center; }
 .review { background:#fff3f0; padding:20px; margin-bottom:20px; border-radius:10px; text-align:left; display:none; /* overflow:hidden; */ }
 .review.active { display:block; }
 .sticky-cta { position:fixed; bottom:20px; left:50%; transform:translateX(-50%); z-index:1000; width:90%; max-width:400px; }
 footer { background:#fdf5f0; text-align:center; font-size:0.9em; color:#555; padding-bottom:80px; }
 .before-after { display:flex; gap:20px; flex-wrap:wrap; justify-content:center; margin:20px 0; position:relative; }
 .before-after { justify-content:center; } 
 .before-after img { width:200px; max-width:100%; border-radius:10px; border:2px solid #b85c38; transition: transform 0.5s; }

 .before-after img:hover,
 .before-after img:active { transform: scale(1.05); cursor:pointer; }
 .ingredient-icon { display:block; margin:0 auto 10px; width:50px; height:50px; background:#b85c38; border-radius:50%; }
 input { width:100%; padding:10px; margin-bottom:10px; border-radius:5px; border:1px solid #ccc; box-sizing:border-box; }
 form { max-width:400px;}
 .slider-controls { text-align:center; margin-top:10px; }
 .slider-controls span { display:inline-block; width:12px; height:12px; margin:0 5px; background:#b85c38; border-radius:50%; cursor:pointer; opacity:0.5; }
 .slider-controls span.active { opacity:1; }

 .order-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
  align-items: start;
  padding: 0;
 }

 @media(min-width: 769px){
  .order-grid {
   grid-template-columns: 1fr 1fr;
   padding: 0 15%;
  }
 }
 .order-product { display:flex; justify-content:center; align-items:center; }
 .order-product img { max-width:450px; width:100%; display:block; margin-bottom:0; }

 .order-form {
  background: white;
  padding: 25px;
  border-radius: 20px;
  box-shadow: 0 20px 30px rgb(0 0 0 / 25%);
  width: 100%;
  max-width: 400px;
 }

 .order-form h3 {
  background: rgb(16 185 129 / 80%);
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  margin: 0 0 10px;
 }
 .order-form .price-old { text-decoration: line-through; color: #e11d48; font-weight:700; font-size:1.4rem; }
 .order-form .price-new { color: #16a34a; font-weight:700; font-size:1.4rem; margin-left:8px; }

 .max-w-\[900px\] { max-width:900px; margin:0 auto; }
 .mx-auto { margin-left:auto; margin-right:auto; }
 .md\:max-w-none { max-width:none; }
 .grid-cols-1 { grid-template-columns: 1fr; }
 .md\:grid-cols-2 { }
 .gap-6 { gap:1.5rem; }
 .items-start { align-items:start; }
 .col-span-1 { grid-column: auto / span 1; }
 .flex { display:flex; }
 .justify-center { justify-content:center; }
 .items-center { align-items:center; }
 .relative { position:relative; }
 .h-full { height:100%; }
 .inline-block { display:inline-block; }
 .rounded-lg { border-radius:8px; }
 .rounded-3xl { border-radius:24px; }
 .p-6 { padding:1.5rem; }
 .flex-col { flex-direction:column; }
 .gap-4 { gap:1rem; }
 .pb-\[20px\] { padding-bottom:20px; }
 .z-10 { z-index:10; }
 .text-center { text-align:center; }

 @media (max-width: 767px){
  header, section, footer { padding:40px 15px; }
  h1, h2, h3, p { text-align:center; }
  h1 { font-size:1.8em; }
  h2 { font-size:1.5em; }
  h3 { font-size:1.2em; }
  p { font-size:1.125rem; text-align: center;}
  .grid { gap:15px; }
  .grid-item { flex:1 1 100%; }
  .before-after { flex-direction:column; gap:15px; justify-content:center; }
  .sticky-cta { width:95%; }
  .btn { width:100%; text-align:center; }
  form { width:100%; padding:0 10px; }
  input { font-size:1em; }
  .order-grid { padding: 0 10px; }
  .order-form { padding:18px; }
 }

 .hero-btn-wrapper {
 justify-content: center;
 margin: 20px 0;
 display: inline-block;
 color: #fff;
 font-size: 1.2rem;
 font-weight: 600;
 border: none;
 border-radius: 15px;
 cursor: pointer;
 text-align: center;
 text-decoration: none;
 box-shadow: 0 8px 20px rgb(0 0 0 / 20%);
 transition: all 0.25s ease-in-out;
}


html, body {
 /*overflow: hidden auto;*/
}

section[style*="background:#fff1eb"] {
 width: 100%;
/*  overflow: hidden;
 */}

* {
 max-width: 100vw;
 box-sizing: border-box;
}

.h2-highlight {
 display: inline-flex;
 flex-wrap: wrap;
 background-color: #16a34a;
 color: #fff;
 padding: 5px 15px;
 border-radius: 10px;
}

p span.check {
 color: #16a34a; 
 font-weight: bold;
 margin-right: 5px;
 font-size: 25px;
}


.cta-btn {
 display: inline-flex;
 align-items: center;
 justify-content: center;
 gap: 10px;
 color: #fff;
 font-weight: 700;
 font-size: 1.2rem;
 padding: 15px 35px;
 border-radius: 15px;
 border: none;
 cursor: pointer;
 text-decoration: none;
 box-shadow: 0 8px 20px rgb(0 0 0 / 25%), 0 4px 6px rgb(255 255 255 / 10%) inset; 
 transition: all 0.25s ease-in-out;
 min-width: 100%;
}

.cta-btn:hover,
.cta-btn:focus {
 background-color: #e0552a;
 transform: scale(1.05);
 box-shadow: 0 12px 25px rgb(0 0 0 / 25%);
}

@media (max-width: 767px){
 .hero-btn-wrapper {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 400px;
  z-index: 1000;
  text-align: center;
 }
}

.cta-subtext {
 display: flex;
 align-items: center;
 justify-content: center;
 gap: 5px;
 margin-top: 8px;
 font-size: 0.9rem;
 color: #333;
}

.cta-subtext img {
 width: 20px;
 height: 20px;
}

section {
 padding-top: 40px;
 padding-bottom: 40px;
}

@media (max-width: 767px) {
 section {
  padding-top: 28px;
  padding-bottom: 28px;
 }
}

h2 {
 margin-bottom: 25px;
}

@media (max-width: 767px) {
 h2 {
  margin-bottom: 20px;
 }
}

@media (max-width: 767px) {
	.cta-btn {
		padding:15px;
		}
		}

.section-inner > * + * {
 margin-top: 20px;
}

@media (max-width: 767px) {
 .section-inner > * + * {
  margin-top: 16px;
 }
}

.grid {
 gap: 25px;
}

@media (max-width: 767px) {
 .grid {
  gap: 18px;
 }
}

.card {
 padding: 20px;
}

@media (max-width: 767px) {
 .card {
  padding: 16px;
 }
}

section + section {
 border-top: 1px solid rgb(0 0 0 / 5%);
}


/* --- FAQ BLOCK --- */
.faq {
 background:#f9f4f2;
 padding:50px 20px;
}

.faq-item {
 background:#fff;
 margin-bottom:15px;
 border-radius:12px;
 padding:0;
 box-shadow:0 5px 15px rgb(0 0 0 / 8%);
 overflow:hidden;
 transition:0.3s;
}

.faq-question {
 display:flex;
 align-items:center;
 gap:10px;
 padding:22px 60px;
 font-size:1.1rem;
 font-weight:600;
 cursor:pointer;
 position:relative;
}

.faq-question img {
 width:28px;
 height:28px;
}

.faq-toggle {
 margin-left:auto;
 font-size:26px;
 font-weight:700;
 color:#b85c38;
 transition:0.3s;
}

.faq-answer {
 padding:0 20px 0 58px; /* без нижнего отступа — скрыто чисто */
 font-size:1rem;
 line-height:1.5;
 color:#444;
 max-height:0;
/*  overflow:hidden;
 */ transition:max-height 0.35s ease, padding 0.35s ease;
}

.faq-item.active .faq-answer {
 padding:0 20px 20px 58px; /* нижний отступ появляется только при открытии */
}

.faq-item.active {
 background:#fff9f6;
}

.faq-item.active .faq-toggle {
 transform:rotate(180deg);
}

@media (min-width: 770px) {
 .hero-btn-wrapper {
  display: flex;
  justify-content: center;
  width: auto; /* убрать растягивание */
  max-width: none;
  position: static;
  transform: none;
 }

 .hero-btn-wrapper .cta-btn {
  width: auto; /* кнопка не растягивается */
  min-width: 0; /* убираем минимальную ширину */
 }
}

.order-flex {
   display:flex;
   flex-direction:column;
   gap:30px;
   align-items:center;
	 margin-left:50px;
  }

  .order-left, .order-right {
   flex:1;
   max-width:500px;
  }

  .order-left {
   display:flex;
   flex-direction:column;
   align-items:center;
   text-align:center;
   gap:20px;
  }

  .order-img {
   width:100%;
   max-width:450px;
   border-radius:15px;
	 margin-bottom: -110px;
  }

  .order-text {
   font-size:1em;
   color:#333;
  }

  .order-right {
   background:white;
   padding:30px;
   border-radius:25px;
   box-shadow:0 20px 30px rgb(0 0 0 / 25%);
   display:flex;
   flex-direction:column;
   gap:15px;
	 width:100%;
	 max-width:400px;
	 margin-right:50px;
  }

  .order-right h3 {
   text-align:center;
   background:rgb(16 185 129 / 80%);
   color:white;
   padding:12px;
   border-radius:10px;
	 margin-bottom:5px;
  }

  .order-price {
   text-align:center;
   margin-bottom:10px;
	 font-size:1.5rem;
  }
  .price-old { text-decoration:line-through; color:#e11d48; font-weight:700; margin-right:8px; }
  .price-new { color:#16a34a; font-weight:700; }

  .order-right form label {
   display:flex;
   flex-direction:column;
   margin-bottom:10px;
   font-size:0.95em;
  }

  .order-right form input {
   padding:10px;
   border-radius:5px;
   border:1px solid #ccc;
   font-size:1em;
   margin-top:5px;
  }

  .order-right form .btn .cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(145deg, #ff7b50, #ff5b2a);
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  padding: 15px 35px;
  border-radius: 15px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 8px 20px rgb(0 0 0 / 25%), 0 4px 6px rgb(255 255 255 / 10%) inset;
  transition: all 0.25s ease-in-out;
  min-width: 220px;
	}

  .order-right .data-protection {
   display:flex;
   align-items:center;
   gap:5px;
   font-size:0.9em;
   margin-top:10px;
  }
  .order-right .data-protection img { width:25px; height:25px; }

  /* Адаптивность */
  @media (min-width: 769px){
   .order-flex {
    flex-direction:row;
    align-items:flex-start;
    justify-content:space-between;
   }

   .order-left {
    align-items:flex-start;
    text-align:left;
   }
  }

  @media (max-width: 767px){
   .order-flex {
    flex-direction:column;
    align-items:center;
   }

   .order-left {
    text-align:center;
    align-items:center;
		margin-right: 50px;
    margin-top: -50px;
   }
  }

	.order-right .data-protection {
 display: flex;
 align-items: center;
 justify-content: center; /* добавлено центрирование */
 gap: 5px;
 font-size: 0.9em;
 margin-top: 20px;
}