.support-page {
	background: #f4f6fb;
}

.support-request {
	background: #f4f6fb;
	padding: 32px 0 56px;
}

.support-hero {
	background: linear-gradient(120deg, #0f3856 0%, #1b6fa4 55%, #62c2dd 100%);
	border-radius: 28px;
	color: #ffffff;
	padding: 40px 36px;
	position: relative;
	overflow: hidden;
}

.support-request .support-hero {
	box-shadow: 0 30px 60px rgba(13, 32, 49, 0.25);
}

.support-page .support-hero {
	margin-top: 24px;
	padding: 48px 40px;
}

.support-hero::before,
.support-hero::after {
	content: "";
	position: absolute;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	filter: blur(0.5px);
}

.support-hero::before {
	width: 240px;
	height: 240px;
	top: -80px;
	right: -40px;
}

.support-hero::after {
	width: 140px;
	height: 140px;
	bottom: -50px;
	right: 160px;
}

.support-kicker {
	text-transform: uppercase;
	letter-spacing: 0.18em;
	font-size: 0.72rem;
	font-weight: 700;
	opacity: 0.85;
	margin-bottom: 12px;
}

.support-hero h1 {
	font-size: clamp(2rem, 4vw, 2.8rem);
	font-weight: 700;
	margin-bottom: 12px;
}

.support-hero p {
	font-size: 1.05rem;
	max-width: 560px;
	margin-bottom: 24px;
}

.support-request .support-hero p {
	margin-bottom: 0;
}

.support-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.support-hero__actions .btn {
	border-radius: 999px;
	padding: 10px 22px;
	font-weight: 600;
}

.support-hero__actions .btn-outline-light {
	border-color: rgba(255, 255, 255, 0.6);
	color: #ffffff;
}

.support-hero__actions .btn-outline-light:hover {
	background: rgba(255, 255, 255, 0.12);
	color: #ffffff;
}

.support-grid {
	margin-top: 32px;
	padding-bottom: 32px;
}

.support-card {
	background: #ffffff;
	border-radius: 20px;
	box-shadow: 0 20px 40px rgba(15, 30, 45, 0.08);
	border: 1px solid rgba(15, 30, 45, 0.08);
	height: 100%;
	padding: 28px;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.support-card__icon {
	width: 48px;
	height: 48px;
	border-radius: 14px;
	display: grid;
	place-items: center;
	font-weight: 700;
	color: #0f3856;
	background: linear-gradient(135deg, #d6f0f6 0%, #f7fbff 100%);
}

.support-card h2 {
	font-size: 1.3rem;
	font-weight: 700;
	margin: 0;
	color: #0f2a3d;
}

.support-card p {
	margin: 0;
	color: #4b5a6a;
}

.support-link {
	color: #1b6fa4;
	font-weight: 600;
	text-decoration: none;
}

.support-link:hover {
	text-decoration: underline;
}

.support-list {
	list-style: none;
	padding-left: 0;
	margin: 0;
}

.support-list li + li {
	margin-top: 10px;
}

.support-list a {
	color: #1b6fa4;
	font-weight: 600;
	text-decoration: none;
}

.support-list a:hover {
	text-decoration: underline;
}

.support-form-card {
	background: #ffffff;
	border-radius: 24px;
	margin-top: 28px;
	padding: 30px 26px;
	border: 1px solid rgba(15, 30, 45, 0.08);
	box-shadow: 0 20px 40px rgba(15, 30, 45, 0.08);
}

.support-form-card label {
	font-weight: 600;
	color: #203448;
}

.support-form-card input[type="text"],
.support-form-card select,
.support-form-card textarea {
	border-radius: 12px;
	border: 1px solid #d6dce5;
	box-shadow: none;
	padding: 10px 12px;
}

.support-form-card textarea {
	min-height: 140px;
}

.support-section-title {
	font-size: 1.2rem;
	font-weight: 700;
	color: #0f2a3d;
	margin: 14px 0 10px;
}

.support-hint {
	color: #5a6a7b;
	margin-bottom: 14px;
}

.support-divider {
	height: 1px;
	background: #e5e9f0;
	margin: 22px 0;
}

.support-choice {
	background: #f7f9fc;
	border: 1px solid #e2e8f0;
	border-radius: 14px;
	padding: 10px 14px;
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 12px;
}

.support-choice input {
	margin-top: 0;
}

.support-submit {
	background: #1b6fa4;
	border: none;
	border-radius: 999px;
	color: #ffffff;
	font-weight: 700;
	padding: 10px 26px;
}

.support-submit:hover {
	background: #155985;
}

.support-submit--ghost {
	background: #ffffff;
	border: 1px solid #c8d4e3;
	color: #1b6fa4;
}

.support-submit--ghost:hover {
	background: #f2f6fb;
	border-color: #b7c6d8;
	color: #155985;
}

@media (max-width: 767px) {
	.support-hero {
		padding: 32px 24px;
	}

	.support-page .support-hero {
		padding: 36px 24px;
	}

	.support-form-card {
		padding: 24px 18px;
	}
}
