:root {
  --brand-bg: #f9f9f6;
  --brand-surface: #ffffff;
  --brand-surface-alt: #f4f2ea;
  --brand-accent: #d4af37;
  --brand-accent-dark: #b38c1e;
  --brand-text: #1f1f1f;
  --brand-muted: #6b7280;
  --brand-border: rgba(31, 41, 55, 0.08);
  --brand-gradient: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(247, 240, 223, 0.92));
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background-color: var(--brand-bg);
  color: var(--brand-text);
  line-height: 1.6;
  min-height: 100vh;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: var(--brand-accent);
}

img {
  max-width: 100%;
  display: block;
}

.navbar {
  transition: background-color 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  backdrop-filter: blur(14px);
  background-color: rgba(255, 255, 255, 0.9) !important;
  border-bottom: 1px solid transparent;
}

.navbar.scrolled {
  background-color: var(--brand-surface) !important;
  box-shadow: 0 18px 36px rgba(31, 41, 55, 0.12);
  border-bottom-color: var(--brand-border);
}

.navbar .nav-link {
  font-weight: 500;
  letter-spacing: 0.02em;
  transition: color 0.25s ease;
  padding: 0.5rem 1rem;
  color: var(--brand-text);
}

.navbar .nav-link.active,
.navbar .nav-link:hover {
  color: var(--brand-accent) !important;
}

.navbar .navbar-toggler {
  border: none;
}

.navbar .navbar-toggler:focus {
  box-shadow: none;
}

.btn-brand {
  background: var(--brand-accent);
  color: #1f1f1f !important;
  padding: 0.65rem 1.75rem;
  border-radius: 999px;
  border: none;
  font-weight: 600;
  letter-spacing: 0.02em;
  box-shadow: 0 12px 24px rgba(212, 175, 55, 0.28);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.btn-brand:hover {
  background: var(--brand-accent-dark);
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(212, 175, 55, 0.32);
}

.btn-outline-brand {
  border-radius: 999px;
  border: 1px solid rgba(31, 41, 55, 0.18);
  color: var(--brand-text) !important;
  padding: 0.65rem 1.75rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.btn-outline-brand:hover {
  border-color: var(--brand-accent);
  background: rgba(212, 175, 55, 0.12);
  color: var(--brand-accent) !important;
}

.hero {
  position: relative;
  min-height: calc(100vh - 78px);
  display: flex;
  align-items: center;
  color: var(--brand-text);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: clamp(6rem, 12vw, 9rem);
  padding-bottom: clamp(3rem, 10vw, 6rem);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(248, 244, 232, 0.95) 0%, rgba(243, 236, 219, 0.78) 55%, rgba(236, 226, 209, 0.68) 100%),
    radial-gradient(circle at 18% 22%, rgba(212, 175, 55, 0.16), transparent 58%),
    radial-gradient(circle at 82% 18%, rgba(212, 175, 55, 0.12), transparent 52%);
}

.hero.hero--sub {
  min-height: 420px;
  padding: clamp(4rem, 10vw, 6rem) 0;
}

.hero.hero--sub::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(247, 240, 223, 0.75)),
    radial-gradient(circle at 35% 20%, rgba(212, 175, 55, 0.16), transparent 60%),
    radial-gradient(circle at 70% 15%, rgba(212, 175, 55, 0.1), transparent 55%);
}

.hero.hero--sub .lead {
  max-width: 540px;
  margin-inline: auto;
}


.hero .container {
  position: relative;
  z-index: 2;
}

.hero h1 {
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: clamp(2.75rem, 4vw, 4rem);
  line-height: 1.1;
  color: var(--brand-text);
}

.hero .lead {
  max-width: 640px;
  color: rgba(31, 31, 31, 0.76);
  margin: 0 auto;
}

.hero .badge-pill {
  background: rgba(212, 175, 55, 0.12);
  color: var(--brand-accent);
  border-radius: 999px;
  padding: 0.5rem 1.5rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 0 auto;
}

.hero-panel {
  background: rgba(255, 255, 255, 0.82);
  border-radius: 28px;
  border: 1px solid rgba(212, 175, 55, 0.18);
  padding: clamp(2.5rem, 5vw, 3.75rem) clamp(2rem, 4vw, 3.25rem);
  box-shadow: 0 28px 56px rgba(31, 41, 55, 0.14);
  backdrop-filter: blur(12px);
  margin: 0 auto;
}

.hero-panel .text-muted {
  color: rgba(31, 31, 31, 0.58) !important;
}

.hero-panel .btn-outline-brand {
  border-color: rgba(212, 175, 55, 0.3);
}

.hero-meta {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: clamp(1.75rem, 4vw, 2.5rem);
}

.hero-meta-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  background: rgba(255, 255, 255, 0.72);
  border-radius: 16px;
  border: 1px solid rgba(212, 175, 55, 0.16);
  padding: 0.75rem 1.35rem;
  color: rgba(31, 31, 31, 0.75);
  box-shadow: 0 12px 28px rgba(31, 41, 55, 0.12);
}

.hero-meta-item i {
  color: var(--brand-accent);
  font-size: 1.1rem;
}

.hero-meta-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(120px, 1fr));
  gap: 1rem;
  background: rgba(247, 240, 223, 0.7);
  border-radius: 18px;
  padding: 1.2rem 1.5rem;
  border: 1px solid rgba(212, 175, 55, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), 0 14px 36px rgba(31, 41, 55, 0.14);
}

.hero-meta-stats div {
  text-align: center;
}

.hero-meta-stats strong {
  display: block;
  font-size: 1.65rem;
  font-weight: 700;
  color: var(--brand-text);
}

.hero-meta-stats span {
  display: block;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(31, 31, 31, 0.65);
}

@media (max-width: 575px) {
  .hero-meta-stats {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
    padding: 1rem;
  }

  .hero-meta-stats strong {
    font-size: 1.45rem;
  }

  .hero-meta-stats span {
    font-size: 0.7rem;
  }
}

@media (min-width: 576px) {
  .hero-meta {
    max-width: 520px;
    margin-inline: auto;
  }
}

.hero-panel .btn-outline-brand:hover {
  border-color: var(--brand-accent);
}

.hero.hero--sub .hero-panel {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  backdrop-filter: none;
}

.section-padding {
  padding: clamp(3rem, 7vw, 6rem) 0;
}

.section-heading {
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: clamp(2rem, 3vw, 3rem);
  margin-bottom: 1rem;
  color: var(--brand-text);
}

.section-subheading {
  color: var(--brand-muted);
  max-width: 680px;
}

.card-lift {
  background: var(--brand-surface);
  border: 1px solid var(--brand-border);
  border-radius: 18px;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  box-shadow: 0 24px 48px rgba(31, 41, 55, 0.08);
}

.card-lift:hover {
  transform: translateY(-6px);
  border-color: rgba(212, 175, 55, 0.38);
  box-shadow: 0 32px 64px rgba(31, 41, 55, 0.12);
}

.card-lift .card-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(212, 175, 55, 0.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--brand-accent);
  font-size: 1.45rem;
}

.stats-bar {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--brand-border);
  border-radius: 18px;
  padding: 1.5rem 2rem;
  margin-top: -4rem;
  position: relative;
  z-index: 3;
  box-shadow: 0 18px 36px rgba(31, 41, 55, 0.12);
  text-align: center;
}

.stats-bar span {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--brand-muted);
  font-size: 0.75rem;
}

.stats-bar strong {
  font-size: 2rem;
  font-weight: 700;
  color: var(--brand-text);
}

.feature-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.feature-grid .feature-item {
  background: var(--brand-surface);
  border-radius: 16px;
  padding: 1.5rem;
  border: 1px solid var(--brand-border);
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  box-shadow: 0 12px 24px rgba(31, 41, 55, 0.08);
}

.feature-grid .feature-item i {
  font-size: 1.5rem;
  color: var(--brand-accent);
  margin-top: 0.25rem;
}

.feature-grid .feature-item h5 {
  color: var(--brand-text);
}

.feature-grid .feature-item p {
  color: var(--brand-muted);
}

.text-brand {
  color: var(--brand-accent) !important;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
  font-size: 0.85rem;
  color: var(--brand-accent);
}

.list-check {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.75rem;
}

.list-check li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--brand-muted);
}

.list-check i {
  color: var(--brand-accent);
}

.testimonial-wrap {
  background: var(--brand-surface);
  border-radius: 18px;
  padding: 2rem;
  border: 1px solid var(--brand-border);
  box-shadow: 0 18px 36px rgba(31, 41, 55, 0.1);
}

.cta-banner {
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.98), rgba(247, 240, 223, 0.94));
  border-radius: 20px;
  padding: clamp(2rem, 5vw, 3.5rem);
  border: 1px solid rgba(212, 175, 55, 0.22);
  box-shadow: 0 20px 40px rgba(31, 41, 55, 0.12);
  color: var(--brand-text);
}

.cta-banner p {
  color: var(--brand-muted);
}

.info-tile {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  background: var(--brand-surface);
  border: 1px solid var(--brand-border);
  border-radius: 16px;
  padding: 1.25rem 1.5rem;
  position: relative;
}

.info-tile i {
  color: var(--brand-accent);
  font-size: 1.75rem;
}

.info-tile h6,
.info-tile a {
  color: var(--brand-text);
}

.info-tile p,
.info-tile small {
  color: var(--brand-muted);
}

.info-tile small {
  display: inline-block;
  margin-top: 0.25rem;
}

footer {
  background: #111111;
  border-top: 1px solid rgba(212, 175, 55, 0.2);
  padding-top: 4rem;
  color: rgba(255, 255, 255, 0.85);
}

footer a {
  color: #ffffff !important;
  transition: color 0.25s ease;
}

footer a:hover {
  color: var(--brand-accent);
}

footer p,
footer span,
footer li,
footer small,
footer .text-muted {
  color: #ffffff !important;
}

footer .text-muted a {
  color: #ffffff;
}

footer .btn-outline-brand,
footer .btn-brand {
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.7);
}

footer .btn-outline-brand:hover,
footer .btn-brand:hover {
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.9);
}

.footer-divider {
  border-top: 1px solid rgba(212, 175, 55, 0.18);
  margin: 2.5rem 0 1.25rem;
}

@media (max-width: 991px) {
  .navbar-collapse {
    background: rgba(255, 255, 255, 0.96);
    border-radius: 12px;
    margin-top: 0.75rem;
    padding: 1rem;
    box-shadow: 0 12px 24px rgba(31, 41, 55, 0.12);
  }

  .stats-bar {
    margin-top: 2rem;
  }
}

@media (max-width: 575px) {
  .btn-brand,
  .btn-outline-brand {
    width: 100%;
    justify-content: center;
  }

  .hero-panel {
    padding: 2rem 1.5rem;
  }

  .hero-meta {
    gap: 0.75rem;
  }

  .hero-meta-item {
    width: 100%;
    font-size: 0.95rem;
    padding: 0.65rem 1rem;
    text-align: center;
  }
}

[data-aos] {
  transition: transform 0.6s ease, opacity 0.6s ease;
}

.info-tile-highlight {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(212, 175, 55, 0.22);
  box-shadow: 0 18px 36px rgba(31, 41, 55, 0.12);
}


@media (max-width: 575px) {
  .info-tile-highlight {
    text-align: center;
    align-items: center;
  }
}

.navbar .dropdown-toggle::after {
  margin-left: 0.35rem;
}

.dropdown-megamenu {
  background: var(--brand-surface);
  border: 1px solid rgba(212, 175, 55, 0.18);
  border-radius: 20px;
  box-shadow: 0 24px 48px rgba(31, 41, 55, 0.12);
  padding: 1.75rem;
  width: 100%;
}

.dropdown-megamenu .megamenu-heading {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--brand-accent);
  margin-bottom: 0.75rem;
}

.dropdown-megamenu .dropdown-item {
  padding: 0.35rem 0;
  color: var(--brand-text);
  font-weight: 500;
  border-radius: 8px;
}

.dropdown-megamenu .dropdown-item:hover {
  color: var(--brand-accent);
  background: transparent;
}

.megamenu-cta {
  background: rgba(247, 240, 223, 0.85);
  border: 1px solid rgba(212, 175, 55, 0.24);
  box-shadow: 0 16px 32px rgba(31, 41, 55, 0.12);
}

.megamenu-cta .btn-brand {
  box-shadow: none;
}

@media (min-width: 992px) {
  .navbar .dropdown.position-static .dropdown-menu.dropdown-megamenu {
    width: min(900px, calc(100vw - 3rem));
    left: 50%;
    transform: translateX(-50%);
    margin-top: 1.5rem;
    padding: 2.5rem 3rem;
  }
}

@media (max-width: 991px) {
  .navbar .dropdown.position-static .dropdown-menu.dropdown-megamenu {
    width: 100%;
    left: 0;
    transform: none;
    margin: 0.75rem 0;
    padding: 1.5rem;
    max-height: 70vh;
    overflow-y: auto;
  }

  .dropdown-megamenu .row > div {
    border-bottom: 1px solid rgba(212, 175, 55, 0.18);
    padding-bottom: 1.25rem;
  }

  .dropdown-megamenu .row > div:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .megamenu-cta {
    margin-top: 1.25rem;
  }
}

@media (min-width: 992px) {
  .navbar .mega-trigger:hover > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}

.reviews-section {
  background: var(--brand-surface-alt);
}

.reviews-widget {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(212, 175, 55, 0.24);
  border-radius: 24px;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  box-shadow: 0 24px 48px rgba(31, 41, 55, 0.08);
}

.reviews-widget iframe,
.reviews-widget .lc_reviews_widget,
.reviews-widget [data-lc-reviews] {
  width: 100%;
  min-height: 480px;
  border: 0;
  border-radius: 16px;
}

#reputation-review-widget {
  width: 100%;
}

@media (max-width: 767px) {
  .reviews-widget {
    padding: 1.5rem;
    border-radius: 20px;
  }
}
