/* Additional homepage sections for APINDO <?= $BRAND_TITLE ?>.
   This file is intentionally readable and is not minified. */

.apindo-modern-section {
    padding: 88px 0;
    position: relative;
    overflow: hidden;
}

.apindo-section-heading {
    margin: 0 auto 46px;
    max-width: 820px;
}

.apindo-section-heading h2 {
    margin-bottom: 16px;
}

.apindo-section-heading p {
    color: #636464;
    font-size: 18px;
    line-height: 1.75;
    margin-bottom: 0;
}

.apindo-section-kicker {
    color: #007cc2;
    display: inline-block;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.8px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.apindo-section-kicker--light {
    color: #73cef9;
}

.apindo-pillars {
    background: linear-gradient(180deg, #ffffff 0%, #f4f9fc 100%);
}

.apindo-pillar-grid {
    align-items: stretch;
}

.apindo-pillar-card {
    background: #ffffff;
    border: 1px solid rgba(0, 124, 194, 0.12);
    border-radius: 22px;
    box-shadow: 0 18px 45px rgba(25, 56, 94, 0.08);
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 32px 28px 28px;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.apindo-pillar-card:hover {
    border-color: rgba(0, 124, 194, 0.36);
    box-shadow: 0 24px 60px rgba(25, 56, 94, 0.14);
    transform: translateY(-8px);
}

.apindo-card-number {
    color: rgba(0, 124, 194, 0.12);
    font-size: 42px;
    font-weight: 900;
    line-height: 1;
    position: absolute;
    right: 22px;
    top: 20px;
}

.apindo-icon-box {
    align-items: center;
    background: linear-gradient(135deg, #007cc2, #19385e);
    border-radius: 16px;
    color: #ffffff;
    display: flex;
    font-size: 24px;
    height: 58px;
    justify-content: center;
    margin-bottom: 24px;
    width: 58px;
}

.apindo-pillar-card h3 {
    color: #19385e;
    font-size: 21px;
    font-weight: 800;
    margin-bottom: 14px;
}

.apindo-pillar-card p {
    color: #636464;
    line-height: 1.7;
    margin-bottom: 24px;
}

.apindo-pillar-card a {
    align-items: center;
    color: #007cc2;
    display: inline-flex;
    font-weight: 700;
    gap: 9px;
    margin-top: auto;
    text-decoration: none;
}

.apindo-pillar-card a i {
    font-size: 13px;
    transition: transform 0.25s ease;
}

.apindo-pillar-card a:hover i {
    transform: translateX(4px);
}

.apindo-ecosystem {
    background: #19385e;
    color: #ffffff;
}

.apindo-ecosystem::before,
.apindo-ecosystem::after {
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 50%;
    content: "";
    height: 420px;
    position: absolute;
    width: 420px;
}

.apindo-ecosystem::before {
    left: -210px;
    top: -210px;
}

.apindo-ecosystem::after {
    bottom: -250px;
    right: -160px;
}

.apindo-ecosystem-copy {
    position: relative;
    z-index: 2;
}

.apindo-ecosystem-copy h2 {
    color: #ffffff;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
}

.apindo-ecosystem-copy > p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 17px;
    line-height: 1.75;
    margin-bottom: 28px;
}

.apindo-benefit-list {
    display: grid;
    gap: 18px;
    margin-bottom: 30px;
}

.apindo-benefit-item {
    align-items: flex-start;
    display: flex;
    gap: 14px;
}

.apindo-benefit-item > span {
    color: #4abeff;
    font-size: 21px;
    line-height: 1;
    margin-top: 3px;
}

.apindo-benefit-item h3 {
    color: #ffffff;
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 4px;
}

.apindo-benefit-item p {
    color: rgba(255, 255, 255, 0.68);
    line-height: 1.55;
    margin-bottom: 0;
}

.apindo-modern-button {
    border: 0;
    display: inline-flex;
    justify-content: center;
    text-decoration: none;
}

.apindo-ecosystem-visual {
    aspect-ratio: 1 / 1;
    margin: 0 auto;
    max-width: 520px;
    position: relative;
}

.apindo-orbit {
    border: 1px dashed rgba(255, 255, 255, 0.28);
    border-radius: 50%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.apindo-orbit--outer {
    height: 90%;
    width: 90%;
}

.apindo-orbit--inner {
    height: 62%;
    width: 62%;
}

.apindo-orbit-center {
    align-items: center;
    background: #ffffff;
    border: 10px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    height: 190px;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 190px;
    z-index: 2;
}

.apindo-orbit-center img {
    height: auto;
    margin-bottom: 10px;
    max-width: 72px;
}

.apindo-orbit-center span {
    color: #19385e;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.apindo-orbit-node {
    align-items: center;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 7px;
    justify-content: center;
    min-height: 90px;
    padding: 12px;
    position: absolute;
    width: 104px;
}

.apindo-orbit-node i {
    color: #4abeff;
    font-size: 24px;
}

.apindo-orbit-node span {
    font-size: 13px;
    font-weight: 700;
}

.apindo-orbit-node--one { left: 5%; top: 20%; }
.apindo-orbit-node--two { right: 2%; top: 16%; }
.apindo-orbit-node--three { bottom: 10%; left: 13%; }
.apindo-orbit-node--four { bottom: 7%; right: 10%; }

.apindo-programs {
    background: #ffffff;
}

.apindo-section-heading--split {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
    max-width: none;
}

.apindo-section-heading--split > div {
    max-width: 610px;
}

.apindo-section-heading--split > p {
    max-width: 440px;
}

.apindo-program-stack {
    display: grid;
    gap: 18px;
}

.apindo-program-card {
    align-items: center;
    background: #f7fafc;
    border: 1px solid #e8f0f5;
    border-radius: 20px;
    display: grid;
    gap: 24px;
    grid-template-columns: 76px 1fr 52px;
    padding: 24px 26px;
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.apindo-program-card:hover {
    background: #ffffff;
    box-shadow: 0 20px 55px rgba(25, 56, 94, 0.1);
    transform: translateX(8px);
}

.apindo-program-icon {
    align-items: center;
    background: #e5f5fd;
    border-radius: 18px;
    color: #007cc2;
    display: flex;
    font-size: 26px;
    height: 68px;
    justify-content: center;
    width: 68px;
}

.apindo-program-content > span {
    color: #007cc2;
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.2px;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.apindo-program-content h3 {
    color: #19385e;
    font-size: 23px;
    font-weight: 800;
    margin-bottom: 8px;
}

.apindo-program-content p {
    color: #636464;
    line-height: 1.65;
    margin-bottom: 0;
}

.apindo-program-card > a {
    align-items: center;
    border: 1px solid rgba(0, 124, 194, 0.28);
    border-radius: 50%;
    color: #007cc2;
    display: flex;
    height: 48px;
    justify-content: center;
    text-decoration: none;
    transition: background-color 0.25s ease, color 0.25s ease;
    width: 48px;
}

.apindo-program-card > a:hover {
    background: #007cc2;
    color: #ffffff;
}

.apindo-journey {
    background: linear-gradient(180deg, #f4f9fc 0%, #ffffff 100%);
    padding-top: 40px;
}

.apindo-journey-panel {
    background: linear-gradient(135deg, #007cc2 0%, #19385e 100%);
    border-radius: 30px;
    box-shadow: 0 28px 70px rgba(25, 56, 94, 0.22);
    color: #ffffff;
    overflow: hidden;
    padding: 64px 48px 42px;
    position: relative;
}

.apindo-journey-panel::before {
    background: radial-gradient(circle, rgba(255, 255, 255, 0.14) 0, rgba(255, 255, 255, 0) 70%);
    content: "";
    height: 520px;
    position: absolute;
    right: -180px;
    top: -240px;
    width: 520px;
}

.apindo-journey .apindo-section-heading {
    position: relative;
    z-index: 2;
}

.apindo-journey .apindo-section-heading h2,
.apindo-journey .apindo-section-heading p {
    color: #ffffff;
}

.apindo-journey .apindo-section-heading p {
    color: rgba(255, 255, 255, 0.76);
}

.apindo-journey-steps {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 42px;
    position: relative;
    z-index: 2;
}

.apindo-journey-step {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 20px;
    min-height: 220px;
    padding: 24px;
    position: relative;
}

.apindo-journey-step > span {
    color: rgba(255, 255, 255, 0.28);
    font-size: 34px;
    font-weight: 900;
    position: absolute;
    right: 18px;
    top: 14px;
}

.apindo-journey-step > i {
    color: #73cef9;
    font-size: 27px;
    margin-bottom: 30px;
}

.apindo-journey-step h3 {
    color: #ffffff;
    font-size: 19px;
    font-weight: 800;
    margin-bottom: 10px;
}

.apindo-journey-step p {
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.6;
    margin-bottom: 0;
}

.apindo-journey-cta {
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    display: flex;
    gap: 28px;
    justify-content: space-between;
    padding-top: 32px;
    position: relative;
    z-index: 2;
}

.apindo-journey-cta strong,
.apindo-journey-cta span {
    display: block;
}

.apindo-journey-cta strong {
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 5px;
}

.apindo-journey-cta span {
    color: rgba(255, 255, 255, 0.7);
}

.apindo-journey-actions {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    gap: 12px;
}

.apindo-modern-button--light {
    background: #ffffff;
    color: #19385e;
}

.apindo-modern-button--light:hover {
    color: #19385e;
}

.apindo-outline-button {
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    font-weight: 700;
    padding: 12px 22px;
    text-decoration: none;
    transition: background-color 0.25s ease, color 0.25s ease;
}

.apindo-outline-button:hover {
    background: #ffffff;
    color: #19385e;
}

@media (max-width: 1199px) {
    .apindo-journey-steps {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {
    .apindo-modern-section {
        padding: 70px 0;
    }

    .apindo-ecosystem-copy h2 {
        font-size: 34px;
    }

    .apindo-section-heading--split {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }

    .apindo-section-heading--split > p {
        max-width: 700px;
    }

    .apindo-journey-panel {
        padding: 54px 30px 36px;
    }

    .apindo-journey-cta {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .apindo-modern-section {
        padding: 58px 0;
    }

    .apindo-section-heading {
        margin-bottom: 34px;
    }

    .apindo-section-heading p {
        font-size: 16px;
    }

    .apindo-ecosystem-copy h2 {
        font-size: 30px;
    }

    .apindo-ecosystem-visual {
        max-width: 430px;
    }

    .apindo-orbit-center {
        height: 150px;
        width: 150px;
    }

    .apindo-orbit-center img {
        max-width: 58px;
    }

    .apindo-orbit-node {
        min-height: 78px;
        width: 88px;
    }

    .apindo-program-card {
        align-items: flex-start;
        grid-template-columns: 58px 1fr;
        padding: 22px;
    }

    .apindo-program-icon {
        border-radius: 14px;
        font-size: 22px;
        height: 52px;
        width: 52px;
    }

    .apindo-program-card > a {
        grid-column: 2;
        height: 42px;
        width: 42px;
    }

    .apindo-journey-panel {
        border-radius: 22px;
        padding: 46px 22px 28px;
    }

    .apindo-journey-steps {
        grid-template-columns: 1fr;
    }

    .apindo-journey-step {
        min-height: auto;
    }

    .apindo-journey-actions {
        align-items: stretch;
        flex-direction: column;
        width: 100%;
    }

    .apindo-journey-actions a {
        text-align: center;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .apindo-ecosystem-visual {
        transform: scale(0.92);
    }

    .apindo-orbit-node--one { left: 0; }
    .apindo-orbit-node--two { right: 0; }
    .apindo-orbit-node--three { left: 4%; }
    .apindo-orbit-node--four { right: 3%; }
}
