:root {
	--hcs-dark: #07111f;
	--hcs-navy: #0f172a;
	--hcs-blue: #2563eb;
	--hcs-cyan: #06b6d4;
	--hcs-green: #22c55e;
	--hcs-text: #0f172a;
	--hcs-muted: #64748b;
	--hcs-soft: #f4f8ff;
	--hcs-border: rgba(37, 99, 235, 0.14);
}

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

.hcs-section {
	padding: 86px 0;
}

.hcs-center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.hcs-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 14px;
	color: var(--hcs-cyan);
	font-size: 13px;
	font-weight: 950;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.hcs-eyebrow::before {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--hcs-cyan), var(--hcs-green));
	box-shadow: 0 0 18px rgba(6, 182, 212, 0.7);
}

.hcs-section-heading {
	max-width: 930px;
	margin-bottom: 38px;
}

.hcs-section-heading h2,
.hcs-split__content h2,
.hcs-cache__box h2,
.hcs-region__content h2,
.hcs-consultation__content h2 {
	margin: 0;
	color: var(--hcs-text);
	font-size: clamp(32px, 3.7vw, 58px);
	font-weight: 950;
	line-height: 1.08;
	letter-spacing: -0.055em;
}

.hcs-section-heading p,
.hcs-split__content p,
.hcs-cache__box p,
.hcs-region__content p,
.hcs-consultation__content p {
	margin: 16px 0 0;
	color: var(--hcs-muted);
	font-size: 17px;
	line-height: 1.75;
}

.hcs-hero {
	position: relative;
	padding: 132px 0 112px;
	background-image:
		linear-gradient(90deg, rgba(7, 17, 31, 0.98) 0%, rgba(15, 23, 42, 0.9) 42%, rgba(37, 99, 235, 0.22) 100%),
		url('../images/hybrid-cloud-storage/hybrid-cloud-storage-banner.jpeg');
	background-position: center right;
	background-size: cover;
	color: #ffffff;
}

.hcs-hero::after {
	content: '';
	position: absolute;
	inset: auto 0 0;
	height: 150px;
	background: linear-gradient(180deg, transparent, rgba(244, 248, 255, 0.96));
	pointer-events: none;
}

.hcs-hero__grid {
	position: relative;
	z-index: 1;
}

.hcs-hero__content {
	max-width: 900px;
}

.hcs-hero h1 {
	margin: 0;
	color: #ffffff;
	font-size: clamp(42px, 5vw, 78px);
	font-weight: 950;
	line-height: 1.03;
	letter-spacing: -0.065em;
}

.hcs-hero p {
	max-width: 800px;
	margin: 22px 0 0;
	color: rgba(255, 255, 255, 0.84);
	font-size: 19px;
	line-height: 1.75;
}

.hcs-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 30px;
}

.hcs-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 14px 22px;
	border: 0;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 900;
	text-decoration: none;
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.hcs-btn:hover {
	transform: translateY(-2px);
}

.hcs-btn--primary {
	background: linear-gradient(135deg, var(--hcs-blue), var(--hcs-cyan));
	color: #ffffff;
	box-shadow: 0 18px 40px rgba(37, 99, 235, 0.26);
}

.hcs-btn--outline {
	border: 1px solid rgba(255, 255, 255, 0.24);
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff;
	backdrop-filter: blur(14px);
}

.hcs-trust-row,
.hcs-contact-pills,
.hcs-region-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 28px;
}

.hcs-trust-row span,
.hcs-contact-pills span,
.hcs-region-stats span {
	padding: 10px 14px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 850;
}

.hcs-trust-row span {
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.88);
}

.hcs-overview,
.hcs-s3,
.hcs-nas,
.hcs-faq {
	background:
		radial-gradient(circle at 88% 8%, rgba(34, 197, 94, 0.08), transparent 28%),
		linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.hcs-overview__grid,
.hcs-split,
.hcs-region__grid,
.hcs-faq__grid,
.hcs-consultation__grid {
	display: grid;
	gap: 42px;
	align-items: center;
}

.hcs-overview__grid {
	grid-template-columns: minmax(0, 1fr) minmax(320px, 460px);
}

.hcs-overview__media {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 420px;
	border: 1px solid var(--hcs-border);
	border-radius: 34px;
	background:
		radial-gradient(circle at 25% 20%, rgba(6, 182, 212, 0.18), transparent 32%),
		linear-gradient(180deg, #ffffff, #eef6ff);
	box-shadow: 0 28px 90px rgba(15, 23, 42, 0.1);
}

.hcs-overview__media img {
	width: min(82%, 360px);
	height: auto;
	filter: drop-shadow(0 24px 55px rgba(37, 99, 235, 0.18));
}

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

.hcs-stat-grid article,
.hcs-feature-card,
.hcs-why-card,
.hcs-usecase-card,
.hcs-form {
	border: 1px solid var(--hcs-border);
	background: linear-gradient(180deg, #ffffff, #f8fbff);
	box-shadow: 0 22px 70px rgba(15, 23, 42, 0.08);
}

.hcs-stat-grid article {
	padding: 24px;
	border-radius: 26px;
}

.hcs-stat-grid strong {
	display: block;
	color: var(--hcs-blue);
	font-size: 30px;
	font-weight: 950;
	letter-spacing: -0.05em;
	white-space: nowrap;
}

.hcs-stat-grid span {
	display: block;
	margin-top: 8px;
	color: var(--hcs-muted);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.45;
}

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

.hcs-feature-card,
.hcs-why-card,
.hcs-usecase-card {
	padding: 26px;
	border-radius: 28px;
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.hcs-feature-card {
	min-height: 286px;
}

.hcs-feature-card:hover,
.hcs-why-card:hover,
.hcs-usecase-card:hover {
	border-color: rgba(37, 99, 235, 0.35);
	box-shadow: 0 30px 82px rgba(37, 99, 235, 0.14);
	transform: translateY(-6px);
}

.hcs-feature-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	margin-bottom: 20px;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--hcs-blue), var(--hcs-cyan));
	color: #ffffff;
	font-weight: 950;
}

.hcs-feature-card h3,
.hcs-why-card h3,
.hcs-usecase-card h3 {
	margin: 0 0 12px;
	color: var(--hcs-text);
	font-size: 22px;
	font-weight: 950;
	line-height: 1.18;
	letter-spacing: -0.045em;
}

.hcs-feature-card p,
.hcs-why-card p,
.hcs-usecase-card p {
	margin: 0;
	color: var(--hcs-muted);
	line-height: 1.66;
}

.hcs-split {
	grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
}

.hcs-split--reverse {
	grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
}

.hcs-split__content ul {
	display: grid;
	gap: 12px;
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

.hcs-split__content li {
	position: relative;
	padding-left: 28px;
	color: var(--hcs-text);
	font-weight: 800;
	line-height: 1.58;
}

.hcs-split__content li::before {
	content: '✓';
	position: absolute;
	left: 0;
	color: var(--hcs-green);
	font-weight: 950;
}

.hcs-split__media {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 380px;
	padding: 34px;
	border: 1px solid var(--hcs-border);
	border-radius: 34px;
	background:
		radial-gradient(circle at 20% 15%, rgba(6, 182, 212, 0.16), transparent 34%),
		linear-gradient(180deg, #ffffff, #eef6ff);
	box-shadow: 0 28px 90px rgba(15, 23, 42, 0.1);
}

.hcs-split__media img {
	max-width: min(100%, 430px);
	height: auto;
}

.hcs-api-card {
	flex-direction: column;
	gap: 18px;
	text-align: center;
}

.hcs-api-card img {
	width: 170px;
	height: 84px;
	padding: 18px;
	border: 1px solid var(--hcs-border);
	border-radius: 22px;
	background: #ffffff;
	object-fit: contain;
}

.hcs-api-card strong {
	display: block;
	color: var(--hcs-blue);
	font-size: 30px;
	font-weight: 950;
	letter-spacing: -0.045em;
}

.hcs-api-card span {
	display: block;
	margin-top: 8px;
	color: var(--hcs-muted);
	font-weight: 850;
}

.hcs-protection {
	background: #ffffff;
}

.hcs-cache {
	background: #ffffff;
}

.hcs-cache__box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 34px;
	padding: 42px;
	border-radius: 34px;
	background:
		radial-gradient(circle at 92% 0%, rgba(6, 182, 212, 0.26), transparent 30%),
		linear-gradient(135deg, #07111f, #12315d);
	box-shadow: 0 30px 90px rgba(15, 23, 42, 0.2);
}

.hcs-cache__box h2,
.hcs-cache__box p {
	color: #ffffff;
}

.hcs-cache__box > div:first-child {
	max-width: 860px;
}

.hcs-cache__steps {
	display: grid;
	gap: 12px;
	min-width: min(100%, 280px);
}

.hcs-cache__steps span {
	padding: 16px 18px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.1);
	color: #ffffff;
	font-weight: 950;
	text-align: center;
}

.hcs-why {
	background:
		radial-gradient(circle at 8% 8%, rgba(37, 99, 235, 0.08), transparent 26%),
		linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

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

.hcs-why-card {
	min-height: 286px;
	text-align: center;
}

.hcs-why-card img {
	display: block;
	width: 74px;
	height: 74px;
	object-fit: contain;
	margin: 0 auto 18px;
}

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

.hcs-usecase-card {
	min-height: 230px;
}

.hcs-region {
	background: var(--hcs-dark);
	color: #ffffff;
}

.hcs-region__grid {
	grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
}

.hcs-region__content h2,
.hcs-region__content p {
	color: #ffffff;
}

.hcs-region-stats span {
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.88);
}

.hcs-region__media {
	display: flex;
	align-items: center;
	justify-content: center;
}

.hcs-region__media img {
	max-width: 100%;
	height: auto;
	filter: drop-shadow(0 30px 70px rgba(6, 182, 212, 0.18));
}

.hcs-faq__grid {
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
	align-items: start;
}

.hcs-faq-list {
	display: grid;
	gap: 14px;
}

.hcs-faq-list details {
	border: 1px solid var(--hcs-border);
	border-radius: 22px;
	background: #ffffff;
	box-shadow: 0 16px 46px rgba(15, 23, 42, 0.07);
	overflow: hidden;
}

.hcs-faq-list summary {
	position: relative;
	cursor: pointer;
	padding: 22px 58px 22px 24px;
	color: var(--hcs-text);
	font-size: 17px;
	font-weight: 950;
	list-style: none;
}

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

.hcs-faq-list summary::after {
	content: '+';
	position: absolute;
	right: 20px;
	top: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--hcs-blue), var(--hcs-cyan));
	color: #ffffff;
	transform: translateY(-50%);
}

.hcs-faq-list details[open] summary::after {
	content: '–';
}

.hcs-faq-list p {
	margin: 0;
	padding: 0 24px 22px;
	color: var(--hcs-muted);
	line-height: 1.72;
}

.hcs-consultation {
	background: #ffffff;
}

.hcs-consultation__grid {
	grid-template-columns: minmax(0, 0.9fr) minmax(340px, 540px);
	align-items: start;
}

.hcs-contact-pills span {
	border: 1px solid var(--hcs-border);
	background: #ffffff;
	color: var(--hcs-blue);
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.hcs-form {
	display: grid;
	gap: 16px;
	padding: 28px;
	border-radius: 30px;
}

.hcs-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.hcs-form__row {
	display: grid;
	gap: 8px;
}

.hcs-form label {
	color: var(--hcs-text);
	font-size: 14px;
	font-weight: 900;
}

.hcs-form input,
.hcs-form select,
.hcs-form textarea {
	width: 100%;
	border: 1px solid rgba(37, 99, 235, 0.16);
	border-radius: 14px;
	background: #ffffff;
	color: var(--hcs-text);
	font: inherit;
	font-size: 15px;
	outline: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.hcs-form input,
.hcs-form select {
	min-height: 48px;
	padding: 0 14px;
}

.hcs-form textarea {
	padding: 14px;
	resize: vertical;
}

.hcs-form input:focus,
.hcs-form select:focus,
.hcs-form textarea:focus {
	border-color: rgba(37, 99, 235, 0.5);
	box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.08);
}

.hcs-form .hcs-btn {
	width: fit-content;
	margin-top: 4px;
}

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

	.hcs-why-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 1180px) {
	.hcs-overview__grid,
	.hcs-split,
	.hcs-split--reverse,
	.hcs-region__grid,
	.hcs-faq__grid,
	.hcs-consultation__grid {
		grid-template-columns: 1fr;
	}

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

	.hcs-cache__box {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 768px) {
	.hcs-section {
		padding: 62px 0;
	}

	.hcs-hero {
		padding: 96px 0 78px;
	}

	.hcs-feature-grid,
	.hcs-why-grid,
	.hcs-usecase-grid,
	.hcs-stat-grid,
	.hcs-form__grid {
		grid-template-columns: 1fr;
	}

	.hcs-overview__media,
	.hcs-split__media {
		min-height: 260px;
		padding: 24px;
	}

	.hcs-cache__box,
	.hcs-form {
		padding: 24px;
	}

	.hcs-api-card img {
		width: 140px;
		height: 72px;
	}
}
