*{box-sizing:border-box}
@view-transition{navigation:auto}
html{scroll-behavior:smooth}
body{margin:0;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;-webkit-font-smoothing:antialiased;background:#f7f5f1;color:#14151a}
::selection{background:#ffd9e8;color:#1a1d29}
a{color:inherit;text-decoration:none}
img{display:block}
.serif{font-family:'Instrument Serif',serif;font-style:italic;font-weight:400}
.grad{background:linear-gradient(120deg,#6366f1,#a855f7 55%,#f59e0b);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.eyebrow{font-size:11.5px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#6b5bd0}
.btn{display:inline-flex;align-items:center;gap:9px;font-weight:600;border-radius:26px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}
.btn-pri{color:#fff;background:#1a73e8;box-shadow:0 1px 2px rgba(26,115,232,.3)}.btn-pri:hover{transform:translateY(-1px);box-shadow:0 6px 18px rgba(26,115,232,.35)}
.btn-ghost{color:#14151a;background:#fff;border:1px solid #e2ddd4}.btn-ghost:hover{transform:translateY(-1px)}
/* nav */
.nav{position:sticky;top:0;z-index:40;backdrop-filter:blur(14px);background:rgba(247,245,241,.82);border-bottom:1px solid #ece8e1}
.nav-in{max-width:1200px;margin:0 auto;padding:14px 32px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:10px}.brand img{width:30px;height:30px;filter:drop-shadow(0 2px 6px rgba(255,105,180,.3))}.brand b{font-weight:800;font-size:20px;letter-spacing:-.03em}
.nav-links{display:flex;align-items:center;gap:30px;font-size:14.5px;font-weight:500;color:#51566b}
.nav-links a{position:relative;padding:4px 0}.nav-links a::after{content:'';position:absolute;left:0;bottom:0;height:1.5px;width:0;background:#14151a;transition:width .25s ease}.nav-links a:hover::after,.nav-links a[aria-current]::after{width:100%}.nav-links a[aria-current]{color:#14151a;font-weight:600}
.nav .btn{padding:10px 18px;font-size:14.5px}
/* generic sections */
.sec{max-width:1200px;margin:0 auto;padding:80px 32px}
.sec-head{text-align:center;max-width:660px;margin:0 auto 44px}
.sec-head.left{text-align:left;margin:0 0 36px;max-width:760px}
.sec-head h1{font-size:54px;line-height:1.05;letter-spacing:-.035em;font-weight:800;margin:14px 0 18px}
.sec-head h2{font-size:40px;line-height:1.08;letter-spacing:-.03em;font-weight:800;margin:12px 0 0}
.sec-head p{font-size:18px;color:#51566b;margin:14px auto 0;max-width:560px;line-height:1.55}
/* pricing */
.toggle{display:inline-flex;align-items:center;gap:4px;background:#fff;border:1px solid #ece8e1;border-radius:30px;padding:4px;box-shadow:0 1px 3px rgba(60,64,67,.06)}
.toggle button{font-family:inherit;font-size:13.5px;font-weight:600;padding:9px 18px;border-radius:24px;cursor:pointer;border:0;background:transparent;color:#51566b}
.toggle button.on{background:#14151a;color:#fff}
.price-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;align-items:stretch}
.plan{border-radius:22px;padding:32px 26px;display:flex;flex-direction:column;border:1px solid #ece8e1;background:#fff}
.plan.hot{background:#14151a;color:#fff;border-color:#14151a;box-shadow:0 28px 56px -24px rgba(20,21,26,.5);position:relative}
.plan .nm{font-size:15px;font-weight:700;margin-bottom:8px}
.plan .pr{font-size:42px;font-weight:800;letter-spacing:-.04em}.plan .per{font-size:13.5px;color:#9aa0b4}.plan.hot .per{color:#a7abbd}
.plan .tl{font-size:13px;color:#6b7080;margin:6px 0 20px;line-height:1.45;min-height:34px}.plan.hot .tl{color:#a7abbd}
.plan .cta{text-align:center;font-size:14.5px;font-weight:600;padding:13px;border-radius:24px;margin-bottom:22px}
.plan .cta.g{background:#f4f2ee;color:#14151a;border:1px solid #e2ddd4}.plan .cta.p{background:linear-gradient(120deg,#6366f1,#a855f7);color:#fff}
.plan ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}
.plan li{display:flex;gap:10px;align-items:flex-start;font-size:13.5px;line-height:1.4;color:#3f3a42}.plan.hot li{color:#e8e9f0}.plan li svg{flex:none;margin-top:1px}
.hotbadge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);font-size:10.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#14151a;background:linear-gradient(120deg,#f59e0b,#ff5ba6);padding:5px 13px;border-radius:20px;white-space:nowrap}
.fineprint{text-align:center;font-size:13px;color:#9aa0b4;margin:22px 0 0}
/* roi */
.roi{max-width:1100px;margin:64px auto;padding:0 32px}
.roi-in{background:linear-gradient(135deg,#fff4ec,#fff);border:1px solid #f3e3d8;border-radius:26px;padding:46px 44px;display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center}
.roi h2{font-size:34px;line-height:1.12;letter-spacing:-.03em;font-weight:800;margin:12px 0 14px}.roi h2 .serif{color:#c2533a}
.roi .lead{font-size:16px;color:#6b5f57;margin:0;line-height:1.55}
.roi .rows{display:flex;flex-direction:column;gap:14px}
.roi .r{display:flex;justify-content:space-between;align-items:baseline;border-bottom:1px solid #f0e0d4;padding-bottom:12px}.roi .r:last-child{border:0;padding:0}
.roi .r span{font-size:14.5px;color:#6b5f57}.roi .r b{font-size:22px;font-weight:800}
/* comparativa */
.table{max-width:1040px;margin:0 auto;border-radius:20px;border:1px solid #ece8e1;overflow:hidden;background:#fff}
.trow{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.1fr;padding:15px 24px;border-bottom:1px solid #f1ece4;align-items:center;font-size:14px}
.trow.head{padding:18px 24px;border-bottom:1px solid #ece8e1;font-size:13px;font-weight:700;color:#6b7080}
.trow span:not(:first-child){text-align:center}.trow .kb{font-weight:700;color:#1e8e3e}.trow .f{font-weight:600;color:#14151a}.trow .x{color:#9aa0b4}
/* faq */
.faq{max-width:820px;margin:0 auto;padding:0 32px 80px}
.faq h2{font-size:32px;letter-spacing:-.03em;font-weight:800;margin:0 0 28px;text-align:center}
.qa{border-top:1px solid #e6e0d6;padding:24px 4px}.qa h3{font-size:17px;font-weight:700;margin:0 0 8px;letter-spacing:-.01em}.qa p{font-size:14.5px;line-height:1.6;color:#6b7080;margin:0}
/* feature cards (security/demo) */
.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.fcard{background:#fff;border:1px solid #ece8e1;border-radius:20px;padding:28px}
.fcard .ic{width:46px;height:46px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.fcard h3{font-size:17px;font-weight:700;margin:0 0 7px;letter-spacing:-.01em}.fcard p{font-size:14px;line-height:1.55;color:#6b7080;margin:0}
.darkband{background:#14151a;color:#fff;border-radius:28px;padding:54px 48px;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;max-width:1100px;margin:56px auto}
.darkband h2{font-size:34px;line-height:1.12;letter-spacing:-.03em;font-weight:800;margin:14px 0 16px}.darkband h2 .serif{color:#cdbbff}
.darkband .lead{font-size:16px;line-height:1.6;color:#a7abbd;margin:0}
.darkband ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}
.darkband li{display:flex;gap:13px;align-items:center;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:15px 18px;font-size:14.5px;font-weight:500;color:#e8e9f0}.darkband li svg{flex:none}
.badges{display:flex;justify-content:center;gap:12px 16px;flex-wrap:wrap}.badges span{font-size:13.5px;font-weight:700;color:#3f3a42;background:#fff;border:1px solid #ece8e1;padding:11px 18px;border-radius:14px}
/* three pillars */
.pillars{max-width:1000px;margin:36px auto 0;padding:0 32px;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.pillar{background:#fff;border:1px solid #ece8e1;border-radius:18px;padding:22px}.pillar .k{font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;margin-bottom:7px}.pillar p{font-size:14px;color:#6b7080;margin:0;line-height:1.5}
/* demo walkthrough */
.phone{border-radius:34px;border:8px solid #14151a;box-shadow:0 26px 50px -24px rgba(40,30,80,.5);overflow:hidden;background:#fff}
.step{display:flex;gap:56px;align-items:center;background:#fff;border:1px solid #ece8e1;border-radius:28px;padding:40px;box-shadow:0 10px 30px -22px rgba(40,30,80,.3)}
.step.rev{flex-direction:row-reverse}
.step .ph{flex:none;width:230px;display:flex;justify-content:center}.step .ph .phone{width:218px}
.step .tx{flex:1}.step h2{font-size:32px;line-height:1.12;letter-spacing:-.025em;font-weight:800;margin:12px 0 12px}.step .tx p{font-size:16px;line-height:1.6;color:#51566b;margin:0 0 18px;max-width:440px}
.step ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.step li{display:flex;gap:10px;align-items:flex-start;font-size:14.5px;line-height:1.45;color:#3f3a42}.step li svg{flex:none;margin-top:1px}
/* final cta */
.fcta{max-width:1000px;margin:0 auto;padding:80px 32px 90px;text-align:center}
.fcta img{width:56px;height:56px;margin:0 auto 18px}
.fcta h2{font-size:40px;line-height:1.08;letter-spacing:-.035em;font-weight:800;margin:0 0 16px}
.fcta p{font-size:17px;color:#51566b;margin:0 auto 26px;max-width:480px}.fcta .row{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.fcta .btn{padding:15px 30px;font-size:16px}
/* footer */
.foot{background:#fff;border-top:1px solid #ece8e1;padding:46px 32px}
.foot-in{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap}
.foot-links{display:flex;gap:22px;font-size:13px;color:#6b7080;flex-wrap:wrap}.foot-in p{font-size:12.5px;color:#9aa0b4;margin:0}
@media(max-width:900px){.price-grid{grid-template-columns:1fr 1fr}.grid3{grid-template-columns:1fr}.roi-in,.darkband{grid-template-columns:1fr}.step,.step.rev{flex-direction:column}.step .ph{width:100%}.pillars{grid-template-columns:1fr}.nav-links{display:none}.sec-head h1{font-size:38px}.sec-head h2{font-size:30px}}
@media(max-width:560px){.price-grid{grid-template-columns:1fr}.trow{font-size:12px;padding:12px}}
