/* aekcom overrides — Thai + Sandbox demo30 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@300;400;500;600;700;800&display=swap');

body {
  font-family: 'Noto Sans Thai', 'Space Grotesk', sans-serif;
}

h1, h2, h3, h4, h5, h6,
.display-1, .display-2, .display-3, .display-4, .display-5, .display-6,
.navbar-brand,
.btn {
  font-family: 'Space Grotesk', 'Noto Sans Thai', sans-serif;
}

/* Solid sticky header — readable on both light and dark page tops */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(52, 63, 82, 0.08);
  box-shadow: 0 4px 18px rgba(52, 63, 82, 0.04);
}

.site-header .navbar {
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
}

.site-header .nav-link {
  color: #343f52 !important;
  font-weight: 600;
}

.site-header .nav-link:hover,
.site-header .nav-link.active {
  color: #605dba !important;
}

.site-header .social-muted a {
  color: #60697b !important;
}

.site-header .social-muted a:hover {
  color: #605dba !important;
}

.navbar-brand .brand-text {
  font-size: 1.45rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #343f52;
  text-decoration: none;
}

.navbar-brand .brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.55rem;
  background: #605dba;
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  margin-right: 0.5rem;
}

.offcanvas-nav .brand-text,
.navbar-dark .brand-text {
  color: #fff;
}

/* Less top padding now that header is sticky (not absolute) */
.page-frame {
  padding-top: 3rem;
}

@media (min-width: 992px) {
  .page-frame {
    padding-top: 3.5rem;
  }
}

/* Home hero still needs space under sticky bar */
.home-hero {
  padding-top: 2rem;
}

.form-control:focus {
  border-color: #605dba;
  box-shadow: 0 0 0 0.2rem rgba(96, 93, 186, 0.15);
}

.faq-answer.hidden {
  display: none !important;
}

.faq-answer.open {
  display: block !important;
}

/* Home promo: One Page 1,500 */
.offer-1500 {
  border: 0;
}

.offer-1500-price {
  background: linear-gradient(145deg, #605dba 0%, #e668b3 100%);
}

.offer-1500 .display-1 {
  font-weight: 800;
  letter-spacing: -0.03em;
}

@media (max-width: 991.98px) {
  .offer-1500-price {
    border-radius: 0;
  }
}
