:root {
  --bg: #f3f7fc;
  --ink: #0c2d6d;
  --muted: #38507f;
  --card: rgba(255, 255, 255, 0.94);
  --line: rgba(12, 45, 109, 0.12);
  --brand: #005eb8;
  --brand-dark: #0c2d6d;
  --accent: #005eb8;
  --danger: #b42318;
  --danger-dark: #7a271a;
  --danger-soft: rgba(180, 35, 24, 0.08);
  --shadow: 0 20px 50px rgba(12, 45, 109, 0.1);
  --radius-panel: 18px;
  --radius-control: 10px;
  --radius-compact: 8px;
  --font-sans: "Inter", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  --bs-font-sans-serif: var(--font-sans);
  --bs-body-font-family: var(--font-sans);
}

html {
  font-size: 16px;
  position: relative;
  min-height: 100%;
  overflow-x: hidden;
  overflow-x: clip;
}

body {
  margin: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(0, 94, 184, 0.16), transparent 26%),
    radial-gradient(circle at right, rgba(12, 45, 109, 0.14), transparent 22%),
    linear-gradient(180deg, #ffffff 0%, var(--bg) 100%);
  font-family: var(--font-sans);
  overflow-x: hidden;
  overflow-x: clip;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
button,
input,
select,
textarea,
.btn,
.form-control,
.form-select,
.nav-link,
.navbar-brand {
  font-family: var(--font-sans);
  min-width: 0;
}

img,
svg,
video {
  max-width: 100%;
}

.site-main {
    flex: 1 0 auto;
    width: 100%;
    padding-top: 2rem;
}

li.nav-item {
    width: 150px;
}

a {
  color: var(--brand-dark);
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-select:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.15rem rgba(0, 94, 184, 0.2);
  border-color: rgba(0, 94, 184, 0.45);
}

.site-nav {
  padding: 1rem 0;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}

.navbar-brand {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-right: 100px;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
}

.brand-logo-layer {
  display: block;
  width: 240px;
  height: 64px;
  background-image: url("/assets/logo.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 240px 240px;
}

.nav-link {
  color: var(--ink);
  font-weight: 600;
}

.nav-highlight {
  color: var(--muted);
  font-size: 0.95rem;
}

.footer {
  margin-top: auto;
  padding: 2rem 0 3rem;
}

.footer__inner {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

.footer__legal {
  min-width: 0;
}

.footer__credit {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.footer__credit a {
  color: var(--brand-dark) !important;
}

.footer-cookie-button {
  margin-left: 0.35rem;
  padding: 0;
  color: var(--brand-dark);
  background: transparent;
  border: 0;
  font: inherit;
  text-decoration: underline;
}

.footer-cookie-button:hover,
.footer-cookie-button:focus {
  color: var(--brand);
}

.cookie-consent {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  z-index: 1040;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 1rem;
  color: var(--brand-dark);
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(12, 45, 109, 0.16);
  border-radius: var(--radius-compact);
  box-shadow: 0 18px 45px rgba(12, 45, 109, 0.18);
}

.cookie-consent[hidden] {
  display: none;
}

.cookie-consent__copy {
  min-width: 0;
}

.cookie-consent__copy strong {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--brand-dark);
  font-size: 1rem;
}

.cookie-consent__copy p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.cookie-consent__link {
  padding: 0;
  color: var(--brand-dark);
  background: transparent;
  border: 0;
  font: inherit;
  font-weight: 700;
  text-decoration: underline;
}

.cookie-consent__link:hover,
.cookie-consent__link:focus {
  color: var(--brand);
}

.cookie-consent__actions {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 0.6rem;
  justify-content: flex-end;
}

.cookie-consent__actions .btn,
.cookie-policy-modal .modal-footer .btn {
  min-height: 42px;
  font-weight: 700;
}

.cookie-policy-modal .modal-content {
  border: 1px solid rgba(12, 45, 109, 0.14);
  border-radius: var(--radius-compact);
}

.cookie-policy-modal .modal-body {
  color: var(--muted);
  line-height: 1.65;
}

.cookie-policy-modal .modal-body h3 {
  margin: 1.25rem 0 0.45rem;
  color: var(--brand-dark);
  font-size: 1rem;
}

.cookie-policy-modal .modal-body p {
  margin-bottom: 0.85rem;
}

.cookie-policy-modal .modal-body ul {
  margin: 0 0 1rem;
  padding-left: 1.2rem;
}

.cookie-policy-modal .modal-body li {
  margin-bottom: 0.55rem;
}

.cookie-policy-modal .modal-body code {
  color: var(--brand-dark);
  background: rgba(0, 94, 184, 0.08);
  border-radius: 4px;
  padding: 0.08rem 0.25rem;
  font-size: 0.88em;
}

.hero-shell,
.results-layout,
.admin-grid,
.import-shell,
.about-grid {
  display: grid;
  gap: 1.5rem;
}

.hero-shell {
  grid-template-columns: 1fr;
  align-items: start;
  gap: 2rem;
  padding: 4rem 0 2.5rem;
}

.hero-copy {
  max-width: 900px;
}

.hero-brand {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.4rem;
}

.hero-brand__logo {
  width: auto;
  height: 72px;
  filter: drop-shadow(0 12px 22px rgba(12, 45, 109, 0.12));
}

.hero-brand__text {
  display: grid;
  gap: 0.55rem;
}

.hero-brand__caption {
  color: var(--muted);
  font-size: 0.98rem;
  max-width: 34rem;
}

.hero-copy h1,
.page-heading h1,
.detail-header h1,
.pricing-intro h1 {
    margin: 1.35rem 0 1.5rem;
    color: var(--brand-dark);
    font-size: clamp(2.15rem, 3.4vw, 3.05rem);
    line-height: 1;
}

.hero-copy p,
.page-heading p,
.content-shell p,
.detail-shell p {
  color: var(--muted);
  font-size: 1.05rem;
}

.page-heading p {
  margin: 0.75rem 0 0;
  max-width: 70rem;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.hero-metric {
  padding: 1rem 1.1rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(0, 94, 184, 0.14);
  border-radius: 18px;
}

.hero-metric strong {
  display: block;
  color: var(--brand-dark);
  margin-bottom: 0.35rem;
}

.hero-metric span {
  color: var(--muted);
  font-size: 0.95rem;
}

.eyebrow {
  display: inline-block;
  padding: 0.35rem 0.75rem;
  background: rgba(0, 94, 184, 0.1);
  color: var(--brand);
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.search-panel,
.feature-card,
.filter-card,
.provider-card,
.detail-shell,
.form-shell,
.content-shell,
.table-shell {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius-panel);
  box-shadow: var(--shadow);
}

.search-panel,
.form-shell,
.content-shell,
.detail-shell,
.table-shell {
  padding: 1.5rem;
}

.hero-search-panel {
  position: relative;
  padding: 2rem;
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(233, 243, 255, 0.98) 100%);
  border-color: rgba(0, 94, 184, 0.18);
  box-shadow: 0 28px 70px rgba(12, 45, 109, 0.16);
}

/* .hero-search-panel::before {
  content: "";
  position: absolute;
  inset: auto auto 0 0;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(0, 94, 184, 0.16), transparent 68%);
  transform: translate(-30%, 30%);
}

.hero-search-panel::after {
  content: "";
  position: absolute;
  inset: 0 0 auto auto;
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, rgba(12, 45, 109, 0.12), transparent 70%);
  transform: translate(20%, -30%);
} */

.hero-search-panel__header {
  position: relative;
  margin-bottom: 1.5rem;
  max-width: 820px;
}

.hero-search-panel__header h2 {
  margin: 0 0 0.5rem;
  font-size: clamp(2rem, 3vw, 3rem);
}

.hero-search-panel__header p {
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.hero-search-form {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: start;
}

.hero-search-form__field {
  position: relative;
  min-width: 0;
}

#initial-search-error {
    margin-top: 1em;
    font-size: 1.1em;
}

.custom-search {
    position: relative;
}

.hero-search-input {
  appearance: none;
  -webkit-appearance: none;
  min-height: 72px;
  padding: 1rem 1.25rem;
  font-size: 1.15rem;
  border-width: 2px;
  border-color: rgba(0, 94, 184, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.hero-search-input::-webkit-search-decoration,
.hero-search-input::-webkit-search-cancel-button,
.hero-search-input::-webkit-search-results-button,
.hero-search-input::-webkit-search-results-decoration {
  display: none;
}

.custom-search__menu {
  position: absolute;
  z-index: 30;
  top: calc(100% + 0.4rem);
  right: 0;
  left: 0;
  max-height: min(320px, 48vh);
  padding: 0.4rem;
  overflow-y: auto;
  background: #fff;
  border: 1px solid rgba(12, 45, 109, 0.16);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(12, 45, 109, 0.16);
}

.custom-search__option {
  display: block;
  width: 100%;
  padding: 0.85rem 0.95rem;
  color: var(--brand-dark);
  background: transparent;
  border: 0;
  border-radius: 6px;
  font: inherit;
  line-height: 1.25;
  text-align: left;
}

.custom-search__option:hover,
.custom-search__option:focus,
.custom-search__option.is-active {
  color: #fff;
  background: var(--brand);
  outline: 0;
}

.custom-search__empty {
  padding: 0.85rem 0.95rem;
  color: var(--muted);
}

.hero-search-submit {
  min-height: 72px;
  padding: 0 1.6rem;
  font-weight: 700;
  white-space: nowrap;
}

.home-contact-callout {
  position: relative;
  width: min(100%, 640px);
  margin: 1.5rem auto 0;
  padding: 1.35rem 1.5rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(0, 94, 184, 0.2);
  border-radius: 24px;
  box-shadow: 0 18px 45px rgba(12, 45, 109, 0.08);
}

.home-contact-callout p {
  margin: 0 0 0.85rem;
  color: var(--brand-dark);
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
  font-weight: 700;
  line-height: 1.35;
}

.home-contact-button {
  min-width: 120px;
  padding: 0.55rem 1rem;
  color: var(--brand-dark);
  border-color: rgba(12, 45, 109, 0.25);
  border-radius: 999px;
  background: #fff;
  font-weight: 700;
  line-height: 1.2;
}

.hero-search-highlights {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.hero-search-highlights span {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(0, 94, 184, 0.15);
  color: var(--brand-dark);
  font-size: 0.92rem;
  font-weight: 600;
}

.narrow-shell {
  max-width: 520px;
  margin: 2rem auto 0;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 3rem;
}

.about-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 2rem;
}

.about-page {
  display: grid;
  gap: 2rem;
}

.about-page__intro {
  max-width: 820px;
}

.about-page__intro p {
  margin-bottom: 1rem;
  line-height: 1.65;
}

.about-grid--mission {
  margin-top: 0;
}

.founder-profile {
  display: grid;
  grid-template-columns: minmax(220px, 340px) minmax(0, 1fr);
  gap: 2rem;
  align-items: center;
  padding-top: 2rem;
  border-top: 1px solid rgba(12, 45, 109, 0.1);
}

.founder-profile__media {
  overflow: hidden;
  aspect-ratio: 7 / 5;
  border-radius: 18px;
  background: rgba(0, 94, 184, 0.08);
  border: 1px solid rgba(12, 45, 109, 0.12);
}

.founder-profile__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.founder-profile__copy h2 {
  margin: 0.6rem 0 1rem;
  color: var(--brand-dark);
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.founder-profile__copy p {
  margin-bottom: 1.25rem;
  line-height: 1.7;
}

.feature-card,
.provider-card {
  padding: 1.25rem;
}

.provider-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  border-radius: var(--radius-panel);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(239, 246, 255, 0.96) 100%);
  border-color: rgba(0, 94, 184, 0.16);
}

.provider-card__main {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  flex: 1 1 auto;
  min-width: 0;
}

.provider-card__logo {
  width: 72px;
  height: 72px;
  object-fit: contain;
  flex: 0 0 72px;
  padding: 0.6rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.provider-card__logo--placeholder {
  display: grid;
  place-items: center;
  color: var(--brand-dark);
  font-size: 1.5rem;
  font-weight: 800;
  background: linear-gradient(135deg, rgba(0, 94, 184, 0.12) 0%, rgba(12, 45, 109, 0.08) 100%);
}

.provider-card__copy {
  flex: 1 1 auto;
  min-width: 0;
}

.provider-card__copy h2 {
  margin: 0 0 0.75rem;
  font-size: 1.35rem;
}

.provider-card__copy p {
  margin: 0;
}

.provider-card__topline {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  align-items: center;
  margin-bottom: 0.75rem;
}

.provider-card__country {
  display: inline-flex;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(12, 45, 109, 0.12);
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.provider-card__actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-width: 180px;
}

.provider-pill {
  display: inline-flex;
  margin-bottom: 0.7rem;
  padding: 0.3rem 0.6rem;
  border-radius: 999px;
  background: rgba(12, 45, 109, 0.1);
  color: var(--brand-dark);
  font-weight: 700;
  font-size: 0.85rem;
}

.admin-provider-logo {
  width: 48px;
  height: 48px;
  object-fit: contain;
  padding: 0.35rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.admin-registration-media {
  flex: 0 0 96px;
}

.admin-registration-logo {
  width: 96px;
  height: 96px;
  object-fit: contain;
  padding: 0.6rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-control);
}

.admin-registration-logo--placeholder {
  display: grid;
  place-items: center;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 700;
}

.admin-registration-card {
    display: grid;
    gap: 1.25rem;
    align-items: stretch;
    justify-content: stretch;
    padding: 1.35rem;
}

.admin-registration-card__header {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: start;
}

.admin-registration-card__title {
  min-width: 0;
}

.admin-registration-card__title h2 {
  margin: 0 0 0.45rem;
  color: var(--brand-dark);
  font-size: 1.45rem;
}

.admin-registration-card__title p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.admin-registration-card__tools {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: flex-end;
}

.admin-registration-details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem 1rem;
  margin: 0;
  padding: 1rem 0;
  border-top: 1px solid rgba(12, 45, 109, 0.12);
  border-bottom: 1px solid rgba(12, 45, 109, 0.12);
}

.admin-registration-details div {
  min-width: 0;
}

.admin-registration-details dt {
  margin-bottom: 0.25rem;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.admin-registration-details dd {
  margin: 0;
  color: var(--brand-dark);
  font-weight: 700;
  overflow-wrap: anywhere;
}

.admin-registration-details__wide {
  grid-column: 1 / -1;
}

.admin-registration-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  align-items: start;
}

.admin-registration-action {
  display: grid;
  gap: 0.7rem;
  min-width: 0;
  padding: 0.85rem;
  border: 1px solid rgba(12, 45, 109, 0.1);
  border-radius: var(--radius-control);
  background: rgba(255, 255, 255, 0.62);
}

.admin-registration-action--reject {
  border-color: rgba(180, 35, 24, 0.18);
  background: var(--danger-soft);
}

.admin-registration-action textarea {
  min-height: 96px;
  resize: vertical;
}

.admin-registration-action .btn {
  width: 100%;
}

.detail-header {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}

.provider-detail-logo {
  width: min(180px, 32vw);
  height: 120px;
  object-fit: contain;
  flex: 0 0 auto;
  padding: 1rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-control);
}

.page-heading {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  margin: 0 0 1.5rem;
}

.page-actions {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  margin: 1.25rem 0 0;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  justify-content: flex-end;
}

.form-action-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
}

.form-callback {
  flex: 1 1 18rem;
  max-width: 38rem;
  margin: 0;
  padding: 0.65rem 0.8rem;
  border-radius: var(--radius-control);
  line-height: 1.35;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.form-callback.is-hiding {
  opacity: 0;
  transform: translateY(-4px);
}

.admin-panel-callback {
  margin-top: 1rem;
}

.form-loading-status {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 2.25rem;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.form-actions > .form-callback,
.form-action-buttons > .form-callback,
.form-actions > .form-loading-status,
.form-action-buttons > .form-loading-status {
  order: 1;
}

.form-actions > button[type="submit"],
.form-actions > input[type="submit"],
.form-action-buttons > button[type="submit"],
.form-action-buttons > input[type="submit"] {
  order: 2;
  margin-left: auto;
}

.modal-footer > .form-loading-status {
  margin-left: auto;
}

.form-loading-status__spinner {
  width: 0.95rem;
  height: 0.95rem;
  border: 2px solid rgba(12, 45, 109, 0.18);
  border-top-color: var(--brand);
  border-radius: 50%;
  animation: form-loading-spin 700ms linear infinite;
}

@keyframes form-loading-spin {
  to {
    transform: rotate(360deg);
  }
}

.results-layout {
  grid-template-columns: 1fr;
  align-items: start;
}

.filter-card {
  padding: 0;
  overflow: hidden;
  margin-bottom: 0.85rem;
}

.filter-card--drawer {
  position: relative;
  margin: 0;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.filter-card--drawer[open]::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 40;
  background: rgba(12, 45, 109, 0.24);
  backdrop-filter: blur(2px);
}

.filter-card__summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.85rem;
  padding: 0.8rem 1rem;
  cursor: pointer;
  list-style: none;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(12, 45, 109, 0.08);
}

.filter-card__summary--button {
  min-height: 46px;
  padding: 0.55rem 0.85rem;
  gap: 0.65rem;
  color: var(--brand-dark);
  background: #fff;
  border: 1px solid rgba(12, 45, 109, 0.16);
  border-radius: 999px;
  font-weight: 800;
  line-height: 1.2;
}

.filter-card__summary--button::after {
  content: "▾";
  color: var(--brand);
  font-size: 0.82rem;
}

.filter-card--drawer[open] .filter-card__summary--button {
  border-color: rgba(0, 94, 184, 0.38);
  box-shadow: 0 10px 24px rgba(12, 45, 109, 0.1);
}

.filter-card--drawer[open] .filter-card__summary--button::after {
  content: "▴";
}

.filter-card__summary::-webkit-details-marker {
  display: none;
}

.filter-card__summary strong {
  display: block;
  margin-top: 0.2rem;
  color: var(--brand-dark);
  font-size: 0.98rem;
}

.filter-card__summary-meta {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 700;
  text-align: right;
}

.results-filter-shell {
  display: grid;
  gap: 0.9rem;
  padding: 0.95rem 1rem;
}

.results-filter-shell--drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 41;
  width: min(460px, 92vw);
  max-height: 100vh;
  overflow: auto;
  padding: 1.25rem;
  background: var(--card);
  border-left: 1px solid rgba(12, 45, 109, 0.16);
  border-radius: 0;
  box-shadow: -24px 0 60px rgba(12, 45, 109, 0.18);
}

.results-filter-shell__header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
}

.filter-drawer__close {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  color: var(--brand-dark);
  background: #fff;
  border: 1px solid rgba(12, 45, 109, 0.16);
  border-radius: 999px;
  font-size: 1.45rem;
  line-height: 1;
}

.filter-card:not([open]) .results-filter-shell {
  display: none;
}

.results-filter-shell__header h2 {
  margin: 0.45rem 0 0.3rem;
  font-size: 1.2rem;
}

.results-filter-shell__header p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.filter-group {
  display: grid;
  gap: 0.55rem;
}

.filter-group__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.filter-group__heading span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.filter-action-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  line-height: 1.2;
  text-align: center;
}

.filter-option-list {
  display: grid;
  gap: 0.45rem;
  max-height: 280px;
  overflow: auto;
  padding-right: 0.25rem;
}

.filter-option-card {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.6rem 0.75rem;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(12, 45, 109, 0.12);
  border-radius: var(--radius-control);
  cursor: pointer;
  transition: transform 140ms ease, border-color 140ms ease, box-shadow 140ms ease;
  font-size: 0.92rem;
}

.filter-option-card:hover {
  transform: translateY(-1px);
  border-color: rgba(0, 94, 184, 0.28);
  box-shadow: 0 10px 24px rgba(12, 45, 109, 0.08);
}

.filter-option-card input {
  margin: 0;
}

.filter-option-card:has(input:checked) {
  border-color: rgba(0, 94, 184, 0.48);
  background: linear-gradient(135deg, rgba(0, 94, 184, 0.12) 0%, rgba(12, 45, 109, 0.08) 100%);
  box-shadow: 0 12px 24px rgba(12, 45, 109, 0.08);
}

.results-summary {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  padding: 1.35rem 1.5rem;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(12, 45, 109, 0.12);
  border-radius: var(--radius-panel);
  overflow: visible;
}

.results-summary h2 {
  margin: 0.75rem 0 0.4rem;
  font-size: clamp(1.5rem, 2vw, 2rem);
}

.results-summary__copy {
  min-width: 0;
}

.results-summary p {
  margin: 0;
}

.results-summary__tools {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 0.75rem;
}

.results-summary__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.65rem;
}

.results-summary__meta span {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  background: rgba(0, 94, 184, 0.08);
  border: 1px solid rgba(0, 94, 184, 0.14);
  color: var(--brand-dark);
  font-size: 0.88rem;
  font-weight: 700;
}

.results-list {
  display: grid;
  gap: 1rem;
}

.results-table-shell {
  padding: 0.75rem;
  overflow: visible;
}

.results-table-shell .table-responsive {
  width: 100%;
  max-width: 100%;
  overflow: visible;
}

.search-results-table {
  margin: 0;
  width: 100%;
  min-width: 0;
  table-layout: fixed;
  --bs-table-bg: transparent;
  --bs-table-striped-bg: rgba(0, 94, 184, 0.03);
  --bs-table-hover-bg: rgba(0, 94, 184, 0.05);
}

.search-results-table thead th:nth-child(1),
.search-results-table tbody td:nth-child(1) {
  width: 22%;
}

.search-results-table thead th:nth-child(2),
.search-results-table tbody td:nth-child(2) {
  width: 17%;
}

.search-results-table thead th:nth-child(3),
.search-results-table tbody td:nth-child(3) {
  width: 14%;
}

.search-results-table thead th:nth-child(4),
.search-results-table tbody td:nth-child(4) {
  width: 10%;
}

.search-results-table thead th:nth-child(5),
.search-results-table tbody td:nth-child(5) {
  width: 23%;
}

.search-results-table thead th:nth-child(6),
.search-results-table tbody td:nth-child(6) {
  width: 14%;
}

.search-results-table thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  padding: 1.2rem 1.25rem 1.1rem;
  border-bottom-width: 1px;
  border-color: rgba(12, 45, 109, 0.12);
  color: var(--brand-dark);
  font-size: clamp(0.66rem, 0.72vw, 0.82rem);
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  background: linear-gradient(180deg, rgba(232, 242, 255, 0.96) 0%, rgba(247, 250, 255, 0.96) 100%);
  box-shadow: 0 8px 18px rgba(12, 45, 109, 0.06);
  overflow-wrap: normal;
  word-break: normal;
  white-space: normal;
}

.search-results-table__sort {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: inherit;
  text-decoration: none;
  white-space: normal;
  overflow-wrap: normal;
  word-break: normal;
}

.search-results-table__sort:hover {
  color: var(--brand);
}

.search-results-table__sort span {
  min-width: 0.9rem;
  color: var(--brand);
}

.search-results-table tbody td {
  padding: 1.2rem 1.25rem;
  vertical-align: top;
  border-color: rgba(12, 45, 109, 0.1);
  min-width: 0;
  overflow-wrap: anywhere;
}

.search-results-table tbody tr {
  scroll-margin-top: 1.5rem;
}

.search-results-table tbody tr:target {
  outline: 2px solid rgba(0, 94, 184, 0.3);
  outline-offset: -2px;
  background: rgba(0, 94, 184, 0.05);
}

.search-provider-cell {
  display: grid;
  grid-template-columns: 76px minmax(180px, 1fr);
  gap: 0.85rem;
  align-items: center;
}

.search-provider-cell__media {
  display: grid;
  justify-items: center;
  gap: 0.35rem;
}

.search-provider-cell__logo {
  width: 76px;
  height: 60px;
  object-fit: contain;
  padding: 0.45rem;
  background: #fff;
  border: 1px solid rgba(12, 45, 109, 0.12);
  border-radius: var(--radius-control);
}

.search-provider-cell__logo--placeholder {
  display: grid;
  place-items: center;
  color: var(--brand-dark);
  font-size: 1.1rem;
  font-weight: 800;
  background: linear-gradient(135deg, rgba(0, 94, 184, 0.12) 0%, rgba(12, 45, 109, 0.08) 100%);
}

.search-provider-cell__copy {
  min-width: 0;
}

.search-provider-cell__copy strong {
  display: block;
  font-size: 1rem;
  line-height: 1.35;
}

.search-provider-cell__sponsored {
    display: inline-flex;
      width: 100px;
    padding: 0.2rem 0.35rem;
    color: var(--accent);    
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 13px;
}

.search-results-table__country {
  display: inline-flex;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(12, 45, 109, 0.12);
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.search-results-table__year {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: rgba(12, 45, 109, 0.08);
  color: var(--brand-dark);
  font-size: 0.82rem;
  font-weight: 700;
}

.search-results-table__description {
  margin: 0;
  min-width: 0;
  max-width: 32rem;
  color: var(--muted);
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.search-results-table__actions {
  display: grid;
  gap: 0.6rem;
  min-width: 0;
}

.search-results-table__actions .btn {
  width: 100%;
  white-space: normal;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .results-table-shell {
    padding: 0.55rem;
  }

  .search-results-table {
    width: 100%;
    min-width: 0;
    table-layout: fixed;
  }

  .results-table-shell .table-responsive {
    overflow-x: visible;
  }

  .search-results-table thead th,
  .search-results-table tbody td {
    padding: 0.85rem 0.65rem;
  }

  .search-results-table thead th {
    font-size: clamp(0.58rem, 0.72vw, 0.72rem);
    letter-spacing: 0.01em;
    overflow-wrap: normal;
    word-break: normal;
    white-space: normal;
  }

  .search-results-table__sort {
    white-space: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .search-results-table thead th:nth-child(1),
  .search-results-table tbody td:nth-child(1) {
    width: 22%;
  }

  .search-results-table thead th:nth-child(2),
  .search-results-table tbody td:nth-child(2) {
    width: 17%;
  }

  .search-results-table thead th:nth-child(3),
  .search-results-table tbody td:nth-child(3) {
    width: 14%;
  }

  .search-results-table thead th:nth-child(4),
  .search-results-table tbody td:nth-child(4) {
    width: 10%;
  }

  .search-results-table thead th:nth-child(5),
  .search-results-table tbody td:nth-child(5) {
    width: 23%;
  }

  .search-results-table thead th:nth-child(6),
  .search-results-table tbody td:nth-child(6) {
    width: 14%;
  }

  .search-provider-cell {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 0.55rem;
  }

  .search-provider-cell__logo {
    width: 52px;
    height: 44px;
    padding: 0.28rem;
    border-radius: 8px;
  }

  .search-provider-cell__copy strong,
  .search-results-table .provider-pill,
  .search-results-table__country,
  .search-results-table__year,
  .search-results-table__description {
    font-size: 0.78rem;
    overflow-wrap: anywhere;
  }

  .search-results-table .provider-pill,
  .search-results-table__country,
  .search-results-table__year {
    padding: 0.28rem 0.48rem;
    white-space: normal;
  }

  .search-results-table__description {
    min-width: 0;
    max-width: none;
    line-height: 1.4;
  }

  .search-results-table__actions {
    min-width: 0;
    gap: 0.45rem;
  }

  .search-results-table__actions .btn {
    min-height: 38px;
    padding: 0.45rem 0.5rem;
    font-size: 0.78rem;
    line-height: 1.15;
    white-space: normal;
  }
}

.stack-lg,
.stack-md {
  display: grid;
}

.stack-lg {
  gap: 1.25rem;
}

.stack-md {
  gap: 1rem;
}

.detail-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid rgba(12, 45, 109, 0.1);
}

.detail-grid > div {
  display: grid;
  grid-template-columns: minmax(12rem, 18rem) minmax(0, 1fr);
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(12, 45, 109, 0.1);
}

.detail-grid dt {
  font-weight: 700;
  color: var(--brand-dark);
}

.detail-grid dd {
  margin: 0;
  color: var(--muted);
  overflow-wrap: anywhere;
}

.privacy-policy {
  display: grid;
  gap: 1.5rem;
 
  margin: 0 auto;
}

.privacy-policy__intro {
  max-width: 820px;
}

.privacy-policy__intro p {
  margin-bottom: 1rem;
}

.privacy-policy__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  padding: 0.75rem;
  background: rgba(0, 94, 184, 0.06);
  border: 1px solid rgba(0, 94, 184, 0.12);
  border-radius: 14px;
}

.privacy-policy__nav a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0.45rem 0.75rem;
  color: var(--brand-dark);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(12, 45, 109, 0.1);
  border-radius: var(--radius-compact);
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
}

.privacy-policy__nav a:hover,
.privacy-policy__nav a:focus {
  color: #fff;
  background: var(--brand);
  border-color: var(--brand);
}

.privacy-policy__body {
  display: grid;
  gap: 1.4rem;
}

.privacy-policy__section {
  padding-top: 1.4rem;
  border-top: 1px solid rgba(12, 45, 109, 0.1);
  scroll-margin-top: 7rem;
}

.privacy-policy__section:first-child {
  padding-top: 0;
  border-top: 0;
}

.privacy-policy__section h2 {
  margin: 0 0 0.8rem;
  color: var(--brand-dark);
  font-size: 1.25rem;
}

.privacy-policy__section p {
  margin: 0 0 0.9rem;
  line-height: 1.7;
}

.privacy-policy__section ul {
  display: grid;
  gap: 0.65rem;
  margin: 0 0 1rem;
  padding-left: 1.25rem;
  color: var(--muted);
}

.privacy-policy__section li {
  line-height: 1.55;
}

.empty-state {
  padding: 2rem;
  border: 1px dashed rgba(0, 94, 184, 0.35);
  border-radius: var(--radius-panel);
  background: rgba(255, 255, 255, 0.8);
}

.btn {
  border-radius: var(--radius-control);
  font-weight: 700;
}

.btn-sm {
  border-radius: var(--radius-compact);
}

.btn-lg {
  border-radius: var(--radius-control);
}

.btn-brand {
  color: #fff;
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-dark) 100%);
  border: none;
}

.btn-brand:hover {
  color: #fff;
  background: linear-gradient(135deg, #0072de 0%, #143a84 100%);
}

.btn-outline-secondary {
  color: var(--brand-dark);
  border-color: rgba(12, 45, 109, 0.25);
}

.btn-outline-secondary:hover {
  color: #fff;
  background: var(--brand-dark);
  border-color: var(--brand-dark);
}

.btn-danger {
  color: #fff;
  background: linear-gradient(135deg, var(--danger) 0%, var(--danger-dark) 100%);
  border: none;
}

.btn-danger:hover,
.btn-danger:focus {
  color: #fff;
  background: linear-gradient(135deg, #d92d20 0%, var(--danger-dark) 100%);
}

.btn-outline-danger {
  color: var(--danger-dark);
  border-color: rgba(180, 35, 24, 0.35);
  background: #fff;
}

.btn-outline-danger:hover,
.btn-outline-danger:focus {
  color: #fff;
  background: var(--danger);
  border-color: var(--danger);
}

.form-control,
.form-select {
  border-color: rgba(12, 45, 109, 0.14);
  border-radius: var(--radius-control);
}

.required-label::after {
  content: " *"; 
  font-weight: 800;
}

.alert-success {
  color: var(--brand-dark);
  background: rgba(0, 94, 184, 0.08);
  border-color: rgba(0, 94, 184, 0.18);
}

.alert-info {
  color: var(--brand-dark);
  background: rgba(12, 45, 109, 0.08);
  border-color: rgba(12, 45, 109, 0.16);
}

.alert-warning {
  color: #7a4a00;
  background: rgba(245, 158, 11, 0.14);
  border-color: rgba(245, 158, 11, 0.28);
}

.alert-danger {
  color: var(--danger-dark);
  background: var(--danger-soft);
  border-color: rgba(180, 35, 24, 0.22);
}

.admin-tabs {
  display: grid;
  gap: 1rem;
}

.admin-tabs__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0.35rem;
  width: fit-content;
  max-width: 100%;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  border-radius: var(--radius-control);
  box-shadow: 0 12px 30px rgba(12, 45, 109, 0.08);
}

.admin-tabs__tab {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 42px;
  padding: 0.55rem 0.85rem;
  color: var(--brand-dark);
  background: transparent;
  border: 0;
  border-radius: 8px;
  font: inherit;
  font-weight: 700;
  line-height: 1;
}

.admin-tabs__tab:hover,
.admin-tabs__tab:focus {
  background: rgba(0, 94, 184, 0.08);
  outline: 0;
}

.admin-tabs__tab.is-active {
  color: #fff;
  background: var(--brand);
  box-shadow: 0 8px 18px rgba(0, 94, 184, 0.18);
}

.admin-tabs__tab span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.5rem;
  height: 1.5rem;
  padding: 0 0.4rem;
  color: inherit;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  font-size: 0.8rem;
}

.admin-tabs__tab:not(.is-active) span {
  background: rgba(0, 94, 184, 0.1);
}

.admin-tabs__panel {
  min-width: 0;
}

.admin-providers-shell {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.admin-panel-shell--narrow {
  max-width: 760px;
}

.admin-panel-heading {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.admin-panel-heading h2 {
  margin: 0;
}

.admin-provider-status-filter {
  display: inline-flex;
  gap: 0.25rem;
  padding: 0.25rem;
  margin-top: 0.75rem;
  background: rgba(12, 45, 109, 0.06);
  border: 1px solid rgba(12, 45, 109, 0.12);
  border-radius: 8px;
}

.admin-provider-status-filter__button {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  min-height: 34px;
  padding: 0.35rem 0.7rem;
  color: var(--brand-dark);
  font-weight: 700;
  background: transparent;
  border: 0;
  border-radius: 6px;
}

.admin-provider-status-filter__button:hover,
.admin-provider-status-filter__button:focus {
  background: rgba(255, 255, 255, 0.72);
}

.admin-provider-status-filter__button.is-active {
  color: #ffffff;
  background: var(--brand);
}

.admin-provider-status-filter__button span {
  font-size: 0.75rem;
  font-weight: 800;
  opacity: 0.78;
}

.admin-column-menu {
  margin: 0 0 1rem;
}

.admin-provider-table-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: flex-start;
  margin: 0 0 1rem;
}

.admin-provider-table-controls .admin-column-menu {
  margin: 0;
  width:100%;
}

.admin-provider-clear-filters {
  min-height: 36px;
}

.admin-column-menu__summary {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0.35rem 0.7rem;
  color: var(--brand-dark);
  font-weight: 800;
  cursor: pointer;
  background: rgba(12, 45, 109, 0.06);
  border: 1px solid rgba(12, 45, 109, 0.12);
  border-radius: 8px;
}

.admin-column-menu__panel {
  display: grid;
  gap: 0.8rem;
  padding: 1rem;
  margin-top: 0.65rem;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(12, 45, 109, 0.12);
  border-radius: 8px;
  width:100%;
}

.admin-column-menu__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.admin-column-menu__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 0.55rem 0.85rem;
}

.admin-column-menu__grid label {
  display: inline-flex;
  gap: 0.45rem;
  align-items: center;
  min-width: 0;
  color: var(--brand-dark);
  font-size: 0.9rem;
}

.admin-provider-row {
  cursor: pointer;
}

.admin-provider-row[hidden] {
  display: none !important;
}

.admin-provider-row--deactivated > td {
  --bs-table-bg: rgba(173, 63, 63, 0.08);
  --bs-table-hover-bg: rgba(173, 63, 63, 0.12);
}

.admin-provider-row:focus {
  outline: 2px solid rgba(0, 94, 184, 0.34);
  outline-offset: -2px;
}

.admin-providers-table th:last-child,
.admin-providers-table td:last-child {
  width: 1%;
  white-space: nowrap;
}

.admin-providers-table{
    font-size: .85em;
}

.admin-providers-table--wide {
  /*min-width: 1900px;*/
}

.admin-providers-table--wide th,
.admin-providers-table--wide td {
  min-width: 9rem;
  vertical-align: top;
}

.admin-providers-table--wide th[data-provider-column="logo"],
.admin-providers-table--wide td[data-provider-column="logo"],
.admin-providers-table--wide th[data-provider-column="actions"],
.admin-providers-table--wide td[data-provider-column="actions"] {
  min-width: 7rem;
}

.admin-providers-table--wide th[data-provider-column="description"],
.admin-providers-table--wide td[data-provider-column="description"] {
  min-width: 18rem;
  white-space: normal;
}

.admin-providers-table--wide th[data-provider-column="keywords"],
.admin-providers-table--wide td[data-provider-column="keywords"] {
  min-width: 16rem;
  white-space: normal;
}

.admin-providers-table [data-provider-column][hidden] {
  display: none !important;
}

.admin-provider-table-scroll {
  cursor: grab;
}

.admin-provider-table-scroll.is-dragging {
  cursor: grabbing;
  user-select: none;
}

.admin-providers-table thead th {
  padding: 0.95rem 1rem;
  color: var(--brand-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: rgba(12, 45, 109, 0.06);
  border-color: rgba(12, 45, 109, 0.12);
}

.admin-providers-table__sort {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  max-width: 100%;
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
  font: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-align: left;
  text-transform: inherit;
}

.admin-providers-table__sort:hover,
.admin-providers-table__sort:focus {
  color: var(--brand);
}

.admin-providers-table__sort.is-filtered {
  color: var(--brand);
}

.admin-providers-table__sort span {
  flex: 0 0 0.8rem;
  color: var(--brand);
  font-size: 0.78rem;
  line-height: 1;
}

.admin-provider-filter-menu {
  position: absolute;
  z-index: 1085;
  width: min(320px, calc(100vw - 24px));
  padding: 0.75rem;
  color: var(--brand-dark);
  background: #fff;
  border: 1px solid rgba(12, 45, 109, 0.16);
  border-radius: var(--radius-compact);
  box-shadow: 0 18px 45px rgba(12, 45, 109, 0.18);
}

.admin-provider-filter-menu[hidden] {
  display: none;
}

.admin-provider-filter-menu__title {
  margin-bottom: 0.55rem;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.admin-provider-filter-menu__sort {
  display: flex;
  gap: 0.55rem;
  align-items: center;
  margin-bottom: 0.65rem;
}

.admin-provider-filter-menu__sort-label {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.admin-provider-filter-menu__sort-actions {
  display: inline-flex;
  gap: 0.35rem;
}

.admin-provider-filter-menu__sort-button {
  display: inline-grid;
  place-items: center;
  min-width: 58px;
  min-height: 34px;
  padding: 0.25rem 0.45rem;
  color: var(--brand-dark);
  background: rgba(12, 45, 109, 0.06);
  border: 1px solid rgba(12, 45, 109, 0.14);
  border-radius: var(--radius-compact);
  font: inherit;
  font-weight: 800;
  line-height: 1;
}

.admin-provider-filter-menu__sort-button:hover,
.admin-provider-filter-menu__sort-button:focus {
  color: #ffffff;
  background: var(--brand);
  border-color: var(--brand);
}

.admin-provider-filter-menu__sort-icon {
  font-size: 0.82rem;
  letter-spacing: 0;
}

.admin-provider-filter-menu__command,
.admin-provider-filter-menu__link {
  padding: 0;
  color: var(--brand-dark);
  background: transparent;
  border: 0;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 700;
  text-align: left;
}

.admin-provider-filter-menu__command:hover,
.admin-provider-filter-menu__command:focus,
.admin-provider-filter-menu__link:hover,
.admin-provider-filter-menu__link:focus {
  color: var(--brand);
}

.admin-provider-filter-menu__search {
  margin-bottom: 0.55rem;
}

.admin-provider-filter-menu__tools,
.admin-provider-filter-menu__footer {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: space-between;
}

.admin-provider-filter-menu__tools {
  margin-bottom: 0.45rem;
}

.admin-provider-filter-menu__options {
  display: grid;
  gap: 0.2rem;
  max-height: 220px;
  overflow: auto;
  padding: 0.35rem;
  border: 1px solid rgba(12, 45, 109, 0.1);
  border-radius: var(--radius-compact);
}

.admin-provider-filter-menu__option {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.45rem;
  align-items: start;
  min-width: 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.admin-provider-filter-menu__option span {
  overflow-wrap: anywhere;
}

.admin-provider-filter-menu__empty {
  color: var(--muted);
  font-size: 0.86rem;
}

.admin-provider-filter-menu__footer {
  margin-top: 0.65rem;
  justify-content: flex-end;
}

.admin-providers-table tbody td {
  padding: 0.9rem 1rem;
  border-color: rgba(12, 45, 109, 0.1);
}

.admin-missing-searches-table th:last-child,
.admin-missing-searches-table td:last-child {
  width: auto;
  white-space: normal;
}

.admin-status-pill {
  margin: 0.45rem 0 0;
  font-size: 0.75rem;
}

.admin-status-pill--active {
  background: rgba(31, 122, 74, 0.12);
  color: #1f7a4a;
}

.admin-status-pill--inactive {
  background: rgba(173, 63, 63, 0.12);
  color: #ad3f3f;
}

.admin-featured-pill {
  margin: 0;
  background: rgba(0, 94, 184, 0.12);
  color: var(--brand-dark);
  font-size: 0.75rem;
}

.admin-provider-featured-check {
  min-height: 2.35rem;
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding-top: 1.85rem;
}

.admin-provider-status-empty {
  margin-top: 1rem;
}

.admin-form-check {
  display: flex;
  align-items: center;
  min-height: 100%;
  padding-top: 2rem;
}

.admin-provider-actions {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.admin-provider-inline-form {
  display: inline-flex;
  margin: 0;
}

.admin-icon-button {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  padding: 0;
}

.admin-icon-button__icon {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.admin-upload-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  align-items: start;
}

.admin-upload-section {
  display: grid;
  gap: 0.85rem;
  min-width: 0;
}

.admin-upload-section h3 {
  margin: 0;
  color: var(--brand-dark);
  font-size: 1.15rem;
}

.admin-upload-section p {
  margin: 0;
  color: var(--muted);
}

.admin-grid {
  grid-template-columns: 1.2fr 0.8fr;
}

.import-shell {
  max-width: 760px;
  margin-bottom: 2rem;
}

.pricing-shell {
  display: grid;
  gap: 1.25rem;
  padding: 2rem 0 3rem;
}

.pricing-shell--compact {
  max-width: 1040px;
  margin: 0 auto;
}

.pricing-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 1.25rem;
  align-items: start;
}

.pricing-intro,
.pricing-membership-card,
.pricing-table-card,
.pricing-addon,
.pricing-note {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.pricing-intro {
  padding: 1.6rem;
}

.pricing-membership-card {
 /*overflow: hidden;*/
}

.pricing-membership-card__header {
  display: grid;
  gap: 0.4rem;
  padding: 1.25rem 1.4rem;
  border-bottom: 1px solid var(--line);
}

.pricing-membership-card__header h2 {
  margin: 0;
  color: var(--brand-dark);
  font-size: 1.15rem;
}

.pricing-membership-card__header p {
  max-width: 60rem;
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.pricing-membership-card__header strong {
  color: var(--brand-dark);
  font-weight: 800;
}

.pricing-membership-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  color: var(--ink);
  font-size: 0.98rem;
}

.pricing-membership-table th,
.pricing-membership-table td {
  padding: 0.85rem 1rem;
  border-bottom: 1px solid var(--line);
  vertical-align: middle;
}

.pricing-membership-table th {
  background: rgba(12, 45, 109, 0.06);
  color: var(--brand-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}

.pricing-membership-table th:first-child {
  text-align: left;
}

.pricing-membership-table td:first-child {
  width: 34%;
  color: var(--brand-dark);
  font-weight: 700;
}

.pricing-membership-table td:nth-child(2),
.pricing-membership-table td:nth-child(3) {
  width: 33%;
  text-align: center;
}

.membership-check {
  display: inline-grid;
  width: 1.85rem;
  height: 1.85rem;
  place-items: center;
  border: 1px solid rgba(0, 94, 184, 0.24);
  border-radius: 50%;
  color: var(--brand);
  background: rgba(0, 94, 184, 0.08);
  font-family: Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1;
}

.membership-empty {
  color: rgba(56, 80, 127, 0.45);
  font-weight: 800;
}

.membership-extra {
  color: var(--muted);
  font-size: 0.72em;
  font-weight: 700;
  white-space: nowrap;
}

.pricing-membership-notes {
  display: grid;
  gap: 0.35rem;
  margin: 0;
  padding: 1rem 1.4rem 1.2rem 2.6rem;
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-size: 0.92rem;
  line-height: 1.45;
  list-style: none;
}

.pricing-intro h1 {
  margin-top: 0;
}

.pricing-intro p {
  max-width: 58rem;
  margin: 0;
  color: var(--muted);
}

.pricing-free-month {
  display: grid;
  gap: 0.35rem;
  align-self: stretch;
  min-height: 120px;
  padding: 1.1rem;
  border-radius: 14px;
  background: rgba(0, 94, 184, 0.08);
  border: 1px solid rgba(0, 94, 184, 0.14);
  align-content: center;
}

.pricing-free-month span,
.pricing-addon span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pricing-free-month strong {
  color: var(--brand-dark);
  font-size: 2.1rem;
  line-height: 1;
}

.pricing-table-card {
  /*overflow: hidden;*/
}

.pricing-table-card__header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 1.4rem;
  border-bottom: 1px solid var(--line);
}

.pricing-table-card__header h2,
.pricing-addon h2,
.pricing-note h2 {
  margin: 0;
  font-size: 1.15rem;
}

.pricing-table-card__header p {
  margin: 0;
  color: var(--muted);
}

.pricing-table {
  color: var(--ink);
}

.pricing-table thead th {
  padding: 0.9rem 1.4rem;
  background: rgba(12, 45, 109, 0.06);
  color: var(--brand-dark);
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pricing-table tbody td {
  padding: 1rem 1.4rem;
  border-color: var(--line);
  vertical-align: middle;
}

.pricing-table tbody td:last-child {
  color: var(--brand-dark);
  font-weight: 800;
}

.pricing-addons {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.pricing-addon {
  display: grid;
  gap: 0.65rem;
  padding: 1.2rem;
  border-radius: 14px;
}

.pricing-addon strong {
  color: var(--brand-dark);
  font-size: 1.35rem;
  line-height: 1.1;
  overflow-wrap: anywhere;
}

.pricing-addon p,
.pricing-note p {
  margin: 0;
  color: var(--muted);
}

.pricing-note {
  padding: 1.25rem 1.4rem;
}

.pricing-note--plain {
  display: grid;

  gap: 1rem;
  align-items: start;
}

.pricing-modal .modal-content {
  display: flex;
  flex-direction: column;
  max-height: calc(100dvh - 2rem);
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
}

.pricing-modal .modal-header,
.pricing-modal .modal-footer {
  flex: 0 0 auto;
  background: #fff;
  z-index: 2;
}

.pricing-modal .modal-title {
  color: var(--brand-dark);
  font-size: 1.35rem;
  font-weight: 800;
}

.pricing-modal__body {
  flex: 1 1 auto;
  display: grid;
  gap: 1rem;
  padding: 1.25rem;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.pricing-modal .pricing-intro,
.pricing-modal .pricing-membership-card,
.pricing-modal .pricing-table-card,
.pricing-modal .pricing-addon,
.pricing-modal .pricing-note {
  box-shadow: none;
}

.pricing-modal .pricing-intro h1 {
  font-size: clamp(1.45rem, 2vw, 2rem);
}

.admin-provider-modal__body {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  padding: 1.25rem;
}

.admin-provider-modal-status {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  padding: 0 0 1rem;
}

.admin-provider-modal-status[hidden] {
  display: none;
}

.admin-provider-modal-status .admin-status-pill {
  margin: 0;
}

.admin-provider-modal .modal-content {
  display: flex;
  flex-direction: column;
}

.admin-provider-modal .modal-content > form {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
  overflow: hidden;
}

.admin-activity-picker {
  display: grid;
  gap: 0.5rem;
}

.admin-activity-picker__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.5rem;
  align-items: start;
}

.admin-activity-picker__row[hidden] {
  display: none;
}

.admin-activity-picker__row .btn {
  min-height: 38px;
  white-space: nowrap;
}

.contact-form-shell {
  max-width: 1120px;
  margin: 1.5rem auto 3rem;
  padding: 2rem;
}

.contact-heading {
  margin-top: 0;
  align-items: flex-start;
}

.contact-heading h1 {
  margin-bottom: 0.35rem;
}

.contact-form {
  display: grid;
  gap: 1.15rem;
}

.contact-form .form-label {
  margin-bottom: 0.45rem;
  color: var(--brand-dark);
  font-weight: 700;
}

.contact-input {
  border: 1px solid rgba(12, 45, 109, 0.18);
  border-radius: var(--radius-control);
  background: rgba(255, 255, 255, 0.84);
  color: var(--ink);
}

.contact-message {
  min-height: 230px;
  resize: vertical;
}

.contact-consent {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.55rem;
  align-items: start;
  margin-top: 0.35rem;
  color: var(--muted);
}

.contact-consent .text-danger {
  grid-column: 1 / -1;
}

.provider-contact-form {
  max-width: 920px;
}

.provider-contact-grid {
  display: grid;
  gap: 1rem;
}

.provider-contact-field {
  display: grid;
  grid-template-columns: minmax(150px, 220px) minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

.provider-contact-field .form-label {
  margin: 0;
  padding-top: 0.45rem;
  color: var(--brand-dark);
  font-weight: 700;
}

.provider-contact-field .form-control {
  width: 100%;
}

.provider-contact-field .text-danger {
  display: block;
  margin-top: 0.35rem;
}

.provider-contact-consent {
  display: grid;
  grid-template-columns: minmax(150px, 220px) minmax(0, 1fr);
  gap: 1rem;
}

.provider-contact-consent__inner {
  grid-column: 2;
}

.provider-contact-actions {
  align-items: flex-start;
}

.provider-contact-actions .form-action-buttons {
  margin-left: auto;
}

.register-shell {
  max-width: 1060px;
  margin: 0 auto 3rem;
  padding: 1.75rem;
}

.register-form {
  display: grid;
  gap: 1rem;
}

.register-heading {
  margin: 0 0 1.25rem;
}

.register-form__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 2rem;
  align-items: start;
}

.register-form__fields {
  display: grid;
  gap: 0.75rem;
}

.register-field {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 0.8rem;
  align-items: start;
}

.register-field .form-label {
  margin: 0;
  padding-top: 0.5rem;
  color: var(--brand-dark);
  font-weight: 700;
}

.register-field .form-control,
.register-field .form-select {
  width: 100%;
  min-height: 42px;
  border-radius: 10px;
  border-color: rgba(12, 45, 109, 0.18);
  background-color: rgba(255, 255, 255, 0.86);
}

.register-field--wide {
  grid-template-columns: 190px minmax(0, 1fr);
}

.register-field--wide textarea {
  min-height: 104px;
  resize: vertical;
}

.register-form__side {
  display: grid;
  justify-items: center;
  gap: 0.75rem;
}

.register-upload {
  width: 220px;
  min-height: 132px;
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 0.45rem;
  padding: 0.75rem;
  border: 1px solid rgba(12, 45, 109, 0.18);
  border-radius: var(--radius-control);
  background: rgba(255, 255, 255, 0.86);
  text-align: center;
  cursor: pointer;
}

.register-upload:hover {
  border-color: rgba(0, 94, 184, 0.34);
  background: #fff;
}

.register-upload:focus-within {
  border-color: rgba(0, 94, 184, 0.45);
  box-shadow: 0 0 0 0.15rem rgba(0, 94, 184, 0.2);
}

.register-upload:focus-visible {
  outline: none;
  border-color: rgba(0, 94, 184, 0.55);
  box-shadow: 0 0 0 0.15rem rgba(0, 94, 184, 0.22);
}

.register-upload label {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 34px;
  color: var(--brand-dark);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
}

.register-upload small,
.register-upload-help {
  display: block;
  max-width: 220px;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.35;
  text-align: center;
}

.register-logo-preview {
  display: grid;
  justify-items: center;
  gap: 0.45rem;
  width: 100%;
  margin: 0.2rem 0 0.35rem;
}

.register-logo-preview[hidden] {
  display: none;
}

.register-logo-preview__image {
  width: 88px;
  height: 88px;
  border: 1px solid rgba(12, 45, 109, 0.16);
  border-radius: var(--radius-compact);
  background: #fff;
  object-fit: contain;
  padding: 0.35rem;
}

.register-logo-preview__filename {
  display: block;
  max-width: 160px;
  color: var(--brand-dark);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.register-document-filename {
  display: block;
  max-width: 220px;
  color: var(--brand-dark);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  overflow-wrap: anywhere;
}

.register-document-filename[hidden] {
  display: none;
}

.register-upload input,
.register-file-input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.register-fees,
.register-submit {
  width: fit-content;
  font-size: 1.05rem;
}

.register-proof-error {
  text-align: center;
}

.register-note {
  margin: 0;
  color: var(--muted);
  font-style: italic;
}

.register-consent {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.55rem;
  align-items: start;
  color: var(--muted);
}

.register-consent .text-danger {
  grid-column: 1 / -1;
}

.form-required-note {
  margin: 0.2rem 0 0;
  color: var(--muted);
  font-size: 0.95rem;
  font-style: italic;
}

.register-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  justify-content: flex-end;
}

.register-actions .form-callback {
  flex: 0 1 34rem;
}

.contact-required-note {
  margin: 0.2rem 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.contact-send-button {
  width: fit-content;
  min-width: 10rem;
  min-height: 54px;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .hero-shell,
  .results-layout,
  .admin-grid,
  .admin-upload-grid,
  .feature-grid,
  .about-grid,
  .detail-grid,
  .hero-metrics,
  .pricing-intro,
  .pricing-addons,
  .pricing-note--plain {
    grid-template-columns: 1fr;
  }

  .pricing-free-month {
    min-height: unset;
  }

  .pricing-modal .modal-dialog {
    margin: 0.5rem;
  }

  .pricing-modal .modal-content {
    max-height: calc(100dvh - 1rem);
  }

  .provider-card,
  .detail-header,
  .page-heading,
  .page-actions,
  .admin-panel-heading {
    flex-direction: column;
    align-items: stretch;
  }

  .founder-profile {
    grid-template-columns: 1fr;
  }

  .founder-profile__media {
    max-width: 360px;
  }

  .results-summary {
    flex-direction: column;
    align-items: stretch;
  }

  .results-summary__meta {
    justify-content: flex-start;
  }

  .results-summary__tools {
    width: 100%;
    justify-content: flex-start;
  }

  .provider-detail-logo {
    width: 100%;
    max-width: 220px;
  }

  .provider-card__actions {
    min-width: unset;
  }

  .admin-registration-card__header,
  .admin-registration-details,
  .admin-registration-actions {
    grid-template-columns: 1fr;
  }

  .admin-registration-card__tools {
    justify-content: flex-start;
  }

  .admin-registration-media {
    max-width: 140px;
  }

  .provider-card__main {
    width: 100%;
  }

  .provider-card__logo {
    width: 88px;
    height: 64px;
    flex-basis: 64px;
  }

  .filter-card {
    margin-bottom: 1rem;
  }

  .filter-card--drawer {
    width: 100%;
    margin-bottom: 0;
  }

  .filter-card__summary {
    flex-direction: column;
    align-items: flex-start;
  }

  .filter-card__summary--button {
    flex-direction: row;
    align-items: center;
    width: 100%;
    border-radius: 16px;
  }

  .filter-card__summary-meta {
    text-align: left;
  }

  .results-filter-shell--drawer {
    width: min(420px, 94vw);
  }

  .nav-highlight {
    margin-top: 1rem;
  }

  li.nav-item {
    width: auto;
  }

  .navbar-brand {
    margin-right: 0;
  }

  .brand-logo-layer {
    width: 160px;
    height: 40px;
    background-size: 160px 160px;
  }

  .hero-brand {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-brand__logo {
    height: 60px;
  }

  .hero-search-form {
    grid-template-columns: 1fr;
  }

  .hero-search-submit {
    width: 100%;
  }

  .provider-contact-field {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .provider-contact-field .form-label {
    padding-top: 0;
  }

  .provider-contact-consent {
    grid-template-columns: 1fr;
  }

  .provider-contact-consent__inner {
    grid-column: 1;
  }

  .register-form__top,
  .register-field,
  .register-field--wide {
    grid-template-columns: 1fr;
  }

  .register-form__side {
    justify-items: start;
  }

  .register-field .form-label {
    padding-top: 0;
  }
}

@media (max-width: 767.98px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    overflow-x: clip;
  }

  .container {
    max-width: 100%;
  }

  .site-nav {
    padding: 0.65rem 0;
  }

  .site-nav .container {
    gap: 0.5rem;
  }

  .navbar-brand {
    max-width: calc(100% - 56px);
    margin-right: 0;
  }

  li.nav-item {
    width: auto;
  }

  .navbar-nav {
    align-items: stretch;
    gap: 0;
    padding-top: 0.65rem;
  }

  .nav-link {
    padding: 0.6rem 0;
  }

  .brand-logo-layer {
    width: 150px;
    height: 38px;
    background-size: 150px 150px;
  }

  .site-main {
    padding-top: 1rem;
  }

  .cookie-consent {
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
    width: calc(100% - 1.5rem);
    flex-direction: column;
    align-items: stretch;
    gap: 0.9rem;
    padding: 0.9rem;
  }

  .cookie-consent__actions {
    width: 100%;
  }

  .cookie-consent__actions .btn {
    flex: 1 1 100%;
  }

  .footer__inner {
    flex-direction: column;
    justify-content: center;
    gap: 0.45rem;
    text-align: center;
  }

  .footer__legal {
    display: grid;
    justify-items: center;
    gap: 0.35rem;
  }

  .footer-cookie-button {
    margin-left: 0;
  }

  .hero-shell {
    gap: 1.1rem;
    padding: 1.35rem 0 1.5rem;
  }

  .search-panel,
  .form-shell,
  .content-shell,
  .detail-shell,
  .table-shell {
    padding: 1rem;
    border-radius: 14px;
  }

  .page-heading {
    gap: 0.8rem;
    margin-bottom: 1rem;
  }

  .page-heading h1 {
    margin: 0.4rem 0 0;
    font-size: 2rem;
  }

  .page-heading .btn,
  .page-actions .btn {
    width: 100%;
  }

  .form-actions,
  .form-action-buttons {
    width: 100%;
  }

  .form-callback {
    flex-basis: 100%;
    max-width: none;
  }

  .form-loading-status {
    width: 100%;
    justify-content: center;
  }

  .hero-search-input {
    min-height: 56px;
    padding: 0.85rem 1rem;
    font-size: 1rem;
  }

  .hero-search-form {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.5rem;
  }

    .hero-search-submit {
        min-height: 54px;
        width: auto;
        min-width: 4.7rem;
        max-width: 4.9rem;
        padding: 0.4rem 0.55rem;
        font-size: 0.85rem;
        line-height: 1.1;
        white-space: normal;
    }

  .custom-search__menu {
    max-height: min(280px, 40dvh);
  }

  #initial-search-error {
    margin-top: 0.7rem;
    font-size: 0.95rem;
  }

  .home-contact-callout {
    margin-top: 0.75rem;
    padding: 1rem;
    border-radius: 14px;
  }

  .home-contact-callout p {
    font-size: 1rem;
  }

  .provider-card {
    gap: 1rem;
    padding: 1rem;
  }

  .provider-card__main {
    display: grid;
    grid-template-columns: 60px minmax(0, 1fr);
    gap: 0.75rem;
  }

  .provider-card__logo {
    width: 60px;
    height: 52px;
    flex-basis: 60px;
  }

  .provider-card__actions {
    width: 100%;
  }

  .provider-card__actions .btn {
    width: 100%;
  }

  .detail-header {
    gap: 0.75rem;
  }

  .provider-detail-logo {
    width: 100%;
    max-width: 180px;
    height: 96px;
  }

  .detail-grid > div {
    grid-template-columns: 1fr;
    gap: 0.25rem;
    padding: 0.8rem 0;
  }

  .results-summary {
    padding: 1rem;
    border-radius: 14px;
  }

  .results-summary h2 {
    margin: 0 0 0.35rem;
    font-size: 1.35rem;
    line-height: 1.2;
  }

  .results-summary p {
    font-size: 0.95rem;
    overflow-wrap: anywhere;
  }

  .results-summary__meta {
    width: 100%;
    gap: 0.5rem;
  }

  .results-summary__meta span {
    max-width: 100%;
    padding: 0.45rem 0.65rem;
    font-size: 0.78rem;
    overflow-wrap: anywhere;
  }

  .filter-card__summary--button {
    min-height: 44px;
    border-radius: var(--radius-control);
  }

  .filter-card__summary-meta {
    font-size: 0.74rem;
  }

  .results-filter-shell--drawer {
    right: 0;
    left: 0;
    width: auto;
    max-width: 100dvw;
    padding: 1rem;
  }

  .filter-option-list {
    max-height: 42dvh;
  }

  .results-table-shell {
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
  }

  .results-table-shell .table-responsive {
    overflow: visible;
  }

  .search-results-table {
    display: block;
    min-width: 0;
    width: 100%;
  }

  .search-results-table thead {
    display: none;
  }

  .search-results-table thead tr {
    display: none;
  }

  .search-results-table thead th {
    display: none;
  }

  .search-results-table__sort {
    min-height: 38px;
    padding: 0.48rem 0.7rem;
    color: var(--brand-dark);
    background: #fff;
    border: 1px solid rgba(12, 45, 109, 0.14);
    border-radius: 999px;
    font-size: 0.76rem;
    line-height: 1.1;
    white-space: nowrap;
  }

  .search-results-table tbody {
    display: grid;
    gap: 1rem;
    width: 100%;
  }

  .search-results-table tbody tr {
    display: grid;
    gap: 0;
    padding: 0.8rem;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(12, 45, 109, 0.12);
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(12, 45, 109, 0.08);
    width: 100%;
    min-width: 0;
    overflow: hidden;
  }

  .search-results-table tbody tr:target {
    outline-offset: 2px;
  }

  .search-results-table tbody td {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.3rem;
    align-items: start;
    padding: 0.62rem 0;
    border-color: rgba(12, 45, 109, 0.08);
    min-width: 0;
    width: 100%;
  }

  .search-results-table thead th:nth-child(n),
  .search-results-table tbody td:nth-child(n) {
    width: 100%;
  }

  .search-results-table tbody td + td {
    border-top: 1px solid rgba(12, 45, 109, 0.08);
  }

  .search-results-table tbody td:first-child,
  .search-results-table tbody td:last-child {
    grid-template-columns: 1fr;
  }

  .search-results-table tbody td:first-child {
    padding-top: 0;
  }

  .search-results-table tbody td:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .search-results-table tbody td::before {
    content: attr(data-cell-label);
    color: var(--muted);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1.25;
    text-transform: uppercase;
  }

  .search-results-table tbody td:first-child::before,
  .search-results-table tbody td:last-child::before {
    content: attr(data-cell-label);
  }

  .search-provider-cell {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 0.75rem;
    align-items: center;
    width: 100%;
  }

  .search-provider-cell__logo {
    width: 60px;
    height: 52px;
    padding: 0.35rem;
    border-radius: 8px;
  }

  .search-provider-cell__copy strong {
    font-size: 1.05rem;
    overflow-wrap: break-word;
  }

  .search-results-table .provider-pill,
  .search-results-table__country,
  .search-results-table__year {
    width: fit-content;
    max-width: 100%;
    white-space: normal;
  }

  .search-results-table__description {
    min-width: 0;
    max-width: none;
    font-size: 0.92rem;
    text-align: left;
  }

  .search-results-table__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    min-width: 0;
  }

  .search-results-table__actions .btn {
    flex: 1 1 9rem;
    min-height: 42px;
  }

  .admin-tabs__nav {
    width: 100%;
    gap: 0.4rem;
  }

  .admin-tabs__tab {
    flex: 1 1 100%;
    justify-content: space-between;
    min-height: 40px;
  }

  .admin-activity-picker__row {
    grid-template-columns: 1fr;
  }

  .admin-activity-picker__row .btn {
    width: 100%;
  }

  .admin-registration-card {
    padding: 1rem;
  }

  .admin-registration-card__tools .btn,
  .admin-registration-actions .btn {
    width: 100%;
  }

  .admin-upload-section p,
  .admin-registration-card__title p {
    overflow-wrap: anywhere;
  }

  .admin-providers-table,
  .admin-providers-table thead,
  .admin-providers-table tbody,
  .admin-providers-table tr,
  .admin-providers-table th,
  .admin-providers-table td {
    display: block;
    width: 100%;
  }

  .admin-providers-table thead {
    display: none;
  }

  .admin-providers-table tbody {
    display: grid;
    gap: 0.85rem;
  }

  .admin-providers-table tbody tr {
    display: grid;
    gap: 0;
    padding: 0.85rem;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(12, 45, 109, 0.12);
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(12, 45, 109, 0.08);
  }

  .admin-providers-table tbody td,
  .admin-providers-table tbody td:last-child {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.3rem;
    padding: 0.62rem 0;
    border-color: rgba(12, 45, 109, 0.08);
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .admin-providers-table tbody td:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .admin-providers-table tbody td::before {
    color: var(--muted);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1.25;
    text-transform: uppercase;
  }

  .admin-providers-table:not(.admin-business-activities-table):not(.admin-missing-searches-table) tbody td:nth-child(1)::before {
    content: "Logo";
  }

  .admin-providers-table:not(.admin-business-activities-table):not(.admin-missing-searches-table) tbody td:nth-child(2)::before {
    content: "Provider";
  }

  .admin-providers-table:not(.admin-business-activities-table):not(.admin-missing-searches-table) tbody td:nth-child(3)::before {
    content: "Featured";
  }

  .admin-providers-table:not(.admin-business-activities-table):not(.admin-missing-searches-table) tbody td:nth-child(4)::before {
    content: "Business activity";
  }

  .admin-providers-table:not(.admin-business-activities-table):not(.admin-missing-searches-table) tbody td:nth-child(5)::before {
    content: "Year of incorporation";
  }

  .admin-providers-table:not(.admin-business-activities-table):not(.admin-missing-searches-table) tbody td:nth-child(6)::before {
    content: "Country";
  }

  .admin-providers-table:not(.admin-business-activities-table):not(.admin-missing-searches-table) tbody td:nth-child(7)::before {
    content: "Contact email";
  }

  .admin-providers-table:not(.admin-business-activities-table):not(.admin-missing-searches-table) tbody td:nth-child(8)::before {
    content: "Actions";
  }

  .admin-business-activities-table tbody td:nth-child(1)::before {
    content: "Business activity";
  }

  .admin-business-activities-table tbody td:nth-child(2)::before {
    content: "Actions";
  }

  .admin-missing-searches-table tbody td:nth-child(1)::before {
    content: "Date";
  }

  .admin-missing-searches-table tbody td:nth-child(2)::before {
    content: "Search string";
  }

  .admin-provider-actions {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  .admin-provider-actions .btn:not(.admin-icon-button) {
    flex: 1 1 10rem;
  }

  .admin-providers-table--wide,
  .admin-providers-table--wide thead,
  .admin-providers-table--wide tbody,
  .admin-providers-table--wide tr,
  .admin-providers-table--wide th,
  .admin-providers-table--wide td {
    display: revert;
    width: auto;
  }

  .admin-providers-table--wide thead {
    display: table-header-group;
  }

  .admin-providers-table--wide tbody {
    display: table-row-group;
  }

  .admin-providers-table--wide tr {
    display: table-row;
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .admin-providers-table--wide th,
  .admin-providers-table--wide td,
  .admin-providers-table--wide tbody td:last-child {
    display: table-cell;
    padding: 0.9rem 1rem;
    white-space: nowrap;
    overflow-wrap: normal;
  }

  .admin-providers-table--wide tbody td::before {
    content: none !important;
  }

  .admin-provider-table-scroll {
    overflow: visible;
  }

  .admin-providers-table--wide,
  .admin-providers-table--wide thead,
  .admin-providers-table--wide tbody,
  .admin-providers-table--wide tr,
  .admin-providers-table--wide th,
  .admin-providers-table--wide td {
    display: block;
    width: 100%;
  }

  .admin-providers-table--wide thead {
    display: none;
  }

  .admin-providers-table--wide tbody {
    display: grid;
    gap: 1rem;
  }

  .admin-providers-table--wide tr {
    display: grid;
    width: 100%;
    padding: 0.85rem;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(12, 45, 109, 0.12);
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(12, 45, 109, 0.08);
  }

  .admin-providers-table--wide th,
  .admin-providers-table--wide td,
  .admin-providers-table--wide tbody td:last-child {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.3rem;
    min-width: 0;
    padding: 0.62rem 0;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .admin-providers-table--wide tbody td::before {
    content: attr(data-provider-column) !important;
    color: var(--muted);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1.25;
    text-transform: uppercase;
  }

  .admin-providers-table--wide tbody td[data-provider-column="logo"]::before {
    content: "Logo" !important;
  }

  .admin-providers-table--wide tbody td[data-provider-column="name"]::before {
    content: "Provider" !important;
  }

  .admin-providers-table--wide tbody td[data-provider-column="featured"]::before {
    content: "Featured" !important;
  }

  .admin-providers-table--wide tbody td[data-provider-column="tax-id"]::before {
    content: "Tax ID/CIF" !important;
  }

  .admin-providers-table--wide tbody td[data-provider-column="activity"]::before {
    content: "Business activity" !important;
  }

  .admin-providers-table--wide tbody td[data-provider-column="country"]::before {
    content: "Country" !important;
  }

  .admin-providers-table--wide tbody td[data-provider-column="year"]::before {
    content: "Year" !important;
  }

  .admin-providers-table--wide tbody td[data-provider-column="contact-person"]::before {
    content: "Contact person" !important;
  }

  .admin-providers-table--wide tbody td[data-provider-column="contact-email"]::before {
    content: "Contact email" !important;
  }

  .admin-providers-table--wide tbody td[data-provider-column="website"]::before {
    content: "Website" !important;
  }

  .admin-providers-table--wide tbody td[data-provider-column="last-invoice"]::before {
    content: "Last invoice" !important;
  }

  .admin-providers-table--wide tbody td[data-provider-column="keywords"]::before {
    content: "Keywords" !important;
  }

  .admin-providers-table--wide tbody td[data-provider-column="description"]::before {
    content: "Description" !important;
  }

  .admin-providers-table--wide tbody td[data-provider-column="proof"]::before {
    content: "Proof" !important;
  }

  .admin-providers-table--wide tbody td[data-provider-column="created-at"]::before {
    content: "Created at" !important;
  }

  .admin-providers-table--wide tbody td[data-provider-column="updated-at"]::before {
    content: "Updated at" !important;
  }

  .admin-providers-table--wide tbody td[data-provider-column="status"]::before {
    content: "Status" !important;
  }

  .admin-providers-table--wide tbody td[data-provider-column="cancelled-at"]::before {
    content: "Cancelled at" !important;
  }

  .admin-providers-table--wide tbody td[data-provider-column="reactivated-at"]::before {
    content: "Reactivated at" !important;
  }

  .admin-providers-table--wide tbody td[data-provider-column="actions"]::before {
    content: "Actions" !important;
  }

  .pricing-shell {
    padding: 1rem 0 1.5rem;
  }

  .pricing-intro,
  .pricing-membership-card__header,
  .pricing-table-card__header,
  .pricing-addon,
  .pricing-note {
    padding: 1rem;
  }

  .pricing-table-card .table-responsive {
    overflow: visible;
  }

  .pricing-table,
  .pricing-table tbody,
  .pricing-table tr,
  .pricing-table td {
    display: block;
    width: 100%;
  }

  .pricing-table tr {
    padding: 0.85rem 1rem;
    border-bottom: 1px solid var(--line);
  }

  .pricing-table tbody td {
    padding: 0.15rem 0;
    border: 0;
    overflow-wrap: anywhere;
  }

  .pricing-table tbody td:last-child {
    font-size: 1rem;
  }

  .contact-form-shell,
  .register-shell {
    margin-bottom: 1.5rem;
    padding: 1rem;
  }

  .contact-message {
    min-height: 150px;
  }

  .register-form {
    gap: 0.8rem;
  }

  .register-form__top {
    gap: 1rem;
  }

  .register-form__side {
    width: 100%;
  }

  .register-upload {
    width: 100%;
    max-width: none;
    min-height: auto;
  }

  .register-upload small,
  .register-upload-help,
  .register-document-filename {
    max-width: 100%;
  }

  .register-actions {
    justify-content: stretch;
  }

  .provider-contact-actions .form-action-buttons {
    margin-left: 0;
  }

  .register-fees,
  .contact-send-button,
  .register-submit {
    width: 100%;
  }

  .privacy-policy__nav {
    padding: 0.6rem;
  }

  .privacy-policy__nav a {
    flex: 1 1 100%;
    justify-content: center;
  }
}
