/* ========== Capital Crest Brand: Navy Blue & Gold ========== */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@600;700&display=swap");

:root {
  --theme-color: #C9A227;
  --title-color: #0C2340;
  --black-color2: #0C2340;
  --yellow-color: #D4AF37;
  --cc-navy: #0C2340;
  --cc-navy-mid: #143258;
  --cc-navy-light: #1E4470;
  --cc-gold: #C9A227;
  --cc-gold-light: #E2C35A;
  --cc-gold-dark: #A8861C;
  --cc-gold-soft: rgba(201, 162, 39, 0.14);
  --cc-gold-border: rgba(201, 162, 39, 0.45);
}

.th-header a[style*="color: gold"],
.th-header a[style*="color:gold"] {
  color: var(--cc-gold) !important;
}

.th-header a[style*="color: gold"]:hover,
.th-header a[style*="color:gold"]:hover {
  color: var(--cc-gold-light) !important;
}

.scroll-top:after {
  color: var(--cc-gold);
  border-color: var(--cc-gold);
}

.scroll-top svg path {
  fill: var(--cc-gold);
}

.pricing-badge,
.blog-filter-btn:hover,
.blog-filter-btn.active {
  color: var(--cc-navy);
}

/* Active header navigation */
.header-layout4 .main-menu > ul > li.current-menu-item > a,
.header-layout4 .sticky-wrapper.sticky .main-menu > ul > li.current-menu-item > a {
  color: var(--theme-color, #C9A227) !important;
}
.header-layout4 .main-menu > ul > li.current-menu-item > a {
  font-weight: 600;
}
.header-layout4 .main-menu > ul > li.current-menu-item > a::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  height: 2px;
  background: var(--theme-color, #C9A227);
  border-radius: 2px;
}
.header-layout4 .main-menu .sub-menu li.current-menu-item > a {
  color: var(--theme-color, #C9A227);
  font-weight: 600;
}
.th-mobile-menu ul li.current-menu-item > a {
  color: var(--theme-color, #C9A227) !important;
  font-weight: 600;
}
.th-mobile-menu ul li.current-menu-item {
  background: rgba(201, 162, 39, 0.08);
}

.header-logo img,
.mobile-logo img,
.about-logo img,
.logo-area img {
  height: 120px;
  width: auto;
  max-width: 120px;
  object-fit: contain;
  display: block;
}
@media (max-width: 575px) {
  .header-logo img,
  .mobile-logo img,
  .about-logo img,
  .logo-area img {
    height: 100px;
    max-width: 100px;
  }
}

/* Text logo — header & mobile menu */
.site-text-logo {
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  line-height: 1.1;
  display: inline-block;
}
.site-text-logo__brand {
  display: block;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}
.site-text-logo__tagline {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #d4af37;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}
.about-logo .site-text-logo__brand {
  color: var(--title-color, #0c2340);
  text-shadow: none;
}
.about-logo .site-text-logo__tagline {
  text-shadow: none;
}
@media (max-width: 575px) {
  .site-text-logo__brand {
    font-size: 24px;
  }
  .site-text-logo__tagline {
    font-size: 11px;
    letter-spacing: 2px;
  }
}

/* ========== Mobile Header & Responsive Navigation ========== */
.mobile-nav-toggler-wrap {
  display: none;
}

.mobile-nav-toggler {
  width: 46px;
  height: 46px;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 50%;
  background: var(--theme-color, #C9A227);
  color: var(--title-color, #0C2340);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.28);
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-shrink: 0;
  position: relative;
  z-index: 99999;
  -webkit-tap-highlight-color: transparent;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.mobile-nav-toggler__bar {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: var(--title-color, #0C2340);
  pointer-events: none;
}

.mobile-nav-toggler:hover,
.mobile-nav-toggler:focus-visible {
  background: var(--white-color, #fff);
  outline: none;
  transform: scale(1.05);
}

body.mobile-menu-open {
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .header-layout4 .sticky-wrapper {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
  }

  .header-layout4 .menu-area .row {
    flex-wrap: nowrap;
    align-items: center;
  }

  .header-layout4 .header-logo-col {
    flex: 1 1 auto;
    min-width: 0;
    max-width: calc(100% - 58px);
    padding-right: 52px;
  }

  .header-layout4 .header-logo-col .site-text-logo__brand {
    font-size: 20px;
    letter-spacing: 0.5px;
  }

  .header-layout4 .header-logo-col .site-text-logo__tagline {
    font-size: 9px;
    letter-spacing: 1.5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .header-layout4 .desktop-nav-wrap,
  .header-layout4 .main-menu.d-none.d-lg-inline-block {
    display: none !important;
  }

  .mobile-nav-toggler-wrap {
    display: block !important;
    position: fixed;
    top: 16px;
    right: 14px;
    z-index: 99999;
    pointer-events: auto;
  }

  .header-layout4 .header-button.d-lg-none {
    display: flex !important;
    position: fixed;
    top: 16px;
    right: 14px;
    z-index: 99999;
  }

  .header-layout4 .header-button .icon-btn.th-menu-toggle {
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    right: auto !important;
    top: auto !important;
    background: var(--theme-color, #C9A227) !important;
    color: var(--title-color, #0C2340) !important;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.28);
  }
}

@media (min-width: 992px) {
  .mobile-nav-toggler-wrap {
    display: none !important;
  }
}

.header-layout4 .mobile-nav-toggler.th-menu-toggle {
  position: relative !important;
  right: auto !important;
  top: auto !important;
}

.th-menu-wrapper .th-menu-toggle:not(.mobile-nav-toggler) {
  position: absolute !important;
  right: -16.5px !important;
  top: 25px !important;
}
.th-menu-wrapper .mobile-logo .site-text-logo__brand {
  color: var(--title-color, #0C2340);
  text-shadow: none;
}
.th-menu-wrapper .mobile-logo .site-text-logo__tagline {
  text-shadow: none;
}
.th-mobile-menu ul li a[style*="color: gold"],
.th-mobile-menu ul li a[style*="color:gold"] {
  color: var(--cc-gold, #C9A227) !important;
}

@media (max-width: 991px) {
  .hero-style4 .hero-title {
    font-size: clamp(1.65rem, 5.5vw, 2.35rem);
    line-height: 1.2;
  }
  .hero-style4 .hero-text {
    font-size: 0.9375rem;
    line-height: 1.55;
  }
  .hero-style4 .btn-group {
    flex-direction: column;
    align-items: stretch !important;
    gap: 0.65rem;
  }
  .hero-style4 .btn-group .th-btn {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  .hero-quick-stats {
    justify-content: center;
  }
  .tab-menu1.style2 {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    padding-bottom: 0.35rem;
    gap: 0.5rem;
  }
  .tab-menu1.style2 .tab-btn {
    flex-shrink: 0;
    white-space: nowrap;
    font-size: 0.8125rem;
    padding: 0.65rem 1rem;
  }
  .sec-title.split-text,
  .sec-title.style3 {
    font-size: clamp(1.5rem, 5vw, 2.25rem);
  }
  .title-area.text-center .sec-title {
    font-size: clamp(1.5rem, 5vw, 2.25rem);
  }
  .home-trust-strip .row {
    gap: 0.5rem !important;
  }
  .home-trust-item {
    font-size: 0.7rem;
    padding: 0.4rem 0.75rem;
  }
  .page-service .service-page-cta .th-btn,
  .page-management .service-page-cta .th-btn,
  .page-contact .service-page-cta .th-btn,
  .page-about .service-page-cta .th-btn {
    display: inline-block;
    width: 100%;
    max-width: 100%;
  }
  .breadcumb-title {
    font-size: clamp(1.5rem, 5vw, 2.25rem);
  }
}

@media (max-width: 767px) {
  .header-layout4 .menu-area {
    margin-top: 20px;
    padding-right: 8px !important;
  }
  .mobile-nav-toggler-wrap {
    top: 12px;
    right: 10px;
  }
  .mobile-nav-toggler {
    width: 42px;
    height: 42px;
  }
  .mobile-nav-toggler__bar {
    width: 18px;
  }
  #about-sec .fs-18 {
    font-size: 1rem !important;
  }
  .btn-wrap .th-btn {
    display: block;
    width: 100%;
    text-align: center;
    margin-right: 0 !important;
  }
  .promise-card,
  .home-type-card,
  .home-testimonial-card {
    padding: 1.25rem 1.1rem;
  }
  .slider-pagination {
    position: relative;
    margin-bottom: 1rem;
  }
  .color-scheme-wrap {
    display: none;
  }
}

@media (max-width: 575px) {
  .hero-style4 .hero-quick-stat {
    min-width: calc(33% - 0.75rem);
    padding: 0.55rem 0.65rem;
  }
  .hero-style4 .hero-quick-stat strong {
    font-size: 1rem;
  }
  .home-compare-table {
    min-width: 520px;
  }
  .pricing-fee-table {
    min-width: 480px;
  }
}

/* Inner pages — light dark overlay on breadcrumb background images */
.breadcumb-area .breadcumb-wrapper {
  position: relative;
  isolation: isolate;
}
.breadcumb-area .breadcumb-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.42);
  z-index: 1;
  pointer-events: none;
}
.breadcumb-area .breadcumb-wrapper > .container {
  position: relative;
  z-index: 2;
}

/* WhatsApp floating button – fixed, decent circle, har page */
.whatsapp-float { position: fixed; left: 20px; bottom: 36px; z-index: 999; }
.whatsapp-float a { display: inline-flex; align-items: center; justify-content: center; width: 56px; height: 56px; border-radius: 50%; background: #25D366; color: #fff; font-size: 28px; text-decoration: none; box-shadow: 0 4px 20px rgba(37, 211, 102, 0.45); transition: transform .2s, box-shadow .2s; animation: whatsapp-bounce 2.5s ease-in-out infinite; }
.whatsapp-float a:hover { color: #fff; transform: scale(1.08); box-shadow: 0 6px 24px rgba(37, 211, 102, 0.5); animation: none; }
@keyframes whatsapp-bounce { 0%, 100% { transform: translateY(0); } 40% { transform: translateY(-6px); } 60% { transform: translateY(-3px); } }
@media (max-width: 575px) { .whatsapp-float { left: 16px; bottom: 28px; } .whatsapp-float a { width: 50px; height: 50px; font-size: 24px; } }

/* Footer Instagram – About-Seite Bilder, Instagram-Größe (quadratisch) */
.footer-instagram-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.footer-instagram-gallery .gallery-thumb {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 8px;
}
.footer-instagram-gallery .gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.footer-instagram-gallery .gallery-thumb .gallery-btn {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  font-size: 1.25rem;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.footer-instagram-gallery .gallery-thumb:hover .gallery-btn { opacity: 1; }

/* Brand/Partner logos – 3 logos centered, full size visible */
.brand-logos-section .brand-logos-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 3rem 5rem; padding: 1.5rem 0; }
.brand-logos-section .brand-card { display: flex; align-items: center; justify-content: center; min-height: 120px; overflow: visible; margin: 0 1.5rem; }
.brand-logos-section .brand-card a { display: flex; align-items: center; justify-content: center; padding: 24px 40px; min-width: 160px; }
.brand-logos-section .brand-card img { max-height: 100px; max-width: 280px; width: auto; height: auto; object-fit: contain; object-position: center; display: block; }
.brand-logos-section .brand-card .gray { display: none !important; }
.brand-logos-section .brand-card .original { display: block !important; }
@media (min-width: 768px) { .brand-logos-section .brand-card { min-height: 140px; } .brand-logos-section .brand-card img { max-height: 120px; max-width: 320px; } }

/* Google Reviews section */
.google-reviews-cta { background: var(--white-color, #fff); border-radius: 12px; }
.google-reviews-stars { font-size: 1.5rem; letter-spacing: 2px; }

/* Service sec: 5 steps compact row – kam height */
#service-sec .step-card { background: var(--smoke-color2, #f8f8f8); border-radius: 10px; padding: 1rem 1rem 1.1rem; height: 100%; border: 1px solid var(--th-border-color, #eee); transition: box-shadow .2s, border-color .2s; }
#service-sec .step-card:hover { box-shadow: 0 6px 20px rgba(0,0,0,.06); border-color: var(--theme-color, #C9A227); }
#service-sec .step-card:hover .step-icon { color: var(--theme-color, #C9A227); transform: scale(1.05); }
#service-sec .step-icon { display: inline-flex; align-items: center; justify-content: center; width: 2.5rem; height: 2.5rem; border-radius: 8px; background: rgba(201, 162, 39,0.12); color: var(--theme-color, #C9A227); font-size: 1.1rem; margin-bottom: 0.5rem; transition: color .2s, transform .2s; }
#service-sec .step-num { display: block; font-size: 1.75rem; font-weight: 700; color: var(--theme-color, #C9A227); line-height: 1; margin-bottom: 0.35rem; font-family: var(--title-font, inherit); }
#service-sec .step-title { font-size: 1rem; font-weight: 600; color: var(--title-color, #02000F); margin: 0 0 0.4rem; line-height: 1.3; }
#service-sec .step-desc { font-size: 0.8125rem; color: var(--body-color, #6C6D71); margin: 0; line-height: 1.45; }
@media (max-width: 991px) { #service-sec .step-title { font-size: 0.9375rem; } #service-sec .step-desc { font-size: 0.75rem; } }

/* Marquee: 3 links moving */
.marquee-links .item { white-space: nowrap; padding: 0 1.5rem; font-weight: 600; color: inherit; text-decoration: none; transition: opacity .2s; }
.marquee-links .item:hover { opacity: 0.85; }
.marquee-links .item.marquee-gold { color: #d4a017; }
.marquee-links .item.marquee-gold:hover { color: #e6b020; }

/* Performance: lazy images – dezenter Platzhalter beim Laden */
.global-img img[loading="lazy"], .box-img img[loading="lazy"] { background: var(--smoke-color2, #f5f5f5); }

/* ========== Containerhaus-Seiten: Advanced Card System ========== */
:root {
  --card-radius: 16px;
  --card-radius-sm: 12px;
  --card-shadow: 0 2px 8px rgba(0,0,0,.04), 0 8px 24px rgba(0,0,0,.06);
  --card-shadow-hover: 0 8px 24px rgba(0,0,0,.08), 0 20px 48px rgba(0,0,0,.1);
  --card-accent: var(--theme-color, #C9A227);
  --card-accent-soft: rgba(201, 162, 39, 0.14);
  --card-accent-border: rgba(201, 162, 39, 0.45);
  --card-border: 1px solid rgba(0,0,0,.06);
  --card-transition: .35s cubic-bezier(.25,.46,.45,.94);
}

/* ---- Top-Karten: Individuelle Größen / Mehrstöckige / 36m² / 76m² ---- */
#service-sec .service-box {
  position: relative;
  background: var(--white-color, #fff);
  border-radius: var(--card-radius);
  overflow: hidden;
  border: var(--card-border);
  box-shadow: var(--card-shadow);
  transition: box-shadow var(--card-transition), border-color var(--card-transition), transform var(--card-transition);
  height: 100%;
}
#service-sec .service-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--card-accent), rgba(201, 162, 39,.6));
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: opacity .3s ease, transform .4s cubic-bezier(.25,.46,.45,.94);
  z-index: 2;
}
#service-sec .service-box:hover {
  box-shadow: var(--card-shadow-hover);
  border-color: var(--card-accent-border);
  transform: translateY(-8px);
}
#service-sec .service-box:hover::before {
  opacity: 1;
  transform: scaleX(1);
}
#service-sec .service-box .box-img {
  position: relative;
  border-radius: var(--card-radius) var(--card-radius) 0 0;
  overflow: hidden;
}
#service-sec .service-box .box-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.15) 0%, transparent 45%);
  opacity: 0;
  transition: opacity .4s ease;
  pointer-events: none;
}
#service-sec .service-box:hover .box-img::after {
  opacity: 1;
}
#service-sec .service-box .box-img img {
  transition: transform .5s cubic-bezier(.25,.46,.45,.94);
  will-change: transform;
}
#service-sec .service-box:hover .box-img img {
  transform: scale(1.06);
}
#service-sec .service-box .box-content {
  padding: 1.75rem 1.5rem;
  position: relative;
}
#service-sec .service-box .box-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: var(--title-color, #02000F);
  letter-spacing: -.02em;
  transition: color .2s ease;
}
#service-sec .service-box:hover .box-title {
  color: var(--card-accent);
}
#service-sec .service-box .box-text {
  font-size: 0.9375rem;
  color: var(--body-color, #6C6D71);
  margin-bottom: 0.75rem;
  line-height: 1.6;
}
#service-sec .service-box .line-btn {
  font-weight: 600;
  font-size: 0.9375rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  transition: gap .3s ease, color .25s ease;
}
#service-sec .service-box:hover .line-btn {
  gap: 0.65rem;
}
#service-sec .service-box .line-btn i {
  transition: transform .25s ease;
}
#service-sec .service-box:hover .line-btn i {
  transform: translateX(3px);
}
#service-sec .service-box:focus-within {
  outline: 2px solid var(--card-accent);
  outline-offset: 2px;
}

/* About: "Was wir anbieten" – gleiche Karten wie FertigesContainerHaus */
#about-houses-sec .service-box,
#management-services-sec .service-box {
  position: relative;
  background: var(--white-color, #fff);
  border-radius: var(--card-radius);
  overflow: hidden;
  border: var(--card-border);
  box-shadow: var(--card-shadow);
  transition: box-shadow var(--card-transition), border-color var(--card-transition), transform var(--card-transition);
  height: 100%;
}
#about-houses-sec .service-box,
#management-services-sec .service-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--card-accent), rgba(201, 162, 39,.6));
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: opacity .3s ease, transform .4s cubic-bezier(.25,.46,.45,.94);
  z-index: 2;
}
#about-houses-sec .service-box,
#management-services-sec .service-box:hover {
  box-shadow: var(--card-shadow-hover);
  border-color: var(--card-accent-border);
  transform: translateY(-8px);
}
#about-houses-sec .service-box,
#management-services-sec .service-box:hover::before {
  opacity: 1;
  transform: scaleX(1);
}
#about-houses-sec .service-box,
#management-services-sec .service-box .box-img {
  position: relative;
  border-radius: var(--card-radius) var(--card-radius) 0 0;
  overflow: hidden;
}
#about-houses-sec .service-box,
#management-services-sec .service-box .box-img img {
  transition: transform .5s cubic-bezier(.25,.46,.45,.94);
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
#about-houses-sec .service-box,
#management-services-sec .service-box:hover .box-img img {
  transform: scale(1.06);
}
#about-houses-sec .service-box,
#management-services-sec .service-box .box-content {
  padding: 1.75rem 1.5rem;
  position: relative;
}
#about-houses-sec .service-box,
#management-services-sec .service-box .box-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: var(--title-color, #02000F);
  letter-spacing: -.02em;
  transition: color .2s ease;
}
#about-houses-sec .service-box,
#management-services-sec .service-box:hover .box-title {
  color: var(--card-accent);
}
#about-houses-sec .service-box,
#management-services-sec .service-box .box-text {
  font-size: 0.9375rem;
  color: var(--body-color, #6C6D71);
  margin-bottom: 0.75rem;
  line-height: 1.6;
}
#about-houses-sec .service-box,
#management-services-sec .service-box .line-btn {
  font-weight: 600;
  font-size: 0.9375rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  transition: gap .3s ease, color .25s ease;
}
#about-houses-sec .service-box,
#management-services-sec .service-box:hover .line-btn {
  gap: 0.65rem;
}
#about-houses-sec .service-box,
#management-services-sec .service-box .line-btn i {
  transition: transform .25s ease;
}
#about-houses-sec .service-box,
#management-services-sec .service-box:hover .line-btn i {
  transform: translateX(3px);
}
#about-houses-sec .service-box,
#management-services-sec .service-box .box-img {
  aspect-ratio: 4 / 3;
}

/* ---- Vorteile-Karten (Ihre Vorteile – 6 Stück) ---- */
.feature-card {
  position: relative;
  background: var(--white-color, #fff);
  border-radius: var(--card-radius);
  padding: 2.1rem 1.75rem;
  height: 100%;
  border: var(--card-border);
  box-shadow: var(--card-shadow);
  transition: box-shadow var(--card-transition), border-color var(--card-transition), transform var(--card-transition);
  overflow: hidden;
}
.feature-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 70% 20%, var(--card-accent-soft) 0%, transparent 55%);
  opacity: 0;
  transition: opacity .4s ease;
  pointer-events: none;
}
.feature-card:hover {
  box-shadow: var(--card-shadow-hover);
  border-color: var(--card-accent-border);
  transform: translateY(-6px);
}
.feature-card:hover::before {
  opacity: 1;
}
.feature-card_icon {
  position: relative;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 14px;
  background: var(--card-accent-soft);
  color: var(--card-accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin-bottom: 1.2rem;
  transition: background .35s ease, color .35s ease, transform .35s ease, box-shadow .35s ease;
}
.feature-card:hover .feature-card_icon {
  background: var(--card-accent);
  color: #fff;
  transform: scale(1.08) rotate(3deg);
  box-shadow: 0 8px 20px rgba(201, 162, 39,.35);
}
.feature-card_title {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--title-color, #02000F);
  margin: 0 0 0.6rem;
  line-height: 1.35;
  letter-spacing: -.02em;
  position: relative;
}
.feature-card_text {
  font-size: 0.9375rem;
  color: var(--body-color, #6C6D71);
  margin: 0;
  line-height: 1.6;
  position: relative;
}
.feature-card:focus-within {
  outline: 2px solid var(--card-accent);
  outline-offset: 2px;
}

/* ---- Konzept-Karten (content-card) ---- */
.content-card {
  position: relative;
  background: var(--white-color, #fff);
  border-radius: var(--card-radius);
  padding: 2.1rem 1.75rem;
  height: 100%;
  border: var(--card-border);
  box-shadow: var(--card-shadow);
  transition: box-shadow var(--card-transition), border-color var(--card-transition), transform var(--card-transition);
  overflow: hidden;
}
.content-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, var(--card-accent-soft) 0%, transparent 70%);
  opacity: 0;
  transition: opacity .4s ease;
  pointer-events: none;
}
.content-card:hover {
  box-shadow: var(--card-shadow-hover);
  border-color: var(--card-accent-border);
  transform: translateY(-3px);
}
.content-card:hover::after {
  opacity: 1;
}
.content-card .card-icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 14px;
  background: var(--card-accent-soft);
  color: var(--card-accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin-bottom: 1.1rem;
  transition: transform .3s ease, box-shadow .3s ease;
}
.content-card:hover .card-icon {
  transform: scale(1.05);
  box-shadow: 0 6px 16px rgba(201, 162, 39,.25);
}
.content-card .card-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--title-color, #02000F);
  margin: 0 0 0.9rem;
  line-height: 1.35;
  letter-spacing: -.02em;
}
.content-card .card-text,
.content-card .vorteile-list {
  font-size: 0.9375rem;
  color: var(--body-color, #6C6D71);
  margin-bottom: 0.5rem;
  line-height: 1.6;
  position: relative;
}
.content-card .vorteile-list li {
  margin-bottom: 0.4rem;
  transition: padding-left .25s ease;
}
.content-card:hover .vorteile-list li {
  padding-left: 2px;
}

/* ---- Konfigurations-Karten ---- */
.config-card {
  position: relative;
  background: var(--white-color, #fff);
  border-radius: var(--card-radius);
  padding: 2.1rem 1.75rem;
  height: 100%;
  border: var(--card-border);
  box-shadow: var(--card-shadow);
  transition: box-shadow var(--card-transition), border-color var(--card-transition), transform var(--card-transition);
  overflow: hidden;
}
.config-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--card-accent), rgba(201, 162, 39,.5));
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: opacity .3s ease, transform .4s cubic-bezier(.25,.46,.45,.94);
  border-radius: 4px 0 0 4px;
}
.config-card:hover {
  box-shadow: var(--card-shadow-hover);
  border-color: var(--card-accent-border);
  transform: translateY(-6px);
}
.config-card:hover::before {
  opacity: 1;
  transform: scaleY(1);
}
.config-card .card-icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 14px;
  background: var(--card-accent-soft);
  color: var(--card-accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin-bottom: 1.1rem;
  transition: transform .3s ease, background .3s ease, color .3s ease;
}
.config-card:hover .card-icon {
  transform: scale(1.08);
  background: var(--card-accent);
  color: #fff;
}
.config-card .card-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--title-color, #02000F);
  margin: 0 0 0.65rem;
  letter-spacing: -.02em;
}
.config-card .card-text {
  font-size: 0.9375rem;
  color: var(--body-color, #6C6D71);
  margin-bottom: 0.9rem;
  line-height: 1.6;
}
.config-card .list-unstyled {
  font-size: 0.9rem;
  color: var(--body-color, #6C6D71);
  padding-left: 0;
  margin: 0;
  line-height: 1.55;
}
.config-card .list-unstyled li {
  padding: 0.35rem 0;
  padding-left: 1.5rem;
  position: relative;
  transition: padding-left .25s ease, color .2s ease;
}
.config-card .list-unstyled li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--card-accent);
  font-weight: 700;
  font-size: 1rem;
  transition: transform .25s ease;
}
.config-card:hover .list-unstyled li::before {
  transform: scale(1.15);
}

/* ---- Schritte-Karten (Beratung / Fertigung / Montage) ---- */
.step-card-modular {
  position: relative;
  background: var(--white-color, #fff);
  border-radius: var(--card-radius);
  padding: 2.4rem 1.75rem;
  height: 100%;
  border: var(--card-border);
  box-shadow: var(--card-shadow);
  transition: box-shadow var(--card-transition), border-color var(--card-transition), transform var(--card-transition);
  overflow: hidden;
}
.step-card-modular::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--card-accent), rgba(201, 162, 39,.5));
  opacity: 0;
  transform: scaleY(0);
  transform-origin: center;
  transition: opacity .3s ease, transform .4s cubic-bezier(.25,.46,.45,.94);
  border-radius: 4px 0 0 4px;
}
.step-card-modular:hover {
  box-shadow: var(--card-shadow-hover);
  border-color: var(--card-accent-border);
  transform: translateY(-6px);
}
.step-card-modular:hover::before {
  opacity: 1;
  transform: scaleY(1);
}
.step-card-modular .step-num {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--card-accent), rgba(201, 162, 39,.85));
  color: #fff;
  font-size: 1.3rem;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
  line-height: 1;
  transition: transform .35s ease, box-shadow .35s ease;
  box-shadow: 0 4px 14px rgba(201, 162, 39,.4);
}
.step-card-modular:hover .step-num {
  transform: scale(1.12) rotate(-5deg);
  box-shadow: 0 8px 24px rgba(201, 162, 39,.5);
}
.step-card-modular .card-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--title-color, #02000F);
  margin: 0 0 0.65rem;
  letter-spacing: -.02em;
}
.step-card-modular .card-text {
  font-size: 0.9375rem;
  color: var(--body-color, #6C6D71);
  margin: 0;
  line-height: 1.6;
}

/* ---- Reduced motion ---- */
@media (prefers-reduced-motion: reduce) {
  #service-sec .service-box,
  .feature-card,
  .content-card,
  .config-card,
  .step-card-modular {
    transition: box-shadow .2s ease, border-color .2s ease;
  }
  #service-sec .service-box:hover,
  .feature-card:hover,
  .content-card:hover,
  .config-card:hover,
  .step-card-modular:hover {
    transform: none;
  }
  #service-sec .service-box .box-img img,
  #service-sec .service-box:hover .box-img img {
    transform: none;
  }
  .feature-card_icon,
  .config-card .card-icon,
  .step-card-modular .step-num {
    transition: background .2s ease, color .2s ease;
  }
  .feature-card:hover .feature-card_icon,
  .config-card:hover .card-icon,
  .step-card-modular:hover .step-num {
    transform: none;
  }
}

/* ---- Mobile: kompakter ---- */
@media (max-width: 767px) {
  .feature-card,
  .content-card,
  .config-card {
    padding: 1.6rem 1.35rem;
  }
  .step-card-modular {
    padding: 1.9rem 1.35rem;
  }
  #service-sec .service-box .box-content {
    padding: 1.5rem 1.3rem;
  }
  .feature-card_icon,
  .content-card .card-icon,
  .config-card .card-icon {
    width: 3rem;
    height: 3rem;
    font-size: 1.15rem;
  }
  .step-card-modular .step-num {
    width: 3rem;
    height: 3rem;
    font-size: 1.15rem;
  }
  :root {
    --card-radius: 14px;
  }
}

/* ========== Galerie: gleiche Karten-Größe + View-Icon ausgerichtet ========== */
.gallery-section .gallery-equal {
  display: flex;
  flex-wrap: wrap;
}
.gallery-section .gallery-equal > [class*="col-"] {
  display: flex;
}
.gallery-section .gallery-equal .service-box {
  width: 100%;
  height: 100%;
  display: flex;
  border-radius: var(--card-radius, 16px);
  overflow: hidden;
  border: var(--card-border);
  box-shadow: var(--card-shadow);
}
.gallery-section .gallery-equal .service-box .box-img {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: inherit;
}
.gallery-section .gallery-equal .service-box .box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Property Management Services — equal image size per card */
.service-area .service-box.style2 .box-img {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  overflow: hidden;
  margin-bottom: 0;
}
.service-area .service-box.style2 .box-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.service-area .service-box.style2:hover .box-img img {
  transform: scale(1.06);
  transition: transform 0.45s ease;
}

/* Core Services — equal image size & consistent cards */
#project-sec .core-services-grid > [class*="col-"] {
  display: flex;
}
#project-sec .project-grid {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(12, 35, 64, 0.08);
}
#project-sec .project-grid .box-img {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  overflow: hidden;
}
#project-sec .project-grid .box-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.45s ease;
}
#project-sec .project-grid:hover .box-img img {
  transform: scale(1.06);
}
#project-sec .project-grid .box-content {
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.75rem 1.5rem 1.5rem;
  background: linear-gradient(to top, rgba(12, 35, 64, 0.96) 0%, rgba(12, 35, 64, 0.82) 55%, transparent 100%);
  transform: scaleX(1) !important;
  -webkit-transform: scaleX(1) !important;
}
#project-sec .project-grid .sub-title {
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--theme-color, #C9A227);
}
#project-sec .project-grid .box-title {
  font-size: 1.25rem;
  line-height: 1.35;
  margin-bottom: 0.5rem;
  color: #fff;
}
#project-sec .project-grid .box-text {
  font-size: 0.9rem;
  line-height: 1.55;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.88);
  max-width: none;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#project-sec .project-grid .icon-btn {
  display: none;
}
#project-sec .th-experience.style2 {
  width: 100%;
  height: 100%;
  min-height: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 16px;
  padding: 2rem 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--title-color, #0C2340);
  box-shadow: 0 4px 24px rgba(12, 35, 64, 0.12);
}
#project-sec .th-experience.style2 .experience-text {
  color: #fff;
  font-size: clamp(1.125rem, 2.2vw, 1.625rem);
  line-height: 1.55;
  font-weight: 500;
}
#project-sec .th-experience.style2 .experience-text strong {
  color: var(--theme-color, #C9A227);
  font-weight: 700;
}
@media (max-width: 991px) {
  #project-sec .th-experience.style2 {
    aspect-ratio: auto;
    min-height: 220px;
  }
}

/* View-Icon (Plus) – zentriert, gleiche Größe, ausgerichtet */
.gallery-section .gallery-equal .icon-btn.th-popup-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 52px;
  height: 52px;
  min-width: 52px;
  min-height: 52px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.9);
  color: var(--card-accent, #C9A227);
  border: 2px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  font-size: 1.25rem;
  transition: background .25s ease, color .25s ease, transform .25s ease, box-shadow .25s ease;
}
.gallery-section .gallery-equal .icon-btn.th-popup-image:hover {
  background: var(--card-accent, #C9A227);
  color: #fff;
  transform: translate(-50%, -50%) scale(1.1);
  box-shadow: 0 6px 20px rgba(255, 131, 59, 0.45);
}
.gallery-section .gallery-equal .icon-btn.th-popup-image i {
  margin: 0;
  font-size: inherit;
}
@media (max-width: 575px) {
  .gallery-section .gallery-equal .service-box .box-img {
    aspect-ratio: 1 / 1;
  }
  .gallery-section .gallery-equal .icon-btn.th-popup-image {
    width: 46px;
    height: 46px;
    min-width: 46px;
    min-height: 46px;
    font-size: 1.1rem;
  }
}

/* About: FAQ-Spalte Bilder als Karten */
.about-faq-gallery .about-img-card {
  position: relative;
  border-radius: var(--card-radius, 16px);
  overflow: hidden;
  border: var(--card-border);
  box-shadow: var(--card-shadow);
  transition: box-shadow .3s ease, transform .25s ease;
  aspect-ratio: 4 / 3;
  background: var(--smoke-color2, #f5f5f5);
}
.about-faq-gallery .about-img-card:hover {
  box-shadow: var(--card-shadow-hover);
  transform: translateY(-4px);
}
.about-faq-gallery .about-img-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.about-faq-gallery .col-12 .about-img-card {
  aspect-ratio: 16 / 9;
}
@media (max-width: 575px) {
  .about-faq-gallery .about-img-card,
  .about-faq-gallery .col-12 .about-img-card {
    aspect-ratio: 4 / 3;
  }
}

/* Promise / value props (homepage) */
#promise-sec { background: var(--smoke-color2, #f8f8f8); border-top: 1px solid var(--th-border-color, #eee); border-bottom: 1px solid var(--th-border-color, #eee); }
.promise-sec-lead { max-width: 720px; margin-left: auto; margin-right: auto; font-size: 1.0625rem; line-height: 1.65; color: var(--body-color, #6C6D71); }
.promise-card { background: var(--white-color, #fff); border: 1px solid var(--th-border-color, #eee); border-radius: 14px; padding: 1.75rem 1.5rem; height: 100%; box-shadow: 0 2px 12px rgba(12, 35, 64, 0.04); transition: box-shadow .25s, border-color .25s, transform .25s; border-top: 3px solid var(--theme-color, #C9A227); }
.promise-card:hover { box-shadow: 0 10px 32px rgba(12, 35, 64, 0.08); border-color: rgba(201, 162, 39, 0.35); transform: translateY(-2px); }
.promise-card-icon { display: inline-flex; align-items: center; justify-content: center; width: 3rem; height: 3rem; border-radius: 10px; background: rgba(201, 162, 39, 0.12); color: var(--theme-color, #C9A227); font-size: 1.2rem; margin-bottom: 1rem; }
.promise-card-title { font-size: 1.0625rem; font-weight: 700; color: var(--title-color, #0C2340); margin: 0 0 0.65rem; line-height: 1.35; }
.promise-card-text { font-size: 0.9375rem; color: var(--body-color, #6C6D71); margin: 0; line-height: 1.6; }
.promise-sec-cta .th-btn.style2 { background: transparent; border: 1px solid var(--title-color, #0C2340); color: var(--title-color, #0C2340); }
.promise-sec-cta .th-btn.style2:hover { color: var(--white-color, #fff); }
#promise-sec .step-card { background: var(--smoke-color2, #f8f8f8); border-radius: 10px; padding: 1.25rem 1rem; height: 100%; border: 1px solid var(--th-border-color, #eee); transition: box-shadow .2s, border-color .2s; }
#promise-sec .step-card:hover { box-shadow: 0 6px 20px rgba(0,0,0,.06); border-color: var(--theme-color, #C9A227); }
#promise-sec .step-icon { display: inline-flex; align-items: center; justify-content: center; width: 2.75rem; height: 2.75rem; border-radius: 8px; background: rgba(201, 162, 39,0.12); color: var(--theme-color, #C9A227); font-size: 1.15rem; margin-bottom: 0.65rem; }
#promise-sec .step-title { font-size: 0.9375rem; font-weight: 600; color: var(--title-color, #02000F); margin: 0 0 0.35rem; line-height: 1.3; }
#promise-sec .step-desc { font-size: 0.8125rem; color: var(--body-color, #6C6D71); margin: 0; line-height: 1.45; }

/* Pricing cards */
.pricing-card { position: relative; background: var(--white-color, #fff); border-radius: 14px; padding: 2rem 1.75rem; height: 100%; border: 1px solid var(--th-border-color, #eee); box-shadow: 0 4px 24px rgba(0,0,0,.06); transition: transform .25s, box-shadow .25s; }
.pricing-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,.1); }
.pricing-card-featured { border-color: var(--theme-color, #C9A227); box-shadow: 0 8px 32px rgba(201, 162, 39,.15); }
.pricing-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--theme-color, #C9A227); color: #fff; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; padding: 0.35rem 1rem; border-radius: 999px; white-space: nowrap; }
.pricing-label { display: inline-block; font-size: 0.8125rem; font-weight: 600; color: var(--theme-color, #C9A227); text-transform: uppercase; letter-spacing: .05em; margin-bottom: 0.35rem; }
.pricing-name { font-size: 1.5rem; font-weight: 700; color: var(--title-color, #02000F); margin: 0 0 0.75rem; }
.pricing-rate { margin-bottom: 1rem; line-height: 1.2; }
.pricing-rate strong { font-size: 2.25rem; font-weight: 700; color: var(--title-color, #02000F); }
.pricing-from { font-size: 0.875rem; color: var(--body-color, #6C6D71); margin-right: 0.25rem; }
.pricing-unit { font-size: 0.9375rem; color: var(--body-color, #6C6D71); }
.pricing-desc { font-size: 0.9375rem; color: var(--body-color, #6C6D71); margin-bottom: 1.25rem; line-height: 1.55; }
.pricing-features { list-style: none; padding: 0; margin: 0 0 1.5rem; }
.pricing-features li { display: flex; align-items: flex-start; gap: 0.5rem; font-size: 0.9rem; color: var(--title-color, #02000F); margin-bottom: 0.55rem; line-height: 1.4; }
.pricing-features li i { color: var(--theme-color, #C9A227); margin-top: 0.2rem; flex-shrink: 0; }
#pricing-sec .pricing-card { background: rgba(255,255,255,.97); }
.pricing-fee-table { width: 100%; border-collapse: collapse; font-size: 0.9375rem; }
.pricing-fee-table th, .pricing-fee-table td { padding: 0.85rem 1rem; border-bottom: 1px solid var(--th-border-color, #eee); text-align: left; }
.pricing-fee-table th { font-weight: 600; color: var(--title-color, #02000F); background: var(--smoke-color2, #f8f8f8); }
.pricing-fee-table td:last-child { font-weight: 600; color: var(--theme-color, #C9A227); white-space: nowrap; }
.pricing-guarantee-box { background: var(--smoke-color2, #f8f8f8); border-radius: 12px; padding: 1.5rem; border-left: 4px solid var(--theme-color, #C9A227); height: 100%; }
.pricing-guarantee-box h4 { font-size: 1.0625rem; font-weight: 600; margin-bottom: 0.5rem; }
.pricing-guarantee-box p { font-size: 0.9rem; margin: 0; color: var(--body-color, #6C6D71); line-height: 1.5; }

/* Homepage premium sections */
.home-stats-bar { background: var(--title-color, #02000F); padding: 2.5rem 0; }
.home-stat-item { color: #fff; }
.home-stat-num { display: block; font-size: 2rem; font-weight: 700; line-height: 1.2; font-family: var(--title-font, inherit); color: var(--theme-color, #C9A227); }
.home-stat-num strong { color: inherit; }
.home-stat-label { display: block; font-size: 0.875rem; color: rgba(255,255,255,.8); margin-top: 0.35rem; }
.home-trust-strip { background: var(--smoke-color2, #f8f8f8); border-bottom: 1px solid var(--th-border-color, #eee); padding: 1rem 0; }
.home-trust-item { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.875rem; font-weight: 600; color: var(--title-color, #02000F); }
.home-trust-item i { color: var(--theme-color, #C9A227); }
.home-check-list { list-style: none; padding: 0; margin: 0; }
.home-check-list li { display: flex; align-items: flex-start; gap: 0.6rem; margin-bottom: 0.65rem; font-size: 0.9375rem; color: var(--body-color, #6C6D71); line-height: 1.45; }
.home-check-list li i { color: var(--theme-color, #C9A227); margin-top: 0.2rem; flex-shrink: 0; }
.about-tab-img { border-radius: 12px; overflow: hidden; aspect-ratio: 4/3; }
.about-tab-img img { width: 100%; height: 100%; object-fit: cover; }
.home-area-chip { background: var(--smoke-color2, #f8f8f8); border: 1px solid var(--th-border-color, #eee); border-radius: 8px; padding: 0.85rem 1rem; text-align: center; font-weight: 600; font-size: 0.9rem; color: var(--title-color, #02000F); transition: border-color .2s, box-shadow .2s; height: 100%; }
.home-area-chip:hover { border-color: var(--theme-color, #C9A227); box-shadow: 0 4px 16px rgba(0,0,0,.06); }
.home-type-card { background: #fff; border: 1px solid var(--th-border-color, #eee); border-radius: 12px; padding: 1.5rem; height: 100%; transition: box-shadow .25s, transform .25s; }
.home-type-card:hover { box-shadow: 0 8px 28px rgba(0,0,0,.08); transform: translateY(-3px); }
.home-type-icon { display: inline-flex; align-items: center; justify-content: center; width: 3rem; height: 3rem; border-radius: 10px; background: rgba(201, 162, 39,.12); color: var(--theme-color, #C9A227); font-size: 1.25rem; margin-bottom: 1rem; }
.home-type-title { font-size: 1.0625rem; font-weight: 600; margin-bottom: 0.5rem; color: var(--title-color, #02000F); }
.home-type-desc { font-size: 0.9rem; color: var(--body-color, #6C6D71); margin: 0; line-height: 1.5; }
.home-portal-img { border-radius: 14px; overflow: hidden; box-shadow: 0 12px 40px rgba(0,0,0,.12); }
.home-portal-img img { width: 100%; display: block; }
.home-compare-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 24px rgba(0,0,0,.06); }
.home-compare-table th, .home-compare-table td { padding: 1rem 1.25rem; border-bottom: 1px solid var(--th-border-color, #eee); font-size: 0.9375rem; vertical-align: middle; }
.home-compare-table thead th { background: var(--title-color, #02000F); color: #fff; font-weight: 600; border: none; }
.home-compare-table tbody tr:last-child td { border-bottom: none; }
.home-compare-table tbody tr:hover { background: var(--smoke-color2, #f8f8f8); }
.home-testimonial-card { background: #fff; border-radius: 12px; padding: 1.75rem; height: 100%; border: 1px solid var(--th-border-color, #eee); box-shadow: 0 4px 20px rgba(0,0,0,.05); }
.home-testimonial-stars { color: #FFB539; font-size: 0.9rem; margin-bottom: 1rem; letter-spacing: 2px; }
.home-testimonial-text { font-size: 0.9375rem; color: var(--body-color, #6C6D71); line-height: 1.6; margin-bottom: 1.25rem; font-style: italic; }
.home-testimonial-author strong { display: block; font-size: 0.9375rem; color: var(--title-color, #02000F); }
.home-testimonial-author span { font-size: 0.8125rem; color: var(--body-color, #6C6D71); }
@media (max-width: 767px) {
  .home-stat-num { font-size: 1.5rem; }
  .home-compare-table th, .home-compare-table td { padding: 0.75rem; font-size: 0.8125rem; }
  .home-trust-item { font-size: 0.75rem; }
}

/* Advanced blog hub & article pages */
.blog-hub-stats { background: var(--title-color, #02000F); padding: 1.25rem 0; margin-top: -1px; }
.blog-hub-stat strong { display: block; color: var(--theme-color, #C9A227); font-size: 1.5rem; font-weight: 700; }
.blog-hub-stat span { color: rgba(255,255,255,.75); font-size: 0.8125rem; }
.blog-featured-card { display: block; text-decoration: none; color: inherit; background: #fff; border-radius: 16px; overflow: hidden; border: 1px solid var(--th-border-color, #eee); box-shadow: 0 8px 32px rgba(0,0,0,.08); transition: transform .25s, box-shadow .25s; }
.blog-featured-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,.12); color: inherit; }
.blog-featured-img { height: 100%; min-height: 280px; }
.blog-featured-img img { width: 100%; height: 100%; object-fit: cover; }
.blog-featured-body { padding: 2rem; height: 100%; display: flex; flex-direction: column; justify-content: center; }
.blog-featured-label { display: inline-block; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--theme-color, #C9A227); margin-bottom: 0.75rem; }
.blog-featured-title { font-size: clamp(1.35rem, 2.5vw, 1.75rem); font-weight: 700; margin: 0.75rem 0; color: var(--title-color, #02000F); }
.blog-featured-excerpt { color: var(--body-color, #6C6D71); margin-bottom: 0; line-height: 1.6; }
.blog-toolbar { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; justify-content: space-between; margin-bottom: 1.5rem; }
.blog-filter-group { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.blog-filter-btn { border: 1px solid var(--th-border-color, #eee); background: #fff; color: var(--title-color, #02000F); border-radius: 999px; padding: 0.45rem 1rem; font-size: 0.8125rem; font-weight: 600; transition: all .2s; cursor: pointer; }
.blog-filter-btn:hover, .blog-filter-btn.active { background: var(--theme-color, #C9A227); border-color: var(--theme-color, #C9A227); color: #fff; }
.blog-search-wrap { position: relative; min-width: min(100%, 260px); }
.blog-search-wrap i { position: absolute; left: 1rem; top: 50%; transform: translateY(-50%); color: var(--body-color, #6C6D71); font-size: 0.875rem; }
.blog-search-input { width: 100%; border: 1px solid var(--th-border-color, #eee); border-radius: 999px; padding: 0.55rem 1rem 0.55rem 2.5rem; font-size: 0.875rem; }
.blog-search-input:focus { outline: none; border-color: var(--theme-color, #C9A227); box-shadow: 0 0 0 3px rgba(201, 162, 39,.15); }
.blog-advanced-card { background: #fff; border: 1px solid var(--th-border-color, #eee); border-radius: 14px; overflow: hidden; height: 100%; transition: box-shadow .25s, transform .25s; }
.blog-advanced-card:hover { box-shadow: 0 10px 28px rgba(0,0,0,.08); transform: translateY(-3px); }
.blog-advanced-img { display: block; position: relative; aspect-ratio: 16/10; overflow: hidden; }
.blog-advanced-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.blog-advanced-card:hover .blog-advanced-img img { transform: scale(1.04); }
.blog-advanced-cat { position: absolute; left: 1rem; top: 1rem; background: var(--theme-color, #C9A227); color: #fff; font-size: 0.75rem; font-weight: 700; padding: 0.3rem 0.75rem; border-radius: 999px; }
.blog-advanced-body { padding: 1.25rem 1.35rem 1.5rem; }
.blog-advanced-meta { display: flex; flex-wrap: wrap; gap: 1rem; font-size: 0.8125rem; color: var(--body-color, #6C6D71); margin-bottom: 0.65rem; }
.blog-advanced-title { font-size: 1.0625rem; font-weight: 700; line-height: 1.35; margin-bottom: 0.65rem; }
.blog-advanced-title a { color: var(--title-color, #02000F); text-decoration: none; }
.blog-advanced-title a:hover { color: var(--theme-color, #C9A227); }
.blog-advanced-excerpt { font-size: 0.9rem; color: var(--body-color, #6C6D71); line-height: 1.55; margin-bottom: 1rem; }
.blog-empty-state { text-align: center; padding: 3rem 1rem; color: var(--body-color, #6C6D71); }
.blog-empty-state i { font-size: 2rem; margin-bottom: 0.75rem; display: block; }
.blog-cat-badge { display: inline-block; background: rgba(201, 162, 39,.12); color: var(--theme-color, #C9A227); font-size: 0.75rem; font-weight: 700; padding: 0.3rem 0.7rem; border-radius: 6px; text-transform: uppercase; letter-spacing: .04em; }
.blog-article-meta { display: flex; flex-wrap: wrap; gap: 1rem 1.25rem; align-items: center; font-size: 0.875rem; color: var(--body-color, #6C6D71); margin-bottom: 1.25rem; padding-bottom: 1.25rem; border-bottom: 1px solid var(--th-border-color, #eee); }
.blog-takeaways { background: var(--smoke-color2, #f8f8f8); border-left: 4px solid var(--theme-color, #C9A227); border-radius: 0 12px 12px 0; padding: 1.25rem 1.5rem; margin: 1.5rem 0; }
.blog-takeaways-title { font-size: 1rem; font-weight: 700; margin-bottom: 0.75rem; }
.blog-takeaways-list { list-style: none; padding: 0; margin: 0; }
.blog-takeaways-list li { display: flex; align-items: flex-start; gap: 0.5rem; margin-bottom: 0.5rem; font-size: 0.9rem; color: var(--title-color, #02000F); }
.blog-takeaways-list li i { color: var(--theme-color, #C9A227); margin-top: 0.2rem; }
.blog-toc { background: #fff; border: 1px solid var(--th-border-color, #eee); border-radius: 12px; padding: 1.25rem; }
.blog-toc-sticky { position: sticky; top: 100px; }
.blog-toc-title { font-size: 0.9375rem; font-weight: 700; margin-bottom: 0.75rem; }
.blog-toc ul { list-style: none; padding: 0; margin: 0; }
.blog-toc li { margin-bottom: 0.45rem; }
.blog-toc a { font-size: 0.875rem; color: var(--body-color, #6C6D71); text-decoration: none; }
.blog-toc a:hover { color: var(--theme-color, #C9A227); }
.blog-share-row, .blog-tags { display: flex; flex-wrap: wrap; align-items: center; gap: 0.65rem; margin: 1.25rem 0; }
.blog-share-label { font-size: 0.8125rem; font-weight: 700; color: var(--title-color, #02000F); margin-right: 0.25rem; }
.blog-share-row a { display: inline-flex; align-items: center; justify-content: center; width: 2.25rem; height: 2.25rem; border-radius: 50%; background: var(--smoke-color2, #f8f8f8); color: var(--title-color, #02000F); text-decoration: none; transition: background .2s, color .2s; }
.blog-share-row a:hover { background: var(--theme-color, #C9A227); color: #fff; }
.blog-tag { display: inline-block; font-size: 0.75rem; font-weight: 600; padding: 0.35rem 0.75rem; border-radius: 999px; background: var(--smoke-color2, #f8f8f8); color: var(--title-color, #02000F); text-decoration: none; }
.blog-tag:hover { background: rgba(201, 162, 39,.15); color: var(--theme-color, #C9A227); }
.blog-inline-cta { margin: 2rem 0; border-radius: 14px; background: linear-gradient(135deg, var(--title-color, #02000F) 0%, #1a1a2e 100%); padding: 2px; }
.blog-inline-cta-inner { background: #fff; border-radius: 12px; padding: 1.75rem; text-align: center; }
.blog-inline-cta-inner h4 { margin-bottom: 0.5rem; }
.blog-inline-cta-inner p { color: var(--body-color, #6C6D71); margin-bottom: 1rem; }
.blog-author-box { display: flex; gap: 1rem; align-items: flex-start; background: var(--smoke-color2, #f8f8f8); border-radius: 12px; padding: 1.25rem; }
.blog-author-avatar { flex-shrink: 0; width: 64px; height: 64px; border-radius: 12px; overflow: hidden; background: #fff; padding: 6px; }
.blog-author-avatar img { width: 100%; height: 100%; object-fit: contain; }
.blog-related-card { display: block; text-decoration: none; color: inherit; background: #fff; border: 1px solid var(--th-border-color, #eee); border-radius: 12px; overflow: hidden; height: 100%; transition: box-shadow .2s; }
.blog-related-card:hover { box-shadow: 0 8px 24px rgba(0,0,0,.08); color: inherit; }
.blog-related-img { display: block; aspect-ratio: 16/10; overflow: hidden; }
.blog-related-img img { width: 100%; height: 100%; object-fit: cover; }
.blog-related-body { display: block; padding: 1rem; }
.blog-related-cat { display: block; font-size: 0.75rem; font-weight: 700; color: var(--theme-color, #C9A227); margin-bottom: 0.35rem; }
.blog-related-body strong { display: block; font-size: 0.9375rem; line-height: 1.35; color: var(--title-color, #02000F); margin-bottom: 0.35rem; }
.blog-related-body small { color: var(--body-color, #6C6D71); }
.blog-sidebar-widget { background: #fff; border: 1px solid var(--th-border-color, #eee); border-radius: 12px; padding: 1.25rem; margin-bottom: 1.25rem; }
.blog-sidebar-title { font-size: 1rem; font-weight: 700; margin-bottom: 0.85rem; }
.blog-sidebar-text { font-size: 0.875rem; color: var(--body-color, #6C6D71); line-height: 1.5; margin-bottom: 1rem; }
.blog-sidebar-cats li { margin-bottom: 0.45rem; }
.blog-sidebar-cat { display: flex; justify-content: space-between; align-items: center; font-size: 0.875rem; color: var(--title-color, #02000F); text-decoration: none; padding: 0.4rem 0; }
.blog-sidebar-cat span { background: var(--smoke-color2, #f8f8f8); border-radius: 999px; padding: 0.1rem 0.5rem; font-size: 0.75rem; }
.blog-sidebar-cat:hover { color: var(--theme-color, #C9A227); }
.blog-sidebar-post { margin-bottom: 0.85rem; }
.blog-sidebar-post-link { display: flex; gap: 0.75rem; text-decoration: none; color: inherit; align-items: flex-start; }
.blog-sidebar-post-thumb { flex-shrink: 0; width: 64px; height: 64px; border-radius: 8px; overflow: hidden; }
.blog-sidebar-post-thumb img { width: 100%; height: 100%; object-fit: cover; }
.blog-sidebar-post-text strong { display: block; font-size: 0.8125rem; line-height: 1.35; color: var(--title-color, #02000F); margin-bottom: 0.2rem; }
.blog-sidebar-post-text small { font-size: 0.75rem; color: var(--body-color, #6C6D71); }
.blog-sidebar-cta { background: var(--title-color, #02000F); color: #fff; }
.blog-sidebar-cta .blog-sidebar-title, .blog-sidebar-cta .blog-sidebar-text { color: rgba(255,255,255,.9); }
#blog-sec .blog-home-featured { display: block; text-decoration: none; color: inherit; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 14px; overflow: hidden; margin-bottom: 1.5rem; transition: border-color .2s; }
#blog-sec .blog-home-featured:hover { border-color: var(--theme-color, #C9A227); color: inherit; }
#blog-sec .blog-home-featured .row { align-items: center; }
#blog-sec .blog-home-featured-img { aspect-ratio: 16/10; }
#blog-sec .blog-home-featured-img img { width: 100%; height: 100%; object-fit: cover; }
#blog-sec .blog-home-featured-body { padding: 1.5rem; }
#blog-sec .blog-home-featured-label { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; color: var(--theme-color, #C9A227); }

/* Homepage blog section — Resources & Insights */
#blog-sec {
  background: linear-gradient(180deg, var(--smoke-color2, #f8f8f8) 0%, #fff 45%, var(--smoke-color2, #f8f8f8) 100%);
  position: relative;
  padding-top: clamp(2.5rem, 4vw, 3.5rem);
}
#blog-sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 55% 40% at 90% 10%, rgba(201, 162, 39, 0.07) 0%, transparent 55%),
    radial-gradient(ellipse 45% 35% at 5% 90%, rgba(12, 35, 64, 0.04) 0%, transparent 50%);
  pointer-events: none;
}
#blog-sec .container { position: relative; z-index: 1; }
.home-blog-lead {
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--body-color, #6C6D71);
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.home-blog-topics {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}
.home-blog-topic {
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 600;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  border: 1px solid var(--th-border-color, #eee);
  background: #fff;
  color: var(--title-color, #0C2340);
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.home-blog-topic:hover,
.home-blog-topic.is-active {
  background: var(--theme-color, #C9A227);
  border-color: var(--theme-color, #C9A227);
  color: #fff;
}
.home-blog-cat {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--theme-color, #C9A227);
  margin-bottom: 0.35rem;
}
.home-blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.8125rem;
  color: var(--body-color, #6C6D71);
  margin-bottom: 0.85rem;
}
.home-blog-meta i { margin-right: 0.3rem; opacity: 0.75; }
.home-blog-featured {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 1px solid var(--th-border-color, #eee);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(12, 35, 64, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.home-blog-featured:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(12, 35, 64, 0.12);
  color: inherit;
}
.home-blog-featured-img {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}
.home-blog-featured-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.home-blog-featured:hover .home-blog-featured-img img { transform: scale(1.04); }
.home-blog-featured-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: var(--theme-color, #C9A227);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
}
.home-blog-featured-body { padding: 1.5rem 1.6rem 1.75rem; flex: 1; }
.home-blog-featured-title {
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  font-weight: 700;
  color: var(--title-color, #0C2340);
  line-height: 1.35;
  margin: 0 0 0.65rem;
}
.home-blog-featured-excerpt {
  font-size: 0.9375rem;
  color: var(--body-color, #6C6D71);
  line-height: 1.6;
  margin-bottom: 0.5rem;
}
.home-blog-read {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--title-color, #0C2340);
  transition: color 0.2s, gap 0.2s;
}
.home-blog-featured:hover .home-blog-read {
  color: var(--theme-color, #C9A227);
  gap: 0.6rem;
}
.home-blog-sidebar {
  height: 100%;
  background: #fff;
  border: 1px solid var(--th-border-color, #eee);
  border-radius: 16px;
  padding: 1.35rem 1.4rem;
  box-shadow: 0 8px 32px rgba(12, 35, 64, 0.06);
  display: flex;
  flex-direction: column;
}
.home-blog-sidebar-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid var(--th-border-color, #eee);
}
.home-blog-sidebar-title {
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--title-color, #0C2340);
  margin: 0;
}
.home-blog-sidebar-link {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--theme-color, #C9A227);
  text-decoration: none;
}
.home-blog-sidebar-link:hover { text-decoration: underline; }
.home-blog-mini {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  text-decoration: none;
  color: inherit;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--th-border-color, #eee);
  transition: opacity 0.2s;
}
.home-blog-mini:last-of-type { border-bottom: none; }
.home-blog-mini:hover { opacity: 0.85; color: inherit; }
.home-blog-mini-thumb {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  border-radius: 10px;
  overflow: hidden;
}
.home-blog-mini-thumb img { width: 100%; height: 100%; object-fit: cover; }
.home-blog-mini-text { display: flex; flex-direction: column; min-width: 0; }
.home-blog-mini-text strong {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--title-color, #0C2340);
  line-height: 1.35;
  margin-bottom: 0.25rem;
}
.home-blog-mini-text small {
  font-size: 0.75rem;
  color: var(--body-color, #6C6D71);
}
.home-blog-sidebar-cta {
  margin-top: auto;
  padding-top: 1.25rem;
  text-align: center;
  background: linear-gradient(135deg, var(--cc-navy, #0C2340) 0%, #1a3a52 100%);
  border-radius: 12px;
  padding: 1.25rem 1rem;
  margin-top: 1rem;
}
.home-blog-sidebar-cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: rgba(201, 162, 39, 0.2);
  color: var(--theme-color, #C9A227);
  font-size: 1rem;
  margin-bottom: 0.65rem;
}
.home-blog-sidebar-cta p {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 0.85rem;
  line-height: 1.45;
}
.home-blog-sidebar-cta p strong { color: #fff; }
.home-blog-card {
  background: #fff;
  border: 1px solid var(--th-border-color, #eee);
  border-radius: 14px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 20px rgba(12, 35, 64, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.home-blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(12, 35, 64, 0.1);
}
.home-blog-card-img {
  display: block;
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  text-decoration: none;
}
.home-blog-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.home-blog-card:hover .home-blog-card-img img { transform: scale(1.05); }
.home-blog-card-cat {
  position: absolute;
  left: 1rem;
  top: 1rem;
  background: var(--theme-color, #C9A227);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
}
.home-blog-card-body {
  padding: 1.25rem 1.35rem 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.home-blog-card-title {
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 0.5rem;
}
.home-blog-card-title a {
  color: var(--title-color, #0C2340);
  text-decoration: none;
  transition: color 0.2s;
}
.home-blog-card-title a:hover { color: var(--theme-color, #C9A227); }
.home-blog-card-excerpt {
  font-size: 0.875rem;
  color: var(--body-color, #6C6D71);
  line-height: 1.55;
  margin-bottom: 1rem;
  flex: 1;
}
.home-blog-card .line-btn {
  font-weight: 600;
  font-size: 0.875rem;
  margin-top: auto;
}
@media (max-width: 991px) {
  .home-blog-sidebar { margin-top: 0.5rem; }
  .home-blog-topics { gap: 0.4rem; }
  .home-blog-topic { font-size: 0.75rem; padding: 0.4rem 0.85rem; }
}
@media (max-width: 991px) {
  .blog-featured-body { padding: 1.5rem; }
  .blog-toolbar { flex-direction: column; align-items: stretch; }
}

/* ========== Homepage Hero Video & Video Showcase ========== */
.hero-inner--video,
.hero-inner--enhanced {
  position: relative;
  overflow: hidden;
}

.hero-video-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.hero-video-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.hero-video-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    115deg,
    rgba(12, 35, 64, 0.92) 0%,
    rgba(12, 35, 64, 0.78) 45%,
    rgba(12, 35, 64, 0.55) 100%
  );
  pointer-events: none;
}

.hero-video-overlay--light {
  background: linear-gradient(
    115deg,
    rgba(12, 35, 64, 0.88) 0%,
    rgba(12, 35, 64, 0.72) 50%,
    rgba(12, 35, 64, 0.5) 100%
  );
}

.hero-inner--video .container,
.hero-inner--enhanced .container {
  position: relative;
  z-index: 2;
}

.hero-inner--enhanced .th-hero-bg {
  z-index: 0;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(201, 162, 39, 0.18);
  border: 1px solid rgba(201, 162, 39, 0.45);
  color: var(--cc-gold-light, #E2C35A);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  margin-bottom: 1.25rem;
}

.hero-badge i {
  color: var(--cc-gold, #C9A227);
  font-size: 0.75rem;
}

.hero-quick-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  margin: 1.5rem 0 1.75rem;
}

.hero-quick-stat {
  display: flex;
  flex-direction: column;
  padding: 0.75rem 1.25rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  min-width: 90px;
}

.hero-quick-stat strong {
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--cc-gold, #C9A227);
  line-height: 1.2;
  font-family: var(--title-font, inherit);
}

.hero-quick-stat span {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 0.15rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.th-btn.hero-video-btn {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.th-btn.hero-video-btn:hover {
  background: var(--cc-gold, #C9A227);
  border-color: var(--cc-gold, #C9A227);
  color: var(--cc-navy, #0C2340);
}

.th-btn.hero-video-btn i {
  font-size: 0.75rem;
}

.hero-video-card {
  padding: 0.5rem;
}

.hero-video-card-inner {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35);
  border: 2px solid rgba(201, 162, 39, 0.35);
  aspect-ratio: 4 / 3;
}

.hero-video-card-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.hero-video-card:hover .hero-video-card-inner img {
  transform: scale(1.05);
}

.hero-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--cc-gold, #C9A227);
  color: var(--cc-navy, #0C2340);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  text-decoration: none;
  z-index: 2;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 8px 32px rgba(201, 162, 39, 0.45);
}

.hero-play-btn i {
  margin-left: 3px;
}

.hero-play-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
  color: var(--cc-navy, #0C2340);
  box-shadow: 0 12px 40px rgba(201, 162, 39, 0.55);
}

.hero-play-pulse {
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 2px solid rgba(201, 162, 39, 0.5);
  animation: hero-pulse 2s ease-out infinite;
  pointer-events: none;
}

@keyframes hero-pulse {
  0% { transform: scale(1); opacity: 0.8; }
  100% { transform: scale(1.5); opacity: 0; }
}

.hero-video-card-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem 1.25rem;
  background: linear-gradient(to top, rgba(12, 35, 64, 0.95), transparent);
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.03em;
}

/* Video showcase section */
.home-video-showcase {
  position: relative;
  padding: clamp(4rem, 8vw, 6rem) 0;
  background: var(--cc-navy, #0C2340);
}

.home-video-showcase-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 20% 50%, rgba(201, 162, 39, 0.12) 0%, transparent 60%),
    radial-gradient(ellipse 60% 50% at 90% 80%, rgba(30, 68, 112, 0.4) 0%, transparent 55%);
  pointer-events: none;
}

.home-video-frame {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.4);
  border: 2px solid rgba(201, 162, 39, 0.3);
  aspect-ratio: 16 / 9;
  background: #000;
}

.home-video-frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-video-play-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(12, 35, 64, 0.35);
  border: none;
  cursor: pointer;
  transition: background 0.3s ease, opacity 0.3s ease;
  z-index: 2;
}

.home-video-play-overlay.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.home-video-play-overlay:hover {
  background: rgba(12, 35, 64, 0.2);
}

.home-video-play-overlay i {
  position: relative;
  z-index: 1;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--cc-gold, #C9A227);
  color: var(--cc-navy, #0C2340);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-left: 4px;
  box-shadow: 0 12px 40px rgba(201, 162, 39, 0.5);
  transition: transform 0.3s ease;
}

.home-video-play-overlay:hover i {
  transform: scale(1.08);
}

.home-video-play-ring {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid rgba(201, 162, 39, 0.6);
  animation: hero-pulse 2s ease-out infinite;
}

.home-video-caption {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.65);
  font-style: italic;
}

.home-video-caption i {
  color: var(--cc-gold, #C9A227);
}

.home-video-content .sub-title {
  color: var(--cc-gold, #C9A227);
}

.home-video-content .sec-title {
  color: #fff;
  margin-bottom: 1rem;
}

.home-video-lead {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 1.5rem;
}

.home-video-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.home-video-features li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0.85rem;
  line-height: 1.45;
}

.home-video-features li i {
  color: var(--cc-gold, #C9A227);
  margin-top: 0.15rem;
  flex-shrink: 0;
}

.home-mission-sec {
  background: linear-gradient(180deg, var(--smoke-color2, #f8f8f8) 0%, #fff 100%);
  padding-bottom: 1rem;
}

/* Enhanced stats bar */
.home-stats-bar {
  background: linear-gradient(135deg, var(--cc-navy, #0C2340) 0%, var(--cc-navy-mid, #143258) 100%);
  padding: 3rem 0;
  position: relative;
  overflow: hidden;
}

.home-stats-bar::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 50% 100% at 50% 0%, rgba(201, 162, 39, 0.1) 0%, transparent 70%);
  pointer-events: none;
}

.home-stat-item {
  position: relative;
  padding: 1rem;
  border-radius: 12px;
  transition: transform 0.3s ease, background 0.3s ease;
}

.home-stat-item:hover {
  background: rgba(255, 255, 255, 0.05);
  transform: translateY(-3px);
}

.home-stat-num {
  font-size: 2.5rem;
}

/* Enhanced trust strip */
.home-trust-strip {
  background: #fff;
  border-bottom: 1px solid var(--th-border-color, #eee);
  padding: 1.25rem 0;
  box-shadow: 0 4px 20px rgba(12, 35, 64, 0.04);
}

.home-trust-item {
  padding: 0.5rem 1rem;
  border-radius: 999px;
  background: var(--smoke-color2, #f8f8f8);
  border: 1px solid var(--th-border-color, #eee);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.home-trust-item:hover {
  border-color: rgba(201, 162, 39, 0.4);
  box-shadow: 0 4px 16px rgba(201, 162, 39, 0.1);
}

@media (max-width: 991px) {
  .hero-quick-stats {
    gap: 0.75rem;
  }
  .hero-quick-stat {
    min-width: 80px;
    padding: 0.6rem 1rem;
  }
  .hero-quick-stat strong {
    font-size: 1.125rem;
  }
  .btn-group .hero-video-btn {
    width: 100%;
    justify-content: center;
    margin-top: 0.5rem;
  }
}

@media (max-width: 767px) {
  .home-video-content {
    text-align: center;
  }
  .home-video-features li {
    justify-content: center;
    text-align: left;
  }
  .home-stat-num {
    font-size: 1.75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-play-pulse,
  .home-video-play-ring {
    animation: none;
  }
  .hero-video-card:hover .hero-video-card-inner img {
    transform: none;
  }
}

/* Property Management page (service.html) */
.page-service .service-page-lead {
  max-width: 720px;
  margin: 1rem auto 0;
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--body-color, #6C6D71);
}
.page-service .service-page-img {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(12, 35, 64, 0.12);
  aspect-ratio: 4 / 3;
}
.page-service .service-page-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.page-service #service-page-intro .skill-card {
  background: var(--white-color, #fff);
  border: 1px solid var(--th-border-color, #eee);
  border-radius: 14px;
  padding: 1.75rem 1.5rem;
  box-shadow: 0 4px 24px rgba(12, 35, 64, 0.06);
}
.page-service #about-sec {
  background: var(--smoke-color2, #f8f8f8);
  border-top: 1px solid var(--th-border-color, #eee);
  border-bottom: 1px solid var(--th-border-color, #eee);
}
.page-service #about-sec .tab-content {
  background: var(--white-color, #fff);
  border-radius: 16px;
  padding: 2rem 1.75rem;
  box-shadow: 0 4px 28px rgba(12, 35, 64, 0.06);
  border: 1px solid var(--th-border-color, #eee);
}
.page-service #service-sec {
  background: linear-gradient(180deg, #fff 0%, var(--smoke-color2, #f8f8f8) 100%);
}
.page-service .service-page-cta {
  padding: clamp(3rem, 6vw, 4.5rem) 0;
  background: linear-gradient(105deg, var(--cc-navy, #0C2340) 0%, #1a3a52 50%, #1e4468 100%);
}
.page-service .service-page-cta-inner {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 1rem;
}
.page-service .service-page-cta .sub-title.style4 {
  color: var(--cc-gold, #C9A227);
}
.page-service .service-page-cta p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.0625rem;
  line-height: 1.65;
}
.page-service #project-sec .project-grid .box-title a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s ease;
}
.page-service #project-sec .project-grid .box-title a:hover {
  color: var(--theme-color, #C9A227);
}
@media (max-width: 991px) {
  .page-service #about-sec .tab-content {
    padding: 1.5rem 1.25rem;
  }
  .page-service .service-page-cta .th-btn {
    display: inline-block;
    width: 100%;
    max-width: 280px;
  }
}

/* Management Services page (management-services.html) */
.page-management #management-services-sec {
  background: var(--cc-navy, #0C2340);
  position: relative;
}
.page-management #management-services-sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 50% at 15% 40%, rgba(201, 162, 39, 0.1) 0%, transparent 55%),
    radial-gradient(ellipse 50% 40% at 90% 80%, rgba(30, 68, 112, 0.35) 0%, transparent 50%);
  pointer-events: none;
}
.page-management #management-services-sec .container {
  position: relative;
  z-index: 1;
}
.page-management .ms-service-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.page-management .ms-service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.28);
}
.page-management .ms-service-card-img {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}
.page-management .ms-service-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}
.page-management .ms-service-card:hover .ms-service-card-img img {
  transform: scale(1.05);
}
.page-management .ms-service-icon {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 10px;
  background: var(--theme-color, #C9A227);
  color: var(--cc-navy, #0C2340);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  box-shadow: 0 4px 16px rgba(201, 162, 39, 0.4);
}
.page-management .ms-service-card-body {
  padding: 1.5rem 1.4rem 1.6rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.page-management .ms-service-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--title-color, #0C2340);
  margin-bottom: 0.6rem;
  line-height: 1.35;
}
.page-management .ms-service-desc {
  font-size: 0.9rem;
  color: var(--body-color, #6C6D71);
  line-height: 1.6;
  margin-bottom: 1rem;
}
.page-management .ms-service-features {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem;
  flex: 1;
}
.page-management .ms-service-features li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--body-color, #6C6D71);
  line-height: 1.45;
  margin-bottom: 0.5rem;
}
.page-management .ms-service-features li i {
  color: var(--theme-color, #C9A227);
  margin-top: 0.15rem;
  flex-shrink: 0;
  font-size: 0.75rem;
}
.page-management .ms-service-card .line-btn {
  font-weight: 600;
  font-size: 0.9rem;
  margin-top: auto;
}
.page-management #ms-process-sec {
  background: linear-gradient(180deg, #fff 0%, var(--smoke-color2, #f8f8f8) 100%);
}
.page-management #ms-process-sec .step-card {
  background: var(--white-color, #fff);
  border-radius: 12px;
  padding: 1.5rem 1.25rem;
  height: 100%;
  border: 1px solid var(--th-border-color, #eee);
  box-shadow: 0 4px 20px rgba(12, 35, 64, 0.05);
  transition: box-shadow 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.page-management #ms-process-sec .step-card:hover {
  box-shadow: 0 10px 32px rgba(12, 35, 64, 0.1);
  border-color: rgba(201, 162, 39, 0.35);
  transform: translateY(-3px);
}
.page-management #ms-process-sec .step-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 10px;
  background: rgba(201, 162, 39, 0.12);
  color: var(--theme-color, #C9A227);
  font-size: 1.15rem;
  margin-bottom: 0.65rem;
}
.page-management #ms-process-sec .step-num {
  display: block;
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--theme-color, #C9A227);
  line-height: 1;
  margin-bottom: 0.35rem;
}
.page-management #ms-process-sec .step-title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--title-color, #0C2340);
  margin: 0 0 0.4rem;
}
.page-management #ms-process-sec .step-desc {
  font-size: 0.875rem;
  color: var(--body-color, #6C6D71);
  margin: 0;
  line-height: 1.5;
}
.page-management .service-page-img {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(12, 35, 64, 0.12);
  aspect-ratio: 4 / 3;
}
.page-management .service-page-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.page-management .service-page-cta {
  padding: clamp(3rem, 6vw, 4.5rem) 0;
  background: linear-gradient(105deg, var(--cc-navy, #0C2340) 0%, #1a3a52 50%, #1e4468 100%);
}
.page-management .service-page-cta-inner {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 1rem;
}
.page-management .service-page-cta .sub-title.style4 {
  color: var(--cc-gold, #C9A227);
}
.page-management .service-page-cta p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.0625rem;
  line-height: 1.65;
}
@media (max-width: 991px) {
  .page-management .service-page-cta .th-btn {
    display: inline-block;
    width: 100%;
    max-width: 280px;
  }
}

/* Contact page (contact.html) */
.page-contact .contact-page-lead {
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--body-color, #6C6D71);
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
.page-contact .contact-info-card {
  background: #fff;
  border: 1px solid var(--th-border-color, #eee);
  border-radius: 14px;
  padding: 1.5rem 1.35rem;
  height: 100%;
  text-align: center;
  box-shadow: 0 4px 24px rgba(12, 35, 64, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.page-contact .contact-info-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(12, 35, 64, 0.1);
  border-color: rgba(201, 162, 39, 0.35);
}
.page-contact .contact-info-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 12px;
  background: rgba(201, 162, 39, 0.12);
  color: var(--theme-color, #C9A227);
  font-size: 1.15rem;
  margin-bottom: 1rem;
}
.page-contact .contact-info-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--title-color, #0C2340);
  margin-bottom: 0.5rem;
}
.page-contact .contact-info-text {
  font-size: 0.9375rem;
  color: var(--title-color, #0C2340);
  margin-bottom: 0.35rem;
  line-height: 1.5;
}
.page-contact .contact-info-text a {
  color: var(--title-color, #0C2340);
  text-decoration: none;
  transition: color 0.2s;
}
.page-contact .contact-info-text a:hover {
  color: var(--theme-color, #C9A227);
}
.page-contact .contact-info-meta {
  font-size: 0.8125rem;
  color: var(--body-color, #6C6D71);
  margin: 0;
}
.page-contact #contact-sec {
  background: linear-gradient(180deg, var(--smoke-color2, #f8f8f8) 0%, #fff 100%);
}
.page-contact .contact-form-card {
  background: #fff;
  border: 1px solid var(--th-border-color, #eee);
  border-radius: 16px;
  padding: 2rem 1.75rem;
  height: 100%;
  box-shadow: 0 8px 32px rgba(12, 35, 64, 0.07);
}
.page-contact .contact-form-card-head {
  margin-bottom: 1.5rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--th-border-color, #eee);
}
.page-contact .contact-form-label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--title-color, #0C2340);
  margin-bottom: 0.4rem;
}
.page-contact .contact-form .form-control,
.page-contact .contact-form .form-select {
  border-radius: 10px;
  border-color: var(--th-border-color, #eee);
  padding: 0.7rem 1rem;
  font-size: 0.9375rem;
}
.page-contact .contact-form .form-control:focus,
.page-contact .contact-form .form-select:focus {
  border-color: var(--theme-color, #C9A227);
  box-shadow: 0 0 0 3px rgba(201, 162, 39, 0.12);
}
.page-contact .contact-form-check {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 0.875rem;
  color: var(--body-color, #6C6D71);
  line-height: 1.45;
}
.page-contact .contact-form-check input {
  margin-top: 0.2rem;
  flex-shrink: 0;
}
.page-contact .contact-form-check a {
  color: var(--theme-color, #C9A227);
}
.page-contact .contact-side-panel {
  background: #fff;
  border: 1px solid var(--th-border-color, #eee);
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 8px 32px rgba(12, 35, 64, 0.07);
  display: flex;
  flex-direction: column;
}
.page-contact .contact-side-img {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}
.page-contact .contact-side-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-contact .contact-side-badge {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  background: var(--cc-navy, #0C2340);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
}
.page-contact .contact-side-badge i {
  color: var(--theme-color, #C9A227);
  margin-right: 0.35rem;
}
.page-contact .contact-side-body {
  padding: 1.5rem 1.5rem 1.75rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.page-contact .contact-side-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--title-color, #0C2340);
  margin-bottom: 0.65rem;
}
.page-contact .contact-side-text {
  font-size: 0.9375rem;
  color: var(--body-color, #6C6D71);
  line-height: 1.6;
  margin-bottom: 1.25rem;
}
.page-contact .contact-side-actions {
  margin-bottom: 1.25rem;
}
.page-contact .contact-side-markets {
  margin-top: auto;
  padding-top: 1.25rem;
  border-top: 1px solid var(--th-border-color, #eee);
}
.page-contact .contact-side-markets-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--body-color, #6C6D71);
  margin-bottom: 0.65rem;
}
.page-contact .contact-market-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.page-contact .contact-market-tags span {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: var(--smoke-color2, #f8f8f8);
  color: var(--title-color, #0C2340);
  border: 1px solid var(--th-border-color, #eee);
}
.page-contact .contact-map-wrap {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--th-border-color, #eee);
  box-shadow: 0 8px 32px rgba(12, 35, 64, 0.08);
}
.page-contact .contact-map-wrap iframe {
  display: block;
  width: 100%;
  min-height: 380px;
}
.page-contact .service-page-cta {
  padding: clamp(3rem, 6vw, 4.5rem) 0;
  background: linear-gradient(105deg, var(--cc-navy, #0C2340) 0%, #1a3a52 50%, #1e4468 100%);
}
.page-contact .service-page-cta-inner {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 1rem;
}
.page-contact .service-page-cta .sub-title.style4 {
  color: var(--cc-gold, #C9A227);
}
.page-contact .service-page-cta p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.0625rem;
  line-height: 1.65;
}
@media (max-width: 991px) {
  .page-contact .contact-form-card {
    padding: 1.5rem 1.25rem;
  }
  .page-contact .service-page-cta .th-btn {
    display: inline-block;
    width: 100%;
    max-width: 280px;
  }
}

/* About page (about.html) */
.page-about .about-page-lead {
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--body-color, #6C6D71);
  max-width: 680px;
}
.page-about .about-page-img {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(12, 35, 64, 0.12);
  aspect-ratio: 4 / 3;
}
.page-about .about-page-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.page-about .about-page-img-badge {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  background: var(--cc-navy, #0C2340);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
}
.page-about .about-page-img-badge i {
  color: var(--theme-color, #C9A227);
  margin-right: 0.35rem;
}
.page-about #about-mission-sec {
  background: linear-gradient(180deg, #fff 0%, var(--smoke-color2, #f8f8f8) 100%);
}
.page-about #about-services-sec {
  background: var(--cc-navy, #0C2340);
  position: relative;
}
.page-about #about-services-sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 45% at 10% 20%, rgba(201, 162, 39, 0.1) 0%, transparent 55%),
    radial-gradient(ellipse 50% 40% at 95% 80%, rgba(30, 68, 112, 0.35) 0%, transparent 50%);
  pointer-events: none;
}
.page-about #about-services-sec .container {
  position: relative;
  z-index: 1;
}
.page-about .about-service-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.page-about .about-service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.28);
}
.page-about .about-service-card-img {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}
.page-about .about-service-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.page-about .about-service-card:hover .about-service-card-img img {
  transform: scale(1.05);
}
.page-about .about-service-icon {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 10px;
  background: var(--theme-color, #C9A227);
  color: var(--cc-navy, #0C2340);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}
.page-about .about-service-card-body {
  padding: 1.5rem 1.4rem 1.6rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.page-about .about-service-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--title-color, #0C2340);
  margin-bottom: 0.6rem;
}
.page-about .about-service-desc {
  font-size: 0.9rem;
  color: var(--body-color, #6C6D71);
  line-height: 1.6;
  margin-bottom: 1.25rem;
  flex: 1;
}
.page-about .about-service-card .line-btn {
  font-weight: 600;
  font-size: 0.9rem;
  margin-top: auto;
}
.page-about .about-diff-card {
  background: #fff;
  border: 1px solid var(--th-border-color, #eee);
  border-radius: 14px;
  padding: 1.35rem 1.25rem;
  height: 100%;
  box-shadow: 0 4px 20px rgba(12, 35, 64, 0.05);
  transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s;
}
.page-about .about-diff-card:hover {
  border-color: rgba(201, 162, 39, 0.35);
  box-shadow: 0 10px 32px rgba(12, 35, 64, 0.1);
  transform: translateY(-3px);
}
.page-about .about-diff-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 10px;
  background: rgba(201, 162, 39, 0.12);
  color: var(--theme-color, #C9A227);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}
.page-about .about-diff-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--title-color, #0C2340);
  margin-bottom: 0.45rem;
}
.page-about .about-diff-text {
  font-size: 0.875rem;
  color: var(--body-color, #6C6D71);
  line-height: 1.55;
  margin: 0;
}
.page-about .about-gallery-item {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}
.page-about .about-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.page-about .about-gallery-item:hover img {
  transform: scale(1.05);
}
.page-about .about-gallery-btn {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(12, 35, 64, 0.45);
  color: #fff;
  font-size: 1.25rem;
  opacity: 0;
  transition: opacity 0.25s ease;
  text-decoration: none;
}
.page-about .about-gallery-item:hover .about-gallery-btn {
  opacity: 1;
}
.page-about .about-faq-panel {
  background: #fff;
  border: 1px solid var(--th-border-color, #eee);
  border-radius: 16px;
  padding: 2rem 1.75rem;
  box-shadow: 0 8px 32px rgba(12, 35, 64, 0.06);
}
.page-about .about-faq-visual {
  position: relative;
  margin-bottom: 2rem;
}
.page-about .about-faq-img {
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  box-shadow: 0 12px 40px rgba(12, 35, 64, 0.12);
}
.page-about .about-faq-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-about .about-faq-quote {
  position: absolute;
  bottom: -1.25rem;
  left: 1.5rem;
  right: 1.5rem;
  background: var(--cc-navy, #0C2340);
  color: #fff;
  border-radius: 12px;
  padding: 1.25rem 1.5rem;
  box-shadow: 0 8px 32px rgba(12, 35, 64, 0.2);
}
.page-about .about-faq-quote p {
  font-size: 1rem;
  font-style: italic;
  margin-bottom: 0.5rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.95);
}
.page-about .about-faq-quote span {
  font-size: 0.8125rem;
  color: var(--theme-color, #C9A227);
  font-weight: 600;
}
.page-about .service-page-cta {
  padding: clamp(3rem, 6vw, 4.5rem) 0;
  background: linear-gradient(105deg, var(--cc-navy, #0C2340) 0%, #1a3a52 50%, #1e4468 100%);
}
.page-about .service-page-cta-inner {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 1rem;
}
.page-about .service-page-cta .sub-title.style4 {
  color: var(--cc-gold, #C9A227);
}
.page-about .service-page-cta p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.0625rem;
  line-height: 1.65;
}
@media (max-width: 991px) {
  .page-about .about-faq-quote {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    margin-top: 1rem;
  }
  .page-about .about-faq-panel {
    padding: 1.5rem 1.25rem;
  }
  .page-about .service-page-cta .th-btn {
    display: inline-block;
    width: 100%;
    max-width: 280px;
  }
}
