/* ==========================================================================
   RHINOX EQUIPMENT RENTAL LLC — MASTER DESIGN SYSTEM
   Palette: Deep Dark (#070C14), Deep Navy (#0B1F3A), Signal Orange (#FF6A13), Steel (#1E293B)
   Fonts: Barlow Condensed (Headings), Inter (Body), JetBrains Mono (Specs)
   ========================================================================== */

/* ===================== OSPEY REAL ESTATE VISUAL DESIGN SYSTEM ===================== */
:root {
  --navy-dark: #070A11;
  --navy-card: #0D121F;
  --navy-surface: #131A2B;
  --orange-primary: #FF6A13;
  --orange-hover: #E05500;
  --orange-light: rgba(255, 106, 19, 0.15);
  --border-dark: rgba(255, 255, 255, 0.1);
  --border-orange: rgba(255, 106, 19, 0.35);
  
  --font-display: 'Outfit', sans-serif;
  --font-heading: 'Outfit', sans-serif;
  --font-body: 'Plus Jakarta Sans', sans-serif;
  --font-mono: 'JetBrains Mono', monospace;

  --transition-smooth: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  --radius-sm: 8px;
  --radius-card: 20px;
  --radius-pill: 50px;
  --shadow-ospey: 0 20px 40px rgba(0, 0, 0, 0.45);
}

body {
  font-family: var(--font-body);
  background-color: var(--navy-dark);
  color: #C8CDD6;
  overflow-x: hidden;
  line-height: 1.6;
}

/* ==========================================================================
   GLOBAL HIGH-CONTRAST ACCESSIBILITY & READABILITY SYSTEM (WEBSITE-WIDE)
   ========================================================================== */

/* 1. HEADINGS HIERARCHY */
h1, h2, h3, h4, h5, h6,
.font-display, .font-heading,
.hero-main-title, .hero-compact-title, .ospey-hero-title, .hero-giant-title,
.modal-title {
  font-family: var(--font-display) !important;
  color: #FFFFFF !important;
  letter-spacing: -0.01em;
}

/* Secondary Headings */
h3.font-display, h4.font-display, h5.font-display,
.sub-heading {
  color: #E8EBF0 !important;
}

/* 2. PARAGRAPHS, DESCRIPTIONS & SUBTEXT ON DARK BACKGROUNDS */
p,
.lead,
.hero-main-subtext,
.hero-compact-subtext,
.ospey-hero-subtext,
.hero-giant-lead,
.footer-desc,
.ab-equipment-card p,
.ab-testimonial-card p,
.ab-industry-card p,
.process-step-card p,
.testimonial-card p,
.story-card p,
.modal-content p,
.bg-ab-navy p,
.bg-dark-primary p,
.bg-dark-secondary p {
  color: #C8CDD6 !important; /* High-contrast light neutral body text on dark sections */
}

/* 3. MUTED & SECONDARY CAPTIONS ON DARK BACKGROUNDS */
.text-muted,
.small.text-muted,
.font-mono.text-muted,
.text-secondary,
.bg-ab-navy .text-muted,
.bg-dark-primary .text-muted,
.bg-dark-secondary .text-muted,
.site-footer .text-muted,
.ab-equipment-card .text-muted,
.ab-testimonial-card .text-muted,
.ab-industry-card .text-muted,
.modal-content .text-muted,
.footer-bottom span,
.spec-pill,
.ab-spec-chip {
  color: #AEB5C0 !important; /* Clearly readable light grey on dark sections */
}

/* Footer Links & Hover States */
.footer-clean-links a {
  color: #CBD5E1 !important;
}
.footer-clean-links a:hover {
  color: #FF6A13 !important;
}

/* 4. TABLES & EQUIPMENT SPECIFICATIONS (DARK SECTIONS) */
.table-dark,
.table-dark th,
.table-dark td {
  --bs-table-color: #C8CDD6;
  --bs-table-striped-color: #E8EBF0;
}

.table-dark th {
  color: #E8EBF0 !important;
}

.table-dark td {
  color: #FFFFFF !important;
}

/* 5. FORM LABELS & INPUT PLACEHOLDERS */
.form-label {
  color: #1F2937 !important;
}

.bg-ab-navy .form-label,
.bg-dark-primary .form-label,
.bg-dark-secondary .form-label {
  color: #E8EBF0 !important;
}

.form-control::placeholder,
.form-select::placeholder {
  color: #64748B !important;
  opacity: 1;
}

/* 6. HIGH CONTRAST ON LIGHT SLATE / WHITE SECTIONS */
.bg-ab-slate,
.bg-ab-light,
.bg-white,
.ab-feature-box {
  color: #1F2937 !important;
}

.bg-ab-slate h1, .bg-ab-slate h2, .bg-ab-slate h3, .bg-ab-slate h4, .bg-ab-slate h5,
.bg-ab-light h1, .bg-ab-light h2, .bg-ab-light h3, .bg-ab-light h4, .bg-ab-light h5,
.ab-feature-box h4,
.text-navy {
  color: #0A111E !important;
}

.bg-ab-slate p,
.bg-ab-light p,
.ab-feature-box p,
.bg-ab-slate .text-secondary,
.bg-ab-light .text-secondary {
  color: #334155 !important; /* High contrast dark charcoal body text on light backgrounds */
}

.bg-ab-slate .text-muted,
.bg-ab-light .text-muted,
.ab-feature-box .text-muted {
  color: #475569 !important; /* High contrast dark slate subtext on light backgrounds */
}

/* 7. ACCENT HIGHLIGHTS */
.text-orange {
  color: #FF6A13 !important;
}

/* OSPEY HERO & WATERMARK TYPOGRAPHY */
.hero-ospey {
  position: relative;
  background-color: #05080E;
  min-height: calc(100vh - 80px);
  display: flex;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--border-dark);
}

/* FULL-WIDTH CINEMATIC HERO BACKGROUND VIDEO / 3D SCENE VISUAL */
.hero-video-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%) scale(1.05);
  object-fit: cover;
  z-index: 1;
  opacity: 0.72;
  filter: brightness(0.8) contrast(1.15);
  will-change: transform;
  pointer-events: none;
}

/* DARK GRADIENT VIGNETTE OVERLAY */
.hero-ospey-overlay {
  position: absolute;
  inset: 0;
  background: 
    linear-gradient(90deg, rgba(7, 10, 17, 0.92) 0%, rgba(7, 10, 17, 0.6) 55%, rgba(7, 10, 17, 0.2) 100%),
    rgba(0, 0, 0, 0.35);
  pointer-events: none;
  z-index: 2;
}

/* INTEGRATED HERO CONTENT BLOCK */
.hero-content-block {
  background: rgba(7, 10, 17, 0.72);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.55);
  max-width: 540px;
  transition: var(--transition-smooth);
}

.hero-main-title {
  font-size: clamp(2rem, 3.8vw, 3.2rem);
  font-weight: 800;
  line-height: 1.08;
  color: #FFFFFF;
  letter-spacing: -0.01em;
}

.hero-main-subtext {
  font-size: 1.05rem;
  color: #94A3B8;
  line-height: 1.6;
  font-weight: 400;
}

/* CLEAN STICKY GLASS HEADER */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(7, 10, 17, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0.85rem 0;
  transition: var(--transition-smooth);
}

.site-header .nav-link {
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 500;
  color: #CBD5E1 !important;
  padding: 0.5rem 1rem !important;
  transition: var(--transition-smooth);
  position: relative;
}

.site-header .nav-link:hover,
.site-header .nav-link.active {
  color: #FFFFFF !important;
}

.site-header .nav-link.active::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 1rem;
  right: 1rem;
  height: 2px;
  background-color: var(--orange-primary);
  border-radius: 2px;
}

.header-phone-link {
  transition: var(--transition-smooth);
  text-decoration: none;
}

.header-phone-link:hover {
  color: var(--orange-primary) !important;
}

/* CLEAN AGENCY FOOTER STYLES */
.site-footer {
  background-color: #04060B;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 4.5rem 0 2rem;
  color: #94A3B8;
}

.footer-heading {
  color: #FFFFFF;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
}

.footer-clean-links li {
  margin-bottom: 0.65rem;
}

.footer-clean-links a {
  color: #94A3B8;
  text-decoration: none;
  font-size: 0.9rem;
  transition: var(--transition-smooth);
}

.footer-clean-links a:hover {
  color: var(--orange-primary);
  padding-left: 4px;
}

.social-circle-btn {
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  text-decoration: none;
  transition: var(--transition-smooth);
}

.social-circle-btn:hover {
  border-color: var(--orange-primary);
  color: var(--orange-primary);
  background: rgba(255, 106, 19, 0.12);
}

.ospey-glass-card:hover {
  border-color: rgba(255, 106, 19, 0.4) !important;
}

.ospey-pill-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: rgba(255, 106, 19, 0.12);
  border: 1px solid rgba(255, 106, 19, 0.35);
  padding: 0.4rem 1.1rem;
  border-radius: var(--radius-pill);
  font-family: var(--font-mono);
  font-size: 0.8rem;
  color: #FFFFFF;
  letter-spacing: 0.06em;
}

.dot-live {
  width: 8px;
  height: 8px;
  background-color: var(--orange-primary);
  border-radius: 50%;
  box-shadow: 0 0 10px var(--orange-primary);
  animation: pulse-glow 1.8s infinite;
}

.ospey-hero-title {
  font-size: clamp(2.5rem, 4.8vw, 4.2rem);
  font-weight: 800;
  line-height: 1.05;
  color: #FFFFFF;
}

.ospey-hero-subtext {
  font-size: 1.15rem;
  color: #94A3B8;
  line-height: 1.6;
}

/* OSPEY SOFT ROUNDED PILL BUTTONS */
/* OSPEY SOFT ROUNDED PILL BUTTONS */
.btn-ospey-primary {
  background: var(--orange-primary);
  color: #FFFFFF !important;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  padding: 0.75rem 1.8rem;
  border-radius: var(--radius-pill);
  border: none;
  display: inline-flex;
  align-items: center;
  box-shadow: 0 8px 25px rgba(255, 106, 19, 0.35);
  transition: var(--transition-smooth);
}

.btn-ospey-primary:hover {
  background: var(--orange-hover);
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(255, 106, 19, 0.45);
}

.btn-ospey-outline {
  background: rgba(255, 255, 255, 0.04);
  color: #FFFFFF !important;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.75rem 1.8rem;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: inline-flex;
  align-items: center;
  transition: var(--transition-smooth);
}

.btn-ospey-outline:hover {
  border-color: var(--orange-primary);
  background: rgba(255, 106, 19, 0.12);
  transform: translateY(-2px);
}

.btn-ospey-glass {
  background: rgba(255, 255, 255, 0.05);
  color: #FFFFFF !important;
  font-family: var(--font-mono);
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.75rem 1.6rem;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: inline-flex;
  align-items: center;
  transition: var(--transition-smooth);
}

.btn-ospey-glass:hover {
  border-color: var(--orange-primary);
  background: rgba(255, 106, 19, 0.12);
}

/* ===================== AL BARARI (ABRENTAL.AE) DESIGN SYSTEM ===================== */

.bg-ab-navy {
  background-color: #0A111E !important;
}

.bg-ab-slate {
  background-color: #F8FAFC !important;
}

.bg-ab-light {
  background-color: #F1F5F9 !important;
}

.bg-ab-cta {
  background: linear-gradient(135deg, #0A111E 0%, #17243B 100%) !important;
  border-top: 1px solid rgba(255, 106, 19, 0.3);
}

.text-navy {
  color: #0A111E !important;
}

.text-orange {
  color: #FF6A13 !important;
}

/* AB Tags */
.ab-tag-orange {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(255, 106, 19, 0.15);
  border: 1px solid rgba(255, 106, 19, 0.35);
  color: #FF6A13;
  padding: 0.35rem 0.9rem;
  border-radius: 50px;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.ab-tag-navy {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(10, 17, 30, 0.08);
  border: 1px solid rgba(10, 17, 30, 0.2);
  color: #0A111E;
  padding: 0.35rem 0.9rem;
  border-radius: 50px;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
}

/* AB Badges */
.ab-badge-orange {
  background-color: #FF6A13;
  color: #FFFFFF;
  font-family: var(--font-mono);
  font-size: 0.7rem;
  font-weight: 700;
  padding: 0.35rem 0.75rem;
  border-radius: 30px;
  letter-spacing: 0.05em;
}

.ab-spec-chip {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #E2E8F0;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  padding: 0.3rem 0.75rem;
  border-radius: 20px;
}

/* AB Equipment Cards */
.ab-equipment-card {
  background-color: #121B2C;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.ab-equipment-card:hover {
  border-color: #FF6A13;
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(255, 106, 19, 0.18);
}

.ab-img-wrapper {
  background-color: #070B14;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.ab-img-wrapper img {
  filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.5));
  transition: transform 0.4s ease;
}

.ab-equipment-card:hover .ab-img-wrapper img {
  transform: scale(1.06);
}

/* AB Buttons */
.btn-ab-orange {
  background-color: #FF6A13;
  color: #FFFFFF !important;
  font-family: var(--font-display);
  font-weight: 700;
  padding: 0.7rem 1.6rem;
  border-radius: 50px;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(255, 106, 19, 0.3);
}

.btn-ab-orange:hover {
  background-color: #E05500;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(255, 106, 19, 0.45);
}

.btn-ab-navy {
  background-color: #0A111E;
  color: #FFFFFF !important;
  font-family: var(--font-display);
  font-weight: 700;
  padding: 0.75rem 1.8rem;
  border-radius: 50px;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.btn-ab-navy:hover {
  background-color: #17243B;
  transform: translateY(-2px);
}

/* AB Feature Box */
.ab-feature-box {
  transition: all 0.3s ease;
}

.ab-feature-box:hover {
  border-color: #FF6A13 !important;
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(10, 17, 30, 0.08) !important;
}

.ab-step-num {
  font-size: 1.8rem;
  font-weight: 800;
  color: #FF6A13;
  line-height: 1;
}

/* AB Industry Card */
.ab-industry-card {
  position: relative;
  height: 280px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: all 0.4s ease;
}

.ab-industry-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s ease;
}

.ab-industry-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 17, 30, 0.2) 0%, rgba(10, 17, 30, 0.92) 100%);
  z-index: 1;
}

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

.ab-industry-card:hover .ab-industry-bg {
  transform: scale(1.08);
}

.ab-industry-card:hover {
  border-color: #FF6A13;
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(255, 106, 19, 0.18);
}

.ab-icon-badge {
  width: 44px;
  height: 44px;
  background: rgba(255, 106, 19, 0.2);
  border: 1px solid rgba(255, 106, 19, 0.4);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: #FF6A13;
}

/* AB Testimonials */
.ab-testimonial-card {
  background-color: #121B2C;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.35s ease;
}

.ab-testimonial-card:hover {
  border-color: rgba(255, 106, 19, 0.4);
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
}

/* BASE RESET & GLOBAL STYLES */
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: var(--font-body);
  color: var(--text-dark-main);
  background-color: var(--bg-dark-primary);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: var(--bg-dark-primary);
}
::-webkit-scrollbar-thumb {
  background: var(--bg-dark-card);
  border: 1px solid var(--border-dark);
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--orange-primary);
}

/* TYPOGRAPHY */
h1, h2, h3, h4, h5, h6, .font-display {
  font-family: var(--font-heading);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.1;
  color: #FFFFFF;
}

h1 { font-size: clamp(2.5rem, 5.5vw, 4.5rem); font-weight: 800; }
h2 { font-size: clamp(2rem, 3.8vw, 3.2rem); font-weight: 800; }
h3 { font-size: clamp(1.4rem, 2.2vw, 2rem); font-weight: 700; }
h4 { font-size: clamp(1.1rem, 1.5vw, 1.4rem); font-weight: 700; }

p {
  color: var(--text-light-muted);
}

a {
  text-decoration: none;
  color: inherit;
  transition: var(--transition-smooth);
}

img, svg {
  max-width: 100%;
  height: auto;
  display: block;
}

.font-mono {
  font-family: var(--font-mono) !important;
}

.text-hover-orange:hover {
  color: var(--orange-primary) !important;
}

/* AMBIENT CURSOR GLOW */
.cursor-glow {
  position: fixed;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(255, 106, 19, 0.08) 0%, rgba(11, 31, 58, 0.02) 50%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}

/* BUTTONS & BADGES */
.btn-rx-primary {
  background-color: var(--orange-primary);
  color: #FFFFFF !important;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.85rem 1.8rem;
  border-radius: 4px;
  border: 2px solid var(--orange-primary);
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  transition: var(--transition-smooth);
  box-shadow: var(--shadow-orange);
  position: relative;
  overflow: hidden;
}

.btn-rx-primary::before {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 100%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
  transition: 0.5s;
}

.btn-rx-primary:hover::before {
  left: 100%;
}

.btn-rx-primary:hover {
  background-color: var(--orange-hover);
  border-color: var(--orange-hover);
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(255, 106, 19, 0.5);
}

.btn-rx-outline {
  background-color: transparent;
  color: #FFFFFF !important;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.85rem 1.8rem;
  border-radius: 4px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  transition: var(--transition-smooth);
  backdrop-filter: blur(4px);
}

.btn-rx-outline:hover {
  border-color: var(--orange-primary);
  background-color: rgba(255, 106, 19, 0.1);
  color: var(--orange-primary) !important;
  transform: translateY(-3px);
}

.btn-rx-outline-dark {
  background-color: rgba(255, 255, 255, 0.03);
  color: #FFFFFF !important;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.7rem 1.4rem;
  border-radius: 4px;
  border: 1px solid var(--border-dark);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: var(--transition-smooth);
}

.btn-rx-outline-dark:hover {
  border-color: var(--orange-primary);
  background-color: var(--orange-primary);
  color: #FFFFFF !important;
  transform: translateY(-2px);
}

.btn-rx-icon-call {
  background: var(--orange-dim);
  color: var(--orange-primary) !important;
  border: 1px solid var(--orange-primary);
  padding: 0.4rem 0.75rem;
  border-radius: 4px;
}

.bg-orange { background-color: var(--orange-primary) !important; }
.text-orange { color: var(--orange-primary) !important; }
.bg-orange-dim { background-color: var(--orange-dim) !important; }
.bg-dark-card { background-color: var(--bg-dark-card) !important; }
.bg-dark-secondary { background-color: var(--bg-dark-secondary) !important; }
.bg-dark-primary { background-color: var(--bg-dark-primary) !important; }

/* TOP NOTIFICATION BAR */
.top-bar {
  background-color: #04070D;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  color: #94A3B8;
  font-size: 0.82rem;
  z-index: 1031;
  position: relative;
}

/* HEADER & NAVBAR */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  background-color: rgba(7, 12, 20, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0.8rem 0;
  transition: var(--transition-smooth);
}

.site-header.scrolled {
  background-color: rgba(7, 12, 20, 0.95);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
  padding: 0.6rem 0;
}

.logo {
  height: 55px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 2px 8px rgba(0,0,0,0.5));
}

.nav-link {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #CBD5E1 !important;
  padding: 0.5rem 1rem !important;
  transition: var(--transition-smooth);
  position: relative;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: var(--orange-primary);
  transition: var(--transition-smooth);
  transform: translateX(-50%);
}

.nav-link:hover, .nav-link.active {
  color: #FFFFFF !important;
}

.nav-link:hover::after, .nav-link.active::after {
  width: 70%;
}

/* ===================== FULL-BLEED CINEMATIC HERO SECTION ===================== */
.hero-fullbleed {
  position: relative;
  background-color: #04070D;
  min-height: calc(100vh - 80px);
  display: flex;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--border-dark);
}

.hero-fullbleed-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.32;
  filter: brightness(0.6) contrast(1.3);
  will-change: transform;
}

.hero-vignette-overlay {
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(circle at 75% 50%, rgba(4, 7, 13, 0.4) 0%, rgba(4, 7, 13, 0.95) 75%),
    linear-gradient(180deg, rgba(4, 7, 13, 0.85) 0%, rgba(4, 7, 13, 0.98) 100%);
  pointer-events: none;
}

.hero-scanlines {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 106, 19, 0.03) 1px, transparent 1px);
  background-size: 100% 4px;
  pointer-events: none;
  opacity: 0.4;
}

.hero-brand-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: rgba(255, 106, 19, 0.12);
  border: 1px solid rgba(255, 106, 19, 0.4);
  padding: 0.45rem 1.2rem;
  border-radius: 30px;
  color: #FFFFFF;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  box-shadow: 0 4px 20px rgba(255, 106, 19, 0.15);
}

.status-indicator {
  width: 8px;
  height: 8px;
  background-color: var(--orange-primary);
  border-radius: 50%;
  box-shadow: 0 0 10px var(--orange-primary);
  animation: pulse-glow 1.8s infinite;
}

@keyframes pulse-glow {
  0% { transform: scale(0.9); opacity: 0.7; }
  50% { transform: scale(1.3); opacity: 1; box-shadow: 0 0 16px var(--orange-primary); }
  100% { transform: scale(0.9); opacity: 0.7; }
}

.hero-giant-title {
  font-size: clamp(3.6rem, 7.5vw, 6.8rem);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  text-shadow: 0 15px 40px rgba(0, 0, 0, 0.95);
}

.hero-giant-lead {
  font-size: clamp(1.1rem, 1.4vw, 1.35rem);
  color: #94A3B8;
  max-width: 560px;
  font-weight: 400;
  line-height: 1.6;
}

.btn-rx-call-direct {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #FFFFFF !important;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.85rem 1.6rem;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  transition: var(--transition-smooth);
}

.btn-rx-call-direct:hover {
  border-color: var(--orange-primary);
  background: rgba(255, 106, 19, 0.15);
  transform: translateY(-2px);
}

.hero-excavator-col {
  z-index: 4;
}

.hero-excavator-stage {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-bottom: 1rem;
}

.hero-excavator-hero-img {
  max-height: 580px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 40px 70px rgba(0, 0, 0, 0.95));
  transform-origin: center bottom;
  will-change: transform;
  position: relative;
  z-index: 3;
}

.hero-shadow-ground {
  position: absolute;
  bottom: 2.2rem;
  left: 5%;
  right: 5%;
  height: 60px;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.98) 0%, rgba(4, 7, 13, 0.6) 50%, transparent 80%);
  border-radius: 50%;
  filter: blur(18px);
  z-index: 2;
  pointer-events: none;
}

.stat-icon-wrap {
  width: 48px;
  height: 48px;
  background: var(--orange-dim);
  border: 1px solid rgba(255, 106, 19, 0.3);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}

/* STATS TICKER / FEATURE BAR */
.stat-box-card {
  background: rgba(21, 32, 51, 0.6);
  border: 1px solid var(--border-dark);
  border-radius: 6px;
  padding: 1.2rem 1rem;
  transition: var(--transition-smooth);
}

.stat-box-card:hover {
  border-color: var(--orange-primary);
  background: rgba(21, 32, 51, 0.95);
  transform: translateY(-4px);
}

.stat-number {
  font-family: var(--font-heading);
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--orange-primary);
  line-height: 1;
}

/* HORIZONTAL FLEET SHOWCASE TRACK */
.horizontal-showcase-wrapper {
  position: relative;
  background-color: var(--bg-dark-secondary);
  color: #FFFFFF;
  padding: 6rem 0;
  overflow: hidden;
  border-bottom: 1px solid var(--border-dark);
}

.horizontal-track-container {
  display: flex;
  gap: 2rem;
  padding: 2rem 0;
  will-change: transform;
}

.equipment-card-horizontal {
  flex: 0 0 350px;
  background: var(--bg-dark-card);
  border: 1px solid var(--border-dark);
  border-radius: 10px;
  padding: 1.8rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: var(--transition-smooth);
  position: relative;
  overflow: hidden;
}

.equipment-card-horizontal::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--orange-primary), transparent);
  opacity: 0;
  transition: var(--transition-smooth);
}

.equipment-card-horizontal:hover {
  border-color: rgba(255, 106, 19, 0.4);
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
  background: var(--bg-dark-card-hover);
}

.equipment-card-horizontal:hover::before {
  opacity: 1;
}

.equipment-card-img-wrapper {
  background: #090F1A;
  border-radius: 8px;
  padding: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 190px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.equipment-card-img {
  max-height: 175px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 12px 20px rgba(0, 0, 0, 0.7));
  transition: var(--transition-smooth);
}

.equipment-card-horizontal:hover .equipment-card-img {
  transform: scale(1.08) translateY(-4px);
}

.spec-pill {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-family: var(--font-mono);
  font-size: 0.8rem;
  padding: 0.35rem 0.7rem;
  border-radius: 4px;
  color: #CBD5E1;
}

/* PINNED SCROLL STORY SECTION */
.scroll-story-section {
  position: relative;
  background-color: var(--bg-dark-primary);
  color: #FFFFFF;
  padding: 7rem 0;
  border-bottom: 1px solid var(--border-dark);
}

.story-step-num {
  font-family: var(--font-heading);
  font-size: 3.5rem;
  font-weight: 800;
  color: var(--orange-primary);
  line-height: 1;
  opacity: 0.9;
}

.story-card {
  background: var(--bg-dark-card);
  border: 1px solid var(--border-dark);
  border-left: 4px solid var(--orange-primary);
  padding: 2.2rem;
  border-radius: 0 10px 10px 0;
  margin-bottom: 1.8rem;
  transition: var(--transition-smooth);
}

.story-card:hover {
  transform: translateX(8px);
  box-shadow: var(--shadow-dark);
  border-top-color: rgba(255, 106, 19, 0.3);
}

/* INDUSTRIES SECTOR CARDS */
.industry-card-modern {
  position: relative;
  background: var(--bg-dark-card);
  border: 1px solid var(--border-dark);
  border-radius: 10px;
  padding: 2.2rem 1.8rem;
  overflow: hidden;
  transition: var(--transition-smooth);
  height: 100%;
}

.industry-card-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.15;
  filter: brightness(0.6);
  transition: var(--transition-smooth);
}

.industry-card-modern:hover {
  border-color: var(--orange-primary);
  transform: translateY(-6px);
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.5);
}

.industry-card-modern:hover .industry-card-bg {
  opacity: 0.3;
  transform: scale(1.05);
}

.industry-icon-box {
  width: 60px;
  height: 60px;
  background: var(--orange-dim);
  border: 1px solid rgba(255, 106, 19, 0.4);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: var(--orange-primary);
  margin-bottom: 1.5rem;
}

/* 4-STEP RENTAL PROCESS FLOW */
.process-step-card {
  position: relative;
  background: var(--bg-dark-card);
  border: 1px solid var(--border-dark);
  border-top: 4px solid var(--orange-primary);
  padding: 2.2rem 1.6rem;
  border-radius: 8px;
  height: 100%;
  transition: var(--transition-smooth);
}

.process-step-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.5);
  border-color: rgba(255, 106, 19, 0.4);
}

.process-num {
  font-family: var(--font-mono);
  font-size: 2rem;
  font-weight: 800;
  color: var(--orange-primary);
  margin-bottom: 1rem;
}

/* TESTIMONIAL / TRUST SECTION */
.testimonial-card {
  background: var(--bg-dark-card);
  border: 1px solid var(--border-dark);
  border-radius: 10px;
  padding: 2rem;
  height: 100%;
  position: relative;
  transition: var(--transition-smooth);
}

.testimonial-card:hover {
  border-color: var(--orange-primary);
  transform: translateY(-4px);
}

.quote-icon {
  font-size: 2.5rem;
  color: rgba(255, 106, 19, 0.25);
  line-height: 1;
}

/* SECTIONS & CARDS GENERAL */
.section-padding {
  padding: 6rem 0;
}

.section-eyebrow {
  font-family: var(--font-mono);
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--orange-primary);
  letter-spacing: 0.12em;
  margin-bottom: 0.6rem;
}

.bg-light-canvas {
  background-color: var(--bg-light-canvas) !important;
  color: var(--text-dark-main) !important;
}

.bg-light-canvas h1, .bg-light-canvas h2, .bg-light-canvas h3, .bg-light-canvas h4 {
  color: var(--text-dark-main) !important;
}

/* FOOTER */
.site-footer {
  background-color: #04070D;
  color: #94A3B8;
  padding: 6rem 0 2rem;
  border-top: 1px solid var(--border-dark);
}

.footer-title {
  color: #FFFFFF;
  font-size: 1.25rem;
  margin-bottom: 1.4rem;
  position: relative;
  padding-bottom: 0.5rem;
}

.footer-title::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 30px; height: 2px;
  background: var(--orange-primary);
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 0.7rem;
}

.footer-links a {
  color: #CBD5E1;
  font-size: 0.95rem;
  transition: var(--transition-smooth);
}

.footer-links a:hover {
  color: var(--orange-primary);
  padding-left: 5px;
}

.social-rail .social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  color: #FFFFFF;
  margin-right: 0.6rem;
  transition: var(--transition-smooth);
}

.social-rail .social-btn:hover {
  background: var(--orange-primary);
  border-color: var(--orange-primary);
  color: #FFFFFF !important;
  transform: translateY(-3px);
}

/* BACK TO TOP */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 48px;
  height: 48px;
  background-color: var(--orange-primary);
  color: #FFFFFF;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition-smooth);
  box-shadow: var(--shadow-orange);
}

.back-to-top.active {
  opacity: 1;
  visibility: visible;
}

.back-to-top:hover {
  background-color: var(--orange-hover);
  transform: translateY(-4px);
}

.max-h-250 {
  max-height: 250px;
}

.max-w-700 {
  max-width: 700px;
}

/* UTILITY CLASSES */
.pointer-events-none { pointer-events: none; }
.border-orange { border-color: var(--orange-primary) !important; }
