.HeroSection-module__sBkrQG__hero{padding-bottom:6rem;position:relative;overflow:hidden}.HeroSection-module__sBkrQG__header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;background:#121614cc;border-bottom:1px solid #ffffff0d;padding:.55rem 0;position:sticky;top:0}.HeroSection-module__sBkrQG__headerContent{justify-content:space-between;align-items:center;display:flex}.HeroSection-module__sBkrQG__logo{letter-spacing:-.5px;font-size:1.5rem;font-weight:800}.HeroSection-module__sBkrQG__nav,.HeroSection-module__sBkrQG__navLinks{align-items:center;gap:2rem;display:flex}.HeroSection-module__sBkrQG__navLink{color:var(--text-secondary);font-weight:500;transition:color .2s}.HeroSection-module__sBkrQG__navLink:hover{color:var(--text-primary)}.HeroSection-module__sBkrQG__mainContent{align-items:center;gap:4rem;margin-top:6rem;display:flex}.HeroSection-module__sBkrQG__textContent{flex:1}.HeroSection-module__sBkrQG__badge{color:#ef4444;background-color:#ef44441a;border:1px solid #ef444433;border-radius:20px;margin-bottom:1.5rem;padding:6px 12px;font-size:.875rem;font-weight:600;display:inline-block}.HeroSection-module__sBkrQG__title{letter-spacing:-1px;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.HeroSection-module__sBkrQG__subtitle{color:var(--text-secondary);max-width:500px;margin-bottom:2rem;font-size:1.25rem}.HeroSection-module__sBkrQG__benefits{flex-direction:column;gap:1rem;margin-bottom:2.5rem;list-style:none;display:flex}.HeroSection-module__sBkrQG__benefits li{color:#e5e7eb;align-items:center;gap:12px;font-size:1.05rem;display:flex}.HeroSection-module__sBkrQG__checkIcon{color:var(--accent-color);flex-shrink:0}.HeroSection-module__sBkrQG__actions{flex-direction:column;gap:.75rem;display:flex}.HeroSection-module__sBkrQG__guarantee{color:var(--text-secondary);padding-left:.5rem;font-size:.875rem}.HeroSection-module__sBkrQG__visualContent{flex:1;position:relative}.HeroSection-module__sBkrQG__glowEffect{z-index:0;background:radial-gradient(circle,#22c35d26 0%,#12161400 70%);width:120%;height:120%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.HeroSection-module__sBkrQG__mockupWindow{z-index:1;background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;transition:transform .5s;position:relative;overflow:hidden;transform:perspective(1000px)rotateY(-5deg)rotateX(5deg);box-shadow:0 25px 50px -12px #00000080}.HeroSection-module__sBkrQG__mockupWindow:hover{transform:perspective(1000px)rotateY(0)rotateX(0)}.HeroSection-module__sBkrQG__mockupHeader{background-color:var(--bg-tertiary);border-bottom:1px solid var(--border-color);gap:8px;padding:12px 16px;display:flex}.HeroSection-module__sBkrQG__dot{background-color:#ef4444;border-radius:50%;width:12px;height:12px}.HeroSection-module__sBkrQG__dot:nth-child(2){background-color:#f59e0b}.HeroSection-module__sBkrQG__dot:nth-child(3){background-color:#10b981}.HeroSection-module__sBkrQG__mockupBody{height:400px;display:flex}.HeroSection-module__sBkrQG__sidebar{border-right:1px solid var(--border-color);background-color:#ffffff05;width:80px}.HeroSection-module__sBkrQG__mainDashboard{flex-direction:column;flex:1;gap:20px;padding:20px;display:flex}.HeroSection-module__sBkrQG__dashboardTop{gap:16px;display:flex}.HeroSection-module__sBkrQG__card{background-color:#ffffff08;border:1px solid #ffffff0d;border-radius:8px;flex:1;height:80px}.HeroSection-module__sBkrQG__card:first-child{border-top:3px solid var(--accent-color)}.HeroSection-module__sBkrQG__dashboardChart{background-color:#ffffff08;background-image:linear-gradient(#0000,#0000 23%,#ffffff05 24% 25%,#0000 26% 73%,#ffffff05 74% 75%,#0000 76%),linear-gradient(90deg,#0000 24%,#ffffff05 25% 26%,#0000 27% 74%,#ffffff05 75% 76%,#0000 77%,#0000);background-size:30px 30px;border:1px solid #ffffff0d;border-radius:8px;flex:1}@media (max-width:1024px){.HeroSection-module__sBkrQG__mainContent{text-align:center;flex-direction:column;margin-top:3rem}.HeroSection-module__sBkrQG__subtitle{margin:0 auto 2rem}.HeroSection-module__sBkrQG__benefits,.HeroSection-module__sBkrQG__actions{align-items:center}.HeroSection-module__sBkrQG__visualContent{width:100%;max-width:600px;margin:0 auto}}@media (max-width:768px){.HeroSection-module__sBkrQG__title{font-size:2.5rem}.HeroSection-module__sBkrQG__navLinks{display:none}}
.FeaturesSection-module__MmT36G__features{background-color:var(--bg-primary);padding:6rem 0;position:relative}.FeaturesSection-module__MmT36G__grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:4rem;display:grid}.FeaturesSection-module__MmT36G__card{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:16px;padding:2.5rem 2rem;transition:all .3s;position:relative;overflow:hidden}.FeaturesSection-module__MmT36G__card:before{content:"";background:linear-gradient(90deg, transparent, var(--accent-color), transparent);opacity:0;width:100%;height:2px;transition:opacity .3s;position:absolute;top:0;left:0}.FeaturesSection-module__MmT36G__card:hover{border-color:#22c35d4d;transform:translateY(-5px);box-shadow:0 10px 30px #0003}.FeaturesSection-module__MmT36G__card:hover:before{opacity:1}.FeaturesSection-module__MmT36G__iconWrapper{background:#22c35d1a;border-radius:12px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1.5rem;display:flex}.FeaturesSection-module__MmT36G__icon{color:var(--accent-color)}.FeaturesSection-module__MmT36G__cardTitle{color:var(--text-primary);margin-bottom:1rem;font-size:1.25rem;font-weight:700}.FeaturesSection-module__MmT36G__cardDescription{color:var(--text-secondary);font-size:1rem;line-height:1.6}
.ComparisonSection-module__Z5-pua__comparison{background-color:var(--bg-secondary);padding:6rem 0}.ComparisonSection-module__Z5-pua__tableContainer{background-color:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:16px;margin-top:4rem;overflow:hidden;box-shadow:0 10px 40px #0003}.ComparisonSection-module__Z5-pua__tableHeader{border-bottom:1px solid var(--border-color);background-color:#0003;padding:1.5rem 2rem;font-size:1.125rem;font-weight:700;display:flex}.ComparisonSection-module__Z5-pua__tableRow{border-bottom:1px solid #ffffff0d;padding:1.5rem 2rem;transition:background-color .2s;display:flex}.ComparisonSection-module__Z5-pua__tableRow:last-child{border-bottom:none}.ComparisonSection-module__Z5-pua__tableRow:hover{background-color:#ffffff05}.ComparisonSection-module__Z5-pua__featureColumn{color:var(--text-primary);flex:2;align-items:center;display:flex}.ComparisonSection-module__Z5-pua__oldColumn{color:var(--text-secondary);border-right:1px solid #ffffff0d;flex:1;justify-content:center;align-items:center;display:flex}.ComparisonSection-module__Z5-pua__newColumn{background-color:#22c35d0d;flex:1;justify-content:center;align-items:center;font-weight:600;display:flex}.ComparisonSection-module__Z5-pua__tableHeader .ComparisonSection-module__Z5-pua__newColumn{color:var(--accent-color);background:0 0}.ComparisonSection-module__Z5-pua__iconBad,.ComparisonSection-module__Z5-pua__iconBadCheck{color:#ef4444}.ComparisonSection-module__Z5-pua__iconGood{color:var(--text-secondary)}.ComparisonSection-module__Z5-pua__iconGoodCheck{color:var(--accent-color)}.ComparisonSection-module__Z5-pua__textBad{color:#ef4444}.ComparisonSection-module__Z5-pua__textGood{color:var(--accent-color)}@media (max-width:768px){.ComparisonSection-module__Z5-pua__tableHeader,.ComparisonSection-module__Z5-pua__tableRow{padding:1rem;font-size:.875rem}}
.ExclusiveFeatures-module__PLQvUG__exclusive{background-color:var(--bg-primary);padding:8rem 0;position:relative}.ExclusiveFeatures-module__PLQvUG__container{align-items:center;gap:6rem;display:flex}.ExclusiveFeatures-module__PLQvUG__imageContent{flex:1;justify-content:center;display:flex;position:relative}.ExclusiveFeatures-module__PLQvUG__imageContent:before{content:"";z-index:0;background:radial-gradient(circle,#22c35d1a 0%,#0000 60%);width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ExclusiveFeatures-module__PLQvUG__mockupPhone{z-index:1;background-color:#000;border:10px solid #1f2937;border-radius:40px;width:300px;height:600px;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.ExclusiveFeatures-module__PLQvUG__notch{z-index:2;background-color:#1f2937;border-bottom-right-radius:16px;border-bottom-left-radius:16px;width:120px;height:25px;position:absolute;top:0;left:50%;transform:translate(-50%)}.ExclusiveFeatures-module__PLQvUG__screen{background-color:#efeae2;flex-direction:column;width:100%;height:100%;display:flex}.ExclusiveFeatures-module__PLQvUG__whatsappHeader{color:#fff;background-color:#075e54;align-items:center;gap:10px;padding:35px 20px 15px;font-weight:600;display:flex}.ExclusiveFeatures-module__PLQvUG__waIcon{width:20px;height:20px}.ExclusiveFeatures-module__PLQvUG__messageBubble{color:#111;background-color:#fff;border-radius:0 8px 8px;margin:20px;padding:12px;font-size:.875rem;position:relative;box-shadow:0 1px 1px #0000001a}.ExclusiveFeatures-module__PLQvUG__messageBubblePix{color:#111;word-break:break-all;background-color:#dcf8c6;border-radius:8px 0 8px 8px;max-width:80%;margin:0 20px 20px auto;padding:12px;font-family:monospace;font-size:.875rem;box-shadow:0 1px 1px #0000001a}.ExclusiveFeatures-module__PLQvUG__textContent{flex:1}.ExclusiveFeatures-module__PLQvUG__badge{color:var(--accent-color);background-color:#22c35d1a;border:1px solid #22c35d33;border-radius:20px;margin-bottom:1.5rem;padding:6px 12px;font-size:.875rem;font-weight:600;display:inline-block}.ExclusiveFeatures-module__PLQvUG__description{color:var(--text-secondary);margin-bottom:2.5rem;font-size:1.125rem;line-height:1.8}.ExclusiveFeatures-module__PLQvUG__featureList{flex-direction:column;gap:2rem;list-style:none;display:flex}.ExclusiveFeatures-module__PLQvUG__featureList li{gap:1.5rem;display:flex}.ExclusiveFeatures-module__PLQvUG__iconCircle{width:48px;height:48px;color:var(--accent-color);background-color:#22c35d1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ExclusiveFeatures-module__PLQvUG__featureList h4{color:var(--text-primary);margin-bottom:.5rem;font-size:1.125rem}.ExclusiveFeatures-module__PLQvUG__featureList p{color:var(--text-secondary);line-height:1.5}@media (max-width:1024px){.ExclusiveFeatures-module__PLQvUG__container{flex-direction:column-reverse;gap:4rem}.ExclusiveFeatures-module__PLQvUG__textContent{text-align:center}.ExclusiveFeatures-module__PLQvUG__badge{margin:0 auto 1.5rem}.ExclusiveFeatures-module__PLQvUG__featureList li{text-align:left}}
.PricingSection-module__2CM7mq__pricing{background-color:var(--bg-primary);padding:6rem 0}.PricingSection-module__2CM7mq__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));align-items:center;gap:2rem;margin-top:4rem;display:grid}.PricingSection-module__2CM7mq__card{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:20px;padding:3rem 2rem;transition:transform .3s;position:relative}.PricingSection-module__2CM7mq__card:hover{transform:translateY(-10px)}.PricingSection-module__2CM7mq__popular{border-color:var(--accent-color);background:linear-gradient(180deg, #22c35d0d 0%, var(--bg-secondary) 100%);transform:scale(1.05);box-shadow:0 20px 40px #0000004d}.PricingSection-module__2CM7mq__popular:hover{transform:scale(1.05)translateY(-10px)}.PricingSection-module__2CM7mq__popularBadge{background-color:var(--accent-color);color:#fff;letter-spacing:1px;border-radius:20px;padding:6px 16px;font-size:.75rem;font-weight:700;position:absolute;top:-15px;left:50%;transform:translate(-50%)}.PricingSection-module__2CM7mq__planName{text-align:center;margin-bottom:1rem;font-size:1.5rem;font-weight:600}.PricingSection-module__2CM7mq__priceContainer{justify-content:center;align-items:baseline;gap:4px;display:flex}.PricingSection-module__2CM7mq__currency{color:var(--text-secondary);font-size:1.5rem;font-weight:600}.PricingSection-module__2CM7mq__price{letter-spacing:-2px;font-size:4rem;font-weight:800}.PricingSection-module__2CM7mq__period{color:var(--text-secondary)}.PricingSection-module__2CM7mq__totalPrice{text-align:center;color:var(--accent-color);margin-top:.5rem;font-size:.875rem}.PricingSection-module__2CM7mq__divider{background-color:#ffffff1a;height:1px;margin:2rem 0}.PricingSection-module__2CM7mq__featureList{flex-direction:column;gap:1rem;list-style:none;display:flex}.PricingSection-module__2CM7mq__featureList li{color:var(--text-primary);align-items:center;gap:12px;display:flex}.PricingSection-module__2CM7mq__checkIcon{color:var(--accent-color);flex-shrink:0;width:20px;height:20px}@media (max-width:1024px){.PricingSection-module__2CM7mq__popular{transform:none}.PricingSection-module__2CM7mq__popular:hover{transform:translateY(-10px)}}
.Footer-module__S6Hkya__footer{background-color:var(--bg-tertiary);border-top:1px solid var(--border-color);padding-top:6rem}.Footer-module__S6Hkya__ctaBox{text-align:center;background:linear-gradient(135deg,#22c35d1a 0%,#121614 100%);border:1px solid #22c35d33;border-radius:24px;max-width:800px;margin:0 auto 6rem;padding:4rem 2rem}.Footer-module__S6Hkya__ctaBox h2{margin-bottom:1rem;font-size:2.5rem}.Footer-module__S6Hkya__ctaBox p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.125rem}.Footer-module__S6Hkya__guarantee{color:var(--text-secondary);background-color:#ffffff0d;border-radius:20px;align-items:center;gap:8px;padding:8px 16px;font-size:.875rem;display:inline-flex}.Footer-module__S6Hkya__bottomBar{border-top:1px solid #ffffff0d;flex-direction:column;align-items:center;gap:2rem;padding:3rem 0;display:flex}.Footer-module__S6Hkya__logo{font-size:1.5rem;font-weight:800}.Footer-module__S6Hkya__links{gap:2rem;display:flex}.Footer-module__S6Hkya__links a{color:var(--text-secondary);font-size:.875rem;transition:color .2s}.Footer-module__S6Hkya__links a:hover{color:var(--text-primary)}.Footer-module__S6Hkya__copyright{color:#ffffff4d;font-size:.875rem}@media (max-width:768px){.Footer-module__S6Hkya__ctaBox h2{font-size:2rem}.Footer-module__S6Hkya__links{flex-direction:column;align-items:center;gap:1rem}}
.page-module__F19r8W__page{flex-direction:column;min-height:100vh;display:flex}.page-module__F19r8W__main{flex:1}
