/* =========================================================================
   home_redesign.css — Nuevo look del HOME de VoiceAI Plus
   -------------------------------------------------------------------------
   IMPORTANTE: TODO está scopeado bajo `.vap-home` para NO colisionar con
   Bootstrap ni afectar el resto del sitio. Portado desde el prototipo
   cambio_look/propuesta-completa.html. Responsive incluido.
   ========================================================================= */

.vap-home{
  --bg:#ffffff;--bg-soft:#f6f7f6;--paper:#faf9f5;
  --ink:#0e2c3d;--ink-soft:#325364;--muted:#6a828f;
  --teal:#17658f;--teal-deep:#123f5f;--teal-tint:#e7f1f6;
  --gold:#e7a417;--gold-bright:#ffd66b;--gold-tint:#fff6e0;
  --dark:#08202f;--dark-2:#0c2c3f;
  --line:#e5eaed;--line-dark:#ffffff1f;
  --display:"Manrope",system-ui,sans-serif;--body:"DM Sans",system-ui,sans-serif;
  --edge:clamp(22px,6vw,96px);

  font-family:var(--body);
  color:var(--ink);
  line-height:1.5;
  background:var(--bg);
}
.vap-home *{box-sizing:border-box}
.vap-home h1,.vap-home h2,.vap-home h3,.vap-home h4{
  font-family:var(--display);letter-spacing:-.03em;line-height:1.05;font-weight:800;margin:0;
}
.vap-home a{color:inherit;text-decoration:none}
.vap-home p{margin:0}

.vap-home .eyebrow{font-family:var(--display);font-weight:700;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--teal)}
.vap-home .eyebrow em{color:var(--gold);font-style:normal}
.vap-home .wrap{max-width:1180px;margin:0 auto;padding:0 var(--edge)}

/* botones (scoped: ganan a Bootstrap .btn dentro del home) */
.vap-home .btn{display:inline-flex;align-items:center;justify-content:center;gap:.55em;height:52px;padding:0 26px;border-radius:8px;font-family:var(--display);font-weight:700;font-size:14px;line-height:1;cursor:pointer;border:1px solid transparent;transition:.2s;white-space:nowrap;text-decoration:none}
.vap-home .btn-primary{background:var(--ink);color:#fff}
.vap-home .btn-primary:hover{background:var(--teal);transform:translateY(-2px);box-shadow:0 14px 30px #17658f33}
.vap-home .btn-ghost{background:transparent;color:var(--ink);border-color:var(--line)}
.vap-home .btn-ghost:hover{border-color:var(--teal);color:var(--teal)}
.vap-home .btn-gold{background:var(--gold);color:#3a2a04}
.vap-home .btn-gold:hover{background:var(--gold-bright);transform:translateY(-2px)}
.vap-home .btn.lg{height:58px;padding:0 34px;font-size:15px}

/* ---------- HERO (dark) ---------- */
.vap-home .hero{padding:clamp(52px,7vw,92px) 0 clamp(44px,5vw,72px);position:relative;background:radial-gradient(120% 85% at 50% -12%,#0d2f45 0,#08202f 58%);color:#eaf2f6;overflow:hidden}
.vap-home .hero:before{content:"";position:absolute;top:-140px;right:-160px;width:640px;height:640px;border-radius:50%;background:radial-gradient(circle,#17658f30 0,#08202f00 62%);pointer-events:none}
.vap-home .hero .wrap{position:relative;z-index:1}
.vap-home .hero-eyebrow{display:inline-flex;align-items:center;gap:12px;margin-bottom:24px;color:#8fd0ea}
.vap-home .hero-eyebrow .dot{width:7px;height:7px;border-radius:50%;background:var(--gold-bright);box-shadow:0 0 0 4px #e7a41733}
.vap-home .hero h1{font-size:clamp(33px,5.1vw,62px);max-width:20ch;color:#fff;text-wrap:balance}
.vap-home .hero h1 em{font-style:normal;color:var(--gold-bright);position:relative}
.vap-home .hero h1 em:after{content:"";position:absolute;left:0;right:0;bottom:.06em;height:.11em;background:var(--gold);opacity:.5;border-radius:3px}
.vap-home .hero p.lead{margin:24px 0 0;font-size:clamp(17px,2vw,20px);color:#b6cedb;max-width:56ch;line-height:1.6}
.vap-home .hero p.lead strong{color:#fff}
.vap-home .hero-cta{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}
.vap-home .hero .btn-ghost{background:transparent;color:#eaf2f6;border-color:#ffffff33}
.vap-home .hero .btn-ghost:hover{border-color:var(--gold-bright);color:#fff}
.vap-home .hero-trust{display:flex;flex-wrap:wrap;gap:10px 24px;margin-top:26px;font-size:13px;color:#9fb8c5}
.vap-home .hero-trust span{display:inline-flex;align-items:center;gap:8px}
.vap-home .hero-trust span:before{content:"";width:15px;height:15px;border-radius:50%;background:#e7a41726;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 10.5 4 8l-1 1 3.5 3.5L13 6l-1-1z' fill='%23ffd66b'/%3E%3C/svg%3E");background-size:15px;flex:none}
.vap-home .hero-visual{margin-top:clamp(40px,5vw,64px);border-radius:20px;overflow:hidden;border:1px solid #ffffff1f;box-shadow:0 40px 90px -30px #000c,0 0 0 1px #ffffff0a;position:relative;background:#08202f}
.vap-home .hero-visual img{display:block;width:100%;height:auto}
.vap-home .hero-visual .scan{position:absolute;top:0;bottom:56px;left:-40%;width:34%;background:linear-gradient(100deg,#fff0,#ffd66b2e 50%,#fff0);mix-blend-mode:screen;transform:skewX(-12deg);animation:vap-scan 6.5s ease-in-out infinite;pointer-events:none}
@keyframes vap-scan{0%{left:-40%}58%,100%{left:118%}}
.vap-home .hero-beats{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px;padding:15px clamp(18px,3vw,34px);background:#0a2434;border-top:1px solid #ffffff14}
.vap-home .hero-beats span{font-family:var(--display);font-size:13px;font-weight:700;color:#cfe0e8;display:flex;align-items:center;justify-content:center;gap:8px}
.vap-home .hero-beats b{font-size:11px;color:var(--gold-bright)}

/* section shells */
.vap-home .section-pad{padding:clamp(70px,9vw,120px) 0}
.vap-home .section-head{max-width:64ch}
.vap-home .section-head h2{font-size:clamp(30px,4.4vw,52px);margin:16px 0 0}
.vap-home .section-head h2 em{font-style:normal;color:var(--teal)}
.vap-home .section-head p{margin-top:18px;font-size:17px;color:var(--muted);max-width:56ch;line-height:1.6}

/* triptych */
.vap-home .triptych{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(18px,2.5vw,30px);margin-top:clamp(40px,5vw,64px)}
.vap-home .tcard{border:1px solid var(--line);border-radius:18px;padding:34px 30px;background:var(--bg);transition:.25s;position:relative;overflow:hidden}
.vap-home .tcard:hover{transform:translateY(-4px);box-shadow:0 26px 50px -30px #0e2c3d40;border-color:#d3dee4}
.vap-home .tcard .ic{width:52px;height:52px;border-radius:13px;display:grid;place-items:center;background:var(--teal-tint);margin-bottom:22px}
.vap-home .tcard.gold .ic{background:var(--gold-tint)}
.vap-home .tcard .num{position:absolute;top:26px;right:30px;font-family:var(--display);font-weight:800;font-size:13px;color:#c9d6dd}
.vap-home .tcard h3{font-size:22px;margin-bottom:10px}
.vap-home .tcard p{font-size:14.5px;color:var(--muted);line-height:1.6}
.vap-home .tcard ul{list-style:none;margin:16px 0 0;padding:0;display:flex;flex-direction:column;gap:9px}
.vap-home .tcard li{font-size:13px;color:var(--ink-soft);display:flex;gap:9px;align-items:flex-start}
.vap-home .tcard li:before{content:"";width:16px;height:16px;flex:none;margin-top:1px;border-radius:50%;background:var(--teal-tint) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 10.5 4 8l-1 1 3.5 3.5L13 6l-1-1z' fill='%2317658f'/%3E%3C/svg%3E") center/16px}
.vap-home .tcard.gold li:before{background:var(--gold-tint) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 10.5 4 8l-1 1 3.5 3.5L13 6l-1-1z' fill='%23b8830c'/%3E%3C/svg%3E") center/16px}
.vap-home .tcard.gold{border-color:#f0dcae;background:linear-gradient(180deg,#fffdf7,#fff)}
.vap-home .tri-note{display:flex;align-items:center;gap:15px;max-width:760px;margin:36px auto 0;background:linear-gradient(180deg,#fffdf7,var(--gold-tint));border:1px solid #eccf8f;border-left:4px solid var(--gold);border-radius:14px;padding:18px 22px;font-size:14px;line-height:1.6;color:var(--ink-soft);text-align:left;box-shadow:0 10px 30px -18px #e7a41755}
.vap-home .tri-note .ic{flex:none;width:40px;height:40px;border-radius:50%;background:var(--gold);color:#3a2a04;display:grid;place-items:center}
.vap-home .tri-note p{margin:0}
.vap-home .tri-note strong{color:var(--ink);font-family:var(--display)}
@media(max-width:640px){.vap-home .tri-note{flex-direction:column;text-align:center;gap:12px}}

/* vanish band */
.vap-home .vanish{position:relative;min-height:clamp(360px,46vw,540px);display:flex;align-items:center;background:#08202f;background-size:cover;background-position:left center;overflow:hidden}
.vap-home .vanish .wrap{width:100%}
.vap-home .vanish-copy{max-width:36ch;margin-left:auto;color:#eaf2f6;text-align:right}
.vap-home .vanish .eyebrow{color:var(--gold-bright)}
.vap-home .vanish h2{font-size:clamp(30px,4.4vw,52px);margin:14px 0 0;color:#fff}
.vap-home .vanish h2 em{font-style:normal;color:var(--gold-bright)}
.vap-home .vanish p{margin-top:16px;color:#b6cedb;font-size:16px;line-height:1.6}

/* certificate spotlight */
.vap-home .spotlight{background:var(--dark);color:#eaf2f6;overflow:hidden;position:relative}
.vap-home .spotlight:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 78% 30%,#12405e66 0,#08202f00 55%),radial-gradient(circle at 15% 90%,#e7a41722 0,#08202f00 45%)}
.vap-home .spotlight .wrap{position:relative;display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(40px,6vw,80px);align-items:center}
.vap-home .spotlight .eyebrow{color:var(--gold-bright)}
.vap-home .spotlight h2{font-size:clamp(32px,4.6vw,56px);margin:18px 0 0;color:#fff}
.vap-home .spotlight h2 em{font-style:normal;color:var(--gold-bright)}
.vap-home .spotlight .lead{margin-top:22px;color:#a9c4d1;font-size:17px;line-height:1.65;max-width:48ch}
.vap-home .spotlight .lead strong{color:#fff}
.vap-home .spotlight .mini{display:flex;gap:28px;margin-top:34px;flex-wrap:wrap}
.vap-home .spotlight .mini div{max-width:180px}
.vap-home .spotlight .mini b{font-family:var(--display);font-size:15px;color:#fff;display:block;margin-bottom:4px}
.vap-home .spotlight .mini small{font-size:12.5px;color:#8fb0bf;line-height:1.5}
.vap-home .spotlight .cta{margin-top:38px;display:flex;gap:14px;flex-wrap:wrap}
.vap-home .spotlight .btn-ghost{color:#eaf2f6;border-color:#ffffff33}
.vap-home .spotlight .btn-ghost:hover{border-color:var(--gold-bright);color:#fff}
.vap-home .certfig{margin:0;border-radius:16px;overflow:hidden;background:#fbfaf4;box-shadow:0 40px 80px -30px #000a,inset 0 0 0 1px #0000000d;transform:rotate(-1.4deg)}
.vap-home .certfig>img{display:block;width:100%;height:auto}
.vap-home .certfig figcaption{padding:18px 24px 22px}
.vap-home .certfig .cap-title{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:6px}
.vap-home .certfig .cap-title b{font-family:var(--display);font-weight:800;font-size:16px;color:var(--ink)}
.vap-home .certfig .cap-title small{font-size:10px;letter-spacing:.12em;color:var(--muted)}
.vap-home .cert-row{display:flex;justify-content:space-between;gap:14px;padding:10px 0;border-bottom:1px solid #ece5d0;font-size:12.5px}
.vap-home .cert-row:last-child{border:0}
.vap-home .cert-row span{color:var(--muted)}
.vap-home .cert-row b{font-family:var(--display);font-weight:600;color:var(--ink);word-break:break-all;text-align:right}
.vap-home .cert-row b.ok{color:#1c7a4a}

/* comparison */
.vap-home .compare{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:clamp(40px,5vw,60px)}
.vap-home .col{border:1px solid var(--line);border-radius:18px;padding:34px 32px}
.vap-home .col.them{background:var(--bg-soft)}
.vap-home .col.us{background:var(--ink);color:#eaf2f6;border-color:var(--ink)}
.vap-home .col .tag{font-family:var(--display);font-weight:700;font-size:11px;letter-spacing:.14em;text-transform:uppercase}
.vap-home .col.them .tag{color:var(--muted)}
.vap-home .col.us .tag{color:var(--gold-bright)}
.vap-home .col ul{list-style:none;margin:22px 0 0;padding:0;display:flex;flex-direction:column}
.vap-home .col li{display:flex;gap:12px;align-items:center;padding:13px 0;font-size:14.5px;border-bottom:1px solid var(--line)}
.vap-home .col.us li{border-color:#ffffff17}
.vap-home .col li:last-child{border:0}
.vap-home .col.them li{color:var(--muted)}
.vap-home .col .x{width:20px;height:20px;flex:none;border-radius:50%;background:#e7d7d2;color:#b5573d;display:grid;place-items:center;font-size:12px}
.vap-home .col .c{width:20px;height:20px;flex:none;border-radius:50%;background:#1c7a4a;color:#fff;display:grid;place-items:center;font-size:11px}

/* personas "pensado para" */
.vap-home .personas{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:clamp(36px,4vw,52px)}
.vap-home .pcell{background:#fff;border:1px solid var(--line);border-radius:16px;padding:28px 24px}
.vap-home .pcell .ic{width:48px;height:48px;border-radius:12px;background:var(--teal-tint);color:var(--teal);display:grid;place-items:center;font-size:22px;margin-bottom:16px}
.vap-home .pcell h4{font-size:17px;margin-bottom:8px}
.vap-home .pcell p{color:var(--muted);font-size:13px;line-height:1.55}

/* finale */
.vap-home .finale{color:#eaf2f6;background:#08202f;background-size:cover;background-position:center bottom;background-repeat:no-repeat;text-align:center;padding:clamp(80px,10vw,130px) 0}
.vap-home .finale .eyebrow{color:var(--gold-bright);display:block;margin-bottom:20px}
.vap-home .finale h2{font-size:clamp(34px,5.4vw,64px);max-width:16ch;margin:0 auto;color:#fff}
.vap-home .finale h2 em{font-style:normal;color:var(--gold-bright)}
.vap-home .finale .btn{margin-top:38px}
.vap-home .finale .fineprint{margin-top:20px;font-size:13px;color:#93b3c0}

/* ---------- responsive ---------- */
@media(max-width:980px){
  .vap-home .spotlight .wrap,
  .vap-home .compare,
  .vap-home .triptych,
  .vap-home .personas{grid-template-columns:1fr}
  .vap-home .certfig{max-width:460px;margin:0 auto;transform:rotate(0)}
  .vap-home .spotlight .cert-side{order:-1}
}
@media(max-width:860px){
  .vap-home .personas{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
  .vap-home .vanish{align-items:flex-end;min-height:0;padding:64px 0}
  .vap-home .vanish:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#08202fd9,#08202f80)}
  .vap-home .vanish-copy{position:relative;text-align:left;margin:0;max-width:none}
  .vap-home .hero-beats b{display:block}
  .vap-home .personas{grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){
  .vap-home *{animation:none!important;transition:none!important}
}
