/* 기본 스타일 초기화 및 컨테이너 설정 */
.W4916-V6309-R5637_wrapper {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 20px !important;
    font-family: 'Noto Sans KR', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
    line-height: 1.6 !important;
    color: #333 !important;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
}

.W4916-V6309-R5637_wrapper * {
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* 헤더 섹션 스타일 */
.W4916-V6309-R5637_header {
    text-align: center !important;
    padding: 40px 20px !important;
    background: linear-gradient(135deg, #74b9ff 0%, #0984e3 100%) !important;
    border-radius: 20px !important;
    color: white !important;
    margin-bottom: 30px !important;
    box-shadow: 0 15px 35px rgba(116, 185, 255, 0.3) !important;
    position: relative !important;
    overflow: hidden !important;
}

.W4916-V6309-R5637_header::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="rgba(255,255,255,0.1)"/><circle cx="80" cy="80" r="3" fill="rgba(255,255,255,0.1)"/><circle cx="40" cy="70" r="1.5" fill="rgba(255,255,255,0.1)"/></svg>') !important;
    pointer-events: none !important;
}

.W4916-V6309-R5637_badge-container {
    display: flex !important;
    justify-content: center !important;
    gap: 15px !important;
    margin-bottom: 20px !important;
    flex-wrap: wrap !important;
}

.W4916-V6309-R5637_free-shipping-badge,
.W4916-V6309-R5637_discount-badge,
.W4916-V6309-R5637_fast-delivery-badge {
    background: rgba(255, 255, 255, 0.2) !important;
    padding: 8px 16px !important;
    border-radius: 25px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    animation: pulse 2s infinite !important;
}

@keyframes pulse {
    0%, 100% { transform: scale(1) !important; }
    50% { transform: scale(1.05) !important; }
}

.W4916-V6309-R5637_product-title {
    font-size: 32px !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    line-height: 1.3 !important;
    position: relative !important;
    z-index: 1 !important;
}

.W4916-V6309-R5637_price-container {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 20px !important;
    flex-wrap: wrap !important;
}
.W4916-V6309-R5637_original-price {
    font-size: 18px !important;
    text-decoration: line-through !important;
    opacity: 0.7 !important;
    font-weight: 400 !important;
}

.W4916-V6309-R5637_current-price {
    font-size: 36px !important;
    font-weight: 700 !important;
    color: #FFD700 !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3) !important;
}

/* 섹션 공통 스타일 */
.W4916-V6309-R5637_section-title {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #2c3e50 !important;
    margin-bottom: 25px !important;
    text-align: center !important;
    position: relative !important;
}

.W4916-V6309-R5637_section-title::after {
    content: '' !important;
    position: absolute !important;
    bottom: -10px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 60px !important;
    height: 4px !important;
    background: linear-gradient(90deg, #74b9ff, #0984e3) !important;
    border-radius: 2px !important;
}

/* 특징 섹션 스타일 */
.W4916-V6309-R5637_features {
    margin-bottom: 40px !important;
    padding: 30px !important;
    background: white !important;
    border-radius: 15px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
}

.W4916-V6309-R5637_feature-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 20px !important;
    margin-top: 30px !important;
}

.W4916-V6309-R5637_feature-card {
    background: linear-gradient(135deg, #81ecec 0%, #00cec9 100%) !important;
    padding: 25px !important;
    border-radius: 15px !important;
    color: white !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    display: flex !important;
    align-items: center !important;
    gap: 20px !important;
}

.W4916-V6309-R5637_feature-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 15px 40px rgba(129, 236, 236, 0.4) !important;
}

.W4916-V6309-R5637_feature-icon {
    font-size: 40px !important;
    flex-shrink: 0 !important;
}

.W4916-V6309-R5637_feature-content h3 {
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
}

.W4916-V6309-R5637_feature-content p {
    font-size: 14px !important;
    opacity: 0.9 !important;
    line-height: 1.4 !important;
}
/* 업소별 활용 사례 섹션 - 핵심 스타일 */
.W4916-V6309-R5637_use-cases {
    margin-bottom: 40px !important;
    padding: 40px 30px !important;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%) !important;
    border-radius: 20px !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1) !important;
    border: 2px solid #e9ecef !important;
}

.W4916-V6309-R5637_case-container {
    display: grid !important;
    gap: 30px !important;
    margin-top: 35px !important;
}

.W4916-V6309-R5637_case-card {
    background: white !important;
    border-radius: 20px !important;
    padding: 30px !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08) !important;
    border: 2px solid transparent !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    overflow: hidden !important;
}

.W4916-V6309-R5637_case-card::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 5px !important;
    background: linear-gradient(90deg, #74b9ff, #0984e3, #00cec9) !important;
}

.W4916-V6309-R5637_case-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 20px 50px rgba(116, 185, 255, 0.2) !important;
    border-color: #74b9ff !important;
}

.W4916-V6309-R5637_case-header {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    margin-bottom: 25px !important;
    padding-bottom: 15px !important;
    border-bottom: 2px solid #f1f3f5 !important;
}

.W4916-V6309-R5637_case-icon {
    font-size: 32px !important;
    background: linear-gradient(135deg, #74b9ff, #0984e3) !important;
    padding: 12px !important;
    border-radius: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 56px !important;
    height: 56px !important;
}

.W4916-V6309-R5637_case-header h3 {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #2c3e50 !important;
    line-height: 1.3 !important;
}

.W4916-V6309-R5637_case-content {
    margin-bottom: 20px !important;
}

.W4916-V6309-R5637_case-benefits {
    list-style: none !important;
    margin-bottom: 25px !important;
}

.W4916-V6309-R5637_case-benefits li {
    padding: 8px 0 !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
    color: #495057 !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 8px !important;
}

.W4916-V6309-R5637_case-benefits strong {
    color: #0984e3 !important;
    font-weight: 600 !important;
}
.W4916-V6309-R5637_case-tip {
    background: linear-gradient(135deg, #fdcb6e 0%, #e17055 100%) !important;
    padding: 15px 20px !important;
    border-radius: 12px !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin-top: 20px !important;
}

.W4916-V6309-R5637_tip-icon {
    font-size: 20px !important;
    background: rgba(255, 255, 255, 0.3) !important;
    padding: 8px !important;
    border-radius: 8px !important;
    flex-shrink: 0 !important;
}

.W4916-V6309-R5637_case-tip p {
    color: white !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    margin: 0 !important;
}

.W4916-V6309-R5637_case-tip strong {
    font-weight: 700 !important;
}

/* 제품 정보 섹션 */
.W4916-V6309-R5637_product-info {
    margin-bottom: 40px !important;
    padding: 30px !important;
    background: white !important;
    border-radius: 15px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
}

.W4916-V6309-R5637_info-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 15px !important;
    margin-top: 30px !important;
}

.W4916-V6309-R5637_info-item {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 15px 20px !important;
    background: linear-gradient(135deg, #ddd6fe 0%, #c084fc 100%) !important;
    border-radius: 10px !important;
    transition: transform 0.2s ease !important;
}

.W4916-V6309-R5637_info-item:hover {
    transform: scale(1.02) !important;
}

.W4916-V6309-R5637_info-label {
    font-weight: 600 !important;
    color: #5b21b6 !important;
    font-size: 14px !important;
}

.W4916-V6309-R5637_info-value {
    font-weight: 500 !important;
    color: #4c1d95 !important;
    font-size: 14px !important;
}

/* 주문 정보 섹션 */
.W4916-V6309-R5637_order-info {
    margin-bottom: 40px !important;
    padding: 30px !important;
    background: white !important;
    border-radius: 15px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
}

.W4916-V6309-R5637_order-card {
    background: linear-gradient(135deg, #74b9ff 0%, #0984e3 100%) !important;
    padding: 30px !important;
    border-radius: 15px !important;
    color: white !important;
    margin-top: 30px !important;
}

.W4916-V6309-R5637_order-highlight {
    display: flex !important;
    justify-content: center !important;
    gap: 20px !important;
    margin-bottom: 25px !important;
    flex-wrap: wrap !important;
}

.W4916-V6309-R5637_highlight-text {
    background: rgba(255, 255, 255, 0.2) !important;
    padding: 10px 20px !important;
    border-radius: 25px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    backdrop-filter: blur(10px) !important;
}

.W4916-V6309-R5637_delivery-info p {
    margin-bottom: 12px !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
}

.W4916-V6309-R5637_delivery-info strong {
    color: #FFD700 !important;
}
/* 푸터 섹션 */
.W4916-V6309-R5637_footer {
    background: linear-gradient(135deg, #2c3e50 0%, #3498db 100%) !important;
    color: white !important;
    border-radius: 15px !important;
    padding: 40px 30px 20px !important;
    box-shadow: 0 10px 30px rgba(44, 62, 80, 0.3) !important;
}

.W4916-V6309-R5637_footer-content {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 30px !important;
    margin-bottom: 30px !important;
}

.W4916-V6309-R5637_company-info h3 {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 20px !important;
    color: #FFD700 !important;
}

.W4916-V6309-R5637_company-details p,
.W4916-V6309-R5637_service-time p {
    margin-bottom: 8px !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
}

.W4916-V6309-R5637_service-time strong {
    color: #FFD700 !important;
}

.W4916-V6309-R5637_footer-bottom {
    text-align: center !important;
    padding-top: 20px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
    font-size: 13px !important;
    opacity: 0.8 !important;
}

/* 반응형 디자인 */
@media (max-width: 768px) {
    .W4916-V6309-R5637_wrapper {
        padding: 15px !important;
    }
    
    .W4916-V6309-R5637_header {
        padding: 30px 15px !important;
    }
    
    .W4916-V6309-R5637_product-title {
        font-size: 24px !important;
    }
    
    .W4916-V6309-R5637_current-price {
        font-size: 28px !important;
    }
    
    .W4916-V6309-R5637_feature-grid,
    .W4916-V6309-R5637_info-grid {
        grid-template-columns: 1fr !important;
    }
    
    .W4916-V6309-R5637_feature-card {
        flex-direction: column !important;
        text-align: center !important;
        gap: 15px !important;
    }
    
    .W4916-V6309-R5637_case-card {
        padding: 20px !important;
    }
    
    .W4916-V6309-R5637_case-header {
        flex-direction: column !important;
        text-align: center !important;
        gap: 10px !important;
    }
    
    .W4916-V6309-R5637_case-header h3 {
        font-size: 18px !important;
    }
    
    .W4916-V6309-R5637_case-benefits li {
        font-size: 14px !important;
    }
    
    .W4916-V6309-R5637_order-highlight {
        flex-direction: column !important;
        align-items: center !important;
    }
    
    .W4916-V6309-R5637_footer-content {
        grid-template-columns: 1fr !important;
        text-align: center !important;
    }
}

@media (max-width: 480px) {
    .W4916-V6309-R5637_wrapper {
        padding: 10px !important;
    }
    
    .W4916-V6309-R5637_product-title {
        font-size: 20px !important;
    }
    
    .W4916-V6309-R5637_section-title {
        font-size: 20px !important;
    }
    
    .W4916-V6309-R5637_use-cases {
        padding: 25px 20px !important;
    }
    
    .W4916-V6309-R5637_case-card {
        padding: 15px !important;
    }
    
    .W4916-V6309-R5637_case-icon {
        font-size: 24px !important;
        min-width: 48px !important;
        height: 48px !important;
    }
}