:root{--primary:#32ba72;--primary-hover:#2da565;--bg-white:#fff;--bg-secondary:#eef1f0;--bg-warm:#fffdf5;--text-main:#1f2933;--text-secondary:#6b7280;--border:#e5e7eb;--white:#fff;--success:#10b981;--error:#ef4444;--font-main:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--section-padding:100px;--container-width:1200px;--shadow:0 4px 20px #0000000d;--shadow-hover:0 10px 30px #0000001a;--radius:12px;--transition:all .3s cubic-bezier(.4, 0, .2, 1)}*{box-sizing:border-box;-webkit-font-smoothing:antialiased;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-main);color:var(--text-main);background-color:var(--bg-white);line-height:1.5;overflow-x:hidden}ul{list-style:none}a{color:inherit;transition:var(--transition);text-decoration:none}img{max-width:100%;display:block}.icon{fill:currentColor;flex-shrink:0;width:1em;height:1em;display:inline-block}input,button{border:none;outline:none;font-family:inherit}h1,h2,h3,h4{line-height:1.2}h1{font-size:40px;font-weight:800}h2{text-align:center;margin-bottom:40px;font-size:40px;font-weight:700}p{color:var(--text-secondary);font-size:16px}.container{max-width:var(--container-width);margin:0 auto;padding:0 24px}.btn{cursor:pointer;transition:var(--transition);border:none;border-radius:100px;justify-content:center;align-items:center;gap:10px;padding:14px 28px;font-size:16px;font-weight:600;display:inline-flex}.btn-primary{background-color:var(--primary);color:var(--white)}.btn-primary:hover{background-color:var(--primary-hover);transform:translateY(-2px);box-shadow:0 5px 15px #32ba724d}.loading-spinner{border:2px solid #fff6;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:1s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.btn-large{padding:18px 40px;font-size:18px}.section{padding:var(--section-padding) 0}.section-bg{background-color:var(--bg-secondary);border-radius:0;margin:0}.card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);transition:var(--transition);padding:2.5rem}.card:hover{box-shadow:var(--shadow-hover);transform:translateY(-5px)}.header{background-color:var(--white);z-index:1000;align-items:center;width:100%;height:72px;display:flex;position:fixed;top:0;left:0;box-shadow:0 2px 10px #00000005}.nav{justify-content:space-between;align-items:center;width:100%;max-width:1420px;margin:0 auto;padding:0 40px;display:flex}.logo{align-items:center;gap:8px;display:flex}.logo img{object-fit:contain;width:auto;height:50px}.hero{min-height:80vh;color:var(--white);background-image:url(/assets/hero-bg_opt-Cf0kdtkX.webp);background-position:50%;background-size:cover;align-items:center;margin-top:72px;padding:120px 0;display:flex;position:relative}.hero-container{z-index:2;justify-content:space-between;align-items:center;gap:40px;width:100%;max-width:1420px;margin:0 auto;padding:0 40px;display:flex;position:relative}.hero-content h1{color:var(--white);text-shadow:0 2px 10px #0000004d;margin-bottom:1.25rem;font-size:42px;font-weight:800}.hero-content p{max-width:420px;color:var(--white);opacity:.95;margin-bottom:2rem;font-size:18px;font-weight:500}.hero-bullets{margin-bottom:2.5rem}.hero-bullet{align-items:center;gap:12px;margin-bottom:15px;font-size:18px;font-weight:600;display:flex}.hero-bullet .icon{color:var(--primary);filter:drop-shadow(0 2px 4px #0003);font-size:22px}.hero-form-card{background:var(--white);color:var(--text-main);border-radius:20px;flex-shrink:0;width:380px;padding:30px;box-shadow:0 30px 60px #0003}.hero-form-card h3{text-align:center;margin-bottom:2rem;font-size:24px}.form-group{margin-bottom:1.25rem}.form-input{border:1px solid var(--border);width:100%;transition:var(--transition);border-radius:10px;padding:14px 20px;font-size:16px}select.form-input{appearance:none;background-image:linear-gradient(45deg,#0000 50%,#6b7280 50%),linear-gradient(135deg,#6b7280 50%,#0000 50%);background-position:calc(100% - 22px) calc(50% - 3px),calc(100% - 16px) calc(50% - 3px);background-repeat:no-repeat;background-size:6px 6px,6px 6px;padding-right:44px}.form-input:focus{border-color:var(--primary);box-shadow:0 0 0 4px #32ba721a}.form-footer{text-align:center;color:var(--text-secondary);margin-top:1.5rem;font-size:14px}.form-feedback{text-align:center;min-height:20px;margin-top:12px;font-size:14px;font-weight:600}.form-feedback.success{color:var(--success)}.form-feedback.error{color:var(--error)}.form-footer strong{color:var(--text-main);margin-top:4px;display:block}.hero-bg-img{object-fit:cover;z-index:0;opacity:.9;width:50%;height:100%;position:absolute;top:0;right:0}.trust-section{background:#fff;padding:120px 0;position:relative;overflow:visible}.trust-container{grid-template-columns:1.1fr .9fr;align-items:center;gap:80px;display:grid}.trust-content{max-width:600px}.trust-badge{color:var(--primary);text-transform:uppercase;letter-spacing:.5px;background-color:#32ba7226;border-radius:100px;margin-bottom:24px;padding:8px 16px;font-size:14px;font-weight:700;display:inline-block}.trust-content h2{color:var(--text-main);letter-spacing:-1px;text-align:left;margin-bottom:20px;line-height:1.1}.highlight-green{color:var(--primary)}.trust-subtitle{color:var(--text-main);margin-bottom:20px;font-size:24px;font-weight:500}.trust-body{color:#5b636b;margin-bottom:40px;font-size:18px;font-weight:400;line-height:1.6}.trust-benefits-wrapper{margin-top:20px}.trust-benefits-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.trust-benefit-card{background:var(--bg-secondary);border:none;border-radius:12px;align-items:center;gap:12px;padding:16px 20px;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 4px 15px #0000000a}.trust-benefit-card:hover{transform:translateY(-3px);box-shadow:0 8px 25px #0000000f}.tbc-icon{width:32px;height:32px;color:var(--primary);background:#32ba721a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:14px;display:flex}.tbc-icon .icon{width:14px;height:14px}.trust-benefit-card span{color:var(--text-main);font-size:15px;font-weight:600;line-height:1.3}.trust-visual{z-index:2;flex-direction:column;gap:40px;display:flex;position:relative}.mockup-wrapper{width:100%;position:relative;top:40px}.trust-mockup-img{object-fit:contain;filter:drop-shadow(0 30px 60px #0000001f);z-index:2;transform-origin:50%;width:100%;max-width:700px;height:auto;margin:0 auto;display:block;position:relative;transform:scale(1.15)}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}@keyframes float-delayed{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.floating-badge{background:var(--bg-secondary);z-index:3;border:none;border-radius:16px;align-items:center;gap:16px;padding:16px 24px;display:flex;position:absolute;box-shadow:0 15px 35px #0000000f}.floating-badge.badge-1{animation:6s ease-in-out infinite float;top:15%;left:-15%}.floating-badge.badge-2{animation:7s ease-in-out 1s infinite float-delayed;bottom:5%;right:-18%}.badge-icon{width:48px;height:48px;color:var(--white);background:linear-gradient(135deg,#32ba72 0%,#2da565 100%);border-radius:12px;justify-content:center;align-items:center;font-size:20px;display:flex}.badge-icon .icon{width:20px;height:20px}.badge-icon.success{background:linear-gradient(135deg,#10b981 0%,#059669 100%)}.badge-text strong{color:var(--text-main);margin-bottom:2px;font-size:16px;display:block}.badge-text span{color:var(--text-secondary);font-size:14px;display:block}@media (width<=1100px){.floating-badge.badge-1{left:-5%}.floating-badge.badge-2{right:-5%}}@media (width<=992px){.trust-container{text-align:left;grid-template-columns:1fr .8fr;gap:30px}.trust-content{max-width:100%}.trust-content h2{text-align:left;font-size:28px}.trust-subtitle{font-size:16px}.trust-body{margin-bottom:20px;font-size:14px}.trust-benefits-grid{text-align:left;grid-template-columns:1fr;gap:10px}.trust-benefit-card{padding:10px 14px}.trust-benefit-card span{font-size:13px}.tbc-icon{width:26px;height:26px;font-size:11px}.trust-section{padding:60px 0}.floating-badge{display:none}.trust-mockup-img{max-width:100%;transform:scale(1)}.mockup-wrapper{top:0}}@media (width<=480px){.trust-container{grid-template-columns:1fr .7fr;gap:16px}.trust-content h2{font-size:22px}.trust-subtitle{font-size:14px}.trust-body{font-size:13px;line-height:1.5}.trust-benefit-card span{font-size:12px}}.partner-benefits-section{background-color:var(--bg-secondary);border-radius:0;margin:0}.metrics-ribbon{border-bottom:1px solid #e5e7eb;justify-content:center;align-items:center;gap:80px;margin-bottom:80px;padding-bottom:60px;display:flex}.metric-item{text-align:center}.metric-number{white-space:nowrap;color:var(--primary);letter-spacing:-1.5px;margin-bottom:8px;font-size:56px;font-weight:800;line-height:1}.metric-text{color:#4b5563;text-transform:uppercase;letter-spacing:1px;font-size:16px;font-weight:500}.benefits-title{color:#1f2933;margin-bottom:60px}.benefits-grid{grid-template-columns:repeat(4,1fr);gap:40px;display:grid}.benefit-card{text-align:center;background:#fafafa;border:1px solid #0000000a;border-radius:20px;flex-direction:column;align-items:center;padding:40px 30px;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 4px 30px #00000008}.benefit-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px #00000014}.benefit-image-wrapper{justify-content:center;align-items:center;width:100%;height:140px;margin-bottom:30px;display:flex}.benefit-image-wrapper img{object-fit:contain;width:auto;max-height:100%}.benefit-card h3{color:#1f2933;margin-bottom:15px;font-size:24px;font-weight:700;line-height:1.3}.benefit-card p{color:#6b7280;max-width:280px;font-size:16px;line-height:1.5}.benefits-cta{text-align:center;margin-top:60px}@media (width<=1024px){.metrics-ribbon{gap:40px}.benefits-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.metrics-ribbon{flex-wrap:wrap;justify-content:center;gap:0;margin-bottom:24px;padding-bottom:24px}.metric-item{width:50%;padding:12px 0}.metric-item:last-child{width:100%}.metric-number{letter-spacing:-1px;font-size:36px}.metric-text{letter-spacing:.5px;font-size:11px;font-weight:600}.trust-container{grid-template-columns:1fr!important;gap:30px!important}.trust-visual{order:2;display:block}.trust-content{order:1}.trust-content h2{text-align:center}.trust-badge{text-align:center;display:block}.trust-subtitle{text-align:center;font-size:18px}.trust-body{text-align:center;font-size:16px}.trust-benefits-grid{gap:10px;grid-template-columns:1fr 1fr!important}.trust-mockup-img{max-width:100%;transform:scale(1)}.mockup-wrapper{top:0}.floating-badge{display:none}.benefits-title{margin-bottom:24px;font-size:24px}.benefits-grid{scroll-snap-type:x mandatory;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none;gap:14px;padding-bottom:16px;display:flex;overflow-x:auto}.benefits-grid::-webkit-scrollbar{display:none}.benefit-card{scroll-snap-align:start;border-radius:20px;flex:0 0 65%;padding:24px 20px}.benefit-image-wrapper{height:90px;margin-bottom:16px}.benefit-card h3{margin-bottom:8px;font-size:18px}.benefit-card p{font-size:13px;line-height:1.4}.benefits-cta{margin-top:30px}.benefits-cta .btn{width:auto;padding:14px 28px;font-size:14px}.partner-benefits-section{border-radius:0;margin:0}}@media (width<=420px){.metric-number{font-size:30px}.benefit-card{flex:0 0 75%}}.steps-section{background-color:#fff;padding:100px 0}.steps-header{text-align:center;margin-bottom:80px}.steps-title{color:#1f2933;margin-bottom:15px}.steps-subtitle{color:#6b7280;max-width:600px;margin:0 auto;font-size:18px}.steps-grid{grid-template-columns:repeat(3,1fr);gap:40px;margin-bottom:60px;display:grid}.step-card{text-align:center;flex-direction:column;align-items:center;display:flex}.step-circle{background-color:#0000;border-radius:50%;justify-content:center;align-items:center;width:220px;height:220px;margin-bottom:70px;display:flex;position:relative}.step-number-badge{background-color:var(--primary);color:var(--white);z-index:3;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;font-weight:800;display:flex;position:absolute;top:-15px;left:50%;transform:translate(-50%)}.step-image{object-fit:contain;z-index:2;max-width:170%;max-height:170%;position:relative;transform:translateY(30px)}.step-card h3{color:#1f2933;margin-bottom:15px;font-size:24px;font-weight:700}.step-card p{color:#6b7280;max-width:280px;font-size:16px;line-height:1.5}.steps-cta{text-align:center;margin-top:50px}@media (width<=992px){.steps-grid{grid-template-columns:repeat(3,1fr);gap:20px}}@media (width<=768px){.steps-section{padding:40px 0}.steps-header{margin-bottom:30px}.steps-title{font-size:24px}.steps-subtitle{font-size:13px}.steps-grid{grid-template-columns:1fr;gap:40px;margin-bottom:30px}.step-card{text-align:center;flex-direction:column;align-items:center;gap:0}.step-circle{width:160px;min-width:160px;height:160px;margin-bottom:50px}.step-image{max-width:160%;max-height:160%;transform:translateY(20px)}.step-number-badge{width:32px;height:32px;font-size:16px;top:-12px}.step-card h3{margin-bottom:8px;font-size:20px}.step-card p{max-width:280px;font-size:14px}.steps-cta .btn{width:auto;padding:14px 28px;font-size:14px}.steps-cta{margin-top:20px}}.segments-section{background-color:var(--bg-secondary);border-radius:0;margin:0;padding:100px 0}.segments-grid{grid-template-columns:repeat(6,1fr);grid-auto-rows:auto;gap:20px;margin-top:50px;display:grid}.segment-card{background:#fff;border-radius:32px;flex-direction:column;padding:30px;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 10px 30px #0000000a}.segment-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000014}.segment-card .card-image{justify-content:center;align-items:center;display:flex}.segment-card .card-image img{object-fit:contain;max-width:100%;height:auto}.segment-card .card-content h3{color:var(--text-main);margin:0 0 8px;font-size:24px;font-weight:700}.segment-card .card-content p{color:var(--text-secondary);margin:0;font-size:16px;line-height:1.4}.card-brasileira{text-align:center;grid-area:span 2/span 3;justify-content:center;padding:40px}.card-brasileira .card-image{height:450px;margin-bottom:30px}.card-brasileira .card-image img{max-height:420px}.card-horizontal{flex-direction:row;grid-column:span 3;align-items:center;gap:30px;padding:30px 40px}.card-horizontal .card-image{flex:0 0 220px;height:280px}.card-horizontal .card-image img{max-height:260px}.card-horizontal .card-content{flex:1}.card-vertical{text-align:left;grid-column:span 2;justify-content:space-between}.card-vertical .card-image{height:280px;margin-top:20px}.card-vertical .card-image img{max-height:260px}.segments-cta{text-align:center;margin-top:60px}@media (width<=1200px){.segments-section{border-radius:0;margin:0}}@media (width<=992px){.segments-grid{grid-template-columns:repeat(4,1fr)}.card-brasileira,.card-horizontal{grid-column:span 4}.card-vertical{grid-column:span 2}}@media (width<=768px){.segments-section{border-radius:0;margin:0;padding:40px 0 10px}.segments-grid{scroll-snap-type:x mandatory;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none;gap:14px;margin-top:20px;padding:10px 0 20px;display:flex;overflow-x:auto}.segments-grid::-webkit-scrollbar{display:none}.segment-card{scroll-snap-align:start;text-align:center;border-radius:18px;flex-direction:column;flex:0 0 42%;align-items:center;padding:14px;display:flex}.segment-card .card-content p{display:none}.segment-card .card-image{order:1;height:130px;margin-top:0;margin-bottom:0}.card-vertical .card-image{height:160px;margin-top:15px}.segment-card .card-image img{max-height:120px}.segment-card .card-content{order:2}.segment-card .card-content h3{margin-top:10px;margin-bottom:0;font-size:14px}.card-brasileira{grid-column:unset;grid-row:unset;padding:14px}.card-brasileira .card-image{height:130px;margin-bottom:0}.card-brasileira .card-image img{max-height:120px}.card-horizontal{grid-column:unset;flex-direction:column;gap:0;padding:14px}.card-horizontal .card-image{flex:none;order:1;width:100%;height:130px}.card-horizontal .card-image img{max-height:120px}.card-horizontal .card-content{order:2}.card-vertical{grid-column:unset;padding:30px 14px 14px}.card-vertical .card-image{order:1;height:110px;margin-top:0}.card-vertical .card-image img{max-height:100px}.card-vertical .card-content{order:2}.segments-cta{margin-top:24px}.segments-cta .btn{padding:14px 28px;font-size:14px}}@media (width<=1024px){.carousel-btn{display:none}}.carousel-section.green-theme{background-color:var(--primary)}.carousel-section.green-theme h2,.carousel-section.green-theme .section-subtitle,.carousel-section.green-theme .carousel-footer-text{color:var(--white)!important}.carousel-section.green-theme .highlight-green{font-weight:800;color:#fffdf5!important}.social-proof-section{background-color:var(--white);padding:40px 0 30px}.proof-grid-3-cards{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:30px;margin-top:10px;display:grid}.modern-proof-card{background:var(--white);border:1px solid #00000008;border-radius:24px;flex-direction:column;height:100%;min-height:100%;padding:40px 32px;transition:all .4s cubic-bezier(.165,.84,.44,1);display:flex;box-shadow:0 10px 30px #0000000a}.modern-proof-card .card-body-content{flex-direction:column;flex:1;display:flex}.modern-proof-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px #00000014}.card-header-top{justify-content:space-between;align-items:flex-start;margin-bottom:30px;display:flex}.meta-profile{align-items:center;gap:16px;display:flex}.circle-avatar{background:var(--white);border-radius:50%;width:56px;min-width:56px;height:56px;padding:2px;overflow:hidden;box-shadow:0 4px 12px #00000014}.circle-avatar img{object-fit:cover;border-radius:50%;width:100%;height:100%}.profile-text h6{color:var(--text-main);margin:0;font-size:1.1rem;font-weight:700}.profile-text span{color:var(--text-secondary);font-size:.85rem}.star-rating{color:#fbbf24;gap:4px;font-size:12px;display:flex}.star-rating .icon{width:12px;height:12px}.card-body-content{flex-grow:1}.card-headline{color:var(--text-main);margin-bottom:16px;font-size:1.35rem;font-weight:800;line-height:1.3}.card-testimonial-txt{color:#4b5563;margin-bottom:24px;font-size:1rem;line-height:1.65}.card-footer-badges{border-top:1px solid #0000000d;justify-content:space-between;align-items:center;padding-top:24px;display:flex}.result-badge-green{color:var(--primary);background:#ecfdf5;border-radius:50px;align-items:center;gap:8px;padding:6px 14px;font-size:.85rem;font-weight:700;display:flex}.partner-since{color:#94a3b8;font-size:.75rem;font-weight:600}@media (width<=1100px){.proof-grid-3-cards{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.social-proof-section{padding:0 0 10px}.social-proof-section h2{margin-bottom:4px!important}.proof-grid-3-cards{scroll-snap-type:x mandatory;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none;align-items:stretch;gap:20px;margin-top:0;margin-left:-20px;margin-right:-20px;padding:10px 20px 20px;display:flex;overflow-x:auto}.proof-grid-3-cards::-webkit-scrollbar{display:none}.modern-proof-card{scroll-snap-align:center;flex-direction:column;flex:0 0 calc(90% - 20px);height:auto;padding:30px 24px;display:flex}}.reveal{opacity:0;transition:all .8s ease-out;transform:translateY(30px)}.reveal.visible{opacity:1;transform:translateY(0)}.faq-modern-section{background-color:var(--bg-secondary);border-radius:0;margin:0;padding:100px 0}.faq-modern-container{flex-direction:column;gap:16px;max-width:800px;margin:0 auto;display:flex}.faq-modern-card{background:var(--white);cursor:pointer;border:1px solid #0000;border-radius:16px;transition:all .3s;overflow:hidden;box-shadow:0 4px 20px #00000008}.faq-modern-card:hover{transform:translateY(-2px);box-shadow:0 10px 30px #0000000f}.faq-card-header{align-items:center;gap:20px;padding:24px 32px;display:flex}.faq-icon-wrapper{width:48px;min-width:48px;height:48px;color:var(--primary);background:#f8fafc;border-radius:12px;justify-content:center;align-items:center;font-size:1.25rem;transition:all .3s;display:flex}.faq-question-text{flex:1}.faq-question-text h4{color:var(--text-main);margin:0;font-size:1.1rem;font-weight:600}.faq-toggle-btn{color:#64748b;background:#f1f5f9;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .3s;display:flex}.faq-icon-wrapper .icon{width:20px;height:20px}.faq-toggle-btn .icon{width:16px;height:16px}.faq-card-body{opacity:0;max-height:0;transition:all .4s cubic-bezier(0,1,0,1)}.faq-answer-content{padding:0 32px 32px 100px}.faq-answer-content p{color:#475569;margin:0;font-size:1.05rem;line-height:1.7}.faq-modern-card.active{background-color:#f2fbf6;border-color:#dcfce7;box-shadow:0 15px 40px #22c55e14}.faq-modern-card.active .faq-card-body{opacity:1;max-height:1000px;transition:all .4s cubic-bezier(1,0,1,0)}.faq-modern-card.active .faq-toggle-btn{background-color:var(--primary);color:var(--white);transform:rotate(180deg)}.faq-modern-card.active .faq-icon-wrapper{background-color:var(--white);box-shadow:0 4px 10px #0000000d}.badge-tag{color:var(--primary);text-transform:uppercase;background:#22c55e1a;border-radius:50px;padding:6px 16px;font-size:.85rem;font-weight:700}@media (width<=1200px){.faq-modern-section{border-radius:0;margin:0}}@media (width<=768px){.social-proof-section,.faq-modern-section{padding:40px 0}.faq-modern-section{border-radius:0;margin:0}.faq-modern-container{gap:10px}.faq-card-header{gap:10px;padding:16px}.faq-answer-content{padding:0 16px 16px}.faq-icon-wrapper{width:32px;min-width:32px;height:32px;font-size:.9rem}.faq-question-text h4{font-size:.95rem}.faq-answer-content p{font-size:.9rem}.faq-toggle-btn{width:28px;height:28px}.modern-proof-card{padding:24px 20px}.card-header-top{margin-bottom:16px}.circle-avatar{width:40px;min-width:40px;height:40px}.profile-text h6{font-size:.95rem}.profile-text span{font-size:.75rem}.card-headline{font-size:1.1rem}.card-testimonial-txt{margin-bottom:16px;font-size:.85rem}.card-footer-badges{padding-top:16px}}.final-cta .btn{background-color:var(--white);color:var(--primary)}.footer{background-color:var(--white);border-top:1px solid var(--border);padding:80px 0 40px}.footer-content{justify-content:space-between;align-items:center;margin-bottom:60px;display:flex}.social{gap:15px;display:flex}.social-link{width:40px;height:40px;color:var(--primary);background-color:#f0f7f3;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.social-link .icon{width:18px;height:18px}.social-link:hover{background-color:var(--primary);color:var(--white);transform:translateY(-3px)}.footer-bottom{text-align:center;border-top:1px solid var(--border);padding-top:40px;font-size:14px}@media (width<=992px){.container{padding:0 16px}.hero{flex-direction:column;justify-content:flex-start;padding:0;display:flex;background-color:#0e9f59!important;background-image:url(/assets/heromobile-DrE_9p4D.webp)!important;background-position:top!important;background-repeat:no-repeat!important;background-size:contain!important;min-height:auto!important}.hero-container{flex-direction:column;align-items:flex-start;gap:0;width:100%!important;max-width:none!important;padding:0!important}.hero-content{text-align:left;background:#0000004d;border:1px solid #ffffff2e;border-radius:12px;width:100%;max-width:210px;margin:16px 16px 28px;padding:24px 18px}.hero-content h1{text-shadow:0 2px 10px #00000080;max-width:200px;line-height:1.2;font-size:18px!important}.hero-content p{text-shadow:0 2px 5px #00000080;max-width:200px;margin-bottom:5px;font-size:12px!important}.hero-bullets{display:none}.hero-form-card{z-index:5;background:#fff;border-radius:0;width:100%;max-width:none;margin-top:auto;padding:30px 20px;position:relative;box-shadow:0 -15px 35px #00000026}.hero-form-card h3{margin-bottom:1.2rem;font-size:20px}.how-container,.model-list{grid-template-columns:1fr}.footer-content{text-align:center;flex-direction:column;align-items:center;gap:30px}.footer-logo{flex-direction:column;align-items:center;display:flex}.nav{padding:0 16px}.header .btn{padding:10px 18px;font-size:13px}}@media (width<=768px){h1{font-size:32px}h2{margin-bottom:24px;font-size:24px!important}.section{padding:40px 0}.btn-large{border-radius:100px;padding:16px 36px!important;font-size:15px!important}}.wpp-widget{z-index:9999;align-items:center;gap:15px;display:flex;position:fixed;bottom:30px;right:30px}.wpp-content{background:#f0f0f0;border-radius:50px;flex-direction:column;padding:12px 45px 12px 20px;animation:.5s ease-out slideIn;display:flex;position:relative;box-shadow:0 10px 25px #0000001a}.wpp-text span{color:#666;letter-spacing:.5px;font-size:10px;display:block}.wpp-text strong{color:#333;font-size:14px}.wpp-close{color:#999;cursor:pointer;background:0 0;border:none;padding:5px;font-size:18px;position:absolute;top:50%;right:15px;transform:translateY(-50%)}.wpp-button{color:#fff;background-color:#25d366;border-radius:50%;justify-content:center;align-items:center;width:65px;height:65px;font-size:35px;text-decoration:none;transition:transform .3s;display:flex;position:relative;box-shadow:0 10px 25px #25d3664d}.wpp-button .icon{width:32px;height:32px}.wpp-button:hover{transform:scale(1.1)}.wpp-badge{background-color:#ff3b30;border:2px solid #fff;border-radius:50%;width:15px;height:15px;position:absolute;top:5px;right:5px}@keyframes slideIn{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@media (width<=768px){.wpp-content{display:none}.wpp-widget{bottom:20px;right:20px}.wpp-button{width:55px;height:55px;font-size:30px}.hero-form-card[class*=reveal-]{opacity:1!important;transition:none!important;transform:none!important}}.reveal-on-scroll{opacity:0;will-change:transform, opacity;transition:all .6s ease-out;transform:translateY(20px)}.reveal-on-scroll.is-visible{opacity:1;transform:translateY(0)}.steps-grid .reveal-on-scroll:nth-child(2){transition-delay:.2s}.steps-grid .reveal-on-scroll:nth-child(3){transition-delay:.4s}.trust-benefits-grid .reveal-on-scroll:nth-child(2){transition-delay:.1s}.trust-benefits-grid .reveal-on-scroll:nth-child(3){transition-delay:.2s}.trust-benefits-grid .reveal-on-scroll:nth-child(4){transition-delay:.3s}
