/* ============================================================
   OmniLab Luminous Vibrant Tech Theme
   Rich illuminated dark space aesthetic with ambient mesh glows,
   glassmorphism, vibrant gradients, and ultra-crisp typography.
   ============================================================ */

/* ──────────── Root Variables ──────────── */
:root {
  --omni-bg-dark: #070B14 !important;
  --omni-card-bg: rgba(15, 23, 42, 0.65) !important;
  --omni-cyan: #00F0FF !important;
  --omni-blue: #3B82F6 !important;
  --omni-purple: #9333EA !important;
  --omni-magenta: #EC4899 !important;
  --omni-gradient-primary: linear-gradient(135deg, #00C6FF 0%, #0072FF 50%, #9333EA 100%) !important;
  --omni-gradient-hover: linear-gradient(135deg, #00E5FF 0%, #2563EB 50%, #A855F7 100%) !important;
  --omni-gradient-text: linear-gradient(135deg, #00F0FF 0%, #7000FF 50%, #EC4899 100%) !important;
  --omni-glow-cyan: 0 0 30px rgba(0, 240, 255, 0.4) !important;
  --omni-glow-purple: 0 0 30px rgba(147, 51, 234, 0.4) !important;
}

/* ──────────── Base / HTML / Body ──────────── */
html {
  background-color: #070B14 !important;
}

body {
  color: #F8FAFC !important;
  background-color: #070B14 !important;
  font-family: "Urbanist", system-ui, -apple-system, sans-serif !important;
}

.page-container,
.page-container.home {
  background-color: #070B14 !important;
  position: relative;
  overflow: hidden;
}

/* Ambient Luminous Mesh Background Overlay */
.page-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    radial-gradient(circle at 10% 10%, rgba(0, 240, 255, 0.12) 0%, transparent 40%),
    radial-gradient(circle at 90% 25%, rgba(147, 51, 234, 0.15) 0%, transparent 45%),
    radial-gradient(circle at 50% 55%, rgba(236, 72, 153, 0.08) 0%, transparent 50%),
    radial-gradient(circle at 20% 85%, rgba(0, 114, 255, 0.12) 0%, transparent 45%);
  pointer-events: none;
  z-index: 0;
}

/* ──────────── Typography & Colors ──────────── */
h1, h2, h3, h4, h5, h6 {
  color: #FFFFFF !important;
  letter-spacing: -0.02em;
}

h1 span.pia, h2 span.pia {
  color: #FFFFFF !important;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

p {
  color: #CBD5E1 !important;
}

.c-gray {
  color: #94A3B8 !important;
  font-weight: 500 !important;
}

.c-green {
  color: #00F0FF !important;
  background: var(--omni-gradient-text) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  font-weight: 800 !important;
  filter: drop-shadow(0 2px 8px rgba(0, 240, 255, 0.3));
}

/* ──────────── Header Main ──────────── */
.header-main {
  background: rgba(7, 11, 20, 0.8) !important;
  backdrop-filter: blur(20px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(20px) saturate(180%) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.4) !important;
}

/* Logo Image - ensure standard logo renders beautifully without any artificial background box */
.header-main .block-logo a,
.footer-main .block-logo a {
  display: inline-flex !important;
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
}

.header-main .block-logo img,
.footer-main .block-logo img {
  filter: drop-shadow(0 0 12px rgba(0, 240, 255, 0.25)) !important;
  transition: transform 0.3s ease !important;
}

.header-main .block-logo img:hover,
.footer-main .block-logo img:hover {
  transform: scale(1.03) !important;
}

/* Navigation Pill Container */
.header-main .grid .right-wrap {
  background: rgba(255, 255, 255, 0.04) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
  border: 1px solid rgba(0, 240, 255, 0.2) !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.15) !important;
  border-radius: 22rem !important;
}

.header-main .grid .right-wrap::before {
  background: linear-gradient(90deg, rgba(0, 240, 255, 0.3) 0%, rgba(147, 51, 234, 0.3) 100%) !important;
  opacity: 0.5 !important;
}

.header-main .grid .right-wrap .menu-wrap ul li a {
  color: #E2E8F0 !important;
}

.header-main .grid .right-wrap .menu-wrap ul li a span {
  color: #E2E8F0 !important;
  font-weight: 600 !important;
}

.header-main .grid .right-wrap .menu-wrap ul li a:hover span,
.header-main .grid .right-wrap .menu-wrap ul li a.active span {
  color: #00F0FF !important;
}

.header-main .grid .right-wrap .menu-wrap ul li a:hover span.hover {
  color: #00F0FF !important;
  text-shadow: 0 0 12px rgba(0, 240, 255, 0.6);
}

.header-main .grid .right-wrap .menu-wrap ul li a::after {
  background-color: #00F0FF !important;
  box-shadow: 0 0 10px #00F0FF !important;
}

/* Mobile Menu Button */
.header-main .grid button.btn-menu span {
  background-color: #FFFFFF !important;
}

.header-main .grid button.btn-menu::before {
  background-color: rgba(0, 240, 255, 0.15) !important;
  border-color: #00F0FF !important;
  box-shadow: 0 0 15px rgba(0, 240, 255, 0.4) !important;
}

/* Mobile Menu Popup */
.header-main .mobile-menu-wrap {
  background-color: rgba(7, 11, 20, 0.92) !important;
  backdrop-filter: blur(20px) !important;
}

.header-main .mobile-menu-wrap ul {
  background: rgba(15, 23, 42, 0.95) !important;
  border: 1px solid rgba(0, 240, 255, 0.3) !important;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.6) !important;
}

.header-main .mobile-menu-wrap ul li a {
  color: #F1F5F9 !important;
}

.header-main .mobile-menu-wrap ul li a.active,
.header-main .mobile-menu-wrap ul li a:hover {
  color: #00F0FF !important;
}

/* ──────────── Buttons ──────────── */
.btn--green,
.btn.btn--green {
  background: var(--omni-gradient-primary) !important;
  color: #FFFFFF !important;
  border: none !important;
  border-radius: 12px !important;
  font-weight: 700 !important;
  box-shadow: 0 4px 20px rgba(0, 198, 255, 0.4), 0 0 25px rgba(147, 51, 234, 0.25) !important;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important;
  position: relative !important;
  overflow: hidden !important;
}

.btn--green::before,
.btn.btn--green::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s ease;
}

.btn--green:hover::before,
.btn.btn--green:hover::before {
  left: 100%;
}

.btn--green:hover,
.btn.btn--green:hover {
  background: var(--omni-gradient-hover) !important;
  box-shadow: 0 8px 30px rgba(0, 229, 255, 0.6), 0 0 35px rgba(168, 85, 247, 0.5) !important;
  transform: translateY(-2px) scale(1.03) !important;
}

.btn--green:active,
.btn.btn--green:active {
  transform: translateY(0) scale(0.98) !important;
}

/* Role Buttons in Careers */
.section-careers .btns-wrap .btn.small {
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(0, 240, 255, 0.3) !important;
  color: #F8FAFC !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
  backdrop-filter: blur(10px) !important;
}

.section-careers .btns-wrap .btn.small:hover {
  background: var(--omni-gradient-primary) !important;
  border-color: transparent !important;
  color: #FFFFFF !important;
  box-shadow: 0 6px 25px rgba(0, 240, 255, 0.5) !important;
}

/* ──────────── Section: Welcome / Hero ──────────── */
.section-welcome {
  background: transparent !important;
  padding-top: 140rem !important;
}

.section-welcome .wrapper {
  background: transparent !important;
}

.section-welcome .text-wrap h1 {
  font-size: 56rem !important;
  line-height: 1.15 !important;
}

.section-welcome .downloads-wrap {
  background: rgba(15, 23, 42, 0.75) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  border: 1px solid rgba(0, 240, 255, 0.3) !important;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5), 0 0 25px rgba(0, 240, 255, 0.2) !important;
  border-radius: 16rem !important;
}

.section-welcome .downloads-wrap p.fw900 {
  color: #FFFFFF !important;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

.section-welcome .downloads-wrap .point .dot {
  background-color: #00F0FF !important;
  box-shadow: 0 0 12px #00F0FF !important;
}

.section-welcome .downloads-wrap .point {
  border-color: rgba(0, 240, 255, 0.4) !important;
}

/* Glow circles behind phone mockups */
.section-welcome .imgs-wrap::before {
  content: "";
  position: absolute;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(0, 240, 255, 0.25) 0%, rgba(147, 51, 234, 0.2) 50%, transparent 70%);
  top: 10%;
  right: 15%;
  pointer-events: none;
  z-index: 0;
  filter: blur(40px);
}

/* Lines grid - make glowing vibrant */
.background-wrap .line-vertical span,
.background-wrap .line-horizontal span {
  background-image: linear-gradient(180deg, rgba(0, 240, 255, 0) 0%, rgba(0, 240, 255, 0.25) 50%, rgba(0, 240, 255, 0) 100%) !important;
}

.background-wrap .cross-wrap .cross span.v {
  background-image: linear-gradient(90deg, rgba(0, 240, 255, 0) 0%, rgba(0, 240, 255, 0.7) 50%, rgba(0, 240, 255, 0) 100%) !important;
}

.background-wrap .cross-wrap .cross span.h {
  background-image: linear-gradient(180deg, rgba(0, 240, 255, 0) 0%, rgba(0, 240, 255, 0.7) 50%, rgba(0, 240, 255, 0) 100%) !important;
}

/* ──────────── Section: About ──────────── */
.section-about {
  background: transparent !important;
  position: relative;
}

.section-about .title-wrap {
  background: transparent !important;
}

.section-about .title-wrap h2 {
  font-size: 48rem !important;
  color: #FFFFFF !important;
  text-shadow: 0 4px 25px rgba(0, 240, 255, 0.3);
}

.section-about .wrapper {
  background: transparent !important;
}

/* Glassmorphism Stat Cards */
.section-about .item,
.section-about .items-wrap .item {
  background: rgba(15, 23, 42, 0.65) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 20rem !important;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
  position: relative !important;
  overflow: hidden !important;
}

.section-about .item::before,
.section-about .items-wrap .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(0, 240, 255, 0.6), rgba(147, 51, 234, 0.6));
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.section-about .item:hover,
.section-about .items-wrap .item:hover {
  border-color: rgba(0, 240, 255, 0.4) !important;
  transform: translateY(-6px) !important;
  box-shadow: 0 20px 45px rgba(0, 240, 255, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.2) !important;
}

.section-about .item:hover::before,
.section-about .items-wrap .item:hover::before {
  opacity: 1;
}

.section-about .item h3 span,
.section-about .items-wrap .item h3 span {
  background: linear-gradient(135deg, #FFFFFF 0%, #E2E8F0 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  font-weight: 800 !important;
  font-size: 34rem !important;
}

.section-about .item p span,
.section-about .items-wrap .item p span {
  color: #94A3B8 !important;
  font-size: 18rem !important;
}

/* Icon Backdrops */
.section-about .item img {
  filter: drop-shadow(0 0 12px rgba(0, 240, 255, 0.5)) !important;
  margin-bottom: 12px !important;
}

/* Map marker glow */
.section-about .map-wrap .marker .ic-wrap {
  background: var(--omni-gradient-primary) !important;
  border-color: #00F0FF !important;
  box-shadow: 0 0 25px rgba(0, 240, 255, 0.7) !important;
}

.section-about .map-wrap .marker .text {
  background: rgba(15, 23, 42, 0.85) !important;
  border: 1px solid rgba(0, 240, 255, 0.4) !important;
  color: #FFFFFF !important;
  backdrop-filter: blur(12px) !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5), 0 0 15px rgba(0, 240, 255, 0.2) !important;
  border-radius: 12rem !important;
  font-weight: 600 !important;
}

/* ──────────── Section: Apps ──────────── */
.section-apps {
  background: transparent !important;
}

.section-apps h2 {
  font-size: 48rem !important;
  color: #FFFFFF !important;
  text-shadow: 0 4px 25px rgba(0, 240, 255, 0.3);
}

.section-apps .item,
.section-apps .swiper-slide .item {
  background: rgba(15, 23, 42, 0.7) !important;
  backdrop-filter: blur(24px) !important;
  -webkit-backdrop-filter: blur(24px) !important;
  border: 1px solid rgba(0, 240, 255, 0.25) !important;
  border-radius: 26rem !important;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5), 0 0 35px rgba(0, 240, 255, 0.15) !important;
}

.section-apps .item .wrap {
  background: linear-gradient(180deg, rgba(0, 240, 255, 0.06) 0%, rgba(147, 51, 234, 0.02) 100%) !important;
  border-radius: 22rem !important;
}

.section-apps .item .wrap::after {
  background-color: #00F0FF !important;
  box-shadow: 0 0 15px #00F0FF !important;
}

.section-apps h3 {
  color: #FFFFFF !important;
  font-weight: 800 !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
}

.section-apps .item p,
.section-apps .mob-text-wrap p {
  color: #CBD5E1 !important;
  line-height: 1.6 !important;
}

.section-apps .head-wrap .c-green {
  color: #00F0FF !important;
  font-size: 18rem !important;
}

/* ──────────── Modern Segmented Pill Control for iOS / Android Tabs ──────────── */
.section-apps .item .wrap .content-wrap .qr-wrap {
  width: 144rem !important;
}

.section-apps .item .wrap .content-wrap .qr-wrap .img {
  background-color: #FFFFFF !important;
  padding: 8px !important;
  border-radius: 16rem !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35) !important;
}

.section-apps .item .wrap .content-wrap .qr-wrap .btns-wrap {
  margin-top: 10px !important;
  display: flex !important;
  grid-auto-flow: unset !important;
  align-items: center !important;
  justify-content: space-between !important;
  background: rgba(15, 23, 42, 0.75) !important;
  border: 1px solid rgba(0, 240, 255, 0.25) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  padding: 4px !important;
  border-radius: 30px !important;
  gap: 4px !important;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.4) !important;
  width: 100% !important;
}

.section-apps .item .wrap .content-wrap .qr-wrap .btns-wrap button,
.section-apps .item .wrap .content-wrap .qr-wrap .btns-wrap button.js-tab {
  flex: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 32px !important;
  padding: 0 10px !important;
  border-radius: 20px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: rgba(255, 255, 255, 0.65) !important;
  background: transparent !important;
  border: none !important;
  outline: none !important;
  cursor: pointer !important;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
  box-shadow: none !important;
}

.section-apps .item .wrap .content-wrap .qr-wrap .btns-wrap button::after,
.section-apps .item .wrap .content-wrap .qr-wrap .btns-wrap button.js-tab::after {
  display: none !important; /* Hide old underline */
}

.section-apps .item .wrap .content-wrap .qr-wrap .btns-wrap button:hover {
  color: #FFFFFF !important;
  background: rgba(255, 255, 255, 0.1) !important;
}

.section-apps .item .wrap .content-wrap .qr-wrap .btns-wrap button.active,
.section-apps .item .wrap .content-wrap .qr-wrap .btns-wrap button.js-tab.active {
  background: linear-gradient(135deg, #00C6FF 0%, #0072FF 50%, #9333EA 100%) !important;
  color: #FFFFFF !important;
  font-weight: 700 !important;
  box-shadow: 0 4px 14px rgba(0, 198, 255, 0.45) !important;
  border-radius: 20px !important;
}

/* Swiper Pagination Dots */
.section-apps .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.3) !important;
  opacity: 1 !important;
  width: 10px !important;
  height: 10px !important;
  transition: all 0.3s ease !important;
}

.section-apps .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #00F0FF !important;
  box-shadow: 0 0 12px #00F0FF !important;
  width: 28px !important;
  border-radius: 6px !important;
}

/* ──────────── Section: Careers ──────────── */
.section-careers {
  background: transparent !important;
}

.section-careers .wrapper {
  background: transparent !important;
}

.section-careers h2 {
  font-size: 44rem !important;
  line-height: 1.2 !important;
  color: #FFFFFF !important;
}

.section-careers .text-wrap p {
  color: #CBD5E1 !important;
}

/* Careers Form Card */
.form-wrap {
  background: rgba(13, 19, 32, 0.85) !important;
  backdrop-filter: blur(24px) !important;
  -webkit-backdrop-filter: blur(24px) !important;
  border: 1px solid rgba(147, 51, 234, 0.35) !important;
  border-radius: 24rem !important;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.6), 0 0 40px rgba(147, 51, 234, 0.2) !important;
}

.form-wrap .wrap {
  background: transparent !important;
}

.form-wrap h3 {
  color: #FFFFFF !important;
  font-weight: 800 !important;
}

.form-wrap p {
  color: #94A3B8 !important;
}

/* Form Inputs */
.form-wrap .wrap form .inputs-wrap .input-wrap input,
.form-wrap .wrap form .inputs-wrap .input-wrap select,
.form-wrap .wrap form .inputs-wrap .input-wrap textarea {
  color: #FFFFFF !important;
  background-color: rgba(255, 255, 255, 0.05) !important;
  border-radius: 14rem !important;
  font-size: 16rem !important;
}

.form-wrap .wrap form .inputs-wrap .input-wrap input::placeholder {
  color: #64748B !important;
}

.form-wrap .wrap form .inputs-wrap .input-wrap .border.default {
  background-image: linear-gradient(97deg, rgba(0, 240, 255, 0.2) 0%, rgba(147, 51, 234, 0.2) 100%) !important;
}

.form-wrap .wrap form .inputs-wrap .input-wrap .border.focus {
  background-image: linear-gradient(97deg, #00F0FF 0%, #9333EA 100%) !important;
  box-shadow: 0 0 15px rgba(0, 240, 255, 0.4) !important;
}

.form-wrap .wrap form .inputs-wrap .input-wrap .input-file span {
  color: #94A3B8 !important;
}

/* ──────────── Footer Main ──────────── */
.footer-main {
  background-color: #04070F !important;
  background-image: linear-gradient(180deg, rgba(0, 240, 255, 0.04) 0%, transparent 100%) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
  padding: 60rem 0 !important;
}

.footer-main .right-wrap ul li a {
  color: #94A3B8 !important;
  font-weight: 500 !important;
  transition: all 0.25s ease !important;
}

.footer-main .right-wrap ul li a:hover {
  color: #00F0FF !important;
  text-shadow: 0 0 10px rgba(0, 240, 255, 0.5);
}

.footer-main .right-wrap p {
  color: #64748B !important;
  font-weight: 500 !important;
}

/* ──────────── Popups ──────────── */
.popup-form .wrapper {
  background: rgba(15, 23, 42, 0.95) !important;
  border: 1px solid rgba(0, 240, 255, 0.3) !important;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.8), 0 0 40px rgba(0, 240, 255, 0.2) !important;
  backdrop-filter: blur(20px) !important;
  border-radius: 24rem !important;
}

.popup-form .wrapper .content-wrap h2 {
  color: #FFFFFF !important;
}

.popup-form .wrapper .content-wrap p {
  color: #94A3B8 !important;
}

.popup-form .overlay {
  background-color: rgba(4, 7, 15, 0.8) !important;
  backdrop-filter: blur(8px) !important;
}

/* ──────────── Mouse Follower ──────────── */
.mouse-follower .cursor-outer {
  border-color: rgba(0, 240, 255, 0.5) !important;
  box-shadow: 0 0 15px rgba(0, 240, 255, 0.3) !important;
}

.mouse-follower .cursor-inner {
  background-color: rgba(0, 240, 255, 0.6) !important;
  box-shadow: 0 0 10px #00F0FF !important;
}

/* ──────────── Selection Highlight ──────────── */
::selection {
  background: rgba(0, 240, 255, 0.3);
  color: #FFFFFF;
}

::-moz-selection {
  background: rgba(0, 240, 255, 0.3);
  color: #FFFFFF;
}

/* ──────────── Scrollbar ──────────── */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #070B14;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #00C6FF 0%, #9333EA 100%);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #00E5FF 0%, #EC4899 100%);
}
