/*
 * ITCST commercial offer layer.
 * Isolated from site.css so the proven navigation, privacy and mobile baseline
 * remains byte-identical and easy to regression-test.
 */

/* Executive visual system ------------------------------------------------ */

:root {
	--paper: #f3f5f3;
	--paper-deep: #e8ece9;
	--signal: #9bcfc2;
	--signal-dark: #176f5f;
	--radius: 5px;
	--shadow: 0 22px 64px rgba(5, 20, 32, 0.09);
}

.button {
	border-radius: 2px;
	box-shadow: none;
	font-size: 0.82rem;
	letter-spacing: 0.035em;
	text-transform: none;
}

.button:hover,
.button:focus-visible {
	transform: translateY(-1px);
}

.button-signal {
	background: #d6e7e2;
	box-shadow: none;
}

.button-signal:hover,
.button-signal:focus-visible {
	background: #edf4f1;
}

.nav-navigator-link,
.header-check-shortcut {
	border-color: rgba(155, 207, 194, 0.4);
	border-radius: 2px;
	background: rgba(155, 207, 194, 0.06);
}

.nav-navigator-link::before,
.live-badge i {
	box-shadow: none;
}

.hero h1 {
	font-size: clamp(3.15rem, 5.65vw, 6.2rem);
}

.hero h1 em {
	color: #b7d9d1;
}

.command-surface {
	border-color: rgba(255, 255, 255, 0.13);
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018));
	box-shadow: 0 36px 90px rgba(0, 0, 0, 0.24);
}

.command-surface::before {
	animation: none;
	opacity: 0.28;
}

.radar-sweep {
	animation-duration: 18s;
	opacity: 0.46;
}

.radar-node {
	box-shadow: 0 0 0 3px rgba(155, 207, 194, 0.1);
}

.revenue-offers {
	position: relative;
	background: #071722;
	color: #afbdc6;
}

.revenue-offers .section-heading h2,
.revenue-offers .section-heading h2 em {
	color: #f7f8f7;
}

.revenue-offers .section-heading > p {
	color: #afbdc6;
}

.revenue-offers .eyebrow {
	color: var(--signal);
}

.revenue-offer-grid {
	display: block;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.revenue-offer-card {
	display: grid;
	min-width: 0;
	padding: clamp(42px, 5.25vw, 72px) 0;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
	background: transparent;
	box-shadow: none;
	grid-template-columns: minmax(130px, 0.42fr) minmax(0, 1.48fr) minmax(245px, 0.55fr);
	align-items: start;
	gap: clamp(30px, 5vw, 72px);
}

.revenue-offer-identity span,
.revenue-price small,
.revenue-offer-outcome small {
	display: block;
	color: var(--signal);
	font-size: 0.66rem;
	font-weight: 750;
	letter-spacing: 0.12em;
	line-height: 1.45;
	text-transform: uppercase;
}

.revenue-offer-identity p {
	margin: 12px 0 0;
	color: #8fa2af;
	font-size: 0.72rem;
	font-weight: 680;
	letter-spacing: 0.08em;
	line-height: 1.55;
	text-transform: uppercase;
}

.revenue-offer-copy {
	min-width: 0;
}

.revenue-offer-copy h3 {
	max-width: 760px;
	margin-bottom: 20px;
	color: #f7f8f7;
	font-size: clamp(2rem, 3.3vw, 3.45rem);
	letter-spacing: -0.045em;
	line-height: 0.98;
	text-wrap: balance;
}

.revenue-offer-lead {
	max-width: 690px;
	margin: 0;
	color: #afbdc6;
	font-size: 1rem;
	line-height: 1.72;
}

.revenue-offer-outcome {
	max-width: 720px;
	margin-top: 30px;
}

.revenue-offer-outcome small {
	margin-bottom: 9px;
}

.revenue-offer-outcome p {
	margin: 0;
	color: #dce3e6;
	line-height: 1.65;
}

.revenue-price {
	display: flex;
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
	flex-direction: column;
	align-items: flex-start;
}

.revenue-price small {
	margin-bottom: 10px;
}

.revenue-price strong {
	color: #f7f8f7;
	font-size: clamp(1.28rem, 1.8vw, 1.62rem);
	font-weight: 630;
	letter-spacing: -0.025em;
	line-height: 1.15;
}

.revenue-price span {
	margin-top: 9px;
	color: #8fa2af;
	font-size: 0.78rem;
	font-weight: 620;
	letter-spacing: 0.035em;
	line-height: 1.5;
}

.revenue-offer-actions {
	display: flex;
	min-height: 48px;
	margin-top: clamp(30px, 4vw, 54px);
	align-items: center;
	flex-wrap: wrap;
	gap: 14px;
}

.revenue-offer-actions .text-link {
	display: inline-flex;
	min-height: 48px;
	border-bottom: 1px solid rgba(155, 207, 194, 0.48);
	align-items: center;
	color: #f7f8f7;
	font-size: 0.8rem;
}

.revenue-no-pressure {
	display: grid;
	margin-top: 0;
	padding: clamp(32px, 4vw, 48px) 0 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #f7f8f7;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: clamp(24px, 4vw, 48px);
}

.revenue-no-pressure strong {
	font-size: 1.1rem;
}

.revenue-no-pressure p {
	max-width: 720px;
	margin: 0;
	color: #afbdc6;
}

.revenue-detail-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.6fr) minmax(300px, 0.65fr);
	align-items: start;
	gap: clamp(40px, 7vw, 100px);
}

.revenue-service-offer {
	padding-top: 0;
}

.revenue-service-offer-panel {
	display: grid;
	padding: clamp(28px, 4vw, 48px);
	border: 1px solid var(--line);
	border-radius: 2px;
	background: rgba(255, 255, 255, 0.66);
	box-shadow: none;
	grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.6fr);
	align-items: center;
	gap: clamp(28px, 6vw, 80px);
}

.revenue-service-offer-panel h2 {
	margin-bottom: 18px;
	font-size: clamp(2rem, 3.4vw, 3.65rem);
}

.revenue-service-offer-panel p:last-child {
	margin: 0;
	color: var(--muted);
}

.revenue-service-price {
	display: flex;
	padding-left: clamp(0px, 3vw, 38px);
	border-left: 1px solid var(--line);
	flex-direction: column;
}

.revenue-service-price > strong {
	color: var(--ink);
	font-size: clamp(1.4rem, 2vw, 1.9rem);
	letter-spacing: -0.03em;
}

.revenue-service-price > span {
	margin: 4px 0 22px;
	color: var(--muted);
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.revenue-detail-main h2 {
	max-width: 930px;
	font-size: clamp(2rem, 3.5vw, 3.8rem);
	line-height: 1.08;
}

.revenue-detail-main > h3 {
	margin-top: 48px;
}

.revenue-included-list {
	padding: 0;
	margin: 26px 0 0;
	list-style: none;
}

.revenue-included-list li {
	display: grid;
	padding: 20px 0;
	border-top: 1px solid var(--line);
	grid-template-columns: 52px 1fr;
	align-items: start;
	gap: 12px;
}

.revenue-included-list li:last-child {
	border-bottom: 1px solid var(--line);
}

.revenue-included-list span {
	color: var(--signal-dark);
	font-size: 0.73rem;
	font-weight: 760;
	letter-spacing: 0.12em;
}

.revenue-included-list p {
	margin: 0;
	color: var(--text);
}

.revenue-buy-box {
	position: sticky;
	top: calc(var(--header) + 28px);
	padding: clamp(26px, 3.4vw, 42px);
	border: 1px solid var(--line);
	border-radius: 2px;
	background: #edf1ee;
	box-shadow: none;
	color: var(--ink);
}

.revenue-buy-box .eyebrow {
	color: var(--signal-dark);
}

.revenue-buy-price {
	display: block;
	color: var(--ink);
	font-size: clamp(1.55rem, 2.3vw, 2.15rem);
	letter-spacing: -0.035em;
	line-height: 1;
}

.revenue-buy-box > span {
	display: block;
	margin-top: 9px;
	color: var(--muted);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.revenue-buy-box > p {
	margin: 28px 0;
	padding: 18px 0;
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
	color: var(--text);
}

.revenue-buy-box .button {
	width: 100%;
	justify-content: space-between;
}

.revenue-buy-box small {
	display: block;
	margin-top: 18px;
	color: var(--muted);
	line-height: 1.55;
}

.revenue-process-grid {
	display: grid;
	padding: 0;
	margin-top: 48px;
	list-style: none;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.revenue-process-grid li {
	padding: clamp(25px, 3vw, 38px);
	border: 1px solid var(--line-dark);
	border-radius: 9px;
	background: rgba(255, 255, 255, 0.035);
}

.revenue-process-grid span {
	color: var(--signal);
	font-size: 0.72rem;
	font-weight: 740;
	letter-spacing: 0.14em;
}

.revenue-process-grid h3 {
	margin: 46px 0 16px;
	color: var(--white);
}

.revenue-process-grid p {
	margin: 0;
	color: var(--muted-dark);
}

.revenue-boundary {
	padding-top: clamp(42px, 6vw, 80px);
}

.revenue-boundary .scope-note p + p {
	margin-top: 12px;
}

.booking-next-step {
	margin: 18px 0 26px;
	padding: 22px;
	border: 1px solid rgba(0, 169, 123, 0.35);
	border-radius: 8px;
	background: rgba(66, 245, 189, 0.09);
}

.booking-next-step p {
	margin: 7px 0 16px;
}

.project-form .form-section-label {
	display: block;
	margin: 26px 0 12px;
	color: #315966;
	font-size: 0.7rem;
	font-weight: 760;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.contact-qualification-note {
	margin: 0 0 24px;
	padding: 16px 18px;
	border-left: 3px solid var(--signal-dark);
	background: rgba(66, 245, 189, 0.08);
	color: #345164;
	font-size: 0.9rem;
}

.mobile-fit-cta {
	display: none;
}

@media (max-width: 1060px) {
	.revenue-offer-card {
		grid-template-columns: 112px minmax(0, 1fr);
		gap: 26px 42px;
	}

	.revenue-price {
		grid-column: 2;
	}

	.revenue-no-pressure {
		grid-template-columns: 1fr;
	}

	.revenue-detail-grid {
		grid-template-columns: 1fr;
	}

	.revenue-service-offer-panel {
		grid-template-columns: 1fr;
	}

	.revenue-service-price {
		padding: 24px 0 0;
		border-top: 1px solid var(--line);
		border-left: 0;
	}

	.revenue-buy-box {
		position: static;
	}
}

@media (max-width: 760px) {
	.revenue-buy-box {
		padding: 24px;
	}

	.revenue-offer-card {
		padding-block: 36px;
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.revenue-price {
		padding-top: 8px;
		grid-column: auto;
	}

	.revenue-offer-copy h3 {
		font-size: clamp(2rem, 10vw, 2.7rem);
	}

	.revenue-offer-actions,
	.revenue-offer-actions .text-link {
		width: 100%;
	}

	.revenue-process-grid {
		grid-template-columns: 1fr;
	}

	.revenue-process-grid h3 {
		margin-top: 24px;
	}

	.mobile-fit-cta {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.mobile-fit-cta {
		transition: none;
	}
}
