:root{--en-blue:#0757e9;--en-blue-dark:#071a46;--en-green:#13a856;--en-orange:#ff7900;--en-text:#08183d;--en-muted:#53637d;--en-soft-blue:#f4f8ff;--en-border:#e8eef8;--en-shadow:0 22px 48px #08183d14}.en-home-page{min-height:100vh;color:var(--en-text);background:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow-x:hidden}.en-container{max-width:1220px}.en-navbar{z-index:50;background:#fffffffa;border-bottom:1px solid #d6e2f8d9;position:relative}.en-navbar-inner{justify-content:space-between;align-items:center;height:92px;display:flex}.en-brand{align-items:center;text-decoration:none;display:inline-flex}.en-brand-logo{object-fit:contain;width:auto;height:72px;display:block}.en-menu{align-items:center;gap:42px}.en-menu-link{color:#07183e;font-size:15px;font-weight:800;line-height:1;text-decoration:none;transition:color .2s;position:relative}.en-menu-link:hover,.en-menu-link.active{color:var(--en-blue)}.en-menu-link.active:after{content:"";background:var(--en-blue);border-radius:999px;height:3px;position:absolute;bottom:-28px;left:0;right:0}.en-contact-btn{background:var(--en-blue);color:#fff;border-radius:999px;align-items:center;gap:10px;min-height:46px;padding:0 22px;font-size:14px;font-weight:800;text-decoration:none;transition:transform .2s,background .2s;box-shadow:0 14px 24px #0757e942}.en-contact-btn:hover{color:#fff;background:#054bd0;transform:translateY(-1px)}.en-mobile-toggle{border:1px solid var(--en-border);width:46px;height:46px;color:var(--en-blue);background:#fff;border-radius:16px;justify-content:center;align-items:center;font-size:22px}.en-mobile-menu{border-top:1px solid var(--en-border);padding:10px 0 20px}.en-mobile-menu-link,.en-mobile-contact{color:var(--en-text);border-radius:16px;align-items:center;gap:10px;margin:4px 0;padding:12px 16px;font-weight:800;text-decoration:none;display:flex}.en-mobile-menu-link:hover{background:var(--en-soft-blue);color:var(--en-blue)}.en-mobile-contact{background:var(--en-blue);color:#fff;justify-content:center;margin-top:10px}.en-mobile-contact:hover{color:#fff}.en-hero{background:#fff;position:relative;overflow:hidden}.en-hero:before{display:none}.en-hero:after{content:"";background:#dfefffd1;border-top-right-radius:280px;width:710px;height:180px;position:absolute;bottom:-48px;left:-100px}.en-hero-soft-wave{background:linear-gradient(#fff0,#ebf6ffeb);height:170px;position:absolute;bottom:0;left:0;right:0}.en-hero-row{z-index:2;min-height:650px;padding-top:64px;padding-bottom:0;position:relative}.en-hero-content{z-index:10;max-width:620px;position:relative}.en-hero-title{color:var(--en-blue-dark);letter-spacing:-.055em;margin:0;font-size:60px;font-weight:900;line-height:1.08}.en-hero-description{color:#22365e;max-width:580px;margin:28px 0 0;font-size:18px;font-weight:500;line-height:1.75}.en-hero-points{grid-template-columns:repeat(3,1fr);gap:26px;margin-top:44px;display:grid}.en-hero-point{align-items:flex-start;gap:13px;display:flex}.en-hero-point-icon{border-radius:14px;flex:0 0 42px;place-items:center;width:42px;height:42px;font-size:24px;display:grid}.en-hero-point-icon.blue{color:var(--en-blue);background:#edf4ff}.en-hero-point-icon.green{color:var(--en-green);background:#eafaf2}.en-hero-point h3{color:var(--en-text);margin:2px 0 6px;font-size:14px;font-weight:900;line-height:1.25}.en-hero-point p{color:#445673;margin:0;font-size:12px;font-weight:500;line-height:1.55}.en-hero-action{margin-top:44px}.en-primary-btn{background:var(--en-blue);color:#fff;border-radius:999px;align-items:center;gap:14px;min-height:54px;padding:0 10px 0 24px;font-size:16px;font-weight:800;text-decoration:none;transition:transform .2s,background .2s;display:inline-flex;box-shadow:0 18px 28px #0757e93d}.en-primary-btn:hover{color:#fff;background:#064cd0;transform:translateY(-1px)}.en-primary-btn-icon{width:38px;height:38px;color:var(--en-blue);background:#fff;border-radius:50%;place-items:center;font-size:22px;display:grid}.en-hero-showcase{z-index:3;pointer-events:none;width:100%;min-height:560px;position:relative}.en-hero-showcase-image{filter:drop-shadow(0 26px 34px #08183d21);width:835px;max-width:none;height:auto;display:block;position:absolute;top:-90px;right:-220px}.en-products{z-index:3;background:linear-gradient(#f6fbffbf,#fff 48%,#f6fbffc7);padding:18px 0 34px;position:relative}.en-section-heading{text-align:center;max-width:760px;margin:0 auto}.en-section-heading span{color:var(--en-green);letter-spacing:.06em;text-transform:uppercase;font-size:14px;font-weight:900;display:inline-block}.en-section-heading h2{color:var(--en-blue-dark);letter-spacing:-.035em;margin:12px 0 0;font-size:38px;font-weight:900;line-height:1.1}.en-section-heading p{max-width:580px;color:var(--en-muted);margin:16px auto 0;font-size:16px;font-weight:500;line-height:1.6}.en-product-grid{margin-top:34px}.en-product-card{height:100%;min-height:450px;box-shadow:var(--en-shadow);background:#fff;border:1px solid #edf2fb;border-radius:20px;padding:38px 34px 34px;position:relative}.en-product-card-line{border-bottom-right-radius:999px;border-bottom-left-radius:999px;width:78px;height:4px;position:absolute;top:0;left:50%;transform:translate(-50%)}.en-product-card.blue .en-product-card-line{background:var(--en-blue)}.en-product-card.green .en-product-card-line{background:var(--en-green)}.en-product-card.orange .en-product-card-line{background:var(--en-orange)}.en-product-header{align-items:center;gap:18px;display:flex}.en-product-header h3{letter-spacing:-.035em;margin:0;font-size:32px;font-weight:900;line-height:1}.en-product-card.blue h3{color:var(--en-blue)}.en-product-card.green h3{color:var(--en-green)}.en-product-card.orange h3{color:var(--en-orange)}.en-product-header h4{color:var(--en-text);margin:8px 0 0;font-size:15px;font-weight:900;line-height:1.28}.en-product-logo-wrap{background:#eef4ff;border-radius:20px;flex:0 0 76px;justify-content:center;align-items:center;width:76px;height:76px;display:flex;overflow:hidden}.en-product-logo-wrap.blue{background:#eef4ff}.en-product-logo-wrap.green{background:#eafaf2}.en-product-logo-wrap.orange{background:#fff2e6}.en-product-logo{object-fit:cover;border-radius:20px;width:76px;height:76px;display:block}.en-product-desc{color:#344865;min-height:86px;margin:34px 0 0;font-size:14px;font-weight:500;line-height:1.72}.en-product-list{gap:13px;margin:24px 0 0;padding:0;list-style:none;display:grid}.en-product-list li{color:#1c3157;align-items:center;gap:12px;font-size:14px;font-weight:700;display:flex}.en-product-card.blue .en-product-list i{color:var(--en-blue)}.en-product-card.green .en-product-list i{color:var(--en-green)}.en-product-card.orange .en-product-list i{color:var(--en-orange)}.en-product-btn{border-radius:12px;justify-content:center;align-items:center;gap:14px;min-height:54px;margin-top:34px;font-size:15px;font-weight:900;text-decoration:none;transition:transform .2s,filter .2s;display:flex}.en-product-btn:hover{filter:brightness(.98);transform:translateY(-1px)}.en-product-card.blue .en-product-btn{color:var(--en-blue);background:#edf4ff}.en-product-card.green .en-product-btn{color:var(--en-green);background:#eafaf2}.en-product-card.orange .en-product-btn{color:var(--en-orange);background:#fff1e4}.en-features{background:linear-gradient(#f6fbffcc,#fff);padding:30px 0 48px}.en-feature-panel{box-shadow:var(--en-shadow);background:#fff;border:1px solid #edf2fb;border-radius:18px;overflow:hidden}.en-feature-item{align-items:flex-start;gap:18px;min-height:120px;padding:28px;display:flex}.en-feature-item.has-border{border-right:1px solid #e7eef8}.en-feature-icon{border-radius:16px;flex:0 0 58px;place-items:center;width:58px;height:58px;font-size:36px;display:grid}.en-feature-icon.blue{color:var(--en-blue);background:#edf4ff}.en-feature-icon.green{color:var(--en-green);background:#eafaf2}.en-feature-item h3{color:var(--en-text);margin:0 0 8px;font-size:15px;font-weight:900}.en-feature-item p{color:#40536f;margin:0;font-size:13px;font-weight:500;line-height:1.55}.en-footer{background:#fff;padding-top:22px;position:relative;overflow:hidden}.en-footer-corner{background:linear-gradient(135deg, var(--en-blue), var(--en-green));border-top-left-radius:180px;width:300px;height:130px;position:absolute;bottom:30px;right:-82px}.en-footer-main{z-index:2;border-top:1px solid #edf2fb;grid-template-columns:1fr 1.25fr .85fr;align-items:center;gap:46px;padding:34px 0 32px;display:grid;position:relative}.en-footer-brand{border-right:1px solid #e7eef8}.en-footer-logo{object-fit:contain;width:auto;height:80px}.en-footer-contact{gap:13px;display:grid}.en-footer-contact a{color:var(--en-text);align-items:center;gap:14px;font-size:15px;font-weight:800;text-decoration:none;display:inline-flex}.en-footer-contact a:hover{color:var(--en-blue)}.en-footer-contact i{color:var(--en-blue);font-size:20px}.en-footer-contact a:first-child i{color:var(--en-green)}.en-footer-social{border-left:1px solid #e7eef8;padding-left:42px}.en-footer-social h3{color:var(--en-text);margin:0 0 18px;font-size:15px;font-weight:900}.en-social-list{gap:18px;display:flex}.en-social-list a{color:#fff;border-radius:50%;place-items:center;width:38px;height:38px;font-size:19px;text-decoration:none;display:grid}.en-social-list a:first-child{background:#1162e9}.en-social-list a:nth-child(2){background:#e41c86}.en-social-list a:nth-child(3){background:#f00000}.en-footer-bottom{z-index:3;background:var(--en-blue);color:#fff;text-align:center;padding:12px 20px;font-size:13px;font-weight:500;position:relative}@media (width<=1199.98px){.en-hero-title{font-size:52px}.en-hero-showcase-image{width:760px;top:-45px;right:-205px}}@media (width<=991.98px){.en-navbar-inner{height:84px}.en-brand-logo{height:62px}.en-hero-row{min-height:auto;padding-top:54px;padding-bottom:54px}.en-hero-title{font-size:48px}.en-hero-description{font-size:16px}.en-hero-points{grid-template-columns:1fr;gap:18px}.en-hero-showcase{min-height:auto;margin-top:34px}.en-hero-showcase-image{width:100%;max-width:720px;margin:0 auto;position:relative;top:auto;right:auto}.en-product-card{min-height:auto}.en-feature-item.has-border{border-bottom:1px solid #e7eef8;border-right:0}.en-footer-main{grid-template-columns:1fr;gap:26px}.en-footer-brand,.en-footer-social{border:0;padding-left:0}}@media (width<=575.98px){.en-container{padding-left:20px;padding-right:20px}.en-navbar-inner{height:76px}.en-brand-logo{height:52px}.en-hero-row{padding-top:40px}.en-hero-title{font-size:40px}.en-hero-description{margin-top:22px;font-size:15px;line-height:1.7}.en-primary-btn{min-height:50px;font-size:14px}.en-section-heading h2{font-size:32px}.en-product-card{padding:34px 28px 30px}.en-product-header h3{font-size:28px}.en-footer-corner{opacity:.45}}
