/* Intro Page Styles */

.container {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	background-color: #efefef;
	min-height: 100vh;
	padding: 35px 22px 50px;
	display: flex;
	flex-direction: column;
}

/* Header */
.header {
	margin-bottom: 28px;
	text-align: left;
	align-items: flex-start !important;
}

.subtitle {
	font-size: 14px;
	color: #e84a73;
	line-height: 26px;
	text-decoration: underline;
	margin-bottom: 4px;
	font-weight: bold;
}

.title {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	font-size: 48px;
	line-height: 56px;
	font-weight: bold;
	margin-bottom: 4px;
}

.title .text-pink {
	color: #e84a73;
}

.title .text-gradient {
	background: linear-gradient(to right, #f57b9a 5.714%, #fa7497 50%, #f83a6b 94.286%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.tagline {
	font-size: 14px;
	color: #e84a73;
	line-height: 26px;
	font-weight: bold;
}

/* Illustration Section */
.illustration-section {
	position: relative;
	width: 100%;
	height: 450px;
	margin: 20px 0 25px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.thermometer-image {
	position: absolute;
	left: 8px;
	top: 120px;
	width: 70px;
	z-index: 2;
}

.thermometer-image img {
	width: 100%;
	height: auto;
}

.person-image {
	position: absolute;
	left: 59%;
	top: 47%;
	transform: translate(-50%, -50%);
	width: 260px;
	z-index: 3;
}

.person-image img {
	width: 100%;
	height: auto;
}

.event-info {
	position: absolute;
	right: 15px;
	bottom: 20px;
	text-align: left;
	z-index: 4;
	display: flex;
	flex-direction: column;
	gap: 4px;
	align-items: flex-start;
}

.event-info img {
	width: 100%;
	max-width: 120px;
	height: auto;
}

.event-campaign {
	font-size: 11px;
	color: #E84A73;
	font-weight: 700;
	letter-spacing: -0.5px;
}

.message-text-wrapper {
	display: flex;
	gap: 10px;
	align-items: center;
	flex: 1;
}

/* Message Section */
.message-section {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 28px 0 20px;
}

.message-content {
	display: flex;
	gap: 18px;
	align-items: center;
	padding: 0 22px;
}

.message-flowers {
	display: flex;
	gap: 0;
	flex-shrink: 0;
}

.message-icon {
	width: 55px;
	height: 55px;
	flex-shrink: 0;
}

.message-icon img {
	width: 100%;
	height: auto;
}

.message-icon:first-child {
	margin-right: 3px;
	margin-top: -8px;
}

.message-icon:last-child {
	align-self: flex-end;
	margin-bottom: -18px;
}

.message-divider {
	width: 4px;
	height: 52px;
	background-color: #2D7A4F;
	flex-shrink: 0;
	margin: 0;
}

.message-text {
	flex: 1;
}

.message-line {
	font-size: 13px;
	color: #E84A73;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: -0.5px;
}

/* Toggle Button */
.toggle-button-section {
	margin-top: auto;
	padding: 0;
}

.toggle-button {
	width: 100%;
	height: 58px;
	background: linear-gradient(180deg, #2a2a2a 0%, #1a1a1a 50%, #0a0a0a 100%);
	border-radius: 100px;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.toggle-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.toggle-button:active {
	transform: translateY(0);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.toggle-text {
	font-size: 18px;
	color: #ffffff;
	font-weight: 700;
	letter-spacing: -0.5px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	font-family: 'GmarketSansBold', sans-serif;
}

.toggle-circle {
	width: 42px;
	height: 42px;
	background: linear-gradient(145deg, #ffffff 0%, #f5f5f5 100%);
	border-radius: 50%;
	flex-shrink: 0;
	position: absolute;
	right: 8px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), inset 0 -1px 2px rgba(0, 0, 0, 0.1);
}

/* 태블릿 (501px ~ 699px) */
@media (max-width: 699px) {
	.container {
		padding: 32px 20px 48px;
	}

	.header {
		margin-bottom: 25px;
	}

	.subtitle {
		font-size: 13px;
		line-height: 24px;
	}

	.title {
		font-size: 46px;
		line-height: 54px;
	}

	.tagline {
		font-size: 13px;
		line-height: 24px;
	}

	.illustration-section {
		height: 490px;
		margin: 16px 0 25px;
	}

	.thermometer-image {
		left: 18px;
		top: 135px;
		width: 80px;
	}

	.person-image {
		width: 285px;
		top: 47%;
	}

	.event-info {
		right: 18px;
		bottom: 25px;
		gap: 5px;
	}

	.event-info img {
		max-width: 155px;
	}

	.event-campaign {
		font-size: 15px;
	}

	.message-section {
		margin: 35px 0 28px;
		gap: 13px;
	}

	.message-content {
		padding: 0 35px;
		gap: 20px;
	}

	.message-icon {
		width: 60px;
		height: 60px;
	}

	.message-icon:first-child {
		margin-right: 4px;
	}

	.message-icon:last-child {
		margin-bottom: -20px;
	}

	.message-text-wrapper {
		gap: 13px;
	}

	.message-divider {
		width: 4px;
		height: 56px;
	}

	.message-line {
		font-size: 15px;
	}

	.toggle-button {
		height: 65px;
		padding: 9px;
		box-shadow: 0 5px 14px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.11);
	}

	.toggle-button:hover {
		box-shadow: 0 7px 18px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.11);
	}

	.toggle-text {
		font-size: 20px;
	}

	.toggle-circle {
		width: 47px;
		height: 47px;
		right: 9px;
		box-shadow: 0 2px 7px rgba(0, 0, 0, 0.22), inset 0 -1px 2px rgba(0, 0, 0, 0.11);
	}

	.message-icon:first-child {
		margin-top: -10px;
	}
}

/* 모바일 (500px 이하) */
@media (max-width: 500px) {
	.container {
		padding: 35px 25px 45px;
	}

	.header {
		margin-bottom: 25px;
	}

	.subtitle {
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 4px;
	}

	.title {
		font-size: 54px;
		line-height: 62px;
		margin-bottom: 4px;
	}

	.tagline {
		font-size: 16px;
		line-height: 28px;
	}

	.illustration-section {
		height: 440px;
		margin: 14px 0 22px;
	}

	.thermometer-image {
		left: 12px;
		top: 120px;
		width: 68px;
	}

	.person-image {
		width: 250px;
		top: 46%;
	}

	.event-info {
		right: 12px;
		bottom: 20px;
		gap: 4px;
	}

	.event-info img {
		max-width: 115px;
	}

	.event-campaign {
		font-size: 12px;
	}

	.message-section {
		margin: 30px 0 24px;
		gap: 11px;
	}

	.message-content {
		padding: 0 25px;
		gap: 15px;
	}

	.message-icon {
		width: 50px;
		height: 50px;
	}

	.message-icon:first-child {
		margin-right: 3px;
	}

	.message-icon:last-child {
		margin-bottom: -14px;
	}

	.message-text-wrapper {
		gap: 10px;
	}

	.message-divider {
		width: 3px;
		height: 48px;
	}

	.message-line {
		font-size: 13px;
		line-height: 1.6;
	}

	.toggle-button {
		height: 58px;
		padding: 8px;
		box-shadow: 0 4px 10px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.1);
	}

	.toggle-button:hover {
		box-shadow: 0 5px 12px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.1);
	}

	.toggle-text {
		font-size: 18px;
	}

	.toggle-circle {
		width: 42px;
		height: 42px;
		right: 8px;
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2), inset 0 -1px 2px rgba(0, 0, 0, 0.1);
	}

	.message-icon:first-child {
		margin-top: -6px;
	}

	.person-image {
		top: 45%;
	}
}

/* PC 스타일 (700px 이상) */
@media (min-width: 700px) {
	.container {
		width: 700px;
		box-shadow: 0 0 0 1px #ddd;
		padding: 70px 50px 90px;
	}

	body {
		background-color: #f5f5f5;
	}

	/* Header */
	.header {
		margin-bottom: 45px;
	}

	.subtitle {
		font-size: 20px;
		line-height: 32px;
		margin-bottom: 5px;
	}

	.title {
		font-size: 68px;
		line-height: 74px;
		margin-bottom: 5px;
	}

	.tagline {
		font-size: 20px;
		line-height: 32px;
	}

	/* Illustration */
	.illustration-section {
		height: 550px;
		margin: 28px 0 45px;
	}

	.thermometer-image {
		left: 0px;
		top: 150px;
		width: 120px;
	}

	.person-image {
		width: 400px;
		top: 45%;
	}

	.event-info {
		right: 25px;
		bottom: 20px;
		gap: 8px;
	}

	.event-info img {
		max-width: 280px;
	}

	.event-campaign {
		font-size: 24px;
	}

	/* Message & Toggle */
	.message-section {
		margin: 48px 0 40px;
		gap: 18px;
	}

	.message-content {
		padding: 0 70px;
		gap: 30px;
	}

	.message-icon {
		width: 75px;
		height: 75px;
	}

	.message-icon:first-child {
		margin-right: 5px;
	}

	.message-icon:last-child {
		margin-bottom: -35px;
	}

	.message-text-wrapper {
		display: flex;
		gap: 16px;
		align-items: center;
		flex: 1;
	}

	.message-divider {
		width: 5px;
		height: 65px;
		margin: 0;
	}

	.message-line {
		font-size: 19px;
		line-height: 1.6;
	}

	.toggle-button-section {
		padding: 0;
	}

	.toggle-button {
		height: 72px;
		padding: 10px;
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.33), inset 0 1px 0 rgba(255, 255, 255, 0.11);
	}

	.toggle-button:hover {
		box-shadow: 0 7px 19px rgba(0, 0, 0, 0.43), inset 0 1px 0 rgba(255, 255, 255, 0.11);
	}

	.toggle-text {
		font-size: 22px;
	}

	.toggle-circle {
		width: 52px;
		height: 52px;
		right: 10px;
		box-shadow: 0 2px 7px rgba(0, 0, 0, 0.23), inset 0 -1px 2px rgba(0, 0, 0, 0.11);
	}

	.message-icon:first-child {
		margin-top: -12px;
	}

	.person-image {
		top: 44%;
	}
}

