*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:'Segoe UI',system-ui,-apple-system,sans-serif;color:#111;background:#fff;line-height:1.5;overflow-x:hidden}img{display:block;max-width:100%}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;background:none;font-family:inherit}ul{list-style:none}svg{display:inline-block;vertical-align:middle;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.8)}}@keyframes underline-grow{from{transform:scaleX(0);transform-origin:left}to{transform:scaleX(1);transform-origin:left}}.fade-up{opacity:0;transform:translateY(28px);transition:opacity 0.65s ease,transform 0.65s ease}.fade-up.visible{opacity:1;transform:translateY(0)}header{position:sticky;top:0;z-index:100;background:gold;box-shadow:0 2px 16px rgb(0 0 0 / .14)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:72px}.logo img{height:48px;object-fit:contain;transition:transform .2s}.logo img:hover{transform:scale(1.05)}nav a{font-weight:600;color:#000;margin-left:2rem;transition:opacity .2s}nav a:hover{opacity:.6}.btn-assine{background:#000;color:gold;font-weight:700;border-radius:999px;padding:.6rem 1.5rem;font-size:.95rem;transition:background .2s}.btn-assine:hover{background:#222}.hamburger{display:none;flex-direction:column;gap:5px;padding:.4rem;background:none;border:none;cursor:pointer}.hamburger span{display:block;width:22px;height:2px;background:#000;border-radius:2px}.mob-menu{display:none;position:fixed;inset:0;background:rgb(0 0 0 / .96);z-index:200;flex-direction:column;align-items:center;justify-content:center;gap:2rem}.mob-menu.open{display:flex}.mob-menu a{color:gold;font-size:1.5rem;font-weight:700}.mob-close{position:absolute;top:1.5rem;right:1.5rem;color:#fff;font-size:2rem;cursor:pointer;background:none;border:none}.mob-btn{background:gold;color:#000;font-weight:700;border-radius:999px;padding:.75rem 2rem;font-size:1rem;cursor:pointer;border:none}@media (max-width:768px){nav{display:none}.btn-assine{display:none}.hamburger{display:flex}}#hero{position:relative;min-height:90vh;background:#000;color:#fff;display:flex;align-items:center;overflow:hidden}.hero-dot-bg{position:absolute;inset:0;opacity:.04;background-image:radial-gradient(circle,#FFD700 1px,transparent 1px);background-size:40px 40px}.hero-glow{position:absolute;border-radius:50%;pointer-events:none;filter:blur(100px)}.hero-glow-1{top:0;right:33%;width:600px;height:600px;background:rgb(255 215 0 / .15)}.hero-glow-2{bottom:0;left:0;width:400px;height:400px;background:rgb(255 215 0 / .08)}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;padding:4rem 0;position:relative;z-index:1}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgb(255 215 0 / .1);border:1px solid rgb(255 215 0 / .3);color:gold;font-size:.85rem;font-weight:700;padding:.5rem 1rem;border-radius:999px;margin-bottom:.75rem}.pulse-dot{width:8px;height:8px;background:gold;border-radius:50%;animation:pulse 2s infinite}.red-dot{width:8px;height:8px;background:#ef4444;border-radius:50%;animation:pulse 2s infinite}h1{font-size:clamp(2.4rem, 5vw, 4.2rem);font-weight:900;line-height:1.05;letter-spacing:-.02em;margin:.5rem 0 1rem}.h1-highlight{color:gold;position:relative;display:inline-block}.h1-highlight::after{content:'';position:absolute;bottom:0;left:0;right:0;height:4px;background:gold;border-radius:2px;transform:scaleX(0);transform-origin:left;animation:underline-grow .6s .5s forwards}.hero-desc{color:#ccc;font-size:1.1rem;max-width:480px;line-height:1.7;margin-bottom:1.25rem}.pills{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:1.5rem}.pill{display:flex;align-items:center;gap:.4rem;background:rgb(255 255 255 / .05);border:1px solid rgb(255 255 255 / .1);color:#ccc;font-size:.82rem;padding:.35rem .85rem;border-radius:999px}.pill-check{color:gold}.hero-ctas{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:.75rem}.btn-primary{display:inline-flex;align-items:center;gap:.4rem;background:gold;color:#000;font-weight:800;font-size:1rem;padding:.85rem 2rem;border-radius:999px;box-shadow:0 0 40px rgb(255 215 0 / .35);transition:all .2s;border:none;cursor:pointer}.btn-primary:hover{background:#ffe033;transform:scale(1.03)}.btn-whatsapp-outline{display:inline-flex;align-items:center;gap:.5rem;background:#fff0;color:#fff;font-weight:600;font-size:.95rem;padding:.85rem 2rem;border-radius:999px;border:1.5px solid rgb(37 211 102 / .4);transition:all .2s}.btn-whatsapp-outline:hover{border-color:#25D366;color:#25D366;background:rgb(37 211 102 / .08)}.hero-note{font-size:.82rem;color:#555}.hero-img-wrap{position:relative;border-radius:24px;overflow:hidden;border:1px solid rgb(255 255 255 / .1);box-shadow:0 32px 80px rgb(255 215 0 / .1)}.hero-img-wrap::after{content:'';position:absolute;inset:0;background:linear-gradient(to top,rgb(0 0 0 / .7),transparent 60%)}.hero-img-wrap img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block}.hero-card{position:absolute;bottom:1rem;left:1rem;right:1rem;z-index:5;background:rgb(0 0 0 / .82);backdrop-filter:blur(10px);border:1px solid rgb(255 255 255 / .12);border-radius:18px;padding:1rem 1.05rem;display:flex;align-items:center;gap:.9rem;box-shadow:0 18px 40px rgb(0 0 0 / .22)}.hero-avatar{width:40px;height:40px;border-radius:50%;background:gold;display:flex;align-items:center;justify-content:center;color:#000;font-weight:700;font-size:1rem;flex-shrink:0}.hero-card-text p:first-child{color:#fff;font-weight:700;font-size:.92rem}.hero-card-text p:last-child{color:#cfcfcf;font-size:.79rem}.hero-green-dot{width:10px;height:10px;background:#4ade80;border-radius:50%;margin-left:auto;flex-shrink:0}.hero-top-stack{position:absolute;top:1rem;left:1rem;right:1rem;z-index:6;display:flex;align-items:flex-start;gap:.6rem;flex-wrap:wrap}.hero-chip{display:inline-flex;align-items:center;gap:.45rem;background:rgb(0 0 0 / .72);backdrop-filter:blur(10px);border:1px solid rgb(255 255 255 / .12);border-radius:999px;padding:.45rem .85rem;box-shadow:0 12px 28px rgb(0 0 0 / .22)}.hero-chip span{color:#fff;font-size:.74rem;font-weight:700;line-height:1}.hero-chip svg{color:gold;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.hero-chip-live{background:rgb(255 215 0 / .18);border-color:rgb(255 215 0 / .38)}.hero-chip-live span{color:#fff}.hero-side-badge{position:absolute;left:1rem;bottom:6.4rem;z-index:6;display:inline-flex;align-items:center;gap:.45rem;background:rgb(0 0 0 / .75);border:1px solid rgb(255 215 0 / .28);border-radius:999px;padding:.42rem .8rem;box-shadow:0 14px 30px rgb(0 0 0 / .28)}.hero-side-badge span{color:#fff;font-size:.74rem;font-weight:700}.float-badge{position:absolute;background:#000;border:1px solid rgb(255 215 0 / .28);border-radius:14px;padding:.55rem .95rem;display:flex;align-items:center;gap:.5rem;z-index:10;box-shadow:0 14px 34px rgb(0 0 0 / .28)}.float-badge span{color:#fff;font-size:.76rem;font-weight:700;white-space:nowrap}.float-badge svg{color:gold;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.fb-1{top:3.75rem;left:-1.4rem}.fb-2{bottom:3rem;right:-1.2rem}.hero-ring{position:absolute;border-radius:50%;z-index:-1}.hero-ring-1{bottom:-24px;right:-24px;width:128px;height:128px;border:4px solid rgb(255 215 0 / .2)}.hero-ring-2{top:-24px;left:-24px;width:80px;height:80px;border:2px solid rgb(255 215 0 / .1)}@media (max-width:900px){.hero-grid{grid-template-columns:1fr;padding:3rem 0}.hero-right{display:none}}#trust{position:relative;padding:3.5rem 0;background:gold;overflow:hidden}.trust-pattern{position:absolute;inset:0;opacity:.06;background-image:repeating-linear-gradient(45deg,#000 0,#000 1px,transparent 0,transparent 50%);background-size:12px 12px}.trust-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1.5rem;position:relative;z-index:1}.trust-item{text-align:center}.trust-icon{width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin:0 auto .75rem;box-shadow:0 4px 12px rgb(0 0 0 / .15);transition:transform .2s;cursor:default}.trust-icon:hover{transform:scale(1.1)}.trust-icon.black{background:#000}.trust-icon.yellow{background:gold;border:2px solid rgb(0 0 0 / .1)}.trust-num{font-size:2rem;font-weight:900;color:#000;line-height:1}.trust-label{color:rgb(0 0 0 / .7);font-size:.82rem;font-weight:500;margin-top:.25rem}@media (max-width:768px){.trust-grid{grid-template-columns:repeat(2,1fr)}}#beneficios{position:relative;padding:6rem 0;background:#fff}.wave-top{position:absolute;top:0;left:0;right:0;height:64px;background:#000;clip-path:ellipse(55% 100% at 50% 0%)}.section-label{display:inline-block;background:rgb(255 215 0 / .1);color:gold;border:1px solid rgb(255 215 0 / .3);font-size:.8rem;font-weight:700;padding:.3rem .9rem;border-radius:999px;margin-bottom:.75rem}.section-label.dark{color:#9B7800}h2{font-size:clamp(1.9rem, 4vw, 3rem);font-weight:900;line-height:1.1}.section-desc{font-size:1rem;color:#666;line-height:1.7;margin-top:.6rem}.text-center{text-align:center}.max-w-section{max-width:700px;margin:0 auto}.mb-16{margin-bottom:4rem}.mb-12{margin-bottom:3rem}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.feature-card{border-radius:22px;overflow:hidden;cursor:pointer;transition:transform .25s}.feature-card:hover{transform:translateY(-6px)}.feature-card-inner{padding:1.75rem;height:100%;display:flex;flex-direction:column;gap:1rem}.feature-card.yellow .feature-card-inner{background:gold}.feature-card.black .feature-card-inner{background:#000}.feat-icon-box{width:56px;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .2s}.feature-card:hover .feat-icon-box{transform:scale(1.1)}.feature-card.yellow .feat-icon-box{background:rgb(0 0 0 / .1)}.feature-card.black .feat-icon-box{background:rgb(255 255 255 / .1)}.feat-title{font-size:1rem;font-weight:700;margin-bottom:.3rem}.feature-card.yellow .feat-title{color:#000}.feature-card.black .feat-title{color:#fff}.feat-desc{font-size:.83rem;line-height:1.6}.feature-card.yellow .feat-desc{color:rgb(0 0 0 / .7)}.feature-card.black .feat-desc{color:#ccc}.species-strip{margin-top:3rem;background:#000;color:#fff;border-radius:22px;padding:2.5rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}.species-strip h3{font-size:1.35rem;font-weight:900;color:gold;margin-bottom:.35rem}.species-strip p{color:#ccc;font-size:.88rem}.species-icons{display:flex;gap:1rem;flex-shrink:0}.species-icon{width:64px;height:64px;border-radius:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;transition:all .2s}.species-icon.dog{background:rgb(255 215 0 / .1);border:1px solid rgb(255 215 0 / .2)}.species-icon.dog:hover{background:rgb(255 215 0 / .2);border-color:rgb(255 215 0 / .5)}.species-icon.cat{background:rgb(255 255 255 / .05);border:1px solid rgb(255 255 255 / .1)}.species-icon.cat:hover{background:rgb(255 215 0 / .1);border-color:rgb(255 215 0 / .3)}.species-icon span{font-size:.68rem;font-weight:700}.species-icon.dog span{color:gold}.species-icon.cat span{color:#fff}@media (max-width:900px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:500px){.features-grid{grid-template-columns:1fr}}#como-funciona{position:relative;padding:6rem 0;background:gold;overflow:hidden}.how-bg{position:absolute;inset:0;opacity:.05;background-image:radial-gradient(circle,#000 1px,transparent 1px);background-size:30px 30px}.how-deco{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:20vw;font-weight:900;color:rgb(0 0 0 / .05);white-space:nowrap;pointer-events:none;user-select:none}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;position:relative;z-index:1}.steps-connector{display:none}@media (min-width:900px){.steps-connector{display:block;position:absolute;top:56px;left:12.5%;right:12.5%;height:0;border-top:2px dashed rgb(0 0 0 / .2);z-index:0}}.step-card{background:#000;color:#fff;border-radius:22px;padding:1.75rem;display:flex;flex-direction:column;gap:1.2rem;transition:all .3s}.step-card:hover{box-shadow:0 24px 48px rgb(0 0 0 / .3);transform:translateY(-4px)}.step-header{display:flex;align-items:center;justify-content:space-between}.step-icon-box{width:56px;height:56px;border-radius:16px;background:gold;display:flex;align-items:center;justify-content:center;flex-shrink:0}.step-num{font-size:3.5rem;font-weight:900;color:rgb(255 255 255 / .1);line-height:1}.step-tag{display:inline-block;background:rgb(255 215 0 / .1);color:gold;border:1px solid rgb(255 215 0 / .2);font-size:.68rem;font-weight:700;padding:.25rem .7rem;border-radius:999px;text-transform:uppercase;letter-spacing:.05em;width:fit-content}.step-title{font-size:1.1rem;font-weight:700;color:gold;margin-bottom:.4rem}.step-desc{font-size:.83rem;color:#ccc;line-height:1.65}.how-cta{text-align:center;margin-top:3rem;position:relative;z-index:1}.btn-dark{background:#000;color:gold;font-weight:700;font-size:1rem;padding:.85rem 2.5rem;border-radius:999px;transition:background .2s;border:none;cursor:pointer}.btn-dark:hover{background:#1a1a1a}@media (max-width:900px){.steps-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:500px){.steps-grid{grid-template-columns:1fr}}#videos{position:relative;padding:6rem 0;background:#000;overflow:hidden}.videos-noise{position:absolute;inset:0;opacity:.06;background-image:radial-gradient(circle,#FFD700 1px,transparent 1px);background-size:26px 26px}.videos-head h2,.videos-head .section-desc{color:#fff}.videos-strip{position:relative;z-index:1;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1rem}.video-card{border-radius:24px;overflow:hidden;background:#111;border:1px solid rgb(255 255 255 / .08);transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.video-card:hover{transform:translateY(-6px);border-color:rgb(255 215 0 / .38);box-shadow:0 22px 44px rgb(0 0 0 / .26)}.video-card.featured{box-shadow:0 18px 40px rgb(255 215 0 / .12)}.video-thumb{position:relative;min-height:290px;padding:1rem;display:flex;align-items:flex-end;justify-content:center;overflow:hidden}.video-thumb::before{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgb(0 0 0 / .05),rgb(0 0 0 / .65))}.video-thumb::after{content:'';position:absolute;inset:14px;border-radius:20px;border:1px solid rgb(255 255 255 / .12)}.thumb-gold{background:linear-gradient(180deg,#d8ab05 0%,#8f6300 100%)}.thumb-dark{background:linear-gradient(180deg,#3a3a3a 0%,#111 100%)}.thumb-highlight{background:linear-gradient(180deg,#ffcf1f 0%,#bb7a00 100%)}.video-badge{position:absolute;top:1rem;left:1rem;z-index:2;display:inline-flex;align-items:center;min-height:30px;padding:.35rem .75rem;border-radius:999px;background:rgb(0 0 0 / .72);color:#fff;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.video-play{position:relative;z-index:2;width:64px;height:64px;border-radius:50%;border:none;background:gold;color:#000;font-size:1.1rem;font-weight:900;box-shadow:0 18px 30px rgb(0 0 0 / .24);cursor:pointer}@media (max-width:1100px){.videos-strip{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.videos-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.video-thumb{min-height:320px}}@media (max-width:560px){.videos-strip{grid-template-columns:1fr}.video-thumb{min-height:360px}}#depoimentos{padding:6rem 0;background:#fff}.stars-bar{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:3rem}.stars-bar .rating-num{font-size:2rem;font-weight:900;color:#000}.stars-bar .rating-count{color:#aaa}.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.testi-card{background:#f9f9f9;border:1px solid #eee;border-radius:22px;padding:1.75rem;display:flex;flex-direction:column;gap:1.2rem;transition:all .3s}.testi-card:hover{border-color:rgb(255 215 0 / .4);box-shadow:0 20px 60px rgb(255 215 0 / .1);transform:translateY(-4px)}.quote-icon{color:gold;opacity:.6}.testi-text{color:#444;line-height:1.7;flex:1;font-size:.9rem}.testi-stars{display:flex;gap:2px}.testi-author{display:flex;align-items:center;gap:.75rem;padding-top:1rem;border-top:1px solid #eee}.testi-avatar{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:.82rem;flex-shrink:0}.testi-name{font-weight:700;font-size:.85rem;color:#000}.testi-pet{color:#aaa;font-size:.73rem}.testi-time{color:#ccc;font-size:.73rem;margin-left:auto;flex-shrink:0}.plan-tag{display:inline-block;background:#000;color:gold;font-size:.7rem;font-weight:700;padding:.22rem .7rem;border-radius:999px;width:fit-content}@media (max-width:900px){.testi-grid{grid-template-columns:1fr 1fr}}@media (max-width:600px){.testi-grid{grid-template-columns:1fr}}#planos{position:relative;padding:6rem 0;background:#f5f5f5;overflow:hidden}.price-deco-1{position:absolute;top:0;left:0;width:256px;height:256px;background:rgb(255 215 0 / .1);border-radius:50%;filter:blur(48px);transform:translate(-50%,-50%)}.price-deco-2{position:absolute;bottom:0;right:0;width:256px;height:256px;background:rgb(0 0 0 / .05);border-radius:50%;filter:blur(48px);transform:translate(50%,50%)}.billing-toggle{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:3rem}.billing-label{font-size:.9rem;font-weight:700;color:#aaa;transition:color .2s}.billing-label.active{color:#000}.toggle-switch{position:relative;width:56px;height:28px;border-radius:999px;background:#ddd;transition:background .2s;cursor:pointer;border:none}.toggle-switch.on{background:gold}.toggle-knob{position:absolute;top:4px;left:4px;width:20px;height:20px;background:#fff;border-radius:50%;box-shadow:0 2px 4px rgb(0 0 0 / .2);transition:transform .2s}.toggle-switch.on .toggle-knob{transform:translateX(28px)}.discount-badge{background:#dcfce7;color:#16a34a;font-size:.7rem;font-weight:700;padding:.12rem .45rem;border-radius:999px;margin-left:.3rem}.plans-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:980px;margin:0 auto;align-items:start}.plan-wrap{position:relative}.plan-wrap.popular-wrap{padding-top:1.2rem}.plan-card{border-radius:22px;border:2px solid;padding:2rem}.plan-card.regular{background:#fff;border-color:#e5e7eb;box-shadow:0 16px 38px rgb(17 24 39 / .06)}.plan-card.popular{background:#000;border-color:gold;transform:scale(1.05);box-shadow:0 32px 80px rgb(255 215 0 / .2)}.popular-badge{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);z-index:3;background:gold;color:#000;font-size:.72rem;font-weight:900;padding:.45rem 1.15rem;border-radius:999px;text-transform:uppercase;letter-spacing:.08em;border:2px solid #000;white-space:nowrap;box-shadow:0 12px 26px rgb(0 0 0 / .18)}.plan-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.plan-icon-box{width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.plan-card.regular .plan-icon-box{background:#000}.plan-card.popular .plan-icon-box{background:gold}.plan-name{font-size:1.34rem;font-weight:900;line-height:1.1}.plan-card.regular .plan-name{color:#000}.plan-card.popular .plan-name{color:#fff}.plan-tagline{font-size:.84rem;color:#6b7280;font-weight:600}.plan-card.popular .plan-tagline{color:rgb(255 255 255 / .72)}.plan-price{display:flex;align-items:baseline;gap:.15rem;margin-bottom:1.5rem}.plan-price .currency{font-size:1rem;font-weight:700;color:#6b7280}.plan-card.popular .plan-price .currency{color:rgb(255 255 255 / .78)}.plan-price .plan-amount{font-size:3.25rem;font-weight:900;line-height:.95;letter-spacing:-.03em}.plan-price .period{font-size:.95rem;font-weight:700;color:#6b7280}.plan-card.popular .plan-price .period{color:rgb(255 255 255 / .78)}.plan-card.regular .plan-price .plan-amount{color:#000}.plan-card.popular .plan-price .plan-amount{color:gold}.plan-saving{color:#4ade80;font-size:.8rem;font-weight:600;margin-top:.25rem;margin-bottom:1.5rem;display:none}.plan-saving.show{display:block}.plan-features{display:flex;flex-direction:column;gap:.7rem;margin-bottom:1.75rem}.feat-row{display:flex;align-items:center;gap:.7rem}.feat-check{width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.feat-check.yes.reg{background:#000}.feat-check.yes.pop{background:gold}.feat-check.no{background:#e5e7eb}.feat-label{font-size:.92rem;line-height:1.45;font-weight:600}.feat-label.yes.reg{color:#1f2937}.feat-label.yes.pop{color:#f5f5f5}.feat-label.no{color:#aaa;text-decoration:line-through}.btn-plan{width:100%;padding:.95rem 1rem;border-radius:14px;font-weight:800;font-size:1rem;transition:all .2s;cursor:pointer;border:none}.plan-card.regular .btn-plan{background:#000;color:#fff}.plan-card.regular .btn-plan:hover{background:#222}.plan-card.popular .btn-plan{background:gold;color:#000}.plan-card.popular .btn-plan:hover{background:#ffe033}.plan-note{text-align:center;font-size:.73rem;color:#888;margin-top:.75rem}.guarantee{display:flex;align-items:center;justify-content:center;gap:.4rem;text-align:center;margin-top:3rem;color:#666;font-size:.86rem}.guarantee strong{color:#000}.guarantee svg{color:gold}@media (max-width:900px){.plans-grid{grid-template-columns:1fr;max-width:430px;margin:0 auto}.plan-card.popular{transform:none}.plan-wrap.popular-wrap{padding-top:1.4rem}.popular-badge{top:.2rem}}#faq{position:relative;padding:6rem 0;background:#f5f5f5;overflow:hidden}.faq-deco{position:absolute;border-radius:50%;background:rgb(255 215 0 / .1);filter:blur(40px)}.faq-deco-1{top:80px;right:40px;width:160px;height:160px}.faq-deco-2{bottom:80px;left:40px;width:160px;height:160px}.faq-layout{display:grid;grid-template-columns:1fr 1.6fr;gap:4rem;max-width:1100px;margin:0 auto;align-items:start;position:relative;z-index:1}.faq-left{position:sticky;top:7rem}.faq-left h2{margin-bottom:1.25rem}.faq-left p{color:#666;line-height:1.7;margin-bottom:2rem;font-size:.95rem}.btn-green{display:inline-flex;align-items:center;gap:.5rem;background:#25D366;color:#fff;font-weight:700;padding:.7rem 1.5rem;border-radius:999px;font-size:.88rem;box-shadow:0 8px 24px rgb(37 211 102 / .2);transition:background .2s}.btn-green:hover{background:#20b958}.faq-stats{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:2.5rem}.faq-stat{background:#fff;border:1px solid #eee;border-radius:14px;padding:1rem;text-align:center;box-shadow:0 2px 8px rgb(0 0 0 / .04)}.faq-stat-val{font-size:2rem;font-weight:900;color:#000;line-height:1}.faq-stat-lbl{color:#888;font-size:.73rem;margin-top:.25rem}.accordion{display:flex;flex-direction:column;gap:.75rem}.accordion-item{background:#fff;border:1px solid #eee;border-radius:14px;overflow:hidden;transition:border-color .2s,box-shadow .2s}.accordion-item:hover{border-color:rgb(255 215 0 / .4)}.accordion-item.open{border-color:rgb(255 215 0 / .6);box-shadow:0 4px 20px rgb(0 0 0 / .06)}.accordion-question{width:100%;text-align:left;padding:1.2rem 1.5rem;font-size:.92rem;font-weight:700;display:flex;justify-content:space-between;align-items:center;gap:1rem;background:none;cursor:pointer}.accordion-chevron{width:20px;height:20px;flex-shrink:0;transition:transform .3s;color:#888}.accordion-item.open .accordion-chevron{transform:rotate(180deg)}.accordion-answer{max-height:0;overflow:hidden;transition:max-height .4s ease}.accordion-item.open .accordion-answer{max-height:300px}.accordion-answer-inner{padding:0 1.5rem 1.2rem;color:#666;font-size:.86rem;line-height:1.7}@media (max-width:900px){.faq-layout{grid-template-columns:1fr}.faq-left{position:static}}#wa-banner{padding:4rem 0;background:gold}.wa-box{background:#000;border-radius:22px;padding:2.5rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap;position:relative;overflow:hidden}.wa-bg-1{position:absolute;right:0;top:0;bottom:0;width:256px;background:rgb(255 215 0 / .05);border-radius:999px 0 0 999px;pointer-events:none}.wa-bg-2{position:absolute;right:-40px;top:50%;transform:translateY(-50%);width:160px;height:160px;background:rgb(255 215 0 / .08);border-radius:50%;filter:blur(32px);pointer-events:none}.wa-content{position:relative;z-index:1}.wa-icon-row{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.wa-icon{width:40px;height:40px;border-radius:12px;background:#25D366;display:flex;align-items:center;justify-content:center;flex-shrink:0}.wa-label{color:gold;font-weight:700;font-size:.78rem;text-transform:uppercase;letter-spacing:.05em}.wa-title{font-size:1.5rem;font-weight:900;color:#fff;margin-bottom:.4rem}.wa-desc{color:#ccc;max-width:480px;font-size:.88rem;line-height:1.6}.btn-whatsapp{display:inline-flex;align-items:center;gap:.75rem;background:#25D366;color:#fff;font-weight:700;font-size:1rem;padding:.9rem 1.8rem;border-radius:999px;box-shadow:0 8px 32px rgb(37 211 102 / .3);transition:background .2s;flex-shrink:0;position:relative;z-index:1}.btn-whatsapp:hover{background:#20b958}#parceiros{padding:5rem 0;background:#fff;border-top:1px solid #f0f0f0}.media-label{text-align:center;color:#aaa;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-bottom:2rem}.media-list{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1rem}.media-item{padding:.55rem 1.2rem;border-radius:12px;border:1px solid #f0f0f0;background:#fafafa;color:#888;font-weight:700;font-size:.83rem;transition:all .2s}.media-item:hover{border-color:rgb(255 215 0 / .4);color:#000}.divider{border:none;border-top:1px solid #f0f0f0;margin:2.5rem 0}.partners-list{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.75rem}.partner-item{display:flex;align-items:center;gap:.5rem;padding:.55rem 1.2rem;border-radius:14px;border:1px solid #f0f0f0;background:#fafafa;transition:all .2s}.partner-item:hover{background:rgb(255 215 0 / .05);border-color:rgb(255 215 0 / .3)}.partner-item span{color:#555;font-weight:600;font-size:.83rem;transition:color .2s}.partner-item:hover span{color:#000}#final-cta{position:relative;padding:6rem 0;background:#000;overflow:hidden}.cta-pattern{position:absolute;inset:0;opacity:.03;background-image:radial-gradient(circle,#FFD700 1px,transparent 1px);background-size:32px 32px}.cta-glow-1{position:absolute;top:0;left:25%;width:384px;height:384px;background:rgb(255 215 0 / .1);border-radius:50%;filter:blur(100px);pointer-events:none}.cta-glow-2{position:absolute;bottom:0;right:25%;width:384px;height:384px;background:rgb(255 215 0 / .08);border-radius:50%;filter:blur(100px);pointer-events:none}.cta-inner{max-width:900px;margin:0 auto;text-align:center;position:relative;z-index:1}.cta-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgb(255 215 0 / .1);border:1px solid rgb(255 215 0 / .3);color:gold;font-size:.83rem;font-weight:700;padding:.45rem 1rem;border-radius:999px;margin-bottom:2rem}.cta-title{font-size:clamp(2.2rem, 6vw, 4.5rem);font-weight:900;color:#fff;line-height:1.05;margin-bottom:1.5rem}.cta-title .yellow{color:gold;position:relative;display:inline-block}.cta-title .yellow svg{position:absolute;bottom:-8px;left:0;right:0;width:100%;height:20px;fill:none;stroke:gold;stroke-width:3;stroke-linecap:round}.cta-desc{font-size:1.1rem;color:#ccc;max-width:640px;margin:0 auto 3rem;line-height:1.7}.cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:1rem}.cta-note{font-size:.83rem;color:#555}.trust-badges{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1.5rem;margin-top:3rem}.trust-badge{display:flex;align-items:center;gap:.5rem;color:#888;font-size:.83rem}.trust-badge svg{color:gold}footer{background:#000;color:#fff;padding:4rem 0 2rem;border-top:1px solid rgb(255 255 255 / .1)}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem;margin-bottom:3rem}.footer-brand h4{font-size:1.4rem;font-weight:900;color:gold;margin-bottom:.75rem}.footer-brand p{color:#666;max-width:300px;font-size:.88rem;line-height:1.6}.footer-col h5{font-weight:700;margin-bottom:1rem;color:#fff}.footer-col li{margin-bottom:.65rem}.footer-col a{color:#666;font-size:.88rem;transition:color .2s}.footer-col a:hover{color:gold}.footer-col .plain{color:#666;font-size:.88rem}.footer-bottom{border-top:1px solid rgb(255 255 255 / .1);padding-top:2rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;font-size:.83rem;color:#555}.footer-links a{color:#555;margin-left:1rem;transition:color .2s}.footer-links a:hover{color:#fff}.betalabs-logo{height:44px;opacity:.7;transition:opacity .2s;display:inline-block;margin-top:1rem}.betalabs-logo:hover{opacity:1}@media (max-width:768px){.footer-grid{grid-template-columns:1fr}}