*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#150a04;color:#f4e9dc;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;line-height:1.55}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{max-width:1160px;margin:0 auto;padding:0 20px}

/* header */
.site-header{position:sticky;top:0;z-index:50;background:rgba(21,10,4,.92);backdrop-filter:blur(6px);border-bottom:1px solid rgba(255,183,3,.18)}
.site-header .container{display:flex;align-items:center;justify-content:space-between;height:68px}
.brand img{height:28px;width:auto}
.desktop-nav{display:flex;gap:26px;font-size:14px;font-weight:600}
.desktop-nav a{opacity:.78}
.desktop-nav a.is-active,.desktop-nav a:hover{opacity:1;color:#ffb703}
.header-actions{display:flex;gap:10px;align-items:center}
.burger{display:none;background:none;border:0;cursor:pointer;padding:6px}
.burger span{display:block;width:22px;height:2px;background:#f4e9dc;margin:4px 0;border-radius:2px}
.mobile-nav{display:none}

.btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 18px;border-radius:8px;font-weight:700;font-size:14px;border:1px solid transparent;cursor:pointer}
.btn-gold{background:linear-gradient(135deg,#ffcf40,#ff9f1c);color:#1a0d02}
.btn-outline{background:transparent;border-color:rgba(244,233,220,.3);color:#f4e9dc}
.btn-sm{padding:7px 14px;font-size:13px}
.btn-block{width:100%}

/* stat hero */
.stat-hero{padding:52px 0 40px;background:radial-gradient(ellipse at top right,rgba(255,159,28,.14),transparent 55%)}
.stat-hero .eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:#ffb703;font-weight:700;margin:0 0 14px}
.stat-hero h1{font-size:clamp(28px,4vw,42px);line-height:1.15;margin:0 0 16px;max-width:820px}
.stat-hero .lede{font-size:17px;color:rgba(244,233,220,.82);max-width:680px;margin:0 0 28px}
.stat-row{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:0 0 30px}
.stat-box{background:rgba(255,255,255,.04);border:1px solid rgba(255,183,3,.16);border-radius:12px;padding:16px 14px}
.stat-box .n{display:block;font-size:26px;font-weight:800;color:#ffb703}
.stat-box .l{display:block;font-size:12.5px;color:rgba(244,233,220,.72);margin-top:4px}
.stat-hero .ctas{display:flex;gap:12px;flex-wrap:wrap}

/* provider directory */
.section{padding:46px 0}
.section-alt{background:#1b0f06}
.section-head{max-width:680px;margin:0 0 30px}
.kicker{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#ff9f1c}
.section-title{font-size:26px;margin:8px 0 10px}
.section-sub{color:rgba(244,233,220,.72);font-size:15px}

.provider-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px}
.provider-card{background:rgba(255,255,255,.035);border:1px solid rgba(255,183,3,.14);border-radius:14px;padding:18px}
.provider-card .p-name{font-size:15.5px;font-weight:700;margin:0 0 6px;color:#ffe1a3}
.provider-card .p-tag{font-size:13px;color:rgba(244,233,220,.7);margin:0}

/* category rail */
.cat-rail{display:flex;gap:14px;overflow-x:auto;padding-bottom:6px;-webkit-overflow-scrolling:touch}
.cat-tile{flex:0 0 220px;background:linear-gradient(160deg,rgba(255,159,28,.12),rgba(255,255,255,.02));border:1px solid rgba(255,183,3,.18);border-radius:14px;padding:18px}
.cat-tile img{width:38px;height:38px;margin-bottom:10px}
.cat-tile .c-h{font-weight:700;font-size:14.5px;margin:0 0 6px}
.cat-tile .c-p{font-size:13px;color:rgba(244,233,220,.7);margin:0}

/* facts table */
.fact-table{width:100%;border-collapse:collapse;font-size:14.5px;margin:0}
.fact-table th,.fact-table td{text-align:left;padding:12px 14px;border-bottom:1px solid rgba(255,183,3,.14)}
.fact-table th{color:#ffb703;font-size:12.5px;text-transform:uppercase;letter-spacing:.04em}
.table-wrap{overflow-x:auto;border:1px solid rgba(255,183,3,.14);border-radius:12px}

/* license band */
.license-band{display:flex;align-items:center;gap:18px;flex-wrap:wrap;background:rgba(255,255,255,.03);border:1px solid rgba(255,183,3,.16);border-radius:14px;padding:20px}
.license-band img{height:36px;width:auto}
.license-band .badge-19{height:40px}
.license-band p{font-size:13.5px;color:rgba(244,233,220,.72);margin:0;flex:1;min-width:220px}

/* article */
.seo-article{max-width:760px;margin:0 auto;padding:8px 0 10px}
.seo-article h1{font-size:26px}
.seo-article h2{font-size:21px;margin-top:38px}
.seo-article h3{font-size:17px;margin-top:24px;color:#ffe1a3}
.seo-article p{font-size:15.5px;color:rgba(244,233,220,.86)}
.seo-article a{color:#ffb703;text-decoration:underline}
.seo-article ul{padding-left:20px}
.seo-article li{margin-bottom:8px;font-size:15.5px;color:rgba(244,233,220,.86)}
.seo-article table{width:100%;border-collapse:collapse;margin:16px 0}
.seo-article th,.seo-article td{border:1px solid rgba(255,183,3,.16);padding:10px 12px;font-size:14.5px;text-align:left}
.seo-article th{background:rgba(255,183,3,.08)}

/* footer */
.site-footer{background:#0e0602;border-top:1px solid rgba(255,183,3,.14);padding:40px 0 26px}
.footer-top{display:flex;justify-content:space-between;gap:30px;flex-wrap:wrap;margin-bottom:26px}
.footer-brand img{height:26px;margin-bottom:10px}
.footer-brand p{font-size:13.5px;color:rgba(244,233,220,.65);max-width:280px}
.footer-cols{display:flex;gap:50px;flex-wrap:wrap}
.footer-col{display:flex;flex-direction:column;gap:8px;font-size:13.5px}
.footer-col .f-head{color:#ffb703;font-weight:700;font-size:12px;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px}
.footer-col a{color:rgba(244,233,220,.72)}
.footer-legal{border-top:1px solid rgba(255,183,3,.1);padding-top:18px;font-size:12.5px;color:rgba(244,233,220,.5)}
.footer-legal p{margin:0 0 8px}

@media (max-width:860px){
  .desktop-nav{display:none}
  .burger{display:block}
  .mobile-nav.is-open{display:flex}
  .mobile-nav{display:none;flex-direction:column;gap:2px;background:#150a04;border-bottom:1px solid rgba(255,183,3,.16);padding:10px 20px 18px}
  .mobile-nav a{padding:10px 0;border-bottom:1px solid rgba(255,255,255,.06);font-size:15px}
  .mobile-actions{display:flex;gap:10px;margin-top:12px}
  .stat-row{grid-template-columns:repeat(2,1fr)}
  .footer-top{flex-direction:column}
}
