@import "https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&family=Outfit:wght@300;400;500;600;700;800&display=swap";
.landing-page{--bg-color:#0a0f1d;--card-bg:#ffffff08;--card-border:#ffffff14;--card-hover-bg:#ffffff0f;--card-hover-border:#00f2fe66;--text-primary:#f8fafc;--text-secondary:#94a3b8;--accent-blue:#00f2fe;--accent-purple:#9b51e0;--gradient-primary:linear-gradient(135deg,#00f2fe 0%,#4facfe 100%);--gradient-purple:linear-gradient(135deg,#9b51e0 0%,#e0c3fc 100%);--gradient-dark:linear-gradient(180deg,#13192e 0%,#0a0f1d 100%);--font-heading:"Outfit","Noto Sans KR",sans-serif;--font-body:"Noto Sans KR","Outfit",sans-serif;--transition-smooth:all .3s cubic-bezier(.4,0,.2,1);--container-max:1200px;--container-padding-x:2rem;--section-padding-top:8rem;--section-padding-bottom:5rem;background-color:var(--bg-color);color:var(--text-primary);font-family:var(--font-body);background-image:radial-gradient(circle at 10% 20%,#00f2fe0d 0%,#0000 40%),radial-gradient(circle at 90% 80%,#9b51e00d 0%,#0000 40%);min-height:100vh;line-height:1.6;overflow-x:hidden}.landing-page *,.landing-page :before,.landing-page :after{box-sizing:border-box;margin:0;padding:0}.landing-page button.option-card{text-align:left;cursor:pointer;width:100%;font:inherit;color:inherit;background:0 0;border:none}.landing-page header{z-index:1000;-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--card-border);background:#0a0f1dbf;width:100%;position:fixed;top:0;left:0}.landing-page .page-container{width:100%;max-width:var(--container-max);padding-left:var(--container-padding-x);padding-right:var(--container-padding-x);margin-left:auto;margin-right:auto}.landing-page .nav-container{max-width:var(--container-max);padding:1rem var(--container-padding-x);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.landing-page .logo{font-family:var(--font-heading);letter-spacing:-.5px;flex-shrink:0;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:800;text-decoration:none;display:flex}.landing-page .logo span{color:var(--text-primary);-webkit-text-fill-color:var(--text-primary);font-weight:300}.landing-page .logo-img{border-radius:12px;width:52px;height:52px;display:block;box-shadow:0 10px 22px #0000004d,0 0 18px #5fe6e61f}.landing-page .logo-img--footer{border-radius:16px;width:64px;height:64px}.landing-page .nav-menu{gap:2rem;list-style:none;display:flex}.landing-page .nav-item a{color:var(--text-secondary);font-weight:500;font-family:var(--font-heading);transition:var(--transition-smooth);padding:.5rem 0;font-size:.95rem;text-decoration:none;position:relative}.landing-page .nav-item a:hover,.landing-page .nav-item.active a{color:var(--text-primary)}.landing-page .nav-item a:after{content:"";background:var(--gradient-primary);width:0;height:2px;transition:var(--transition-smooth);position:absolute;bottom:0;left:0}.landing-page .nav-item a:hover:after,.landing-page .nav-item.active a:after{width:100%}.landing-page .nav-btn{background:var(--gradient-primary);color:#000;font-weight:700;font-family:var(--font-heading);transition:var(--transition-smooth);border-radius:50px;padding:.6rem 1.5rem;font-size:.9rem;text-decoration:none;box-shadow:0 0 15px #00f2fe4d}.landing-page .nav-btn:hover{color:#000;transform:translateY(-2px);box-shadow:0 0 25px #00f2fe80}.landing-page .nav-actions{align-items:center;gap:.75rem;display:flex}.landing-page .nav-btn-outline{color:var(--text-primary);border:1px solid var(--card-border);box-shadow:none;background:0 0}.landing-page .nav-btn-outline:hover{color:var(--text-primary);box-shadow:none;background:#ffffff0f}.landing-page section{width:100%;max-width:var(--container-max);padding:var(--section-padding-top)var(--container-padding-x)var(--section-padding-bottom);margin:0 auto;scroll-margin-top:88px}.landing-page .section-band{width:100%;max-width:none;padding:var(--section-padding-top)0 var(--section-padding-bottom);border-top:1px solid var(--card-border);background:#ffffff03;margin:0}.landing-page .section-band--bordered-bottom{border-bottom:1px solid var(--card-border)}.landing-page .section-band>.page-container{padding-left:var(--container-padding-x);padding-right:var(--container-padding-x)}.landing-page .section-title-wrap{text-align:center;margin-bottom:4rem}.landing-page .badge{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:1px;color:var(--accent-blue);background:#00f2fe1a;border:1px solid #00f2fe33;border-radius:50px;margin-bottom:1rem;padding:.35rem 1rem;font-size:.75rem;font-weight:700;display:inline-block}.landing-page .badge.purple{color:#c084fc;background:#9b51e01a;border:1px solid #9b51e033}.landing-page .section-title{font-family:var(--font-heading);margin-bottom:1rem;font-size:2.5rem;font-weight:800;line-height:1.2}.landing-page .section-subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.05rem}.landing-page .glass-card{background:var(--card-bg);border:1px solid var(--card-border);-webkit-backdrop-filter:blur(10px);transition:var(--transition-smooth);border-radius:16px;padding:2.5rem}.landing-page .glass-card:hover{background:var(--card-hover-bg);border-color:var(--card-hover-border);transform:translateY(-5px);box-shadow:0 10px 30px #00f2fe0d}.landing-page .hero{justify-content:space-between;align-items:center;gap:3rem;min-height:90vh;padding-top:8rem;display:flex}.landing-page .hero-content{flex:1}.landing-page .hero-title{font-family:var(--font-heading);margin-bottom:1.5rem;font-size:3.8rem;font-weight:800;line-height:1.1}.landing-page .hero-title span{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.landing-page .hero-desc{color:var(--text-secondary);max-width:540px;margin-bottom:2.5rem;font-size:1.15rem}.landing-page .hero-actions{grid-template-columns:repeat(2,minmax(180px,220px));align-items:center;gap:.9rem;width:fit-content;max-width:100%;display:grid}.landing-page .btn-primary{background:var(--gradient-primary);color:#000;min-height:52px;font-weight:700;font-family:var(--font-heading);text-align:center;white-space:nowrap;transition:var(--transition-smooth);cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;padding:.85rem 1.45rem;text-decoration:none;display:inline-flex;box-shadow:0 0 20px #00f2fe59}.landing-page .btn-primary:hover{transform:translateY(-3px);box-shadow:0 0 30px #00f2fe8c}.landing-page .btn-secondary{color:var(--text-primary);min-height:52px;font-weight:600;font-family:var(--font-heading);text-align:center;white-space:nowrap;border:1px solid var(--card-border);transition:var(--transition-smooth);background:0 0;border-radius:8px;justify-content:center;align-items:center;padding:.85rem 1.45rem;text-decoration:none;display:inline-flex}.landing-page .btn-secondary:hover{border-color:var(--text-primary);background:#ffffff0d;transform:translateY(-3px)}.landing-page .btn-download{color:#dffcff;background:#00f2fe14;border-color:#00f2fe59;box-shadow:inset 0 0 0 1px #ffffff05}.landing-page .btn-download:hover{background:#00f2fe24;border-color:#00f2feb3;box-shadow:0 12px 28px #00f2fe1f}.landing-page .hero-image{flex:1;justify-content:center;align-items:center;display:flex;position:relative}.landing-page .hero-image-container{background:linear-gradient(135deg,#00f2fe33 0%,#9b51e033 100%);border-radius:24px;width:100%;max-width:500px;padding:10px;box-shadow:0 20px 50px #0000004d}.landing-page .hero-image-container img{object-fit:cover;border-radius:16px;width:100%;display:block}.landing-page .egdesk-collapse-banner{border-bottom:1px solid var(--card-border);background:#090d22;width:100%;max-width:none;margin:0;padding:4rem 0 0;scroll-margin-top:0}.landing-page .egdesk-collapse-banner>div{width:100%;border-radius:0!important}.landing-page .feature-row{align-items:center;gap:4rem;margin-bottom:6rem;display:flex}.landing-page .feature-row.reverse{flex-direction:row-reverse}.landing-page .feature-info{flex:1.2}.landing-page .feature-visual{flex:1;justify-content:center;display:flex}.landing-page .feature-img-card{background:var(--card-bg);border:1px solid var(--card-border);width:100%;transition:var(--transition-smooth);border-radius:20px;padding:1.5rem;box-shadow:0 15px 35px #0003}.landing-page .feature-img-card:hover{border-color:#9b51e04d;box-shadow:0 15px 40px #9b51e01a}.landing-page .feature-img-card img{border-radius:10px;width:100%;height:auto;display:block}.landing-page .feature-title{font-family:var(--font-heading);margin-bottom:1.5rem;font-size:2rem;font-weight:700}.landing-page .feature-title span{background:var(--gradient-purple);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.landing-page .feature-list{list-style:none}.landing-page .feature-list-item{align-items:flex-start;gap:.8rem;margin-bottom:1.2rem;display:flex}.landing-page .feature-list-item:before{content:"✦";color:var(--accent-blue);margin-top:.2rem;font-size:1.1rem;font-weight:700;line-height:1}.landing-page .feature-list-item strong{color:var(--text-primary);margin-bottom:.2rem;display:block}.landing-page .feature-list-item p{color:var(--text-secondary);font-size:.95rem}.landing-page .lineup-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-bottom:5rem;display:grid}.landing-page .lineup-card{flex-direction:column;height:100%;display:flex}.landing-page .lineup-img-holder{background:#00000040;border:1px solid #ffffff05;border-radius:12px;justify-content:center;align-items:center;height:220px;margin-bottom:1.5rem;padding:1.5rem;display:flex}.landing-page .lineup-img-holder img{object-fit:contain;max-width:100%;max-height:100%;transition:var(--transition-smooth);filter:drop-shadow(0 10px 20px #00000080)}.landing-page .lineup-card:hover .lineup-img-holder img{transform:translateY(-5px)scale(1.03)}.landing-page .lineup-name{font-family:var(--font-heading);margin-bottom:.5rem;font-size:1.45rem;font-weight:800}.landing-page .lineup-desc{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.9rem}.landing-page .spec-chips-container{border-top:1px solid var(--card-border);flex-direction:column;gap:.5rem;margin-bottom:1.5rem;padding-top:1.2rem;display:flex}.landing-page .spec-chip{transition:var(--transition-smooth);background:#ffffff05;border:1px solid #ffffff0a;border-radius:8px;align-items:center;padding:.6rem .8rem;font-size:.85rem;display:flex}.landing-page .spec-chip:hover{background:#ffffff0a;border-color:#00f2fe33}.landing-page .spec-chip-label{font-family:var(--font-heading);color:var(--accent-blue);letter-spacing:.5px;flex-shrink:0;width:50px;font-size:.75rem;font-weight:700}.landing-page .spec-chip-label.purple{color:#c084fc}.landing-page .spec-chip-value{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-weight:400;overflow:hidden}.landing-page .price-tag-wrap{border-top:1px dashed var(--card-border);flex-direction:column;flex-grow:1;justify-content:flex-end;gap:.2rem;margin:1rem 0 1.5rem;padding-top:1rem;display:flex}.landing-page .original-price-wrap{color:var(--text-secondary);align-items:center;gap:.5rem;font-size:.85rem;display:flex}.landing-page .original-price{text-decoration:line-through}.landing-page .discount-badge{color:#ff4757;font-weight:700}.landing-page .final-price{font-family:var(--font-heading);color:var(--accent-blue);font-size:1.55rem;font-weight:800}.landing-page .lineup-footer{border-top:1px solid var(--card-border);justify-content:space-between;align-items:center;padding-top:1.2rem;display:flex}.landing-page .lineup-link{color:var(--text-primary);align-items:center;gap:.3rem;font-size:.9rem;font-weight:700;text-decoration:none;display:flex}.landing-page .lineup-link:after{content:"→";transition:var(--transition-smooth)}.landing-page .lineup-link:hover:after{transform:translate(4px)}.landing-page .banking-ai-section{background:linear-gradient(#9b51e00a 0%,#00f2fe05 100%)}.landing-page .banking-ai-container{grid-template-columns:minmax(0,.9fr) minmax(320px,1.1fr);align-items:center;gap:3rem;display:grid}.landing-page .banking-ai-copy .section-title{margin-bottom:1.25rem}.landing-page .banking-ai-heading-mark{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.landing-page .banking-ai-heading-mark .badge{margin-bottom:0}.landing-page .banking-ai-icon{border-radius:18px;width:72px;height:72px;box-shadow:0 18px 34px #00000059,0 0 24px #5fe6e629}.landing-page .banking-ai-copy .section-title span{background:var(--gradient-purple);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.landing-page .banking-ai-copy .section-subtitle{max-width:560px;margin-left:0}.landing-page .banking-ai-actions{flex-wrap:wrap;gap:1rem;margin-top:2rem;display:flex}.landing-page .banking-ai-panel{position:relative;overflow:hidden}.landing-page .banking-ai-panel:before{content:"";pointer-events:none;background:linear-gradient(135deg,#00f2fe14,#9b51e01a);position:absolute;inset:0}.landing-page .banking-ai-panel>*{z-index:1;position:relative}.landing-page .banking-ai-panel-header{border-bottom:1px solid var(--card-border);justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:2rem;padding-bottom:1.4rem;display:flex}.landing-page .banking-ai-panel-header strong{font-family:var(--font-heading);font-size:1.45rem;line-height:1.25}.landing-page .banking-ai-status{color:var(--accent-blue);font-family:var(--font-heading);letter-spacing:1px;text-transform:uppercase;white-space:nowrap;font-size:.75rem;font-weight:800}.landing-page .banking-ai-feature-grid{gap:1rem;display:grid}.landing-page .banking-ai-feature{background:#0000002e;border:1px solid #ffffff0f;border-radius:12px;grid-template-columns:48px 1fr;align-items:flex-start;gap:1rem;padding:1.1rem;display:grid}.landing-page .banking-ai-feature-icon{width:48px;height:48px;color:var(--accent-blue);font-family:var(--font-heading);background:#00f2fe1a;border:1px solid #00f2fe38;border-radius:12px;justify-content:center;align-items:center;font-weight:800;display:inline-flex}.landing-page .banking-ai-feature strong{color:var(--text-primary);margin-bottom:.3rem;font-size:1.02rem;display:block}.landing-page .banking-ai-feature p{color:var(--text-secondary);font-size:.93rem}.landing-page .banking-ai-tags{flex-wrap:wrap;gap:.6rem;margin-top:1.6rem;display:flex}.landing-page .banking-ai-tags span{color:#c084fc;background:#9b51e01a;border:1px solid #9b51e02e;border-radius:999px;padding:.45rem .75rem;font-size:.82rem;font-weight:700}.landing-page .banking-product-hero{grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);align-items:center;gap:3rem;min-height:82vh;padding-top:8rem;display:grid}.landing-page .banking-product-hero-copy .hero-title{max-width:780px}.landing-page .banking-product-hero-copy .hero-desc{max-width:680px}.landing-page .banking-product-summary{flex-direction:column;justify-content:center;gap:1.5rem;min-height:360px;display:flex}.landing-page .banking-product-summary strong{font-family:var(--font-heading);font-size:1.8rem;line-height:1.25}.landing-page .banking-product-checklist{gap:.85rem;list-style:none;display:grid}.landing-page .banking-product-checklist li{color:var(--text-secondary);background:#0000002e;border:1px solid #ffffff0f;border-radius:10px;padding:.85rem 1rem}.landing-page .banking-product-checklist li:before{content:"✓";color:var(--accent-blue);margin-right:.55rem;font-weight:800}.landing-page .banking-product-feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.landing-page .banking-product-card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;display:grid}.landing-page .banking-product-card{height:100%}.landing-page .banking-product-card h3,.landing-page .banking-faq-item h3{font-family:var(--font-heading);margin-bottom:.7rem;font-size:1.2rem}.landing-page .banking-product-card p,.landing-page .banking-faq-item p{color:var(--text-secondary);font-size:.95rem}.landing-page .banking-demo-layout{grid-template-columns:minmax(0,1fr) minmax(280px,420px);align-items:center;gap:2rem;display:grid}.landing-page .banking-demo-layout .section-subtitle{margin-left:0}.landing-page .banking-demo-card{flex-direction:column;gap:.75rem;text-decoration:none;display:flex}.landing-page .banking-demo-card span{color:var(--accent-blue);font-family:var(--font-heading);text-transform:uppercase;letter-spacing:1px;font-size:.8rem;font-weight:800}.landing-page .banking-demo-card strong{color:var(--text-primary);font-family:var(--font-heading);font-size:1.35rem;line-height:1.3}.landing-page .banking-faq-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;display:grid}.landing-page .compare-container{text-align:center;width:100%}.landing-page .compare-img-box{background:var(--card-bg);border:1px solid var(--card-border);border-radius:20px;padding:2rem;overflow:hidden;box-shadow:0 20px 40px #0000004d}.landing-page .compare-img-box img{border-radius:8px;width:100%;height:auto;display:block}.landing-page .detail-layout{grid-template-columns:280px 1fr;gap:3rem;margin-top:2rem;display:grid}.landing-page .tab-list{flex-direction:column;gap:.8rem;list-style:none;display:flex}.landing-page .tab-btn{background:var(--card-bg);border:1px solid var(--card-border);width:100%;color:var(--text-secondary);font-family:var(--font-heading);text-align:left;cursor:pointer;transition:var(--transition-smooth);border-radius:12px;justify-content:space-between;align-items:center;padding:1.2rem;font-size:1rem;font-weight:700;display:flex}.landing-page .tab-btn:hover{color:var(--text-primary);background:#ffffff0d;border-color:#00f2fe33}.landing-page .tab-btn.active{border-color:var(--accent-blue);color:var(--text-primary);background:linear-gradient(90deg,#00f2fe1a 0%,#9b51e01a 100%);box-shadow:0 0 15px #00f2fe1a}.landing-page .tab-btn.active:after{content:"▶";color:var(--accent-blue);font-size:.8rem}.landing-page .tab-content-panel{animation:.4s fadeIn;display:none}.landing-page .tab-content-panel.active{display:block}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.landing-page .spec-img-card{background:var(--card-bg);border:1px solid var(--card-border);text-align:center;border-radius:20px;padding:2.5rem;box-shadow:0 15px 35px #0000004d}.landing-page .spec-img-card img{border-radius:12px;width:100%;height:auto;display:block}.landing-page .spec-title-info{text-align:left;margin-bottom:2rem}.landing-page .spec-title-info h3{font-family:var(--font-heading);margin-bottom:.5rem;font-size:1.8rem;font-weight:800}.landing-page .spec-title-info p{color:var(--text-secondary);font-size:1rem}.landing-page .option-title{font-family:var(--font-heading);text-align:center;margin-bottom:2rem;font-size:1.8rem;font-weight:700}.landing-page .options-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:5rem;display:grid}.landing-page .option-card{background:var(--card-bg);border:1px solid var(--card-border);text-align:center;cursor:pointer;transition:var(--transition-smooth);border-radius:16px;padding:1.5rem;position:relative;overflow:hidden}.landing-page .option-card:before{content:"";background:var(--gradient-primary);opacity:0;width:100%;height:4px;transition:var(--transition-smooth);position:absolute;top:0;left:0}.landing-page .option-card:hover{border-color:#00f2fe4d;transform:translateY(-5px)}.landing-page .option-card.selected{border-color:var(--accent-blue);background:#00f2fe08;box-shadow:0 10px 25px #00f2fe1a}.landing-page .option-card.selected:before{opacity:1}.landing-page .option-img-holder{background:#0003;border-radius:12px;justify-content:center;align-items:center;height:180px;margin-bottom:1.2rem;padding:1rem;display:flex}.landing-page .option-img-holder img{object-fit:contain;border-radius:8px;max-width:100%;max-height:100%}.landing-page .option-name{font-family:var(--font-heading);margin-bottom:.4rem;font-size:1.1rem;font-weight:700}.landing-page .option-desc{color:var(--text-secondary);margin-bottom:1rem;font-size:.85rem}.landing-page .select-indicator{border:2px solid var(--card-border);width:24px;height:24px;transition:var(--transition-smooth);background:0 0;border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.landing-page .option-card.selected .select-indicator{background:var(--accent-blue);border-color:var(--accent-blue)}.landing-page .option-card.selected .select-indicator:after{content:"✓";color:#000;font-size:.8rem;font-weight:700}.landing-page .accessory-section{background:linear-gradient(#0000 0%,#9b51e008 100%);border:1px solid #9b51e014;border-radius:24px;margin-bottom:2rem;padding:4rem 0}.landing-page .accessory-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;display:grid}.landing-page .accessory-card{text-align:center}.landing-page .accessory-img-box{border:1px solid var(--card-border);background:#0003;border-radius:16px;justify-content:center;align-items:center;height:200px;margin-bottom:1.5rem;padding:1.5rem;display:flex}.landing-page .accessory-img-box img{object-fit:contain;max-width:100%;max-height:100%}.landing-page .accessory-name{font-family:var(--font-heading);margin-bottom:.4rem;font-size:1.15rem;font-weight:700}.landing-page .accessory-desc{color:var(--text-secondary);font-size:.9rem}.landing-page .quote-section{width:100%;max-width:var(--container-max);margin:0 auto var(--section-padding-bottom)auto}.landing-page .banking-contact-section{background:linear-gradient(#9b51e00f,#ffffff08);border-color:#9b51e03d}.landing-page .banking-contact-section:hover{border-color:#9b51e05c;transform:none}.landing-page .form-group-row{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem;display:grid}.landing-page .form-group{flex-direction:column;gap:.5rem;margin-bottom:1.5rem;display:flex}.landing-page .form-label{color:var(--text-primary);font-size:.9rem;font-weight:500}.landing-page .form-input,.landing-page .form-select,.landing-page .form-textarea{border:1px solid var(--card-border);color:var(--text-primary);font-family:var(--font-body);transition:var(--transition-smooth);background:#0003;border-radius:8px;width:100%;padding:.9rem 1.2rem;font-size:.95rem}.landing-page .form-input:focus,.landing-page .form-select:focus,.landing-page .form-textarea:focus{border-color:var(--accent-blue);background:#0000004d;outline:none;box-shadow:0 0 10px #00f2fe26}.landing-page .form-checkbox-group{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;margin-bottom:1.5rem;display:grid}.landing-page .form-checkbox-label{border:1px solid var(--card-border);cursor:pointer;transition:var(--transition-smooth);background:#ffffff05;border-radius:8px;align-items:center;gap:.6rem;padding:.8rem 1rem;font-size:.9rem;display:flex}.landing-page .form-checkbox-label:hover{background:#ffffff0a}.landing-page .form-checkbox-label input{accent-color:var(--accent-blue);width:16px;height:16px}.landing-page .form-submit-btn{width:100%;margin-top:1rem;padding:1.1rem;font-size:1.05rem;font-weight:700}.landing-page .modal-overlay{-webkit-backdrop-filter:blur(8px);z-index:2000;opacity:0;background:#05070ed9;justify-content:center;align-items:center;width:100vw;height:100vh;transition:opacity .3s;display:none;position:fixed;top:0;left:0}.landing-page .modal-overlay.active{opacity:1;display:flex}.landing-page .modal-content{text-align:center;background:#111625;border:1px solid #00f2fe4d;border-radius:20px;width:90%;max-width:500px;padding:3rem 2.5rem;transition:transform .3s;transform:translateY(20px);box-shadow:0 25px 50px #00000080,0 0 30px #00f2fe1a}.landing-page .modal-overlay.active .modal-content{transform:translateY(0)}.landing-page .modal-icon{border:2px solid var(--accent-blue);width:60px;height:60px;color:var(--accent-blue);background:#00f2fe1a;border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.5rem;font-size:1.8rem;animation:2s infinite pulse;display:inline-flex}@keyframes pulse{0%{box-shadow:0 0 #00f2fe66}70%{box-shadow:0 0 0 10px #00f2fe00}to{box-shadow:0 0 #00f2fe00}}.landing-page .modal-title{font-family:var(--font-heading);margin-bottom:1rem;font-size:1.6rem;font-weight:700}.landing-page .modal-desc{color:var(--text-secondary);margin-bottom:2rem;font-size:.95rem}.landing-page footer{border-top:1px solid var(--card-border);padding:6rem var(--container-padding-x)3rem;background:#05070f}.landing-page .footer-grid{max-width:var(--container-max);grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:3rem;margin:0 auto 4rem;display:grid}.landing-page .footer-col{flex-direction:column;gap:1.2rem;display:flex}.landing-page .footer-col-title{font-family:var(--font-heading);color:var(--text-primary);padding-bottom:.5rem;font-size:1.1rem;font-weight:700;position:relative}.landing-page .footer-col-title:after{content:"";background:var(--gradient-primary);width:30px;height:2px;position:absolute;bottom:0;left:0}.landing-page .footer-col p{color:var(--text-secondary);font-size:.9rem;line-height:1.6}.landing-page .footer-col-links{flex-direction:column;gap:.8rem;list-style:none;display:flex}.landing-page .footer-col-links a{color:var(--text-secondary);transition:var(--transition-smooth);font-size:.9rem;text-decoration:none;display:inline-block}.landing-page .footer-col-links a:hover{color:var(--accent-blue);transform:translate(3px)}.landing-page .footer-bottom{max-width:var(--container-max);border-top:1px solid #ffffff0d;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin:0 auto;padding-top:2rem;display:flex}.landing-page .footer-bottom-links{gap:1.5rem;list-style:none;display:flex}.landing-page .footer-bottom-links a{color:var(--text-secondary);transition:var(--transition-smooth);font-size:.8rem;text-decoration:none}.landing-page .footer-bottom-links a:hover{color:var(--text-primary)}.landing-page .legal-page{width:100%;max-width:var(--container-max);padding:var(--section-padding-top)var(--container-padding-x)4rem;margin:0 auto}.landing-page .legal-page .glass-card{padding:3rem}.landing-page .legal-page .glass-card:hover{transform:none}.landing-page .legal-title{font-family:var(--font-heading);background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.5rem;font-size:2rem;font-weight:700}.landing-page .legal-updated{color:var(--text-secondary);margin-bottom:2.5rem;font-size:.9rem}.landing-page .legal-content h2{font-family:var(--font-heading);color:var(--text-primary);border-bottom:1px solid var(--card-border);margin:2rem 0 1rem;padding-bottom:.5rem;font-size:1.15rem;font-weight:600}.landing-page .legal-content h2:first-child{margin-top:0}.landing-page .legal-content p,.landing-page .legal-content li{color:var(--text-secondary);font-size:.95rem;line-height:1.8}.landing-page .legal-content ul,.landing-page .legal-content ol{margin:.75rem 0;padding-left:1.5rem}.landing-page .legal-content li{margin-bottom:.4rem}.landing-page .legal-content strong{color:var(--text-primary)}.landing-page .legal-back{color:var(--accent-blue);transition:var(--transition-smooth);margin-top:2rem;font-size:.9rem;text-decoration:none;display:inline-block}.landing-page .legal-back:hover{opacity:.8}@media (max-width:992px){.landing-page .hero{text-align:center;flex-direction:column;padding-top:7rem}.landing-page .hero-desc{margin-left:auto;margin-right:auto}.landing-page .hero-actions{justify-content:center;margin-left:auto;margin-right:auto}.landing-page .feature-row,.landing-page .feature-row.reverse{flex-direction:column;gap:2.5rem}.landing-page .banking-ai-container{grid-template-columns:1fr;gap:2rem}.landing-page .banking-ai-copy{text-align:center}.landing-page .banking-ai-heading-mark{justify-content:center}.landing-page .banking-ai-copy .section-subtitle{margin-left:auto;margin-right:auto}.landing-page .banking-ai-actions{justify-content:center}.landing-page .banking-product-hero,.landing-page .banking-demo-layout{grid-template-columns:1fr}.landing-page .banking-product-hero{text-align:center;min-height:auto}.landing-page .banking-product-hero-copy .hero-desc,.landing-page .banking-demo-layout .section-subtitle{margin-left:auto;margin-right:auto}.landing-page .banking-product-feature-grid,.landing-page .banking-product-card-grid,.landing-page .banking-faq-list,.landing-page .detail-layout{grid-template-columns:1fr}.landing-page .tab-list{flex-direction:row;padding-bottom:.5rem;overflow-x:auto}.landing-page .tab-btn{white-space:nowrap;padding:.9rem 1.5rem}.landing-page .tab-btn.active:after{content:""}}@media (max-width:768px){.landing-page{--container-padding-x:1.25rem;--section-padding-top:6rem;--section-padding-bottom:3.5rem;font-size:14px}.landing-page .nav-menu{display:none}.landing-page .hero-title{font-size:2.6rem}.landing-page .hero-actions{grid-template-columns:minmax(0,1fr);width:min(100%,340px)}.landing-page .btn-primary,.landing-page .btn-secondary{white-space:normal;width:100%}.landing-page .section-title{font-size:1.85rem}.landing-page .banking-ai-panel{padding:1.5rem}.landing-page .banking-ai-heading-mark{flex-direction:column;gap:.8rem}.landing-page .banking-ai-icon{border-radius:16px;width:64px;height:64px}.landing-page .banking-ai-panel-header{flex-direction:column}.landing-page .banking-ai-feature{grid-template-columns:42px 1fr;padding:.95rem}.landing-page .banking-ai-feature-icon{width:42px;height:42px}.landing-page .form-group-row{grid-template-columns:1fr;gap:0}.landing-page .footer-container{text-align:center;flex-direction:column}.landing-page .lineup-grid{grid-template-columns:1fr;gap:1.5rem}.landing-page .lineup-card{width:100%;max-width:450px;margin:0 auto}.landing-page .spec-chip{padding:.5rem .6rem;font-size:.8rem}.landing-page .spec-chip-label{width:45px;font-size:.7rem}.landing-page .compare-img-box{padding:1rem}.landing-page .egdesk-collapse-banner{padding:2rem 0 0}.landing-page .processor-features-grid{grid-template-columns:1fr;gap:1.5rem}.landing-page .processor-img-expanded-box,.landing-page .necessity-img-fullwidth{padding:1.5rem}.landing-page .glass-card{padding:1.8rem}.landing-page .quote-section{padding-left:var(--container-padding-x);padding-right:var(--container-padding-x)}.landing-page .footer-grid{grid-template-columns:1fr;gap:2.5rem}.landing-page .footer-bottom{text-align:center;flex-direction:column;gap:1.2rem}}@media (max-width:480px){.landing-page{--container-padding-x:1.25rem;font-size:15px}.landing-page .hero-title{font-size:2.4rem}.landing-page .section-title{font-size:1.75rem}.landing-page .banking-ai-actions{flex-direction:column;gap:.75rem}.landing-page .banking-ai-actions .btn-primary,.landing-page .banking-ai-actions .btn-secondary{width:100%}.landing-page .nav-btn-outline{display:none}}@media (min-width:1024px){.landing-page .lineup-grid{grid-template-columns:repeat(4,1fr);gap:2rem}}.landing-page .necessity-features-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3.5rem;display:grid}.landing-page .necessity-feature-item{background:var(--card-bg);border:1px solid var(--card-border);transition:var(--transition-smooth);border-radius:16px;padding:2rem 1.5rem}.landing-page .necessity-feature-item:hover{background:#9b51e00d;border-color:#9b51e059;transform:translateY(-4px);box-shadow:0 10px 28px #9b51e014}.landing-page .necessity-icon{margin-bottom:.8rem;font-size:2rem;line-height:1}.landing-page .necessity-feature-item strong{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:.6rem;font-size:1.05rem;font-weight:700;display:block}.landing-page .necessity-feature-item p{color:var(--text-secondary);font-size:.9rem;line-height:1.65}.landing-page .necessity-img-fullwidth{background:var(--card-bg);border:1px solid var(--card-border);width:100%;transition:var(--transition-smooth);border-radius:24px;padding:2.5rem;overflow:hidden;box-shadow:0 20px 45px #00000059}.landing-page .necessity-img-fullwidth:hover{border-color:#9b51e04d;box-shadow:0 20px 50px #9b51e014}.landing-page .necessity-img-fullwidth img{border-radius:14px;width:100%;height:auto;display:block}@media (max-width:992px){.landing-page .necessity-features-grid{grid-template-columns:1fr;gap:1.2rem}.landing-page .necessity-img-fullwidth{padding:1.5rem}}@media (min-width:993px) and (max-width:1199px){.landing-page .necessity-features-grid{grid-template-columns:repeat(3,1fr)}}.landing-page .processor-stacked-layout{flex-direction:column;align-items:center;gap:3.5rem;width:100%;display:flex}.landing-page .processor-info-wide{text-align:center;width:100%}.landing-page .processor-features-grid{text-align:left;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;margin-top:3rem;display:grid}.landing-page .processor-img-expanded-box{background:var(--card-bg);border:1px solid var(--card-border);width:100%;transition:var(--transition-smooth);border-radius:24px;padding:2.5rem;box-shadow:0 20px 45px #00000059}.landing-page .processor-img-expanded-box:hover{border-color:#9b51e04d;box-shadow:0 20px 50px #9b51e01a}.landing-page .processor-img-expanded-box img{border-radius:14px;width:100%;height:auto;display:block}
