.home-page{background-color:#fff;min-height:60vh}.home-page .home-container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.home-page .btn-primary,.home-page .btn-outline-light{display:inline-flex;align-items:center;gap:8px;padding:13px 26px;border-radius:4px;font-size:15px;font-weight:700;text-decoration:none;transition:all .25s cubic-bezier(.16,1,.3,1)}.home-page .btn-primary svg,.home-page .btn-outline-light svg{transition:transform .25s cubic-bezier(.16,1,.3,1)}.home-page .btn-primary:hover svg,.home-page .btn-outline-light:hover svg{transform:translate(4px)}.home-page .btn-primary{background:#1a6fc4;color:#fff;box-shadow:0 8px 20px -6px #1a6fc48c}.home-page .btn-primary:hover{background:#1258a0;transform:translateY(-1px)}.home-page .btn-outline-light{border:1.5px solid rgba(255,255,255,.7);color:#fff}.home-page .btn-outline-light:hover{background:#fff;color:#0b2b4d}.home-page .home-hero{position:relative;min-height:480px;display:flex;align-items:center;background:#0d3a66;overflow:hidden}.home-page .home-hero .hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.home-page .home-hero .hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.home-page .home-hero .hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#0d3a66e0,#1454968c 45%,#1454961f 75%);z-index:2}.home-page .home-hero .hero-content{position:relative;z-index:3;color:#fff;padding-top:64px;padding-bottom:64px}.home-page .home-hero .brand-xl{font-size:56px;font-weight:800;line-height:1;letter-spacing:.01em}.home-page .home-hero h1{margin-top:10px;font-size:32px;font-weight:700;line-height:1.3;max-width:640px}.home-page .home-hero p{margin-top:18px;max-width:560px;font-size:15px;line-height:1.7;color:#ffffffe0}.home-page .home-hero .btn-primary{margin-top:28px}.home-page .core-business-section{position:relative;z-index:10;max-width:1200px;margin:0 auto;padding:0 20px 56px;background:transparent}.home-page .core-business-wrap{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:-27px}.home-page .business-card{background:#fff;border:1px solid #e3eaf2;border-radius:10px;overflow:hidden;box-shadow:0 2px 10px #0d3a660f;transition:all .35s cubic-bezier(.16,1,.3,1)}.home-page .business-card:hover{transform:translateY(-6px);box-shadow:0 24px 44px -18px #0d3a664d}.home-page .business-card:hover .card-pic img{transform:scale(1.05)}.home-page .business-card .card-pic{aspect-ratio:16/9.5;overflow:hidden}.home-page .business-card .card-pic img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s cubic-bezier(.16,1,.3,1)}.home-page .business-card .card-body{padding:0 26px 26px}.home-page .business-card .card-body .icon-orb{width:62px;height:62px;margin-top:-31px;margin-bottom:16px;border-radius:50%;background:#1a6fc4;color:#fff;display:flex;align-items:center;justify-content:center;position:relative;z-index:2;box-shadow:0 0 0 5px #fff,0 10px 20px -8px #1a6fc480}.home-page .business-card .card-body h3{font-size:19px;font-weight:800;color:#1e293b}.home-page .business-card .card-body p{margin-top:10px;font-size:14px;line-height:1.75;color:#55677d}.home-page .business-card .card-body .btn-more{margin-top:16px}.home-page .btn-more{display:inline-flex;align-items:center;gap:7px;font-size:14px;font-weight:700;color:#1a6fc4;text-decoration:none}.home-page .btn-more svg{transition:transform .25s cubic-bezier(.16,1,.3,1)}.home-page .btn-more:hover svg{transform:translate(4px)}.home-page .features-strip{background:#eaf3fb;padding:42px 0}.home-page .features-strip .features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.home-page .features-strip .feature-item{display:flex;gap:14px;align-items:flex-start}.home-page .features-strip .f-icon{flex-shrink:0;width:46px;height:46px;border-radius:50%;background:#fff;color:#1a6fc4;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0d3a661a}.home-page .features-strip .f-text b{display:block;font-size:15px;font-weight:800;color:#1e293b}.home-page .features-strip .f-text span{display:block;margin-top:2px;font-size:12.5px;color:#8595a9}.home-page .home-section{max-width:1200px;margin:0 auto;padding:72px 20px}@media (max-width: 768px){.home-page .home-section{padding:52px 20px}}.home-page .news-section .section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:38px;gap:16px}.home-page .news-section .section-title-left{position:relative;padding-bottom:12px;font-size:27px;font-weight:800;line-height:1.3;color:#1e293b}.home-page .news-section .section-title-left:after{content:"";position:absolute;left:0;bottom:0;width:52px;height:3px;border-radius:2px;background:#1a6fc4}@media (max-width: 768px){.home-page .news-section .section-title-left{font-size:23px}}.home-page .news-section .view-all{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:700;color:#1a6fc4;text-decoration:none}.home-page .news-section .view-all svg{transition:transform .25s cubic-bezier(.16,1,.3,1)}.home-page .news-section .view-all:hover svg{transform:translate(4px)}.home-page .news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.home-page .news-card{background:#fff;border:1px solid #e3eaf2;border-radius:10px;overflow:hidden;transition:all .35s cubic-bezier(.16,1,.3,1)}.home-page .news-card:hover{transform:translateY(-5px);box-shadow:0 22px 40px -18px #0d3a6647}.home-page .news-card:hover .news-pic img{transform:scale(1.05)}.home-page .news-card:hover h3{color:#1a6fc4}.home-page .news-card .news-link{display:block;text-decoration:none;color:inherit}.home-page .news-card .news-pic{aspect-ratio:16/9.5;overflow:hidden}.home-page .news-card .news-pic img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s cubic-bezier(.16,1,.3,1)}.home-page .news-card .news-body{padding:20px 22px 24px}.home-page .news-card .news-body time{font-size:12.5px;font-weight:600;color:#8595a9}.home-page .news-card .news-body h3{margin-top:6px;font-size:16.5px;font-weight:800;line-height:1.45;color:#1e293b;transition:color .2s}.home-page .news-card .news-body p{margin-top:9px;font-size:14px;line-height:1.7;color:#55677d}.home-page .about-band{position:relative;background:#0b2b4d;color:#fff;overflow:hidden}.home-page .about-band .about-bg{position:absolute;top:0;right:0;bottom:0;width:58%;opacity:.75;overflow:hidden}.home-page .about-band .about-bg img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.home-page .about-band .about-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#0b2b4d,#0b2b4d8c 40%,#0b2b4d26)}.home-page .about-band .about-inner{position:relative;z-index:2;display:grid;grid-template-columns:1.15fr .85fr;gap:48px;align-items:center;padding-top:72px;padding-bottom:72px}.home-page .about-band .about-label{font-size:12px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:#7fb3e3}.home-page .about-band .about-text h2{margin-top:12px;font-size:30px;font-weight:800;line-height:1.3;max-width:20ch}.home-page .about-band .about-text p{margin-top:16px;max-width:52ch;font-size:14.5px;line-height:1.8;color:#ffffffd9}.home-page .about-band .about-text .btn-outline-light{margin-top:28px}.home-page .about-band .about-brand{justify-self:end}.home-page .about-band .about-brand .brand-xl{font-size:66px;font-weight:800;line-height:1;letter-spacing:.01em}.home-page .about-band .about-brand .brand-tag{margin-top:11px;font-size:17px;font-weight:600;line-height:1.5;color:#bcd7f0}@media (max-width: 1024px){.home-page .core-business-wrap,.home-page .news-grid{grid-template-columns:1fr;max-width:520px;margin-left:auto;margin-right:auto}.home-page .features-strip .features-grid{grid-template-columns:1fr 1fr}.home-page .about-band .about-inner{grid-template-columns:1fr;gap:32px}.home-page .about-band .about-bg{width:100%;opacity:.45}.home-page .about-band .about-brand{justify-self:start}}@media (max-width: 768px){.home-page .home-hero{min-height:380px}.home-page .home-hero .hero-content{padding-top:40px;padding-bottom:40px}.home-page .home-hero .brand-xl{font-size:42px}.home-page .home-hero h1{font-size:24px}.home-page .features-strip .features-grid{grid-template-columns:1fr}.home-page .about-band .about-text h2{font-size:24px}.home-page .about-band .about-brand .brand-xl{font-size:48px}}
