:root {
  --vzby-clr-primary: #5310ba;
  --vzby-clr-primary-dark: #2f016a;
  --vzby-clr-primary-light: #c9b8ff;
  --vzby-clr-accent: #b89aff;
  --vzby-clr-bg: #f4f6fb;
  --vzby-clr-bg-white: #ffffff;
  --vzby-clr-dark: #1a0840;
  --vzby-clr-dark-band: #1e0848;
  --vzby-clr-text: #1a1030;
  --vzby-clr-text-muted: #5a5370;
  --vzby-clr-border: #ddd8f5;
  --vzby-clr-highlight: #f8f6ff;
  --vzby-clr-warn: #fff8cb;
  --vzby-font-heading: 'Playfair Display', Georgia, serif;
  --vzby-font-body: 'Source Sans 3', Arial, sans-serif;
  --vzby-container: 1080px;
  --vzby-radius: 0px;
  --vzby-shadow-hard: 4px 4px 0px #1a0840;
  --vzby-shadow-hard-light: 3px 3px 0px #c9b8ff;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--vzby-font-body);
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--vzby-clr-text);
  background: var(--vzby-clr-bg);
}

.container {
  max-width: var(--vzby-container);
  margin: 0 auto;
  padding: 0 1.5rem;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--vzby-clr-primary); text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3, h4 { font-family: var(--vzby-font-heading); line-height: 1.2; }
h1 { font-size: clamp(1.9rem, 4vw, 2.8rem); }
h2 { font-size: clamp(1.4rem, 3vw, 2rem); margin-bottom: 1rem; }
h3 { font-size: 1.2rem; margin-bottom: .5rem; }

.hero-stat-num {
  font-family: var(--vzby-font-heading);
  font-size: 1.2em;
  font-weight: 900;
  color: var(--vzby-clr-primary);
  display: inline;
}

.btn-primary {
  display: inline-block;
  background: var(--vzby-clr-primary);
  color: #fff;
  padding: .75rem 1.75rem;
  font-family: var(--vzby-font-body);
  font-weight: 700;
  font-size: 1rem;
  border: 2px solid var(--vzby-clr-primary-dark);
  box-shadow: var(--vzby-shadow-hard);
  cursor: pointer;
  transition: background .15s, transform .1s;
  text-decoration: none;
}
.btn-primary:hover { background: var(--vzby-clr-primary-dark); text-decoration: none; transform: translate(-1px,-1px); }

.btn-ghost {
  display: inline-block;
  background: transparent;
  color: var(--vzby-clr-primary);
  padding: .75rem 1.75rem;
  font-family: var(--vzby-font-body);
  font-weight: 700;
  font-size: 1rem;
  border: 2px solid var(--vzby-clr-primary);
  box-shadow: var(--vzby-shadow-hard-light);
  text-decoration: none;
  transition: background .15s;
}
.btn-ghost:hover { background: var(--vzby-clr-highlight); text-decoration: none; }

.uquh {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: var(--vzby-clr-dark);
  color: #e1d9ff;
  z-index: 9999;
  border-top: 2px solid var(--vzby-clr-primary);
}
.uquh.is-visible { display: block; }
.cookie-inner { max-width: var(--vzby-container); margin: 0 auto; padding: 1rem 1.5rem; display: flex; gap: 1.5rem; align-items: center; flex-wrap: wrap; }
.cookie-inner p { flex: 1; font-size: .9rem; }
.cookie-inner a { color: var(--vzby-clr-primary-light); }
.urac { display: flex; gap: .75rem; flex-wrap: wrap; }
.btn-cookie-accept { background: var(--vzby-clr-primary); color: #fff; border: none; padding: .5rem 1.25rem; font-weight: 700; cursor: pointer; }
.btn-cookie-reject { background: transparent; color: #e1d9ff; border: 1px solid #6a5a9a; padding: .5rem 1.25rem; cursor: pointer; }
.btn-cookie-settings { color: var(--vzby-clr-primary-light); font-size: .85rem; padding: .5rem; }

.uqkd {
  background: var(--vzby-clr-bg-white);
  border-bottom: 2px solid var(--vzby-clr-border);
  position: sticky; top: 0; z-index: 100;
}
.header-inner { display: flex; align-items: center; gap: 2rem; height: 64px; }
.site-logo { font-family: var(--vzby-font-heading); font-size: 1.3rem; font-weight: 700; color: var(--vzby-clr-primary-dark); letter-spacing: -.01em; white-space: nowrap; }
.site-logo:hover { text-decoration: none; }
.uhzt { flex: 1; }
.uhzt ul { display: flex; gap: 1.5rem; list-style: none; }
.uhzt a { font-size: .9rem; font-weight: 600; color: var(--vzby-clr-text); }
.uhzt a:hover, .uhzt a[aria-current] { color: var(--vzby-clr-primary); text-decoration: none; }
.btn-header { font-size: .85rem; padding: .5rem 1.25rem; white-space: nowrap; }

.breadcrumb-bar { background: var(--vzby-clr-bg-white); border-bottom: 1px solid var(--vzby-clr-border); padding: .5rem 0; }
.breadcrumb { display: flex; gap: .5rem; list-style: none; font-size: .82rem; color: var(--vzby-clr-text-muted); flex-wrap: wrap; }
.breadcrumb li + li::before { content: "›"; margin-right: .5rem; }
.breadcrumb a { color: var(--vzby-clr-primary); }

.hero-split {
  background: var(--vzby-clr-bg-white);
  padding: 3rem 0 2rem;
  overflow: hidden;
}
.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
.editorial-chip {
  display: inline-block;
  background: var(--vzby-clr-primary);
  color: #fff;
  font-size: .78rem;
  font-weight: 700;
  padding: .3rem .8rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.hero-h1 { margin-bottom: 1.25rem; color: var(--vzby-clr-primary-dark); }
.hero-lead { font-size: 1.05rem; color: var(--vzby-clr-text-muted); margin-bottom: 1.5rem; max-width: 540px; }
.hero-rating-row { display: flex; align-items: center; gap: .75rem; margin-bottom: 1.5rem; }
.rating-text { font-size: .88rem; color: var(--vzby-clr-text-muted); font-weight: 600; }
.hero-cta-group { display: flex; gap: 1rem; flex-wrap: wrap; }
.hero-visual { position: relative; display: flex; align-items: center; justify-content: center; }
.product-pack { position: relative; z-index: 2; box-shadow: var(--vzby-shadow-hard); max-width: 360px; }
.uxaw {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: .18;
  z-index: 0;
}

.stat-band {
  padding: 2rem 0;
}
.uphr { background: var(--vzby-clr-dark-band); color: #e1d9ff; }
.ubsn { background: var(--vzby-clr-primary); color: #fff; }

.stat-band-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.stat-item { text-align: center; padding: 1rem 3rem; }
.stat-num { display: block; font-family: var(--vzby-font-heading); font-size: clamp(2.5rem, 5vw, 3.5rem); font-weight: 900; color: var(--vzby-clr-accent); line-height: 1; }
.stat-label { display: block; font-size: .85rem; opacity: .85; margin-top: .3rem; text-transform: uppercase; letter-spacing: .06em; }
.stat-divider { width: 1px; height: 60px; background: rgba(255,255,255,.2); }

.section-ingredients { padding: 4rem 0; background: var(--vzby-clr-bg); }
.section-title { font-size: clamp(1.4rem, 3vw, 2rem); color: var(--vzby-clr-primary-dark); margin-bottom: 1rem; }
.section-title.light { color: #fff; }
.section-intro { font-size: 1.05rem; color: var(--vzby-clr-text-muted); margin-bottom: 2rem; max-width: 720px; }
.section-intro.light { color: rgba(255,255,255,.9); }

.ingredients-layout { display: grid; grid-template-columns: 1fr 380px; gap: 3rem; align-items: start; }
.ingredients-table-wrap { overflow-x: auto; }
.ingredients-table { width: 100%; border-collapse: collapse; background: var(--vzby-clr-bg-white); box-shadow: var(--vzby-shadow-hard); }
.ingredients-table th { background: var(--vzby-clr-primary-dark); color: #fff; padding: .75rem 1rem; text-align: left; font-family: var(--vzby-font-body); font-size: .85rem; text-transform: uppercase; letter-spacing: .05em; }
.ingredients-table td { padding: .75rem 1rem; border-bottom: 1px solid var(--vzby-clr-border); font-size: .92rem; vertical-align: top; }
.ingredients-table tr:last-child td { border-bottom: none; }
.ingredients-table tr:nth-child(even) td { background: var(--vzby-clr-highlight); }
.table-note { font-size: .8rem; color: var(--vzby-clr-text-muted); margin-top: .75rem; }
.ingredients-visual img { box-shadow: var(--vzby-shadow-hard); }

.supplement-inline-note {
  font-size: .82rem;
  color: var(--vzby-clr-text-muted);
  border-left: 3px solid var(--vzby-clr-primary-light);
  padding-left: .75rem;
  margin-top: 1.5rem;
}

.section-routine { padding: 4rem 0; }
.routine-layout { display: grid; grid-template-columns: 1fr 420px; gap: 3rem; align-items: start; }
.routine-steps { display: flex; flex-direction: column; gap: 1.25rem; }
.routine-step {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.2);
  padding: 1.25rem;
}
.step-num { font-family: var(--vzby-font-heading); font-size: 2rem; font-weight: 900; color: rgba(255,255,255,.5); line-height: 1; min-width: 2.5rem; }
.step-content h3 { color: #fff; margin-bottom: .4rem; }
.step-content p { color: rgba(255,255,255,.85); font-size: .95rem; }
.routine-visual img { box-shadow: var(--vzby-shadow-hard); }

.card-hard-shadow { box-shadow: var(--vzby-shadow-hard); }

.section-comparison { padding: 4rem 0; background: var(--vzby-clr-bg-white); }
.comparison-table-wrap { overflow-x: auto; }
.comparison-table { width: 100%; border-collapse: collapse; }
.comparison-table th { background: var(--vzby-clr-primary-dark); color: #fff; padding: .75rem 1rem; text-align: left; font-size: .85rem; }
.comparison-table th.highlight-col { background: var(--vzby-clr-primary); }
.comparison-table td { padding: .75rem 1rem; border-bottom: 1px solid var(--vzby-clr-border); font-size: .9rem; }
.comparison-table td.highlight-col { background: var(--vzby-clr-highlight); font-weight: 700; color: var(--vzby-clr-primary-dark); }
.comparison-table tr:last-child td { border-bottom: none; }

.section-author { padding: 4rem 0; }
.author-inner { display: flex; gap: 2rem; align-items: flex-start; }
.author-icon { flex-shrink: 0; }
.author-bio { flex: 1; }
.author-role { font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; opacity: .7; margin-bottom: .5rem; display: block; }
.author-name { font-size: 1.5rem; color: #fff; margin-bottom: 1rem; }
.author-bio p { color: rgba(255,255,255,.85); margin-bottom: .75rem; font-size: .95rem; }
.author-credentials { display: flex; gap: .75rem; flex-wrap: wrap; margin-top: 1rem; }
.cred-badge { background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.25); color: #e1d9ff; font-size: .78rem; padding: .3rem .75rem; font-weight: 600; letter-spacing: .04em; }

.section-checklist { padding: 4rem 0; background: var(--vzby-clr-bg); }
.checklist-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.checklist-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: var(--vzby-clr-bg-white);
  padding: 1rem 1.25rem;
  font-size: .95rem;
}
.check-icon { flex-shrink: 0; }

.section-lifestyle { padding: 4rem 0; background: var(--vzby-clr-bg-white); }
.lifestyle-layout { display: grid; grid-template-columns: 1fr 500px; gap: 3rem; align-items: start; }
.lifestyle-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.lifestyle-card { background: var(--vzby-clr-highlight); padding: 1.5rem; }
.ls-icon { display: block; margin-bottom: .75rem; }
.lifestyle-card h3 { font-size: 1rem; color: var(--vzby-clr-primary-dark); margin-bottom: .5rem; }
.lifestyle-card p { font-size: .9rem; color: var(--vzby-clr-text-muted); }
.lifestyle-visual img { box-shadow: var(--vzby-shadow-hard); width: 100%; height: auto; }

.section-reviews { padding: 4rem 0; background: var(--vzby-clr-bg); }
.reviews-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; margin-bottom: 1.5rem; }
.review-card { background: var(--vzby-clr-bg-white); padding: 1.5rem; }
.review-card img { margin-bottom: .75rem; }
.review-card blockquote { font-style: italic; color: var(--vzby-clr-text); margin-bottom: .75rem; font-size: .95rem; }
.review-card cite { font-size: .82rem; color: var(--vzby-clr-text-muted); font-style: normal; font-weight: 600; }
.review-disclaimer { font-size: .8rem; color: var(--vzby-clr-text-muted); border-left: 3px solid var(--vzby-clr-border); padding-left: .75rem; }

.press-quote { font-style: italic; color: rgba(255,255,255,.9); font-size: 1rem; margin-bottom: .4rem; }
.press-source { font-size: .82rem; color: rgba(255,255,255,.6); display: block; }

.section-order { padding: 4rem 0; }
.order-inner { display: grid; grid-template-columns: 1fr 480px; gap: 3rem; align-items: start; }
.order-info { color: #e1d9ff; }
.price-block { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem; flex-wrap: wrap; }
.price-original { font-size: 1.2rem; text-decoration: line-through; color: rgba(255,255,255,.5); }
.price-current { font-family: var(--vzby-font-heading); font-size: 2.5rem; font-weight: 900; color: var(--vzby-clr-warn); line-height: 1; }
.price-badge { background: var(--vzby-clr-warn); color: var(--vzby-clr-primary-dark); font-weight: 900; padding: .3rem .8rem; font-size: .9rem; }
.order-benefits { list-style: none; margin-bottom: 1.5rem; }
.order-benefits li { padding: .4rem 0; font-size: .95rem; color: rgba(255,255,255,.9); }
.order-pack-img { margin-top: 1.5rem; box-shadow: var(--vzby-shadow-hard); }
.trust-press { margin-bottom: 1rem; }

.order-form-wrap { background: var(--vzby-clr-bg-white); padding: 2rem; box-shadow: var(--vzby-shadow-hard); }
.form-title { font-size: 1.4rem; color: var(--vzby-clr-primary-dark); margin-bottom: .5rem; }
.form-subtitle { font-size: .9rem; color: var(--vzby-clr-text-muted); margin-bottom: 1.5rem; }
.form-group { margin-bottom: 1rem; }
.form-group label { display: block; font-weight: 600; font-size: .9rem; margin-bottom: .35rem; }
.form-group input, .form-group textarea {
  width: 100%;
  border: 2px solid var(--vzby-clr-border);
  padding: .65rem .9rem;
  font-family: var(--vzby-font-body);
  font-size: 1rem;
  background: var(--vzby-clr-bg);
  color: var(--vzby-clr-text);
  transition: border .15s;
}
.form-group input:focus, .form-group textarea:focus { outline: none; border-color: var(--vzby-clr-primary); }
.form-consent { display: flex; gap: .75rem; align-items: flex-start; margin-bottom: 1.25rem; font-size: .85rem; color: var(--vzby-clr-text-muted); }
.form-consent input[type="checkbox"] { margin-top: .2rem; flex-shrink: 0; width: 1rem; height: 1rem; }
.btn-order { width: 100%; text-align: center; font-size: 1.05rem; }
.form-legal { font-size: .78rem; color: var(--vzby-clr-text-muted); margin-top: .75rem; }

.section-calc { padding: 4rem 0; background: var(--vzby-clr-bg-white); }
.uemj { background: var(--vzby-clr-bg); padding: 2rem; max-width: 540px; }
.calc-inputs { display: flex; gap: 1.5rem; margin-bottom: 1.25rem; flex-wrap: wrap; }
.calc-field { flex: 1; min-width: 180px; }
.calc-field label { display: block; font-weight: 600; font-size: .88rem; margin-bottom: .35rem; }
.calc-input { width: 100%; border: 2px solid var(--vzby-clr-border); padding: .6rem .85rem; font-size: 1rem; font-family: var(--vzby-font-body); background: var(--vzby-clr-bg-white); }
.calc-btn { margin-bottom: 1rem; }
.calc-result { font-size: 1.1rem; font-weight: 700; color: var(--vzby-clr-primary-dark); min-height: 1.5rem; }

.section-faq { padding: 4rem 0; background: var(--vzby-clr-bg); }
.faq-list { display: flex; flex-direction: column; gap: .75rem; }
.uxfk { background: var(--vzby-clr-bg-white); }
.urfy {
  padding: 1rem 1.25rem;
  font-family: var(--vzby-font-heading);
  font-size: 1rem;
  font-weight: 700;
  color: var(--vzby-clr-primary-dark);
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.urfy::-webkit-details-marker { display: none; }
.urfy::after { content: "+"; font-size: 1.3rem; color: var(--vzby-clr-primary); }
details[open] .urfy::after { content: "−"; }
.uecv { padding: 0 1.25rem 1rem; font-size: .93rem; color: var(--vzby-clr-text); border-top: 1px solid var(--vzby-clr-border); }
.uecv p { margin-top: .75rem; }

.page-article { padding: 3rem 0 4rem; }
.article-inner { max-width: 780px; margin: 0 auto; }
.article-header { margin-bottom: 2rem; }
.article-byline { font-size: .85rem; color: var(--vzby-clr-text-muted); margin-top: .75rem; }
.article-body h2 { margin-top: 2rem; margin-bottom: .75rem; color: var(--vzby-clr-primary-dark); }
.article-body p { margin-bottom: 1rem; }

.ingredient-spotlight { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; margin: 1.5rem 0; }
.ingredient-card { background: var(--vzby-clr-bg-white); padding: 1.25rem; }
.ingredient-card h3 { font-size: 1rem; color: var(--vzby-clr-primary-dark); margin-bottom: .5rem; }
.ingredient-card p { font-size: .9rem; color: var(--vzby-clr-text-muted); }

.info-block { background: var(--vzby-clr-highlight); padding: 1.5rem; margin: 2rem 0; border-left: 4px solid var(--vzby-clr-primary); }
.info-block h3 { color: var(--vzby-clr-primary-dark); margin-bottom: .75rem; }
.info-block ul { padding-left: 1.25rem; }
.info-block li { margin-bottom: .35rem; font-size: .92rem; }

.page-cta-row { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 2.5rem; }

.contact-page-section { padding: 4rem 0; }
.contact-layout { display: grid; grid-template-columns: 1fr 480px; gap: 3rem; }
.contact-info h1 { margin-bottom: 1rem; color: var(--vzby-clr-primary-dark); }
.contact-address-block { font-style: normal; margin: 1.5rem 0; font-size: .95rem; color: var(--vzby-clr-text); line-height: 1.9; }
.map-container { margin-top: 1.5rem; border: 2px solid var(--vzby-clr-border); box-shadow: var(--vzby-shadow-hard); }
.contact-form-wrap h2 { color: var(--vzby-clr-primary-dark); margin-bottom: 1.25rem; }
.contact-form-wrap { background: var(--vzby-clr-bg-white); padding: 2rem; box-shadow: var(--vzby-shadow-hard); }

.legal-page { max-width: 760px; margin: 0 auto; padding: 3rem 1.5rem 4rem; }
.legal-page h1 { margin-bottom: .5rem; color: var(--vzby-clr-primary-dark); }
.legal-updated { font-size: .82rem; color: var(--vzby-clr-text-muted); margin-bottom: 2rem; }
.legal-page h2 { font-size: 1.15rem; margin-top: 2rem; margin-bottom: .5rem; color: var(--vzby-clr-primary-dark); }
.legal-page p, .legal-page li { font-size: .95rem; margin-bottom: .75rem; }
.legal-page ul { padding-left: 1.5rem; }
.legal-page address { font-style: normal; }
.cookie-table { width: 100%; border-collapse: collapse; margin: 1rem 0; font-size: .88rem; }
.cookie-table th { background: var(--vzby-clr-primary-dark); color: #fff; padding: .6rem .9rem; text-align: left; }
.cookie-table td { padding: .6rem .9rem; border-bottom: 1px solid var(--vzby-clr-border); }

.thankyou-page, .error-page { min-height: 100vh; }
.thankyou-main, .error-main { padding: 5rem 0; text-align: center; }
.thankyou-inner, .error-inner { max-width: 540px; margin: 0 auto; }
.thankyou-icon { margin: 0 auto 1.5rem; width: 72px; }
.thankyou-inner h1, .error-inner h1 { color: var(--vzby-clr-primary-dark); margin-bottom: 1rem; }
.thankyou-inner p, .error-inner p { color: var(--vzby-clr-text-muted); margin-bottom: 1rem; }
.thankyou-inner .btn-primary, .error-inner .btn-primary { margin-top: 1rem; }

.site-footer { background: var(--vzby-clr-dark); color: #c4b8f0; margin-top: 0; }
.footer-inner { display: flex; gap: 3rem; padding: 3rem 0 2rem; flex-wrap: wrap; }
.footer-brand { flex: 1; min-width: 200px; }
.footer-logo { font-family: var(--vzby-font-heading); font-size: 1.2rem; font-weight: 700; color: #e1d9ff; display: block; margin-bottom: .75rem; }
.footer-tagline { font-size: .85rem; color: rgba(255,255,255,.6); margin-bottom: 1rem; }
.footer-address { font-style: normal; font-size: .83rem; color: rgba(255,255,255,.6); line-height: 1.8; }
.footer-address a { color: var(--vzby-clr-primary-light); }
.footer-nav { display: flex; gap: 2.5rem; flex-wrap: wrap; }
.footer-col h4 { font-family: var(--vzby-font-body); font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; color: rgba(255,255,255,.45); margin-bottom: .75rem; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: .45rem; }
.footer-col a { font-size: .88rem; color: rgba(255,255,255,.7); }
.footer-col a:hover { color: var(--vzby-clr-primary-light); text-decoration: none; }
.footer-disclaimer { background: #100428; padding: 1.25rem 0; }
.footer-disclaimer p { font-size: .8rem; color: rgba(255,255,255,.45); margin-bottom: .35rem; }
.footer-copy { font-size: .78rem; color: rgba(255,255,255,.35); }

@media (max-width: 900px) {
  .hero-inner, .routine-layout, .lifestyle-layout, .ingredients-layout,
  .order-inner, .contact-layout { grid-template-columns: 1fr; }
  .hero-visual { display: none; }
  .checklist-grid, .reviews-grid { grid-template-columns: 1fr; }
  .lifestyle-cards { grid-template-columns: 1fr; }
  .ingredient-spotlight { grid-template-columns: 1fr; }
  .uhzt { display: none; }
  .author-inner { flex-direction: column; }
  .stat-item { padding: 1rem 1.5rem; }
  .footer-inner { flex-direction: column; gap: 1.5rem; }
}

/* brand-guard-css-v3 — авто-страховка cookie-баннера и контраста (приложение) */
.uquh{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}
.uquh.is-visible,.cookie-banner--visible,.uquh.show,.uquh.active{transform:none !important}
.uquh a{color:inherit;text-decoration:underline}
.uquh button{cursor:pointer}
.ubrz{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}
.ubrz.is-visible,.cookie-modal--visible,.ubrz.show,.ubrz.active{display:flex !important}
.usyu,.ubrz>div{background:#fff;color:#1a1a1a;max-width:480px;width:100%;border-radius:12px;padding:1.25rem;max-height:85vh;overflow:auto}
.uphr .upwe,.uphr .uemj,.uphr .uybk,.uphr .ubyq,.ubsn .upwe,.ubsn .uemj,.ubsn .uybk,.ubsn .ubyq{background:#fff !important;color:#1a1a1a !important}
.upwe,.uemj{color:#1a1a1a !important}
.upwe label,.uemj label,.upwe p,.uemj p,.upwe .ukyq,.upwe span,.uemj span,.ukqg,.ucij,.uybk .ukgv,.uybk .ukgv *{color:#1a1a1a !important}
.ukqg,.ucij{background:#f3f4f2 !important;border-color:rgba(0,0,0,.12) !important}
.upwe .ukqr{color:#1a1a1a !important}
.upwe .ukqr.is-sel{color:#fff !important}
.uyag .uxnb{display:none}
.uyag .uxnb.is-visible{display:block !important;color:#c0392b}
.uyag .ulls,.uyag [name="website"]{position:absolute !important;left:-9999px !important;width:1px;height:1px;overflow:hidden}
.uyag{color:#1a1a1a}
.uphr .uyag,.ubsn .uyag{background:#fff !important;color:#1a1a1a !important}
.product-pack svg{width:100%;height:auto;display:block}
.ubgq{position:relative !important;aspect-ratio:1/1;overflow:hidden}
.ubgq img{width:100%;height:100%;object-fit:cover}
.uxaw,.umbc{position:absolute !important;inset:0;z-index:0 !important;overflow:hidden;pointer-events:none}
.uxaw img,.umbc img{width:100%;height:100%;object-fit:cover;display:block}
.uxaw img{opacity:.28}
.umbc img{opacity:.07}
*:has(> .uxaw),*:has(> .umbc){position:relative}
.uhmy{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)}
.uhmy .uyju{display:block;font-weight:700;text-transform:uppercase;letter-spacing:.05em;line-height:1.05}
.uhmy .ugwh{display:block;font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;margin-top:.45rem;opacity:.72}
.uqhk{margin:1.4rem auto;max-width:920px}
.uqhk img{width:100%;height:auto;display:block;border-radius:14px;box-shadow:0 10px 34px rgba(0,0,0,.12)}
.ugss{padding:3rem 0}
.unba{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1rem;width:92%;max-width:1200px;margin-inline:auto}
.unba img{width:100%;height:100%;aspect-ratio:4/3;object-fit:cover;display:block;border-radius:12px}
.ubyq{position:relative;width:100% !important;max-width:860px;margin-inline:auto;overflow:hidden}
.ukia{display:flex;overflow:hidden;gap:0 !important}
.uqde{min-width:100%;flex:0 0 100%;box-sizing:border-box;padding:1.2rem 3.2rem;margin:0 !important}
.uacs{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}
.uoax{left:.5rem}.uhag{right:.5rem}
.uybk .ukgv{display:none}.uybk .ukgv.is-active{display:block}
.upwe .uklb{display:block !important}
.upwe .upkh{display:flex;flex-wrap:wrap;gap:.5rem}
.upwe .ukqr{cursor:pointer}
