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

.tree-hero-section {
    padding: 50px;
}

.impact-section {
    width: 100%;
    background: #870b0b;
    padding: 70px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.impact-container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.impact-card {
    background: #f5f5f5;
    border-radius: 14px;
    padding: 26px 20px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease;
}

.impact-card h2 {
    font-size: 40px;
    font-weight: 700;
    color: #7f0d0d;
    margin-bottom: 8px;
}

.impact-card p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.digital-process {
    width: 100%;
    background: #f7f7f7;
    padding: 90px 20px;
}

.process-container {
    margin: auto;
}

.process-header {
    text-align: center;
    margin-bottom: 70px;
}

.process-header h2 {
    font-size: 42px;
    font-weight: 600;
    color: #8b1111;
    margin-bottom: 16px;
}

.process-header p {
    max-width: 700px;
    margin: auto;
    color: #777;
    font-size: 15px;
    line-height: 1.7;
}

.process-steps {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

.process-steps::before {
    content: "";
    position: absolute;
    top: 42px;
    left: 5%;
    width: 90%;
    height: 2px;
    background: #ddd;
    z-index: 0;
}

.step {
    position: relative;
    z-index: 2;
    flex: 1;
    text-align: center;
}

.step-icon {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    border: 3px solid #8b1111;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 22px;
    transition: 0.3s ease;
}

.step-icon i {
    color: #8b1111;
    font-size: 24px;
}

.step:hover .step-icon {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(139, 17, 17, 0.15);
}

.step h3 {
    font-size: 24px;
    color: #8b1111;
    margin-bottom: 12px;
    font-weight: 600;
}

.step p {
    font-size: 14px;
    color: #888;
    line-height: 1.6;
    max-width: 180px;
    margin: auto;
}

.tp-comparison-section-v2 {
    width: 100%;
    padding: 80px 0;
    background: #ffffff;
    overflow: hidden;
}

.tp-comparison-container-v2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tp-comparison-content-v2 {
    flex: 1;
    max-width: 560px;
}

.tp-comparison-heading-v2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    color: #8b1111;
    margin-bottom: 38px;
}

.tp-comparison-card-v2 {
    position: relative;
    display: flex;
    align-items: stretch;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 26px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.tp-card-border-v2 {
    width: 6px;
    min-width: 6px;
}

.tp-red-border-v2 {
    background: #c31b1b;
}

.tp-green-border-v2 {
    background: #0f6b34;
}

.tp-card-content-v2 {
    padding: 28px 30px;
    width: 100%;
}

.tp-card-title-v2 {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1rem;
    font-weight: 800;
    color: #222;
    margin-bottom: 20px;
    letter-spacing: 0.3px;
}

.tp-legacy-card-v2 .tp-card-title-v2 i {
    color: #c31b1b;
}

.tp-innovation-card-v2 .tp-card-title-v2 i {
    color: #0f6b34;
}

.tp-card-list-v2 {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tp-card-list-v2 li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 7px;
    color: #7a7a7a;
    font-size: 0.95rem;
    line-height: 1.7;
}

.tp-legacy-card-v2 .tp-card-list-v2 li::before {
    content: "✕";
    position: absolute;
    left: 0;
    top: 3px;
    color: #c31b1b;
    font-size: 13px;
    font-weight: 700;
}

.tp-innovation-card-v2 .tp-card-list-v2 li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 3px;
    color: #0f6b34;
    font-size: 13px;
    font-weight: 700;
}

.platform-container {
    /* width: 100%; */
    background: #f7f7f7;
    padding: 90px 20px;
}

/* Titles */
.section-title {
    font-size: 42px;
    font-weight: 600;
    color: #8b1111;
    margin-bottom: 35px;
    text-align: center;
}

.section-title.mt {
    margin-top: 100px;
}

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

/* Cards */
.card {
    background: #fff;
    border-radius: 14px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
    position: relative;
}

.card h3 {
    font-size: 22px;
    margin: 10px 0;
    color: #7a1c1c;
    font-weight: 700;
}

.card p {
    font-size: 18px;
    color: #666;
    line-height: 1.5;
}

/* Icon */
.icon {
    width: 36px;
    height: 36px;
    background: #f3e8e8;
    color: #7a1c1c;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 18px;
}

/* Large card */
.card.large {
    grid-row: span 2;
}

.card.large img {
    width: 100%;
    border-radius: 10px;
    margin-top: 15px;
    height: 230px;
}

/* Highlight Card */
.card.highlight {
    grid-column: span 2;
    background: #7a1c1c;
    color: #fff;
}

.card.highlight p {
    color: #f1dada;
}

.card.highlight .icon {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

/* Milestones */
.milestone-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.milestone-card {
    background: #fff;
    border-radius: 14px;
    padding: 24px 20px;
    text-align: center;
    border: 1px solid transparent;

    display: flex;
    flex-direction: column;
    align-items: center;
    /* ✅ centers horizontally */
    justify-content: center;
}

/* Fix icon alignment */
.milestone-card .icon {
    width: 42px;
    height: 42px;
    background: #f3e8e8;
    color: #7a1c1c;
    border-radius: 12px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 12px;
}

.centralized {
    color: #ffffff !important;
}

.milestone-card h4 {
    margin: 10px 0;
    font-size: 18px;
    color: #7a1c1c;
    font-weight: 700;
}

.milestone-card p {
    font-size: 14px;
    color: #666;
}

/* Active milestone */
.milestone-card.active {
    border: 1.5px solid #7a1c1c;
}

.milestone-card.active h4 {
    color: #7a1c1c;
}

/* Responsive */
@media (max-width: 992px) {
    .capabilities-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .card.highlight {
        grid-column: span 2;
    }

    .milestone-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .capabilities-grid {
        grid-template-columns: 1fr;
    }

    .card.large {
        grid-row: span 1;
    }

    .card.highlight {
        grid-column: span 1;
    }

    .milestone-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 992px) {

    .tp-comparison-container-v2 {
        flex-direction: column;
        gap: 55px;
    }

    .tp-comparison-content-v2 {
        max-width: 100%;
    }

    .tp-comparison-heading-v2 {
        text-align: center;
        font-size: 28px;
    }

    .tp-comparison-image-v2 img {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 576px) {

    .tp-comparison-section-v2 {
        padding: 70px 0;
    }

    .tp-comparison-heading-v2 {
        font-size: 1.65rem;
        margin-bottom: 28px;
        text-align: center;
    }

    .tp-card-content-v2 {
        padding: 22px 20px;
    }

    .tp-card-title-v2 {
        font-size: 0.9rem;
        line-height: 1.5;
    }

    .tp-card-list-v2 li {
        font-size: 0.85rem;
        line-height: 1.6;
        margin-bottom: 12px;
    }

    .tp-comparison-image-v2 img {
        border-radius: 24px;
    }
}

@media (max-width: 992px) {

    .process-steps {
        flex-wrap: wrap;
        justify-content: center;
        gap: 50px 30px;
    }

    .process-steps::before {
        display: none;
    }

    .step {
        flex: 0 0 calc(50% - 20px);
    }

    .process-header h2 {
        font-size: 34px;
    }
}

@media (max-width: 576px) {

    .digital-process {
        padding: 70px 16px;
    }

    .process-header {
        margin-bottom: 50px;
    }

    .process-header h2 {
        font-size: 28px;
        line-height: 1.3;
    }

    .process-header p {
        font-size: 14px;
    }

    .step {
        flex: 0 0 100%;
    }

    .step-icon {
        width: 74px;
        height: 74px;
    }

    .step-icon i {
        font-size: 20px;
    }

    .step h3 {
        font-size: 20px;
    }

    .step p {
        max-width: 260px;
        font-size: 13px;
    }
}

@media (max-width: 992px) {
    .impact-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .impact-card h2 {
        font-size: 34px;
    }
}

@media (max-width: 576px) {
    .impact-section {
        padding: 50px 16px;
    }

    .impact-container {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .impact-card {
        padding: 22px 16px;
    }

    .impact-card h2 {
        font-size: 30px;
    }

    .impact-card p {
        font-size: 13px;
    }
}