/* Y1674-Z3620-X3710 무형광 테이블냅킨 상세페이지 CSS */
/* 모든 스타일은 Y1674-Z3620-X3710_wrapper 내에서만 적용됩니다 */

.Y1674-Z3620-X3710_wrapper * {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

.Y1674-Z3620-X3710_wrapper {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    font-family: 'Noto Sans KR', sans-serif !important;
    line-height: 1.6 !important;
    color: #2c3e50 !important;
    background-color: #fff !important;
}

/* 메인 헤더 섹션 */
.Y1674-Z3620-X3710_hero-section {
    background: linear-gradient(135deg, #e3f2fd, #bbdefb, #90caf9) !important;
    padding: 60px 30px !important;
    text-align: center !important;
    border-radius: 20px !important;
    margin-bottom: 40px !important;
    box-shadow: 0 10px 30px rgba(33, 150, 243, 0.3) !important;
    position: relative !important;
    overflow: hidden !important;
}

.Y1674-Z3620-X3710_hero-section::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.15'%3E%3Ccircle cx='9' cy='9' r='2'/%3E%3Ccircle cx='49' cy='49' r='2'/%3E%3Ccircle cx='9' cy='49' r='2'/%3E%3Ccircle cx='49' cy='9' r='2'/%3E%3Ccircle cx='29' cy='29' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
    opacity: 0.6 !important;
}

.Y1674-Z3620-X3710_hero-content {
    max-width: 800px !important;
    margin: 0 auto !important;
    position: relative !important;
    z-index: 2 !important;
}

.Y1674-Z3620-X3710_badge-container {
    display: flex !important;
    justify-content: center !important;
    gap: 15px !important;
    margin-bottom: 25px !important;
    flex-wrap: wrap !important;
}
.Y1674-Z3620-X3710_badge {
    display: inline-block !important;
    padding: 8px 16px !important;
    border-radius: 25px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15) !important;
    animation: float 3s ease-in-out infinite !important;
}

.Y1674-Z3620-X3710_badge.primary {
    background: linear-gradient(135deg, #4caf50, #66bb6a) !important;
    color: #fff !important;
    animation-delay: 0s !important;
}

.Y1674-Z3620-X3710_badge.secondary {
    background: linear-gradient(135deg, #ff9800, #ffb74d) !important;
    color: #fff !important;
    animation-delay: 1s !important;
}

.Y1674-Z3620-X3710_badge.tertiary {
    background: linear-gradient(135deg, #f44336, #ef5350) !important;
    color: #fff !important;
    animation-delay: 2s !important;
}

@keyframes float {
    0%, 100% { transform: translateY(0px) !important; }
    50% { transform: translateY(-5px) !important; }
}

.Y1674-Z3620-X3710_main-title {
    font-size: 36px !important;
    font-weight: 700 !important;
    color: #0d47a1 !important;
    margin-bottom: 15px !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
    font-family: 'Noto Serif KR', serif !important;
    line-height: 1.3 !important;
}

.Y1674-Z3620-X3710_subtitle {
    font-size: 18px !important;
    color: #1565c0 !important;
    font-weight: 600 !important;
    margin-bottom: 25px !important;
}
.Y1674-Z3620-X3710_price-section {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 20px !important;
}

.Y1674-Z3620-X3710_price-box {
    display: flex !important;
    align-items: center !important;
    gap: 20px !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
}

.Y1674-Z3620-X3710_final-price {
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #0d47a1 !important;
    background: rgba(255, 255, 255, 0.9) !important;
    padding: 15px 25px !important;
    border-radius: 15px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
}

.Y1674-Z3620-X3710_free-shipping {
    background: linear-gradient(135deg, #ff9800, #ffb74d) !important;
    color: #fff !important;
    padding: 10px 20px !important;
    border-radius: 25px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    animation: pulse 2s infinite !important;
}

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

.Y1674-Z3620-X3710_specs {
    display: flex !important;
    gap: 20px !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
}

.Y1674-Z3620-X3710_spec {
    background: rgba(255, 255, 255, 0.8) !important;
    color: #0d47a1 !important;
    padding: 8px 16px !important;
    border-radius: 12px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
}
/* 섹션 공통 스타일 */
.Y1674-Z3620-X3710_section-title {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #1565c0 !important;
    text-align: center !important;
    margin-bottom: 40px !important;
    font-family: 'Noto Serif KR', serif !important;
    position: relative !important;
}

.Y1674-Z3620-X3710_section-title::after {
    content: '' !important;
    position: absolute !important;
    bottom: -10px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 60px !important;
    height: 3px !important;
    background: linear-gradient(90deg, #2196f3, #03a9f4) !important;
    border-radius: 2px !important;
}

/* 무형광 강조 섹션 */
.Y1674-Z3620-X3710_fluorescent-section {
    margin-bottom: 60px !important;
    padding: 60px 30px !important;
    background: linear-gradient(135deg, #e8f5e8, #f1f8e9, #e0f2f1) !important;
    border-radius: 20px !important;
    border: 2px solid rgba(76, 175, 80, 0.2) !important;
}

.Y1674-Z3620-X3710_fluorescent-content {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 30px !important;
    max-width: 1000px !important;
    margin: 0 auto !important;
}

.Y1674-Z3620-X3710_fluorescent-card {
    background: rgba(255, 255, 255, 0.9) !important;
    padding: 35px !important;
    border-radius: 20px !important;
    text-align: center !important;
    box-shadow: 0 8px 25px rgba(76, 175, 80, 0.15) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    border: 1px solid rgba(76, 175, 80, 0.2) !important;
}

.Y1674-Z3620-X3710_fluorescent-card.main {
    grid-column: 1 / -1 !important;
    background: linear-gradient(135deg, #4caf50, #66bb6a) !important;
    color: #fff !important;
    transform: scale(1.05) !important;
}
.Y1674-Z3620-X3710_fluorescent-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 15px 35px rgba(76, 175, 80, 0.25) !important;
}

.Y1674-Z3620-X3710_fluorescent-card.main:hover {
    transform: scale(1.08) translateY(-3px) !important;
}

.Y1674-Z3620-X3710_fluorescent-icon {
    font-size: 50px !important;
    margin-bottom: 20px !important;
    display: block !important;
}

.Y1674-Z3620-X3710_fluorescent-card h3 {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #2e7d32 !important;
    margin-bottom: 15px !important;
}

.Y1674-Z3620-X3710_fluorescent-card.main h3 {
    color: #fff !important;
}

.Y1674-Z3620-X3710_fluorescent-card p {
    font-size: 16px !important;
    color: #4caf50 !important;
    line-height: 1.6 !important;
}

.Y1674-Z3620-X3710_fluorescent-card.main p {
    color: rgba(255, 255, 255, 0.95) !important;
}

/* 제품 특징 섹션 */
.Y1674-Z3620-X3710_features-section {
    margin-bottom: 60px !important;
    padding: 50px 30px !important;
    background: linear-gradient(135deg, #fafafa, #f5f5f5) !important;
    border-radius: 20px !important;
}

.Y1674-Z3620-X3710_features-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 30px !important;
    margin-top: 30px !important;
}
.Y1674-Z3620-X3710_feature-card {
    background: linear-gradient(145deg, #ffffff, #f8f9fa) !important;
    padding: 35px !important;
    border-radius: 20px !important;
    text-align: center !important;
    box-shadow: 0 8px 25px rgba(33, 150, 243, 0.15) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    border: 1px solid rgba(33, 150, 243, 0.1) !important;
}

.Y1674-Z3620-X3710_feature-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 15px 35px rgba(33, 150, 243, 0.25) !important;
}

.Y1674-Z3620-X3710_feature-icon {
    font-size: 50px !important;
    margin-bottom: 20px !important;
    display: block !important;
}

.Y1674-Z3620-X3710_feature-title {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #1565c0 !important;
    margin-bottom: 15px !important;
}

.Y1674-Z3620-X3710_feature-desc {
    font-size: 16px !important;
    color: #42a5f5 !important;
    line-height: 1.6 !important;
}

/* 사용 용도 섹션 */
.Y1674-Z3620-X3710_usage-section {
    margin-bottom: 60px !important;
    padding: 50px 30px !important;
    background: linear-gradient(135deg, #e1f5fe, #f0f8ff) !important;
    border-radius: 20px !important;
}

.Y1674-Z3620-X3710_usage-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 25px !important;
    max-width: 1000px !important;
    margin: 0 auto !important;
}
.Y1674-Z3620-X3710_usage-item {
    background: rgba(255, 255, 255, 0.9) !important;
    padding: 25px !important;
    border-radius: 15px !important;
    text-align: center !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(33, 150, 243, 0.1) !important;
    transition: transform 0.3s ease !important;
}

.Y1674-Z3620-X3710_usage-item:hover {
    transform: translateY(-5px) !important;
}

.Y1674-Z3620-X3710_usage-icon {
    font-size: 40px !important;
    margin-bottom: 15px !important;
    display: block !important;
}

.Y1674-Z3620-X3710_usage-item h4 {
    color: #1565c0 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
}

.Y1674-Z3620-X3710_usage-item p {
    color: #42a5f5 !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
}

/* 제품 상세 정보 섹션 */
.Y1674-Z3620-X3710_specs-section {
    margin-bottom: 60px !important;
    padding: 40px 0 !important;
}

.Y1674-Z3620-X3710_specs-table {
    background: #fff !important;
    border-radius: 15px !important;
    overflow: hidden !important;
    box-shadow: 0 8px 25px rgba(33, 150, 243, 0.15) !important;
    max-width: 800px !important;
    margin: 0 auto !important;
    border: 1px solid rgba(33, 150, 243, 0.1) !important;
}
.Y1674-Z3620-X3710_spec-row {
    display: flex !important;
    border-bottom: 1px solid #e3f2fd !important;
}

.Y1674-Z3620-X3710_spec-row:last-child {
    border-bottom: none !important;
}

.Y1674-Z3620-X3710_spec-label {
    background: #f5f5f5 !important;
    padding: 20px 25px !important;
    font-weight: 600 !important;
    color: #1565c0 !important;
    width: 200px !important;
    flex-shrink: 0 !important;
    display: flex !important;
    align-items: center !important;
    border-right: 1px solid #e3f2fd !important;
}

.Y1674-Z3620-X3710_spec-value {
    padding: 20px 25px !important;
    color: #2c3e50 !important;
    flex: 1 !important;
    display: flex !important;
    align-items: center !important;
}

/* 배송 정보 섹션 */
.Y1674-Z3620-X3710_delivery-section {
    background: linear-gradient(135deg, #ff9800, #ffb74d, #ffcc02) !important;
    padding: 50px 30px !important;
    border-radius: 20px !important;
    margin-bottom: 60px !important;
    text-align: center !important;
    position: relative !important;
    overflow: hidden !important;
}

.Y1674-Z3620-X3710_delivery-section::before {
    content: '🚚' !important;
    position: absolute !important;
    font-size: 120px !important;
    top: -30px !important;
    right: -30px !important;
    opacity: 0.1 !important;
    animation: bounce 2s infinite !important;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0) !important; }
    40% { transform: translateY(-10px) !important; }
    60% { transform: translateY(-5px) !important; }
}
.Y1674-Z3620-X3710_delivery-section .Y1674-Z3620-X3710_section-title {
    color: #fff !important;
}

.Y1674-Z3620-X3710_delivery-section .Y1674-Z3620-X3710_section-title::after {
    background: rgba(255, 255, 255, 0.7) !important;
}

.Y1674-Z3620-X3710_delivery-highlight {
    margin-bottom: 30px !important;
    position: relative !important;
    z-index: 2 !important;
}

.Y1674-Z3620-X3710_delivery-main {
    background: rgba(255, 255, 255, 0.2) !important;
    padding: 25px !important;
    border-radius: 15px !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.Y1674-Z3620-X3710_delivery-main h3 {
    color: #fff !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
}

.Y1674-Z3620-X3710_delivery-main p {
    color: rgba(255, 255, 255, 0.95) !important;
    font-size: 16px !important;
}

.Y1674-Z3620-X3710_delivery-info {
    display: flex !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 30px !important;
    max-width: 600px !important;
    margin: 0 auto !important;
    position: relative !important;
    z-index: 2 !important;
}

.Y1674-Z3620-X3710_delivery-item {
    background: rgba(255, 255, 255, 0.2) !important;
    padding: 20px 25px !important;
    border-radius: 12px !important;
    backdrop-filter: blur(10px) !important;
    min-width: 150px !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
}
.Y1674-Z3620-X3710_delivery-label {
    display: block !important;
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 14px !important;
    margin-bottom: 8px !important;
}

.Y1674-Z3620-X3710_delivery-value {
    display: block !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}

/* 왜 선택해야 하는지 섹션 */
.Y1674-Z3620-X3710_why-section {
    margin-bottom: 60px !important;
    padding: 60px 30px !important;
    background: linear-gradient(135deg, #e8f5e8, #f1f8e9, #e0f2f1) !important;
    border-radius: 20px !important;
}

.Y1674-Z3620-X3710_why-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    gap: 25px !important;
}

.Y1674-Z3620-X3710_why-card {
    background: rgba(255, 255, 255, 0.9) !important;
    padding: 30px !important;
    border-radius: 15px !important;
    text-align: center !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(76, 175, 80, 0.2) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.Y1674-Z3620-X3710_why-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 10px 25px rgba(76, 175, 80, 0.2) !important;
}

.Y1674-Z3620-X3710_why-icon {
    font-size: 42px !important;
    margin-bottom: 15px !important;
    display: block !important;
}

.Y1674-Z3620-X3710_why-title {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #2e7d32 !important;
    margin-bottom: 12px !important;
}
.Y1674-Z3620-X3710_why-desc {
    font-size: 14px !important;
    color: #4caf50 !important;
    line-height: 1.6 !important;
}

/* 스토리 섹션 */
.Y1674-Z3620-X3710_story-section {
    margin-bottom: 60px !important;
    padding: 50px 30px !important;
    background: #fff !important;
    border-radius: 20px !important;
    box-shadow: 0 8px 25px rgba(33, 150, 243, 0.1) !important;
    border: 1px solid rgba(33, 150, 243, 0.1) !important;
}

.Y1674-Z3620-X3710_story-heading {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #1565c0 !important;
    text-align: center !important;
    margin-bottom: 30px !important;
    font-family: 'Noto Serif KR', serif !important;
}

.Y1674-Z3620-X3710_story-content {
    max-width: 800px !important;
    margin: 0 auto !important;
}

.Y1674-Z3620-X3710_story-text {
    font-size: 18px !important;
    line-height: 1.8 !important;
    color: #2c3e50 !important;
    margin-bottom: 25px !important;
    text-align: justify !important;
}

.Y1674-Z3620-X3710_story-text:last-child {
    margin-bottom: 0 !important;
}

/* 주문 정보 섹션 */
.Y1674-Z3620-X3710_order-section {
    background: linear-gradient(135deg, #4caf50, #66bb6a, #81c784) !important;
    padding: 50px 30px !important;
    border-radius: 20px !important;
    margin-bottom: 60px !important;
    text-align: center !important;
    position: relative !important;
    overflow: hidden !important;
}
.Y1674-Z3620-X3710_order-section::before {
    content: '🌟' !important;
    position: absolute !important;
    font-size: 100px !important;
    top: -20px !important;
    right: -20px !important;
    opacity: 0.2 !important;
    animation: rotate 10s linear infinite !important;
}

@keyframes rotate {
    from { transform: rotate(0deg) !important; }
    to { transform: rotate(360deg) !important; }
}

.Y1674-Z3620-X3710_order-section .Y1674-Z3620-X3710_section-title {
    color: #fff !important;
}

.Y1674-Z3620-X3710_order-section .Y1674-Z3620-X3710_section-title::after {
    background: rgba(255, 255, 255, 0.7) !important;
}

.Y1674-Z3620-X3710_order-info {
    max-width: 600px !important;
    margin: 0 auto !important;
    position: relative !important;
    z-index: 2 !important;
}

.Y1674-Z3620-X3710_order-highlight {
    background: rgba(255, 255, 255, 0.15) !important;
    padding: 25px !important;
    border-radius: 15px !important;
    margin-bottom: 30px !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.Y1674-Z3620-X3710_order-highlight h3 {
    color: #fff !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
}

.Y1674-Z3620-X3710_order-highlight p {
    color: rgba(255, 255, 255, 0.95) !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}
.Y1674-Z3620-X3710_contact-box {
    background: rgba(255, 255, 255, 0.15) !important;
    padding: 25px !important;
    border-radius: 15px !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.Y1674-Z3620-X3710_contact-item {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 12px 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.Y1674-Z3620-X3710_contact-item:last-child {
    border-bottom: none !important;
}

.Y1674-Z3620-X3710_contact-label {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 14px !important;
}

.Y1674-Z3620-X3710_contact-value {
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}

/* 푸터 섹션 */
.Y1674-Z3620-X3710_footer-section {
    background: linear-gradient(135deg, #1565c0, #1976d2, #1e88e5) !important;
    padding: 50px 30px 30px !important;
    border-radius: 20px !important;
    color: #fff !important;
}

.Y1674-Z3620-X3710_footer-content {
    display: grid !important;
    grid-template-columns: 1fr 2fr !important;
    gap: 40px !important;
    margin-bottom: 30px !important;
}

.Y1674-Z3620-X3710_footer-logo h3 {
    font-size: 24px !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
    color: #fff !important;
}
.Y1674-Z3620-X3710_footer-logo p {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 14px !important;
}

.Y1674-Z3620-X3710_footer-info {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
    gap: 30px !important;
}

.Y1674-Z3620-X3710_footer-group h4 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    color: #fff !important;
}

.Y1674-Z3620-X3710_footer-group p {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 14px !important;
    margin-bottom: 8px !important;
}

.Y1674-Z3620-X3710_footer-bottom {
    text-align: center !important;
    padding-top: 25px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.Y1674-Z3620-X3710_footer-bottom p {
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 13px !important;
    margin-bottom: 5px !important;
}

/* 반응형 디자인 */
@media (max-width: 768px) {
    .Y1674-Z3620-X3710_wrapper {
        padding: 0 15px !important;
    }
    
    .Y1674-Z3620-X3710_main-title {
        font-size: 28px !important;
        line-height: 1.2 !important;
    }
    
    .Y1674-Z3620-X3710_subtitle {
        font-size: 16px !important;
    }
    
    .Y1674-Z3620-X3710_badge-container {
        flex-direction: column !important;
        align-items: center !important;
        gap: 10px !important;
    }
    
    .Y1674-Z3620-X3710_price-box {
        flex-direction: column !important;
        gap: 15px !important;
    }
    
    .Y1674-Z3620-X3710_final-price {
        font-size: 26px !important;
        padding: 12px 20px !important;
    }
    
    .Y1674-Z3620-X3710_specs {
        flex-direction: column !important;
        align-items: center !important;
        gap: 10px !important;
    }
    
    .Y1674-Z3620-X3710_fluorescent-content {
        grid-template-columns: 1fr !important;
    }
    
    .Y1674-Z3620-X3710_fluorescent-card.main {
        grid-column: 1 !important;
        transform: none !important;
    }
    
    .Y1674-Z3620-X3710_features-grid {
        grid-template-columns: 1fr !important;
    }
    
    .Y1674-Z3620-X3710_usage-grid {
        grid-template-columns: 1fr !important;
    }
    
    .Y1674-Z3620-X3710_spec-row {
        flex-direction: column !important;
    }
    
    .Y1674-Z3620-X3710_spec-label {
        width: 100% !important;
        border-right: none !important;
        border-bottom: 1px solid #e3f2fd !important;
        border-radius: 0 !important;
    }
    
    .Y1674-Z3620-X3710_footer-content {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }
    
    .Y1674-Z3620-X3710_delivery-info {
        flex-direction: column !important;
        align-items: center !important;
    }
    
    .Y1674-Z3620-X3710_contact-item {
        flex-direction: column !important;
        text-align: center !important;
        gap: 5px !important;
    }
    
    .Y1674-Z3620-X3710_why-grid {
        grid-template-columns: 1fr !important;
    }
    
    .Y1674-Z3620-X3710_section-title {
        font-size: 24px !important;
    }
    
    .Y1674-Z3620-X3710_story-text {
        font-size: 16px !important;
    }
    
    .Y1674-Z3620-X3710_hero-section,
    .Y1674-Z3620-X3710_fluorescent-section,
    .Y1674-Z3620-X3710_features-section,
    .Y1674-Z3620-X3710_usage-section,
    .Y1674-Z3620-X3710_delivery-section,
    .Y1674-Z3620-X3710_why-section,
    .Y1674-Z3620-X3710_story-section,
    .Y1674-Z3620-X3710_order-section,
    .Y1674-Z3620-X3710_footer-section {
        padding: 30px 20px !important;
    }
    
    .Y1674-Z3620-X3710_fluorescent-section,
    .Y1674-Z3620-X3710_why-section,
    .Y1674-Z3620-X3710_story-section {
        padding: 40px 20px !important;
    }
    
    .Y1674-Z3620-X3710_footer-section {
        padding: 40px 20px 20px !important;
    }
}