:root {
  --sta-accent: #712cf9;
  --sta-accent-hover: #6528e0;
  --sta-accent-active: #5a23c8;
}

.iframe-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 100%;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.b-example-divider {
  width: 100%;
  height: 1rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.btn-accent {
  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--sta-accent);
  --bs-btn-border-color: var(--sta-accent);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: var(--sta-accent-hover);
  --bs-btn-hover-border-color: var(--sta-accent-hover);
  --bs-btn-active-color: var(--bs-white);
  --bs-btn-active-bg: var(--sta-accent-active);
  --bs-btn-active-border-color: var(--sta-accent-active);
}

.hero-section {
  background: linear-gradient(135deg, #bcbcbb 0%, #595858 50%, #353535 100%);
  color: #fff;
  padding: 5rem 1rem;
}

.hero-section .tagline {
  font-style: italic;
  opacity: 0.9;
}

.service-card {
  transition: transform 0.2s ease;
}

.service-card:hover {
  transform: translateY(-4px);
}

.img-placeholder {
  background-color: #dee2e6;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6c757d;
  font-size: 1.1rem;
  min-height: 250px;
}

.gallery-img {
  width: 100%;
  height: auto;
  border-radius: .375rem;
}

.cta-banner {
  background: linear-gradient(135deg, #757575 0%, #353535 100%);
  color: #fff;
}

.card-header-silver {
  background: linear-gradient(135deg, #a8a9ad 0%, #c0c0c0 40%, #d8d8d8 60%, #b0b0b0 100%);
  color: #2d2d2d;
}

.card-header-gold {
  background: linear-gradient(135deg, #b8860b 0%, #daa520 30%, #ffd700 55%, #daa520 80%, #b8860b 100%);
  color: #2d2d2d;
}

.card-header-platinum {
  background: linear-gradient(135deg, #c4c6c8 0%, #d9dce0 25%, #eef1f5 50%, #d9dce0 75%, #c4c6c8 100%);
  color: #2d2d2d;
}

.border-silver { border-color: #c0c0c0 !important; }
.border-gold { border-color: #daa520 !important; }
.border-platinum { border-color: #d9dce0 !important; }

footer a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s;
}

footer a:hover {
  color: #fff;
}
