@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700&display=swap');
.futura-destacado{ --fd-azul:#2563EB; --fd-navy:#1A2744; --fd-line:#E7EAF0; --fd-muted:#64748B;
  font-family:'Jost',sans-serif; padding:60px clamp(20px,3vw,38px); }
.futura-destacado.fd--blanco{ background:#fff; }
.futura-destacado.fd--gris{ background:#F5F9FF; }
.futura-destacado.fd--azul{ background:linear-gradient(120deg,#1A2744,#22345c); }
.futura-destacado.fd--azul .fd-title, .futura-destacado.fd--azul .fd-sub{ color:#fff; }
.futura-destacado.fd--azul .fd-sub{ color:rgba(255,255,255,.82); }
.futura-destacado.fd--azul .fd-checks li{ color:#EAF1FF; }

.futura-destacado .fd-in{ max-width:1300px; margin:0 auto; display:grid; grid-template-columns:1.05fr .95fr; gap:clamp(28px,5vw,64px); align-items:center; }
.futura-destacado.fd--inv .fd-text{ order:2; }
.futura-destacado.fd--inv .fd-visual{ order:1; }

.futura-destacado .fd-badge{ display:inline-block; font-size:12px; font-weight:600; letter-spacing:1.2px; text-transform:uppercase;
  color:var(--fd-azul); background:#EAF1FF; padding:6px 13px; border-radius:999px; margin-bottom:16px; }
.futura-destacado .fd-title{ font-family:'Jost',sans-serif; font-size:clamp(26px,3.2vw,38px); font-weight:600; line-height:1.12; color:var(--fd-navy); margin:0 0 14px; }
.futura-destacado .fd-title .azul{ color:var(--fd-azul); }
.futura-destacado .fd-sub{ font-size:16px; line-height:1.6; color:var(--fd-muted); margin:0 0 22px; }

.futura-destacado .fd-checks{ list-style:none; margin:0 0 26px; padding:0; display:flex; flex-direction:column; gap:13px; }
.futura-destacado .fd-checks li{ display:flex; align-items:flex-start; gap:11px; font-size:15.5px; color:var(--fd-navy); }
.futura-destacado .fd-checks svg{ width:20px; height:20px; flex-shrink:0; color:#fff; background:var(--fd-azul); border-radius:50%; padding:3px; margin-top:1px; }

.futura-destacado .fd-cta{ display:flex; flex-wrap:wrap; gap:12px; }
.futura-destacado .fd-btn{ display:inline-flex; align-items:center; justify-content:center; font-size:15px; font-weight:600; text-decoration:none;
  padding:13px 26px; border-radius:12px; transition:all .15s; }
.futura-destacado .fd-btn--pri{ background:var(--fd-azul); color:#fff; box-shadow:0 8px 22px rgba(37,99,235,.26); }
.futura-destacado .fd-btn--pri:hover{ background:#1D4ED8; color:#fff; }
.futura-destacado .fd-btn--sec{ background:#fff; color:var(--fd-navy); border:1.5px solid var(--fd-line); }
.futura-destacado .fd-btn--sec:hover{ border-color:var(--fd-azul); color:var(--fd-azul); }
.futura-destacado.fd--azul .fd-btn--sec{ background:transparent; color:#fff; border-color:rgba(255,255,255,.4); }

.futura-destacado .fd-visual img{ width:100%; height:100%; max-height:420px; object-fit:cover; border-radius:20px; box-shadow:0 24px 50px rgba(15,23,42,.16); }
.futura-destacado .fd-ph{ display:flex; align-items:center; justify-content:center; height:340px; border-radius:20px;
  background:linear-gradient(135deg,#EAF1FF,#DCE7FF); color:var(--fd-azul); }
.futura-destacado .fd-ph svg{ width:88px; height:88px; opacity:.5; }

@media (max-width:860px){
  .futura-destacado{ padding:46px 20px; }
  .futura-destacado .fd-in{ grid-template-columns:1fr; gap:30px; }
  .futura-destacado.fd--inv .fd-text{ order:1; }
  .futura-destacado.fd--inv .fd-visual{ order:2; }
  .futura-destacado .fd-ph{ height:220px; }
}
