:root{--blog-navy:#071a36;--blog-navy-2:#0d2b55;--blog-orange:#f36c16;--blog-ink:#142033;--blog-muted:#657084;--blog-line:#e7ebf0;--blog-soft:#f5f7fa}
*{box-sizing:border-box}
.blog-page,.blog-article-page{margin:0;background:#fff;color:var(--blog-ink);font-family:Inter,Arial,sans-serif}
.blog-page .main-nav .logo img,.blog-article-page .main-nav .logo img{width:240px;max-width:100%;height:auto;display:block}
.blog-shell{width:min(1180px,calc(100% - 40px));margin:0 auto}
.blog-hero{padding:28px 0 0;background:#fff}
.blog-hero-inner{position:relative;min-height:330px;padding:54px 62px;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);gap:50px;align-items:center;overflow:hidden;border-radius:28px;background:linear-gradient(128deg,var(--blog-navy) 0%,#0a2347 72%,#0e315f 100%);box-shadow:0 24px 54px rgba(7,26,54,.17)}
.blog-hero-inner:before{content:"";position:absolute;right:-140px;top:-190px;width:490px;height:490px;border:1px solid rgba(255,255,255,.08);border-radius:50%;box-shadow:0 0 0 55px rgba(255,255,255,.025),0 0 0 110px rgba(255,255,255,.018)}
.blog-hero-copy{position:relative;z-index:1}
.blog-kicker,.blog-section-head>div>span,.blog-library-top>div>span{display:inline-block;margin-bottom:14px;color:#ff8a40;font-size:12px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
.blog-hero h1{max-width:720px;margin:0;color:#fff;font-size:clamp(42px,5vw,68px);line-height:1;letter-spacing:-.05em;font-weight:850}
.blog-hero h1 em{color:#ff7a25;font-style:normal}
.blog-hero-copy p{max-width:640px;margin:22px 0 0;color:rgba(255,255,255,.76);font-size:17px;line-height:1.65}
.blog-hero-visual{position:relative;z-index:1;min-height:205px;padding:24px;overflow:hidden;border:1px solid rgba(255,255,255,.16);border-radius:22px;background:rgba(255,255,255,.08);box-shadow:inset 0 1px rgba(255,255,255,.08);transform:rotate(-2deg)}
.hero-metric{display:grid;gap:5px;color:#fff}.hero-metric small{color:rgba(255,255,255,.62);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.hero-metric strong{font-size:24px;letter-spacing:-.03em}
.hero-chart{position:absolute;left:25px;right:25px;bottom:25px;height:95px;display:flex;align-items:flex-end;gap:14px;border-bottom:1px solid rgba(255,255,255,.14)}
.hero-chart i{flex:1;border-radius:7px 7px 2px 2px;background:linear-gradient(#ff8d46,#f36c16);box-shadow:0 9px 18px rgba(243,108,22,.2)}
.hero-chart i:nth-child(1){height:31%}.hero-chart i:nth-child(2){height:48%}.hero-chart i:nth-child(3){height:41%}.hero-chart i:nth-child(4){height:69%}.hero-chart i:nth-child(5){height:92%}
.hero-dot{position:absolute;right:22px;top:22px;width:9px;height:9px;border-radius:50%;background:#38d593;box-shadow:0 0 0 5px rgba(56,213,147,.14)}
.blog-featured{padding:82px 0 74px}
.blog-section-head{margin-bottom:30px;display:flex;align-items:end;justify-content:space-between;gap:35px}
.blog-section-head h2,.blog-library-top h2{margin:0;color:var(--blog-navy);font-size:clamp(30px,3vw,42px);line-height:1.08;letter-spacing:-.04em}
.blog-section-head p{max-width:490px;margin:0;color:var(--blog-muted);font-size:15px;line-height:1.65}
.blog-featured-grid,.blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.blog-card{min-width:0;border:1px solid var(--blog-line);border-radius:18px;background:#fff;overflow:hidden;box-shadow:0 10px 30px rgba(15,31,57,.06);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.blog-card:hover{transform:translateY(-5px);border-color:rgba(243,108,22,.32);box-shadow:0 19px 42px rgba(15,31,57,.11)}
.blog-card[hidden]{display:none!important}
.blog-card-link{height:100%;display:flex;flex-direction:column;color:inherit;text-decoration:none}
.blog-card-media{position:relative;aspect-ratio:16/9;margin:0;overflow:hidden;background:#e9edf2}
.blog-card-media img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .4s ease}
.blog-card:hover .blog-card-media img{transform:scale(1.035)}
.blog-card-media>span{position:absolute;left:14px;top:14px;padding:7px 10px;border-radius:999px;background:rgba(7,26,54,.88);color:#fff;font-size:10px;font-weight:800;backdrop-filter:blur(7px)}
.blog-card-body{padding:20px 20px 21px;display:flex;flex:1;flex-direction:column}
.blog-card-body time{color:#8992a1;font-size:11px;font-weight:700}
.blog-card-body h3{margin:10px 0 9px;color:var(--blog-navy);font-size:20px;line-height:1.22;letter-spacing:-.025em}
.blog-card-body p{margin:0;color:var(--blog-muted);font-size:13px;line-height:1.62;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.blog-card-read{margin-top:auto;padding-top:17px;color:var(--blog-orange);font-size:12px;font-weight:850}.blog-card-read i{margin-left:6px;font-style:normal}
.blog-library{padding:72px 0 96px;background:var(--blog-soft);border-top:1px solid #edf0f4}
.blog-library-top{margin-bottom:32px;display:flex;align-items:end;justify-content:space-between;gap:28px}
.blog-library-top p{margin:8px 0 0;color:var(--blog-muted);font-size:14px}
.blog-filters{max-width:660px;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}
.blog-filters button{min-height:38px;padding:8px 14px;border:1px solid #dce1e8;border-radius:999px;background:#fff;color:#4b5769;font:700 12px Inter,Arial,sans-serif;cursor:pointer;transition:.2s ease}
.blog-filters button:hover,.blog-filters button.active{border-color:var(--blog-navy);background:var(--blog-navy);color:#fff}
.blog-empty{padding:35px;border:1px dashed #cfd6df;border-radius:16px;background:#fff;color:var(--blog-muted);text-align:center}
.blog-lead{padding:48px 0 76px;background:#fff}
.blog-lead-intro{max-width:760px;margin-bottom:34px}
.blog-lead-intro>span,.blog-contact-head>span{display:inline-block;margin-bottom:11px;color:var(--blog-orange);font-size:11px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}
.blog-lead-intro h1{margin:0;color:var(--blog-navy);font-size:clamp(38px,4.5vw,60px);line-height:1.02;letter-spacing:-.05em}
.blog-lead-intro p{margin:16px 0 0;color:var(--blog-muted);font-size:16px;line-height:1.65}
.blog-lead-story{display:grid;grid-template-columns:minmax(360px,.82fr) minmax(0,1.18fr);max-width:1080px;min-height:300px;align-items:stretch;overflow:hidden;border-radius:18px;background:#f3f5f7}
.blog-lead-media{position:relative;min-height:300px;max-height:320px;overflow:hidden;color:inherit;text-decoration:none}
.blog-lead-media img{width:100%;height:100%;display:block;object-fit:cover}
.blog-lead-media>span{position:absolute;left:20px;top:20px;padding:8px 11px;border-radius:999px;background:rgba(7,26,54,.88);color:#fff;font-size:10px;font-weight:800}
.blog-lead-copy{padding:clamp(32px,4.5vw,58px);display:flex;flex-direction:column;justify-content:center}
.blog-lead-meta{display:flex;align-items:center;gap:11px;color:#8490a1;font-size:11px;font-weight:750}.blog-lead-meta span{color:var(--blog-orange)}
.blog-lead-copy h2{margin:17px 0 13px;color:var(--blog-navy);font-size:clamp(29px,3vw,43px);line-height:1.08;letter-spacing:-.04em}
.blog-lead-copy>p{margin:0;color:var(--blog-muted);font-size:15px;line-height:1.7}
.blog-lead-button{margin-top:24px;align-self:flex-start;color:var(--blog-orange);font-size:13px;font-weight:850;text-decoration:none}.blog-lead-button i{margin-left:7px;font-style:normal}
.blog-library{padding-top:68px}
.blog-card{border:1px solid #e1e5ea;border-radius:11px;box-shadow:0 4px 14px rgba(16,32,56,.035);background:#fff}
.blog-card:hover{transform:translateY(-2px);border-color:#d5dae1;box-shadow:0 8px 20px rgba(16,32,56,.065)}
.blog-card-media{height:180px;aspect-ratio:auto;margin:10px 10px 0;border-radius:8px;background:#e9edf2}
.blog-card-body{padding:14px 16px 16px}
.blog-card-category{display:block;margin-bottom:7px;color:#d9783b;font-size:10px;font-weight:750;letter-spacing:.055em;text-transform:uppercase}
.blog-card-body time{display:none}
.blog-card-body h3{min-height:43px;margin:0 0 7px;font-size:18px;line-height:1.2;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-decoration:none}
.blog-card-body p{min-height:76px;-webkit-line-clamp:4;font-size:12px;line-height:1.55}
.blog-card-read{padding-top:12px;color:#d9651b;font-size:11px;text-decoration:none}.blog-card-read:before{content:none}.blog-card-read i{font-size:11px}
.blog-card-link,.blog-card-link:hover,.blog-card-link:focus,.blog-card-body h3,.blog-card-read{text-decoration:none!important}
.blog-contact{padding:78px 0 88px;background:#fff;border-top:1px solid #edf0f4}
.blog-contact-head{max-width:720px;margin:0 auto 34px;text-align:center}
.blog-contact-head h2{margin:0;color:var(--blog-navy);font-size:clamp(32px,3.8vw,48px);line-height:1.06;letter-spacing:-.045em}
.blog-contact-head p{margin:15px auto 0;color:var(--blog-muted);font-size:15px;line-height:1.65}
.blog-contact .contact-wrapper{margin-top:0;padding:0}
.blog-contact .contact-form-box,.blog-contact .contact-info-box{box-shadow:none;border:1px solid var(--blog-line);border-radius:16px}
.blog-article-shell{padding:42px 0 92px;background:linear-gradient(#f6f8fb 0,white 420px)}
.blog-article{width:min(820px,calc(100% - 40px));margin:0 auto}
.blog-back{display:inline-flex;margin-bottom:30px;color:var(--blog-orange);font-size:13px;font-weight:800;text-decoration:none}
.blog-article header{text-align:center}
.blog-article-meta{display:flex;align-items:center;justify-content:center;gap:11px;color:#798496;font-size:11px;font-weight:750;text-transform:uppercase;letter-spacing:.06em}.blog-article-meta span{padding:6px 9px;border-radius:999px;background:#fff0e6;color:#df5b09}
.blog-article h1{margin:20px 0 17px;color:var(--blog-navy);font-size:clamp(38px,5vw,62px);line-height:1.03;letter-spacing:-.05em}
.blog-article header>p{max-width:680px;margin:0 auto;color:var(--blog-muted);font-size:18px;line-height:1.65}
.blog-article-cover{width:min(100%,745px);margin:38px auto 42px;aspect-ratio:15/7;overflow:hidden;border-radius:8px;background:#e9edf2;box-shadow:0 12px 30px rgba(7,26,54,.10)}
.blog-article-cover img{width:100%;height:100%;display:block;object-fit:cover}
.blog-article-body{color:#293548;font-size:17px;line-height:1.86}
.blog-article-body p{margin:0 0 25px}.blog-article-body h2{margin:46px 0 16px;color:var(--blog-navy);font-size:29px;line-height:1.2;letter-spacing:-.03em}.blog-article-body ul{margin:0 0 28px;padding-left:23px}.blog-article-body li{margin-bottom:10px}
.blog-article-inline{margin:34px 0;overflow:hidden;border-radius:20px}.blog-article-inline img{width:100%;max-height:480px;display:block;object-fit:cover}
.blog-article-cta{margin-top:56px;padding:28px 30px;display:flex;align-items:center;justify-content:space-between;gap:28px;border-radius:18px;background:var(--blog-navy);color:#fff}.blog-article-cta div{display:grid;gap:6px}.blog-article-cta span{color:#ff8a40;font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.blog-article-cta strong{max-width:520px;font-size:18px;line-height:1.35}.blog-article-cta a{flex:none;padding:13px 17px;border-radius:10px;background:var(--blog-orange);color:#fff;font-size:12px;font-weight:850;text-decoration:none}
@media(max-width:900px){.blog-hero-inner{grid-template-columns:1fr;min-height:0;padding:45px}.blog-hero-visual{min-height:170px}.blog-section-head,.blog-library-top{align-items:flex-start;flex-direction:column}.blog-filters{justify-content:flex-start}.blog-featured-grid,.blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.blog-lead-story{grid-template-columns:1fr;max-width:100%}.blog-lead-media{min-height:260px;max-height:280px}.blog-lead-copy{padding:30px 34px}}
@media(max-width:620px){.blog-shell,.blog-article{width:min(100% - 24px,1180px)}.blog-hero{padding-top:12px}.blog-hero-inner{padding:32px 24px;gap:28px;border-radius:20px}.blog-hero h1{font-size:clamp(37px,11vw,50px)}.blog-hero-copy p{font-size:15px}.blog-hero-visual{min-height:135px;padding:18px}.hero-chart{left:18px;right:18px;bottom:18px;height:64px;gap:8px}.blog-featured{padding:54px 0}.blog-section-head{margin-bottom:22px}.blog-featured-grid,.blog-grid{grid-template-columns:1fr;gap:20px}.blog-library{padding:50px 0 68px}.blog-library-top{margin-bottom:24px}.blog-filters{width:100%;flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;padding-bottom:5px}.blog-filters button{flex:none}.blog-lead{padding:30px 0 48px}.blog-lead-intro{margin-bottom:24px}.blog-lead-intro h1{font-size:clamp(35px,10vw,46px)}.blog-lead-story{border-radius:15px;min-height:0}.blog-lead-media{min-height:195px;max-height:210px}.blog-lead-copy{padding:22px}.blog-lead-copy h2{font-size:27px}.blog-card-media{height:176px}.blog-card-body h3{min-height:0}.blog-card-body p{min-height:0}.blog-contact{padding:55px 0 65px}.blog-contact-head{margin-bottom:25px}.blog-article-shell{padding:27px 0 64px}.blog-back{margin-bottom:22px}.blog-article h1{font-size:clamp(34px,10vw,45px)}.blog-article header>p{font-size:16px}.blog-article-cover{margin:30px 0 33px;border-radius:17px}.blog-article-body{font-size:16px;line-height:1.8}.blog-article-body h2{font-size:25px}.blog-article-cta{padding:23px;align-items:flex-start;flex-direction:column}.blog-article-cta a{width:100%;text-align:center}}
@media(max-width:620px){.blog-page .main-nav .logo img,.blog-article-page .main-nav .logo img{width:138px!important;height:auto!important}}
@media(prefers-reduced-motion:reduce){.blog-card,.blog-card-media img,.blog-filters button{transition:none}}
