:root {
  --ink: #17233b;
  --muted: #5d6779;
  --navy: #102a56;
  --blue: #1769d2;
  --blue-dark: #0d4fa8;
  --gold: #f5b942;
  --surface: #f5f7fb;
  --line: #dce3ee;
  --white: #fff;
  --radius: 16px;
  --shadow: 0 12px 32px rgba(16, 42, 86, .10);
}
* { box-sizing: border-box; }
html { color-scheme: light; scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font: 17px/1.7 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: var(--blue-dark); text-decoration-thickness: .08em; text-underline-offset: .16em; }
a:hover { color: var(--blue); }
img { max-width: 100%; height: auto; }
.shell, .container { width: min(1160px, calc(100% - 32px)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 99; transform: translateY(-150%); padding: 10px 14px; background: var(--white); border: 2px solid var(--navy); border-radius: 8px; }
.skip-link:focus { transform: none; }
.utility-bar { color: #dce8fb; background: var(--navy); font-size: .84rem; }
.utility-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.utility-bar a { color: var(--white); }
.brand-row { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--navy); font-size: 1.38rem; font-weight: 800; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 46px; height: 46px; color: var(--white); background: linear-gradient(135deg, var(--blue), var(--navy)); border-radius: 13px; font-size: .85rem; letter-spacing: .05em; }
.primary-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px 22px; }
.primary-nav a { color: var(--ink); font-size: .94rem; font-weight: 700; text-decoration: none; }
.primary-nav a:hover { color: var(--blue); }
.site-main { min-height: 60vh; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 7px; padding-block: 14px; color: var(--muted); font-size: .86rem; }
.breadcrumbs a { color: var(--blue-dark); font-weight: 650; text-decoration: none; }
.breadcrumbs [aria-current="page"] { max-width: 56ch; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.page-heading { padding-block: 34px 20px; }
.page-heading h1 { max-width: 900px; margin: 0 0 12px; font-size: clamp(2rem, 5vw, 3.35rem); }
.page-heading p { max-width: 800px; color: var(--muted); font-size: 1.08rem; }
.mid-content { padding: 44px 0 64px; background: linear-gradient(180deg, var(--surface) 0, var(--white) 220px); }
.mid-content .container { max-width: 900px; padding: clamp(24px, 5vw, 54px); background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
h1, h2, h3 { color: var(--navy); line-height: 1.2; letter-spacing: -.02em; }
h1 { margin: 0 0 22px; font-size: clamp(2rem, 5vw, 3.35rem); }
h2 { margin: 2.1em 0 .7em; font-size: clamp(1.45rem, 3vw, 2rem); }
h3 { margin: 1.7em 0 .55em; font-size: 1.22rem; }
p, ul, ol { margin-block: 0 1.2em; }
li + li { margin-top: .38em; }
table { width: 100%; margin: 24px 0; border-collapse: collapse; font-size: .94rem; }
th, td { padding: 11px 13px; text-align: left; vertical-align: top; border: 1px solid var(--line); }
th { color: var(--navy); background: #edf3fc; }
tbody tr:nth-child(even) { background: #fafbfd; }
.hero { padding: 72px 0; color: var(--white); background: radial-gradient(circle at 80% 10%, #2876d8 0, transparent 33%), linear-gradient(135deg, var(--navy), #071a38); }
.hero h1 { max-width: 780px; color: var(--white); }
.hero p { max-width: 690px; color: #dce8fb; font-size: 1.12rem; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button { display: inline-block; padding: 12px 18px; color: var(--navy); background: var(--gold); border-radius: 10px; font-weight: 800; text-decoration: none; }
.button.secondary { color: var(--white); background: transparent; border: 1px solid #87a9d8; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; padding: 48px 0; }
.card { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 8px 22px rgba(16,42,86,.07); }
.card h2 { margin-top: 0; font-size: 1.3rem; }
.dictionary-hero { padding: 64px 0; color: var(--white); background: radial-gradient(circle at 82% 15%, #2876d8 0, transparent 34%), linear-gradient(135deg, var(--navy), #071a38); }
.dictionary-hero h1 { margin: 8px 0 14px; color: var(--white); font-size: clamp(2.4rem, 6vw, 4rem); }
.dictionary-hero p { max-width: 760px; color: #dce8fb; font-size: 1.12rem; }
.dictionary-hero .eyebrow { color: #93c5fd; font-size: .82rem; font-weight: 800; letter-spacing: .14em; }
.dictionary-directory { padding: 48px 0 72px; }
.dictionary-intro { display: flex; justify-content: space-between; gap: 28px; align-items: end; }
.dictionary-intro h2 { margin: 0 0 8px; }
.dictionary-intro p { max-width: 760px; }
.dictionary-count { min-width: 128px; margin: 0; text-align: right; }
.dictionary-count strong, .dictionary-count span { display: block; }
.dictionary-count strong { color: var(--navy); font-size: 2rem; }
.dictionary-letters { display: flex; flex-wrap: wrap; gap: 9px; margin: 30px 0 42px; }
.dictionary-letters a { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--line); border-radius: 10px; font-weight: 800; text-decoration: none; }
.dictionary-letters a:hover, .dictionary-letters a:focus { color: var(--white); background: var(--blue); }
.dictionary-groups { display: grid; gap: 32px; }
.dictionary-group { scroll-margin-top: 20px; }
.dictionary-group h2 { margin: 0 0 14px; padding-bottom: 10px; border-bottom: 3px solid var(--red); font-size: 1.7rem; }
.dictionary-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.dictionary-links a { padding: 16px 18px; color: var(--navy); background: var(--white); border: 1px solid var(--line); border-radius: 12px; font-weight: 700; text-decoration: none; }
.dictionary-links a span { color: var(--blue); }
.dictionary-links a:hover, .dictionary-links a:focus { border-color: var(--blue); box-shadow: 0 7px 18px rgba(16,42,86,.09); }
.not-found-hero { padding: 76px 0; color: var(--white); background: radial-gradient(circle at 82% 20%, #2876d8 0, transparent 34%), linear-gradient(135deg, var(--navy), #071a38); }
.not-found-code { margin: 0 0 8px; color: #93c5fd; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.not-found-hero h1 { max-width: 780px; margin: 0 0 16px; color: var(--white); font-size: clamp(2.6rem, 7vw, 4.8rem); }
.not-found-hero p:not(.not-found-code) { max-width: 700px; color: #dce8fb; font-size: 1.15rem; }
.not-found-primary { display: inline-block; margin-top: 12px; padding: 13px 19px; color: var(--navy); background: var(--gold); border-radius: 10px; font-weight: 850; text-decoration: none; }
.not-found-recovery { padding: 48px 0 70px; }
.not-found-recovery h2 { margin-top: 0; }
.not-found-recovery>div { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.not-found-recovery>div>a { display: grid; padding: 22px; color: var(--navy); border: 1px solid var(--line); border-radius: 14px; text-decoration: none; box-shadow: 0 7px 18px rgba(16,42,86,.05); }
.not-found-recovery>div>a:hover, .not-found-recovery>div>a:focus { border-color: var(--blue); transform: translateY(-2px); }
.not-found-recovery span { margin-top: 4px; color: var(--muted); font-weight: 400; }
.not-found-help { margin-top: 28px; padding: 18px; border-left: 5px solid var(--red); background: var(--surface); }
.related-guides { padding-block: 20px 56px; }
.related-guides h2 { margin-top: 0; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.related-grid a { display: block; padding: 18px; color: var(--navy); background: var(--surface); border: 1px solid var(--line); border-radius: 12px; font-weight: 750; text-decoration: none; }
.related-grid a:hover { background: #edf3fc; border-color: #9fb8db; }
.site-footer { padding-top: 46px; color: #dce8fb; background: #091b39; }
.footer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
.site-footer h2 { margin: 0 0 12px; color: var(--white); font-size: 1rem; }
.site-footer a { display: block; margin: 8px 0; color: #dce8fb; font-size: .91rem; text-decoration: none; }
.site-footer a:hover { color: var(--white); text-decoration: underline; }
.footer-bottom { margin-top: 36px; padding: 22px 0; border-top: 1px solid #294367; color: #aebed7; font-size: .82rem; }
@media (max-width: 820px) {
  .brand-row { align-items: flex-start; flex-direction: column; padding-block: 18px; }
  .primary-nav { justify-content: flex-start; }
  .card-grid, .footer-grid, .related-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .utility-inner span { display: none; }
  .utility-inner { justify-content: flex-end; }
  .primary-nav { display: grid; grid-template-columns: 1fr 1fr; width: 100%; }
  .mid-content { padding-top: 20px; }
  .mid-content .container { width: min(100% - 20px, 900px); padding: 22px 18px; }
  .card-grid, .footer-grid, .related-grid { grid-template-columns: 1fr; }
  .dictionary-intro { display: block; }
  .dictionary-count { margin-top: 18px; text-align: left; }
  .dictionary-links { grid-template-columns: 1fr; }
  .not-found-recovery>div { grid-template-columns: 1fr; }
  table { display: block; overflow-x: auto; white-space: nowrap; }
}
.table-scroll{overflow-x:auto}
.site-header { background: var(--white); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 106px; display: flex; align-items: center; gap: 32px; }
.brand-logo, .footer-logo { display: inline-flex; flex: 0 0 auto; }
.brand-logo img { display: block; width: 300px; max-width: 100%; height: auto; }
.primary-nav { margin-left: auto; align-items: center; }
.call-link { padding: 14px 20px; color: var(--white); background: #c92543; border-radius: 10px; box-shadow: 0 8px 18px rgba(201,37,67,.2); font-size: 1.02rem; font-weight: 800; text-decoration: none; white-space: nowrap; }
.call-link:hover { color: var(--white); background: #aa1e38; }
.footer-brand-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-bottom: 32px; }
.footer-logo img { display: block; width: 230px; height: auto; padding: 6px; background: var(--white); border-radius: 8px; }
.footer-call { color: var(--white); font-size: 1.05rem; font-weight: 800; text-decoration: none; }
@media (max-width: 900px) { .header-inner { min-height: 88px; flex-wrap: wrap; padding-block: 16px; } .brand-logo img { width: 240px; } .primary-nav { order: 3; width: 100%; margin-left: 0; justify-content: flex-start; } .call-link { margin-left: auto; } }
@media (max-width: 560px) { .header-inner { gap: 16px; } .brand-logo img { width: 190px; } .call-link { padding: 10px 12px; font-size: .82rem; } .footer-brand-row { align-items: flex-start; flex-direction: column; } }
.footer-disclaimer{margin-top:.8rem;font-size:.78rem;line-height:1.5;color:#d9e2ec}
.recent-articles{margin:3rem 0;padding:2rem;border:1px solid #d9e2ec;border-radius:18px;background:#f4f8fb}.recent-articles>h2{margin:.15rem 0}.recent-articles>p:not(.eyebrow){margin-top:.35rem;color:#5b6773}.recent-article-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:1.4rem}.recent-article-grid article{padding:1.25rem;border:1px solid #d9e2ec;border-radius:14px;background:#fff}.recent-article-grid h3{margin:.25rem 0 .65rem;font-size:1.15rem;line-height:1.3}.recent-article-grid h3 a,.article-link{color:#1463a5}.article-topic{margin:0;color:#1463a5;font-size:.75rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.article-link{display:inline-block;margin-top:.35rem;font-weight:750;text-decoration:none}@media(max-width:800px){.recent-article-grid{grid-template-columns:1fr}}
.homepage-directory-section{margin:3rem 0}.section-heading-row{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.section-heading-row h2{margin:.15rem 0}.section-heading-row p:not(.eyebrow){margin:.25rem 0 0;color:#5b6773}.section-heading-row>a{font-weight:750;white-space:nowrap}.provider-card-grid,.city-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.provider-card{display:flex;min-height:230px;align-items:center;flex-direction:column;justify-content:center;padding:1rem;border:1px solid #d9e2ec;border-radius:14px;background:#fff;text-align:center;text-decoration:none;box-shadow:0 5px 14px rgba(16,42,67,.07)}.provider-card img{width:128px;height:64px;object-fit:contain;margin-bottom:.8rem}.provider-card strong{font-size:1.05rem;color:#17212b}.provider-card span{color:#5b6773}.provider-card small{width:100%;margin-top:1rem;padding-top:.7rem;border-top:1px solid #e6edf3;color:#1463a5;font-weight:750}.city-card-grid>a{display:flex;min-height:150px;flex-direction:column;padding:1.1rem;border:1px solid #d9e2ec;border-radius:14px;background:#fff;text-decoration:none;box-shadow:0 5px 14px rgba(16,42,67,.06)}.city-card-grid>a>span{align-self:flex-start;padding:.2rem .45rem;border-radius:5px;background:#f0f4f8;color:#334e68;font-size:.72rem;font-weight:800}.city-card-grid strong{margin:.75rem 0 auto;color:#17212b;font-size:1.2rem}.city-card-grid small{color:#1463a5;font-weight:750}.directory-note{color:#5b6773;font-size:.88rem}.tv-speed-tool{margin:3rem 0;padding:2rem;border-radius:20px;background:linear-gradient(135deg,#0f469f,#1463c9);color:#fff}.tv-speed-tool .eyebrow{color:#d9ebff}.tv-speed-tool h2{margin:.15rem 0}.tv-speed-tool>p:not(.eyebrow){margin-top:.35rem;color:#eaf4ff}.tv-speed-tool form{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:1.4rem}.tv-speed-tool label{display:flex;flex-direction:column;gap:.4rem;font-weight:700}.tv-speed-tool select{min-height:48px;padding:.65rem;border:1px solid #b9d7ff;border-radius:9px;background:#fff;color:#102a43;font:inherit}.tv-speed-tool button{grid-column:1/-1;justify-self:start;padding:.8rem 1.2rem;border:0;border-radius:999px;background:#fff;color:#0f469f;font-weight:800;cursor:pointer}.tv-speed-result{display:flex;flex-direction:column;gap:.25rem;margin-top:1.25rem;padding:1rem;border-radius:12px;background:#fff;color:#102a43}.tv-speed-result strong{font-size:1.25rem}.tv-speed-tool details{margin-top:1rem}.tv-speed-tool summary{cursor:pointer;font-weight:750}.tv-speed-tool details p{color:#eaf4ff}.what-is-atv{margin:3rem 0;padding:2rem;border-left:5px solid #1463a5;background:#f4f8fb}.what-is-atv h2{margin-top:0}.what-is-atv p:last-child{margin-bottom:0}@media(max-width:900px){.provider-card-grid,.city-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tv-speed-tool form{grid-template-columns:1fr}}@media(max-width:600px){.section-heading-row{align-items:flex-start;flex-direction:column}.provider-card-grid,.city-card-grid{grid-template-columns:1fr}.tv-speed-tool,.what-is-atv{padding:1.25rem}}
.call-link,.footer-call{white-space:nowrap;transition:transform .22s ease,box-shadow .22s ease,filter .22s ease}.phone-hover-active{transform:translateY(-3px) scale(1.035);box-shadow:0 12px 26px rgba(201,37,67,.34);filter:saturate(1.12)}@media(prefers-reduced-motion:reduce){.call-link,.footer-call{transition:none}.phone-hover-active{transform:none}}
.homepage-title{font-size:clamp(1.9rem,3.4vw,2.85rem);line-height:1.12}
.policy-page{max-width:900px;padding-block:2rem 4rem}.policy-intro{padding:1.75rem;border-radius:16px;background:#f4f8fb}.policy-intro h1{margin:.2rem 0}.policy-updated{color:#5b6773;font-size:.92rem}.policy-page>section{padding:1.15rem 0;border-bottom:1px solid #d9e2ec}.policy-page>section:last-child{border-bottom:0}.policy-page h2{margin-bottom:.35rem}.policy-page section p{margin:.45rem 0}
