.exo-stores-page {
  --exo-text: #23262f;
  --exo-muted: #6f7684;
  --exo-soft: #f6f8f7;
  --exo-card: #ffffff;
  --exo-line: #e4e9e5;
  --exo-green: #14a545;
  --exo-green-dark: #0b7d31;
  --exo-orange: #fcaf23;
  --exo-blue: #245b8f;
  --exo-shadow: 0 16px 38px rgba(35, 38, 47, 0.09);
  max-width: 1180px;
  margin: 0 auto 54px;
  padding: 0 16px;
  color: var(--exo-text);
}

.exo-stores-page a {
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.exo-stores-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.75fr);
  gap: 28px;
  align-items: stretch;
  padding: 34px;
  border: 1px solid var(--exo-line);
  border-radius: 8px;
  background: #fbfdfb;
  box-shadow: var(--exo-shadow);
}

.exo-stores-eyebrow {
  margin-bottom: 10px;
  color: var(--exo-green-dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.exo-stores-title {
  max-width: 760px;
  margin: 0;
  color: var(--exo-text);
  font-size: 34px;
  line-height: 1.18;
  font-weight: 900;
}

.exo-stores-lead {
  max-width: 760px;
  margin: 18px 0 0;
  color: #4d5561;
  font-size: 17px;
  line-height: 1.65;
}

.exo-stores-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.exo-stores-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  padding: 11px 18px;
  border: 1px solid var(--exo-line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--exo-text);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.exo-stores-btn:hover {
  border-color: var(--exo-green);
  color: var(--exo-green-dark);
  box-shadow: 0 8px 22px rgba(20, 165, 69, 0.14);
  transform: translateY(-1px);
}

.exo-stores-btn--primary {
  border-color: var(--exo-green);
  background: var(--exo-green);
  color: #ffffff;
}

.exo-stores-btn--primary:hover {
  background: var(--exo-green-dark);
  color: #ffffff;
}

.exo-stores-hero__panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  padding: 22px;
  border: 1px solid var(--exo-line);
  border-radius: 8px;
  background: var(--exo-card);
}

.exo-stores-status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: #edf8f1;
  color: var(--exo-green-dark);
  font-size: 13px;
  font-weight: 700;
}

.exo-stores-status__dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--exo-green);
  box-shadow: 0 0 0 4px rgba(20, 165, 69, 0.15);
}

.exo-stores-hero__facts {
  display: grid;
  gap: 14px;
}

.exo-stores-hero__fact {
  padding-top: 14px;
  border-top: 1px solid var(--exo-line);
}

.exo-stores-hero__fact span {
  display: block;
  color: var(--exo-text);
  font-size: 22px;
  line-height: 1.25;
  font-weight: 900;
}

.exo-stores-hero__fact--address span {
  font-size: 17px;
  line-height: 1.35;
}

.exo-stores-hero__fact small {
  display: block;
  margin-top: 4px;
  color: var(--exo-muted);
  font-size: 13px;
}

.exo-stores-section {
  margin-top: 42px;
}

.exo-stores-section__head {
  max-width: 760px;
  margin-bottom: 20px;
}

.exo-stores-section__head h2,
.exo-stores-note h2 {
  margin: 0;
  color: var(--exo-text);
  font-size: 24px;
  line-height: 1.3;
  font-weight: 900;
}

.exo-stores-section__head p {
  margin: 10px 0 0;
  color: var(--exo-muted);
  font-size: 15px;
  line-height: 1.6;
}

.exo-stores-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.exo-stores-service {
  min-height: 196px;
  padding: 20px;
  border: 1px solid var(--exo-line);
  border-radius: 8px;
  background: var(--exo-card);
}

.exo-stores-service .fa {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #edf8f1;
  color: var(--exo-green);
  line-height: 36px;
  text-align: center;
}

.exo-stores-service h3 {
  margin: 16px 0 8px;
  color: var(--exo-text);
  font-size: 16px;
  line-height: 1.35;
  font-weight: 900;
}

.exo-stores-service p {
  margin: 0;
  color: var(--exo-muted);
  font-size: 14px;
  line-height: 1.6;
}

.exo-stores-note {
  display: grid;
  grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1.2fr);
  gap: 26px;
  align-items: center;
  margin-top: 32px;
  padding: 24px;
  border: 1px solid #f1d9a5;
  border-radius: 8px;
  background: #fffaf0;
}

.exo-stores-note p {
  margin: 0;
  color: #4d5561;
  font-size: 15px;
  line-height: 1.65;
}

.exo-stores-map {
  margin-top: 42px;
  margin-bottom: 0 !important;
}

.exo-stores-map .exo-stores-section__head {
  margin-bottom: 18px;
}

@media (max-width: 1024px) {
  .exo-stores-hero,
  .exo-stores-note {
    grid-template-columns: 1fr;
  }

  .exo-stores-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .exo-stores-page {
    padding: 0 12px;
  }

  .exo-stores-hero {
    padding: 22px;
  }

  .exo-stores-title {
    font-size: 28px;
  }

  .exo-stores-lead {
    font-size: 15px;
  }

  .exo-stores-actions,
  .exo-stores-btn {
    width: 100%;
  }

  .exo-stores-service-grid {
    grid-template-columns: 1fr;
  }

  .exo-stores-section__head h2,
  .exo-stores-note h2 {
    font-size: 21px;
  }
}
