body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", sans-serif; color: #111827; background: #fff; }
main { max-width: 860px; margin: 0 auto; padding: 72px 24px; }
a { color: inherit; text-decoration: none; }
.home { color: #15948f; font-weight: 900; }
.eyebrow { margin-top: 48px; color: #2ac1bc; font-size: 15px; font-weight: 900; }
h1 { margin: 16px 0 22px; font-size: clamp(36px, 6vw, 58px); line-height: 1.14; letter-spacing: -0.03em; }
.lead { color: #4b5563; font-size: 20px; line-height: 1.75; font-weight: 700; }
.hero-img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 10px; margin: 36px 0; box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08); }
p { color: #374151; font-size: 18px; line-height: 1.9; font-weight: 600; }
h2 { margin-top: 44px; font-size: 30px; line-height: 1.35; letter-spacing: -0.02em; }
.button { display: inline-block; margin-top: 36px; padding: 15px 24px; border-radius: 999px; background: #2ac1bc; color: #fff; font-weight: 900; }
@media (max-width: 760px) { main { padding: 48px 20px; } .lead, p { font-size: 16px; } h2 { font-size: 24px; } }
