/* ============================================
   HOME PAGE PREMIUM CSS v2.0
   ============================================ */

/* ═══ HERO ══════════════════════════════════════ */
.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  overflow: hidden;
  padding-top: 118px; /* top-bar + nav */
}

/* Cinematic layered background with real photo */
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  /* Real aerial construction / highway photo — dramatic and cinematic */
  background-image:
    /* Left dark text-area overlay */
    linear-gradient(100deg, rgba(2,8,16,0.97) 0%, rgba(2,8,16,0.90) 30%, rgba(2,8,16,0.62) 55%, rgba(2,8,16,0.25) 75%, rgba(2,8,16,0.1) 100%),
    /* Color tone overlay */
    linear-gradient(135deg, rgba(2,8,16,0.5) 0%, rgba(240,184,64,0.03) 50%, rgba(30,78,216,0.06) 100%),
    /* Photo — aerial highway/construction dramatic shot */
    url('https://images.unsplash.com/photo-1541888946425-d81bb19240f5?w=1920&q=90&fit=crop&crop=center');
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

/* Animated geometric overlay */
.hero-grid-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image:
    linear-gradient(rgba(240,184,64,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(240,184,64,0.025) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(ellipse 80% 80% at 60% 50%, black 20%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse 80% 80% at 60% 50%, black 20%, transparent 80%);
}

/* Structural lines (simulate engineering blueprint) */
.hero-blueprint {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}
.hero-blueprint::before {
  content: '';
  position: absolute;
  right: 5%;
  top: 0; bottom: 0;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(240,184,64,0.15) 20%, rgba(240,184,64,0.15) 80%, transparent);
}
.hero-blueprint::after {
  content: '';
  position: absolute;
  right: 25%;
  top: 0; bottom: 0;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(240,184,64,0.07) 30%, rgba(240,184,64,0.07) 70%, transparent);
}

/* Particles */
.hero-particles {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}
.particle {
  position: absolute;
  border-radius: 50%;
  animation: particleFloat linear infinite;
}
@keyframes particleFloat {
  0%   { transform: translateY(110vh) rotate(0deg); opacity: 0; }
  8%   { opacity: 1; }
  92%  { opacity: 1; }
  100% { transform: translateY(-10vh) rotate(360deg); opacity: 0; }
}

/* RIGHT: Construction Visual Panel */
.hero-right-panel {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 40px 60px 20px;
}
.hero-visual-stack {
  position: relative;
  width: 100%;
  max-width: 480px;
}
/* Main feature card */
.hero-main-card {
  background: rgba(9,21,43,0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(240,184,64,0.18);
  border-radius: 24px;
  padding: 40px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(0,0,0,0.6), 0 0 0 1px rgba(240,184,64,0.08);
}
.hero-main-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--grad-gold);
}
.hero-main-card::after {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 200px; height: 200px;
  background: radial-gradient(circle at top right, rgba(240,184,64,0.08) 0%, transparent 65%);
  pointer-events: none;
}
.hmc-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 16px;
  background: rgba(240,184,64,0.1);
  border: 1px solid rgba(240,184,64,0.2);
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--gold-light);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: var(--font-head);
}
.hmc-badge-dot {
  width: 7px; height: 7px;
  background: var(--gold-light);
  border-radius: 50%;
  animation: pulse 1.5s ease-in-out infinite;
}
.hmc-title {
  font-family: var(--font-head);
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--white);
  line-height: 1.25;
  margin-bottom: 6px;
}
.hmc-sub {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-bottom: 28px;
  letter-spacing: 0.03em;
}
/* Stat row inside card */
.hmc-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 24px;
}
.hmc-stat {
  padding: 16px 12px;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,0.06);
  background: rgba(255,255,255,0.02);
}
.hmc-stat:last-child { border-right: none; }
.hmc-stat-num {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: 1.5rem;
  background: var(--grad-gold);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 4px;
}
.hmc-stat-label { font-size: 0.7rem; color: var(--text-muted); letter-spacing: 0.04em; }
/* Sector tags */
.hmc-sectors {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.hmc-sector {
  font-family: var(--font-head);
  font-size: 0.72rem;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 6px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  color: var(--text-mid);
  letter-spacing: 0.03em;
  transition: all var(--t) var(--ease);
}
.hmc-sector:hover {
  background: rgba(240,184,64,0.08);
  border-color: rgba(240,184,64,0.2);
  color: var(--gold-light);
}

/* Floating accent cards */
.hero-float-card {
  position: absolute;
  background: rgba(3,9,22,0.9);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(240,184,64,0.2);
  border-radius: 16px;
  padding: 14px 18px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.6);
  z-index: 4;
}
.hero-float-1 {
  top: -20px;
  right: -30px;
  display: flex;
  align-items: center;
  gap: 12px;
  animation: floatSlow 5s ease-in-out infinite;
}
.hero-float-2 {
  bottom: 20px;
  left: -30px;
  animation: floatSlow 6s ease-in-out infinite 1s;
}
.hero-float-icon {
  font-size: 1.6rem;
  width: 42px; height: 42px;
  background: rgba(240,184,64,0.1);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.hero-float-label { font-size: 0.7rem; color: var(--text-muted); font-family: var(--font-head); }
.hero-float-value { font-family: var(--font-head); font-weight: 800; font-size: 1rem; color: var(--gold-light); }
.hero-float-2-inner { display: flex; gap: 16px; align-items: center; }
.hero-float-2-text { font-size: 0.72rem; color: var(--text-muted); }
.hero-float-2-text strong { display: block; color: var(--off-white); font-size: 0.8rem; }

/* LEFT: Hero Content */
.hero-content {
  position: relative;
  z-index: 3;
  padding: 0 40px 0 0;
  align-self: center;
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 18px 8px 12px;
  background: rgba(240,184,64,0.08);
  border: 1px solid rgba(240,184,64,0.2);
  border-radius: 50px;
  margin-bottom: 28px;
  font-family: var(--font-head);
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--gold-light);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.hero-eyebrow-dot {
  width: 8px; height: 8px;
  background: var(--gold-light);
  border-radius: 50%;
  animation: pulse 1.5s ease-in-out infinite;
}
.hero-title {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(2.8rem, 5vw, 5.2rem);
  line-height: 1.04;
  color: var(--white);
  margin-bottom: 24px;
  letter-spacing: -0.03em;
}
.hero-title-accent {
  background: linear-gradient(135deg, #f0b840 0%, #e09c22 30%, #f5c842 60%, #c8861a 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: shimmer 4s linear infinite;
  display: block;
}
.hero-subtitle {
  font-size: clamp(0.95rem, 1.8vw, 1.1rem);
  color: var(--text-muted);
  max-width: 560px;
  line-height: 1.85;
  margin-bottom: 40px;
}
.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
/* Authority Badges */
.hero-authorities {
  padding-top: 36px;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.hero-auth-label {
  font-size: 0.72rem;
  color: var(--text-faint);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 14px;
  font-family: var(--font-head);
}
.hero-auth-list {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.hero-auth-badge {
  padding: 6px 14px;
  border-radius: 7px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--text-mid);
  font-family: var(--font-head);
  letter-spacing: 0.05em;
  transition: all var(--t) var(--ease);
}
.hero-auth-badge:hover {
  background: rgba(240,184,64,0.08);
  border-color: rgba(240,184,64,0.2);
  color: var(--gold-light);
}

/* Scroll Indicator */
.hero-scroll {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  color: var(--text-faint);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-family: var(--font-head);
  z-index: 3;
  animation: fadeIn 2s ease 2s both;
}
.scroll-mouse {
  width: 22px; height: 36px;
  border: 1.5px solid rgba(240,184,64,0.25);
  border-radius: 12px;
  position: relative;
}
.scroll-mouse::before {
  content: '';
  position: absolute;
  top: 6px; left: 50%;
  transform: translateX(-50%);
  width: 4px; height: 4px;
  background: var(--gold-light);
  border-radius: 50%;
  animation: scrollDot 1.5s ease-in-out infinite;
}

/* ═══ AUTHORITIES STRIP ══════════════════════════ */
.auth-strip {
  background: var(--navy-2);
  border-top: 1px solid rgba(240,184,64,0.07);
  border-bottom: 1px solid rgba(240,184,64,0.07);
  padding: 28px 0;
  overflow: hidden;
}
.auth-strip-inner {
  display: flex;
  align-items: center;
  gap: 0;
}
.auth-strip-label {
  font-family: var(--font-head);
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--text-faint);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  white-space: nowrap;
  padding-right: 36px;
  border-right: 1px solid rgba(255,255,255,0.07);
  margin-right: 36px;
  flex-shrink: 0;
}
.auth-list {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.auth-chip {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 18px;
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: var(--radius-sm);
  font-family: var(--font-head);
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--text-mid);
  letter-spacing: 0.04em;
  transition: all var(--t) var(--ease);
  white-space: nowrap;
}
.auth-chip:hover {
  background: rgba(240,184,64,0.06);
  border-color: rgba(240,184,64,0.18);
  color: var(--gold-light);
  transform: translateY(-2px);
}
.auth-chip-icon { font-size: 1rem; }

/* ═══ ABOUT TEASER ═══════════════════════════════ */
.about-teaser-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  align-items: center;
}
/* Left: visual */
.about-visual-wrap { position: relative; }
.about-main-visual {
  background: var(--card-bg);
  backdrop-filter: blur(20px);
  border: 1px solid var(--card-border);
  border-radius: 24px;
  padding: 40px;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-md);
}
.about-main-visual::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; height: 3px;
  background: var(--grad-gold);
}
.about-main-visual::after {
  content: '';
  position: absolute;
  bottom: 0; right: 0;
  width: 180px; height: 180px;
  background: radial-gradient(circle at bottom right, rgba(240,184,64,0.07) 0%, transparent 70%);
  pointer-events: none;
}
.about-visual-head {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 28px;
}
.about-visual-logo {
  width: 56px; height: 56px;
  background: var(--grad-gold);
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-head);
  font-weight: 900;
  font-size: 1.2rem;
  color: var(--navy-950);
  flex-shrink: 0;
  box-shadow: 0 4px 16px rgba(240,184,64,0.3);
}
.about-visual-head-text { flex: 1; min-width: 0; }
.about-visual-co {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 0.95rem;
  color: var(--gold-light);
  line-height: 1.2;
}
.about-visual-loc {
  font-size: 0.78rem;
  color: var(--text-muted);
  margin-top: 2px;
}
.about-kpi-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 28px;
}
.about-kpi {
  text-align: center;
  padding: 16px 10px;
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: var(--radius);
  transition: all var(--t) var(--ease);
}
.about-kpi:hover { background: rgba(240,184,64,0.05); border-color: rgba(240,184,64,0.15); }
.about-kpi-val {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: 1.6rem;
  background: var(--grad-gold);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 4px;
}
.about-kpi-label { font-size: 0.68rem; color: var(--text-muted); letter-spacing: 0.04em; }
.about-feat-list { display: flex; flex-direction: column; gap: 0; }
.about-feat-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 0;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  font-size: 0.875rem;
  color: var(--off-white);
}
.about-feat-item:last-child { border-bottom: none; }
.about-feat-check {
  width: 22px; height: 22px;
  background: rgba(74,222,128,0.1);
  border: 1px solid rgba(74,222,128,0.2);
  border-radius: 6px;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.75rem;
  color: #4ade80;
  flex-shrink: 0;
}
/* Floating experience badge */
.about-exp-badge {
  position: absolute;
  bottom: -20px;
  right: -20px;
  background: var(--grad-gold);
  border-radius: 18px;
  padding: 18px 22px;
  text-align: center;
  box-shadow: 0 12px 40px rgba(240,184,64,0.4);
  z-index: 2;
  animation: floatSlow 4s ease-in-out infinite;
}
.about-exp-badge-num {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: 2rem;
  color: var(--navy-950);
  line-height: 1;
}
.about-exp-badge-text {
  font-family: var(--font-head);
  font-size: 0.72rem;
  font-weight: 700;
  color: rgba(2,8,16,0.7);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* Right: text */
.about-teaser-text { min-width: 0; }
/* ─── About Photo Card ───────────────────────── */
.about-photo-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--card-border);
}
.about-photo-img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  filter: brightness(0.88) saturate(0.9);
  transition: all 0.5s var(--ease);
}
.about-photo-card:hover .about-photo-img {
  transform: scale(1.04);
  filter: brightness(0.95) saturate(1.05);
}
.about-photo-overlay {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: linear-gradient(0deg, rgba(2,8,16,0.96) 0%, rgba(2,8,16,0.75) 60%, transparent 100%);
  padding: 24px 24px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.about-photo-overlay-left {
  display: flex;
  align-items: center;
  gap: 12px;
}
.about-photo-kpis {
  display: flex;
  gap: 18px;
  align-items: center;
  flex-shrink: 0;
}
.about-photo-kpi {
  text-align: center;
  font-size: 0.68rem;
  color: rgba(255,255,255,0.55);
  font-family: var(--font-head);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.about-photo-kpi span {
  display: block;
  font-size: 1.05rem;
  font-weight: 900;
  background: var(--grad-gold);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 3px;
}

.about-teaser-desc {
  font-size: 1.02rem;
  color: var(--text-muted);
  line-height: 1.9;
  margin-bottom: 16px;
}
.about-value-pills {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 28px 0 36px;
}
.about-pill {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 18px;
  border-radius: 50px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  font-size: 0.85rem;
  color: var(--off-white);
  font-family: var(--font-head);
  font-weight: 500;
  transition: all var(--t) var(--ease);
}
.about-pill:hover {
  background: rgba(240,184,64,0.07);
  border-color: rgba(240,184,64,0.2);
  color: var(--gold-light);
  transform: translateY(-2px);
}

/* ═══ SERVICES PREVIEW ════════════════════════════ */
.services-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 60px;
}
.service-card {
  background: var(--card-bg);
  backdrop-filter: blur(16px);
  border: 1px solid var(--card-border);
  border-radius: var(--radius-lg);
  padding: 0;
  transition: all var(--t) var(--ease);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
/* Photo thumbnail at top */
.service-card-img {
  position: relative;
  height: 180px;
  overflow: hidden;
  flex-shrink: 0;
}
.service-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7) saturate(0.85);
  transition: all 0.5s var(--ease);
}
.service-card:hover .service-card-img img {
  transform: scale(1.07);
  filter: brightness(0.85) saturate(1);
}
.service-card-number {
  position: absolute;
  bottom: 10px; right: 14px;
  font-family: var(--font-head);
  font-size: 2.2rem;
  font-weight: 900;
  color: rgba(255,255,255,0.9);
  line-height: 1;
  letter-spacing: -0.04em;
  text-shadow: 0 2px 8px rgba(0,0,0,0.6);
  transition: all var(--t) var(--ease);
  z-index: 2;
}
.service-card:hover .service-card-number { color: var(--gold-pale); }
.service-card-body {
  padding: 26px 26px 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.service-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: var(--grad-gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--t) var(--ease);
}
.service-card::after {
  content: '';
  position: absolute;
  bottom: 0; right: 0;
  width: 100px; height: 100px;
  background: radial-gradient(circle at bottom right, rgba(240,184,64,0.06) 0%, transparent 70%);
  pointer-events: none;
  opacity: 0;
  transition: opacity var(--t) var(--ease);
}
.service-card:hover::before { transform: scaleX(1); }
.service-card:hover::after { opacity: 1; }
.service-card:hover {
  transform: translateY(-10px);
  border-color: rgba(240,184,64,0.35);
  box-shadow: 0 24px 60px rgba(0,0,0,0.55), var(--shadow-gold);
}
.service-card-number {
  font-family: var(--font-head);
  font-size: 3rem;
  font-weight: 900;
  color: rgba(240,184,64,0.06);
  line-height: 1;
  position: absolute;
  top: 16px; right: 20px;
  letter-spacing: -0.04em;
  transition: color var(--t) var(--ease);
}
.service-card:hover .service-card-number { color: rgba(240,184,64,0.1); }
.service-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 20px;
  font-size: 0.83rem;
  font-weight: 700;
  color: var(--gold-light);
  font-family: var(--font-head);
  transition: all var(--t) var(--ease);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.service-link:hover { gap: 12px; color: var(--gold-pale); }

/* ═══ WHY CHOOSE US ══════════════════════════════ */
.why-us-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.why-points { display: flex; flex-direction: column; gap: 20px; }
.why-point {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 24px 26px;
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.05);
  transition: all var(--t) var(--ease);
  position: relative;
  overflow: hidden;
}
.why-point::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 3px;
  background: var(--grad-gold);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform var(--t) var(--ease);
  border-radius: 0 2px 2px 0;
}
.why-point:hover::before { transform: scaleY(1); }
.why-point:hover {
  background: rgba(240,184,64,0.03);
  border-color: rgba(240,184,64,0.14);
  transform: translateX(6px);
  box-shadow: var(--shadow-sm);
}
.why-icon {
  font-size: 1.5rem;
  flex-shrink: 0;
  width: 52px; height: 52px;
  border-radius: 14px;
  background: rgba(240,184,64,0.07);
  border: 1px solid rgba(240,184,64,0.13);
  display: flex; align-items: center; justify-content: center;
}
.why-title {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1rem;
  color: var(--white);
  margin-bottom: 6px;
}
.why-desc { font-size: 0.875rem; color: var(--text-muted); line-height: 1.75; }

/* Right side: visual feature block */
.why-right {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.why-feature-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: var(--radius-lg);
  padding: 32px;
  position: relative;
  overflow: hidden;
}
.why-feature-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; height: 2px;
  background: var(--grad-gold);
}
.why-feature-icon { font-size: 2.5rem; margin-bottom: 16px; display: block; }
.why-feature-title {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 1.2rem;
  color: var(--white);
  margin-bottom: 10px;
}
.why-feature-desc { font-size: 0.9rem; color: var(--text-muted); line-height: 1.75; margin-bottom: 20px; }
.why-feature-list { display: flex; flex-direction: column; gap: 10px; }
.why-feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.875rem;
  color: var(--off-white);
}
.why-feature-item::before {
  content: '✓';
  color: var(--gold-light);
  font-weight: 700;
  font-size: 0.8rem;
  width: 20px; height: 20px;
  background: rgba(240,184,64,0.1);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}

/* ═══ CTA BANNER ══════════════════════════════════ */
.cta-banner {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
  /* Real construction site aerial photo */
  background:
    linear-gradient(135deg, rgba(3,9,18,0.94) 0%, rgba(10,24,48,0.9) 40%, rgba(13,31,60,0.88) 70%, rgba(3,9,18,0.94) 100%),
    url('https://images.unsplash.com/photo-1503387762-592deb58ef4e?w=1920&q=80&fit=crop&crop=top') center/cover no-repeat fixed;
}
.cta-bg-pattern {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(ellipse 90% 90% at 50% 50%, rgba(240,184,64,0.06) 0%, transparent 65%),
    repeating-linear-gradient(45deg, rgba(240,184,64,0.018) 0px, transparent 1px, transparent 80px);
  pointer-events: none;
}
.cta-bg-lines {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(240,184,64,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(240,184,64,0.025) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(ellipse 70% 70% at 50% 50%, black, transparent);
  pointer-events: none;
}
.cta-title {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(2.2rem, 4vw, 3.8rem);
  color: var(--white);
  margin-bottom: 20px;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.cta-title span {
  background: var(--grad-gold);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.cta-desc {
  font-size: 1.1rem;
  color: var(--text-muted);
  max-width: 600px;
  margin: 0 auto 44px;
  line-height: 1.8;
}
.cta-actions {
  display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 36px;
}
.cta-divider {
  width: 1px;
  height: 40px;
  background: rgba(255,255,255,0.1);
  margin: 0 4px;
}
.cta-contact-row {
  display: flex; align-items: center; justify-content: center;
  gap: 20px; flex-wrap: wrap;
  font-size: 0.9rem; color: var(--text-muted);
}
.cta-contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--text-mid);
  transition: color var(--t) var(--ease);
}
.cta-contact-item a { color: inherit; transition: inherit; }
.cta-contact-item:hover, .cta-contact-item:hover a { color: var(--gold-light); }
.cta-contact-sep { color: rgba(255,255,255,0.15); }

/* ═══ RESPONSIVE ══════════════════════════════════ */
@media (max-width: 1100px) {
  .hero { grid-template-columns: 1fr; min-height: auto; padding: 160px 0 80px; }
  .hero-right-panel { padding: 40px 0 0; justify-content: flex-start; }
  .hero-content { padding: 0; max-width: 700px; }
  .hero-visual-stack { max-width: 580px; }
  .hero-float-1 { right: -10px; top: -10px; }
  .hero-float-2 { left: -10px; bottom: 10px; }
  .about-teaser-grid { grid-template-columns: 1fr; gap: 48px; }
  .services-preview-grid { grid-template-columns: repeat(2, 1fr); }
  .why-us-wrap { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 768px) {
  .hero { padding: 140px 0 72px; }
  .services-preview-grid { grid-template-columns: 1fr; }
  .cta-contact-row { flex-direction: column; gap: 12px; }
  .cta-divider { display: none; }
  .about-kpi-row { grid-template-columns: repeat(3, 1fr); }
  .hero-float-1, .hero-float-2 { display: none; }
}
@media (max-width: 480px) {
  .hero-actions { flex-direction: column; }
  .hmc-stats { grid-template-columns: repeat(3, 1fr); }
  .cta-actions { flex-direction: column; align-items: center; }
}

/* ═══════════════════════════════════════════════════
   PREMIUM SPECIAL EFFECTS v3.0
   ═══════════════════════════════════════════════════ */

/* ── Hero Ambient Glow Orbs ─────────────────────── */
.hero-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
  filter: blur(70px);
  animation: orbDrift 10s ease-in-out infinite;
}
.hero-orb-1 {
  width: 520px; height: 520px;
  background: radial-gradient(circle, rgba(240,184,64,0.10) 0%, rgba(240,184,64,0.04) 40%, transparent 70%);
  top: 5%; right: 15%;
  animation-duration: 12s;
  animation-delay: 0s;
}
.hero-orb-2 {
  width: 380px; height: 380px;
  background: radial-gradient(circle, rgba(30,78,216,0.14) 0%, rgba(14,50,140,0.06) 40%, transparent 70%);
  top: 55%; right: 5%;
  animation-duration: 9s;
  animation-delay: -4s;
}
.hero-orb-3 {
  width: 260px; height: 260px;
  background: radial-gradient(circle, rgba(240,184,64,0.07) 0%, transparent 70%);
  bottom: 10%; right: 48%;
  animation-duration: 14s;
  animation-delay: -7s;
}
@keyframes orbDrift {
  0%   { transform: translate(0px, 0px) scale(1); }
  25%  { transform: translate(-18px, 12px) scale(1.04); }
  50%  { transform: translate(10px, -18px) scale(0.97); }
  75%  { transform: translate(16px, 8px) scale(1.02); }
  100% { transform: translate(0px, 0px) scale(1); }
}

/* ── Hero Main Card: Gold Scan-Line on Load ──────── */
.hero-main-card {
  position: relative;
  overflow: hidden;
}
.hero-main-card::after {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 200px; height: 200px;
  background: radial-gradient(circle at top right, rgba(240,184,64,0.08) 0%, transparent 65%);
  pointer-events: none;
}
/* scan-line sweep on .hero-card-scanned */
@keyframes scanSweep {
  0%   { transform: translateX(-100%); opacity: 0.7; }
  60%  { opacity: 0.5; }
  100% { transform: translateX(200%); opacity: 0; }
}
.hero-card-scanned .hero-scan-line,
.hero-main-card .hero-scan-line {
  display: none; /* Replaced by pseudo */
}
.hero-main-card.hero-card-scanned::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--grad-gold);
  z-index: 10;
}
/* Add a sweep shimmer when activated */
.hero-card-scanned::after {
  content: '';
  position: absolute;
  top: 0; left: -60%;
  width: 50%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.04), rgba(240,184,64,0.06), transparent);
  animation: scanSweep 1.4s ease forwards;
  pointer-events: none;
  z-index: 9;
}

/* ── Service Card: Image Shimmer Sweep on Hover ─── */
.service-card-img {
  position: relative;
}
.service-card-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    transparent 20%,
    rgba(255,255,255,0.05) 45%,
    rgba(240,184,64,0.08) 50%,
    rgba(255,255,255,0.04) 55%,
    transparent 80%
  );
  background-size: 250% 100%;
  background-position: -100% 0;
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
  z-index: 2;
}
.service-card:hover .service-card-img::after {
  opacity: 1;
  animation: imgShimmerSweep 0.9s ease forwards;
}
@keyframes imgShimmerSweep {
  0%   { background-position: -100% 0; }
  100% { background-position: 200% 0; }
}

/* ── Service Card: Glow Aura (bottom) on Hover ──── */
.service-card {
  --card-glow: rgba(240,184,64,0);
  transition: all 0.32s cubic-bezier(0.4,0,0.2,1), box-shadow 0.05s;
}
.service-card:hover {
  --card-glow: rgba(240,184,64,0.18);
  box-shadow:
    0 28px 70px rgba(0,0,0,0.55),
    0 0 50px var(--card-glow),
    0 0 0 1px rgba(240,184,64,0.28);
}

/* ── Achievement Ticker (infinite marquee) ────────── */
.achieve-ticker {
  background: linear-gradient(90deg, rgba(2,8,16,0.95) 0%, rgba(5,14,30,0.98) 50%, rgba(2,8,16,0.95) 100%);
  border-top: 1px solid rgba(240,184,64,0.12);
  border-bottom: 1px solid rgba(240,184,64,0.12);
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  position: relative;
}
.achieve-ticker::before,
.achieve-ticker::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: 100px;
  z-index: 2;
  pointer-events: none;
}
.achieve-ticker::before {
  left: 0;
  background: linear-gradient(90deg, rgba(2,8,16,0.95), transparent);
}
.achieve-ticker::after {
  right: 0;
  background: linear-gradient(270deg, rgba(2,8,16,0.95), transparent);
}
.achieve-ticker-track {
  display: inline-flex;
  align-items: center;
  gap: 0;
  padding: 14px 0;
  animation: tickerScroll 38s linear infinite;
  will-change: transform;
}
.achieve-ticker:hover .achieve-ticker-track {
  animation-play-state: paused;
}
@keyframes tickerScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.achieve-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 28px;
  font-family: var(--font-head);
  font-size: 0.82rem;
  font-weight: 500;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.04em;
  white-space: nowrap;
  transition: color 0.3s ease;
}
.achieve-item:hover { color: rgba(255,255,255,0.85); }
.achieve-num {
  font-weight: 800;
  font-size: 0.88rem;
  background: linear-gradient(135deg, #f0b840, #e8a820, #f5c842);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.achieve-sep {
  color: rgba(240,184,64,0.35);
  font-size: 0.5rem;
  flex-shrink: 0;
  padding: 0 4px;
}

/* ── Section Dividers: Animated Gold Glow Line ─────── */
.section-gold-divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(240,184,64,0.35) 30%, rgba(240,184,64,0.5) 50%, rgba(240,184,64,0.35) 70%, transparent 100%);
  position: relative;
  overflow: hidden;
}
.section-gold-divider::after {
  content: '';
  position: absolute;
  top: 0; left: -60%;
  width: 40%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.6), transparent);
  animation: dividerShine 3s ease-in-out infinite;
}
@keyframes dividerShine {
  0%   { left: -60%; }
  100% { left: 120%; }
}

/* ── Stat Items: Pulsing Glow on Hover ─────────────── */
.stat-item {
  transition: all 0.3s ease;
}
.stat-item:hover {
  transform: translateY(-6px);
}
.stat-item:hover .stat-num {
  text-shadow: 0 0 20px rgba(240,184,64,0.4);
  filter: brightness(1.15);
}

/* ── About Photo Card: Parallax-scale zoom + gold ring glow ── */
.about-photo-card::after {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: calc(var(--radius-lg) + 2px);
  background: transparent;
  border: 2px solid transparent;
  background-clip: padding-box;
  transition: border-color 0.4s ease, box-shadow 0.4s ease;
  pointer-events: none;
  z-index: 3;
}
.about-photo-card:hover::after {
  border-color: rgba(240,184,64,0.25);
  box-shadow: 0 0 40px rgba(240,184,64,0.12), inset 0 0 20px rgba(240,184,64,0.04);
}

/* ── Hero Eyebrow: outer ring pulse ────────────────── */
.hero-eyebrow-dot {
  position: relative;
}
.hero-eyebrow-dot::before {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 1.5px solid rgba(240,184,64,0.4);
  animation: ringPulse 2s ease-in-out infinite;
}
@keyframes ringPulse {
  0%, 100% { transform: scale(1); opacity: 0.5; }
  50%       { transform: scale(1.6); opacity: 0; }
}

/* ── Why-Point: subtle left glow on hover ─────────── */
.why-point:hover {
  background: rgba(240,184,64,0.03);
  border-color: rgba(240,184,64,0.14);
  transform: translateX(6px);
  box-shadow: -4px 0 20px rgba(240,184,64,0.08), var(--shadow-sm);
}

/* ── Service Image Number: gold glow on hover ─────── */
.service-card:hover .service-card-number {
  color: rgba(240,184,64,0.18);
  text-shadow: 0 0 20px rgba(240,184,64,0.3);
}

/* ── Auth chips: bounce-in on page load ───────────── */
@keyframes chipBounceIn {
  0%   { transform: translateY(14px); opacity: 0; }
  60%  { transform: translateY(-4px); opacity: 1; }
  100% { transform: translateY(0); }
}
.auth-chip:nth-child(1) { animation: chipBounceIn 0.5s 0.1s ease both; }
.auth-chip:nth-child(2) { animation: chipBounceIn 0.5s 0.2s ease both; }
.auth-chip:nth-child(3) { animation: chipBounceIn 0.5s 0.3s ease both; }
.auth-chip:nth-child(4) { animation: chipBounceIn 0.5s 0.4s ease both; }
.auth-chip:nth-child(5) { animation: chipBounceIn 0.5s 0.5s ease both; }
.auth-chip:nth-child(6) { animation: chipBounceIn 0.5s 0.6s ease both; }
.auth-chip:nth-child(7) { animation: chipBounceIn 0.5s 0.7s ease both; }
.auth-chip:nth-child(8) { animation: chipBounceIn 0.5s 0.8s ease both; }

@media (max-width: 768px) {
  .hero-orb { display: none; }
  .achieve-ticker-track { animation-duration: 22s; }
}
