/*
 * Bimeh4883 v12.8 - No-Delete Local SEO + Trust Layer
 * Additive-only layer. No previous CSS/JS/PHP file is removed or disabled.
 */

:root {
  --b4883-v128-blue: #123e75;
  --b4883-v128-blue-2: #0f5f9f;
  --b4883-v128-gold: #d7a928;
  --b4883-v128-green: #12805c;
  --b4883-v128-ink: #172033;
  --b4883-v128-muted: #637083;
  --b4883-v128-line: rgba(18, 62, 117, .13);
  --b4883-v128-soft: #f6f9fd;
  --b4883-v128-card: #ffffff;
  --b4883-v128-shadow: 0 18px 48px rgba(17, 48, 85, .10);
}

.b4883-v128-local-seo-trust .b4883-v128-breadcrumb,
.b4883-v128-local-seo-trust .b4883-v128-trust-panel,
.b4883-v128-local-seo-trust .b4883-v128-related-box {
  box-sizing: border-box;
}

.b4883-v128-breadcrumb {
  width: min(1120px, calc(100% - 32px));
  margin: 18px auto 12px;
  padding: 10px 14px;
  border: 1px solid var(--b4883-v128-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 10px 24px rgba(17, 48, 85, .06);
  color: var(--b4883-v128-muted);
  font-size: .92rem;
  line-height: 1.9;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.b4883-v128-breadcrumb a {
  color: var(--b4883-v128-blue);
  text-decoration: none;
  font-weight: 750;
}

.b4883-v128-breadcrumb a:hover {
  color: var(--b4883-v128-blue-2);
}

.b4883-v128-breadcrumb__sep {
  color: rgba(99, 112, 131, .65);
}

.b4883-v128-breadcrumb__current {
  color: var(--b4883-v128-ink);
  font-weight: 700;
}

.b4883-v128-trust-panel {
  width: min(1120px, calc(100% - 32px));
  margin: 28px auto 18px;
  padding: clamp(18px, 3vw, 28px);
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(215, 169, 40, .16), transparent 34%),
    linear-gradient(135deg, #ffffff, #f8fbff 62%, #eef6ff);
  border: 1px solid var(--b4883-v128-line);
  box-shadow: var(--b4883-v128-shadow);
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr);
  gap: 22px;
  align-items: stretch;
}

.b4883-v128-trust-panel__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(18, 62, 117, .08);
  color: var(--b4883-v128-blue);
  font-size: .86rem;
  font-weight: 800;
  margin-bottom: 12px;
}

.b4883-v128-trust-panel h2 {
  margin: 0 0 10px;
  color: var(--b4883-v128-ink);
  font-size: clamp(1.35rem, 2.1vw, 1.9rem);
  line-height: 1.55;
  letter-spacing: -.015em;
}

.b4883-v128-trust-panel p {
  margin: 0;
  color: var(--b4883-v128-muted);
  font-size: 1rem;
  line-height: 2.15;
}

.b4883-v128-trust-panel__meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.b4883-v128-trust-chip {
  min-height: 70px;
  border-radius: 18px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, .78);
  border: 1px solid rgba(18, 62, 117, .10);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
}

.b4883-v128-trust-chip strong {
  color: var(--b4883-v128-blue);
  font-weight: 850;
  font-size: .9rem;
}

.b4883-v128-trust-chip span,
.b4883-v128-trust-chip a {
  color: var(--b4883-v128-ink);
  text-decoration: none;
  font-weight: 800;
  font-size: .96rem;
}

.b4883-v128-trust-actions {
  border-radius: 24px;
  padding: 18px;
  background: linear-gradient(180deg, rgba(18, 62, 117, .98), rgba(15, 95, 159, .96));
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18);
}

.b4883-v128-trust-actions strong {
  font-size: 1.12rem;
  line-height: 1.8;
}

.b4883-v128-trust-actions small {
  color: rgba(255, 255, 255, .82);
  line-height: 1.9;
}

.b4883-v128-trust-actions a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 16px;
  border-radius: 16px;
  text-decoration: none;
  font-weight: 900;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.b4883-v128-trust-actions a:hover {
  transform: translateY(-1px);
}

.b4883-v128-trust-actions .is-phone {
  background: #fff;
  color: var(--b4883-v128-blue);
}

.b4883-v128-trust-actions .is-whatsapp {
  background: #18a66f;
  color: #fff;
  box-shadow: 0 14px 30px rgba(24, 166, 111, .24);
}

.b4883-v128-related-box {
  width: min(1120px, calc(100% - 32px));
  margin: 18px auto 38px;
  padding: clamp(16px, 2.5vw, 24px);
  border-radius: 26px;
  background: #fff;
  border: 1px solid var(--b4883-v128-line);
  box-shadow: 0 12px 34px rgba(17, 48, 85, .07);
}

.b4883-v128-related-box__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.b4883-v128-related-box h2 {
  margin: 0;
  color: var(--b4883-v128-ink);
  font-size: clamp(1.12rem, 1.6vw, 1.45rem);
}

.b4883-v128-related-box p {
  margin: 0;
  color: var(--b4883-v128-muted);
  line-height: 2;
  font-size: .95rem;
}

.b4883-v128-related-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.b4883-v128-related-links a {
  min-height: 54px;
  border-radius: 18px;
  padding: 12px 14px;
  background: var(--b4883-v128-soft);
  border: 1px solid rgba(18, 62, 117, .10);
  color: var(--b4883-v128-blue);
  text-decoration: none;
  font-weight: 850;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.75;
}

.b4883-v128-related-links a:hover {
  background: #edf5ff;
  color: var(--b4883-v128-blue-2);
}

.b4883-v128-local-note {
  width: min(1120px, calc(100% - 32px));
  margin: 18px auto;
  padding: 14px 18px;
  border-radius: 20px;
  background: rgba(215, 169, 40, .11);
  border: 1px solid rgba(215, 169, 40, .22);
  color: #5b4712;
  line-height: 2;
  font-weight: 700;
}

.b4883-v128-trust-panel + .b4883-v128-related-box {
  margin-top: 16px;
}

.b4883-v128-local-seo-trust .v9-inline-cta,
.b4883-v128-local-seo-trust .b4883-inline-cta,
.b4883-v128-local-seo-trust .contact-card,
.b4883-v128-local-seo-trust .v6-cta {
  scroll-margin-top: 120px;
}

@media (max-width: 900px) {
  .b4883-v128-trust-panel {
    grid-template-columns: 1fr;
    border-radius: 24px;
  }

  .b4883-v128-related-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .b4883-v128-breadcrumb,
  .b4883-v128-trust-panel,
  .b4883-v128-related-box,
  .b4883-v128-local-note {
    width: min(100% - 20px, 1120px);
  }

  .b4883-v128-breadcrumb {
    border-radius: 18px;
    font-size: .84rem;
  }

  .b4883-v128-trust-panel__meta,
  .b4883-v128-related-links {
    grid-template-columns: 1fr;
  }

  .b4883-v128-trust-actions a,
  .b4883-v128-related-links a {
    min-height: 50px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .b4883-v128-trust-actions a {
    transition: none;
  }

  .b4883-v128-trust-actions a:hover {
    transform: none;
  }
}
