/* PrimeO Eur Bridge — light GodMaster skin on historic WP door */

:root {
  --po-eur-ink: #1d1d1f;
  --po-eur-ink-2: #6e6e73;
  --po-eur-mint: #80c083;
  --po-eur-signal: #0071e3;
  --po-eur-glass: rgba(251, 251, 253, 0.92);
  --po-eur-font: -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", system-ui, sans-serif;
}

.po-brand-mark {
  display: inline;
  white-space: nowrap;
  font-family: var(--po-eur-font);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--po-eur-ink);
}

.po-brand-rest {
  font-family: var(--po-eur-font);
  font-weight: 600;
  color: var(--po-eur-ink);
}

.po-o {
  font-family: "PrimoFont", var(--po-eur-font);
  font-weight: 300;
  font-style: normal;
  color: var(--po-eur-mint);
  letter-spacing: 0;
  margin-right: -0.02em;
}

/* Soft top banner — non-blocking */
.primeo-eur-banner {
  position: sticky;
  top: 0;
  z-index: 100000;
  background: var(--po-eur-glass);
  backdrop-filter: saturate(180%) blur(16px);
  -webkit-backdrop-filter: saturate(180%) blur(16px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  font-family: var(--po-eur-font);
  color: var(--po-eur-ink);
}

.primeo-eur-banner.is-dismissed {
  display: none;
}

.primeo-eur-banner__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 10px 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-items: center;
  justify-content: space-between;
}

.primeo-eur-banner__text {
  margin: 0;
  font-size: 13px;
  line-height: 1.35;
  color: var(--po-eur-ink-2);
  flex: 1 1 240px;
}

.primeo-eur-banner__text a {
  color: var(--po-eur-ink);
  text-decoration: none;
  border-bottom: 1px solid rgba(128, 192, 131, 0.45);
}

.primeo-eur-banner__text a:hover {
  border-bottom-color: var(--po-eur-mint);
}

.primeo-eur-banner__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.primeo-eur-banner__cta {
  display: inline-flex;
  align-items: center;
  padding: 7px 14px;
  border-radius: 980px;
  background: var(--po-eur-signal);
  color: #fff !important;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none !important;
  border: 0;
}

.primeo-eur-banner__cta:hover {
  filter: brightness(1.06);
}

.primeo-eur-banner__link {
  font-size: 12px;
  font-weight: 600;
  color: var(--po-eur-ink);
  text-decoration: none;
  padding: 7px 10px;
}

.primeo-eur-banner__dismiss {
  border: 0;
  background: transparent;
  color: var(--po-eur-ink-2);
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  padding: 2px 6px;
}

/* Header / footer feel — light tokens only */
body.home .site-header,
body .site-header,
header.elementor-location-header {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}

.primeo-eur-composer {
  position: relative;
  z-index: 40;
  background: #f5f5f7;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  font-family: var(--po-eur-font);
}

.primeo-eur-composer__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 18px 16px 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  align-items: center;
  justify-content: space-between;
}

.primeo-eur-composer__label {
  margin: 0;
  font-size: 14px;
  color: var(--po-eur-ink-2);
}

.primeo-eur-composer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.primeo-eur-composer__nav a {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 980px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  color: var(--po-eur-ink);
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
}

.primeo-eur-composer__nav a:hover {
  border-color: rgba(128, 192, 131, 0.7);
}

/* WhatsApp FAB */
.primeo-eur-wa {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 100001;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px 10px 10px;
  border-radius: 980px;
  background: #25d366;
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  font-family: var(--po-eur-font);
  max-width: calc(100vw - 32px);
}

.primeo-eur-wa__icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  flex: 0 0 auto;
}

.primeo-eur-wa__text {
  font-size: 11px;
  line-height: 1.25;
  color: #fff;
}

.primeo-eur-wa__text strong {
  font-size: 12px;
  font-weight: 700;
}

@media (max-width: 640px) {
  .primeo-eur-wa__text {
    display: none;
  }
  .primeo-eur-wa {
    padding: 10px;
    border-radius: 50%;
  }
  .primeo-eur-banner__text {
    font-size: 12px;
  }
}
