
:root{
  --blue:#061f57;
  --blue2:#0c54dc;
  --soft:#f4f8ff;
  --cyan:#3ce4ff;
  --purple:#7357ff;
  --text:#071d4e;
  --muted:#58657f;
  --shadow:0 22px 60px rgba(6,31,87,.12);
  --radius:30px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:'Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;color:var(--text);background:#fff;overflow-x:hidden}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.page{max-width:1720px;margin:0 auto;background:#fff;box-shadow:0 0 0 1px rgba(6,31,87,.03)}
.container{width:min(1510px,92vw);margin:0 auto}
.header{height:86px;display:flex;align-items:center;position:sticky;top:0;background:rgba(255,255,255,.93);backdrop-filter:blur(18px);z-index:100;border-bottom:1px solid rgba(6,31,87,.06)}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:22px;width:min(1510px,94vw);margin:0 auto}
.brand-row{display:flex;align-items:center;gap:22px;min-width:330px}.brand-logo{width:245px;height:auto}.brand-divider{height:44px;width:1px;background:#ccd7ec}.lw-logo{width:156px;height:auto}
.nav{display:flex;align-items:center;gap:34px;font-size:14px;font-weight:700;color:#102352}.nav a{padding:30px 0 25px;border-bottom:3px solid transparent}.nav a:hover,.nav a.active{color:#1761e5;border-bottom-color:#1761e5}
.wa-top{display:inline-flex;align-items:center;gap:10px;background:#061f57;color:#fff;padding:15px 24px;border-radius:14px;font-weight:800;font-size:14px;box-shadow:0 10px 28px rgba(6,31,87,.18)}.wa-top svg{width:20px;height:20px}.menu{display:none;background:none;border:0;color:var(--blue)}
.hero{position:relative;min-height:880px;overflow:hidden;background:linear-gradient(90deg,#fff 0%,#f8fbff 48%,#eaf1ff 100%)}
.hero-bg{position:absolute;inset:0;background:url('../img/hero/hero-background.png') center right/cover no-repeat;opacity:.96;z-index:0}.hero::after{content:"";position:absolute;inset:auto 0 0 0;height:160px;background:linear-gradient(180deg,rgba(255,255,255,0),#fff 78%);z-index:1}
.hero-inner{position:relative;z-index:2;display:grid;grid-template-columns:46% 54%;align-items:end;min-height:880px;padding-top:74px}.hero-copy{align-self:center;padding-bottom:65px}.eyebrow{display:inline-flex;letter-spacing:.13em;text-transform:uppercase;font-size:13px;font-weight:900;color:#2f69e8;background:#edf4ff;padding:10px 16px;border-radius:999px;margin-bottom:22px}.hero h1{font-size:86px;line-height:.96;margin:0 0 24px;letter-spacing:-.055em;font-weight:900;color:#071f56}.hero h1 span{display:block;color:#2b67db}.hero p{font-size:21px;line-height:1.55;max-width:590px;margin:0 0 32px;color:#18325f;font-weight:500}.hero-actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;border-radius:17px;padding:18px 28px;font-size:17px;font-weight:900;line-height:1;border:2px solid transparent;transition:.25s ease}.btn-primary{background:linear-gradient(135deg,#071f66,#1479ff);color:white;box-shadow:0 15px 35px rgba(20,85,230,.25)}.btn-outline{border-color:#071f66;color:#071f66;background:rgba(255,255,255,.75)}.btn:hover{transform:translateY(-2px);filter:saturate(1.08)}.hero-features{display:flex;gap:24px;flex-wrap:wrap;margin-top:44px;color:#122d5c;font-size:13px;font-weight:750}.hero-feature{display:flex;align-items:center;gap:9px;min-width:115px}.tiny-icon{width:32px;height:32px;border-radius:50%;border:1px solid #bccbf3;display:grid;place-items:center;color:#0c54dc;background:white}.carlos-wrap{position:relative;height:825px;align-self:end}.carlos{position:absolute;right:3%;bottom:0;width:min(650px,46vw);filter:drop-shadow(0 28px 34px rgba(4,20,60,.22));z-index:3}.floating-patch{position:absolute;right:3%;top:165px;width:210px;height:210px;border-radius:50%;background:radial-gradient(circle,#fff 0 38%,#f5f5f7 39% 62%,#fff 63%);box-shadow:inset 0 0 0 1px rgba(255,255,255,.7),0 15px 45px rgba(28,92,230,.16);z-index:2}.floating-patch:before{content:"";position:absolute;inset:-48px;border-radius:50%;border:1px solid rgba(255,255,255,.75);box-shadow:0 0 0 28px rgba(255,255,255,.08),0 0 80px rgba(100,160,255,.5)}
.section{padding:52px 0}.section-title{text-align:center;margin:0 auto 34px}.section-title .small{display:block;text-transform:uppercase;letter-spacing:.2em;color:#3576f2;font-size:13px;font-weight:900;margin-bottom:9px}.section-title h2{font-size:42px;line-height:1.12;margin:0;color:#071f56;letter-spacing:-.035em}.benefits{margin-top:-52px;position:relative;z-index:5}.white-panel{background:#fff;border-radius:34px;padding:38px 38px 44px;box-shadow:var(--shadow);border:1px solid rgba(6,31,87,.05)}.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.benefit-img{width:100%;border-radius:28px;transition:.25s ease;filter:drop-shadow(0 15px 22px rgba(6,31,87,.06))}.benefit-img:hover{transform:translateY(-4px)}
.products{padding-top:18px}.products-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:18px;position:relative;overflow:visible}.product-card{width:calc((100% - 72px)/5);min-width:210px;border-radius:24px;position:relative;cursor:pointer;transition:.25s ease;z-index:1;overflow:visible;background:#fff;box-shadow:0 18px 40px rgba(6,31,87,.10)}.product-card:hover,.product-card.active{transform:translateY(-5px);z-index:40}.product-thumb{display:block;width:100%;border-radius:23px;background:#fff;position:relative;z-index:1}.product-detail{position:absolute;left:50%;top:50%;width:min(390px,145%);aspect-ratio:1122/1402;height:auto;transform:translate(-50%,-50%) scale(.96);opacity:0;pointer-events:none;filter:drop-shadow(0 22px 48px rgba(6,31,87,.22));transition:.22s ease;z-index:60;background:#fff;border-radius:28px;overflow:hidden}.product-detail a,.product-detail img{display:block;width:100%;height:100%}.product-detail img{object-fit:cover;border-radius:28px}.product-card:hover .product-detail,.product-card.active .product-detail{opacity:1;transform:translate(-50%,-50%) scale(1);pointer-events:auto}.product-title-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.products-note{display:flex;justify-content:center;flex-wrap:wrap;gap:18px;margin-top:22px}.note-pill{display:flex;align-items:center;gap:9px;border:1px solid #dbe5fb;border-radius:999px;padding:10px 22px;background:#fff;color:#18325f;font-size:13px;font-weight:800}.note-pill span{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:#eef5ff;color:#1761e5}.about{padding-top:14px}.about-card img{width:100%;border-radius:26px;box-shadow:0 22px 50px rgba(6,31,87,.20)}
.steps-panel{background:#fff;border-radius:38px;padding:50px 52px 58px;box-shadow:var(--shadow);border:1px solid rgba(6,31,87,.05)}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:42px;position:relative}.step{display:grid;grid-template-columns:88px 1fr;gap:20px;align-items:center;background:#fff;border:1px solid #e4ebfb;border-radius:26px;padding:24px 28px;box-shadow:0 14px 34px rgba(6,31,87,.08);position:relative}.step:not(:last-child)::after{content:"";position:absolute;right:-36px;top:50%;width:34px;height:0;border-top:6px dotted #b9d1ff}.num{position:absolute;left:-14px;top:50%;transform:translateY(-50%);width:54px;height:54px;border-radius:50%;background:linear-gradient(135deg,#2154cc,#0d2d73);color:white;display:grid;place-items:center;font-size:26px;font-weight:900;box-shadow:0 10px 25px rgba(6,31,87,.25)}.step-icon{width:88px;height:88px;border-radius:50%;display:grid;place-items:center;border:1px solid #d6e2ff;background:#fff;box-shadow:inset 0 0 0 10px rgba(235,244,255,.8)}.step-icon svg{width:44px;height:44px;stroke:#126ce8;stroke-width:2.4;fill:none}.step h3{font-size:24px;margin:0 0 8px;color:#071f56}.step p{font-size:16px;line-height:1.5;margin:0;color:#465571}.testimonials{background:linear-gradient(180deg,#fff,#f7faff);padding-bottom:34px}.test-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:34px}.quote-card{background:#fff;border:1px solid #e4ebfb;border-radius:28px;padding:44px 48px 34px;box-shadow:0 18px 38px rgba(6,31,87,.08);min-height:230px}.quote-mark{font-size:92px;line-height:.55;color:#dce7ff;font-weight:900}.quote-card p{font-size:22px;line-height:1.5;margin:4px 0 30px;color:#12275a}.quote-foot{display:flex;align-items:center;justify-content:space-between;gap:12px;font-weight:900;font-size:19px}.stars{color:#ffb000;letter-spacing:2px}.cta-band{margin:30px auto 0;width:min(1510px,92vw);border-radius:28px;overflow:hidden;background:linear-gradient(135deg,#06306c,#1d77ff 65%,#755cff);color:white;position:relative;box-shadow:0 20px 50px rgba(20,85,230,.22)}.cta-band::after{content:"";position:absolute;right:-50px;top:-80px;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,#fff 0 7%,rgba(255,255,255,.25) 8% 25%,rgba(255,255,255,.08) 26% 55%,transparent 56%)}.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:34px 50px;position:relative;z-index:1}.cta-copy h2{font-size:31px;margin:0 0 7px}.cta-copy p{margin:0;font-size:17px;color:#dbe9ff}.cta-actions{display:flex;gap:14px;flex-wrap:wrap}.btn-white{background:#fff;color:#071f56}.btn-green{background:#fff;color:#075c2b}.btn-green .wa-dot{width:24px;height:24px;border-radius:50%;background:#16c960;display:grid;place-items:center;color:white}.footer{background:linear-gradient(135deg,#021b45,#062a63);color:white;margin-top:0;padding:54px 0 34px}.footer-grid{display:grid;grid-template-columns:1.55fr .9fr .9fr 1.2fr;gap:42px}.footer-logo{width:220px;margin-bottom:18px}.footer p,.footer li,.footer a{color:#d7e7ff;font-size:14px;line-height:1.65}.footer h4{text-transform:uppercase;letter-spacing:.13em;font-size:13px;margin:0 0 16px;color:#fff}.footer ul{list-style:none;padding:0;margin:0}.social{display:flex;gap:12px;margin-top:20px}.social a{width:34px;height:34px;border-radius:50%;border:1px solid rgba(255,255,255,.35);display:grid;place-items:center;color:white;font-weight:900}.copyright{text-align:center;margin-top:42px;padding-top:22px;border-top:1px solid rgba(255,255,255,.12);font-size:12px;color:#cbdcf5}.legal-page{max-width:1050px;margin:0 auto;padding:80px 26px;color:#12275a}.legal-page h1{font-size:44px;color:#071f56}.legal-page h2{font-size:26px;color:#071f56;margin-top:34px}.legal-page p,.legal-page li{font-size:17px;line-height:1.7}.review-page{padding:30px;background:#f7faff}.review-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:22px}.review-grid img{background:white;border-radius:18px;padding:8px;box-shadow:0 10px 24px rgba(6,31,87,.12)}
@media(max-width:1180px){.nav{display:none}.menu{display:block}.header-inner{width:92vw}.hero-inner{grid-template-columns:1fr;min-height:auto;padding:70px 0 0}.hero{min-height:auto}.hero-copy{padding-bottom:20px}.carlos-wrap{height:640px}.carlos{width:min(620px,86vw);right:5%;}.floating-patch{right:5%;top:80px;width:160px;height:160px}.benefit-grid{grid-template-columns:repeat(2,1fr)}.product-card{width:calc((100% - 36px)/3)}.steps-grid,.test-grid,.footer-grid{grid-template-columns:1fr}.step:not(:last-child)::after{display:none}.cta-inner{flex-direction:column;text-align:center}.hero h1{font-size:66px}}
@media(max-width:640px){.header{height:72px}.brand-logo{width:168px}.brand-divider,.lw-logo,.wa-top{display:none}.hero h1{font-size:45px}.hero p{font-size:17px}.hero-copy{padding-top:10px}.btn{width:100%;font-size:15px}.hero-features{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.carlos-wrap{height:460px}.carlos{right:-8%;width:96vw}.floating-patch{width:110px;height:110px;top:40px}.white-panel,.steps-panel{padding:28px 18px;border-radius:24px}.section-title h2{font-size:32px}.benefit-grid{grid-template-columns:1fr}.product-card{width:100%;min-width:0;overflow:visible}.products-grid{gap:16px}.product-detail{position:absolute;left:50%;top:50%;width:min(92vw,380px);aspect-ratio:1122/1402;height:auto;max-height:none;overflow:hidden;transform:translate(-50%,-50%) scale(.96)}.product-card.active .product-detail,.product-card:hover .product-detail{transform:translate(-50%,-50%) scale(1)}.step{grid-template-columns:1fr;text-align:center}.num{left:18px;top:18px;transform:none}.step-icon{margin:0 auto}.quote-card{padding:36px 28px}.quote-card p{font-size:18px}.footer-grid{gap:28px}.cta-actions{width:100%}.cta-actions .btn{width:100%}}
