:root{
  --asphalt:#1B1F23;
  --fleet-navy:#14324C;
  --hazard:#F5C400;
  --signal:#E8590C;
  --paper:#F2EFE9;
  --paper-dim:#E7E2D6;
  --steel:#6B7280;
  --ink:#1B1F23;
}
*{box-sizing:border-box; margin:0; padding:0;}
body{
  font-family:'Inter',sans-serif;
  background:var(--paper);
  color:var(--ink);
  line-height:1.6;
}
h1,h2,h3{font-family:'Archivo Black',sans-serif; text-transform:uppercase; letter-spacing:-0.01em; line-height:1.1;}
.mono{font-family:'IBM Plex Mono',monospace;}
a{color:inherit; text-decoration:none;}
img{max-width:100%; display:block;}
.wrap{max-width:1180px; margin:0 auto; padding:0 32px;}
.narrow{max-width:760px;}
.hazard-strip{
  height:14px;
  background-image:repeating-linear-gradient(-45deg, var(--hazard) 0 22px, var(--asphalt) 22px 44px);
}

/* HEADER */
header{background:var(--asphalt); color:var(--paper);}
.nav-row{display:flex; align-items:center; justify-content:space-between; padding:20px 0;}
.logo{display:flex; align-items:center; gap:10px;}
.logo-mark{
  width:34px; height:34px; background:var(--hazard);
  display:flex; align-items:center; justify-content:center;
  font-family:'Archivo Black',sans-serif; font-size:16px; color:var(--asphalt);
  transform:skewX(-8deg); flex:none;
}
.logo-text{font-family:'Archivo Black',sans-serif; font-size:16px; letter-spacing:0.02em;}
.logo-text span{color:var(--hazard);}
nav ul{list-style:none; display:flex; gap:28px;}
nav a{font-size:14px; font-weight:600; color:var(--paper); opacity:0.85;}
nav a:hover, nav a.active{opacity:1; color:var(--hazard);}
.nav-cta{
  background:var(--signal); color:var(--paper); font-weight:700; font-size:13px;
  padding:11px 20px; text-transform:uppercase; letter-spacing:0.03em;
  border:none; cursor:pointer;
}
.menu-btn{display:none; background:none; border:none; color:var(--paper); font-size:26px; cursor:pointer;}

/* BREADCRUMB */
.crumb{background:var(--paper-dim); padding:14px 0;}
.crumb .wrap{font-family:'IBM Plex Mono',monospace; font-size:12px; color:var(--steel); text-transform:uppercase; letter-spacing:0.04em;}
.crumb a:hover{color:var(--signal);}

/* PAGE HERO (interior pages) */
.page-hero{background:var(--asphalt); color:var(--paper); padding:56px 0 48px;}
.eyebrow{
  font-family:'IBM Plex Mono',monospace; font-size:12px; color:var(--hazard);
  text-transform:uppercase; letter-spacing:0.12em; margin-bottom:16px;
  display:flex; align-items:center; gap:10px;
}
.eyebrow::before{content:""; width:22px; height:2px; background:var(--hazard);}
.page-hero h1{font-size:38px; max-width:680px;}
.page-hero p.lede{font-size:16px; color:#C9CDD2; max-width:560px; margin-top:16px;}

/* HOME HERO */
.hero{background:var(--asphalt); color:var(--paper); position:relative; overflow:hidden;}
.hero-inner{display:grid; grid-template-columns:1.15fr 0.85fr; gap:50px; padding:80px 0 70px; align-items:center;}
.hero h1{font-size:50px; margin-bottom:20px;}
.hero h1 .hi{color:var(--hazard);}
.hero p.lede{font-size:17px; color:#C9CDD2; max-width:480px; margin-bottom:32px;}
.hero-ctas{display:flex; gap:14px; flex-wrap:wrap;}
.hero-stats{display:flex; gap:28px; margin-top:40px; flex-wrap:wrap;}
.hero-stats div{border-left:2px solid var(--hazard); padding-left:12px;}
.hero-stats .num{font-family:'Archivo Black',sans-serif; font-size:22px; display:block;}
.hero-stats .lbl{font-size:11px; color:#9BA1A8; font-family:'IBM Plex Mono',monospace;}

.btn-primary{
  background:var(--hazard); color:var(--asphalt); font-weight:700; font-size:14px;
  padding:15px 26px; text-transform:uppercase; letter-spacing:0.03em; border:none; cursor:pointer; display:inline-block;
}
.btn-ghost{
  background:transparent; color:var(--paper); font-weight:700; font-size:14px;
  padding:15px 26px; text-transform:uppercase; letter-spacing:0.03em;
  border:1px solid #464C53; display:inline-block;
}

/* manifest ticket */
.manifest{background:var(--paper); color:var(--ink); position:relative; padding:22px 22px 18px; border:1.5px dashed var(--asphalt);}
.manifest::before, .manifest::after{content:""; position:absolute; width:20px; height:20px; background:var(--asphalt); border-radius:50%; top:50%; transform:translateY(-50%);}
.manifest::before{left:-10px;} .manifest::after{right:-10px;}
.manifest-head{display:flex; justify-content:space-between; align-items:baseline; border-bottom:2px solid var(--asphalt); padding-bottom:10px; margin-bottom:14px;}
.manifest-head .t{font-family:'Archivo Black',sans-serif; font-size:14px;}
.manifest-head .d{font-family:'IBM Plex Mono',monospace; font-size:11px; color:var(--steel);}
.manifest-row{display:flex; justify-content:space-between; align-items:center; padding:9px 0; border-bottom:1px dotted #C9C4B6; font-size:13px;}
.manifest-row:last-child{border-bottom:none;}
.manifest-row .stop{font-family:'IBM Plex Mono',monospace; font-size:11px; color:var(--signal); font-weight:600;}
.manifest-row .status{font-family:'IBM Plex Mono',monospace; font-size:10px; text-transform:uppercase; background:#E4F0E8; color:#1E6B3C; padding:3px 8px;}

/* STRIP */
.strip-section{background:var(--fleet-navy); color:var(--paper); padding:24px 0;}
.strip-section .wrap{display:flex; align-items:center; gap:36px; flex-wrap:wrap; justify-content:center;}
.strip-section p{font-family:'IBM Plex Mono',monospace; font-size:13px; color:#B9C7D3; text-transform:uppercase; letter-spacing:0.04em;}

/* SECTION SHARED */
section{padding:72px 0;}
.section-head{max-width:640px; margin-bottom:44px;}
.section-head .eyebrow{color:var(--signal);}
.section-head h2{font-size:32px; color:var(--asphalt);}
.section-head p{color:var(--steel); font-size:16px; margin-top:14px;}

/* ROUND / PILLAR CARDS */
.round-grid{display:grid; grid-template-columns:repeat(4, 1fr); gap:20px;}
.stop-card{background:#fff; border:1px solid #DEDACC; position:relative; padding:26px 20px 22px;}
.stop-card .stop-num{font-family:'IBM Plex Mono',monospace; font-size:11px; color:var(--signal); font-weight:600; text-transform:uppercase; letter-spacing:0.08em; margin-bottom:14px; display:block;}
.stop-card h3{font-size:18px; color:var(--asphalt); margin-bottom:10px; font-family:'Archivo Black',sans-serif;}
.stop-card p{font-size:13.5px; color:var(--steel); margin-bottom:18px;}
.stop-card .tag-row{display:flex; gap:6px; flex-wrap:wrap; margin-bottom:18px;}
.stop-card .tag{font-family:'IBM Plex Mono',monospace; font-size:10px; background:var(--paper-dim); color:var(--asphalt); padding:4px 8px; text-transform:uppercase;}
.stop-card .link{font-size:13px; font-weight:700; color:var(--fleet-navy); border-top:1px solid #EEEADE; padding-top:14px; display:flex; justify-content:space-between; align-items:center;}
.stop-card:hover{border-color:var(--hazard);}

/* GUIDES LIST */
.guides{background:var(--asphalt); color:var(--paper);}
.guides .section-head h2{color:var(--paper);}
.guides .section-head p{color:#9BA1A8;}
.guide-list{display:flex; flex-direction:column;}
.guide-row{display:grid; grid-template-columns:90px 1fr 150px 100px; align-items:center; gap:20px; padding:22px 0; border-bottom:1px solid #33383E;}
.guide-row:first-child{border-top:1px solid #33383E;}
.guide-row .idx{font-family:'IBM Plex Mono',monospace; color:var(--hazard); font-size:13px;}
.guide-row h4{font-size:16px; font-weight:600; font-family:'Inter',sans-serif;}
.guide-row .cat{font-family:'IBM Plex Mono',monospace; font-size:11px; color:#9BA1A8; text-transform:uppercase; border-left:2px solid var(--hazard); padding-left:10px;}
.guide-row .read{font-size:13px; color:var(--hazard); font-weight:600; text-align:right;}
.guide-row:hover h4{color:var(--hazard);}

/* light-bg guide list variant (guides hub page) */
.guides.light{background:var(--paper); color:var(--ink);}
.guides.light .section-head h2{color:var(--asphalt);}
.guides.light .section-head p{color:var(--steel);}
.guides.light .guide-row{border-bottom:1px solid #DEDACC;}
.guides.light .guide-row:first-child{border-top:1px solid #DEDACC;}
.guides.light .guide-row h4{color:var(--asphalt);}
.guides.light .guide-row .cat{color:var(--steel);}
.guides.light .guide-row:hover h4{color:var(--signal);}

/* COMPARE TABLE */
.compare-table{width:100%; border-collapse:collapse; background:#fff; border:1px solid #DEDACC;}
.compare-table th{font-family:'IBM Plex Mono',monospace; font-size:11px; text-transform:uppercase; letter-spacing:0.05em; text-align:left; padding:14px 18px; background:var(--asphalt); color:var(--hazard);}
.compare-table td{padding:16px 18px; font-size:14px; border-bottom:1px solid #EEEAD8;}
.compare-table tr:last-child td{border-bottom:none;}
.compare-table .provider{font-weight:700;}
.compare-table .best{font-family:'IBM Plex Mono',monospace; font-size:10px; background:var(--hazard); color:var(--asphalt); padding:3px 8px; margin-left:8px;}
.compare-table .cta{color:var(--signal); font-weight:700; font-size:13px;}
.table-scroll{overflow-x:auto;}

/* CONVOY / newsletter */
.convoy{background:var(--fleet-navy); color:var(--paper);}
.convoy-inner{display:flex; justify-content:space-between; align-items:center; gap:40px; flex-wrap:wrap;}
.convoy h2{font-size:28px; max-width:460px;}
.convoy p{color:#B9C7D3; margin-top:12px; max-width:440px; font-size:15px;}
.convoy-form{display:flex; gap:10px; min-width:320px; flex-wrap:wrap;}
.convoy-form input{flex:1; min-width:180px; padding:15px 16px; border:none; font-family:'Inter',sans-serif; font-size:14px; background:#fff;}
.convoy-form button{background:var(--hazard); color:var(--asphalt); font-weight:700; font-size:13px; padding:15px 22px; text-transform:uppercase; border:none; white-space:nowrap; cursor:pointer;}
.convoy-note{font-family:'IBM Plex Mono',monospace; font-size:11px; color:#7E93A3; margin-top:14px;}

/* FOOTER */
footer{background:var(--asphalt); color:#9BA1A8; padding:50px 0 30px;}
.footer-grid{display:grid; grid-template-columns:1.4fr 1fr 1fr 1fr; gap:40px; padding-bottom:36px; border-bottom:1px solid #33383E;}
.footer-grid h5{font-family:'IBM Plex Mono',monospace; font-size:12px; color:var(--hazard); text-transform:uppercase; letter-spacing:0.06em; margin-bottom:16px;}
.footer-grid ul{list-style:none;}
.footer-grid li{margin-bottom:10px; font-size:14px;}
.footer-grid li a:hover{color:var(--hazard);}
.footer-bottom{display:flex; justify-content:space-between; padding-top:24px; font-size:12px; flex-wrap:wrap; gap:10px;}

/* ARTICLE / GUIDE PAGES */
.article{padding:64px 0 80px;}
.article .meta{font-family:'IBM Plex Mono',monospace; font-size:12px; color:var(--steel); text-transform:uppercase; letter-spacing:0.04em; margin-bottom:18px; display:flex; gap:16px; flex-wrap:wrap;}
.article h1{font-size:34px; color:var(--asphalt); margin-bottom:18px; max-width:760px;}
.article .dek{font-size:17px; color:var(--steel); max-width:680px; margin-bottom:36px;}
.article-body{max-width:700px;}
.article-body h2{font-family:'Archivo Black',sans-serif; text-transform:none; font-size:22px; color:var(--asphalt); margin:40px 0 14px;}
.article-body h3{font-family:'Inter',sans-serif; font-weight:700; text-transform:none; font-size:17px; color:var(--asphalt); margin:26px 0 10px;}
.article-body p{font-size:15.5px; color:#3C3F42; margin-bottom:16px;}
.article-body ul, .article-body ol{margin:0 0 18px 20px; font-size:15.5px; color:#3C3F42;}
.article-body li{margin-bottom:8px;}
.article-body a{color:var(--signal); font-weight:600; border-bottom:1px solid currentColor;}
.callout{background:var(--paper-dim); border-left:3px solid var(--hazard); padding:18px 20px; margin:26px 0; font-size:14.5px;}
.callout .label{font-family:'IBM Plex Mono',monospace; font-size:11px; text-transform:uppercase; color:var(--signal); font-weight:700; margin-bottom:8px; display:block;}
.disclaimer-box{background:#fff; border:1px solid #DEDACC; padding:18px 20px; margin:32px 0; font-size:13px; color:var(--steel);}

/* LEGAL PAGES */
.legal-body{max-width:760px; font-size:15px; color:#3C3F42;}
.legal-body h2{font-family:'Archivo Black',sans-serif; text-transform:none; font-size:20px; color:var(--asphalt); margin:34px 0 12px;}
.legal-body p{margin-bottom:14px;}
.legal-body ul{margin:0 0 14px 20px;}
.legal-body li{margin-bottom:6px;}
.updated{font-family:'IBM Plex Mono',monospace; font-size:12px; color:var(--steel); margin-bottom:30px; display:inline-block; background:var(--paper-dim); padding:6px 12px;}

/* FORMS (contact) */
.form-card{background:#fff; border:1px solid #DEDACC; padding:32px; max-width:560px;}
.form-row{margin-bottom:18px;}
.form-row label{display:block; font-family:'IBM Plex Mono',monospace; font-size:11px; text-transform:uppercase; letter-spacing:0.04em; color:var(--steel); margin-bottom:8px;}
.form-row input, .form-row select, .form-row textarea{width:100%; padding:12px 14px; border:1px solid #DEDACC; font-family:'Inter',sans-serif; font-size:14px; background:var(--paper);}
.form-row textarea{resize:vertical; min-height:120px;}

/* generic content grid */
.two-col{display:grid; grid-template-columns:1fr 1fr; gap:40px;}
.stat-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin:30px 0;}
.stat-box{background:#fff; border:1px solid #DEDACC; padding:20px;}
.stat-box .num{font-family:'Archivo Black',sans-serif; font-size:26px; color:var(--signal); display:block;}
.stat-box .lbl{font-size:12px; color:var(--steel); font-family:'IBM Plex Mono',monospace; text-transform:uppercase; margin-top:6px; display:block;}

@media (max-width:900px){
  .hero-inner{grid-template-columns:1fr;}
  .round-grid{grid-template-columns:repeat(2,1fr);}
  .guide-row{grid-template-columns:1fr; gap:6px;}
  .guide-row .idx{display:none;}
  .footer-grid{grid-template-columns:1fr 1fr;}
  nav{display:none;}
  .hero h1{font-size:34px;}
  .two-col{grid-template-columns:1fr;}
  .stat-grid{grid-template-columns:1fr 1fr;}
  .page-hero h1{font-size:28px;}
}
