.landing *,.landing :after,.landing :before{margin:0;padding:0;box-sizing:border-box}.landing{--navy:#0c1a3a;--navy-mid:#142952;--navy-light:#1a3568;--gold:#e8a838;--gold-dark:#996515;--gold-soft:rgba(232,168,56,0.12);--gold-softer:rgba(232,168,56,0.06);--bg:#fafbfe;--bg2:#f1f3f9;--bg3:#ffffff;--text:#0c1a3a;--text2:#3a4460;--text3:#5a6478;--border:rgba(12,26,58,0.07);--border2:rgba(12,26,58,0.12);--radius:14px;--font:var(--font-jakarta),"Plus Jakarta Sans",system-ui,sans-serif;--display:var(--font-bricolage),"Bricolage Grotesque","Plus Jakarta Sans",system-ui,sans-serif;font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.6;overflow-x:hidden;min-height:100vh}.landing a{color:inherit;text-decoration:none}.landing .btn-plan:focus-visible,.landing .btn:focus-visible,.landing a:focus-visible,.landing button:focus-visible{outline:2px solid var(--gold);outline-offset:2px;border-radius:4px}.landing .nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:1rem 1.5rem;background:rgba(250,251,254,.88);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border)}.landing .nav-logo{font-family:var(--display);font-weight:800;font-size:20px;color:var(--navy);display:flex;align-items:center;gap:10px}.landing .nav-logo .mark{width:32px;height:32px;border-radius:8px;background:var(--navy);display:flex;align-items:center;justify-content:center}.landing .nav-logo .mark svg{width:18px;height:18px}.landing .nav-logo .mark-img{width:34px;height:34px;border-radius:8px;display:block;-o-object-fit:cover;object-fit:cover}.landing .nav-cta{padding:9px 22px;border-radius:100px;font-size:13px;font-weight:600;background:var(--navy);color:#fff;border:none;cursor:pointer;font-family:var(--font);transition:all .2s;display:inline-block}.landing .nav-cta:hover{background:var(--navy-mid)}.landing .nav-links{display:flex;align-items:center;gap:12px}.landing .nav-link{font-size:13px;font-weight:500;color:var(--text2);transition:color .2s}.landing .nav-link:hover{color:var(--navy)}.landing .hero{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:6rem 1.5rem 3rem;position:relative;overflow:hidden}.landing .hero:before{content:"";position:absolute;top:-30%;left:50%;transform:translateX(-50%);width:900px;height:700px;background:radial-gradient(ellipse,rgba(232,168,56,.06) 0,rgba(12,26,58,.03) 40%,transparent 65%);pointer-events:none}.landing .hero-pill{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;border-radius:100px;background:#fff;border:1px solid var(--border2);font-size:12px;color:var(--text3);font-weight:500;margin-bottom:2rem;animation:landingFadeUp .7s ease both;box-shadow:0 1px 4px rgba(12,26,58,.05)}.landing .hero-pill .dot{width:6px;height:6px;border-radius:50%;background:#3db87a;opacity:.85}.landing h1{font-family:var(--display);font-weight:800;font-size:clamp(2.6rem,7.5vw,5rem);line-height:1.05;letter-spacing:-.03em;margin-bottom:1.25rem;color:var(--navy);animation:landingFadeUp .7s ease .1s both}.landing h1 .gold{color:var(--gold-dark)}.landing .hero-sub{font-size:clamp(1rem,2.5vw,1.2rem);color:var(--text2);max-width:480px;margin-bottom:2.5rem;line-height:1.7;animation:landingFadeUp .7s ease .2s both}.landing .cta-row{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;animation:landingFadeUp .7s ease .3s both}.landing .btn{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;border-radius:100px;font-size:15px;font-weight:600;cursor:pointer;border:none;transition:all .25s;font-family:var(--font)}.landing .btn-primary{background:var(--navy);color:#fff;box-shadow:0 2px 16px rgba(12,26,58,.15)}.landing .btn-primary:hover{background:var(--navy-mid);transform:translateY(-1px);box-shadow:0 4px 24px rgba(12,26,58,.2)}.landing .btn-gold{background:var(--gold);color:var(--navy);font-weight:700;box-shadow:0 2px 16px rgba(232,168,56,.25)}.landing .btn-gold:hover{background:var(--gold-dark);transform:translateY(-1px);box-shadow:0 4px 24px rgba(232,168,56,.3)}.landing .btn-outline{background:var(--bg3);color:var(--text);border:1px solid var(--border2)}.landing .btn-outline:hover{border-color:var(--navy);color:var(--navy)}@keyframes landingFadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.landing .trust-bar{display:flex;align-items:center;justify-content:center;gap:2rem;flex-wrap:wrap;padding:2rem 1.5rem 0;animation:landingFadeUp .7s ease .4s both}.landing .trust-item{font-size:13px;color:var(--text3);display:flex;align-items:center;gap:6px}.landing .trust-item svg{width:16px;height:16px;color:var(--gold-dark)}.landing .section{padding:5rem 1.5rem}.landing .section-label{text-align:center;font-size:12px;font-weight:700;color:var(--gold-dark);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.75rem}.landing .section-title{font-family:var(--display);font-weight:800;font-size:clamp(1.8rem,5vw,2.6rem);text-align:center;margin-bottom:.75rem;letter-spacing:-.02em;color:var(--navy);text-wrap:balance}.landing .section-sub{text-align:center;color:var(--text2);max-width:460px;margin:0 auto 3rem;font-size:15px}.landing .section-left .section-label,.landing .section-left .section-sub,.landing .section-left .section-title{text-align:left;max-width:920px;margin-left:auto;margin-right:auto}.landing .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;max-width:920px;margin:0 auto}.landing .feature-card{background:var(--bg3);border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem;transition:all .3s}.landing .feature-card:hover{border-color:var(--border2);box-shadow:0 4px 24px rgba(12,26,58,.04)}.landing .feature-icon{width:44px;height:44px;border-radius:12px;background:var(--gold-softer);border:1px solid rgba(232,168,56,.1);display:flex;align-items:center;justify-content:center;margin-bottom:16px}.landing .feature-icon svg{color:var(--gold-dark)}.landing .feature-card h3{font-size:16px;font-weight:700;color:var(--navy);margin-bottom:6px}.landing .feature-card p{font-size:14px;color:var(--text2);line-height:1.6}.landing .pricing-section{background:var(--navy);padding:5rem 1.5rem;position:relative;overflow:hidden}.landing .pricing-section:before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:1000px;height:500px;background:radial-gradient(ellipse,rgba(232,168,56,.05) 0,transparent 60%);pointer-events:none}.landing .pricing-section .section-label{color:var(--gold)}.landing .pricing-section .section-title{color:#fff}.landing .pricing-section .section-sub{color:rgba(255,255,255,.55)}.landing .plans{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px;max-width:920px;margin:0 auto;position:relative}.landing .plan{background:var(--navy-mid);border:1px solid rgba(255,255,255,.06);border-radius:var(--radius);padding:2rem;display:flex;flex-direction:column;transition:all .3s}.landing .plan:hover{border-color:rgba(255,255,255,.12);box-shadow:0 8px 32px rgba(0,0,0,.15)}.landing .plan.pop{border:2px solid var(--gold);position:relative;background:rgba(232,168,56,.05)}.landing .plan.pop:before{content:"Completo";position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--gold);color:var(--navy);font-size:12px;font-weight:700;padding:4px 16px;border-radius:100px;white-space:nowrap}.landing .plan-name{font-size:13px;color:rgba(255,255,255,.6);font-weight:600;text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px}.landing .plan-price{font-family:var(--display);font-size:2rem;font-weight:800;color:#fff;margin-bottom:2px;line-height:1.2}.landing .plan-price .gs{font-size:14px;font-weight:500;color:rgba(255,255,255,.4)}.landing .plan-usd{font-size:13px;color:rgba(255,255,255,.55);margin-bottom:8px}.landing .plan-desc{background:rgba(255,255,255,.05);border-radius:10px;padding:10px 14px;margin-bottom:1.5rem;line-height:1.4}.landing .plan-desc strong{display:block;font-size:14px;font-weight:700;color:#fff;margin-bottom:2px}.landing .plan-desc span{font-size:12px;color:rgba(255,255,255,.6)}.landing .plan-list{list-style:none;flex:1;margin-bottom:1.5rem}.landing .plan-list li{padding:7px 0;font-size:14px;color:rgba(255,255,255,.7);display:flex;align-items:flex-start;gap:10px}.landing .plan-list li:before{content:"";display:inline-block;width:18px;height:18px;min-width:18px;margin-top:1px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Ccircle cx='10' cy='10' r='10' fill='rgba(232,168,56,0.15)'/%3E%3Cpath d='M14.3 7.3a1 1 0 010 1.4l-5 5a1 1 0 01-1.4 0l-2-2a1 1 0 011.4-1.4L8.5 11.6l4.3-4.3a1 1 0 011.4 0z' fill='%23e8a838'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat}.landing .plan-list li.no{color:rgba(255,255,255,.25)}.landing .plan-list li.no:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Ccircle cx='10' cy='10' r='10' fill='rgba(255,255,255,0.05)'/%3E%3Cpath d='M6 10h8' stroke='rgba(255,255,255,0.2)' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E")}.landing .plan .btn-plan{width:100%;justify-content:center;padding:13px;font-size:14px;display:flex;align-items:center;border-radius:100px;font-weight:600;cursor:pointer;transition:all .25s;font-family:var(--font);border:none}.landing .plan .btn-plan.ghost{background:rgba(255,255,255,.08);color:#fff;border:1px solid rgba(255,255,255,.1)}.landing .plan .btn-plan.ghost:hover{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.2)}.landing .plan .btn-plan.gold{background:var(--gold);color:var(--navy);font-weight:700}.landing .plan .btn-plan.gold:hover{background:var(--gold-dark)}.landing .pricing-pay{max-width:720px;margin:3rem auto 0;text-align:center;position:relative}.landing .pricing-pay p{color:rgba(255,255,255,.7);font-size:14.5px;margin-bottom:1rem;line-height:1.55}.landing .pricing-pay .btn-whatsapp{display:inline-flex;align-items:center;gap:.55rem;padding:.7rem 1.25rem;border-radius:999px;background:#25D366;color:#fff;font-weight:600;font-size:14px;border:1px solid rgba(255,255,255,.08);transition:all .25s}.landing .pricing-pay .btn-whatsapp:hover{background:#1fb855;transform:translateY(-1px)}.landing .pricing-pay .btn-whatsapp svg{flex-shrink:0}.landing .final{text-align:center;padding:5rem 1.5rem 4rem;background:var(--bg);position:relative;overflow:hidden}.landing .final:before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);z-index:-1;width:800px;height:400px;background:radial-gradient(ellipse,rgba(232,168,56,.04) 0,transparent 65%);pointer-events:none}.landing .final h2{font-family:var(--display);font-size:clamp(2rem,6vw,3.2rem);font-weight:800;margin-bottom:1rem;letter-spacing:-.03em;color:var(--navy);line-height:1.15;text-wrap:balance}.landing .final p{color:var(--text2);margin-bottom:2rem;font-size:16px}.landing footer{text-align:center;padding:2.5rem 1.5rem;background:var(--navy);color:rgba(255,255,255,.4);font-size:13px}.landing footer a{color:var(--gold)}.landing .profiles-section{padding:5rem 1.5rem;background:var(--bg2)}.landing .profiles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;max-width:920px;margin:0 auto}.landing .profile-card{background:var(--bg3);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;display:flex;flex-direction:column;gap:1rem;transition:all .3s}.landing .profile-card:hover{border-color:var(--border2);box-shadow:0 4px 24px rgba(12,26,58,.04)}.landing .profile-icon{width:48px;height:48px;border-radius:12px;background:var(--navy);display:flex;align-items:center;justify-content:center;flex-shrink:0}.landing .profile-icon svg{color:#fff}.landing .profile-card h3{font-size:17px;font-weight:700;color:var(--navy);margin:0}.landing .profile-card p{font-size:14px;color:var(--text2);line-height:1.65;margin:0}.landing .profile-detail{display:flex;flex-direction:column;gap:8px;padding-top:4px;border-top:1px solid var(--border)}.landing .profile-detail-item{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text3)}.landing .profile-detail-item svg{flex-shrink:0;color:var(--gold-dark)}.landing .sr{opacity:0;transform:translateY(28px);transition:all .7s cubic-bezier(.16,1,.3,1)}.landing .sr.v{opacity:1;transform:translateY(0)}@media (scripting:none){.landing .sr{opacity:1;transform:none}}.landing .desktop-note{margin-top:1.25rem;font-size:12px;color:var(--text3);display:flex;align-items:center;justify-content:center;gap:6px;animation:landingFadeUp .7s ease .5s both}.landing .desktop-note svg{width:14px;height:14px;flex-shrink:0}.landing .screens-section{padding:4rem 1.5rem;text-align:center}.landing .screens-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;max-width:1100px;margin:0 auto}.landing .screen-slide{width:190px;border-radius:24px;overflow:hidden;box-shadow:0 4px 20px rgba(12,26,58,.12);border:3px solid #e5e7eb;background:#f3f4f6;transition:transform .3s;padding-top:20px}.landing .screen-slide:hover{transform:translateY(-3px)}.landing .screen-slide img{width:100%;height:auto;display:block}.landing .screen-label{padding:6px 8px;font-size:11px;font-weight:600;color:var(--text2);border-top:1px solid var(--border2);text-align:center}.landing .how-section{padding:5rem 1.5rem;background:var(--bg2)}.landing .steps{display:flex;justify-content:center;gap:0;max-width:780px;margin:0 auto;position:relative}.landing .steps:before{content:"";position:absolute;top:28px;left:calc(16.6% + 28px);right:calc(16.6% + 28px);height:1px;background:var(--border2);z-index:0}.landing .step{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 1rem;position:relative;z-index:1}.landing .step-num{width:56px;height:56px;border-radius:50%;background:var(--navy);color:#fff;font-family:var(--display);font-size:20px;font-weight:800;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;box-shadow:0 2px 12px rgba(12,26,58,.15)}.landing .step.accent .step-num{background:var(--gold);color:var(--navy)}.landing .step h3{font-size:15px;font-weight:700;color:var(--navy);margin-bottom:6px}.landing .step p{font-size:13px;color:var(--text2);line-height:1.6}.landing .footer-inner{max-width:920px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.25rem}.landing .footer-links{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap;justify-content:center}.landing .footer-link{display:flex;align-items:center;gap:6px;color:rgba(255,255,255,.55);font-size:13px;font-weight:500;transition:color .2s}.landing .footer-link:hover{color:#fff}.landing .footer-link svg{width:16px;height:16px;flex-shrink:0}.landing .footer-copy{font-size:12px;color:rgba(255,255,255,.3)}@media(max-width:600px){.landing .nav{padding:.75rem 1rem}.landing .nav-logo{font-size:17px}.landing .nav-cta{padding:8px 16px;font-size:12px}.landing .nav-link{font-size:12px}.landing .hero{padding:5rem 1.25rem 2.5rem}.landing h1{font-size:clamp(2.2rem,11vw,3.2rem)}.landing .hero-sub{font-size:1rem;margin-bottom:2rem}.landing .btn{padding:13px 24px;font-size:14px;width:100%;justify-content:center}.landing .cta-row{flex-direction:column;width:100%;max-width:320px}.landing .trust-bar{gap:1rem;padding:1.75rem 1rem 0}.landing .trust-item{font-size:12px}.landing .pricing-section,.landing .profiles-section,.landing .section{padding:3.5rem 1.25rem}.landing .section-title{font-size:clamp(1.6rem,7vw,2rem)}.landing .section-sub{font-size:14px;margin-bottom:2rem}.landing .features-grid,.landing .plans,.landing .profiles-grid{grid-template-columns:1fr}.landing .plan.pop{margin-top:1rem}.landing .final{padding:7rem 1.25rem 3rem}.landing .final h2{font-size:clamp(1.8rem,8vw,2.4rem)}.landing .final .btn{width:100%;max-width:320px;justify-content:center}.landing .steps{flex-direction:column;gap:2rem;align-items:center}.landing .steps:before{display:none}.landing .step{max-width:280px}.landing .screens-grid{flex-direction:column;align-items:center}.landing .screen-slide{width:100%;max-width:300px}}