.marketing-page nav{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--gray-200);background:#fffffff5;padding:14px 0;position:sticky;top:0}.marketing-page nav .container{justify-content:space-between;align-items:center;gap:16px;display:flex}.marketing-page nav .logo svg{width:auto;height:36px}.marketing-page nav .nav-links{align-items:center;gap:28px;list-style:none;display:flex}.marketing-page nav .nav-links a{color:var(--gray-700);font-size:14px;font-weight:600;text-decoration:none;transition:color .2s}.marketing-page nav .nav-links a:hover{color:var(--green)}.marketing-page nav .nav-actions{align-items:center;gap:10px;display:flex}.marketing-page nav .nav-cta{padding:10px 22px;font-size:14px}.marketing-page nav .nav-login{color:var(--gray-700);border:1.5px solid var(--gray-300);border-radius:8px;padding:10px 22px;font-size:14px;font-weight:600;text-decoration:none;transition:border-color .2s,color .2s}.marketing-page nav .nav-login:hover{border-color:var(--green);color:var(--green)}.marketing-page .hero{background:linear-gradient(135deg, var(--green-dark) 0%, var(--green) 60%, #008048 100%);color:var(--white);padding:96px 0 80px;position:relative;overflow:hidden}.marketing-page .hero:before{content:"";pointer-events:none;background:#fbbb2114;border-radius:50%;width:600px;height:600px;position:absolute;top:-80px;right:-120px}.marketing-page .hero:after{content:"";pointer-events:none;background:#ffffff0a;border-radius:50%;width:400px;height:400px;position:absolute;bottom:-100px;left:-80px}.marketing-page .hero .container{grid-template-columns:1fr 1fr;align-items:center;gap:64px;display:grid;position:relative}.marketing-page .hero-eyebrow{align-items:center;gap:10px;margin-bottom:24px;display:flex}.marketing-page .hero-eyebrow span{letter-spacing:.1em;text-transform:uppercase;color:var(--yellow);font-size:13px;font-weight:700}.marketing-page .hero h1{letter-spacing:-.02em;margin-bottom:22px;font-size:clamp(32px,4vw,52px);font-weight:900;line-height:1.12}.marketing-page .hero h1 em{color:var(--yellow);font-style:normal}.marketing-page .hero p.lead{color:#ffffffd9;max-width:480px;margin-bottom:36px;font-size:18px;line-height:1.7}.marketing-page .hero-cta{flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:40px;display:flex}.marketing-page .hero-trust{flex-wrap:wrap;align-items:center;gap:20px;display:flex}.marketing-page .hero-trust-item{color:#ffffffbf;align-items:center;gap:8px;font-size:13px;display:flex}.marketing-page .hero-trust-item svg{opacity:.9}.marketing-page .hero-visual{justify-content:center;align-items:center;display:flex}.marketing-page .app-mockup{border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff0f;border:1px solid #ffffff26;width:100%;max-width:440px;padding:28px}.marketing-page .app-mockup-header{border-bottom:1px solid #ffffff1a;align-items:center;gap:12px;margin-bottom:20px;padding-bottom:16px;display:flex}.marketing-page .dot{border-radius:50%;width:10px;height:10px}.marketing-page .dot-red{background:#ff5f57}.marketing-page .dot-yellow{background:#febc2e}.marketing-page .dot-green{background:#28c840}.marketing-page .app-mockup-title{color:#fff9;font-size:13px;font-weight:600}.marketing-page .progress-item{border-bottom:1px solid #ffffff12;align-items:center;gap:12px;padding:10px 0;display:flex}.marketing-page .progress-item:last-child{border-bottom:none}.marketing-page .pi-icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;display:flex}.marketing-page .pi-icon.green{background:#006a3b80}.marketing-page .pi-icon.yellow{background:#fbbb2133}.marketing-page .pi-icon.blue{background:#3b82f633}.marketing-page .pi-info{flex:1}.marketing-page .pi-name{color:var(--white);font-size:13px;font-weight:600;line-height:1.3}.marketing-page .pi-sub{color:#ffffff80;font-size:11px}.marketing-page .pi-status{border-radius:999px;padding:3px 10px;font-size:11px;font-weight:700}.marketing-page .pi-status.done{color:#4ade80;background:#22c55e33}.marketing-page .pi-status.running{color:var(--yellow);background:#fbbb2133}.marketing-page .pi-status.waiting{color:#ffffff80;background:#ffffff1a}.marketing-page .progress-bar-wrap{background:#ffffff14;border-radius:999px;height:6px;margin-top:20px;overflow:hidden}.marketing-page .progress-bar-fill{background:linear-gradient(90deg, var(--green) 0%, var(--yellow) 100%);border-radius:999px;width:62%;height:100%;animation:2.5s ease-in-out infinite alternate lp-progress}@keyframes lp-progress{0%{width:48%}to{width:78%}}.marketing-page .progress-label{color:#ffffff80;justify-content:space-between;margin-top:8px;font-size:11px;display:flex}.marketing-page .stats-bar{background:var(--gray-50);border-bottom:1px solid var(--gray-200);padding:32px 0}.marketing-page .stats-bar .container{text-align:center;grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.marketing-page .stat-item{padding:12px}.marketing-page .stat-value{color:var(--green);letter-spacing:-.02em;font-size:clamp(26px,5vw,36px);font-weight:900;line-height:1}.marketing-page .stat-value span{color:var(--yellow-dark)}.marketing-page .stat-label{color:var(--gray-600);margin-top:6px;font-size:14px;font-weight:500}.marketing-page .stat-divider{border-left:1px solid var(--gray-200)}.marketing-page .problem{background:var(--white);padding:96px 0}.marketing-page .problem .container{text-align:center;max-width:820px}.marketing-page .problem h2{letter-spacing:-.02em;margin-bottom:20px;font-size:clamp(28px,3.5vw,44px);font-weight:900;line-height:1.2}.marketing-page .problem h2 em{color:var(--green);font-style:normal}.marketing-page .problem p.lead{color:var(--gray-600);margin-bottom:56px;font-size:18px;line-height:1.7}.marketing-page .pain-grid{text-align:left;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px;display:grid}.marketing-page .pain-card{border-radius:var(--radius);background:#fff5f5;border:1px solid #fecaca;padding:28px}.marketing-page .pain-card-icon{margin-bottom:16px;font-size:28px}.marketing-page .pain-card h3{color:#dc2626;margin-bottom:10px;font-size:16px;font-weight:800}.marketing-page .pain-card p{color:var(--gray-600);font-size:14px;line-height:1.6}.marketing-page .pain-bottom{background:var(--gray-900);color:var(--white);border-radius:var(--radius-lg);align-items:center;gap:24px;margin-top:48px;padding:36px 40px;display:flex}.marketing-page .pain-bottom-icon{flex-shrink:0;font-size:40px}.marketing-page .pain-bottom h3{margin-bottom:8px;font-size:22px;font-weight:800}.marketing-page .pain-bottom h3 em{color:var(--yellow);font-style:normal}.marketing-page .pain-bottom p{color:#ffffffb3;font-size:15px}.marketing-page .solution{background:var(--green-light);padding:96px 0}.marketing-page .solution .container{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.marketing-page .solution h2{letter-spacing:-.02em;margin-bottom:20px;font-size:clamp(28px,3.2vw,42px);font-weight:900;line-height:1.2}.marketing-page .solution h2 em{color:var(--green);font-style:normal}.marketing-page .solution p.lead{color:var(--gray-700);margin-bottom:32px;font-size:17px;line-height:1.7}.marketing-page .benefit-list{flex-direction:column;gap:14px;list-style:none;display:flex}.marketing-page .benefit-list li{color:var(--gray-700);align-items:flex-start;gap:12px;font-size:15px;font-weight:500;display:flex}.marketing-page .check-icon{background:var(--green);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin-top:1px;font-size:12px;font-weight:900;display:flex}.marketing-page .solution-visual{flex-direction:column;gap:16px;display:flex}.marketing-page .solution-card{background:var(--white);border-radius:var(--radius);align-items:center;gap:18px;padding:22px 24px;transition:transform .2s;display:flex;box-shadow:0 2px 16px #00000012}.marketing-page .solution-card:hover{transform:translate(4px)}.marketing-page .sc-num{background:var(--green);width:44px;height:44px;color:var(--white);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;font-size:20px;font-weight:900;display:flex}.marketing-page .sc-num.yellow{background:var(--yellow);color:var(--green-dark)}.marketing-page .sc-info h3{color:var(--gray-900);margin-bottom:3px;font-size:15px;font-weight:800}.marketing-page .sc-info p{color:var(--gray-600);font-size:13px;line-height:1.5}.marketing-page .how{background:var(--white);padding:96px 0}.marketing-page .how .container{text-align:center}.marketing-page .how h2{letter-spacing:-.02em;margin-bottom:12px;font-size:clamp(28px,3.2vw,42px);font-weight:900}.marketing-page .how h2 em{color:var(--green);font-style:normal}.marketing-page .how p.sub{color:var(--gray-600);max-width:560px;margin:0 auto 64px;font-size:17px}.marketing-page .steps{grid-template-columns:repeat(4,1fr);gap:0;margin-bottom:64px;display:grid;position:relative}.marketing-page .steps:before{content:"";background:linear-gradient(90deg, var(--green) 0%, var(--yellow) 100%);z-index:0;height:2px;position:absolute;top:36px;left:12.5%;right:12.5%}.marketing-page .step{z-index:1;text-align:center;padding:0 12px;position:relative}.marketing-page .step-num{background:var(--white);border:3px solid var(--green);width:72px;height:72px;color:var(--green);z-index:2;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 24px;font-size:24px;font-weight:900;display:flex;position:relative}.marketing-page .step:nth-child(2) .step-num,.marketing-page .step:nth-child(4) .step-num{border-color:var(--yellow);color:var(--green-dark)}.marketing-page .step h3{color:var(--gray-900);margin-bottom:10px;font-size:16px;font-weight:800}.marketing-page .step p{color:var(--gray-600);font-size:13px;line-height:1.6}.marketing-page .how-cta{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.marketing-page .features{background:var(--gray-50);padding:96px 0}.marketing-page .features .container{text-align:center}.marketing-page .features h2{letter-spacing:-.02em;margin-bottom:12px;font-size:clamp(28px,3.2vw,42px);font-weight:900}.marketing-page .features p.sub{color:var(--gray-600);max-width:540px;margin:0 auto 56px;font-size:17px}.marketing-page .features-grid{text-align:left;grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.marketing-page .feature-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);padding:28px;transition:box-shadow .2s,transform .2s}.marketing-page .feature-card:hover{transform:translateY(-3px);box-shadow:0 8px 32px #0000001a}.marketing-page .feature-icon{background:var(--green-light);border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:18px;font-size:22px;display:flex}.marketing-page .feature-icon.yellow{background:#fbbb2126}.marketing-page .feature-card h3{color:var(--gray-900);margin-bottom:8px;font-size:16px;font-weight:800}.marketing-page .feature-card p{color:var(--gray-600);font-size:14px;line-height:1.6}.marketing-page .compare{background:var(--white);padding:96px 0}.marketing-page .compare .container{text-align:center;max-width:780px}.marketing-page .compare h2{letter-spacing:-.02em;margin-bottom:12px;font-size:clamp(26px,3vw,40px);font-weight:900}.marketing-page .compare p.sub{color:var(--gray-600);margin-bottom:48px;font-size:17px}.marketing-page .compare-table{border-collapse:collapse;text-align:left;width:100%}.marketing-page .compare-table th{background:var(--gray-100);padding:16px 20px;font-size:14px;font-weight:800}.marketing-page .compare-table th.th-auto{background:var(--green);color:var(--white);border-radius:8px 8px 0 0}.marketing-page .compare-table td{color:var(--gray-700);border-bottom:1px solid var(--gray-100);padding:14px 20px;font-size:14px}.marketing-page .compare-table tr:last-child td{border-bottom:none}.marketing-page .compare-table td.td-auto{background:#006a3b0a;font-weight:600}.marketing-page .compare-table .yes{color:var(--green);font-weight:800}.marketing-page .compare-table .no{color:#dc2626;font-weight:600}.marketing-page .compare-wrap{width:100%}.marketing-page .pricing{background:linear-gradient(135deg, var(--green-dark) 0%, var(--green) 100%);color:var(--white);text-align:center;padding:96px 0}.marketing-page .pricing h2{letter-spacing:-.02em;margin-bottom:12px;font-size:clamp(28px,3.2vw,42px);font-weight:900}.marketing-page .pricing h2 em{color:var(--yellow);font-style:normal}.marketing-page .pricing p.sub{color:#fffc;max-width:500px;margin:0 auto 56px;font-size:17px}.marketing-page .pricing-cards{grid-template-columns:1fr 1fr;gap:24px;max-width:900px;margin:0 auto;display:grid}.marketing-page .pricing-card{background:var(--white);color:var(--gray-900);border-radius:var(--radius-lg);border:2px solid #0000;flex-direction:column;padding:40px;display:flex;position:relative;box-shadow:0 16px 60px #0003}.marketing-page .pricing-card.featured{border-color:var(--yellow);box-shadow:0 16px 60px #00000040,0 0 0 1px #fbbb214d}.marketing-page .pricing-card.featured:before{content:"MELHOR VALOR";background:var(--yellow);color:var(--green-dark);letter-spacing:.12em;white-space:nowrap;border-radius:999px;padding:6px 20px;font-size:13px;font-weight:800;position:absolute;top:-16px;left:50%;transform:translate(-50%);box-shadow:0 4px 14px #fbbb2159}.marketing-page .pricing-badge{background:var(--green);color:var(--white);letter-spacing:.1em;text-transform:uppercase;border-radius:999px;align-self:center;margin-bottom:24px;padding:6px 18px;font-size:12px;font-weight:800;display:inline-block}.marketing-page .pricing-name{color:var(--gray-600);margin-bottom:12px;font-size:18px;font-weight:800}.marketing-page .pricing-economy{color:var(--green);background:#006a3b1a;border-radius:999px;align-self:center;padding:6px 14px;font-size:16px;font-weight:800;display:inline-block}.marketing-page .pricing-monthly-equiv{color:var(--gray-400);margin-top:4px;font-size:13px}.marketing-page .pricing-user-note{background:var(--gray-50);border-radius:var(--radius);color:var(--gray-600);text-align:center;margin-top:20px;padding:14px 16px;font-size:13px;line-height:1.5}.marketing-page .pricing-price{color:var(--green);letter-spacing:-.04em;justify-content:center;align-items:flex-start;gap:3px;margin-bottom:0;line-height:1;display:flex}.marketing-page .pricing-price sup{align-self:flex-start;padding-top:12px;font-size:26px;font-weight:900}.marketing-page .pricing-price .price-value{font-size:64px;font-weight:900}.marketing-page .pricing-price sub{color:var(--gray-600);letter-spacing:0;align-self:flex-end;padding-bottom:8px;font-size:18px;font-weight:600}.marketing-page .pricing-note{color:var(--gray-600);margin:8px 0 0;font-size:13px}.marketing-page .pricing-per-user{color:var(--gray-400);margin:4px 0 28px;font-size:12px}.marketing-page .pricing-divider{border:none;border-top:1px solid var(--gray-200);margin:24px 0}.marketing-page .pricing-features{text-align:left;flex-direction:column;gap:14px;margin-bottom:36px;list-style:none;display:flex}.marketing-page .pricing-features li{color:var(--gray-700);align-items:flex-start;gap:12px;font-size:15px;display:flex}.marketing-page .pricing-features .check{color:var(--green);flex-shrink:0;font-size:16px;font-weight:900}.marketing-page .pricing-cta{justify-content:center;width:100%;margin-top:auto;padding:18px;font-size:18px}.marketing-page .pricing-sub{color:var(--gray-400);justify-content:center;align-items:center;gap:16px;margin-top:16px;font-size:13px;display:flex}.marketing-page .pricing-sub span{align-items:center;gap:5px;display:flex}.marketing-page .faq{background:var(--gray-50);padding:96px 0}.marketing-page .faq .container{max-width:720px}.marketing-page .faq-header{text-align:center;margin-bottom:56px}.marketing-page .faq-header h2{letter-spacing:-.02em;margin-bottom:12px;font-size:clamp(26px,3vw,40px);font-weight:900}.marketing-page .faq-header p{color:var(--gray-600);font-size:17px}.marketing-page .faq-item{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);margin-bottom:12px;overflow:hidden}.marketing-page .faq-q-wrap{font-size:inherit;font-weight:inherit;line-height:inherit}.marketing-page .faq-q{text-align:left;width:100%;color:inherit;cursor:pointer;-webkit-user-select:none;user-select:none;background:0 0;border:0;justify-content:space-between;align-items:center;gap:16px;padding:22px 24px;font-family:inherit;font-size:16px;font-weight:700;transition:background .15s;display:flex}.marketing-page .faq-q:focus-visible{outline:2px solid var(--green);outline-offset:-2px}.marketing-page .faq-q:hover{background:var(--gray-50)}.marketing-page .faq-q .faq-arrow{color:var(--green);flex-shrink:0;font-size:20px;font-weight:900;transition:transform .2s}.marketing-page .faq-item.open .faq-arrow{transform:rotate(45deg)}.marketing-page .faq-a{max-height:0;padding:0 24px;transition:max-height .3s,padding .2s;overflow:hidden}.marketing-page .faq-item.open .faq-a{max-height:300px;padding:0 24px 22px}.marketing-page .faq-a p{color:var(--gray-600);font-size:15px;line-height:1.7}.marketing-page .cta-final{background:var(--gray-900);color:var(--white);text-align:center;padding:100px 0}.marketing-page .cta-final h2{letter-spacing:-.02em;margin-bottom:20px;font-size:clamp(30px,4vw,52px);font-weight:900;line-height:1.15}.marketing-page .cta-final h2 em{color:var(--yellow);font-style:normal}.marketing-page .cta-final p{color:#ffffffbf;max-width:540px;margin:0 auto 40px;font-size:18px;line-height:1.7}.marketing-page .cta-final-btns{flex-wrap:wrap;justify-content:center;gap:16px;margin-bottom:28px;display:flex}.marketing-page .cta-sub-notes{flex-wrap:wrap;justify-content:center;gap:24px;display:flex}.marketing-page .cta-note{color:#ffffff8c;align-items:center;gap:8px;font-size:13px;display:flex}.marketing-page nav .nav-toggle{border:1.5px solid var(--gray-200);cursor:pointer;width:42px;height:42px;color:var(--gray-700);background:0 0;border-radius:10px;justify-content:center;align-items:center;transition:border-color .2s,color .2s;display:none}.marketing-page nav .nav-toggle:hover{border-color:var(--green);color:var(--green)}.marketing-page .nav-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:99;opacity:0;pointer-events:none;background:#11182773;transition:opacity .2s;position:fixed;inset:0}.marketing-page .nav-backdrop.open{opacity:1;pointer-events:auto}.marketing-page .nav-drawer{background:var(--white);z-index:101;flex-direction:column;gap:20px;width:min(86vw,340px);height:100dvh;padding:24px;transition:transform .25s;display:flex;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-12px 0 40px #0000001f}.marketing-page .nav-drawer.open{transform:translate(0)}.marketing-page .nav-drawer-header{border-bottom:1px solid var(--gray-100);justify-content:space-between;align-items:center;padding-bottom:16px;display:flex}.marketing-page .nav-drawer-close{cursor:pointer;width:40px;height:40px;color:var(--gray-700);background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;display:flex}.marketing-page .nav-drawer-close:hover{background:var(--gray-100);color:var(--green)}.marketing-page .nav-drawer-links{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.marketing-page .nav-drawer-links a{color:var(--gray-900);border-radius:10px;padding:14px 12px;font-size:16px;font-weight:600;text-decoration:none;transition:background .15s,color .15s;display:block}.marketing-page .nav-drawer-links a:hover{background:var(--green-light);color:var(--green)}.marketing-page .nav-drawer-actions{border-top:1px solid var(--gray-100);flex-direction:column;gap:10px;margin-top:auto;padding-top:16px;display:flex}.marketing-page .nav-drawer-actions a{text-align:center;justify-content:center;width:100%}@media (max-width:1024px){.marketing-page .hero{padding:80px 0 64px}.marketing-page .hero .container{gap:48px}.marketing-page .solution .container{gap:56px}.marketing-page .problem,.marketing-page .solution,.marketing-page .how,.marketing-page .features,.marketing-page .compare,.marketing-page .pricing,.marketing-page .faq,.marketing-page .cta-final{padding:80px 0}.marketing-page .pain-grid,.marketing-page .features-grid{gap:20px}}@media (max-width:900px){.marketing-page .hero .container,.marketing-page .solution .container{grid-template-columns:1fr;gap:48px}.marketing-page .hero-visual{width:100%;margin:8px auto 0;display:flex}.marketing-page .app-mockup{max-width:420px;margin:0 auto}.marketing-page .hero p.lead{max-width:100%}.marketing-page .stats-bar .container{grid-template-columns:repeat(2,1fr)}.marketing-page .stat-divider:nth-child(2){border-left:none}.marketing-page .pain-grid{grid-template-columns:1fr}.marketing-page .steps{grid-template-columns:repeat(2,1fr);gap:32px}.marketing-page .steps:before{display:none}.marketing-page .features-grid{grid-template-columns:repeat(2,1fr)}.marketing-page nav .nav-links,.marketing-page nav .nav-actions{display:none}.marketing-page nav .nav-toggle{display:inline-flex}}@media (max-width:760px){.marketing-page .pricing-cards{grid-template-columns:1fr;gap:36px;max-width:460px}.marketing-page .pricing-card{padding:32px 24px}}@media (max-width:640px){.marketing-page .hero{padding:64px 0 56px}.marketing-page .hero p.lead{margin-bottom:28px;font-size:16px}.marketing-page .hero-cta{flex-direction:column;align-items:stretch;gap:12px;width:100%}.marketing-page .hero-cta .btn-white,.marketing-page .hero-cta .btn-outline{justify-content:center;width:100%;padding:14px 22px;font-size:16px}.marketing-page .hero-trust{gap:12px 18px}.marketing-page .hero-trust-item{font-size:12px}.marketing-page .stats-bar{padding:24px 0}.marketing-page .stats-bar .container{grid-template-columns:1fr 1fr;gap:8px}.marketing-page .stat-item{padding:8px 4px}.marketing-page .stat-label{font-size:12px}.marketing-page .problem,.marketing-page .solution,.marketing-page .how,.marketing-page .features,.marketing-page .compare,.marketing-page .pricing,.marketing-page .faq,.marketing-page .cta-final{padding:64px 0}.marketing-page .features-grid{grid-template-columns:1fr;gap:16px}.marketing-page .feature-card,.marketing-page .pain-card{padding:22px}.marketing-page .pain-bottom{text-align:left;flex-direction:column;gap:16px;padding:24px 22px}.marketing-page .steps{grid-template-columns:1fr;gap:28px}.marketing-page .step-num{width:56px;height:56px;margin-bottom:16px;font-size:20px}.marketing-page .solution .container{gap:40px}.marketing-page .solution-card{gap:14px;padding:18px}.marketing-page .sc-num{width:38px;height:38px;font-size:17px}.marketing-page .compare-wrap{-webkit-overflow-scrolling:touch;margin:0 -16px;padding:0 16px 8px;overflow-x:auto}.marketing-page .compare-table{min-width:540px}.marketing-page .compare-table th,.marketing-page .compare-table td{padding:12px 14px;font-size:13px}.marketing-page .pricing-price .price-value{font-size:56px}.marketing-page .faq{padding:56px 0}.marketing-page .faq-header{margin-bottom:36px}.marketing-page .faq-q{padding:18px;font-size:15px}.marketing-page .faq-item.open .faq-a{max-height:600px;padding:0 18px 20px}.marketing-page .faq-a p{font-size:14px}.marketing-page .cta-final p{font-size:16px}.marketing-page .cta-final-btns .btn-primary{justify-content:center;width:100%;padding:16px 22px!important;font-size:16px!important}.marketing-page .cta-sub-notes{gap:10px 18px}}@media (max-width:400px){.marketing-page .hero{padding:48px 0}.marketing-page .pricing-card{padding:28px 18px}.marketing-page .pricing-card.featured:before{padding:5px 14px;font-size:11px}.marketing-page .pricing-price .price-value{font-size:48px}.marketing-page .pricing-price sup{font-size:22px}.marketing-page .app-mockup{padding:18px}.marketing-page .pi-name{font-size:12px}.marketing-page .pi-sub{font-size:10px}}
