/* Maras.pe - Sal de Maras | CSS no crítico (carga diferida) */
.section-intro{max-width:780px;margin:0 auto 38px;text-align:center;color:#5a5148;font-size:1.03rem}
.center{text-align:center}

/* Header redes sociales */
.nav-social-item{padding:0!important;list-style:none}
.nav-social-item::marker{content:""}
.header-social{display:flex;gap:8px;align-items:center;margin:0 6px;padding:0 10px;border-left:1px solid #eadfd1;border-right:1px solid #eadfd1}
.header-social a{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#fbf6ef;color:#c94823;transition:all .2s;padding:0!important;border-bottom:0!important}
.header-social a:hover{background:#c94823;color:#fff;transform:translateY(-2px)}
.header-social a::after{display:none!important}
.header-social svg{width:18px;height:18px;display:block}
@media (max-width:900px){.header-social{margin:0;padding:14px 18px;border:0;border-top:1px solid #f0e8dd;border-bottom:1px solid #f0e8dd;justify-content:center;gap:14px}.header-social a{width:42px;height:42px}.header-social svg{width:22px;height:22px}.nav-social-item{display:block}}
/* Distrito de Maras */
.maras-district{background:#fff}
.maras-district h2{text-align:center;margin-bottom:32px}
.two-col{display:grid;grid-template-columns:1.25fr 1fr;gap:40px;align-items:start}
.two-col p{color:#5a5148}
.maras-facts{background:#fbf6ef;padding:26px 28px;border-radius:14px;border-left:5px solid #c94823}
.maras-facts h3{margin-top:0;color:#c94823}
.fact-list{list-style:none;padding:0;margin:0}
.fact-list li{padding:11px 0;border-bottom:1px solid #eadfd1;font-size:.95rem;display:flex;justify-content:space-between;gap:14px;align-items:center;flex-wrap:wrap}
.fact-list li:last-child{border-bottom:0}
.fact-list li strong{color:#2b1a14;flex-shrink:0}
.fact-list li span{color:#5a5148;text-align:right}
@media (max-width:800px){.two-col{grid-template-columns:1fr}}
/* Canal WA */
.channel-cta{background:linear-gradient(135deg,#25D366 0,#128C7E 100%);color:#fff}
.channel-cta h2,.channel-cta p{color:#fff}
.channel-cta .btn-primary{background:#fff;color:#128C7E}
.channel-cta .btn-primary:hover{background:#2b1a14;color:#fff}
/* Beneficios */
.benefits{background:#fbf6ef}
.grid-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(275px,1fr));gap:22px;margin-top:8px}
.card{background:#fff;padding:28px 24px;border-radius:14px;box-shadow:0 2px 8px rgba(0,0,0,.05);transition:transform .25s,box-shadow .25s;border-top:4px solid #c94823}
.card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.1)}
.card-icon{font-size:2.3rem;margin-bottom:10px;line-height:1}
.card h3{margin-bottom:8px}
.card p{color:#5a5148;margin:0;font-size:.94rem}
/* Presentaciones */
.presentations{background:#fff}
.product-row{display:grid;grid-template-columns:1fr 1.3fr;gap:36px;align-items:center;margin-bottom:36px;padding:28px;background:#fbf6ef;border-radius:14px}
.product-row.reverse{grid-template-columns:1.3fr 1fr}
.product-row.reverse .product-img{order:2}
.product-row.reverse .product-text{order:1}
.product-row img{border-radius:12px;box-shadow:0 10px 26px rgba(0,0,0,.1);aspect-ratio:1/1;object-fit:cover;width:100%}
.product-text h3{color:#a33617;margin-bottom:10px}
.product-text p{color:#5a5148}
@media (max-width:800px){.product-row,.product-row.reverse{grid-template-columns:1fr;text-align:center}.product-row.reverse .product-img,.product-row.reverse .product-text{order:initial}}
/* PRECIOS — 2 columnas grandes */
.prices{background:linear-gradient(180deg,#fbf6ef 0,#fff 100%)}
.price-grid-2col{display:grid;grid-template-columns:repeat(2,1fr);gap:26px;max-width:1100px;margin:0 auto}
.price-card{background:#fff;padding:0;border-radius:14px;box-shadow:0 3px 14px rgba(0,0,0,.06);display:flex;flex-direction:column;transition:transform .25s,box-shadow .25s;border:1px solid #f1e4d4;overflow:hidden}
.price-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(201,72,35,.14);border-color:#f6c9b5}
.price-card-head{display:flex;flex-direction:column;margin-bottom:0}
.price-card-head img{width:100%;height:auto;aspect-ratio:1/1;max-height:600px;object-fit:cover;display:block;background:#fbf6ef}
.price-card-head > div{padding:24px 26px 8px}
.price-card-head h3{color:#a33617;font-size:1.25rem;margin:0 0 8px}
.card-sub{color:#5a5148;font-size:.92rem;margin:0;line-height:1.55}
.price-list{list-style:none;padding:0;margin:0;border-top:1px solid #f1e4d4}
.price-list li{display:grid;grid-template-columns:1fr auto;gap:4px 14px;padding:14px 26px;border-bottom:1px dashed #f1e4d4;font-size:.94rem;align-items:center}
.price-list li:last-child{border-bottom:0}
.pl-label{font-weight:700;color:#2b1a14}
.pl-price{font-size:1.3rem;font-weight:800;color:#c94823;letter-spacing:-.01em}
.pl-unit{grid-column:1/3;color:#5a5148;font-size:.82rem}
.price-card > .btn{margin:0 26px 26px;width:calc(100% - 52px)}
.price-note{max-width:720px;margin:36px auto 0;padding:20px 24px;background:#fff3e6;border-radius:12px;border-left:4px solid #e8b64a;text-align:center}
.price-note p{margin:0;color:#2b1a14}
@media (max-width:850px){.price-grid-2col{grid-template-columns:1fr}}
/* A granel */
.bulk{background:#2b1a14;color:#fff}
.bulk h2,.bulk p{color:#fff}
.bulk img{border-radius:14px;box-shadow:0 14px 40px rgba(0,0,0,.4);aspect-ratio:1/1;object-fit:cover;width:100%}
/* Impacto */
.impact{background:#fbf6ef}
.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:26px;margin-top:26px}
.stat{text-align:center;background:#fff;padding:36px 24px;border-radius:14px;box-shadow:0 3px 14px rgba(0,0,0,.06)}
.stat-num{font-weight:800;font-size:clamp(2rem,4vw,2.9rem);color:#c94823;margin-bottom:10px;letter-spacing:-.02em}
.stat p{color:#5a5148;margin:0;font-size:.95rem}
/* Cobertura */
.coverage{background:#fff}
.coverage-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px;list-style:none;padding:0;margin:0 auto;max-width:960px}
.coverage-list li{background:#fbf6ef;padding:13px 16px;border-radius:8px;text-align:center;font-weight:600;color:#2b1a14;border-left:3px solid #c94823;font-size:.92rem;transition:background .2s}
.coverage-list li:hover{background:#fdeee6}
/* FAQ */
.faq{background:#fbf6ef}
.faq .container{max-width:900px}
.faq-item{background:#fff;border-radius:12px;padding:0;margin-bottom:12px;box-shadow:0 2px 8px rgba(0,0,0,.04);overflow:hidden}
.faq-item summary{cursor:pointer;padding:18px 56px 18px 22px;font-weight:700;font-size:1.02rem;color:#2b1a14;list-style:none;position:relative}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{content:"+";position:absolute;right:20px;top:50%;transform:translateY(-50%);font-size:1.6rem;color:#c94823;transition:.2s;line-height:1}
.faq-item[open] summary::after{transform:translateY(-50%) rotate(45deg)}
.faq-item p{padding:0 22px 20px;color:#5a5148;margin:0}
/* CTA Final */
.final-cta{background:linear-gradient(135deg,#c94823 0,#a33617 100%);color:#fff}
.final-cta h2,.final-cta p{color:#fff}
.final-cta .btn-primary{background:#fff;color:#c94823}
.final-cta .btn-primary:hover{background:#2b1a14;color:#fff}
/* Footer */
.site-footer{background:#2b1a14;color:#d5c8bc;padding:60px 0 0;margin-top:0}
.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1.1fr;gap:40px}
.site-footer h3{color:#fff;font-size:1.05rem;margin-bottom:14px;letter-spacing:.3px}
.site-footer ul{list-style:none;padding:0;margin:0}
.site-footer ul li{padding:6px 0;font-size:.95rem}
.site-footer a{color:#d5c8bc;transition:color .2s}
.site-footer a:hover{color:#e8b64a}
.footer-brand{display:flex;flex-direction:column;align-items:flex-start}
.footer-logo-img{width:130px;height:auto;border-radius:50%;background:#fff;padding:6px;margin-bottom:18px;box-shadow:0 4px 14px rgba(0,0,0,.3);display:block}
.footer-brand p{color:#b8a99a;font-size:.93rem;line-height:1.6;margin:0 0 18px}
.footer-social{display:flex;gap:12px;flex-wrap:wrap;margin-top:4px}
.footer-social a{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:rgba(255,255,255,.08);color:#fff!important;transition:all .25s;border:1px solid rgba(255,255,255,.1)}
.footer-social a:hover{background:#c94823;color:#fff!important;transform:translateY(-3px);border-color:#c94823}
.footer-social svg{width:20px;height:20px;display:block}
.copyright{border-top:1px solid #3a261d;margin-top:40px;padding:20px 0;font-size:.85rem;color:#a99789}
.copyright p{margin:0;text-align:center}
@media (max-width:900px){.footer-grid{grid-template-columns:1fr 1fr;gap:32px}}
@media (max-width:600px){.footer-grid{grid-template-columns:1fr;gap:28px}.footer-brand{align-items:center;text-align:center}}
/* FAB */
.fab-wa{position:fixed;bottom:22px;right:22px;width:58px;height:58px;background:#25D366;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 20px rgba(37,211,102,.5);z-index:99;transition:transform .2s;animation:pulse-wa 2.2s infinite}
.fab-wa:hover{transform:scale(1.08);color:#fff}
@keyframes pulse-wa{0%{box-shadow:0 6px 20px rgba(37,211,102,.5),0 0 0 0 rgba(37,211,102,.65)}70%{box-shadow:0 6px 20px rgba(37,211,102,.5),0 0 0 18px rgba(37,211,102,0)}100%{box-shadow:0 6px 20px rgba(37,211,102,.5),0 0 0 0 rgba(37,211,102,0)}}
@media (max-width:500px){.fab-wa{width:54px;height:54px;bottom:16px;right:16px}}

/* ========== BLOG PREVIEW (en home) ========== */
.blog-preview{background:#fff}
.blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:26px;margin-bottom:36px}
.blog-card{background:#fff;border-radius:14px;box-shadow:0 3px 14px rgba(0,0,0,.07);overflow:hidden;transition:transform .25s,box-shadow .25s;border:1px solid #f1e4d4}
.blog-card:hover{transform:translateY(-5px);box-shadow:0 14px 32px rgba(201,72,35,.15);border-color:#f6c9b5}
.blog-card-link{display:block;color:inherit;text-decoration:none}
.blog-card-img{width:100%;aspect-ratio:8/5;overflow:hidden;background:#fbf6ef}
.blog-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.blog-card:hover .blog-card-img img{transform:scale(1.05)}
.blog-card-body{padding:22px}
.blog-tag{display:inline-block;background:#fdeee6;color:#c94823;padding:4px 12px;border-radius:50px;font-size:.75rem;font-weight:700;letter-spacing:.3px;margin-bottom:10px;text-transform:uppercase}
.blog-card h3{color:#2b1a14;margin:0 0 10px;font-size:1.12rem;line-height:1.35}
.blog-card p{color:#5a5148;font-size:.92rem;margin:0 0 14px}
.blog-read{color:#c94823;font-weight:700;font-size:.9rem}
.blog-cta-more{margin-top:26px}

/* ========== BLOG LISTADO (blog/index.html) ========== */
.blog-hero{background:linear-gradient(135deg,#fbf6ef 0,#fdeee6 100%);padding:56px 0 46px;text-align:center}
.blog-hero h1{margin-bottom:12px}
.blog-hero p{color:#5a5148;max-width:680px;margin:0 auto;font-size:1.05rem}
.blog-list-section{padding:50px 0 70px;background:#fff}
.blog-list-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:26px}

/* ========== POST INDIVIDUAL (blog/post.html) ========== */
.post-hero{background:linear-gradient(135deg,#fbf6ef 0,#fdeee6 100%);padding:48px 0 36px}
.post-hero .container{max-width:820px}
.breadcrumb{font-size:.88rem;color:#5a5148;margin-bottom:18px}
.breadcrumb a{color:#c94823}
.breadcrumb span{margin:0 6px;color:#a99789}
.post-meta{display:flex;flex-wrap:wrap;gap:14px;color:#5a5148;font-size:.9rem;margin-top:14px}
.post-meta span{display:inline-flex;align-items:center;gap:5px}
.post-body{padding:40px 0 70px;background:#fff}
.post-body .container{max-width:820px}
.post-body .featured-img{width:100%;max-height:480px;object-fit:cover;border-radius:14px;margin:0 0 32px;box-shadow:0 8px 28px rgba(0,0,0,.1)}
.post-body h2{margin:38px 0 16px;font-size:1.6rem;color:#2b1a14;border-bottom:2px solid #fdeee6;padding-bottom:8px}
.post-body h3{margin:28px 0 12px;font-size:1.25rem;color:#a33617}
.post-body p{font-size:1.05rem;color:#2b1a14;line-height:1.75;margin-bottom:1.1em}
.post-body ul,.post-body ol{font-size:1.05rem;color:#2b1a14;line-height:1.75;padding-left:22px;margin-bottom:1.2em}
.post-body li{margin-bottom:.5em}
.post-body blockquote{border-left:4px solid #c94823;background:#fbf6ef;padding:18px 24px;margin:24px 0;border-radius:0 10px 10px 0;color:#2b1a14;font-style:italic}
.post-body blockquote p:last-child{margin-bottom:0}
.post-body a{color:#c94823;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}
.post-body a:hover{color:#a33617}
.post-toc{background:#fbf6ef;border-radius:12px;padding:22px 26px;margin:24px 0 32px;border-left:4px solid #c94823}
.post-toc-title{font-weight:800;color:#2b1a14;margin-bottom:10px;font-size:1rem}
.post-toc ol{margin:0;padding-left:20px;color:#5a5148}
.post-toc ol li{margin-bottom:4px;font-size:.95rem}
.post-toc a{color:#c94823;text-decoration:none}
.post-cta-box{background:linear-gradient(135deg,#c94823 0,#a33617 100%);color:#fff;padding:28px;border-radius:14px;margin:36px 0;text-align:center}
.post-cta-box h3{color:#fff;margin:0 0 10px;font-size:1.3rem}
.post-cta-box p{color:#fff;margin:0 0 16px;opacity:.95}
.post-cta-box .btn{background:#fff;color:#c94823}
.post-cta-box .btn:hover{background:#2b1a14;color:#fff}
.post-share{display:flex;gap:10px;flex-wrap:wrap;padding:22px 0;border-top:1px solid #f1e4d4;border-bottom:1px solid #f1e4d4;margin:36px 0}
.post-share strong{align-self:center;color:#2b1a14;margin-right:6px}
.share-btn{padding:8px 14px;border-radius:50px;background:#fbf6ef;color:#2b1a14;font-size:.88rem;font-weight:600;text-decoration:none;transition:background .2s}
.share-btn:hover{background:#fdeee6;color:#c94823}
.post-related{background:#fbf6ef;padding:50px 0}
.post-related h2{text-align:center;margin-bottom:30px}
.post-related .blog-grid{margin-bottom:0}

