:root {
  --navy: #041a2d;
  --navy-deep: #021425;
  --navy-card: #0d2437;
  --gold: #d7a61f;
  --gold-2: #d4a11e;
  --gold-soft: #cfb06a;
  --text: #081a2f;
  --muted: #51606f;
  --muted-2: #617080;
  --beige: #ddd8cf;
  --soft: #f7f6f4;
  --soft-2: #ece7dc;
  --white: #ffffff;
  --line-soft: rgba(199, 174, 112, 0.34);
  --line: rgba(203, 176, 105, 0.25);
  --max: 1280px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: Inter, Arial, Helvetica, sans-serif;
  background: #ffffff;
  color: var(--text);
}

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

.container {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 24px;
}

/* =========================
   HEADER
   ========================= */

.topbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(4, 26, 45, 0.985);
  border-bottom: 1px solid rgba(212, 161, 30, 0.12);
}

.topbar-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  flex-shrink: 0;
  text-decoration: none;
}

.brand-logo {
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  max-width: 34px !important;
  min-height: 34px !important;
  max-height: 34px !important;
  object-fit: contain !important;
  display: block !important;
  flex: 0 0 34px !important;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  min-width: 0;
}

.brand-title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.02;
  white-space: nowrap;
  margin: 0;
}

.brand-tagline {
  color: #d4a11e;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.02;
  white-space: nowrap;
  margin: 0;
}

.nav {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-left: auto;
  flex-wrap: nowrap;
}

.nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 8px 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.01em;
  white-space: nowrap;
  transition: color 0.22s ease;
  transform: none !important;
  text-decoration: none;
}

.nav a:hover,
.nav a:focus,
.nav a:active,
.nav a:visited {
  transform: none !important;
  text-decoration: none;
}

.nav a:hover,
.nav a:focus,
.nav a:active {
  color: #ffffff;
}

.nav a::before,
.nav a::after {
  display: none !important;
  content: none !important;
}

.nav a.active,
.nav a[aria-current="page"] {
  color: #d4a11e !important;
}

.desktop-cta {
  margin-left: 10px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 20px;
  border: 1px solid transparent;
  font-size: 12.5px;
  font-weight: 600;
  cursor: pointer;
  transition:
    background 0.22s ease,
    color 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
  transform: none !important;
  text-decoration: none;
}

.btn:hover,
.btn:focus,
.btn:active {
  transform: none !important;
}

.btn-gold {
  background: #d4a11e;
  color: #111111;
}

.btn-outline {
  background: transparent;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.32);
}

.btn-outline:hover {
  background: rgba(255, 255, 255, 0.06);
}

.btn-outline-dark {
  background: transparent;
  color: #0c1930;
  border-color: rgba(12, 25, 48, 0.18);
}

.btn-outline-dark:hover {
  background: rgba(12, 25, 48, 0.04);
}

.btn-dark {
  background: #091626;
  color: #ffffff;
}

.btn-dark:hover {
  background: #122238;
}

.btn-large {
  min-height: 60px;
  padding: 0 34px;
  font-size: 17px;
  font-weight: 700;
  border-radius: 999px;
}

.nav-toggle {
  display: none;
  background: transparent;
  border: 0;
  padding: 8px;
  cursor: pointer;
  margin-left: auto;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: #ffffff;
  margin: 5px 0;
}

.nav-mobile {
  display: none;
  background: #041a2d;
  padding: 8px 24px 18px;
}

.nav-mobile a {
  display: block;
  color: rgba(255, 255, 255, 0.92);
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 14px;
  font-weight: 500;
  transform: none !important;
  text-decoration: none;
}

.nav-mobile a.active,
.nav-mobile a[aria-current="page"] {
  color: #d4a11e !important;
}

.nav-mobile.open {
  display: block;
}

.mobile-cta {
  margin-top: 14px;
  width: 100%;
}

/* =========================
   CTA BUTTON SYSTEM
   ========================= */

.btn-cta,
.btn-cta-light,
.btn-cta-dark,
.btn-outline-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 30px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
  text-decoration: none;
  transition:
    background 0.24s ease,
    color 0.24s ease,
    border-color 0.24s ease,
    box-shadow 0.24s ease,
    transform 0.24s ease,
    opacity 0.24s ease;
}

.btn-cta {
  background: #d4a11e;
  color: #111111;
  border: 1px solid #d4a11e;
}

.btn-cta:hover {
  background: #e0ad27;
  border-color: #e0ad27;
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.10);
}

.btn-cta-dark {
  background: #091626;
  color: #ffffff;
  border: 1px solid #091626;
}

.btn-cta-dark:hover {
  background: #122238;
  border-color: #122238;
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.12);
}

.btn-cta-light {
  background: transparent;
  color: #0c1930;
  border: 1px solid transparent;
  box-shadow: none;
}

.btn-cta-light:hover {
  background: #d4a11e;
  color: #111111;
  border-color: #d4a11e;
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.10);
}

.btn-outline-light {
  background: transparent;
  color: #ffffff;
  border: 1px solid transparent;
  box-shadow: none;
}

.btn-outline-light:hover {
  background: #d4a11e;
  color: #111111;
  border-color: #d4a11e;
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.14);
}

.cta-actions-center,
.services-cta-actions,
.fleet-cta-actions,
.how-cta-actions,
.cta-actions,
.form-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.cta-actions-center .btn,
.services-cta-actions .btn,
.fleet-cta-actions .btn,
.how-cta-actions .btn,
.cta-actions .btn,
.form-actions .btn {
  min-height: 56px;
  padding: 0 30px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 999px;
}

.hero-actions .btn {
  min-height: 60px;
  padding: 0 34px;
  font-size: 17px;
  font-weight: 700;
  border-radius: 999px;
}

.btn-services-cta,
.btn-how-cta {
  min-height: 58px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 999px;
}

/* =========================
   HOME HERO
   ========================= */

.hero {
  position: relative;
  min-height: 860px;
  overflow: hidden;
  background: var(--navy);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 1.1s ease-in-out, transform 1.1s ease-in-out;
}

.hero-bg.show {
  opacity: 1;
  transform: scale(1);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(3, 14, 24, 0.64) 0%,
    rgba(3, 14, 24, 0.48) 26%,
    rgba(3, 14, 24, 0.28) 52%,
    rgba(3, 14, 24, 0.18) 100%
  );
}

.hero-inner {
  position: relative;
  z-index: 2;
  min-height: 860px;
  display: flex;
  align-items: center;
}

.hero-copy-wrap {
  max-width: 760px;
  padding-top: 160px;
  padding-bottom: 110px;
}

.hero h1 {
  margin: 0 0 18px;
  color: var(--white);
  font-size: clamp(42px, 4.4vw, 58px);
  line-height: 1.04;
  letter-spacing: -0.05em;
  font-weight: 700;
  will-change: transform, opacity;
}

.hero-copy {
  margin: 0 0 30px;
  max-width: 760px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
  line-height: 1.72;
  font-weight: 400;
  will-change: transform, opacity;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.hero-actions .btn {
  min-width: 250px;
}

@keyframes heroTitleIn {
  from {
    opacity: 0;
    transform: translate3d(0, 26px, 0);
    filter: blur(8px);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
  }
}

@keyframes heroCopyIn {
  from {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
    filter: blur(6px);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
  }
}

.hero h1 {
  will-change: transform, opacity, filter;
  animation: heroTitleIn 1.15s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero-copy {
  will-change: transform, opacity, filter;
  animation: heroCopyIn 1.3s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: 0.12s;
}

.services-hero-copy h1 {
  will-change: transform, opacity, filter;
  animation: heroTitleIn 1.15s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.services-hero-copy p {
  will-change: transform, opacity, filter;
  animation: heroCopyIn 1.3s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: 0.12s;
}

.fleet-hero h1 {
  will-change: transform, opacity, filter;
  animation: heroTitleIn 1.15s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.fleet-hero p {
  will-change: transform, opacity, filter;
  animation: heroCopyIn 1.3s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: 0.12s;
}

/* =========================
   HOME CONTENT
   ========================= */

.section {
  padding: 92px 0;
}

.section-light {
  background: var(--soft);
}

.section-beige {
  background: var(--beige);
  padding: 98px 0;
}

.trust-grid {
  display: grid;
  grid-template-columns: 1.02fr 1fr;
  gap: 64px;
  align-items: center;
}

.trust-image-wrap {
  border-radius: 14px;
  overflow: hidden;
  border: 4px solid rgba(255, 255, 255, 0.75);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
}

.trust-image {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.trust-copy h2 {
  margin: 0 0 22px;
  font-size: clamp(42px, 3vw, 60px);
  line-height: 1.03;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.trust-intro {
  margin: 0 0 34px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.trust-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px 34px;
}

.trust-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.trust-icon {
  color: var(--gold);
  font-size: 28px;
  line-height: 1;
  min-width: 24px;
}

.trust-item h4 {
  margin: 0 0 6px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
}

.trust-item p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
}

.stats-band {
  background:
    radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.08) 1px, transparent 0),
    linear-gradient(180deg, #001a30 0%, #001221 100%);
  background-size: 40px 40px, auto;
  padding: 90px 0;
}

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

.stat {
  padding: 14px 38px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.stat:last-child {
  border-right: 0;
}

.stat-number {
  color: var(--gold);
  font-size: clamp(58px, 4vw, 78px);
  font-weight: 800;
  letter-spacing: -0.04em;
  margin-bottom: 22px;
}

.stat p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.55;
  max-width: 250px;
}

/* =========================
   CLIENT DOCK
   ========================= */

.clients-dock-section {
  position: relative;
  overflow: hidden;
  padding: 110px 0 95px;
  background: #0c1625;
}

.clients-dock-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(8, 16, 30, 0.54), rgba(8, 16, 30, 0.80)),
    url("../images/bg-clients-skyscrapers.jpg") center center / cover no-repeat;
  transform: scale(1.03);
}

.clients-dock-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 18%, rgba(212, 175, 55, 0.12), transparent 30%),
    radial-gradient(circle at 80% 22%, rgba(255, 255, 255, 0.05), transparent 25%),
    radial-gradient(circle at 50% 100%, rgba(212, 175, 55, 0.08), transparent 32%);
  pointer-events: none;
}

.clients-dock-content {
  position: relative;
  z-index: 2;
}

.clients-dock-heading {
  text-align: center;
  max-width: 920px;
  margin: 0 auto 42px;
}

.clients-dock-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: #d7b46a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.6px;
  text-transform: uppercase;
}

.clients-dock-heading h2 {
  margin: 0 0 14px;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.1;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 0 6px 20px rgba(0, 0, 0, 0.22);
}

.clients-dock-heading p {
  margin: 0 auto;
  max-width: 760px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
  line-height: 1.8;
}

.clients-dock-wrap {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 8px 0 0;
}

.clients-dock {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  align-items: flex-end;
}

.dock-logo {
  --dock-scale: 1;
  --dock-lift: 0px;
  --dock-brightness: 0.94;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 182px;
  height: 98px;
  padding: 1.5mm;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.42);
  box-shadow:
    0 12px 26px rgba(0, 0, 0, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.56);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transform: translateY(var(--dock-lift)) scale(var(--dock-scale));
  transition:
    transform 0.18s ease,
    box-shadow 0.22s ease,
    background 0.22s ease,
    border-color 0.22s ease;
  will-change: transform;
}

.dock-logo::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255,255,255,0.22), rgba(255,255,255,0.04));
  pointer-events: none;
}

.dock-logo img {
  position: relative;
  z-index: 1;
  width: calc(100% - 3mm);
  height: calc(100% - 3mm);
  object-fit: contain;
  object-position: center;
  filter: grayscale(100%) saturate(0%) brightness(var(--dock-brightness));
  opacity: 0.96;
  transition:
    filter 0.18s ease,
    opacity 0.18s ease,
    transform 0.18s ease;
}

.dock-logo:hover,
.dock-logo:focus-visible {
  background: rgba(255, 255, 255, 0.97);
  border-color: rgba(215, 180, 106, 0.38);
  box-shadow:
    0 22px 40px rgba(0, 0, 0, 0.22),
    0 0 0 1px rgba(215, 180, 106, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.dock-logo:hover img,
.dock-logo:focus-visible img {
  filter: grayscale(0%) saturate(100%) brightness(1);
  opacity: 1;
}

.cta-section {
  padding-top: 76px;
  padding-bottom: 82px;
}

.cta-center {
  text-align: center;
  max-width: 980px;
}

.cta-divider {
  width: 74%;
  height: 1px;
  background: rgba(215, 166, 31, 0.4);
  margin: 0 auto 44px;
}

.cta-divider.bottom {
  margin: 44px auto 0;
}

.partnership-cta h2 {
  margin: 0 0 16px;
  font-size: clamp(40px, 3.6vw, 60px);
  line-height: 1.06;
  font-weight: 800;
  letter-spacing: -0.045em;
  color: var(--text);
}

.partnership-cta p {
  margin: 0 auto 26px;
  max-width: 820px;
  color: #5b6877;
  font-size: 18px;
  line-height: 1.6;
}

/* =========================
   SERVICES
   ========================= */

.services-hero {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  background: var(--navy);
}

.services-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(2, 16, 30, 0.88) 0%,
    rgba(2, 16, 30, 0.76) 28%,
    rgba(2, 16, 30, 0.48) 58%,
    rgba(2, 16, 30, 0.22) 100%
  );
}

.services-hero-inner {
  position: relative;
  z-index: 2;
  min-height: 560px;
  display: flex;
  align-items: center;
}

.services-hero-copy {
  max-width: 760px;
  padding-top: 70px;
  padding-bottom: 52px;
}

.services-hero-pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 16px;
  margin-bottom: 22px;
  background: var(--gold);
  color: #111111;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.services-hero-copy h1 {
  margin: 0 0 18px;
  color: var(--white);
  font-size: clamp(42px, 4.4vw, 58px);
  line-height: 1.04;
  letter-spacing: -0.05em;
  font-weight: 700;
  max-width: 760px;
  will-change: transform;
}

.services-hero-copy h1 span {
  display: block;
  color: var(--gold);
}

.services-hero-copy p {
  margin: 0;
  max-width: 760px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
  line-height: 1.72;
  font-weight: 400;
  will-change: transform;
}

.services-section {
  padding: 78px 0 72px;
  background: var(--soft);
}

.services-section-head {
  margin-bottom: 52px;
  text-align: center;
}

.services-section-head h2 {
  margin: 0 0 14px;
  color: var(--text);
  font-size: clamp(34px, 3vw, 40px);
  line-height: 1.05;
  letter-spacing: -0.035em;
  font-weight: 800;
}

.services-section-head p {
  margin: 0 auto;
  max-width: 760px;
  color: var(--muted-2);
  font-size: 15px;
  line-height: 1.65;
}

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

.service-pillar-card {
  background: transparent;
  border: 1px solid var(--line-soft);
  padding: 32px 30px 28px;
  min-height: 484px;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, background 0.28s ease;
}

.service-pillar-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 18px 34px rgba(10, 20, 35, 0.08);
  border-color: rgba(199, 174, 112, 0.55);
  background: rgba(255, 255, 255, 0.34);
}

.service-pillar-card-accent {
  border-top: 4px solid var(--gold);
}

.service-icon-box {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--navy);
  color: var(--gold);
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 26px;
}

.service-pillar-card h3 {
  margin: 0 0 18px;
  color: #0d1b2f;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 28px;
  line-height: 1.15;
  letter-spacing: -0.02em;
  font-weight: 700;
  max-width: 320px;
}

.service-pillar-card p {
  margin: 0 0 28px;
  color: #566576;
  font-size: 15px;
  line-height: 1.85;
  max-width: 360px;
}

.service-mini-label {
  margin-bottom: 16px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.service-pillar-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-pillar-card li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
  color: #49586a;
  font-size: 14px;
  line-height: 1.5;
}

.service-pillar-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--gold);
  font-weight: 700;
}

.services-standard {
  background: #001b31;
  padding: 86px 0 78px;
}

.services-standard-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
  align-items: center;
}

.services-standard-copy h2 {
  margin: 0 0 22px;
  color: var(--gold);
  font-size: clamp(40px, 3.2vw, 52px);
  line-height: 1.05;
  letter-spacing: -0.04em;
  font-weight: 800;
  max-width: 640px;
}

.services-standard-copy > p {
  margin: 0 0 34px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.8;
  max-width: 620px;
}

.services-standard-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  max-width: 650px;
}

.standard-mini-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 18px 18px 16px;
  border-radius: 6px;
  transition: transform 0.28s ease, border-color 0.28s ease, background 0.28s ease, box-shadow 0.28s ease;
}

.standard-mini-card:hover {
  transform: translateY(-8px);
  border-color: rgba(215, 166, 31, 0.28);
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.14);
}

.standard-mini-icon {
  color: var(--gold);
  font-size: 28px;
  line-height: 1;
  margin-bottom: 16px;
}

.standard-mini-card h4 {
  margin: 0 0 10px;
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.28;
}

.standard-mini-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  line-height: 1.55;
}

.services-standard-media {
  position: relative;
}

.services-standard-image-wrap {
  overflow: hidden;
  border: 6px solid rgba(199, 174, 112, 0.22);
  border-radius: 6px;
}

.services-standard-image {
  width: 100%;
  height: 740px;
  object-fit: cover;
  display: block;
}

.services-standard-quote {
  position: absolute;
  left: -34px;
  bottom: -30px;
  width: 320px;
  background: var(--gold);
  color: #101010;
  padding: 28px 26px 24px;
  box-shadow: 0 20px 34px rgba(0, 0, 0, 0.18);
}

.services-standard-quote p {
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 1.55;
  font-style: italic;
  font-weight: 500;
}

.services-standard-quote span {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.services-cta-wrap {
  background: var(--soft);
  padding: 70px 0 96px;
}

.services-cta-box {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  background: var(--soft-2);
  border: 1px solid rgba(199, 174, 112, 0.28);
  box-shadow: 0 8px 22px rgba(20, 24, 34, 0.05);
  padding: 54px 42px 46px;
  border-radius: 18px;
}

.services-cta-box h2 {
  margin: 0 0 16px;
  color: var(--text);
  font-size: clamp(34px, 2.7vw, 40px);
  line-height: 1.1;
  letter-spacing: -0.035em;
  font-weight: 800;
}

.services-cta-box p {
  margin: 0 auto 30px;
  max-width: 700px;
  color: #5f6f7e;
  font-size: 15px;
  line-height: 1.65;
}

/* =========================
   FLEET
   ========================= */

.fleet-hero {
  background: #00172a;
  padding: 72px 0 64px;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(212, 161, 30, 0.28);
  color: var(--gold);
  background: rgba(212, 161, 30, 0.06);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 26px;
}

.fleet-hero h1 {
  margin: 0 0 18px;
  max-width: 680px;
  color: #ffffff;
  font-size: clamp(42px, 4.3vw, 58px);
  line-height: 1.04;
  letter-spacing: -0.055em;
  font-weight: 700;
  will-change: transform;
}

.fleet-hero h1 .gold {
  color: var(--gold);
}

.fleet-hero p {
  margin: 0;
  max-width: 660px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  line-height: 1.72;
  font-weight: 400;
  will-change: transform;
}

.fleet-grid-section {
  background: var(--soft);
  padding: 58px 0 70px;
}

.fleet-section-head {
  text-align: center;
  margin-bottom: 42px;
}

.fleet-section-head h2 {
  margin: 0 0 14px;
  color: var(--text);
  font-size: clamp(40px, 4vw, 56px);
  line-height: 1.04;
  letter-spacing: -0.05em;
  font-weight: 700;
}

.fleet-section-head p {
  margin: 0 auto;
  max-width: 860px;
  color: var(--muted-2);
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
}

.fleet-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.fleet-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.fleet-card {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  transition: transform 0.26s ease, box-shadow 0.26s ease, border-color 0.26s ease;
  cursor: pointer;
  height: 100%;
}

.fleet-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 34px rgba(16, 24, 34, 0.1);
  border-color: rgba(212, 161, 30, 0.45);
}

.fleet-card-image img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.fleet-card-body {
  padding: 22px 22px 24px;
}

.fleet-card-type {
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.fleet-card h3 {
  margin: 0 0 12px;
  color: var(--text);
  font-size: 18px;
  line-height: 1.24;
  letter-spacing: -0.03em;
  font-weight: 700;
}
.fleet-availability {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin: 0 0 16px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(215, 166, 31, 0.14);
  color: #6e510d;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
}
.fleet-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.72;
  min-height: 72px;
}

.fleet-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.fleet-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: #eef0f4;
  color: #4f5d6b;
  font-size: 12px;
  font-weight: 700;
}

.fleet-standard-section {
  background: #00172a;
  padding: 80px 0 86px;
}

.fleet-standard-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 34px;
  align-items: start;
}

.fleet-standard-copy h2 {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: clamp(40px, 4vw, 56px);
  line-height: 1.04;
  letter-spacing: -0.05em;
  font-weight: 700;
  max-width: 520px;
}

.fleet-standard-copy p {
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.75;
  max-width: 520px;
}

.feature-highlight {
  display: flex;
  align-items: center;
  gap: 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 18px 18px;
  max-width: 440px;
}

.feature-highlight-icon {
  color: var(--gold);
  font-size: 34px;
  line-height: 1;
}

.feature-highlight strong {
  display: block;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: 0.04em;
}

.feature-highlight span {
  display: block;
  color: rgba(255, 255, 255, 0.56);
  font-size: 14px;
  line-height: 1.58;
  margin-top: 4px;
}

.fleet-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.fleet-feature-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 22px 20px;
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.fleet-feature-card:hover {
  transform: translateY(-5px);
  border-color: rgba(212, 161, 30, 0.35);
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.16);
}

.fleet-feature-icon {
  color: var(--gold);
  font-size: 22px;
  line-height: 1;
  margin-bottom: 14px;
}

.fleet-feature-card h4 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.fleet-feature-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  line-height: 1.7;
}

.fleet-cta {
  background: var(--soft);
  padding: 74px 0 82px;
}

.fleet-cta-box {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.fleet-cta-box h2 {
  margin: 0 0 16px;
  color: var(--text);
  font-size: clamp(34px, 3vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.045em;
  font-weight: 700;
}

.fleet-cta-box p {
  margin: 0 auto 30px;
  max-width: 760px;
  color: var(--muted-2);
  font-size: 16px;
  line-height: 1.72;
}

/* =========================
   FOOTER
   ========================= */

.footer {
  background: #00172a;
  color: var(--white);
  padding-top: 88px;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr 1fr;
  gap: 54px;
  padding-bottom: 62px;
}

.footer-logo {
  font-size: 44px;
  font-weight: 800;
  margin-bottom: 8px;
}

.footer-company {
  color: var(--gold);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 24px;
}

.footer-brand-col p {
  max-width: 340px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.75;
}

.socials {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.socials a {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 700;
  text-decoration: none;
  transition:
    background 0.22s ease,
    color 0.22s ease,
    border-color 0.22s ease,
    transform 0.22s ease;
}

.socials a:hover {
  transform: translateY(-2px);
}

.socials a.facebook:hover {
  background: #1877f2;
  border-color: #1877f2;
  color: #ffffff;
}

.socials a.linkedin:hover {
  background: #0a66c2;
  border-color: #0a66c2;
  color: #ffffff;
}

.socials a.xcom:hover {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}

.footer-col h4 {
  margin: 10px 0 18px;
  font-size: 18px;
  font-weight: 700;
}

.footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-col li {
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
}

.contact-list li {
  color: var(--white);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 28px 24px 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  flex-wrap: wrap;
  color: var(--gold-soft);
  font-size: 14px;
  letter-spacing: 0.08em;
}

.footer-bottom-links {
  display: flex;
  gap: 42px;
}

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

@media (max-width: 1180px) {
  .trust-features,
  .stats-grid,
  .footer-main,
  .services-card-grid,
  .services-standard-cards {
    grid-template-columns: 1fr 1fr;
  }

  .trust-grid,
  .services-standard-grid,
  .fleet-standard-grid {
    grid-template-columns: 1fr;
  }

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

  .services-standard-media {
    max-width: 760px;
  }

  .services-standard-quote {
    left: 18px;
  }

  .stat:nth-child(2) {
    border-right: 0;
  }

  .stat:nth-child(1),
  .stat:nth-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    padding-bottom: 40px;
  }

  .stat:nth-child(3),
  .stat:nth-child(4) {
    padding-top: 40px;
  }
}

@media (max-width: 1100px) {
  .nav,
  .desktop-cta {
    display: none;
  }

  .nav-toggle {
    display: inline-block;
  }
}

@media (max-width: 980px) {
  .hero,
  .hero-inner {
    min-height: 740px;
  }

  .hero-copy-wrap {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .trust-features,
  .stats-grid,
  .footer-main,
  .services-card-grid,
  .services-standard-cards,
  .fleet-grid,
  .fleet-feature-grid {
    grid-template-columns: 1fr;
  }

  .stat {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    padding: 24px 0 34px;
  }

  .stat:last-child {
    border-bottom: 0;
  }

  .services-hero,
  .services-hero-inner {
    min-height: 480px;
  }

  .services-hero-copy {
    padding-top: 54px;
    padding-bottom: 46px;
  }

  .services-standard-image {
    height: 520px;
  }

  .services-standard-quote {
    position: static;
    width: 100%;
    margin-top: 18px;
  }
}

@media (max-width: 767px) {
  .clients-dock-section {
    padding: 86px 0 72px;
  }

  .clients-dock {
    gap: 14px;
  }

  .dock-logo {
    width: calc(50% - 10px);
    min-width: 145px;
    height: 86px;
    border-radius: 16px;
    padding: 1.5mm;
  }

  .dock-logo img {
    width: calc(100% - 3mm);
    height: calc(100% - 3mm);
  }
}

@media (max-width: 640px) {
  .container {
    padding: 0 18px;
  }

  .brand {
    gap: 10px;
  }

  .brand-logo {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    max-width: 42px !important;
    min-height: 42px !important;
    max-height: 42px !important;
    flex: 0 0 42px !important;
  }

  .brand-title {
    font-size: 14px;
    white-space: normal;
  }

  .brand-tagline {
    font-size: 7px;
    letter-spacing: 0.14em;
    white-space: normal;
  }

  .nav-mobile a {
    font-size: 14px;
  }

  .hero,
  .hero-inner {
    min-height: 640px;
  }

  .hero-copy-wrap {
    padding-top: 100px;
    padding-bottom: 70px;
  }

  .hero h1,
  .services-hero-copy h1,
  .fleet-hero h1 {
    font-size: 36px !important;
  }

  .hero-copy,
  .services-hero-copy p,
  .fleet-hero p {
    font-size: 15px !important;
    line-height: 1.7 !important;
  }

  .hero-actions .btn,
  .cta-actions-center .btn,
  .services-cta-actions .btn,
  .fleet-cta-actions .btn,
  .how-cta-actions .btn,
  .cta-actions .btn,
  .form-actions .btn,
  .btn-cta,
  .btn-cta-light,
  .btn-cta-dark,
  .btn-outline-light {
    width: 100%;
    min-width: 0;
    font-size: 15px;
  }

  .trust-image {
    height: 340px;
  }

  .services-section,
  .services-standard,
  .services-cta-wrap,
  .fleet-grid-section,
  .fleet-standard-section,
  .fleet-cta {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .services-hero,
  .services-hero-inner {
    min-height: 410px;
  }

  .services-hero-copy {
    padding-top: 40px;
    padding-bottom: 34px;
  }

  .service-pillar-card {
    min-height: auto;
    padding: 24px 20px;
  }

  .service-pillar-card h3 {
    font-size: 23px;
  }

  .services-standard-image {
    height: 360px;
  }

  .services-cta-box {
    padding: 32px 20px;
    border-radius: 14px;
  }

  .fleet-card-image img {
    height: 230px;
  }

  .footer-bottom {
    font-size: 12px;
    letter-spacing: 0.04em;
  }

  .footer-bottom-links {
    gap: 18px;
    flex-wrap: wrap;
  }
}/* =========================================================
   CRTI WEBSITE FINALIZATION PATCH
   Contact Form + Fleet Notice + Client Logo Notice
========================================================= */

.clients-approval-note {
  max-width: 960px;
  margin: 0 auto 28px;
  padding: 14px 18px;
  border: 1px solid rgba(215, 180, 106, 0.32);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  line-height: 1.7;
  text-align: center;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.fleet-availability-note {
  max-width: 900px;
  margin: 24px auto 0;
  padding: 16px 20px;
  border: 1px solid rgba(215, 166, 31, 0.38);
  border-radius: 14px;
  background: rgba(215, 166, 31, 0.10);
  color: #304055;
  font-size: 14px;
  line-height: 1.75;
  text-align: center;
}

.fleet-availability-note strong {
  color: #081a2f;
  font-weight: 800;
}

.fleet-tags span.long-term-tag {
  background: rgba(215, 166, 31, 0.14);
  color: #6e510d;
  border-color: rgba(215, 166, 31, 0.28);
}

.optional-longterm,
.optional-airport {
  display: none;
}
/* =========================================================
   CRTI HOME HERO BUTTON VISIBILITY FIX
   Makes Explore Services visible on dark hero background
========================================================= */

.hero-actions .btn-cta-light {
  background: rgba(255, 255, 255, 0.96) !important;
  color: #081a2f !important;
  border: 1px solid rgba(255, 255, 255, 0.96) !important;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
}

.hero-actions .btn-cta-light:hover {
  background: #d4a11e !important;
  color: #111111 !important;
  border-color: #d4a11e !important;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.22);
}
/* =========================================================
   CRTI CLIENT STRATEGY NOTE
   Highlights client portfolio value for management review
========================================================= */

.clients-strategy-note {
  max-width: 980px;
  margin: 0 auto 28px;
  padding: 26px 28px;
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(247, 241, 226, 0.94));
  border: 1px solid rgba(215, 180, 106, 0.48);
  box-shadow:
    0 22px 48px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
  text-align: left;
}

.clients-strategy-note .strategy-label {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 13px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: rgba(212, 161, 30, 0.14);
  color: #7a5b10;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.clients-strategy-note h3 {
  margin: 0 0 12px;
  color: #081a2f;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.18;
  letter-spacing: -0.035em;
  font-weight: 800;
}

.clients-strategy-note p {
  margin: 0 0 12px;
  color: #344256;
  font-size: 15px;
  line-height: 1.75;
}

.clients-strategy-note p:last-child {
  margin-bottom: 0;
}

@media (max-width: 640px) {
  .clients-strategy-note {
    padding: 22px 20px;
    border-radius: 16px;
  }

  .clients-strategy-note p {
    font-size: 14px;
  }
}
/* =========================
   CONTACT EMAIL HOVER FIX
   ========================= */

.contact-email-link {
  display: inline-block;
  color: var(--text);
  text-decoration: none;
  transition: color 0.22s ease;
}

.contact-email-link:hover {
  color: var(--gold);
}
/* =========================================================
   CRTI UNIFORM FOOTER CONTACT UPDATE
   Applies to all pages
========================================================= */

.footer-company-slogan {
  margin-top: -18px;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.35;
  font-style: italic;
}
.contact-list a {
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
  transition: color 0.22s ease;
}

.contact-list a:hover {
  color: var(--gold);
}

.footer-contact-phone {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-phone-icons {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.footer-phone-icons a {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(212, 161, 30, 0.32);
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  transition:
    background 0.22s ease,
    color 0.22s ease,
    border-color 0.22s ease;
}

.footer-phone-icons a.whatsapp:hover {
  background: #25d366;
  color: #ffffff;
  border-color: #25d366;
}

.footer-phone-icons a.viber:hover {
  background: #7360f2;
  color: #ffffff;
  border-color: #7360f2;
}
/* =========================================================
   CRTI FINAL UNIFORM FOOTER PATCH
========================================================= */

.footer {
  background: #00101f !important;
  color: #ffffff !important;
  padding-top: 88px !important;
  border-top: 1px solid rgba(212, 161, 30, 0.22) !important;
}

.footer-company {
  margin-bottom: 4px !important;
}

.footer-company-slogan {
  margin-top: 0 !important;
  margin-bottom: 24px !important;
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
  font-style: italic !important;
}

.contact-list a {
  color: rgba(255, 255, 255, 0.88) !important;
  text-decoration: none !important;
  transition: color 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.contact-list a:hover {
  color: var(--gold) !important;
}

.footer-contact-phone {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
}

.footer-phone-icons {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
}

.footer-phone-icons a {
  width: 24px !important;
  height: 24px !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(212, 161, 30, 0.32) !important;
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: 12px !important;
  line-height: 1 !important;
}

.footer-phone-icons a.whatsapp:hover {
  background: #25d366 !important;
  color: #ffffff !important;
  border-color: #25d366 !important;
}

.footer-phone-icons a.viber:hover {
  background: #7360f2 !important;
  color: #ffffff !important;
  border-color: #7360f2 !important;
}

.socials a {
  width: 34px !important;
  height: 34px !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: rgba(255, 255, 255, 0.85) !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  transition:
    background 0.22s ease,
    color 0.22s ease,
    border-color 0.22s ease,
    transform 0.22s ease !important;
}

.socials a:hover {
  transform: translateY(-2px) !important;
}

.socials a.facebook:hover {
  background: #1877f2 !important;
  border-color: #1877f2 !important;
  color: #ffffff !important;
}

.socials a.linkedin:hover {
  background: #0a66c2 !important;
  border-color: #0a66c2 !important;
  color: #ffffff !important;
}

.socials a.xcom:hover {
  background: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}.client-trust-section {
  padding: 90px 0;
  background: linear-gradient(135deg, #07111f 0%, #1d2733 45%, #f3ead8 100%);
  color: #ffffff;
}

.client-trust-section .section-label {
  color: #d8b766;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 14px;
}

.client-trust-section h2 {
  max-width: 850px;
  font-size: clamp(32px, 4vw, 56px);
  line-height: 1.1;
  margin-bottom: 22px;
  color: #ffffff;
}

.trust-intro {
  max-width: 880px;
  color: #d8dee8;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 38px;
}

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

.industry-card {
  background: linear-gradient(145deg, rgba(255,255,255,0.10), rgba(5,15,28,0.88));
  border: 1px solid rgba(216,183,102,0.35);
  border-radius: 24px;
  padding: 26px;
  box-shadow: 0 18px 45px rgba(0,0,0,0.25);
}

.industry-card h3 {
  color: #e3c77a;
  font-size: 20px;
  margin-bottom: 12px;
}

.industry-card p {
  color: #f1f4f8;
  line-height: 1.6;
  margin-bottom: 14px;
}

.industry-card span {
  display: block;
  color: #c8d0dc;
  font-size: 13px;
  line-height: 1.5;
}

.trust-highlight {
  margin-top: 34px;
  padding: 34px;
  border-radius: 28px;
  background: linear-gradient(135deg, #f7f1e6, #d8dee8);
  color: #101827;
  border: 1px solid rgba(216,183,102,0.45);
}

.trust-highlight h3 {
  font-size: 30px;
  color: #07111f;
  margin-bottom: 12px;
}

.trust-highlight p {
  max-width: 900px;
  line-height: 1.7;
  color: #293241;
}

.trust-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.primary-btn,
.secondary-btn {
  display: inline-block;
  padding: 13px 20px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
}

.primary-btn {
  background: linear-gradient(135deg, #c7a45b, #e3c77a);
  color: #07111f;
}

.secondary-btn {
  border: 1px solid #c7a45b;
  color: #07111f;
}

@media (max-width: 900px) {
  .industry-grid {
    grid-template-columns: 1fr;
  }
}.primary-btn,
.secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.25s ease;
  cursor: pointer;
}

.primary-btn {
  background: linear-gradient(135deg, #c7a45b, #e3c77a);
  color: #07111f;
  border: 1px solid #c7a45b;
}

.secondary-btn {
  background: #ffffff;
  border: 1px solid #c7a45b;
  color: #07111f;
}

.primary-btn:hover,
.secondary-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(0,0,0,0.18);
}

/* CRTI Instagram footer icon fix */
.socials a.instagram:hover {
  background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af, #515bd4) !important;
  border-color: #dd2a7b !important;
  color: #ffffff !important;
}
