/* Go Sublime — estilos del sitio público */
*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--font-body); color: var(--ink); background: var(--cream); line-height: 1.55; font-size: 16px; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; }
h1, h2, h3, h4 { font-family: var(--font-display); color: var(--navy); margin: 0 0 .5em; line-height: 1.15; font-weight: 600; }
h1 { font-size: clamp(2.2rem, 5vw, 4rem); }
h2 { font-size: clamp(1.8rem, 3.5vw, 2.6rem); }
h3 { font-size: 1.35rem; }
p { margin: 0 0 1em; }
.script { font-family: var(--font-script); font-weight: 400; color: var(--pink); }
.container { max-width: var(--container); margin: 0 auto; padding-inline: 20px; }
.section { padding-block: clamp(56px, 8vw, 96px); }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 40px; }
.section-head .eyebrow { display: inline-block; font-size: .78rem; letter-spacing: .18em; text-transform: uppercase; font-weight: 700; color: var(--pink); margin-bottom: 10px; }
.section-head p { color: var(--muted); font-size: 1.05rem; }
.muted { color: var(--muted); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

/* Botones */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 26px; border-radius: 999px; font-weight: 700; font-size: .95rem; border: 2px solid transparent; cursor: pointer; transition: transform .15s, box-shadow .15s, background .15s; white-space: nowrap; }
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--pink); color: #fff; box-shadow: 0 8px 20px rgba(232, 93, 141, .35); }
.btn-primary:hover { background: var(--pink-2); }
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { background: var(--navy-2); }
.btn-outline { border-color: var(--navy); color: var(--navy); background: transparent; }
.btn-outline:hover { background: var(--navy); color: #fff; }
.btn-ghost { background: rgba(255,255,255,.7); color: var(--navy); border-color: var(--line); }
.btn-ghost:hover { background: #fff; }
.btn-sm { padding: 9px 16px; font-size: .85rem; }
.btn-lg { padding: 18px 34px; font-size: 1.05rem; }
.btn-block { width: 100%; }
.btn[disabled] { opacity: .6; cursor: wait; }
.btn-wa { background: #25d366; color: #fff; }

/* Header */
.topbar { background: var(--navy); color: #fff; font-size: .8rem; text-align: center; padding: 7px 12px; letter-spacing: .04em; }
.topbar b { color: var(--yellow); }
.header { position: sticky; top: 0; z-index: 50; background: rgba(247, 241, 232, .92); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.header .container { display: flex; align-items: center; gap: 24px; height: 76px; }
.logo { display: flex; align-items: center; gap: 10px; }
.logo img { height: 58px; width: auto; display: block; }
.nav { display: flex; gap: 26px; margin-left: auto; font-weight: 600; font-size: .92rem; }
.nav a { color: var(--navy); padding: 6px 0; border-bottom: 2px solid transparent; }
.nav a:hover, .nav a.active { border-color: var(--pink); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.cart-link { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 50%; background: #fff; box-shadow: var(--shadow-sm); color: var(--navy); }
.cart-link .count { position: absolute; top: -4px; right: -4px; min-width: 20px; height: 20px; padding: 0 5px; border-radius: 10px; background: var(--pink); color: #fff; font-size: .72rem; font-weight: 700; display: flex; align-items: center; justify-content: center; }
.burger { display: none; background: none; border: 0; width: 42px; height: 42px; cursor: pointer; color: var(--navy); }
@media (max-width: 900px) {
    .logo img { height: 46px; }
    .nav { display: none; position: absolute; top: 76px; left: 0; right: 0; background: var(--cream); flex-direction: column; gap: 0; padding: 10px 20px 20px; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
    .nav.open { display: flex; }
    .nav a { padding: 12px 0; border-bottom: 1px solid var(--line); }
    .burger { display: inline-flex; align-items: center; justify-content: center; }
    .header .btn-header { display: none; }
}

/* Flash */
.flash-wrap { position: fixed; top: 90px; right: 20px; z-index: 100; display: flex; flex-direction: column; gap: 8px; max-width: min(360px, calc(100vw - 40px)); }
.flash, .toast { padding: 12px 16px; border-radius: var(--radius-sm); background: var(--navy); color: #fff; font-size: .9rem; box-shadow: var(--shadow); }
.flash-success, .toast-success { background: var(--success); }
.flash-error, .toast-error { background: var(--danger); }
.toast { position: fixed; bottom: 24px; left: 50%; transform: translate(-50%, 20px); opacity: 0; transition: .25s; z-index: 200; max-width: calc(100vw - 40px); }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

/* Hero */
.hero { position: relative; overflow: hidden; background: radial-gradient(1200px 600px at 80% -10%, var(--pink-soft) 0%, transparent 60%), radial-gradient(800px 500px at -10% 80%, var(--sky-soft) 0%, transparent 60%), var(--cream); }
.hero .container { display: grid; grid-template-columns: 1.05fr 1fr; gap: 40px; align-items: center; min-height: 640px; padding-block: 40px; }
.hero-copy { position: relative; z-index: 1; }
.hero-copy .eyebrow { display: inline-flex; align-items: center; gap: 8px; background: #fff; border-radius: 999px; padding: 6px 14px; font-size: .8rem; font-weight: 700; color: var(--navy); box-shadow: var(--shadow-sm); margin-bottom: 20px; }
.hero-copy .eyebrow i { width: 8px; height: 8px; border-radius: 50%; background: var(--pink); }
.hero-copy h1 { margin-bottom: 18px; }
.hero-copy h1 .script { font-size: 1.25em; display: block; line-height: 1; margin-top: 4px; }
.hero-copy p.lead { font-size: 1.15rem; color: var(--muted); max-width: 520px; margin-bottom: 28px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-trust { display: flex; gap: 22px; flex-wrap: wrap; margin-top: 30px; font-size: .85rem; font-weight: 600; color: var(--navy); }
.hero-trust span { display: inline-flex; align-items: center; gap: 8px; }
.hero-trust svg { width: 18px; height: 18px; color: var(--pink); }
.hero-viewer { position: relative; aspect-ratio: 1 / 1.05; max-width: 100%; border-radius: 28px; overflow: hidden; background: #f3ece2; box-shadow: var(--shadow); }
.hero-viewer canvas { width: 100% !important; height: 100% !important; }
.hero-viewer .tag { position: absolute; background: #fff; padding: 10px 14px; border-radius: 14px; box-shadow: var(--shadow-sm); font-size: .82rem; font-weight: 700; color: var(--navy); display: flex; align-items: center; gap: 8px; pointer-events: none; }
.hero-viewer .tag.t1 { top: 18px; left: 18px; }
.hero-viewer .tag.t2 { bottom: 18px; right: 18px; }
.hero-viewer .tag em { font-style: normal; color: var(--pink); }
.hero-viewer .hint { position: absolute; bottom: 18px; left: 18px; font-size: .78rem; color: var(--muted); background: rgba(255,255,255,.8); padding: 6px 10px; border-radius: 8px; pointer-events: none; }
.blob { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .9; pointer-events: none; }
@media (max-width: 900px) {
    .hero .container { grid-template-columns: 1fr; min-height: 0; }
    .hero-viewer { aspect-ratio: 1 / 1; }
}

/* Marquee */
.marquee { background: var(--navy); color: #fff; overflow: hidden; padding: 12px 0; font-weight: 700; font-size: .85rem; letter-spacing: .12em; text-transform: uppercase; }
.marquee-track { display: flex; gap: 48px; width: max-content; animation: marquee 30s linear infinite; }
.marquee-track span { display: inline-flex; align-items: center; gap: 14px; }
.marquee-track i { width: 6px; height: 6px; border-radius: 50%; background: var(--yellow); }
@keyframes marquee { to { transform: translateX(-50%); } }

/* Pasos */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.step { background: var(--paper); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-sm); position: relative; }
.step .num { font-family: var(--font-display); font-size: 3rem; color: var(--pink-soft); position: absolute; top: 12px; right: 20px; line-height: 1; }
.step .icon { width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; margin-bottom: 16px; background: var(--sky-soft); color: var(--navy); }
.step:nth-child(2) .icon { background: var(--yellow-soft); }
.step:nth-child(3) .icon { background: var(--pink-soft); }
.step .icon svg { width: 26px; height: 26px; }
.step p { color: var(--muted); margin: 0; font-size: .95rem; }
@media (max-width: 800px) { .steps { grid-template-columns: 1fr; } }

/* Grid productos */
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
@media (max-width: 1000px) { .product-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 700px) { .product-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; } }
.product-card { background: var(--paper); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .2s, box-shadow .2s; display: flex; flex-direction: column; }
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.product-card .media { aspect-ratio: 1; background: linear-gradient(160deg, var(--cream-2), #fff); display: grid; place-items: center; padding: 14px; position: relative; }
.product-card .media img { max-height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.product-card .media .pill { position: absolute; top: 12px; left: 12px; background: var(--navy); color: #fff; font-size: .7rem; font-weight: 700; padding: 5px 10px; border-radius: 999px; letter-spacing: .06em; }
.product-card .media .pill.threed { background: var(--pink); }
.product-card .body { padding: 16px 18px 18px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.product-card h3 { font-size: 1.1rem; margin: 0; }
.product-card .tag { font-size: .82rem; color: var(--muted); }
.product-card .price { margin-top: auto; display: flex; align-items: baseline; gap: 6px; font-weight: 700; color: var(--navy); }
.product-card .price small { font-weight: 500; color: var(--muted); }
.product-card .btn { margin-top: 10px; }

/* Categorías */
.cat-grid { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.cat-chip { display: inline-flex; align-items: center; gap: 8px; padding: 10px 18px; border-radius: 999px; background: #fff; border: 1px solid var(--line); font-weight: 600; font-size: .9rem; color: var(--navy); }
.cat-chip:hover, .cat-chip.active { background: var(--navy); color: #fff; border-color: var(--navy); }

/* Empresas */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.split .art { border-radius: 28px; overflow: hidden; background: var(--navy); color: #fff; padding: 40px; min-height: 380px; position: relative; }
.split .art h3 { color: #fff; font-size: 2rem; }
.split .art .script { color: var(--yellow); }
.split .art ul { list-style: none; padding: 0; margin: 20px 0; display: grid; gap: 10px; }
.split .art li { display: flex; gap: 10px; align-items: center; }
.split .art li::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--pink); flex: none; }
@media (max-width: 900px) { .split { grid-template-columns: 1fr; } }

/* Galería */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.gallery a, .gallery div { aspect-ratio: 1; border-radius: 14px; overflow: hidden; background: var(--cream-2); }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.gallery a:hover img { transform: scale(1.05); }
.gallery .ph { display: grid; place-items: center; color: var(--muted); font-size: .8rem; text-align: center; padding: 10px; background: linear-gradient(135deg, var(--pink-soft), var(--sky-soft)); }
@media (max-width: 700px) { .gallery { grid-template-columns: repeat(2, 1fr); } }

/* Testimonios */
.testis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.testi { background: #fff; border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow-sm); }
.testi .stars { color: var(--yellow); letter-spacing: 2px; margin-bottom: 10px; }
.testi p { font-size: .98rem; margin-bottom: 14px; }
.testi b { color: var(--navy); }
@media (max-width: 800px) { .testis { grid-template-columns: 1fr; } }

/* FAQ */
.faq { max-width: 800px; margin: 0 auto; }
.faq details { background: #fff; border-radius: var(--radius-sm); padding: 16px 20px; margin-bottom: 10px; box-shadow: var(--shadow-sm); }
.faq summary { cursor: pointer; font-weight: 700; color: var(--navy); list-style: none; display: flex; justify-content: space-between; align-items: center; }
.faq summary::after { content: '+'; font-size: 1.3rem; color: var(--pink); }
.faq details[open] summary::after { content: '–'; }
.faq details p { margin: 12px 0 0; color: var(--muted); }

/* CTA */
.cta { background: linear-gradient(120deg, var(--pink) 0%, #f08fb0 60%, var(--yellow) 130%); color: #fff; border-radius: 28px; padding: clamp(36px, 6vw, 64px); text-align: center; position: relative; overflow: hidden; }
.cta h2 { color: #fff; }
.cta p { max-width: 560px; margin: 0 auto 24px; opacity: .95; }
.cta .btn-primary { background: var(--navy); box-shadow: none; }

/* Footer */
.footer { background: var(--navy); color: #cfd6ee; padding: 56px 0 24px; margin-top: 40px; }
.footer .cols { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; }
.footer h4 { color: #fff; font-family: var(--font-body); font-size: .9rem; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 14px; }
.footer a:hover { color: #fff; }
.footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; font-size: .92rem; }
.footer .logo img { height: 70px; }
.footer .bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 36px; padding-top: 18px; font-size: .8rem; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; }
@media (max-width: 800px) { .footer .cols { grid-template-columns: 1fr 1fr; } }
@media (max-width: 500px) { .footer .cols { grid-template-columns: 1fr; } }

/* WhatsApp flotante */
.wa-float { position: fixed; right: 18px; bottom: 18px; z-index: 60; width: 56px; height: 56px; border-radius: 50%; background: #25d366; color: #fff; display: grid; place-items: center; box-shadow: 0 10px 24px rgba(37, 211, 102, .4); }
.wa-float svg { width: 30px; height: 30px; }

/* Páginas internas */
.page-head { padding: 40px 0 10px; }
.page-head h1 { font-size: clamp(2rem, 4vw, 3rem); }
.breadcrumb { font-size: .82rem; color: var(--muted); margin-bottom: 8px; }
.breadcrumb a:hover { color: var(--pink); }
.card { background: var(--paper); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow-sm); }
.prose { max-width: 760px; }
.prose h2 { font-size: 1.5rem; margin-top: 1.5em; }

/* Formularios */
.field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; }
.field label { font-size: .85rem; font-weight: 600; color: var(--navy); }
.input, select.input, textarea.input { width: 100%; padding: 12px 14px; border: 1.5px solid var(--line); border-radius: var(--radius-sm); background: #fff; font: inherit; color: var(--ink); }
.input:focus { outline: none; border-color: var(--pink); box-shadow: 0 0 0 3px var(--pink-soft); }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }
@media (max-width: 600px) { .grid-2 { grid-template-columns: 1fr; } }
.radio-card { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border: 1.5px solid var(--line); border-radius: var(--radius-sm); background: #fff; cursor: pointer; margin-bottom: 10px; }
.radio-card:has(input:checked) { border-color: var(--pink); box-shadow: 0 0 0 3px var(--pink-soft); }
.radio-card input { margin-top: 4px; accent-color: var(--pink); }
.radio-card b { display: block; color: var(--navy); }
.radio-card small { color: var(--muted); }

/* Carrito / checkout */
.cart-layout { display: grid; grid-template-columns: 1.6fr 1fr; gap: 28px; align-items: start; }
@media (max-width: 900px) { .cart-layout { grid-template-columns: 1fr; } }
.cart-item { display: grid; grid-template-columns: 96px 1fr auto; gap: 16px; align-items: center; padding: 16px 0; border-bottom: 1px solid var(--line); }
.cart-item img { width: 96px; height: 96px; object-fit: cover; border-radius: 12px; background: var(--cream-2); }
.cart-item .name { font-weight: 700; color: var(--navy); }
.cart-item .meta { font-size: .85rem; color: var(--muted); }
.cart-item .qty { display: inline-flex; align-items: center; border: 1.5px solid var(--line); border-radius: 999px; overflow: hidden; }
.cart-item .qty input { width: 48px; text-align: center; border: 0; font: inherit; padding: 6px 0; }
.cart-item .qty button { border: 0; background: #fff; width: 32px; height: 34px; cursor: pointer; font-size: 1.1rem; color: var(--navy); }
.cart-item .line-total { font-weight: 700; color: var(--navy); text-align: right; }
.cart-item .remove { background: none; border: 0; color: var(--muted); cursor: pointer; font-size: .8rem; text-decoration: underline; padding: 0; }
@media (max-width: 600px) { .cart-item { grid-template-columns: 72px 1fr; } .cart-item .line-total { grid-column: 2; text-align: left; } .cart-item img { width: 72px; height: 72px; } }
.summary { position: sticky; top: 90px; }
.summary .row { display: flex; justify-content: space-between; padding: 8px 0; font-size: .95rem; }
.summary .row.total { border-top: 2px solid var(--line); margin-top: 8px; padding-top: 14px; font-size: 1.2rem; font-weight: 700; color: var(--navy); }
.summary .free-ship { font-size: .8rem; color: var(--success); font-weight: 600; }
.badge { display: inline-block; padding: 3px 10px; border-radius: 999px; font-size: .75rem; font-weight: 700; background: var(--cream-2); color: var(--navy); }
.badge-paid, .badge-delivered { background: #d9f2e4; color: var(--success); }
.badge-pending_payment { background: var(--yellow-soft); color: #8a6100; }
.badge-in_production { background: var(--sky-soft); color: var(--navy); }
.badge-shipped { background: var(--pink-soft); color: var(--pink-2); }
.badge-cancelled { background: #fbdada; color: var(--danger); }
.timeline { display: flex; gap: 0; margin: 20px 0; counter-reset: st; }
.timeline div { flex: 1; text-align: center; font-size: .78rem; color: var(--muted); position: relative; padding-top: 26px; }
.timeline div::before { content: ''; width: 16px; height: 16px; border-radius: 50%; background: var(--line); position: absolute; top: 0; left: 50%; transform: translateX(-50%); }
.timeline div::after { content: ''; position: absolute; top: 7px; left: 50%; right: -50%; height: 2px; background: var(--line); z-index: -1; }
.timeline div:last-child::after { display: none; }
.timeline div.done { color: var(--navy); font-weight: 700; }
.timeline div.done::before { background: var(--pink); }
.bank-box { background: var(--yellow-soft); border-radius: var(--radius-sm); padding: 18px; }
.bank-box dl { display: grid; grid-template-columns: auto 1fr; gap: 6px 14px; margin: 10px 0 0; font-size: .92rem; }
.bank-box dt { font-weight: 700; color: var(--navy); }
.bank-box dd { margin: 0; }
.empty { text-align: center; padding: 60px 20px; color: var(--muted); }
.empty svg { width: 64px; height: 64px; margin: 0 auto 14px; color: var(--cream-3); }

/* Seguridad anti-desborde horizontal */
html, body { overflow-x: clip; }

/* ===================== Móvil y tablet: ajustes finos ===================== */
@media (max-width: 1000px) {
    .topbar { font-size: .72rem; padding: 6px 10px; }
    .section { padding-block: 44px; }
    .section-head { margin-bottom: 26px; }
    h1 { font-size: clamp(2rem, 9vw, 2.6rem); }
    .hero .container { padding-block: 28px 20px; gap: 24px; }
    .hero-copy p.lead { font-size: 1.02rem; }
    .hero-actions .btn { flex: 1 1 auto; justify-content: center; }
    .hero-trust { gap: 10px 16px; font-size: .8rem; }
    .btn-lg { padding: 15px 24px; font-size: 1rem; }
    .btn, .btn-sm { min-height: 44px; }
    .cat-chip { min-height: 40px; }
    .product-card .body { padding: 12px 12px 14px; }
    .product-card h3 { font-size: .98rem; }
    .product-card .btn { min-height: 40px; padding: 8px 12px; font-size: .8rem; }
    .split .art { padding: 26px 22px; min-height: 0; }
    .split .art h3 { font-size: 1.6rem; }
    .cta { padding: 34px 22px; }
    .wa-float { width: 52px; height: 52px; right: 14px; bottom: 14px; }
    /* Footer compacto */
    .footer { padding: 36px 0 18px; }
    .footer .cols { grid-template-columns: 1fr 1fr; gap: 22px 16px; }
    .footer .cols > div:first-child { grid-column: 1 / -1; }
    .footer .logo img { height: 56px; }
    .footer ul { gap: 6px; font-size: .88rem; }
    .footer .bottom { flex-direction: column; align-items: flex-start; }
    /* Carrito / checkout */
    .cart-item .qty { height: 44px; }
    .cart-item .qty button { width: 40px; height: 42px; }
    .cart-item .qty input { height: 42px; font-size: 1rem; }
    .cart-item .remove { min-height: 44px; display: inline-flex; align-items: center; padding: 0 6px; font-size: .85rem; }
    .summary { position: static; }
    .radio-card { padding: 12px 14px; }
    .radio-card input { width: 20px; height: 20px; }
    .input, select.input { min-height: 46px; font-size: 16px; } /* evita zoom automático en iOS */
    .bank-box dl { grid-template-columns: 1fr; gap: 2px; }
    .bank-box dt { margin-top: 8px; }
    .timeline div { font-size: .68rem; }
    .flash-wrap { left: 12px; right: 12px; max-width: none; top: 84px; }
}
.break-all { word-break: break-all; overflow-wrap: anywhere; }

.steps-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
@media (max-width: 480px) { .steps-3 { grid-template-columns: 1fr; } }

.radio-card.inactive { opacity: .55; cursor: not-allowed; }

/* Consentimientos y legal */
.consent { margin-top: 14px; display: grid; gap: 10px; }
.consent .check { display: flex; gap: 10px; align-items: flex-start; font-size: .82rem; line-height: 1.4; color: var(--ink); cursor: pointer; }
.consent .check input { width: 20px; height: 20px; flex: none; margin-top: 1px; accent-color: var(--pink); }
.consent .check a { color: var(--pink-2); font-weight: 600; text-decoration: underline; }
.legal { max-width: 820px; margin: 0 auto; padding: 10px 0 60px; }
.legal h2 { font-size: 1.35rem; margin-top: 2em; }
.legal h3 { font-size: 1.05rem; margin-top: 1.4em; }
.legal p, .legal li { color: var(--ink); font-size: .95rem; }
.legal ul { padding-left: 1.2em; }
.legal .meta { font-size: .82rem; color: var(--muted); }
.cookie-bar { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 90; background: var(--navy); color: #fff; border-radius: 14px; padding: 14px 18px; display: flex; gap: 14px; align-items: center; flex-wrap: wrap; box-shadow: var(--shadow); font-size: .85rem; max-width: 720px; margin: 0 auto; }
.cookie-bar a { color: var(--yellow); text-decoration: underline; }
.cookie-bar .btn { min-height: 38px; padding: 8px 16px; }
