/* ============================================
   Report Page Section
   ============================================ */

   .report-section {
    background: #FFFFFF;
    padding: 60px 20px 80px;
}

.report-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Header Section */
.report-header {
    margin-bottom: 60px;
}

.report-main-title {
    font-size: 54px;
    font-weight: 900;
    line-height: 1.5;
    margin: 0 0 20px;
    text-align: center;
    color: #D7172A;
}

.report-main-title .title-red,
.report-main-title .title-black {
    font-size: 24px;
}

.report-subtitle {
    font-size: 24px;
    font-weight: 400;
    color: #1C1C1C;
    text-align: center;
    margin: 0 0 40px;
    line-height: 1.6;
}

.report-intro-block {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 30px;
    align-items: center;
    /* background: #FFF5F6; */
    padding: 30px;
    border-radius: 12px;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    box-sizing: border-box;
}

.report-intro-illustration {
    display: flex;
    align-items: center;
    justify-content: center;
}

.illustration-placeholder {
    /* width: 100%;
    height: 200px;
    background: #FFE5EC; */
    /* border-radius: 8px; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.report-intro-text {
    font-size: 24px;
    font-weight: 400;
    color: #1C1C1C;
    line-height: 1.8;
}

/* Section Titles */
.report-section-title {
    font-size: 32px;
    font-weight: 700;
    color: #D7172A;
    margin: 0 0 0;
    line-height: 1.5;
    text-align: center;
}

.report-case-title {
    font-size: 24px;
    font-weight: 700;
    color: #D7172A;
    margin: 0 0 0;
    line-height: 1.5;
}

/* What is Report Section */
.report-what-section {
    margin-bottom: 60px;
}

.report-what-content {
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 30px;
    align-items: center;
    background: #FFF5F6;
    padding: 30px;
    border-radius: 12px;
}

.report-what-text {
    font-size: 20px;
    color: #1C1C1C;
    line-height: 1.5;
    background: #FFFFFF;
    padding: 20px;
    border-radius: 12px;
    height: 190px;
}

.report-what-text p {
    margin: 0 0 15px;
}

.report-what-text p:last-child {
    margin-bottom: 0;
}

.report-what-illustration {
    display: flex;
    align-items: center;
    justify-content: center;
}

.report-what-illustration .illustration-placeholder {
    width: 100%;
    height: auto;
}

.report-what-illustration .illustration-placeholder img {
    width: 100%;
    height: auto;
    display: block;
}

/* Quality Section */
.report-quality-section {
    margin-bottom: 10px;
}

.report-quality-subtitle {
    font-size: 20px;
    color: #1C1C1C;
    margin: 0 0 40px;
    line-height: 1.6;
    text-align: center;
}

.highlight-box {
    display: inline-block;
    background: #2877A1;
    color: #FFFFFF;
    border-radius: 6px;
    padding: 3px 10px;
    margin: 0 3px;
    font-weight: 400;
}

.report-quality-grid {
    display: flex;
    flex-direction: column;
    gap: 25px;
    max-width: 1000px;
    margin: 0 auto;
}

.report-quality-item {
    background: #FFF5F6;
    padding: 35px 40px;
    border-radius: 16px;
}

.report-quality-item-title {
    font-size: 24px;
    font-weight: 700;
    color: #1C1C1C;
    margin: 0 0 25px;
    line-height: 1.6;
    text-align: left;
}

.report-quality-list {
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 12px;
}

.report-quality-list li {
    font-size: 20px;
    color: #1C1C1C;
    line-height: 1.8;
    margin-bottom: 18px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.report-quality-list li:last-child {
    margin-bottom: 0;
}

.quality-icon {
    flex-shrink: 0;
    margin-top: 2px;
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quality-icon img {
    width: 24px;
    height: 24px;
    display: block;
}

/* Case Studies Section */
.report-cases-section {
    margin-bottom: 60px;
}

.report-case-item {
    margin-bottom: 50px;
    padding-bottom: 50px;
}

.report-case-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.report-case-item-pink .report-case-content {
    /* background: #FFF5F6; */
    padding: 30px;
    border-radius: 16px;
}

.report-case-item-yellow .report-case-content {
    /* background: #FFFBE5; */
    padding: 30px;
    border-radius: 16px;
}

.report-case-title {
    font-size: 24px;
    font-weight: 700;
    color: #D7172A;
    margin: 0;
    line-height: 1.5;
}

.case-number {
    display: inline-block;
    background: #D7172A;
    color: #FFFFFF;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 24px;
    font-weight: 700;
    margin-right: 8px;
}

.report-case-content {
    display: grid;
    grid-template-columns: 1fr 337px;
    gap: 30px;
    align-items: flex-start;
}

.report-case-item-reverse .report-case-content {
    grid-template-columns: 337px 1fr;
}

.report-case-item-reverse .report-case-illustration {
    order: -1;
}

.report-case-details {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.report-case-list {
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 12px;
}

.report-case-list li {
    font-size: 20px;
    color: #1C1C1C;
    line-height: 1.8;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.report-case-list li:last-child {
    margin-bottom: 0;
}

.case-list-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.case-list-icon img {
    width: 20px;
    height: 20px;
    display: block;
}

.report-case-quote {
    background: #FFE5EC;
    border: 2px solid #FFB6C1;
    padding: 20px;
    border-radius: 12px;
    margin-top: 20px;
}

.quote-label {
    font-size: 24px;
    font-weight: 700;
    color: #1C1C1C;
    margin: 0;
    line-height: 1.5;
}

.report-case-quote p {
    font-size: 20px;
    color: #1C1C1C;
    line-height: 1.8;
    margin: 0;
}

.report-case-quote.lawyer-quote .quote-author {
    font-size: 20px;
    color: #666;
    margin-top: 10px;
    font-style: italic;
}

.report-case-illustration {
    display: flex;
    align-items: center;
    justify-content: center;
}

.case-illustration {
    width: 100%;
    height: auto;
}

.case-illustration img {
    width: 100%;
    height: 435px;
    display: block;
    border-radius: 8px;
}

/* Summary Section */
.report-summary-section {
    margin-top: 60px;
}

.report-summary-subtitle {
    font-size: 32px;
    font-weight: 700;
    color: #D7172A;
    margin: 0 0 40px;
    line-height: 1.5;
    text-align: center;
}

.report-summary-box {
    border: 2px solid #FFB6C1;
    padding: 20px;
    border-radius: 12px;
    width: 800px;
    margin: auto;
}

.report-summary-box p {
    font-size: 20px;
    color: #1C1C1C;
    line-height: 1.8;
    margin: 0;
}

.btn-primary {
    text-align: center;
    margin-top: 40px;
}

.btn-primary-container {
    text-align: center;
    display: flex;
    justify-content: center;
}

.btn-primary-container a {
    text-decoration: none;
}

/* Responsive Design */
@media (max-width: 768px) {
    .report-section {
        padding: 40px 15px 60px;
        background: #F9F6F4;
    }

    .report-main-title {
        font-size: 32px;
    }

    .report-subtitle,
    .report-intro-text,
    .report-what-text,
    .report-quality-subtitle,
    .report-quality-item-title,
    .report-quality-list li,
    .report-case-title,
    .report-case-list li,
    .report-case-quote p,
    .report-summary-subtitle,
    .report-summary-box p {
        font-size: 16px;
    }

    .report-case-title {
        font-size: 24px;
    }

    .report-section-title,
    .report-quality-item-title,
    .report-subtitle {
        font-size: 20px;
    }

    .report-intro-block,
    .report-what-content,
    .report-case-content {
        grid-template-columns: 1fr;
        gap: 20px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .highlight-box {
        margin: 0;
        padding: 2px 6px;
        letter-spacing: -2px;
    }

    .report-intro-block {
        padding: 0;
    }

    .report-quality-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .report-intro-illustration,
    .report-what-illustration,
    .report-case-illustration {
        order: -1;
    }

    .report-what-content {
        padding: 20px;
        background: #FFEAEE;
    }

    .report-what-text {
        height: auto;
    }

    .illustration-placeholder {
        /* height: 150px; */
    }

    .report-quality-item {
        padding: 24px 20px;
        background: #FFEAEE;
    }

    .report-case-item-pink .report-case-content,
    .report-case-item-yellow .report-case-content {
        padding: 10px 0 0 0;
    }



    .report-case-content {
        gap: 20px;
        padding: 10px 0 0 0;
    }

    .report-summary-box {
        width: auto;
        max-width: 100%;
        margin: auto;
    }

    .case-illustration {
        height: auto;
    }

    .case-illustration img {
        height: auto;
        /* max-height: 240px;
        object-fit: cover; */
    }

    .report-intro-text {
        background: #FFFFFF;
        padding: 20px;
        border-radius: 20px;
    }

    .report-section-title,
    .report-summary-subtitle {
        font-size: 20px;
    }

    .report-case-item-reverse .report-case-content {
        grid-template-columns: unset;
    }
}