/*


Theme Name: White Label Taxi App


Theme URI: https://whitelabeltaxiapp.com


Author: White Label Taxi App


Author URI: https://whitelabeltaxiapp.com


Description: A modern, high-converting White Label Taxi App website for ride-hailing businesses.


Version: 1.0


License: GNU General Public License v2 or later


License URI: http://www.gnu.org/licenses/gpl-2.0.html


Text Domain: white-label-taxi-app


Tags: ride-hailing, taxi, transportation, business


*/





/* =============================================


   WHITE LABEL TAXI APP — HOMEPAGE STYLES


   Modern SaaS Design System


   ============================================= */





/* ---------- RESET & BASE ---------- */


*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }


html { scroll-behavior: smooth; font-size: 16px; }


body {


  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;


  color: #1e293b;


  background: #fff;


  line-height: 1.6;


  overflow-x: hidden;


}


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


a { text-decoration: none; color: inherit; }


ul { list-style: none; }


input, select, textarea, button {


  font-family: inherit;


  font-size: inherit;


  border: none;


  outline: none;


}





/* ---------- CSS VARIABLES ---------- */


:root {


  --navy: #0f172a;


  --navy-mid: #1e293b;


  --blue: #2563eb;


  --blue-light: #3b82f6;


  --blue-dark: #1d4ed8;


  --sky: #0ea5e9;


  --purple: #a855f7;


  --green: #10b981;


  --orange: #f97316;


  --amber: #f59e0b;


  --gray-50: #f8fafc;


  --gray-100: #f1f5f9;


  --gray-200: #e2e8f0;


  --gray-400: #94a3b8;


  --gray-500: #64748b;


  --gray-700: #334155;


  --radius-sm: 8px;


  --radius: 14px;


  --radius-lg: 20px;


  --radius-xl: 28px;


  --shadow-sm: 0 1px 3px rgba(0,0,0,0.08), 0 1px 2px rgba(0,0,0,0.06);


  --shadow: 0 4px 20px rgba(0,0,0,0.08);


  --shadow-lg: 0 10px 40px rgba(0,0,0,0.12);


  --shadow-xl: 0 20px 60px rgba(0,0,0,0.16);


}





/* ---------- UTILITIES ---------- */


.container {


  max-width: 1200px;


  margin: 0 auto;


  padding: 0 24px;


}


.section-pad { padding: 96px 0; }


.bg-light { background: var(--gray-50); }


.mt-4 { margin-top: 24px; }


.section-header.center { text-align: center; max-width: 720px; margin: 0 auto 64px; }


.section-eyebrow {


  display: inline-flex;


  align-items: center;


  gap: 8px;


  font-size: 12px;


  font-weight: 700;


  letter-spacing: 0.1em;


  text-transform: uppercase;


  color: var(--blue);


  background: #eff6ff;


  padding: 6px 14px;


  border-radius: 100px;


  margin-bottom: 16px;


}


.section-title {


  font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;


  font-size: clamp(28px, 4vw, 42px);


  font-weight: 800;


  line-height: 1.2;


  color: var(--navy);


  margin-bottom: 16px;


}


.section-desc {


  font-size: 17px;


  color: var(--gray-500);


  line-height: 1.7;


  margin-bottom: 12px;


}


.section-desc.light { color: rgba(255,255,255,0.7); }


.gradient-text {


  background: linear-gradient(135deg, #2563eb, #8b5cf6);


  -webkit-background-clip: text;


  -webkit-text-fill-color: transparent;


  background-clip: text;


}


.ai-gradient-text {


  background: linear-gradient(135deg, #38bdf8, #a78bfa);


  -webkit-background-clip: text;


  -webkit-text-fill-color: transparent;


  background-clip: text;


}


.section-title.white { color: #fff; }





/* ---------- BUTTONS ---------- */


.btn {


  display: inline-flex;


  align-items: center;


  gap: 8px;


  padding: 12px 24px;


  border-radius: var(--radius-sm);


  font-weight: 600;


  font-size: 15px;


  cursor: pointer;


  transition: all 0.2s ease;


  white-space: nowrap;


}


.btn-primary {


  background: var(--blue);


  color: #fff;


  box-shadow: 0 4px 14px rgba(37,99,235,0.35);


}


.btn-primary:hover {


  background: var(--blue-dark);


  box-shadow: 0 6px 20px rgba(37,99,235,0.45);


  transform: translateY(-1px);


}


.btn-outline {


  background: transparent;


  color: var(--navy);


  border: 1.5px solid var(--gray-200);


}


.btn-outline:hover {


  border-color: var(--blue);


  color: var(--blue);


  transform: translateY(-1px);


}


.btn-outline-white {


  background: transparent;


  color: #fff;


  border: 1.5px solid rgba(255,255,255,0.4);


}


.btn-outline-white:hover {


  border-color: #fff;


  background: rgba(255,255,255,0.1);


}


.btn-whatsapp {


  background: #25d366;


  color: #fff;


  box-shadow: 0 4px 14px rgba(37,211,102,0.35);


}


.btn-whatsapp:hover {


  background: #20b858;


  transform: translateY(-1px);


}


.btn-lg { padding: 14px 28px; font-size: 16px; }


.btn-xl { padding: 16px 32px; font-size: 17px; }


.btn-full { width: 100%; justify-content: center; }





/* =============================================


   NAVBAR


   ============================================= */


.navbar {


  position: fixed;


  top: 0;


  left: 0;


  right: 0;


  z-index: 1000;


  padding: 0;


  transition: all 0.3s ease;


  background: rgba(15,23,42,0.0);


}


/* Force dark navbar on pages without dark hero */
.page-template-templatespage-static-php .navbar {
  background: rgba(15,23,42,0.96);
}

.navbar.scrolled {


  background: rgba(15,23,42,0.96);


  backdrop-filter: blur(20px);


  -webkit-backdrop-filter: blur(20px);


  box-shadow: 0 1px 0 rgba(255,255,255,0.06);


}


.nav-inner {


  display: flex;


  align-items: center;


  justify-content: space-between;


  height: 72px;


}


.logo {


  display: flex;


  align-items: center;


  gap: 10px;


}


.logo-icon {


  width: 38px;


  height: 38px;


  background: linear-gradient(135deg, #2563eb, #8b5cf6);


  border-radius: var(--radius-sm);


  display: flex;


  align-items: center;


  justify-content: center;


  font-size: 18px;


  font-weight: 900;


  color: #fff;


  font-family: 'Plus Jakarta Sans', sans-serif;


}


.logo-text {


  font-size: 18px;


  font-weight: 800;


  color: #fff;


  font-family: 'Plus Jakarta Sans', sans-serif;


  letter-spacing: -0.3px;


}


.logo-text em { font-style: normal; color: #60a5fa; }


.white-text { color: #fff !important; }


.nav-links {


  display: flex;


  align-items: center;


  gap: 8px;


}


.nav-links a {


  font-size: 14px;


  font-weight: 500;


  color: rgba(255,255,255,0.75);


  padding: 8px 12px;


  border-radius: 6px;


  transition: color 0.2s, background 0.2s;


}


.nav-links a:hover {


  color: #fff;


  background: rgba(255,255,255,0.08);


}


.nav-links .nav-cta {


  background: var(--blue);


  color: #fff;


  padding: 9px 18px;


  border-radius: var(--radius-sm);


  font-weight: 600;


  margin-left: 8px;


}


.nav-links .nav-cta:hover {


  background: var(--blue-dark);


  transform: translateY(-1px);


}





/* NAV DROPDOWN */


.nav-dropdown { position: relative; }


.nav-dropdown-trigger {


  display: flex;


  align-items: center;


  gap: 5px;


  cursor: pointer;


  font-size: 14px;


  font-weight: 500;


  color: rgba(255,255,255,0.75);


  padding: 7px 12px;


  border-radius: 8px;


  transition: color 0.2s, background 0.2s;


  white-space: nowrap;


  text-decoration: none;


}


.nav-dropdown-trigger:hover { color: #fff; background: rgba(255,255,255,0.08); }


.nav-dropdown-trigger svg { transition: transform 0.25s ease; flex-shrink: 0; }


.nav-dropdown:hover .nav-dropdown-trigger svg { transform: rotate(180deg); }


.nav-dropdown-menu {


  position: absolute;


  top: calc(100% + 10px);


  left: 50%;


  transform: translateX(-50%) translateY(-6px);


  min-width: 240px;


  background: rgba(10,18,35,0.98);


  backdrop-filter: blur(24px);


  -webkit-backdrop-filter: blur(24px);


  border: 1px solid rgba(255,255,255,0.1);


  border-radius: 16px;


  padding: 8px;


  opacity: 0;


  visibility: hidden;


  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;


  z-index: 200;


  box-shadow: 0 20px 60px rgba(0,0,0,0.4);


}


.nav-dropdown:hover .nav-dropdown-menu {


  opacity: 1;


  visibility: visible;


  transform: translateX(-50%) translateY(0);


}


.nav-dropdown-menu a {


  display: flex;


  align-items: center;


  gap: 14px;


  padding: 12px 14px;


  border-radius: 10px;


  font-size: 15px;


  font-weight: 600;


  color: rgba(255,255,255,0.8);


  transition: background 0.15s, color 0.15s;


  text-decoration: none;


  background: none;


}


.nav-dropdown-menu a:hover { background: rgba(255,255,255,0.1); color: #fff; transform: translateX(4px); }
.nav-dropdown-menu a { transition: background 0.2s, color 0.2s, transform 0.2s; }

.nav-dropdown-menu a:hover .dd-icon { transform: scale(1.12); }
.dd-icon { transition: transform 0.2s; }


.dd-icon {


  width: 38px;


  height: 38px;


  border-radius: 10px;


  display: flex;


  align-items: center;


  justify-content: center;


  flex-shrink: 0;


  transition: transform 0.2s;


}


.dd-divider { height: 1px; background: rgba(255,255,255,0.07); margin: 6px 4px; }





/* MEGA MENU */


.mega-dropdown { position: static; }


.mega-dropdown .mega-menu {


  position: absolute;


  top: calc(100% + 4px);


  left: 50%;


  transform: translateX(-50%) translateY(-6px);


  width: 920px;


  max-width: calc(100vw - 48px);


  background: rgba(10,18,35,0.98);


  backdrop-filter: blur(24px);


  -webkit-backdrop-filter: blur(24px);


  border: 1px solid rgba(255,255,255,0.1);


  border-radius: 20px;


  padding: 28px 32px;


  opacity: 0;


  visibility: hidden;


  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;


  z-index: 200;


  box-shadow: 0 24px 80px rgba(0,0,0,0.5);


}


.mega-dropdown:hover .mega-menu {


  opacity: 1;


  visibility: visible;


  transform: translateX(-50%) translateY(0);


}


.mega-menu-grid {


  display: grid;


  grid-template-columns: repeat(3, 1fr);


  gap: 8px 28px;


}


.mega-menu-col .mega-menu-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  padding: 10px 12px 8px;
  margin: 0;
}


.mega-menu-col a {


  display: flex;


  align-items: center;


  gap: 12px;


  padding: 10px 12px;


  border-radius: 10px;


  font-size: 15px;


  font-weight: 600;


  color: rgba(255,255,255,0.75);


  transition: background 0.15s, color 0.15s;


  text-decoration: none;


}


.mega-menu-col a:hover {
  background: rgba(255,255,255,0.1);
  color: #fff;
  transform: translateX(4px);
}
.mega-menu-col a:hover .mm-icon {
  transform: scale(1.12);
}
.mega-menu-col a {
  transition: background 0.2s, color 0.2s, transform 0.2s;
}
.mega-menu-col .mm-icon {
  transition: transform 0.2s;
}


.mega-menu-col .mm-icon {


  width: 36px; height: 36px;


  border-radius: 9px;


  display: flex; align-items: center; justify-content: center;


  flex-shrink: 0;


}


.mega-menu-footer {


  margin-top: 16px;


  padding-top: 14px;


  border-top: 1px solid rgba(255,255,255,0.08);


  display: flex;


  gap: 8px;


  flex-wrap: wrap;


}


.mega-menu-footer a {


  font-size: 12px;


  font-weight: 600;


  color: rgba(255,255,255,0.45);


  padding: 5px 12px;


  border-radius: 100px;


  border: 1px solid rgba(255,255,255,0.08);


  transition: all 0.15s;


  text-decoration: none;


  white-space: nowrap;


}


.mega-menu-footer a:hover { color: #fff; border-color: rgba(255,255,255,0.2); background: rgba(255,255,255,0.05); }





/* Mega menu for Resources (narrower) */


.mega-dropdown.resources-dd .mega-menu {


  width: 540px;


}


.mega-dropdown.resources-dd .mega-menu-grid {


  grid-template-columns: repeat(2, 1fr);


}








@media(max-width:1100px) {


  .mega-dropdown .mega-menu,


  .mega-dropdown.resources-dd .mega-menu {


    position: static;


    transform: none;


    width: 100%;


    max-width: 100%;


    background: rgba(10,18,35,0.95);


    border: none;


    border-radius: 12px;


    padding: 12px;


    box-shadow: none;


    display: none;


    opacity: 1;


    visibility: visible;


    margin-top: 4px;


  }


  .mega-dropdown.open .mega-menu { display: block; }


  .mega-menu-grid {
    display: flex !important;
    flex-direction: column;
    gap: 0;
  }
  .mega-menu-grid > .mega-menu-col {
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    padding: 0;
  }
  .mega-menu-grid > .mega-menu-col:last-child {
    border-bottom: none;
  }

  /* Category labels as accordion toggles */
  .mega-menu-col .mega-menu-label {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: rgba(255,255,255,0.5);
    padding: 14px 12px 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .mega-menu-col .mega-menu-label::after {
    content: '\276F';
    font-size: 11px;
    color: rgba(255,255,255,0.3);
    transition: transform 0.25s ease;
  }
  .mega-menu-col.mob-open .mega-menu-label::after {
    transform: rotate(90deg);
  }

  /* Links hidden by default, shown when column is open */
  .mega-menu-col a {
    font-size: 15px;
    padding: 12px 12px;
    gap: 12px;
    display: none;
  }
  .mega-menu-col.mob-open a {
    display: flex;
  }

  .mega-menu-col .mm-icon { width: 34px; height: 34px; border-radius: 9px; }

  /* Resources dropdown - always show links (only 2 cols, fewer items) */
  .mega-dropdown.resources-dd .mega-menu-col a {
    display: flex;
  }
  .mega-dropdown.resources-dd .mega-menu-col .mega-menu-label::after {
    display: none;
  }
  .mega-dropdown.resources-dd .mega-menu-grid {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .mega-dropdown.resources-dd .mega-menu-grid > .mega-menu-col {
    width: 50%;
    border-bottom: none;
  }

  .mega-menu-footer { display: none; }

  .nav-dropdown-menu a { font-size: 14px; padding: 10px 10px; gap: 10px; }
  .dd-icon { width: 34px; height: 34px; }

}





.hamburger {


  display: none;


  flex-direction: column;


  gap: 5px;


  cursor: pointer;


  background: transparent;


  padding: 4px;


}


.hamburger span {


  display: block;


  width: 24px;


  height: 2px;


  background: #fff;


  border-radius: 2px;


  transition: all 0.3s ease;


}





/* =============================================


   HERO SECTION


   ============================================= */


.hero {


  min-height: 100vh;


  background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 40%, #0f172a 100%);


  display: flex;


  align-items: center;


  position: relative;


  overflow: hidden;


  padding: 100px 0 80px;


}


.hero-bg-grid {


  position: absolute;


  inset: 0;


  background-image:


    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),


    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);


  background-size: 50px 50px;


  mask-image: radial-gradient(ellipse at center, black 40%, transparent 80%);


}


.hero-orb {


  position: absolute;


  border-radius: 50%;


  filter: blur(80px);


  pointer-events: none;


}


.hero-orb-1 {


  width: 500px;


  height: 500px;


  background: radial-gradient(circle, rgba(37,99,235,0.25) 0%, transparent 70%);


  top: -100px;


  left: -100px;


}


.hero-orb-2 {


  width: 400px;


  height: 400px;


  background: radial-gradient(circle, rgba(139,92,246,0.2) 0%, transparent 70%);


  bottom: -50px;


  right: 20%;


}


.hero-inner {


  display: grid;


  grid-template-columns: 1fr 1fr;


  gap: 64px;


  align-items: center;


  position: relative;


  z-index: 2;


}


.hero-badge {


  display: inline-flex;


  align-items: center;


  gap: 8px;


  background: rgba(37,99,235,0.15);


  border: 1px solid rgba(37,99,235,0.3);


  color: #93c5fd;


  font-size: 13px;


  font-weight: 500;


  padding: 8px 14px;


  border-radius: 100px;


  margin-bottom: 24px;


}


.badge-dot {


  width: 7px;


  height: 7px;


  background: #10b981;


  border-radius: 50%;


  animation: pulse 2s infinite;


}


@keyframes pulse {


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


  50% { opacity: 0.6; transform: scale(1.3); }


}


.hero-title {


  font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;


  font-size: clamp(34px, 5vw, 58px);


  font-weight: 900;


  line-height: 1.1;


  color: #fff;


  margin-bottom: 20px;


  letter-spacing: -0.5px;


}


.hero-sub {


  font-size: 18px;


  color: rgba(255,255,255,0.65);


  line-height: 1.7;


  max-width: 520px;


  margin-bottom: 36px;


}


.hero-ctas {


  display: flex;


  gap: 14px;


  flex-wrap: wrap;


  margin-bottom: 40px;


}


.hero-stats {


  display: flex;


  align-items: center;


  gap: 0;


  flex-wrap: wrap;


}


.stat { text-align: center; padding: 0 20px; }


.stat strong { display: block; font-size: 22px; font-weight: 800; color: #fff; line-height: 1; }


.stat span { font-size: 12px; color: rgba(255,255,255,0.5); margin-top: 2px; display: block; }


.stat-divider { width: 1px; height: 36px; background: rgba(255,255,255,0.12); }


.hero-stats .stat:first-child { padding-left: 0; }





/* Hero App Mockups */


.hero-visuals {


  position: relative;


  height: 540px;


  display: flex;


  align-items: center;


  justify-content: center;


}


.phone-mockup {


  position: absolute;


  display: flex;


  flex-direction: column;


  align-items: center;


  gap: 10px;


}


.phone-center { z-index: 3; }


.phone-left { left: 0; top: 60px; z-index: 2; }


.phone-right { right: 0; top: 60px; z-index: 2; }


.phone-frame {


  width: 220px;


  height: 420px;


  background: #1e293b;


  border-radius: 36px;


  padding: 8px;


  box-shadow: 0 30px 80px rgba(0,0,0,0.5), inset 0 0 0 1px rgba(255,255,255,0.08);


  overflow: hidden;


}


.phone-frame-sm {


  width: 170px;


  height: 320px;


  border-radius: 28px;


  filter: blur(0.5px);


  opacity: 0.85;


}


.phone-screen {


  width: 100%;


  height: 100%;


  border-radius: 28px;


  overflow: hidden;


  position: relative;


}


.app-header-bar {


  display: flex;


  align-items: center;


  gap: 6px;


  padding: 10px 12px;


  font-size: 11px;


  font-weight: 600;


  background: #fff;


  color: var(--navy);


}


.app-header-bar.dark { background: #1e293b; color: #fff; }


.app-header-bar.navy { background: var(--navy); color: #fff; }


.app-status-dot { width: 7px; height: 7px; border-radius: 50%; }


.app-status-dot.active { background: #10b981; }





/* Passenger screen */


.passenger-screen { background: #f8fafc; }


.map-placeholder {


  height: 200px;


  background: linear-gradient(180deg, #dbeafe 0%, #bfdbfe 100%);


  position: relative;


  overflow: hidden;


}


.map-grid {


  position: absolute;


  inset: 0;


  background-image:


    linear-gradient(rgba(37,99,235,0.1) 1px, transparent 1px),


    linear-gradient(90deg, rgba(37,99,235,0.1) 1px, transparent 1px);


  background-size: 20px 20px;


}


.map-car-dot {


  position: absolute;


  top: 50%;


  left: 40%;


  width: 14px;


  height: 14px;


  background: var(--blue);


  border-radius: 50%;


  border: 3px solid #fff;


  box-shadow: 0 2px 8px rgba(37,99,235,0.5);


  transform: translate(-50%, -50%);


}


.map-pulse {


  position: absolute;


  top: 50%;


  left: 40%;


  width: 36px;


  height: 36px;


  background: rgba(37,99,235,0.2);


  border-radius: 50%;


  transform: translate(-50%, -50%);


  animation: mapPulse 1.8s infinite;


}


@keyframes mapPulse {


  0% { transform: translate(-50%, -50%) scale(0.8); opacity: 0.8; }


  100% { transform: translate(-50%, -50%) scale(2); opacity: 0; }


}


.map-dest-pin {


  position: absolute;


  top: 30%;


  right: 30%;


  width: 10px;


  height: 10px;


  background: #f97316;


  border-radius: 50% 50% 50% 0;


  transform: rotate(-45deg);


  box-shadow: 0 2px 6px rgba(249,115,22,0.5);


}


.booking-card {


  padding: 12px;


  background: #fff;


  margin: 8px;


  border-radius: var(--radius-sm);


  box-shadow: var(--shadow-sm);


}


.booking-row {


  display: flex;


  align-items: center;


  gap: 8px;


  font-size: 11px;


  color: var(--gray-700);


  padding: 5px 0;


  border-bottom: 1px solid var(--gray-100);


}


.booking-row:last-of-type { border-bottom: none; }


.loc-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }


.loc-dot.green { background: #10b981; }


.loc-dot.blue { background: var(--blue); }


.app-btn-primary {


  width: 100%;


  padding: 8px;


  background: var(--blue);


  color: #fff;


  border-radius: 6px;


  font-size: 11px;


  font-weight: 600;


  text-align: center;


  cursor: pointer;


  margin-top: 8px;


}





/* Driver screen */


.driver-screen { background: #0f172a; }


.driver-status-card {


  padding: 10px 12px;


  border-bottom: 1px solid rgba(255,255,255,0.06);


}


.online-toggle {


  display: inline-block;


  background: rgba(16,185,129,0.15);


  color: #10b981;


  border: 1px solid rgba(16,185,129,0.3);


  font-size: 9px;


  font-weight: 700;


  letter-spacing: 0.08em;


  padding: 3px 10px;


  border-radius: 100px;


  margin-bottom: 8px;


}


.earnings-row { margin-bottom: 8px; }


.earn-label { font-size: 9px; color: rgba(255,255,255,0.4); display: block; }


.earn-amount { font-size: 20px; font-weight: 800; color: #fff; }


.trips-row { display: flex; gap: 10px; }


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


.trip-stat strong { display: block; font-size: 13px; font-weight: 800; color: #fff; }


.trip-stat span { font-size: 8px; color: rgba(255,255,255,0.4); }


.ride-request-card {


  margin: 8px;


  background: rgba(37,99,235,0.15);


  border: 1px solid rgba(37,99,235,0.3);


  border-radius: 10px;


  padding: 10px;


}


.req-header { font-size: 10px; font-weight: 700; color: #60a5fa; margin-bottom: 4px; }


.req-detail { font-size: 10px; color: rgba(255,255,255,0.6); margin-bottom: 8px; }


.req-actions { display: flex; gap: 6px; }


.req-decline, .req-accept {


  flex: 1;


  padding: 5px;


  border-radius: 6px;


  font-size: 9px;


  font-weight: 700;


  text-align: center;


  cursor: pointer;


}


.req-decline { background: rgba(239,68,68,0.15); color: #f87171; border: 1px solid rgba(239,68,68,0.3); }


.req-accept { background: rgba(16,185,129,0.2); color: #10b981; border: 1px solid rgba(16,185,129,0.4); }





/* Admin screen */


.admin-frame { background: #1e293b; }


.admin-screen { background: #0f172a; }


.admin-stats-grid {


  display: grid;


  grid-template-columns: 1fr 1fr;


  gap: 4px;


  padding: 6px;


}


.admin-stat-card {


  background: rgba(255,255,255,0.05);


  border: 1px solid rgba(255,255,255,0.06);


  border-radius: 6px;


  padding: 6px;


  text-align: center;


}


.admin-stat-card.green-card { background: rgba(16,185,129,0.1); border-color: rgba(16,185,129,0.2); }


.admin-stat-card strong { display: block; font-size: 12px; font-weight: 800; color: #fff; }


.admin-stat-card span { font-size: 8px; color: rgba(255,255,255,0.4); }


.admin-chart {


  display: flex;


  align-items: flex-end;


  gap: 4px;


  padding: 8px 10px;


  height: 60px;


}


.chart-bar {


  flex: 1;


  background: rgba(37,99,235,0.3);


  border-radius: 3px 3px 0 0;


  min-height: 4px;


}


.chart-bar.active { background: var(--blue); }





.phone-label {


  font-size: 12px;


  font-weight: 600;


  color: rgba(255,255,255,0.5);


  text-align: center;


  background: rgba(255,255,255,0.06);


  padding: 5px 14px;


  border-radius: 100px;


}


.hero-wave {


  position: absolute;


  bottom: -2px;


  left: 0;


  right: 0;


}


.hero-wave svg { width: 100%; display: block; }





/* =============================================


   TRUSTED BY


   ============================================= */


.trusted-by {


  padding: 48px 0 40px;


  background: #fff;


  border-bottom: 1px solid var(--gray-100);


}


.trusted-label {


  text-align: center;


  font-size: 13px;


  font-weight: 500;


  color: var(--gray-400);


  letter-spacing: 0.04em;


  text-transform: uppercase;


  margin-bottom: 28px;


}


.logo-marquee-wrapper { overflow: hidden; margin-bottom: 32px; }


.logo-marquee { width: 100%; overflow: hidden; }


.marquee-track {


  display: flex;


  gap: 16px;


  animation: marquee 24s linear infinite;


  width: max-content;


}


@keyframes marquee {


  0% { transform: translateX(0); }


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


}


.client-logo { flex-shrink: 0; }


.logo-pill {


  background: var(--gray-100);


  color: var(--gray-500);


  font-size: 13px;


  font-weight: 600;


  padding: 10px 20px;


  border-radius: 100px;


  white-space: nowrap;


}


.trust-badges {


  display: flex;


  justify-content: center;


  flex-wrap: wrap;


  gap: 24px;


}


.trust-badge {


  display: flex;


  align-items: center;


  gap: 8px;


  font-size: 13px;


  font-weight: 600;


  color: var(--gray-700);


}





/* =============================================


   WHAT IS SECTION


   ============================================= */


.what-is-inner {


  display: grid;


  grid-template-columns: 1fr 1fr;


  gap: 80px;


  align-items: center;


}


.what-is-checklist { margin: 24px 0; display: flex; flex-direction: column; gap: 12px; }


.check-item {


  display: flex;


  align-items: center;


  gap: 10px;


  font-size: 15px;


  color: var(--gray-700);


  font-weight: 500;


}





/* Comparison card */


.comparison-card {


  background: #fff;


  border-radius: var(--radius-xl);


  box-shadow: var(--shadow-xl);


  overflow: hidden;


  border: 1px solid var(--gray-200);


}


.comp-header {


  display: grid;


  grid-template-columns: 1.5fr 1fr 1fr;


  background: var(--gray-50);


  border-bottom: 1px solid var(--gray-200);


  padding: 12px;


}


.comp-col { display: flex; align-items: center; justify-content: center; }


.comp-badge {


  padding: 6px 14px;


  border-radius: 100px;


  font-size: 12px;


  font-weight: 700;


  letter-spacing: 0.02em;


}


.wl-badge { background: #eff6ff; color: var(--blue); }


.cd-badge { background: var(--gray-100); color: var(--gray-500); }


.comp-row, .comp-row.alt {


  display: grid;


  grid-template-columns: 1.5fr 1fr 1fr;


  padding: 14px 16px;


}


.comp-row.alt { background: var(--gray-50); }


.comp-label { font-size: 13px; color: var(--gray-500); font-weight: 500; }


.comp-value {


  text-align: center;


  font-size: 13px;


  font-weight: 600;


}


.comp-value.good { color: #059669; }


.comp-value.bad { color: #94a3b8; }





/* =============================================


   ECOSYSTEM


   ============================================= */


.ecosystem-grid {


  display: grid;


  grid-template-columns: repeat(3, 1fr);


  gap: 24px;


}


.eco-card {


  background: #fff;


  border-radius: var(--radius-lg);


  padding: 36px 30px;


  border: 1px solid var(--gray-200);


  box-shadow: var(--shadow-sm);


  transition: all 0.3s ease;


  position: relative;


  overflow: hidden;


}


.eco-card::before {


  content: '';


  position: absolute;


  top: 0; left: 0; right: 0;


  height: 4px;


}


.eco-passenger::before { background: linear-gradient(90deg, #2563eb, #60a5fa); }


.eco-driver::before { background: linear-gradient(90deg, #10b981, #34d399); }


.eco-admin::before { background: linear-gradient(90deg, #a855f7, #c084fc); }


.eco-card:hover {


  box-shadow: var(--shadow-lg);


  transform: translateY(-4px);


}


.eco-icon {


  width: 56px;


  height: 56px;


  border-radius: var(--radius);


  display: flex;


  align-items: center;


  justify-content: center;


  margin-bottom: 20px;


}


.eco-passenger .eco-icon { background: #eff6ff; color: var(--blue); }


.eco-driver .eco-icon { background: #f0fdf4; color: #10b981; }


.eco-admin .eco-icon { background: #fdf4ff; color: var(--purple); }


.eco-card h3 { font-size: 20px; font-weight: 700; color: var(--navy); margin-bottom: 10px; }


.eco-card > p { font-size: 14px; color: var(--gray-500); margin-bottom: 20px; line-height: 1.6; }


.eco-features { display: flex; flex-direction: column; gap: 8px; margin-bottom: 24px; }


.eco-features li {


  font-size: 13px;


  color: var(--gray-700);


  padding-left: 18px;


  position: relative;


}


.eco-features li::before {


  content: '→';


  position: absolute;


  left: 0;


  color: var(--blue);


  font-size: 12px;


}


.eco-tag {


  display: inline-flex;


  align-items: center;


  font-size: 11px;


  font-weight: 600;


  letter-spacing: 0.06em;


  text-transform: uppercase;


  background: var(--gray-100);


  color: var(--gray-500);


  padding: 5px 12px;


  border-radius: 100px;


}





/* =============================================


   PLATFORM FEATURES


   ============================================= */


.features-grid {


  display: grid;


  grid-template-columns: repeat(4, 1fr);


  gap: 20px;


}


.feature-card {


  background: #fff;


  border: 1px solid var(--gray-200);


  border-radius: var(--radius);


  padding: 24px;


  transition: all 0.3s ease;


}


.feature-card:hover {


  box-shadow: var(--shadow);


  border-color: rgba(37,99,235,0.2);


  transform: translateY(-2px);


}


.feat-icon {


  width: 48px;


  height: 48px;


  border-radius: var(--radius-sm);


  display: flex;


  align-items: center;


  justify-content: center;


  margin-bottom: 16px;


}


.feature-card h4 { font-size: 15px; font-weight: 700; color: var(--navy); margin-bottom: 8px; }


.feature-card p { font-size: 13px; color: var(--gray-500); line-height: 1.6; }





/* =============================================


   AI FEATURES


   ============================================= */


.ai-features {


  background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 50%, #0f172a 100%);


  position: relative;


  overflow: hidden;


}


.ai-eyebrow { background: rgba(99,102,241,0.15); color: #a78bfa; border-color: rgba(99,102,241,0.3); }


.ai-bg-orb {


  position: absolute;


  border-radius: 50%;


  filter: blur(100px);


  pointer-events: none;


}


.ai-orb-1 {


  width: 600px;


  height: 600px;


  background: radial-gradient(circle, rgba(99,102,241,0.15) 0%, transparent 70%);


  top: -200px;


  right: -100px;


}


.ai-orb-2 {


  width: 400px;


  height: 400px;


  background: radial-gradient(circle, rgba(14,165,233,0.1) 0%, transparent 70%);


  bottom: -100px;


  left: 10%;


}


.ai-features-grid {


  display: grid;


  grid-template-columns: repeat(4, 1fr);


  gap: 20px;


  position: relative;


  z-index: 2;


}


.ai-card {


  background: rgba(255,255,255,0.04);


  border: 1px solid rgba(255,255,255,0.08);


  border-radius: var(--radius-lg);


  padding: 28px 24px;


  transition: all 0.3s ease;


  backdrop-filter: blur(10px);


}


.ai-card:hover {


  background: rgba(255,255,255,0.07);


  border-color: rgba(99,102,241,0.3);


  transform: translateY(-4px);


  box-shadow: 0 20px 40px rgba(0,0,0,0.3);


}


.ai-card-highlight {


  grid-column: span 1;


  background: linear-gradient(135deg, rgba(37,99,235,0.15), rgba(99,102,241,0.15));


  border-color: rgba(99,102,241,0.3);


}


.ai-card-icon {


  width: 48px;


  height: 48px;


  background: rgba(99,102,241,0.15);


  border-radius: var(--radius-sm);


  display: flex;


  align-items: center;


  justify-content: center;


  margin-bottom: 16px;


  color: #a78bfa;


}


.ai-card h4 { font-size: 15px; font-weight: 700; color: #fff; margin-bottom: 8px; }


.ai-card p { font-size: 13px; color: rgba(255,255,255,0.55); line-height: 1.6; margin-bottom: 12px; }


.ai-stat {


  display: inline-flex;


  align-items: center;


  font-size: 11px;


  font-weight: 700;


  letter-spacing: 0.04em;


  color: #34d399;


  background: rgba(16,185,129,0.1);


  border: 1px solid rgba(16,185,129,0.2);


  padding: 4px 10px;


  border-radius: 100px;


}





/* =============================================


   HOW IT WORKS


   ============================================= */


.steps-wrapper { position: relative; margin-bottom: 48px; }


.steps-line {


  position: absolute;


  top: 48px;


  left: calc(10% + 48px);


  right: calc(10% + 48px);


  height: 2px;


  background: linear-gradient(90deg, var(--blue), var(--purple));


  opacity: 0.3;


}


.steps-grid {


  display: grid;


  grid-template-columns: repeat(5, 1fr);


  gap: 24px;


  position: relative;


  z-index: 2;


}


.step-card {


  background: #fff;


  border: 1px solid var(--gray-200);


  border-radius: var(--radius-lg);


  padding: 28px 20px 24px;


  text-align: center;


  transition: all 0.3s ease;


}


.step-card:hover {


  box-shadow: var(--shadow-lg);


  transform: translateY(-6px);


  border-color: rgba(37,99,235,0.2);


}


.step-number {


  font-family: 'Plus Jakarta Sans', sans-serif;


  font-size: 11px;


  font-weight: 800;


  letter-spacing: 0.08em;


  color: var(--blue);


  background: #eff6ff;


  display: inline-block;


  padding: 4px 10px;


  border-radius: 100px;


  margin-bottom: 16px;


}


.step-icon {


  width: 56px;


  height: 56px;


  background: #eff6ff;


  border-radius: 50%;


  display: flex;


  align-items: center;


  justify-content: center;


  margin: 0 auto 16px;


}


.step-card h4 { font-size: 15px; font-weight: 700; color: var(--navy); margin-bottom: 8px; }


.step-card p { font-size: 13px; color: var(--gray-500); line-height: 1.6; }


.steps-cta-row {


  display: flex;


  align-items: center;


  gap: 24px;


  justify-content: center;


}


.steps-note { font-size: 14px; color: var(--gray-500); }


.steps-note strong { color: var(--navy); }





/* =============================================


   BUSINESS BENEFITS


   ============================================= */


.benefits-inner {


  display: grid;


  grid-template-columns: 1fr 1fr;


  gap: 80px;


  align-items: start;


}


.benefits-list { display: flex; flex-direction: column; gap: 24px; margin-top: 32px; }


.benefit-item {


  display: flex;


  gap: 16px;


  align-items: flex-start;


}


.benefit-icon-wrap {


  width: 44px;


  height: 44px;


  background: #eff6ff;


  border-radius: var(--radius-sm);


  display: flex;


  align-items: center;


  justify-content: center;


  flex-shrink: 0;


}


.benefit-body h4 { font-size: 16px; font-weight: 700; color: var(--navy); margin-bottom: 4px; }


.benefit-body p { font-size: 14px; color: var(--gray-500); line-height: 1.6; }





/* Metric cards */


.metric-card-stack { display: flex; flex-direction: column; gap: 14px; }


.metric-card {


  background: #fff;


  border: 1px solid var(--gray-200);


  border-radius: var(--radius);


  padding: 20px 24px;


  display: flex;


  align-items: center;


  gap: 16px;


  box-shadow: var(--shadow-sm);


  transition: all 0.3s ease;


}


.metric-card:hover { box-shadow: var(--shadow); transform: translateX(4px); }


.metric-icon {


  width: 40px;


  height: 40px;


  border-radius: var(--radius-sm);


  display: flex;


  align-items: center;


  justify-content: center;


  flex-shrink: 0;


}


.metric-icon.green { background: #f0fdf4; }


.metric-icon.blue { background: #eff6ff; }


.metric-icon.purple { background: #fdf4ff; }


.metric-icon.orange { background: #fff7ed; }


.metric-num { font-size: 24px; font-weight: 800; color: var(--navy); line-height: 1; }


.metric-label { font-size: 13px; color: var(--gray-500); margin-top: 2px; }





/* =============================================


   INDUSTRIES


   ============================================= */


.industries-grid {


  display: grid;


  grid-template-columns: repeat(4, 1fr);


  gap: 20px;


}


.industry-card {


  background: #fff;


  border: 1px solid var(--gray-200);


  border-radius: var(--radius-lg);


  padding: 28px 24px;


  transition: all 0.3s ease;


}


.industry-card:hover {


  box-shadow: var(--shadow);


  border-color: rgba(37,99,235,0.2);


  transform: translateY(-4px);


}


.ind-emoji {


  width: 56px;


  height: 56px;


  background: var(--gray-50);


  border-radius: var(--radius);


  display: flex;


  align-items: center;


  justify-content: center;


  margin-bottom: 16px;


}


.industry-card h4 { font-size: 16px; font-weight: 700; color: var(--navy); margin-bottom: 8px; }


.industry-card p { font-size: 13px; color: var(--gray-500); line-height: 1.6; }





/* =============================================


   TESTIMONIALS


   ============================================= */


.testimonials { background: var(--navy); }


.testimonials .section-eyebrow { background: rgba(99,102,241,0.15); color: #a78bfa; }


.testimonials .section-title { color: #fff; }


.testimonials-grid {


  display: grid;


  grid-template-columns: repeat(4, 1fr);


  gap: 20px;


  margin-bottom: 48px;


}


.testimonial-card {


  background: rgba(255,255,255,0.05);


  border: 1px solid rgba(255,255,255,0.08);


  border-radius: var(--radius-lg);


  padding: 28px;


  transition: all 0.3s ease;


}


.testimonial-card:hover {


  background: rgba(255,255,255,0.08);


  transform: translateY(-4px);


}


.featured-testi {


  background: linear-gradient(135deg, rgba(37,99,235,0.15), rgba(99,102,241,0.15));


  border-color: rgba(99,102,241,0.3);


}


.stars { color: #f59e0b; font-size: 16px; margin-bottom: 16px; letter-spacing: 2px; }


.testi-text {


  font-size: 14px;


  color: rgba(255,255,255,0.75);


  line-height: 1.7;


  margin-bottom: 20px;


  font-style: italic;


}


.testi-author { display: flex; align-items: center; gap: 12px; }


.author-avatar {


  width: 40px;


  height: 40px;


  background: linear-gradient(135deg, #2563eb, #8b5cf6);


  border-radius: 50%;


  display: flex;


  align-items: center;


  justify-content: center;


  font-size: 13px;


  font-weight: 700;


  color: #fff;


  flex-shrink: 0;


}


.author-info strong { display: block; font-size: 14px; color: #fff; font-weight: 600; }


.author-info span { font-size: 12px; color: rgba(255,255,255,0.4); }


.case-study-bar {


  display: flex;


  align-items: center;


  justify-content: center;


  gap: 0;


  background: rgba(255,255,255,0.04);


  border: 1px solid rgba(255,255,255,0.08);


  border-radius: var(--radius-lg);


  padding: 24px;


  flex-wrap: wrap;


}


.cs-stat { text-align: center; padding: 8px 40px; }


.cs-stat strong { display: block; font-size: 28px; font-weight: 900; color: #fff; }


.cs-stat span { font-size: 13px; color: rgba(255,255,255,0.5); }


.cs-divider { width: 1px; height: 48px; background: rgba(255,255,255,0.1); }





/* =============================================


   DEMO SECTION


   ============================================= */


.demo-section {


  background: linear-gradient(135deg, #0f172a, #1e1b4b);


  position: relative;


  overflow: hidden;


}


.demo-bg-orb {


  position: absolute;


  width: 600px;


  height: 600px;


  background: radial-gradient(circle, rgba(37,99,235,0.15) 0%, transparent 70%);


  top: -200px;


  right: -100px;


  border-radius: 50%;


  pointer-events: none;


}


.demo-inner {


  display: grid;


  grid-template-columns: 1fr 1fr;


  gap: 80px;


  align-items: start;


  position: relative;


  z-index: 2;


}


.demo-content .section-eyebrow { background: rgba(99,102,241,0.15); color: #a78bfa; }


.demo-perks {


  display: flex;


  flex-direction: column;


  gap: 10px;


  margin: 24px 0 32px;


}


.demo-perks li {


  display: flex;


  align-items: center;


  gap: 10px;


  font-size: 15px;


  color: rgba(255,255,255,0.8);


}


.demo-cta-row { display: flex; gap: 14px; flex-wrap: wrap; }





/* Demo Form */


.demo-form-card {


  background: #fff;


  border-radius: var(--radius-xl);


  padding: 40px;


  box-shadow: var(--shadow-xl);


}


.demo-form-card h3 { font-size: 22px; font-weight: 800; color: var(--navy); margin-bottom: 6px; }


.demo-form-card > p { font-size: 14px; color: var(--gray-500); margin-bottom: 24px; }


.demo-form { display: flex; flex-direction: column; gap: 16px; }


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


.form-group { display: flex; flex-direction: column; gap: 6px; }


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


.form-group label {


  font-size: 13px;


  font-weight: 600;


  color: var(--navy);


}


.form-group input,


.form-group select,


.form-group textarea {


  padding: 11px 14px;


  border: 1.5px solid var(--gray-200);


  border-radius: var(--radius-sm);


  font-size: 14px;


  color: var(--navy);


  background: var(--gray-50);


  transition: border-color 0.2s;


  resize: vertical;


}

/* ========== TABLE OF CONTENTS ========== */
.toc-wrapper {
  margin: 0 0 40px;
  border: none;
  border-radius: 16px;
  overflow: hidden;
  background: #ffffff;
  font-family: 'Plus Jakarta Sans', sans-serif;
  box-shadow: 0 1px 4px rgba(0,0,0,0.06), 0 4px 16px rgba(0,0,0,0.04);
}
.toc-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
  cursor: pointer;
  background: #ffffff;
  border: none;
  width: 100%;
  text-align: left;
  font-size: 16px;
  font-weight: 800;
  color: #0f172a;
  gap: 10px;
  letter-spacing: -0.01em;
  font-family: 'Plus Jakarta Sans', sans-serif;
}
.toc-toggle:hover {
  background: #f8fafc;
}
.toc-arrow {
  transition: transform 0.3s ease;
  flex-shrink: 0;
  color: #94a3b8;
}
.toc-toggle.toc-open .toc-arrow {
  transform: rotate(180deg);
  color: #2563eb;
}
.toc-body {
  display: none;
  padding: 0 24px 20px;
}
.toc-body.toc-open {
  display: block;
}
.toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #f1f5f9;
  padding-top: 12px;
}
.toc-list li {
  margin: 0;
}
.toc-list a {
  display: block;
  padding: 9px 14px;
  font-size: 15px;
  font-weight: 500;
  color: #334155;
  text-decoration: none;
  border-radius: 8px;
  line-height: 1.5;
  transition: all 0.15s ease;
  font-family: 'Inter', sans-serif;
}
.toc-list a:hover {
  background: rgba(37,99,235,0.06);
  color: #2563eb;
}
.toc-h3 > a {
  padding-left: 32px;
  font-size: 14px;
  font-weight: 400;
  color: #64748b;
}
.toc-h3 > a:hover {
  color: #2563eb;
}
.toc-count {
  font-size: 13px;
  font-weight: 600;
  color: #94a3b8;
  margin-left: 8px;
  font-family: 'Inter', sans-serif;
}
@media (max-width: 700px) {
  .toc-toggle { padding: 16px 20px; font-size: 15px; }
  .toc-body { padding: 0 20px 16px; }
  .toc-list a { padding: 8px 12px; font-size: 14px; }
  .toc-h3 > a { padding-left: 28px; font-size: 13px; }
}


.form-group input:focus,


.form-group select:focus,


.form-group textarea:focus {


  border-color: var(--blue);


  background: #fff;


  box-shadow: 0 0 0 3px rgba(37,99,235,0.08);


}


.form-note {


  text-align: center;


  font-size: 12px;


  color: var(--gray-400);


  margin-top: -8px;


}





/* =============================================


   FAQ


   ============================================= */


/* Blog article link styles */
.article-body a,
.article-body p a,
.article-body li a,
article.article-body a {
  color: #2563eb !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1.5px !important;
  text-underline-offset: 3px !important;
  transition: color 0.2s, text-decoration-color 0.2s;
}
.article-body a:hover,
.article-body p a:hover,
.article-body li a:hover,
article.article-body a:hover {
  color: #1d4ed8 !important;
  text-decoration-color: #1d4ed8 !important;
}

/* Blog page-like card wrapper */
.article-body {
  background: #ffffff;
  border: none;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06), 0 4px 20px rgba(0,0,0,0.05);
  padding: 48px 40px !important;
  max-width: 800px !important;
  margin: -40px auto 0 !important;
  position: relative;
  z-index: 2;
}
.article-faq,
.author-bio-section {
  max-width: 800px !important;
  background: #ffffff;
  border: none;
  border-top: none;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.04), 0 4px 16px rgba(0,0,0,0.03);
  padding-left: 40px !important;
  padding-right: 40px !important;
  margin: 0 auto !important;
}
.article-body + .article-faq,
.article-body + .author-bio-section {
  border-radius: 0;
  margin-top: -1px !important;
}
.article-faq + .author-bio-section {
  border-radius: 0 0 12px 12px;
  margin-top: -1px !important;
}
.article-body:last-child {
  border-radius: 12px;
}
@media (max-width: 768px) {
  .article-body {
    padding: 28px 20px !important;
    margin: -24px 12px 0 !important;
    max-width: calc(100% - 24px) !important;
    border-radius: 10px;
  }
  .article-faq,
  .author-bio-section {
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-left: 12px !important;
    margin-right: 12px !important;
    max-width: calc(100% - 24px) !important;
  }
}

.faq-grid {


  max-width: 800px;


  margin: 0 auto;


  display: flex;


  flex-direction: column;


  gap: 12px;


}


.faq-item {


  background: #fff;


  border: 1px solid var(--gray-200);


  border-radius: var(--radius);


  cursor: pointer;


  overflow: hidden;


  transition: all 0.3s ease;


}


.faq-item:hover { border-color: rgba(37,99,235,0.3); }


.faq-item.open { border-color: rgba(37,99,235,0.3); box-shadow: var(--shadow); }


.faq-question {


  display: flex;


  align-items: center;


  justify-content: space-between;


  padding: 20px 24px;


  gap: 16px;


}


.faq-question span { font-size: 16px; font-weight: 600; color: var(--navy); }


.faq-icon { color: var(--gray-400); flex-shrink: 0; transition: transform 0.3s ease; }


.faq-item.open .faq-icon { transform: rotate(180deg); color: var(--blue); }


.faq-answer {


  max-height: 0;


  overflow: hidden;


  transition: max-height 0.3s ease;


}


.faq-item.open .faq-answer { max-height: 200px; }


.faq-answer p {


  padding: 0 24px 20px;


  font-size: 15px;


  color: var(--gray-500);


  line-height: 1.7;


}





/* =============================================


   FINAL CTA


   ============================================= */


.final-cta {


  background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 50%, #0f172a 100%);


  padding: 100px 0;


  text-align: center;


  position: relative;


  overflow: hidden;


}


.final-cta-bg-orb {


  position: absolute;


  width: 700px;


  height: 700px;


  background: radial-gradient(circle, rgba(99,102,241,0.12) 0%, transparent 70%);


  top: 50%;


  left: 50%;


  transform: translate(-50%, -50%);


  border-radius: 50%;


  pointer-events: none;


}


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


.final-cta-inner .section-eyebrow { background: rgba(99,102,241,0.15); color: #a78bfa; }


.final-cta-inner h2 {


  font-family: 'Plus Jakarta Sans', sans-serif;


  font-size: clamp(28px, 4vw, 44px);


  font-weight: 900;


  color: #fff;


  line-height: 1.2;


  margin-bottom: 20px;


}


.final-cta-inner p { font-size: 17px; color: rgba(255,255,255,0.65); margin-bottom: 36px; line-height: 1.7; }


.final-cta-buttons { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }





/* =============================================


   FOOTER


   ============================================= */


.footer {


  background: #020617;


  padding: 64px 0 32px;


  border-top: 1px solid rgba(255,255,255,0.06);


}


.footer-top {


  display: grid;


  grid-template-columns: 1.5fr 2fr;


  gap: 64px;


  margin-bottom: 48px;


  padding-bottom: 48px;


  border-bottom: 1px solid rgba(255,255,255,0.06);


}


.footer-tagline {


  font-size: 14px;


  color: rgba(255,255,255,0.4);


  line-height: 1.7;


  margin: 16px 0 20px;


  max-width: 260px;


}


.footer-socials { display: flex; gap: 10px; }


.social-link {


  width: 36px;


  height: 36px;


  background: rgba(255,255,255,0.06);


  border: 1px solid rgba(255,255,255,0.08);


  border-radius: 8px;


  display: flex;


  align-items: center;


  justify-content: center;


  color: rgba(255,255,255,0.5);


  transition: all 0.2s ease;


}


.social-link:hover { background: rgba(255,255,255,0.1); color: #fff; }


.footer-links-grid {


  display: grid;


  grid-template-columns: repeat(4, 1fr);


  gap: 32px;


}


.footer-col h5 {


  font-size: 13px;


  font-weight: 700;


  letter-spacing: 0.06em;


  text-transform: uppercase;


  color: rgba(255,255,255,0.6);


  margin-bottom: 16px;


}


.footer-col a {


  display: block;


  font-size: 14px;


  color: rgba(255,255,255,0.4);


  padding: 4px 0;


  transition: color 0.2s;


}


.footer-col a:hover { color: #fff; }


.footer-contact-badge {


  display: inline-flex;


  align-items: center;


  gap: 6px;


  font-size: 12px;


  font-weight: 500;


  color: #34d399;


  background: rgba(16,185,129,0.08);


  border: 1px solid rgba(16,185,129,0.2);


  padding: 5px 10px;


  border-radius: 100px;


  margin-top: 8px;


}


.footer-bottom {


  display: flex;


  align-items: center;


  justify-content: space-between;


  flex-wrap: wrap;


  gap: 16px;


}


.footer-bottom p { font-size: 13px; color: rgba(255,255,255,0.3); }


.footer-legal { display: flex; gap: 24px; }


.footer-legal a { font-size: 13px; color: rgba(255,255,255,0.3); transition: color 0.2s; }


.footer-legal a:hover { color: rgba(255,255,255,0.7); }





/* =============================================


   RESPONSIVE


   ============================================= */


@media (max-width: 1100px) {


  .hamburger { display: flex; }


    /* backdrop-filter on a fixed parent collapses fixed children height when scrolled */
  .navbar.scrolled { backdrop-filter: none; -webkit-backdrop-filter: none; }
.nav-links { display: none; position: fixed; top: 72px; left: 0; right: 0; bottom: 0; background: var(--navy); padding: 16px; flex-direction: column; gap: 4px; border-top: 1px solid rgba(255,255,255,0.08); overflow-y: auto; z-index: 999; }


  .nav-links.open { display: flex; }


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


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


  .ai-card-highlight { grid-column: span 1; }


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


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


}





@media (max-width: 900px) {


  .section-pad { padding: 72px 0; }


  .hero-inner { grid-template-columns: 1fr; gap: 48px; }


  .hero-visuals { display: none; }


  .what-is-inner { grid-template-columns: 1fr; gap: 48px; }


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


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


  .steps-line { display: none; }


  .benefits-inner { grid-template-columns: 1fr; gap: 48px; }


  .demo-inner { grid-template-columns: 1fr; gap: 48px; }


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


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


}





@media (max-width: 640px) {


  .hero-title { font-size: 32px; }


  .hero-ctas { flex-direction: column; }


  .hero-stats { gap: 16px; }


  .stat-divider { display: none; }


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


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


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


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


  .case-study-bar { flex-direction: column; }


  .cs-divider { width: 100%; height: 1px; }


  .form-row { grid-template-columns: 1fr; }


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


  .final-cta-buttons { flex-direction: column; align-items: center; }


  .demo-cta-row { flex-direction: column; }


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


  .footer-bottom { flex-direction: column; align-items: flex-start; }


  .trust-badges { flex-direction: column; align-items: flex-start; }


  .demo-form-card { padding: 28px 20px; }


  .comparison-card { font-size: 12px; }


}





/* =============================================
   TECHNOLOGY SECTION
   ============================================= */

.tech-section {
  padding: 80px 0;
  background: #fff;
  overflow: hidden;
}

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

.tech-card {
  background: #fff;
  border: 1.5px solid #e5e7eb;
  border-radius: 16px;
  padding: 28px 24px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.tech-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 24px;
  right: 24px;
  height: 3px;
  border-radius: 0 0 3px 3px;
}

.tech-card:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}

.tech-card__header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.tech-card__icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.tech-card__title {
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
  line-height: 1.3;
}

.tech-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tech-tag {
  display: inline-block;
  padding: 6px 14px;
  border: 1.5px solid #e5e7eb;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  color: #374151;
  background: #f9fafb;
  transition: all 0.2s ease;
  cursor: default;
  white-space: nowrap;
}

.tech-tag:hover {
  border-color: #93c5fd;
  background: #eff6ff;
  color: #1d4ed8;
}

/* ---- Category color themes ---- */

/* Mobile Apps - Blue */
.tech-card--mobile::before { background: #3b82f6; }
.tech-card--mobile .tech-card__icon { background: #eff6ff; color: #3b82f6; }

/* Backend & API - Green */
.tech-card--backend::before { background: #10b981; }
.tech-card--backend .tech-card__icon { background: #ecfdf5; color: #10b981; }

/* Database - Orange */
.tech-card--database::before { background: #f97316; }
.tech-card--database .tech-card__icon { background: #fff7ed; color: #f97316; }

/* Maps - Purple */
.tech-card--maps::before { background: #a855f7; }
.tech-card--maps .tech-card__icon { background: #faf5ff; color: #a855f7; }

/* Payments - Emerald */
.tech-card--payments::before { background: #059669; }
.tech-card--payments .tech-card__icon { background: #ecfdf5; color: #059669; }

/* Cloud - Sky Blue */
.tech-card--cloud::before { background: #0ea5e9; }
.tech-card--cloud .tech-card__icon { background: #f0f9ff; color: #0ea5e9; }

/* Real-Time - Amber */
.tech-card--realtime::before { background: #f59e0b; }
.tech-card--realtime .tech-card__icon { background: #fffbeb; color: #f59e0b; }

/* AI - Violet */
.tech-card--ai::before { background: #8b5cf6; }
.tech-card--ai .tech-card__icon { background: #f5f3ff; color: #8b5cf6; }

/* Notifications - Rose */
.tech-card--notifications::before { background: #e11d48; }
.tech-card--notifications .tech-card__icon { background: #fff1f2; color: #e11d48; }

/* ---- Responsive ---- */

@media (max-width: 1024px) {
  .tech-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 640px) {
  .tech-section {
    padding: 60px 0;
  }
  .tech-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 32px;
  }
  .tech-card {
    padding: 22px 20px;
    border-radius: 14px;
  }
  .tech-card__header {
    margin-bottom: 16px;
  }
  .tech-card__title {
    font-size: 15px;
  }
  .tech-tag {
    padding: 5px 12px;
    font-size: 12.5px;
  }
}

/* Niche page tech section (inside content-section) */


.tech-categories-compact {


  display: grid;


  grid-template-columns: repeat(3, 1fr);


  gap: 20px;


  margin-top: 40px;


}


.tech-category-card {


  background: #fff;


  border: 1px solid var(--gray-200);


  border-radius: var(--radius-lg);


  padding: 24px;


  transition: all 0.3s ease;


}


.tech-category-card:hover {


  box-shadow: var(--shadow);


  transform: translateY(-3px);


  border-color: rgba(37,99,235,0.2);


}


.tech-cat-title {


  font-size: 11px;


  font-weight: 700;


  letter-spacing: 0.08em;


  text-transform: uppercase;


  color: var(--blue);


  margin-bottom: 14px;


  display: flex;


  align-items: center;


  gap: 8px;


}


.tech-cat-title::before {


  content: '';


  display: block;


  width: 20px;


  height: 2px;


  background: var(--blue);


  border-radius: 2px;


}


.tech-tag-list {


  display: flex;


  flex-wrap: wrap;


  gap: 8px;


}


.tech-tag {


  font-size: 12px;


  font-weight: 600;


  color: var(--gray-700);


  background: var(--gray-50);


  border: 1px solid var(--gray-200);


  padding: 5px 12px;


  border-radius: 6px;


}





@media (max-width: 768px) {








}


@media (max-width: 480px) {




}





/* =============================================


   SCROLL ANIMATIONS


   ============================================= */


.reveal {


  opacity: 0;


  transform: translateY(24px);


  transition: opacity 0.6s ease, transform 0.6s ease;


}


.reveal.visible {


  opacity: 1;


  transform: translateY(0);


}


.reveal-delay-1 { transition-delay: 0.1s; }


.reveal-delay-2 { transition-delay: 0.2s; }


.reveal-delay-3 { transition-delay: 0.3s; }


.reveal-delay-4 { transition-delay: 0.4s; }


