
:root{--navy:#000066;--green:#62B500;--green-dark:#447f00;--bg:#f6f9fc;--soft:#5e6d81;--line:rgba(0,0,102,.12);--white:#fff;--shadow:0 18px 48px rgba(0,0,102,.10)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--navy);font-family:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;line-height:1.6}a{color:inherit}img{max-width:100%}html[data-lang="es"] .lang-en{display:none!important}html[data-lang="en"] .lang-es{display:none!important}.container{width:min(1160px,calc(100% - 2rem));margin:auto}
header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}.nav{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.logo img{width:188px;height:auto;display:block}.nav-actions{display:flex;gap:.65rem;align-items:center}.back{text-decoration:none;font-size:.82rem;font-weight:800;border:1px solid var(--line);padding:.62rem .85rem;border-radius:999px;background:#fff}.lang-toggle{display:flex;padding:3px;border:1px solid var(--line);border-radius:999px}.lang-toggle button{border:0;background:transparent;color:var(--soft);font-weight:800;padding:.48rem .68rem;border-radius:999px;cursor:pointer}.lang-toggle button.active{background:var(--navy);color:#fff}.kicker{display:inline-flex;gap:.4rem;align-items:center;background:rgba(98,181,0,.10);color:var(--green-dark);border:1px solid rgba(98,181,0,.2);padding:.45rem .7rem;border-radius:999px;font-size:.74rem;font-weight:900;text-transform:uppercase;letter-spacing:.05em}
.hero{padding:3.2rem 0 2.3rem}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:2rem;align-items:center}h1{font-size:clamp(2.5rem,6vw,4.8rem);line-height:.98;letter-spacing:-.055em;margin:.75rem 0 1rem}.lead{font-size:1.06rem;color:#495b72;max-width:720px}.hero-panel{background:#fff;border:1px solid var(--line);border-radius:24px;padding:1.4rem;box-shadow:var(--shadow)}.hero-panel strong{display:block;font-size:1.05rem;margin-bottom:.7rem}.steps{display:grid;gap:.65rem}.step{display:flex;gap:.7rem;align-items:flex-start;color:#495b72;font-size:.9rem}.step i{font-style:normal;width:29px;height:29px;border-radius:9px;background:rgba(98,181,0,.11);display:grid;place-items:center;color:var(--green-dark);font-weight:900;flex:0 0 29px}.disclosure{margin-top:1rem;padding:.85rem 1rem;background:#fff;border:1px solid var(--line);border-radius:15px;color:var(--soft);font-size:.78rem}
.catalog{padding:2.5rem 0 4rem;border-top:1px solid var(--line)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:1.2rem}.section-head h2{font-size:clamp(1.8rem,4vw,2.7rem);margin:0;letter-spacing:-.035em}.section-head p{margin:0;color:var(--soft);font-size:.88rem;max-width:500px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.product-card{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:0 10px 28px rgba(0,0,102,.055);display:flex;flex-direction:column}.product-image{display:grid;place-items:center;min-height:300px;padding:.85rem;background:#fbfcfe;border-bottom:1px solid var(--line)}.product-image img{width:100%;height:280px;object-fit:contain}.card-body{padding:1rem 1rem 1.15rem;display:flex;flex-direction:column;gap:.55rem;flex:1}.tag{font-size:.68rem;color:var(--green-dark);font-weight:900;text-transform:uppercase;letter-spacing:.06em}.card-body h2{font-size:1.08rem;line-height:1.22;margin:0}.card-body p{font-size:.84rem;color:var(--soft);margin:0}.card-link{margin-top:auto;padding-top:.35rem;text-decoration:none;font-weight:900;font-size:.86rem}.external{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:.7rem .9rem;border-radius:12px;background:var(--green);color:#fff;text-decoration:none;font-weight:900;font-size:.84rem;margin-top:auto}.internal{display:inline-flex;align-items:center;text-decoration:none;font-weight:900;font-size:.86rem;margin-top:auto}.note-strip{padding:2rem 0;background:#fff;border-top:1px solid var(--line)}.note-box{display:flex;justify-content:space-between;gap:1rem;align-items:center;flex-wrap:wrap}.note-box p{margin:0;color:var(--soft);max-width:820px}.note-box a{text-decoration:none;font-weight:900}
footer{border-top:1px solid var(--line);background:#fff}.footer{padding:1.7rem 0 2.3rem;display:flex;justify-content:space-between;gap:1rem;color:var(--soft);font-size:.78rem;flex-wrap:wrap}.footer a{text-decoration:none;font-weight:700}
@media(max-width:900px){.hero-grid{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.container{width:min(100% - 1.2rem,680px)}.nav{min-height:66px}.logo img{width:150px}.back span.full{display:none}.nav-actions{gap:.35rem}.lang-toggle button{padding:.42rem .52rem}.hero{padding-top:2rem}.product-grid{grid-template-columns:1fr}.product-image{min-height:330px}.product-image img{height:310px}.section-head{align-items:start;flex-direction:column}}
.merchant-highlight{color:var(--green);font-weight:900}