*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#faf7f2;--bg-warm:#f0e9de;--bg-card:#fff;--green:#107a56;--green-dark:#0c6244;--green-deep:#094a34;--green-light:#d4f5e8;--green-soft:#8cd9b2;--green-body:#d1e5d9;--navy:#1a1a1f;--text:#1a1a1f;--text-body:#3c3c46;--cream-text:#faf7f2;--max:1240px;--px:100px;--font-serif:"Newsreader", Georgia, serif;--font-sans:"Plus Jakarta Sans", system-ui, -apple-system, sans-serif}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--font-sans);-webkit-font-smoothing:antialiased}img,svg{max-width:100%;display:block}a{color:inherit;text-decoration:none}.nav{z-index:100;background:var(--bg);position:sticky;top:0}.nav-inner{justify-content:space-between;align-items:center;width:100%;max-width:1440px;margin:0 auto;padding:24px 40px;display:flex}.nav-logo{font-family:var(--font-serif);letter-spacing:-.02em;color:var(--navy);font-size:26px;font-weight:600}.nav-links{gap:37px;display:flex}.nav-links a{color:var(--navy);opacity:.8;font-size:14px;font-weight:500;transition:opacity .15s}.nav-links a:hover{opacity:1}.nav-cta{background:var(--green);color:var(--cream-text);letter-spacing:.72px;text-transform:uppercase;border-radius:100px;padding:14px 24px;font-size:12px;font-weight:600;transition:background .15s}.nav-cta:hover{background:var(--green-dark)}.nav-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;padding:0;display:none}.nav-toggle span{background:var(--navy);border-radius:2px;width:22px;height:2px;transition:transform .2s,opacity .2s;display:block}.nav.is-open .nav-toggle span:first-child{transform:translateY(7px)rotate(45deg)}.nav.is-open .nav-toggle span:nth-child(2){opacity:0}.nav.is-open .nav-toggle span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.nav-mobile-panel{display:none}.hero-short{padding:72px var(--px) 40px;text-align:center;flex-direction:column;align-items:center;gap:20px;display:flex}.hero-short-title{font-family:var(--font-serif);letter-spacing:-.02em;color:var(--navy);font-size:clamp(36px,4vw,52px);font-weight:500;line-height:1.1}.hero-short-sub{color:var(--text-body);max-width:560px;font-size:17px;line-height:1.5}.bloques{flex-direction:column;display:flex}.bloque{padding:88px var(--px);max-width:calc(var(--max) + 2 * var(--px));align-items:center;gap:72px;margin:0 auto;display:flex}.bloque--warm{background:var(--bg-warm)}.bloque--rev{flex-direction:row-reverse}.bloque-content{flex-direction:column;flex:1 1 0;gap:18px;max-width:520px;display:flex}.bloque-eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--green);font-size:12px;font-weight:700}.bloque-title{font-family:var(--font-serif);letter-spacing:-.02em;color:var(--navy);font-size:clamp(28px,2.7vw,38px);font-weight:500;line-height:1.18}.bloque-text{color:var(--text-body);font-size:16px;line-height:1.6}.bloque-list{flex-direction:column;gap:12px;margin-top:4px;display:flex}.bloque-list li{color:var(--text-body);padding-left:24px;font-size:15px;line-height:1.6;position:relative}.bloque-list li:before{content:"→";color:var(--green);font-weight:700;position:absolute;top:0;left:0}.bloque-list li strong{color:var(--navy);font-weight:600}.bloque-callout{border-left:3px solid var(--green);font-family:var(--font-serif);letter-spacing:-.01em;color:var(--navy);padding:2px 0 2px 20px;font-size:19px;line-height:1.45}.bloque-visual{flex:1 1 0;width:100%;max-width:480px}.bloque-video{aspect-ratio:4/3;object-fit:cover;background:var(--bg-card);border-radius:16px;width:100%;display:block}.bloque-placeholder{background:var(--bg-card);aspect-ratio:4/3;text-align:center;border:1.5px dashed #1a1a1f38;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:32px;display:flex}.bloque--warm .bloque-placeholder{background:#fff9}.bloque-placeholder-icon{background:var(--green-light);width:44px;height:44px;color:var(--green);border-radius:50%;justify-content:center;align-items:center;display:flex}.bloque-placeholder-icon svg{width:20px;height:20px}.bloque-placeholder-tag{letter-spacing:.08em;text-transform:uppercase;color:var(--green);font-size:11px;font-weight:700}.bloque-placeholder-text{color:#1a1a1f8c;max-width:300px;font-size:13px;line-height:1.55}.section-cierre{background:var(--green-deep);padding:120px var(--px);text-align:center;flex-direction:column;align-items:center;gap:24px;display:flex}.cierre-title{font-family:var(--font-serif);letter-spacing:-.02em;color:#fff;max-width:720px;font-size:clamp(32px,3.4vw,46px);font-weight:400;line-height:1.12}.cierre-sub{color:var(--green-body);max-width:560px;font-size:17px;line-height:1.55}.btn-green{background:var(--green);color:var(--cream-text);border-radius:100px;margin-top:8px;padding:16px 28px;font-size:15px;font-weight:600;transition:background .15s}.btn-green:hover{background:var(--green-dark)}.footer{background:var(--green);color:#fff;padding:80px var(--px) 40px;flex-direction:column;gap:40px;display:flex}.footer-cols{width:100%;max-width:var(--max);gap:60px;margin:0 auto;display:flex}.footer-col{flex-direction:column;gap:16px;display:flex}.footer-col--brand{flex:0 340px;margin-right:auto}.footer-col-title{letter-spacing:.16em;text-transform:uppercase;color:#ffffffe6;font-size:12px;font-weight:700}.footer-tagline{font-family:var(--font-serif);letter-spacing:-.01em;color:#fff;font-size:22px;line-height:1.3}.footer-tagline a{text-underline-offset:3px;text-decoration:underline;transition:opacity .15s}.footer-tagline a:hover{opacity:.75}.footer-col-links{flex-direction:column;gap:10px;display:flex}.footer-col-links a,.footer-col-links span{color:#ffffffe6;font-size:14px;transition:opacity .15s}.footer-col-links a:hover{opacity:.7}.footer-wordmark{width:100%;max-width:var(--max);font-family:var(--font-serif);letter-spacing:-.04em;color:#fff;margin:0 auto;padding-top:20px;font-size:clamp(120px,24vw,340px);font-weight:400;line-height:.8;overflow:hidden}.footer-wordmark em{font-style:normal}.footer-bottom{width:100%;max-width:var(--max);border-top:1px solid #ffffff40;justify-content:space-between;align-items:center;margin:0 auto;padding-top:24px;display:flex}.footer-bottom p{color:#ffffffe6;font-size:12px}@media (width<=1100px){:root{--px:48px}.bloque{gap:40px}}@media (width<=860px){.bloque,.bloque--rev{flex-direction:column}.bloque-content,.bloque-visual{max-width:100%}}@media (width<=768px){:root{--px:24px}.nav-links{display:none}.nav-toggle{display:flex}.nav.is-open .nav-mobile-panel{display:block}.nav-mobile-panel{background:var(--bg);border-top:1px solid #1a1a1f1a;padding:8px 24px 20px;position:absolute;top:100%;left:0;right:0;box-shadow:0 16px 24px #0000000f}.nav-mobile-links{flex-direction:column;list-style:none;display:flex}.nav-mobile-links a{color:var(--navy);border-bottom:1px solid #1a1a1f14;padding:14px 4px;font-size:16px;font-weight:500;display:block}.nav-cta{display:none}.nav-mobile-cta{text-align:center;margin-top:16px;display:block}.bloque{padding:56px var(--px)}.footer-cols{flex-direction:column;gap:32px}.footer-bottom{text-align:center;flex-direction:column;gap:8px}.footer-wordmark{text-align:center;font-size:clamp(80px,24vw,340px)}}
