@charset "UTF-8";:root{--primary-color:#2563eb;--primary-hover:#1d4ed8;--primary-gradient:linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);--secondary-color:#f8fafc;--accent-color:#06b6d4;--success-color:#10b981;--warning-color:#f59e0b;--error-color:#ef4444;--purple-color:#8b5cf6;--pink-color:#ec4899;--emerald-color:#10b981;--orange-color:#f97316;--text-color:#1f2937;--text-light:#6b7280;--text-muted:#9ca3af;--background:#ffffff;--surface:#f8fafc;--border:#e2e8f0;--shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);--shadow-lg:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);--max-width:1200px;--border-radius:12px;--transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1)}.hero{padding:8rem 2rem 6rem;background:#fff}.hero__container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative}.hero__beta-announcement{display:inline-flex;align-items:center;gap:.75rem;background:rgba(37,99,235,8%);border:1px solid rgba(37,99,235,.2);border-radius:50px;padding:.5rem 1rem .5rem .5rem;margin-bottom:1.5rem;font-size:.9rem;color:#1f2937;animation:fadeInUp .6s ease-out}.hero__beta-announcement .beta-pill{background:linear-gradient(135deg,#2563eb,#8b5cf6);color:#fff;font-size:.7rem;font-weight:700;padding:.3rem .6rem;border-radius:50px;text-transform:uppercase;letter-spacing:.05em}.hero__content h1,.hero .gradient-title{background:linear-gradient(135deg,#2563eb,#8b5cf6,#06b6d4,#10b981);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero__subtitle{font-size:1.25rem;color:#6b7280;margin-bottom:2rem}.hero__cta{display:flex;gap:1rem}.hero__image{position:relative}.hero__image-container{position:relative;border-radius:2rem;overflow:visible;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);transition:all .3s cubic-bezier(.4,0,.2,1)}.hero__image img{width:100%;height:auto;display:block;border-radius:2rem}.hero__image-overlay{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.hero__stats{display:flex;gap:2rem;margin-top:2rem;justify-content:space-between}@media(max-width:768px){.hero{padding:8rem 1rem 4rem}.hero__container{grid-template-columns:1fr;text-align:center;gap:3rem}.hero__content h1{font-size:2.5rem}.hero__cta{gap:1rem;justify-content:center}.hero__cta .button{flex:1;font-size:.9rem;padding:1rem;min-height:3rem}.hero__stats{gap:.5rem;justify-content:center;margin-top:2.5rem}.hero__image-container{border-radius:1.5rem}.hero__image-container img{border-radius:1.5rem}}@media(max-width:480px){.hero{padding:6rem 1rem 3rem}.hero__stats{margin-top:2rem;gap:.25rem}}.floating-card{position:absolute;background:rgba(255,255,255,.95);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:1rem;padding:1rem;display:flex;align-items:center;gap:.75rem;box-shadow:0 10px 25px rgba(0,0,0,.1);animation:slideInFade .8s ease-out forwards;min-width:140px;opacity:0;transform:translateY(20px);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.floating-card--savings{top:15%;right:-20px;animation-delay:.3s}.floating-card--goal{bottom:20%;left:-20px;animation-delay:.6s}.floating-card__icon{font-size:1.5rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2563eb,#06b6d4);border-radius:.75rem;color:#fff;flex-shrink:0}.floating-card__content{flex:1;min-width:0}.floating-card__label{font-size:.75rem;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.floating-card__value{font-size:1.25rem;font-weight:700;color:#1f2937;margin-bottom:.25rem}.floating-card__change{font-size:.75rem;font-weight:600}.floating-card__change--positive{color:#10b981}.floating-card__change--negative{color:#ef4444}@keyframes slideInFade{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.banks{padding:5rem 2rem;background:linear-gradient(135deg,#ffffff 0%,#f8fafc 100%)}.banks h2{text-align:center}.banks__subtitle{text-align:center;margin-bottom:3rem;font-size:1.2rem;color:#6b7280;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.5}.banks__grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3rem}@media(max-width:992px){.banks__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:576px){.banks__grid{grid-template-columns:1fr}}.banks__note{text-align:center;max-width:600px;margin:0 auto}.banks__note p{color:#6b7280;font-size:.9rem;line-height:1.5}.banks__note a{color:#2563eb;text-decoration:none;font-weight:500}.banks__note a:hover{text-decoration:underline}.bank-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,6%);text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid #e2e8f0}.bank-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,5%)}.bank-card__logo{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#fff;margin:0 auto 1.5rem}.bank-card__logo--banamex{background:linear-gradient(135deg,#e53e3e,#c53030)}.bank-card__logo--hsbc{background:linear-gradient(135deg,#dd6b20,#c05621)}.bank-card__logo--bbva{background:linear-gradient(135deg,#3182ce,#2c5aa0)}.bank-card__logo--bci{background:linear-gradient(135deg,#1e3a8a,#3b82f6)}.bank-card__logo--chile{background:linear-gradient(135deg,#1e40af,#3b82f6)}.bank-card__logo--santander{background:linear-gradient(135deg,#dc2626,#ef4444)}.bank-card__logo--estado{background:linear-gradient(135deg,#16a34a,#22c55e)}.bank-card__logo--falabella{background:linear-gradient(135deg,#059669,#10b981)}.bank-card__logo--itau{background:linear-gradient(135deg,#ea580c,#f97316)}.bank-card__logo--scotiabank{background:linear-gradient(135deg,#dc2626,#ef4444)}.bank-card__logo--nubank{background:linear-gradient(135deg,#8b5cf6,#a855f7)}.bank-card__logo--itau{background:linear-gradient(135deg,#ea580c,#f97316)}.bank-card__logo--bradesco{background:linear-gradient(135deg,#dc2626,#ef4444)}.bank-card__logo--bb{background:linear-gradient(135deg,#facc15,#f59e0b)}.bank-card__logo--caixa{background:linear-gradient(135deg,#059669,#10b981)}.bank-card__logo--btg{background:linear-gradient(135deg,#1e40af,#3b82f6)}.bank-card__logo--inter{background:linear-gradient(135deg,#ea580c,#f97316)}.bank-card__logo--c6{background:linear-gradient(135deg,#1a1a1a,#333333)}.bank-card__logo--security{background:linear-gradient(135deg,#0d47a1,#1976d2)}.bank-card__logo--bice{background:linear-gradient(135deg,#1565c0,#42a5f5)}.bank-card__logo--chase{background:linear-gradient(135deg,#0066b2,#004d8a)}.bank-card__logo--bofa{background:linear-gradient(135deg,#e31837,#cc1530)}.bank-card__logo--wells-fargo{background:linear-gradient(135deg,#d71921,#b71419)}.bank-card__logo--citi{background:linear-gradient(135deg,#0067b1,#004d84)}.bank-card__logo--capital-one{background:linear-gradient(135deg,#004879,#003355)}.bank-card__logo--pnc{background:linear-gradient(135deg,#f58220,#e07000)}.bank-card__logo--usbank{background:linear-gradient(135deg,#0c2340,#1a3a5c)}.bank-card__logo--td{background:linear-gradient(135deg,#34a853,#2e8b47)}.bank-card__logo--schwab{background:linear-gradient(135deg,#00a3e0,#0082b3)}.bank-card h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#1f2937}.bank-card p{font-size:.9rem;color:#6b7280;margin-bottom:1rem}.bank-card__features{list-style:none;text-align:left}.bank-card__features span{display:block;padding:.25rem 0;font-size:.85rem;color:#6b7280}.extension-info{padding:6rem 2rem;background:#fff}.extension-info h2{text-align:center;max-width:1200px;margin-left:auto;margin-right:auto}.extension-info__subtitle{text-align:center;font-size:1.2rem;color:#6b7280;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.5}.extension-info__content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.extension-info__explanation{display:flex;flex-direction:column;gap:2rem}.explanation-point{display:flex;gap:1rem;align-items:flex-start}.explanation-point__icon{font-size:2rem;margin-top:.25rem;flex-shrink:0}.explanation-point__content h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#1f2937}.explanation-point__content p{color:#6b7280;line-height:1.6;font-size:.95rem}.extension-info__cta{display:flex;gap:1rem;margin-top:2rem}.extension-info__visual{display:flex;justify-content:center;align-items:center}.extension-comparison{display:flex;flex-direction:column;gap:1.5rem}.comparison-item{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,6%);text-align:center;min-width:200px;border:1px solid #e2e8f0}.comparison-flag{font-size:2rem;margin-bottom:.5rem}.comparison-item h4{font-size:1.1rem;font-weight:600;margin-bottom:.25rem;color:#1f2937}.comparison-item p{font-size:.9rem;color:#6b7280;margin-bottom:1rem}.comparison-status{display:inline-block;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:500}.comparison-status--available{background:rgba(16,185,129,.1);color:#10b981}.comparison-status--pending{background:rgba(245,158,11,.1);color:#f59e0b}.country-banks-preview{display:flex;justify-content:center;align-items:center;height:100%;min-height:450px;padding:2rem;overflow:hidden;contain:layout style}.country-banks-preview .country-banks-dashboard{background:rgba(255,255,255,.95);backdrop-filter:blur(20px);border-radius:20px;box-shadow:0 20px 40px rgba(0,0,0,.1),0 8px 16px rgba(0,0,0,6%);overflow:hidden;width:450px;transition:all .3s cubic-bezier(.4,0,.2,1)}.country-banks-preview .country-banks-dashboard--no-padding .accounts-preview{padding:0}.country-banks-preview .country-banks-dashboard--no-padding .connection-footer{padding:.75rem}.country-banks-preview .country-banks-dashboard:hover{transform:translateY(-8px);box-shadow:0 25px 50px rgba(0,0,0,.15),0 10px 20px rgba(0,0,0,8%)}.country-banks-preview .country-banks-dashboard .preview-header{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(0,0,0,5%);width:100%}.country-banks-preview .country-banks-dashboard .preview-header .preview-title{font-weight:600;color:#1f2937;font-size:.875rem;margin:0}.country-banks-preview .country-banks-dashboard .preview-header .sync-indicator{display:flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:500;color:#10b981;margin:0}.country-banks-preview .country-banks-dashboard .preview-header .sync-indicator .pulse-dot{width:8px;height:8px;color:#10b981;flex-shrink:0}.country-banks-preview .country-banks-dashboard .balance-overview{padding:2rem 0 1.5rem;text-align:center;background:linear-gradient(135deg,#2563eb,#8b5cf6);color:#fff;margin:0;width:100%}.country-banks-preview .country-banks-dashboard .balance-overview .balance-amount{font-size:1.75rem;font-weight:700;margin-bottom:.5rem;line-height:1.2}.country-banks-preview .country-banks-dashboard .balance-overview .balance-label{font-size:.875rem;opacity:.9}.country-banks-preview .country-banks-dashboard .accounts-preview{padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.country-banks-preview .country-banks-dashboard .accounts-preview .account-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f8fafc;border:1px solid rgba(37,99,235,6%);border-radius:12px;transition:all .2s ease}.country-banks-preview .country-banks-dashboard .accounts-preview .account-item:hover{background:rgba(255,255,255,.8);box-shadow:0 4px 16px rgba(0,0,0,4%);transform:translateX(4px)}.country-banks-preview .country-banks-dashboard .accounts-preview .account-item .bank-badge{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.75rem;color:#fff;flex-shrink:0}.country-banks-preview .country-banks-dashboard .accounts-preview .account-item .bank-badge--bbva{background:linear-gradient(135deg,#0073ce,#1976d2)}.country-banks-preview .country-banks-dashboard .accounts-preview .account-item .bank-badge--banorte{background:linear-gradient(135deg,#c41e3a,#e53e3e)}.country-banks-preview .country-banks-dashboard .accounts-preview .account-item .bank-badge--bchile{background:linear-gradient(135deg,#003f7f,#0056b3)}.country-banks-preview .country-banks-dashboard .accounts-preview .account-item .bank-badge--bci{background:linear-gradient(135deg,#1e3a8a,#3b82f6)}.country-banks-preview .country-banks-dashboard .accounts-preview .account-item .bank-badge--itau{background:linear-gradient(135deg,#ec7000,#f97316)}.country-banks-preview .country-banks-dashboard .accounts-preview .account-item .bank-badge--bb{background:linear-gradient(135deg,#ffd100,#f59e0b)}.country-banks-preview .country-banks-dashboard .accounts-preview .account-item .account-details{display:flex;flex-direction:column;flex:1}.country-banks-preview .country-banks-dashboard .accounts-preview .account-item .account-details .bank-name{font-weight:600;font-size:.875rem;color:#1f2937;margin-bottom:.25rem}.country-banks-preview .country-banks-dashboard .accounts-preview .account-item .account-details .account-balance{font-weight:700;color:#1f2937;font-size:.9rem}.country-banks-preview .country-banks-dashboard .connection-status{padding:.75rem 1rem 1.5rem}.country-banks-preview .country-banks-dashboard .connection-status .provider-logo{width:28px;height:28px}.country-banks-preview .country-banks-dashboard .connection-status .provider-logo svg{width:16px;height:16px}.country-banks-preview .country-banks-dashboard .connection-status .provider-info .provider-name{font-size:.8rem}.country-banks-preview .country-banks-dashboard .connection-status .provider-info .provider-type{font-size:.65rem}@media(max-width:768px){.country-banks-preview{min-height:400px;padding:1rem}.country-banks-preview .dashboard-preview .balance-overview .balance-amount{font-size:1.5rem}.country-banks-preview .dashboard-preview .accounts-preview{padding:1rem}.country-banks-preview .dashboard-preview .connection-footer{padding:.5rem}}.dashboard-preview{background:rgba(255,255,255,.95);backdrop-filter:blur(20px);border-radius:20px;box-shadow:0 20px 40px rgba(0,0,0,.1),0 8px 16px rgba(0,0,0,6%);border:1px solid rgba(255,255,255,.8);overflow:hidden;max-width:400px;width:100%;transition:transform .3s ease,box-shadow .3s ease}.dashboard-preview:hover{transform:translateY(-8px);box-shadow:0 25px 50px rgba(0,0,0,.15),0 10px 20px rgba(0,0,0,8%)}.preview-header{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(0,0,0,5%)}.preview-title{font-weight:600;color:#1f2937;font-size:.875rem;margin:0}.sync-indicator{display:flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:500;color:#10b981;margin:0}.pulse-dot{width:8px;height:8px;color:#10b981;flex-shrink:0}.balance-overview{padding:2rem 0 1.5rem;text-align:center;background:linear-gradient(135deg,#2563eb,#8b5cf6);color:#fff;margin:0}.balance-amount{font-size:1.75rem;font-weight:700;margin-bottom:.5rem;line-height:1.2}.balance-label{font-size:.875rem;opacity:.9}.accounts-preview{padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.account-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f8fafc;border:1px solid rgba(37,99,235,6%);border-radius:12px;transition:all .2s ease}.account-item:hover{background:rgba(255,255,255,.8);box-shadow:0 4px 16px rgba(0,0,0,4%);transform:translateX(4px)}.bank-badge{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.75rem;color:#fff;flex-shrink:0}.bank-badge--bbva{background:linear-gradient(135deg,#0073ce,#1976d2)}.bank-badge--banorte{background:linear-gradient(135deg,#c41e3a,#e53e3e)}.bank-badge--bchile{background:linear-gradient(135deg,#003f7f,#0056b3)}.bank-badge--bci{background:linear-gradient(135deg,#1e3a8a,#3b82f6)}.bank-badge--itau{background:linear-gradient(135deg,#ec7000,#f97316)}.bank-badge--bb{background:linear-gradient(135deg,#ffd100,#f59e0b)}.bank-badge--chase{background:linear-gradient(135deg,#0c4da2,#1e88e5)}.bank-badge--bofa{background:linear-gradient(135deg,#e31837,#c41230)}.account-details{display:flex;flex-direction:column;flex:1}.bank-name{font-weight:600;font-size:.875rem;color:#1f2937;margin-bottom:.25rem}.account-balance{font-weight:700;color:#1f2937;font-size:.9rem}.connection-footer{padding:1.5rem;border-top:1px solid rgba(0,0,0,8%);background:linear-gradient(135deg,rgba(248,250,252,.8),rgba(241,245,249,.9))}.connection-status-modern{display:flex;flex-direction:column;align-items:center;gap:1rem}.status-indicator{display:flex;align-items:center;gap:.5rem}.status-indicator .status-dot{width:8px;height:8px;border-radius:50%;background:#10b981;position:relative}.status-indicator .status-dot::after{content:"";position:absolute;top:-3px;left:-3px;right:-3px;bottom:-3px;border-radius:50%;background:#10b981;opacity:.2;animation:statusPulse 2s infinite}.status-indicator .status-label{font-size:.7rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.1em}.provider-badge{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,4%);border:1px solid rgba(0,0,0,6%);min-width:200px}.provider-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.provider-icon--chrome{background:linear-gradient(135deg,#2563eb,#06b6d4);color:#fff}.provider-icon--open-finance{background:linear-gradient(135deg,#2563eb,#1e40af);color:#fff}.provider-icon--open-finance{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.provider-icon svg{width:20px;height:20px}.provider-details{display:flex;flex-direction:column;gap:.25rem}.provider-details .provider-name{font-size:.875rem;font-weight:700;color:#1f2937;line-height:1.2}.provider-details .provider-type{font-size:.7rem;font-weight:500;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.provider-details .provider-type--with-tooltip{display:inline-flex;align-items:center;gap:.25rem}@keyframes statusPulse{0%,100%{transform:scale(1);opacity:.2}50%{transform:scale(1.3);opacity:.1}}[data-animate]{opacity:0;transform:translateY(20px);animation:slideUp .6s ease-out forwards}[data-animate][data-animate-delay]{animation-delay:var(--animate-delay,0s)}[data-animate=slideUp]{animation-name:slideUp}[data-animate=fadeIn]{transform:none;animation-name:fadeIn}[data-animate=slideInLeft]{transform:translateX(-30px);animation-name:slideInLeft}[data-animate=fadeInUp]{transform:translateY(15px);animation-name:fadeInUp}[data-animate-delay="0.1s"]{--animate-delay:0.1s}[data-animate-delay="0.2s"]{--animate-delay:0.2s}[data-animate-delay="0.3s"]{--animate-delay:0.3s}[data-animate-delay="0.4s"]{--animate-delay:0.4s}[data-animate-delay="0.5s"]{--animate-delay:0.5s}@keyframes slideUp{to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{to{opacity:1}}@keyframes slideInLeft{to{opacity:1;transform:translateX(0)}}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.cta-section{padding:6rem 2rem;background:linear-gradient(135deg,#ffffff 0%,#f8fafc 100%);position:relative;overflow:hidden}.cta-section::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,transparent,rgba(37,99,235,2%),transparent);animation:shimmer 4s ease-in-out infinite}.cta-section__container{max-width:800px;margin:0 auto;text-align:center;position:relative;z-index:2}.cta-section__content h2{font-size:2.75rem;font-weight:700;margin-bottom:1.5rem;color:#fff;letter-spacing:-.025em;line-height:1.2}.cta-section__subtitle{font-size:1.25rem;color:#6b7280;margin-bottom:2.5rem;line-height:1.6}.cta-section__buttons{display:flex;gap:1.5rem;align-items:center;justify-content:center}@media(max-width:768px){.cta-section__buttons{flex-direction:column;align-items:stretch}}.open-finance-section{padding:6rem 2rem}.open-finance-section__container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}@media(max-width:768px){.open-finance-section__container{grid-template-columns:1fr;gap:2rem}}.open-finance-section__content{display:flex;flex-direction:column}.open-finance-section__visual{display:flex;justify-content:center;align-items:center}.open-finance-section__header{text-align:center;margin-bottom:2rem}.open-finance-section__subtitle{font-size:1.2rem;color:#6b7280;line-height:1.6}.open-finance-logo{display:flex;justify-content:center;margin-bottom:2rem}.open-finance-logo__icon{width:120px;height:40px}.open-finance-features{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:3rem}.open-finance-feature{display:flex;align-items:center;gap:1rem;padding:1rem;background:rgba(255,255,255,.6);border-radius:12px;border:1px solid rgba(37,99,235,.1);transition:all .3s cubic-bezier(.4,0,.2,1)}.open-finance-feature:hover{background:rgba(255,255,255,.8);border-color:rgba(37,99,235,.2);transform:translateY(-2px)}.open-finance-feature__icon{width:24px;height:24px;color:#2563eb;flex-shrink:0}.open-finance-feature__icon svg{width:100%;height:100%}.open-finance-feature span{font-size:.95rem;color:#1f2937;font-weight:500}.open-finance-section .feature-benefits{margin-top:0}.open-finance-cta{text-align:center;margin-top:2.5rem}.open-finance-section__header .gradient-title{margin-bottom:.75rem}.open-finance-section__header .badge--coming-soon{margin-bottom:1.5rem}.badge--coming-soon{display:inline-flex;align-items:center;padding:.375rem .875rem;background:linear-gradient(135deg,#f59e0b,#f97316);color:#fff;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border-radius:1.25rem}.demo-header{margin-bottom:2rem;text-align:center}.demo-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(37,99,235,.1);color:#2563eb;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600}.demo-badge svg{width:16px;height:16px}.connection-flow{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;gap:1rem}@media(max-width:768px){.connection-flow{flex-direction:column;gap:1.5rem}}.flow-step{flex:1;display:flex;justify-content:center}.step-card{background:rgba(248,250,252,.8);border:1px solid rgba(37,99,235,.1);border-radius:12px;padding:1.5rem;text-align:center;transition:all .3s ease;max-width:200px;width:100%}.step-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.1)}.step-card--highlight{background:linear-gradient(135deg,rgba(37,99,235,5%),rgba(6,182,212,5%));border-color:rgba(37,99,235,.2)}.step-card--highlight:hover{box-shadow:0 8px 24px rgba(37,99,235,.15)}.step-icon{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:#fff}.step-icon svg{width:24px;height:24px}.flow-step--finthy .step-icon{background:linear-gradient(135deg,#2563eb,#06b6d4)}.flow-step--open-finance .step-icon{background:linear-gradient(135deg,#2563eb,#1e40af)}.flow-step--open-finance .step-icon{background:linear-gradient(135deg,#2563eb,#1e40af)}.flow-step--banks .step-icon{background:linear-gradient(135deg,#10b981,#059669)}.step-content h4{margin-bottom:.5rem;color:#1f2937}.step-content p{font-size:.875rem;color:#6b7280;margin-bottom:.75rem}.api-status{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.75rem;font-weight:600;color:#10b981}.status-dot{width:8px;height:8px;border-radius:50%;background:#10b981;position:relative}.status-dot::after{content:"";position:absolute;top:-3px;left:-3px;right:-3px;bottom:-3px;border-radius:50%;background:#10b981;opacity:.3;animation:statusPulse 2s infinite}.flow-connector{display:flex;flex-direction:column;align-items:center;flex-shrink:0}@media(max-width:768px){.flow-connector{transform:rotate(90deg)}}.connector-line{width:60px;height:2px;background:linear-gradient(90deg,rgba(37,99,235,.2),rgba(37,99,235,.5),rgba(37,99,235,.2));margin-bottom:.5rem}@media(max-width:768px){.connector-line{width:2px;height:40px;margin-bottom:0}}.connector-arrow{color:#2563eb}.connector-arrow svg{width:20px;height:20px}.bank-network{margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(37,99,235,.1)}.network-title{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1.5rem;font-size:.875rem;font-weight:600;color:#1f2937}.network-title svg{width:18px;height:18px;color:#2563eb}.bank-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem}.bank-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;background:rgba(248,250,252,.5);border-radius:8px;transition:all .2s ease}.bank-item:hover{background:rgba(248,250,252,.8);transform:translateY(-1px)}.bank-item span{font-size:.75rem;color:#6b7280;text-align:center;font-weight:500}.bank-logo--bci{background:linear-gradient(135deg,#1e3a8a,#3b82f6)}.bank-logo--santander{background:linear-gradient(135deg,#dc2626,#ef4444)}.bank-logo--estado{background:linear-gradient(135deg,#16a34a,#22c55e)}.api-connection{display:flex;flex-direction:column;gap:2rem}.api-flow{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:2rem}@media(max-width:480px){.api-flow{flex-direction:column;gap:1rem}}.api-step{display:flex;flex-direction:column;align-items:center;gap:.5rem;flex:1}.api-step__icon{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;font-size:1.25rem}.api-step__icon svg{width:24px;height:24px}.api-step--finthy .api-step__icon{background:linear-gradient(135deg,#2563eb,#06b6d4)}.api-step--open-finance .api-step__icon{background:linear-gradient(135deg,#2563eb,#1e40af);color:#fff}.api-step--banks .api-step__icon{background:linear-gradient(135deg,#f59e0b,#f97316);font-size:1.5rem}.api-step span{font-size:.875rem;font-weight:600;color:#1f2937;text-align:center}.api-arrow{color:#6b7280;flex-shrink:0}.api-arrow svg{width:24px;height:24px}@media(max-width:480px){.api-arrow{transform:rotate(90deg)}}.bank-logos{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.bank-logo{width:60px;height:40px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.75rem;color:#fff;border-radius:8px;letter-spacing:-.025em}.bank-logo--chile{background:linear-gradient(135deg,#2563eb,#1e40af)}@media(max-width:768px){.country-banks-preview{min-height:auto;padding:0;width:100%;margin-left:-1rem;margin-right:-1rem;width:calc(100% + 2rem)}.country-banks-preview .country-banks-dashboard{width:100%;border-radius:0}.country-banks-preview .country-banks-dashboard:hover{transform:none}.country-banks-preview .dashboard-preview{max-width:none}.country-banks-preview .balance-amount{font-size:1.5rem}.country-banks-preview .accounts-preview{padding:1rem}.country-banks-preview .connection-info{padding:0 1rem 1rem}}.open-finance-section{padding:6rem 2rem}.open-finance-section__container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}@media(max-width:768px){.open-finance-section__container{grid-template-columns:1fr;gap:2rem}}.open-finance-section__content{display:flex;flex-direction:column}.open-finance-section__visual{display:flex;justify-content:center;align-items:center}.open-finance-section__header{text-align:center;margin-bottom:2rem}.open-finance-section__subtitle{font-size:1.2rem;color:#6b7280;line-height:1.6}.open-finance-logo{display:flex;justify-content:center;margin-bottom:2rem}.open-finance-logo__icon{width:120px;height:40px}.open-finance-features{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:3rem}.open-finance-feature{display:flex;align-items:center;gap:1rem;padding:1rem;background:rgba(255,255,255,.6);border-radius:12px;border:1px solid rgba(16,185,129,.1);transition:all .3s cubic-bezier(.4,0,.2,1)}.open-finance-feature:hover{background:rgba(255,255,255,.8);border-color:rgba(16,185,129,.2);transform:translateY(-2px)}.open-finance-feature__icon{width:24px;height:24px;color:#10b981;flex-shrink:0}.open-finance-feature__icon svg{width:100%;height:100%}.open-finance-feature span{font-size:.95rem;color:#1f2937;font-weight:500}.open-finance-section .feature-benefits{margin-top:0}.open-finance-cta{text-align:center;margin-top:2.5rem}.open-finance-badge{display:flex;align-items:center;justify-content:center;gap:.5rem;background:rgba(16,185,129,.1);color:#10b981;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600;margin-bottom:2rem;width:fit-content;margin-left:auto;margin-right:auto}.open-finance-badge .badge-icon{width:16px;height:16px}.open-finance-badge .badge-icon svg{width:100%;height:100%}.api-connection{display:flex;flex-direction:column;gap:2rem}.api-flow{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:2rem}@media(max-width:480px){.api-flow{flex-direction:column;gap:1rem}}.api-step{display:flex;flex-direction:column;align-items:center;gap:.5rem;flex:1}.api-step__icon{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;font-size:1.25rem}.api-step__icon svg{width:24px;height:24px}.api-step--finthy .api-step__icon{background:linear-gradient(135deg,#2563eb,#06b6d4)}.api-step--open-finance .api-step__icon{background:linear-gradient(135deg,#10b981,#34d399);color:#fff}.api-step--banks .api-step__icon{background:linear-gradient(135deg,#f59e0b,#f97316);font-size:1.5rem}.api-step span{font-size:.875rem;font-weight:600;color:#1f2937;text-align:center}.api-arrow{color:#6b7280;flex-shrink:0}.api-arrow svg{width:24px;height:24px}@media(max-width:480px){.api-arrow{transform:rotate(90deg)}}.bank-logos{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.bank-logo{width:60px;height:40px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.75rem;color:#fff;border-radius:8px;letter-spacing:-.025em}.bank-logo--brazil{background:linear-gradient(135deg,#16a34a,#15803d)}.platform-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:3rem}@media(max-width:768px){.platform-features{grid-template-columns:1fr;gap:1rem}}.platform-features--compact{grid-template-columns:1fr;gap:.75rem;margin-bottom:2rem}.platform-features--compact .platform-feature-card{display:flex;align-items:center;text-align:left;padding:.75rem 0;gap:1rem;background:0 0;border:none;border-bottom:1px solid rgba(0,0,0,5%);border-radius:0}.platform-features--compact .platform-feature-card:last-child{border-bottom:none}.platform-features--compact .platform-feature-card:hover{background:rgba(37,99,235,2%);transform:none;box-shadow:none;border-color:rgba(37,99,235,8%)}.platform-features--compact .platform-feature-card .platform-feature__icon{width:40px;height:40px;margin:0;flex-shrink:0}.platform-features--compact .platform-feature-card .platform-feature__icon svg{width:20px;height:20px}.platform-features--compact .platform-feature-card .platform-feature__title{font-size:.95rem;margin-bottom:.25rem;font-weight:600}.platform-features--compact .platform-feature-card .platform-feature__desc{font-size:.8rem;line-height:1.4;margin:0}.platform-features--compact .platform-feature-card .platform-feature__content{flex:1}@media(max-width:768px){.platform-features--compact .platform-feature-card{padding:.625rem 0;gap:.75rem}.platform-features--compact .platform-feature-card .platform-feature__icon{width:36px;height:36px}.platform-features--compact .platform-feature-card .platform-feature__icon svg{width:18px;height:18px}.platform-features--compact .platform-feature-card .platform-feature__title{font-size:.875rem}.platform-features--compact .platform-feature-card .platform-feature__desc{font-size:.75rem}}.platform-feature-card{background:rgba(255,255,255,.8);border:1px solid rgba(37,99,235,.1);border-radius:16px;padding:2rem;text-align:center;transition:all .3s ease;backdrop-filter:blur(10px);position:relative;overflow:hidden}.platform-feature-card::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(37,99,235,2%),rgba(6,182,212,2%));opacity:0;transition:opacity .3s ease;z-index:1}.platform-feature-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.1),0 8px 16px rgba(37,99,235,.1);border-color:rgba(37,99,235,.2)}.platform-feature-card:hover::before{opacity:1}.platform-feature-card:hover .platform-feature__icon{transform:scale(1.1)}.platform-feature-card .platform-feature__icon{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#06b6d4);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#fff;transition:all .3s ease;position:relative;z-index:2}.platform-feature-card .platform-feature__icon svg{width:28px;height:28px}.platform-feature-card .platform-feature__title{font-size:1.125rem;font-weight:700;color:#1f2937;margin-bottom:1rem;line-height:1.4;position:relative;z-index:2}.platform-feature-card .platform-feature__desc{font-size:.9rem;color:#6b7280;line-height:1.6;margin:0;position:relative;z-index:2}@media(max-width:768px){.platform-feature-card{padding:1.5rem}.platform-feature-card .platform-feature__icon{width:56px;height:56px;margin-bottom:1rem}.platform-feature-card .platform-feature__icon svg{width:24px;height:24px}.platform-feature-card .platform-feature__title{font-size:1rem}.platform-feature-card .platform-feature__desc{font-size:.875rem}}.hero__badge-coming-soon,.country-card__coming-soon,.bank-card__coming-soon{background:rgba(249,115,22,.1);color:#ea580c;font-size:.75rem;font-weight:600;padding:.25rem .75rem;border-radius:12px;margin-left:.5rem;text-transform:uppercase;letter-spacing:.025em;border:1px solid rgba(249,115,22,.2);display:inline-block;vertical-align:middle}.bank-card__chrome-badge{background:rgba(34,197,94,.1);color:#16a34a;font-size:.65rem;font-weight:600;padding:.2rem .5rem;border-radius:8px;margin-left:.5rem;text-transform:uppercase;letter-spacing:.025em;border:1px solid rgba(34,197,94,.2);display:inline-block;vertical-align:middle}.bank-card--featured{border:2px solid rgba(34,197,94,.3);background:linear-gradient(135deg,rgba(34,197,94,2%),rgba(34,197,94,5%))}.country-card__open-finance-badge,.hero__badge-open-finance{background:linear-gradient(135deg,rgba(139,92,246,.15),rgba(59,130,246,.15));color:#7c3aed;font-size:.9rem;font-weight:600;height:48.72px;padding:0 1rem;border-radius:50px;text-transform:uppercase;letter-spacing:.05em;border:1px solid rgba(139,92,246,.3);display:inline-flex;align-items:center;justify-content:center;gap:.35rem;box-shadow:0 2px 8px rgba(139,92,246,.15);position:relative;overflow:hidden;box-sizing:border-box}.country-card__open-finance-badge::before,.hero__badge-open-finance::before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmerBadge 3s ease-in-out infinite}@keyframes shimmerBadge{0%{left:-100%}50%,100%{left:100%}}.country-card__open-finance-badge{margin-top:.5rem;margin-bottom:1.25rem;align-self:center;height:auto;padding:.4rem .75rem;font-size:.7rem;letter-spacing:.03em}.hero__badges{display:flex;flex-direction:row;align-items:center;gap:.75rem;margin-bottom:1.5rem;flex-wrap:wrap}@media(max-width:768px){.hero__badges{justify-content:center}}.hero__badges .hero__badge{margin-bottom:0}.hero__badge-open-finance{margin-left:0}.card-progress{display:flex;align-items:center;gap:.5rem}.progress-bar{flex:1;height:6px;background:rgba(0,0,0,.1);border-radius:3px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#10b981,#06b6d4);border-radius:3px;transition:width .3s ease}.progress-text{font-size:.875rem;font-weight:600;color:#1f2937;min-width:30px}.stat{text-align:center;padding:1rem;background:rgba(255,255,255,.8);border-radius:12px;backdrop-filter:blur(10px);border:1px solid #e2e8f0;flex:1;min-width:0}.stat strong{display:block;font-size:2rem;font-weight:700;color:#2563eb;margin-bottom:.25rem}.stat:nth-child(1) strong{color:#2563eb}.stat:nth-child(2) strong{color:#10b981}.stat:nth-child(3) strong{color:#8b5cf6}.stat span{font-size:.9rem;color:#1f2937;text-transform:uppercase;letter-spacing:.05em;opacity:.8}@media(max-width:768px){.stat{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;padding:.75rem .5rem;text-align:center}.stat strong{font-size:1.5rem;margin-bottom:.25rem}.stat span{font-size:.9rem}}@media(max-width:480px){.stat{padding:.5rem .25rem}.stat strong{margin-bottom:.1rem;font-size:1.25rem}.stat span{font-size:.8rem}}.features{padding:6rem 2rem;background:linear-gradient(135deg,rgba(37,99,235,3%) 0%,rgba(139,92,246,3%) 50%,rgba(6,182,212,3%) 100%)}.features h2{text-align:center;max-width:1200px;margin-left:auto;margin-right:auto}.features__subtitle{text-align:center;font-size:1.2rem;color:#6b7280;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.5}.features__grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;align-items:stretch}.feature-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,5%);transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid rgba(255,255,255,.1);position:relative;overflow:hidden}.feature-card::before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--primary-gradient);transform:scaleX(0);transition:all .3s cubic-bezier(.4,0,.2,1)}.feature-card:hover{transform:translateY(-8px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,5%)}.feature-card:hover::before{transform:scaleX(1)}.feature-card:nth-child(1)::before{background:linear-gradient(90deg,#2563eb,#06b6d4)}.feature-card:nth-child(2)::before{background:linear-gradient(90deg,#10b981,var(--emerald-color))}.feature-card:nth-child(3)::before{background:linear-gradient(90deg,#f59e0b,#f97316)}.feature-card:nth-child(4)::before{background:linear-gradient(90deg,#8b5cf6,var(--pink-color))}.feature-card:nth-child(5)::before{background:linear-gradient(90deg,#06b6d4,#2563eb)}.feature-card:nth-child(6)::before{background:linear-gradient(90deg,#10b981,#06b6d4)}.feature-card h3 .feature-info{position:relative;display:inline-flex;align-items:center;margin-left:.35rem;cursor:pointer;vertical-align:baseline;top:2px}.feature-card h3 .feature-info-icon{width:14px;height:14px;color:#6b7280;opacity:.5;transition:opacity .2s ease}.feature-card h3 .feature-info:hover .feature-info-icon{opacity:1}.feature-card h3 .feature-tooltip{position:absolute;bottom:100%;left:50%;transform:translateX(-50%);margin-bottom:.5rem;padding:.5rem .75rem;background:#1f2937;color:#fff;font-size:.75rem;font-weight:400;line-height:1.4;border-radius:8px;white-space:normal;width:200px;max-width:60vw;text-align:center;opacity:0;visibility:hidden;transition:all .2s ease;z-index:1000;box-shadow:0 4px 12px rgba(0,0,0,.15)}.feature-card h3 .feature-tooltip::after{content:"";position:absolute;top:100%;left:50%;transform:translateX(-50%);border:6px solid transparent;border-top-color:#1f2937}.feature-card h3 .feature-info:hover .feature-tooltip{opacity:1;visibility:visible}.feature-card__icon{margin-bottom:1rem;display:flex;align-items:center;justify-content:flex-start}.feature-card__icon svg{width:40px;height:40px}.feature-card:nth-child(1) .feature-card__icon{color:#2563eb}.feature-card:nth-child(2) .feature-card__icon{color:#10b981}.feature-card:nth-child(3) .feature-card__icon{color:#f59e0b}.feature-card:nth-child(4) .feature-card__icon{color:#8b5cf6}.feature-card:nth-child(5) .feature-card__icon{color:#06b6d4}.feature-card:nth-child(6) .feature-card__icon{color:var(--pink-color)}.feature-card h3{margin-bottom:1rem;font-size:1.25rem;font-weight:600;line-height:1.3;color:#1f2937}.feature-card p{color:#6b7280;line-height:1.6;font-size:.95rem;flex-grow:1;margin:0}.countries{padding:5rem 2rem;background:#fff}.countries h2{text-align:center;max-width:1200px;margin-left:auto;margin-right:auto}.countries__subtitle{text-align:center;font-size:1.2rem;color:#6b7280;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.5}.countries__grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;align-items:stretch}@media(max-width:768px){.countries__grid{grid-template-columns:1fr;max-width:400px}}.country-card{background:#fff;padding:2.5rem 2rem 2rem;border-radius:20px;box-shadow:0 4px 24px rgba(0,0,0,6%);text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid rgba(0,0,0,6%);position:relative;overflow:hidden;min-height:320px;display:flex;flex-direction:column;justify-content:flex-start;text-decoration:none;color:inherit;cursor:pointer}.country-card::before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,#2563eb,#06b6d4);transition:height .3s ease}.country-card .button{position:relative;z-index:10}.country-card::after{content:"";position:absolute;top:5px;left:0;right:0;bottom:0;background:linear-gradient(180deg,rgba(37,99,235,3%) 0%,rgba(255,255,255,0) 40%);opacity:0;transition:all .3s cubic-bezier(.4,0,.2,1);pointer-events:none}.country-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.12);border-color:transparent}.country-card:hover::before{height:6px}.country-card:hover::after{opacity:1}.country-card:hover .country-card__flag{transform:scale(1.1)rotate(3deg);box-shadow:0 12px 28px rgba(0,0,0,.2)}.country-card__flag{font-size:1.25rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#2563eb,#06b6d4);width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,5%);letter-spacing:.05em;transition:all .3s cubic-bezier(.4,0,.2,1)}.country-card:nth-child(1)::before{background:linear-gradient(90deg,#2563eb,#8b5cf6)}.country-card:nth-child(1) .country-card__flag{background:linear-gradient(135deg,#2563eb,#8b5cf6)}.country-card:nth-child(2)::before{background:linear-gradient(90deg,#10b981,#06b6d4)}.country-card:nth-child(2) .country-card__flag{background:linear-gradient(135deg,#10b981,#06b6d4)}.country-card:nth-child(3)::before{background:linear-gradient(90deg,#f59e0b,#f97316)}.country-card:nth-child(3) .country-card__flag{background:linear-gradient(135deg,#f97316,#f59e0b)}.country-card:nth-child(4)::before{background:linear-gradient(90deg,#8b5cf6,#a855f7)}.country-card:nth-child(4) .country-card__flag{background:linear-gradient(135deg,#8b5cf6,#a855f7)}.country-card:nth-child(1) h3{color:#2563eb}.country-card:nth-child(2) h3{color:#10b981}.country-card:nth-child(3) h3{color:#f97316}.country-card:nth-child(4) h3{color:#8b5cf6}.country-card h3{margin-bottom:1rem;font-size:1.5rem;font-weight:600;line-height:1.3}.country-card p{margin-bottom:1.5rem;color:#6b7280;line-height:1.6;font-size:.95rem}.country-card ul{list-style:none;margin-bottom:1.5rem;flex-grow:1;padding:0;text-align:center;line-height:1.6}.country-card li{color:#6b7280;font-size:.85rem}.how-it-works{padding:6rem 2rem;max-width:1200px;margin:0 auto;background:linear-gradient(135deg,#0f172a 0%,#1e293b 50%,#0f172a 100%);border-radius:12px;margin-top:2rem;margin-bottom:2rem}.how-it-works h2{text-align:center;color:#fff}.how-it-works__subtitle{text-align:center;font-size:1.2rem;color:rgba(255,255,255,.8);margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.5}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;align-items:stretch;position:relative;padding:0 4rem}@media(max-width:968px){.steps{grid-template-columns:1fr;gap:2rem;padding:0 2rem}}.step{text-align:center;padding:2.5rem 2rem;background:#fff;border-radius:16px;box-shadow:0 4px 16px rgba(0,0,0,.15);transition:all .3s cubic-bezier(.4,0,.2,1);border:none;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-start}.step::before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#2563eb,#8b5cf6,#06b6d4)}.step__number{width:4rem;height:4rem;background:linear-gradient(135deg,#2563eb,#8b5cf6);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1.5rem;box-shadow:0 8px 24px rgba(37,99,235,.3);transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;z-index:2}.step:nth-child(2) .step__number{background:linear-gradient(135deg,#10b981,#06b6d4);box-shadow:0 8px 24px rgba(16,185,129,.3)}.step:nth-child(3) .step__number{background:linear-gradient(135deg,#f97316,#f59e0b);box-shadow:0 8px 24px rgba(249,115,22,.3)}.step h3{margin-bottom:1rem;font-size:1.4rem;font-weight:600;color:#1f2937}.step p{color:#6b7280;line-height:1.6;font-size:.95rem;margin:0}.hero--how-it-works .hero__container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1200px;margin:0 auto;padding:0}.hero--how-it-works h1{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;color:#1f2937;line-height:1.1}.hero--how-it-works .hero__subtitle{font-size:1.25rem;color:#6b7280;margin-bottom:2rem;line-height:1.6;max-width:500px}.steps-preview{display:flex;flex-direction:column;gap:2rem;max-width:400px;margin:0 auto;position:relative}.step-preview{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px rgba(0,0,0,5%);opacity:0;transform:translateX(-30px);animation:slideInFromLeft .5s ease-out forwards;position:relative;z-index:2}.step-preview--1{animation-delay:.1s}.step-preview--2{animation-delay:.3s}.step-preview--3{animation-delay:.5s}.step-preview__number{width:3rem;height:3rem;background:linear-gradient(135deg,#2563eb,#8b5cf6);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;flex-shrink:0;transform:scale(0);animation:popIn .3s ease-out forwards}.step-preview--1 .step-preview__number{animation-delay:.25s}.step-preview--2 .step-preview__number{animation-delay:.45s}.step-preview--3 .step-preview__number{animation-delay:.65s}.step-preview--2 .step-preview__number{background:linear-gradient(135deg,#10b981,#06b6d4)}.step-preview--3 .step-preview__number{background:linear-gradient(135deg,#f97316,#f59e0b)}.step-preview__title{font-size:1.2rem;font-weight:600;color:#1f2937}.steps-connector{position:absolute;left:50%;transform:translateX(-50%);top:2rem;height:calc(100% - 4rem);width:3px;background:#e2e8f0;opacity:0;z-index:1;border-radius:1.5px;animation:connectorFadeIn .3s ease-out .7s forwards}.steps-connector::before{content:"";position:absolute;top:0;left:0;width:100%;height:0%;background:inherit;animation:connectorGrow .6s ease-out .8s forwards}.step-section{padding:6rem 2rem;overflow:hidden}.step-section:nth-child(odd){background:#fff}.step-section:nth-child(even){background:#f8fafc}.step-section__container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.step-section--reverse .step-section__container{grid-template-columns:1fr 1fr}.step-section--reverse .step-section__visual{order:-1}.step-section__header{display:flex;align-items:flex-start;gap:2rem;margin-bottom:3rem}.step-number{width:5rem;height:5rem;background:linear-gradient(135deg,#2563eb,#8b5cf6);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;box-shadow:0 8px 24px rgba(37,99,235,.3);flex-shrink:0}.step-section--sync .step-number{background:linear-gradient(135deg,#10b981,#06b6d4);box-shadow:0 8px 24px rgba(16,185,129,.3)}.step-section--analyze .step-number{background:linear-gradient(135deg,#f97316,#f59e0b);box-shadow:0 8px 24px rgba(249,115,22,.3)}.step-section__text h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#2563eb,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2}.step-section--sync .step-section__text h2{background:linear-gradient(135deg,#10b981,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.step-section--analyze .step-section__text h2{background:linear-gradient(135deg,#f97316,#f59e0b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.step-section__subtitle{font-size:1.1rem;color:#6b7280;line-height:1.6;margin-bottom:0}.step-features{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:2rem}.step-feature{display:flex;gap:1rem;align-items:flex-start;padding:1.5rem;border-radius:12px;transition:all .3s cubic-bezier(.4,0,.2,1)}.step-feature__icon{width:3rem;height:3rem;background:linear-gradient(135deg,#2563eb,#8b5cf6);color:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 12px rgba(37,99,235,.2)}.step-section--sync .step-feature__icon{background:linear-gradient(135deg,#10b981,#06b6d4);box-shadow:0 4px 12px rgba(16,185,129,.2)}.step-section--analyze .step-feature__icon{background:linear-gradient(135deg,#f97316,#f59e0b);box-shadow:0 4px 12px rgba(249,115,22,.2)}.step-feature__content{flex:1}.step-feature h3{font-size:1.2rem;font-weight:600;margin-bottom:.5rem;color:#1f2937;line-height:1.3}.step-feature p{color:#6b7280;line-height:1.5;margin:0;font-size:.95rem}.step-section__visual{display:flex;justify-content:center;align-items:center;min-height:400px}.connection-demo{display:flex;flex-direction:column;align-items:center;gap:1.5rem;max-width:400px;margin:0 auto}.connection-widget{width:100%;max-width:350px;background:#fff;border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.12);border:1px solid #e2e8f0;overflow:hidden;opacity:0;transform:translateY(30px);transition:opacity .3s ease,transform .3s ease}.connection-demo.animate .connection-widget{animation:widgetFadeIn .8s ease-out forwards}.widget-header{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;padding:1.5rem;text-align:center}.widget-header h4{font-size:1.1rem;font-weight:700;margin:0 0 .5rem}.widget-header p{font-size:.9rem;opacity:.9;margin:0}.widget-content{padding:1.5rem}.bank-selection{margin-bottom:1.5rem}.bank-selection h5{font-size:.9rem;color:#1f2937;margin-bottom:1rem;font-weight:600}.bank-list{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.bank-option{display:flex;align-items:center;gap:.75rem;padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .2s ease;background:#fff;opacity:0;transform:translateY(10px)}.connection-demo.animate .bank-option{animation:bankOptionFadeIn .5s ease-out forwards}.connection-demo.animate .bank-option:nth-child(1){animation-delay:.4s}.connection-demo.animate .bank-option:nth-child(2){animation-delay:.5s}.connection-demo.animate .bank-option:nth-child(3){animation-delay:.6s}.connection-demo.animate .bank-option:nth-child(4){animation-delay:.7s}.bank-option:hover{border-color:#2563eb;background:#f8fafc}.bank-option.selected{border-color:#2563eb;background:rgba(37,99,235,5%)}.bank-logo-mini{width:2rem;height:2rem;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;color:#fff;flex-shrink:0}.bank-logo-mini.bbva{background:#004481}.bank-logo-mini.santander{background:#ec0000}.bank-logo-mini.itau{background:#ff6a00}.bank-logo-mini.nubank{background:#8a05be}.bank-name{font-size:.8rem;font-weight:600;color:#1f2937}.connect-button{width:100%;background:linear-gradient(135deg,#2563eb,#8b5cf6);color:#fff;border:none;padding:.875rem 1.5rem;border-radius:8px;font-weight:700;font-size:.9rem;cursor:pointer;transition:all .2s ease;margin-top:1rem;opacity:0;transform:translateY(20px)}.connection-demo.animate .connect-button{animation:buttonFadeIn .6s ease-out .9s forwards}.connect-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(37,99,235,.3)}.security-note{display:flex;align-items:center;gap:.5rem;margin-top:1rem;padding:.75rem;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:6px;opacity:0;transform:translateY(15px)}.connection-demo.animate .security-note{animation:securityNoteFadeIn .5s ease-out 1.2s forwards}.security-icon{color:#16a34a;flex-shrink:0}.security-text{font-size:.75rem;color:#166534;line-height:1.4}.sync-demo{display:flex;flex-direction:column;align-items:center;gap:0;max-width:450px;margin:0 auto;padding:0;background:#fff;border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,8%);border:1px solid #e2e8f0;overflow:hidden}.sync-header{background:#1f2937;width:100%;padding:1.5rem;text-align:center;margin-bottom:2rem}.sync-header h4{font-size:1.25rem;color:#fff;margin:0;font-weight:700;letter-spacing:-.025em;line-height:1.3}.data-categories{display:grid;grid-template-columns:1fr 1fr;gap:1rem;width:100%;padding:0 2rem}.data-category{background:#f8fafc;border-radius:12px;padding:1.5rem 1rem;text-align:center;border:2px solid transparent;transition:all .3s ease;position:relative;overflow:hidden}.data-category .category-title{font-size:.9rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.data-category.syncing{border-color:#10b981;background:rgba(16,185,129,5%);animation:pulse 2s ease-in-out infinite;z-index:1;position:relative}.data-category.completed{border-color:#10b981;background:rgba(16,185,129,.1);z-index:1;position:relative}.data-category.pending{z-index:1;position:relative}.category-icon{width:3rem;height:3rem;background:#2563eb;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-size:1.2rem;transition:all .3s ease;z-index:2;position:relative}.data-category.syncing .category-icon{background:#10b981;transform:scale(1.05)}.data-category.completed .category-icon{background:#10b981}.category-icon.accounts{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.category-icon.transactions{background:linear-gradient(135deg,#10b981,#059669)}.category-icon.balances{background:linear-gradient(135deg,#f59e0b,#d97706)}.category-icon.cards{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.category-status{font-size:.75rem;color:#6b7280;display:flex;align-items:center;justify-content:center;gap:.25rem}.data-category.syncing .category-status{color:#10b981;font-weight:600}.data-category.completed .category-status{color:#10b981;font-weight:600}.sync-progress{width:100%;margin-top:1.5rem;margin-bottom:2rem;padding:0 2rem;text-align:center}.sync-progress h6{font-size:.8rem;color:#6b7280;margin-bottom:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.progress-bar-container{width:100%;height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden;margin-bottom:.75rem}.progress-bar-fill{height:100%;background:linear-gradient(90deg,#2563eb,#10b981);border-radius:4px;width:0%}.sync-demo.animate .progress-bar-fill{animation:progressComplete 8s ease-in-out infinite}.progress-text{font-size:.8rem;color:#1f2937;font-weight:600;position:relative}.progress-text::before{content:attr(data-progress-starting)}.sync-demo.animate .progress-text::before{animation:progressTextUpdate 8s ease-in-out infinite}.data-category{animation-fill-mode:forwards}.sync-demo.animate .data-category:nth-child(1){animation:completeFirst 8s ease-in-out infinite}.sync-demo.animate .data-category:nth-child(2){animation:completeSecond 8s ease-in-out infinite}.sync-demo.animate .data-category:nth-child(3){animation:completeThird 8s ease-in-out infinite}.sync-demo.animate .data-category:nth-child(4){animation:completeFourth 8s ease-in-out infinite}.category-status{position:relative}.category-status::before{content:attr(data-pending-text);position:absolute;top:0;left:0;width:100%;opacity:1;transition:opacity .3s ease}.category-status-syncing{position:absolute;top:0;left:0;width:100%;opacity:0;color:#10b981;font-weight:600;transition:opacity .3s ease}.category-status-syncing::before{content:attr(data-syncing-text)}.category-status::after{content:attr(data-completed-text);position:absolute;top:0;left:0;width:100%;opacity:0;color:#10b981;font-weight:600;transition:opacity .3s ease}.sync-demo.animate .data-category:nth-child(1) .category-status::before{animation:statusFirstPending 8s ease-in-out infinite}.sync-demo.animate .data-category:nth-child(1) .category-status-syncing{animation:statusFirstSyncing 8s ease-in-out infinite}.sync-demo.animate .data-category:nth-child(1) .category-status::after{animation:statusFirstCompleted 8s ease-in-out infinite}.sync-demo.animate .data-category:nth-child(2) .category-status::before{animation:statusSecondPending 8s ease-in-out infinite}.sync-demo.animate .data-category:nth-child(2) .category-status-syncing{animation:statusSecondSyncing 8s ease-in-out infinite}.sync-demo.animate .data-category:nth-child(2) .category-status::after{animation:statusSecondCompleted 8s ease-in-out infinite}.sync-demo.animate .data-category:nth-child(3) .category-status::before{animation:statusThirdPending 8s ease-in-out infinite}.sync-demo.animate .data-category:nth-child(3) .category-status-syncing{animation:statusThirdSyncing 8s ease-in-out infinite}.sync-demo.animate .data-category:nth-child(3) .category-status::after{animation:statusThirdCompleted 8s ease-in-out infinite}.sync-demo.animate .data-category:nth-child(4) .category-status::before{animation:statusFourthPending 8s ease-in-out infinite}.sync-demo.animate .data-category:nth-child(4) .category-status-syncing{animation:statusFourthSyncing 8s ease-in-out infinite}.sync-demo.animate .data-category:nth-child(4) .category-status::after{animation:statusFourthCompleted 8s ease-in-out infinite}@keyframes spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,100%{transform:scale(1);box-shadow:0 0 rgba(16,185,129,.4)}50%{transform:scale(1.02);box-shadow:0 0 0 4px rgba(16,185,129,.1)}}@keyframes progressComplete{0%,6%{width:0%}7%,31%{width:25%}32%,56%{width:50%}57%,81%{width:75%}82%,100%{width:100%}}@keyframes completeFirst{0%,7%{border-color:#10b981;background:rgba(16,185,129,5%)}8%,100%{border-color:#10b981;background:rgba(16,185,129,.1)}}@keyframes completeSecond{0%,26%{border-color:transparent;background:#f8fafc}27%,32%{border-color:#10b981;background:rgba(16,185,129,5%)}33%,100%{border-color:#10b981;background:rgba(16,185,129,.1)}}@keyframes completeThird{0%,51%{border-color:transparent;background:#f8fafc}52%,57%{border-color:#10b981;background:rgba(16,185,129,5%)}58%,100%{border-color:#10b981;background:rgba(16,185,129,.1)}}@keyframes completeFourth{0%,76%{border-color:transparent;background:#f8fafc}77%,82%{border-color:#10b981;background:rgba(16,185,129,5%)}83%,100%{border-color:#10b981;background:rgba(16,185,129,.1)}}@keyframes statusFirstPending{0%,5%{opacity:1}6%,100%{opacity:0}}@keyframes statusFirstSyncing{0%,5%{opacity:0}6%,7%{opacity:1}8%,100%{opacity:0}}@keyframes statusFirstCompleted{0%,7%{opacity:0}8%,100%{opacity:1}}@keyframes statusSecondPending{0%,25%{opacity:1}26%,100%{opacity:0}}@keyframes statusSecondSyncing{0%,25%{opacity:0}26%,31%{opacity:1}32%,100%{opacity:0}}@keyframes statusSecondCompleted{0%,31%{opacity:0}32%,100%{opacity:1}}@keyframes statusThirdPending{0%,50%{opacity:1}51%,100%{opacity:0}}@keyframes statusThirdSyncing{0%,50%{opacity:0}51%,56%{opacity:1}57%,100%{opacity:0}}@keyframes statusThirdCompleted{0%,56%{opacity:0}57%,100%{opacity:1}}@keyframes statusFourthPending{0%,75%{opacity:1}76%,100%{opacity:0}}@keyframes statusFourthSyncing{0%,75%{opacity:0}76%,81%{opacity:1}82%,100%{opacity:0}}@keyframes statusFourthCompleted{0%,81%{opacity:0}82%,100%{opacity:1}}@keyframes progressTextUpdate{0%,6%{content:attr(data-progress-starting)}7%,31%{content:attr(data-progress-1of4)}32%,56%{content:attr(data-progress-2of4)}57%,81%{content:attr(data-progress-3of4)}82%,100%{content:attr(data-progress-complete)}}@keyframes cardFadeIn{to{opacity:1;transform:translateY(0)}}@keyframes chartFadeIn{to{opacity:1}}@keyframes barGrow1{to{height:25px}}@keyframes barGrow2{to{height:30px}}@keyframes barGrow3{to{height:28px}}@keyframes barGrow4{to{height:35px}}@keyframes barGrow5{to{height:32px}}@keyframes barGrow6{to{height:38px}}@keyframes barGrow7{to{height:40px}}@keyframes barGrow8{to{height:42px}}@keyframes barGrow9{to{height:39px}}@keyframes barGrow10{to{height:45px}}@keyframes barGrow11{to{height:47px}}@keyframes barGrow12{to{height:50px}}@keyframes trendLineAnimate{to{opacity:1}}@keyframes trendFadeIn{to{opacity:1;transform:translateY(0)}}@keyframes budgetProgressGrow{to{width:68%}}@keyframes slideInFromLeft{to{opacity:1;transform:translateX(0)}}@keyframes popIn{0%{transform:scale(0)}50%{transform:scale(1.1)}100%{transform:scale(1)}}@keyframes connectorFadeIn{to{opacity:1}}@keyframes connectorGrow{to{height:100%}}@keyframes widgetFadeIn{to{opacity:1;transform:translateY(0)}}@keyframes bankOptionFadeIn{to{opacity:1;transform:translateY(0)}}@keyframes buttonFadeIn{to{opacity:1;transform:translateY(0)}}@keyframes securityNoteFadeIn{to{opacity:1;transform:translateY(0)}}.analytics-demo{display:flex;flex-direction:column;gap:1.5rem;max-width:350px;width:100%}.dashboard-card{padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.1);border:1px solid #e2e8f0;opacity:0;transform:translateY(20px);transition:opacity .3s ease,transform .3s ease}.analytics-demo.animate .dashboard-card{animation:cardFadeIn 1s ease-out forwards}.analytics-demo.animate .dashboard-card:nth-child(1){animation-delay:.2s}.analytics-demo.animate .dashboard-card:nth-child(2){animation-delay:.6s}.analytics-demo .card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:0;background:0 0;border:none;border-bottom:none}.analytics-demo .card-header h4{font-size:.9rem;color:#6b7280;margin:0;font-weight:500}.amount{font-size:1.5rem;font-weight:700;color:#1f2937}.chart-line{width:0%;height:3px;background:linear-gradient(90deg,#2563eb,#10b981);border-radius:2px}.chart-widget{margin-top:1rem;position:relative;height:70px;width:100%;background:0 0;border:none;box-shadow:none;padding:0}.chart-bars{display:flex;align-items:flex-end;gap:2px;height:50px;width:100%;opacity:0;position:relative}.chart-bars::after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:rgba(0,0,0,.1)}.chart-bar{flex:1;background:linear-gradient(180deg,#10b981 0%,rgba(16,185,129,.8) 100%);border-radius:3px 3px 0 0;height:0;transition:height .3s ease}.analytics-demo.animate .chart-bars{animation:chartFadeIn .5s ease-out .8s forwards}.analytics-demo.animate .chart-bar:nth-child(1){animation:barGrow1 .4s ease-out 1s forwards}.analytics-demo.animate .chart-bar:nth-child(2){animation:barGrow2 .4s ease-out 1.05s forwards}.analytics-demo.animate .chart-bar:nth-child(3){animation:barGrow3 .4s ease-out 1.1s forwards}.analytics-demo.animate .chart-bar:nth-child(4){animation:barGrow4 .4s ease-out 1.15s forwards}.analytics-demo.animate .chart-bar:nth-child(5){animation:barGrow5 .4s ease-out 1.2s forwards}.analytics-demo.animate .chart-bar:nth-child(6){animation:barGrow6 .4s ease-out 1.25s forwards}.analytics-demo.animate .chart-bar:nth-child(7){animation:barGrow7 .4s ease-out 1.3s forwards}.analytics-demo.animate .chart-bar:nth-child(8){animation:barGrow8 .4s ease-out 1.35s forwards}.analytics-demo.animate .chart-bar:nth-child(9){animation:barGrow9 .4s ease-out 1.4s forwards}.analytics-demo.animate .chart-bar:nth-child(10){animation:barGrow10 .4s ease-out 1.45s forwards}.analytics-demo.animate .chart-bar:nth-child(11){animation:barGrow11 .4s ease-out 1.5s forwards}.analytics-demo.animate .chart-bar:nth-child(12){animation:barGrow12 .4s ease-out 1.55s forwards}.chart-trend{font-size:.75rem;font-weight:600;opacity:0;transform:translateY(5px);position:absolute;top:-20px;right:0;color:#10b981;white-space:nowrap}.analytics-demo.animate .chart-trend{animation:trendFadeIn .8s ease-out 1.4s forwards}.chart-trend.positive{color:#10b981}.budget-progress{display:flex;align-items:center;gap:.75rem}.progress-bar{flex:1;height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden}.analytics-demo .progress-fill{height:100%;background:linear-gradient(90deg,#f97316,#f59e0b);border-radius:4px;width:0%;transition:none}.analytics-demo.animate .budget-progress .progress-fill{animation:budgetProgressGrow 1.5s ease-out 1.2s forwards!important;transition:none!important}.progress-fill{height:100%;background:linear-gradient(90deg,#f97316,#f59e0b);border-radius:4px;transition:width .3s ease}.progress-text{font-size:.8rem;color:#6b7280;font-weight:500}.cta-section{padding:6rem 0;background:linear-gradient(135deg,#0f172a 0%,#1e293b 50%,#0f172a 100%);text-align:center;color:#fff}.cta-section__container{max-width:800px;margin:0 auto;padding:0 2rem}.cta-section h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.cta-section p{font-size:1.1rem;color:rgba(255,255,255,.8);margin-bottom:2.5rem;line-height:1.6}.cta-section__buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media(max-width:968px){.hero--how-it-works .hero__container{grid-template-columns:1fr;gap:3rem;text-align:center}.hero--how-it-works h1{font-size:2.5rem}.step-section{padding:4rem 1rem}.step-section__container{display:flex;flex-direction:column;gap:3rem;text-align:center;max-width:100%;overflow:hidden}.step-section--reverse .step-section__container{flex-direction:column}.step-section__visual{order:1}.step-section__header{justify-content:center;text-align:center;flex-direction:column;align-items:center;gap:1.5rem;margin-bottom:2rem}.step-number{width:4rem;height:4rem;font-size:1.5rem}.step-section__text{width:100%}.step-section__text h2{font-size:1.8rem;line-height:1.3;margin-bottom:1.5rem}.step-section__subtitle{font-size:1rem;max-width:90%;margin:0 auto}.step-features{max-width:500px;margin:2rem auto 0;text-align:left}.step-section__visual{max-width:100%;overflow:hidden}.sync-demo{max-width:100%;margin:0}.data-categories{grid-template-columns:1fr;gap:1rem;padding:0 1rem}.sync-progress{padding:0 1rem}.connection-demo{max-width:100%}.connection-widget{max-width:100%}.analytics-demo{max-width:100%}.cta-section h2{font-size:2rem}.cta-section__buttons{flex-direction:column;align-items:center}}.beta-pricing-banner{display:flex;align-items:center;justify-content:center;gap:.75rem;background:linear-gradient(135deg,rgba(37,99,235,8%),rgba(139,92,246,8%));border:1px solid rgba(37,99,235,.2);border-radius:50px;padding:.75rem 1.5rem;margin-bottom:2rem;font-size:.95rem;color:#1f2937;grid-column:1/-1;margin:auto}.beta-pricing-banner .beta-pill{background:linear-gradient(135deg,#2563eb,#8b5cf6);color:#fff;font-size:.7rem;font-weight:700;padding:.3rem .6rem;border-radius:50px;text-transform:uppercase;letter-spacing:.05em}.billing-toggle{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:2.5rem;grid-column:1/-1}.billing-toggle__label{font-size:1rem;font-weight:500;color:#6b7280;cursor:pointer;transition:color .2s ease;display:flex;align-items:center;gap:.5rem}.billing-toggle__label.active{color:#1f2937;font-weight:600}.billing-toggle__label:hover{color:#1f2937}.billing-toggle__badge{display:inline-block;background:linear-gradient(135deg,#10b981,#0c8a60);color:#fff;padding:.2rem .6rem;border-radius:12px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;white-space:nowrap}.billing-toggle__switch{position:relative;width:56px;height:30px;background:#e2e8f0;border-radius:15px;border:none;cursor:pointer;transition:background .3s ease;padding:0}.billing-toggle__switch:hover{background:#d1dbe7}.billing-toggle__switch.active{background:#2563eb}.billing-toggle__slider{position:absolute;top:3px;left:3px;width:24px;height:24px;background:#fff;border-radius:50%;transition:transform .3s ease;box-shadow:0 2px 4px rgba(0,0,0,.2)}.billing-toggle__switch.active .billing-toggle__slider{transform:translateX(26px)}.pricing-card__billed{font-size:.85rem;color:#10b981;margin:0 0 .5rem;font-weight:500}.pricing-card__billed--annual{display:none}.pricing-card__trial{font-size:.9rem;color:#2563eb;margin:.5rem 0 1rem;font-weight:600;text-align:center}.pricing-card__price{font-size:3rem;font-weight:700;margin:1rem 0;color:#2563eb;display:flex;align-items:baseline;justify-content:center;gap:.25rem}.pricing-card__price .price-amount{font-size:inherit;font-weight:inherit;color:inherit}.pricing-card__price .price-period{font-size:1rem;color:#6b7280;font-weight:500}.pricing-preview{display:flex;justify-content:center;align-items:center;width:100%}.pricing-card-preview{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 20px 40px rgba(0,0,0,.1);border:1px solid rgba(37,99,235,.1);max-width:350px;width:100%;transition:all .3s ease;opacity:0;transform:translateY(30px);animation:slideInUp .8s ease-out .3s forwards}.pricing-card-preview:hover{transform:translateY(-5px);box-shadow:0 25px 50px rgba(0,0,0,.15)}.pricing-card-preview .card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.card-title{font-size:1.5rem;font-weight:700;color:#1f2937}.card-badge{background:linear-gradient(135deg,#2563eb,#8b5cf6);color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.card-price{text-align:center;margin-bottom:1.5rem}.price-amount{font-size:3rem;font-weight:800;color:#10b981;line-height:1}.price-period{font-size:1rem;color:#6b7280;font-weight:500}.card-features{display:flex;flex-direction:column;gap:.75rem}.feature-item{display:flex;align-items:center;gap:.75rem}.feature-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;background:rgba(16,185,129,.1);color:#10b981;border-radius:50%;font-size:.8rem;font-weight:700;flex-shrink:0}.pricing{padding:6rem 2rem}.pricing-single{background:#f8fafc}.pricing__container{max-width:1200px;margin:0 auto}.pricing h2{text-align:center}.pricing__subtitle{text-align:center;font-size:1.2rem;color:#6b7280;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.5}.pricing__cards{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;align-items:stretch}.pricing-card{background:#fff;padding:2.5rem 2rem;border-radius:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,6%);transition:all .3s cubic-bezier(.4,0,.2,1);text-align:center;position:relative;border:1px solid #e2e8f0;display:flex;flex-direction:column}.pricing-card:has(.feature-info:hover),.pricing-card:has(.feature-pill__info:hover){z-index:100}.pricing-card--highlight{transform:scale(1.05);border:2px solid #2563eb;background:linear-gradient(135deg,rgba(37,99,235,2%) 0%,white 100%);position:relative}.pricing-card--highlight .popular-badge{position:absolute;top:-17px;left:50%;transform:translateX(-50%);background:var(--primary-gradient);color:#fff;padding:.4rem 1rem;border-radius:20px;font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;z-index:10;box-shadow:0 2px 8px rgba(37,99,235,.3)}.pricing-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#1f2937}.pricing-card__description{font-size:.875rem;color:#6b7280;margin:0 0 1.5rem;text-align:center}.pricing-card[data-plan=plus] .pricing-card__price{color:#06b6d4}.pricing-card[data-plan=pro] .pricing-card__price{color:#10b981}.pricing-card[data-plan=business] .pricing-card__price{color:#8b5cf6}.pricing-card__features{list-style:none;margin-bottom:0;text-align:left;flex-grow:1}.pricing-card__cta{margin-top:2rem;display:flex;justify-content:center}.pricing-card__features li{display:flex;align-items:flex-start;gap:.5rem;padding:.5rem 0;color:#6b7280;border-bottom:1px solid rgba(0,0,0,5%);line-height:1.4}.pricing-card__features li:last-child{border-bottom:none}.pricing-card__features li::before{content:"✓";color:#10b981;font-weight:700;flex-shrink:0;margin-top:.1rem}.pricing-card__features li.pricing-card__coming-soon{color:#6b7280;opacity:.8}.pricing-card__features .coming-soon-badge{display:inline-block;background:linear-gradient(135deg,#2563eb,#8b5cf6);color:#fff;padding:.15rem .5rem;border-radius:10px;font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;white-space:nowrap;margin-left:auto;flex-shrink:0}.pricing-card__features .feature-info{position:relative;display:inline-flex;align-items:center;align-self:center;margin-left:auto;cursor:pointer;flex-shrink:0}.pricing-card__features .feature-info-icon{width:16px;height:16px;color:#9ca3af;transition:color .2s ease}.pricing-card__features .feature-info:hover .feature-info-icon{color:#4b5563}.pricing-card__features .feature-tooltip{position:absolute;bottom:100%;left:auto;right:-12px;transform:none;margin-bottom:.5rem;padding:.5rem .75rem;background:#111827;color:#fff;font-size:.75rem;line-height:1.4;border-radius:8px;white-space:normal;width:200px;max-width:60vw;text-align:center;opacity:0;visibility:hidden;transition:all .2s ease;z-index:1000;box-shadow:0 4px 12px rgba(0,0,0,.15)}.pricing-card__features .feature-info:hover .feature-tooltip,.pricing-card__features .feature-info:focus .feature-tooltip,.pricing-card__features .feature-info:focus-within .feature-tooltip{opacity:1;visibility:visible}@media(hover:none) and (pointer:coarse){.pricing-card__features .feature-info{-webkit-tap-highlight-color:transparent}.pricing-card__features .feature-info:active .feature-tooltip{opacity:1;visibility:visible}}.pricing-card__features .feature-tooltip::after{content:"";position:absolute;top:100%;left:auto;right:14px;transform:none;border:6px solid transparent;border-top-color:#111827}.feature-comparison{padding:6rem 2rem;background:#fff}.feature-comparison__container{max-width:1200px;margin:0 auto}.feature-comparison h2{text-align:center;font-size:2.5rem;margin-bottom:1rem;background:linear-gradient(135deg,#2563eb,#8b5cf6,#06b6d4,#10b981);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:800;letter-spacing:-.025em}.feature-comparison__subtitle{text-align:center;font-size:1.2rem;color:#6b7280;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.5}.comparison-table{background:#fff;border-radius:16px;overflow:visible;box-shadow:0 8px 32px rgba(0,0,0,.1);border:1px solid #e2e8f0;margin-top:2.5rem;position:relative}.pricing-table-header{display:grid;grid-template-columns:1.8fr 1fr 1fr 1fr 1fr;gap:0;background:#f8fafc;border-bottom:2px solid #e2e8f0;align-items:stretch}.feature-column{font-weight:700;color:#1f2937;font-size:1.1rem;text-align:left;padding:1.25rem 1rem 1.25rem 1.5rem}.plan-column{text-align:center;font-weight:700;color:#1f2937;font-size:.9rem;display:flex;align-items:center;justify-content:center;padding:1.25rem .75rem;white-space:nowrap}.plan-column.popular{position:relative;color:#2563eb;font-weight:800;background:rgba(37,99,235,6%)}.plan-column.popular .popular-badge{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);background:var(--primary-gradient);color:#fff;padding:.4rem 1rem;border-radius:20px;font-size:.75rem;font-weight:600;white-space:nowrap;letter-spacing:.05em;text-transform:uppercase;box-shadow:0 2px 8px rgba(37,99,235,.3);z-index:10}.feature-row .feature-value:nth-child(4){background:rgba(37,99,235,4%)}.table-body{display:flex;flex-direction:column}.feature-row{display:grid;grid-template-columns:1.8fr 1fr 1fr 1fr 1fr;gap:0;border-bottom:1px solid rgba(0,0,0,5%);align-items:stretch}.feature-row:last-child{border-bottom:none}.feature-row:hover{background:rgba(37,99,235,2%)}.feature-row .feature-name{font-weight:600;color:#1f2937;text-align:left;display:flex;flex-direction:column;gap:.25rem;padding:1.25rem 1rem 1.25rem 1.5rem}.feature-title{font-weight:600;color:#1f2937}.feature-desc{font-size:.85rem;font-weight:400;color:#6b7280;line-height:1.4}.feature-value{text-align:center;font-weight:600;color:#6b7280;display:flex;align-items:center;justify-content:center;padding:1.25rem .75rem}.feature-value.feature-yes{color:#10b981}.feature-value.feature-limited{color:#10b981;opacity:.7}.feature-value.feature-no{color:#6b7280;opacity:.5;font-size:1.2rem}.feature-value .coming-soon-badge{display:inline-block;background:linear-gradient(135deg,#2563eb,#8b5cf6);color:#fff;padding:.2rem .5rem;border-radius:12px;font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;white-space:nowrap}.pricing-faq{padding:6rem 2rem;background:#fff}.pricing-faq__container{max-width:1200px;margin:0 auto}.pricing-faq h2{text-align:center;font-size:2.5rem;margin-bottom:1rem;background:linear-gradient(135deg,#2563eb,#8b5cf6,#06b6d4,#10b981);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:800;letter-spacing:-.025em}.pricing-faq__subtitle{text-align:center;font-size:1.2rem;color:#6b7280;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.5}.faq-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:640px){.faq-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.faq-grid{grid-template-columns:repeat(3,1fr)}}.faq-item{background:#f8fafc;padding:2rem;border-radius:16px;border:1px solid #e2e8f0;transition:all .3s ease}.faq-item:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.1);border-color:#2563eb}.faq-item h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:1rem;line-height:1.4}.faq-item p{color:#6b7280;line-height:1.6;margin:0}.cta-section--pricing{padding:6rem 2rem;background:linear-gradient(135deg,#2563eb,#8b5cf6,#06b6d4,#10b981);color:#fff;text-align:center}.cta-section__container{max-width:800px;margin:0 auto}.cta-section--pricing h2{font-size:2.5rem;margin-bottom:1rem;font-weight:800;letter-spacing:-.025em;color:#fff}.cta-section--pricing p{font-size:1.2rem;margin-bottom:2rem;opacity:.9;line-height:1.6}.cta-section__buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:1.5rem}.cta-note{margin-top:1rem}.cta-note p{font-size:.9rem;opacity:.8;margin:0}@keyframes slideInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.hero--pricing{min-height:60vh}.pricing-card-preview{max-width:280px;padding:1.5rem}.card-title{font-size:1.25rem}.price-amount{font-size:2.5rem}.comparison-table{display:none}.mobile-comparison{display:block!important}.mobile-feature-legend{display:flex!important;justify-content:space-between;gap:.5rem;margin-bottom:2rem;padding:1rem;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.legend-item{display:flex;align-items:center;gap:.5rem}.legend-color{width:12px;height:12px;border-radius:50%;flex-shrink:0}.legend-item span{font-size:.85rem;color:#1f2937;font-weight:500}.faq-grid{gap:1.5rem}.faq-item{padding:1.5rem}.cta-section__buttons{flex-direction:column;align-items:center}.feature-comparison,.pricing-faq,.cta-section--pricing{padding:4rem 2rem}}.mobile-comparison{display:none}.mobile-feature-legend{display:none}.legend-item{display:flex;align-items:center;gap:.5rem}.legend-color{width:12px;height:12px;border-radius:50%;flex-shrink:0}.legend-item span{font-size:.85rem;color:#1f2937;font-weight:500}@media(min-width:769px){.mobile-comparison{display:none!important}}.mobile-feature-card{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 4px 16px rgba(0,0,0,8%);border:1px solid #e2e8f0;position:relative}.mobile-feature-card:nth-child(2),.mobile-feature-card:nth-child(3),.mobile-feature-card:nth-child(4),.mobile-feature-card:nth-child(5){border-left:4px solid #10b981;background:linear-gradient(135deg,rgba(16,185,129,2%) 0%,white 100%)}.mobile-feature-card:nth-child(6),.mobile-feature-card:nth-child(7),.mobile-feature-card:nth-child(8),.mobile-feature-card:nth-child(9),.mobile-feature-card:nth-child(10),.mobile-feature-card:nth-child(11),.mobile-feature-card:nth-child(12){border-left:4px solid #2563eb;background:linear-gradient(135deg,rgba(37,99,235,2%) 0%,white 100%)}.mobile-feature-card:nth-child(13),.mobile-feature-card:nth-child(14),.mobile-feature-card:nth-child(15),.mobile-feature-card:nth-child(16){border-left:4px solid #8b5cf6;background:linear-gradient(135deg,rgba(139,92,246,2%) 0%,white 100%)}.mobile-feature-header{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid rgba(0,0,0,6%);position:relative}.mobile-feature-header .mobile-feature-name{font-weight:700;color:#1f2937;margin-bottom:.5rem;line-height:1.3;font-size:1.1rem}.mobile-feature-header .mobile-feature-desc{font-size:.9rem;color:#6b7280;line-height:1.4}.mobile-feature-card::after{content:"";position:absolute;top:1rem;right:1rem;width:8px;height:8px;border-radius:50%;opacity:.6}.mobile-feature-card:nth-child(2)::after,.mobile-feature-card:nth-child(3)::after,.mobile-feature-card:nth-child(4)::after,.mobile-feature-card:nth-child(5)::after{background:#10b981}.mobile-feature-card:nth-child(6)::after,.mobile-feature-card:nth-child(7)::after,.mobile-feature-card:nth-child(8)::after,.mobile-feature-card:nth-child(9)::after,.mobile-feature-card:nth-child(10)::after,.mobile-feature-card:nth-child(11)::after,.mobile-feature-card:nth-child(12)::after{background:#2563eb}.mobile-feature-card:nth-child(13)::after,.mobile-feature-card:nth-child(14)::after,.mobile-feature-card:nth-child(15)::after,.mobile-feature-card:nth-child(16)::after{background:#8b5cf6}.mobile-plan-availability{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}.plan-item{display:flex;flex-direction:column;align-items:center;padding:.75rem .5rem;border-radius:8px;border:1px solid #e2e8f0;background:#f8fafc}.plan-item.available{background:rgba(16,185,129,5%);border-color:rgba(16,185,129,.2)}.plan-item.limited{background:rgba(16,185,129,3%);border-color:rgba(16,185,129,.15)}.plan-item.unavailable{background:rgba(156,163,175,5%);border-color:rgba(156,163,175,.15)}.plan-name{font-weight:600;font-size:.85rem;color:#1f2937;margin-bottom:.25rem}.plan-status{font-weight:600;font-size:.85rem;text-align:center}.plan-item.available .plan-status{color:#10b981}.plan-item.limited .plan-status{color:#10b981;opacity:.8}.plan-item.unavailable .plan-status{color:#6b7280;opacity:.6}.plan-status.icon-only::before{display:block;font-size:1.4rem;margin-bottom:.25rem}.plan-item.available .plan-status.icon-only::before{content:"✓";color:#10b981}.plan-item.unavailable .plan-status.icon-only::before{content:"✗";color:#6b7280;opacity:.6}.plan-status.icon-only{display:flex;flex-direction:column;align-items:center}.plan-status .coming-soon-badge{display:inline-block;background:linear-gradient(135deg,#2563eb,#8b5cf6);color:#fff;padding:.15rem .4rem;border-radius:10px;font-size:.6rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;white-space:nowrap}.pricing-card--horizontal{grid-column:1/-1;display:flex;flex-direction:column;gap:1rem;padding:1.5rem 2rem;text-align:left;margin-top:1rem}.pricing-card--horizontal .pricing-card__header{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.pricing-card--horizontal .pricing-card__icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:#f8fafc;border-radius:50%;flex-shrink:0}.pricing-card--horizontal .pricing-card__icon svg{width:20px;height:20px;color:#6b7280}.pricing-card--horizontal .pricing-card__info{flex:1;min-width:200px}.pricing-card--horizontal .pricing-card__info h3{margin:0;font-size:1rem;font-weight:600}.pricing-card--horizontal .pricing-card__description{margin:.25rem 0 0;font-size:.875rem;color:#6b7280;text-align:left}.pricing-card--horizontal .button{margin-left:auto;flex-shrink:0}.pricing-card__features-horizontal{display:flex;flex-wrap:wrap;gap:.5rem;padding-top:.5rem}.feature-pill{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;background:#fff;border:1px solid #e2e8f0;border-radius:9999px;font-size:.875rem;color:#6b7280;white-space:nowrap}.feature-pill__check{width:14px;height:14px;color:#6b7280;flex-shrink:0}.feature-pill__info{position:relative;display:inline-flex;align-items:center;cursor:pointer}.feature-pill__info-icon{width:16px;height:16px;color:#9ca3af;transition:color .2s ease}.feature-pill__info:hover .feature-pill__info-icon{color:#4b5563}.feature-pill__tooltip{position:absolute;bottom:100%;left:auto;right:-12px;transform:none;margin-bottom:.5rem;padding:.5rem .75rem;background:#111827;color:#fff;font-size:.75rem;line-height:1.4;border-radius:8px;white-space:normal;width:200px;max-width:60vw;text-align:center;opacity:0;visibility:hidden;transition:all .2s ease;z-index:1000;box-shadow:0 4px 12px rgba(0,0,0,.15)}.feature-pill__info:hover .feature-pill__tooltip,.feature-pill__info:focus .feature-pill__tooltip,.feature-pill__info:focus-within .feature-pill__tooltip{opacity:1;visibility:visible}@media(hover:none) and (pointer:coarse){.feature-pill__info{-webkit-tap-highlight-color:transparent}.feature-pill__info:active .feature-pill__tooltip{opacity:1;visibility:visible}}.guarantee-banner{grid-column:1/-1;margin-top:1rem}.guarantee-banner__content{display:flex;align-items:center;justify-content:center;gap:2rem;flex-wrap:wrap;padding:1rem 1.5rem;background:linear-gradient(135deg,rgba(16,185,129,8%),rgba(6,182,212,8%));border:1px solid rgba(16,185,129,.2);border-radius:12px;text-align:center}.guarantee-item{display:inline-flex;align-items:center;gap:.5rem;font-size:.9375rem;font-weight:500;color:#1f2937}.guarantee-item__icon{width:20px;height:20px;color:#10b981;flex-shrink:0}@media(max-width:768px){.guarantee-banner__content{gap:1rem;padding:1rem}.guarantee-item{font-size:.875rem}}.pricing-card__savings{text-align:center;margin:.5rem 0}.pricing-card__savings--annual{display:none}.pricing__cards.billing-annual .pricing-card__savings--annual{display:block}.feature-pill__tooltip::after{content:"";position:absolute;top:100%;left:auto;right:14px;transform:none;border:6px solid transparent;border-top-color:#111827}@media(max-width:768px){.pricing-card--horizontal{padding:1.5rem}.pricing-card--horizontal .pricing-card__header{flex-direction:column;align-items:center;text-align:center;gap:1rem}.pricing-card--horizontal .pricing-card__info{text-align:center}.pricing-card--horizontal .button{margin-left:0;width:100%;justify-content:center}.pricing-card__features-horizontal{justify-content:center}}@media(max-width:768px){.floating-card{min-width:120px;padding:.75rem;font-size:.875rem}.floating-card--savings{top:10%;right:-10px}.floating-card--goal{bottom:15%;left:-10px}.floating-card__icon{width:35px;height:35px;font-size:1.25rem}.floating-card__value{font-size:1.1rem}.floating-card__label{font-size:.7rem}}