@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)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:inter,sans-serif;line-height:1.6;color:#1f2937;background-color:#fff}h1{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;letter-spacing:-.025em}@media(max-width:768px){h1{font-size:2.5rem}}h2{font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:1rem;letter-spacing:-.025em}@media(max-width:768px){h2{font-size:2rem}}h3{font-size:2rem;font-weight:600;line-height:1.3;margin-bottom:.75rem;letter-spacing:-.02em}@media(max-width:768px){h3{font-size:1.75rem}}h4{font-size:1.5rem;font-weight:600;line-height:1.3;margin-bottom:.5rem;letter-spacing:-.015em}@media(max-width:768px){h4{font-size:1.25rem}}h5{font-size:1.25rem;font-weight:600;line-height:1.4;margin-bottom:.5rem}@media(max-width:768px){h5{font-size:1.125rem}}h6{font-size:1.125rem;font-weight:600;line-height:1.4;margin-bottom:.5rem}@media(max-width:768px){h6{font-size:1rem}}.text-center{text-align:center}.gradient-title{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}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.button{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;text-decoration:none;transition:all .2s;cursor:pointer;min-height:48px;box-sizing:border-box}.button--primary{background:linear-gradient(135deg,#2563eb,#8b5cf6,#06b6d4,#10b981);color:#fff!important;font-weight:600;font-size:1rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,6%);padding:.875rem 2rem;letter-spacing:.025em;border:none;position:relative;overflow:hidden}.button--primary::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.button--primary:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,5%);color:#fff!important}.button--primary:hover::before{left:100%}.button--secondary{background:#fff;color:#2563eb;font-weight:600;border:2px solid #2563eb;position:relative;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.button--secondary::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#2563eb,#8b5cf6,#06b6d4,#10b981);opacity:0;transition:opacity .3s;z-index:-1}.button--secondary:hover{color:#fff;border-color:transparent;background-color:#e5e7eb;transform:translateY(-2px);box-shadow:0 4px 6px rgba(0,0,0,5%)}.button--secondary:hover::before{opacity:1}.button--large{padding:1rem 2rem;font-size:1.1rem;letter-spacing:.025em;min-height:48px}.button--xl{padding:1.25rem 3rem;font-size:1.2rem;letter-spacing:.025em;min-height:56px}.button--xxl{padding:1.5rem 4rem;font-size:1.3rem;letter-spacing:.025em;min-height:64px;font-weight:700}.button--outline{background:0 0;border:2px solid #2563eb;color:#2563eb;font-weight:600;position:relative;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.button--outline::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#2563eb,#8b5cf6,#06b6d4,#10b981);opacity:0;transition:opacity .3s;z-index:-1}.button--outline:hover{color:#fff!important;border-color:transparent}.button--outline:hover::before{opacity:1}.button--primary-dark{background:rgba(255,255,255,.1);color:#fff!important;box-shadow:0 4px 12px rgba(0,0,0,.3);border:2px solid rgba(255,255,255,.2);backdrop-filter:blur(10px);position:relative;overflow:hidden}.button--primary-dark::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.button--primary-dark:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.4);background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.4);color:#fff!important}.button--primary-dark:hover::before{left:100%}.button--secondary-dark{background:0 0;color:#fff;border:2px solid rgba(255,255,255,.8);backdrop-filter:blur(10px);position:relative;overflow:hidden}.button--secondary-dark::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,.95);opacity:0;transition:opacity .3s;z-index:-1}.button--secondary-dark:hover{color:#1f2937!important;border-color:rgba(255,255,255,.9);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.button--secondary-dark:hover::before{opacity:1}.header{position:fixed;top:0;left:0;right:0;background:rgba(255,255,255,.95);backdrop-filter:blur(10px);z-index:1000;transition:all .3s cubic-bezier(.4,0,.2,1);border-bottom:1px solid transparent;padding:0 2rem}.header.scrolled{background:rgba(255,255,255,.98);box-shadow:0 4px 20px rgba(0,0,0,8%),0 1px 3px rgba(0,0,0,.1);border-bottom:1px solid #e2e8f0}.nav{max-width:1200px;margin:0 auto;padding:1rem 0;display:flex;justify-content:space-between;align-items:center}.nav__logo{font-size:1.5rem;font-weight:800;background:linear-gradient(135deg,#2563eb,#8b5cf6,#06b6d4,#10b981);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);letter-spacing:-.025em;opacity:.8}.nav__logo:hover{opacity:1}.nav__links{display:flex;gap:2rem;align-items:center}.nav__links a{text-decoration:none;color:#1f2937;font-weight:500;transition:color .2s}.nav__links a:hover{color:#2563eb}.nav__submenu{position:relative}.nav__submenu>span{cursor:pointer;font-weight:500;color:#1f2937;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;gap:.5rem;position:relative}.nav__submenu>span::after{content:'';width:5px;height:5px;border:1.5px solid #6b7280;border-top:none;border-left:none;transform:rotate(45deg)translateY(-1px);transition:all .3s cubic-bezier(.4,0,.2,1)}.nav__submenu:hover>span{color:#2563eb}.nav__submenu:hover>span::after{border-color:#2563eb;transform:rotate(225deg)translateY(-1px)}.nav__submenu:hover .submenu{opacity:1;visibility:visible;transform:translateY(0)scale(1)}.submenu{position:absolute;top:calc(100% + 8px);left:-8px;background:rgba(255,255,255,.98);backdrop-filter:blur(20px);border:1px solid rgba(37,99,235,.1);border-radius:16px;box-shadow:0 20px 40px rgba(0,0,0,.1),0 8px 16px rgba(0,0,0,6%);min-width:220px;opacity:0;visibility:hidden;transform:translateY(-16px)scale(.95);transition:all .3s cubic-bezier(.4,0,.2,1);z-index:1000;overflow:hidden;padding:8px 0}.submenu::before{content:'';position:absolute;top:-8px;left:20px;width:16px;height:16px;background:#fff;border:1px solid rgba(37,99,235,.1);border-bottom:none;border-right:none;transform:rotate(45deg);z-index:-1}.submenu a{display:block;padding:12px 20px;color:#1f2937;text-decoration:none;transition:all .2s ease;position:relative;font-weight:500;font-size:.95rem}.submenu a:hover{background:linear-gradient(135deg,rgba(37,99,235,5%),rgba(6,182,212,5%));color:#2563eb}.mobile-nav-button{display:none;background:0 0;border:none;cursor:pointer;padding:.5rem;flex-direction:column;gap:4px;z-index:1002;position:relative}.mobile-nav-button span{width:25px;height:2px;background-color:#1f2937;transition:all .3s ease;border-radius:1px}.mobile-nav-button.active span:nth-child(1){transform:rotate(45deg)translate(5px,5px)}.mobile-nav-button.active span:nth-child(2){opacity:0}.mobile-nav-button.active span:nth-child(3){transform:rotate(-45deg)translate(7px,-6px)}.mobile-nav{position:fixed;top:0;left:0;width:100%;height:100vh;background:#fff;padding:0;z-index:1001;transform:translateX(100%);transition:transform .3s ease;overflow:hidden}.mobile-nav.active{transform:translateX(0)}.mobile-nav-header{position:fixed;top:0;left:0;right:0;background:rgba(255,255,255,.95);backdrop-filter:blur(10px);border-bottom:1px solid #e2e8f0;z-index:1002;padding:0 2rem}.mobile-nav-header .nav{max-width:1200px;margin:0 auto;padding:1rem 0;display:flex;justify-content:space-between;align-items:center}.mobile-nav-logo{font-size:1.5rem;font-weight:800;background:linear-gradient(135deg,#2563eb,#8b5cf6,#06b6d4,#10b981);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);letter-spacing:-.025em;opacity:.8}.mobile-nav-logo:hover{opacity:1}.mobile-nav-content{padding:6rem 2rem 2rem;height:100vh;overflow-y:auto}.mobile-nav-content a{display:block;padding:1.25rem 0;font-size:1.1rem;font-weight:500;text-align:left;color:#1f2937;text-decoration:none;border-bottom:1px solid #e2e8f0;transition:all .2s ease}.mobile-nav-content a:hover{color:#2563eb;background:#f8fafc}.mobile-nav-content .button{margin:2rem 0 1rem;display:block;width:100%;text-align:center}.footer{background:linear-gradient(135deg,#1f2937 0%,#374151 50%,#1f2937 100%);color:#fff;padding:4rem 2rem 2rem;margin-top:0;position:relative}.footer::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent)}.footer__content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.footer__section h4{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:#fff}.footer__section a{color:rgba(255,255,255,.8);text-decoration:none;display:block;margin-bottom:.5rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.footer__section a:hover{color:#fff;transform:translateX(4px)}.footer__section p{color:rgba(255,255,255,.7);line-height:1.6}.footer__bottom{max-width:1200px;margin:0 auto;padding-top:2rem;margin-top:2rem;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer__bottom p{color:rgba(255,255,255,.7);font-size:.9rem}.footer__language{position:relative}.footer__language select{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:.5rem .75rem;font-size:.8rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);color:#fff;width:100%;backdrop-filter:blur(10px)}.footer__language select:hover{background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.4);transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.2)}.footer__language select option{background:#1f2937;color:#fff}.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(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3rem}.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 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}.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}.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}.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}.sync-indicator{display:flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:500;color:#10b981}.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)}.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--fintoc{background:linear-gradient(135deg,#2563eb,#1e40af);color:#fff}.provider-icon--belvo{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}@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}}.fintoc-section{padding:6rem 2rem}.fintoc-section__container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}@media(max-width:768px){.fintoc-section__container{grid-template-columns:1fr;gap:2rem}}.fintoc-section__content{display:flex;flex-direction:column}.fintoc-section__visual{display:flex;justify-content:center;align-items:center}.fintoc-section__header{text-align:center;margin-bottom:2rem}.fintoc-section__subtitle{font-size:1.2rem;color:#6b7280;line-height:1.6}.fintoc-logo{display:flex;justify-content:center;margin-bottom:2rem}.fintoc-logo__icon{width:120px;height:40px}.fintoc-features{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:3rem}.fintoc-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)}.fintoc-feature:hover{background:rgba(255,255,255,.8);border-color:rgba(37,99,235,.2);transform:translateY(-2px)}.fintoc-feature__icon{width:24px;height:24px;color:#2563eb;flex-shrink:0}.fintoc-feature__icon svg{width:100%;height:100%}.fintoc-feature span{font-size:.95rem;color:#1f2937;font-weight:500}.fintoc-section .feature-benefits{margin-top:0}.fintoc-cta{text-align:center;margin-top:2.5rem}.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--fintoc .step-icon{background:linear-gradient(135deg,#2563eb,#1e40af)}.flow-step--belvo .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--fintoc .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:400px;padding:1rem}.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}}.belvo-section{padding:6rem 2rem}.belvo-section__container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}@media(max-width:768px){.belvo-section__container{grid-template-columns:1fr;gap:2rem}}.belvo-section__content{display:flex;flex-direction:column}.belvo-section__visual{display:flex;justify-content:center;align-items:center}.belvo-section__header{text-align:center;margin-bottom:2rem}.belvo-section__subtitle{font-size:1.2rem;color:#6b7280;line-height:1.6}.belvo-logo{display:flex;justify-content:center;margin-bottom:2rem}.belvo-logo__icon{width:120px;height:40px}.belvo-features{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:3rem}.belvo-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)}.belvo-feature:hover{background:rgba(255,255,255,.8);border-color:rgba(16,185,129,.2);transform:translateY(-2px)}.belvo-feature__icon{width:24px;height:24px;color:#10b981;flex-shrink:0}.belvo-feature__icon svg{width:100%;height:100%}.belvo-feature span{font-size:.95rem;color:#1f2937;font-weight:500}.belvo-section .feature-benefits{margin-top:0}.belvo-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--belvo .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}}.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)}}.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;transition:all .3s cubic-bezier(.4,0,.2,1);flex:1;min-width:0}.stat:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,6%)}.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:#6b7280;text-transform:uppercase;letter-spacing:.05em}.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__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}.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__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(auto-fit,minmax(320px,1fr));gap:2rem;align-items:stretch}.country-card{background:#fff;padding:2.5rem 2rem;border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,8%);text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid rgba(255,255,255,.2);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 .button{position:relative;z-index:10}.country-card::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(37,99,235,2%) 0%,rgba(139,92,246,2%) 50%,rgba(6,182,212,2%) 100%);opacity:0;transition:all .3s cubic-bezier(.4,0,.2,1);pointer-events:none}.country-card:hover{transform:translateY(-12px)scale(1.02);box-shadow:0 25px 50px -12px rgba(0,0,0,.15)}.country-card:hover::after{opacity:1}.country-card:hover .country-card__flag{transform:scale(1.1);box-shadow:0 12px 24px 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) .country-card__flag{background:linear-gradient(135deg,#2563eb,#8b5cf6)}.country-card:nth-child(2) .country-card__flag{background:linear-gradient(135deg,#10b981,#06b6d4)}.country-card:nth-child(3) .country-card__flag{background:linear-gradient(135deg,#f97316,#f59e0b)}.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 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:2rem;flex-grow:1;display:flex;flex-direction:column;justify-content:center}.country-card li{padding:.5rem 0;color:#6b7280;font-size:.9rem;line-height:1.4;border-bottom:1px solid rgba(0,0,0,5%)}.country-card li:last-child{border-bottom:none}.hero--about{background:#fff;padding:8rem 2rem 6rem;position:relative;overflow:hidden}.hero--about .hero__container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}@media(max-width:768px){.hero--about .hero__container{grid-template-columns:1fr;gap:3rem;text-align:center}}.hero--about h1{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.1;letter-spacing:-.025em;background:linear-gradient(135deg,#2563eb,#8b5cf6,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(max-width:768px){.hero--about h1{font-size:2.5rem}}.hero--about .hero__subtitle{font-size:1.25rem;color:#6b7280;line-height:1.6;margin-bottom:2rem}.hero--about .hero__stats{display:flex;gap:2rem;margin-top:2rem}@media(max-width:768px){.hero--about .hero__stats{justify-content:center}}@media(max-width:480px){.hero--about .hero__stats{flex-direction:column;gap:1rem}}.about-visual{display:flex;flex-direction:column;gap:3rem;align-items:center;justify-content:flex-start;padding:2rem 0}.about-visual .about-card{background:#fff;padding:1.5rem;border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.1);border:1px solid #e2e8f0;display:flex;align-items:center;gap:1rem;min-width:280px;max-width:320px;opacity:0;transform:translateY(30px);animation:fadeInUp .8s ease-out forwards}.about-visual .about-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.15)}.about-visual .about-card--mission{border-left:4px solid #2563eb;animation-delay:.2s}.about-visual .about-card--vision{border-left:4px solid #8b5cf6;animation-delay:.4s}.about-visual .about-card__icon{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#06b6d4);display:flex;align-items:center;justify-content:center;flex-shrink:0}.about-visual .about-card__icon svg{width:20px;height:20px;color:#fff}.about-visual .about-card__content{display:flex;flex-direction:column}.about-visual .about-card__label{font-size:.875rem;color:#6b7280;font-weight:500}.about-visual .about-card__value{font-size:1rem;font-weight:600;color:#1f2937}.mission-section{padding:8rem 2rem;background:#f8fafc}.mission-section__container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}@media(max-width:768px){.mission-section__container{grid-template-columns:1fr;gap:4rem}.mission-section__container .mission-section__visual{order:2}.mission-section__container .mission-section__content{order:1}}@media(min-width:1200px){.mission-section__container{grid-template-columns:.8fr 1.2fr;gap:8rem}}.mission-section__content .gradient-title{margin-bottom:1.5rem}.mission-section__subtitle{font-size:1.2rem;color:#6b7280;line-height:1.6;margin-bottom:3rem}.mission-section__visual{display:flex;justify-content:center;align-items:center}.mission-features{display:grid;grid-template-columns:1fr;gap:2rem}.mission-feature{display:flex;align-items:flex-start;gap:1rem}.mission-feature__icon{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#2563eb,#06b6d4);display:flex;align-items:center;justify-content:center;flex-shrink:0}.mission-feature__icon svg{width:24px;height:24px;color:#fff}.mission-feature__content{flex:1}.mission-feature h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.mission-feature p{color:#6b7280;line-height:1.6;margin:0}.mission-showcase{display:flex;justify-content:center;align-items:center}.tech-stack{background:#fff;padding:2.5rem;border-radius:24px;box-shadow:0 12px 48px rgba(0,0,0,.12);border:1px solid #e2e8f0;position:relative;overflow:hidden;max-width:400px;opacity:0;transform:translateX(-50px);transition:all .8s ease-out}.tech-stack.animate{opacity:1;transform:translateX(0);transition-delay:.2s}.tech-stack::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#2563eb,#8b5cf6,#06b6d4);opacity:.02;z-index:0}.tech-stack__header{text-align:center;margin-bottom:2rem;position:relative;z-index:1}.tech-stack__header h3{font-size:1.375rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.tech-stack__header p{font-size:.9rem;color:#6b7280;margin:0}.tech-items{display:flex;flex-direction:column;gap:1rem;position:relative;z-index:1}.tech-item{display:flex;align-items:center;gap:1.25rem;padding:1.25rem 1.5rem;background:#fff;border-radius:16px;border:1px solid rgba(0,0,0,8%);box-shadow:0 2px 8px rgba(0,0,0,4%);transition:all .6s ease-out;position:relative;opacity:0;transform:translateY(20px)}.tech-stack.animate .tech-item{opacity:1;transform:translateY(0)}.tech-stack.animate .tech-item:nth-child(1){transition-delay:.4s}.tech-stack.animate .tech-item:nth-child(2){transition-delay:.6s}.tech-stack.animate .tech-item:nth-child(3){transition-delay:.8s}.tech-item:hover{transform:translateY(-3px)translateX(-2px);box-shadow:0 8px 24px rgba(0,0,0,.12);border-color:rgba(99,102,241,.2)}.tech-item--mexico .tech-flag{background:linear-gradient(135deg,#059669,#10b981)}.tech-item--chile .tech-flag{background:linear-gradient(135deg,#dc2626,#f59e0b)}.tech-item--brazil .tech-flag{background:linear-gradient(135deg,#0ea5e9,#8b5cf6)}.tech-item .tech-flag{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:.875rem;flex-shrink:0;box-shadow:0 2px 8px rgba(0,0,0,.15)}.tech-item .tech-method{font-weight:600;color:#1f2937;font-size:1rem}.team-section{padding:8rem 2rem;background:#fff}.team-section__container{max-width:1200px;margin:0 auto;text-align:center}.team-section .gradient-title{margin-bottom:1.5rem}.team-section__subtitle{font-size:1.2rem;color:#6b7280;line-height:1.6;margin-bottom:4rem;max-width:600px;margin-left:auto;margin-right:auto}.team-values{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:4rem}.value-card{background:#fff;padding:2.5rem 2rem;border-radius:16px;box-shadow:0 4px 16px rgba(0,0,0,8%);border:1px solid #e2e8f0;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.value-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px rgba(0,0,0,.12)}.value-card .value-icon{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#8b5cf6);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.value-card .value-icon svg{width:28px;height:28px;color:#fff}.value-card h3{font-size:1.375rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.value-card p{color:#6b7280;line-height:1.6}.story-section{padding:8rem 2rem;background:#f8fafc}.story-section__container{max-width:1200px;margin:0 auto;position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}@media(max-width:768px){.story-section__container{grid-template-columns:1fr;gap:4rem}}.story-section .gradient-title{margin-bottom:2rem}.story-section__subtitle{font-size:1.2rem;color:#6b7280;line-height:1.6;margin-bottom:3rem}.story-section__visual{display:flex;justify-content:center;align-items:center}.story-content{font-size:1.125rem;line-height:1.8;color:#1f2937}.story-content h2{font-size:2.25rem;font-weight:700;color:#1f2937;margin:3rem 0 1.5rem;line-height:1.2;position:relative;padding-left:1rem}.story-content h2::before{content:'';position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(135deg,#2563eb,#06b6d4);border-radius:2px}.story-content h3{font-size:1.75rem;font-weight:600;color:#2563eb;margin:2.5rem 0 1rem;line-height:1.3}.story-content p{margin-bottom:1.5rem}.story-content ul{margin:1.5rem 0;padding-left:2rem}.story-content ul li{margin-bottom:.75rem;line-height:1.7}.story-content ul li::marker{color:#2563eb}.story-content a{color:#2563eb;text-decoration:none;border-bottom:1px solid transparent;transition:all .3s cubic-bezier(.4,0,.2,1);font-weight:500}.story-content a:hover{color:#1d4ed8;border-bottom-color:#2563eb}.story-features{display:grid;grid-template-columns:1fr;gap:2rem}.story-feature{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:#fff;border-radius:16px;box-shadow:0 4px 16px rgba(0,0,0,8%);border:1px solid #e2e8f0;transition:all .3s cubic-bezier(.4,0,.2,1)}.story-feature:hover{transform:translateY(-2px);box-shadow:0 8px 32px rgba(0,0,0,.12)}.story-feature__icon{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#2563eb,#06b6d4);display:flex;align-items:center;justify-content:center;flex-shrink:0}.story-feature__icon svg{width:24px;height:24px;color:#fff}.story-feature h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.story-feature p{color:#6b7280;line-height:1.6;margin:0}.story-showcase{display:flex;justify-content:center;align-items:center;position:relative}.story-visual{background:#fff;padding:3rem 2rem;border-radius:20px;box-shadow:0 8px 32px rgba(0,0,0,.1);border:1px solid #e2e8f0;text-align:center;max-width:400px;position:relative}.story-visual .story-icon{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#8b5cf6);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.story-visual .story-icon svg{width:40px;height:40px;color:#fff}.story-visual h3{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.story-visual p{color:#6b7280;line-height:1.6;margin:0}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInFromLeft{from{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@media(max-width:768px){.about-visual{padding:1rem 0;gap:1.5rem}.about-visual .about-card{min-width:260px;max-width:300px}.mission-section{padding:6rem 1rem}.team-section{padding:6rem 1rem}.story-section{padding:6rem 1rem}.team-values{grid-template-columns:1fr;gap:1.5rem}.value-card{padding:2rem 1.5rem}}@media(max-width:480px){.hero--about{padding:6rem 1rem 4rem}.mission-section{padding:4rem 1rem}.team-section{padding:4rem 1rem}.story-section{padding:4rem 1rem}.tech-stack{padding:1.5rem}.tech-item{padding:.75rem;gap:.75rem}}.roadmap-visual{display:flex;flex-direction:column;align-items:center;max-width:500px;margin:0 auto}.roadmap-container{width:100%;position:relative}.roadmap-timeline{position:relative;display:flex;flex-direction:column;gap:2rem;padding:1rem 0}.timeline-line{position:absolute;left:2rem;top:0;bottom:0;width:2px;background:linear-gradient(180deg,#2563eb,#06b6d4);border-radius:1px;opacity:.3}@media(max-width:768px){.timeline-line{left:1.5rem}}.roadmap-phase{position:relative;display:flex;align-items:flex-start;gap:1.5rem;padding-left:.5rem}@media(max-width:768px){.roadmap-phase{gap:1rem;padding-left:.25rem}}.phase-marker{position:relative;z-index:2;flex-shrink:0}.phase-marker .phase-icon{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:3px solid #fff;box-shadow:0 4px 12px rgba(0,0,0,.15);transition:all .3s ease;position:relative}@media(max-width:768px){.phase-marker .phase-icon{width:40px;height:40px}}.phase-marker .phase-icon svg{width:20px;height:20px;color:#fff;position:relative;z-index:1}@media(max-width:768px){.phase-marker .phase-icon svg{width:18px;height:18px}}.phase-content{flex:1;padding-bottom:.5rem}.phase-content .phase-period{font-size:.875rem;font-weight:600;color:#6b7280;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.025em}.phase-content h4{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:.5rem;line-height:1.3}@media(max-width:768px){.phase-content h4{font-size:1.125rem}}.phase-content p{font-size:.95rem;color:#6b7280;line-height:1.5;margin:0}@media(max-width:768px){.phase-content p{font-size:.875rem}}.roadmap-phase--completed .phase-icon{background:linear-gradient(135deg,#10b981,#059669)}.roadmap-phase--completed .phase-content h4{color:#059669}.roadmap-phase--current .phase-icon{background:linear-gradient(135deg,#2563eb,#8b5cf6);overflow:visible}.roadmap-phase--current .phase-icon::after{content:'';position:absolute;top:50%;left:50%;width:100%;height:100%;border-radius:50%;background:rgba(99,102,241,.7);animation:pulse 2s infinite;z-index:0;transform:translate(-50%,-50%);pointer-events:none}.roadmap-phase--current .phase-icon svg{position:relative;z-index:1}.roadmap-phase--current .phase-content h4{color:#2563eb}.roadmap-phase--upcoming .phase-icon{background:linear-gradient(135deg,#06b6d4,#0891b2)}.roadmap-phase--upcoming .phase-content h4{color:#0891b2}.roadmap-phase--future .phase-icon{background:linear-gradient(135deg,#6b7280,#4b5563);opacity:.8}.roadmap-phase--future .phase-content{opacity:.8}.roadmap-phase--future .phase-content h4{color:#4b5563}@keyframes pulse{0%,100%{transform:translate(-50%,-50%)scale(1);opacity:.7}50%{transform:translate(-50%,-50%)scale(1.6);opacity:.1}}.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}.pricing-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,5%)}.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__price{font-size:3rem;font-weight:700;margin:1rem 0;color:#2563eb}.pricing-card:nth-child(1) .pricing-card__price{color:#06b6d4}.pricing-card:nth-child(2) .pricing-card__price{color:#10b981}.pricing-card:nth-child(3) .pricing-card__price{color:#8b5cf6}.pricing-card__price span{font-size:1rem;color:#6b7280;font-weight:500}.pricing-card__features{list-style:none;margin-bottom:2rem}.pricing-card__features li{padding:.5rem 0;color:#6b7280;border-bottom:1px solid rgba(0,0,0,5%)}.pricing-card__features li:last-child{border-bottom:none}.pricing-card__features li::before{content:'✓';color:#10b981;font-weight:700;margin-right:.5rem}.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:hidden;box-shadow:0 8px 32px rgba(0,0,0,.1);border:1px solid #e2e8f0}.pricing-table-header{display:grid;grid-template-columns:1.8fr 1.3fr 1.3fr 1.3fr;gap:.5rem;padding:1.25rem 1.5rem;background:#f8fafc;border-bottom:2px solid #e2e8f0;align-items:center}.feature-column{font-weight:700;color:#1f2937;font-size:1.1rem;text-align:left}.plan-column{text-align:center;font-weight:700;color:#1f2937;font-size:.9rem;display:flex;align-items:center;justify-content:center;min-height:2.5rem;white-space:nowrap}.plan-column.popular{background:linear-gradient(135deg,#2563eb,#8b5cf6);color:#fff;padding:.75rem;border-radius:8px;position:relative;margin:-.25rem 0}.popular-badge{position:absolute;top:50%;left:calc(50% + 1rem);transform:translateY(-50%);background:#06b6d4;color:#fff;padding:.2rem .6rem;border-radius:12px;font-size:.6rem;font-weight:600;white-space:nowrap}.table-body{display:flex;flex-direction:column}.feature-row{display:grid;grid-template-columns:1.8fr 1.3fr 1.3fr 1.3fr;gap:.5rem;padding:1.25rem 1.5rem;border-bottom:1px solid rgba(0,0,0,5%);align-items:center}.feature-row:last-child{border-bottom:none}.feature-row:hover{background:rgba(37,99,235,2%)}.feature-name{font-weight:600;color:#1f2937;text-align:left;display:flex;flex-direction:column;gap:.25rem}.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;min-height:1.5rem}.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}.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:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.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{grid-template-columns:1fr;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:1fr 1fr 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}.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:hover{transform:translateY(-4px);box-shadow:0 8px 32px rgba(0,0,0,.12)}.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}.step:hover .step__number{transform:scale(1.1);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,5%)}.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:hover{background:#fff;transform:translateX(8px);box-shadow:0 4px 16px rgba(0,0,0,.1)}.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:hover{background:rgba(255,255,255,.9);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.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.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-title{font-size:.9rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.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}.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}}.banks{padding:6rem 2rem;background:linear-gradient(135deg,#ffffff 0%,#f8fafc 100%)}.banks h2{text-align:center;margin-bottom:1rem;font-size:2.75rem;font-weight:700;background:linear-gradient(135deg,#2563eb,#8b5cf6,#06b6d4,#10b981);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative;z-index:1;letter-spacing:-.025em}.banks .banks__subtitle{text-align:center;margin-bottom:4rem;font-size:1.25rem;color:#6b7280;max-width:700px;margin-left:auto;margin-right:auto;position:relative;z-index:1;line-height:1.6}.banks .banks__grid{max-width:1200px;margin:0 auto 4rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;position:relative;z-index:1}.banks .bank-card{background:rgba(255,255,255,.95);backdrop-filter:blur(10px);padding:3rem 2.5rem;border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,8%),0 4px 12px rgba(0,0,0,5%);transition:all .4s cubic-bezier(.175,.885,.32,1.275);text-align:center;border:2px solid rgba(255,255,255,.9);position:relative;overflow:hidden}.banks .bank-card::before{content:'';position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,#2563eb,#8b5cf6,#06b6d4);opacity:.9}.banks .bank-card::after{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent,rgba(255,255,255,.1),transparent);transform:rotate(45deg);transition:all .6s ease;opacity:0}.banks .bank-card:hover{transform:translateY(-12px)scale(1.02);box-shadow:0 20px 50px rgba(0,0,0,.12),0 8px 20px rgba(0,0,0,8%);border-color:rgba(37,99,235,.2)}.banks .bank-card:hover::after{opacity:1;animation:shimmer .6s ease-in-out}@keyframes shimmer{0%{transform:translateX(-100%)translateY(-100%)rotate(45deg)}100%{transform:translateX(100%)translateY(100%)rotate(45deg)}}.banks .bank-card__logo{width:90px;height:90px;margin:0 auto 2rem;border-radius:18px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;box-shadow:0 8px 20px rgba(0,0,0,.15);transition:all .3s ease;border:3px solid rgba(255,255,255,.3)}.banks .bank-card:hover .bank-card__logo{transform:scale(1.1)rotate(5deg);box-shadow:0 12px 30px rgba(0,0,0,.2)}.banks .bank-card h3{margin-bottom:.75rem;font-size:1.5rem;font-weight:700;color:#1f2937;letter-spacing:-.02em}.banks .bank-card p{margin-bottom:2rem;color:#6b7280;font-size:1rem;line-height:1.5}.banks .bank-card__features{display:flex;flex-direction:column;gap:1rem;padding-top:1.5rem;border-top:2px solid rgba(37,99,235,8%)}.banks .bank-card__features span{font-size:.95rem;color:#6b7280;display:flex;align-items:center;justify-content:center;gap:.75rem;font-weight:500;text-align:left}.banks .bank-card__features span::before{content:'✓';color:#10b981;font-weight:700;font-size:1rem;width:20px;height:20px;background:rgba(16,185,129,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.banks .banks__note{max-width:700px;margin:3rem auto 0;text-align:center;padding:0;background:0 0;border-radius:0;border:none;position:relative;z-index:1}.banks .banks__note p{font-size:1.1rem;line-height:1.6;margin:0}.banks .banks__note a{color:#2563eb;text-decoration:none;font-weight:500;transition:all .3s ease}.banks .banks__note a:hover{color:#06b6d4;text-decoration:none}.banks .bank-card__logo--banamex{background:linear-gradient(135deg,#c41e3a,#e53e3e);color:#fff;border-color:rgba(196,30,58,.3)}.banks .bank-card__logo--hsbc{background:linear-gradient(135deg,#db0011,#ff1744);color:#fff;border-color:rgba(219,0,17,.3)}.banks .bank-card__logo--bbva{background:linear-gradient(135deg,#0073ce,#1976d2);color:#fff;border-color:rgba(0,115,206,.3)}.banks .bank-card__logo--banorte{background:linear-gradient(135deg,#c41e3a,#e53e3e);color:#fff;border-color:rgba(196,30,58,.3)}.features--mexico{padding:6rem 2rem}.features--background{background:linear-gradient(135deg,rgba(37,99,235,3%) 0%,rgba(139,92,246,3%) 50%,rgba(6,182,212,3%) 100%)}.hero__badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(37,99,235,.1);padding:.5rem 1rem;border-radius:50px;margin-bottom:1.5rem;border:1px solid rgba(37,99,235,.2)}.hero__badge-flag{font-size:1.2rem}.hero__badge-text{font-size:.9rem;font-weight:600;color:#2563eb}.hero__visual{display:flex;flex-direction:column;gap:2rem;align-items:center;justify-content:center;height:100%;padding:2rem}.mexico-banks,.country-banks{display:flex;flex-direction:column;gap:1rem;background:#fff;padding:2rem;border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.1);border:1px solid rgba(37,99,235,.1)}.bank-icon{display:flex;align-items:center;gap:1rem;padding:.75rem;background:#f8fafc;border-radius:12px;border:1px solid rgba(37,99,235,.1)}.bank-logo{font-size:1rem;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:8px;border:2px solid #e2e8f0;font-weight:700;font-family:monospace}.bank-icon span{font-size:.9rem;color:#1f2937;font-weight:600}.chrome-extension{display:flex;flex-direction:column;align-items:center;gap:.5rem;background:linear-gradient(135deg,#06b6d4 0%,#10b981 100%);color:#fff;padding:1.5rem;border-radius:16px;box-shadow:0 8px 24px rgba(6,182,212,.3)}.extension-icon{font-size:2rem;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.2);border-radius:12px;backdrop-filter:blur(10px)}.chrome-extension span{font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.extension-info{padding:4rem 2rem;background:#fff}.extension-info h2{text-align:center;font-size:2.5rem;margin-bottom:1rem;max-width:1200px;margin-left:auto;margin-right:auto;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}.extension-info .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{margin:2rem 0}.explanation-point{display:flex;align-items:flex-start;gap:1rem;margin-bottom:2rem;padding:1.5rem;background:rgba(255,255,255,.8);border-radius:12px;box-shadow:0 4px 16px rgba(0,0,0,5%);border:1px solid rgba(37,99,235,.1)}.explanation-point__icon{width:48px;height:48px;background:linear-gradient(135deg,#2563eb,#06b6d4);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.explanation-point__content h3{margin-bottom:.5rem;font-size:1.1rem;font-weight:600;color:#1f2937}.explanation-point__content p{color:#6b7280;line-height:1.6;font-size:.95rem;margin:0}.extension-info__cta{display:flex;gap:1rem;margin-top:2rem}.extension-comparison{display:flex;flex-direction:column;gap:1rem;background:#fff;padding:2rem;border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.1);border:1px solid rgba(37,99,235,.1)}.comparison-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f8fafc;border-radius:12px;border:1px solid rgba(37,99,235,.1)}.comparison-flag{width:40px;height:40px;background:linear-gradient(135deg,#2563eb,#06b6d4);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:.8rem}.comparison-item h4{margin:0;font-size:1rem;font-weight:600;color:#1f2937}.comparison-item p{margin:0;font-size:.85rem;color:#6b7280}.comparison-status{margin-left:auto;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.comparison-status--available{background:#d1fae5;color:#065f46}.comparison-status--pending{background:#fef3c7;color:#92400e}.open-finance-status{padding:6rem 2rem}.open-finance-status__container{max-width:1200px;margin:0 auto}.open-finance-status h2{text-align:center;margin-bottom:1rem;font-size:2.75rem;font-weight:700;background:linear-gradient(135deg,#2563eb,#8b5cf6,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.025em}.open-finance-status__subtitle{text-align:center;margin-bottom:4rem;font-size:1.25rem;color:#6b7280;max-width:700px;margin-left:auto;margin-right:auto;line-height:1.6}.mexico-landscape{margin-bottom:4rem}.landscape-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1200px;margin:0 auto}@media(max-width:1024px){.landscape-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}.landscape-item{background:rgba(255,255,255,.95);padding:2.5rem 2rem;border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.1);border:2px solid rgba(37,99,235,.1);text-align:center;transition:all .3s ease}.landscape-item:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgba(0,0,0,.15);border-color:rgba(37,99,235,.2)}.landscape-icon{width:70px;height:70px;background:linear-gradient(135deg,#2563eb,#8b5cf6);border-radius:18px;display:flex;align-items:center;justify-content:center;color:#fff;margin:0 auto 1.5rem;box-shadow:0 8px 24px rgba(37,99,235,.3)}.landscape-item h3{font-size:1.4rem;font-weight:700;color:#1f2937;margin-bottom:1rem;line-height:1.3}.landscape-item p{font-size:1rem;color:#6b7280;line-height:1.6;margin:0}.future-banner{margin-top:3rem;padding:2rem 3rem;background:linear-gradient(135deg,rgba(37,99,235,3%),rgba(139,92,246,3%));border-left:4px solid #2563eb;border-radius:0 12px 12px 0;display:flex;align-items:center;gap:2rem;position:relative;overflow:hidden}.future-banner::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,transparent,rgba(37,99,235,1%),transparent);animation:shimmer 3s ease-in-out infinite}@keyframes shimmer{0%,100%{opacity:0}50%{opacity:1}}.future-banner__icon{width:60px;height:60px;background:linear-gradient(135deg,#2563eb,#8b5cf6);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;position:relative;z-index:2}.future-banner__content{position:relative;z-index:2}.future-banner h3{font-size:1.4rem;font-weight:700;color:#2563eb;margin-bottom:.5rem;letter-spacing:-.01em}.future-banner p{font-size:1rem;color:#6b7280;line-height:1.6;margin:0}.extension-comparison-section{padding:6rem 2rem;background:linear-gradient(135deg,#0f172a 0%,#1e293b 50%,#0f172a 100%);color:#fff}.extension-comparison-section__container{max-width:1200px;margin:0 auto}.extension-comparison-section h2{text-align:center;margin-bottom:1rem;font-size:2.75rem;font-weight:700;color:#fff;letter-spacing:-.025em;position:relative;z-index:1}.extension-comparison-section__subtitle{text-align:center;margin-bottom:4rem;font-size:1.25rem;color:rgba(255,255,255,.8);max-width:700px;margin-left:auto;margin-right:auto;line-height:1.6;position:relative;z-index:1}.connection-methods{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:4rem}.method-card{background:#fff;padding:2.5rem 2rem;border-radius:16px;box-shadow:0 4px 16px rgba(0,0,0,.15);border:none;transition:all .3s cubic-bezier(.4,0,.2,1);color:#1f2937;position:relative;overflow:hidden;display:flex;flex-direction:column}.method-card--extension::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#10b981,var(--emerald-color))}.method-card--api{background:#f8fafc;color:var(--text-muted)}.method-card--api::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:#9ca3af}.method-card--api h3{color:var(--text-muted)}.method-card:nth-child(2) .method-card__icon{background:linear-gradient(135deg,#10b981,#06b6d4);box-shadow:0 8px 24px rgba(16,185,129,.3)}.method-card--api .method-card__icon{background:linear-gradient(135deg,#9ca3af,#6b7280);box-shadow:0 8px 24px rgba(156,163,175,.3)}.method-card--manual{background:#f8fafc;color:var(--text-muted)}.method-card--manual::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:#9ca3af}.method-card--manual h3{color:var(--text-muted)}.method-card:nth-child(3) .method-card__icon{background:linear-gradient(135deg,#f97316,#f59e0b);box-shadow:0 8px 24px rgba(249,115,22,.3)}.method-card--manual .method-card__icon{background:linear-gradient(135deg,#9ca3af,#6b7280);box-shadow:0 8px 24px rgba(156,163,175,.3)}.method-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px rgba(0,0,0,.12)}.method-card:hover .method-card__icon{transform:scale(1.1);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,5%)}.method-card__header{text-align:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid rgba(37,99,235,.1)}.method-card__icon{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}.method-card h3{font-size:1.4rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.method-subtitle{font-size:1rem;font-weight:500;color:#6b7280;margin-bottom:1rem;margin-top:0}.method-status{font-size:.85rem;font-weight:600;padding:.4rem 1rem;border-radius:20px;text-transform:uppercase;letter-spacing:.05em}.method-status--current{background:rgba(16,185,129,.15);color:#065f46}.method-status--unavailable{background:rgba(156,163,175,.15);color:#374151}.method-status--alternative{background:rgba(251,146,60,.15);color:#92400e}.method-card__pros,.method-card__cons{margin-bottom:2rem;background:rgba(255,255,255,.5);border-radius:12px;padding:1.5rem;border:1px solid rgba(37,99,235,8%)}.method-card__pros h4,.method-card__cons h4{font-size:1.1rem;font-weight:700;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.method-card__pros h4{color:#10b981}.method-card__pros h4::before{content:'✓';background:rgba(16,185,129,.15);color:#10b981;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700}.method-card__cons h4{color:#ef4444}.method-card__cons h4::before{content:'!';background:rgba(239,68,68,.15);color:#ef4444;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700}.method-card ul{list-style:none;padding:0;margin:0}.method-card li{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;font-size:.95rem;color:#1f2937;line-height:1.5;transition:all .2s ease}.method-card li:hover{color:#1f2937;transform:translateX(2px)}.method-card__pros li::before{content:'✓';background:rgba(16,185,129,.1);color:#10b981;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;flex-shrink:0}.method-card__cons li::before{content:'!';background:rgba(239,68,68,.1);color:#ef4444;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;flex-shrink:0}.extension-cta{display:flex;justify-content:center;gap:1rem;margin-top:3rem}@media(max-width:768px){.extension-info__content{grid-template-columns:1fr;gap:2rem}.extension-info__cta{flex-direction:column}.extension-info__cta .button{justify-content:center}.chrome-extension{padding:1rem}.landscape-grid{grid-template-columns:1fr;gap:1.5rem;max-width:none}.connection-methods{grid-template-columns:1fr;gap:1.5rem}.extension-cta{flex-direction:column;align-items:center}.open-finance-status h2,.extension-comparison-section h2{font-size:2rem}.future-banner{flex-direction:column;text-align:center;padding:2rem;gap:1rem}}.hero--features{min-height:80vh;background:#fff}.dashboard-preview{background:#fff;border-radius:16px;box-shadow:0 20px 40px rgba(0,0,0,.1);padding:1.5rem;border:1px solid rgba(37,99,235,.1);max-width:400px;margin:0 auto}.dashboard-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:1rem;margin-bottom:1.5rem;border-bottom:1px solid #e2e8f0}.dashboard-header h4{margin:0;font-size:1.1rem;font-weight:600;color:#1f2937}.dashboard-date{font-size:.85rem;color:#6b7280;background:#f8fafc;padding:.25rem .75rem;border-radius:12px}.dashboard-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:1.5rem}.stat-card{background:#f8fafc;border-radius:8px;padding:.75rem;text-align:center;min-width:0;overflow:hidden}.stat-label{font-size:.7rem;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;white-space:nowrap}.stat-value{font-size:1rem;font-weight:700;color:#1f2937;margin-bottom:.25rem}.stat-change{font-size:.7rem;font-weight:600}.stat-change.positive{color:#10b981}.stat-change.negative{color:#f59e0b}.dashboard-preview .chart-container{margin-bottom:1.5rem}.dashboard-preview .chart-header{font-size:.85rem;font-weight:600;color:#1f2937;margin-bottom:.75rem}.dashboard-preview .chart-bars{display:flex;align-items:end;justify-content:space-between;height:80px;gap:.25rem;margin-bottom:.5rem}.dashboard-preview .chart-bar{background:linear-gradient(to top,#2563eb,#06b6d4);border-radius:2px 2px 0 0;flex:1;height:var(--height);opacity:.8;transition:opacity .3s ease}.dashboard-preview .chart-bar:hover{opacity:1}.dashboard-preview .chart-labels{display:flex;justify-content:space-between;font-size:.7rem;color:#6b7280}.insight-cards{display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem}.insight-card{display:flex;align-items:center;gap:.75rem;background:linear-gradient(135deg,rgba(255,255,255,.9),rgba(248,250,252,.8));border-radius:8px;padding:.75rem;border:1px solid rgba(37,99,235,.1);transition:all .3s ease;position:relative;overflow:hidden}.insight-card::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(135deg,#2563eb,#8b5cf6);opacity:0;transition:opacity .3s ease}.insight-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.12);border-color:rgba(37,99,235,.2);background:linear-gradient(135deg,white,rgba(248,250,252,.95))}.insight-card:hover::before{opacity:1}.insight-card:nth-child(2)::before{background:linear-gradient(135deg,#10b981,#06b6d4)}.insight-icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:linear-gradient(135deg,#2563eb,#8b5cf6);border-radius:6px;color:#fff;flex-shrink:0;box-shadow:0 2px 8px rgba(37,99,235,.25);transition:transform .3s ease}.insight-card:nth-child(2) .insight-icon{background:linear-gradient(135deg,#10b981,#06b6d4);box-shadow:0 4px 12px rgba(16,185,129,.25)}.insight-card:hover .insight-icon{transform:scale(1.05)}.insight-content{flex:1}.insight-title{font-size:.8rem;font-weight:600;color:#1f2937;margin-bottom:.25rem;line-height:1.2;text-align:left}.insight-text{font-size:.75rem;color:#6b7280;line-height:1.4;font-weight:500;text-align:left}.dashboard-title{font-weight:600;color:#6b7280;margin-bottom:.5rem;font-size:.9rem}.net-worth-amount{font-size:2rem;font-weight:800;color:#2563eb;margin-bottom:.25rem}.net-worth-change{font-size:.85rem;color:#10b981;font-weight:600}.dashboard-content{display:flex;flex-direction:column;gap:1rem}.dashboard-content .chart-container{background:#f8fafc;padding:1.5rem;border-radius:12px;border:1px solid #e2e8f0}.hero--features .dashboard-preview{background:#fff;border-radius:16px;box-shadow:0 20px 40px rgba(0,0,0,.1);padding:1.5rem;border:1px solid rgba(37,99,235,.1);max-width:400px;margin:0 auto;transition:all .3s ease;cursor:pointer}.hero--features .dashboard-preview:hover{transform:translateY(-5px);box-shadow:0 25px 50px rgba(0,0,0,.15);border-color:rgba(37,99,235,.2)}.hero--features .dashboard-header{display:flex;flex-direction:column;align-items:center;padding-bottom:1rem;margin-bottom:1.5rem;border-bottom:1px solid #e2e8f0;text-align:center}.hero--features .dashboard-title{font-weight:600;color:#6b7280;margin-bottom:.5rem;font-size:.9rem}.hero--features .net-worth-amount{font-size:2rem;font-weight:800;color:#2563eb;margin-bottom:.25rem;opacity:0;transform:translateY(20px);animation:slideInUp .8s ease-out .3s forwards}.hero--features .net-worth-change{font-size:.85rem;color:#10b981;font-weight:600;opacity:0;transform:translateY(20px);animation:slideInUp .8s ease-out .5s forwards}.dashboard-preview .chart-placeholder{height:80px;position:relative;margin-bottom:1rem;background:linear-gradient(135deg,rgba(37,99,235,.1),rgba(139,92,246,.1));border-radius:8px;overflow:hidden;animation:chartFadeIn 1s ease-out}.dashboard-preview .chart-placeholder .chart-line{position:absolute;top:50%;left:10%;right:10%;width:80%;height:2px;background:linear-gradient(90deg,#2563eb,#8b5cf6,#06b6d4);transform:translateY(-50%);border-radius:1px}.dashboard-preview .chart-points{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:space-between;padding:0 10%}.dashboard-preview .chart-point{width:8px;height:8px;background:#2563eb;border-radius:50%;position:relative;opacity:1;transform:scale(1)}.dashboard-preview .chart-point--2{background:#8b5cf6;transform:translateY(-10px)scale(1)}.dashboard-preview .chart-point--3{background:#06b6d4;transform:translateY(-20px)scale(1)}.dashboard-preview .chart-point--4{background:#10b981;transform:translateY(-15px)scale(1)}.dashboard-preview .chart-point--5{background:#2563eb;transform:translateY(-25px)scale(1)}.chart-legend{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.legend-item{font-size:.8rem;font-weight:600;color:#1f2937;text-align:center;white-space:nowrap;opacity:0;transform:translateY(10px);animation:slideInUp .6s ease-out forwards}.legend-item:nth-child(1){animation-delay:1.6s}.legend-item:nth-child(2){animation-delay:1.8s}.legend-item:nth-child(3){animation-delay:2s}.feature-section{padding:6rem 2rem;position:relative}.feature-section:nth-child(even){background:#f8fafc}.feature-section__content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.feature-section__icon{margin-bottom:1rem;color:#2563eb}.feature-section__icon svg{width:48px;height:48px}.feature-section h2{font-size:2.5rem;margin-bottom:1.5rem;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-section__description{font-size:1.1rem;color:#6b7280;line-height:1.6;margin-bottom:2rem}.feature-section__visual{display:flex;align-items:center;justify-content:center}.banks-showcase{display:flex;flex-direction:column;gap:1.5rem;width:100%}.integration-flow{width:100%;display:flex;justify-content:center;margin-bottom:1rem}.integration-svg{width:100%;max-width:400px;height:auto}.integration-labels{display:flex;justify-content:space-around;gap:1rem;flex-wrap:wrap}.integration-label{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#f8fafc;border-radius:20px;border:1px solid #e2e8f0;transition:all .3s cubic-bezier(.4,0,.2,1)}.integration-label:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.label-flag{background:#2563eb;color:#fff;padding:.25rem .5rem;border-radius:12px;font-size:.75rem;font-weight:600;min-width:28px;text-align:center}.integration-label:nth-child(2) .label-flag{background:#10b981}.integration-label:nth-child(3) .label-flag{background:#f59e0b}.label-text{font-size:.85rem;font-weight:500;color:#1f2937;white-space:nowrap}.country-integration{background:#f8fafc;padding:1.5rem;border-radius:12px;text-align:center;border:1px solid #e2e8f0;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.country-integration::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#2563eb,#06b6d4);transform:scaleX(0);transition:all .3s cubic-bezier(.4,0,.2,1)}.country-integration:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.1)}.country-integration:hover::before{transform:scaleX(1)}.country-integration:nth-child(1)::before{background:linear-gradient(90deg,#2563eb,#8b5cf6)}.country-integration:nth-child(2)::before{background:linear-gradient(90deg,#10b981,#06b6d4)}.country-integration:nth-child(3)::before{background:linear-gradient(90deg,#f59e0b,#f97316)}.country-integration__flag{width:50px;height:50px;background:linear-gradient(135deg,#2563eb,#06b6d4);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:700;margin:0 auto .75rem;letter-spacing:.5px;box-shadow:0 4px 12px rgba(37,99,235,.3)}.country-integration:nth-child(1) .country-integration__flag{background:linear-gradient(135deg,#2563eb,#8b5cf6);box-shadow:0 4px 12px rgba(37,99,235,.3)}.country-integration:nth-child(2) .country-integration__flag{background:linear-gradient(135deg,#10b981,#06b6d4);box-shadow:0 4px 12px rgba(16,185,129,.3)}.country-integration:nth-child(3) .country-integration__flag{background:linear-gradient(135deg,#f59e0b,#f97316);box-shadow:0 4px 12px rgba(245,158,11,.3)}.country-integration h4{font-size:1.1rem;font-weight:600;color:#1f2937;margin-bottom:.25rem}.integration-method{font-size:.85rem;color:#6b7280;margin-bottom:1rem;font-weight:500}.bank-logos{display:flex;gap:.5rem;justify-content:center;flex-wrap:wrap}.bank-mini-logo{background:#fff;padding:.5rem .75rem;border-radius:6px;font-size:.75rem;font-weight:600;color:#2563eb;border:1px solid rgba(37,99,235,.2);transition:all .3s cubic-bezier(.4,0,.2,1)}.bank-mini-logo:hover{background:#2563eb;color:#fff;transform:scale(1.05)}.bank-connection{background:#f8fafc;padding:1rem;border-radius:8px;font-weight:600;text-align:center;border:1px solid #e2e8f0}.analytics-showcase{display:flex;flex-direction:column;gap:1rem;width:100%}.chart-preview{background:linear-gradient(135deg,#2563eb,#8b5cf6);color:#fff;padding:2rem;border-radius:16px;text-align:center;font-size:1.2rem;font-weight:600}.insight-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 4px 16px rgba(0,0,0,.1);text-align:center;font-weight:600;border:1px solid #e2e8f0}.currency-showcase{display:flex;justify-content:center;width:100%}.currency-card{background:#fff;padding:1.5rem;border-radius:12px;text-align:center;font-weight:700;font-size:1.1rem;color:#2563eb;box-shadow:0 4px 16px rgba(0,0,0,.1);border:1px solid #e2e8f0}.goals-showcase{display:flex;flex-direction:column;gap:1rem;background:#fff;padding:2rem;border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.1);border:1px solid #e2e8f0;width:100%}.goal-progress{background:#f8fafc;padding:1rem;border-radius:8px;font-weight:600;border:1px solid #e2e8f0}.security-showcase{display:flex;justify-content:center;width:100%}.security-container{position:relative;background:#fff;border-radius:20px;padding:2rem;box-shadow:0 8px 32px rgba(0,0,0,.1);border:1px solid #e2e8f0;max-width:500px;width:100%}.security-shield{display:flex;justify-content:center;margin-bottom:2rem;position:relative;z-index:2}.shield-icon{width:80px;height:100px}.security-features{display:flex;flex-direction:column;gap:1rem;position:relative;z-index:3}.security-feature{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0;transition:all .3s ease}.security-feature:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(0,0,0,.1)}.feature-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:linear-gradient(135deg,#2563eb,#8b5cf6);border-radius:10px;color:#fff;flex-shrink:0}.feature-details{display:flex;flex-direction:column;gap:.25rem;flex:1}.feature-name{font-size:.95rem;font-weight:600;color:#1f2937}.feature-status{font-size:.8rem;font-weight:500;color:#10b981}.security-pulse{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;pointer-events:none}.pulse-ring{position:absolute;top:50%;left:50%;width:120px;height:120px;border:2px solid rgba(37,99,235,.2);border-radius:50%;transform:translate(-50%,-50%);animation:pulse 3s ease-out infinite}.pulse-ring:nth-child(2){animation-delay:1s}.pulse-ring:nth-child(3){animation-delay:2s}@keyframes pulse{0%{opacity:1;transform:translate(-50%,-50%)scale(.8)}70%{opacity:.3;transform:translate(-50%,-50%)scale(1.2)}100%{opacity:0;transform:translate(-50%,-50%)scale(1.4)}}.mobile-showcase{display:flex;gap:2rem;justify-content:center;align-items:flex-start;width:100%;flex-wrap:wrap}.device-mockup--phone{flex:none}.device-frame{width:200px;height:400px;background:#1f2937;border-radius:25px;padding:8px;box-shadow:0 8px 32px rgba(0,0,0,.3);position:relative}.device-frame::before{content:'';position:absolute;top:15px;left:50%;transform:translateX(-50%);width:60px;height:4px;background:#374151;border-radius:2px}.device-screen{width:100%;height:100%;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:18px;overflow:hidden;display:flex;flex-direction:column}.device-header{background:#fff;padding:.5rem;border-bottom:1px solid #e5e7eb}.status-bar{display:flex;justify-content:space-between;align-items:center;font-size:.75rem;color:#1f2937;margin-bottom:.5rem}.time{font-weight:600}.indicators{display:flex;gap:.25rem;font-size:.7rem}.app-header{display:flex;justify-content:space-between;align-items:center}.app-header h4{margin:0;font-size:1rem;color:#2563eb;font-weight:700}.profile-icon{width:24px;height:24px;background:#f8fafc;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem}.device-content{flex:1;padding:1rem .75rem;display:flex;flex-direction:column;gap:1rem}.balance-card{background:linear-gradient(135deg,#2563eb,#8b5cf6);color:#fff;padding:1rem;border-radius:12px;text-align:center}.balance-label{font-size:.7rem;opacity:.9;margin-bottom:.25rem}.balance-amount{font-size:1.25rem;font-weight:800;margin-bottom:.25rem}.balance-change{font-size:.7rem;opacity:.8}.quick-actions{display:flex;justify-content:space-between;gap:.5rem}.action-button{width:36px;height:36px;background:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1rem;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:transform .2s ease}.action-button:hover{transform:scale(1.05)}.mini-chart{background:#fff;padding:.75rem;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,5%)}.chart-bars-mobile{display:flex;align-items:end;justify-content:space-between;height:40px;gap:.25rem}.chart-bars-mobile .bar{background:linear-gradient(to top,#2563eb,#06b6d4);border-radius:2px 2px 0 0;flex:1;min-height:4px;opacity:.8}.device-mockup--desktop{flex:none}.browser-frame{width:300px;height:200px;background:#f3f4f6;border-radius:8px;overflow:hidden;box-shadow:0 8px 32px rgba(0,0,0,.15);border:1px solid #e5e7eb}.browser-header{background:#e5e7eb;padding:.5rem;display:flex;align-items:center;gap:.75rem;border-bottom:1px solid #d1d5db}.browser-controls{display:flex;gap:.25rem}.control{width:10px;height:10px;border-radius:50%}.control.close{background:#ef4444}.control.minimize{background:#f59e0b}.control.maximize{background:#10b981}.address-bar{flex:1;background:#fff;padding:.25rem .5rem;border-radius:4px;font-size:.7rem;color:#6b7280;border:1px solid #d1d5db}.browser-content{height:calc(100% - 40px);background:#fff}.web-dashboard{display:flex;height:100%}.sidebar{width:50px;background:#f8fafc;display:flex;flex-direction:column;padding:.5rem 0;gap:.5rem;align-items:center;border-right:1px solid #e5e7eb}.nav-item{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;font-size:.9rem;transition:background-color .2s ease;cursor:pointer}.nav-item.active{background:#2563eb;color:#fff}.nav-item:not(.active){background:0 0;color:#6b7280}.nav-item:not(.active):hover{background:#f3f4f6}.main-content{flex:1;padding:.75rem}.dashboard-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;height:100%}.widget{background:#f8fafc;border-radius:8px;padding:.75rem;border:1px solid #e5e7eb}.balance-widget{display:flex;flex-direction:column;justify-content:center;text-align:center}.widget-title{font-size:.7rem;color:#6b7280;margin-bottom:.25rem;text-transform:uppercase;letter-spacing:.05em}.widget-value{font-size:1.1rem;font-weight:700;color:#2563eb}.chart-widget{display:flex;align-items:center;justify-content:center}.mini-chart-web{position:relative;width:100%;height:40px}.chart-line-web{position:absolute;top:50%;left:10%;right:10%;height:2px;background:linear-gradient(90deg,#2563eb,#06b6d4);transform:translateY(-50%);border-radius:1px}.chart-points-web{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:space-between;padding:0 10%}.chart-points-web .point{width:6px;height:6px;background:#2563eb;border-radius:50%;border:2px solid #fff;box-shadow:0 1px 3px rgba(0,0,0,.1)}.chart-points-web .point:nth-child(2){transform:translateY(-8px);background:#8b5cf6}.chart-points-web .point:nth-child(3){transform:translateY(-4px);background:#06b6d4}.chart-points-web .point:nth-child(4){transform:translateY(-12px);background:#10b981}.feature-benefits{list-style:none;margin-top:1.5rem;padding:0}.feature-benefits li{display:flex;align-items:flex-start;gap:.75rem;padding:.5rem 0;color:#6b7280;font-size:.95rem}.feature-benefits li::before{content:'✓';color:#10b981;font-weight:700;font-size:1rem;width:20px;height:20px;background:rgba(16,185,129,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:.1rem}.advanced-features{padding:6rem 2rem;background:linear-gradient(135deg,#0f172a 0%,#1e293b 50%,#0f172a 100%);color:#fff;position:relative;overflow:hidden}.advanced-features::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent,rgba(37,99,235,3%),transparent,rgba(6,182,212,3%),transparent);animation:float 10s ease-in-out infinite}.advanced-features h2{text-align:center;font-size:2.5rem;margin-bottom:1rem;color:#fff;font-weight:800;letter-spacing:-.025em;position:relative;z-index:1}.advanced-features__subtitle{text-align:center;font-size:1.2rem;color:rgba(255,255,255,.8);margin-bottom:4rem;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.5;position:relative;z-index:1}.advanced-features__grid{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:4rem;position:relative;z-index:1}.advanced-feature{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;background:rgba(255,255,255,5%);padding:3rem;border-radius:20px;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.advanced-feature h3{font-size:1.75rem;margin-bottom:1rem;color:#fff;font-weight:600}.advanced-feature p{color:rgba(255,255,255,.8);margin-bottom:1.5rem;line-height:1.6}.advanced-feature ul{list-style:none;padding:0}.advanced-feature li{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;color:rgba(255,255,255,.8);font-size:.95rem}.advanced-feature li::before{content:'→';color:#06b6d4;font-weight:700;font-size:1.2rem}.advanced-feature__visual{display:flex;align-items:center;justify-content:center}.advanced-feature__visual .chart-placeholder{background:rgba(255,255,255,.1);border:2px dashed rgba(255,255,255,.3);border-radius:16px;padding:3rem 2rem;text-align:center;font-size:2rem;color:rgba(255,255,255,.6);width:100%;min-height:200px;display:flex;align-items:center;justify-content:center}.integrations{padding:6rem 2rem;background:#fff}.integrations h2{text-align:center;font-size:2.5rem;margin-bottom:1rem;max-width:1200px;margin-left:auto;margin-right:auto;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}.integrations__subtitle{text-align:center;font-size:1.2rem;color:#6b7280;margin-bottom:4rem;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.5}.integrations__showcase{max-width:1200px;margin:0 auto 4rem;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media(max-width:1200px){.integrations__showcase{grid-template-columns:1fr;max-width:500px}}.country-integration-card{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 8px 32px rgba(0,0,0,8%);border:1px solid rgba(0,0,0,5%);transition:all .3s ease}.country-integration-card:hover{transform:translateY(-4px);box-shadow:0 16px 48px rgba(0,0,0,.12)}.country-header{display:flex;align-items:flex-start;gap:1.5rem;margin-bottom:2rem}.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);flex-shrink:0}.country-integration-card:nth-child(1) .country-card__flag{background:linear-gradient(135deg,#2563eb,#8b5cf6)}.country-integration-card:nth-child(2) .country-card__flag{background:linear-gradient(135deg,#10b981,#06b6d4)}.country-integration-card:nth-child(3) .country-card__flag{background:linear-gradient(135deg,#f97316,#f59e0b)}.country-integration-card:hover .country-card__flag{transform:scale(1.1);box-shadow:0 12px 24px rgba(0,0,0,.2)}.country-info{flex:1}.integration-description{color:#6b7280;font-size:.95rem;line-height:1.4;margin-bottom:0}.integration-method{display:flex;flex-direction:column;gap:.5rem}.method-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;width:fit-content}.method-badge svg{flex-shrink:0}.method-badge.chrome{background:linear-gradient(135deg,#4285F4,#34A853);color:#fff}.method-badge.fintoc{background:linear-gradient(135deg,#10b981,#06b6d4);color:#fff}.method-badge.belvo{background:linear-gradient(135deg,#f59e0b,#f97316);color:#fff}.status-indicator{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:600;width:fit-content}.status-indicator.available{background:rgba(16,185,129,.1);color:#10b981;border:1px solid rgba(16,185,129,.2)}.banks-grid-compact{display:flex;flex-direction:column;gap:1rem}.bank-item-compact{display:flex;align-items:center;gap:1rem;padding:.75rem 0}.bank-separator{height:1px;background:rgba(0,0,0,8%);margin:0 1rem}.bank-details{display:flex;flex-direction:column;gap:.25rem}.bank-name-compact{font-size:.9rem;font-weight:600;color:#1f2937;line-height:1.2}.bank-status{font-size:.75rem;font-weight:500}.bank-status.available{color:#10b981}.bank-status.coming-soon{color:#f59e0b}.bank-logo-square{width:50px;height:50px;background:#f8fafc;color:#1f2937;border-radius:8px;border:1px solid #e2e8f0;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.7rem;letter-spacing:.5px;flex-shrink:0;transition:all .2s ease}.banks-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-bottom:2rem}.bank-card{background:#f8fafc;border-radius:12px;padding:1.25rem;border:1px solid #e2e8f0;transition:all .3s ease;cursor:pointer}.bank-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.1);border-color:#2563eb}.bank-card.featured{border:2px solid #2563eb;background:linear-gradient(135deg,rgba(37,99,235,5%),rgba(139,92,246,5%))}.bank-logo-container{display:flex;justify-content:center;margin-bottom:1rem}.bank-logo-circle{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem;color:#fff;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 12px rgba(0,0,0,.15)}.bank-logo-circle.bbva,.bank-logo-circle.banorte,.bank-logo-circle.santander,.bank-logo-circle.hsbc,.bank-logo-circle.banco-chile,.bank-logo-circle.bci,.bank-logo-circle.banco-estado,.bank-logo-circle.nubank,.bank-logo-circle.itau,.bank-logo-circle.bradesco,.bank-logo-circle.bb{background:linear-gradient(135deg,#6b7280,#9ca3af);color:#fff}.bank-info{text-align:center}.bank-name{display:block;font-size:.9rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.connection-status{display:inline-flex;align-items:center;font-size:.75rem;font-weight:600;padding:.25rem .5rem;border-radius:8px}.connection-status.connected{background:rgba(16,185,129,.1);color:#10b981}.integration-footer{padding-top:1.5rem}.integration-footer .button{width:100%;justify-content:center}.bank-count{font-size:.9rem;font-weight:600;color:#6b7280;background:#f8fafc;padding:.5rem 1rem;border-radius:20px;display:inline-block}.integration-stats{display:flex;gap:2rem;margin:3rem auto 0;justify-content:center;max-width:800px;padding:0 1rem}.integration-stats .stat{text-align:center;padding:1rem;background:rgba(255,255,255,.9);border-radius:12px;backdrop-filter:blur(10px);border:1px solid #e2e8f0;transition:all .3s cubic-bezier(.4,0,.2,1);flex:1;min-width:0}.integration-stats .stat:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,6%)}.integration-stats .stat strong{display:block;font-size:2rem;font-weight:700;margin-bottom:.25rem}.integration-stats .stat:nth-child(1) strong{color:#2563eb}.integration-stats .stat:nth-child(2) strong{color:#10b981}.integration-stats .stat:nth-child(3) strong{color:#8b5cf6}.integration-stats .stat:nth-child(4) strong{color:#06b6d4}.integration-stats .stat span{font-size:.9rem;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.cta-section{padding:6rem 2rem;background:linear-gradient(135deg,#2563eb,#8b5cf6,#06b6d4,#10b981);color:#fff;text-align:center}.cta-content{max-width:600px;margin:0 auto}.cta-content h2{font-size:2.5rem;margin-bottom:1rem;font-weight:800;letter-spacing:-.025em}.cta-content p{font-size:1.2rem;margin-bottom:2rem;opacity:.9;line-height:1.6}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.desktop-only{display:block}.mobile-only{display:none}.accounts-cards{flex-direction:column;gap:2rem;max-width:400px;margin:0 auto;width:100%;padding:1rem}.account-card{background:linear-gradient(135deg,rgba(255,255,255,.9),rgba(248,250,252,.8));border-radius:20px;border:1px solid rgba(37,99,235,.1);overflow:hidden;opacity:0;transform:translateY(20px);transition:all .6s ease;position:relative}.account-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#2563eb,#06b6d4);opacity:0;transition:opacity .3s ease}.account-card.animate{opacity:1;transform:translateY(0)}.account-card.animate::before{opacity:1}.account-card .card-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:rgba(255,255,255,.7)}.bank-info{flex:1}.bank-info .bank-name{font-size:1.2rem;font-weight:800;color:#1f2937;margin-bottom:.5rem;background:linear-gradient(135deg,#2563eb,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.bank-info .account-type{font-size:.8rem;color:#6b7280;background:rgba(37,99,235,.1);padding:.25rem .75rem;border-radius:12px;display:inline-block;font-weight:600;text-transform:uppercase;letter-spacing:.025em}.country-flag{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:800;color:#fff;flex-shrink:0;box-shadow:0 4px 16px rgba(0,0,0,.2);border:3px solid rgba(255,255,255,.2);letter-spacing:.5px}.country-flag.mx{background:linear-gradient(135deg,#2563eb,#8b5cf6);box-shadow:0 4px 16px rgba(37,99,235,.3)}.country-flag.cl{background:linear-gradient(135deg,#10b981,#06b6d4);box-shadow:0 4px 16px rgba(16,185,129,.3)}.country-flag.br{background:linear-gradient(135deg,#f59e0b,#f97316);box-shadow:0 4px 16px rgba(245,158,11,.3)}.card-amounts{padding:0 1.5rem 1.5rem;display:flex;flex-direction:column;gap:1.25rem}.amount-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:rgba(255,255,255,.6);border-radius:12px;border:1px solid rgba(37,99,235,8%);transition:all .3s ease}.amount-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1);background:rgba(255,255,255,.8)}.amount-label{font-size:.8rem;color:#6b7280;font-weight:600;text-transform:uppercase;letter-spacing:.025em}.amount-value.original{font-size:1rem;font-weight:700;color:#1f2937}.amount-value.usd{font-size:1.1rem;font-weight:800;background:linear-gradient(135deg,#2563eb,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.total-card{background:linear-gradient(135deg,#2563eb,#8b5cf6,#06b6d4);border-radius:20px;border:1px solid rgba(255,255,255,.2);overflow:hidden;opacity:0;transform:translateY(20px);transition:all .6s ease;position:relative}.total-card::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(255,255,255,.1),rgba(255,255,255,5%));pointer-events:none}.total-card.animate{opacity:1;transform:translateY(0)}.total-content{padding:2.5rem 1.5rem;text-align:center;display:flex;flex-direction:column;gap:1rem;position:relative;z-index:1}.total-card .total-label{font-size:1rem;font-weight:600;color:rgba(255,255,255,.9);text-transform:uppercase;letter-spacing:.05em}.total-card .total-amount{font-size:2.2rem;font-weight:900;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.2);letter-spacing:-.025em}.currency-note-card{background:linear-gradient(135deg,rgba(248,250,252,.9),rgba(241,245,249,.8));border-radius:20px;border:1px solid rgba(37,99,235,.1);overflow:hidden;opacity:0;transform:translateY(20px);transition:all .6s ease;backdrop-filter:blur(10px);position:relative}.currency-note-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#10b981,#06b6d4);opacity:.7}.currency-note-card.animate{opacity:1;transform:translateY(0)}.currency-note-card .currency-note-content{padding:2rem 1.5rem;text-align:center;position:relative}.currency-note-card .currency-note-text{font-size:.95rem;color:#1f2937;font-weight:600;line-height:1.6;background:linear-gradient(135deg,#2563eb,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(max-width:768px){.desktop-only{display:none}.mobile-only{display:flex;flex-direction:column}.hero--features{min-height:60vh}.hero--features .hero{grid-template-columns:1fr;text-align:center;gap:2rem}.dashboard-stats{flex-direction:column;gap:.5rem}.features--detailed{padding:4rem 2rem}.feature-card--detailed{padding:2rem 1.5rem}.advanced-features{padding:4rem 2rem}.advanced-feature{grid-template-columns:1fr;gap:2rem;padding:2rem}.chart-placeholder{padding:2rem 1rem;min-height:150px;font-size:1.5rem}.integrations{padding:4rem 2rem}.integrations__grid{grid-template-columns:1fr;gap:2rem}.integration-logos{grid-template-columns:repeat(auto-fit,minmax(100px,1fr))}.cta-section{padding:4rem 2rem}.cta-content h2{font-size:2rem}.cta-buttons{flex-direction:column;align-items:center}.feature-section{padding:4rem 2rem}.feature-section__content{grid-template-columns:1fr;gap:2rem}.feature-section h2{font-size:2rem}.feature-section__icon{font-size:2.5rem}.currency-showcase{grid-template-columns:1fr}.security-showcase{flex-direction:column}.mobile-showcase{flex-direction:column}}.accounts-table{background:#fff;border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.1);border:1px solid #e2e8f0;overflow:hidden;max-width:700px;margin:0 auto;width:100%}.features-table-header{display:grid;grid-template-columns:2fr 1.5fr 1.2fr;gap:1rem;padding:1.25rem 1.5rem;background:#f8fafc;border-bottom:1px solid #e2e8f0;font-weight:600;font-size:.85rem;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.account-row{display:grid;grid-template-columns:2fr 1.5fr 1.2fr;gap:1rem;padding:1.25rem 1.5rem;border-bottom:1px solid rgba(0,0,0,5%);align-items:center;opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.account-row.animate{opacity:1;transform:translateY(0)}.account-row:last-child{border-bottom:none}.account-info{display:flex;flex-direction:column;gap:.25rem}.bank-name{font-size:.95rem;font-weight:600;color:#1f2937}.account-type{font-size:.8rem;color:#6b7280;font-weight:500}.original-amount{font-size:.9rem;font-weight:600;color:#1f2937;text-align:right}.usd-amount{font-size:.95rem;font-weight:700;color:#2563eb;text-align:right}.total-divider{height:2px;background:linear-gradient(90deg,#2563eb,#06b6d4);margin:0 1.5rem;opacity:0;transform:scaleX(0);transition:opacity .8s ease,transform .8s ease}.total-divider.animate{opacity:1;transform:scaleX(1)}.total-row{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:rgba(37,99,235,2%);opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.total-row.animate{opacity:1;transform:translateY(0)}.total-label{font-size:1.1rem;font-weight:600;color:#1f2937}.total-amount{font-size:1.4rem;font-weight:800;color:#2563eb}.currency-note{padding:1rem 1.5rem;background:linear-gradient(135deg,rgba(37,99,235,5%),rgba(139,92,246,5%));border-top:1px solid #e2e8f0;opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.currency-note.animate{opacity:1;transform:translateY(0)}.currency-note-content{display:flex;align-items:center;justify-content:center;text-align:center}.currency-note-text{font-size:.9rem;color:#1f2937;font-weight:500;line-height:1.4;background:linear-gradient(135deg,#2563eb,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@keyframes slideInUp{to{opacity:1;transform:translateY(0)}}@keyframes scaleInX{to{opacity:1;transform:scaleX(1)}}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes chartFadeIn{from{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes drawLine{from{transform:translateY(-50%)scaleX(0)}to{transform:translateY(-50%)scaleX(1)}}@keyframes popIn{0%{opacity:0;transform:scale(0)}70%{transform:scale(1.1)}100%{opacity:1;transform:scale(1)}}.dashboard-preview .chart-point--1{animation-delay:.6s}.chart-point--2{animation-name:popInWithY;animation-delay:.8s}.chart-point--3{animation-name:popInWithY;animation-delay:1s}.chart-point--4{animation-name:popInWithY;animation-delay:1.2s}.chart-point--5{animation-name:popInWithY;animation-delay:1.4s}@keyframes popInWithY{0%{opacity:0;transform:translateY(var(--y-pos,0))scale(0)}70%{transform:translateY(var(--y-pos,0))scale(1.1)}100%{opacity:1;transform:translateY(var(--y-pos,0))scale(1)}}.chart-point--2{--y-pos:-10px}.chart-point--3{--y-pos:-20px}.chart-point--4{--y-pos:-15px}.chart-point--5{--y-pos:-25px}.modern-chart{position:relative;height:120px;margin-bottom:1rem;background:linear-gradient(135deg,rgba(37,99,235,5%),rgba(139,92,246,5%));border-radius:8px;overflow:hidden}.chart-grid{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;justify-content:space-between;padding:10px 0}.grid-line{height:1px;background:rgba(37,99,235,.1);width:100%}.chart-svg{position:absolute;top:0;left:0;width:100%;height:100%;padding:10px}.chart-area{opacity:0;transition:opacity 1.5s ease-out}.chart-container--spending.in-view .chart-area{opacity:1;transition-delay:1s}.modern-chart .chart-line{stroke-dasharray:1000;stroke-dashoffset:1000;transition:stroke-dashoffset 2s ease-out}.chart-container--spending.in-view .modern-chart .chart-line{stroke-dashoffset:0;transition-delay:.3s}.chart-dot{opacity:0;transform-origin:center;animation:popInDot .6s ease-out forwards}.chart-dot:nth-child(5){animation-delay:1.5s}.chart-dot:nth-child(6){animation-delay:1.7s}.chart-dot:nth-child(7){animation-delay:1.9s}.chart-dot:nth-child(8){animation-delay:2.1s}.chart-dot:nth-child(9){animation-delay:2.3s}.chart-dot:nth-child(10){animation-delay:2.5s}.chart-dot:nth-child(11){animation-delay:2.7s}@keyframes fillChart{to{opacity:1}}@keyframes drawChartLine{to{stroke-dashoffset:0}}@keyframes popInDot{0%{opacity:0;transform:scale(0)}70%{transform:scale(1.2)}100%{opacity:1;transform:scale(1)}}.chart-dot-svg{opacity:0;transform-origin:center;transition:all .3s ease;filter:drop-shadow(0 2px 4px rgba(37,99,235,.3))}.chart-dot-svg:hover{transform:scale(1.2);filter:drop-shadow(0 4px 8px rgba(37,99,235,.5))}.chart-container--spending.in-view .chart-dot-svg{animation:popInDot .6s ease-out forwards}.chart-container--spending.in-view .chart-dot-svg:nth-child(1){animation-delay:.2s}.chart-container--spending.in-view .chart-dot-svg:nth-child(2){animation-delay:.4s}.chart-container--spending.in-view .chart-dot-svg:nth-child(3){animation-delay:.6s}.chart-container--spending.in-view .chart-dot-svg:nth-child(4){animation-delay:.8s}.chart-container--spending.in-view .chart-dot-svg:nth-child(5){animation-delay:1s}.chart-container--spending.in-view .chart-dot-svg:nth-child(6){animation-delay:1.2s}.chart-container--spending.in-view .chart-dot-svg:nth-child(7){animation-delay:1.4s}.hero--single{background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 50%,#f1f5f9 100%);padding:8rem 2rem 4rem;text-align:center;position:relative;overflow:hidden}.hero--single::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#2563eb,#8b5cf6,#06b6d4);opacity:.05;z-index:0}.hero--single .hero__container{max-width:1200px;margin:0 auto;position:relative;z-index:1}.hero--single h1{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.1;letter-spacing:-.025em;background:linear-gradient(135deg,#2563eb,#8b5cf6,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero--single .hero__subtitle{font-size:1.25rem;color:#6b7280;line-height:1.6;max-width:600px;margin:0 auto}.content-section{padding:6rem 2rem;background:#fff}.content-section__container{max-width:800px;margin:0 auto}.content-section__content{color:#1f2937;line-height:1.8;font-size:1.125rem}.content-section__content h2{font-size:2.25rem;font-weight:700;color:#1f2937;margin:3rem 0 1.5rem;line-height:1.2;position:relative;padding-left:1rem}.content-section__content h2::before{content:'';position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(135deg,#2563eb,#06b6d4);border-radius:2px}.content-section__content h3{font-size:1.75rem;font-weight:600;color:#2563eb;margin:2.5rem 0 1rem;line-height:1.3}.content-section__content h4{font-size:1.375rem;font-weight:600;color:#1f2937;margin:2rem 0 .75rem;line-height:1.4}.content-section__content p{margin-bottom:1.5rem}.content-section__content ul,.content-section__content ol{margin:1.5rem 0;padding-left:2rem}.content-section__content li{margin-bottom:.75rem;line-height:1.7}.content-section__content ul li::marker{color:#2563eb}.content-section__content a{color:#2563eb;text-decoration:none;border-bottom:1px solid transparent;transition:all .3s cubic-bezier(.4,0,.2,1);font-weight:500}.content-section__content a:hover{color:#1d4ed8;border-bottom-color:#2563eb}.content-section__content blockquote{border-left:4px solid #2563eb;padding:1.5rem 2rem;margin:2rem 0;background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border-radius:12px;font-style:italic;position:relative}.content-section__content blockquote::before{content:'"';font-size:4rem;color:#2563eb;opacity:.3;position:absolute;top:-.5rem;left:.5rem;font-family:serif}.content-section__content code{background:#f1f5f9;padding:.125rem .375rem;border-radius:.25rem;font-family:monaco,menlo,ubuntu mono,monospace;font-size:.875rem}.content-section__content pre{background:#1e293b;color:#e2e8f0;padding:1.5rem;border-radius:.5rem;overflow-x:auto;margin:1.5rem 0}.content-section__content pre code{background:0 0;color:inherit;padding:0}.content-section__content hr{border:none;border-top:1px solid #e5e7eb;margin:2rem 0}.content-section__content table{width:100%;border-collapse:collapse;margin:1.5rem 0}.content-section__content th,.content-section__content td{border:1px solid #d1d5db;padding:.75rem;text-align:left}.content-section__content th{background:#f9fafb;font-weight:600}@media(max-width:768px){.hero--single{padding:6rem 1rem 3rem}.hero--single h1{font-size:2.5rem}.hero--single .hero__subtitle{font-size:1.125rem}.content-section{padding:4rem 1rem}.content-section__container{max-width:100%}.content-section__content{font-size:1rem}.content-section__content h2{font-size:1.75rem;margin:2rem 0 1rem;padding-left:.75rem}.content-section__content h2::before{width:3px}.content-section__content h3{font-size:1.5rem}.content-section__content h4{font-size:1.25rem}}@media(max-width:480px){.hero--single{padding:5rem .5rem 2.5rem}.hero--single h1{font-size:2rem;line-height:1.2}.hero--single .hero__subtitle{font-size:1rem}.content-section{padding:3rem .5rem}.content-section__content h2{font-size:1.5rem;padding-left:.5rem}}.hero--contact{background:#fff;padding:8rem 2rem 6rem;position:relative;overflow:hidden}.hero--contact .hero__container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}@media(max-width:768px){.hero--contact .hero__container{grid-template-columns:1fr;gap:3rem;text-align:center}}.hero--contact h1{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.1;letter-spacing:-.025em;background:linear-gradient(135deg,#2563eb,#8b5cf6,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(max-width:768px){.hero--contact h1{font-size:2.5rem}}.hero--contact .hero__subtitle{font-size:1.25rem;color:#6b7280;line-height:1.6;margin-bottom:2rem}.contact-visual{display:flex;flex-direction:column;gap:2rem;align-items:center;justify-content:flex-start;padding:2rem 0}.contact-card{background:#fff;padding:1.5rem;border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.1);border:1px solid #e2e8f0;display:flex;align-items:center;gap:1rem;min-width:280px;max-width:320px;opacity:0;transform:translateY(30px);animation:fadeInUp .8s ease-out forwards}.contact-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.15)}.contact-card--primary{border-left:4px solid #2563eb;animation-delay:.2s}.contact-card--secondary{border-left:4px solid #8b5cf6;animation-delay:.4s}.contact-card__icon{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#06b6d4);display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-card__icon svg{width:20px;height:20px;color:#fff}.contact-card__content{display:flex;flex-direction:column}.contact-card__label{font-size:.875rem;color:#6b7280;font-weight:500}.contact-card__value{font-size:1rem;font-weight:600;color:#1f2937}.contact-methods-section{padding:8rem 2rem;background:#f8fafc}.contact-methods-section__container{max-width:1200px;margin:0 auto}.contact-methods{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:4rem}@media(max-width:768px){.contact-methods{grid-template-columns:1fr}}@media(min-width:1200px){.contact-methods{gap:2.5rem}}.contact-method{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 16px rgba(0,0,0,8%);border:1px solid #e2e8f0;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;gap:1.5rem}.contact-method:hover{transform:translateY(-4px);box-shadow:0 8px 32px rgba(0,0,0,.12)}.contact-method__icon{width:60px;height:60px;border-radius:12px;background:linear-gradient(135deg,#2563eb,#06b6d4);display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-method__icon svg{width:28px;height:28px;color:#fff}.contact-method__content{flex:1;display:flex;flex-direction:column;gap:1rem}.contact-method__content h3{font-size:1.375rem;font-weight:600;color:#1f2937;margin:0}.contact-method__content p{color:#6b7280;line-height:1.6;margin:0}.contact-method__details{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.contact-detail{font-size:.9rem;color:#1f2937}.contact-detail strong{font-weight:600}.contact-form-section{padding:8rem 2rem;background:#fff}.contact-form-section__container{max-width:800px;margin:0 auto}.contact-form-wrapper{margin-top:4rem}.contact-form{display:flex;flex-direction:column;gap:2rem}.contact-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:2rem}@media(max-width:768px){.contact-form .form-row{grid-template-columns:1fr;gap:1.5rem}}.contact-form .form-group{display:flex;flex-direction:column;gap:.5rem}.contact-form .form-group label{font-weight:600;color:#1f2937;font-size:.95rem}.contact-form .form-group input,.contact-form .form-group select,.contact-form .form-group textarea{padding:1rem;border:2px solid #e2e8f0;border-radius:12px;font-size:1rem;transition:all .3s cubic-bezier(.4,0,.2,1);background:#fff}.contact-form .form-group input:focus,.contact-form .form-group select:focus,.contact-form .form-group textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px rgba(99,102,241,.1)}.contact-form .form-group input::placeholder,.contact-form .form-group select::placeholder,.contact-form .form-group textarea::placeholder{color:#6b7280}.contact-form .form-group textarea{resize:vertical;min-height:120px;font-family:inherit}.contact-form .form-group select{cursor:pointer}.contact-form button{align-self:flex-start;margin-top:1rem}.faq-section{padding:8rem 2rem;background:#f8fafc}.faq-section__container{max-width:1200px;margin:0 auto}.faq-categories{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:4rem}.faq-category{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 16px rgba(0,0,0,8%);border:1px solid #e2e8f0;transition:all .3s cubic-bezier(.4,0,.2,1)}.faq-category:hover{transform:translateY(-2px);box-shadow:0 8px 32px rgba(0,0,0,.12)}.faq-category__header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.faq-category__icon{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#2563eb,#06b6d4);display:flex;align-items:center;justify-content:center;flex-shrink:0}.faq-category__icon svg{width:24px;height:24px;color:#fff}.faq-category h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0}.faq-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.faq-list li{color:#6b7280;line-height:1.6;position:relative;padding-left:1.5rem}.faq-list li::before{content:'•';position:absolute;left:0;color:#2563eb;font-weight:700}.section-header{text-align:center;margin-bottom:3rem}.section-header .gradient-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem}@media(max-width:768px){.section-header .gradient-title{font-size:2rem}}.section-header .section-subtitle{font-size:1.2rem;color:#6b7280;line-height:1.6;max-width:600px;margin:0 auto}@media(max-width:768px){.contact-visual{padding:1rem 0;gap:1.5rem}.contact-visual .contact-card{min-width:260px;max-width:300px}.contact-methods-section{padding:6rem 1rem}.contact-form-section{padding:6rem 1rem}.faq-section{padding:6rem 1rem}.contact-methods{grid-template-columns:1fr;gap:1.5rem}.faq-categories{grid-template-columns:1fr;gap:1.5rem}.offices-grid{grid-template-columns:1fr;gap:1.5rem}}@media(max-width:480px){.hero--contact{padding:6rem 1rem 4rem}.contact-methods-section{padding:4rem 1rem}.contact-form-section{padding:4rem 1rem}.faq-section{padding:4rem 1rem}.contact-method{padding:1.5rem}.faq-category{padding:1.5rem}}.hero--legal{background:#fff;padding:8rem 2rem 6rem;position:relative;overflow:hidden}.hero--legal .hero__container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}@media(max-width:768px){.hero--legal .hero__container{grid-template-columns:1fr;gap:3rem;text-align:center}}.hero--legal h1{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.1;letter-spacing:-.025em;background:linear-gradient(135deg,#2563eb,#8b5cf6,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(max-width:768px){.hero--legal h1{font-size:2.5rem}}.hero--legal .hero__subtitle{font-size:1.25rem;color:#6b7280;line-height:1.6;margin-bottom:2rem}.legal-meta{display:flex;flex-direction:column;gap:.75rem}.legal-meta__item{display:flex;gap:.5rem;font-size:.95rem}.legal-meta__item strong{color:#1f2937;font-weight:600;min-width:120px}.legal-meta__item span{color:#6b7280}.legal-visual{display:flex;flex-direction:column;align-items:center;gap:2rem;padding:2rem 0}.legal-icon{width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#06b6d4);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 32px rgba(0,0,0,.15);animation:float 3s ease-in-out infinite}.legal-icon svg{width:48px;height:48px;color:#fff}.legal-badges{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:200px}.legal-badge{background:#fff;padding:1rem;border-radius:12px;box-shadow:0 4px 16px rgba(0,0,0,8%);border:1px solid #e2e8f0;text-align:center;opacity:0;transform:translateY(20px);animation:fadeInUp .8s ease-out forwards}.legal-badge:nth-child(1){animation-delay:.2s}.legal-badge:nth-child(2){animation-delay:.4s}.legal-badge .badge-label{display:block;font-size:.75rem;color:#6b7280;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.legal-badge .badge-value{display:block;font-size:.95rem;color:#1f2937;font-weight:600;margin-top:.25rem}.legal-content-section{background:linear-gradient(180deg,white 0%,rgba(248,250,252,.3) 100%);min-height:100vh;padding:8rem 2rem 6rem;scroll-behavior:smooth}.legal-content-section .hero__container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}@media(max-width:768px){.legal-content-section .hero__container{grid-template-columns:1fr;gap:3rem;text-align:center;margin-bottom:4rem}}.legal-content-section__container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 320px;gap:5rem;align-items:start;position:relative}@media(max-width:1024px){.legal-content-section__container{grid-template-columns:1fr;gap:3rem}}.legal-content-section h1{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.1;letter-spacing:-.025em;background:linear-gradient(135deg,#2563eb,#8b5cf6,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(max-width:768px){.legal-content-section h1{font-size:2.5rem}}.legal-content-section .hero__subtitle{font-size:1.25rem;color:#6b7280;line-height:1.6;margin-bottom:2rem}.legal-content{font-size:1.1rem;line-height:1.8;color:#1f2937;background:rgba(255,255,255,.6);backdrop-filter:blur(10px);padding:3rem;border-radius:20px;box-shadow:0 8px 32px rgba(0,0,0,8%);border:1px solid rgba(255,255,255,.2)}.legal-content h2{font-size:2.25rem;font-weight:700;color:#1f2937;margin:3rem 0 1.5rem;line-height:1.2;position:relative;padding-left:1.5rem;scroll-margin-top:calc(80px + 2rem);background:linear-gradient(135deg,#2563eb,#8b5cf6,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.legal-content h2::before{content:'';position:absolute;left:0;top:0;bottom:0;width:5px;background:linear-gradient(135deg,#2563eb,#06b6d4);border-radius:3px;box-shadow:0 0 10px rgba(37,99,235,.3)}.legal-content h2:first-child{margin-top:0}.legal-content h3{font-size:1.5rem;font-weight:600;color:#2563eb;margin:2rem 0 1rem;line-height:1.4;scroll-margin-top:calc(80px + 2rem)}.legal-content h4{font-size:1.25rem;font-weight:600;color:#1f2937;margin:1.5rem 0 .75rem;scroll-margin-top:calc(80px + 2rem)}.legal-content p{margin-bottom:1.5rem}.legal-content ul,.legal-content ol{margin:1.5rem 0;padding-left:2rem}.legal-content ul li,.legal-content ol li{margin-bottom:.75rem;line-height:1.7}.legal-content ul li::marker,.legal-content ol li::marker{color:#2563eb}.legal-content strong{font-weight:600;color:#1f2937}.legal-content a{color:#2563eb;text-decoration:none;border-bottom:1px solid transparent;transition:all .3s cubic-bezier(.4,0,.2,1);font-weight:500}.legal-content a:hover{color:#1d4ed8;border-bottom-color:#2563eb}.legal-content blockquote{background:#f8fafc;border-left:4px solid #2563eb;padding:1.5rem 2rem;margin:2rem 0;border-radius:0 8px 8px 0;font-style:italic;color:#6b7280}.legal-content table{width:100%;border-collapse:collapse;margin:2rem 0;font-size:.95rem}.legal-content table th,.legal-content table td{padding:1rem;text-align:left;border-bottom:1px solid #e2e8f0}.legal-content table th{background:#f8fafc;font-weight:600;color:#1f2937}.legal-content table tr:hover{background:rgba(99,102,241,5%)}.legal-sidebar{position:sticky;top:calc(80px + 2rem);align-self:start;height:fit-content}@media(max-width:1024px){.legal-sidebar{order:-1;position:static}}.sidebar-section{background:rgba(255,255,255,.8);backdrop-filter:blur(10px);padding:2rem;border-radius:20px;box-shadow:0 8px 32px rgba(0,0,0,.1);border:1px solid rgba(255,255,255,.2);margin-bottom:2rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.sidebar-section:hover{transform:translateY(-2px);box-shadow:0 12px 40px rgba(0,0,0,.15)}.sidebar-section h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:1.5rem;position:relative;padding-bottom:.75rem}.sidebar-section h3::after{content:'';position:absolute;bottom:0;left:0;width:40px;height:2px;background:linear-gradient(135deg,#2563eb,#06b6d4);border-radius:1px}.toc-nav ul{list-style:none;margin:0;padding:0}.toc-nav ul li{margin-bottom:.25rem}.toc-nav ul li a{display:block;padding:.5rem .75rem;color:#1f2937;text-decoration:none;border-radius:6px;transition:all .3s cubic-bezier(.4,0,.2,1);font-weight:500;font-size:.85rem;line-height:1.3;position:relative;border-left:2px solid transparent}.toc-nav ul li a:hover{background:linear-gradient(135deg,rgba(37,99,235,5%) 0%,rgba(6,182,212,5%) 100%);color:#2563eb;transform:translateX(2px);border-left-color:#2563eb;border-top-left-radius:0;border-bottom-left-radius:0}.toc-nav ul li a:active{background:linear-gradient(135deg,rgba(37,99,235,.1) 0%,rgba(6,182,212,.1) 100%);border-left-color:#06b6d4;border-top-left-radius:0;border-bottom-left-radius:0}.toc-nav ul li ul{margin-top:.25rem;padding-left:1rem}.toc-nav ul li ul li a{font-size:.8rem;padding:.375rem .625rem;opacity:.8}.quick-links{list-style:none;margin:0;padding:0}.quick-links li{margin-bottom:.375rem}.quick-links li a{display:block;padding:.5rem .75rem;color:#1f2937;text-decoration:none;border-radius:6px;transition:all .3s cubic-bezier(.4,0,.2,1);font-weight:500;font-size:.875rem;line-height:1.3;position:relative}.quick-links li a:hover{background:linear-gradient(135deg,rgba(37,99,235,5%) 0%,rgba(6,182,212,5%) 100%);color:#2563eb;transform:translateX(2px)}.quick-links li a::before{content:'→';position:absolute;left:-8px;opacity:0;transition:all .3s cubic-bezier(.4,0,.2,1);font-size:.75rem}.quick-links li a:hover::before{left:.375rem;opacity:1}.legal-footer-section .quick-links{margin:0;padding:0;list-style:none}.legal-footer-section .quick-links li{margin-bottom:.5rem;margin-left:0;padding-left:0}.legal-footer-section .quick-links li a{padding:.75rem 0;font-size:.95rem;border-radius:0;background:0 0!important;transform:none!important;border-bottom:1px solid transparent}.legal-footer-section .quick-links li a::before{display:none}.legal-footer-section .quick-links li a:hover{background:0 0!important;transform:none!important;border-bottom-color:#2563eb}.legal-footer-section .quick-links li a:active{background:0 0!important}.legal-footer-sections{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:4rem;padding-top:3rem;border-top:1px solid rgba(226,232,240,.3)}@media(max-width:768px){.legal-footer-sections{grid-template-columns:1fr;gap:2rem;margin-top:3rem;padding-top:2rem}}.legal-footer-section h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:1.5rem;position:relative;padding-bottom:.75rem}.legal-footer-section h3::after{content:'';position:absolute;bottom:0;left:0;width:40px;height:2px;background:linear-gradient(135deg,#2563eb,#06b6d4);border-radius:1px}.protection-features{display:flex;flex-direction:column;gap:1.5rem}.protection-item{display:flex;align-items:flex-start;gap:1rem}.protection-item .protection-icon{width:40px;height:40px;border-radius:8px;background:linear-gradient(135deg,#2563eb,#06b6d4);display:flex;align-items:center;justify-content:center;flex-shrink:0}.protection-item .protection-icon svg{width:20px;height:20px;color:#fff}.protection-item strong{display:block;font-size:.95rem;font-weight:600;color:#1f2937;margin-bottom:.25rem}.protection-item p{font-size:.85rem;color:#6b7280;line-height:1.5;margin:0}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}@media(max-width:768px){.legal-content-section{padding:6rem 1rem 4rem}.legal-content{padding:2rem;border-radius:16px}.legal-content h2{font-size:1.875rem;margin:2rem 0 1rem;padding-left:1rem}.legal-content h2::before{width:4px}.legal-content h3{font-size:1.375rem}.sidebar-section{padding:1.5rem;border-radius:16px}.sidebar-section:hover{transform:none}.protection-item{flex-direction:column;text-align:center}.protection-item .protection-icon{align-self:center}.toc-nav .toc-list li a{padding:.625rem .875rem;font-size:.85rem}}@media(max-width:480px){.legal-content-section{padding:4rem 1rem 3rem}.legal-meta__item{flex-direction:column;gap:.25rem}.legal-meta__item strong{min-width:auto}.legal-content{font-size:1rem}.toc-nav{padding:1.5rem}}.blog-hero-section{background:linear-gradient(135deg,rgba(37,99,235,5%) 0%,rgba(6,182,212,3%) 50%,rgba(139,92,246,5%) 100%);min-height:100vh;padding:8rem 2rem 4rem;position:relative;overflow:hidden}@media(max-width:768px){.blog-hero-section{padding:6rem 1rem 3rem;min-height:auto}}.blog-hero__container{max-width:1200px;margin:0 auto;position:relative;z-index:10}.blog-hero__content{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:start;position:relative;z-index:10}@media(max-width:1024px){.blog-hero__content{grid-template-columns:1fr;gap:4rem;text-align:center}}.blog-hero__header{display:flex;flex-direction:column;gap:2rem}.blog-hero__badge{display:inline-flex;align-items:center;gap:.75rem;background:rgba(255,255,255,.9);backdrop-filter:blur(20px);padding:.75rem 1.5rem;border-radius:50px;box-shadow:0 8px 32px rgba(0,0,0,.1);border:1px solid rgba(255,255,255,.2);width:fit-content}@media(max-width:1024px){.blog-hero__badge{margin:0 auto}}.blog-hero__badge svg{width:20px;height:20px;color:#2563eb}.blog-hero__badge span{font-weight:600;color:#1f2937;font-size:.95rem}.blog-hero__header h1{font-size:4rem;font-weight:800;line-height:1.1;letter-spacing:-.025em;background:linear-gradient(135deg,#2563eb,#8b5cf6,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}@media(max-width:768px){.blog-hero__header h1{font-size:2.5rem}}@media(max-width:480px){.blog-hero__header h1{font-size:2rem}}.blog-hero__subtitle{font-size:1.25rem;color:#6b7280;line-height:1.6;margin:0;max-width:500px}@media(max-width:1024px){.blog-hero__subtitle{margin:0 auto;text-align:center}}.blog-hero__categories h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.topic-tags{display:flex;flex-wrap:wrap;gap:.75rem}@media(max-width:1024px){.topic-tags{justify-content:center}}.topic-tag{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:rgba(255,255,255,.7);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);border-radius:50px;text-decoration:none;color:#6b7280;font-weight:500;font-size:.9rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.topic-tag svg{width:16px;height:16px;color:#6b7280;transition:all .3s cubic-bezier(.4,0,.2,1)}.topic-tag .count-badge{background:rgba(37,99,235,.15);color:#2563eb;font-size:.75rem;font-weight:600;padding:.25rem .5rem;border-radius:12px;margin-left:.5rem;min-width:20px;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.topic-tag:hover{background:rgba(255,255,255,.9);color:#2563eb;transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.topic-tag:hover svg{color:#2563eb}.topic-tag:hover .count-badge{background:rgba(37,99,235,.2);color:#2563eb}.topic-tag--active{background:linear-gradient(135deg,#2563eb,#06b6d4);color:#fff;border-color:transparent}.topic-tag--active svg{color:#fff}.topic-tag--active .count-badge{background:rgba(255,255,255,.2);color:#fff}.topic-tag--active:hover{background:linear-gradient(135deg,#1d4ed8,#058ba2);color:#fff}.topic-tag--active:hover svg{color:#fff}.topic-tag--active:hover .count-badge{background:rgba(255,255,255,.3);color:#fff}.blog-hero__featured{background:rgba(255,255,255,.8);backdrop-filter:blur(20px);border-radius:24px;padding:2rem;box-shadow:0 20px 40px rgba(0,0,0,.1);border:1px solid rgba(255,255,255,.2)}@media(max-width:768px){.blog-hero__featured{padding:1.5rem;border-radius:20px}}.blog-hero__featured h2{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:1.5rem;text-align:center}.featured-article-card{display:flex;flex-direction:column;gap:1.5rem}.featured-article__image{position:relative;height:200px;border-radius:16px;overflow:hidden;background:linear-gradient(135deg,#f8fafc,rgba(37,99,235,.1))}@media(max-width:568px){.featured-article__image{height:160px}}.featured-article__image img{width:100%;height:100%;object-fit:cover;transition:all .3s cubic-bezier(.4,0,.2,1)}.featured-article__image:hover img{transform:scale(1.05)}.featured-article__category-badge{position:absolute;top:1rem;left:1rem;background:linear-gradient(135deg,#2563eb,#06b6d4);color:#fff;padding:.5rem 1rem;border-radius:20px;font-weight:600;font-size:.85rem;box-shadow:0 4px 12px rgba(0,0,0,.2)}.featured-article__content{display:flex;flex-direction:column;gap:1rem}.featured-article__meta{display:flex;justify-content:space-between;align-items:center;font-size:.85rem}.featured-article__category{background:linear-gradient(135deg,#2563eb,#06b6d4);color:#fff;padding:.25rem .75rem;border-radius:12px;font-weight:500;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}.featured-article__date{color:#6b7280;font-weight:500}.featured-article__content h3{font-size:1.5rem;font-weight:600;color:#1f2937;line-height:1.3;margin:0}@media(max-width:568px){.featured-article__content h3{font-size:1.25rem}}.featured-article__content p{color:#6b7280;line-height:1.6;margin:0}.featured-article__cta{display:inline-flex;align-items:center;gap:.5rem;color:#2563eb;text-decoration:none;font-weight:600;padding:.75rem 1.5rem;border:2px solid #2563eb;border-radius:12px;transition:all .3s cubic-bezier(.4,0,.2,1);width:fit-content}.featured-article__cta:hover{background:#2563eb;color:#fff;transform:translateY(-2px);box-shadow:0 8px 25px rgba(37,99,235,.3)}.featured-article__cta svg{width:18px;height:18px;transition:all .3s cubic-bezier(.4,0,.2,1)}.featured-article__cta:hover svg{transform:translateX(2px)}.blog-hero__background{position:absolute;inset:0;pointer-events:none;z-index:1}.blog-hero__decorations{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:1;overflow:hidden}.hero-decoration{position:absolute;border-radius:50%;backdrop-filter:blur(40px);animation:float 8s ease-in-out infinite}.hero-decoration--1{width:300px;height:300px;top:10%;right:-10%;animation-delay:0s;opacity:.7;background:linear-gradient(135deg,rgba(255,107,107,.15),rgba(78,205,196,.12),rgba(69,183,209,.18))}.hero-decoration--2{width:200px;height:200px;top:60%;right:10%;animation-delay:-2s;opacity:.5;animation-duration:10s;background:linear-gradient(135deg,rgba(150,206,180,.16),rgba(255,234,167,.14),rgba(221,160,221,.12))}.hero-decoration--3{width:150px;height:150px;top:30%;left:-5%;animation-delay:-4s;opacity:.6;animation-duration:12s;background:linear-gradient(135deg,rgba(116,185,255,.18),rgba(162,155,254,.15),rgba(253,121,168,.13))}.hero-decoration--4{width:100px;height:100px;bottom:20%;left:20%;animation-delay:-1s;opacity:.4;animation-duration:6s;background:linear-gradient(135deg,rgba(0,184,148,.14),rgba(0,206,201,.16),rgba(85,163,255,.12))}.hero-decoration--5{width:250px;height:250px;top:50%;left:50%;transform:translate(-50%,-50%);animation-delay:-3s;opacity:.3;animation-duration:14s;background:linear-gradient(135deg,rgba(253,203,110,.12),rgba(225,112,85,.1),rgba(129,236,236,.14))}.hero-decoration--6{width:120px;height:120px;bottom:10%;right:30%;animation-delay:-5s;opacity:.5;animation-duration:9s;background:linear-gradient(135deg,rgba(108,92,231,.16),rgba(162,155,254,.13),rgba(0,184,148,.15))}@media(max-width:1024px){.hero-decoration--1,.hero-decoration--2{display:none}.hero-decoration--3{width:100px;height:100px;opacity:.3}.hero-decoration--4{width:80px;height:80px;opacity:.2}}@media(max-width:768px){.hero-decoration{display:none}}.blog-hero__bottom{margin-top:4rem;padding:0 0 2rem;position:relative;z-index:10}@media(max-width:768px){.blog-hero__bottom{margin-top:3rem;padding:2rem 0 1rem}}.blog-hero__stats-bar{display:flex;justify-content:center;gap:3rem;margin-bottom:3rem;flex-wrap:wrap}@media(max-width:768px){.blog-hero__stats-bar{gap:2rem;margin-bottom:2rem}}@media(max-width:568px){.blog-hero__stats-bar{gap:1.5rem;justify-content:space-between}}.blog-stat-item{display:flex;align-items:center;gap:1rem;background:rgba(255,255,255,.8);backdrop-filter:blur(20px);padding:1.5rem 2rem;border-radius:20px;box-shadow:0 8px 32px rgba(0,0,0,8%);border:1px solid rgba(255,255,255,.2);min-width:140px}@media(max-width:568px){.blog-stat-item{padding:1rem 1.5rem;min-width:120px;gap:.75rem}}.stat-icon{width:40px;height:40px;background:linear-gradient(135deg,#2563eb,#06b6d4);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.stat-icon svg{width:20px;height:20px;color:#fff}@media(max-width:568px){.stat-icon{width:35px;height:35px}.stat-icon svg{width:18px;height:18px}}.stat-content{text-align:left}.stat-number{font-size:1.5rem;font-weight:800;color:#2563eb;line-height:1;margin-bottom:.25rem}@media(max-width:568px){.stat-number{font-size:1.25rem}}.stat-label{font-size:.85rem;color:#6b7280;font-weight:500;text-transform:uppercase;letter-spacing:.05em}@media(max-width:568px){.stat-label{font-size:.75rem}}.blog-hero__recent{max-width:600px;margin:0 auto;text-align:center}.blog-hero__recent h3{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:1.5rem}@media(max-width:568px){.blog-hero__recent h3{font-size:1.25rem;margin-bottom:1rem}}.recent-preview{display:flex;justify-content:center;gap:2rem;flex-wrap:nowrap}@media(max-width:992px){.recent-preview{flex-wrap:wrap;gap:1.5rem}}@media(max-width:768px){.recent-preview{gap:1.5rem}}@media(max-width:568px){.recent-preview{flex-direction:column;gap:1rem}}.preview-item{display:flex;align-items:center;gap:.75rem;background:rgba(255,255,255,.7);backdrop-filter:blur(15px);padding:1rem 1.5rem;border-radius:50px;box-shadow:0 4px 16px rgba(0,0,0,6%);border:1px solid rgba(255,255,255,.3);transition:all .3s cubic-bezier(.4,0,.2,1)}.preview-item:hover{background:rgba(255,255,255,.9);transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.12)}@media(max-width:568px){.preview-item{padding:.75rem 1.25rem;justify-content:flex-start}}.preview-icon{width:24px;height:24px;flex-shrink:0}.preview-icon svg{width:100%;height:100%;color:#2563eb}.preview-item span{font-size:.9rem;color:#1f2937;font-weight:500;white-space:nowrap}@media(max-width:568px){.preview-item span{white-space:normal;font-size:.85rem}}.blog-content-section{background:linear-gradient(180deg,white 0%,rgba(248,250,252,.3) 100%);min-height:100vh;padding:8rem 2rem 6rem;scroll-behavior:smooth}.blog-content-section .hero__container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1;margin-bottom:6rem}@media(max-width:768px){.blog-content-section .hero__container{grid-template-columns:1fr;gap:3rem;text-align:center;margin-bottom:4rem}}.blog-content-section__container{max-width:1200px;margin:0 auto;position:relative}.blog-content-section h1{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.1;letter-spacing:-.025em;background:linear-gradient(135deg,#2563eb,#8b5cf6,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(max-width:768px){.blog-content-section h1{font-size:2.5rem}}.blog-content-section .hero__subtitle{font-size:1.25rem;color:#6b7280;line-height:1.6;margin-bottom:2rem}.blog-meta{display:flex;flex-direction:column;gap:.75rem}.blog-meta__item{display:flex;gap:.5rem;font-size:.95rem}.blog-meta__item strong{color:#1f2937;font-weight:600;min-width:120px}.blog-meta__item span{color:#6b7280}.blog-visual{display:flex;flex-direction:column;align-items:center;gap:2rem;padding:2rem 0}.blog-icon{width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#06b6d4);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 32px rgba(0,0,0,.15);animation:float 3s ease-in-out infinite}.blog-icon svg{width:48px;height:48px;color:#fff}.blog-badges{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:200px}.blog-badge{background:#fff;padding:1rem;border-radius:12px;box-shadow:0 4px 16px rgba(0,0,0,8%);border:1px solid #e2e8f0;text-align:center;opacity:0;transform:translateY(20px);animation:fadeInUp .8s ease-out forwards}.blog-badge:nth-child(1){animation-delay:.2s}.blog-badge:nth-child(2){animation-delay:.4s}.blog-badge .badge-label{display:block;font-size:.75rem;color:#6b7280;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.blog-badge .badge-value{display:block;font-size:.95rem;color:#1f2937;font-weight:600;margin-top:.25rem}.blog-main{display:flex;flex-direction:column;gap:6rem}.featured-articles h2{font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.articles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}@media(max-width:768px){.articles-grid{grid-template-columns:1fr;gap:1.5rem}}.article-card{background:rgba(255,255,255,.6);backdrop-filter:blur(10px);border-radius:20px;overflow:hidden;box-shadow:0 8px 32px rgba(0,0,0,8%);border:1px solid rgba(255,255,255,.2);transition:all .3s cubic-bezier(.4,0,.2,1)}.article-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(0,0,0,.15)}.article-card--featured{grid-column:span 2;display:grid;grid-template-columns:1fr 1fr;align-items:center;min-height:300px}@media(max-width:1024px){.article-card--featured{grid-column:span 1;grid-template-columns:1fr}}.article-card--featured .article-card__image{height:300px}@media(max-width:1024px){.article-card--featured .article-card__image{height:200px}}.article-card__image{height:200px;background:linear-gradient(135deg,#f8fafc,rgba(37,99,235,.1));display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.article-card__image img{width:100%;height:100%;object-fit:cover;object-position:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.article-card__image:hover img{transform:scale(1.05)}.article-card__image::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,rgba(37,99,235,5%),rgba(6,182,212,5%),rgba(139,92,246,5%));z-index:1;opacity:0;transition:opacity .3s ease}.article-card__image:hover::before{opacity:1}.article-card__content{padding:2rem;display:flex;flex-direction:column;gap:1rem;flex:1}.article-card__meta{display:flex;justify-content:space-between;align-items:center;font-size:.85rem;margin-bottom:.5rem}.article-card__category{background:linear-gradient(135deg,#2563eb,#06b6d4);color:#fff;padding:.25rem .75rem;border-radius:12px;font-weight:500;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}.article-card__date{color:#6b7280;font-weight:500}.article-card h3{font-size:1.5rem;font-weight:600;color:#1f2937;line-height:1.3;margin-bottom:1rem}.article-card p{color:#6b7280;line-height:1.6;margin-bottom:1.5rem;flex:1}.article-card__link{color:#2563eb;text-decoration:none;font-weight:600;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.article-card__link:hover{color:#1d4ed8;transform:translateX(4px)}.article-placeholder{width:80px;height:80px;background:linear-gradient(135deg,#2563eb,#06b6d4);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;z-index:1}.article-placeholder svg{width:40px;height:40px;color:#fff}.blog-categories h2{margin-bottom:3rem;text-align:center}.categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}@media(max-width:768px){.categories-grid{grid-template-columns:1fr;gap:1.5rem}}.category-card{background:rgba(255,255,255,.6);backdrop-filter:blur(10px);padding:2rem;border-radius:20px;box-shadow:0 8px 32px rgba(0,0,0,8%);border:1px solid rgba(255,255,255,.2);text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none;display:block;position:relative}.category-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(0,0,0,.15);background:rgba(255,255,255,.8);text-decoration:none}.category-card:hover .category-icon{background:linear-gradient(135deg,#2563eb,#06b6d4)}.category-card:hover .category-icon svg{color:#fff}.category-card:hover h3{color:#2563eb}.category-card h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:1rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.category-card p{color:#6b7280;line-height:1.6;font-size:.95rem;margin-bottom:1rem}.category-card .category-count{position:absolute;top:1rem;right:1rem;background:rgba(37,99,235,.1);color:#2563eb;font-size:.75rem;font-weight:600;padding:.25rem .75rem;border-radius:12px;transition:all .3s cubic-bezier(.4,0,.2,1)}.category-card:hover .category-count{background:rgba(37,99,235,.15);color:#2563eb}.category-icon{width:60px;height:60px;background:linear-gradient(135deg,#2563eb,#06b6d4);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.category-icon svg{width:28px;height:28px;color:#fff}.newsletter-signup{background:rgba(255,255,255,.8);backdrop-filter:blur(20px);padding:4rem 3rem;border-radius:24px;box-shadow:0 20px 40px rgba(0,0,0,.1);border:1px solid rgba(255,255,255,.3);text-align:center;position:relative;overflow:hidden}.newsletter-signup::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,rgba(37,99,235,2%),rgba(6,182,212,2%),rgba(139,92,246,2%));z-index:-1}@media(max-width:768px){.newsletter-signup{padding:2.5rem 2rem;border-radius:20px}}.newsletter-content{display:flex;align-items:center;gap:2rem;margin-bottom:2rem}@media(max-width:768px){.newsletter-content{flex-direction:column;text-align:center;gap:1.5rem}}.newsletter-icon{width:80px;height:80px;background:linear-gradient(135deg,#2563eb,#06b6d4);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.newsletter-icon svg{width:40px;height:40px;color:#fff}.newsletter-text{flex:1;text-align:left}@media(max-width:768px){.newsletter-text{text-align:center}}.newsletter-text h2{font-size:2rem;font-weight:700;margin-bottom:.5rem;color:#1f2937}@media(max-width:768px){.newsletter-text h2{font-size:1.75rem}}.newsletter-text p{color:#6b7280;line-height:1.6;font-size:1.1rem;margin:0}.newsletter-form{max-width:500px;margin:0 auto}.newsletter-input-group{display:flex;gap:1rem;margin-bottom:1rem}@media(max-width:568px){.newsletter-input-group{flex-direction:column;gap:.75rem}}.newsletter-input-group input{flex:1;padding:1rem 1.5rem;border:2px solid rgba(226,232,240,.5);border-radius:12px;font-size:1rem;background:rgba(255,255,255,.8);backdrop-filter:blur(10px);transition:all .3s cubic-bezier(.4,0,.2,1)}.newsletter-input-group input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.1);background:#fff}.newsletter-input-group input::placeholder{color:#6b7280}.newsletter-input-group .button{white-space:nowrap;padding:1rem 2rem}@media(max-width:568px){.newsletter-input-group .button{width:100%}}.newsletter-privacy{font-size:.85rem;color:#6b7280;margin:0;text-align:center}.cta-section--blog{background:linear-gradient(135deg,#1f2937 0%,#314158 100%)}.cta-section--blog .cta-section__content h2{color:#fff}@media(max-width:768px){.blog-content-section{padding:6rem 1rem 4rem}.blog-main{gap:4rem}.article-card--featured .article-card__image{height:250px}.article-card__content{padding:1.5rem}.article-card h3{font-size:1.25rem}.category-card{padding:1.5rem}.newsletter-signup{padding:2rem 1.5rem}}@media(max-width:480px){.blog-content-section{padding:4rem 1rem 3rem}.blog-meta__item{flex-direction:column;gap:.25rem}.blog-meta__item strong{min-width:auto}.articles-grid{grid-template-columns:1fr}.categories-grid{grid-template-columns:1fr}}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}100%{opacity:1;transform:translateY(0)}}.blog-post{background:#fff;min-height:100vh;position:relative}.blog-post__header{background:linear-gradient(135deg,rgba(37,99,235,8%) 0%,rgba(6,182,212,6%) 30%,rgba(139,92,246,8%) 70%,rgba(37,99,235,5%) 100%);padding:8rem 2rem 6rem;position:relative;overflow:hidden}.blog-post__header::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="rgba(74,144,226,0.1)"/><circle cx="80" cy="20" r="1.5" fill="rgba(255,107,107,0.08)"/><circle cx="40" cy="60" r="1" fill="rgba(78,205,196,0.06)"/><circle cx="90" cy="70" r="2.5" fill="rgba(129,236,236,0.1)"/><circle cx="10" cy="80" r="1.5" fill="rgba(161,196,253,0.08)"/></svg>')repeat;opacity:.3;z-index:1}@media(max-width:768px){.blog-post__header{padding:6rem 1rem 4rem}}.blog-post__container{max-width:1200px;margin:0 auto;position:relative;z-index:10}.blog-post__content{padding:6rem 2rem;background:linear-gradient(180deg,white 0%,rgba(248,250,252,.2) 100%)}@media(max-width:768px){.blog-post__content{padding:4rem 1rem}}.blog-post__content .blog-post__container{display:grid;grid-template-columns:1fr 320px;gap:5rem;align-items:start;max-width:1200px;margin:0 auto}@media(max-width:1024px){.blog-post__content .blog-post__container{grid-template-columns:1fr;gap:4rem}}.blog-post__main{background:rgba(255,255,255,.7);backdrop-filter:blur(20px);border-radius:24px;padding:3rem;box-shadow:0 8px 32px rgba(0,0,0,8%);border:1px solid rgba(255,255,255,.3)}@media(max-width:768px){.blog-post__main{padding:2rem;border-radius:20px}}@media(max-width:568px){.blog-post__main{padding:1.5rem}}.blog-breadcrumb{display:flex;align-items:center;gap:.75rem;margin-top:1.5rem;margin-bottom:3rem;font-size:.95rem;padding:.75rem 1.5rem;background:rgba(255,255,255,.8);backdrop-filter:blur(20px);border-radius:50px;box-shadow:0 4px 20px rgba(0,0,0,8%);border:1px solid rgba(255,255,255,.3);width:fit-content}.blog-breadcrumb a{color:#2563eb;text-decoration:none;font-weight:600;transition:all .3s ease}.blog-breadcrumb a:hover{color:#1d4ed8;transform:translateX(-2px)}.blog-breadcrumb .breadcrumb-separator svg{width:16px;height:16px;color:#6b7280;opacity:.6}.blog-breadcrumb .breadcrumb-current{color:#1f2937;font-weight:600}@media(max-width:568px){.blog-breadcrumb{padding:.6rem 1.25rem;font-size:.9rem;margin-bottom:2rem}}.blog-post__meta{display:flex;flex-wrap:wrap;gap:2rem;margin-bottom:3rem}@media(max-width:768px){.blog-post__meta{gap:1.5rem;justify-content:center}}@media(max-width:568px){.blog-post__meta{gap:1rem;flex-direction:column;align-items:center}}.blog-post__meta>div{display:flex;align-items:center;gap:.75rem;font-size:.95rem;color:#6b7280;background:rgba(255,255,255,.8);backdrop-filter:blur(20px);padding:.75rem 1.25rem;border-radius:50px;box-shadow:0 4px 16px rgba(0,0,0,8%);border:1px solid rgba(255,255,255,.3);transition:all .3s cubic-bezier(.4,0,.2,1)}.blog-post__meta>div:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.12);background:rgba(255,255,255,.95)}.blog-post__meta>div svg{width:18px;height:18px;color:#2563eb;flex-shrink:0}.blog-post__meta a.blog-post__category{background:linear-gradient(135deg,#2563eb,#06b6d4);color:#fff;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);border-radius:50px;display:flex;align-items:center;gap:.75rem;font-size:.95rem;padding:.75rem 1.25rem;backdrop-filter:blur(20px);box-shadow:0 4px 16px rgba(0,0,0,8%)}.blog-post__meta a.blog-post__category:hover{background:linear-gradient(135deg,#1d4ed8,#058ba2);color:#fff;transform:translateY(-1px);box-shadow:0 6px 20px rgba(37,99,235,.25)}.blog-post__meta a.blog-post__category svg{color:#fff;width:18px;height:18px;transition:all .3s ease;flex-shrink:0}.blog-post__meta a.blog-post__category span{background:0 0;color:#fff;font-weight:600;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em}.blog-post__title{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:2rem;background:linear-gradient(135deg,#2563eb,#8b5cf6,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.025em;max-width:800px}@media(max-width:768px){.blog-post__title{font-size:2.5rem;margin-bottom:1.5rem;text-align:center}}@media(max-width:568px){.blog-post__title{font-size:2rem}}@media(max-width:480px){.blog-post__title{font-size:1.75rem}}.blog-post__description{font-size:1.3rem;color:#6b7280;line-height:1.6;margin-bottom:3rem;max-width:700px;font-weight:400}@media(max-width:768px){.blog-post__description{font-size:1.2rem;text-align:center;margin:0 auto 2rem}}@media(max-width:568px){.blog-post__description{font-size:1.1rem}}.blog-post__featured-image{border-radius:24px;overflow:hidden;box-shadow:0 25px 50px rgba(0,0,0,.15);margin-bottom:3rem;max-height:450px;position:relative}.blog-post__featured-image::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,rgba(37,99,235,5%),rgba(6,182,212,5%),rgba(139,92,246,5%));z-index:1;opacity:0;transition:opacity .3s ease}.blog-post__featured-image:hover::before{opacity:1}.blog-post__featured-image img{width:100%;height:450px;object-fit:cover;object-position:center;display:block;transition:all .3s cubic-bezier(.4,0,.2,1)}@media(max-width:768px){.blog-post__featured-image img{height:300px}}@media(max-width:568px){.blog-post__featured-image img{height:250px}}@media(max-width:480px){.blog-post__featured-image img{height:200px}}.blog-post__featured-image:hover img{transform:scale(1.03)}@media(max-width:768px){.blog-post__featured-image{border-radius:20px;margin-bottom:2rem}}.blog-post__body{max-width:100%;font-size:1.125rem;line-height:1.8;color:#1f2937;font-weight:400}.blog-post__body h2,.blog-post__body h3,.blog-post__body h4,.blog-post__body h5,.blog-post__body h6{margin-top:3rem;margin-bottom:1.5rem;font-weight:700;color:#1f2937;scroll-margin-top:100px}.blog-post__body h2{font-size:2.25rem;border-bottom:3px solid rgba(37,99,235,.15);padding-bottom:1rem;background:linear-gradient(135deg,#2563eb,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(max-width:768px){.blog-post__body h2{font-size:1.875rem}}.blog-post__body h3{font-size:1.75rem;color:#1f2937;position:relative}.blog-post__body h3::before{content:'';position:absolute;left:-1rem;top:50%;transform:translateY(-50%);width:4px;height:1.5rem;background:linear-gradient(135deg,#2563eb,#06b6d4);border-radius:2px}@media(max-width:768px){.blog-post__body h3{font-size:1.5rem}.blog-post__body h3::before{left:0;width:3px;height:1.25rem}}.blog-post__body h4{font-size:1.375rem;color:#1f2937}.blog-post__body p{margin-bottom:1.75rem}.blog-post__body p:first-of-type{font-size:1.2rem;color:rgba(31,41,55,.9);font-weight:500}.blog-post__body ul,.blog-post__body ol{margin-bottom:1.75rem;padding-left:2rem}.blog-post__body ul li,.blog-post__body ol li{margin-bottom:.75rem;line-height:1.7}.blog-post__body ul li::marker,.blog-post__body ol li::marker{color:#2563eb;font-weight:600}.blog-post__body ul ul,.blog-post__body ul ol,.blog-post__body ol ul,.blog-post__body ol ol{margin-top:.5rem;margin-bottom:.5rem}.blog-post__body blockquote{border-left:6px solid #2563eb;padding:2rem 2.5rem;margin:3rem 0;font-style:italic;color:#6b7280;background:linear-gradient(135deg,rgba(37,99,235,8%),rgba(6,182,212,5%));border-radius:0 16px 16px 0;box-shadow:0 8px 32px rgba(0,0,0,8%);position:relative;font-size:1.15rem}.blog-post__body blockquote::before{content:'"';position:absolute;top:-.5rem;left:1.5rem;font-size:4rem;color:#2563eb;font-family:serif;line-height:1}.blog-post__body blockquote p:last-child{margin-bottom:0}.blog-post__body code{background:rgba(37,99,235,.12);color:#134cca;padding:.3rem .6rem;border-radius:6px;font-family:sf mono,Monaco,cascadia code,roboto mono,Consolas,courier new,monospace;font-size:.9em;font-weight:500;border:1px solid rgba(37,99,235,.2)}.blog-post__body pre{background:linear-gradient(135deg,rgba(31,41,55,3%),rgba(31,41,55,6%));padding:2.5rem;border-radius:16px;overflow-x:auto;margin:3rem 0;border:1px solid rgba(226,232,240,.3);box-shadow:0 8px 32px rgba(0,0,0,8%)}.blog-post__body pre code{background:0 0;padding:0;border:none;color:#1f2937;font-size:.95rem}.blog-post__body strong{font-weight:700;color:#1f2937}.blog-post__body em{font-style:italic;color:rgba(31,41,55,.9)}.blog-post__body a{color:#2563eb;text-decoration:none;font-weight:600;transition:all .3s ease}.blog-post__body a:hover{color:#1d4ed8}.blog-post__body img{max-width:100%;height:auto;border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.1);margin:2rem 0}.blog-post__body table{width:100%;border-collapse:collapse;margin:2rem 0;box-shadow:0 8px 32px rgba(0,0,0,8%);border-radius:12px;overflow:hidden}.blog-post__body table th,.blog-post__body table td{padding:1rem 1.5rem;text-align:left;border-bottom:1px solid rgba(226,232,240,.3)}.blog-post__body table th{background:linear-gradient(135deg,#2563eb,#06b6d4);color:#fff;font-weight:600;text-transform:uppercase;letter-spacing:.05em;font-size:.9rem}.blog-post__body table tr:nth-child(even){background:rgba(248,250,252,.3)}.blog-post__body table tr:hover{background:rgba(37,99,235,5%)}.blog-post__share{margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(226,232,240,.3)}.blog-post__share h3{font-size:1.25rem;margin-bottom:1rem;color:#1f2937}.share-buttons{display:flex;gap:1rem;flex-wrap:wrap}.share-button{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:50px;text-decoration:none;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1)}.share-button svg{width:20px;height:20px}.share-button--twitter{background:#1da1f2;color:#fff}.share-button--twitter:hover{background:#0c85d0;transform:translateY(-2px)}.share-button--linkedin{background:#0077b5;color:#fff}.share-button--linkedin:hover{background:#005582;transform:translateY(-2px)}.share-button--facebook{background:#1877f2;color:#fff}.share-button--facebook:hover{background:#0b5fcc;transform:translateY(-2px)}@media(max-width:1024px){.blog-post__sidebar{order:-1}}.sidebar-widget{background:rgba(255,255,255,.9);backdrop-filter:blur(25px);padding:2.5rem;border-radius:24px;box-shadow:0 12px 40px rgba(0,0,0,.1);border:1px solid rgba(255,255,255,.3);margin-bottom:2.5rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.sidebar-widget:hover{transform:translateY(-4px);box-shadow:0 16px 50px rgba(0,0,0,.15);background:rgba(255,255,255,.95)}.sidebar-widget h3{font-size:1.375rem;font-weight:700;margin-bottom:2rem;color:#1f2937;background:linear-gradient(135deg,#2563eb,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.sidebar-widget--newsletter{background:linear-gradient(135deg,rgba(37,99,235,8%),rgba(6,182,212,6%));border:1px solid rgba(37,99,235,.15)}.sidebar-widget--newsletter h3{color:#1f2937;-webkit-text-fill-color:#1f2937}.sidebar-widget--newsletter p{color:#6b7280;margin-bottom:2rem;line-height:1.6;font-size:1.05rem}@media(max-width:1024px){.sidebar-widget{padding:2rem;margin-bottom:2rem}}.recent-posts{display:flex;flex-direction:column;gap:0}.recent-post{display:flex;gap:1rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);padding:1rem 0;border-bottom:1px solid rgba(226,232,240,.15)}.recent-post:hover{transform:translateX(4px)}.recent-post:hover .recent-post__image img{transform:scale(1.05)}.recent-post:hover h4{color:#2563eb}.recent-post:last-child{border-bottom:none;padding-bottom:0}.recent-post:first-child{padding-top:0}.recent-post__image{flex-shrink:0;width:80px;height:60px;border-radius:8px;overflow:hidden}.recent-post__image img{width:100%;height:100%;object-fit:cover;transition:all .3s cubic-bezier(.4,0,.2,1)}.recent-post__content{flex:1;display:flex;flex-direction:column;justify-content:space-between}.recent-post__content h4{font-size:.95rem;font-weight:600;color:#1f2937;line-height:1.4;margin-bottom:.5rem;transition:all .3s ease}.recent-post__date{font-size:.85rem;color:#6b7280;font-weight:500}.sidebar-newsletter-form{display:flex;flex-direction:column;gap:1rem}.sidebar-newsletter-form input{padding:1.25rem 1.5rem;border:2px solid rgba(226,232,240,.3);border-radius:16px;font-size:1rem;background:rgba(255,255,255,.9);backdrop-filter:blur(10px);transition:all .3s cubic-bezier(.4,0,.2,1)}.sidebar-newsletter-form input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 4px rgba(37,99,235,.1);background:#fff;transform:translateY(-1px)}.sidebar-newsletter-form input::placeholder{color:#6b7280;font-weight:500}.sidebar-newsletter-form .button{padding:1.25rem 2rem;font-weight:600;font-size:1rem;border-radius:16px}.sidebar-newsletter-form .button:hover{transform:translateY(-2px)}.related-posts{background:rgba(248,250,252,.3);padding:4rem 2rem}@media(max-width:768px){.related-posts{padding:3rem 1rem}}.related-posts__container{max-width:1200px;margin:0 auto}.related-posts h2{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.related-posts__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}@media(max-width:768px){.related-posts__grid{grid-template-columns:1fr}}.related-post{background:rgba(255,255,255,.8);backdrop-filter:blur(20px);border-radius:20px;overflow:hidden;box-shadow:0 8px 32px rgba(0,0,0,8%);border:1px solid rgba(255,255,255,.2);transition:all .3s cubic-bezier(.4,0,.2,1)}.related-post:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(0,0,0,.15)}.related-post__image{height:200px;overflow:hidden}.related-post__image img{width:100%;height:100%;object-fit:cover;transition:all .3s cubic-bezier(.4,0,.2,1)}.related-post__image:hover img{transform:scale(1.05)}.related-post__content{padding:2rem}.related-post__meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:.85rem}.related-post__category{background:linear-gradient(135deg,#2563eb,#06b6d4);color:#fff;padding:.25rem .75rem;border-radius:12px;font-weight:500;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}.related-post__date{color:#6b7280;font-weight:500}.related-post h3{margin-bottom:1rem}.related-post h3 a{color:#1f2937;text-decoration:none;font-size:1.25rem;font-weight:600;line-height:1.3}.related-post h3 a:hover{color:#2563eb}.related-post p{color:#6b7280;line-height:1.6;margin:0}.blog-hero__meta{display:flex;flex-wrap:wrap;gap:2rem;margin-top:2rem}.meta-item{display:flex;align-items:center;gap:.75rem;background:rgba(255,255,255,.8);backdrop-filter:blur(20px);padding:.75rem 1.25rem;border-radius:50px;box-shadow:0 4px 20px rgba(0,0,0,8%);border:1px solid rgba(255,255,255,.3)}.meta-item svg{width:18px;height:18px;color:#2563eb;flex-shrink:0}.meta-item span{font-weight:600;color:#1f2937;font-size:.9rem;white-space:nowrap}.back-link{display:flex;align-items:center;gap:.75rem;color:#1f2937;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.back-link:hover{color:#2563eb;transform:translateX(-2px)}.back-link:hover svg{color:#2563eb;transform:translateX(-2px)}.back-link svg{width:18px;height:18px;color:#6b7280;transition:all .3s cubic-bezier(.4,0,.2,1);flex-shrink:0}.back-link span{font-weight:600;font-size:.9rem}.no-articles{display:flex;flex-direction:column;align-items:center;text-align:center;padding:4rem 2rem;background:rgba(255,255,255,.7);backdrop-filter:blur(20px);border-radius:24px;border:1px solid rgba(255,255,255,.3);box-shadow:0 8px 32px rgba(0,0,0,8%)}.no-articles__icon{width:80px;height:80px;background:linear-gradient(135deg,rgba(37,99,235,.1),rgba(6,182,212,.1));border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:2rem}.no-articles__icon svg{width:36px;height:36px;color:#2563eb}.no-articles h3{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.no-articles p{color:#6b7280;font-size:1.1rem;line-height:1.5;margin-bottom:2rem;max-width:400px}.no-articles .button{margin-top:1rem}.blog-category-hero{background:linear-gradient(135deg,rgba(37,99,235,8%) 0%,rgba(6,182,212,6%) 30%,rgba(139,92,246,8%) 70%,rgba(37,99,235,5%) 100%);min-height:80vh;padding:8rem 2rem 6rem;position:relative;overflow:hidden}@media(max-width:768px){.blog-category-hero{padding:6rem 1rem 4rem;min-height:auto}}.category-hero__container{max-width:1200px;margin:0 auto;position:relative;z-index:10}.category-hero__content{display:grid;grid-template-columns:2fr 1fr;gap:6rem;align-items:start}@media(max-width:1024px){.category-hero__content{grid-template-columns:1fr;gap:4rem}}.category-hero__main{display:flex;flex-direction:column;gap:3rem}.category-breadcrumb{display:flex;align-items:center;gap:.75rem;font-size:.95rem;margin-bottom:1rem}.category-breadcrumb .breadcrumb-link{display:flex;align-items:center;gap:.5rem;color:#2563eb;text-decoration:none;font-weight:500;transition:all .3s ease}.category-breadcrumb .breadcrumb-link:hover{color:#1d4ed8;transform:translateX(-2px)}.category-breadcrumb .breadcrumb-link svg{width:16px;height:16px}.category-breadcrumb .breadcrumb-separator{color:#6b7280;font-weight:500;display:flex;align-items:center;justify-content:center;height:16px;line-height:1}.category-breadcrumb .breadcrumb-separator svg{width:14px;height:14px;opacity:.6}.category-breadcrumb .breadcrumb-current{color:#1f2937;font-weight:600}.category-hero__header{display:flex;align-items:flex-start;gap:2rem}@media(max-width:568px){.category-hero__header{flex-direction:column;align-items:center;text-align:center;gap:1.5rem}}.category-icon{flex-shrink:0;width:80px;height:80px;background:linear-gradient(135deg,#2563eb,#06b6d4);border-radius:20px;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px rgba(37,99,235,.3);transition:all .3s cubic-bezier(.4,0,.2,1)}.category-icon:hover{transform:translateY(-4px)scale(1.05);box-shadow:0 12px 32px rgba(37,99,235,.4)}.category-icon svg{width:36px;height:36px;color:#fff}@media(max-width:568px){.category-icon{width:70px;height:70px}.category-icon svg{width:32px;height:32px}}.category-title-section{flex:1}.category-title{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1rem;background:linear-gradient(135deg,#2563eb,#8b5cf6,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(max-width:768px){.category-title{font-size:2.5rem}}@media(max-width:568px){.category-title{font-size:2rem}}.category-description{font-size:1.25rem;color:#6b7280;line-height:1.6;margin:0;max-width:600px}@media(max-width:568px){.category-description{font-size:1.1rem}}.category-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media(max-width:568px){.category-stats{gap:1rem}}.stat-item{background:rgba(255,255,255,.8);backdrop-filter:blur(20px);padding:2rem 1.5rem;border-radius:16px;text-align:center;box-shadow:0 8px 24px rgba(0,0,0,8%);border:1px solid rgba(255,255,255,.3);transition:all .3s cubic-bezier(.4,0,.2,1)}.stat-item:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.12);background:rgba(255,255,255,.95)}@media(max-width:568px){.stat-item{padding:1.5rem 1rem}}.stat-number{font-size:2.5rem;font-weight:800;color:#2563eb;line-height:1;margin-bottom:.5rem}@media(max-width:568px){.stat-number{font-size:2rem}}.stat-label{font-size:.9rem;color:#6b7280;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.category-actions{display:flex;gap:1rem;flex-wrap:wrap}@media(max-width:568px){.category-actions{justify-content:center}}.category-actions .button{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1)}.category-actions .button svg{width:18px;height:18px}.category-actions .button:hover{transform:translateY(-2px)}@media(max-width:568px){.category-actions .button{padding:.875rem 1.5rem;font-size:.95rem}}.category-hero__sidebar{display:flex;flex-direction:column;gap:2rem}@media(max-width:1024px){.category-hero__sidebar{order:-1}}.latest-article-preview{background:rgba(255,255,255,.9);backdrop-filter:blur(20px);border-radius:20px;padding:2rem;box-shadow:0 12px 32px rgba(0,0,0,.1);border:1px solid rgba(255,255,255,.3);transition:all .3s cubic-bezier(.4,0,.2,1)}.latest-article-preview:hover{transform:translateY(-4px);box-shadow:0 16px 40px rgba(0,0,0,.15)}.preview-label{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;font-size:.9rem;font-weight:600;color:#2563eb;text-transform:uppercase;letter-spacing:.05em}.preview-label svg{width:16px;height:16px}.preview-card{border-radius:12px;overflow:hidden;background:rgba(255,255,255,.7);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.preview-image{height:150px;overflow:hidden;position:relative}.preview-image img{width:100%;height:100%;object-fit:cover;transition:all .3s cubic-bezier(.4,0,.2,1)}.preview-image:hover img{transform:scale(1.05)}.preview-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#2563eb,#06b6d4);display:flex;align-items:center;justify-content:center}.preview-placeholder svg{width:32px;height:32px;color:#fff}.preview-content{padding:1.5rem}.preview-meta{margin-bottom:1rem}.preview-date{font-size:.85rem;color:#6b7280;font-weight:500}.preview-title{font-size:1.1rem;font-weight:600;color:#1f2937;line-height:1.3;margin-bottom:.75rem}.preview-excerpt{font-size:.9rem;color:#6b7280;line-height:1.5;margin-bottom:1rem}.preview-link{display:inline-flex;align-items:center;gap:.5rem;color:#2563eb;text-decoration:none;font-weight:600;font-size:.9rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.preview-link:hover{color:#1d4ed8;transform:translateX(4px)}.preview-link svg{width:16px;height:16px}.related-categories{background:rgba(255,255,255,.8);backdrop-filter:blur(20px);border-radius:16px;padding:2rem;box-shadow:0 8px 24px rgba(0,0,0,8%);border:1px solid rgba(255,255,255,.3)}.related-categories h4{font-size:1.1rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.related-tags{display:flex;flex-wrap:wrap;gap:.75rem}.related-tag{background:rgba(37,99,235,.1);color:#2563eb;padding:.5rem 1rem;border-radius:20px;text-decoration:none;font-size:.85rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid rgba(37,99,235,.2)}.related-tag:hover{background:#2563eb;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(37,99,235,.3)}.section-header{text-align:center;margin-bottom:3rem;display:flex;flex-direction:column;align-items:center}.section-header .gradient-title{margin-bottom:1rem}.section-header .section-subtitle{font-size:1.1rem;color:#6b7280;margin:0}@media(max-width:768px){.blog-hero__meta{gap:1rem;justify-content:center}.meta-item{padding:.6rem 1rem;font-size:.85rem}.meta-item svg{width:16px;height:16px}.no-articles{padding:3rem 1.5rem}.no-articles__icon{width:60px;height:60px;margin-bottom:1.5rem}.no-articles__icon svg{width:28px;height:28px}.no-articles h3{font-size:1.25rem}.no-articles p{font-size:1rem}.category-stats{grid-template-columns:1fr;gap:1rem}.latest-article-preview,.related-categories{padding:1.5rem}.preview-card .preview-image{height:120px}.preview-card .preview-content{padding:1rem}}@media(max-width:768px){.hero{padding:8rem 2rem 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}.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}.how-it-works{border-radius:0!important;margin-left:0!important;margin-right:0!important}.nav{padding:1rem 0}.nav__links{display:none}.features__grid,.countries__grid,.pricing__cards{grid-template-columns:1fr}.steps{grid-template-columns:1fr;gap:2rem}.mobile-nav-button{display:flex}.pricing-card--highlight{transform:none}.extension-info__content{grid-template-columns:1fr;gap:2rem}.extension-info__cta{flex-direction:column;align-items:center}.country-banks{gap:1rem}.bank-logo{width:40px;height:40px;font-size:1rem}.extension-comparison{gap:1rem}.comparison-item{min-width:auto;padding:1rem}.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}.hero__image-container{border-radius:1.5rem}.hero__image img{border-radius:1.5rem}}@media(max-width:480px){.hero{padding:6rem 1rem 3rem}.hero__cta .button{font-size:.85rem;padding:.9rem .8rem;min-height:2.75rem}.hero__stats{margin-top:2rem;gap:.25rem}.stat{padding:.5rem .25rem}.stat strong{margin-bottom:.1rem}.stat strong{font-size:1.25rem}.stat span{font-size:.8rem}}