/* =========================================================
   Qoo10 상세페이지 프리미엄 CSS
   목적:
   - 가독성 극대화
   - 구매 전환율 향상
   - 모바일 최적화
   - 일본 쇼핑몰 감성 강화
========================================================= */

/* 전체 영역 */
body {
    margin: 0;
    padding: 0;
    background: #f5f7fb;
    font-family:
        "Hiragino Sans",
        "Yu Gothic",
        "Noto Sans JP",
        sans-serif;
    color: #222;
    line-height: 1.9;
    letter-spacing: 0.02em;
}

/* 메인 래퍼 */
.detail-wrap {
    max-width: 860px;
    margin: 0 auto;
    background: #ffffff;
    overflow: hidden;
}

/* 상단 메인 이미지 */
.detail-wrap img.main-image {
    width: 100%;
    display: block;
    border-radius: 0 0 28px 28px;
}

/* 콘텐츠 영역 */
.content-area {
    padding: 28px 22px 50px;
}

/* 섹션 카드 */
.hero {
    position: relative;
    background: linear-gradient(
        180deg,
        #ffffff 0%,
        #fcfdff 100%
    );
    border-radius: 28px;
    padding: 34px 28px;
    margin-bottom: 28px;
    border: 1px solid #edf2f7;
    box-shadow:
        0 8px 24px rgba(0,0,0,0.05),
        0 2px 6px rgba(0,0,0,0.03);
    transition: all 0.3s ease;
}

/* 카드 호버 */
.hero:hover {
    transform: translateY(-3px);
    box-shadow:
        0 14px 34px rgba(0,0,0,0.08),
        0 4px 10px rgba(0,0,0,0.04);
}

/* 반짝 아이콘 */
.hero-icon {
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    border-radius: 50%;
    font-size: 28px;
    background: linear-gradient(
        135deg,
        #5eb7ff,
        #7f7bff
    );
    color: #fff;
    box-shadow:
        0 10px 20px rgba(94,183,255,0.35);
}

/* 메인 타이틀 */
.hero strong {
    display: block;
    text-align: center;
    font-size: 34px !important;
    line-height: 1.45;
    font-weight: 900;
    color: #111;
    margin-bottom: 20px;
    letter-spacing: -0.03em;
}

/* 서브 타이틀 */
.hero p span:first-child {
    display: block;
    font-size: 22px !important;
    font-weight: 800;
    color: #3273dc;
    margin-bottom: 14px;
    text-align: center;
}

/* 설명 텍스트 */
.hero p span:last-child {
    display: block;
    font-size: 17px !important;
    color: #444;
    line-height: 2;
    font-weight: 500;
}

/* 강조 문구 */
.hero p {
    margin: 0;
}

/* 구매 포인트 배지 */
.hero-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 26px;
    padding: 14px 26px;
    border-radius: 999px;
    background: linear-gradient(
        135deg,
        #5eb7ff,
        #7f7bff
    );
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.03em;
    box-shadow:
        0 8px 18px rgba(94,183,255,0.28);
}

/* 배지 중앙 정렬 */
.hero-badge {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

/* 리뷰 섹션 강조 */
.hero:nth-child(8) {
    background:
        linear-gradient(
            180deg,
            #fff9f2 0%,
            #ffffff 100%
        );
    border: 1px solid #ffe3c2;
}

/* 제품 정보 섹션 */
.hero:nth-last-child(2),
.hero:last-child {
    background:
        linear-gradient(
            180deg,
            #f8fbff 0%,
            #ffffff 100%
        );
}

/* 하단 이미지 */
.bottom-image {
    width: 100%;
    display: block;
    margin-top: 20px;
    border-radius: 24px 24px 0 0;
}

/* 강조 텍스트 */
.highlight {
    color: #3273dc;
    font-weight: 800;
}

/* 구분 라인 */
.divider {
    width: 90px;
    height: 5px;
    border-radius: 999px;
    margin: 18px auto 26px;
    background: linear-gradient(
        90deg,
        #5eb7ff,
        #7f7bff
    );
}

/* 모바일 최적화 */
@media screen and (max-width: 768px) {

    .content-area {
        padding: 18px 14px 40px;
    }

    .hero {
        padding: 26px 18px;
        border-radius: 22px;
        margin-bottom: 22px;
    }

    .hero strong {
        font-size: 25px !important;
    }

    .hero p span:first-child {
        font-size: 18px !important;
    }

    .hero p span:last-child {
        font-size: 15px !important;
        line-height: 1.9;
    }

    .hero-badge {
        width: 100%;
        max-width: 320px;
        font-size: 14px;
        padding: 13px 18px;
    }

    .hero-icon {
        width: 52px;
        height: 52px;
        font-size: 24px;
    }
}

/* 프리미엄 애니메이션 */
.hero {
    animation: fadeUp 0.7s ease both;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 구매욕 자극 포인트 */
.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    border-radius: 28px 28px 0 0;
    background: linear-gradient(
        90deg,
        #5eb7ff,
        #7f7bff,
        #7be7ff
    );
}

/* 일본 상세페이지 감성 */
.hero::after {
    content: "PREMIUM";
    position: absolute;
    top: 18px;
    right: 22px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.18em;
    color: rgba(127,123,255,0.18);
}