* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; color: #2c2c2c; background-color: #faf8f5; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }

/* Disclosure Bar */
.disclosure-bar { background: #fce4e4; color: #8b4545; padding: 0.75rem 0; text-align: center; font-size: 0.9rem; font-weight: 500; }

/* Header */
.uimt { background: #fff; border-bottom: 1px solid #e0dcc8; position: sticky; top: 0; z-index: 100; }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 1rem 0; }
.logo { font-family: "DM Serif Display", serif; font-size: 1.5rem; font-weight: 700; color: #8b7355; text-decoration: none; letter-spacing: -0.5px; }
.uorx { display: flex; align-items: center; gap: 1.5rem; list-style: none; }
.uorx a { text-decoration: none; color: #2c2c2c; font-weight: 500; font-size: 0.95rem; transition: color 0.3s; }
.uorx a:hover { color: #8b7355; }
.uybf { display: none; background: none; border: none; font-size: 1.5rem; cursor: pointer; flex-direction: column; gap: 0.4rem; }
.uybf span { width: 24px; height: 2px; background: #2c2c2c; border-radius: 1px; }

/* Main content */
main { min-height: 60vh; }

/* Sections */
.section { padding: 4rem 0; }
.section-alt { background: rgba(139, 115, 85, 0.04); border-top: 1px solid #e0dcc8; border-bottom: 1px solid #e0dcc8; }
.uagr { background: linear-gradient(135deg, #8b7355 0%, #6d5a47 100%); color: #fff; }
.upil { background: #2c2c2c; color: #fff; }

/* Typography */
h1, h2, h3, h4, h5, h6 { font-family: "DM Serif Display", serif; line-height: 1.2; margin-bottom: 1rem; }
h1 { font-size: 2.8rem; }
h2 { font-size: 2.2rem; margin-top: 2rem; }
h3 { font-size: 1.5rem; }
h4 { font-size: 1.2rem; }
p { margin-bottom: 1rem; }
a { color: #8b7355; text-decoration: none; }
a:hover { text-decoration: underline; }

/* Hero Section */
.hero { padding: 5rem 0; position: relative; overflow: hidden; }
.utyy { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 0; opacity: 0.12; }
.utyy img { width: 100%; height: 100%; object-fit: cover; }
.hero-split2 { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; position: relative; z-index: 1; }
.hero-content { }
.hero-eyebrow { display: inline-block; font-size: 0.9rem; font-weight: 700; color: #8b7355; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 0.75rem; }
.hero-title { font-size: 2.8rem; margin-bottom: 1.5rem; line-height: 1.15; }
.hero-rating { font-size: 0.95rem; opacity: 0.7; margin: 1rem 0; }
.stars { color: #d4a574; }
.checklist { list-style: none; margin: 1.5rem 0; }
.checklist li { padding: 0.75rem 0; display: flex; align-items: flex-start; gap: 0.75rem; }
.check-ic { width: 24px; height: 24px; display: flex; align-items: center; justify-content: center; background: #8b7355; color: #fff; border-radius: 50%; flex-shrink: 0; font-size: 0.8rem; }
.price-block { display: flex; align-items: center; gap: 1rem; margin: 1.5rem 0; }
.price-old { opacity: 0.6; text-decoration: line-through; font-size: 0.95rem; }
.price-new { font-size: 1.8rem; font-weight: 700; color: #8b7355; }
.price-badge { background: #fce4e4; color: #8b4545; padding: 0.4rem 0.8rem; border-radius: 4px; font-size: 0.85rem; font-weight: 600; }
.hero-actions { display: flex; gap: 1rem; margin: 2rem 0; flex-wrap: wrap; }
.hero-note { font-size: 0.9rem; opacity: 0.7; }
.hero-visual { position: relative; }

/* Media */
.media { position: relative; }
.media-1x1 { aspect-ratio: 1/1; }
.media img { width: 100%; height: 100%; object-fit: cover; border-radius: 0.75rem; }

/* Buttons */
.btn { display: inline-block; padding: 0.75rem 1.5rem; border-radius: 6px; font-weight: 600; font-size: 0.95rem; text-align: center; cursor: pointer; border: none; transition: all 0.3s; text-decoration: none; }
.btn-primary { background: #8b7355; color: #fff; }
.btn-primary:hover { background: #6d5a47; text-decoration: none; }
.btn-outline { background: transparent; color: #8b7355; border: 2px solid #8b7355; }
.btn-outline:hover { background: #8b7355; color: #fff; text-decoration: none; }
.btn-secondary { background: #e0dcc8; color: #2c2c2c; }
.btn-sm { padding: 0.5rem 1rem; font-size: 0.85rem; }
.btn-lg { padding: 1rem 2.5rem; font-size: 1rem; }
.btn-block { width: 100%; }

/* Grid layouts */
.benefit-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; margin: 2rem 0; }
.benefit-card { background: #fff; padding: 1.5rem; border: 1px solid #e0dcc8; border-radius: 0.75rem; text-align: center; transition: transform 0.3s, box-shadow 0.3s; }
.benefit-card:hover { transform: translateY(-4px); box-shadow: 0 8px 16px rgba(139, 115, 85, 0.1); }
.benefit-card i { font-size: 2.5rem; color: #8b7355; display: block; margin-bottom: 1rem; }
.benefit-card h3 { font-size: 1.1rem; }
.benefit-card p { font-size: 0.95rem; opacity: 0.8; }

/* Testimonials */
.testimonial-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.5rem; margin: 2rem 0; }
.testimonial { background: #fff; padding: 1.5rem; border-left: 4px solid #8b7355; border-radius: 4px; }
.testimonial .stars { font-size: 1rem; display: block; margin-bottom: 0.75rem; }
.testimonial p { font-style: italic; margin: 1rem 0; font-size: 0.95rem; }
.testimonial cite { display: block; font-size: 0.85rem; opacity: 0.7; font-style: normal; }
.testimonial-disclaimer { background: rgba(139, 115, 85, 0.06); padding: 1rem; border-radius: 6px; font-size: 0.9rem; text-align: center; margin-bottom: 1.5rem; }

/* Order Section */
.order-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; }
.order-visual { text-align: center; }
.product-pack { max-width: 300px; width: 100%; margin: 0 auto; }
.ubnf { background: #fff; padding: 2rem; border: 1px solid #e0dcc8; border-radius: 0.75rem; }
.ubnf h3 { margin-bottom: 1.5rem; }
.ubnf .btn { margin-top: 1rem; }
.order-note { font-size: 0.85rem; opacity: 0.7; text-align: center; margin-top: 1rem; }

/* Form */
.form-group { margin-bottom: 1.5rem; }
.form-group label { display: block; font-weight: 600; margin-bottom: 0.5rem; color: #2c2c2c; }
.form-group input, .form-group textarea, .form-group select { width: 100%; padding: 0.75rem; border: 1px solid #ddd; border-radius: 4px; font-family: inherit; font-size: 0.95rem; }
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { outline: none; border-color: #8b7355; box-shadow: 0 0 0 3px rgba(139, 115, 85, 0.1); }
.upwg { display: none; font-size: 0.8rem; color: #d9534f; margin-top: 0.3rem; }
.upwg.show { display: block; }
.form-checkbox { display: flex; align-items: flex-start; gap: 0.75rem; }
.form-checkbox input { width: auto; margin-top: 0.25rem; }
.form-checkbox label { margin-bottom: 0; }
.uzfr { position: absolute; left: -9999px; }
.phone-row { display: grid; grid-template-columns: 120px 1fr; gap: 0.75rem; }
.phone-row select { }

/* FAQ */
.faq { margin: 1.5rem 0; }
.uepq { border-bottom: 1px solid #e0dcc8; }
.ucnd { background: none; border: none; width: 100%; text-align: left; padding: 1.25rem 0; font-size: 1.05rem; font-weight: 600; cursor: pointer; display: flex; justify-content: space-between; align-items: center; color: #2c2c2c; transition: color 0.3s; }
.ucnd:hover { color: #8b7355; }
.ucnd i { transition: transform 0.3s; }
.ucnd[aria-expanded="true"] i { transform: rotate(180deg); }
.ujza { max-height: 0; overflow: hidden; transition: max-height 0.3s ease-out; }
.ucnd[aria-expanded="true"] + .ujza { max-height: 500px; }
.faq-answer-inner { padding-bottom: 1.25rem; }
.ujza p { font-size: 0.95rem; opacity: 0.85; }

/* Tables */
.table-wrap { overflow-x: auto; margin: 1.5rem 0; }
.dose-table { width: 100%; border-collapse: collapse; }
.dose-table th { background: rgba(139, 115, 85, 0.08); padding: 1rem; text-align: left; font-weight: 600; border-bottom: 2px solid #8b7355; }
.dose-table td { padding: 1rem; border-bottom: 1px solid #e0dcc8; }
.dose-table tr:hover { background: rgba(139, 115, 85, 0.03); }
.dose-note { font-size: 0.85rem; opacity: 0.7; margin-top: 1rem; font-style: italic; }

/* Footer */
.site-footer { background: #2c2c2c; color: #e0e0e0; padding: 3rem 0 1rem; margin-top: 4rem; }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; margin-bottom: 2rem; }
.footer-brand h3 { color: #fff; font-size: 1.3rem; }
.footer-brand p { font-size: 0.9rem; line-height: 1.6; }
.footer-col { }
.footer-col h4 { color: #fff; font-size: 1rem; margin-bottom: 1rem; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 0.5rem; }
.footer-col a { color: #bbb; transition: color 0.3s; }
.footer-col a:hover { color: #fff; }
.footer-col p { font-size: 0.85rem; line-height: 1.7; }
.footer-legal-links { text-align: center; padding: 1.5rem 0; border-top: 1px solid #444; border-bottom: 1px solid #444; margin: 1.5rem 0; }
.footer-legal-links a { color: #999; margin: 0 0.5rem; font-size: 0.85rem; }
.footer-legal-links a:hover { color: #fff; }
.footer-disclaimer { font-size: 0.8rem; opacity: 0.7; text-align: center; line-height: 1.6; margin: 1.5rem 0; }
.footer-bottom { text-align: center; font-size: 0.8rem; opacity: 0.6; padding-top: 1rem; }

/* Timeline */
.timeline-v { }
.tl-step { display: flex; gap: 1.5rem; margin-bottom: 2rem; }
.tl-dot { width: 40px; height: 40px; background: #8b7355; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; }
.tl-step h4 { margin-top: 0; }

/* Order Steps */
.order-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.5rem; margin: 2rem 0; }
.numbered-step { background: #fff; padding: 1.5rem; border-radius: 0.75rem; border: 1px solid #e0dcc8; text-align: center; }
.step-number { font-size: 2.5rem; font-weight: 700; color: #8b7355; margin-bottom: 1rem; }

/* Trust Band */
.trust-band { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; text-align: center; }
.trust-band > div { }
.trust-band i { font-size: 2.5rem; color: #fff; margin-bottom: 1rem; }
.trust-band h4 { color: #fff; margin-bottom: 0.5rem; }
.trust-band p { color: rgba(255, 255, 255, 0.9); font-size: 0.9rem; }

/* Contact */
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.contact-info-panel { background: rgba(139, 115, 85, 0.08); padding: 2rem; border-radius: 0.75rem; border: 1px solid #e0dcc8; }
.contact-info-item { display: flex; gap: 1rem; margin-bottom: 1.5rem; }
.contact-info-item i { font-size: 1.5rem; color: #8b7355; width: 30px; flex-shrink: 0; }
.contact-info-item div { font-size: 0.95rem; }
.contact-info-item strong { display: block; color: #2c2c2c; margin-bottom: 0.25rem; }

/* Legal */
.legal-content { max-width: 850px; line-height: 1.8; }
.legal-content h2 { margin-top: 2.5rem; font-size: 1.5rem; }
.legal-content ul { margin-left: 2rem; margin-bottom: 1rem; }
.legal-content ul li { margin-bottom: 0.5rem; }

/* Cookie Banner */
.umid { position: fixed; bottom: 0; left: 0; right: 0; background: #2c2c2c; color: #fff; padding: 1.5rem; z-index: 50; box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2); }
.umid.hidden { display: none; }
.cookie-banner-inner { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1.5rem; }
.cookie-banner-text { flex: 1; min-width: 200px; font-size: 0.9rem; }
.cookie-banner-text a { color: #d4a574; }
.cookie-banner-actions { display: flex; gap: 1rem; flex-wrap: wrap; }

/* Cookie Modal */
.uttl { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.5); display: flex; align-items: center; justify-content: center; z-index: 60; }
.uttl[aria-hidden="true"] { display: none; }
.ueeq { background: #fff; padding: 2rem; border-radius: 0.75rem; max-width: 500px; }
.ueeq h2 { margin-top: 0; }
.cookie-toggle { display: flex; justify-content: space-between; align-items: center; padding: 1rem 0; border-bottom: 1px solid #e0dcc8; }
.cookie-toggle div { flex: 1; }
.cookie-toggle h4 { margin-bottom: 0.25rem; }
.cookie-toggle p { font-size: 0.85rem; opacity: 0.7; margin: 0; }
.switch { display: inline-block; width: 50px; height: 24px; background: #ddd; border-radius: 12px; position: relative; cursor: pointer; transition: background 0.3s; }
.switch input { display: none; }
.switch input:checked ~ .slider { background: #8b7355; }
.slider { position: absolute; top: 2px; left: 2px; width: 20px; height: 20px; background: #fff; border-radius: 50%; transition: left 0.3s; }
.switch input:checked ~ .slider { left: 28px; }
.cookie-modal-actions { display: flex; gap: 1rem; margin-top: 1.5rem; justify-content: flex-end; }

/* Section Title */
.section-title { font-size: 2rem; text-align: center; margin-bottom: 0.5rem; }
.section-eyebrow { display: inline-block; font-size: 0.8rem; font-weight: 700; color: #8b7355; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 1rem; }

/* Float Cards */
.float-card { display: inline-flex; align-items: center; gap: 0.5rem; background: rgba(139, 115, 85, 0.08); padding: 0.5rem 1rem; border-radius: 20px; font-size: 0.85rem; font-weight: 500; }
.float-card i { color: #8b7355; }

/* Interactive Modules */
.ulaa label { display: block; }
.ulaa input[type="range"] { }
.uvgz { background: rgba(139, 115, 85, 0.08); padding: 1rem; border-radius: 6px; border-left: 4px solid #8b7355; font-weight: 500; }
.uikl { margin: 1.5rem 0; }
.lf-tabs-nav { display: flex; gap: 0.5rem; border-bottom: 2px solid #e0dcc8; margin-bottom: 1.5rem; }
.lf-tabs-button { background: none; border: none; padding: 1rem; cursor: pointer; font-weight: 600; color: #999; border-bottom: 3px solid transparent; transition: all 0.3s; }
.lf-tabs-button.active { color: #8b7355; border-bottom-color: #8b7355; }
.lf-tabs-content { display: none; }
.lf-tabs-content.active { display: block; }

/* Responsive */
@media (max-width: 768px) {
  .hero-split2 { grid-template-columns: 1fr; }
  .order-layout { grid-template-columns: 1fr; }
  .contact-layout { grid-template-columns: 1fr; }
  .cookie-banner-inner { flex-direction: column; align-items: flex-start; }
  .uorx { display: none; }
  .uorx.active { display: flex; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: #fff; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); padding: 1rem; z-index: 99; }
  .uybf { display: flex; }
  .hero-title { font-size: 2rem; }
  h2 { font-size: 1.5rem; }
  .section { padding: 2rem 0; }
  .hero { padding: 2rem 0; }
}

/* brand-guard-css-v3 — авто-страховка cookie-баннера и контраста (приложение) */
.umid{position:fixed !important;left:1rem;right:1rem;bottom:1rem;z-index:9000 !important;max-width:760px;margin-left:auto;margin-right:auto;background:#fff;color:#1a1a1a;border:1px solid rgba(0,0,0,.12);border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,.18);padding:1rem 1.25rem;transform:translateY(220%);transition:transform .32s ease}
.umid.is-visible,.cookie-banner--visible,.umid.show,.umid.active{transform:none !important}
.umid a{color:inherit;text-decoration:underline}
.umid button{cursor:pointer}
.uttl{position:fixed !important;inset:0;z-index:9001 !important;display:none;align-items:center;justify-content:center;background:rgba(0,0,0,.5);padding:1rem}
.uttl.is-visible,.cookie-modal--visible,.uttl.show,.uttl.active{display:flex !important}
.ueeq,.uttl>div{background:#fff;color:#1a1a1a;max-width:480px;width:100%;border-radius:12px;padding:1.25rem;max-height:85vh;overflow:auto}
.upil .uovj,.upil .ulaa,.upil .uikl,.upil .ukek,.uagr .uovj,.uagr .ulaa,.uagr .uikl,.uagr .ukek{background:#fff !important;color:#1a1a1a !important}
.uovj,.ulaa{color:#1a1a1a !important}
.uovj label,.ulaa label,.uovj p,.ulaa p,.uovj .uokl,.uovj span,.ulaa span,.uvgz,.uzai,.uikl .uylj,.uikl .uylj *{color:#1a1a1a !important}
.uvgz,.uzai{background:#f3f4f2 !important;border-color:rgba(0,0,0,.12) !important}
.uovj .uhvp{color:#1a1a1a !important}
.uovj .uhvp.is-sel{color:#fff !important}
.ubnf .upwg{display:none}
.ubnf .upwg.is-visible{display:block !important;color:#c0392b}
.ubnf .uzfr,.ubnf [name="website"]{position:absolute !important;left:-9999px !important;width:1px;height:1px;overflow:hidden}
.ubnf{color:#1a1a1a}
.upil .ubnf,.uagr .ubnf{background:#fff !important;color:#1a1a1a !important}
.product-pack svg{width:100%;height:auto;display:block}
.uarv{position:relative !important;aspect-ratio:1/1;overflow:hidden}
.uarv img{width:100%;height:100%;object-fit:cover}
.utyy,.uwxv{position:absolute !important;inset:0;z-index:0 !important;overflow:hidden;pointer-events:none}
.utyy img,.uwxv img{width:100%;height:100%;object-fit:cover;display:block}
.utyy img{opacity:.28}
.uwxv img{opacity:.07}
*:has(> .utyy),*:has(> .uwxv){position:relative}
.urun{position:absolute !important;left:50%;top:52%;transform:translate(-50%,-50%);width:52%;max-width:280px;text-align:center;pointer-events:none;color:#2c2c2c;background:rgba(250,246,238,.94);border-radius:10px;padding:1rem .8rem;box-shadow:0 2px 14px rgba(0,0,0,.16)}
.urun .ujql{display:block;font-weight:700;text-transform:uppercase;letter-spacing:.05em;line-height:1.05}
.urun .ugek{display:block;font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;margin-top:.45rem;opacity:.72}
.ugzm{margin:1.4rem auto;max-width:920px}
.ugzm img{width:100%;height:auto;display:block;border-radius:14px;box-shadow:0 10px 34px rgba(0,0,0,.12)}
.ulhr{padding:3rem 0}
.uote{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1rem;width:92%;max-width:1200px;margin-inline:auto}
.uote img{width:100%;height:100%;aspect-ratio:4/3;object-fit:cover;display:block;border-radius:12px}
.ukek{position:relative;width:100% !important;max-width:860px;margin-inline:auto;overflow:hidden}
.utgr{display:flex;overflow:hidden;gap:0 !important}
.uysw{min-width:100%;flex:0 0 100%;box-sizing:border-box;padding:1.2rem 3.2rem;margin:0 !important}
.ucct{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;border:1px solid rgba(0,0,0,.18);background:#fff;cursor:pointer;z-index:2;font-size:1.1rem;line-height:1}
.uxzk{left:.5rem}.upje{right:.5rem}
.uikl .uylj{display:none}.uikl .uylj.is-active{display:block}
.uovj .ukpu{display:block !important}
.uovj .ufai{display:flex;flex-wrap:wrap;gap:.5rem}
.uovj .uhvp{cursor:pointer}
