:root{--ink-900: #081427;--ink-800: #0a1c35;--ink-700: #143057;--ink-500: #365b88;--ink-100: #d7e4ff;--surface-0: #ffffff;--surface-50: #f4f6fb;--surface-100: #ebeff7;--surface-200: #d9e1ef;--brand-500: #ff6a13;--brand-600: #e45707;--brand-100: #ffe6d5;--success-500: #0f9f73;--radius-sm: 10px;--radius-md: 18px;--radius-lg: 28px;--shadow-sm: 0 10px 30px rgba(6, 20, 45, .08);--shadow-md: 0 25px 55px rgba(6, 20, 45, .14);--page-width: 1180px}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:Manrope,sans-serif;color:var(--ink-900);background:var(--surface-50);line-height:1.5}h1,h2,h3,h4{font-family:Sora,sans-serif;line-height:1.18;margin:0 0 .9rem}h1{font-size:clamp(1.72rem,3.9vw,3.05rem)}h2{font-size:clamp(1.35rem,2.5vw,2.1rem)}h3{font-size:clamp(1.02rem,1.9vw,1.32rem)}p{margin:0 0 1rem;font-size:clamp(.95rem,1.2vw,1.04rem)}a{color:inherit}img{max-width:100%}.skip-link{position:absolute;left:-999px;top:0;padding:.75rem 1rem;background:var(--ink-900);color:#fff;z-index:100}.skip-link:focus{left:1rem;top:1rem}.container{width:min(var(--page-width),92vw);margin:0 auto}.section{padding:5.5rem 0}.section-tight{padding:4rem 0}.badge{display:inline-block;margin-bottom:.9rem;padding:.3rem .85rem;border-radius:999px;background:var(--brand-100);color:var(--brand-600);font-weight:700;letter-spacing:.02em;font-size:.84rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;border:0;border-radius:999px;padding:.78rem 1.45rem;font-weight:800;text-decoration:none;cursor:pointer;white-space:nowrap;transition:transform .22s ease,box-shadow .22s ease,background .22s ease}.btn:hover{transform:translateY(-2px)}.btn-primary{background:linear-gradient(120deg,var(--brand-500),var(--brand-600));color:#fff;box-shadow:0 13px 28px #e4570747}.btn-secondary{background:#ffffff1f;color:#fff;border:1px solid rgba(255,255,255,.25)}.btn-ghost{background:transparent;border:1px solid var(--surface-200);color:var(--ink-800)}.top-strip{background:#111f37;color:#bfdbff;font-weight:600;font-size:.9rem}.top-strip p{margin:0;text-align:center;padding:.58rem 1rem}.site-header{position:sticky;top:0;z-index:60;backdrop-filter:blur(12px)}.nav-shell{background:#ffffffed;border:1px solid rgba(21,48,87,.08);border-radius:0 0 18px 18px;padding:.9rem 1.1rem;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:1rem}.brand-mark{text-decoration:none;font-family:Sora,sans-serif;font-size:clamp(1.4rem,3vw,2rem);font-weight:800;color:var(--ink-800)}.brand-mark span{color:var(--brand-500)}.nav-modern{display:flex;align-items:center;gap:.7rem;min-width:0;justify-content:center}.nav-modern__label{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:#59739a;font-weight:800}.nav-pills{display:flex;align-items:center;gap:.4rem;min-width:0;padding:.28rem;border:1px solid #dce6f6;background:#f6f9ff;border-radius:999px;overflow-x:auto;scrollbar-width:none}.nav-pills::-webkit-scrollbar{display:none}.nav-pills a{text-decoration:none;font-weight:700;font-size:.96rem;color:#25344b;border-radius:999px;padding:.42rem .78rem;white-space:nowrap;transition:background .2s ease,color .2s ease}.nav-pills a:hover,.nav-pills a.is-active{background:#e9f0ff;color:#10315d}.mobile-menu{margin-left:auto;display:none}.mobile-menu summary{list-style:none;border:1px solid var(--surface-200);border-radius:8px;padding:.4rem .75rem;font-weight:700;cursor:pointer}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu nav{position:absolute;right:4vw;margin-top:.5rem;background:#fff;border-radius:var(--radius-md);box-shadow:var(--shadow-md);width:min(290px,92vw);padding:1rem;display:grid;gap:.65rem}.mobile-menu nav a{text-decoration:none;padding:.45rem .55rem;border-radius:9px;font-weight:700}.mobile-menu nav a:hover,.mobile-menu nav a.is-active{background:#eef4ff}.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 13% 16%,rgba(255,145,0,.14),transparent 43%),radial-gradient(circle at 84% 32%,rgba(20,64,127,.18),transparent 51%),linear-gradient(135deg,#f5f7fb,#eef3ff)}.hero:before,.hero:after{content:"";position:absolute;border-radius:999px;filter:blur(1px)}.hero:before{width:430px;height:430px;background:#ff6a1314;top:-160px;left:-120px}.hero:after{width:510px;height:510px;background:#365b8817;right:-180px;bottom:-200px}.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center;padding:5.2rem 0 5.8rem}.hero-copy p{max-width:55ch;color:#384e6f}.hero-actions{display:flex;flex-wrap:wrap;gap:.8rem}.hero-highlights{margin-top:1.3rem;display:flex;flex-wrap:wrap;gap:.55rem}.hero-point{display:inline-flex;align-items:center;gap:.5rem;border-radius:999px;border:1px solid #d8e4f9;background:#f4f8ff;color:#26456f;font-weight:700;font-size:.9rem;padding:.38rem .75rem}.hero-point:before{content:"";width:8px;height:8px;border-radius:999px;background:linear-gradient(125deg,#ff6a13,#e45707);box-shadow:0 0 0 4px #ff6a1333}.hero-visual{position:relative;min-height:410px}.panel-card{position:absolute;border-radius:20px;box-shadow:var(--shadow-sm);background:#fff}.panel-card.main{width:min(95%,440px);right:0;top:28px;padding:1rem;border:1px solid rgba(13,47,95,.12)}.panel-card.main .bar{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:.45rem}.panel-card.main .bar span{display:block;height:66px;border-radius:11px;background:linear-gradient(160deg,#edf2fe,#dce8ff)}.panel-card.main .bar span:nth-child(2){background:linear-gradient(145deg,#ffd8be,#ffc193)}.panel-card.main .list{margin-top:.75rem;display:grid;gap:.45rem}.panel-card.main .list div{height:12px;border-radius:999px;background:#e3ebf8}.panel-card.side{width:min(70%,260px);left:0;top:0;padding:1rem;border:1px solid rgba(13,47,95,.13)}.panel-card.side h3{margin-bottom:.55rem;font-size:1.1rem}.panel-card.side .quick-points{display:grid;gap:.35rem}.panel-card.side .quick-point{border-radius:9px;background:#f3f8ff;border:1px solid #dbe7fb;color:#39577e;font-size:.88rem;font-weight:700;padding:.28rem .5rem}.list-modern{margin-top:.8rem;display:grid;gap:.46rem}.list-item{display:flex;align-items:flex-start;gap:.52rem;border:1px solid #dbe7fb;border-radius:11px;background:#f5f9ff;color:#2d4f79;padding:.42rem .6rem;font-size:.94rem;font-weight:700}.list-item:before{content:"";width:7px;height:7px;margin-top:.42rem;border-radius:999px;background:linear-gradient(125deg,#ff6a13,#e45707);flex-shrink:0}.list-item-dark{background:#ffffff29;border-color:#ffffff3d;color:#fff}.steps-modern{margin-top:.8rem;display:grid;gap:.52rem}.step-row{display:grid;grid-template-columns:30px 1fr;gap:.55rem;align-items:center;border:1px solid #dbe7fb;border-radius:11px;background:#f5f9ff;color:#2f4d74;padding:.44rem .58rem;font-size:.94rem;font-weight:700}.step-row strong{width:24px;height:24px;border-radius:999px;background:linear-gradient(130deg,#14396b,#0e2648);color:#fff;font-family:Sora,sans-serif;display:grid;place-content:center;font-size:.74rem}.round-stat{position:absolute;left:16%;bottom:6px;width:155px;height:155px;border-radius:999px;border:7px solid rgba(255,184,138,.72);background:linear-gradient(150deg,#1d3a67,#0d1f3a);color:#fff;display:grid;place-content:center;text-align:center;font-family:Sora,sans-serif;box-shadow:var(--shadow-md)}.round-stat strong{font-size:2rem}.section-head{text-align:center;max-width:740px;margin:0 auto 2.1rem}.section-head p{color:#48658c}.grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.card{background:#fff;border:1px solid #dee6f3;border-radius:var(--radius-md);padding:1.15rem 1rem;box-shadow:var(--shadow-sm)}.card h3{margin-bottom:.65rem}.card h2{font-size:clamp(1.05rem,1.9vw,1.38rem);margin-bottom:.55rem}.card p{margin-bottom:0;color:#3f5d84}.icon-chip{display:inline-grid;place-content:center;width:45px;height:45px;border-radius:12px;background:linear-gradient(145deg,#f9dcc8,#ffd0ab);color:#83390f;font-size:1.15rem;margin-bottom:.85rem}.timeline{display:grid;gap:1rem}.timeline-step{display:grid;grid-template-columns:auto 1fr;gap:.9rem;align-items:flex-start;background:#fff;border:1px solid #dde5f2;border-radius:var(--radius-md);padding:1rem}.timeline-step span{width:40px;height:40px;border-radius:999px;background:linear-gradient(125deg,#1b3a66,#0e2648);color:#fff;font-family:Sora,sans-serif;display:grid;place-content:center;font-weight:700}.timeline-step p{margin-bottom:0}.metric-band{padding:1.1rem;border-radius:var(--radius-lg);background:radial-gradient(circle at 90% 15%,rgba(255,185,143,.28),transparent 30%),radial-gradient(circle at 12% 78%,rgba(122,172,255,.2),transparent 41%),linear-gradient(145deg,#264f8d,#0c1f3f);color:#fff}.metric-grid{display:grid;gap:.7rem;grid-template-columns:repeat(4,minmax(0,1fr))}.metric-item{background:#ffffff1a;border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:1rem .85rem}.metric-band strong{display:block;font-family:Sora,sans-serif;font-size:clamp(1.75rem,4vw,2.6rem);margin-bottom:.2rem}.pricing-grid{display:grid;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr))}.live-plans-shell{border-radius:var(--radius-md);border:1px solid #d9e5f7;background:#fff;box-shadow:var(--shadow-sm);padding:1rem}.plan-toolbar{display:flex;align-items:center;justify-content:space-between;gap:.7rem;flex-wrap:wrap;margin-bottom:.8rem}.plan-toggle{display:inline-flex;align-items:center;border-radius:999px;border:1px solid #d7e4fb;background:#f4f8ff;padding:.22rem;gap:.2rem}.plan-toggle-btn{border:0;background:transparent;color:#375983;font-weight:800;border-radius:999px;padding:.42rem .85rem;cursor:pointer;transition:background .2s ease,color .2s ease}.plan-toggle-btn:hover{background:#e8f0ff}.plan-toggle-btn.is-active{background:#173663;color:#fff}.price-card{position:relative;border-radius:var(--radius-md);border:1px solid #dee7f5;background:#fff;padding:1.3rem 1rem;box-shadow:var(--shadow-sm)}.price-card.featured{border:2px solid #ff9d5f;transform:translateY(-6px)}.price-card .flag{position:absolute;top:-.75rem;right:1rem;background:#102c53;color:#fff;border-radius:999px;padding:.25rem .72rem;font-size:.77rem;font-weight:800}.price-line{display:flex;align-items:baseline;gap:.3rem;margin:.7rem 0}.price-line strong{font-family:Sora,sans-serif;font-size:2.2rem}.price-features .list-item{background:#f4f8ff;color:#36557e}.price-features .list-item:before{content:"✓";width:16px;height:16px;margin-top:.2rem;box-shadow:none;color:#fff;background:#0f9f73;font-size:.72rem;font-weight:800;display:grid;place-content:center}.price-card .hero-highlights{margin-top:.55rem;margin-bottom:.6rem}.price-card .cta-actions{margin-top:.9rem}.addons-live-grid,.testimonial-grid,.blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.quote-card{border:1px solid #dbe4f3;border-radius:var(--radius-md);background:#fff;padding:1rem}.quote-card p:last-child{margin:0}.quote-card .name{font-weight:800;color:#173159}.blog-card{border-radius:var(--radius-md);background:#fff;border:1px solid #dce6f5;overflow:hidden;box-shadow:var(--shadow-sm)}.blog-media{aspect-ratio:16 / 10;background:linear-gradient(165deg,#113364,#315e99,#ed6f1a);position:relative}.blog-media:after{content:"";position:absolute;inset:16% 20%;border:2px solid rgba(255,255,255,.75);border-radius:12px}.blog-body{padding:1rem}.cta-block{border-radius:var(--radius-lg);background:linear-gradient(135deg,#122f59,#1d4b86);color:#fff;padding:2rem 1.2rem;text-align:center}.cta-actions{margin-top:1.1rem;display:flex;justify-content:center;flex-wrap:wrap;gap:.75rem}.cta-actions-start{justify-content:flex-start}.faq-list{display:grid;gap:.8rem}.faq-item{border:1px solid #dce6f5;border-radius:var(--radius-md);background:#fff;padding:1rem}.faq-item h3{margin-bottom:.55rem}.faq-item h2{font-size:clamp(1.02rem,1.8vw,1.3rem);margin-bottom:.5rem}.faq-item p{margin-bottom:0}.help-layout{display:grid;grid-template-columns:minmax(0,270px) minmax(0,1fr);gap:1rem;align-items:flex-start}.help-nav{position:sticky;top:120px;border-radius:var(--radius-md);border:1px solid #dbe6f7;background:#fff;padding:1rem}.help-nav h2{font-size:1rem;margin-bottom:.8rem}.help-nav-links{margin:0;padding:0;display:grid;gap:.35rem}.help-nav a{display:block;border-radius:10px;text-decoration:none;font-weight:700;padding:.4rem .5rem;color:#2e4b75}.help-nav a:hover,.help-nav a.is-active{background:#edf3ff;color:#143057}.article-card{border:1px solid #dce7f6;border-radius:var(--radius-md);background:#fff;box-shadow:var(--shadow-sm);padding:1.2rem}.article-card h2{font-size:clamp(1.1rem,2vw,1.5rem);margin-top:.9rem}.mt-1{margin-top:1rem}.mini-note{border-radius:12px;padding:.7rem .8rem;margin-top:.85rem;background:#f2f6ff;border:1px solid #d7e4fd;color:#274676}.site-footer{position:relative;margin-top:4rem;color:#fff}.site-footer__bg{position:absolute;inset:0;background:radial-gradient(circle at 20% -10%,rgba(255,106,19,.23),transparent 34%),radial-gradient(circle at 90% 30%,rgba(90,142,216,.23),transparent 34%),linear-gradient(150deg,#061224,#050f1d)}.site-footer__grid{position:relative;z-index:1;display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:1.1rem;padding:3.1rem 0}.site-footer__grid h2{font-size:1.14rem}.footer-brand{font-size:2rem}.footer-brand span{color:var(--brand-500)}.footer-links{margin:0;display:grid;gap:.48rem}.footer-links a{display:inline-flex;align-items:center;gap:.4rem;border-radius:999px;background:#ffffff12;border:1px solid rgba(255,255,255,.12);padding:.3rem .55rem;width:fit-content}.site-footer a{color:#d8e8ff;text-decoration:none}.site-footer a:hover{color:#fff}.site-footer__legal{position:relative;z-index:1;border-top:1px solid rgba(217,230,255,.17);color:#bfd6fb;font-size:.92rem}.site-footer__legal p{margin:0;padding:.8rem 0}.site-gain-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:1rem;align-items:stretch}.site-gain-panel{border-radius:var(--radius-md);border:1px solid #d8e3f5;background:#fff;padding:1.15rem;box-shadow:var(--shadow-sm)}.chatbot-highlight{border-radius:var(--radius-md);background:linear-gradient(145deg,#11305a,#214d85);color:#fff;padding:1.15rem;position:relative;overflow:hidden;box-shadow:var(--shadow-md)}.chatbot-highlight:after{content:"";position:absolute;width:220px;height:220px;border-radius:999px;background:#ff882e40;top:-120px;right:-85px}.chatbot-bubble{border-radius:14px 14px 14px 4px;background:#ffffff29;border:1px solid rgba(255,255,255,.24);padding:.7rem .8rem;margin-top:.6rem;font-size:.93rem}.chatbot-bubble strong{display:block;color:#ffd7bb}.examples-shell{display:grid;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr))}.print-frame{border-radius:16px;border:1px solid #d9e5f8;background:#fff;box-shadow:var(--shadow-sm);overflow:hidden}.print-frame .bar{display:flex;align-items:center;gap:.4rem;padding:.45rem .7rem;background:#f0f5ff;border-bottom:1px solid #dbe7fb;font-size:.82rem;color:#284872;font-weight:700}.print-frame .dot{width:9px;height:9px;border-radius:999px;background:#c6d6f3}.print-placeholder{position:relative;min-height:230px;background:linear-gradient(125deg,#f1f6ffd9,#e5eeff9e),repeating-linear-gradient(90deg,#13427e0d 0 24px,#ffffffbf 24px 48px)}.print-placeholder:after{content:"Print em breve";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-family:Sora,sans-serif;font-size:.95rem;color:#3d6292;font-weight:700}.print-placeholder.shimmer:before{content:"";position:absolute;inset:0;background:linear-gradient(100deg,transparent 0%,rgba(255,255,255,.6) 40%,transparent 80%);transform:translate(-100%);animation:shimmer 2.1s linear infinite}.floating-chip{position:absolute;right:.8rem;bottom:.7rem;background:linear-gradient(120deg,#ff6a13,#e45707);color:#fff;border-radius:999px;padding:.32rem .65rem;font-size:.78rem;font-weight:800;animation:floaty 3.2s ease-in-out infinite}.desktop-only{display:inline-flex}@media(prefers-reduced-motion:no-preference){.hero-copy,.hero-visual,.card,.timeline-step,.price-card,.quote-card,.blog-card,.article-card{animation:rise .65s ease both}.hero-visual{animation-delay:.1s}.card:nth-child(2),.timeline-step:nth-child(2),.price-card:nth-child(2),.quote-card:nth-child(2),.blog-card:nth-child(2){animation-delay:.12s}.card:nth-child(3),.timeline-step:nth-child(3),.price-card:nth-child(3),.quote-card:nth-child(3),.blog-card:nth-child(3){animation-delay:.2s}}@keyframes rise{0%{transform:translateY(12px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes shimmer{to{transform:translate(100%)}}@keyframes floaty{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@media(max-width:1080px){.hero-grid,.grid-3,.pricing-grid,.addons-live-grid,.testimonial-grid,.blog-grid,.site-footer__grid{grid-template-columns:1fr 1fr}.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.site-gain-grid,.examples-shell{grid-template-columns:1fr 1fr}.desktop-only{display:none}.nav-shell{grid-template-columns:auto 1fr}.mobile-menu{display:block}.help-layout{grid-template-columns:1fr}.help-nav{position:static}}@media(max-width:760px){.hero-grid,.grid-2,.grid-3,.pricing-grid,.addons-live-grid,.testimonial-grid,.blog-grid,.site-footer__grid{grid-template-columns:1fr}.section{padding:4.2rem 0}.hero-visual{min-height:345px}.panel-card.main{width:100%}.panel-card.side{width:min(86%,290px)}.round-stat{left:6%;width:136px;height:136px}.metric-grid,.site-gain-grid,.examples-shell{grid-template-columns:1fr}}
