/* lifting.css의 기본 스타일 복사 + 눈성형 전용 스타일 */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
    background: #ffffff;
    min-height: 100vh;
}


/* ========================================
   눈성형 전용 스타일
   ======================================== */

/* 눈 인트로 섹션 */
.eye-intro-section {
    padding: 150px 20px 80px;
    background: #ffffff;
}

.eye-container {
    max-width: 1400px;
    margin: 0 auto;
}

.intro-header {
    text-align: center;
    margin-bottom: 90px;
}

.intro-label {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 8px;
    color: #A6756A;
    margin-bottom: 20px;
}


.intro-image {
    max-width: 1400px;
    margin-bottom: 150px;
}

.intro-image img{
    width: 100%;
}


.intro-title {
    font-size: 42px;
    font-weight: bold;
    color: #000;
    margin-bottom: 30px;
    line-height: 1.4;
}

.intro-title span{
    color: #A6756A;

}

/* Feature Grid */
.feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.feature-item {
    text-align: center;
}

.feature-image {
    width: 100%;
    height: 350px;
    overflow: hidden;
    margin-bottom: 30px;
}

.feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feature-title {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}

.feature-title span{
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 15px;
}

.feature-desc {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
}

/* 체크사항 섹션 */
.recommend-section {
    padding: 100px 20px;
    background: #ffffff;
}

.recommend-content {
    display: flex;
    align-items: center;
    gap: 80px;
    max-width: 1400px;
    margin: 0 auto;
}


.recommend-text {
    flex: 1;
}

.recommend-label {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 10px;
    color: #A6756A;
    margin-bottom: 30px;
}

.recommend-title {
    font-size: 42px;
    font-weight: bold;
    color: #000;
    line-height: 1.3;
    margin-bottom: 60px;
}

.recommend-list {
    list-style: none;
    padding: 0;
}

.recommend-list li {
    font-size: 18px;
    color: #333;
    line-height: 1.8;
    padding-left: 20px;
    position: relative;
}

.recommend-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #000;
    font-weight: bold;
}

.recommend-image {
    flex: 1;
    max-width: 600px;
}

.recommend-image img {
    width: 100%;
    border-radius: 0 70px;
}

/* 절개는 매몰처럼 자연스러울까? 섹션 */
.natural-incision-section {
    padding: 100px 20px;
    background: #ffffff;
}

.natural-incision-header {
    text-align: center;
    margin-bottom: 80px;
}

.natural-incision-header h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.5;
    color: #000;
}

.natural-point-item {
    text-align: center;
    margin-bottom: 80px;
}

.natural-point-item:last-child {
    margin-bottom: 0;
}

.point-badge-natural {
    display: inline-block;
    padding: 8px 25px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #A6756A;
    color: #ffffff;
    background: #A6756A;
}

.natural-point-image {
    
    margin: 30px auto;
    max-width: 1000px;
}

.natural-point-image.full-width {
    max-width: 1200px;

}



.natural-point-image img {
    border-radius: 0 50px;
    width: 100%;
    display: block;
}

.natural-point-desc {
    font-size: 18px;
    color: #555;
    line-height: 1.8;
}

/* POINT 03 (이미지 2개 버전) 스타일 */
.point-badge-natural.filled {
    background-color: #A6756A;
    color: #ffffff;
    border: none;
}



.comparison-grid-point3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    max-width: 1000px;
    margin: 30px auto 0;
    align-items: start;
}

.comparison-item-point3 {
    text-align: center;
}

.comparison-image-point3 img {
    width: 100%;
    display: block;
}

.comparison-desc-point3 {
    margin-top: 20px;
    font-size: 16px;
    color: #555;
    line-height: 1.7;
}

.comparison-desc-point3 span {
    font-weight: bold;
    color: #000;
    border-bottom: 2px solid #A6756A;
    padding-bottom: 2px;
}

/* 체크사항 섹션 */
.recommend-section {
    padding: 100px 20px;
    background: #ffffff;
}

.recommend-content {
    display: flex;
    align-items: center;
    gap: 80px;
    max-width: 1400px;
    margin: 0 auto;
}


.recommend-text {
    flex: 1;
}

.recommend-label {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 10px;
    color: #A6756A;
    margin-bottom: 30px;
}

.recommend-title {
    font-size: 42px;
    font-weight: bold;
    color: #000;
    line-height: 1.3;
    margin-bottom: 60px;
}

.recommend-list {
    list-style: none;
    padding: 0;
}

.recommend-list li {
    font-size: 18px;
    color: #333;
    line-height: 1.8;
    padding-left: 20px;
    position: relative;
}

.recommend-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #000;
    font-weight: bold;
}

.recommend-image {
    flex: 1;
    max-width: 600px;
}

.recommend-image img {
    width: 100%;
    border-radius: 0 70px;
}

/* Why JN 섹션 */
.why-section {
    padding: 100px 20px;
    background: #fff;
}

.why-container {
    max-width: 1400px;
    margin: 0 auto;
}

.why-content {
    text-align: center;
}

.why-title {
    font-size: 44px;
    font-weight: 600;
    color: #000;
    line-height: 1.2;
    margin-bottom: 40px;
}

.why-title span{
    color: #A6756A;
    font-weight: 600;
}

.why-content p{
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 1.6;
}

.why-title-sub span{
    font-size: 26px;
    font-weight: 400;
    color: #000;
    line-height: 1.6;
}


/* 반응형 - 태블릿 */
@media (max-width: 1200px) {
    .feature-grid {
        gap: 30px;
    }
    
    .feature-image {
        height: 280px;
    }
    
    .intro-title {
        font-size: 36px;
    }
}

/* 반응형 - 모바일 */
@media (max-width: 768px) {
    .eye-intro-section {
        padding: 120px 20px 60px;
    }
    
    .intro-title {
        font-size: 26px;
    }
    
    .feature-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .feature-image {
        height: 250px;
    }
     
    .recommend-section {
        padding: 60px 20px;
    }
    
    .recommend-label {
        font-size: 12px;
        letter-spacing: 4px;
        margin-bottom: 20px;
    }
    
    .recommend-title {
        font-size: 26px;
        margin-bottom: 40px;
    }
    
    .recommend-content {
        flex-direction: column;
        gap: 40px;
    }
    
    .recommend-list li {
        font-size: 15px;
        line-height: 2.2;
    }
    
    .recommend-image {
        max-width: 100%;
    }
    
    .recommend-image img {
        border-radius: 0 40px;
    }

    .natural-incision-section {
        padding: 60px 20px;
    }
    .natural-incision-header h2 {
        font-size: 26px;
    }
    .natural-point-desc {
        font-size: 15px;
    }

    .desc-grid-point3 {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .desc-item-point3 p {
        font-size: 15px;
    }
    .comparison-grid-point3 {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .comparison-desc-point3 {
        font-size: 15px;
    }

    .recommend-section {
        padding: 60px 20px;
    }
    
    .recommend-label {
        font-size: 12px;
        letter-spacing: 4px;
        margin-bottom: 20px;
    }
    
    .recommend-title {
        font-size: 26px;
        margin-bottom: 40px;
    }
    
    .recommend-content {
        flex-direction: column;
        gap: 40px;
    }
    
    .recommend-list li {
        font-size: 15px;
        line-height: 2.2;
    }
    
    .recommend-image {
        max-width: 100%;
    }
    
    .recommend-image img {
        border-radius: 0 40px;
    }
}

/* 작은 모바일 */
@media (max-width: 480px) {
    .recommend-section {
        padding: 50px 15px;
    }
    
    .recommend-title {
        font-size: 22px;
        margin-bottom: 30px;
    }
    
    .recommend-list li {
        font-size: 14px;
        line-height: 2;
    }
}