/* ==========================================================================
   APXIR TECHNOLOGIES AND CONSULTING - CORPORATE DESIGN SYSTEM
   Refactored Corporate Technology & Service Coordination Theme
   ========================================================================== */

/* --------------------------------------------------------------------------
   CUSTOM TYPOGRAPHY (ID GROTESK)
   -------------------------------------------------------------------------- */
@font-face {
  font-family: 'ID Grotesk';
  src: url('../IDGrotesk-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* --------------------------------------------------------------------------
   DESIGN TOKENS & COLOR SYSTEM
   -------------------------------------------------------------------------- */
:root {
  /* Brand Palette from APEXIR Identity (Illuminated Light Glass Theme) */
  --primary-navy: #071F42;
  --dark-navy: #0B2A56;
  --primary-blue: #0062E3;
  --bright-blue: #0088FF;
  --accent-cyan: #00B4F0;
  --light-blue: rgba(0, 115, 255, 0.08);
  --ice-blue: #EEF5FC;
  --page-background: #F6F9FD;
  --white: #FFFFFF;
  --body-text: #2A4365;
  --muted-text: #5A759C;

  /* Neutrals & Borders for Luminous Light Glass Theme */
  --border-light: rgba(0, 98, 227, 0.08);
  --border-card: rgba(0, 98, 227, 0.12);
  --border-subtle: rgba(0, 60, 160, 0.06);
  --slate-100: rgba(255, 255, 255, 0.85);
  --slate-200: rgba(240, 246, 255, 0.9);
  --slate-300: rgba(215, 230, 250, 0.85);

  /* Status Colors */
  --color-success: #00B87A;
  --color-danger: #E63946;
  --color-danger-bg: rgba(230, 57, 70, 0.08);

  /* Typography */
  --font-main: 'ID Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;

  /* Restrained Radii */
  --radius-xs: 4px;
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-full: 9999px;

  /* Refined Light Glow Shadows */
  --shadow-subtle: 0 4px 16px rgba(0, 40, 100, 0.06);
  --shadow-card: 0 16px 40px -10px rgba(0, 48, 120, 0.08), 0 0 24px -2px rgba(0, 120, 255, 0.1);
  --shadow-hover: 0 26px 54px -10px rgba(0, 48, 120, 0.14), 0 0 32px 0 rgba(0, 140, 255, 0.22);
  --shadow-elevated: 0 28px 60px -12px rgba(0, 48, 120, 0.15), 0 0 40px 0 rgba(0, 152, 255, 0.2);

  /* Layout */
  --nav-height: 80px;
  --ticker-height: 34px;
  --header-height: calc(var(--nav-height) + var(--ticker-height));

  /* Transitions */
  --trans-fast: 0.16s ease-in-out;
  --trans-base: 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  --trans-smooth: 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 16px);
  -webkit-text-size-adjust: 100%;
  background-color: #1a3d80;
}

body {
  font-family: var(--font-main);
  background: transparent;
  color: var(--body-text);
  line-height: 1.6;
  font-size: 16px;
  font-weight: 450;
  letter-spacing: 0.012em;
  text-rendering: optimizeLegibility;
  font-synthesis: weight style;
  overflow-x: hidden;
  position: relative;
  min-height: 100vh;
}

/* Global Frosted Sapphire Scrollbar System */
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 98, 227, 0.3) transparent;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 98, 227, 0.28);
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.8);
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 98, 227, 0.6);
}

::-webkit-scrollbar-corner {
  background: transparent;
}

/* --------------------------------------------------------------------------
   GLOBAL AMBIENT SAPPHIRE-TO-AZURE GRAIN MESH CANVAS (FIXED FULLSCREEN)
   Faithfully replicating the luxury frosted grain mesh gradient aesthetic
   -------------------------------------------------------------------------- */
.site-mesh-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: -1;
  overflow: hidden;
}

.mesh-gradient-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background:
    /* 1. Top-Left Deep Royal Sapphire / Cobalt Aura */
    radial-gradient(ellipse 75% 65% at 0% 12%, rgba(22, 55, 122, 0.96) 0%, rgba(32, 78, 168, 0.82) 28%, rgba(45, 105, 210, 0.4) 55%, transparent 75%),
    /* 2. Mid-Left Deep Indigo Resonance */
    radial-gradient(ellipse 55% 55% at 5% 42%, rgba(18, 46, 105, 0.78) 0%, rgba(28, 70, 152, 0.5) 38%, transparent 72%),
    /* 3. Upper-Center & Top-Right Electric Sky Azure Swell */
    radial-gradient(ellipse 75% 65% at 74% 18%, rgba(68, 155, 255, 0.88) 0%, rgba(52, 132, 242, 0.6) 38%, rgba(100, 180, 255, 0.25) 65%, transparent 80%),
    /* 4. Mid-Right Vibrant Cyan/Azure Arc */
    radial-gradient(ellipse 65% 55% at 92% 46%, rgba(85, 172, 255, 0.75) 0%, rgba(48, 128, 238, 0.42) 42%, transparent 75%),
    /* 5. Bottom-Right Luminous Frosted Ice-White Mist */
    radial-gradient(ellipse 85% 75% at 85% 90%, rgba(248, 252, 255, 0.98) 0%, rgba(224, 240, 255, 0.88) 42%, rgba(185, 218, 252, 0.42) 72%, transparent 95%),
    /* 6. Bottom-Left Powder Azure Glow */
    radial-gradient(ellipse 70% 60% at 15% 95%, rgba(195, 225, 255, 0.8) 0%, rgba(152, 200, 252, 0.42) 45%, transparent 80%),
    /* 7. Base Smooth Gradient Field */
    linear-gradient(135deg, #183a7c 0%, #2964c4 30%, #529ef8 60%, #c8e2fd 85%, #edf5fe 100%);
  background-size: 100% 100%;
}

.mesh-grain-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 320 320' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='grainNoise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23grainNoise)' opacity='0.085'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 160px 160px;
  mix-blend-mode: overlay;
  opacity: 0.88;
}

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

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

a:hover {
  color: var(--white);
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

ul,
ol {
  list-style: none;
}

/* --------------------------------------------------------------------------
   LAYOUT UTILITIES & SECTION SPACING
   -------------------------------------------------------------------------- */
.container {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

/* Generous whitespace between sections to let the page breathe */
.section-padding {
  padding-top: 108px;
  padding-bottom: 108px;
}

.text-center {
  text-align: center;
}

.section-header {
  max-width: 700px;
  margin: 0 auto 56px auto;
}

/* Clean Corporate Eyebrow with Cyan Glow */
.section-eyebrow,
.hero-eyebrow,
.cta-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #0070E0;
  margin-bottom: 14px;
}

.eyebrow-accent {
  width: 16px;
  height: 2px;
  background-color: #0070E0;
  box-shadow: 0 0 10px rgba(0, 112, 224, 0.35);
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6,
.hero-title,
.section-title,
.request-main-heading,
.cta-title {
  font-weight: 700;
  letter-spacing: 0.015em;
  color: var(--primary-navy);
}

.section-title {
  font-size: 2.25rem;
  color: var(--primary-navy);
  line-height: 1.25;
  margin-bottom: 16px;
}

.service-card-title,
.scenario-title,
.node-title,
.trust-panel-title,
.faq-question,
.point-title,
.service-card-btn,
.service-card-tag,
.trust-badge,
.section-eyebrow,
.hero-badge-pill {
  font-weight: 700;
  letter-spacing: 0.02em;
}

.section-subtitle {
  font-size: 1.0625rem;
  color: #0C284D;
  font-weight: 500;
  line-height: 1.65;
}

.highlight-blue {
  color: var(--primary-blue);
  text-shadow: 0 0 24px rgba(0, 98, 227, 0.25);
}

/* --------------------------------------------------------------------------
   BUTTONS (LUMINOUS FROSTED PILL STYLING)
   Inspired by modern illuminated glassmorphism with an internal blue bloom core
   -------------------------------------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--font-main);
  font-weight: 600;
  font-size: 0.9375rem;
  letter-spacing: 0.015em;
  line-height: 1;
  padding: 13px 26px;
  border-radius: var(--radius-full);
  border: 1px solid rgba(255, 255, 255, 0.85);
  cursor: pointer;
  position: relative;
  isolation: isolate;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  -webkit-text-stroke: 0;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1),
              background 0.3s cubic-bezier(0.16, 1, 0.3, 1),
              border-color 0.3s cubic-bezier(0.16, 1, 0.3, 1),
              color 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.btn:disabled {
  opacity: 0.65;
  cursor: not-allowed;
  transform: none !important;
  box-shadow: none !important;
  pointer-events: none;
}

.btn-spinner {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(7, 42, 90, 0.25);
  border-top-color: #072a5a;
  border-radius: 50%;
  animation: btnSpin 0.7s linear infinite;
  display: inline-block;
}

@keyframes btnSpin {
  to {
    transform: rotate(360deg);
  }
}

/* Primary Illuminated Frosted Blue CTAs (.btn-primary, .btn-navy, .btn-blue)
   Harmonized with the sapphire-into-azure frosted mesh background palette */
.btn-primary,
.btn-navy,
.btn-blue {
  background:
    radial-gradient(ellipse 74% 68% at 50% 32%, rgba(0, 128, 255, 0.9) 0%, rgba(30, 145, 255, 0.5) 45%, rgba(215, 238, 255, 0) 78%),
    linear-gradient(180deg, #d8ebff 0%, #eef5ff 32%, #ffffff 74%, #d4e8ff 100%);
  color: #072a5a;
  border: 1.25px solid rgba(255, 255, 255, 0.95);
  box-shadow:
    0 8px 24px -4px rgba(0, 95, 230, 0.38),
    0 2px 8px -1px rgba(0, 60, 160, 0.16),
    0 0 18px 2px rgba(0, 150, 255, 0.26),
    inset 0 1.5px 1.5px 0 rgba(255, 255, 255, 0.95),
    inset 0 -2px 6px 0 rgba(255, 255, 255, 0.8);
}

.btn-primary:hover,
.btn-navy:hover,
.btn-blue:hover {
  transform: translateY(-2px);
  color: #031c40;
  background:
    radial-gradient(ellipse 78% 72% at 50% 30%, rgba(0, 138, 255, 0.96) 0%, rgba(40, 160, 255, 0.6) 48%, rgba(215, 238, 255, 0) 80%),
    linear-gradient(180deg, #e4f0ff 0%, #f6faff 30%, #ffffff 70%, #deefff 100%);
  border-color: #ffffff;
  box-shadow:
    0 14px 34px -4px rgba(0, 95, 230, 0.48),
    0 4px 12px 0 rgba(0, 50, 140, 0.22),
    0 0 28px 4px rgba(0, 160, 255, 0.4),
    inset 0 1.5px 1.5px 0 #ffffff,
    inset 0 -2px 8px 0 rgba(255, 255, 255, 0.95);
}

.btn-primary:active,
.btn-navy:active,
.btn-blue:active {
  transform: translateY(0) scale(0.98);
  box-shadow:
    0 4px 14px -2px rgba(0, 95, 230, 0.32),
    0 0 12px 1px rgba(0, 150, 255, 0.24),
    inset 0 1.5px 1.5px 0 rgba(255, 255, 255, 0.9),
    inset 0 -2px 4px 0 rgba(255, 255, 255, 0.7);
}

/* Frosted Crystal Outline Hero Button */
.btn-outline-hero,
.btn-outline {
  background: rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
  border: 1.25px solid rgba(255, 255, 255, 0.85);
  box-shadow: 0 8px 24px -4px rgba(7, 25, 60, 0.25), inset 0 1.5px 2px rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.btn-outline-hero:hover,
.btn-outline:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.35);
  color: #FFFFFF;
  border-color: #FFFFFF;
  box-shadow: 0 14px 32px -4px rgba(7, 25, 60, 0.35), 0 0 22px rgba(255, 255, 255, 0.35), inset 0 1.5px 2px #FFFFFF;
}

.btn-outline-hero:active,
.btn-outline:active {
  transform: translateY(0) scale(0.98);
}

.btn-lg {
  padding: 15px 32px;
  font-size: 1rem;
}

.btn-block {
  width: 100%;
}

.btn-arrow {
  display: inline-block;
  transition: transform var(--trans-fast);
}

.btn:hover .btn-arrow {
  transform: translateX(3px);
}

/* --------------------------------------------------------------------------
   1. NAVBAR (HIGH-TRANSLUCENCY FROSTED SLAB)
   -------------------------------------------------------------------------- */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.76);
  border-bottom: 1px solid rgba(255, 255, 255, 0.65);
  box-shadow: 0 4px 24px rgba(10, 35, 80, 0.08);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  backdrop-filter: blur(24px) saturate(180%);
  transition: background-color var(--trans-base), box-shadow var(--trans-base), border-color var(--trans-base);
}

.site-header.scrolled {
  background-color: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 32px rgba(0, 48, 120, 0.1), 0 0 20px rgba(0, 152, 255, 0.16);
  border-bottom-color: rgba(0, 152, 255, 0.22);
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--nav-height);
  transition: height var(--trans-base);
}

.site-header.scrolled .header-container {
  height: 70px;
}

/* --------------------------------------------------------------------------
   RUNNING SECURITY ADVISORY TICKER BAR (BELOW NAVBAR)
   -------------------------------------------------------------------------- */
.security-ticker-bar {
  width: 100%;
  height: var(--ticker-height);
  background: linear-gradient(90deg, #061938 0%, #09234e 35%, #0d2c60 50%, #09234e 65%, #061938 100%);
  border-top: 1px solid rgba(0, 152, 255, 0.24);
  border-bottom: 1px solid rgba(0, 98, 227, 0.28);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 2px 10px rgba(7, 31, 66, 0.22);
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  user-select: none;
  z-index: 10;
}

.security-ticker-viewport {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 1) 36px, rgba(0, 0, 0, 1) calc(100% - 36px), transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 1) 36px, rgba(0, 0, 0, 1) calc(100% - 36px), transparent 100%);
}

.security-ticker-track {
  display: flex;
  align-items: center;
  white-space: nowrap;
  flex-shrink: 0;
  will-change: transform;
  animation: securityMarqueeTrack 40s linear infinite;
}

.security-ticker-bar:hover .security-ticker-track,
.security-ticker-track:hover {
  animation-play-state: paused;
}

.security-ticker-group {
  display: flex;
  align-items: center;
  white-space: nowrap;
  flex-shrink: 0;
}

.security-ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 32px;
  font-family: var(--font-main);
  font-size: 0.8125rem;
  font-weight: 500;
  color: #E2EFFF;
  letter-spacing: 0.02em;
  line-height: 1;
}

.security-ticker-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 3px 9px;
  border-radius: 9999px;
  background: rgba(0, 180, 240, 0.16);
  border: 1px solid rgba(0, 210, 255, 0.35);
  color: #00D4FF;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 0 10px rgba(0, 180, 240, 0.2);
}

.security-ticker-shield {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #00E5FF;
}

.security-ticker-text {
  color: #F0F6FF;
  font-weight: 500;
}

.security-ticker-divider {
  display: inline-flex;
  align-items: center;
  color: #FFC837;
  font-size: 0.6875rem;
  margin-left: 14px;
  opacity: 0.85;
}

@keyframes securityMarqueeTrack {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .security-ticker-track {
    animation-duration: 100s;
  }
}

.brand-logo-link {
  display: inline-flex;
  align-items: center;
  position: relative;
  text-decoration: none;
  padding: 4px 6px;
  border-radius: var(--radius-sm);
  transition: transform var(--trans-fast), opacity var(--trans-fast);
}

.brand-logo-link::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 28%;
  transform: translate(-50%, -50%);
  width: 140%;
  height: 130%;
  background: radial-gradient(ellipse at center, rgba(0, 152, 255, 0.12) 0%, rgba(0, 98, 227, 0.03) 55%, transparent 75%);
  pointer-events: none;
  z-index: -1;
  filter: blur(8px);
  opacity: 0.85;
  transition: opacity var(--trans-base);
}

.brand-logo-link:hover {
  transform: translateY(-1px);
}

.brand-logo-link:hover::before {
  opacity: 1;
}

.brand-logo {
  height: 46px;
  width: auto;
  max-width: 185px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 2px 8px rgba(0, 98, 227, 0.12));
  transition: filter var(--trans-fast), transform var(--trans-fast);
}

.brand-logo-link:hover .brand-logo {
  filter: drop-shadow(0 4px 14px rgba(0, 115, 255, 0.28));
  transform: translateY(-1px);
}

.desktop-nav {
  display: flex;
  align-items: center;
}

.nav-list {
  display: flex;
  align-items: center;
  gap: 34px;
}

.nav-link {
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.038em;
  color: #27446B;
  padding: 8px 0;
  position: relative;
  transition: color var(--trans-fast);
  -webkit-text-stroke: 0;
}

.nav-link:hover,
.nav-link.active {
  color: var(--primary-blue);
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--bright-blue), var(--accent-cyan));
  box-shadow: 0 0 8px var(--bright-blue);
  transition: width var(--trans-base);
}

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

.header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.btn-header {
  padding: 10px 22px;
  font-size: 0.875rem;
  letter-spacing: 0.035em;
  -webkit-text-stroke: 0;
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
  display: none;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 8px;
  width: 40px;
  height: 40px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: var(--white);
}

.hamburger-bar {
  display: block;
  width: 22px;
  height: 2px;
  background-color: var(--white);
  border-radius: 1px;
  transition: all var(--trans-fast);
}

/* Mobile Drawer */
.mobile-nav-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1001;
  display: none;
}

.mobile-nav-drawer.open {
  display: block;
}

.mobile-nav-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(7, 31, 66, 0.4);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  opacity: 0;
  transition: opacity var(--trans-base);
}

.mobile-nav-drawer.open .mobile-nav-backdrop {
  opacity: 1;
}

.mobile-nav-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 82%;
  max-width: 320px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.96);
  border-left: 1px solid rgba(0, 98, 227, 0.12);
  padding: 24px;
  display: flex;
  flex-direction: column;
  box-shadow: -8px 0 36px rgba(0, 48, 120, 0.12);
  transform: translateX(100%);
  transition: transform var(--trans-base);
  backdrop-filter: blur(24px);
}

.mobile-nav-drawer.open .mobile-nav-content {
  transform: translateX(0);
}

.mobile-nav-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 98, 227, 0.1);
}

.mobile-brand-logo {
  height: 38px;
  width: auto;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 2px 6px rgba(0, 98, 227, 0.14));
}

.mobile-nav-close {
  background: transparent;
  border: none;
  cursor: pointer;
  color: var(--muted-text);
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-nav-list {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mobile-nav-link {
  display: block;
  font-size: 1.0625rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #27446B;
  padding: 10px 12px;
  border-radius: var(--radius-sm);
  transition: all var(--trans-fast);
  -webkit-text-stroke: 0;
}

.mobile-nav-link:hover {
  background-color: rgba(0, 115, 255, 0.08);
  color: var(--primary-blue);
  padding-left: 16px;
}

.mobile-nav-footer {
  margin-top: auto;
  padding-top: 24px;
  border-top: 1px solid rgba(0, 98, 227, 0.1);
}

.mobile-cta {
  margin-bottom: 12px;
}

.mobile-nav-note {
  font-size: 0.75rem;
  color: var(--muted-text);
  text-align: center;
}

/* --------------------------------------------------------------------------
   2. HERO SECTION (APXIR CORPORATE GEOMETRY)
   -------------------------------------------------------------------------- */
.hero-section {
  position: relative;
  padding-top: calc(var(--header-height) + 40px);
  padding-bottom: 96px;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.hero-bg-geometry {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.geo-diagonal-line {
  position: absolute;
  width: 150%;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(0, 111, 230, 0.12) 30%, rgba(0, 198, 255, 0.18) 60%, transparent 100%);
  transform: rotate(-18deg);
  transform-origin: 0 0;
}

.geo-line-1 {
  top: 20%;
  left: -20%;
}

.geo-line-2 {
  top: 60%;
  left: -10%;
}

.geo-grid-pattern {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-image: radial-gradient(rgba(0, 152, 255, 0.12) 1px, transparent 1px);
  background-size: 24px 24px;
  opacity: 0.5;
}

.hero-container {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: 52px;
}

.hero-content {
  max-width: 600px;
}

.hero-title {
  font-size: 3rem;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.18;
  letter-spacing: 0.012em;
  margin-bottom: 20px;
  text-shadow: 0 2px 24px rgba(7, 25, 60, 0.45);
}

.hero-title .highlight-blue {
  color: #52B5FF;
  text-shadow: 0 0 24px rgba(0, 180, 255, 0.6);
}

.hero-subtitle {
  font-size: 1.125rem;
  color: #D6E8FF;
  line-height: 1.65;
  margin-bottom: 36px;
  text-shadow: 0 1px 8px rgba(7, 25, 60, 0.25);
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 32px;
}

.hero-trust-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.trust-check-icon {
  color: #00E599;
  filter: drop-shadow(0 0 8px rgba(0, 229, 153, 0.6));
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.hero-trust-text {
  font-size: 0.875rem;
  font-weight: 600;
  color: #E2EFFF;
  text-shadow: 0 1px 6px rgba(7, 25, 60, 0.2);
}

/* Hero Right: Custom APXIR Geometric Canvas */
.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
}

.apxir-geometric-canvas {
  position: relative;
  width: 100%;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.apxir-vector-mark {
  width: 100%;
  height: auto;
  display: block;
}

/* --------------------------------------------------------------------------
   3. SERVICES SECTION (FLAT, CRISP CORPORATE CARDS)
   -------------------------------------------------------------------------- */
.services-section {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  position: relative;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* 3 on row 1, 2 balanced on row 2 */
@media (min-width: 992px) {
  .services-grid {
    grid-template-columns: repeat(6, 1fr);
  }

  .service-card:nth-child(1) {
    grid-column: span 2;
  }

  .service-card:nth-child(2) {
    grid-column: span 2;
  }

  .service-card:nth-child(3) {
    grid-column: span 2;
  }

  .service-card:nth-child(4) {
    grid-column: 2 / span 2;
  }

  .service-card:nth-child(5) {
    grid-column: 4 / span 2;
  }
}

.service-card {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 85% 70% at 90% 12%, rgba(0, 168, 255, 0.16) 0%, rgba(0, 98, 227, 0.06) 40%, transparent 72%),
    linear-gradient(165deg, rgba(255, 255, 255, 0.86) 0%, rgba(242, 248, 255, 0.74) 100%);
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 20px;
  padding: 32px 28px 26px 28px;
  display: flex;
  flex-direction: column;
  box-shadow:
    0 18px 44px -12px rgba(8, 32, 80, 0.14),
    0 0 24px -2px rgba(0, 120, 255, 0.12),
    inset 0 1.5px 2px rgba(255, 255, 255, 1),
    inset 0 -1px 2px rgba(0, 98, 227, 0.04);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  backdrop-filter: blur(24px) saturate(180%);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Glowing top accent line with smooth expansion */
.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3.5px;
  background: linear-gradient(90deg, #00C6FF 0%, #0062E3 50%, #0098FF 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 3;
  box-shadow: 0 2px 10px rgba(0, 152, 255, 0.4);
}

/* Cool diagonal specular light sheen sweep animation */
.service-card::after {
  content: '';
  position: absolute;
  top: -60%;
  left: -60%;
  width: 220%;
  height: 220%;
  background: linear-gradient(
    65deg,
    transparent 35%,
    rgba(255, 255, 255, 0.6) 50%,
    transparent 65%
  );
  transform: rotate(25deg) translateY(-80%);
  pointer-events: none;
  transition: transform 0.85s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.5s ease;
  opacity: 0;
  z-index: 1;
}

.service-card:hover {
  border-color: rgba(70, 165, 255, 0.65);
  transform: translateY(-8px) scale(1.012);
  box-shadow:
    0 28px 60px -10px rgba(8, 32, 80, 0.22),
    0 0 36px 0 rgba(0, 140, 255, 0.26),
    inset 0 1.5px 2px rgba(255, 255, 255, 1);
}

.service-card:hover::before {
  transform: scaleX(1);
}

.service-card:hover::after {
  opacity: 1;
  transform: rotate(25deg) translateY(60%);
}

/* Card Header: Icon + Category Tag */
.service-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
  position: relative;
  z-index: 2;
}

.service-icon-box {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(0, 152, 255, 0.1);
  color: var(--primary-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 152, 255, 0.24);
  box-shadow: 0 4px 14px rgba(0, 115, 255, 0.1);
  transition: all 0.36s cubic-bezier(0.16, 1, 0.3, 1);
}

.service-icon-box svg {
  stroke: currentColor;
  transition: transform 0.3s ease;
}

.service-card:hover .service-icon-box {
  background: linear-gradient(135deg, var(--primary-blue) 0%, #0098FF 100%);
  color: var(--white);
  transform: translateY(-4px) scale(1.08);
  box-shadow: 0 12px 24px rgba(0, 98, 227, 0.35);
  border-color: transparent;
}

.service-card-tag {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #0066E0;
  background-color: rgba(0, 152, 255, 0.1);
  padding: 5px 12px;
  border-radius: var(--radius-full);
  border: 1px solid rgba(0, 152, 255, 0.22);
  transition: all 0.25s ease;
}

.service-card:hover .service-card-tag {
  background-color: rgba(0, 152, 255, 0.18);
  border-color: rgba(0, 152, 255, 0.38);
  color: #0052BF;
}

/* Card Body */
.service-card-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
  z-index: 2;
}

.service-card-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--primary-navy);
  margin-bottom: 10px;
  letter-spacing: 0.015em;
  line-height: 1.3;
}

.service-card-desc {
  font-size: 0.9375rem;
  color: var(--muted-text);
  line-height: 1.6;
  margin-bottom: 20px;
}

/* Service Micro-Tags / Features List */
.service-features-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 26px;
}

.service-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78125rem;
  font-weight: 600;
  color: #27446B;
  background-color: rgba(240, 246, 255, 0.85);
  padding: 5px 11px;
  border-radius: 8px;
  border: 1px solid rgba(0, 98, 227, 0.1);
  transition: all 0.25s ease;
}

.service-pill svg {
  color: var(--primary-blue);
  flex-shrink: 0;
}

.service-card:hover .service-pill {
  background-color: rgba(0, 152, 255, 0.12);
  border-color: rgba(0, 152, 255, 0.24);
  color: #072A5A;
}

/* Action Footer */
.service-card-footer {
  border-top: 1px solid rgba(0, 98, 227, 0.08);
  padding-top: 18px;
  margin-top: auto;
  position: relative;
  z-index: 2;
}

.service-card-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 16px;
  border-radius: var(--radius-full);
  background:
    radial-gradient(ellipse 70% 65% at 50% 34%, rgba(0, 115, 255, 0.82) 0%, rgba(20, 138, 255, 0.45) 44%, rgba(215, 238, 255, 0) 78%),
    linear-gradient(180deg, #d8ebff 0%, #eef5ff 32%, #ffffff 74%, #d4e8ff 100%);
  color: #072a5a;
  border: 1.25px solid rgba(255, 255, 255, 0.9);
  box-shadow:
    0 8px 24px -4px rgba(0, 102, 240, 0.34),
    0 2px 8px -1px rgba(0, 60, 160, 0.16),
    0 0 16px 2px rgba(0, 150, 255, 0.22),
    inset 0 1.5px 1.5px 0 rgba(255, 255, 255, 0.95),
    inset 0 -2px 6px 0 rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.015em;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.service-card-btn:hover {
  transform: translateY(-2px);
  color: #031c40;
  background:
    radial-gradient(ellipse 76% 70% at 50% 32%, rgba(0, 128, 255, 0.94) 0%, rgba(35, 150, 255, 0.55) 48%, rgba(215, 238, 255, 0) 80%),
    linear-gradient(180deg, #e2efff 0%, #f4f9ff 30%, #ffffff 70%, #deefff 100%);
  border-color: rgba(255, 255, 255, 1);
  box-shadow:
    0 14px 32px -4px rgba(0, 102, 240, 0.46),
    0 4px 12px 0 rgba(0, 50, 140, 0.2),
    0 0 24px 4px rgba(0, 150, 255, 0.35),
    inset 0 1.5px 1.5px 0 rgba(255, 255, 255, 1),
    inset 0 -2px 8px 0 rgba(255, 255, 255, 0.92);
}

.service-card-btn:active {
  transform: translateY(0) scale(0.98);
}

.service-btn-arrow {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #072a5a;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 2px 8px rgba(0, 50, 120, 0.25);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  flex-shrink: 0;
}

.service-btn-arrow svg {
  transition: transform 0.25s ease;
}

.service-card-btn:hover .service-btn-arrow {
  background: #0062E3;
  color: #FFFFFF;
  border-color: transparent;
  transform: translateX(3px);
  box-shadow: 0 4px 12px rgba(0, 98, 227, 0.45);
}

.service-card:hover .service-btn-arrow svg {
  transform: translateX(1px);
}

/* --------------------------------------------------------------------------
   4. EXISTING PRODUCT VS NEW INSTALLATION
   -------------------------------------------------------------------------- */
.scenario-section {
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  position: relative;
}

.scenario-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  max-width: 1060px;
  margin: 0 auto;
}

.scenario-panel {
  background:
    radial-gradient(ellipse 85% 70% at 90% 12%, rgba(0, 152, 255, 0.16) 0%, rgba(0, 98, 227, 0.05) 38%, transparent 72%),
    linear-gradient(165deg, rgba(255, 255, 255, 0.86) 0%, rgba(242, 248, 255, 0.74) 100%);
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 20px;
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  box-shadow:
    0 18px 44px -12px rgba(8, 32, 80, 0.14),
    0 0 24px -4px rgba(0, 120, 255, 0.12),
    inset 0 1.5px 2px rgba(255, 255, 255, 1),
    inset 0 -1px 2px rgba(0, 98, 227, 0.04);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  backdrop-filter: blur(24px) saturate(180%);
  transition: transform 0.38s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.38s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.38s cubic-bezier(0.16, 1, 0.3, 1);
}

.scenario-panel::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3.5px;
  transform: scaleX(0.2);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.scenario-existing::before {
  background: linear-gradient(90deg, #00C6FF, #0062E3);
}

.scenario-new::before {
  background: linear-gradient(90deg, #0062E3, #0098FF);
}

.scenario-panel:hover {
  border-color: rgba(70, 165, 255, 0.65);
  box-shadow:
    0 28px 60px -10px rgba(8, 32, 80, 0.22),
    0 0 40px 0 rgba(0, 140, 255, 0.26),
    inset 0 1.5px 2px rgba(255, 255, 255, 1);
  transform: translateY(-7px) scale(1.01);
}

.scenario-panel:hover::before {
  transform: scaleX(1);
}

.scenario-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.scenario-category {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #0066E0;
  background-color: rgba(0, 152, 255, 0.1);
  padding: 5px 12px;
  border-radius: var(--radius-full);
  border: 1px solid rgba(0, 152, 255, 0.22);
}

.scenario-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgba(0, 152, 255, 0.1);
  color: var(--primary-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 152, 255, 0.24);
  box-shadow: 0 4px 14px rgba(0, 115, 255, 0.1);
  transition: all 0.32s cubic-bezier(0.16, 1, 0.3, 1);
}

.scenario-icon svg {
  stroke: currentColor;
  transition: transform 0.3s ease;
}

.scenario-panel:hover .scenario-icon {
  background: linear-gradient(135deg, var(--primary-blue) 0%, var(--bright-blue) 100%);
  color: var(--white);
  transform: translateY(-3px) scale(1.08);
  box-shadow: 0 10px 24px rgba(0, 98, 227, 0.35);
  border-color: transparent;
}

.scenario-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--primary-navy);
  margin-bottom: 12px;
}

.scenario-desc {
  font-size: 0.9375rem;
  color: var(--muted-text);
  line-height: 1.6;
  margin-bottom: 24px;
}

.scenario-spec-list {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.scenario-spec-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #27446B;
  line-height: 1.5;
  -webkit-text-stroke: 0 !important;
}

.scenario-spec-list li svg {
  color: var(--primary-blue);
  stroke: currentColor;
  flex-shrink: 0;
  transition: transform 0.25s var(--trans-base);
}

.scenario-panel:hover .scenario-spec-list li svg {
  transform: scale(1.15);
  color: var(--bright-blue);
}

.scenario-action {
  margin-top: auto;
}

.scenario-btn {
  width: auto;
  align-self: flex-start;
}

/* --------------------------------------------------------------------------
   5. HOW IT WORKS (FLOWING APXIR ARROW PROCESS)
   -------------------------------------------------------------------------- */
.process-section {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  position: relative;
}

.process-path-wrapper {
  position: relative;
  margin-top: 30px;
}

.process-arrow-line {
  position: absolute;
  top: 30px;
  left: 60px;
  right: 60px;
  height: 2px;
  background: linear-gradient(90deg, rgba(0, 98, 227, 0.3) 0%, var(--bright-blue) 70%, var(--accent-cyan) 100%);
  box-shadow: 0 0 12px rgba(0, 152, 255, 0.35);
  z-index: 1;
}

.process-arrow-head {
  position: absolute;
  right: 0;
  top: -4px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 9px solid var(--accent-cyan);
  filter: drop-shadow(0 0 6px rgba(0, 198, 255, 0.6));
}

.process-steps-row {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.process-step-node {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.36s cubic-bezier(0.16, 1, 0.3, 1);
}

.node-number-ring {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 3px solid rgba(0, 98, 227, 0.15);
  box-shadow: 0 0 0 2px var(--bright-blue), 0 4px 18px rgba(0, 115, 255, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  transition: all 0.36s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
}

.process-step-node:hover .node-number-ring {
  background: linear-gradient(135deg, var(--primary-blue) 0%, var(--bright-blue) 100%);
  transform: scale(1.12);
  box-shadow: 0 0 0 4px rgba(0, 152, 255, 0.2), 0 8px 22px rgba(0, 98, 227, 0.35);
}

.node-num {
  font-size: 1.125rem;
  font-weight: 800;
  color: var(--primary-blue);
  letter-spacing: 0.02em;
  transition: color 0.3s ease;
}

.process-step-node:hover .node-num {
  color: #FFFFFF;
}

.node-content {
  background:
    radial-gradient(ellipse 85% 70% at 90% 12%, rgba(0, 152, 255, 0.14) 0%, rgba(0, 98, 227, 0.04) 38%, transparent 72%),
    linear-gradient(165deg, rgba(255, 255, 255, 0.94) 0%, rgba(246, 251, 255, 0.85) 100%);
  border: 1px solid rgba(0, 98, 227, 0.12);
  border-radius: 18px;
  padding: 26px 22px;
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 16px 36px -10px rgba(0, 48, 120, 0.07), inset 0 1.5px 2px rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transition: transform 0.36s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.36s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.36s cubic-bezier(0.16, 1, 0.3, 1);
}

.node-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2.5px;
  background: linear-gradient(90deg, var(--primary-blue), var(--bright-blue));
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.36s cubic-bezier(0.16, 1, 0.3, 1);
}

.process-step-node:hover .node-content {
  border-color: rgba(0, 152, 255, 0.35);
  transform: translateY(-6px);
  box-shadow: 0 24px 44px -8px rgba(0, 98, 227, 0.16), 0 0 28px rgba(0, 152, 255, 0.15);
}

.process-step-node:hover .node-content::before {
  transform: scaleX(1);
}

.node-title {
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--primary-navy);
  margin-bottom: 8px;
}

.node-desc {
  font-size: 0.875rem;
  color: var(--muted-text);
  line-height: 1.55;
}

/* --------------------------------------------------------------------------
   6. TRUST / REASSURANCE SECTION
   -------------------------------------------------------------------------- */
.trust-section {
  background: transparent;
  border-top: 1px solid rgba(0, 98, 227, 0.08);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.trust-panel {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 85% 70% at 90% 12%, rgba(0, 152, 255, 0.15) 0%, rgba(0, 98, 227, 0.05) 38%, transparent 72%),
    linear-gradient(165deg, rgba(255, 255, 255, 0.86) 0%, rgba(242, 248, 255, 0.74) 100%);
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 18px;
  padding: 34px 24px 28px 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow:
    0 16px 40px -10px rgba(8, 32, 80, 0.12),
    0 0 20px -2px rgba(0, 110, 240, 0.1),
    inset 0 1.5px 2px rgba(255, 255, 255, 1);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  backdrop-filter: blur(24px) saturate(180%);
  transition: transform 0.38s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.38s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.38s cubic-bezier(0.16, 1, 0.3, 1);
}

.trust-panel::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, var(--bright-blue) 50%, var(--accent-cyan) 100%);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.36s cubic-bezier(0.16, 1, 0.3, 1);
}

.trust-panel:hover {
  border-color: rgba(70, 165, 255, 0.65);
  transform: translateY(-6px) scale(1.01);
  box-shadow:
    0 24px 48px -10px rgba(8, 32, 80, 0.2),
    0 0 32px 0 rgba(0, 140, 255, 0.24),
    inset 0 1.5px 2px rgba(255, 255, 255, 1);
}

.trust-panel:hover::before {
  transform: scaleX(1);
}

.trust-panel-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(0, 152, 255, 0.1);
  color: var(--primary-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border: 1px solid rgba(0, 152, 255, 0.24);
  box-shadow: 0 4px 14px rgba(0, 115, 255, 0.1);
  transition: all 0.34s cubic-bezier(0.16, 1, 0.3, 1);
}

.trust-panel-icon svg {
  stroke: currentColor;
  transition: transform 0.3s ease;
}

.trust-panel:hover .trust-panel-icon {
  background: linear-gradient(135deg, var(--primary-blue) 0%, var(--bright-blue) 100%);
  color: var(--white);
  transform: translateY(-3px) scale(1.08);
  box-shadow: 0 10px 24px rgba(0, 98, 227, 0.35);
  border-color: transparent;
}

.trust-panel-title {
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--primary-navy);
  margin-bottom: 8px;
}

.trust-panel-desc {
  font-size: 0.875rem;
  color: var(--muted-text);
  line-height: 1.55;
  flex-grow: 1;
}

.trust-badge {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #0066E0;
  background-color: rgba(0, 152, 255, 0.1);
  padding: 4px 12px;
  border-radius: var(--radius-full);
  margin-top: 14px;
  border: 1px solid rgba(0, 152, 255, 0.22);
  display: inline-block;
  transition: all 0.25s ease;
}

.trust-panel:hover .trust-badge {
  background-color: rgba(0, 152, 255, 0.18);
  border-color: rgba(0, 152, 255, 0.38);
  color: #0052BF;
}

/* --------------------------------------------------------------------------
   7. APPOINTMENT / SERVICE REQUEST (2-COLUMN CONVERSION LAYOUT)
   -------------------------------------------------------------------------- */
.request-section {
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  position: relative;
}

.request-split-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: flex-start;
}

.request-info-column {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 8px 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  position: relative;
}

.request-info-column .section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #52B5FF;
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.request-info-column .eyebrow-accent {
  width: 18px;
  height: 3px;
  background-color: #52B5FF;
  border-radius: 2px;
  box-shadow: 0 0 10px rgba(82, 181, 255, 0.6);
}

.request-main-heading {
  font-size: 2.375rem;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 1.22;
  letter-spacing: -0.01em;
  margin-bottom: 14px;
  text-shadow: 0 2px 20px rgba(7, 25, 60, 0.45);
}

.request-main-desc {
  font-size: 1.0625rem;
  color: #D6E8FF;
  line-height: 1.65;
  margin-bottom: 28px;
  font-weight: 500;
  text-shadow: 0 1px 8px rgba(7, 25, 60, 0.25);
}

/* Brand Logo in Request Section - Direct Transparent Merged Display */
.request-brand-display {
  display: inline-flex;
  align-items: center;
  background: transparent;
  border: none;
  padding: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  margin-bottom: 28px;
}

.request-brand-logo {
  width: auto;
  max-width: 220px;
  height: auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 2px 8px rgba(0, 98, 227, 0.2));
}

.request-vector {
  width: 100%;
  max-width: 340px;
  height: auto;
  display: block;
}

.request-points-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.request-point-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 4px 0;
  box-shadow: none;
  transition: transform 0.25s ease;
}

.request-point-item:hover {
  transform: translateX(4px);
}

.point-bullet {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00C6FF 0%, #0062E3 100%);
  color: #FFFFFF;
  font-size: 0.8125rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
  box-shadow: 0 0 12px rgba(0, 198, 255, 0.6);
}

.point-title {
  font-size: 1rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 3px;
  text-shadow: 0 1px 4px rgba(7, 25, 60, 0.35);
}

.point-desc {
  font-size: 0.875rem;
  color: #D6E8FF;
  line-height: 1.55;
  font-weight: 500;
  -webkit-text-stroke: 0 !important;
  text-shadow: 0 1px 6px rgba(7, 25, 60, 0.2);
}

/* Elevated Light Frosted Glass Form Panel */
.form-container {
  background:
    radial-gradient(ellipse 85% 70% at 90% 10%, rgba(0, 152, 255, 0.14) 0%, rgba(0, 98, 227, 0.05) 40%, transparent 70%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.88) 0%, rgba(244, 250, 255, 0.82) 50%, rgba(236, 246, 255, 0.75) 100%);
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 24px;
  padding: 38px 34px;
  box-shadow:
    0 22px 50px -12px rgba(8, 32, 80, 0.18),
    0 0 32px -4px rgba(0, 115, 255, 0.14),
    inset 0 1.5px 2px rgba(255, 255, 255, 1);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  position: relative;
  transition: transform 0.36s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.36s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.36s cubic-bezier(0.16, 1, 0.3, 1);
}

.form-container:hover {
  border-color: rgba(70, 165, 255, 0.65);
  box-shadow:
    0 28px 60px -12px rgba(8, 32, 80, 0.24),
    0 0 42px 0 rgba(0, 140, 255, 0.26),
    inset 0 1.5px 2px rgba(255, 255, 255, 1);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
  margin-bottom: 24px;
}

.col-salutation {
  grid-column: span 3;
}

.col-firstname {
  grid-column: span 4;
}

.col-lastname {
  grid-column: span 5;
}

.col-email {
  grid-column: span 5;
}

.col-phone {
  grid-column: span 4;
}

.col-zip {
  grid-column: span 3;
}

.col-6 {
  grid-column: span 6;
}

.col-12,
.form-group-full {
  grid-column: span 12;
}

@media (max-width: 768px) {
  .col-salutation,
  .col-firstname,
  .col-lastname,
  .col-email,
  .col-phone,
  .col-zip,
  .col-6 {
    grid-column: span 12;
  }
}

.form-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  color: #071F42;
  margin-bottom: 6px;
}

.required-star {
  color: var(--color-danger);
}

.form-input,
.form-select,
.form-textarea {
  width: 100%;
  padding: 12px 14px;
  font-size: 0.9375rem;
  color: #072A5A;
  background-color: #FFFFFF;
  border: 1.5px solid rgba(0, 80, 180, 0.18);
  border-radius: var(--radius-sm);
  transition: all var(--trans-fast);
  outline: none;
  box-shadow: inset 0 1px 2px rgba(10, 40, 80, 0.04);
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  background-color: #FFFFFF;
  border-color: var(--bright-blue);
  box-shadow: 0 0 0 3px rgba(0, 115, 255, 0.18), inset 0 1px 2px rgba(0, 0, 0, 0.02);
}

.form-input::placeholder,
.form-textarea::placeholder {
  color: #7A93B8;
}

.form-input.error,
.form-select.error,
.form-textarea.error {
  border-color: var(--color-danger);
  background-color: var(--color-danger-bg);
}

.field-error {
  display: none;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--color-danger);
  margin-top: 4px;
}

.field-error.show {
  display: block;
}

.select-wrapper {
  position: relative;
}

/* --------------------------------------------------------------------------
   INTERACTIVE FROSTED GLASS CLOCK PICKER
   -------------------------------------------------------------------------- */
.clock-picker-container {
  position: relative;
  width: 100%;
}

.clock-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.clock-time-input {
  padding-right: 46px !important;
  cursor: pointer;
  background-color: #FFFFFF !important;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.clock-picker-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 98, 227, 0.08);
  border: 1px solid rgba(0, 98, 227, 0.2);
  border-radius: 8px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-blue);
  cursor: pointer;
  transition: all var(--trans-fast);
}

.clock-picker-btn:hover,
.clock-picker-container:hover .clock-picker-btn {
  background: var(--primary-blue);
  color: #FFFFFF;
  border-color: var(--primary-blue);
  box-shadow: 0 2px 8px rgba(0, 98, 227, 0.3);
}

/* Dropdown Panel */
.clock-dropdown-panel {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  left: auto;
  width: 340px;
  max-width: min(340px, calc(100vw - 28px));
  box-sizing: border-box;
  overflow: hidden;
  z-index: 1050;
  background:
    radial-gradient(ellipse 90% 70% at 50% 0%, rgba(0, 152, 255, 0.14) 0%, transparent 65%),
    linear-gradient(165deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 250, 255, 0.95) 100%);
  border: 1.5px solid rgba(255, 255, 255, 1);
  border-radius: 20px;
  box-shadow:
    0 20px 48px rgba(7, 31, 66, 0.22),
    0 0 24px rgba(0, 120, 255, 0.15),
    inset 0 1.5px 2px rgba(255, 255, 255, 1);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  backdrop-filter: blur(20px) saturate(180%);
  padding: 16px 18px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-8px) scale(0.97);
  transition: all 0.24s cubic-bezier(0.16, 1, 0.3, 1);
}

.clock-dropdown-panel.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

/* Clock Header */
.clock-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 98, 227, 0.12);
  gap: 8px;
}

.clock-digital-display {
  display: flex;
  align-items: center;
  gap: 4px;
}

.clock-digit-box {
  font-family: 'Outfit', var(--font-main);
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--primary-navy);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 98, 227, 0.2);
  border-radius: 8px;
  padding: 3px 8px;
  min-width: 38px;
  text-align: center;
  line-height: 1.2;
}

.clock-digit-colon {
  font-family: 'Outfit', var(--font-main);
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--primary-blue);
}

.clock-tz-badge {
  font-family: 'Outfit', var(--font-main);
  font-size: 0.6875rem;
  font-weight: 800;
  color: #0062E3;
  background: rgba(0, 98, 227, 0.1);
  border: 1px solid rgba(0, 98, 227, 0.22);
  border-radius: 6px;
  padding: 3px 6px;
  margin-left: 4px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  user-select: none;
}

.clock-ampm-toggle {
  display: flex;
  background: rgba(0, 98, 227, 0.08);
  border-radius: var(--radius-full);
  padding: 3px;
  border: 1px solid rgba(0, 98, 227, 0.15);
}

.ampm-btn {
  border: none;
  background: transparent;
  padding: 5px 12px;
  font-size: 0.75rem;
  font-weight: 700;
  border-radius: var(--radius-full);
  color: #4A658A;
  cursor: pointer;
  transition: all 0.2s ease;
}

.ampm-btn.active {
  background: var(--primary-blue);
  color: #FFFFFF;
  box-shadow: 0 2px 6px rgba(0, 98, 227, 0.3);
}

/* Circular Analogue Clock Face */
.clock-face-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 14px;
}

.clock-face {
  position: relative;
  width: 176px;
  height: 176px;
  border-radius: 50%;
  background: radial-gradient(circle, #FFFFFF 0%, rgba(240, 246, 255, 0.85) 100%);
  border: 2px solid rgba(0, 98, 227, 0.2);
  cursor: pointer;
  box-shadow:
    inset 0 2px 8px rgba(0, 40, 100, 0.06),
    0 4px 16px rgba(0, 98, 227, 0.08);
}

.clock-num {
  position: absolute;
  width: 28px;
  height: 28px;
  top: calc(50% - 14px);
  left: calc(50% - 14px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #071F42;
  cursor: pointer;
  border-radius: 50%;
  user-select: none;
  z-index: 6;
  pointer-events: auto;
  transition: all 0.18s ease;
}

.clock-num:hover {
  background: rgba(0, 98, 227, 0.14);
  color: var(--primary-blue);
  transform: scale(1.1);
}

.clock-num.active {
  background: var(--primary-blue) !important;
  color: #FFFFFF !important;
  box-shadow: 0 2px 8px rgba(0, 98, 227, 0.4);
}

/* Angular position for all 12 hours */
.num-12 { transform: rotate(0deg) translateY(-66px) rotate(0deg); }
.num-1  { transform: rotate(30deg) translateY(-66px) rotate(-30deg); }
.num-2  { transform: rotate(60deg) translateY(-66px) rotate(-60deg); }
.num-3  { transform: rotate(90deg) translateY(-66px) rotate(-90deg); }
.num-4  { transform: rotate(120deg) translateY(-66px) rotate(-120deg); }
.num-5  { transform: rotate(150deg) translateY(-66px) rotate(-150deg); }
.num-6  { transform: rotate(180deg) translateY(-66px) rotate(-180deg); }
.num-7  { transform: rotate(210deg) translateY(-66px) rotate(-210deg); }
.num-8  { transform: rotate(240deg) translateY(-66px) rotate(-240deg); }
.num-9  { transform: rotate(270deg) translateY(-66px) rotate(-270deg); }
.num-10 { transform: rotate(300deg) translateY(-66px) rotate(-300deg); }
.num-11 { transform: rotate(330deg) translateY(-66px) rotate(-330deg); }

/* Rotating Hands */
.clock-center-pin {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background: var(--primary-blue);
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.clock-hand {
  position: absolute;
  bottom: 50%;
  left: 50%;
  border-radius: 4px;
  transform-origin: bottom center;
  transition: transform 0.22s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}

.hour-hand {
  width: 4px;
  height: 46px;
  margin-left: -2px;
  background: var(--primary-navy);
  z-index: 3;
}

.min-hand {
  width: 3px;
  height: 64px;
  margin-left: -1.5px;
  background: var(--primary-blue);
  z-index: 4;
}

/* Minute Increments Selector */
.clock-min-section {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 12px;
  padding: 10px 12px;
  background: rgba(0, 98, 227, 0.05);
  border: 1px solid rgba(0, 98, 227, 0.12);
  border-radius: 12px;
  box-sizing: border-box;
}

.clock-min-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.clock-min-label {
  font-size: 0.6875rem;
  font-weight: 700;
  color: #4A658A;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.clock-min-steppers {
  display: flex;
  align-items: center;
  gap: 6px;
}

.clock-step-btn {
  border: 1px solid rgba(0, 98, 227, 0.25);
  background: #FFFFFF;
  color: #072A5A;
  padding: 3px 10px;
  font-size: 0.6875rem;
  font-weight: 800;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.18s ease;
  line-height: 1.4;
}

.clock-step-btn:hover {
  background: var(--primary-blue);
  color: #FFFFFF;
  border-color: var(--primary-blue);
  box-shadow: 0 2px 6px rgba(0, 98, 227, 0.3);
}

.clock-min-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  width: 100%;
}

.clock-min-chip {
  border: 1px solid rgba(0, 98, 227, 0.2);
  background: #FFFFFF;
  color: #072A5A;
  padding: 5px 0;
  font-size: 0.8125rem;
  font-weight: 700;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.18s ease;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

.clock-min-chip:hover {
  background: rgba(0, 98, 227, 0.1);
  color: var(--primary-blue);
  border-color: rgba(0, 98, 227, 0.35);
}

.clock-min-chip.active {
  background: var(--primary-blue);
  color: #FFFFFF;
  border-color: var(--primary-blue);
  box-shadow: 0 2px 6px rgba(0, 98, 227, 0.3);
}

/* Popular Preset Timings */
.clock-quick-presets {
  margin-bottom: 14px;
}

.clock-presets-label {
  display: block;
  font-size: 0.6875rem;
  font-weight: 700;
  color: #5A759C;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 6px;
}

.clock-presets-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
  width: 100%;
}

.clock-preset-chip {
  border: 1px solid rgba(0, 98, 227, 0.18);
  background: rgba(255, 255, 255, 0.88);
  color: #072A5A;
  padding: 7px 6px;
  font-size: 0.75rem;
  font-weight: 700;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.18s ease;
  text-align: center;
  white-space: nowrap;
  box-sizing: border-box;
}

.clock-preset-chip:hover {
  background: #0062E3;
  color: #FFFFFF;
  border-color: #0062E3;
  box-shadow: 0 2px 8px rgba(0, 98, 227, 0.25);
}

/* Action Footer */
.clock-panel-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-top: 12px;
  border-top: 1px solid rgba(0, 98, 227, 0.1);
}

.btn-clock-clear {
  background: transparent;
  border: none;
  font-size: 0.75rem;
  font-weight: 700;
  color: #5A759C;
  cursor: pointer;
  padding: 6px 10px;
  border-radius: 6px;
  transition: color 0.18s ease;
}

.btn-clock-clear:hover {
  color: var(--color-danger);
}

.btn-clock-apply {
  background: linear-gradient(135deg, #1E88E5 0%, #0066E8 50%, #0047BA 100%);
  color: #FFFFFF;
  border: none;
  font-size: 0.8125rem;
  font-weight: 700;
  padding: 8px 18px;
  border-radius: var(--radius-full);
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 102, 232, 0.3);
  transition: all 0.2s ease;
}

.btn-clock-apply:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(0, 102, 232, 0.45);
}

@media (max-width: 480px) {
  .clock-dropdown-panel {
    right: 0;
    left: auto;
    width: min(320px, calc(100vw - 24px));
    padding: 14px;
    border-radius: 16px;
  }
  .clock-face {
    width: 156px;
    height: 156px;
  }
  .num-12 { transform: rotate(0deg) translateY(-58px) rotate(0deg); }
  .num-1  { transform: rotate(30deg) translateY(-58px) rotate(-30deg); }
  .num-2  { transform: rotate(60deg) translateY(-58px) rotate(-60deg); }
  .num-3  { transform: rotate(90deg) translateY(-58px) rotate(-90deg); }
  .num-4  { transform: rotate(120deg) translateY(-58px) rotate(-120deg); }
  .num-5  { transform: rotate(150deg) translateY(-58px) rotate(-150deg); }
  .num-6  { transform: rotate(180deg) translateY(-58px) rotate(-180deg); }
  .num-7  { transform: rotate(210deg) translateY(-58px) rotate(-210deg); }
  .num-8  { transform: rotate(240deg) translateY(-58px) rotate(-240deg); }
  .num-9  { transform: rotate(270deg) translateY(-58px) rotate(-270deg); }
  .num-10 { transform: rotate(300deg) translateY(-58px) rotate(-300deg); }
  .num-11 { transform: rotate(330deg) translateY(-58px) rotate(-330deg); }
  .hour-hand { height: 40px; }
  .min-hand { height: 56px; }
  .clock-min-chip { font-size: 0.75rem; padding: 4px 0; }
  .clock-preset-chip { font-size: 0.6875rem; padding: 6px 4px; }
}

/* ==========================================================================
   SERVICES CHECKBOX GRID COMPONENT
   ========================================================================== */
.services-label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  gap: 8px;
}

.services-sublabel {
  font-size: 0.75rem;
  font-weight: 600;
  color: #5A759C;
  letter-spacing: 0.02em;
}

.services-checkbox-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  transition: all 0.2s ease;
}

.services-checkbox-grid.error {
  border: 1.5px solid rgba(239, 68, 68, 0.6);
  border-radius: 14px;
  padding: 8px;
  background: rgba(239, 68, 68, 0.03);
}

.service-checkbox-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.9);
  border: 1.5px solid rgba(0, 98, 227, 0.16);
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  user-select: none;
}

.service-checkbox-card:hover {
  border-color: rgba(0, 98, 227, 0.45);
  background: rgba(240, 246, 255, 0.95);
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(0, 98, 227, 0.1);
}

.service-checkbox-card.checked {
  border-color: var(--primary-blue, #0062E3);
  background: linear-gradient(145deg, rgba(235, 244, 255, 0.98) 0%, rgba(220, 236, 255, 0.88) 100%);
  box-shadow: 0 4px 16px rgba(0, 98, 227, 0.18), inset 0 0 0 1px rgba(0, 98, 227, 0.3);
}

.service-checkbox-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.service-checkbox-custom {
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-radius: 6px;
  border: 1.5px solid #A2B9D6;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
}

.service-checkbox-card:hover .service-checkbox-custom {
  border-color: var(--primary-blue, #0062E3);
}

.service-checkbox-card.checked .service-checkbox-custom {
  background: var(--primary-blue, #0062E3);
  border-color: var(--primary-blue, #0062E3);
  box-shadow: 0 2px 6px rgba(0, 98, 227, 0.35);
}

.check-mark {
  color: #FFFFFF;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.18s cubic-bezier(0.16, 1, 0.3, 1);
}

.service-checkbox-card.checked .check-mark {
  opacity: 1;
  transform: scale(1);
}

.service-checkbox-icon-wrap {
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 8px;
  background: rgba(0, 98, 227, 0.08);
  color: var(--primary-blue, #0062E3);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.service-checkbox-card:hover .service-checkbox-icon-wrap {
  background: rgba(0, 98, 227, 0.15);
}

.service-checkbox-card.checked .service-checkbox-icon-wrap {
  background: var(--primary-blue, #0062E3);
  color: #FFFFFF;
  box-shadow: 0 2px 8px rgba(0, 98, 227, 0.3);
}

.service-checkbox-text {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #071F42;
  line-height: 1.3;
}

@media (max-width: 640px) {
  .services-checkbox-grid {
    grid-template-columns: 1fr;
  }
}

.select-wrapper::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #4A658A;
  pointer-events: none;
}

.form-select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 36px;
  cursor: pointer;
}

.form-select option {
  background-color: #FFFFFF;
  color: #072A5A;
}

.form-textarea {
  resize: vertical;
  min-height: 90px;
}

/* --------------------------------------------------------------------------
   SECURITY ADVISORY NOTE & DECLARATION CARD
   -------------------------------------------------------------------------- */
.security-note-group {
  margin-top: 6px;
  margin-bottom: 2px;
}

.security-advisory-note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: linear-gradient(135deg, rgba(238, 246, 255, 0.95) 0%, rgba(244, 250, 255, 0.9) 100%);
  border: 1.5px solid rgba(0, 98, 227, 0.2);
  border-left: 4px solid #0062E3;
  border-radius: 12px;
  padding: 13px 16px;
  box-shadow: 0 2px 10px rgba(0, 98, 227, 0.05);
}

.security-note-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: rgba(0, 98, 227, 0.1);
  color: #0062E3;
  flex-shrink: 0;
  margin-top: 1px;
}

.security-note-content {
  flex-grow: 1;
  font-size: 0.84rem;
  line-height: 1.5;
  color: #071F42;
}

.security-note-tag {
  display: inline-block;
  font-family: 'Outfit', var(--font-main);
  font-size: 0.6875rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #0062E3;
  background: rgba(0, 98, 227, 0.1);
  padding: 2px 7px;
  border-radius: 4px;
  margin-right: 6px;
  vertical-align: middle;
}

.security-note-text {
  display: inline;
  font-weight: 550;
  color: #071F42;
  margin: 0;
}

.security-declaration-group {
  margin-top: 4px;
  margin-bottom: 8px;
}

.security-declaration-card {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 20px;
  background: rgba(240, 246, 255, 0.78);
  border: 1.5px solid rgba(0, 98, 227, 0.2);
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 48, 120, 0.05);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  cursor: pointer;
  transition: border-color 0.22s ease, background-color 0.22s ease, box-shadow 0.22s ease;
}

.security-declaration-card:hover {
  background: rgba(240, 246, 255, 0.95);
  border-color: rgba(0, 98, 227, 0.42);
  box-shadow: 0 6px 22px rgba(0, 98, 227, 0.1);
}

.security-declaration-card.checked {
  background: rgba(235, 245, 255, 0.98);
  border-color: #0062E3;
  box-shadow: 0 0 0 3px rgba(0, 98, 227, 0.12), 0 6px 20px rgba(0, 98, 227, 0.08);
}

.security-declaration-card.error {
  border-color: #E63946 !important;
  background: rgba(230, 57, 70, 0.05) !important;
  box-shadow: 0 0 0 3px rgba(230, 57, 70, 0.14) !important;
}

.security-declaration-checkbox-wrap {
  position: relative;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  margin-top: 2px;
}

.security-checkbox-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  margin: 0;
  cursor: pointer;
  z-index: 2;
}

.security-checkbox-custom {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  border-radius: 6px;
  border: 1.8px solid rgba(0, 98, 227, 0.38);
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.06);
}

.security-checkbox-input:checked + .security-checkbox-custom {
  background: linear-gradient(135deg, #0062E3 0%, #004BB5 100%);
  border-color: #0062E3;
  box-shadow: 0 0 12px rgba(0, 98, 227, 0.38);
}

.security-checkbox-input:focus-visible + .security-checkbox-custom {
  outline: 2px solid #00B4F0;
  outline-offset: 2px;
}

.security-declaration-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  flex-grow: 1;
}

.security-decl-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0062E3;
  flex-shrink: 0;
  margin-top: 2px;
}

.security-declaration-text {
  font-size: 0.875rem;
  line-height: 1.55;
  color: #071F42;
  font-weight: 550;
  letter-spacing: 0.01em;
}

@media (max-width: 768px) {
  .security-declaration-card {
    padding: 14px 16px;
    gap: 12px;
  }
  .security-declaration-text {
    font-size: 0.8125rem;
    line-height: 1.48;
  }
}

.form-actions {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.btn-submit-glow {
  background: linear-gradient(135deg, #1E88E5 0%, #0066E8 50%, #0047BA 100%);
  color: #FFFFFF !important;
  border: none;
  border-radius: 50px;
  padding: 16px 28px;
  font-size: 1.0625rem;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  box-shadow: 0 10px 28px -4px rgba(0, 102, 232, 0.45), 0 0 22px rgba(0, 136, 255, 0.35);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  width: 100%;
  text-decoration: none;
}

.btn-submit-glow:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px -4px rgba(0, 102, 232, 0.55), 0 0 28px rgba(0, 150, 255, 0.45);
  background: linear-gradient(135deg, #2E96FF 0%, #0072FF 50%, #0050C8 100%);
  color: #FFFFFF !important;
}

.btn-submit-glow:active {
  transform: translateY(0);
}

.btn-submit-glow:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.form-disclaimer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 0.78125rem;
  color: #5A759C;
  text-align: center;
}

.form-disclaimer svg {
  flex-shrink: 0;
  color: var(--bright-blue);
}

/* Confirmation State */
.form-confirmation {
  text-align: center;
  padding: 30px 16px;
  animation: fadeIn 0.3s ease-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.confirmation-icon-wrap {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: rgba(0, 102, 227, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px auto;
  border: 1px solid rgba(0, 102, 227, 0.28);
  box-shadow: 0 0 20px rgba(0, 102, 227, 0.22);
}

.confirmation-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: #071F42;
  margin-bottom: 12px;
}

.confirmation-desc {
  font-size: 0.9375rem;
  color: #4A658A;
  line-height: 1.6;
  margin-bottom: 24px;
}

.confirmation-summary {
  background-color: rgba(0, 102, 227, 0.05);
  border: 1px solid rgba(0, 102, 227, 0.15);
  border-radius: var(--radius-sm);
  padding: 18px;
  margin-bottom: 24px;
  text-align: left;
  font-size: 0.84375rem;
}

.confirmation-summary-item {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  border-bottom: 1px dashed rgba(0, 102, 227, 0.15);
}

.confirmation-summary-item:last-child {
  border-bottom: none;
}

.summary-label {
  font-weight: 600;
  color: #5A759C;
}

.summary-value {
  font-weight: 700;
  color: #071F42;
}

/* High-contrast reset button in confirmation state */
.form-confirmation .btn-outline,
#resetFormBtn,
#contactResetBtn {
  background: #FFFFFF;
  color: #072A5A !important;
  border: 1.5px solid #0062E3;
  padding: 13px 30px;
  font-size: 0.9375rem;
  font-weight: 700;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(0, 98, 227, 0.12);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
}

.form-confirmation .btn-outline:hover,
#resetFormBtn:hover,
#contactResetBtn:hover {
  background: linear-gradient(135deg, #0062E3 0%, #0047BA 100%);
  color: #FFFFFF !important;
  border-color: #0062E3;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 98, 227, 0.35);
}

.form-confirmation .btn-outline:active,
#resetFormBtn:active,
#contactResetBtn:active {
  transform: translateY(0);
}

/* --------------------------------------------------------------------------
   8. FAQ SECTION (MINIMALIST CORPORATE ACCORDION)
   -------------------------------------------------------------------------- */
.faq-section {
  background: transparent;
  border-top: 1px solid rgba(0, 102, 227, 0.1);
}

.faq-accordion {
  max-width: 840px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  background:
    radial-gradient(ellipse 85% 70% at 95% 12%, rgba(0, 152, 255, 0.12) 0%, transparent 60%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.88) 0%, rgba(244, 250, 255, 0.8) 100%);
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 22px rgba(8, 32, 80, 0.1), inset 0 1px 1px rgba(255, 255, 255, 1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.faq-item:hover {
  border-color: rgba(70, 165, 255, 0.6);
  transform: translateY(-2px);
  box-shadow: 0 12px 30px -4px rgba(0, 98, 227, 0.2), 0 0 18px rgba(0, 152, 255, 0.14);
}

.faq-item.active {
  background:
    radial-gradient(ellipse 85% 70% at 95% 12%, rgba(0, 152, 255, 0.16) 0%, transparent 65%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.94) 0%, rgba(238, 246, 255, 0.88) 100%);
  border-color: rgba(70, 165, 255, 0.65);
  border-left: 4px solid var(--bright-blue);
  box-shadow: 0 16px 36px -6px rgba(0, 98, 227, 0.22), 0 0 22px rgba(0, 152, 255, 0.15);
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 22px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  font-size: 1rem;
  font-weight: 700;
  color: #071F42;
  transition: color var(--trans-fast);
}

.faq-question:hover {
  color: var(--bright-blue);
}

.faq-toggle-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(0, 102, 227, 0.1);
  color: var(--bright-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid rgba(0, 102, 227, 0.2);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.faq-item:hover .faq-toggle-icon {
  background: rgba(0, 102, 227, 0.18);
  border-color: rgba(0, 102, 227, 0.4);
  color: #0056b3;
}

.faq-item.active .faq-toggle-icon {
  background: linear-gradient(135deg, var(--primary-blue), var(--bright-blue));
  color: #FFFFFF;
  border-color: transparent;
  transform: rotate(180deg);
  box-shadow: 0 4px 14px rgba(0, 102, 227, 0.35);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--trans-smooth);
}

.faq-item.active .faq-answer {
  max-height: 240px;
}

.faq-answer-inner {
  padding: 0 22px 20px 22px;
  font-size: 0.9375rem;
  color: #4A658A;
  line-height: 1.65;
}

/* --------------------------------------------------------------------------
   9. FINAL CTA SECTION (CLEAN ICE-BLUE GLOW CANVAS)
   -------------------------------------------------------------------------- */
.final-cta-section {
  position: relative;
  padding: 88px 0;
  background:
    radial-gradient(circle at 50% 50%, rgba(0, 128, 255, 0.12) 0%, rgba(235, 245, 255, 0.04) 50%, transparent 75%);
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.final-cta-box {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}

.final-cta-box .cta-eyebrow {
  color: var(--bright-blue);
  margin-bottom: 14px;
}

.final-cta-box .cta-title {
  font-size: 2.375rem;
  font-weight: 700;
  color: #071F42;
  line-height: 1.22;
  letter-spacing: 0.015em;
  margin-bottom: 16px;
}

.final-cta-box .cta-description {
  font-size: 1.125rem;
  color: #27446B;
  line-height: 1.65;
  margin-bottom: 32px;
}

/* --------------------------------------------------------------------------
   10. FOOTER (EXECUTIVE CORPORATE TECHNOLOGY)
   -------------------------------------------------------------------------- */
.site-footer {
  position: relative;
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 140, 255, 0.1) 0%, transparent 65%);
  color: #27446B;
  padding-top: 76px;
  padding-bottom: 36px;
  border-top: 1px solid rgba(0, 111, 230, 0.16);
}

.footer-ambient-glow {
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  max-width: 680px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--bright-blue), transparent);
  opacity: 0.9;
  pointer-events: none;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1.1fr 1.6fr;
  gap: 48px;
  margin-bottom: 56px;
}

.footer-brand-col {
  padding-right: 8px;
}

.footer-brand-link {
  display: inline-block;
  margin-bottom: 18px;
  transition: transform var(--trans-fast), opacity var(--trans-fast);
}

.footer-brand-link:hover {
  transform: translateY(-1px);
  opacity: 0.92;
}

.footer-logo {
  height: 48px;
  width: auto;
  max-width: 180px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 2px 8px rgba(0, 102, 227, 0.16));
  transition: filter var(--trans-fast);
}

.footer-brand-link:hover .footer-logo {
  filter: drop-shadow(0 4px 14px rgba(0, 102, 227, 0.28));
}

.footer-tagline {
  font-size: 0.875rem;
  line-height: 1.65;
  color: #27446B;
  margin-bottom: 22px;
  max-width: 320px;
}

.footer-trust-card {
  background:
    radial-gradient(ellipse 90% 75% at 90% 10%, rgba(0, 152, 255, 0.14) 0%, transparent 60%),
    linear-gradient(165deg, rgba(255, 255, 255, 0.9) 0%, rgba(240, 248, 255, 0.8) 100%);
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: var(--radius-sm);
  padding: 16px 18px;
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  backdrop-filter: blur(20px) saturate(180%);
  box-shadow:
    0 12px 28px -6px rgba(8, 32, 80, 0.12),
    0 0 20px -2px rgba(0, 120, 255, 0.1),
    inset 0 1px 2px rgba(255, 255, 255, 1);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.footer-trust-card:hover {
  transform: translateY(-2px);
  border-color: rgba(70, 165, 255, 0.6);
  box-shadow:
    0 16px 36px -6px rgba(8, 32, 80, 0.16),
    0 0 28px rgba(0, 140, 255, 0.18),
    inset 0 1px 2px rgba(255, 255, 255, 1);
}

.trust-card-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}

.trust-shield-icon {
  color: var(--bright-blue);
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.trust-card-title {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #071F42;
  letter-spacing: 0.02em;
}

.trust-card-desc {
  font-size: 0.75rem;
  line-height: 1.5;
  color: #355278;
  margin: 0;
}

.footer-heading {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #071F42;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-links a {
  font-size: 0.875rem;
  color: #27446B;
  font-weight: 500;
  transition: all var(--trans-fast);
  display: inline-block;
}

.footer-links a:hover {
  color: var(--primary-blue);
  transform: translateX(3px);
}

/* Dispatch Panel (Illuminated Glass Card) */
.dispatch-panel {
  background:
    radial-gradient(ellipse 90% 75% at 90% 10%, rgba(0, 152, 255, 0.14) 0%, transparent 60%),
    linear-gradient(165deg, rgba(255, 255, 255, 0.9) 0%, rgba(240, 248, 255, 0.8) 100%);
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: var(--radius-md);
  padding: 22px;
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  backdrop-filter: blur(20px) saturate(180%);
  box-shadow:
    0 14px 32px -6px rgba(8, 32, 80, 0.12),
    0 0 24px -2px rgba(0, 120, 255, 0.1),
    inset 0 1px 2px rgba(255, 255, 255, 1);
  transition: border-color var(--trans-base), transform var(--trans-base), box-shadow var(--trans-base);
}

.dispatch-panel:hover {
  transform: translateY(-2px);
  border-color: rgba(70, 165, 255, 0.65);
  box-shadow:
    0 18px 40px -6px rgba(8, 32, 80, 0.18),
    0 0 32px rgba(0, 140, 255, 0.2),
    inset 0 1px 2px rgba(255, 255, 255, 1);
}

.dispatch-status-indicator {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 180, 120, 0.1);
  border: 1px solid rgba(0, 180, 120, 0.3);
  padding: 4px 10px;
  border-radius: var(--radius-full);
  margin-bottom: 14px;
}

.status-pulse-dot {
  width: 7px;
  height: 7px;
  background: #00B87A;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(0, 184, 122, 0.7);
  animation: pulseGlow 2s infinite ease-in-out;
}

@keyframes pulseGlow {

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

  50% {
    opacity: 0.4;
    transform: scale(0.85);
  }
}

.status-label {
  font-size: 0.75rem;
  font-weight: 700;
  color: #046342;
  letter-spacing: 0.03em;
}

.dispatch-details {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 18px;
}

.dispatch-detail-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.8125rem;
  color: #27446B;
  font-weight: 500;
  line-height: 1.4;
}

.dispatch-detail-item svg {
  color: var(--bright-blue);
  flex-shrink: 0;
}

.dispatch-phone-link {
  color: var(--primary-blue);
  font-weight: 600;
  text-decoration: none;
  transition: color var(--trans-fast);
}

.dispatch-phone-link:hover {
  color: var(--dark-navy);
  text-decoration: underline;
}

.dispatch-detail-item.dispatch-provider-item {
  align-items: flex-start;
}

.dispatch-detail-item.dispatch-provider-item svg {
  margin-top: 2px;
}

.dispatch-provider-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.provider-title {
  color: #072A5A;
  font-weight: 600;
  line-height: 1.35;
}

.provider-hours {
  color: #4A658A;
  font-weight: 500;
  font-size: 0.8125rem;
}

.provider-tz {
  color: var(--primary-blue);
  font-weight: 700;
  font-size: 0.6875rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.btn-footer-dispatch {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 12px 20px;
  background:
    radial-gradient(ellipse 70% 65% at 50% 34%, rgba(0, 115, 255, 0.82) 0%, rgba(20, 138, 255, 0.45) 44%, rgba(215, 238, 255, 0) 78%),
    linear-gradient(180deg, #d8ebff 0%, #eef5ff 32%, #ffffff 74%, #d4e8ff 100%);
  color: #072a5a;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.015em;
  border-radius: var(--radius-full);
  border: 1.25px solid rgba(255, 255, 255, 0.9);
  box-shadow:
    0 8px 24px -4px rgba(0, 102, 240, 0.34),
    0 0 16px 2px rgba(0, 150, 255, 0.22),
    inset 0 1.5px 1.5px 0 rgba(255, 255, 255, 0.95),
    inset 0 -2px 6px 0 rgba(255, 255, 255, 0.8);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1),
              background 0.3s cubic-bezier(0.16, 1, 0.3, 1),
              color 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  text-decoration: none;
  cursor: pointer;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.btn-footer-dispatch:hover {
  transform: translateY(-2px);
  color: #031c40;
  background:
    radial-gradient(ellipse 76% 70% at 50% 32%, rgba(0, 128, 255, 0.94) 0%, rgba(35, 150, 255, 0.55) 48%, rgba(215, 238, 255, 0) 80%),
    linear-gradient(180deg, #e2efff 0%, #f4f9ff 30%, #ffffff 70%, #deefff 100%);
  box-shadow:
    0 14px 32px -4px rgba(0, 102, 240, 0.46),
    0 0 24px 4px rgba(0, 150, 255, 0.35),
    inset 0 1.5px 1.5px 0 rgba(255, 255, 255, 1),
    inset 0 -2px 8px 0 rgba(255, 255, 255, 0.92);
}

.btn-footer-dispatch:active {
  transform: translateY(0) scale(0.98);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 28px;
  border-top: 1px solid rgba(0, 102, 227, 0.12);
  font-size: 0.8125rem;
  color: #27446B;
  gap: 20px;
  flex-wrap: wrap;
}

.copyright-text {
  color: #27446B;
  font-weight: 500;
}

.footer-badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #072A5A;
  background: rgba(255, 255, 255, 0.85);
  padding: 6px 14px;
  border-radius: var(--radius-full);
  border: 1px solid rgba(0, 102, 227, 0.16);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  box-shadow: 0 2px 10px rgba(0, 48, 120, 0.05);
}

.footer-badge-dot {
  width: 6px;
  height: 6px;
  background: var(--primary-blue);
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(0, 98, 227, 0.6);
}

.footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.footer-bottom-link {
  color: #27446B;
  font-size: 0.8125rem;
  font-weight: 500;
  transition: color var(--trans-fast);
  text-decoration: none;
}

.footer-bottom-link:hover {
  color: var(--primary-blue);
}

.footer-sep {
  color: rgba(0, 102, 227, 0.22);
  font-size: 0.75rem;
}

/* --------------------------------------------------------------------------
   RESPONSIVE BREAKPOINTS (ZERO HORIZONTAL OVERFLOW)
   -------------------------------------------------------------------------- */

/* Large Tablets / Laptops (<= 1024px) */
@media (max-width: 1024px) {
  .hero-title {
    font-size: 2.5rem;
  }

  .hero-container {
    gap: 36px;
  }

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

  .service-card:nth-child(1),
  .service-card:nth-child(2),
  .service-card:nth-child(3),
  .service-card:nth-child(4),
  .service-card:nth-child(5) {
    grid-column: auto;
  }

  .service-card:nth-child(5) {
    grid-column: 1 / -1;
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
  }

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

  .request-split-layout {
    gap: 36px;
  }

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

/* Tablets (<= 768px) */
@media (max-width: 768px) {
  :root {
    --nav-height: 70px;
    --ticker-height: 32px;
  }

  .security-ticker-item {
    font-size: 0.75rem;
    padding: 0 22px;
    gap: 8px;
  }

  .security-ticker-badge {
    padding: 2px 7px;
    font-size: 0.625rem;
  }

  .section-padding {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-title {
    font-size: 1.875rem;
  }

  .desktop-nav,
  .btn-header {
    display: none;
  }

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

  .hero-section {
    padding-top: calc(var(--header-height) + 24px);
    padding-bottom: 64px;
  }

  .hero-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .hero-content {
    max-width: 100%;
    text-align: center;
  }

  .hero-eyebrow {
    justify-content: center;
  }

  .hero-title {
    font-size: 2.125rem;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-trust-row {
    justify-content: center;
  }

  .scenario-grid {
    grid-template-columns: 1fr;
  }

  /* Vertical Connected Process Path */
  .process-arrow-line {
    display: none;
  }

  .process-steps-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .process-step-node {
    flex-direction: row;
    text-align: left;
    gap: 16px;
  }

  .node-number-ring {
    width: 52px;
    height: 52px;
    margin-bottom: 0;
    flex-shrink: 0;
  }

  .node-num {
    font-size: 1rem;
  }

  /* Request Split Layout to 1 Column */
  .request-split-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .request-brand-display {
    margin-bottom: 24px;
  }

  .request-brand-logo {
    max-width: 200px;
  }

  .request-geo-graphic {
    display: none;
  }

  .request-info-column {
    padding: 0;
  }

  .form-container {
    padding: 28px 20px;
  }

  .form-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

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

  .footer-bottom {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }

  .footer-bottom-links {
    justify-content: center;
  }
}

/* Mobile Screens (<= 480px and 320px - 430px) */
@media (max-width: 480px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-title {
    font-size: 1.75rem;
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .hero-actions {
    flex-direction: column;
    width: 100%;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .service-card:nth-child(5) {
    grid-column: auto;
  }

  .trust-grid {
    grid-template-columns: 1fr;
  }

  .scenario-panel {
    padding: 28px 20px;
  }

  .scenario-title {
    font-size: 1.375rem;
  }

  .scenario-btn {
    width: 100%;
  }

  .cta-title {
    font-size: 1.75rem;
  }

  .faq-question {
    padding: 16px 16px;
    font-size: 0.9375rem;
  }

  .faq-answer-inner {
    padding: 0 16px 16px 16px;
  }
}

/* --------------------------------------------------------------------------
   12. PROFESSIONAL CARD ENTRANCE & SCROLL REVEAL ANIMATIONS
   -------------------------------------------------------------------------- */
.card-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.65s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.65s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.36s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.36s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.card-reveal.is-revealed {
  opacity: 1;
  transform: translateY(0);
}

/* Staggered entrance delays for grid children */
.services-grid .service-card:nth-child(1) {
  transition-delay: 0.04s;
}

.services-grid .service-card:nth-child(2) {
  transition-delay: 0.12s;
}

.services-grid .service-card:nth-child(3) {
  transition-delay: 0.20s;
}

.services-grid .service-card:nth-child(4) {
  transition-delay: 0.28s;
}

.services-grid .service-card:nth-child(5) {
  transition-delay: 0.36s;
}

.scenario-grid .scenario-panel:nth-child(1) {
  transition-delay: 0.05s;
}

.scenario-grid .scenario-panel:nth-child(2) {
  transition-delay: 0.16s;
}

.process-steps-row .process-step-node:nth-child(1) {
  transition-delay: 0.05s;
}

.process-steps-row .process-step-node:nth-child(2) {
  transition-delay: 0.14s;
}

.process-steps-row .process-step-node:nth-child(3) {
  transition-delay: 0.23s;
}

.process-steps-row .process-step-node:nth-child(4) {
  transition-delay: 0.32s;
}

.trust-grid .trust-panel:nth-child(1) {
  transition-delay: 0.05s;
}

.trust-grid .trust-panel:nth-child(2) {
  transition-delay: 0.13s;
}

.trust-grid .trust-panel:nth-child(3) {
  transition-delay: 0.21s;
}

.trust-grid .trust-panel:nth-child(4) {
  transition-delay: 0.29s;
}

.faq-accordion .faq-item:nth-child(1) {
  transition-delay: 0.04s;
}

.faq-accordion .faq-item:nth-child(2) {
  transition-delay: 0.09s;
}

.faq-accordion .faq-item:nth-child(3) {
  transition-delay: 0.14s;
}

.faq-accordion .faq-item:nth-child(4) {
  transition-delay: 0.19s;
}

.faq-accordion .faq-item:nth-child(5) {
  transition-delay: 0.24s;
}

/* Immediate hover reaction after reveal without delay */
.card-reveal.is-revealed:hover {
  transition-delay: 0s !important;
}

@media (prefers-reduced-motion: reduce) {
  .card-reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* --------------------------------------------------------------------------
   13. SCAN TO CALL & HOTLINE COMPONENTS (1866-275-6104)
   -------------------------------------------------------------------------- */
.header-hotline-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  font-size: 0.84375rem;
  font-weight: 700;
  color: #072A5A;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(0, 115, 255, 0.3);
  border-radius: var(--radius-full);
  box-shadow: 0 2px 10px rgba(0, 98, 227, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: all 0.28s ease;
  text-decoration: none;
}

.header-hotline-btn:hover {
  background: #FFFFFF;
  color: var(--primary-blue);
  border-color: var(--bright-blue);
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(0, 115, 255, 0.22);
}

.hotline-pulse-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #00B87A;
  box-shadow: 0 0 8px #00B87A;
  animation: pulseGlow 2s infinite ease-in-out;
}

.scan-to-call-card {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 24px;
  padding: 20px 22px;
  background:
    radial-gradient(ellipse 90% 75% at 90% 10%, rgba(0, 152, 255, 0.16) 0%, transparent 60%),
    linear-gradient(165deg, rgba(255, 255, 255, 0.94) 0%, rgba(240, 248, 255, 0.85) 100%);
  border: 1.5px solid rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  box-shadow:
    0 18px 44px -10px rgba(8, 32, 80, 0.15),
    0 0 24px -2px rgba(0, 120, 255, 0.12),
    inset 0 1.5px 2px rgba(255, 255, 255, 1);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  transition: transform 0.34s ease, border-color 0.34s ease, box-shadow 0.34s ease;
}

.scan-to-call-card:hover {
  transform: translateY(-3px);
  border-color: rgba(70, 165, 255, 0.65);
  box-shadow:
    0 26px 56px -10px rgba(8, 32, 80, 0.22),
    0 0 36px rgba(0, 140, 255, 0.22);
}

.scan-qr-wrapper {
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  background: #FFFFFF;
  border-radius: 14px;
  padding: 8px;
  border: 1px solid rgba(0, 98, 227, 0.14);
  box-shadow: 0 4px 16px rgba(7, 25, 60, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}

.scan-qr-wrapper svg {
  width: 100%;
  height: 100%;
  display: block;
}

.scan-qr-wrapper img,
.scan-qr-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  border-radius: 6px;
}

.scan-call-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.scan-call-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0066E0;
  background: rgba(0, 152, 255, 0.1);
  border: 1px solid rgba(0, 152, 255, 0.22);
  padding: 4px 10px;
  border-radius: var(--radius-full);
  align-self: flex-start;
  margin-bottom: 2px;
}

.scan-call-title {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #557297;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.scan-call-phone-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 10px;
  margin: 3px 0 4px 0;
}

.scan-call-number {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--primary-blue);
  letter-spacing: 0.02em;
  text-decoration: none;
  line-height: 1.2;
  transition: color 0.2s ease, transform 0.2s ease;
  display: inline-block;
}

.scan-call-number:hover {
  color: #0047A8;
  transform: translateX(2px);
}

.hotline-hours-box {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #004DB3;
  background: rgba(0, 102, 224, 0.07);
  border: 1px solid rgba(0, 102, 224, 0.22);
  padding: 4px 9px;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 80, 190, 0.06);
  line-height: 1.25;
  white-space: nowrap;
}

.hotline-hours-box svg {
  stroke: #0066E0;
  flex-shrink: 0;
}

.scan-call-desc {
  font-size: 0.8125rem;
  color: #4A658A;
  line-height: 1.4;
  margin: 0;
}

/* --------------------------------------------------------------------------
   14. EXTENDED FORM GRID (3-COLUMNS & RESPONSIVENESS)
   -------------------------------------------------------------------------- */
.form-grid-3col {
  grid-template-columns: repeat(3, 1fr);
}

.form-group-1col {
  grid-column: span 1;
}

.form-group-2col {
  grid-column: span 2;
}

.form-group-sm {
  max-width: 140px;
}

/* --------------------------------------------------------------------------
   15. ADMIN DASHBOARD STYLES (admin.html)
   Illuminated Sapphire & Frosted Ice-Blue Glass Design System
   Matching index.html luxury frosted grain mesh aesthetic
   -------------------------------------------------------------------------- */
.admin-body {
  background: transparent;
  color: var(--body-text);
  min-height: 100vh;
  position: relative;
  font-family: var(--font-main);
  overflow-x: hidden;
}

.admin-wrapper {
  position: relative;
  z-index: 10;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* Sticky Illuminated Frosted Glass Topbar */
.admin-topbar {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 4px 24px rgba(0, 40, 100, 0.08), 0 1px 2px rgba(0, 0, 0, 0.04);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  backdrop-filter: blur(24px) saturate(180%);
  padding: 14px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.admin-topbar-left {
  display: flex;
  align-items: center;
  gap: 20px;
}

.admin-brand-link {
  display: flex;
  align-items: center;
  transition: transform var(--trans-fast);
}

.admin-brand-link:hover {
  transform: translateY(-1px);
}

.admin-brand-img {
  height: 46px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
  filter: drop-shadow(0 2px 6px rgba(0, 98, 227, 0.15));
}

.admin-title-badge {
  display: flex;
  flex-direction: column;
  gap: 2px;
  border-left: 2px solid rgba(0, 98, 227, 0.2);
  padding-left: 16px;
}

.admin-role-tag {
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--primary-blue);
  text-transform: uppercase;
}

.admin-page-title {
  font-family: 'Outfit', var(--font-main);
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--primary-navy);
  margin: 0;
  letter-spacing: -0.01em;
  line-height: 1.2;
}

.admin-topbar-right {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.admin-sync-indicator {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #047857;
  background: rgba(16, 185, 129, 0.12);
  border: 1.5px solid rgba(16, 185, 129, 0.32);
  padding: 6px 14px;
  border-radius: var(--radius-full);
  box-shadow: 0 2px 8px rgba(16, 185, 129, 0.12);
}

.sync-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #10B981;
  box-shadow: 0 0 10px #10B981;
}

.sync-dot.live {
  animation: pulse-live 2s infinite ease-in-out;
}

@keyframes pulse-live {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7); }
  70% { transform: scale(1.1); box-shadow: 0 0 0 8px rgba(16, 185, 129, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
}

.admin-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 16px;
  font-size: 0.8125rem;
  font-weight: 700;
  border-radius: var(--radius-full);
  text-decoration: none;
  background: rgba(255, 255, 255, 0.9);
  color: #072A5A;
  border: 1.5px solid rgba(0, 98, 227, 0.22);
  box-shadow: 0 2px 6px rgba(0, 40, 100, 0.05);
  transition: all var(--trans-fast);
}

.admin-nav-link:hover {
  background: #0062E3;
  color: #FFFFFF;
  border-color: #0062E3;
  box-shadow: 0 4px 14px rgba(0, 98, 227, 0.25);
  transform: translateY(-1px);
}

.btn-admin-logout {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 18px;
  font-size: 0.8125rem;
  font-weight: 700;
  border-radius: var(--radius-full);
  background: linear-gradient(135deg, #071F42 0%, #0B2A56 100%);
  color: #FFFFFF;
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 2px 8px rgba(7, 31, 66, 0.2);
  cursor: pointer;
  transition: all var(--trans-fast);
}

.btn-admin-logout:hover {
  background: linear-gradient(135deg, #0062E3 0%, #0047BA 100%);
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 4px 14px rgba(0, 98, 227, 0.35);
  transform: translateY(-1px);
}

/* Admin Container */
.admin-container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 36px 24px 72px 24px;
}

/* KPI Stat Cards Grid */
.admin-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 28px;
}

.admin-stat-card {
  background:
    radial-gradient(ellipse 90% 75% at 90% 10%, rgba(0, 152, 255, 0.14) 0%, transparent 60%),
    linear-gradient(165deg, rgba(255, 255, 255, 0.94) 0%, rgba(244, 250, 255, 0.88) 100%);
  border: 1.5px solid rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  padding: 24px 26px;
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  backdrop-filter: blur(24px) saturate(180%);
  box-shadow:
    0 14px 36px -8px rgba(8, 32, 80, 0.12),
    0 0 20px -2px rgba(0, 120, 255, 0.08),
    inset 0 1.5px 2px rgba(255, 255, 255, 1);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.admin-stat-card:hover {
  transform: translateY(-3px);
  border-color: rgba(70, 165, 255, 0.6);
  box-shadow:
    0 20px 44px -8px rgba(8, 32, 80, 0.16),
    0 0 28px rgba(0, 140, 255, 0.18),
    inset 0 1.5px 2px rgba(255, 255, 255, 1);
}

.stat-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.stat-card-title,
.stat-label {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #4A658A;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.stat-card-icon,
.stat-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease;
}

.admin-stat-card:hover .stat-card-icon,
.admin-stat-card:hover .stat-icon {
  transform: scale(1.08);
}

.stat-card-icon.blue {
  background: rgba(0, 98, 227, 0.12);
  color: #0062E3;
  border: 1px solid rgba(0, 98, 227, 0.25);
}

.stat-card-icon.cyan {
  background: rgba(0, 180, 240, 0.12);
  color: #0088CC;
  border: 1px solid rgba(0, 180, 240, 0.25);
}

.stat-card-icon.gold {
  background: rgba(245, 158, 11, 0.12);
  color: #D97706;
  border: 1px solid rgba(245, 158, 11, 0.25);
}

.stat-card-icon.green {
  background: rgba(16, 185, 129, 0.12);
  color: #059669;
  border: 1px solid rgba(16, 185, 129, 0.25);
}

.stat-card-value,
.stat-value {
  font-family: 'Outfit', var(--font-main);
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-navy);
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}

.stat-card-footer,
.stat-trend {
  font-size: 0.8125rem;
  color: #5A759C;
  font-weight: 500;
}

/* Toolbar (Search, Filter, Export) */
.admin-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background:
    radial-gradient(ellipse 90% 75% at 90% 10%, rgba(0, 152, 255, 0.1) 0%, transparent 60%),
    linear-gradient(165deg, rgba(255, 255, 255, 0.92) 0%, rgba(244, 250, 255, 0.85) 100%);
  border: 1.5px solid rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  padding: 16px 20px;
  margin-bottom: 24px;
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  backdrop-filter: blur(24px) saturate(180%);
  box-shadow:
    0 14px 36px -8px rgba(8, 32, 80, 0.1),
    0 0 20px -2px rgba(0, 120, 255, 0.06),
    inset 0 1.5px 2px rgba(255, 255, 255, 1);
  flex-wrap: wrap;
}

.admin-search-wrapper {
  position: relative;
  flex: 1;
  min-width: 280px;
}

.admin-search-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #5A759C;
  pointer-events: none;
}

.admin-search-input {
  width: 100%;
  padding: 11px 16px 11px 44px;
  font-size: 0.875rem;
  background: #FFFFFF;
  border: 1.5px solid rgba(0, 98, 227, 0.22);
  border-radius: var(--radius-sm);
  color: var(--primary-navy);
  font-weight: 500;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 40, 100, 0.04);
  transition: all 0.2s ease;
}

.admin-search-input::placeholder {
  color: #7A93B5;
}

.admin-search-input:focus {
  border-color: #0062E3;
  box-shadow: 0 0 0 3.5px rgba(0, 98, 227, 0.18);
}

.admin-filters {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.admin-select {
  padding: 11px 36px 11px 16px;
  font-size: 0.84375rem;
  font-weight: 600;
  background: #FFFFFF url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%230062E3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 14px center;
  border: 1.5px solid rgba(0, 98, 227, 0.22);
  border-radius: var(--radius-sm);
  color: var(--primary-navy);
  outline: none;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 40, 100, 0.04);
  appearance: none;
  -webkit-appearance: none;
  transition: all 0.2s ease;
}

.admin-select:focus {
  border-color: #0062E3;
  box-shadow: 0 0 0 3.5px rgba(0, 98, 227, 0.18);
}

.btn-admin-export {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 22px;
  font-size: 0.84375rem;
  font-weight: 700;
  background: linear-gradient(135deg, #1E88E5 0%, #0066E8 50%, #0047BA 100%);
  color: #FFFFFF;
  border: none;
  border-radius: var(--radius-sm);
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(0, 102, 232, 0.35);
  transition: all 0.24s ease;
}

.btn-admin-export:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 102, 232, 0.45);
}

/* Data Table Card & Table */
.admin-table-card {
  background:
    radial-gradient(ellipse 90% 75% at 90% 10%, rgba(0, 152, 255, 0.1) 0%, transparent 60%),
    linear-gradient(165deg, rgba(255, 255, 255, 0.94) 0%, rgba(246, 251, 255, 0.88) 100%);
  border: 1.5px solid rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  overflow: hidden;
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  backdrop-filter: blur(24px) saturate(180%);
  box-shadow:
    0 18px 45px -10px rgba(8, 32, 80, 0.12),
    0 0 24px -2px rgba(0, 120, 255, 0.08),
    inset 0 1.5px 2px rgba(255, 255, 255, 1);
}

.admin-table-wrapper,
.table-responsive {
  width: 100%;
  overflow-x: auto;
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 0.875rem;
}

.admin-table th {
  padding: 18px 20px;
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--primary-navy);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: rgba(238, 245, 255, 0.95);
  border-bottom: 2px solid rgba(0, 98, 227, 0.18);
  white-space: nowrap;
}

.admin-table td {
  padding: 16px 20px;
  border-bottom: 1px solid rgba(0, 98, 227, 0.08);
  color: #072A5A;
  vertical-align: middle;
}

.admin-table tbody tr {
  transition: background 0.18s ease;
}

.admin-table tbody tr:hover {
  background: rgba(0, 115, 255, 0.045);
}

.user-name-cell {
  font-weight: 700;
  color: var(--primary-navy);
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9375rem;
}

.user-contact-subtext {
  font-size: 0.78125rem;
  color: #5A759C;
  margin-top: 3px;
}

.service-tag-badge {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 6px;
  background: rgba(0, 98, 227, 0.1);
  border: 1px solid rgba(0, 98, 227, 0.25);
  color: #0056CC;
  white-space: nowrap;
}

.status-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: var(--radius-full);
  cursor: pointer;
  border: 1.5px solid transparent;
  outline: none;
  transition: all 0.2s ease;
}

.status-badge.new {
  background: rgba(0, 115, 255, 0.12);
  border-color: rgba(0, 115, 255, 0.32);
  color: #0052CC;
}

.status-badge.in-progress {
  background: rgba(245, 158, 11, 0.12);
  border-color: rgba(245, 158, 11, 0.35);
  color: #B45309;
}

.status-badge.contacted {
  background: rgba(139, 92, 246, 0.12);
  border-color: rgba(139, 92, 246, 0.35);
  color: #6D28D9;
}

.status-badge.completed {
  background: rgba(16, 185, 129, 0.12);
  border-color: rgba(16, 185, 129, 0.35);
  color: #047857;
}

.admin-status-dropdown {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='currentColor' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 26px;
}

.table-actions-cell {
  display: flex;
  align-items: center;
  gap: 8px;
}

.btn-action-icon {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.9);
  border: 1.5px solid rgba(0, 98, 227, 0.2);
  color: #072A5A;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  box-shadow: 0 1px 4px rgba(0, 40, 100, 0.05);
}

.btn-action-icon:hover {
  background: #0062E3;
  color: #FFFFFF;
  border-color: #0062E3;
  box-shadow: 0 4px 12px rgba(0, 98, 227, 0.3);
  transform: translateY(-1px);
}

.btn-action-icon.btn-delete {
  color: #DC2626;
  border-color: rgba(220, 38, 38, 0.25);
  background: rgba(254, 242, 242, 0.8);
}

.btn-action-icon.btn-delete:hover {
  background: #DC2626;
  color: #FFFFFF;
  border-color: #DC2626;
  box-shadow: 0 4px 12px rgba(220, 38, 38, 0.3);
}

/* Detail Modal with Integrated Frosted Glass Scroll Architecture */
.admin-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(7, 31, 66, 0.55);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.24s ease;
}

.admin-modal-overlay.open {
  opacity: 1;
  pointer-events: auto;
}

.admin-modal-box {
  background:
    radial-gradient(ellipse 90% 70% at 90% 10%, rgba(0, 152, 255, 0.12) 0%, transparent 60%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 250, 255, 0.94) 100%);
  border: 1.5px solid rgba(255, 255, 255, 1);
  border-radius: 24px;
  max-width: 660px;
  width: 100%;
  max-height: min(88vh, 760px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow:
    0 24px 60px rgba(7, 31, 66, 0.25),
    0 0 30px rgba(0, 115, 255, 0.15),
    inset 0 1.5px 2px rgba(255, 255, 255, 1);
  padding: 0;
  transform: translateY(16px);
  transition: transform 0.24s ease;
}

.admin-modal-overlay.open .admin-modal-box {
  transform: translateY(0);
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 30px 18px 30px;
  border-bottom: 1.5px solid rgba(0, 98, 227, 0.12);
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.65);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.modal-title {
  font-family: 'Outfit', var(--font-main);
  font-size: 1.45rem;
  font-weight: 800;
  color: var(--primary-navy);
}

.modal-close-btn {
  background: rgba(0, 98, 227, 0.08);
  border: 1px solid rgba(0, 98, 227, 0.18);
  color: #4A658A;
  cursor: pointer;
  padding: 7px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}

.modal-close-btn:hover {
  background: #0062E3;
  color: #FFFFFF;
  border-color: #0062E3;
}

.modal-body {
  padding: 22px 30px;
  overflow-y: auto;
  flex: 1;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 98, 227, 0.3) transparent;
}

/* Elegant Inset Frosted Scrollbar for Modal Body & Containers */
.modal-body::-webkit-scrollbar,
.admin-modal-box::-webkit-scrollbar {
  width: 6px;
}

.modal-body::-webkit-scrollbar-track,
.admin-modal-box::-webkit-scrollbar-track {
  background: rgba(0, 98, 227, 0.03);
  border-radius: 9999px;
  margin: 10px 0;
}

.modal-body::-webkit-scrollbar-thumb,
.admin-modal-box::-webkit-scrollbar-thumb {
  background: rgba(0, 98, 227, 0.3);
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.85);
  box-shadow: 0 0 8px rgba(0, 98, 227, 0.18);
}

.modal-body::-webkit-scrollbar-thumb:hover,
.admin-modal-box::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 98, 227, 0.6);
}

.modal-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.modal-item {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(0, 98, 227, 0.12);
  border-radius: 14px;
  padding: 14px 18px;
  box-shadow: 0 2px 8px rgba(0, 40, 100, 0.04);
}

.modal-item.full {
  grid-column: 1 / -1;
}

.modal-item-label {
  font-size: 0.75rem;
  color: #5A759C;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 4px;
}

.modal-item-value {
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--primary-navy);
  line-height: 1.5;
}

.modal-footer {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  align-items: center;
  padding: 16px 30px 22px 30px;
  border-top: 1.5px solid rgba(0, 98, 227, 0.12);
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.65);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

/* Security Passcode Gate */
.admin-lock-screen {
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: rgba(7, 31, 66, 0.5);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  backdrop-filter: blur(20px) saturate(180%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.admin-lock-box {
  background:
    radial-gradient(ellipse 90% 70% at 50% 0%, rgba(0, 152, 255, 0.16) 0%, transparent 65%),
    linear-gradient(165deg, rgba(255, 255, 255, 0.96) 0%, rgba(240, 248, 255, 0.92) 100%);
  border: 1.5px solid rgba(255, 255, 255, 1);
  border-radius: 24px;
  max-width: 440px;
  width: 100%;
  padding: 40px 36px;
  text-align: center;
  box-shadow:
    0 28px 70px rgba(7, 31, 66, 0.22),
    0 0 36px rgba(0, 120, 255, 0.18),
    inset 0 1.5px 2px rgba(255, 255, 255, 1);
}

.admin-lock-icon {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: rgba(0, 98, 227, 0.1);
  border: 1.5px solid rgba(0, 98, 227, 0.3);
  color: #0062E3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px auto;
  box-shadow: 0 0 24px rgba(0, 98, 227, 0.2);
}

.admin-lock-title {
  font-family: 'Outfit', var(--font-main);
  font-size: 1.625rem;
  font-weight: 800;
  color: var(--primary-navy);
  margin-bottom: 8px;
}

.admin-lock-desc {
  font-size: 0.875rem;
  color: #4A658A;
  line-height: 1.6;
  margin-bottom: 24px;
}

.admin-passcode-input {
  width: 100%;
  background: #FFFFFF;
  color: var(--primary-navy);
  border: 1.5px solid rgba(0, 98, 227, 0.3);
  border-radius: var(--radius-sm);
  padding: 12px 16px;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  box-shadow: 0 2px 8px rgba(0, 40, 100, 0.05);
  outline: none;
  transition: all 0.2s ease;
}

.admin-passcode-input:focus {
  border-color: #0062E3;
  box-shadow: 0 0 0 3.5px rgba(0, 98, 227, 0.2);
}

.btn-lock-bypass {
  width: 100%;
  font-size: 0.8125rem;
  font-weight: 700;
  border: 1.5px solid rgba(0, 98, 227, 0.25);
  background: rgba(255, 255, 255, 0.8);
  color: #072A5A;
  border-radius: var(--radius-sm);
  padding: 9px 16px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-lock-bypass:hover {
  background: rgba(0, 98, 227, 0.08);
  border-color: #0062E3;
  color: #0062E3;
}

/* Responsive adjustments for admin & scan */
@media (max-width: 1024px) {
  .admin-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .admin-topbar {
    padding: 14px 18px;
    flex-direction: column;
    align-items: flex-start;
  }
  .admin-topbar-right {
    width: 100%;
    justify-content: flex-start;
  }
  .scan-to-call-card {
    flex-direction: column;
    text-align: center;
  }
  .scan-call-badge {
    align-self: center;
  }
  .admin-stats-grid {
    grid-template-columns: 1fr;
  }
  .admin-toolbar {
    flex-direction: column;
    align-items: stretch;
  }
  .admin-filters {
    flex-direction: column;
    align-items: stretch;
  }
  .admin-select {
    width: 100%;
  }
  .btn-admin-export {
    width: 100%;
    justify-content: center;
  }
  .modal-grid {
    grid-template-columns: 1fr;
  }
}