.main{display:flex;flex-direction:column;min-height:100vh;width:80%;margin:auto}.container{width:100%;margin-left:auto;margin-right:auto}.header{position:sticky;top:0;z-index:40;background:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid #e2e8f0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.header-container{display:flex;justify-content:space-between;align-items:center;height:64px;width:80%}.header-flex{display:flex;justify-content:space-between;align-items:center;width:100%}.logo-link{display:flex;gap:12px;align-items:center;text-decoration:none;cursor:pointer}.logo-icon{width:40px;height:40px;background:linear-gradient(90deg,#6366f1,#0ea5e9,#10b981);border-radius:12px;display:flex;justify-content:center;align-items:center;color:#fff;font-weight:600;font-size:1.25rem;-webkit-user-select:none;user-select:none}.logo-text{display:none}@media(min-width:640px){.logo-text{display:block}}.logo-name{font-weight:600}.logo-sub{font-size:.75rem;color:#64748b;margin-top:-4px;-webkit-user-select:none;user-select:none}.nav-desktop{display:none;gap:24px;align-items:center;font-size:.875rem;color:#64748b}@media(min-width:768px){.nav-desktop{display:flex}}.nav-link{text-decoration:none;color:inherit;cursor:pointer}.nav-link:hover{color:#111827}.nav-contact-btn{padding:8px 16px;background-color:#4f46e5;color:#fff;border-radius:6px;box-shadow:0 1px 3px #0000001a;text-decoration:none;font-weight:600;cursor:pointer;border:none}.nav-contact-btn:hover{opacity:.95}.nav-mobile{display:block}@media(min-width:768px){.nav-mobile{display:none}}.menu-btn{padding:8px;background:#f8fafc;border:1px solid #cbd5e1;border-radius:6px;cursor:pointer}.menu-icon{width:20px;height:20px;color:#64748b}.hero-section{position:relative;overflow:hidden;padding:64px 0 112px;display:flex;gap:48px;align-items:center;justify-content:space-between}@media(min-width:1024px){.hero-section{grid-template-columns:1fr 1fr}}.hero-container{margin-left:auto;margin-right:auto;display:flex;grid-template-columns:1fr;gap:48px;align-items:center;justify-content:space-between}.hero-content{width:56%}@media(min-width:1024px){.hero-container{grid-template-columns:1fr 1fr}}.badge{font-size:.75rem;padding:4px 12px;border-radius:9999px;background-color:#d1fae5;color:#047857;font-weight:500;display:inline-block;-webkit-user-select:none;user-select:none}.hero-title{margin-top:24px;font-weight:800;font-size:2rem;line-height:1.2}@media(min-width:640px){.hero-title{font-size:2.25rem}}@media(min-width:1024px){.hero-title{font-size:3rem}}.hero-text{margin-top:16px;max-width:420px;color:#475569;-webkit-user-select:none;user-select:none}.hero-buttons{margin-top:24px;display:flex;gap:12px}.btn-primary{display:inline-flex;gap:8px;padding:12px 20px;background-color:#4f46e5;color:#fff;border-radius:12px;box-shadow:0 6px 12px #4f46e54d;font-weight:600;text-decoration:none;cursor:pointer;-webkit-user-select:none;user-select:none}.btn-primary:hover{box-shadow:0 8px 18px #4f46e580}.btn-secondary{display:inline-flex;gap:8px;padding:12px 20px;border:1px solid #94a3b8;border-radius:12px;color:#475569;text-decoration:none;-webkit-user-select:none;user-select:none;cursor:pointer}.hero-features{margin-top:32px;display:grid;grid-template-columns:repeat(2,1fr);gap:12px;color:#64748b;font-size:.875rem;-webkit-user-select:none;user-select:none}.feature-item{display:flex;gap:12px;align-items:center}.feature-icon{background-color:#f1f5f9;width:36px;height:36px;border-radius:9999px;display:flex;justify-content:center;align-items:center;font-size:18px}.feature-title{font-weight:600;margin-bottom:2px}.feature-subtitle{font-size:.75rem;color:#94a3b8}.hero-card-group{position:relative;width:34%;height:260px;justify-self:end;display:block}.shadow-blob{position:absolute;top:-56px;left:-64px;width:288px;height:288px;border-radius:9999px;background:linear-gradient(90deg,#e0e7ff,#bae6fd);opacity:.8;filter:blur(24px);z-index:0}.card-mock{width:220px;height:130px;border-radius:14px;padding:16px;box-shadow:0 8px 30px #0206171f;position:absolute;color:#fff;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;z-index:1;display:flex;flex-direction:column}.card-1{background:linear-gradient(90deg,#4f46e5,#0ea5e9);left:0;top:24px;transform:rotate(6deg)}.card-2{background:#fff;color:#475569;left:48px;top:112px;transform:rotate(-2deg);box-shadow:0 4px 15px #0000001a}.card-3{background:linear-gradient(90deg,#34d399,#2dd4bf);left:160px;top:32px;transform:rotate(3deg)}.card-header{display:flex;justify-content:space-between;font-size:12px}.card-name{margin-top:24px;font-weight:600;font-size:18px}.card-details{margin-top:10px;font-size:12px;font-weight:500}.card-bank{font-size:12px;color:#64748b;font-weight:600}.invisible-img{visibility:hidden;width:0;height:0}@keyframes floaty{0%{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-12px) rotate(2deg)}to{transform:translateY(0) rotate(-2deg)}}.floaty{animation:floaty 4.5s ease-in-out infinite}.bank-cards-section>h2{font-size:1.5rem;font-weight:700}.bank-card-container{display:flex;flex-wrap:wrap;justify-content:center;gap:24px;padding:0;margin-top:24px}.section-description{margin-top:8px;color:#64748b;max-width:520px;font-size:14px}.bank-card-list{width:32%}.card-container{background:#fff;padding:32px;border-radius:24px;box-shadow:0 8px 30px #0206171f;text-align:center;margin-bottom:48px}.card-image{width:100%;max-width:280px;border-radius:24px;margin-bottom:24px;box-shadow:0 4px 18px #0000001a}.card-title{font-size:1.875rem;font-weight:700;margin-bottom:16px}.purple{color:#7c3aed}.indigo{color:#4338ca}.pink{color:#db2777}.green{color:#16a34a}.card-benefits{max-width:320px;margin:24px auto;text-align:left;color:#475569;font-size:14px;font-weight:500}.benefit-item{display:flex;align-items:center;gap:12px;margin-bottom:16px}.benefit-icon{flex-shrink:0;width:20px;height:20px;stroke-width:2}.benefit-icon.purple{color:#a78bfa}.benefit-icon.indigo{color:#8b5cf6}.benefit-icon.pink{color:#f43f5e}.benefit-icon.green{color:#34d399}.btn-purple,.btn-indigo,.btn-pink,.btn-green{width:100%;max-width:200px;padding:12px 24px;font-weight:600;border-radius:24px;border:none;cursor:pointer;color:#fff;margin:0 auto;transition:background-color .3s ease}.btn-purple{background-color:#7c3aed}.btn-purple:hover{background-color:#6d28d9}.btn-indigo{background-color:#4338ca}.btn-indigo:hover{background-color:#312e81}.btn-pink{background-color:#db2777}.btn-pink:hover{background-color:#be185d}.btn-green{background-color:#16a34a}.btn-green:hover{background-color:#15803d}.features-section{background-color:#f8fafc;padding:48px 0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.features-container{margin:0 auto}.features-section h2{font-size:1.5rem;font-weight:700;margin-bottom:8px}.features-description{color:#64748b;max-width:540px;margin:0 auto 32px}.text-center{text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px}.features-grid{display:grid;grid-template-columns:1fr;gap:24px}@media(min-width:640px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.features-grid{grid-template-columns:repeat(4,1fr)}}.feature-box{background:#fff;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a;text-align:center;padding:24px 16px;border-radius:12px}.feature-emoji{font-size:2rem;-webkit-user-select:none;user-select:none}.feature-box h4{margin-top:12px;font-weight:600}.feature-box p{margin-top:8px;color:#64748b;font-size:14px}.testimonial-section{padding:48px 0}.testimonial-container{margin:0 auto}.testimonial-section h2{font-size:1.5rem;font-weight:700;margin-bottom:8px}.testimonial-section p{color:#64748b;max-width:600px;margin:0 auto 32px}.testimonial-grid{display:grid;gap:24px}@media(min-width:768px){.testimonial-grid{grid-template-columns:repeat(3,1fr)}}.testimonial{background:#fff;border:1px solid #e2e8f0;padding:24px;border-radius:12px;font-size:14px;color:#475569}.testimonial-name{font-weight:600}.faq-section{background-color:#f8fafc;padding:48px 0}.faq-container{margin:0 auto;padding:0 48px;width:60%}.faq-section h2{font-size:1.5rem;font-weight:700;margin-bottom:24px}.faq-list{display:flex;flex-direction:column;gap:16px}.faq-item{background:#fff;border:1px solid #e2e8f0;padding:24px;border-radius:12px}.faq-item summary{font-weight:600;cursor:pointer;font-size:1rem}.faq-item p{margin-top:8px;font-size:.875rem;color:#64748b}.cta-section{padding:48px 24px;text-align:center}.cta-box{background:linear-gradient(90deg,#4f46e5,#2dd4bf);padding:40px;border-radius:24px;box-shadow:0 10px 30px #00000026;color:#fff}.cta-box h3{font-size:1.5rem;font-weight:700}.cta-box p{margin-top:8px;font-weight:500}.btn-cta{margin-top:24px;background:#fff;color:#4338ca;padding:12px 36px;font-weight:600;border-radius:12px;text-decoration:none;display:inline-block;cursor:pointer}.footer-section{background:#fff;border-top:1px solid #e2e8f0;margin-top:32px;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.footer-container{max-width:1120px;margin:0 auto;padding:40px 24px;display:grid;grid-template-columns:1fr;gap:32px}@media(min-width:768px){.footer-container{grid-template-columns:repeat(3,1fr)}}.footer-logo{font-weight:700;font-size:1.125rem;margin-bottom:8px}.footer-section p{color:#64748b;font-size:.875rem}.footer-support{font-weight:600;margin-bottom:8px}.footer-link{color:#64748b;font-size:.875rem;text-decoration:none}.footer-link:hover{text-decoration:underline}.footer-copy{text-align:center;font-size:.75rem;color:#64748b;padding-bottom:24px;-webkit-user-select:none;user-select:none}@media(max-width:1500px){.main{width:90%;padding:0 16px}.hero-content{width:54%}.hero-card-group{width:42%}}@media(max-width:960px){.hero-container{flex-direction:column}.hero-content{width:100%}.hero-card-group{margin:auto}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.overlay{background:#000000a3;position:fixed;inset:0;z-index:9998;align-items:center;justify-content:center;display:flex}.spinner{animation:rotate 1s linear infinite;background:#00bc9a;border-radius:50%;height:36px;width:36px;position:relative}.spinner:before,.spinner:after{content:"";position:absolute}.spinner:before{border-radius:50%;background:linear-gradient(0deg,#fff 50%,#ffffffe6) 0% 0%,linear-gradient(90deg,#ffffffe6,#fff9) 100% 0%,linear-gradient(180deg,#fff9,#ffffff4d) 100% 100%,linear-gradient(360deg,#ffffff4d,#fff0) 0% 100%;background-repeat:no-repeat;background-size:50% 50%;inset:-1px}.spinner:after{background:#fff;border-radius:50%;inset:8%}
