/* 09 — PIPPO — Minimalist B&W with Red Accent */
*{margin:0;padding:0;box-sizing:border-box}
:root{--black:#000;--g900:#111;--g800:#222;--g700:#333;--g600:#555;--g500:#777;--g400:#999;--g300:#bbb;--g200:#e0e0e0;--g100:#f0f0f0;--g50:#FAFAFA;--white:#fff;--primary:#C62828;--primary-hover:#B71C1C;--primary-light:#FFEBEE;--accent:#212121;--accent-light:#F5F5F5}
html{scroll-behavior:smooth}
body{font-family:'Work Sans',sans-serif;color:var(--g700);line-height:1.6;background:var(--white);font-size:16px;-webkit-font-smoothing:antialiased}
h1,h2,h3,h4{font-family:'Work Sans',sans-serif;color:var(--g900);font-weight:700;line-height:1.15}
img{display:block;max-width:100%}
.container{max-width:1100px;margin:0 auto;padding:0 2rem}
.eyebrow{display:inline-block;font-size:.7rem;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:var(--g400);margin-bottom:.75rem}
.section-header{text-align:center;max-width:600px;margin:0 auto 3.5rem}
.section-header h2{font-size:2.15rem;margin-bottom:1rem;letter-spacing:-.5px}
.section-header p{color:var(--g500);line-height:1.7}

/* Header — Pill Nav Links */
header{position:fixed;top:0;left:0;right:0;background:#fff;backdrop-filter:none;-webkit-backdrop-filter:none;z-index:1000;border-bottom:1px solid rgba(0,0,0,.05);transition:box-shadow .3s}
header.scrolled{box-shadow:0 2px 16px rgba(0,0,0,.06)}
.header-container{max-width:1100px;margin:0 auto;padding:1.15rem 2rem;display:flex;justify-content:space-between;align-items:center}
.logo{text-decoration:none;display:flex;align-items:center;gap:.75rem}.logo-text{font-size:1.2rem;font-weight:800;color:var(--g900)}
.logo-img{height:52px;width:auto;display:block;border-radius:6px}.footer-logo-img{height:52px;width:auto;border-radius:6px}
nav{display:flex;gap:1rem;align-items:center}
nav a{text-decoration:none;color:var(--g600);font-weight:500;font-size:.85rem;transition:background .2s,color .2s;background:#f5f5f5;padding:0.4rem 1rem;border-radius:50px}
nav a:hover{color:var(--black);background:#e0e0e0}
.btn-header{background:#C62828;color:var(--white)!important;padding:.5rem 1.2rem;border-radius:50px;font-size:.85rem;font-weight:600;transition:background .2s}
.btn-header:hover{background:#B71C1C}
.menu-toggle{display:none;flex-direction:column;gap:5px;cursor:pointer;background:none;border:none;padding:4px}
.menu-toggle span{width:22px;height:2px;background:var(--g800)}

/* HERO: Light minimal */
.hero-light{min-height:80vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:8rem 2rem 6rem;background:linear-gradient(135deg, #0A0A0A 0%, #1A1A1A 100%)}
.hero-light .eyebrow{color:rgba(255,255,255,.6)}
.hero-light h1{font-size:clamp(2.5rem,6vw,4.5rem);letter-spacing:-1.5px;margin-bottom:1.5rem;max-width:700px;color:var(--white)}
.hero-light p{font-size:1.1rem;color:rgba(255,255,255,.75);max-width:500px;margin-bottom:2.5rem;line-height:1.7}
.btn-pill{display:inline-flex;padding:.85rem 2rem;background:#C62828;color:var(--white);font-weight:600;border-radius:50px;text-decoration:none;font-size:.95rem;transition:all .3s}
.btn-pill:hover{background:#B71C1C;transform:translateY(-2px);box-shadow:0 8px 20px rgba(198,40,40,.25)}

/* ABOUT: Accent border */
.about-accent{padding:6rem 2rem;border-bottom:1px solid var(--g200);background:#FFFFFF}
.about-accent-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;align-items:center}
.about-accent-img img{width:100%;height:550px;object-fit:cover;border-radius:20px}
.about-accent-text h2{font-size:2.25rem;margin-bottom:.75rem}
.accent-bar{width:50px;height:3px;background:#C62828;margin-bottom:1.5rem}
.about-accent-text p{color:var(--g600);line-height:1.8;margin-bottom:2rem;font-size:1rem}
.stat-row{display:flex;gap:1rem}
.stat-pill{background:var(--g50);border:1px solid var(--g200);border-radius:50px;padding:.6rem 1.25rem;font-size:.85rem;color:var(--g600)}
.stat-pill strong{color:var(--black);margin-right:.25rem}

/* MVV: Accordion blocks */
.mvv-accordion{padding:6rem 2rem;background:var(--white)}
.acc-list{max-width:700px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}
.acc-item{display:flex;gap:1.5rem;padding:2rem;background:var(--g50);border-radius:12px;transition:background .3s}
.acc-item:hover{background:var(--g100)}
.acc-bar{width:4px;background:#C62828;border-radius:4px;flex-shrink:0}
.acc-content h3{font-size:1.1rem;margin-bottom:.5rem}
.acc-content p{font-size:.9rem;color:var(--g600);line-height:1.65}

/* BENEFICIOS: Large numbers */
.benef-nums{padding:6rem 2rem;background:#FAFAFA;border-bottom:1px solid var(--g200)}
.nums-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:800px;margin:0 auto}
.num-item{display:flex;gap:1.5rem;align-items:flex-start;padding:1.5rem;background:var(--white);border-radius:12px;border:1px solid var(--g200);transition:box-shadow .3s}
.num-item:hover{box-shadow:0 8px 24px rgba(0,0,0,.05)}
.num-big{font-size:2.5rem;font-weight:800;color:var(--g200);line-height:1;min-width:55px;transition:color .3s}
.num-item:hover .num-big{color:#C62828}
.num-item h3{font-size:1rem;margin-bottom:.35rem}
.num-item p{font-size:.88rem;color:var(--g600);line-height:1.6}

/* SERVICIOS: Cards with top bar */
.serv-bar{padding:6rem 2rem;background:var(--white);border-bottom:1px solid var(--g200)}
.bar-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.bar-card{border-radius:16px;overflow:hidden;border:1px solid var(--g200);transition:transform .3s,box-shadow .3s}
.bar-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px rgba(0,0,0,.07)}
.bar-top{height:4px;background:#C62828}
.bar-body{padding:0}
.bar-body img{width:100%;height:180px;object-fit:cover}
.bar-body h3{font-size:1.05rem;padding:1.25rem 1.25rem .25rem}
.bar-body p{font-size:.88rem;color:var(--g600);padding:0 1.25rem 1.25rem;line-height:1.6}

/* SECTORES: Horizontal rows */
.sect-horiz{padding:6rem 2rem;background:#FFFFFF}
.horiz-list{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}
.horiz-item{display:flex;gap:2rem;align-items:center;padding:1.5rem;background:var(--white);border-radius:12px;border:1px solid var(--g200);transition:transform .3s}
.horiz-item:hover{transform:translateX(8px)}
.horiz-item img{width:80px;height:80px;border-radius:12px;object-fit:cover;flex-shrink:0}
.horiz-item h3{font-size:1.05rem;margin-bottom:.25rem}
.horiz-item p{font-size:.88rem;color:var(--g600);line-height:1.5}

/* CIFRAS: Pills */
.cifras-pills{padding:5rem 2rem;background:var(--white);border-bottom:1px solid var(--g200)}
.cpill-row{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}
.cpill{background:var(--g50);border:1px solid var(--g200);border-radius:50px;padding:1.25rem 2rem;text-align:center;min-width:140px;transition:all .3s}
.cpill:hover{background:#C62828;color:var(--white);border-color:#C62828}
.cpill:hover strong{color:var(--white)}
.cpill:hover span{color:rgba(255,255,255,.7)}
.cpill strong{display:block;font-size:1.75rem;font-weight:800;color:var(--black);line-height:1;margin-bottom:.25rem;transition:color .3s}
.cpill span{font-size:.75rem;color:var(--g500);text-transform:uppercase;letter-spacing:.5px;transition:color .3s}

/* CTA: Rounded card */
.cta-card-sec{padding:4rem 2rem;background:#FAFAFA}
.cta-rounded{background:#C62828;border-radius:24px;padding:4rem 3rem;text-align:center;color:var(--white)}
.cta-rounded h2{color:var(--white);font-size:2rem;margin-bottom:.75rem}
.cta-rounded p{color:rgba(255,255,255,.75);margin-bottom:2rem;font-size:1.05rem}
.cta-btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}
.btn-dark-pill{display:inline-flex;padding:.9rem 2rem;background:var(--white);color:var(--black);font-weight:600;border-radius:50px;text-decoration:none;font-size:.95rem;transition:all .3s}
.btn-dark-pill:hover{background:var(--g100);transform:translateY(-2px)}
.btn-outline-pill{display:inline-flex;padding:.9rem 2rem;border:2px solid rgba(255,255,255,.3);color:var(--white);font-weight:600;border-radius:50px;text-decoration:none;font-size:.95rem;transition:all .3s}
.btn-outline-pill:hover{border-color:var(--white)}

/* CONTACTO: Centered */
.contact-center{padding:6rem 2rem;background:var(--white)}
.cc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:900px;margin:0 auto}
.cc-card{text-align:center;padding:2.5rem 1.5rem;border:1px solid var(--g200);border-radius:16px;transition:transform .3s,box-shadow .3s}
.cc-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px rgba(0,0,0,.05)}
.cc-card span{font-size:2rem;display:block;margin-bottom:1rem}
.cc-card h3{font-size:.95rem;margin-bottom:.5rem}
.cc-card p,.cc-card a{font-size:.9rem;color:var(--g600);line-height:1.5;text-decoration:none}

/* FOOTER: Light columns */
.footer-light-cols{background:#000000;padding:3rem 2rem 1.5rem;border-top:none}
.footer-cols-inner{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;padding-bottom:2rem}
.footer-desc-sm{color:var(--g400);font-size:.88rem;margin-top:.5rem;line-height:1.5}
.footer-nav-col h4{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;color:var(--white);margin-bottom:1rem}
.footer-nav-col a,.footer-nav-col p{display:block;color:var(--g400);font-size:.88rem;text-decoration:none;margin-bottom:.4rem;line-height:1.5}
.footer-nav-col a:hover{color:var(--white)}
.footer-line-bot{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem}
.footer-line-bot p{font-size:.8rem;color:var(--g500);margin:0}

/* Responsive */
@media(max-width:1024px){
    .about-accent-grid{grid-template-columns:1fr;gap:2rem}
    .about-accent-img img{height:350px}
    .nums-grid{grid-template-columns:1fr}
    .bar-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}
    .cc-grid{grid-template-columns:1fr;max-width:380px;margin:0 auto}
    .footer-cols-inner{grid-template-columns:1fr}
}
@media(max-width:768px){
    .menu-toggle{display:flex}
    nav{display:none;position:absolute;top:100%;left:0;right:0;background:var(--white);flex-direction:column;padding:1rem;border-top:1px solid var(--g200);box-shadow:0 10px 30px rgba(0,0,0,.1)}
    nav.active{display:flex}
    nav a{padding:.875rem 0;border-bottom:1px solid var(--g100);background:none;border-radius:0}
    .btn-header{width:100%;text-align:center;margin-top:.5rem}
    .hero-light{min-height:60vh;padding:6rem 1.5rem 4rem}
    .hero-light h1{font-size:2.5rem}
    .stat-row{flex-direction:column}
    .horiz-item{flex-direction:column;text-align:center}
    .cpill-row{flex-direction:column;align-items:center}
    .cta-btns{flex-direction:column}
    .btn-dark-pill,.btn-outline-pill{width:100%;justify-content:center;text-align:center}
    .cta-rounded{padding:3rem 1.5rem}
    .footer-cols-inner{text-align:center}
}