@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

:root {
    --ink-950: #071a2d;
    --ink-900: #0b2743;
    --ink-800: #123c60;
    --ink-700: #1b5578;
    --cyan-500: #17a9c7;
    --cyan-400: #45c8df;
    --cyan-100: #e2f7fa;
    --cyan-50: #f2fbfc;
    --incident: #c72b3d;
    --incident-dark: #9f1d2d;
    --paper: #fbfcfa;
    --surface: #f2f6f5;
    --surface-deep: #e6eeed;
    --white: #ffffff;
    --line: #d8e3e3;
    --line-dark: #b6cbce;
    --slate-900: #14232d;
    --slate-700: #4a5d66;
    --slate-500: #70828a;
    --success: #177758;
    --warning: #9b6a00;
    --space-1: .25rem;
    --space-2: .5rem;
    --space-3: .75rem;
    --space-4: 1rem;
    --space-5: 1.5rem;
    --space-6: 2rem;
    --space-7: 3rem;
    --space-8: 4.5rem;
    --space-9: 6.5rem;
    --radius-sm: .45rem;
    --radius-md: .9rem;
    --radius-lg: 1.4rem;
    --shadow-soft: 0 1.25rem 3.5rem rgba(7, 35, 50, .08);
    --shadow-float: 0 1.5rem 4.5rem rgba(7, 35, 50, .13);
    --container: 78rem;
    --ease: cubic-bezier(.22, .8, .25, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--slate-900); background: var(--paper); font: 400 1rem/1.7 "Plus Jakarta Sans", "Jakarta Sans", "Segoe UI", sans-serif; }
body::before { content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: .2; background-image: radial-gradient(rgba(7, 26, 45, .08) .7px, transparent .7px); background-size: 8px 8px; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: .22em; }
button, a { touch-action: manipulation; }
button { font: inherit; }
:focus-visible { outline: 3px solid #f0b429; outline-offset: 4px; }

.skip-link { position: fixed; z-index: 1000; top: .75rem; left: .75rem; padding: .75rem 1rem; color: var(--white); background: var(--ink-950); border-radius: var(--radius-sm); transform: translateY(-180%); transition: transform .2s var(--ease); }
.skip-link:focus { transform: none; }
.container { width: min(100% - 2.5rem, var(--container)); margin-inline: auto; }
.eyebrow { margin: 0 0 var(--space-3); color: var(--cyan-500); font-size: .72rem; font-weight: 800; letter-spacing: .16em; line-height: 1.3; text-transform: uppercase; }
h1, h2, h3 { margin: 0; color: var(--ink-950); font-weight: 750; line-height: 1.12; letter-spacing: -.045em; text-wrap: balance; }
h1 { font-size: clamp(2.1rem, 4.8vw, 4.25rem); }
h2 { font-size: clamp(1.8rem, 3.6vw, 3.15rem); }
h3 { font-size: 1.18rem; letter-spacing: -.025em; }
p { margin: 0; }
.muted { color: var(--slate-700); }
.section { padding-block: clamp(4.5rem, 9vw, 8rem); }
.section-alt { background: var(--surface); border-block: 1px solid var(--line); }
.section-head { display: grid; gap: var(--space-5); margin-bottom: clamp(2.25rem, 5vw, 4rem); }
.section-head > p { max-width: 38rem; color: var(--slate-700); }

.btn { display: inline-flex; min-height: 3.35rem; align-items: center; justify-content: center; gap: .8rem; padding: .4rem .45rem .4rem 1.35rem; border: 1px solid transparent; border-radius: 999rem; font-size: .9rem; font-weight: 750; line-height: 1.2; text-decoration: none; cursor: pointer; transition: transform .55s var(--ease), background-color .55s var(--ease), border-color .55s var(--ease), box-shadow .55s var(--ease); }
.btn:not(:has(.btn-icon)) { padding-inline: 1.35rem; }
.btn:hover { transform: translateY(-3px); }
.btn:active { transform: translateY(0) scale(.98); }
.btn-icon { width: 2.45rem; height: 2.45rem; display: grid; place-items: center; flex: none; border-radius: 50%; font-size: .9rem; transition: transform .55s var(--ease), background-color .55s var(--ease); }
.btn-icon .icon { width: 1.05rem; height: 1.05rem; }
.btn:hover .btn-icon { transform: translate(.15rem, -.08rem) scale(1.04); }
.btn-primary { color: var(--white); background: var(--incident); box-shadow: 0 .75rem 1.6rem rgba(150, 25, 42, .2), inset 0 1px rgba(255, 255, 255, .18); }
.btn-primary .btn-icon { color: var(--incident-dark); background: var(--white); }
.btn-primary:hover { background: var(--incident-dark); box-shadow: 0 1rem 2.25rem rgba(150, 25, 42, .28), inset 0 1px rgba(255, 255, 255, .18); }
.btn-secondary { color: var(--ink-950); background: rgba(255, 255, 255, .56); border-color: rgba(182, 203, 206, .8); box-shadow: inset 0 1px rgba(255, 255, 255, .85); }
.btn-secondary .btn-icon { color: var(--ink-950); background: var(--surface-deep); }
.btn-secondary:hover { background: var(--white); border-color: rgba(18, 60, 96, .38); box-shadow: var(--shadow-soft), inset 0 1px var(--white); }
.icon { width: 1.3rem; height: 1.3rem; flex: none; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.approval-dialog { width: min(34rem, calc(100% - 2rem)); padding: 0; color: var(--ink-950); background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: 0 1.5rem 4rem rgba(7, 26, 45, .28); }
.approval-dialog::backdrop { background: rgba(5, 21, 37, .68); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.approval-dialog-content { display: grid; gap: 1.25rem; padding: clamp(1.5rem, 5vw, 2.25rem); }
.approval-dialog-content h2 { margin-top: .35rem; font-size: clamp(1.45rem, 4vw, 2rem); line-height: 1.2; }
.approval-dialog-content p:not(.eyebrow) { margin-top: .75rem; color: var(--slate-500); line-height: 1.7; }
.approval-dialog-icon { width: 3rem; height: 3rem; display: grid; place-items: center; color: var(--incident); background: rgba(150, 25, 42, .08); border-radius: 50%; }
.approval-dialog-icon .icon { width: 1.55rem; height: 1.55rem; }
.approval-dialog-close { justify-self: start; }

.utility { color: #cfe3e5; background: var(--ink-950); font-size: .76rem; letter-spacing: .01em; }
.utility-inner { min-height: 2.35rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.utility p { display: flex; align-items: center; gap: .55rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.utility a { color: var(--white); font-weight: 700; text-decoration: none; white-space: nowrap; }
.utility a:hover { color: var(--cyan-400); }
.site-header { position: sticky; z-index: 200; top: 0; padding-block: .55rem; background: rgba(255, 255, 255, .68); -webkit-backdrop-filter: blur(20px) saturate(1.15); backdrop-filter: blur(20px) saturate(1.15); }
.nav-wrap { min-height: 4.65rem; display: flex; align-items: center; justify-content: space-between; gap: var(--space-5); padding-inline: .85rem; background: transparent; border: 0; border-radius: 0; box-shadow: none; }
.brand { display: inline-flex; align-items: center; gap: .7rem; color: var(--ink-950); text-decoration: none; }
.brand-mark { width: 2.9rem; height: 2.9rem; display: grid; place-items: center; overflow: hidden; background: transparent; border: 0; border-radius: 0; }
.brand-logo { width: 2.7rem; height: 2.7rem; object-fit: contain; }
.brand-copy { display: grid; line-height: 1.1; }
.brand-copy strong { font-size: 1.08rem; font-weight: 800; letter-spacing: -.045em; }
.brand-copy strong em { color: var(--cyan-500); font-style: normal; }
.brand-copy small { margin-top: .32rem; color: var(--slate-500); font-size: .62rem; font-weight: 650; letter-spacing: .055em; }
.menu-toggle { width: 2.75rem; height: 2.75rem; display: grid; place-content: center; gap: .28rem; color: var(--ink-950); background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-sm); cursor: pointer; }
.menu-toggle span { width: 1.1rem; height: 1.5px; display: block; background: currentColor; transition: transform .25s var(--ease), opacity .25s var(--ease); }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(.37rem) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-.37rem) rotate(-45deg); }
.site-nav { display: none; position: absolute; inset: calc(100% + .35rem) 1.25rem auto; padding: .75rem; background: rgba(251, 252, 250, .97); border: 1px solid rgba(255, 255, 255, .9); border-radius: 1rem; box-shadow: var(--shadow-float), inset 0 0 0 1px rgba(7, 35, 50, .05); }
.site-nav.is-open { display: block; }
.site-nav ul { display: grid; gap: .2rem; max-width: var(--container); margin: 0 auto; padding: 0; list-style: none; }
.site-nav a { min-height: 2.75rem; display: flex; align-items: center; gap: .45rem; padding: .5rem .75rem; color: var(--slate-700); border-radius: .7rem; font-size: .82rem; font-weight: 700; text-decoration: none; transition: color .45s var(--ease), background-color .45s var(--ease), transform .45s var(--ease); }
.site-nav a:hover { color: var(--ink-950); background: var(--surface); transform: translateX(2px); }
.site-nav a.active { color: var(--ink-950); background: var(--cyan-100); box-shadow: inset 0 -2px var(--cyan-500); }
.site-nav .nav-report { margin-top: .35rem; color: var(--white); background: var(--incident); }
.site-nav .nav-report:hover { color: var(--white); background: var(--incident-dark); transform: translateY(-2px); }

.breadcrumb { display: flex; align-items: center; gap: .6rem; padding-block: 1.1rem; color: var(--slate-500); font-size: .78rem; }
.breadcrumb a { color: var(--slate-700); font-weight: 650; text-decoration: none; }
.breadcrumb a:hover { color: var(--cyan-500); }
.breadcrumb span[aria-current="page"] { color: var(--ink-950); font-weight: 700; }

.hero { position: relative; min-height: min(40rem, calc(100dvh - 7.6rem)); display: grid; align-items: center; overflow: hidden; isolation: isolate; padding-block: clamp(3.5rem, 7vw, 5.5rem); background: var(--ink-950); }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(108deg, rgba(7, 26, 45, .97) 0%, rgba(7, 26, 45, .9) 42%, rgba(7, 26, 45, .55) 73%, rgba(7, 26, 45, .78) 100%), url('../media/bg-hero.jpg') center / cover no-repeat; opacity: .96; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; opacity: .32; background: linear-gradient(115deg, transparent 0 48%, rgba(69, 200, 223, .14) 48.1%, transparent 48.5%), linear-gradient(25deg, transparent 0 74%, rgba(69, 200, 223, .1) 74.1%, transparent 74.4%); }
.hero-grid { position: relative; z-index: 1; display: grid; align-items: center; }
.hero-copy { display: grid; gap: var(--space-5); max-width: 58rem; }
.hero .eyebrow { color: var(--cyan-400); }
.hero h1 { max-width: 29ch; color: var(--white); font-size: clamp(2.15rem, 4.2vw, 3.75rem); }
.hero-lead { max-width: 38rem; color: #c9dadd; font-size: clamp(1rem, 1.8vw, 1.22rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.hero .btn-secondary { color: var(--white); background: rgba(255, 255, 255, .08); border-color: rgba(255, 255, 255, .28); box-shadow: inset 0 1px rgba(255, 255, 255, .1); }
.hero .btn-secondary .btn-icon { color: var(--white); background: rgba(255, 255, 255, .12); }
.hero .btn-secondary:hover { color: var(--ink-950); background: var(--white); border-color: var(--white); }
.hero .btn-secondary:hover .btn-icon { color: var(--white); background: var(--ink-950); }
.hero-note { max-width: 34rem; display: flex; align-items: flex-start; gap: .75rem; padding-top: 1.15rem; color: #a9c3c8; border-top: 1px solid rgba(179, 220, 225, .28); font-size: .82rem; }
.hero-note .icon { color: var(--cyan-400); }
.prepare-section { padding-block: clamp(2.5rem, 5vw, 4rem); background: var(--white); border-bottom: 1px solid var(--line); }
.prepare-grid { display: grid; gap: 2rem; align-items: start; }
.prepare-heading { display: grid; gap: .65rem; }
.prepare-heading .eyebrow { margin-bottom: 0; }
.prepare-heading h2 { font-size: clamp(1.65rem, 3vw, 2.35rem); }
.prepare-heading > p:last-child { max-width: 31rem; color: var(--slate-700); font-size: .9rem; }
.prepare-steps { display: grid; gap: .75rem; margin: 0; padding: 0; list-style: none; counter-reset: prepare; }
.prepare-steps li { display: grid; grid-template-columns: 2.35rem 1fr; gap: .8rem; align-items: start; padding: 1rem; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-sm); }
.prepare-steps li::before { counter-increment: prepare; content: counter(prepare, decimal-leading-zero); width: 2.35rem; height: 2.35rem; display: grid; place-items: center; color: var(--white); background: var(--ink-900); border-radius: .55rem; font-size: .68rem; font-weight: 800; }
.prepare-steps strong { display: block; color: var(--ink-950); font-size: .9rem; }
.prepare-steps small { display: block; margin-top: .2rem; color: var(--slate-700); font-size: .76rem; line-height: 1.45; }
.hero-signal { position: absolute; z-index: 0; right: clamp(-10rem, -4vw, -2rem); top: 50%; width: min(37rem, 47vw); aspect-ratio: 1; pointer-events: none; opacity: .9; transform: translateY(-50%); }
.telemetry-shell { position: absolute; inset: 0; padding: .65rem; background: rgba(255, 255, 255, .055); border: 1px solid rgba(255, 255, 255, .13); border-radius: 2.4rem; box-shadow: 0 2rem 6rem rgba(2, 16, 27, .28); transform: rotate(2deg); }
.telemetry-core { position: relative; width: 100%; height: 100%; overflow: hidden; background: rgba(5, 25, 42, .42); border: 1px solid rgba(143, 215, 225, .16); border-radius: 1.85rem; box-shadow: inset 0 1px rgba(255, 255, 255, .12); }
.telemetry-core::before, .telemetry-core::after { content: ""; position: absolute; inset: 15%; border: 1px solid rgba(69, 200, 223, .22); border-radius: 50%; }
.telemetry-core::after { inset: 30%; border-color: rgba(69, 200, 223, .34); }
.telemetry-kicker, .telemetry-code { position: absolute; z-index: 2; color: #b9d8dc; font-size: .58rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.telemetry-kicker { top: 1.5rem; left: 1.6rem; }
.telemetry-code { right: 1.6rem; bottom: 1.45rem; color: rgba(185, 216, 220, .58); }
.signal-ring { position: absolute; inset: 5%; border: 1px dashed rgba(69, 200, 223, .22); border-radius: 50%; animation: orbit 32s var(--ease) infinite; }
.signal-ring::before, .signal-ring::after { content: ""; position: absolute; width: .65rem; height: .65rem; background: var(--cyan-400); border-radius: 50%; box-shadow: 0 0 1.4rem var(--cyan-400); }
.signal-ring::before { top: 12%; left: 20%; }
.signal-ring::after { right: 8%; bottom: 28%; width: .4rem; height: .4rem; background: var(--white); }
.signal-core { position: absolute; inset: 42%; display: grid; place-items: center; color: var(--cyan-400); border: 1px solid rgba(69, 200, 223, .6); border-radius: 50%; box-shadow: 0 0 0 1rem rgba(69, 200, 223, .04), 0 0 4rem rgba(69, 200, 223, .22); animation: breathe 3.2s var(--ease) infinite; }
.signal-core::after { content: ""; width: .65rem; height: .65rem; background: var(--cyan-400); border-radius: 50%; box-shadow: 0 0 1.3rem var(--cyan-400); }
.signal-scan { position: absolute; top: 50%; left: 7%; width: 86%; height: 1px; background: linear-gradient(90deg, transparent, var(--cyan-400), transparent); opacity: .6; transform-origin: center; animation: scan 5s var(--ease) infinite; }
.hero-status { position: absolute; z-index: 2; left: 1.6rem; bottom: 1.45rem; display: flex; align-items: center; gap: .5rem; color: #c9e8e8; font-size: .58rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.hero-status::before { content: ""; width: .4rem; height: .4rem; background: #64dbad; border-radius: 50%; box-shadow: 0 0 0 .28rem rgba(100, 219, 173, .12); animation: pulse 2.2s var(--ease) infinite; }

.quick-grid, .service-grid, .content-grid { display: grid; gap: 1rem; }
.quick-link { min-height: 9.5rem; position: relative; display: grid; grid-template-columns: auto 1fr auto; align-items: start; gap: 1rem; padding: 1.45rem; color: var(--ink-950); background: rgba(255, 255, 255, .72); border: 1px solid rgba(255, 255, 255, .92); border-radius: 1.25rem; text-decoration: none; overflow: hidden; box-shadow: inset 0 0 0 1px rgba(7, 35, 50, .055), 0 .8rem 2.4rem rgba(7, 35, 50, .045); transition: transform .65s var(--ease), box-shadow .65s var(--ease), background-color .65s var(--ease); }
.quick-link::after { content: ""; position: absolute; right: -2rem; bottom: -2.5rem; width: 7rem; height: 7rem; background: var(--cyan-50); border-radius: 50%; transition: transform .65s var(--ease), opacity .65s var(--ease); }
.quick-link:hover { background: var(--white); box-shadow: inset 0 0 0 1px rgba(23, 169, 199, .2), 0 1.5rem 3.5rem rgba(7, 35, 50, .1); transform: translateY(-6px); }
.quick-link:hover::after { opacity: .85; transform: scale(1.65); }
.quick-link:first-child { color: var(--white); background: var(--ink-950); border-color: rgba(255, 255, 255, .08); box-shadow: inset 0 1px rgba(255, 255, 255, .1), 0 1.5rem 3.5rem rgba(7, 35, 50, .16); }
.quick-link:first-child::before { content: "Jalur utama"; position: absolute; left: 1.45rem; bottom: 1.35rem; z-index: 2; color: var(--cyan-400); font-size: .58rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.quick-link:first-child::after { width: 13rem; height: 13rem; right: -4rem; bottom: -5rem; background: rgba(69, 200, 223, .1); box-shadow: 0 0 0 2.5rem rgba(69, 200, 223, .025); }
.quick-link:first-child p { color: #b8cdd2; }
.quick-link:first-child .arrow { color: var(--white); background: var(--incident); }
.quick-icon { width: 2.85rem; height: 2.85rem; position: relative; z-index: 1; display: grid; place-items: center; color: var(--cyan-500); background: var(--cyan-100); border-radius: .8rem; box-shadow: inset 0 1px rgba(255, 255, 255, .7); }
.quick-link:first-child .quick-icon { color: var(--white); background: rgba(69, 200, 223, .14); box-shadow: inset 0 0 0 1px rgba(69, 200, 223, .18); }
.quick-link > span:nth-child(2) { position: relative; z-index: 1; }
.quick-link p { margin-top: .35rem; color: var(--slate-700); font-size: .82rem; line-height: 1.5; }
.arrow { width: 2rem; height: 2rem; position: relative; z-index: 1; display: grid; place-items: center; color: var(--cyan-500); background: var(--cyan-50); border-radius: 50%; font-size: 1.3rem; line-height: 1; transition: transform .55s var(--ease), background-color .55s var(--ease); }
.quick-link:hover .arrow { transform: translate(.2rem, -.08rem) scale(1.05); }
.about-grid { display: grid; gap: clamp(2.5rem, 7vw, 7rem); align-items: start; }
.about-copy { display: grid; gap: 1.5rem; max-width: 43rem; }
.about-copy > p { max-width: 38rem; }
.principles { display: grid; gap: .65rem; padding: .65rem; background: var(--surface-deep); border-radius: 1.35rem; box-shadow: inset 0 0 0 1px rgba(7, 35, 50, .055); }
.principle { min-height: 9rem; display: grid; align-content: start; gap: .55rem; padding: 1.4rem; background: rgba(255, 255, 255, .82); border-radius: .95rem; box-shadow: inset 0 1px rgba(255, 255, 255, .9); transition: background-color .55s var(--ease), transform .55s var(--ease); }
.principle:hover { background: var(--white); transform: translateY(-3px); }
.principle strong { color: var(--ink-950); }
.principle span { color: var(--slate-700); font-size: .88rem; }
.service-card { position: relative; display: grid; align-content: start; gap: .85rem; min-height: 12.5rem; padding: 1.55rem; overflow: hidden; background: rgba(255, 255, 255, .78); border: 1px solid rgba(255, 255, 255, .94); border-radius: 1.15rem; box-shadow: inset 0 0 0 1px rgba(7, 35, 50, .055), 0 .7rem 2.2rem rgba(7, 35, 50, .04); transition: transform .6s var(--ease), box-shadow .6s var(--ease), background-color .6s var(--ease); }
.service-card::before { content: ""; position: absolute; top: 0; left: 1.55rem; width: 2.8rem; height: 3px; background: linear-gradient(90deg, var(--ink-950), var(--cyan-500)); border-radius: 0 0 1rem 1rem; }
.service-card:hover { background: var(--white); box-shadow: inset 0 0 0 1px rgba(23, 169, 199, .12), 0 1.4rem 3.5rem rgba(7, 35, 50, .08); transform: translateY(-5px); }
.service-card h2, .info-card h2, .prose-grid h2 { font-size: 1.45rem; }
.service-card p, .service-card li { color: var(--slate-700); font-size: .9rem; }
.service-card ul { margin: .25rem 0 0; padding-left: 1.2rem; color: var(--slate-700); }
.workflow { display: grid; gap: 1.2rem; margin: 0; padding: 0; list-style: none; counter-reset: workflow; }
.workflow li { position: relative; display: grid; grid-template-columns: 2.85rem 1fr; gap: .9rem; align-items: center; min-height: 3.5rem; }
.workflow li::before { counter-increment: workflow; content: counter(workflow, decimal-leading-zero); width: 2.85rem; height: 2.85rem; display: grid; place-items: center; color: var(--white); background: var(--ink-900); border: 4px solid var(--paper); border-radius: 50%; box-shadow: 0 0 0 1px var(--line); font-size: .68rem; font-weight: 800; }
.workflow li:not(:last-child)::after { content: ''; position: absolute; top: 3rem; bottom: -1.1rem; left: 1.38rem; width: 1px; background: var(--line-dark); }
.workflow strong { color: var(--ink-950); font-size: .9rem; }
.info-card { display: grid; align-content: start; gap: 1rem; padding: clamp(1.5rem, 3vw, 2.2rem); background: rgba(255, 255, 255, .76); border: 1px solid rgba(255, 255, 255, .94); border-radius: 1.25rem; box-shadow: inset 0 0 0 1px rgba(7, 35, 50, .06), 0 1rem 3rem rgba(7, 35, 50, .045); }
.info-card .tag { width: fit-content; padding: .28rem .6rem; color: var(--ink-800); background: var(--cyan-100); border-radius: .35rem; font-size: .66rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.empty-notice { color: var(--slate-700); border-left: 2px solid var(--cyan-500); padding-left: 1rem; font-size: .9rem; }
.emergency { position: relative; overflow: hidden; color: var(--white); background: var(--ink-950); }
.emergency::after { content: ""; position: absolute; right: -8rem; bottom: -12rem; width: 30rem; height: 30rem; border: 1px solid rgba(69, 200, 223, .2); border-radius: 50%; box-shadow: 0 0 0 4rem rgba(69, 200, 223, .03), 0 0 0 8rem rgba(69, 200, 223, .03); }
.emergency-grid { position: relative; z-index: 1; display: grid; gap: 2rem; align-items: center; }
.emergency h2 { max-width: 18ch; color: var(--white); }
.emergency p { max-width: 41rem; color: #c4d8db; }
.emergency .eyebrow { color: var(--cyan-400); }
.contact-pending { padding: 1.5rem; background: rgba(255, 255, 255, .06); border: 1px solid rgba(164, 219, 223, .25); border-radius: var(--radius-md); }
.contact-pending strong { display: block; color: var(--white); }
.contact-pending span { display: block; margin-top: .45rem; color: #c4d8db; font-size: .88rem; }

.site-footer { padding-block: clamp(3.5rem, 7vw, 5.5rem) 1.5rem; color: #b5cbd0; background: #051525; border-top: 1px solid #24445b; }
.footer-grid { display: grid; gap: 2.5rem; }
.footer-brand { display: grid; gap: 1rem; max-width: 25rem; }
.footer-brand > p { color: #91abb2; font-size: .88rem; }
.footer-logo { display: inline-flex; align-items: center; gap: .75rem; width: fit-content; color: var(--white); text-decoration: none; }
.footer-logo-mark { width: 2.9rem; height: 2.9rem; display: grid; place-items: center; overflow: hidden; background: transparent; border: 0; border-radius: 0; }
.footer-logo-image { width: 2.7rem; height: 2.7rem; object-fit: contain; }
.footer-logo span:last-child { display: grid; line-height: 1.2; }
.footer-logo strong { font-size: 1rem; }
.footer-logo small { margin-top: .25rem; color: #91abb2; font-size: .62rem; }
.footer-column { display: grid; align-content: start; gap: .7rem; }
.footer-label { color: var(--cyan-400); font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.footer-links { display: grid; gap: .45rem; }
.footer-links a { width: fit-content; color: #b5cbd0; font-size: .85rem; text-decoration: none; }
.footer-links a:hover { color: var(--white); }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .5rem 2rem; margin-top: 3.5rem; padding-top: 1.25rem; color: #77949c; border-top: 1px solid #24445b; font-size: .75rem; }

.page-hero { position: relative; overflow: hidden; padding-block: clamp(2.75rem, 5vw, 4.5rem); background: var(--surface); border-bottom: 1px solid var(--line); }
.page-hero::after { content: ""; position: absolute; right: -6rem; bottom: -12rem; width: 25rem; height: 25rem; border: 1px solid rgba(23, 169, 199, .18); border-radius: 50%; box-shadow: 0 0 0 3rem rgba(23, 169, 199, .035), 0 0 0 6rem rgba(23, 169, 199, .035); }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { max-width: 20ch; font-size: clamp(1.95rem, 3.5vw, 3.15rem); }
.page-hero p:last-child { max-width: 43rem; margin-top: 1rem; color: var(--slate-700); font-size: 1rem; }
.prose, .prose-grid { display: grid; gap: 1.75rem; max-width: 56rem; }
.prose-grid article { display: grid; gap: .75rem; padding: 1.5rem 0; border-top: 1px solid var(--line); }
.prose-grid article:first-child { padding-top: 0; border-top: 0; }
.prose-grid article p { color: var(--slate-700); }
.prose { gap: 1.25rem; }
.prose h2 { margin-top: 1.75rem; padding-top: 1.25rem; border-top: 1px solid var(--line); font-size: 1.45rem; }
.prose h2:first-child { margin-top: 0; padding-top: 0; border-top: 0; }
.prose dl { display: grid; grid-template-columns: minmax(9rem, 14rem) 1fr; gap: .75rem 2rem; margin: .5rem 0; padding: 1.25rem; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-md); }
.prose dt { color: var(--ink-950); font-size: .82rem; font-weight: 800; }
.prose dd { margin: 0; color: var(--slate-700); font-size: .9rem; }
.pending { padding: .9rem 1rem; color: #725300; background: #fff7dc; border: 1px solid #edd58a; border-left: 3px solid #c58b00; border-radius: .35rem; font-size: .9rem; }
.block-note { margin-top: 1.5rem; }
.source-note { color: var(--slate-500); font-size: .78rem; }
address { font-style: normal; }
.faq-list { display: grid; gap: .75rem; max-width: 56rem; }
.faq-list details { padding: 1.15rem 1.35rem; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md); transition: border-color .2s, box-shadow .2s; }
.faq-list details[open] { border-color: var(--cyan-400); box-shadow: var(--shadow-soft); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; color: var(--ink-950); font-weight: 750; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; color: var(--cyan-500); font-size: 1.4rem; font-weight: 400; line-height: 1; }
.faq-list details[open] summary::after { content: "-"; }
.faq-list p { max-width: 48rem; margin-top: .9rem; padding-top: .9rem; color: var(--slate-700); border-top: 1px solid var(--line); font-size: .9rem; }

.page-hero-grid { display: grid; gap: 2rem; align-items: end; }
.page-hero-aside { display: grid; gap: .55rem; max-width: 18rem; padding-top: 1.15rem; color: var(--slate-700); border-top: 1px solid var(--line-dark); font-size: .78rem; }
.page-hero-aside strong { color: var(--ink-950); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.profile-layout { display: grid; gap: 3.5rem; }
.feature-block { display: grid; gap: 1.25rem; max-width: 50rem; }
.feature-block h2 { max-width: 17ch; }
.feature-block > p { max-width: 43rem; color: var(--slate-700); font-size: 1.05rem; }
.detail-grid { display: grid; gap: 1px; padding: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius-md); overflow: hidden; }
.detail-grid article { min-height: 12rem; display: grid; align-content: start; gap: .85rem; padding: 1.5rem; background: var(--white); }
.detail-grid article h2 { font-size: 1.3rem; }
.detail-grid article p:not(.pending) { color: var(--slate-700); font-size: .9rem; }
.document-layout { display: grid; gap: 3rem; align-items: start; }
.document-nav { display: grid; gap: .35rem; padding: 1.2rem; background: var(--ink-950); border-radius: var(--radius-md); }
.document-nav p { margin-bottom: .4rem; color: var(--cyan-400); font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.document-nav a { padding: .45rem .6rem; color: #bcd0d5; border-radius: .35rem; font-size: .78rem; text-decoration: none; }
.document-nav a:hover { color: var(--white); background: rgba(255,255,255,.08); }
.document-section { scroll-margin-top: 7rem; }
.service-split { display: grid; gap: 1rem; }
.service-panel { display: grid; align-content: start; gap: 1.25rem; min-height: 23rem; padding: clamp(1.5rem, 4vw, 2.5rem); background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); }
.service-panel:nth-child(2) { background: var(--ink-950); border-color: var(--ink-950); }
.service-panel:nth-child(2) h2 { color: var(--white); }
.service-panel:nth-child(2) li { color: #c4d8db; border-color: rgba(216,227,227,.15); }
.service-panel-label { color: var(--cyan-500); font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.service-panel ul { display: grid; margin: .5rem 0 0; padding: 0; list-style: none; }
.service-panel li { display: flex; align-items: center; gap: .7rem; padding-block: .65rem; color: var(--slate-700); border-top: 1px solid var(--line); font-size: .9rem; }
.service-panel li::before { content: ""; width: .42rem; height: .42rem; flex: none; background: var(--cyan-500); border-radius: 50%; }
.workflow-intro { display: grid; gap: 1rem; margin-bottom: 2.5rem; }
.workflow-intro p { max-width: 39rem; color: var(--slate-700); }
.empty-state { position: relative; min-height: 25rem; display: grid; place-items: center; overflow: hidden; padding: clamp(2rem, 7vw, 5rem); text-align: center; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); }
.empty-state::before { content: ""; position: absolute; width: 18rem; height: 18rem; border: 1px solid var(--line); border-radius: 50%; box-shadow: 0 0 0 3rem var(--cyan-50), 0 0 0 3.05rem var(--line); }
.empty-state-inner { position: relative; z-index: 1; display: grid; justify-items: center; gap: 1rem; max-width: 33rem; }
.empty-symbol { width: 3.5rem; height: 3.5rem; display: grid; place-items: center; color: var(--cyan-500); background: var(--cyan-100); border: 1px solid #bce7ec; border-radius: 50%; font-size: 1.4rem; }
.empty-state h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); }
.empty-state p { color: var(--slate-700); }
.guide-grid { display: grid; gap: 1rem; }
.guide-card { min-height: 14rem; display: grid; align-content: space-between; gap: 2rem; padding: 1.5rem; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md); }
.guide-number { color: var(--cyan-500); font: 700 .72rem/1 "Plus Jakarta Sans", "Jakarta Sans", "Segoe UI", sans-serif; letter-spacing: .08em; }
.guide-card h2 { max-width: 13ch; font-size: 1.4rem; }
.faq-shell { display: grid; gap: 2.5rem; align-items: start; }
.faq-aside { display: grid; gap: 1rem; padding: 1.5rem; color: #c4d8db; background: var(--ink-950); border-radius: var(--radius-md); }
.faq-aside h2 { color: var(--white); font-size: 1.4rem; }
.faq-aside p { font-size: .85rem; }
.faq-aside a { width: fit-content; color: var(--cyan-400); font-weight: 750; text-decoration: none; }
.contact-layout { display: grid; gap: 1rem; }
.contact-card { display: grid; align-content: start; gap: 1.15rem; min-height: 25rem; padding: clamp(1.5rem, 4vw, 2.5rem); background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); }
.contact-card.report { color: #c4d8db; background: var(--ink-950); border-color: var(--ink-950); }
.contact-card.report h2 { color: var(--white); }
.contact-card.report .pending { color: #f8e8b5; background: rgba(255, 215, 91, .08); border-color: rgba(237, 213, 138, .35); }
.contact-label { color: var(--cyan-500); font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.contact-card-title { font-size: clamp(1.35rem, 2.5vw, 1.75rem); line-height: 1.25; }
.contact-card.report .contact-label { color: var(--cyan-400); }
.contact-card a { color: var(--ink-700); font-weight: 700; }
.contact-card.report a { color: var(--cyan-400); }

.reveal { opacity: 0; filter: blur(5px); transform: translateY(2rem); transition: opacity .85s var(--ease), filter .85s var(--ease), transform .85s var(--ease); }
.reveal.is-visible { opacity: 1; filter: blur(0); transform: none; }
@keyframes orbit { 0% { transform: rotate(0deg); } 55% { transform: rotate(205deg); } 100% { transform: rotate(360deg); } }
@keyframes breathe { 0%, 100% { transform: scale(.92); opacity: .75; } 50% { transform: scale(1.08); opacity: 1; } }
@keyframes scan { 0%, 100% { transform: rotate(-32deg) scaleX(.55); opacity: 0; } 30%, 70% { opacity: .7; } 50% { transform: rotate(32deg) scaleX(1); } }
@keyframes pulse { 0%, 100% { opacity: .45; transform: scale(.85); } 50% { opacity: 1; transform: scale(1.15); } }

@media (min-width: 40rem) {
    .quick-grid, .content-grid { grid-template-columns: repeat(2, 1fr); }
    .quick-link:first-child { grid-column: 1 / -1; min-height: 12rem; }
    .service-grid { grid-template-columns: repeat(2, 1fr); }
    .principles { grid-template-columns: repeat(2, 1fr); }
    .prose-grid { grid-template-columns: repeat(2, 1fr); max-width: none; column-gap: 3.5rem; }
    .footer-grid { grid-template-columns: minmax(15rem, 1.5fr) 1fr 1fr; }
}
@media (min-width: 48rem) {
    .section-head { grid-template-columns: minmax(0, 1fr) minmax(18rem, .72fr); align-items: end; }
    .page-hero-grid { grid-template-columns: minmax(0, 1fr) 18rem; }
    .prepare-grid { grid-template-columns: minmax(15rem, .7fr) minmax(0, 1.5fr); gap: 4rem; }
    .prepare-steps { grid-template-columns: repeat(3, 1fr); }
    .detail-grid, .service-split, .guide-grid, .contact-layout { grid-template-columns: repeat(2, 1fr); }
    .faq-shell { grid-template-columns: minmax(14rem, .38fr) minmax(0, 1fr); }
    .about-grid, .emergency-grid { grid-template-columns: minmax(0, 1.05fr) minmax(18rem, .95fr); }
    .emergency-grid { gap: 5rem; }
    .workflow { grid-template-columns: repeat(7, 1fr); gap: .5rem; }
    .workflow li { grid-template-columns: 1fr; justify-items: start; align-content: start; gap: .8rem; }
    .workflow li:not(:last-child)::after { top: 1.38rem; right: -.25rem; bottom: auto; left: 2.75rem; width: calc(100% - 1.8rem); height: 1px; }
}
@media (min-width: 64rem) {
    .menu-toggle { display: none; }
    .document-layout { grid-template-columns: 14rem minmax(0, 1fr); gap: 5rem; }
    .document-nav { position: sticky; top: 7.5rem; }
    .site-nav { display: block; position: static; padding: 0; background: transparent; border: 0; box-shadow: none; backdrop-filter: none; }
    .site-nav ul { display: flex; align-items: center; gap: .1rem; }
    .site-nav a { min-height: 2.5rem; padding: .45rem .58rem; font-size: .76rem; }
    .site-nav .nav-report { margin-top: 0; margin-left: .5rem; padding-inline: .9rem; }
    .hero-grid { grid-template-columns: minmax(0, 1fr); }
    .quick-grid { grid-template-columns: repeat(4, 1fr); grid-auto-rows: minmax(9.5rem, auto); }
    .quick-link:first-child { grid-column: span 2; grid-row: span 2; min-height: 20rem; align-content: space-between; }
    .quick-link:first-child .quick-icon { width: 3.4rem; height: 3.4rem; }
    .service-grid { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 39.99rem) {
    .container { width: min(100% - 2rem, var(--container)); }
    .utility p { font-size: .68rem; }
    .utility a { font-size: .7rem; }
    .hero-signal { right: -12rem; top: auto; bottom: -5rem; width: 29rem; opacity: .48; transform: none; }
    .telemetry-shell { transform: rotate(2deg) scale(.82); transform-origin: center; }
    .prose dl { grid-template-columns: 1fr; gap: .3rem; }
    .prose dd { margin-bottom: .55rem; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .reveal { opacity: 1; filter: none; transform: none; }
}
