/**
 * Support Page Styles
 * Pixel-perfect implementation matching design specifications
 *
 * @package Onviqa
 * @since 1.0.0
 */

/* ==========================================================================
   Container & Layout
   ========================================================================== */

.only-support-page {
	background: #FFFFFF;
}

.only-support-container {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 70px;
}

.only-support-hero {
	padding: 60px 0 50px;
}

.only-support-header {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	margin-bottom: 50px;
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
}

/* ==========================================================================
   Hero Section - Title & Resources
   ========================================================================== */

.only-support-hero {
	padding: 60px 0 50px;
}

.only-support-header {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	margin-bottom: 50px;
}

.only-support-title {
	font-family: 'DM Serif Display', serif;
	font-style: normal;
	font-weight: 400;
	font-size: 44px;
	line-height: 60px;
	text-align: center;
	color: #000000;
	margin: 0;
}

.only-support-subtitle {
	font-family: 'Roboto Flex', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 34px;
	text-align: center;
	color: #666666;
	margin: 0;
	max-width: 934px;
}

/* Resources Grid */
.only-support-resources {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: 40px 70px;
	gap: 20px;
	background: #F0F4F8;
	border-radius: 20px;
	min-height: 213px;
	max-width: 1440px;
	margin: 0 auto;
}

.only-support-resource {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 32px;
	width: 200px;
	text-decoration: none;
	transition: transform 0.2s ease;
}

.only-support-resource:hover {
	transform: translateY(-4px);
}

.only-support-resource__icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

.only-support-resource__icon img {
	max-width: 100%;
	height: auto;
	display: block;
}

.only-support-resource__icon svg {
	width: 80px;
	height: 80px;
	color: #FF5100;
}

.only-support-resource__label {
	font-family: 'Roboto Flex', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	color: #222222;
}

/* ==========================================================================
   Main Content Section - Support Options + Form
   ========================================================================== */

.only-support-content {
	padding: 100px 0;
	max-width: 1440px;
	margin: 0 auto;
}

.only-support-grid {
	display: flex;
	flex-direction: row;
	gap: 60px;
	align-items: flex-start;
	justify-content: space-between;
}

/* Left: Support Options */
.only-support-options {
	flex: 0 0 auto;
	width: 620px;
	display: flex;
	flex-direction: column;
	gap: 50px;
}

.only-support-options__title {
	font-family: 'DM Serif Display', serif;
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 55px;
	color: #000000;
	margin: 0;
}

.only-support-options__desc {
	font-family: 'Roboto Flex', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 34px;
	color: #666666;
	margin: -34px 0 0 0;
}

.only-support-methods {
	display: flex;
	flex-direction: column;
	gap: 50px;
}

.only-support-method {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 24px;
	text-decoration: none;
	transition: transform 0.2s ease;
}

.only-support-method:hover {
	transform: translateX(8px);
}

.only-support-method__icon {
	width: 55px;
	height: 55px;
	flex-shrink: 0;
}

.only-support-method__icon svg {
	width: 55px;
	height: 55px;
	color: #888888;
}

.only-support-method__content {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.only-support-method__title {
	font-family: 'Roboto Flex', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 28px;
	color: #000000;
	margin: 0;
}

.only-support-method__link {
	font-family: 'Roboto Flex', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	text-decoration: underline;
	color: #FF5100;
}

/* Right: Contact Form */
.only-support-form-wrapper {
	flex: 0 0 auto;
	width: 600px;
	background: #F5F6FA;
	border-radius: 12px;
	padding: 40px;
	margin-left: auto;
}

.only-support-form {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.only-support-honeypot {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.only-support-form__row {
	display: flex;
	flex-direction: row;
	gap: 20px;
}

.only-support-field {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.only-support-label {
	font-family: 'Roboto Flex', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #CCCCCC;
	text-transform: none;
	position: absolute;
	padding: 0 4px;
	background: transparent;
	left: 56px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	pointer-events: none;
	transition: all 0.2s ease;
}

/* Textarea label positioning */
.only-support-input-wrap--textarea .only-support-label {
	top: 16px;
	transform: none;
}

/* Floating label when focused or filled */
.only-support-input-wrap input:focus + .only-support-label,
.only-support-input-wrap input:not(:placeholder-shown) + .only-support-label,
.only-support-input-wrap textarea:focus + .only-support-label,
.only-support-input-wrap textarea:not(:placeholder-shown) + .only-support-label {
	font-size: 10px;
	line-height: 12px;
	color: #888888;
	text-transform: uppercase;
	background: #FFFFFF;
	left: 12px;
	top: 0;
	transform: translateY(-50%);
}

.only-support-input-wrap {
	position: relative;
	display: flex;
	align-items: center;
}

.only-support-input-wrap--textarea {
	align-items: flex-start;
}

.only-support-icon {
	position: absolute;
	left: 16px;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #888888;
	pointer-events: none;
}

.only-support-icon--top {
	top: 16px;
}

.only-support-icon svg {
	width: 24px;
	height: 24px;
}

.only-support-field input,
.only-support-field textarea {
	width: 100%;
	height: 56px;
	padding: 10px 16px 10px 56px;
	background: #FFFFFF;
	border: 1px solid #E6E9F0;
	border-radius: 8px;
	font-family: 'Roboto Flex', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	color: #222222;
	transition: border-color 0.2s ease;
}

/* Phone field with country selector - needs more left padding */
.only-support-input-wrap--phone input[type="tel"] {
	padding-left: 100px;
}

.only-support-field textarea {
	height: 140px;
	resize: vertical;
	padding-top: 16px;
}

.only-support-field input:focus,
.only-support-field textarea:focus {
	outline: none;
	border-color: #FF5100;
}

.only-support-field input::placeholder,
.only-support-field textarea::placeholder {
	color: #CCCCCC;
	font-weight: 400;
	opacity: 1;
}

/* Error states */
.only-support-input-wrap--error input,
.only-support-input-wrap--error textarea {
	border-color: #F44336;
}

.only-support-field-error {
	color: #F44336;
	font-size: 12px;
	margin-top: 4px;
	display: block;
}

/* Phone field with country selector */
.only-support-input-wrap--phone {
	display: flex;
	align-items: center;
	position: relative;
}

.only-support-input-wrap--phone input[type="tel"] {
	padding-left: 110px !important; /* More space to prevent text touching country selector */
}

.only-support-input-wrap--phone .support-country-container {
	position: absolute;
	left: 16px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	pointer-events: auto;
}

/* Adjust label position for phone field */
.only-support-input-wrap--phone .only-support-label {
	left: 110px;
}

/* Country selector styling overrides for support form */
.only-support-input-wrap--phone .ksq-country-selector {
	position: relative;
}

.only-support-input-wrap--phone .ksq-country-trigger {
	background: transparent;
	border: none;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 4px;
	cursor: pointer;
	font-size: 14px;
	color: #666666;
}

.only-support-input-wrap--phone .ksq-country-flag {
	font-size: 18px;
}

.only-support-input-wrap--phone .ksq-country-dial {
	font-weight: 600;
	color: #222222;
	font-size: 14px;
}

.only-support-input-wrap--phone .ksq-country-arrow {
	font-size: 10px;
	color: #888888;
	margin-left: 2px;
}

.only-support-input-wrap--phone .ksq-country-dropdown {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	background: #FFFFFF;
	border: 1px solid #E6E9F0;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	width: 220px;
	max-height: 280px;
	overflow: hidden;
	z-index: 1000;
}

.only-support-input-wrap--phone .ksq-country-search-wrapper {
	padding: 8px;
	border-bottom: 1px solid #E6E9F0;
}

.only-support-input-wrap--phone .ksq-country-search-input {
	width: 100%;
	padding: 6px 10px;
	border: 1px solid #E6E9F0;
	border-radius: 6px;
	font-size: 13px;
	outline: none;
	font-family: 'Roboto Flex', sans-serif;
}

.only-support-input-wrap--phone .ksq-country-search-input:focus {
	border-color: #FF5100;
}

.only-support-input-wrap--phone .ksq-country-list {
	max-height: 220px;
	overflow-y: auto;
}

.only-support-input-wrap--phone .ksq-country-item {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 10px;
	cursor: pointer;
	transition: background 0.2s ease;
}

.only-support-input-wrap--phone .ksq-country-item:hover {
	background: #F5F6FA;
}

.only-support-input-wrap--phone .ksq-country-item .ksq-country-flag {
	font-size: 16px;
}

.only-support-input-wrap--phone .ksq-country-item .ksq-country-code {
	font-size: 11px;
	color: #888888;
	min-width: 28px;
}

.only-support-input-wrap--phone .ksq-country-item .ksq-country-dial {
	font-size: 13px;
	color: #222222;
	font-weight: 500;
}

.only-support-input-wrap--phone .ksq-country-no-results {
	padding: 16px;
	text-align: center;
	color: #888888;
	font-size: 13px;
}

.only-support-submit {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 16px 40px;
	gap: 12px;
	height: 53px;
	background: #FF5100;
	border-radius: 12px;
	border: none;
	cursor: pointer;
	transition: background-color 0.2s ease;
	font-family: 'Roboto Flex', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 21px;
	text-transform: uppercase;
	color: #FFFFFF;
}

.only-support-submit:hover {
	background: #E64800;
}

.only-support-submit:disabled {
	background: #CCCCCC;
	cursor: not-allowed;
}

.only-support-submit__loading {
	display: none;
}

.only-support-submit.loading .only-support-submit__text {
	display: none;
}

.only-support-submit.loading .only-support-submit__loading {
	display: block;
}

.only-spinner {
	animation: spin 1s linear infinite;
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

.only-support-form__message {
	padding: 16px;
	border-radius: 8px;
	font-family: 'Roboto Flex', sans-serif;
	font-size: 14px;
	line-height: 20px;
	display: none;
}

.only-support-form__message.success {
	display: block;
	background: #E8F5E9;
	color: #2E7D32;
	border: 1px solid #4CAF50;
}

.only-support-form__message.error {
	display: block;
	background: #FFEBEE;
	color: #C62828;
	border: 1px solid #F44336;
}

/* ==========================================================================
   Responsive Design
   ========================================================================== */

@media (max-width: 1200px) {
	.only-support-container {
		padding: 0 40px;
	}

	.only-support-resources {
		padding: 30px 40px;
		margin: 0 40px;
		flex-wrap: wrap;
	}

	.only-support-grid {
		flex-direction: column;
		gap: 40px;
		padding: 0 40px;
	}

	.only-support-options {
		flex: 1;
		width: 100%;
	}

	.only-support-form-wrapper {
		max-width: 100%;
	}
}

@media (max-width: 768px) {
	.only-support-container {
		padding: 0 20px;
	}

	.only-support-title {
		font-size: 32px;
		line-height: 44px;
	}

	.only-support-subtitle {
		font-size: 18px;
		line-height: 26px;
	}

	.only-support-resources {
		padding: 20px;
		margin: 0 20px;
		gap: 16px;
	}
	
	.only-support-grid {
		padding: 0 20px;
	}

	.only-support-resource {
		width: calc(33.333% - 12px);
		gap: 16px;
	}

	.only-support-resource__icon img {
		max-width: 100%;
		height: auto;
	}

	.only-support-resource__icon svg {
		width: 60px;
		height: 60px;
	}

	.only-support-resource__label {
		font-size: 14px;
		line-height: 18px;
	}

	.only-support-content {
		padding: 60px 0;
	}

	.only-support-options__title {
		font-size: 32px;
		line-height: 40px;
	}

	.only-support-options__desc {
		font-size: 18px;
		line-height: 26px;
		margin-top: -24px;
	}

	.only-support-methods {
		gap: 32px;
	}

	.only-support-method__title {
		font-size: 20px;
		line-height: 24px;
	}

	.only-support-form-wrapper {
		padding: 24px;
	}

	.only-support-form {
		gap: 20px;
	}

	.only-support-form__row {
		flex-direction: column;
		gap: 20px;
	}
}

@media (max-width: 480px) {

	/* ====================================================================
	   Block 1: Kloira Live Support Resources
	   Figma: 320px content width, 20px left/right margins (360px viewport)
	   ==================================================================== */

	.only-support-hero {
		padding: 30px 20px;
	}

	.only-support-header {
		align-items: flex-start;
		gap: 12px;
		margin-bottom: 20px;
	}

	.only-support-title {
		font-size: 22px;
		line-height: 26px;
		text-align: left;
		color: #111111;
	}

	.only-support-subtitle {
		font-size: 12px;
		line-height: 18px;
		text-align: left;
		max-width: none;
	}

	.only-support-resources {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
		padding: 20px 0;
		gap: 20px 10px;
		margin: 0;
		border-radius: 12px;
		min-height: auto;
		background: #F5F6FA;
		max-width: none;
	}

	.only-support-resource {
		width: calc((100% - 20px) / 3);
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		gap: 12px;
	}

	.only-support-resource:hover {
		transform: none;
	}

	.only-support-resource__icon {
		width: 32px;
		height: 32px;
	}

	.only-support-resource__icon img {
		width: 32px;
		height: 32px;
		object-fit: contain;
	}

	.only-support-resource__icon svg {
		width: 32px;
		height: 32px;
	}

	.only-support-resource__label {
		font-size: 12px;
		line-height: 14px;
		font-weight: 500;
		color: #222222;
	}

	/* ====================================================================
	   Block 2: Get Support from Kloira
	   Support methods in 2x2 grid with compact styling
	   ==================================================================== */

	.only-support-content {
		padding: 40px 0;
	}

	.only-support-grid {
		padding: 0 20px;
		gap: 24px;
	}

	.only-support-options {
		gap: 24px;
		width: 100%;
	}

	.only-support-options__title {
		font-size: 22px;
		line-height: 26px;
		color: #111111;
	}

	.only-support-options__desc {
		font-size: 12px;
		line-height: 18px;
		color: #666666;
		margin-top: -12px;
	}

	.only-support-methods {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 20px;
	}

	.only-support-method {
		width: calc(50% - 10px);
		gap: 8px;
		align-items: center;
	}

	.only-support-method:hover {
		transform: none;
	}

	.only-support-method__icon {
		width: 28px;
		height: 28px;
		flex-shrink: 0;
	}

	.only-support-method__icon svg {
		width: 28px;
		height: 28px;
	}

	.only-support-method__content {
		gap: 2px;
	}

	.only-support-method__title {
		font-size: 12px;
		line-height: 14px;
		font-weight: 600;
	}

	.only-support-method__link {
		font-size: 10px;
		line-height: 12px;
	}

	/* ====================================================================
	   Block 3: Contact Form
	   Form wrapper: full width, 16px internal padding (288px inner on 320px)
	   ==================================================================== */

	.only-support-form-wrapper {
		width: 100%;
		padding: 24px 16px;
		border-radius: 12px;
	}

	.only-support-form {
		gap: 12px;
	}

	.only-support-form__row {
		gap: 12px;
	}

	.only-support-field input,
	.only-support-field textarea {
		height: 44px;
		padding: 10px 12px 10px 42px;
		font-size: 12px;
		line-height: 14px;
		border-radius: 4px;
		font-weight: 600;
	}

	.only-support-field textarea {
		height: 120px;
		padding-top: 12px;
	}

	.only-support-icon {
		left: 12px;
		width: 18px;
		height: 18px;
	}

	.only-support-icon svg {
		width: 18px;
		height: 18px;
	}

	.only-support-label {
		font-size: 10px;
		line-height: 12px;
		left: 42px;
	}

	.only-support-input-wrap input:focus + .only-support-label,
	.only-support-input-wrap input:not(:placeholder-shown) + .only-support-label,
	.only-support-input-wrap textarea:focus + .only-support-label,
	.only-support-input-wrap textarea:not(:placeholder-shown) + .only-support-label {
		font-size: 8px;
		line-height: 9px;
		left: 12px;
		top: 0;
		transform: translateY(-50%);
		background: #FFFFFF;
		padding: 0 4px;
	}

	/* Phone field adjustments for mobile */
	.only-support-input-wrap--phone input[type="tel"] {
		padding-left: 90px !important;
	}

	.only-support-input-wrap--phone .only-support-label {
		left: 90px;
	}

	.only-support-input-wrap--phone input:focus + .only-support-label,
	.only-support-input-wrap--phone input:not(:placeholder-shown) + .only-support-label {
		left: 12px;
	}

	.only-support-input-wrap--phone .support-country-container {
		left: 12px;
	}

	.only-support-submit {
		height: 43px;
		border-radius: 8px;
		font-size: 16px;
		line-height: 19px;
		padding: 12px 40px;
	}

	/* File upload compact styling */
	.only-support-file-upload {
		margin-top: 0;
	}

	.only-support-file-label {
		padding: 12px 14px;
		gap: 10px;
	}

	.only-support-file-icon {
		width: 32px;
		height: 32px;
		border-radius: 6px;
	}

	.only-support-file-text strong {
		font-size: 12px;
	}

	.only-support-file-hint {
		font-size: 10px;
	}
}

/* ==========================================================================
   Success Modal
   ========================================================================== */

.only-support-success-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: center;
	animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.only-support-success-modal__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(4px);
}

.only-support-success-modal__content {
	position: relative;
	background: #FFFFFF;
	border-radius: 16px;
	padding: 48px 40px;
	max-width: 500px;
	width: 90%;
	text-align: center;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
	animation: slideUp 0.3s ease;
}

@keyframes slideUp {
	from {
		transform: translateY(30px);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}

.only-support-success-modal__close {
	position: absolute;
	top: 16px;
	right: 16px;
	background: transparent;
	border: none;
	font-size: 32px;
	color: #888888;
	cursor: pointer;
	line-height: 1;
	padding: 0;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: color 0.2s ease;
}

.only-support-success-modal__close:hover {
	color: #333333;
}

.only-support-success-modal__icon {
	margin: 0 auto 24px;
	animation: scaleIn 0.5s ease 0.2s backwards;
}

@keyframes scaleIn {
	from {
		transform: scale(0);
	}
	to {
		transform: scale(1);
	}
}

.only-support-success-modal__title {
	font-family: 'DM Serif Display', serif;
	font-size: 32px;
	font-weight: 400;
	color: #111111;
	margin: 0 0 16px;
	line-height: 1.2;
}

.only-support-success-modal__message {
	font-family: 'Roboto Flex', sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #666666;
	margin: 0 0 32px;
}

.only-support-success-modal__message strong {
	color: #4CAF50;
	font-weight: 600;
}

.only-support-success-modal__details {
	background: #F5F6FA;
	border-radius: 12px;
	padding: 20px;
	margin-bottom: 32px;
}

.only-support-success-modal__detail {
	display: flex;
	align-items: center;
	gap: 12px;
	font-family: 'Roboto Flex', sans-serif;
	font-size: 14px;
	color: #333333;
	text-align: left;
}

.only-support-success-modal__detail:first-child {
	margin-bottom: 16px;
}

.only-support-success-modal__detail svg {
	flex-shrink: 0;
}

.only-support-success-modal__button {
	background: #FF5100;
	color: #FFFFFF;
	border: none;
	border-radius: 12px;
	padding: 16px 40px;
	font-family: 'Roboto Flex', sans-serif;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.2s ease;
	width: 100%;
}

.only-support-success-modal__button:hover {
	background: #E64800;
}

@media (max-width: 768px) {
	.only-support-success-modal__content {
		padding: 36px 24px;
	}

	.only-support-success-modal__icon svg {
		width: 60px;
		height: 60px;
	}

	.only-support-success-modal__title {
		font-size: 24px;
	}

	.only-support-success-modal__message {
		font-size: 14px;
	}
}

/* ===========================================================================
   File Upload Styles
   =========================================================================== */

.only-support-file-upload {
	margin-top: 8px;
}

.only-support-file-label {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 16px 20px;
	background-color: #f8f9fc;
	border: 2px dashed #E6E9F0;
	border-radius: 8px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.only-support-file-label:hover {
	background-color: #f0f2f8;
	border-color: #FF5100;
}

.only-support-file-icon {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background-color: #ffffff;
	border-radius: 8px;
	color: #FF5100;
}

.only-support-file-text {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.only-support-file-text strong {
	font-size: 14px;
	font-weight: 600;
	color: #111111;
}

.only-support-file-hint {
	font-size: 12px;
	color: #888888;
	display: block;
}

.only-support-file-preview {
	margin-top: 12px;
}

/* Mobile responsive */
@media (max-width: 768px) {
	.only-support-file-label {
		padding: 14px 16px;
	}
	
	.only-support-file-text strong {
		font-size: 13px;
	}
	
	.only-support-file-hint {
		font-size: 11px;
	}
}

/* ==========================================================================
   FAQ Section - Support Page
   ========================================================================== */

.only-support-faq {
	width: 100%;
	background: #F0F4F8;
	padding: 100px 0;
}

.only-support-faq__inner {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 50px;
	display: grid;
	grid-template-columns: 1fr 1.5fr;
	gap: 100px;
	align-items: start;
}

.only-support-faq__header {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.only-support-faq__title {
	font-family: 'DM Serif Display', serif;
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: 44px;
	color: #111111;
	margin: 0;
}

.only-support-faq__desc {
	font-family: 'Roboto Flex', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	margin: 0;
}

/* FAQ List & Accordion (reused from collection FAQ) */
.only-support-faq .only-faq__list {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0;
	width: 100%;
}

.only-support-faq .only-faq__item {
	width: 100%;
	border-top: 1px solid #D1D4DB;
	border-bottom: 1px solid #D1D4DB;
	margin-bottom: -1px;
}

.only-support-faq .only-faq__question {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 25px 0;
	background: transparent;
	border: none;
	cursor: pointer;
	text-align: left;
	transition: all 0.3s ease;
}

.only-support-faq .only-faq__question:hover {
	opacity: 0.7;
}

.only-support-faq .only-faq__question-text {
	font-family: 'Roboto Flex', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 21px;
	color: #111111;
	flex: 1;
	padding-right: 20px;
}

.only-support-faq .only-faq__icon {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
	color: #111111;
	transition: transform 0.3s ease;
}

.only-support-faq .only-faq__icon svg {
	display: block;
	width: 100%;
	height: 100%;
}

.only-support-faq .only-faq__icon-horizontal,
.only-support-faq .only-faq__icon-vertical {
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.only-support-faq .only-faq__item--active .only-faq__icon-vertical {
	opacity: 0;
	transform: rotate(90deg);
}

.only-support-faq .only-faq__answer {
	overflow: hidden;
	max-height: 0;
	transition: max-height 0.3s ease;
}

.only-support-faq .only-faq__answer[hidden] {
	display: block;
}

.only-support-faq .only-faq__answer-content {
	padding: 0 0 24px 0;
	font-family: 'Roboto Flex', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #666666;
}

.only-support-faq .only-faq__answer-content p {
	margin: 0 0 12px 0;
}

.only-support-faq .only-faq__answer-content p:last-child {
	margin-bottom: 0;
}

/* FAQ Responsive - Tablet */
@media (max-width: 1440px) {
	.only-support-faq__inner {
		padding: 0 40px;
		gap: 60px;
	}
}

@media (max-width: 1024px) {
	.only-support-faq {
		padding: 60px 0;
	}

	.only-support-faq__inner {
		grid-template-columns: 1fr;
		gap: 30px;
		padding: 0 30px;
	}
}

@media (max-width: 768px) {
	.only-support-faq {
		padding: 50px 0;
	}

	.only-support-faq__inner {
		padding: 0 20px;
		gap: 24px;
	}

	.only-support-faq__title {
		font-size: 28px;
		line-height: 38px;
	}

	.only-support-faq .only-faq__question {
		padding: 20px 0;
	}

	.only-support-faq .only-faq__question-text {
		font-size: 16px;
		line-height: 19px;
	}

	.only-support-faq .only-faq__answer-content {
		font-size: 14px;
		line-height: 22px;
	}
}

/* FAQ Responsive - Mobile */
@media (max-width: 480px) {
	.only-support-faq {
		padding: 40px 20px;
	}

	.only-support-faq__inner {
		padding: 0;
		gap: 20px;
	}

	.only-support-faq__title {
		font-size: 22px;
		line-height: 26px;
		color: #111111;
	}

	.only-support-faq__desc {
		font-size: 12px;
		line-height: 18px;
	}

	.only-support-faq .only-faq__question {
		padding: 16px 0;
	}

	.only-support-faq .only-faq__question-text {
		font-size: 14px;
		line-height: 16px;
		padding-right: 16px;
	}

	.only-support-faq .only-faq__answer-content {
		font-size: 12px;
		line-height: 18px;
		padding-bottom: 16px;
	}
}
