/* ============================================
   AI Designer Detail Landing Page
   Dark theme - "AI 상세페이지" dedicated landing
   ============================================ */

/* === Base / Reset === */
.detail-landing {
	background: #000000;
	color: #ffffff;
	font-family: 'Pretendard', sans-serif;
	overflow-x: hidden;

	-webkit-user-select: none; /* 사파리, 크롬 */
	-moz-user-select: none;    /* 파이어폭스 */
	-ms-user-select: none;     /* 인터넷 익스플로러/엣지 */
	user-select: none;
}

.detail-landing *,
.detail-landing *::before,
.detail-landing *::after {
	box-sizing: border-box;
}

.detail-landing .bx-wrapper {
	background: none;
	border: none;
	box-shadow: none;
}

/* === Hero Section === */
.detail-hero {
	position: relative;
	text-align: center;
	padding: 120px 20px 30px;
	overflow: hidden;
	min-height: 580px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.detail-hero__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	pointer-events: none;
}

/* Ellipse 3: 가장 뒤, 큰 보라 radial */
.detail-hero__bg::before {
	content: '';
	position: absolute;
	width: 2500px;
	height: 1240px;
	top: -1040px;
	left: 50%;
	transform: translateX(-50%);
	background: radial-gradient(ellipse, rgba(63, 24, 133, 1) 5%, rgba(20, 20, 20, 0.5) 100%);
	filter: blur(200px);
	border-radius: 2621px;
	background: radial-gradient(50% 50% at 50% 50%, #3F1885 5%, rgba(20, 20, 20, 0.50) 100%);
	filter: blur(100px);
}

/* Ellipse 2 + 1: 중간 보라 + 앞 연보라 합성 */
.detail-hero__bg::after {
	content: '';
	position: absolute;
	width: 1968px;
	height: 1083px;
	top: -1105px;
	left: 50%;
	transform: translateX(-50%);
	background: radial-gradient(ellipse 1100px 600px at 50% 40%, rgba(205, 188, 255, 0.6) 0%, transparent 70%), radial-gradient(ellipse 1200px 650px at 45% 50%, rgba(127, 87, 249, 0.5) 0%, transparent 70%);
	filter: blur(200px);
	border-radius: 2315.239px;
	background: #7F57F9;
	filter: blur(208px);
}

.detail-hero__logo {
	position: absolute;
	z-index: 1;
	margin-bottom: 30px;
	top: 72px;
}

.detail-hero__logo img {
	width: 200px;
	height: 31px;
}

.detail-hero__logo--section {
	position: static;
	text-align: center;
	margin: 0 auto 40px;
}

.detail-hero__title {
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
	color: #FFF;
	text-align: center;
	font-size: 66px;
	font-style: normal;
	font-weight: 600;
	line-height: 81px; /* 122.727% */
	letter-spacing: -1.32px;
}

.detail-hero__title.onepage {
	color: #FFF;
	text-align: center;
	font-size: 57px;
	font-style: normal;
	font-weight: 600;
	line-height: 72px; /* 126.316% */
	letter-spacing: -1.14px;
}

.detail-hero__desc {
	margin-bottom: 50px;
	max-width: 1046px;
	position: relative;
	z-index: 1;
	color: #FFF;
	text-align: center;
	font-size: 23px;
	font-style: normal;
	font-weight: 400;
	line-height: 36px; /* 156.522% */
	letter-spacing: -0.46px;
}
.detail-hero__desc span {
	display: inline-block;
	margin-bottom: 17px;
}
.cardnews .detail-btn{
	min-width: 275px;
}
.onepage .detail-btn {
	min-width: 260px;
}
.imageGenerate .detail-btn {
	min-width: 230px;
	height: 63px;
}
.productImageGenerate .detail-btn {
	padding: 16px 23px;
	min-width: 240px;
	height: 63px;
}
/* === CTA Button (Purple gradient) === */
.detail-btn {
	display: inline-flex;
	min-width: 240px;
	background: radial-gradient(ellipse at 50% 140%, #51c4fb 0%, #6e26ee 100%);
	border: none;
	border-radius: 8px;
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: -0.18px;
	cursor: pointer;
	position: relative;
	z-index: 1;
	transition: opacity 0.2s, transform 0.2s;

	width: 240px;
	height: 68px;
	padding: 16px 30px;
	justify-content: center;
	align-items: center;
	gap: 7px;
	aspect-ratio: 80/21;
}

.detail-btn:hover {
	opacity: 0.9;
	transform: translateY(-2px);
}

.detail-btn svg {
	width: 22px;
	height: 24px;
	flex-shrink: 0;
}

/* === Rolling Showcase Vignette === */
.detail-landing .cont.template {
	position: relative;
}

.detail-landing .cont.template::before,
.detail-landing .cont.template::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 120px;
	z-index: 1;
	pointer-events: none;
}

.detail-landing .cont.template::before {
	left: 0;
	background: linear-gradient(to right, #000 0%, transparent 100%);
}

.detail-landing .cont.template::after {
	right: 0;
	background: linear-gradient(to left, #000 0%, transparent 100%);
}

/* === Showcase Section === */
.detail-showcase {
	width: 100%;
	overflow: hidden;
	padding: 40px 0;
	position: relative;
	display: flex;
	gap: 45px;
	justify-content: center;
}

.detail-showcase::before,
.detail-showcase::after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 80px;
	z-index: 1;
	pointer-events: none;
}

.detail-showcase::before {
	top: 0;
	background: linear-gradient(to bottom, #000 60%, transparent 100%);
}

.detail-showcase::after {
	bottom: 0;
	background: linear-gradient(to top, #000 60%, transparent 100%);
}

/* 제품 연출컷 페이지에서는 쇼케이스 비네팅을 상하가 아닌 좌우로 적용합니다. */
.detail-showcase.productImageGenerate::before,
.detail-showcase.productImageGenerate::after {
	top: 0;
	bottom: auto;
	width: 80px;
	height: 100%;
}

.detail-showcase.productImageGenerate::before {
	left: 0;
	right: auto;
	background: linear-gradient(to right, #000 60%, transparent 100%);
}

.detail-showcase.productImageGenerate::after {
	left: auto;
	right: 0;
	background: linear-gradient(to left, #000 60%, transparent 100%);
}

.detail-showcase__item {
	width: 316px;
	height: 635px;
	overflow: hidden;
	flex-shrink: 0;
}

.detail-showcase__scroll {
	display: flex;
	flex-direction: column;
}

.detail-showcase__scroll img {
	width: 100%;
	height: auto;
	display: block;
}

.detail-showcase__item--down .detail-showcase__scroll {
	animation: showcaseScrollDown 20s linear infinite;
}

.detail-showcase__item--up .detail-showcase__scroll {
	animation: showcaseScrollUp 20s linear infinite;
}

@keyframes showcaseScrollDown {
	0% { transform: translateY(0); }
	100% { transform: translateY(-50%); }
}

@keyframes showcaseScrollUp {
	0% { transform: translateY(-50%); }
	100% { transform: translateY(0); }
}

/* === Showcase Horizontal (PPT) === */
.detail-showcase--horizontal {
	flex-direction: column;
	gap: 24px;
	padding: 40px 0;
}

.detail-showcase--horizontal::before,
.detail-showcase--horizontal::after {
	display: none;
}

.detail-showcase__row {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.detail-showcase__row::before,
.detail-showcase__row::after {
	content: '';
	position: absolute;
	top: 0;
	width: 120px;
	height: 100%;
	z-index: 1;
	pointer-events: none;
}

.detail-showcase__row::before {
	left: 0;
	background: linear-gradient(to right, #000 0%, transparent 100%);
}

.detail-showcase__row::after {
	right: 0;
	background: linear-gradient(to left, #000 0%, transparent 100%);
}

.detail-showcase__track {
	display: flex;
	gap: 24px;
	width: max-content;
}

.detail-showcase__track img {
	height: 240px;
	width: auto;
	display: block;
}

.detail-showcase__track.onePage img {
	height: 410px;
}

.detail-showcase__row--right .detail-showcase__track {
	animation: showcaseScrollRight 30s linear infinite;
}

.detail-showcase__row--left .detail-showcase__track {
	animation: showcaseScrollLeft 30s linear infinite;
}

@keyframes showcaseScrollRight {
	0% { transform: translateX(0); }
	100% { transform: translateX(-50%); }
}

@keyframes showcaseScrollLeft {
	0% { transform: translateX(-50%); }
	100% { transform: translateX(0); }
}

/* === Section Common === */
.detail-section {
	max-width: 1420px;
	margin: 0 auto;
	padding: 100px 20px 0 20px;
}

.detail-section__header {
	text-align: center;
	margin-bottom: 60px;
}

.detail-section__title {
	margin-bottom: 24px;
	color: #FFF;
	text-align: center;
	font-size: 45px;
	font-style: normal;
	font-weight: 600;
	line-height: 52px; /* 115.556% */
	letter-spacing: -0.675px;
}

.detail-section__subtitle {
	color: #ffffff;
	max-width: 891px;
	margin: 0 auto;
	color: rgba(255, 255, 255, 0.90);
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px; /* 150% */
	letter-spacing: -0.5px;
}

/* === "어떤 주제든" Category Grid === */
.detail-category-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 20px;
	margin-top: 40px;
}

.detail-category-card {
	border-radius: 12px;
	overflow: hidden;
	aspect-ratio: 1;
	background: #1a1a1a;
	position: relative;
}

.detail-category-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* === AI Designer Info Box === */
.detail-info-box {
	max-width: 792px;
	height: 188px;
	margin: 0 auto 80px;
	padding: 23px 56px 23px 47px;
	border-radius: 16px;
	background: linear-gradient(105deg, rgba(187, 127, 249, 0.86) 0%, rgba(102, 84, 242, 0.86) 55%, rgba(110, 38, 238, 0.86) 100%);
	border: none;
	display: flex;
	gap: 53px;
	align-items: center;
}

.detail-info-box__left {
	flex-shrink: 0;
	align-self: flex-start;
	padding-top: 19px;
}

.detail-info-box__divider {
	width: 1px;
	align-self: stretch;
	background: rgba(255, 255, 255, 0.3);
	flex-shrink: 0;
}

.detail-info-box__title {
	white-space: nowrap;
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 120% */
	letter-spacing: -0.2px;
}

.detail-info-box__desc {
	font-weight: 500;
	line-height: 38px;
	width: 530px;
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	letter-spacing: -0.2px;
}

/* === Feature Sections (Left/Right layout) === */
.detail-feature {
	max-width: 1320px;
	margin: 0 auto;
	padding: 80px 20px;
	display: flex;
	align-items: center;
	gap: 80px;
	justify-content: space-between;
}

.detail-feature.cardnews {
	max-width: 1355px;
}

.detail-feature.onepage {
	max-width: 1382px;
}

.detail-feature--reverse {
	flex-direction: row-reverse;
}

.detail-feature__content {
	flex: 1;
	max-width: 696px;
}

.detail-feature--reverse .detail-feature__content {
	text-align: right;
}

.detail-feature__title {
	margin-bottom: 24px;
	color: #FFF;
	font-size: 38px;
	font-style: normal;
	font-weight: 600;
	line-height: 52px; /* 136.842% */
	letter-spacing: -0.57px;
}

.detail-feature__desc {
	font-weight: 500;
	line-height: 30px;
	color: #ffffff;
	opacity: 0.8;
	margin-bottom: 40px;
	color: rgba(255, 255, 255, 0.90);
	font-size: 20px;
	font-style: normal;
	letter-spacing: -0.5px;
}

.detail-feature__image {
	flex: 1;
	max-width: 540px;
	border-radius: 16px;
	overflow: hidden;
	background: #1a1a1a;
	aspect-ratio: 540 / 317;
}

.detail-feature__image.imageGenerate {
	width: 540px;
	height: 317px;
}

.detail-feature__image img,
.detail-feature__image video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* === Cardnews Steps Section === */
.detail-feature--steps {
	gap: 73px;
}

.detail-feature--steps .detail-feature__content {
	max-width: 747px;
}

.detail-feature--steps .detail-feature__image {
	max-width: 600px;
	aspect-ratio: 600 / 352;
}

.detail-feature--steps .detail-feature__image.imageGenerate {
	max-width: 540px;
	aspect-ratio: 540 / 317;
}

.detail-feature__title--steps {
	margin-bottom: 38px;
	color: #FFF;
	font-size: 38px;
	font-style: normal;
	font-weight: 600;
	line-height: 52px; /* 136.842% */
	letter-spacing: -0.57px;
}

.detail-feature__steps {
	list-style: none;
	counter-reset: steps;
	padding-left: 0;
	font-weight: 500;
	margin: 0;
	color: rgba(255, 255, 255, 0.90);
	font-size: 18px;
	font-style: normal;
	line-height: 31px; /* 172.222% */
	letter-spacing: -0.45px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.detail-feature__steps li {
	list-style: none;
	counter-increment: steps;
}

.detail-feature__steps li:has(.detail-feature__step-desc) {
	display: grid;
	grid-template-columns: 180px 1fr;
	align-items: start;
}

.profileImageGenerate .detail-feature__steps li {
	display:block;
}

.detail-feature__step-title::before {
	content: counter(steps) ". ";
}

.detail-feature__step-title {
	line-height: 31px;
}

.detail-feature__step-desc {
	line-height: 27px;
}

.detail-feature--steps .detail-btn {
	margin-top: 37px;
}

/* === Guide Banner Section === */
.detail-guide-banner {
	position: relative;
	width: 100%;
	height: 195px;
	background: radial-gradient(ellipse at 50% 140%, #51C4FB 0%, #599DF7 25%, #6075F4 50%, #674DF1 75%, #6E26EE 100%);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 250px;
	box-sizing: border-box;
	overflow: hidden;
}

.detail-guide-banner__deco {
	position: absolute;
	right: 65px;
	top: 65%;
	transform: translateY(-50%);
	width: 223px;
	height: 167px;
	opacity: 0.1;
	pointer-events: none;
}

.detail-guide-banner__text {
	color: #FFF;
	position: relative;
	z-index: 1;
}

.detail-guide-banner__title {
	margin-bottom: 8px;
	color: #FFF;
	font-size: 31px;
	font-style: normal;
	font-weight: 600;
	line-height: 44px; /* 141.935% */
	letter-spacing: -0.465px;
}

.detail-guide-banner__desc {
	color: #FFF;
	font-size: 31px;
	font-style: normal;
	font-weight: 600;
	line-height: 44px; /* 141.935% */
	letter-spacing: -0.465px;
}

.detail-guide-banner__desc.onepage {
	font-size: 25px;
	font-weight: 500;
	letter-spacing: -0.375px;
}

.detail-guide-banner__link {
	color: #FFF !important;
	font-weight: 600;
	text-decoration: none !important;
	white-space: nowrap;
	position: relative;
	z-index: 1;
	text-align: right;
	font-size: 26px;
	font-style: normal;
	line-height: 26px; /* 100% */
	letter-spacing: -0.39px;
}

.detail-guide-banner__link:hover {
	color: #FFF;
	text-decoration: underline;
}

/* === FAQ Section === */
.detail-faq {
	background: #151515;
	padding: 100px 20px;
}

.detail-faq__inner {
	max-width: 1320px;
	margin: 0 auto;
}

.detail-faq__title {
	font-size: 44px;
	font-weight: 700;
	text-align: center;
	color: #ffffff;
	margin-bottom: 60px;
}

.detail-faq__item {
	background: #f9f9fc;
	border-radius: 10px;
	margin-bottom: 17px;
	overflow: hidden;
	cursor: pointer;
	transition: all 0.3s ease;
}

.detail-faq__question {
	display: flex;
	align-items: center;
	padding: 38px 60px 38px 100px;
	position: relative;
	font-size: 24px;
	font-weight: 600;
	color: #2f2f2f;
	line-height: 1.6;
	letter-spacing: -0.48px;
}

.detail-faq__question::before {
	content: 'Q';
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
	width: 45px;
	height: 45px;
	line-height: 45px;
	background: #141414;
	border-radius: 50%;
	color: #ffffff;
	font-size: 25px;
	font-weight: 800;
	text-align: center;
	font-family: 'SUIT', 'Pretendard', sans-serif;
}

.detail-faq__arrow {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%) rotate(0deg);
	transition: transform 0.3s ease;
	width: 37px;
	height: 21px;
}

.detail-faq__item.expand .detail-faq__arrow {
	transform: translateY(-50%) rotate(180deg);
}

.detail-faq__answer {
	display: none;
	padding: 0 60px 30px 100px;
	font-size: 24px;
	font-weight: 600;
	color: #2f2f2f;
	line-height: 1.6;
	letter-spacing: -0.48px;
	position: relative;
}

.detail-faq__item.expand .detail-faq__answer {
	display: block;
}

.detail-faq__answer::before {
	content: 'A';
	position: absolute;
	left: 30px;
	top: 0;
	width: 45px;
	height: 45px;
	line-height: 45px;
	background: #6e26ee;
	border-radius: 50%;
	color: #ffffff;
	font-size: 25px;
	font-weight: 800;
	text-align: center;
	font-family: 'SUIT', 'Pretendard', sans-serif;
}

.detail-faq__answer a {
	color: #6e26ee;
	text-decoration: underline;
}

/* === User Reviews Section === */
.detail-reviews {
	max-width: 1698px;
	margin: 0 auto;
	padding: 100px 20px;
}

.detail-reviews__header {
	text-align: center;
	margin-bottom: 60px;
}

.detail-reviews__title {
	margin-bottom: 16px;

	color: #FFF;
	text-align: center;
	font-size: 45px;
	font-style: normal;
	font-weight: 600;
	line-height: 52px; /* 115.556% */
	letter-spacing: -0.675px;
}

.detail-reviews__subtitle {
	color: rgba(255, 255, 255, 0.90);
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px; /* 150% */
	letter-spacing: -0.5px;
}

.detail-reviews__grid {
	display: grid;
	grid-template-columns: repeat(3, 470px);
	justify-content: center;
	gap: 20px;
}

.detail-review-card {
	background: linear-gradient(to bottom, rgba(110, 38, 238, 0.39) 0%, rgba(0, 0, 0, 1) 100%);
	border: 1px solid rgba(110, 38, 238, 0.8);
	border-radius: 16px;
	padding: 24px 28px;
	width: 470px;
	height: 270px;
	display: flex;
	flex-direction: column;
}

.detail-review-card__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 24px;
}

.detail-review-card__quote {
	width: 25px;
	height: 19px;
}

.detail-review-card__user {
	text-align: right;
}

.detail-review-card__name {
	font-weight: 700;
	color: #F9F9FC;
	text-align: right;
	font-size: 17.267px;
	font-style: normal;
	line-height: 17.267px; /* 100% */
}

.detail-review-card__role {
	font-weight: 500;
	margin-top: 4px;
	color: #F9F9FC;
	text-align: right;
	font-size: 12.951px;
	font-style: normal;
	line-height: 13.814px; /* 106.667% */
}

.detail-review-card__title {
	margin-bottom: 20px;
	color: #F9F9FC;
	font-size: 27.628px;
	font-style: normal;
	font-weight: 600;
	line-height: 35px; /* 126.684% */
	letter-spacing: -0.276px;
}

.detail-review-card__text {
	color: rgba(249, 249, 252, 0.90);
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 160% */
	letter-spacing: -0.3px;
}

/* === AI Features Section === */
.detail-ai-features {
	max-width: 1477px;
	margin: 0 auto;
	padding: 100px 20px;
}

.detail-ai-features__header {
	text-align: center;
	margin-bottom: 60px;
}

.detail-ai-features__title {
	margin-bottom: 24px;
	color: #FFF;
	text-align: center;
	font-size: 45px;
	font-style: normal;
	font-weight: 600;
	line-height: 52px; /* 115.556% */
	letter-spacing: -0.675px;
}

.detail-ai-features__subtitle {
	max-width: 891px;
	margin: 0 auto;
	color: rgba(255, 255, 255, 0.90);
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px; /* 150% */
	letter-spacing: -0.5px;
}

/* === cont-function (home.jsp bxSlider 재사용) === */
/* home-redesign CSS가 기본 스타일 제공, 여기서는 다크 테마 오버라이드만 */
.detail-ai-features .cont-function {
	margin-top: 54px;
}

.detail-ai-features .cont-function .ai-text {
	background-color: #F9F9FC;
}

.detail-ai-features .cont-function .ai-text strong {
	color: #2F2F2F;
}

.detail-ai-features .cont-function .ai-text p {
	color: #3B3B3B;
}

/* === AI Explore Section === */
.detail-explore {
	text-align: center;
	padding: 100px 20px 80px;
	max-width: 1420px;
	margin: 0 auto;
}

.detail-explore__title {
	font-size: 45px;
	font-weight: 600;
	line-height: 52px;
	letter-spacing: -0.675px;
	color: #FFF;
	margin-bottom: 20px;
}

.detail-explore__title span {
	font-weight: 700;
	background: linear-gradient(19deg, #BB7FF9 2%, #6654F2 50%, #6E26EE 71%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.detail-explore__subtitle {
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: -0.5px;
	color: rgba(255, 255, 255, 0.9);
	margin-bottom: 40px;
}

.detail-explore__tabs {
	display: flex;
	justify-content: center;
	gap: 13px;
	flex-wrap: wrap;
	margin-bottom: 24px;
}

.detail-explore__tab {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 65px;
	padding: 15px 25px;
	border-radius: 48px;
	background: linear-gradient(to bottom, #222, #0f0f0f);
	border: 2px solid transparent;
	font-size: 21px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.7);
	letter-spacing: -0.21px;
	white-space: nowrap;
	cursor: pointer;
	text-decoration: none;
	transition: border-color 0.2s, color 0.2s;
}

.detail-explore__tab:hover {
	color: #FFF;
}

.detail-explore__tab.active {
	border-color: #51c4fb;
	color: #FFF;
}

.detail-explore__tags {
	display: flex;
	justify-content: center;
	gap: 13px;
	flex-wrap: wrap;
	margin-bottom: 14px;
}

.detail-explore__tag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 65px;
	padding: 15px 40px;
	border-radius: 48px;
	background: linear-gradient(180deg, #222 0%, #0F0F0F 100%);
	background-clip: padding-box;
	border: 2px solid transparent;
	font-size: 21px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.7) !important;
	letter-spacing: -0.21px;
	white-space: nowrap;
	text-decoration: none;
	cursor: pointer;
	transition: border-color 0.2s, color 0.2s;
}

.detail-explore__tag:hover {
	border-color: #51c4fb;
	color: #FFF !important;
}

.detail-explore__tag.active {
	border-color: #51c4fb;
	color: #FFF !important;
}

/* === Bottom CTA Section === */
.detail-bottom-cta {
	text-align: center;
	padding: 120px 20px 120px;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.detail-bottom-cta__bg-video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	transform: translate(-50%, -50%);
	object-fit: cover;
	z-index: -1;
	pointer-events: none;
}

.detail-bottom-cta::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.55);
	z-index: 0;
}

.detail-bottom-cta > * {
	z-index: 1;
}

.detail-bottom-cta__logo {
	margin-bottom: 40px;
}

.detail-bottom-cta__logo svg {
	width: 230px;
	height: 36px;
}

.detail-bottom-cta__title {
	position: relative;
	color: #FFF;
	text-align: center;
	text-shadow: 0 0 18.2px rgba(0, 0, 0, 0.51);
	font-size: 45px;
	font-style: normal;
	font-weight: 600;
	line-height: 62px; /* 137.778% */
	letter-spacing: -0.675px;
	margin-bottom: 26px;
}

.detail-bottom-cta__desc {
	position: relative;
	color: #FFF;
	text-align: center;
	text-shadow: 0 0 18.2px rgba(0, 0, 0, 0.51);
	font-size: 21px;
	font-style: normal;
	font-weight: 500;
	line-height: 32px; /* 152.381% */
	letter-spacing: -0.525px;
	margin-bottom: 17px;
}

.detail-bottom-cta__desc:last-of-type {
	margin-bottom: 50px;
}

/* === Background image section (between features) === */
.detail-bg-image {
	width: 100%;
	height: 580px;
	position: relative;
	overflow: hidden;
}

.detail-bg-image img,
.detail-bg-image video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* === Responsive === */
@media (max-width: 1200px) {
	.detail-hero__title {
		font-size: 56px;
		line-height: 72px;
	}

	.detail-hero__desc {
		font-size: 24px;
		line-height: 36px;
	}

	.detail-feature {
		flex-direction: column;
		gap: 40px;
	}

	.detail-feature--reverse {
		flex-direction: column;
	}

	.detail-feature__content {
		max-width: 100%;
		text-align: center;
	}

	.detail-feature--reverse .detail-feature__content {
		text-align: center;
	}

	.detail-feature--steps .detail-feature__content {
		text-align: left;
	}

	.detail-feature__steps {
		max-width: 668px;
		margin: 0 auto;
	}

	.detail-feature--steps .detail-feature__title--steps {
		text-align: center;
	}

	.detail-feature--steps .detail-btn {
		display: flex;
		margin-left: auto;
		margin-right: auto;
	}

	.detail-feature__image {
		max-width: 100%;
		width: 100%;
	}

	.detail-reviews__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.detail-review-card {
		width: 100%;
	}

	.detail-ai-features__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.detail-info-box {
		flex-direction: column;
		height: auto;
		padding: 30px;
		gap: 20px;
	}

	.detail-info-box__left {
		align-self: flex-start;
		padding-top: 0;
	}

	.detail-info-box__divider {
		width: 100%;
		height: 1px;
		align-self: auto;
	}

	.detail-info-box__desc {
		width: 100%;
	}

	.detail-landing .cont.template::before,
	.detail-landing .cont.template::after {
		width: 80px;
	}

	.detail-bottom-cta__title {
		font-size: 38px;
	}

	.detail-guide-banner {
		padding: 0 60px;
	}

	.detail-hero__title.onepage {
		font-size: 48px;
		line-height: 62px;
	}

	.detail-feature.cardnews,
	.detail-feature.onepage {
		max-width: 100%;
	}

	.detail-feature__image.imageGenerate {
		width: 100%;
		height: auto;
	}

	.detail-feature--steps .detail-feature__image.imageGenerate {
		max-width: 100%;
	}

	.detail-explore__title {
		font-size: 36px;
		line-height: 46px;
	}

	.detail-explore__tab,
	.detail-explore__tag {
		font-size: 18px;
		height: 55px;
		padding: 12px 20px;
	}
}

@media (max-width: 768px) {
	.detail-hero {
		padding: 80px 20px 60px;
		min-height: 500px;
	}

	.detail-hero__logo {
		top: 50px;
		margin-bottom: 20px;
	}

	.detail-hero__logo img {
		width: 170px;
		height: auto;
	}

	.detail-hero__title {
		font-size: 36px;
		line-height: 48px;
	}

	.detail-hero__desc {
		font-size: 18px;
		line-height: 28px;
	}

	.detail-section {
		padding: 60px 16px;
	}

	.detail-section__title,
	.detail-feature__title,
	.detail-faq__title,
	.detail-reviews__title,
	.detail-ai-features__title {
		font-size: 28px;
	}

	.detail-section__subtitle,
	.detail-feature__desc,
	.detail-reviews__subtitle,
	.detail-ai-features__subtitle {
		font-size: 16px;
		line-height: 24px;
	}

	.detail-reviews__grid {
		grid-template-columns: 1fr;
	}

	.detail-review-card {
		width: 100%;
		height: auto;
	}

	.detail-hero__desc br,
	.detail-section__subtitle br,
	.detail-feature__desc br,
	.detail-bottom-cta__desc br,
	.detail-info-box__desc br,
	.detail-ai-features__subtitle br {
		display: none;
	}

	.detail-bottom-cta__desc {
		font-size: 16px;
		line-height: 26px;
	}

	.detail-feature--steps .detail-feature__content {
		max-width: 100%;
	}

	.detail-feature--steps .detail-feature__image {
		max-width: 100%;
	}

	.detail-feature__title--steps {
		font-size: 28px;
		line-height: 40px;
	}

	.detail-feature__steps {
		font-size: 16px;
		line-height: 28px;
	}

	.detail-feature__steps li:has(.detail-feature__step-desc) {
		grid-template-columns: 160px 1fr;
	}

	.detail-ai-features .cont-function {
		margin-left: 0;
	}

	.detail-review-card__title {
		font-size: 24px;
	}

	.detail-review-card__text {
		font-size: 15px;
	}

	.detail-faq__question {
		font-size: 18px;
		padding: 24px 50px 24px 80px;
	}

	.detail-faq__question::before {
		left: 20px;
		width: 38px;
		height: 38px;
		line-height: 38px;
		font-size: 20px;
	}

	.detail-faq__answer {
		font-size: 18px;
		padding: 0 50px 24px 80px;
	}

	.detail-faq__answer::before {
		left: 20px;
		width: 38px;
		height: 38px;
		line-height: 38px;
		font-size: 20px;
	}

	.detail-faq__arrow {
		right: 20px;
		width: 28px;
		height: 16px;
	}

	.detail-btn {
		min-width: 200px;
		height: 56px;
		font-size: 16px;
	}

	.detail-bottom-cta__title {
		font-size: 28px;
	}

	.detail-bottom-cta__desc {
		font-size: 18px;
	}

	.detail-info-box__title {
		font-size: 20px;
	}

	.detail-info-box__desc {
		font-size: 18px;
		line-height: 28px;
	}

	.detail-bg-image {
		height: 300px;
	}

	.detail-feature {
		padding: 60px 16px;
	}

	.detail-faq {
		padding: 60px 16px;
	}

	.detail-reviews {
		padding: 60px 16px;
	}

	.detail-ai-features {
		padding: 60px 16px;
	}

	.detail-bottom-cta {
		padding: 60px 16px;
	}

	.detail-explore {
		padding: 60px 16px;
	}

	.detail-explore__title {
		font-size: 28px;
		line-height: 38px;
	}

	.detail-explore__subtitle {
		font-size: 16px;
		line-height: 24px;
	}

	.detail-explore__tab,
	.detail-explore__tag {
		font-size: 16px;
		height: 48px;
		padding: 10px 18px;
	}

	.detail-hero__title.onepage {
		font-size: 32px;
		line-height: 44px;
	}

	.detail-guide-banner__desc.onepage {
		font-size: 18px;
	}

	.detail-landing .cont.template::before,
	.detail-landing .cont.template::after {
		width: 60px;
	}

	.detail-feature__image.imageGenerate {
		width: 100%;
		height: auto;
	}

	.detail-feature--steps .detail-feature__image.imageGenerate {
		max-width: 100%;
	}

	.onepage .detail-btn {
		min-width: 200px;
	}

	.imageGenerate .detail-btn {
		min-width: 200px;
		height: 56px;
	}

	.productImageGenerate .detail-btn {
		min-width: 200px;
		height: 56px;
		padding: 14px 20px;
	}

	.cardnews .detail-btn {
		min-width: 200px;
	}

	.profileImageGenerate .detail-feature__steps li {
		display: block;
	}

	.detail-guide-banner {
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		height: auto;
		padding: 30px 40px;
		gap: 16px;
	}

	.detail-guide-banner__deco {
		right: 20px;
		width: 160px;
		height: 120px;
	}
}

@media (max-width: 480px) {
	.detail-hero {
		padding: 60px 16px 40px;
		min-height: 400px;
	}

	.detail-hero__logo {
		top: 30px;
		margin-bottom: 16px;
	}

	.detail-hero__logo img {
		width: 130px;
		height: auto;
	}

	.detail-hero__logo--section {
		margin-bottom: 24px;
	}

	.detail-hero__title {
		font-size: 26px;
		line-height: 36px;
	}

	.detail-hero__desc {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 30px;
	}

	.detail-btn {
		min-width: auto;
		width: auto;
		max-width: 100%;
		height: 50px;
		font-size: 14px;
		padding: 12px 20px;
		aspect-ratio: auto;
	}

	.cardnews .detail-btn {
		min-width: auto;
	}

	.detail-btn svg {
		width: 18px;
		height: 20px;
	}

	.detail-showcase {
		padding: 20px 0;
	}

	.detail-section {
		padding: 40px 16px;
	}

	.detail-section__title {
		font-size: 22px;
		line-height: 32px;
	}

	.detail-section__subtitle {
		font-size: 14px;
		line-height: 22px;
	}

	.detail-info-box {
		margin: 0 16px 40px;
		padding: 20px;
		gap: 16px;
	}

	.detail-info-box__title {
		font-size: 18px;
	}

	.detail-info-box__desc {
		font-size: 14px;
		line-height: 22px;
	}

	.detail-feature {
		padding: 40px 16px;
	}

	.detail-feature__title {
		font-size: 22px;
		line-height: 32px;
	}

	.detail-feature__desc {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 24px;
	}

	.detail-feature__title--steps {
		font-size: 22px;
		line-height: 32px;
		margin-bottom: 24px;
	}

	.detail-feature__steps {
		font-size: 14px;
		line-height: 24px;
		padding-left: 0;
		max-width: 100%;
	}

	.detail-feature__steps li:has(.detail-feature__step-desc) {
		grid-template-columns: 1fr;
	}

	.detail-feature__step-desc {
		margin-top: 4px;
		line-height: 22px;
	}

	.detail-feature--steps .detail-btn {
		margin-top: 24px;
	}

	.detail-faq {
		padding: 40px 16px;
	}

	.detail-faq__question {
		font-size: 15px;
		padding: 18px 40px 18px 56px;
		line-height: 1.5;
	}

	.detail-faq__question::before {
		left: 14px;
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 16px;
	}

	.detail-faq__answer {
		font-size: 14px;
		padding: 0 16px 18px 56px;
		line-height: 1.5;
	}

	.detail-faq__answer::before {
		left: 14px;
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 16px;
	}

	.detail-faq__arrow {
		right: 12px;
		width: 20px;
		height: 12px;
	}

	.detail-reviews {
		padding: 40px 16px;
	}

	.detail-review-card {
		padding: 20px;
		height: auto;
	}

	.detail-review-card__header {
		margin-bottom: 16px;
	}

	.detail-review-card__title {
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 12px;
	}

	.detail-review-card__text {
		font-size: 14px;
		line-height: 22px;
	}

	.detail-ai-features {
		padding: 40px 16px;
	}

	.detail-explore {
		padding: 40px 16px;
	}

	.detail-explore__title {
		font-size: 22px;
		line-height: 32px;
	}

	.detail-explore__subtitle {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 24px;
	}

	.detail-explore__tab,
	.detail-explore__tag {
		font-size: 14px;
		height: 42px;
		padding: 8px 16px;
		border-radius: 32px;
	}

	.detail-explore__tabs,
	.detail-explore__tags {
		gap: 8px;
		margin-bottom: 10px;
	}

	.detail-ai-features__title {
		font-size: 22px;
		line-height: 32px;
	}

	.detail-ai-features__subtitle {
		font-size: 14px;
		line-height: 22px;
	}

	.detail-bottom-cta {
		padding: 40px 16px;
	}

	.detail-bottom-cta__title {
		font-size: 22px;
		line-height: 32px;
	}

	.detail-bottom-cta__desc {
		font-size: 14px;
		line-height: 22px;
	}

	.detail-showcase__item {
		width: 180px;
		height: 260px;
	}

	.detail-guide-banner {
		padding: 24px 16px;
		gap: 12px;
	}

	.detail-guide-banner__title {
		font-size: 16px;
		line-height: 22px;
	}

	.detail-guide-banner__desc {
		font-size: 14px;
		line-height: 20px;
	}

	.detail-guide-banner__link {
		font-size: 14px;
	}

	.detail-hero__title.onepage {
		font-size: 24px;
		line-height: 34px;
	}

	.detail-guide-banner__desc.onepage {
		font-size: 14px;
		line-height: 20px;
	}

	.detail-landing .cont.template::before,
	.detail-landing .cont.template::after {
		width: 30px;
	}

	.detail-feature__image.imageGenerate {
		width: 100%;
		height: auto;
	}

	.detail-feature--steps .detail-feature__image.imageGenerate {
		max-width: 100%;
	}

	.onepage .detail-btn {
		min-width: auto;
	}

	.imageGenerate .detail-btn {
		min-width: auto;
		height: 50px;
	}

	.productImageGenerate .detail-btn {
		min-width: auto;
		height: 50px;
		padding: 12px 20px;
	}

	.profileImageGenerate .detail-feature__steps li {
		display: block;
	}

	.detail-guide-banner__deco {
		display: none;
	}
}

.detail-landing .cont.template img {
	border: none;
	border-radius: 0px;
}