:root{--brand-blue:#17abe0;--brand-blue-dark:#0e86b3;--brand-blue-tint:#17abe01a;--brand-yellow:#ffd400;--ink:#111;--text:#4b5259;--muted:#9ca3a6;--bg:#fff;--bg-alt:#f7f9fa;--border:#e4e8ea;--shadow:#11111114 0 10px 25px -8px, #1111110a 0 4px 8px -4px;--heading:"Roboto Slab", Georgia, serif;--sans:"Inter", system-ui, "Segoe UI", Roboto, sans-serif;font:17px/1.6 var(--sans);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (width<=720px){:root{font-size:16px}}*{box-sizing:border-box}body{margin:0}h1,h2,h3{font-family:var(--heading);color:var(--ink);margin:0;font-weight:600}p{margin:0}a{color:inherit}button{font-family:var(--sans)}.eyebrow{font-family:var(--sans);letter-spacing:2.4px;text-transform:uppercase;color:var(--muted);font-size:13px;font-weight:600;display:inline-block}.container{width:1120px;max-width:100%;margin:0 auto;padding:0 24px}.btn{cursor:pointer;border:2px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:12px 22px;font-size:15px;font-weight:600;transition:background-color .2s,border-color .2s,transform .15s;display:inline-flex}.btn-primary{background:var(--brand-blue);color:#fff}.btn-primary:hover{background:var(--brand-blue-dark)}.btn-ghost{border-color:var(--border);color:var(--ink);background:0 0}.btn-ghost:hover{border-color:var(--brand-blue);color:var(--brand-blue)}.btn-on-blue{color:var(--brand-blue-dark);background:#fff}.btn-on-blue:hover{background:var(--bg-alt)}.logo-mark{font-family:var(--heading);letter-spacing:-.2px;align-items:center;gap:10px;font-size:21px;font-weight:600;text-decoration:none;display:inline-flex}.logo-mark__badge{width:30px;height:30px}.logo-mark--dark{color:var(--ink)}.logo-mark--light{color:#fff}.header{z-index:10;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border);background:#ffffffe6;position:sticky;top:0}.header__inner{justify-content:space-between;align-items:center;gap:24px;padding:16px 24px;display:flex}.header__logo{text-decoration:none;display:inline-flex}.header__nav{flex:1;justify-content:center;align-items:center;gap:28px;display:flex}.header__nav a{color:var(--text);font-size:15px;font-weight:500;text-decoration:none}.header__nav a:hover{color:var(--brand-blue)}@media (width<=720px){.header__nav{display:none}}.hero{background:linear-gradient(180deg, var(--bg-alt) 0%, var(--bg) 60%);padding:72px 0 88px}.hero__inner{grid-template-columns:1.1fr 1fr;align-items:center;gap:56px;display:grid}.hero__copy{flex-direction:column;align-items:flex-start;gap:18px;display:flex}.hero__copy h1{letter-spacing:-.6px;font-size:44px;line-height:1.15}.hero__sub{color:var(--text);max-width:46ch;font-size:17px}.hero__actions{gap:14px;margin-top:8px;display:flex}.hero__panel{justify-content:center;display:flex}.dispatch-card{border:1px solid var(--border);width:100%;max-width:380px;box-shadow:var(--shadow);background:#fff;border-radius:16px;padding:22px}.dispatch-card__header{font-family:var(--heading);color:var(--ink);border-bottom:1px solid var(--border);justify-content:space-between;align-items:baseline;margin-bottom:14px;padding-bottom:14px;font-weight:600;display:flex}.dispatch-card__date{font-family:var(--sans);color:var(--muted);font-size:13px;font-weight:500}.dispatch-card__list{flex-direction:column;gap:14px;margin:0;padding:0;list-style:none;display:flex}.dispatch-card__list li{justify-content:space-between;align-items:center;gap:12px;display:flex}.dispatch-card__row-main{flex-direction:column;gap:2px;display:flex}.dispatch-card__row-main strong{color:var(--ink);font-size:14px}.dispatch-card__row-main span{color:var(--muted);font-size:13px}.pill{white-space:nowrap;border-radius:999px;flex-shrink:0;padding:5px 10px;font-size:12px;font-weight:600}.pill--blue{background:var(--brand-blue-tint);color:var(--brand-blue-dark)}.pill--yellow{color:#8a6d00;background:#ffd4002e}.pill--muted{background:var(--bg-alt);color:var(--muted)}.stat-strip{background:var(--bg-alt);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.stat-strip__inner{flex-wrap:wrap;justify-content:center;gap:32px;padding:24px;display:flex}.stat-strip__item{color:var(--ink);font-size:14px;font-weight:600}.section-heading{text-align:center;flex-direction:column;gap:12px;max-width:560px;margin:0 auto 48px;display:flex}.section-heading h2{letter-spacing:-.4px;font-size:32px}.features{padding:96px 0}.features__columns{grid-template-columns:repeat(3,1fr);align-items:start;gap:20px;display:grid}.features__column{flex-direction:column;gap:20px;display:flex}@supports (animation-timeline:view()){@media (prefers-reduced-motion:no-preference){.features__column--reverse{animation:linear both features-reverse-scroll;animation-timeline:view();animation-range:cover}}}@keyframes features-reverse-scroll{0%{transform:translateY(-100px)}to{transform:translateY(100px)}}.feature-card{border:1px solid var(--border);text-align:left;border-radius:14px;padding:24px;transition:border-color .2s,box-shadow .2s}.feature-card:hover{border-color:var(--brand-blue);box-shadow:var(--shadow)}.feature-card__icon{background:var(--brand-blue-tint);width:40px;height:40px;color:var(--brand-blue-dark);border-radius:10px;justify-content:center;align-items:center;margin-bottom:16px;display:flex}.feature-card__icon svg{width:22px;height:22px}.feature-card h3{margin-bottom:8px;font-size:17px}.feature-card p{color:var(--text);font-size:14.5px;line-height:1.55}.how-it-works{background:var(--bg-alt);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:96px 0}.how-it-works__steps{grid-template-columns:repeat(3,1fr);gap:32px;margin:0;padding:0;list-style:none;display:grid}.how-it-works__steps li{flex-direction:column;gap:10px;display:flex}.how-it-works__index{font-family:var(--heading);color:var(--brand-blue-dark);background:var(--brand-blue-tint);border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:15px;font-weight:600;display:flex}.how-it-works__steps h3{font-size:18px}.how-it-works__steps p{color:var(--text);font-size:14.5px;line-height:1.55}.cta-banner{background:var(--brand-blue);padding:72px 0}.cta-banner__inner{text-align:center;flex-direction:column;align-items:center;gap:14px;display:flex}.cta-banner h2{color:#fff;font-size:30px}.cta-banner p{color:#ffffffd9;max-width:46ch}.cta-banner .btn{margin-top:8px}.footer{background:var(--ink);color:#ffffffb3}.footer__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;padding:40px 24px;display:flex}.footer__brand{align-items:center;gap:14px;display:flex}.footer__tagline{letter-spacing:2px;text-transform:uppercase;color:#ffffff80;border-left:1px solid #fff3;padding-left:14px;font-size:12px;font-weight:600}.footer__nav{gap:24px;display:flex}.footer__nav a{color:#ffffffbf;font-size:14px;text-decoration:none}.footer__nav a:hover{color:#fff}.footer__contact a{color:#fff;font-size:14px;font-weight:600;text-decoration:none}.footer__legal{color:#ffffff80;border-top:1px solid #ffffff1f;padding:18px 24px;font-size:13px}@media (width<=900px){.hero__inner{grid-template-columns:1fr}.hero__panel{order:-1}.how-it-works__steps{grid-template-columns:1fr;gap:28px}.features__columns{grid-template-columns:1fr}.features__column--reverse{animation:none;transform:none}}@media (width<=640px){.hero{padding:48px 0 56px}.hero__copy h1{font-size:32px}.section-heading h2{font-size:26px}.features,.how-it-works{padding:64px 0}.footer__inner{flex-direction:column;align-items:flex-start}.footer__tagline{border-left:none;padding-left:0}}
