.hitech-bct-page {
	--bct-primary: #0969ff;
	--bct-secondary: #00c2ff;
	--bct-dark: #071b3d;
	--bct-muted: #66758d;
	--bct-border: rgba(210, 224, 244, 0.9);
	--bct-soft: #f4f8ff;
	background: #fff;
	color: var(--bct-dark);
	font-family: inherit;
}

.hitech-bct-page * {
	box-sizing: border-box;
}

.hitech-bct-hero {
	position: relative;
	overflow: hidden;
	padding: clamp(78px, 8vw, 132px) 0 clamp(70px, 7vw, 118px);
	background:
		linear-gradient(115deg, rgba(3, 20, 61, 0.96) 0%, rgba(5, 54, 142, 0.88) 48%, rgba(0, 175, 255, 0.5) 100%),
		var(--bct-hero-image) center/cover no-repeat;
	color: #fff;
}

.hitech-bct-hero::before,
.hitech-bct-hero::after {
	content: "";
	position: absolute;
	pointer-events: none;
	border-radius: 999px;
}

.hitech-bct-hero::before {
	width: 520px;
	height: 520px;
	right: -180px;
	top: -160px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	box-shadow: inset 0 0 0 72px rgba(255, 255, 255, 0.05);
}

.hitech-bct-hero::after {
	width: 360px;
	height: 360px;
	left: -120px;
	bottom: -160px;
	background: rgba(0, 194, 255, 0.16);
	filter: blur(2px);
}

.hitech-bct-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
	gap: clamp(28px, 5vw, 72px);
	align-items: center;
}

.hitech-bct-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 18px;
	padding: 8px 14px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	font-size: 13px;
	font-weight: 850;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.hitech-bct-eyebrow--dark {
	border-color: rgba(9, 105, 255, 0.16);
	background: rgba(9, 105, 255, 0.08);
	color: var(--bct-primary);
}

.hitech-bct-hero h1 {
	max-width: 780px;
	margin: 0 0 22px;
	color: #fff;
	font-size: clamp(42px, 5.4vw, 74px);
	font-weight: 900;
	line-height: 1.02;
	letter-spacing: -.045em;
}

.hitech-bct-hero p {
	max-width: 690px;
	margin: 0;
	color: rgba(255, 255, 255, 0.84);
	font-size: clamp(16px, 1.45vw, 19px);
	line-height: 1.75;
}

.hitech-bct-hero__ticks {
	display: grid;
	gap: 12px;
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}

.hitech-bct-hero__ticks li {
	position: relative;
	padding-left: 34px;
	color: #fff;
	font-size: 17px;
	font-weight: 760;
}

.hitech-bct-hero__ticks li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: -1px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: linear-gradient(135deg, #00d2ff, #35ffb6);
	color: #05245c;
	font-weight: 900;
}

.hitech-bct-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 34px;
}

.hitech-bct-btn,
.hitech-bct-form button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 26px;
	border-radius: 999px;
	font-weight: 850;
	text-decoration: none;
	transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}

.hitech-bct-btn--primary,
.hitech-bct-form button {
	border: 0;
	background: linear-gradient(135deg, #00d2ff 0%, #0969ff 100%);
	color: #fff;
	box-shadow: 0 18px 36px rgba(0, 87, 255, 0.32);
	cursor: pointer;
}

.hitech-bct-btn--outline {
	border: 1px solid rgba(255, 255, 255, 0.38);
	background: rgba(255, 255, 255, 0.11);
	color: #fff;
}

.hitech-bct-btn:hover,
.hitech-bct-form button:hover {
	transform: translateY(-2px);
	box-shadow: 0 24px 46px rgba(0, 87, 255, 0.36);
}

.hitech-bct-hero__visual {
	position: relative;
	min-height: 470px;
}

.hitech-bct-hero__visual::before {
	content: "";
	position: absolute;
	inset: 58px 28px 24px 28px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 38px;
	background: rgba(255, 255, 255, 0.1);
	box-shadow: 0 34px 90px rgba(0, 0, 0, 0.26);
	backdrop-filter: blur(12px);
}

.hitech-bct-hero__logo {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 18px;
	width: min(62%, 330px);
	filter: drop-shadow(0 30px 46px rgba(0, 0, 0, 0.24));
}

.hitech-bct-hero__mascot {
	position: absolute;
	z-index: 3;
	right: -22px;
	bottom: -34px;
	width: min(68%, 390px);
	filter: drop-shadow(0 24px 44px rgba(0, 0, 0, 0.28));
}

.hitech-bct-badge-section,
.hitech-bct-section,
.hitech-bct-consult {
	padding: clamp(56px, 7vw, 104px) 0;
}

.hitech-bct-badge-section {
	background: linear-gradient(180deg, #fff 0%, #f5f8ff 100%);
}

.hitech-bct-badge-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
	gap: clamp(24px, 5vw, 68px);
	align-items: center;
	padding: clamp(26px, 4vw, 48px);
	border: 1px solid var(--bct-border);
	border-radius: 36px;
	background: #fff;
	box-shadow: 0 26px 70px rgba(8, 47, 134, 0.1);
}

.hitech-bct-badge-card h2,
.hitech-bct-section__head h2,
.hitech-bct-support-main h2,
.hitech-bct-process-grid h2,
.hitech-bct-consult h2 {
	margin: 0;
	color: var(--bct-dark);
	font-size: clamp(32px, 4vw, 54px);
	font-weight: 900;
	line-height: 1.12;
	letter-spacing: -.035em;
}

.hitech-bct-badge-card p,
.hitech-bct-support-main p,
.hitech-bct-consult p,
.hitech-bct-faq p {
	margin: 18px 0 0;
	color: var(--bct-muted);
	font-size: 16px;
	line-height: 1.75;
}

.hitech-bct-badge-card img {
	width: 100%;
	max-width: 420px;
	justify-self: center;
	filter: drop-shadow(0 20px 34px rgba(8, 47, 134, 0.16));
}

.hitech-bct-section__head {
	max-width: 820px;
	margin: 0 auto 38px;
	text-align: center;
}

.hitech-bct-card-grid {
	display: grid;
	gap: 22px;
}

.hitech-bct-card-grid--three,
.hitech-bct-docs-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hitech-bct-feature-card,
.hitech-bct-doc-card,
.hitech-bct-support-main,
.hitech-bct-support-item,
.hitech-bct-form-card,
.hitech-bct-faq details {
	border: 1px solid var(--bct-border);
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 22px 58px rgba(8, 47, 134, 0.08);
}

.hitech-bct-feature-card,
.hitech-bct-doc-card {
	padding: 28px;
}

.hitech-bct-feature-card img {
	width: 70px;
	height: 70px;
	object-fit: contain;
	margin-bottom: 22px;
}

.hitech-bct-feature-card h3,
.hitech-bct-doc-card h3,
.hitech-bct-support-item h3 {
	margin: 0 0 12px;
	color: #0b2550;
	font-size: 21px;
	font-weight: 850;
	line-height: 1.3;
}

.hitech-bct-feature-card p,
.hitech-bct-doc-card li,
.hitech-bct-support-item p,
.hitech-bct-note {
	margin: 0;
	color: var(--bct-muted);
	font-size: 15.5px;
	line-height: 1.72;
}

.hitech-bct-section--soft {
	background: var(--bct-soft);
}

.hitech-bct-support-grid,
.hitech-bct-process-grid,
.hitech-bct-consult__grid {
	display: grid;
	grid-template-columns: minmax(300px, .9fr) minmax(0, 1.1fr);
	gap: clamp(28px, 5vw, 68px);
	align-items: center;
}

.hitech-bct-support-main {
	padding: clamp(26px, 4vw, 44px);
	text-align: center;
}

.hitech-bct-support-main img {
	width: min(78%, 360px);
	margin-top: 24px;
	filter: drop-shadow(0 24px 42px rgba(8, 47, 134, 0.16));
}

.hitech-bct-support-list {
	display: grid;
	gap: 18px;
}

.hitech-bct-support-item {
	display: grid;
	grid-template-columns: 72px 1fr;
	gap: 18px;
	align-items: start;
	padding: 24px;
}

.hitech-bct-support-item img {
	width: 72px;
	height: 72px;
	object-fit: contain;
}

.hitech-bct-process-grid > img {
	width: 100%;
	filter: drop-shadow(0 20px 46px rgba(8, 47, 134, 0.14));
}

.hitech-bct-process-grid {
	grid-template-columns: minmax(0, 920px);
	justify-content: center;
	text-align: center;
}

.hitech-bct-timeline {
	display: grid;
	gap: 14px;
	margin-top: 30px;
}

.hitech-bct-timeline div {
	display: grid;
	grid-template-columns: 74px 1fr;
	align-items: center;
	gap: 16px;
	padding: 16px;
	border: 1px solid rgba(210, 224, 244, 0.9);
	border-radius: 20px;
	background: #fff;
}

.hitech-bct-timeline strong {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	border-radius: 18px;
	background: linear-gradient(135deg, #00d2ff, #0969ff);
	color: #fff;
	font-size: 20px;
}

.hitech-bct-timeline span {
	color: #0b2550;
	font-size: 17px;
	font-weight: 800;
}

.hitech-bct-docs-grid {
	display: grid;
	gap: 22px;
}

.hitech-bct-doc-card ul {
	margin: 0;
	padding-left: 20px;
}

.hitech-bct-doc-card li + li {
	margin-top: 10px;
}

.hitech-bct-note {
	margin-top: 22px;
	padding: 18px 22px;
	border: 1px dashed rgba(9, 105, 255, 0.28);
	border-radius: 20px;
	background: rgba(9, 105, 255, 0.06);
}

.hitech-bct-consult {
	position: relative;
	overflow: hidden;
	background: linear-gradient(135deg, #06245d 0%, #074bb6 56%, #11a9ff 100%);
	color: #fff;
}

.hitech-bct-consult::before {
	content: "";
	position: absolute;
	inset: auto -120px -220px auto;
	width: 520px;
	height: 520px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
}

.hitech-bct-consult__grid {
	position: relative;
	z-index: 1;
}

.hitech-bct-consult h2,
.hitech-bct-consult p {
	color: #fff;
}

.hitech-bct-consult p {
	color: rgba(255, 255, 255, 0.84);
}

.hitech-bct-hotline a {
	color: #fff;
	font-weight: 900;
}

.hitech-bct-form-card {
	padding: clamp(24px, 3.5vw, 38px);
	background: rgba(255, 255, 255, 0.96);
}

.hitech-bct-form {
	display: grid;
	gap: 16px;
}

.hitech-bct-form__row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.hitech-bct-form label {
	display: grid;
	gap: 8px;
	color: #0b2550;
	font-size: 14px;
	font-weight: 800;
}

.hitech-bct-form label span {
	color: #ff4d5f;
}

.hitech-bct-form input,
.hitech-bct-form select {
	width: 100%;
	min-height: 50px;
	padding: 0 15px;
	border: 1px solid rgba(203, 218, 240, 0.96);
	border-radius: 15px;
	background: #fff;
	color: #0b2550;
	font: inherit;
	outline: none;
	transition: border-color .2s ease, box-shadow .2s ease;
}

.hitech-bct-form input:focus,
.hitech-bct-form select:focus {
	border-color: rgba(9, 105, 255, 0.72);
	box-shadow: 0 0 0 4px rgba(9, 105, 255, 0.12);
}

.hitech-bct-form button {
	width: 100%;
	margin-top: 4px;
}

.hitech-bct-hidden {
	position: absolute;
	left: -9999px;
	visibility: hidden;
}

.hitech-bct-alert {
	margin-bottom: 18px;
	padding: 14px 16px;
	border-radius: 16px;
	font-weight: 750;
	line-height: 1.55;
}

.hitech-bct-alert--success {
	border: 1px solid rgba(23, 178, 106, 0.28);
	background: rgba(23, 178, 106, 0.1);
	color: #067647;
}

.hitech-bct-alert--error {
	border: 1px solid rgba(240, 68, 56, 0.28);
	background: rgba(240, 68, 56, 0.1);
	color: #b42318;
}

.hitech-bct-faq {
	background: #fff;
}

.hitech-bct-faq__list {
	display: grid;
	gap: 16px;
	max-width: 920px;
	margin: 0 auto;
}

.hitech-bct-faq details {
	padding: 0;
	overflow: hidden;
}

.hitech-bct-faq summary {
	cursor: pointer;
	padding: 22px 24px;
	color: #0b2550;
	font-size: 18px;
	font-weight: 850;
	list-style: none;
}

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

.hitech-bct-faq summary::after {
	content: "+";
	float: right;
	color: var(--bct-primary);
	font-size: 24px;
	line-height: 1;
}

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

.hitech-bct-faq details p {
	margin: 0;
	padding: 0 24px 22px;
}

@media (max-width: 1024px) {
	.hitech-bct-hero__grid,
	.hitech-bct-badge-card,
	.hitech-bct-support-grid,
	.hitech-bct-process-grid,
	.hitech-bct-consult__grid {
		grid-template-columns: 1fr;
	}

	.hitech-bct-hero__visual {
		min-height: 390px;
		max-width: 620px;
	}

	.hitech-bct-card-grid--three,
	.hitech-bct-docs-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 680px) {
	.hitech-bct-hero {
		padding-top: 62px;
	}

	.hitech-bct-hero h1 {
		font-size: 40px;
	}

	.hitech-bct-hero__visual {
		min-height: 310px;
	}

	.hitech-bct-hero__logo {
		width: 68%;
	}

	.hitech-bct-hero__mascot {
		width: 66%;
	}

	.hitech-bct-badge-card,
	.hitech-bct-feature-card,
	.hitech-bct-doc-card,
	.hitech-bct-support-main,
	.hitech-bct-support-item,
	.hitech-bct-form-card {
		border-radius: 22px;
	}

	.hitech-bct-support-item,
	.hitech-bct-timeline div,
	.hitech-bct-form__row {
		grid-template-columns: 1fr;
	}

	.hitech-bct-timeline strong {
		width: 52px;
		height: 52px;
	}
}
