/* ================================================================
   OneEquip — Industrial Amber Design System
   Colors are sourced from the Android app's own brand tokens
   (app/src/main/java/com/example/ui/theme/Color.kt) so the marketing
   site and the three OneEquip apps read as the same product.
   ================================================================ */

@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@500;600;700&display=swap');

:root {
  /* Brand Action & Color Palette */
  --primary: #855300;
  --primary-hover: #653e00;
  --primary-active: #4a2e00;
  --primary-light: #fff4d1;
  --primary-on-dark: #ffde6a;

  /* Vivid amber fill for solid CTAs (distinct from --primary, which is
     the darker, text/icon-safe tone) - mirrors the app's IndustrialAmber
     button + OnIndustrialAmber text pairing. */
  --cta: #f59e0b;
  --cta-hover: #db8b00;
  --cta-active: #b87400;
  --on-cta: #1e232a;

  --bg: #ffffff;
  --surface-alt: #f7f8fa;
  --surface-muted: #e8e8ed;
  --surface-dark: #23272f;
  --surface-dark-card: #2b303a;
  --surface-dark-elevated: #373e4b;

  --ink: #191d24;
  --ink-secondary: #5e636e;
  --ink-muted: #8b929e;
  --ink-light: #f5f5f7;
  --ink-muted-light: #a1a1a6;

  --status-green: #10b981;
  --status-green-bg: #ecfdf5;
  --status-green-text: #047857;
  --status-amber: #f59e0b;
  --status-amber-bg: #fffbeb;
  --status-blue: #0284c7;
  --status-blue-bg: #f0f9ff;

  --border: rgba(0, 0, 0, 0.08);
  --border-strong: rgba(0, 0, 0, 0.16);
  --border-dark: rgba(255, 255, 255, 0.12);
  --border-dark-strong: rgba(255, 255, 255, 0.22);

  /* Typography Stack */
  --font-body: "Hanken Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-mono: "JetBrains Mono", "SF Mono", "Fira Code", "Courier New", monospace;

  /* Radius Tokens */
  --radius-xs: 6px;
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-xl: 32px;
  --radius-pill: 999px;

  /* Elevation Shadows */
  --shadow-subtle: 0 2px 8px rgba(0, 0, 0, 0.04);
  --shadow-card: 0 4px 20px rgba(0, 0, 0, 0.06);
  --shadow-card-hover: 0 12px 32px rgba(0, 0, 0, 0.10);
  --shadow-phone: 0 25px 60px -15px rgba(0, 0, 0, 0.28), 0 0 0 1px rgba(0, 0, 0, 0.08);
  --shadow-phone-dark: 0 30px 70px -15px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(255, 255, 255, 0.15);

  /* Motion */
  --ease-fluid: cubic-bezier(0.32, 0.72, 0, 1);
}

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

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.022em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.15s ease, opacity 0.15s ease;
}

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

/* ============ TYPOGRAPHY ============ */
/* Sizes resolve to the Tailwind default type scale (text-xs through text-6xl). */
.hero-display {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(36px, 5.5vw, 60px);
  line-height: 1.05;
  letter-spacing: -0.04em;
  margin-bottom: 20px;
  color: var(--ink);
  text-wrap: balance;
}

.hero-display span.accent {
  background: linear-gradient(135deg, #855300 0%, #f59e0b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.display-lg {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.035em;
  margin-bottom: 16px;
  text-wrap: balance;
}

.display-md {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(24px, 3vw, 30px);
  line-height: 1.15;
  letter-spacing: -0.025em;
  margin-bottom: 12px;
  text-wrap: balance;
}

.headline {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.018em;
  margin-bottom: 8px;
}

.subheadline {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.015em;
}

.body-large {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
  color: var(--ink-secondary);
  letter-spacing: -0.018em;
  text-wrap: pretty;
}

.body-copy {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--ink-secondary);
  text-wrap: pretty;
}

.caption {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.333;
  color: var(--ink-muted);
}

.caption-strong {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--ink);
}

.fine-print {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.333;
  color: var(--ink-muted);
}

/* Monospace "spec plate" label - reads like a fact off a machine's rating
   plate. Reserved for real, verifiable technical/sequence labels only
   (step numbers, spec fields), never for marketing claims. */
.spec-tag {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--primary);
  display: inline-block;
}

/* ============ LAYOUT & SECTIONS ============ */
.container {
  width: min(1140px, 100% - 48px);
  margin-inline: auto;
}

.container-wide {
  width: min(1280px, 100% - 48px);
  margin-inline: auto;
}

.section {
  padding: 88px 0;
  position: relative;
}

.section-hero {
  position: relative;
  background: #ffffff url('assets/hero-bg.png') no-repeat right center;
  background-size: cover;
  padding: 100px 0 90px;
  min-height: 580px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.section-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, 
    rgba(255, 255, 255, 0.98) 0%, 
    rgba(255, 255, 255, 0.94) 42%, 
    rgba(255, 255, 255, 0.35) 70%, 
    rgba(255, 255, 255, 0.05) 100%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 620px;
  text-align: left;
}

/* ============ ABOUT PAGE HERO (photo banner) ============ */
.section-about-hero {
  position: relative;
  background: #1a1200 url('assets/about-hero-bg.jpg') no-repeat center center;
  background-size: cover;
  padding: 120px 0 96px;
  overflow: hidden;
  color: #ffffff;
}

.section-about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(20, 14, 0, 0.72) 0%,
    rgba(20, 14, 0, 0.55) 45%,
    rgba(20, 14, 0, 0.82) 100%
  );
  pointer-events: none;
}

.section-about-hero .container {
  position: relative;
  z-index: 2;
}

.section-about-hero .hero-display {
  color: #ffffff;
}

.section-about-hero .body-large {
  color: rgba(255, 255, 255, 0.86);
}

.section-white {
  background: var(--bg);
  color: var(--ink);
}

.section-parchment {
  background: var(--surface-alt);
  color: var(--ink);
}

.section-black {
  background: var(--surface-dark);
  color: var(--ink-light);
}

.section-black .body-large,
.section-black .body-copy {
  color: var(--ink-muted-light);
}

.section-black .caption {
  color: #8e8e93;
}

.section-black .display-lg,
.section-black .display-md,
.section-black .headline {
  color: #ffffff;
}

/* Two-column split layout */
.split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 64px;
}

.split--reversed {
  grid-template-columns: 0.9fr 1.1fr;
}

.split-content {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.split-media {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
}

/* Grid Layouts */
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

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

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

/* ============ HEADER & NAVIGATION ============ */
header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid var(--border);
  height: 54px;
  display: flex;
  align-items: center;
  transition: background 0.3s ease;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1140px, 100% - 48px);
  margin: 0 auto;
}

.brand-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}

.brand {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 19px;
  letter-spacing: -0.03em;
  color: var(--ink);
  display: flex;
  align-items: center;
  gap: 8px;
}

.brand-logo-img {
  height: 32px;
  width: auto;
  display: block;
  object-fit: contain;
}

.brand-tag {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: #000000;
  color: #ffffff;
  padding: 2px 7px;
  border-radius: 4px;
}

.navlinks {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
}

.navlinks a {
  font-size: 13px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.72);
  letter-spacing: -0.01em;
  transition: color 0.15s ease, background 0.15s ease;
}

.navlinks a:hover,
.navlinks a.active {
  color: var(--ink);
  font-weight: 500;
}

.navlinks a .ph {
  display: none;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mobile-menu-btn {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  color: var(--ink);
  border-radius: var(--radius-xs);
  transition: background 0.15s ease;
}

/* Dims the page behind the open mobile dropdown; also closes it on tap */
.nav-backdrop {
  display: none;
}

/* ============ BUTTONS & CTAS ============ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 24px;
  border-radius: var(--radius-pill);
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  line-height: 1.2;
  transition: transform 0.3s var(--ease-fluid), opacity 0.3s var(--ease-fluid), background 0.3s var(--ease-fluid), box-shadow 0.3s var(--ease-fluid);
  user-select: none;
  white-space: nowrap;
}

.btn:active {
  transform: scale(0.97);
}

.btn--primary {
  background: var(--cta);
  color: var(--on-cta);
}

.btn--primary:hover {
  background: var(--cta-hover);
  box-shadow: 0 4px 14px rgba(245, 158, 11, 0.35);
}

.btn--dark {
  background: var(--surface-dark);
  color: #ffffff;
}

.btn--dark:hover {
  background: var(--surface-dark-card);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
}

.btn--outline {
  background: transparent;
  color: var(--ink);
  border-color: var(--border-strong);
}

.btn--outline:hover {
  border-color: var(--ink);
  background: rgba(0, 0, 0, 0.03);
}

.btn--ghost {
  background: transparent;
  color: var(--primary);
  padding: 6px 12px;
  border: none;
}

.btn--ghost:hover {
  text-decoration: underline;
}

.btn--ghost-dark {
  background: transparent;
  color: var(--primary-on-dark);
  padding: 6px 12px;
  border: none;
}

.btn--ghost-dark:hover {
  text-decoration: underline;
}

.btn--sm {
  font-size: 14px;
  padding: 4px 12px;
}

.btn--lg {
  font-size: 16px;
  padding: 12px 24px;
}

/* ============ BADGES & CHIPS ============ */
.badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 11px;
  border-radius: var(--radius-pill);
  letter-spacing: 0.01em;
}

.badge .ph {
  font-size: 14px;
}

.badge--green {
  background: var(--status-green-bg);
  color: var(--status-green-text);
}

.badge--green-pulse::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--status-green);
  box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
  animation: pulse-dot 1.8s infinite cubic-bezier(0.66, 0, 0, 1);
}

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

.badge--amber {
  background: var(--status-amber-bg);
  color: #92400e;
}

.badge--dark {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.badge--blue {
  background: var(--primary-light);
  color: var(--primary);
}

/* ============ HARDWARE PHONE FRAME MOCKUP ============ */
.phone-frame {
  width: 295px;
  max-width: 100%;
  background: #1a1a1c;
  border-radius: 46px;
  padding: 10px;
  box-shadow: var(--shadow-phone);
  position: relative;
  border: 4px solid #333336;
  margin: 0 auto;
}

.phone-frame--dark {
  box-shadow: var(--shadow-phone-dark);
}

.phone-island {
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 22px;
  background: #000000;
  border-radius: 20px;
  z-index: 10;
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.2);
}

.phone-screen {
  background: #ffffff;
  border-radius: 36px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 9 / 19.5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.phone-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ============ STAKEHOLDER 3-IN-1 SHOWCASE STAGE ============ */
.section-stakeholders {
  position: relative;
  background-image: url('assets/stakeholder-bg.png');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 80px 0 70px;
  overflow: hidden;
}

/* Light white overlay — keeps bg subtle and text readable */
.section-stakeholders::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.92) 0%,
    rgba(255, 255, 255, 0.78) 38%,
    rgba(255, 255, 255, 0.55) 65%,
    rgba(255, 255, 255, 0.28) 100%
  );
  pointer-events: none;
  z-index: 1;
}

.section-stakeholders::after {
  display: none;
}

/* Ensure inner content sits above the overlay */
.section-stakeholders .container {
  position: relative;
  z-index: 2;
}

/* Segmented Tabs Switcher */
.stakeholder-tabs {
  display: inline-flex;
  align-items: center;
  background: #f1f5f9;
  padding: 5px;
  border-radius: var(--radius-pill);
  gap: 6px;
  margin-bottom: 38px;
  position: relative;
  z-index: 4;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.04);
}

.stakeholder-tab-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: none;
  padding: 9px 22px;
  border-radius: var(--radius-pill);
  font-size: 14px;
  font-weight: 500;
  color: #64748b;
  cursor: pointer;
  transition: all 0.3s var(--ease-fluid);
  outline: none;
}

.stakeholder-tab-btn .ph {
  font-size: 17px;
  transition: color 0.3s var(--ease-fluid);
}

.stakeholder-tab-btn:hover {
  color: #0f172a;
}

.stakeholder-tab-btn.active {
  background: #ffffff;
  color: var(--primary);
  font-weight: 600;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.07), 0 0 0 1px rgba(245, 158, 11, 0.25);
}

/* Panels */
.stakeholder-panel {
  display: none;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.4s var(--ease-fluid), transform 0.4s var(--ease-fluid);
}

.stakeholder-panel.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

/* 3-Layer Stage Grid */
.showcase-stage {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
  min-height: 590px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  z-index: 2;
  text-align: left;
}

/* Left Floating Card */
.showcase-card {
  width: 410px;
  max-width: 100%;
  background: #ffffff;
  border-radius: 24px;
  padding: 32px 24px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow: 0 20px 45px -12px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.02);
  position: relative;
  z-index: 5;
  flex-shrink: 0;
  text-align: left;
}

/* Feature Rows */
.showcase-feature-row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 16px;
}

.showcase-feature-icon {
  width: 38px;
  height: 38px;
  min-width: 38px;
  border-radius: 50%;
  background: #fff4d1;
  color: #855300;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffe1a8;
  margin-top: 2px;
  flex-shrink: 0;
}

.showcase-feature-icon .ph {
  font-size: 18px;
}

.showcase-feature-icon--green {
  background: #ecfdf5;
  color: #047857;
  border-color: #a7f3d0;
}

.showcase-feature-icon--amber {
  background: #fffbeb;
  color: #b45309;
  border-color: #fde68a;
}

.showcase-feature-text strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 2px;
  letter-spacing: -0.01em;
}

.showcase-feature-text p {
  font-size: 12px;
  color: #64748b;
  line-height: 1.333;
  margin: 0;
}

/* Center Excavator Machinery Cutout — hidden as bg image is used instead */
.showcase-bg-image {
  display: none;
}

/* Right Phone Mockup */
.showcase-phone-wrapper {
  position: relative;
  z-index: 4;
  flex-shrink: 0;
  display: flex;
  justify-content: flex-end;
  min-width: 0;
}

.phone-frame {
  width: 310px;
  max-width: 100%;
  background: #0f0f11;
  border-radius: 48px;
  padding: 10px;
  box-shadow: 0 30px 70px -15px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.12), inset 0 0 0 2px #28282b;
  position: relative;
  margin: 0 auto;
}

.phone-island {
  position: absolute;
  top: 17px;
  left: 50%;
  transform: translateX(-50%);
  width: 82px;
  height: 24px;
  background: #000000;
  border-radius: 20px;
  z-index: 10;
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.15);
}

.phone-screen {
  background: #ffffff;
  border-radius: 38px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 9 / 19.5;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.phone-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
}

/* ============ CARDS & FEATURE BOXES ============ */
.card {
  background: #ffffff;
  border-radius: var(--radius-lg);
  padding: 32px;
  border: 1px solid var(--border);
  transition: transform 0.3s var(--ease-fluid), box-shadow 0.3s var(--ease-fluid), border-color 0.3s var(--ease-fluid);
}

.card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-card-hover);
  border-color: rgba(0, 0, 0, 0.12);
}

.card--parchment {
  background: var(--surface-alt);
  border-color: rgba(0, 0, 0, 0.06);
}

.card--dark {
  background: var(--surface-dark-card);
  border-color: var(--border-dark);
  color: #ffffff;
}

.card--dark:hover {
  border-color: var(--border-dark-strong);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.5);
}

.card-icon {
  width: 48px;
  height: 48px;
  border-radius: var(--radius-md);
  background: var(--surface-alt);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: var(--primary);
}

.card-icon .ph {
  font-size: 24px;
}

.card-icon--blue {
  background: var(--primary-light);
  color: var(--primary);
}

.card-icon--green {
  background: var(--status-green-bg);
  color: var(--status-green-text);
}

/* ============ TEAM / ABOUT ============ */
.team-card {
  text-align: center;
  padding: 36px 26px;
}

.team-avatar-wrap {
  position: relative;
  width: 96px;
  height: 96px;
  margin: 0 auto 20px;
}

.team-avatar {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 700;
  overflow: hidden;
}

.team-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.team-avatar-badge {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 32px;
  height: 32px;
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  box-shadow: var(--shadow-subtle);
}

.team-avatar-badge .ph {
  font-size: 16px;
}

.team-name {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.015em;
  color: var(--ink);
  margin-bottom: 8px;
}

.team-role-pill {
  display: inline-flex;
  align-items: center;
  padding: 4px 14px;
  border-radius: var(--radius-pill);
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 14px;
}

.team-bio {
  font-size: 14px;
  line-height: 1.5;
  color: var(--ink-secondary);
  margin-bottom: 18px;
}

.team-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.team-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 12px;
  border-radius: var(--radius-pill);
  font-size: 12px;
  font-weight: 600;
}

.team-tag .ph {
  font-size: 14px;
}

/* Role color themes — amber (founder), green (co-founder), blue (CTO) */
.team-avatar--amber { background: var(--primary-light); color: var(--primary); }
.team-avatar-badge--amber { background: var(--primary-light); color: var(--primary); }
.team-role-pill--amber { background: var(--primary-light); color: var(--primary); }
.team-tag--amber { background: var(--primary-light); color: var(--primary); }

.team-avatar--green { background: var(--status-green-bg); color: var(--status-green-text); }
.team-avatar-badge--green { background: var(--status-green-bg); color: var(--status-green-text); }
.team-role-pill--green { background: var(--status-green-bg); color: var(--status-green-text); }
.team-tag--green { background: var(--status-green-bg); color: var(--status-green-text); }

.team-avatar--blue { background: var(--status-blue-bg); color: var(--status-blue); }
.team-avatar-badge--blue { background: var(--status-blue-bg); color: var(--status-blue); }
.team-role-pill--blue { background: var(--status-blue-bg); color: var(--status-blue); }
.team-tag--blue { background: var(--status-blue-bg); color: var(--status-blue); }

.team-social {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.team-social a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--surface-alt);
  color: var(--ink-secondary);
}

.team-social a:hover {
  background: var(--primary-light);
  color: var(--primary);
}

/* Feature Check List */
.feature-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 24px 0;
}

.feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  color: var(--ink-secondary);
  line-height: 1.45;
}

.feature-list li .check-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 2px;
  color: var(--primary);
}

/* ============ PRICING TIERS ============ */
.pricing-card {
  background: #ffffff;
  border-radius: var(--radius-lg);
  padding: 36px 30px;
  border: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transition: transform 0.3s var(--ease-fluid), box-shadow 0.3s var(--ease-fluid);
}

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

.pricing-card--popular {
  border: 2px solid var(--primary);
  box-shadow: 0 8px 30px rgba(245, 158, 11, 0.15);
}

.pricing-card__badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--cta);
  color: var(--on-cta);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 3px 12px;
  border-radius: var(--radius-pill);
}

.pricing-card__price {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: var(--ink);
  line-height: 1;
  margin: 16px 0 6px;
}

.pricing-card__price-period {
  font-size: 14px;
  font-weight: 400;
  color: var(--ink-muted);
}

/* .pricing-card sets its own background/border after .card--dark in this
   file, so on equal specificity it silently wins and leaves white text on
   a white card. This compound selector outranks both single-class rules
   regardless of source order. */
.pricing-card.card--dark {
  background: var(--surface-dark-card);
  border: 1px solid var(--border-dark);
  color: #ffffff;
}

/* ============ INTERACTIVE ESTIMATOR WIDGET ============ */
.calculator-box {
  background: #ffffff;
  border-radius: var(--radius-xl);
  padding: 36px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-card);
}

.calculator-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 24px;
}

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

.form-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -0.01em;
}

.form-select, .form-input {
  width: 100%;
  padding: 12px 16px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border-strong);
  background: var(--surface-alt);
  color: var(--ink);
  outline: none;
  transition: border-color 0.15s ease;
}

.form-select:focus, .form-input:focus {
  border-color: var(--primary);
  background: #ffffff;
}

.calc-result-panel {
  background: var(--surface-alt);
  border-radius: var(--radius-md);
  padding: 24px;
  margin-top: 24px;
  border: 1px solid var(--border);
}

.calc-total {
  font-size: 36px;
  font-weight: 700;
  color: var(--primary);
  letter-spacing: -0.03em;
}

/* ============ APP ICON BADGES (Get the App section) ============ */
.app-badges {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 720px;
  margin: 0 auto;
}

.app-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s var(--ease-fluid);
}

.app-badge:hover {
  transform: translateY(-2px);
}

.app-badge img {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  box-shadow: var(--shadow-card);
  border: 1px solid var(--border);
}

.app-badge-name {
  font-weight: 700;
  font-size: 15px;
  color: var(--ink);
}

.app-badge-role {
  font-size: 13px;
  color: var(--ink-secondary);
}

/* ============ HOW IT WORKS TIMELINE ============ */
.timeline-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  position: relative;
}

.timeline-grid--4 {
  grid-template-columns: repeat(4, 1fr);
}

.timeline-step {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.step-number {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--cta);
  color: var(--on-cta);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
}

/* ============ ACCESSIBILITY ============ */
.skip-link {
  position: absolute;
  top: -48px;
  left: 12px;
  z-index: 2000;
  background: #000000;
  color: #ffffff;
  padding: 10px 16px;
  border-radius: var(--radius-sm);
  font-size: 14px;
  font-weight: 600;
  transition: top 0.3s var(--ease-fluid);
}

.skip-link:focus {
  top: 12px;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
[tabindex]:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
  border-radius: var(--radius-xs);
}

/* ============ SCROLL REVEAL ============ */
.reveal {
  opacity: 0;
  transform: translateY(16px);
  filter: blur(6px);
  transition: opacity 0.8s var(--ease-fluid), transform 0.8s var(--ease-fluid), filter 0.8s var(--ease-fluid);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

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

/* ============ TAGLINE REVEAL SECTION ============ */
.section-tagline {
  padding: 64px 0;
  background: var(--bg);
}

.tagline-text {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(24px, 4vw, 36px);
  line-height: 1.3;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.tagline-word {
  color: rgba(29, 29, 31, 0.3);
  transition: color 0.6s var(--ease-fluid);
}

.tagline-word.is-active {
  color: var(--ink);
}

/* ============ FOOTER ============ */
footer {
  background: var(--surface-alt);
  padding: 72px 0 40px;
  font-size: 13px;
  color: var(--ink-muted);
  border-top: 1px solid var(--border);
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  gap: 48px;
  margin-bottom: 56px;
}

.footer-brand h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 8px;
}

.footer-col h4 {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 16px;
  letter-spacing: -0.01em;
}

.footer-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-col a {
  color: var(--ink-secondary);
}

.footer-col a:hover {
  color: var(--ink);
}

.footer-bottom {
  border-top: 1px solid var(--border);
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
}

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

/* ============ RESPONSIVE BREAKPOINTS ============ */
@media (max-width: 1024px) {
  .split, .split--reversed {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .split-media {
    order: -1;
  }
  .grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .timeline-grid, .timeline-grid--4 {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .showcase-stage {
    flex-direction: column;
    min-height: auto;
    gap: 32px;
  }
  .showcase-phone-wrapper {
    justify-content: center;
  }
  .showcase-card {
    width: 100%;
    max-width: 480px;
  }
}

@media (max-width: 768px) {
  .nav {
    position: relative;
  }

  /* Role badge next to the logo (e.g. "FLEET OWNER") collides with the
     primary CTA button in the header on narrow phones — drop it below
     768px, where the active navlink already carries the same context. */
  .brand-tag {
    display: none;
  }

  .nav-backdrop {
    display: block;
    position: fixed;
    top: 54px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(15, 15, 17, 0.45);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    z-index: 999;
  }

  .nav-backdrop.is-open {
    opacity: 1;
    visibility: visible;
  }

  .navlinks {
    display: flex;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    z-index: 1001;
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    padding: 8px;
    box-shadow: 0 24px 48px -16px rgba(0, 0, 0, 0.22), 0 2px 10px rgba(0, 0, 0, 0.06);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity 0.2s var(--ease-fluid), transform 0.2s var(--ease-fluid), visibility 0.2s;
  }

  .navlinks.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .navlinks a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px 14px;
    border-radius: var(--radius-sm);
    font-size: 15px;
  }

  .navlinks a .ph {
    display: inline-block;
    font-size: 18px;
    color: var(--ink-muted);
    flex-shrink: 0;
  }

  .navlinks a:hover {
    background: var(--surface-alt);
  }

  .navlinks a.active {
    background: var(--primary-light);
    color: var(--primary);
  }

  .navlinks a.active .ph {
    color: var(--primary);
  }

  .mobile-menu-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    position: relative;
    z-index: 1001;
  }
  .mobile-menu-btn:hover,
  .mobile-menu-btn[aria-expanded="true"] {
    background: var(--surface-alt);
  }
  .mobile-menu-btn .ph {
    font-size: 22px;
  }
  .stakeholder-tabs {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
  }
  .stakeholder-tab-btn {
    padding: 8px 14px;
    font-size: 13px;
  }
  .grid-2, .grid-3 {
    grid-template-columns: 1fr;
  }
  .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .app-badges {
    grid-template-columns: 1fr;
    max-width: 280px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }
  .calculator-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .section {
    padding: 56px 0;
  }
  .section-hero {
    padding: 40px 0 48px;
    min-height: auto;
  }
  .section-hero::before {
    background: rgba(255, 255, 255, 0.96);
  }
  .section-tagline {
    padding: 40px 0;
  }
  .grid-4 {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
}

@media (max-width: 420px) {
  .grid-4 {
    grid-template-columns: 1fr;
  }
}
