.aestheticsAcneScar_page {
    width: 100%;
    background: #f8f5f2;
    padding-bottom: 40px;
}

.aestheticsAcneScar_hero {
    position: relative;
    padding: 70px 20px 60px;
    background: linear-gradient(135deg, #f7ede7 0%, #fdf8f5 100%);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.aestheticsAcneScar_heroContent {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.aestheticsAcneScar_badge {
    display: inline-block;
    background: #ffffff;
    color: #7a4b2c;
    border: 1px solid rgba(122, 75, 44, 0.15);
    border-radius: 999px;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 18px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
}

.aestheticsAcneScar_mainTitle {
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.2;
    font-weight: 700;
    color: #1f1f1f;
    margin: 0 0 18px;
}

.aestheticsAcneScar_heroText {
    max-width: 900px;
    margin: 0 auto;
    font-size: 1.05rem;
    line-height: 1.9;
    color: #4f4f4f;
}

.aestheticsAcneScar_buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.aestheticsAcneScar_btnPrimary,
.aestheticsAcneScar_btnSecondary,
.aestheticsAcneScar_option,
.aestheticsAcneScar_form button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: none;
    border-radius: 12px;
    padding: 14px 22px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
}

.aestheticsAcneScar_btnPrimary,
.aestheticsAcneScar_form button {
    background: #111111;
    color: #ffffff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.aestheticsAcneScar_btnPrimary:hover,
.aestheticsAcneScar_form button:hover {
    transform: translateY(-2px);
    background: #2b2b2b;
}

.aestheticsAcneScar_btnSecondary {
    background: #ffffff;
    color: #111111;
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.aestheticsAcneScar_btnSecondary:hover {
    transform: translateY(-2px);
    background: #f4f4f4;
}

.aestheticsAcneScar_container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 28px 16px 0;
}

.aestheticsAcneScar_card {
    background: #ffffff;
    border-radius: 20px;
    padding: 28px 24px;
    margin-bottom: 24px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.aestheticsAcneScar_sectionTitle {
    font-size: clamp(1.4rem, 2.4vw, 2rem);
    line-height: 1.3;
    color: #1e1e1e;
    margin: 0 0 18px;
    font-weight: 700;
}

.aestheticsAcneScar_card p,
.aestheticsAcneScar_card li {
    font-size: 1rem;
    line-height: 1.9;
    color: #444444;
}

.aestheticsAcneScar_card h3 {
    font-size: 1.2rem;
    color: #212121;
    margin-top: 24px;
    margin-bottom: 10px;
    font-weight: 700;
}

.aestheticsAcneScar_card ul {
    padding-left: 20px;
    margin: 10px 0 0;
}

.aestheticsAcneScar_card li {
    margin-bottom: 10px;
}

.aestheticsAcneScar_inlineLink {
    color: #7a4b2c;
    text-decoration: none;
    font-weight: 600;
}

.aestheticsAcneScar_inlineLink:hover {
    text-decoration: underline;
}

.aestheticsAcneScar_scarSelector {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 18px;
}

.aestheticsAcneScar_option {
    width: 100%;
    background: #faf6f2;
    color: #2a2a2a;
    border: 1px solid rgba(122, 75, 44, 0.15);
    min-height: 62px;
    text-align: center;
    box-shadow: none;
}

.aestheticsAcneScar_option:hover {
    background: #f3e7dd;
    transform: translateY(-2px);
}

.aestheticsAcneScar_resultBox {
    margin-top: 18px;
    background: #fcfaf8;
    border: 1px solid rgba(122, 75, 44, 0.12);
    border-left: 4px solid #7a4b2c;
    border-radius: 14px;
    padding: 18px;
    color: #333333;
    font-size: 1rem;
    line-height: 1.8;
}

.aestheticsAcneScar_form {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    max-width: 620px;
}

.aestheticsAcneScar_form label {
    font-size: 0.95rem;
    font-weight: 600;
    color: #222222;
    margin-bottom: -6px;
}

.aestheticsAcneScar_form select,
.aestheticsAcneScar_form input,
.aestheticsAcneScar_form textarea {
    width: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 12px;
    padding: 14px 14px;
    font-size: 15px;
    background: #ffffff;
    color: #222222;
    outline: none;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.aestheticsAcneScar_form select:focus,
.aestheticsAcneScar_form input:focus,
.aestheticsAcneScar_form textarea:focus {
    border-color: #7a4b2c;
    box-shadow: 0 0 0 4px rgba(122, 75, 44, 0.08);
}

.aestheticsAcneScar_gridTwo {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.aestheticsAcneScar_infoGrid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 16px;
}

.aestheticsAcneScar_infoBox {
    background: #fcfaf8;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    padding: 18px;
}

.aestheticsAcneScar_infoBox h3 {
    margin-top: 0;
}

.aestheticsAcneScar_slider {
    position: relative;
    width: 100%;
    max-width: 760px;
    height: 420px;
    margin: 18px auto 0;
    overflow: hidden;
    border-radius: 18px;
    background: #eeeeee;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}

.aestheticsAcneScar_slider img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aestheticsAcneScar_before {
    z-index: 1;
}

.aestheticsAcneScar_after {
    z-index: 2;
    width: 50%;
    border-right: 3px solid #ffffff;
}

.aestheticsAcneScar_compareHandle {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 44px;
    height: 100%;
    z-index: 3;
    cursor: ew-resize;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aestheticsAcneScar_compareHandle::before {
    content: "↔";
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #ffffff;
    color: #111111;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.16);
}

.aestheticsAcneScar_faqList {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.aestheticsAcneScar_faqItem {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
}

.aestheticsAcneScar_faqQuestion {
    width: 100%;
    text-align: left;
    background: #faf8f6;
    color: #1d1d1d;
    border: none;
    padding: 16px 18px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
}

.aestheticsAcneScar_faqQuestion:hover {
    background: #f4efea;
}

.aestheticsAcneScar_faqAnswer {
    display: none;
    padding: 0 18px 16px;
}

.aestheticsAcneScar_faqItem.active .aestheticsAcneScar_faqAnswer {
    display: block;
}

.aestheticsAcneScar_relatedGrid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.aestheticsAcneScar_relatedBox {
    background: #fcfaf8;
    border-radius: 16px;
    padding: 18px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.aestheticsAcneScar_relatedBox h3 {
    margin-top: 0;
}

.aestheticsAcneScar_relatedBox ul {
    margin: 0;
    padding-left: 18px;
}

.aestheticsAcneScar_relatedBox a {
    color: #7a4b2c;
    text-decoration: none;
    font-weight: 600;
}

.aestheticsAcneScar_relatedBox a:hover {
    text-decoration: underline;
}

.heroimage1.commonimage {
    width: 100%;
    max-width: 760px;
    display: block;
    margin: 14px auto 22px;
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}





/* LEFT TEXT SECTION */



/* RIGHT IMAGE SECTION */


/* slider height */







/* responsive */






@media (max-width: 991px) {

    .aestheticsAcneScar_gridTwo,
    .aestheticsAcneScar_infoGrid,
    .aestheticsAcneScar_relatedGrid,
    .aestheticsAcneScar_scarSelector {
        grid-template-columns: 1fr;
    }

    .aestheticsAcneScar_slider {
        height: 340px;
    }
}

@media (max-width: 767px) {
    .aestheticsAcneScar_hero {
        padding: 54px 16px 44px;
    }

    .aestheticsAcneScar_card {
        padding: 22px 16px;
        border-radius: 16px;
    }

    .aestheticsAcneScar_mainTitle {
        font-size: 2rem;
    }

    .aestheticsAcneScar_heroText,
    .aestheticsAcneScar_card p,
    .aestheticsAcneScar_card li {
        font-size: 0.97rem;
        line-height: 1.8;
    }

    .aestheticsAcneScar_buttons {
        flex-direction: column;
    }

    .aestheticsAcneScar_btnPrimary,
    .aestheticsAcneScar_btnSecondary,
    .aestheticsAcneScar_option,
    .aestheticsAcneScar_form button {
        width: 100%;
    }

    .aestheticsAcneScar_slider {
        height: 250px;
        border-radius: 14px;
    }

    .heroimage1.commonimage {
        border-radius: 14px;
    }



}