/* Мобильные стили для страницы FAQ (max-width: 768px) */
@media (max-width: 768px) {
	.faq-page {
		min-height: 100vh;
		height: auto;
		overflow-x: hidden;
		overflow-y: auto;
		background: #000000;
		padding-top: 129px;
		padding-bottom: 20px;
		position: relative;
	}

	.faq-page .section-hero__glow {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
		z-index: 0;
	}

	.faq-page .section-hero__glow-img {
		position: absolute !important;
		top: 50% !important;
		left: 50% !important;
		width: auto !important;
		height: auto !important;
		min-width: 100vw !important;
		min-height: 100vh !important;
		max-width: none !important;
		max-height: none !important;
		object-fit: cover;
		transform: translate(-50%, -50%) rotate(-45deg) scale(0.8);
		transform-origin: center center;
		z-index: 0;
		pointer-events: none;
	}

	.faq-page .section-hero__glow-elipse {
		display: none;
	}
	.faq-page .section-hero__glow-elipse {
		position: absolute;
		top: 20px;
		left: -342.36px;
		width: 1059.72px;
		height: 968.95px;
		opacity: 1;
		filter: blur(160px);
		background: linear-gradient(-43deg, rgba(0, 156, 61, 1) 35%, rgba(19, 44, 19, 1) 50%, rgba(0, 156, 61, 1) 85%);
		pointer-events: none;
	}

	.faq-page .container {
		position: relative;
		z-index: 1;
		padding: 0 20px;
	}

	.faq-page__wrapper {
		width: 100%;
        flex-direction: column;
        gap: 20px;
		max-width: 100%;
		margin: 0;
		padding: 0;
	}

	/* Hero секция */
	.faq-page__hero {
		width: 100%;
		max-width: 100%;
		margin-top: 20px;
		margin-bottom: 0;
	}

	.faq-page__container {
		width: 100%;
		display: flex;
		flex-direction: column;
		gap: 11px;
	}

	.faq-page__text {
		position: relative;
		display: flex;
		flex-direction: column;
		gap: 11px;
		width: 100%;
	}

	.faq-page__text-decoration {
		position: absolute;
		left: 0;
		top: -10px;
		display: flex;
		gap: 8px;
		width: 34px;
		height: 6px;
	}

	.faq-page__text-decoration span {
		width: 6px;
		height: 6px;
		border-radius: 50%;
		flex-shrink: 0;
	}

	.faq-page__text-decoration span:nth-child(1) {
		background: #009C3D;
	}

	.faq-page__text-decoration span:nth-child(2) {
		background: #94969A;
	}

	.faq-page__text-decoration span:nth-child(3) {
		background: #EF7A12;
	}

	.faq-page__title {
		font-family: 'Geometria', sans-serif;
		font-weight: 800;
		font-size: 32px;
		line-height: 1.2em;
		text-transform: uppercase;
		color: #FFFFFF;
		margin: 0;
		padding: 0;
		text-align: left;
	}

	/* Список аккордеонов */
	.faq-page__list {
		width: 100%;
		max-width: 100%;
	}

	.faq-page__accordion {
		display: flex;
		flex-direction: column;
		gap: 10px;
		width: 100%;
		margin: 0;
		padding: 0;
	}

	/* Элемент аккордеона */
	.faq-page .faq-accordion__item {
		background: #053215;
		border-radius: 10px;
		overflow: hidden;
		width: 100%;
		max-width: 335px;
		margin: 0 auto;
		transition: all 0.3s ease;
	}

	.faq-page .faq-accordion__item[aria-expanded="true"] {
		background: #053215;
	}

	/* Заголовок аккордеона */
	.faq-page .faq-accordion__header {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 20px;
		padding: 20px;
		background: transparent;
		border: none;
		cursor: pointer;
		text-align: left;
		transition: all 0.3s ease;
		line-height: 1.2em;
	}

	.faq-page .faq-accordion__header:hover {
		opacity: 0.9;
	}

	.faq-page .faq-accordion__header[aria-expanded="true"] .faq-accordion__icon {
		transform: rotate(45deg);
	}

	/* Вопрос в аккордеоне */
	.faq-page .faq-accordion__question {
		font-family: 'Geometria', sans-serif;
		flex: 1;
		color: #FFFFFF;
		font-size: 16px;
		font-weight: 700;
		line-height: 1.2em;
		text-transform: uppercase;
		margin: 0;
		padding: 0;
	}

	/* Иконка аккордеона */
	.faq-page .faq-accordion__icon {
		flex-shrink: 0;
		width: 20px;
		height: 20px;
		display: flex;
		align-items: center;
		justify-content: center;
		transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	}

	.faq-page .faq-accordion__icon img {
		width: 100%;
		height: 100%;
		object-fit: contain;
		transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	}

	.faq-page .faq-accordion__header[aria-expanded="true"] .faq-accordion__icon img {
		transform: rotate(45deg);
	}

	/* Контент аккордеона - скрыт, так как открывается модалка */
	.faq-page .faq-accordion__content {
		display: none;
	}

	/* Ответ в аккордеоне */
	.faq-page .faq-accordion__answer {
		padding: 0;
		margin: 0;
	}

	.faq-page .faq-accordion__answer p {
		font-family: 'Geometria', sans-serif;
		font-weight: 400;
		font-size: 14px;
		line-height: 1.5em;
		color: rgba(255, 255, 255, 0.7);
		margin: 0;
		padding: 0;
	}
}
