:root {
    --navy: #0b1f3a;
    --navy-2: #12365d;
    --blue: #1769aa;
    --orange: #ef7d17;
    --yellow: #ffc928;
    --green: #1b9b62;
    --ink: #142033;
    --muted: #607086;
    --line: #e3eaf2;
    --surface: #f5f8fc;
    --white: #fff;
    --shadow: 0 24px 60px rgba(11, 31, 58, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: "Manrope", sans-serif; line-height: 1.65; }
body.cart-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 36px)); margin-inline: auto; }
.section { padding: 86px 0; }
.section-soft { background: var(--surface); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 36px; }
.section-head.center { display: block; text-align: center; max-width: 720px; margin: 0 auto 42px; }
.eyebrow { color: var(--orange); text-transform: uppercase; letter-spacing: .16em; font-weight: 800; font-size: .78rem; }
h1, h2, h3, h4 { font-family: "Montserrat", sans-serif; line-height: 1.12; margin: 0; }
h1 { font-size: clamp(2.5rem, 5vw, 5.15rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2rem, 3.6vw, 3.35rem); letter-spacing: -.035em; }
h3 { font-size: 1.2rem; }
p { margin: 0; }
.lead { color: var(--muted); font-size: 1.08rem; max-width: 690px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 0; border-radius: 14px; padding: 13px 20px; font-weight: 800; cursor: pointer; transition: .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--yellow); color: var(--navy); box-shadow: 0 12px 25px rgba(255, 201, 40, .28); }
.btn-dark { background: var(--navy); color: #fff; }
.btn-outline { border: 1px solid var(--line); background: #fff; color: var(--navy); }
.btn-whatsapp { background: #20b767; color: #fff; }
.btn-block { width: 100%; }
.site-header { height: 82px; position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.94); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(227,234,242,.8); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 10px; }
.brand img { width: 62px; height: 58px; object-fit: contain; }
.brand-mark { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--yellow); color: var(--navy); font: 900 1.55rem "Montserrat"; border: 4px solid var(--orange); }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { color: var(--blue); font: 900 1.5rem "Montserrat"; letter-spacing: .03em; }
.brand-copy small { margin-top: 5px; color: var(--muted); font-size: .65rem; letter-spacing: .07em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 22px; }
.main-nav a { font-size: .89rem; font-weight: 700; color: #3c4b60; }
.main-nav a:hover, .main-nav a.active { color: var(--orange); }
.main-nav .nav-cta { background: var(--yellow); color: var(--navy); padding: 10px 16px; border-radius: 12px; }
.menu-toggle { display: none; background: var(--navy); color: #fff; border: 0; border-radius: 10px; padding: 9px 13px; font-weight: 800; }
.hero { position: relative; min-height: 650px; display: grid; align-items: center; overflow: hidden; background: radial-gradient(circle at 75% 20%, #fff2b3 0, transparent 32%), linear-gradient(135deg, #f7fbff, #eaf4ff); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 48px; padding: 70px 0; }
.hero-copy { position: relative; z-index: 2; }
.hero-copy h1 span { color: var(--orange); }
.hero-copy .lead { margin-top: 22px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-visual { min-height: 490px; border-radius: 36px; overflow: hidden; position: relative; background: linear-gradient(145deg, var(--blue), var(--navy)); box-shadow: var(--shadow); }
.hero-visual img { width: 100%; height: 100%; min-height: 490px; object-fit: cover; }
.hero-placeholder { height: 100%; min-height: 490px; display: grid; place-items: center; padding: 40px; text-align: center; color: #fff; }
.hero-placeholder strong { display: block; font: 900 clamp(2.2rem, 5vw, 4.5rem) "Montserrat"; }
.hero-placeholder span { color: #bcd5ef; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: -32px; position: relative; z-index: 4; }
.stat-card { background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 23px; box-shadow: 0 12px 28px rgba(11,31,58,.08); }
.stat-card strong { display: block; font: 800 1.75rem "Montserrat"; color: var(--blue); }
.stat-card span { color: var(--muted); font-size: .86rem; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.product-card, .offer-card, .brand-card, .store-card, .info-card { background: #fff; border: 1px solid var(--line); border-radius: 22px; overflow: hidden; box-shadow: 0 12px 30px rgba(12,37,68,.06); transition: .25s; }
.product-card:hover, .offer-card:hover, .brand-card:hover, .store-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.product-image { height: 260px; display: grid; place-items: center; position: relative; background: linear-gradient(160deg, #f7fbff, #eef4fa); padding: 24px; }
.product-image img { width: 100%; height: 100%; object-fit: contain; }
.image-placeholder { display: grid; place-items: center; width: 100%; height: 100%; border: 2px dashed #c7d6e5; border-radius: 16px; color: #7b8ca2; text-align: center; font-weight: 700; padding: 20px; }
.badge { position: absolute; top: 15px; left: 15px; background: var(--orange); color: #fff; border-radius: 99px; padding: 6px 11px; text-transform: uppercase; font-size: .67rem; font-weight: 900; letter-spacing: .06em; }
.card-body { padding: 22px; }
.card-kicker { color: var(--orange); text-transform: uppercase; letter-spacing: .1em; font-weight: 800; font-size: .7rem; }
.card-body h3 { margin-top: 7px; }
.card-body p { color: var(--muted); margin-top: 10px; font-size: .9rem; }
.card-price { margin: 15px 0; font-weight: 900; color: var(--navy); }
.product-controls { display: grid; grid-template-columns: 1fr auto; gap: 9px; }
.product-controls select { min-width: 0; }
.filter-bar { display: grid; grid-template-columns: 1fr auto; gap: 14px; margin-bottom: 30px; }
.search-input, .form-control { width: 100%; border: 1px solid var(--line); border-radius: 13px; padding: 12px 14px; background: #fff; outline: none; color: var(--ink); }
.search-input:focus, .form-control:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(23,105,170,.1); }
.category-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.pill { border: 1px solid var(--line); background: #fff; color: var(--navy); border-radius: 99px; padding: 9px 13px; font-weight: 800; cursor: pointer; }
.pill.active { background: var(--navy); color: #fff; border-color: var(--navy); }
.page-hero { padding: 80px 0; background: linear-gradient(135deg, var(--navy), var(--blue)); color: #fff; }
.page-hero .lead { margin-top: 18px; color: #d7e7f6; }
.page-hero-image { margin-top: 32px; height: 320px; border-radius: 26px; overflow: hidden; }
.page-hero-image img { width: 100%; height: 100%; object-fit: cover; }
.empty-state { grid-column: 1 / -1; background: #fff; border: 1px dashed #becddd; border-radius: 22px; padding: 54px 26px; text-align: center; color: var(--muted); }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 42px; align-items: start; }
.form-card { background: #fff; border: 1px solid var(--line); border-radius: 24px; padding: 28px; box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { display: grid; gap: 7px; }
.form-group.full { grid-column: 1 / -1; }
.form-group label { font-weight: 800; font-size: .86rem; }
textarea.form-control { min-height: 140px; resize: vertical; }
.flash { margin-top: 16px; padding: 13px 16px; border-radius: 13px; font-weight: 700; }
.flash-success { background: #e8f8ef; color: #16704a; border: 1px solid #a7e0c1; }
.flash-error { background: #fff0f0; color: #a82b2b; border: 1px solid #f0bcbc; }
.contact-list { display: grid; gap: 14px; margin-top: 24px; }
.contact-item { display: flex; gap: 13px; align-items: center; padding: 16px; background: var(--surface); border-radius: 14px; }
.contact-icon { width: 40px; height: 40px; border-radius: 11px; display: grid; place-items: center; background: var(--yellow); color: var(--navy); font-weight: 900; }
.brand-card { padding: 28px; text-align: center; }
.brand-logo { height: 130px; display: grid; place-items: center; margin-bottom: 18px; }
.brand-logo img { max-height: 120px; object-fit: contain; }
.offer-image { height: 250px; background: #f8fafc; }
.offer-image img { width: 100%; height: 100%; object-fit: cover; }
.offer-price { display: flex; align-items: baseline; gap: 10px; margin: 15px 0; }
.offer-price strong { color: var(--orange); font-size: 1.3rem; }
.offer-price del { color: #92a0b0; }
.store-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.store-card { padding: 22px; }
.store-meta { color: var(--muted); margin-top: 10px; font-size: .9rem; }
.store-actions { display: flex; gap: 8px; margin-top: 17px; }
.cart-fab { position: fixed; right: 24px; bottom: 24px; z-index: 90; border: 0; border-radius: 18px; padding: 14px 18px; background: var(--navy); color: #fff; font-weight: 900; box-shadow: 0 16px 35px rgba(11,31,58,.28); cursor: pointer; }
.cart-count { display: inline-grid; place-items: center; min-width: 24px; height: 24px; margin-left: 8px; border-radius: 99px; background: var(--yellow); color: var(--navy); }
.cart-panel { position: fixed; inset: 0; z-index: 200; pointer-events: none; }
.cart-panel.open { pointer-events: auto; }
.cart-backdrop { position: absolute; inset: 0; background: rgba(4,17,31,.62); opacity: 0; transition: .2s; }
.cart-panel.open .cart-backdrop { opacity: 1; }
.cart-drawer { position: absolute; right: 0; top: 0; height: 100%; width: min(520px, 100%); background: #fff; transform: translateX(100%); transition: .25s; overflow-y: auto; padding: 26px; }
.cart-panel.open .cart-drawer { transform: translateX(0); }
.cart-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.icon-button { border: 0; background: var(--surface); width: 40px; height: 40px; border-radius: 10px; cursor: pointer; }
.cart-item { display: grid; grid-template-columns: 1fr auto; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.cart-item small { display: block; color: var(--muted); }
.cart-item button { border: 0; background: #fff0f0; color: #a82b2b; border-radius: 8px; cursor: pointer; }
.cart-total { display: flex; justify-content: space-between; padding: 18px 0; font-weight: 900; font-size: 1.1rem; }
.success-panel { max-width: 680px; margin: 80px auto; text-align: center; padding: 48px; background: #fff; border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow); }
.success-check { width: 72px; height: 72px; border-radius: 50%; margin: 0 auto 22px; display: grid; place-items: center; background: #dff7e9; color: #168451; font-size: 2rem; font-weight: 900; }
.site-footer { background: #07182c; color: #c5d2e0; padding: 66px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 44px; }
.footer-grid h3 { color: #fff; font-size: 1rem; margin-bottom: 16px; }
.footer-grid a, .footer-grid span { display: block; margin: 8px 0; font-size: .9rem; }
.footer-grid a:hover { color: var(--yellow); }
.footer-brand { color: var(--yellow); font: 900 2.1rem "Montserrat"; margin-bottom: 12px; }
.footer-bottom { border-top: 1px solid #18324f; margin-top: 40px; padding-top: 22px; text-align: center; color: #7890a8; font-size: .82rem; }
.footer-whatsapp { color: #5ce69f; font-weight: 800; }

@media (max-width: 980px) {
    .menu-toggle { display: block; }
    .main-nav { position: fixed; top: 82px; left: 0; right: 0; display: grid; gap: 0; background: #fff; padding: 14px 18px 24px; border-bottom: 1px solid var(--line); transform: translateY(-150%); opacity: 0; transition: .25s; z-index: -1; }
    .main-nav.open { transform: translateY(0); opacity: 1; z-index: 10; }
    .main-nav a { padding: 12px; }
    .hero-grid, .two-col { grid-template-columns: 1fr; }
    .hero { min-height: auto; }
    .stats, .card-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
    .container { width: min(100% - 24px, 1180px); }
    .section { padding: 62px 0; }
    .brand-copy small { display: none; }
    .hero-grid { padding: 48px 0 70px; }
    .hero-visual, .hero-visual img, .hero-placeholder { min-height: 330px; }
    .stats, .card-grid, .store-grid, .footer-grid, .form-grid { grid-template-columns: 1fr; }
    .stats { margin-top: -18px; }
    .section-head { display: block; }
    .section-head .btn { margin-top: 18px; }
    .filter-bar { grid-template-columns: 1fr; }
    .product-image { height: 230px; }
    .cart-drawer { padding: 20px 16px; }
    .form-group.full { grid-column: auto; }
}

