:root{
--red:#e31b23;--red-dark:#b70f16;--red-deep:#8f0b10;--yellow:#ffbe18;--text:#202124;--muted:#64676b;--soft:#f6f6f6;--cream:#fff4cd;--white:#fff;--border:#e6e6e6}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:#fff}body.modal-open{overflow:hidden}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}button,a{font:inherit}button{cursor:pointer}.container{width:min(1180px,calc(100% - 34px));margin:auto}
.top-strip{background:var(--red-deep);color:#fff;font-size:13px}.top-strip-inner{min-height:34px;display:flex;justify-content:space-between;align-items:center;gap:20px}.main-header{background:var(--red);position:sticky;top:0;z-index:50;box-shadow:0 4px 14px rgba(0,0,0,.12)}.header-inner{min-height:84px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand img{width:310px;max-height:70px;object-fit:contain}.nav{display:flex;gap:23px;align-items:center;color:#fff;font-weight:800}.nav a{padding:10px 0;border-bottom:2px solid transparent}.nav a:hover{border-color:var(--yellow)}.menu-toggle{display:none;background:transparent;border:0;color:#fff;font-size:30px}
.hero{background:radial-gradient(circle at 78% 32%,rgba(255,190,24,.18),transparent 30%),linear-gradient(135deg,var(--red),var(--red-dark));color:#fff}.hero-grid{min-height:545px;display:grid;grid-template-columns:1fr .9fr;gap:60px;align-items:center;padding:66px 0}.pill,.eyebrow{display:inline-block;text-transform:uppercase;letter-spacing:.08em;font-size:13px;font-weight:900}.pill{background:var(--yellow);color:#7b1600;border-radius:999px;padding:9px 13px}.eyebrow{color:var(--red)}.eyebrow.light{color:var(--yellow)}.hero h1{font-size:clamp(48px,6vw,78px);line-height:.98;margin:20px 0 18px;max-width:700px}.hero p{font-size:20px;line-height:1.6;color:rgba(255,255,255,.92);max-width:650px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.hero-highlights{display:flex;gap:18px;flex-wrap:wrap;margin-top:24px;font-weight:700;font-size:14px}.btn{border:0;border-radius:11px;min-height:50px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;font-weight:900;transition:.2s}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--yellow);color:#6d1800}.btn-secondary{background:#fff;color:var(--red)}.btn-outline{border:2px solid var(--red);background:#fff;color:var(--red)}.btn-light-large{background:#fff;color:var(--red);min-width:190px}.hero-brand-card{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.2);border-radius:28px;padding:34px;box-shadow:0 22px 50px rgba(0,0,0,.18)}.hero-brand-card img{width:100%}
.section{padding:86px 0}.section-white{background:#fff}.section-soft{background:var(--soft)}.section-title-row{display:flex;justify-content:space-between;gap:30px;align-items:flex-end;margin-bottom:34px}.section h2{font-size:clamp(34px,4.2vw,52px);line-height:1.05;margin:8px 0 12px}.section p{font-size:18px;line-height:1.65;color:var(--muted)}.text-action{border:0;background:transparent;color:var(--red);font-weight:900;padding:10px 0}
.offer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.offer-card{position:relative;border:1px solid var(--border);border-radius:18px;padding:22px;background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.05)}.offer-badge{position:absolute;top:14px;left:14px;background:var(--red);color:#fff;border-radius:999px;padding:6px 9px;font-size:11px;font-weight:900;text-transform:uppercase}.product-placeholder{height:145px;border-radius:14px;background:linear-gradient(135deg,#fff4d1,#fff);display:grid;place-items:center;font-size:50px;font-weight:900;color:var(--red);margin-bottom:18px}.offer-card h3{font-size:23px;margin:0 0 8px}.offer-card p{font-size:15px;min-height:72px}.offer-button{width:100%;border:1px solid var(--red);color:var(--red);background:#fff;min-height:42px;border-radius:9px;font-weight:900}.offer-button:hover{background:var(--red);color:#fff}
.farmacia-popular{background:var(--cream)}.fp-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:55px;align-items:center}.fp-poster-wrap{max-width:390px;margin:auto;border-radius:24px;overflow:hidden;box-shadow:0 18px 42px rgba(0,0,0,.16)}.fp-poster-wrap img{width:100%;height:auto}.fp-note{background:#fff;border:1px solid #ead892;border-radius:14px;padding:18px;margin:24px 0}.fp-note strong,.fp-note span{display:block}.fp-note span{margin-top:5px;color:var(--muted)}
.encarte-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:50px;align-items:center}.encarte-warning{background:#fff4d1;border-left:5px solid var(--yellow);padding:16px 18px;border-radius:10px;margin:22px 0}.encarte-warning strong,.encarte-warning span{display:block}.encarte-warning span{margin-top:5px;color:#665b3a}.replace-tip{font-size:14px!important}.encarte-card{min-height:330px;border-radius:24px;background:#fff;border:1px solid var(--border);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:30px;box-shadow:0 12px 30px rgba(0,0,0,.06);overflow:hidden}.encarte-card img{width:180px;max-height:180px;object-fit:contain;margin-bottom:18px}.encarte-badge{font-size:12px;font-weight:900;letter-spacing:.1em;color:var(--red);margin-bottom:8px}.encarte-card strong{font-size:27px}.encarte-card span{margin-top:6px;color:var(--muted)}
.store-showcase{display:grid;grid-template-columns:1.2fr .8fr;gap:34px;align-items:stretch}.store-photo{border-radius:24px;overflow:hidden;min-height:430px;box-shadow:0 16px 38px rgba(0,0,0,.12)}.store-photo img{width:100%;height:100%;object-fit:cover;object-position:center 58%}.store-info{display:flex;flex-direction:column;justify-content:center}.address{font-size:20px!important;line-height:1.7!important}.hours-card{border-radius:22px;background:#202124;color:#fff;padding:28px;box-shadow:0 16px 35px rgba(0,0,0,.13);margin-top:8px}.hours-card h3{font-size:26px;margin:0 0 20px}.hours-row{display:flex;justify-content:space-between;gap:16px;padding:13px 0;border-bottom:1px solid rgba(255,255,255,.13)}.hours-status{margin-top:18px;padding:12px 14px;border-radius:10px;background:rgba(255,255,255,.09);font-weight:800}.store-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}
.contact-section{background:var(--red)}.contact-card{color:#fff;display:flex;justify-content:space-between;align-items:center;gap:30px}.contact-card h2{margin-top:8px}.contact-card p{color:rgba(255,255,255,.88)}
.footer{background:#171717;color:#fff;padding:46px 0 20px}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:36px}.footer img{width:300px;margin-bottom:12px}.footer strong,.footer span{display:block}.footer strong{margin-bottom:10px}.footer span,.footer p{color:#c8c8c8;line-height:1.7}.footer-bottom{border-top:1px solid #303030;margin-top:32px;padding-top:18px;font-size:13px;color:#aaa}
.floating-whatsapp{position:fixed;right:20px;bottom:20px;z-index:70;border:0;border-radius:999px;background:#25D366;color:#fff;box-shadow:0 12px 30px rgba(0,0,0,.25);min-height:52px;padding:0 20px;font-weight:900;display:flex;align-items:center;gap:9px}.wa-dot{width:10px;height:10px;background:#fff;border-radius:50%}
.modal-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:100;display:none;align-items:center;justify-content:center;padding:20px}.modal-backdrop.show{display:flex}.modal{position:relative;width:min(480px,100%);background:#fff;border-radius:22px;padding:30px;box-shadow:0 24px 70px rgba(0,0,0,.30)}.modal h2{font-size:32px;margin:8px 0}.modal p{color:var(--muted);line-height:1.6}.modal-close{position:absolute;right:16px;top:12px;border:0;background:transparent;font-size:34px;color:#666}.whatsapp-option{display:flex;justify-content:space-between;align-items:center;gap:18px;border:1px solid #dfe6e0;border-radius:13px;padding:16px;margin-top:12px;background:#f7fff9}.whatsapp-option strong{color:#128c4a}.whatsapp-option span{font-size:13px;color:#666}.whatsapp-option:hover{border-color:#25D366}
@media(max-width:980px){.nav{gap:14px;font-size:14px}.offer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:820px){.top-strip-inner{justify-content:center;text-align:center}.top-strip-inner span:last-child{display:none}.brand img{width:230px}.menu-toggle{display:block}.nav{position:absolute;left:0;right:0;top:84px;display:none;flex-direction:column;align-items:flex-start;padding:18px 22px;background:var(--red-dark)}.nav.open{display:flex}.hero-grid,.fp-grid,.encarte-grid,.store-showcase{grid-template-columns:1fr}.hero-grid{padding:46px 0}.hero-brand-card{order:-1;padding:22px}.section-title-row,.contact-card{align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1fr}.store-photo{min-height:330px}}
@media(max-width:560px){.container{width:min(100% - 24px,1180px)}.brand img{width:200px}.hero h1{font-size:43px}.hero p,.section p{font-size:17px}.hero-highlights{flex-direction:column;gap:8px}.section{padding:62px 0}.offer-grid{grid-template-columns:1fr}.hours-row{flex-direction:column;gap:5px}.floating-whatsapp{right:12px;bottom:12px}}

.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap}
.visit-counter{color:#d7d7d7!important;font-size:13px}
.visit-counter strong{color:#fff;font-size:14px}
@media(max-width:560px){.footer-bottom{flex-direction:column;align-items:flex-start;gap:8px}}
