/* =====================================================
   Landing Page 3 — Website vs Social Media (2026)
   Baanwebsite · Orange primary · Clean modern layout
   ===================================================== */

:root {
	--primary: #F37021;
	--primary-dark: #D95E10;
	--primary-light: #FFF2E8;
	--primary-soft: #FFE4CF;
	--dark: #2D3032;
	--dark-2: #3a3d40;
	--gray: #6b6f72;
	--gray-2: #9aa0a6;
	--light-gray: #f3f4f5;
	--bg-soft: #fff8f1;
	--text: #333;
	--good: #19A05A;
	--bad: #9aa0a6;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
	font-family: 'Prompt', 'Kanit', 'Sarabun', sans-serif;
	color: var(--text);
	margin: 0;
	padding: 0;
	background: #fff;
	line-height: 1.6;
	font-size: 16px;
	overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }

.container-x {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 24px;
}

/* ==================== HERO ==================== */
.hero {
	position: relative;
	padding: -1px 30px 60px;
	min-height: 640px;
	overflow: hidden;
	background:
		radial-gradient(circle at 85% 30%, rgba(243,112,33,0.12) 0%, transparent 55%),
		linear-gradient(180deg, #fff9f3 0%, #fff2e3 100%);
}

.hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		radial-gradient(rgba(243,112,33,0.08) 1.5px, transparent 1.5px);
	background-size: 28px 28px;
	background-position: 0 0;
	opacity: 0.6;
	pointer-events: none;
}

.hero-deco {
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
	z-index: 0;
}
.hero-deco-1 {
	right: -140px;
	top: -140px;
	width: 460px;
	height: 460px;
	background: radial-gradient(circle, rgba(243,112,33,0.22) 0%, transparent 70%);
	animation: floatY 9s ease-in-out infinite;
}
.hero-deco-2 {
	left: 6%;
	top: 30%;
	width: 14px;
	height: 14px;
	background: var(--primary);
	opacity: 0.55;
	animation: pulse 3s ease-in-out infinite;
}
.hero-deco-3 {
	left: 48%;
	top: 10%;
	width: 10px;
	height: 10px;
	background: var(--primary);
	opacity: 0.45;
	animation: pulse 4s ease-in-out infinite 1s;
}

@keyframes floatY {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(20px); }
}
@keyframes pulse {
	0%, 100% { transform: scale(1); opacity: 0.5; }
	50% { transform: scale(1.6); opacity: 0.9; }
}

.hero-logo {
	position: absolute;
	top: 28px;
	left: 36px;
	width: 80px;
	height: 80px;
	z-index: 4;
	display: flex;
	align-items: center;
	justify-content: center;
	filter: drop-shadow(0 4px 14px rgba(0,0,0,0.18));
}
.hero-logo a {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}
.hero-logo img { max-width: 100%; max-height: 100%; object-fit: contain; }

/* Footer brand link hover */
.footer-brand-link { display: inline-flex; flex-shrink: 0; }
.footer-brand-text a { transition: color .2s ease; }
.footer-brand-text a:hover b { color: var(--primary); }
.footer-copy a { transition: color .2s ease; }
.footer-copy a:hover b { filter: brightness(1.2); }

.hero-inner {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	align-items: center;
	gap: 40px;
	position: relative;
	z-index: 2;
	min-height: 460px;
	padding-top: 70px;
}

.hero-text { position: relative; }

.hero-topline {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 20px;
}
.hero-topline .line {
	flex: 0 0 44px;
	height: 1px;
	background: var(--primary);
	opacity: 0.6;
}
.hero-topline .label {
	color: var(--primary);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 6px;
}

.hero h1 {
	font-family: 'Kanit', 'Prompt', sans-serif;
	font-size: 108px;
	font-weight: 800;
	color: var(--text);
	margin: 0 0 14px;
	letter-spacing: 1px;
	line-height: 1;
}
.hero h1 .hi {
	color: var(--primary);
	position: relative;
	display: inline-block;
}
.hero h1 .hi::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 8px;
	height: 10px;
	background: rgba(243,112,33,0.2);
	z-index: -1;
	border-radius: 4px;
}

.hero h2 {
	font-family: 'Kanit', 'Prompt', sans-serif;
	font-size: 44px;
	font-weight: 600;
	color: var(--text);
	margin: 0 0 20px;
	letter-spacing: 0.3px;
	line-height: 1.2;
}
.hero h2 .yr { color: var(--primary); }

.hero-sub {
	font-size: 18px;
	color: var(--gray);
	max-width: 560px;
	margin: 0 0 32px;
	line-height: 1.7;
}

.hero-cta {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
}

.btn-primary {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 16px 30px;
	background: linear-gradient(135deg, var(--primary), #ff8f4a);
	color: #fff;
	font-weight: 700;
	font-size: 17px;
	border-radius: 50px;
	box-shadow: 0 10px 24px rgba(243,112,33,0.35);
	transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
	position: relative;
	overflow: hidden;
}
.btn-primary::before {
	content: "";
	position: absolute;
	top: 0; left: -100%;
	width: 100%; height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255,255,255,0.35), transparent);
	transition: left .55s ease;
}
.btn-primary:hover::before { left: 100%; }
.btn-primary:hover {
	filter: brightness(1.05);
	box-shadow: 0 14px 32px rgba(243,112,33,0.5);
}
.btn-primary .arr { transition: transform .25s ease; }
.btn-primary:hover .arr { transform: translateX(4px); }

.btn-line {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 16px 28px;
	background: linear-gradient(135deg, #06C755, #05a648);
	color: #fff;
	font-weight: 700;
	font-size: 17px;
	border-radius: 50px;
	box-shadow: 0 10px 24px rgba(6,199,85,0.35);
	transition: filter .25s ease, box-shadow .25s ease;
}
.btn-line:hover {
	filter: brightness(1.05);
	box-shadow: 0 14px 32px rgba(6,199,85,0.5);
	color: #fff;
}
.btn-line i { font-size: 20px; }

/* Hero visual — orb with social icons + woman photo */
.hero-visual {
	position: relative;
	min-height: 460px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.hero-orb {
	position: absolute;
	top: 30px;
	right: 60px;
	width: 360px;
	height: 360px;
	border-radius: 50%;
	background:
		/* vertical facet line */
		linear-gradient(90deg, transparent 49.3%, rgba(255,255,255,0.22) 50%, transparent 50.7%),
		/* diagonal facet lines (prism edges) */
		linear-gradient(35deg, transparent 49.3%, rgba(255,255,255,0.14) 50%, transparent 50.7%),
		linear-gradient(-35deg, transparent 49.3%, rgba(255,255,255,0.14) 50%, transparent 50.7%),
		/* glass highlight top-left */
		radial-gradient(circle at 30% 28%, rgba(255,255,255,0.55), transparent 55%),
		/* dimmed translucent peach base */
		linear-gradient(135deg, #ffe9d2 0%, #ffd9b5 50%, #ffc99b 100%);
	box-shadow:
		0 16px 40px rgba(243,112,33,0.2),
		inset 0 0 50px rgba(255,255,255,0.35),
		inset 0 0 0 2px rgba(255,255,255,0.55);
	animation: floatY 7s ease-in-out infinite;
	z-index: 1;
	isolation: isolate;
}

/* Conic prism shine — rotating behind orb (dimmed) */
.hero-orb::before {
	content: "";
	position: absolute;
	inset: -18%;
	border-radius: 50%;
	background: conic-gradient(
		from 0deg at 50% 50%,
		transparent 0deg,
		rgba(243,112,33,0.22) 45deg,
		transparent 90deg,
		rgba(255,170,90,0.2) 165deg,
		transparent 225deg,
		rgba(243,112,33,0.2) 300deg,
		transparent 360deg
	);
	filter: blur(22px);
	z-index: -1;
	animation: prismSpin 14s linear infinite;
	pointer-events: none;
}

/* Soft orange halo glow behind (dimmed) */
.orb-halo {
	position: absolute;
	inset: -14px;
	background: radial-gradient(circle, var(--primary) 0%, #ff8f4a 35%, transparent 70%);
	filter: blur(24px);
	opacity: 0.3;
	border-radius: 50%;
	z-index: -1;
	animation: haloPulse 6s ease-in-out infinite;
	pointer-events: none;
}

/* Sparkle stars scattered around the orb */
.orb-stars {
	position: absolute;
	inset: -10%;
	width: 120%;
	height: 120%;
	z-index: 2;
	pointer-events: none;
	overflow: visible;
}
.orb-stars circle {
	fill: #fff;
	filter: drop-shadow(0 0 3px rgba(255,255,255,0.95));
	animation: starTwinkle 2.6s ease-in-out infinite;
	transform-box: fill-box;
	transform-origin: center;
}
.orb-stars circle:nth-child(1)  { animation-delay: 0s; }
.orb-stars circle:nth-child(2)  { animation-delay: 0.2s; }
.orb-stars circle:nth-child(3)  { animation-delay: 0.4s; }
.orb-stars circle:nth-child(4)  { animation-delay: 0.6s; }
.orb-stars circle:nth-child(5)  { animation-delay: 0.8s; }
.orb-stars circle:nth-child(6)  { animation-delay: 1.0s; }
.orb-stars circle:nth-child(7)  { animation-delay: 1.2s; }
.orb-stars circle:nth-child(8)  { animation-delay: 1.4s; }
.orb-stars circle:nth-child(9)  { animation-delay: 1.6s; }
.orb-stars circle:nth-child(10) { animation-delay: 1.8s; }
.orb-stars circle:nth-child(11) { animation-delay: 0.1s; }
.orb-stars circle:nth-child(12) { animation-delay: 0.5s; }
.orb-stars circle:nth-child(13) { animation-delay: 0.9s; }
.orb-stars circle:nth-child(14) { animation-delay: 1.3s; }
.orb-stars circle:nth-child(15) { animation-delay: 1.7s; }
.orb-stars circle:nth-child(16) { animation-delay: 0.3s; }
.orb-stars circle:nth-child(17) { animation-delay: 0.7s; }
.orb-stars circle:nth-child(18) { animation-delay: 1.1s; }
.orb-stars circle:nth-child(19) { animation-delay: 1.5s; }
.orb-stars circle:nth-child(20) { animation-delay: 1.9s; }

/* Ambient social-cluster image floating behind orb (not inside it) */
.hero-cluster-bg {
	position: absolute;
	top: -60px;
	right: -80px;
	width: 620px;
	max-width: 120%;
	object-fit: contain;
	opacity: 0.13;
	filter: blur(1.5px) saturate(0.85);
	z-index: 0;
	pointer-events: none;
	animation: clusterDrift 22s ease-in-out infinite;
	transform-origin: 65% 40%;
}
@keyframes clusterDrift {
	0%, 100% { transform: rotate(0deg) translate(0, 0) scale(1); }
	25%      { transform: rotate(6deg) translate(-8px, 10px) scale(1.03); }
	50%      { transform: rotate(-4deg) translate(10px, -6px) scale(0.98); }
	75%      { transform: rotate(3deg) translate(-6px, 4px) scale(1.02); }
}

.orb-ring {
	position: absolute;
	inset: -20px;
	border: 2px dashed rgba(243,112,33,0.4);
	border-radius: 50%;
	animation: spin 40s linear infinite;
}
@keyframes spin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}

.orb-dot {
	position: absolute;
	width: 54px;
	height: 62px;
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	color: var(--primary);
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	background:
		/* vertical facet line (brightest highlight) */
		linear-gradient(90deg,  transparent 48.5%, rgba(255,255,255,0.9) 50%, transparent 51.5%),
		/* diagonal facet lines */
		linear-gradient(35deg,  transparent 48.5%, rgba(255,255,255,0.5) 50%, transparent 51.5%),
		linear-gradient(-35deg, transparent 48.5%, rgba(255,255,255,0.5) 50%, transparent 51.5%),
		/* translucent white glass base */
		linear-gradient(135deg,
			rgba(255,255,255,0.7) 0%,
			rgba(255,255,255,0.35) 50%,
			rgba(255,255,255,0.65) 100%
		);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	filter: drop-shadow(0 4px 10px rgba(0,0,0,0.15));
	z-index: 3;
	transition: scale .3s ease;
	animation: dotSway 6s ease-in-out infinite;
}
.orb-dot > i {
	display: inline-block;
	animation: dotSway 6s ease-in-out infinite reverse;   /* counter-sway → icon stays upright */
}
/* Vary timing per dot for organic feel (subtle sway, not full spin) */
.orb-dot-1, .orb-dot-1 > i { animation-duration: 5s;   animation-delay: 0s; }
.orb-dot-2, .orb-dot-2 > i { animation-duration: 6.5s; animation-delay: -1s; }
.orb-dot-3, .orb-dot-3 > i { animation-duration: 5.5s; animation-delay: -2s; }
.orb-dot-4, .orb-dot-4 > i { animation-duration: 7s;   animation-delay: -0.5s; }
.orb-dot-5, .orb-dot-5 > i { animation-duration: 6s;   animation-delay: -1.5s; }
.orb-dot-6, .orb-dot-6 > i { animation-duration: 5.8s; animation-delay: -2.5s; }

@keyframes dotSway {
	0%, 100% { rotate: -10deg; }
	50%      { rotate: 10deg; }
}

.orb-dot:hover { scale: 1.12; }
.orb-dot-1 { top: -18px; left: 50%; transform: translateX(-50%); color: #1877F2; }
.orb-dot-2 { top: 22%; right: -22px; color: #E1306C; }
.orb-dot-3 { bottom: 22%; right: -8px; color: #000; }
.orb-dot-4 { bottom: -20px; left: 55%; color: #FF0000; }
.orb-dot-5 { bottom: 22%; left: -22px; color: #06C755; }
.orb-dot-6 { top: 22%; left: -10px; color: #000; }

.hero-photo-wrap {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 460px;
	margin-right: -30px;
	filter: drop-shadow(0 24px 44px rgba(0,0,0,0.22));
}
.hero-photo-wrap img { width: 100%; display: block; position: relative; z-index: 1; }

/* Ground shadow under feet */
.hero-photo-wrap::after {
	content: "";
	position: absolute;
	bottom: 4px;
	left: 50%;
	transform: translateX(-50%);
	width: 62%;
	height: 18px;
	background: radial-gradient(ellipse, rgba(0,0,0,0.38) 0%, rgba(0,0,0,0.2) 45%, transparent 75%);
	border-radius: 50%;
	filter: blur(5px);
	z-index: 0;
	pointer-events: none;
	animation: footShadow 6s ease-in-out infinite;
}
@keyframes footShadow {
	0%, 100% { opacity: 0.9; transform: translateX(-50%) scaleX(1); }
	50%      { opacity: 0.7; transform: translateX(-50%) scaleX(0.92); }
}

.scroll-down {
	position: absolute;
	bottom: 24px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	color: var(--primary);
	text-decoration: none;
	transition: opacity .3s ease;
}
.scroll-down:hover { opacity: 0.75; }
.sd-text {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 5px;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	padding-bottom: 6px;
}
.sd-chevrons {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 28px;
}
.sd-chevrons i {
	font-size: 12px;
	line-height: 1;
	animation: sdChevronFade 1.6s ease-in-out infinite;
	opacity: 0;
	position: absolute;
}
.sd-chevrons i:nth-child(1) { top: 0; animation-delay: 0s; }
.sd-chevrons i:nth-child(2) { top: 12px; animation-delay: 0.3s; }
@keyframes sdChevronFade {
	0%   { opacity: 0; transform: translateY(-6px); }
	50%  { opacity: 1; transform: translateY(0); }
	100% { opacity: 0; transform: translateY(8px); }
}

/* ==================== FLOW STRIP (orange band) + AUDIT CTA ==================== */
.flow-section {
	padding: 30px 20px 36px;
	position: relative;
	z-index: 3;
	overflow: hidden;
	color: #fff;
	background: linear-gradient(135deg, var(--primary) 0%, #ff8f4a 100%);
	box-shadow: 0 10px 30px rgba(243,112,33,0.22);
}
.flow-section::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: radial-gradient(rgba(255,255,255,0.14) 1.5px, transparent 1.5px);
	background-size: 22px 22px;
	opacity: 0.55;
	pointer-events: none;
	z-index: 0;
}
.flow-section > .container-x { position: relative; z-index: 1; }

/* ---- Lead + horizontal chain ---- */
.flow-lead {
	margin: 0 0 18px;
	font-family: 'Kanit', 'Prompt', sans-serif;
	font-size: 19px;
	color: #333;
	font-weight: 500;
	letter-spacing: 0.2px;
	line-height: 1.4;
	text-align: center;
}
.flow-lead b { color: #333; font-weight: 800; }

.flow-chain {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	flex-wrap: wrap;
	max-width: 960px;
	margin: 0 auto 20px;
}
.flow-pill {
	display: inline-flex;
	align-items: center;
	padding: 9px 22px;
	background: #fff;
	color: #333;
	border-radius: 40px;
	font-family: 'Kanit', 'Prompt', sans-serif;
	font-size: 15.5px;
	letter-spacing: 0.2px;
	box-shadow: 0 6px 14px rgba(0,0,0,0.1);
}
.flow-arr {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: rgba(255,255,255,0.22);
	border: 1px solid rgba(255,255,255,0.35);
	color: #333;
	font-size: 12px;
}

/* ---- Audit Mini — compact inline buttons (new classes, distinct from flow-chain) ---- */
.audit-mini {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	margin-top: 28px;
}
/* Center variant when used inside flow-section orange strip */
.flow-section .audit-mini { justify-content: center; margin-top: 4px; }
.am-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 22px;
	border-radius: 28px;
	font-family: inherit;
	font-size: 14.5px;
	font-weight: 700;
	letter-spacing: 0.2px;
	text-decoration: none;
	transition: transform .25s ease, filter .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
}
.am-btn-primary {
	background: var(--dark);
	color: #fff;
	box-shadow: 0 8px 18px rgba(0,0,0,0.22);
}
.am-btn-primary:hover {
	background: #1a1c1e;
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 12px 24px rgba(0,0,0,0.3);
}
.am-btn-primary > i {
	font-size: 11px;
	transition: transform .25s ease;
}
.am-btn-primary:hover > i { transform: translateX(3px); }

.am-btn-line {
	background: linear-gradient(135deg, #06C755, #05a648);
	color: #fff;
	box-shadow: 0 8px 18px rgba(6,199,85,0.35);
}
.am-btn-line:hover {
	filter: brightness(1.06);
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 12px 24px rgba(6,199,85,0.5);
}
.am-btn-line > i:first-child { font-size: 16px; }

/* Support staggered fade-in via inline --delay */
.fade-up { transition-delay: var(--delay, 0ms); }

@media (max-width: 700px) {
	.flow-section { padding: 28px 16px 34px; }
	.flow-lead { font-size: 15.5px; margin-bottom: 16px; line-height: 1.55; font-weight: 400; }

	/* Stack pills neatly, center-aligned, arrows as vertical connectors between */
	.flow-chain {
		flex-direction: column;
		gap: 6px;
		max-width: 320px;
		margin: 0 auto 18px;
	}
	.flow-pill {
		width: 100%;
		justify-content: center;
		font-size: 15px;
		padding: 11px 22px;
		font-weight: 400;
		box-shadow: 0 6px 14px rgba(0,0,0,0.1);
	}
	.flow-arr {
		width: 30px;
		height: 30px;
		font-size: 13px;
		background: rgba(255,255,255,0.45);
		color: var(--primary);
	}
	.flow-arr i { transform: rotate(90deg); display: inline-block; }

	.audit-mini { flex-direction: column; gap: 8px; width: 100%; }
	.am-btn { width: 100%; justify-content: center; padding: 11px 22px; }
}

/* ==================== SECTION BASE ==================== */
.section {
	position: relative;
	padding: 80px 20px 70px;
}
.section.alt {
	background: var(--bg-soft);
}

.section-head {
	display: flex;
	align-items: center;
	gap: 18px;
	margin-bottom: 40px;
}
.section-head.center-head {
	flex-direction: column;
	text-align: center;
	gap: 6px;
}
.section-num {
	width: 6px;
	height: 56px;
	background: linear-gradient(180deg, var(--primary), #ff8f4a);
	border-radius: 4px;
	flex-shrink: 0;
	box-shadow: 0 8px 20px rgba(243,112,33,0.3);
}
.section-title h3 {
	margin: 0;
	font-family: 'Kanit', 'Prompt', sans-serif;
	font-size: 32px;
	font-weight: 700;
	color: var(--text);
	line-height: 1.3;
	letter-spacing: 0.3px;
}
.section-title h3 .hi { color: var(--primary); }
.section-title h3 .hi-gray { color: var(--gray-2); }
.section-title p {
	margin: 4px 0 0;
	font-size: 15px;
	color: var(--primary);
	font-weight: 600;
}

.section-head.center-head h3 {
	font-size: 38px;
	margin: 0;
}
.section-head.center-head h3 .hi { color: var(--primary); }
.section-head.center-head h3 .hi-gray { color: var(--gray-2); }
.section-head.center-head p {
	color: var(--gray);
	font-size: 18px;
	margin: 0;
}

/* ==================== PROBLEM GRID ==================== */
.problem-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	max-width: 1040px;
	margin: 0 auto 40px;
}

.problem-item {
	display: flex;
	gap: 18px;
	padding: 26px 26px;
	background: #fff;
	border-radius: 16px;
	border: 1px solid rgba(243,112,33,0.15);
	box-shadow: 0 10px 30px rgba(0,0,0,0.05);
	transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
	position: relative;
	overflow: hidden;
}
.problem-item::before {
	content: "";
	position: absolute;
	left: 0; top: 0; bottom: 0;
	width: 4px;
	background: linear-gradient(180deg, var(--primary), #ff8f4a);
}
.problem-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 18px 40px rgba(243,112,33,0.15);
	border-color: rgba(243,112,33,0.35);
}
.pi-ico {
	width: 56px;
	height: 56px;
	background: linear-gradient(135deg, var(--primary-light), #fff);
	border: 1px solid rgba(243,112,33,0.2);
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	color: var(--primary);
	font-size: 24px;
}
.pi-ico img { width: 28px; height: 28px; }
.pi-text h5 {
	margin: 2px 0 6px;
	font-size: 20px;
	color: var(--text);
	font-weight: 700;
	letter-spacing: 0.2px;
}
.pi-text p {
	margin: 0;
	font-size: 15.5px;
	color: var(--gray);
	line-height: 1.65;
}

/* ==================== PUNCHLINE (dark card quote) ==================== */
.punchline {
	max-width: 900px;
	margin: 50px auto 0;
	padding: 30px 40px;
	background: linear-gradient(135deg, var(--dark) 0%, var(--dark-2) 100%);
	color: #fff;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 18px 40px rgba(0,0,0,0.25);
}
.punchline::before {
	content: "";
	position: absolute;
	right: -40px; top: -40px;
	width: 160px; height: 160px;
	background: radial-gradient(circle, rgba(243,112,33,0.3) 0%, transparent 70%);
	border-radius: 50%;
}
.punchline > i {
	font-size: 36px;
	color: var(--primary);
	opacity: 0.7;
	flex-shrink: 0;
}
.punchline p {
	margin: 0;
	text-align: center;
	font-family: 'Kanit', sans-serif;
	font-size: 26px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.3px;
	position: relative;
	z-index: 1;
}
.punchline p strong { font-weight: 700; }
.punchline p .hi { color: var(--primary); font-weight: 700; }
.punchline p br { display: none; }

/* ==================== CALLOUT ==================== */
.callout {
	max-width: 900px;
	margin: 50px auto 0;
	padding: 4px;
	border-radius: 22px;
	background: linear-gradient(135deg, var(--primary) 0%, #ff8f4a 100%);
	box-shadow: 0 18px 40px rgba(243,112,33,0.3);
}
.callout-inner {
	background: linear-gradient(135deg, #fff4ea 0%, #ffffff 50%, #fff4ea 100%);
	border-radius: 18px;
	padding: 28px 38px;
	display: flex;
	align-items: center;
	gap: 22px;
	position: relative;
	overflow: hidden;
}
.callout-inner::before {
	content: "";
	position: absolute;
	right: -40px;
	top: -40px;
	width: 160px;
	height: 160px;
	background: radial-gradient(circle, rgba(243,112,33,0.2) 0%, transparent 70%);
	border-radius: 50%;
}
.callout-inner i {
	font-size: 42px;
	color: var(--primary);
	flex-shrink: 0;
}
.callout-inner p {
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.callout-inner p strong {
	font-family: 'Kanit', sans-serif;
	font-size: 26px;
	color: var(--text);
	font-weight: 700;
	letter-spacing: 0.3px;
}
.callout-inner p span {
	font-size: 17px;
	color: var(--primary-dark);
	font-weight: 500;
}

/* ==================== COMPARE TABLE ==================== */
.compare {
	max-width: 1060px;
	margin: 20px auto 0;
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 20px 50px rgba(0,0,0,0.08);
	border: 1px solid #eee;
}
.compare-row {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr 1.1fr;
	align-items: stretch;
	border-bottom: 1px solid #eee;
	transition: background .25s ease;
}
.compare-row:last-child { border-bottom: none; }
.compare-row:hover:not(.compare-head) {
	background: #fffaf5;
}

.compare-cell {
	padding: 20px 24px;
	font-size: 16px;
	display: flex;
	align-items: center;
	gap: 10px;
	line-height: 1.5;
}

.compare-label {
	font-weight: 700;
	color: var(--text);
	background: #fafafa;
	border-right: 1px solid #eee;
}

.compare-bad {
	color: #6b6f72;
	border-right: 1px solid #eee;
	position: relative;
}
.compare-good {
	color: var(--text);
	font-weight: 600;
}

.compare-head .compare-label {
	background: var(--dark);
	color: #fff;
	font-size: 15px;
	justify-content: center;
	text-align: center;
}
.compare-head .compare-bad {
	background: linear-gradient(135deg, #8c9094, #6b6f72);
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	justify-content: center;
	text-align: center;
}
.compare-head .compare-good {
	background: linear-gradient(135deg, var(--primary), #ff8f4a);
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	justify-content: center;
	text-align: center;
}
.compare-head i {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: rgba(255,255,255,0.25);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
}

.compare-cta {
	max-width: 1060px;
	margin: 36px auto 0;
	display: flex;
	justify-content: center;
}
.compare-cta .btn-line .arr {
	display: inline-flex;
	transition: transform .25s ease;
}
.compare-cta .btn-line:hover .arr { transform: translateX(4px); }

.compare-row:not(.compare-head) .compare-bad::before {
	content: "\f00d";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	width: 22px;
	height: 22px;
	background: rgba(154,160,166,0.18);
	color: var(--bad);
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	flex-shrink: 0;
}
.compare-row:not(.compare-head) .compare-good::before {
	content: "\f00c";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	width: 22px;
	height: 22px;
	background: var(--primary-light);
	color: var(--primary);
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	flex-shrink: 0;
}

/* ==================== SYSTEM / GOOD SYSTEM 2026 ==================== */
/* Tighten sec-system spacing (reduce top/bottom empty space) */
#sec-system { padding: 40px 20px 40px; }
#sec-system .section-head { margin-bottom: 20px; }
#sec-system .system-photo { min-height: 0; }

/* Small click-to-open trigger — own line below h3 */
.gf-trigger {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin: 8px 0 0;
	padding: 4px 12px;
	background: #fff;
	border: 1.5px dashed rgba(243,112,33,0.55);
	border-radius: 50px;
	cursor: pointer;
	font-family: 'Kanit', 'Prompt', sans-serif;
	font-size: 12.5px;
	font-weight: 600;
	line-height: 1.3;
	color: var(--primary);
	box-shadow: 0 3px 8px rgba(243,112,33,0.1);
	transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
	user-select: none;
}
.gf-trigger i { font-size: 11px; }
.gf-trigger .gf-trigger-arr { transition: transform .25s ease; }
.gf-trigger:hover {
	background: linear-gradient(135deg, #fff6ec 0%, #fff 100%);
	transform: translateY(-2px);
	box-shadow: 0 10px 20px rgba(243,112,33,0.2);
}
.gf-trigger:hover .gf-trigger-arr { transform: translateX(4px); }

/* Modal popup */
.gf-modal {
	position: fixed;
	inset: 0;
	z-index: 9998;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	opacity: 0;
	pointer-events: none;
	transition: opacity .25s ease;
}
.gf-modal[hidden] { display: none; }
.gf-modal.open {
	opacity: 1;
	pointer-events: auto;
}
.gf-modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(20, 20, 30, 0.55);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
}
.gf-modal-panel {
	position: relative;
	z-index: 1;
	max-width: 820px;
	width: 100%;
	max-height: calc(100vh - 40px);
	overflow-y: auto;
	overflow-x: hidden;
	padding: 40px 28px 28px;
	background:
		radial-gradient(circle at 85% -10%, rgba(243,112,33,0.18), transparent 45%),
		radial-gradient(circle at -10% 110%, rgba(243,112,33,0.14), transparent 45%),
		linear-gradient(135deg, #fff6ec 0%, #ffffff 100%);
	border: 1px solid rgba(243,112,33,0.2);
	border-radius: 22px;
	box-shadow: 0 30px 60px rgba(0,0,0,0.35);
	transform: translateY(14px) scale(0.98);
	opacity: 0;
	transition: transform .3s ease, opacity .3s ease;
}
/* Decorative dot-grid pattern on panel */
.gf-modal-panel::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: radial-gradient(rgba(243,112,33,0.18) 1px, transparent 1.2px);
	background-size: 22px 22px;
	opacity: 0.5;
	pointer-events: none;
	z-index: 0;
	-webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 20%, #000 80%, transparent 100%);
	mask-image: linear-gradient(180deg, transparent 0%, #000 20%, #000 80%, transparent 100%);
}
.gf-modal-panel > * { position: relative; z-index: 1; }
.gf-modal.open .gf-modal-panel {
	transform: translateY(0) scale(1);
	opacity: 1;
}
.gf-modal-close {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 36px;
	height: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: none;
	border-radius: 50%;
	background: #fff;
	color: var(--primary);
	font-size: 16px;
	cursor: pointer;
	box-shadow: 0 4px 12px rgba(0,0,0,0.12);
	transition: transform .2s ease, background .2s ease, color .2s ease;
}
.gf-modal-close:hover {
	background: var(--primary);
	color: #fff;
	transform: rotate(90deg);
}
body.gf-lock { overflow: hidden; }

/* Inner content — image left, stepped pill flow on right */
.gf-box-content {
	display: grid;
	grid-template-columns: minmax(220px, 260px) 1fr;
	grid-template-rows: auto 1fr;
	column-gap: 36px;
	row-gap: 10px;
	align-items: center;
	justify-content: center;
	padding: 6px 4px 2px;
}
.gf-kicker {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
	justify-self: end;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 6px 14px;
	background: linear-gradient(135deg, var(--primary), #ff8f4a);
	color: #fff;
	font-family: 'Kanit', 'Prompt', sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	border-radius: 30px;
	box-shadow: 0 6px 14px rgba(243,112,33,0.3);
	margin-right: 4px;
}
.gf-kicker i { font-size: 11px; }
.gf-box-content > .gf-img { grid-column: 1 / 2; grid-row: 1 / 3; }
.gf-box-content > .gf-pills { grid-column: 2 / 3; grid-row: 2 / 3; }

/* ---- Image with halo + rings + stars + orbiting icons ---- */
.gf-img {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 260px;
	width: 100%;
}
.gf-img-halo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 260px;
	height: 260px;
	border-radius: 50%;
	background:
		radial-gradient(circle at 50% 50%, rgba(243,112,33,0.28) 0%, rgba(243,112,33,0.12) 35%, transparent 68%);
	filter: blur(6px);
	z-index: 0;
	pointer-events: none;
	animation: gfHaloPulse 5s ease-in-out infinite;
}
@keyframes gfHaloPulse {
	0%, 100% { opacity: 0.9; transform: translate(-50%, -50%) scale(1); }
	50%      { opacity: 1;   transform: translate(-50%, -50%) scale(1.1); }
}
/* Rotating dashed rings */
.gf-img-ring {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 230px;
	height: 230px;
	border-radius: 50%;
	border: 1.5px dashed rgba(243,112,33,0.35);
	transform: translate(-50%, -50%);
	pointer-events: none;
	z-index: 0;
	animation: gfRingSpin 22s linear infinite;
}
.gf-img-ring-2 {
	width: 285px;
	height: 285px;
	border-style: dotted;
	border-width: 1px;
	border-color: rgba(243,112,33,0.25);
	animation: gfRingSpin 32s linear infinite reverse;
}
@keyframes gfRingSpin {
	to { transform: translate(-50%, -50%) rotate(360deg); }
}
/* Sparkle stars layer */
.gf-img-stars {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 0;
}
.gf-img-stars circle {
	fill: var(--primary);
	opacity: 0.55;
	animation: gfStarTwinkle 3s ease-in-out infinite;
}
.gf-img-stars circle:nth-child(2n)   { animation-delay: .5s; fill: #ff8f4a; }
.gf-img-stars circle:nth-child(3n)   { animation-delay: 1s; }
.gf-img-stars circle:nth-child(4n+1) { animation-delay: 1.5s; }
@keyframes gfStarTwinkle {
	0%, 100% { opacity: 0.2; }
	50%      { opacity: 0.9; }
}
/* Floating icon orbs around image */
.gf-orb {
	position: absolute;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--primary);
	background: #fff;
	font-size: 14px;
	border: 1.5px solid rgba(243,112,33,0.3);
	box-shadow: 0 8px 18px rgba(243,112,33,0.25);
	z-index: 3;
	pointer-events: none;
}
.gf-orb-1 {
	top: 10%;
	right: 8%;
	background: linear-gradient(135deg, var(--primary), #ff8f4a);
	color: #fff;
	border-color: transparent;
	animation: gfOrbFloat 4s ease-in-out infinite;
}
.gf-orb-2 {
	bottom: 18%;
	left: 4%;
	animation: gfOrbFloat 5s ease-in-out infinite -1.5s;
}
.gf-orb-3 {
	top: 50%;
	right: 2%;
	animation: gfOrbFloat 4.5s ease-in-out infinite -2.5s;
}
@keyframes gfOrbFloat {
	0%, 100% { transform: translateY(0) rotate(0deg); }
	50%      { transform: translateY(-8px) rotate(-6deg); }
}
.gf-img img {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 240px;
	filter: drop-shadow(0 14px 22px rgba(0,0,0,0.22));
	animation: floatY 7s ease-in-out infinite;
}
/* Ground shadow under laptop */
.gf-img::after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 50%;
	transform: translateX(-50%);
	width: 70%;
	height: 18px;
	background: radial-gradient(ellipse, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.15) 45%, transparent 75%);
	border-radius: 50%;
	filter: blur(6px);
	z-index: 0;
	pointer-events: none;
	animation: gfShadow 7s ease-in-out infinite;
}
@keyframes gfShadow {
	0%, 100% { opacity: 0.9; transform: translateX(-50%) scaleX(1); }
	50%      { opacity: 0.65; transform: translateX(-50%) scaleX(0.88); }
}

/* ---- Stepped flow pills ---- */
.gf-pills {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 14px;
}
.gf-row {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 5px 5px 5px 0;
	background: #fff;
	border: 1px solid rgba(243,112,33,0.18);
	border-radius: 50px;
	box-shadow: 0 6px 16px rgba(0,0,0,0.06);
	transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
	min-width: 360px;
	opacity: 0;
	transform: translateX(-10px);
	animation: gfRowIn .45s ease-out forwards;
	animation-delay: var(--d, 0s);
}
@keyframes gfRowIn {
	to { opacity: 1; transform: translateX(0); }
}
.gf-row:hover {
	transform: translateY(-2px);
	border-color: rgba(243,112,33,0.45);
	box-shadow: 0 10px 22px rgba(243,112,33,0.18);
}
.gf-dot {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #fff6ec 0%, #ffe1c4 100%);
	color: var(--primary);
	font-size: 13px;
	border: 1.5px solid rgba(243,112,33,0.35);
	box-shadow: 0 4px 10px rgba(243,112,33,0.18);
	flex-shrink: 0;
	margin-left: 4px;
	transition: transform .25s ease, background .25s ease, color .25s ease;
}
.gf-row:hover .gf-dot {
	background: linear-gradient(135deg, var(--primary), #ff8f4a);
	color: #fff;
	transform: rotate(-8deg) scale(1.06);
	border-color: transparent;
}
.gf-label {
	flex: 1;
	padding: 6px 4px;
	color: var(--text);
	font-weight: 600;
	font-size: 13.5px;
	text-align: center;
	white-space: nowrap;
}
.gf-arrow {
	color: var(--primary);
	font-size: 11px;
	opacity: 0.7;
	flex-shrink: 0;
}
.gf-chip {
	width: 110px;
	padding: 8px 16px;
	background: linear-gradient(135deg, var(--primary), #ff8f4a);
	color: #fff;
	font-weight: 700;
	font-size: 13.5px;
	border-radius: 30px;
	white-space: nowrap;
	text-align: center;
	box-shadow: 0 6px 14px rgba(243,112,33,0.35);
	flex-shrink: 0;
}

@media (max-width: 768px) {
	.gf-trigger { font-size: 12px; padding: 4px 11px; }
	.gf-modal { padding: 12px; }
	.gf-modal-panel {
		padding: 44px 14px 18px;
		border-radius: 18px;
		min-width: 0;
		max-width: 100%;
		box-sizing: border-box;
		overflow-x: clip;
	}
	.gf-modal-close { top: 8px; right: 8px; width: 32px; height: 32px; font-size: 14px; }
	.gf-box-content {
		display: flex;
		flex-direction: column;
		gap: 12px;
		padding: 0;
		align-items: stretch;
		min-width: 0;
	}
	.gf-kicker { align-self: flex-end; font-size: 11px; padding: 5px 12px; letter-spacing: 1.5px; margin-right: 0; }
	.gf-img {
		min-height: 200px;
		width: 100%;
		max-width: 240px;
		margin: 0 auto;
		overflow: hidden;
	}
	.gf-img img { max-width: 180px; }
	.gf-img-halo { width: 200px; height: 200px; }
	.gf-img-ring { width: 180px; height: 180px; }
	.gf-img-ring-2 { width: 220px; height: 220px; }
	.gf-orb { width: 32px; height: 32px; font-size: 12px; }
	.gf-pills { width: 100%; gap: 10px; }
	.gf-row { min-width: 0; width: 100%; max-width: 380px; margin: 0 auto; padding: 4px 4px 4px 0; }
	.gf-dot { width: 30px; height: 30px; font-size: 12px; margin-left: 3px; }
	.gf-label { font-size: 12.5px; padding: 5px 2px; }
	.gf-chip { width: 88px; font-size: 12.5px; padding: 7px 12px; }
}

.system {
	display: grid;
	grid-template-columns: 1fr 1.2fr;
	gap: 40px;
	align-items: center;
	max-width: 1100px;
	margin: 20px auto 0;
}

/* === Outer wrapper: holds circle + large image separately === */
.system-photo {
	position: relative;
	max-width: 520px;
	margin: 0 auto;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	isolation: isolate;
}

/* Thought bubble above woman's head */
.sys-bubble {
	position: absolute;
	top: 125px;
	left: 57%;
	transform: translateX(-50%);
	z-index: 10;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 12px 24px;
	background: #fff;
	border: 1.5px solid rgba(243,112,33,0.28);
	border-radius: 30px;
	font-family: 'Kanit', 'Prompt', sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: var(--primary);
	white-space: nowrap;
	box-shadow:
		0 14px 32px rgba(243,112,33,0.2),
		0 3px 8px rgba(0,0,0,0.06);
	animation: bubbleFloat 3.6s ease-in-out infinite;
}
.sys-bubble i {
	font-size: 15px;
	color: var(--primary);
}
.sys-bubble::after {
	content: "";
	position: absolute;
	bottom: -9px;
	left: 50%;
	margin-left: -8px;
	width: 16px;
	height: 16px;
	background: #fff;
	border-right: 1.5px solid rgba(243,112,33,0.28);
	border-bottom: 1.5px solid rgba(243,112,33,0.28);
	transform: rotate(45deg);
}
@keyframes bubbleFloat {
	0%, 100% { transform: translateX(-50%) translateY(0); }
	50%      { transform: translateX(-50%) translateY(-7px); }
}

/* === The circle itself (smaller, decorative) === */
.system-photo-circle {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 320px;
	height: 320px;
	margin-top: -160px;
	margin-left: -160px;
	border-radius: 50%;
	background:
		radial-gradient(circle at 30% 28%, rgba(255,255,255,0.55), transparent 55%),
		linear-gradient(135deg, #fff3e5 0%, #ffdfbe 50%, #ffd1a3 100%);
	box-shadow:
		0 28px 60px rgba(243,112,33,0.25),
		inset 0 0 50px rgba(255,255,255,0.35),
		inset 0 0 0 2px rgba(255,255,255,0.55);
	z-index: 0;
}

/* Conic prism shine — rotating behind circle */
.system-photo-circle::before {
	content: "";
	position: absolute;
	inset: -22%;
	border-radius: 50%;
	background: conic-gradient(
		from 0deg at 50% 50%,
		transparent 0deg,
		rgba(243,112,33,0.38) 45deg,
		transparent 90deg,
		rgba(255,170,90,0.32) 165deg,
		transparent 225deg,
		rgba(243,112,33,0.3) 300deg,
		transparent 360deg
	);
	filter: blur(22px);
	z-index: -2;
	animation: prismSpin 14s linear infinite;
	pointer-events: none;
}

/* Real orange halo behind circle */
.system-photo-bg {
	position: absolute;
	inset: -14px;
	background: radial-gradient(circle, var(--primary) 0%, #ff8f4a 35%, transparent 70%);
	filter: blur(24px);
	opacity: 0.55;
	border-radius: 50%;
	z-index: -1;
	animation: haloPulse 6s ease-in-out infinite;
	pointer-events: none;
}

/* Sparkle stars scattered all around the circle */
.prism-stars {
	position: absolute;
	inset: -12%;
	width: 124%;
	height: 124%;
	z-index: 1;
	pointer-events: none;
	overflow: visible;
}
.prism-stars circle {
	fill: #fff;
	filter: drop-shadow(0 0 3px rgba(255,255,255,0.95));
	animation: starTwinkle 2.6s ease-in-out infinite;
	transform-box: fill-box;
	transform-origin: center;
}
.prism-stars circle:nth-child(1)  { animation-delay: 0s; }
.prism-stars circle:nth-child(2)  { animation-delay: 0.2s; }
.prism-stars circle:nth-child(3)  { animation-delay: 0.4s; }
.prism-stars circle:nth-child(4)  { animation-delay: 0.6s; }
.prism-stars circle:nth-child(5)  { animation-delay: 0.8s; }
.prism-stars circle:nth-child(6)  { animation-delay: 1.0s; }
.prism-stars circle:nth-child(7)  { animation-delay: 1.2s; }
.prism-stars circle:nth-child(8)  { animation-delay: 1.4s; }
.prism-stars circle:nth-child(9)  { animation-delay: 1.6s; }
.prism-stars circle:nth-child(10) { animation-delay: 1.8s; }
.prism-stars circle:nth-child(11) { animation-delay: 0.1s; }
.prism-stars circle:nth-child(12) { animation-delay: 0.5s; }
.prism-stars circle:nth-child(13) { animation-delay: 0.9s; }
.prism-stars circle:nth-child(14) { animation-delay: 1.3s; }
.prism-stars circle:nth-child(15) { animation-delay: 1.7s; }
.prism-stars circle:nth-child(16) { animation-delay: 0.3s; }
.prism-stars circle:nth-child(17) { animation-delay: 0.7s; }
.prism-stars circle:nth-child(18) { animation-delay: 1.1s; }
.prism-stars circle:nth-child(19) { animation-delay: 1.5s; }
.prism-stars circle:nth-child(20) { animation-delay: 1.9s; }
@keyframes starTwinkle {
	0%, 100% { opacity: 0.3; transform: scale(0.6); }
	50%      { opacity: 1;   transform: scale(1.6); }
}

/* Floating prism diamonds — translucent faceted glass (crystal-like) */
.prism {
	position: absolute;
	width: 30px;
	height: 34px;
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	background:
		/* center vertical facet line */
		linear-gradient(90deg, transparent 48.5%, rgba(255,255,255,0.55) 50%, transparent 51.5%),
		/* diagonal facet 1 */
		linear-gradient(30deg, transparent 48.5%, rgba(255,255,255,0.35) 50%, transparent 51.5%),
		/* diagonal facet 2 */
		linear-gradient(-30deg, transparent 48.5%, rgba(255,255,255,0.35) 50%, transparent 51.5%),
		/* base translucent glass gradient */
		linear-gradient(135deg,
			rgba(255,255,255,0.55) 0%,
			rgba(255,200,150,0.5) 40%,
			rgba(243,112,33,0.4) 65%,
			rgba(255,255,255,0.35) 100%
		);
	filter: drop-shadow(0 2px 4px rgba(243,112,33,0.22));
	z-index: 2;
	pointer-events: none;
}
.prism-a { top: -5%;  left: 16%;  animation: prismFloatA 9s ease-in-out infinite; }
.prism-b { top: 18%;  right: -4%; animation: prismFloatB 11s ease-in-out infinite -2s; }
.prism-c { bottom: 10%; right: 22%; animation: prismFloatC 10s ease-in-out infinite -4s; }
.prism-d { bottom: 28%; left: -4%; width: 22px; height: 26px; animation: prismFloatD 12s ease-in-out infinite -6s; }

@keyframes prismSpin {
	to { transform: rotate(360deg); }
}
@keyframes haloPulse {
	0%, 100% { transform: scale(1); opacity: 0.55; }
	50%      { transform: scale(1.08); opacity: 0.72; }
}
@keyframes prismFloatA {
	0%, 100% { transform: rotate(45deg) translateY(0); }
	50%      { transform: rotate(225deg) translateY(-16px); }
}
@keyframes prismFloatB {
	0%, 100% { transform: rotate(20deg) translateX(0); }
	50%      { transform: rotate(200deg) translateX(14px); }
}
@keyframes prismFloatC {
	0%, 100% { transform: rotate(60deg) translate(0, 0); }
	50%      { transform: rotate(240deg) translate(-12px, -14px); }
}
@keyframes prismFloatD {
	0%, 100% { transform: rotate(30deg) translate(0, 0); }
	50%      { transform: rotate(210deg) translate(12px, 10px); }
}

.system-photo img {
	position: relative;
	z-index: 2;                /* in front of circle */
	width: 200%;
	max-width: 750px;           /* bigger than 320px circle */
	filter: drop-shadow(0 22px 30px rgba(0,0,0,0.28));
	border-radius: 0;
	box-shadow: none;
}

/* Arc the list items on the right (half-circle curve) */
.system-list { position: relative; }
.system-list .sys-item:nth-child(1) { margin-left: 0; }
.system-list .sys-item:nth-child(2) { margin-left: 32px; }
.system-list .sys-item:nth-child(3) { margin-left: 54px; }
.system-list .sys-item:nth-child(4) { margin-left: 32px; }
.system-list .sys-item:nth-child(5) { margin-left: 0; }

.system-list {
	display: flex;
	flex-direction: column;
	gap: 18px;
}
.sys-item {
	position: relative;
	display: flex;
	gap: 18px;
	padding: 20px 24px 20px 28px;
	background: linear-gradient(135deg, #fff6ec 0%, #ffffff 100%);
	border-radius: 20px;
	border: 1px solid rgba(243,112,33,0.15);
	box-shadow: 0 8px 22px rgba(243,112,33,0.08);
	transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
	overflow: hidden;
}
.sys-item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 14px;
	bottom: 14px;
	width: 4px;
	background: linear-gradient(180deg, var(--primary), #ff8f4a);
	border-radius: 0 4px 4px 0;
	transform: scaleY(0.55);
	transform-origin: center;
	transition: transform .3s ease;
}
.sys-item::after {
	content: "";
	position: absolute;
	right: -40px;
	top: -40px;
	width: 120px;
	height: 120px;
	background: radial-gradient(circle, rgba(243,112,33,0.14) 0%, transparent 70%);
	border-radius: 50%;
	opacity: 0;
	transition: opacity .3s ease;
	pointer-events: none;
}
.sys-item:hover {
	transform: translateX(6px);
	box-shadow: 0 16px 34px rgba(243,112,33,0.2);
	border-color: rgba(243,112,33,0.4);
}
.sys-item:hover::before { transform: scaleY(1); }
.sys-item:hover::after { opacity: 1; }
.sys-num {
	width: 52px;
	height: 52px;
	font-family: 'Kanit', sans-serif;
	font-size: 20px;
	font-weight: 800;
	background: linear-gradient(135deg, var(--primary), #ff8f4a);
	color: #fff;
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	box-shadow: 0 6px 16px rgba(243,112,33,0.35);
}
.sys-body h5 {
	margin: 0 0 4px;
	font-family: 'Kanit', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: var(--primary);
}
.sys-body p {
	margin: 0;
	font-size: 15.5px;
	color: var(--gray);
	line-height: 1.65;
}

/* ==================== CTA ==================== */
.cta {
	background:
		radial-gradient(circle at 20% 30%, rgba(255,255,255,0.18) 0%, transparent 50%),
		radial-gradient(circle at 80% 70%, rgba(255,255,255,0.12) 0%, transparent 50%),
		linear-gradient(135deg, var(--primary) 0%, #ff8f4a 100%);
	color: #fff;
	padding: 60px 20px 90px;
	position: relative;
	overflow: hidden;
}
.cta::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: radial-gradient(rgba(255,255,255,0.12) 1.5px, transparent 1.5px);
	background-size: 24px 24px;
	opacity: 0.5;
	pointer-events: none;
}
.cta-wrap { position: relative; z-index: 2; }
.cta-text { text-align: center; max-width: 800px; margin: 0 auto; }
.cta-kicker {
	display: inline-block;
	background: rgba(255,255,255,0.18);
	padding: 6px 18px;
	border-radius: 20px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 4px;
	margin-bottom: 18px;
	border: 1px solid rgba(255,255,255,0.3);
}
.cta h2 {
	font-family: 'Kanit', sans-serif;
	font-size: 40px;
	margin: 0 0 16px;
	font-weight: 700;
	letter-spacing: 0.3px;
	line-height: 1.25;
}
.cta p {
	font-size: 17px;
	margin: 0 0 32px;
	opacity: .95;
	line-height: 1.7;
}
.cta p strong { font-weight: 700; background: rgba(255,255,255,0.18); padding: 2px 10px; border-radius: 8px; }

.cta-buttons {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
	justify-content: center;
}
.cta .btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 16px 32px;
	background: #fff;
	color: var(--primary);
	font-weight: 700;
	border-radius: 50px;
	transition: filter .25s ease, box-shadow .25s ease, transform .25s ease;
	font-size: 17px;
	letter-spacing: 0.3px;
	position: relative;
	overflow: hidden;
	min-width: 220px;
	justify-content: center;
}
.cta .btn::before {
	content: "";
	position: absolute;
	top: 0; left: -100%;
	width: 100%; height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
	transition: left .55s ease;
}
.cta .btn:hover::before { left: 100%; }
.cta .btn:hover { transform: translateY(-3px); filter: brightness(1.05); }

.cta .btn.outline {
	background: #fff;
	color: var(--primary);
	box-shadow: 0 8px 22px rgba(0,0,0,0.15);
}
.cta .btn.outline:hover {
	background: #fff;
	color: var(--primary-dark);
	box-shadow: 0 14px 32px rgba(0,0,0,0.22);
}

.cta .btn.btn-line {
	background: linear-gradient(135deg, #06C755, #05a648);
	color: #fff;
	box-shadow: 0 8px 22px rgba(6,199,85,0.45);
}
.cta .btn.btn-line:hover {
	background: linear-gradient(135deg, #05a648, #048a3d);
	color: #fff;
	box-shadow: 0 14px 32px rgba(6,199,85,0.55);
}
.cta .btn.btn-line i { font-size: 20px; }
.cta .btn .arr { display: inline-block; transition: transform .25s ease; }
.cta .btn:hover .arr { transform: translateX(4px); }

/* ==================== CONTACT FORM ==================== */
.contact {
	max-width: 740px;
	margin: -50px auto 60px;
	background: #fff;
	border-radius: 20px;
	padding: 36px 36px;
	box-shadow: 0 20px 50px rgba(0,0,0,0.12);
	position: relative;
	z-index: 5;
}
.contact h3 {
	text-align: center;
	margin: 0 0 6px;
	color: var(--primary);
	font-size: 24px;
	font-weight: 700;
	font-family: 'Kanit', sans-serif;
}
.contact-sub {
	text-align: center;
	margin: 0 0 26px;
	color: var(--gray);
	font-size: 15px;
}
.form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
	margin-bottom: 14px;
}
.form-row.full { grid-template-columns: 1fr; }
.contact label {
	display: block;
	font-size: 14px;
	margin-bottom: 6px;
	color: #444;
	font-weight: 500;
}
.contact label span { color: var(--primary); }
.contact input, .contact textarea {
	width: 100%;
	padding: 12px 16px;
	border: 1px solid #ddd;
	border-radius: 10px;
	font-size: 16px;
	font-family: inherit;
	outline: none;
	transition: border-color .2s, box-shadow .2s;
	background: #fafafa;
}
.contact input:focus, .contact textarea:focus {
	border-color: var(--primary);
	background: #fff;
	box-shadow: 0 0 0 3px rgba(243,112,33,0.15);
}
.contact textarea { resize: vertical; min-height: 90px; }
.captcha-row {
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	align-items: end;
	gap: 14px;
}
.captcha-box {
	display: flex;
	align-items: center;
	gap: 10px;
	padding-bottom: 2px;
}
.captcha-box img { height: 46px; }
.captcha-box .refresh {
	cursor: pointer;
	color: var(--primary);
	font-size: 20px;
	transition: transform .3s ease;
}
.captcha-box .refresh:hover { transform: rotate(180deg); }
.submit-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	margin-top: 20px;
	padding: 15px;
	background: linear-gradient(135deg, var(--primary), #ff8f4a);
	color: #fff;
	border: none;
	border-radius: 50px;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	transition: filter .3s, box-shadow .3s, transform .3s;
	box-shadow: 0 10px 24px rgba(243,112,33,0.3);
	font-family: inherit;
	letter-spacing: 0.3px;
}
.submit-btn:hover {
	filter: brightness(1.05);
	box-shadow: 0 14px 32px rgba(243,112,33,0.45);
	transform: translateY(-2px);
}

/* ==================== FINAL CTA (WOMAN ON SOFA) ==================== */
.final-cta {
	padding: 100px 20px 80px;
	background:
		radial-gradient(circle at 90% 90%, rgba(243,112,33,0.1) 0%, transparent 50%),
		linear-gradient(135deg, #fff9f3 0%, #ffffff 50%, #fff2e3 100%);
	position: relative;
	overflow: hidden;
}
.final-cta::before {
	content: "";
	position: absolute;
	left: -200px;
	top: -200px;
	width: 500px;
	height: 500px;
	background: radial-gradient(circle, rgba(243,112,33,0.08) 0%, transparent 70%);
	border-radius: 50%;
	pointer-events: none;
}

.final-wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: center;
	position: relative;
	z-index: 2;
}

/* Final photo — old style: container with orange ::before accent behind */
.final-photo {
	position: relative;
}
.final-photo::before {
	content: "";
	position: absolute;
	left: 20px;
	top: 20px;
	right: -20px;
	bottom: -20px;
	background: linear-gradient(135deg, var(--primary), #ff8f4a);
	border-radius: 28px;
	z-index: 0;
	opacity: 0.18;
}

/* Image — its own separate class (standalone CSS) */
.final-photo-img {
	position: relative;
	z-index: 1;
	width: 100%;
	border-radius: 24px;
	box-shadow: 0 24px 60px rgba(0,0,0,0.18);
	display: block;
}

/* Thought bubble above person's head */
.final-bubble {
	position: absolute;
	top: -5px;
	left: 80%;
	transform: translateX(-50%);
	z-index: 10;
	background: #fff;
	border: 1.5px solid rgba(243,112,33,0.28);
	border-radius: 26px;
	padding: 14px 22px;
	font-family: 'Kanit', 'Prompt', sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: var(--text);
	text-align: center;
	line-height: 1.5;
	box-shadow: 0 14px 32px rgba(243,112,33,0.18), 0 3px 8px rgba(0,0,0,0.06);
	animation: bubbleFloat 3.6s ease-in-out infinite;
	white-space: nowrap;
}
.final-bubble b {
	color: var(--primary);
	font-weight: 700;
}
/* Thought trail circles below main bubble (classic thought-bubble style) */
.final-bubble-trail {
	position: absolute;
	background: #fff;
	border: 1.5px solid rgba(243,112,33,0.28);
	border-radius: 50%;
	z-index: 10;
	box-shadow: 0 6px 14px rgba(243,112,33,0.12);
	animation: trailFloat 3.6s ease-in-out infinite;
}
.final-bubble-trail-md {
	top: 92px;
	left: 54%;
	width: 22px;
	height: 22px;
	animation-delay: 0.15s;
}
.final-bubble-trail-sm {
	top: 123px;
	left: 52%;
	width: 12px;
	height: 12px;
	animation-delay: 0.3s;
}
@keyframes trailFloat {
	0%, 100% { transform: translateY(0); }
	50%      { transform: translateY(-5px); }
}

/* Bottom note below LINE button */
.final-bottom-note {
	margin: 16px 0 0 !important;
	font-size: 14px;
	color: var(--gray);
	font-weight: 500;
	letter-spacing: 0.3px;
}

.final-text {
	padding: 20px 0;
}
.final-kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 18px;
	background: var(--primary-light);
	color: var(--primary);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 3px;
	border-radius: 20px;
	margin-bottom: 20px;
}
.final-kicker i { font-size: 14px; }

.final-text h2 {
	font-family: 'Kanit', sans-serif;
	font-size: 44px;
	font-weight: 700;
	margin: 0 0 18px;
	line-height: 1.25;
	letter-spacing: 0.3px;
	color: var(--text);
}
.final-text h2 .hi { color: var(--primary); }
.final-text p {
	font-size: 17px;
	color: var(--gray);
	margin: 0 0 28px;
	line-height: 1.7;
}

.final-btn {
	padding: 18px 34px !important;
	font-size: 18px !important;
}
.final-btn .arr { display: inline-block; transition: transform .25s ease; margin-left: 4px; }
.final-btn:hover .arr { transform: translateX(4px); }

/* ==================== FOOTER ==================== */
footer {
	background: var(--dark);
	color: #cfd2d4;
}
.footer-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 36px 24px 30px;
	gap: 30px;
	flex-wrap: wrap;
}
.footer-brand {
	display: flex;
	align-items: center;
	gap: 14px;
	max-width: 560px;
	flex: 1 1 auto;
	min-width: 0;
}
.footer-brand img {
	width: 50px;
	height: 50px;
	object-fit: contain;
	flex-shrink: 0;
}
.footer-brand-text {
	display: flex;
	flex-direction: column;
	gap: 2px;
}
.footer-brand-text b {
	font-family: 'Kanit', sans-serif;
	font-size: 20px;
	font-weight: 800;
	color: #fff;
	letter-spacing: 0.5px;
}
.footer-brand-text span {
	font-size: 13px;
	color: #a1a6ab;
	line-height: 1.5;
}

.footer-contact {
	display: flex;
	flex-direction: column;
	gap: 8px;
	font-size: 13.5px;
}
.footer-contact a,
.footer-contact span {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #cfd2d4;
	transition: color .2s;
}
.footer-contact a:hover { color: var(--primary); }
.footer-contact i {
	width: 24px;
	height: 24px;
	border-radius: 6px;
	background: rgba(255,255,255,0.06);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--primary);
	font-size: 12px;
	flex-shrink: 0;
}

.social {
	display: flex;
	gap: 8px;
}
.social a {
	display: inline-flex;
	width: 40px; height: 40px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(255,255,255,0.08);
	color: #fff;
	transition: background .3s, transform .3s;
	font-size: 15px;
}
.social a:hover {
	background: var(--primary);
	transform: translateY(-3px);
}

.footer-copy {
	border-top: 1px solid rgba(255,255,255,0.08);
	padding: 16px 24px;
	text-align: center;
	font-size: 13px;
	color: #9aa0a6;
}
.footer-copy b { color: var(--primary); font-weight: 700; }

/* ==================== FADE-UP ==================== */
.fade-up { opacity: 0; transform: translateY(30px); transition: all .8s ease; }
.fade-up.in { opacity: 1; transform: none; }

/* ==================== RESPONSIVE ==================== */
@media (max-width: 1024px) {
	.hero h1 { font-size: 86px; }
	.hero h2 { font-size: 36px; }
	.hero-orb { width: 300px; height: 300px; right: 20px; }
	.section-title h3 { font-size: 28px; }
	.section-head.center-head h3 { font-size: 32px; }
	.final-text h2 { font-size: 36px; }
	.cta h2 { font-size: 34px; }
}

@media (max-width: 900px) {
	.hero {
		padding: 24px 20px 50px;
		min-height: auto;
	}
	.hero-logo { width: 60px; height: 60px; top: 18px; left: 18px; }
	.hero-inner {
		grid-template-columns: 1fr;
		gap: 32px;
		padding-top: 80px;
		min-height: auto;
	}
	.hero-text { text-align: center; }
	.hero-topline { display: inline-flex; }
	.hero h1 { font-size: 72px; }
	.hero h2 { font-size: 30px; }
	.hero-sub { margin: 0 auto 26px; font-size: 16px; }
	.hero-cta { justify-content: center; }
	.audit-mini { justify-content: center; flex-wrap: wrap; }
	.hero-visual { min-height: auto; justify-content: center; align-items: center; flex-direction: column; }
	.hero-orb { position: relative; top: 0; right: 0; width: 280px; height: 280px; margin: 0 auto; z-index: 0; }
	.hero-cluster-bg { top: -30px; right: -40px; width: 420px; opacity: 0.08; }
	.hero-photo-wrap {
		margin: -210px auto 0;       /* pull the photo UP into the orb so woman aligns with circle */
		max-width: 320px;
		position: relative;
		z-index: 2;
	}
	/* Move scroll-down out of the photo area on mobile */
	.scroll-down { position: static; transform: none; margin: 18px auto 0; flex-direction: row; gap: 10px; }
	.scroll-down .sd-text { writing-mode: horizontal-tb; transform: none; padding: 0; }
	.scroll-down .sd-chevrons { flex-direction: row; height: auto; width: 24px; }
	.scroll-down .sd-chevrons i { position: static; }
	.scroll-down .sd-chevrons i:nth-child(2) { display: none; }

	.ribbon-inner { justify-content: center; text-align: center; }
	.ribbon-text { text-align: center; }
	.ribbon-text strong { font-size: 18px; }

	.section { padding: 60px 18px 50px; }
	.section-head { flex-direction: row; text-align: left; gap: 14px; align-items: center; justify-content: center; }
	.section-head.center-head { flex-direction: column; text-align: center; }
	.section-head.center-head .section-num { margin: 0 auto; }
	.section-num { margin: 0; height: 48px; }
	.section-title { text-align: center; }

	.problem-grid { grid-template-columns: 1fr; gap: 16px; }
	.problem-item { padding: 20px; }

	.callout-inner { flex-direction: column; text-align: center; padding: 24px 24px; }
	.callout-inner p strong { font-size: 22px; }
	.callout-inner p span { font-size: 16px; }
	.punchline { padding: 22px 20px; flex-direction: row; align-items: center; justify-content: center; gap: 12px; }
	.punchline p { font-size: 18px; text-align: center; }
	.punchline p br { display: inline; }

	.compare-row { grid-template-columns: 1fr; }
	.compare-cell { border-right: none !important; padding: 14px 20px; }
	.compare-label { border-bottom: 2px solid var(--primary); }
	.compare-head { display: none; }
	.compare-bad::before, .compare-good::before { margin-right: 6px; }
	.compare-bad { border-bottom: 1px dashed #eee; }

	.system { grid-template-columns: 1fr; gap: 40px; }
	.system-photo { max-width: 400px; margin: 0 auto; min-height: 420px; }
	.system-photo-circle { width: 260px; height: 260px; margin-top: -130px; margin-left: -130px; }
	.system-photo img { max-width: 380px; width: 100%; }
	.prism { width: 22px; height: 26px; }
	.prism-d { width: 18px; height: 22px; }
	.sys-bubble { font-size: 14px; padding: 9px 18px; gap: 8px; top: 8px; }
	.sys-bubble i { font-size: 13px; }
	/* disable arc on mobile — stack straight */
	.system-list .sys-item:nth-child(n) { margin-left: 0 !important; }

	.cta { padding: 60px 18px 90px; }
	.cta h2 { font-size: 28px; }
	.cta p { font-size: 15px; }
	.cta-buttons { flex-direction: column; align-items: stretch; }

	.contact { margin: -60px 18px 0; padding: 30px 22px; }

	.final-cta { padding: 70px 18px 60px; }
	.final-wrap { grid-template-columns: 1fr; gap: 40px; }
	.final-photo { max-width: 420px; margin: 0 auto; }
	.final-photo-img { max-width: 100%; }
	.final-bubble {
		font-size: 14px;
		padding: 12px 18px;
		top: -12px;
		left: 75%;
		white-space: normal;
		max-width: calc(100% - 32px);
		width: max-content;
		line-height: 1.45;
		border-radius: 22px;
	}
	.final-bubble-trail-md { top: 78px; left: 42%; width: 18px; height: 18px; }
	.final-bubble-trail-sm { top: 105px; left: 40%; width: 10px; height: 10px; }
	.final-text { text-align: center; }
	.final-text h2 { font-size: 30px; }

	.footer-inner { flex-direction: column; text-align: center; gap: 24px; padding: 30px 18px; }
	.footer-brand { flex-direction: column; text-align: center; }
}

@media (max-width: 560px) {
	.hero { padding: 20px 14px 60px; }
	.hero-logo { width: 48px; height: 48px; top: 14px; left: 14px; }
	.hero-inner { padding-top: 60px; }
	.hero h1 { font-size: 52px; letter-spacing: 0.3px; }
	.hero h2 { font-size: 22px; }
	.hero-sub { font-size: 14.5px; }
	.hero-topline .line { flex-basis: 28px; }
	.hero-topline .label { font-size: 11px; letter-spacing: 3px; }
	.btn-primary, .btn-line { font-size: 15px; padding: 13px 22px; }
	.hero-orb { width: 240px; height: 240px; }
	.orb-dot { width: 44px; height: 44px; font-size: 18px; }
	.hero-photo-wrap { margin-top: -260px; max-width: 280px; }

	.ribbon { padding: 16px 0; }
	.ribbon-inner { gap: 12px; padding: 0 16px; }
	.ribbon-icon { width: 42px; height: 42px; font-size: 18px; }
	.ribbon-text strong { font-size: 15px; }
	.ribbon-text span { font-size: 13px; }
	.ribbon-btn { padding: 10px 18px; font-size: 14px; }

	.section { padding: 50px 14px 40px; }
	.section-title h3 { font-size: 22px; }
	.section-title p { font-size: 15px; }
	.section-head.center-head h3 { font-size: 26px; }

	.problem-item { padding: 18px; gap: 14px; }
	.pi-ico { width: 44px; height: 44px; }
	.pi-ico img { width: 22px; height: 22px; }
	.pi-text h5 { font-size: 17px; }
	.pi-text p { font-size: 14px; }

	.callout { margin-top: 36px; }
	.callout-inner { padding: 20px 18px; }
	.callout-inner i { font-size: 32px; }
	.callout-inner p strong { font-size: 18px; }
	.callout-inner p span { font-size: 14px; }
	.punchline { padding: 20px 20px; }
	.punchline p { font-size: 17px; }
	.punchline > i { font-size: 28px; }

	.compare-cell { font-size: 14.5px; padding: 12px 16px; }
	.compare-label { font-size: 14px; }

	.system { gap: 28px; }
	.sys-item { padding: 14px 16px; gap: 14px; }
	.sys-num { width: 44px; height: 44px; font-size: 16px; }
	.sys-body h5 { font-size: 17px; }
	.sys-body p { font-size: 14px; }

	.cta { padding: 50px 14px 80px; }
	.cta-kicker { font-size: 11px; padding: 5px 14px; }
	.cta h2 { font-size: 22px; }
	.cta p { font-size: 14px; }
	.cta .btn { min-width: 0; padding: 14px 22px; font-size: 15px; }

	.contact { margin: -50px 14px 0; padding: 24px 18px; }
	.contact h3 { font-size: 20px; }
	.form-row { grid-template-columns: 1fr; }
	.captcha-row { grid-template-columns: 1fr; }
	.submit-btn { padding: 13px; font-size: 15px; }

	.final-cta { padding: 56px 14px 46px; }
	.final-text h2 { font-size: 24px; }
	.final-text p { font-size: 15px; }
	.final-btn { font-size: 16px !important; padding: 14px 24px !important; }
	.final-bubble {
		font-size: 12.5px;
		padding: 10px 14px;
		top: -2px;
		border-radius: 18px;
		box-shadow: 0 10px 22px rgba(243,112,33,0.16), 0 2px 6px rgba(0,0,0,0.05);
	}
	.final-bubble-trail-md { top: 62px; left: 56%; width: 15px; height: 15px; }
	.final-bubble-trail-sm { top: 80px; left: 53%; width: 9px; height: 9px; }

	.footer-brand img { width: 44px; height: 44px; }
	.footer-brand-text b { font-size: 18px; }
	.footer-brand-text span { font-size: 12.5px; }
	.social a { width: 36px; height: 36px; }
}

/* ==================== HAPPY CUSTOMER (v1 — Featured + Scroll list) ==================== */
.hc-wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 26px;
	max-width: 1180px;
	margin: 0 auto;
	align-items: stretch;
}

/* ---- LEFT: Featured big card ---- */
.hc-featured {
	position: relative;
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 20px 50px rgba(0,0,0,0.08);
	border: 1px solid rgba(243,112,33,0.1);
	display: flex;
	flex-direction: column;
}
.hc-featured-img {
	position: relative;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: linear-gradient(135deg, var(--primary-light) 0%, #fff 100%);
}
.hc-featured-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: opacity .3s ease;
}
.hc-badge {
	position: absolute;
	top: 16px; left: 16px;
	background: linear-gradient(135deg, var(--primary), #ff8f4a);
	color: #fff;
	padding: 6px 14px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.5px;
	box-shadow: 0 6px 16px rgba(243,112,33,0.4);
	display: inline-flex;
	align-items: center;
	gap: 6px;
}
.hc-badge i { font-size: 10px; }
.hc-review {
	padding: 24px 28px 26px;
	flex: 1;
	display: flex;
	flex-direction: column;
}
.hc-stars {
	color: #FFB800;
	font-size: 15px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.hc-review h5 {
	margin: 0 0 4px;
	font-family: 'Kanit', sans-serif;
	font-size: 22px;
	font-weight: 700;
	color: var(--text);
	letter-spacing: 0.2px;
	line-height: 1.3;
}
.hc-company {
	font-size: 14px;
	color: #666;
	margin-bottom: 8px;
	line-height: 1.4;
}
.hc-web {
	display: inline-flex;
	align-self: flex-start;
	align-items: center;
	gap: 6px;
	padding: 4px 12px;
	background: var(--primary-light);
	color: var(--primary);
	border-radius: 20px;
	font-size: 12.5px;
	font-weight: 600;
	letter-spacing: 0.2px;
	margin-bottom: 14px;
	word-break: break-all;
}
.hc-web i { font-size: 11px; }
.hc-review p {
	margin: 0;
	font-size: 15.5px;
	color: #555;
	line-height: 1.75;
	font-style: italic;
}

/* ---- RIGHT: Viewport with scroll list + nav buttons ---- */
.hc-viewport {
	position: relative;
	/* no flex/height — empty frame; track is absolute inside */
}

.hc-track {
	position: absolute;
	top: 0;
	left: 0;
	right: 60px;          /* reserve space for nav buttons */
	bottom: 0;
	overflow-y: auto;
	scroll-behavior: smooth;
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding: 6px 10px 6px 0;
	scrollbar-width: thin;
	scrollbar-color: rgba(243,112,33,0.4) transparent;
}
.hc-track::-webkit-scrollbar { width: 6px; }
.hc-track::-webkit-scrollbar-thumb { background: rgba(243,112,33,0.4); border-radius: 999px; }
.hc-track::-webkit-scrollbar-track { background: transparent; }

/* Clickable card — img left + content right */
.hc-card {
	background: #fff;
	border-radius: 16px;
	overflow: hidden;
	border: 1.5px solid rgba(0,0,0,0.06);
	box-shadow: 0 8px 22px rgba(0,0,0,0.05);
	display: grid;
	grid-template-columns: 180px 1fr;
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
	cursor: pointer;
	font-family: inherit;
	text-align: left;
	padding: 0;
	flex-shrink: 0;
}
.hc-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 30px rgba(243,112,33,0.14);
	border-color: rgba(243,112,33,0.3);
}
.hc-card.active {
	border-color: var(--primary);
	box-shadow: 0 14px 32px rgba(243,112,33,0.28);
}

.hc-card-img {
	background: var(--primary-light);
	overflow: hidden;
	min-height: 140px;
}
.hc-card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .5s ease;
}
.hc-card:hover .hc-card-img img { transform: scale(1.04); }

.hc-card-body {
	padding: 16px 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.hc-card-name {
	margin: 0 0 3px;
	font-family: 'Kanit', 'Prompt', sans-serif;
	font-size: 16.5px;
	font-weight: 700;
	color: var(--text);
	letter-spacing: 0.2px;
	line-height: 1.3;
}
.hc-card-company {
	font-size: 12.5px;
	color: #666;
	line-height: 1.35;
	margin-bottom: 6px;
}
.hc-card-web {
	display: inline-flex;
	align-self: flex-start;
	align-items: center;
	gap: 5px;
	font-size: 12px;
	color: var(--primary);
	font-weight: 600;
	margin-bottom: 8px;
	letter-spacing: 0.2px;
	word-break: break-all;
}
.hc-card-web i { font-size: 10px; }
.hc-card-quote {
	margin: 0;
	font-size: 13px;
	color: #555;
	line-height: 1.55;
	font-style: italic;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* ---- Nav buttons — absolute rightmost ---- */
.hc-nav-btn {
	position: absolute;
	right: 0;
	width: 44px; height: 44px;
	border-radius: 50%;
	background: #fff;
	border: none;
	color: var(--text);
	cursor: pointer;
	transition: background .2s, color .2s, transform .2s, box-shadow .2s;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 8px 22px rgba(0,0,0,0.1);
	z-index: 2;
}
.hc-nav-btn:hover {
	background: var(--primary);
	color: #fff;
	transform: scale(1.08);
	box-shadow: 0 12px 28px rgba(243,112,33,0.45);
}
.hc-nav-up   { top: calc(50% - 46px); }   /* just above center (44px height + 2px gap) */
.hc-nav-down { top: calc(50% + 2px); }    /* just below center */

/* ==================== HAPPY CUSTOMER (v2 — Simple avatar list) ==================== */
.hc-list {
	max-width: 100%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 90px;
	row-gap: 54px;
	max-height: 880px;
	overflow-y: auto;
	padding: 22px 20px 30px 110px;
	scrollbar-width: thin;
	scrollbar-color: rgba(243,112,33,0.4) transparent;
	position: relative;
	z-index: 2;
}

/* Section-end hint line for happy-customer */
#happy-customer {
	position: relative;
}
#happy-customer::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 28px;
	transform: translateX(-50%);
	width: 72px;
	height: 3px;
	border-radius: 999px;
	background: linear-gradient(90deg, transparent, var(--primary) 30%, var(--primary) 70%, transparent);
	opacity: 0.75;
}

/* Gentle float animation for Happy Customer header */
@keyframes hcHeaderFloat {
	0%, 100% { transform: translateY(0); }
	50%      { transform: translateY(-5px); }
}
#happy-customer .section-title h3 {
	animation: hcHeaderFloat 3.6s ease-in-out infinite;
}
#happy-customer .section-title p {
	animation: hcHeaderFloat 3.6s ease-in-out infinite;
	animation-delay: 0.35s;
}

/* Sparkle + smile decorations on Happy Customer title */
#happy-customer .section-title {
	position: relative;
	display: inline-block;
}
#happy-customer .section-title::before,
#happy-customer .section-title::after {
	position: absolute;
	pointer-events: none;
	line-height: 1;
}
#happy-customer .section-title::before {
	content: '✨';
	top: -4px;
	left: -34px;
	font-size: 20px;
	animation: hcSparkleLeft 2.8s ease-in-out infinite;
}
#happy-customer .section-title::after {
	content: '😊';
	top: 6px;
	right: -40px;
	font-size: 22px;
	animation: hcSparkleRight 3.2s ease-in-out infinite;
}
@keyframes hcSparkleLeft {
	0%, 100% { transform: translateY(0) scale(1) rotate(0deg); opacity: 0.85; }
	50%      { transform: translateY(-5px) scale(1.15) rotate(14deg); opacity: 1; }
}
@keyframes hcSparkleRight {
	0%, 100% { transform: translateY(0) rotate(-6deg); }
	50%      { transform: translateY(-4px) rotate(8deg); }
}

@media (max-width: 560px) {
	#happy-customer .section-title::before {
		top: -2px;
		left: -24px;
		font-size: 16px;
	}
	#happy-customer .section-title::after {
		top: 4px;
		right: -28px;
		font-size: 18px;
	}
}
.hc-list::-webkit-scrollbar { width: 6px; }
.hc-list::-webkit-scrollbar-thumb { background: rgba(243,112,33,0.4); border-radius: 999px; }
.hc-list::-webkit-scrollbar-track { background: transparent; }

.hc-viewmore-wrap {
	display: flex;
	justify-content: center;
	margin-top: 40px;
	position: relative;
	z-index: 2;
}
.hc-item {
	position: relative;
	padding: 26px 22px 34px 72px;
	border-radius: 20px;
	min-height: 200px;
	background: #fff;
	border: 1px solid rgba(0,0,0,0.08);
	isolation: isolate;
	transition: border-color .35s ease;
}
.hc-item::after {
	content: '';
	position: absolute;
	top: 50%;
	left: -65px;
	transform: translateY(-50%);
	width: 130px;
	height: 130px;
	border-radius: 50%;
	background: var(--bg-soft);
	z-index: 1;
	pointer-events: none;
	transition: opacity .35s ease;
}
.hc-item:has(.hc-item-avatar:hover),
.hc-item:has(.hc-item-avatar:active) {
	border-color: rgba(243, 112, 33, 0.22);
	z-index: 10;
}
.hc-item:has(.hc-item-avatar:hover)::after,
.hc-item:has(.hc-item-avatar:active)::after {
	opacity: 0;
}
.hc-item-avatar {
	position: absolute;
	top: 50%;
	left: -55px;
	transform: translateY(-50%);
	transform-origin: right center;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	overflow: hidden;
	background: var(--primary-light);
	z-index: 3;
	cursor: pointer;
	transition: transform .35s ease, box-shadow .35s ease;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	user-select: none;
}
.hc-item-avatar:hover,
.hc-item-avatar:active {
	transform: translateY(-50%) scale(1.3);
	z-index: 5;
	box-shadow:
		0 0 0 2px rgba(243, 112, 33, 0.18),
		0 0 22px rgba(243, 112, 33, 0.28);
}
.hc-item-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.hc-item-body {
	position: relative;
	min-width: 0;
	z-index: 2;
}
.hc-item-name {
	margin: 0 0 3px;
	font-family: 'Kanit', 'Prompt', sans-serif;
	font-size: 17px;
	font-weight: 700;
	color: var(--text);
	line-height: 1.3;
}
.hc-item-company {
	font-size: 12.5px;
	color: #666;
	margin-bottom: 8px;
	line-height: 1.4;
}
.hc-item-web {
	position: absolute;
	right: 20px;
	bottom: -14px;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 7px 16px;
	background: var(--primary-light);
	border-radius: 999px;
	font-size: 12.5px;
	color: var(--primary);
	font-weight: 600;
	letter-spacing: 0.2px;
	z-index: 4;
	max-width: calc(100% - 40px);
	white-space: nowrap;
	box-shadow: 0 4px 12px rgba(243,112,33,0.12);
	transition: bottom .35s ease, right .35s ease;
}
.hc-item-web i { font-size: 11px; flex-shrink: 0; }
.hc-item-quote {
	margin: 0;
	font-size: 13.5px;
	color: #555;
	line-height: 1.65;
}

@media (max-width: 560px) {
	.hc-list {
		display: flex;
		flex-direction: column;
		grid-template-columns: none;
		padding: 120px 10px 14px 10px;
		gap: 80px;
		max-height: 720px;
	}
	.hc-item {
		padding: 68px 20px 42px 20px;
		border-radius: 20px;
		min-height: 0;
		height: auto;
		overflow: visible;
		flex-shrink: 0;
		text-align: center;
	}
	/* Avatar + ring move to top-center on mobile, half above card */
	.hc-item::after {
		top: 0;
		left: 50%;
		width: 120px;
		height: 120px;
		transform: translate(-50%, -50%);
		transform-origin: center bottom;
		transition: transform .35s ease, opacity .35s ease;
	}
	.hc-item-avatar {
		top: 0;
		left: 50%;
		width: 100px;
		height: 100px;
		transform: translate(-50%, -50%);
		transform-origin: center bottom;
	}
	/* Press-and-hold: grow UPWARD from bottom (don't cover text) */
	.hc-item-avatar:hover,
	.hc-item-avatar:active {
		transform: translate(-50%, -50%) scale(1.5);
	}
	/* Ring stays visible (transparent border) and scales with avatar */
	.hc-item:has(.hc-item-avatar:hover)::after,
	.hc-item:has(.hc-item-avatar:active)::after {
		opacity: 1;
		transform: translate(-50%, -50%) scale(1.5);
	}
	.hc-item-name { font-size: 17px; }
	.hc-item-company { font-size: 13px; }
	.hc-item-quote {
		font-size: 13.5px;
		line-height: 1.65;
		text-align: left;
	}
	.hc-item-web {
		font-size: 12.5px;
		right: 18px;
		bottom: -14px;
		padding: 7px 18px;
		max-width: calc(100% - 36px);
	}
	/* Keep font sizes stable on mobile — avoid layout shift & overlap */
	.hc-item:has(.hc-item-avatar:hover) .hc-item-name,
	.hc-item:has(.hc-item-avatar:active) .hc-item-name { font-size: 17px; }
	.hc-item:has(.hc-item-avatar:hover) .hc-item-company,
	.hc-item:has(.hc-item-avatar:active) .hc-item-company { font-size: 13px; }
	.hc-item:has(.hc-item-avatar:hover) .hc-item-quote,
	.hc-item:has(.hc-item-avatar:active) .hc-item-quote { font-size: 13.5px; line-height: 1.65; }
}

@media (max-width: 900px) {
	.hc-wrap { grid-template-columns: 1fr; gap: 22px; }
	/* Move nav buttons BELOW the track — no more overlap with cards */
	.hc-viewport { height: auto; padding-bottom: 58px; }
	.hc-track {
		position: relative;
		right: auto; left: auto; top: auto; bottom: auto;
		height: 460px;
		padding: 6px 6px 6px 0;
	}
	.hc-nav-btn {
		top: auto;
		bottom: 0;
	}
	.hc-nav-up   { right: auto; left: calc(50% - 48px); }
	.hc-nav-down { right: calc(50% - 48px); }
}
@media (max-width: 560px) {
	.hc-review { padding: 20px 22px; }
	.hc-review h5 { font-size: 19px; }
	.hc-review p { font-size: 14.5px; }
	.hc-card { grid-template-columns: 130px 1fr; }
	.hc-card-img { min-height: 100px; }
	.hc-card-body { padding: 12px 14px; }
	.hc-card-name { font-size: 15px; }
	.hc-card-company { font-size: 11.5px; }
	.hc-card-web { font-size: 11.5px; }
	.hc-card-quote { font-size: 12.5px; -webkit-line-clamp: 2; line-clamp: 2; }
	.hc-nav-btn { width: 38px; height: 38px; }
	.hc-viewport { padding-bottom: 52px; }
	.hc-track { height: 420px; }
	.hc-nav-up   { left: calc(50% - 42px); }
	.hc-nav-down { right: calc(50% - 42px); }
}

