/* WWLogix WordPress Plugin extras */
.wwlogix-app { font-family: 'DM Sans', sans-serif; }
.wwlogix-page { margin: 0; padding: 0; }
body.wwlogix-body #wpadminbar { display: none; }
body.wwlogix-body.admin-bar { margin-top: 0 !important; }
.wwlogix-page .site-header, .wwlogix-page .site-footer, .wwlogix-page #masthead, .wwlogix-page footer.site-footer,
body.wwlogix-body header.site-header, body.wwlogix-body footer:not(.wwl-footer), body.wwlogix-body .site-footer,
body.wwlogix-body #colophon, body.wwlogix-body .elementor-location-header, body.wwlogix-body .elementor-location-footer { display: none !important; }
body.wwlogix-body .wwlogix-app footer.wwl-footer { display: block !important; }
body.wwlogix-body { margin: 0; padding: 0; overflow-x: hidden; }
.wwlogix-notice { padding: 40px; text-align: center; background: #fff3cd; border-radius: 8px; margin: 20px; }
.hero { position: relative; }
.hero-video-bg { position: absolute; inset: 0; overflow: hidden; z-index: 0; opacity: 0.3; }
.hero-video-bg iframe, .hero-video-bg video { width: 100%; height: 100%; object-fit: cover; border: 0; }
.hero .container { position: relative; z-index: 1; }
.hero-btn2 { color: white !important; border-color: rgba(255,255,255,0.3) !important; background: rgba(255,255,255,0.08) !important; }
.logo img { display: block; }

/* ===== HERO MOTION — CARGO PLANE ===== */
.hero-motion {
  position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 1;
}
.hero .container { position: relative; z-index: 5; }
.hero-sky-gradient {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 80% 60% at 70% 30%, rgba(249,115,22,0.12) 0%, transparent 55%),
              radial-gradient(ellipse 60% 50% at 20% 70%, rgba(56,189,248,0.08) 0%, transparent 50%);
}
.hero-stars {
  position: absolute; inset: 0;
  background-image: radial-gradient(1px 1px at 20px 30px, rgba(255,255,255,0.4), transparent),
                    radial-gradient(1px 1px at 80px 120px, rgba(255,255,255,0.3), transparent),
                    radial-gradient(1px 1px at 160px 60px, rgba(255,255,255,0.35), transparent),
                    radial-gradient(1.5px 1.5px at 300px 180px, rgba(255,255,255,0.25), transparent),
                    radial-gradient(1px 1px at 450px 90px, rgba(255,255,255,0.3), transparent);
  background-size: 500px 250px;
  animation: starsDrift 80s linear infinite;
  opacity: 0.5;
}
@keyframes starsDrift { to { background-position: 500px 0; } }

.hero-map-dots {
  position: absolute; width: 100%; height: 100%; opacity: 0.7;
}
.route-line { animation: routePulse 4s ease-in-out infinite; }
.route-line-2 { animation-delay: -2s; }
@keyframes routePulse {
  0%, 100% { opacity: 0.4; }
  50% { opacity: 1; }
}
.map-dot { animation: dotPulse 3s ease-in-out infinite; }
.map-dot:nth-child(2) { animation-delay: 0.5s; }
.map-dot:nth-child(3) { animation-delay: 1s; }
.map-dot:nth-child(4) { animation-delay: 1.5s; }
@keyframes dotPulse {
  0%, 100% { opacity: 0.5; r: 3; }
  50% { opacity: 1; }
}

.cargo-plane-wrap {
  position: absolute;
  width: 280px;
  height: 105px;
  animation: cargoPlaneFly 22s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  filter: drop-shadow(0 20px 40px rgba(0,0,0,0.35));
  z-index: 3;
}
.cargo-plane-secondary {
  width: 140px; height: 56px;
  animation: cargoPlaneFly2 30s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  opacity: 0.45;
  z-index: 2;
}
.cargo-plane-svg { width: 100%; height: 100%; display: block; }

.propeller { transform-origin: center; animation: spinProp 0.15s linear infinite; }
.propeller-2 { transform-origin: 175px 72px; }
@keyframes spinProp { to { transform: rotate(360deg); } }

.plane-contrail-trail {
  position: absolute; right: 72%; top: 48%;
  width: 200px; height: 3px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.15), rgba(249,115,22,0.4));
  transform: translateY(-50%);
  border-radius: 2px;
  animation: contrailStretch 3s ease-in-out infinite;
}
@keyframes contrailStretch {
  0%, 100% { width: 120px; opacity: 0.4; }
  50% { width: 220px; opacity: 0.85; }
}

.plane-shadow {
  position: absolute; bottom: -8px; left: 50%; transform: translateX(-50%);
  width: 60%; height: 12px;
  background: radial-gradient(ellipse, rgba(0,0,0,0.35) 0%, transparent 70%);
  filter: blur(4px);
}

@keyframes cargoPlaneFly {
  0%   { left: -18%; top: 58%; transform: rotate(-6deg) scale(0.75); }
  15%  { left: 12%;  top: 42%; transform: rotate(-3deg) scale(0.9); }
  35%  { left: 38%;  top: 35%; transform: rotate(0deg) scale(1); }
  55%  { left: 58%;  top: 38%; transform: rotate(2deg) scale(1.05); }
  75%  { left: 78%;  top: 28%; transform: rotate(-1deg) scale(0.95); }
  100% { left: 108%; top: 32%; transform: rotate(-5deg) scale(0.8); }
}
@keyframes cargoPlaneFly2 {
  0%   { left: 105%; top: 68%; transform: rotate(8deg) scale(0.6); }
  50%  { left: 35%;  top: 72%; transform: rotate(4deg) scale(0.75); }
  100% { left: -20%; top: 62%; transform: rotate(7deg) scale(0.6); }
}

.hero-cloud-layer { position: absolute; inset: 0; z-index: 2; }
.hero-cloud {
  position: absolute; background: rgba(255,255,255,0.04);
  border-radius: 50%; filter: blur(8px);
}
.hero-cloud::before, .hero-cloud::after {
  content: ''; position: absolute; background: inherit; border-radius: 50%;
}
.hero-cloud.c1 { width: 180px; height: 50px; top: 12%; left: 5%; animation: cloudFloat 40s linear infinite; }
.hero-cloud.c1::before { width: 70px; height: 70px; top: -30px; left: 30px; }
.hero-cloud.c1::after { width: 90px; height: 55px; top: -15px; right: 20px; }
.hero-cloud.c2 { width: 140px; height: 40px; top: 22%; right: 8%; animation: cloudFloat 55s linear infinite reverse; }
.hero-cloud.c2::before { width: 55px; height: 55px; top: -22px; left: 20px; }
.hero-cloud.c3 { width: 100px; height: 30px; bottom: 28%; left: 55%; animation: cloudFloat 45s linear infinite; animation-delay: -15s; }

@keyframes cloudFloat {
  0% { transform: translateX(0); }
  100% { transform: translateX(100px); }
}

@media (max-width: 768px) {
  .cargo-plane-wrap { width: 180px; height: 68px; animation-duration: 16s; }
  .cargo-plane-secondary { display: none; }
  .hero-map-dots { opacity: 0.4; }
}

:root {
  --navy: #0a1628;
  --navy-light: #132238;
  --navy-mid: #1a2d4a;
  --orange: #f97316;
  --orange-dark: #ea580c;
  --orange-glow: rgba(249, 115, 22, 0.25);
  --sky: #38bdf8;
  --green: #22c55e;
  --red: #ef4444;
  --yellow: #eab308;
  --gray-50: #f8fafc;
  --gray-100: #f1f5f9;
  --gray-200: #e2e8f0;
  --gray-300: #cbd5e1;
  --gray-400: #94a3b8;
  --gray-500: #64748b;
  --gray-600: #475569;
  --gray-700: #334155;
  --white: #ffffff;
  --shadow: 0 4px 24px rgba(10, 22, 40, 0.08);
  --shadow-lg: 0 12px 48px rgba(10, 22, 40, 0.12);
  --radius: 12px;
  --radius-lg: 16px;
  --transition: 0.2s ease;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: 'DM Sans', sans-serif;
  color: var(--gray-700);
  background: var(--gray-50);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Outfit', sans-serif;
  color: var(--navy);
  line-height: 1.2;
}

a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
button { cursor: pointer; font-family: inherit; border: none; background: none; }
input, select, textarea { font-family: inherit; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 24px; border-radius: 10px; font-weight: 600; font-size: 0.95rem;
  transition: all var(--transition); border: 2px solid transparent;
}
.btn-primary {
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  color: var(--white); box-shadow: 0 4px 16px var(--orange-glow);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 24px var(--orange-glow); }
.btn-outline {
  border-color: var(--gray-300); color: var(--navy); background: var(--white);
}
.btn-outline:hover { border-color: var(--orange); color: var(--orange); }
.btn-ghost { color: var(--gray-600); }
.btn-ghost:hover { color: var(--orange); background: var(--gray-100); }
.btn-sm { padding: 8px 16px; font-size: 0.85rem; }
.btn-lg { padding: 16px 32px; font-size: 1.05rem; }
.btn-danger { background: var(--red); color: var(--white); }
.btn-success { background: var(--green); color: var(--white); }
.btn-icon { padding: 10px; border-radius: 8px; }

/* ===== NAVBAR ===== */
.navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(10, 22, 40, 0.88); backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,0.08); transition: box-shadow var(--transition), background var(--transition);
}
.navbar.scrolled {
  box-shadow: 0 8px 32px rgba(0,0,0,0.25);
  background: rgba(10, 22, 40, 0.96);
}
.navbar .container {
  display: flex; align-items: center; justify-content: space-between; height: 72px;
}
.logo { display: flex; align-items: center; gap: 10px; font-family: 'Outfit', sans-serif; font-weight: 800; font-size: 1.4rem; color: var(--white); }
.logo-icon {
  width: 40px; height: 40px; background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  border-radius: 10px; display: flex; align-items: center; justify-content: center; color: white; font-size: 1.2rem;
}
.nav-links { display: flex; align-items: center; gap: 32px; list-style: none; }
.nav-links a { font-weight: 500; color: rgba(255,255,255,0.75); transition: color var(--transition); }
.nav-links a:hover { color: var(--orange); }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.navbar .btn-outline {
  border-color: rgba(255,255,255,0.25); color: var(--white); background: transparent;
}
.navbar .btn-outline:hover { border-color: var(--orange); color: var(--orange); background: rgba(249,115,22,0.08); }
.mobile-toggle { display: none; font-size: 1.5rem; color: var(--white); }

/* ===== HERO ===== */
.hero {
  padding: 140px 0 100px;
  background: linear-gradient(160deg, var(--navy) 0%, var(--navy-light) 50%, var(--navy-mid) 100%);
  position: relative; overflow: hidden;
}
.hero::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 70% 20%, rgba(249,115,22,0.15) 0%, transparent 60%),
              radial-gradient(ellipse at 20% 80%, rgba(56,189,248,0.1) 0%, transparent 50%);
}
.hero .container { position: relative; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 48px; align-items: center; z-index: 5; }
.hero-right { position: relative; z-index: 6; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 16px; border-radius: 20px; margin-bottom: 20px;
  background: rgba(249,115,22,0.12); border: 1px solid rgba(249,115,22,0.25);
  color: #fdba74; font-size: 0.88rem; font-weight: 600;
}
.hero-eyebrow i { color: var(--orange); font-size: 0.75rem; }
.hero-content h1 { font-size: 3.4rem; font-weight: 800; color: var(--white); margin-bottom: 20px; line-height: 1.1; }
.hero-content h1 span { color: var(--orange); }
.hero-content p { font-size: 1.15rem; color: var(--gray-300); margin-bottom: 32px; max-width: 560px; line-height: 1.7; }
.hero-buttons { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-stats { display: flex; gap: 40px; margin-top: 48px; position: relative; z-index: 6; }
.stat-item .stat-num { font-family: 'Outfit', sans-serif; font-size: 2.2rem; font-weight: 700; color: var(--orange); }
.stat-item .stat-label { font-size: 0.88rem; color: var(--gray-400); margin-top: 4px; }

.hero-card {
  background: rgba(255,255,255,0.07); backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.12); border-radius: var(--radius-lg);
  padding: 32px; color: var(--white);
}
.hero-card-badge {
  display: inline-block; padding: 4px 12px; border-radius: 12px; font-size: 0.75rem; font-weight: 600;
  background: rgba(34,197,94,0.15); color: #86efac; margin-bottom: 12px;
}
.hero-card h3 { color: var(--white); margin-bottom: 8px; font-size: 1.25rem; display: flex; align-items: center; gap: 8px; }
.hero-card-desc { color: var(--gray-400); font-size: 0.9rem; margin-bottom: 20px; line-height: 1.5; }
.hero-card-footer {
  display: flex; gap: 16px; margin-top: 16px; padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,0.08); font-size: 0.8rem; color: var(--gray-400);
}
.hero-card-footer span { display: flex; align-items: center; gap: 6px; }

/* Hero plane scene — contained, not full-bleed */
.hero-plane-scene {
  margin-top: 20px; padding: 20px 24px;
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius-lg); overflow: hidden;
}
.plane-scene-label {
  display: flex; align-items: center; gap: 8px; font-size: 0.8rem; color: var(--gray-400); margin-bottom: 12px;
}
.pulse-dot {
  width: 8px; height: 8px; border-radius: 50%; background: #22c55e;
  animation: pulseDot 2s ease-in-out infinite;
}
@keyframes pulseDot { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.5; transform: scale(0.8); } }
.plane-route-track { position: relative; height: 80px; }
.plane-route-svg { width: 100%; height: 100%; }
.plane-flyer {
  position: absolute; top: 0; left: 0;
  color: var(--orange); font-size: 1.4rem;
  animation: planeFlyPath 6s ease-in-out infinite;
  filter: drop-shadow(0 4px 12px rgba(249,115,22,0.5));
}
.plane-flyer i { transform: rotate(-25deg); display: block; }
.plane-trail {
  position: absolute; right: 100%; top: 50%; width: 40px; height: 2px;
  background: linear-gradient(90deg, transparent, rgba(249,115,22,0.6));
  transform: translateY(-50%);
}
@keyframes planeFlyPath {
  0%   { left: 2%;  top: 70%; transform: rotate(-15deg); }
  25%  { left: 25%; top: 30%; transform: rotate(-10deg); }
  50%  { left: 50%; top: 45%; transform: rotate(-5deg); }
  75%  { left: 72%; top: 25%; transform: rotate(0deg); }
  100% { left: 92%; top: 40%; transform: rotate(5deg); }
}
.plane-scene-hubs {
  display: flex; justify-content: space-between; margin-top: 8px;
  font-size: 0.75rem; color: var(--gray-500);
}
.plane-scene-hubs i { color: var(--orange); margin-right: 4px; }
.track-form { display: flex; gap: 12px; }
.track-form input {
  flex: 1; padding: 14px 18px; border-radius: 10px; border: 1px solid rgba(255,255,255,0.15);
  background: rgba(255,255,255,0.08); color: var(--white); font-size: 1rem;
}
.track-form input::placeholder { color: var(--gray-400); }
.track-form input:focus { outline: none; border-color: var(--orange); }
.track-result { margin-top: 20px; padding: 16px; border-radius: 10px; background: rgba(255,255,255,0.05); display: none; }
.track-result.show { display: block; }

/* ===== SECTIONS ===== */
section { padding: 100px 0; }
.section-header { text-align: center; max-width: 600px; margin: 0 auto 60px; }
.section-header .badge,
.badge {
  display: inline-block; padding: 6px 16px; border-radius: 20px;
  background: rgba(249,115,22,0.1); color: var(--orange); font-weight: 600; font-size: 0.85rem; margin-bottom: 16px;
}
.section-header h2 { font-size: 2.4rem; font-weight: 700; margin-bottom: 16px; }
.section-header p { color: var(--gray-500); font-size: 1.05rem; }

/* Remove old full-bleed cargo plane — background only now */
.cargo-plane-wrap, .cargo-plane-secondary { display: none !important; }

/* ===== TRUST BAR ===== */
.trust-bar {
  background: var(--white); border-bottom: 1px solid var(--gray-200);
  padding: 28px 0; position: relative; z-index: 10;
}
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.trust-item {
  display: flex; align-items: center; gap: 14px; font-size: 1.5rem; color: var(--orange);
}
.trust-item .wwl-icon { width: 28px; height: 28px; flex-shrink: 0; }
.trust-item strong { display: block; font-size: 0.95rem; color: var(--navy); font-family: 'Outfit', sans-serif; }
.trust-item span { font-size: 0.82rem; color: var(--gray-500); }

/* ===== ABOUT ===== */
.about-section { background: var(--gray-50); }
.about-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 64px; align-items: center; }
.about-content .badge { margin-bottom: 16px; }
.about-content h2 { font-size: 2.4rem; margin-bottom: 20px; }
.about-content .lead { font-size: 1.1rem; color: var(--gray-600); margin-bottom: 16px; line-height: 1.7; }
.about-content p { color: var(--gray-500); margin-bottom: 20px; line-height: 1.7; }
.check-list { list-style: none; margin: 24px 0 32px; }
.check-list li {
  display: flex; align-items: flex-start; gap: 14px; padding: 12px 0;
  color: var(--gray-600); font-size: 0.95rem; line-height: 1.55;
}
.check-list li .wwl-icon { color: var(--green); margin-top: 2px; flex-shrink: 0; }
.about-card-stack { position: relative; min-height: 420px; }
.about-stat-card {
  position: absolute; background: var(--white); border-radius: var(--radius-lg);
  padding: 28px 32px; box-shadow: var(--shadow-lg); border: 1px solid var(--gray-200);
}
.about-stat-card:first-child { top: 0; left: 0; z-index: 2; }
.about-stat-card.accent { top: 80px; right: 0; z-index: 3; background: linear-gradient(135deg, var(--navy), var(--navy-mid)); border: none; }
.about-stat-card.accent .about-stat-num { color: var(--orange); }
.about-stat-card.accent .about-stat-label { color: var(--gray-300); }
.about-stat-num { font-family: 'Outfit', sans-serif; font-size: 2.8rem; font-weight: 800; color: var(--navy); display: block; }
.about-stat-label { font-size: 0.9rem; color: var(--gray-500); }
.about-pillar-grid {
  position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; z-index: 1;
  width: min(100%, 360px);
}
.about-pillar {
  text-align: center;
  animation: pillarFloat 4s ease-in-out infinite;
}
.about-pillar:nth-child(2) { animation-delay: -1s; }
.about-pillar:nth-child(3) { animation-delay: -2s; }
.about-pillar:nth-child(4) { animation-delay: -3s; }
@keyframes pillarFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}
.about-pillar-icon {
  width: 64px; height: 64px; margin: 0 auto 8px;
  background: linear-gradient(145deg, var(--white), var(--gray-50));
  border-radius: 16px; display: flex; align-items: center; justify-content: center;
  color: var(--orange); box-shadow: var(--shadow-lg);
  border: 1px solid var(--gray-200);
  position: relative; overflow: hidden;
}
.about-pillar-icon::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(249,115,22,0.12), transparent 60%);
}
.about-pillar-icon .wwl-icon { position: relative; z-index: 1; width: 26px; height: 26px; }
.about-pillar span {
  display: block; font-size: 0.78rem; font-weight: 700; color: var(--navy);
  letter-spacing: 0.02em; text-transform: uppercase;
}
.about-visual-glow {
  position: absolute; inset: 10% 5% auto 5%; height: 220px;
  background: radial-gradient(circle, rgba(249,115,22,0.14), transparent 70%);
  pointer-events: none; z-index: 0;
}

/* ===== SERVICES ===== */
.services-section { background: var(--white); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.service-card {
  padding: 32px; border-radius: var(--radius-lg); border: 1px solid var(--gray-200);
  background: var(--white); transition: all var(--transition);
}
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: transparent; }
.service-icon {
  width: 52px; height: 52px; border-radius: 12px; background: rgba(249,115,22,0.1);
  color: var(--orange); display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
}
.service-icon .wwl-icon { width: 24px; height: 24px; }
.service-card h3 { font-size: 1.15rem; margin-bottom: 10px; }
.service-card p { color: var(--gray-500); font-size: 0.92rem; line-height: 1.6; margin-bottom: 16px; }
.service-link { color: var(--orange); font-weight: 600; font-size: 0.9rem; display: inline-flex; align-items: center; gap: 6px; }
.service-link:hover { gap: 10px; }

/* ===== FEATURES ===== */
.features-section { background: var(--gray-50); }
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.feature-card {
  background: var(--white); border-radius: var(--radius-lg); padding: 32px;
  border: 1px solid var(--gray-200); transition: all var(--transition);
}
.feature-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: transparent; }
.feature-icon {
  width: 56px; height: 56px; border-radius: 14px; display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
}
.feature-icon .wwl-icon { width: 26px; height: 26px; }
.feature-icon.orange { background: rgba(249,115,22,0.1); color: var(--orange); }
.feature-icon.sky { background: rgba(56,189,248,0.1); color: var(--sky); }
.feature-icon.green { background: rgba(34,197,94,0.1); color: var(--green); }
.feature-card h3 { font-size: 1.15rem; margin-bottom: 10px; }
.feature-card p { color: var(--gray-500); font-size: 0.95rem; }

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

/* ===== STATS BAND ===== */
.stats-band {
  background: linear-gradient(135deg, var(--navy), var(--navy-mid));
  padding: 64px 0; position: relative; overflow: hidden;
}
.stats-band::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at 20% 50%, rgba(249,115,22,0.15), transparent 50%);
}
.stats-band-grid {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 24px; position: relative;
}
.stats-band-item { text-align: center; }
.stats-band-item .num {
  font-family: 'Outfit', sans-serif; font-size: 2.2rem; font-weight: 800;
  color: var(--orange); margin-bottom: 6px;
}
.stats-band-item .lbl { font-size: 0.85rem; color: var(--gray-400); }

/* ===== NETWORK SECTION ===== */
.network-section { background: var(--white); }
.network-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.network-card {
  padding: 32px 24px; border-radius: var(--radius-lg); border: 1px solid var(--gray-200);
  text-align: center; transition: all var(--transition);
}
.network-card:hover { border-color: var(--orange); box-shadow: var(--shadow-lg); transform: translateY(-2px); }
.network-icon {
  width: 56px; height: 56px; margin: 0 auto 16px; border-radius: 14px;
  background: rgba(249,115,22,0.1); color: var(--orange);
  display: flex; align-items: center; justify-content: center;
}
.network-icon .wwl-icon { width: 26px; height: 26px; }
.network-card h3 { font-size: 1.05rem; margin-bottom: 8px; }
.network-card p { font-size: 0.88rem; color: var(--gray-500); line-height: 1.5; }

.auto-carrier-notice {
  display: flex; gap: 14px; padding: 16px; margin-bottom: 20px;
  background: rgba(249,115,22,0.08); border: 1px solid rgba(249,115,22,0.2);
  border-radius: 10px; font-size: 0.9rem;
}
.auto-carrier-notice i { color: var(--orange); font-size: 1.3rem; margin-top: 2px; }
.auto-carrier-notice .wwl-icon { color: var(--orange); flex-shrink: 0; width: 22px; height: 22px; margin-top: 2px; }
.auto-carrier-notice p { color: var(--gray-500); font-size: 0.85rem; margin-top: 4px; }

.partners { background: var(--white); }
.partners-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.partner-card {
  text-align: center; padding: 32px 24px; border-radius: var(--radius-lg);
  border: 1px solid var(--gray-200); transition: all var(--transition); background: var(--white);
}
.partner-card:hover { border-color: var(--orange); box-shadow: var(--shadow-lg); transform: translateY(-2px); }
.partner-card h3 { font-size: 1.05rem; margin-bottom: 4px; }
.partner-code { color: var(--gray-400); font-size: 0.8rem; font-weight: 600; letter-spacing: 1px; margin-bottom: 12px; }
.partner-meta {
  display: flex; justify-content: center; gap: 16px; font-size: 0.85rem; color: var(--gray-500); margin-bottom: 16px;
}
.partner-features { list-style: none; text-align: left; font-size: 0.85rem; color: var(--gray-500); }
.partner-features li { display: flex; align-items: center; gap: 8px; padding: 4px 0; }
.partner-features i { color: var(--green); font-size: 0.75rem; }
.partner-card-cta { border-style: dashed; }
.partner-card-cta p { color: var(--gray-500); font-size: 0.88rem; margin: 12px 0 16px; }

/* ===== HOW IT WORKS ===== */
.how-section { background: var(--gray-50); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; position: relative; }
.step-card { text-align: center; position: relative; }
.step-num {
  width: 48px; height: 48px; border-radius: 50%; background: var(--orange); color: white;
  display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 1.1rem;
  margin: 0 auto 20px; position: relative; z-index: 1;
}
.step-card h3 { font-size: 1.05rem; margin-bottom: 8px; }
.step-card p { color: var(--gray-500); font-size: 0.9rem; line-height: 1.6; }

/* ===== WHY US ===== */
.why-section { background: var(--white); }
.why-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 64px; align-items: center; }
.why-content h2 { font-size: 2.4rem; margin-bottom: 16px; }
.why-content > p { color: var(--gray-500); margin-bottom: 32px; line-height: 1.7; }
.why-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.why-card {
  display: flex; gap: 14px; padding: 20px; border-radius: var(--radius);
  background: var(--gray-50); border: 1px solid var(--gray-200);
}
.why-card > i { font-size: 1.3rem; color: var(--orange); margin-top: 2px; }
.why-card > .wwl-icon { color: var(--orange); flex-shrink: 0; width: 22px; height: 22px; margin-top: 2px; }
.why-card strong { display: block; font-size: 0.95rem; margin-bottom: 4px; color: var(--navy); }
.why-card p { font-size: 0.85rem; color: var(--gray-500); line-height: 1.5; }
.dashboard-preview {
  background: var(--navy); border-radius: var(--radius-lg); padding: 28px;
  border: 1px solid rgba(255,255,255,0.1); box-shadow: var(--shadow-lg);
}
.dash-header {
  color: var(--gray-400); font-size: 0.8rem; margin-bottom: 24px; display: flex; align-items: center; gap: 6px;
}
.dash-header span { width: 8px; height: 8px; border-radius: 50%; background: var(--gray-600); display: inline-block; }
.dash-header span:first-child { background: #ef4444; }
.dash-header span:nth-child(2) { background: #eab308; }
.dash-header span:nth-child(3) { background: #22c55e; }
.dash-row { display: flex; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.06); }
.dash-label { color: var(--gray-400); font-size: 0.88rem; }
.dash-val { color: var(--white); font-weight: 700; font-family: 'Outfit', sans-serif; }
.dash-val.orange { color: var(--orange); }
.dash-val.green { color: var(--green); }
.dash-bar { height: 6px; background: rgba(255,255,255,0.1); border-radius: 3px; margin: 20px 0; overflow: hidden; }
.dash-bar div { height: 100%; background: linear-gradient(90deg, var(--orange), #fdba74); border-radius: 3px; }
.dash-partners { display: flex; gap: 8px; }
.dash-partners span {
  padding: 4px 10px; border-radius: 6px; font-size: 0.75rem; font-weight: 600;
  color: var(--gray-300); border: 1px solid; background: rgba(255,255,255,0.05);
}

/* ===== INDUSTRIES ===== */
.industries-section { background: var(--gray-50); }
.industries-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.industry-card {
  background: var(--white); padding: 28px; border-radius: var(--radius-lg);
  border: 1px solid var(--gray-200); text-align: center; transition: all var(--transition);
}
.industry-card:hover { border-color: var(--orange); box-shadow: var(--shadow); }
.industry-icon {
  width: 56px; height: 56px; margin: 0 auto 16px; border-radius: 50%;
  background: rgba(249,115,22,0.1); color: var(--orange);
  display: flex; align-items: center; justify-content: center;
}
.industry-icon .wwl-icon { width: 24px; height: 24px; }
.industry-card h3 { font-size: 1.05rem; margin-bottom: 8px; }
.industry-card p { font-size: 0.88rem; color: var(--gray-500); line-height: 1.5; }

/* ===== COVERAGE ===== */
.coverage-section { background: var(--white); }
.cities-grid { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.city-chip {
  padding: 10px 18px; border-radius: 24px; background: var(--gray-50);
  border: 1px solid var(--gray-200); font-size: 0.9rem; color: var(--gray-600);
  display: flex; align-items: center; gap: 8px; transition: all var(--transition);
}
.city-chip .wwl-icon { color: var(--orange); width: 14px; height: 14px; }
.city-chip i { color: var(--orange); font-size: 0.75rem; }
.city-chip:hover { border-color: var(--orange); background: rgba(249,115,22,0.05); }
.city-chip-more { background: var(--navy); color: var(--white); border-color: var(--navy); font-weight: 600; }

/* ===== TESTIMONIALS ===== */
.testimonials-section { background: linear-gradient(180deg, var(--gray-50), var(--white)); }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.testimonial-card {
  background: var(--white); padding: 32px; border-radius: var(--radius-lg);
  border: 1px solid var(--gray-200); transition: all var(--transition);
}
.testimonial-card:hover { box-shadow: var(--shadow-lg); }
.testimonial-stars { color: #fbbf24; margin-bottom: 16px; display: flex; gap: 4px; }
.testimonial-stars .wwl-icon { width: 16px; height: 16px; color: #fbbf24; }
.logo-icon .wwl-icon { width: 20px; height: 20px; color: #fff; }
.hero-card h3 .wwl-icon { width: 20px; height: 20px; color: var(--orange); }
.hero-card-footer .wwl-icon { width: 14px; height: 14px; color: var(--gray-400); }
.hero-eyebrow .wwl-icon { width: 14px; height: 14px; color: var(--orange); }
.service-link .wwl-icon { width: 14px; height: 14px; }
.faq-question .wwl-icon { width: 16px; height: 16px; transition: transform var(--transition); }
.faq-item.open .faq-question .wwl-icon { transform: rotate(180deg); }
.testimonial-text { color: var(--gray-600); font-size: 0.95rem; line-height: 1.7; margin-bottom: 24px; font-style: italic; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.author-avatar {
  width: 44px; height: 44px; border-radius: 50%; background: var(--orange);
  color: white; display: flex; align-items: center; justify-content: center; font-weight: 700;
}
.testimonial-author strong { display: block; font-size: 0.9rem; color: var(--navy); }
.testimonial-author span { font-size: 0.8rem; color: var(--gray-500); }

/* ===== FAQ ===== */
.faq-section { background: var(--white); }
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--gray-200); }
.faq-question {
  width: 100%; display: flex; justify-content: space-between; align-items: center;
  padding: 20px 0; font-size: 1.05rem; font-weight: 600; color: var(--navy);
  text-align: left; background: none; cursor: pointer;
}
.faq-question i { color: var(--gray-400); transition: transform var(--transition); font-size: 0.85rem; }
.faq-item.open .faq-question i { transform: rotate(180deg); color: var(--orange); }
.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-bottom: 20px; color: var(--gray-500); line-height: 1.7; font-size: 0.95rem; }

/* ===== CTA ===== */
.cta-section { padding: 80px 0; background: var(--gray-50); }
.cta-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; position: relative; }
.cta {
  background: linear-gradient(135deg, var(--navy), var(--navy-mid));
  border-radius: var(--radius-lg); padding: 60px; text-align: center; color: white;
  position: relative; overflow: hidden;
}
.cta::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(249,115,22,0.2), transparent 50%);
}
.cta h2 { color: white; font-size: 2.2rem; margin-bottom: 16px; position: relative; }
.cta p { color: var(--gray-300); margin-bottom: 32px; font-size: 1.1rem; position: relative; }
.cta .btn { position: relative; }

/* ===== FOOTER ===== */
.footer {
  background: var(--navy); color: var(--gray-400); padding: 60px 0 30px;
}
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.footer-brand p { line-height: 1.7; margin-bottom: 20px; }
.footer-social { display: flex; gap: 12px; }
.footer-social a {
  width: 36px; height: 36px; border-radius: 8px; background: rgba(255,255,255,0.08);
  display: flex; align-items: center; justify-content: center; color: var(--gray-400);
  transition: all var(--transition);
}
.footer-social a:hover { background: var(--orange); color: white; }
.footer-contact li { display: flex; align-items: flex-start; gap: 10px; }
.footer-contact i { color: var(--orange); margin-top: 3px; width: 16px; }
.partner-logo {
  width: 64px; height: 64px; border-radius: 50%; margin: 0 auto 16px;
  display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 1.1rem; color: white;
}
.footer h4 { color: var(--white); margin-bottom: 16px; font-size: 1rem; }
.footer ul { list-style: none; }
.footer ul li { margin-bottom: 10px; }
.footer ul a { color: var(--gray-400); transition: color var(--transition); }
.footer ul a:hover { color: var(--orange); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08); padding-top: 24px;
  display: flex; justify-content: space-between; align-items: center; font-size: 0.85rem;
}

/* ===== LOGIN ===== */
.login-page {
  min-height: 100vh; display: flex; align-items: center; justify-content: center;
  background: linear-gradient(160deg, var(--navy), var(--navy-mid));
  padding: 24px; position: relative; z-index: 10;
}
.login-card {
  background: var(--white); border-radius: var(--radius-lg); padding: 48px;
  width: 100%; max-width: 440px; box-shadow: var(--shadow-lg);
}
.login-card .logo { justify-content: center; margin-bottom: 8px; color: var(--navy) !important; }
.login-card .subtitle { text-align: center; color: var(--gray-500); margin-bottom: 32px; }
.role-tabs { display: flex; gap: 8px; margin-bottom: 28px; background: var(--gray-100); border-radius: 10px; padding: 4px; }
.role-tab {
  flex: 1; padding: 10px; border-radius: 8px; text-align: center; font-weight: 600;
  font-size: 0.9rem; color: var(--gray-500); transition: all var(--transition);
}
.role-tab.active { background: var(--white); color: var(--navy); box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-weight: 600; font-size: 0.9rem; margin-bottom: 8px; color: var(--gray-700); }
.form-group input, .form-group select, .form-group textarea {
  width: 100%; padding: 12px 16px; border: 1px solid var(--gray-300); border-radius: 10px;
  font-size: 0.95rem; transition: border-color var(--transition); background: var(--white);
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  outline: none; border-color: var(--orange); box-shadow: 0 0 0 3px var(--orange-glow);
}
.form-group .hint { font-size: 0.8rem; color: var(--gray-400); margin-top: 6px; }
.login-card .btn-primary { width: 100%; margin-top: 8px; }
.demo-creds {
  margin-top: 24px; padding: 16px; background: var(--gray-50); border-radius: 10px;
  font-size: 0.85rem; color: var(--gray-500); text-align: center;
}
.demo-creds strong { color: var(--navy); }

/* ===== DASHBOARD LAYOUT ===== */
.dashboard { display: flex; min-height: 100vh; }
.sidebar {
  width: 260px; background: var(--navy); color: var(--gray-300); padding: 24px 0;
  position: fixed; top: 0; left: 0; bottom: 0; z-index: 100; overflow-y: auto;
  transition: transform var(--transition);
}
.sidebar .logo { padding: 0 24px; margin-bottom: 32px; color: var(--white); }
.sidebar .logo-icon { width: 36px; height: 36px; font-size: 1rem; }
.sidebar .role-badge {
  margin: 0 24px 24px; padding: 8px 12px; border-radius: 8px; font-size: 0.8rem; font-weight: 600;
  text-align: center;
}
.role-badge.admin { background: rgba(249,115,22,0.15); color: var(--orange); }
.role-badge.staff { background: rgba(56,189,248,0.15); color: var(--sky); }
.sidebar-nav { list-style: none; }
.sidebar-nav a {
  display: flex; align-items: center; gap: 12px; padding: 12px 24px;
  color: var(--gray-400); font-weight: 500; transition: all var(--transition); font-size: 0.95rem;
}
.sidebar-nav a:hover, .sidebar-nav a.active { color: var(--white); background: rgba(255,255,255,0.06); }
.sidebar-nav a.active { border-right: 3px solid var(--orange); }
.sidebar-nav .icon { font-size: 1.2rem; width: 24px; text-align: center; }
.sidebar-footer { padding: 24px; margin-top: auto; position: absolute; bottom: 0; left: 0; right: 0; }
.sidebar-footer .user-info { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.user-avatar {
  width: 36px; height: 36px; border-radius: 50%; background: var(--orange);
  display: flex; align-items: center; justify-content: center; color: white; font-weight: 700; font-size: 0.85rem;
}
.user-name { font-weight: 600; color: var(--white); font-size: 0.9rem; }
.user-role { font-size: 0.75rem; color: var(--gray-400); }

.main-content { margin-left: 260px; flex: 1; min-height: 100vh; }
.topbar {
  background: var(--white); border-bottom: 1px solid var(--gray-200); padding: 16px 32px;
  display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0; z-index: 50;
}
.topbar h1 { font-size: 1.4rem; font-weight: 700; }
.topbar-actions { display: flex; align-items: center; gap: 12px; }
.page-content { padding: 32px; }

/* ===== CARDS & STATS ===== */
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-bottom: 32px; }
.stat-card {
  background: var(--white); border-radius: var(--radius-lg); padding: 24px;
  border: 1px solid var(--gray-200); transition: all var(--transition);
}
.stat-card:hover { box-shadow: var(--shadow); }
.stat-card .stat-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.stat-card .stat-icon {
  width: 44px; height: 44px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.2rem;
}
.stat-card .stat-value { font-family: 'Outfit', sans-serif; font-size: 1.8rem; font-weight: 700; color: var(--navy); }
.stat-card .stat-title { font-size: 0.85rem; color: var(--gray-500); }
.stat-card .stat-change { font-size: 0.8rem; font-weight: 600; margin-top: 8px; }
.stat-change.up { color: var(--green); }
.stat-change.down { color: var(--red); }

.card {
  background: var(--white); border-radius: var(--radius-lg); border: 1px solid var(--gray-200);
  overflow: hidden;
}
.card-header {
  padding: 20px 24px; border-bottom: 1px solid var(--gray-200);
  display: flex; align-items: center; justify-content: space-between;
}
.card-header h3 { font-size: 1.05rem; font-weight: 600; }
.card-body { padding: 24px; }

/* ===== TABLES ===== */
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; }
th, td { padding: 14px 16px; text-align: left; font-size: 0.9rem; }
th { background: var(--gray-50); font-weight: 600; color: var(--gray-600); font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.5px; }
td { border-bottom: 1px solid var(--gray-100); }
tr:hover td { background: var(--gray-50); }

.badge {
  display: inline-block; padding: 4px 12px; border-radius: 20px; font-size: 0.78rem; font-weight: 600;
}
.badge-success { background: rgba(34,197,94,0.1); color: var(--green); }
.badge-warning { background: rgba(234,179,8,0.1); color: #b45309; }
.badge-info { background: rgba(56,189,248,0.1); color: #0284c7; }
.badge-danger { background: rgba(239,68,68,0.1); color: var(--red); }
.badge-neutral { background: var(--gray-100); color: var(--gray-600); }

/* ===== MODAL ===== */
.modal-overlay {
  position: fixed; inset: 0; background: rgba(10,22,40,0.5); backdrop-filter: blur(4px);
  z-index: 2000; display: none; align-items: center; justify-content: center; padding: 24px;
}
.modal-overlay.show { display: flex; }
.modal {
  background: var(--white); border-radius: var(--radius-lg); width: 100%; max-width: 560px;
  max-height: 90vh; overflow-y: auto; box-shadow: var(--shadow-lg);
}
.modal-header {
  padding: 24px; border-bottom: 1px solid var(--gray-200);
  display: flex; align-items: center; justify-content: space-between;
}
.modal-header h3 { font-size: 1.15rem; }
.modal-close { font-size: 1.5rem; color: var(--gray-400); }
.modal-close:hover { color: var(--navy); }
.modal-body { padding: 24px; }
.modal-footer { padding: 16px 24px; border-top: 1px solid var(--gray-200); display: flex; gap: 12px; justify-content: flex-end; }

/* ===== RATE CALCULATOR ===== */
.rate-preview {
  background: var(--gray-50); border-radius: 10px; padding: 20px; margin-top: 16px;
}
.rate-row { display: flex; justify-content: space-between; padding: 8px 0; font-size: 0.9rem; }
.rate-row.total { border-top: 2px solid var(--gray-200); margin-top: 8px; padding-top: 12px; font-weight: 700; font-size: 1.05rem; color: var(--navy); }
.rate-row .label { color: var(--gray-500); }

/* ===== TIMELINE ===== */
.timeline { position: relative; padding-left: 28px; }
.timeline::before { content: ''; position: absolute; left: 8px; top: 0; bottom: 0; width: 2px; background: var(--gray-200); }
.timeline-item { position: relative; padding-bottom: 24px; }
.timeline-item::before {
  content: ''; position: absolute; left: -24px; top: 4px; width: 12px; height: 12px;
  border-radius: 50%; background: var(--gray-300); border: 2px solid var(--white);
}
.timeline-item.active::before { background: var(--orange); box-shadow: 0 0 0 4px var(--orange-glow); }
.timeline-item.done::before { background: var(--green); }
.timeline-item .time { font-size: 0.8rem; color: var(--gray-400); }
.timeline-item .event { font-weight: 600; color: var(--navy); font-size: 0.95rem; }
.timeline-item .location { font-size: 0.85rem; color: var(--gray-500); }

/* ===== API KEY ===== */
.api-key-box {
  display: flex; align-items: center; gap: 12px; background: var(--gray-50);
  border: 1px solid var(--gray-200); border-radius: 10px; padding: 12px 16px; font-family: monospace; font-size: 0.85rem;
}
.api-key-box code { flex: 1; word-break: break-all; color: var(--navy); }

/* ===== GRID LAYOUTS ===== */
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

/* ===== TOAST ===== */
.toast-container { position: fixed; top: 24px; right: 24px; z-index: 3000; display: flex; flex-direction: column; gap: 8px; }
.toast {
  padding: 14px 20px; border-radius: 10px; color: white; font-weight: 500; font-size: 0.9rem;
  box-shadow: var(--shadow-lg); animation: slideIn 0.3s ease; min-width: 280px;
}
.toast.success { background: var(--green); }
.toast.error { background: var(--red); }
.toast.info { background: var(--sky); }
@keyframes slideIn { from { transform: translateX(100%); opacity: 0; } to { transform: translateX(0); opacity: 1; } }

/* ===== PAGE SECTIONS (SPA) ===== */
.page-section { display: none; }
.page-section.active { display: block; }

/* ===== EMPTY STATE ===== */
.empty-state { text-align: center; padding: 60px 20px; color: var(--gray-400); }
.empty-state .icon { font-size: 3rem; margin-bottom: 16px; }
.empty-state h3 { color: var(--gray-600); margin-bottom: 8px; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .hero .container { grid-template-columns: 1fr; }
  .about-grid, .why-grid { grid-template-columns: 1fr; }
  .about-visual { order: -1; min-height: 300px; }
  .services-grid, .features-grid, .network-grid, .industries-grid, .testimonials-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-band-grid { grid-template-columns: repeat(3, 1fr); }
  .industries-grid, .testimonials-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .why-cards { grid-template-columns: 1fr; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .grid-2, .grid-3 { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .nav-links, .nav-actions .btn-outline { display: none; }
  .mobile-toggle { display: block; }
  .nav-links.open {
    display: flex; flex-direction: column; position: absolute; top: 72px; left: 0; right: 0;
    background: rgba(10, 22, 40, 0.98); padding: 24px; gap: 16px;
    border-bottom: 1px solid rgba(255,255,255,0.08); backdrop-filter: blur(16px);
  }
  .hero { padding: 120px 0 60px; }
  .hero-content h1 { font-size: 2.4rem; }
  .hero-stats { gap: 24px; flex-wrap: wrap; }
  .trust-grid { grid-template-columns: 1fr; }
  .services-grid, .features-grid, .network-grid, .industries-grid, .testimonials-grid { grid-template-columns: 1fr; }
  .stats-band-grid { grid-template-columns: repeat(2, 1fr); }
  .about-stat-card { position: relative; margin-bottom: 16px; }
  .about-card-stack { min-height: auto; }
  .about-pillar-grid { position: relative; transform: none; left: auto; margin-top: 24px; width: 100%; }
  .stats-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .sidebar { transform: translateX(-100%); }
  .sidebar.open { transform: translateX(0); }
  .main-content { margin-left: 0; }
  .cta { padding: 40px 24px; }
  .login-card { padding: 32px 24px; }
  .topbar { padding: 12px 16px; }
  .page-content { padding: 16px; }
  .track-form { flex-direction: column; }
}
