.pt-hero {
  background: #f6f8f7;
  border-bottom: 1px solid var(--line, #dfe5e1);
  padding: 38px 24px 34px;
}

.pt-shell,
.pt-main {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.pt-hero .pt-shell {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
}

.pt-eyebrow {
  color: var(--teal-dark, #15803d);
  font-size: 12px;
  font-weight: 800;
  margin: 0 0 7px;
  text-transform: uppercase;
}

.pt-hero h1 {
  color: var(--ink, #111827);
  font-size: 36px !important;
  font-weight: 800;
  line-height: 1.12 !important;
  margin: 0 !important;
  max-width: 720px !important;
  text-align: left !important;
}

.pt-intro {
  color: var(--ink-2, #52606d);
  font-size: 15px;
  line-height: 1.55;
  margin: 10px 0 0;
}

.pt-finder-link {
  color: var(--teal-dark, #15803d);
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 700;
  padding-bottom: 3px;
  text-decoration: none;
}

.pt-finder-link:hover { text-decoration: underline; }

.pt-main { padding: 24px 0 56px; }

.pt-trust-statement {
  color: #4f5d54;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  margin: 0 auto 3px;
  max-width: 100%;
  text-align: center;
}

.pt-trust-statement a {
  color: #166534;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.pt-trust-statement a:hover { color: #14532d; }

.pt-updated {
  background: var(--teal, #16a34a);
  border: 1px solid #166534;
  border-radius: 6px;
  color: #fff;
  display: table;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 auto 18px;
  padding: 6px 12px;
  text-align: center;
}

.pt-controls {
  background: #fff;
  border: 1px solid var(--line, #dfe5e1);
  border-radius: 8px;
  margin-bottom: 24px;
}

.pt-filter-row {
  border-bottom: 1px solid var(--line, #dfe5e1);
  padding: 10px;
}

.pt-segments {
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.pt-segment {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 6px;
  color: var(--ink-2, #52606d);
  cursor: pointer;
  font-family: var(--font, Inter, sans-serif);
  font-size: 13px;
  font-weight: 700;
  min-height: 38px;
  padding: 7px 10px;
}

.pt-segment:hover { background: #f3f6f4; color: #111827; }
.pt-segment.active { background: #e9f6ed; border-color: #b8dfc3; color: #166534; }
.pt-segment-count { color: #738078; font-size: 11px; font-weight: 600; margin-left: 3px; }
.pt-segment.active .pt-segment-count { color: #287743; }

.pt-tool-row {
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(260px, 1fr) 140px 190px;
  padding: 14px;
}

.pt-search { position: relative; }
.pt-search .sr-only {
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.pt-search svg { color: #718078; height: 18px; left: 12px; position: absolute; top: 50%; transform: translateY(-50%); width: 18px; }

.pt-search input,
.pt-field select {
  background: #fff;
  border: 1px solid #cfd8d2;
  border-radius: 6px;
  color: #17211b;
  font-family: var(--font, Inter, sans-serif);
  font-size: 14px;
  height: 42px;
  outline: none;
  width: 100%;
}

.pt-search input { padding: 0 12px 0 40px; }
.pt-field { align-items: center; display: grid; gap: 8px; grid-template-columns: auto 1fr; }
.pt-field span { color: #5e6b63; font-size: 12px; font-weight: 700; }
.pt-field select { cursor: pointer; padding: 0 30px 0 10px; }
.pt-search input:focus,
.pt-field select:focus { border-color: #238844; box-shadow: 0 0 0 3px rgba(35, 136, 68, 0.14); }

.pt-results-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  min-height: 48px;
}

.pt-results-head h2 { color: #111827; font-size: 19px; margin: 0 0 3px; }
.pt-results-head p { color: #6b766f; font-size: 12px; margin: 0; }

.pt-compare-btn {
  background: #166534;
  border: 0;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  font-family: var(--font, Inter, sans-serif);
  font-size: 13px;
  font-weight: 700;
  min-height: 40px;
  padding: 0 16px;
}

.pt-compare-btn:disabled { background: #dfe5e1; color: #7a867f; cursor: not-allowed; }

.pt-list-head,
.pt-plan-row {
  align-items: center;
  display: grid;
  gap: 14px;
  grid-template-columns: 22px minmax(210px, 1.55fr) minmax(88px, .58fr) minmax(115px, .72fr) minmax(155px, .92fr) 96px;
}

.pt-list-head {
  color: #667169;
  font-size: 10px;
  font-weight: 800;
  padding: 0 18px 8px;
  text-transform: uppercase;
}

.pt-plan-list {
  background: #fff;
  border: 1px solid var(--line, #dfe5e1);
  border-radius: 8px;
  overflow: hidden;
}

.pt-plan-row {
  border-bottom: 1px solid #e8edea;
  min-height: 94px;
  padding: 14px 18px;
  transition: background .12s;
}

.pt-plan-row:last-child { border-bottom: 0; }
.pt-plan-row:hover { background: #f8fbf9; }
.pt-plan-row.is-selected { background: #f0f9f3; box-shadow: inset 3px 0 #238844; }

.pt-check {
  accent-color: #238844;
  height: 17px;
  margin: 0;
  width: 17px;
}

.pt-identity { align-items: center; display: grid; gap: 12px; grid-template-columns: 76px minmax(0, 1fr); }
.pt-logo { height: 32px; object-fit: contain; width: 76px; }
.pt-logo-fallback { align-items: center; background: #263b30; border-radius: 6px; color: #fff; display: flex; font-size: 10px; font-weight: 800; height: 32px; justify-content: center; width: 40px; }
.pt-carrier { color: #68746c; font-size: 11px; font-weight: 700; margin-bottom: 2px; }
.pt-name { color: #142019; font-size: 14px; font-weight: 800; line-height: 1.3; }
.pt-tags { display: flex; flex-wrap: wrap; gap: 4px; margin-top: 5px; }
.pt-tag { background: #edf2ef; border-radius: 4px; color: #526159; font-size: 9px; font-weight: 800; padding: 2px 5px; text-transform: uppercase; }
.pt-tag-pick { background: #fff5cc; color: #7a5500; }
.pt-tag-unlimited { background: #e8f0ff; color: #2455a4; }
.pt-tag-budget { background: #e5f6eb; color: #166534; }

.pt-price { color: #101914; font-size: 23px; font-weight: 800; line-height: 1; }
.pt-price small { color: #758078; font-size: 10px; font-weight: 600; }
.pt-price-note { color: #657169; display: block; font-size: 10px; font-weight: 600; line-height: 1.35; margin-top: 4px; }
.pt-price-save { color: #18713a; }

.pt-data strong { color: #17221b; display: block; font-size: 14px; line-height: 1.3; }
.pt-data span { color: #6b766f; display: block; font-size: 10px; line-height: 1.4; margin-top: 3px; }

.pt-connectivity { min-width: 0; }
.pt-network { color: #243129; font-size: 12px; font-weight: 800; }
.pt-hotspot { color: #6a756e; font-size: 11px; margin-top: 3px; }
.pt-feature-line { color: #758078; font-size: 10px; line-height: 1.35; margin-top: 5px; overflow-wrap: anywhere; }

.pt-more {
  align-items: center;
  background: #166534;
  border-radius: 6px;
  color: #fff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  justify-content: center;
  min-height: 38px;
  padding: 0 12px;
  text-decoration: none;
  white-space: nowrap;
}

.pt-more:hover { background: #14532d; color: #fff; }
.pt-loading { color: #708078; margin: 0; padding: 44px 20px; text-align: center; }
.pt-empty { color: #657169; padding: 48px 20px; text-align: center; }

.pt-compare-overlay.open { display: flex; }
.pt-compare-modal { max-width: 880px; }
.pt-compare-overlay[aria-hidden="true"] { display: none; }
.pt-compare-modal .compare-body { grid-template-columns: repeat(var(--cols, 2), minmax(0, 1fr)); }
.pt-compare-modal .compare-col { min-width: 0; }
.pt-compare-modal .compare-row-value { overflow-wrap: anywhere; }

@media (max-width: 920px) {
  .pt-hero .pt-shell { align-items: start; flex-direction: column; gap: 16px; }
  .pt-tool-row { grid-template-columns: 1fr 130px 180px; }
  .pt-list-head { display: none; }
  .pt-plan-list { background: transparent; border: 0; border-radius: 0; display: grid; gap: 10px; grid-template-columns: repeat(2, minmax(0, 1fr)); overflow: visible; }
  .pt-plan-row { align-items: start; border: 1px solid var(--line, #dfe5e1); border-radius: 8px; gap: 12px; grid-template-columns: 22px minmax(0, 1fr) auto; min-height: 0; padding: 16px; }
  .pt-plan-row:last-child { border-bottom: 1px solid var(--line, #dfe5e1); }
  .pt-identity { grid-column: 2 / 4; grid-template-columns: 68px minmax(0, 1fr); }
  .pt-logo { width: 68px; }
  .pt-price { grid-column: 2; }
  .pt-data { grid-column: 3; text-align: right; }
  .pt-connectivity { border-top: 1px solid #e5ebe7; grid-column: 2 / 4; padding-top: 10px; }
  .pt-more { grid-column: 2 / 4; width: 100%; }
}

@media (max-width: 700px) {
  .pt-shell,
  .pt-main { width: min(100% - 28px, 1180px); }
  .pt-hero { padding: 28px 0 24px; }
  .pt-hero h1 { font-size: 29px !important; }
  .pt-intro { font-size: 14px; }
  .pt-main { padding-top: 14px; }
  .pt-segments { display: flex; overflow-x: auto; padding-bottom: 2px; scrollbar-width: none; }
  .pt-segments::-webkit-scrollbar { display: none; }
  .pt-segment { flex: 0 0 auto; padding-inline: 13px; }
  .pt-tool-row { grid-template-columns: 1fr 1fr; }
  .pt-search { grid-column: 1 / -1; }
  .pt-field { display: block; }
  .pt-field span { display: block; margin-bottom: 5px; }
  .pt-results-head { align-items: end; }
  .pt-results-head h2 { font-size: 17px; }
  .pt-compare-btn { padding-inline: 12px; }
  .pt-plan-list { grid-template-columns: 1fr; }
  .pt-compare-modal .compare-body { display: block; }
  .pt-compare-modal .compare-col { border-bottom: 1px solid var(--line, #dfe5e1); border-right: 0; }
}

@media (max-width: 390px) {
  .pt-results-head { align-items: stretch; flex-direction: column; gap: 10px; }
  .pt-compare-btn { width: 100%; }
  .pt-plan-row { grid-template-columns: 20px minmax(0, 1fr) auto; padding: 14px 12px; }
  .pt-identity { grid-template-columns: 58px minmax(0, 1fr); }
  .pt-logo { width: 58px; }
  .pt-price { font-size: 21px; }
}
