.product-hero{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start;padding:48px 0}
.product-image{background:var(--green-pale);border-radius:var(--radius);aspect-ratio:1;display:flex;align-items:center;justify-content:center;overflow:hidden}
.product-image img{width:100%;height:100%;object-fit:contain;padding:32px}
.product-info h1{font-size:2rem;color:var(--green-dark);margin-bottom:8px}
.product-category-badge{display:inline-flex;align-items:center;gap:6px;background:var(--green-pale);color:var(--green-main);padding:5px 14px;border-radius:20px;font-size:0.78rem;font-weight:600;margin-bottom:16px}
.product-category-badge svg{width:14px;height:14px}
.product-rating{display:flex;align-items:center;gap:8px;margin-bottom:20px;font-size:0.9rem;color:var(--gray-text)}
.product-rating .stars{color:#f0a500;font-size:1.1rem;letter-spacing:2px}
.product-price-block{background:var(--green-pale);border-radius:var(--radius-sm);padding:20px 24px;margin-bottom:24px;display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.product-price-old{font-size:1rem;color:var(--gray-mid);text-decoration:line-through}
.product-price-new{font-size:1.8rem;font-weight:700;color:var(--green-dark)}
.product-price-badge{display:inline-block;background:var(--green-main);color:var(--white);padding:3px 10px;border-radius:12px;font-size:0.75rem;font-weight:600}
.product-specs{margin:20px 0}
.product-specs table{width:100%;border-collapse:collapse}
.product-specs td{padding:10px 0;border-bottom:1px solid var(--gray-light);font-size:0.9rem}
.product-specs td:first-child{font-weight:500;color:var(--green-dark);width:40%}
.product-specs td:last-child{color:var(--gray-text)}
.product-specs .spec-icon{width:18px;height:18px;vertical-align:middle;margin-right:8px;color:var(--green-main)}
.product-badges{display:flex;gap:12px;margin:20px 0;flex-wrap:wrap}
.product-badges .pbadge{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:var(--radius-sm);background:var(--white);border:1px solid var(--gray-light);font-size:0.8rem;font-weight:500;color:var(--gray-text)}
.product-badges .pbadge svg{width:16px;height:16px;color:var(--green-main)}
.order-form{background:var(--white);border:2px solid var(--green-main);border-radius:var(--radius);padding:24px 28px}
.order-form-wide{grid-column:1/-1;scroll-margin-top:150px}
.order-form-wide form{display:flex;align-items:center;gap:12px}
.order-form-wide form input[type="text"],.order-form-wide form input[type="tel"]{flex:1;margin-bottom:0}
.order-form-wide form button{flex:1;min-width:220px}
.order-form-wide form input[type="hidden"]{display:none}
.order-form-wide .form-note{margin-top:10px}
@media(max-width:768px){.order-form-wide form{flex-direction:column}.order-form-wide form input[type="text"],.order-form-wide form input[type="tel"],.order-form-wide form button{width:100%}}
.order-form .order-form-title{font-family:'Poppins',sans-serif;font-size:1rem;font-weight:600;color:var(--green-dark);margin-bottom:16px;text-align:center;display:flex;align-items:center;justify-content:center;gap:8px}
.order-form .order-form-title svg{width:20px;height:20px;color:var(--green-main)}
.order-form input{width:100%;padding:12px 16px;border:1px solid var(--gray-light);border-radius:var(--radius-sm);font-size:0.95rem;font-family:'Poppins',sans-serif;margin-bottom:12px;transition:border var(--transition)}
.order-form input:focus{outline:none;border-color:var(--green-main)}
.order-form button{width:100%;padding:14px;background:var(--green-main);color:var(--white);border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;font-family:'Poppins',sans-serif;transition:all var(--transition);display:flex;align-items:center;justify-content:center;gap:8px}
.order-form button:hover{background:var(--green-light);transform:translateY(-2px);box-shadow:var(--shadow-md)}
.order-form button svg{width:18px;height:18px}
.order-form .form-note{font-size:0.78rem;color:var(--gray-mid);text-align:center;margin-top:10px;display:flex;align-items:center;justify-content:center;gap:4px}
.order-form .form-note svg{width:14px;height:14px;color:var(--green-main);flex-shrink:0}
.content-section{padding:40px 0}
.content-section h2{font-size:1.6rem;color:var(--green-dark);margin-bottom:20px;padding-bottom:12px;border-bottom:2px solid var(--green-pale);display:flex;align-items:center;gap:10px}
.content-section h2 svg{width:24px;height:24px;color:var(--green-main);flex-shrink:0}
.content-section p,.content-section li{color:var(--gray-text);font-size:0.95rem;line-height:1.8;margin-bottom:14px}
.content-section ul{list-style:none;padding:0}
.content-section ul li{padding-left:28px;position:relative;margin-bottom:10px}
.content-section ul li svg{position:absolute;left:0;top:3px;width:18px;height:18px;color:var(--green-main)}
.ingredients-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.ingredient-card{background:var(--white);border-radius:var(--radius-sm);padding:20px;border:1px solid var(--gray-light);display:flex;gap:14px;align-items:flex-start}
.ingredient-card .ing-icon{width:40px;height:40px;min-width:40px;background:var(--green-pale);border-radius:10px;display:flex;align-items:center;justify-content:center}
.ingredient-card .ing-icon svg{width:20px;height:20px;color:var(--green-main)}
.ingredient-card strong{display:block;color:var(--green-dark);margin-bottom:6px;font-size:0.92rem}
.ingredient-card p{font-size:0.85rem;margin:0}
.reviews-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.review-card{background:var(--white);border-radius:var(--radius);padding:22px;box-shadow:var(--shadow-sm);border-top:3px solid var(--green-main)}
.review-header{margin-bottom:12px}
.review-author{font-weight:600;color:var(--green-dark);font-size:0.9rem;display:flex;align-items:center;gap:8px;margin-bottom:4px}
.review-author .avatar{width:32px;height:32px;background:var(--green-pale);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:0.8rem;font-weight:700;color:var(--green-main)}
.review-stars{color:#f0a500;font-size:0.85rem;letter-spacing:1px}
.review-text{color:var(--gray-text);font-size:0.83rem;font-style:italic;line-height:1.7}
.review-meta{font-size:0.75rem;color:var(--gray-mid);margin-top:10px;display:flex;align-items:center;gap:4px}
.review-meta svg{width:12px;height:12px}
.faq-item{background:var(--white);border-radius:var(--radius-sm);margin-bottom:12px;border:1px solid var(--gray-light);overflow:hidden}
.faq-q{padding:18px 24px;font-weight:600;color:var(--green-dark);cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-size:0.95rem}
.faq-q::after{content:"+";font-size:1.3rem;color:var(--green-main);transition:transform var(--transition)}
.faq-q.active::after{transform:rotate(45deg)}
.faq-a{padding:0 24px 18px;color:var(--gray-text);font-size:0.9rem;line-height:1.7;display:none}
.faq-a.active{display:block}
.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.related-card{background:var(--white);border-radius:var(--radius);padding:20px;text-align:center;box-shadow:var(--shadow-sm);transition:all var(--transition);text-decoration:none;border:1px solid var(--gray-light)}
.related-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md);border-color:var(--green-light)}
.related-card .related-img{aspect-ratio:1;background:var(--green-pale);border-radius:var(--radius-sm);margin-bottom:14px;display:flex;align-items:center;justify-content:center;font-size:2rem;overflow:hidden}
.related-card h4{font-family:'Poppins',sans-serif;font-size:0.9rem;color:var(--green-dark);margin-bottom:6px}
.related-card .related-price{font-size:0.85rem;color:var(--green-main);font-weight:600;margin-bottom:12px}
.related-card .related-btn{display:inline-block;padding:8px 20px;background:var(--green-main);color:var(--white);border-radius:50px;font-size:0.8rem;font-weight:600;transition:all var(--transition)}
.related-card:hover .related-btn{background:var(--green-light)}
.cta-bottom{background:linear-gradient(135deg,var(--green-main),var(--green-dark));border-radius:var(--radius);padding:40px;text-align:center;color:var(--white);margin:40px 0}
.cta-bottom h2{color:var(--white);margin-bottom:12px;font-size:1.5rem;border:none;justify-content:center}
.cta-bottom h2 svg{color:var(--white);width:24px;height:24px}
.cta-bottom p{opacity:0.85;margin-bottom:24px;font-size:0.95rem}
.cta-bottom .form-note-outer{color:rgba(255,255,255,0.7);font-size:0.8rem;text-align:center;margin-top:12px;display:flex;align-items:center;justify-content:center;gap:6px}
.mobile-cta{display:none;position:fixed;bottom:0;left:0;right:0;z-index:99;background:var(--white);padding:10px 16px;box-shadow:0 -4px 20px rgba(0,0,0,0.15);border-top:1px solid var(--gray-light)}
.mobile-cta a{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px;background:var(--green-main);color:var(--white);border-radius:50px;font-family:'Poppins',sans-serif;font-size:1rem;font-weight:600;text-decoration:none;transition:all var(--transition)}
.mobile-cta a:hover{background:var(--green-light)}
.mobile-cta a svg{width:18px;height:18px}
@media(max-width:992px){.reviews-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:768px){
  .product-hero{grid-template-columns:1fr;gap:24px}
  .ingredients-grid,.reviews-grid{grid-template-columns:1fr}
  .related-grid{grid-template-columns:1fr}
}

.input-error{border-color:#e53e3e !important;background:#fff5f5 !important}
.field-error{color:#e53e3e;font-size:0.78rem;margin-top:-8px;margin-bottom:10px;padding-left:4px}

/* Expert opinion card */
.expert-card{display:flex;gap:20px;align-items:flex-start;background:#fff;border:1px solid var(--gray-light);border-left:4px solid var(--green-main);border-radius:var(--radius);padding:24px 28px;box-shadow:var(--shadow-sm);margin-top:12px}
.expert-avatar{width:60px;height:60px;min-width:60px;background:linear-gradient(135deg,var(--green-main),var(--green-dark));color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:'Poppins',sans-serif;font-weight:700;font-size:1.3rem;letter-spacing:-0.02em;box-shadow:0 4px 12px rgba(42,122,75,.25)}
.expert-body{flex:1}
.expert-name{font-family:'Poppins',sans-serif;font-size:1.1rem;font-weight:700;color:var(--green-dark);margin-bottom:2px}
.expert-title{font-size:0.85rem;color:var(--green-dark);font-weight:600;margin-bottom:14px;text-transform:uppercase;letter-spacing:0.02em}
.expert-quote{margin:0;padding:0;border:0;font-style:italic;color:var(--gray-text);font-size:0.95rem;line-height:1.7;position:relative;padding-left:18px;border-left:2px solid var(--green-pale)}
@media(max-width:600px){.expert-card{flex-direction:column;gap:14px;padding:20px 22px}.expert-avatar{width:52px;height:52px;min-width:52px;font-size:1.1rem}}

/* Reviews intro paragraph */
.reviews-intro{color:#475569;font-size:0.96rem;line-height:1.55;margin:0 0 1.25rem}

/* Reviews grid: 5 в горизонтальный ряд на десктопе */
@media(min-width:1280px){
  .reviews-grid.reviews-grid--five{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}
  .reviews-grid.reviews-grid--five .review-card{padding:14px 12px;font-size:0.86rem}
  .reviews-grid.reviews-grid--five .review-text{font-size:0.85rem;line-height:1.45}
  .reviews-grid.reviews-grid--five .review-author{font-size:0.85rem}
  .reviews-grid.reviews-grid--five .review-meta{font-size:0.75rem}
}
@media(min-width:980px) and (max-width:1279px){
  .reviews-grid.reviews-grid--five{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
}
