.info-page {
	font-family: "Poppins", sans-serif;
	display: flex;
	flex-direction: column;
}

.section {
	display: flex;
	flex-direction: column;
	gap: 3rem;
}

.section__header {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	text-align: center;
}

.section__title {
	font-size: 1.75rem;
	line-height: 1;
	font-weight: 700;
}

.section__description {
	font-size: 1rem;
	line-height: 1.5;
}

@media screen and (min-width: 768px) {
	.section__header {
		max-width: 80%;
		margin-inline: auto;
	}
}

@media screen and (min-width: 1024px) {
	.section {
		gap: 4.25rem;
	}

	.section__header {
		gap: 1.25rem;
		max-width: 70%;
		margin-inline: auto;
	}

	.section__title {
		font-size: 2.25rem;
	}

	.section__description {
		font-size: 1.125rem;
	}
}

.gradient-button {
	cursor: pointer;
	display: block;
    padding: 1rem 0.75rem;
	width: fit-content;
	background-image: linear-gradient(-15deg, #FF50B7, #FFBF5B);
    border-radius: 10px;
	transition: filter 0.2s ease-in-out !important;
	color: white;
	font-family: 'Inter', 'Inter UI', Arial;
	font-size: 1rem;
	font-weight: 600;

	&:hover {
		color: white !important;
		filter: hue-rotate(-50deg);
	}
}

@media screen and (min-width: 1024px) {
	.gradient-button {
		font-size: 1.25rem;
		padding: 1.5rem 1rem;
	}
}

.hero {
	position: relative;
	padding-block: 6rem;
	padding-inline: 1.75rem;
	background-color: #161619;
	overflow: hidden;

	&::before {
		content: '';
		position: absolute;
		bottom: 0;
		left: -9.5rem;
		height: 42%;
		aspect-ratio: 1;
		background-color: rgb(55, 195, 146, 0.2);
		border-radius: 100%;
		filter: blur(3rem);
	}

	&::after {
		content: '';
		position: absolute;
		bottom: 77%;
		right: -5rem;
		height: 30%;
		aspect-ratio: 1;
		background-color: rgb(152, 243, 148, 0.2);
		border-radius: 100%;
		filter: blur(3rem);
	}
}

.hero__title {
	font-family: 'Inter', 'Inter UI', Arial;
	font-size: 3rem;
	line-height: 1.25;
	font-weight: 700;
	background: -webkit-linear-gradient(left, #CBDB67, #95FFA3);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

@media screen and (min-width: 640px) {
	.hero {
		&::before {
			left: -13rem;
			height: 62%;
		}

		&::after {
			bottom: 62%;
			right: -10rem;
			height: 58%;
		}
	}
}

@media screen and (min-width: 1024px) {
	.hero {
		padding-block: 10rem;

		&::before {
			left: -17rem;
			height: 75%;
		}

		&::after {
			bottom: 45%;
			right: -16rem;
			height: 84%;
		}
	}

	.hero__title {
		font-size: 5rem;
		line-height: 1.25;
	}
}

@media screen and (min-width: 1320px) {
	.hero {
		padding-inline: 2.25rem;
	}
}

@media screen and (min-width: 1440px) {
	.hero {
		&::before {
			left: -19.5rem;
			height: 95%;
		}

		&::after {
			bottom: 31%;
			right: -22rem;
			height: 116%;
		}
	}
}

.generated-images__content, .generated-videos__content {
	display: grid;
	gap: 1.75rem;
}

@media screen and (min-width: 1024px) {
	.generated-images__content, .generated-videos__content {
		column-gap: 1.75rem;
		row-gap: 2.75rem;
	}
}

.generated-images__content .Item {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	transition: filter 0.2s linear;
		
	&:hover {
		filter: saturate(1.4) hue-rotate(-5deg) contrast(1.1) brightness(110%);
	}
}

.generated-videos__content .Item {
	border-radius: 20px;
	overflow: hidden;

	&.Video {
		position: relative;
	}

	&.Video::before {
		pointer-events: none;
		position: absolute;
		z-index: 1;
		content: '';
		inset: 0;
		height: 100%;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		color: white;
		opacity: 0.75;
		background: rgba(0,0,0,0.45);
		background-size: 56px;
		background-repeat: no-repeat;
		background-position-x: center;
		background-position-y: center;
		background-image: url(https://pornify.cc/img/play.svg);
		transition: opacity 0.2s linear;
	}

	&.Video.isActive::before {
		opacity: 0;
	}
}

@media screen and (min-width: 576px) {
	.generated-images__content, .generated-videos__content {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (min-width: 1024px) {
	.generated-images__content, .generated-videos__content {
		grid-template-columns: repeat(4, 1fr);
	}
}

.generated-images__button, .generated-videos__button  {
	margin-inline: auto;
}

.advantages__items, .actions__items {
	display: grid;
	gap: 1.75rem;
}

@media screen and (min-width: 1024px) {
	.advantages__items {
		column-gap: 3rem;
		row-gap: 2.5rem;
	}
}

.faqs__items {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

@media screen and (min-width: 768px) {
	.actions__items {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (min-width: 1024px) {
	.advantages__items, .actions__items {
		grid-template-columns: repeat(2, 1fr);
	}

	#ai-generated-bdsm .actions__items,
	#ai-dominatrix .actions__items,
	#nsfw-ai-chatbot .actions__items,
	#ai-celebrity-porn .actions__items {
		grid-template-columns: repeat(3, 1fr);
	}

	.faqs__items {
		flex-direction: row;
		row-gap: 2rem;
		column-gap: 1.5rem;
	}
}

@media screen and (min-width: 1440px) {
	.actions__items {
		grid-template-columns: repeat(4, 1fr);
	}

	#ai-generated-bdsm .actions__items,
	#ai-dominatrix .actions__items,
	#nsfw-ai-chatbot .actions__items,
	#ai-celebrity-porn .actions__items {
		grid-template-columns: repeat(3, 1fr);
	}
}

.faqs__column {
	flex: 1 1 0%;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.advantage, .action {
	padding: 2rem 2.5rem 3rem;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	background-color: #1A1A1A;
	border-radius: 20px;
}

.advantage__icon--laptop {
	width: 53px;
}

.advantage__icon--clock, .advantage__icon--ai {
	width: 50px;
}

.advantage__icon--check {
	width: 46px;
}

@media screen and (min-width: 1024px) {
	.advantage__icon--laptop {
		width: 83px;
	}

	.advantage__icon--clock, .advantage__icon--ai {
		width: 68px;
	}

	.advantage__icon--check {
		width: 59px;
	}
}

.advantage__title, .action__title {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1;
	color: #51CD74;
}

.advantage__text, .feature__text {
	font-size: 1rem;
	line-height: 1.8;
}

@media screen and (min-width: 1024px) {
	.advantage__title, .action__title {
		font-size: 1.875rem;
	}
	
	.advantage__text, .feature__text {
		font-size: 1.125rem;
		line-height: 1.8;
	}
}

.features {
	padding-block: 4.5rem;
	background-color: white;
}

.features__content {
	margin-top: 0;
	display: flex;
	flex-direction: column;
	gap: 3.5rem;
}

.feature {
	display: flex;
	flex-direction: column-reverse;
	gap: 2rem;
}

.feature__content {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.feature__title {
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.3;
	color: black;
}

.feature__text {
	color: black;
}

.feature__image-container {
    flex-shrink: 0;
    position: relative;
    aspect-ratio: 1.13 / 1;
	width: 100%;
	border-radius: 50px;
	overflow: hidden;
}

.feature__image {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media screen and (min-width: 1024px) {
	.features {
		padding-block: 7.5rem;
	}

	.features__content {
		gap: 5.5rem;
	}

	.feature {
		gap: 5rem;
		flex-direction: row;
		align-items: flex-start;
	}
	
	.feature__content {
		gap: 1.25rem;
	}

	.feature__title {
		font-size: 2.25rem;
	}

	.features__item:nth-child(2n) {
		flex-direction: row-reverse;
	}

	.feature__image-container {
		width: 50%;
	}
}

.faq {
    cursor: pointer;
	padding: 1.375rem 1.875rem;
    width: 100%;
    background-color: transparent !important;
    border-radius: 10px;
    color: white !important;
    transition: 0.4s;

	&.active, &:hover {
		background-color: transparent !important;
	}
}

.faq__accordion-base {
	cursor: pointer;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1.5rem;
	font-size: 1.25rem;
	font-weight: 500;
	text-align: left;
	background: transparent !important;
	border: none !important;
	outline: none !important;
	color: white;
}

.faq__accordion-base:hover,
.faq__accordion-base:focus,
.faq__accordion-base:active {
	background: transparent !important;
	outline: none !important;
}

@media screen and (min-width: 1024px) {
	.faq__accordion-base {
		font-size: 1.5rem;
	}
}

.faq__accordion-content {
	max-height: 0;
	transition: max-height 0.2s ease-out;
	line-height: 2.5em;
	overflow: hidden;
	background: transparent !important;
}

.faq__accordion-text {
	padding-top: 1.375rem;
	color: white !important;
	background: transparent !important;
}

/* Additional FAQ styling to override any inherited backgrounds */
.faq * {
	background: transparent !important;
	color: white !important;
}

.faq p {
	background: transparent !important;
	color: white !important;
}

.generated-videos, .advantages, .features, .faqs {
	margin-top: 5rem;
}

@media screen and (min-width: 1024px) {
	.generated-videos, .advantages, .features, .faqs {
		margin-top: 6.25rem;
	}
}

@media screen and (min-width: 1320px) {
	.generated-images, .actions {
		margin-top: 6.25rem;
	}
}
