*{box-sizing:border-box;margin:0;padding:0}
html,body{overflow:hidden;background:#fff}
body{font-family:-apple-system,BlinkMacSystemFont,"Apple SD Gothic Neo","Pretendard","Noto Sans KR",sans-serif;-webkit-font-smoothing:antialiased}
.card{background:linear-gradient(135deg,#DA350B 0%,#F05A28 100%);border-radius:24px;padding:34px 36px;box-shadow:0 12px 32px rgba(218,53,11,.22)}
.eyebrow{display:inline-block;font-size:13px;font-weight:800;letter-spacing:.06em;color:#fff;background:rgba(255,255,255,.22);border-radius:999px;padding:6px 12px;margin-bottom:13px}
h2{font-size:26px;line-height:1.32;font-weight:800;color:#fff;letter-spacing:-.02em;margin-bottom:9px;word-break:keep-all}
p{font-size:15.5px;line-height:1.55;color:rgba(255,255,255,.9);margin-bottom:22px;word-break:keep-all}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:56px;padding:0 32px;background:#fff;color:#DA350B;font-size:17px;font-weight:800;border-radius:16px;text-decoration:none;box-shadow:0 6px 16px rgba(0,0,0,.14)}
@media (max-width:560px){
 .card{padding:22px 18px;border-radius:20px}
 h2{font-size:20px;margin-bottom:8px}
 p{font-size:14px;margin-bottom:16px}
 .btn{width:100%;height:52px;font-size:16px;padding:0 14px;border-radius:14px}
 .eyebrow{font-size:11px;padding:5px 10px;margin-bottom:10px}
}