* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: "Karla", sans-serif; line-height: 1.6; color: #2a1a0a; background: #faf8f3; }

:root {
  --vewf-brand-primary: #4f7453;
  --vewf-brand-secondary: #8b7355;
  --vewf-brand-accent: #d4a574;
  --vewf-brand-light: #e8e5d5;
  --vewf-brand-neutral: #f5f3e8;
  --vewf-brand-dark: #1f4e3d;
  --vewf-brand-error: #c85a54;
  --vewf-text-primary: #2a1a0a;
  --vewf-text-secondary: #5a4a3a;
  --vewf-border-color: #d4d0c1;
  --vewf-bg-light: #faf8f3;
  --vewf-bg-alt: #f0ede3;
}

.container { max-width: 1200px; margin: 0 auto; padding: 0 2rem; }

.disclosure-bar { background: #2a1a0a; color: #faf8f3; padding: 0.6rem 2rem; font-size: 0.85rem; text-align: center; }

.upoq { background: #fff; border-bottom: 1px solid var(--vewf-border-color); padding: 1rem 0; position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 8px rgba(0,0,0,0.04); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.logo { font-family: "DM Serif Display", serif; font-size: 1.5rem; font-weight: 700; color: var(--vewf-brand-primary); text-decoration: none; }
.ucha { display: none; background: none; border: none; cursor: pointer; flex-direction: column; gap: 0.35rem; }
.ucha span { width: 24px; height: 2px; background: var(--vewf-text-primary); transition: 0.3s; }
.uaju { display: flex; align-items: center; gap: 2rem; }
.uaju a { text-decoration: none; color: var(--vewf-text-secondary); font-size: 0.95rem; transition: color 0.2s; }
.uaju a:hover { color: var(--vewf-brand-primary); }

.hero { padding: 6rem 2rem; background: linear-gradient(135deg, rgba(79,116,83,0.05) 0%, rgba(212,165,116,0.03) 100%); text-align: center; position: relative; overflow: hidden; }
.uqsf { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 0; opacity: 0.08; }
.uqsf img { width: 100%; height: 100%; object-fit: cover; }
.hero { z-index: 1; }
.hero-simple { padding: 4rem 2rem; }
.hero-bigphoto { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.hero-content { z-index: 2; }
.hero-eyebrow { display: inline-block; font-size: 0.85rem; font-weight: 600; color: var(--vewf-brand-primary); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 0.8rem; }
.hero-title { font-family: "DM Serif Display", serif; font-size: 3rem; font-weight: 700; color: var(--vewf-text-primary); margin: 1rem 0 1.5rem; line-height: 1.2; }
.hero-simple .hero-title { font-size: 2.5rem; }
.hero-lead { font-size: 1.2rem; color: var(--vewf-text-secondary); margin-bottom: 1.5rem; }
.hero-visual { text-align: center; }
.hero-visual img { max-width: 100%; height: auto; border-radius: 12px; }
.checklist { list-style: none; margin: 1.5rem 0; }
.checklist li { display: flex; align-items: flex-start; gap: 1rem; margin-bottom: 0.8rem; font-size: 1rem; color: var(--vewf-text-secondary); }
.check-ic { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; background: rgba(79,116,83,0.1); border-radius: 50%; color: var(--vewf-brand-primary); flex-shrink: 0; }
.check-ic i { font-size: 1rem; }
.hero-rating { color: var(--vewf-text-secondary); font-size: 1rem; margin: 1rem 0; }
.stars { color: #ffc107; }
.price-block { margin: 1.5rem 0; }
.price-old { display: inline-block; font-size: 1.1rem; color: var(--vewf-text-secondary); text-decoration: line-through; margin-right: 0.8rem; opacity: 0.7; }
.price-new { display: inline-block; font-size: 2rem; font-weight: 700; color: var(--vewf-brand-primary); }
.price-badge { display: inline-block; background: var(--vewf-brand-accent); color: #fff; padding: 0.3rem 0.8rem; border-radius: 20px; font-size: 0.85rem; font-weight: 600; margin-left: 0.8rem; }
.price-final { margin: 2rem 0; }
.hero-actions { display: flex; flex-direction: column; gap: 1rem; margin: 2rem 0; }
.hero-note { font-size: 0.9rem; color: var(--vewf-text-secondary); }

.btn { display: inline-block; padding: 0.8rem 1.8rem; border: none; border-radius: 8px; cursor: pointer; text-decoration: none; font-size: 1rem; font-weight: 600; transition: all 0.3s; text-align: center; }
.btn-primary { background: var(--vewf-brand-primary); color: #fff; }
.btn-primary:hover { background: var(--vewf-brand-dark); box-shadow: 0 4px 12px rgba(79,116,83,0.3); }
.btn-outline { background: transparent; border: 2px solid var(--vewf-brand-primary); color: var(--vewf-brand-primary); }
.btn-outline:hover { background: rgba(79,116,83,0.05); }
.btn-sm { padding: 0.5rem 1.2rem; font-size: 0.9rem; }
.btn-lg { padding: 1rem 2.2rem; font-size: 1.1rem; }
.btn-block { width: 100%; }

.section { padding: 4rem 2rem; }
.section-alt { background: var(--vewf-bg-alt); }
.upsd { background: var(--vewf-text-primary); color: #fff; }
.upsd .section-title { color: #fff; }
.upsd p { color: rgba(255,255,255,0.9); }
.upsd a { color: #ffc107; }
.section-title { font-family: "DM Serif Display", serif; font-size: 2.2rem; font-weight: 700; text-align: center; margin-bottom: 1rem; color: var(--vewf-text-primary); }
.section-lead { text-align: center; font-size: 1.1rem; color: var(--vewf-text-secondary); margin-bottom: 2.5rem; max-width: 700px; margin-left: auto; margin-right: auto; }
.trust-title { margin-bottom: 2rem; }

.benefit-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; margin: 2rem 0; }
.benefit-card { background: #fff; padding: 2rem; border-radius: 12px; border: 1px solid var(--vewf-border-color); text-align: center; transition: all 0.3s; }
.benefit-card:hover { box-shadow: 0 8px 20px rgba(0,0,0,0.1); transform: translateY(-4px); }
.benefit-card i { font-size: 2.5rem; color: var(--vewf-brand-primary); margin-bottom: 1rem; }
.benefit-card h3 { font-size: 1.2rem; margin-bottom: 0.8rem; color: var(--vewf-text-primary); }
.benefit-card p { color: var(--vewf-text-secondary); font-size: 0.95rem; }
.benefit-dark { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.2); }
.benefit-dark i { color: #ffc107; }
.benefit-dark h3 { color: #fff; }
.benefit-dark p { color: rgba(255,255,255,0.85); }

.order-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2.5rem 0; }
.step-card { background: #fff; padding: 2rem; border-radius: 12px; border-left: 4px solid var(--vewf-brand-primary); }
.step-number { display: inline-block; width: 48px; height: 48px; background: var(--vewf-brand-primary); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 1.2rem; margin-bottom: 1rem; }
.step-card h3 { font-size: 1.1rem; margin-bottom: 0.8rem; }
.step-card p { color: var(--vewf-text-secondary); font-size: 0.95rem; }
.step-note { text-align: center; color: var(--vewf-text-secondary); font-size: 0.95rem; margin-top: 1.5rem; }

.trust-band { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin: 2.5rem 0; }
.trust-item { text-align: center; }
.trust-item i { font-size: 3rem; color: #ffc107; margin-bottom: 1rem; }
.trust-item h4 { color: #fff; margin-bottom: 0.5rem; font-size: 1.1rem; }
.trust-item p { color: rgba(255,255,255,0.8); font-size: 0.9rem; }

.testimonial-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 2rem; margin: 2rem 0; }
.testimonial { background: #fff; padding: 2rem; border-radius: 12px; border: 1px solid var(--vewf-border-color); position: relative; }
.testimonial .stars { display: block; font-size: 1.2rem; margin-bottom: 1rem; }
.testimonial p { font-size: 1rem; color: var(--vewf-text-secondary); margin: 1rem 0; font-style: italic; }
.testimonial cite { display: block; margin-top: 1.5rem; font-style: normal; color: var(--vewf-text-primary); font-weight: 600; font-size: 0.95rem; }
.testimonial-disclaimer { text-align: center; color: var(--vewf-text-secondary); font-size: 0.9rem; margin-bottom: 2rem; font-style: italic; }

.order-layout { display: grid; grid-template-columns: 1fr 1.2fr; gap: 3rem; align-items: start; }
.uiak { background: #fff; padding: 2.5rem; border-radius: 12px; border: 1px solid var(--vewf-border-color); }
.uiak h3 { font-size: 1.5rem; margin-bottom: 1.5rem; }
.form-group { margin-bottom: 1.5rem; }
.form-group label { display: block; font-weight: 600; margin-bottom: 0.5rem; color: var(--vewf-text-primary); }
.form-group input, .form-group textarea { width: 100%; padding: 0.8rem; border: 1px solid var(--vewf-border-color); border-radius: 6px; font-family: inherit; font-size: 1rem; transition: border-color 0.2s; }
.form-group input:focus, .form-group textarea:focus { outline: none; border-color: var(--vewf-brand-primary); }
.form-group textarea { resize: vertical; }
.phone-row { display: grid; grid-template-columns: 100px 1fr; gap: 0.8rem; }
.phone-row select { padding: 0.8rem; border: 1px solid var(--vewf-border-color); border-radius: 6px; font-family: inherit; }
.form-checkbox { display: flex; align-items: flex-start; gap: 0.8rem; }
.form-checkbox input { width: auto; margin-top: 0.2rem; }
.form-checkbox label { margin: 0; }
.form-checkbox a { color: var(--vewf-brand-primary); text-decoration: none; }
.form-checkbox a:hover { text-decoration: underline; }
.utks { display: none; color: var(--vewf-brand-error); font-size: 0.85rem; margin-top: 0.3rem; }
.utks.show { display: block; }
.order-note { text-align: center; font-size: 0.9rem; color: var(--vewf-text-secondary); margin-top: 1rem; }
.order-info { text-align: center; }
.guarantee-chips { display: flex; flex-wrap: wrap; gap: 0.8rem; justify-content: center; margin: 1.5rem 0; }
.chip { display: inline-block; background: rgba(79,116,83,0.1); color: var(--vewf-brand-primary); padding: 0.5rem 1rem; border-radius: 20px; font-size: 0.9rem; font-weight: 500; }

.ukvc { position: absolute; left: -999px; width: 1px; height: 1px; overflow: hidden; }

.faq { display: grid; gap: 1rem; }
.usep { border: 1px solid var(--vewf-border-color); border-radius: 8px; overflow: hidden; }
.uthr { width: 100%; padding: 1.5rem; background: #fff; border: none; cursor: pointer; text-align: left; font-size: 1.1rem; font-weight: 600; color: var(--vewf-text-primary); display: flex; justify-content: space-between; align-items: center; transition: background 0.2s; }
.uthr:hover { background: var(--vewf-bg-alt); }
.uthr i { transition: transform 0.3s; }
.uthr[aria-expanded="true"] i { transform: rotate(180deg); }
.utqn { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.utqn[aria-hidden="false"] { max-height: 500px; }
.faq-answer-inner { padding: 1.5rem; background: var(--vewf-bg-alt); color: var(--vewf-text-secondary); }

.timeline-v { display: grid; gap: 2rem; }
.tl-step { display: flex; gap: 2rem; }
.tl-dot { width: 60px; height: 60px; background: var(--vewf-brand-primary); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 1.3rem; flex-shrink: 0; position: relative; }
.tl-step:not(:last-child) .tl-dot::after { content: ""; position: absolute; top: 100%; left: 50%; width: 2px; height: 60px; background: var(--vewf-border-color); transform: translateX(-50%); }
.tl-step h3 { font-size: 1.2rem; margin-bottom: 0.5rem; }
.tl-step p { color: var(--vewf-text-secondary); }

.timeline-h { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 0; position: relative; }
.timeline-h::before { content: ""; position: absolute; top: 30px; left: 0; right: 0; height: 2px; background: var(--vewf-border-color); z-index: 0; }
.tl-node { background: #fff; padding: 2rem; border-radius: 12px; border: 2px solid var(--vewf-border-color); position: relative; z-index: 1; text-align: center; }
.tl-node h3 { font-size: 1.5rem; font-weight: 700; color: var(--vewf-brand-primary); margin-bottom: 0.5rem; }
.tl-node p { color: var(--vewf-text-secondary); font-size: 0.95rem; }

.table-wrap { overflow-x: auto; margin: 1.5rem 0; }
.dose-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: 8px; overflow: hidden; }
.dose-table th { background: var(--vewf-brand-primary); color: #fff; padding: 1rem; text-align: left; font-weight: 600; }
.dose-table td { padding: 1rem; border-bottom: 1px solid var(--vewf-border-color); }
.dose-table tbody tr:hover { background: var(--vewf-bg-light); }
.dose-note { text-align: center; color: var(--vewf-text-secondary); font-size: 0.9rem; margin-top: 1rem; font-style: italic; }

.split-block { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; margin: 2rem 0; }
.split-reverse { direction: rtl; }
.split-reverse > * { direction: ltr; }
.split-content h3 { font-size: 1.5rem; margin-bottom: 1rem; }
.split-content p { color: var(--vewf-text-secondary); margin-bottom: 1rem; }

.media { border-radius: 12px; overflow: hidden; }
.media img { width: 100%; height: auto; display: block; }
.media-3x4 { aspect-ratio: 3 / 4; }
.media-4x3 { aspect-ratio: 4 / 3; }
.media-1x1 { aspect-ratio: 1 / 1; }

.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
.urcc, .contact-info-panel { background: #fff; padding: 2rem; border-radius: 12px; border: 1px solid var(--vewf-border-color); }
.urcc h2, .contact-info-panel h2 { font-size: 1.5rem; margin-bottom: 1.5rem; }
.contact-info-item { display: flex; gap: 1.5rem; margin-bottom: 2rem; }
.contact-info-item i { font-size: 1.5rem; color: var(--vewf-brand-primary); flex-shrink: 0; }
.contact-info-item strong { display: block; margin-bottom: 0.3rem; }
.contact-quick { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; margin: 2rem 0; }
.quick-item { text-align: center; }
.quick-item i { font-size: 2.5rem; color: var(--vewf-brand-primary); margin-bottom: 1rem; }
.quick-item h3 { margin-bottom: 0.8rem; }
.map-container { border-radius: 12px; overflow: hidden; height: 450px; }

.cta-band { text-align: center; }
.cta-band-inner { max-width: 700px; margin: 0 auto; }
.cta-band h2 { font-size: 2rem; margin-bottom: 1rem; }
.cta-band p { font-size: 1.1rem; margin-bottom: 2rem; }

.legal-section { padding: 4rem 2rem; max-width: 900px; margin: 0 auto; }
.legal-section h1 { font-family: "DM Serif Display", serif; font-size: 2.5rem; margin-bottom: 0.5rem; }
.legal-date { color: var(--vewf-text-secondary); font-size: 0.95rem; margin-bottom: 2rem; }
.legal-section h2 { font-size: 1.3rem; margin-top: 2rem; margin-bottom: 1rem; }
.legal-section h3 { font-size: 1.1rem; margin-top: 1.5rem; margin-bottom: 0.8rem; }
.legal-section ul, .legal-section ol { margin-left: 1.5rem; margin-bottom: 1rem; }
.legal-section li { margin-bottom: 0.5rem; color: var(--vewf-text-secondary); }
.legal-section p { margin-bottom: 1rem; color: var(--vewf-text-secondary); }
.legal-section a { color: var(--vewf-brand-primary); }

.site-footer { background: var(--vewf-text-primary); color: #fff; padding: 3rem 2rem 1rem; margin-top: 4rem; }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2.5rem; margin-bottom: 2rem; }
.footer-brand h3 { font-family: "DM Serif Display", serif; font-size: 1.3rem; margin-bottom: 1rem; }
.footer-brand p { color: rgba(255,255,255,0.8); font-size: 0.95rem; }
.footer-col h4 { margin-bottom: 1rem; }
.footer-col ul { list-style: none; }
.footer-col a { color: rgba(255,255,255,0.8); text-decoration: none; font-size: 0.95rem; display: inline-block; margin-bottom: 0.5rem; transition: color 0.2s; }
.footer-col a:hover { color: #ffc107; }
.footer-col p { font-size: 0.9rem; color: rgba(255,255,255,0.8); line-height: 1.8; }
.footer-legal-links { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 1.5rem; text-align: center; margin-bottom: 1.5rem; }
.footer-legal-links a { color: rgba(255,255,255,0.7); text-decoration: none; margin: 0 0.5rem; font-size: 0.9rem; transition: color 0.2s; }
.footer-legal-links a:hover { color: #ffc107; }
.footer-disclaimer { background: rgba(0,0,0,0.3); padding: 1.5rem; border-radius: 6px; font-size: 0.85rem; color: rgba(255,255,255,0.85); line-height: 1.7; margin-bottom: 1.5rem; }
.footer-bottom { text-align: center; color: rgba(255,255,255,0.6); font-size: 0.85rem; }
.footer-bottom span { display: block; }

.urma { background: #fff; border-top: 2px solid var(--vewf-brand-primary); padding: 1.5rem 2rem; position: fixed; bottom: 0; left: 0; right: 0; z-index: 1000; box-shadow: 0 -2px 8px rgba(0,0,0,0.1); }
.cookie-banner-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.cookie-banner-text { margin: 0; font-size: 0.95rem; color: var(--vewf-text-secondary); }
.cookie-banner-text a { color: var(--vewf-brand-primary); }
.cookie-banner-actions { display: flex; gap: 1rem; flex-wrap: wrap; }

.ugdo { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.5); z-index: 2000; display: flex; align-items: center; justify-content: center; padding: 2rem; }
.ugdo[aria-hidden="true"] { display: none; }
.ushg { background: #fff; border-radius: 12px; padding: 2rem; max-width: 500px; }
.ushg h2 { margin-bottom: 1rem; }
.ushg p { margin-bottom: 1.5rem; color: var(--vewf-text-secondary); }
.cookie-toggle { display: flex; justify-content: space-between; align-items: center; padding: 1rem 0; border-bottom: 1px solid var(--vewf-border-color); }
.cookie-toggle h4 { margin: 0; }
.cookie-toggle p { margin: 0.3rem 0 0; font-size: 0.9rem; }
.switch { position: relative; display: inline-block; width: 50px; height: 26px; }
.switch input { opacity: 0; width: 0; height: 0; }
.slider { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: #ccc; transition: 0.3s; border-radius: 26px; cursor: pointer; }
.slider::before { content: ""; position: absolute; height: 20px; width: 20px; left: 3px; bottom: 3px; background: white; transition: 0.3s; border-radius: 50%; }
input:checked + .slider { background: var(--vewf-brand-primary); }
input:checked + .slider::before { transform: translateX(24px); }
.cookie-modal-actions { display: flex; gap: 1rem; justify-content: flex-end; margin-top: 2rem; }

.product-pack { max-width: 280px; margin: 0 auto; display: block; }

.stats-strip { text-align: center; padding: 1.5rem; background: #fff; border-radius: 8px; margin-bottom: 1rem; border-left: 4px solid var(--vewf-brand-primary); }
.stat-value { font-size: 2.5rem; font-weight: 700; color: var(--vewf-brand-primary); }
.stat-label { font-size: 1rem; color: var(--vewf-text-secondary); margin-top: 0.5rem; }
.stat-note { text-align: center; color: var(--vewf-text-secondary); font-size: 0.9rem; margin-top: 1rem; }

.feature-boxes { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.feature-box { background: #fff; padding: 2rem; border-radius: 12px; border: 1px solid var(--vewf-border-color); text-align: center; }
.feature-box i { font-size: 2.5rem; color: var(--vewf-brand-primary); margin-bottom: 1rem; }
.feature-box h3 { font-size: 1.2rem; margin-bottom: 0.8rem; }
.feature-dark { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.2); }
.feature-dark i { color: #ffc107; }
.feature-dark h3 { color: #fff; }
.feature-dark p { color: rgba(255,255,255,0.85); }

@media (max-width: 768px) {
  .header-inner { flex-direction: column; align-items: flex-start; gap: 1rem; }
  .ucha { display: flex; }
  .uaju { display: none; width: 100%; flex-direction: column; position: absolute; top: 100%; left: 0; background: #fff; padding: 1rem 2rem; border-bottom: 1px solid var(--vewf-border-color); }
  .uaju.active { display: flex; }
  
  .hero-bigphoto { grid-template-columns: 1fr; gap: 2rem; }
  .hero-title { font-size: 2rem; }
  
  .order-layout { grid-template-columns: 1fr; }
  .contact-layout { grid-template-columns: 1fr; }
  .split-block { grid-template-columns: 1fr; }
  .split-reverse { direction: ltr; }
  
  .benefit-grid { grid-template-columns: 1fr; }
  .cookie-banner-inner { flex-direction: column; align-items: flex-start; }
  .cookie-banner-actions { width: 100%; }
  .cookie-modal-actions { flex-direction: column; }
  .cookie-modal-actions .btn { width: 100%; }
  
  .section { padding: 3rem 1.5rem; }
}

/* brand-guard-css-v3 — авто-страховка cookie-баннера и контраста (приложение) */
.urma{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}
.urma.is-visible,.cookie-banner--visible,.urma.show,.urma.active{transform:none !important}
.urma a{color:inherit;text-decoration:underline}
.urma button{cursor:pointer}
.ugdo{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}
.ugdo.is-visible,.cookie-modal--visible,.ugdo.show,.ugdo.active{display:flex !important}
.ushg,.ugdo>div{background:#fff;color:#1a1a1a;max-width:480px;width:100%;border-radius:12px;padding:1.25rem;max-height:85vh;overflow:auto}
.upsd .ufgx,.upsd .uiyu,.upsd .uuyl,.upsd .uuxi,.uxeu .ufgx,.uxeu .uiyu,.uxeu .uuyl,.uxeu .uuxi{background:#fff !important;color:#1a1a1a !important}
.ufgx,.uiyu{color:#1a1a1a !important}
.ufgx label,.uiyu label,.ufgx p,.uiyu p,.ufgx .uxjf,.ufgx span,.uiyu span,.urpc,.ujvl,.uuyl .uxcx,.uuyl .uxcx *{color:#1a1a1a !important}
.urpc,.ujvl{background:#f3f4f2 !important;border-color:rgba(0,0,0,.12) !important}
.ufgx .uson{color:#1a1a1a !important}
.ufgx .uson.is-sel{color:#fff !important}
.uiak .utks{display:none}
.uiak .utks.is-visible{display:block !important;color:#c0392b}
.uiak .ukvc,.uiak [name="website"]{position:absolute !important;left:-9999px !important;width:1px;height:1px;overflow:hidden}
.uiak{color:#1a1a1a}
.upsd .uiak,.uxeu .uiak{background:#fff !important;color:#1a1a1a !important}
.product-pack svg{width:100%;height:auto;display:block}
.uzgx{position:relative !important;aspect-ratio:1/1;overflow:hidden}
.uzgx img{width:100%;height:100%;object-fit:cover}
.uqsf,.ukdn{position:absolute !important;inset:0;z-index:0 !important;overflow:hidden;pointer-events:none}
.uqsf img,.ukdn img{width:100%;height:100%;object-fit:cover;display:block}
.uqsf img{opacity:.28}
.ukdn img{opacity:.07}
*:has(> .uqsf),*:has(> .ukdn){position:relative}
.uyog{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)}
.uyog .uxko{display:block;font-weight:700;text-transform:uppercase;letter-spacing:.05em;line-height:1.05}
.uyog .ukds{display:block;font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;margin-top:.45rem;opacity:.72}
.unoi{margin:1.4rem auto;max-width:920px}
.unoi img{width:100%;height:auto;display:block;border-radius:14px;box-shadow:0 10px 34px rgba(0,0,0,.12)}
.ulum{padding:3rem 0}
.upqe{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1rem;width:92%;max-width:1200px;margin-inline:auto}
.upqe img{width:100%;height:100%;aspect-ratio:4/3;object-fit:cover;display:block;border-radius:12px}
.uuxi{position:relative;width:100% !important;max-width:860px;margin-inline:auto;overflow:hidden}
.uvdd{display:flex;overflow:hidden;gap:0 !important}
.uibh{min-width:100%;flex:0 0 100%;box-sizing:border-box;padding:1.2rem 3.2rem;margin:0 !important}
.uhtj{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}
.uuxd{left:.5rem}.usop{right:.5rem}
.uuyl .uxcx{display:none}.uuyl .uxcx.is-active{display:block}
.ufgx .uhkl{display:block !important}
.ufgx .unuc{display:flex;flex-wrap:wrap;gap:.5rem}
.ufgx .uson{cursor:pointer}
