.lp-container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.lp-section{padding:4em 0}.lp-section-title{font-size:1.67rem;font-weight:700;color:hsl(var(--brand-title));text-align:center;margin:0 0 1rem}.lp-section-intro{text-align:center;max-width:700px;margin:0 auto 2rem;line-height:1.6;color:hsl(var(--foreground)/.85)}.lp-hero{background:linear-gradient(180deg,hsl(var(--brand-bg-alt)) 4%,hsl(var(--brand-bg-alt)/.98) 100%);padding:1.5rem 1.5rem 35px;min-height:55vh}.lp-hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center;max-width:1200px;margin:0 auto;padding:0 1.5rem}.lp-hero-content{text-align:center}.lp-hero-title{color:hsl(var(--brand-title))}.lp-hero-title,.lp-hero-title-accent{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;margin:0;line-height:1.2}.lp-hero-title-accent{background:linear-gradient(135deg,hsl(var(--brand-accent)),hsl(var(--brand-primary)));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.lp-hero-subtitle{font-size:1.05rem;color:hsl(var(--foreground)/.8);line-height:1.6;margin:1rem 0 1.5rem}.lp-hero-image{display:flex;justify-content:center;align-items:center}.lp-hero-image img{width:100%;max-width:400px;height:auto;border-radius:15px;box-shadow:0 0 10px rgba(0,0,0,.1)}.lp-features{background:hsl(var(--brand-bg-alt))}.lp-features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:1rem}@media (max-width:1024px){.lp-features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:544px){.lp-features-grid{grid-template-columns:1fr}}.lp-feature-card{text-align:center;padding:2rem 1.5rem;background:#fff;border-radius:16px;border:1px solid rgba(120,36,130,.1);box-shadow:0 4px 20px rgba(120,36,130,.06);transition:transform .25s ease,box-shadow .25s ease}.lp-feature-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(120,36,130,.12)}.lp-feature-card-icon{width:80px;height:80px;margin:0 auto 1rem;background:linear-gradient(135deg,rgba(207,53,118,.08),rgba(120,36,130,.08));border-radius:20px;display:flex;align-items:center;justify-content:center}.lp-feature-card-icon img{width:48px;height:auto;max-height:44px;object-fit:contain}.lp-feature-card-title{font-size:1.2rem;font-weight:700;color:hsl(var(--brand-title));margin:0 0 .5rem}.lp-feature-card-desc{font-size:.95rem;color:hsl(var(--foreground)/.8);line-height:1.5;margin:0}.lp-how{background:linear-gradient(180deg,hsl(var(--brand-bg-alt)) 0,hsl(var(--brand-bg-alt)/.95) 100%)}.lp-how-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center;margin-top:0}@media (max-width:921px){.lp-how-grid{grid-template-columns:1fr}}.lp-how-steps{display:flex;flex-direction:column;gap:1rem}.lp-how-step{display:grid;grid-template-columns:auto 1fr;align-items:start;gap:.5rem 1rem;padding:1rem;background:#fff;border-radius:14px;box-shadow:0 2px 12px rgba(120,36,130,.08);border:1px solid rgba(120,36,130,.12)}.lp-how-step-label{display:block;font-size:1rem;font-weight:700;color:hsl(var(--brand-title));margin-bottom:.2rem}.lp-how-step p{margin:0;font-size:.95rem;color:hsl(var(--foreground)/.85)}.lp-how-icon{width:44px;height:44px;border-radius:12px;justify-content:center;flex-shrink:0}.lp-how-icon,.lp-how-image{display:flex;align-items:center}.lp-how-image{flex-direction:column;gap:1rem}.lp-how-image img{width:100%;border-radius:14px;box-shadow:0 8px 24px rgba(120,36,130,.12)}.lp-testimonials{background:linear-gradient(180deg,hsl(var(--brand-bg-alt)/.95) 0,hsl(var(--brand-bg-alt)) 100%)}.lp-carousel-wrap{position:relative;display:flex;flex-wrap:wrap;align-items:center;margin-top:2rem}.lp-carousel-viewport{overflow:hidden;flex:1;min-width:0;padding:15px 12px;margin:0 44px}.lp-carousel-track{display:flex;gap:1rem;transition:transform .4s ease}.lp-carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:linear-gradient(135deg,hsl(var(--brand-primary-hover)),hsl(var(--brand-primary)));color:#fff;cursor:pointer;box-shadow:0 4px 12px rgba(120,36,130,.3);transition:all .25s ease;z-index:2}.lp-carousel-arrow:hover{transform:translateY(-50%) scale(1.05);box-shadow:0 6px 16px rgba(120,36,130,.4)}.lp-carousel-prev{left:0}.lp-carousel-next{right:0}.lp-carousel-dots{flex-basis:100%;width:100%;display:flex;justify-content:center;gap:.5rem;margin-top:1.5rem;padding-top:.25rem}.lp-carousel-dot{width:10px;height:10px;border-radius:50%;border:none;background:rgba(122,36,130,.3);cursor:pointer;padding:0;transition:background .2s,transform .2s}.lp-carousel-dot:hover{background:rgba(122,36,130,.5)}.lp-carousel-dot[aria-selected=true]{background:hsl(var(--brand-primary));transform:scale(1.2)}.lp-testimonial-card{flex:0 0 calc((100% - 2rem) / 3);min-width:0;background:#fff;padding:1rem;border-radius:15px;box-shadow:0 0 3px rgba(0,0,0,.1)}@media (max-width:922px){.lp-testimonial-card{flex:0 0 calc((100% - 1rem) / 2)}}@media (max-width:544px){.lp-testimonial-card{flex:0 0 100%}}.lp-testimonial-stars{color:#fec42d;font-size:1.35rem;margin-bottom:.5rem}.lp-testimonial-card p{margin:0 0 1rem;font-style:italic;font-size:.95rem}.lp-testimonial-author{display:flex;flex-direction:column;gap:.25rem;font-size:.9rem;color:hsl(var(--foreground)/.8)}.lp-testimonial-location{font-size:.85rem;color:#888}.lp-section-cta{text-align:center;margin-top:2rem}.lp-cta-card{background:#fff;border-radius:20px;padding:2rem 2.5rem;box-shadow:0 8px 32px rgba(120,36,130,.12);border:1px solid rgba(120,36,130,.08);text-align:center;max-width:720px;margin:0 auto;position:relative}.lp-cta-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,hsl(var(--brand-accent)),hsl(var(--brand-primary)));border-radius:20px 20px 0 0}.lp-cta-title{font-size:1.75rem;font-weight:700;color:hsl(var(--brand-title));margin:0 0 1rem}.lp-cta-subtitle{font-size:1.05rem;color:hsl(var(--foreground)/.85);line-height:1.6;margin:0 0 1.5rem}.lp-cta-trust{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:1.5rem}.lp-cta-trust-item{display:inline-flex;align-items:center;gap:.35rem;font-size:.95rem;font-weight:500;color:hsl(var(--foreground)/.85)}.lp-faq-list{max-width:700px;margin:1.5rem auto 0}.lp-faq-item{background:#fff;border-radius:10px;margin-bottom:.5rem;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.08)}.lp-faq-item summary{padding:1rem 1.5rem;font-weight:600;cursor:pointer;list-style:none}.lp-faq-item summary::-webkit-details-marker{display:none}.lp-faq-item summary:after{content:"+";float:right;font-size:1.2rem}.lp-faq-item[open] summary:after{content:"−"}.lp-faq-item p,.lp-faq-item ul{padding:0 1.5rem 1rem;margin:0}.lp-faq-item a{color:hsl(var(--brand-primary))}@media (max-width:1024px){.lp-hero-inner{grid-template-columns:1fr;text-align:center}.lp-hero-content{order:1}.lp-hero-image{order:0}}.landing-header{position:sticky;top:0;z-index:50;background:hsl(var(--brand-bg-alt))}.landing-header-inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:.5rem 1.5rem;min-height:65px;max-width:1200px;margin:0 auto}.landing-header--planes .landing-header-inner{grid-template-columns:1fr auto}.landing-header-cta{justify-self:center;grid-column:2}.landing-header--planes .landing-header-cta{display:none}.landing-header--planes .landing-header-inner .landing-logo{justify-self:center}.btn-landing-cta{display:inline-flex;align-items:center;justify-content:center;gap:.4em;padding:14px 26px;font-family:var(--font-quicksand,var(--font-poppins)),system-ui,sans-serif;font-weight:600;font-size:1rem;border:none;border-radius:12px;cursor:pointer;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);background:linear-gradient(135deg,#d43d7a 0,hsl(var(--brand-accent)) 50%,#b82d66 100%);color:#fff;box-shadow:0 4px 14px rgba(207,53,118,.4),0 1px 3px rgba(0,0,0,.12)}.btn-landing-cta:hover{background:linear-gradient(135deg,hsl(var(--brand-primary-hover)) 0,hsl(var(--brand-primary)) 50%,#6a0076 100%);box-shadow:0 6px 20px rgba(120,36,130,.45),0 2px 6px rgba(0,0,0,.15);transform:translateY(-1px)}.landing-footer{background:hsl(var(--brand-primary-hover));color:#fff;padding:2rem 0 0}.landing-footer-inner{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding-bottom:2rem;max-width:1200px;margin:0 auto;padding-left:1.5rem;padding-right:1.5rem}.landing-footer-col:first-child{display:flex;flex-direction:column;align-items:center;text-align:center}.landing-footer-col h3{font-size:1.1rem;margin:0 0 1rem}.landing-footer-col p,.landing-footer-contact{margin:0;font-size:.95rem}.landing-footer-contact{list-style:none;padding:0}.landing-footer-contact a{color:#fff}.landing-footer-contact a:hover{color:#fff9bd}.landing-footer-social{display:flex;gap:1rem;align-items:center}.landing-footer-social-link{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;color:#fff;transition:color .2s ease,transform .2s ease}.landing-footer-social-link:hover{color:#fff9bd;transform:scale(1.1)}.landing-footer-bottom{border-top:1px solid hsla(0,0%,100%,.2);padding:1rem 0;text-align:center}.landing-footer-bottom p{margin:.25rem 0;font-size:.9rem}.landing-footer-credit a{color:#fff9bd}.landing-footer-credit a:hover{color:#fff}.whatsapp-float{position:fixed;bottom:20px;right:20px;display:flex;align-items:center;justify-content:center;width:56px;height:56px;background:linear-gradient(135deg,#2ee66a,#25d366 50%,#20bd5a);border-radius:50%;box-shadow:0 4px 16px rgba(37,211,102,.45),0 2px 6px rgba(0,0,0,.1);z-index:99;transition:all .25s cubic-bezier(.4,0,.2,1)}.whatsapp-float:hover{transform:scale(1.08);box-shadow:0 6px 24px rgba(37,211,102,.55)}@media (max-width:768px){.landing-header-inner{grid-template-columns:1fr auto}.landing-header-cta{grid-column:auto;justify-self:end}.landing-footer-inner{grid-template-columns:1fr;text-align:center}.landing-footer-col:first-child{align-items:center}}