@charset "utf-8";

/* 
 * Project   : SideTalk Home Page Styles
 * File name : home.css
 * Description: Premium home page design with pricing page design system
 */

@import url('home-floating.css');

#sidetalk-home-wrapper {
	width: 100%;
	background-color: #F7F7F7;
	font-family: "Pretendard", -apple-system, BlinkMacSystemFont, system-ui, Roboto, sans-serif;
	color: #111827;
	line-height: 1.5;
	overflow-x: hidden;
	padding: 0;
}

#sidetalk-home-wrapper * {
	box-sizing: border-box;
}

/* Container */
#sidetalk-home-wrapper .st-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

/* Common Section Styles */
#sidetalk-home-wrapper section {
	padding: 150px 0;
	display: block;
	width: 100%;
}

/* Typography */
#sidetalk-home-wrapper h1,
#sidetalk-home-wrapper h2,
#sidetalk-home-wrapper h3,
#sidetalk-home-wrapper h4 {
	margin: 0;
	font-weight: 700;
	line-height: 1.3;
	color: #111827;
}

/* 제목 내부의 모든 span(강조 텍스트 등)이 부모 폰트 크기를 강제 상속하도록 설정 */
#sidetalk-home-wrapper h1 span,
#sidetalk-home-wrapper h2 span,
#sidetalk-home-wrapper h3 span,
#sidetalk-home-wrapper h4 span,
#sidetalk-home-wrapper .text-primary {
	font-size: inherit !important;
	line-height: inherit !important;
	font-family: inherit !important;
}

#sidetalk-home-wrapper h2 {
	font-size: clamp(32px, 4vw, 42px);
	font-weight: 800;
	margin-bottom: 16px;
	letter-spacing: -0.02em;
}

#sidetalk-home-wrapper h3 {
	font-size: clamp(20px, 3vw, 24px);
	font-weight: 700;
}

#sidetalk-home-wrapper h4 {
	font-size: 18px;
	font-weight: 700;
}

#sidetalk-home-wrapper p {
	margin: 0 0 1.5em;
	color: #4b5563;
	font-size: 16px;
	word-break: keep-all;
	line-height: 1.7;
}

#sidetalk-home-wrapper .text-primary {
	color: #1896FF !important;
}

#sidetalk-home-wrapper .text-center {
	text-align: center;
}

/* Buttons - Matching Pricing Page */
#sidetalk-home-wrapper .btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 28px;
	font-size: 16px;
	font-weight: 700;
	border-radius: 8px;
	transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
	cursor: pointer;
	text-decoration: none;
	border: 1px solid transparent;
	line-height: 1.2;
}

#sidetalk-home-wrapper .btn-lg {
	padding: 20px 42px;
	font-size: 22px;
	font-weight: 800;
}

#sidetalk-home-wrapper .btn-primary {
	background: linear-gradient(135deg, #1896FF 0%, #2563EB 100%);
	/* 고급스러운 블루 그라디언트 */
	border: 1px solid transparent;
	color: #fff;
	box-shadow: 0 8px 16px -4px rgba(37, 99, 235, 0.5);
	/* 빛나는 그림자 */
}

#sidetalk-home-wrapper .btn-primary:hover {
	background: linear-gradient(135deg, #2563EB 0%, #1D4ED8 100%);
	border-color: transparent;
	transform: translateY(-2px);
	box-shadow: 0 12px 20px -4px rgba(37, 99, 235, 0.6);
	/* 호버 시 더 강한 빛 */
	color: #fff;
}

#sidetalk-home-wrapper .btn-outline {
	background: #fff;
	border: 2px solid #e5e7eb;
	color: #374151;
}

#sidetalk-home-wrapper .btn-outline:hover {
	border-color: #1896FF;
	color: #1896FF;
	background: #eff6ff;
	transform: translateY(-2px);
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05);
}

/* =========================================
   1. Hero Section
   ========================================= */
#sidetalk-home-wrapper .hero-section {
	padding: 240px 0 280px;
	/* 텍스트를 살짝 아래로 (Top 증가, Bottom 감소) */
	text-align: center;
	background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('/wp-content/uploads/2024/10/2410_main_visual_06.jpg');
	background-size: cover;
	background-position: center;
	color: #fff;
}

#sidetalk-home-wrapper .hero-title {
	font-size: clamp(32px, 4.5vw, 52px);
	font-weight: 800;
	margin-bottom: 24px;
	letter-spacing: -0.01em;
	line-height: 1.4;
	word-break: keep-all;
	color: #fff;
}

#sidetalk-home-wrapper .hero-title span {
	display: inline-block;
}

#sidetalk-home-wrapper .hero-subtitle {
	font-size: 24px;
	/* 고정 크기로 가독성 확보 */
	color: #f3f4f6;
	/* 더 진한 회색 */
	margin-bottom: 40px;
	font-weight: 600;
	/* Medium -> SemiBold */
	line-height: 1.8;
}

/* 히어로 섹션 전용 흰색 버튼 */
#sidetalk-home-wrapper .hero-section .btn-primary {
	background: #fff;
	color: #111827;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
	border: none;
}

#sidetalk-home-wrapper .hero-section .btn-primary:hover {
	background: #fff;
	color: #111827;
	/* 검은색 유지 */
	transform: translateY(-5px) scale(1.05);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
	border: none;
}

#sidetalk-home-wrapper .hero-section .btn i {
	margin-left: 8px;
}

#sidetalk-home-wrapper .text-kakao {
	background-color: transparent;
	color: #FEE500;
	font-weight: 800;
}

#sidetalk-home-wrapper .text-naver {
	color: #03cf5d;
	font-weight: 800;
}

#sidetalk-home-wrapper .hero-cta {
	margin-bottom: 60px;
}

#sidetalk-home-wrapper .hero-slider-wrap {
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
	background: #fff;
	border: 1px solid #e5e7eb;
}

#sidetalk-home-wrapper .slider-section {
	padding: 150px 0;
	background: #fff;
}

/* =========================================
   2. Experience Grid Section
   ========================================= */
#sidetalk-home-wrapper .experience-section {
	background: #fff;
}

#sidetalk-home-wrapper .exp-header {
	margin-bottom: 60px;
	text-align: center;
}

#sidetalk-home-wrapper .exp-header h2 {
	margin-bottom: 16px;
}

#sidetalk-home-wrapper .exp-header p {
	color: #6b7280;
	font-size: 18px;
	margin-bottom: 0;
}

#sidetalk-home-wrapper .exp-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	/* PC: 2열 보기 */
	/* 8개 아이템 균등 배치, 넘침 방지 */
	gap: 24px;
	justify-content: center;
	width: 100%;
}

/* Card Design - Matching Pricing Page */
#sidetalk-home-wrapper .exp-card {
	background: #fff;
	border: 1px solid #d1d5db;
	border-radius: 16px;
	padding: 28px;
	transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	/* 상단 정렬 */
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
	min-height: 160px;
	/* 높이 확보 */
	position: relative;
	cursor: pointer;
	/* 카드 전체 클릭 느낌 */
}

/* 호버 시 카드 전체 효과 */
/* 호버 시 카드 효과 (움직임 제거, 테두리만 강조) */
#sidetalk-home-wrapper .exp-card:hover {
	border-color: #1896FF;
	background: #fff;
	/* transform 제거: 버튼만 움직이도록 */
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
	/* 그림자도 은은하게 유지 */
}

/* 상단 별도 안내 메시지 스타일 */
#sidetalk-home-wrapper .exp-guide-message {
	background: #f0f9ff;
	color: #0369a1;
	padding: 10px 24px;
	border-radius: 100px;
	width: fit-content;
	margin: 0 auto 40px;
	/* 중앙 정렬 및 카드와의 간격 */
	font-weight: 700;
	font-size: 15px;
	border: 1px solid #bae6fd;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
}

#sidetalk-home-wrapper .exp-guide-message i {
	color: #1896FF;
	font-size: 16px;
}

/* 카테고리 제목 (크고 잘 보이게) */
#sidetalk-home-wrapper .exp-card h4 {
	font-size: 20px;
	margin-bottom: 20px;
	color: #374151;
	/* 진한 회색으로 변경 */
	line-height: 1.4;
	font-weight: 700;
	/* text-transform: uppercase; // 한글이라 불필요하지만 영문 고려 유지 */
	letter-spacing: -0.01em;
}

/* 실제 질문 버튼 (크고 진하게) */
/* 실제 질문 버튼 (버튼 스타일 적용) */
#sidetalk-home-wrapper .exp-card .btn-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 16px 20px;
	background: #f3f4f6;
	/* 연한 회색 배경 */
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	color: #111827;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.4;
	text-align: left;
	cursor: pointer;
	margin-top: auto;
	transition: all 0.2s;
	word-break: keep-all;
}

#sidetalk-home-wrapper .exp-card:hover .btn-link {
	background: #1896FF;
	border-color: #1896FF;
	color: #fff;
	box-shadow: 0 4px 6px -1px rgba(24, 150, 255, 0.3);
}

#sidetalk-home-wrapper .exp-card .btn-link i {
	font-size: 1.1em;
	color: #9ca3af;
	/* 기본 아이콘 색상 */
	transition: all 0.2s;
}

#sidetalk-home-wrapper .exp-card:hover .btn-link i {
	color: #fff;
	/* 호버 시 아이콘 흰색 */
	transform: translateX(4px);
	opacity: 1;
}

/* =========================================
   3. Reviews Section
   ========================================= */
#sidetalk-home-wrapper .reviews-section {
	background: #f9fafb;
}

#sidetalk-home-wrapper .review-image-wrap {
	text-align: center;
}

#sidetalk-home-wrapper .review-img {
	width: 100%;
	max-width: 1000px;
	border-radius: 20px;
	box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
	border: 1px solid #e5e7eb;
	display: inline-block;
}

/* =========================================
   4. Feature Highlights
   ========================================= */
#sidetalk-home-wrapper .feature-highlights {
	background: #fff;
}

#sidetalk-home-wrapper .features-row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
}

#sidetalk-home-wrapper .feature-card {
	background: #fff;
	border: 1px solid #d1d5db;
	border-radius: 16px;
	overflow: hidden;
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

#sidetalk-home-wrapper .feature-card:hover {
	border-color: #1896FF;
	transform: translateY(-5px);
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

#sidetalk-home-wrapper .feature-card img {
	width: 100%;
	height: 240px;
	object-fit: cover;
	display: block;
}

#sidetalk-home-wrapper .feature-content {
	padding: 32px;
	text-align: center;
}

#sidetalk-home-wrapper .feature-content h3 {
	font-size: 22px;
	margin-bottom: 12px;
	color: #111827;
}

#sidetalk-home-wrapper .feature-content p {
	font-size: 15px;
	color: #4b5563;
	margin: 0;
}

/* =========================================
   5. Achievements (Stats)
   ========================================= */
#sidetalk-home-wrapper .achievements-section {
	background: #111827;
	color: #fff;
	text-align: center;
	position: relative;
}

#sidetalk-home-wrapper .achievements-section h2 {
	color: #fff;
	font-size: clamp(32px, 4vw, 42px);
	margin-bottom: 60px;
}

#sidetalk-home-wrapper .stats-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 48px;
}

#sidetalk-home-wrapper .stat-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 32px;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	transition: all 0.3s;
}

#sidetalk-home-wrapper .stat-item:hover {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.2);
	transform: translateY(-5px);
}

#sidetalk-home-wrapper .stat-item img {
	width: 100px;
	height: 100px;
	margin-bottom: 24px;
	object-fit: contain;
}

#sidetalk-home-wrapper .stat-item h3 {
	color: #fff;
	font-size: 24px;
	margin-bottom: 8px;
	font-weight: 800;
}

#sidetalk-home-wrapper .stat-item p {
	color: #d1d5db;
	margin: 0;
	font-size: 15px;
}

/* =========================================
   6. Partners (Dark Theme for White Logos)
   ========================================= */
#sidetalk-home-wrapper .partners-section {
	text-align: center;
	background: #111827;
	/* 어두운 배경으로 변경 */
	color: #fff;
	padding: 150px 0;
}

#sidetalk-home-wrapper .partners-section h2 {
	color: #fff;
	margin-bottom: 40px;
}

#sidetalk-home-wrapper .partners-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	/* PC: 한 줄에 4개 */
	gap: 24px;
	margin-top: 40px;
}

#sidetalk-home-wrapper .partner-logo {
	width: 100%;
	/* 그리드 셀에 꽉 차게 */
	height: 100px;
	/* 높이 고정 (선택 사항, 로고 비율 맞추기 위해) */
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.05);
	/* 흰색 글씨 로고가 잘 보이도록 어두운 배경 */
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	padding: 16px;
	transition: all 0.3s;
	text-decoration: none;
}

#sidetalk-home-wrapper .partner-logo:hover {
	transform: translateY(-2px);
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.3);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

#sidetalk-home-wrapper .partner-logo img {
	max-width: 100%;
	max-height: 100%;
	filter: none;
	opacity: 1;
	transition: all 0.3s;
	object-fit: contain;
}

#sidetalk-home-wrapper .partner-logo:hover img {
	/* 호버 효과 없음 (이미 원본) */
	transform: scale(1.02);
}

/* =========================================
   7. Comparison Section
   ========================================= */
#sidetalk-home-wrapper .comparison-section {
	background: #fff;
}

#sidetalk-home-wrapper .comp-row {
	display: flex;
	align-items: center;
	gap: 60px;
	margin-bottom: 100px;
}

#sidetalk-home-wrapper .comp-row:last-child {
	margin-bottom: 0;
}

#sidetalk-home-wrapper .comp-row.reverse {
	flex-direction: row-reverse;
}

#sidetalk-home-wrapper .comp-text {
	flex: 1;
}

#sidetalk-home-wrapper .comp-text h2 {
	font-size: clamp(28px, 3.5vw, 38px);
	margin-bottom: 20px;
}

#sidetalk-home-wrapper .comp-text h3 {
	font-size: 20px;
	color: #4b5563;
	font-weight: 600;
	margin-bottom: 16px;
}

#sidetalk-home-wrapper .comp-text p {
	font-size: 16px;
	color: #6b7280;
	line-height: 1.7;
}

#sidetalk-home-wrapper .comp-visual {
	flex: 1.2;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
}

#sidetalk-home-wrapper .comp-card {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
	transition: all 0.3s;
}

#sidetalk-home-wrapper .comp-card:hover {
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

#sidetalk-home-wrapper .comp-card img {
	width: 100%;
	height: auto;
	display: block;
}

#sidetalk-home-wrapper .comp-card-body {
	padding: 20px;
	text-align: center;
}

#sidetalk-home-wrapper .comp-card-body h4 {
	font-size: 16px;
	margin: 0;
	color: #111827;
	font-weight: 700;
}

#sidetalk-home-wrapper .comp-card.good {
	border-color: #1896FF;
	border-width: 2px;
	position: relative;
	box-shadow: 0 10px 15px -3px rgba(24, 150, 255, 0.15);
}

#sidetalk-home-wrapper .comp-card.good::before {
	content: 'Good';
	position: absolute;
	top: 12px;
	left: 12px;
	background: #1896FF;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	padding: 6px 12px;
	border-radius: 6px;
	z-index: 1;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

#sidetalk-home-wrapper .comp-card.bad {
	opacity: 0.7;
}

/* =========================================
   8. Feature List (Zigzag Layout)
   ========================================= */
#sidetalk-home-wrapper .feature-list-section {
	background: #f9fafb;
	padding-bottom: 40px;
}

#sidetalk-home-wrapper .feature-item {
	display: flex;
	align-items: center;
	gap: 60px;
	max-width: 1000px;
	/* 전체 너비 제한 */
	margin: 0 auto 100px auto;
}

#sidetalk-home-wrapper .feature-item:last-child {
	margin-bottom: 0;
}

/* 짝수 번째 아이템은 이미지 오른쪽 배치 (지그재그) */
#sidetalk-home-wrapper .feature-item.reverse {
	flex-direction: row-reverse;
}

#sidetalk-home-wrapper .feature-item img {
	flex: 1;
	max-width: 480px;
	/* 이미지 최대 너비 제한으로 너무 커지는 것 방지 */
	width: 100%;
	border-radius: 20px;
	box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.1);
	border: 1px solid #e5e7eb;
}

#sidetalk-home-wrapper .feature-text {
	flex: 1;
	text-align: left;
	padding: 20px;
}

#sidetalk-home-wrapper .feature-text h3 {
	font-size: 28px;
	margin-bottom: 20px;
	color: #111827;
}

#sidetalk-home-wrapper .feature-text p {
	font-size: 16px;
	line-height: 1.7;
	color: #4b5563;
	margin: 0;
}

/* 모바일 대응 */
@media (max-width: 768px) {

	#sidetalk-home-wrapper .feature-item,
	#sidetalk-home-wrapper .feature-item.reverse {
		flex-direction: column;
		gap: 30px;
		margin-bottom: 80px;
		text-align: center;
	}

	#sidetalk-home-wrapper .feature-text {
		text-align: center;
		padding: 0;
	}

	#sidetalk-home-wrapper .feature-item img {
		max-width: 100%;
	}
}

/* =========================================
   9. CTA Highlight
   ========================================= */
#sidetalk-home-wrapper .cta-highlight-section {
	background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
	padding: 200px 0;
}

#sidetalk-home-wrapper .cta-highlight-section h2,
#sidetalk-home-wrapper .cta-highlight-section h3 {
	font-weight: 800;
	line-height: 1.2;
}

#sidetalk-home-wrapper .cta-highlight-section p {
	font-size: 18px;
	color: #4b5563;
}

#sidetalk-home-wrapper .cta-highlight-section img {
	box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.15);
	border-radius: 16px;
}

/* =========================================
   10. Process Section
   ========================================= */
#sidetalk-home-wrapper .process-section {
	text-align: center;
	background: #fff;
}

#sidetalk-home-wrapper .process-steps {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 32px;
	margin-top: 60px;
	margin-bottom: 40px;
}

#sidetalk-home-wrapper .process-step {
	flex: 1;
	max-width: 280px;
	padding: 32px;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 16px;
	transition: all 0.3s;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

#sidetalk-home-wrapper .process-step:hover {
	border-color: #1896FF;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
	transform: translateY(-5px);
}

#sidetalk-home-wrapper .process-step img {
	width: 100px;
	height: 100px;
	margin: 0 auto 24px;
	object-fit: contain;
}

#sidetalk-home-wrapper .process-step h4 {
	font-size: 18px;
	margin: 0;
	color: #111827;
	font-weight: 700;
}

#sidetalk-home-wrapper .process-arrow {
	color: #1896FF;
	font-size: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* =========================================
   11. CEO Message
   ========================================= */
#sidetalk-home-wrapper .ceo-message-section {
	background: #111827;
	color: #fff;
}

#sidetalk-home-wrapper .ceo-content {
	display: flex;
	align-items: center;
	gap: 60px;
	background: #1f2937;
	padding: 60px;
	border-radius: 24px;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
	border: 1px solid #374151;
}

#sidetalk-home-wrapper .ceo-photo {
	flex-shrink: 0;
	width: 300px;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

#sidetalk-home-wrapper .ceo-photo img {
	width: 100%;
	display: block;
}

#sidetalk-home-wrapper .ceo-text {
	flex: 1;
}

#sidetalk-home-wrapper .ceo-text h3 {
	font-size: 28px;
	margin-bottom: 20px;
	color: #fff;
}

#sidetalk-home-wrapper .ceo-text p {
	font-size: 16px;
	line-height: 1.8;
	color: #d1d5db;
}

#sidetalk-home-wrapper .ceo-text strong {
	color: #1896FF;
	font-weight: 700;
}

/* =========================================
   Responsive Design
   ========================================= */
@media (max-width: 1024px) {
	#sidetalk-home-wrapper section {
		padding: 60px 0;
	}

	#sidetalk-home-wrapper .exp-grid {
		grid-template-columns: repeat(2, 1fr);
		/* 태블릿에서는 2열 */
	}

	#sidetalk-home-wrapper .features-row {
		grid-template-columns: 1fr;
	}

	#sidetalk-home-wrapper .stats-grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	#sidetalk-home-wrapper .comp-row {
		flex-direction: column;
		gap: 40px;
		margin-bottom: 60px;
	}

	#sidetalk-home-wrapper .comp-row.reverse {
		flex-direction: column;
	}

	#sidetalk-home-wrapper .ceo-content {
		flex-direction: column;
		padding: 40px;
		gap: 40px;
	}

	#sidetalk-home-wrapper .ceo-photo {
		width: 100%;
		max-width: 300px;
	}
}

@media (max-width: 768px) {
	#sidetalk-home-wrapper section {
		padding: 50px 0;
	}

	#sidetalk-home-wrapper .hero-section {
		padding: 140px 0 180px;
		/* 모바일도 살짝 아래로 */
		background-position: 70% center;
	}

	#sidetalk-home-wrapper .process-steps {
		flex-direction: column;
		gap: 20px;
	}

	#sidetalk-home-wrapper .process-arrow {
		transform: rotate(90deg);
		margin: 10px 0;
	}

	/* 모바일에서 히어로 버튼 크기 및 여백 조정 (줄바꿈 방지) */
	#sidetalk-home-wrapper .hero-section .btn-lg {
		padding: 16px 24px;
		font-size: 18px;
		white-space: nowrap;
		width: auto;
		max-width: 100%;
	}

	#sidetalk-home-wrapper .comp-visual {
		grid-template-columns: 1fr;
	}

	#sidetalk-home-wrapper .partners-grid {
		grid-template-columns: repeat(2, 1fr);
		/* 모바일: 한 줄에 2개 */
		gap: 16px;
	}

	#sidetalk-home-wrapper .partner-logo {
		width: 100%;
		/* 모바일에서도 너비 100% */
		height: 80px;
		/* 모바일 높이 조정 */
	}

	#sidetalk-home-wrapper .exp-grid {
		grid-template-columns: 1fr;
		/* 모바일: 1열 */
	}

	#sidetalk-home-wrapper .exp-card {
		padding: 24px;
	}

	#sidetalk-home-wrapper .ceo-content {
		padding: 30px 20px;
	}
}

@media (max-width: 640px) {
	#sidetalk-home-wrapper .st-container {
		padding: 0 16px;
	}

	#sidetalk-home-wrapper .hero-title {
		font-size: 32px;
	}

	#sidetalk-home-wrapper .hero-subtitle {
		font-size: 16px;
	}

	#sidetalk-home-wrapper h2 {
		font-size: 28px;
	}

	#sidetalk-home-wrapper .feature-card img {
		height: 180px;
	}

	#sidetalk-home-wrapper .feature-content {
		padding: 24px;
	}
}

/* =========================================
   12. Global FAQ (Imported and Adapted)
   ========================================= */
#sidetalk-home-wrapper .global-faq {
	max-width: 800px;
	margin: 0 auto;
}

#sidetalk-home-wrapper .faq-head h2 {
	text-align: center;
	margin-bottom: 50px;
	font-size: 36px;
	font-weight: 800;
	color: #111827;
}

#sidetalk-home-wrapper .faq-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

#sidetalk-home-wrapper .faq-item {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	overflow: hidden;
	transition: all 0.3s;
}

#sidetalk-home-wrapper .faq-item:hover {
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
	border-color: #d1d5db;
}

#sidetalk-home-wrapper .faq-trigger {
	width: 100%;
	border: none;
	background: #fff;
	padding: 24px 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 17px;
	font-weight: 700;
	cursor: pointer;
	color: #1f2937;
	transition: background 0.2s;
	text-align: left;
}

#sidetalk-home-wrapper .faq-trigger:hover,
#sidetalk-home-wrapper .faq-trigger.active {
	color: #2563eb;
	background: #f9fafb;
}

#sidetalk-home-wrapper .faq-trigger i {
	flex-shrink: 0;
	width: 28px;
	height: 28px;
	background: #f3f4f6;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	color: #6b7280;
	transition: all 0.3s;
	margin-left: 20px;
}

#sidetalk-home-wrapper .faq-trigger:hover i,
#sidetalk-home-wrapper .faq-trigger.active i {
	background: #eff6ff;
	color: #2563eb;
	transform: rotate(180deg);
}

#sidetalk-home-wrapper .faq-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-in-out;
	background: #f9fafb;
}

#sidetalk-home-wrapper .faq-content .text {
	padding: 0 30px 30px 30px;
	color: #4b5563;
	line-height: 1.7;
	font-size: 15px;
	border-top: 1px solid #f3f4f6;
	padding-top: 20px;
}

@media (max-width: 768px) {
	#sidetalk-home-wrapper .faq-head h2 {
		font-size: 28px;
	}
}

/* =========================================
   13. Security Section (Imported from Pricing)
   ========================================= */
#sidetalk-home-wrapper .features-box-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: center;
}

#sidetalk-home-wrapper .feature-box {
	flex: 1 1 300px;
	background: #fff;
	border: 1px solid #d1d5db;
	padding: 40px 30px;
	border-radius: 16px;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	position: relative;
	overflow: hidden;
}

#sidetalk-home-wrapper .feature-box:hover {
	border-color: #2563eb;
	transform: translateY(-5px);
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

#sidetalk-home-wrapper .feature-box .icon-wrap {
	width: 80px;
	height: 80px;
	background: #f3f4f6;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 24px;
	transition: transform 0.3s;
}

#sidetalk-home-wrapper .feature-box:hover .icon-wrap {
	transform: scale(1.05);
}

#sidetalk-home-wrapper .feature-box .icon-wrap i {
	font-size: 32px;
	color: #333;
}

#sidetalk-home-wrapper .feature-box h4 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 12px;
	color: #111827;
}

#sidetalk-home-wrapper .feature-box p {
	font-size: 15px;
	color: #4b5563;
	line-height: 1.6;
	word-break: keep-all;
	margin: 0;
}

#sidetalk-home-wrapper .feature-box:nth-child(1) .icon-wrap {
	background-color: #eff6ff;
}

#sidetalk-home-wrapper .feature-box:nth-child(2) .icon-wrap {
	background-color: #fdf2f8;
}

#sidetalk-home-wrapper .feature-box:nth-child(3) .icon-wrap {
	background-color: #f0fdf4;
}

@media (max-width: 768px) {
	#sidetalk-home-wrapper .features-box-grid {
		flex-direction: column;
	}
}

/* =========================================
   14. Refactored Inline Styles (AI Generated)
   ========================================= */

/* Hero CTA Microcopy */
#sidetalk-home-wrapper .ai-home-cta-microcopy {
	font-size: 15px;
	color: #ffffff;
	margin-top: 16px;
	margin-bottom: 0;
	font-weight: 500;
}

#sidetalk-home-wrapper .ai-home-cta-microcopy i {
	color: #10b981;
	margin-right: 4px;
}

/* Review Grid */
#sidetalk-home-wrapper .ai-home-review-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 30px;
	margin-top: 40px;
}

#sidetalk-home-wrapper .ai-home-review-card {
	background: #fff;
	padding: 40px 30px;
	border-radius: 16px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
	text-align: left;
	position: relative;
	border: 1px solid #f3f4f6;
}

#sidetalk-home-wrapper .ai-home-review-card .quote-icon {
	color: #e0e7ff;
	font-size: 40px;
	position: absolute;
	top: 30px;
	right: 30px;
	opacity: 0.5;
}

#sidetalk-home-wrapper .ai-home-review-card .stars {
	color: #f59e0b;
	margin-bottom: 15px;
	font-size: 18px;
}

#sidetalk-home-wrapper .ai-home-review-card p {
	font-size: 16px;
	line-height: 1.6;
	color: #374151;
	margin-bottom: 25px;
	font-weight: 500;
	word-break: keep-all;
}

#sidetalk-home-wrapper .ai-home-review-card .reviewer-info {
	display: flex;
	align-items: center;
	gap: 12px;
}

#sidetalk-home-wrapper .ai-home-review-card .avatar {
	width: 48px;
	height: 48px;
	min-width: 48px;
	background: #f3f4f6;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #9ca3af;
	font-size: 20px;
}

#sidetalk-home-wrapper .ai-home-review-card .reviewer-details strong {
	display: block;
	font-size: 16px;
	color: #111827;
	margin-bottom: 2px;
}

/* RAG Banner */
#sidetalk-home-wrapper .ai-home-rag-banner {
	background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
	border-radius: 16px;
	padding: 30px 40px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 50px;
	box-shadow: 0 10px 25px rgba(37, 99, 235, 0.2);
}

#sidetalk-home-wrapper .ai-home-rag-banner .banner-inner {
	display: flex;
	align-items: center;
	gap: 20px;
}

#sidetalk-home-wrapper .ai-home-rag-banner .shield-icon {
	background: rgba(255, 255, 255, 0.2);
	width: 64px;
	height: 64px;
	min-width: 64px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	flex-shrink: 0;
}

#sidetalk-home-wrapper .ai-home-rag-banner h3 {
	color: #fff;
	margin: 0 0 8px 0;
	font-size: clamp(14px, 3vw, 16px);
	font-weight: 500;
}

#sidetalk-home-wrapper .ai-home-rag-banner h3 span {
	color: #fde047;
	font-weight: 700;
}

#sidetalk-home-wrapper .ai-home-rag-banner p {
	margin: 0;
	opacity: 0.95;
	font-size: clamp(16px, 4.5vw, 22px);
	line-height: 1.4;
	word-break: keep-all;
	color: #fff;
	font-weight: 700;
}

@media (max-width: 768px) {
	#sidetalk-home-wrapper .ai-home-rag-banner {
		padding: 30px 20px;
	}

	#sidetalk-home-wrapper .ai-home-rag-banner .banner-inner {
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 15px;
	}
}

/* Achievements Heading */
#sidetalk-home-wrapper .ai-home-achievements-head {
	margin-bottom: 60px;
}

#sidetalk-home-wrapper .ai-home-achievements-head h2 {
	font-size: clamp(20px, 3vw, 24px);
	line-height: 1.5;
	word-break: keep-all;
	max-width: 800px;
	margin: 0 auto;
}

/* Comparison Badges */
#sidetalk-home-wrapper .ai-home-comp-badges {
	display: flex;
	justify-content: center;
	gap: 15px;
	margin-top: 25px;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

#sidetalk-home-wrapper .ai-home-comp-badges .ai-home-badge {
	padding: 15px 25px;
	border-radius: 99px;
	display: flex;
	align-items: center;
	gap: 10px;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
	border: 1px solid transparent;
}

#sidetalk-home-wrapper .ai-home-comp-badges .ai-home-badge span {
	font-size: 15px;
	font-weight: 700;
}

#sidetalk-home-wrapper .ai-home-comp-badges .ai-home-badge i {
	font-size: 18px;
}

#sidetalk-home-wrapper .ai-home-comp-badges .badge-blue {
	background: #eff6ff;
	border-color: #bfdbfe;
}

#sidetalk-home-wrapper .ai-home-comp-badges .badge-blue i {
	color: #2563eb;
}

#sidetalk-home-wrapper .ai-home-comp-badges .badge-blue span {
	color: #1e3a8a;
}

#sidetalk-home-wrapper .ai-home-comp-badges .badge-green {
	background: #f0fdf4;
	border-color: #bbf7d0;
}

#sidetalk-home-wrapper .ai-home-comp-badges .badge-green i {
	color: #16a34a;
}

#sidetalk-home-wrapper .ai-home-comp-badges .badge-green span {
	color: #14532d;
}

#sidetalk-home-wrapper .ai-home-comp-badges .badge-red {
	background: #fef2f2;
	border-color: #fecaca;
}

#sidetalk-home-wrapper .ai-home-comp-badges .badge-red i {
	color: #dc2626;
}

#sidetalk-home-wrapper .ai-home-comp-badges .badge-red span {
	color: #7f1d1d;
}