body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:#1a1a1a;line-height:1.6}.container{max-width:1280px;margin:0 auto;padding:0 24px}.nav{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #e5e5e5;z-index:1000}.nav-content{display:flex;align-items:center;justify-content:space-between;gap:32px;height:80px;max-width:1280px;margin:0 auto;padding:0 24px}.nav-logo{height:80px}.nav-links{display:none;gap:32px}.nav-links a{text-decoration:none;color:#1a1a1a;font-weight:500;transition:opacity .2s}.nav-links a:hover{opacity:.7}.nav-cta{display:flex;align-items:center;gap:16px}@media (min-width: 768px){.nav-links{display:flex}}.btn{padding:16px 32px;border-radius:50px;border:none;font-weight:600;cursor:pointer;font-size:16px;transition:all .2s}.btn-primary{background:#1a1a1a;color:#fff}.btn-primary:hover{background:#333;transform:scale(1.02)}.btn-secondary{background:transparent;color:#1a1a1a;border:2px solid #1a1a1a}.btn-secondary:hover{background:#1a1a1a;color:#fff}.btn-orange{background:#f97316;color:#fff}.btn-orange:hover{background:#ea580c;transform:scale(1.02)}.btn-sm{padding:12px 24px;font-size:14px}.hero{padding:160px 0 80px;background:#f5f5f5}.hero-grid{display:grid;grid-template-columns:1fr;gap:48px;align-items:center}@media (min-width: 1024px){.hero-grid{grid-template-columns:1fr 1fr}}.hero-badge{display:inline-block;padding:8px 16px;border:1px solid #e5e5e5;border-radius:50px;background:#fff;margin-bottom:32px;font-size:14px;color:#666}.hero-title{font-family:Playfair Display,serif;font-size:clamp(48px,8vw,72px);line-height:1.1;color:#1a1a1a;margin-bottom:24px;font-weight:400}.hero-subtitle{font-size:18px;line-height:1.6;color:#666;margin-bottom:32px;max-width:600px}.hero-buttons{display:flex;gap:16px;margin-bottom:32px;flex-wrap:wrap}.hero-highlights{padding-top:32px;border-top:1px solid #e5e5e5}.highlights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.highlight-item{display:flex;align-items:center;gap:8px}.highlight-icon{color:#f97316;font-size:20px}.highlight-text{font-size:14px;color:#666}.hero-visual{position:relative;display:flex;align-items:center;justify-content:center;min-height:400px}.hero-card{background:#fff;border-radius:24px;padding:40px;box-shadow:0 20px 40px #0000001a;border:1px solid #e5e5e5;text-align:center}.hero-stat{font-size:60px;font-weight:700;color:#f97316;margin-bottom:8px}.hero-stat-label{font-size:14px;color:#666}.hero-badge-float{position:absolute;top:20px;right:20px;width:80px;height:80px;background:#f97316;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px;color:#fff;box-shadow:0 8px 16px #f973164d}.section{padding:80px 0}.section-white{background:#fff}.section-gray{background:#f5f5f5}.section-header{text-align:center;margin-bottom:64px}.section-title{font-family:Playfair Display,serif;font-size:clamp(36px,5vw,48px);color:#1a1a1a;margin-bottom:24px;font-weight:400}.section-subtitle{font-size:18px;line-height:1.6;color:#666;max-width:800px;margin:0 auto}.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px}.card{background:#fff;border-radius:24px;padding:32px;border:1px solid #e5e5e5;box-shadow:0 4px 12px #0000000d;transition:box-shadow .2s}.card:hover{box-shadow:0 8px 24px #00000014}.card-icon{width:48px;height:48px;border-radius:12px;border:1px solid #e5e5e5;display:flex;align-items:center;justify-content:center;font-size:24px;margin-bottom:24px}.card-title{font-size:20px;font-weight:600;color:#1a1a1a;margin-bottom:12px}.card-description{font-size:14px;line-height:1.6;color:#666}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:32px}.step{text-align:center}.step-number{width:64px;height:64px;border-radius:50%;background:#f97316;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:24px;font-weight:600;margin-bottom:24px}.step-title{font-size:18px;font-weight:600;color:#1a1a1a;margin-bottom:12px}.step-description{font-size:14px;line-height:1.6;color:#666}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;max-width:1100px;margin:0 auto}.pricing-card{background:#fff;border-radius:24px;padding:40px;border:2px solid #e5e5e5;box-shadow:0 4px 12px #0000000d;display:flex;flex-direction:column}.pricing-card-featured{border-color:#f97316;box-shadow:0 8px 24px #f9731626;position:relative;transform:scale(1.05)}.pricing-badge{position:absolute;top:-16px;left:50%;transform:translate(-50%);background:#f97316;color:#fff;padding:8px 20px;border-radius:50px;font-size:13px;font-weight:700;white-space:nowrap}.pricing-name{font-size:24px;font-weight:700;color:#1a1a1a;margin-bottom:8px}.pricing-description{font-size:14px;color:#666;margin-bottom:24px}.pricing-price{margin-bottom:24px}.pricing-amount{font-size:48px;font-weight:700;color:#f97316}.pricing-period{font-size:16px;color:#666}.pricing-features{list-style:none;margin-bottom:32px;flex-grow:1}.pricing-feature{display:flex;align-items:flex-start;gap:12px;margin-bottom:12px}.pricing-check{color:#f97316;font-size:18px;flex-shrink:0}.pricing-feature-text{font-size:14px;color:#666}.footer{background:#1a1a1a;color:#fff;padding:64px 0}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:48px;margin-bottom:48px}.footer-logo{height:100px;margin-bottom:24px}.footer-text{font-size:14px;line-height:1.6;opacity:.8;margin-bottom:24px}.footer-company{font-size:14px;opacity:.7}.footer-company-name{font-weight:600;margin-bottom:4px}.footer-title{font-size:18px;font-weight:600;margin-bottom:24px}.footer-links{display:flex;flex-direction:column;gap:12px;font-size:14px}.footer-link{color:#fff;text-decoration:none;opacity:.8;transition:opacity .2s}.footer-link:hover{opacity:1}.footer-bottom{border-top:1px solid rgba(255,255,255,.2);padding-top:32px;text-align:center}.footer-copyright{font-size:14px;opacity:.7}.whatsapp-float{position:fixed;bottom:24px;left:24px;width:60px;height:60px;background-color:#25d366;border:none;border-radius:50%;box-shadow:0 4px 12px #25d3664d;cursor:pointer;z-index:1000;display:flex;align-items:center;justify-content:center;transition:all .3s ease;color:#fff}.whatsapp-float:hover{background-color:#20ba5a;transform:translateY(-2px);box-shadow:0 6px 20px #25d36666}.whatsapp-float:active{transform:translateY(0)}.whatsapp-icon{width:28px;height:28px}.whatsapp-float:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:50%;background-color:#25d366;animation:pulse 2s infinite;z-index:-1}@keyframes pulse{0%{transform:scale(1);opacity:1}to{transform:scale(1.4);opacity:0}}@media (max-width: 768px){.whatsapp-float{bottom:20px;left:20px;width:56px;height:56px}.whatsapp-icon{width:24px;height:24px}}.whatsapp-float:focus-visible{outline:2px solid var(--secondary-500);outline-offset:2px}@media (prefers-reduced-motion: reduce){.whatsapp-float{transition:none}.whatsapp-float:hover{transform:none}.whatsapp-float:before{animation:none}}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;line-height:1.6;scroll-behavior:smooth}body{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1f2937;background-color:#f7f9fc}#root{min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 1rem}@media (min-width: 768px){.container{padding:0 1.5rem}}.flex{display:flex}.grid{display:grid}.hidden{display:none}.block{display:block}.inline-block{display:inline-block}.relative{position:relative}.absolute{position:absolute}.sticky{position:sticky}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.text-center{text-align:center}.w-full{width:100%}.h-full{height:100%}.min-h-screen{min-height:100vh}.top-0{top:0}.z-50{z-index:50}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.shadow-sm{box-shadow:0 1px 2px #0000000d}.shadow-md{box-shadow:0 4px 6px -1px #0000001a}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a}.shadow-xl{box-shadow:0 20px 25px -5px #0000001a}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-4{padding-left:1rem;padding-right:1rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-20{padding-top:5rem;padding-bottom:5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.leading-tight{line-height:1.25}.leading-relaxed{line-height:1.625}.text-white{color:#fff}.text-gray-600{color:#475569}.text-gray-700{color:#334155}.text-gray-900{color:#0b1220}.text-primary-600{color:#1e2a5e}.bg-white{background-color:#fff}.bg-gray-50{background-color:#f7f9fc}.bg-primary-600{background-color:#1e2a5e}.border{border-width:1px}.border-gray-200{border-color:#e3e8f0}.btn-primary{background-color:#1e2a5e;color:#fff;padding:.75rem 1.5rem;border-radius:.375rem;font-weight:500;transition:background-color .15s;border:none;cursor:pointer;text-decoration:none;display:inline-block}.btn-primary:hover{background-color:#2f4fa3}.btn-secondary{border:1px solid #CBD5E1;color:#1e2a5e;background-color:#fff;padding:.75rem 1.5rem;border-radius:.375rem;font-weight:500;transition:background-color .15s;cursor:pointer;text-decoration:none;display:inline-block}.btn-secondary:hover{background-color:#e3e8f0}.btn-cta{background:linear-gradient(135deg,#ffb200,#ff9500);color:#fff;padding:1.25rem 2.5rem;border-radius:.75rem;font-weight:700;font-size:1.25rem;transition:all .3s ease;border:none;cursor:pointer;text-decoration:none;display:inline-block;box-shadow:0 4px 14px #ffb20066;transform:translateY(0);position:relative;overflow:hidden}.btn-cta:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#ffd45c,#ffb200);opacity:0;transition:opacity .3s ease}.btn-cta:hover{transform:translateY(-2px);box-shadow:0 8px 20px #ffb20080}.btn-cta:hover:before{opacity:1}.btn-cta span{position:relative;z-index:1}.btn-cta-pulse{animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 4px 14px #ffb20066}50%{box-shadow:0 4px 20px #ffb20099}to{box-shadow:0 4px 14px #ffb20066}}.card{background-color:#fff;border-radius:.5rem;box-shadow:0 4px 12px #1018281a;padding:1.5rem}.section-title{font-size:1.875rem;font-weight:700;color:#0b1220;margin-bottom:1.5rem;line-height:1.2;text-align:center}.section-subtitle{font-size:1.125rem;color:#475569;margin-bottom:2rem;line-height:1.6;max-width:600px;margin-left:auto;margin-right:auto;text-align:center}.header{background-color:#fff;box-shadow:0 1px 2px #0000000d;border-bottom:1px solid #E3E8F0;position:sticky;top:0;z-index:50}.header-content{display:flex;align-items:center;justify-content:space-between;padding:1rem}.logo{height:2rem;width:auto}.nav{display:none;align-items:center;gap:2rem}.nav a{color:#334155;text-decoration:none;font-weight:500;font-size:.875rem;transition:color .15s}.nav a:hover{color:#1e2a5e}.cta-buttons{display:flex;align-items:center;gap:.75rem}.hero{padding:2rem 0 4rem;background:linear-gradient(180deg,#fff,#f7f9fc);min-height:calc(100vh - 80px);display:flex;align-items:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-50%;right:-10%;width:60%;height:150%;background:radial-gradient(circle,rgba(255,178,0,.05) 0%,transparent 70%);pointer-events:none}.hero-grid{display:grid;gap:2rem;align-items:center}.hero-title{font-size:2.25rem;font-weight:800;color:#0b1220;margin-bottom:1.25rem;line-height:1.15;letter-spacing:-.02em}.hero-subtitle{font-size:1.25rem;color:#64748b;margin-bottom:2.5rem;line-height:1.5;font-weight:400}.hero-buttons{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem;align-items:center}.hero-image{position:relative}.hero-image-container{background:linear-gradient(135deg,#eef2ff,#d9e1ff);border-radius:1rem;padding:1.5rem;box-shadow:0 20px 25px -5px #0000001a}.hero-image-inner{aspect-ratio:16/9;background-color:#fff;border-radius:.5rem;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a}.hero-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.trust-indicators{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1rem;font-size:.875rem;color:#475569}.trust-item{display:flex;align-items:center;gap:.5rem}.trust-icon{width:1rem;height:1rem;color:#12b76a}.carousel-navigation-arrow{position:absolute;top:50%;transform:translateY(-50%);background-color:#ffffffe6;border:none;border-radius:50%;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px #00000026;z-index:10;transition:all .2s}.carousel-navigation-arrow:hover{background-color:#fff;transform:translateY(-50%) scale(1.1)}.carousel-caption{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000c);color:#fff;padding:2rem 1.5rem 1.5rem;text-align:center}.carousel-indicator{width:.75rem;height:.75rem;border-radius:.375rem;border:none;background-color:#cbd5e1;cursor:pointer;transition:all .3s ease;opacity:.6}.carousel-indicator.active{width:2rem;background-color:#1e2a5e;opacity:1}.carousel-indicator:hover:not(.active){opacity:.8}@media (max-width: 767px){.carousel-navigation-arrow{width:2rem;height:2rem}.carousel-caption{padding:1.5rem 1rem 1rem}.carousel-caption h3{font-size:1rem!important}.carousel-caption p{font-size:.8rem!important}}@media (min-width: 768px){.container{padding:0 1.5rem}.nav{display:flex}.hero-grid{grid-template-columns:1fr 1fr;gap:3rem}.hero-title{font-size:3rem;text-align:left}.hero-subtitle{font-size:1.25rem}.hero-buttons{flex-direction:row;justify-content:flex-start;align-items:center}.section-title{font-size:2.25rem}.section-subtitle{font-size:1.25rem}.trust-indicators{justify-content:flex-start}}@media (min-width: 1024px){.hero-title{font-size:3.5rem;line-height:1.1}.section-title{font-size:2.5rem}}
