/* ============================================================
   HANDELSMANN — style.css
   Futurista · Tecnológico · Oscuro · Cian eléctrico
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Epilogue:ital,wght@0,100..900;1,100..900&display=swap');


:root {
  --black:       #04080f;
  --bg:         #0a0a0a;
  --bg-dark:    #151515;
  --surface:    #121212;
  --surface-2:   #3c3d3f;
  --border:      rgba(255, 255, 255, 0.20);
  --border-dim:  rgba(255, 255, 255, 0.20);
  --cyan:     #1e64ff;
  --cyan-dim:    rgba(255, 255, 255, 0.15);
  --cyan-glow:   rgba(0, 229, 255, 0.4);
  --cyan-dark:   #007a8a;
  --white:       #e8f4f8;
  --muted:       #4a6b7a;
  --silver:     #c3d3dd;
  --text:        #b0cdd8;

  --font-display: 'Epilogue', sans-serif;
  --font-body:    'DM Sans', system-ui, sans-serif;

  --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --glow:       0 0 20px rgba(0, 229, 255, 0.35), 0 0 60px rgba(0, 229, 255, 0.12);
  --glow-sm:    0 0 10px rgba(0, 229, 255, 0.3);

  --section-py: clamp(5rem, 8vw, 8rem);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; }
a  { color: inherit; text-decoration: none; transition: color var(--transition); }

/* ── SCROLLBAR ── */
::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: var(--black); }
::-webkit-scrollbar-thumb { background: var(--cyan-dark); border-radius: 2px; }

/* ── SCAN LINES ── */
.scanlines {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  background: repeating-linear-gradient(
    to bottom,
    transparent 0px,
    transparent 3px,
    rgba(0, 229, 255, 0.012) 3px,
    rgba(0, 229, 255, 0.012) 4px
  );
}

.navbar-brand img{
  max-width: 200px;
}

.btn-glow{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 30px;
    background: #fff;
    color: #000;
    border: 2px solid #fff;
    border-radius: 4px;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    transition: all .5s ease;

    /* Glow */
    box-shadow:
        0 0 25px rgba(255,255,255,.35),
        0 0 60px rgba(255,255,255,.15),
        0 0 100px rgba(255,255,255,.08);
}

.btn-glow:hover{
    background: transparent;
    color: #fff;
    box-shadow: none;
     transition: all .5s ease;
}



/* ── UTILITY CLASSES ── */
.text-cyan { color: var(--cyan); }

/* ── REVEAL ANIMATION ── */
.reveal-item {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.reveal-item.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ── SECTION HELPERS ── */
.hd-section          { padding: var(--section-py) 0; background: var(--bg); }
.hd-section--dark    { background: var(--bg-dark); }

.hd-overline {
  font-family: var(--font-display);
  font-size: .9rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--cyan);
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}

.hd-section-title {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3.5vw, 2.8rem);
  font-weight: 700;
  line-height: 1.1;
  color: var(--white);
  margin-bottom: 1.5rem;
  letter-spacing: -0.01em;
}

.hd-body {
  font-size: 1.1rem;
  color: var(--silver);
  line-height: 1.8;
  margin-bottom: 1rem;
}

/* ── BUTTONS ── */
.hd-btn-primary {
  font-family: var(--font-display);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--black) !important;
  background: var(--cyan);
  border: none;
  padding: 0.75rem 1.8rem;
  border-radius: 0;
  clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
  transition: background var(--transition), box-shadow var(--transition), transform var(--transition);
  position: relative;
  overflow: hidden;
}
.hd-btn-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  transform: translateX(-100%);
  transition: transform 0.5s ease;
}
.hd-btn-primary:hover {
  background: #00f0ff;
  box-shadow: var(--glow);
  transform: translateY(-2px);
}
.hd-btn-primary:hover::before { transform: translateX(100%); }

.hd-btn-ghost {
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--cyan) !important;
  border: 1px solid var(--cyan);
  padding: 0.75rem 1.8rem;
  border-radius: 0;
  clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
  transition: background var(--transition), box-shadow var(--transition), transform var(--transition);
}
.hd-btn-ghost:hover {
  background: var(--cyan-dim);
  box-shadow: var(--glow-sm);
  transform: translateY(-2px);
}

/* ══════════════════════════════════════════════
   NAVBAR
══════════════════════════════════════════════ */
.hd-navbar {
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background var(--transition), border-color var(--transition), backdrop-filter var(--transition);
  padding: 1.25rem 0;
}
.hd-navbar.scrolled {
  background: rgba(4, 8, 15, 0.92);
  border-color: var(--border);
  backdrop-filter: blur(16px);
}

.hd-brand {
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: var(--white) !important;
}
.brand-bracket { color: var(--cyan); }

.hd-nav-link {
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--silver) !important;
  padding: 0.5rem 0.75rem !important;
  position: relative;
  transition: color var(--transition) !important;
}
.hd-nav-link::after {
  content: '';
  position: absolute;
  bottom: 0; left: 50%; right: 50%;
  height: 1px;
  background: var(--cyan);
  transition: left var(--transition), right var(--transition);
}
.hd-nav-link:hover { color: var(--cyan) !important; }
.hd-nav-link:hover::after { left: 0.75rem; right: 0.75rem; }

.hd-toggler {
  background: none;
  border: 1px solid var(--border);
  color: var(--cyan);
  padding: 0.4rem 0.7rem;
  font-size: 1rem;
}
.hd-toggler:focus { outline: none; box-shadow: var(--glow-sm); }

/* ══════════════════════════════════════════════
   HERO SLIDER
══════════════════════════════════════════════ */


.hero-swiper { width: 100%; height: 100vh; min-height: 640px; }

.hero-slide-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.45) saturate(1.3);
}

.hero-slide-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, rgba(4,8,15,0.9) 40%, transparent 100%),
    linear-gradient(to top, rgba(4,8,15,0.7) 0%, transparent 60%);
  z-index: 1;
}

.hero-content-wrap {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
}

.hero-eyebrow {
  font-family: var(--font-display);
  font-size: 0.6rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5.5vw, 5rem);
  font-weight: 900;
  line-height: 1.0;
  color: var(--white);
  margin-bottom: 1.2rem;
  letter-spacing: -0.02em;
  text-shadow: 0 0 40px rgba(12, 12,12,0.60);
}

.hero-sub {
  font-family: var(--font-body);
  font-size: clamp(1.3rem, 1.6vw, 1.2rem);
  font-weight: 500;
  line-height: 1.2;
  color: var(--white);
  margin-bottom: 2.5rem;
  max-width: 480px;
}
.hero-section{
    position:relative;
    min-height:100vh;
}

.hero-video-bg{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    z-index:1;
}

.hero-video-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.55);
    z-index:2;
}

.hero-swiper{
    position:relative;
    z-index:3;
}

.hero-content-wrap{
    position:relative;
    z-index:3;
}

.hero-ctas { display: flex; flex-wrap: wrap; gap: 1rem; }

/* Hero stats box */
.hero-stats-box {
  background: rgba(6,13,24,0.85);
  border: 1px solid var(--border);
  padding: 2rem 1.5rem;
  backdrop-filter: blur(10px);
  position: relative;
}
.hero-stats-box::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--cyan), transparent);
}

.hstat { text-align: center; padding: 1rem 0; }
.hstat-num {
  display: block;
  font-family: var(--font-display);
  font-size: 2.2rem;
  font-weight: 900;
  color: var(--cyan);
  text-shadow: var(--glow-sm);
  line-height: 1;
}
.hstat-unit { font-size: 1.2rem; }
.hstat-label {
  display: block;
  font-size: 0.6rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 0.4rem;
}
.hstat-sep {
  height: 1px;
  background: var(--border);
  margin: 0 1rem;
}

/* Swiper overrides — Hero */
.hero-pagination { bottom: 2rem !important; }
.hero-pagination .swiper-pagination-bullet {
  width: 24px; height: 3px;
  border-radius: 0;
  background: var(--muted);
  opacity: 1;
  transition: background var(--transition), width var(--transition);
}
.hero-pagination .swiper-pagination-bullet-active {
  background: var(--cyan);
  width: 48px;
  box-shadow: var(--glow-sm);
}

.hero-btn-prev, .hero-btn-next {
  color: var(--cyan) !important;
  width: 44px !important; height: 44px !important;
}
.hero-btn-prev::after, .hero-btn-next::after {
  font-size: 1rem !important;
}
.hero-btn-prev { left: 1.5rem !important; }
.hero-btn-next { right: 1.5rem !important; }

/* Scroll indicator */
.scroll-indicator {
  position: absolute;
  bottom: 2.5rem;
  right: 50%;
  transform: translateX(50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  z-index: 10;
  opacity: 0.5;
}
.si-line {
  display: block;
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, transparent, var(--cyan));
  animation: siPulse 1.6s ease-in-out infinite;
}
.si-text {
  font-family: var(--font-display);
  font-size: 0.5rem;
  letter-spacing: 0.22em;
  color: var(--cyan);
}
@keyframes siPulse {
  0%, 100% { transform: scaleY(1); opacity: 0.5; }
  50%       { transform: scaleY(1.3); opacity: 1; }
}

/* ══════════════════════════════════════════════
   TICKER BAR
══════════════════════════════════════════════ */
.ticker-bar {
  background: var(--bg-dark);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  overflow: hidden;
  padding: 0.85rem 0;
  position: relative;
}
.ticker-bar::before,
.ticker-bar::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: 80px;
  z-index: 2;
}
.ticker-bar::before { left: 0; background: linear-gradient(to right, var(--bg-dark), transparent); }
.ticker-bar::after  { right: 0; background: linear-gradient(to left, var(--bg-dark), transparent); }

.ticker-track {
  display: flex;
  gap: 3rem;
  width: max-content;
  animation: tickerMove 30s linear infinite;
}
.ticker-track span {
  font-family: var(--font-display);
  font-size: 0.98rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.ticker-track span i { color: var(--cyan); }
@keyframes tickerMove {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ══════════════════════════════════════════════
   PILLAR CARDS
══════════════════════════════════════════════ */
.pillar-card {
  background: var(--surface);
  border: 1px solid var(--border-dim);
  padding: 1.75rem 1.25rem 1rem; 
  text-align:;
  display: inline-flex;
  align-items: center;
  position: relative;
  transition: border-color var(--transition), background var(--transition), transform var(--transition);
  height: 100%;
}
.pillar-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: transparent;
  transition: background var(--transition);
}
.pillar-card:hover,
.pillar-card--active {
  border-color: var(--border);
  background: var(--surface-2);
  transform: translateY(-4px);
}
.pillar-card:hover::before,
.pillar-card--active::before {
  background: linear-gradient(90deg, transparent, var(--cyan), transparent);
}

.pillar-icon-wrap {
 
 
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 1rem;
 
}
.pillar-icon-wrap i { color: var(--cyan); font-size: 1.1rem; margin-right: 10px}

.pillar-card h5 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--white);
  margin-bottom: 0.75rem;
}
.pillar-card p { font-size: 0.85rem; color: var(--muted); }

/* Metrics bar */
.metrics-bar {
  background: var(--surface);
  border: 1px solid var(--border);
  position: relative;
}
.metrics-bar::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--cyan), transparent);
}

.metric-cell {
  padding: 1.5rem 1rem;
  text-align: center;
}
.metric-cell--border { border-left: 1px solid var(--border); border-right: 1px solid var(--border); }

.metric-num {
  display: block;
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 900;
  color: var(--cyan);
  text-shadow: var(--glow-sm);
  line-height: 1;
}
.metric-unit { font-size: 1rem; color: var(--cyan); }
.metric-label {
  display: block;
  font-size: 0.6rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 0.4rem;
}

/* ══════════════════════════════════════════════
   SERVICE CARDS
══════════════════════════════════════════════ */
.srv-card {
  background: var(--surface);
  border: 1px solid var(--border-dim);
  display: flex;
  flex-direction: column;
  position: relative;
  transition: border-color var(--transition), transform var(--transition);
  overflow: hidden;
}
.srv-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 2px;
  background: transparent;
  transition: background var(--transition);
}
.srv-card:hover {
  border-color: var(--border);
  transform: translateY(-6px);
}
.srv-card:hover::after {
  background: linear-gradient(90deg, transparent, var(--cyan), transparent);
}
.srv-card--featured {
  border-color: rgba(0,229,255,0.25);
}
.srv-card--featured::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,229,255,0.03);
  pointer-events: none;
}

.srv-badge {
  position: absolute;
  top: 0.75rem; right: 0;
  font-family: var(--font-display);
  font-size: 0.52rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: var(--black);
  background: var(--cyan);
  padding: 0.3rem 0.9rem 0.3rem 0.7rem;
  clip-path: polygon(8px 0%, 100% 0%, 100% 100%, 0% 100%);
  z-index: 2;
}

.srv-num {
  font-family: var(--font-display);
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--border);
  padding: 1rem 1.25rem 0;
}

.srv-img-wrap { position: relative; overflow: hidden; }
.srv-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: transform 0.6s ease;
  filter: brightness(0.7) saturate(1.3);
}
.srv-card:hover .srv-img { transform: scale(1.05); }

.srv-img-glow {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 60px;
  background: linear-gradient(to top, var(--surface), transparent);
}

.srv-body { padding: 1.25rem; flex: 1; display: flex; flex-direction: column; }

.srv-icon {
  width: 38px; height: 38px;
  background: var(--black);
  border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1rem;
  clip-path: polygon(5px 0%, 100% 0%, calc(100% - 5px) 100%, 0% 100%);
}
.srv-icon i { color: var(--cyan); font-size: 0.9rem; }

.srv-body h4 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 0.75rem;
  letter-spacing: 0.03em;
  line-height: 1.3;
}
.srv-body p {
  font-size: 1rem;
  color: var(--white);
  line-height: 1.75;
  flex: 1;
  margin-bottom: 1.25rem;
}

.srv-link {
  font-family: var(--font-display);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--cyan);
  display: flex;
  align-items: center;
  transition: letter-spacing var(--transition), color var(--transition);
}
.srv-link:hover {
  color: #00f0ff;
  letter-spacing: 0.22em;
}

/* Feature chips */
.feat-chip {
  background: var(--surface);
  border: 1px solid var(--border-dim);
  padding: 0.75rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  transition: border-color var(--transition), background var(--transition);
}
.feat-chip:hover {
  border-color: var(--border);
  background: var(--surface-2);
}
.feat-chip i { color: var(--cyan); font-size: 0.9rem; width: 16px; text-align: center; }
.feat-chip span {
  font-family: var(--font-display);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--silver);
}

/* ══════════════════════════════════════════════
   FLEET SLIDER
══════════════════════════════════════════════ */
.fleet-swiper {
  padding-bottom: 3.5rem !important;
  overflow: visible !important;
}

.fleet-slide {
  background: var(--surface);
  border: 1px solid var(--border);
  overflow: hidden;
  position: relative;
}
.fleet-slide::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--cyan), transparent);
}

.fleet-img-wrap { position: relative; overflow: hidden; height: 100%; min-height: 300px; }
.fleet-img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  filter: brightness(0.65) saturate(1.4);
  transition: transform 0.7s ease;
}
.fleet-swiper .swiper-slide-active .fleet-img { transform: scale(1.03); }

.fleet-img-hud {
  position: absolute;
  bottom: 1rem; left: 1rem;
  display: flex;
  gap: 0.5rem;
}
.fleet-img-hud span {
  font-family: var(--font-display);
  font-size: 0.52rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--black);
  background: var(--cyan);
  padding: 0.25rem 0.6rem;
}

.fleet-info { padding: 2rem; }
.fleet-model-num {
  font-family: var(--font-display);
  font-size: 0.55rem;
  letter-spacing: 0.25em;
  color: var(--muted);
  margin-bottom: 0.5rem;
}
.fleet-info h3 {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 0.4rem;
}
.fleet-sub {
  font-size: 0.85rem;
  color: var(--muted);
  margin-bottom: 1.5rem;
}

.fleet-specs {}
.spec-item {
  background: var(--bg-dark);
  border: 1px solid var(--border-dim);
  padding: 0.7rem 0.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.2rem;
  transition: border-color var(--transition);
}
.spec-item:hover { border-color: var(--border); }
.spec-item i { color: var(--cyan); font-size: 0.8rem; }
.spec-val {
  font-family: var(--font-display);
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--white);
}
.spec-key {
  font-size: 0.58rem;
  color: var(--muted);
  letter-spacing: 0.08em;
}

/* Fleet pagination */
.fleet-pagination { bottom: 0 !important; }
.fleet-pagination .swiper-pagination-bullet {
  width: 20px; height: 2px; border-radius: 0;
  background: var(--muted); opacity: 1;
}
.fleet-pagination .swiper-pagination-bullet-active {
  background: var(--cyan);
  width: 40px;
  box-shadow: var(--glow-sm);
}
.fleet-btn-prev, .fleet-btn-next {
  color: var(--cyan) !important;
  width: 40px !important; height: 40px !important;
  background: var(--surface) !important;
  border: 1px solid var(--border) !important;
  border-radius: 0 !important;
}
.fleet-btn-prev::after, .fleet-btn-next::after { font-size: 0.8rem !important; }

/* ══════════════════════════════════════════════
   TESTIMONIALS
══════════════════════════════════════════════ */
.testi-swiper { padding-bottom: 3rem !important; }
.testi-pagination { bottom: 0 !important; }
.testi-pagination .swiper-pagination-bullet {
  width: 20px; height: 2px; border-radius: 0; background: var(--muted); opacity: 1;
}
.testi-pagination .swiper-pagination-bullet-active {
  background: var(--cyan); width: 40px;
}

.testi-card {
  background: var(--surface);
  border: 1px solid var(--border-dim);
  padding: 2rem;
  height: 100%;
  position: relative;
  transition: border-color var(--transition);
}
.testi-card:hover { border-color: var(--border); }
.testi-card--featured {
  border-color: rgba(0,229,255,0.3);
  background: var(--surface-2);
}
.testi-card--featured::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--cyan), transparent);
}

.testi-stars { color: var(--cyan); font-size: 0.7rem; margin-bottom: 1rem; letter-spacing: 2px; }
.testi-card > p {
  font-size: 0.95rem;
  color: var(--silver);
  font-style: italic;
  line-height: 1.75;
  margin-bottom: 1.5rem;
}
.testi-author { display: flex; align-items: center; gap: 0.9rem; }
.testi-avatar {
  width: 44px; height: 44px;
  border-radius: 0;
  border: 1px solid var(--border);
  object-fit: cover;
  filter: saturate(1.3);
}
.testi-name {
  display: block;
  font-family: var(--font-display);
  font-size: 0.65rem;
  font-weight: 700;
  color: var(--white);
  letter-spacing: 0.08em;
}
.testi-role {
  display: block;
  font-size: 0.72rem;
  color: var(--muted);
}

/* ══════════════════════════════════════════════
   CONTACT
══════════════════════════════════════════════ */
.contact-info-panel {
  background: var(--surface);
  border: 1px solid var(--border);
  padding: 2rem;
  position: relative;
  
}
.contact-info-panel::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--cyan), transparent);
}

.cip-item { display: flex; align-items: flex-start; gap: 1rem; }
.cip-sep { height: 1px; background: var(--border-dim); margin: 1.5rem 0; }

.cip-icon {
  width: 38px; height: 38px;
  background: var(--cyan-dim);
  border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  clip-path: polygon(5px 0%, 100% 0%, calc(100% - 5px) 100%, 0% 100%);
}
.cip-icon i { color: var(--cyan); font-size: 0.9rem; }

.cip-label {
  font-family: var(--font-display);
  font-size: 0.85rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.3rem;
}
.cip-val { font-size: 0.9rem; color: var(--silver); line-height: 1.6; }
a.cip-val:hover { color: var(--cyan); }

/* Contact Form */
.hd-form {}

.hd-field { display: flex; flex-direction: column; gap: 0.4rem; }
.hd-field label {
  font-family: var(--font-display);
  font-size: 0.55rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  display: flex;
  align-items: center;
}
.hd-field label i { color: var(--cyan); font-size: 0.7rem; }

.hd-field input,
.hd-field select,
.hd-field textarea {
  background: var(--surface);
  border: 1px solid var(--border-dim);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 400;
  padding: 0.8rem 1rem;
  border-radius: 0;
  outline: none;
  transition: border-color var(--transition), background var(--transition), box-shadow var(--transition);
  -webkit-appearance: none;
}
.hd-field input::placeholder,
.hd-field textarea::placeholder { color: var(--muted); }
.hd-field select { cursor: pointer; }
.hd-field select option { background: var(--surface); color: var(--text); }
.hd-field input:focus,
.hd-field select:focus,
.hd-field textarea:focus {
  border-color: var(--cyan);
  background: var(--surface-2);
  box-shadow: 0 0 0 3px rgba(0,229,255,0.08);
}
.hd-field textarea { resize: vertical; min-height: 120px; }

.btn-submit-lg {
  font-size: 0.7rem !important;
  padding: 1rem 2rem !important;
  clip-path: polygon(12px 0%, 100% 0%, calc(100% - 12px) 100%, 0% 100%) !important;
}

.form-success {
  display: none;
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid rgba(0,229,255,0.3);
  background: rgba(0,229,255,0.05);
  font-family: var(--font-display);
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  color: var(--cyan);
  text-align: center;
}
.form-success.show { display: block; }

/* ══════════════════════════════════════════════
   FOOTER
══════════════════════════════════════════════ */
.hd-footer {
  background: var(--bg-dark);
  border-top: 1px solid var(--border);
  padding-top: ;
}

.footer-top { border-bottom: 1px solid var(--border-dim); }

.footer-brand {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: var(--white);
  margin-bottom: 1rem;
}
.footer-desc { font-size: 0.875rem; color: var(--muted); line-height: 1.8; margin-bottom: 1.5rem; }

.footer-social { display: flex; gap: 0.75rem; }
.footer-social a {
  width: 36px; height: 36px;
  background: var(--surface);
  border: 1px solid var(--border-dim);
  display: flex; align-items: center; justify-content: center;
  color: var(--muted);
  font-size: 0.85rem;
  transition: border-color var(--transition), color var(--transition), background var(--transition), box-shadow var(--transition);
}
.footer-social a:hover {
  border-color: var(--cyan);
  color: var(--cyan);
  background: var(--cyan-dim);
  box-shadow: var(--glow-sm);
}

.footer-heading {
  font-family: var(--font-display);
  font-size: 0.6rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--cyan);
  margin-bottom: 1.25rem;
}

.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.footer-links li,
.footer-links a {
  font-size: 0.875rem;
  color: var(--muted);
  transition: color var(--transition);
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.footer-links a:hover { color: var(--cyan); }
.footer-links i { color: var(--cyan); font-size: 0.7rem; margin-top: 0.2rem; flex-shrink: 0; }

.footer-bottom {
  padding: 1.5rem 0;
  border-top: 1px solid var(--border-dim);
}
.footer-bottom p { font-size: 1rem; color: var(--muted); }
.footer-powered { color: var(--border) !important; font-style: italic; }

/* ══════════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════════ */
@media (max-width: 991.98px) {
  .hero-swiper { height: 100svh; min-height: 560px; }
  .hero-content-wrap { padding: 0 1.5rem; }
  .scroll-indicator { display: none; }
  .fleet-img-wrap { min-height: 220px; }
  .fleet-info { padding: 1.5rem; }
}

@media (max-width: 767.98px) {
  .hero-title { font-size: 2rem; }
  .hd-section-title { font-size: 1.6rem; }
  .testi-card { margin-bottom: 1rem; }
}

@media (max-width: 575.98px) {
  .hero-ctas { flex-direction: column; }
  .hd-btn-primary, .hd-btn-ghost { text-align: center; width: 100%; }
  .hero-btn-prev { left: 0.5rem !important; }
  .hero-btn-next { right: 0.5rem !important; }
}
