html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}

.footer-navy {
  background-color: #10192b;
}
.footer-heading {
  position: relative;
  padding-bottom: 10px;
}
.footer-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 26px;
  height: 2px;
  background-color: #f4790b;
}
.footer-link {
  display: inline-flex;
  align-items: center;
}

.h-hero {
  font-family: 'Manrope', sans-serif;
  font-weight: 900;
  font-size: clamp(2.5rem, 4.2vw, 3.75rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.hero-lead {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: clamp(1rem, 1.1vw, 1.125rem);
  line-height: 1.6;
}

.h-section {
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.h-card {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.3;
}

.nav-link {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.btn {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.02em;
}

.body-text {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8;
}

.label-sm {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.stat-number {
  font-family: 'Manrope', sans-serif;
  font-weight: 900;
  font-size: clamp(2.25rem, 3.4vw, 3rem);
  line-height: 1.1;
}

.hero-inset-left {
  padding-left: calc(5vw + max(0px, (90vw - 95rem) / 2));
}

#site-header.is-scrolled {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

[data-aos],
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
[data-aos].is-visible,
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.cta-icon {
  filter: drop-shadow(0 0 22px rgba(147, 217, 60, 0.45));
  animation: cta-spin 14s linear infinite, cta-pulse 3s ease-in-out infinite;
}
@keyframes cta-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
@keyframes cta-pulse {
  0%, 100% { filter: drop-shadow(0 0 16px rgba(147, 217, 60, 0.35)); }
  50% { filter: drop-shadow(0 0 30px rgba(147, 217, 60, 0.6)); }
}
@media (prefers-reduced-motion: reduce) {
  .cta-icon { animation: none; }
}

.cta-feature-icon {
  transition: transform 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.cta-feature:hover .cta-feature-icon {
  transform: translateY(-4px) scale(1.08);
  background-color: #f4790b;
  border-color: #f4790b;
}
.cta-feature:hover .cta-feature-icon i {
  color: #ffffff;
}

.cta-btn {
  transition: transform 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}
.cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
}

.faq-trigger i {
  transition: color 0.2s ease;
}

#back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.testimonial-pagination .swiper-bullet-custom {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: all 0.25s ease;
}
.testimonial-pagination .swiper-bullet-custom.is-active {
  background: #f4790b;
  width: 22px;
}

.gallery-swiper,
.testimonial-swiper {
  overflow: visible;
}
.testimonial-swiper .swiper-wrapper {
  padding-bottom: 4px;
}

.counter {
  font-variant-numeric: tabular-nums;
}

.img-placeholder {
  object-fit: cover;
  background-color: #1b1e24;
}

.hero-clip {
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%);
}
@media (max-width: 1023px) {
  .hero-clip {
    clip-path: polygon(0 6%, 100% 0, 100% 100%, 0 100%);
  }
}

.hero-badge {
  background-color: rgba(27, 30, 36, 0.95);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.why-fade {
  background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, rgba(255, 255, 255, 0.88) 62%, rgba(255, 255, 255, 0.35) 78%, rgba(255, 255, 255, 0) 92%);
}

#page-loader {
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
#page-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.loader-spinner {
  width: 40px;
  height: 40px;
  border: 3px solid rgba(255, 255, 255, 0.15);
  border-top-color: #f4790b;
  border-radius: 999px;
  animation: loader-spin 0.8s linear infinite;
}
@keyframes loader-spin {
  to { transform: rotate(360deg); }
}

.shine {
  position: relative;
  overflow: hidden;
}
.shine::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 45%;
  height: 100%;
  background: linear-gradient(115deg, transparent, rgba(255, 255, 255, 0.35), transparent);
  transform: skewX(-20deg);
  transition: left 0.65s ease;
  pointer-events: none;
}
.shine:hover::after {
  left: 130%;
}

.nav-underline {
  position: relative;
}
.nav-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background-color: #f4790b;
  transition: width 0.3s ease;
}
.nav-underline:hover::after {
  width: 100%;
}

.stagger-item {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.reveal.is-visible .stagger-item {
  opacity: 1;
  transform: translateY(0);
}
.reveal.is-visible .stagger-item:nth-child(1) { transition-delay: 0.05s; }
.reveal.is-visible .stagger-item:nth-child(2) { transition-delay: 0.1s; }
.reveal.is-visible .stagger-item:nth-child(3) { transition-delay: 0.15s; }
.reveal.is-visible .stagger-item:nth-child(4) { transition-delay: 0.2s; }
.reveal.is-visible .stagger-item:nth-child(5) { transition-delay: 0.25s; }
.reveal.is-visible .stagger-item:nth-child(6) { transition-delay: 0.3s; }
.reveal.is-visible .stagger-item:nth-child(7) { transition-delay: 0.35s; }
.reveal.is-visible .stagger-item:nth-child(8) { transition-delay: 0.4s; }

@media (prefers-reduced-motion: reduce) {
  .shine::after { transition: none; display: none; }
  .nav-underline::after { transition: none; }
  .stagger-item { transition: none; opacity: 1; transform: none; }
  .loader-spinner { animation: none; }
}

.promo-banner {
  background-color: rgba(10, 11, 14, 0.92);
}
.promo-banner-text {
  color: #ffffff;
  font-family: 'Bowlby One SC', sans-serif;
  font-size: 1.5rem;
  -webkit-text-stroke: 2px #f5790d;
  animation: promo-color-pulse 1.2s steps(1, end) infinite;
}
@keyframes promo-color-pulse {
  0%, 49% { color: #ffffff; }
  50%, 100% { color: #f4790b; }
}
@media (prefers-reduced-motion: reduce) {
  .promo-banner-text { animation: none; }
}

.dot-accent {
  background-image: radial-gradient(circle, #f4790b 1.6px, transparent 1.6px);
  background-size: 14px 14px;
  background-repeat: repeat;
}

.gallery-filter.is-active {
  background-color: #f4790b;
  color: #ffffff;
  border-color: #f4790b;
}

.gallery-item img {
  cursor: zoom-in;
}

.lightbox {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.lightbox.is-open {
  opacity: 1;
  visibility: visible;
}
.lightbox-figure {
  transform: scale(0.96);
  transition: transform 0.3s ease;
}
.lightbox.is-open .lightbox-figure {
  transform: scale(1);
}

.map-pin {
  background: none;
  border: none;
}
.map-pin i {
  font-size: 30px;
  color: #f4790b;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.45);
}
.leaflet-popup-content-wrapper {
  border-radius: 10px;
}
.leaflet-popup-content {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  line-height: 1.5;
}
.leaflet-popup-content strong {
  font-family: 'Manrope', sans-serif;
}
