body {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  color: #0f172a !important;
  padding-top: 60px;
}

a {
  color: #14b8a6;
  text-decoration: none;
}
a:hover {
  color: #0d9488;
  text-decoration: underline;
}

.navbar {
  background-color: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.nav-link {
  color: #475569;
  text-transform: uppercase;
}
.nav-link:hover {
  color: #0f172a;
  text-decoration: none;
}
.nav-link:active {
  color: #0d9488;
  font-weight: 600;
}

section {
  padding-block: clamp(40px, 8vw, 80px);
  border-top: 1px solid #e2e8f0;
}
section:first-of-type {
  border-top: 0;
}

.section-alt {
  background: #f9fbfb;
}

.section-teal {
  background: #14b8a6;
}

header .lead {
  color: #475569;
}

.lead,
.fs-5 {
  color: #475569;
}

.text-primary {
  color: #14b8a6 !important;
  opacity: 1;
}

.tracking {
  letter-spacing: 0.08em;
}

.card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 1.5rem;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(2, 6, 23, 0.08);
}

.card-upper {
  text-align: center;
}
.card-upper h1 {
  font-weight: 600;
  letter-spacing: -3px;
}
.card-upper h6 {
  font-size: 16px;
}

.btn-primary {
  background: #14b8a6;
  border-color: #14b8a6;
}
.btn-primary:hover {
  background: #0d9488;
  border-color: #0d9488;
  text-decoration: none;
}

.btn-outline-secondary {
  background: white;
  border-color: #e2e8f0;
  color: #0f172a;
}
.btn-outline-secondary:hover {
  background: #f3f9ff;
  border-color: #475569;
  text-decoration: none;
  color: #475569;
}

.bg-primary-dark {
  background-color: rgba(20, 184, 166, 0.075) !important;
}

.hero-img {
  max-width: 480px;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.hero-img:hover {
  transform: scale(1.02);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12);
}
@media (max-width: 991px) {
  .hero-img {
    margin-top: 2rem;
  }
}

.hr-faint {
  height: 1px;
  background: #e2e8f0;
  border: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.reveal.show {
  opacity: 1;
  transform: none;
}

.ls-minus-3 {
  letter-spacing: -3px;
}

.ls-minus-2 {
  letter-spacing: -2px;
}

.price-list li {
  font-size: 18px;
  font-weight: 200 !important;
  margin-bottom: 12px;
  color: #0f172a;
}

.contact-image-span ul li {
  font-size: 16px;
  font-weight: 200;
  padding-bottom: 5px;
}

form .form-label {
  font-weight: 500;
}

.hp-field {
  position: absolute;
  left: -9999px;
  visibility: hidden;
}

#formAlert {
  transition: opacity 0.3s ease;
}

#contact .form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
#contact .form-control.is-invalid {
  border-color: #dc3545;
}

:root {
  color-scheme: light only;
}

/*# sourceMappingURL=styles.css.map */
