/* ============================================================
   OOH MIRACLE GLOBAL -- Sistem desain B2B
   Dibuat 29 Agustus 2026. Berdiri sendiri, TIDAK bergantung
   pada style.css / bootstrap template lama.

   Warna utama tetap merah #f71735 seperti sebelumnya.
   Navy #000d38 dan emas #ffc61a diambil langsung dari logo
   perusahaan, supaya situsnya selaras dengan logonya.
   ============================================================ */

/* ---------- 1. Token ---------- */
:root {
    --red: #f71735;
    --red-600: #d80d28;
    --red-050: #fff1f3;

    --navy: #000d38;
    --navy-700: #071a4d;
    --navy-500: #1b2f66;

    --gold: #ffc61a;

    --ink: #10131c;
    --body: #4a5163;
    --muted: #767d8f;

    --line: #e2e4ea;
    --line-soft: #eef0f4;
    --paper: #ffffff;
    --tint: #f6f6f4;
    --tint-2: #eef0f3;

    --ff-display: 'Archivo', 'Segoe UI', system-ui, sans-serif;
    --ff-body: 'Inter', 'Segoe UI', system-ui, sans-serif;

    --wrap: 1200px;
    --gutter: 24px;

    --r-sm: 4px;
    --r-md: 8px;
    --r-lg: 14px;

    --ease: cubic-bezier(.2, .7, .3, 1);
    --dur: .45s;

    --shadow-1: 0 1px 2px rgba(16, 19, 28, .05), 0 8px 24px -12px rgba(16, 19, 28, .14);
    --shadow-2: 0 2px 6px rgba(16, 19, 28, .06), 0 24px 48px -20px rgba(16, 19, 28, .28);
}

/* ---------- 2. Dasar ---------- */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
    scroll-padding-top: 96px;
}

body {
    margin: 0;
    background: var(--paper);
    color: var(--body);
    font-family: var(--ff-body);
    font-size: 16.5px;
    line-height: 1.68;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}

img,
svg,
video {
    max-width: 100%;
    display: block;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    font: inherit;
    color: inherit;
    cursor: pointer;
}

h1, h2, h3, h4, h5 {
    font-family: var(--ff-display);
    color: var(--ink);
    margin: 0 0 .5em;
    line-height: 1.08;
    letter-spacing: -.022em;
    font-weight: 700;
}

p {
    margin: 0 0 1.1em;
}

p:last-child {
    margin-bottom: 0;
}

::selection {
    background: var(--red);
    color: #fff;
}

:focus-visible {
    outline: 3px solid var(--red);
    outline-offset: 3px;
    border-radius: 2px;
}

.skip-link {
    position: absolute;
    left: -9999px;
    top: 0;
    z-index: 999;
    background: var(--red);
    color: #fff;
    padding: 12px 20px;
    font-weight: 600;
}

.skip-link:focus {
    left: 12px;
    top: 12px;
}

/* ---------- 3. Tata letak ---------- */
.wrap {
    width: 100%;
    max-width: var(--wrap);
    margin-inline: auto;
    padding-inline: var(--gutter);
}

.wrap--narrow {
    max-width: 860px;
}

.section {
    padding: clamp(64px, 8vw, 116px) 0;
    position: relative;
}

.section--tight {
    padding: clamp(48px, 5vw, 72px) 0;
}

.section--tint {
    background: var(--tint);
}

.section--dark {
    background: var(--navy);
    color: #b9c2d8;
}

.section--dark h1,
.section--dark h2,
.section--dark h3,
.section--dark h4 {
    color: #fff;
}

.grid {
    display: grid;
    gap: 28px;
}

.g-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.g-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.g-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(32px, 5vw, 72px);
    align-items: start;
}

.split--lead {
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
}

.split--trail {
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
}

.stack-sm > * + * { margin-top: 12px; }
.stack > * + * { margin-top: 20px; }
.stack-lg > * + * { margin-top: 36px; }

/* ---------- 4. Tipografi ---------- */
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--ff-body);
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--red);
    margin-bottom: 18px;
}

.eyebrow::before {
    content: "";
    width: 26px;
    height: 2px;
    background: var(--red);
    flex: none;
}

.section--dark .eyebrow {
    color: var(--gold);
}

.section--dark .eyebrow::before {
    background: var(--gold);
}

.display {
    font-size: clamp(2.4rem, 5.6vw, 4.25rem);
    line-height: 1.02;
    letter-spacing: -.033em;
    font-weight: 800;
}

.h-xl { font-size: clamp(2rem, 3.9vw, 3rem); }
.h-lg { font-size: clamp(1.6rem, 2.7vw, 2.15rem); }
.h-md { font-size: clamp(1.22rem, 1.7vw, 1.42rem); }
.h-sm { font-size: 1.06rem; letter-spacing: -.01em; }

.lede {
    font-size: clamp(1.02rem, 1.35vw, 1.2rem);
    line-height: 1.62;
    color: var(--body);
    max-width: 62ch;
}

.section--dark .lede { color: #aab4cd; }

.small {
    font-size: 14px;
    line-height: 1.6;
}

.tint-red { color: var(--red); }
.tint-gold { color: var(--gold); }

.section-head {
    max-width: 720px;
    margin-bottom: clamp(40px, 5vw, 64px);
}

.section-head--center {
    margin-inline: auto;
    text-align: center;
}

.section-head--center .eyebrow {
    justify-content: center;
}

/* ---------- 5. Tombol ---------- */
.btn {
    --bg: var(--red);
    --fg: #fff;
    --bd: var(--red);
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 11px;
    padding: 15px 26px;
    background: var(--bg);
    color: var(--fg);
    border: 1.5px solid var(--bd);
    border-radius: var(--r-sm);
    font-family: var(--ff-body);
    font-size: 14px;
    font-weight: 650;
    letter-spacing: .055em;
    text-transform: uppercase;
    line-height: 1;
    cursor: pointer;
    overflow: hidden;
    transition: background var(--dur) var(--ease), color var(--dur) var(--ease),
                border-color var(--dur) var(--ease), transform .3s var(--ease);
}

.btn > span {
    position: relative;
    z-index: 1;
}

.btn i {
    position: relative;
    z-index: 1;
    font-size: 12px;
    transition: transform .38s var(--ease);
}

.btn:hover {
    background: var(--navy);
    border-color: var(--navy);
    color: #fff;
    transform: translateY(-2px);
}

.btn:hover i {
    transform: translateX(5px);
}

.btn--ghost {
    --bg: transparent;
    --fg: var(--ink);
    --bd: var(--line);
}

.btn--ghost:hover {
    background: var(--ink);
    border-color: var(--ink);
    color: #fff;
}

.btn--on-dark {
    --bg: transparent;
    --fg: #fff;
    --bd: rgba(255, 255, 255, .35);
}

.btn--on-dark:hover {
    background: #fff;
    border-color: #fff;
    color: var(--navy);
}

.btn--sm {
    padding: 11px 18px;
    font-size: 12.5px;
}

.btn--block {
    width: 100%;
    justify-content: center;
}

/* Untuk tombol yang isinya alamat email atau nomor telepon. Huruf kapital
   semua membuat email terbaca seperti judul, bukan seperti alamat. */
.btn--plain {
    text-transform: none;
    letter-spacing: 0;
    font-size: 15px;
    justify-content: space-between;
}

/* tautan panah */
.arrow-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-weight: 620;
    font-size: 14px;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: var(--ink);
    padding-bottom: 3px;
    background-image: linear-gradient(var(--red), var(--red));
    background-size: 0% 1.5px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    transition: background-size .4s var(--ease), color .3s var(--ease);
}

.arrow-link i {
    font-size: 11px;
    transition: transform .38s var(--ease);
}

.arrow-link:hover {
    color: var(--red);
    background-size: 100% 1.5px;
}

.arrow-link:hover i {
    transform: translateX(5px);
}

.section--dark .arrow-link {
    color: #fff;
    background-image: linear-gradient(var(--gold), var(--gold));
}

.section--dark .arrow-link:hover {
    color: var(--gold);
}

/* ---------- 6. Kepala situs ---------- */
.site-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 120;
    transition: background .4s var(--ease), box-shadow .4s var(--ease),
                border-color .4s var(--ease);
    border-bottom: 1px solid transparent;
}

.site-header__bar {
    display: flex;
    align-items: center;
    gap: 22px;
    height: 92px;
    transition: height .4s var(--ease);
}

.site-header__logo {
    flex: none;
    display: flex;
    align-items: center;
}

.site-header__logo img {
    height: 58px;
    width: auto;
    transition: height .4s var(--ease);
}

.site-nav {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 4px;
}

.site-nav a {
    position: relative;
    padding: 10px 13px;
    font-size: 13.2px;
    font-weight: 560;
    letter-spacing: .015em;
    color: #fff;
    white-space: nowrap;
    transition: color .3s var(--ease);
}

.site-nav a::after {
    content: "";
    position: absolute;
    left: 13px;
    right: 13px;
    bottom: 2px;
    height: 1.5px;
    background: var(--red);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .38s var(--ease);
}

.site-nav a:hover::after,
.site-nav a[aria-current="page"]::after {
    transform: scaleX(1);
}

.site-nav a[aria-current="page"] {
    color: #fff;
}

.site-header__cta {
    flex: none;
    margin-left: 8px;
}

/* Bilah atas selalu navy. Alasannya bukan selera: satu-satunya berkas logo
   yang berlatar transparan adalah versi teks putih, jadi bilah putih akan
   membuat nama perusahaan hilang. Navy juga menyambung dengan hero. */
.site-header.is-solid,
.site-header.is-plain {
    background: rgba(0, 13, 56, .93);
    backdrop-filter: saturate(150%) blur(16px);
    border-bottom-color: rgba(255, 255, 255, .12);
}

.site-header.is-solid {
    box-shadow: 0 10px 30px -18px rgba(0, 0, 0, .6);
}

.site-header.is-solid .site-header__bar {
    height: 70px;
}

.site-header.is-solid .site-header__logo img {
    height: 46px;
}

.burger {
    display: none;
    margin-left: auto;
    width: 44px;
    height: 44px;
    border: 0;
    background: none;
    padding: 0;
    position: relative;
}

.burger span {
    position: absolute;
    left: 11px;
    width: 22px;
    height: 2px;
    background: #fff;
    transition: transform .35s var(--ease), opacity .2s var(--ease), background .3s var(--ease);
}

.burger span:nth-child(1) { top: 16px; }
.burger span:nth-child(2) { top: 22px; }
.burger span:nth-child(3) { top: 28px; }

body.nav-open .burger span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
body.nav-open .burger span:nth-child(2) { opacity: 0; }
body.nav-open .burger span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.mobile-nav {
    position: fixed;
    inset: 0;
    z-index: 110;
    background: var(--navy);
    padding: 110px 24px 40px;
    overflow-y: auto;
    clip-path: circle(0% at calc(100% - 46px) 44px);
    transition: clip-path .58s var(--ease);
    visibility: hidden;
}

body.nav-open .mobile-nav {
    clip-path: circle(150% at calc(100% - 46px) 44px);
    visibility: visible;
}

.mobile-nav a {
    display: block;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    color: #fff;
    font-family: var(--ff-display);
    font-size: 21px;
    font-weight: 600;
    letter-spacing: -.01em;
    opacity: 0;
    transform: translateY(14px);
    transition: opacity .4s var(--ease), transform .4s var(--ease), color .25s;
}

body.nav-open .mobile-nav a {
    opacity: 1;
    transform: none;
    transition-delay: calc(.12s + var(--i, 0) * .045s);
}

.mobile-nav a:hover {
    color: var(--gold);
}

.mobile-nav .btn {
    margin-top: 28px;
}

/* ---------- 7. Hero ---------- */
.hero {
    position: relative;
    min-height: min(88vh, 820px);
    display: flex;
    align-items: flex-end;
    padding: 160px 0 0;
    background: var(--navy);
    overflow: hidden;
}

.hero__media {
    position: absolute;
    inset: 0;
}

.hero__media video,
.hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero__scrim {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0, 13, 56, .95) 0%, rgba(0, 13, 56, .74) 18%, rgba(0, 13, 56, .56) 46%, rgba(0, 13, 56, .96) 100%),
        linear-gradient(90deg, rgba(0, 13, 56, .82) 0%, rgba(0, 13, 56, .12) 72%);
}

.hero__inner {
    position: relative;
    z-index: 2;
    width: 100%;
    padding-bottom: clamp(48px, 6vw, 84px);
}

.hero__title {
    color: #fff;
    max-width: 17ch;
}

.hero__title em {
    font-style: normal;
    color: var(--gold);
}

.hero__sub {
    color: #c3cbe0;
    font-size: clamp(1.02rem, 1.4vw, 1.22rem);
    max-width: 56ch;
    margin-top: 22px;
}

.hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 36px;
}

.hero__strap {
    margin-top: clamp(40px, 5vw, 62px);
    padding-top: 26px;
    border-top: 1px solid rgba(255, 255, 255, .16);
    display: flex;
    flex-wrap: wrap;
    gap: 10px 30px;
    align-items: center;
    font-family: var(--ff-display);
    font-size: clamp(12px, 1.15vw, 14.5px);
    font-weight: 600;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #fff;
}

.hero__strap span:not(.dot) {
    opacity: .92;
}

.hero__strap .dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--red);
    flex: none;
}

/* hero halaman dalam */
.page-hero {
    position: relative;
    background: var(--navy);
    color: #fff;
    padding: clamp(140px, 15vw, 190px) 0 clamp(56px, 7vw, 84px);
    overflow: hidden;
}

.page-hero::after {
    content: "";
    position: absolute;
    right: -140px;
    top: -120px;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 50%;
}

.page-hero::before {
    content: "";
    position: absolute;
    right: -40px;
    bottom: -220px;
    width: 380px;
    height: 380px;
    border: 1px solid rgba(247, 23, 53, .3);
    border-radius: 50%;
}

.page-hero .wrap {
    position: relative;
    z-index: 1;
}

.page-hero h1 {
    color: #fff;
    max-width: 20ch;
}

.page-hero .lede {
    color: #aeb8d1;
    margin-top: 18px;
}

.crumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    font-size: 12.5px;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #8e99b6;
    margin-bottom: 22px;
}

.crumbs a:hover { color: #fff; }
.crumbs .sep { opacity: .5; }
.crumbs [aria-current] { color: var(--gold); }

/* ---------- 8. Kartu ---------- */
.card {
    position: relative;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--r-md);
    padding: clamp(24px, 2.6vw, 34px);
    transition: border-color var(--dur) var(--ease), transform var(--dur) var(--ease),
                box-shadow var(--dur) var(--ease);
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* siku merah di pojok, memanjang saat disorot */
.card::before,
.card::after {
    content: "";
    position: absolute;
    background: var(--red);
    transition: all .45s var(--ease);
}

.card::before {
    left: -1px;
    top: -1px;
    width: 2px;
    height: 26px;
}

.card::after {
    left: -1px;
    top: -1px;
    height: 2px;
    width: 26px;
}

.card:hover {
    border-color: #cfd4df;
    transform: translateY(-5px);
    box-shadow: var(--shadow-2);
}

.card:hover::before { height: 58px; }
.card:hover::after { width: 58px; }

.card__icon {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border: 1.5px solid var(--line);
    border-radius: 50%;
    color: var(--red);
    font-size: 19px;
    margin-bottom: 20px;
    transition: background .4s var(--ease), color .4s var(--ease), border-color .4s var(--ease);
}

.card:hover .card__icon {
    background: var(--red);
    border-color: var(--red);
    color: #fff;
}

.card h3 {
    margin-bottom: 12px;
}

.card p {
    font-size: 15.2px;
}

.card__foot {
    margin-top: auto;
    padding-top: 22px;
}

.section--dark .card {
    background: rgba(255, 255, 255, .035);
    border-color: rgba(255, 255, 255, .12);
}

.section--dark .card:hover {
    border-color: rgba(255, 255, 255, .3);
    background: rgba(255, 255, 255, .06);
    box-shadow: none;
}

.section--dark .card p { color: #a9b3cb; }

.section--dark .card__icon {
    border-color: rgba(255, 255, 255, .2);
    color: var(--gold);
}

.section--dark .card:hover .card__icon {
    background: var(--gold);
    border-color: var(--gold);
    color: var(--navy);
}

/* kartu bernomor */
.card--num .card__num {
    font-family: var(--ff-display);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .1em;
    color: var(--muted);
    margin-bottom: 16px;
}

/* ---------- 9. Rel proses ---------- */
.rail {
    display: grid;
    gap: 0;
    counter-reset: rail;
}

.rail__step {
    position: relative;
    padding: 0 26px 40px 0;
    counter-increment: rail;
}

.rail__step::before {
    content: "";
    position: absolute;
    left: 0;
    top: 34px;
    width: 100%;
    height: 1px;
    background: var(--line);
}

.rail__step:last-child::before { display: none; }

/* Saat 7 langkah dibungkus jadi dua baris, langkah terakhir tiap baris
   menyisakan garis yang menjuntai ke ruang kosong. */
@media (min-width: 901px) {
    .rail.g-4 .rail__step:nth-child(4n)::before { display: none; }
}

@media (min-width: 641px) and (max-width: 900px) {
    .rail .rail__step:nth-child(2n)::before { display: none; }
}

.rail__dot {
    position: relative;
    z-index: 1;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--paper);
    border: 2px solid var(--red);
    margin: 28px 0 20px;
    transition: transform .4s var(--ease), background .4s var(--ease);
}

.rail__step:hover .rail__dot {
    background: var(--red);
    transform: scale(1.35);
}

.rail__n {
    font-family: var(--ff-display);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .14em;
    color: var(--red);
}

.rail__step h4 {
    font-size: 16.5px;
    margin: 0 0 8px;
}

.rail__step p {
    font-size: 14.4px;
    color: var(--muted);
}

.section--dark .rail__step::before { background: rgba(255, 255, 255, .16); }
.section--dark .rail__dot { background: var(--navy); border-color: var(--gold); }
.section--dark .rail__step:hover .rail__dot { background: var(--gold); }
.section--dark .rail__n { color: var(--gold); }
.section--dark .rail__step p { color: #99a3bd; }

/* rel tegak (untuk alur ekosistem) */
.flow {
    display: grid;
    gap: 0;
    position: relative;
}

.flow__item {
    position: relative;
    padding: 0 0 26px 44px;
    display: flex;
    flex-direction: column;
}

.flow__item::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 20px;
    bottom: -6px;
    width: 1px;
    background: linear-gradient(180deg, var(--line), var(--line));
}

.flow__item:last-child { padding-bottom: 0; }
.flow__item:last-child::before { display: none; }

.flow__item::after {
    content: "";
    position: absolute;
    left: 3px;
    top: 9px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: var(--paper);
    border: 2px solid var(--red);
    transition: transform .4s var(--ease), background .4s var(--ease);
}

.flow__item:hover::after {
    background: var(--red);
    transform: scale(1.3);
}

.flow__item strong {
    font-family: var(--ff-display);
    font-size: 16px;
    color: var(--ink);
    letter-spacing: -.01em;
}

.flow__item span {
    font-size: 14.2px;
    color: var(--muted);
    margin-top: 3px;
}

.section--dark .flow__item::before { background: rgba(255, 255, 255, .18); }
.section--dark .flow__item::after { background: var(--navy); border-color: var(--gold); }
.section--dark .flow__item:hover::after { background: var(--gold); }
.section--dark .flow__item strong { color: #fff; }
.section--dark .flow__item span { color: #99a3bd; }

/* ---------- 10. Daftar centang & fitur ---------- */
.ticks {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 11px;
}

.ticks li {
    position: relative;
    padding-left: 28px;
    font-size: 15.2px;
}

.ticks li::before {
    content: "";
    position: absolute;
    left: 2px;
    top: .58em;
    width: 9px;
    height: 9px;
    border: 1.5px solid var(--red);
    border-radius: 2px;
    transform: rotate(45deg);
}

.section--dark .ticks li { color: #a9b3cb; }
.section--dark .ticks li::before { border-color: var(--gold); }

.ticks--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px 28px; }

/* deretan chip industri */
.chips {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.chip {
    display: inline-flex;
    align-items: center;
    padding: 8px 15px;
    border: 1px solid var(--line);
    border-radius: 100px;
    font-size: 13.2px;
    font-weight: 550;
    color: var(--body);
    background: var(--paper);
    transition: all .35s var(--ease);
}

a.chip:hover,
.chip:hover {
    border-color: var(--red);
    color: var(--red);
    transform: translateY(-2px);
}

.section--dark .chip {
    background: rgba(255, 255, 255, .04);
    border-color: rgba(255, 255, 255, .16);
    color: #c3cbe0;
}

.section--dark .chip:hover {
    border-color: var(--gold);
    color: var(--gold);
}

/* ---------- 11. Angka ---------- */
.stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1px;
    background: var(--line);
    border: 1px solid var(--line);
    border-radius: var(--r-md);
    overflow: hidden;
}

.stat {
    background: var(--paper);
    padding: 30px 26px;
}

.stat__n {
    font-family: var(--ff-display);
    font-size: clamp(2rem, 3.4vw, 2.7rem);
    font-weight: 800;
    letter-spacing: -.03em;
    color: var(--ink);
    line-height: 1;
}

.stat__l {
    margin-top: 10px;
    font-size: 13.4px;
    color: var(--muted);
    line-height: 1.5;
}

.section--dark .stats { background: rgba(255, 255, 255, .12); border-color: rgba(255, 255, 255, .12); }
.section--dark .stat { background: var(--navy); }
.section--dark .stat__n { color: #fff; }
.section--dark .stat__l { color: #97a2bc; }

/* ---------- 12. Ubin industri ---------- */
.tiles {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(258px, 1fr));
    gap: 1px;
    background: var(--line);
    border: 1px solid var(--line);
}

.tile {
    position: relative;
    background: var(--paper);
    padding: 32px 28px 30px;
    transition: background .4s var(--ease);
    overflow: hidden;
}

.tile::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background: var(--red);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .45s var(--ease);
}

.tile:hover { background: var(--tint); }
.tile:hover::after { transform: scaleX(1); }

.tile__n {
    font-family: var(--ff-display);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    color: var(--muted);
}

.tile h3 {
    font-size: 18px;
    margin: 14px 0 10px;
}

.tile p {
    font-size: 14.4px;
    color: var(--muted);
    margin: 0;
}

/* ---------- 13. Pita ajakan ---------- */
.cta-band {
    position: relative;
    background: var(--red);
    color: #fff;
    overflow: hidden;
}

.cta-band::after {
    content: "";
    position: absolute;
    right: -90px;
    top: -90px;
    width: 340px;
    height: 340px;
    border: 40px solid rgba(255, 255, 255, .07);
    border-radius: 50%;
}

.cta-band .wrap {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding-block: clamp(48px, 6vw, 76px);
}

.cta-band h2 {
    color: #fff;
    margin: 0;
    max-width: 20ch;
}

.cta-band p {
    color: rgba(255, 255, 255, .88);
    margin: 12px 0 0;
    max-width: 52ch;
}

.cta-band .btn {
    --bg: #fff;
    --fg: var(--red);
    --bd: #fff;
}

.cta-band .btn:hover {
    background: var(--navy);
    border-color: var(--navy);
    color: #fff;
}

/* ---------- 14. Catatan kepatuhan ---------- */
.note {
    display: flex;
    gap: 15px;
    padding: 20px 22px;
    background: var(--tint);
    border-left: 3px solid var(--red);
    border-radius: 0 var(--r-sm) var(--r-sm) 0;
    font-size: 14.2px;
    line-height: 1.62;
    color: var(--body);
}

.note i {
    color: var(--red);
    font-size: 15px;
    margin-top: 3px;
    flex: none;
}

/* Panjang baris dibatasi. Tanpa ini, catatan kepatuhan terbentang selebar
   1100px dan mata kehilangan barisnya di teks yang justru paling penting. */
.note > span { max-width: 88ch; }

.note strong { color: var(--ink); }

.section--dark .note {
    background: rgba(255, 255, 255, .05);
    border-left-color: var(--gold);
    color: #aab4cd;
}

.section--dark .note i { color: var(--gold); }
.section--dark .note strong { color: #fff; }

/* ---------- 15. Akordeon ---------- */
.acc {
    border-top: 1px solid var(--line);
}

.acc__item {
    border-bottom: 1px solid var(--line);
}

.acc__btn {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    padding: 24px 0;
    background: none;
    border: 0;
    text-align: left;
    font-family: var(--ff-display);
    font-size: 17px;
    font-weight: 620;
    color: var(--ink);
    letter-spacing: -.012em;
    transition: color .3s var(--ease);
}

.acc__btn:hover { color: var(--red); }

.acc__sign {
    flex: none;
    width: 22px;
    height: 22px;
    position: relative;
    margin-top: 2px;
}

.acc__sign::before,
.acc__sign::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background: var(--red);
    transform: translate(-50%, -50%);
    transition: transform .38s var(--ease), opacity .3s var(--ease);
}

.acc__sign::before { width: 13px; height: 1.5px; }
.acc__sign::after { width: 1.5px; height: 13px; }

.acc__item.is-open .acc__sign::after { transform: translate(-50%, -50%) rotate(90deg); opacity: 0; }

.acc__panel {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows .42s var(--ease);
}

.acc__item.is-open .acc__panel { grid-template-rows: 1fr; }

.acc__panel > div {
    overflow: hidden;
}

.acc__panel p {
    padding-bottom: 24px;
    font-size: 15.2px;
    max-width: 74ch;
    margin: 0;
}

/* ---------- 16. Formulir ---------- */
.form-card {
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--r-lg);
    padding: clamp(26px, 3.4vw, 42px);
    box-shadow: var(--shadow-1);
}

.field { margin-bottom: 20px; }

.field label {
    display: block;
    font-size: 12.5px;
    font-weight: 650;
    letter-spacing: .07em;
    text-transform: uppercase;
    color: var(--ink);
    margin-bottom: 8px;
}

.field .req { color: var(--red); }

.field input,
.field select,
.field textarea {
    width: 100%;
    padding: 13px 15px;
    font-family: var(--ff-body);
    font-size: 15px;
    color: var(--ink);
    background: var(--paper);
    border: 1.5px solid var(--line);
    border-radius: var(--r-sm);
    transition: border-color .3s var(--ease), box-shadow .3s var(--ease);
}

.field textarea { min-height: 120px; resize: vertical; }

.field input:focus,
.field select:focus,
.field textarea:focus {
    outline: none;
    border-color: var(--red);
    box-shadow: 0 0 0 3px var(--red-050);
}

.field .err {
    display: block;
    margin-top: 6px;
    font-size: 13px;
    color: var(--red-600);
}

.field input.is-invalid,
.field select.is-invalid,
.field textarea.is-invalid { border-color: var(--red); }

.field-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 20px;
}

.form-note {
    font-size: 13px;
    color: var(--muted);
    margin-top: 16px;
    line-height: 1.6;
}

.alert-ok {
    display: flex;
    gap: 14px;
    padding: 18px 20px;
    border: 1.5px solid #18a558;
    background: #f1fbf5;
    border-radius: var(--r-sm);
    color: #106b39;
    font-size: 14.6px;
    margin-bottom: 26px;
}

.alert-ok i { margin-top: 3px; }

/* ---------- 17. Daftar lowongan / visa ---------- */
.listing {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
    gap: 26px;
}

.lcard {
    position: relative;
    display: flex;
    flex-direction: column;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--r-md);
    overflow: hidden;
    transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease),
                border-color var(--dur) var(--ease);
}

.lcard:hover {
    transform: translateY(-6px);
    border-color: #cfd4df;
    box-shadow: var(--shadow-2);
}

.lcard__media {
    position: relative;
    aspect-ratio: 16 / 10;
    background: var(--tint-2);
    overflow: hidden;
}

.lcard__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s var(--ease);
}

.lcard:hover .lcard__media img { transform: scale(1.05); }

.lcard__body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.lcard__body h3 {
    font-size: 19px;
    margin-bottom: 12px;
}

.lmeta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 16px;
    font-size: 13.4px;
    color: var(--muted);
    margin-bottom: 14px;
}

.lmeta span { display: inline-flex; align-items: center; gap: 7px; }
.lmeta i { color: var(--red); font-size: 12px; }

.lcard__body p {
    font-size: 14.6px;
    color: var(--muted);
}

.lcard__foot {
    margin-top: auto;
    padding-top: 22px;
    display: flex;
    gap: 10px;
}

.lcard__foot .btn { flex: 1; justify-content: center; padding-inline: 14px; }

/* pencarian */
.searchbar {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: var(--r-md);
    background: var(--paper);
    margin-bottom: 38px;
}

.searchbar input {
    flex: 1 1 260px;
    min-width: 0;
    padding: 13px 15px;
    font-family: var(--ff-body);
    font-size: 15px;
    border: 1.5px solid var(--line);
    border-radius: var(--r-sm);
}

.searchbar input:focus {
    outline: none;
    border-color: var(--red);
    box-shadow: 0 0 0 3px var(--red-050);
}

.empty {
    padding: 60px 24px;
    text-align: center;
    border: 1px dashed var(--line);
    border-radius: var(--r-md);
    color: var(--muted);
}

/* penomoran halaman */
.pager {
    margin-top: 44px;
    display: flex;
    justify-content: center;
}

.pager nav > div:first-child { display: none; }

.pager svg { width: 16px; height: 16px; }

.pager .pagination,
.pager ul {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.pager li > span,
.pager li > a {
    display: grid;
    place-items: center;
    min-width: 42px;
    height: 42px;
    padding: 0 12px;
    border: 1px solid var(--line);
    border-radius: var(--r-sm);
    font-size: 14px;
    font-weight: 600;
    color: var(--body);
    background: var(--paper);
    transition: all .3s var(--ease);
}

.pager li > a:hover {
    border-color: var(--red);
    color: var(--red);
}

.pager li[aria-current] > span,
.pager .active > span {
    background: var(--red);
    border-color: var(--red);
    color: #fff;
}

.pager .disabled > span { opacity: .4; }

/* Kolom samping yang jauh lebih pendek dari kolom utama ikut menempel
   saat digulir, supaya tidak meninggalkan ruang kosong panjang. */
.sticky-aside {
    position: sticky;
    top: 112px;
}

@media (max-width: 900px) {
    .sticky-aside { position: static; }
}

/* ---------- 17b. Kartu varian di halaman rincian ---------- */
.vcard {
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--r-md);
    padding: 26px;
    margin-bottom: 22px;
    position: sticky;
    top: 96px;
}

.vcard + .vcard { position: static; }

.vcard__price {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 8px;
    margin: 18px 0 6px;
}

.vcard__price strong {
    font-family: var(--ff-display);
    font-size: 27px;
    font-weight: 800;
    letter-spacing: -.02em;
    color: var(--ink);
}

.vcard__price s { color: var(--muted); font-size: 15px; }
.vcard__price span { color: var(--muted); font-size: 14px; }

.vcard__label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 9px;
}

.vspec {
    margin: 20px 0 0;
    padding: 18px 0 0;
    border-top: 1px solid var(--line-soft);
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 9px 18px;
    font-size: 14.2px;
}

.vspec dt { color: var(--muted); }
.vspec dd { margin: 0; color: var(--ink); font-weight: 550; }

@media (max-width: 900px) {
    .vcard { position: static; }
}

/* ---------- 18. Naskah dari panel (prose) ---------- */
.prose {
    font-size: 16px;
    line-height: 1.75;
    color: var(--body);
}

.prose h1, .prose h2, .prose h3, .prose h4 {
    margin: 1.7em 0 .55em;
}

.prose h2 { font-size: 1.5rem; }
.prose h3 { font-size: 1.22rem; }
.prose > :first-child { margin-top: 0; }

.prose ul, .prose ol { padding-left: 1.25em; margin: 0 0 1.15em; }
.prose li { margin-bottom: .45em; }
.prose a { color: var(--red); text-decoration: underline; text-underline-offset: 3px; }
.prose img { border-radius: var(--r-md); margin: 1.5em 0; }
.prose strong { color: var(--ink); }

.prose table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.4em 0;
    font-size: 15px;
}

.prose th, .prose td {
    border: 1px solid var(--line);
    padding: 10px 12px;
    text-align: left;
}

.prose th { background: var(--tint); font-weight: 650; color: var(--ink); }

.table-scroll { overflow-x: auto; }

/* ---------- 19. Kaki situs ---------- */
.site-footer {
    background: var(--navy);
    color: #93a0be;
    padding-top: clamp(56px, 6vw, 84px);
    font-size: 14.6px;
}

.footer-top {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) repeat(3, minmax(0, 1fr));
    gap: 44px;
    padding-bottom: 52px;
}

.site-footer h4 {
    color: #fff;
    font-size: 12.5px;
    letter-spacing: .14em;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: var(--ff-body);
    font-weight: 700;
}

.footer-logo { height: 52px; width: auto; margin-bottom: 20px; }

.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; }

.site-footer li a {
    position: relative;
    transition: color .3s var(--ease), padding-left .3s var(--ease);
}

.site-footer li a:hover { color: #fff; padding-left: 9px; }

.site-footer li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 5px;
    height: 1.5px;
    background: var(--red);
    opacity: 0;
    transition: opacity .3s var(--ease);
}

.site-footer li a:hover::before { opacity: 1; }

.fcontact {
    display: grid;
    gap: 15px;
}

.fcontact div {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.fcontact i {
    color: var(--red);
    font-size: 14px;
    margin-top: 4px;
    flex: none;
}

.fcontact a:hover { color: #fff; }

.socials { display: flex; gap: 10px; margin-top: 22px; }

.socials a {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 50%;
    font-size: 14px;
    transition: all .35s var(--ease);
}

.socials a:hover {
    background: var(--red);
    border-color: var(--red);
    color: #fff;
    transform: translateY(-3px);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding: 24px 0 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 26px;
    justify-content: space-between;
    align-items: center;
    font-size: 13.4px;
    color: #7d8aa8;
}

.footer-bottom a:hover { color: #fff; }

.footer-legal {
    padding: 22px 0 0;
    font-size: 12.8px;
    line-height: 1.7;
    color: #8794b4;
    max-width: 92ch;
}

/* ---------- 20. Mengambang: WhatsApp ---------- */
.float-wa {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 90;
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    font-size: 25px;
    box-shadow: 0 10px 26px rgba(37, 211, 102, .4);
    transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}

.float-wa:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 16px 34px rgba(37, 211, 102, .5);
}

/* ---------- 21. Gerak ---------- */
html.js [data-reveal] {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .7s var(--ease), transform .7s var(--ease);
    transition-delay: calc(var(--d, 0) * 80ms);
}

html.js [data-reveal].is-in {
    opacity: 1;
    transform: none;
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }

    *,
    *::before,
    *::after {
        animation-duration: .001ms !important;
        transition-duration: .001ms !important;
    }

    html.js [data-reveal] { opacity: 1; transform: none; }
}

/* ---------- 22. Responsif ---------- */
@media (max-width: 1080px) {
    .site-nav,
    .site-header__cta { display: none; }

    .burger { display: block; }

    .footer-top { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px; }
}

@media (max-width: 900px) {
    .g-3, .g-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }

    .split,
    .split--lead,
    .split--trail { grid-template-columns: minmax(0, 1fr); }

    .hero { min-height: auto; padding-top: 132px; }

    .cta-band .wrap { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 640px) {
    body { font-size: 16px; }

    .g-2, .g-3, .g-4 { grid-template-columns: minmax(0, 1fr); }

    .ticks--2 { grid-template-columns: minmax(0, 1fr); }

    .field-row { grid-template-columns: minmax(0, 1fr); }

    .footer-top { grid-template-columns: minmax(0, 1fr); }

    .tiles { grid-template-columns: minmax(0, 1fr); }

    .hero__actions .btn { width: 100%; justify-content: center; }

    .lcard__foot { flex-direction: column; }

    .rail__step { padding-right: 0; }

    .rail__step::before { display: none; }
}
