@import url(https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap);<style>*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}:root{--pink:#db496e;--pink-light:#e5759f;--blush:#ffd1dc;--blush-soft:#fff0f4;--white:#ffffff;--text-dark:#4A4A4A;--text-mid:#4A4A4A;--text-muted:#9E9E9E;--radius-sm:0.75rem;--radius-md:1rem;--radius-lg:1.5rem;--radius-xl:2rem;--shadow-sm:0 2px 8px rgba(223,79,127,.12);--shadow-md:0 6px 24px rgba(223,79,127,.18);--shadow-lg:0 12px 40px rgba(223,79,127,.22);--transition:0.3s ease}html{scroll-behavior:smooth}body{font-family:'Nunito',sans-serif;color:var(--text-dark);background:var(--white);overflow-x:hidden;line-height:1.6}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}ul{list-style:none}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:'Nunito',sans-serif;font-weight:800;border:none;cursor:pointer;border-radius:9999px;transition:transform var(--transition),box-shadow var(--transition),background var(--transition);text-decoration:none}.btn:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn-primary{background:var(--pink);color:var(--white)!important;padding:.85rem 2rem;font-size:1rem;box-shadow:var(--shadow-sm)}.btn-primary:hover{background:#c43a6a}.btn-primary-lg{background:var(--pink);color:var(--white);padding:1.1rem 2.5rem;font-size:1.15rem;box-shadow:var(--shadow-md)}.btn-primary-lg:hover{background:#c43a6a}.btn-outline{background:#fff0;color:var(--pink);border:2.5px solid var(--pink);padding:.85rem 2rem;font-size:1rem}.btn-outline:hover{background:var(--pink);color:var(--white)}.btn-white{background:var(--white);color:var(--pink);padding:1rem 2.2rem;font-size:1.05rem;box-shadow:var(--shadow-md)}.btn-white:hover{background:var(--blush-soft)}.section-header{text-align:center;max-width:700px;margin:0 auto 3.5rem}.section-badge{display:inline-flex;align-items:center;gap:.4rem;background:rgb(223 79 127 / .1);color:var(--pink);border-radius:9999px;padding:.35rem 1rem;font-size:.85rem;font-weight:700;margin-bottom:1rem;letter-spacing:.02em}.section-title{font-size:clamp(1.8rem, 4vw, 2.8rem);font-weight:900;line-height:1.2;color:var(--text-dark);margin-bottom:.75rem}.section-subtitle{font-size:1.1rem;color:var(--text-muted)}.reveal{opacity:0;transform:translateY(32px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:translateY(0)}#navbar{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1rem 0;transition:background var(--transition),box-shadow var(--transition),padding var(--transition)}#navbar.scrolled{background:var(--white);box-shadow:0 2px 16px rgb(223 79 127 / .12);padding:.6rem 0}.navbar-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem}.navbar-logo img{height:48px;width:auto}.navbar-menu{display:flex;align-items:center;gap:2rem}.navbar-menu a{font-weight:700;font-size:.95rem;color:var(--text-dark);transition:color var(--transition)}.navbar-menu a:hover{color:var(--pink)}.navbar-toggle{display:none;background:none;border:none;cursor:pointer;padding:.3rem;flex-direction:column;gap:5px}.navbar-toggle span{display:block;width:26px;height:2.5px;background:var(--text-dark);border-radius:4px;transition:var(--transition)}@media (max-width:768px){.navbar-toggle{display:flex}.navbar-menu{position:fixed;top:0;right:-100%;width:75%;max-width:300px;height:100vh;background:var(--white);flex-direction:column;align-items:flex-start;padding:5rem 2rem 2rem;gap:1.5rem;box-shadow:-4px 0 24px rgb(0 0 0 / .1);transition:right var(--transition);z-index:999}.navbar-menu.open{right:0}.navbar-menu a{font-size:1.1rem}.navbar-overlay{position:fixed;inset:0;background:rgb(0 0 0 / .4);z-index:998;display:none}.navbar-overlay.open{display:block}}#hero{position:relative;min-height:100vh;overflow:hidden}.hero-slide{position:absolute;inset:0;display:flex;align-items:center;opacity:0;transition:opacity .9s ease;pointer-events:none}.hero-slide.active{opacity:1;pointer-events:all}.hero-slide img.hero-bg{position:absolute;inset:0}.hero-content{position:relative;z-index:2;max-width:560px;padding-top:5rem}.hero-badge{display:inline-flex;align-items:center;gap:.4rem;background:rgb(223 79 127 / .12);color:var(--pink);border-radius:9999px;padding:.4rem 1.1rem;font-size:.85rem;font-weight:700;margin-bottom:1.25rem}.hero-title{font-size:clamp(2.2rem, 6vw, 4rem);font-weight:900;line-height:1.15;color:var(--text-dark);margin-bottom:1rem}.hero-sub{font-size:1.15rem;color:var(--text-mid);margin-bottom:2rem;font-weight:600}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.hero-dots{position:absolute;bottom:2.5rem;left:50%;transform:translateX(-50%);display:flex;gap:.6rem;z-index:10}.hero-dot{width:10px;height:10px;border-radius:9999px;background:rgb(223 79 127 / .35);border:none;cursor:pointer;transition:background var(--transition),width var(--transition)}.hero-dot.active{background:var(--pink);width:28px}.hero-slides-wrapper{position:relative;width:100%;min-height:100vh}@media (max-width:768px){#hero{min-height:auto!important;height:auto!important;overflow:hidden}.hero-slides-wrapper{position:relative!important;width:100%!important;min-height:auto!important;height:auto!important;aspect-ratio:1 / 1}.hero-slide{position:absolute!important;inset:0!important;width:100%!important;height:100%!important}.hero-slide img.hero-bg{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important}.hero-dots{bottom:14px!important}}#tags-bar{background:var(--pink);color:var(--white);padding:.9rem 0;overflow:hidden;white-space:nowrap}.tags-track{display:inline-flex;gap:2.5rem;animation:marquee 30s linear infinite}.tags-track:hover{animation-play-state:paused}.tag-item{display:inline-flex;align-items:center;gap:.5rem;font-weight:700;font-size:.95rem;flex-shrink:0}.tag-dot{width:6px;height:6px;border-radius:50%;background:rgb(255 255 255 / .5)}@keyframes marquee{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}#como-funciona{padding:72px 0;background:#f3f3f3;overflow:hidden}#como-funciona .como-funciona-wrap{display:grid;grid-template-columns:minmax(320px,540px) minmax(320px,1fr);align-items:center;gap:72px}#como-funciona .como-funciona-image{position:relative;width:100%;max-width:540px}#como-funciona .como-funciona-image img{width:100%;display:block;border-radius:34px;object-fit:cover;box-shadow:0 18px 45px rgb(0 0 0 / .08);aspect-ratio:1 / .9}#como-funciona .como-funciona-content{max-width:610px}#como-funciona .como-kicker{display:block;margin-bottom:10px;font-size:15px;line-height:1;letter-spacing:.42em;text-transform:uppercase;color:#7a3db5;font-weight:500}#como-funciona .como-title{margin:0 0 12px;font-size:52px;line-height:1.02;font-weight:300;color:#df4f7f;letter-spacing:-.02em}#como-funciona .como-title strong{font-weight:900;color:#df4f7f}#como-funciona .como-subtitle{margin:0 0 34px;font-size:17px;line-height:1.75;color:#df4f7f;max-width:590px;font-weight:500}#como-funciona .como-subtitle strong{color:#df4f7f;font-weight:900}#como-funciona .como-list{display:flex;flex-direction:column;gap:18px;margin-bottom:34px}#como-funciona .como-item{display:grid;grid-template-columns:58px 1fr;align-items:flex-start;gap:16px}#como-funciona .como-icon{width:52px;height:52px;min-width:52px;border-radius:18px;background:#fff1ef;color:#df4f7f;display:flex;align-items:center;justify-content:center;font-size:24px;box-shadow:0 8px 18px rgb(255 59 95 / .08)}#como-funciona .como-text{margin:0;font-size:17px;line-height:1.6;color:#6d6d6d;font-weight:500}#como-funciona .como-text strong{color:#df4f7f;font-weight:900}#como-funciona .como-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-width:255px;min-height:58px;padding:0 32px;border-radius:999px;background:linear-gradient(90deg,#df4f7f 0%,#df4f7f 100%);color:#fff!important;font-size:18px;font-weight:900;text-decoration:none!important;box-shadow:0 14px 30px rgb(255 29 77 / .22);transition:all .25s ease}#como-funciona .como-btn:hover{transform:translateY(-2px);color:#fff!important;box-shadow:0 18px 35px rgb(255 29 77 / .28)}#como-funciona .como-btn i{font-size:16px}#beneficios{padding:6rem 0;background:var(--pink);color:var(--white);position:relative;overflow:hidden}#beneficios::before{content:'';position:absolute;top:-200px;right:-200px;width:500px;height:500px;border-radius:50%;background:rgb(255 255 255 / .08);pointer-events:none}.benefits-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.benefits-img-wrap{position:relative}.benefits-img-wrap img{width:100%;border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);aspect-ratio:4/3;object-fit:cover}.benefits-badge-float{position:absolute;bottom:-1.5rem;right:-1.5rem;background:var(--white);color:var(--pink);padding:1rem 1.5rem;border-radius:var(--radius-md);box-shadow:var(--shadow-lg)}.benefits-badge-float .stars{color:#f59e0b;font-size:1.1rem;letter-spacing:.05em;margin-bottom:.2rem}.benefits-badge-float p{font-weight:800;font-size:.9rem;color:var(--text-dark)}.benefits-title{font-size:clamp(1.6rem,3.5vw,2.5rem);font-weight:900;margin-bottom:2rem;line-height:1.25}.benefit-item{display:flex;gap:1rem;margin-bottom:1.75rem}.benefit-icon{width:48px;height:48px;border-radius:50%;background:rgb(255 255 255 / .2);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1.3rem}.benefit-item h3{font-size:1.05rem;font-weight:800;margin-bottom:.25rem}.benefit-item p{font-size:.95rem;color:rgb(255 255 255 / .8)}#planos{padding:6rem 0;background:var(--blush-soft)}.plans-grid{display:grid;grid-template-columns:repeat(3,minmax(280px,1fr));gap:2rem;align-items:stretch}.plan-card{background:var(--white);border-radius:var(--radius-xl);padding:2.5rem 2rem;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;position:relative;transition:transform var(--transition),box-shadow var(--transition);border:2px solid #fff0;overflow:visible}.plan-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}.plan-card.featured{border-color:rgb(223 79 127 / .35);background:linear-gradient(180deg,#fff5f8 0%,#ffe9f0 100%);box-shadow:0 14px 34px rgb(223 79 127 / .18)}.plan-badges-top{position:absolute;top:18px;left:18px;right:18px;display:flex;justify-content:space-between;align-items:flex-start;pointer-events:none;z-index:2}.plan-badge-pill{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:.45rem .9rem;border-radius:999px;font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em;color:#fff;background:var(--pink);box-shadow:0 8px 18px rgb(223 79 127 / .22)}.plan-badge-off{width:74px;height:74px;border-radius:50%;background:#df4f7f;color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;line-height:1;box-shadow:0 10px 20px rgb(223 79 127 / .22);text-align:center;padding:4px}.plan-badge-off strong{font-size:1.3rem;font-weight:900}.plan-badge-off span{font-size:.56rem;font-weight:800;line-height:1.15;text-transform:uppercase}.plan-name{font-size:1.1rem;font-weight:700;color:var(--text-muted);margin-bottom:.5rem}.plan-price{margin-bottom:.3rem}.plan-price .amount{font-size:3rem;font-weight:900;color:var(--text-dark);line-height:1}.plan-price .per{font-size:.9rem;color:var(--text-muted);font-weight:600}.plan-period{font-size:.85rem;color:var(--text-muted);margin-bottom:1.5rem}.plan-features{flex:1;display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}.plan-feature{display:flex;align-items:flex-start;gap:.6rem;font-size:.95rem;color:var(--text-dark);font-weight:600}.plan-feature .check{width:20px;height:20px;border-radius:50%;background:rgb(223 79 127 / .12);color:var(--pink);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:.75rem;font-weight:900;margin-top:1px}.plan-cta{width:100%;text-align:center}.plans-mobile-nav{display:none}#videos{padding:6rem 0;background:linear-gradient(180deg,var(--white) 0%,var(--blush-soft) 100%)}.shorts-wrapper{position:relative}.shorts-track{display:flex;gap:1.25rem;overflow-x:auto;scroll-behavior:smooth;padding-bottom:1rem;scrollbar-width:none;-ms-overflow-style:none}.shorts-track::-webkit-scrollbar{display:none}.short-card{flex-shrink:0;width:300px;cursor:pointer;position:relative}.short-thumb{position:relative;border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:9/16;box-shadow:var(--shadow-md)}.short-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.short-card:hover .short-thumb img{transform:scale(1.05)}.short-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgb(0 0 0 / .7) 0%,transparent 50%)}.short-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:52px;height:52px;border-radius:50%;background:rgb(255 255 255 / .9);display:flex;align-items:center;justify-content:center;transition:background var(--transition),transform var(--transition);box-shadow:var(--shadow-md)}.short-play svg{width:22px;height:22px;fill:var(--pink);margin-left:3px}.short-card:hover .short-play{background:var(--pink);transform:translate(-50%,-50%) scale(1.1)}.short-card:hover .short-play svg{fill:var(--white)}.short-views{position:absolute;top:.75rem;right:.75rem;background:rgb(0 0 0 / .5);backdrop-filter:blur(4px);color:var(--white);font-size:.75rem;font-weight:700;padding:.2rem .6rem;border-radius:9999px}.short-title{position:absolute;bottom:0;left:0;right:0;padding:1rem;color:var(--white);font-size:.85rem;font-weight:700;line-height:1.3}.shorts-nav{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;background:var(--white);border:2px solid rgb(223 79 127 / .2);box-shadow:var(--shadow-sm);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background var(--transition),color var(--transition);z-index:10;color:var(--pink)}.shorts-nav:hover{background:var(--pink);color:var(--white)}.shorts-nav svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:2.5}.shorts-prev{left:-22px}.shorts-next{right:-22px}.shorts-cta{text-align:center;margin-top:2rem}#video-lightbox{display:none;position:fixed;inset:0;background:rgb(0 0 0 / .85);z-index:2000;align-items:center;justify-content:center}#video-lightbox.open{display:flex}.lightbox-inner{position:relative;width:100%;max-width:380px;aspect-ratio:9/16;border-radius:var(--radius-xl);overflow:hidden;box-shadow:0 20px 60px rgb(0 0 0 / .5)}.lightbox-inner iframe{width:100%;height:100%;border:none}.lightbox-close{position:absolute;top:.75rem;right:.75rem;background:rgb(255 255 255 / .2);border:none;color:var(--white);width:34px;height:34px;border-radius:50%;cursor:pointer;font-size:1.1rem;display:flex;align-items:center;justify-content:center;transition:background var(--transition);z-index:10}.lightbox-close:hover{background:rgb(255 255 255 / .4)}#depoimentos{padding:6rem 0;background:rgb(255 209 220 / .2)}.rating-summary{max-width:760px;margin:0 auto 2.6rem;background:#fff;border-radius:24px;padding:1.7rem 1.5rem;box-shadow:0 12px 30px rgb(223 79 127 / .10);display:grid;grid-template-columns:220px 1fr;gap:1.8rem;align-items:center}.rating-summary-left{text-align:center;border-right:1px solid rgb(223 79 127 / .12);padding-right:1.4rem}.rating-summary-score{font-size:3.2rem;line-height:1;font-weight:900;color:var(--text-dark);margin-bottom:.35rem}.rating-summary-stars{display:flex;justify-content:center;gap:.18rem;color:#f6b01e;font-size:1.1rem;margin-bottom:.45rem}.rating-summary-label{font-size:.92rem;color:var(--text-muted);font-weight:700}.rating-bars{display:flex;flex-direction:column;gap:.7rem}.rating-bar-row{display:grid;grid-template-columns:52px 1fr 46px;align-items:center;gap:.85rem}.rating-bar-label{font-size:.92rem;font-weight:800;color:var(--text-dark);display:flex;align-items:center;gap:.3rem}.rating-bar-label i{color:#f6b01e;font-size:.82rem}.rating-bar-track{width:100%;height:10px;background:#f3dbe3;border-radius:999px;overflow:hidden;position:relative}.rating-bar-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#df4f7f 0%,#f27ea2 100%)}.rating-bar-value{font-size:.88rem;font-weight:800;color:var(--text-muted);text-align:right}.testimonials-track-wrap{overflow:hidden}.testimonials-track{display:flex;gap:1.5rem;transition:transform .5s ease}.testimonial-card{flex-shrink:0;width:calc(33.33% - 1rem);background:var(--white);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow-sm)}.testimonial-stars{color:#f59e0b;font-size:1rem;letter-spacing:.05em;margin-bottom:1rem}.testimonial-text{font-size:.95rem;color:var(--text-mid);font-style:italic;line-height:1.7;margin-bottom:1.5rem}.testimonial-author{display:flex;align-items:center;gap:.75rem}.testimonial-avatar{width:44px;height:44px;border-radius:50%;background:rgb(223 79 127 / .12);color:var(--pink);font-size:1.1rem;font-weight:900;display:flex;align-items:center;justify-content:center;flex-shrink:0}.testimonial-name{font-weight:800;font-size:.95rem;color:var(--text-dark)}.testimonial-role{font-size:.8rem;color:var(--text-muted)}.testimonials-nav{display:flex;gap:.75rem;justify-content:center;margin-top:2rem}.test-btn{width:40px;height:40px;border-radius:50%;border:2px solid rgb(223 79 127 / .3);background:var(--white);color:var(--pink);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background var(--transition)}.test-btn:hover{background:var(--pink);color:var(--white);border-color:var(--pink)}.test-btn svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2.5}#faq{padding:6rem 0;background:var(--white)}.faq-list{max-width:750px;margin:0 auto}.faq-item{border-bottom:1.5px solid rgb(223 79 127 / .15)}.faq-question{width:100%;text-align:left;background:none;border:none;padding:1.4rem 0;font-family:'Nunito',sans-serif;font-size:1rem;font-weight:800;color:var(--text-dark);cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1rem;transition:color var(--transition)}.faq-question:hover{color:var(--pink)}.faq-icon{width:28px;height:28px;border-radius:50%;background:rgb(223 79 127 / .1);color:var(--pink);flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:900;transition:background var(--transition),transform var(--transition)}.faq-item.open .faq-icon{background:var(--pink);color:var(--white);transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .3s ease;font-size:.97rem;color:var(--text-muted);line-height:1.75}.faq-answer-inner{padding-bottom:1.25rem}.faq-item.open .faq-answer{max-height:300px}#footer{background:linear-gradient(135deg,var(--pink) 0%,#f06f98 100%);color:rgb(255 255 255 / .88);padding:4rem 0 2rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:3rem}.footer-logo{height:44px;filter:brightness(0) invert(1);margin-bottom:1rem}.footer-about{font-size:.9rem;line-height:1.7;margin-bottom:1.25rem;color:rgb(255 255 255 / .88)}.footer-social{display:flex;gap:.6rem}.footer-social a{width:38px;height:38px;border-radius:50%;background:rgb(255 255 255 / .16);display:flex;align-items:center;justify-content:center;font-size:1rem;transition:background var(--transition);color:var(--white)}.footer-social a:hover{background:var(--pink)}.footer-col-title{color:var(--white);font-size:1rem;font-weight:800;margin-bottom:1.25rem}.footer-col ul{display:flex;flex-direction:column;gap:.6rem}.footer-col ul li a{font-size:.9rem;color:rgb(255 255 255 / .88);transition:color var(--transition)}.footer-col ul li a:hover{color:var(--white)}.footer-contact{display:flex;flex-direction:column;gap:.7rem;font-size:.9rem;color:rgb(255 255 255 / .88)}.footer-contact a:hover{color:var(--white)}.footer-payments{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:1rem}.payment-badge{background:rgb(255 255 255 / .16);color:rgb(255 255 255 / .85);font-size:.75rem;font-weight:700;padding:.3rem .7rem;border-radius:.4rem}.footer-bottom{border-top:1px solid rgb(255 255 255 / .18);padding-top:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;font-size:.85rem}.footer-betalabs{display:flex;align-items:center;gap:.75rem}.footer-betalabs img{height:28px;filter:brightness(0) invert(1);opacity:1}.hero-badge i,.section-badge i,.banner-note i,.footer-contact i{margin-right:.35rem}.plan-feature .check i,.footer-social i,.benefit-icon i,.lightbox-close i{line-height:1}.plan-feature .check,.benefit-icon,.footer-social a,.lightbox-close{display:flex;align-items:center;justify-content:center}.benefit-icon{font-size:1.1rem}.plan-feature .check{font-size:.7rem}.footer-social a i{font-size:1rem}@media (max-width:1199px){#como-funciona .como-title{font-size:44px}#como-funciona .como-funciona-wrap{gap:48px}}@media (max-width:991px){.benefits-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.testimonial-card{width:calc(50% - .75rem)}.rating-summary{grid-template-columns:1fr;gap:1.4rem;text-align:center}.rating-summary-left{border-right:none;border-bottom:1px solid rgb(223 79 127 / .12);padding-right:0;padding-bottom:1rem}.plans-grid{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;padding:.5rem .15rem .75rem;scrollbar-width:none;-ms-overflow-style:none}.plans-grid::-webkit-scrollbar{display:none}.plans-grid .plan-card{min-width:84%;scroll-snap-align:center}.plans-grid .plan-card.featured{order:-1}.plans-mobile-nav{display:flex;justify-content:center;gap:.5rem;margin-top:1rem}.plans-mobile-dot{width:10px;height:10px;border-radius:50%;background:rgb(223 79 127 / .25);transition:all .2s ease}.plans-mobile-dot.active{width:28px;border-radius:999px;background:#df4f7f}}@media (max-width:768px){.hero-content{max-width:100%}.short-card{width:160px}.shorts-nav{display:none}#como-funciona{padding:56px 0}#como-funciona .como-funciona-wrap{grid-template-columns:1fr;gap:28px;justify-items:center;text-align:center}#como-funciona .como-funciona-image{max-width:420px}#como-funciona .como-funciona-content{max-width:100%}#como-funciona .como-kicker{margin-bottom:8px;font-size:12px;letter-spacing:.35em;text-align:center}#como-funciona .como-title{font-size:31px;line-height:1.07;margin-bottom:10px}#como-funciona .como-subtitle{max-width:420px;margin:0 auto 24px;font-size:13px;line-height:1.7}#como-funciona .como-list{gap:14px;margin-bottom:24px;max-width:420px;margin-left:auto;margin-right:auto}#como-funciona .como-item{grid-template-columns:42px 1fr;gap:10px;text-align:left;align-items:flex-start}#como-funciona .como-icon{width:38px;height:38px;min-width:38px;border-radius:12px;font-size:17px}#como-funciona .como-text{font-size:12px;line-height:1.55}#como-funciona .como-btn{min-width:100%;max-width:420px;min-height:46px;font-size:16px;padding:0 20px}.rating-summary{padding:1.2rem 1rem;border-radius:18px}.rating-summary-score{font-size:2.6rem}.rating-bar-row{grid-template-columns:46px 1fr 40px;gap:.55rem}.rating-bar-label,.rating-bar-value{font-size:.82rem}.plans-grid .plan-card{min-width:88%}.plan-badges-top{top:14px;left:14px;right:14px}.plan-badge-pill{font-size:.68rem;padding:.42rem .72rem;max-width:calc(100% - 78px);white-space:nowrap}.plan-badge-off{width:64px;height:64px}.plan-badge-off strong{font-size:1.15rem}.plan-badge-off span{font-size:.5rem}}@media (max-width:600px){.testimonial-card{width:90vw}.footer-grid{grid-template-columns:1fr}}@media (max-width:575px){#como-funciona .container{padding-left:18px;padding-right:18px}#como-funciona .como-funciona-image{max-width:300px}#como-funciona .como-funciona-image img{border-radius:18px}#como-funciona .como-title{font-size:27px}#como-funciona .como-subtitle{font-size:12px}#como-funciona .como-text{font-size:11.5px}}:root{--pink:#db496e;--pink-light:#e5759f;--text-dark:#4A4A4A;--text-mid:#4A4A4A;--text-muted:#9E9E9E}body{color:#4A4A4A}.section-badge{color:#db496e;background:rgb(219 73 110 / .10)}.section-title{color:#db496e}.section-subtitle{color:#4A4A4A;font-size:14px}#como-funciona{background:#f3f3f3}#como-funciona .como-kicker{color:#e5759f!important}#como-funciona .como-title,#como-funciona .como-title strong{color:#db496e!important}#como-funciona .como-subtitle{color:#4A4A4A!important;font-size:14px!important}#como-funciona .como-subtitle strong,#como-funciona .como-text strong{color:#db496e!important}#como-funciona .como-text{color:#4A4A4A!important;font-size:14px!important}#como-funciona .como-icon{background:#fff0f4;color:#db496e}#como-funciona .como-btn{background:#db496e;box-shadow:0 14px 30px rgb(219 73 110 / .24)}#como-funciona .como-btn:hover{background:#c83e62;box-shadow:0 18px 35px rgb(219 73 110 / .30)}#beneficios{background:#db496e}.benefits-title{color:#fff}.benefit-item h3{font-size:1.1rem!important;color:#fff}.benefit-item p{color:rgb(255 255 255 / .88)}.benefit-icon{background:rgb(255 255 255 / .16);color:#fff}#planos{background:#fdebf2}.plan-card{background:#fff;border:1.5px solid rgb(219 73 110 / .10);box-shadow:0 14px 34px rgb(219 73 110 / .10)}.plan-card.featured{background:#f9d9e6;border:2px solid #db496e;box-shadow:0 16px 40px rgb(219 73 110 / .18)}.plan-name{color:#db496e;text-transform:uppercase;letter-spacing:.08em;font-weight:900}.plan-price .amount{color:#db496e}.plan-price .per{color:#9E9E9E}.plan-period{color:#9E9E9E}.plan-feature{color:#4A4A4A}.plan-feature .check{background:#f8dbe5;color:#db496e}.plan-feature .check .fa-xmark{color:#cfcfcf}.plan-badge-pill,.plan-badge-off{background:#db496e}.plan-card:not(.featured) .btn-outline{color:#db496e;border-color:#db496e;background:#fff}.plan-card:not(.featured) .btn-outline:hover{background:#db496e;color:#fff}#faq .section-title,.faq-question{color:#4A4A4A!important}#faq .section-subtitle,.faq-answer{color:#9E9E9E!important}.faq-icon{background:#fdebf2;color:#db496e}.faq-item.open .faq-icon{background:#db496e;color:#fff}@media (max-width:768px){#como-funciona .como-subtitle,#como-funciona .como-text{font-size:14px!important}.benefit-item h3{font-size:1.1rem!important}}</style>