:root {
  --pd-ink: #14202a;
  --pd-muted: #5d6b75;
  --pd-red: #d8202b;
  --pd-red-dark: #a90f18;
  --pd-line: #dce1e4;
  --pd-soft: #f5f7f6;
  --pd-white: #fff;
  --pd-dark: #14202a;
  --pd-gold: #e1aa55;
  --pd-shadow: 0 18px 50px rgba(20, 32, 42, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--pd-ink);
  background: var(--pd-white);
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
}
a { color: inherit; }
.pd-page h1,
.pd-page h2,
.pd-page h3 {
  margin-top: 0;
  color: var(--pd-ink);
  font-family: "Barlow Condensed", Arial, sans-serif;
  line-height: 1.06;
}
.pd-page h1 { margin-bottom: 22px; font-size: clamp(46px, 7vw, 76px); letter-spacing: -.02em; }
.pd-page h2 { margin-bottom: 18px; font-size: clamp(36px, 5vw, 52px); }
.pd-page h3 { margin-bottom: 10px; font-size: 27px; }
.pd-page p { margin: 0 0 18px; }
.pd-container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.pd-eyebrow {
  margin: 0 0 12px;
  color: var(--pd-red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.pd-hero { position: relative; overflow: hidden; color: #e8edf0; background: var(--pd-dark); }
.pd-hero::after {
  position: absolute;
  right: -180px;
  bottom: -260px;
  width: 720px;
  height: 720px;
  border: 95px solid rgba(255,255,255,.04);
  border-radius: 50%;
  content: "";
}
.pd-hero-grid { display: grid; min-height: 640px; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 70px; }
.pd-hero-copy { position: relative; z-index: 1; padding: 90px 0; }
.pd-hero h1 { color: #fff; }
.pd-lead { max-width: 740px; color: #d0d9de; font-size: 19px; line-height: 1.65; }
.pd-actions { display: flex; flex-wrap: wrap; gap: 13px; margin: 32px 0 38px; }
.pd-btn {
  display: inline-flex;
  min-height: 50px;
  padding: 12px 24px;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .07em;
  text-decoration: none;
  text-transform: uppercase;
  transition: .2s ease;
}
.pd-btn-primary { color: #fff; background: var(--pd-red); }
.pd-btn-primary:hover { background: var(--pd-red-dark); transform: translateY(-2px); }
.pd-btn-outline { color: #fff; border-color: rgba(255,255,255,.58); }
.pd-btn-outline:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.pd-updated { color: #aebbc2; font-size: 13px; }
.pd-hero-panel { position: relative; z-index: 1; padding: 32px; background: #fff; color: var(--pd-ink); box-shadow: var(--pd-shadow); }
.pd-hero-panel strong { display: block; color: var(--pd-red); font-family: "Barlow Condensed", Arial, sans-serif; font-size: 80px; line-height: .9; }
.pd-hero-panel h2 { margin: 12px 0 15px; font-size: 31px; }
.pd-hero-panel p { margin: 0; color: var(--pd-muted); font-size: 14px; }

.pd-strip { color: #fff; background: var(--pd-red); }
.pd-strip-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.pd-strip-item { padding: 22px 25px; border-right: 1px solid rgba(255,255,255,.25); }
.pd-strip-item:last-child { border: 0; }
.pd-strip-item strong { display: block; font-size: 14px; }
.pd-strip-item span { font-size: 12px; opacity: .84; }

.pd-section { padding: 92px 0; }
.pd-section-soft { background: var(--pd-soft); }
.pd-section-dark { color: #d9e0e4; background: var(--pd-dark); }
.pd-section-dark h2,
.pd-section-dark h3 { color: #fff; }
.pd-heading { max-width: 820px; margin-bottom: 44px; }
.pd-heading > p:last-child { color: var(--pd-muted); font-size: 18px; }
.pd-section-dark .pd-heading > p:last-child { color: #bbc6cb; }
.pd-note { padding: 22px 26px; background: #fff; border-left: 4px solid var(--pd-red); box-shadow: 0 8px 28px rgba(20,32,42,.06); }
.pd-note p:last-child { margin-bottom: 0; }

.pd-method-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.pd-method { padding: 28px; background: #fff; border: 1px solid var(--pd-line); }
.pd-method span { display: block; margin-bottom: 20px; color: var(--pd-red); font-family: "Barlow Condensed", Arial, sans-serif; font-size: 34px; font-weight: 800; }
.pd-method h3 { font-size: 23px; }
.pd-method p { margin: 0; color: var(--pd-muted); font-size: 13px; }

.pd-company-list { display: grid; gap: 20px; }
.pd-company {
  display: grid;
  grid-template-columns: 90px 1fr 220px;
  gap: 28px;
  align-items: start;
  padding: 30px;
  background: #fff;
  border: 1px solid var(--pd-line);
  box-shadow: 0 8px 28px rgba(20,32,42,.05);
}
.pd-rank { color: #d5dadd; font-family: "Barlow Condensed", Arial, sans-serif; font-size: 62px; font-weight: 800; line-height: 1; }
.pd-company h3 { margin-bottom: 8px; font-size: 30px; }
.pd-company p { margin-bottom: 10px; color: var(--pd-muted); font-size: 14px; }
.pd-tags { display: flex; flex-wrap: wrap; gap: 7px; margin: 15px 0 0; padding: 0; list-style: none; }
.pd-tags li { padding: 5px 9px; color: #44515a; background: #eef1f2; font-size: 11px; font-weight: 700; }
.pd-source { padding: 18px; background: #f4f6f6; }
.pd-source strong { display: block; margin-bottom: 7px; font-size: 12px; text-transform: uppercase; }
.pd-source span { display: block; margin-bottom: 12px; color: var(--pd-muted); font-size: 12px; }
.pd-source a { color: var(--pd-red); font-size: 12px; font-weight: 800; text-decoration: none; }

.pd-compare { overflow-x: auto; border: 1px solid var(--pd-line); box-shadow: var(--pd-shadow); }
.pd-table { width: 100%; min-width: 760px; border-collapse: collapse; background: #fff; }
.pd-table th,
.pd-table td { padding: 17px 20px; border-bottom: 1px solid var(--pd-line); text-align: left; vertical-align: top; }
.pd-table th { color: #fff; background: #202d36; font-family: "Barlow Condensed", Arial, sans-serif; font-size: 19px; }
.pd-table td:first-child { font-weight: 700; }
.pd-table tr:last-child td { border: 0; }

.pd-product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.pd-product { min-height: 190px; padding: 28px; background: #1b2831; border-top: 3px solid var(--pd-red); }
.pd-product h3 { font-size: 25px; }
.pd-product p { margin: 0; color: #b9c4c9; font-size: 13px; }

.pd-coverage-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.pd-location-panel { padding: 32px; background: #fff; border: 1px solid var(--pd-line); box-shadow: 0 8px 28px rgba(20,32,42,.05); }
.pd-location-wide { grid-column: 1 / -1; }
.pd-location-panel h3 { margin-bottom: 18px; }
.pd-location-list { display: flex; flex-wrap: wrap; gap: 9px; margin: 0; padding: 0; list-style: none; }
.pd-location-list li { padding: 7px 11px; color: #3f4c56; background: #f2f4f5; border: 1px solid #e0e4e6; font-size: 12px; line-height: 1.35; }
.pd-city-copy { margin: 0 !important; color: var(--pd-muted); font-size: 14px; line-height: 1.95; }
.pd-coverage-note { margin: 25px 0 0 !important; padding: 18px 22px; background: #eef1f2; border-left: 4px solid var(--pd-red); color: #495761; font-size: 14px; }
.pd-coverage-note a { color: var(--pd-red); font-weight: 700; }

.pd-gravity-box { display: grid; grid-template-columns: 1.25fr .75fr; gap: 50px; align-items: center; padding: 42px; background: #fff; border: 1px solid var(--pd-line); box-shadow: var(--pd-shadow); }
.pd-gravity-box h2 { margin-bottom: 14px; }
.pd-gravity-box ul { margin: 18px 0 0; padding-left: 20px; }
.pd-gravity-cta { padding: 28px; color: #fff; background: var(--pd-red); }
.pd-gravity-cta strong { display: block; margin-bottom: 12px; font-family: "Barlow Condensed", Arial, sans-serif; font-size: 31px; line-height: 1.05; }
.pd-gravity-cta a { display: inline-block; margin-top: 10px; padding: 10px 15px; color: var(--pd-ink); background: #fff; font-size: 12px; font-weight: 800; text-decoration: none; text-transform: uppercase; }

.pd-faq { max-width: 900px; }
.pd-faq details { padding: 21px 0; border-bottom: 1px solid var(--pd-line); }
.pd-faq summary { cursor: pointer; font-family: "Barlow Condensed", Arial, sans-serif; font-size: 24px; font-weight: 700; line-height: 1.25; }
.pd-faq details p { padding-right: 30px; margin: 14px 0 0; color: var(--pd-muted); }

.pd-footer { padding: 60px 0 24px; color: #bdc6ca; background: #0f171d; }
.pd-footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 55px; }
.pd-footer h3 { color: #fff; font-size: 22px; }
.pd-footer ul { margin: 0; padding: 0; list-style: none; }
.pd-footer li { margin-bottom: 9px; font-size: 13px; }
.pd-footer a { color: #dce3e6; text-decoration: none; }
.pd-footer a:hover { color: #fff; }
.pd-copyright { margin-top: 38px; padding-top: 20px; border-top: 1px solid #27323a; font-size: 12px; }

@media (max-width: 980px) {
  .pd-hero-grid { min-height: auto; grid-template-columns: 1fr; padding: 70px 0; }
  .pd-hero-copy { padding: 0; }
  .pd-method-grid,
  .pd-strip-grid { grid-template-columns: repeat(2, 1fr); }
  .pd-company { grid-template-columns: 70px 1fr; }
  .pd-source { grid-column: 2; }
  .pd-product-grid { grid-template-columns: repeat(2, 1fr); }
  .pd-coverage-grid,
  .pd-gravity-box { grid-template-columns: 1fr; }
  .pd-location-wide { grid-column: auto; }
}

@media (max-width: 620px) {
  .pd-container { width: min(100% - 28px, 1160px); }
  .pd-section { padding: 68px 0; }
  .pd-method-grid,
  .pd-strip-grid,
  .pd-product-grid,
  .pd-footer-grid { grid-template-columns: 1fr; }
  .pd-strip-item { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.25); }
  .pd-company { grid-template-columns: 1fr; padding: 24px; gap: 15px; }
  .pd-source { grid-column: auto; }
  .pd-rank { font-size: 46px; }
  .pd-gravity-box { padding: 28px; }
}
