:where([class^="ri-"])::before { content: "\f3c2"; }
.hero-bg {
	background: #fff;
	position: relative;
}
.hero-bg::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url('../image/input/main_visual.jpg');
	background-size: cover;
	background-position: center;
	z-index: 0;
	
}
.hero-content {
	position: relative;
	z-index: 1;
}
.star-pattern {
	background-image: radial-gradient(circle at 20% 30%, rgba(59, 130, 246, 0.1) 0%, transparent 50%),
					  radial-gradient(circle at 80% 70%, rgba(16, 185, 129, 0.1) 0%, transparent 50%);
}
.form-slide-in {
	transition: all 0.3s ease-in-out;
	opacity: 0;
}
.form-slide-in.active {
	opacity: 1;
}

.brand-badge {
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(59, 130, 246, 0.2);
}
.leadership-glow {
	background: linear-gradient(135deg, #FEF3C7, #FDE68A, #F59E0B);
	box-shadow: 0 0 30px rgba(245, 158, 11, 0.3);
	animation: glow 2s ease-in-out infinite alternate;
}
@keyframes glow {
	from { box-shadow: 0 0 30px rgba(245, 158, 11, 0.3); }
	to { box-shadow: 0 0 40px rgba(245, 158, 11, 0.5); }
}
.chapter-card {
	transition: all 0.3s ease;
}
.chapter-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.benefit-tag {
	background: linear-gradient(90deg, rgba(59, 130, 246, 0.1) 0%, rgba(16, 185, 129, 0.1) 100%);
	border: 1px solid rgba(59, 130, 246, 0.3);
}
.tab-button {
	transition: all 0.3s ease;
	border: 2px solid transparent;
	border-color: #0D5E4F;
}
.tab-button.active {
	background: linear-gradient(135deg, #0D5E4F, #1A7A68);
	color: white;
	border-color: #0D5E4F;
	transform: translateY(-2px);
	box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
}
.tab-button:hover:not(.active) {
	background: #E8F4F0;
	border-color: #0D5E4F;
	transform: translateY(-1px);
}
.feature-card {
	transition: all 0.4s ease;
	opacity: 0;
	transform: translateY(20px);
}
.feature-card.show {
	opacity: 1;
	transform: translateY(0);
}
.status-badge {
	animation: pulse 2s ease-in-out infinite;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
@keyframes pulse {
	0%, 100% { transform: scale(1); }
	50% { transform: scale(1.05); }
}
.status-employee {
	background: linear-gradient(135deg, #3B82F6, #1D4ED8);
	color: white;
}
.status-manager {
	background: linear-gradient(135deg, #DC2626, #991B1B);
	color: white;
}
.status-boss {
	background: linear-gradient(135deg, #F59E0B, #D97706);
	color: white;
}
.status-freelancer {
	background: linear-gradient(135deg, #10B981, #047857);
	color: white;
}
.status-unemployed {
	background: linear-gradient(135deg, #8B5CF6, #7C3AED);
	color: white;
}
.btn-free-trial {
	background: white;
	color: #DC2626;
	border: 2px solid #DC2626;
	position: relative;
	transition: all 0.3s ease;
}
.btn-free-trial:hover {
	background: #DC2626;
	color: white;
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(220, 38, 38, 0.3);
}
.btn-paid {
	background: linear-gradient(135deg, #DC2626, #991B1B);
	box-shadow: 0 8px 24px rgba(220, 38, 38, 0.4);
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease;
	animation: shimmer 3s ease-in-out infinite;
}
.btn-paid::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
	animation: shine 2.5s ease-in-out infinite;
}
.btn-paid:hover {
	background: linear-gradient(135deg, #B91C1C, #7F1D1D);
	transform: translateY(-2px);
	box-shadow: 0 12px 32px rgba(220, 38, 38, 0.5);
}
.btn-paid .price-highlight {
	font-size: 1.5em;
	font-weight: 900;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.limited-time-badge {
	background: #FFD700;
	color: #B91C1C;
	font-weight: 800;
	padding: 2px 8px;
	border-radius: 6px;
	font-size: 0.75rem;
	margin-left: 6px;
	display: inline-flex;
	align-items: center;
	gap: 2px;
	animation: bounce 2s ease-in-out infinite;
}
@keyframes shimmer {
	0%, 100% { background-position: 0% 50%; }
	50% { background-position: 100% 50%; }
}
@keyframes shine {
	0% { left: -100%; }
	50%, 100% { left: 100%; }
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
	40% { transform: translateY(-3px); }
	60% { transform: translateY(-2px); }
}
.zodiac-chart {
	width: 400px;
	height: 400px;
	margin: 0 auto;
	position: relative;
	border: 3px solid #3B82F6;
	background: linear-gradient(135deg, #EBF8FF 0%, #F0F9FF 100%);
}
.zodiac-house {
	position: absolute;
	border: 1px solid #3B82F6;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 10px;
	font-weight: bold;
	color: #1E40AF;
	background: rgba(255, 255, 255, 0.8);
	text-align: center;
	padding: 4px;
}
.house-name {
	font-size: 8px;
	color: #DC2626;
	margin-bottom: 2px;
}
.house-stars {
	font-size: 7px;
	color: #059669;
	line-height: 1.1;
}
.main-star {
	color: #7C2D12;
	font-weight: 900;
}
.user-info-card {
	background: linear-gradient(135deg, #F3F4F6 0%, #E5E7EB 100%);
	border: 2px solid #3B82F6;
	border-radius: 16px;
	padding: 2rem;
	margin-bottom: 2rem;
}
.user-info-item {
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
	font-size: 1.1rem;
	font-weight: 600;
	color: #1F2937;
}
.user-info-label {
	min-width: 100px;
	color: #4B5563;
	margin-right: 1rem;
}
.user-info-value {
	color: #1F2937;
	font-weight: 700;
}
.hidden-in-result {
	display: block;
}
.hidden-in-result.result-mode {
	display: none;
}
.analysis-section {
	background: linear-gradient(135deg, #F8FAFC 0%, #EBF8FF 100%);
	border-radius: 20px;
	padding: 2rem;
	margin-bottom: 2rem;
	border: 1px solid rgba(59, 130, 246, 0.2);
}
.section-title {
	display: flex;
	align-items: center;
	margin-bottom: 2rem;
}
.section-icon {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 16px;
	margin-right: 1.5rem;
}
.section-number {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 900;
	font-size: 1.25rem;
	margin-right: 1rem;
}
.highlight-point {
	display: flex;
	align-items: center;
	padding: 1rem;
	background: white;
	border-radius: 12px;
	margin-bottom: 1rem;
	border-left: 4px solid;
}
.highlight-icon {
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	margin-right: 1rem;
}
.recalculate-btn {
	background: linear-gradient(135deg, #6B7280, #4B5563);
	color: white;
	border: none;
	padding: 0.5rem 1rem;
	border-radius: 8px;
	font-size: 0.875rem;
	font-weight: 600;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	cursor: pointer;
}
.recalculate-btn:hover {
	background: linear-gradient(135deg, #4B5563, #374151);
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.result-header {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2rem;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type="number"] {
	-moz-appearance: textfield;
	appearance: textfield;
}

/*浮水按鈕*/

.floating-cta {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: white;
	box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.1);
	z-index: 999;
	border-top: 1px solid #E5E7EB;
	opacity: 0;
	pointer-events: none;
	transform: translateY(100%);
	transition: transform 0.3s ease, opacity 0.3s ease;
}
.floating-cta.is-visible {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}
.floating-cta.menu-open {
	opacity: 0;
	pointer-events: none;
	transform: translateY(100%);
}
.floating-cta-content {
	max-width: 7xl;
	margin: 0 auto;
	padding: 0.75rem 1.5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}
.floating-cta-text {
	color: #1F2937;
	font-weight: 600;
	flex-grow: 1;
}
.floating-cta-text .main-text {
	font-size: 1.125rem;
	font-weight: 700;
	margin-bottom: 0.25rem;
}
.floating-cta-text .sub-text {
	font-size: 0.875rem;
	opacity: 0.9;
	color: #6B7280;
}
.floating-cta-button {
	background: #DC2626;
	color: white;
	border: none;
	padding: 0.75rem 1.5rem;
	border-radius: 8px;
	font-size: 1rem;
	font-weight: 700;
	cursor: pointer;
	white-space: nowrap;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	box-shadow: 0 4px 12px rgba(220, 38, 38, 0.3);
    position: relative;
    transition: all 0.3s ease;
    animation: shimmer 3s ease-in-out infinite;
    margin: 0 auto;
}
.floating-cta-button::before{
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
	animation: shine 2.5s ease-in-out infinite;
}

.floating-cta-button:hover {
	background: #B91C1C;
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(220, 38, 38, 0.4);
}
.floating-cta-price {
	display: flex;
	align-items: center;
	gap: 0.375rem;
    margin: 0 auto;
}
.floating-cta-price .original-price {
	text-decoration: line-through;
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.875rem;
}
.floating-cta-price .current-price {
	font-size: 1.25rem;
	font-weight: 900;
}
.floating-cta-badge {
	background: #F59E0B;
	color: white;
	font-size: 0.75rem;
	font-weight: 800;
	padding: 0.125rem 0.375rem;
	border-radius: 4px;
	margin-left: 0.5rem;
}
.limited-time-badge {
	background: #FFD700;
	color: #B91C1C;
	font-weight: 800;
	padding: 2px 8px;
	border-radius: 6px;
	font-size: 0.75rem;
	margin-left: 6px;
	display: inline-flex;
	align-items: center;
	gap: 2px;
	animation: bounce 2s ease-in-out infinite;
}


.faq-item {
	border: 1px solid transparent;
	transition: all 0.3s ease;
	cursor: pointer;
}
.faq-item:hover {
	background: #F5FAF8;
	border: 1px solid #0D5E4F;
}
.faq-item.active {
	background: #E8F4F0;
	border-color: #0D5E4F;
}

.faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-in-out;
}
.faq-item.active .faq-answer {
	max-height: 200px;
}
.final-cta-bg {
	background: linear-gradient(135deg, #0D5E4F 0%, #1A7A68 100%);
	position: relative;
}

.final-cta-content {
	position: relative;
	z-index: 1;
}
.countdown-timer {
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 12px;
	padding: 1.5rem;
	margin: 2rem 0;
}
.countdown-item {
	text-align: center;
	color: white;
}
.countdown-number {
	font-size: 2rem;
	font-weight: 900;
	line-height: 1;
	margin-bottom: 0.5rem;
	color: #FFD700;
}
.countdown-label {
	font-size: 0.875rem;
	font-weight: 600;
	opacity: 0.9;
}
.guarantee-badge {
	background: rgba(255, 215, 0, 0.1);
	border: 2px solid #FFD700;
	color: #FFD700;
	padding: 0.75rem 1.5rem;
	border-radius: 50px;
	font-weight: 800;
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin: 1rem 0;
}
@media (max-width: 768px) {
	.floating-cta-content {
		flex-direction: column;
		align-items: stretch;
		text-align: center;
		padding: 0.75rem;
		gap: 0.75rem;
	}
	.floating-cta-button {
		width: 100%;
		justify-content: center;
		font-size: 1.125rem;
		padding: 0.875rem;
	}
	.floating-cta-text .main-text {
		font-size: 1rem;
	}
	.floating-cta-text .sub-text {
		font-size: 0.8125rem;
	}
}
@media (max-width: 768px) {
	.btn-free-trial, .btn-paid {
		width: 100%;
		margin-bottom: 1rem;
		font-size: 1rem;
		padding: 1rem 2rem;
	}
	.flex.flex-wrap.justify-center.gap-6 {
		flex-direction: column;
		align-items: stretch;
		padding: 0 1rem;
	}
	.zodiac-chart {
		width: 300px;
		height: 300px;
	}
	.user-info-item {
		flex-direction: column;
		align-items: flex-start;
		text-align: left;
		margin-bottom: 1.5rem;
	}
	.user-info-label {
		margin-right: 0;
		margin-bottom: 0.5rem;
		font-size: 1rem;
	}
	.user-info-value {
		font-size: 1.125rem;
	}
	.hero-content {
		padding: 1.5rem 0;
	}
	.grid.lg\\:grid-cols-2.gap-12 {
		gap: 2rem;
		padding: 0 1rem;
	}
	.space-y-8 > * + * {
		margin-top: 2.5rem;
	}
	.space-y-6 > * + * {
		margin-top: 2rem;
	}
	.space-y-4 > * + * {
		margin-top: 1.5rem;
	}
	.text-4xl.sm\\:text-4xl.lg\\:text-5xl {
		font-size: 2.5rem;
		line-height: 1.2;
	}
	.text-xl.sm\\:text-3xl.lg\\:text-3xl {
		font-size: 1.75rem;
		line-height: 1.3;
	}
	.text-base.sm\\:text-lg {
		font-size: 1.125rem;
		line-height: 1.6;
	}
	.text-base.font-bold {
		font-size: 1.125rem;
		line-height: 1.5;
	}
	.text-3xl.lg\\:text-4xl {
		font-size: 2rem;
		line-height: 1.3;
	}
	.text-xl {
		font-size: 1.375rem;
		line-height: 1.4;
	}
	.text-lg {
		font-size: 1.25rem;
		line-height: 1.5;
	}
	.text-base {
		font-size: 1.125rem;
		line-height: 1.6;
	}
	.text-sm {
		font-size: 1rem;
		line-height: 1.5;
	}
	.analysis-section {
		margin: 0 1rem 2rem;
		padding: 1.5rem;
	}
	.section-title {
		flex-direction: column;
		text-align: center;
		margin-bottom: 1.5rem;
	}
	.section-number, .section-icon {
		margin-right: 0;
		margin-bottom: 1rem;
	}
	.highlight-point {
		flex-direction: column;
		text-align: center;
		padding: 1.5rem 1rem;
	}
	.highlight-icon {
		margin-right: 0;
		margin-bottom: 1rem;
	}
	.tab-button {
		font-size: 0.875rem;
		padding: 0.75rem 1.5rem;
		margin-bottom: 0.5rem;
	}
	.grid.md\\:grid-cols-2.lg\\:grid-cols-3.gap-8 {
		grid-template-columns: 1fr;
		gap: 1.5rem;
		padding: 0 1rem;
	}
	.grid.md\\:grid-cols-2.lg\\:grid-cols-4.gap-6 {
		grid-template-columns: 1fr;
		gap: 1.5rem;
		padding: 0 1rem;
	}
	.grid.md\\:grid-cols-3.gap-8 {
		grid-template-columns: 1fr;
		gap: 1.5rem;
		padding: 0 1rem;
	}
	.py-20 {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	.p-8 {
		padding: 1.5rem;
	}
	.p-6 {
		padding: 1.25rem;
	}
	.mb-16 {
		margin-bottom: 2.5rem;
	}
	.mb-12 {
		margin-bottom: 2rem;
	}
	.status-badge {
		font-size: 0.875rem;
		padding: 0.5rem 1rem;
		margin-bottom: 0.5rem;
		display: block;
		text-align: center;
	}
	.flex.flex-wrap.justify-center.gap-3 {
		flex-direction: column;
		align-items: center;
		gap: 0.5rem;
	}
	.user-info-card {
		margin: 0 1rem 2rem;
		padding: 1.5rem;
	}
	.grid.md\\:grid-cols-2.gap-6 {
		grid-template-columns: 1fr;
		gap: 0;
	}
	.result-header {
		flex-direction: column;
		gap: 1rem;
		text-align: center;
	}
	.recalculate-btn {
		align-self: center;
	}
	.countdown-timer {
		padding: 1rem;
		margin: 1rem 0;
	}
	.countdown-number {
		font-size: 1.5rem;
	}
	.countdown-label {
		font-size: 0.75rem;
	}
}
body {
	padding-bottom: 4rem;
}
@media (max-width: 768px) {
	body {
		padding-bottom: 5rem;
	}.brand-badge span {
font-size: 1rem;
line-height: 1.4;
}

}
