/* Portal KTA landing page V7. Seluruh selector dipisahkan agar tidak bertabrakan dengan dashboard. */
.home-page-v7,
.home-page-v7 * {
    box-sizing: border-box;
}

.home-page-v7 {
    margin: 0;
    color: #17231c;
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

.home-main-v7 {
    width: 100%;
    margin: 0;
    padding: 0;
}

.kta-home-v7 {
    width: 100%;
    overflow-x: hidden;
    background: #fff;
}

.kta-home-v7 a {
    text-decoration: none;
}

.kta-container-v7 {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
}

.kta-header-v7 {
    position: sticky;
    z-index: 1000;
    top: 0;
    width: 100%;
    min-height: 78px;
    border-top: 3px solid #08763a;
    border-bottom: 1px solid #e6eee9;
    background: rgba(255,255,255,.97);
    box-shadow: 0 8px 28px rgba(21,73,43,.07);
}

.kta-header-inner-v7 {
    display: flex;
    min-height: 75px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.kta-brand-v7 {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 12px;
    color: #17231c;
}

.kta-logo-box-v7 {
    display: grid;
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    place-items: center;
    overflow: hidden;
    color: #fff;
    font-weight: 800;
    border-radius: 8px;
    background: #08763a;
}

.kta-logo-box-v7 img {
    display: block;
    width: 100%;
    height: 100%;
    padding: 3px;
    object-fit: contain;
}

.kta-brand-copy-v7 {
    display: block;
    min-width: 0;
}

.kta-brand-copy-v7 strong,
.kta-brand-copy-v7 small {
    display: block;
}

.kta-brand-copy-v7 strong {
    overflow: hidden;
    max-width: 410px;
    color: #15241b;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.kta-brand-copy-v7 small {
    margin-top: 3px;
    color: #16814a;
    font-size: 12px;
}

.kta-nav-v7 {
    display: flex;
    align-items: center;
    gap: 5px;
}

.kta-nav-v7 a {
    position: relative;
    display: block;
    padding: 26px 13px 24px;
    color: #29382f;
    font-size: 14px;
    font-weight: 700;
}

.kta-nav-v7 a::after {
    content: "";
    position: absolute;
    right: 13px;
    bottom: 15px;
    left: 13px;
    height: 2px;
    border-radius: 99px;
    background: transparent;
}

.kta-nav-v7 a:hover,
.kta-nav-v7 a.active {
    color: #08763a;
}

.kta-nav-v7 a:hover::after,
.kta-nav-v7 a.active::after {
    background: #0b8b47;
}

.kta-menu-button-v7 {
    display: none;
    width: 44px;
    height: 42px;
    padding: 9px;
    border: 1px solid #d9e7de;
    border-radius: 9px;
    background: #fff;
}

.kta-menu-button-v7 span {
    display: block;
    height: 2px;
    margin: 5px 0;
    border-radius: 99px;
    background: #08763a;
}

.kta-hero-v7 {
    position: relative;
    min-height: 570px;
    overflow: hidden;
    background: linear-gradient(110deg, #fff 0%, #fbfefc 43%, #eff9f3 100%);
}

.kta-hero-v7::before {
    content: "";
    position: absolute;
    right: -130px;
    bottom: -190px;
    width: 610px;
    height: 420px;
    border-radius: 50%;
    background: rgba(31,158,82,.08);
}

.kta-hero-grid-v7 {
    position: relative;
    z-index: 2;
    display: grid;
    min-height: 570px;
    padding-block: 48px;
    grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr);
    gap: 60px;
    align-items: center;
}

.kta-hero-copy-v7 {
    max-width: 620px;
}

.kta-badge-v7 {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 18px;
    padding: 9px 14px;
    color: #08763a;
    font-size: 13px;
    font-weight: 800;
    border-radius: 999px;
    background: #e6f5eb;
}

.kta-badge-icon-v7 {
    font-size: 15px;
}

.kta-hero-copy-v7 h1 {
    margin: 0;
    font-size: clamp(42px, 5vw, 67px);
    font-weight: 800;
    letter-spacing: -2.6px;
    line-height: 1.04;
}

.kta-hero-copy-v7 h1 span,
.kta-hero-copy-v7 h1 strong {
    display: block;
}

.kta-hero-copy-v7 h1 span {
    color: #17231c;
}

.kta-hero-copy-v7 h1 strong {
    margin-top: 6px;
    color: #0b8141;
}

.kta-hero-copy-v7 > p {
    max-width: 570px;
    margin: 22px 0 27px;
    color: #596960;
    font-size: 17px;
    line-height: 1.75;
}

.kta-actions-v7 {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.kta-button-v7 {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 13px 20px;
    font-size: 15px;
    font-weight: 800;
    border: 1px solid transparent;
    border-radius: 10px;
    transition: .18s ease;
}

.kta-button-v7:hover {
    transform: translateY(-2px);
}

.kta-button-primary-v7 {
    color: #fff;
    background: linear-gradient(135deg, #08783c, #10a052);
    box-shadow: 0 12px 26px rgba(8,122,60,.21);
}

.kta-button-primary-v7:hover {
    color: #fff;
}

.kta-button-outline-v7 {
    color: #08763a;
    border-color: #168a4a;
    background: #fff;
}

.kta-button-outline-v7:hover {
    color: #fff;
    background: #08763a;
}

.kta-button-white-v7 {
    flex: 0 0 auto;
    color: #08763a;
    background: #fff;
    box-shadow: 0 12px 26px rgba(4,73,35,.18);
}

.kta-trust-v7 {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 22px;
    margin-top: 27px;
}

.kta-trust-v7 div {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #526158;
    font-size: 12px;
    font-weight: 700;
}

.kta-trust-v7 i {
    display: grid;
    width: 29px;
    height: 29px;
    place-items: center;
    color: #0b8141;
    font-style: normal;
    border-radius: 50%;
    background: #e7f5ec;
}

.kta-hero-visual-v7 {
    position: relative;
    display: grid;
    min-height: 430px;
    place-items: center;
}

.kta-visual-circle-v7 {
    position: absolute;
    width: min(95%, 510px);
    aspect-ratio: 1;
    border-radius: 48% 52% 63% 37% / 45% 40% 60% 55%;
    background: linear-gradient(145deg, #def2e5, #bce4ca);
    transform: rotate(6deg);
}

.kta-visual-dots-v7 {
    position: absolute;
    top: 34px;
    right: 0;
    width: 115px;
    height: 78px;
    opacity: .65;
    background-image: radial-gradient(#61bd82 2px, transparent 2px);
    background-size: 14px 14px;
}

.kta-sample-card-v7 {
    position: relative;
    z-index: 4;
    width: min(92%, 500px);
    aspect-ratio: 1.586 / 1;
    padding: 23px;
    overflow: hidden;
    border: 1px solid rgba(8,105,52,.13);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 29px 54px rgba(18,79,46,.22);
    transform: rotate(-4deg);
}

.kta-sample-card-v7::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 88px;
    background: linear-gradient(135deg, #075f31, #0c8343);
}

.kta-card-top-v7 {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    color: #fff;
}

.kta-card-top-v7 strong,
.kta-card-top-v7 span {
    display: block;
    text-transform: uppercase;
}

.kta-card-top-v7 strong {
    font-size: 17px;
}

.kta-card-top-v7 > div > span {
    margin-top: 3px;
    font-size: 11px;
    letter-spacing: 1px;
}

.kta-mini-logo-v7 {
    display: grid !important;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    place-items: center;
    overflow: hidden;
    color: #08763a;
    font-weight: 800;
    border-radius: 9px;
    background: #fff;
}

.kta-mini-logo-v7 img {
    width: 100%;
    height: 100%;
    padding: 3px;
    object-fit: contain;
}

.kta-card-content-v7 {
    position: relative;
    z-index: 2;
    display: grid;
    margin-top: 26px;
    grid-template-columns: 106px minmax(0, 1fr);
    gap: 17px;
}

.kta-photo-placeholder-v7 {
    display: grid;
    height: 141px;
    place-items: end center;
    overflow: hidden;
    border-radius: 10px;
    background: linear-gradient(180deg, #eaf2ed, #d8e8df);
}

.kta-photo-placeholder-v7 svg {
    width: 91%;
    height: 91%;
    fill: #859c8e;
    stroke: #637e6e;
    stroke-width: 2;
}

.kta-card-data-v7 {
    display: grid;
    align-content: center;
}

.kta-card-data-v7 small {
    color: #7b8980;
    font-size: 9px;
}

.kta-card-data-v7 strong {
    margin-bottom: 5px;
    color: #18251d;
    font-size: 13px;
}

.kta-barcode-v7 {
    display: flex;
    height: 27px;
    align-items: stretch;
    gap: 3px;
    margin-top: 3px;
}

.kta-barcode-v7 span {
    width: 3px;
    background: #17201a;
}

.kta-barcode-v7 span:nth-child(3n) { width: 7px; }
.kta-barcode-v7 span:nth-child(4n) { width: 2px; }

.kta-card-ribbon-v7 {
    position: absolute;
    right: -43px;
    bottom: -70px;
    width: 310px;
    height: 142px;
    border-radius: 50% 0 0;
    background: linear-gradient(145deg, #38ad67, #08753a);
    transform: rotate(-10deg);
}

.kta-section-v7 {
    padding: 48px 0 54px;
    background: #fff;
}

.kta-benefits-v7 {
    padding-top: 18px;
}

.kta-title-v7 {
    margin-bottom: 25px;
    text-align: center;
}

.kta-title-v7 h2 {
    margin: 0;
    color: #19261f;
    font-size: clamp(23px, 3vw, 33px);
    font-weight: 800;
}

.kta-title-v7 span {
    display: block;
    width: 50px;
    height: 3px;
    margin: 10px auto 0;
    border-radius: 99px;
    background: #0e8b48;
}

.kta-process-grid-v7 {
    display: grid;
    padding: 18px 16px;
    border: 1px solid #e1ebe5;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(17,76,43,.06);
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.kta-process-item-v7 {
    position: relative;
    display: grid;
    min-height: 125px;
    padding: 13px 16px;
    grid-template-columns: 64px minmax(0,1fr);
    gap: 13px;
    align-items: center;
}

.kta-process-item-v7:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -7px;
    width: 26px;
    border-top: 2px dashed #aad7b8;
}

.kta-process-item-v7 > b {
    position: absolute;
    z-index: 2;
    top: 2px;
    left: 2px;
    display: grid;
    width: 25px;
    height: 25px;
    place-items: center;
    color: #fff;
    font-size: 12px;
    border-radius: 50%;
    background: #087f40;
}

.kta-step-icon-v7 {
    display: grid;
    width: 62px;
    height: 62px;
    place-items: center;
    color: #087f40;
    font-size: 27px;
    border: 1px solid #e1ece5;
    border-radius: 50%;
    background: #fbfefc;
    box-shadow: 0 8px 20px rgba(13,103,54,.08);
}

.kta-process-item-v7 h3,
.kta-benefit-grid-v7 h3 {
    margin: 0 0 6px;
    color: #1b2921;
    font-size: 16px;
    font-weight: 800;
}

.kta-process-item-v7 p,
.kta-benefit-grid-v7 p {
    margin: 0;
    color: #68776f;
    font-size: 12px;
    line-height: 1.55;
}

.kta-benefit-grid-v7 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.kta-benefit-grid-v7 article {
    display: grid;
    min-height: 127px;
    padding: 18px;
    border: 1px solid #e1eae4;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 12px 29px rgba(17,76,43,.06);
    grid-template-columns: 53px minmax(0,1fr);
    gap: 13px;
    align-items: center;
}

.kta-benefit-grid-v7 article > i {
    display: grid;
    width: 51px;
    height: 51px;
    place-items: center;
    color: #08783c;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    border-radius: 50%;
    background: #e7f5ec;
}

.kta-cta-v7 {
    padding: 28px 0 55px;
    background: #fff;
}

.kta-cta-inner-v7 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 35px 40px;
    color: #fff;
    border-radius: 20px;
    background: linear-gradient(135deg, #076433, #0a8d47);
    box-shadow: 0 22px 45px rgba(7,99,52,.18);
}

.kta-cta-inner-v7 small {
    color: #bce6ca;
    font-weight: 800;
}

.kta-cta-inner-v7 h2 {
    margin: 6px 0 0;
    font-size: clamp(25px, 3.2vw, 38px);
    font-weight: 800;
}

.kta-cta-inner-v7 p {
    margin: 8px 0 0;
    color: rgba(255,255,255,.77);
    font-size: 14px;
}

.kta-footer-v7 {
    color: rgba(255,255,255,.79);
    background: linear-gradient(135deg, #076735, #078444);
}

.kta-footer-grid-v7 {
    display: grid;
    padding-block: 38px 31px;
    grid-template-columns: 1.45fr .75fr 1.18fr .85fr;
    gap: 30px;
}

.kta-footer-heading-v7 {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 13px;
}

.kta-footer-heading-v7 .kta-logo-box-v7 {
    flex-basis: 55px;
    width: 55px;
    height: 55px;
    background: #fff;
}

.kta-footer-heading-v7 strong,
.kta-footer-heading-v7 small {
    display: block;
}

.kta-footer-heading-v7 strong {
    color: #fff;
    font-size: 16px;
}

.kta-footer-heading-v7 small {
    margin-top: 3px;
    color: rgba(255,255,255,.7);
    font-size: 11px;
}

.kta-footer-v7 h3 {
    margin: 0 0 13px;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
}

.kta-footer-v7 p,
.kta-footer-v7 a,
.kta-footer-v7 span {
    display: block;
    margin: 6px 0;
    color: rgba(255,255,255,.73);
    font-size: 12px;
    line-height: 1.55;
}

.kta-footer-v7 a:hover {
    color: #fff;
    text-decoration: underline;
}

.kta-footer-bottom-v7 {
    padding-block: 15px;
    font-size: 11px;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,.2);
}

@media (max-width: 1000px) {
    .kta-hero-grid-v7 {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .kta-hero-copy-v7 {
        max-width: 760px;
        margin-inline: auto;
        text-align: center;
    }

    .kta-actions-v7,
    .kta-trust-v7 {
        justify-content: center;
    }

    .kta-hero-visual-v7 {
        min-height: 390px;
    }

    .kta-process-grid-v7,
    .kta-benefit-grid-v7,
    .kta-footer-grid-v7 {
        grid-template-columns: repeat(2, minmax(0,1fr));
    }

    .kta-process-item-v7:nth-child(2)::after {
        display: none;
    }
}

@media (max-width: 820px) {
    .kta-menu-button-v7 {
        display: block;
        flex: 0 0 auto;
    }

    .kta-nav-v7 {
        position: absolute;
        top: 75px;
        right: 20px;
        left: 20px;
        display: none;
        padding: 10px;
        border: 1px solid #dfeae3;
        border-radius: 13px;
        background: #fff;
        box-shadow: 0 16px 34px rgba(18,74,43,.13);
    }

    .kta-nav-v7.is-open {
        display: block;
    }

    .kta-nav-v7 a {
        padding: 12px 13px;
        border-radius: 8px;
    }

    .kta-nav-v7 a::after {
        display: none;
    }

    .kta-nav-v7 a:hover,
    .kta-nav-v7 a.active {
        background: #edf8f1;
    }
}

@media (max-width: 650px) {
    .kta-container-v7 {
        width: calc(100% - 24px);
    }

    .kta-header-inner-v7 {
        gap: 10px;
    }

    .kta-logo-box-v7 {
        flex-basis: 45px;
        width: 45px;
        height: 45px;
    }

    .kta-brand-copy-v7 strong {
        max-width: 230px;
        font-size: 14px;
    }

    .kta-brand-copy-v7 small {
        max-width: 230px;
        overflow: hidden;
        font-size: 10px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .kta-hero-grid-v7 {
        min-height: auto;
        padding-block: 38px 25px;
    }

    .kta-hero-copy-v7 h1 {
        font-size: clamp(39px, 13vw, 54px);
        letter-spacing: -2px;
    }

    .kta-hero-copy-v7 > p {
        font-size: 15px;
    }

    .kta-actions-v7 {
        display: grid;
        grid-template-columns: 1fr;
    }

    .kta-button-v7 {
        width: 100%;
    }

    .kta-trust-v7 {
        display: grid;
        width: fit-content;
        margin-inline: auto;
        text-align: left;
    }

    .kta-hero-visual-v7 {
        min-height: 310px;
    }

    .kta-sample-card-v7 {
        width: 98%;
        padding: 15px;
        border-radius: 16px;
    }

    .kta-sample-card-v7::before {
        height: 65px;
    }

    .kta-card-top-v7 strong {
        font-size: 12px;
    }

    .kta-card-top-v7 > div > span {
        font-size: 8px;
    }

    .kta-mini-logo-v7 {
        flex-basis: 36px;
        width: 36px;
        height: 36px;
    }

    .kta-card-content-v7 {
        margin-top: 15px;
        grid-template-columns: 77px minmax(0,1fr);
        gap: 10px;
    }

    .kta-photo-placeholder-v7 {
        height: 103px;
    }

    .kta-card-data-v7 small {
        font-size: 7px;
    }

    .kta-card-data-v7 strong {
        margin-bottom: 3px;
        font-size: 9px;
    }

    .kta-barcode-v7 {
        height: 18px;
        gap: 2px;
    }

    .kta-process-grid-v7,
    .kta-benefit-grid-v7,
    .kta-footer-grid-v7 {
        grid-template-columns: 1fr;
    }

    .kta-process-item-v7:not(:last-child)::after {
        display: none;
    }

    .kta-cta-inner-v7 {
        display: block;
        padding: 27px 22px;
        text-align: center;
    }

    .kta-cta-inner-v7 .kta-button-v7 {
        margin-top: 18px;
    }
}
