/* ─────────────────────────────────────────────
   INTER FONT — self-hosted (GDPR clean, no calls to Google)
   Font files in ../fonts/, loaded with font-display:swap for fast first paint.
   ───────────────────────────────────────── */

@font-face { font-family: 'Inter'; font-style: normal; font-display: swap; font-weight: 100; src: url('../fonts/inter-v20-latin-100.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-style: italic; font-display: swap; font-weight: 100; src: url('../fonts/inter-v20-latin-100italic.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-style: normal; font-display: swap; font-weight: 200; src: url('../fonts/inter-v20-latin-200.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-style: italic; font-display: swap; font-weight: 200; src: url('../fonts/inter-v20-latin-200italic.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-style: normal; font-display: swap; font-weight: 300; src: url('../fonts/inter-v20-latin-300.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-style: italic; font-display: swap; font-weight: 300; src: url('../fonts/inter-v20-latin-300italic.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-style: normal; font-display: swap; font-weight: 400; src: url('../fonts/inter-v20-latin-regular.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-style: italic; font-display: swap; font-weight: 400; src: url('../fonts/inter-v20-latin-italic.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-style: normal; font-display: swap; font-weight: 500; src: url('../fonts/inter-v20-latin-500.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-style: italic; font-display: swap; font-weight: 500; src: url('../fonts/inter-v20-latin-500italic.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-style: normal; font-display: swap; font-weight: 600; src: url('../fonts/inter-v20-latin-600.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-style: italic; font-display: swap; font-weight: 600; src: url('../fonts/inter-v20-latin-600italic.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-style: normal; font-display: swap; font-weight: 700; src: url('../fonts/inter-v20-latin-700.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-style: italic; font-display: swap; font-weight: 700; src: url('../fonts/inter-v20-latin-700italic.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-style: normal; font-display: swap; font-weight: 800; src: url('../fonts/inter-v20-latin-800.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-style: italic; font-display: swap; font-weight: 800; src: url('../fonts/inter-v20-latin-800italic.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-style: normal; font-display: swap; font-weight: 900; src: url('../fonts/inter-v20-latin-900.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-style: italic; font-display: swap; font-weight: 900; src: url('../fonts/inter-v20-latin-900italic.woff2') format('woff2'); }
/* ============================================================
   FLEETX MARKETING SITE — main.css
   www.fleetx.ie | Built by FRIENDLiTECH
   ============================================================ */

/* ---- 0. Reset & Base ---------------------------------------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  background-color: var(--bg);
  color: var(--text);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }

/* ---- 1. CSS Custom Properties ------------------------------- */
:root {
  --amber:        #F5A623;
  --amber-dark:   #e09418;
  --amber-light:  #FEF3DC;
  --navy:         #1a3a6e;
  --navy-dark:    #122c56;
  --navy-light:   #eef2f9;
  --black:        #0A0C0F;
  --bg:           #F2F2F7;
  --white:        #FFFFFF;
  --text:         #0A0C0F;
  --text-2:       #374151;
  --text-muted:   #6b7280;
  --border:       #e5e7eb;
  --shadow:       0 4px 16px rgba(0,0,0,0.08);
  --shadow-md:    0 8px 32px rgba(0,0,0,0.12);
  --shadow-lg:    0 20px 60px rgba(0,0,0,0.18);
  --radius-sm:    8px;
  --radius:       16px;
  --radius-lg:    24px;
  --radius-pill:  100px;
  --ease:         0.25s ease;
  --ease-out:     0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --max-w:        1200px;
  --gutter:       clamp(20px, 5vw, 80px);
  --section-pad:  clamp(80px, 10vw, 140px);
}

/* ---- 2. Layout --------------------------------------------- */
.container {
  width: 100%;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 var(--gutter);
}
.section { padding: var(--section-pad) 0; }
.section--dark { background: var(--black); color: var(--white); }
.section--navy { background: var(--navy); color: var(--white); }
.section--alt  { background: #f8f8fc; }

/* ---- 3. Typography ------------------------------------------ */
.display-1 {
  font-size: clamp(46px, 6.5vw, 88px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.035em;
}
.display-2 {
  font-size: clamp(34px, 4.5vw, 60px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.025em;
}
.heading-2 {
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.heading-3 {
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 700;
  line-height: 1.25;
}
.body-lg {
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.7;
  color: var(--text-muted);
}
.text-amber { color: var(--amber); }
.text-muted { color: var(--text-muted); }

/* ---- 4. Section Labels -------------------------------------- */
.section-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--amber);
  margin-bottom: 16px;
  padding: 5px 14px;
  background: var(--amber-light);
  border-radius: var(--radius-pill);
}
.section-label--dark {
  background: rgba(245,166,35,0.18);
}
.section-header {
  max-width: 680px;
  margin-bottom: 64px;
}
.section-header--center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* ---- 5. Buttons --------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: var(--radius-pill);
  font-size: 15px;
  font-weight: 700;
  transition: var(--ease);
  white-space: nowrap;
  letter-spacing: -0.01em;
}
.btn--primary {
  background: var(--amber);
  color: var(--black);
}
.btn--primary:hover {
  background: var(--amber-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(245,166,35,0.38);
}
.btn--ghost {
  background: transparent;
  border: 2px solid rgba(255,255,255,0.25);
  color: var(--white);
}
.btn--ghost:hover {
  background: rgba(255,255,255,0.09);
  border-color: rgba(255,255,255,0.5);
}
.btn--outline {
  background: transparent;
  border: 2px solid var(--border);
  color: var(--text);
}
.btn--outline:hover {
  border-color: var(--amber);
  color: var(--amber);
}
.btn--lg { padding: 18px 38px; font-size: 16px; }
.btn--sm { padding: 10px 20px; font-size: 14px; }

/* ---- 6. Navigation ------------------------------------------ */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 20px var(--gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  transition: background 0.3s ease, padding 0.3s ease, border-color 0.3s ease;
}
.nav--scrolled {
  background: rgba(10,12,15,0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding-top: 13px;
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
/* Light nav for inner pages */
.nav--light {
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
}
.nav--light.nav--scrolled {
  background: rgba(255,255,255,0.98);
}
.nav--light .nav__logo-text { color: var(--black); }
.nav--light .nav__link { color: var(--text-muted); }
.nav--light .nav__link:hover { color: var(--navy); background: var(--navy-light); }
.nav--light .nav__login { color: var(--text); border-color: var(--border); }
.nav--light .nav__login:hover { background: var(--bg); }
.nav--light .nav__hamburger span { background: var(--black); }

.nav__logo {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.nav__logo-text {
  font-size: 22px;
  font-weight: 800;
  color: var(--white);
  letter-spacing: -0.04em;
}
.nav__logo-text span { color: var(--amber); }
.nav__links {
  display: flex;
  align-items: center;
  gap: 4px;
}
.nav__link {
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255,255,255,0.65);
  border-radius: var(--radius-sm);
  transition: var(--ease);
}
.nav__link:hover {
  color: var(--white);
  background: rgba(255,255,255,0.08);
}
.nav__link--active { color: var(--white); }
.nav__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.nav__login {
  padding: 9px 18px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255,255,255,0.8);
  border-radius: var(--radius-pill);
  border: 1.5px solid rgba(255,255,255,0.2);
  transition: var(--ease);
}
.nav__login:hover {
  background: rgba(255,255,255,0.08);
  color: var(--white);
}
.nav__signup {
  padding: 9px 20px;
  font-size: 14px;
  font-weight: 700;
  background: var(--amber);
  color: var(--black);
  border-radius: var(--radius-pill);
  transition: var(--ease);
}
.nav__signup:hover {
  background: var(--amber-dark);
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(245,166,35,0.4);
}
.nav__hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  width: 24px;
  cursor: pointer;
  padding: 4px;
  background: none;
}
.nav__hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: var(--ease);
}
/* Mobile menu */
.nav__mobile {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: var(--black);
  z-index: 99;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 100px var(--gutter) 60px;
}
.nav__mobile.is-open { display: flex; }
.nav__mobile-link {
  font-size: 28px;
  font-weight: 700;
  color: rgba(255,255,255,0.7);
  padding: 12px;
  transition: var(--ease);
}
.nav__mobile-link:hover { color: var(--white); }
.nav__mobile-actions {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}
.nav__mobile-close {
  position: absolute;
  top: 24px;
  right: var(--gutter);
  background: none;
  border: none;
  color: var(--white);
  font-size: 28px;
  cursor: pointer;
  padding: 8px;
}

/* ---- 7. Hero ----------------------------------------------- */
.hero {
  background: var(--black);
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: 140px var(--gutter) 100px;
  position: relative;
  overflow: hidden;
}
.hero__bg-glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 60% at 75% 50%, rgba(26,58,110,0.55) 0%, transparent 65%),
    radial-gradient(ellipse 40% 40% at 20% 80%, rgba(245,166,35,0.07) 0%, transparent 60%);
  pointer-events: none;
}
.hero__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 64px 64px;
  pointer-events: none;
  mask-image: radial-gradient(ellipse at center, black 40%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 40%, transparent 80%);
}
.hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  max-width: var(--max-w);
  margin: 0 auto;
  width: 100%;
}
.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: rgba(245,166,35,0.12);
  border: 1px solid rgba(245,166,35,0.28);
  border-radius: var(--radius-pill);
  font-size: 12px;
  font-weight: 600;
  color: var(--amber);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.hero__eyebrow::before {
  content: '';
  width: 6px; height: 6px;
  background: var(--amber);
  border-radius: 50%;
  animation: blink 2s infinite;
}
@keyframes blink {
  0%,100% { opacity: 1; } 50% { opacity: 0.4; }
}
.hero__headline {
  font-size: clamp(48px, 6.5vw, 90px);
  font-weight: 800;
  line-height: 1.0;
  letter-spacing: -0.038em;
  color: var(--white);
  margin-bottom: 24px;
}
.hero__headline .highlight { color: var(--amber); }
.hero__sub {
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.68;
  color: rgba(255,255,255,0.6);
  max-width: 500px;
  margin-bottom: 40px;
}
.hero__ctas {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.hero__trust {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
  margin-top: 52px;
  padding-top: 36px;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.hero__trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,0.45);
}
.hero__trust-item span { font-size: 15px; }

/* ---- 8. Phone Mockup --------------------------------------- */
.hero__visual {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.phone-wrap {
  position: relative;
}
.phone-mockup {
  position: relative;
  width: 290px;
  filter: drop-shadow(0 48px 80px rgba(0,0,0,0.55));
}
.phone-mockup--lg { width: 360px; }
.phone-frame {
  background: #181d2b;
  border-radius: 54px;
  padding: 14px;
  border: 1.5px solid rgba(255,255,255,0.1);
}
.phone-notch {
  position: absolute;
  top: 14px; left: 50%;
  transform: translateX(-50%);
  width: 96px; height: 30px;
  background: #181d2b;
  border-radius: 0 0 20px 20px;
  z-index: 3;
}
.phone-screen {
  border-radius: 40px;
  overflow: hidden;
  background: #f2f2f7;
  aspect-ratio: 9 / 16;
}
.phone-screen img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
/* Floating badge cards on phone */
.phone-badge {
  position: absolute;
  background: var(--white);
  border-radius: var(--radius);
  padding: 12px 16px;
  box-shadow: var(--shadow-md);
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  animation: floatY 4s ease-in-out infinite;
}
.phone-badge--1 {
  bottom: 70px; left: -90px;
  animation-delay: 0s;
}
.phone-badge--2 {
  top: 25%; right: -85px;
  animation-delay: 1.8s;
}
@keyframes floatY {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
.phone-badge__emoji { font-size: 20px; }
.phone-badge__label {
  font-size: 11px;
  font-weight: 600;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1;
  margin-bottom: 3px;
}
.phone-badge__value {
  font-size: 17px;
  font-weight: 800;
  color: var(--navy);
  line-height: 1;
}
.phone-badge__value--red { color: #e03e3e; }
.phone-badge__value--green { color: #16a34a; }

/* ---- 9. Trust / Stats Strip --------------------------------- */
.trust-strip {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  padding: 22px var(--gutter);
}
.trust-strip__inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 24px;
  flex-wrap: wrap;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-2);
}
.trust-item__icon {
  width: 34px; height: 34px;
  background: var(--amber-light);
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  flex-shrink: 0;
}

/* ---- 10. Problem Section ------------------------------------ */
.problem {
  background: var(--bg);
  padding: var(--section-pad) var(--gutter);
}
.problem__inner { max-width: var(--max-w); margin: 0 auto; }
.problem__intro {
  max-width: 700px;
  margin-bottom: 64px;
}
.problem__comparison {
  display: grid;
  grid-template-columns: 1fr 64px 1fr;
  gap: 24px;
  align-items: stretch;
}
.problem__col {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.problem__col {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 36px;
  border: 2px solid var(--border);
}
.problem__col--before { border-color: #fde8e8; background: #fffafa; }
.problem__col--after  { border-color: #d1fae5; background: #f0fdf4; }
.problem__col-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.problem__list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0,0,0,0.05);
  font-size: 15px;
  color: var(--text-2);
  line-height: 1.5;
}
.problem__list li:last-child { border-bottom: none; }
.problem__divider {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 72px;
}
.problem__arrow {
  width: 48px; height: 48px;
  background: var(--navy);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: white;
  font-size: 20px;
  flex-shrink: 0;
  box-shadow: var(--shadow-md);
}

/* ---- 11. Feature Cards ------------------------------------- */
.features-overview {
  padding: var(--section-pad) var(--gutter);
  background: var(--bg);
}
.features-overview__inner { max-width: var(--max-w); margin: 0 auto; }
.features-overview__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.feature-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 32px;
  border: 1px solid var(--border);
  transition: var(--ease-out);
}
.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
  border-color: rgba(245,166,35,0.35);
}
.feature-card__icon {
  width: 52px; height: 52px;
  background: var(--amber-light);
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 24px;
  margin-bottom: 22px;
}
.feature-card__title {
  font-size: 18px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 10px;
}
.feature-card__body {
  font-size: 15px;
  line-height: 1.65;
  color: var(--text-muted);
}

/* ---- 12. Showcase ------------------------------------------ */
.showcase {
  background: var(--navy);
  padding: var(--section-pad) var(--gutter);
  overflow: hidden;
  text-align: center;
}
.showcase__inner { max-width: var(--max-w); margin: 0 auto; }
.showcase__sub {
  font-size: 18px;
  color: rgba(255,255,255,0.6);
  line-height: 1.65;
  max-width: 560px;
  margin: 0 auto 64px;
}
.showcase__phones {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}
.showcase__phones .phone-mockup {
  transform: scale(0.86) translateY(20px);
  opacity: 0.6;
  transition: var(--ease-out);
}
.showcase__phones .phone-mockup--center {
  transform: scale(1) translateY(0);
  opacity: 1;
  z-index: 2;
}

/* ---- 13. Feature Stories ----------------------------------- */
.feature-stories {
  padding: var(--section-pad) var(--gutter);
  background: var(--bg);
}
.feature-stories__inner { max-width: var(--max-w); margin: 0 auto; }
.story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  margin-bottom: 120px;
}
.story:last-child { margin-bottom: 0; }
.story--reverse { direction: rtl; }
.story--reverse > * { direction: ltr; }
.story__content { max-width: 480px; }
.story__title {
  font-size: clamp(26px, 3vw, 42px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.025em;
  color: var(--text);
  margin-bottom: 20px;
}
.story__body {
  font-size: 17px;
  line-height: 1.72;
  color: var(--text-muted);
  margin-bottom: 30px;
}
.story__bullets {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.story__bullet {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  line-height: 1.5;
  color: var(--text-2);
}
.story__bullet-check {
  width: 20px; height: 20px;
  background: var(--amber);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
  font-size: 11px;
}
.story__visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ---- 14. How It Works -------------------------------------- */
.how-it-works {
  background: var(--black);
  padding: var(--section-pad) var(--gutter);
}
.how-it-works__inner { max-width: var(--max-w); margin: 0 auto; }
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  margin-top: 64px;
  position: relative;
}
.steps::before {
  content: '';
  position: absolute;
  top: 32px;
  left: 20%;
  right: 20%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(245,166,35,0.35), transparent);
}
.step { text-align: center; padding: 0 16px; }
.step__number {
  width: 64px; height: 64px;
  background: rgba(245,166,35,0.12);
  border: 1.5px solid rgba(245,166,35,0.35);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 24px;
  font-weight: 800;
  color: var(--amber);
  margin: 0 auto 28px;
}
.step__title {
  font-size: 20px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 12px;
}
.step__body {
  font-size: 15px;
  line-height: 1.68;
  color: rgba(255,255,255,0.5);
}

/* ---- 15. Testimonials -------------------------------------- */
.testimonials {
  padding: var(--section-pad) var(--gutter);
  background: var(--bg);
}
.testimonials__inner { max-width: var(--max-w); margin: 0 auto; }
.testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 64px;
}
.testimonial-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 32px;
  border: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.testimonial-card__stars { display: flex; gap: 4px; font-size: 17px; }
.testimonial-card__quote {
  font-size: 16px;
  line-height: 1.72;
  color: var(--text-2);
  flex: 1;
}
.testimonial-card__author {
  display: flex;
  align-items: center;
  gap: 14px;
  border-top: 1px solid var(--border);
  padding-top: 20px;
}
.testimonial-card__avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--navy-light);
  display: flex; align-items: center; justify-content: center;
  font-size: 17px;
  font-weight: 800;
  color: var(--navy);
  flex-shrink: 0;
}
.testimonial-card__name {
  font-size: 15px;
  font-weight: 700;
  color: var(--text);
}
.testimonial-card__meta {
  font-size: 13px;
  color: var(--text-muted);
}

/* ---- 16. Stats Bar ----------------------------------------- */
.stats-bar {
  background: var(--navy);
  padding: 64px var(--gutter);
}
.stats-bar__inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  text-align: center;
}
.stat__value {
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 800;
  color: var(--amber);
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 8px;
}
.stat__label {
  font-size: 15px;
  color: rgba(255,255,255,0.6);
  line-height: 1.5;
}

/* ---- 17. Pricing ------------------------------------------- */
.pricing-section {
  padding: var(--section-pad) var(--gutter);
  background: var(--bg);
}
.pricing-section__inner { max-width: var(--max-w); margin: 0 auto; }
.pricing-section__note {
  text-align: center;
  font-size: 14px;
  color: var(--text-muted);
  margin-top: 24px;
}
.pricing-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 64px;
  align-items: start;
}
.pricing-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 36px 24px;
  border: 2px solid var(--border);
  display: flex;
  flex-direction: column;
  position: relative;
  transition: var(--ease-out);
}
.pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
}
.pricing-card--featured {
  border-color: var(--amber);
  background: var(--navy);
  color: var(--white);
  padding-top: 48px;
}
.pricing-badge {
  position: absolute;
  top: -14px; left: 50%;
  transform: translateX(-50%);
  background: var(--amber);
  color: var(--black);
  font-size: 11px;
  font-weight: 700;
  padding: 5px 16px;
  border-radius: var(--radius-pill);
  white-space: nowrap;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.pricing-card__tier {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-muted);
  margin-bottom: 14px;
}
.pricing-card--featured .pricing-card__tier { color: var(--amber); }
.pricing-card__price {
  font-size: 54px;
  font-weight: 800;
  color: var(--text);
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 4px;
}
.pricing-card--featured .pricing-card__price { color: var(--white); }
.pricing-card__price span { font-size: 22px; font-weight: 600; vertical-align: top; margin-top: 8px; display: inline-block; }
.pricing-card__period {
  font-size: 14px;
  color: var(--text-muted);
  margin-bottom: 10px;
}
.pricing-card--featured .pricing-card__period { color: rgba(255,255,255,0.55); }
.pricing-card__fleet {
  font-size: 13px;
  font-weight: 600;
  color: var(--navy);
  background: var(--navy-light);
  padding: 7px 12px;
  border-radius: var(--radius-sm);
  margin-bottom: 28px;
  display: inline-block;
}
.pricing-card--featured .pricing-card__fleet {
  background: rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.9);
}
.pricing-card__features {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
  margin-bottom: 28px;
}
.pricing-card__feature {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--text-2);
}
.pricing-card--featured .pricing-card__feature { color: rgba(255,255,255,0.8); }
.pricing-card__check {
  width: 18px; height: 18px;
  background: var(--amber);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
  font-size: 10px;
  color: var(--black);
  font-weight: 700;
}
.pricing-card__cta {
  display: block;
  width: 100%;
  text-align: center;
  padding: 14px;
  border-radius: var(--radius-pill);
  font-size: 15px;
  font-weight: 700;
  transition: var(--ease);
  border: 2px solid transparent;
}
.pricing-card:not(.pricing-card--featured) .pricing-card__cta {
  background: var(--bg);
  color: var(--text);
  border-color: var(--border);
}
.pricing-card:not(.pricing-card--featured) .pricing-card__cta:hover {
  border-color: var(--amber);
  background: var(--amber-light);
}
.pricing-card--featured .pricing-card__cta {
  background: var(--amber);
  color: var(--black);
}
.pricing-card--featured .pricing-card__cta:hover { background: var(--amber-dark); }

/* Enterprise card */
.pricing-card--enterprise .pricing-card__price {
  font-size: 28px;
  letter-spacing: -0.02em;
  margin-top: 8px;
}

/* ---- 18. Final CTA ----------------------------------------- */
.final-cta {
  background: var(--black);
  padding: var(--section-pad) var(--gutter);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.final-cta__glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 50% 110%, rgba(26,58,110,0.6) 0%, transparent 65%);
  pointer-events: none;
}
.final-cta__inner {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin: 0 auto;
}
.final-cta__title {
  font-size: clamp(36px, 5vw, 68px);
  font-weight: 800;
  color: var(--white);
  letter-spacing: -0.035em;
  line-height: 1.08;
  margin-bottom: 24px;
}
.final-cta__title .highlight { color: var(--amber); }
.final-cta__sub {
  font-size: 18px;
  color: rgba(255,255,255,0.5);
  line-height: 1.65;
  margin-bottom: 44px;
}
.final-cta__ctas {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* ---- 19. Footer -------------------------------------------- */
.footer {
  background: var(--black);
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 64px var(--gutter) 32px;
}
.footer__inner { max-width: var(--max-w); margin: 0 auto; }
.footer__top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  margin-bottom: 32px;
}
.footer__logo {
  font-size: 26px;
  font-weight: 800;
  color: var(--white);
  letter-spacing: -0.04em;
  margin-bottom: 14px;
}
.footer__logo span { color: var(--amber); }
.footer__tagline {
  font-size: 14px;
  color: rgba(255,255,255,0.4);
  line-height: 1.65;
  margin-bottom: 18px;
  max-width: 240px;
}
.footer__irish {
  font-size: 12px;
  color: rgba(255,255,255,0.28);
  display: flex;
  align-items: center;
  gap: 6px;
}
.footer__col-title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.35);
  margin-bottom: 18px;
}
.footer__links { display: flex; flex-direction: column; gap: 10px; }
.footer__link {
  font-size: 14px;
  color: rgba(255,255,255,0.5);
  transition: var(--ease);
}
.footer__link:hover { color: var(--white); }
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.footer__copyright { font-size: 13px; color: rgba(255,255,255,0.28); }
.footer__legal { display: flex; gap: 20px; }
.footer__legal a {
  font-size: 13px;
  color: rgba(255,255,255,0.28);
  transition: var(--ease);
}
.footer__legal a:hover { color: rgba(255,255,255,0.6); }

/* ---- 20. Inner Page Header --------------------------------- */
.page-hero {
  background: var(--black);
  padding: 140px var(--gutter) 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-hero__bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 50% at 50% 80%, rgba(26,58,110,0.5) 0%, transparent 65%);
  pointer-events: none;
}
.page-hero__inner { position: relative; z-index: 1; max-width: 720px; margin: 0 auto; }

/* ---- 21. Contact ------------------------------------------- */
.contact-section {
  padding: var(--section-pad) var(--gutter);
  background: var(--bg);
}
.contact-section__inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 80px;
  align-items: start;
}
.contact-info { padding-top: 8px; }
.contact-info__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid var(--border);
}
.contact-info__item:last-child { border-bottom: none; }
.contact-info__icon {
  width: 44px; height: 44px;
  background: var(--amber-light);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}
.contact-info__label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-muted);
  margin-bottom: 4px;
}
.contact-info__value {
  font-size: 16px;
  font-weight: 600;
  color: var(--text);
}
.form-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 44px 40px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}
.form-group { margin-bottom: 20px; }
.form-label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-2);
  margin-bottom: 8px;
}
.form-input,
.form-textarea,
.form-select {
  width: 100%;
  padding: 13px 16px;
  border: 2px solid var(--border);
  border-radius: var(--radius-sm);
  font-size: 15px;
  font-family: inherit;
  color: var(--text);
  background: var(--bg);
  transition: var(--ease);
  outline: none;
  appearance: none;
}
.form-input:focus,
.form-textarea:focus,
.form-select:focus {
  border-color: var(--amber);
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(245,166,35,0.12);
}
.form-textarea { resize: vertical; min-height: 140px; }
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.form-submit {
  width: 100%;
  padding: 16px;
  background: var(--amber);
  color: var(--black);
  border-radius: var(--radius-pill);
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  border: none;
  transition: var(--ease);
  font-family: inherit;
}
.form-submit:hover {
  background: var(--amber-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(245,166,35,0.35);
}

/* ---- 22. Animation Starting States (GSAP) ------------------ */
.js-fade-up    { opacity: 0; transform: translateY(40px); }
.js-fade-in    { opacity: 0; }
.js-slide-left { opacity: 0; transform: translateX(-40px); }
.js-slide-right{ opacity: 0; transform: translateX(40px); }
.js-scale-in   { opacity: 0; transform: scale(0.93); }

@media (prefers-reduced-motion: reduce) {
  .js-fade-up,.js-fade-in,.js-slide-left,.js-slide-right,.js-scale-in {
    opacity: 1; transform: none;
  }
  .phone-badge { animation: none; }
  .hero__eyebrow::before { animation: none; }
}

/* ---- 23. Responsive ---------------------------------------- */
@media (max-width: 1024px) {
  .pricing-cards { grid-template-columns: repeat(2, 1fr); }
  .features-overview__grid { grid-template-columns: repeat(2, 1fr); }
  .story { gap: 48px; }
  .footer__top { grid-template-columns: 1fr 1fr; gap: 36px; }
}

@media (max-width: 768px) {
  :root { --section-pad: clamp(60px, 8vw, 88px); }
  .nav__links { display: none; }
  .nav__hamburger { display: flex; }
  .hero__inner { grid-template-columns: 1fr; text-align: center; }
  .hero__sub, .hero__eyebrow { margin-left: auto; margin-right: auto; }
  .hero__ctas, .hero__trust { justify-content: center; }
  .hero__visual { display: none; }
  .problem__comparison { grid-template-columns: 1fr; }
  .problem__divider { padding-top: 0; }
  .features-overview__grid { grid-template-columns: 1fr; }
  .showcase__phones .phone-mockup { display: none; }
  .showcase__phones .phone-mockup--center { display: block; }
  .story { grid-template-columns: 1fr; gap: 36px; margin-bottom: 64px; }
  .story--reverse { direction: ltr; }
  .story__visual { order: -1; }
  .steps { grid-template-columns: 1fr; }
  .steps::before { display: none; }
  .testimonials__grid { grid-template-columns: 1fr; }
  .stats-bar__inner { grid-template-columns: repeat(2, 1fr); }
  .pricing-cards { grid-template-columns: 1fr; max-width: 380px; margin-left: auto; margin-right: auto; }
  .trust-strip__inner { flex-direction: column; align-items: flex-start; gap: 14px; }
  .footer__top { grid-template-columns: 1fr; gap: 32px; }
  .footer__bottom { flex-direction: column; text-align: center; }
  .contact-section__inner { grid-template-columns: 1fr; gap: 48px; }
  .form-row { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .hero__ctas { flex-direction: column; align-items: stretch; }
  .hero__ctas .btn { justify-content: center; }
  .btn--lg { padding: 16px 28px; }
}
