:root {
  --tm-navy-950: #061126;
  --tm-navy-900: #0b1c3d;
  --tm-navy-850: #10264f;
  --tm-navy-800: #153263;
  --tm-blue-600: #087ce8;
  --tm-blue-500: #1e90ff;
  --tm-blue-400: #55adff;
  --tm-blue-100: #dceeff;
  --tm-sky-50: #f4f9ff;
  --tm-slate-900: #10213c;
  --tm-slate-700: #354762;
  --tm-slate-600: #53647c;
  --tm-slate-500: #718096;
  --tm-slate-300: #cbd6e5;
  --tm-slate-200: #dfe7f1;
  --tm-slate-100: #edf3f9;
  --tm-white: #ffffff;
  --tm-success: #5dd6a0;
  --tm-radius-sm: 0.65rem;
  --tm-radius: 1rem;
  --tm-radius-lg: 1.5rem;
  --tm-shadow-sm: 0 10px 30px rgba(11, 28, 61, 0.08);
  --tm-shadow-md: 0 18px 50px rgba(11, 28, 61, 0.12);
  --tm-shadow-lg: 0 30px 80px rgba(4, 18, 43, 0.24);
  --tm-heading: "Space Grotesk", "Segoe UI", sans-serif;
  --tm-body: "Inter", "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 86px;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--tm-slate-900);
  background: var(--tm-white);
  font-family: var(--tm-body);
  font-size: 1rem;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.nav-open {
  overflow: hidden;
}

::selection {
  color: var(--tm-white);
  background: var(--tm-blue-600);
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  color: var(--tm-navy-900);
  font-family: var(--tm-heading);
  font-weight: 700;
  letter-spacing: -0.03em;
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: inherit;
}

button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid rgba(85, 173, 255, 0.75);
  outline-offset: 3px;
}

.container {
  --bs-gutter-x: 2rem;
  max-width: 1240px;
}

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.icon {
  width: 1.15em;
  height: 1.15em;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.skip-link {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 10000;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  color: var(--tm-white);
  background: var(--tm-blue-600);
  font-weight: 700;
  text-decoration: none;
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.btn {
  --bs-btn-padding-x: 1.25rem;
  --bs-btn-padding-y: 0.78rem;
  --bs-btn-font-family: var(--tm-body);
  --bs-btn-font-weight: 700;
  --bs-btn-border-radius: 0.65rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  letter-spacing: -0.01em;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

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

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--tm-blue-500);
  --bs-btn-border-color: var(--tm-blue-500);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--tm-blue-600);
  --bs-btn-hover-border-color: var(--tm-blue-600);
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0671d2;
  --bs-btn-active-border-color: #0671d2;
  box-shadow: 0 14px 34px rgba(30, 144, 255, 0.24);
}

.btn-primary:hover {
  box-shadow: 0 18px 40px rgba(30, 144, 255, 0.34);
}

.btn-outline-light {
  --bs-btn-color: rgba(255, 255, 255, 0.92);
  --bs-btn-border-color: rgba(255, 255, 255, 0.3);
  --bs-btn-hover-color: var(--tm-navy-900);
  --bs-btn-hover-bg: var(--tm-white);
  --bs-btn-hover-border-color: var(--tm-white);
  --bs-btn-active-color: var(--tm-navy-900);
  --bs-btn-active-bg: var(--tm-white);
  --bs-btn-active-border-color: var(--tm-white);
  backdrop-filter: blur(8px);
}

.btn-lg {
  --bs-btn-padding-y: 0.95rem;
  --bs-btn-padding-x: 1.45rem;
  --bs-btn-font-size: 1rem;
}

.site-header {
  z-index: 1000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(7, 20, 45, 0.88);
  backdrop-filter: blur(18px);
  transition: box-shadow 220ms ease, background-color 220ms ease, border-color 220ms ease;
}

.site-header.is-scrolled {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(6, 17, 38, 0.96);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.2);
}

.navbar {
  min-height: 78px;
  padding: 0.65rem 0;
}

.navbar-brand {
  width: min(225px, 53vw);
  margin-right: 2rem;
  padding: 0;
}

.navbar-brand img,
.footer-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.navbar-toggler {
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 0.65rem;
  padding: 0.5rem 0.62rem;
  box-shadow: none !important;
}

.navbar-toggler-icon {
  width: 1.3rem;
  height: 1.3rem;
}

.navbar-nav {
  gap: 0.15rem;
}

.navbar .nav-link {
  position: relative;
  padding: 0.62rem 0.72rem !important;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  font-weight: 600;
  transition: color 180ms ease;
}

.navbar .nav-link::after {
  position: absolute;
  right: 0.72rem;
  bottom: 0.32rem;
  left: 0.72rem;
  height: 2px;
  border-radius: 999px;
  background: var(--tm-blue-500);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus,
.navbar .nav-link.active {
  color: var(--tm-white);
}

.navbar .nav-link:hover::after,
.navbar .nav-link:focus::after,
.navbar .nav-link.active::after {
  transform: scaleX(1);
}

.btn-nav {
  --bs-btn-padding-x: 1rem;
  --bs-btn-padding-y: 0.68rem;
  font-size: 0.88rem;
}

.hero {
  position: relative;
  min-height: 100vh;
  padding: 166px 0 0;
  overflow: hidden;
  color: var(--tm-white);
  background:
    radial-gradient(circle at 80% 18%, rgba(30, 144, 255, 0.16), transparent 26%),
    radial-gradient(circle at 8% 78%, rgba(31, 112, 202, 0.13), transparent 28%),
    linear-gradient(135deg, var(--tm-navy-950) 0%, var(--tm-navy-900) 48%, #0c2451 100%);
}

.hero::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 90px;
  background: linear-gradient(to bottom right, transparent 49.3%, var(--tm-sky-50) 50%);
  content: "";
  pointer-events: none;
}

.hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(115, 181, 255, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(115, 181, 255, 0.1) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to bottom, #000, transparent 90%);
  pointer-events: none;
}

.hero-grid::after {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 70% 35%, transparent 0, rgba(6, 17, 38, 0.15) 32%, rgba(6, 17, 38, 0.75) 78%);
  content: "";
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
}

.hero-orb-one {
  top: 14%;
  right: -180px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(85, 173, 255, 0.18);
  box-shadow: inset 0 0 90px rgba(30, 144, 255, 0.06);
}

.hero-orb-one::before,
.hero-orb-one::after {
  position: absolute;
  border: 1px solid rgba(85, 173, 255, 0.12);
  border-radius: 50%;
  content: "";
}

.hero-orb-one::before {
  inset: 70px;
}

.hero-orb-one::after {
  inset: 145px;
}

.hero-orb-two {
  bottom: 8%;
  left: -90px;
  width: 260px;
  height: 260px;
  background: rgba(30, 144, 255, 0.06);
  filter: blur(70px);
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--tm-blue-600);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow {
  margin-bottom: 1.35rem;
  padding: 0.54rem 0.8rem;
  border: 1px solid rgba(85, 173, 255, 0.22);
  border-radius: 999px;
  color: #a9d6ff;
  background: rgba(30, 144, 255, 0.08);
}

.eyebrow-dot {
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  background: var(--tm-success);
  box-shadow: 0 0 0 5px rgba(93, 214, 160, 0.12);
}

.hero-title {
  max-width: 850px;
  margin-bottom: 1.5rem;
  color: var(--tm-white);
  font-size: clamp(3rem, 5.7vw, 5.35rem);
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.hero-title span {
  color: var(--tm-blue-400);
}

.hero-copy {
  max-width: 730px;
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(1.03rem, 1.5vw, 1.18rem);
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-bottom: 2rem;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.hero-tags span {
  padding: 0.45rem 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.5rem;
  color: rgba(255, 255, 255, 0.64);
  background: rgba(255, 255, 255, 0.035);
  font-size: 0.78rem;
  font-weight: 600;
}

.hero-panel {
  position: relative;
  padding: clamp(1.5rem, 3vw, 2.2rem);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--tm-radius-lg);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.035));
  box-shadow: var(--tm-shadow-lg);
  backdrop-filter: blur(18px);
}

.hero-panel::before {
  position: absolute;
  top: -80px;
  right: -80px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(30, 144, 255, 0.13);
  filter: blur(15px);
  content: "";
}

.panel-topline {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1.3rem;
  color: #b8dbff;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.status-dot {
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 50%;
  background: var(--tm-success);
  box-shadow: 0 0 0 5px rgba(93, 214, 160, 0.12);
}

.hero-panel h2 {
  position: relative;
  margin-bottom: 0.9rem;
  color: var(--tm-white);
  font-size: clamp(1.7rem, 2.8vw, 2.35rem);
  line-height: 1.18;
}

.hero-panel > p {
  position: relative;
  margin-bottom: 1.6rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.96rem;
}

.confidence-list {
  position: relative;
  display: grid;
  gap: 0.8rem;
}

.confidence-item {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  padding: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.78rem;
  background: rgba(3, 14, 34, 0.32);
}

.confidence-icon {
  display: grid;
  width: 1.85rem;
  height: 1.85rem;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: var(--tm-success);
  background: rgba(93, 214, 160, 0.1);
}

.confidence-icon .icon {
  width: 1rem;
  height: 1rem;
  stroke-width: 2.4;
}

.confidence-item strong {
  display: block;
  margin-bottom: 0.13rem;
  color: var(--tm-white);
  font-size: 0.89rem;
}

.confidence-item small {
  display: block;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.76rem;
  line-height: 1.55;
}

.panel-footer {
  position: relative;
  margin-top: 1.3rem;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.panel-footer > span {
  display: block;
  margin-bottom: 0.6rem;
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.panel-footer > div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.panel-footer b {
  padding: 0.35rem 0.55rem;
  border-radius: 0.38rem;
  color: rgba(255, 255, 255, 0.68);
  background: rgba(255, 255, 255, 0.065);
  font-size: 0.69rem;
  font-weight: 600;
}

.hero-stats-wrap {
  z-index: 2;
  margin-top: 5.5rem;
  padding-bottom: 8.2rem;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--tm-radius);
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(16px);
}

.stat-item {
  position: relative;
  padding: 1.5rem 1.25rem;
  text-align: center;
}

.stat-item:not(:last-child)::after {
  position: absolute;
  top: 22%;
  right: 0;
  bottom: 22%;
  width: 1px;
  background: rgba(255, 255, 255, 0.12);
  content: "";
}

.stat-number {
  display: block;
  margin-bottom: 0.3rem;
  color: var(--tm-white);
  font-family: var(--tm-heading);
  font-size: clamp(1.8rem, 3vw, 2.45rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.stat-item span {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.79rem;
  font-weight: 600;
}

.section {
  position: relative;
  padding: clamp(5rem, 8vw, 8rem) 0;
}

.section-light {
  background: var(--tm-sky-50);
}

.section-heading {
  margin-bottom: 3.4rem;
}

.section-heading.text-center {
  max-width: 770px;
}

.section-kicker {
  margin-bottom: 0.85rem;
}

.section-kicker::before {
  width: 1.6rem;
  height: 2px;
  background: currentColor;
  content: "";
}

.section-kicker-light {
  color: #8bc7ff;
}

.section-heading h2,
.value-section h2,
.cta-section h2 {
  margin-bottom: 0;
  font-size: clamp(2.25rem, 4.5vw, 3.65rem);
  line-height: 1.1;
}

.section-heading p {
  margin-bottom: 0;
  color: var(--tm-slate-600);
  font-size: 1rem;
}

.capability-grid > div,
.credential-grid > div,
.client-grid > div {
  display: flex;
}

.capability-card {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 1.65rem;
  overflow: hidden;
  border: 1px solid var(--tm-slate-200);
  border-radius: var(--tm-radius);
  background: var(--tm-white);
  box-shadow: var(--tm-shadow-sm);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.capability-card::after {
  position: absolute;
  right: -25px;
  bottom: -25px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(30, 144, 255, 0.06);
  content: "";
  transition: transform 220ms ease;
}

.capability-card:hover {
  border-color: rgba(30, 144, 255, 0.32);
  box-shadow: var(--tm-shadow-md);
  transform: translateY(-6px);
}

.capability-card:hover::after {
  transform: scale(1.7);
}

.capability-card-featured {
  border-color: rgba(30, 144, 255, 0.3);
  background: linear-gradient(145deg, #ffffff, #f2f8ff);
}

.service-label {
  position: absolute;
  top: 1.3rem;
  right: 1.3rem;
  padding: 0.32rem 0.5rem;
  border-radius: 999px;
  color: var(--tm-blue-600);
  background: var(--tm-blue-100);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.capability-icon {
  display: grid;
  width: 3.25rem;
  height: 3.25rem;
  margin-bottom: 1.4rem;
  place-items: center;
  border: 1px solid rgba(30, 144, 255, 0.16);
  border-radius: 0.82rem;
  color: var(--tm-blue-600);
  background: var(--tm-sky-50);
}

.capability-icon .icon {
  width: 1.55rem;
  height: 1.55rem;
}

.capability-card h3 {
  margin-bottom: 0.8rem;
  font-size: 1.2rem;
  line-height: 1.27;
  letter-spacing: -0.025em;
}

.capability-card p {
  position: relative;
  z-index: 1;
  margin-bottom: 1.35rem;
  color: var(--tm-slate-600);
  font-size: 0.9rem;
  line-height: 1.7;
}

.card-link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  width: fit-content;
  margin-top: auto;
  color: var(--tm-blue-600);
  font-size: 0.83rem;
  font-weight: 800;
  text-decoration: none;
}

.card-link .icon {
  width: 0.95rem;
  transition: transform 180ms ease;
}

.card-link:hover .icon {
  transform: translateX(4px);
}

.value-section {
  overflow: hidden;
  color: var(--tm-white);
  background:
    radial-gradient(circle at 10% 100%, rgba(30, 144, 255, 0.17), transparent 29%),
    linear-gradient(135deg, var(--tm-navy-950), var(--tm-navy-900));
}

.value-section::before {
  position: absolute;
  inset: 0;
  opacity: 0.13;
  background-image: radial-gradient(rgba(114, 181, 255, 0.7) 1px, transparent 1px);
  background-size: 28px 28px;
  content: "";
  mask-image: linear-gradient(90deg, #000, transparent 68%);
}

.value-section .container {
  position: relative;
}

.value-section h2 {
  max-width: 560px;
  margin-bottom: 1.25rem;
  color: var(--tm-white);
}

.lead-copy {
  max-width: 540px;
  margin-bottom: 1.8rem;
  color: rgba(255, 255, 255, 0.66);
  font-size: 1.04rem;
}

.value-card {
  position: relative;
  padding: 1.45rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--tm-radius);
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(10px);
  transition: background-color 200ms ease, transform 200ms ease, border-color 200ms ease;
}

.value-card:hover {
  border-color: rgba(85, 173, 255, 0.34);
  background: rgba(255, 255, 255, 0.085);
  transform: translateY(-4px);
}

.value-number {
  position: absolute;
  top: 0.6rem;
  right: 1rem;
  color: rgba(85, 173, 255, 0.14);
  font-family: var(--tm-heading);
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
}

.value-card h3 {
  position: relative;
  margin: 2.4rem 0 0.65rem;
  color: var(--tm-white);
  font-size: 1.18rem;
}

.value-card p {
  position: relative;
  color: rgba(255, 255, 255, 0.57);
  font-size: 0.88rem;
  line-height: 1.7;
}

.delivery-section {
  background: var(--tm-white);
}

.delivery-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

.delivery-track::before {
  position: absolute;
  top: 1.62rem;
  right: 11%;
  left: 11%;
  height: 1px;
  background: linear-gradient(90deg, rgba(30, 144, 255, 0.12), rgba(30, 144, 255, 0.55), rgba(30, 144, 255, 0.12));
  content: "";
}

.delivery-step {
  position: relative;
  padding: 0 0.55rem;
  text-align: center;
}

.step-marker {
  position: relative;
  z-index: 1;
  display: grid;
  width: 3.25rem;
  height: 3.25rem;
  margin: 0 auto 1.25rem;
  place-items: center;
  border: 6px solid var(--tm-white);
  border-radius: 50%;
  color: var(--tm-white);
  background: var(--tm-blue-500);
  box-shadow: 0 0 0 1px rgba(30, 144, 255, 0.2), 0 10px 26px rgba(30, 144, 255, 0.23);
  font-family: var(--tm-heading);
  font-weight: 700;
}

.step-label {
  display: block;
  margin-bottom: 0.5rem;
  color: var(--tm-blue-600);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.delivery-step h3 {
  margin-bottom: 0.65rem;
  font-size: 1.12rem;
  line-height: 1.35;
}

.delivery-step p {
  color: var(--tm-slate-600);
  font-size: 0.86rem;
  line-height: 1.65;
}

.credentials-section {
  background: var(--tm-sky-50);
}

.credential-card {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 1.6rem;
  overflow: hidden;
  border: 1px solid var(--tm-slate-200);
  border-radius: var(--tm-radius);
  background: var(--tm-white);
  box-shadow: var(--tm-shadow-sm);
  transition: transform 210ms ease, box-shadow 210ms ease, border-color 210ms ease;
}

.credential-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--tm-blue-500), #60b7ff);
  content: "";
}

.credential-card:hover {
  border-color: rgba(30, 144, 255, 0.28);
  box-shadow: var(--tm-shadow-md);
  transform: translateY(-5px);
}

.credential-badge {
  display: grid;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1.2rem;
  place-items: center;
  border-radius: 50%;
  color: var(--tm-blue-600);
  background: var(--tm-blue-100);
}

.credential-badge .icon {
  width: 1.45rem;
  height: 1.45rem;
}

.credential-type {
  margin-bottom: 0.55rem;
  color: var(--tm-blue-600);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.credential-card h3 {
  margin-bottom: 0.75rem;
  font-size: 1.17rem;
  line-height: 1.32;
}

.credential-card p {
  margin-bottom: 1.25rem;
  color: var(--tm-slate-600);
  font-size: 0.87rem;
  line-height: 1.68;
}

.credential-footer {
  display: block;
  margin-top: auto;
  padding-top: 0.9rem;
  border-top: 1px solid var(--tm-slate-100);
  color: var(--tm-slate-500);
  font-size: 0.72rem;
  font-weight: 700;
}

.credential-placeholder {
  border-style: dashed;
  border-color: rgba(30, 144, 255, 0.42);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(229, 243, 255, 0.55));
}

.credential-placeholder::before {
  height: 3px;
  opacity: 0.55;
  background: repeating-linear-gradient(90deg, var(--tm-blue-500) 0 10px, transparent 10px 17px);
}

.credential-placeholder .credential-badge {
  border: 1px dashed rgba(30, 144, 255, 0.45);
  background: transparent;
}

.clients-section {
  background: var(--tm-white);
}

.client-card {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 1.6rem;
  border: 1px solid var(--tm-slate-200);
  border-radius: var(--tm-radius);
  background: var(--tm-white);
  box-shadow: var(--tm-shadow-sm);
  transition: transform 210ms ease, box-shadow 210ms ease, border-color 210ms ease;
}

.client-card:hover {
  border-color: rgba(30, 144, 255, 0.3);
  box-shadow: var(--tm-shadow-md);
  transform: translateY(-5px);
}

.client-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.3rem;
}

.client-logo-image {
  width: 3.4rem;
  height: 3.4rem;
  padding: 0.35rem;
  border: 1px solid var(--tm-slate-200);
  border-radius: 0.8rem;
  background: var(--tm-white);
  object-fit: contain;
}

.client-logo-placeholder {
  display: grid;
  width: 3.4rem;
  height: 3.4rem;
  place-items: center;
  border: 1px dashed rgba(30, 144, 255, 0.5);
  border-radius: 0.8rem;
  color: var(--tm-blue-600);
  background: var(--tm-sky-50);
  font-family: var(--tm-heading);
  font-size: 0.85rem;
  font-weight: 700;
}

.client-status {
  padding: 0.35rem 0.55rem;
  border-radius: 999px;
  color: var(--tm-blue-600);
  background: var(--tm-blue-100);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.client-industry {
  display: block;
  margin-bottom: 0.42rem;
  color: var(--tm-slate-500);
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.client-card h3 {
  margin-bottom: 0.72rem;
  font-size: 1.22rem;
}

.client-card p {
  margin-bottom: 1.3rem;
  color: var(--tm-slate-600);
  font-size: 0.88rem;
  line-height: 1.7;
}

.client-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: auto;
}

.client-tags span {
  padding: 0.32rem 0.5rem;
  border: 1px solid var(--tm-slate-200);
  border-radius: 0.4rem;
  color: var(--tm-slate-500);
  background: var(--tm-sky-50);
  font-size: 0.67rem;
  font-weight: 700;
}

.cta-section {
  position: relative;
  padding: clamp(5rem, 8vw, 8rem) 0;
  overflow: hidden;
  color: var(--tm-white);
  background:
    radial-gradient(circle at 92% 18%, rgba(30, 144, 255, 0.2), transparent 30%),
    linear-gradient(140deg, #07162f, var(--tm-navy-900));
}

.cta-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.15;
  background-image:
    linear-gradient(rgba(85, 173, 255, 0.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(85, 173, 255, 0.14) 1px, transparent 1px);
  background-size: 45px 45px;
  mask-image: linear-gradient(90deg, #000, transparent 75%);
}

.cta-section h2 {
  max-width: 600px;
  margin-bottom: 1.25rem;
  color: var(--tm-white);
}

.cta-section > .container > .row > div:first-child > p {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 1rem;
}

.contact-points {
  display: grid;
  gap: 0.8rem;
  margin-top: 2rem;
}

.contact-point {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.contact-point > span {
  display: grid;
  width: 2.65rem;
  height: 2.65rem;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 0.72rem;
  color: var(--tm-blue-400);
  background: rgba(255, 255, 255, 0.055);
}

.contact-point > span .icon {
  width: 1.2rem;
  height: 1.2rem;
}

.contact-point small {
  display: block;
  margin-bottom: 0.08rem;
  color: rgba(255, 255, 255, 0.43);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-point a,
.contact-point strong {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.86rem;
  font-weight: 600;
  text-decoration: none;
}

.contact-point a:hover {
  color: var(--tm-white);
}

.proposal-card {
  padding: clamp(1.4rem, 3vw, 2rem);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--tm-radius-lg);
  color: var(--tm-slate-900);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--tm-shadow-lg);
}

.proposal-card-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid var(--tm-slate-200);
}

.proposal-card-heading span:first-child {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--tm-blue-600);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.proposal-card-heading h3 {
  margin-bottom: 0;
  font-size: 1.55rem;
}

.response-badge {
  flex: 0 0 auto;
  padding: 0.38rem 0.55rem;
  border-radius: 999px;
  color: #0d7e55;
  background: #e3f8ef;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.form-label {
  margin-bottom: 0.42rem;
  color: var(--tm-slate-700);
  font-size: 0.75rem;
  font-weight: 700;
}

.form-control,
.form-select {
  min-height: 3rem;
  border: 1px solid var(--tm-slate-300);
  border-radius: 0.62rem;
  color: var(--tm-slate-900);
  background-color: var(--tm-white);
  font-size: 0.88rem;
  box-shadow: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

textarea.form-control {
  min-height: 8rem;
  resize: vertical;
}

.form-control::placeholder {
  color: #8c9aae;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--tm-blue-500);
  box-shadow: 0 0 0 0.22rem rgba(30, 144, 255, 0.12);
}

.form-control.is-valid,
.form-select.is-valid {
  border-color: #40ad7f;
}

.form-note {
  color: var(--tm-slate-500);
  font-size: 0.73rem;
  line-height: 1.5;
}

.form-status {
  display: none;
  padding: 0.8rem 0.95rem;
  border-radius: 0.55rem;
  font-size: 0.78rem;
  font-weight: 600;
}

.form-status.is-success {
  display: block;
  color: #0d6849;
  background: #e5f7ef;
}

.form-status.is-error {
  display: block;
  color: #8b2733;
  background: #fdecef;
}

.site-footer {
  padding: 4.8rem 0 1.5rem;
  color: rgba(255, 255, 255, 0.58);
  background: var(--tm-navy-950);
}

.footer-logo {
  display: block;
  width: min(245px, 80%);
  margin-bottom: 1.25rem;
}

.site-footer p {
  max-width: 440px;
  font-size: 0.88rem;
  line-height: 1.75;
}

.footer-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.3rem;
}

.footer-proof span {
  padding: 0.4rem 0.58rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.45rem;
  color: rgba(255, 255, 255, 0.65);
  background: rgba(255, 255, 255, 0.035);
  font-size: 0.67rem;
  font-weight: 700;
}

.site-footer h2 {
  margin-bottom: 1.1rem;
  color: var(--tm-white);
  font-family: var(--tm-body);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

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

.site-footer li + li {
  margin-top: 0.58rem;
}

.site-footer li a {
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.82rem;
  text-decoration: none;
  transition: color 160ms ease, padding-left 160ms ease;
}

.site-footer li a:hover {
  padding-left: 0.2rem;
  color: var(--tm-white);
}

.footer-contact li a {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 600;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 4rem;
  padding-top: 1.3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.72rem;
}

.back-to-top {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 900;
  display: grid;
  width: 2.9rem;
  height: 2.9rem;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0.72rem;
  color: var(--tm-white);
  background: rgba(11, 28, 61, 0.92);
  box-shadow: 0 12px 30px rgba(4, 18, 43, 0.22);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 180ms ease, transform 180ms ease, background-color 180ms ease;
}

.back-to-top:hover {
  background: var(--tm-blue-600);
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.noscript-message {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  z-index: 9999;
  padding: 1rem;
  border-radius: 0.65rem;
  color: var(--tm-white);
  background: #8c2633;
  text-align: center;
  font-size: 0.84rem;
  font-weight: 600;
}

html.js .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 650ms cubic-bezier(0.2, 0.7, 0.2, 1), transform 650ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

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

@media (max-width: 1199.98px) {
  .hero {
    padding-top: 150px;
  }

  .hero-title {
    font-size: clamp(3rem, 5.5vw, 4.4rem);
  }

  .navbar .nav-link {
    padding-right: 0.55rem !important;
    padding-left: 0.55rem !important;
    font-size: 0.84rem;
  }

  .delivery-track {
    gap: 0.8rem;
  }
}

@media (max-width: 991.98px) {
  html {
    scroll-padding-top: 74px;
  }

  .navbar {
    min-height: 72px;
  }

  .navbar-collapse {
    margin-top: 0.7rem;
    padding: 0.75rem 0 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .navbar-nav {
    align-items: stretch !important;
  }

  .navbar .nav-link {
    padding: 0.72rem 0.2rem !important;
  }

  .navbar .nav-link::after {
    right: auto;
    bottom: 0.45rem;
    left: 0.2rem;
    width: 2rem;
  }

  .btn-nav {
    width: 100%;
  }

  .hero {
    min-height: auto;
    padding-top: 132px;
  }

  .hero-title {
    max-width: 790px;
  }

  .hero-panel {
    max-width: 720px;
  }

  .hero-stats-wrap {
    margin-top: 4rem;
  }

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

  .stat-item:nth-child(2)::after {
    display: none;
  }

  .stat-item:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .delivery-track {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.2rem 1.3rem;
  }

  .delivery-track::before {
    display: none;
  }

  .proposal-card {
    margin-top: 0.5rem;
  }
}

@media (max-width: 767.98px) {
  .container {
    --bs-gutter-x: 1.35rem;
  }

  .hero {
    padding-top: 118px;
  }

  .hero::after {
    height: 54px;
  }

  .hero-title {
    font-size: clamp(2.55rem, 12vw, 3.8rem);
  }

  .hero-copy {
    font-size: 0.98rem;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-tags span {
    flex: 1 1 auto;
    text-align: center;
  }

  .hero-stats-wrap {
    padding-bottom: 6.2rem;
  }

  .hero-stats {
    grid-template-columns: 1fr 1fr;
  }

  .stat-item {
    padding: 1.25rem 0.85rem;
  }

  .stat-item span {
    font-size: 0.7rem;
  }

  .section {
    padding: 4.5rem 0;
  }

  .section-heading {
    margin-bottom: 2.5rem;
  }

  .section-heading h2,
  .value-section h2,
  .cta-section h2 {
    font-size: clamp(2rem, 9vw, 2.8rem);
  }

  .delivery-track {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .delivery-step {
    max-width: 520px;
    margin: 0 auto;
  }

  .proposal-card-heading {
    flex-direction: column;
  }

  .response-badge {
    align-self: flex-start;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 3rem;
  }
}

@media (max-width: 575.98px) {
  .navbar-brand {
    width: 190px;
  }

  .eyebrow {
    align-items: flex-start;
    border-radius: 0.7rem;
    font-size: 0.65rem;
  }

  .eyebrow-dot {
    margin-top: 0.24rem;
  }

  .hero-panel {
    padding: 1.25rem;
    border-radius: 1rem;
  }

  .hero-stats {
    grid-template-columns: 1fr;
  }

  .stat-item:not(:last-child)::after {
    top: auto;
    right: 10%;
    bottom: 0;
    left: 10%;
    width: auto;
    height: 1px;
  }

  .stat-item:nth-child(-n + 2) {
    border-bottom: 0;
  }

  .stat-number {
    font-size: 2rem;
  }

  .capability-card,
  .credential-card,
  .client-card {
    padding: 1.35rem;
  }

  .proposal-card {
    padding: 1.2rem;
    border-radius: 1rem;
  }

  .proposal-card-heading h3 {
    font-size: 1.3rem;
  }

  .back-to-top {
    right: 0.8rem;
    bottom: 0.8rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  html.js .reveal {
    opacity: 1;
    transform: none;
  }
}

@media print {
  .site-header,
  .hero-actions,
  .back-to-top,
  .proposal-card,
  .site-footer .btn {
    display: none !important;
  }

  .hero,
  .value-section,
  .cta-section,
  .site-footer {
    color: #000 !important;
    background: #fff !important;
  }

  .hero-title,
  .hero-panel h2,
  .value-section h2,
  .value-card h3,
  .cta-section h2,
  .site-footer h2 {
    color: #000 !important;
  }

  .hero::after,
  .hero-grid,
  .hero-orb,
  .cta-pattern,
  .value-section::before {
    display: none !important;
  }
}

/* Keep Bootstrap's negative row gutters within tablet and mobile viewports. */
@media (max-width: 991.98px) {
  html {
    overflow-x: clip;
  }

  .row {
    --bs-gutter-x: 2rem;
  }
}

@media (max-width: 767.98px) {
  .row {
    --bs-gutter-x: 1.35rem;
  }
}
