/* Reset and Base Styles */
.Y4133-F9059-V4931_wrapper * {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

.Y4133-F9059-V4931_wrapper {
    font-family: 'Noto Sans KR', sans-serif !important;
    color: #333 !important;
    line-height: 1.6 !important;
    background-color: #f8f9fa !important;
}

/* Hero Section */
.Y4133-F9059-V4931_hero {
    background: linear-gradient(135deg, #0077be 0%, #4CAF50 100%) !important;
    padding: 80px 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 40px !important;
    flex-wrap: wrap !important;
}

.Y4133-F9059-V4931_hero-content {
    flex: 1 !important;
    min-width: 300px !important;
    color: white !important;
}

.Y4133-F9059-V4931_hero-badge {
    display: inline-block !important;
    background: rgba(255, 255, 255, 0.2) !important;
    padding: 8px 20px !important;
    border-radius: 25px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    margin-bottom: 20px !important;
    backdrop-filter: blur(10px) !important;
}

.Y4133-F9059-V4931_hero-title {
    font-size: 48px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    font-family: 'Noto Serif KR', serif !important;
}

.Y4133-F9059-V4931_hero-subtitle {
    font-size: 20px !important;
    margin-bottom: 30px !important;
    opacity: 0.95 !important;
    line-height: 1.5 !important;
}

.Y4133-F9059-V4931_hero-specs {
    display: flex !important;
    gap: 25px !important;
    flex-wrap: wrap !important;
}

.Y4133-F9059-V4931_spec-item {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    background: rgba(255, 255, 255, 0.15) !important;
    padding: 10px 20px !important;
    border-radius: 10px !important;
    backdrop-filter: blur(10px) !important;
}

.Y4133-F9059-V4931_spec-icon {
    font-size: 20px !important;
}

.Y4133-F9059-V4931_spec-text {
    font-size: 15px !important;
    font-weight: 500 !important;
}

.Y4133-F9059-V4931_hero-image {
    flex: 1 !important;
    min-width: 300px !important;
    display: flex !important;
    justify-content: center !important;
}

.Y4133-F9059-V4931_hero-image img {
    width: 100% !important;
    max-width: 500px !important;
    height: auto !important;
    border-radius: 20px !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3) !important;
    transition: transform 0.3s ease !important;
}

.Y4133-F9059-V4931_hero-image img:hover {
    transform: scale(1.05) !important;
}

/* Story Section */
.Y4133-F9059-V4931_story {
    padding: 80px 20px !important;
    background: white !important;
}

.Y4133-F9059-V4931_story-container {
    max-width: 1000px !important;
    margin: 0 auto !important;
    text-align: center !important;
}

.Y4133-F9059-V4931_story-title {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #0077be !important;
    margin-bottom: 25px !important;
    font-family: 'Noto Serif KR', serif !important;
}

.Y4133-F9059-V4931_story-text {
    font-size: 18px !important;
    line-height: 1.8 !important;
    color: #555 !important;
}

/* Features Section */
.Y4133-F9059-V4931_features {
    padding: 80px 20px !important;
    background: linear-gradient(to bottom, #f8f9fa, #e8f5e9) !important;
}

.Y4133-F9059-V4931_features-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
}

.Y4133-F9059-V4931_section-title {
    font-size: 36px !important;
    font-weight: 700 !important;
    text-align: center !important;
    margin-bottom: 50px !important;
    color: #0077be !important;
    font-family: 'Noto Serif KR', serif !important;
}

.Y4133-F9059-V4931_features-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 30px !important;
}

.Y4133-F9059-V4931_feature-card {
    background: white !important;
    padding: 40px 30px !important;
    border-radius: 15px !important;
    text-align: center !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
    transition: all 0.3s ease !important;
}

.Y4133-F9059-V4931_feature-card:hover {
    transform: translateY(-10px) !important;
    box-shadow: 0 10px 30px rgba(0, 119, 190, 0.2) !important;
}

.Y4133-F9059-V4931_feature-icon {
    font-size: 48px !important;
    margin-bottom: 20px !important;
}

.Y4133-F9059-V4931_feature-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #0077be !important;
    margin-bottom: 15px !important;
}

.Y4133-F9059-V4931_feature-desc {
    font-size: 15px !important;
    color: #666 !important;
    line-height: 1.6 !important;
}

/* Gallery Section */
.Y4133-F9059-V4931_gallery {
    padding: 80px 20px !important;
    background: white !important;
}

.Y4133-F9059-V4931_gallery-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
}

.Y4133-F9059-V4931_gallery-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 25px !important;
}

.Y4133-F9059-V4931_gallery-item {
    border-radius: 15px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
    transition: transform 0.3s ease !important;
}

.Y4133-F9059-V4931_gallery-item:hover {
    transform: scale(1.05) !important;
}

.Y4133-F9059-V4931_gallery-item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
}

/* Specifications Section */
.Y4133-F9059-V4931_specs {
    padding: 80px 20px !important;
    background: #f8f9fa !important;
}

.Y4133-F9059-V4931_specs-container {
    max-width: 900px !important;
    margin: 0 auto !important;
}

.Y4133-F9059-V4931_specs-table {
    background: white !important;
    border-radius: 15px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
}

.Y4133-F9059-V4931_spec-row {
    display: flex !important;
    border-bottom: 1px solid #eee !important;
}

.Y4133-F9059-V4931_spec-row:last-child {
    border-bottom: none !important;
}

.Y4133-F9059-V4931_spec-label {
    flex: 0 0 180px !important;
    padding: 20px 25px !important;
    background: #e8f5e9 !important;
    font-weight: 600 !important;
    color: #0077be !important;
}

.Y4133-F9059-V4931_spec-value {
    flex: 1 !important;
    padding: 20px 25px !important;
    color: #333 !important;
}

/* Usage Section */
.Y4133-F9059-V4931_usage {
    padding: 80px 20px !important;
    background: white !important;
}

.Y4133-F9059-V4931_usage-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
}

.Y4133-F9059-V4931_usage-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 30px !important;
}

.Y4133-F9059-V4931_usage-card {
    background: linear-gradient(135deg, #e8f5e9 0%, #b2dfdb 100%) !important;
    padding: 35px 30px !important;
    border-radius: 15px !important;
    position: relative !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
    transition: all 0.3s ease !important;
}

.Y4133-F9059-V4931_usage-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 25px rgba(76, 175, 80, 0.3) !important;
}

.Y4133-F9059-V4931_usage-number {
    position: absolute !important;
    top: -15px !important;
    left: 20px !important;
    background: #4CAF50 !important;
    color: white !important;
    width: 45px !important;
    height: 45px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    box-shadow: 0 3px 10px rgba(76, 175, 80, 0.3) !important;
}

.Y4133-F9059-V4931_usage-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #0077be !important;
    margin-bottom: 12px !important;
    margin-top: 10px !important;
}

.Y4133-F9059-V4931_usage-desc {
    font-size: 15px !important;
    color: #555 !important;
    line-height: 1.6 !important;
}

/* Reviews Section */
.Y4133-F9059-V4931_reviews {
    padding: 80px 20px !important;
    background: #e8f5e9 !important;
}

.Y4133-F9059-V4931_reviews-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
}

.Y4133-F9059-V4931_reviews-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 25px !important;
}

.Y4133-F9059-V4931_review-card {
    background: white !important;
    padding: 30px 25px !important;
    border-radius: 12px !important;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08) !important;
    transition: all 0.3s ease !important;
}

.Y4133-F9059-V4931_review-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 6px 20px rgba(0, 119, 190, 0.15) !important;
}

.Y4133-F9059-V4931_review-stars {
    font-size: 18px !important;
    margin-bottom: 15px !important;
}

.Y4133-F9059-V4931_review-text {
    font-size: 15px !important;
    color: #333 !important;
    line-height: 1.6 !important;
    margin-bottom: 15px !important;
}

.Y4133-F9059-V4931_review-author {
    font-size: 13px !important;
    color: #999 !important;
    font-weight: 500 !important;
}

/* Footer */
.Y4133-F9059-V4931_footer {
    background: linear-gradient(135deg, #1a237e 0%, #0077be 100%) !important;
    color: white !important;
    padding: 60px 20px 30px !important;
}

.Y4133-F9059-V4931_footer-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
}

.Y4133-F9059-V4931_footer-content {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 40px !important;
    margin-bottom: 40px !important;
}

.Y4133-F9059-V4931_footer-section {
    padding: 0 10px !important;
}

.Y4133-F9059-V4931_footer-title {
    font-size: 24px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    font-family: 'Noto Serif KR', serif !important;
}

.Y4133-F9059-V4931_footer-subtitle {
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-bottom: 12px !important;
}

.Y4133-F9059-V4931_footer-text {
    font-size: 14px !important;
    margin-bottom: 8px !important;
    opacity: 0.9 !important;
}

.Y4133-F9059-V4931_footer-contact {
    font-size: 15px !important;
    margin-bottom: 10px !important;
    font-weight: 500 !important;
}

.Y4133-F9059-V4931_footer-bottom {
    text-align: center !important;
    padding-top: 30px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.Y4133-F9059-V4931_footer-copyright {
    font-size: 14px !important;
    opacity: 0.8 !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .Y4133-F9059-V4931_hero {
        padding: 60px 15px !important;
        flex-direction: column !important;
    }

    .Y4133-F9059-V4931_hero-title {
        font-size: 36px !important;
    }

    .Y4133-F9059-V4931_hero-subtitle {
        font-size: 18px !important;
    }

    .Y4133-F9059-V4931_section-title {
        font-size: 28px !important;
    }

    .Y4133-F9059-V4931_story-title {
        font-size: 22px !important;
    }

    .Y4133-F9059-V4931_story-text {
        font-size: 16px !important;
    }

    .Y4133-F9059-V4931_spec-label {
        flex: 0 0 120px !important;
        font-size: 14px !important;
    }

    .Y4133-F9059-V4931_spec-value {
        font-size: 14px !important;
    }
}
