:root {
	--ctf-blue: #006bff;
	--ctf-blue-dark: #073fa8;
	--ctf-sky: #19c7ff;
	--ctf-cyan: #53ecff;
	--ctf-purple: #7568ff;
	--ctf-ink: #0c1f43;
	--ctf-deep: #051532;
	--ctf-text: #3c4a62;
	--ctf-muted: #72819b;
	--ctf-border: rgba(12, 31, 67, 0.12);
	--ctf-bg: #f4f8ff;
	--ctf-card: #ffffff;
	--ctf-shadow: 0 24px 72px rgba(5, 21, 50, 0.14);
}

.ctf-page {
	background: #ffffff;
	color: var(--ctf-text);
	font-family: inherit;
	overflow: hidden;
}

.ctf-page * {
	box-sizing: border-box;
}

.ctf-page a {
	text-decoration: none;
}

.ctf-section {
	padding: 92px 0;
	position: relative;
}

.ctf-section-heading {
	max-width: 760px;
}

.ctf-section-heading h2,
.ctf-cta h2 {
	color: var(--ctf-ink);
	font-size: clamp(32px, 4vw, 52px);
	font-weight: 850;
	letter-spacing: -0.035em;
	line-height: 1.08;
	margin: 12px 0 18px;
}

.ctf-section-heading p,
.ctf-usecase-list p,
.ctf-benefit-card p,
.ctf-faq p,
.ctf-cta p {
	color: var(--ctf-text);
	font-size: 17px;
	line-height: 1.76;
	margin: 0;
}

.ctf-center {
	margin: 0 auto 46px;
	text-align: center;
}

.ctf-eyebrow {
	align-items: center;
	color: var(--ctf-blue);
	display: inline-flex;
	font-size: 13px;
	font-weight: 850;
	gap: 9px;
	letter-spacing: 0.12em;
	line-height: 1.3;
	text-transform: uppercase;
}

.ctf-eyebrow::before {
	background: linear-gradient(135deg, var(--ctf-sky), var(--ctf-purple));
	border-radius: 999px;
	box-shadow: 0 0 0 7px rgba(25, 199, 255, 0.14);
	content: "";
	height: 9px;
	width: 9px;
}

.ctf-btn {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	font-size: 15px;
	font-weight: 850;
	gap: 10px;
	justify-content: center;
	min-height: 52px;
	padding: 14px 25px;
	transition: all 0.22s ease;
}

.ctf-btn::after {
	content: "→";
	font-size: 18px;
	line-height: 1;
	transition: transform 0.22s ease;
}

.ctf-btn:hover::after {
	transform: translateX(4px);
}

.ctf-btn--primary {
	background: linear-gradient(135deg, var(--ctf-blue), var(--ctf-sky));
	box-shadow: 0 18px 36px rgba(0, 107, 255, 0.3);
	color: #ffffff;
}

.ctf-btn--primary:hover {
	box-shadow: 0 22px 46px rgba(0, 107, 255, 0.38);
	color: #ffffff;
	transform: translateY(-2px);
}

.ctf-btn--outline {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.34);
	color: #ffffff;
}

.ctf-btn--outline:hover {
	background: #ffffff;
	border-color: #ffffff;
	color: var(--ctf-blue);
	transform: translateY(-2px);
}

.ctf-btn--light {
	background: #ffffff;
	color: var(--ctf-blue);
	white-space: nowrap;
}

.ctf-btn--light:hover {
	box-shadow: 0 18px 36px rgba(255, 255, 255, 0.28);
	color: var(--ctf-blue-dark);
	transform: translateY(-2px);
}

.ctf-hero {
	background:
		linear-gradient(110deg, rgba(5, 21, 50, 0.94) 0%, rgba(9, 46, 104, 0.84) 48%, rgba(0, 107, 255, 0.2) 100%),
		url('../images/cloud-terraform/banner.png') center / cover no-repeat;
	min-height: 720px;
	padding: 136px 0 112px;
	position: relative;
}

.ctf-hero::before,
.ctf-hero::after {
	border-radius: 999px;
	content: "";
	filter: blur(4px);
	position: absolute;
	z-index: 0;
}

.ctf-hero::before {
	background: rgba(25, 199, 255, 0.24);
	height: 300px;
	right: -90px;
	top: 92px;
	width: 300px;
}

.ctf-hero::after {
	background: rgba(117, 104, 255, 0.24);
	bottom: 38px;
	height: 230px;
	left: -85px;
	width: 230px;
}

.ctf-hero__grid {
	align-items: center;
	display: grid;
	gap: 54px;
	grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
	position: relative;
	z-index: 1;
}

.ctf-hero__content {
	color: #ffffff;
	max-width: 760px;
}

.ctf-hero__content .ctf-eyebrow {
	color: #8de7ff;
}

.ctf-hero__content .ctf-eyebrow::before {
	box-shadow: 0 0 0 7px rgba(141, 231, 255, 0.16);
}

.ctf-hero h1 {
	color: #ffffff;
	font-size: clamp(42px, 5.7vw, 76px);
	font-weight: 900;
	letter-spacing: -0.055em;
	line-height: 0.98;
	margin: 18px 0 24px;
}

.ctf-hero p {
	color: rgba(255, 255, 255, 0.84);
	font-size: 19px;
	line-height: 1.76;
	margin: 0;
	max-width: 690px;
}

.ctf-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin: 34px 0 28px;
}

.ctf-hero__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.ctf-hero__badges span {
	background: rgba(255, 255, 255, 0.11);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 13px;
	font-weight: 800;
	padding: 9px 13px;
}

.ctf-hero__card {
	backdrop-filter: blur(18px);
	background: rgba(255, 255, 255, 0.11);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 34px;
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.24);
	padding: 22px;
}

.ctf-terminal {
	background: rgba(3, 12, 30, 0.82);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 24px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
	padding: 20px;
}

.ctf-terminal__bar {
	display: flex;
	gap: 8px;
	margin-bottom: 18px;
}

.ctf-terminal__bar span {
	border-radius: 50%;
	height: 11px;
	width: 11px;
}

.ctf-terminal__bar span:nth-child(1) {
	background: #ff5f57;
}

.ctf-terminal__bar span:nth-child(2) {
	background: #ffbd2e;
}

.ctf-terminal__bar span:nth-child(3) {
	background: #28c840;
}

.ctf-terminal code,
.ctf-terminal strong {
	display: block;
	font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

.ctf-terminal code {
	background: rgba(83, 236, 255, 0.08);
	border: 1px solid rgba(83, 236, 255, 0.12);
	border-radius: 14px;
	color: #d7fbff;
	font-size: 14px;
	margin-top: 10px;
	padding: 12px 14px;
}

.ctf-terminal strong {
	color: #5cffc9;
	font-size: 15px;
	margin-top: 16px;
}

.ctf-stat-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 16px;
}

.ctf-stat-grid div {
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 20px;
	padding: 18px;
}

.ctf-stat-grid strong {
	color: #ffffff;
	display: block;
	font-size: 24px;
	font-weight: 900;
	line-height: 1;
	margin-bottom: 9px;
}

.ctf-stat-grid span {
	color: rgba(255, 255, 255, 0.76);
	display: block;
	font-size: 13px;
	font-weight: 650;
	line-height: 1.45;
}

.ctf-overview {
	background:
		radial-gradient(circle at 8% 0%, rgba(25, 199, 255, 0.13), transparent 32%),
		linear-gradient(180deg, #ffffff 0%, var(--ctf-bg) 100%);
}

.ctf-overview__grid {
	align-items: center;
	display: grid;
	gap: 60px;
	grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
}

.ctf-overview__media {
	background: linear-gradient(135deg, rgba(0, 107, 255, 0.12), rgba(25, 199, 255, 0.1));
	border: 1px solid rgba(0, 107, 255, 0.12);
	border-radius: 34px;
	box-shadow: var(--ctf-shadow);
	padding: 18px;
	position: relative;
}

.ctf-overview__media::before {
	background: linear-gradient(135deg, var(--ctf-blue), var(--ctf-sky));
	border-radius: 26px;
	bottom: -18px;
	content: "";
	height: 96px;
	left: -18px;
	opacity: 0.22;
	position: absolute;
	width: 96px;
	z-index: 0;
}

.ctf-overview__media img {
	border-radius: 24px;
	display: block;
	position: relative;
	width: 100%;
	z-index: 1;
}

.ctf-check-list {
	display: grid;
	gap: 14px;
	list-style: none;
	margin: 28px 0 0;
	padding: 0;
}

.ctf-check-list li {
	align-items: flex-start;
	background: #ffffff;
	border: 1px solid var(--ctf-border);
	border-radius: 18px;
	color: var(--ctf-ink);
	display: flex;
	font-size: 16px;
	font-weight: 700;
	gap: 12px;
	line-height: 1.55;
	padding: 16px 18px;
}

.ctf-check-list li::before {
	align-items: center;
	background: linear-gradient(135deg, var(--ctf-blue), var(--ctf-sky));
	border-radius: 50%;
	color: #ffffff;
	content: "✓";
	display: inline-flex;
	flex: 0 0 24px;
	font-size: 13px;
	font-weight: 900;
	height: 24px;
	justify-content: center;
	margin-top: 1px;
	width: 24px;
}

.ctf-features {
	background: #ffffff;
}

.ctf-feature-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ctf-feature-card,
.ctf-workflow-card,
.ctf-benefit-card,
.ctf-usecase-list article,
.ctf-faq details {
	background: var(--ctf-card);
	border: 1px solid var(--ctf-border);
	border-radius: 28px;
	box-shadow: 0 18px 44px rgba(8, 31, 77, 0.08);
	transition: all 0.22s ease;
}

.ctf-feature-card {
	min-height: 320px;
	padding: 30px;
}

.ctf-feature-card:hover,
.ctf-workflow-card:hover,
.ctf-benefit-card:hover,
.ctf-usecase-list article:hover {
	box-shadow: var(--ctf-shadow);
	transform: translateY(-6px);
}

.ctf-icon {
	align-items: center;
	background: linear-gradient(135deg, rgba(0, 107, 255, 0.1), rgba(25, 199, 255, 0.13));
	border: 1px solid rgba(0, 107, 255, 0.12);
	border-radius: 22px;
	display: inline-flex;
	height: 72px;
	justify-content: center;
	margin-bottom: 24px;
	width: 72px;
}

.ctf-icon img {
	display: block;
	max-height: 40px;
	max-width: 42px;
	object-fit: contain;
}

.ctf-feature-card h3,
.ctf-workflow-card h3,
.ctf-usecase-list h3,
.ctf-benefit-card h3 {
	color: var(--ctf-ink);
	font-size: 22px;
	font-weight: 850;
	letter-spacing: -0.02em;
	line-height: 1.2;
	margin: 0 0 13px;
}

.ctf-feature-card p,
.ctf-workflow-card p {
	color: var(--ctf-text);
	font-size: 15.5px;
	line-height: 1.72;
	margin: 0;
}

.ctf-workflow {
	background: linear-gradient(180deg, var(--ctf-bg) 0%, #ffffff 100%);
}

.ctf-workflow-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	position: relative;
}

.ctf-workflow-card {
	padding: 28px;
	position: relative;
}

.ctf-workflow-card span {
	align-items: center;
	background: linear-gradient(135deg, var(--ctf-blue), var(--ctf-purple));
	border-radius: 18px;
	color: #ffffff;
	display: inline-flex;
	font-size: 15px;
	font-weight: 900;
	height: 48px;
	justify-content: center;
	margin-bottom: 22px;
	width: 58px;
}

.ctf-quote {
	background: #ffffff;
	padding-top: 0;
}

.ctf-quote__box {
	align-items: center;
	background:
		radial-gradient(circle at 72% 8%, rgba(83, 236, 255, 0.2), transparent 34%),
		linear-gradient(135deg, #061936 0%, #073b8e 58%, #006bff 100%);
	border-radius: 38px;
	box-shadow: var(--ctf-shadow);
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1fr);
	overflow: hidden;
	padding: 26px;
}

.ctf-quote__media img {
	border-radius: 28px;
	display: block;
	min-height: 260px;
	object-fit: cover;
	width: 100%;
}

.ctf-quote__content {
	padding: 20px 26px;
}

.ctf-quote__mark {
	display: block;
	filter: brightness(0) invert(1);
	height: 42px;
	margin-bottom: 22px;
	width: 42px;
}

.ctf-quote__content p {
	color: #ffffff;
	font-size: clamp(24px, 3.2vw, 42px);
	font-weight: 850;
	letter-spacing: -0.035em;
	line-height: 1.22;
	margin: 0;
}

.ctf-usecases {
	background:
		radial-gradient(circle at 90% 0%, rgba(0, 107, 255, 0.12), transparent 32%),
		var(--ctf-bg);
}

.ctf-usecases__grid {
	align-items: flex-start;
	display: grid;
	gap: 56px;
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
}

.ctf-usecase-list {
	display: grid;
	gap: 18px;
}

.ctf-usecase-list article {
	padding: 28px;
}

.ctf-usecase-list article span {
	color: rgba(0, 107, 255, 0.18);
	display: block;
	font-size: 46px;
	font-weight: 900;
	line-height: 0.9;
	margin-bottom: 12px;
}

.ctf-benefits {
	background: #ffffff;
}

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

.ctf-benefit-card {
	padding: 28px;
}

.ctf-benefit-card img {
	display: block;
	height: 56px;
	margin-bottom: 22px;
	object-fit: contain;
	width: 56px;
}

.ctf-faq {
	background: linear-gradient(180deg, var(--ctf-bg) 0%, #ffffff 100%);
}

.ctf-faq__grid {
	display: grid;
	gap: 56px;
	grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
}

.ctf-faq__list {
	display: grid;
	gap: 14px;
}

.ctf-faq details {
	padding: 0;
}

.ctf-faq summary {
	color: var(--ctf-ink);
	cursor: pointer;
	font-size: 18px;
	font-weight: 850;
	list-style: none;
	padding: 23px 26px;
	position: relative;
}

.ctf-faq summary::-webkit-details-marker {
	display: none;
}

.ctf-faq summary::after {
	align-items: center;
	background: rgba(0, 107, 255, 0.08);
	border-radius: 50%;
	color: var(--ctf-blue);
	content: "+";
	display: inline-flex;
	font-size: 22px;
	font-weight: 700;
	height: 30px;
	justify-content: center;
	position: absolute;
	right: 22px;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
}

.ctf-faq details[open] summary::after {
	content: "−";
}

.ctf-faq details p {
	border-top: 1px solid var(--ctf-border);
	padding: 0 26px 24px;
}

.ctf-cta {
	background: #ffffff;
	padding-top: 0;
}

.ctf-cta__box {
	align-items: center;
	background:
		radial-gradient(circle at 86% 12%, rgba(83, 236, 255, 0.28), transparent 32%),
		linear-gradient(135deg, var(--ctf-deep) 0%, #083c8f 58%, var(--ctf-blue) 100%);
	border-radius: 38px;
	box-shadow: var(--ctf-shadow);
	display: flex;
	gap: 34px;
	justify-content: space-between;
	overflow: hidden;
	padding: 48px;
	position: relative;
}

.ctf-cta__box::before {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 999px;
	content: "";
	height: 220px;
	position: absolute;
	right: -80px;
	top: -110px;
	width: 220px;
}

.ctf-cta .ctf-eyebrow {
	color: #8de7ff;
}

.ctf-cta .ctf-eyebrow::before {
	box-shadow: 0 0 0 7px rgba(141, 231, 255, 0.16);
}

.ctf-cta h2,
.ctf-cta p {
	color: #ffffff;
	max-width: 780px;
	position: relative;
	z-index: 1;
}

.ctf-cta p {
	color: rgba(255, 255, 255, 0.78);
}

.ctf-cta .ctf-btn {
	position: relative;
	z-index: 1;
}

@media (max-width: 1200px) {
	.ctf-feature-grid,
	.ctf-workflow-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ctf-hero__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.ctf-hero__card {
		max-width: 760px;
	}
}

@media (max-width: 992px) {
	.ctf-section {
		padding: 74px 0;
	}

	.ctf-hero {
		min-height: auto;
		padding: 118px 0 88px;
	}

	.ctf-overview__grid,
	.ctf-usecases__grid,
	.ctf-faq__grid,
	.ctf-quote__box {
		grid-template-columns: 1fr;
	}

	.ctf-overview__media {
		order: 2;
	}

	.ctf-benefit-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ctf-cta__box {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 720px) {
	.ctf-section {
		padding: 60px 0;
	}

	.ctf-section-heading h2,
	.ctf-cta h2 {
		font-size: clamp(28px, 9vw, 38px);
	}

	.ctf-hero {
		padding: 102px 0 72px;
	}

	.ctf-hero h1 {
		font-size: clamp(38px, 12vw, 54px);
	}

	.ctf-hero p,
	.ctf-section-heading p,
	.ctf-usecase-list p,
	.ctf-benefit-card p,
	.ctf-faq p,
	.ctf-cta p {
		font-size: 16px;
	}

	.ctf-stat-grid,
	.ctf-feature-grid,
	.ctf-workflow-grid,
	.ctf-benefit-grid {
		grid-template-columns: 1fr;
	}

	.ctf-feature-card {
		min-height: auto;
	}

	.ctf-quote__box,
	.ctf-cta__box {
		border-radius: 28px;
		padding: 24px;
	}

	.ctf-quote__content {
		padding: 0;
	}

	.ctf-quote__content p {
		font-size: 24px;
	}
}

@media (max-width: 520px) {
	.ctf-hero__actions,
	.ctf-btn {
		width: 100%;
	}

	.ctf-btn {
		padding-left: 18px;
		padding-right: 18px;
	}

	.ctf-hero__badges span {
		font-size: 12px;
	}

	.ctf-hero__card,
	.ctf-overview__media,
	.ctf-feature-card,
	.ctf-workflow-card,
	.ctf-benefit-card,
	.ctf-usecase-list article,
	.ctf-faq details {
		border-radius: 22px;
	}

	.ctf-terminal {
		border-radius: 18px;
		padding: 16px;
	}

	.ctf-terminal code {
		font-size: 12px;
	}

	.ctf-quote__media img {
		min-height: 190px;
	}

	.ctf-faq summary {
		font-size: 16px;
		padding: 20px 58px 20px 20px;
	}

	.ctf-faq details p {
		padding: 0 20px 22px;
	}
}
