.gp-page{--gp-primary: #10b981;--gp-primary-dark: #059669;--gp-primary-light: #d1fae5;--gp-secondary: #6366f1;--gp-text-primary: #111827;--gp-text-secondary: #6b7280;--gp-bg-primary: #ffffff;--gp-bg-secondary: #f9fafb;--gp-border: #e5e7eb;--gp-success: #10b981;--gp-danger: #ef4444;--gp-warning: #f59e0b;--gp-shadow-sm: 0 1px 2px rgba(0, 0, 0, .06);--gp-shadow-md: 0 8px 20px rgba(0, 0, 0, .08);--gp-shadow-lg: 0 20px 35px rgba(0, 0, 0, .1);color:var(--gp-text-primary)}.gp-container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}.gp-section{padding:4.5rem 0}.gp-section-soft{background:var(--gp-bg-secondary)}.gp-section-header{max-width:760px;margin:0 auto 2.5rem;text-align:center}.gp-section-header h1,.gp-section-header h2{color:var(--gp-text-primary);font-size:clamp(1.8rem,3vw,2.6rem);line-height:1.18;margin-bottom:.9rem}.gp-section-header p{font-size:1.05rem;color:var(--gp-text-secondary)}.gp-highlight{color:var(--gp-primary)}.gp-page h3{font-size:clamp(1.2rem,2.4vw,1.7rem);margin-bottom:1rem;color:var(--gp-text-primary)}.gp-hero{position:relative;padding:6.8rem 0 4rem;overflow:hidden}.gp-hero.gp-hero-fullscreen{min-height:calc(100svh - var(--cabecalho-altura, 84px));display:flex;align-items:center;padding:clamp(2rem,4vw,3.2rem) 0}.gp-hero.gp-hero-fullscreen .gp-hero-grid{width:100%}.gp-hero-bg{position:absolute;inset:0;z-index:-1;background:radial-gradient(circle at 15% 18%,rgba(255,255,255,.75),transparent 42%),radial-gradient(circle at 82% 22%,rgba(16,185,129,.22),transparent 34%),linear-gradient(120deg,#fef4e6,#e6f7ec 55%,#b6e2c6);opacity:.92}.gp-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.gp-badge{display:inline-block;background:#fff;color:var(--gp-primary);border:1px solid rgba(16,185,129,.45);padding:.45rem 1rem;border-radius:999px;font-size:.82rem;font-weight:700;margin-bottom:1.2rem}.gp-hero-title{font-size:clamp(2rem,4.8vw,3.6rem);line-height:1.08;margin-bottom:1rem}.gp-hero-copy{font-size:1.08rem;line-height:1.7;max-width:58ch}.gp-hero-actions{margin-top:1.6rem;display:flex;gap:.85rem;flex-wrap:wrap}.gp-btn-outline{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;border-radius:.75rem;border:2px solid var(--gp-primary);color:var(--gp-primary);background:#fff;font-weight:700;padding:.8rem 1.3rem;text-decoration:none;transition:all .25s ease}.gp-btn-outline:hover{background:var(--gp-primary);color:#fff;transform:translateY(-2px)}.gp-trust-chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.gp-trust-chip{background:#ffffffd1;border:1px solid rgba(16,185,129,.25);color:#0f4f3f;border-radius:999px;font-size:.78rem;font-weight:700;padding:.35rem .7rem}.gp-stats{margin-top:1.7rem;padding-top:1.2rem;border-top:1px solid var(--gp-border);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.gp-stat{display:flex;flex-direction:column;gap:.3rem}.gp-stat strong{font-size:1.45rem;color:var(--gp-primary);line-height:1}.gp-stat span{color:var(--gp-text-secondary);font-size:.86rem}.gp-stat-with-avatars{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:.55rem}.gp-stat-avatars{display:inline-flex;align-items:center;flex-shrink:0}.gp-stat-caption{display:block;line-height:1.32}.gp-avatar{width:28px;height:28px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;border:2px solid #fff;color:#fff;font-size:.78rem;font-weight:700}.gp-avatar+.gp-avatar{margin-left:-8px}.gp-avatar-photo{width:28px;height:28px;border-radius:50%;-o-object-fit:cover;object-fit:cover;-o-object-position:center 22%;object-position:center 22%;border:2px solid #fff;box-shadow:0 4px 10px #1118271a}.gp-avatar-photo-gustavo{-o-object-position:center 24%;object-position:center 24%}.gp-avatar-photo+.gp-avatar-photo{margin-left:-6px}.gp-avatar-g{background:#f59e0b}.gp-avatar-m{background:#10b981}.gp-avatar-w{background:#6366f1}.gp-hero-visual{display:flex;justify-content:center}.gp-hero-image-wrap{position:relative;max-width:500px;width:100%}.gp-hero-image{width:100%;max-width:500px;height:auto;border-radius:0;border:0;box-shadow:none;background:transparent;filter:drop-shadow(0 18px 28px rgba(15,23,42,.18))}.gp-hero-card{position:absolute;background:#fffffff0;border:1px solid rgba(255,255,255,.9);border-radius:.95rem;box-shadow:var(--gp-shadow-md);padding:.7rem .9rem;min-width:180px;display:flex;gap:.6rem;align-items:center}.gp-hero-card-1{top:14%;left:-30px}.gp-hero-card-2{right:-18px;bottom:7%}.gp-card-icon{font-size:1.1rem}.gp-card-title{font-size:.79rem;font-weight:700;color:#334155}.gp-card-row{display:flex;gap:.45rem;align-items:center}.gp-card-value{font-size:.88rem;font-weight:700;color:#0f172a}.gp-card-trend{font-size:.75rem;font-weight:700}.gp-card-trend.positive{color:var(--gp-success)}.gp-progress-wrap{display:flex;gap:.5rem;align-items:center}.gp-progress-bar{width:92px;height:7px;border-radius:999px;background:#d1d5db;overflow:hidden}.gp-progress-fill{height:100%;background:linear-gradient(90deg,var(--gp-primary),var(--gp-primary-dark))}@media(min-width:1025px){.gp-hero.gp-hero-fullscreen .gp-container{max-width:1280px}.gp-hero.gp-hero-fullscreen .gp-hero-grid{gap:3.4rem}.gp-hero.gp-hero-fullscreen .gp-badge{font-size:.95rem;padding:.55rem 1.15rem}.gp-hero.gp-hero-fullscreen .gp-hero-title{font-size:clamp(2.7rem,5vw,4.9rem);line-height:1.06;margin-bottom:1.2rem}.gp-hero.gp-hero-fullscreen .gp-hero-copy{font-size:1.3rem;line-height:1.62;max-width:50ch}.gp-hero.gp-hero-fullscreen .gp-hero-actions .btn,.gp-hero.gp-hero-fullscreen .gp-hero-actions .gp-btn-outline{font-size:1.25rem;padding:1rem 1.9rem;border-radius:.85rem}.gp-hero.gp-hero-fullscreen .gp-trust-chip{font-size:.93rem;padding:.45rem .92rem}.gp-hero.gp-hero-fullscreen .gp-stats{margin-top:2rem;padding-top:1.45rem;gap:1.25rem}.gp-hero.gp-hero-fullscreen .gp-stat strong{font-size:2rem}.gp-hero.gp-hero-fullscreen .gp-stat span{font-size:1rem;line-height:1.38}.gp-hero.gp-hero-fullscreen .gp-stat-with-avatars{align-items:flex-start;gap:.6rem}.gp-hero.gp-hero-fullscreen .gp-stat-caption{max-width:17ch}.gp-hero.gp-hero-fullscreen .gp-avatar-photo,.gp-hero.gp-hero-fullscreen .gp-avatar{width:32px;height:32px}.gp-hero.gp-hero-fullscreen .gp-avatar-photo+.gp-avatar-photo,.gp-hero.gp-hero-fullscreen .gp-avatar+.gp-avatar{margin-left:-6px}.gp-hero.gp-hero-fullscreen .gp-hero-image-wrap,.gp-hero.gp-hero-fullscreen .gp-hero-image{max-width:560px}.gp-hero.gp-hero-fullscreen .gp-hero-card{min-width:225px;padding:.9rem 1.1rem;border-radius:1rem;gap:.75rem}.gp-hero.gp-hero-fullscreen .gp-card-icon{font-size:1.25rem}.gp-hero.gp-hero-fullscreen .gp-card-title{font-size:.9rem}.gp-hero.gp-hero-fullscreen .gp-card-value{font-size:1rem}.gp-hero.gp-hero-fullscreen .gp-card-trend{font-size:.84rem}.gp-hero.gp-hero-fullscreen .gp-progress-bar{width:108px;height:8px}}.gp-home-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.gp-home-card{background:#fff;border:1px solid var(--gp-border);border-radius:1rem;padding:1.2rem;box-shadow:var(--gp-shadow-sm);transition:all .25s ease}.gp-home-card:hover{border-color:var(--gp-primary);transform:translateY(-3px)}.gp-home-card h3{font-size:1.1rem;margin-bottom:.35rem}.gp-home-card p{font-size:.92rem;margin-bottom:.95rem}.gp-home-link{color:var(--gp-primary);font-weight:700;text-decoration:none;font-size:.9rem}.gp-home-link:hover{text-decoration:underline}.gp-steps-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.gp-step-card{background:#fff;border:1px solid var(--gp-border);border-radius:1rem;padding:1.2rem;box-shadow:var(--gp-shadow-sm);transition:all .25s ease}.gp-step-card:hover{transform:translateY(-3px);border-color:var(--gp-primary)}.gp-step-number{width:2rem;height:2rem;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-weight:800;font-size:.9rem;color:#fff;background:linear-gradient(135deg,var(--gp-primary),var(--gp-primary-dark));margin-bottom:.75rem}.gp-step-card h3{font-size:1.08rem;margin-bottom:.5rem}.gp-step-card p{font-size:.91rem;line-height:1.6}.gp-compare-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.gp-compare-card{background:#fff;border:1px solid var(--gp-border);border-radius:1rem;padding:1.2rem;box-shadow:var(--gp-shadow-sm)}.gp-compare-card.before{border-color:#ef444459;background:linear-gradient(180deg,#fef2f2b3,#fff 65%)}.gp-compare-card.after{border-color:#10b98159;background:linear-gradient(180deg,#ecfdf5b3,#fff 65%)}.gp-compare-chip{display:inline-block;padding:.2rem .55rem;border-radius:999px;font-size:.72rem;font-weight:800;margin-right:.4rem;vertical-align:middle;background:#0f172a14;color:#0f172a}.gp-compare-list{margin:0;padding:0;list-style:none;display:grid;gap:.58rem}.gp-compare-list li{display:flex;gap:.5rem;align-items:flex-start;font-size:.9rem;color:var(--gp-text-primary)}.gp-compare-icon{width:1.3rem;height:1.3rem;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:900;color:#fff;flex-shrink:0;margin-top:2px;background:#94a3b8}.gp-compare-card.before .gp-compare-icon{background:#ef4444}.gp-compare-card.after .gp-compare-icon{background:#10b981}.gp-compare-metric{margin-top:1rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.gp-metric-item{background:#fff;border:1px dashed rgba(15,23,42,.2);border-radius:.85rem;padding:.85rem;text-align:center}.gp-metric-item span{display:block;font-size:.76rem;color:var(--gp-text-secondary);margin-bottom:.32rem}.gp-metric-item strong{font-size:.96rem;color:var(--gp-text-primary)}.gp-proof-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.gp-proof-card{background:#fff;border:1px solid var(--gp-border);border-radius:1rem;padding:1.1rem;box-shadow:var(--gp-shadow-sm);transition:all .25s ease}.gp-proof-card:hover{transform:translateY(-3px);border-color:var(--gp-primary)}.gp-proof-quote{color:#0f172a;font-size:.93rem;line-height:1.65;margin-bottom:.95rem;font-style:italic}.gp-proof-person{display:flex;align-items:center;gap:.62rem}.gp-proof-avatar{width:2rem;height:2rem;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-weight:800;font-size:.82rem;color:#fff;background:linear-gradient(135deg,var(--gp-primary),var(--gp-primary-dark))}.gp-proof-avatar-photo{width:2.2rem;height:2.2rem;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:2px solid rgba(16,185,129,.25);flex-shrink:0}.gp-proof-avatar-photo-gustavo{-o-object-position:center 35%;object-position:center 35%}.gp-proof-person strong{display:block;color:var(--gp-text-primary);font-size:.9rem}.gp-proof-person span{display:block;color:var(--gp-text-secondary);font-size:.77rem}.gp-feature-showcase{display:grid;grid-template-columns:1fr 1fr;gap:2.2rem;align-items:center;background:#fff;border:1px solid var(--gp-border);border-radius:1.25rem;box-shadow:var(--gp-shadow-sm);padding:1.6rem;margin-bottom:1.2rem}.gp-feature-showcase.reverse .gp-showcase-visual{order:-1}.gp-showcase-content p{font-size:.98rem}.gp-feature-points{margin-top:1rem;display:grid;gap:.8rem}.gp-point{display:flex;gap:.65rem;align-items:flex-start;color:var(--gp-text-primary);font-size:.95rem}.gp-check-icon{width:24px;height:24px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:var(--gp-primary);color:#fff;font-size:.75rem;font-weight:700;flex-shrink:0;margin-top:2px}.gp-mock-screen{border-radius:1rem;overflow:hidden;border:1px solid #dbe3ee;background:#f8fafc;box-shadow:0 10px 25px #0f172a14,0 2px 8px #0f172a0f}.gp-mock-header{background:linear-gradient(180deg,#fff,#f5f8fc);border-bottom:1px solid #e5edf5;padding:.65rem .9rem;display:flex;align-items:center;justify-content:space-between;gap:.8rem}.gp-mock-title{color:#475569;font-size:.75rem;font-weight:700}.gp-mock-status{font-size:.68rem;color:#0f766e;background:#14b8a61f;border:1px solid rgba(20,184,166,.2);padding:.18rem .42rem;border-radius:999px;font-weight:700}.gp-mock-dots{display:flex;gap:.3rem}.gp-mock-dots span{width:8px;height:8px;border-radius:50%}.gp-mock-dots span:nth-child(1){background:#f87171}.gp-mock-dots span:nth-child(2){background:#fbbf24}.gp-mock-dots span:nth-child(3){background:#34d399}.gp-mock-content{padding:.95rem;display:grid;gap:.65rem}.gp-transaction{display:flex;align-items:center;gap:.75rem;padding:.75rem;border:1px solid #e5edf5;border-radius:.75rem;background:#fff}.gp-tr-icon{width:36px;height:36px;border-radius:.65rem;border:1px solid #d9e4f2;background:#edf3fa;display:inline-flex;align-items:center;justify-content:center;font-size:.69rem;font-weight:700;color:#334155}.gp-tr-info{flex:1}.gp-tr-name{font-weight:700;font-size:.88rem;color:var(--gp-text-primary)}.gp-tr-category{font-size:.78rem;color:var(--gp-text-secondary)}.gp-tr-value{font-size:.84rem;font-weight:700;color:var(--gp-danger);white-space:nowrap}.gp-tr-value.positive{color:var(--gp-success)}.gp-dashboard-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem}.gp-dash-card{border:1px solid #e4ebf5;border-radius:.8rem;background:#fff;padding:.75rem}.gp-dash-card.balance{border-left:3px solid #4f46e5}.gp-dash-card.income{border-left:3px solid #10b981}.gp-dash-card.expense{border-left:3px solid #ef4444}.gp-dash-label{font-size:.73rem;color:var(--gp-text-secondary);margin-bottom:.25rem}.gp-dash-value{font-size:1rem;font-weight:800;color:var(--gp-text-primary);margin-bottom:.2rem;white-space:nowrap}.gp-dash-change{font-size:.69rem;color:var(--gp-text-secondary)}.gp-dash-change.positive{color:var(--gp-success);font-weight:700}.gp-category-summary{display:grid;gap:.55rem}.gp-cat-item{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.7rem;border-radius:.62rem;background:#f9fafbe6}.gp-cat-info{display:flex;align-items:center;gap:.55rem}.gp-cat-icon{width:27px;height:27px;border-radius:.5rem;display:inline-flex;align-items:center;justify-content:center;font-size:.82rem}.gp-cat-name{font-size:.83rem;font-weight:600;color:var(--gp-text-primary)}.gp-cat-value{font-size:.84rem;font-weight:700;color:var(--gp-text-primary)}.gp-chart-bars{display:flex;align-items:flex-end;justify-content:space-around;gap:1rem;height:165px;padding:.85rem;border-radius:.75rem;background:repeating-linear-gradient(to top,rgba(148,163,184,.18) 0,rgba(148,163,184,.18) 1px,transparent 1px,transparent 26px)}.gp-bar-group{display:grid;justify-items:center;gap:.35rem}.gp-bar-label{font-size:.76rem;color:var(--gp-text-secondary)}.gp-bar-wrap{display:flex;gap:.35rem;align-items:flex-end;height:120px}.gp-bar{width:14px;border-radius:.33rem .33rem 0 0}.gp-bar.income{background:linear-gradient(180deg,var(--gp-success) 0%,#059669 100%)}.gp-bar.expense{background:linear-gradient(180deg,var(--gp-danger) 0%,#dc2626 100%)}.gp-chart-legend{margin-top:.6rem;display:flex;justify-content:center;gap:1.4rem}.gp-legend-item{display:inline-flex;align-items:center;gap:.45rem;color:var(--gp-text-secondary);font-size:.78rem}.gp-legend-color{width:13px;height:13px;border-radius:.25rem}.gp-legend-color.income{background:var(--gp-success)}.gp-legend-color.expense{background:var(--gp-danger)}.gp-debt-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.gp-debt-stat{display:flex;gap:.65rem;align-items:center;border-radius:.75rem;padding:.75rem}.gp-debt-stat.total{background:linear-gradient(135deg,#ef44441a,#ef44440d);border:1px solid rgba(239,68,68,.2)}.gp-debt-stat.paid{background:linear-gradient(135deg,#10b9811a,#10b9810d);border:1px solid rgba(16,185,129,.2)}.gp-debt-icon{width:30px;height:30px;border-radius:.55rem;background:#fff;border:1px solid rgba(148,163,184,.25);display:inline-flex;align-items:center;justify-content:center;font-size:.64rem;font-weight:800}.gp-debt-label{color:var(--gp-text-secondary);font-size:.74rem}.gp-debt-value{color:var(--gp-text-primary);font-size:.92rem;font-weight:800}.gp-debt-list{margin-top:.65rem;display:grid;gap:.6rem}.gp-debt-item{padding:.72rem;border-radius:.75rem;background:#f9fafbeb}.gp-debt-name{font-size:.84rem;font-weight:700;color:var(--gp-text-primary);margin-bottom:.42rem}.gp-debt-progress{height:7px;border-radius:999px;overflow:hidden;background:#e5e7eb}.gp-debt-progress>span{display:block;height:100%;background:linear-gradient(90deg,var(--gp-success),#059669)}.gp-debt-details{margin-top:.35rem;color:var(--gp-text-secondary);font-size:.74rem}.gp-asset-total{background:linear-gradient(135deg,var(--gp-primary) 0%,var(--gp-primary-dark) 100%);border-radius:.9rem;padding:1rem;text-align:center}.gp-asset-total-label{color:#ffffffe0;font-size:.74rem}.gp-asset-total-value{color:#fff;font-size:1.4rem;font-weight:800}.gp-asset-total-change{color:#d1fae5;font-size:.78rem}.gp-asset-list,.gp-investment-list{display:grid;gap:.6rem}.gp-asset-item,.gp-investment-item{display:flex;align-items:center;gap:.65rem;border-radius:.72rem;background:#f9fafbeb;padding:.7rem}.gp-asset-icon,.gp-inv-icon{width:34px;height:34px;border-radius:.62rem;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:.64rem;font-weight:800;flex-shrink:0}.gp-asset-info,.gp-inv-info{flex:1}.gp-asset-name,.gp-inv-name{color:var(--gp-text-primary);font-size:.82rem;font-weight:700}.gp-asset-category,.gp-inv-type{color:var(--gp-text-secondary);font-size:.72rem}.gp-asset-values,.gp-inv-values{text-align:right}.gp-asset-current,.gp-inv-current{color:var(--gp-text-primary);font-size:.82rem;font-weight:800}.gp-asset-change,.gp-inv-profit{font-size:.71rem;font-weight:700}.gp-positive{color:var(--gp-success)}.gp-negative{color:var(--gp-danger)}.gp-neutral{color:var(--gp-text-secondary)}.gp-investment-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem}.gp-inv-summary{border-radius:.72rem;padding:.75rem;text-align:center;background:#f9fafbeb}.gp-inv-label{color:var(--gp-text-secondary);font-size:.7rem}.gp-inv-value{color:var(--gp-text-primary);font-size:1rem;font-weight:800}.gp-inv-value.positive{color:var(--gp-success)}.gp-features-grid{margin-top:1.2rem;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.9rem}.gp-feature-card{background:#fff;border:1px solid var(--gp-border);border-radius:.9rem;padding:1rem}.gp-feature-card h3{font-size:.98rem;margin-bottom:.45rem}.gp-feature-card p{font-size:.84rem;line-height:1.55}.gp-benefits-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:2rem;align-items:center}.gp-benefit-list{display:grid;gap:.9rem;margin-top:1.1rem}.gp-benefit-item{display:flex;gap:.75rem}.gp-benefit-icon{flex-shrink:0;width:27px;height:27px;border-radius:50%;background:linear-gradient(135deg,var(--gp-primary),var(--gp-primary-dark));color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700}.gp-benefit-item h4{font-size:1rem;margin-bottom:.3rem}.gp-benefit-item p{font-size:.9rem}.gp-benefit-cards{display:grid;gap:.8rem}.gp-benefit-card{border-radius:.95rem;padding:1.2rem;color:#fff;background:linear-gradient(135deg,var(--gp-primary),var(--gp-primary-dark));box-shadow:0 10px 24px #10b98147}.gp-showcase-number{font-size:2rem;font-weight:900;line-height:1;margin-bottom:.45rem}.gp-benefit-card p{color:#ffffffe6;font-size:.9rem}.gp-pricing-grid{max-width:920px;margin:0 auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;align-items:stretch}.gp-pricing-card{border-radius:1.05rem;border:1px solid var(--gp-border);background:#fff;padding:1.4rem;box-shadow:var(--gp-shadow-sm);position:relative;display:flex;flex-direction:column;height:100%}.gp-pricing-card.featured{border:2px solid var(--gp-primary)}.gp-popular-badge{position:absolute;top:-11px;left:50%;transform:translate(-50%);background:var(--gp-primary);color:#fff;border-radius:999px;padding:.35rem .85rem;font-size:.74rem;font-weight:700}.gp-plan-header{text-align:center;border-bottom:1px solid var(--gp-border);padding-bottom:1rem;margin-bottom:1rem}.gp-plan-header h3{margin-bottom:.5rem}.gp-plan-price{display:flex;align-items:flex-start;justify-content:center}.gp-currency{font-size:1.2rem;font-weight:700;margin-top:.35rem}.gp-amount{font-size:2.7rem;font-weight:900;color:var(--gp-text-primary);line-height:1}.gp-period{margin-top:1.12rem;font-size:.95rem;color:var(--gp-text-secondary)}.gp-plan-features{list-style:none;display:grid;gap:.45rem;margin:0;padding:0}.gp-plan-features li{font-size:.9rem;color:var(--gp-text-primary);display:flex;gap:.45rem;align-items:flex-start}.gp-plan-features .check{color:var(--gp-success);font-weight:900}.gp-plan-actions{margin-top:auto;padding-top:.85rem;display:flex;flex-direction:column;gap:.55rem}.gp-plan-note{margin:0;font-size:.82rem;color:var(--gp-text-secondary)}.gp-plan-actions .btn{align-self:flex-start}.gp-faq-list{max-width:860px;margin:0 auto}.gp-faq-item{border-bottom:1px solid var(--gp-border)}.gp-faq-item summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 0;font-size:1.04rem;font-weight:700;color:var(--gp-text-primary)}.gp-faq-item summary::-webkit-details-marker{display:none}.gp-faq-item summary:after{content:"+";font-size:1.2rem;color:var(--gp-primary)}.gp-faq-item[open] summary:after{content:"-"}.gp-faq-answer{color:var(--gp-text-secondary);font-size:.98rem;line-height:1.65;padding-bottom:1rem}.gp-about-hero{max-width:820px;margin:0 auto 2rem;text-align:center}.gp-about-hero h1{font-size:clamp(2rem,4vw,3rem);margin-bottom:.85rem}.gp-about-hero p{font-size:1.08rem}.gp-about-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.95rem}.gp-about-card{background:#fff;border:1px solid var(--gp-border);border-radius:1rem;padding:1rem;box-shadow:var(--gp-shadow-sm)}.gp-about-card h3{font-size:1.02rem;margin-bottom:.4rem}.gp-about-card p{font-size:.9rem}.gp-cta-section{padding:4.8rem 0 5.4rem;background:radial-gradient(circle at 12% 18%,rgba(255,255,255,.22),transparent 40%),linear-gradient(135deg,var(--gp-primary) 0%,var(--gp-primary-dark) 100%)}.gp-cta-box{max-width:860px;margin:0 auto;text-align:center;padding:0 1rem;color:#fff}.gp-cta-story{max-width:760px;margin:0 auto 1.1rem;background:#ffffffad;border:1px solid rgba(255,255,255,.9);color:#374151;border-radius:.95rem;font-style:italic;font-size:.96rem;padding:.8rem 1rem}.gp-cta-box h2{color:#fff;margin-bottom:.65rem}.gp-cta-box>p:not(.gp-cta-story){color:#ffffffeb;font-size:1.03rem;margin-bottom:1.1rem}.gp-cta-actions{display:flex;flex-direction:column;gap:.6rem;align-items:center}.gp-cta-btn{background:#fff;color:var(--gp-primary);border-color:#fff}.gp-cta-btn:hover{background:#ecfeff;color:var(--gp-primary-dark);border-color:#ecfeff}.gp-cta-note{color:#ffffffeb;font-size:.86rem;font-weight:600}@media(max-width:1080px){.gp-hero-grid,.gp-feature-showcase,.gp-benefits-grid{grid-template-columns:1fr}.gp-feature-showcase.reverse .gp-showcase-visual{order:0}.gp-hero-grid>:first-child{order:1}.gp-hero-visual{order:2}.gp-home-grid,.gp-about-grid,.gp-features-grid,.gp-steps-grid,.gp-proof-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gp-compare-grid{grid-template-columns:1fr}.gp-compare-metric{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:820px){.gp-cta-section{padding:4rem 0 4.4rem}.gp-hero{padding-top:5.5rem}.gp-hero.gp-hero-fullscreen{min-height:calc(100svh - var(--cabecalho-altura, 72px));padding:2.8rem 0 2.2rem}.gp-hero.gp-hero-fullscreen .gp-hero-grid{gap:1.4rem}.gp-hero-visual{width:100%}.gp-hero-image-wrap,.gp-hero-image{max-width:min(100%,370px);margin-inline:auto}.gp-hero-card{position:static;margin-top:.6rem;max-width:370px;margin-left:auto;margin-right:auto}.gp-stats{grid-template-columns:1fr}.gp-hero-actions{flex-direction:column}.gp-hero-actions .btn,.gp-hero-actions .gp-btn-outline,.gp-pricing-card .btn,.gp-cta-btn{width:100%}.gp-dashboard-cards,.gp-pricing-grid,.gp-debt-stats,.gp-investment-summary,.gp-home-grid,.gp-about-grid,.gp-features-grid,.gp-steps-grid,.gp-proof-grid,.gp-compare-metric{grid-template-columns:1fr}.gp-feature-showcase{padding:1rem}}.gp-page{--gp-primary: #1aa179;--gp-primary-dark: #0f8f67;--gp-secondary: #0f355f;--gp-text-primary: #102239;--gp-text-secondary: #5a6d84;--gp-bg-primary: #f8fbff;--gp-bg-secondary: #f1f7f9;--gp-border: #dce7f1;--gp-shadow-sm: 0 10px 22px rgba(11, 24, 48, .06);--gp-shadow-md: 0 16px 34px rgba(11, 24, 48, .11);--gp-shadow-lg: 0 24px 45px rgba(11, 24, 48, .16)}.gp-container{max-width:1280px}.gp-section{padding:5.2rem 0}.gp-section-soft{background:radial-gradient(circle at 92% 0%,#1aa17914,#1aa17900 34%),linear-gradient(180deg,#f5f9fc,#f3f8fb)}.gp-section-header{margin-bottom:3rem}.gp-section-header h1,.gp-section-header h2{letter-spacing:-.02em}.gp-section-header p{font-size:1.08rem;line-height:1.75}.gp-page h3{letter-spacing:-.01em}.gp-page p{line-height:1.7}.gp-hero-bg{background:radial-gradient(circle at 8% 18%,rgba(255,255,255,.88),transparent 44%),radial-gradient(circle at 86% 16%,rgba(26,161,121,.26),transparent 38%),linear-gradient(120deg,#f9f4eb,#e9f8ef 48%,#c5e9d6);opacity:.96}.gp-badge{font-size:.86rem;padding:.5rem 1.05rem;border-color:#1aa17973;box-shadow:0 8px 16px #1aa1791f}.gp-hero-title{letter-spacing:-.03em}.gp-hero-copy{font-size:1.11rem;color:#4f637c}.gp-btn-outline{border:1px solid rgba(26,161,121,.55);background:#ffffffdb;box-shadow:0 12px 24px #0b183014}.gp-btn-outline:hover{box-shadow:0 16px 28px #1aa1793d}.gp-trust-chip{background:#fffffff2;border-color:#1aa1794d;color:#1c4a40}.gp-stats{border-top-color:#94a3b857}.gp-hero-image{filter:drop-shadow(0 24px 30px rgba(15,23,42,.18))}.gp-hero-card{border:1px solid rgba(215,226,238,.9);box-shadow:0 18px 32px #0b18301f}.gp-home-card,.gp-step-card,.gp-proof-card,.gp-feature-card,.gp-compare-card,.gp-metric-item,.gp-pricing-card,.gp-feature-showcase,.gp-faq-item{border-radius:1.15rem;border:1px solid var(--gp-border);box-shadow:var(--gp-shadow-sm);background:#fffffff5}.gp-home-card,.gp-step-card,.gp-proof-card,.gp-feature-card,.gp-pricing-card{transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease}.gp-home-card:hover,.gp-step-card:hover,.gp-proof-card:hover,.gp-feature-card:hover,.gp-pricing-card:hover{transform:translateY(-4px);border-color:#1aa17966;box-shadow:var(--gp-shadow-md)}.gp-home-card,.gp-step-card,.gp-proof-card,.gp-feature-card{padding:1.28rem}.gp-home-link{display:inline-flex;align-items:center;gap:.35rem;color:#178f6a}.gp-home-link:after{content:"→";transition:transform .18s ease}.gp-home-link:hover:after{transform:translate(2px)}.gp-compare-card.before{background:linear-gradient(180deg,#fff3f3bf,#fffffff5 68%)}.gp-compare-card.after{background:linear-gradient(180deg,#ecfdf5c2,#fffffff5 68%)}.gp-metric-item{border-style:solid;border-color:#94a3b840}.gp-proof-quote{font-size:.95rem;color:#1a2d47}.gp-proof-person strong{font-size:.95rem}.gp-feature-showcase{padding:1.9rem;gap:2.5rem}.gp-mock-screen{border-color:#d9e6f3;box-shadow:0 18px 34px #0f172a17,0 4px 10px #0f172a14}.gp-pricing-card{padding:1.6rem}.gp-pricing-card.featured{border-color:#1aa179d9;box-shadow:0 18px 34px #0b18301f,0 0 0 1px #1aa17926}.gp-popular-badge{box-shadow:0 10px 16px #1aa1794d}.gp-plan-header{border-bottom-color:#dbe6f1}.gp-plan-features li{line-height:1.5}.gp-plan-actions .btn{min-width:158px}.gp-faq-list{display:grid;gap:.72rem}.gp-faq-item{border-bottom:none;padding:0 1rem}.gp-faq-item summary{padding:1rem 0}.gp-faq-answer{padding-bottom:1rem}.gp-cta-section{padding:5.4rem 0 5.8rem;background:radial-gradient(circle at 10% 15%,rgba(255,255,255,.25),transparent 42%),linear-gradient(135deg,#14a974,#0f8f67 58%,#0f7457)}.gp-cta-story{background:#f7fafcc7;border-color:#ffffffeb;box-shadow:0 14px 24px #0947352e}.gp-cta-box h2{letter-spacing:-.02em}.gp-cta-box>p:not(.gp-cta-story){color:#f7fbfff2}@media(max-width:1080px){.gp-section{padding:4.7rem 0}.gp-feature-showcase{padding:1.3rem;gap:1.5rem}}@media(max-width:820px){.gp-section{padding:4.2rem 0}.gp-pricing-card,.gp-home-card,.gp-step-card,.gp-proof-card,.gp-feature-card{padding:1.08rem}.gp-faq-item{padding:0 .8rem}.gp-cta-section{padding:4.2rem 0 4.8rem}}.gp-hero-cta-primary{min-width:240px}.gp-hero-cta-secondary{border:1px solid transparent;background:transparent;color:var(--gp-secondary);box-shadow:none;padding-left:.35rem;padding-right:.35rem;font-weight:700}.gp-hero-cta-secondary:hover{background:transparent;color:var(--gp-primary-dark);transform:translate(2px);box-shadow:none}.gp-hero-footnote{margin-top:.75rem;font-size:.86rem;font-weight:600;color:#45607e}@media(min-width:821px){.gp-hero.gp-hero-fullscreen{min-height:auto;align-items:flex-start;padding-bottom:2rem}}@media(min-width:1081px){.gp-hero.gp-hero-fullscreen .gp-stats{grid-template-columns:minmax(0,1.35fr) repeat(2,minmax(0,1fr))}.gp-hero.gp-hero-fullscreen .gp-stat-with-avatars{grid-template-columns:1fr;gap:.4rem}.gp-hero.gp-hero-fullscreen .gp-stat-with-avatars>span:last-child{max-width:26ch}}.gp-page-home .gp-hero{background:#fff}.gp-page-home .gp-hero-bg{display:none}.gp-trust-strip{padding:1.1rem 0 .7rem}.gp-trust-strip-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem}.gp-trust-strip-grid span{border:1px solid rgba(26,161,121,.2);background:#fffc;border-radius:999px;padding:.62rem .8rem;text-align:center;font-size:.84rem;color:#274765;font-weight:600;box-shadow:0 8px 16px #0b18300d}.gp-mobile-sticky-cta{display:none}@media(max-width:1080px){.gp-trust-strip-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:820px){.gp-hero-cta-primary{min-width:0}.gp-hero-cta-secondary{padding:.85rem 1rem;border-radius:.76rem;border:1px solid rgba(26,161,121,.5);background:#ffffffd1;color:var(--gp-primary-dark);text-align:center;justify-content:center;box-shadow:0 10px 20px #0b183014}.gp-hero-footnote{text-align:center;font-size:.82rem}.gp-trust-strip{padding-top:.5rem}.gp-trust-strip-grid{grid-template-columns:1fr}.gp-trust-strip-grid span{border-radius:.85rem;font-size:.82rem}.gp-page-home{padding-bottom:5.4rem}.gp-mobile-sticky-cta{display:inline-flex;position:fixed;left:.85rem;right:.85rem;bottom:max(.85rem,env(safe-area-inset-bottom));z-index:70;align-items:center;justify-content:center;text-decoration:none;font-weight:800;color:#fff;letter-spacing:.01em;background:linear-gradient(135deg,#0f2649,#173767);border:1px solid rgba(255,255,255,.2);border-radius:.88rem;padding:.98rem 1rem;box-shadow:0 18px 26px #0b18303d,0 6px 12px #0b183029}}.gp-page{--gp-primary: #2d9c6f;--gp-primary-dark: #123e36;--gp-primary-light: #dff4e9;--gp-accent: #e1f36a;--gp-accent-soft: #f2f8c8;--gp-text-primary: #173d36;--gp-text-secondary: #647771;--gp-bg-primary: #fdfcf7;--gp-bg-secondary: #f4f5ed;--gp-border: rgba(31, 86, 74, .13);--gp-shadow-sm: 0 10px 30px rgba(22, 63, 55, .05);--gp-shadow-md: 0 22px 55px rgba(22, 63, 55, .1);--gp-shadow-lg: 0 36px 90px rgba(22, 63, 55, .15);background:var(--gp-bg-primary);color:var(--gp-text-primary)}.gp-container{max-width:1320px;padding-inline:clamp(1rem,3vw,2rem)}.gp-section{position:relative;padding:clamp(5rem,8vw,8rem) 0}.gp-section-soft{background:radial-gradient(circle at 5% 12%,rgba(196,228,183,.24),transparent 24rem),linear-gradient(180deg,#f5f6ee,#f9f8f3)}.gp-section-header{max-width:820px;margin-bottom:clamp(2.7rem,5vw,4.5rem)}.gp-section-header h1,.gp-section-header h2,.gp-about-hero h1{color:var(--gp-text-primary);font-size:clamp(2.45rem,5vw,4.65rem);line-height:1.02;letter-spacing:-.055em;text-wrap:balance}.gp-section-header h2{font-size:clamp(2.2rem,4.2vw,3.8rem)}.gp-section-header p,.gp-about-hero p{max-width:680px;margin-inline:auto;color:var(--gp-text-secondary);font-size:clamp(1rem,1.5vw,1.16rem);line-height:1.75}.gp-highlight{color:#23875e;position:relative}.gp-page h3{color:var(--gp-text-primary);letter-spacing:-.035em}.gp-page p{color:var(--gp-text-secondary)}.gp-page-home .gp-hero{min-height:auto;padding:clamp(4rem,7vw,6.4rem) 0 clamp(4rem,6vw,5.6rem);background:radial-gradient(circle at 78% 20%,rgba(225,243,106,.17),transparent 28rem),radial-gradient(circle at 10% 10%,rgba(87,190,139,.1),transparent 26rem),#fdfcf7}.gp-page-home .gp-hero:before{content:"";position:absolute;inset:0;opacity:.2;pointer-events:none;background-image:radial-gradient(rgba(20,69,59,.24) .65px,transparent .65px);background-size:18px 18px;-webkit-mask-image:linear-gradient(to right,#000,transparent 48%);mask-image:linear-gradient(to right,#000,transparent 48%)}.gp-hero-grid{grid-template-columns:minmax(0,.88fr) minmax(580px,1.12fr);gap:clamp(2rem,4vw,5rem)}.gp-badge{display:inline-flex;align-items:center;gap:.55rem;padding:.5rem .85rem;margin-bottom:1.5rem;border:1px solid rgba(35,135,94,.18);border-radius:999px;background:#e9f6ecd1;color:#176847;font-size:.78rem;font-weight:750;letter-spacing:.02em;box-shadow:none}.gp-badge-dot{width:7px;height:7px;border-radius:50%;background:#38a873;box-shadow:0 0 0 5px #38a8731c}.gp-hero-title,.gp-hero.gp-hero-fullscreen .gp-hero-title{max-width:680px;margin-bottom:1.35rem;color:var(--gp-text-primary);font-size:clamp(3.1rem,5.8vw,5.75rem);line-height:.96;letter-spacing:-.068em;text-wrap:balance}.gp-hero-copy,.gp-hero.gp-hero-fullscreen .gp-hero-copy{max-width:58ch;color:#5b716b;font-size:clamp(1.04rem,1.35vw,1.2rem);line-height:1.72}.gp-hero-actions{margin-top:1.8rem;gap:1rem;align-items:center}.gp-hero.gp-hero-fullscreen .gp-hero-actions .btn,.gp-hero.gp-hero-fullscreen .gp-hero-actions .gp-btn-outline{min-height:52px;padding:.92rem 1.45rem;border-radius:999px;font-size:.95rem}.gp-hero-cta-primary{min-width:0;background:var(--gp-primary-dark);border-color:var(--gp-primary-dark);box-shadow:0 15px 34px #123e3638}.gp-hero-cta-secondary,.gp-hero-cta-secondary:hover{padding-inline:.75rem!important;border:0;background:transparent;color:#234f46;box-shadow:none}.gp-hero-cta-secondary:hover{color:#168257;transform:translate(3px)}.gp-hero-footnote{display:flex;align-items:center;gap:.6rem;margin-top:.8rem;color:#778781;font-size:.77rem;font-weight:600}.gp-hero-footnote span{width:3px;height:3px;border-radius:50%;background:#93a29d}.gp-trust-chips{gap:.45rem;margin-top:1.2rem}.gp-trust-chip{padding:.38rem .65rem;border:0;border-radius:.5rem;background:#f0f2e8;color:#61746e;font-size:.72rem;font-weight:650}.gp-trust-chip:before{content:"✓";margin-right:.35rem;color:#2c976b;font-weight:800}.gp-stats,.gp-hero.gp-hero-fullscreen .gp-stats{margin-top:1.85rem;padding-top:1.25rem;border-color:#1c4a411f;grid-template-columns:repeat(3,1fr);gap:1rem}.gp-stat strong,.gp-hero.gp-hero-fullscreen .gp-stat strong{color:#1b5d4e;font-size:1.15rem;letter-spacing:-.025em}.gp-stat span,.gp-hero.gp-hero-fullscreen .gp-stat span{color:#7a8884;font-size:.72rem;line-height:1.35}.gp-stat-with-avatars{display:flex;align-items:center;gap:.45rem}.gp-avatar-photo{border-color:#fdfcf7;box-shadow:none}.gp-product-stage{position:relative;width:100%;padding:2.6rem 1.2rem 2.2rem}.gp-product-glow{position:absolute;inset:8% 0 0 8%;border-radius:50%;background:#54b68440;filter:blur(65px)}.gp-product-window{position:relative;overflow:hidden;border:1px solid rgba(20,74,63,.16);border-radius:1.35rem;background:#fbfcf8;box-shadow:0 35px 80px #0f3c3330,0 8px 25px #0f3c3314;transform:perspective(1400px) rotateY(-2deg) rotateX(1.5deg)}.gp-product-topbar{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:1rem;height:52px;padding:0 1rem;border-bottom:1px solid rgba(29,82,71,.1);background:#fff}.gp-product-brand{display:flex;align-items:center;gap:.5rem;color:#17483e;font-family:var(--font-family-heading);font-size:.76rem;font-weight:800}.gp-product-brand img{width:21px;height:21px;-o-object-fit:contain;object-fit:contain}.gp-product-period{padding:.36rem .6rem;border:1px solid rgba(30,80,70,.12);border-radius:.5rem;color:#6d7d79;font-size:.62rem;font-weight:650}.gp-product-avatar{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#daf1e2;color:#1a7656;font-size:.58rem;font-weight:800}.gp-product-body{display:grid;grid-template-columns:42px 1fr;min-height:450px}.gp-product-sidebar{display:flex;flex-direction:column;align-items:center;gap:1rem;padding-top:1.25rem;border-right:1px solid rgba(29,82,71,.08);background:#f5f7f1}.gp-product-sidebar span{width:13px;height:13px;border:1.5px solid #9aaba6;border-radius:4px}.gp-product-sidebar span.active{background:#2d9c6f;border-color:#2d9c6f;box-shadow:0 0 0 5px #2d9c6f1a}.gp-product-main{min-width:0;padding:1.2rem}.gp-product-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:.9rem}.gp-product-heading>div{display:flex;flex-direction:column-reverse}.gp-product-heading span{color:#81908c;font-size:.59rem}.gp-product-heading strong{color:#173e36;font-family:var(--font-family-heading);font-size:.98rem}.gp-product-heading button{border:0;border-radius:999px;background:#173e36;color:#fff;padding:.48rem .72rem;font:inherit;font-size:.58rem;font-weight:750}.gp-product-kpis{display:grid;grid-template-columns:1.25fr 1fr 1fr;gap:.55rem}.gp-product-kpi{display:flex;flex-direction:column;gap:.15rem;min-width:0;padding:.72rem;border:1px solid rgba(31,86,74,.1);border-radius:.75rem;background:#fff}.gp-product-kpi.featured{background:#173e36}.gp-product-kpi span,.gp-product-kpi small{color:#85938f;font-size:.54rem}.gp-product-kpi strong{overflow:hidden;color:#234b43;font-size:.84rem;text-overflow:ellipsis;white-space:nowrap}.gp-product-kpi.featured strong{color:#fff}.gp-product-kpi.featured span{color:#ffffff9e}.gp-product-kpi.featured small,.gp-product-kpi small.positive,.gp-product-transaction-row b.positive{color:#49b985}.gp-product-grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(130px,.8fr);gap:.55rem;margin-top:.55rem}.gp-product-chart-card,.gp-product-goal-card,.gp-product-transactions{border:1px solid rgba(31,86,74,.1);border-radius:.75rem;background:#fff}.gp-product-chart-card,.gp-product-goal-card{padding:.72rem}.gp-product-card-title{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem}.gp-product-card-title>div{display:flex;flex-direction:column}.gp-product-card-title strong{color:#294f47;font-size:.63rem}.gp-product-card-title span,.gp-product-card-title a{color:#879590;font-size:.5rem;text-decoration:none}.gp-live-pill{padding:.18rem .38rem;border-radius:999px;background:#edf7df;color:#478155!important;font-weight:750}.gp-product-chart{position:relative;height:118px;margin-top:.55rem}.gp-product-chart svg{position:absolute;inset:0 0 16px;width:100%;height:calc(100% - 16px);overflow:visible}.gp-chart-area{fill:url(#heroChartFill)}.gp-chart-line{fill:none;stroke:#35a977;stroke-width:2.5;stroke-linecap:round;vector-effect:non-scaling-stroke}.gp-chart-guides{position:absolute;inset:10px 0 22px;display:flex;flex-direction:column;justify-content:space-between}.gp-chart-guides span{display:block;border-top:1px dashed rgba(31,86,74,.09)}.gp-chart-months{position:absolute;inset:auto 0 0;display:flex;justify-content:space-between;color:#9aa7a3;font-size:.44rem}.gp-product-goal-card{display:flex;flex-direction:column}.gp-goal-ring{position:relative;display:grid;place-items:center;width:82px;height:82px;margin:.8rem auto .55rem;border-radius:50%;background:conic-gradient(#3db27e 0 68%,#e7eee8 68% 100%)}.gp-goal-ring:before{content:"";position:absolute;width:64px;height:64px;border-radius:50%;background:#fff}.gp-goal-ring>div{z-index:1;display:flex;flex-direction:column;align-items:center}.gp-goal-ring strong{color:#214d43;font-size:.82rem}.gp-goal-ring span{color:#8b9995;font-size:.43rem}.gp-goal-values{display:flex;justify-content:space-between;gap:.3rem;color:#557069;font-size:.48rem}.gp-product-transactions{margin-top:.55rem;padding:.65rem .72rem .25rem}.gp-product-transaction-row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.5rem;padding:.45rem 0;border-top:1px solid rgba(31,86,74,.07)}.gp-product-transaction-row:first-of-type{margin-top:.38rem}.gp-product-tr-icon{display:grid;place-items:center;width:24px;height:24px;border-radius:7px;background:#f8e7d7;color:#a3622d;font-size:.5rem;font-weight:800}.gp-product-tr-icon.income{background:#daf3e4;color:#247b55}.gp-product-transaction-row div{display:flex;flex-direction:column}.gp-product-transaction-row strong,.gp-product-transaction-row b{color:#3d5b55;font-size:.54rem}.gp-product-transaction-row span{color:#98a5a1;font-size:.46rem}.gp-floating-insight{position:absolute;right:-.6rem;bottom:.2rem;display:flex;align-items:center;gap:.6rem;padding:.72rem .9rem;border:1px solid rgba(27,83,70,.14);border-radius:.9rem;background:#ffffffeb;box-shadow:0 18px 45px #123e362b;backdrop-filter:blur(12px)}.gp-floating-insight>span{display:grid;place-items:center;width:29px;height:29px;border-radius:9px;background:var(--gp-accent);color:#22493f;font-weight:800}.gp-floating-insight div{display:flex;flex-direction:column}.gp-floating-insight small{color:#86948f;font-size:.55rem}.gp-floating-insight strong{color:#214b42;font-size:.76rem}.gp-trust-strip{padding:0;border-block:1px solid rgba(28,74,65,.09);background:#173e36}.gp-trust-strip-grid{gap:0}.gp-trust-strip-grid span{position:relative;border:0;border-radius:0;background:transparent;box-shadow:none;color:#ffffffc2;padding:1.05rem .8rem;font-size:.76rem;letter-spacing:.01em}.gp-trust-strip-grid span:before{content:"";display:inline-block;width:6px;height:6px;margin-right:.55rem;border-radius:50%;background:var(--gp-accent)}.gp-home-grid,.gp-steps-grid,.gp-proof-grid,.gp-about-grid,.gp-features-grid{gap:1rem}.gp-home-card,.gp-step-card,.gp-proof-card,.gp-feature-card,.gp-about-card{position:relative;overflow:hidden;padding:clamp(1.35rem,2.4vw,2rem);border:1px solid var(--gp-border);border-radius:1.35rem;background:#ffffffb3;box-shadow:none}.gp-home-card:before,.gp-feature-card:before,.gp-about-card:before{content:"";display:block;width:42px;height:4px;margin-bottom:1.35rem;border-radius:999px;background:var(--gp-accent)}.gp-home-card:hover,.gp-step-card:hover,.gp-proof-card:hover,.gp-feature-card:hover,.gp-about-card:hover{transform:translateY(-5px);border-color:#2a8f634d;box-shadow:var(--gp-shadow-md)}.gp-home-card h3,.gp-feature-card h3,.gp-about-card h3{font-size:1.2rem}.gp-home-link{margin-top:1.2rem;color:#176c4c;font-size:.88rem;font-weight:750}.gp-step-card{counter-increment:steps;min-height:230px;padding-top:4.5rem}.gp-step-number{position:absolute;top:1.4rem;left:1.4rem;display:grid;place-items:center;width:2.25rem;height:2.25rem;border-radius:50%;background:var(--gp-text-primary);color:var(--gp-accent);font-size:.8rem}.gp-compare-grid{gap:1rem}.gp-compare-card{padding:clamp(1.5rem,3vw,2.35rem);border:1px solid var(--gp-border);border-radius:1.5rem;box-shadow:none}.gp-compare-card.before{background:#f3f2ec}.gp-compare-card.after{background:#e6f2df;border-color:#38875233}.gp-compare-chip{border-radius:999px}.gp-compare-metric{overflow:hidden;gap:0;margin-top:1rem;border:1px solid var(--gp-border);border-radius:1.25rem;background:#fff}.gp-metric-item{border:0;border-right:1px solid var(--gp-border);border-radius:0;background:transparent;box-shadow:none}.gp-metric-item:last-child{border-right:0}.gp-proof-card{min-height:250px;display:flex;flex-direction:column;justify-content:space-between}.gp-proof-card:before{content:"“";color:#62ad7d;font-family:Georgia,serif;font-size:4rem;line-height:.7}.gp-proof-quote{color:#2a5148;font-size:1rem;line-height:1.65}.gp-feature-showcase{position:relative;gap:clamp(2rem,5vw,5rem);margin-bottom:1.25rem;padding:clamp(1.5rem,3vw,2.5rem);border:1px solid var(--gp-border);border-radius:1.75rem;background:#ffffffc7;box-shadow:none}.gp-feature-showcase:nth-of-type(2n){background:#eef3e9}.gp-feature-showcase:hover{border-color:#2b8f6440;box-shadow:var(--gp-shadow-md)}.gp-showcase-content h3{font-size:clamp(1.65rem,3vw,2.65rem);line-height:1.08}.gp-point{align-items:flex-start;color:#61736e;line-height:1.62}.gp-check-icon{display:grid;place-items:center;flex:0 0 auto;width:1.4rem;height:1.4rem;margin-top:.05rem;border-radius:50%;background:#dff1dd;color:#247954;font-size:.7rem}.gp-mock-screen{overflow:hidden;border:1px solid rgba(30,78,68,.14);border-radius:1.2rem;background:#fff;box-shadow:0 24px 55px #143c341f}.gp-mock-header{background:#f6f8f3;border-bottom-color:#1e4e4417}.gp-mock-dots span:nth-child(1){background:#a8b7b2}.gp-mock-dots span:nth-child(2){background:#73c095}.gp-mock-dots span:nth-child(3){background:var(--gp-accent)}.gp-mock-title{color:#36574f}.gp-mock-status{color:#27815c;background:#e8f5e8}.gp-features-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.gp-feature-card{min-height:210px}.gp-pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;max-width:1050px;margin-inline:auto}.gp-pricing-card{position:relative;padding:clamp(1.5rem,3vw,2.3rem);border:1px solid var(--gp-border);border-radius:1.6rem;background:#ffffffc7;box-shadow:none}.gp-pricing-card:hover{transform:translateY(-5px);border-color:#2b8f644d;box-shadow:var(--gp-shadow-md)}.gp-pricing-card.featured{color:#fff;border-color:#173e36;background:radial-gradient(circle at 100% 0,rgba(225,243,106,.16),transparent 18rem),#173e36;box-shadow:0 25px 60px #123e3633}.gp-pricing-card.featured h3,.gp-pricing-card.featured .gp-amount,.gp-pricing-card.featured .gp-currency{color:#fff}.gp-pricing-card.featured .gp-period,.gp-pricing-card.featured .gp-plan-features li,.gp-pricing-card.featured .gp-plan-note{color:#ffffffb3}.gp-pricing-card.featured .gp-plan-header{border-bottom-color:#ffffff1f}.gp-pricing-card.featured .check{color:var(--gp-accent)}.gp-pricing-card.featured .btn-primary{background:var(--gp-accent);border-color:var(--gp-accent);color:#173e36;box-shadow:none}.gp-popular-badge{top:1.2rem;right:1.2rem;transform:none;padding:.4rem .65rem;border-radius:999px;background:var(--gp-accent);color:#24483f;box-shadow:none;font-size:.68rem}.gp-plan-header{padding-bottom:1.4rem;border-bottom-color:var(--gp-border)}.gp-plan-header h3{max-width:70%;font-size:1.3rem}.gp-amount{color:var(--gp-text-primary);font-size:clamp(2.6rem,5vw,4rem);letter-spacing:-.06em}.gp-plan-features{gap:.8rem}.gp-plan-features li{color:#63756f;font-size:.9rem}.gp-plan-actions .btn{width:100%}.gp-faq-list{max-width:880px;gap:.65rem}.gp-faq-item{padding:0 1.2rem;border:1px solid var(--gp-border);border-radius:1rem;background:#ffffffbf;box-shadow:none}.gp-faq-item[open]{border-color:#2b8f6440;background:#fff}.gp-faq-item summary{padding:1.2rem 0;color:#2a5148;font-weight:750}.gp-faq-item summary:after{display:grid;place-items:center;flex:0 0 auto;width:1.8rem;height:1.8rem;border-radius:50%;background:#edf3e7;color:#287a58;font-size:1rem}.gp-about-hero{max-width:900px;margin-bottom:4rem}.gp-about-card{min-height:240px}.gp-cta-section{position:relative;overflow:hidden;padding:clamp(5rem,8vw,7.5rem) 0;background:#173e36}.gp-cta-section:before,.gp-cta-section:after{content:"";position:absolute;border-radius:50%;pointer-events:none}.gp-cta-section:before{width:420px;height:420px;top:-260px;right:-80px;border:80px solid rgba(225,243,106,.08)}.gp-cta-section:after{width:280px;height:280px;bottom:-190px;left:-50px;background:#41b57f1a}.gp-cta-box{position:relative;z-index:1;max-width:900px}.gp-cta-box h2{color:#fff;font-size:clamp(2.4rem,5vw,4.5rem);line-height:1;letter-spacing:-.055em}.gp-cta-story{display:inline-block;max-width:760px;margin-bottom:1.7rem;padding:.55rem .85rem;border:1px solid rgba(255,255,255,.09);border-radius:999px;background:#ffffff0d;color:#ffffffb0;box-shadow:none;font-size:.78rem;font-style:normal}.gp-cta-box>p:not(.gp-cta-story){max-width:640px;margin:1rem auto 1.6rem;color:#ffffffb0}.gp-cta-btn,.gp-cta-btn:hover{background:var(--gp-accent);border-color:var(--gp-accent);color:#173e36;box-shadow:none}.gp-cta-note{color:#ffffff8c;font-size:.74rem}@media(max-width:1080px){.gp-hero-grid{grid-template-columns:1fr}.gp-hero-grid>:first-child{order:0}.gp-hero-visual{order:1;max-width:760px;margin-inline:auto}.gp-features-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:820px){.gp-section-header h1,.gp-section-header h2,.gp-about-hero h1{letter-spacing:-.045em}.gp-page-home .gp-hero{padding-top:3.5rem}.gp-hero-title,.gp-hero.gp-hero-fullscreen .gp-hero-title{font-size:clamp(2.8rem,13vw,4.2rem)}.gp-hero-actions{align-items:stretch}.gp-hero-cta-secondary,.gp-hero-cta-secondary:hover{border:1px solid rgba(18,62,54,.15);background:#ffffffa6}.gp-hero-footnote{justify-content:center}.gp-stats,.gp-hero.gp-hero-fullscreen .gp-stats{grid-template-columns:repeat(3,1fr)}.gp-stat-with-avatars{display:block}.gp-stat-avatars{display:none}.gp-product-stage{margin-inline:-.5rem;width:calc(100% + 1rem);padding:1.5rem 0 1.8rem}.gp-product-window{transform:none}.gp-product-main{padding:.75rem}.gp-product-kpis{grid-template-columns:1fr 1fr}.gp-product-kpi:last-child{display:none}.gp-product-grid{grid-template-columns:1fr}.gp-product-goal-card,.gp-product-transactions{display:none}.gp-product-body{min-height:325px}.gp-product-chart{height:150px}.gp-floating-insight{right:-.35rem}.gp-trust-strip-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gp-trust-strip-grid span{text-align:left;padding:.85rem .45rem;font-size:.68rem}.gp-feature-showcase{padding:1.25rem;border-radius:1.25rem}.gp-feature-showcase.reverse .gp-showcase-visual{order:1}.gp-pricing-grid,.gp-features-grid,.gp-compare-metric{grid-template-columns:1fr}.gp-metric-item,.gp-metric-item:last-child{border-right:0;border-bottom:1px solid var(--gp-border)}.gp-metric-item:last-child{border-bottom:0}.gp-mobile-sticky-cta{background:var(--gp-primary-dark);border-radius:999px}}@media(max-width:520px){.gp-product-period,.gp-product-sidebar{display:none}.gp-product-topbar{grid-template-columns:1fr auto}.gp-product-body{grid-template-columns:1fr}.gp-product-heading button{display:none}.gp-floating-insight{bottom:-.15rem}}.gp-openfinance-stage{position:relative;width:100%;padding:2.2rem .5rem 2.4rem}.gp-of-glow{position:absolute;inset:8% 2% 0 8%;border-radius:50%;background:#51b5813d;filter:blur(70px)}.gp-of-window{position:relative;overflow:hidden;border:1px solid rgba(20,74,63,.16);border-radius:1.4rem;background:#fbfcf8;box-shadow:0 36px 85px #0f3c3330,0 8px 25px #0f3c3314;transform:perspective(1400px) rotateY(-2deg) rotateX(1deg)}.gp-of-topbar{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:.85rem;height:54px;padding:0 1rem;border-bottom:1px solid rgba(29,82,71,.1);background:#ffffffeb}.gp-of-secure{display:inline-flex;align-items:center;gap:.35rem;color:#647b74;font-size:.56rem;font-weight:700}.gp-of-secure:before{content:"";width:6px;height:6px;border-radius:50%;background:#39ad76;box-shadow:0 0 0 4px #39ad761a}.gp-of-content{padding:1rem}.gp-of-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:.8rem}.gp-of-heading>div{display:flex;flex-direction:column;gap:.12rem}.gp-of-heading>div>span{color:#2b956a;font-size:.55rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.gp-of-heading strong{color:#173e36;font-family:var(--font-family-heading);font-size:.98rem;letter-spacing:-.03em}.gp-of-live{display:inline-flex;align-items:center;gap:.35rem;padding:.32rem .55rem;border-radius:999px;background:#edf7df;color:#4e7e55;font-size:.5rem;font-weight:750}.gp-of-live i{width:5px;height:5px;border-radius:50%;background:#42aa6e;animation:gp-of-blink 1.8s ease-in-out infinite}.gp-of-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(150px,.72fr);gap:.65rem}.gp-of-map{position:relative;min-height:302px;overflow:hidden;border:1px solid rgba(28,82,70,.09);border-radius:1rem;background:radial-gradient(circle at center,rgba(61,177,124,.14),transparent 31%),radial-gradient(rgba(35,98,83,.12) .55px,transparent .55px),#f7f9f4;background-size:auto,14px 14px,auto}.gp-of-connectors{position:absolute;inset:0;width:100%;height:100%;overflow:visible}.gp-of-connectors path{fill:none;stroke:#2f9b6b61;stroke-width:1.5;stroke-dasharray:5 5;vector-effect:non-scaling-stroke}.gp-of-connectors .pulse{fill:#e1f36a;stroke:#2c8f66;stroke-width:1.5;filter:drop-shadow(0 0 4px rgba(57,171,116,.55))}.gp-of-center{position:absolute;z-index:2;top:50%;left:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;width:112px;height:112px;border:1px solid rgba(36,135,94,.25);border-radius:50%;background:#fffffff5;box-shadow:0 18px 35px #14463a26,0 0 0 10px #41b27c12;transform:translate(-50%,-50%)}.gp-of-center-rings{position:absolute;inset:-18px;border:1px solid rgba(57,161,112,.16);border-radius:50%;animation:gp-of-ring 3s ease-out infinite}.gp-of-center img{width:29px;height:29px;margin-bottom:.2rem;-o-object-fit:contain;object-fit:contain}.gp-of-center strong{color:#1b5145;font-family:var(--font-family-heading);font-size:.7rem}.gp-of-center small{color:#8c9b96;font-size:.42rem}.gp-bank-node{position:absolute;z-index:3;display:flex;align-items:center;gap:.48rem;min-width:116px;padding:.48rem .58rem;border:1px solid rgba(28,82,70,.11);border-radius:.75rem;background:#fffffff2;box-shadow:0 10px 22px #14463a17}.gp-bank-node.bank-1{top:8%;left:4%}.gp-bank-node.bank-2{top:8%;right:4%}.gp-bank-node.bank-3{bottom:8%;left:4%}.gp-bank-node.bank-4{right:4%;bottom:8%}.gp-bank-node>span{display:grid;place-items:center;flex:0 0 auto;width:30px;height:30px;border-radius:9px;color:#fff;font-size:.52rem;font-weight:850;letter-spacing:-.03em}.gp-bank-node>span.itau{background:linear-gradient(135deg,#ff7a00,#e04d16)}.gp-bank-node>span.nubank{background:linear-gradient(135deg,#8d2dcc,#5f1499)}.gp-bank-node>span.inter{background:linear-gradient(135deg,#ff7a1a,#ff4e00)}.gp-bank-node>span.c6{background:linear-gradient(135deg,#2a2f32,#060708)}.gp-bank-node>div{display:flex;flex-direction:column}.gp-bank-node strong{color:#31564d;font-size:.58rem}.gp-bank-node small{display:flex;align-items:center;gap:.24rem;color:#81918c;font-size:.42rem}.gp-bank-node small i{width:4px;height:4px;border-radius:50%;background:#42af77}.gp-of-activity{display:flex;flex-direction:column;min-width:0;padding:.75rem;border:1px solid rgba(28,82,70,.09);border-radius:1rem;background:#fff}.gp-of-activity-title{display:flex;align-items:flex-start;justify-content:space-between;gap:.4rem;padding-bottom:.55rem}.gp-of-activity-title>div{display:flex;flex-direction:column}.gp-of-activity-title strong{color:#31564d;font-size:.62rem}.gp-of-activity-title span{color:#98a49f;font-size:.44rem}.gp-of-activity-title b{padding:.18rem .35rem;border-radius:999px;background:#eaf6e9;color:#4a8159;font-size:.42rem}.gp-of-event{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.45rem;padding:.58rem 0;border-top:1px solid rgba(31,86,74,.08)}.gp-of-event>span{display:grid;place-items:center;width:25px;height:25px;border-radius:8px;font-size:.58rem;font-weight:800}.gp-of-event>span.income{background:#daf3e4;color:#257a55}.gp-of-event>span.expense{background:#f8e9df;color:#ae6842}.gp-of-event>span.sync{background:#e7eff4;color:#477387}.gp-of-event div{display:flex;flex-direction:column;min-width:0}.gp-of-event div strong{overflow:hidden;color:#4a655e;font-size:.48rem;text-overflow:ellipsis;white-space:nowrap}.gp-of-event div small{color:#9ba7a3;font-size:.4rem}.gp-of-event>b{grid-column:2;margin-top:-.15rem;color:#2d8d65;font-size:.45rem}.gp-of-summary{display:grid;grid-template-columns:1fr 1fr;gap:.4rem;margin-top:auto;padding-top:.65rem}.gp-of-summary>span{display:flex;flex-direction:column;padding:.48rem;border-radius:.6rem;background:#f4f7f1}.gp-of-summary strong{color:#285b4f;font-size:.68rem}.gp-of-summary small{color:#929f9a;font-size:.39rem}.gp-of-footer-status{display:flex;align-items:center;gap:.9rem;margin-top:.65rem;padding:.62rem .8rem;border:1px solid rgba(28,82,70,.08);border-radius:.75rem;background:#f5f7f2;color:#7a8a85;font-size:.44rem}.gp-of-footer-status span:first-child{display:inline-flex;align-items:center;gap:.3rem}.gp-of-footer-status i{display:grid;place-items:center;width:13px;height:13px;border-radius:50%;background:#dcf1df;color:#25815a;font-size:.4rem;font-style:normal}.gp-of-footer-status strong{margin-left:auto;color:#34705f;font-size:.45rem}.gp-of-floating{position:absolute;right:-.6rem;bottom:.2rem;z-index:4;display:flex;align-items:center;gap:.58rem;padding:.7rem .85rem;border:1px solid rgba(27,83,70,.14);border-radius:.9rem;background:#fffffff0;box-shadow:0 18px 45px #123e362b;backdrop-filter:blur(12px)}.gp-of-floating>span{display:grid;place-items:center;width:30px;height:30px;border-radius:9px;background:var(--gp-accent);color:#22493f;font-size:.72rem;font-weight:850}.gp-of-floating div{display:flex;flex-direction:column}.gp-of-floating small{color:#82918c;font-size:.5rem}.gp-of-floating strong{color:#214b42;font-size:.67rem}@keyframes gp-of-blink{0%,to{opacity:1}50%{opacity:.35}}@keyframes gp-of-ring{0%{opacity:.8;transform:scale(.9)}75%,to{opacity:0;transform:scale(1.22)}}@media(max-width:820px){.gp-openfinance-stage{width:calc(100% + 1rem);margin-inline:-.5rem;padding:1.5rem 0 1.8rem}.gp-of-window{transform:none}.gp-of-content{padding:.72rem}.gp-of-layout{grid-template-columns:1fr}.gp-of-activity{display:none}.gp-of-map{min-height:310px}.gp-of-footer-status span:nth-child(2){display:none}.gp-of-floating{right:-.35rem;bottom:-.2rem}}@media(max-width:520px){.gp-of-secure{display:none}.gp-of-topbar{grid-template-columns:1fr auto}.gp-of-heading strong{font-size:.84rem}.gp-of-map{min-height:280px}.gp-of-center{width:96px;height:96px}.gp-bank-node{min-width:98px;padding:.4rem}.gp-bank-node>span{width:25px;height:25px}.gp-bank-node.bank-1,.gp-bank-node.bank-3{left:2%}.gp-bank-node.bank-2,.gp-bank-node.bank-4{right:2%}.gp-of-footer-status strong{display:none}}@media(prefers-reduced-motion:reduce){.gp-of-live i,.gp-of-center-rings{animation:none}.gp-of-connectors .pulse{display:none}}.gp-of-glow{transform:translate3d(0,var(--scroll-shift, 0),0);transition:transform .12s linear}.gp-section-header .gp-highlight{padding-bottom:.05em;background-image:linear-gradient(#e1f36a85,#e1f36a85);background-repeat:no-repeat;background-position:0 94%;background-size:0% .16em;transition:background-size .9s cubic-bezier(.22,1,.36,1) .28s}.gp-section-header.is-visible .gp-highlight{background-size:100% .16em}.gp-home-card:before,.gp-feature-card:before,.gp-about-card:before{transform-origin:left center;transition:transform .7s cubic-bezier(.22,1,.36,1) .18s}html.has-scroll-animations .gp-home-card.scroll-armed:before,html.has-scroll-animations .gp-feature-card.scroll-armed:before,html.has-scroll-animations .gp-about-card.scroll-armed:before{transform:scaleX(0)}.gp-feature-showcase .gp-mock-screen{transform-origin:center bottom;transition:opacity .72s ease .16s,transform .9s cubic-bezier(.22,1,.36,1) .16s,box-shadow .3s ease}html.has-scroll-animations .gp-feature-showcase.scroll-armed .gp-mock-screen{opacity:0;transform:translateY(28px) scale(.95)}.gp-feature-showcase.is-visible .gp-mock-screen{opacity:1;transform:translateY(0) scale(1)}.gp-hero-visual .gp-of-window,.gp-hero-visual .gp-of-floating{transition:opacity .9s ease,transform 1.1s cubic-bezier(.22,1,.36,1)}html.has-scroll-animations .gp-hero-visual.scroll-armed .gp-of-window{opacity:0;transform:perspective(1400px) rotateY(-4deg) rotateX(2deg) translateY(34px) scale(.95)}html.has-scroll-animations .gp-hero-visual.scroll-armed .gp-of-floating{opacity:0;transform:translateY(18px) scale(.86)}.gp-hero-visual.is-visible .gp-of-floating{transition-delay:.7s}.gp-hero-visual .gp-of-center,.gp-hero-visual .gp-bank-node{transition:opacity .62s ease,transform .76s cubic-bezier(.22,1,.36,1)}html.has-scroll-animations .gp-hero-visual.scroll-armed .gp-of-center{opacity:0;transform:translate(-50%,-50%) scale(.68)}html.has-scroll-animations .gp-hero-visual.scroll-armed .gp-bank-node{opacity:0;transform:scale(.75)}.gp-hero-visual.is-visible .gp-bank-node.bank-1{transition-delay:.36s}.gp-hero-visual.is-visible .gp-bank-node.bank-2{transition-delay:.46s}.gp-hero-visual.is-visible .gp-bank-node.bank-3{transition-delay:.56s}.gp-hero-visual.is-visible .gp-bank-node.bank-4{transition-delay:.66s}.gp-hero-visual .gp-of-connectors path{transition:opacity .65s ease .3s,stroke-dashoffset 1.4s cubic-bezier(.22,1,.36,1) .3s}html.has-scroll-animations .gp-hero-visual.scroll-armed .gp-of-connectors path{opacity:0;stroke-dashoffset:90}.gp-pricing-card .gp-popular-badge{transform-origin:center;transition:opacity .5s ease .48s,transform .7s cubic-bezier(.22,1,.36,1) .48s}html.has-scroll-animations .gp-pricing-card.scroll-armed .gp-popular-badge{opacity:0;transform:scale(.6) rotate(-5deg)}@media(max-width:820px){html.has-scroll-animations .gp-hero-visual.scroll-armed .gp-of-window{transform:translateY(24px) scale(.97)}}@media(prefers-reduced-motion:reduce){.gp-of-glow{transform:none}}
