:root{--fz-blue-50:#e6f1f9;--fz-blue-100:#c3dcee;--fz-blue-200:#87bade;--fz-blue-500:#0f75bd;--fz-blue-700:#0b588e;--fz-blue-900:#083b5f;--fz-orange-50:#fef4e8;--fz-orange-100:#fde4c7;--fz-orange-200:#fbca8e;--fz-orange-500:#f7941d;--fz-orange-700:#b96f16;--fz-orange-900:#7c4a0f;--fz-gray-50:#f5f6f7;--fz-gray-100:#e8eaed;--fz-gray-300:#c7cbd1;--fz-gray-500:#8a9099;--fz-gray-700:#4b535c;--fz-gray-900:#1e242b;--fz-status-green:#1d9e75;--fz-status-amber:#f7941d;--fz-status-red:#e24b4a;--display:"Poppins", system-ui, sans-serif;--body:"Inter", system-ui, sans-serif;--mono:"IBM Plex Mono", ui-monospace, monospace;--shell:1180px;--radius:10px}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important;animation:none!important}}body{font-family:var(--body);color:var(--fz-gray-900);-webkit-font-smoothing:antialiased;background:#fff;margin:0;font-size:16px;line-height:1.65}h1,h2,h3,h4{font-family:var(--display);letter-spacing:-.02em;margin:0;font-weight:600;line-height:1.15}h1{font-size:clamp(2.1rem,4.4vw,3.4rem)}h2{font-size:clamp(1.6rem,2.8vw,2.35rem)}h3{letter-spacing:-.01em;font-size:1.15rem}p{margin:0 0 1rem}a{color:var(--fz-blue-500);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%}:focus-visible{outline:2px solid var(--fz-orange-500);outline-offset:3px;border-radius:4px}.shell{max-width:var(--shell);margin:0 auto;padding:0 24px}.sr-only{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.eyebrow{font-family:var(--mono);letter-spacing:.16em;text-transform:uppercase;color:var(--fz-blue-500);align-items:center;gap:10px;margin:0 0 14px;font-size:10px;display:flex}.eyebrow:after{content:"";background:var(--fz-gray-100);flex:1;height:1px}.eyebrow--onblue{color:var(--fz-blue-200)}.eyebrow--onblue:after{background:#ffffff29}.eyebrow--center{justify-content:center}.eyebrow--center:after{display:none}.nav{border-bottom:1px solid var(--fz-gray-100);backdrop-filter:blur(8px);z-index:40;background:#ffffffeb;position:sticky;top:0}.nav__inner{justify-content:space-between;align-items:center;height:68px;display:flex}.nav__brand{font-family:var(--display);color:var(--fz-gray-900);align-items:center;gap:10px;font-size:1.05rem;font-weight:600;display:flex}.nav__brand:hover{text-decoration:none}.nav__mark{background:var(--fz-blue-500);border-radius:50%;flex:none;width:26px;height:26px;position:relative}.nav__mark:after{content:"";background:var(--fz-orange-500);border-radius:50%;width:8px;height:8px;position:absolute;inset:7px 3px auto auto}.nav__links{align-items:center;gap:26px;display:flex}.nav__links a{color:var(--fz-gray-700);font-size:14.5px;font-weight:500}.nav__links a:hover{color:var(--fz-blue-500);text-decoration:none}.nav__links a[aria-current=page]{color:var(--fz-blue-500)}.nav__cta{align-items:center;gap:14px;display:flex}@media (width<=900px){.nav__links{display:none}}.nav__toggle{cursor:pointer;background:0 0;border:0;flex-direction:column;flex:none;gap:5px;margin-left:6px;padding:8px;display:none}.nav__toggle-bar{background:var(--fz-gray-900);border-radius:2px;width:22px;height:2px;transition:transform .2s,opacity .2s;display:block}.nav__mobile{border-top:1px solid var(--fz-gray-100);background:#fffffffa;flex-direction:column;padding:6px 24px 16px;display:none}.nav__mobile a{color:var(--fz-gray-900);border-bottom:1px solid var(--fz-gray-50);padding:12px 0;font-size:15px;font-weight:500}.nav__mobile a:last-child{border-bottom:0}.nav__mobile a:hover{color:var(--fz-blue-500);text-decoration:none}.nav__mobile a[aria-current=page]{color:var(--fz-blue-500)}@media (width<=900px){.nav__toggle{display:inline-flex}.nav__cta{margin-left:auto}.nav__cta .link-quiet{display:none}.nav.is-open .nav__mobile{display:flex}.nav.is-open .nav__toggle-bar:first-child{transform:translateY(7px)rotate(45deg)}.nav.is-open .nav__toggle-bar:nth-child(2){opacity:0}.nav.is-open .nav__toggle-bar:nth-child(3){transform:translateY(-7px)rotate(-45deg)}}.btn{font-family:var(--body);border-radius:var(--radius);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:8px;padding:11px 20px;font-size:14.5px;font-weight:600;transition:transform .12s,background .15s;display:inline-flex}.btn:hover{text-decoration:none;transform:translateY(-1px)}.btn--primary{background:var(--fz-orange-500);color:var(--fz-orange-900)}.btn--primary:hover{background:var(--fz-orange-200)}.btn--blue{background:var(--fz-blue-500);color:#fff}.btn--blue:hover{background:var(--fz-blue-700)}.btn--ghost{border-color:var(--fz-gray-300);color:var(--fz-gray-900);background:#fff}.btn--ghost:hover{border-color:var(--fz-blue-500);color:var(--fz-blue-500)}.btn--onblue{color:#fff;background:0 0;border-color:#ffffff59}.btn--onblue:hover{background:#ffffff1a}.btn--lg{padding:14px 26px;font-size:15.5px}.btn--full{width:100%}.link-quiet{color:var(--fz-gray-700);font-size:14.5px;font-weight:500}.hero{background:var(--fz-blue-900);color:#fff}.hero__grid{grid-template-columns:1.02fr 1fr;align-items:center;gap:56px;padding-top:84px;padding-bottom:76px;display:grid}.hero h1{color:#fff}.hero__lede{color:var(--fz-blue-100);max-width:46ch;margin-top:18px;font-size:1.08rem}.hero__actions{flex-wrap:wrap;gap:12px;margin-top:30px;display:flex}.hero__fine{font-family:var(--mono);color:var(--fz-blue-200);letter-spacing:.02em;margin-top:16px;font-size:11.5px}@media (width<=900px){.hero__grid{grid-template-columns:1fr;gap:40px;padding-top:56px;padding-bottom:56px}}.panel{background:#ffffff0a;border:1px solid #ffffff24;border-radius:16px;padding:16px}.panel__top{justify-content:space-between;align-items:center;gap:12px;display:flex}.panel__ref{font-family:var(--mono);color:var(--fz-blue-100);letter-spacing:.04em;font-size:12px}.pill{letter-spacing:.02em;white-space:nowrap;border-radius:999px;padding:4px 10px;font-size:11px;font-weight:600}.pill--green{color:#7edcbb;background:#1d9e752e}.pill--red{color:#f5a9a8;background:#e24b4a2e}.pill--transit{background:var(--fz-blue-500);color:#fff;align-items:center;gap:5px;display:inline-flex}.pill--delayed{background:var(--fz-orange-500);color:var(--fz-orange-900);align-items:center;gap:5px;display:inline-flex}.panel__map{background:var(--fz-blue-700);border-radius:10px;margin:14px 0 12px;overflow:hidden}.panel__map svg{width:100%;height:auto;display:block}.panel__foot{font-family:var(--mono);color:var(--fz-blue-200);justify-content:space-between;gap:12px;font-size:11px;display:flex}.vessel{animation:9s ease-in-out infinite alternate sail}@keyframes sail{0%{transform:translate(0)}to{transform:translate(9px)}}.trust{border-bottom:1px solid var(--fz-gray-100);background:var(--fz-gray-50)}.trust__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;padding:20px 0;display:flex}.trust__label{font-family:var(--mono);letter-spacing:.14em;text-transform:uppercase;color:var(--fz-gray-500);font-size:11px}.trust__logos{flex-wrap:wrap;gap:30px;display:flex}.trust__logos span{font-family:var(--display);color:var(--fz-gray-500);font-size:14px;font-weight:600}.section{padding:88px 0}.section--tint{background:var(--fz-gray-50);border-block:1px solid var(--fz-gray-100)}.section--blue{background:var(--fz-blue-900);color:#fff}.section--blue h2,.section--blue h3{color:#fff}.section--blue p{color:var(--fz-blue-100)}.section__head{max-width:62ch;margin-bottom:44px}.section__head--center{text-align:center;margin-inline:auto}.section__head--center .eyebrow{justify-content:center}.section__head--center .eyebrow:after{display:none}.section__head p{color:var(--fz-gray-700);margin-top:14px;font-size:1.05rem}.grid{gap:22px;display:grid}.grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}@media (width<=980px){.grid--3,.grid--4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=680px){.grid--2,.grid--3,.grid--4{grid-template-columns:1fr}}.card{border:1px solid var(--fz-gray-100);background:#fff;border-radius:14px;padding:26px}.card--flat{background:var(--fz-gray-50);border-color:#0000}.card__icon{background:var(--fz-blue-50);width:38px;height:38px;color:var(--fz-blue-500);border-radius:9px;place-items:center;margin-bottom:16px;display:grid}.card__icon svg{width:19px;height:19px}.card h3{margin-bottom:8px}.card p{color:var(--fz-gray-700);margin:0;font-size:14.6px}.card--blue{background:#ffffff0d;border-color:#ffffff24}.card--blue p{color:var(--fz-blue-100)}.step{gap:18px;display:flex}.step__n{font-family:var(--mono);color:var(--fz-orange-700);background:var(--fz-orange-50);border-radius:8px;flex:none;place-items:center;width:32px;height:32px;font-size:12px;font-weight:600;display:grid}.step h3{margin-bottom:6px}.step p{color:var(--fz-gray-700);margin:0;font-size:14.6px}.choke{background:#ffffff24;border:1px solid #ffffff24;border-radius:12px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1px;display:grid;overflow:hidden}.choke__cell{background:var(--fz-blue-900);padding:18px}.choke__name{font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;color:var(--fz-blue-200);font-size:11px}.choke__status{color:#fff;align-items:center;gap:8px;margin-top:8px;font-size:14px;font-weight:500;display:flex}.dot{border-radius:50%;flex:none;width:9px;height:9px}.dot--green{background:var(--fz-status-green)}.dot--amber{background:var(--fz-status-amber)}.dot--red{background:var(--fz-status-red)}.packs{grid-template-columns:repeat(5,minmax(0,1fr));align-items:stretch;gap:14px;display:grid}@media (width<=1050px){.packs{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=560px){.packs{grid-template-columns:1fr}}.pack{border:1px solid var(--fz-gray-100);background:#fff;border-radius:14px;flex-direction:column;padding:24px 20px;display:flex;position:relative}.pack--pop{border:2px solid var(--fz-orange-500)}.pack__badge{background:var(--fz-orange-500);color:var(--fz-orange-900);letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;border-radius:999px;padding:4px 10px;font-size:10px;font-weight:700;position:absolute;top:-11px;left:50%;transform:translate(-50%)}.pack__name{font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;color:var(--fz-gray-500);font-size:11px}.pack__price{font-family:var(--display);letter-spacing:-.03em;margin-top:12px;font-size:1.9rem;font-weight:600}.pack__qty{color:var(--fz-gray-900);margin-top:2px;font-size:14px}.pack__unit{font-family:var(--mono);color:var(--fz-gray-500);margin-top:4px;font-size:11.5px}.pack__save{color:var(--fz-status-green);background:#1d9e751a;border-radius:6px;align-self:flex-start;margin-top:12px;padding:3px 8px;font-size:11.5px;font-weight:600}.pack__spacer{flex:1;min-height:20px}.included{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;margin-top:36px;display:grid}.included div{color:var(--fz-gray-700);align-items:center;gap:10px;font-size:14.5px;display:flex}.included svg{width:17px;height:17px;color:var(--fz-blue-500);flex:none}.faq{border-top:1px solid var(--fz-gray-100)}.faq details{border-bottom:1px solid var(--fz-gray-100);padding:20px 0}.faq summary{cursor:pointer;font-family:var(--display);justify-content:space-between;gap:16px;font-size:1.02rem;font-weight:600;list-style:none;display:flex}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";color:var(--fz-blue-500);font-size:1.35rem;font-weight:400;line-height:1}.faq details[open] summary:after{content:"–"}.faq details p{color:var(--fz-gray-700);max-width:74ch;margin:12px 0 0;font-size:15px}.quote{text-align:center;max-width:62ch;margin:0 auto}.quote blockquote{font-family:var(--display);letter-spacing:-.02em;margin:0;font-size:clamp(1.2rem,2.1vw,1.6rem);font-weight:500;line-height:1.45}.quote cite{font-style:normal;font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;color:var(--fz-gray-500);margin-top:18px;font-size:11.5px;display:block}.cta{background:var(--fz-blue-500);color:#fff;text-align:center;padding:84px 0}.cta h2{color:#fff}.cta p{color:var(--fz-blue-50);max-width:48ch;margin:14px auto 30px}.form{gap:16px;max-width:520px;display:grid}.field label{margin-bottom:6px;font-size:13px;font-weight:600;display:block}.field input,.field select,.field textarea{width:100%;font:inherit;border:1px solid var(--fz-gray-300);border-radius:var(--radius);background:#fff;padding:11px 13px;font-size:15px}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--fz-blue-500);box-shadow:0 0 0 3px var(--fz-blue-50);outline:none}.field textarea{resize:vertical;min-height:130px}.footer{background:var(--fz-gray-900);color:var(--fz-gray-300);padding:64px 0 0}.footer__grid{grid-template-columns:2fr 1fr 1fr 1.3fr;gap:40px;padding-bottom:48px;display:grid}@media (width<=860px){.footer__grid{grid-template-columns:1fr 1fr}}@media (width<=560px){.footer__grid{grid-template-columns:1fr}}.footer h4{font-size:12px;font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;color:var(--fz-gray-500);margin-bottom:16px;font-weight:500}.footer p{color:var(--fz-gray-300);max-width:40ch;font-size:14px;line-height:1.7}.footer ul{gap:10px;margin:0;padding:0;list-style:none;display:grid}.footer a{color:var(--fz-gray-300);font-size:14px}.footer a:hover{color:#fff}.footer__brand{font-family:var(--display);color:#fff;align-items:center;gap:10px;margin-bottom:14px;font-weight:600;display:flex}.footer__bar{color:var(--fz-gray-500);border-top:1px solid #ffffff17;flex-wrap:wrap;justify-content:space-between;gap:16px;padding:20px 0;font-size:12.5px;display:flex}.page-head{background:var(--fz-blue-900);color:#fff;padding:76px 0 68px}.page-head h1{color:#fff;max-width:20ch}.page-head p{color:var(--fz-blue-100);max-width:58ch;margin-top:16px;font-size:1.05rem}.split{grid-template-columns:1fr 1fr;align-items:start;gap:56px;display:grid}@media (width<=860px){.split{grid-template-columns:1fr;gap:36px}}.prose p{color:var(--fz-gray-700);max-width:66ch}.rolelist{gap:12px;margin:18px 0 0;padding:0;list-style:none;display:grid}.rolelist li{color:var(--fz-gray-700);gap:10px;font-size:14.8px;display:flex}.rolelist svg{width:17px;height:17px;color:var(--fz-status-green);flex:none;margin-top:4px}.stat{font-family:var(--display);letter-spacing:-.03em;color:var(--fz-blue-500);font-size:2.2rem;font-weight:600}.stat+p{color:var(--fz-gray-700);margin-top:4px;font-size:14px}.nav__logo{width:auto;height:46px;display:block}.footer__logo{filter:brightness(0)invert();opacity:.95;width:auto;height:46px;margin-bottom:18px;display:block}@media (width<=520px){.nav__logo{height:34px}}.section--blue .section__head p,.section--blue p{color:var(--fz-blue-100)}.section--blue .eyebrow{color:var(--fz-blue-200)}.section--blue .eyebrow:after{background:#ffffff2e}.section--blue .note,.page-head .eyebrow{color:var(--fz-blue-200)}.page-head .eyebrow:after{background:#ffffff2e}.card--stack{flex-direction:column;display:flex}.card--stack .card__spacer{flex:1;min-height:22px}.footer__social{align-items:center;gap:9px;display:inline-flex}.footer__social svg{flex:none;width:17px;height:17px}.footer__social:hover{text-decoration:none}.page-head--center{text-align:center}.page-head--center h1,.page-head--center p{margin-inline:auto}.page-head__actions{justify-content:center;margin-top:28px;display:flex}.nav__logo{width:200px;height:auto}@media (width<=900px){.nav__inner{height:76px}.nav__logo{width:158px}}.nav__inner{height:104px}.nav__logo{width:168px;height:auto;padding:6px 0}.footer__logo{width:168px;height:auto;margin-bottom:20px}@media (width<=900px){.nav__inner{height:84px}.nav__logo{width:140px}}.eyebrow.eyebrow{font-size:10px}.page-head .eyebrow{margin:16px 0 14px}.trust__label{text-align:center;margin:0 0 22px}.trust__logos{flex-wrap:wrap;justify-content:center;align-items:center;gap:18px;display:flex}.logo-chip{border:1px solid var(--fz-gray-100);background:#fff;border-radius:12px;justify-content:center;align-items:center;height:62px;padding:0 8px;display:inline-flex}.logo-chip img{width:auto;height:62px;display:block}@media (width<=640px){.logo-chip,.logo-chip img{height:50px}}.tgrid{gap:20px}.tcard{border:1px solid var(--fz-gray-100);background:#fff;border-radius:16px;flex-direction:column;margin:0;padding:28px;display:flex}.tcard blockquote{font-family:var(--display);letter-spacing:-.01em;color:var(--fz-gray-900);margin:0 0 18px;font-size:15.5px;font-weight:500;line-height:1.5}.tcard blockquote:before{content:"“";color:var(--fz-orange-500);font-family:var(--display);margin-right:2px;font-weight:600}.tcard blockquote:after{content:"”";color:var(--fz-orange-500);font-family:var(--display);margin-left:1px;font-weight:600}.tcard figcaption{border-top:1px solid var(--fz-gray-100);flex-direction:column;gap:3px;margin-top:auto;padding-top:6px;display:flex}.trole{font-family:var(--display);color:var(--fz-gray-600);font-size:13px;font-weight:500;line-height:1.35}.torg{font-family:var(--display);color:var(--fz-gray-900);font-size:16px;font-weight:700;line-height:1.35}.tname{font-family:var(--mono);letter-spacing:.03em;color:var(--fz-gray-400);font-size:11px;line-height:1.4}.marquee{border-bottom:1px solid var(--fz-gray-100);background:#fff;padding:64px 0 68px;overflow:hidden}.marquee__title{text-align:center;color:var(--fz-blue-900);margin-bottom:44px;font-size:clamp(1.5rem,3vw,2.1rem)}.marquee__viewport{width:100%;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000);mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000)}.marquee__track{align-items:center;gap:76px;width:max-content;animation:30s linear infinite marquee;display:flex}.marquee:hover .marquee__track{animation-play-state:running}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.marquee__track{flex-wrap:wrap;justify-content:center;gap:48px 76px;width:auto;animation:none}.marquee__viewport{-webkit-mask-image:none;mask-image:none}}.mchip{flex:none;justify-content:center;align-items:center;height:58px;display:flex}.mchip img{width:auto;height:58px;display:block}.mchip--dark{background:#3c4159;border-radius:12px;height:62px;padding:8px 20px}.mchip--dark img{height:46px}@media (width<=640px){.mchip,.mchip img{height:46px}.mchip--dark{height:50px}.mchip--dark img{height:36px}.marquee__track{gap:52px}}.mchip--rw img{height:30px}@media (width<=640px){.mchip--rw img{height:24px}}.fz-breadcrumb{font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;color:var(--fz-blue-200);margin-bottom:20px;font-size:11px}.fz-breadcrumb a{color:var(--fz-blue-200);text-decoration:none}.fz-breadcrumb a:hover{color:#fff}.fz-breadcrumb span{opacity:.5;margin:0 6px}.fz-post-meta{font-family:var(--mono);letter-spacing:.06em;color:var(--fz-blue-100);margin-top:18px;font-size:12px}.fz-tags{flex-wrap:wrap;gap:8px;margin:20px 0 0;padding:0;list-style:none;display:flex}.fz-tags li{font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;color:var(--fz-blue-100);border:1px solid #ffffff3d;border-radius:999px;padding:5px 11px;font-size:10px}.fz-post-body{max-width:760px;margin:0 auto}.fz-post-body>*{max-width:100%}.fz-post-body p{color:var(--fz-gray-700);margin:0 0 24px;font-size:1.05rem;line-height:1.72}.fz-post-body h2{font-family:var(--display);color:var(--fz-gray-900);margin:52px 0 18px;font-size:1.6rem;line-height:1.3}.fz-post-body h3{font-family:var(--display);color:var(--fz-gray-900);margin:38px 0 14px;font-size:1.22rem}.fz-post-body ul,.fz-post-body ol{color:var(--fz-gray-700);margin:0 0 24px;padding-left:22px;line-height:1.72}.fz-post-body li{margin-bottom:10px}.fz-post-body a{color:var(--fz-blue-500);text-underline-offset:3px}.fz-post-body a:hover{color:var(--fz-blue-700)}.fz-post-body strong{color:var(--fz-gray-900)}.fz-post-body blockquote{border-left:3px solid var(--fz-orange-500);color:var(--fz-gray-900);margin:32px 0;padding:4px 0 4px 22px;font-size:1.1rem}.fz-post-body hr{border:0;border-top:1px solid var(--fz-gray-100);margin:44px 0}.fz-post-body img{border-radius:var(--radius);max-width:100%;height:auto}.fz-post-body>figure{border:1px solid var(--fz-gray-100);border-radius:var(--radius);max-width:100%;margin:40px 0 48px;overflow:hidden}.fz-post-hero{margin:0 0 40px}.fz-post-hero img{border-radius:var(--radius);width:100%;height:auto}.fz-post-cta{background:var(--fz-blue-900);color:#fff;border-radius:var(--radius);max-width:66ch;margin:64px auto 0;padding:36px}.fz-post-cta h2{font-family:var(--display);color:#fff;margin:0 0 10px;font-size:1.35rem}.fz-post-cta p{color:var(--fz-blue-100);margin:0 0 22px}.fz-insight-featured{border:1px solid var(--fz-gray-100);border-radius:var(--radius);background:#fff;grid-template-columns:1.15fr 1fr;align-items:stretch;gap:0;margin-bottom:44px;text-decoration:none;transition:box-shadow .2s,border-color .2s,transform .2s;display:grid;overflow:hidden}.fz-insight-featured:hover{border-color:var(--fz-blue-200);transform:translateY(-2px);box-shadow:0 10px 34px #083b5f1a}.fz-insight-featured__media{background:var(--fz-gray-50);overflow:hidden}.fz-insight-featured__media img{object-fit:cover;width:100%;height:100%;min-height:280px;display:block}.fz-insight-featured__body{flex-direction:column;justify-content:center;padding:40px;display:flex}.fz-insight-featured h2{font-family:var(--display);color:var(--fz-gray-900);margin:0 0 14px;font-size:1.55rem;line-height:1.28}.fz-insight-featured p{color:var(--fz-gray-700);margin:0 0 20px;line-height:1.65}.fz-insight-featured time,.fz-insight-card time{font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;color:var(--fz-blue-500);margin-bottom:12px;font-size:11px;display:block}.fz-readmore{font-family:var(--mono);letter-spacing:.08em;color:var(--fz-orange-700);font-size:12px}.fz-insight-grid{grid-template-columns:repeat(3,1fr);gap:26px;display:grid}.fz-insight-card{border:1px solid var(--fz-gray-100);border-radius:var(--radius);background:#fff;flex-direction:column;text-decoration:none;transition:box-shadow .2s,border-color .2s,transform .2s;display:flex;overflow:hidden}.fz-insight-card:hover{border-color:var(--fz-blue-200);transform:translateY(-2px);box-shadow:0 10px 34px #083b5f1a}.fz-insight-card__media{background:var(--fz-gray-50);aspect-ratio:16/9;overflow:hidden}.fz-insight-card__media img{object-fit:cover;width:100%;height:100%;display:block}.fz-insight-card__body{flex-direction:column;flex:1;padding:24px;display:flex}.fz-insight-card h3{font-family:var(--display);color:var(--fz-gray-900);margin:0 0 10px;font-size:1.05rem;line-height:1.35}.fz-insight-card p{color:var(--fz-gray-700);margin:0;font-size:.92rem;line-height:1.6}.fz-insight-noimg{background:linear-gradient(135deg, var(--fz-blue-900), var(--fz-blue-700));width:100%;height:100%;min-height:200px}@media (width<=900px){.fz-insight-grid{grid-template-columns:repeat(2,1fr)}.fz-insight-featured{grid-template-columns:1fr}}@media (width<=620px){.fz-insight-grid{grid-template-columns:1fr}.fz-post-body h2{font-size:1.35rem}.fz-post-cta{padding:26px}}
