/* ===========================
   AETHERTRAX — SUB-PAGE STYLES
   =========================== */

/* ---- PAGE HERO ---- */
.page-hero {
  background: linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 50%, var(--navy-light) 100%);
  min-height: 480px;
  display: flex;
  align-items: center;
  padding: 80px 32px;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute;
  top: -30%;
  right: -5%;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(26,126,168,0.12) 0%, transparent 70%);
}
.page-hero-content {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.page-hero-content-center {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
.page-hero-center {
  padding: 100px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(26,126,168,0.2);
  color: var(--teal-light);
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 0.82rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.page-hero-text h1 {
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 18px;
}
.page-hero-content-center h1 {
  font-size: 2.6rem;
}
.page-hero-text p {
  color: #aabcd4;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 28px;
}
.page-hero-content-center p {
  color: #aabcd4;
  font-size: 1.1rem;
  line-height: 1.7;
}
.page-hero-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ---- BENEFITS BAR ---- */
.benefits-bar {
  background: var(--white);
  padding: 40px 32px;
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--grey-mid);
}
.benefit-item {
  text-align: center;
  max-width: 200px;
}
.benefit-item i {
  font-size: 2rem;
  color: var(--teal);
  margin-bottom: 10px;
}
.benefit-item strong {
  display: block;
  font-size: 0.95rem;
  color: var(--navy);
  margin-bottom: 4px;
}
.benefit-item span {
  font-size: 0.82rem;
  color: var(--grey-dark);
}

/* ---- FEATURES SECTION ---- */
.features-section {
  background: var(--grey-bg);
  padding: 80px 32px;
}
.features-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.feature-block {
  background: var(--white);
  border-radius: 10px;
  padding: 32px 28px;
  border: 1px solid var(--grey-mid);
  transition: all 0.25s;
}
.feature-block:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(43,76,126,0.12);
}
.feature-icon-lg {
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, var(--navy), var(--teal));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.feature-icon-lg i { color: var(--white); font-size: 1.3rem; }
.feature-block h3 { font-size: 1.05rem; font-weight: 700; color: var(--navy); margin-bottom: 10px; }
.feature-block p { font-size: 0.88rem; color: var(--text-mid); line-height: 1.7; }

/* ---- HOW IT WORKS ---- */
.how-it-works {
  background: linear-gradient(135deg, var(--navy-dark), var(--navy));
  padding: 80px 32px;
}
.steps-grid {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.step-card {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 12px;
  padding: 32px 24px;
  text-align: center;
}
.step-number {
  width: 48px;
  height: 48px;
  background: var(--teal);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0 auto 18px;
}
.step-card h3 { color: var(--white); font-size: 1.05rem; margin-bottom: 10px; }
.step-card p { color: #aabcd4; font-size: 0.88rem; line-height: 1.7; }

/* ---- SPECS SECTION ---- */
.specs-section {
  background: var(--white);
  padding: 80px 32px;
}
.specs-container {
  max-width: 800px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.spec-row {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid var(--grey-mid);
}
.spec-label { font-weight: 600; color: var(--navy); font-size: 0.88rem; }
.spec-val { color: var(--text-mid); font-size: 0.88rem; }

/* ---- ROI SECTION ---- */
.roi-section {
  background: var(--grey-bg);
  padding: 80px 32px;
}
.roi-content {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.roi-content h2 {
  font-size: 2rem;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 40px;
}
.roi-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.roi-stat {
  background: var(--white);
  border-radius: 12px;
  padding: 32px 20px;
  border-top: 4px solid var(--teal);
}
.roi-num {
  display: block;
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 8px;
}
.roi-label {
  font-size: 0.82rem;
  color: var(--grey-dark);
  line-height: 1.5;
}

/* ---- CTA SECTION ---- */
.cta-section {
  background: linear-gradient(135deg, var(--navy-dark), var(--navy));
  padding: 70px 32px;
  text-align: center;
}
.cta-content {
  max-width: 600px;
  margin: 0 auto;
}
.cta-content h2 {
  font-size: 2rem;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 16px;
}
.cta-content p {
  color: #aabcd4;
  font-size: 1rem;
  margin-bottom: 28px;
}

/* ---- DASHCAM MOCKUP ---- */
.dashcam-mockup {
  width: 100%;
  max-width: 420px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.4);
}
.dc-screen {
  background: #0a0e1a;
}
.dc-road-view {
  height: 260px;
  position: relative;
  background: linear-gradient(180deg, #1a2a45 0%, #2a3a55 60%, #3a4a65 100%);
  overflow: hidden;
}
.dc-horizon {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(255,255,255,0.15);
}
.dc-lane {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 4px;
  height: 100px;
  background: rgba(255,255,255,0.3);
  transform-origin: bottom;
}
.dc-lane-1 { transform: translateX(-30px) skewX(-15deg); }
.dc-lane-2 { transform: translateX(30px) skewX(15deg); }
.dc-car-ahead {
  position: absolute;
  bottom: 45%;
  left: 45%;
  width: 50px;
  height: 30px;
  background: #475569;
  border-radius: 6px 6px 4px 4px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}
.dc-car-ahead::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 8px;
  right: 8px;
  height: 6px;
  background: #ef4444;
  border-radius: 2px;
  opacity: 0.8;
}
.dc-overlay {
  position: absolute;
  top: 8px;
  left: 10px;
  right: 10px;
  display: flex;
  justify-content: space-between;
  font-size: 0.7rem;
  color: rgba(255,255,255,0.8);
}
.dc-rec { color: #ef4444; display: flex; align-items: center; gap: 4px; }
.rec-dot {
  width: 8px;
  height: 8px;
  background: #ef4444;
  border-radius: 50%;
  animation: pulse 1.5s infinite;
}
.dc-timestamp { font-family: monospace; }
.dc-speed {
  position: absolute;
  bottom: 8px;
  left: 10px;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--white);
}
.dc-ai-alert {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(239,68,68,0.9);
  color: white;
  padding: 6px 16px;
  border-radius: 6px;
  font-size: 0.78rem;
  font-weight: 600;
  white-space: nowrap;
  animation: pulse 2s infinite;
}
.dc-info-bar {
  background: var(--navy-dark);
  padding: 10px 16px;
  display: flex;
  justify-content: space-around;
  font-size: 0.72rem;
  color: #aabcd4;
}
.dc-info-bar i { color: var(--teal-light); margin-right: 4px; }

/* ---- GPS TRACKING MOCKUP ---- */
.tracking-mockup {
  width: 100%;
  max-width: 420px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.4);
  background: var(--navy-dark);
}
.tm-header {
  padding: 12px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  color: #aabcd4;
  border-bottom: 1px solid rgba(26,126,168,0.3);
}
.tm-map {
  height: 200px;
  border-radius: 8px;
  overflow: hidden;
  margin: 8px;
}
.tm-vehicle-list {
  padding: 8px 12px 12px;
}
.tm-vrow {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 10px;
  border-radius: 6px;
  margin-bottom: 4px;
  transition: background 0.15s;
}
.tm-vrow:hover, .tm-vrow.active { background: rgba(26,126,168,0.15); }
.tm-vrow i { color: var(--teal-light); font-size: 1rem; }
.tm-vrow div { flex: 1; display: flex; flex-direction: column; }
.tm-vrow div strong { color: #ccd9e8; font-size: 0.85rem; }
.tm-vrow div span { color: #7a8a9a; font-size: 0.72rem; }
.tm-status { font-size: 0.72rem; color: #4ade80; font-weight: 600; }
.tm-status.idle { color: #f59e0b; }

/* ---- ASSET TRACKING MOCKUP ---- */
.asset-mockup {
  width: 100%;
  max-width: 420px;
}
.asset-card-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.asset-card {
  background: var(--white);
  border-radius: 10px;
  padding: 20px 16px;
  border: 1px solid var(--grey-mid);
  text-align: center;
  box-shadow: 0 4px 16px rgba(43,76,126,0.08);
}
.asset-card i { font-size: 1.8rem; color: var(--teal); margin-bottom: 10px; display: block; }
.asset-card strong { display: block; font-size: 0.9rem; color: var(--navy); margin-bottom: 4px; }
.asset-card span { display: block; font-size: 0.78rem; color: var(--text-mid); margin-bottom: 4px; }
.asset-ok { color: #16a34a !important; font-weight: 600; font-size: 0.72rem !important; }
.asset-warn { color: #f59e0b !important; font-weight: 600; font-size: 0.72rem !important; }

/* ---- ELD MOCKUP ---- */
.eld-mockup {
  width: 100%;
  max-width: 340px;
  background: var(--navy-dark);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.4);
  border: 2px solid rgba(26,126,168,0.3);
}
.eld-phone {
  padding: 20px;
}
.eld-status-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(26,126,168,0.2);
}
.eld-status-bar span { color: #aabcd4; font-size: 0.85rem; }
.eld-driving { color: #4ade80 !important; }
.eld-clock-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
  margin-bottom: 20px;
}
.eld-clock {
  text-align: center;
  background: rgba(255,255,255,0.05);
  border-radius: 8px;
  padding: 12px 8px;
}
.eld-clock-label { display: block; font-size: 0.68rem; color: #7a8a9a; margin-bottom: 4px; }
.eld-clock-val { display: block; font-size: 1.1rem; font-weight: 700; color: var(--teal-light); }
.eld-clock-max { display: block; font-size: 0.65rem; color: #7a8a9a; margin-top: 2px; }
.eld-progress {
  height: 4px;
  background: rgba(255,255,255,0.1);
  border-radius: 2px;
  margin-top: 6px;
  overflow: hidden;
}
.eld-bar { height: 100%; background: var(--teal); border-radius: 2px; }
.eld-bar.eld-warn { background: #f59e0b; }
.eld-actions {
  display: flex;
  gap: 8px;
}
.eld-btn {
  flex: 1;
  text-align: center;
  padding: 10px 4px;
  border-radius: 8px;
  font-size: 0.78rem;
  color: #aabcd4;
  background: rgba(255,255,255,0.05);
}
.eld-btn i { display: block; margin-bottom: 4px; }
.eld-btn.active { background: var(--teal); color: var(--white); }

/* ---- DRIVER SCORECARD MOCKUP ---- */
.driver-scorecard {
  width: 100%;
  max-width: 400px;
  background: var(--white);
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.15);
  overflow: hidden;
}
.ds-header {
  background: var(--navy);
  color: var(--white);
  padding: 16px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ds-header h3 { font-size: 1rem; font-weight: 700; }
.ds-period { font-size: 0.78rem; color: #aabcd4; }
.ds-drivers { padding: 16px 20px; }
.ds-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.ds-name {
  width: 100px;
  font-size: 0.85rem;
  color: var(--text-dark);
  display: flex;
  align-items: center;
  gap: 6px;
}
.ds-bar { flex: 1; height: 8px; background: var(--grey-bg); border-radius: 4px; overflow: hidden; }
.ds-fill { height: 100%; border-radius: 4px; }
.ds-score { font-weight: 700; font-size: 0.95rem; color: var(--navy); width: 28px; text-align: right; }
.ds-summary {
  display: flex;
  justify-content: space-around;
  padding: 14px 20px;
  border-top: 1px solid var(--grey-mid);
  background: var(--grey-bg);
}
.ds-summary span { font-size: 0.78rem; color: var(--text-mid); }
.ds-summary strong { color: var(--navy); }

/* ---- MAINTENANCE MOCKUP ---- */
.maintenance-mockup {
  width: 100%;
  max-width: 400px;
  background: var(--white);
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.15);
  overflow: hidden;
}
.mm-header {
  background: var(--navy);
  color: var(--white);
  padding: 16px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mm-header h3 { font-size: 1rem; }
.mm-header span { font-size: 0.78rem; color: #f59e0b; font-weight: 600; }
.mm-alerts { padding: 8px 12px; }
.mm-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 10px;
  border-bottom: 1px solid var(--grey-mid);
}
.mm-row i { font-size: 1.2rem; }
.mm-row.urgent i { color: #ef4444; }
.mm-row.soon i { color: #f59e0b; }
.mm-row.done i { color: #16a34a; }
.mm-row div { flex: 1; display: flex; flex-direction: column; }
.mm-row div strong { font-size: 0.85rem; color: var(--navy); }
.mm-row div span { font-size: 0.72rem; color: var(--grey-dark); }
.mm-badge {
  font-size: 0.65rem;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 4px;
}
.mm-row.urgent .mm-badge { background: #ef4444; color: white; }
.mm-row.soon .mm-badge { background: #f59e0b; color: white; }
.mm-badge.done { background: #16a34a; color: white; }

/* ---- COMPLIANCE BAR ---- */
.compliance-bar {
  background: var(--grey-bg);
  padding: 30px 32px;
}
.compliance-content {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 20px;
  background: var(--white);
  border-radius: 10px;
  padding: 24px 28px;
  border-left: 4px solid var(--teal);
}
.compliance-content i { font-size: 2rem; color: var(--teal); }
.compliance-content strong { display: block; color: var(--navy); font-size: 1rem; margin-bottom: 4px; }
.compliance-content p { color: var(--text-mid); font-size: 0.85rem; }

/* ---- INTEGRATION SECTION ---- */
.integration-section {
  background: linear-gradient(135deg, var(--navy-dark), var(--navy));
  padding: 60px 32px;
}
.integration-grid {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}
.integration-card {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 10px;
  padding: 24px 12px;
  text-align: center;
  transition: all 0.2s;
}
.integration-card:hover {
  background: rgba(26,126,168,0.25);
  border-color: var(--teal);
}
.integration-card i { font-size: 1.6rem; color: var(--teal-light); display: block; margin-bottom: 8px; }
.integration-card span { font-size: 0.75rem; color: #ccd9e8; }

/* ---- ASSET TYPES SECTION ---- */
.asset-types-section {
  background: linear-gradient(135deg, var(--navy-dark), var(--navy));
  padding: 80px 32px;
}
.asset-types-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.asset-type {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 10px;
  padding: 28px 16px;
  text-align: center;
  transition: all 0.2s;
}
.asset-type:hover {
  background: rgba(26,126,168,0.25);
  border-color: var(--teal);
}
.asset-type i { font-size: 1.8rem; color: var(--teal-light); display: block; margin-bottom: 10px; }
.asset-type span { font-size: 0.82rem; color: #ccd9e8; font-weight: 500; }

/* ---- COACHING SECTION ---- */
.coaching-section {
  background: var(--white);
  padding: 80px 32px;
}
.coaching-content { max-width: 900px; margin: 0 auto; }
.coaching-text h2 { font-size: 2rem; font-weight: 800; color: var(--navy); margin-bottom: 16px; }
.coaching-text > p { color: var(--text-mid); font-size: 1rem; margin-bottom: 24px; line-height: 1.7; }
.coaching-list { list-style: none; padding: 0; }
.coaching-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  font-size: 0.92rem;
  color: var(--text-mid);
  line-height: 1.6;
}
.coaching-list i { color: var(--teal); font-size: 1.1rem; margin-top: 2px; flex-shrink: 0; }

/* ---- STORY SECTION ---- */
.story-section {
  background: var(--white);
  padding: 80px 32px;
}
.story-content {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 50px;
  align-items: center;
}
.story-text h2 { font-size: 2rem; font-weight: 800; color: var(--navy); margin-bottom: 20px; }
.story-text p { color: var(--text-mid); font-size: 0.95rem; line-height: 1.8; margin-bottom: 16px; }
.story-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.story-stat {
  background: var(--grey-bg);
  border-radius: 10px;
  padding: 24px 16px;
  text-align: center;
  border-top: 3px solid var(--teal);
}
.ss-num { display: block; font-size: 1.6rem; font-weight: 800; color: var(--navy); }
.ss-label { font-size: 0.78rem; color: var(--grey-dark); margin-top: 4px; display: block; }

/* ---- VALUES SECTION ---- */
.values-section {
  background: linear-gradient(135deg, var(--navy-dark), var(--navy));
  padding: 80px 32px;
}
.values-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.value-card {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 10px;
  padding: 28px 22px;
  text-align: center;
}
.value-card i { font-size: 2rem; color: var(--teal-light); margin-bottom: 14px; }
.value-card h3 { color: var(--white); font-size: 1rem; margin-bottom: 10px; }
.value-card p { color: #aabcd4; font-size: 0.82rem; line-height: 1.6; }

/* ---- PRICING ---- */
.pricing-section {
  background: var(--grey-bg);
  padding: 60px 32px 80px;
}
.pricing-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
}
.pricing-card {
  background: var(--white);
  border-radius: 12px;
  padding: 36px 28px;
  border: 1px solid var(--grey-mid);
  position: relative;
  display: flex;
  flex-direction: column;
}
.pricing-card.featured {
  border: 2px solid var(--teal);
  box-shadow: 0 12px 36px rgba(26,126,168,0.15);
  transform: scale(1.03);
}
.pc-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--teal);
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 700;
  padding: 4px 16px;
  border-radius: 20px;
  letter-spacing: 0.5px;
}
.pc-header h3 { font-size: 1.3rem; font-weight: 800; color: var(--navy); }
.pc-desc { font-size: 0.82rem; color: var(--grey-dark); }
.pc-price { margin: 20px 0; }
.pc-amount { font-size: 2.5rem; font-weight: 800; color: var(--navy); }
.pc-period { font-size: 0.85rem; color: var(--grey-dark); }
.pc-features {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  flex: 1;
}
.pc-features li {
  padding: 8px 0;
  font-size: 0.85rem;
  color: var(--text-mid);
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.pc-features i { color: var(--teal); font-size: 0.85rem; margin-top: 2px; }
.btn-secondary-dark {
  background: transparent;
  color: var(--navy);
  padding: 13px 28px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.5px;
  display: inline-block;
  border: 2px solid var(--navy);
  text-align: center;
  transition: all 0.2s;
  cursor: pointer;
}
.btn-secondary-dark:hover { background: var(--navy); color: var(--white); }

/* ---- HARDWARE PRICING ---- */
.hardware-pricing {
  background: var(--white);
  padding: 80px 32px;
}
.hardware-grid {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.hw-card {
  text-align: center;
  border: 1px solid var(--grey-mid);
  border-radius: 12px;
  padding: 32px 20px;
}
.hw-card i { font-size: 2rem; color: var(--teal); margin-bottom: 12px; display: block; }
.hw-card h3 { font-size: 1.05rem; color: var(--navy); margin-bottom: 6px; }
.hw-card p { font-size: 0.82rem; color: var(--grey-dark); margin-bottom: 16px; }
.hw-price { display: block; font-size: 2rem; font-weight: 800; color: var(--navy); }
.hw-note { font-size: 0.78rem; color: var(--grey-dark); }

/* ---- FAQ ---- */
.faq-section {
  background: var(--grey-bg);
  padding: 80px 32px;
}
.faq-list {
  max-width: 700px;
  margin: 0 auto;
}
.faq-item {
  background: var(--white);
  border-radius: 8px;
  margin-bottom: 12px;
  overflow: hidden;
}
.faq-item h3 {
  padding: 18px 24px;
  font-size: 0.95rem;
  color: var(--navy);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-item h3 i { transition: transform 0.2s; }
.faq-item.open h3 i { transform: rotate(180deg); }
.faq-item p {
  padding: 0 24px 18px;
  font-size: 0.88rem;
  color: var(--text-mid);
  line-height: 1.7;
  display: none;
}
.faq-item.open p { display: block; }

/* ---- INDUSTRIES DETAIL ---- */
.industries-detail-section {
  background: var(--grey-bg);
  padding: 80px 32px;
}
.industries-detail-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.industry-detail-card {
  background: var(--white);
  border-radius: 10px;
  padding: 32px 28px;
  border: 1px solid var(--grey-mid);
  border-top: 4px solid var(--teal);
  transition: all 0.25s;
}
.industry-detail-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(43,76,126,0.12);
}
.id-icon {
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, var(--navy), var(--teal));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.id-icon i { color: var(--white); font-size: 1.2rem; }
.industry-detail-card h3 { font-size: 1.1rem; font-weight: 700; color: var(--navy); margin-bottom: 10px; }
.industry-detail-card > p { font-size: 0.88rem; color: var(--text-mid); line-height: 1.7; margin-bottom: 16px; }
.industry-detail-card ul {
  list-style: none;
  padding: 0;
}
.industry-detail-card li {
  font-size: 0.82rem;
  color: var(--text-mid);
  padding: 4px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.industry-detail-card li::before {
  content: '✓';
  color: var(--teal);
  font-weight: 700;
}

/* ---- CONTACT FORM ENHANCEMENTS ---- */
.contact-features {
  margin-top: 28px;
}
.contact-features p {
  font-size: 0.88rem;
  color: var(--text-mid);
  margin-bottom: 8px;
}
.contact-features i { color: var(--teal); margin-right: 8px; }

/* ===========================
   MOBILE RESPONSIVE
   =========================== */

@media (max-width: 1024px) {
  .features-grid, .industries-detail-grid { grid-template-columns: repeat(2, 1fr); }
  .integration-grid { grid-template-columns: repeat(3, 1fr); }
  .asset-types-grid { grid-template-columns: repeat(4, 1fr); }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .topbar { display: none; }
  .nav-container { padding: 0 16px; height: 60px; }
  .logo { font-size: 1.3rem; }
  .nav-links {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    background: var(--white);
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
    gap: 0;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    display: none;
    max-height: calc(100vh - 60px);
    overflow-y: auto;
  }
  .nav-links.open { display: flex; }
  .nav-item { width: 100%; }
  .nav-item > a { padding: 12px 0; width: 100%; justify-content: space-between; }
  .dropdown-menu {
    position: static;
    box-shadow: none;
    border: none;
    min-width: 100%;
    padding-left: 16px;
  }
  .nav-item:hover .dropdown-menu { display: none; }
  .nav-item.open .dropdown-menu { display: block; }
  .nav-cta { margin: 8px 0; width: 100%; text-align: center; }

  .hero { padding: 40px 16px; min-height: auto; }
  .hero-content, .page-hero-content { grid-template-columns: 1fr; gap: 30px; }
  .hero-text h1 { font-size: 1.8rem; }
  .page-hero-text h1 { font-size: 1.7rem; }
  .page-hero { padding: 50px 16px; min-height: auto; }
  .page-hero-content-center h1 { font-size: 1.9rem; }
  .hero-visual, .page-hero-visual { order: -1; }

  .stats-bar { gap: 30px; padding: 24px 16px; }
  .stat strong { font-size: 1.4rem; }

  .services, .features-section, .specs-section, .roi-section, .faq-section,
  .industries-detail-section, .story-section, .coaching-section { padding: 50px 16px; }
  .services-grid, .features-grid { grid-template-columns: 1fr; }
  .industries-detail-grid { grid-template-columns: 1fr; }

  .industries-grid { grid-template-columns: repeat(3, 1fr); }
  .industries { padding: 50px 16px; }

  .why-us { padding: 50px 16px; }
  .why-content { grid-template-columns: 1fr; gap: 30px; }
  .metric-cards { grid-template-columns: 1fr 1fr; }

  .testimonials { padding: 50px 16px; }
  .testimonials-grid { grid-template-columns: 1fr; }

  .contact { padding: 50px 16px; }
  .contact-container { grid-template-columns: 1fr; gap: 30px; }

  .footer-container { grid-template-columns: 1fr; padding: 32px 16px; text-align: center; }
  .footer-links { flex-direction: column; gap: 20px; }

  .steps-grid { grid-template-columns: 1fr; }
  .roi-stats { grid-template-columns: 1fr 1fr; }
  .specs-container { grid-template-columns: 1fr; }
  .asset-card-row { grid-template-columns: 1fr; }
  .eld-clock-grid { grid-template-columns: 1fr 1fr 1fr; gap: 8px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .pricing-card.featured { transform: none; }
  .hardware-grid { grid-template-columns: 1fr; }
  .benefits-bar { gap: 20px; }
  .integration-grid { grid-template-columns: repeat(2, 1fr); }
  .asset-types-grid { grid-template-columns: repeat(2, 1fr); }
  .values-grid { grid-template-columns: 1fr; }
  .story-content { grid-template-columns: 1fr; }
  .story-stats { grid-template-columns: 1fr 1fr; }
  .cta-section { padding: 50px 16px; }
  .cta-content h2 { font-size: 1.5rem; }

  .device-mockup, .dashcam-mockup, .tracking-mockup, .asset-mockup,
  .eld-mockup, .driver-scorecard, .maintenance-mockup { max-width: 100%; }

  .contact-form input, .contact-form select, .contact-form textarea {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .hero-text h1 { font-size: 1.5rem; }
  .page-hero-text h1 { font-size: 1.4rem; }
  .page-hero-content-center h1 { font-size: 1.6rem; }
  .roi-stats { grid-template-columns: 1fr; }
  .industries-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-features { grid-template-columns: 1fr; }
  .eld-clock-grid { grid-template-columns: 1fr; }
  .story-stats { grid-template-columns: 1fr; }
  .benefits-bar { flex-direction: column; align-items: center; }
  .benefit-item { max-width: 280px; }
  .ds-name { width: 70px; font-size: 0.78rem; }
}
