:root {
    --nt-navy: #0b1b33;
    --nt-ink: #162033;
    --nt-muted: #647084;
    --nt-soft: #f5f7fb;
    --nt-line: #e4e9f2;
    --nt-blue: #1267ff;
    --nt-blue-dark: #0754df;
    --nt-violet: #7d2cff;
    --nt-green: #15945d;
    --nt-amber: #f2a51f;
    --nt-red: #c93b45;
    --nt-radius: 14px;
    --nt-shadow: 0 16px 42px rgba(22, 32, 51, .08);
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--nt-ink);
    background: var(--nt-soft);
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }

.nt-kicker,
.eyebrow {
    margin: 0 0 .55rem;
    color: var(--nt-blue);
    font-weight: 850;
    font-size: .78rem;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.nt-lead { color: var(--nt-muted); font-size: clamp(1.06rem, 2vw, 1.22rem); line-height: 1.65; }
.muted { color: var(--nt-muted); }

.btn,
.primary,
.secondary,
.ghost,
.danger,
.disabled {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: .78rem 1.05rem;
    border-radius: 10px;
    border: 1px solid transparent;
    font-weight: 800;
    line-height: 1.1;
    cursor: pointer;
}
.nt-btn-primary,
.primary { background: var(--nt-blue); color: #fff; }
.nt-btn-primary:hover,
.primary:hover { background: var(--nt-blue-dark); color: #fff; }
.secondary { background: var(--nt-navy); color: #fff; }
.ghost,
.nt-btn-quiet { background: #fff; color: var(--nt-ink); border-color: var(--nt-line); }
.danger { background: #fff1f2; color: var(--nt-red); border-color: #ffd2d7; }
.disabled { width: 100%; background: #eef2f7; color: #7b8494; cursor: not-allowed; }
.full { width: 100%; }

/* Plataforma institucional */
.platform-body { background: #fff; }
.nt-sitebar,
.site-header,
.admin-header {
    position: sticky;
    top: 0;
    z-index: 40;
    background: rgba(255,255,255,.94);
    border-bottom: 1px solid var(--nt-line);
    backdrop-filter: blur(12px);
}
.nt-platform-brand img { width: clamp(210px, 24vw, 330px); height: auto; }
.navbar-toggler { border-color: var(--nt-line); }
.nav-link { color: var(--nt-muted); font-weight: 760; }
.nav-link:hover { color: var(--nt-blue); }

.nt-platform-hero {
    padding: clamp(3.2rem, 8vw, 7rem) 0 clamp(2.6rem, 6vw, 5rem);
    background:
        linear-gradient(180deg, #fff 0%, #f7f9fd 100%);
}
.nt-hero-logo { width: clamp(240px, 34vw, 430px); margin-bottom: 1.8rem; }
.nt-platform-hero h1 {
    max-width: 880px;
    margin: 0 0 1rem;
    color: var(--nt-navy);
    font-size: clamp(2.35rem, 6vw, 5.2rem);
    line-height: .98;
    letter-spacing: 0;
}
.nt-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.8rem; }
.nt-phone-scene {
    min-height: 430px;
    display: grid;
    place-items: center;
    background: #eef4ff;
    border: 1px solid var(--nt-line);
    border-radius: 28px;
}
.nt-phone {
    width: min(280px, 76vw);
    min-height: 500px;
    padding: 18px;
    border: 10px solid var(--nt-navy);
    border-radius: 34px;
    background: #fff;
    box-shadow: var(--nt-shadow);
}
.nt-phone-top { width: 78px; height: 7px; margin: 0 auto 22px; border-radius: 99px; background: #d9e0ea; }
.nt-demo-shop { display: grid; gap: .25rem; padding-bottom: 1rem; border-bottom: 1px solid var(--nt-line); }
.nt-demo-shop span { color: var(--nt-muted); font-weight: 760; }
.nt-demo-shop strong { color: var(--nt-navy); font-size: 1.15rem; }
.nt-demo-product { height: 170px; margin: 1rem 0; border-radius: 16px; background: linear-gradient(135deg, #eaf2ff, #d9fff0); }
.nt-demo-lines { display: grid; gap: .55rem; }
.nt-demo-lines span { height: 12px; border-radius: 99px; background: #e8edf5; }
.nt-demo-lines span:nth-child(2) { width: 78%; }
.nt-demo-lines span:nth-child(3) { width: 52%; }
.nt-phone button { width: 100%; margin-top: 1.2rem; border: 0; min-height: 48px; border-radius: 10px; background: var(--nt-green); color: #fff; font-weight: 850; }

.nt-editorial-section,
.nt-include-section,
.nt-human-section { padding: clamp(2.6rem, 6vw, 5rem) 0; }
.nt-editorial-section { background: #fff; }
.nt-editorial-section h2,
.nt-include-section h2 {
    margin: 0;
    color: var(--nt-navy);
    font-size: clamp(1.8rem, 4vw, 3.4rem);
    line-height: 1.04;
}
.nt-steps { display: grid; gap: 1.4rem; }
.nt-steps div { padding-bottom: 1.2rem; border-bottom: 1px solid var(--nt-line); }
.nt-steps strong { display: block; color: var(--nt-blue); font-size: clamp(1.35rem, 3vw, 2.1rem); }
.nt-steps p,
.nt-include-section p { margin: .3rem 0 0; color: var(--nt-muted); line-height: 1.6; }
.nt-include-section { background: var(--nt-soft); }
.nt-feature-list { display: grid; gap: .75rem; margin: 0; padding: 0; list-style: none; }
.nt-feature-list li { padding: .9rem 1rem; border-left: 4px solid var(--nt-blue); background: #fff; border-radius: 10px; font-weight: 750; }
.nt-human-section { background: #fff; }
.nt-human-section p { max-width: 980px; margin: 0; color: var(--nt-navy); font-size: clamp(1.35rem, 3vw, 2.45rem); line-height: 1.18; }
.nt-footer { padding: 2rem 0; border-top: 1px solid var(--nt-line); background: #fff; color: var(--nt-muted); }
.nt-footer strong { display: block; color: var(--nt-navy); }
.nt-footer a { color: var(--nt-blue); font-weight: 800; }

/* Sitio publico de negocio */
.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: .85rem clamp(1rem, 3vw, 2rem);
}
.brand-link {
    display: flex;
    align-items: center;
    gap: .8rem;
    min-width: 0;
    color: var(--nt-navy);
    font-weight: 850;
}
.brand-link img { width: auto; max-width: clamp(110px, 28vw, 210px); height: clamp(42px, 7vw, 64px); object-fit: contain; }
.brand-link span:last-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.brand-mark {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: var(--nt-blue);
    color: white;
}
.site-header nav { display: flex; align-items: center; gap: .45rem; font-weight: 800; }
.site-header nav a { min-height: 42px; padding: .65rem .85rem; border-radius: 10px; }
.whatsapp-mini { background: #e9f8ef; color: #08733d; }

main { width: min(1180px, 100%); margin: 0 auto; padding: 1rem clamp(1rem, 3vw, 1.4rem) 6rem; }
.hero {
    display: grid;
    gap: 1.3rem;
    align-items: center;
    padding: clamp(1.4rem, 4vw, 3rem) 0 1.5rem;
}
.hero-copy h1,
.catalog-head h1,
.admin-title h1 {
    margin: .2rem 0 .75rem;
    color: var(--nt-navy);
    font-size: clamp(2.25rem, 8vw, 4.8rem);
    line-height: .98;
    letter-spacing: 0;
}
.hero-copy p { color: var(--nt-muted); font-size: 1.08rem; line-height: 1.62; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.3rem; }
.hero-image {
    width: 100%;
    border-radius: 18px;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border: 1px solid var(--nt-line);
    box-shadow: var(--nt-shadow);
    background: #fff;
}
.commercial-band {
    display: grid;
    gap: 1rem;
    align-items: center;
    margin: 1rem 0 2rem;
    padding: 1rem;
    border: 1px solid var(--nt-line);
    border-radius: 18px;
    background: #fff;
}
.commercial-band img { width: 100%; border-radius: 14px; aspect-ratio: 16 / 10; object-fit: cover; }
.commercial-band p { margin: 0; color: var(--nt-muted); line-height: 1.62; }
.section { margin-top: 1.4rem; }
.section-title,
.catalog-head,
.admin-title {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}
.section-title h2 { margin: 0; color: var(--nt-navy); font-size: clamp(1.65rem, 4vw, 2.6rem); }
.section-title a { color: var(--nt-blue); font-weight: 850; }
.business-info {
    display: grid;
    gap: .85rem;
    margin-top: 1.4rem;
    padding: 1.1rem;
    border: 1px solid var(--nt-line);
    border-radius: 18px;
    background: #fff;
}
.business-info p { margin: 0; color: var(--nt-muted); }
.business-info strong { display: block; color: var(--nt-ink); }

.product-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}
.product-card {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--nt-line);
    border-radius: 18px;
    background: #fff;
}
.product-media { position: relative; aspect-ratio: 4 / 3; background: #edf2f7; }
.product-media img { width: 100%; height: 100%; object-fit: cover; }
.product-placeholder {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    color: white;
    background: linear-gradient(135deg, var(--nt-blue), var(--nt-green));
    font-size: 3rem;
    font-weight: 900;
}
.badge {
    position: absolute;
    top: .75rem;
    left: .75rem;
    padding: .42rem .62rem;
    border-radius: 999px;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .03em;
}
.soldout { background: #fff1f2; color: var(--nt-red); border: 1px solid #ffd2d7; }
.featured { left: auto; right: .75rem; background: #fff7df; color: #805100; border: 1px solid #ffe4a3; }
.product-body { display: flex; flex: 1; flex-direction: column; padding: 1rem; }
.category-name { margin: 0 0 .25rem; color: var(--nt-muted); font-size: .82rem; font-weight: 800; }
.product-body h3 { margin: 0; color: var(--nt-navy); font-size: 1.17rem; line-height: 1.2; }
.description {
    min-height: 42px;
    margin: .55rem 0 .85rem;
    color: var(--nt-muted);
    line-height: 1.42;
    overflow-wrap: anywhere;
}
.price-line { display: flex; align-items: baseline; justify-content: space-between; gap: .65rem; margin-top: auto; margin-bottom: .85rem; }
.price-line strong { color: var(--nt-navy); font-size: 1.25rem; }
.price-line span { color: var(--nt-muted); font-size: .86rem; }
.buy-row { display: grid; grid-template-columns: minmax(96px, 130px) 1fr; gap: .6rem; }
.quantity-input,
input,
select,
textarea {
    width: 100%;
    min-height: 48px;
    padding: .72rem .85rem;
    border: 1px solid var(--nt-line);
    border-radius: 10px;
    background: #fff;
    color: var(--nt-ink);
}
textarea { min-height: 120px; resize: vertical; }
.whatsapp-link { display: block; margin-top: .75rem; color: #08733d; font-weight: 850; }
.category-tabs {
    display: flex;
    gap: .55rem;
    overflow-x: auto;
    padding-bottom: .8rem;
    margin-bottom: .75rem;
}
.category-tabs a {
    flex: 0 0 auto;
    padding: .68rem .9rem;
    border-radius: 999px;
    background: #fff;
    border: 1px solid var(--nt-line);
    font-weight: 800;
}
.category-tabs a.active { background: var(--nt-navy); color: white; }

/* Carrito */
.cart-fab {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 55;
    min-height: 54px;
    padding: 0 1rem;
    border: 0;
    border-radius: 999px;
    background: var(--nt-navy);
    color: white;
    font-weight: 900;
    box-shadow: 0 14px 34px rgba(11, 27, 51, .22);
}
.cart-fab span {
    display: inline-grid;
    place-items: center;
    min-width: 25px;
    height: 25px;
    margin-left: .5rem;
    border-radius: 999px;
    background: #fff;
    color: var(--nt-navy);
}
.cart-panel {
    position: fixed;
    inset: auto 0 0 0;
    z-index: 60;
    display: none;
    max-height: 88vh;
    overflow: auto;
    padding: 1rem;
    background: #fff;
    border-top: 1px solid var(--nt-line);
    box-shadow: 0 -18px 38px rgba(22, 32, 51, .16);
}
.cart-panel.open { display: block; }
.cart-head,
.cart-total,
.cart-line { display: flex; align-items: center; justify-content: space-between; gap: .75rem; }
.cart-head strong { color: var(--nt-navy); font-size: 1.35rem; }
.icon-button {
    width: 42px;
    height: 42px;
    border: 1px solid var(--nt-line);
    border-radius: 10px;
    background: #fff;
}
.cart-items { display: grid; gap: .7rem; margin: 1rem 0; }
.cart-line { align-items: flex-start; padding: .9rem; border: 1px solid var(--nt-line); border-radius: 14px; }
.cart-line p { margin: .25rem 0 .35rem; color: var(--nt-muted); }
.cart-tools { display: flex; gap: .35rem; align-items: center; }
.cart-tools button { width: 40px; height: 40px; border-radius: 10px; border: 1px solid var(--nt-line); background: #fff; font-weight: 850; }
.cart-total { padding: 1rem 0; border-top: 1px solid var(--nt-line); color: var(--nt-navy); font-size: 1.24rem; }
.cart-note { min-height: 20px; color: var(--nt-muted); }
.install-button {
    position: fixed;
    left: 1rem;
    bottom: 1rem;
    z-index: 55;
    min-height: 48px;
    border: 0;
    border-radius: 999px;
    padding: 0 1rem;
    background: var(--nt-blue);
    color: white;
    font-weight: 900;
}
.site-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: .8rem;
    padding: 2rem 1rem;
    color: var(--nt-muted);
    background: #fff;
    border-top: 1px solid var(--nt-line);
}
.site-footer img { width: clamp(180px, 22vw, 280px); height: auto; }

/* Admins */
.admin-body { background: var(--nt-soft); }
.admin-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: .85rem clamp(1rem, 3vw, 2rem);
}
.admin-header img { width: clamp(210px, 24vw, 340px); height: auto; }
.admin-brand { flex: 0 0 auto; }
.admin-context { display: none; margin-right: auto; color: var(--nt-muted); line-height: 1.15; }
.admin-context span { display: block; font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.admin-context strong { display: block; color: var(--nt-navy); font-size: 1rem; }
.login-screen { display: grid; place-items: center; min-height: calc(100vh - 78px); padding: 1rem; }
.login-box,
.admin-panel,
.admin-form,
.admin-notice {
    width: 100%;
    background: #fff;
    border: 1px solid var(--nt-line);
    border-radius: 18px;
    padding: 1.25rem;
}
.login-box { max-width: 450px; box-shadow: var(--nt-shadow); }
.login-box img { width: clamp(240px, 70vw, 360px); height: auto; margin-bottom: 1rem; }
.login-box h1 { margin: .4rem 0 1rem; color: var(--nt-navy); font-size: 2rem; }
.login-box label,
.admin-form label { display: grid; gap: .45rem; margin-bottom: .9rem; color: var(--nt-navy); font-weight: 800; }
.admin-main { width: min(1220px, 100%); margin: 0 auto; padding: 1.2rem clamp(1rem, 3vw, 1.4rem) 5rem; }
.admin-main.narrow { width: min(780px, 100%); }
.admin-notice { border-left: 5px solid var(--nt-amber); margin-bottom: 1rem; background: #fffaf0; }
.admin-notice p { margin: .35rem 0 0; color: var(--nt-muted); line-height: 1.5; }
.alert { padding: .85rem 1rem; border-radius: 12px; font-weight: 760; }
.alert.error { background: #fff1f2; color: var(--nt-red); }
.alert.ok { background: #ecf9f1; color: #08733d; }
.admin-grid { display: grid; gap: 1rem; }
.admin-panel h2,
.admin-form h2 { margin: 0 0 .85rem; color: var(--nt-navy); font-size: 1.2rem; }
.inline-form,
.row-form,
.product-row { display: grid; gap: .55rem; align-items: center; }
.admin-list,
.product-table { display: grid; gap: .7rem; margin-top: .9rem; }
.product-row { grid-template-columns: 72px 1fr; padding: .9rem; border: 1px solid var(--nt-line); border-radius: 14px; background: #fff; }
.product-row span { display: block; color: var(--nt-muted); margin-top: .2rem; }
.admin-product-thumb {
    width: 72px;
    height: 72px;
    overflow: hidden;
    border-radius: 12px;
    background: #eef2f7;
}
.admin-product-thumb img { width: 100%; height: 100%; object-fit: cover; }
.admin-product-thumb span { display: grid; place-items: center; width: 100%; height: 100%; color: #fff; background: var(--nt-blue); font-weight: 900; }
.check { display: flex !important; gap: .5rem !important; align-items: center; }
.check input { width: auto; min-height: auto; }
.counter { color: var(--nt-muted); font-weight: 700; text-align: right; }
.admin-preview { width: 180px; border-radius: 14px; border: 1px solid var(--nt-line); background: #fff; }
.master-nav { display: none; gap: .5rem; align-items: center; font-weight: 800; }
.master-nav a { padding: .65rem .8rem; border-radius: 10px; }
.business-list { display: grid; gap: .8rem; }
.business-card {
    display: grid;
    gap: 1rem;
    padding: 1rem;
    border: 1px solid var(--nt-line);
    border-radius: 18px;
    background: #fff;
}
.business-card h2 { margin: 0 0 .4rem; color: var(--nt-navy); font-size: 1.3rem; }
.business-card p { margin: .22rem 0; color: var(--nt-muted); }
.business-actions { display: flex; flex-wrap: wrap; gap: .55rem; align-items: center; }
.status-pill {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: .42rem .7rem;
    border-radius: 999px;
    font-weight: 900;
    font-size: .82rem;
}
.status-pill.active { background: #ecf9f1; color: #08733d; }
.status-pill.suspended { background: #fff1f2; color: var(--nt-red); }
.two-cols { display: grid; gap: .8rem; }

.suspended-screen {
    display: grid;
    place-items: center;
    min-height: 60vh;
    text-align: center;
    gap: .8rem;
}
.suspended-screen img { width: min(380px, 82vw); }
.suspended-screen h1 { margin: 0; color: var(--nt-navy); font-size: clamp(2rem, 8vw, 4rem); }
.suspended-screen p { margin: 0; color: var(--nt-muted); }

@media (max-width: 430px) {
    .site-header nav a:not(.whatsapp-mini) { display: none; }
    .buy-row { grid-template-columns: 1fr; }
    .hero-actions .primary,
    .hero-actions .secondary { width: 100%; }
}

@media (min-width: 576px) {
    .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .business-info { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 768px) {
    .hero { grid-template-columns: 1fr 1fr; min-height: 560px; }
    .commercial-band { grid-template-columns: 320px 1fr; }
    .cart-panel { inset: 0 0 0 auto; width: min(440px, 100%); max-height: none; border-top: 0; border-left: 1px solid var(--nt-line); }
    .admin-grid { grid-template-columns: 420px 1fr; align-items: start; }
    .inline-form { grid-template-columns: 1fr 90px auto; }
    .row-form { grid-template-columns: 1fr 82px auto; }
    .product-row { grid-template-columns: 72px 1fr auto auto auto; }
    .business-card { grid-template-columns: 1fr auto; align-items: center; }
    .master-nav { display: flex; }
    .two-cols { grid-template-columns: 1fr 1fr; }
    .admin-context { display: block; }
}

@media (min-width: 1100px) {
    .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

/* Rediseño del sitio publico de cada comercio */
.shop-body {
    --shop-accent: #1267ff;
    background: #fbfcfe;
    color: #182033;
}

.shop-body .site-header.shop-header {
    position: sticky;
    top: 0;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .85rem;
    min-height: 72px;
    padding: .75rem clamp(1rem, 4vw, 2.4rem);
    background: rgba(255, 255, 255, .96);
    border-bottom: 1px solid #edf0f5;
    backdrop-filter: blur(10px);
}

.shop-brand {
    gap: .75rem;
    max-width: min(58vw, 420px);
}

.shop-brand img {
    width: auto;
    max-width: clamp(132px, 22vw, 240px);
    height: clamp(46px, 7vw, 68px);
    object-fit: contain;
}

.shop-brand span:last-child {
    color: #101828;
    font-size: clamp(.98rem, 2.4vw, 1.08rem);
    font-weight: 850;
}

.shop-nav {
    display: flex;
    align-items: center;
    gap: .45rem;
}

.shop-nav a,
.shop-nav button {
    min-height: 42px;
    border-radius: 9px;
    padding: .62rem .78rem;
    border: 0;
    background: transparent;
    color: #273247;
    font-weight: 820;
}

.shop-nav-link:hover,
.shop-cart-link:hover { background: #f2f5fa; }

.shop-cart-link {
    display: inline-flex;
    align-items: center;
    gap: .42rem;
}

.shop-cart-link span,
.cart-fab span {
    display: inline-grid;
    place-items: center;
    min-width: 24px;
    height: 24px;
    padding: 0 .35rem;
    border-radius: 999px;
    background: #101828;
    color: #fff;
    font-size: .78rem;
}

.shop-nav .whatsapp-mini {
    background: #e9f7ef;
    color: #08733d;
}

.shop-body .shop-main {
    width: min(1220px, 100%);
    padding: clamp(1rem, 3vw, 2rem) clamp(1rem, 4vw, 2.2rem) 6rem;
}

.shop-hero {
    display: grid;
    gap: clamp(1.3rem, 4vw, 3.2rem);
    align-items: center;
    padding: clamp(1.25rem, 4vw, 3.4rem) 0 clamp(2rem, 5vw, 4rem);
}

.shop-hero-copy {
    max-width: 660px;
}

.shop-hero-logo {
    width: auto;
    max-width: clamp(160px, 34vw, 300px);
    max-height: 92px;
    object-fit: contain;
    margin-bottom: 1.1rem;
}

.shop-hero-copy h1 {
    margin: 0 0 .9rem;
    color: #101828;
    font-size: clamp(2.55rem, 11vw, 5.6rem);
    line-height: .95;
    letter-spacing: 0;
}

.shop-hero-copy p {
    max-width: 58ch;
    margin: 0;
    color: #5d6678;
    font-size: clamp(1.08rem, 2.5vw, 1.28rem);
    line-height: 1.58;
}

.shop-hero .hero-actions {
    gap: .75rem;
    margin-top: 1.5rem;
}

.shop-hero .primary,
.shop-hero .secondary,
.product-actions .primary {
    border-radius: 9px;
}

.shop-hero .primary,
.product-actions .primary {
    background: var(--shop-accent);
    color: #fff;
}

.shop-hero .secondary {
    background: #fff;
    color: #08733d;
    border: 1px solid #bfe8d0;
}

.shop-hero-media {
    min-height: 260px;
}

.shop-hero-media .hero-image {
    width: 100%;
    height: auto;
    min-height: 280px;
    max-height: 620px;
    aspect-ratio: 4 / 3;
    border-radius: 16px;
    object-fit: cover;
    border: 0;
    box-shadow: none;
}

.shop-body .commercial-band {
    display: grid;
    gap: 1.25rem;
    margin: 0 0 clamp(2.2rem, 5vw, 4rem);
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.shop-body .commercial-band img {
    width: 100%;
    aspect-ratio: 16 / 8;
    border-radius: 14px;
    object-fit: cover;
}

.shop-body .commercial-band p {
    max-width: 72ch;
    color: #4e596d;
    font-size: 1.05rem;
    line-height: 1.65;
}

.featured-section,
.catalog-page {
    padding-top: .5rem;
}

.section-title,
.catalog-head {
    align-items: flex-end;
    margin-bottom: clamp(1rem, 3vw, 1.6rem);
}

.section-kicker {
    display: block;
    margin-bottom: .25rem;
    color: #667085;
    font-size: .82rem;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.section-title h2,
.catalog-head h1 {
    color: #101828;
    font-size: clamp(2rem, 6vw, 3.6rem);
    line-height: 1;
}

.catalog-head p {
    margin: .5rem 0 0;
    color: #667085;
    font-size: 1.04rem;
}

.section-title a {
    color: var(--shop-accent);
    font-weight: 850;
}

.shop-body .product-grid {
    grid-template-columns: 1fr;
    gap: clamp(1.35rem, 3vw, 2.1rem);
}

.shop-body .product-card {
    overflow: visible;
    display: flex;
    flex-direction: column;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.shop-body .product-media {
    overflow: hidden;
    aspect-ratio: 4 / 3;
    border-radius: 14px;
    background: #eef2f7;
}

.shop-body .product-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .18s ease;
}

.shop-body .product-card:hover .product-media img {
    transform: scale(1.015);
}

.shop-body .product-card.is-soldout .product-media img {
    filter: saturate(.72);
    opacity: .82;
}

.shop-body .badge.soldout {
    top: .7rem;
    left: .7rem;
    border-radius: 6px;
    background: #fff;
    color: #b4232e;
    border: 1px solid #ffd0d5;
    box-shadow: none;
}

.product-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    min-height: 22px;
    margin-bottom: .3rem;
}

.product-meta span {
    color: #805100;
    font-size: .78rem;
    font-weight: 850;
}

.shop-body .product-body {
    padding: .85rem 0 0;
}

.shop-body .category-name {
    margin: 0;
    color: #7a8497;
    font-size: .82rem;
    font-weight: 800;
}

.shop-body .product-body h3 {
    color: #101828;
    font-size: clamp(1.18rem, 3.5vw, 1.45rem);
    line-height: 1.15;
}

.shop-body .description {
    min-height: auto;
    margin: .45rem 0 .8rem;
    color: #5d6678;
    font-size: .98rem;
    line-height: 1.45;
}

.shop-body .price-line {
    display: grid;
    gap: .15rem;
    justify-content: start;
    margin: .2rem 0 .85rem;
}

.shop-body .price-line strong {
    color: #101828;
    font-size: clamp(1.35rem, 4vw, 1.65rem);
    line-height: 1;
}

.shop-body .price-line span {
    color: #7a8497;
    font-size: .88rem;
}

.product-actions {
    display: grid;
    gap: .55rem;
}

.quantity-stepper {
    display: grid;
    grid-template-columns: 48px 1fr 48px;
    align-items: center;
    min-height: 48px;
    border: 1px solid #dce3ee;
    border-radius: 10px;
    background: #fff;
}

.quantity-stepper button {
    width: 48px;
    height: 48px;
    border: 0;
    background: transparent;
    color: #101828;
    font-size: 1.35rem;
    font-weight: 850;
}

.quantity-stepper output {
    text-align: center;
    color: #101828;
    font-weight: 850;
}

.product-subtotal {
    margin: -.15rem 0 .1rem;
    color: #667085;
    font-size: .92rem;
    font-weight: 760;
}

.shop-body .add-button {
    width: 100%;
    min-height: 48px;
}

.shop-body .whatsapp-link {
    margin-top: .7rem;
    color: #08733d;
    font-size: .96rem;
    font-weight: 820;
}

.shop-body .disabled {
    min-height: 48px;
    border-radius: 9px;
    background: #f2f4f7;
    color: #7a8497;
}

.shop-body .category-tabs {
    gap: .5rem;
    margin-bottom: clamp(1.2rem, 3vw, 2rem);
    padding-bottom: .7rem;
}

.shop-body .category-tabs a {
    border-radius: 8px;
    border-color: #dce3ee;
    background: #fff;
    color: #344054;
    font-size: .95rem;
}

.shop-body .category-tabs a.active {
    background: var(--shop-accent);
    color: #fff;
    border-color: var(--shop-accent);
}

.shop-info {
    display: grid;
    gap: 1.5rem;
    margin-top: clamp(2.5rem, 6vw, 5rem);
    padding: clamp(1.4rem, 4vw, 2.2rem) 0 0;
    border: 0;
    border-top: 1px solid #e4e9f2;
    border-radius: 0;
    background: transparent;
}

.shop-info h2 {
    margin: 0 0 .6rem;
    color: #101828;
    font-size: clamp(1.7rem, 4vw, 2.4rem);
}

.shop-info p {
    color: #5d6678;
    line-height: 1.6;
}

.shop-info-list {
    display: grid;
    gap: .9rem;
}

.shop-socials {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
}

.shop-socials a {
    color: var(--shop-accent);
    font-weight: 820;
}

.shop-body .cart-fab {
    right: 1rem;
    bottom: 1rem;
    min-height: 48px;
    padding: 0 .9rem;
    border-radius: 999px;
    background: #101828;
    box-shadow: 0 10px 22px rgba(16, 24, 40, .18);
}

.shop-body .cart-panel {
    inset: auto 0 0 0;
    max-height: min(82vh, 680px);
    padding: 1.05rem;
    border-radius: 18px 18px 0 0;
    border-top: 1px solid #e4e9f2;
    box-shadow: 0 -12px 32px rgba(16, 24, 40, .16);
}

.shop-body .cart-head strong {
    color: #101828;
    font-size: 1.55rem;
}

.shop-body .cart-items {
    gap: .85rem;
    margin: 1rem 0;
}

.shop-body .cart-empty {
    margin: 0;
    padding: 1rem 0;
    color: #667085;
}

.shop-body .cart-line {
    display: grid;
    grid-template-columns: 64px 1fr auto;
    gap: .8rem;
    align-items: center;
    padding: 0 0 .85rem;
    border: 0;
    border-bottom: 1px solid #edf0f5;
    border-radius: 0;
}

.cart-thumb {
    width: 64px;
    height: 64px;
    border-radius: 10px;
    object-fit: cover;
    background: #eef2f7;
}

.cart-thumb-fallback {
    display: grid;
    place-items: center;
    color: #fff;
    background: var(--shop-accent);
    font-weight: 900;
}

.cart-copy strong:first-child {
    display: block;
    color: #101828;
    line-height: 1.2;
}

.cart-copy p {
    margin: .2rem 0;
    color: #667085;
    font-size: .9rem;
}

.cart-subtotal {
    color: #101828;
    font-size: 1rem;
}

.shop-body .cart-tools {
    display: grid;
    grid-template-columns: repeat(3, 38px);
    gap: .25rem;
}

.shop-body .cart-tools button {
    width: 38px;
    height: 38px;
    border-radius: 9px;
}

.shop-body .cart-total {
    padding: 1rem 0;
    color: #101828;
    font-size: 1.35rem;
}

.shop-body #sendOrder {
    min-height: 52px;
    background: #15945d;
}

.shop-body #clearCart {
    margin-top: .55rem;
}

.shop-body .site-footer {
    justify-content: space-between;
    padding: 1.6rem clamp(1rem, 4vw, 2.2rem);
}

.shop-body .site-footer img {
    width: clamp(150px, 22vw, 240px);
}

@media (max-width: 430px) {
    .shop-brand {
        max-width: 48vw;
    }

    .shop-brand span:last-child,
    .shop-nav-link {
        display: none;
    }

    .shop-nav {
        gap: .25rem;
    }

    .shop-nav a,
    .shop-nav button {
        padding: .55rem .62rem;
        font-size: .9rem;
    }

    .shop-hero-copy h1 {
        font-size: clamp(2.3rem, 15vw, 3.6rem);
    }

    .shop-hero .primary,
    .shop-hero .secondary {
        width: 100%;
    }

    .shop-body .cart-line {
        grid-template-columns: 58px 1fr;
    }

    .shop-body .cart-tools {
        grid-column: 2;
        grid-template-columns: repeat(3, 1fr);
        width: 100%;
    }

    .shop-body .cart-tools button {
        width: 100%;
    }
}

@media (min-width: 700px) {
    .shop-hero {
        grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    }

    .shop-body .commercial-band {
        grid-template-columns: minmax(280px, .9fr) minmax(0, 1fr);
        align-items: center;
    }

    .shop-info {
        grid-template-columns: minmax(0, 1fr) minmax(260px, 380px);
    }
}

@media (min-width: 760px) {
    .shop-body .product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .shop-body .cart-panel {
        inset: 0 0 0 auto;
        width: min(460px, 100%);
        max-height: none;
        border-radius: 0;
        border-left: 1px solid #e4e9f2;
    }
}

@media (min-width: 1120px) {
    .shop-body .product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

/* Integral visual redesign */
.nt-sitebar-redesign {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(255, 255, 255, .96);
    backdrop-filter: blur(12px);
}

.nt-sitebar-redesign .navbar {
    padding: .9rem 0;
}

.nt-sitebar-redesign .nav-link {
    padding: .55rem .75rem;
    color: #31415c;
}

.nt-platform-redesign {
    background: #fff;
}

.nt-hero-human {
    min-height: auto;
    padding: clamp(2.2rem, 7vw, 6.2rem) 0 clamp(2.8rem, 7vw, 6rem);
    background:
        linear-gradient(90deg, rgba(18, 103, 255, .07), transparent 42%),
        linear-gradient(180deg, #ffffff, #f6f8fc);
}

.nt-hero-grid {
    display: grid;
    gap: clamp(2rem, 5vw, 4.5rem);
}

.nt-hero-copy {
    max-width: 820px;
}

.nt-hero-human .nt-hero-logo {
    width: clamp(245px, 28vw, 390px);
    margin-bottom: 1.35rem;
}

.nt-hero-human h1 {
    margin: 0;
    max-width: 900px;
    color: #0b1b33;
    font-size: clamp(2.4rem, 8vw, 5.3rem);
    line-height: .97;
    letter-spacing: 0;
}

.nt-hero-human .nt-lead {
    max-width: 700px;
    margin-top: 1.2rem;
}

.nt-hero-market {
    position: relative;
    min-height: 360px;
}

.nt-market-photo {
    min-height: clamp(320px, 44vw, 560px);
    border-radius: 18px;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(11, 27, 51, .08), rgba(18, 103, 255, .12)),
        url("../img/demo-hero.svg") center/cover no-repeat;
    border: 1px solid #e4e9f2;
}

.nt-market-photo span {
    display: inline-flex;
    margin: 1rem;
    padding: .55rem .8rem;
    border-radius: 999px;
    background: #fff;
    color: #0b1b33;
    font-weight: 850;
}

.nt-market-ticket {
    position: absolute;
    right: clamp(.8rem, 5vw, 2rem);
    bottom: clamp(.8rem, 5vw, 2rem);
    width: min(280px, calc(100% - 2rem));
    padding: 1rem;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #e4e9f2;
    box-shadow: 0 18px 38px rgba(20, 35, 60, .12);
}

.nt-market-ticket strong {
    display: block;
    color: #0b1b33;
    font-size: 1.2rem;
}

.nt-market-ticket p {
    margin: .25rem 0 .9rem;
    color: #647084;
}

.nt-market-ticket span {
    display: block;
    padding: .75rem .9rem;
    border-radius: 10px;
    background: #15945d;
    color: #fff;
    font-weight: 850;
    text-align: center;
}

.nt-flow-section,
.nt-business-section {
    padding: clamp(3rem, 7vw, 6rem) 0;
    background: #fff;
}

.nt-section-intro {
    max-width: 820px;
    margin-bottom: clamp(1.6rem, 4vw, 3rem);
}

.nt-section-intro h2,
.nt-business-copy h2,
.nt-final-cta h2 {
    margin: 0;
    color: #0b1b33;
    font-size: clamp(2rem, 5vw, 4.2rem);
    line-height: 1;
}

.nt-flow {
    display: grid;
    gap: 1rem;
}

.nt-flow article {
    padding: 1.2rem 0;
    border-top: 1px solid #e4e9f2;
}

.nt-flow strong {
    display: block;
    color: #1267ff;
    font-size: clamp(1.6rem, 4vw, 3rem);
    line-height: 1;
}

.nt-flow p,
.nt-business-copy p {
    margin: .45rem 0 0;
    max-width: 650px;
    color: #647084;
    font-size: 1.05rem;
    line-height: 1.62;
}

.nt-include-redesign {
    background: #f5f7fb;
}

.nt-include-grid {
    display: flex;
    flex-wrap: wrap;
    gap: .7rem;
}

.nt-include-grid span {
    padding: .72rem .9rem;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #e4e9f2;
    color: #162033;
    font-weight: 780;
}

.nt-business-copy {
    max-width: 900px;
}

.nt-human-redesign {
    background: #0b1b33;
}

.nt-human-redesign p {
    color: #fff;
}

.nt-final-cta {
    padding: clamp(2.2rem, 6vw, 4rem) 0;
    background: #fff;
    border-top: 1px solid #e4e9f2;
}

.nt-final-cta .container-xxl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.2rem;
}

.nt-final-cta p {
    margin: .3rem 0 0;
    color: #647084;
    font-weight: 850;
}

.admin-body {
    background: #f6f8fc;
}

.admin-header {
    align-items: center;
    gap: 1rem;
    min-height: 78px;
    padding: .85rem clamp(1rem, 3vw, 2rem);
    background: rgba(255, 255, 255, .96);
}

.admin-header img {
    width: clamp(220px, 25vw, 360px);
}

.admin-main {
    padding-top: clamp(1.4rem, 4vw, 2.6rem);
}

.admin-title {
    margin-bottom: 1.2rem;
}

.admin-title h1 {
    font-size: clamp(2.1rem, 6vw, 4.5rem);
    line-height: .98;
}

.admin-panel,
.admin-form,
.admin-notice,
.business-card,
.login-box {
    border-radius: 12px;
    box-shadow: none;
}

.admin-panel,
.admin-form,
.business-card {
    border: 1px solid #e1e7f0;
}

.admin-form {
    display: grid;
    gap: .7rem;
}

.admin-form h2 {
    margin-top: 1.2rem;
    padding-top: 1.2rem;
    border-top: 1px solid #e4e9f2;
}

.admin-form h2:first-of-type {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

.admin-form input,
.admin-form textarea,
.admin-form select,
.inline-form input,
.row-form input,
.login-box input {
    min-height: 46px;
    border: 1px solid #d9e1ec;
    border-radius: 10px;
    background: #fff;
}

.theme-picker {
    display: grid;
    gap: .85rem;
}

.theme-option {
    display: grid;
    grid-template-columns: 116px 1fr;
    gap: .85rem 1rem;
    align-items: center;
    min-height: 118px;
    margin: 0;
    padding: .9rem;
    border: 1px solid #dbe3ee;
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
}

.theme-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.theme-option.selected,
.theme-option:has(input:checked) {
    border-color: #1267ff;
    box-shadow: 0 0 0 3px rgba(18, 103, 255, .12);
}

.theme-option strong,
.theme-option small {
    grid-column: 2;
}

.theme-option strong {
    align-self: end;
    color: #0b1b33;
    font-size: 1.05rem;
}

.theme-option small {
    align-self: start;
    color: #647084;
    line-height: 1.35;
}

.theme-preview {
    grid-row: 1 / span 2;
    display: grid;
    gap: .35rem;
    height: 80px;
    padding: .55rem;
    border-radius: 10px;
    background: #f4f7fb;
}

.theme-preview span {
    display: block;
    border-radius: 6px;
    background: #1267ff;
}

.theme-preview span:nth-child(2) {
    background: #dfe7f3;
}

.theme-preview span:nth-child(3) {
    width: 70%;
    background: #18a058;
}

.theme-preview-modelo_2 {
    grid-template-columns: 1.4fr .8fr;
}

.theme-preview-modelo_2 span:first-child {
    grid-row: span 2;
}

.theme-preview-modelo_3 {
    grid-template-columns: repeat(3, 1fr);
}

.theme-preview-modelo_3 span {
    height: 100%;
}

.theme-preview-modelo_4 span:first-child {
    width: 55%;
}

.theme-preview-modelo_5 {
    grid-template-columns: 1fr;
}

.theme-preview-modelo_5 span {
    height: 16px;
}

.business-list {
    gap: .85rem;
}

.business-card {
    grid-template-columns: minmax(0, 1fr);
    background: #fff;
}

.business-actions {
    align-items: flex-start;
}

.login-screen {
    min-height: calc(100vh - 78px);
    background:
        linear-gradient(90deg, rgba(18, 103, 255, .06), transparent 36%),
        #f6f8fc;
}

.login-box {
    width: min(460px, 100%);
    padding: clamp(1.2rem, 4vw, 2rem);
    background: #fff;
}

.login-box img {
    width: clamp(240px, 72vw, 360px);
}

.admin-notice {
    border-left-color: #1267ff;
    background: #f2f6ff;
}

@media (min-width: 768px) {
    .nt-flow {
        grid-template-columns: .8fr 1.1fr 1fr;
        align-items: start;
    }

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

    .business-card {
        grid-template-columns: minmax(0, 1fr) auto;
    }
}

@media (min-width: 992px) {
    .nt-hero-grid {
        grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
        align-items: center;
    }

    .theme-picker {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .theme-option {
        grid-template-columns: 1fr;
        min-height: 210px;
    }

    .theme-option strong,
    .theme-option small {
        grid-column: 1;
    }

    .theme-preview {
        grid-row: auto;
    }
}

@media (max-width: 575px) {
    .admin-header {
        flex-wrap: wrap;
    }

    .admin-header img {
        width: min(280px, 74vw);
    }
}

/* NEXXIS-TAP-CSS-20260815 */
