:root{--black:#0d0d0d;--ink:#181818;--rg:#b76e79;--rg-soft:#eac0c7;--white:#fff;--muted:#a9a9a9;--card:#131313}*{box-sizing:border-box}html,body{background:var(--black);color:var(--white);margin:0;padding:0;font-family:Lato,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial}.page{flex-direction:column;min-height:100dvh;display:flex}.nav{justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:20px 24px;display:flex}.brand{letter-spacing:.18em;align-items:center;gap:.6rem;display:flex}.logo{width:28px;height:28px;color:var(--black);background:radial-gradient(120% 120% at 20% 20%,#ffdde4 0%,var(--rg)40%,#8e545c 100%);border-radius:8px;place-items:center;font-weight:800;display:inline-grid;box-shadow:inset 0 0 0 1px #000,0 6px 24px #000}.brand-text{font-family:Montserrat,system-ui;font-size:18px;font-weight:800}.logo-img{object-fit:contain;background:0 0;border-radius:8px;width:28px;height:28px;box-shadow:inset 0 0 0 1px #000,0 6px 24px #000}.hero{text-align:center;width:100%;max-width:1200px;margin:40px auto 0;padding:40px 24px 24px}.title{letter-spacing:.02em;max-width:900px;margin:0 auto 10px;font-family:Montserrat,system-ui;font-size:48px;font-weight:800;line-height:1.05}.rg{background:linear-gradient(125deg,#ffdde4 0%,var(--rg)40%,#8e545c 85%,#f1c7ce 100%);color:#0000;text-shadow:0 0 1px #00000059;-webkit-background-clip:text;background-clip:text}.subtitle{color:#d7d7d7;max-width:820px;margin:0 auto 24px;font-size:18px;line-height:1.6}.actions{justify-content:center;gap:12px;display:flex}.cta{border:1px solid var(--rg-soft);border-radius:14px;padding:12px 18px;font-weight:700;text-decoration:none;transition:all .2s}.cta.solid{background:linear-gradient(135deg,#ffdde4 0%,var(--rg)55%,#8e545c 100%);color:var(--black);border:none;box-shadow:0 10px 30px #b76e7959}.cta.ghost{color:var(--rg-soft);background:0 0}.cta:hover{filter:saturate(1.05);transform:translateY(-1px)}.hero-logo-wrap{place-items:center;margin-bottom:10px;display:grid}.hero-logo{filter:drop-shadow(0 18px 60px #00000073);width:auto;max-width:240px;height:auto}.section{width:100%;max-width:1200px;margin:24px auto;padding:24px}.h2{color:var(--rg-soft);letter-spacing:.06em;text-transform:uppercase;margin:0 0 10px;font-family:Montserrat,system-ui;font-size:24px;font-weight:700}.p{color:#dcdcdc;max-width:900px}.grid .cards{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;margin-top:14px;display:grid}.card{background:linear-gradient(180deg,var(--card),#0e0e0e);border:1px solid #242424;border-radius:16px;min-height:148px;padding:16px;transition:all .25s;position:relative;overflow:hidden}.card:before{content:"";z-index:0;pointer-events:none;background:radial-gradient(600px 200px at -10% -20%,#b76e7940,#0000 60%);position:absolute;inset:-1px}.card-title{z-index:1;margin:2px 0 8px;font-weight:700;position:relative}.card-desc{z-index:1;color:#cfcfcf;line-height:1.55;position:relative}.card:hover{transform:translateY(-4px);box-shadow:0 20px 60px #00000073}.impact{color:#cfcfcf;margin:10px 0 0 18px;padding:0}.impact li{margin:6px 0}.ecosistema{color:#fff;text-align:center;background:#000;padding:72px 20px}.ecosistema__title{letter-spacing:.12em;text-transform:uppercase;color:var(--rg-soft);margin:0 0 48px;font-family:Montserrat,system-ui;font-size:clamp(24px,2.4vw,36px);font-weight:700}.ecosistema__grid{grid-template-columns:repeat(4,1fr);gap:34px 40px;max-width:1280px;margin:0 auto;display:grid}@media (max-width:1200px){.ecosistema__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.ecosistema__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.ecosistema__grid{grid-template-columns:1fr}}.ecosistema__item{justify-items:center;gap:20px;display:grid}.ecosistema__logoWrap{margin-inline:auto;filter:drop-shadow(0 0 10px #eac0c72e);place-items:center;width:180px;height:180px;margin-bottom:18px;transition:transform .25s,filter .25s;display:grid}.ecosistema__img{width:100%;max-width:170px;height:auto;max-height:150px}.ecosistema__item:hover .ecosistema__logoWrap{filter:drop-shadow(0 0 16px #eac0c759);transform:translateY(-6px)}.ecosistema__name{letter-spacing:.16em;text-transform:uppercase;color:#f1c7ce;margin:10px 0 2px;font-family:Montserrat,system-ui;font-size:14px;font-weight:700}.ecosistema__desc{opacity:.9;color:#d9d9d9;margin:6px 0 0;font-size:13px;font-weight:300}.has-text-in-logo .ecosistema__name,.has-text-in-logo .ecosistema__desc{display:none}.contact .contact-box{background:#111;border:1px solid #232323;border-radius:18px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:22px;display:flex}.label{color:var(--muted);text-transform:uppercase;letter-spacing:.16em;margin-bottom:6px;font-size:12px}.link{color:var(--rg-soft);text-decoration:none}.link:hover{text-decoration:underline}.note{color:#bebebe;font-size:12px}@media (max-width:640px){.title{font-size:36px}.hero-logo{max-width:180px}.nav{padding:16px}}
