/* lp-staging.css — hanya untuk /lp/{slug}/staging.
   Semua aturan diawali .tlp-wrap.lps sehingga LP produksi (.tlp-wrap tanpa .lps)
   tidak mungkin terpengaruh. Dimuat SETELAH lp.css, jadi menimpa seperlunya.
   Perubahan yang disetujui Ega 23 Agu 2026 — lihat hero-staging.blade.php. */

/* Aksen aksi. Merah dipakai HANYA untuk tombol/harga yang mengajak transaksi,
   biru tetap warna merek untuk navigasi & pembanding — supaya hierarkinya jelas. */
.tlp-wrap.lps {
    /* Merah yang SUDAH dipakai LP produksi untuk tombol Supreme dan nominal
       Supreme (.tlp-price-cta.fill / .tlp-price-card.supreme .tlp-amount di
       lp.css). Dipakai ulang persis supaya hero, kartu harga, dan pill
       melayang memakai satu merah yang sama. */
    --lps-red: #cf2e2e;
    --lps-red-dark: #b81f1f;
}

/* (1) Logo/ikon kelas: diperbesar, tanpa box (radius + bayangan dibuang) */
.tlp-wrap.lps .tlp-hero-img {
    width: 260px;
    height: 260px;
    /* Box (bayangan + latar) dibuang, TAPI sudutnya tetap membulat: sebagian
       ikon kelas berlatar putih solid, jadi tanpa radius sudutnya terlihat
       terpotong tajam di atas latar hero. Radius dinaikkan 20->24px mengikuti
       ukuran ikon yang membesar 170->260px, supaya rasionya tetap sama. */
    border-radius: 24px;
    box-shadow: none;
    background: transparent;
    object-fit: contain;
}
.tlp-wrap.lps .tlp-hero-flex { gap: 2rem; }

/* (4) Kode kelas + batch di atas judul */
.tlp-wrap.lps .lps-eyebrow {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 10px;
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .2px;
    color: #004aad;
}
.tlp-wrap.lps .lps-eyebrow-code {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #004aad;
    text-decoration: none;
}
.tlp-wrap.lps .lps-eyebrow-code:hover { text-decoration: underline; }
.tlp-wrap.lps .lps-eyebrow-code strong { font-weight: 700; }
.tlp-wrap.lps .lps-eyebrow-sep { color: #9db2d2; }
.tlp-wrap.lps .lps-eyebrow-batch { color: #33507f; font-weight: 600; }

/* (2) Box CTA + harga — bersih & bulat, senada dengan bahasa desain LP
   (tombol .tlp-price-cta & .tlp-fab-bar memakai radius 50px; kartu 20px). */
.tlp-wrap.lps .lps-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 14px 22px;
    margin-top: 18px;
    padding: 16px 22px;
    background: #fff;
    border: 0;
    border-radius: 24px;
    box-shadow: 0 2px 14px rgba(0, 74, 173, 0.10);
    max-width: 700px;
    font-family: 'DM Sans', sans-serif;
}
.tlp-wrap.lps .lps-cta-price {
    display: flex;
    align-items: baseline;
    gap: 9px;
    flex-wrap: wrap;
}
.tlp-wrap.lps .lps-cta-price s { color: #93a1b7; font-size: 0.95rem; }
.tlp-wrap.lps .lps-cta-price strong {
    font-size: 1.9rem;
    line-height: 1;
    color: var(--lps-red);
    letter-spacing: -.5px;
}
.tlp-wrap.lps .lps-cta-tier {
    font-size: 0.75rem;
    color: #6b7a93;
    text-transform: lowercase;
}
.tlp-wrap.lps .lps-cta-act {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
}
.tlp-wrap.lps .lps-cta-btn {
    display: inline-block;
    padding: 9px 20px;
    border-radius: 50px;
    background: var(--lps-red);
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    transition: all .15s ease;
    white-space: nowrap;
    border: 1.5px solid var(--lps-red);
}
.tlp-wrap.lps .lps-cta-btn:hover,
.tlp-wrap.lps .lps-cta-btn:focus { background: var(--lps-red-dark); border-color: var(--lps-red-dark); color: #fff; }
.tlp-wrap.lps .lps-cta-btn-ghost {
    background: transparent;
    color: #004aad;
    border-color: #004aad;
}
.tlp-wrap.lps .lps-cta-btn-ghost:hover,
.tlp-wrap.lps .lps-cta-btn-ghost:focus { background: #eef3fb; color: #004aad; border-color: #004aad; }
.tlp-wrap.lps .lps-cta-btn-off {
    background: #e8eef7;
    border-color: #e8eef7;
    color: #8492a8;
    cursor: not-allowed;
}
.tlp-wrap.lps .lps-cta-off { box-shadow: 0 2px 14px rgba(0, 0, 0, 0.06); }

/* (3) Info tenggat pendaftaran */
.tlp-wrap.lps .lps-deadline {
    margin: 10px 0 0;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.85rem;
    color: #8a5a00;
}
.tlp-wrap.lps .lps-deadline b { color: #7a4f00; }

/* (6) Baris statistik: Program Brief + peserta/alumni + peminat */
.tlp-wrap.lps .lps-heroline {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 20px;
    margin-top: 16px;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.85rem;
    color: #55637d;
}
.tlp-wrap.lps .lps-brief {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #004aad;
    font-weight: 600;
    text-decoration: none;
}
.tlp-wrap.lps .lps-brief:hover,
.tlp-wrap.lps .lps-brief:focus { text-decoration: underline; color: #004aad; }
.tlp-wrap.lps .lps-brief svg { stroke: currentColor; flex-shrink: 0; }
.tlp-wrap.lps .lps-stat { color: #55637d; }
.tlp-wrap.lps .lps-stat b { color: #00377f; font-weight: 700; }

@media (max-width: 782px) {
    .tlp-wrap.lps .tlp-hero-img { width: 200px; height: 200px; }
    .tlp-wrap.lps .lps-eyebrow { justify-content: center; }
    .tlp-wrap.lps .lps-cta {
        max-width: none;
        flex-direction: column;
        align-items: stretch;
        text-align: center;
        gap: 12px;
    }
    .tlp-wrap.lps .lps-cta-price { justify-content: center; }
    .tlp-wrap.lps .lps-cta-act { flex-direction: column; align-items: stretch; }
    .tlp-wrap.lps .lps-cta-btn { text-align: center; }
    .tlp-wrap.lps .lps-heroline { justify-content: center; }
}

/* Judul section: "Outcome" / "Outline" + judul lama sebagai penjelas kecil */
.tlp-wrap.lps .tlp-section-title.lps-sect { margin-bottom: 1rem; }
.tlp-wrap.lps .tlp-section-title.lps-sect small {
    display: block;
    margin-top: 3px;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.35;
    color: #7a879c;
    letter-spacing: 0;
}

/* Segmen "Daftar"/"Order" di pill melayang — checkout langsung ke paket unggulan.
   Merah, senada dengan tombol utama di hero; segmen lain tetap biru. */
.tlp-wrap.lps .lps-fab-order {
    background: var(--lps-red);
    color: #fff;
    text-decoration: none;
    border-left-color: var(--lps-red) !important;
}
.tlp-wrap.lps .lps-fab-order:hover,
.tlp-wrap.lps .lps-fab-order:focus { background: var(--lps-red-dark); color: #fff; }

/* Jalur institusi di band harga: "Kuota Terbatas!" di kiri, jalur institusi di
   kanan, dipisah GARIS VERTIKAL (tanpa kotak). Tombol Program Brief di kanan atas. */
.tlp-wrap.lps .lps-band-split {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.5fr);
    gap: 0 34px;
    align-items: start;
    text-align: left;
}
.tlp-wrap.lps .lps-band-split .tlp-pricing-title,
.tlp-wrap.lps .lps-band-split .tlp-pricing-subtitle { text-align: left; }
.tlp-wrap.lps .lps-band-left { align-self: center; }

.tlp-wrap.lps .lps-inst {
    padding-left: 34px;
    border-left: 1px solid #d3ddec;
    font-family: 'DM Sans', sans-serif;
}
.tlp-wrap.lps .lps-inst-head {
    margin: 0 0 12px;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #004aad;
}
.tlp-wrap.lps .lps-inst-items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 12px 24px;
}
.tlp-wrap.lps .lps-inst-item {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-size: 0.82rem;
    line-height: 1.5;
    color: #55637d;
}
.tlp-wrap.lps .lps-inst-item svg {
    flex: 0 0 auto;
    width: 17px;
    height: 17px;
    margin-top: 2px;
    color: #004aad;
}
.tlp-wrap.lps .lps-inst-item b {
    display: block;
    color: #00377f;
    font-weight: 700;
    font-size: 0.88rem;
    margin-bottom: 1px;
}
.tlp-wrap.lps .lps-inst-brief {
    display: inline-flex;
    margin-top: 14px;
    align-items: center;
    gap: 7px;
    padding: 8px 18px;
    border: 1.5px solid #004aad;
    border-radius: 50px;
    color: #004aad;
    background: transparent;
    font-size: 0.8rem;
    font-weight: 600;
    text-decoration: none;
    transition: all .15s ease;
    white-space: nowrap;
}
.tlp-wrap.lps .lps-inst-brief:hover,
.tlp-wrap.lps .lps-inst-brief:focus { background: #eef3fb; color: #004aad; }
.tlp-wrap.lps .lps-inst-foot {
    margin: 12px 0 0;
    font-size: 0.76rem;
    color: #8492a8;
}

@media (max-width: 900px) {
    .tlp-wrap.lps .lps-band-split { grid-template-columns: 1fr; gap: 20px; text-align: center; }
    .tlp-wrap.lps .lps-band-split .tlp-pricing-title,
    .tlp-wrap.lps .lps-band-split .tlp-pricing-subtitle { text-align: center; }
    .tlp-wrap.lps .lps-inst {
        padding-left: 0;
        padding-top: 20px;
        border-left: 0;
        border-top: 1px solid #d3ddec;
        text-align: left;
    }
        .tlp-wrap.lps .lps-inst-head { text-align: center; width: 100%; }
    .tlp-wrap.lps .lps-inst-brief { width: 100%; justify-content: center; white-space: normal; }
}

/* Baris tanggal di band harga: "Daftar sebelum {tanggal}" */
.tlp-wrap.lps .lps-band-when {
    margin: 2px 0 6px;
    font-family: 'DM Sans', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #cf2e2e;
}
.tlp-wrap.lps .lps-band-split .lps-band-when { text-align: left; }
@media (max-width: 900px) {
    .tlp-wrap.lps .lps-band-split .lps-band-when { text-align: center; }
}

/* Tipografi hero: UKURAN & BOBOT mengikuti usulan mockup (lebih besar, tracking
   lebih rapat, baris kedua lebih ringan), WARNA tetap desain awal —
   h1 #1a1a2e, h2 #004aad, deskripsi #555 dari lp.css tidak disentuh. */
.tlp-wrap.lps .tlp-hero-content h1 {
    font-size: clamp(30px, 4.2vw, 46px);
    line-height: 1.12;
    letter-spacing: -0.5px;
    margin: 0 0 2px;
}
.tlp-wrap.lps .tlp-hero-content h2 {
    /* Ukuran disamakan dengan h1 (permintaan Ega); yang membedakan hierarki
       kini bobot dan warnanya saja, bukan ukurannya. */
    font-size: clamp(30px, 4.2vw, 46px);
    font-weight: 500;
    line-height: 1.12;
    letter-spacing: -0.5px;
    margin: 0 0 14px;
}
.tlp-wrap.lps .tlp-hero-content .tlp-hero-desc {
    font-size: clamp(15px, 1.6vw, 17px);
    line-height: 1.55;
    margin: 0 0 18px;
    max-width: 620px;
}

/* Hero jadi grid: kolom kiri = judul & keterangan, kolom kanan = ikon kelas
   dengan box CTA tepat di bawahnya. Box dipindah ke kanan supaya kolom kiri
   lebih lapang (permintaan Ega, khusus desktop). */
.tlp-wrap.lps .tlp-hero-flex {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    grid-template-areas:
        "content img"
        "content buy";
    align-items: start;
    column-gap: 2.25rem;
    row-gap: 14px;
}
.tlp-wrap.lps .tlp-hero-content   { grid-area: content; }
.tlp-wrap.lps .tlp-hero-img-wrap  { grid-area: img; justify-self: center; }
.tlp-wrap.lps .lps-buybox         { grid-area: buy; }

/* Di kolom yang lebih sempit, harga dan tombol menumpuk rapi */
.tlp-wrap.lps .lps-buybox .lps-cta {
    max-width: none;
    margin-top: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 16px 18px;
}
.tlp-wrap.lps .lps-buybox .lps-cta-price { justify-content: flex-start; }
.tlp-wrap.lps .lps-buybox .lps-cta-act { flex-wrap: nowrap; }
.tlp-wrap.lps .lps-buybox .lps-cta-act .lps-cta-btn { flex: 1; text-align: center; }
.tlp-wrap.lps .lps-buybox .lps-deadline { margin: 10px 2px 0; }

@media (max-width: 900px) {
    .tlp-wrap.lps .tlp-hero-flex {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .tlp-wrap.lps .tlp-hero-img-wrap { order: 1; }
    .tlp-wrap.lps .tlp-hero-content  { order: 2; }
    .tlp-wrap.lps .lps-buybox        { order: 3; }
    .tlp-wrap.lps .lps-buybox .lps-cta { padding: 16px 20px; }
}

/* Separator tipis antara blok judul dan deretan pill, memakai garis yang sama
   dengan pemisah di atas baris merek dagang (#e2e6ed) supaya satu bahasa. */
.tlp-wrap.lps .tlp-hero-content .tlp-hero-pills {
    padding-top: 1rem;
    border-top: 1px solid #e2e6ed;
    max-width: 860px;
}

/* ── Penyeimbangan hero (permintaan Ega): area lebih lebar, kolom kanan rata
   tengah, kolom kiri rata tengah vertikal, tombol tidak lagi meluber. ── */
.tlp-wrap.lps .tlp-hero-banner .tlp-constrained { max-width: 1320px; }

.tlp-wrap.lps .tlp-hero-flex {
    grid-template-columns: minmax(0, 1fr) 380px;
    align-items: center;
}
.tlp-wrap.lps .tlp-hero-content { align-self: center; }
.tlp-wrap.lps .tlp-hero-img-wrap { align-self: end; }

/* Isi kolom kanan rata tengah */
.tlp-wrap.lps .lps-buybox { text-align: center; }
.tlp-wrap.lps .lps-buybox .lps-cta-price { justify-content: center; }
.tlp-wrap.lps .lps-buybox .lps-deadline { text-align: center; }
.tlp-wrap.lps .lps-buybox .lps-cta-act { justify-content: center; flex-wrap: wrap; }
.tlp-wrap.lps .lps-buybox .lps-cta-act .lps-cta-btn {
    flex: 1 1 auto;
    min-width: 0;
    padding: 10px 16px;
    white-space: nowrap;
}

@media (max-width: 900px) {
    .tlp-wrap.lps .tlp-hero-banner .tlp-constrained { max-width: none; }
}

/* ── Section penutup: CTA terakhir + "ingatkan saya" ── */
.tlp-wrap.lps .lps-closing { background: #fff; padding: 3rem 0 3.25rem; font-family: 'DM Sans', sans-serif; }
.tlp-wrap.lps .lps-closing-in { max-width: 720px; }
.tlp-wrap.lps .lps-closing-head { text-align: center; }
.tlp-wrap.lps .lps-closing-head h3 {
    margin: 0 0 6px;
    font-size: clamp(21px, 2.6vw, 28px);
    font-weight: 800;
    color: #1a1a2e;
    letter-spacing: -0.3px;
}
.tlp-wrap.lps .lps-closing-head p { margin: 0 0 20px; font-size: 0.92rem; color: #55637d; }
.tlp-wrap.lps .lps-closing-cta {
    display: inline-block;
    padding: 13px 34px;
    border-radius: 50px;
    background: var(--lps-red);
    border: 1.5px solid var(--lps-red);
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    transition: all .15s ease;
}
.tlp-wrap.lps .lps-closing-cta:hover,
.tlp-wrap.lps .lps-closing-cta:focus { background: var(--lps-red-dark); border-color: var(--lps-red-dark); color: #fff; }

.tlp-wrap.lps .lps-closing-sep {
    position: relative;
    text-align: center;
    margin: 2rem 0 1.5rem;
}
.tlp-wrap.lps .lps-closing-sep::before {
    content: '';
    position: absolute;
    left: 0; right: 0; top: 50%;
    border-top: 1px solid #e2e6ed;
}
.tlp-wrap.lps .lps-closing-sep span {
    position: relative;
    background: #fff;
    padding: 0 14px;
    font-size: 0.85rem;
    color: #8a90a0;
}

.tlp-wrap.lps .lps-remind { text-align: left; }
.tlp-wrap.lps .lps-remind-lead { margin: 0 0 16px; font-size: 0.9rem; color: #55637d; line-height: 1.55; text-align: center; }
.tlp-wrap.lps .lps-remind-lead b { color: #23375c; }
.tlp-wrap.lps .lps-remind-asuser { margin: 0 0 14px; font-size: 0.88rem; color: #55637d; text-align: center; }
.tlp-wrap.lps .lps-remind-fields {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 12px;
    margin-bottom: 12px;
}
.tlp-wrap.lps .lps-remind-fields label { display: block; }
.tlp-wrap.lps .lps-remind-fields span {
    display: block;
    margin-bottom: 4px;
    font-size: 0.76rem;
    font-weight: 600;
    color: #6b7a93;
}
.tlp-wrap.lps .lps-remind-fields input {
    width: 100%;
    padding: 10px 13px;
    border: 1px solid #cfdcef;
    border-radius: 10px;
    font-family: inherit;
    font-size: 0.9rem;
    color: #12203a;
    background: #fff;
}
.tlp-wrap.lps .lps-remind-fields input:focus {
    outline: none;
    border-color: #004aad;
    box-shadow: 0 0 0 3px rgba(0, 74, 173, .12);
}
.tlp-wrap.lps .lps-remind-consent {
    display: flex;
    gap: 9px;
    align-items: flex-start;
    margin-bottom: 14px;
    font-size: 0.78rem;
    color: #6b7a93;
    line-height: 1.5;
}
.tlp-wrap.lps .lps-remind-consent input { margin-top: 2px; flex: 0 0 auto; }
.tlp-wrap.lps .lps-remind-btn {
    display: block;
    width: 100%;
    padding: 12px 24px;
    border-radius: 50px;
    border: 1.5px solid #004aad;
    background: transparent;
    color: #004aad;
    font-family: inherit;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    transition: all .15s ease;
}
.tlp-wrap.lps .lps-remind-btn:hover:not(:disabled) { background: #eef3fb; }
.tlp-wrap.lps .lps-remind-btn:disabled { opacity: .55; cursor: default; }
.tlp-wrap.lps .lps-remind-hint,
.tlp-wrap.lps .lps-remind-msg {
    margin: 10px 0 0;
    font-size: 0.83rem;
    line-height: 1.5;
    text-align: center;
}
.tlp-wrap.lps .lps-remind-hint.is-info { color: #8a5a00; }
.tlp-wrap.lps .lps-remind-msg.is-ok { color: #0b6b3a; font-weight: 600; }
.tlp-wrap.lps .lps-remind-msg.is-err { color: #a3231a; }

/* Perbaikan mobile: `align-self: end` pada ikon kelas dimaksudkan untuk GRID
   (menempel ke bawah kolom kanan). Begitu turun ke mobile, kontainernya jadi
   flex-column, dan di situ align-self mengatur sumbu HORIZONTAL, sehingga ikon
   terlempar mepet ke kanan. Direset di sini. */
@media (max-width: 900px) {
    .tlp-wrap.lps .tlp-hero-flex { align-items: stretch; }
    .tlp-wrap.lps .tlp-hero-img-wrap { align-self: center; justify-self: auto; }
    .tlp-wrap.lps .tlp-hero-content { align-self: stretch; }
    .tlp-wrap.lps .lps-buybox { align-self: stretch; }
}

/* Program Brief di band harga: tautan teks (gaya sama dengan yang di hero),
   bukan tombol berbingkai. */
.tlp-wrap.lps .lps-brief-inband { margin-top: 10px; font-size: 0.83rem; }

/* Baris merek dagang berperan sebagai penutup hero, jadi garisnya harus
   membentang penuh melintasi kolom kiri DAN kanan. lp.css membatasinya
   max-width 860px sehingga garisnya berhenti di tengah. */
.tlp-wrap.lps .tlp-hero-legal { max-width: none; }

/* Judul section Outcome / Outline diperbesar (permintaan Ega). Penjelas kecil
   di bawahnya ikut naik sedikit supaya proporsinya tidak jomplang. */
.tlp-wrap.lps .tlp-section-title.lps-sect {
    font-size: clamp(24px, 2.6vw, 34px);
    letter-spacing: -0.4px;
}
.tlp-wrap.lps .tlp-section-title.lps-sect small {
    margin-top: 5px;
    font-size: 0.86rem;
}
