:root {
--vjlr-accent: #560bb8;
--vjlr-accent-2: #9e0dab;
--vjlr-accent-light: #a390f0;
--vjlr-accent-pale: #ede8ff;
--vjlr-purple-deep: #29005e;
--vjlr-bg: #f6f3ff;
--vjlr-bg-card: rgba(255,255,255,0.55);
--vjlr-text: #1a1228;
--vjlr-text-muted: #5a5070;
--vjlr-text-on-dark: #f0ebff;
--vjlr-dark-band: #1b0040;
--vjlr-dark-band-2: #26004d;
--vjlr-gold: #d4a017;
--vjlr-white: #ffffff;
--vjlr-radius: 4px;
--vjlr-container: 1200px;
--vjlr-font-head: 'Bricolage Grotesque', sans-serif;
--vjlr-font-body: 'Figtree', sans-serif;
--vjlr-shadow-card: 0 4px 24px rgba(86,11,184,0.10);
}

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

html { font-size: 16px; scroll-behavior: smooth; }

body {
font-family: var(--vjlr-font-body);
background: var(--vjlr-bg);
color: var(--vjlr-text);
line-height: 1.65;
-webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; height: auto; }

a { color: var(--vjlr-accent); text-decoration: none; }
a:hover { text-decoration: underline; }

.container {
max-width: var(--vjlr-container);
margin-inline: auto;
padding-inline: 24px;
}

h1, h2, h3, h4 {
font-family: var(--vjlr-font-head);
line-height: 1.2;
}

h1 { font-size: clamp(2rem, 4.5vw, 3.2rem); font-weight: 800; letter-spacing: -0.02em; }
h2 { font-size: clamp(1.5rem, 3vw, 2.2rem); font-weight: 700; letter-spacing: -0.01em; }
h3 { font-size: clamp(1.1rem, 2vw, 1.4rem); font-weight: 600; }
h4 { font-size: 1rem; font-weight: 600; }

p { margin-bottom: 1em; }
p:last-child { margin-bottom: 0; }

ul, ol { padding-left: 1.4em; }
li { margin-bottom: 0.4em; }

.section { padding-block: 72px; }
.section-sm { padding-block: 48px; }

.uapl {
background: var(--vjlr-dark-band);
color: var(--vjlr-text-on-dark);
}
.uapl h2, .uapl h3, .uapl h4 { color: var(--vjlr-text-on-dark); }
.uapl p, .uapl li { color: rgba(240,235,255,0.85); }
.uapl a { color: var(--vjlr-accent-light); }

.uuxj {
background: var(--vjlr-dark-band-2);
color: var(--vjlr-text-on-dark);
}
.uuxj h2, .uuxj h3 { color: var(--vjlr-text-on-dark); }

.section-pale { background: var(--vjlr-accent-pale); }

.text-accent { color: var(--vjlr-accent); }
.text-accent-2 { color: var(--vjlr-accent-2); }
.text-muted { color: var(--vjlr-text-muted); }

.badge {
display: inline-flex;
align-items: center;
gap: 6px;
background: rgba(86,11,184,0.10);
border: 1px solid rgba(86,11,184,0.18);
border-radius: 32px;
padding: 4px 14px;
font-size: 0.8rem;
font-weight: 600;
color: var(--vjlr-accent);
letter-spacing: 0.03em;
text-transform: uppercase;
}
.uapl .badge {
background: rgba(163,144,240,0.15);
border-color: rgba(163,144,240,0.3);
color: var(--vjlr-accent-light);
}

.btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 8px;
font-family: var(--vjlr-font-head);
font-weight: 700;
font-size: 1rem;
border-radius: var(--vjlr-radius);
cursor: pointer;
transition: all 0.2s ease;
letter-spacing: 0.01em;
text-decoration: none;
}

.btn-primary {
background: var(--vjlr-accent);
color: var(--vjlr-white);
border: 2px solid var(--vjlr-accent);
padding: 14px 32px;
}
.btn-primary:hover {
background: var(--vjlr-purple-deep);
border-color: var(--vjlr-purple-deep);
color: var(--vjlr-white);
text-decoration: none;
}

.btn-outline {
background: transparent;
color: var(--vjlr-accent);
border: 2px solid var(--vjlr-accent);
padding: 13px 30px;
}
.btn-outline:hover {
background: var(--vjlr-accent);
color: var(--vjlr-white);
text-decoration: none;
}

.btn-ghost-light {
background: transparent;
color: var(--vjlr-text-on-dark);
border: 2px solid rgba(240,235,255,0.5);
padding: 13px 30px;
}
.btn-ghost-light:hover {
background: rgba(240,235,255,0.12);
border-color: var(--vjlr-accent-light);
text-decoration: none;
}

.btn-light {
background: var(--vjlr-white);
color: var(--vjlr-accent);
border: 2px solid var(--vjlr-white);
padding: 13px 30px;
}
.btn-light:hover {
background: var(--vjlr-accent-pale);
text-decoration: none;
}

.btn-lg { font-size: 1.1rem; padding: 16px 40px; }

.sr-only {
position: absolute;
width: 1px; height: 1px;
padding: 0; margin: -1px;
overflow: hidden;
clip: rect(0,0,0,0);
white-space: nowrap;
border: 0;
}

.ukye {
position: sticky;
top: 0;
z-index: 100;
background: var(--vjlr-dark-band);
border-bottom: 1px solid rgba(163,144,240,0.15);
}

.header-inner {
display: flex;
align-items: center;
justify-content: space-between;
gap: 24px;
padding-block: 14px;
}

.site-logo {
display: flex;
align-items: center;
gap: 10px;
font-family: var(--vjlr-font-head);
font-weight: 800;
font-size: 1.15rem;
color: var(--vjlr-text-on-dark);
}
.site-logo img {
width: 36px;
height: 36px;
border-radius: var(--vjlr-radius);
}
.site-logo:hover { text-decoration: none; color: var(--vjlr-accent-light); }

.site-nav {
display: flex;
align-items: center;
gap: 4px;
list-style: none;
padding: 0;
margin: 0;
}
.site-nav a {
font-size: 0.9rem;
font-weight: 600;
color: rgba(240,235,255,0.8);
padding: 6px 12px;
border-radius: var(--vjlr-radius);
transition: background 0.15s, color 0.15s;
}
.site-nav a:hover {
background: rgba(163,144,240,0.15);
color: var(--vjlr-text-on-dark);
text-decoration: none;
}

.header-cta { flex-shrink: 0; }

.ukda {
display: none;
flex-direction: column;
gap: 5px;
background: none;
border: none;
cursor: pointer;
padding: 4px;
}
.ukda span {
display: block;
width: 24px;
height: 2px;
background: var(--vjlr-text-on-dark);
border-radius: 2px;
transition: all 0.2s;
}

.hero {
background: var(--vjlr-dark-band);
padding-block: 80px 60px;
overflow: hidden;
}

.hero-inner {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 56px;
align-items: center;
}

.hero-label {
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 20px;
flex-wrap: wrap;
}

.hero-byline {
font-size: 0.82rem;
color: rgba(163,144,240,0.85);
font-weight: 500;
}

.hero-date {
font-size: 0.82rem;
color: rgba(163,144,240,0.65);
}

.hero h1 {
color: var(--vjlr-white);
margin-bottom: 20px;
}

.hero-lead {
font-size: 1.1rem;
color: rgba(240,235,255,0.82);
margin-bottom: 32px;
max-width: 520px;
}

.hero-chips {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-bottom: 32px;
}

.chip {
display: inline-flex;
align-items: center;
gap: 6px;
background: rgba(163,144,240,0.12);
border: 1px solid rgba(163,144,240,0.25);
border-radius: 32px;
padding: 5px 14px;
font-size: 0.82rem;
font-weight: 600;
color: var(--vjlr-accent-light);
}

.hero-actions {
display: flex;
gap: 12px;
flex-wrap: wrap;
}

.hero-visual {
position: relative;
display: flex;
align-items: center;
justify-content: center;
}

.hero-bg-wrap {
position: absolute;
inset: -20px;
overflow: hidden;
border-radius: 8px;
opacity: 0.18;
}
.hero-bg-wrap img {
width: 100%;
height: 100%;
object-fit: cover;
}

.hero-pack-wrap {
position: relative;
z-index: 1;
width: min(340px, 100%);
aspect-ratio: 1;
border-radius: 8px;
overflow: hidden;
box-shadow: 0 20px 60px rgba(0,0,0,0.45);
}
.hero-pack-wrap img {
width: 100%;
height: 100%;
object-fit: cover;
}

.stat-band {
background: var(--vjlr-dark-band);
padding-block: 48px;
border-top: 1px solid rgba(163,144,240,0.12);
}

.stat-band-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 32px;
text-align: center;
}

.stat-item { }

.stat-number {
font-family: var(--vjlr-font-head);
font-size: clamp(2rem, 4vw, 3rem);
font-weight: 800;
color: var(--vjlr-accent-light);
line-height: 1;
margin-bottom: 8px;
}

.stat-label {
font-size: 0.85rem;
color: rgba(240,235,255,0.7);
font-weight: 500;
line-height: 1.4;
}

.ingredients-section { background: var(--vjlr-bg); }

.ingredients-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 48px;
align-items: start;
}

.ingredients-visual {
border-radius: 8px;
overflow: hidden;
box-shadow: var(--vjlr-shadow-card);
}
.ingredients-visual img {
width: 100%;
aspect-ratio: 4/3;
object-fit: cover;
}

.ingredients-content .section-label {
margin-bottom: 16px;
}
.ingredients-content h2 { margin-bottom: 20px; }
.ingredients-content p { color: var(--vjlr-text-muted); margin-bottom: 24px; }

.ingredient-cards {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 14px;
}

.ingredient-card {
background: var(--vjlr-bg-card);
border: 1px solid rgba(86,11,184,0.12);
border-radius: var(--vjlr-radius);
padding: 16px;
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
box-shadow: var(--vjlr-shadow-card);
}

.ingredient-card-icon {
font-size: 1.4rem;
margin-bottom: 8px;
}

.ingredient-card h4 {
font-size: 0.95rem;
margin-bottom: 4px;
color: var(--vjlr-accent);
}
.ingredient-card p {
font-size: 0.82rem;
color: var(--vjlr-text-muted);
margin: 0;
line-height: 1.45;
}

.efsa-note {
font-size: 0.78rem;
color: var(--vjlr-text-muted);
border-top: 1px solid rgba(86,11,184,0.10);
margin-top: 24px;
padding-top: 14px;
}

.how-section { background: var(--vjlr-accent-pale); }

.how-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 56px;
align-items: center;
}

.how-content h2 { margin-bottom: 12px; }
.how-content > p { color: var(--vjlr-text-muted); margin-bottom: 32px; }

.steps-list {
display: flex;
flex-direction: column;
gap: 24px;
}

.step-item {
display: flex;
gap: 18px;
align-items: flex-start;
}

.step-num {
flex-shrink: 0;
width: 40px;
height: 40px;
background: var(--vjlr-accent);
color: var(--vjlr-white);
font-family: var(--vjlr-font-head);
font-weight: 800;
font-size: 1rem;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin-top: 2px;
}

.step-body h4 { color: var(--vjlr-accent); margin-bottom: 4px; }
.step-body p { font-size: 0.9rem; color: var(--vjlr-text-muted); margin: 0; }

.how-visual {
border-radius: 8px;
overflow: hidden;
box-shadow: var(--vjlr-shadow-card);
}
.how-visual img {
width: 100%;
aspect-ratio: 4/3;
object-fit: cover;
}

.lifestyle-section { background: var(--vjlr-bg); }

.lifestyle-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 48px;
align-items: center;
}

.lifestyle-visual {
border-radius: 8px;
overflow: hidden;
box-shadow: var(--vjlr-shadow-card);
}
.lifestyle-visual img {
width: 100%;
aspect-ratio: 4/3;
object-fit: cover;
}

.lifestyle-tips {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 16px;
margin-top: 28px;
}

.tip-card {
background: var(--vjlr-bg-card);
border: 1px solid rgba(86,11,184,0.10);
border-radius: var(--vjlr-radius);
padding: 18px;
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
box-shadow: var(--vjlr-shadow-card);
}

.tip-icon { font-size: 1.3rem; margin-bottom: 8px; }
.tip-card h4 { font-size: 0.92rem; margin-bottom: 4px; color: var(--vjlr-accent); }
.tip-card p { font-size: 0.82rem; color: var(--vjlr-text-muted); margin: 0; }

.checklist-section { background: var(--vjlr-dark-band-2); }

.checklist-inner {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 56px;
align-items: start;
}

.checklist-intro h2 { margin-bottom: 16px; }
.checklist-intro p { color: rgba(240,235,255,0.75); }

.checklist-items {
display: flex;
flex-direction: column;
gap: 14px;
}

.checklist-item {
display: flex;
align-items: flex-start;
gap: 14px;
background: rgba(255,255,255,0.06);
border: 1px solid rgba(163,144,240,0.18);
border-radius: var(--vjlr-radius);
padding: 16px 18px;
backdrop-filter: blur(8px);
-webkit-backdrop-filter: blur(8px);
}

.check-icon {
flex-shrink: 0;
width: 24px;
height: 24px;
background: var(--vjlr-accent);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 0.7rem;
color: white;
margin-top: 2px;
}

.checklist-item p {
font-size: 0.88rem;
color: rgba(240,235,255,0.85);
margin: 0;
}

.scorecard-section { background: var(--vjlr-bg); }

.scorecard-wrap {
overflow-x: auto;
border-radius: var(--vjlr-radius);
box-shadow: var(--vjlr-shadow-card);
}

.scorecard-table {
width: 100%;
border-collapse: collapse;
font-size: 0.92rem;
background: var(--vjlr-white);
}

.scorecard-table thead th {
background: var(--vjlr-accent);
color: var(--vjlr-white);
font-family: var(--vjlr-font-head);
font-weight: 700;
padding: 14px 18px;
text-align: left;
}

.scorecard-table thead th:first-child { border-radius: 4px 0 0 0; }
.scorecard-table thead th:last-child { border-radius: 0 4px 0 0; }

.scorecard-table tbody tr:nth-child(even) { background: var(--vjlr-accent-pale); }

.scorecard-table tbody td {
padding: 12px 18px;
color: var(--vjlr-text);
border-bottom: 1px solid rgba(86,11,184,0.07);
vertical-align: middle;
}

.scorecard-table .score-good { color: #1a7a3e; font-weight: 700; }
.scorecard-table .score-na { color: var(--vjlr-text-muted); }

.sources-section { background: var(--vjlr-accent-pale); }

.sources-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
margin-top: 32px;
}

.source-card {
background: var(--vjlr-bg-card);
border: 1px solid rgba(86,11,184,0.12);
border-radius: var(--vjlr-radius);
padding: 20px;
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
box-shadow: var(--vjlr-shadow-card);
}

.source-tag {
font-size: 0.75rem;
font-weight: 700;
color: var(--vjlr-accent);
text-transform: uppercase;
letter-spacing: 0.06em;
margin-bottom: 8px;
}

.source-card h4 {
font-size: 0.9rem;
margin-bottom: 6px;
color: var(--vjlr-text);
}

.source-card p {
font-size: 0.8rem;
color: var(--vjlr-text-muted);
margin: 0;
}

.reviews-section { background: var(--vjlr-bg); }

.reviews-header {
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px;
margin-bottom: 40px;
flex-wrap: wrap;
}

.reviews-summary {
display: flex;
align-items: center;
gap: 16px;
}

.reviews-score {
font-family: var(--vjlr-font-head);
font-size: 3rem;
font-weight: 800;
color: var(--vjlr-accent);
line-height: 1;
}

.reviews-meta { }
.reviews-meta .stars { font-size: 1.2rem; margin-bottom: 4px; }
.reviews-meta p { font-size: 0.82rem; color: var(--vjlr-text-muted); margin: 0; }

.reviews-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
margin-bottom: 28px;
}

.review-card {
background: var(--vjlr-bg-card);
border: 1px solid rgba(86,11,184,0.10);
border-radius: var(--vjlr-radius);
padding: 22px;
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
box-shadow: var(--vjlr-shadow-card);
}

.review-stars { font-size: 0.95rem; margin-bottom: 10px; }

.review-text {
font-size: 0.88rem;
color: var(--vjlr-text-muted);
margin-bottom: 14px;
font-style: italic;
line-height: 1.55;
}

.review-author {
font-size: 0.8rem;
font-weight: 700;
color: var(--vjlr-text);
}
.review-author span {
font-weight: 400;
color: var(--vjlr-text-muted);
}

.reviews-disclaimer {
font-size: 0.78rem;
color: var(--vjlr-text-muted);
border-top: 1px solid rgba(86,11,184,0.10);
padding-top: 16px;
}

.order-section { background: var(--vjlr-dark-band); }

.order-inner {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 56px;
align-items: start;
}

.order-offer h2 { margin-bottom: 14px; }
.order-offer p { color: rgba(240,235,255,0.78); margin-bottom: 24px; }

.trust-chips {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-bottom: 28px;
}

.trust-chip {
display: inline-flex;
align-items: center;
gap: 6px;
background: rgba(163,144,240,0.12);
border: 1px solid rgba(163,144,240,0.22);
border-radius: 32px;
padding: 6px 14px;
font-size: 0.8rem;
font-weight: 600;
color: var(--vjlr-accent-light);
}

.price-display {
margin-bottom: 28px;
}
.price-was {
font-size: 0.9rem;
color: rgba(240,235,255,0.45);
text-decoration: line-through;
margin-bottom: 4px;
}
.price-now {
font-family: var(--vjlr-font-head);
font-size: 2.4rem;
font-weight: 800;
color: var(--vjlr-white);
line-height: 1;
}
.price-note {
font-size: 0.8rem;
color: rgba(240,235,255,0.55);
margin-top: 4px;
}

.order-pack-img {
width: min(280px, 100%);
aspect-ratio: 1;
border-radius: 8px;
overflow: hidden;
box-shadow: 0 16px 48px rgba(0,0,0,0.4);
margin-bottom: 20px;
}
.order-pack-img img {
width: 100%;
height: 100%;
object-fit: cover;
}

.order-form-wrap {
background: rgba(255,255,255,0.06);
border: 1px solid rgba(163,144,240,0.18);
border-radius: 8px;
padding: 32px;
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
}

.order-form-wrap h3 {
color: var(--vjlr-text-on-dark);
margin-bottom: 22px;
font-size: 1.25rem;
}

.form-group {
margin-bottom: 16px;
}

.form-group label {
display: block;
font-size: 0.85rem;
font-weight: 600;
color: rgba(240,235,255,0.75);
margin-bottom: 6px;
}

.form-group input,
.form-group select,
.form-group textarea {
width: 100%;
background: rgba(255,255,255,0.08);
border: 1px solid rgba(163,144,240,0.25);
border-radius: var(--vjlr-radius);
padding: 11px 14px;
font-family: var(--vjlr-font-body);
font-size: 0.92rem;
color: var(--vjlr-text-on-dark);
transition: border-color 0.15s;
}

.form-group input:focus,
.form-group select:focus {
outline: none;
border-color: var(--vjlr-accent-light);
background: rgba(255,255,255,0.12);
}

.form-group input::placeholder { color: rgba(240,235,255,0.35); }

.form-group-hidden { display: none; }

.form-consent {
display: flex;
align-items: flex-start;
gap: 10px;
margin-bottom: 20px;
}
.form-consent input[type="checkbox"] {
width: 16px;
height: 16px;
flex-shrink: 0;
margin-top: 2px;
accent-color: var(--vjlr-accent);
}
.form-consent label {
font-size: 0.78rem;
color: rgba(240,235,255,0.6);
line-height: 1.45;
}
.form-consent a { color: var(--vjlr-accent-light); }

.unwl .btn { width: 100%; justify-content: center; }

.faq-section { background: var(--vjlr-accent-pale); }

.faq-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 16px;
margin-top: 36px;
}

.ubrp {
background: var(--vjlr-bg-card);
border: 1px solid rgba(86,11,184,0.10);
border-radius: var(--vjlr-radius);
overflow: hidden;
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
box-shadow: var(--vjlr-shadow-card);
}

.ubdv {
width: 100%;
text-align: left;
background: none;
border: none;
padding: 18px 20px;
font-family: var(--vjlr-font-head);
font-weight: 600;
font-size: 0.93rem;
color: var(--vjlr-text);
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
gap: 12px;
line-height: 1.4;
}
.ubdv:hover { color: var(--vjlr-accent); }

.ubdv .faq-icon {
flex-shrink: 0;
width: 22px;
height: 22px;
border-radius: 50%;
background: var(--vjlr-accent-pale);
border: 1px solid rgba(86,11,184,0.15);
display: flex;
align-items: center;
justify-content: center;
font-size: 0.8rem;
color: var(--vjlr-accent);
font-weight: 700;
transition: transform 0.2s, background 0.2s;
}

.ubrp.is-open .faq-icon {
transform: rotate(45deg);
background: var(--vjlr-accent);
color: white;
}

.uqnh {
display: none;
padding: 0 20px 18px;
font-size: 0.88rem;
color: var(--vjlr-text-muted);
line-height: 1.6;
}
.ubrp.is-open .uqnh { display: block; }

.calc-section { background: var(--vjlr-bg); }

.ussn {
max-width: 580px;
margin: 36px auto 0;
background: var(--vjlr-bg-card);
border: 1px solid rgba(86,11,184,0.12);
border-radius: 8px;
padding: 36px;
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
box-shadow: var(--vjlr-shadow-card);
text-align: center;
}

.ussn h3 {
margin-bottom: 24px;
color: var(--vjlr-accent);
font-size: 1.2rem;
}

.calc-inputs {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 16px;
margin-bottom: 22px;
text-align: left;
}

.calc-inputs label {
display: block;
font-size: 0.82rem;
font-weight: 600;
color: var(--vjlr-text-muted);
margin-bottom: 6px;
}

.calc-inputs input,
.calc-inputs select {
width: 100%;
background: white;
border: 1px solid rgba(86,11,184,0.18);
border-radius: var(--vjlr-radius);
padding: 9px 12px;
font-family: var(--vjlr-font-body);
font-size: 0.9rem;
color: var(--vjlr-text);
}
.calc-inputs input:focus,
.calc-inputs select:focus { outline: none; border-color: var(--vjlr-accent); }

.calc-result {
background: var(--vjlr-accent-pale);
border: 1px solid rgba(86,11,184,0.15);
border-radius: var(--vjlr-radius);
padding: 18px;
margin-top: 18px;
font-size: 1rem;
color: var(--vjlr-text);
font-weight: 600;
min-height: 56px;
display: flex;
align-items: center;
justify-content: center;
}

.gallery-section { background: var(--vjlr-accent-pale); }

.gallery-mosaic {
display: grid;
grid-template-columns: 2fr 1fr 1fr;
grid-template-rows: auto auto;
gap: 12px;
margin-top: 32px;
}

.gallery-mosaic .gal-item {
border-radius: 8px;
overflow: hidden;
box-shadow: var(--vjlr-shadow-card);
}
.gallery-mosaic .gal-item img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}

.gal-item-tall { grid-row: span 2; }

.gal-item-tall img { aspect-ratio: 3/4; min-height: 280px; }
.gal-item:not(.gal-item-tall) img { aspect-ratio: 4/3; }

.site-footer {
background: var(--vjlr-dark-band);
color: rgba(240,235,255,0.7);
padding-block: 56px 32px;
}

.footer-grid {
display: grid;
grid-template-columns: 2fr 1fr 1fr 1fr;
gap: 40px;
margin-bottom: 40px;
}

.footer-brand .site-logo {
margin-bottom: 14px;
}

.footer-tagline {
font-size: 0.85rem;
color: rgba(240,235,255,0.55);
margin-bottom: 18px;
line-height: 1.5;
}

.footer-legal-note {
font-size: 0.75rem;
color: rgba(240,235,255,0.40);
line-height: 1.5;
}

.footer-col h4 {
font-family: var(--vjlr-font-head);
font-size: 0.85rem;
font-weight: 700;
color: rgba(240,235,255,0.9);
text-transform: uppercase;
letter-spacing: 0.06em;
margin-bottom: 14px;
}

.footer-col ul {
list-style: none;
padding: 0;
margin: 0;
}

.footer-col ul li {
margin-bottom: 8px;
}

.footer-col ul a {
font-size: 0.85rem;
color: rgba(240,235,255,0.55);
transition: color 0.15s;
}
.footer-col ul a:hover {
color: var(--vjlr-accent-light);
text-decoration: none;
}

.footer-contact p {
font-size: 0.82rem;
color: rgba(240,235,255,0.55);
margin-bottom: 6px;
}

.footer-bottom {
border-top: 1px solid rgba(163,144,240,0.12);
padding-top: 24px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
flex-wrap: wrap;
}

.footer-copy {
font-size: 0.8rem;
color: rgba(240,235,255,0.38);
}

.footer-reg {
font-size: 0.78rem;
color: rgba(240,235,255,0.32);
text-align: right;
}

.umiv {
position: fixed;
bottom: 0;
left: 0;
right: 0;
z-index: 9999;
background: var(--vjlr-dark-band);
border-top: 1px solid rgba(163,144,240,0.22);
padding: 18px 24px;
display: none;
box-shadow: 0 -4px 24px rgba(0,0,0,0.35);
}

.umiv.is-visible { display: block; }

.cookie-inner {
max-width: var(--vjlr-container);
margin-inline: auto;
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px;
flex-wrap: wrap;
}

.udvr {
font-size: 0.83rem;
color: rgba(240,235,255,0.75);
max-width: 680px;
}
.udvr a { color: var(--vjlr-accent-light); }

.ubaw {
display: flex;
gap: 10px;
flex-wrap: wrap;
flex-shrink: 0;
}

.ubaw .btn {
font-size: 0.82rem;
padding: 9px 18px;
}

.supplement-disclaimer {
background: rgba(86,11,184,0.06);
border: 1px solid rgba(86,11,184,0.12);
border-radius: var(--vjlr-radius);
padding: 14px 18px;
font-size: 0.78rem;
color: var(--vjlr-text-muted);
line-height: 1.55;
margin-top: 32px;
}

@media (max-width: 1024px) {
.hero-inner { grid-template-columns: 1fr; gap: 40px; }
.hero-visual { order: -1; }
.hero-pack-wrap { width: min(260px, 80%); }
.ingredients-grid { grid-template-columns: 1fr; }
.how-grid { grid-template-columns: 1fr; }
.lifestyle-grid { grid-template-columns: 1fr; }
.checklist-inner { grid-template-columns: 1fr; }
.order-inner { grid-template-columns: 1fr; }
.footer-grid { grid-template-columns: 1fr 1fr; }
.stat-band-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
.gallery-mosaic { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
.gal-item-tall { grid-row: span 1; }
.gal-item-tall img { aspect-ratio: 4/3; min-height: auto; }
}

@media (max-width: 768px) {
.section { padding-block: 48px; }
h1 { font-size: 1.8rem; }
h2 { font-size: 1.4rem; }
.site-nav { display: none; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: var(--vjlr-dark-band); border-top: 1px solid rgba(163,144,240,0.15); padding: 16px 24px; gap: 4px; }
.site-nav.is-open { display: flex; }
.ukda { display: flex; }
.header-cta { display: none; }
.hero { padding-block: 48px 40px; }
.reviews-grid { grid-template-columns: 1fr; }
.faq-grid { grid-template-columns: 1fr; }
.sources-grid { grid-template-columns: 1fr; }
.ingredient-cards { grid-template-columns: 1fr; }
.lifestyle-tips { grid-template-columns: 1fr; }
.footer-grid { grid-template-columns: 1fr; }
.footer-bottom { flex-direction: column; text-align: center; }
.footer-reg { text-align: center; }
.gallery-mosaic { grid-template-columns: 1fr; }
.calc-inputs { grid-template-columns: 1fr; }
.stat-band-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
.hero-actions { flex-direction: column; }
.hero-actions .btn { width: 100%; }
.stat-band-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
.trust-chips { gap: 8px; }
.price-now { font-size: 2rem; }
}

/* brand-guard-css-v3 — авто-страховка cookie-баннера и контраста (приложение) */
.umiv{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}
.umiv.is-visible,.cookie-banner--visible,.umiv.show,.umiv.active{transform:none !important}
.umiv a{color:inherit;text-decoration:underline}
.umiv button{cursor:pointer}
.ugbz{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}
.ugbz.is-visible,.cookie-modal--visible,.ugbz.show,.ugbz.active{display:flex !important}
.ummp,.ugbz>div{background:#fff;color:#1a1a1a;max-width:480px;width:100%;border-radius:12px;padding:1.25rem;max-height:85vh;overflow:auto}
.reveal.is-visible,.reveal.is-in,.reveal.in-view,.reveal.visible,.reveal.show,.reveal.active{opacity:1 !important;transform:none !important}
.uapl .urln,.uapl .ussn,.uapl .ufau,.uapl .ulmq,.uuxj .urln,.uuxj .ussn,.uuxj .ufau,.uuxj .ulmq{background:#fff !important;color:#1a1a1a !important}
.urln,.ussn{color:#1a1a1a !important}
.urln label,.ussn label,.urln p,.ussn p,.urln .uxul,.urln span,.ussn span,.uggu,.uanq,.ufau .uwhj,.ufau .uwhj *{color:#1a1a1a !important}
.uggu,.uanq{background:#f3f4f2 !important;border-color:rgba(0,0,0,.12) !important}
.urln .uuvr{color:#1a1a1a !important}
.urln .uuvr.is-sel{color:#fff !important}
.unwl .uzoq{display:none}
.unwl .uzoq.is-visible{display:block !important;color:#c0392b}
.unwl .udtf,.unwl [name="website"]{position:absolute !important;left:-9999px !important;width:1px;height:1px;overflow:hidden}
.unwl{color:#1a1a1a}
.uapl .unwl,.uuxj .unwl{background:#fff !important;color:#1a1a1a !important}
.product-pack svg{width:100%;height:auto;display:block}
.urlo{position:relative !important;aspect-ratio:1/1;overflow:hidden}
.urlo img{width:100%;height:100%;object-fit:cover}
.umie,.uaea{position:absolute !important;inset:0;z-index:0 !important;overflow:hidden;pointer-events:none}
.umie img,.uaea img{width:100%;height:100%;object-fit:cover;display:block}
.umie img{opacity:.28}
.uaea img{opacity:.07}
*:has(> .umie),*:has(> .uaea){position:relative}
.uahi{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)}
.uahi .usci{display:block;font-weight:700;text-transform:uppercase;letter-spacing:.05em;line-height:1.05}
.uahi .uqxc{display:block;font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;margin-top:.45rem;opacity:.72}
.utpt{margin:1.4rem auto;max-width:920px}
.utpt img{width:100%;height:auto;display:block;border-radius:14px;box-shadow:0 10px 34px rgba(0,0,0,.12)}
.uloa{padding:3rem 0}
.umdw{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1rem;width:92%;max-width:1200px;margin-inline:auto}
.umdw img{width:100%;height:100%;aspect-ratio:4/3;object-fit:cover;display:block;border-radius:12px}
.ulmq{position:relative;width:100% !important;max-width:860px;margin-inline:auto;overflow:hidden}
.umhb{display:flex;overflow:hidden;gap:0 !important}
.ujpz{min-width:100%;flex:0 0 100%;box-sizing:border-box;padding:1.2rem 3.2rem;margin:0 !important}
.urcd{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}
.uufl{left:.5rem}.uyvn{right:.5rem}
.ufau .uwhj{display:none}.ufau .uwhj.is-active{display:block}
.urln .uwiu{display:block !important}
.urln .ugbj{display:flex;flex-wrap:wrap;gap:.5rem}
.urln .uuvr{cursor:pointer}
