:root {
            --primary-color: <?php echo get_settings('primary_color');?>;
            --secondary-color: #1e40af;
            --accent-color: #3b82f6;
            
            --bg0:#041225;
      --bg1:#061a31;

      --text:#eaf2ff;
      --muted:rgba(234,242,255,.75);

      --stroke:rgba(255,255,255,.10);
      --shadow:0 22px 60px rgba(0,0,0,.55);
      --radius:18px;

      /* ORIGINAL GOLD (kept) */
      --gold:#d6ab4b;
      --gold2:#f2d690;

      --font: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial;

      /* No-scroll desktop sizing (kept) */
      --topbarH:54px;
      --taglineH:34px;
      --navH:62px;
      --pagePadY:14px;
      --gap:18px;
      --containerW:1180px;
      
     --bg0:#041225;
      --bg1:#061a31;
      --text:#eaf2ff;
      --muted:rgba(234,242,255,.75);
      --muted2:rgba(234,242,255,.58);
      --stroke:rgba(255,255,255,.10);
      --gold:#d6ab4b;
      --gold2:#f2d690;
      --shadow:0 22px 60px rgba(0,0,0,.55);
      --radius:18px;
      --font: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial;
      --containerW:1180px;
      
     
      --cardR:18px;
      --ink:#0f172a;
      --mutedInk:rgba(15,23,42,.70);
      

      /* ✅ HEIGHT FIX */
      --panelH: 520px; /* tweak if needed */

      /* ✅ Controls chip vertical placement within left card (0=top, 1=bottom) */
      --chipPos: .84; /* move lower-middle like your arrow box (adjust .78-.90 if needed) */
      
      
      
      --bg0:#041225;
      --bg1:#061a31;
      --text:#eaf2ff;
      --muted:rgba(234,242,255,.75);
      --stroke:rgba(255,255,255,.10);
      --shadow:0 22px 60px rgba(0,0,0,.55);
      --radius:18px;
      --gold:#d6ab4b;
      --gold2:#f2d690;
      --font: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial;
      --topbarH:54px;
      --taglineH:34px;
      --navH:62px;
      --pagePadY:14px;
      --gap:18px;
      --containerW:1180px;
    }

:root{--navy:#0a1a2f;--gold:#c9a33d;--ink:#1b2636;--bg:#f6f8fb;--muted:#5a6b80;--card:#fff;--line:#e8edf5}
*{box-sizing:border-box}
body{margin:0;font-family:Inter,system-ui,Segoe UI,Roboto,Arial,sans-serif;background:var(--bg);color:var(--ink)}
a{color:inherit;text-decoration:none}

       .caret{font-size:12px;opacity:.9} 
        .btn{
            padding:7px !important;
        }
        
        .btn-primary {
            background-color: white;
            color: var(--primary-color);
            border: none;
            padding: 12px 32px;
            font-weight: 600;
            border-radius: 50px;
            transition: all 0.3s ease;
        }
        
        .btn-primary:hover {
            background-color: #f1f5f9;
            color: var(--secondary-color);
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.2);
        }
        
        .btn-outline-light {
            border: 2px solid white;
            color: white;
            padding: 12px 32px;
            font-weight: 600;
            border-radius: 50px;
            transition: all 0.3s ease;
        }
        
        .btn-outline-light:hover {
            background-color: white;
            color: var(--primary-color);
            transform: translateY(-2px);
        }
        
        .feature-card {
            padding: 40px 30px;
            border-radius: 15px;
            transition: all 0.3s ease;
            border: 1px solid #e5e7eb;
            height: 100%;
            background: white;
        }
        
        .feature-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0,0,0,0.1);
            border-color: var(--accent-color);
        }
        
        .feature-icon {
            width: 70px;
            height: 70px;
            background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
            border-radius: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
            font-size: 32px;
            color: white;
        }
        
        .stats-section {
            background: linear-gradient(135deg, #f8fafc 0%, #e0e7ff 100%);
            padding: 80px 0;
        }
        
        .stat-card {
            text-align: center;
        }
        
        .stat-number {
            font-size: 48px;
            font-weight: 700;
            color: var(--primary-color);
            margin-bottom: 10px;
        }
        
        .cta-section {
            background: linear-gradient(135deg, var(--secondary-color) 0%, var(--primary-color) 100%);
            color: white;
            padding: 80px 0;
            text-align: center;
        }
        
        
        
        .navbar.scrolled {
            background: white !important;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
        
        
        
        .navbar.scrolled .navbar-brand {
            color: var(--primary-color) !important;
        }
        
        .nav-link {
            color: white !important;
            font-weight: 500;
            margin: 0 10px;
            transition: color 0.3s ease;
        }
        
        .nav-link:hover {
            color: #e0e7ff !important;
        }
        
        .navbar.scrolled .nav-link {
            color: #4b5563 !important;
        }
        
        .navbar.scrolled .nav-link:hover {
            color: var(--primary-color) !important;
        }
        
        .navbar-toggler {
            border-color: white;
        }
        
        .navbar.scrolled .navbar-toggler {
            border-color: rgba(0,0,0,0.1);
        }
        
        .navbar-toggler-icon {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        }
        
        .navbar.scrolled .navbar-toggler-icon {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        }
        
        .navbar .btn-primary {
            background-color: white;
            color: var(--primary-color);
        }
        
        .navbar.scrolled .btn-primary {
            background-color: var(--primary-color);
            color: white;
        }
        
        .navbar.scrolled .btn-primary:hover {
            background-color: var(--secondary-color);
        }
        
        .testimonial-card {
            background: white;
            padding: 30px;
            border-radius: 15px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.05);
            height: 100%;
        }
        
        
        
        /* Animation Classes */
        .fade-in-up {
            opacity: 0;
            transform: translateY(30px);
            transition: opacity 0.6s ease, transform 0.6s ease;
        }
        
        .fade-in-up.active {
            opacity: 1;
            transform: translateY(0);
        }
        
        .fade-in-left {
            opacity: 0;
            transform: translateX(-30px);
            transition: opacity 0.6s ease, transform 0.6s ease;
        }
        
        .fade-in-left.active {
            opacity: 1;
            transform: translateX(0);
        }
        
        .fade-in-right {
            opacity: 0;
            transform: translateX(30px);
            transition: opacity 0.6s ease, transform 0.6s ease;
        }
        
        .fade-in-right.active {
            opacity: 1;
            transform: translateX(0);
        }
        
        .scale-in {
            opacity: 0;
            transform: scale(0.9);
            transition: opacity 0.6s ease, transform 0.6s ease;
        }
        
        .scale-in.active {
            opacity: 1;
            transform: scale(1);
        }
          .customLogo{
	        width:auto;
	        height:70px;;
	    }
        .stagger-1 { transition-delay: 0.1s; }
        .stagger-2 { transition-delay: 0.2s; }
        .stagger-3 { transition-delay: 0.3s; }
        .stagger-4 { transition-delay: 0.4s; }
        .stagger-5 { transition-delay: 0.5s; }
        .stagger-6 { transition-delay: 0.6s; }
        
        
        
        
        
        .top-bar {
  background: #000;
  color: #ffffff;
  font-size: 14px;
  padding: 8px 12px;
}

/* Navbar */
.main-navbar {
  background: <?php echo get_settings('primary_color');?>;
  padding: 5px 0;
}

.navbar-brand {
  font-size: 22px;
  color: #0f172a;
}

.nav-link {
  color: #0f172a;
  font-weight: 800;
}

.nav-link:hover {
  color: #16a34a;
}
/* Hero Section */

   .hero-sectionv2 {
             font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
            padding: 2rem 0;
            min-height: 600px;
        }

        .carousel-item {
            min-height: 500px;
        }

        .hero-content {
            padding: 3rem 2rem;
        }

        .badge-custom { font-family: 'Inter';display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border-radius:999px;background:#eef2ff;border:1px solid #cfd6ff;color:#223d87;font-weight:800;font-size:12px}

        .hero-titlev2 
        {font-size:44px;font-family:'Inter';line-height:1.08;margin:10px 0 10px;color:var(--navy)}
        

        .hero-description {font-family:'Inter';color:var(--muted);font-size:16px;line-height:1.6;margin:0 0 12px}
        .btn-talk {
            background-color: var(--gold);
            color: var(--navy-dark);
            padding: 0.9rem 2rem;
            border-radius: 5px;
            font-weight: 600;
            font-family:'Inter';
            border: none;
            margin-right: 1rem;
            transition: all 0.3s;
        }

        .btn-talk:hover {
            background-color: #c49a38;
            transform: translateY(-2px);
            
        }

        .btn-explore {
            background-color: transparent;
            color: var(--navy-dark);
            padding: 0.9rem 2rem;
            border-radius: 5px;
            font-weight: 600;
            border: 2px solid var(--navy-dark);
            transition: all 0.3s;
            
        }

        .btn-explore:hover {
            background-color: var(--navy-dark);
            color: #ffffff;
        }

        .hero-note {
            font-size: 0.85rem;
            color: #999;
            margin-top: 1.5rem;
        }

        /* Visual Card */
        .visual-card {
             width:100%;max-width:460px;height:320px;border-radius:22px;font-family:'Inter';
  background:linear-gradient(135deg,#eef2f7,#f8fafc);
  border:1px dashed #cfd6df;
  display:flex;align-items:center;justify-content:center;
  color:#6a7b80;font-weight:900;text-align:center;padding:10px;
            
        }

        .visual-card-title {
            font-size: 1.1rem;
            color: #6c757d;
            font-weight: 600;
            margin-bottom: 0.5rem;
        }

        .visual-card-subtitle {
            font-size: 0.95rem;
            color: #999;
            margin-bottom: 2rem;
        }

        .visual-placeholder {
            width: 100%;
            height: 250px;
            background-color: #ffffff;
            border-radius: 10px;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #ccc;
            font-size: 1.5rem;
        }

        /* Carousel Controls */
        .carousel-control-prev,
        .carousel-control-next {
            width: 30px;
            height: 30px;
           background:var(--gold);
           color:#fff;
            border-radius: 50%;
            top: 40%;
            padding:10px;
            transform: translateY(-50%);
        }

        .carousel-control-prev {
            left: 20px;
        }

        .carousel-control-next {
            right: 20px;
        }

        .carousel-indicators button {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: #999;
        }

        .carousel-indicators button.active {
            background-color: var(--gold);
        }
         .hero-slide-container {
            background-color:#fff;
            min-height:370px;
            max-height:370px;
            border-radius: 20px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
           
        }
        
        
.hero-sectionCustom {
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}

/* Hero navigation buttons */
.hero-nav {
  width: auto;
  opacity: 1;
}

/* Icon container */
.hero-nav-icon {
  width: 44px;
  height: 44px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 500;
  color: #0f172a;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.15);
  transition: all 0.25s ease;
}

/* Positioning */
.carousel-control-prev {
  left: 20px;
}

.carousel-control-next {
  right: 20px;
}

/* Hover effect */
.hero-nav-icon:hover {
  background: #16a34a;
  color: #ffffff;
  transform: scale(1.05);
}

/* Hide arrows slightly on mobile */
@media (max-width: 768px) {
  .hero-nav-icon {
    width: 38px;
    height: 38px;
    font-size: 24px;
  }
}

/* Prevent content jump */
.carousel-item {
  min-height: 520px;
}

/* Indicators */
.carousel-indicators [data-bs-target] {
  background-color: #16a34a;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

/* Controls (subtle like Paystack) */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1);
  opacity: 0.6;
}

.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover {
  opacity: 1;
}

.btn-custom{
    background-color:<?php echo get_settings('secondary_color');?>;
     color:#fff;
}
.btn-customprimary{
    background-color:<?php echo get_settings('primary_color');?>;
     color:#fff;
}
.btn-customprimary:hover{
     background-color:<?php echo get_settings('secondary_color');?>;
    border: 1px solid <?php echo get_settings('primary_color');?>;
    color:#000;
}
.btn-custom-secondary{
    background:transparent;
    border: 1px solid <?php echo get_settings('secondary_color');?>;
    color:#fff;
}
.btn-custom-secondary:hover{
    background:#fff;
    border: 1px solid <?php echo get_settings('secondary_color');?>;
    color:#000;
}
.btn-custom:hover{
    background-color:<?php echo get_settings('primary_color');?>;
    color:#fff;
}

.hero-title {
  font-size: 38px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 20px;
}

.hero-text {
  font-size: 16px;
  color: #334155;
  max-width: 520px;
}

.hero-actions {
  margin-top: 30px;
}

.contact-link {
  font-weight: 600;
  color: #16a34a;
  text-decoration: none;
}

.contact-link:hover {
  text-decoration: underline;
}

.map-wrapper {
  position: relative;
  width: 100%;
  height: 420px;
}

/* SVG map */
.world-map {
  width: 100%;
  height: 100%;
}

/* Markers */
.marker circle:first-child {
  fill: #16a34a;
}

.marker {
  animation: float 4s ease-in-out infinite;
}

.marker-1 { animation-delay: 0s; }
.marker-2 { animation-delay: 1s; }
.marker-3 { animation-delay: 2s; }

/* Floating animation */
@keyframes float {
  0% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}

/* Pulse animation */
@keyframes pulse {
  0% {
    r: 8;
    opacity: 1;
  }
  100% {
    r: 28;
    opacity: 0;
  }
}

  
/*application-encompass-section*/
.application-encompass-section {
  padding: 60px 0;
  position: relative;
}
@media (max-width: 575.98px) {
  .application-encompass-section {
    padding: 30px 0;
  }
}
.application-encompass-section .application-encompass {
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  .application-encompass-section .application-encompass-image {
    margin-top: 30px;
  }
}
.application-encompass-section h3 {
  line-height: 40px;
}
@media (max-width: 767.98px) {
  .application-encompass-section h3 {
    margin-bottom: 24px;
  }
}
.application-encompass-section .start-your-journey {
  background: linear-gradient(90deg, #FF6F28 0%, #FE4A23 100%);
  color: #FFF;
}
.application-encompass-section .start-your-journey:hover {
  background: #3B7080;
}
@media (max-width: 767.98px) {
  .application-encompass-section p {
    margin-bottom: 24px;
  }
  .application-encompass-section .start-your-journey {
    margin-bottom: 24px;
  }
}
.application-encompass-section .group-video-call1 {
  border: 5px solid #FFFFFF;
  border-radius: 10px;
  background-color: #FFF;
}
.application-encompass-section .counter-card {
  border-radius: 10px;
}

/* Partners Section */
.partners-section {
  background: <?php echo get_settings('primary_color');?>;
  padding: 10px;
  overflow: hidden;
}

.partners-title {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 30px;
}

/* Slider */
.logo-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.logo-track {
  display: flex;
  width: calc(250px * 14);
  animation: scroll-left 30s linear infinite;
}

.logo-item {
  width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  opacity: 0.6;
  transition: opacity 0.3s ease;
  background-color:#000;
  border-radius:10px;
  padding:5px;
  margin:5px;
}

.logo-item:hover {
  opacity: 1;
}
/* Pause logo slider on hover */
.logo-slider:hover .logo-track {
  animation-play-state: paused;
}



.tagline{
    background-color:#eef2ff;
    border-radius:10px;
    padding:8px;
    max-width:400px;
   
    display:flex;
}
.tagline h2{
    font-size:12px;
    font-weight:800;
    
    color:#223d87;
}
/* Animation */
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Dropdown menu styling */
.dropdown-menu {
  border: none;
  border-radius: 12px;
  padding: 12px 0;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
}

/* Dropdown arrow spacing */
.nav-link.dropdown-toggle::after {
  margin-left: 6px;
  vertical-align: middle;
}
 .solutions-section {
            padding: 60px 0;
        }
        .section-title {
            margin:0 0 10px;color:var(--navy);font-size:26px
            
        }
        .section-subtitle {
            color: #6c757d;
            font-size: 1rem;
            margin-bottom: 3rem;
            opacity: 0;
            animation: fadeInUp 0.6s ease 0.2s forwards;
        }
      
        .card-title {
            font-size: 1.25rem;
            font-weight: 600;
            color: #1a1a1a;
        }
        .card-text {
            color: #6c757d;
            font-size: 0.95rem;
            line-height: 1.6;
        }
        .btn-outline-dark {
            border: 1px solid #dee2e6;
            color: #1a1a1a;
            font-weight: 500;
            padding: 0.5rem 1.5rem;
            border-radius: 6px;
            transition: all 0.2s ease;
        }
        .btn-outline-dark:hover {
            background-color: #1a1a1a;
            color: white;
            border-color: #1a1a1a;
        }
        .btn-warning {
            background-color: #c9a654;
            border-color: #c9a654;
            color: white;
            font-weight: 500;
            padding: 0.5rem 1.5rem;
            border-radius: 6px;
            transition: all 0.3s ease;
        }
        .btn-warning:hover {
            background-color: #b59549;
            border-color: #b59549;
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(201, 166, 84, 0.3);
        }
        .view-all-btn {
            text-align: right;
            margin-top: 2rem;
            opacity: 0;
            animation: fadeInUp 0.6s ease 0.6s forwards;
        }
        .philosophy-section {
            background: white;
            border-radius: 12px;
            padding: 3rem 2rem;
            margin-top: 3rem;
            border: 1px solid #e9ecef;
            opacity: 0;
            animation: fadeInUp 0.6s ease 0.8s forwards;
        }
        .philosophy-section h2 {
            font-size: 1.75rem;
            font-weight: 600;
            color: #1a1a1a;
            margin-bottom: 0.5rem;
        }
        .philosophy-section > p {
            color: #6c757d;
            font-size: 0.95rem;
            margin-bottom: 2.5rem;
        }
        .philosophy-item {
            opacity: 0;
            transform: translateY(20px);
        }
        .philosophy-item.animate {
            animation: fadeInUp 0.6s ease forwards;
        }
        .philosophy-item:nth-child(1) { animation-delay: 1s; }
        .philosophy-item:nth-child(2) { animation-delay: 1.1s; }
        .philosophy-item:nth-child(3) { animation-delay: 1.2s; }
        .philosophy-item h4 {
            font-size: 1rem;
            font-weight: 600;
            color: #1a1a1a;
            margin-bottom: 0.75rem;
        }
        .philosophy-item p {
            color: #6c757d;
            font-size: 0.9rem;
            line-height: 1.6;
            margin-bottom: 0;
        }
        
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        /* Hero navigation buttons */
.hero-nav {
  width: auto;
  opacity: 1;
}

/* Icon container */
.hero-nav-icon {
  width: 44px;
  height: 44px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 500;
  color: #0f172a;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.15);
  transition: all 0.25s ease;
}

.content-section {
            padding: 4rem 0;
        }

        .white-container {
            background-color: #ffffff;
            border-radius: 20px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
            padding: 1.5rem;
            margin-bottom: 3rem;
        }

        .section-title {
            font-size: 2.5rem;
            font-weight: 700;
            color: var(--navy-dark);
            margin-bottom: 1rem;
        }

        .section-subtitle {
            font-size: 1.1rem;
            color: #6c757d;
            margin-bottom: 3rem;
        }

        /* Three Column Cards */
        .principle-card {
            padding: 2rem 1.5rem;
            height: 100%;
        }

        .principle-card h5 {
            font-size: 1.15rem;
            font-weight: 700;
            color: var(--navy-dark);
            margin-bottom: 1rem;
            line-height: 1.4;
        }

        .principle-card p {
            font-size: 0.95rem;
            color: #6c757d;
            line-height: 1.6;
            margin-bottom: 0;
        }

        /* Who We Are Section */
        .who-section-title {
            font-size: 2.2rem;
            font-weight: 700;
            color: var(--navy-dark);
            margin-bottom: 2rem;
        }

        .who-description {
            font-size: 1rem;
            color: #6c757d;
            line-height: 1.7;
            margin-bottom: 1.5rem;
        }

        .mission-box {
            background-color: var(--light-gray);
            border-radius: 12px;
            padding: 2.5rem;
        }

        .mission-title {
            font-size: 1.3rem;
            font-weight: 700;
            color: var(--navy-dark);
            margin-bottom: 1rem;
        }

        .mission-text {
            font-size: 1rem;
            color: #6c757d;
            line-height: 1.7;
            margin-bottom: 0;
        }

        @media (max-width: 768px) {
            .white-container {
                padding: 2rem;
            }

            .section-title {
                font-size: 2rem;
            }

            .who-section-title {
                font-size: 1.8rem;
            }
        }
:root{--navy:#0a1a2f;--gold:#c9a33d;--ink:#1b2636;--bg:#f6f8fb;--muted:#5a6b80;--card:#fff;--line:#e8edf5}
*{box-sizing:border-box}
/* Top strip */
.strip{background:#050b14;color:#dbe6ff;font-size:12px;padding:8px 16px;text-align:center}

@media (min-width: 992px) {
  .navbar .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
    background-color:var(--navy);
    color:#fff;
  }
}
/* Header */
header{position:sticky;top:0;z-index:50;background:var(--navy)!important; color:#fff;border-bottom:1px solid rgba(255,255,255,.08)}
.hwrap{max-width:1160px;margin:0 auto;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.brand{display:flex;align-items:center;gap:10px}
.brand img{height:34px;object-fit:contain}
nav{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
nav a{opacity:.9;font-weight:600;font-size:14px;padding:8px 10px;border-radius:10px; color:#fff}
nav a:hover{opacity:1;background:rgba(255,255,255,.08);color:#fff}
nav a.active{background:rgba(201,163,61,.22);color:#ffe9b6}

.actions{display:flex;align-items:center;gap:10px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 14px;border-radius:12px;font-weight:700;font-size:14px;cursor:pointer;white-space:nowrap}
.btn-outline{border:1px solid rgba(255,255,255,.28);background:transparent;color:#fff}
.btn-gold{background:var(--gold);border:1px solid var(--gold);color:#fff}

/* Layout */
.wrap{max-width:1160px;margin:0 auto;padding:26px 16px}
.section{padding:26px 0}
.card{background:var(--card);border:1px solid var(--line);border-radius:18px;box-shadow:0 10px 26px rgba(10,26,47,.06)}
.pad{padding:22px}

.tag{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border-radius:999px;background:#eef2ff;border:1px solid #cfd6ff;color:#223d87;font-weight:800;font-size:12px}
.h1{font-size:44px;line-height:1.08;margin:10px 0 10px;color:var(--navy)}
.sub{color:var(--muted);font-size:16px;line-height:1.6;margin:0 0 12px}
.hint{color:#6a7b90;font-size:12px;margin:10px 0 0}
.hr{height:1px;background:#eef2f7;margin:16px 0}

.grid-hero{display:grid;grid-template-columns:1.05fr .95fr;gap:24px;align-items:center}
@media(max-width:980px){.grid-hero{grid-template-columns:1fr}.h1{font-size:36px}}

.placeholder{
  width:100%;max-width:460px;height:320px;border-radius:22px;
  background:linear-gradient(135deg,#eef2f7,#f8fafc);
  border:1px dashed #cfd6df;
  display:flex;align-items:center;justify-content:center;
  color:#6a7b80;font-weight:900;text-align:center;padding:10px
}

/* Hero Carousel */
.carousel{position:relative;overflow:hidden}
.slides{display:flex;transition:transform .6s ease}
.slide{min-width:100%}
.slideGrid{display:grid;grid-template-columns:1.05fr .95fr;gap:24px;align-items:center}
@media(max-width:980px){.slideGrid{grid-template-columns:1fr}}
.cNav{position:absolute;left:18px;right:18px;bottom:16px;display:flex;align-items:center;justify-content:space-between;gap:12px;pointer-events:none}
.dots{display:flex;gap:8px;pointer-events:auto}
.dot{width:8px;height:8px; margin-right:10px;border-radius:99px;background:rgba(201,163,61,.95);display:inline-block}
.dotBtn{width:10px;height:10px;border-radius:99px;border:1px solid #cfd6df;background:#fff;opacity:.8;cursor:pointer}
.dotBtn.active{background:var(--gold);border-color:var(--gold);opacity:1}
.cArrows{display:flex;gap:8px;pointer-events:auto}
.cArrow{width:38px;height:38px;border-radius:14px;border:1px solid #cfd6df;background:#fff;color:var(--navy);font-weight:900;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:.9}
.cArrow:hover{opacity:1}
/* Ticker */
.ticker{background:var(--navy);color:#cfe2ff;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}
.twrap{max-width:1160px;margin:0 auto;padding:12px 16px}
.thead{font-size:12px;letter-spacing:.12em;text-transform:uppercase;opacity:.9;text-align:center;margin-bottom:10px}
.marquee{overflow:hidden;white-space:nowrap;position:relative}
.track{display:inline-flex;gap:40px;align-items:center;animation:scroll 34s linear infinite}
.marquee:hover .track{animation-play-state:paused}
@media (prefers-reduced-motion: reduce){.track{animation:none}.marquee{overflow:auto}}
.pill{display:inline-flex;align-items:center;gap:10px;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);font-weight:800}

@keyframes scroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}

/* Solutions */
.h2{margin:0 0 10px;color:var(--navy);font-size:26px}
.cards3{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
@media(max-width:980px){.cards3{grid-template-columns:1fr}}
.scard{background:#fff;border:1px solid var(--line);border-radius:16px;padding:16px;box-shadow:0 8px 20px rgba(10,26,47,.05)}
.scard h3{margin:0 0 6px;color:var(--navy)}
.scard p{margin:0;color:var(--muted);line-height:1.55}
.scta{margin-top:12px;display:flex;justify-content:flex-end}

/* Two column info */
.twocol{display:grid;grid-template-columns:1fr 1fr;gap:16px}
@media(max-width:980px){.twocol{grid-template-columns:1fr}}
.box{background:#f6f9ff;border:1px solid #e6eef9;border-radius:16px;padding:16px}
.box h4{margin:0 0 6px;color:var(--navy)}
.box p{margin:0;color:var(--muted);line-height:1.6}

/* Philosophy bullets */
.philo{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
@media(max-width:980px){.philo{grid-template-columns:1fr}}
.ph{border:1px solid var(--line);border-radius:16px;padding:16px;background:#fff}
.ph b{display:block;color:var(--navy);margin-bottom:6px}
.ph span{color:var(--muted);line-height:1.55}

/* FAQ */
.faq{display:grid;gap:10px}
.q{background:#fff;border:1px solid var(--line);border-radius:14px;padding:14px}
.qhead{display:flex;justify-content:space-between;align-items:center;gap:10px;cursor:pointer}
.qhead b{color:var(--navy)}
.toggle{width:34px;height:34px;border-radius:12px;border:1px solid #d7dee9;background:#fff;display:flex;align-items:center;justify-content:center;font-weight:900;color:#39516a}
.ans{display:none;margin-top:10px;color:var(--muted);line-height:1.6}
.q.open .ans{display:block}

/* Footer */
footer{background:var(--navy);color:#cfe2ff;margin-top:26px}
.fwrap{max-width:1160px;margin:0 auto;padding:22px 16px;display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:18px}
@media(max-width:980px){.fwrap{grid-template-columns:1fr}}
.fwrap h4{margin:0 0 8px;color:#fff}
.fwrap a{display:block;opacity:.9;padding:6px 0}
.fwrap a:hover{opacity:1;color:#ffe9b6}
.copy{border-top:1px solid rgba(255,255,255,.12);padding:12px 16px;text-align:center;font-size:12px;opacity:.9}

/* Small dropdown */
.dd{position:relative}
.dd > a{display:inline-flex;align-items:center;gap:6px}
.menu{display:none;position:absolute;top:44px;left:0;background:#0f2440;border:1px solid rgba(255,255,255,.12);border-radius:14px;min-width:260px;box-shadow:0 18px 36px rgba(0,0,0,.35);padding:8px}
.menu a{display:block;padding:10px 10px;border-radius:10px;font-weight:700;font-size:14px;opacity:.95}
.menu a:hover{background:rgba(255,255,255,.08)}
.dd:hover .menu{display:block}

/* Section anchors offset for sticky header */
.anchor{scroll-margin-top:90px}
    
    
     .fliit-container{
      width:var(--containerW);
      max-width:var(--containerW);
      margin:0 auto;
      padding-left:4px;
      padding-right:4px;
    }

    /* ===== Top utility bar (Preview / Copy / Download) ===== */
    .fliit-topbar{
      height:var(--topbarH);
      border-bottom:1px solid rgba(255,255,255,.06);
      background:linear-gradient(180deg, rgba(2,12,24,.88), rgba(2,12,24,.38));
    }
    .fliit-pillTitle{
      display:inline-flex; align-items:center; gap:10px;
      padding:9px 12px;
      border-radius:999px;
      border:1px solid rgba(214,171,75,.25);
      background:rgba(214,171,75,.10);
      color:rgba(242,214,144,.98);
      font-weight:950;
      font-size:12.5px;
      white-space:nowrap;
    }
    .fliit-topbar-subtitle{
      font-size:13px;
      font-weight:900;
      color:rgba(234,242,255,.78);
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
      max-width:560px;
    }

    .fliit-btnTop{
      display:inline-flex;
      align-items:center;
      gap:10px;
      border-radius:14px;
      padding:10px 14px;
      font-weight:950;
      cursor:pointer;
      user-select:none;
      border:1px solid rgba(255,255,255,.14);
      background:rgba(255,255,255,.06);
      color:rgba(234,242,255,.92);
    }
    .fliit-btnTop:hover{ background:rgba(255,255,255,.09); }
    .fliit-btnTopGold{
      border:0;
      background:linear-gradient(180deg, rgba(214,171,75,.95), rgba(214,171,75,.80));
      color:#1b1406;
      box-shadow:0 12px 26px rgba(0,0,0,.30);
    }
    .fliit-ico{ width:16px; height:16px; display:inline-block; }

    /* ===== Tagline ===== */
    .fliit-tagline{
      height:var(--taglineH);
      border-bottom:1px solid rgba(255,255,255,.06);
      background:linear-gradient(180deg, rgba(2,12,24,.78), rgba(2,12,24,.26));
      color:rgba(255,255,255,.85);
      font-size:13px;
      letter-spacing:.2px;
    }
    .fliit-zap{ width:14px;height:14px; color:var(--gold2); }

    /* ===== Navbar ===== */
    .fliit-nav{
      height:var(--navH);
      background:linear-gradient(180deg, rgba(7,28,51,.92), rgba(6,32,56,.72));
      border-bottom:1px solid rgba(255,255,255,.06);
    }
    .fliit-brandMark{
      width:38px;height:38px;border-radius:12px;
      display:grid;place-items:center;
      background:rgba(255,255,255,.06);
      border:1px solid rgba(214,171,75,.35);
      box-shadow:0 10px 24px rgba(0,0,0,.25);
      flex:0 0 auto;
    }
    .fliit-brandMark span{ font-weight:900; color:var(--gold2); }

    .fliit-brandName{ font-weight:900; font-size:14px; margin:0; line-height:1.05; color:#fff; }
    .fliit-brandSub{ margin:4px 0 0 0; font-size:12px; color:rgba(255,255,255,.65); font-weight:650; line-height:1.05; }

    .fliit-nav .nav-link{
      color:rgba(255,255,255,.78) !important;
      font-weight:800;
      font-size:13.5px;
      border-radius:10px;
      padding:8px 6px;
    }
    .fliit-nav .nav-link:hover{
      background:rgba(255,255,255,.06);
      color:rgba(255,255,255,.92) !important;
    }

    .fliit-userPill{
      display:flex; align-items:center; gap:10px;
      padding:8px 10px;
      border-radius:16px;
      border:1px solid rgba(255,255,255,.12);
      background:rgba(255,255,255,.06);
      max-width:220px;
    }
    .fliit-avatar{
      width:30px;height:30px;border-radius:999px;
      background:
        radial-gradient(14px 14px at 30% 30%, rgba(255,255,255,.35), transparent 60%),
        linear-gradient(180deg, rgba(214,171,75,.28), rgba(255,255,255,.06));
      border:1px solid rgba(214,171,75,.28);
      display:grid;place-items:center;
      overflow:hidden;
      flex:0 0 auto;
      position:relative;
    }
    .fliit-avatar img{ width:100%; height:100%; object-fit:cover; display:none; }
    .fliit-initials{ font-weight:950; color:rgba(242,214,144,.95); font-size:12px; }

    .fliit-uName{
      margin:0;
      font-size:12.8px;
      font-weight:950;
      color:rgba(234,242,255,.92);
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
    }
    .fliit-uSub{
      margin:4px 0 0 0;
      font-size:11.8px;
      font-weight:850;
      color:rgba(16,185,129,.92);
      display:flex; align-items:center; gap:7px;
      line-height:1.05;
    }
    .fliit-dotOk{
      width:8px;height:8px;border-radius:999px;
      background:rgba(16,185,129,.95);
      box-shadow:0 0 0 4px rgba(16,185,129,.18);
      display:inline-block;
    }

    .fliit-btnGhost{
      border:1px solid rgba(255,255,255,.18);
      background:rgba(255,255,255,.07);
      color:rgba(255,255,255,.90);
      padding:10px 14px;
      border-radius:14px;
      font-weight:950;
      cursor:pointer;
    }
    .fliit-btnGold{
      border:0;
      cursor:pointer;
      font-weight:950;
      padding:10px 14px;
      border-radius:14px;
      background:linear-gradient(180deg, rgba(214,171,75,.95), rgba(214,171,75,.80));
      color:#1b1406;
      box-shadow:0 12px 26px rgba(0,0,0,.30);
    }

    /* ===== Page ===== */
    .fliit-page{
      height:calc(100vh - var(--topbarH) - var(--taglineH) - var(--navH));
      padding:var(--pagePadY) 0;
    }

    /* Ensure right white card ALWAYS shows (prevents “missing panel” issues) */
    .fliit-panelsRow{
      height:100%;
      display:flex;
      gap:var(--gap);
    }
    .fliit-col{
      flex:1 1 0;
      min-width:0;
      height:100%;
    }
        
        
         /* Left card */
    .leftCard{
      background:
        linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.05)),
        radial-gradient(700px 420px at 18% 20%, rgba(255,255,255,.10), transparent 60%),
        linear-gradient(180deg, rgba(32,54,76,.86), rgba(15,34,55,.92));
      border:1px solid rgba(255,255,255,.10);
      box-shadow: var(--shadow);
      border-radius: var(--cardR);
    }

    /* Simple bullet list (NO enclosure/pill) */
    .bulletList{
      margin-top: 1.25rem;
      padding-left: 0;
      list-style: none;
      display:flex;
      flex-direction:column;
      gap:.6rem;
    }
    .bulletItem{
      display:flex;
      align-items:center;
      gap:.65rem;
      color: rgba(234,242,255,.92);
      font-weight:800;
      font-size:.95rem;
    }
    .bDot{
      width:9px;height:9px;border-radius:999px;
      background:var(--gold);
      box-shadow:0 0 0 4px rgba(214,171,75,.15);
      flex:0 0 auto;
    }

    /* Right card */
    .rightCard{
      box-shadow: var(--shadow);
      border-radius: var(--cardR);
      overflow:hidden;
    }

    /* Replace Bootstrap blue for pills with FLIIT gold */
    .nav-pills .nav-link{
      border:1px solid rgba(15,23,42,.14);
      background:#fff;
      color:var(--ink);
      font-weight:800;
      border-radius:14px;
      padding:.55rem .9rem;
    }
    .nav-pills .nav-link:hover{
      background:rgba(214,171,75,.08);
      border-color:rgba(214,171,75,.30);
      color:var(--ink);
    }
    .nav-pills .nav-link.active{
      background:rgba(214,171,75,.16) !important;
      border-color:rgba(214,171,75,.75) !important;
      color:var(--ink) !important;
      box-shadow:0 0 0 4px rgba(214,171,75,.18);
    }

    .softNote{
      background:rgba(15,23,42,.03);
      border:1px solid rgba(15,23,42,.10);
      border-radius:14px;
      padding:.85rem;
      color:rgba(15,23,42,.75);
      font-weight:650;
      font-size:.92rem;
    }

    .toastShell{
      position:fixed; right:18px; bottom:18px; z-index:2000;
      display:none;
      padding:12px 14px;
      border-radius:14px;
      border:1px solid rgba(255,255,255,.16);
      background:rgba(6,16,30,.88);
      color:rgba(234,242,255,.92);
      box-shadow:0 18px 50px rgba(0,0,0,.55);
      max-width: 620px;
      font-weight:800;
      backdrop-filter: blur(10px);
    }

    /* Wizard */
    .wizTop{
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:12px;
      margin-top:.25rem;
      margin-bottom: .75rem;
    }
    .wizMeta{
      color: var(--mutedInk);
      font-weight:800;
      font-size:.92rem;
      line-height:1.35;
      max-width: 56ch;
    }
    .wizProgress{
      display:flex;
      align-items:center;
      gap:10px;
      flex-wrap:wrap;
      justify-content:flex-end;
    }
    .wizStepPill{
      font-size:.82rem;
      font-weight:900;
      padding:.35rem .6rem;
      border-radius:999px;
      border:1px solid rgba(15,23,42,.12);
      background:rgba(15,23,42,.03);
      color:rgba(15,23,42,.75);
      white-space:nowrap;
    }
    .wizBar{
      width:210px;
      height:10px;
      border-radius:999px;
      background:rgba(15,23,42,.08);
      overflow:hidden;
      border:1px solid rgba(15,23,42,.10);
    }
    .wizBar > div{
      height:100%;
      width:0%;
      background:linear-gradient(90deg, rgba(214,171,75,.95), rgba(242,214,144,.95));
    }
    .wizPane{ display:none; }
    .wizPane.active{ display:block; }

    .wizardFooter{
      margin-top: 1rem;
      border-top:1px solid rgba(15,23,42,.10);
      padding-top: .9rem;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      flex-wrap:wrap;
    }

    /* Dash shells */
    .dashShell{ display:none; }
    .dashCard{
      background: rgba(255,255,255,.06);
      border:1px solid rgba(255,255,255,.10);
      border-radius:18px;
      box-shadow: var(--shadow);
      overflow:hidden;
    }
    .dashHead{
      background: linear-gradient(180deg, rgba(2,12,24,.60), rgba(2,12,24,.22));
      border-bottom:1px solid rgba(255,255,255,.08);
    }
    .chip{
      display:inline-flex; align-items:center; gap:.5rem;
      padding:.35rem .65rem;
      border-radius:999px;
      border:1px solid rgba(255,255,255,.12);
      background: rgba(255,255,255,.06);
      color: rgba(234,242,255,.92);
      font-weight:900;
      font-size:.8rem;
      white-space:nowrap;
    }
    .chipGold{
      border-color: rgba(214,171,75,.35);
      background: rgba(214,171,75,.12);
      color: rgba(242,214,144,.95);
    }
    .mono{ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono","Courier New", monospace; }

    .kpi{
      background: rgba(255,255,255,.06);
      border: 1px solid rgba(255,255,255,.10);
      border-radius: 18px;
      padding: 14px;
      height: 100%;
    }
    .kpi .label{ color: rgba(234,242,255,.70); font-weight:800; font-size:.82rem; }
    .kpi .value{ font-weight:900; font-size:1.35rem; }
    .kpi .sub{ color: rgba(234,242,255,.72); font-weight:700; font-size:.82rem; }

    /* table */
    .tableWrap{
      background: rgba(255,255,255,.06);
      border: 1px solid rgba(255,255,255,.10);
      border-radius: 18px;
      overflow:hidden;
    }

    /* tabs inside dashboards */
    .dashTabs .nav-link{
      border-radius: 14px;
      font-weight:900;
    }

    /* ensure btn in tables keeps readable */
    .btnTiny{ padding:.35rem .55rem; font-weight:900; font-size:.82rem; }

    /* small helper */
    .muted{ color: rgba(234,242,255,.72); }
    /* ===== Left card (original look) ===== */
    .fliit-leftCard{
      height:100%;
      border-radius:var(--radius);
      background:
        linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.05)),
        radial-gradient(700px 420px at 18% 20%, rgba(255,255,255,.10), transparent 60%),
        linear-gradient(180deg, rgba(32,54,76,.86), rgba(15,34,55,.92));
      border:1px solid rgba(255,255,255,.09);
      box-shadow:var(--shadow);
      padding:18px 18px 14px 18px;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      overflow:hidden;
    }
    .fliit-leftTitle{
      margin:0 0 8px 0;
      font-size:36px;
      letter-spacing:-.3px;
      font-weight:950;
    }
    .fliit-leftP{
      margin:0;
      color:rgba(234,242,255,.82);
      font-size:13.6px;
      line-height:1.55;
      max-width:58ch;
    }

    .fliit-pill{
      display:inline-flex; align-items:center; gap:8px;
      padding:7px 11px;
      border-radius:999px;
      border:1px solid rgba(255,255,255,.12);
      background:rgba(255,255,255,.06);
      color:rgba(255,255,255,.88);
      font-size:12.2px;
      font-weight:850;
      white-space:nowrap;
    }
    .fliit-pillDot{
      width:8px;height:8px;border-radius:999px;
      background:var(--gold);
      box-shadow:0 0 0 4px rgba(214,171,75,.15);
      display:inline-block;
    }

    .fliit-kv{
      padding:10px 12px;
      border-radius:14px;
      border:1px solid rgba(255,255,255,.10);
      background:rgba(255,255,255,.06);
    }
    .fliit-k{ font-weight:950; font-size:12.2px; color:rgba(242,214,144,.92); white-space:nowrap; }
    .fliit-v{
      font-weight:900; font-size:12.8px; color:rgba(234,242,255,.90);
      text-align:right; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
    }

    .fliit-chipWrap{
      margin-top:10px;
      padding-top:10px;
      border-top:1px solid rgba(255,255,255,.10);
      display:flex;
      align-items:center;
      justify-content:center;
    }
    .fliit-chip{
      font-size:12px;
      padding:7px 12px;
      border-radius:999px;
      border:1px solid rgba(214,171,75,.30);
      background:rgba(214,171,75,.10);
      color:rgba(242,214,144,.95);
      font-weight:950;
      white-space:nowrap;
    }

    /* ===== Right card (original white block) ===== */
    .fliit-rightCard{
      height:100%;
      border-radius:var(--radius);
      background:#ffffff;
      color:#0f172a;
      border:1px solid rgba(255,255,255,.10);
      box-shadow:var(--shadow);
      padding:18px 18px 14px 18px;
      display:flex;
      flex-direction:column;
      overflow:hidden;
    }
    .fliit-h2{
      margin:0;
      font-size:18px;
      font-weight:950;
      letter-spacing:-.1px;
    }
    .fliit-rightP{
      margin:6px 0 0 0;
      font-size:12.8px;
      font-weight:750;
      color:rgba(15,23,42,.66);
      line-height:1.35;
      max-width:62ch;
    }
    .fliit-btnSmall{
      border:1px solid rgba(15,23,42,.14);
      background:#fff;
      color:#0f172a;
      border-radius:12px;
      padding:9px 12px;
      font-weight:950;
      cursor:pointer;
      white-space:nowrap;
    }
    .fliit-btnSmall:hover{ background:rgba(15,23,42,.03); }

    .fliit-status{
      border-radius:14px;
      border:1px solid rgba(214,171,75,.35);
      background:rgba(214,171,75,.14);
      padding:10px 12px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      margin-bottom:10px;
      flex:0 0 auto;
    }
    .fliit-statusText{
      font-size:12.6px;
      font-weight:950;
      color:rgba(110,72,0,.98);
      line-height:1.25;
      margin:0;
    }
    .fliit-btnGoldMini{
      border:0;
      background:linear-gradient(180deg, rgba(214,171,75,.95), rgba(214,171,75,.80));
      color:#1b1406;
      border-radius:12px;
      padding:9px 12px;
      font-weight:950;
      cursor:pointer;
      white-space:nowrap;
    }

    .fliit-portals{
      display:grid;
      gap:10px;
      flex:1 1 auto;
      min-height:0;
    }
    .fliit-portal{
      border:1px solid rgba(15,23,42,.12);
      border-radius:14px;
      padding:12px 12px;
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:12px;
      background:#fff;
    }
    .fliit-ptitle{
      margin:0;
      font-weight:950;
      font-size:13.5px;
      color:#0f172a;
    }
    .fliit-badge{
      font-size:11.5px;
      font-weight:950;
      padding:6px 9px;
      border-radius:999px;
      border:1px solid rgba(16,185,129,.22);
      background:rgba(16,185,129,.10);
      color:rgba(10,120,80,.95);
      white-space:nowrap;
      display:inline-flex;
      align-items:center;
    }
    .fliit-pdesc{
      margin:0;
      font-size:12.4px;
      font-weight:700;
      color:rgba(15,23,42,.66);
      line-height:1.35;
      max-width:62ch;
    }
    .fliit-pmeta{
      margin-top:6px;
      font-size:12px;
      font-weight:850;
      color:rgba(15,23,42,.58);
    }
    .fliit-enterBtn{
      border:0;
      border-radius:12px;
      padding:10px 12px;
      font-weight:950;
      cursor:pointer;
      min-width:70px;
      background:rgba(214,171,75,.20);
      color:#1b1406;
    }
    .fliit-enterBtn:hover{ background:rgba(214,171,75,.26); }

    .fliit-rightFoot{
      margin-top:10px;
      padding-top:10px;
      border-top:1px solid rgba(15,23,42,.10);
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:10px;
      flex:0 0 auto;
    }
    .fliit-hint{ font-size:12.4px; font-weight:800; color:rgba(15,23,42,.60); }

    /* Toast */
    .fliit-toast{
      position:fixed;
      right:18px;
      bottom:18px;
      display:none;
      padding:12px 14px;
      border-radius:14px;
      border:1px solid rgba(255,255,255,.16);
      background:rgba(6,16,30,.88);
      color:rgba(234,242,255,.90);
      box-shadow:0 18px 50px rgba(0,0,0,.55);
      max-width:560px;
      font-weight:850;
      backdrop-filter: blur(10px);
      z-index:70;
    }

    /* Preview mode hides top utility bar */
    .previewMode .fliit-topbar{ display:none; }
    .previewMode .fliit-page{ height:calc(100vh - var(--taglineH) - var(--navH)); }

    @media (max-height: 780px){
      .fliit-leftTitle{ font-size:34px; }
    }
    
    
     /* =========================
       TOP CONTROLS
    ========================== */
    .topControls{
      position:sticky; top:0; z-index:1050;
      background:linear-gradient(180deg, rgba(2,12,24,.92), rgba(2,12,24,.65));
      border-bottom:1px solid rgba(255,255,255,.08);
      backdrop-filter: blur(10px);
    }
    .topControlsInner{
      width:var(--containerW);
      margin:0 auto;
      height:58px;
    }
    .badgeTop{
      display:inline-flex; align-items:center; gap:8px;
      padding:7px 10px; border-radius:999px;
      border:1px solid rgba(214,171,75,.35);
      background:rgba(214,171,75,.10);
      color:rgba(242,214,144,.95);
      font-weight:950; font-size:12px; white-space:nowrap;
    }
    .btnTop{
      border:1px solid rgba(255,255,255,.16) !important;
      background:rgba(255,255,255,.07) !important;
      color:rgba(255,255,255,.92) !important;
      padding:10px 14px !important;
      border-radius:14px !important;
      cursor:pointer;
      font-weight:950 !important;
      font-size:13px !important;
      display:inline-flex; align-items:center; gap:10px;
      user-select:none;
    }
    .btnTop:hover{ background:rgba(255,255,255,.10) !important; }
    .btnTopGold{
      border:0 !important;
      background:linear-gradient(180deg, rgba(214,171,75,.95), rgba(214,171,75,.80)) !important;
      color:#1b1406 !important;
      box-shadow:0 12px 26px rgba(0,0,0,.30);
    }

    .previewShell{ width:var(--containerW); margin:12px auto 0 auto; display:none; }
    .previewFrame{
      width:100%;
      height: calc(100vh - 90px);
      border:1px solid rgba(255,255,255,.10);
      border-radius:18px;
      box-shadow: var(--shadow);
      background:#0b1c33;
      overflow:hidden;
    }
    .previewFrame iframe{ width:100%; height:100%; border:0; background:#0b1c33; }

    /* Tagline bar */
    .tagline-bar{
      height:34px;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:10px;
      color:rgba(255,255,255,.85);
      font-size:13px;
      letter-spacing:.2px;
      background:linear-gradient(180deg, rgba(2,12,24,.85), rgba(2,12,24,.35));
      border-bottom:1px solid rgba(255,255,255,.06);
    }
    .zap{ width:14px;height:14px; color:var(--gold2); }

    /* Main navbar */
    .navBar{
      background:linear-gradient(180deg, rgba(7,28,51,.92), rgba(6,32,56,.72));
      border-bottom:1px solid rgba(255,255,255,.06);
    }
    .navInner{
      width:var(--containerW);
      margin:0 auto;
      height:62px;
    }
    .brand{ display:flex; align-items:center; gap:12px; width:240px; }
    .mark{
      width:38px;height:38px;border-radius:12px;
      display:grid;place-items:center;
      background:rgba(255,255,255,.06);
      border:1px solid rgba(214,171,75,.35);
      box-shadow:0 10px 24px rgba(0,0,0,.25);
      flex:0 0 auto;
    }
    .mark span{ font-weight:900; color:var(--gold2); }
    .brand-text{ line-height:1.05; }
    .brand-text .name{ font-weight:900; font-size:14px; margin:0; }
    .brand-text .sub{ margin:4px 0 0 0; font-size:12px; color:rgba(255,255,255,.65); font-weight:650; }

    .nav-links{
      gap:26px;
      color:rgba(255,255,255,.78);
      font-weight:700;
      font-size:13.5px;
    }
    .nav-links a{
      color:inherit;
      text-decoration:none;
      padding:8px 6px;
      border-radius:10px;
    }
    .nav-links a:hover{ background:rgba(255,255,255,.06); color:rgba(255,255,255,.92); }

    .btn-gold{
      border:0 !important;
      cursor:pointer;
      font-weight:900 !important;
      padding:10px 18px !important;
      border-radius:14px !important;
      background:linear-gradient(180deg, rgba(214,171,75,.95), rgba(214,171,75,.80)) !important;
      color:#1b1406 !important;
      box-shadow:0 12px 26px rgba(0,0,0,.30);
    }
    .btn-ghost{
      border:1px solid rgba(255,255,255,.18) !important;
      background:rgba(255,255,255,.07) !important;
      color:rgba(255,255,255,.90) !important;
      padding:10px 14px !important;
      border-radius:14px !important;
      font-weight:900 !important;
      cursor:pointer;
    }

    /* Main content */
    .page{
      width:var(--containerW);
      margin:26px auto 34px auto;
      padding-top:10px;
    }

    /* Left card */
    .left-card{
      border-radius:var(--radius);
      background:
        linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.05)),
        radial-gradient(700px 420px at 18% 20%, rgba(255,255,255,.10), transparent 60%),
        linear-gradient(180deg, rgba(32,54,76,.86), rgba(15,34,55,.92));
      border:1px solid rgba(255,255,255,.09);
      box-shadow:var(--shadow);
      padding:26px 26px 18px 26px;
      height: var(--panelH);
      display:flex;
      flex-direction:column;
      overflow:hidden;
      position:relative;
    }
    .left-card h1{
      margin:0 0 10px 0;
      font-size:38px;
      letter-spacing:-.3px;
      font-weight:950;
    }
    .left-card p{
      margin:0;
      color:rgba(234,242,255,.80);
      font-size:14.5px;
      line-height:1.6;
      max-width:56ch;
    }
    .pill{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 12px;
      border-radius:999px;
      border:1px solid rgba(255,255,255,.12);
      background:rgba(255,255,255,.06);
      color:rgba(255,255,255,.88);
      font-size:12.5px;
      font-weight:800;
      white-space:nowrap;
    }
    .pill .dot{
      width:8px;height:8px;
      border-radius:999px;
      background:var(--gold);
      box-shadow:0 0 0 4px rgba(214,171,75,.15);
    }

    /* ✅ Chip moved DOWN to the lower-middle like your red box */
    .left-chip-float{
      position:absolute;
      left:0; right:0;
      top: calc(var(--chipPos) * 100%);
      transform: translateY(-50%);
      display:flex;
      justify-content:center;
      pointer-events:none;
    }
    .left-chip-float .chip{
      pointer-events:auto;
      font-size:12px;
      padding:7px 10px;
      border-radius:999px;
      border:1px solid rgba(214,171,75,.30);
      background:rgba(214,171,75,.10);
      color:rgba(242,214,144,.95);
      font-weight:900;
      white-space:nowrap;
    }

    /* Right card */
    .right-card{
      border-radius:var(--radius);
      background:#ffffff;
      color:#0f172a;
      border:1px solid rgba(255,255,255,.10);
      box-shadow:var(--shadow);
      padding:20px 20px 14px 20px;
      height: var(--panelH);
      display:flex;
      flex-direction:column;
      overflow:hidden;
    }
    .right-title{ margin:0; font-size:18px; font-weight:900; }
    .right-sub{ margin:6px 0 12px 0; color:rgba(15,23,42,.68); font-size:13px; font-weight:650; }

    .tabBtn{
      border:1px solid rgba(15,23,42,.14) !important;
      background:#fff !important;
      padding:9px 14px !important;
      border-radius:12px !important;
      font-weight:850 !important;
      cursor:pointer;
      font-size:13px !important;
      color:#0f172a !important;
    }
    .tabBtn.active{
      border-color:rgba(214,171,75,.75) !important;
      box-shadow:0 0 0 4px rgba(214,171,75,.18);
    }

    .pane{
      display:none;
      min-height:0;
      overflow:auto;
      padding-right:6px;
    }
    .pane.active{ display:block; }

    form{ margin-top:8px; display:grid; gap:12px; }
    .field label{
      display:block;
      margin:0 0 6px 0;
      font-size:12.5px;
      font-weight:850;
      color:#0f172a;
    }
    .input, select{
      width:100%;
      padding:12px 12px;
      border-radius:12px;
      border:1px solid rgba(15,23,42,.14);
      background:#fff;
      outline:none;
      font-size:13.5px;
      font-weight:650;
      color:#0f172a;
    }
    .input::placeholder{ color:rgba(15,23,42,.40); font-weight:650; }
    select:focus, .input:focus{
      border-color:rgba(214,171,75,.85);
      box-shadow:0 0 0 4px rgba(214,171,75,.18);
    }

    .pw-wrap{ position:relative; }
    .pw-wrap .input{ padding-right:44px; }
    .eye{
      position:absolute;
      right:10px;
      top:50%;
      transform:translateY(-50%);
      width:34px;
      height:34px;
      border-radius:10px;
      border:1px solid rgba(15,23,42,.12);
      background:rgba(15,23,42,.03);
      display:grid;
      place-items:center;
      cursor:pointer;
      user-select:none;
    }
    .eye:hover{ background:rgba(15,23,42,.06); }
    .eye svg{ width:18px; height:18px; color:rgba(15,23,42,.78); }

    .btn-outlineX{
      border:1px solid rgba(15,23,42,.14) !important;
      border-radius:12px !important;
      padding:11px 16px !important;
      font-weight:900 !important;
      cursor:pointer;
      background:#fff !important;
      color:#0f172a !important;
    }
    .note{
      margin-top:10px;
      padding:12px 12px;
      border-radius:12px;
      border:1px solid rgba(15,23,42,.10);
      background:rgba(15,23,42,.03);
      color:rgba(15,23,42,.70);
      font-size:12.5px;
      font-weight:700;
      line-height:1.45;
    }
    .help{
      margin-top:6px;
      color:rgba(15,23,42,.62);
      font-size:12.2px;
      font-weight:700;
      line-height:1.45;
    }
    .divider{ height:1px; background:rgba(15,23,42,.10); margin:6px 0; }

    .toast{
      position:fixed;
      right:18px;
      bottom:18px;
      display:none;
      padding:12px 14px;
      border-radius:14px;
      border:1px solid rgba(255,255,255,.16);
      background:rgba(6,16,30,.88);
      color:rgba(234,242,255,.90);
      box-shadow:0 18px 50px rgba(0,0,0,.55);
      max-width: 560px;
      font-weight:800;
      backdrop-filter: blur(10px);
      z-index:2000;
    }

    /* Capability cards */
    .capWrap{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:12px;
      margin-top:8px;
    }
    .capCard{
      border:1px solid rgba(15,23,42,.12);
      border-radius:14px;
      padding:12px 12px;
      background:#fff;
      display:flex;
      gap:10px;
      align-items:flex-start;
      cursor:pointer;
    }
    .capCard input{ margin-top:3px; }
    .capTitle{
      font-weight:950;
      color:#0f172a;
      font-size:13.2px;
      margin:0;
    }
    .capDesc{
      margin:4px 0 0 0;
      color:rgba(15,23,42,.66);
      font-weight:650;
      font-size:12.2px;
      line-height:1.45;
    }
    .capMeta{
      margin-top:8px;
      color:rgba(15,23,42,.58);
      font-weight:750;
      font-size:12px;
    }

    /* Employer link card */
    .orgLinkCard{
      border:1px solid rgba(15,23,42,.12);
      border-radius:14px;
      padding:12px 12px;
      background:#fff;
    }
    .reqHint{
      display:inline-flex;
      align-items:center;
      gap:8px;
      font-size:12px;
      font-weight:950;
      padding:6px 10px;
      border-radius:999px;
      border:1px solid rgba(214,171,75,.35);
      background:rgba(214,171,75,.10);
      color:rgba(152,104,0,.95);
      white-space:nowrap;
    }
    .orgMeta{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:10px;
      margin-top:10px;
    }
    .orgMeta .kv{
      border:1px solid rgba(15,23,42,.10);
      border-radius:12px;
      padding:10px 10px;
      background:rgba(15,23,42,.02);
    }
    .kv .k{
      font-size:11.5px;
      font-weight:900;
      color:rgba(15,23,42,.62);
      margin:0 0 4px 0;
      letter-spacing:.1px;
    }
    .kv .v{
      font-size:13px;
      font-weight:900;
      color:#0f172a;
      margin:0;
      overflow:hidden;
      text-overflow:ellipsis;
      white-space:nowrap;
    }
    .statusLine{
      display:flex;
      align-items:center;
      gap:10px;
      margin-top:10px;
      font-size:12.2px;
      font-weight:900;
      color:rgba(15,23,42,.70);
    }
    .sdot{
      width:9px;height:9px;border-radius:999px;
      background:rgba(15,23,42,.20);
      box-shadow:0 0 0 4px rgba(15,23,42,.08);
    }
    .sdot.ok{
      background:rgba(16,185,129,.95);
      box-shadow:0 0 0 4px rgba(16,185,129,.18);
    }
    .sdot.bad{
      background:rgba(239,68,68,.95);
      box-shadow:0 0 0 4px rgba(239,68,68,.18);
    }

    /* Password rules */
    .rules{
      margin-top:8px;
      border:1px solid rgba(15,23,42,.10);
      border-radius:12px;
      padding:10px 10px;
      background:rgba(15,23,42,.02);
    }
    .rules .rtitle{
      margin:0 0 8px 0;
      font-size:12px;
      font-weight:950;
      color:rgba(15,23,42,.72);
    }
    .rule{
      display:flex;
      align-items:center;
      gap:8px;
      font-size:12px;
      font-weight:800;
      color:rgba(15,23,42,.66);
      margin:6px 0;
    }
    .tick{
      width:16px;height:16px;border-radius:999px;
      border:1px solid rgba(15,23,42,.18);
      display:grid;place-items:center;
      background:#fff;
      flex:0 0 auto;
    }
    .tick.ok{
      border-color:rgba(16,185,129,.55);
      background:rgba(16,185,129,.10);
    }
    .tick svg{ width:12px;height:12px; color:rgba(15,23,42,.55); }
    .tick.ok svg{ color:rgba(16,185,129,.95); }

    /* OTP modal */
    .modalBack{
      position:fixed; inset:0;
      background:rgba(0,0,0,.55);
      display:none;
      align-items:center;
      justify-content:center;
      z-index:2100;
      padding:18px;
    }
    .otpModal{
      width:520px;
      background:#fff;
      color:#0f172a;
      border-radius:18px;
      border:1px solid rgba(255,255,255,.10);
      box-shadow:0 25px 70px rgba(0,0,0,.55);
      overflow:hidden;
    }
    .modalHead{
      padding:16px 16px 14px 16px;
      background:linear-gradient(180deg, rgba(15,23,42,.04), rgba(15,23,42,.01));
      border-bottom:1px solid rgba(15,23,42,.10);
      display:flex; align-items:flex-start; justify-content:space-between; gap:10px;
    }
    .modalHead h4{ margin:0; font-size:16px; font-weight:950; }
    .modalHead p{ margin:6px 0 0 0; color:rgba(15,23,42,.66); font-size:12.8px; font-weight:700; line-height:1.45; }
    .modalBody{ padding:14px 16px 16px 16px; display:grid; gap:12px; }
    .otpRow{ display:flex; gap:10px; align-items:center; }
    .otpRow input{
      flex:1;
      padding:12px 12px;
      border-radius:12px;
      border:1px solid rgba(15,23,42,.14);
      font-size:14px;
      font-weight:850;
      letter-spacing:2px;
      text-align:center;
    }
    .btnSmall{
      border:1px solid rgba(15,23,42,.14) !important;
      border-radius:12px !important;
      padding:10px 12px !important;
      font-weight:950 !important;
      cursor:pointer;
      background:#fff !important;
      color:#0f172a !important;
    }
    .btnSmall.gold{
      border:0 !important;
      background:linear-gradient(180deg, rgba(214,171,75,.95), rgba(214,171,75,.80)) !important;
      color:#1b1406 !important;
    }
    .linkBtn{
      border:0;
      background:transparent;
      color:rgba(15,23,42,.75);
      font-weight:900;
      cursor:pointer;
      padding:6px 0;
      text-decoration:underline;
      text-underline-offset:3px;
    }

    .disabledBanner{
      display:none;
      margin-top:12px;
      padding:12px 12px;
      border-radius:12px;
      border:1px solid rgba(239,68,68,.20);
      background:rgba(239,68,68,.06);
      color:rgba(127,29,29,.92);
      font-size:12.5px;
      font-weight:900;
      line-height:1.45;
    }

    /* Wizard */
    .wizardShell{
      display:flex;
      flex-direction:column;
      gap:10px;
      flex:1;
      min-height:0;
    }
    .wizMeta{
      color:rgba(15,23,42,.65);
      font-weight:850;
      font-size:12.6px;
      line-height:1.35;
      max-width: 56ch;
    }
    .wizStepPill{
      font-size:12px;
      font-weight:950;
      padding:6px 10px;
      border-radius:999px;
      border:1px solid rgba(15,23,42,.12);
      background:rgba(15,23,42,.03);
      color:rgba(15,23,42,.75);
      white-space:nowrap;
    }
    .wizBar{
      width:220px;
      height:10px;
      border-radius:999px;
      background:rgba(15,23,42,.08);
      overflow:hidden;
      border:1px solid rgba(15,23,42,.10);
    }
    .wizBar > div{
      height:100%;
      width:0%;
      background:linear-gradient(90deg, rgba(214,171,75,.95), rgba(242,214,144,.95));
    }
    .wizPane{ display:none; }
    .wizPane.active{ display:block; }

    .wizardFooter{
      margin-top:auto;
      border-top:1px solid rgba(15,23,42,.10);
      padding-top:12px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      flex-wrap:wrap;
      background:#fff;
    }
    .btnWide{
      border:1px solid rgba(15,23,42,.14) !important;
      border-radius:12px !important;
      padding:11px 16px !important;
      font-weight:900 !important;
      cursor:pointer;
      background:#fff !important;
      color:#0f172a !important;
      min-width:120px;
    }
    .btnWide.gold{
      border:0 !important;
      background:linear-gradient(180deg, rgba(214,171,75,.95), rgba(214,171,75,.80)) !important;
      color:#1b1406 !important;
      box-shadow:0 12px 26px rgba(0,0,0,.18);
    }

    .summaryBox{
      border:1px solid rgba(15,23,42,.10);
      background:rgba(15,23,42,.02);
      border-radius:14px;
      padding:12px;
      display:grid;
      gap:10px;
      margin-top:6px;
    }
    .sumRow{
      display:grid;
      grid-template-columns: 160px 1fr;
      gap:10px;
      align-items:center;
    }
    .sumRow .k{
      font-size:12px;
      font-weight:950;
      color:rgba(15,23,42,.62);
    }
    .sumRow .v{
      font-size:12.8px;
      font-weight:950;
      color:#0f172a;
      overflow:hidden;
      text-overflow:ellipsis;
      white-space:nowrap;
    }
    .mono{ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; letter-spacing:.2px; }

    /* ===== Dashboard views ===== */
    .dashShell{ display:none; }
    .dashCard{
      background:rgba(255,255,255,.06);
      border:1px solid rgba(255,255,255,.10);
      border-radius:18px;
      box-shadow:var(--shadow);
      overflow:hidden;
    }
    .dashHead{
      background:linear-gradient(180deg,rgba(2,12,24,.60),rgba(2,12,24,.22));
      border-bottom:1px solid rgba(255,255,255,.08);
      padding:16px 20px;
    }
    .dashChip{
      display:inline-flex; align-items:center; gap:8px;
      padding:6px 12px; border-radius:999px;
      border:1px solid rgba(255,255,255,.12);
      background:rgba(255,255,255,.06);
      color:rgba(234,242,255,.92);
      font-weight:900; font-size:12px; white-space:nowrap;
    }
    .dashChipGold{
      border-color:rgba(214,171,75,.35);
      background:rgba(214,171,75,.12);
      color:rgba(242,214,144,.95);
    }
    .kpi{
      background:rgba(255,255,255,.06);
      border:1px solid rgba(255,255,255,.10);
      border-radius:18px;
      padding:16px;
      height:100%;
    }
    .kpi .kLabel{ color:rgba(234,242,255,.70); font-weight:800; font-size:12.5px; }
    .kpi .kValue{ font-weight:900; font-size:1.35rem; color:rgba(234,242,255,.95); }
    .kpi .kSub{ color:rgba(234,242,255,.60); font-weight:700; font-size:12px; }
    .tableWrap{
      background:rgba(255,255,255,.06);
      border:1px solid rgba(255,255,255,.10);
      border-radius:18px;
      overflow:hidden;
    }
    .dashNote{
      background:rgba(255,255,255,.06);
      border:1px solid rgba(255,255,255,.10);
      border-radius:12px;
      padding:12px 14px;
      color:rgba(234,242,255,.80);
      font-size:12.5px;
      font-weight:750;
      line-height:1.45;
    }
    /* First-login modal */
    .firstLoginModal{
      position:fixed; inset:0;
      background:rgba(0,0,0,.60);
      display:none;
      align-items:center;
      justify-content:center;
      z-index:2200;
      padding:18px;
    }
    .firstLoginModal.open{ display:flex; }
    .firstLoginBox{
      width:100%; max-width:480px;
      background:#fff;
      color:#0f172a;
      border-radius:18px;
      box-shadow:0 25px 70px rgba(0,0,0,.55);
      overflow:hidden;
    }
    /* Toast */
    .toast{
      position:fixed; right:16px; bottom:16px;
      display:none; padding:12px 14px; border-radius:14px;
      border:1px solid rgba(255,255,255,.16);
      background:rgba(6,16,30,.92);
      color:rgba(234,242,255,.90);
      box-shadow:0 18px 50px rgba(0,0,0,.55);
      max-width:calc(100vw - 32px);
      font-weight:850; backdrop-filter:blur(10px);
      z-index:9999; font-size:13.5px;
    }

    /* Preview mode */
    .previewMode .topbar{ display:none; }

    /* ── Tablet: 768px – 1024px ─────────────────────────────── */
    @media (max-width:1024px){
      .nav-links{ display:none; }
      .hamburger{ display:flex; }
      .topbar-subtitle{ display:none; }
      .btn-ghost{ display:none; }
      .panel-wrap{ grid-template-columns:1fr; }
    }

    /* ── Mobile: ≤ 640px ──────────────────────────────────────── */
    @media (max-width:640px){
      :root{
        --topbarH:48px;
        --taglineH:0px;   /* hide tagline on small screens */
        --navH:56px;
      }
      .tagline-bar{ display:none; }
      .topbar-actions .btnTop:not(.gold){ display:none; }
      .pillTitle{ font-size:11.5px; padding:7px 10px; }
      .userMeta{ display:none; }
      .page{ padding:12px 12px; }
      .left-card{ padding:16px 14px 14px; }
      .right-card{ padding:16px 14px 14px; }
      .left-top h1{ font-size:26px; }
      .kvRow{ grid-template-columns:1fr; gap:4px; }
      .kvRow .v{ text-align:left; }
      .status{ flex-direction:column; align-items:flex-start; gap:10px; }
      .right-foot{ flex-direction:column; align-items:flex-start; gap:10px; }
      .hint{ font-size:12px; }
      .portal{ flex-wrap:wrap; }
      .enterBtn{ width:100%; text-align:center; margin-top:4px; }
      .rTitles h2{ font-size:16px; }
      .pills{ gap:8px; }
    }

    /* ── Very small: ≤ 380px ──────────────────────────────────── */
    @media (max-width:380px){
      .btnTop.gold .ico{ display:none; }
    }
    
     /* ===== Top utility bar ===== */
    .topbar{
      height:var(--topbarH);
      display:flex;
      align-items:center;
      justify-content:center;
      border-bottom:1px solid rgba(255,255,255,.06);
      background:linear-gradient(180deg, rgba(2,12,24,.88), rgba(2,12,24,.38));
    }
    .topbar-inner{
      width:100%;
      max-width:var(--containerW);
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      padding:0 16px;
    }
    .topbar-left{ display:flex; align-items:center; gap:12px; min-width:0; overflow:hidden; }
    .pillTitle{
      display:inline-flex; align-items:center; gap:10px;
      padding:9px 12px; border-radius:999px;
      border:1px solid rgba(214,171,75,.25);
      background:rgba(214,171,75,.10);
      color:rgba(242,214,144,.98);
      font-weight:950; font-size:12.5px; white-space:nowrap;
    }
    .topbar-subtitle{
      font-size:13px; font-weight:900;
      color:rgba(234,242,255,.78);
      white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
    }
    .topbar-actions{ display:flex; align-items:center; gap:8px; flex-shrink:0; }
    .btnTop{
      display:inline-flex; align-items:center; gap:8px;
      border-radius:14px; padding:9px 12px;
      font-weight:950; font-size:13px;
      cursor:pointer; user-select:none;
      border:1px solid rgba(255,255,255,.14);
      background:rgba(255,255,255,.06);
      color:rgba(234,242,255,.92);
      white-space:nowrap;
    }
    .btnTop:hover{ background:rgba(255,255,255,.09); }
    .btnTop.gold{
      border:0;
      background:linear-gradient(180deg, rgba(214,171,75,.95), rgba(214,171,75,.80));
      color:#1b1406;
      box-shadow:0 12px 26px rgba(0,0,0,.30);
    }
    .ico{ width:16px; height:16px; display:inline-block; flex-shrink:0; }

    /* ===== Tagline ===== */
    .tagline-bar{
      height:var(--taglineH);
      display:flex; align-items:center; justify-content:center; gap:10px;
      color:rgba(255,255,255,.85); font-size:13px; letter-spacing:.2px;
      background:linear-gradient(180deg, rgba(2,12,24,.78), rgba(2,12,24,.26));
      border-bottom:1px solid rgba(255,255,255,.06);
    }
    .zap{ width:14px; height:14px; color:var(--gold2); }

    /* ===== Navbar ===== */
    .nav{
      height:var(--navH);
      display:flex; align-items:center;
      background:linear-gradient(180deg, rgba(7,28,51,.92), rgba(6,32,56,.72));
      border-bottom:1px solid rgba(255,255,255,.06);
      position:relative; z-index:100;
    }
    .nav-inner{
      width:100%; max-width:var(--containerW);
      margin:0 auto;
      display:flex; align-items:center; justify-content:space-between;
      gap:14px; padding:0 16px;
    }
    .brand{ display:flex; align-items:center; gap:12px; flex-shrink:0; }
    .mark{
      width:38px; height:38px; border-radius:12px;
      display:grid; place-items:center;
      background:rgba(255,255,255,.06);
      border:1px solid rgba(214,171,75,.35);
      box-shadow:0 10px 24px rgba(0,0,0,.25);
      flex-shrink:0;
    }
    .mark span{ font-weight:900; color:var(--gold2); }
    .brand-text{ line-height:1.05; }
    .brand-text .name{ font-weight:900; font-size:14px; margin:0; }
    .brand-text .sub{ margin:4px 0 0 0; font-size:12px; color:rgba(255,255,255,.65); font-weight:650; }

    /* Desktop nav links */
    .nav-links{
      display:flex; gap:22px; align-items:center; justify-content:center; flex:1;
      color:rgba(255,255,255,.78); font-weight:800; font-size:13.5px;
    }
    .nav-links a{
      color:inherit; text-decoration:none;
      padding:8px 6px; border-radius:10px;
    }
    .nav-links a:hover{ background:rgba(255,255,255,.06); color:rgba(255,255,255,.92); }

    .nav-cta{
      display:flex; justify-content:flex-end; gap:10px; align-items:center; flex-shrink:0;
    }