
:root{--green:#18733f;--green2:#0a3d27;--lime:#76c83f;--soft:#f3f8f4;--text:#183027;--muted:#63736c;--line:#dbe7df}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);line-height:1.55}a{text-decoration:none}
.container{width:min(1160px,92%);margin:auto}
header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid var(--line)}
.nav{height:82px;display:flex;align-items:center;justify-content:space-between;gap:25px}.logo{height:58px;width:auto;display:block}
nav{display:flex;align-items:center;gap:28px}nav a{font-size:15px;font-weight:700;color:#263b32}nav a:hover,nav a.active{color:var(--green)}
.webmail{background:var(--green2);color:#fff!important;padding:11px 17px;border-radius:8px}.webmail:hover{background:var(--green)}
.hero{min-height:540px;position:relative;background-image:linear-gradient(90deg,rgba(4,48,29,.98) 0%,rgba(5,58,34,.91) 36%,rgba(5,58,34,.35) 64%,rgba(5,58,34,.12) 100%),url("../images/hero-escritorio.jpg");background-size:cover;background-position:center}
.hero .container{min-height:540px;display:flex;align-items:center}.hero-content{max-width:610px;color:#fff;padding:55px 0}
.kicker{font-size:14px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase;color:var(--lime)}
h1{font-size:clamp(42px,5vw,65px);line-height:1.03;letter-spacing:-2px;margin:13px 0 18px}.hero h1 span{color:#9be261}.hero p{font-size:19px;max-width:570px;color:#e8f2ec}
.buttons{display:flex;gap:13px;flex-wrap:wrap;margin-top:28px}.btn{padding:13px 21px;border-radius:8px;font-weight:800;display:inline-flex;align-items:center;gap:9px;border:1px solid transparent}.btn-green{background:var(--lime);color:#10331f}.btn-light{background:#fff;color:var(--green2)}
.features{margin-top:-38px;position:relative;z-index:5}.feature-box{background:#0b482e;color:#fff;border-radius:15px;padding:23px 28px;display:grid;grid-template-columns:repeat(4,1fr);box-shadow:0 16px 35px #07351f33}.feature{display:flex;gap:15px;padding:8px 22px;border-right:1px solid #ffffff35}.feature:last-child{border:0}.feature-icon{font-size:27px;color:var(--lime);font-weight:800}.feature strong{display:block;font-size:17px}.feature small{color:#d5e7dc}
section{padding:78px 0}.section-head{text-align:center;max-width:760px;margin:0 auto 42px}.section-head .kicker{color:var(--green)}.section-head h2{font-size:37px;line-height:1.15;margin:9px 0;color:var(--green2)}.section-head p{color:var(--muted)}
.services{background:#fff}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.card{border:1px solid var(--line);border-radius:12px;padding:25px;background:#fff;min-height:185px;transition:.2s}.card:hover{transform:translateY(-3px);box-shadow:0 12px 30px #0b482e12}.card-icon{width:45px;height:45px;border-radius:10px;background:var(--soft);color:var(--green);display:grid;place-items:center;font-weight:900;font-size:20px}.card h3{margin:15px 0 7px;color:var(--green2);font-size:18px}.card p{margin:0;color:var(--muted);font-size:14px}
.about{background:var(--soft)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center}.about h2{font-size:38px;line-height:1.12;color:var(--green2)}.about p{color:var(--muted)}.check{list-style:none;padding:0}.check li{margin:12px 0;font-weight:600}.check li:before{content:"✓";color:var(--green);font-weight:900;margin-right:10px}.about-card{background:var(--green2);color:#fff;border-radius:18px;padding:40px}.about-card h3{font-size:27px;margin-top:0}.about-card p{color:#dcece3}
.contact{background:#fff}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.contact-card{border:1px solid var(--line);border-radius:14px;padding:30px}.contact-card h3{color:var(--green2);margin-top:0}.item{margin:18px 0}.item strong{display:block;color:var(--green2)}
footer{background:#062d1d;color:#dcebe3;padding:30px 0}.footer{display:flex;justify-content:space-between;align-items:center}.footer small{color:#a9c3b5}
.wa-icon{width:20px;height:20px;fill:currentColor}
@media(max-width:900px){nav{gap:14px}.cards{grid-template-columns:repeat(2,1fr)}.feature-box{grid-template-columns:repeat(2,1fr)}.feature{border-bottom:1px solid #ffffff35}.feature:nth-child(2){border-right:0}.about-grid,.contact-grid{grid-template-columns:1fr}}
@media(max-width:650px){.nav{height:70px}.logo{height:48px}nav a:not(.webmail){display:none}.hero,.hero .container{min-height:560px}.hero{background-position:65% center}.hero-content{padding:45px 0}.hero h1{font-size:43px}.features{margin-top:-25px}.feature-box{grid-template-columns:1fr;padding:15px}.feature{border-right:0!important;padding:14px 10px}.cards{grid-template-columns:1fr}.footer{flex-direction:column;align-items:flex-start;gap:8px}}
