:root {
	--navy-deep: #04081f;
	--navy-mid: #0a1a3a;
	--navy-card: #0e1a2e;
	--navy-border: #1a2a4a;
	--navy-elevated: #142a4a;
	--cyan: #00d4ff;
	--cyan-bright: #4ae3ff;
	--cyan-soft: #4ad4c8;
	--gold: #d4af37;
	--text-primary: #ffffff;
	--text-secondary: #a8bcd9;
	--text-tertiary: #7f93b4;
	--text-quiet: #5a6d8a;
	--door-1: #d94545;
	--door-2: #4caf50;
	--door-3: #4a90e2;
	--door-4: #f5a623;
	--door-5: #9bb872;
	--door-6: #4ad4c8;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: 500;
	line-height: 1.18;
}

.label-eyebrow {
	display: inline-block;
	font-size: clamp(10px, calc(9.423px + 0.18vw), 12px);
	letter-spacing: 5px;
	color: var(--cyan);
	font-weight: 600;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.section-title {
	font-size: clamp(30px, calc(25.964px + 1.261vw), 44px);
	line-height: 1.15;
	margin-bottom: clamp(15px, calc(13.559px + 0.45vw), 20px);
	color: var(--text-primary);
}

.section-sub {
	font-size: clamp(14px, calc(12.847px + 0.36vw), 18px);
	color: var(--text-secondary);
	max-width: 760px;
	margin: 0 auto;
	line-height: 1.7;
}

.section-header {
	text-align: center;
	margin-bottom: clamp(35px, calc(30.676px + 1.351vw), 50px);
}

.hero-header-title-accent-lhblue {
	color: var(--cyan);
}

/* ============================ STICKY NAV ============================ */
nav {
	background: rgba(4, 8, 31, 0.88);
  box-shadow: none;
}

.nav-links a {
	color: #fff;
}

.nav-links a:hover {
	color: var(--cyan);
}

.nav-links .cta {
	background: var(--cyan);
	color: #fff;
	padding: 7px 13px;
	border-radius: 4px;
	font-weight: 600;
	text-transform: uppercase;
	transition:  0.3s ease;
}

.nav-links .cta:hover {
  color: #fff;
	transform: translateY(-1px);
}

/* ============================ HERO ============================ */
.hero {
	background: var(--navy-deep);
	overflow: hidden;
}

.hero-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: calc(100vh - 300px);
	position: relative;
}

.hero-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(50px, calc(35.586px + 4.505vw), 100px);
}

.hero-header>div:nth-of-type(1) {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.hero-header-title {
  font-size: clamp(40px, calc(34.234px + 1.802vw), 60px);
	text-align: center;
  letter-spacing: 6px;
}

.hero-header-promise {
	font-size: clamp(24px, calc(23.135px + 0.27vw), 27px);
	font-weight: 500;
	font-style: italic;
	color: var(--cyan);
	line-height: 1;
	margin-bottom: 5px;
	letter-spacing: 2px;
}

.hero-header-subpromise {
	font-size: clamp(14px, calc(12.847px + 0.36vw), 18px);
	font-weight: 400;
	line-height: 1.5;
	color: var(--text-secondary);
	max-width: 584px;
	letter-spacing: 4px;
}

.hero-header-promise,
.hero-header-subpromise {
	text-align: center;
}

.hero-header-subpromise strong {
	color: #fff;
}

.hero-header-sublist {
  display: none;
  align-items: center;
	justify-content: center;
}

.hero-header-item {
  font-size: clamp(14px, calc(13.423px + 0.18vw), 16px);
  text-transform: uppercase;
  letter-spacing: 6px;
  display: flex;
  align-items: center;
}

.hero-header-sublist,
.hero-header-item {
  gap: 10px;
}

.hero-header-item::after {
  content: "•";
  font-size: clamp(14px, calc(13.423px + 0.18vw), 16px);
}

.hero-header-item:last-of-type::after {
  content: none;
}

.hero-header-item,
.hero-header-item::after {
  color: #00d4ff;
}

.hero-header>div:nth-of-type(2) {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: clamp(20px, calc(14.234px + 1.802vw), 40px);
  width: 100%;
}

.hero-header-list {
  display: flex;
  align-items: center;
  gap: clamp(20px, calc(14.234px + 1.802vw), 40px);
}

.hero-header-bottom-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.hero-header-bottom-title {
  font-size: clamp(24px, calc(19.387px + 1.441vw), 40px);
}

.hero-header-bottom-description {
  font-size: clamp(10px, calc(8.847px + 0.36vw), 14px);
  text-transform: uppercase;
  color: #9fb3d4;
  letter-spacing: 4px;
}

.hero-eye-svg-wrapper {
	position: relative;
	width: 100%;
	height: clamp(385px, calc(363.378px + 6.757vw), 460px);
}

.hero-eye-svg-wrapper svg {
	display: block;
	width: 100%;
	height: 100%;
}

#eye-pupil {
  transform-origin: center;
  will-change: transform;
}

.hero-icon {
	position: absolute;
	width: 20px;
	height: 20px;
}

.hero-icon1 {
	top: 100px;
	left: 2%;
}

.hero-icon2 {
	top: 190px;
	left: 140px;
}

.hero-icon3 {
	left: 300px;
}

.hero-icon4 {
	top: 22%;
	left: 27%;
}

.hero-icon5 {
	left: 580px;
}

.hero-icon6 {
	top: 280px;
	left: 710px;
}

.hero-icon7 {
	right: 42%;
}

.hero-icon8 {
	top: 30%;
	right: 42%;
}

.hero-icon9 {
	right: 30%;
	top: 13%;
}

.hero-icon10 {
	right: 33%;
	top: 25%;
}

.hero-icon11 {
	right: 13%;
	top: 10%;
}

.hero-icon12 {
	top: 20%;
	right: 20%;
}

.hero-icon13 {
	top: 40%;
	left: 25%;
}

.hero-icon14 {
	top: 30%;
	left: 35%;
}

.hero-icon15 {
	left: 15%;
	top: 50%;
}

.hero-icon16 {
	top: 37%;
	left: 6%;
}

.hero-icon17 {
	left: 3%;
	bottom: 35%;
}

.hero-icon18 {
	left: 26%;
	bottom: 40%;
}

.hero-icon19 {
	left: 20%;
	bottom: 10%;
}

.hero-icon20 {
	left: 35%;
	bottom: 31%;
}

.hero-icon21 {
	left: 42%;
	bottom: 10%;
}

.hero-icon22 {
	right: 40%;
	bottom: 31%;
}

.hero-icon23 {
	right: 33%;
	bottom: 58%;
}

.hero-icon24 {
	right: 20%;
	bottom: 62%;
}

.hero-icon25 {
	left: 5%;
}

.hero-icon26 {
	right: 32%;
}

.hero-icon27 {
	right: 16%;
	bottom: 50%;
}

.hero-icon28 {
	right: 7%;
	bottom: 64%;
}

.hero-icon29 {
	right: 27%;
	bottom: 38%;
}

.hero-icon30 {
	right: 2%;
	bottom: 9%;
}

.hero-icon32 {
	top: 15%;
	right: 3%;
}

.hero-icon33 {
	right: 5%;
	bottom: 46%;
}

.hero-icon34 {
	right: 15%;
	bottom: 34%;
}

.parallax-item {
	will-change: transform;
}

.hero-door-wrapper {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(216px, 1fr));
	align-items: stretch;
	gap: clamp(15px, calc(13.559px + 0.45vw), 20px);
}

.hero-door-item {
	padding: 15px;
	background: #0e1a2e;
	border: 1px solid;
	border-top: clamp(3px, calc(2.423px + 0.18vw), 5px) solid;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: clamp(10px, calc(8.559px + 0.45vw), 15px);
}

.hero-door-item:nth-of-type(1) {
	border-color: #d94545;
}
.hero-door-item:nth-of-type(2),
.hero-door-item:nth-of-type(5) {
	border-color: #4caf50;
}
.hero-door-item:nth-of-type(3) {
	border-color: #4a90e2;
}
.hero-door-item:nth-of-type(4) {
	border-color: #f5a623;
}
.hero-door-item:nth-of-type(6) {
	border-color: #4ad4c8;
}

.hero-door-subtitle {
	font-size: clamp(11px, calc(10.712px + 0.09vw), 12px);
	text-transform: uppercase;
	font-weight: 600;
}

.hero-door-title {
	font-size: clamp(16px, calc(15.423px + 0.18vw), 18px);
}

.hero-door-item>div:nth-of-type(1),
.hero-door-item>div:nth-of-type(2) {
	display: flex;
	flex-direction: column;
	gap: clamp(1px, calc(-0.153px + 0.36vw), 5px);
}

.hero-door-description,
.hero-door-subdescription {
	font-size: clamp(14px, calc(13.423px + 0.18vw), 16px);
	font-weight: 300;
	color: #9fb3d4;
}

.hero-door-subdescription {
	font-size: 12px;
}

.btn-ghost {
	display: inline-block;
	padding: clamp(10px, calc(8.847px + 0.36vw), 14px) clamp(18px, calc(15.117px + 0.901vw), 28px);
	border-radius: 4px;
	text-decoration: none;
	font-size: 13px;
	letter-spacing: 1.5px;
	font-weight: 600;
	transition: all 0.2s;
	text-transform: uppercase;
}

.btn-ghost {
	border: 1.5px solid var(--cyan);
	color: var(--cyan);
}

.btn-ghost:hover {
	background: var(--cyan);
	color: var(--navy-deep);
}

.promise .lead,
.promise .sub,
.report-preview,
.credentials,
.press-quote .quote-text,
.press-quote .quote-attr {
	opacity: 0;
}

.promise .lead.fade-in,
.promise .sub.fade-in,
.report-preview.fade-in,
.credentials.fade-in,
.press-quote .quote-text.fade-in,
.press-quote .quote-attr.fade-in {
	opacity: 1;
	transition: 0.6s ease;
}

.promise-stat,
.cycle-stage,
.diff-card {
	opacity: 0;
}

.promise-stat.fade-in-delay,
.cycle-stage.fade-in-delay,
.diff-card.fade-in-delay {
	opacity: 1;
	transition: 0.6s ease;
}

.door-card,
.how-step,
.bio-tile,
/* .scenario-domains .sd, */
.ff-badge,
.cta-block {
	opacity: 0;
	transform: translateY(20px);
}

.door-card.fade-in-up,
.how-step.fade-in-up,
.bio-tile.fade-in-up,
/* .scenario-domains .sd.fade-in-up, */
.ff-badge.fade-in-up,
.cta-block.fade-in-up {
	opacity: 1;
	transform: translateY(0);
	transition: 0.6s ease;
}

.sample-text .key-points li,
.lineage-description {
	opacity: 0;
	transform: translateX(-100%);
}

.sample-text .key-points li.fade-in-slide-right,
.lineage-description.fade-in-slide-right {
	opacity: 1;
	transform: translateX(0);
	transition: 0.6s ease;
}

/* ============================ PROMISE ============================ */
.promise {
	background: linear-gradient(
		180deg,
		var(--navy-deep) 0%,
		var(--navy-mid) 100%
	);
	padding: var(--vertical-padding) 0;
	text-align: center;
	position: relative;
	/* min-height: calc(100vh - (var(--vertical-padding) - 71px)); */
	z-index: 1;
}

.promise-img-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center bottom;
	z-index: -1;
}

.promise-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: clamp(20px, calc(17.117px + 0.901vw), 30px);
	min-height: calc(100vh - (var(--vertical-padding) - -145px));
}

.promise-wrapper>div:nth-of-type(1) {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
}

.promise .lead {
	font-size: clamp(20px, calc(13.081px + 2.162vw), 44px);
	line-height: 1.35;
	color: var(--text-primary);
	/* margin: 0 auto clamp(20px, calc(17.117px + 0.901vw), 30px); */
	font-weight: 500;
}

.promise .lead em {
	color: var(--cyan);
	font-style: italic;
}

.promise .sub {
	font-size: clamp(14px, calc(11.117px + 0.901vw), 24px);
	color: var(--text-secondary);
	line-height: 1.75;
	max-width: 700px;
}

.promise .sub em {
	color: var(--cyan);
}

.promise .sub strong {
	color: var(--text-primary);
	font-weight: 500;
}

.promise .promise-stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: clamp(20px, calc(17.117px + 0.901vw), 30px);
	/* margin-top: clamp(30px, calc(24.234px + 1.802vw), 50px); */
}

.promise-stat .num {
	font-size: clamp(26px, calc(21.964px + 1.261vw), 40px);
	color: var(--cyan);
	font-weight: 500;
	line-height: 1;
	margin-bottom: 8px;
}

.promise-stat .lbl {
	font-size: clamp(10px, calc(9.423px + 0.18vw), 12px);
	letter-spacing: 3px;
	/* color: var(--text-tertiary); */
	color: var(--white);
	text-transform: uppercase;
	font-weight: 600;
}

/* ============================ FEATURED SPOTLIGHT (DRONES) ============================ */
.spotlight-feature {
	background: var(--navy-deep);
	padding: 110px 0;
	border-bottom: 1px solid var(--navy-border);
	position: relative;
	overflow: hidden;
}

.spotlight-feature::before {
	content: '';
	position: absolute;
	top: 0;
	right: -10%;
	width: 600px;
	height: 600px;
	background: radial-gradient(
		circle,
		rgba(0, 212, 255, 0.06) 0%,
		transparent 70%
	);
	pointer-events: none;
}

.spotlight-feature .grid {
	display: grid;
	grid-template-columns: 1.1fr 1fr;
	gap: 70px;
	align-items: center;
}

.spotlight-feature .tag {
	display: inline-block;
	background: rgba(217, 69, 69, 0.12);
	color: #ff6b6b;
	padding: 6px 14px;
	border-radius: 20px;
	font-size: 11px;
	letter-spacing: 2.5px;
	font-weight: 700;
	margin-bottom: 22px;
	text-transform: uppercase;
}

.spotlight-feature h2 {
	font-size: 50px;
	margin-bottom: 22px;
}

.spotlight-feature h2 em {
	color: var(--cyan);
	font-style: italic;
}

.spotlight-feature .lead-p {
	font-size: 19px;
	color: var(--text-secondary);
	margin-bottom: 24px;
	line-height: 1.75;
}

.spotlight-feature .lead-p strong {
	color: var(--text-primary);
	font-weight: 500;
}

.spotlight-feature ul.facts {
	list-style: none;
	margin: 30px 0 36px;
}

.spotlight-feature ul.facts li {
	position: relative;
	padding: 10px 0 10px 32px;
	color: var(--text-secondary);
	font-size: 16px;
	border-bottom: 1px solid var(--navy-border);
}

.spotlight-feature ul.facts li:before {
	content: '→';
	position: absolute;
	left: 0;
	color: var(--cyan);
	font-weight: 700;
}

.spotlight-feature .ctas {
	display: flex;
	gap: 14px;
	margin-top: 36px;
}

.spotlight-feature .visual {
	background: linear-gradient(135deg, var(--navy-card), var(--navy-mid));
	border: 1px solid var(--navy-border);
	border-radius: 14px;
	padding: 50px 44px;
	position: relative;
	overflow: hidden;
}

.spotlight-feature .visual::before {
	content: '';
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background: radial-gradient(
		circle at center,
		rgba(0, 212, 255, 0.08) 0%,
		transparent 50%
	);
}

.spotlight-feature .visual-inner {
	position: relative;
}

.metric-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	margin-bottom: 28px;
}

.metric-card {
	background: rgba(20, 42, 74, 0.6);
	border: 1px solid var(--navy-border);
	border-radius: 10px;
	padding: 22px 20px;
}

.metric-card .metric-label {
	font-size: 11px;
	letter-spacing: 2px;
	color: var(--text-tertiary);
	text-transform: uppercase;
	margin-bottom: 8px;
	font-weight: 600;
}

.metric-card .metric-value {
	font-size: 32px;
	color: var(--text-primary);
	font-weight: 500;
	line-height: 1;
}

.metric-card .metric-value .unit {
	font-size: 16px;
	color: var(--text-tertiary);
	margin-left: 6px;
}

.metric-card .metric-trend {
	font-size: 12px;
	color: var(--door-2);
	margin-top: 6px;
}

.metric-card.alert .metric-value {
	color: #ff6b6b;
}

.cycle-visual {
	background: rgba(20, 42, 74, 0.4);
	border: 1px solid var(--navy-border);
	border-radius: 10px;
	padding: 22px 20px;
}

.cycle-visual .cycle-label {
	font-size: 11px;
	letter-spacing: 2px;
	color: var(--text-tertiary);
	text-transform: uppercase;
	margin-bottom: 14px;
	font-weight: 600;
}

.cycle-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 6px;
}

.cycle-step {
	text-align: center;
	flex: 1;
}

.cycle-step .cs-name {
	font-size: 10px;
	letter-spacing: 1.5px;
	color: var(--text-secondary);
	text-transform: uppercase;
	margin-bottom: 4px;
	font-weight: 600;
}

.cycle-step .cs-time {
	font-size: 18px;
	color: var(--cyan);
	font-weight: 500;
}

.cycle-arrow {
	color: var(--text-quiet);
	font-size: 14px;
}

/* ============================ DOORS GRID ============================ */
.doors {
	background: var(--navy-mid);
	padding: var(--vertical-padding) 0;
}

.doors .grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: clamp(20px, calc(18.559px + 0.45vw), 25px);
}

.door-card {
	background: var(--navy-card);
	border: 1px solid var(--navy-border);
	border-radius: 12px;
	overflow: hidden;
	transition:
		transform 0.35s,
		border-color 0.35s,
		box-shadow 0.35s;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	position: relative;
}

.door-card:hover {
	transform: translateY(-8px);
	border-color: var(--door-color);
	box-shadow: 0 20px 60px rgba(0, 212, 255, 0.08);
}

.door-link {
	position: absolute;
	inset: 0;
	z-index: 1;
}

.door-card .image-area {
	height: clamp(160px, calc(136.937px + 7.207vw), 240px);
	background: linear-gradient(135deg, var(--navy-mid), var(--navy-card));
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 2px solid var(--door-color);
	position: relative;
	overflow: hidden;
}

.door-card .image-area::before {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(0,0,0, 0.2);
}

.door-card .door-num {
	position: absolute;
	top: clamp(15px, calc(12.117px + 0.901vw), 25px);
	left: clamp(15px, calc(12.117px + 0.901vw), 25px);
	font-size: clamp(10px, calc(9.712px + 0.09vw), 11px);
	letter-spacing: 3.5px;
	font-weight: 700;
	color: var(--door-color);
}

.door-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.door-card .body {
	padding: clamp(15px, calc(12.117px + 0.901vw), 25px);
	flex: 1;
	display: flex;
	flex-direction: column;
}

.door-card h4 {
	font-size: clamp(18px, calc(16.27px + 0.541vw), 24px);
	color: var(--text-primary);
	margin-bottom: clamp(10px, calc(8.559px + 0.45vw), 15px);
	line-height: 1.2;
	z-index: 2;
}

.door-card .promise-line {
	color: var(--text-secondary);
	font-size: clamp(14px, calc(13.423px + 0.18vw), 16px);
	margin-bottom: clamp(5px, calc(3.559px + 0.45vw), 10px);
	line-height: 1.6;
	z-index: 2;
}

.door-card .who {
	color: var(--text-tertiary);
	font-size: clamp(13px, calc(12.712px + 0.09vw), 14px);
	font-style: italic;
	margin-bottom: clamp(15px, calc(10.676px + 1.351vw), 30px);
	line-height: 1.6;
	z-index: 2;
}

.door-card .arrow {
	color: var(--door-color);
	font-size: clamp(11px, calc(10.423px + 0.18vw), 13px);
	letter-spacing: 1.5px;
	font-weight: 600;
}

.door-card.d1 {
	--door-color: var(--door-1);
}

.door-card.d2 {
	--door-color: var(--door-2);
}

.door-card.d3 {
	--door-color: var(--door-3);
}

.door-card.d4 {
	--door-color: var(--door-4);
}

.door-card.d5 {
	--door-color: var(--door-5);
}

.door-card.d6 {
	--door-color: var(--door-6);
}

/* ============================ HOW IT WORKS ============================ */
.how-it-works {
	background: var(--navy-deep);
	padding: var(--vertical-padding) 0;
}

.how-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: clamp(30px, calc(28.559px + 0.45vw), 35px);
	position: relative;
}

.how-step {
	text-align: center;
	position: relative;
}

.how-step .step-num {
	width: clamp(50px, calc(44.234px + 1.802vw), 70px);
	height: clamp(50px, calc(44.234px + 1.802vw), 70px);
	border-radius: 50%;
	border: 2px solid var(--cyan);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto clamp(20px, calc(17.117px + 0.901vw), 30px);
	position: relative;
	background: var(--navy-deep);
}

.how-step .step-num span {
	font-size: clamp(24px, calc(22.27px + 0.541vw), 30px);
	color: var(--cyan);
	font-weight: 500;
}

.how-step h4 {
	font-size: clamp(20px, calc(18.27px + 0.541vw), 26px);
	margin-bottom: clamp(10px, calc(8.559px + 0.45vw), 15px);
	color: var(--text-primary);
}

.how-step p {
	color: var(--text-secondary);
	font-size: clamp(14px, calc(13.423px + 0.18vw), 16px);
	line-height: 1.7;
}

.how-step .timing {
	color: var(--cyan);
	font-size: clamp(10px, calc(9.423px + 0.18vw), 12px);
	letter-spacing: 2px;
	margin-top: clamp(10px, calc(7.117px + 0.901vw), 20px);
	font-weight: 600;
	text-transform: uppercase;
}

/* ============================ BIOMARKERS ============================ */
.biomarkers {
	background: var(--navy-mid);
	padding: var(--vertical-padding) 0;
}

.biomarker-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(221px, 1fr));
	gap: 15px;
}

.bio-tile {
	background: var(--navy-card);
	border: 1px solid var(--navy-border);
	border-radius: 10px;
	padding: clamp(15px, calc(12.117px + 0.901vw), 25px);
	text-align: center;
	transition: 0.25s ease;
	cursor: pointer;
}

.bio-tile:hover {
	border-color: var(--cyan);
	background: var(--navy-elevated);
	transform: translateY(-3px);
}

.bio-tile .num {
	font-size: clamp(18px, calc(15.694px + 0.721vw), 26px);
	color: var(--cyan);
	margin-bottom: 8px;
	font-weight: 500;
}

.bio-tile .name {
	font-size: clamp(14px, calc(13.423px + 0.18vw), 16px);
	color: var(--text-primary);
	font-weight: 500;
}

.bio-tile .lit {
	font-size: 12px;
	color: var(--text-quiet);
	margin-top: 10px;
	letter-spacing: 1px;
}

.biomarker-footer {
	text-align: center;
	margin-top: 50px;
}

.biomarker-footer p {
	color: var(--text-tertiary);
	font-size: clamp(14px, calc(13.423px + 0.18vw), 16px);
	font-style: italic;
}

/* ============================ DECISION CYCLE ============================ */
.decision-cycle {
	background: var(--navy-deep);
	padding: var(--vertical-padding) 0;
	position: relative;
}

.cycle-stages {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	position: relative;
}

.cycle-stage {
	text-align: center;
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.cycle-stage>div:nth-of-type(1) {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.cycle-stage>div:nth-of-type(1)::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: var(--cyan);
}

.cycle-stage:first-of-type>div:nth-of-type(1):before {
	content: '';
	position: absolute;
	right: 0;
	width: 50%;
	height: 1px;
	background: var(--cyan);
}

.cycle-stage:last-of-type>div:nth-of-type(1):before {
	content: '';
	position: absolute;
	left: 0;
	width: 50%;
	height: 1px;
	background: var(--cyan);
}

.cycle-stage .stage-dot {
	width: clamp(105px, calc(100.676px + 1.351vw), 120px);
	height: clamp(105px, calc(100.676px + 1.351vw), 120px);
	border-radius: 50%;
	border: 2px solid var(--cyan);
	background: var(--navy-deep);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
	z-index: 2;
}

.cycle-stage .stage-dot .time {
	font-size: clamp(24px, calc(22.27px + 0.541vw), 30px);
	color: var(--cyan);
	font-weight: 500;
	line-height: 1;
}

.cycle-stage .stage-dot .ms {
	font-size: clamp(12px, calc(11.423px + 0.18vw), 14px);
	color: var(--text-tertiary);
	letter-spacing: 1px;
	margin-top: 4px;
}

.cycle-stage>div:nth-of-type(2) {
	padding: 0 10px;
}
.cycle-stage:first-of-type>div:nth-of-type(2) {
	padding-left: 0;
}
.cycle-stage:last-of-type>div:nth-of-type(2) {
	padding-right: 0;
}

.cycle-stage h4 {
	font-size: clamp(18px, calc(16.27px + 0.541vw), 24px);
	margin-bottom: clamp(5px, calc(3.559px + 0.45vw), 10px);
	color: var(--text-primary);
}

.cycle-stage p {
	color: var(--text-secondary);
	font-size: clamp(14px, calc(13.423px + 0.18vw), 16px);
	line-height: 1.6;
}

.cycle-summary {
	text-align: center;
	margin-top: clamp(40px, calc(34.234px + 1.802vw), 60px);
	padding-top: clamp(20px, calc(14.234px + 1.802vw), 40px);
	border-top: 1px solid var(--navy-border);
}

.cycle-summary p {
	font-style: italic;
	font-size: clamp(16px, calc(13.694px + 0.721vw), 24px);
	color: var(--text-primary);
}

.cycle-summary p em {
	color: var(--cyan);
	font-style: italic;
}

/* ============================ WHY DIFFERENT ============================ */
.different {
	background: var(--navy-deep);
	padding: var(--vertical-padding) 0;
}

.diff-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 0;
	border: 1px solid var(--navy-border);
	background: var(--navy-card);
	border-radius: 12px;
	overflow: hidden;
}

.diff-card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 15px;
	text-align: center;
	padding: clamp(15px, calc(12.117px + 0.901vw), 25px);
	border-right: 1px solid var(--navy-border);
	transition: background 0.25s;
}

.diff-card:hover {
	background: var(--navy-elevated);
}

.diff-card:last-child {
	border-right: none;
}

.diff-card .icon-wrap {
	width: clamp(45px, calc(40.676px + 1.351vw), 60px);
	height: clamp(45px, calc(40.676px + 1.351vw), 60px);
	margin: 0 auto clamp(15px, calc(13.559px + 0.45vw), 20px);
	border: 2px solid var(--cyan);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--navy-deep);
}

.diff-card .icon {
	color: var(--cyan);
	font-size: clamp(20px, calc(18.847px + 0.36vw), 24px);
	font-weight: 500;
}

.diff-card h4 {
	font-size: clamp(18px, calc(17.423px + 0.18vw), 20px);
	line-height: 1.3;
	color: var(--text-primary);
}

.diff-card p {
	font-size: clamp(14px, calc(13.423px + 0.18vw), 16px);
	line-height: 1.65;
	color: var(--text-secondary);
}

/* ============================ FEDERAL FUNDING ============================ */
.federal-funding {
	background: var(--navy-mid);
	padding: var(--vertical-padding) 0;
}

.federal-funding .ff-header {
	text-align: center;
	margin-bottom: 50px;
}

.federal-funding h3 {
	font-size: 30px;
	margin-bottom: 12px;
}

.ff-row {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
	gap: clamp(20px, calc(17.117px + 0.901vw), 30px);
}

.ff-badge {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 10px;
	background: var(--navy-card);
	border: 1px solid var(--navy-border);
	border-radius: 8px;
	padding: clamp(15px, calc(12.117px + 0.901vw), 25px);
	text-align: center;
	transition: 0.25s ease;
}

.ff-badge:hover {
	border-color: var(--cyan);
}

.ff-badge .ff-org {
	font-size: clamp(18px, calc(16.27px + 0.541vw), 24px);
	color: var(--text-primary);
	font-weight: 500;
}

.ff-badge .ff-prog {
	font-size: clamp(10px, calc(8.847px + 0.36vw), 14px);
	letter-spacing: 2px;
	color: var(--text-tertiary);
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1.5;
}

/* ============================ SAMPLE REPORT ============================ */
.sample-report {
	background: var(--navy-deep);
	padding: var(--vertical-padding) 0;
}

.sample-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	align-items: center;
}

.sample-text p {
	font-size: clamp(14px, calc(12.847px + 0.36vw), 18px);
	color: var(--text-primary);
	margin-bottom: 18px;
	line-height: 1.7;
}

.sample-text .key-points {
	list-style: none;
	margin-top: 30px;
}

.sample-text .key-points li {
	padding: clamp(8px, calc(6.847px + 0.36vw), 12px) 0 clamp(8px, calc(6.847px + 0.36vw), 12px) clamp(22px, calc(19.117px + 0.901vw), 32px);
	color: var(--text-primary);
	font-size: clamp(14px, calc(13.423px + 0.18vw), 16px);
	border-bottom: 1px solid var(--navy-border);
	position: relative;
}

.sample-text .key-points li:last-of-type {
	border-bottom: none;
}

.sample-text .key-points li:before {
	content: '✓';
	position: absolute;
	left: 0;
	top: clamp(8px, calc(6.847px + 0.36vw), 12px);
	color: var(--cyan);
	font-weight: 700;
	font-size: clamp(14px, calc(13.423px + 0.18vw), 16px);
}

.sample-report .btn-ghost {
	margin-top: clamp(25px, calc(22.117px + 0.901vw), 35px);
}

.report-preview {
	background: var(--navy-card);
	border: 1px solid var(--navy-border);
	border-radius: 14px;
	padding: clamp(15px, calc(12.117px + 0.901vw), 25px);
}

.report-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: clamp(15px, calc(13.559px + 0.45vw), 20px);
	border-bottom: 1px solid var(--navy-border);
	margin-bottom: clamp(20px, calc(17.117px + 0.901vw), 30px);
}

.report-header .report-title {
	font-size: clamp(16px, calc(15.423px + 0.18vw), 18px);
	color: var(--text-primary);
	font-weight: 500;
}

.report-header .report-id {
	font-size: 13px;
	color: var(--text-tertiary);
	letter-spacing: 1px;
}

.report-preview-content-wrapper {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.report-section .rs-label {
	font-size: 13px;
	letter-spacing: 2px;
	color: var(--text-tertiary);
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 15px;
}

.report-bars {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.bio-bar {
	display: flex;
	align-items: center;
	gap: 14px;
}

.bio-bar .bb-name {
	font-size: 14px;
	color: var(--text-secondary);
	flex: 0 0 130px;
	font-weight: 500;
}

.bio-bar .bb-track {
	flex: 1;
	height: 5px;
	background: var(--navy-elevated);
	border-radius: 5px;
	overflow: hidden;
}

.bio-bar .bb-fill {
	height: 100%;
	border-radius: 5px;
}

.bb-fill {
	display: block;
}

.bio-bar .bb-fill.green {
	background: linear-gradient(90deg, #2e7a35, #4caf50);
}

.bio-bar .bb-fill.amber {
	background: linear-gradient(90deg, #b07310, #f5a623);
}

.bio-bar .bb-fill.red {
	background: linear-gradient(90deg, #931e1e, #d94545);
}

.bio-bar .bb-fill.cyan {
	background: linear-gradient(90deg, #006d8a, var(--cyan));
}

.bio-bar .bb-val {
	font-size: 14px;
	color: var(--text-primary);
	flex: 0 0 60px;
	text-align: right;
	font-weight: 500;
}

.report-verdict {
	background: rgba(76, 175, 80, 0.1);
	border: 1px solid #2e7a35;
	border-radius: 8px;
	padding: 15px;
	margin-top: 30px;
}

.report-verdict .rv-label {
	font-size: 13px;
	letter-spacing: 2px;
	color: #4caf50;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.report-verdict .rv-text {
	color: var(--text-primary);
	font-size: 14px;
	font-weight: 500;
}

/* ============================ LINEAGE ============================ */
.lineage {
	background: var(--navy-mid);
	padding: var(--vertical-padding) 0;
}

.lineage-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(25px, calc(20.676px + 1.351vw), 40px);
	align-items: center;
}

.lineage-text h3 {
	font-size: 42px;
	margin-bottom: 26px;
}

.lineage-description {
	font-size: clamp(14px, calc(12.847px + 0.36vw), 18px);
	color: var(--text-secondary);
	margin-bottom: clamp(10px, calc(7.117px + 0.901vw), 20px);
	line-height: 1.75;
}

.lineage-description:last-of-type {
	margin-bottom: 0;
}

.lineage-description strong {
	color: var(--text-primary);
	font-weight: 500;
}

.credentials {
	background: var(--navy-card);
	border: 1px solid var(--navy-border);
	border-radius: 14px;
	padding: clamp(15px, calc(12.117px + 0.901vw), 25px);
}

.credentials h4 {
	font-size: clamp(11px, calc(10.135px + 0.27vw), 14px);
	color: var(--cyan);
	letter-spacing: 4px;
	font-weight: 700;
	margin-bottom: clamp(15px, calc(13.559px + 0.45vw), 20px);
	text-transform: uppercase;
}

.credentials ul {
	list-style: none;
}

.credentials li {
	padding: 15px 0;
	border-bottom: 1px solid var(--navy-border);
	color: var(--text-secondary);
	font-size: 14px;
	line-height: 1.6;
}

.credentials li:first-child {
	padding-top: 0;
}

.credentials li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.credentials li strong {
	color: var(--text-primary);
	display: block;
	margin-bottom: 4px;
	font-weight: 500;
	font-size: 16px;
}

/* ============================ PRESS / TESTIMONY ============================ */
.press-quote {
	background: var(--navy-deep);
	padding: var(--vertical-padding) 0;
	text-align: center;
}

.press-quote .quote-text {
	font-style: italic;
	color: var(--text-primary);
	margin-bottom: 30px;
	line-height: 1.4;
	font-weight: 400;
}

.press-quote .quote-attr {
	color: var(--text-tertiary);
	font-size: clamp(14px, calc(13.423px + 0.18vw), 16px);
	letter-spacing: 2px;
	text-transform: uppercase;
}

/* ============================ CTA AUDIENCES ============================ */
.cta-audiences {
	background: var(--navy-mid);
	padding: var(--vertical-padding) 0;
}

.cta-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.cta-block {
	background: var(--navy-card);
	border: 1px solid var(--navy-border);
	border-radius: 14px;
	padding: clamp(15px, calc(12.117px + 0.901vw), 25px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: clamp(15px, calc(13.559px + 0.45vw), 20px);
	transition: 0.25s ease;
}

.cta-block:hover {
	border-color: var(--cyan);
	transform: translateY(-4px);
}

.cta-block>div:nth-of-type(2) {
	display: flex;
	flex-direction: column;
	gap: clamp(10px, calc(8.559px + 0.45vw), 15px);
}

.cta-block .who {
	font-size: clamp(10px, calc(9.712px + 0.09vw), 11px);
	letter-spacing: 3px;
	color: var(--cyan);
	font-weight: 700;
	text-transform: uppercase;
}

.cta-block h4 {
	font-size: clamp(18px, calc(16.27px + 0.541vw), 24px);
	color: var(--text-primary);
	line-height: 1.25;
}

.cta-block p {
	font-size: clamp(14px, calc(13.423px + 0.18vw), 16px);
	color: var(--text-secondary);
	line-height: 1.65;
}

.cta-block a {
	color: var(--cyan);
	text-decoration: none;
	font-size: clamp(11px, calc(10.423px + 0.18vw), 13px);
	letter-spacing: 1.5px;
	font-weight: 600;
	text-transform: uppercase;
}

.cta-block a:hover {
	color: #fff;
}

/* ============================ NEWSLETTER ============================ */
.newsletter {
	background: var(--navy-deep);
	padding: var(--vertical-padding) 0;
}

.newsletter-inner {
	max-width: 740px;
	margin: 0 auto;
	text-align: center;
}

#newsletter-form {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-top: clamp(30px, calc(24.234px + 1.802vw), 50px);
}

.newsletter input {
	flex: 1;
	padding: clamp(10px, calc(8.559px + 0.45vw), 15px);
	border-radius: 6px;
	background: var(--navy-card);
	border: 1px solid var(--navy-border);
	color: var(--text-primary);
	font-size: clamp(14px, calc(13.423px + 0.18vw), 16px);
	font-family: inherit;
}

.newsletter input:focus {
	outline: none;
	border-color: var(--cyan);
}

.newsletter button {
	padding: clamp(10px, calc(8.559px + 0.45vw), 15px) clamp(15px, calc(10.676px + 1.351vw), 30px);
	border-radius: 6px;
	background: var(--cyan);
	color: var(--navy-deep);
	border: none;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 1.5px;
	cursor: pointer;
	text-transform: uppercase;
	transition: background 0.2s;
	font-family: inherit;
}

.newsletter button:hover {
	background: #fff;
}

/* ============================ MANTRA ============================ */
.mantra {
	background: var(--navy-deep);
	padding: var(--vertical-padding) 0;
	text-align: center;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.mantra::before {
	content: '';
	position: absolute;
	inset: 0;
	background: radial-gradient(
		circle at center,
		rgba(0, 212, 255, 0.04),
		transparent 60%
	);
	z-index: -1;
}

.mantra .quote em {
	color: var(--cyan);
	font-style: italic;
}

.mantra .attr {
	color: var(--text-tertiary);
	font-size: clamp(14px, calc(13.423px + 0.18vw), 16px);
	letter-spacing: 4px;
	text-transform: uppercase;
	font-weight: 600;
	position: relative;
}

footer {
	background: var(--navy-deep);
}

/* ============================ RESPONSIVE ============================ */
@media (max-width: 1285px) {
	.diff-grid {
    grid-template-columns: repeat(4, 1fr);
	}
	.diff-card {
    border-right: none;
	}
}
@media (max-width: 1100px) {
	.doors .grid,
	.spotlight-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.diff-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.lineage-grid,
	.spotlight-feature .grid {
		grid-template-columns: 1fr;
	}

	.cta-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.comp-row {
		grid-template-columns: 1.5fr 1fr 1fr;
	}

	.comp-row .comp-cell:nth-child(4),
	.comp-row .comp-cell:nth-child(5) {
		display: none;
	}
}

@media(max-width: 985px) {
	.scenario-domains {
    grid-template-columns: repeat(2, 1fr);
	}
}

@media(max-width: 920px) {
	.how-grid {
    grid-template-columns: repeat(2, 1fr);
	}
	.cycle-stages {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
	}
	.cycle-stage {
    gap: 15px;
	}
	.cycle-stage>div:nth-of-type(1)::before,
	.cycle-stage:first-of-type>div:nth-of-type(1):before,
	.cycle-stage:last-of-type>div:nth-of-type(1):before {
		content: none;
	}
	.cycle-stage>div:nth-of-type(2) {
    padding: 0;
	}
	.sample-grid {
		grid-template-columns: 1fr;
	}
	.btn-ghost-wrapper {
		display: flex;
		justify-content: center;
	}
}

@media(max-width: 750px) {
	.hero-container {
    gap: 30px;
	}
}

@media (max-width: 640px) {
	.doors .grid,
	.spotlight-grid {
		grid-template-columns: 1fr;
	}

	.scenario-domains,
	.diff-grid,
	.cta-grid {
		grid-template-columns: 1fr;
	}
}

@media(max-width: 600px) {
	.how-grid {
    grid-template-columns: repeat(1, 1fr);
	}
}

@media(max-width: 520px) {
	.promise .promise-stats {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 445px) {
	.hero-header>div:nth-of-type(2) {
		flex-wrap: wrap;
	}
	.cycle-stages {
		grid-template-columns: 1fr;
	}
	#newsletter-form {
		flex-direction: column;
	}
	.newsletter input {
    width: 100%;
	}
}

@media(max-width: 340px) {
	.promise .promise-stats {
		grid-template-columns: repeat(1, 1fr);
	}
}