/* ===========================
   EGE35 Nakliyat - style.css
   =========================== */

/* --- Google Fonts --- */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

/* --- CSS Variables --- */
:root {
  --blue-dark:   #1a3c6e;
  --blue-mid:    #1e4d8c;
  --blue-light:  #2e6ec7;
  --orange:      #f47b20;
  --orange-dark: #d96510;
  --white:       #ffffff;
  --gray-100:    #f4f7fb;
  --gray-200:    #e8eef7;
  --gray-400:    #9aaec4;
  --gray-600:    #5a6f84;
  --gray-800:    #2c3e50;
  --text:        #1e2d3d;
  --shadow-sm:   0 2px 8px rgba(26,60,110,0.10);
  --shadow-md:   0 6px 24px rgba(26,60,110,0.14);
  --shadow-lg:   0 16px 48px rgba(26,60,110,0.18);
  --radius:      12px;
  --radius-lg:   20px;
  --transition:  0.3s ease;
  --font:        'Poppins', sans-serif;
}

/* --- Reset & Base --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: var(--font);
  color: var(--text);
  background: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
}

a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img, svg { display: block; max-width: 100%; }
button { cursor: pointer; border: none; background: none; font-family: var(--font); }
input, textarea, select { font-family: var(--font); }

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

section { padding: 90px 0; }

.section-tag {
  display: inline-block;
  background: rgba(244,123,32,0.12);
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 50px;
  margin-bottom: 14px;
}

.section-title {
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  font-weight: 800;
  color: var(--blue-dark);
  line-height: 1.25;
  margin-bottom: 16px;
}

.section-sub {
  font-size: 1.02rem;
  color: var(--gray-600);
  max-width: 560px;
  margin: 0 auto;
}

.text-center { text-align: center; }

/* ==================== TOP BAR ==================== */
.top-bar {
  background: var(--blue-dark);
  color: rgba(255,255,255,0.85);
  font-size: 0.82rem;
  padding: 8px 0;
}

.top-bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.top-bar-left { display: flex; align-items: center; gap: 18px; }
.top-bar-right { display: flex; align-items: center; gap: 14px; }

.top-bar a {
  color: rgba(255,255,255,0.85);
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color var(--transition);
}

.top-bar a:hover { color: var(--orange); }

.top-bar .wa-link {
  background: #25d366;
  color: #fff;
  padding: 4px 12px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.79rem;
}

.top-bar .wa-link:hover { background: #1da851; color: #fff; }

/* ==================== NAVBAR ==================== */
.navbar {
  background: var(--white);
  padding: 14px 0;
  position: sticky;
  top: 0;
  z-index: 900;
  box-shadow: 0 2px 12px rgba(26,60,110,0.08);
  transition: box-shadow var(--transition), padding var(--transition);
}

.navbar.scrolled {
  padding: 10px 0;
  box-shadow: var(--shadow-md);
}

.navbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.logo-badge-svg {
  width: 68px;
  height: 68px;
  flex-shrink: 0;
  filter: drop-shadow(0 2px 8px rgba(26,60,110,0.25));
  transition: transform 0.3s ease, filter 0.3s ease;
}
.logo:hover .logo-badge-svg {
  transform: scale(1.06) rotate(3deg);
  filter: drop-shadow(0 4px 16px rgba(26,60,110,0.4));
}
.logo-badge-footer {
  filter: drop-shadow(0 2px 10px rgba(0,0,0,0.4));
}
.logo:hover .logo-badge-footer {
  filter: drop-shadow(0 4px 18px rgba(244,123,32,0.5));
}
.logo-brand-text {
  font-family: 'Arial Black', Arial, sans-serif;
  font-size: 1.15rem;
  font-weight: 900;
  color: #1a3c6e;
  letter-spacing: 1px;
  line-height: 1.2;
  white-space: nowrap;
}
.logo:hover .logo-brand-text {
  color: #f47b20;
}
.logo-photo-img {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  filter: drop-shadow(0 2px 8px rgba(26,60,110,0.3));
  transition: transform 0.3s ease, filter 0.3s ease;
}
.logo:hover .logo-photo-img {
  transform: scale(1.06) rotate(3deg);
  filter: drop-shadow(0 4px 16px rgba(26,60,110,0.45));
}
.logo-photo-footer {
  width: 90px;
  height: 90px;
  margin-bottom: 12px;
}
.hero-logo-photo-img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
  filter: drop-shadow(0 0 30px rgba(255,255,255,0.2)) drop-shadow(0 4px 20px rgba(244,123,32,0.4));
  animation: heroLogoPulse 4s ease-in-out infinite;
  border: 3px solid rgba(255,255,255,0.25);
}

/* Hero logo */
.hero-logo-brand {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.hero-logo-badge-svg {
  width: 140px;
  height: 140px;
  filter: drop-shadow(0 0 30px rgba(255,255,255,0.15)) drop-shadow(0 4px 20px rgba(244,123,32,0.35));
  animation: heroLogoPulse 4s ease-in-out infinite;
}
@keyframes heroLogoPulse {
  0%, 100% { filter: drop-shadow(0 0 20px rgba(255,255,255,0.15)) drop-shadow(0 4px 16px rgba(244,123,32,0.3)); }
  50% { filter: drop-shadow(0 0 40px rgba(255,255,255,0.25)) drop-shadow(0 6px 28px rgba(244,123,32,0.55)); }
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
}

.nav-links a {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--gray-800);
  padding: 8px 14px;
  border-radius: 8px;
  transition: background var(--transition), color var(--transition);
}

.nav-links a:hover, .nav-links a.active {
  background: var(--gray-100);
  color: var(--blue-dark);
}

.nav-cta {
  background: var(--orange) !important;
  color: var(--white) !important;
  border-radius: 8px !important;
  padding: 10px 20px !important;
}

.nav-cta:hover { background: var(--orange-dark) !important; }

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 6px;
  border-radius: 6px;
  cursor: pointer;
  transition: background var(--transition);
}

.hamburger:hover { background: var(--gray-100); }

.hamburger span {
  display: block;
  width: 24px;
  height: 2.5px;
  background: var(--blue-dark);
  border-radius: 2px;
  transition: transform 0.3s, opacity 0.3s;
}

.hamburger.open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* ==================== HERO ==================== */
.hero {
  min-height: calc(100vh - 100px);
  background: linear-gradient(135deg, var(--blue-dark) 0%, var(--blue-mid) 50%, #1a4a8f 100%);
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 50%, rgba(244,123,32,0.08) 0%, transparent 60%),
    radial-gradient(ellipse at 80% 20%, rgba(46,110,199,0.15) 0%, transparent 50%);
}

.hero-bg-shapes {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero-bg-shapes .shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.05;
  background: var(--white);
}

.hero-bg-shapes .shape-1 { width: 400px; height: 400px; top: -100px; right: -100px; }
.hero-bg-shapes .shape-2 { width: 200px; height: 200px; bottom: -50px; left: 10%; }
.hero-bg-shapes .shape-3 { width: 120px; height: 120px; top: 30%; left: 5%; }

.hero .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero-content { color: var(--white); }

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(244,123,32,0.2);
  border: 1px solid rgba(244,123,32,0.4);
  color: #ffa550;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 7px 18px;
  border-radius: 50px;
  margin-bottom: 22px;
  animation: fadeInDown 0.6s ease both;
}

.hero-badge svg { width: 14px; height: 14px; }

.hero-title {
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: 20px;
  animation: fadeInUp 0.7s 0.1s ease both;
}

.hero-title span { color: var(--orange); }
.hero-sub-highlight { display: block; margin-top: 8px; color: #f47b20; font-weight: 700; }

.hero-sub {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.80);
  max-width: 480px;
  margin-bottom: 36px;
  animation: fadeInUp 0.7s 0.2s ease both;
  line-height: 1.7;
}

.hero-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  animation: fadeInUp 0.7s 0.3s ease both;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 14px 30px;
  border-radius: var(--radius);
  font-size: 0.95rem;
  font-weight: 700;
  transition: transform var(--transition), box-shadow var(--transition), background var(--transition);
}

.btn:hover { transform: translateY(-2px); }

.btn-primary {
  background: var(--orange);
  color: var(--white);
  box-shadow: 0 8px 24px rgba(244,123,32,0.35);
}

.btn-primary:hover { background: var(--orange-dark); box-shadow: 0 12px 32px rgba(244,123,32,0.45); }

.btn-secondary {
  background: rgba(255,255,255,0.12);
  color: var(--white);
  border: 2px solid rgba(255,255,255,0.3);
  backdrop-filter: blur(8px);
}

.btn-secondary:hover { background: rgba(255,255,255,0.2); }

.hero-stats {
  display: flex;
  gap: 32px;
  margin-top: 46px;
  flex-wrap: wrap;
  animation: fadeInUp 0.7s 0.4s ease both;
}

.hero-stat { text-align: center; }

.hero-stat-num {
  font-size: 2rem;
  font-weight: 900;
  color: var(--orange);
  line-height: 1;
}

.hero-stat-label {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.70);
  margin-top: 4px;
  font-weight: 500;
}

.hero-illustration {
  display: flex;
  justify-content: center;
  align-items: center;
  animation: floatAnim 4s ease-in-out infinite;
  position: relative;
}

.hero-illustration svg {
  width: 100%;
  max-width: 540px;
  filter: drop-shadow(0 20px 60px rgba(0,0,0,0.25));
  opacity: 0.25;
  position: absolute;
  bottom: -20px;
  pointer-events: none;
}

.hero-truck-photo-wrap {
  position: relative;
  width: 100%;
  max-width: 560px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 25px 70px rgba(0,0,0,0.45), 0 0 0 3px rgba(244,123,32,0.4);
  border: 2px solid rgba(255,255,255,0.12);
}
.hero-truck-photo {
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: center 60%;
  display: block;
  transition: transform 0.6s ease;
}
.hero-truck-photo-wrap:hover .hero-truck-photo { transform: scale(1.03); }
.hero-truck-badge {
  position: absolute;
  bottom: 16px;
  right: 16px;
  background: rgba(244,123,32,0.92);
  color: white;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 20px;
  letter-spacing: 0.5px;
  backdrop-filter: blur(4px);
  box-shadow: 0 2px 12px rgba(0,0,0,0.3);
}
.services { background: var(--gray-100); }

.services-grid {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.service-photo {
  margin-top: 16px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.service-photo img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  object-position: center;
}

.service-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 36px 28px;
  box-shadow: var(--shadow-sm);
  transition: transform var(--transition), box-shadow var(--transition);
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 4px;
  height: 100%;
  background: var(--orange);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform var(--transition);
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(244,123,32,0.15);
}

.service-card:hover::before { transform: scaleY(1); }

.service-icon {
  width: 64px; height: 64px;
  background: linear-gradient(135deg, rgba(26,60,110,0.08), rgba(26,60,110,0.05));
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  transition: background var(--transition);
}

.service-card:hover .service-icon {
  background: linear-gradient(135deg, rgba(244,123,32,0.15), rgba(244,123,32,0.08));
}

.service-icon svg { width: 32px; height: 32px; color: var(--blue-dark); transition: color var(--transition); }
.service-card:hover .service-icon svg { color: var(--orange); }

.service-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--blue-dark);
  margin-bottom: 10px;
}

.service-card p {
  font-size: 0.89rem;
  color: var(--gray-600);
  line-height: 1.7;
}

.service-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 18px;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--orange);
  transition: gap var(--transition);
}

.service-link:hover { gap: 10px; }

/* ==================== HERO MINI MAP ==================== */
.hero-minimap {
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 16px;
  padding: 10px 18px 10px 10px;
  margin-top: 20px;
  margin-bottom: 24px;
  max-width: 420px;
}
.mm-svg {
  width: 190px;
  flex-shrink: 0;
  height: auto;
  display: block;
}
.mm-land {
  fill: rgba(30,69,128,.85);
  stroke: #5a8ed4;
  stroke-width: .7;
}
.mm-rl {
  stroke: rgba(255,255,255,.22);
  stroke-width: .7;
  stroke-dasharray: 4 3;
  animation: mmFlow 2.5s linear infinite;
}
.mm-rl-hl {
  stroke: rgba(244,123,32,.7);
  stroke-width: 1.2;
  stroke-dasharray: 4 3;
  animation: mmFlow 1.6s linear infinite;
}
.mm-cd  { fill: rgba(255,255,255,.55); }
.mm-hl  { fill: #f47b20; filter: drop-shadow(0 0 3px rgba(244,123,32,.8)); }
.mm-izmir { fill: #f47b20; filter: drop-shadow(0 0 5px rgba(244,123,32,1)); }
.mm-pr {
  fill: none;
  stroke: #f47b20;
  stroke-width: 1.5;
  opacity: 0;
  animation: mmPulse 2.2s ease-out infinite;
}
.mm-label {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
.mm-from {
  color: #f47b20;
  font-weight: 900;
  font-size: .88rem;
  font-family: 'Arial Black', Arial, sans-serif;
  letter-spacing: .5px;
}
.mm-to {
  color: rgba(255,255,255,.8);
  font-size: .82rem;
  font-weight: 600;
}

@keyframes mmFlow  { from { stroke-dashoffset: 14; } to { stroke-dashoffset: 0; } }
@keyframes mmPulse {
  0%   { r: 5;  stroke-width: 2;   opacity: .9; }
  100% { r: 24; stroke-width: .3;  opacity: 0; }
}

@media (max-width: 480px) {
  .hero-minimap { max-width: 100%; }
  .mm-svg { width: 160px; }
  .mm-from, .mm-to { font-size: .78rem; }
}

/* Service card free badge */
.svc-free-badge {
  position: absolute;
  top: -10px; right: 14px;
  background: #f47b20;
  color: #fff;
  font-size: .65rem;
  font-weight: 800;
  padding: 3px 10px;
  border-radius: 20px;
  letter-spacing: .5px;
  box-shadow: 0 2px 8px rgba(244,123,32,.45);
  z-index: 1;
}

/* ==================== WHY US ==================== */
.why-us {
  background: var(--white);
}

.why-us .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.why-us-content .section-sub { margin: 0 0 36px; }

.features-list { display: flex; flex-direction: column; gap: 22px; }

.feature-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.feature-icon {
  width: 48px; height: 48px;
  background: linear-gradient(135deg, var(--blue-dark), var(--blue-light));
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 14px rgba(26,60,110,0.25);
}

.feature-icon svg { width: 22px; height: 22px; color: var(--white); }
.feature-icon-tl { font-size: 1.3rem; font-weight: 900; color: var(--white); line-height: 1; }

.feature-text h4 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--blue-dark);
  margin-bottom: 4px;
}

.feature-text p {
  font-size: 0.87rem;
  color: var(--gray-600);
  line-height: 1.6;
}

.why-us-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.stat-card {
  background: var(--gray-100);
  border-radius: var(--radius-lg);
  padding: 30px 24px;
  text-align: center;
  transition: transform var(--transition), box-shadow var(--transition);
  border: 2px solid transparent;
}

.stat-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: rgba(244,123,32,0.2);
}

.stat-card:first-child {
  background: linear-gradient(135deg, var(--blue-dark), var(--blue-mid));
  color: var(--white);
}

.stat-card:first-child .stat-num { color: var(--orange); }
.stat-card:first-child .stat-label { color: rgba(255,255,255,0.75); }

.stat-icon { font-size: 2rem; margin-bottom: 12px; }

.stat-num {
  font-size: 2.4rem;
  font-weight: 900;
  color: var(--blue-dark);
  line-height: 1;
}

.stat-label {
  font-size: 0.82rem;
  color: var(--gray-600);
  font-weight: 500;
  margin-top: 6px;
}

/* ==================== HOW IT WORKS ==================== */
.how-it-works { background: var(--blue-dark); color: var(--white); }

.how-it-works .section-title { color: var(--white); }
.how-it-works .section-sub { color: rgba(255,255,255,0.7); }

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 60px;
  position: relative;
}


.steps-grid::before {
  content: '';
  position: absolute;
  top: 48px;
  left: calc(12.5% + 24px);
  right: calc(12.5% + 24px);
  height: 2px;
  background: linear-gradient(to right, rgba(244,123,32,0.5), rgba(244,123,32,0.2), rgba(244,123,32,0.5));
}

.step-card {
  text-align: center;
  position: relative;
}

.step-num {
  width: 56px; height: 56px;
  background: var(--orange);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem;
  font-weight: 900;
  color: var(--white);
  margin: 0 auto 20px;
  position: relative;
  z-index: 1;
  box-shadow: 0 6px 20px rgba(244,123,32,0.4);
}

.step-icon-wrap {
  width: 76px; height: 76px;
  background: rgba(255,255,255,0.07);
  border-radius: 20px;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 16px;
  border: 1px solid rgba(255,255,255,0.1);
}

.step-icon-wrap svg { width: 34px; height: 34px; color: var(--orange); }

.step-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 12px;
}

.step-card p {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.7);
  line-height: 1.75;
}

/* ==================== GALLERY ==================== */
.gallery { background: var(--gray-100); }

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 56px;
}

 .gallery-card:nth-child(1) { grid-column: span 2; aspect-ratio: 16/7; }

 .gallery-card {
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4/3;
  position: relative;
  cursor: pointer;
  box-shadow: var(--shadow-sm);
  transition: transform var(--transition), box-shadow var(--transition);
}

.gallery-card:hover { transform: scale(1.02); box-shadow: var(--shadow-lg); }

/* gallery cards 5 & 6 background overrides removed — all cards use .gallery-bg-photo */

.gallery-bg-photo { background: #111; }
.gallery-photo {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.5s ease;
}
.gallery-card:hover .gallery-photo { transform: scale(1.05); }

 /* ==================== LIGHTBOX ==================== */
 .lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
 }

 .lightbox[hidden] { display: none; }

 .lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 18, 30, 0.82);
  backdrop-filter: blur(6px);
 }

 .lightbox-content {
  position: relative;
  width: min(980px, calc(100% - 40px));
  max-height: calc(100% - 70px);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 30px 90px rgba(0,0,0,0.45);
  border: 1px solid rgba(255,255,255,0.12);
  background: #111;
 }

 .lightbox-img {
  width: 100%;
  height: 100%;
  max-height: calc(100vh - 90px);
  object-fit: contain;
  object-position: center;
  display: block;
  background: #111;
 }

 .lightbox-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: rgba(255,255,255,0.12);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background var(--transition), transform var(--transition);
 }

 .lightbox-close:hover {
  background: rgba(255,255,255,0.2);
  transform: translateY(-1px);
 }

/* ==================== TESTIMONIALS ==================== */
.testimonials { background: var(--white); }

/* Slider wrapper */
.testimonials-slider {
  margin-top: 56px;
  position: relative;
  overflow: hidden;
}

.testimonials-track {
  display: flex;
  gap: 28px;
  transition: transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}

.testimonial-card {
  background: var(--gray-100);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  border: 2px solid transparent;
  position: relative;
  flex-shrink: 0;
  /* width set by JS */
}

.testimonial-card:hover {
  box-shadow: var(--shadow-md);
  border-color: rgba(244,123,32,0.2);
}

/* Slider controls */
.tslider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 36px;
}

.tslider-btn {
  width: 44px; height: 44px;
  border-radius: 50%;
  border: 2px solid var(--blue-dark);
  background: var(--white);
  color: var(--blue-dark);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  transition: background var(--transition), color var(--transition);
  flex-shrink: 0;
}
.tslider-btn:hover { background: var(--blue-dark); color: var(--white); }

.tslider-dots {
  display: flex;
  gap: 8px;
}
.tslider-dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: #cdd5e0;
  border: none;
  cursor: pointer;
  transition: background var(--transition), transform var(--transition);
  padding: 0;
}
.tslider-dot.active {
  background: var(--orange);
  transform: scale(1.3);
}

.testimonial-card::before {
  content: '"';
  position: absolute;
  top: 16px; right: 24px;
  font-size: 6rem;
  font-weight: 900;
  color: rgba(26,60,110,0.06);
  line-height: 1;
  font-family: Georgia, serif;
}

.stars {
  display: flex;
  gap: 3px;
  margin-bottom: 16px;
}

.stars svg { width: 18px; height: 18px; color: #fbbf24; fill: #fbbf24; }

.testimonial-text {
  font-size: 0.93rem;
  color: var(--gray-600);
  line-height: 1.75;
  margin-bottom: 22px;
  font-style: italic;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 14px;
}

.author-avatar {
  width: 48px; height: 48px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--white);
  flex-shrink: 0;
}

.author-avatar.av1 { background: linear-gradient(135deg, var(--blue-dark), var(--blue-light)); }
.author-avatar.av2 { background: linear-gradient(135deg, var(--orange), #e8620a); }
.author-avatar.av3 { background: linear-gradient(135deg, #1a5c2e, #2e8a4a); }
.author-avatar.av4 { background: linear-gradient(135deg, #6b21a8, #a855f7); }
.author-avatar.av5 { background: linear-gradient(135deg, #be185d, #ec4899); }
.author-avatar.av6 { background: linear-gradient(135deg, #0f766e, #2dd4bf); }
.author-avatar.av7 { background: linear-gradient(135deg, #b45309, #f59e0b); }
.author-avatar.av8 { background: linear-gradient(135deg, #1e40af, #60a5fa); }

.author-name { font-size: 0.95rem; font-weight: 700; color: var(--blue-dark); }
.author-loc { font-size: 0.8rem; color: var(--gray-400); margin-top: 2px; }

/* ==================== CONTACT ==================== */
.contact { background: var(--gray-100); }

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 50px;
  margin-top: 56px;
}

.contact-info { display: flex; flex-direction: column; gap: 22px; }

.contact-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 24px 22px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  box-shadow: var(--shadow-sm);
  transition: transform var(--transition), box-shadow var(--transition);
}

.contact-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }

.contact-card-icon {
  width: 50px; height: 50px;
  background: linear-gradient(135deg, var(--blue-dark), var(--blue-light));
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(26,60,110,0.22);
}

.contact-card-icon svg { width: 22px; height: 22px; color: var(--white); }

.contact-card-body h4 {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--gray-400);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 4px;
}

.contact-card-body a, .contact-card-body p {
  font-size: 0.98rem;
  color: var(--blue-dark);
  font-weight: 600;
  line-height: 1.5;
}

.contact-card-body a:hover { color: var(--orange); }

.contact-map {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  height: 220px;
}

.contact-map iframe {
  width: 100%; height: 100%;
  border: none;
  display: block;
}

/* Contact Form */
.contact-form-wrap {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 40px 36px;
  box-shadow: var(--shadow-md);
}

.contact-form-wrap h3 {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--blue-dark);
  margin-bottom: 6px;
}

.contact-form-wrap p {
  font-size: 0.88rem;
  color: var(--gray-600);
  margin-bottom: 28px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
}

.form-group label {
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--gray-800);
}

.form-group input,
.form-group select,
.form-group textarea {
  padding: 12px 16px;
  border: 2px solid var(--gray-200);
  border-radius: 10px;
  font-size: 0.92rem;
  color: var(--text);
  transition: border-color var(--transition), box-shadow var(--transition);
  background: var(--white);
  outline: none;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--blue-light);
  box-shadow: 0 0 0 3px rgba(46,110,199,0.12);
}

.form-group input.error,
.form-group select.error,
.form-group textarea.error {
  border-color: #e53e3e;
}

.form-error {
  font-size: 0.78rem;
  color: #e53e3e;
  font-weight: 500;
}

.form-group textarea { resize: vertical; min-height: 110px; }

.form-group select { cursor: pointer; }

.btn-submit {
  width: 100%;
  padding: 14px;
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  color: var(--white);
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: transform var(--transition), box-shadow var(--transition);
  box-shadow: 0 6px 20px rgba(244,123,32,0.3);
}

.btn-submit:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(244,123,32,0.4); }

.form-success {
  display: none;
  background: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
  border-radius: 10px;
  padding: 14px 18px;
  font-size: 0.92rem;
  font-weight: 600;
  text-align: center;
  margin-top: 14px;
}

.form-fail {
  display: none;
  background: #fde8e8;
  border: 1px solid #f5c6c6;
  color: #7b1b1b;
  border-radius: 10px;
  padding: 14px 18px;
  font-size: 0.92rem;
  font-weight: 600;
  text-align: center;
  margin-top: 14px;
}

.form-fail a { color: #c0392b; font-weight: 700; text-decoration: underline; }

/* ==================== MOBILE CTA BAR ==================== */
.mobile-cta-bar {
  display: none;
}

@media (max-width: 768px) {
  .mobile-cta-bar {
    display: flex;
    position: fixed;
    bottom: 0; left: 0; right: 0;
    z-index: 900;
    background: var(--blue-dark);
    border-top: 2px solid rgba(244,123,32,0.5);
    box-shadow: 0 -4px 20px rgba(0,0,0,0.25);
  }

  .mobile-cta-call,
  .mobile-cta-quote,
  .mobile-cta-wa {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 10px 6px 12px;
    text-decoration: none;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    transition: background 0.2s;
  }

  .mobile-cta-call {
    color: #fff;
    background: var(--orange);
  }
  .mobile-cta-call:hover { background: #e06b10; }

  .mobile-cta-quote {
    color: #fff;
    background: rgba(255,255,255,0.08);
    border-left: 1px solid rgba(255,255,255,0.1);
    border-right: 1px solid rgba(255,255,255,0.1);
  }
  .mobile-cta-quote:hover { background: rgba(255,255,255,0.15); }

  .mobile-cta-wa {
    color: #fff;
    background: #25d366;
  }
  .mobile-cta-wa:hover { background: #1ebe59; }

  /* push page content up so sticky bar doesn't cover it */
  body { padding-bottom: 64px; }

  /* hide floating WA button on mobile — bar replaces it */
  .whatsapp-float { display: none; }
}

/* ==================== FOOTER ==================== */
.footer {
  background: var(--blue-dark);
  color: rgba(255,255,255,0.80);
}

.footer-top {
  padding: 70px 0 48px;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: 50px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.footer-brand .logo { justify-content: flex-start; }
.footer-brand .logo-badge-svg { width: 90px; height: 90px; margin-bottom: 12px; }

.footer-brand-desc {
  font-size: 0.87rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.75;
  margin: 18px 0 24px;
}

.footer-social {
  display: flex;
  gap: 10px;
}

.social-link {
  width: 38px; height: 38px;
  background: rgba(255,255,255,0.08);
  border-radius: 9px;
  display: flex; align-items: center; justify-content: center;
  transition: background var(--transition), transform var(--transition);
}

.social-link:hover { background: var(--orange); transform: translateY(-2px); }
.social-link svg { width: 17px; height: 17px; color: var(--white); }

.footer-col h4 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}

.footer-col h4::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 30px; height: 2px;
  background: var(--orange);
}

.footer-links { display: flex; flex-direction: column; gap: 10px; }

.footer-links a {
  font-size: 0.87rem;
  color: rgba(255,255,255,0.62);
  display: flex;
  align-items: center;
  gap: 7px;
  transition: color var(--transition), padding-left var(--transition);
}

.footer-links a:hover { color: var(--orange); padding-left: 4px; }

.footer-links a svg { width: 12px; height: 12px; opacity: 0.5; }

.footer-contact-items { display: flex; flex-direction: column; gap: 14px; }

.footer-contact-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.footer-contact-item svg {
  width: 16px; height: 16px;
  color: var(--orange);
  flex-shrink: 0;
  margin-top: 3px;
}

.footer-contact-item span {
  font-size: 0.86rem;
  color: rgba(255,255,255,0.62);
  line-height: 1.55;
}

.footer-contact-item a {
  font-size: 0.86rem;
  color: rgba(255,255,255,0.62);
  transition: color var(--transition);
}

.footer-contact-item a:hover { color: var(--orange); }

.footer-bottom {
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-copy {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.45);
}

.footer-copy span { color: var(--orange); }

.footer-legal {
  display: flex;
  gap: 20px;
}

.footer-legal a {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.45);
  transition: color var(--transition);
}

.footer-legal a:hover { color: var(--white); }

/* ==================== WHATSAPP FLOAT ==================== */
.whatsapp-float {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
}

.wa-btn {
  width: 60px; height: 60px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 24px rgba(37,211,102,0.45);
  transition: transform var(--transition), box-shadow var(--transition);
  position: relative;
}

.wa-btn:hover { transform: scale(1.1); box-shadow: 0 10px 32px rgba(37,211,102,0.55); }

.wa-btn svg { width: 30px; height: 30px; }

.wa-pulse {
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  background: rgba(37,211,102,0.35);
  animation: pulse 2.2s ease-out infinite;
  pointer-events: none;
}

.wa-tooltip {
  position: absolute;
  right: 72px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--white);
  color: var(--blue-dark);
  font-size: 0.82rem;
  font-weight: 700;
  white-space: nowrap;
  padding: 8px 14px;
  border-radius: 8px;
  box-shadow: var(--shadow-md);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--transition);
}

.wa-tooltip::after {
  content: '';
  position: absolute;
  right: -6px; top: 50%;
  transform: translateY(-50%);
  width: 0; height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid var(--white);
}

.whatsapp-float:hover .wa-tooltip { opacity: 1; }

/* ==================== BACK TO TOP ==================== */
.back-to-top {
  position: fixed;
  bottom: 30px;
  left: 30px;
  width: 44px; height: 44px;
  background: var(--blue-dark);
  color: var(--white);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-md);
  z-index: 800;
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity var(--transition), transform var(--transition);
}

.back-to-top.visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
.back-to-top:hover { background: var(--blue-light); }
.back-to-top svg { width: 20px; height: 20px; }

/* ==================== ANIMATIONS ==================== */
@keyframes fadeInDown {
  from { opacity: 0; transform: translateY(-20px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes floatAnim {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-16px); }
}

@keyframes pulse {
  0%   { transform: scale(1); opacity: 0.7; }
  70%  { transform: scale(1.6); opacity: 0; }
  100% { transform: scale(1.6); opacity: 0; }
}

@keyframes countUp {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Scroll reveal */
.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }
.reveal-delay-5 { transition-delay: 0.5s; }

/* ==================== MOBILE NAV OVERLAY ==================== */
.mobile-nav {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(26,60,110,0.97);
  z-index: 850;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  backdrop-filter: blur(10px);
}

.mobile-nav.open { display: flex; }

.mobile-nav a {
  color: var(--white);
  font-size: 1.3rem;
  font-weight: 700;
  padding: 12px 36px;
  border-radius: 12px;
  transition: background var(--transition);
}

.mobile-nav a:hover { background: rgba(244,123,32,0.2); color: var(--orange); }

.mobile-nav-close {
  position: absolute;
  top: 22px; right: 22px;
  width: 44px; height: 44px;
  background: rgba(255,255,255,0.1);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  transition: background var(--transition);
}

.mobile-nav-close:hover { background: rgba(244,123,32,0.3); }
.mobile-nav-close svg { width: 22px; height: 22px; color: var(--white); }

/* ==================== RESPONSIVE ==================== */
@media (max-width: 1024px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 36px; }
}

@media (max-width: 900px) {
  .hero .container { grid-template-columns: 1fr; gap: 40px; }
  .hero-illustration { max-width: 420px; margin: 0 auto; }
  .why-us .container { grid-template-columns: 1fr; gap: 50px; }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-grid::before { display: none; }
  .contact-grid { grid-template-columns: 1fr; }
  .testimonials-slider { margin-top: 36px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-card:nth-child(1) { grid-column: span 1; aspect-ratio: 4/3; }
}

@media (max-width: 768px) {
  section { padding: 64px 0; }
  .top-bar .container { justify-content: center; }
  .top-bar-left { display: none; }
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .services-grid { grid-template-columns: 1fr; max-width: 420px; margin: 40px auto 0; }
  .form-row { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; text-align: center; }
}

@media (max-width: 480px) {
  .hero-buttons { flex-direction: column; }
  .hero-buttons .btn { width: 100%; justify-content: center; }
  .hero-stats { gap: 16px; }
  .hero-stat-num { font-size: 1.6rem; }
  .why-us-stats { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: 1fr; }
  .contact-form-wrap { padding: 24px 16px; }
  .whatsapp-float { display: none; }
  .back-to-top { bottom: 80px; right: 16px; }
  .section-title { font-size: 1.6rem; }
  .hero-logo-brand { display: none; }
  .hero-truck-photo { height: 240px; }
  .steps-grid { grid-template-columns: 1fr; gap: 20px; }
}
