:root {
  --primary: #0B3D91;
  --accent: #D62828;
  --secondary: #3A86FF;
  --bg: #F8F5EF;
  --text: #111827;
}

html {
  scroll-behavior: smooth;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

img,
video,
canvas,
svg,
iframe {
  max-width: 100%;
}

.site-header {
  overflow: visible;
  background: linear-gradient(120deg, rgba(6, 29, 74, 0.95), rgba(10, 24, 53, 0.94) 55%, rgba(120, 19, 35, 0.9)) !important;
  border-bottom: 1px solid rgba(148, 163, 184, 0.24) !important;
}

.site-header > * {
  position: relative;
  z-index: 2;
}

.site-header::before,
.site-header::after {
  content: "";
  position: absolute;
  pointer-events: none;
  filter: blur(22px);
  opacity: 0.6;
  z-index: 1;
}

.site-header::before {
  width: 320px;
  height: 170px;
  left: -52px;
  top: -54px;
  background: radial-gradient(circle at center, rgba(58, 134, 255, 0.55), transparent 68%);
}

.site-header::after {
  width: 420px;
  height: 180px;
  right: -80px;
  top: -42px;
  filter: none;
  opacity: 0.4;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 420 180'%3E%3Cg fill='none'%3E%3Cpath d='M32 122C78 88 118 166 166 132C214 98 264 32 318 60C360 82 394 58 414 36' stroke='%233A86FF' stroke-width='16' stroke-linecap='round' opacity='.48'/%3E%3Cpath d='M18 154C74 122 112 174 176 146C234 120 260 78 314 86C358 92 376 120 410 110' stroke='%230B3D91' stroke-width='14' stroke-linecap='round' opacity='.52'/%3E%3Cpath d='M74 34C122 10 168 54 224 30C278 8 320 14 372 40' stroke='%23D62828' stroke-width='12' stroke-linecap='round' opacity='.46'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.site-header .menu-link {
  color: #e5e7eb;
}

.site-header .menu-link:hover,
.site-header .menu-link.active {
  color: #bfdbfe;
}

.site-header .menu-link::after {
  background: linear-gradient(90deg, #60a5fa, #f87171);
}

.site-header .text-slate-500 {
  color: #cbd5e1 !important;
}

.site-header .service-dropdown {
  background: #0f172a;
  border-color: #334155;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.45);
}

.site-header .service-link {
  color: #dbe3ef;
}

.site-header .service-link:hover {
  background: rgba(58, 134, 255, 0.25);
  color: #bfdbfe;
}

.header-call-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.24s ease, box-shadow 0.24s ease, filter 0.24s ease, border-color 0.24s ease;
  position: relative;
  overflow: hidden;
}

.header-call-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 15%, rgba(255, 255, 255, 0.52) 48%, transparent 82%);
  transform: translateX(-130%);
  transition: transform 0.55s ease;
}

.header-call-btn:hover {
  transform: translateY(-1px) scale(1.03);
  box-shadow: 0 12px 22px rgba(2, 6, 23, 0.35), 0 0 0 5px rgba(58, 134, 255, 0.16);
  filter: saturate(1.1);
  border-color: rgba(255, 255, 255, 0.72);
}

.header-call-btn:hover::before {
  transform: translateX(130%);
}

#mobileMenu {
  background: linear-gradient(165deg, #091434 8%, #0b1a40 48%, #111f46 100%) !important;
  border-left: 1px solid rgba(148, 163, 184, 0.28);
  box-shadow: -24px 0 46px rgba(2, 6, 23, 0.56);
  position: fixed;
  top: 0;
  right: 0;
  width: min(88vw, 360px);
  height: 100dvh;
  z-index: 72;
  transform: translateX(108%);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  overflow: hidden;
}

#mobileMenu.is-open {
  transform: translateX(0);
}

.mobile-menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(2, 6, 23, 0.6);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  opacity: 0;
  pointer-events: none;
  z-index: 71;
  transition: opacity 0.28s ease;
}

.mobile-menu-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

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

.mobile-menu-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: calc(12px + env(safe-area-inset-top)) 14px 10px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.26);
  background: linear-gradient(160deg, rgba(58, 134, 255, 0.16), rgba(255, 255, 255, 0.03));
}

.mobile-menu-title {
  margin: 0;
  color: #dbeafe;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
}

.mobile-menu-close-btn {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(226, 232, 240, 0.55);
  border-radius: 10px;
  color: #e2e8f0;
  background: rgba(255, 255, 255, 0.06);
  font-size: 1.3rem;
  line-height: 1;
  display: grid;
  place-items: center;
  cursor: pointer;
}

#mobileMenu .menu-link {
  display: inline-flex;
  align-items: center;
  width: 100%;
  color: #e5e7eb;
  font-size: 1.02rem;
  line-height: 1.3;
  padding: 3px 0;
}

#mobileMenu .menu-link::after {
  bottom: -3px;
  height: 2px;
  background: linear-gradient(90deg, #3A86FF, #D62828);
}

#mobileMenu .menu-link:hover::after,
#mobileMenu .menu-link:focus-visible::after,
#mobileMenu .menu-link:active::after,
#mobileMenu .menu-link.active::after {
  width: 100%;
}

#mobileMenu .border-slate-200 {
  border-color: rgba(148, 163, 184, 0.35) !important;
}

#mobileMenu nav {
  height: calc(100dvh - 62px - env(safe-area-inset-top));
  overflow-y: auto;
  padding-bottom: calc(12px + env(safe-area-inset-bottom));
}

.mobile-accordion {
  border-radius: 12px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  background: rgba(15, 23, 42, 0.18);
  padding: 8px 10px;
}

.mobile-accordion-trigger {
  border: 0;
  background: transparent;
  cursor: pointer;
  justify-content: space-between;
}

.mobile-accordion-icon {
  display: inline-flex;
  color: #93c5fd;
  font-size: 0.94rem;
  transition: transform 0.25s ease;
}

.mobile-accordion.open .mobile-accordion-icon {
  transform: rotate(180deg);
}

.mobile-accordion-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.32s ease;
}

.mobile-accordion-inner {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid rgba(148, 163, 184, 0.2);
  padding-left: 10px;
  display: grid;
  gap: 8px;
}

.mobile-sub-link {
  font-size: 0.95rem !important;
  color: #d5deec !important;
}

.mobile-call-btn {
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  min-height: 48px;
  padding: 11px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.09);
  color: #fff;
  font-size: 0.86rem;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  -webkit-appearance: none;
  appearance: none;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
  position: relative;
  overflow: hidden;
}

.mobile-call-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(2, 6, 23, 0.35);
}

.mobile-call-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 12%, rgba(255, 255, 255, 0.5) 48%, transparent 84%);
  transform: translateX(-130%);
  transition: transform 0.55s ease;
}

.mobile-call-btn:hover::before,
.mobile-call-btn:focus-visible::before,
.mobile-call-btn:active::before {
  transform: translateX(130%);
}

.scroll-indicator {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 4px;
  z-index: 60;
  background: linear-gradient(90deg, var(--primary), var(--secondary), var(--accent));
  transition: width 0.15s linear;
}

.logo-mark {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(145deg, var(--primary), #072a64);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.08em;
  display: grid;
  place-items: center;
  box-shadow: 0 8px 24px rgba(11, 61, 145, 0.35);
}

.menu-link {
  position: relative;
  font-weight: 600;
  font-size: 0.95rem;
  color: #1f2937;
  transition: color 0.2s ease;
}

.menu-link:hover,
.menu-link.active {
  color: var(--primary);
}

.menu-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--primary), var(--accent));
  transition: width 0.3s ease;
}

.menu-link:hover::after,
.menu-link.active::after {
  width: 100%;
}

.service-dropdown {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  width: 280px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.18);
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  pointer-events: none;
  transition: all 0.2s ease;
  z-index: 70;
}

.nav-services:hover .service-dropdown,
.nav-services:focus-within .service-dropdown,
.nav-services.open .service-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.nav-services {
  position: relative;
  padding-bottom: 12px;
  margin-bottom: -12px;
}

.service-link {
  display: block;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 0.92rem;
  color: #334155;
  transition: all 0.2s ease;
}

.service-link:hover {
  background: rgba(58, 134, 255, 0.12);
  color: var(--primary);
}

.parallax {
  position: relative;
  overflow: hidden;
}

.parallax-layer {
  position: absolute;
  inset: -10%;
  background-size: cover;
  background-position: center;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.abstract-overlay {
  background:
    radial-gradient(circle at 15% 15%, rgba(58, 134, 255, 0.32), transparent 45%),
    radial-gradient(circle at 80% 20%, rgba(214, 40, 40, 0.28), transparent 42%),
    radial-gradient(circle at 50% 85%, rgba(11, 61, 145, 0.24), transparent 48%);
}

.hero-slide {
  min-height: 84vh;
  position: relative;
  display: none;
}

.hero-slide.active {
  display: block;
  animation: fadeIn 0.7s ease;
}

.hero-slide .slide-line,
.hero-slide .slide-actions {
  opacity: 0;
  transform: translateY(24px);
}

.hero-slide.active .slide-line:nth-of-type(1) {
  animation: slideTextIn 0.65s ease forwards;
  animation-delay: 0.15s;
}

.hero-slide.active .slide-line:nth-of-type(2) {
  animation: slideTextIn 0.72s ease forwards;
  animation-delay: 0.35s;
}

.hero-slide.active .slide-line:nth-of-type(3) {
  animation: slideTextIn 0.76s ease forwards;
  animation-delay: 0.56s;
}

.hero-slide.active .slide-actions {
  animation: slideTextIn 0.8s ease forwards;
  animation-delay: 0.78s;
}

.hero-slider .slide-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  width: 62px;
  height: 62px;
  border: 2px solid rgba(255, 255, 255, 0.78);
  border-radius: 999px;
  background: transparent;
  backdrop-filter: none;
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.35);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
  overflow: hidden;
}

.hero-slider .slide-arrow .arrow-core {
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 1;
  text-shadow: none;
  transform: translateY(-1px);
  transition: transform 0.22s ease;
}

.hero-slider .slide-arrow:hover {
  border-color: rgba(255, 255, 255, 0.98);
  background: rgba(255, 255, 255, 0.06);
  transform: translateY(-50%) scale(1.05);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.45);
}

.hero-slider .slide-arrow:hover .arrow-core {
  transform: translateY(-1px) scale(1.03);
}

.hero-slider .slide-arrow:active {
  transform: translateY(-50%) scale(0.95);
}

.slide-prev {
  left: 20px;
}

.slide-next {
  right: 20px;
}

.slide-indicators {
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(10, 24, 53, 0.38);
  backdrop-filter: blur(8px);
}

.hero-controls {
  position: static;
}

.slide-dot {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.3);
  transition: all 0.24s ease;
}

.slide-dot:hover {
  transform: scale(1.15);
  background: rgba(255, 255, 255, 0.7);
}

.slide-dot.active {
  width: 28px;
  background: linear-gradient(90deg, #3A86FF, #D62828);
  border-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 0 4px rgba(58, 134, 255, 0.2);
}

@keyframes arrowRingSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes slideTextIn {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes scrollFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}

@keyframes scrollShine {
  0%, 55%, 100% {
    transform: translateX(-130%);
  }
  70%, 90% {
    transform: translateX(130%);
  }
}

.slide-backdrop {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.slide-content {
  position: relative;
  z-index: 2;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: all 0.6s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.card-premium {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.09);
  transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease, border-color 0.3s ease;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  will-change: transform, box-shadow;
}

.card-premium::before,
.badge-trust::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 62%;
  height: 100%;
  transform: skewX(-22deg);
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.18) 35%, rgba(255, 255, 255, 0.58) 50%, rgba(255, 255, 255, 0.18) 65%, transparent 100%);
  transition: left 0.65s ease;
  pointer-events: none;
  z-index: 1;
}

.card-premium:hover {
  transform: translateY(-8px) scale(1.01);
  box-shadow: 0 22px 40px rgba(11, 61, 145, 0.2);
  border-color: rgba(58, 134, 255, 0.5);
  filter: saturate(1.04);
}

.card-premium:hover::before,
.badge-trust:hover::before {
  left: 145%;
}

.badge-trust {
  border: 1px solid rgba(11, 61, 145, 0.18);
  background: linear-gradient(180deg, #fff, #f8fbff);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
  position: relative;
  overflow: hidden;
}

.badge-trust:hover {
  transform: translateY(-6px);
  border-color: rgba(58, 134, 255, 0.45);
  box-shadow: 0 18px 34px rgba(11, 61, 145, 0.16);
}

.services-premium {
  background: linear-gradient(150deg, #071939 8%, #0b2e6d 46%, #6a1224 100%);
}

.services-premium-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 15%, rgba(58, 134, 255, 0.36), transparent 40%),
    radial-gradient(circle at 82% 12%, rgba(214, 40, 40, 0.28), transparent 42%),
    radial-gradient(circle at 52% 84%, rgba(255, 255, 255, 0.08), transparent 40%);
  pointer-events: none;
}

.service-glam-card {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  padding: 22px 22px 20px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.2), rgba(9, 23, 52, 0.76) 50%, rgba(8, 16, 36, 0.88) 100%);
  color: #f8fafc;
  box-shadow: 0 18px 34px rgba(3, 8, 23, 0.32);
  transition: transform 0.26s ease, box-shadow 0.26s ease, border-color 0.26s ease;
}

.service-glam-card::before {
  content: "";
  position: absolute;
  top: -35%;
  right: -15%;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(58, 134, 255, 0.35), transparent 70%);
  pointer-events: none;
}

.service-glam-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 58%;
  height: 100%;
  transform: skewX(-20deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.44), transparent);
  transition: left 0.65s ease;
}

.service-glam-card:hover {
  transform: translateY(-8px);
  border-color: rgba(147, 197, 253, 0.8);
  box-shadow: 0 24px 42px rgba(2, 6, 23, 0.45);
}

.service-glam-card:hover::after {
  left: 150%;
}

.service-glam-card h3 {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.28;
  margin: 10px 0 10px;
}

.service-glam-card p {
  margin: 0;
  color: #dbe4f5;
  line-height: 1.58;
  font-size: 0.95rem;
}

.service-glam-card a {
  display: inline-block;
  margin-top: 14px;
  color: #93c5fd;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}

.service-glam-card a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: linear-gradient(90deg, #3A86FF, #D62828);
  transition: transform 0.25s ease;
}

.service-glam-card a:hover::after {
  transform: scaleX(1);
}

.service-chip {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.14);
  color: #e0ecff;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 700;
}

.cargo-mini-slider {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.28);
  box-shadow: 0 16px 32px rgba(2, 6, 23, 0.2);
  min-height: 210px;
}

.cargo-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.03);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.cargo-slide.active {
  opacity: 1;
  transform: scale(1);
}

.cargo-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  background: rgba(11, 61, 145, 0.45);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  display: grid;
  place-items: center;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.cargo-arrow:hover {
  transform: translateY(-50%) scale(1.07);
  background: rgba(214, 40, 40, 0.7);
}

.cargo-prev {
  left: 10px;
}

.cargo-next {
  right: 10px;
}

.cargo-indicators {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 7px;
  background: rgba(11, 25, 54, 0.4);
  border-radius: 999px;
  padding: 5px 8px;
}

.cargo-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.35);
  transition: all 0.2s ease;
}

.cargo-dot.active {
  width: 18px;
  background: linear-gradient(90deg, #3A86FF, #D62828);
  border-color: rgba(255, 255, 255, 0.9);
}

.testimonials-slider {
  position: relative;
}

.testimonials-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.testimonial-arrow,
.testimonial-indicators {
  display: none;
}

.testimonial-controls {
  display: none;
}

.testimonial-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.4);
  transition: all 0.2s ease;
}

.testimonial-dot.active {
  width: 20px;
  background: linear-gradient(90deg, #3A86FF, #D62828);
  border-color: rgba(255, 255, 255, 0.9);
}

.image-luxe-card {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  min-height: 180px;
  aspect-ratio: 16 / 9;
  max-height: 240px;
  border: 1px solid rgba(148, 163, 184, 0.25);
  box-shadow: 0 20px 38px rgba(2, 6, 23, 0.2);
  isolation: isolate;
  display: block;
}

.image-luxe-media {
  width: 100%;
  height: 100%;
  min-height: 180px;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.75s cubic-bezier(0.22, 1, 0.36, 1), filter 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

.image-luxe-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 8px;
  padding: 16px 16px 14px;
  background: linear-gradient(180deg, rgba(2, 6, 23, 0.06) 30%, rgba(2, 6, 23, 0.72) 100%);
  color: #fff;
}

.image-luxe-overlay h3 {
  margin: 0;
  font-size: 1.06rem;
  line-height: 1.35;
  color: #f8fafc;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.image-luxe-kicker {
  margin: 0;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.14);
  padding: 3px 9px;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
}

.image-luxe-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 18%, rgba(255, 255, 255, 0.32) 48%, transparent 78%);
  transform: translateX(-140%);
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}

.image-luxe-card:hover .image-luxe-media {
  transform: scale(1.06);
  filter: saturate(1.08);
}

.image-luxe-card:hover::after {
  transform: translateX(140%);
}

.premium-ops-section {
  position: relative;
}

.premium-ops-wrap {
  width: 100%;
}

.premium-ops-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 14%, rgba(58, 134, 255, 0.08), transparent 34%),
    radial-gradient(circle at 86% 12%, rgba(214, 40, 40, 0.06), transparent 32%);
}

.premium-ops-grid {
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
  width: 100%;
  justify-content: center;
  gap: 1.75rem;
}

.premium-ops-grid .image-luxe-card {
  height: 100%;
  min-height: 290px;
  aspect-ratio: 16 / 7.8;
}

.premium-ops-grid .image-luxe-card {
  border-color: rgba(148, 163, 184, 0.3);
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.16);
}

.premium-ops-grid .image-luxe-card:hover {
  box-shadow: 0 22px 42px rgba(15, 23, 42, 0.24);
}

.interstate-lux-section {
  background: linear-gradient(145deg, #071733 10%, #0a2860 50%, #5f1326 100%);
}

.interstate-lux-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 18%, rgba(58, 134, 255, 0.33), transparent 38%),
    radial-gradient(circle at 86% 20%, rgba(214, 40, 40, 0.3), transparent 40%),
    radial-gradient(circle at 54% 86%, rgba(255, 255, 255, 0.09), transparent 36%);
  pointer-events: none;
}

.interstate-lux-card {
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.15), rgba(7, 19, 45, 0.74) 56%, rgba(6, 13, 30, 0.85) 100%);
  box-shadow: 0 20px 38px rgba(2, 6, 23, 0.35);
  padding: 24px 24px 22px;
  color: #eaf1ff;
  backdrop-filter: blur(4px);
}

.interstate-lux-card h3 {
  margin: 0 0 10px;
  font-size: 1.45rem;
  color: #fff;
}

.interstate-lux-card p {
  margin: 0;
  color: #dbe6fb;
  line-height: 1.6;
}

.interstate-lux-card ul {
  margin: 16px 0 0;
  padding-left: 18px;
  color: #d8e2f2;
  line-height: 1.65;
}

.interstate-lux-card li::marker {
  color: #93c5fd;
}

.interstate-image-card {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  min-height: 230px;
  box-shadow: 0 18px 34px rgba(2, 6, 23, 0.3);
}

.interstate-image-card-compact {
  min-height: 190px;
}

.interstate-image {
  width: 100%;
  height: 100%;
  min-height: 230px;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.75s cubic-bezier(0.22, 1, 0.36, 1), filter 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

.interstate-image-card-compact .interstate-image {
  min-height: 190px;
}

.interstate-image-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 8px;
  padding: 16px 16px 14px;
  background: linear-gradient(180deg, rgba(2, 6, 23, 0.08) 28%, rgba(2, 6, 23, 0.75) 100%);
  color: #fff;
}

.interstate-image-overlay h3 {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.35;
  color: #f8fafc;
}

.interstate-kicker {
  margin: 0;
  display: inline-flex;
  width: fit-content;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.15);
  padding: 3px 10px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.interstate-image-card:hover .interstate-image {
  transform: scale(1.06);
  filter: saturate(1.08);
}

.interstate-metrics {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.interstate-metrics div {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.1);
  padding: 10px 10px 9px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  position: relative;
  overflow: hidden;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.28s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.interstate-metrics div::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 12%, rgba(255, 255, 255, 0.4) 48%, transparent 82%);
  transform: translateX(-140%);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}

.interstate-metrics div:hover {
  transform: translateY(-4px);
  border-color: rgba(147, 197, 253, 0.75);
  background: rgba(255, 255, 255, 0.16);
  box-shadow: 0 14px 24px rgba(2, 6, 23, 0.28);
}

.interstate-metrics div:hover::before {
  transform: translateX(140%);
}

.interstate-metrics strong {
  color: #fff;
  font-size: 1rem;
}

.interstate-metrics span {
  color: #d9e4f8;
  font-size: 0.78rem;
}

.direct-support-lux {
  background: linear-gradient(145deg, #030b1e 0%, #091f4e 48%, #4d0f21 100%);
}

.direct-support-lux .abstract-overlay {
  background:
    radial-gradient(circle at 14% 18%, rgba(58, 134, 255, 0.34), transparent 38%),
    radial-gradient(circle at 86% 16%, rgba(214, 40, 40, 0.28), transparent 40%),
    radial-gradient(circle at 52% 86%, rgba(255, 255, 255, 0.07), transparent 36%);
}

.direct-support-panel {
  max-width: 1040px;
  margin: 0 auto;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.16), rgba(7, 16, 38, 0.72) 58%, rgba(4, 10, 24, 0.84) 100%);
  backdrop-filter: blur(8px);
  box-shadow: 0 28px 56px -26px rgba(2, 6, 23, 0.7);
  padding: clamp(1.2rem, 3vw, 2.2rem) clamp(1rem, 3vw, 2.2rem);
}

.direct-support-panel h2 {
  color: #f9fbff;
  text-shadow: 0 4px 16px rgba(2, 6, 23, 0.45);
}

.back-to-top {
  position: fixed;
  right: 22px;
  bottom: calc(12px + env(safe-area-inset-bottom));
  width: 46px;
  height: 46px;
  border: none;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: #fff;
  font-size: 1.35rem;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(11, 61, 145, 0.35);
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: all 0.25s ease;
  z-index: 55;
  overflow: hidden;
}

.back-to-top.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  animation: scrollFloat 2.8s ease-in-out infinite;
}

.back-to-top::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 15%, rgba(255, 255, 255, 0.46) 48%, transparent 82%);
  transform: translateX(-130%);
  transition: transform 0.6s ease;
}

.back-to-top.show::before {
  animation: scrollShine 2.4s ease-in-out infinite;
}

.back-to-top:hover {
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 14px 28px rgba(11, 61, 145, 0.45);
}

.cookie-banner {
  position: fixed;
  left: max(12px, env(safe-area-inset-left));
  right: calc(82px + env(safe-area-inset-right));
  bottom: calc(12px + env(safe-area-inset-bottom));
  z-index: 56;
  background: rgba(15, 23, 42, 0.94);
  color: #e5e7eb;
  border: 1px solid rgba(148, 163, 184, 0.35);
  border-radius: 14px;
  padding: 10px 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  width: min(230px, calc(100vw - 24px - env(safe-area-inset-left) - 82px - env(safe-area-inset-right)));
  box-shadow: 0 14px 30px rgba(2, 6, 23, 0.45);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.cookie-text {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.45;
  flex: 1 1 100%;
}

.cookie-actions {
  display: flex;
  gap: 8px;
  width: 100%;
  justify-content: flex-start;
}

.cookie-btn {
  border: 0;
  border-radius: 10px;
  padding: 7px 10px;
  font-size: 0.8rem;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.cookie-btn-primary {
  color: #fff;
  background: linear-gradient(135deg, #3A86FF, #0B3D91);
}

.cookie-btn-ghost {
  color: #e2e8f0;
  background: rgba(148, 163, 184, 0.2);
}

.cookie-btn::before,
.call-widget-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 12%, rgba(255, 255, 255, 0.48) 48%, transparent 84%);
  transform: translateX(-130%);
  transition: transform 0.55s ease;
  pointer-events: none;
}

.cookie-btn:hover::before,
.cookie-btn:focus-visible::before,
.cookie-btn:active::before,
.call-widget-btn:hover::before,
.call-widget-btn:focus-visible::before,
.call-widget-btn:active::before {
  transform: translateX(130%);
}

body.cookie-open .call-widget {
  bottom: calc(12px + env(safe-area-inset-bottom));
}

.call-widget {
  position: fixed;
  right: calc(78px + env(safe-area-inset-right));
  bottom: calc(12px + env(safe-area-inset-bottom));
  z-index: 54;
  width: min(250px, calc(100vw - 24px - env(safe-area-inset-right)));
  background: linear-gradient(160deg, rgba(6, 29, 74, 0.96), rgba(120, 19, 35, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 14px;
  box-shadow: 0 18px 36px rgba(2, 6, 23, 0.45);
  padding: 12px 12px 12px;
  color: #fff;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  transform: translateZ(0);
}

.call-widget-title {
  font-size: 0.88rem;
  font-weight: 600;
  margin: 0 20px 8px 0;
  color: #dbeafe;
}

.call-widget-btn {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 0.92rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #3A86FF, #0B3D91);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  position: relative;
  overflow: hidden;
}

.call-widget-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(58, 134, 255, 0.3);
}

.call-widget-close {
  position: absolute;
  top: 4px;
  right: 6px;
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
  cursor: pointer;
  line-height: 1;
  display: grid;
  place-items: center;
}

.site-footer {
  position: relative;
  overflow: hidden;
}

.site-footer > * {
  position: relative;
  z-index: 2;
}

.site-footer::before,
.site-footer::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 1;
}

.site-footer::before {
  inset: 0;
  background:
    radial-gradient(circle at 14% 22%, rgba(58, 134, 255, 0.16), transparent 42%),
    radial-gradient(circle at 88% 18%, rgba(214, 40, 40, 0.16), transparent 40%),
    radial-gradient(circle at 58% 82%, rgba(11, 61, 145, 0.2), transparent 46%);
}

.site-footer::after {
  width: 460px;
  height: 180px;
  right: -60px;
  bottom: -24px;
  opacity: 0.38;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 460 180'%3E%3Cg fill='none'%3E%3Cpath d='M24 144C68 106 116 162 168 138C220 114 266 58 328 76C372 89 410 76 438 50' stroke='%233A86FF' stroke-width='15' stroke-linecap='round' opacity='.52'/%3E%3Cpath d='M0 166C54 132 102 176 170 152C234 129 272 86 332 96C376 103 412 124 450 114' stroke='%23D62828' stroke-width='11' stroke-linecap='round' opacity='.48'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.footer-link {
  position: relative;
  display: inline-block;
  transition: color 0.24s ease;
}

.footer-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #3A86FF, #D62828);
  transition: width 0.25s ease;
}

.footer-link:hover::after {
  width: 100%;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 10px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), #0f52bf);
  transition: transform 0.24s ease, box-shadow 0.24s ease, filter 0.24s ease;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.btn-primary::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 15%, rgba(255, 255, 255, 0.38) 48%, transparent 82%);
  transform: translateX(-130%);
  transition: transform 0.55s ease;
  z-index: -1;
}

.btn-primary::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 9px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  pointer-events: none;
}

.btn-primary:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 14px 28px rgba(11, 61, 145, 0.3);
  filter: saturate(1.08);
}

.btn-primary:hover::before {
  transform: translateX(130%);
}

.btn-primary:active {
  transform: translateY(0) scale(0.98);
}

.btn-accent {
  background: linear-gradient(135deg, var(--accent), #ef4444);
  color: #fff;
}

#menuToggle {
  transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease;
}

#menuToggle:hover {
  transform: translateY(-1px);
  background: rgba(58, 134, 255, 0.08);
  box-shadow: 0 8px 18px rgba(11, 61, 145, 0.14);
}

.page-hero {
  padding: 110px 0 70px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary) 15%, #072a64 72%);
  position: relative;
  overflow: hidden;
}

.page-hero::before,
.page-hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(4px);
}

.page-hero::before {
  width: 420px;
  height: 420px;
  background: rgba(58, 134, 255, 0.34);
  top: -140px;
  right: -90px;
}

.page-hero::after {
  width: 280px;
  height: 280px;
  background: rgba(214, 40, 40, 0.32);
  bottom: -120px;
  left: -60px;
}

.premium-form input,
.premium-form textarea,
.premium-form select {
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  padding: 12px 14px;
  width: 100%;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  color: #0f172a;
  font-size: 0.97rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  transition: border-color 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease, transform 0.24s ease;
}

.premium-form input:hover,
.premium-form textarea:hover,
.premium-form select:hover {
  border-color: #93c5fd;
  box-shadow: 0 12px 24px -20px rgba(11, 61, 145, 0.5);
  transform: translateY(-1px);
}

.premium-form input::placeholder,
.premium-form textarea::placeholder {
  color: #64748b;
}

.premium-form input:focus,
.premium-form textarea:focus,
.premium-form select:focus {
  outline: none;
  border-color: var(--secondary);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(58, 134, 255, 0.18);
}

.premium-form label {
  color: #0b3d91;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.premium-form textarea {
  min-height: 120px;
  resize: vertical;
}

.premium-form button[disabled] {
  opacity: 0.8;
  cursor: not-allowed;
}

.form-status {
  margin-top: 14px;
  border-radius: 12px;
  padding: 12px 14px;
  border: 1px solid transparent;
  font-weight: 600;
  font-size: 0.92rem;
  min-height: 50px;
  display: flex;
  align-items: center;
  opacity: 0;
  transform: translateY(3px);
  transition: opacity 0.2s ease, transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.form-status.is-loading,
.form-status.is-success,
.form-status.is-error {
  opacity: 1;
  transform: translateY(0);
}

.form-status.is-loading {
  color: #1e3a8a;
  border-color: rgba(58, 134, 255, 0.35);
  background: linear-gradient(90deg, rgba(191, 219, 254, 0.45), rgba(147, 197, 253, 0.2));
}

.form-status.is-success {
  color: #14532d;
  border-color: rgba(34, 197, 94, 0.45);
  background: linear-gradient(90deg, rgba(220, 252, 231, 0.92), rgba(187, 247, 208, 0.88));
}

.form-status.is-error {
  color: #7f1d1d;
  border-color: rgba(220, 38, 38, 0.35);
  background: linear-gradient(90deg, rgba(254, 226, 226, 0.92), rgba(254, 202, 202, 0.86));
}

.form-status-contact {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  border-color: rgba(148, 163, 184, 0.4);
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.88), rgba(241, 245, 249, 0.86));
  box-shadow: 0 14px 30px -22px rgba(15, 23, 42, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.form-status-contact::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(115deg, rgba(58, 134, 255, 0.35), rgba(214, 40, 40, 0.22), rgba(58, 134, 255, 0.32));
  opacity: 0;
  z-index: 0;
  transition: opacity 0.28s ease;
}

.form-status-contact::after {
  content: "";
  position: absolute;
  top: 0;
  left: -45%;
  width: 38%;
  height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.58), transparent);
  transform: skewX(-18deg);
  z-index: 1;
}

.form-status-contact.is-loading::before,
.form-status-contact.is-success::before,
.form-status-contact.is-error::before {
  opacity: 1;
}

.form-status-contact.is-loading::after,
.form-status-contact.is-success::after,
.form-status-contact.is-error::after {
  animation: formShine 1.25s ease;
}

.form-status-contact.is-success {
  border-color: rgba(22, 163, 74, 0.45);
  box-shadow: 0 16px 30px -22px rgba(22, 101, 52, 0.5);
}

.form-status-contact.is-error {
  border-color: rgba(220, 38, 38, 0.38);
  box-shadow: 0 16px 30px -22px rgba(127, 29, 29, 0.45);
}

.form-status-contact,
.form-status-contact * {
  position: relative;
  z-index: 2;
}

@keyframes formShine {
  0% {
    left: -45%;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    left: 135%;
    opacity: 0;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(1.02);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@media (max-width: 1024px) {
  .service-dropdown {
    display: none;
  }

  .hero-slider .slide-arrow {
    width: 50px;
    height: 50px;
  }

  .hero-slider .slide-arrow .arrow-core {
    font-size: 1.15rem;
  }

  .slide-prev {
    left: 12px;
  }

  .slide-next {
    right: 12px;
  }

  .slide-indicators {
    bottom: 16px;
    gap: 8px;
    padding: 7px 10px;
  }

  .call-widget {
    right: calc(70px + env(safe-area-inset-right));
    bottom: calc(12px + env(safe-area-inset-bottom));
    width: min(240px, calc(100vw - 20px - env(safe-area-inset-right)));
  }

  .cookie-banner {
    left: max(8px, env(safe-area-inset-left));
    right: calc(70px + env(safe-area-inset-right));
    bottom: calc(8px + env(safe-area-inset-bottom));
    padding: 10px 10px;
    width: min(220px, calc(100vw - 16px - env(safe-area-inset-left) - 70px - env(safe-area-inset-right)));
  }

  .cookie-actions {
    width: 100%;
    justify-content: flex-start;
  }

  body.cookie-open .call-widget {
    bottom: calc(12px + env(safe-area-inset-bottom));
  }

  .premium-ops-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }

  .premium-ops-grid .image-luxe-card {
    aspect-ratio: 16 / 9;
    min-height: 220px;
    max-height: none;
  }

  .premium-ops-grid .image-luxe-media {
    min-height: 220px;
  }
}

@media (max-width: 767px) {
  .hero-controls {
    position: absolute;
    left: 50%;
    bottom: 14px;
    transform: translateX(-50%);
    z-index: 6;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: max-content;
  }

  .hero-controls .slide-arrow {
    position: static;
    transform: none;
    width: 36px;
    height: 36px;
  }

  .hero-controls .slide-arrow:hover {
    transform: scale(1.05);
  }

  .hero-controls .slide-arrow:active {
    transform: scale(0.95);
  }

  .hero-controls .slide-indicators {
    position: static;
    transform: none;
    bottom: auto;
    left: auto;
    margin: 0;
    padding: 6px 9px;
    gap: 7px;
  }

  .testimonials-track {
    display: block;
    position: relative;
    min-height: 230px;
  }

  .testimonial-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transform: translateX(10px);
    transition: opacity 0.35s ease, transform 0.35s ease;
  }

  .testimonial-slide.active {
    position: relative;
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
  }

  .testimonial-controls {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .testimonial-arrow {
    display: grid;
    place-items: center;
    position: static;
    transform: none;
    width: 32px;
    height: 32px;
    z-index: 1;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    color: #fff;
    background: rgba(11, 61, 145, 0.48);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    transition: transform 0.2s ease, background-color 0.2s ease;
  }

  .testimonial-arrow:hover {
    transform: scale(1.06);
    background: rgba(214, 40, 40, 0.7);
  }

  .testimonial-indicators {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: 0;
    padding: 6px 9px;
    width: fit-content;
    border-radius: 999px;
    background: rgba(11, 25, 54, 0.38);
  }
}

@media (max-width: 640px) {
  html,
  body {
    overflow-x: hidden;
  }

  .site-header,
  .page-hero,
  .site-footer {
    overflow-x: clip;
  }

  .back-to-top {
    right: max(8px, env(safe-area-inset-right));
    bottom: calc(8px + env(safe-area-inset-bottom));
    width: 42px;
    height: 42px;
    font-size: 1.15rem;
  }

  .cookie-banner {
    left: max(8px, env(safe-area-inset-left));
    right: calc(56px + env(safe-area-inset-right));
    bottom: calc(8px + env(safe-area-inset-bottom));
    width: auto;
    min-width: 0;
    padding: 8px 8px;
    gap: 6px 8px;
    border-radius: 12px;
  }

  .cookie-text {
    font-size: 0.75rem;
    line-height: 1.35;
  }

  .cookie-actions {
    gap: 6px;
    justify-content: flex-start;
  }

  .cookie-btn {
    padding: 6px 8px;
    font-size: 0.74rem;
    border-radius: 8px;
  }

  .mobile-call-btn {
    min-height: 50px;
    font-size: 0.92rem;
    margin-top: 10px;
  }

  #mobileMenu {
    width: min(92vw, 360px);
  }

  .call-widget {
    right: calc(56px + env(safe-area-inset-right));
    bottom: calc(8px + env(safe-area-inset-bottom));
    width: min(180px, calc(100vw - 16px - env(safe-area-inset-right)));
    padding: 10px 10px 10px;
    border-radius: 12px;
  }

  .call-widget-title {
    font-size: 0.8rem;
    margin: 0 18px 6px 0;
  }

  .call-widget-btn {
    padding: 8px 9px;
    font-size: 0.8rem;
  }

  .call-widget-close {
    width: 22px;
    height: 22px;
    top: 3px;
    right: 4px;
  }

  body.cookie-open .call-widget {
    bottom: calc(8px + env(safe-area-inset-bottom));
  }

  .interstate-lux-card {
    padding: 18px 16px 16px;
  }

  .interstate-lux-card h3 {
    font-size: 1.2rem;
  }

  .interstate-image-card,
  .interstate-image {
    min-height: 190px;
  }

  .interstate-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .image-luxe-card {
    aspect-ratio: 16 / 10;
    min-height: 170px;
    max-height: 210px;
  }

  .image-luxe-media {
    min-height: 170px;
  }

  .premium-ops-grid {
    gap: 14px;
    grid-template-columns: minmax(0, 1fr);
  }

  .premium-ops-grid .image-luxe-card {
    aspect-ratio: 16 / 10;
    min-height: 210px;
    max-height: none;
  }

  .premium-ops-grid .image-luxe-media {
    min-height: 210px;
  }

  .premium-ops-grid .image-luxe-overlay h3 {
    font-size: 1rem;
    line-height: 1.32;
  }

  .site-footer > .max-w-7xl:first-child {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .site-footer > .max-w-7xl:first-child > div {
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 14px;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.06), rgba(15, 23, 42, 0.2));
    padding: 12px;
    min-height: 100%;
  }

  .site-footer > .max-w-7xl:first-child > div:nth-child(1),
  .site-footer > .max-w-7xl:first-child > div:nth-child(4) {
    grid-column: span 2;
  }

  .site-footer > .max-w-7xl:first-child > div:nth-child(1) {
    text-align: center;
  }

  .site-footer > .max-w-7xl:first-child > div:nth-child(1) .logo-mark {
    margin-left: auto;
    margin-right: auto;
  }

  .site-footer > .max-w-7xl:first-child > div:nth-child(4) p {
    margin-bottom: 6px;
  }

  .site-footer > .max-w-7xl:last-child {
    text-align: center;
    gap: 6px;
    padding-top: 16px;
    margin-top: 16px;
  }

}

@media (max-width: 1024px) and (orientation: landscape) {
  .site-footer > .max-w-7xl:first-child {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .site-footer > .max-w-7xl:first-child > div {
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 14px;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.06), rgba(15, 23, 42, 0.2));
    padding: 12px;
    min-height: 100%;
  }

  .site-footer > .max-w-7xl:first-child > div:nth-child(1),
  .site-footer > .max-w-7xl:first-child > div:nth-child(4) {
    grid-column: span 2;
  }

  .site-footer > .max-w-7xl:first-child > div:nth-child(1) {
    text-align: center;
  }

  .site-footer > .max-w-7xl:first-child > div:nth-child(1) .logo-mark {
    margin-left: auto;
    margin-right: auto;
  }

  .site-footer > .max-w-7xl:first-child > div:nth-child(4) p {
    margin-bottom: 6px;
  }

  .site-footer > .max-w-7xl:last-child {
    text-align: center;
    gap: 6px;
    padding-top: 16px;
    margin-top: 16px;
  }
}

/* Global dark theme */
.dark-theme {
  background: #020617;
  color: #e5e7eb;
}

.dark-theme .bg-white,
.dark-theme .bg-basebg {
  background-color: #0b1220 !important;
}

.dark-theme .bg-slate-50 {
  background-color: #111827 !important;
}

.dark-theme .text-basetext,
.dark-theme .text-slate-700,
.dark-theme .text-slate-600,
.dark-theme .text-slate-500 {
  color: #cbd5e1 !important;
}

.dark-theme .text-slate-300,
.dark-theme .text-slate-200 {
  color: #dbe5f4 !important;
}

.dark-theme .border-slate-200,
.dark-theme .border-slate-300 {
  border-color: #334155 !important;
}

.dark-theme .site-header {
  background: rgba(2, 6, 23, 0.92) !important;
  border-bottom-color: #1e293b !important;
}

.dark-theme .menu-link {
  color: #e2e8f0;
}

.dark-theme .menu-link:hover,
.dark-theme .menu-link.active {
  color: #60a5fa;
}

.dark-theme .service-dropdown {
  background: #0f172a;
  border-color: #334155;
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.45);
}

.dark-theme .service-link {
  color: #d1d5db;
}

.dark-theme .service-link:hover {
  background: rgba(58, 134, 255, 0.2);
  color: #93c5fd;
}

.dark-theme .card-premium,
.dark-theme .badge-trust {
  background: linear-gradient(180deg, #0f172a, #111827);
  border-color: #334155;
  box-shadow: 0 14px 30px rgba(2, 6, 23, 0.55);
}

.dark-theme .card-premium:hover {
  box-shadow: 0 24px 42px rgba(0, 0, 0, 0.55);
}

.dark-theme .premium-form input,
.dark-theme .premium-form textarea,
.dark-theme .premium-form select {
  background: #0b1220;
  color: #e5e7eb;
  border-color: #334155;
}

.dark-theme .premium-form input::placeholder,
.dark-theme .premium-form textarea::placeholder {
  color: #94a3b8;
}

.dark-theme .premium-form label {
  color: #93c5fd;
}

.dark-theme .premium-form input:focus,
.dark-theme .premium-form textarea:focus,
.dark-theme .premium-form select:focus {
  background: #0f172a;
}

.dark-theme .btn-primary::after {
  border-color: rgba(255, 255, 255, 0.24);
}

/* Premium polish layer */
body {
  font-family: "Source Sans 3", "Segoe UI", Arial, sans-serif;
  background-image:
    radial-gradient(circle at 14% 16%, rgba(58, 134, 255, 0.07), transparent 30%),
    radial-gradient(circle at 88% 10%, rgba(214, 40, 40, 0.06), transparent 28%);
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", Georgia, serif;
  letter-spacing: 0.01em;
}

main > section {
  position: relative;
}

main > section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(2, 6, 23, 0.03));
}

.menu-link,
.service-link,
.footer-link,
.btn-primary,
.header-call-btn,
.mobile-call-btn,
.call-widget-btn,
.cargo-arrow,
.slide-dot,
.cargo-dot,
.card-premium,
.service-glam-card,
.badge-trust {
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}

.card-premium,
.badge-trust,
.service-glam-card {
  backdrop-filter: blur(3px);
}

.service-dropdown,
.cookie-banner,
.call-widget,
.slide-indicators,
.cargo-indicators {
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 18px 38px -18px rgba(15, 23, 42, 0.42);
}

.reveal {
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}

@media (hover: hover) {
  .menu-link:hover,
  .footer-link:hover {
    transform: translateY(-1px);
  }

  .service-link:hover {
    transform: translateX(3px);
  }
}

:where(a, button, input, textarea, select):focus-visible {
  outline: 2px solid rgba(58, 134, 255, 0.62);
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

.page-home .site-footer {
  margin-top: 0 !important;
}
