*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:'Cairo',sans-serif;color:#0c1d2c;background:#fff;overflow-x:clip;-webkit-text-size-adjust:100%}:root{--blue:#003e8c;--dark:#0c1d2c;--mid:#314757;--grey:#647482;--border:#cfd7dd;--border2:#e4e8ec;--teal-btn:#1ae7e0;--teal-text:#038182;--card-blue:#f0f7ff;--ph:#e9edf0;--px:72px;--py:128px;--pad:20px}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:12px 24px;background:var(--blue);color:#fff;border-radius:12px;border:none;text-decoration:none;font-family:'Cairo',sans-serif;font-size:16px;font-weight:600;line-height:19px;cursor:pointer;white-space:nowrap;transition:background-color .18s ease}.btn-primary:hover{background:#00337a}.btn-primary:active{background:#00255c}.insights{padding:var(--py) var(--px)}.insights-inner{padding:var(--pad);display:flex;flex-direction:column;gap:64px}.insights-featured{display:flex;gap:48px;align-items:center}.insights-featured-media{flex:0 0 56%;display:block;aspect-ratio:16 / 11;border-radius:16px;overflow:hidden;background:var(--ph)}.insights-featured-media img{width:100%;height:100%;object-fit:cover;display:block}.insights-featured-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:20px}.insights-featured-title{font-size:clamp(24px, 2vw, 32px);font-weight:600;line-height:1.2;color:var(--dark);letter-spacing:-.01em}.insights-featured-title a{color:inherit;text-decoration:none}.insights-featured-title a:hover{color:var(--blue)}.insights-featured-excerpt{font-size:18px;font-weight:400;line-height:1.5;color:var(--mid)}.post-cat{font-size:14px;font-weight:600;color:var(--teal-text);letter-spacing:.01em}.post-meta{display:flex;justify-content:space-between;align-items:center;gap:12px;font-size:14px;color:var(--grey)}.insights-featured .post-meta{padding-top:20px;border-top:1px solid var(--border2)}.insights-tabs-wrap{display:flex;justify-content:center}.insights-tabs{display:inline-flex;gap:4px;flex-wrap:wrap;justify-content:center;border:1px solid var(--border);border-radius:12px;padding:6px}.insights-tab{padding:10px 20px;border-radius:9px;font-size:16px;font-weight:500;color:var(--mid);text-decoration:none;transition:background-color .15s,color .15s}.insights-tab:hover{background:#f2f3f5}.insights-tab.is-active{background:var(--blue);color:#fff}.insights-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.post-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--border2);border-radius:16px;overflow:hidden;transition:box-shadow .25s ease,border-color .25s ease}.post-card:hover{border-color:var(--border);box-shadow:0 12px 32px rgb(12 29 44 / .08)}.post-card-media{display:block;aspect-ratio:16 / 10;background:var(--ph)}.post-card-media img{width:100%;height:100%;object-fit:cover;display:block}.post-card-body{flex:1;padding:24px;display:flex;flex-direction:column;gap:12px}.post-card-title{font-size:20px;font-weight:600;line-height:1.3;color:var(--dark)}.post-card-title a{color:inherit;text-decoration:none}.post-card-title a:hover{color:var(--blue)}.post-card-excerpt{font-size:16px;font-weight:400;line-height:1.5;color:var(--grey);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.post-card .post-meta{margin-top:auto;padding-top:16px;border-top:1px solid var(--border2)}.insights-empty{text-align:center;max-width:640px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:20px;padding:40px 0 24px}.insights-eyebrow{font-size:16px;font-weight:600;color:var(--teal-text);letter-spacing:.04em;text-transform:uppercase}.insights-empty h1{font-size:clamp(28px, 3vw, 44px);font-weight:600;line-height:1.15;color:var(--dark);letter-spacing:-.01em}.insights-empty-text{font-size:18px;line-height:1.6;color:var(--mid)}.insights-empty .btn-primary{margin-top:8px}@media (max-width:1080px){:root{--px:40px;--py:96px}.insights-grid{grid-template-columns:repeat(2,1fr);gap:24px}}@media (max-width:760px){:root{--px:20px;--py:64px}.insights-inner{gap:40px;padding:0}.insights-featured{flex-direction:column;align-items:stretch;gap:24px}.insights-featured-media{flex:none;width:100%;aspect-ratio:16 / 10}.insights-featured-excerpt{font-size:16px}.insights-grid{grid-template-columns:1fr;gap:20px}.insights-tabs{width:100%}}.site-header{position:sticky;top:20px;z-index:100;margin:20px 72px -88px;padding:20px;display:flex;align-items:center;gap:40px;background:#fff;border:1px solid #d0d9dc;border-radius:16px;font-family:'Cairo',sans-serif}.site-header *{font-family:'Cairo',sans-serif}.site-header-logo{flex:1 0 0%;min-width:0;padding:6px;display:flex;align-items:center}.site-header-logo svg{width:150px;height:27px;display:block}.site-header-nav{display:flex;gap:16px;align-items:center;justify-content:center;flex-wrap:wrap}.site-header-nav a{font-size:20px;font-weight:500;line-height:24px;color:#647482;text-decoration:none;padding:12px 20px;border-radius:10px;transition:background .15s,color .15s}.site-header-nav a:hover{background:#f2f3f5;color:var(--dark)}.site-header-nav a.is-active{color:var(--blue);font-weight:600}.site-header-cta-wrap{flex:1 0 0%;min-width:0;display:flex;justify-content:flex-end;align-items:center}.site-header-cta{background:#1ae7e0;color:#192f3d;padding:12px 24px;border-radius:10px;font-size:20px;font-weight:600;line-height:24px;text-decoration:none;white-space:nowrap;transition:background-color .18s ease,color .18s ease}.site-header-cta:hover{background:#14d3cc;color:#192f3d}.site-header-cta:active{background:#0fb8b2;color:#192f3d}.nav-toggle{display:none}.nav-burger{display:none}@media (max-width:1280px){.site-header{margin:16px 40px -90px;gap:16px;padding:12px 16px}.site-header-nav a{padding:10px 12px;font-size:16px}.site-header-cta{padding:10px 16px;font-size:16px}.site-header-logo svg{width:140px;height:25px}}@media (max-width:900px){.site-header{flex-wrap:wrap;margin:16px 16px 0;padding:14px 16px;gap:0;justify-content:space-between;align-items:center}.hero{padding-top:32px}.site-header-logo{flex:0 1 auto;padding:0}.site-header-logo svg{width:150px;height:27px}.nav-burger{display:flex;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:10px;cursor:pointer;border-radius:10px;margin-left:auto}.nav-burger span{display:block;height:2.5px;width:100%;background:var(--dark);border-radius:2px;transition:transform .3s,opacity .25s}.nav-toggle:checked~.nav-burger span:nth-child(1){transform:translateY(7.5px) rotate(45deg)}.nav-toggle:checked~.nav-burger span:nth-child(2){opacity:0}.nav-toggle:checked~.nav-burger span:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}.site-header-nav,.site-header-cta-wrap{flex-basis:100%;width:100%;max-height:0;overflow:hidden;opacity:0;transition:max-height .35s ease,opacity .3s ease,margin .3s ease;margin:0;padding:0}.site-header-nav{flex-direction:column;align-items:stretch;gap:4px}.site-header-nav a{padding:14px 12px;font-size:16px;text-align:center;border-radius:10px}.site-header-cta-wrap{justify-content:stretch}.site-header-cta{width:100%;text-align:center;justify-content:center;font-size:16px;padding:14px 24px}.nav-toggle:checked~.site-header-nav{max-height:460px;opacity:1;margin-top:12px}.nav-toggle:checked~.site-header-cta-wrap{max-height:120px;opacity:1;margin-top:8px}}.site-footer{background:linear-gradient(to bottom,#003e8c 0%,#181717 100%);color:#fff;padding:96px 72px 48px;font-family:'Cairo',sans-serif}.site-footer *{font-family:'Cairo',sans-serif;color:inherit}.footer-grid{display:flex;align-items:flex-start}.footer-col{flex:1;padding:20px;min-width:0}.footer-col-brand{display:flex;flex-direction:column;gap:16px}.footer-logo svg{width:155px;height:28px;display:block}.footer-tagline{font-size:16px;font-weight:400;line-height:20px;color:#fff}.footer-contact-list{display:flex;flex-direction:column;gap:8px}.footer-contact-row{display:flex;gap:8px;align-items:center}.footer-contact-row svg{width:20px;height:20px;flex-shrink:0}.footer-contact-row span,.footer-contact-row a{font-size:16px;font-weight:400;line-height:20px;color:#fff;text-decoration:none}.footer-contact-row a:hover{text-decoration:underline}.footer-badges{display:flex;gap:16px;flex-wrap:nowrap;align-items:center}.footer-badge{flex:0 1 auto;min-width:0;display:flex;align-items:center;border-radius:8px;overflow:hidden}.footer-badge img{max-height:64px;max-width:100%;width:auto;height:auto;display:block;border-radius:8px}.footer-col-heading-row{padding-bottom:16px;border-bottom:1px solid #376392;margin-bottom:16px}.footer-col-heading{font-size:20px;font-weight:400;line-height:28px;color:#fff}.footer-link{display:block;padding:8px 0;font-size:20px;font-weight:400;line-height:28px;color:#fff;text-decoration:none}.footer-link:hover{opacity:.8;color:#fff}.footer-divider{height:1px;background:#376392;margin:24px 20px 0}.footer-bottom{display:flex;align-items:center;padding:20px 0;gap:0}.footer-socials{flex:0 0 66.6667%;display:flex;gap:24px;align-items:center;padding:0 20px}.footer-socials a{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;color:#fff;text-decoration:none;transition:opacity .2s}.footer-socials a:hover{opacity:.7}.footer-socials svg{width:28px;height:28px}.footer-policy-links{flex:0 0 33.3333%;display:flex;gap:16px;align-items:center;padding:0 20px}.footer-policy-links a{font-size:20px;font-weight:400;line-height:28px;color:#fff;text-decoration:none;white-space:nowrap}.footer-policy-links a:hover{text-decoration:underline}.footer-copyright{padding:20px;font-size:16px;font-weight:400;line-height:20px;color:#99acb2;text-align:center}@media (max-width:1100px){.footer-grid{flex-direction:column}.footer-col{width:100%}.footer-bottom{flex-direction:column;align-items:flex-start}.footer-policy-links{padding:0 20px}}@media (max-width:600px){.site-footer{padding:60px 24px 0}.footer-link,.footer-col-heading{font-size:16px;line-height:23px}}@keyframes msFadeUp{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.site-header{animation:msFadeUp .6s cubic-bezier(.22,.61,.36,1) both;transition:box-shadow .3s,background .3s}.site-header.scrolled{box-shadow:0 8px 32px rgb(12 29 44 / .08);background:rgb(255 255 255 / .96);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.footer-link{position:relative;padding-left:0;transition:padding-left .25s cubic-bezier(.22,.61,.36,1),color .25s}.footer-link:hover{padding-left:8px}.footer-link::before{content:'';position:absolute;left:-12px;top:50%;width:4px;height:0;background:#1ae7e0;border-radius:2px;transition:height .25s,transform .25s;transform:translateY(-50%)}.footer-link:hover::before{height:60%}.reveal{opacity:1!important;transform:none!important}.reveal.reveal-armed{opacity:0!important;transform:translateY(28px)!important;transition:opacity .7s cubic-bezier(.22,.61,.36,1),transform .7s cubic-bezier(.22,.61,.36,1)!important}.reveal.reveal-armed.in{opacity:1!important;transform:none!important}@media (prefers-reduced-motion:reduce){.reveal,.reveal.reveal-armed{opacity:1!important;transform:none!important}}