@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css');

.mk-hero, .mk-show, .mk-stats, .mk-features, .mk-use, .mk-faq, .mk-final {
	font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, 'Apple SD Gothic Neo', 'Malgun Gothic', sans-serif;
	letter-spacing: -0.02em;
}

/* ===== 히어로 ===== */
.mk-hero {
	position: relative;
	text-align: center;
	padding: 72px 20px 46px;
	background: #fff;
}
.mk-hero__logo {
	width: 62px;
	height: 62px;
	object-fit: contain;
	margin-bottom: 16px;
}
.mk-hero__title {
	font-size: clamp(38px, 7vw, 64px);
	font-weight: 900;
	line-height: 1.13;
	letter-spacing: -0.045em;
	color: #111827;
}
.mk-rot-wrap { display: inline-block; min-width: 5.6em; }
.mk-rot { color: #d645a0; }

.mk-sticker {
	position: absolute;
	user-select: none;
	pointer-events: none;
}
.mk-sticker--link {
	top: 60px;
	right: 15%;
	background: #ffd83d;
	color: #111;
	font-weight: 900;
	font-size: 15px;
	padding: 10px 22px;
	border-radius: 999px;
	transform: rotate(12deg);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.14);
}
.mk-sticker--blob {
	top: 136px;
	left: 13%;
	width: 76px;
	height: 76px;
	background: radial-gradient(circle at 35% 35%, #f9a8d4, #d645a0);
	border-radius: 58% 42% 55% 45% / 45% 55% 42% 58%;
	opacity: 0.9;
}

.mk-cta {
	display: inline-block;
	border: none;
	cursor: pointer;
	background: #111827;
	color: #fff;
	font-family: inherit;
	font-size: 17px;
	font-weight: 800;
	padding: 17px 44px;
	border-radius: 16px;
	text-decoration: none;
	transition: transform .15s ease, opacity .15s ease;
}
.mk-hero .mk-cta { margin-top: 30px; }
.mk-cta:hover { transform: translateY(-2px); opacity: 0.92; }
.mk-hero__sub {
	margin-top: 18px;
	color: #6b7280;
	font-size: 16.5px;
	word-break: keep-all;
}
.mk-hero__sub strong { color: #111827; }

/* ===== 폰 목업 ===== */
.mk-show { background: #fff; padding: 26px 20px 40px; }
.mk-phones {
	max-width: 1020px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 26px;
	justify-items: center;
}
.mk-phone {
	width: 100%;
	max-width: 285px;
	border-radius: 40px;
	background: #111;
	padding: 9px;
	box-shadow: 0 22px 55px rgba(17, 24, 39, 0.22);
	transition: transform .25s ease;
}
.mk-phone:hover { transform: translateY(-6px) rotate(-0.5deg); }
.mk-phone__screen {
	border-radius: 32px;
	min-height: 500px;
	padding: 44px 20px 32px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	overflow: hidden;
}
.mk-phone--sunset .mk-phone__screen { background: linear-gradient(180deg, #ffe1ec 0%, #fff6f9 55%, #fff 100%); color: #111827; }
.mk-phone--night .mk-phone__screen { background: linear-gradient(180deg, #131318, #1e1e26); color: #fff; }
.mk-phone--sky .mk-phone__screen { background: linear-gradient(180deg, #dbeafe, #f8fbff); color: #111827; }

.mk-ph-av {
	width: 84px;
	height: 84px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 34px;
	font-weight: 900;
	margin-bottom: 6px;
}
.mk-ph-av--sq { border-radius: 26%; }
.mk-ph-name { font-size: 17px; font-weight: 800; }
.mk-ph-bio { font-size: 12px; opacity: 0.66; margin-bottom: 12px; }
.mk-ph-btn {
	width: 100%;
	min-height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 14px;
	font-size: 13.5px;
	font-weight: 700;
	background: #fff;
	color: #111827;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.mk-phone--night .mk-ph-btn { background: rgba(255, 255, 255, 0.1); color: #fff; border: 1px solid rgba(255, 255, 255, 0.16); }

@media (max-width: 860px) {
	.mk-phones { grid-template-columns: 1fr; }
	.mk-phone { max-width: 300px; }
}

/* ===== 공통 헤딩 ===== */
.mk-h2 {
	text-align: center;
	font-size: clamp(28px, 4.6vw, 44px);
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: -0.04em;
	color: #111827;
	margin-bottom: 44px;
	word-break: keep-all;
}
.mk-h2 em { color: #d645a0; font-style: normal; }

/* ===== 통계 ===== */
.mk-stats { background: #fff; padding: 70px 20px 76px; }
.mk-stats__grid {
	max-width: 980px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	text-align: center;
}
.mk-stat__label { display: block; font-size: 14.5px; font-weight: 700; color: #6b7280; margin-bottom: 8px; }
.mk-stat__num { font-size: clamp(34px, 4.5vw, 52px); font-weight: 900; color: #111827; letter-spacing: -0.04em; }
.mk-stat__num em { font-style: normal; font-size: 0.62em; font-weight: 800; margin-left: 3px; color: #d645a0; }
@media (max-width: 700px) {
	.mk-stats__grid { grid-template-columns: repeat(2, 1fr); gap: 34px 16px; }
}

/* ===== 기능 카드 ===== */
.mk-features { background: #fafafa; padding: 80px 20px; }
.mk-cards {
	max-width: 1020px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}
.mk-card {
	background: #fff;
	border: 1.5px solid #eceef1;
	border-radius: 20px;
	padding: 26px 24px;
	transition: transform .18s ease, box-shadow .18s ease;
}
.mk-card:hover { transform: translateY(-4px); box-shadow: 0 14px 34px rgba(17, 24, 39, 0.09); }
.mk-card strong { display: block; font-size: 17.5px; font-weight: 800; margin-bottom: 8px; color: #111827; }
.mk-card p { font-size: 14px; color: #6b7280; line-height: 1.6; word-break: keep-all; }
@media (max-width: 860px) { .mk-cards { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .mk-cards { grid-template-columns: 1fr; } }

/* ===== 활용 ===== */
.mk-use { background: #fff; padding: 80px 20px; }
.mk-uses {
	max-width: 1020px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}
.mk-use__card {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 26px 24px;
	border-radius: 20px;
	text-decoration: none;
	background: linear-gradient(180deg, #fff 0%, #fdf2f8 100%);
	border: 1.5px solid #fce7f3;
	transition: transform .18s ease, box-shadow .18s ease;
}
.mk-use__card:nth-child(2n) { background: linear-gradient(180deg, #fff 0%, #f5f3ff 100%); border-color: #ede9fe; }
.mk-use__card:nth-child(3n) { background: linear-gradient(180deg, #fff 0%, #eff6ff 100%); border-color: #dbeafe; }
.mk-use__card:hover { transform: translateY(-4px); box-shadow: 0 14px 34px rgba(17, 24, 39, 0.1); }
.mk-use__card strong { font-size: 18px; font-weight: 800; color: #111827; }
.mk-use__card span { font-size: 13.5px; color: #6b7280; }
@media (max-width: 860px) { .mk-uses { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .mk-uses { grid-template-columns: 1fr; } }

/* ===== FAQ ===== */
.mk-faq { background: #fafafa; padding: 80px 20px; }
.mk-faq__item {
	max-width: 760px;
	margin: 0 auto 12px;
	background: #fff;
	border: 1.5px solid #eceef1;
	border-radius: 16px;
	overflow: hidden;
}
.mk-faq__item summary {
	cursor: pointer;
	list-style: none;
	padding: 20px 24px;
	font-size: 16px;
	font-weight: 700;
	color: #111827;
	position: relative;
	padding-right: 52px;
}
.mk-faq__item summary::-webkit-details-marker { display: none; }
.mk-faq__item summary::after {
	content: "+";
	position: absolute;
	right: 22px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 22px;
	font-weight: 400;
	color: #9aa1ab;
}
.mk-faq__item[open] summary::after { content: "–"; }
.mk-faq__item p {
	padding: 0 24px 22px;
	font-size: 14.5px;
	color: #6b7280;
	line-height: 1.7;
	word-break: keep-all;
}

/* ===== 파이널 CTA ===== */
.mk-final {
	text-align: center;
	padding: 90px 20px 100px;
	background: #fff;
}
.mk-final h2 {
	font-size: clamp(30px, 5vw, 50px);
	font-weight: 900;
	letter-spacing: -0.04em;
	line-height: 1.2;
	color: #111827;
	margin-bottom: 34px;
	word-break: keep-all;
}
.mk-final h2 em { color: #d645a0; font-style: normal; }
.mk-final__dir {
	display: block;
	margin-top: 20px;
	font-size: 14.5px;
	font-weight: 700;
	color: #6b7280;
	text-decoration: none;
}
.mk-final__dir:hover { color: #111827; }

/* ===== 모바일 스티키 CTA ===== */
.mk-sticky {
	position: fixed;
	left: 14px;
	right: 14px;
	bottom: 14px;
	z-index: 999;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background: #111827;
	color: #fff;
	font-family: 'Pretendard', -apple-system, sans-serif;
	font-size: 15.5px;
	font-weight: 800;
	padding: 16px;
	border-radius: 999px;
	text-decoration: none;
	box-shadow: 0 10px 30px rgba(17, 24, 39, 0.35);
}
.mk-sticky em {
	font-style: normal;
	background: #d645a0;
	font-size: 12px;
	padding: 3px 9px;
	border-radius: 999px;
}
@media (min-width: 769px) {
	.mk-sticky { display: none; }
}
/* ===== 스크린 배경 공용 ===== */
.mk-sc--sunset { background: linear-gradient(180deg, #ffe1ec 0%, #fff6f9 55%, #fff 100%); color: #111827; }
.mk-sc--night { background: linear-gradient(180deg, #131318, #1e1e26); color: #fff; }
.mk-sc--sky { background: linear-gradient(180deg, #dbeafe, #f8fbff); color: #111827; }
.mk-sc--cream { background: linear-gradient(180deg, #fdf6ec, #fffdf7); color: #111827; }
.mk-sc--blush { background: linear-gradient(180deg, #ffe9f0, #fff5f8); color: #111827; }
.mk-sc--mint { background: linear-gradient(180deg, #e7f7f0, #f6fdfa); color: #111827; }

/* ===== 폰 6개 (2행) ===== */
.mk-phones { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 860px) {
	.mk-phones { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
	.mk-phones { grid-template-columns: 1fr; }
}

/* ===== 무료로 5분 3카드 ===== */
.mk-quick { background: #fff; padding: 80px 20px; }
.mk-quick__grid {
	max-width: 1020px; margin: 0 auto;
	display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
}
.mk-quick__card {
	background: #fafafa; border: 1.5px solid #eceef1; border-radius: 22px;
	padding: 30px 26px; text-align: center;
	transition: transform .18s ease, box-shadow .18s ease;
}
.mk-quick__card:hover { transform: translateY(-4px); box-shadow: 0 14px 34px rgba(17,24,39,.08); }
.mk-quick__ico {
	display: flex; align-items: center; justify-content: center;
	width: 62px; height: 62px; margin: 0 auto 16px;
	border-radius: 18px; background: #fff;
	box-shadow: 0 6px 18px rgba(214, 69, 160, 0.14);
}
.mk-quick__ico svg {
	width: 28px; height: 28px; fill: none; stroke: var(--mko-pink, #d645a0);
	stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round;
}
.mk-quick__card strong { display: block; font-size: 18px; font-weight: 900; margin-bottom: 8px; color: #111827; }
.mk-quick__card p { font-size: 14px; color: #6b7280; line-height: 1.6; word-break: keep-all; }

/* ===== 기능 카드 아이콘 ===== */
.mk-card__ico {
	display: flex; align-items: center; justify-content: center;
	width: 52px; height: 52px; margin-bottom: 14px;
	border-radius: 15px;
	background: linear-gradient(135deg, #fdf2f8, #fce7f3);
}
.mk-card__ico svg {
	width: 26px; height: 26px; fill: none; stroke: #d645a0;
	stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round;
}

/* ===== 활용 카드 (미니 폰) ===== */
.mk-uses { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 860px) { .mk-uses { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .mk-uses { grid-template-columns: 1fr; } }
.mk-use__card { align-items: flex-start; }
.mk-use__thumb {
	position: relative; display: flex; flex-direction: column; justify-content: flex-end;
	width: 100%; max-width: 220px; height: 150px;
	border-radius: 18px; padding: 12px; margin-bottom: 14px;
	overflow: hidden;
}
.mk-use__thumb i {
	position: absolute; top: 14px; left: 50%; transform: translateX(-50%);
	width: 34px; height: 34px; border-radius: 50%;
	background: rgba(255, 255, 255, 0.85);
	display: flex; align-items: center; justify-content: center;
	font-style: normal; font-weight: 900; font-size: 15px; color: #111827;
}
.mk-use__thumb u {
	display: block; height: 12px; margin-top: 6px;
	background: rgba(255, 255, 255, 0.85); border-radius: 6px;
}
.mk-use__thumb u:nth-of-type(1) { width: 85%; }
.mk-use__thumb u:nth-of-type(2) { width: 60%; }
.mk-use__more {
	text-align: center; margin-top: 28px; color: #6b7280; font-size: 14.5px; font-weight: 600;
}

/* ===== 후기 ===== */
.mk-testi { background: #fff; padding: 80px 20px; }
.mk-testi__grid {
	max-width: 1020px; margin: 0 auto;
	display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
}
.mk-testi__card {
	background: #fafafa; border: 1.5px solid #eceef1; border-radius: 20px;
	padding: 26px 24px; display: flex; flex-direction: column; gap: 18px;
}
.mk-testi__card > p {
	font-size: 14.5px; line-height: 1.75; color: #374151; word-break: keep-all; flex: 1;
}
.mk-testi__who { display: flex; align-items: center; gap: 10px; }
.mk-testi__who i {
	width: 40px; height: 40px; border-radius: 50%;
	display: flex; align-items: center; justify-content: center;
	font-style: normal; font-weight: 900; font-size: 16px; color: #fff;
}
.mk-testi__who b { font-size: 14.5px; font-weight: 800; color: #111827; display: block; }
.mk-testi__who span:not(i) { display: block; font-size: 12px; color: #9aa1ab; font-weight: 600; }
@media (max-width: 860px) { .mk-testi__grid { grid-template-columns: 1fr; } }
/* ===== 모바일 오버플로우 방지 + 반응형 보완 ===== */
html { overflow-x: clip; }
body { overflow-x: clip; }
@media (max-width: 640px) {
	.mk-hero { padding: 54px 16px 36px; }
	.mk-sticker--link { right: 22px; top: 44px; font-size: 13px; padding: 8px 16px; }
	.mk-sticker--blob { left: 5%; top: 108px; width: 60px; height: 60px; }
	.mk-hero__title { font-size: clamp(32px, 10vw, 40px); }
	.mk-cta { font-size: 15.5px; padding: 15px 34px; border-radius: 14px; }
	.mk-hero__sub { font-size: 14.5px; }
	.mk-phones { gap: 18px; }
	.mk-phone { max-width: min(300px, 88vw); }
	.mk-quick, .mk-features, .mk-use, .mk-testi, .mk-faq, .mk-final { padding-left: 16px; padding-right: 16px; }
	.mk-quick, .mk-use, .mk-testi { padding-top: 56px; padding-bottom: 56px; }
	.mk-features, .mk-faq { padding-top: 56px; padding-bottom: 56px; }
	.mk-h2 { margin-bottom: 32px; }
	.mk-stats { padding: 52px 16px 56px; }
	.mk-final { padding: 64px 16px 90px; }
	.mk-use__thumb { max-width: 100%; height: 132px; }
}
/* ===== 모바일 추가 최적화 ===== */
@media (max-width: 860px) {
	.mk-quick__grid { grid-template-columns: 1fr; gap: 12px; }
	.mk-quick__card { padding: 24px 20px; text-align: left; display: flex; gap: 14px; align-items: flex-start; }
	.mk-quick__ico { width: 48px; height: 48px; margin: 0; flex: none; border-radius: 14px; }
	.mk-quick__ico svg { width: 22px; height: 22px; }
	.mk-quick__card strong { font-size: 16.5px; margin-bottom: 4px; }
}
@media (max-width: 640px) {
	.mk-final { padding-bottom: 118px; }
	.mk-hero__sub { padding: 0 8px; line-height: 1.6; }
	.mk-stat__label { font-size: 13px; }
	.mk-use__card { padding: 20px 18px; }
	.mk-testi__card { padding: 22px 18px; }
	.mk-faq__item summary { font-size: 15px; padding: 16px 18px; padding-right: 46px; }
	.mk-faq__item p { padding: 0 18px 18px; font-size: 14px; }
}