/* ========================================
   WeChat 페이지 - 히어로 + QR
   ======================================== */

/* 히어로: 스크린샷처럼 은은한 핑크 그라데이션 */


.main-content.wechat-hero .hero-subtitle {
    color: #b89a96;
}

.main-content.wechat-hero .hero-title {
    color: #1a1a1a;
}

/* QR 섹션 */
.wechat-section {
    background: #ffffff;
    padding: 100px 20px 140px;
}

.wechat-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.wechat-qr {
    width: 100%;
    max-width: 360px;
}

.wechat-qr img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 768px) {
    .main-content.wechat-hero {
        height: 360px;
    }

    .wechat-section {
        padding: 60px 20px 90px;
    }

    .wechat-qr {
        max-width: 280px;
    }
}
