nav {
  background: rgba(255, 255, 255, 1);
  box-shadow: none;
}
.nav-logo {
  color: #0B2A57;
}
.nav-links a {
  color: #1a2536;
}
.nav-links a:hover {
  color: #1B6BC9;
}
.nav-btn {
  background: #0B2A57;
  padding: 7px 14px;
  border-radius: 6px;
  transition: .3s ease;
}
.nav-btn:hover {
  background: #1B6BC9 !important;
  transform: translateY(-1px);
}
.nav-burger svg {
  fill: #000;
}
.nav-close svg {
  fill: #fff;
}
.hero {
	overflow: hidden;
}
.hero::before {
	content: '';
	position: absolute;
	inset: 0;
	z-index: -2;
	background: linear-gradient(135deg, #0b2a57 0%, #061a37 60%, #0a1f3f 100%);
}
.hero::after {
	content: '';
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		radial-gradient(
			ellipse 80% 50% at 80% 0%,
			rgba(27, 107, 201, 0.35),
			transparent 60%
		),
		radial-gradient(
			ellipse 60% 40% at 0% 100%,
			rgba(46, 134, 193, 0.25),
			transparent 60%
		);
	pointer-events: none;
}
.hero .grid-pattern {
	position: absolute;
	inset: 0;
	z-index: -1;
	opacity: 0.07;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.4) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.4) 1px, transparent 1px);
	background-size: 40px 40px;
}

.hero-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: calc(100vh - 200px);
  max-width: 964px;
  position: relative;
  z-index: 3;
}

.hero-pill {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(123,182,240,0.08);
  border: 1px solid rgba(123,182,240,0.35);
  border-radius: 100px;
  padding: 7px clamp(0.625rem, calc(0.517rem + 0.541vw), 1rem);
  margin-bottom: 15px;
}

.hero-pill-dot {
  min-width: 8px;
  min-height: 8px;
  border-radius: 50%;
  background: #7bb6f0;
  animation: pulse 2s infinite;
}

.hero-pill-text {
  font-size: 12px;
  font-weight: 700;
  color: #7bb6f0;
  letter-spacing: 0.05em;
}

@keyframes pulse {
	0%,
	100% {
		opacity: 1;
		transform: scale(1);
	}

	50% {
		opacity: 0.4;
		transform: scale(1.4);
	}
}
.hero h1 {
	font-size: clamp(36px, calc(28.505px + 2.342vw), 62px);
	line-height: 1.04;
	font-weight: 700;
	letter-spacing: -0.025em;
	margin: 0 0 26px;
}
.hero h1 em {
	color: #7bb6f0;
	font-style: normal;
	background: linear-gradient(135deg, #7bb6f0, #a9ccef);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}
.hero-description {
	font-size: clamp(14px, calc(12.847px + 0.36vw), 18px);
	font-weight: 400;
	margin: 0 0 40px;
	line-height: 1.5;
	color: #cbd5e1;
}
.hero .ctarow {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
}
.cta {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 10px 20px;
	border-radius: 9px;
	font-weight: 600;
	font-size: clamp(14px, calc(13.423px + 0.18vw), 16px);
	transition: 0.18s ease;
}
.hero .cta.primary {
	background: #fff;
	color: #0b2a57;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.hero .cta.primary:hover {
	background: #e6f0fa;
}
.hero .cta.ghost {
	background: transparent;
	color: #fff;
	border: 1.5px solid rgba(255, 255, 255, 0.4);
}
.hero .cta.ghost:hover {
	border-color: #fff;
	background: rgba(255, 255, 255, 0.06);
}
.hero .arrow {
	display: inline-block;
	transition: transform 0.15s;
}
.hero .cta:hover .arrow {
	transform: translateX(3px);
}

.story-content-description,
.waterloo-content-wrapper,
.partnerships-card,
.stat,
.ctaband-wrapper {
	opacity: 0;
	transform: translateY(20px);
}

.story-content-description.fade-in-up,
.waterloo-content-wrapper.fade-in-up,
.partnerships-card.fade-in-up,
.stat.fade-in-up,
.ctaband-wrapper.fade-in-up {
	opacity: 1;
	transform: translateY(0);
	transition: 0.6s ease;
}

.alt {
	background: linear-gradient(180deg, #f7f9fb 0%, #fff 100%);
}
.dark {
	background: #0b2a57;
	color: #fff;
}
.dark h2 {
	color: #fff;
}
.dark p {
	color: #cbd5e1;
}
.title {
	font-size: clamp(24px, calc(19.964px + 1.261vw), 38px);
	line-height: 1.15;
	font-weight: 700;
	color: #0b2a57;
	margin-bottom: clamp(15px, calc(12.117px + 0.901vw), 25px);
}
h3 {
	line-height: 1.3;
	font-weight: 600;
	color: #0b2a57;
}
p.lead {
	font-size: 20px;
	line-height: 1.55;
	color: #374151;
	max-width: 840px;
	margin-bottom: 32px;
}
.eyebrow {
	display: inline-block;
	font-size: clamp(10px, calc(9.423px + 0.18vw), 12px);
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #1b6bc9;
	margin-bottom: clamp(5px, calc(3.559px + 0.45vw), 10px);
}
.sec-head {
	max-width: 840px;
}
.sec-head p.intro {
	font-size: clamp(14px, calc(12.847px + 0.36vw), 18px);
	color: #4b5563;
}
#story {
  padding: var(--vertical-padding) 0;
}
.story-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, calc(8.559px + 0.45vw), 15px);
}
.story-content-description {
  font-size: clamp(14px, calc(12.847px + 0.36vw), 18px);
  line-height: 1.78;
  color: #1f2937;
}
.story-content-footer-wrapper {
  margin-top: clamp(15px, calc(9.234px + 1.802vw), 35px);
  padding-top: clamp(15px, calc(12.117px + 0.901vw), 25px);
  border-top: 2px solid #0B2A57;
  display: inline-block;
}
.story-content-footer-title {
  font-size: clamp(16px, calc(15.423px + 0.18vw), 18px);
  font-weight: 700;
  color: #0B2A57;
}
.story-content-footer-subtitle {
  font-size:14px;
  color:#6b7280;
  font-style:italic;
  margin-top:5px;
}
.waterloo {
  padding: var(--vertical-padding) 0;
}
.waterloo-content-wrapper {
  background: linear-gradient(135deg,#fff8e5 0%,#ffe9b8 100%);
  border-radius: 16px;
  padding: clamp(15px, calc(12.117px + 0.901vw), 25px);
  margin-top: clamp(20px, calc(15.676px + 1.351vw), 35px);
  border: 1px solid #f5d680;
}
.waterloo-subtitle {
  display: inline-block;
  font-size: clamp(10px, calc(9.423px + 0.18vw), 12px);
  font-weight:700;
  letter-spacing:0.12em;
  text-transform:uppercase;
  color:#8a5200;
  margin-bottom:10px;
}
.waterloo-title {
  color:#5a3500;
  font-size: clamp(16px, calc(13.694px + 0.721vw), 24px);
  margin-bottom: clamp(10px, calc(7.117px + 0.901vw), 20px);
}
.waterloo-description {
  color:#3d2c08;
  font-size: clamp(14px, calc(13.423px + 0.18vw), 16px);
  line-height:1.65;
  margin-bottom: clamp(5px, calc(2.117px + 0.901vw), 15px);
}
.waterloo-description:last-of-type {
  margin-bottom: 0;
}
#partnerships {
  padding: var(--vertical-padding) 0;
}
.partnerships-card-wrapper {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(265px,1fr));
  gap: clamp(15px, calc(13.559px + 0.45vw), 20px);
  margin-top: clamp(25px, calc(23.559px + 0.45vw), 30px);
}
.partnerships-card {
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:12px;
  padding: clamp(15px, calc(12.117px + 0.901vw), 25px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.partnerships-card-eyebrow {
  display:inline-block;
  font-size: 10px;
  font-weight:700;
  letter-spacing:0.1em;
  text-transform:uppercase;
  color:#1B6BC9;
  background:#e6f0fa;
  padding:4px 10px;
  border-radius:14px;
  margin-bottom:12px;
}
.partnerships-card-title {
  color:#0B2A57;
  font-size: clamp(16px, calc(15.423px + 0.18vw), 18px);
  margin-bottom: 6px;
  font-weight: 600;
  line-height: 1.3;
}
.partnerships-card-description {
  font-size: clamp(14px, calc(13.423px + 0.18vw), 16px);
  color:#6b7280;
  font-style:italic;
}

.ctaband {
	position: relative;
	background: linear-gradient(135deg, #0b2a57, #1b6bc9);
	color: #fff;
	padding: var(--vertical-padding) 0;
	text-align: center;
	isolation: isolate;
}
.ctaband::after {
	content: '';
	position: absolute;
	inset: 0;
	z-index: -1;
	background: radial-gradient(
		ellipse 50% 50% at 50% 0%,
		rgba(255, 255, 255, 0.12),
		transparent 70%
	);
}
.ctaband h2 {
	color: #fff;
	margin-bottom: clamp(10px, calc(8.559px + 0.45vw), 15px);
}
.ctaband p {
	color: #dbeafe;
	font-size: clamp(14px, calc(12.847px + 0.36vw), 18px);
	max-width: 680px;
	margin-bottom: clamp(25px, calc(23.559px + 0.45vw), 30px);
}
.ctaband .cta {
	padding: clamp(10px, calc(8.559px + 0.45vw), 15px) clamp(15px, calc(9.234px + 1.802vw), 35px);
	background: #fff;
	color: #0b2a57;
}
.ctaband .cta:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25);
	text-decoration: none;
}
.honest {
  margin-top: clamp(25px, calc(22.117px + 0.901vw), 35px);
  background: #fff8e5;
	border-left: 3px solid #b86f05;
	padding: clamp(15px, calc(12.117px + 0.901vw), 25px);
	border-radius: 0 10px 10px 0;
}
.honest .title {
  font-size: clamp(14px, calc(13.423px + 0.18vw), 16px);
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #8a5200;
	margin-bottom: 10px;
}
.honest p {
  font-size: clamp(14px, calc(13.423px + 0.18vw), 16px);
	color: #3d2c08;
	line-height: 1.3;
}
#equipment {
  padding: var(--vertical-padding) 0;
}
.statgrid {
	margin-top: clamp(20px, calc(17.117px + 0.901vw), 30px);
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(277px, 1fr));
	gap: clamp(15px, calc(13.559px + 0.45vw), 20px);
}
.stat {
	position: relative;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	padding: clamp(15px, calc(12.117px + 0.901vw), 25px);
	overflow: hidden;
}
.stat::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, #1b6bc9, #7bb6f0);
}
.stat .num {
	font-size: clamp(18px, calc(16.27px + 0.541vw), 24px);
	font-weight: 700;
	color: #0b2a57;
	line-height: 1;
	margin-bottom: 10px;
  text-transform: uppercase;
}
.stat .num .sub {
	font-size: 24px;
	color: #1b6bc9;
}
.stat .lbl {
	font-size: clamp(14px, calc(13.423px + 0.18vw), 16px);
	color: #4b5563;
	line-height: 1.45;
}
footer {
  background: #061a37;
}

@media(max-width: 780px) {
  .nav-links a {
    color: #fff;
  }
  .nav-btn {
    background: #fff;
    color: #0b2a57 !important;
  }
}

@media(max-width: 385px) {
  .cta {
    width: 100%;
    justify-content: center;
  }
}