/* Situs publik LOKA LOGISTIK. Token dari design system Modernist (Claude Design "LOKA Prototype"). */
:root {
  --bg: #f5f6f9;
  --ink: #1f2326;
  --ink-78: rgba(31, 35, 38, .78);
  --ink-60: rgba(31, 35, 38, .6);
  --rule: rgba(31, 35, 38, .18);
  --rule-soft: rgba(31, 35, 38, .14);
  --blue: #1a47c4;
  --blue-dark: #143a9c;
  --yellow: #ffd233;
  --yellow-hover: #f0c41a;
  --surface: #e9edf3;
  --surface-hover: #dfe4ec;
  --charcoal: #3a3f44;
  --on-dark: #f5f6f9;
  --gutter: 48px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: Archivo, system-ui, sans-serif; text-wrap: pretty; -webkit-font-smoothing: antialiased; }
a { color: var(--blue); }
a:hover { color: var(--blue-dark); }
img { display: block; max-width: 100%; }
button { font-family: inherit; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 2px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip { position: absolute; left: 12px; top: -60px; z-index: 50; padding: 10px 14px; background: var(--yellow); color: var(--ink); font-weight: 800; border-radius: 999px; text-decoration: none; }
.skip:focus { top: 12px; }

/* ---------- Tombol ---------- */
.btn { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; font-size: 14px; padding: 11px 18px; border: 0; border-radius: 999px; cursor: pointer; text-decoration: none; line-height: 1.2; min-height: 44px; }
.btn svg { flex: none; }
.btn-yellow { background: var(--yellow); color: var(--ink); }
.btn-yellow:hover { background: var(--yellow-hover); color: var(--ink); }
.btn-text { background: transparent; color: var(--blue); padding: 11px 14px; }
.btn-text:hover { background: rgba(26, 71, 196, .1); }
.btn-outline-light { background: transparent; color: var(--on-dark); border: 1px solid var(--on-dark); }
.btn-outline-light:hover { background: rgba(245, 246, 249, .12); color: var(--on-dark); }
.btn[disabled] { opacity: .6; cursor: progress; }

/* ---------- Header ---------- */
.hdr { position: sticky; top: 0; z-index: 20; background: var(--charcoal); color: var(--on-dark); }
.hdr-nav { display: flex; align-items: center; flex-wrap: wrap; gap: 14px clamp(12px, 1.8vw, 26px); padding: 18px clamp(20px, 3.3vw, 48px); border-bottom: 1px solid rgba(245, 246, 249, .15); }
.brand { display: flex; align-items: center; gap: 10px; margin-right: auto; text-decoration: none; color: var(--on-dark); font-weight: 800; font-size: 22px; letter-spacing: -.02em; }
.brand:hover { color: var(--on-dark); }
.brand-mark { display: block; width: 12px; height: 12px; background: var(--yellow); border-radius: 3px; }
.hdr-link { color: var(--on-dark); text-decoration: none; font-size: 14px; font-weight: 600; white-space: nowrap; padding: 4px 0; border-bottom: 2px solid transparent; background: none; border-top: 0; border-left: 0; border-right: 0; cursor: pointer; }
.hdr-link:hover, .hdr-link.is-on { color: var(--yellow); }
.hdr-link.is-on { border-bottom-color: var(--yellow); }
.lang { display: inline-flex; border: 1px solid rgba(245, 246, 249, .3); border-radius: 999px; overflow: hidden; }
.lang button { font-weight: 800; font-size: 12px; padding: 6px 10px; border: 0; cursor: pointer; background: transparent; color: var(--on-dark); min-height: 32px; }
.lang button[aria-pressed="true"] { background: var(--yellow); color: var(--ink); }
.hdr-cta { padding: 9px 14px; }
.hdr-icon { display: none; width: 44px; height: 44px; place-items: center; border-radius: 999px; border: 1px solid rgba(245, 246, 249, .4); background: transparent; color: var(--on-dark); cursor: pointer; }
.hdr-icon.is-yellow { background: var(--yellow); color: var(--ink); border: 0; }

.mega { position: absolute; left: 0; right: 0; top: 100%; z-index: 5; background: var(--surface); border-bottom: 1px solid var(--rule); box-shadow: 0 12px 32px rgba(45, 43, 43, .22); border-radius: 0 0 24px 24px; display: grid; grid-template-columns: 340px minmax(0, 1fr); gap: 48px; padding: 40px 48px 48px; color: var(--ink); }
.mega[hidden] { display: none; }
.mega h3 { margin: 0 0 14px; font-size: 30px; font-weight: 800; line-height: 1.1; letter-spacing: -.015em; }
.mega p { margin: 0 0 20px; font-size: 14px; line-height: 1.6; color: var(--ink-78); max-width: 34ch; }
.mega-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; align-content: start; }
.mega-card { display: block; padding: 18px 20px 22px; background: var(--bg); border-radius: 18px; text-decoration: none; color: var(--ink); }
.mega-card:hover { background: #f0f3f8; color: var(--ink); }
.mega-card .num { display: block; font-size: 12px; font-weight: 800; font-variant-numeric: tabular-nums; color: var(--blue); margin-bottom: 22px; }
.mega-card .t { display: block; font-size: 17px; font-weight: 800; line-height: 1.2; letter-spacing: -.01em; }
.mega-card .en { display: block; font-size: 12px; color: var(--ink-60); margin: 3px 0 10px; }
.mega-card .d { display: block; font-size: 13px; line-height: 1.5; color: var(--ink-78); }

/* Menu HP (akordeon) */
.mnav { position: fixed; inset: 0; z-index: 40; background: var(--surface); overflow-y: auto; color: var(--ink); }
.mnav[hidden] { display: none; }
.mnav-top { position: sticky; top: 0; display: flex; align-items: center; justify-content: space-between; padding: 14px 20px; background: var(--charcoal); }
.mnav-top .hdr-icon { display: grid; }
.mnav-body { padding: 8px 20px 32px; }
.mnav-group { border-bottom: 1px solid var(--rule); }
.mnav-toggle { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 56px; padding: 0; background: transparent; border: 0; font-weight: 800; font-size: 20px; color: var(--ink); text-align: left; cursor: pointer; }
.mnav-toggle[aria-expanded="true"] { color: var(--blue); }
.mnav-toggle .sign { font-size: 22px; font-weight: 400; color: var(--blue); }
.mnav-items { padding: 0 0 12px 16px; border-left: 2px solid var(--blue); margin-bottom: 14px; }
.mnav-items a { display: block; padding: 10px 0; text-decoration: none; color: var(--ink); min-height: 44px; }
.mnav-items .t { display: block; font-size: 16px; font-weight: 600; }
.mnav-items .en { display: block; font-size: 12px; color: var(--ink-60); }
.mnav-cta { display: flex; justify-content: space-between; width: 100%; margin-top: 24px; min-height: 52px; font-size: 15px; }
.mnav-lang { display: flex; gap: 16px; margin-top: 20px; font-size: 14px; }
.mnav-lang button { background: none; border: 0; padding: 8px 0; font-size: 14px; color: var(--ink); cursor: pointer; }
.mnav-lang button[aria-pressed="true"] { color: var(--blue); font-weight: 800; }

/* ---------- Tipografi umum ---------- */
.wrap { padding-left: var(--gutter); padding-right: var(--gutter); }
.rule { height: 1px; background: var(--rule); margin: 0 var(--gutter); }
.kicker { display: block; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: var(--blue-dark); margin-bottom: 10px; }
.h1 { margin: 0 0 0 -.058em; font-size: clamp(44px, 5.8vw, 84px); line-height: 1.06; font-weight: 800; letter-spacing: -.02em; }
.h1 span { display: block; }
.h1-l1 { font-size: clamp(40px, 5vw, 72px); }
.h1-sub { font-size: clamp(36px, 4.4vw, 64px); }
.h2 { margin: 0; font-size: clamp(28px, 2.8vw, 40px); font-weight: 800; line-height: 1.1; letter-spacing: -.015em; }
.lead { margin: 36px 0 0; font-size: 17px; line-height: 1.65; max-width: 58ch; }
.muted { color: var(--ink-60); }
.link-strong { font-weight: 800; font-size: 14px; color: var(--blue); text-decoration: none; white-space: nowrap; }
.link-strong:hover { text-decoration: underline; }

.fig { margin: 0; border-radius: 18px; overflow: hidden; background: var(--surface); position: relative; }
.fig img { width: 100%; height: 100%; object-fit: cover; }
.fig.is-missing::after { content: attr(data-ph); position: absolute; inset: 0; display: grid; place-items: center; padding: 12px; text-align: center; font-size: 13px; color: var(--ink-60); }
.r-4-3 { aspect-ratio: 4 / 3; }
.r-16-7 { aspect-ratio: 16 / 7; }
.r-16-10 { aspect-ratio: 16 / 10; }
.r-net { aspect-ratio: 951 / 665; }

/* ---------- Beranda ---------- */
.hero { padding: 104px var(--gutter) 84px; display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 48px; align-items: end; }
.hero-sub { margin: 8px 0 0; font-size: 14px; line-height: 1.6; color: var(--ink-60); max-width: 58ch; }
.actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 32px; }
.sec { padding: 56px var(--gutter) 72px; }
.sec-head { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 28px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }

.svc { display: block; padding: 0 0 24px; background: var(--surface); border-radius: 18px; overflow: hidden; text-decoration: none; color: var(--ink); }
.svc:hover { background: var(--surface-hover); color: var(--ink); }
.svc-media { display: block; position: relative; aspect-ratio: 4 / 3; background: #dfe4ec; }
.svc-media img { width: 100%; height: 100%; object-fit: cover; }
.svc-media.is-missing { background: var(--surface-hover); }
.svc-num { position: absolute; top: 0; right: 0; padding: 10px 16px; background: var(--yellow); color: var(--ink); font-size: 13px; font-weight: 800; border-radius: 0 0 0 12px; }
.svc-body { display: block; padding: 20px 24px 0; }
.card-t { display: block; font-size: 22px; font-weight: 800; line-height: 1.15; letter-spacing: -.01em; }
.card-en { display: block; font-size: 13px; color: var(--ink-60); margin: 4px 0 12px; }
.card-d { display: block; font-size: 14px; line-height: 1.55; color: var(--ink-78); }

.net { padding: 64px var(--gutter) 80px; display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 72px; align-items: center; }
.net .h2 { margin-bottom: 20px; }
.net-list { border-top: 1px solid var(--rule); }
.net-row { display: grid; grid-template-columns: 140px 1fr; gap: 24px; padding: 18px 0; border-bottom: 1px solid var(--rule); text-decoration: none; color: var(--ink); }
.net-row:hover { color: var(--blue); }
.net-row b { font-weight: 800; font-size: 17px; }
.net-row span { font-size: 15px; line-height: 1.55; color: var(--ink-78); }
.net .link-strong { display: inline-block; margin-top: 20px; }

.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 16px; }
.stat { display: block; padding: 24px; border: 1px solid var(--rule-soft); border-radius: 18px; text-decoration: none; color: var(--ink); }
.stat:hover { border-color: var(--blue); color: var(--ink); }
.stat .n { font-size: 48px; font-weight: 800; line-height: 1; letter-spacing: -.02em; color: var(--blue); font-variant-numeric: tabular-nums; }
.stat .l { margin-top: 10px; font-size: 14px; font-weight: 600; }
.hgal { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; margin-top: 16px; }
.hgal figcaption { position: absolute; left: 12px; bottom: 12px; padding: 6px 10px; background: rgba(31, 35, 38, .72); color: var(--on-dark); font-size: 12px; border-radius: 999px; }

.clients { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 12px; }
.client { background: #fff; border: 1px solid var(--rule-soft); border-radius: 14px; padding: 20px 18px 16px; display: flex; flex-direction: column; align-items: center; gap: 14px; text-decoration: none; color: var(--ink); }
.client:hover { border-color: var(--blue); color: var(--ink); }
.logo { width: 100%; height: 64px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.logo img { width: auto; height: auto; max-width: 100%; max-height: 64px; object-fit: contain; }
.logo .fallback { font-size: 15px; font-weight: 800; text-align: center; line-height: 1.2; color: var(--blue-dark); }
.client .name { font-size: 11px; font-weight: 700; line-height: 1.35; text-align: center; color: rgba(31, 35, 38, .7); letter-spacing: .01em; }

.news { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.news-card { display: flex; flex-direction: column; gap: 8px; padding: 20px; background: var(--surface); border-radius: 18px; text-decoration: none; color: var(--ink); }
.news-card:hover { background: var(--surface-hover); color: var(--ink); }
.news-card .k { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--blue); }
.news-card .t { font-size: 19px; font-weight: 800; line-height: 1.2; }
.news-card .s { font-size: 13px; color: rgba(31, 35, 38, .8); flex: 1; }
.news-card .m { font-size: 12px; color: var(--ink-60); }

.poster { background: var(--blue); color: var(--on-dark); padding: 84px var(--gutter); margin: 0 var(--gutter) 56px; border-radius: 24px; }
.poster h3 { margin: 0 0 0 -.058em; font-size: clamp(34px, 3.9vw, 56px); line-height: 1.06; font-weight: 800; letter-spacing: -.015em; }
.poster h3 span { display: block; }
.poster .actions { margin-top: 40px; }
.poster.is-small { padding: 64px var(--gutter); }
.poster.is-small h3 { font-size: clamp(30px, 3.4vw, 48px); }
.poster.is-small .actions { margin-top: 32px; }

/* ---------- Halaman level-1 & sub ---------- */
.crumb { padding: 14px var(--gutter); font-size: 13px; color: var(--ink-60); border-bottom: 1px solid var(--rule); }
.crumb ol { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 4px 8px; }
.crumb li + li::before { content: "/"; margin-right: 8px; }
.crumb a { color: inherit; text-decoration: none; }
.crumb a:hover { color: var(--blue); }
.crumb [aria-current] { color: var(--ink); font-weight: 600; }
.l1-hero { padding: 72px var(--gutter) 56px; display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 48px; align-items: end; }
.l1-hero .lead { margin-top: 28px; }
.l1-items { padding: 48px var(--gutter) 80px; }
.l1-card { display: block; padding: 24px 24px 28px; min-height: 200px; background: var(--surface); border-radius: 18px; text-decoration: none; color: var(--ink); }
.l1-card:hover { background: var(--surface-hover); color: var(--ink); }
.l1-card .num { display: block; font-size: 13px; font-weight: 800; color: var(--blue); font-variant-numeric: tabular-nums; margin-bottom: 36px; }

.sub { display: grid; grid-template-columns: minmax(200px, 300px) minmax(0, 1fr); gap: clamp(24px, 4vw, 64px); padding: 56px var(--gutter) 80px; }
.side-parent { display: block; color: var(--ink); text-decoration: none; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; padding-bottom: 10px; border-bottom: 1px solid var(--rule); }
.side-parent:hover { color: var(--blue); }
.side-link { display: flex; align-items: center; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--rule); text-decoration: none; font-size: 14px; color: var(--ink); }
.side-link:hover { color: var(--blue); }
.side-link .dot { display: block; flex: none; width: 8px; height: 8px; border-radius: 50%; background: transparent; }
.side-link[aria-current="page"] { font-weight: 800; color: var(--blue); }
.side-link[aria-current="page"] .dot { background: var(--blue); }
.side-quote { margin-top: 32px; padding: 20px; background: var(--surface); border-radius: 18px; }
.side-quote .t { font-size: 15px; font-weight: 800; margin-bottom: 6px; }
.side-quote p { margin: 0 0 14px; font-size: 13px; line-height: 1.5; color: var(--ink-78); }
.side-quote .btn { width: 100%; justify-content: center; }
.article .lead { margin-top: 28px; }
.article .h1-sub { max-width: 16ch; }
.article > .fig { margin-top: 40px; }

.clist { margin-top: 36px; border-top: 1px solid var(--rule); }
.crow { display: grid; grid-template-columns: 40px 180px minmax(0, 1fr); gap: 28px; padding: 28px 0; border-bottom: 1px solid var(--rule); align-items: start; }
.crow .no { font-weight: 800; font-size: 13px; color: var(--blue); padding-top: 2px; }
.crow .logo-box { background: #fff; border: 1px solid var(--rule-soft); border-radius: 14px; height: 110px; padding: 16px; }
.crow .logo-box .logo { height: 100%; }
.crow .logo-box .logo img { max-height: 76px; }
.crow h3 { margin: 0; font-size: 18px; font-weight: 800; line-height: 1.3; letter-spacing: -.01em; }
.crow .top { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 16px; }
.crow .web { font-size: 12px; font-weight: 700; color: var(--blue); }
.crow .sector { font-size: 12px; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-60); margin-top: 8px; }
.crow p { margin: 12px 0 0; font-size: 14px; line-height: 1.65; color: rgba(31, 35, 38, .82); max-width: 68ch; }

.bullets { margin-top: 40px; padding: 28px 32px; background: var(--surface); border-radius: 18px; }
.bullets ul { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 10px 24px; }
.bullets li { display: flex; gap: 10px; font-size: 15px; line-height: 1.5; }
.bullets li::before { content: ""; flex: none; width: 8px; height: 8px; border-radius: 50%; background: var(--yellow); margin-top: 8px; }

.scope { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; margin-top: 40px; }
.scope > div { display: flex; flex-direction: column; gap: 14px; }
.scope h2 { margin: 0; font-size: 24px; font-weight: 800; line-height: 1.15; color: var(--blue); }
.scope p { margin: 0; font-size: 15px; line-height: 1.6; color: var(--ink-78); }

.tbl { margin-top: 40px; border: 1px solid var(--rule); border-radius: 18px; overflow: hidden; }
.tbl-cap { padding: 14px 20px; background: var(--blue); color: var(--on-dark); font-weight: 800; font-size: 14px; }
.tbl-cap.is-dark { background: var(--blue-dark); }
.tbl-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.tbl table { width: 100%; border-collapse: collapse; font-size: 14px; }
.tbl.is-wide table { min-width: 720px; }
.tbl thead tr { background: var(--surface); text-align: left; }
.tbl th { padding: 12px 16px; font-weight: 800; }
.tbl td { padding: 11px 16px; border-top: 1px solid rgba(31, 35, 38, .12); vertical-align: top; }
.tbl td.no { color: var(--ink-60); font-variant-numeric: tabular-nums; width: 44px; }
.tbl td.b { font-weight: 600; }
.tbl .num { text-align: right; font-variant-numeric: tabular-nums; }
.equip { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); gap: 20px; margin-top: 40px; }
.equip .tbl { margin-top: 0; }

.gal-head { font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: var(--blue-dark); margin: 36px 0 20px; }
.gal { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 20px; }
.gal figure { margin: 0; display: flex; flex-direction: column; gap: 10px; }
.gal .c { font-size: 14px; font-weight: 800; line-height: 1.3; }
.gal .s { font-size: 12px; color: var(--ink-60); margin-top: 2px; }
.divider { height: 1px; background: var(--rule); margin-top: 48px; }

.steps .step { display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 8px 24px; padding: 36px 0; border-bottom: 1px solid var(--rule); align-items: baseline; }
.steps .step span { font-weight: 800; font-size: 15px; font-variant-numeric: tabular-nums; }
.steps .step h2 { margin: 0; font-size: 24px; font-weight: 800; line-height: 1.15; }
.steps .step p { grid-column: 2; margin: 0; font-size: 15px; line-height: 1.65; color: var(--ink-78); max-width: 60ch; }
.pager { display: flex; justify-content: space-between; gap: 16px; margin-top: 32px; }
.pager a { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; font-size: 14px; color: var(--ink); text-decoration: none; min-height: 44px; }
.pager a:hover { color: var(--blue); }
.pager .ghost { visibility: hidden; }

/* ---------- Kontak ---------- */
.contact { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 380px), 1fr)); gap: 56px 72px; padding: 64px var(--gutter) 88px; }
.contact .lead { margin-top: 28px; max-width: 44ch; }
.info { margin-top: 40px; border-top: 1px solid var(--rule); }
.info div { display: grid; grid-template-columns: 120px 1fr; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--rule); font-size: 14px; }
.info b { font-weight: 800; }
.info span { color: var(--ink-78); }
.form { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 22px 20px; align-content: start; padding: 32px; background: var(--surface); border-radius: 24px; align-self: start; }
.form label, .form .field { display: block; font-size: 13px; font-weight: 600; color: var(--ink); }
.form .full { grid-column: 1 / -1; }
.form input, .form textarea { display: block; width: 100%; margin-top: 8px; min-height: 44px; padding: 6px 12px; font: inherit; font-size: 16px; font-weight: 400; background: #fff; border: 1px solid rgba(31, 35, 38, .22); color: var(--ink); border-radius: 12px; outline: none; }
.form textarea { min-height: 120px; padding: 8px 12px; resize: vertical; }
.form input:focus, .form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(26, 71, 196, .15); }
.form .req { color: #b42318; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
.chip { display: inline-flex; padding: 7px 14px; min-height: 36px; align-items: center; border: 1px solid rgba(31, 35, 38, .3); background: #fff; color: var(--ink); border-radius: 999px; font-size: 13px; cursor: pointer; }
.chip[aria-pressed="true"] { border-color: var(--blue); background: var(--blue); color: var(--on-dark); }
.form-foot { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; margin-top: 6px; }
.form-foot small { font-size: 12px; color: var(--ink-60); }
.form-err { margin: 0; padding: 12px 14px; border-radius: 12px; background: #fdecea; color: #8a1c12; font-size: 14px; }
.form-err[hidden] { display: none; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.sent { padding: 40px; background: var(--surface); border-radius: 24px; align-self: start; }
.sent h2 { margin: 0 0 12px; font-size: 32px; font-weight: 800; line-height: 1.1; }
.sent p { margin: 0 0 24px; font-size: 15px; line-height: 1.6; color: var(--ink-78); }

/* ---------- Footer ---------- */
.ftr { color: var(--on-dark); background: var(--charcoal); padding: 48px var(--gutter) 32px; }
.ftr-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) repeat(4, minmax(0, 1fr)); gap: 40px 32px; }
.ftr-brand { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 22px; letter-spacing: -.02em; }
.ftr-tag { margin: 16px 0 4px; font-size: 15px; font-weight: 800; line-height: 1.3; }
.ftr-alt { margin: 0; font-size: 13px; color: rgba(245, 246, 249, .6); }
.ftr-head { display: block; color: var(--on-dark); text-decoration: none; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; padding-bottom: 8px; border-bottom: 1px solid rgba(245, 246, 249, .2); margin-bottom: 10px; }
.ftr a.ftr-item { display: block; font-size: 13px; line-height: 1.5; color: var(--on-dark); text-decoration: none; padding: 3px 0; }
.ftr a:hover { color: var(--yellow); }
.ftr-bottom { display: flex; justify-content: space-between; gap: 16px 24px; flex-wrap: wrap; margin-top: 40px; padding-top: 16px; border-top: 1px solid rgba(245, 246, 249, .2); font-size: 12px; color: rgba(245, 246, 249, .7); }
.ftr-bottom nav { display: flex; gap: 20px; flex-wrap: wrap; }
.ftr-bottom a, .ftr-bottom button { color: inherit; text-decoration: none; background: none; border: 0; padding: 0; font-size: 12px; cursor: pointer; }
.ftr-bottom [aria-pressed="true"] { font-weight: 800; }

/* ---------- Responsif ---------- */
@media (max-width: 1240px) {
  .hdr-link, .hdr .lang, .hdr-cta { display: none; }
  .hdr-icon { display: grid; }
  .hdr-nav { gap: 8px; padding: 14px 20px; }
  .mega { display: none !important; }
}
@media (max-width: 1100px) {
  .ftr-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .ftr-grid > :first-child { grid-column: 1 / -1; }
}
@media (max-width: 900px) {
  :root { --gutter: 20px; }
  .hero, .l1-hero, .net, .sub { grid-template-columns: 1fr; }
  .hero { padding-top: 44px; padding-bottom: 36px; gap: 32px; }
  .lead { margin-top: 22px; font-size: 16px; }
  .l1-hero { padding-top: 40px; padding-bottom: 32px; gap: 28px; }
  .net { gap: 32px; padding-top: 40px; padding-bottom: 48px; }
  .grid-3, .news { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sec { padding-top: 40px; padding-bottom: 48px; }
  .sec-head { flex-direction: column; align-items: flex-start; gap: 12px; }
  .sub { padding-top: 32px; padding-bottom: 56px; }
  .sub aside { order: 2; }
  .poster { padding: 44px 20px; margin-bottom: 32px; border-radius: 20px; }
  .poster.is-small { padding: 44px 20px; }
  .crow { grid-template-columns: 32px minmax(0, 1fr); gap: 16px; }
  .crow .logo-box { grid-column: 2; height: 90px; max-width: 220px; }
  .crow > div:last-child { grid-column: 2; }
  .contact { padding-top: 40px; padding-bottom: 56px; gap: 40px; }
  .form { padding: 20px; }
}
@media (max-width: 600px) {
  .grid-3, .news { grid-template-columns: 1fr; }
  .actions .btn { width: 100%; justify-content: space-between; min-height: 48px; font-size: 15px; }
  .poster .actions .btn { justify-content: space-between; }
  .net-row { grid-template-columns: 1fr; gap: 2px; }
  .stat .n { font-size: 40px; }
  .clients { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ftr-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .info div { grid-template-columns: 1fr; gap: 2px; }
  .bullets { padding: 20px; }
  .steps .step { grid-template-columns: 32px minmax(0, 1fr); gap: 6px 12px; padding: 24px 0; }
  .form .btn[type="submit"] { width: 100%; justify-content: center; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
