﻿:root {
	--green: #2f8132;
	--green-dark: #246527;
	--green-light: #eaf7ec;
	--navy: #142546;
	--blue: #1f5fb0;
	--navy-950: #081b34;
	--navy-900: #0b2c54;
	--navy-800: #0f3a6b;
	--blue-600: #0a63b7;
	--blue-500: #2478d1;
	--blue-dark: #154a8c;
	--blue-light: #e9f1fb;
	--teal-500: #2cada6;
	--purple-500: #8a63bd;
	--green-500: #5c9a34;
	--orange-500: #e8722e;
	--gold-500: #f2a517;
	--text-muted: #5b6677;
	--border: #e2e7f0;
	--bg-hero: #eef3fb;
	--bg-soft: #f4f6fa;
	--line: #dce4f2;
	--paper: #f6f8fb;
}

* {
	box-sizing: border-box;
}

body {
	font-family: 'Inter',sans-serif;
	color: #33394a;
	background: #fff;
}

h1, h2, h3, h4, .brand-name, .font-display {
	font-family: 'Poppins',sans-serif;
}

.eyebrow {
	font-family: 'Inter',sans-serif;
	font-weight: 700;
	letter-spacing: .08em;
	font-size: .78rem;
	color: var(--green);
	text-transform: uppercase;
}

.section-pad {
	padding: 64px 0;
}

.text-navy {
	color: var(--navy);
}

.text-blue-soft {
	color: var(--blue);
}

/* ---------- Navbar ---------- */
.navbar {
	padding: 14px 0;
	border-bottom: 1px solid var(--border);
}

.brand-name {
	font-weight: 800;
	font-size: 1.35rem;
	line-height: 1;
	color: var(--navy);
}

	.brand-name span {
		color: var(--green);
	}

.brand-tagline {
	font-size: .68rem;
	color: var(--blue);
	font-weight: 500;
	letter-spacing: .02em;
}

.navbar-nav .nav-link {
	font-weight: 500;
	font-size: .92rem;
	color: #2a3142;
	padding: .5rem .85rem !important;
}

	.navbar-nav .nav-link.active {
		color: var(--green);
		border-bottom: 2px solid var(--green);
	}

.btn-outline-navy {
	border: 1px solid #cfd6e3;
	color: var(--navy);
	font-weight: 600;
	font-size: .82rem;
}

.btn-brand-green {
	background: var(--green);
	border-color: var(--green);
	color: #fff;
	font-weight: 600;
	font-size: .82rem;
}

	.btn-brand-green:hover {
		background: var(--green-dark);
		border-color: var(--green-dark);
		color: #fff;
	}

.btn-brand-blue {
	background: var(--blue);
	border-color: var(--blue);
	color: #fff;
	font-weight: 600;
}

	.btn-brand-blue:hover {
		background: var(--blue-dark);
		border-color: var(--blue-dark);
		color: #fff;
	}

/* ---------- Hero ---------- */
.hero {
	background: var(--bg-hero);
	padding: 60px 0 50px;
}

	.hero h1 {
		font-weight: 800;
		color: var(--navy);
		font-size: 2.5rem;
		line-height: 1.15;
	}

	.hero .lead-blue {
		color: var(--blue);
		font-weight: 600;
		font-size: 1.05rem;
	}

	.hero p {
		color: var(--text-muted);
		font-size: .96rem;
	}

.feature-pill {
	background: #fff;
	border: 1px solid var(--border);
	border-radius: 10px;
	padding: 10px 12px;
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: .8rem;
	font-weight: 600;
	color: var(--navy);
	height: 100%;
}

	.feature-pill i {
		color: var(--blue);
		font-size: 1.2rem;
	}

/* ---------- Hero illustration ---------- */
.hero-illustration {
	background: #fff;
	border: 1px solid #dbe6f5;
	border-radius: 18px;
	padding: 22px 16px 26px;
}

.cloud-svg text {
	font-family: 'Inter',sans-serif;
}

.people-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 18px 14px;
	margin-top: 6px;
}

.people-item {
	text-align: center;
	width: 78px;
}

	.people-item .connector {
		width: 1px;
		height: 16px;
		background: #b9cdec;
		margin: 0 auto;
	}

.people-icon {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: var(--blue-light);
	color: var(--blue);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 6px;
	font-size: 1.2rem;
	border: 1px solid #cfe0f7;
}

.people-item span {
	font-size: .68rem;
	font-weight: 600;
	color: var(--navy);
	display: block;
	line-height: 1.15;
}

/* ---------- Products ---------- */
.product-card {
	border: 1px solid var(--border);
	border-radius: 14px;
	padding: 34px 30px;
	height: 100%;
	background: #fff;
}

	.product-card.product-green {
		border-color: #bfe2c2;
	}

	.product-card.product-blue {
		border-color: #c4d9f3;
	}

.product-tag {
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
}

	.product-tag.tag-green {
		color: var(--green);
	}

	.product-tag.tag-blue {
		color: var(--blue);
	}

.product-logo {
	font-weight: 800;
	font-size: 1.6rem;
	margin: 4px 0 2px;
}

	.product-logo.logo-green {
		color: var(--green);
	}

	.product-logo.logo-blue {
		color: var(--blue);
	}

.product-sub {
	font-size: .72rem;
	color: var(--text-muted);
	margin-bottom: 10px;
}

.badge-diy {
	background: var(--green-light);
	color: var(--green-dark);
	font-weight: 600;
	font-size: .72rem;
	padding: 5px 10px;
	border-radius: 20px;
	display: inline-block;
	margin-bottom: 14px;
}

.product-card h5 {
	font-weight: 700;
	color: var(--navy);
	margin-bottom: 18px;
}

.check-list {
	list-style: none;
	padding: 0;
	margin: 0 0 22px;
}

	.check-list li {
		display: flex;
		align-items: flex-start;
		gap: 8px;
		font-size: .88rem;
		color: #3c4456;
		margin-bottom: 10px;
	}

	.check-list.list-green li i {
		color: var(--green);
	}

	.check-list.list-blue li i {
		color: var(--blue);
	}

	.check-list li i {
		margin-top: 3px;
	}

.vs-divider {
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid var(--border);
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	color: var(--navy);
	font-size: .85rem;
	position: relative;
	z-index: 2;
}

@media (min-width:992px) {
	.vs-wrap {
		position: relative;
	}

	.vs-divider {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
}

/* ---------- Why section ---------- */
.why-section {
	background: var(--bg-soft);
}

.why-item {
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 600;
	font-size: .85rem;
	color: var(--navy);
}

	.why-item i {
		color: var(--green);
		font-size: 1.2rem;
		flex-shrink: 0;
	}

/* ---------- How it works ---------- */
.step-wrap {
	position: relative;
	text-align: center;
}

.step-circle {
	width: 78px;
	height: 78px;
	border-radius: 50%;
	border: 1px solid var(--border);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 14px;
	position: relative;
	background: #fff;
	font-size: 1.6rem;
	color: var(--blue);
}

.step-badge {
	position: absolute;
	bottom: -2px;
	right: calc(50% - 39px - 2px);
	width: 22px;
	height: 22px;
	background: var(--green);
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .7rem;
	font-weight: 700;
	border: 2px solid #fff;
}

.step-title {
	font-weight: 700;
	color: var(--navy);
	font-size: .92rem;
	margin-bottom: 6px;
}

.step-desc {
	font-size: .78rem;
	color: var(--text-muted);
}

.step-connector {
	display: none;
}

@media (min-width:768px) {
	.step-connector {
		display: block;
		position: absolute;
		top: 39px;
		left: 60%;
		width: 80%;
		border-top: 2px dashed #c9d4e6;
		z-index: 0;
	}
}

/* ---------- Who is it for ---------- */
.who-card {
	border: 1px solid var(--border);
	border-radius: 12px;
	padding: 22px 12px;
	text-align: center;
	height: 100%;
	transition: box-shadow .2s ease, transform .2s ease;
}

	.who-card:hover {
		box-shadow: 0 10px 24px rgba(20,37,70,.08);
		transform: translateY(-3px);
	}

	.who-card i {
		font-size: 1.9rem;
		color: var(--blue);
		margin-bottom: 10px;
	}

	.who-card h6 {
		font-weight: 700;
		color: var(--navy);
		font-size: .88rem;
		margin-bottom: 4px;
	}

	.who-card p {
		font-size: .75rem;
		color: var(--text-muted);
		margin: 0;
	}

/* ---------- Three info cards ---------- */
.info-card {
	border-radius: 14px;
	padding: 26px 24px;
	height: 100%;
	border: 1px solid var(--border);
}

	.info-card h5 {
		font-weight: 700;
		margin-bottom: 12px;
	}

	.info-card p, .info-card li {
		font-size: .84rem;
		color: #475066;
	}

	.info-card.card-white {
		background: #fbfcfe;
	}

	.info-card.card-green {
		background: var(--green-light);
		border-color: #cdecd0;
	}

	.info-card.card-blue {
		background: var(--blue-light);
		border-color: #cfe0f7;
	}

	.info-card.card-green h5 {
		color: var(--green-dark);
	}

	.info-card.card-blue h5 {
		color: var(--blue-dark);
	}

	.info-card.card-white h5 {
		color: var(--navy);
	}

	.info-card ul {
		padding-left: 0;
		list-style: none;
		margin-bottom: 18px;
	}

		.info-card ul li {
			display: flex;
			gap: 8px;
			margin-bottom: 8px;
			align-items: flex-start;
		}

			.info-card ul li i {
				margin-top: 3px;
			}

	.info-card.card-white ul li i {
		color: var(--green);
	}

	.info-card.card-green ul li i {
		color: var(--green-dark);
	}

	.info-card.card-blue ul li i {
		color: var(--blue-dark);
	}

.info-illustration {
	font-size: 2.4rem;
	color: #fff;
	background: rgba(255,255,255,.55);
	border-radius: 12px;
	width: 64px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* ---------- CTA bar ---------- */
.cta-bar {
	background: var(--bg-soft);
	border-top: 1px solid var(--border);
	padding: 26px 0;
}

.cta-icon {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 1px solid var(--border);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--navy);
	font-size: 1.3rem;
	flex-shrink: 0;
}

.cta-bar h6 {
	font-weight: 700;
	color: var(--navy);
	margin-bottom: 2px;
	font-size: .95rem;
}

.cta-bar p {
	font-size: .8rem;
	color: var(--text-muted);
	margin: 0;
}
/* ---------- Legacy ---------- */
.legacy-hero {
	padding-bottom: 38px;
	position: relative;
	/*background:linear-gradient(120deg, #ffffff 0%, #f4f8ff 55%, #dfeaff 100%);*/
	overflow: hidden;
}

	.legacy-hero::after {
		content: "";
		position: absolute;
		inset: 0;
		/*background: linear-gradient(115deg, rgba(255,255,255,0.0) 40%, rgba(11,47,102,0.06) 100%);*/
		pointer-events: none;
	}

.hero-grid {
	display: grid;
	grid-template-columns: 2fr 1.1fr;
	gap: 0px;
	align-items: start;
	position: relative;
}

.stat-row {
	display: flex;
	gap: 5px;
	flex-wrap: wrap;
}

.stat {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	min-width: 150px;
}

	.stat .icon {
		width: 34px;
		height: 34px;
		flex: none;
		color: var(--blue);
	}

	.stat .num {
		font-size: 1.25rem;
		font-weight: 800;
		color: var(--ink);
		display: block;
	}

	.stat .label {
		font-size: 0.82rem;
		color: var(--ink-soft);
	}

/* CARD - Where it all began */
.origin-card {
	background: var(--paper);
	border-radius: 14px;
	box-shadow: 0 18px 20px rgba(11,47,102,0.18);
	padding: 30px 30px 26px;
	margin-right: 10px;
	position: relative;
	z-index: 2;
}

	.origin-card .tag {
		font-weight: 700;
		color: var(--blue);
		font-size: 0.95rem;
		margin-bottom: 2px;
	}

	.origin-card .year {
		font-size: 3rem;
		font-weight: 800;
		color: var(--blue);
		line-height: 1;
		margin: 2px 0 6px;
	}

	.origin-card .lead {
		font-weight: 700;
		margin-bottom: 10px;
	}

	.origin-card p {
		font-size: 0.92rem;
		color: var(--ink-soft);
		margin-bottom: 14px;
	}

	.origin-card hr {
		border: none;
		border-top: 1px solid var(--line);
		margin: 14px 0;
	}

.acronym {
	font-size: 0.95rem;
	margin: 10px 0;
}

	.acronym b {
		color: var(--blue);
		font-weight: 800;
	}

.quote-block {
	border-left: 3px solid var(--blue);
	padding-left: 14px;
	margin-top: 16px;
	font-weight: 700;
	color: var(--blue);
	font-size: 0.95rem;
}

/* JOURNEY STRIP */
.journey {
	padding-bottom: 38px;
	background: #fff;
	/*border-top:1px solid #dce4f2;
    border-bottom:1px solid var(--line);*/
}

.journey-row {
	display: grid;
	grid-template-columns: repeat(5,1fr);
	gap: 0;
}

.j-card {
	position: relative;
	padding: 0 22px;
}

.j-header {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}

.j-card .icon {
	width: 36px;
	height: 36px;
	color: var(--blue);
	margin: 0 auto 16px;
}

/* Arrow centered vertically */
.j-card:not(:last-child)::after {
	content: "›";
	position: absolute;
	right: -10px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 34px;
	font-weight: 300;
	color: #c7d6ef;
	z-index: 2;
}

.j-card h3 {
	font-size: 1.02rem;
	margin-bottom: 10px;
	color: var(--ink);
	line-height: 1.3;
}

.j-card p {
	font-size: 0.87rem;
	color: var(--ink-soft);
	line-height: 1.6;
}

.j-card .link {
	font-weight: 700;
}

/* WORKFLOW / MISSION SECTION */
.mid-section {
	background: var(--sky);
}

.mid-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1.4fr;
	gap: 16px;
	align-items: stretch;
}

.feature-card {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 10px;
	box-shadow: 0 18px 50px rgba(11,47,102,0.18);
	padding: 14px 16px;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.feature-header {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 12px;
}

.feature-card .icon {
	width: 64px;
	height: 64px;
	color: var(--blue);
	flex-shrink: 0;
}

.feature-card h4 {
	margin: 0;
	font-size: 0.97rem;
	font-weight: 600;
	line-height: 1.3;
}

.feature-card p {
	font-size: 0.83rem;
	color: var(--ink-soft);
	margin: 0;
}

.feature-card .link {
	font-weight: 700;
}

.quote-card {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 10px;
	padding: 14px 16px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.quote-header {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 12px;
}

.quote-card .quote-mark {
	font-size: 2.4rem;
	color: var(--blue);
	line-height: 0.6;
	font-weight: 800;
}

.quote-card h3 {
	font-size: 1rem;
	margin: 10px 0 12px;
	color: var(--ink);
}

.quote-card p {
	font-size: 0.85rem;
	color: var(--ink-soft);
}

.quote-card .link {
	font-weight: 700;
}

.bottom-section {
	display: grid;
	grid-template-columns: 0.9fr 1.6fr;
	gap: 28px;
	align-items: stretch;
	margin-top: 40px;
	margin-bottom: 40px;
}

.mission-card {
	padding-bottom: 38px;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 10px;
	padding: 22px;
}

	.mission-card .head {
		display: flex;
		align-items: center;
		gap: 10px;
		margin-bottom: 10px;
	}

		.mission-card .head .icon {
			width: 26px;
			height: 26px;
			color: var(--blue);
		}

	.mission-card h3 {
		font-size: 1.02rem;
	}

	.mission-card p {
		font-size: 0.85rem;
		color: var(--ink-soft);
		margin-bottom: 16px;
	}

	.mission-card .link {
		font-weight: 700;
	}

.pillars {
	padding-bottom: 38px;
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 10px;
	text-align: center;
}

.pillar .icon {
	width: 26px;
	height: 26px;
	color: var(--blue);
	margin: 0 auto 6px;
}

.pillar .label {
	font-size: 0.75rem;
	font-weight: 700;
	color: var(--ink);
}

/* TIMELINE STRIP */
.timeline {
	padding-bottom: 38px;
	background: var(--paper);
	border-bottom: 1px solid var(--line);
}

.timeline-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	gap: 6px;
}

.t-step {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	min-width: 90px;
}

	.t-step .icon {
		width: 30px;
		height: 30px;
		color: var(--blue);
		margin-bottom: 8px;
	}

	.t-step .num {
		font-weight: 800;
		font-size: 0.92rem;
		color: var(--ink);
	}

	.t-step .lbl {
		font-size: 0.76rem;
		color: var(--ink-soft);
	}

	.t-step.final .icon, .t-step.final .num {
		color: var(--blue);
	}

.t-connector {
	flex: 1;
	height: 2px;
	background: repeating-linear-gradient(90deg, #b9c9e8 0, #b9c9e8 5px, transparent 5px, transparent 10px);
	position: relative;
	top: -16px;
	min-width: 20px;
}

/* PATRONS SECTION */
.patrons-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0;
	align-items: stretch;
}

.patrons {
	background: #1d2f57;
	color: #fff;
	padding: 40px;
	display: grid;
	grid-template-columns: 1fr;
	gap: 40px;
	align-items: start;
}

.patrons-text {
	padding: 44px 40px;
	color: #fff;
}

	.patrons-text h2 {
		font-size: 1.5rem;
		margin-bottom: 6px;
	}

	.patrons-text .sub {
		color: #8fb2ee;
		font-weight: 700;
		margin-bottom: 16px;
	}

	.patrons-text p {
		font-size: 0.88rem;
		color: #c7d5ef;
		margin-bottom: 14px;
	}

.patrons-logos {
	background: #fff;
	border-radius: 14px;
	padding: 40px 30px;
	box-shadow: 0 15px 40px rgba(0,0,0,.08);
}

.logo-grid {
	display: grid;
	grid-template-columns: repeat(5,1fr);
	gap: 22px 18px;
	text-align: center;
	align-items: center;
}

.logo-item {
	font-weight: 800;
	color: #1a2b4a;
	font-size: 0.92rem;
	letter-spacing: 0.5px;
}

	.logo-item small {
		display: block;
		font-weight: 400;
		font-size: 0.62rem;
		letter-spacing: 1px;
		color: #7a8aa8;
		margin-top: 2px;
	}

.logo-note {
	text-align: center;
	font-size: 0.8rem;
	color: #8a95a8;
	margin-top: 18px;
	font-style: italic;
}

<!-- .legacy { -->
	<!-- position: relative; -->
	<!-- overflow: hidden; -->
	<!-- background: -->
	<!-- linear-gradient(rgba(20,95,180,.025) 1px, transparent 1px), -->
	<!-- linear-gradient(90deg, rgba(20,95,180,.025) 1px, transparent 1px), -->
	<!-- #fff; -->
	<!-- background-size: 40px 40px; -->
	<!--
}
-->


.thankyou-panel {
	background: linear-gradient(180deg,#edf4ff,#d9e8ff);
	position: relative;
	overflow: hidden;
	padding: 40px;
	display: flex;
	align-items: flex-start;
}

.thankyou-content {
	position: relative;
	z-index: 2;
	max-width: 60%;
}

.building-img {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 320px;
	opacity: .22;
	pointer-events: none;
}

.thankyou-panel .quote-mark {
	font-size: 2.4rem;
	color: var(--blue);
	font-weight: 800;
	line-height: 0.6;
}

.thankyou-panel h3 {
	font-size: 1.15rem;
	color: var(--blue);
	margin: 8px 0 14px;
	font-weight: 700;
}

.thankyou-panel p {
	font-size: 0.87rem;
	color: var(--ink-soft);
	margin-bottom: 10px;
}

.signature {
	font-family: 'Segoe Script','Brush Script MT', cursive;
	font-size: 1.8rem;
	color: var(--blue);
	margin-top: 16px;
}

/* BOTTOM BAR */
.bottom-bar {
	background: var(--blue);
	color: #fff;
	padding: 20px 60px;
	display: flex;
	align-items: center;
	gap: 18px;
	flex-wrap: wrap;
}

	.bottom-bar .icon {
		width: 26px;
		height: 26px;
	}

	.bottom-bar .label {
		font-size: 0.8rem;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-weight: 700;
		opacity: 0.9;
	}

	.bottom-bar .statement {
		font-size: 1.15rem;
		font-weight: 800;
		flex: 1;
	}


.text-navy {
	color: var(--navy-900) !important;
}

.bg-navy {
	background-color: var(--navy-900) !important;
}

.bg-navy-grad {
	background: linear-gradient(90deg,var(--navy-900),var(--navy-800)) !important;
}

.btn-navy {
	background: linear-gradient(90deg,var(--navy-900),var(--navy-800));
	color: #fff;
	border: none;
}

	.btn-navy:hover {
		background: linear-gradient(90deg,var(--navy-800),var(--navy-900));
		color: #fff;
	}

.accent-rule {
	width: 56px;
	height: 4px;
	background: var(--blue-600);
	border-radius: 2px;
}

/* Book graphic */
.book-scene {
	position: relative;
	min-height: 320px;
}

.plan-roll {
	position: absolute;
	left: -4%;
	bottom: 6%;
	width: 44%;
	height: 14px;
	background: linear-gradient(180deg,#fbfbf9,#e9e7df);
	border-radius: 8px;
	box-shadow: 0 6px 14px rgba(0,0,0,.12);
	transform: rotate(-3deg);
}

	.plan-roll::before {
		content: "";
		position: absolute;
		left: -4px;
		top: -4px;
		width: 22px;
		height: 22px;
		border-radius: 50%;
		background: #f3f1e8;
		box-shadow: inset 0 0 0 2px #d8d5c8;
	}

.building-sketch {
	position: absolute;
	right: -2%;
	bottom: 0;
	width: 42%;
	height: 86%;
	opacity: .9;
}

.book {
	position: relative;
	width: 250px;
	height: 310px;
	margin-left: auto;
	margin-right: auto;
	background: linear-gradient(135deg,var(--navy-800) 0%, var(--navy-950) 100%);
	border-radius: 4px 10px 10px 4px;
	box-shadow: 14px 20px 34px -12px rgba(8,27,52,.45);
	color: #fff;
	padding: 24px 22px;
	display: flex;
	flex-direction: column;
	transform: perspective(900px) rotateY(-8deg);
}

	.book::before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		width: 9px;
		background: linear-gradient(180deg,#0a2444,#061527);
		border-radius: 4px 0 0 4px;
	}

.book-title {
	font-size: 24px;
	line-height: 1.12;
	margin: 30px 0 6px;
	font-weight: 700;
}

	.book-title .accent {
		color: #5aa9f0;
	}

.book-skyline {
	position: absolute;
	right: 8px;
	bottom: 32px;
	width: 110px;
	height: 64px;
	opacity: .55;
}

.icon-circle {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 24px;
}

.icon-circle-sm {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--navy-900);
	font-size: 20px;
	background: #fff;
}

.heading-flanked {
	display: flex;
	align-items: center;
	gap: 18px;
	justify-content: center;
}

	.heading-flanked hr {
		flex: 1;
		margin: 0;
		border-top: 1px solid #dfe4ec;
		opacity: 1;
	}

.quote-card {
	background: linear-gradient(135deg,var(--navy-900),var(--navy-950));
	color: #dce8f7;
}

/* Modal table */
#resultsTable thead th {
	position: sticky;
	top: 0;
	background: var(--navy-900);
	color: #fff;
	z-index: 1;
	font-size: 11.5px;
	text-transform: uppercase;
	letter-spacing: .03em;
	font-weight: 600;
}

#resultsTable tbody td {
	vertical-align: top;
	font-size: 13.5px;
}

.table-scroll {
	max-height: 48vh;
	overflow-y: auto;
}

.year-cell {
	color: var(--blue-600);
	font-weight: 700;
	white-space: nowrap;
}

select.form-select:focus, input.form-control:focus {
	border-color: var(--blue-600);
	box-shadow: 0 0 0 .2rem rgba(10,99,183,.15);
}



/* ---------- About Us ---------- */
.about-section {
	background: var(--bg-soft);
}

.founder-card {
	background: #fff;
	border: 1px solid var(--border);
	border-radius: 14px;
	padding: 28px 24px;
	height: 100%;
}

.founder-avatar {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: var(--blue-light);
	color: var(--blue);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem;
	border: 2px solid #cfe0f7;
	flex-shrink: 0;
}

.founder-name {
	font-weight: 700;
	color: var(--navy);
	font-size: 1rem;
	margin-bottom: 2px;
}

.founder-title {
	font-size: .76rem;
	color: var(--green);
	font-weight: 600;
	letter-spacing: .04em;
	margin-bottom: 10px;
}

.founder-bio {
	font-size: .82rem;
	color: var(--text-muted);
	line-height: 1.65;
	margin: 0;
}

/* ---------- FAQ ---------- */
.faq-section {
	background: #fff;
}

.accordion-button {
	font-weight: 600;
	font-size: .9rem;
	color: var(--navy);
}

	.accordion-button:not(.collapsed) {
		color: var(--blue);
		background: var(--blue-light);
		box-shadow: none;
	}

	.accordion-button::after {
		filter: none;
	}

	.accordion-button:not(.collapsed)::after {
		filter: invert(30%) sepia(90%) saturate(600%) hue-rotate(200deg);
	}

.accordion-body {
	font-size: .86rem;
	color: var(--text-muted);
	line-height: 1.7;
}

.faq-contact-link {
	font-size: .86rem;
	color: var(--blue);
	font-weight: 500;
}

/* ---------- Contact / Footer ---------- */
.contact-footer {
	background: var(--navy);
	color: #c7d0e3;
	padding: 56px 0 0;
}

	.contact-footer h6 {
		color: #fff;
		font-weight: 700;
		margin-bottom: 14px;
		font-size: .9rem;
		letter-spacing: .04em;
		text-transform: uppercase;
	}

	.contact-footer p, .contact-footer address {
		font-size: .84rem;
		color: #a8b5cc;
		line-height: 1.8;
		font-style: normal;
		margin: 0;
	}

	.contact-footer a {
		color: #a8b5cc;
		text-decoration: none;
	}

		.contact-footer a:hover {
			color: #fff;
		}

.footer-logo-text {
	font-family: 'Poppins',sans-serif;
	font-weight: 800;
	font-size: 1.4rem;
	color: #fff;
	letter-spacing: .01em;
}

	.footer-logo-text span {
		color: #4fb052;
	}

.footer-tagline {
	font-size: .72rem;
	color: #7b9acc;
	letter-spacing: .04em;
}

.contact-footer .divider {
	border-color: rgba(255,255,255,.1);
	margin: 40px 0 0;
}

.footer-bottom {
	background: rgba(0,0,0,.2);
	padding: 14px 0;
	font-size: .76rem;
	color: #7b8faa;
}

.social-icon {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,.15);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #a8b5cc;
	font-size: .95rem;
	transition: all .2s;
}

	.social-icon:hover {
		background: var(--green);
		border-color: var(--green);
		color: #fff;
	}

/* ---------- Query form ---------- */
.query-section {
	background: var(--bg-soft);
}

	.query-section .form-control {
		border-radius: 8px;
		border: 1px solid #d4dae8;
		font-size: .86rem;
		padding: .6rem .9rem;
	}

		.query-section .form-control:focus {
			border-color: var(--blue);
			box-shadow: 0 0 0 3px rgba(31,95,176,.12);
		}

	.query-section label {
		font-size: .8rem;
		font-weight: 600;
		color: #4a5268;
		margin-bottom: 5px;
	}

/* ---------- Card Rate Calculator Modal ---------- */
#calcModal .modal-header {
	background: var(--navy);
	color: #fff;
	border-radius: .5rem .5rem 0 0;
}

	#calcModal .modal-header .btn-close {
		filter: invert(1);
	}

#calcModal .modal-title {
	font-weight: 700;
	font-size: 1rem;
}

.calc-label {
	font-size: .8rem;
	font-weight: 600;
	color: #4a5268;
}

.calc-result-box {
	background: var(--blue-light);
	border: 1px solid #c4d9f3;
	border-radius: 10px;
	padding: 18px 20px;
	display: none;
}

	.calc-result-box.show {
		display: block;
	}

.calc-result-line {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: .85rem;
	padding: 5px 0;
	border-bottom: 1px dashed #c4d9f3;
}

	.calc-result-line:last-child {
		border-bottom: none;
		font-weight: 700;
		font-size: .95rem;
		color: var(--navy);
	}

	.calc-result-line span:first-child {
		color: var(--text-muted);
	}

	.calc-result-line span:last-child {
		color: var(--blue);
		font-weight: 600;
	}

	.calc-result-line:last-child span {
		color: var(--navy);
	}

.rate-badge {
	background: var(--green-light);
	color: var(--green-dark);
	font-size: .7rem;
	font-weight: 700;
	padding: 2px 7px;
	border-radius: 20px;
}

/* ---------- Sample Reports ---------- */
.reports-section {
	background: var(--bg-soft);
}

.report-card {
	background: #fff;
	border: 1px solid var(--border);
	border-radius: 14px;
	overflow: hidden;
	cursor: pointer;
	height: 100%;
	transition: transform .28s ease, box-shadow .28s ease;
	display: flex;
	flex-direction: column;
}

	.report-card:hover {
		transform: translateY(-6px);
		box-shadow: 0 20px 48px rgba(20,37,70,.14);
	}

.report-cover-box {
	position: relative;
	height: 220px;
	overflow: hidden;
	flex-shrink: 0;
}

.report-cover-inner {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 22px 20px;
	position: relative;
	gap: 8px;
}

.cover-watermark {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 6rem;
	opacity: .08;
	color: #fff;
	pointer-events: none;
}

.cover-brand-tag {
	position: absolute;
	top: 12px;
	left: 14px;
	font-size: .6rem;
	font-weight: 700;
	letter-spacing: .06em;
	color: rgba(255,255,255,.7);
	text-transform: uppercase;
}

.cover-page-lines {
	width: 80%;
	position: absolute;
	bottom: 18px;
	left: 50%;
	transform: translateX(-50%);
}

.cover-line {
	height: 2px;
	border-radius: 2px;
	background: rgba(255,255,255,.18);
	margin-bottom: 5px;
}

	.cover-line:last-child {
		width: 60%;
		margin-bottom: 0;
	}

.cover-text-wrap {
	position: relative;
	z-index: 2;
	text-align: center;
}

.cover-badge {
	font-size: .65rem;
	font-weight: 700;
	letter-spacing: .07em;
	text-transform: uppercase;
	background: rgba(255,255,255,.18);
	color: #fff;
	padding: 3px 10px;
	border-radius: 20px;
	display: inline-block;
	margin-bottom: 10px;
	border: 1px solid rgba(255,255,255,.3);
}

.cover-title {
	color: #fff;
	font-weight: 700;
	font-size: .88rem;
	line-height: 1.35;
	font-family: 'Poppins',sans-serif;
}

.cover-sub {
	color: rgba(255,255,255,.6);
	font-size: .7rem;
	margin-top: 5px;
}

.report-cover-overlay {
	position: absolute;
	inset: 0;
	background: rgba(20,37,70,0);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background .28s ease;
}

.report-card:hover .report-cover-overlay {
	background: rgba(20,37,70,.48);
}

.report-view-pill {
	background: #fff;
	color: var(--navy);
	font-weight: 700;
	font-size: .8rem;
	padding: 9px 20px;
	border-radius: 24px;
	display: flex;
	align-items: center;
	gap: 7px;
	opacity: 0;
	transform: translateY(10px);
	transition: opacity .28s ease, transform .28s ease;
	box-shadow: 0 4px 16px rgba(0,0,0,.25);
}

.report-card:hover .report-view-pill {
	opacity: 1;
	transform: translateY(0);
}

.report-info {
	padding: 15px 18px 18px;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.r-badge {
	font-size: .67rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .06em;
	padding: 3px 9px;
	border-radius: 12px;
	display: inline-block;
	margin-bottom: 7px;
	align-self: flex-start;
}

.rb-boq {
	background: var(--blue-light);
	color: var(--blue-dark);
}

.rb-qs {
	background: var(--green-light);
	color: var(--green-dark);
}

.rb-tender {
	background: #fff3e0;
	color: #c76a00;
}

.rb-cost {
	background: #f3e5ff;
	color: #7b2fbe;
}

.report-info h6 {
	font-weight: 700;
	color: var(--navy);
	font-size: .9rem;
	margin-bottom: 3px;
}

.report-info p {
	font-size: .76rem;
	color: var(--text-muted);
	margin: 0;
}

/* ---------- Report Viewer Modal ---------- */
#reportModal .modal-header {
	background: var(--navy);
	padding: 14px 20px;
}

#reportModal .modal-title {
	color: #fff;
	font-weight: 700;
	font-size: .95rem;
}

#reportModal .btn-close {
	filter: invert(1);
	opacity: .8;
}

#reportModal .modal-body {
	padding: 0;
	background: #1c2133;
}

.report-iframe-wrap {
	width: 100%;
	height: 76vh;
	min-height: 480px;
}

.report-iframe-wrap iframe {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#reportModal .modal-footer {
	background: var(--bg-soft);
	border-top: 1px solid var(--border);
	padding: 10px 18px;
}

footer {
	background: var(--navy);
	color: #c7d0e3;
	font-size: .82rem;
	padding: 20px 0;
}
