
:root{--red:#ef3b33;--orange:#ff8f16;--orange-2:#ffb14a;--ink:#162033;--muted:#687182;--line:#e8e8ec;--paper:#fffaf5;--soft:#f6f7f9;--white:#fff;--shadow:0 22px 60px rgba(22,32,51,.12);--radius:26px;--font-display:Georgia, 'Times New Roman', serif;--font-body:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-body);color:var(--ink);background:#fff;line-height:1.65}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{width:min(1160px,92vw);margin-inline:auto}.skip{position:absolute;left:-999px}.skip:focus{left:1rem;top:1rem;background:#fff;padding:.7rem 1rem;z-index:9999;border-radius:10px}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.header-inner{height:82px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand{display:flex;align-items:center;gap:.8rem;font-weight:900}.brand-logo{width:64px;height:64px;object-fit:contain;border-radius:18px;background:#fff;box-shadow:0 12px 30px rgba(0,0,0,.07)}.brand-text strong{display:block;font-size:1.25rem;letter-spacing:.02em}.brand-text span{display:block;font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:var(--muted)}.nav-toggle{display:none;border:0;background:var(--ink);color:#fff;border-radius:999px;padding:.8rem 1rem;font-weight:800}.nav{display:flex;align-items:center;gap:.4rem}.nav a{font-weight:800;padding:.8rem 1rem;border-radius:999px}.nav a:hover,.nav a.active{background:#fff1e4;color:#b45619}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:0;border-radius:999px;background:linear-gradient(135deg,var(--red),var(--orange));color:#fff;font-weight:900;padding:1rem 1.35rem;box-shadow:0 16px 35px rgba(239,59,51,.22)}.btn.secondary{background:#fff;color:var(--ink);border:1px solid var(--line);box-shadow:none}.eyebrow{font-weight:950;letter-spacing:.22em;text-transform:uppercase;color:#b97418;font-size:.78rem}.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 15% 20%,rgba(239,59,51,.12),transparent 30%),linear-gradient(135deg,#fff 0%,#fff7ed 55%,#fff0de 100%)}.hero-grid{min-height:calc(100vh - 82px);display:grid;grid-template-columns:1.05fr .95fr;gap:3rem;align-items:center;padding:5rem 0}.hero h1{font-family:var(--font-display);font-size:clamp(2.15rem,4.95vw,4.7rem);line-height:.94;margin:.45rem 0 1.2rem;letter-spacing:-.055em}.hero p{font-size:clamp(1.05rem,1.7vw,1.35rem);max-width:660px;color:#3f4755}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-top:2rem}.hero-card{position:relative;border-radius:34px;padding:1rem;background:rgba(255,255,255,.72);box-shadow:var(--shadow);border:1px solid rgba(255,255,255,.8)}.hero-card img{border-radius:26px;aspect-ratio:1.25/1;object-fit:cover}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2.2rem}.stat{background:#fff;border:1px solid var(--line);border-radius:20px;padding:1rem}.stat strong{font-size:1.7rem;color:var(--red)}section{padding:5.5rem 0}.section-head{max-width:800px;margin:0 auto 2.5rem;text-align:center}.section-head h2{font-family:var(--font-display);font-size:clamp(1.65rem,3.2vw,2.95rem);line-height:1;margin:.3rem 0;color:var(--ink)}.section-head p{color:var(--muted);font-size:1.05rem}.grid{display:grid;gap:1.35rem}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-2{grid-template-columns:repeat(2,1fr)}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.4rem;box-shadow:0 16px 45px rgba(22,32,51,.07)}.card img{height:230px;width:100%;object-fit:cover;border-radius:20px;border:1px solid var(--line);background:#f4f4f4}.card h3{font-size:1.35rem;margin:1rem 0 .45rem}.card p{color:var(--muted);margin:.2rem 0}.feature{background:var(--ink);color:#fff;border-radius:38px;padding:3rem;display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}.feature h2{font-family:var(--font-display);font-size:clamp(1.65rem,3.2vw,2.75rem);line-height:1;margin:.5rem 0}.feature p{color:#dce3ec}.feature img{border-radius:28px;border:1px solid rgba(255,255,255,.15)}.soft{background:var(--soft)}.values{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.value{padding:1.4rem;border-radius:24px;background:#fff;border:1px solid var(--line)}.value b{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#fff1e4;color:var(--red);margin-bottom:.75rem}.banner{background:linear-gradient(135deg,var(--red),var(--orange));color:#fff;border-radius:36px;padding:3rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.banner h2{font-family:var(--font-display);font-size:clamp(1.6rem,3.2vw,2.55rem);line-height:1;margin:0}.page-hero{background:linear-gradient(135deg,#fff7ed,#fff);padding:5rem 0 3.5rem}.page-hero h1{font-family:var(--font-display);font-size:clamp(2rem,4vw,3.75rem);line-height:.98;margin:.4rem 0}.service-list{display:grid;gap:1rem}.service-row{display:grid;grid-template-columns:210px 1fr auto;gap:1.2rem;align-items:center;background:#fff;border:1px solid var(--line);border-radius:26px;padding:1rem}.service-row img{width:210px;height:145px;object-fit:cover;border-radius:20px}.article{max-width:860px;margin:auto}.article h1{font-family:var(--font-display);font-size:clamp(1.8rem,3.55vw,3.3rem);line-height:1}.article h2{font-family:var(--font-display);font-size:2rem;margin-top:2.5rem}.article p,.article li{font-size:1.05rem;color:#374151}.refs{background:#fff7ed;border:1px solid #ffe0b2;border-radius:22px;padding:1.2rem;margin-top:2rem}.contact-layout{display:grid;grid-template-columns:1fr 1.1fr;gap:2rem}.form{background:#fff;border:1px solid var(--line);border-radius:30px;padding:1.5rem;box-shadow:var(--shadow)}label{display:block;font-weight:800;margin:.7rem 0 .3rem}input,select,textarea{width:100%;border:1px solid var(--line);border-radius:16px;padding:1rem;font:inherit;background:#fff}textarea{min-height:140px}.site-footer{background:#111827;color:#fff;padding:3rem 0}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:2rem}.site-footer p,.site-footer a{color:#cfd7e4}.footer-logo{width:80px;border-radius:18px;background:#fff}.mini{font-size:.88rem;color:var(--muted)}@media(max-width:850px){.nav-toggle{display:inline-flex}.nav{position:absolute;left:4vw;right:4vw;top:88px;background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);display:none;flex-direction:column;align-items:stretch;padding:.8rem}.nav.open{display:flex}.hero-grid,.feature,.contact-layout{grid-template-columns:1fr}.hero-grid{padding:3rem 0}.stats,.grid-4,.grid-3,.grid-2,.values,.footer-grid{grid-template-columns:1fr}.service-row{grid-template-columns:1fr}.service-row img{width:100%;height:220px}.banner{display:block}.brand-text strong{font-size:1rem}.brand-text span{font-size:.62rem}.header-inner{height:74px}.hero h1{font-size:clamp(2rem,10.4vw,3.2rem)}}


/* Ajustes solicitados: títulos 20% más compactos e integración de imágenes reales */
.hero h1, .page-hero h1, .section-head h2, .feature h2, .banner h2, .article h1 { text-wrap: balance; }
.hero-card img{max-height:520px;object-position:center;}
.card img.card-media,.card > img{height:210px;object-fit:cover;object-position:center;border-radius:22px;}
.grid-4 .card img{height:190px;}
.feature img{max-height:440px;width:100%;object-fit:cover;object-position:center;}
.service-row img{object-position:center;}
.article-cover{width:100%;max-height:390px;object-fit:cover;object-position:center;border-radius:28px;border:1px solid var(--line);box-shadow:var(--shadow);margin:0 0 2rem;}
@media(max-width:850px){.hero h1{font-size:clamp(2rem,10.4vw,3.2rem)}.page-hero h1{font-size:clamp(1.9rem,9vw,3.05rem)}.card img.card-media,.card > img{height:190px}.hero-card img{max-height:360px}}
