/* ============================================================
   HOMEPAGE v5.0 — React Design Match
   Prefix: sfc-v2-*
   ============================================================ */

/* ---- Shared eyebrow ---- */
.sfc-v2-ey {
    display: flex;
    align-items: center;
    gap: 10px;
}
.sfc-v2-ey__line {
    width: 28px;
    height: 2px;
    background: #18A167;
    flex-shrink: 0;
}
.sfc-v2-ey__label {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #18A167;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    line-height: 16px;
}
/* ---- Shared separator ---- */
.sfc-v2-sep {
    width: calc(100% - 240px);
    margin: 0 auto;
    height: 1px;
    background: #D6D3CC;
    flex-shrink: 0;
}

/* ============================================================
   WHY SECTION
   ============================================================ */
.sfc-v2-why {
    background: #F5F4F2;
    padding-top: 80px;
}
.sfc-v2-why__hdr {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 80px 64px;
    gap: 40px;
}
.sfc-v2-why__hdr-left {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.sfc-v2-why__title {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.sfc-v2-why__title-light {
    font-family: 'Poppins', sans-serif;
    font-size: 56px;
    font-weight: 300;
    color: #1A1A1A;
    line-height: 64px;
    letter-spacing: -0.02em;
    display: block;
}
.sfc-v2-why__title-bold {
    font-family: 'Poppins', sans-serif;
    font-size: 56px;
    font-weight: 900;
    color: #18A167;
    line-height: 64px;
    letter-spacing: -0.02em;
    display: block;
}
.sfc-v2-why__hdr-right {
    max-width: 340px;
    flex-shrink: 0;
    padding-bottom: 6px;
}
.sfc-v2-why__subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 28px;
    color: #6B6B65;
    margin: 0;
}
.sfc-v2-why__cols {
    display: flex;
    padding-bottom: 80px;
}
.sfc-v2-why__col {
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.sfc-v2-why__col--l1 {
    padding: 56px 56px 56px 80px;
}
.sfc-v2-why__col--l3 {
    padding: 56px 80px 56px 56px;
}
.sfc-v2-why__col--dark {
    background: #0D3D24;
    padding: 56px;
    position: relative;
    overflow: hidden;
}
.sfc-v2-why__col--br {
    border-right: 1px solid #D6D3CC;
}
.sfc-v2-why__col--dark.sfc-v2-why__col--br {
    border-right-color: rgba(255,255,255,0.1);
}
.sfc-v2-why__col-deco {
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(24,161,103,0.15);
    pointer-events: none;
}
.sfc-v2-why__top {
    display: flex;
    flex-direction: column;
    gap: 28px;
}
.sfc-v2-why__icon-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.sfc-v2-why__icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #E8F5EE;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.sfc-v2-why__icon--dk { background: rgba(24,161,103,0.25); }
.sfc-v2-why__num {
    font-family: 'Poppins', sans-serif;
    font-size: 80px;
    font-weight: 900;
    color: #E8E5DD;
    line-height: 1;
    letter-spacing: -0.04em;
    user-select: none;
}
.sfc-v2-why__num--dk { color: rgba(255,255,255,0.08); }
.sfc-v2-why__content {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.sfc-v2-why__card-title {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #1A1A1A;
    line-height: 32px;
    margin: 0;
}
.sfc-v2-why__card-title--dk { color: #fff; }
.sfc-v2-why__card-desc {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #6B6B65;
    line-height: 26px;
    margin: 0;
}
.sfc-v2-why__card-desc--dk { color: rgba(255,255,255,0.65); }
.sfc-v2-why__link {
    display: flex;
    align-items: center;
    padding-top: 40px;
    gap: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #18A167 !important;
    text-decoration: none !important;
}
.sfc-v2-why__link:hover { opacity: 0.8; }

/* ============================================================
   PROGRAM UNGGULAN SECTION
   ============================================================ */
.sfc-v2-ung {
    background: #F5F4F2;
    position: relative;
    overflow: hidden;
}
.sfc-v2-ung__hdr {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 80px 80px 64px;
    gap: 20px;
}
.sfc-v2-ung__titles {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}
.sfc-v2-ung__title-light {
    font-family: 'Poppins', sans-serif;
    font-size: 52px;
    font-weight: 300;
    color: #1A1A1A;
    line-height: 60px;
    letter-spacing: -0.02em;
    text-align: center;
}
.sfc-v2-ung__title-bold {
    font-family: 'Poppins', sans-serif;
    font-size: 52px;
    font-weight: 900;
    color: #18A167;
    line-height: 60px;
    letter-spacing: -0.02em;
    text-align: center;
}
.sfc-v2-ung__subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    line-height: 28px;
    color: #6B6B65;
    text-align: center;
    max-width: 620px;
    margin: 0;
}
.sfc-v2-ung__grid {
    display: flex;
    flex-direction: column;
    padding: 0 80px;
    gap: 20px;
}
.sfc-v2-ung__row {
    display: flex;
    gap: 20px;
}
.sfc-v2-ung__card {
    flex: 1 1 0%;
    min-height: 240px;
    border-radius: 20px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 32px;
}
.sfc-v2-ung__card--light { background: #fff; }
.sfc-v2-ung__card--dark {
    background: #0D3D24;
    position: relative;
    overflow: hidden;
}
.sfc-v2-ung__card-deco {
    position: absolute;
    top: -40px;
    right: -40px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(24,161,103,0.12);
    pointer-events: none;
}
.sfc-v2-ung__card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}
.sfc-v2-ung__card-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: #E8F5EE;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.sfc-v2-ung__card-icon--dk { background: rgba(24,161,103,0.25); }
.sfc-v2-ung__card-counter {
    font-family: 'Poppins', sans-serif;
    font-size: 64px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.04em;
    color: #F0EDE5;
    user-select: none;
}
.sfc-v2-ung__card-counter--dk { color: rgba(255,255,255,0.07); }
.sfc-v2-ung__card-comm-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #E8F5EE;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.sfc-v2-ung__card-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #E8F5EE;
    border-radius: 20px;
    padding: 5px 12px;
}
.sfc-v2-ung__card-badge-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #18A167;
    flex-shrink: 0;
}
.sfc-v2-ung__card-badge-text {
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #18A167;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    line-height: 14px;
}
.sfc-v2-ung__card-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
}
.sfc-v2-ung__card-title {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #1A1A1A;
    line-height: 28px;
    margin: 0;
}
.sfc-v2-ung__card-title--dk { color: #fff; }
.sfc-v2-ung__card-desc {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    color: #6B6B65;
    line-height: 24px;
    margin: 0;
}
.sfc-v2-ung__card-desc--dk { color: rgba(255,255,255,0.6); }
.sfc-v2-ung__cta {
    display: flex;
    justify-content: center;
    padding: 48px 0 80px;
}
.sfc-v2-ung__cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #195C40;
    border-radius: 100px;
    padding: 16px 36px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #fff !important;
    text-decoration: none !important;
    letter-spacing: 0.01em;
    transition: background .2s;
}
.sfc-v2-ung__cta-btn:hover { background: #18A167; }

/* ============================================================
   PROGRAMS SECTION
   ============================================================ */
.sfc-v2-prg {
    background: #F0EDE5;
    position: relative;
    overflow: hidden;
}
.sfc-v2-prg__hdr {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 80px 80px 56px;
    position: relative;
}
.sfc-v2-prg__hdr-left {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.sfc-v2-prg__titles {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.sfc-v2-prg__title-light {
    font-family: 'Poppins', sans-serif;
    font-size: 54px;
    font-weight: 300;
    color: #0D3D24;
    line-height: 62px;
    letter-spacing: -0.02em;
}
.sfc-v2-prg__title-bold {
    font-family: 'Poppins', sans-serif;
    font-size: 54px;
    font-weight: 900;
    color: #18A167;
    line-height: 62px;
    letter-spacing: -0.02em;
}
.sfc-v2-prg__hdr-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-bottom: 8px;
    gap: 6px;
}
.sfc-v2-prg__counter-num {
    font-family: 'Poppins', sans-serif;
    font-size: 64px;
    font-weight: 900;
    color: #0D3D24;
    line-height: 1;
    letter-spacing: -0.04em;
}
.sfc-v2-prg__counter-label {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #16A167;
    letter-spacing: 0.01em;
    line-height: 18px;
}
.sfc-v2-prg__sep {
    width: calc(100% - 240px);
    margin: 0 auto 48px;
    height: 1px;
    background: #D6D3CC;
}
.sfc-v2-prg__cards {
    display: flex;
    gap: 16px;
    padding: 0 80px 80px;
}
.sfc-v2-prg__card {
    flex: 1 1 0%;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.07);
    display: flex;
    flex-direction: column;
}
.sfc-v2-prg__card-thumb {
    aspect-ratio: 690 / 420;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-shrink: 0;
}
.sfc-v2-prg__card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sfc-v2-prg__card-icon {
    width: 80px;
    height: 80px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}
.sfc-v2-prg__card-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
}
.sfc-v2-prg__card-body {
    flex: 1;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}
.sfc-v2-prg__card-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.sfc-v2-prg__card-meta {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 500;
    color: #9B9B95;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 14px;
}
.sfc-v2-prg__card-title {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #1A1A1A;
    line-height: 26px;
    margin: 0;
}
.sfc-v2-prg__card-desc {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: #6B6B65;
    line-height: 21px;
    margin: 0;
}
.sfc-v2-prg__card-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    padding: 12px 18px;
    border: 1.5px solid #0D3D24;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #0D3D24 !important;
    text-decoration: none !important;
    transition: background .15s, color .15s;
}
.sfc-v2-prg__card-btn:hover {
    background: #0D3D24;
    color: #fff !important;
}

/* ============================================================
   TESTIMONIALS SECTION
   ============================================================ */
.sfc-v2-testi {
    background: #F5F4F2;
}
.sfc-v2-testi__hdr {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 80px 64px;
    gap: 20px;
    width: 100%;
}
.sfc-v2-testi__titles {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.sfc-v2-testi__t1 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
}
.sfc-v2-testi__t2 {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 10px;
}
.sfc-v2-testi__word {
    font-family: 'Poppins', sans-serif;
    font-size: 48px;
    font-weight: 300;
    color: #1A1A1A;
    line-height: 58px;
    letter-spacing: -0.02em;
    text-align: center;
}
.sfc-v2-testi__word--bold {
    font-weight: 900;
    color: #16A167;
}
.sfc-v2-testi__alumni-pill {
    display: inline-block;
    background: #18A167;
    border-radius: 8px;
    padding: 0 16px;
}
.sfc-v2-testi__alumni-pill span {
    font-family: 'Poppins', sans-serif;
    font-size: 48px;
    font-weight: 900;
    color: #fff;
    line-height: 58px;
    letter-spacing: -0.02em;
}
.sfc-v2-testi__meta-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border-radius: 100px;
    padding: 10px 20px;
    border: 1px solid rgba(0,0,0,0.07);
}
.sfc-v2-testi__avs {
    display: flex;
}
.sfc-v2-testi__av {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid #F0EDE5;
    flex-shrink: 0;
    overflow: hidden;
}
.sfc-v2-testi__av img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sfc-v2-testi__av:not(:first-child) { margin-left: -8px; }
.sfc-v2-testi__meta-text {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #1A1A1A;
    line-height: 16px;
}
.sfc-v2-testi__meta-sep {
    width: 1px;
    height: 14px;
    background: #D6D3CC;
    flex-shrink: 0;
}
.sfc-v2-testi__stars {
    font-size: 13px;
    color: #F5A623;
    line-height: 16px;
}
.sfc-v2-testi__rating-num {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #1A1A1A;
    line-height: 16px;
}
.sfc-v2-testi__rating-denom {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: #9B9B95;
    line-height: 16px;
}
.sfc-v2-testi__wrap {
    padding: 0 80px 80px;
}
.sfc-v2-testi__cards-viewport--slider {
    overflow: hidden;
}
.sfc-v2-testi__cards {
    display: flex;
    gap: 20px;
}
.sfc-v2-testi__cards-viewport--slider .sfc-v2-testi__cards {
    transition: transform 0.6s ease;
}
.sfc-v2-testi__cards-viewport--slider .sfc-v2-testi__card {
    flex: 0 0 calc((100% - 40px) / 3);
    min-width: 0;
}
.sfc-v2-testi__nav {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 32px;
}
.sfc-v2-testi__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1.5px solid #D6D3CC;
    background: #fff;
    color: #18A167;
    cursor: pointer;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.sfc-v2-testi__arrow:hover {
    background: #18A167;
    border-color: #18A167;
    color: #fff;
}
.sfc-v2-testi__card {
    box-sizing: border-box;
    flex: 1 1 0%;
    border-radius: 20px;
    padding: 36px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 28px;
    position: relative;
}
.sfc-v2-testi__card--light {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.07);
}
.sfc-v2-testi__card--dark { background: #0D3D24; }
.sfc-v2-testi__card-bq {
    position: absolute;
    top: -10px;
    right: 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 140px;
    font-weight: 900;
    line-height: 1;
    color: #F5F3EF;
    pointer-events: none;
    user-select: none;
}
.sfc-v2-testi__card-bq--dk { color: rgba(255,255,255,0.04); }
.sfc-v2-testi__card-qi {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #E8F5EE;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
}
.sfc-v2-testi__card-qi--dk { background: rgba(24,161,103,0.25); }
.sfc-v2-testi__card-text {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: italic;
    color: #1A1A1A;
    line-height: 28px;
    flex: 1;
    position: relative;
    margin: 0;
}
.sfc-v2-testi__card-text--dk { color: rgba(255,255,255,0.88); }
.sfc-v2-testi__card-sep {
    height: 1px;
    background: #EDEDEA;
    flex-shrink: 0;
    position: relative;
}
.sfc-v2-testi__card-sep--dk { background: rgba(255,255,255,0.1); }
.sfc-v2-testi__card-author {
    display: flex;
    align-items: center;
    gap: 14px;
    position: relative;
}
.sfc-v2-testi__card-av {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: linear-gradient(135deg, #D4C9B8 0%, #B8AA95 100%);
    overflow: hidden;
}
.sfc-v2-testi__card-av--dk { background: rgba(24,161,103,0.25); }
.sfc-v2-testi__card-av img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.sfc-v2-testi__card-name {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #1A1A1A;
    line-height: 18px;
    display: block;
}
.sfc-v2-testi__card-name--dk { color: #fff; }
.sfc-v2-testi__card-role {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    color: #9B9B95;
    letter-spacing: 0.02em;
    display: block;
    line-height: 16px;
    margin-top: 2px;
}
.sfc-v2-testi__card-role--dk { color: rgba(255,255,255,0.45); }
.sfc-v2-testi__card-stars {
    margin-left: auto;
    font-size: 13px;
    color: #F5A623;
    line-height: 16px;
    flex-shrink: 0;
}

/* ============================================================
   CTA + FORM SECTION
   ============================================================ */
.sfc-v2-cta {
    background: #F5F4F2;
    display: flex;
}
/* Neutralize theme's negative margin-top on footer that causes overlap */
.footer__area {
    margin-top: 0 !important;
}
/* Keep breadcrumb behind sticky header so nav links remain clickable */
.breadcrumb__area {
    position: relative;
    z-index: 0;
}
/* Breadcrumb decorative shapes: convert purple accent to white */
.breadcrumb__shape-wrap img {
    filter: brightness(0) invert(1);
}
.sfc-v2-cta__left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 56px 80px 80px;
    gap: 40px;
    flex: 0 0 auto;
    width: 50%;
}
.sfc-v2-cta__text-group {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.sfc-v2-cta__title-group {
    display: flex;
    flex-direction: column;
}
.sfc-v2-cta__title-line1 {
    font-family: 'Poppins', sans-serif;
    font-size: 44px;
    font-weight: 300;
    color: #1A1A1A;
    line-height: 54px;
    letter-spacing: -0.02em;
    display: block;
}
.sfc-v2-cta__title-row2 {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 12px;
}
.sfc-v2-cta__title-jadi,
.sfc-v2-cta__title-rest {
    font-family: 'Poppins', sans-serif;
    font-size: 44px;
    font-weight: 300;
    color: #1A1A1A;
    line-height: 54px;
    letter-spacing: -0.02em;
}
.sfc-v2-cta__title-cuan {
    font-family: 'Poppins', sans-serif;
    font-size: 44px;
    font-weight: 900;
    color: #18A167;
    line-height: 54px;
    letter-spacing: -0.02em;
}
.sfc-v2-cta__desc {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #6B6B65;
    line-height: 27px;
    max-width: 480px;
    margin: 0;
}
.sfc-v2-cta__stats {
    display: flex;
    align-items: center;
}
.sfc-v2-cta__stat {
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.sfc-v2-cta__stat-top {
    display: flex;
    align-items: center;
    gap: 10px;
}
.sfc-v2-cta__stat-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: #E8F5EE;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.sfc-v2-cta__stat-num {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 900;
    color: #1A1A1A;
    line-height: 34px;
    letter-spacing: -0.02em;
}
.sfc-v2-cta__stat-label {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: #6B6B65;
    line-height: 16px;
    padding-left: 2px;
}
.sfc-v2-cta__stat-sep {
    width: 1px;
    height: 48px;
    background: #D6D3CC;
    flex-shrink: 0;
    margin: 0 24px;
}
.sfc-v2-cta__photos {
    display: flex;
    align-items: flex-end;
    height: 200px;
    gap: 10px;
    flex-shrink: 0;
}
.sfc-v2-cta__photo {
    flex-shrink: 0;
    width: 100px;
    border-radius: 10px;
    padding: 6px 6px 20px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
    background: #fff;
    transform-origin: center;
}
.sfc-v2-cta__photo--lg {
    width: 124px;
    border-radius: 12px;
    padding: 7px 7px 24px;
    box-shadow: 0 6px 24px rgba(0,0,0,0.15);
}
.sfc-v2-cta__photo-inner {
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 115px;
}
.sfc-v2-cta__photo-inner img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sfc-v2-cta__photo--lg .sfc-v2-cta__photo-inner {
    border-radius: 8px;
    height: 145px;
}
.sfc-v2-cta__right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 48px 120px 48px 40px;
    background: #C5B9A5;
    border-radius: 20px 0 0 20px;
}
.sfc-v2-cta__form-card {
    background: #fff;
    border-radius: 24px;
    padding: 40px;
    gap: 24px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 40px rgba(0,0,0,0.1);
    border: 1px solid rgba(0,0,0,0.05);
}
.sfc-v2-cta__form-title {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #1A1A1A;
    line-height: 28px;
    margin: 0;
}
.sfc-v2-cta__form-sub {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: #9B9B95;
    line-height: 16px;
    margin: 4px 0 0;
}
.sfc-v2-cta__fields {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.sfc-v2-cta__field { display: flex; flex-direction: column; gap: 6px; }
.sfc-v2-cta__field-label {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #4A4A45;
    letter-spacing: 0.02em;
    line-height: 16px;
}
.sfc-v2-cta__field-wrap {
    display: flex;
    align-items: stretch;
    border-radius: 10px;
    border: 1.5px solid #E8E5DD;
    background: #F8F7F5;
    overflow: hidden;
    transition: border-color .2s, box-shadow .2s;
}
.sfc-v2-cta__field-wrap:focus-within {
    border-color: #18A167;
    box-shadow: 0 0 0 3px rgba(24,161,103,0.1);
}
.sfc-v2-cta__field-wrap input,
.sfc-v2-cta__field-wrap select {
    flex: 1;
    min-width: 0;
    padding: 12px 14px;
    border: none;
    background: transparent;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #1A1A1A;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
}
.sfc-v2-cta__field-wrap input::placeholder { color: #BCBCB8; }
.sfc-v2-cta__field-wrap select { cursor: pointer; }
.sfc-v2-cta__field-wrap select option { color: #1A1A1A; }
.sfc-v2-cta__phone-prefix {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 12px;
    background: #F0EDE8;
    border-right: 1.5px solid #E8E5DD;
    flex-shrink: 0;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #4A4A45;
}
.sfc-v2-cta__select-arrow {
    padding: 0 12px;
    display: flex;
    align-items: center;
    pointer-events: none;
    flex-shrink: 0;
}
.sfc-v2-cta__submit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    background: #0D3D24;
    border: none;
    border-radius: 12px;
    padding: 15px 24px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    transition: background .2s;
}
.sfc-v2-cta__submit:hover { background: #18A167; }
.sfc-v2-cta__privacy {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.sfc-v2-cta__privacy-text {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    color: #9B9B95;
    line-height: 16px;
}

/* ============================================================
   RESPONSIVE — sfc-v2-*
   ============================================================ */
@media (max-width: 1199px) {
    .sfc-v2-why__hdr { padding: 0 40px 40px; }
    .sfc-v2-why__title-light, .sfc-v2-why__title-bold { font-size: 40px; line-height: 50px; }
    .sfc-v2-why__col--l1 { padding: 40px; }
    .sfc-v2-why__col--l3 { padding: 40px; }
    .sfc-v2-why__col--dark { padding: 40px; }
    .sfc-v2-ung__hdr { padding: 60px 40px 40px; }
    .sfc-v2-ung__title-light, .sfc-v2-ung__title-bold { font-size: 38px; line-height: 46px; }
    .sfc-v2-ung__grid { padding: 0 40px; }
    .sfc-v2-prg__hdr { padding: 60px 40px 40px; }
    .sfc-v2-prg__title-light, .sfc-v2-prg__title-bold { font-size: 40px; line-height: 48px; }
    .sfc-v2-prg__sep { width: calc(100% - 80px); }
    .sfc-v2-prg__cards { padding: 0 40px 60px; }
    .sfc-v2-testi__hdr { padding: 60px 40px 40px; }
    .sfc-v2-testi__word, .sfc-v2-testi__alumni-pill span { font-size: 36px; line-height: 44px; }
    .sfc-v2-testi__wrap { padding: 0 40px 60px; }
    .sfc-v2-cta__left { width: 50%; padding: 60px 40px 60px 40px; }
    .sfc-v2-cta__title-line1, .sfc-v2-cta__title-jadi, .sfc-v2-cta__title-cuan, .sfc-v2-cta__title-rest { font-size: 34px; line-height: 44px; }
    .sfc-v2-cta__right { padding: 48px 60px 48px 40px; }
}
@media (max-width: 991px) {
    .sfc-v2-why__hdr { flex-direction: column; padding: 0 32px 32px; }
    .sfc-v2-why__hdr-right { max-width: 100%; }
    .sfc-v2-why__title-light, .sfc-v2-why__title-bold { font-size: 34px; line-height: 42px; }
    .sfc-v2-why__cols { flex-direction: column; }
    .sfc-v2-why__col--l1, .sfc-v2-why__col--l3 { padding: 36px 32px; }
    .sfc-v2-why__col--dark { padding: 36px 32px; }
    .sfc-v2-why__col--br { border-right: none; border-bottom: 1px solid #D6D3CC; }
    .sfc-v2-why__col--dark.sfc-v2-why__col--br { border-bottom-color: rgba(255,255,255,0.1); }
    .sfc-v2-why__num { font-size: 60px; }
    .sfc-v2-sep { width: calc(100% - 80px); }
    .sfc-v2-ung__row { flex-direction: column; }
    .sfc-v2-ung__card { min-height: auto; }
    .sfc-v2-ung__card-counter { font-size: 48px; }
    .sfc-v2-prg__hdr { flex-direction: column; align-items: flex-start; }
    .sfc-v2-prg__sep { width: calc(100% - 64px); }
    .sfc-v2-prg__cards { flex-direction: column; padding: 0 32px 60px; }
    .sfc-v2-testi__cards-viewport:not(.sfc-v2-testi__cards-viewport--slider) .sfc-v2-testi__cards { flex-direction: column; }
    .sfc-v2-testi__cards-viewport--slider .sfc-v2-testi__card { flex-basis: calc((100% - 20px) / 2); }
    .sfc-v2-testi__wrap { padding: 0 32px 60px; }
    .sfc-v2-testi__word, .sfc-v2-testi__alumni-pill span { font-size: 32px; line-height: 40px; }
    .sfc-v2-cta { flex-direction: column; }
    .sfc-v2-cta__left { width: 100%; padding: 56px 32px; }
    .sfc-v2-cta__photos { display: none; }
    .sfc-v2-cta__right { padding: 40px 32px; border-radius: 20px; }
}
@media (max-width: 767px) {
    .sfc-v2-why__hdr { padding: 0 20px 28px; }
    .sfc-v2-why__title-light, .sfc-v2-why__title-bold { font-size: 28px; line-height: 36px; }
    .sfc-v2-why__col--l1, .sfc-v2-why__col--l3, .sfc-v2-why__col--dark { padding: 28px 20px; }
    .sfc-v2-why { padding-top: 48px; }
    .sfc-v2-why__num { font-size: 52px; }
    .sfc-v2-ung__hdr { padding: 48px 20px 32px; }
    .sfc-v2-ung__title-light, .sfc-v2-ung__title-bold { font-size: 28px; line-height: 36px; }
    .sfc-v2-ung__grid { padding: 0 20px; }
    .sfc-v2-ung__card { padding: 24px; }
    .sfc-v2-ung__cta { padding: 32px 0 48px; }
    .sfc-v2-prg__hdr { padding: 48px 20px 32px; }
    .sfc-v2-prg__title-light, .sfc-v2-prg__title-bold { font-size: 28px; line-height: 36px; }
    .sfc-v2-prg__counter-num { font-size: 44px; }
    .sfc-v2-prg__sep { width: calc(100% - 40px); }
    .sfc-v2-prg__cards { padding: 0 20px 48px; }
    .sfc-v2-testi__hdr { padding: 48px 20px 32px; }
    .sfc-v2-testi__word, .sfc-v2-testi__alumni-pill span { font-size: 26px; line-height: 34px; }
    .sfc-v2-testi__wrap { padding: 0 20px 48px; }
    .sfc-v2-testi__cards-viewport--slider .sfc-v2-testi__card { flex-basis: 100%; }
    .sfc-v2-cta__left { padding: 48px 20px; }
    .sfc-v2-cta__right { padding: 32px 20px; }
    .sfc-v2-cta__form-card { padding: 28px 20px; }
    .sfc-v2-cta__title-line1, .sfc-v2-cta__title-jadi, .sfc-v2-cta__title-cuan, .sfc-v2-cta__title-rest { font-size: 28px; line-height: 38px; }
}


