services-hero {
}
.services-hero {
  position: relative;
}
.services-hero__content {
  max-width: 640px;
}
.services-hero__seal {
  transform: translateY(4%);
}
.services-overview__header {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}
.services-overview__title-row {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}
@media (min-width: 900px) {
  .services-overview__title-row {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
  .services-overview__title-row .section__heading {
    max-width: 24ch;
  }
  .services-overview__title-row .section__lead {
    max-width: 34ch;
  }
}
.services-overview__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--space-6);
}
.services-overview__card {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.services-card__footer {
  margin-top: auto;
  padding-top: var(--space-4);
}
.services-list {
  display: grid;
  gap: 0.4rem;
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
}
.services-list--columns {
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}
.services-list li::before {
  content: "•";
  margin-right: 0.4rem;
  color: var(--color-warning);
}
.services-casino__header {
  text-align: left;
}
.services-casino__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: var(--space-10);
  align-items: center;
}
@media (max-width: 900px) {
  .services-casino__layout {
    grid-template-columns: minmax(0, 1fr);
  }
}
.services-casino__image-frame {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-medium);
  border: 1px solid rgba(212, 175, 55, 0.2);
}
.services-casino__image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services-casino__pill {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.9rem;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(212, 175, 55, 0.45);
  background: rgba(250, 248, 245, 0.85);
  font-size: var(--font-size-xs);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  margin-bottom: var(--space-3);
}
.services-casino__note {
  font-size: var(--font-size-xs);
  color: var(--color-text-muted);
  margin-top: var(--space-3);
}
.services-grid-section__header {
  max-width: 760px;
}
.services-grid-section__header .section__heading {
  margin-bottom: var(--space-3);
}
.services-grid-section__header .section__lead {
  max-width: 40ch;
}
.services-grid--cards {
  margin-top: var(--space-4);
}
.services-grid__item {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}
.services-grid__media {
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}
.services-grid__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services-grid__item h3 {
  margin-bottom: 0;
}
.services-cta {
  padding-top: var(--space-12);
  padding-bottom: var(--space-20);
}
.services-cta__card {
  max-width: 900px;
  margin: 0 auto;
}
.services-cta__content {
  text-align: left;
}
.services-cta__content h2 {
  margin-bottom: var(--space-3);
}
.services-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-top: var(--space-4);
}
.services-cta__meta {
  font-size: var(--font-size-xs);
  color: var(--color-text-muted);
  margin-top: var(--space-3);
}
@media (max-width: 600px) {
  .services-cta__actions {
    flex-direction: column;
    align-items: flex-start;
  }
}
ul { list-style: none !important; }
.nav-toggle { flex-direction: column; }
