:root{
  --green:#0b5d3b; --green2:#087449; --gold:#c99622; --ink:#17352a;
  --muted:#65766e; --soft:#f2f7f4; --line:#dce8e1; --white:#fff;
  --shadow:0 18px 50px rgba(11,93,59,.10);
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.65}
.container{width:min(1120px,92%);margin:auto}.topbar{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.95);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}
.nav{height:76px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--green);font-weight:800;letter-spacing:.06em}.brand img{width:48px;height:48px;object-fit:contain}.nav nav{display:flex;gap:24px}.nav nav a{color:var(--ink);text-decoration:none;font-weight:600;font-size:14px}.menu-btn{display:none;border:0;background:transparent;font-size:26px;color:var(--green)}
.hero{padding:90px 0 70px;background:radial-gradient(circle at 85% 20%,#e7f5ee 0,transparent 34%),linear-gradient(#fff,#f8fcfa)}
.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:60px;align-items:center}.eyebrow{color:var(--gold);font-size:12px;font-weight:800;letter-spacing:.16em}.hero h1{font-size:clamp(38px,5vw,64px);line-height:1.08;margin:18px 0}.hero h1 span{color:var(--green)}.hero p{font-size:18px;color:var(--muted);max-width:680px}.hero-actions{display:flex;gap:12px;margin:28px 0}.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 20px;border-radius:12px;border:1px solid transparent;font-weight:800;text-decoration:none;cursor:pointer;font-size:15px}.primary{background:var(--green);color:white;box-shadow:0 8px 22px rgba(11,93,59,.18)}.ghost{background:white;color:var(--green);border-color:var(--green)}.notice,.privacy-box{background:#fff8e8;border-left:4px solid var(--gold);padding:14px 16px;border-radius:8px;color:#6b5a2a;font-size:13px}
.hero-card{background:#fff;border:1px solid var(--line);border-radius:28px;padding:30px;box-shadow:var(--shadow);text-align:center}.hero-logo-wrap{background:#fbfdfc;border-radius:22px;padding:18px}.hero-logo-wrap img{width:100%;max-height:360px;object-fit:contain}.hero-card h3{margin-bottom:5px}.hero-card p{font-size:14px;margin:0 auto}
.section{padding:85px 0}.soft{background:var(--soft)}.section-head{text-align:center;max-width:760px;margin:0 auto 42px}.section-head h2,.form-layout h2,.status-box h2,.about h2{font-size:36px;line-height:1.2;margin:10px 0}.section-head p{color:var(--muted)}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.card{border:1px solid var(--line);border-radius:20px;padding:28px;background:white;box-shadow:0 8px 28px rgba(0,0,0,.04)}.icon{font-size:34px}.card h3{margin:14px 0 8px}.card p{color:var(--muted);font-size:14px}.text-btn{border:0;background:none;color:var(--green);font-weight:800;padding:0;cursor:pointer}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.steps>div{background:#fff;padding:24px;border:1px solid var(--line);border-radius:18px}.steps b{display:inline-grid;place-items:center;width:40px;height:40px;border-radius:50%;background:#e2f1e9;color:var(--green)}.steps h3{margin-bottom:5px}.steps p{color:var(--muted);font-size:14px}
.payment-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.price{background:#fff;border:1px solid var(--line);padding:24px;border-radius:18px}.price span{display:block;color:var(--muted);font-weight:700}.price strong{display:block;color:var(--green);font-size:25px;margin:8px 0}.price small{color:var(--muted)}.bank-card{margin-top:25px;background:#0b5d3b;color:#fff;border-radius:22px;padding:28px;display:grid;grid-template-columns:1fr 300px;gap:25px;align-items:center}.bank-card h3{margin:5px 0}.account{font-size:34px;letter-spacing:.08em}.muted{opacity:.75;font-size:13px}.qris-placeholder{background:#fff;color:var(--green);min-height:190px;border-radius:16px;display:grid;place-items:center;text-align:center;padding:20px}.qris-placeholder div{font-size:34px;font-weight:900}
.about{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.quote{border:1px solid var(--line);border-radius:20px;padding:35px;text-align:center;font-size:23px;font-weight:800;color:var(--green);background:var(--soft)}
footer{background:#073d29;color:#dfeee7;padding:28px 0}.footer-grid{display:flex;justify-content:space-between;gap:20px}.footer-grid p{margin:4px 0;opacity:.8}
.modal{display:none;position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:50;padding:20px;place-items:center}.modal.show{display:grid}.modal-card{background:white;border-radius:20px;max-width:560px;width:100%;padding:28px;position:relative}.close{position:absolute;right:15px;top:10px;border:0;background:none;font-size:28px;cursor:pointer}.modal-card h2{color:var(--green)}
@media(max-width:850px){.nav nav{display:none;position:absolute;top:76px;left:0;right:0;background:#fff;padding:18px 5%;border-bottom:1px solid var(--line);flex-direction:column}.nav nav.open{display:flex}.menu-btn{display:block}.hero-grid,.form-layout,.status-box,.about{grid-template-columns:1fr}.cards,.steps{grid-template-columns:1fr 1fr}.payment-grid{grid-template-columns:1fr 1fr}.bank-card{grid-template-columns:1fr}.hero{padding-top:55px}}
@media(max-width:560px){.cards,.steps,.payment-grid{grid-template-columns:1fr}.hero h1{font-size:42px}.section{padding:60px 0}.footer-grid{flex-direction:column}.brand span{font-size:13px}.brand img{width:40px;height:40px}}

/* =========================================================
   TOPBAR
========================================================= */

.topbar {

    position: sticky;

    top: 0;

    z-index: 1000;

    width: 100%;

    background: rgba(255, 255, 255, .94);

    backdrop-filter: blur(14px);

    -webkit-backdrop-filter: blur(14px);

    border-bottom: 1px solid #e5ece8;

    box-shadow:
        0 4px 20px rgba(11, 93, 59, .04);
}


/* =========================================================
   NAV
========================================================= */

.nav {

    min-height: 74px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 25px;
}


/* =========================================================
   BRAND
========================================================= */

.brand {

    display: inline-flex;

    align-items: center;

    gap: 11px;

    color: #17352d;

    text-decoration: none;

    flex-shrink: 0;
}


.brand-logo {

    width: 45px;
    height: 45px;

    display: flex;

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

    background: #ffffff;

    border: 1px solid #dce8e2;

    border-radius: 12px;

    padding: 5px;

    box-shadow:
        0 5px 15px rgba(11, 93, 59, .07);
}


.brand-logo img {

    width: 100%;
    height: 100%;

    object-fit: contain;
}


.brand-text strong {

    display: block;

    color: #06452d;

    font-size: 14px;

    font-weight: 800;

    letter-spacing: .02em;

    line-height: 1.2;
}


.brand-text span {

    display: block;

    color: #7a8983;

    font-size: 9px;

    margin-top: 3px;
}


/* =========================================================
   NAV LINKS
========================================================= */

#navLinks {

    display: flex;

    align-items: center;

    gap: 4px;
}


.nav-link {

    position: relative;

    display: inline-flex;

    align-items: center;

    gap: 7px;

    padding: 9px 13px;

    color: #5f7169;

    font-size: 12px;

    font-weight: 600;

    text-decoration: none;

    border-radius: 9px;

    transition:
        color .2s ease,
        background .2s ease;
}


.nav-link:hover {

    color: #0b5d3b;

    background: #f1f8f4;
}


/* ACTIVE */

.nav-link.active {

    color: #0b5d3b;

    background: #eaf5ef;
}


/* =========================================================
   AJUKAN KASUS
========================================================= */

.nav-apply {

    background: #0b5d3b;

    color: #ffffff !important;

    margin-left: 5px;

    padding-left: 15px;
    padding-right: 15px;

    box-shadow:
        0 5px 15px rgba(11, 93, 59, .14);
}


.nav-apply:hover {

    background: #06452d;

    color: #ffffff !important;
}


/* =========================================================
   MOBILE BUTTON
========================================================= */

.menu-btn {

    display: none;

    width: 42px;
    height: 42px;

    border: 1px solid #dce8e2;

    background: #ffffff;

    color: #0b5d3b;

    border-radius: 10px;

    font-size: 21px;

    cursor: pointer;

    align-items: center;

    justify-content: center;

    transition:
        background .2s ease,
        border-color .2s ease;
}


.menu-btn:hover {

    background: #eaf5ef;

    border-color: #c9ddd2;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 950px) {

    .nav {

        min-height: 68px;
    }


    .menu-btn {

        display: flex;
    }


    #navLinks {

        position: absolute;

        left: 15px;
        right: 15px;

        top: calc(100% + 8px);

        display: none;

        flex-direction: column;

        align-items: stretch;

        gap: 4px;

        padding: 10px;

        background: rgba(255, 255, 255, .98);

        border: 1px solid #dce8e2;

        border-radius: 15px;

        box-shadow:
            0 15px 40px rgba(11, 93, 59, .12);

        animation:
            navDrop .2s ease;
    }


    #navLinks.show {

        display: flex;
    }


    .nav-link {

        width: 100%;

        justify-content: space-between;

        padding: 12px 14px;

        border-radius: 9px;
    }


    .nav-apply {

        margin-left: 0;

        margin-top: 4px;
    }

}


@keyframes navDrop {

    from {

        opacity: 0;

        transform: translateY(-8px);

    }

    to {

        opacity: 1;

        transform: translateY(0);

    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 600px) {

    .nav {

        padding-left: 15px;
        padding-right: 15px;
    }


    .brand-logo {

        width: 40px;
        height: 40px;

        border-radius: 10px;
    }


    .brand-text strong {

        font-size: 12px;
    }


    .brand-text span {

        font-size: 8px;
    }


    .menu-btn {

        width: 40px;
        height: 40px;

        font-size: 19px;
    }

}

/* =========================================================
   HERO
========================================================= */

.hero {
    position: relative;

    min-height: 680px;

    display: flex;

    align-items: center;

    overflow: hidden;

    background:
        radial-gradient(circle at 85% 15%,
            rgba(201, 162, 39, .10),
            transparent 28%),
        radial-gradient(circle at 10% 80%,
            rgba(11, 93, 59, .08),
            transparent 30%),
        linear-gradient(135deg,
            #f8fcfa 0%,
            #ffffff 55%,
            #f4faf7 100%);
}


/* Decorative background */

.hero::before {

    content: "";

    position: absolute;

    width: 500px;
    height: 500px;

    right: -220px;
    top: -220px;

    border: 1px solid rgba(11, 93, 59, .08);

    border-radius: 50%;
}

.hero::after {

    content: "";

    position: absolute;

    width: 300px;
    height: 300px;

    left: -150px;
    bottom: -150px;

    background: rgba(11, 93, 59, .035);

    border-radius: 50%;
}


/* =========================================================
   GRID
========================================================= */

.hero-grid {

    position: relative;

    z-index: 2;

    display: grid;

    grid-template-columns:
        1.08fr .92fr;

    gap: 70px;

    align-items: center;

    padding-top: 70px;
    padding-bottom: 70px;
}


/* =========================================================
   CONTENT
========================================================= */

.hero-content {
    max-width: 700px;
}

.hero-eyebrow {

    display: inline-flex;

    align-items: center;

    padding: 8px 16px;

    border-radius: 30px;

    background: #eaf5ef;

    color: #0b5d3b;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: .07em;
}


.hero h1 {

    color: #17352d;

    font-size: clamp(38px,
            5vw,
            62px);

    font-weight: 800;

    line-height: 1.08;

    letter-spacing: -.035em;

    margin: 20px 0;
}


.hero h1 span {

    display: block;

    color: #0b5d3b;

    position: relative;
}


.hero h1 span::after {

    content: "";

    position: absolute;

    width: 90px;
    height: 4px;

    left: 0;
    bottom: -8px;

    background: #c9a227;

    border-radius: 10px;
}


.hero-description {

    max-width: 650px;

    color: #64756e;

    font-size: 16px;

    line-height: 1.85;

    margin: 0;
}


/* =========================================================
   HERO BUTTON
========================================================= */

.hero-actions {

    display: flex;

    align-items: center;

    gap: 12px;

    margin-top: 30px;
}


.hero-btn {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 12px;

    min-width: 155px;

    padding: 13px 20px;

    border-radius: 11px;

    text-decoration: none;

    font-weight: 700;

    transition:
        transform .2s ease,
        box-shadow .2s ease;
}


.hero-btn:hover {

    transform: translateY(-2px);

    box-shadow:
        0 10px 25px rgba(11, 93, 59, .16);
}


.hero-btn-secondary {

    padding: 12px 20px;

    border-radius: 11px;

    text-decoration: none;

    font-weight: 600;
}


/* =========================================================
   NOTICE
========================================================= */

.notice {

    display: flex;

    align-items: flex-start;

    gap: 13px;

    max-width: 650px;

    margin-top: 25px;

    padding: 15px 17px;

    background: rgba(255, 255, 255, .8);

    border: 1px solid #dce8e2;

    border-radius: 13px;

    box-shadow:
        0 5px 20px rgba(11, 93, 59, .04);
}


.notice-icon {

    width: 38px;
    height: 38px;

    flex-shrink: 0;

    display: flex;

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

    background: #eaf5ef;

    border-radius: 10px;

    font-size: 18px;
}


.notice strong {

    display: block;

    color: #0b5d3b;

    font-size: 12px;

    margin-bottom: 3px;
}


.notice p {

    color: #71817a;

    font-size: 11px;

    line-height: 1.6;

    margin: 0;
}


/* =========================================================
   MINI FEATURES
========================================================= */

.hero-features {

    display: flex;

    gap: 25px;

    margin-top: 25px;

    padding-top: 20px;

    border-top: 1px solid #e3ebe7;
}


.hero-features div {

    display: flex;

    align-items: center;

    gap: 7px;

    color: #52655d;
}


.hero-features span {

    font-size: 16px;
}


.hero-features strong {

    font-size: 12px;
}


/* =========================================================
   HERO VISUAL
========================================================= */

.hero-visual {

    position: relative;

    display: flex;

    justify-content: center;

    align-items: center;

    min-height: 500px;
}


/* =========================================================
   HERO CARD
========================================================= */

.hero-card {

    position: relative;

    width: min(100%,
            440px);

    min-height: 490px;

    overflow: hidden;

    padding: 45px 38px;

    border-radius: 30px;

    background:
        linear-gradient(145deg,
            #06452d 0%,
            #0b5d3b 70%,
            #08734a 100%);

    color: #ffffff;

    box-shadow:
        0 25px 70px rgba(6, 69, 45, .22);
}


/* Decorative circles */

.hero-circle {

    position: absolute;

    border-radius: 50%;

    border: 1px solid rgba(255, 255, 255, .12);
}


.circle-one {

    width: 330px;
    height: 330px;

    right: -160px;
    top: -150px;
}


.circle-two {

    width: 220px;
    height: 220px;

    left: -120px;
    bottom: -110px;

    border-color:
        rgba(201, 162, 39, .20);
}


/* =========================================================
   LOGO
========================================================= */

.hero-logo-wrap {

    position: relative;

    z-index: 2;

    width: 130px;
    height: 130px;

    display: flex;

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

    margin: 0 auto 30px;

    padding: 14px;

    background: #ffffff;

    border-radius: 28px;

    box-shadow:
        0 15px 35px rgba(0, 0, 0, .16);
}


.hero-logo-wrap img {

    display: block;

    width: 100%;
    height: 100%;

    object-fit: contain;
}


/* =========================================================
   CARD CONTENT
========================================================= */

.hero-card-content {

    position: relative;

    z-index: 2;

    text-align: center;
}


.hero-card-label {

    display: inline-block;

    color: #c9a227;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: .12em;

    margin-bottom: 8px;
}


.hero-card h3 {

    font-size: 29px;

    font-weight: 800;

    margin: 0 0 12px;
}


.hero-card p {

    color: rgba(255, 255, 255, .72);

    font-size: 13px;

    line-height: 1.75;

    margin: 0 auto;

    max-width: 330px;
}


.hero-card p b {

    color: #ffffff;
}


/* =========================================================
   CASE ID
========================================================= */

.hero-case {

    display: inline-flex;

    flex-direction: column;

    gap: 4px;

    margin-top: 25px;

    padding: 11px 18px;

    background: rgba(255, 255, 255, .08);

    border: 1px solid rgba(255, 255, 255, .13);

    border-radius: 11px;
}


.hero-case span {

    color: rgba(255, 255, 255, .5);

    font-size: 9px;

    letter-spacing: .1em;

    font-weight: 700;
}


.hero-case strong {

    color: #ffffff;

    font-family: monospace;

    font-size: 13px;

    letter-spacing: .05em;
}


/* =========================================================
   CARD FEATURES
========================================================= */

.hero-card-features {

    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 8px;

    margin-top: 30px;

    padding-top: 20px;

    border-top:
        1px solid rgba(255, 255, 255, .12);
}


.hero-card-features div {

    display: flex;

    flex-direction: column;

    align-items: center;

    gap: 5px;

    color: rgba(255, 255, 255, .62);

    font-size: 9px;
}


.hero-card-features span {

    color: #c9a227;

    font-size: 14px;
}


/* =========================================================
   FLOATING CARD
========================================================= */

.hero-floating-card {

    position: absolute;

    left: 0;

    bottom: 55px;

    display: flex;

    align-items: center;

    gap: 10px;

    padding: 12px 15px;

    background: #ffffff;

    border: 1px solid #e1eae5;

    border-radius: 13px;

    box-shadow:
        0 12px 30px rgba(11, 93, 59, .12);

    animation:
        floatingCard 3s ease-in-out infinite;
}


.floating-icon {

    width: 38px;
    height: 38px;

    display: flex;

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

    background: #eaf5ef;

    border-radius: 10px;

    font-size: 18px;
}


.hero-floating-card strong {

    display: block;

    color: #17352d;

    font-size: 12px;
}


.hero-floating-card span {

    display: block;

    color: #7a8983;

    font-size: 10px;

    margin-top: 2px;
}


@keyframes floatingCard {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-7px);
    }
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1000px) {

    .hero-grid {

        grid-template-columns: 1fr;

        gap: 45px;

        padding-top: 55px;
        padding-bottom: 55px;
    }

    .hero-content {

        max-width: 800px;

        text-align: center;

        margin: 0 auto;
    }

    .hero-eyebrow {

        justify-content: center;
    }

    .hero h1 span::after {

        left: 50%;

        transform: translateX(-50%);
    }

    .hero-description {

        margin-left: auto;
        margin-right: auto;
    }

    .hero-actions {

        justify-content: center;
    }

    .notice {

        text-align: left;

        margin-left: auto;
        margin-right: auto;
    }

    .hero-features {

        justify-content: center;
    }

    .hero-visual {

        min-height: 490px;
    }

    .hero-floating-card {

        left: calc(50% - 220px);
    }

}


@media (max-width: 600px) {

    .hero {

        min-height: auto;
    }

    .hero-grid {

        padding-top: 40px;
        padding-bottom: 45px;

        gap: 35px;
    }

    .hero h1 {

        font-size: 36px;
    }

    .hero-description {

        font-size: 14px;
    }

    .hero-actions {

        flex-direction: column;

        width: 100%;
    }

    .hero-btn,
    .hero-btn-secondary {

        width: 100%;
    }

    .hero-features {

        gap: 15px;

        justify-content: space-between;
    }

    .hero-features div {

        flex-direction: column;

        gap: 3px;
    }

    .hero-card {

        width: 100%;

        min-height: 450px;

        padding: 35px 22px;

        border-radius: 22px;
    }

    .hero-logo-wrap {

        width: 105px;
        height: 105px;

        border-radius: 22px;
    }

    .hero-card h3 {

        font-size: 25px;
    }

    .hero-floating-card {

        position: relative;

        left: auto;
        bottom: auto;

        margin-top: -70px;

        margin-left: 10px;

        margin-right: 10px;

        z-index: 5;

        width: fit-content;
    }

}



/* =========================================================
   CASE TRACKING
========================================================= */

.case-tracking-card {
    width: 100%;
    margin-top: 24px;
    background: #ffffff;
    border: 1px solid #e2ebe6;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(8, 75, 55, 0.08);
}


/* HEADER */

.tracking-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    padding: 24px 28px;
    background: linear-gradient(
        135deg,
        #f4faf7 0%,
        #ffffff 100%
    );
    border-bottom: 1px solid #e6eee9;
}

.tracking-case span,
.tracking-info-item span,
.tracking-payment span {
    display: block;
    margin-bottom: 6px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.2px;
    color: #80918a;
}

.tracking-id {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tracking-id strong {
    font-size: 22px;
    color: #075b43;
    letter-spacing: .3px;
}

.tracking-id button {
    width: 32px;
    height: 32px;
    border: 1px solid #dce8e2;
    border-radius: 8px;
    background: #ffffff;
    color: #075b43;
    cursor: pointer;
    transition: .2s;
}

.tracking-id button:hover {
    background: #075b43;
    color: #ffffff;
}


/* STATUS */

.tracking-status {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    border: 1px solid #dcebe4;
    background: #ffffff;
    border-radius: 12px;
}

.status-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e7f5ee;
    color: #075b43;
    font-weight: 800;
}

.tracking-status strong {
    display: block;
    font-size: 14px;
    color: #17352d;
}

.tracking-status span {
    display: block;
    margin-top: 2px;
    font-size: 11px;
    color: #7b8c85;
}


/* MESSAGE */

.tracking-message {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin: 24px 28px 0;
    padding: 16px 18px;
    border-radius: 12px;
    background: #f1f8f5;
    border: 1px solid #dcece5;
}

.message-icon {
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #075b43;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
}

.tracking-message strong {
    display: block;
    color: #075b43;
    font-size: 14px;
}

.tracking-message p {
    margin: 4px 0 0;
    color: #61746c;
    font-size: 13px;
    line-height: 1.6;
}


/* INFO */

.tracking-info {
    display: grid;
    grid-template-columns:
        repeat(3, 1fr);
    gap: 1px;
    margin: 24px 28px 0;
    overflow: hidden;
    border: 1px solid #e5ece8;
    border-radius: 12px;
    background: #e5ece8;
}

.tracking-info-item {
    padding: 16px;
    background: #ffffff;
}

.tracking-info-item strong {
    display: block;
    font-size: 14px;
    color: #17352d;
}

.tracking-info-item strong.waiting {
    color: #9a7a1e;
}

.tracking-info-item strong.has-value {
    color: #075b43;
}


/* SECTION */

.tracking-section {
    padding: 28px;
}

.tracking-section-title span {
    display: block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.2px;
    color: #80918a;
}

.tracking-section-title h3 {
    margin: 5px 0 20px;
    font-size: 18px;
    color: #17352d;
}


/* TIMELINE */

.tracking-timeline {
    position: relative;
}

.tracking-step {
    position: relative;
    display: flex;
    align-items: flex-start;
    min-height: 62px;
}

.tracking-line {
    position: absolute;
    left: 14px;
    top: 29px;
    bottom: -1px;
    width: 2px;
    background: #e3ebe7;
}

.tracking-step:last-child {
    min-height: 48px;
}

.tracking-step:last-child .tracking-line {
    display: none;
}

.tracking-dot {
    position: relative;
    z-index: 2;
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid #dce6e1;
    color: #8b9a94;
    font-size: 11px;
    font-weight: 700;
}

.tracking-content {
    padding: 2px 0 0 15px;
}

.tracking-content strong {
    display: block;
    font-size: 14px;
    color: #87958f;
}

.tracking-content span {
    display: block;
    margin-top: 3px;
    font-size: 12px;
    color: #a0aca7;
}


/* COMPLETED STEP */

.tracking-step.completed .tracking-dot {
    background: #075b43;
    border-color: #075b43;
    color: #ffffff;
}

.tracking-step.completed .tracking-line {
    background: #075b43;
}

.tracking-step.completed .tracking-content strong {
    color: #075b43;
}

.tracking-step.completed .tracking-content span {
    color: #65766f;
}


/* CURRENT STEP */

.tracking-step.current .tracking-dot {
    background: #c9a227;
    border-color: #c9a227;
    color: #ffffff;
    box-shadow:
        0 0 0 5px rgba(201, 162, 39, .12);
}

.tracking-step.current .tracking-content strong {
    color: #17352d;
    font-weight: 800;
}

.tracking-step.current .tracking-content span {
    color: #61746c;
}


/* PAYMENT */

.tracking-payment {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    margin: 0 28px 24px;
    border: 1px solid #e5ece8;
    border-radius: 12px;
    overflow: hidden;
    background: #e5ece8;
}

.tracking-payment > div {
    padding: 18px;
    background: #ffffff;
}

.tracking-payment strong {
    display: block;
    color: #075b43;
    font-size: 16px;
}


/* FOOTER */

.tracking-footer {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    padding: 14px 28px;
    background: #f8faf9;
    border-top: 1px solid #e7eee9;
    font-size: 11px;
    color: #82918b;
}


/* MOBILE */

@media (max-width: 700px) {

    .tracking-header {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
    }

    .tracking-id strong {
        font-size: 18px;
    }

    .tracking-status {
        width: 100%;
        box-sizing: border-box;
    }

    .tracking-message {
        margin: 18px 20px 0;
    }

    .tracking-info {
        grid-template-columns: 1fr;
        margin: 18px 20px 0;
    }

    .tracking-section {
        padding: 22px 20px;
    }

    .tracking-payment {
        grid-template-columns: 1fr;
        margin: 0 20px 20px;
    }

    .tracking-footer {
        flex-direction: column;
        padding: 14px 20px;
    }

}

/* =========================================================
   PAYMENT SECTION
========================================================= */

.payment-section {
    background:
        radial-gradient(circle at top right,
            rgba(11, 93, 59, 0.05),
            transparent 35%),
        #ffffff;
}


/* HEADER */

.payment-section .section-head {
    text-align: center;
    max-width: 850px;
    margin: 0 auto 45px;
}

.payment-section .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    padding: 8px 18px;

    border-radius: 30px;

    background: #eef8f2;

    color: #0b5d3b;

    font-size: 13px;
    font-weight: 700;

    letter-spacing: .05em;
}

.payment-section .section-head h2 {
    margin: 15px 0 10px;

    color: #06452d;

    font-size: clamp(30px, 4vw, 48px);

    font-weight: 800;

    line-height: 1.1;
}

.payment-section .section-head p {
    color: #66756f;

    font-size: 15px;

    line-height: 1.7;
}


/* =========================================================
   PRICE CARDS
========================================================= */

.payment-grid {
    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 22px;

    margin-bottom: 30px;
}

.price {
    position: relative;

    background: #ffffff;

    border: 1px solid #e2ebe6;

    border-radius: 18px;

    padding: 28px 20px;

    text-align: center;

    box-shadow:
        0 8px 30px rgba(11, 93, 59, .05);

    transition:
        transform .2s ease,
        box-shadow .2s ease;
}

.price:hover {
    transform: translateY(-5px);

    box-shadow:
        0 15px 35px rgba(11, 93, 59, .12);
}

.price-icon {
    width: 48px;
    height: 48px;

    display: flex;

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

    margin: 0 auto 14px;

    border-radius: 50%;

    background: #eef8f2;

    font-size: 22px;
}

.price span {
    display: block;

    font-size: 18px;

    font-weight: 700;

    color: #0b5d3b;

    margin-bottom: 8px;
}

.price strong {
    display: block;

    color: #17352d;

    font-size: 25px;

    font-weight: 800;

    margin-bottom: 4px;
}

.price small {
    color: #71817a;

    font-size: 13px;
}


/* WARNA MASING-MASING LEVEL */

.price-medium .price-icon {
    background: #fff7e4;
}

.price-medium span {
    color: #d99700;
}

.price-high .price-icon {
    background: #fff0f0;
}

.price-high span {
    color: #e53935;
}

.price-private .price-icon {
    background: #f4edff;
}

.price-private span {
    color: #7c3aed;
}


/* =========================================================
   PAYMENT MAIN CARD
========================================================= */

.payment-methods {

    display: grid;

    grid-template-columns:
        minmax(300px, .85fr) minmax(400px, 1.15fr);

    gap: 35px;

    align-items: center;

    position: relative;

    background: #ffffff;

    border: 1px solid #dce8e2;

    border-radius: 24px;

    padding: 38px;

    box-shadow:
        0 15px 45px rgba(11, 93, 59, .08);

    overflow: hidden;
}


/* dekorasi */

.payment-methods::before {

    content: "";

    position: absolute;

    left: -100px;
    bottom: -120px;

    width: 300px;
    height: 300px;

    background: #0b5d3b;

    opacity: .04;

    border-radius: 50%;
}


/* =========================================================
   GOPAY
========================================================= */

.payment-info {
    position: relative;

    z-index: 2;

    padding: 20px;
}

.payment-label {

    display: inline-block;

    background: #0b5d3b;

    color: #ffffff;

    padding: 9px 20px;

    border-radius: 0 20px 20px 0;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: .04em;

    margin-bottom: 30px;
}

.gopay-icon {

    width: 72px;
    height: 72px;

    display: flex;

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

    border-radius: 50%;

    background: #eaf7ef;

    font-size: 34px;

    margin-bottom: 18px;
}

.payment-info h3 {

    margin: 0;

    color: #06452d;

    font-size: 34px;

    font-weight: 800;
}

.gold-line {

    width: 90px;
    height: 3px;

    background: #c9a227;

    margin: 10px 0 25px;

    border-radius: 5px;
}

.payment-number-label {

    color: #6b7d75;

    font-size: 15px;

    margin-bottom: 8px;
}


/* GOPAY NUMBER */

.gopay-number {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 10px;

    background: #0b5d3b;

    color: #ffffff;

    border-radius: 12px;

    padding: 14px 16px;

    max-width: 380px;

    box-shadow:
        0 8px 20px rgba(11, 93, 59, .18);
}

.gopay-number strong {

    font-size: 22px;

    letter-spacing: .03em;
}

.gopay-number button {

    border: 0;

    background: rgba(255, 255, 255, .12);

    color: white;

    width: 38px;
    height: 38px;

    border-radius: 8px;

    cursor: pointer;

    font-size: 18px;
}

.gopay-number button:hover {

    background: rgba(255, 255, 255, .22);
}


/* NOTE */

.payment-note {

    display: flex;

    align-items: center;

    gap: 12px;

    margin-top: 22px;

    padding: 14px 16px;

    border: 1px solid #cfe5d8;

    background: #f4fbf7;

    border-radius: 12px;

    color: #315b49;

    font-size: 13px;

    line-height: 1.5;

    max-width: 450px;
}

.note-icon {

    font-size: 22px;

    flex-shrink: 0;
}


/* FEATURES */

.payment-features {

    display: flex;

    gap: 25px;

    margin-top: 28px;

    padding-top: 20px;

    border-top: 1px solid #e4ece8;
}

.payment-features div {

    display: flex;

    align-items: center;

    gap: 8px;

    color: #53665e;
}

.payment-features span {

    color: #0b5d3b;

    font-size: 18px;
}

.payment-features small {

    font-size: 13px;
}


/* =========================================================
   QRIS
========================================================= */

.qris-wrapper {

    position: relative;

    z-index: 2;

    text-align: center;

    display: flex;

    flex-direction: column;

    align-items: center;
}

.qris-title {

    position: relative;

    z-index: 3;

    margin-bottom: -15px;

    background: #0b5d3b;

    color: #ffffff;

    padding: 11px 28px;

    border-radius: 30px;

    font-size: 13px;

    font-weight: 700;

    letter-spacing: .04em;

    box-shadow:
        0 8px 20px rgba(11, 93, 59, .18);
}


/*
   QRIS DIBUAT BESAR
*/

.qris-card {

    width: min(100%, 470px);

    padding: 12px;

    background: #ffffff;

    border: 2px solid #c9a227;

    border-radius: 20px;

    box-shadow:
        0 15px 35px rgba(0, 0, 0, .12);
}

.qris-image {

    display: block;

    width: 100%;

    height: auto;

    max-width: 100%;

    border-radius: 12px;

    object-fit: contain;
}


/* QRIS CAPTION */

.qris-caption {

    margin: 16px 0 0;

    color: #4d635a;

    font-size: 13px;

    line-height: 1.6;
}

.qris-caption strong {

    color: #0b5d3b;

    font-size: 15px;
}


/* =========================================================
   FOOTER PAYMENT
========================================================= */

.payment-footer {

    display: flex;

    align-items: center;

    gap: 15px;

    margin-top: 22px;

    padding: 18px 25px;

    border: 1px solid #d9e8df;

    background: #f7fcf9;

    border-radius: 15px;
}

.footer-security {

    width: 48px;
    height: 48px;

    display: flex;

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

    flex-shrink: 0;

    background: #0b5d3b;

    color: white;

    border-radius: 12px;

    font-size: 22px;
}

.payment-footer strong {

    display: block;

    color: #0b5d3b;

    font-size: 14px;

    margin-bottom: 3px;
}

.payment-footer span {

    display: block;

    color: #66756f;

    font-size: 12px;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1000px) {

    .payment-grid {

        grid-template-columns:
            repeat(2, 1fr);

    }

    .payment-methods {

        grid-template-columns: 1fr;

    }

    .payment-info {

        text-align: center;
    }

    .payment-label {

        border-radius: 20px;

    }

    .gopay-icon {

        margin-left: auto;
        margin-right: auto;
    }

    .gold-line {

        margin-left: auto;
        margin-right: auto;
    }

    .gopay-number {

        margin-left: auto;
        margin-right: auto;
    }

    .payment-note {

        margin-left: auto;
        margin-right: auto;
    }

    .payment-features {

        justify-content: center;

    }

}


@media (max-width: 600px) {

    .payment-grid {

        grid-template-columns: 1fr;

        gap: 14px;

    }

    .price {

        padding: 22px 18px;

    }

    .payment-methods {

        padding: 20px 14px;

        border-radius: 18px;

    }

    .payment-info {

        padding: 10px;

    }

    .payment-info h3 {

        font-size: 28px;

    }

    .gopay-number strong {

        font-size: 18px;

    }

    .payment-features {

        gap: 15px;

    }

    .qris-card {

        width: 100%;

        padding: 8px;

    }

    .qris-title {

        font-size: 11px;

        padding: 9px 18px;

    }

    .payment-footer {

        padding: 15px;

    }

}

/* =========================================================
   ABOUT
========================================================= */

.about-section {
    background:
        radial-gradient(circle at 90% 20%,
            rgba(11, 93, 59, .06),
            transparent 35%),
        #ffffff;
}

.about-grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 70px;
    align-items: center;
}

.about-content h2 {
    color: #06452d;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.15;
    margin: 15px 0;
    font-weight: 800;
}

.about-content>p {
    color: #64756e;
    line-height: 1.8;
    font-size: 15px;
}

.about-lead {
    color: #0b5d3b !important;
    font-size: 17px !important;
}


/* FEATURES */

.about-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-top: 30px;
}

.about-feature {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px;
    border: 1px solid #e1eae5;
    border-radius: 14px;
    background: #fbfdfc;
}

.feature-icon {
    width: 42px;
    height: 42px;
    flex-shrink: 0;

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

    background: #eaf5ef;
    border-radius: 11px;

    font-size: 20px;
}

.about-feature strong {
    display: block;
    color: #17352d;
    font-size: 14px;
    margin-bottom: 3px;
}

.about-feature span {
    display: block;
    color: #71817a;
    font-size: 12px;
    line-height: 1.4;
}


/* HIGHLIGHT */

.about-highlight {
    position: relative;

    background:
        linear-gradient(145deg,
            #06452d,
            #0b5d3b);

    color: white;

    border-radius: 25px;

    padding: 45px 40px;

    min-height: 400px;

    display: flex;
    flex-direction: column;
    justify-content: center;

    overflow: hidden;

    box-shadow:
        0 20px 50px rgba(6, 69, 45, .18);
}

.about-highlight::before {
    content: "";

    position: absolute;

    width: 250px;
    height: 250px;

    border: 1px solid rgba(255, 255, 255, .12);

    border-radius: 50%;

    right: -80px;
    top: -80px;
}

.about-highlight::after {
    content: "";

    position: absolute;

    width: 180px;
    height: 180px;

    border: 1px solid rgba(201, 162, 39, .25);

    border-radius: 50%;

    left: -70px;
    bottom: -70px;
}

.quote-icon {
    font-size: 55px;
    line-height: 1;
    color: #c9a227;
    font-family: Georgia, serif;
}

.about-highlight blockquote {
    position: relative;
    z-index: 2;

    margin: 5px 0 20px;

    font-size: clamp(22px, 3vw, 31px);

    font-weight: 700;

    line-height: 1.45;
}

.quote-line {
    width: 70px;
    height: 3px;

    background: #c9a227;

    margin-bottom: 20px;

    border-radius: 5px;
}

.about-highlight>p {
    position: relative;
    z-index: 2;

    color: rgba(255, 255, 255, .75);

    font-size: 14px;

    line-height: 1.7;

    margin: 0 0 25px;
}

.about-badge {
    position: relative;
    z-index: 2;

    display: inline-flex;
    align-items: center;
    gap: 8px;

    width: fit-content;

    padding: 8px 15px;

    border: 1px solid rgba(255, 255, 255, .2);

    border-radius: 30px;

    font-size: 12px;

    font-weight: 600;
}

.about-badge span {
    color: #c9a227;
}


/* =========================================================
   FOOTER
========================================================= */

.site-footer {
    background: #06452d;
    color: white;
    padding: 55px 0 20px;
}

.footer-grid {
    display: grid;

    grid-template-columns:
        1.5fr 1fr 1fr 1fr;

    gap: 40px;

    padding-bottom: 40px;

    border-bottom:
        1px solid rgba(255, 255, 255, .12);
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-logo-icon {
    width: 45px;
    height: 45px;

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

    background: rgba(255, 255, 255, .1);

    border: 1px solid rgba(255, 255, 255, .15);

    border-radius: 12px;

    color: #c9a227;

    font-size: 20px;
}

.footer-logo strong {
    display: block;

    font-size: 16px;
}

.footer-logo span {
    display: block;

    color: rgba(255, 255, 255, .55);

    font-size: 11px;

    margin-top: 3px;
}

.footer-brand>p {
    color: rgba(255, 255, 255, .6);

    font-size: 13px;

    line-height: 1.7;

    max-width: 350px;

    margin-top: 18px;
}


/* FOOTER COLUMN */

.footer-column h4 {
    color: white;

    font-size: 14px;

    margin-bottom: 16px;
}

.footer-column a,
.footer-column p {
    display: block;

    color: rgba(255, 255, 255, .58);

    font-size: 13px;

    line-height: 1.7;

    margin: 0 0 9px;

    text-decoration: none;

    transition: color .2s;
}

.footer-column a:hover {
    color: #c9a227;
}


/* FOOTER BOTTOM */

.footer-bottom {
    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;

    padding-top: 20px;
}

.footer-bottom p {
    margin: 0;

    color: rgba(255, 255, 255, .5);

    font-size: 12px;
}

.footer-links {
    display: flex;

    gap: 20px;
}

.footer-links a {
    color: rgba(255, 255, 255, .5);

    font-size: 12px;

    text-decoration: none;
}

.footer-links a:hover {
    color: #c9a227;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 900px) {

    .about-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .about-highlight {
        min-height: 330px;
    }

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

}


@media (max-width: 600px) {

    .about-features {
        grid-template-columns: 1fr;
    }

    .about-highlight {
        padding: 35px 25px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-links {
        flex-direction: column;
        gap: 8px;
    }

}

.whatsapp-link {
    display: block;
    color: rgba(255, 255, 255, .65);
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 9px;
    text-decoration: none;
    transition: color .2s ease;
}

.whatsapp-link:hover {
    color: #c9a227;
}


/* =========================================================
   ALUR LAYANAN
========================================================= */

#alur {
    background:
        linear-gradient(180deg,
            #f6faf8 0%,
            #ffffff 100%);
}


/* HEADER */

#alur .section-head {
    max-width: 750px;
    margin: 0 auto 45px;
    text-align: center;
}

#alur .section-head h2 {
    color: #06452d;
    font-size: clamp(30px, 4vw, 44px);
    font-weight: 800;
    line-height: 1.15;
    margin: 14px 0 12px;
}

#alur .section-head p {
    color: #6b7d75;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}


/* =========================================================
   STEPS
========================================================= */

.steps {
    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 20px;

    position: relative;
}


/* GARIS PENGHUBUNG */

.steps::before {
    content: "";

    position: absolute;

    top: 42px;

    left: 12%;
    right: 12%;

    height: 2px;

    background:
        linear-gradient(90deg,
            #c9a227,
            #0b5d3b,
            #c9a227);

    opacity: .25;

    z-index: 0;
}


/* CARD */

.step-card {
    position: relative;

    z-index: 1;

    background: #ffffff;

    border: 1px solid #e1eae5;

    border-radius: 20px;

    padding: 25px 22px 22px;

    text-align: center;

    box-shadow:
        0 8px 30px rgba(11, 93, 59, .05);

    transition:
        transform .2s ease,
        box-shadow .2s ease,
        border-color .2s ease;
}

.step-card:hover {
    transform: translateY(-7px);

    border-color: #b9d7c6;

    box-shadow:
        0 18px 40px rgba(11, 93, 59, .11);
}


/* NOMOR */

.step-number {
    position: absolute;

    top: 15px;
    right: 17px;

    color: #c9a227;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: .05em;
}


/* ICON */

.step-icon {

    width: 62px;
    height: 62px;

    display: flex;

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

    margin: 0 auto 20px;

    border-radius: 50%;

    background:
        linear-gradient(145deg,
            #eaf5ef,
            #f7fcf9);

    border: 5px solid #ffffff;

    box-shadow:
        0 0 0 1px #d9e8df,
        0 7px 20px rgba(11, 93, 59, .08);

    font-size: 25px;
}


/* TITLE */

.step-card h3 {

    color: #17352d;

    font-size: 18px;

    font-weight: 750;

    margin: 0 0 10px;
}


/* DESCRIPTION */

.step-card p {

    color: #6b7d75;

    font-size: 13px;

    line-height: 1.7;

    margin: 0;
}


/* LINK */

.step-link {

    display: inline-flex;

    align-items: center;

    gap: 6px;

    margin-top: 17px;

    color: #0b5d3b;

    font-size: 12px;

    font-weight: 700;

    text-decoration: none;

    transition: gap .2s ease;
}

.step-link:hover {
    gap: 10px;
}

.step-link span {
    color: #c9a227;
    font-size: 16px;
}


/* INFO */

.step-info {

    display: inline-flex;

    align-items: center;

    gap: 5px;

    margin-top: 17px;

    padding: 6px 10px;

    border-radius: 20px;

    background: #f2f8f4;

    color: #0b5d3b;

    font-size: 11px;

    font-weight: 600;
}


/* =========================================================
   PRIVACY NOTE
========================================================= */

.steps-note {

    display: flex;

    align-items: center;

    gap: 15px;

    margin-top: 25px;

    padding: 18px 22px;

    border: 1px solid #d9e8df;

    border-radius: 15px;

    background: #ffffff;

    box-shadow:
        0 5px 20px rgba(11, 93, 59, .04);
}

.steps-note-icon {

    width: 46px;
    height: 46px;

    flex-shrink: 0;

    display: flex;

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

    background: #eaf5ef;

    border-radius: 12px;

    font-size: 21px;
}

.steps-note strong {

    display: block;

    color: #0b5d3b;

    font-size: 14px;

    margin-bottom: 4px;
}

.steps-note p {

    color: #6b7d75;

    font-size: 12px;

    line-height: 1.6;

    margin: 0;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1000px) {

    .steps {

        grid-template-columns:
            repeat(2, 1fr);

    }

    .steps::before {
        display: none;
    }

}


@media (max-width: 600px) {

    .steps {

        grid-template-columns: 1fr;

    }

    .step-card {

        text-align: left;

    }

    .step-icon {

        margin-left: 0;
        margin-right: 0;

    }

    .steps-note {

        align-items: flex-start;

    }

}

/* =========================================================
   SERVICES
========================================================= */

.services-section {
    background: #ffffff;
}

.services-section .section-head {
    max-width: 760px;
    margin: 0 auto 45px;
    text-align: center;
}

.services-section .section-head h2 {
    color: #06452d;
    font-size: clamp(30px, 4vw, 44px);
    font-weight: 800;
    line-height: 1.15;
    margin: 14px 0 12px;
}

.services-section .section-head p {
    color: #6b7d75;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}


/* =========================================================
   SERVICE CARDS
========================================================= */

.service-cards {
    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 24px;
}


.service-card {
    position: relative;

    display: flex;
    flex-direction: column;

    min-height: 410px;

    background: #ffffff;

    border: 1px solid #e1eae5;

    border-radius: 22px;

    padding: 25px;

    overflow: hidden;

    box-shadow:
        0 8px 30px rgba(11, 93, 59, .05);

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}


.service-card:hover {

    transform: translateY(-8px);

    border-color: #b8d7c5;

    box-shadow:
        0 20px 45px rgba(11, 93, 59, .12);
}


/* TOP */

.service-top {

    display: flex;

    align-items: center;

    justify-content: space-between;

    margin-bottom: 25px;
}


/* ICON */

.service-icon {

    width: 68px;
    height: 68px;

    display: flex;

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

    border-radius: 18px;

    background:
        linear-gradient(145deg,
            #eaf5ef,
            #f7fcf9);

    border: 1px solid #dcebe2;

    font-size: 31px;

    box-shadow:
        0 8px 20px rgba(11, 93, 59, .07);
}


/* NUMBER */

.service-number {

    display: flex;

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

    width: 36px;
    height: 36px;

    border-radius: 50%;

    background: #faf7ea;

    color: #a18014;

    font-size: 11px;

    font-weight: 800;
}


/* CONTENT */

.service-content {

    flex: 1;
}


.service-content h3 {

    color: #17352d;

    font-size: 21px;

    font-weight: 800;

    line-height: 1.3;

    margin: 0 0 12px;
}


.service-content p {

    color: #6b7d75;

    font-size: 13px;

    line-height: 1.75;

    margin: 0;
}


/* TAGS */

.service-tags {

    display: flex;

    flex-wrap: wrap;

    gap: 7px;

    margin-top: 20px;
}


.service-tags span {

    padding: 6px 10px;

    background: #f2f8f4;

    color: #0b5d3b;

    border-radius: 20px;

    font-size: 10px;

    font-weight: 600;
}


/* FOOTER */

.service-footer {

    margin-top: 25px;

    padding-top: 18px;

    border-top: 1px solid #e8efeb;
}


.service-btn {

    width: 100%;

    display: flex;

    align-items: center;

    justify-content: space-between;

    border: 0;

    background: transparent;

    color: #0b5d3b;

    cursor: pointer;

    font-size: 13px;

    font-weight: 700;

    padding: 5px 0;
}


.service-arrow {

    width: 34px;
    height: 34px;

    display: flex;

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

    border-radius: 50%;

    background: #eaf5ef;

    color: #0b5d3b;

    font-size: 18px;

    transition:
        transform .2s ease,
        background .2s ease;
}


.service-btn:hover .service-arrow {

    transform: translateX(5px);

    background: #0b5d3b;

    color: #ffffff;
}


/* =========================================================
   INFO
========================================================= */

.service-info {

    display: flex;

    align-items: center;

    gap: 15px;

    margin-top: 25px;

    padding: 18px 22px;

    border: 1px solid #d9e8df;

    border-radius: 15px;

    background: #f7fcf9;
}


.service-info-icon {

    width: 45px;
    height: 45px;

    display: flex;

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

    flex-shrink: 0;

    background: #eaf5ef;

    border-radius: 12px;

    font-size: 20px;
}


.service-info strong {

    display: block;

    color: #0b5d3b;

    font-size: 14px;

    margin-bottom: 4px;
}


.service-info p {

    color: #6b7d75;

    font-size: 12px;

    line-height: 1.6;

    margin: 0;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 950px) {

    .service-cards {

        grid-template-columns:
            repeat(2, 1fr);

    }

}


@media (max-width: 600px) {

    .service-cards {

        grid-template-columns: 1fr;

    }

    .service-card {

        min-height: auto;

    }

    .service-info {

        align-items: flex-start;

    }

}

/* =========================================================
   FORM PENGAJUAN
========================================================= */

.application-section {
    background: #ffffff;
}

.form-layout {
    display: grid;

    grid-template-columns:
        .85fr 1.15fr;

    gap: 55px;

    align-items: start;
}


/* =========================================================
   FORM INTRO
========================================================= */

.form-intro {
    padding-top: 15px;
}

.form-intro h2 {
    color: #06452d;

    font-size: clamp(32px, 4vw, 46px);

    font-weight: 800;

    line-height: 1.1;

    margin: 15px 0;
}

.form-intro>p {
    color: #6b7d75;

    font-size: 15px;

    line-height: 1.8;

    max-width: 560px;
}


/* =========================================================
   PRIVACY
========================================================= */

.privacy-box {
    display: flex;

    align-items: flex-start;

    gap: 14px;

    margin-top: 25px;

    padding: 18px;

    background: #f3faf6;

    border: 1px solid #d8e9df;

    border-radius: 15px;
}

.privacy-icon {
    width: 45px;
    height: 45px;

    flex-shrink: 0;

    display: flex;

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

    background: #e2f2e9;

    border-radius: 12px;

    font-size: 21px;
}

.privacy-box strong {
    display: block;

    color: #0b5d3b;

    font-size: 14px;

    margin-bottom: 4px;
}

.privacy-box p {
    color: #6b7d75;

    font-size: 12px;

    line-height: 1.6;

    margin: 0;
}


/* =========================================================
   PROCESS INFO
========================================================= */

.form-info-list {
    margin-top: 30px;

    display: flex;

    flex-direction: column;

    gap: 15px;
}

.form-info-item {
    display: flex;

    align-items: center;

    gap: 13px;
}

.form-info-item>span {
    width: 36px;
    height: 36px;

    display: flex;

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

    border-radius: 10px;

    background: #eaf5ef;

    color: #0b5d3b;

    font-size: 11px;

    font-weight: 800;
}

.form-info-item strong {
    display: block;

    color: #17352d;

    font-size: 13px;
}

.form-info-item small {
    display: block;

    color: #7a8983;

    font-size: 11px;

    margin-top: 2px;
}


/* =========================================================
   FORM CARD
========================================================= */

.form-card {
    background: #ffffff;

    border: 1px solid #dce8e2;

    border-radius: 22px;

    padding: 30px;

    box-shadow:
        0 15px 45px rgba(11, 93, 59, .08);
}

.form-card-header {
    display: flex;

    justify-content: space-between;

    align-items: flex-start;

    gap: 15px;

    padding-bottom: 20px;

    margin-bottom: 22px;

    border-bottom: 1px solid #e7efeb;
}

.form-card-header h3 {
    color: #17352d;

    font-size: 20px;

    font-weight: 800;

    margin: 0 0 5px;
}

.form-card-header p {
    color: #7a8983;

    font-size: 12px;

    margin: 0;
}

.required-note {
    color: #a18014;

    font-size: 11px;

    white-space: nowrap;
}


/* =========================================================
   FORM GROUP
========================================================= */

.form-group {
    display: block;

    margin-bottom: 18px;
}

.form-group>span {
    display: block;

    color: #17352d;

    font-size: 13px;

    font-weight: 700;

    margin-bottom: 7px;
}

.form-group>span b {
    color: #d33;

    font-weight: 700;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;

    box-sizing: border-box;

    border: 1px solid #dce8e2;

    background: #ffffff;

    border-radius: 10px;

    padding: 12px 14px;

    color: #17352d;

    font-family: inherit;

    font-size: 13px;

    transition:
        border-color .2s ease,
        box-shadow .2s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;

    border-color: #0b5d3b;

    box-shadow:
        0 0 0 3px rgba(11, 93, 59, .09);
}

.form-group textarea {
    resize: vertical;

    min-height: 130px;
}

.form-group small {
    display: block;

    color: #82908a;

    font-size: 10px;

    line-height: 1.5;

    margin-top: 5px;
}


/* =========================================================
   AGREEMENT
========================================================= */

.agreement {
    display: flex;

    align-items: flex-start;

    gap: 10px;

    padding: 13px;

    margin: 5px 0 18px;

    background: #f8faf9;

    border: 1px solid #e6eeea;

    border-radius: 10px;

    cursor: pointer;
}

.agreement input {
    margin-top: 2px;

    accent-color: #0b5d3b;
}

.agreement span {
    color: #687971;

    font-size: 11px;

    line-height: 1.6;
}


/* =========================================================
   SUBMIT
========================================================= */

.submit-case-btn {
    width: 100%;

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: 13px 18px;

    border: 0;

    cursor: pointer;

    font-family: inherit;
}

.form-bottom-note {
    color: #82908a;

    font-size: 10px;

    text-align: center;

    line-height: 1.5;

    margin: 13px 0 0;
}


/* =========================================================
   STATUS
========================================================= */

.status-section {
    background:
        linear-gradient(180deg,
            #f6faf8,
            #ffffff);
}

.status-box {
    display: grid;

    grid-template-columns:
        1fr 1fr;

    gap: 45px;

    align-items: center;

    padding: 40px;

    background: #ffffff;

    border: 1px solid #dce8e2;

    border-radius: 22px;

    box-shadow:
        0 12px 40px rgba(11, 93, 59, .06);
}

.status-intro h2 {
    color: #06452d;

    font-size: clamp(28px, 4vw, 40px);

    font-weight: 800;

    line-height: 1.15;

    margin: 14px 0 10px;
}

.status-intro p {
    color: #6b7d75;

    font-size: 14px;

    line-height: 1.7;

    margin: 0;
}


/* CASE ID */

.case-id-example {
    display: inline-flex;

    flex-direction: column;

    gap: 4px;

    margin-top: 20px;

    padding: 12px 16px;

    background: #f2f8f4;

    border: 1px solid #d8e9df;

    border-radius: 10px;
}

.case-id-example span {
    color: #7b8983;

    font-size: 10px;
}

.case-id-example strong {
    color: #0b5d3b;

    font-family: monospace;

    font-size: 13px;

    letter-spacing: .03em;
}


/* STATUS SEARCH */

.status-search>label {
    display: block;

    color: #17352d;

    font-size: 13px;

    font-weight: 700;

    margin-bottom: 8px;
}

.status-input {
    display: flex;

    gap: 10px;
}

.status-input input {
    flex: 1;

    min-width: 0;

    border: 1px solid #dce8e2;

    border-radius: 10px;

    padding: 12px 14px;

    font-family: inherit;

    font-size: 13px;
}

.status-input input:focus {
    outline: none;

    border-color: #0b5d3b;

    box-shadow:
        0 0 0 3px rgba(11, 93, 59, .09);
}

.status-input .btn {
    white-space: nowrap;

    border: 0;

    cursor: pointer;
}


/* RESULT */

.status-result {
    margin-top: 15px;
}

.status-note {
    color: #82908a;

    font-size: 11px;

    line-height: 1.6;

    margin-top: 12px;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 900px) {

    .form-layout {
        grid-template-columns: 1fr;

        gap: 35px;
    }

    .form-intro {
        padding-top: 0;
    }

    .status-box {
        grid-template-columns: 1fr;

        gap: 25px;

        padding: 28px;
    }

}


@media (max-width: 600px) {

    .form-card {
        padding: 20px;

        border-radius: 17px;
    }

    .form-card-header {
        flex-direction: column;
    }

    .status-box {
        padding: 22px 18px;

        border-radius: 17px;
    }

    .status-input {
        flex-direction: column;
    }

    .status-input .btn {
        width: 100%;
    }

}