:root{--bg: #f3f5f8;--navy: #0f2a4d;--navy2: #0b1f3d;--ink: #102a43;--muted: #6b7a90;--card: #ffffff;--stroke: #e6eaf0;--blue: #2E7BFF;--shadow: 0 10px 30px rgba(16, 42, 67, .08);--max: 850px;--font: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji"}*{box-sizing:border-box}body{margin:0;font-family:var(--font);color:var(--ink);background:var(--bg)}a{color:inherit}.container{max-width:var(--max);margin:0 auto;padding:0 20px}.btn{border:0;border-radius:999px;padding:12px 18px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:10px;transition:transform .08s ease,opacity .2s ease,background .2s ease;-webkit-user-select:none;user-select:none;text-decoration:none;white-space:nowrap}.btn:active{transform:translateY(1px)}.btn-primary{background:var(--blue);color:#fff;border:1.5px solid var(--blue);box-shadow:0 10px 22px #2e7bff38;transition:all .25s ease}.btn-primary:not(.btn-disabled):hover{background:#fff;color:var(--blue);box-shadow:0 14px 30px #2e7bff47;transform:translateY(-1px)}.btn-primary:not(.btn-disabled):active{transform:translateY(0)}.btn-disabled{opacity:.55;cursor:not-allowed;box-shadow:none;filter:none;transform:none!important;pointer-events:none}.btn-outline{background:#ffffff14;color:#fff;border:1px solid rgba(255,255,255,.22)}.topbar{position:relative;padding:36px 0;background-color:#20315c;box-shadow:0 4px 20px #00000014}.topbar .container{max-width:1400px;padding-left:10px;padding-right:300px}.topbar-inner{display:flex;justify-content:space-between;align-items:center}.topbar-logo{height:38px;width:auto;display:block}.topbar-btn{color:#fff;border:1.5px solid var(--blue);padding:10px 22px;border-radius:30px;text-decoration:none;font-weight:600;transition:all .3s ease}.topbar-btn:hover{background-color:var(--blue)}.topbar .btn-outline{background:var(--blue);color:#fff;border:1.5px solid var(--blue);transition:all .25s ease}.topbar .btn-outline:hover{background:#fff;color:var(--blue);border-color:var(--blue);transform:translateY(-1px)}.brand{display:flex;align-items:center;gap:10px;color:#fff;font-weight:800;letter-spacing:.2px;margin-right:auto}.brand-logo{height:46px;width:auto;display:block}.main-nav{display:flex;gap:32px}.nav-link{position:relative;color:#fff;text-decoration:none;font-weight:600;font-size:19px;padding-bottom:6px}.nav-link:after{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;background:#fff;transition:width .3s ease}.nav-link:hover:after{width:100%}.nav-toggle{display:none;width:44px;height:44px;border-radius:10px;border:1px solid rgba(255,255,255,.18);background:#ffffff14;cursor:pointer;align-items:center;justify-content:center;gap:5px;padding:0;flex-direction:column}.nav-toggle span{display:block;width:18px;height:2px;background:#fff;border-radius:999px}.hero{margin:0}.hero-img{display:block;width:100%;height:auto;max-height:560px;object-fit:cover;object-position:center}main{padding:42px 0 0}.section-title{text-align:center;margin:0 0 18px}.section-title .hint{margin-top:8px;font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--blue);font-weight:500}.section-title h2{line-height:1.15}.cards{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:start;max-width:850px;margin:18px auto 0}.card{align-self:start;background:var(--card);border:2px solid transparent;outline:1px solid var(--stroke);outline-offset:-1px;border-radius:18px;padding:18px;box-shadow:0 6px 20px #102a430a;position:relative;cursor:pointer;min-height:132px;transition:transform .12s ease,box-shadow .2s ease,outline-color .2s ease,border-color .2s ease}.card:hover{outline-color:#d8e2ff;box-shadow:0 14px 34px #102a431a;transform:translateY(-1px)}.card:active{transform:translateY(0)}.card.selected{border-color:var(--blue);outline-color:transparent;box-shadow:0 18px 46px #2e7bff29}.card:focus-visible{outline:2px solid rgba(46,123,255,.45);outline-offset:3px}.iconbox{width:42px;height:42px;border-radius:12px;border:1px solid #e8eefc;display:flex;place-items:center;background:linear-gradient(180deg,#fff,#f6f9ff);flex:0 0 auto;font-size:20px;align-items:center;justify-content:center}.card h3{margin:2px 0 6px;font-size:16px;letter-spacing:-.2px}.card p{font-size:13px;line-height:1.55;color:var(--muted)}.radio{position:absolute;right:14px;top:14px;width:18px;height:18px;border-radius:999px;border:2px solid rgba(46,123,255,.6);transition:transform .15s ease,border-color .2s ease,box-shadow .2s ease}.card:hover .radio{transform:scale(1.03);box-shadow:0 6px 16px #102a431a}.card.selected .radio{border-color:var(--blue);background:var(--blue);box-shadow:0 10px 24px #2e7bff38;display:grid;place-items:center}.card.selected .radio:after{content:"✓";color:#fff;font-weight:900;font-size:13px;line-height:1}.details{margin-top:12px;padding-top:12px;border-top:1px dashed #e5eaf6;overflow:hidden;max-height:0;opacity:0;transform:translateY(-6px);transition:max-height .32s ease,opacity .18s ease,transform .18s ease;will-change:max-height,opacity,transform}.card.expanded .details{max-height:700px;opacity:1;transform:translateY(0)}.bullets{margin:0;padding-left:16px;color:#3d506b;font-size:12.5px;line-height:1.5}.bullets li{margin:6px 0}.more{display:inline-block;margin-top:10px;font-weight:800;color:var(--blue);text-decoration:none;font-size:12.5px}.more:hover{text-decoration:underline}.center-cta{display:flex;justify-content:center;margin:18px 0 6px}.micro{text-align:center;font-size:11px;color:#6b7a90;margin:0 0 22px}.needs{margin:26px auto 0;max-width:840px;background:#fff;border:1px solid var(--stroke);border-radius:18px;padding:18px 16px;box-shadow:0 12px 30px #102a430f}.needs h4{margin:0 0 14px;text-align:center;color:#162d52;font-size:14px}.needs-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.need{border:1px solid #eef2f8;border-radius:14px;padding:12px 10px;text-align:center;background:linear-gradient(180deg,#fff,#fbfcff);transition:transform .15s ease,box-shadow .2s ease}.need:hover{transform:translateY(-3px);box-shadow:0 14px 30px #102a4314}.need-ic{font-size:20px}.need .t{margin-top:8px;font-size:12px;font-weight:700;color:#1f3254;line-height:1.2}.need .t.t-small{font-size:10px;font-weight:500;opacity:.65}.needs .iconbox{width:64px;height:64px;margin:0 auto 10px;border-radius:50%;background:linear-gradient(180deg,#f4f7ff,#eef3ff);border:1px solid #dfe7ff;display:flex;align-items:center;justify-content:center;transition:transform .2s ease,box-shadow .2s ease}.need:hover .iconbox{transform:scale(1.05);box-shadow:0 10px 25px #2e7bff2e}.needs .icon-img{width:55%;height:55%;object-fit:contain}.trust{text-align:center;margin:36px 0 0;padding-bottom:32px}.trust h5{margin:0 0 16px;color:#2b3f5b;font-size:12px;font-weight:800}.logos{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:60px}.logo-img{height:42px;width:auto;max-width:120px;object-fit:contain;display:block;transition:transform .2s ease}.logo-img:hover{transform:translateY(-1px)}.lockline{margin:18px auto 0;max-width:900px;color:#52627a;font-size:12.5px;display:flex;gap:10px;justify-content:center;align-items:flex-start}.productores{max-width:840px;margin:0 auto 24px;padding:0 20px}.productores-card{margin-top:12px;background:#fff;border:1px solid var(--stroke);border-radius:18px;padding:18px;box-shadow:var(--shadow)}.productores-card h3{margin:0 0 10px}.productores-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.5}.icon-img{width:100%;height:100%;object-fit:contain}.site-footer{margin-top:18px;background:#e3e1e2;color:#102a43;padding:34px 0 0}.site-footer .footer-top{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;align-items:center;opacity:.95;margin-bottom:18px}.site-footer .footer-top .q{opacity:.9;font-weight:700;margin-right:6px}.site-footer .footer-btn{background:#fff9;border:1.5px solid #102a43;display:inline-flex;align-items:center;gap:10px;padding:10px 18px;border-radius:999px;text-decoration:none;color:#102a43;transition:transform .12s ease,background .2s ease,opacity .2s ease;font-weight:600;white-space:nowrap}.site-footer .footer-btn:hover{background:#102a43;transform:translateY(-1px);color:#fff}.site-footer .footer-btn .ic,.site-footer .btn .ic{display:inline-grid;place-items:center;width:18px;height:18px;opacity:.95}.site-footer .footer-line{background:#102a4340;height:2px;width:min(920px,92%);margin:18px auto 22px;border-radius:999px}.site-footer .footer-bottom{display:flex;justify-content:space-between;align-items:flex-start;gap:28px;flex-wrap:wrap}.site-footer .ft-brand{display:flex;gap:12px;align-items:flex-start;font-weight:900;flex-direction:column}.site-footer .ft-brand small{display:block;font-weight:600;opacity:.75;margin-top:8px}.site-footer .ft-logo{background:none!important;border:0!important;height:44px;width:auto;display:block;padding:0!important;opacity:.98;max-width:min(320px,92vw)}.site-footer .ft-col{opacity:.92;font-size:12px;line-height:1.5;max-width:480px}.site-footer .ft-links{opacity:.9;font-size:12px;display:flex;gap:10px;flex-wrap:wrap;margin-top:8px;align-items:center;margin-bottom:12px}.site-footer .ft-logos{display:flex;align-items:center;gap:18px;justify-content:center;flex-wrap:wrap}.site-footer .ft-title{font-weight:900;letter-spacing:.2px}.site-footer .ft-link{color:#102a43;text-decoration:none;opacity:.92}.site-footer .ft-link:hover{text-decoration:underline;opacity:1;color:#0d2236}.site-footer .ft-links .sep{opacity:.55}.site-footer .ft-legal{opacity:.9}.site-footer .footer-copy{border-top:1px solid rgba(255,255,255,.12);text-align:center;font-size:11px;width:100%;background:#535353;padding:18px 0;margin:0;color:#102a43}@media (max-width: 960px){.topbar-inner{padding:0 20px}.cards{grid-template-columns:1fr}.needs-grid{grid-template-columns:repeat(2,1fr)}.hero{height:clamp(220px,45vh,380px)}.hero-img{max-height:380px}}@media (max-width: 860px){.site-footer .footer-bottom{justify-content:center}.site-footer .ft-brand{justify-content:center;text-align:center;min-width:100%;align-items:center}.site-footer .ft-col{text-align:center}.site-footer .ft-links,.site-footer .ft-logos{justify-content:center}}@media (max-width: 768px){.main-nav{gap:0;display:none;position:absolute;right:20px;top:68px;width:min(320px,calc(100vw - 40px));flex-direction:column;padding:10px;border-radius:14px;background:#0f2a4df5;border:1px solid rgba(255,255,255,.16);box-shadow:0 18px 50px #00000040;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:999}.main-nav.is-open{display:flex}.main-nav .nav-link{font-size:15px;padding:12px;border-radius:10px}.main-nav .nav-link:after{display:none}.main-nav .nav-link:hover{background:#ffffff14}.nav-toggle{display:flex}.topbar-inner{padding-left:16px;padding-right:16px}.topbar .container{padding-left:12px;padding-right:12px}}@media (max-width: 480px){.site-footer .ft-logos{flex-direction:column}.hero{height:240px}.hero-img{max-height:240px}}
