/* Phase 1 extracted page styles. */
.hero{padding:clamp(14px,2vw,28px) clamp(22px,6vw,84px) 16px;background:linear-gradient(120deg,var(--navy),var(--navy2,#223a59));color:white;position:relative;overflow:hidden}.hero-watermark-container{position:absolute;top:0;right:0;bottom:0;width:50%;display:flex;align-items:center;justify-content:flex-end;padding-right:3rem;pointer-events:none;overflow:hidden;z-index:0}.hero-watermark-img{opacity:.10;max-height:80%;max-width:480px;width:auto;height:auto;display:block;filter:grayscale(1);user-select:none}.hero-inner{max-width:850px;position:relative;z-index:1}.hero h1{font:700 clamp(26px,3.2vw,40px)/1.05 'Libre Baskerville',serif;margin:6px 0 6px;max-width:720px}.hero p{max-width:650px;color:#d7e0eb;font-size:15px;line-height:1.4;margin:0}.hero-search{display:flex;align-items:center;gap:10px;max-width:620px;margin-top:20px;padding:6px 10px 6px 14px;background:#fff;color:var(--ink);border:1px solid #ffffff40;border-radius:8px;box-shadow:0 10px 24px #07122133}.hero-search span{font-size:22px;color:var(--orange)}.hero-search input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:var(--ink);font:inherit;font-size:13px}.hero-search kbd{padding:4px 7px;border:1px solid #dfe3e8;border-radius:4px;color:var(--muted);font-size:10px;white-space:nowrap}.notice{margin-top:16px;display:inline-flex;align-items:center;gap:9px;background:#ffffff12;border:1px solid #ffffff21;padding:10px 13px;border-radius:6px;color:#eef4fb;font-size:12px}.notice i{width:7px;height:7px;border-radius:50%;background:var(--orange);display:block}.news-zone{margin-top:12px;max-width:650px;padding:10px 14px 9px;background:#ffffff15;border:1px solid #ffffff2b;border-left:3px solid var(--orange);border-radius:9px;color:#eef4fb;box-shadow:0 8px 20px #07122124}.news-zone-head{display:flex;align-items:center;gap:9px;margin-bottom:7px;color:#ffbd88;font-size:10px;font-weight:700;letter-spacing:.16em}.news-zone-head i{width:8px;height:8px;border-radius:50%;background:var(--orange);box-shadow:0 0 0 4px #c5a05920}.news-zone-title{font-weight:700;font-size:14px;line-height:1.35}.news-zone-description{margin:4px 0 0;color:#d7e0eb;font-size:12px;line-height:1.5}.news-zone-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:9px;color:#aebdce;font-size:10px}.news-zone-controls{display:flex;align-items:center;gap:5px}.news-zone-controls button{width:22px;height:22px;border:1px solid #ffffff35;border-radius:50%;background:#ffffff0d;color:#fff;cursor:pointer}.news-zone-controls button:hover{border-color:var(--orange);color:#ffbd88}.news-zone-dots{display:flex;gap:4px}.news-zone-dots b{width:5px;height:5px;border-radius:50%;background:#ffffff45}.news-zone-dots b.active{background:var(--orange)}section.content .grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px}.card{background:var(--surface);border:1px solid var(--line);border-radius:8px;padding:14px 16px;min-height:auto;transition:.18s ease;box-shadow:0 2px 4px #15233b05}section.content .card:hover{transform:translateY(-2px);box-shadow:var(--shadow);border-color:#c5ccd5}section.content .card .kicker{color:var(--orange);font-size:9.5px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}section.content .card h3{font-size:15px;margin:7px 0 5px}section.content .card p{font-size:12px;line-height:1.5;color:#526173;font-weight:500;margin:0}[data-theme="dark"] section.content .card p{color:#c3cedb}section.content .card .arrow{float:right;color:var(--orange);font-size:16px;margin-top:6px}section.content .card-top{display:flex;align-items:center;justify-content:space-between;min-height:18px}section.content .card-icon{display:grid;place-items:center;width:34px;height:34px;flex:0 0 34px;border-radius:8px;font-size:21px;line-height:1}section.content .card-icon.cruiser{background:#4b6f97}section.content .card-icon.equipment{background:#8c6a92}section.content .card-icon.tow{background:#b06a4e}section.content .card-icon.email{background:#5c6b7a}section.content .card-icon.schedule{background:#3f7d6e}section.content .card-icon.cjis{background:#455a8f}section.content .card-icon.reporting{background:#b06a4e}section.content .card-icon.numbers{background:#b0863f}section.content .priority{border-color:#f4a261;box-shadow:0 0 0 2px #c5a05912}section.content .priority:hover{border-color:var(--orange)}


@media(max-width:650px){.hero{padding:24px 22px 18px}.hero h1{font-size:36px}.hero-search{margin-top:14px}.hero-search kbd{display:none}section.content .grid{grid-template-columns:1fr}}

section.content .card-icon.cad-rms{background:#5f4f8f}
section.content .card-icon.policy{background:#2e6b7e}
/* Short screens (in-car MDTs): keep the first row of Featured tools above the fold. */
@media(max-height:800px) and (min-width:651px){.hero{padding-top:10px;padding-bottom:10px}.hero h1{font-size:clamp(22px,2.6vw,32px);margin:2px 0 4px}.hero p{font-size:13px}.news-zone{margin-top:8px;padding:8px 12px 7px}.news-zone-head{margin-bottom:4px}.news-zone-meta{margin-top:5px}.news-zone-description{display:none}.hero+section.content{padding-top:22px}}
