.eg-czechowice {
  --eg-bg: #0d1f17;
  --eg-deep: #07110d;
  --eg-surface: rgba(14, 34, 25, 0.78);
  --eg-surface-strong: rgba(18, 59, 39, 0.82);
  --eg-line: rgba(77, 180, 130, 0.22);
  --eg-line-soft: rgba(255, 255, 255, 0.08);
  --eg-mint: #4db482;
  --eg-mint-soft: #63bb90;
  --eg-orange: #fe5d26;
  --eg-text: #f4fbf7;
  --eg-muted: #a8cbbb;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 0%, rgba(77, 180, 130, 0.16), transparent 34rem),
    radial-gradient(circle at 92% 18%, rgba(254, 93, 38, 0.08), transparent 24rem),
    linear-gradient(180deg, #0d1f17 0%, #07110d 100%);
  color: var(--eg-text);
  font-family: "Mulish", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.eg-czechowice::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .28;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, #000 0%, transparent 78%);
}

.eg-czechowice h1,
.eg-czechowice h2,
.eg-czechowice h3,
.eg-czechowice .eg-font-heading {
  font-family: "Outfit", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.eg-czechowice-hero {
  position: relative;
  min-height: 92vh;
  background:
    linear-gradient(112deg, rgba(7, 17, 13, 0.98) 0%, rgba(7, 17, 13, 0.82) 43%, rgba(7, 17, 13, 0.42) 72%, rgba(7, 17, 13, 0.9) 100%),
    var(--eg-hero-map);
  background-size: cover;
  background-position: 54% center;
}

.eg-czechowice-hero::after {
  content: "";
  position: absolute;
  right: 7%;
  top: 12%;
  width: 19rem;
  height: 19rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(77, 180, 130, .24), transparent 62%);
  filter: blur(8px);
  pointer-events: none;
}

.eg-czechowice-hero-inner {
  min-height: 92vh;
  position: relative;
  z-index: 1;
}

.eg-czechowice-kicker {
  border: 1px solid rgba(77, 180, 130, 0.35);
  background: rgba(77, 180, 130, 0.1);
  color: #9ee6c1;
}

.eg-czechowice-pulse {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: var(--eg-orange);
  box-shadow: 0 0 18px rgba(254, 93, 38, .6);
  animation: egPulse 1.8s ease-in-out infinite;
}

.eg-hero-visual {
  position: absolute;
  right: 14%;
  bottom: 11%;
  width: 13rem;
  border: 1px solid rgba(77, 180, 130, .18);
  background: rgba(9, 21, 16, .64);
  box-shadow: 0 24px 80px rgba(0, 0, 0, .32), 0 0 44px rgba(77, 180, 130, .12);
  backdrop-filter: blur(18px);
  transform: rotate(-3deg);
}

.eg-czechowice-glass {
  background:
    linear-gradient(145deg, rgba(18, 59, 39, 0.72), rgba(9, 21, 16, 0.84));
  border: 1px solid rgba(77, 180, 130, 0.26);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.38), 0 0 50px rgba(77, 180, 130, 0.1);
  backdrop-filter: blur(22px);
}

.eg-czechowice-input {
  width: 100%;
  border: 1px solid rgba(77, 180, 130, 0.28);
  background: rgba(7, 17, 13, 0.72);
  color: var(--eg-text);
  border-radius: 0.875rem;
  padding: 0.9rem 1rem;
  outline: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.eg-czechowice-input::placeholder {
  color: rgba(168, 203, 187, 0.62);
}

.eg-czechowice-input:focus {
  border-color: rgba(77, 180, 130, 0.75);
  background: rgba(7, 17, 13, 0.92);
  box-shadow: 0 0 0 4px rgba(77, 180, 130, 0.13);
}

.eg-czechowice-button,
.eg-czechowice-route-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  min-height: 3.15rem;
  border-radius: 0.875rem;
  font-family: "Outfit", system-ui, sans-serif;
  font-weight: 800;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}

.eg-czechowice-button {
  background: var(--eg-mint);
  color: #06120d;
}

.eg-czechowice-button:hover,
.eg-czechowice-route-button:hover {
  background: #63bb90;
  box-shadow: 0 16px 40px rgba(77, 180, 130, 0.24);
  transform: translateY(-1px);
}

.eg-secondary-button {
  border: 1px solid rgba(77, 180, 130, .28);
  color: #d7f6e6;
  background: rgba(7, 17, 13, .36);
}

.eg-secondary-button:hover {
  border-color: rgba(77, 180, 130, .58);
  background: rgba(77, 180, 130, .09);
  transform: translateY(-1px);
}

.eg-feature-strip {
  position: relative;
  z-index: 2;
  margin-top: -2.5rem;
}

.eg-feature-card {
  border: 1px solid rgba(77, 180, 130, .2);
  background: rgba(10, 25, 18, .82);
  box-shadow: 0 20px 70px rgba(0, 0, 0, .22), 0 0 34px rgba(77, 180, 130, .06);
  backdrop-filter: blur(16px);
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.eg-feature-card:hover {
  transform: translateY(-3px);
  border-color: rgba(77, 180, 130, .42);
  background: rgba(18, 59, 39, .62);
}

.eg-section-flow {
  position: relative;
  z-index: 1;
}

.eg-czechowice-location-card {
  background:
    linear-gradient(145deg, rgba(18, 59, 39, 0.88) 0%, rgba(9, 21, 16, 0.9) 100%);
  border: 1px solid rgba(77, 180, 130, 0.28);
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.28), 0 0 54px rgba(77, 180, 130, 0.08);
}

.eg-czechowice-map-shell {
  position: relative;
  overflow: hidden;
  border-radius: 1.25rem;
  border: 1px solid rgba(77, 180, 130, 0.24);
  background: #091510;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34), 0 0 44px rgba(77, 180, 130, 0.1);
  min-height: 100%;
  isolation: isolate;
}

.eg-czechowice-map-shell img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 30rem;
  object-fit: cover;
  opacity: .52;
  filter: grayscale(.2) saturate(.86) contrast(1.08);
}

.eg-czechowice-map-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 52% 50%, rgba(77, 180, 130, 0.24), transparent 21%),
    linear-gradient(135deg, rgba(9, 21, 16, 0.22) 0%, rgba(9, 21, 16, 0.78) 100%);
  pointer-events: none;
}

.eg-czechowice-map-marker {
  position: absolute;
  top: 51%;
  left: 51.5%;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 999px;
  background: #4db482;
  border: 3px solid #fff;
  box-shadow: 0 0 0 14px rgba(77, 180, 130, 0.16), 0 0 34px rgba(77, 180, 130, 0.72);
  z-index: 2;
}

.eg-czechowice-map-marker::before,
.eg-czechowice-map-marker::after {
  content: "";
  position: absolute;
  inset: -22px;
  border-radius: 999px;
  background: rgba(77, 180, 130, 0.24);
  z-index: -1;
  animation: egRing 1.9s ease-out infinite;
}

.eg-czechowice-map-marker::after {
  animation-delay: .45s;
}

.eg-czechowice-route-button {
  background: var(--eg-mint);
  color: #07110d;
  padding: .95rem 1.25rem;
}

.eg-fb-card {
  border: 1px solid rgba(77, 180, 130, .2);
  background:
    radial-gradient(circle at 84% 20%, rgba(77, 180, 130, .12), transparent 16rem),
    linear-gradient(145deg, rgba(14, 34, 25, .9), rgba(7, 17, 13, .9));
  box-shadow: 0 26px 80px rgba(0, 0, 0, .28);
}

.eg-qr-card {
  border: 1px solid rgba(77, 180, 130, .2);
  background: linear-gradient(145deg, rgba(7, 17, 13, .88), rgba(14, 34, 25, .76));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04), 0 18px 42px rgba(0, 0, 0, .22);
}

.eg-czechowice-qr {
  display: block;
  border-radius: .85rem;
  background: #fff;
  object-fit: contain;
  padding: .35rem;
  transition: transform .18s ease, box-shadow .18s ease;
}

.eg-czechowice-qr:hover {
  box-shadow: 0 0 0 1px rgba(77, 180, 130, .45), 0 14px 34px rgba(77, 180, 130, .18);
  transform: translateY(-2px);
}

@keyframes egPulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.55); opacity: .58; }
}

@keyframes egRing {
  0% { transform: scale(.55); opacity: .78; }
  100% { transform: scale(1.75); opacity: 0; }
}

@media (max-width: 767px) {
  .eg-czechowice {
    background:
      radial-gradient(circle at 16% 0%, rgba(77, 180, 130, 0.16), transparent 22rem),
      linear-gradient(180deg, #0d1f17 0%, #07110d 100%);
  }

  .eg-czechowice-hero {
    min-height: auto;
    background:
      linear-gradient(180deg, rgba(7, 17, 13, 0.98) 0%, rgba(7, 17, 13, 0.82) 48%, rgba(7, 17, 13, 0.96) 100%),
      var(--eg-hero-map);
    background-size: cover;
    background-position: center top;
  }

  .eg-czechowice-hero-inner {
    min-height: auto;
  }

  .eg-hero-visual {
    display: none;
  }

  .eg-feature-strip {
    margin-top: 0;
  }

  .eg-czechowice-map-shell img {
    height: auto;
    min-height: 13.5rem;
    max-height: 16rem;
  }
}
