:root {
	--ccp-ink: #0b1b3d;
	--ccp-muted: #53627a;
	--ccp-blue: #123e9f;
	--ccp-blue-dark: #09245f;
	--ccp-red: #e21a2c;
	--ccp-line: #dce3ee;
	--ccp-surface: #f5f7fb;
	--ccp-white: #ffffff;
	--ccp-ease-out: cubic-bezier(0.23, 1, 0.32, 1);
}

.caltec-certification-page #main-content.ccp-page {
	background: var(--ccp-white);
	color: var(--ccp-ink);
	font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	overflow: clip;
}

.ccp-page *,
.ccp-page *::before,
.ccp-page *::after {
	box-sizing: border-box;
}

.ccp-page a {
	color: inherit;
}

.ccp-shell {
	width: min(1180px, calc(100% - 48px));
	margin-inline: auto;
}

.ccp-hero {
	position: relative;
	padding: clamp(84px, 10vw, 144px) 0 clamp(64px, 8vw, 108px);
	background:
		radial-gradient(circle at 92% 10%, rgba(18, 62, 159, 0.09), transparent 28%),
		linear-gradient(180deg, #fbfcff 0%, #ffffff 100%);
	border-bottom: 1px solid var(--ccp-line);
}

.ccp-hero::after {
	content: "";
	position: absolute;
	top: 0;
	right: max(24px, calc((100vw - 1180px) / 2));
	width: 1px;
	height: 46%;
	background: linear-gradient(var(--ccp-red), transparent);
	opacity: 0.52;
}

.ccp-hero__copy {
	max-width: 820px;
}

.ccp-eyebrow,
.ccp-kicker {
	display: flex;
	align-items: center;
	gap: 9px;
	margin: 0 0 22px;
	color: var(--ccp-blue);
	font-size: 12px;
	font-weight: 750;
	letter-spacing: 0.13em;
	line-height: 1.4;
	text-transform: uppercase;
}

.ccp-icon {
	display: inline-block;
	width: 19px;
	height: 19px;
	background: currentColor;
	-webkit-mask: var(--ccp-icon) center / contain no-repeat;
	mask: var(--ccp-icon) center / contain no-repeat;
	flex: 0 0 auto;
}

.ccp-icon--verified { --ccp-icon: url("icons/verified-check-bold-duotone.svg"); }
.ccp-icon--document { --ccp-icon: url("icons/document-text-bold-duotone.svg"); }
.ccp-icon--shield { --ccp-icon: url("icons/shield-check-bold-duotone.svg"); }

.ccp-hero h1 {
	max-width: 800px;
	margin: 0;
	color: var(--ccp-ink);
	font-size: clamp(50px, 7.2vw, 96px);
	font-weight: 620;
	letter-spacing: -0.066em;
	line-height: 0.98;
}

.ccp-lede {
	max-width: 700px;
	margin: 30px 0 0;
	color: var(--ccp-muted);
	font-size: clamp(18px, 2vw, 22px);
	font-weight: 430;
	line-height: 1.6;
}

.ccp-hero__actions,
.ccp-card__actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
}

.ccp-hero__actions {
	margin-top: 36px;
}

.ccp-button {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 0 20px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none !important;
	transition: transform 150ms var(--ccp-ease-out), background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.ccp-button:active {
	transform: scale(0.97);
}

.ccp-button:focus-visible,
.ccp-download:focus-visible,
.ccp-card__preview:focus-visible,
.ccp-assurance__contact:focus-visible {
	outline: 3px solid #ffbf47;
	outline-offset: 4px;
}

.ccp-button--primary {
	background: var(--ccp-blue);
	color: var(--ccp-white) !important;
}

.ccp-button--quiet {
	border-color: var(--ccp-line);
	background: var(--ccp-white);
	color: var(--ccp-ink) !important;
}

.ccp-facts {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	max-width: 860px;
	margin: clamp(64px, 8vw, 96px) 0 0;
	padding: 26px 0 0;
	border-top: 1px solid var(--ccp-line);
}

.ccp-facts div {
	padding-right: 28px;
}

.ccp-facts div + div {
	padding-left: 28px;
	border-left: 1px solid var(--ccp-line);
}

.ccp-facts dt {
	margin: 0 0 7px;
	color: #748198;
	font-size: 11px;
	font-weight: 750;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.ccp-facts dd {
	margin: 0;
	color: var(--ccp-ink);
	font-size: 17px;
	font-weight: 680;
}

.ccp-library {
	padding: clamp(72px, 9vw, 124px) 0;
}

.ccp-section-heading {
	display: grid;
	grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.7fr);
	align-items: end;
	gap: 56px;
	margin-bottom: 46px;
}

.ccp-section-heading .ccp-kicker,
.ccp-assurance .ccp-kicker {
	margin-bottom: 14px;
}

.ccp-section-heading h2,
.ccp-assurance h2 {
	margin: 0;
	font-size: clamp(34px, 4.2vw, 58px);
	font-weight: 620;
	letter-spacing: -0.048em;
	line-height: 1.06;
}

.ccp-section-heading > p {
	margin: 0 0 4px;
	color: var(--ccp-muted);
	font-size: 16px;
	line-height: 1.7;
}

.ccp-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.ccp-card {
	min-width: 0;
	overflow: hidden;
	border: 1px solid var(--ccp-line);
	border-radius: 24px;
	background: var(--ccp-white);
	box-shadow: 0 18px 55px rgba(11, 27, 61, 0.065);
}

.ccp-card__preview {
	position: relative;
	display: block;
	aspect-ratio: 596 / 790;
	overflow: hidden;
	background: var(--ccp-surface);
	text-decoration: none !important;
}

.ccp-card__preview::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 70%, rgba(8, 25, 60, 0.5));
	opacity: 0;
	transition: opacity 200ms ease;
}

.ccp-card__preview img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
	transition: transform 280ms var(--ccp-ease-out);
}

.ccp-card__open {
	position: absolute;
	right: 16px;
	bottom: 16px;
	z-index: 1;
	display: inline-flex;
	min-height: 42px;
	align-items: center;
	gap: 9px;
	padding: 0 15px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 10px 30px rgba(11, 27, 61, 0.18);
	color: var(--ccp-ink);
	font-size: 13px;
	font-weight: 750;
	opacity: 0;
	transform: translateY(8px);
	transition: opacity 180ms ease, transform 180ms var(--ccp-ease-out);
}

.ccp-card__body {
	padding: 25px 24px 26px;
}

.ccp-card__topline {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 15px;
}

.ccp-card__topline span:first-child {
	color: var(--ccp-blue);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.ccp-card__topline span:last-child {
	padding: 6px 9px;
	border-radius: 999px;
	background: #eaf7f0;
	color: #1c7650;
	font-size: 11px;
	font-weight: 750;
}

.ccp-card h3 {
	min-height: 56px;
	margin: 0;
	color: var(--ccp-ink);
	font-size: 23px;
	font-weight: 670;
	letter-spacing: -0.025em;
	line-height: 1.22;
}

.ccp-card__body > p:not(.ccp-file-meta) {
	min-height: 76px;
	margin: 15px 0 0;
	color: var(--ccp-muted);
	font-size: 14px;
	line-height: 1.65;
}

.ccp-file-meta {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 22px 0 18px;
	padding-top: 17px;
	border-top: 1px solid var(--ccp-line);
	color: #68758b;
	font-size: 12px;
	font-weight: 650;
}

.ccp-file-meta .ccp-icon {
	width: 17px;
	height: 17px;
	color: var(--ccp-blue);
}

.ccp-button--secondary {
	min-height: 44px;
	padding-inline: 17px;
	background: var(--ccp-ink);
	color: var(--ccp-white) !important;
}

.ccp-download {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	gap: 8px;
	padding: 0 8px;
	color: var(--ccp-blue) !important;
	font-size: 13px;
	font-weight: 750;
	text-decoration: none !important;
}

.ccp-assurance {
	padding: 0 0 clamp(72px, 9vw, 124px);
}

.ccp-assurance__panel {
	display: grid;
	grid-template-columns: auto minmax(0, 1.3fr) minmax(240px, 0.55fr);
	align-items: center;
	gap: 34px;
	padding: clamp(32px, 5vw, 62px);
	border-radius: 28px;
	background: var(--ccp-ink);
	color: var(--ccp-white);
	box-shadow: 0 28px 80px rgba(11, 27, 61, 0.2);
}

.ccp-assurance__icon {
	display: grid;
	width: 68px;
	height: 68px;
	place-items: center;
	border: 1px solid rgba(255,255,255,0.16);
	border-radius: 20px;
	background: rgba(255,255,255,0.08);
	color: #a9c4ff;
}

.ccp-assurance__icon .ccp-icon {
	width: 32px;
	height: 32px;
}

.ccp-assurance .ccp-kicker {
	color: #a9c4ff;
}

.ccp-assurance h2 {
	color: var(--ccp-white);
	font-size: clamp(32px, 3.6vw, 49px);
}

.ccp-assurance__copy > p:last-child {
	max-width: 680px;
	margin: 18px 0 0;
	color: #c4ccda;
	font-size: 15px;
	line-height: 1.7;
}

.ccp-assurance__actions {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 20px;
}

.ccp-button--light {
	background: var(--ccp-white);
	color: var(--ccp-ink) !important;
}

.ccp-assurance__contact {
	color: #c4ccda !important;
	font-size: 12px;
	line-height: 1.6;
	text-decoration: none !important;
}

.ccp-assurance__contact strong {
	color: var(--ccp-white);
	font-size: 14px;
}

.ccp-motion-ready .ccp-reveal {
	opacity: 0;
	transform: translateY(14px);
	transition: opacity 520ms ease, transform 520ms var(--ccp-ease-out);
	transition-delay: calc(var(--ccp-order, 0) * 55ms);
}

.ccp-motion-ready .ccp-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (hover: hover) and (pointer: fine) {
	.ccp-button--primary:hover { background: var(--ccp-blue-dark); }
	.ccp-button--quiet:hover { border-color: #b8c4d7; background: var(--ccp-surface); }
	.ccp-button--secondary:hover { background: var(--ccp-blue); }
	.ccp-button--light:hover { background: #dce7ff; }
	.ccp-download:hover { color: var(--ccp-red) !important; }
	.ccp-card__preview:hover img { transform: scale(1.018); }
	.ccp-card__preview:hover::after { opacity: 1; }
	.ccp-card__preview:hover .ccp-card__open { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1024px) {
	.ccp-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.ccp-card:last-child { grid-column: 1 / -1; width: calc(50% - 10px); justify-self: center; }
	.ccp-assurance__panel { grid-template-columns: auto 1fr; }
	.ccp-assurance__actions { grid-column: 2; }
}

@media (max-width: 720px) {
	.ccp-shell { width: min(100% - 32px, 1180px); }
	.ccp-hero { padding-top: 68px; }
	.ccp-hero::after { right: 16px; }
	.ccp-hero h1 { font-size: clamp(46px, 14.5vw, 70px); }
	.ccp-lede { font-size: 17px; line-height: 1.62; }
	.ccp-hero__actions { align-items: stretch; flex-direction: column; }
	.ccp-button { width: 100%; }
	.ccp-facts { grid-template-columns: 1fr; gap: 0; }
	.ccp-facts div { padding: 16px 0; }
	.ccp-facts div + div { padding-left: 0; border-top: 1px solid var(--ccp-line); border-left: 0; }
	.ccp-section-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 30px; }
	.ccp-grid { grid-template-columns: 1fr; }
	.ccp-card:last-child { grid-column: auto; width: 100%; }
	.ccp-card h3,
	.ccp-card__body > p:not(.ccp-file-meta) { min-height: 0; }
	.ccp-card__open { opacity: 1; transform: none; }
	.ccp-assurance__panel { grid-template-columns: 1fr; gap: 24px; border-radius: 24px; }
	.ccp-assurance__actions { grid-column: auto; width: 100%; }
	.ccp-assurance__icon { width: 58px; height: 58px; border-radius: 17px; }
}

@media (max-width: 390px) {
	.ccp-shell { width: min(100% - 24px, 1180px); }
	.ccp-card { border-radius: 20px; }
	.ccp-card__body { padding: 22px 18px 23px; }
	.ccp-card__actions { align-items: stretch; flex-direction: column; }
	.ccp-download { justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
	.ccp-page *,
	.ccp-page *::before,
	.ccp-page *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}

	.ccp-motion-ready .ccp-reveal {
		opacity: 1;
		transform: none;
	}
}

