.NavbarContent-module__d9vCva__nav{z-index:50;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);background:#fffffff2;align-items:center;height:4rem;display:flex;position:sticky;top:0}.NavbarContent-module__d9vCva__inner{justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex}.NavbarContent-module__d9vCva__logo{color:hsl(var(--primary));flex-shrink:0;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;text-decoration:none;display:flex}.NavbarContent-module__d9vCva__desktopActions{align-items:center;gap:2rem;display:flex}.NavbarContent-module__d9vCva__link{color:var(--text-muted);padding:.5rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s;position:relative}.NavbarContent-module__d9vCva__link:hover{color:hsl(var(--primary));background-color:#0000}.NavbarContent-module__d9vCva__primaryBtn{background-color:hsl(var(--primary));color:#fff;box-shadow:0 4px 6px -1px hsl(var(--primary)/.2);border-radius:2rem;padding:.6rem 1.25rem;font-weight:600;text-decoration:none;transition:all .2s}.NavbarContent-module__d9vCva__primaryBtn:hover{background-color:hsl(var(--primary-dark));box-shadow:0 6px 8px -1px hsl(var(--primary)/.3);transform:translateY(-1px)}.NavbarContent-module__d9vCva__btnSecondary{color:var(--text-main);border:1px solid var(--border);border-radius:var(--radius);background-color:#fff;padding:.5rem 1rem;font-weight:500;text-decoration:none;transition:all .2s}.NavbarContent-module__d9vCva__btnSecondary:hover{background-color:var(--background);border-color:var(--text-main)}.NavbarContent-module__d9vCva__userActions{border-left:1px solid var(--border);align-items:center;gap:1.5rem;padding-left:1.5rem;display:flex}.NavbarContent-module__d9vCva__userProfile{align-items:center;gap:.75rem;display:flex}.NavbarContent-module__d9vCva__avatar{object-fit:cover;border:2px solid var(--border);border-radius:50%;width:2.5rem;height:2.5rem;transition:border-color .2s}.NavbarContent-module__d9vCva__avatar:hover{border-color:hsl(var(--primary))}.NavbarContent-module__d9vCva__avatarPlaceholder{background-color:hsl(var(--primary-light));width:2.5rem;height:2.5rem;color:hsl(var(--primary));border:2px solid hsl(var(--primary-light));border-radius:50%;justify-content:center;align-items:center;font-weight:700;display:flex}.NavbarContent-module__d9vCva__logoutBtn{color:var(--text-muted);padding:.5rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:color .2s}.NavbarContent-module__d9vCva__logoutBtn:hover{color:#dc2626}.NavbarContent-module__d9vCva__mobileToggle{cursor:pointer;color:var(--text-main);background:0 0;border:none;margin-left:auto;padding:.5rem;display:none}.NavbarContent-module__d9vCva__mobileMenu{border-bottom:1px solid var(--border);background:#fff;flex-direction:column;gap:1rem;width:100%;padding:1rem;animation:.2s ease-out NavbarContent-module__d9vCva__slideDown;display:flex;position:absolute;top:4rem;left:0;box-shadow:0 4px 6px -1px #0000001a}@keyframes NavbarContent-module__d9vCva__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.NavbarContent-module__d9vCva__mobileMenu .NavbarContent-module__d9vCva__link,.NavbarContent-module__d9vCva__mobileMenu .NavbarContent-module__d9vCva__primaryBtn,.NavbarContent-module__d9vCva__mobileMenu .NavbarContent-module__d9vCva__btnSecondary{text-align:center;justify-content:center;width:100%;padding:.75rem}.NavbarContent-module__d9vCva__mobileUser{border-top:1px solid var(--border);flex-direction:column;align-items:center;gap:1rem;padding-top:1rem;display:flex}.NavbarContent-module__d9vCva__mobileUserProfile{justify-content:center;align-items:center;gap:.75rem;width:100%;display:flex}@media (max-width:768px){.NavbarContent-module__d9vCva__desktopActions{display:none}.NavbarContent-module__d9vCva__mobileToggle{display:block}}
.Home-module__jKgjFW__hero{text-align:center;background:linear-gradient(135deg,hsl(var(--primary-light))0%,hsl(var(--surface))100%);justify-content:center;align-items:center;min-height:80vh;padding:4rem 1rem;display:flex;position:relative;overflow:hidden}.Home-module__jKgjFW__hero:before{content:"";background:radial-gradient(circle,hsl(var(--primary)/.1)0%,transparent 70%);z-index:0;border-radius:50%;width:600px;height:600px;position:absolute;top:-50%;right:-20%}.Home-module__jKgjFW__heroContent{z-index:1;max-width:800px;position:relative}.Home-module__jKgjFW__heroTitle{color:hsl(var(--text-main));letter-spacing:-.02em;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.2}.Home-module__jKgjFW__highlight{background:linear-gradient(120deg,hsl(var(--primary))0%,hsl(var(--primary-dark))100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Home-module__jKgjFW__heroText{color:hsl(var(--text-muted));margin-bottom:2.5rem;font-size:1.25rem;line-height:1.6}.Home-module__jKgjFW__ctaGroup{justify-content:center;gap:1rem;margin-bottom:2rem;display:flex}.Home-module__jKgjFW__ctaPrimary{background-color:hsl(var(--primary));color:hsl(var(--surface));border-radius:var(--radius);box-shadow:var(--shadow-md);cursor:pointer;border:none;padding:1rem 2rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s}.Home-module__jKgjFW__ctaPrimary:hover{box-shadow:var(--shadow-lg);background-color:hsl(var(--primary-dark));transform:translateY(-2px)}.Home-module__jKgjFW__ctaSecondary{background-color:hsl(var(--surface));color:hsl(var(--text-main));border:1px solid hsl(var(--border));border-radius:var(--radius);padding:1rem 2rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:background-color .2s;display:inline-block}.Home-module__jKgjFW__ctaSecondary:hover{background-color:hsl(var(--background))}.Home-module__jKgjFW__plansSection{background-color:hsl(var(--surface));padding:5rem 1rem}.Home-module__jKgjFW__sectionTitle{text-align:center;color:hsl(var(--text-main));margin-bottom:3rem;font-size:2.5rem;font-weight:700}.Home-module__jKgjFW__plansGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.Home-module__jKgjFW__planCard{background:hsl(var(--surface));border:1px solid hsl(var(--border));border-radius:1rem;flex-direction:column;padding:2rem;transition:transform .3s,box-shadow .3s;display:flex;position:relative}.Home-module__jKgjFW__planCard:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.Home-module__jKgjFW__popularCard{border:2px solid hsl(var(--primary));z-index:10;box-shadow:var(--shadow-lg);transform:scale(1.05)}.Home-module__jKgjFW__popularCard:hover{transform:scale(1.05)translateY(-5px)}.Home-module__jKgjFW__popularBadge{background:hsl(var(--primary));color:hsl(var(--surface));text-transform:uppercase;border-radius:20px;padding:.25rem 1rem;font-size:.75rem;font-weight:700;position:absolute;top:-12px;right:20px}.Home-module__jKgjFW__planName{margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.Home-module__jKgjFW__planDesc{color:hsl(var(--text-muted));margin-bottom:1.5rem;font-size:.9rem}.Home-module__jKgjFW__price{color:hsl(var(--text-main));margin-bottom:2rem;font-size:2.5rem;font-weight:800}.Home-module__jKgjFW__period{color:hsl(var(--text-muted));font-size:1rem;font-weight:400}.Home-module__jKgjFW__features{flex-direction:column;gap:1rem;margin:0 0 2rem;padding:0;list-style:none;display:flex}.Home-module__jKgjFW__featureItem{color:hsl(var(--text-main));align-items:center;gap:.75rem;font-size:.95rem;display:flex}.Home-module__jKgjFW__checkIcon{color:hsl(var(--primary));width:1.25rem}.Home-module__jKgjFW__crossIcon{color:#d1d5db;width:1.25rem}.Home-module__jKgjFW__planBtn{border-radius:var(--radius);text-align:center;cursor:pointer;border:none;width:100%;margin-top:auto;padding:1rem;font-weight:600;transition:all .2s}.Home-module__jKgjFW__btnFilled{background:hsl(var(--primary));color:hsl(var(--surface))}.Home-module__jKgjFW__btnFilled:hover{background:hsl(var(--primary-dark))}.Home-module__jKgjFW__btnOutline{border:1px solid hsl(var(--border));color:hsl(var(--text-main));background:0 0}.Home-module__jKgjFW__btnOutline:hover{background:hsl(var(--background));border-color:hsl(var(--text-main))}.Home-module__jKgjFW__contactSection{background-color:#fff;padding:5rem 1rem}.Home-module__jKgjFW__sectionSubtitle{text-align:center;color:hsl(var(--text-muted));margin-top:-2rem;margin-bottom:3rem;font-size:1.1rem}.Home-module__jKgjFW__contactGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.Home-module__jKgjFW__contactCard{background:hsl(var(--surface));border:1px solid hsl(var(--border));border-radius:1rem;flex-direction:column;align-items:center;padding:2rem;transition:transform .3s;display:flex}.Home-module__jKgjFW__contactCard:hover{transform:translateY(-5px)}.Home-module__jKgjFW__contactIconBg{background:hsl(var(--primary)/.1);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1rem;display:flex}.Home-module__jKgjFW__contactIcon{color:hsl(var(--primary));width:24px;height:24px}.Home-module__jKgjFW__contactLabel{color:hsl(var(--text-main));margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.Home-module__jKgjFW__contactLink,.Home-module__jKgjFW__contactText{color:hsl(var(--text-muted));font-size:1rem;text-decoration:none}.Home-module__jKgjFW__contactLink:hover{color:hsl(var(--primary));text-decoration:underline}.Home-module__jKgjFW__newsletterSection{color:#fff;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);padding:5rem 1rem}.Home-module__jKgjFW__newsletterCard{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:1.5rem;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;padding:3rem;display:grid}@media (max-width:960px){.Home-module__jKgjFW__newsletterCard{text-align:center;grid-template-columns:1fr;gap:3rem;padding:2rem}.Home-module__jKgjFW__newsletterForm{justify-content:center}}.Home-module__jKgjFW__newsletterTitle{color:hsl(var(--surface));margin-bottom:1rem;font-size:2rem;font-weight:700}.Home-module__jKgjFW__newsletterText{color:hsl(var(--surface)/.8);margin-bottom:2rem;line-height:1.6}.Home-module__jKgjFW__newsletterForm{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.Home-module__jKgjFW__newsletterInput{color:#fff;background:#0003;border:1px solid #fff3;border-radius:.5rem;outline:none;flex:1;min-width:200px;height:3rem;padding:.75rem 1rem}.Home-module__jKgjFW__newsletterInput:focus{border-color:hsl(var(--primary))}.Home-module__jKgjFW__newsletterBtn{background:hsl(var(--primary));color:hsl(var(--surface));white-space:nowrap;cursor:pointer;border:none;border-radius:.5rem;justify-content:center;align-items:center;height:3rem;padding:0 1.5rem;font-weight:600;transition:all .2s;display:flex}.Home-module__jKgjFW__newsletterBtn:hover{background:hsl(var(--primary-dark))}.Home-module__jKgjFW__groupSection{border-left:1px solid #ffffff1a;flex-direction:column;justify-content:center;padding-left:4rem;display:flex}@media (max-width:960px){.Home-module__jKgjFW__groupSection{border-top:1px solid #ffffff1a;border-left:none;align-items:center;padding-top:3rem;padding-left:0}}.Home-module__jKgjFW__groupTitle{color:hsl(var(--surface));margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.Home-module__jKgjFW__groupText{color:hsl(var(--surface)/.8);margin-bottom:1.5rem}.Home-module__jKgjFW__groupBtn{color:#0f172a;background:#fff;border-radius:.5rem;justify-content:center;align-items:center;width:fit-content;height:3rem;padding:.75rem 1.5rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.Home-module__jKgjFW__groupBtn:hover{background:#f1f5f9;transform:translateY(-2px)}.Home-module__jKgjFW__volumePromo{text-align:center;background:hsl(var(--primary-light));border:1px dashed hsl(var(--primary));border-radius:1rem;max-width:600px;margin-top:4rem;margin-left:auto;margin-right:auto;padding:2rem}.Home-module__jKgjFW__volumeText{color:hsl(var(--text-main));margin-bottom:.5rem;font-size:1.1rem;font-weight:500;display:block}.Home-module__jKgjFW__volumeLink{color:hsl(var(--primary));align-items:center;font-size:1.1rem;font-weight:700;text-decoration:none;display:inline-flex}.Home-module__jKgjFW__volumeLink:hover{text-decoration:underline}.Home-module__jKgjFW__footer{background:hsl(var(--text-main));color:hsl(var(--surface));border-top:1px solid hsl(var(--border));padding:4rem 1rem;position:relative;overflow:hidden}.Home-module__jKgjFW__footerTexture{opacity:.05;background-image:radial-gradient(hsl(var(--surface))1px,transparent 1px);pointer-events:none;background-size:20px 20px;width:100%;height:100%;position:absolute;top:0;left:0}.Home-module__jKgjFW__footerText{opacity:.7;color:hsl(var(--text-muted));font-size:.9rem}
.FloatingWhatsApp-module__QndPVW__container{z-index:9999;color:#fff;background-color:#25d366;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .3s,background-color .3s;animation:2s infinite FloatingWhatsApp-module__QndPVW__pulseGreen;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 4px 10px #0000004d}.FloatingWhatsApp-module__QndPVW__container:hover{background-color:#20bd5a;transform:scale(1.1)}@keyframes FloatingWhatsApp-module__QndPVW__pulseGreen{0%{box-shadow:0 0 #25d366b3}70%{box-shadow:0 0 0 15px #25d36600}to{box-shadow:0 0 #25d36600}}
