*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:#0a2146;background:#fff;font-family:Arial,Helvetica,sans-serif;letter-spacing:0}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.blog-shell{width:min(1400px,calc(100% - 48px));margin:auto}.blog-topbar{color:#fff;background:linear-gradient(100deg,#071f46,#174b9d 60%,#2673ef)}.blog-topbar-inner{height:60px;display:flex;align-items:center;justify-content:space-between}.blog-email{display:flex;align-items:center;gap:10px;font-weight:700}.blog-email svg{width:23px;fill:#66ddff}.blog-social{display:flex;gap:10px}.blog-social a{width:38px;height:38px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.32);border-radius:50%}.blog-social svg{width:18px;height:18px;fill:#fff;stroke:#fff;stroke-width:1.6}.blog-navbar{background:#f5f8fd;box-shadow:0 8px 24px rgba(7,31,70,.08);position:relative;z-index:20}.blog-nav-inner{height:124px;display:flex;align-items:center;gap:38px}.blog-brand{width:245px;margin-right:auto}.blog-brand img{width:100%;height:auto}.blog-desktop-nav{display:flex;align-items:center;gap:38px;font-weight:700}.blog-desktop-nav a{padding:14px 0;position:relative}.blog-desktop-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:6px;height:3px;background:#1262e8;transition:.25s}.blog-desktop-nav a:hover:after,.blog-desktop-nav .active:after{right:0}.blog-contact-button{padding:19px 31px;border-radius:8px;color:#fff;font-weight:800;text-transform:uppercase;background:linear-gradient(105deg,#073477,#1262e8);box-shadow:0 12px 25px rgba(18,98,232,.2)}.blog-menu-button{display:none;width:54px;height:54px;padding:14px;border:0;border-radius:8px;background:linear-gradient(135deg,#073477,#1262e8);box-shadow:0 8px 18px rgba(18,98,232,.25)}.blog-menu-button span{display:block;height:3px;margin:5px 0;background:#fff;border-radius:2px}.blog-hero{min-height:clamp(430px,calc(100svh - 184px),570px);display:flex;align-items:center;background:linear-gradient(90deg,rgba(5,27,65,.96),rgba(7,45,102,.78) 53%,rgba(18,98,232,.15)),url("../../../../uploads/2025/10/21.jpg") center 45%/cover no-repeat;border-bottom:5px solid #62dfcc}.blog-hero-inner{display:flex}.blog-hero-content{width:min(740px,65%);padding:clamp(34px,5vw,62px);color:#fff;background:rgba(5,31,70,.86);border:1px solid rgba(255,255,255,.16);border-left:5px solid #62dfcc;border-radius:8px;box-shadow:0 24px 55px rgba(2,18,43,.3)}.blog-eyebrow{margin:0 0 17px;color:#54dcca;font-size:14px;font-weight:800;text-transform:uppercase}.blog-hero h1{margin:0 0 20px;font-size:clamp(42px,4.4vw,67px);line-height:1.04}.blog-hero p:not(.blog-eyebrow){max-width:650px;margin:0 0 28px;color:#dce9ff;font-size:18px;line-height:1.65}.blog-hero-content>a{display:inline-flex;gap:12px;align-items:center;padding:16px 23px;border-radius:7px;color:#071f46;font-weight:800;background:linear-gradient(100deg,#edfffc,#69dfcc)}.blog-stories{padding:clamp(62px,7vw,100px) 0;background:linear-gradient(120deg,#f2f7ff,#fff 50%,#eafbf8)}.blog-section-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:38px}.blog-section-heading h2{margin:0;font-size:clamp(36px,4vw,56px)}.blog-section-heading>p{max-width:520px;margin:0;color:#58687e;font-size:17px;line-height:1.65}.blog-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.blog-card{display:grid;grid-template-columns:44% 56%;min-height:320px;background:#fff;border:1px solid #d7e4f5;border-radius:8px;overflow:hidden;box-shadow:0 15px 40px rgba(5,31,70,.08);transition:transform .25s,box-shadow .25s}.blog-card:hover{transform:translateY(-5px);box-shadow:0 22px 50px rgba(5,31,70,.14)}.blog-card-image{overflow:hidden}.blog-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.blog-card:hover .blog-card-image img{transform:scale(1.035)}.blog-card-body{display:flex;flex-direction:column;padding:28px}.blog-meta{display:flex;gap:14px;color:#64748b;font-size:12px}.blog-meta span{color:#1262e8;font-weight:800;text-transform:uppercase}.blog-card h3{margin:17px 0 12px;font-size:23px;line-height:1.24}.blog-card p{margin:0 0 18px;color:#627087;font-size:14px;line-height:1.65}.blog-read-more{margin-top:auto;color:#0b55cf;font-size:13px;font-weight:800;text-transform:uppercase}.blog-footer{padding-top:64px;color:#dce9ff;background:linear-gradient(110deg,#061d42,#0b397c 55%,#145ccc)}.blog-footer-grid{display:grid;grid-template-columns:1.4fr .75fr .9fr 1.1fr;gap:58px;padding-bottom:50px}.blog-footer-brand img{width:235px;padding:14px;background:#fff;border-radius:8px}.blog-footer-brand p{max-width:430px;line-height:1.7}.blog-footer-social{margin-top:24px}.blog-footer-column{display:flex;flex-direction:column;gap:16px}.blog-footer-column h3{margin:5px 0 16px;color:#fff;font-size:23px}.blog-footer-column a{color:#dce9ff}.blog-footer-column a:hover{color:#62dfcc}.blog-footer-contact a{line-height:1.5}.blog-footer-bottom{display:flex;justify-content:space-between;gap:24px;padding:24px 0;border-top:1px solid rgba(255,255,255,.18);font-size:14px}.blog-footer-bottom p{margin:0}.blog-footer-bottom div{display:flex;gap:24px}.blog-drawer,.blog-drawer-overlay{display:none}
@media(max-width:1050px){.blog-desktop-nav,.blog-contact-button{display:none}.blog-menu-button{display:block}.blog-nav-inner{height:105px}.blog-brand{width:215px}.blog-drawer{display:block;position:fixed;inset:0 auto 0 0;width:min(360px,88vw);padding:30px 24px;color:#fff;background:linear-gradient(150deg,#061d42,#104b9e);z-index:1002;transform:translateX(-105%);transition:transform .3s}.blog-drawer.open{transform:translateX(0)}.blog-drawer-overlay{display:block;position:fixed;inset:0;background:rgba(2,15,36,.72);z-index:1001;opacity:0;visibility:hidden;transition:.3s}.blog-drawer-overlay.open{opacity:1;visibility:visible}.blog-drawer-close{position:absolute;right:16px;top:16px;width:44px;height:44px;border:0;border-radius:50%;color:#fff;background:#1385ed;font-size:32px;line-height:1}.blog-drawer-logo{display:block;width:235px;margin:8px 0 35px;padding:12px;background:#fff;border-radius:8px}.blog-drawer nav{display:flex;flex-direction:column}.blog-drawer nav a{padding:18px 12px;border-bottom:1px solid rgba(255,255,255,.28);font-weight:700}.blog-drawer nav a.active{color:#79e8d6}.blog-card{grid-template-columns:1fr}.blog-card-image{height:250px}.blog-footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.blog-shell{width:min(100% - 28px,1400px)}.blog-topbar-inner{height:54px}.blog-social a{width:34px;height:34px}.blog-social a:nth-child(n+3){display:none}.blog-email{font-size:14px}.blog-nav-inner{height:106px}.blog-brand{width:205px}.blog-menu-button{width:52px;height:52px}.blog-hero{min-height:calc(100svh - 160px);background-position:60% center}.blog-hero-content{width:100%;padding:30px 23px}.blog-hero h1{font-size:clamp(35px,10vw,48px)}.blog-hero p:not(.blog-eyebrow){font-size:16px}.blog-section-heading{display:block}.blog-section-heading>p{margin-top:14px}.blog-grid{grid-template-columns:1fr}.blog-card-image{height:230px}.blog-card-body{padding:23px}.blog-card h3{font-size:21px}.blog-footer{padding-top:45px}.blog-footer-grid{grid-template-columns:1fr;gap:34px}.blog-footer-brand img{width:215px}.blog-footer-column{padding-top:22px;border-top:1px solid rgba(255,255,255,.15)}.blog-footer-bottom{display:block}.blog-footer-bottom div{margin-top:14px;flex-wrap:wrap}}

/* Blog hero readability and responsive composition. */
.blog-archive .blog-hero{
  min-height:clamp(390px,calc(100svh - 172px),510px);
  background-image:linear-gradient(90deg,rgba(5,27,65,.94),rgba(8,48,107,.68) 58%,rgba(18,98,232,.12)),url("../../../../uploads/2025/10/21.jpg");
  background-position:center 42%;
}
.blog-archive .blog-hero-inner{align-items:center}
.blog-archive .blog-hero-content{
  width:min(700px,58%);
  padding:clamp(34px,4vw,52px);
  color:#fff!important;
  background:linear-gradient(135deg,rgba(5,31,70,.94),rgba(8,53,119,.86));
}
.blog-archive .blog-hero-content .blog-eyebrow{margin-bottom:14px;color:#69e3d1!important}
.blog-archive .blog-hero-content h1{
  max-width:620px;
  margin:0 0 18px;
  color:#fff!important;
  font-size:clamp(38px,3.7vw,58px)!important;
  line-height:1.08!important;
}
.blog-archive .blog-hero-content p:not(.blog-eyebrow){
  max-width:620px;
  margin:0;
  color:#e5efff!important;
  font-size:clamp(16px,1.2vw,18px);
  line-height:1.6;
}
@media(max-width:700px){
  .blog-archive .blog-hero{min-height:calc(100svh - 160px);background-position:58% center}
  .blog-archive .blog-hero-content{width:100%;padding:28px 22px}
  .blog-archive .blog-hero-content h1{font-size:clamp(34px,9vw,44px)!important}
}

/* Shared FMIPH header and footer treatment */
.blog-header{font-family:Arial,Helvetica,sans-serif}.blog-topbar-inner{max-width:1400px}.blog-desktop-nav{gap:30px}.blog-desktop-nav>a,.blog-nav-group>button{border:0;background:none;color:#10243f;font:700 16px/1 Arial,Helvetica,sans-serif;letter-spacing:0;cursor:pointer;padding:20px 0}.blog-nav-group{position:relative}.blog-nav-group>button span{margin-left:4px;color:#1262e8;font-size:18px}.blog-submenu{position:absolute;top:calc(100% + 18px);left:-24px;min-width:245px;padding:10px;background:#fff;border-top:3px solid #1563e9;border-radius:0 0 6px 6px;box-shadow:0 18px 45px rgba(5,31,70,.2);opacity:0;visibility:hidden;transform:translateY(10px);transition:.2s;z-index:30}.blog-nav-group:hover .blog-submenu,.blog-nav-group:focus-within .blog-submenu{opacity:1;visibility:visible;transform:none}.blog-submenu a{display:block;padding:12px 14px!important;border-bottom:1px solid #e9eff7;font-size:14px;white-space:nowrap}.blog-submenu a:last-child{border:0}.blog-submenu a:after{display:none}.blog-submenu a:hover{color:#1262e8;background:#f2f7ff}.blog-footer{padding-top:72px;background:linear-gradient(115deg,#05142f 0%,#082655 52%,#0d5ef4 140%)}.blog-footer-grid{max-width:1420px;grid-template-columns:1.35fr .78fr .9fr 1.1fr;gap:62px}.blog-footer-brand img{width:250px;padding:15px;background:#fff;border-radius:7px}.blog-footer-brand p{font-size:15px;color:#d7e6ff}.blog-footer-column h3{position:relative;padding-bottom:15px}.blog-footer-column h3:after{content:"";position:absolute;left:0;bottom:0;width:48px;height:4px;border-radius:4px;background:linear-gradient(90deg,#1773ff,#62dfcc)}.blog-footer-column:not(.blog-footer-contact)>a{position:relative;padding-left:20px}.blog-footer-column:not(.blog-footer-contact)>a:before{content:"";position:absolute;left:0;top:.55em;width:7px;height:7px;border-radius:50%;background:#62dfcc}.blog-footer-contact a{display:flex;align-items:center;gap:14px;font-weight:600}.blog-contact-icon{flex:0 0 46px;width:46px;height:46px;display:grid;place-items:center;border-radius:7px;color:#05204a;background:linear-gradient(135deg,#72ddff,#62dfcc);font-size:20px}.blog-footer-bottom{max-width:1420px;color:#c9dcfa}

@media(min-width:1051px){.blog-topbar-inner,.blog-nav-inner{width:min(1728px,calc(100% - 96px));max-width:none}.blog-topbar-inner{height:58px}.blog-nav-inner{height:156px;gap:42px}.blog-brand{width:250px}.blog-desktop-nav{gap:43px}.blog-desktop-nav>a,.blog-nav-group>button{font-size:19px}.blog-contact-button{min-width:181px;padding:22px 28px;text-align:center;font-size:16px}.blog-navbar{background:linear-gradient(100deg,#fff 0%,#f5f8fd 58%,#eaf2ff 100%)}}

@media(max-width:1050px){.blog-drawer{padding:0 20px 30px;overflow-y:auto;background:linear-gradient(160deg,#051936,#0a326c 62%,#0c55bd)}.blog-drawer-logo{width:auto;margin:0 -20px 24px;padding:30px 52px 26px 28px;border-radius:0;background:#f4f8ff}.blog-drawer-logo img{width:220px}.blog-drawer-close{top:24px;right:14px;z-index:2;background:linear-gradient(135deg,#0b397c,#1262e8)}.blog-drawer nav>a,.blog-drawer-group>button{width:100%;display:flex;align-items:center;justify-content:space-between;padding:18px 8px;border:0;border-bottom:1px solid rgba(255,255,255,.35);color:#fff;background:none;text-align:left;font:700 17px/1.2 Arial,Helvetica,sans-serif}.blog-drawer nav>a:before,.blog-drawer-group>button:before{content:"›";margin-right:10px;color:#79e8d6;font-size:25px}.blog-drawer nav>a{justify-content:flex-start}.blog-drawer-group>button span{margin-left:auto;width:28px;height:28px;display:grid;place-items:center;border-radius:50%;color:#08366f;background:#fff;font-size:20px;transition:.25s}.blog-drawer-group.open>button span{transform:rotate(45deg)}.blog-drawer-submenu{max-height:0;overflow:hidden;margin-left:2px;border-left:2px solid #62dfcc;transition:max-height .35s ease}.blog-drawer-group.open .blog-drawer-submenu{max-height:430px}.blog-drawer-submenu a{display:block!important;padding:13px 14px 13px 30px!important;border-bottom:1px solid rgba(255,255,255,.1)!important;color:#d7e6ff;font-size:14px}.blog-footer-grid{grid-template-columns:repeat(2,1fr)}}

@media(max-width:700px){.blog-topbar-inner{padding:0 4px}.blog-navbar{background:#f4f8ff}.blog-nav-inner{height:108px}.blog-brand{width:min(198px,55vw)}.blog-menu-button{margin-left:auto;border-radius:12px}.blog-footer{padding-top:42px}.blog-footer-grid{grid-template-columns:1fr;gap:28px}.blog-footer-brand{padding-bottom:4px}.blog-footer-brand img{width:220px}.blog-footer-column{padding-top:22px}.blog-footer-contact a{font-size:14px}.blog-footer-bottom{text-align:center}.blog-footer-bottom div{justify-content:center}.blog-contact-icon{flex-basis:42px;width:42px;height:42px}}

/* Blog archive cards based on the supplied reference */
.blog-stories{padding:54px 0 70px;background:#fff}.blog-stories>.blog-shell{width:min(980px,calc(100% - 40px))}.blog-section-heading{display:none}.blog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 22px}.blog-card,.blog-card.blog-card-featured{display:flex;min-height:0;flex-direction:column;border:1px solid #dce5f1;border-radius:4px;background:#fff;box-shadow:0 5px 14px rgba(18,42,76,.07);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.blog-card:hover{transform:translateY(-3px);box-shadow:0 9px 22px rgba(18,42,76,.11)}.blog-card-image{display:block;width:auto;height:auto;margin:20px 20px 0;aspect-ratio:16/9;border-radius:4px;overflow:hidden}.blog-card-image img{width:100%;height:100%;object-fit:cover}.blog-card-body{display:flex;flex:1;flex-direction:column;padding:17px 20px 20px}.blog-meta{gap:10px;color:#748096;font-size:9px}.blog-meta span{color:#748096;font-weight:400;text-transform:none}.blog-card h3{margin:14px 0 12px;color:#10243f;font-size:20px;line-height:1.2}.blog-card p{margin:0 0 17px;color:#69758a;font-size:11px;line-height:1.65}.blog-read-more{margin-top:auto;color:#113d8f;font-size:9px;font-weight:800;letter-spacing:.2px}.blog-read-more span{margin-left:3px}

@media(max-width:700px){.blog-stories{padding:34px 0 46px}.blog-stories>.blog-shell{width:min(100% - 28px,480px)}.blog-grid{grid-template-columns:1fr;gap:20px}.blog-card-image{margin:14px 14px 0}.blog-card-body{padding:15px 16px 18px}.blog-card h3{font-size:19px}.blog-card p{font-size:12px}}

.blog-card h2{margin:14px 0 12px;color:#10243f;font-size:20px;line-height:1.2;letter-spacing:0}
@media(max-width:700px){.blog-card h2{font-size:19px}}

/* Refined archive layout */
.blog-stories{
  position:relative;
  padding:72px 0 84px;
  background:linear-gradient(135deg,#f2f7ff 0%,#ffffff 52%,#eafbf8 100%);
}
.blog-stories:before{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:5px;
  background:linear-gradient(90deg,#0b326f,#1262e8,#62dfcc);
}
.blog-stories>.blog-shell{width:min(1240px,calc(100% - 56px));}
.blog-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:30px;align-items:stretch;}
.blog-card,.blog-card.blog-card-featured{
  display:grid;
  grid-template-rows:auto 1fr;
  min-width:0;
  border:1px solid #d5e2f2;
  border-radius:8px;
  background:#fff;
  box-shadow:0 16px 36px rgba(8,38,83,.09);
  overflow:hidden;
}
.blog-card:hover{transform:translateY(-6px);box-shadow:0 24px 52px rgba(8,38,83,.16);}
.blog-card-image{width:100%;height:auto;margin:0;aspect-ratio:16/9;border-radius:0;overflow:hidden;background:#dfe8f4;}
.blog-card-image img{width:100%;height:100%;object-fit:cover;}
.blog-card-body{padding:25px 27px 27px;}
.blog-meta{display:flex;align-items:center;flex-wrap:wrap;gap:7px 15px;color:#687a91;font-size:12px;line-height:1.4;}
.blog-meta span:first-child{color:#0b55cf;font-weight:700;}
.blog-card h2{margin:15px 0 12px;color:#071f46;font-size:24px;line-height:1.25;}
.blog-card p{margin:0 0 22px;color:#5d6d82;font-size:15px;line-height:1.7;}
.blog-read-more{display:inline-flex;align-items:center;gap:7px;width:max-content;margin-top:auto;padding-bottom:4px;border-bottom:2px solid #62dfcc;color:#0b4ead;font-size:12px;font-weight:800;letter-spacing:.2px;}

@media(max-width:900px){
  .blog-stories>.blog-shell{width:min(720px,calc(100% - 36px));}
  .blog-grid{grid-template-columns:1fr;gap:24px;}
  .blog-card{grid-template-columns:42% 58%;grid-template-rows:1fr;}
  .blog-card-image{height:100%;min-height:260px;aspect-ratio:auto;}
  .blog-card h2{font-size:22px;}
}

@media(max-width:620px){
  .blog-stories{padding:42px 0 54px;}
  .blog-stories>.blog-shell{width:calc(100% - 24px);}
  .blog-grid{gap:20px;}
  .blog-card{display:grid;grid-template-columns:1fr;grid-template-rows:auto 1fr;}
  .blog-card-image{height:auto;min-height:0;aspect-ratio:16/10;}
  .blog-card-body{padding:20px 19px 22px;}
  .blog-meta{gap:6px 10px;font-size:11px;}
  .blog-card h2{font-size:20px;line-height:1.28;}
  .blog-card p{font-size:14px;line-height:1.65;}
}
