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

html {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background-color: #fff;
  color: #002a3a;
}

a {
  text-decoration: none;
}

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

/* =============================================
   LAYOUT UTILITY
   ============================================= */
.section-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: clamp(1rem, 4vw, 5.5rem);
  padding-right: clamp(1rem, 4vw, 5.5rem);
}

/* =============================================
   NAVBAR
   ============================================= */
.navbar {
  position: relative;
  z-index: 100;
  background-color: #002a3a;
}

.navbar-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 1.5rem clamp(1rem, 4vw, 3rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

.navbar-logo {
  height: 40px;
  width: auto;
  object-fit: contain;
}

.navigation {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  font-weight: 700;
  font-variant: all-small-caps;
  letter-spacing: 1.25px;
  line-height: 20px;
  flex-wrap: wrap;
}

.navigation b {
  color: rgba(255, 255, 255, 0.8);
}

.navigation a,
.navigation a:visited {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

.navigation a:hover {
  color: #fff;
}

/* Partner With Us button */
.link15 {
  border: 2px solid #ff7d00;
  color: #ff7d00;
  padding: 0 1.1rem;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.link15 b {
  color: #ff7d00;
}

/* =============================================
   HERO
   ============================================= */
.hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  background: url('/images/hero-bg.jpg') center/cover no-repeat;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,42,58,0.6) 0%, rgba(0,42,58,0.8) 50%, #002a3a 100%);
  z-index: 0;
}

.hero-inner {
  position: relative;
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 140px;
}

.hero-content {
  max-width: 720px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* Badge pill */
.container18 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 999px;
  background-color: rgba(255, 125, 0, 0.1);
  border: 1px solid #ff7d00;
  padding: 0.4rem 1rem;
  width: fit-content;
  color: #FF7D00;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  font-weight: 700;
  font-variant: all-small-caps;
  letter-spacing: 1.25px;
  line-height: 20px;
}

.text2 {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background-color: #ff7d00;
  opacity: 0.54;
  flex-shrink: 0;
}

.bridging-innovation {
  color: #FF7D00;
}

/* Main heading */
.heading-1 {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.the-engine-for {
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: clamp(3rem, 7vw, 90px);
  font-weight: 700;
  font-variant: all-small-caps;
  letter-spacing: -1.677px;
  line-height: 0.88;
  display: block;
}

.text {
  display: block;
}

.defense-tech-startups {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: clamp(3rem, 7vw, 90px);
  font-weight: 700;
  font-variant: all-small-caps;
  letter-spacing: -1.677px;
  line-height: 0.88;
  background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0)),
    linear-gradient(90deg, #fff, #f6f8f9 7.14%, #edf2f4 14.29%, #e5ebee 21.43%,
    #dce5e9 28.57%, #d4dee3 35.71%, #cbd8de 42.86%, #c2d1d8 50%,
    #bacbd3 57.14%, #b2c4cd 64.29%, #a9bec8 71.43%, #a1b8c2 78.57%,
    #98b1bd 85.71%, #90abb7 92.86%, #88a5b2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Description */
.paragraph6 {
  opacity: 0.9;
  font-size: clamp(1rem, 2vw, 28px);
  color: #dbeafe;
}

.hanawerx-is-the {
  letter-spacing: -0.45px;
  line-height: 1.43;
  font-weight: 600;
}

/* CTA buttons */
.hero-ctas {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.link.discover-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  height: 56px;
  padding: 0 1.5rem;
  border: 2px solid #ff7d00;
  color: #FF7D00;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 24px;
  font-weight: 700;
  font-variant: all-small-caps;
  letter-spacing: 1.25px;
  line-height: 20px;
  text-decoration: none;
}

.discover-the-advantage {
  color: #FF7D00;
}

/* Scroll indicator */
.scroll-down-indicator {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  font-family: Inter, sans-serif;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.scroll-down {
  color: rgba(255, 255, 255, 0.5);
}

/* =============================================
   ADVANTAGE SECTION
   ============================================= */
.advantage-section {
  background-color: #f2fcff;
  width: 100%;
  padding: 96px 0;
  overflow: hidden;
}

.advantage-header {
  max-width: 896px;
  margin-bottom: 4rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.container23 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  height: 20px;
}

.text4 {
  height: 20px;
  display: flex;
  align-items: center;
}

.the-hanawerx-difference {
  color: #FF7D00;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  font-weight: 700;
  font-variant: all-small-caps;
  letter-spacing: 1.25px;
  line-height: 20px;
}

.heading-22 {
  font-size: clamp(2rem, 5vw, 58px);
  color: #002a3a;
}

.weve-been-boots {
  line-height: 1.2;
  font-weight: 900;
  font-variant: all-small-caps;
  color: #002A3A;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: clamp(2rem, 5vw, 58px);
}

.we-know-what {
  line-height: 1.2;
  font-weight: 900;
  font-variant: all-small-caps;
  color: #2B309C;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: clamp(2rem, 5vw, 58px);
}

.paragraph7 {
  font-size: 24px;
  color: #45556c;
}

.we-are-the {
  letter-spacing: -0.45px;
  line-height: 1.625;
  font-weight: 600;
}

/* Cards */
.advantage-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

/* Tech Startups card */
.container25 {
  box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1);
  border-radius: 14px;
  background-color: #fff;
  border-top: 4px solid #ff7d00;
  overflow: hidden;
  color: #002a3a;
  padding: 52px 48px 48px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  position: relative;
}

.container25::after {
  content: '';
  position: absolute;
  top: -60px;
  right: 0;
  width: 128px;
  height: 128px;
  border-radius: 0 0 0 999px;
  background-color: rgba(255, 125, 0, 0.05);
}

.container26 {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 32px;
}

.container27 {
  height: 64px;
  width: 64px;
  border-radius: 999px;
  background-color: rgba(255, 125, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.heading-35 {
  display: flex;
  align-items: center;
}

.for-tech-startups {
  color: #002A3A;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 32px;
  font-weight: 700;
  font-variant: all-small-caps;
  letter-spacing: 0.396px;
  line-height: 36px;
}

.paragraph8 {
  color: #45556c;
  font-size: 20px;
}

.sbir-funding-is {
  letter-spacing: -0.45px;
  line-height: 1.625;
  font-weight: 600;
}

/* List inside tech card */
.list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  color: #314158;
}

.list .list-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 20px;
  letter-spacing: -0.45px;
  line-height: 1.625;
  font-weight: 600;
}

.container28 {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background-color: #2b309c;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.incubation-government {
  letter-spacing: -0.45px;
  line-height: 1.625;
  font-weight: 600;
}

/* Government card */
.container34 {
  box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
  border-radius: 14px;
  background-color: #002a3a;
  overflow: hidden;
  color: #fff;
  padding: 48px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  position: relative;
}

.container34::after {
  content: '';
  position: absolute;
  top: -96px;
  right: 0;
  width: 192px;
  height: 192px;
  border-radius: 0 0 0 999px;
  background-color: rgba(43, 48, 156, 0.2);
}

.container35 {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 32px;
}

.container36 {
  height: 64px;
  width: 64px;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.heading-36 {
  display: flex;
  align-items: flex-start;
}

.for-the-government {
  color: #FFF;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 32px;
  font-weight: 700;
  font-variant: all-small-caps;
  letter-spacing: 0.396px;
  line-height: 36px;
}

.paragraph9 {
  color: rgba(219, 234, 254, 0.9);
  font-size: 20px;
}

.hanawerx-is-the2 {
  letter-spacing: -0.45px;
  line-height: 1.625;
  font-weight: 600;
}

/* 8a box */
.container37 {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  font-size: 24px;
  color: #ff7d00;
}

.container37 .list-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.the-8a-advantage {
  letter-spacing: -0.45px;
  line-height: 1.625;
  font-weight: 600;
  color: #ff7d00;
}

.paragraph10 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 20px;
  color: #fff;
}

.sole-source-as {
  letter-spacing: -0.45px;
  line-height: 1.625;
  font-weight: 600;
}

.text10 {
  font-size: 32px;
  color: #ff7d00;
}

.million {
  letter-spacing: 0.4px;
  line-height: 36px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-variant: all-small-caps;
}

/* List 2 in gov card */
.list2 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: #dbeafe;
}

.list2-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 20px;
}

.list2-item svg {
  flex-shrink: 0;
  margin-top: 2px;
}

.accelerated-deployment-of,
.reduced-risk-through {
  letter-spacing: -0.45px;
  line-height: 1.625;
  font-weight: 600;
}

/* =============================================
   FRAMEWORK SECTION
   ============================================= */
.framework-section {
  background-color: #fff;
  width: 100%;
  padding: 96px 0;
  text-align: left;
  color: #002a3a;
}

.framework-header {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 5rem;
}

/* Mission First Approach badge */
.container40 {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1), 0 1px 2px -1px rgba(0,0,0,0.1);
  border-radius: 6px;
  border: 2px solid #002a3a;
  padding: 0 1rem;
  height: 40px;
  width: fit-content;
}

.mission-first-approach {
  letter-spacing: 1.25px;
  line-height: 20px;
  color: #002A3A;
  text-align: center;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  font-weight: 700;
  font-variant: all-small-caps;
}

.heading-23 {
  font-size: clamp(2rem, 5vw, 58px);
  font-weight: 900;
  font-variant: all-small-caps;
  color: #002A3A;
  text-align: center;
  line-height: 1.2;
}

.the-framework {
  line-height: 1.2;
  font-weight: 900;
  font-variant: all-small-caps;
  color: #002A3A;
  text-align: center;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: clamp(2rem, 5vw, 58px);
}

.paragraph11 {
  font-size: 24px;
  color: #45556c;
  max-width: 768px;
}

.i-have-an {
  letter-spacing: -0.45px;
  line-height: 1.625;
  font-weight: 600;
  text-align: center;
}

/* Framework two-column layout */
.framework-body {
  display: grid;
  grid-template-columns: 1fr 435px;
  gap: 2.5rem;
  align-items: start;
}

/* Steps column */
.framework-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
}

.framework-steps::before {
  content: '';
  position: absolute;
  top: 32px;
  left: 32px;
  width: 4px;
  height: calc(100% - 64px);
  background: linear-gradient(180deg,
    #ff7d00 0%,
    rgba(231,113,0,0.93) 7.14%,
    rgba(208,101,0,0.86) 14.29%,
    rgba(185,89,0,0.79) 21.43%,
    rgba(163,77,0,0.71) 28.57%,
    rgba(141,66,0,0.64) 35.71%,
    rgba(120,55,0,0.57) 42.86%,
    rgba(99,44,0,0.5) 50%,
    rgba(79,34,0,0.43) 57.14%,
    rgba(60,24,0,0.36) 64.29%,
    rgba(42,15,0,0.29) 71.43%,
    rgba(25,7,0,0.21) 78.57%,
    rgba(10,2,0,0.14) 85.71%,
    rgba(1,0,0,0.07) 92.86%,
    rgba(0,0,0,0) 100%);
  z-index: 0;
}

.framework-step {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 1;
}

/* Numbered circle */
.container45 {
  height: 64px;
  width: 64px;
  border-radius: 999px;
  background-color: #002a3a;
  border: 4px solid #fff;
  box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.text13 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.b, .b2, .b5 {
  color: #FFF;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 32px;
  font-weight: 700;
  font-variant: all-small-caps;
  letter-spacing: 0.396px;
  line-height: 1;
}

/* Step card */
.container46 {
  flex: 1;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1), 0 1px 2px -1px rgba(0,0,0,0.1);
  border-radius: 0 14px 14px 0;
  background-color: #f2fcff;
  border-left: 4px solid #ff7d00;
  padding: 32px 32px 32px 36px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: #002a3a;
}

.container47 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

.heading-37 {
  display: flex;
  align-items: center;
}

.paragraph12 {
  font-size: 20px;
  color: #314158;
  letter-spacing: -0.449px;
  line-height: 1.625;
  font-weight: 600;
}

/* Why It Matters card */
.framework2 {
  box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
  border-radius: 14px;
  background-color: #fff;
  border-top: 10px solid #2b309c;
  overflow: hidden;
  position: sticky;
  top: 80px;
}

.container87 {
  padding: 56px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.heading-314 {
  display: flex;
  align-items: center;
}

.the-impact {
  color: #FF7D00;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  font-weight: 700;
  font-variant: all-small-caps;
  letter-spacing: 1.25px;
  line-height: 20px;
}

.heading-44 {
  font-size: 32px;
  color: #314158;
}

.why-it-matters {
  letter-spacing: 0.4px;
  line-height: 36px;
  color: #314158;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 32px;
  font-weight: 700;
  font-variant: all-small-caps;
}

/* Why it matters list */
.list5 {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 0.5rem;
  color: rgba(49, 65, 88, 0.9);
}

.list-item15,
.list-item16,
.list-item17,
.list-item18 {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  font-size: 20px;
}

.list-item15 svg,
.list-item16 svg,
.list-item17 svg,
.list-item18 svg {
  flex-shrink: 0;
  margin-top: 4px;
}

.customers-target-the,
.time-and-resources,
.higher-quality-targeted,
.customers-have-a {
  letter-spacing: -0.45px;
  line-height: 1.625;
  font-weight: 600;
}

.list-item19 {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: #314158;
}

.container88 {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  background-color: #ff7d00;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.a-significantly-greater {
  letter-spacing: -0.45px;
  line-height: 1.625;
  font-weight: 900;
}

/* =============================================
   CAPABILITIES SECTION
   ============================================= */
.capabilities-section {
  width: 100%;
  padding: 96px 0;
  background: linear-gradient(0deg, rgba(0,42,58,0.90) 0%, rgba(0,42,58,0.90) 100%),
    url('/images/capabilities-bg.jpg') lightgray 50% / cover no-repeat;
  color: #f2fcff;
}

/* Header row */
.capabilities-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.25rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 2.5rem;
}

.container2 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 768px;
}

.heading-2 {
  line-height: 1.2;
}

.caps {
  color: #F2FCFF;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: clamp(2rem, 4.5vw, 58px);
  font-weight: 900;
  font-variant: all-small-caps;
  line-height: 1.2;
}

.ecosystem {
  color: #FF7D00;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: clamp(2rem, 4.5vw, 58px);
  font-weight: 900;
  font-variant: all-small-caps;
  line-height: 1.2;
}

.paragraph {
  font-size: 24px;
  color: rgba(219, 234, 254, 0.9);
}

.we-arent-just {
  letter-spacing: -0.45px;
  line-height: 1.625;
  font-weight: 600;
}

.container3 {
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
}

/* 2×2 Grid */
.capabilities-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  font-size: 20px;
  color: #fff;
}

.container5 {
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.container6 {
  display: flex;
  align-items: flex-start;
}

.heading-3 {
  display: flex;
}

.cmmc-compliance {
  color: #FFF;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 24px;
  font-weight: 700;
  font-variant: all-small-caps;
  letter-spacing: 1.25px;
  line-height: 1.2;
}

.paragraph2 {
  color: rgba(219, 234, 254, 0.8);
  font-size: 20px;
}

.we-ensure-you,
.we-get-into,
.our-robust-network,
.through-targeted-equity {
  letter-spacing: -0.45px;
  line-height: 1.625;
  font-weight: 600;
}

/* =============================================
   TEAM SECTION
   ============================================= */
.team-section {
  background-color: #f8fafc;
  width: 100%;
  padding: 96px 0;
  text-align: center;
  color: #002a3a;
}

.team-header {
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.team-heading {
  color: #002A3A;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: clamp(2rem, 5vw, 58px);
  font-weight: 900;
  font-variant: all-small-caps;
  line-height: 1.2;
}

.paragraph17 {
  font-size: 24px;
  color: #45556c;
  max-width: 768px;
}

.led-by-operators {
  letter-spacing: -0.45px;
  line-height: 1.625;
  font-weight: 600;
}

/* Cards */
.team-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  max-width: 1024px;
  margin: 0 auto;
}

.container66,
.container72 {
  box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1);
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  aspect-ratio: 4 / 3;
}

.container66 {
  background: url('/images/team-troy.jpg') lightgray center/cover no-repeat;
}

.container72 {
  background: url('/images/team-dan.jpg') lightgray center/cover no-repeat;
}

.container67 {
  background-color: rgba(0, 42, 58, 0.7);
  overflow: hidden;
  padding: 1.5rem;
  margin-top: auto;
  position: relative;
}

.container75 {
  background-color: rgba(43, 48, 156, 0.7);
  overflow: hidden;
  padding: 1.5rem;
  margin-top: auto;
  position: relative;
}

.container68 {
  display: none;
}

.container70,
.container77 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  position: relative;
  z-index: 1;
}

.heading-312 {
  display: flex;
  align-items: flex-start;
}

.troy-cooper,
.daniel-beechwood {
  color: #FFF;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 32px;
  font-weight: 700;
  font-variant: all-small-caps;
  letter-spacing: 0.396px;
  line-height: 36px;
}

.container71 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 20px;
  color: #dbeafe;
}

.chief-executive-officer,
.project-manager {
  color: #DBEAFE;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  font-weight: 700;
  font-variant: all-small-caps;
  letter-spacing: 1.25px;
  line-height: 20px;
}

/* =============================================
   FOOTER
   ============================================= */
.footer {
  width: 100%;
  background: linear-gradient(0deg, rgba(0,31,43,0.90) 0%, rgba(0,31,43,0.90) 100%),
    url('/images/footer.jpg') lightgray 50% / cover no-repeat;
  color: rgba(219, 234, 254, 0.70);
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.625;
  letter-spacing: -0.449px;
  padding: 96px 0 0;
  position: relative;
  overflow: hidden;
}

.footer::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 384px;
  height: 384px;
  border-radius: 999px;
  background-color: rgba(255, 125, 0, 0.05);
  filter: blur(128px);
  pointer-events: none;
}

.footer-inner {
  padding-bottom: 0;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 3rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.footer-logo {
  height: 40px;
  width: auto;
  object-fit: contain;
  object-position: left;
}

.paragraph18 {
  color: rgba(219, 234, 254, 0.7);
  max-width: 448px;
}

.the-full-service-accelerator {
  letter-spacing: -0.45px;
  line-height: 1.625;
  font-weight: 600;
}

/* Quick links column */
.container83,
.container84 {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.container83 .for-tech-startups,
.container84 .for-tech-startups {
  color: #FFF;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 32px;
  font-weight: 700;
  font-variant: all-small-caps;
  letter-spacing: 0.396px;
  line-height: 36px;
}

.list3,
.list4 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 20px;
  color: rgba(219, 234, 254, 0.7);
}

.list-item8 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.the-advantage {
  color: rgba(219, 234, 254, 0.70);
  text-decoration: none;
  letter-spacing: -0.45px;
  line-height: 1.625;
  font-weight: 600;
}

.the-advantage:hover {
  color: rgba(219, 234, 254, 1);
}

.contact-email {
  color: rgba(219, 234, 254, 0.70);
  text-decoration: none;
  letter-spacing: -0.45px;
  line-height: 1.625;
  font-weight: 600;
}

.contact-email:hover {
  color: rgba(219, 234, 254, 1);
}

/* Contact column */
.list4 {
  gap: 1.25rem;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.footer-contact-item svg {
  flex-shrink: 0;
  margin-top: 2px;
}

.contact-address,
.contact-email {
  letter-spacing: -0.45px;
  line-height: 1.625;
  font-weight: 600;
}

/* Footer bottom bar */
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 1.5rem 0;
  font-size: 20px;
  color: rgba(219, 234, 254, 0.5);
}

.footer-legal {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.privacy-policy-link {
  letter-spacing: -0.45px;
  line-height: 1.625;
  font-weight: 600;
  color: rgba(219, 234, 254, 0.5);
}

/* =============================================
   RESPONSIVE — TABLET  (≤ 1024px)
   ============================================= */
@media (max-width: 1024px) {
  .framework-body {
    grid-template-columns: 1fr;
  }

  .framework2 {
    position: static;
  }

  .footer-top {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .navigation {
    gap: 1.25rem;
  }
}

/* =============================================
   RESPONSIVE — LARGE TABLET / SMALL LAPTOP (≤ 900px)
   ============================================= */
@media (max-width: 900px) {
  .advantage-cards {
    grid-template-columns: 1fr;
  }

  .capabilities-grid {
    grid-template-columns: 1fr;
  }

  .team-cards {
    grid-template-columns: 1fr;
    max-width: 500px;
  }

  .capabilities-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .container3 {
    display: none;
  }
}

/* =============================================
   RESPONSIVE — MOBILE  (≤ 640px)
   ============================================= */
@media (max-width: 640px) {
  .navbar-inner {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navigation {
    flex-wrap: wrap;
    gap: 0.75rem;
    font-size: 16px;
  }

  .link15 {
    height: 36px;
    font-size: 16px;
  }

  .hero-inner {
    padding-top: 160px;
    padding-bottom: 5rem;
  }

  .hero-content {
    gap: 1.25rem;
  }

  .scroll-down-indicator {
    display: none;
  }

  .advantage-section,
  .framework-section,
  .capabilities-section,
  .team-section,
  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .framework-header {
    margin-bottom: 3rem;
  }

  .framework-step {
    gap: 1rem;
  }

  .container45 {
    width: 48px;
    height: 48px;
  }

  .b, .b2, .b5 {
    font-size: 24px;
  }

  .container87 {
    padding: 2rem;
  }

  .container25,
  .container34 {
    padding: 2rem;
  }

  .footer-top {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }

  .navigation b,
  .navigation a {
    font-size: 16px;
  }

  .container66,
  .container72 {
    aspect-ratio: 4 / 3;
  }
}

/* =============================================
   LINK & HOVER UTILITIES
   ============================================= */
.advantage-section a,
.advantage-section a:visited {
  color: rgba(219, 234, 254, 0.70);
  text-decoration: none;
}
