:root{--black: #000000;--white: #ffffff;--accent: #00c896;--accent-dark: #00a87a;--gray-100: #f7f7f7;--gray-200: #eeeeee;--gray-400: #bbbbbb;--gray-600: #888888;--gray-800: #333333;--radius-sm: 6px;--radius-md: 12px;--radius-lg: 20px;--radius-pill: 9999px;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .06);--shadow-md: 0 6px 24px rgba(0, 0, 0, .1);--shadow-lg: 0 16px 48px rgba(0, 0, 0, .14);--transition: .25s ease;--font: "Inter", system-ui, -apple-system, sans-serif;--page-top-gap: 1.875rem}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);font-size:16px;line-height:1.65;color:var(--gray-800);background:var(--white);-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none;transition:color var(--transition)}a:hover{color:var(--accent)}button{font-family:var(--font);cursor:pointer;border:none;background:none}ul{list-style:none}input,select,textarea{font-family:var(--font)}.container{width:92%;max-width:1200px;margin:0 auto}h1,h2,h3,h4{color:var(--black);line-height:1.2;font-weight:700;margin-bottom:.75rem}h1{font-size:clamp(2rem,5vw,3.25rem)}h2{font-size:clamp(1.6rem,3.5vw,2.4rem)}h3{font-size:1.25rem}h4{font-size:1rem;font-weight:600}p{margin-bottom:1rem}.btn-primary,.btn-secondary,.btn-outline{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.8rem 1.8rem;border-radius:var(--radius-pill);font-weight:600;font-size:.95rem;transition:transform var(--transition),background-color var(--transition),box-shadow var(--transition);cursor:pointer;border:none;line-height:1;text-align:center;white-space:nowrap}.btn-primary{background:var(--black);color:var(--white)}.btn-primary:hover{background:var(--gray-800);transform:translateY(-2px);box-shadow:var(--shadow-md);color:var(--white)}.btn-secondary{background:var(--accent);color:var(--black)}.btn-secondary:hover{background:var(--accent-dark);transform:translateY(-2px);box-shadow:0 6px 20px #00c89659}.btn-outline{background:transparent;color:var(--black);border:2px solid var(--black)}.btn-outline:hover{background:var(--black);color:var(--white);transform:translateY(-2px)}.btn-sm{padding:.55rem 1.2rem;font-size:.88rem}button:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.section-badge{display:inline-flex;align-items:center;gap:.4rem;font-size:.78rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);border:1.5px solid var(--accent);padding:.25rem .75rem;border-radius:var(--radius-pill);margin-bottom:1.25rem}.hero-badge{display:inline-block;font-size:.78rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--gray-600);border:1.5px solid var(--gray-400);padding:.3rem .8rem;border-radius:var(--radius-pill);margin-bottom:1.25rem}.section-header{margin-bottom:3rem}.section-header h2{margin-bottom:.5rem}.section-header p{color:var(--gray-600);font-size:1.05rem;max-width:600px}.section-header--centered{text-align:center}.section-header--centered p{margin:0 auto}.section-header--light h2{color:var(--white)}.section-header--light p{color:#ffffffb3}.fade-in{opacity:0;transform:translateY(28px);transition:opacity .65s ease,transform .65s ease}.fade-in.visible{opacity:1;transform:translateY(0)}.vp-header{position:sticky;top:0;z-index:900;background:var(--white);border-bottom:1px solid var(--gray-200);box-shadow:var(--shadow-sm)}.vp-header-inner{display:flex;align-items:center;justify-content:space-between;padding:.9rem 0}.vp-logo{height:40px;width:auto}.vp-nav{display:none}.vp-nav-list{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.vp-nav-link{font-size:.9rem;font-weight:500;color:var(--gray-800);padding:.4rem .7rem;border-radius:var(--radius-sm);transition:background var(--transition),color var(--transition)}.vp-nav-link:hover{background:var(--gray-100);color:var(--accent)}.hamburger{display:flex;flex-direction:column;gap:5px;padding:6px;cursor:pointer;background:none;border:none;z-index:910}.hamburger-line{display:block;width:24px;height:2px;background:var(--black);border-radius:2px;transition:transform var(--transition),opacity var(--transition)}.hamburger.open .hamburger-line:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.open .hamburger-line:nth-child(2){opacity:0}.hamburger.open .hamburger-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.vp-nav.open{display:block;position:absolute;top:100%;left:0;right:0;background:var(--white);border-bottom:1px solid var(--gray-200);box-shadow:0 8px 24px #0000001a;z-index:850}.vp-nav.open .vp-nav-list{flex-direction:column;align-items:stretch;gap:0;padding:.5rem 1.25rem 1.25rem}.vp-nav.open .vp-nav-link{display:block;padding:.75rem .5rem;border-bottom:1px solid var(--gray-100);border-radius:0}.vp-hero{padding:var(--page-top-gap) 0 4rem;background:var(--white);overflow:hidden}.vp-hero-container{display:flex;flex-direction:column;gap:3rem}.vp-hero-content h1{margin-bottom:1.25rem}.vp-hero-sub{font-size:1.08rem;color:var(--gray-600);max-width:560px;margin-bottom:2rem}.vp-hero-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1.75rem}.vp-hero-trust{display:flex;flex-wrap:wrap;gap:1rem;font-size:.85rem;color:var(--gray-600)}.trust-check{color:var(--accent);font-weight:700;margin-right:.2rem}.vp-hero-image img{width:100%;border-radius:var(--radius-lg);object-fit:cover;max-height:480px}.highlight{background:var(--accent);color:var(--black);padding:0 .2em;border-radius:4px}.vp-parceiros{background:var(--black);padding:1.75rem 0}.parceiros-label{text-align:center;font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#ffffff73;margin-bottom:1.25rem}.parceiros-logos{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem}.parceiros-logos img{height:36px;width:auto;opacity:.7;filter:brightness(0) invert(1);transition:opacity var(--transition)}.parceiros-logos img:hover{opacity:1}.vp-beneficios{padding:5rem 0;background:var(--gray-100)}.prof-carousel-wrap{position:relative}.prof-carousel{display:flex;gap:1.25rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;padding-bottom:.5rem;padding-right:3rem;scrollbar-width:none}.prof-carousel::-webkit-scrollbar{display:none}.prof-card{background:var(--white);border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-sm);transition:transform var(--transition),box-shadow var(--transition);display:flex;flex-direction:column;position:relative;flex:0 0 300px;scroll-snap-align:start}.prof-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}.prof-card--destaque{border:2px solid var(--accent)}.prof-card-badge{position:absolute;top:1rem;right:1rem;background:var(--accent);color:var(--black);font-size:.72rem;font-weight:700;letter-spacing:.05em;padding:.2rem .6rem;border-radius:var(--radius-pill);text-transform:uppercase;z-index:1}.prof-card-img{height:190px;overflow:hidden;background:var(--gray-200)}.prof-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.prof-card:hover .prof-card-img img{transform:scale(1.05)}.prof-card-body{padding:1.25rem 1.5rem 1.5rem;flex:1;display:flex;flex-direction:column}.prof-card-body h3{margin-bottom:.5rem}.prof-card-body p{color:var(--gray-600);font-size:.92rem;flex:1;margin-bottom:1rem}.vp-como-funciona{padding:5rem 0;background:var(--white);text-align:center}.steps-grid{display:flex;flex-direction:column;align-items:center;gap:2rem;margin-bottom:3rem}.step-arrow{font-size:1.5rem;color:var(--gray-400);transform:rotate(90deg);line-height:1}.step{background:var(--gray-100);border-radius:var(--radius-md);padding:2rem 1.5rem;max-width:280px;width:100%}.step-num{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:var(--black);color:var(--white);border-radius:50%;font-weight:800;font-size:1.1rem;margin:0 auto 1rem}.step h3{margin-bottom:.5rem}.step p{color:var(--gray-600);font-size:.92rem;margin:0}.vp-depoimentos{padding:5rem 0;background:var(--black);color:var(--white);overflow:hidden}.dep-carousel-wrap{position:relative}.dep-track{display:flex;gap:1.5rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;padding-bottom:.5rem}.dep-track::-webkit-scrollbar{display:none}.dep-card{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-md);padding:2rem;min-width:300px;max-width:340px;flex-shrink:0;scroll-snap-align:start}.dep-stars{color:var(--accent);font-size:1rem;margin-bottom:.75rem;letter-spacing:2px}.dep-text{font-size:.96rem;line-height:1.7;color:#ffffffd9;margin-bottom:1.25rem}.dep-author{display:flex;align-items:center;gap:.75rem}.dep-avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;background:var(--gray-800)}.dep-author-info strong{display:block;font-size:.9rem;color:var(--white)}.dep-author-info span{font-size:.8rem;color:var(--accent)}.vp-faq{padding:5rem 0;background:var(--gray-100)}.faq-list{max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:0}.faq-item{border-bottom:1px solid var(--gray-200)}.faq-item:first-child{border-top:1px solid var(--gray-200)}.faq-btn{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 0;font-size:1rem;font-weight:600;color:var(--black);background:none;border:none;text-align:left;cursor:pointer;gap:1rem}.faq-btn svg{flex-shrink:0;transition:transform var(--transition)}.faq-item.open .faq-btn svg{transform:rotate(180deg)}.faq-answer{overflow:hidden;max-height:0;transition:max-height .35s ease,padding .25s ease}.faq-answer p{padding-bottom:1.25rem;color:var(--gray-600);font-size:.96rem;margin:0}.faq-item.open .faq-answer{max-height:400px}.vp-cta-section{padding:5rem 0;background:var(--black);text-align:center}.vp-cta-inner{max-width:600px;margin:0 auto}.vp-cta-section h2{color:var(--white);margin-bottom:1rem}.vp-cta-section p{color:#ffffffb3;font-size:1.05rem;margin-bottom:2rem}.vp-footer{background:var(--white);border-top:1px solid var(--gray-200);padding:3rem 0 1.5rem}.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}.footer-logo{height:36px;width:auto;margin-bottom:1rem}.footer-col p{color:var(--gray-600);font-size:.9rem}.footer-col h4{font-size:.88rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--black);margin-bottom:1rem}.footer-col ul{display:flex;flex-direction:column;gap:.5rem}.footer-col ul a{font-size:.88rem;color:var(--gray-600);transition:color var(--transition)}.footer-col ul a:hover{color:var(--accent)}.footer-bottom{border-top:1px solid var(--gray-200);padding-top:1.5rem;font-size:.8rem;color:var(--gray-600);text-align:center}.footer-bottom p{margin-bottom:.25rem}.auth-page{min-height:100vh;display:flex;flex-direction:column}.auth-main{flex:1;display:flex;align-items:center;justify-content:center;padding:3rem 1rem;background:var(--gray-100)}.auth-card{background:var(--white);border-radius:var(--radius-lg);padding:2.5rem 2rem;width:100%;max-width:480px;box-shadow:var(--shadow-md)}.auth-logo{display:flex;justify-content:center;margin-bottom:1.75rem}.auth-logo img{height:40px}.auth-title{font-size:1.6rem;font-weight:700;text-align:center;margin-bottom:.5rem}.auth-subtitle{color:var(--gray-600);font-size:.95rem;text-align:center;margin-bottom:2rem}.auth-form{display:flex;flex-direction:column;gap:1.25rem}.form-field label{display:block;font-size:.875rem;font-weight:600;color:var(--black);margin-bottom:.4rem}.form-field input,.form-field select,.form-field textarea{width:100%;padding:.75rem 1rem;border:1.5px solid var(--gray-200);border-radius:var(--radius-sm);font-size:.95rem;color:var(--black);background:var(--white);transition:border-color var(--transition);outline:none}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--accent)}.form-field input.invalid,.form-field select.invalid{border-color:#e53e3e}.form-error{background:#fff5f5;border:1px solid #fed7d7;color:#c53030;padding:.75rem 1rem;border-radius:var(--radius-sm);font-size:.88rem}.auth-footer-link{text-align:center;margin-top:1.5rem;font-size:.9rem;color:var(--gray-600)}.auth-footer-link a{color:var(--black);font-weight:600;text-decoration:underline}.app-shell{min-height:100vh;display:flex;flex-direction:column}.app-topbar{background:var(--white);border-bottom:1px solid var(--gray-200);padding:.9rem 0;position:sticky;top:0;z-index:800}.app-topbar-inner{display:flex;align-items:center;justify-content:space-between}.app-nav{display:flex;align-items:center;gap:.25rem;flex-wrap:wrap}.app-nav-link{font-size:.88rem;font-weight:500;color:var(--gray-600);padding:.4rem .75rem;border-radius:var(--radius-pill);transition:background var(--transition),color var(--transition)}.app-nav-link:hover,.app-nav-link.active{background:var(--gray-100);color:var(--black)}.app-content{flex:1;padding:2.5rem 0;background:var(--gray-100)}.placeholder-page{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;text-align:center;padding:3rem 1rem}.placeholder-page .badge-task{display:inline-block;background:var(--accent);color:var(--black);font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.25rem .75rem;border-radius:var(--radius-pill);margin-bottom:1rem}.placeholder-page h2{color:var(--black);margin-bottom:.5rem}.placeholder-page p{color:var(--gray-600);font-size:.95rem;max-width:400px}.vp-loading{display:flex;align-items:center;justify-content:center;min-height:100vh}.vp-spinner{width:36px;height:36px;border:3px solid var(--gray-200);border-top-color:var(--accent);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(min-width:768px){.vp-nav{display:flex}.hamburger{display:none}.vp-hero-container{flex-direction:row;align-items:center}.vp-hero-content,.vp-hero-image{flex:1}.steps-grid{flex-direction:row;align-items:flex-start;justify-content:center}.step-arrow{transform:rotate(0);margin-top:1.5rem}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr}}@media(min-width:1024px){.prof-card{flex:0 0 320px}}.vp-toast{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);background:var(--gray-800);color:var(--white);padding:.75rem 1.25rem;border-radius:var(--radius-pill);font-size:.9rem;font-weight:500;z-index:9999;box-shadow:var(--shadow-lg);max-width:90vw;text-align:center;display:flex;align-items:center;gap:.5rem;animation:toast-in .25s ease}.vp-toast.error{background:#c53030}.vp-toast.success{background:var(--accent-dark)}@keyframes toast-in{0%{opacity:0;transform:translate(-50%) translateY(.75rem)}to{opacity:1;transform:translate(-50%) translateY(0)}}.step-progress{display:flex;align-items:flex-start;margin-bottom:2rem}.step-progress-item{display:flex;flex-direction:column;align-items:center;gap:.35rem}.step-progress-dot{width:32px;height:32px;border-radius:50%;background:var(--gray-200);display:flex;align-items:center;justify-content:center;font-size:.82rem;font-weight:700;color:var(--gray-600);transition:background .25s,color .25s;flex-shrink:0}.step-progress-item.active .step-progress-dot{background:var(--black);color:var(--white)}.step-progress-item.done .step-progress-dot{background:var(--accent);color:var(--black)}.step-progress-label{font-size:.68rem;font-weight:600;color:var(--gray-400);text-align:center;line-height:1.3}.step-progress-item.active .step-progress-label,.step-progress-item.done .step-progress-label{color:var(--gray-800)}.step-progress-line{flex:1;height:2px;background:var(--gray-200);margin:15px .5rem 0;transition:background .25s}.step-progress-line.done{background:var(--accent)}.form-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.doc-upload-list{display:flex;flex-direction:column;gap:.875rem}.doc-upload-item{border:1.5px solid var(--gray-200);border-radius:var(--radius-md);padding:1rem 1.25rem;background:var(--white);transition:border-color .2s}.doc-upload-item:hover{border-color:var(--gray-400)}.doc-upload-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.75rem}.doc-upload-label{font-size:.9rem;font-weight:600;color:var(--black)}.doc-upload-status{font-size:.75rem;font-weight:700;padding:.2rem .65rem;border-radius:var(--radius-pill);white-space:nowrap;flex-shrink:0}.doc-status-sent{background:#00c8961f;color:var(--accent-dark);border:1px solid var(--accent)}.doc-status-pending{background:#fff5f5;color:#c53030;border:1px solid #fed7d7}.doc-upload-file-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.doc-upload-filename{font-size:.8rem;color:var(--gray-600);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:220px;flex:1}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.product-card{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);overflow:hidden;display:flex;flex-direction:column;transition:transform var(--transition),box-shadow var(--transition)}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.product-card-img{height:200px;overflow:hidden;background:var(--gray-100);position:relative}.product-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card:hover .product-card-img img{transform:scale(1.05)}.product-card-img-placeholder{display:flex;align-items:center;justify-content:center;height:100%;color:var(--gray-400);font-size:.82rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.product-card-cat{position:absolute;top:.75rem;left:.75rem;background:var(--black);color:var(--white);font-size:.68rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:.2rem .55rem;border-radius:var(--radius-pill)}.product-card-body{padding:1.25rem 1.5rem 1.5rem;flex:1;display:flex;flex-direction:column}.product-card-name{font-size:.98rem;font-weight:700;margin-bottom:.35rem;color:var(--black);line-height:1.35}.product-card-desc{font-size:.84rem;color:var(--gray-600);flex:1;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.product-card-footer{display:flex;align-items:flex-end;justify-content:space-between;gap:.75rem;margin-top:auto}.product-card-pricing{display:flex;flex-direction:column;gap:.05rem}.product-price-original{font-size:.76rem;color:var(--gray-400);text-decoration:line-through;line-height:1}.product-price-prime{font-size:1.2rem;font-weight:800;color:var(--accent-dark);line-height:1.1}.product-price-label{font-size:.68rem;color:var(--gray-600);text-transform:uppercase;letter-spacing:.06em}
