.operator-seo-page {
  --op-green: #2e7d32;
  --op-green-dark: #1b5e20;
  --op-green-soft: #eef8ef;
  --op-green-panel: #f4faf5;
  --op-ink: #102815;
  --op-muted: #566b5a;
  --op-line: #cfe5d2;
  --op-panel: #f8fcf8;
  background: #ffffff;
  color: #142f19;
  padding: 32px 0 64px;
}
.operator-breadcrumbs {
  align-items: center;
  color: var(--op-muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  gap: 8px;
  margin-bottom: 18px;
}
.operator-breadcrumbs a {
  color: var(--op-green);
  font-weight: 700;
}
.operator-intel-hero {
  background: linear-gradient(135deg, #f4faf5 0%, #ffffff 68%);
  border: 1px solid #c8e2cc;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(31, 127, 47, .08);
  padding: 34px;
}
.operator-category-pill {
  background: var(--op-green-soft);
  border: 1px solid #cde9d0;
  border-radius: 999px;
  color: #1b5e20;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 14px;
  padding: 8px 12px;
}
.operator-hero-copy h1 {
  color: var(--op-ink);
  font-size: 38px;
  line-height: 1.14;
  margin: 0 0 12px;
}
.operator-hero-copy p {
  color: var(--op-muted);
  font-size: 17px;
  line-height: 1.55;
  margin: 0;
}
.operator-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}
.operator-hero-badges span {
  background: #ffffff;
  border: 1px solid #c4dfc8;
  border-radius: 999px;
  color: var(--op-green-dark);
  font-size: 13px;
  font-weight: 700;
  padding: 8px 11px;
}
.operator-summary-card {
  align-items: stretch;
  background: linear-gradient(135deg, #f1f8f2 0%, #ffffff 76%);
  border: 1px solid #cfe5d2;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(46, 125, 50, .07);
  color: var(--op-ink);
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1.4fr) minmax(320px, .8fr);
  margin-top: 18px;
  padding: 28px;
}
.operator-summary-text span {
  color: var(--op-green-dark);
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.operator-summary-text h2,
.operator-cta h2 {
  font-size: 24px;
  margin: 0 0 10px;
}
.operator-summary-text h2 {
  color: var(--op-ink);
}
.operator-cta h2 {
  color: #ffffff;
}
.operator-summary-text p,
.operator-cta p {
  line-height: 1.7;
  margin: 0;
}
.operator-summary-text p {
  color: #334b37;
}
.operator-cta p {
  color: #eef9ef;
}
.operator-myegar-bridge {
  border-top: 1px solid #cfe5d2;
  margin-top: 16px !important;
  padding-top: 16px;
}
.operator-summary-text a,
.operator-map-link,
.operator-legal-note a {
  background: var(--op-green);
  border-radius: 6px;
  color: #ffffff;
  display: inline-flex;
  font-weight: 800;
  margin-top: 16px;
  padding: 12px 18px;
}
.operator-map-link,
.operator-legal-note a {
  background: var(--op-green);
  color: #ffffff;
}
.operator-metric-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.operator-metric {
  background: #f7fcf8;
  border: 1px solid #cfe5d2;
  border-radius: 8px;
  padding: 13px;
}
.operator-metric small {
  color: #526a56;
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
}
.operator-metric strong {
  color: var(--op-green-dark);
  display: block;
  font-size: 15px;
}
.operator-section,
.operator-side-card {
  background: var(--op-panel);
  border: 1px solid var(--op-line);
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(22, 128, 106, .06);
  padding: 24px;
}
.operator-section {
  margin-top: 14px;
}
.operator-section:nth-of-type(even) {
  background: #ffffff;
}
.operator-section h2,
.operator-side-card h2 {
  color: var(--op-ink);
  font-size: 21px;
  margin: 0 0 14px;
}
.operator-section p,
.operator-side-card p {
  color: #415844;
  line-height: 1.72;
  margin: 0;
}
.operator-section-title-row {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.operator-section-title-row span {
  background: var(--op-green-soft);
  border-radius: 999px;
  color: #1b5e20;
  font-size: 12px;
  font-weight: 800;
  padding: 7px 10px;
}
.operator-data-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.operator-data-list li {
  border-bottom: 1px solid #dcebe4;
  display: grid;
  gap: 10px;
  grid-template-columns: 110px minmax(0, 1fr);
  padding: 11px 0;
}
.operator-data-list li:last-child {
  border-bottom: 0;
}
.operator-data-list span {
  color: #678177;
  font-size: 13px;
}
.operator-data-list strong {
  color: #263238;
  font-size: 13px;
  overflow-wrap: anywhere;
}
.operator-contact,
.operator-internal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.operator-contact a,
.operator-internal-links a {
  background: var(--op-green-soft);
  border-radius: 6px;
  color: var(--op-green-dark);
  font-weight: 800;
  padding: 9px 12px;
}
.operator-table {
  margin-bottom: 0;
}
.operator-table th {
  color: var(--op-ink);
  font-size: 13px;
}
.operator-table td {
  color: #3f515c;
  font-size: 13px;
  vertical-align: middle;
}
.operator-faqs details {
  border-bottom: 1px solid #dcebe4;
  padding: 14px 0;
}
.operator-faqs details:last-child {
  border-bottom: 0;
}
.operator-faqs summary {
  color: var(--op-ink);
  cursor: pointer;
  font-weight: 800;
}
.operator-faqs p {
  margin-top: 10px;
}
.operator-faqs p a {
  color: var(--op-green-dark);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.operator-related {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.operator-related a {
  border: 1px solid var(--op-line);
  border-radius: 8px;
  background: #ffffff;
  display: block;
  padding: 16px;
}
.operator-related strong {
  color: var(--op-ink);
  display: block;
}
.operator-related span,
.operator-related small {
  color: var(--op-muted);
  display: block;
  margin-top: 6px;
}
.operator-map-frame {
  background: #f1f8f2;
  border: 1px solid #cfe5d2;
  border-radius: 8px;
  height: 260px;
  margin-top: 14px;
  overflow: hidden;
}
.operator-map-frame iframe {
  display: block;
  height: 260px;
  width: 100%;
}
.operator-cta {
  align-items: center;
  background: #2e7d32;
  border-radius: 8px;
  color: #ffffff;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  margin-top: 14px;
  padding: 30px;
}
.operator-cta ul {
  color: #e8f8f1;
  display: grid;
  gap: 8px;
  margin: 16px 0 0;
  padding-left: 18px;
}
.operator-cta-actions {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 20px;
  justify-content: center;
}
.operator-cta-actions span {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
}
.operator-cta-actions a {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 17px;
  font-weight: 800;
  justify-content: center;
  min-height: 50px;
  padding: 0 30px;
  text-decoration: none;
  white-space: nowrap;
}
.operator-cta-primary {
  background: #ffffff;
  color: #1b5e20;
  min-width: 232px;
}
.operator-cta-primary:hover {
  background: #f2f8f0;
  color: #1b5e20;
  text-decoration: none;
}
.operator-cta-secondary {
  background: transparent;
  border: 2px solid rgba(255,255,255,.86);
  color: #ffffff;
  min-width: 144px;
}
.operator-cta-secondary:hover {
  background: rgba(255,255,255,.11);
  color: #ffffff;
  text-decoration: none;
}
.operator-legal-note {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-top: 18px;
  padding: 0 2px;
}
.operator-legal-note h2 {
  color: #5a716b;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 4px;
}
.operator-legal-note p {
  color: #627765;
  font-size: 12px;
  line-height: 1.5;
}
.operator-legal-note a {
  background: transparent;
  border-radius: 0;
  color: #1b5e20;
  display: inline;
  font-size: inherit;
  font-weight: 800;
  margin: 0;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media (max-width: 991px) {
  .operator-summary-card,
  .operator-related {
    grid-template-columns: 1fr;
  }
  .operator-cta {
    align-items: flex-start;
    flex-direction: column;
  }
  .operator-cta-actions {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .operator-cta-actions a {
    white-space: normal;
  }
}
@media (max-width: 600px) {
  .operator-seo-page {
    padding-top: 24px;
  }
  .operator-intel-hero,
  .operator-summary-card,
  .operator-section,
  .operator-cta {
    padding: 19px;
  }
  .operator-hero-copy h1 {
    font-size: 28px;
  }
  .operator-metric-grid {
    grid-template-columns: 1fr;
  }
  .operator-data-list li {
    grid-template-columns: 1fr;
  }
  .operator-map-frame,
  .operator-map-frame iframe {
    height: 300px;
  }
  .operator-cta-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
  .operator-cta-actions a {
    width: 100%;
  }
}

.operator-directory-page {
  background: #fff;
  color: #102815;
  font-family: inherit;
  padding-top: 0 !important;
}

.operator-directory-hero,
.operator-directory-results,
.operator-directory-seo {
  width: min(1176px, calc(100% - 48px));
  margin: 0 auto;
}

.operator-directory-hero {
  padding: 28px 0 30px;
}

.operator-directory-hero__content {
  max-width: 840px;
}

.operator-directory-kicker,
.operator-directory-count {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 14px;
  border: 1px solid #c4dfc8;
  border-radius: 999px;
  padding: 7px 13px;
  background: #eef8ef;
  color: #1b5e20;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .02em;
}

.operator-directory-hero h1 {
  margin: 0;
  max-width: 860px;
  color: #102815;
  font-size: clamp(34px, 4.4vw, 58px);
  line-height: 1.04;
  letter-spacing: 0;
}

.operator-directory-hero__content p {
  margin: 14px 0 0;
  max-width: 760px;
  color: #566b5a;
  font-size: 18px;
  line-height: 1.58;
}

.operator-directory-search {
  margin-top: 26px;
  border: 1px solid #cfe5d2;
  border-radius: 12px;
  padding: 20px;
  background: #f4faf5;
  box-shadow: 0 18px 45px rgba(31, 127, 47, .08);
}

.operator-directory-search__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.operator-directory-search__row + .operator-directory-search__row {
  margin-top: 14px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
  align-items: end;
}

.operator-directory-search label {
  display: grid;
  gap: 7px;
  margin: 0;
  color: #1b5e20;
  font-size: 13px;
  font-weight: 800;
}

.operator-directory-search input,
.operator-directory-search select {
  width: 100%;
  min-height: 48px;
  border: 1px solid #c4dfc8;
  border-radius: 8px;
  padding: 0 13px;
  background: #fff;
  color: #102815;
  font-size: 15px;
  font-weight: 500;
  outline: none;
}

.operator-directory-search input:focus,
.operator-directory-search select:focus {
  border-color: #2e7d32;
  box-shadow: 0 0 0 3px rgba(46, 125, 50, .13);
}

.operator-directory-search__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
}

.operator-directory-search__actions button,
.operator-directory-card__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 8px;
  min-height: 48px;
  padding: 0 22px;
  background: #2e7d32;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.operator-directory-card__link {
  justify-self: end;
  min-width: 124px;
  padding-left: 18px;
  padding-right: 18px;
}

.operator-directory-search__actions button:hover,
.operator-directory-card__link:hover {
  background: #1b5e20;
  color: #fff;
  text-decoration: none;
}

.operator-directory-search__actions a {
  color: #1b5e20;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.operator-directory-results {
  padding: 24px 0 36px;
}

.operator-directory-results__header {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-end;
  margin-bottom: 20px;
}

.operator-directory-results__header h2,
.operator-directory-seo h2 {
  margin: 0;
  color: #102815;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 0;
}

.operator-directory-results__header p {
  max-width: 430px;
  margin: 0;
  color: #566b5a;
  line-height: 1.55;
}

.operator-directory-list {
  display: grid;
  gap: 12px;
}

.operator-directory-card {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .7fr) 128px;
  gap: 18px;
  align-items: center;
  border: 1px solid #d8e8da;
  border-radius: 10px;
  padding: 18px;
  background: #fbfefb;
}

.operator-directory-card:hover {
  border-color: #b7dcbf;
  box-shadow: 0 14px 30px rgba(31, 127, 47, .07);
}

.operator-directory-card h3 {
  margin: 10px 0 0;
  color: #102815;
  font-size: 21px;
  line-height: 1.25;
  letter-spacing: 0;
}

.operator-directory-card h3 a {
  color: inherit;
  text-decoration: none;
}

.operator-directory-card h3 a:hover {
  color: #2e7d32;
  text-decoration: none;
}

.operator-directory-location {
  margin: 8px 0 0;
  color: #566b5a;
  font-size: 15px;
}

.operator-directory-card__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(138px, 1fr));
  gap: 10px;
  margin: 0;
  min-width: 0;
}

.operator-directory-card__facts div {
  min-width: 0;
  border-left: 3px solid #dbeedf;
  padding-left: 10px;
}

.operator-directory-card__facts dt {
  color: #5d725f;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
  text-transform: uppercase;
}

.operator-directory-card__facts dd {
  overflow-wrap: anywhere;
  margin: 4px 0 0;
  color: #102815;
  font-size: 14px;
  font-weight: 700;
}

.operator-directory-empty {
  border: 1px solid #d8e8da;
  border-radius: 12px;
  padding: 28px;
  background: #fbfefb;
}

.operator-directory-empty h3 {
  margin: 0 0 8px;
  color: #102815;
}

.operator-directory-empty p {
  margin: 0;
  color: #566b5a;
}

.operator-directory-pagination {
  display: flex;
  justify-content: center;
  margin-top: 26px;
}

.operator-directory-pagination .pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.operator-directory-pagination .pagination li a,
.operator-directory-pagination .pagination li span,
.operator-directory-pagination .pagination > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  border: 1px solid #c4dfc8;
  border-radius: 8px;
  padding: 0 12px;
  background: #fff;
  color: #1b5e20;
  font-weight: 800;
  text-decoration: none;
}

.operator-directory-pagination .pagination .active a,
.operator-directory-pagination .pagination li a:hover,
.operator-directory-pagination .pagination > a:hover {
  background: #2e7d32;
  color: #fff;
}

.operator-directory-seo {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  padding: 24px 0 74px;
}

.operator-directory-seo > div {
  border: 1px solid #d8e8da;
  border-radius: 10px;
  padding: 24px;
  background: #f8fcf8;
}

.operator-directory-seo p {
  margin: 12px 0 0;
  color: #415844;
  font-size: 16px;
  line-height: 1.65;
}

@media (max-width: 980px) {
  .operator-directory-hero {
    padding-top: 24px;
  }

  .operator-directory-results__header,
  .operator-directory-seo {
    display: grid;
    grid-template-columns: 1fr;
  }

  .operator-directory-card {
    grid-template-columns: 1fr;
  }

  .operator-directory-card__facts {
    grid-template-columns: repeat(2, minmax(138px, 1fr));
  }
}

@media (max-width: 720px) {
  .operator-directory-hero,
  .operator-directory-results,
  .operator-directory-seo {
    width: min(100% - 28px, 1176px);
  }

  .operator-directory-hero {
    padding-top: 18px;
  }

  .operator-directory-search__row,
  .operator-directory-search__row + .operator-directory-search__row {
    grid-template-columns: 1fr;
  }

  .operator-directory-search__actions {
    flex-wrap: wrap;
  }

  .operator-directory-search__actions button {
    width: 100%;
  }

  .operator-directory-card__facts {
    grid-template-columns: 1fr;
  }
}
