@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght,ROND@6..144,1..1000,100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');


@font-face {
  font-family: 'Digital';
  src: url('../assets/fonts/digital.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {

  font-family: 'led';
  src: url('../assets/fonts/digital.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: '404';
  src: url('../assets/fonts/404.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}



.fa-solid {

  font-size: 22px;
}


:root {

  /* Brand Primary Colors */
  --omega-blue: #0E43D8;
  --omega-blue-hover: #dfdfdf;
  --omega-blue-deep: #0c0c0c;
  --omega-blue-dark: #1c1c1c;
  --omega-cyan: #ffffff;
  --omega-cyan-glow: rgba(0, 210, 255, 0.35);

  /* Secondary & Accents */
  --omega-accent-amber: #FF9F1C;
  --omega-accent-green: #10B981;
  --omega-accent-red: #EF4444;
  --omega-sand: #F7F5F0;
  --omega-sand-dark: #EFECE6;

  /* Neutrals & Grayscale */
  --color-white: #FFFFFF;
  --color-bg-light: #F8FAFC;
  --color-bg-card: #FFFFFF;
  --color-border: #E2E8F0;
  --color-border-light: #EDF2F7;
  --color-text-main: #1A202C;
  --color-text-muted: #64748B;
  --color-text-subtle: #94A3B8;

  /* Dark Tech Section */
  --dark-bg: #0A0F1D;
  --dark-surface: #111827;
  --dark-card: #1E293B;
  --dark-border: #334155;
  --dark-text: #F8FAFC;
  --dark-text-muted: #94A3B8;

  /* Google Sans Flex / Rounded Typography & Digital LED Font */
  --font-primary: 'Google Sans Flex', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-heading: 'Google Sans Flex', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-digital: 'Digital', 'Digital-7', monospace;
  /* Elevation & Shadows */
  --shadow-sm: 0 2px 6px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.03);
  --shadow-md: 0 6px 16px -2px rgba(0, 0, 0, 0.07), 0 2px 6px -1px rgba(0, 0, 0, 0.04);
  --shad;
  --shadow-lg: 0 14px 28px -4px rgba(14, 67, 216, 0.12), 0 6px 12px -2px rgba(0, 0, 0, 0.05);
  ow-xl: 0 22px 40px -8px rgba(10, 34, 100, 0.18), 0 8px 16px -4px rgba(0, 0, 0, 0.08);
  --shadow-glow: 0 0 32px rgba(14, 67, 216, 0.28);
  --shadow-cyan-glow: 0 0 28px rgba(0, 210, 255, 0.35);

  /* Full Roundness Tokens */
  --radius-xs: 10px;
  --radius-sm: 16px;
  --radius-md: 24px;
  --radius-lg: 36px;
  --radius-xl: 48px;
  --radius-full: 9999px;
  --container-max: 1320px;
  --container-wide: 1480px;
  --transition-fast: 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  --transition-smooth: 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  --header-height: 80px;
  --topbar-height: 42px;
}

/* ==========================================================================
   MATERIAL SYMBOLS (FILLED & ROUNDED)
   ========================================================================== */
.material-symbols-rounded {
  font-family: 'Material Symbols Rounded';
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-variation-settings:
    'FILL' 1,
    'wght' 600,
    'GRAD' 0,
    'opsz' 24;
  vertical-align: middle;
  flex-shrink: 0;
  /* background: linear-gradient(155deg, #FFFFFF 0%, #E2E8F0 25%, #CBD5E1 55%, #94A3B8 85%, #E2E8F0 100%); */
}

.icon-xs {
  font-size: 15px;
}

.icon-sm {
  font-size: 18px;
}

.icon-md {
  font-size: 24px;
}

.icon-lg {
  font-size: 32px;
}

.icon-xl {
  font-size: 42px;
}

/* ==========================================================================
   CSS RESET & BASE
   ========================================================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 20px);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--font-primary);
  background-color: var(--color-bg-light);
  color: #0c0c0c;
  line-height: 1.6;
  overflow-x: hidden;
  /* background: linear-gradient(155deg, #FFFFFF 0%, #E2E8F0 25%, #CBD5E1 55%, #94A3B8 85%, #E2E8F0 100%); */
}

img,
svg,
picture {
  display: block;
  max-width: 100%;
  border-radius: inherit;
}

a {
  color: var(--omega-blue);
  text-decoration: none;
  transition: all var(--transition-fast);
}

a:hover {
  color: var(--omega-blue-hover);
}

ul,
ol {
  list-style: none;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  border: none;
  outline: none;
  background: none;
}

/* ==========================================================================
   TYPOGRAPHY
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
  color: var(--color-text-main);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

h1 {
  font-size: clamp(2.4rem, 4.5vw, 3.8rem);
  font-weight: 800;
}

h2 {
  font-size: clamp(1.9rem, 3.2vw, 2.75rem);
  font-weight: 700;
}

h3 {
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  font-weight: 600;
}

h4 {
  font-size: 1.25rem;
  font-weight: 600;
}

p {
  color: var(--color-text-muted);
  font-size: 1.05rem;
}


.text-gradient {
  background: linear-gradient(135deg, var(--omega-blue) 0%, #1861cf 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-gold {
  background: linear-gradient(135deg, #FFB703 0%, #FB8500 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Section Header Utility */
.section-header {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 3.5rem auto;
}






.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 1.2rem;
  background-color: rgba(14, 67, 216, 0.08);
  color: var(--omega-blue);
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-radius: var(--radius-full);
  margin-bottom: 1.2rem;
}

.section-tag.dark {
  background-color: rgba(0, 210, 255, 0.12);
  color: var(--omega-cyan);
  border: 1px solid rgba(0, 210, 255, 0.25);
}

.section-header h2 {
  margin-bottom: 1rem;
}

.section-header p {
  font-size: 1.15rem;
  color: var(--color-text-muted);
}

/* ==========================================================================
   CONTAINERS & LAYOUT
   ========================================================================== */
.container {
  width: 100%;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 1.5rem;
}

.container-wide {
  width: 100%;
  max-width: var(--container-wide);
  margin: 0 auto;
  padding: 0 1.5rem;
}

.section-padding {
  padding: 6.5rem 0;
}

.section-padding-sm {
  padding: 4rem 0;
}

.bg-sand {
  background-color: var(--omega-sand);
}

.bg-white {
  background-color: var(--color-white);
}

.bg-dark {
  background-color: var(--dark-bg);
  color: var(--dark-text);
}

.bg-dark h2,
.bg-dark h3,
.bg-dark h4 {
  color: var(--color-white);
}

.bg-dark p {
  color: var(--dark-text-muted);
}

/* ==========================================================================
   BUTTONS & CTAS (ROUNDED PILL DESIGN)
   ========================================================================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.85rem 1.9rem;
  font-weight: 600;
  font-size: 0.98rem;
  border-radius: var(--radius-full);
  cursor: pointer;
  transition: all var(--transition-smooth);
  text-decoration: none;
  white-space: nowrap;
}

.btn-primary {
  background-color: var(--omega-blue);
  color: var(--color-white);
  box-shadow: 0 4px 16px rgba(14, 67, 216, 0.35);
}

.btn-primary:hover {
  background-color: var(--omega-blue-hover);
  color: var(--color-white);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(14, 67, 216, 0.45);
}

.btn-cyan {
  background-color: var(--omega-cyan);
  color: var(--dark-bg);
  font-weight: 700;
  box-shadow: 0 4px 16px rgba(0, 210, 255, 0.35);
}

.btn-cyan:hover {
  background-color: #181818;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 8px 26px rgba(0, 210, 255, 0.5);
}

.btn-secondary {
  background-color: transparent;
  color: var(--omega-blue);
  border: 1.8px solid var(--omega-blue);
}

.btn-secondary:hover {
  background-color: var(--omega-blue);
  color: var(--color-white);
  transform: translateY(-2px);
}

.btn-secondary-white {
  background-color: transparent;
  color: var(--color-white);
  border: 1.8px solid rgba(255, 255, 255, 0.45);
}


.btn-secondary-white:hover {
  background-color: var(--color-white);
  color: var(--omega-blue-deep);
  border-color: var(--color-white);
  transform: translateY(-2px);
}



.btn-outline-dark {
  background: rgb(224 242 251);
  /* color: var(--color-white); */
  border: 1.5px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(8px);
}

.btn-outline-dark:hover {

  /* background: rgba(255, 255, 255, 0.14); */
  /* border-color: var(--omega-cyan); */
  color: #424242;
  transform: translateY(-2px);
}

.btn-link {
  padding: 0;
  background: none;
  color: var(--omega-blue);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.btn-link:hover {
  color: var(--omega-blue-hover);
  text-decoration: underline;
}

.btn-link-white {
  color: var(--omega-cyan);
}

.btn-link-white:hover {
  color: #67e8f9;
}

.btn-sm {
  padding: 0.6rem 1.35rem;
  font-size: 0.88rem;
}

.btn-lg {
  padding: 1.1rem 2.4rem;
  font-size: 1.08rem;
}


/* ==========================================================================
   HEADER & TOPBAR NAVIGATION
   ========================================================================== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: var(--color-white);
  box-shadow: var(--shadow-sm);
  transition: all var(--transition-smooth);
}

.site-header.scrolled {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}


/* Top utility bar */
.top-bar {
  background-color: rgb(48, 48, 48);
  color: #38393a;
  font-size: 0.82rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  /* background: linear-gradient(155deg, #FFFFFF 0%, #E2E8F0 25%, #CBD5E1 55%, #94A3B8 85%, #E2E8F0 100%); */
}

.top-bar .container-wide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: var(--topbar-height);
}

.top-bar-left,
.top-bar-right {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.top-bar a {
  color: #E0E7FF;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-weight: 500;
  transition: color var(--transition-fast);
}

.top-bar a:hover {
  color: white;
}

.emergency-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background-color: white;
  color: #000000 !important;
  font-weight: 700;
  padding: 0.25rem 0.85rem;
  border-radius: var(--radius-full);
  font-size: 0.78rem;
  animation: pulse-badge 2s infinite;
}


@keyframes pulse-badge {
  0% {
    box-shadow: 0 0 0 0 rgb(243 243 243 / 75%);
  }

  70% {
    box-shadow: 0 0 0 8px rgba(220, 38, 38, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(220, 38, 38, 0);
  }
}

/* Main Navigation Bar */
.main-nav-bar {
  height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
}

.brand-logo-icon {

  width: 44px;
  height: 44px;
  /* background: linear-gradient(135deg, var(--omega-blue) 0%, #062883 100%); */
  color: var(--color-white);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 900;
  font-family: var(--font-heading);
  box-shadow: 0 4px 12px rgb(2 2 2 / 30%);
  position: relative;
  overflow: hidden;
  background: #181818;
}

.brand-logo-icon::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgb(255 255 255 / 84%), transparent);
  animation: logo-shine 4s infinite;
}


@keyframes logo-shine {

  0%,
  80% {
    left: -100%;
  }

  100% {
    left: 100%;
  }
}

.brand-logo-text {
  text-align: center;
  display: flex;
  flex-direction: column;
}


.brand-name {
  font-family: var(--font-heading);
  font-size: 1.55rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: #212222 !important;
  line-height: 1;
}

.brand-sub {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #5c5959;
  text-transform: uppercase;
}

/* Nav Links */
.nav-menu {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  height: 100%;
}

.nav-item {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.nav-link {

  color: var(--color-text-main);
  font-weight: 600;
  font-size: 0.94rem;
  padding: 0.6rem 1rem;
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  gap: 0.4rem;
  transition: all var(--transition-fast);
  cursor: pointer;
  text-transform: uppercase;
}

.nav-link:hover,
.nav-item.active .nav-link {
  color: var(--omega-blue);
  background-color: rgba(14, 67, 216, 0.06);
}

.nav-dropdown-icon {
  font-size: 18px !important;
  transition: transform var(--transition-fast);
}

.nav-item:hover .nav-dropdown-icon {
  transform: rotate(180deg);
}

/* Nav Action Buttons */
.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.search-trigger-btn {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text-main);
  border-radius: var(--radius-full);
  cursor: pointer;
  transition: background-color var(--transition-fast);
}

.search-trigger-btn:hover {
  background-color: var(--color-border-light);
  color: var(--omega-blue);
}

.mobile-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  color: var(--color-text-main);
  border-radius: var(--radius-full);
  cursor: pointer;
}

.mobile-menu-toggle:hover {
  background-color: var(--color-bg-light);
}

/* ==========================================================================
   MEGA MENUS
   ========================================================================== */
.mega-menu {

  position: absolute;
  top: 100%;
  left: 70%;
  transform: translateX(-50%) translateY(10px);
  background-color: var(--color-white);
  width: 960px;
  max-width: 95vw;
  box-shadow: var(--shadow-xl);
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border);
  padding: 2.25rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 1000;
}

.nav-item:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}


.mega-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.75rem;
}

.mega-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
}

.mega-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.mega-col h4 {

  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #383838;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid rgba(14, 67, 216, 0.1);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.mega-links-list li {
  margin-bottom: 0.6rem;
}

.mega-links-list a {
  display: block;
  padding: 0.5rem 0.85rem;
  border-radius: var(--radius-sm);
  color: var(--color-text-main);
  font-size: 0.92rem;
  font-weight: 500;
  transition: all var(--transition-fast);
}

.mega-links-list a:hover {
  background-color: var(--color-bg-light);
  color: var(--omega-blue);
  transform: translateX(4px);
}

.mega-card-featured {
  background: linear-gradient(135deg, #FFFFFF 0%, #F1F5F9 100%);
  border: 1px solid #CBD5E1;
  border-radius: var(--radius-md);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #1E293B;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05), inset 0 1px 0 #FFFFFF;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.mega-card-featured::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, var(--omega-blue) 0%, var(--omega-cyan) 100%);
}

.mega-card-featured h5 {
  color: #0B1938;
  font-size: 1.05rem;
  font-weight: 800;
  margin-bottom: 0.4rem;
  letter-spacing: -0.01em;
}

.mega-card-featured p {
  color: #64748B;
  font-size: 0.86rem;
  line-height: 1.45;
  margin-bottom: 1.25rem;
}

.mega-card-featured .btn {
  align-self: flex-start;
}


/* ==========================================================================
   HERO ELEVATOR SIMULATOR CAROUSEL (BRUSHED METALLIC STEEL & COP PANEL)
   ========================================================================== */
.hero-elevator-carousel-section {
  position: relative;
  width: 100%;
  padding-top: calc(var(--header-height) + var(--topbar-height));
  background: linear-gradient(135deg, #EDF2F7 0%, #E2E8F0 50%, #CBD5E1 100%);
  overflow: hidden;
  border-bottom: 1px solid #CBD5E1;
}

/* Elevator Telemetry Top Bar (Metallic Aluminum) */
.elevator-top-display-bar {
  background: linear-gradient(180deg, #F8FAFC 0%, #E2E8F0 100%);
  border-bottom: 1px solid #CBD5E1;
  padding: 0.55rem 0;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  color: #64748B;
  position: relative;
  z-index: 25;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.elevator-status-strip {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.status-indicator {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
}

.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #10B981;
  box-shadow: 0 0 8px #10B981;
  animation: pulse-badge 2s infinite;
}

.status-text {
  color: #1E293B;
  font-family: var(--font-heading);
  font-weight: 800;
}

.telemetry-label {
  color: #64748B;
  font-weight: 700;
}

.telemetry-value {
  color: var(--omega-blue);
  /* font-family: monospace; */
  font-weight: 800;
  font-size: 0.85rem;
}

.nom-tag {
  color: #059669;
}

/* Elevator inner wrapper: positioning context for COP panel */
.elevator-inner {
  position: relative;
  width: 100%;
}

/* Elevator Shaft Viewport */
.elevator-shaft-viewport {
  position: relative;
  width: 100%;
  height: calc(88vh - var(--header-height));
  min-height: 600px;
  max-height: 820px;
  overflow: hidden;
}

/* Vertical Sliding Track of Floors */
.elevator-floors-track {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 1.25s cubic-bezier(0.77, 0, 0.175, 1);
  will-change: transform;
}

/* Individual Floor Slide */
.elevator-floor-slide {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.floor-media-wrapper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.floor-video,
.floor-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.03);
  transition: transform 6s ease-out;
}

.elevator-floor-slide.active .floor-video,
.elevator-floor-slide.active .floor-image {
  transform: scale(1);
}

/* Bright Brushed Metallic Glass Overlay (Light & High Contrast) */
.floor-overlay-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,
      rgba(255, 255, 255, 0.714) 0%,
      rgb(241 245 249 / 45%) 42%,
      rgb(226 232 240 / 2%) 75%,
      rgba(203, 213, 225, 0.3) 100%),
    linear-gradient(180deg,
      rgb(255 255 255 / 0%) 0%,
      transparent 35%,
      rgba(226, 232, 240, 0.472) 100%);
  z-index: 2;
  opacity: 10;
}

/* Panoramic Elevator Glass Reflection Effect */
.elevator-glass-reflection {
  position: absolute;
  inset: 0;
  background: linear-gradient(125deg,
      rgba(255, 255, 255, 0.25) 0%,
      transparent 30%,
      rgba(255, 255, 255, 0.15) 60%,
      transparent 100%);
  pointer-events: none;
  z-index: 3;
}

.floor-content-container {
  position: relative;
  z-index: 10;
  height: 100%;
  display: flex;
  align-items: center;
}

.floor-content {
  max-width: 680px;
  color: #1E293B;
  padding: 2.5rem 0;
}

/* Floor Level Badge (Metallic Silver Finish) */
.floor-level-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background: linear-gradient(135deg, #FFFFFF 0%, #E2E8F0 100%);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid #CBD5E1;
  border-radius: var(--radius-full);
  padding: 0.35rem 1rem 0.35rem 0.45rem;
  margin-bottom: 1.35rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06), inset 0 1px 0 #FFFFFF;
}

.floor-num-tag {
  background: linear-gradient(135deg, var(--omega-blue) 0%, #0099FF 100%);
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  padding: 0.25rem 0.65rem;
  border-radius: var(--radius-full);
  box-shadow: 0 2px 8px rgba(14, 67, 216, 0.35);
}

.floor-name-tag {
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #334155;
  text-transform: uppercase;
}

.floor-title {
  font-size: 2.9rem;
  font-weight: 900;
  line-height: 1.15;
  color: #0B1938;
  margin-bottom: 1.15rem;
  letter-spacing: -0.02em;
}

.text-gradient-cyan {
  background: linear-gradient(135deg, var(--omega-blue) 0%, #0284C7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.floor-desc {
  font-size: 1.12rem;
  line-height: 1.6;
  color: #475569;
  margin-bottom: 2.25rem;
  max-width: 580px;
}

.floor-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.15rem;
  align-items: center;
}

.floor-cta-row .btn-outline-white {
  border: 2px solid var(--omega-blue);
  color: var(--omega-blue);
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(8px);
  font-weight: 700;
}

.floor-cta-row .btn-outline-white:hover {
  background: var(--omega-blue);
  color: #FFFFFF;
  border-color: var(--omega-blue);
  box-shadow: 0 4px 14px rgba(14, 67, 216, 0.3);
}

/* Animations for Active Slide */
.elevator-floor-slide.active .floor-level-badge {
  animation: slideFadeDown 0.7s 0.15s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.elevator-floor-slide.active .floor-title {
  animation: slideFadeUp 0.8s 0.25s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.elevator-floor-slide.active .floor-desc {
  animation: slideFadeUp 0.8s 0.4s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.elevator-floor-slide.active .floor-cta-row {
  animation: slideFadeUp 0.8s 0.55s cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes slideFadeUp {
  0% {
    opacity: 0;
    transform: translateY(24px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideFadeDown {
  0% {
    opacity: 0;
    transform: translateY(-16px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ==========================================================================
   ELEVATOR COP (BRUSHED STAINLESS STEEL PANEL)
   ========================================================================== */
.elevator-cop-panel {
  position: absolute;
  right: 3.5rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  width: 220px;
  background: linear-gradient(155deg, #FFFFFF 0%, #E2E8F0 25%, #CBD5E1 55%, #94A3B8 85%, #E2E8F0 100%);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border: 1px solid #94A3B8;
  border-radius: 24px;
  padding: 1.5rem 1.25rem 1.25rem;
  box-shadow: 0 25px 45px rgba(15, 23, 42, 0.18),
    0 4px 12px rgba(0, 0, 0, 0.08),
    inset 0 2px 0 #FFFFFF,
    inset 0 -2px 0 #94A3B8,
    inset 1px 0 2px rgba(255, 255, 255, 0.8);
  display: flex;
  flex-direction: column;
  align-items: center;
  user-select: none;
}

/* COP Digital Screen (Chrome Bezel + Blue LCD) */
.cop-digital-display {
  width: 100%;
  background: linear-gradient(180deg, #0A192F 0%, #061120 100%);
  border-radius: 12px;
  border: 2px solid #CBD5E1;
  padding: 0.75rem 0.5rem;
  text-align: center;
  margin-bottom: 1.25rem;
  box-shadow: inset 0 0 10px rgba(0, 210, 255, 0.3),
    0 3px 8px rgba(0, 0, 0, 0.15),
    inset 0 1px 1px rgba(255, 255, 255, 0.4);
}

.display-row-main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  margin-bottom: 0.2rem;
}


.cop-direction-arrow {
  font-size: 1.4rem;
  font-weight: 900;
  color: #0e43d8;
  text-shadow: 0 0 10px rgb(14 67 216);
  transition: transform 0.3s ease, color 0.3s ease;
}

.cop-direction-arrow.moving-up {

  animation: arrowPulse 0.8s infinite alternate;
}

.cop-direction-arrow.moving-down {

  animation: arrowPulse 0.8s infinite alternate;
}


@keyframes arrowPulse {
  0% {
    opacity: 0.4;
    transform: scale(0.9);
  }

  100% {
    opacity: 1;
    transform: scale(1.15);
  }
}





.cop-floor-number {
  font-size: 2.1rem;
  /* font-family: led, monospace, var(--font-heading); */
  color: #0029ff;
  letter-spacing: 0.05em;
  text-shadow: 0 0 12px rgb(0 17 255 / 70%), 0 0 20px rgb(0 31 255 / 40%);
  line-height: 1;
  /* font-family: 'Digital'; */
  font-family: 'led';
}

.cop-status-label {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #0029ff;
  text-transform: uppercase;
  margin-bottom: 0.2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cop-capacity-info {
  font-size: 0.55rem;
  color: #94A3B8;
  font-weight: 700;
  letter-spacing: 0.05em;
}

/* Floor Buttons Group */
.cop-buttons-group {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  width: 100%;
  align-items: center;
}

/* Individual Elevator Button (Stainless Steel Brushed Bevel) */
.cop-floor-btn {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  width: 100%;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0.3rem 0.4rem;
  border-radius: var(--radius-full);
  transition: all 0.25s ease;
  text-align: left;
}

.cop-floor-btn:hover {
  background: rgba(255, 255, 255, 0.4);
}

.btn-outer-ring {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(145deg, #FFFFFF 0%, #CBD5E1 50%, #94A3B8 100%);
  padding: 3px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12), inset 0 1px 1px #FFFFFF;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.btn-inner-cap {
  background: aliceblue;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: radial-gradient(circle at 40% 35%, #FFFFFF 0%, #E2E8F0 60%, #CBD5E1 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #0B1938;
  border: 1px solid rgba(148, 163, 184, 0.4);
  transition: all 0.3s ease;
  box-shadow: inset 0 1px 0 #FFFFFF;
}

.btn-number {
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1;
  font-family: var(--font-heading);
}

.btn-braille {
  font-size: 0.65rem;
  opacity: 0.7;
  line-height: 1;
  margin-top: 1px;
}

.btn-subtext {
  font-size: 0.76rem;
  font-weight: 700;
  color: #475569;
  letter-spacing: 0.02em;
  transition: color 0.3s ease;
}

/* Active Pressed Elevator Button Halo */
.cop-floor-btn.active .btn-outer-ring {
  background: linear-gradient(135deg, var(--omega-blue) 0%, var(--omega-cyan) 100%);
  box-shadow: 0 0 16px rgb(14 67 216), inset 0 0 6px rgb(14 67 216);
  transform: scale(1.04);
}



.cop-floor-btn.active .btn-inner-cap {
  /* background: radial-gradient(circle at 40% 35%, #0E43D8 0%, #0064ff 100%); */
  color: black;
  border-color: #eaeef4;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
  /* background: #edf1f6; */
  background: #ecf0f5;
}

.cop-floor-btn.active .btn-subtext {
  color: var(--omega-blue);
  font-weight: 800;
}

.cop-floor-btn:active .btn-outer-ring {
  transform: scale(0.94);
}

/* COP Utility Row */
.cop-utility-row {
  display: flex;
  gap: 0.5rem;
  margin-top: 1.15rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(148, 163, 184, 0.4);
  width: 100%;
  justify-content: center;
}

.cop-util-btn {

  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(145deg, #FFFFFF 0%, #E2E8F0 60%, #CBD5E1 100%);
  border: 1px solid #94A3B8;
  color: #1E293B;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), inset 0 1px 0 #FFFFFF;
  transition: all 0.25s ease;
  font-weight: 900;
  display: none;
}

.cop-util-btn:hover {
  background: var(--omega-blue);
  color: #FFFFFF;
  border-color: var(--omega-blue);
  box-shadow: 0 0 12px rgba(14, 67, 216, 0.4);
  transform: translateY(-2px);
}

.cop-util-btn:active {
  transform: scale(0.92);
}

.cop-brand-signature {
  font-size: 0.6rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  color: #64748B;
  margin-top: 0.85rem;
  text-transform: uppercase;
}

/* Brand SVG Logo in marquee */
.brand-svg-logo {
  height: 32px;
  max-width: 130px;
  object-fit: contain;
  filter: grayscale(10%) contrast(105%);
  transition: transform 0.3s ease, filter 0.3s ease;
}

.brand-card:hover .brand-svg-logo {
  transform: scale(1.06);
  filter: grayscale(0%) drop-shadow(0 2px 8px rgba(0, 0, 0, 0.15));
}

/* ================= TABLET (≤1100px) ================= */
@media (max-width: 1100px) {
  .elevator-cop-panel {
    right: 1.25rem;
    width: 180px;
    padding: 1.1rem 0.9rem 0.9rem;
  }

  .floor-title {
    font-size: 2.15rem;
  }

  .floor-content {
    max-width: 56%;
  }
}



/* ================= MOBILE (≤768px) — Complete Overhaul ================= */
@media (max-width: 768px) {

  /* Section background */
  .hero-elevator-carousel-section {
    padding-top: calc(var(--header-height) + var(--topbar-height));
    overflow: visible;
  }

  /* Inner wrapper becomes vertical stack */
  .elevator-inner {
    display: flex;
    flex-direction: column;
  }

  /* Telemetry bar: show only status dot + speed */
  .elevator-top-display-bar {
    padding: 0.4rem 0;
  }

  .elevator-status-strip {
    justify-content: space-between;
    gap: 0.5rem;
    flex-wrap: nowrap;
  }

  .elevator-status-strip .status-indicator:last-child {
    display: none;
  }

  .status-text {
    font-size: 0.7rem;
  }

  /* Shaft takes most of the vertical space */
  .elevator-shaft-viewport {
    height: 58vh;
    min-height: 380px;
    max-height: 520px;
    /* overflow: hidden; */
  }

  /* Floor track fills shaft height */
  .elevator-floors-track {
    height: 100%;
  }

  /* Floor slides fill the viewport */
  .elevator-floor-slide {
    height: 100%;
  }

  /* Content: full width, left-aligned, compact */
  .floor-content-container {
    align-items: flex-end;
    padding-bottom: 1.25rem;
  }

  .floor-content {
    max-width: 100%;
    padding: 1rem 0 0.5rem;
    color: #0B1938;
  }

  .floor-level-badge {
    margin-bottom: 0.65rem;
    padding: 0.25rem 0.75rem 0.25rem 0.35rem;
    gap: 0.5rem;
  }

  .floor-num-tag {
    font-size: 0.68rem;
    padding: 0.2rem 0.5rem;
  }

  .floor-name-tag {
    font-size: 0.65rem;
    letter-spacing: 0.08em;
  }

  .floor-title {
    font-size: 1.55rem;
    margin-bottom: 0.6rem;
    line-height: 1.2;
  }

  .floor-desc {
    font-size: 0.82rem;
    line-height: 1.5;
    margin-bottom: 1rem;
    max-width: 100%;
  }

  .floor-cta-row {
    gap: 0.65rem;
  }

  .floor-cta-row .btn {
    padding: 0.55rem 1.1rem;
    font-size: 0.82rem;
  }

  /* Glass overlay: less opaque so image is visible */
  .floor-overlay-gradient {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(241, 245, 249, 0.388) 55%, rgba(226, 232, 240, 0.604) 100%);
    /* opacity: 3; */
  }


  /* COP panel becomes static bottom bar */
  .elevator-cop-panel {
    position: static;
    right: auto;
    top: auto;
    transform: none;
    width: 100%;
    border-radius: 0 0 0 0;
    border: none;
    border-top: 2px solid #CBD5E1;
    padding: 0.65rem 1rem;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    background: linear-gradient(180deg, #F8FAFC 0%, #FFFFFF 100%);
    box-shadow: 0 -4px 20px rgba(15, 23, 42, 0.08), inset 0 1px 0 #FFFFFF;
  }



  /* Digital display: compact horizontal LCD */
  .cop-digital-display {
    width: auto;
    flex-shrink: 0;
    margin-bottom: 0;
    padding: 0.4rem 0.75rem;
    border-radius: 8px;
    border-width: 1.5px;
    min-width: 72px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .display-row-main {
    gap: 0.3rem;
    margin-bottom: 0;
  }


  .cop-floor-number {
    /* font-size: 1.5rem; */
  }

  .cop-direction-arrow {
    font-size: 1.1rem;
  }

  .cop-status-label {
    font-size: 0.55rem;
    margin-bottom: 0;
    max-width: 80px;
  }

  .cop-capacity-info {
    display: none;
  }



  /* Floor buttons: horizontal row of circles */
  .cop-buttons-group {
    flex-direction: row;
    width: auto;
    flex: 1;
    justify-content: center;
    gap: 2rem;
  }

  .cop-floor-btn {
    width: auto;
    flex-direction: column;
    padding: 0;
    gap: 0.2rem;
    align-items: center;
  }

  .btn-outer-ring {
    width: 42px;
    height: 42px;
  }

  .btn-subtext {
    display: block;
    font-size: 0.58rem;
    font-weight: 700;
    color: #64748B;
    letter-spacing: 0;
    max-width: 42px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /* Utility row: hidden on mobile (swipe gesture replaces it) */
  .cop-utility-row {
    display: none;
  }

  .cop-brand-signature {

    display: none;
  }

  /* Swipe hint label */
  .elevator-cop-panel::after {
    content: '← desliza para cambiar piso →';
    font-size: 0.58rem;
    color: #94A3B8;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    position: absolute;
    bottom: 0.3rem;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    display: none;
  }
}

/* ================= SMALL MOBILE (≤480px) ================= */
@media (max-width: 480px) {
  .elevator-shaft-viewport {
    height: 54vh;
    min-height: 340px;
  }

  .floor-title {
    font-size: 1.35rem;
  }

  .floor-desc {
    font-size: 0.78rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .cop-buttons-group {

    gap: 1rem;
  }

  .btn-outer-ring {
    width: 38px;
    height: 38px;
  }

  .btn-subtext {
    display: none;
  }


  .cop-digital-display {
    min-width: 60px;
    padding: 0.3rem 0.5rem;
  }

  .cop-floor-number {
    /* font-size: 1.25rem; */
  }
}

/* ==========================================================================
   HERO SECTION
   ========================================================================== */
.hero-section {
  position: relative;
  min-height: 80vh;
  padding-top: 4.5rem;
  padding-bottom: 5rem;
  display: flex;
  align-items: center;
  background: radial-gradient(circle at 80% 20%, rgba(14, 67, 216, 0.08) 0%, transparent 60%),
    linear-gradient(180deg, #FFFFFF 0%, var(--color-bg-light) 100%);
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 3.5rem;
  align-items: center;
}

.hero-badge-container {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.45rem 1.2rem;
  background: rgba(14, 67, 216, 0.08);
  border: 1px solid rgba(14, 67, 216, 0.18);
  border-radius: var(--radius-full);
  margin-bottom: 1.5rem;
}

.hero-badge-container .live-indicator {
  width: 8px;
  height: 8px;
  background-color: var(--omega-accent-green);
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.3);
}

.hero-badge-container span {
  color: var(--omega-blue-deep);
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.02em;
}

.hero-title {
  margin-bottom: 1.5rem;
  color: var(--omega-blue-deep);
}

.hero-description {
  font-size: 1.2rem;
  color: var(--color-text-muted);
  margin-bottom: 2.25rem;
  max-width: 580px;
}

.hero-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 3rem;
}

.hero-stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  padding-top: 2rem;
  border-top: 1px solid var(--color-border);
  position: relative;
}

.hero-stats-row.stats-animate .stat-item {
  animation: statItemFadeUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.hero-stats-row.stats-animate .stat-item:nth-child(1) {
  animation-delay: 0.05s;
}

.hero-stats-row.stats-animate .stat-item:nth-child(2) {
  animation-delay: 0.2s;
}

.hero-stats-row.stats-animate .stat-item:nth-child(3) {
  animation-delay: 0.35s;
}

@keyframes statItemFadeUp {
  0% {
    opacity: 0;
    transform: translateY(22px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.stat-item {
  position: relative;
  padding: 0.75rem 1rem;
  border-radius: var(--radius-md);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  background: transparent;
  display: flex;
  flex-direction: column;
}

.stat-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 1rem;
  width: 28px;
  height: 3px;
  background: var(--omega-blue);
  border-radius: var(--radius-full);
  transition: width 0.35s ease, background 0.35s ease;
}

.stat-item:hover {
  background: rgba(14, 67, 216, 0.04);
  transform: translateY(-3px);
}

.stat-item:hover::before {
  width: calc(100% - 2rem);
  background: linear-gradient(90deg, var(--omega-blue) 0%, #1861cf 100%);
}

.stat-item h3,
.stat-item .stat-number {
  font-size: 2.3rem;
  font-weight: 800;
  color: var(--omega-blue);
  margin-bottom: 0.25rem;
  line-height: 1.1;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.01em;
  display: inline-block;
  transition: color 0.3s ease;
}

.stat-item:hover .stat-number {
  color: var(--omega-blue-deep);
}

.stat-item p {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--color-text-muted);
  line-height: 1.4;
  margin: 0;
}

/* Hero Media Visual Showcase */
.hero-media-wrapper {
  position: relative;
}

.hero-image-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-xl);
  border: 4px solid var(--color-white);
}

.hero-image-card img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: calc(var(--radius-lg) - 4px);
  transition: transform 0.8s ease;
}

.hero-image-card:hover img {
  transform: scale(1.03);
}

.floating-glass-card {
  position: absolute;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: var(--radius-md);
  padding: 1.25rem 1.5rem;
  box-shadow: var(--shadow-lg);
  z-index: 10;
  animation: float 4s ease-in-out infinite;
}

.floating-glass-card.top-right {
  top: 20px;
  right: -25px;
}

.floating-glass-card.bottom-left {
  bottom: 25px;
  left: -25px;
  animation-delay: -2s;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }
}

.floating-card-content {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.card-icon-badge {
  width: 46px;
  height: 46px;
  border-radius: var(--radius-sm);
  background: linear-gradient(135deg, var(--omega-blue) 0%, var(--omega-cyan) 100%);
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
}

.floating-card-text h5 {
  font-size: 0.92rem;
  margin-bottom: 0.2rem;
  color: var(--omega-blue-deep);
}

.floating-card-text p {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--omega-accent-green);
}

/* ==========================================================================
   QUICK ACTION CARDS STRIP
   ========================================================================== */
.quick-access-strip {
  margin-top: -3.5rem;
  position: relative;
  z-index: 20;
}

.quick-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

.quick-card {
  background: var(--color-white);
  padding: 1.85rem 1.6rem;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  border: 1px solid var(--color-border);
  transition: all var(--transition-smooth);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
}

.quick-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-xl);
  border-color: rgba(14, 67, 216, 0.3);
}

.quick-card-icon {
  width: 52px;
  height: 52px;
  border-radius: var(--radius-md);
  background-color: rgba(14, 67, 216, 0.08);
  color: var(--omega-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  transition: all var(--transition-fast);
}

.quick-card:hover .quick-card-icon {
  background-color: var(--omega-blue);
  color: var(--color-white);
}

.quick-card h4 {
  font-size: 1.15rem;
  color: var(--color-text-main);
  margin-bottom: 0.5rem;
}

.quick-card p {
  font-size: 0.88rem;
  color: var(--color-text-muted);
  margin-bottom: 1.25rem;
}

.quick-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--omega-blue);
}

.quick-card:hover .quick-card-cta {
  gap: 0.7rem;
}

/* ==========================================================================
   BRANDS MARQUEE CAROUSEL (MULTIMARCA)
   ========================================================================== */
.brands-marquee-section {
  padding: 5rem 0 4rem;
  background: var(--color-sand);
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--color-border);
}

.brands-marquee-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 2.5rem;
}

.brands-marquee-tag {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--omega-blue);
  background: rgba(14, 67, 216, 0.08);
  padding: 0.35rem 0.95rem;
  border-radius: var(--radius-full);
  margin-bottom: 0.75rem;
}

.brands-marquee-title {
  font-size: 1.85rem;
  font-weight: 800;
  color: #181818;
  margin-bottom: 0.5rem;
  letter-spacing: -0.01em;
}

.brands-marquee-sub {
  font-size: 0.95rem;
  color: var(--color-text-muted);
  line-height: 1.5;
  margin: 0;
}

.brands-carousel-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0.75rem 0;
  mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
}

.brands-track {
  display: flex;
  gap: 1.5rem;
  width: max-content;
  animation: brandsScroll 28s linear infinite;
}

.brands-carousel-wrapper:hover .brands-track {
  animation-play-state: paused;
}

@keyframes brandsScroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.brand-card {
  flex: 0 0 220px;
  background: var(--color-white);
  padding: 1.4rem 1.25rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: default;
  user-select: none;
}

.brand-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
  border-color: rgba(14, 67, 216, 0.35);
}

.brand-card.highlight-omega {
  background: linear-gradient(135deg, #0e2f88 0%, #061748 100%);
  border-color: rgba(0, 210, 255, 0.4);
}

.brand-card.highlight-omega .brand-logo-badge {
  color: #FFFFFF;
}

.brand-card.highlight-omega .brand-service-label {
  color: rgba(255, 255, 255, 0.8);
}

.brand-card.highlight-omega:hover {
  box-shadow: 0 14px 32px rgba(14, 67, 216, 0.35);
  border-color: #00d2ff;
}

.brand-logo-badge {
  font-size: 1.35rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: #1e293b;
  margin-bottom: 0.35rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  text-transform: uppercase;
}

.brand-logo-badge.otis {
  font-family: var(--font-heading);
  letter-spacing: 0.18em;
  color: #0033A0;
}

.brand-logo-badge.schindler {
  font-family: var(--font-heading);
  font-weight: 900;
  color: #D92314;
  letter-spacing: 0.04em;
}

.brand-logo-badge.kone {
  font-family: var(--font-heading);
  color: #0052CC;
  letter-spacing: 0.14em;
}

.brand-logo-badge.mitsubishi {
  color: #D61B22;
  font-size: 1.15rem;
  letter-spacing: 0.06em;
}

.brand-logo-badge.tke {
  color: #00875A;
  letter-spacing: 0.06em;
}

.brand-logo-badge.hyundai {
  color: #002C6C;
  letter-spacing: 0.1em;
}

.brand-logo-badge.fujitec {
  color: #B91C1C;
  letter-spacing: 0.14em;
}

.brand-logo-badge.mplifts {
  color: #1E293B;
  letter-spacing: 0.08em;
}

.brand-logo-badge.orona {
  color: #0284C7;
  letter-spacing: 0.12em;
}

.brand-logo-badge.omega {
  color: #FFFFFF;
}

.brand-service-label {
  font-size: 0.76rem;
  font-weight: 600;
  color: var(--color-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

@media (max-width: 768px) {
  .brand-card {
    flex: 0 0 180px;
    padding: 1.1rem 1rem;
  }

  .brand-logo-badge {
    font-size: 1.15rem;
  }

  .brands-marquee-title {
    font-size: 1.45rem;
  }
}

/* ==========================================================================
   FOOTER (PREMIUM LIGHT THEME)
   ========================================================================== */
.site-footer {
  background: linear-gradient(180deg, #FFFFFF 0%, #F8FAFC 45%, #EDF2F7 100%);
  padding-top: 5rem;
  padding-bottom: 2.5rem;
  border-top: 1px solid #CBD5E1;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 1px 0 #FFFFFF;
}

.site-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--omega-blue) 0%, var(--omega-cyan) 50%, var(--omega-blue) 100%);
}

/* Quitar el contorno azul al enfocar (con clic o teclado) */
button:focus,
a:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none !important;
}

/* Quitar el destello o fondo azul al tocar en celulares/móviles */
button,
a,
input,
div {
  -webkit-tap-highlight-color: transparent !important;
}

.footer-top-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr 1.1fr;
  gap: 2.5rem;
  margin-bottom: 4rem;
}

.footer-brand-col .brand-logo .brand-name {
  color: #000000 !important;
}


.footer-brand-col .brand-logo .brand-sub {
  color: #333335 !important;
}

.footer-brand-col p {
  color: #475569;
  font-size: 0.94rem;
  line-height: 1.65;
  margin: 1.25rem 0 1.75rem 0;
  max-width: 340px;
}

.footer-certifications {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.cert-pill {
  padding: 0.35rem 0.85rem;
  background: linear-gradient(135deg, #FFFFFF 0%, #F1F5F9 100%);
  border: 1px solid #CBD5E1;
  border-radius: var(--radius-full);
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--omega-blue);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.footer-social-links {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.social-icon-btn {
  width: 42px;
  height: 42px;
  border-radius: var(--radius-full);
  background: #FFFFFF;
  color: #334155;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  transition: all var(--transition-fast);
  border: 1px solid #CBD5E1;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.social-icon-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.social-icon-btn.whatsapp-icon:hover {
  background: #25D366;
  color: #FFFFFF;
  border-color: #25D366;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.4);
}

.social-icon-btn.facebook-icon:hover {
  background: #1877F2;
  color: #FFFFFF;
  border-color: #1877F2;
  box-shadow: 0 4px 14px rgba(24, 119, 242, 0.4);
}

.social-icon-btn.instagram-icon:hover {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: #FFFFFF;
  border-color: #dc2743;
  box-shadow: 0 4px 14px rgba(220, 39, 67, 0.4);
}

.social-icon-btn.youtube-icon:hover {
  background: #FF0000;
  color: #FFFFFF;
  border-color: #FF0000;
  box-shadow: 0 4px 14px rgba(255, 0, 0, 0.4);
}

.footer-col h5 {
  font-size: 0.95rem;
  font-weight: 800;
  color: #0B1938;
  letter-spacing: 0.05em;
  margin-bottom: 1.35rem;
  position: relative;
  padding-bottom: 0.65rem;
}

.footer-col h5::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 3px;
  border-radius: var(--radius-full);
  background: linear-gradient(90deg, var(--omega-blue) 0%, var(--omega-cyan) 100%);
}

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

.footer-links li {
  margin-bottom: 0.75rem;
  color: #475569;
  font-size: 0.92rem;
  line-height: 1.6;
}

.footer-links a {
  color: #334155;
  font-size: 0.92rem;
  transition: all var(--transition-fast);
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--omega-blue);
  padding-left: 4px;
  font-weight: 600;
}

.footer-emergency-box {
  background: linear-gradient(135deg, #FEF2F2 0%, #FEE2E2 100%);
  border: 1px solid #FECACA;
  border-radius: var(--radius-lg);
  padding: 1.75rem 2rem;
  margin-bottom: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
  box-shadow: 0 4px 12px rgba(220, 38, 38, 0.06);
}

.footer-emergency-content h4 {
  color: #DC2626;
  font-size: 1.2rem;
  font-weight: 800;
  margin-bottom: 0.25rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.footer-emergency-content p {
  color: #475569;
  font-size: 0.92rem;
}

.footer-emergency-phone {
  font-size: 1.5rem;
  font-weight: 700;
  color: #FFFFFF;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: #DC2626;
  padding: 0.85rem 2rem;
  border-radius: var(--radius-full);
  transition: all var(--transition-fast);
  box-shadow: 0 4px 16px rgba(220, 38, 38, 0.35);
}

.footer-emergency-phone:hover {
  background: #B91C1C;
  color: #FFFFFF;
  transform: scale(1.02);
  box-shadow: 0 6px 20px rgba(220, 38, 38, 0.45);
}

.footer-bottom {
  padding-top: 2rem;
  border-top: 1px solid #CBD5E1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.88rem;
  color: #64748B;
}

.footer-legal-links {
  display: flex;
  gap: 1.5rem;
}

.footer-legal-links a {
  color: #64748B;
  text-decoration: none;
  transition: color var(--transition-fast);
}

.footer-legal-links a:hover {
  color: var(--omega-blue);
  text-decoration: underline;
}

/* ==========================================================================
   FLOATING ACTION BUTTONS (WHATSAPP & EMERGENCY)
   ========================================================================== */
.floating-actions {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 999;
}

.fab-btn {
  width: 56px;
  height: 56px;
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
  transition: all var(--transition-smooth);
  color: var(--color-white);
  cursor: pointer;
  position: relative;
}

.fab-btn:hover {

  transform: scale(1.1);
}

.fab-whatsapp {
  background-color: #25D366;
}

.fab-phone {
  background-color: var(--omega-blue);
}

.fab-tooltip {
  position: absolute;
  right: calc(100% + 12px);
  background-color: var(--omega-blue-dark);
  color: var(--color-white);
  padding: 0.45rem 0.95rem;
  border-radius: var(--radius-full);
  font-size: 0.8rem;
  font-weight: 600;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all var(--transition-fast);
  box-shadow: var(--shadow-md);
}

.fab-btn:hover .fab-tooltip {
  opacity: 1;
  visibility: visible;
}


/* Scroll to Top — Elevator Button Style (light) */
.scroll-top-btn {
  position: fixed;
  bottom: 164px;
  /* stacks above the other FABs */
  right: 30px;
  width: 56px;
  height: 56px;
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px);
  transition: opacity 0.35s ease, visibility 0.35s ease, transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;

  /* Elevator Hall Button Aesthetics — light steel */
  border-radius: var(--radius-full);
  background: radial-gradient(circle at 35% 35%, #f0f4fa 0%, #c8d0dc 100%);
  border: 3px solid #8fa0ba;
  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.22),
    inset 0 3px 8px rgba(255, 255, 255, 0.85),
    0 0 0 5px rgba(200, 212, 226, 0.55);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--omega-blue);
  outline: none;
  animation: none;
}

.scroll-top-btn.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  animation: scroll-btn-glow 2.5s infinite alternate ease-in-out;
}

@keyframes scroll-btn-glow {
  0% {
    box-shadow:
      0 10px 28px rgba(0, 0, 0, 0.22),
      inset 0 3px 8px rgba(255, 255, 255, 0.85),
      0 0 0 5px rgba(200, 212, 226, 0.55);
  }

  100% {
    box-shadow:
      0 0 22px rgba(0, 100, 220, 0.4),
      inset 0 3px 8px rgba(255, 255, 255, 0.85),
      0 0 0 5px rgba(0, 140, 255, 0.3);
  }
}

.scroll-top-btn:hover,
.scroll-top-btn:active {
  border-color: var(--omega-blue);
  /* background: radial-gradient(circle at 35% 35%, #4f9fff 0%, #0E43D8 100%); */
  box-shadow:
    0 0 35px rgba(0, 100, 255, 0.75),
    inset 0 0 15px rgba(255, 255, 255, 0.4),
    0 0 0 5px rgba(0, 100, 255, 0.4);
  transform: scale(1.1);
  animation: none;
}

.scroll-top-btn .scroll-top-icon {
  font-size: 30px !important;
  color: var(--omega-blue);
  line-height: 1;
  filter: drop-shadow(0 0 4px rgba(0, 80, 200, 0.45));
  transition: transform 0.2s ease, color 0.2s ease, filter 0.2s ease;
}

.scroll-top-btn:hover .scroll-top-icon {
  /* color: #FFFFFF; */
  filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.9));
  transform: translateY(-3px);
}

.scroll-top-btn .scroll-top-label {
  font-size: 0.52rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  color: #6b7e98;
  text-transform: uppercase;
  line-height: 1;
  margin-top: 1px;
  transition: color 0.2s ease;
}

.scroll-top-btn:hover .scroll-top-label {
  /* color: #FFFFFF; */
}


.scroll-top-btn .fab-tooltip {
  right: calc(100% + 12px);
}

/* ==========================================================================
   RESPONSIVE BREAKPOINTS (MAIN)
   ========================================================================== */
@media (max-width: 1200px) {
  .mega-menu {
    width: 820px;
  }

  .quick-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-top-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 992px) {
  :root {
    --topbar-height: 0px;
  }

  .top-bar {
    display: none;
  }

  .nav-actions .nav-cta-btn,
  .nav-actions .btn {
    display: none;
  }

  .mobile-menu-toggle {
    display: flex;
  }

  .nav-menu {
    display: none;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .hero-image-card img {
    height: 400px;
  }

  .floating-glass-card.top-right {
    right: 10px;
  }

  .floating-glass-card.bottom-left {
    left: 10px;
  }

  .footer-top-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .section-padding {
    padding: 4.5rem 0;
  }

  .quick-cards-grid {
    grid-template-columns: 1fr;
  }

  .hero-stats-row {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .footer-top-grid {
    grid-template-columns: 1fr;
  }

  .footer-emergency-phone {
    font-size: 1.2rem;
    width: 100%;
    justify-content: center;
  }
}



@keyframes omega {
  0% {
    box-shadow: 0 0 0 10px #000000, 0 0 0 40px #7979794f;
  }

  100% {
    box-shadow: 0 0 0 15px #000000, 0 0 0 25px #8383834f;
  }
}


.omega {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  /* box-shadow: 0 0 0 10px #3e92d2, 0 0 0 40px #1f445f; */
  animation: omega 1.5s infinite ease-in-out alternate;
}