:root {
    --navy: #2f6a40;
    --blue: #3d8a53;
    --sky: #e7f6eb;
    --bg: #f6faf7;
    --card: #ffffff;
    --text: #1f2937;
    --muted: #64748b;
    --accent: #f59e0b;
    --link: #2b8a4b;
    --border: #dbe8dd;
    --radius: 16px;
    --shadow-soft: 0 8px 24px rgba(12, 44, 24, 0.07);
    --shadow-card: 0 14px 40px rgba(18, 56, 30, 0.09);
    --focus: 0 0 0 3px rgba(45, 138, 75, 0.26);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    margin: 0;
    font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
    color: var(--text);
    background: var(--bg);
    line-height: 1.55;
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

img,
svg {
    display: block;
    max-width: 100%;
}

.container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.section {
    padding: 90px 0;
}

.topbar {
    background: var(--navy);
    color: #e5f6ea;
    font-size: 0.86rem;
}

.topbar-inner {
    min-height: 38px;
    display: flex;
    align-items: center;
}

.header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(246, 250, 247, 0.95);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid #dbe8dd;
}

.header-inner {
    min-height: 78px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 22px;
}

.logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--blue);
}

.logo strong {
    font-size: 1.2rem;
    letter-spacing: 0.2px;
}

.logo-mark {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    color: var(--blue);
    background: #e8f6ec;
}

.logo-mark svg {
    width: 20px;
    height: 20px;
}

.nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
}

.nav a {
    color: #2f6a40;
    font-weight: 600;
    font-size: 0.95rem;
}

.nav a:hover {
    color: #1d6b39;
}

.menu-toggle {
    display: none;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    border: 1px solid var(--border);
    background: #fff;
    color: var(--blue);
}

.menu-toggle svg {
    width: 22px;
    height: 22px;
    margin: 0 auto;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    height: 46px;
    padding: 0 24px;
    font-weight: 700;
    border: 1px solid transparent;
    transition: all .2s ease;
    white-space: nowrap;
}

.btn:focus-visible,
a:focus-visible,
.menu-toggle:focus-visible {
    outline: none;
    box-shadow: var(--focus);
}

.btn-acceso {
    background: #f59e0b;
    color: #fff;
    box-shadow: 0 8px 18px rgba(245, 158, 11, 0.24);
}

.btn-acceso:hover {
    transform: translateY(-1px);
    filter: brightness(1.04);
}

.hero {
    background: linear-gradient(160deg, #2f6a40 0%, #3d8a53 100%);
    color: #fff;
    padding-top: 84px;
    padding-bottom: 92px;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 38px;
    align-items: center;
}

.kicker {
    display: inline-flex;
    margin: 0 0 14px;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #d7efdd;
}

.hero h1 {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.08;
    letter-spacing: -0.02em;
    max-width: 14ch;
}

.hero .lead {
    margin: 18px 0 0;
    color: #e8f7ed;
    max-width: 56ch;
    font-size: 1.05rem;
}

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

.btn-primary {
    background: #effaf2;
    color: #246b3f;
    border-color: #cde8d4;
}

.btn-primary:hover {
    background: #fff;
}

.btn-ghost {
    color: #ecf7ef;
    border-color: rgba(236, 247, 239, 0.44);
    background: rgba(255, 255, 255, 0.04);
}

.btn-ghost:hover {
    background: rgba(255, 255, 255, 0.1);
}

.hero-media .frame {
    border: 2px solid #9fd0ae;
    border-radius: 24px;
    padding: 14px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 24px 40px rgba(6, 30, 49, 0.25);
}

.hero-art {
    border-radius: 16px;
}

h2 {
    margin: 0;
    font-size: clamp(1.65rem, 3vw, 2.45rem);
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.section-lead {
    margin: 14px 0 0;
    color: var(--muted);
    max-width: 64ch;
}

.light-pattern {
    background:
        linear-gradient(#ffffff, #ffffff) padding-box,
        repeating-linear-gradient(45deg, rgba(61, 138, 83, 0.05) 0 8px, transparent 8px 16px) border-box;
    border-top: 1px solid #e3efe6;
    border-bottom: 1px solid #e3efe6;
}

.split-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 34px;
    align-items: start;
}

.check-list {
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
}

.check-list li {
    position: relative;
    padding-left: 34px;
    font-weight: 600;
    color: #24503a;
}

.check-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 20px;
    height: 20px;
    border-radius: 999px;
    background: #eef9f1;
    border: 1px solid #cde8d4;
}

.check-list li::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 11px;
    width: 8px;
    height: 4px;
    border-left: 2px solid #2f6a40;
    border-bottom: 2px solid #2f6a40;
    transform: rotate(-45deg);
}

.faq-col h3 {
    margin: 0 0 14px;
    font-size: 1.28rem;
}

.card {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    box-shadow: var(--shadow-soft);
}

.service-card {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 12px;
    align-items: start;
    padding: 14px;
    margin-bottom: 10px;
}

.service-card:hover {
    border-color: #bfd6c4;
}

.service-card .icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: #eef9f1;
    color: #2f6a40;
}

.service-card .icon svg {
    width: 22px;
    height: 22px;
}

.service-card strong {
    display: block;
    color: #2a5f43;
}

.service-card p {
    margin: 4px 0 0;
    color: var(--muted);
    font-size: 0.92rem;
}

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

.dot-list {
    margin: 18px 0 30px;
    padding-left: 20px;
    color: #2a5a40;
}

.dot-list li {
    margin-bottom: 10px;
}

.circle-panel {
    display: grid;
    place-items: center;
}

.circle {
    width: min(440px, 100%);
    aspect-ratio: 1 / 1;
    border-radius: 999px;
    background: radial-gradient(circle at 30% 28%, #f2fff5, #e2f4e6);
    border: 1px solid #d0e5d5;
    box-shadow: var(--shadow-card);
    padding: 28px;
}

.band {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 32px;
}

.band p {
    margin: 10px 0 0;
    color: var(--muted);
}

.footer {
    background: #2f6a40;
    color: #d8f0df;
    margin-top: 24px;
}

.footer-top {
    padding: 64px 0 40px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr)) 1.2fr;
    gap: 30px;
}

.footer-col h4 {
    margin: 0 0 14px;
    color: #fff;
    font-size: 1rem;
}

.footer-col a {
    display: block;
    color: #d0ead8;
    margin-bottom: 9px;
    font-size: 0.94rem;
}

.footer-col a:hover {
    color: #fff;
}

.footer-brand p {
    margin: 12px 0 14px;
    color: #d1ecda;
    max-width: 30ch;
}

.logo-light {
    color: #e7f3ea;
}

.logo-light .logo-mark {
    background: rgba(231, 243, 234, 0.14);
    color: #e7f3ea;
}

.badges {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    border-radius: 999px;
    border: 1px solid rgba(231, 243, 234, 0.28);
    color: #e7f3ea;
    font-size: 0.84rem;
}

.badge svg {
    width: 14px;
    height: 14px;
}

.footer-bottom {
    border-top: 1px solid rgba(206, 225, 213, 0.2);
    min-height: 62px;
    display: flex;
    align-items: center;
    color: #c6e2d0;
    font-size: 0.88rem;
}

body.no-scroll {
    overflow: hidden;
}

.offcanvas-overlay {
    position: fixed;
    inset: 0;
    background: rgba(6, 23, 38, 0.46);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 210;
}

.offcanvas-overlay.open {
    opacity: 1;
    pointer-events: auto;
}

.offcanvas {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    width: min(420px, 100vw);
    background: linear-gradient(135deg, #2f6a40, #3d8a53);
    color: #fff;
    box-shadow: -14px 0 28px rgba(5, 23, 37, 0.24);
    transform: translateX(100%);
    transition: transform 0.4s ease;
    z-index: 220;
    display: flex;
    flex-direction: column;
}

.offcanvas.open {
    transform: translateX(0);
}

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px 10px;
}

.offcanvas-header h3 {
    margin: 0;
    font-size: 1.1rem;
}

.offcanvas-close {
    width: 38px;
    height: 38px;
    border: 1px solid rgba(217, 238, 248, 0.38);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    display: grid;
    place-items: center;
    cursor: pointer;
}

.offcanvas-close svg {
    width: 18px;
    height: 18px;
}

.offcanvas-body {
    padding: 10px 20px 24px;
    overflow-y: auto;
}

.off-label {
    display: block;
    margin: 10px 0 6px;
    font-size: 0.85rem;
    color: #d6f1de;
}

.off-input {
    width: 100%;
    min-height: 44px;
    border: 1px solid #d5e7da;
    border-radius: 12px;
    background: #fff;
    color: #102536;
    padding: 10px 12px;
    font: inherit;
}

.pass-wrap {
    position: relative;
}

.pass-wrap .off-input {
    padding-right: 46px;
}

.pass-toggle {
    position: absolute;
    right: 8px;
    top: 7px;
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 9px;
    background: transparent;
    color: #4b5f73;
    cursor: pointer;
    display: grid;
    place-items: center;
}

.pass-toggle .eye-open,
.pass-toggle .eye-closed {
    width: 18px;
    height: 18px;
}

.pass-toggle .eye-closed {
    display: none;
}

.pass-toggle.showing .eye-open {
    display: none;
}

.pass-toggle.showing .eye-closed {
    display: block;
}

.btn-login {
    width: 100%;
    height: 46px;
    margin-top: 14px;
    border: 1px solid transparent;
    border-radius: 12px;
    background: #f59e0b;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 9px 18px rgba(245, 158, 11, 0.22);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: transform .2s ease, filter .2s ease;
}

.btn-login:hover {
    transform: translateY(-1px);
}

.btn-spinner {
    width: 15px;
    height: 15px;
    border: 2px solid rgba(255, 255, 255, .42);
    border-top-color: #fff;
    border-radius: 50%;
    animation: auth-spin .8s linear infinite;
    display: none;
}

.btn-login.loading .btn-spinner {
    display: inline-block;
}

.off-link {
    display: inline-block;
    margin-top: 12px;
    color: #e5f3ea;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.off-note {
    margin-top: 18px;
    background: rgba(255, 255, 255, 0.11);
    border: 1px solid rgba(217, 238, 248, 0.3);
    border-radius: 14px;
    padding: 12px;
}

.off-note p {
    margin: 6px 0 0;
    color: #e7f5ec;
    font-size: 0.88rem;
}

.off-personal {
    margin-top: 16px;
    border: 1px solid rgba(217, 238, 248, 0.28);
    border-radius: 14px;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.off-personal span {
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    color: #d8efe0;
}

.off-personal a {
    color: #fff;
    font-weight: 600;
}

.off-alert {
    margin-bottom: 10px;
    padding: 10px 12px;
    border-radius: 10px;
    border: 1px solid transparent;
    font-size: 0.9rem;
    line-height: 1.4;
}

.off-alert.success {
    background: rgba(22, 163, 74, 0.18);
    border-color: rgba(134, 239, 172, 0.55);
    color: #d1fae5;
}

.off-alert.error {
    background: rgba(239, 68, 68, 0.2);
    border-color: rgba(252, 165, 165, 0.5);
    color: #fee2e2;
}

.off-alert.warning {
    background: rgba(245, 158, 11, 0.2);
    border-color: rgba(253, 186, 116, 0.55);
    color: #ffedd5;
}

.attempts-box {
    margin-top: 12px;
}

#attemptText {
    margin: 0 0 8px;
    color: #e6f5eb;
    font-size: .84rem;
}

.attempt-bar {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
}

.attempt-bar .seg {
    height: 7px;
    border-radius: 999px;
    background: rgba(217, 238, 248, 0.28);
    border: 1px solid rgba(217, 238, 248, 0.2);
}

.attempt-bar.level-1 .seg:nth-child(1),
.attempt-bar.level-2 .seg:nth-child(-n+2),
.attempt-bar.level-3 .seg:nth-child(-n+3) {
    background: #f59e0b;
    border-color: #f59e0b;
}

.attempt-bar.level-3 .seg {
    background: #ef4444 !important;
    border-color: #ef4444 !important;
}

.blocked-box {
    margin-top: 12px;
    border-radius: 12px;
    padding: 12px;
    border: 1px solid rgba(254, 202, 202, 0.5);
    background: rgba(127, 29, 29, 0.32);
}

.blocked-box strong {
    display: block;
    color: #fecaca;
    margin-bottom: 6px;
}

.blocked-box a {
    color: #fff;
    text-decoration: underline;
}

.off-security {
    margin-top: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(217, 238, 248, 0.22);
    border-radius: 12px;
    padding: 10px 12px;
    color: #e6f3ea;
    font-size: .88rem;
}

.off-security svg {
    width: 16px;
    height: 16px;
}

@keyframes auth-spin {
    to {
        transform: rotate(360deg);
    }
}

/* --- Categorias Acordeon --- */
.categorias-acordeon {
    margin-top: 22px;
    padding: 20px;
    border: 1px solid #dce9df;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(30, 64, 40, 0.08);
}

.categorias-header h3 {
    margin: 0;
    font-size: 1.2rem;
    color: #245a36;
}

.categorias-header p {
    margin: 8px 0 0;
    color: #64748b;
    font-size: 0.94rem;
}

.categorias-scroll {
    margin-top: 14px;
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 4px;
}

.categorias-scroll::-webkit-scrollbar {
    height: 7px;
}

.categorias-scroll::-webkit-scrollbar-thumb {
    background: #cde3d4;
    border-radius: 999px;
}

.cat-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #d8e8dc;
    background: #f9fcfa;
    color: #2f6a40;
    border-radius: 999px;
    height: 38px;
    padding: 0 14px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: all .2s ease;
}

.cat-chip:hover {
    border-color: #a7cfb3;
    background: #effaf2;
}

.cat-chip.is-active {
    background: #ecf9ef;
    border-color: #2f8a4f;
    color: #225c38;
    box-shadow: inset 0 -2px 0 #2f8a4f;
}

.cat-chip i {
    width: 14px;
    height: 14px;
    border-radius: 999px;
    display: inline-block;
    background: #cde8d4;
}

.productos-grid {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.producto-card {
    position: relative;
    border: 1px solid #dde9e0;
    border-radius: 16px;
    background: #ffffff;
    padding: 12px;
    box-shadow: 0 8px 18px rgba(30, 64, 40, 0.07);
    transition: all .2s ease;
}

.producto-card:hover {
    border-color: #add1b8;
    transform: translateY(-2px);
}

.producto-card.is-hidden {
    opacity: 0;
    transform: translateY(8px);
}

.producto-badge-unidad {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 0.76rem;
    background: #f7fbf8;
    border: 1px solid #d7e8dc;
    border-radius: 999px;
    padding: 4px 9px;
    color: #365747;
}

.producto-badge-veg {
    position: absolute;
    top: 11px;
    right: 11px;
    width: 13px;
    height: 13px;
    border-radius: 3px;
    background: #35a35d;
}

.producto-media {
    margin-top: 24px;
    min-height: 180px;
    border-radius: 16px;
    background:
        radial-gradient(circle at top left, rgba(236, 249, 239, 0.95), transparent 58%),
        linear-gradient(135deg, #f7fdf8 0%, #ecf8ff 100%);
    border: 1px solid #e2efe6;
    display: grid;
    place-items: center;
    padding: 18px;
    overflow: hidden;
}

.producto-media img {
    display: block;
    width: min(100%, 240px);
    max-height: 160px;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 14px 18px rgba(37, 86, 56, 0.14));
}

.producto-card h4 {
    margin: 12px 0 6px;
    font-size: 0.98rem;
    color: #20382b;
}

.producto-precio {
    margin: 0;
    font-size: 1rem;
    font-weight: 800;
    color: #1f6f3f;
}

.ofertas-component {
    display: flex;
    justify-content: flex-end;
}

.ofertas-grid {
    width: min(100%, 1280px);
    margin-left: auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.oferta-card {
    position: relative;
    border-radius: 18px;
    min-height: 250px;
    overflow: hidden;
    color: #fff;
    padding: 34px 34px 24px;
    box-shadow: 0 18px 36px rgba(30, 42, 56, 0.2);
}

.section-news {
    padding-top: 30px;
}

.news-showcase {
    position: relative;
}

.news-showcase__head {
    text-align: center;
    margin-bottom: 34px;
}

.news-showcase__eyebrow {
    margin: 0 0 10px;
    color: #f59e0b;
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.news-showcase__head h2 {
    font-size: clamp(2.4rem, 5vw, 4rem);
    color: #3b4560;
}

.news-showcase__stage {
    position: relative;
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr) 70px;
    gap: 18px;
    align-items: center;
}

.news-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(280px, 1fr);
    gap: 28px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding: 10px 4px 16px;
}

.news-track::-webkit-scrollbar {
    display: none;
}

.news-card {
    scroll-snap-align: start;
    background: #5f579f;
    border-radius: 0 0 22px 22px;
    overflow: hidden;
    min-height: 620px;
    position: relative;
    box-shadow: 0 24px 44px rgba(60, 66, 98, 0.18);
}

.news-card::after {
    content: "";
    position: absolute;
    right: -40px;
    bottom: 22px;
    width: 180px;
    height: 180px;
    border: 2px solid rgba(255, 255, 255, 0.06);
    border-radius: 36px;
    transform: rotate(-24deg);
}

.news-card__media {
    position: relative;
    aspect-ratio: 1 / 0.74;
    overflow: hidden;
}

.news-card__media::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1px;
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 22px solid #5f579f;
    transform: translateX(-50%);
}

.news-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-card__body {
    padding: 34px 32px 30px;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

.news-card__tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0 14px;
    border-radius: 10px;
    background: #ff9f0f;
    color: #ffffff;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 0.82rem;
    letter-spacing: 0.04em;
}

.news-card h3 {
    margin: 20px 0 16px;
    font-size: clamp(1.7rem, 2vw, 2.45rem);
    line-height: 1.12;
    color: #ffffff;
}

.news-card p {
    margin: 0;
    color: rgba(245, 247, 255, 0.92);
    font-size: 1rem;
    line-height: 1.9;
}

.news-card__cta {
    margin-top: 28px;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    min-height: 64px;
    padding: 0 26px;
    border-radius: 12px;
    background: rgba(136, 127, 205, 0.52);
    color: #ffffff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.news-card__cta-icon {
    width: 18px;
    height: 18px;
    display: grid;
    place-items: center;
}

.news-card__cta-icon svg {
    width: 18px;
    height: 18px;
}

.news-nav {
    width: 62px;
    height: 62px;
    border: none;
    border-radius: 999px;
    background: #ffffff;
    color: #f59e0b;
    font-size: 2rem;
    line-height: 1;
    display: grid;
    place-items: center;
    box-shadow: 0 16px 34px rgba(41, 47, 76, 0.14);
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease;
}

.news-nav:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 40px rgba(41, 47, 76, 0.2);
}

.news-nav:focus-visible {
    outline: none;
    box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.24);
}

.oferta-card h3 {
    margin: 0;
    font-size: clamp(1.75rem, 2.4vw, 2.2rem);
    line-height: 1.05;
}

.oferta-kicker {
    margin: 0 0 10px;
    font-size: 1rem;
    font-weight: 700;
}

.oferta-texto {
    margin: 10px 0 0;
    font-size: 1rem;
    opacity: 0.96;
}

.oferta-card img {
    position: absolute;
    right: -16px;
    bottom: -10px;
    width: 46%;
    max-width: 230px;
    filter: drop-shadow(0 10px 16px rgba(18, 25, 36, 0.25));
}

.oferta-purple {
    background: linear-gradient(135deg, #8f68ad 0%, #7f56a2 100%);
}

.oferta-green {
    background: linear-gradient(135deg, #72bf64 0%, #57ad4f 100%);
}

.oferta-red {
    background: linear-gradient(135deg, #d66e71 0%, #ca5d62 100%);
}

@media (max-width: 1080px) {
    .header-inner {
        grid-template-columns: auto auto auto;
        justify-content: space-between;
    }

    .menu-toggle {
        display: inline-block;
        order: 2;
    }

    .nav {
        position: absolute;
        left: 20px;
        right: 20px;
        top: calc(100% + 10px);
        background: #fff;
        border: 1px solid var(--border);
        border-radius: 16px;
        box-shadow: var(--shadow-card);
        display: none;
        flex-direction: column;
        align-items: stretch;
        padding: 10px;
        gap: 2px;
    }

    .nav.open {
        display: flex;
    }

    .nav a {
        padding: 10px 12px;
        border-radius: 10px;
    }

    .nav a:hover {
        background: #eef6f0;
    }

    .hero-grid,
    .split-grid,
    .wallet-grid,
    .footer-top {
        grid-template-columns: 1fr;
    }

    .hero-media {
        order: -1;
    }

    .band {
        flex-direction: column;
        align-items: flex-start;
    }

    .productos-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .news-showcase__stage {
        grid-template-columns: 1fr;
    }

    .news-nav {
        display: none;
    }

    .news-card {
        min-height: 560px;
    }

    .ofertas-grid {
        grid-template-columns: 1fr;
    }

    .oferta-card {
        min-height: 220px;
    }

    .oferta-card img {
        width: 38%;
        max-width: 180px;
    }
}

@media (max-width: 680px) {
    .container {
        width: min(1180px, calc(100% - 24px));
    }

    .section {
        padding: 72px 0;
    }

    .header-inner {
        min-height: 72px;
        gap: 10px;
    }

    .btn {
        height: 42px;
        padding: 0 16px;
        font-size: 0.86rem;
    }

    .hero {
        padding-top: 70px;
    }

    .hero .lead {
        font-size: 0.98rem;
    }

    .topbar-inner {
        min-height: 34px;
    }

    .footer-top {
        padding-top: 52px;
    }

    .offcanvas {
        width: 100%;
    }

    .categorias-acordeon {
        padding: 14px;
    }

    .productos-grid {
        grid-template-columns: 1fr;
    }

    .news-track {
        grid-auto-columns: 88%;
        gap: 18px;
        padding-bottom: 8px;
    }

    .news-card {
        min-height: 520px;
    }

    .news-card__body {
        padding: 26px 22px 24px;
    }

    .news-card h3 {
        font-size: 1.9rem;
    }

    .news-card p {
        font-size: 0.96rem;
        line-height: 1.75;
    }

    .cat-chip {
        height: 34px;
        font-size: 0.82rem;
    }
}
