/* U5772-N7901-L8180 함박스테이크 상세페이지 스타일 */
/* 모든 스타일은 스코프 제한 및 !important 적용 */

.U5772-N7901-L8180_wrapper * {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

.U5772-N7901-L8180_wrapper {
    font-family: 'Noto Sans KR', sans-serif !important;
    line-height: 1.6 !important;
    color: #333 !important;
    background: #fff !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
}

/* Hero Section */
.U5772-N7901-L8180_hero {
    position: relative !important;
    background: linear-gradient(135deg, #e65c00 0%, #f09819 50%, #ff6600 100%) !important;
    padding: 60px 20px !important;
    text-align: center !important;
    overflow: hidden !important;
}

.U5772-N7901-L8180_hero-bg {
    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="40" r="3" fill="rgba(255,255,255,0.08)"/><circle cx="40" cy="80" r="2" fill="rgba(255,255,255,0.1)"/></svg>') !important;
    opacity: 0.5 !important;
}

.U5772-N7901-L8180_hero-content {
    position: relative !important;
    z-index: 1 !important;
}

.U5772-N7901-L8180_badge {
    display: inline-block !important;
    background: rgba(255,255,255,0.2) !important;
    color: #fff !important;
    padding: 8px 20px !important;
    border-radius: 30px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    margin-bottom: 15px !important;
    backdrop-filter: blur(5px) !important;
}

.U5772-N7901-L8180_title {
    font-family: 'Noto Serif KR', serif !important;
    font-size: 36px !important;
    font-weight: 700 !important;
    color: #fff !important;
    margin-bottom: 10px !important;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.2) !important;
}

.U5772-N7901-L8180_subtitle {
    font-size: 18px !important;
    color: rgba(255,255,255,0.9) !important;
    margin-bottom: 20px !important;
}

.U5772-N7901-L8180_spec-badges {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 10px !important;
}

.U5772-N7901-L8180_spec-badge {
    background: rgba(255,255,255,0.25) !important;
    color: #fff !important;
    padding: 6px 15px !important;
    border-radius: 20px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
}

/* Image Section */
.U5772-N7901-L8180_image-section,
.U5772-N7901-L8180_second-image-section {
    padding: 40px 20px !important;
    background: #fafafa !important;
}

.U5772-N7901-L8180_image-container {
    max-width: 800px !important;
    margin: 0 auto !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1) !important;
}

.U5772-N7901-L8180_main-image,
.U5772-N7901-L8180_second-image {
    width: 100% !important;
    height: auto !important;
    display: block !important;
}

/* Section Titles */
.U5772-N7901-L8180_section-title {
    font-family: 'Noto Serif KR', serif !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #333 !important;
    text-align: center !important;
    margin-bottom: 30px !important;
}

/* Features Section */
.U5772-N7901-L8180_features {
    padding: 50px 20px !important;
    background: #fff !important;
}

.U5772-N7901-L8180_feature-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px !important;
    max-width: 900px !important;
    margin: 0 auto !important;
}

.U5772-N7901-L8180_feature-card {
    background: linear-gradient(145deg, #fff5eb 0%, #fff 100%) !important;
    border-radius: 16px !important;
    padding: 25px !important;
    text-align: center !important;
    border: 1px solid #ffe5cc !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.U5772-N7901-L8180_feature-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 10px 30px rgba(230,92,0,0.15) !important;
}

.U5772-N7901-L8180_feature-icon {
    font-size: 40px !important;
    margin-bottom: 12px !important;
}

.U5772-N7901-L8180_feature-title {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #e65c00 !important;
    margin-bottom: 8px !important;
}

.U5772-N7901-L8180_feature-desc {
    font-size: 14px !important;
    color: #666 !important;
    line-height: 1.5 !important;
}

/* Specifications Section */
.U5772-N7901-L8180_specs {
    padding: 50px 20px !important;
    background: linear-gradient(180deg, #fff5eb 0%, #fff 100%) !important;
}

.U5772-N7901-L8180_spec-table {
    max-width: 700px !important;
    margin: 0 auto !important;
    background: #fff !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08) !important;
}

.U5772-N7901-L8180_spec-row {
    display: flex !important;
    border-bottom: 1px solid #f0f0f0 !important;
}

.U5772-N7901-L8180_spec-row:last-child {
    border-bottom: none !important;
}

.U5772-N7901-L8180_spec-label {
    flex: 0 0 120px !important;
    background: #e65c00 !important;
    color: #fff !important;
    padding: 15px 20px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
}

.U5772-N7901-L8180_spec-value {
    flex: 1 !important;
    padding: 15px 20px !important;
    font-size: 14px !important;
    color: #444 !important;
    background: #fff !important;
}

/* Usage Section */
.U5772-N7901-L8180_usage {
    padding: 50px 20px !important;
    background: #fff !important;
}

.U5772-N7901-L8180_usage-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 15px !important;
    max-width: 1000px !important;
    margin: 0 auto !important;
}

.U5772-N7901-L8180_usage-card {
    background: linear-gradient(145deg, #fffaf5 0%, #fff 100%) !important;
    border-radius: 12px !important;
    padding: 20px 15px !important;
    text-align: center !important;
    border: 1px solid #ffe5cc !important;
    transition: all 0.3s ease !important;
}

.U5772-N7901-L8180_usage-card:hover {
    border-color: #e65c00 !important;
    box-shadow: 0 5px 20px rgba(230,92,0,0.12) !important;
}

.U5772-N7901-L8180_usage-icon {
    font-size: 36px !important;
    margin-bottom: 10px !important;
}

.U5772-N7901-L8180_usage-title {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #333 !important;
    margin-bottom: 6px !important;
}

.U5772-N7901-L8180_usage-desc {
    font-size: 13px !important;
    color: #666 !important;
}

/* Reviews Section */
.U5772-N7901-L8180_reviews {
    padding: 50px 20px !important;
    background: linear-gradient(180deg, #fff5eb 0%, #fff 100%) !important;
}

.U5772-N7901-L8180_review-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    gap: 20px !important;
    max-width: 1000px !important;
    margin: 0 auto !important;
}

.U5772-N7901-L8180_review-card {
    background: #fff !important;
    border-radius: 12px !important;
    padding: 25px !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.06) !important;
    border: 1px solid #f0f0f0 !important;
}

.U5772-N7901-L8180_review-stars {
    color: #ffc107 !important;
    font-size: 16px !important;
    margin-bottom: 12px !important;
    letter-spacing: 2px !important;
}

.U5772-N7901-L8180_review-text {
    font-size: 15px !important;
    color: #444 !important;
    line-height: 1.6 !important;
    margin-bottom: 12px !important;
    font-style: italic !important;
}

.U5772-N7901-L8180_review-author {
    font-size: 13px !important;
    color: #888 !important;
    font-weight: 500 !important;
}

/* CTA Section */
.U5772-N7901-L8180_cta {
    padding: 60px 20px !important;
    background: linear-gradient(135deg, #e65c00 0%, #f09819 100%) !important;
    text-align: center !important;
}

.U5772-N7901-L8180_cta-title {
    font-family: 'Noto Serif KR', serif !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #fff !important;
    margin-bottom: 12px !important;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.2) !important;
}

.U5772-N7901-L8180_cta-subtitle {
    font-size: 16px !important;
    color: rgba(255,255,255,0.9) !important;
}

/* Footer */
.U5772-N7901-L8180_footer {
    background: #2d2d2d !important;
    padding: 40px 20px !important;
    text-align: center !important;
}

.U5772-N7901-L8180_footer-content {
    max-width: 600px !important;
    margin: 0 auto !important;
}

.U5772-N7901-L8180_footer-logo {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #e65c00 !important;
    margin-bottom: 15px !important;
}

.U5772-N7901-L8180_footer-info {
    margin-bottom: 15px !important;
}

.U5772-N7901-L8180_footer-info p {
    font-size: 13px !important;
    color: #aaa !important;
    margin-bottom: 5px !important;
}

.U5772-N7901-L8180_footer-copyright {
    font-size: 12px !important;
    color: #666 !important;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .U5772-N7901-L8180_title {
        font-size: 26px !important;
    }
    
    .U5772-N7901-L8180_subtitle {
        font-size: 15px !important;
    }
    
    .U5772-N7901-L8180_spec-badges {
        flex-direction: column !important;
        align-items: center !important;
    }
    
    .U5772-N7901-L8180_feature-grid {
        grid-template-columns: 1fr !important;
    }
    
    .U5772-N7901-L8180_spec-row {
        flex-direction: column !important;
    }
    
    .U5772-N7901-L8180_spec-label {
        flex: none !important;
    }

    .U5772-N7901-L8180_usage-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    
    .U5772-N7901-L8180_section-title {
        font-size: 20px !important;
    }
    
    .U5772-N7901-L8180_cta-title {
        font-size: 22px !important;
    }
    
    .U5772-N7901-L8180_review-grid {
        grid-template-columns: 1fr !important;
    }
}

@media screen and (max-width: 480px) {
    .U5772-N7901-L8180_hero {
        padding: 40px 15px !important;
    }
    
    .U5772-N7901-L8180_title {
        font-size: 22px !important;
    }
    
    .U5772-N7901-L8180_usage-grid {
        grid-template-columns: 1fr !important;
    }
    
    .U5772-N7901-L8180_feature-icon,
    .U5772-N7901-L8180_usage-icon {
        font-size: 32px !important;
    }
}
