.hero-cta-detail-link {
	height: 48px;
	min-height: 48px;
	padding-top: 0;
	padding-bottom: 0;
	border: none;
	box-shadow: inset 0 0 0 1px #b6c8e5;
	align-self: center;
}

.hero-cta-detail-link:hover,
.hero-cta-detail-link:focus-visible {
	box-shadow: inset 0 0 0 1px #a9bfdf;
}

.shop-event-layer {
	position: fixed;
	inset: 0;
	z-index: 1400;
	padding: 20px;
	box-sizing: border-box;
}

.shop-event-layer-dim {
	position: absolute;
	inset: 0;
	background: rgba(15, 25, 40, 0.52);
	backdrop-filter: blur(6px);
}

.shop-event-layer-dialog {
	position: relative;
	z-index: 1;
	width: min(100%, 560px);
	margin: min(10vh, 72px) auto 0;
	max-height: calc(100vh - 40px);
	padding: 28px;
	border: 1px solid #d9e3f1;
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 24px 60px rgba(10, 30, 67, 0.18);
	color: #102038;
	box-sizing: border-box;
	overflow-y: auto;
	font-family: 'Pretendard Variable', 'Pretendard', 'Noto Sans KR', sans-serif;
	animation: shop-event-layer-rise 0.24s ease-out;
}

.shop-event-layer-close-icon {
	position: absolute;
	top: 16px;
	right: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border: 1px solid #d6e0ee;
	border-radius: 12px;
	background: #ffffff;
	color: #53627a;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.shop-event-layer-close-icon:hover {
	background: #f5f8fc;
	border-color: #c6d5ea;
	color: #1b2d4f;
}

.shop-event-layer-head {
	padding-right: 52px;
	border-bottom: 1px solid #edf2f8;
	padding-bottom: 18px;
}

.shop-event-layer-kicker {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	margin: 0 0 14px;
	padding: 0 12px;
	border-radius: 999px;
	background: #eef4ff;
	border: 1px solid #c7d9f7;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
	color: #1d4f9d;
}

.shop-event-layer-head h2 {
	margin: 0;
	font-size: clamp(26px, 3vw, 34px);
	line-height: 1.24;
	letter-spacing: -0.02em;
	color: #102038;
}

.shop-event-layer-head p:last-child {
	margin: 12px 0 0;
	font-size: 15px;
	line-height: 1.72;
	color: #526179;
	word-break: keep-all;
}

.shop-event-layer-body {
	display: grid;
	gap: 18px;
	padding-top: 20px;
}

.shop-event-layer-summary {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 12px;
	padding: 18px;
	border: 1px solid #dbe6f6;
	border-radius: 18px;
	background: #f8fbff;
	align-items: center;
}

.shop-event-layer-summary-copy {
	display: grid;
	gap: 10px;
}

.shop-event-layer-summary-text {
	margin: 0;
	font-size: 14px;
	line-height: 1.7;
	color: #526179;
	word-break: keep-all;
}

.shop-event-layer-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	max-width: 100%;
	min-height: 34px;
	padding: 0 12px;
	border-radius: 999px;
	background: #ffffff;
	border: 1px solid #d6e2f3;
	font-size: 13px;
	font-weight: 700;
	color: #20426f;
	box-sizing: border-box;
	word-break: keep-all;
}

.shop-event-layer-partner {
	margin-top: 0;
	background: #ffffff;
	box-shadow: none;
}

.shop-event-layer-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 10px;
}

.shop-event-layer-list li {
	padding: 16px 18px;
	border: 1px solid #dde7f3;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 8px 20px rgba(10, 30, 67, 0.04);
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	gap: 12px;
	align-items: start;
}

.shop-event-layer-item-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 14px;
	background: linear-gradient(145deg, #0d67f4 0%, #08b5a4 100%);
	box-shadow: 0 12px 24px rgba(0, 104, 255, 0.16);
	color: #ffffff;
	flex: 0 0 auto;
}

.shop-event-layer-item-icon svg {
	width: 22px;
	height: 22px;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
}

.shop-event-layer-item-copy {
	display: grid;
	gap: 6px;
	min-width: 0;
}

.shop-event-layer-list strong {
	font-size: 16px;
	font-weight: 800;
	line-height: 1.35;
	letter-spacing: -0.01em;
	color: #153666;
}

.shop-event-layer-list span {
	font-size: 14px;
	line-height: 1.7;
	color: #50607a;
	word-break: keep-all;
}

.shop-event-layer-actions {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.shop-event-layer-actions .btn-main,
.shop-event-layer-actions .btn-sub {
	min-width: 132px;
}

.shop-event-layer-foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: 20px;
	padding-top: 18px;
	border-top: 1px solid #edf2f8;
	flex-wrap: wrap;
}

.shop-event-layer-hide-option {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	font-weight: 600;
	color: #41516b;
	cursor: pointer;
	user-select: none;
}

.shop-event-layer-hide-option input {
	width: 18px;
	height: 18px;
	margin: 0;
	accent-color: #0068ff;
	flex: 0 0 auto;
	cursor: pointer;
}

.shop-event-layer-close-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 96px;
	min-height: 44px;
	padding: 0 18px;
	border: 1px solid #ccd9eb;
	border-radius: 14px;
	background: #ffffff;
	font-size: 14px;
	font-weight: 700;
	color: #1f3558;
	cursor: pointer;
	transition: background 0.2s ease, border-color 0.2s ease;
}

.shop-event-layer-close-btn:hover {
	background: #f5f8fc;
	border-color: #bed0e8;
}

body.shop-event-layer-open {
	overflow: hidden;
}

@keyframes shop-event-layer-rise {
	from {
		opacity: 0;
		transform: translateY(16px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.shop-highlight-band {
	margin-top: 28px;
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
	gap: 18px;
	padding: 28px;
	border-radius: 24px;
	background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
	border: 1px solid #d8e4f5;
	box-shadow: 0 18px 36px rgba(10, 30, 67, 0.07);
	align-items: stretch;
}

.shop-highlight-copy h2 {
	margin: 0;
	font-size: clamp(24px, 2.8vw, 36px);
	line-height: 1.24;
	letter-spacing: -0.02em;
}

.shop-highlight-copy,
.shop-highlight-list {
	min-width: 0;
}

.shop-highlight-desc {
	margin: 10px 0 0;
	font-size: 17px;
	line-height: 1.72;
	color: var(--muted);
	word-break: keep-all;
}

.shop-partner-strip {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-top: 18px;
	max-width: 100%;
	padding: 10px 14px;
	box-sizing: border-box;
	border: 1px solid #d7e1ef;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.78);
	box-shadow: 0 10px 20px rgba(10, 30, 67, 0.05);
	flex-wrap: wrap;
}

.shop-partner-strip span {
	font-size: 13px;
	font-weight: 700;
	color: #4d5d77;
	white-space: nowrap;
}

.shop-partner-strip img {
	display: block;
	width: 136px;
	height: auto;
}

.shop-highlight-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 12px;
}

.shop-highlight-list li {
	position: relative;
	display: grid;
	gap: 10px;
	padding: 16px 18px 16px 52px;
	border-radius: 18px;
	background: linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
	border: 1px solid #dbe6f6;
	box-shadow: 0 12px 24px rgba(10, 30, 67, 0.05);
}

.shop-highlight-item-copy {
	display: grid;
	gap: 4px;
}

.shop-highlight-item-copy + .shop-highlight-item-copy {
	padding-top: 10px;
	border-top: 1px solid #e4ecf8;
}

.shop-highlight-list li::before {
	content: '✓';
	position: absolute;
	left: 18px;
	top: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: linear-gradient(140deg, var(--brand) 0%, var(--accent) 100%);
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	box-shadow: 0 10px 18px rgba(0, 104, 255, 0.18);
}

.shop-highlight-list strong {
	font-size: 14px;
	font-weight: 800;
	letter-spacing: -0.01em;
	color: #163768;
}

.shop-highlight-list span {
	font-size: 15px;
	line-height: 1.65;
	color: var(--text);
	word-break: keep-all;
}


.shop-pay-section {
	margin-top: 18px;
	padding: 28px;
	border-radius: 24px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(244, 249, 255, 0.96) 100%);
	border: 1px solid #dbe6f6;
	box-shadow: 0 18px 36px rgba(10, 30, 67, 0.06);
	display: grid;
	gap: 20px;
}

.shop-pay-section-head {
	display: grid;
	gap: 8px;
}

.shop-pay-section-head h2 {
	margin: 0;
	font-size: clamp(22px, 2.4vw, 32px);
	line-height: 1.24;
	letter-spacing: -0.02em;
	color: #102038;
}

.shop-pay-section-head p:last-child {
	margin: 0;
	font-size: 16px;
	line-height: 1.7;
	color: var(--muted);
	word-break: keep-all;
}

.shop-pay-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.shop-pay-card {
	display: grid;
	gap: 12px;
	padding: 18px;
	border-radius: 18px;
	background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
	border: 1px solid #dbe6f6;
	box-shadow: 0 12px 24px rgba(10, 30, 67, 0.05);
	align-content: start;
}

.shop-pay-logo {
	display: block;
	width: auto;
	max-width: 100%;
	height: 46px;
	object-fit: contain;
	object-position: left center;
	align-self: start;
}

.shop-pay-logo-naver {
	width: 148px;
}

.shop-pay-logo-kakao {
	width: 128px;
	height: 42px;
}

.shop-pay-logo-payco {
	width: 182px;
	height: 44px;
}

.shop-pay-logo-toss {
	width: 176px;
	height: 42px;
}

.shop-pay-card strong {
	font-size: 16px;
	font-weight: 800;
	letter-spacing: -0.01em;
	color: #163768;
}


.shop-pay-card span {
	font-size: 14px;
	line-height: 1.65;
	color: var(--muted);
	word-break: keep-all;
}

.feature-illustration {
	display: block;
	width: 100%;
	max-width: 160px;
	height: auto;
	margin-bottom: 16px;
}

.compare-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.compare-head > div {
	min-width: 0;
}

.compare-visual {
	width: min(100%, 280px);
	height: auto;
	flex: 0 0 auto;
}

@media (max-width: 1024px) {
	.shop-highlight-band {
		grid-template-columns: 1fr;
	}

	.compare-head {
		flex-direction: column;
		align-items: flex-start;
	}

	.compare-visual {
		width: min(100%, 320px);
	}
}

@media (max-width: 680px) {
	.shop-event-layer {
		padding: 16px;
	}

	.shop-event-layer-dialog {
		margin-top: 12px;
		max-height: calc(100vh - 32px);
		padding: 18px;
		border-radius: 20px;
	}

	.shop-event-layer-head {
		padding-right: 44px;
	}

	.shop-event-layer-summary {
		grid-template-columns: minmax(0, 1fr);
		gap: 10px;
		padding: 14px;
	}

	.shop-event-layer-summary-copy {
		gap: 8px;
	}

	.shop-event-layer-summary-text {
		font-size: 13px;
		line-height: 1.6;
	}

	.shop-event-layer-actions {
		flex-direction: column;
		gap: 8px;
	}

	.shop-event-layer-actions .btn-main,
	.shop-event-layer-actions .btn-sub,
	.shop-event-layer-close-btn {
		width: 100%;
	}

	.shop-event-layer-foot {
		align-items: stretch;
		margin-top: 14px;
		padding-top: 14px;
	}

	.shop-highlight-band {
		padding: 24px;
		border-radius: 18px;
	}

	.shop-highlight-desc,
	.shop-highlight-list span {
		font-size: 16px;
	}

	.shop-partner-strip {
		width: 100%;
		justify-content: space-between;
		border-radius: 16px;
	}

	.shop-partner-strip img {
		width: 124px;
		max-width: 100%;
	}

	.feature-illustration {
		max-width: 144px;
	}

	.shop-pay-section {
		padding: 24px;
		border-radius: 18px;
	}

	.shop-pay-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	.shop-pay-logo-naver {
		width: 138px;
	}

	.shop-pay-logo-kakao {
		width: 118px;
		height: 40px;
	}

	.shop-pay-logo-payco {
		width: 168px;
		height: 42px;
	}

	.shop-pay-logo-toss {
		width: 164px;
		height: 40px;
	}
}

@media (max-width: 480px) {
	.shop-event-layer {
		padding: 12px;
	}

	.shop-event-layer-dialog {
		margin-top: 8px;
		max-height: calc(100vh - 16px);
		padding: 16px 14px;
		border-radius: 16px;
	}

	.shop-event-layer-close-icon {
		top: 12px;
		right: 12px;
		width: 34px;
		height: 34px;
		border-radius: 10px;
		font-size: 20px;
	}

	.shop-event-layer-head {
		padding-right: 38px;
		padding-bottom: 12px;
	}

	.shop-event-layer-head h2 {
		font-size: 24px;
		line-height: 1.18;
	}

	.shop-event-layer-body {
		gap: 14px;
		padding-top: 14px;
	}

	.shop-event-layer-head p:last-child,
	.shop-event-layer-list span,
	.shop-event-layer-hide-option {
		font-size: 13px;
	}

	.shop-event-layer-summary,
	.shop-event-layer-list li {
		padding: 12px;
		border-radius: 14px;
	}

	.shop-event-layer-summary {
		grid-template-columns: minmax(0, 1fr);
		gap: 8px;
	}

	.shop-event-layer-summary-text {
		font-size: 12px;
		line-height: 1.55;
	}

	.shop-event-layer-list li {
		grid-template-columns: 40px minmax(0, 1fr);
		gap: 10px;
	}

	.shop-event-layer-item-icon {
		width: 40px;
		height: 40px;
		border-radius: 12px;
	}

	.shop-event-layer-item-icon svg {
		width: 20px;
		height: 20px;
	}

	.shop-event-layer-badge {
		width: 100%;
		justify-content: flex-start;
		font-size: 12px;
		min-height: 30px;
		padding: 0 10px;
	}

	.shop-event-layer-foot {
		margin-top: 12px;
		padding-top: 12px;
	}

	.shop-highlight-band {
		padding: 20px;
		border-radius: 14px;
	}

	.shop-highlight-copy h2 {
		font-size: 32px;
		line-height: 1.16;
	}

	.shop-highlight-desc {
		font-size: 14px;
	}

	.shop-highlight-list li {
		padding: 14px 14px 14px 46px;
		border-radius: 14px;
	}

	.shop-highlight-list li::before {
		left: 14px;
		top: 16px;
	}

	.shop-highlight-list span {
		font-size: 14px;
	}

	.shop-partner-strip {
		padding: 10px 12px;
		gap: 8px;
		justify-content: flex-start;
	}

	.shop-partner-strip span {
		font-size: 12px;
		white-space: normal;
	}

	.shop-partner-strip img {
		width: 110px;
		max-width: 100%;
	}

	.shop-pay-section {
		padding: 14px;
		gap: 10px;
		border-radius: 14px;
	}

	.shop-pay-section-head h2 {
		font-size: 24px;
	}

	.shop-pay-section-head p:last-child,
	.shop-pay-card span {
		font-size: 13px;
	}

	.shop-pay-grid {
		grid-template-columns: 1fr;
	}

	.shop-pay-card {
		padding: 14px;
		gap: 10px;
	}

	.shop-pay-logo {
		height: 38px;
	}

	.shop-pay-logo-naver {
		width: 128px;
	}

	.shop-pay-logo-kakao {
		width: 108px;
		height: 36px;
	}

	.shop-pay-logo-payco {
		width: 150px;
		height: 38px;
	}

	.shop-pay-logo-toss {
		width: 146px;
		height: 36px;
	}

	.shop-pay-card strong {
		font-size: 15px;
	}

	.feature-illustration {
		max-width: 132px;
		margin-bottom: 14px;
	}

	.compare-visual {
		width: 100%;
	}
}
