/* 12 — CUAMEN — Fresh/Elegant/Sophisticated Emerald & Gold */
*{margin:0;padding:0;box-sizing:border-box}
:root{--black:#000;--black-soft:#051815;--g900:#0A2E2A;--g800:#0A2E2A;--g700:#333;--g600:#555;--g500:#777;--g400:#999;--g300:#bbb;--g200:#ddd;--g100:#E5F5F2;--g50:#F0FAF8;--white:#fff;--primary:#00897B;--primary-dark:#00695C;--primary-light:#E0F2F1;--accent:#FFC107;--accent-light:#FFF8E1}
html{scroll-behavior:smooth}
body{font-family:'Manrope',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:'Manrope',sans-serif;color:var(--g900);font-weight:700;line-height:1.15}
img{display:block;max-width:100%}
.container{max-width:1200px;margin:0 auto;padding:0 2rem}
.eyebrow{display:inline-block;font-size:.7rem;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:var(--primary);margin-bottom:.75rem}
.section-header{text-align:center;max-width:640px;margin:0 auto 3.5rem}
.section-header h2{font-size:2.25rem;margin-bottom:1rem;letter-spacing:-.5px}
.section-header p{color:var(--g500);line-height:1.7}

/* Header — Bordered Box */
header{position:fixed;top:0;left:0;right:0;background:transparent;z-index:1000;border-bottom:none;transition:background .3s,border .3s,box-shadow .3s;margin:0;border:none;border-radius:0}
header.scrolled{background:var(--white);border:1px solid rgba(0,137,123,.1);margin:8px 16px 0;border-radius:10px;box-shadow:0 2px 12px rgba(0,137,123,.06)}
.header-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}
.logo{display:flex;align-items:center;text-decoration:none}
.logo-text{font-size:1rem;font-weight:700;color:var(--g900);letter-spacing:-.3px}
nav{display:flex;gap:1.75rem;align-items:center}
nav a{text-decoration:none;color:var(--g600);font-weight:500;font-size:.85rem;transition:color .2s}
nav a:hover{color:var(--black)}
.btn-header{background:#00897B;color:var(--white)!important;padding:.6rem 1.2rem;border-radius:4px;font-size:.85rem;font-weight:600;transition:background .2s}
.btn-header:hover{background:#00695C}
.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)}
.btn-w{display:inline-flex;padding:1rem 2rem;background:var(--white);color:var(--black);font-weight:600;border-radius:8px;text-decoration:none;transition:all .3s;font-size:.95rem}
.btn-w:hover{background:var(--g100);transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.1)}
.btn-w-outline{display:inline-flex;padding:1rem 2rem;background:transparent;color:var(--white);border:2px solid rgba(255,255,255,.3);font-weight:600;border-radius:8px;text-decoration:none;transition:all .3s;font-size:.95rem}
.btn-w-outline:hover{border-color:rgba(255,255,255,.7);background:rgba(255,255,255,.05)}

/* HERO: Full-bleed dark */
.hero-fullbleed{background:linear-gradient(135deg, #0A2E2A 0%, #051815 100%);color:var(--white);min-height:100vh;display:flex;align-items:center;padding:6rem 2rem}
.hero-fullbleed-inner{max-width:900px;margin:0 auto;text-align:center}
.hero-fullbleed h1{font-size:clamp(2.5rem,7vw,5.5rem);color:var(--white);letter-spacing:-2px;margin-bottom:1.5rem;line-height:1}
.hero-fullbleed p{font-size:1.15rem;color:rgba(255,255,255,.7);max-width:550px;margin:0 auto 2.5rem;line-height:1.7}
.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}

/* ABOUT: Offset */
.about-offset{display:grid;grid-template-columns:1fr 1fr;min-height:500px}
.about-offset-dark{background:#00897B;color:var(--white);padding:5rem 4rem;display:flex;flex-direction:column;justify-content:center}
.about-offset-dark h2{color:var(--white);font-size:2rem;margin-bottom:1.25rem}
.about-offset-dark p{color:rgba(255,255,255,.75);line-height:1.8;font-size:1rem}
.about-offset-img img{width:100%;height:100%;object-fit:cover}

/* MVV: Strip */
.mvv-strip{background:#F0FAF8;padding:5rem 2rem;border-bottom:1px solid var(--g200)}
.mvv-strip-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0}
.mvv-strip-item{padding:2.5rem;border-right:1px solid var(--g200);transition:background .3s}
.mvv-strip-item:last-child{border-right:none}
.mvv-strip-item:hover{background:var(--white)}
.mvv-strip-label{font-size:.65rem;text-transform:uppercase;letter-spacing:3px;color:#00897B;display:block;margin-bottom:1rem}
.mvv-strip-item h3{font-size:1.15rem;margin-bottom:.5rem}
.mvv-strip-item p{color:var(--g600);font-size:.9rem;line-height:1.65}

/* BENEFICIOS: Checklist */
.benef-check{padding:6rem 2rem;background:var(--white);border-bottom:1px solid var(--g200)}
.check-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:900px;margin:0 auto}
.check-item{display:flex;gap:1.25rem;padding:1.5rem;border:1px solid var(--g200);border-radius:10px;transition:box-shadow .3s,transform .3s}
.check-item:hover{box-shadow:0 8px 25px rgba(0,0,0,.06);transform:translateY(-3px)}
.check-mark{width:36px;height:36px;background:#00897B;color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:700;flex-shrink:0}
.check-item h3{font-size:1rem;margin-bottom:.35rem}
.check-item p{font-size:.88rem;color:var(--g600);line-height:1.6}

/* SERVICIOS: Steps */
.serv-steps{padding:6rem 2rem;background:#E5F5F2}
.steps-list{display:flex;flex-direction:column;gap:4rem}
.step-item{display:grid;grid-template-columns:60px 1fr 1fr;gap:2.5rem;align-items:center}
.step-item:nth-child(even){grid-template-columns:60px 1fr 1fr;direction:rtl}
.step-item:nth-child(even)>*{direction:ltr}
.step-num{font-size:3rem;font-weight:800;color:var(--g200);line-height:1}
.step-item:hover .step-num{color:#00897B;transition:color .3s}
.step-img{overflow:hidden;border-radius:12px}
.step-img img{width:100%;height:300px;object-fit:cover;transition:transform .6s}
.step-item:hover .step-img img{transform:scale(1.04)}
.step-text h3{font-size:1.35rem;margin-bottom:.75rem}
.step-text p{color:var(--g600);line-height:1.7}

/* SECTORES: Pills */
.sect-pills{padding:6rem 2rem;background:var(--white);border-bottom:1px solid var(--g200)}
.pills-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.pill-card{background:var(--g50);border-radius:16px;padding:2.5rem 2rem;text-align:center;border:1px solid var(--g200);transition:all .3s}
.pill-card:hover{background:#00897B;color:var(--white);border-color:#00897B}
.pill-card:hover h3{color:var(--white)}
.pill-card:hover p{color:rgba(255,255,255,.75)}
.pill-emoji{display:flex;justify-content:center;margin-bottom:1.25rem}
.pill-emoji svg{width:2.25rem;height:2.25rem;stroke:var(--g700);stroke-width:1.5;transition:stroke .3s}
.pill-card:hover .pill-emoji svg{stroke:var(--white)}
.pill-card h3{font-size:1.1rem;margin-bottom:.5rem;transition:color .3s}
.pill-card p{font-size:.9rem;color:var(--g600);line-height:1.6;transition:color .3s}

/* CIFRAS: Big centered */
.cifras-big{background:linear-gradient(135deg, #0A2E2A 0%, #051815 100%);padding:5rem 2rem}
.cifras-big-row{display:flex;justify-content:center;gap:6rem;flex-wrap:wrap}
.cifra-big{text-align:center}
.cifra-big-n{display:block;font-size:4.5rem;font-weight:800;color:var(--white);line-height:1;margin-bottom:.5rem}
.cifra-big-l{font-size:.8rem;color:rgba(255,255,255,.55);text-transform:uppercase;letter-spacing:1px}

/* CTA: Strip */
.cta-strip{background:linear-gradient(135deg, #00897B 0%, #00695C 100%);padding:5rem 2rem}
.cta-strip-inner{display:flex;flex-direction:column;align-items:center;gap:3rem;max-width:760px;margin:0 auto}
.cta-strip-header{text-align:center}
.cta-strip-header h2{color:var(--white);font-size:2rem;letter-spacing:-.5px;margin-bottom:.75rem}
.cta-strip-header p{color:rgba(255,255,255,.7);font-size:.95rem;line-height:1.65}
.cta-eyebrow{color:rgba(255,255,255,.6)!important}
.cta-form{width:100%;display:flex;flex-direction:column;gap:1.25rem}
.cta-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}
.cta-form-group{display:flex;flex-direction:column;gap:.4rem}
.cta-form-group label{font-size:.75rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase;color:rgba(255,255,255,.65)}
.cta-form-group input,
.cta-form-group select,
.cta-form-group textarea{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:.8rem 1rem;color:var(--white);font-family:'Manrope',sans-serif;font-size:.95rem;outline:none;transition:border-color .2s,background .2s;resize:none}
.cta-form-group input::placeholder,
.cta-form-group textarea::placeholder{color:var(--g600)}
.cta-form-group select{appearance:none;cursor:pointer;color:var(--g400)}
.cta-form-group select option{background:var(--g800);color:var(--white)}
.cta-form-group input:focus,
.cta-form-group select:focus,
.cta-form-group textarea:focus{border-color:rgba(255,255,255,.4);background:rgba(255,255,255,.09)}
.cta-form .btn-w{align-self:center;margin-top:.5rem;padding:1rem 3rem}

/* CONTACTO: Split duo */
.contact-split-duo{display:grid;grid-template-columns:1fr 1fr}
.csd-left{background:linear-gradient(135deg, #0A2E2A 0%, #051815 100%);color:var(--white);padding:5rem 4rem;display:flex;flex-direction:column;justify-content:center}
.csd-left h2{color:var(--white);font-size:2.25rem;margin-bottom:1rem}
.csd-left p{color:rgba(255,255,255,.7);line-height:1.7;max-width:400px}
.csd-right{padding:5rem 4rem;display:flex;flex-direction:column;justify-content:center;gap:2rem;background:#F0FAF8}
.csd-item strong{display:block;font-size:.7rem;text-transform:uppercase;letter-spacing:2px;color:var(--g500);margin-bottom:.35rem}
.csd-item p,.csd-item a{color:var(--g700);font-size:1rem;line-height:1.5;text-decoration:none}
.csd-item a:hover{color:var(--black)}

/* FOOTER: Minimal */
.footer-min{background:linear-gradient(180deg, #0A2E2A 0%, #051815 100%);padding:2rem;color:var(--white)}
.footer-min-inner{display:flex;justify-content:space-between;align-items:center}
.footer-min-inner .logo-text{color:var(--white);font-size:1rem}
.footer-min-inner p{color:var(--g500);font-size:.85rem;margin:0}

/* Responsive */
@media(max-width:1024px){
    .hero-fullbleed h1{font-size:3rem}
    .about-offset{grid-template-columns:1fr}
    .about-offset-img img{height:350px}
    .mvv-strip-grid{grid-template-columns:1fr}
    .mvv-strip-item{border-right:none;border-bottom:1px solid var(--g200)}
    .check-grid{grid-template-columns:1fr}
    .step-item,.step-item:nth-child(even){grid-template-columns:1fr;direction:ltr}
    .step-num{display:none}
    .pills-grid{grid-template-columns:1fr}
    .cifras-big-row{gap:3rem}
    .contact-split-duo{grid-template-columns:1fr}
    .cta-form-row{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)}
    .btn-header{width:100%;justify-content:center;margin-top:.5rem;text-align:center}
    .about-offset-dark,.csd-left,.csd-right{padding:3rem 2rem}
    .hero-actions{flex-direction:column}
    .btn-w,.btn-w-outline{width:100%;justify-content:center;text-align:center}
    .footer-min-inner{flex-direction:column;gap:1rem;text-align:center}
}

/* 12 — CUAMEN — Emerald & Gold (second section) */
*{margin:0;padding:0;box-sizing:border-box}
:root{--black:#000;--black-soft:#051815;--g900:#0A2E2A;--g800:#0A2E2A;--g700:#333;--g600:#555;--g500:#777;--g400:#999;--g300:#bbb;--g200:#e0e0e0;--g100:#E5F5F2;--g50:#F0FAF8;--white:#fff;--primary:#00897B;--primary-dark:#00695C;--primary-light:#E0F2F1;--accent:#FFC107;--accent-light:#FFF8E1}
html{scroll-behavior:smooth}
body{font-family:'Manrope',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:'Manrope',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:#00897B;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 */
header{position:fixed;top:0;left:0;right:0;background:rgba(240,250,248,.95);backdrop-filter:blur(16px);z-index:1000;border-bottom:1px solid rgba(0,137,123,.08);transition:box-shadow .3s}
header.scrolled{box-shadow:0 2px 16px rgba(0,137,123,.06)}
.header-container{max-width:1100px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}
.logo{text-decoration:none}.logo-text{font-size:1.2rem;font-weight:800;color:var(--g900)}
nav{display:flex;gap:1.75rem;align-items:center}
nav a{text-decoration:none;color:var(--g500);font-weight:500;font-size:.85rem;transition:color .2s}
nav a:hover{color:var(--black)}
.btn-header{background:#00897B;color:var(--white)!important;padding:.6rem 1.2rem;border-radius:50px;font-size:.85rem;font-weight:600;transition:background .2s}
.btn-header:hover{background:#00695C}
.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, #0A2E2A 0%, #051815 100%);color:var(--white)}
.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,.7);max-width:500px;margin-bottom:2.5rem;line-height:1.7}
.btn-pill{display:inline-flex;padding:.85rem 2rem;background:#FFC107;color:#0A2E2A;font-weight:600;border-radius:50px;text-decoration:none;font-size:.95rem;transition:all .3s}
.btn-pill:hover{background:#FFD54F;transform:translateY(-2px);box-shadow:0 8px 20px rgba(255,193,7,.25)}

/* ABOUT: Accent border */
.about-accent{padding:6rem 2rem;border-bottom:1px solid var(--g200);background:#F0FAF8}
.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:#00897B;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:#00897B;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:#E5F5F2;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:#00897B}
.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:#00897B}
.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:#E5F5F2}
.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:#00897B;color:var(--white);border-color:#00897B}
.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:#00897B;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:var(--g50)}
.cta-rounded{background:linear-gradient(135deg, #00897B 0%, #00695C 100%);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,.cc-icon{display:flex;justify-content:center;margin-bottom:1rem}
.cc-icon svg{width:2rem;height:2rem;stroke:var(--g700);stroke-width:1.5}
.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:linear-gradient(180deg, #0A2E2A 0%, #051815 100%);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:rgba(255,255,255,.5);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:rgba(255,255,255,.6);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:rgba(255,255,255,.4);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)}
    .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}
}

/* 12 — CUAMEN — Emerald & Gold (override section) */
*{margin:0;padding:0;box-sizing:border-box}
:root{--black:#000;--black-soft:#051815;--g900:#0A2E2A;--g800:#0A2E2A;--g700:#333;--g600:#555;--g500:#777;--g400:#999;--g300:#bbb;--g200:#e0e0e0;--g100:#E5F5F2;--g50:#F0FAF8;--white:#fff;--primary:#00897B;--primary-dark:#00695C;--primary-light:#E0F2F1;--accent:#FFC107;--accent-light:#FFF8E1}
html{scroll-behavior:smooth}
body{font-family:'Manrope',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:'Manrope',sans-serif;color:var(--g900);font-weight:700;line-height:1.15}
img{display:block;max-width:100%}
.container{max-width:1200px;margin:0 auto;padding:0 2rem}
.eyebrow{display:inline-block;font-size:.7rem;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:#00897B;margin-bottom:.75rem}
.section-header{text-align:center;max-width:640px;margin:0 auto 3.5rem}
.section-header h2{font-size:2.25rem;margin-bottom:1rem;letter-spacing:-.5px}
.section-header p{color:var(--g500);line-height:1.7}
header{position:fixed;top:0;left:0;right:0;background:rgba(255,255,255,.92);backdrop-filter:blur(20px);z-index:1000;border-bottom:1px solid rgba(0,137,123,.06);transition:box-shadow .3s}
header.scrolled{box-shadow:0 1px 20px rgba(0,137,123,.08)}
.header-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}
.logo{text-decoration:none}.logo-text{font-size:1.1rem;font-weight:700;color:var(--g900)}
nav{display:flex;gap:1.75rem;align-items:center}
nav a{text-decoration:none;color:var(--g600);font-weight:500;font-size:.85rem;transition:color .2s}
nav a:hover{color:#00897B}
.btn-header{background:#00897B;color:var(--white)!important;padding:.6rem 1.2rem;border-radius:6px;font-size:.85rem;font-weight:600;transition:background .2s}
.btn-header:hover{background:#00695C}
.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)}
.btn-black{display:inline-flex;padding:1rem 2rem;background:#00897B;color:var(--white);font-weight:600;border-radius:6px;text-decoration:none;font-size:.95rem;transition:all .3s}
.btn-black:hover{background:#00695C;transform:translateY(-2px)}
.btn-w-sm{display:inline-flex;padding:.9rem 2rem;background:var(--white);color:#00897B;font-weight:600;border-radius:6px;text-decoration:none;transition:all .3s}
.btn-w-sm:hover{background:#E0F2F1;transform:translateY(-2px)}

/* HERO: Split reverse */
.hero-split-rev{display:flex;min-height:100vh}
.hsr-img{flex:1;position:relative;overflow:hidden}
.hsr-img img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hsr-text{flex:1;display:flex;flex-direction:column;justify-content:center;padding:6rem 4rem;background:#F0FAF8}
.hsr-text h1{font-size:3rem;letter-spacing:-1px;margin-bottom:1.25rem;max-width:500px}
.hsr-text p{color:var(--g600);margin-bottom:2rem;max-width:440px;line-height:1.7}

/* ABOUT: Banner */
.about-banner{background:linear-gradient(rgba(10,46,42,0.85), rgba(5,24,21,0.85)), url('img/banner-empresa.jpg') center/cover no-repeat;color:var(--white)}
.about-banner .eyebrow{color:var(--g300)}
.about-banner-img{display:none}
.about-banner-text{padding:6rem 0;max-width:800px;margin:0 auto;text-align:center}
.about-banner-text h2{font-size:2.5rem;margin-bottom:1rem;color:var(--white)}
.about-banner-text p{color:var(--g200);line-height:1.8;margin-bottom:3rem;font-size:1.1rem}
.inline-stats{display:flex;gap:3rem;justify-content:center;flex-wrap:wrap}
.inline-stats div{font-size:.95rem;color:var(--g300)}
.inline-stats strong{color:var(--white);font-size:2rem;display:block;margin-bottom:.25rem}

/* MVV: Side cards */
.mvv-side{padding:6rem 2rem;background:var(--white)}
.mvv-side-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0}
.mvv-side-card{padding:2.5rem;border:1px solid var(--g200);transition:background .3s}
.mvv-side-card:hover{background:var(--g50)}
.mvv-side-card h3{font-size:1.15rem;margin-bottom:.75rem}
.mvv-side-card p{color:var(--g600);font-size:.9rem;line-height:1.65}

/* BENEFICIOS: Fill cards */
.benef-fill{padding:6rem 2rem;background:#F0FAF8;border-bottom:1px solid var(--g200)}
.fill-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}
.fill-card{padding:2rem;border:2px solid var(--g200);border-radius:8px;text-align:center;transition:all .3s}
.fill-card:hover{background:#00897B;color:var(--white);border-color:#00897B}
.fill-card:hover h3{color:var(--white)}
.fill-card:hover p{color:rgba(255,255,255,.75)}
.fill-card h3{font-size:1rem;margin-bottom:.5rem;transition:color .3s}
.fill-card p{font-size:.88rem;color:var(--g600);line-height:1.6;transition:color .3s}

/* SERVICIOS: Overlay grid */
.serv-overlay{padding:6rem 2rem;background:var(--white)}
.overlay-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.ov-card{position:relative;border-radius:12px;overflow:hidden;height:350px}
.ov-card img{width:100%;height:100%;object-fit:cover;transition:transform .6s}
.ov-card:hover img{transform:scale(1.05)}
.ov-text{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;background:linear-gradient(transparent,rgba(0,0,0,.8))}
.ov-text h3{color:var(--white);font-size:1.1rem;margin-bottom:.25rem}
.ov-text p{color:var(--g300);font-size:.88rem}

/* SECTORES: Two-col */
.sect-twocol{padding:6rem 2rem;background:#E5F5F2;border-bottom:1px solid var(--g200)}
.twocol-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:900px;margin:0 auto}
.twocol-item{padding:2rem;border-bottom:2px solid var(--g200);transition:border-color .3s}
.twocol-item:hover{border-color:#00897B}
.twocol-item span{font-size:2rem;font-weight:800;color:var(--g200);display:block;margin-bottom:.5rem}
.twocol-item h3{font-size:1.1rem;margin-bottom:.5rem}
.twocol-item p{font-size:.9rem;color:var(--g600);line-height:1.65}

/* CIFRAS: Left-aligned */
.cifras-left{padding:5rem 2rem;background:var(--white);border-bottom:1px solid var(--g200)}
.cl-grid{display:grid;grid-template-columns:1fr 2fr;gap:4rem;align-items:center}
.cl-nums{display:flex;gap:3rem;justify-content:center}
.cl-item{text-align:center}
.cl-item strong{display:block;font-size:3rem;font-weight:800;color:#00897B;line-height:1;margin-bottom:.35rem}
.cl-item span{font-size:.78rem;color:var(--g500);text-transform:uppercase;letter-spacing:.5px}

/* CTA */
.cta-dark-full{background:linear-gradient(135deg, #00897B 0%, #00695C 100%);padding:5rem 2rem}

/* CONTACTO: Bar */
.contact-bar{padding:5rem 2rem;background:#F0FAF8;border-bottom:1px solid var(--g200)}
.cb-inner{display:grid;grid-template-columns:1fr 2fr;gap:3rem;align-items:start}
.cb-details{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.cb-details strong{display:block;font-size:.7rem;text-transform:uppercase;letter-spacing:2px;color:var(--g400);margin-bottom:.35rem}
.cb-details p,.cb-details a{font-size:.95rem;color:var(--g700);line-height:1.5;text-decoration:none}

/* FOOTER */
.footer-dark-simple{background:linear-gradient(180deg, #0A2E2A 0%, #051815 100%);padding:0 2rem}

@media(max-width:1024px){
    .hero-split-rev{flex-direction:column}
    .hsr-img{min-height:400px;position:relative}
    .hsr-text{padding:4rem 2rem}
    .hsr-text h1{font-size:2.25rem}
    .mvv-side-grid{grid-template-columns:1fr}
    .fill-grid{grid-template-columns:1fr 1fr}
    .overlay-grid{grid-template-columns:1fr;max-width:450px;margin:0 auto}
    .twocol-grid{grid-template-columns:1fr}
    .cl-grid{grid-template-columns:1fr}
    .cl-nums{justify-content:center}
    .cb-inner{grid-template-columns:1fr}
    .cb-details{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)}
    .btn-header{width:100%;text-align:center;margin-top:.5rem}
    .about-banner-img{height:220px}
    .inline-stats{flex-direction:column;gap:1rem}
    .fill-grid{grid-template-columns:1fr}
    .cl-nums{flex-direction:column;gap:1.5rem}
    .footer-dark-simple .container{flex-direction:column;gap:1rem;text-align:center}
}