.intro-banner,
.role-item,
.role-number,
.roles-timeline,
.subsection-title {
    position: relative
}
.environmental-disclosure-section {
    background: linear-gradient(180deg, #f8f9fa 0, #fff 100%)
}
.intro-banner {
    background: linear-gradient(135deg, var(--secondary-color) 0, #1a2540 100%);
    border-radius: 20px;
    padding: 40px 30px;
    overflow: hidden
}
.disclosure-section-wrapper,
.pillar-card {
    background: #fff;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .08)
}
.intro-banner:before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: url('assets/images/shape/shape-17.png') center/contain no-repeat;
    opacity: .05;
    transform: rotate(15deg)
}
.intro-banner .icon-box {
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, .1);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto
}
.intro-banner .icon-box i {
    font-size: 50px;
    color: var(--theme-color)
}
.intro-banner .sub-title {
    color: var(--theme-color);
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
    text-align: center
}
.intro-banner .main-title {
    color: #fff;
    font-size: 48px;
    font-weight: 800;
    text-align: center
}
.intro-banner .lead-text {
    color: rgba(255, 255, 255, .9);
    font-size: 18px;
    line-height: 1.8;
    text-align: justify
}
.pillars-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px
}
.pillar-card {
    padding: 40px 30px;
    border-radius: 15px;
    text-align: center;
    transition: .4s;
    border-bottom: 4px solid transparent
}
.pillar-card:hover {
    transform: translateY(-10px);
    border-bottom-color: var(--theme-color);
    box-shadow: 0 20px 60px rgba(0, 0, 0, .15)
}
.pillar-card .pillar-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--theme-color) 0, #c41e21 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px
}
.pillar-card .pillar-icon i {
    font-size: 32px;
    color: #fff
}
.pillar-card h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--title-color)
}
.pillar-card p {
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-color);
    text-align: justify
}
.disclosure-section-wrapper {
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 30px
}
.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 3px solid #f0f0f0
}
.section-header .section-number {
    font-size: 56px;
    font-weight: 800;
    color: rgba(235, 41, 44, .12);
    margin-right: 20px;
    line-height: 1
}
.section-header h3 {
    font-size: 32px;
    font-weight: 800;
    color: var(--title-color);
    margin: 0
}
.section-header .header-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--secondary-color) 0, #1a2540 100%);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center
}
.future-item .future-icon i,
.section-header .header-icon i {
    font-size: 28px;
    color: #fff
}

/* === ALL PARAGRAPHS JUSTIFIED === */
.section-content p,
.subsection-title-wrap p,
.step-content p,
.metrics-content-box p,
.future-content-box p,
.future-text-wrapper p,
.role-content p,
.commitment-content p,
.risk-type-box p,
.future-item p {
    text-align: justify !important;
    line-height: 1.8;
    font-size: 16px;
    color: var(--text-color);
    margin-bottom: 18px
}
.section-content p:last-child,
.subsection-title-wrap p:last-child,
.step-content p:last-child,
.metrics-content-box p:last-child,
.future-content-box p:last-child,
.future-text-wrapper p:last-child,
.role-content p:last-child,
.commitment-content p:last-child,
.risk-type-box p:last-child,
.future-item p:last-child {
    margin-bottom: 0
}

/* Lead Paragraph - Yellow/Gold Border */
.lead-paragraph {
    font-size: 17px;
    line-height: 1.9;
    color: var(--title-color);
    padding: 22px 25px;
    border-left: 5px solid #e8b931;
    background: linear-gradient(135deg, #fffef5 0, #fff 100%);
    margin-bottom: 25px;
    border-radius: 0 10px 10px 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    text-align: justify !important
}

/* Subsection Title - Blue */
.subsection-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--secondary-color);
    padding-left: 18px;
    margin-bottom: 20px;
    border-left: 4px solid var(--secondary-color);
    line-height: 1.3
}
.subsection-title-wrap {
    margin-bottom: 30px
}
.subsection-title-wrap p {
    padding: 16px 20px;
    background: #f8f9fa;
    border-left: 4px solid var(--secondary-color);
    border-radius: 0 8px 8px 0
}

/* Strategy Items */
.strategy-list-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 20px
}
.strategy-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 18px;
    background: linear-gradient(135deg, #f8f9fa 0, #fff 100%);
    border-radius: 12px;
    transition: .3s;
    border: 1px solid #e8ecf1
}
.strategy-item:hover {
    background: linear-gradient(135deg, rgba(235, 41, 44, .05) 0, rgba(10, 15, 32, .05) 100%);
    transform: translateX(5px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.08)
}
.strategy-item .item-icon {
    flex-shrink: 0;
    width: 35px;
    height: 35px;
    background: var(--secondary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}
.strategy-item .item-icon i {
    font-size: 16px;
    color: #fff
}
.strategy-item h5 {
    font-size: 16px;
    font-weight: 600;
    color: var(--title-color);
    line-height: 1.5;
    margin: 0;
    text-align: justify
}

/* Commitment Box */
.commitment-box {
    background: linear-gradient(135deg, #36e80a8f 0, #007dcc 100%);
    padding: 35px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 30px;
    box-shadow: 0 8px 25px rgba(0,124,204,0.2)
}
.commitment-icon {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}
.commitment-icon i {
    font-size: 32px;
    color: #fff
}
.commitment-content p {
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
    text-align: justify !important
}

/* Risk Step Cards */
.risk-step-card {
    background: linear-gradient(135deg, #f8f9fa 0, #fff 100%);
    border-radius: 15px;
    padding: 35px;
    border: 2px solid #e8ecf1;
    margin-bottom: 25px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05)
}
.risk-step-card:last-child {
    margin-bottom: 0
}
.step-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e8ecf1
}
.step-number-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--secondary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    flex-shrink: 0
}
.step-header h4 {
    font-size: 22px;
    font-weight: 700;
    color: var(--title-color);
    margin: 0
}
.step-content p {
    padding: 18px 22px;
    background: #f8f9fa;
    border-left: 4px solid var(--secondary-color);
    border-radius: 0 8px 8px 0
}

/* Risk Types Grid */
.risk-types-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 20px
}
.risk-type-box {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    border-left: 4px solid var(--secondary-color);
    box-shadow: 0 3px 12px rgba(0,0,0,0.06)
}
.risk-type-box h5 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--title-color)
}
.risk-type-box h5 i {
    color: var(--secondary-color);
    margin-right: 10px
}
.risk-type-box p {
    font-size: 16px;
    line-height: 1.7;
    color: var(--text-color);
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
    text-align: justify !important
}

/* Measurement & Mitigation Lists */
.measurement-list,
.mitigation-list {
    list-style: none;
    padding: 0;
    margin: 20px 0 0
}
.measurement-list li,
.mitigation-list li {
    position: relative;
    padding: 18px 20px 18px 50px;
    margin-bottom: 15px;
    line-height: 1.7;
    font-size: 16px;
    color: var(--text-color);
    background: #f8f9fa;
    border-radius: 0 8px 8px 0;
    border-left: 4px solid var(--secondary-color);
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    text-align: justify !important
}
.measurement-list li:before,
.mitigation-list li:before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--secondary-color);
    font-weight: 600;
    font-size: 16px
}

/* Metrics Content */
.metrics-content-box p {
    padding: 18px 22px;
    background: #f8f9fa;
    border-left: 4px solid var(--secondary-color);
    border-radius: 0 8px 8px 0
}

/* Future Enhancements */
.future-content-box p {
    padding: 18px 22px;
    background: #f8f9fa;
    border-left: 4px solid var(--secondary-color);
    border-radius: 0 8px 8px 0
}
.future-text-wrapper {
    margin-top: 20px
}
.future-text-wrapper p {
    padding: 18px 22px;
    background: #f8f9fa;
    border-left: 4px solid var(--secondary-color);
    border-radius: 0 8px 8px 0
}

/* Roles Timeline */
.roles-wrapper .subsection-title {
    margin-bottom: 30px
}
.roles-timeline {
    padding-left: 0
}
.roles-timeline::before {
    content: '';
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, var(--secondary-color) 0, rgba(26, 37, 64, .2) 100%);
    border-radius: 2px
}
.role-item {
    display: flex;
    gap: 25px;
    margin-bottom: 20px;
    transition: .3s
}
.role-item::before {
    content: '';
    position: absolute;
    left: 22px;
    top: 25px;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 4px solid var(--secondary-color);
    border-radius: 50%;
    z-index: 2;
    transition: .3s
}
.role-item:hover::before {
    background: var(--secondary-color);
    transform: scale(1.2);
    box-shadow: 0 0 0 6px rgba(26, 123, 255, .15)
}
.role-number {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--secondary-color) 0, #1a2540 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    box-shadow: 0 4px 15px rgba(26, 123, 255, .25)
}
.role-number i {
    font-size: 24px;
    color: #fff
}
.role-content {
    flex: 1;
    background: #fff;
    border-radius: 12px;
    padding: 25px 28px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .06);
    border: 2px solid #e8ecf1;
    border-left: 4px solid var(--secondary-color);
    transition: .3s
}
.role-item:hover .role-content {
    box-shadow: 0 8px 30px rgba(0, 0, 0, .1);
    border-left-color: var(--theme-color)
}
.role-content h5 {
    margin: 0 0 12px;
    font-size: 18px;
    font-weight: 700;
    color: var(--title-color)
}
.role-content p {
    font-size: 16px;
    line-height: 1.7;
    color: var(--text-color);
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
    text-align: justify !important
}

/* Italic Text */
.italic-text {
    font-style: italic;
    color: var(--secondary-color);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: justify !important
}

/* Responsive */
@media (max-width:1200px) {
    .pillars-grid,
    .responsibilities-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}
@media (max-width:991px) {
    .intro-banner .main-title {
        font-size: 36px
    }
    .future-grid,
    .risk-types-grid,
    .strategy-list-wrapper {
        grid-template-columns: 1fr
    }
}
@media (max-width:768px) {
    .pillars-grid,
    .responsibilities-grid {
        grid-template-columns: 1fr
    }
    .disclosure-section-wrapper {
        padding: 25px 20px
    }
    .commitment-box,
    .section-header {
        flex-direction: column;
        text-align: center
    }
    .section-header .header-icon {
        margin-top: 20px
    }
    .roles-timeline::before {
        left: 20px
    }
    .role-item::before {
        left: 12px;
        width: 18px;
        height: 18px
    }
    .role-number {
        width: 42px;
        height: 42px
    }
    .role-number i {
        font-size: 18px
    }
    .role-content {
        padding: 18px 20px
    }
    .role-content h5 {
        font-size: 16px
    }
    .risk-step-card {
        padding: 25px 20px
    }
    .lead-paragraph {
        padding: 18px 20px;
        font-size: 16px
    }
    .section-content p,
    .step-content p,
    .metrics-content-box p,
    .future-content-box p,
    .future-text-wrapper p,
    .subsection-title-wrap p {
        padding: 15px 18px;
        font-size: 16px
    }
}
@media (max-width:480px) {
    .role-item {
        flex-direction: column;
        gap: 15px
    }
    .role-item::before,
    .roles-timeline::before {
        display: none
    }
    .role-number {
        width: 50px;
        height: 50px
    }
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth
}

/* Scroll Margin for Sections */
.disclosure-section-wrapper {
    scroll-margin-top: 100px
}

/* Page Title Backgrounds */
#tf-page-title .bg-layer {
    background-image: url(../images/background/innerbanner01.webp);
}
#tf-page-title .pattern-1 {
    background-image: url(../images/shape/shape-18.png);
}
#tf-page-title .pattern-2 {
    background-image: url(../images/shape/shape-17.png);
}