.dtv-micro {
  --dtv-blue: #0072c6;
  --dtv-blue-deep: #004b87;
  --dtv-blue-soft: #e9f5fc;
  --dtv-ink: #071d34;
  --dtv-muted: #526a7e;
  --dtv-line: #d7e4ed;
  --dtv-surface: #f5f9fc;
  --dtv-radius-sm: 10px;
  --dtv-radius: 18px;
  color: var(--dtv-ink);
  background: #fff;
  overflow: clip;
}

.dtv-micro * { box-sizing: border-box; }
.dtv-micro a { text-decoration: none; }
.dtv-micro a:focus-visible,
.dtv-micro button:focus-visible,
.dtv-micro input:focus-visible,
.dtv-micro select:focus-visible,
.dtv-micro summary:focus-visible,
.dtv-compareTableWrap:focus-visible {
  outline: 3px solid rgba(0, 114, 198, .35);
  outline-offset: 3px;
}

.dtv-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.dtv-hero { position: relative; padding: 0 0 72px; background: #f3f9fd; }
.dtv-hero::before {
  content: "";
  position: absolute;
  inset: 0 0 auto auto;
  width: min(48vw, 720px);
  height: 100%;
  pointer-events: none;
  background: radial-gradient(circle at 70% 25%, rgba(94, 200, 242, .32), transparent 62%);
}
.dtv-heroNav {
  position: relative;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid rgba(7, 29, 52, .12);
  color: #3c586f;
  font-size: 12px;
}
.dtv-heroNav__crumb,
.dtv-heroNav__links { display: flex; align-items: center; gap: 14px; }
.dtv-heroNav__crumb a,
.dtv-heroNav__links a { color: #35536a; }
.dtv-heroNav__crumb strong { color: var(--dtv-ink); font-weight: 720; }
.dtv-heroNav__links a { padding: 18px 0 16px; border-bottom: 2px solid transparent; font-weight: 680; }
.dtv-heroNav__links a:hover { color: var(--dtv-blue-deep); border-color: var(--dtv-blue); }
.dtv-hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, .72fr);
  align-items: center;
  gap: 72px;
  padding-top: 64px;
}
.dtv-lockup { display: flex; align-items: center; gap: 18px; margin-bottom: 40px; }
.dtv-lockup img { width: 156px; height: auto; display: block; }
.dtv-lockup span { padding-left: 18px; border-left: 1px solid rgba(7, 29, 52, .18); color: #345269; font-size: 12px; font-weight: 680; }
.dtv-eyebrow { margin: 0 0 16px; color: var(--dtv-blue-deep); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.dtv-hero h1 { max-width: 720px; margin: 0; color: var(--dtv-ink); font-size: clamp(46px, 5.4vw, 70px); line-height: 1; letter-spacing: -.055em; font-weight: 790; }
.dtv-hero__lede { max-width: 690px; margin: 24px 0 0; color: #38576e; font-size: clamp(17px, 1.5vw, 19px); line-height: 1.6; }
.dtv-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.dtv-button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: var(--dtv-radius-sm);
  padding: 0 22px;
  font: 720 14px/1 var(--font-sans);
  cursor: pointer;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}
.dtv-button:hover { transform: translateY(-1px); }
.dtv-button--primary { color: #fff; background: var(--dtv-blue-deep); }
.dtv-button--primary:hover { background: #003f73; }
.dtv-button--ghost { color: var(--dtv-ink); border-color: #abc6d8; background: rgba(255, 255, 255, .75); }
.dtv-button--ghost:hover { border-color: var(--dtv-blue); background: #fff; }
.dtv-trust { list-style: none; display: flex; flex-wrap: wrap; gap: 12px 20px; padding: 0; margin: 26px 0 0; color: #405d73; font-size: 12px; font-weight: 650; }
.dtv-trust li { display: inline-flex; align-items: center; gap: 7px; }
.dtv-trust svg { color: var(--dtv-blue); }
.dtv-updated { display: flex; align-items: center; gap: 8px; margin: 18px 0 0; color: #60788b; font-size: 11px; }
.dtv-updated span { width: 7px; height: 7px; border-radius: 50%; background: #2d9b67; }

.dtv-offer { position: relative; overflow: hidden; border-radius: 22px; padding: 32px; color: #fff; background: #076eb7; box-shadow: 0 24px 56px rgba(0, 64, 112, .2); }
.dtv-offer::after { content: ""; position: absolute; width: 260px; height: 260px; right: -105px; top: -105px; border: 34px solid rgba(255, 255, 255, .08); border-radius: 50%; }
.dtv-offer > * { position: relative; z-index: 1; }
.dtv-offer__topline { display: flex; justify-content: space-between; align-items: center; gap: 16px; color: #d8f1fd; font-size: 10px; font-weight: 780; letter-spacing: .09em; text-transform: uppercase; }
.dtv-offer__topline b { padding: 7px 9px; border: 1px solid rgba(255,255,255,.35); border-radius: 8px; color: #fff; }
.dtv-offer__kicker { margin: 34px 0 10px; color: #fff; font-size: 16px; font-weight: 720; }
.dtv-price { display: flex; align-items: center; gap: 13px; }
.dtv-price strong { font-size: clamp(52px, 6vw, 68px); line-height: .95; letter-spacing: -.06em; }
.dtv-price span { color: #d8effb; font-size: 12px; line-height: 1.35; }
.dtv-offer__trial { margin: 14px 0 22px; color: #fff; font-size: 13px; font-weight: 670; line-height: 1.45; }
.dtv-guarantee { display: grid; gap: 5px; margin: 0 0 20px; padding: 14px; border: 1px solid rgba(255,255,255,.28); border-radius: 12px; background: rgba(0, 28, 52, .16); }
.dtv-guarantee strong { font-size: 13px; }
.dtv-guarantee span { color: #d7edf9; font-size: 10.5px; line-height: 1.45; }
.dtv-button--white { width: 100%; background: #fff; color: #005b9f; }
.dtv-button--white:hover { background: #eef8fd; }
.dtv-fineprint { margin: 18px 0 10px; color: #e5f4fb; font-size: 10px; line-height: 1.55; }
.dtv-termsLink { color: #fff; font-size: 10.5px; font-weight: 700; text-decoration: underline !important; text-underline-offset: 3px; }

.dtv-band { border-block: 1px solid var(--dtv-line); background: #fff; }
.dtv-band__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.dtv-band__grid > div { padding: 22px 24px; border-right: 1px solid var(--dtv-line); }
.dtv-band__grid > div:first-child { padding-left: 0; }
.dtv-band__grid > div:last-child { border: 0; }
.dtv-band strong, .dtv-band span { display: block; }
.dtv-band strong { color: var(--dtv-ink); font-size: 13px; }
.dtv-band span { margin-top: 5px; color: var(--dtv-muted); font-size: 11px; }

.dtv-section { padding: 88px 0; }
.dtv-sectionHead { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .65fr); align-items: end; gap: 56px; margin-bottom: 42px; }
.dtv-section h2 { max-width: 780px; margin: 0; font-size: clamp(36px, 4vw, 52px); line-height: 1.07; letter-spacing: -.045em; }
.dtv-sectionHead > p,
.dtv-choiceIntro,
.dtv-coverageCopy > p,
.dtv-faqGrid > div > p { margin: 0; color: var(--dtv-muted); font-size: 15px; line-height: 1.7; }

.dtv-section--dealer { background: #fff; }
.dtv-serviceGrid { display: grid; grid-template-columns: 1fr 1fr; column-gap: 56px; }
.dtv-serviceGrid article { min-height: 228px; display: grid; grid-template-columns: 44px 1fr; align-content: start; column-gap: 18px; padding: 28px 0; border-top: 1px solid var(--dtv-line); }
.dtv-serviceGrid article > span { grid-row: 1 / span 3; width: 38px; height: 38px; display: grid; place-items: center; color: #fff; background: var(--dtv-blue-deep); border-radius: 50%; font-size: 10px; font-weight: 800; }
.dtv-serviceGrid h3 { margin: 0; font-size: 20px; line-height: 1.25; }
.dtv-serviceGrid p { margin: 12px 0 18px; color: var(--dtv-muted); font-size: 13px; line-height: 1.65; }
.dtv-serviceGrid a { display: inline-flex; align-items: center; gap: 8px; width: fit-content; color: var(--dtv-blue-deep); font-size: 12px; font-weight: 750; }

.dtv-packageGrid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.dtv-package { position: relative; min-height: 360px; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--dtv-line); border-radius: var(--dtv-radius); background: #fff; }
.dtv-package--featured { border: 2px solid var(--dtv-blue); background: #fbfdff; }
.dtv-package__badge { position: absolute; right: 18px; top: -13px; padding: 7px 10px; color: #fff; background: var(--dtv-blue-deep); border-radius: 8px; font-size: 9px; font-weight: 780; text-transform: uppercase; letter-spacing: .08em; }
.dtv-package__fit { margin: 0 0 24px; color: var(--dtv-blue-deep); font-size: 10px; font-weight: 780; letter-spacing: .11em; text-transform: uppercase; }
.dtv-package h3 { margin: 0; font-size: 23px; letter-spacing: -.025em; }
.dtv-package > strong { margin-top: 7px; color: var(--dtv-blue); font-size: 14px; }
.dtv-package__price { display: flex; align-items: baseline; gap: 8px; margin-top: 17px; }
.dtv-package__price b { color: var(--dtv-ink); font-size: 28px; letter-spacing: -.04em; }
.dtv-package__price span { color: var(--dtv-muted); font-size: 9px; font-weight: 720; text-transform: uppercase; letter-spacing: .05em; }
.dtv-package__base { margin-top: 8px; color: var(--dtv-blue-deep); font-size: 10px; font-weight: 720; line-height: 1.45; }
.dtv-package__fee { margin-top: 6px; color: #526b7f; font-size: 10px; line-height: 1.45; }
.dtv-package > p:not(.dtv-package__fit) { margin: 20px 0; color: var(--dtv-muted); font-size: 13px; line-height: 1.65; }
.dtv-package > a { display: inline-flex; align-items: center; gap: 8px; width: fit-content; margin-top: auto; color: var(--dtv-blue-deep); font-size: 12px; font-weight: 760; }
.dtv-sourceNote { max-width: 980px; margin: 24px auto 0; text-align: center; color: var(--dtv-muted); font-size: 11px; line-height: 1.65; }
.dtv-sourceNote a { color: var(--dtv-blue-deep); font-weight: 720; text-decoration: underline !important; text-underline-offset: 3px; }

.dtv-section--compare { border-block: 1px solid var(--dtv-line); background: var(--dtv-surface); }
.dtv-compareTableWrap { overflow-x: auto; border: 1px solid #cbdce7; border-radius: var(--dtv-radius); background: #fff; box-shadow: 0 12px 32px rgba(7, 47, 79, .06); }
.dtv-compareTable { width: 100%; min-width: 940px; border-spacing: 0; table-layout: fixed; color: #345168; font-size: 12px; line-height: 1.55; }
.dtv-compareTable caption { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.dtv-compareTable th,
.dtv-compareTable td { padding: 19px 20px; text-align: left; vertical-align: top; border-top: 1px solid var(--dtv-line); }
.dtv-compareTable thead th { height: 120px; vertical-align: bottom; border-top: 0; border-bottom: 1px solid var(--dtv-line); background: #fff; }
.dtv-compareTable thead th:first-child { width: 17%; color: var(--dtv-muted); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.dtv-compareTable thead th:not(:first-child) { width: 27.66%; }
.dtv-compareTable thead span,
.dtv-compareTable thead strong,
.dtv-compareTable thead small,
.dtv-compareTable td span { display: block; }
.dtv-compareTable thead span { color: var(--dtv-blue-deep); font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.dtv-compareTable thead strong { margin-top: 8px; color: var(--dtv-ink); font-size: 21px; letter-spacing: -.025em; }
.dtv-compareTable thead small { width: fit-content; margin-top: 9px; padding: 5px 7px; border-radius: 6px; color: #fff; background: var(--dtv-blue-deep); font-size: 8px; font-weight: 760; letter-spacing: .05em; text-transform: uppercase; }
.dtv-compareTable tbody th { position: sticky; left: 0; z-index: 1; color: var(--dtv-ink); background: #fff; font-size: 11px; font-weight: 760; }
.dtv-compareTable tbody td { border-left: 1px solid var(--dtv-line); }
.dtv-compareTable__featured { background: #eef8fd !important; }
.dtv-tablePrice { display: block; color: var(--dtv-ink); font-size: 23px; letter-spacing: -.035em; }
.dtv-compareTable td span { margin-top: 5px; color: var(--dtv-muted); font-size: 10px; }
.dtv-compareTable td small { color: #64798b; font-size: 9.5px; line-height: 1.55; }
.dtv-compareCta { display: flex; align-items: center; justify-content: space-between; gap: 32px; margin-top: 18px; padding: 24px 26px; border: 1px solid #c7dce9; border-radius: 14px; background: #fff; }
.dtv-compareCta > div { display: grid; gap: 7px; max-width: 720px; }
.dtv-compareCta strong { color: var(--dtv-ink); font-size: 17px; }
.dtv-compareCta span { color: var(--dtv-muted); font-size: 12px; line-height: 1.55; }
.dtv-compareCta .dtv-button { flex: 0 0 auto; }

.dtv-section--ink { color: #fff; background: #071f36; }
.dtv-choiceGrid { display: grid; grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr); gap: 80px; align-items: start; }
.dtv-eyebrow--light { color: #7dd4fa; }
.dtv-choiceIntro { margin-top: 22px; color: #b9cbd9; }
.dtv-choiceCards { display: grid; }
.dtv-choiceCards article { display: grid; grid-template-columns: 42px 1fr; column-gap: 16px; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.16); }
.dtv-choiceCards span { grid-row: 1 / span 2; width: 36px; height: 36px; display: grid; place-items: center; color: #07253f; background: #79d5fa; border-radius: 50%; font-size: 10px; font-weight: 800; }
.dtv-choiceCards h3 { margin: 0; font-size: 18px; }
.dtv-choiceCards p { margin: 7px 0 0; color: #b9cbd9; font-size: 13px; line-height: 1.55; }

.dtv-section--process { background: #fff; }
.dtv-processIntro { max-width: 760px; margin-bottom: 40px; }
.dtv-processSteps { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); padding: 0; margin: 0; border-block: 1px solid var(--dtv-line); }
.dtv-processSteps li { display: grid; grid-template-columns: 40px 1fr; gap: 15px; padding: 30px 26px; border-right: 1px solid var(--dtv-line); }
.dtv-processSteps li:first-child { padding-left: 0; }
.dtv-processSteps li:last-child { padding-right: 0; border-right: 0; }
.dtv-processSteps > li > span { width: 36px; height: 36px; display: grid; place-items: center; color: var(--dtv-blue-deep); border: 1px solid var(--dtv-blue); border-radius: 50%; font-size: 11px; font-weight: 800; }
.dtv-processSteps h3 { margin: 0; font-size: 17px; }
.dtv-processSteps p { margin: 9px 0 0; color: var(--dtv-muted); font-size: 12px; line-height: 1.65; }

.dtv-section--coverage { background: var(--dtv-surface); }
.dtv-coverageGrid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: 80px; align-items: center; }
.dtv-coverageCopy > p { margin-top: 22px; }
.dtv-textLink { display: inline-flex; align-items: center; gap: 9px; margin-top: 22px; color: var(--dtv-blue-deep); font-size: 13px; font-weight: 760; }
.dtv-areaList { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 0; margin: 0; }
.dtv-areaList li { display: flex; align-items: center; gap: 10px; min-height: 62px; padding: 14px; border: 1px solid var(--dtv-line); border-radius: 12px; color: #25445e; background: #fff; font-size: 12px; font-weight: 650; }
.dtv-areaList svg { flex: 0 0 auto; color: var(--dtv-blue); }

.dtv-section--cities { background: #fff; }
.dtv-localPages { display: grid; grid-template-columns: repeat(7, 1fr); border: 1px solid var(--dtv-line); border-radius: 14px; overflow: hidden; }
.dtv-localPages a { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 14px; border-right: 1px solid var(--dtv-line); color: #25445e; font-size: 11px; font-weight: 700; background: #fff; }
.dtv-localPages a:last-child { border-right: 0; }
.dtv-localPages a:hover { color: var(--dtv-blue-deep); background: var(--dtv-blue-soft); }
.dtv-localPages svg { width: 14px; height: 14px; flex: 0 0 auto; }
.dtv-citySearch { max-width: 760px; margin: 34px auto 24px; }
.dtv-citySearch > label { display: block; margin-bottom: 9px; color: var(--dtv-ink); font-size: 12px; font-weight: 760; }
.dtv-citySearch__control { height: 58px; display: grid; grid-template-columns: 24px 1fr auto; align-items: center; gap: 10px; padding: 0 14px 0 16px; border: 1px solid #bcd0de; border-radius: 12px; background: #fff; }
.dtv-citySearch__control:focus-within { border-color: var(--dtv-blue); box-shadow: 0 0 0 3px rgba(0, 114, 198, .12); }
.dtv-citySearch__control svg { color: var(--dtv-blue-deep); }
.dtv-citySearch__control input { min-width: 0; height: 54px; border: 0; outline: 0; color: var(--dtv-ink); background: transparent; font: 540 15px var(--font-sans); }
.dtv-citySearch__control input::placeholder { color: #7990a1; }
.dtv-citySearch__control button { border: 0; padding: 8px; color: var(--dtv-blue-deep); background: transparent; font: 700 11px var(--font-sans); cursor: pointer; }
.dtv-citySearch__meta { margin: 8px 2px 0; color: var(--dtv-muted); font-size: 11px; }
.dtv-cityDirectory { border-top: 1px solid var(--dtv-line); }
.dtv-cityDirectory > summary { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; cursor: pointer; list-style: none; color: var(--dtv-ink); }
.dtv-cityDirectory > summary::-webkit-details-marker { display: none; }
.dtv-cityDirectory > summary span { font-size: 15px; font-weight: 760; }
.dtv-cityDirectory > summary small { color: var(--dtv-muted); font-size: 11px; }
.dtv-cityDirectory > summary::after { content: "+"; color: var(--dtv-blue); font-size: 24px; font-weight: 400; }
.dtv-cityDirectory[open] > summary::after { content: "−"; }
.dtv-cityGroups { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; padding-top: 16px; }
.dtv-cityGroups--results { max-width: 900px; margin-inline: auto; }
.dtv-cityGroups > section { padding: 22px; border: 1px solid var(--dtv-line); border-radius: 14px; background: var(--dtv-surface); }
.dtv-cityGroups h3 { margin: 0 0 15px; font-size: 14px; }
.dtv-cityGroups section > div { display: flex; flex-wrap: wrap; gap: 7px; }
.dtv-cityGroups a { display: inline-flex; padding: 7px 9px; border: 1px solid #c9dae5; border-radius: 8px; color: var(--dtv-blue-deep); background: #fff; font-size: 10.5px; font-weight: 680; }
.dtv-cityGroups a:hover { border-color: var(--dtv-blue); background: var(--dtv-blue-soft); }
.dtv-cityEmpty { max-width: 760px; margin: 12px auto 0; padding: 24px; border: 1px solid var(--dtv-line); border-radius: 14px; background: var(--dtv-surface); }
.dtv-cityEmpty strong { font-size: 16px; }
.dtv-cityEmpty p { margin: 8px 0 16px; color: var(--dtv-muted); font-size: 13px; line-height: 1.6; }
.dtv-cityEmpty a { display: inline-flex; align-items: center; gap: 8px; color: var(--dtv-blue-deep); font-size: 12px; font-weight: 760; }

.dtv-section--form { color: #fff; background: #075b9b; }
.dtv-leadGrid { display: grid; grid-template-columns: minmax(0, .72fr) minmax(0, 1.08fr); gap: 72px; align-items: start; }
.dtv-leadGrid > div > p:not(.dtv-eyebrow) { margin: 22px 0 0; color: #d4edf9; font-size: 15px; line-height: 1.65; }
.dtv-contactCard { margin-top: 32px; display: grid; gap: 7px; padding: 18px; border-left: 3px solid #8addff; background: rgba(0,0,0,.13); }
.dtv-contactCard span { color: #c8e6f5; font-size: 11px; }
.dtv-contactCard a { width: fit-content; color: #fff; font-size: 27px; font-weight: 760; letter-spacing: -.03em; }
.dtv-contactCard small { color: #c8e6f5; font-size: 10px; }
.dtv-form { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; padding: 28px; color: var(--dtv-ink); background: #fff; border-radius: var(--dtv-radius); box-shadow: 0 20px 48px rgba(0, 36, 70, .22); }
.dtv-field--full { grid-column: 1 / -1; }
.dtv-field label { display: block; margin-bottom: 7px; color: #203b51; font-size: 11px; font-weight: 720; }
.dtv-field input,
.dtv-field select { width: 100%; height: 50px; border: 1px solid #c9d8e4; border-radius: 9px; padding: 0 13px; color: var(--dtv-ink); background: #fff; font: 500 13px var(--font-sans); outline: none; }
.dtv-field input:focus,
.dtv-field select:focus { border-color: var(--dtv-blue) !important; box-shadow: 0 0 0 3px rgba(0, 114, 198, .12); }
.dtv-consent { display: flex; align-items: flex-start; gap: 9px; color: #5c6d7c; font-size: 10px; line-height: 1.5; }
.dtv-consent input { flex: 0 0 auto; margin-top: 2px; accent-color: var(--dtv-blue); }
.dtv-button--submit { width: 100%; color: #fff; background: var(--dtv-blue-deep); }
.dtv-button--submit:disabled { opacity: .65; cursor: wait; }
.dtv-form__privacy { margin: -3px 0 0; text-align: center; color: #758594; font-size: 10px; }
.dtv-form__privacy a { color: var(--dtv-blue-deep); text-decoration: underline !important; }
.dtv-form__status { margin: 2px 0 0; padding: 12px 14px; border-radius: 9px; background: #e9f7ee; color: #135c34; font-size: 11px; line-height: 1.5; }
.dtv-form__status[data-status="error"] { color: #8a1d21; background: #fff0f0; }
.dtv-honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.dtv-faqGrid { display: grid; grid-template-columns: minmax(0, .58fr) minmax(0, 1fr); gap: 80px; align-items: start; }
.dtv-faqGrid > div > p { margin-top: 22px; }
.dtv-faqList { border-top: 1px solid var(--dtv-line); }
.dtv-faqList details { border-bottom: 1px solid var(--dtv-line); }
.dtv-faqList summary { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 24px; list-style: none; cursor: pointer; color: var(--dtv-ink); font-size: 14px; font-weight: 720; }
.dtv-faqList summary::-webkit-details-marker { display: none; }
.dtv-faqList summary span { color: var(--dtv-blue); font-size: 22px; font-weight: 400; transition: transform 160ms ease; }
.dtv-faqList details[open] summary span { transform: rotate(45deg); }
.dtv-faqList details p { margin: -4px 40px 22px 0; color: var(--dtv-muted); font-size: 13px; line-height: 1.7; }
.dtv-disclosure { padding: 28px 0; border-top: 1px solid var(--dtv-line); background: #f7fafc; }
.dtv-disclosure p { margin: 0; color: #667888; font-size: 10px; line-height: 1.65; }
.dtv-disclosure strong { color: #405469; }

@media (max-width: 1080px) {
  .dtv-localPages { grid-template-columns: repeat(4, 1fr); }
  .dtv-localPages a { border-bottom: 1px solid var(--dtv-line); }
  .dtv-localPages a:nth-child(4) { border-right: 0; }
  .dtv-localPages a:nth-child(n + 5) { border-bottom: 0; }
}

@media (max-width: 980px) {
  .dtv-hero__grid,
  .dtv-choiceGrid,
  .dtv-coverageGrid,
  .dtv-leadGrid,
  .dtv-faqGrid { grid-template-columns: 1fr; }
  .dtv-hero__grid { gap: 44px; }
  .dtv-offer { max-width: 650px; }
  .dtv-band__grid { grid-template-columns: 1fr 1fr; }
  .dtv-band__grid > div:nth-child(2) { border-right: 0; }
  .dtv-band__grid > div:first-child { padding-left: 24px; }
  .dtv-sectionHead { grid-template-columns: 1fr; gap: 18px; }
  .dtv-choiceGrid,
  .dtv-coverageGrid,
  .dtv-leadGrid,
  .dtv-faqGrid { gap: 42px; }
  .dtv-processSteps { grid-template-columns: 1fr; }
  .dtv-processSteps li,
  .dtv-processSteps li:first-child,
  .dtv-processSteps li:last-child { padding: 25px 0; border-right: 0; border-bottom: 1px solid var(--dtv-line); }
  .dtv-processSteps li:last-child { border-bottom: 0; }
  .dtv-cityGroups { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .dtv-heroNav { align-items: flex-start; flex-direction: column; gap: 0; padding-top: 14px; }
  .dtv-heroNav__links { width: 100%; overflow-x: auto; gap: 18px; }
  .dtv-heroNav__links a { flex: 0 0 auto; }
  .dtv-serviceGrid,
  .dtv-packageGrid,
  .dtv-areaList,
  .dtv-form { grid-template-columns: 1fr; }
  .dtv-serviceGrid { column-gap: 0; }
  .dtv-package { min-height: 0; }
  .dtv-field--full { grid-column: auto; }
  .dtv-localPages { grid-template-columns: 1fr 1fr; }
  .dtv-localPages a,
  .dtv-localPages a:nth-child(4),
  .dtv-localPages a:nth-child(n + 5) { border-right: 1px solid var(--dtv-line); border-bottom: 1px solid var(--dtv-line); }
  .dtv-localPages a:nth-child(even) { border-right: 0; }
  .dtv-localPages a:last-child { border-bottom: 0; }
}

@media (max-width: 640px) {
  .dtv-shell { width: min(calc(100% - 30px), 1180px); }
  .dtv-hero { padding-bottom: 44px; }
  .dtv-hero::before { width: 100%; height: 460px; background: radial-gradient(circle at 110% 0%, rgba(94, 200, 242, .28), transparent 68%); }
  .dtv-hero__grid { padding-top: 38px; }
  .dtv-lockup { margin-bottom: 30px; align-items: flex-start; flex-direction: column; gap: 10px; }
  .dtv-lockup img { width: 138px; }
  .dtv-lockup span { padding: 0; border: 0; }
  .dtv-hero h1 { font-size: clamp(41px, 13.5vw, 56px); }
  .dtv-actions { align-items: stretch; flex-direction: column; }
  .dtv-actions .dtv-button { width: 100%; }
  .dtv-trust { display: grid; }
  .dtv-offer { padding: 26px 21px; border-radius: 18px; }
  .dtv-price strong { font-size: 52px; }
  .dtv-band__grid { grid-template-columns: 1fr; padding-block: 8px; }
  .dtv-band__grid > div,
  .dtv-band__grid > div:first-child { padding: 14px 0; border-right: 0; border-bottom: 1px solid var(--dtv-line); }
  .dtv-band__grid > div:last-child { border-bottom: 0; }
  .dtv-section { padding: 66px 0; }
  .dtv-section h2 { font-size: 36px; }
  .dtv-serviceGrid article { min-height: 0; }
  .dtv-form { padding: 21px; }
  .dtv-contactCard a { font-size: 23px; }
  .dtv-cityGroups { grid-template-columns: 1fr; }
  .dtv-cityDirectory > summary { align-items: flex-start; flex-direction: column; justify-content: center; gap: 6px; padding: 16px 34px 16px 0; position: relative; }
  .dtv-cityDirectory > summary::after { position: absolute; right: 0; top: 24px; }
  .dtv-compareCta { align-items: stretch; flex-direction: column; padding: 21px; }
  .dtv-compareCta .dtv-button { width: 100%; }
  .dtv-compareTable { min-width: 820px; }
  .dtv-compareTable th,
  .dtv-compareTable td { padding: 16px; }
  .dtv-faqList summary { font-size: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  .dtv-button,
  .dtv-faqList summary span { transition: none; }
}
