/* [project]/apps/web/app/globals.css [app-client] (css) */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-border-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
      "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
      "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: .25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-ink: #16294d;
    --color-paper: #fff;
    --color-wash: #f2f7f4;
    --color-muted: #4b5b73;
    --color-brand: #0e6b44;
    --color-brand-strong: #0b5a38;
    --color-line: #dcebe2;
    --color-focus: #0e6b44;
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }

  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol, ul, menu {
    list-style: none;
  }

  img, svg, video, canvas, audio, iframe, embed, object {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .visible {
    visibility: visible;
  }

  .sr-only {
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .block {
    display: block;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

  .h-3 {
    height: calc(var(--spacing) * 3);
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .italic {
    font-style: italic;
  }

  .filter {
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
  font-size: 100%;
}

body {
  background-color: var(--color-paper);
  color: var(--color-ink);
  margin: 0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  overflow-x: clip;
}

.skip-link {
  z-index: 50;
  background-color: var(--color-ink);
  min-height: 48px;
  color: var(--color-paper);
  align-items: center;
  padding: 0 16px;
  display: inline-flex;
  position: absolute;
  top: -72px;
  left: 8px;
}

.skip-link:focus-visible {
  top: 8px;
}

:focus-visible {
  outline: 3px solid var(--color-focus);
  outline-offset: 2px;
}

.btn, .error-state a, .error-state button, .site-nav a, .site-mobile-nav a, .site-mobile-nav button, .site-footer a, .site-header-cta a, .posko-contact a, .hero-cta a, .steps-more a {
  align-items: center;
  min-width: 48px;
  min-height: 48px;
  display: inline-flex;
}

.btn {
  border: 2px solid var(--color-brand);
  background-color: var(--color-paper);
  color: var(--color-brand-strong);
  border-radius: 10px;
  gap: 8px;
  padding: 0 20px;
  font-weight: 600;
  text-decoration: none;
}

.btn-primary {
  background-color: var(--color-brand);
  border-color: var(--color-brand);
  color: var(--color-paper);
}

.btn-ghost {
  background-color: #0000;
  border-color: #0000;
}

.btn-sm {
  padding: 0 12px;
  font-size: .875rem;
}

.btn-md {
  font-size: 1rem;
}

.btn-lg {
  padding: 0 28px;
  font-size: 1.0625rem;
}

.btn-navy {
  color: #fff;
  background-color: #0e5c3f;
  border-color: #0e5c3f;
  border-radius: 999px;
}

.btn-daftar {
  color: #fff;
  background: linear-gradient(135deg, #17a34a 0%, #0e6b44 52%, #0a4a2e 100%);
  border: 1px solid #0e6b4459;
  border-radius: 999px;
  box-shadow: inset 0 1px #ffffff47, 0 6px 16px #0e6b4447;
}

.btn-outline {
  background-color: var(--color-paper);
  color: #0b5a38;
  border-color: #0e6b44;
  border-radius: 999px;
}

.btn-green {
  color: #fff;
  background-color: #166534;
  border-color: #166534;
  border-radius: 999px;
}

.site-header {
  z-index: 40;
  -webkit-backdrop-filter: blur(14px) saturate(1.4);
  background-color: #ffffffe6;
  border-bottom: 1px solid #e3efe8;
  position: sticky;
  top: 0;
  box-shadow: 0 4px 20px #143c280f;
}

.site-header-bar {
  max-width: 1280px;
  box-shadow: none;
  background-color: #0000;
  border: 0;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin: 0 auto;
  padding: 10px 20px;
  display: flex;
}

.site-brand {
  min-height: 48px;
  color: var(--color-ink);
  align-items: center;
  gap: 12px;
  text-decoration: none;
  display: inline-flex;
}

.brand-emblem {
  color: #15803d;
  flex: none;
}

.brand-logo-badge {
  background-color: #fff;
  border: 1px solid #d8e8de;
  border-radius: 999px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  padding: 3px;
  display: inline-flex;
  overflow: hidden;
  box-shadow: 0 2px 8px #143c281f, inset 0 1px 2px #ffffffe6;
}

.brand-logo {
  object-fit: contain;
  background-color: #0000;
  border-radius: 999px;
  flex: none;
  width: 50px;
  height: 50px;
}

.brand-text {
  flex-direction: column;
  justify-content: center;
  max-width: 200px;
  display: inline-flex;
}

.site-brand-name {
  letter-spacing: .015em;
  color: #16294d;
  font-size: 1rem;
  font-weight: 750;
  line-height: 1.3;
}

.site-brand-sub {
  color: var(--color-muted);
  font-size: .75rem;
  line-height: 1.4;
}

.visually-hidden {
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.site-header-cta {
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  display: flex;
}

.site-header-cta-secondary {
  color: var(--color-brand-strong);
  padding: 0 12px;
}

.site-nav {
  display: none;
}

.site-mobile-nav {
  padding: 0 16px 8px;
  display: block;
}

@media (min-width: 768px) {
  .site-nav {
    justify-content: center;
    display: flex;
  }

  .site-mobile-nav {
    display: none;
  }

  .site-nav-row {
    align-items: center;
    gap: 4px;
    padding: 0 8px;
    display: flex;
    overflow-x: auto;
  }
}

@media (min-width: 1024px) {
  .site-header-bar {
    gap: 24px;
  }

  .site-header-bar .site-nav {
    flex: 1;
  }
}

.site-nav-title {
  color: var(--color-muted);
  margin: 0;
  font-size: .875rem;
  font-weight: 700;
}

.site-nav ul, .site-mobile-nav ul, .site-footer ul, .posko-contact {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-nav a, .site-mobile-nav a {
  color: var(--color-ink);
  gap: 8px;
}

.site-nav-row a {
  white-space: nowrap;
  color: #3b4c63;
  border-radius: 999px;
  padding: 0 14px;
  font-size: .9rem;
  font-weight: 600;
  text-decoration: none;
}

.site-nav-row a:hover {
  color: #0e6b44;
  background-color: #e8f5ee;
}

.site-nav-row a.is-active, .site-nav-row a[aria-current="page"] {
  color: #fff;
  background-color: #0e6b44;
}

.site-mobile-nav a.is-active, .site-mobile-nav a[aria-current="page"] {
  color: #0e6b44;
  text-underline-offset: 4px;
  font-weight: 700;
  text-decoration: underline;
}

.mobile-nav-toggle {
  background-color: var(--color-paper);
  color: #0b5a38;
  cursor: pointer;
  touch-action: manipulation;
  z-index: 1;
  border: 2px solid #0e6b44;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  display: inline-flex;
  position: relative;
}

@media (max-width: 767px) {
  .site-header-bar .site-mobile-nav {
    display: contents;
  }

  .site-header-bar .mobile-nav-toggle {
    order: 2;
    margin-left: auto;
  }

  .site-header-bar .site-header-cta {
    display: none;
  }
}

.mobile-nav-scrim {
  z-index: 60;
  cursor: pointer;
  background-color: #0b201673;
  border: 0;
  margin: 0;
  display: none;
  position: fixed;
  inset: 0;
}

.mobile-nav-check:checked ~ .mobile-nav-scrim {
  display: block;
}

.mobile-nav-drawer {
  z-index: 70;
  background-color: var(--color-paper);
  width: min(320px, 85vw);
  height: 100dvh;
  padding: 16px;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  overflow-y: auto;
  box-shadow: -12px 0 32px #0b20162e;
}

.mobile-nav-drawer:not([hidden]) {
  animation: .22s ease-out mobile-nav-masuk;
}

.mobile-nav-check:checked ~ .mobile-nav-drawer {
  display: block;
}

.mobile-nav-toggle .nav-icon-open {
  display: inline-flex;
}

.mobile-nav-toggle .nav-icon-close, .mobile-nav-check:checked ~ .mobile-nav-toggle .nav-icon-open {
  display: none;
}

.mobile-nav-check:checked ~ .mobile-nav-toggle .nav-icon-close {
  display: inline-flex;
}

@keyframes mobile-nav-masuk {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(0);
  }
}

.mobile-nav-drawer ul {
  gap: 4px;
  display: grid;
}

.mobile-nav-drawer a {
  width: 100%;
  min-height: 56px;
  color: var(--color-ink);
  border-radius: 12px;
  align-items: center;
  padding: 0 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.mobile-nav-drawer a:hover {
  color: #0e6b44;
  background-color: #e8f5ee;
}

.mobile-nav-help {
  min-height: 48px;
  color: var(--color-brand-strong);
  align-items: center;
  margin-top: 8px;
  font-weight: 600;
  display: inline-flex;
}

.drawer-cta {
  border-top: 1px solid var(--color-line);
  gap: 8px;
  margin-top: 16px;
  padding-top: 16px;
  display: grid;
}

.drawer-cta .btn {
  justify-content: center;
  width: 100%;
}

.site-footer {
  color: #e2e8f0;
  background-color: #0f1d18;
  background-image: radial-gradient(560px 300px at 4% 0, #0e6b4440 0%, #0e6b4400 70%), radial-gradient(720px 420px at 104% 30%, #12835333 0%, #12835300 62%);
  border-top: 1px solid #1a382c;
  padding: 56px 16px 0;
  position: relative;
  overflow: hidden;
}

.site-footer:before {
  content: "";
  background: linear-gradient(90deg,
    var(--color-brand) 0%,
    var(--color-brand-strong) 50%,
    var(--color-brand) 100%);
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.site-footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

.site-footer-grid {
  grid-template-columns: 1fr;
  gap: 32px;
  display: grid;
}

@media (min-width: 768px) {
  .site-footer-grid {
    grid-template-columns: 1.25fr .6fr 1.35fr;
    gap: 48px;
  }
}

.site-footer-brand-row {
  flex-direction: column;
  display: flex;
}

.site-footer-brand {
  color: #fff;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  display: inline-flex;
}

.site-footer-brand-text {
  flex-direction: column;
  gap: 2px;
  display: inline-flex;
}

.site-footer-name {
  letter-spacing: .01em;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.25;
}

.site-footer-motto {
  color: #94a3b8;
  font-size: .9375rem;
}

.site-footer .site-footer-social {
  gap: 12px;
  margin: 12px 0 0 70px;
  padding: 0;
  list-style: none;
  display: flex;
}

.social-btn {
  color: #94a3b8;
  background-color: #0000;
  border: 1px solid #1a382c;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform .16s ease-out, background-color .16s ease-out, border-color .16s ease-out, color .16s ease-out, box-shadow .16s ease-out;
  display: inline-flex;
}

.site-footer .social-btn {
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
}

.social-btn:hover {
  color: #fff;
  background-color: #0e6b44;
  border-color: #128353;
  transform: translateY(-2px);
  box-shadow: 0 8px 16px #0e6b4459;
}

.social-btn.is-segera {
  opacity: .55;
}

.social-btn.is-segera:hover {
  opacity: 1;
}

.site-footer-heading {
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 16px;
  font-size: .9375rem;
  font-weight: 800;
}

.site-footer-nav ul {
  gap: 10px;
  display: grid;
}

.site-footer-nav a {
  color: #94a3b8;
  font-size: 1rem;
  text-decoration: none;
  transition: color .16s ease-out;
}

.site-footer-nav a:hover {
  color: #34d399;
  text-decoration: underline;
}

.site-footer-contact {
  gap: 20px;
  margin-top: 12px;
  display: grid;
}

.contact-row {
  color: #e2e8f0;
  align-items: flex-start;
  gap: 12px;
  text-decoration: none;
  display: flex;
}

.contact-icon {
  color: #34d399;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 26px;
  transition: color .16s ease-out;
  display: inline-flex;
}

.contact-row:hover .contact-icon {
  color: #6ee7b7;
}

.contact-text {
  flex-direction: column;
  flex: 1;
  gap: 2px;
  min-width: 0;
  display: flex;
}

.contact-text strong {
  color: #fff;
  font-size: 1rem;
  line-height: 1.4;
}

.contact-text span {
  color: #94a3b8;
  overflow-wrap: anywhere;
  font-size: .875rem;
  line-height: 1.6;
}

.site-footer-bottom {
  border-top: 1px solid #1a382c;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 24px;
  margin-top: 40px;
  padding: 20px 0;
  display: flex;
}

.site-footer-bottom p {
  color: #94a3b8;
  flex: 240px;
  margin: 0;
  font-size: .875rem;
}

.site-footer-legal {
  flex-wrap: wrap;
  flex: 2 auto;
  justify-content: flex-start;
  align-items: center;
  gap: 0 8px;
  display: flex;
}

.site-footer-legal li {
  align-items: center;
  display: inline-flex;
}

.site-footer-legal li + li:before {
  content: "·";
  color: #1a382c;
  margin-right: 8px;
  font-weight: 700;
}

.site-footer-legal a {
  box-sizing: border-box;
  color: #94a3b8;
  align-items: center;
  min-height: 48px;
  padding: 0 4px;
  font-size: .875rem;
  text-decoration: none;
  transition: color .16s ease-out;
  display: inline-flex;
}

.site-footer-legal a:hover {
  color: #34d399;
  text-decoration: underline;
}

.to-top {
  color: #e2e8f0;
  background-color: #0000;
  border: 1px solid #1a382c;
  border-radius: 999px;
  flex: none;
  align-items: center;
  gap: 8px;
  height: 44px;
  margin-left: auto;
  padding: 0 18px;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform .16s ease-out, border-color .16s ease-out, background-color .16s ease-out, color .16s ease-out, box-shadow .16s ease-out;
  display: inline-flex;
}

.to-top:hover {
  color: #fff;
  background-color: #0e6b44;
  border-color: #128353;
  transform: translateY(-3px);
  box-shadow: 0 8px 16px #0e6b4459;
}

@media (max-width: 767px) {
  .site-footer-bottom {
    text-align: center;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .to-top {
    order: -1;
    align-self: flex-end;
    margin-bottom: 6px;
    margin-left: 0;
  }

  .site-footer-bottom p {
    text-align: center;
    flex: none;
    order: 1;
  }

  .site-footer-legal {
    flex: none;
    order: 2;
    justify-content: center;
  }
}

.hero {
  color: var(--color-ink);
  background: radial-gradient(640px 320px at 82% 8%, #d9efe2 0%, #d9efe200 70%), radial-gradient(520px 280px at 8% 90%, #eef7f1 0%, #eef7f100 65%), linear-gradient(#f4faf6 0%, #fff 100%);
  padding: 20px 16px 56px;
  overflow: hidden;
}

.hero-inner {
  grid-template-columns: 1fr;
  align-items: center;
  gap: 32px;
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
}

.hero-eyebrow {
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #0b5a38;
  background-color: #e6f4ec;
  border: 1px solid #cfe7d8;
  border-radius: 999px;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 7px 16px;
  font-size: .8125rem;
  font-weight: 700;
  display: inline-flex;
}

.hero-dot {
  background-color: #16a34a;
  border-radius: 999px;
  flex: none;
  width: 8px;
  height: 8px;
  animation: 2.4s ease-in-out infinite pulse-soft;
  box-shadow: 0 0 0 4px #16a34a2e;
}

.hero-greet {
  color: #0e6b44;
  margin: 0 0 4px;
  font-family: Georgia, Times New Roman, serif;
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.5;
}

.hero-eyebrow-row {
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 12px;
  margin-bottom: 14px;
  display: flex;
}

.hero-eyebrow-row .hero-eyebrow {
  margin: 0;
}

.hero-script {
  color: #7a8c3f;
  margin: 0;
  font-family: Georgia, Times New Roman, serif;
  font-size: 1.25rem;
  font-style: italic;
  line-height: 1.2;
  transform: rotate(-3deg);
}

.hero-display {
  letter-spacing: 0;
  color: #1b2a4a;
  margin: 0;
  font-family: Georgia, Times New Roman, serif;
  font-size: clamp(2.6rem, 1.6rem + 4vw, 3.9rem);
  font-weight: 700;
  line-height: 1.06;
  display: block;
  position: relative;
}

.hero-display-accent {
  color: #0d6a43;
  font-style: italic;
  display: inline-block;
  position: relative;
}

.hero-underline {
  transform-origin: 0;
  width: min(220px, 80%);
  height: 14px;
  animation: .7s cubic-bezier(.22, 1, .36, 1) .4s both hero-underline-draw;
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.hero-title {
  letter-spacing: .01em;
  color: #16294d;
  margin: 4px 0 12px;
  font-size: 1.5rem;
  line-height: 1.25;
}

.hero-tagline {
  color: var(--color-ink);
  margin: 0 0 12px;
  font-size: 1.125rem;
  font-weight: 600;
}

.hero-desc {
  max-width: 560px;
  color: var(--color-muted);
  margin: 5px 0 20px;
  line-height: 1.7;
}

.hero-cta {
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
  display: flex;
}

.hero-facts {
  background-color: #fff;
  border-radius: 18px;
  grid-column: 1 / -1;
  max-width: 560px;
  margin: 24px 0 0;
  padding: 14px 4px;
  list-style: none;
  display: flex;
  box-shadow: 0 12px 28px #0e6b441a;
}

.hero-facts li {
  flex: 1 1 0;
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding: 2px 14px;
  display: flex;
}

.hero-facts li + li {
  border-left: 1px solid var(--color-line);
}

.hero-fact-icon {
  color: #0e6b44;
  background-color: #e6f4ec;
  border-radius: 999px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: inline-flex;
}

.hero-fact-text {
  gap: 2px;
  min-width: 0;
  display: grid;
}

.hero-fact-label {
  color: var(--color-muted);
  font-size: .75rem;
  line-height: 1.4;
}

.hero-fact-value {
  color: var(--color-ink);
  overflow-wrap: anywhere;
  font-size: .9375rem;
  font-weight: 700;
  line-height: 1.35;
}

@media (max-width: 640px) {
  .hero {
    padding: 28px 12px 36px;
  }

  .hero-inner {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
    align-items: stretch;
    gap: 12px;
  }

  .hero-copy {
    display: contents;
  }

  .hero-eyebrow-row {
    grid-area: 1 / 1;
    gap: 4px 8px;
    margin-bottom: 8px;
  }

  .hero-eyebrow {
    letter-spacing: .06em;
    max-width: 100%;
    padding: 6px 10px;
    font-size: .6875rem;
  }

  .hero-script {
    font-size: .9375rem;
  }

  .hero-display {
    overflow-wrap: break-word;
    grid-area: 2 / 1;
    font-size: 1.65rem;
    line-height: 1.12;
  }

  .hero-underline {
    width: min(160px, 100%);
    height: 10px;
    bottom: -8px;
  }

  .hero-desc {
    overflow-wrap: break-word;
    grid-area: 3 / 1;
    margin-bottom: 12px;
    font-size: .8125rem;
    line-height: 1.55;
  }

  .hero-visual {
    grid-area: 1 / 2 / span 3;
  }

  .hero-cta {
    grid-area: 4 / 1 / auto / -1;
    display: block;
  }

  .hero-cta .btn-daftar {
    text-align: center;
    justify-content: center;
    width: 100%;
    padding: 0 16px;
    font-size: .9375rem;
  }

  .hero-facts {
    grid-area: 5 / 1 / auto / -1;
    margin-top: 16px;
    padding: 10px 2px;
  }

  .hero-facts li {
    gap: 6px;
    padding: 2px 8px;
  }

  .hero-fact-icon {
    width: 30px;
    height: 30px;
  }

  .hero-fact-label {
    font-size: .6875rem;
  }

  .hero-fact-value {
    font-size: .8rem;
  }
}

@media (max-width: 480px) {
  .hero-eyebrow {
    letter-spacing: .05em;
    max-width: 100%;
    font-size: .6875rem;
  }

  .hero-display {
    font-size: 1.5rem;
  }
}

.hero-visual {
  background: none;
  min-height: 360px;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: visible;
}

.hero-visual:before {
  content: "";
  z-index: 0;
  pointer-events: none;
  background: none;
  border: 22px solid #dcefe3d9;
  border-radius: 999px 48px 48px 999px;
  position: absolute;
  inset: 8px -28px -8px -56px;
}

.hero-visual:after {
  content: "";
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(closest-side, #dcefe3b3 0%, #dcefe300 100%);
  position: absolute;
  inset: -48px -64px -64px -110px;
}

.hero-photo-frame {
  z-index: 1;
  background-color: #0e5c3f;
  border-radius: 999px 48px 48px 999px;
  min-height: 560px;
  position: relative;
  overflow: hidden;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 900'%3E%3Cdefs%3E%3Cfilter id='b' x='-30%25' y='-30%25' width='160%25' height='160%25'%3E%3CfeGaussianBlur stdDeviation='18'/%3E%3C/filter%3E%3C/defs%3E%3Crect width='800' height='900' fill='black'/%3E%3Cellipse cx='870' cy='430' rx='650' ry='590' fill='white' filter='url(%23b)'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 900'%3E%3Cdefs%3E%3Cfilter id='b' x='-30%25' y='-30%25' width='160%25' height='160%25'%3E%3CfeGaussianBlur stdDeviation='18'/%3E%3C/filter%3E%3C/defs%3E%3Crect width='800' height='900' fill='black'/%3E%3Cellipse cx='870' cy='430' rx='650' ry='590' fill='white' filter='url(%23b)'/%3E%3C/svg%3E");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.hero-photo {
  object-fit: cover;
  object-position: center 40%;
  filter: brightness(1.06) saturate(1.1);
  width: 100%;
  height: 100%;
  animation: 18s ease-in-out infinite alternate hero-drift;
  display: block;
  position: absolute;
  inset: 0;
}

.hero-photo-frame:after {
  content: "";
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(90deg, #f4faf6f2 0%, #f4faf600 14%), linear-gradient(#f4faf6e6 0%, #f4faf600 10%), linear-gradient(0deg, #ffffffe6 0%, #fff0 12%), linear-gradient(#0e5c3f00 60%, #0e5c3f14 85%, #0e5c3f2e 100%);
  position: absolute;
  inset: 0;
}

@keyframes hero-drift {
  from {
    transform: scale(1)translate(0);
  }

  to {
    transform: scale(1.07)translate(-1.5%, 1.5%);
  }
}

@keyframes hero-card-float {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

@keyframes hero-script-sway {
  0%, 100% {
    transform: rotate(-7deg);
  }

  50% {
    transform: rotate(-5deg);
  }
}

.hero-photo-script {
  z-index: 2;
  text-align: right;
  color: #1e3a5f;
  margin: 0;
  font-family: Georgia, Times New Roman, serif;
  font-size: 1.75rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.15;
  animation: 6s ease-in-out infinite hero-script-sway;
  position: absolute;
  top: 8px;
  right: 16px;
  transform: rotate(-6deg);
}

.hero-photo-script:after {
  content: "";
  background-color: #0e6b44;
  border-radius: 999px;
  width: 72px;
  height: 4px;
  margin: 6px 0 0 auto;
  display: block;
}

.hero-photo-card {
  z-index: 2;
  -webkit-backdrop-filter: blur(8px);
  background-color: #fffffff7;
  border: 1px solid #0e5c3f1a;
  border-radius: 20px;
  align-items: flex-start;
  gap: 14px;
  width: min(300px, 100% - 48px);
  padding: 18px 20px;
  animation: 7s ease-in-out infinite hero-card-float;
  display: flex;
  position: absolute;
  bottom: 24px;
  left: auto;
  right: 24px;
  box-shadow: 0 14px 32px #143c2838;
}

.hero-quote-icon {
  background-color: #e6f4ec;
  border-radius: 14px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  display: inline-flex;
}

.hero-photo-name {
  letter-spacing: .04em;
  color: #16294d;
  margin: 0;
  font-weight: 800;
}

.hero-photo-quote {
  color: #16294d;
  margin: 0;
  font-family: Georgia, Times New Roman, serif;
  font-size: 1.0625rem;
  font-style: italic;
  line-height: 1.5;
}

.hero-photo-from {
  color: var(--color-muted);
  border-top: 2px solid #0e6b44;
  margin: 10px 0 0;
  padding-top: 10px;
  font-size: .8125rem;
  line-height: 1.5;
  display: block;
}

.hero-photo-avatar {
  color: #fff;
  background-color: #0e5c3f;
  border-radius: 999px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-size: .7rem;
  font-style: normal;
  font-weight: 800;
  display: inline-flex;
}

@media (max-width: 640px) {
  .hero-visual {
    flex-direction: column;
    min-width: 0;
    min-height: 0;
    display: flex;
  }

  .hero-visual:before {
    border-width: 14px;
    border-radius: 999px 24px 24px 999px;
    inset: 4px -14px -4px -30px;
  }

  .hero-photo-frame {
    flex: auto;
    min-height: 300px;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .hero-photo-script {
    color: #fff;
    text-shadow: 0 1px 2px #06281a8c, 0 4px 18px #06281a73;
    font-size: 1rem;
    line-height: 1.1;
    top: 8px;
    right: 8px;
  }

  .hero-photo-card {
    gap: 8px;
    width: auto;
    padding: 10px 12px;
    bottom: 6px;
    left: 6px;
    right: 6px;
  }

  .hero-quote-icon {
    border-radius: 10px;
    width: 30px;
    height: 30px;
  }

  .hero-photo-quote {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: .75rem;
    line-height: 1.4;
    display: -webkit-box;
    overflow: hidden;
  }

  .hero-photo-from {
    margin-top: 6px;
    padding-top: 6px;
    font-size: .7rem;
  }
}

.features {
  z-index: 1;
  max-width: 1280px;
  margin: -32px auto 0;
  padding: 0 16px;
  position: relative;
}

.features-list {
  background-color: var(--color-paper);
  border: 1px solid var(--color-line);
  border-radius: 20px;
  grid-template-columns: 1fr;
  gap: 8px;
  margin: 0;
  padding: 8px;
  list-style: none;
  display: grid;
  box-shadow: 0 8px 24px #143c281a;
}

.feature-card {
  border-radius: 16px;
  align-items: flex-start;
  gap: 14px;
  padding: 20px;
  display: flex;
}

.feature-icon {
  color: #1d4ed8;
  background-color: #dbeafe;
  border-radius: 16px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  display: inline-flex;
}

.feature-icon svg {
  width: 30px;
  height: 30px;
}

.feature-tint-green {
  color: #15803d;
  background-color: #dcfce7;
}

.feature-tint-amber {
  color: #92400e;
  background-color: #fef3c7;
}

.feature-tint-teal {
  color: #0f766e;
  background-color: #ccfbf1;
}

.feature-text {
  flex-direction: column;
  gap: 4px;
  display: flex;
}

.feature-text strong {
  color: var(--color-ink);
}

.feature-text span span {
  color: var(--color-muted);
  font-size: .875rem;
}

.landing-mid {
  grid-template-columns: 1fr;
  align-items: center;
  gap: 48px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 64px 16px 24px;
  display: grid;
}

@media (min-width: 1024px) {
  .landing-mid {
    grid-template-columns: 1fr 1.05fr;
    padding: 80px 24px 32px;
  }
}

.jadwal-eyebrow {
  color: var(--color-brand-strong);
  letter-spacing: .08em;
  text-transform: uppercase;
  background-color: #e8f5ee;
  border-radius: 999px;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  padding: 8px 16px;
  font-size: .8125rem;
  font-weight: 700;
  display: inline-flex;
}

.jadwal-title {
  letter-spacing: -.02em;
  color: var(--color-ink);
  margin: 0 0 12px;
  font-size: 2.5rem;
  line-height: 1.1;
}

.jadwal-accent {
  color: var(--color-brand);
}

.jadwal-desc {
  max-width: 52ch;
  color: var(--color-muted);
  margin: 0 0 28px;
}

.timeline {
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  position: relative;
}

.timeline:before {
  content: "";
  background-color: var(--color-line);
  width: 2px;
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 21px;
}

.timeline-item {
  grid-template-columns: auto auto 1fr;
  align-items: center;
  gap: 12px;
  display: grid;
  position: relative;
}

.timeline-no {
  z-index: 1;
  border: 1px solid var(--color-line);
  background-color: var(--color-paper);
  width: 44px;
  height: 44px;
  color: var(--color-muted);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  font-size: .8125rem;
  font-weight: 700;
  display: inline-flex;
  position: relative;
}

.timeline-icon {
  width: 56px;
  height: 56px;
  color: var(--color-brand-strong);
  background-color: #e8f5ee;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.timeline-text {
  flex-direction: column;
  gap: 2px;
  display: flex;
}

.timeline-text strong {
  color: var(--color-ink);
  font-size: 1rem;
}

.timeline-text span span {
  color: var(--color-muted);
  font-size: .875rem;
}

.timeline-pill {
  white-space: nowrap;
  color: var(--color-brand-strong);
  background-color: #e8f5ee;
  border-radius: 999px;
  grid-column: 3;
  justify-self: start;
  padding: 6px 14px;
  font-size: .8125rem;
  font-weight: 700;
}

.jadwal-cta {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
  display: grid;
}

.jadwal-cta .btn {
  white-space: normal;
  justify-content: center;
  padding-left: 12px;
  padding-right: 12px;
}

@media (max-width: 400px) {
  .jadwal-cta .btn {
    padding-left: 8px;
    padding-right: 8px;
    font-size: .8125rem;
  }
}

@media (min-width: 640px) {
  .timeline-item {
    grid-template-columns: auto auto 1fr auto;
  }

  .timeline-pill {
    grid-column: auto;
    justify-self: auto;
  }
}

.spotlight {
  isolation: isolate;
  position: relative;
  overflow: clip;
}

.spotlight:before {
  content: "";
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(circle, #d9efe2 0%, #d9efe200 70%);
  border-radius: 999px;
  width: 200px;
  height: 280px;
  position: absolute;
  top: -60px;
  right: 0;
}

.spotlight-photo-wrap {
  background: linear-gradient(135deg, #d9efe2 0%, #bbf7d0 55%, #fef9e7 100%);
  border-radius: 24px;
  margin: 0 0 20px;
  padding: 12px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 32px #143c2829;
}

.spotlight-photo-frame {
  background-color: #0e5c3f;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}

.spotlight-photo-frame:after {
  content: "";
  pointer-events: none;
  background: linear-gradient(#0e5c3f00 55%, #0e5c3f29 100%);
  border-radius: 16px;
  position: absolute;
  inset: 0;
}

.spotlight-photo {
  border-radius: 16px;
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 480px) {
  .hero-visual {
    margin-bottom: 0;
  }

  .hero-visual:before {
    border-width: 14px;
    border-radius: 999px 32px 32px 999px;
    inset: 4px -18px -4px -34px;
  }

  .hero-photo-frame {
    border-radius: 999px 24px 24px 999px;
    min-height: 260px;
  }

  .hero-photo-script {
    font-size: .9375rem;
    top: 8px;
    right: 8px;
  }

  .hero-photo-card {
    width: auto;
    padding: 10px 12px;
    bottom: 8px;
    left: 6px;
    right: 6px;
  }

  .hero-facts li {
    padding: 2px 6px;
  }

  .hero-fact-icon {
    width: 28px;
    height: 28px;
  }

  .hero-fact-label {
    font-size: .65rem;
  }

  .hero-fact-value {
    font-size: .75rem;
  }
}

.spotlight-script {
  z-index: 1;
  text-align: right;
  color: #16294d;
  text-shadow: 0 1px #ffffffe6, 0 2px 12px #fffc;
  margin: 0;
  font-family: Georgia, Times New Roman, serif;
  font-size: 1.375rem;
  font-style: italic;
  line-height: 1.3;
  position: absolute;
  top: 20px;
  right: 20px;
  transform: rotate(3deg);
}

.spotlight-card {
  z-index: 2;
  background-color: var(--color-paper);
  border-radius: 20px;
  margin: -88px 16px 0;
  padding: 24px;
  position: relative;
  box-shadow: 0 16px 40px #143c2829;
}

.spotlight-year {
  align-items: center;
  gap: 14px;
  margin: 0;
  display: flex;
}

.spotlight-year-icon {
  width: 56px;
  height: 56px;
  color: var(--color-brand-strong);
  background-color: #e8f5ee;
  border-radius: 999px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.spotlight-year-label {
  color: var(--color-muted);
  font-size: .9375rem;
  display: block;
}

.spotlight-year-value {
  letter-spacing: -.01em;
  color: var(--color-ink);
  font-size: 1.625rem;
  font-weight: 800;
  display: block;
}

.spotlight-quote {
  color: var(--color-ink);
  margin: 16px 0 8px;
  font-family: Georgia, Times New Roman, serif;
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.6;
}

.spotlight-quote:before {
  content: "";
  background-color: var(--color-brand);
  border-radius: 999px;
  width: 48px;
  height: 3px;
  margin-bottom: 12px;
  display: block;
}

.spotlight-quote p {
  margin: 0;
}

.spotlight-from {
  color: var(--color-muted);
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: .875rem;
  display: flex;
}

.spotlight-from:before {
  content: "";
  background-color: var(--color-brand);
  width: 20px;
  height: 2px;
}

.spotlight-minis {
  grid-template-columns: 1fr 1fr;
  gap: 16px 12px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.mini-feature {
  color: var(--color-ink);
  align-items: center;
  gap: 10px;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.35;
  display: flex;
}

.mini-icon {
  width: 48px;
  height: 48px;
  color: var(--color-brand-strong);
  background-color: #e8f5ee;
  border-radius: 999px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

@media (min-width: 768px) {
  .spotlight-minis {
    grid-template-columns: repeat(4, 1fr);
  }
}

.closing {
  padding: 16px 16px 48px;
}

.closing-inner {
  background: linear-gradient(135deg, #0f1f3d 0%, #0b2f6b 100%);
  border-radius: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 32px 24px;
  display: flex;
}

.closing-line {
  color: #fff;
  max-width: 640px;
  margin: 0;
  font-family: Georgia, Times New Roman, serif;
  font-size: 1.25rem;
  font-style: italic;
}

.steps-inner {
  max-width: 1280px;
  margin: 0 auto;
}

.steps-inner h2 {
  margin: 0 0 8px;
  font-size: 1.25rem;
  line-height: 1.3;
}

.steps-preview {
  padding: 40px 16px;
}

.steps-preview-intro {
  color: var(--color-muted);
  margin: 0 0 20px;
}

.steps-preview-list {
  grid-template-columns: 1fr;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.step-card {
  background-color: var(--color-paper);
  border: 1px solid var(--color-line);
  border-radius: 16px;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  display: flex;
  box-shadow: 0 1px 3px #0f1f3d14;
}

.step-num {
  background-color: var(--color-ink);
  color: #fff;
  border-radius: 999px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-weight: 700;
  display: inline-flex;
}

.step-text {
  padding-top: 8px;
  line-height: 1.5;
}

.steps-more {
  margin: 20px 0 0;
}

.steps-more a {
  color: var(--color-brand-strong);
  font-weight: 600;
}

@media (min-width: 768px) {
  .hero {
    padding: 64px 24px 88px;
  }

  .hero-inner {
    grid-template-columns: 1.1fr .9fr;
    gap: 48px;
  }

  .features-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .landing-mid {
    gap: 48px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .steps-preview {
    padding-left: 24px;
    padding-right: 24px;
  }

  .steps-preview-list {
    grid-template-columns: 1fr 1fr;
  }

  .closing {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (min-width: 1024px) {
  .hero {
    padding: 12px 0 88px;
  }

  .hero-inner {
    grid-template-columns: .95fr 1.05fr;
    gap: 40px;
    max-width: none;
    padding-left: max(24px, 50vw - 616px);
  }

  .hero-visual {
    margin-bottom: 0;
  }

  .hero-visual:before {
    border-width: 24px;
    border-radius: 999px 0 0 999px;
    inset: 10px -16px -10px -64px;
  }

  .hero-photo-frame {
    border-radius: 999px 0 0 999px;
    min-height: 620px;
  }

  .hero-photo-script {
    top: 4px;
    right: 48px;
  }
}

.error-state, .empty-state {
  text-align: center;
  padding: 32px 16px;
}

.error-state-title, .empty-state-title {
  margin: 0 0 8px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
}

.error-state-hint, .empty-state-hint {
  color: var(--color-muted);
  margin: 0 0 16px;
}

.text-large {
  font-size: 1.125rem;
  line-height: 1.7;
}

@keyframes hero-pan {
  0%, 100% {
    transform: translate(0)scale(1);
  }

  50% {
    transform: translate(24px, -16px)scale(1.05);
  }
}

@keyframes pulse-soft {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: .72;
  }
}

@keyframes shine {
  from {
    transform: translateX(-120%)skewX(-18deg);
  }

  to {
    transform: translateX(240%)skewX(-18deg);
  }
}

@keyframes gradient-pan {
  0%, 100% {
    background-position: 0%;
  }

  50% {
    background-position: 100%;
  }
}

@keyframes hero-underline-draw {
  from {
    opacity: 0;
    transform: scaleX(0);
  }

  to {
    opacity: 1;
    transform: scaleX(1);
  }
}

.hero {
  isolation: isolate;
  position: relative;
}

.hero-blob {
  z-index: 0;
  filter: blur(70px);
  opacity: .5;
  pointer-events: none;
  border-radius: 999px;
  width: 420px;
  height: 420px;
  position: absolute;
}

.hero-blob-a {
  background-color: #c9e8d5;
  animation: 14s ease-in-out infinite hero-pan;
  top: -120px;
  left: -120px;
}

.hero-inner {
  z-index: 1;
  position: relative;
}

@keyframes hero-rise {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.hero-copy > * {
  animation: .56s both hero-rise;
}

.hero-copy > :nth-child(2) {
  animation-delay: 60ms;
}

.hero-copy > :nth-child(3) {
  animation-delay: .12s;
}

.hero-copy > :nth-child(4) {
  animation-delay: .18s;
}

.hero-copy > :nth-child(5) {
  animation-delay: .24s;
}

.hero-copy > :nth-child(6) {
  animation-delay: .3s;
}

.hero-copy > :nth-child(7) {
  animation-delay: .36s;
}

.hero-copy > :nth-child(8) {
  animation-delay: .42s;
}

.btn-daftar svg {
  transition: transform .16s cubic-bezier(.22, 1, .36, 1);
}

.btn-daftar:hover svg {
  transform: translateX(3px);
}

.btn {
  transition: transform .16s cubic-bezier(.22, 1, .36, 1), box-shadow .16s cubic-bezier(.22, 1, .36, 1);
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-navy:hover, .btn-daftar:hover, .btn-green:hover, .btn-outline:hover, .btn-primary:hover {
  box-shadow: 0 8px 20px #0e6b444d;
}

.btn-daftar:hover {
  filter: brightness(1.06);
  transform: translateY(-2px);
}

.btn-green, .btn-navy, .btn-daftar {
  position: relative;
  overflow: hidden;
}

.btn-green:after, .btn-navy:after, .btn-daftar:after {
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, #fff0 0%, #ffffff73 50%, #fff0 100%);
  width: 40%;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: translateX(-120%)skewX(-18deg);
}

.btn-green:hover:after, .btn-navy:hover:after, .btn-daftar:hover:after {
  animation: .9s shine;
}

.reveal {
  opacity: 0;
  will-change: opacity, transform;
  transition: opacity .6s cubic-bezier(.22, 1, .36, 1), transform .6s cubic-bezier(.22, 1, .36, 1);
  transform: translateY(16px);
}

.reveal.is-visible {
  opacity: 1;
  will-change: auto;
  transform: none;
}

.reveal:not(.is-visible):focus-within {
  opacity: 1;
  transform: none;
}

.no-js .reveal {
  opacity: 1;
  transition: none;
  animation: none;
  transform: none;
}

@media (scripting: none) {
  .reveal {
    opacity: 1;
    transition: none;
    animation: none;
    transform: none;
  }
}

.feature-card, .step-card, .mini-feature {
  transition: transform .18s cubic-bezier(.22, 1, .36, 1), box-shadow .18s cubic-bezier(.22, 1, .36, 1);
}

.feature-card:hover, .step-card:hover, .mini-feature:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px #0b2f6b29;
}

.reveal.mini-feature, .reveal.feature-card, .reveal.step-card {
  transition: opacity .6s cubic-bezier(.22, 1, .36, 1), transform .6s cubic-bezier(.22, 1, .36, 1), box-shadow .18s;
}

.reveal.is-visible {
  transition-delay: 0s;
}

.timeline-icon {
  transition: box-shadow .24s cubic-bezier(.22, 1, .36, 1), transform .24s cubic-bezier(.22, 1, .36, 1);
}

.timeline-item.reveal.is-visible .timeline-icon {
  box-shadow: 0 0 0 2px var(--color-brand),
    0 0 14px 3px #0e6b4459;
  animation: 1.6s ease-in-out pulse-soft;
}

.spotlight-photo {
  transition: transform .5s cubic-bezier(.22, 1, .36, 1);
}

.spotlight-photo-wrap:hover .spotlight-photo {
  transform: scale(1.04);
}

.closing-inner {
  background-size: 180% 180%;
  animation: 12s ease-in-out infinite gradient-pan;
}

@media (prefers-reduced-motion: reduce) {
  *, :before, :after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }

  .hero-blob, .hero-dot, .hero-copy > *, .hero-photo, .hero-photo-script, .hero-photo-card, .hero-underline, .closing-inner, .btn-green:after, .btn-navy:after, .btn-daftar:after, .timeline-item.reveal.is-visible .timeline-icon {
    animation: none !important;
  }

  .reveal {
    opacity: 1 !important;
    transition: none !important;
    animation: none !important;
    transform: none !important;
  }

  .btn:hover, .feature-card:hover, .step-card:hover, .program-chip:hover, .spotlight-photo-wrap:hover .spotlight-photo {
    transform: none;
  }
}

.jadwal-list {
  border-left: 2px solid var(--color-line);
  gap: 16px;
  margin: 16px 0 0;
  padding: 0 0 0 4px;
  list-style: none;
  display: grid;
}

.jadwal-item {
  flex-direction: column;
  gap: 2px;
  padding-left: 20px;
  display: flex;
}

.jadwal-tanggal {
  color: var(--color-muted);
}

.jadwal-more, .kuota-more, .panduan-more, .faq-more {
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0 0;
  display: flex;
}

.kuota-table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 16px;
}

.kuota-table th, .kuota-table td {
  border: 1px solid var(--color-line);
  text-align: left;
  padding: 12px;
}

.kuota-table thead th {
  background-color: var(--color-wash);
}

.panduan-group {
  margin-top: 24px;
}

.panduan-group h2 {
  font-size: 1.125rem;
}

.unduhan-list {
  gap: 12px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.unduhan-item {
  border: 1px solid var(--color-line);
  background-color: var(--color-paper);
  border-radius: 12px;
  flex-direction: column;
  gap: 2px;
  padding: 16px;
  display: flex;
}

.unduhan-jenis {
  color: var(--color-muted);
  font-size: .875rem;
}

.faq-list {
  gap: 12px;
  margin-top: 16px;
  display: grid;
}

.faq-item {
  border: 1px solid var(--color-line);
  border-radius: 12px;
  padding: 12px 16px;
}

.faq-item summary {
  cursor: pointer;
  align-items: center;
  min-height: 48px;
  font-weight: 600;
  display: flex;
}

.cekmandiri {
  border: 1px solid var(--color-line);
  background-color: var(--color-wash);
  border-radius: 12px;
  margin-top: 32px;
  padding: 20px;
}

.cekmandiri-field {
  border: 1px solid var(--color-line);
  background-color: var(--color-paper);
  border-radius: 10px;
  margin: 16px 0 0;
  padding: 12px;
}

.cekmandiri-field legend {
  padding: 0 8px;
  font-weight: 600;
}

.cekmandiri-opsi {
  align-items: center;
  gap: 8px;
  min-height: 48px;
  margin-right: 16px;
  display: inline-flex;
}

.cekmandiri-hasil {
  margin-top: 16px;
}

.daftar-wrap {
  max-width: 760px;
  margin: 0 auto;
  padding: 24px 16px 48px;
}

.daftar-intro {
  color: var(--color-muted);
  max-width: 60ch;
}

.form-daftar {
  gap: 16px;
  margin-top: 20px;
  display: grid;
}

.form-steps {
  align-items: flex-start;
  gap: 24px;
  margin: 0;
  padding: 4px 2px 12px;
  list-style: none;
  display: flex;
  overflow-x: auto;
}

.form-steps li {
  min-width: max-content;
  color: var(--color-muted);
  white-space: nowrap;
  background: none;
  border: 0;
  border-radius: 0;
  flex: 1 1 0;
  align-items: center;
  gap: 10px;
  padding: 0;
  font-size: .875rem;
  display: flex;
  position: relative;
}

.form-steps li + li:before {
  content: "";
  background-color: var(--color-line);
  border-radius: 2px;
  width: 24px;
  height: 2px;
  position: absolute;
  top: 15px;
  left: -24px;
}

.form-steps li[aria-current="step"] {
  color: var(--color-brand-strong);
  background: none;
  border: 0;
  font-weight: 700;
}

.form-steps li[data-state="done"] {
  color: var(--color-ink);
  background: none;
  border: 0;
  font-weight: 600;
}

.form-step-num {
  width: 32px;
  height: 32px;
  color: var(--color-muted);
  background-color: #e9f0ec;
  border-radius: 999px;
  flex: none;
  justify-content: center;
  align-items: center;
  font-size: .875rem;
  font-weight: 800;
  display: inline-flex;
}

.form-steps li[data-state="active"] .form-step-num {
  background-color: var(--color-brand);
  color: #fff;
}

.form-steps li[data-state="done"] .form-step-num {
  background-color: var(--color-brand-strong);
  color: #fff;
}

.form-step-label {
  line-height: 1.4;
}

.form-fieldset {
  border: 1px solid var(--color-line);
  background-color: var(--color-paper);
  border-radius: 16px;
  gap: 12px;
  margin: 0;
  padding: 20px 16px;
  display: grid;
}

.form-fieldset legend {
  padding: 0 8px;
  font-weight: 700;
}

.form-grid {
  gap: 16px;
  display: grid;
}

.form-field {
  gap: 6px;
  display: grid;
}

.form-field-full {
  grid-column: 1 / -1;
}

.form-field label, .form-field-label {
  font-size: .9375rem;
  font-weight: 600;
}

.field-wrap {
  display: block;
  position: relative;
}

.field-wrap:has(.field-icon) .field-input {
  padding-left: 42px;
}

.field-icon {
  color: var(--color-muted);
  pointer-events: none;
  display: inline-flex;
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
}

.field-wrap:has(.field-input:focus-visible) .field-icon {
  color: var(--color-brand-strong);
}

.field-wrap select.field-input {
  appearance: none;
  padding-right: 42px;
}

.field-wrap select.field-input::-ms-expand {
  display: none;
}

.field-chevron {
  color: var(--color-ink);
  pointer-events: none;
  display: inline-flex;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}

.field-trigger {
  width: 36px;
  height: 36px;
  color: var(--color-ink);
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
}

.field-trigger:hover {
  background-color: var(--color-wash);
}

.field-trigger:focus-visible {
  outline: 3px solid var(--color-focus);
  outline-offset: 2px;
}

.field-wrap .rac-date-group {
  cursor: text;
  align-items: center;
  padding-right: 44px;
  display: flex;
}

.field-wrap .rac-date-group:focus-within {
  outline: 3px solid var(--color-focus);
  outline-offset: 2px;
  border-color: var(--color-brand);
}

.rac-date-input {
  align-items: center;
  display: flex;
}

.rac-date-segment {
  color: var(--color-ink);
  font-variant-numeric: tabular-nums;
  border-radius: 6px;
  outline: none;
  padding: 2px 3px;
  transition: background-color .15s, color .15s;
}

.rac-date-segment[data-placeholder="true"] {
  color: var(--color-muted);
}

.rac-date-segment[data-type="literal"] {
  color: var(--color-muted);
  padding: 0;
}

.rac-date-segment[data-focused="true"] {
  background-color: var(--color-brand);
  color: var(--color-paper);
}

.rac-popover {
  z-index: 40;
  background-color: var(--color-paper);
  border: 1px solid var(--color-line);
  border-radius: 16px;
  padding: 4px;
  box-shadow: 0 1px 2px #16294d0f, 0 20px 40px -12px #16294d38;
}

.rac-popover[data-entering] {
  animation: .12s ease-out rac-popover-in;
}

@keyframes rac-popover-in {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.rac-dialog {
  outline: none;
  width: 296px;
  padding: 14px;
}

.rac-calendar-header {
  justify-content: space-between;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
  display: flex;
}

.rac-calendar-heading {
  flex: 1;
  justify-content: center;
  align-items: center;
  gap: 6px;
  min-width: 0;
  display: flex;
}

.rac-calendar-select {
  background-color: var(--color-wash);
  min-width: 0;
  min-height: 34px;
  color: var(--color-ink);
  font: inherit;
  cursor: pointer;
  border: 1px solid #0000;
  border-radius: 999px;
  flex: 1;
  padding: 6px 10px;
  font-size: .875rem;
  font-weight: 700;
  transition: background-color .15s, color .15s, box-shadow .15s;
}

.rac-calendar-select:hover {
  background-color: var(--color-brand);
  color: var(--color-paper);
}

.rac-calendar-select:focus-visible {
  box-shadow: 0 0 0 3px var(--color-focus);
  outline: none;
}

.rac-calendar-nav {
  width: 34px;
  height: 34px;
  color: var(--color-muted);
  cursor: pointer;
  background-color: #0000;
  border: none;
  border-radius: 999px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  transition: background-color .15s, color .15s, transform .1s;
  display: inline-flex;
}

.rac-calendar-nav:hover {
  background-color: var(--color-wash);
  color: var(--color-brand-strong);
  transform: scale(1.06);
}

.rac-calendar-nav:active {
  transform: scale(.94);
}

.rac-calendar-nav:focus-visible {
  box-shadow: 0 0 0 3px var(--color-focus);
  outline: none;
}

.rac-calendar-nav[data-disabled="true"] {
  opacity: .35;
  cursor: default;
  transform: none;
}

.rac-calendar-grid {
  border-collapse: separate;
  border-spacing: 2px 4px;
  width: 100%;
}

.rac-calendar-head-cell {
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--color-muted);
  text-align: center;
  padding: 4px 0 8px;
  font-size: .6875rem;
  font-weight: 700;
}

.rac-calendar-cell {
  text-align: center;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  color: var(--color-ink);
  cursor: pointer;
  border-radius: 999px;
  outline: none;
  font-size: .875rem;
  transition: background-color .15s, color .15s, transform .1s, box-shadow .15s;
  position: relative;
}

.rac-calendar-cell[data-outside-month="true"] {
  color: var(--color-muted);
  opacity: .45;
}

.rac-calendar-cell[data-hovered="true"] {
  background-color: var(--color-wash);
  transform: scale(1.08);
}

.rac-calendar-cell[data-focus-visible="true"] {
  box-shadow: 0 0 0 3px var(--color-focus);
  outline: none;
}

.rac-calendar-cell[data-today="true"] {
  color: var(--color-brand-strong);
  font-weight: 700;
}

.rac-calendar-cell[data-today="true"]:after {
  content: "";
  background-color: var(--color-brand);
  border-radius: 999px;
  width: 4px;
  height: 4px;
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
}

.rac-calendar-cell[data-selected="true"] {
  background: linear-gradient(155deg, var(--color-brand) 0%, var(--color-brand-strong) 100%);
  color: var(--color-paper);
  font-weight: 700;
  transform: scale(1.04);
  box-shadow: 0 6px 14px -4px #0e6b448c;
}

.rac-calendar-cell[data-selected="true"]:after {
  background-color: var(--color-paper);
}

.rac-calendar-cell[data-unavailable="true"], .rac-calendar-cell[data-disabled="true"] {
  color: var(--color-muted);
  opacity: .35;
  cursor: default;
  text-decoration: line-through;
  transform: none;
}

.field-wrap .rac-select-trigger {
  text-align: left;
  cursor: pointer;
  align-items: center;
  width: 100%;
  padding-right: 42px;
  display: flex;
}

.rac-select-value {
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}

.rac-select-value[data-placeholder="true"] {
  color: var(--color-muted);
}

.rac-select-popover {
  min-width: var(--trigger-width);
  max-width: min(360px, 92vw);
}

.rac-mini-popover {
  min-width: max(var(--trigger-width), 96px);
  max-width: min(160px, 60vw);
}

.rac-listbox {
  max-height: min(288px, 50vh);
  margin: 0;
  padding: 4px;
  list-style: none;
  overflow-y: auto;
}

.rac-listbox-item {
  color: var(--color-ink);
  cursor: pointer;
  border-radius: 8px;
  outline: none;
  padding: 10px 12px;
}

.rac-listbox-item[data-hovered="true"], .rac-listbox-item[data-focused="true"] {
  background-color: var(--color-wash);
}

.rac-listbox-item[data-focus-visible="true"] {
  outline: 3px solid var(--color-focus);
  outline-offset: -3px;
}

.rac-listbox-item[data-selected="true"] {
  color: var(--color-brand-strong);
  background-color: #e6f4ec;
  font-weight: 700;
}

.form-radio {
  color: var(--color-ink);
  flex: 1 1 0;
  justify-content: center;
  gap: 10px;
  font-weight: 600;
  position: relative;
}

.form-radio input {
  opacity: 0;
  width: 1px;
  height: 1px;
  position: absolute;
}

.form-radio-icon {
  color: var(--color-muted);
  display: inline-flex;
}

.form-radio:has(input:checked) {
  border-color: var(--color-brand);
  background-color: var(--color-wash);
  color: var(--color-brand-strong);
}

.form-radio:has(input:checked) .form-radio-icon {
  color: var(--color-brand-strong);
}

.form-radio:has(input:focus-visible) {
  outline: 3px solid var(--color-focus);
  outline-offset: 2px;
}

.daftar-main .form-actions {
  border-top: 1px solid var(--color-line);
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  margin-top: 8px;
  padding-top: 20px;
  display: flex;
}

.daftar-main .form-actions-nav {
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 12px;
  width: 100%;
  display: grid;
}

.daftar-main .form-actions-nav > * {
  justify-content: center;
  min-width: 0;
}

@media (max-width: 480px) {
  .daftar-main .form-actions .btn {
    padding-left: 16px;
    padding-right: 16px;
    font-size: .9375rem;
  }
}

.btn-icon {
  display: inline-flex;
}

.btn-icon:first-child {
  margin-right: 8px;
}

.btn-icon:last-child {
  margin-left: 8px;
}

.btn-icon:only-child {
  margin: 0;
}

.auth-page {
  gap: 24px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 24px 16px 48px;
  display: grid;
}

.auth-page .auth-card {
  border: 1px solid var(--color-line);
  background-color: var(--color-paper);
  border-radius: 20px;
  align-content: start;
  justify-self: center;
  gap: 0;
  width: 100%;
  max-width: 640px;
  padding: 24px 20px;
  display: grid;
  box-shadow: 0 8px 24px #143c2814;
}

.auth-icon {
  margin: 0 0 8px;
}

.auth-page .auth-card h1 {
  color: var(--color-ink);
  margin: 0 0 8px;
  font-size: 1.75rem;
  line-height: 1.2;
}

.auth-desc {
  color: var(--color-muted);
  margin: 0 0 20px;
}

.auth-page .auth-form {
  gap: 16px;
  margin-top: 0;
  display: grid;
}

.auth-back {
  margin: 16px 0 0;
}

.auth-back a, .auth-side a {
  min-height: 48px;
  color: var(--color-brand-strong);
  align-items: center;
  font-weight: 600;
  display: inline-flex;
}

.auth-side {
  align-content: start;
  justify-self: center;
  gap: 16px;
  width: 100%;
  max-width: 640px;
  display: grid;
}

.cek-page {
  gap: 16px;
  max-width: 860px;
  margin: 0 auto;
  padding: 24px 16px 48px;
  display: grid;
}

.cek-page h1 {
  color: var(--color-ink);
  margin: 0;
  font-size: 1.75rem;
  line-height: 1.2;
}

.cek-intro {
  color: var(--color-muted);
  margin: 0;
}

.cek-wrap {
  gap: 24px;
  display: grid;
}

.cek-form {
  border: 1px solid var(--color-line);
  background-color: var(--color-paper);
  border-radius: 20px;
  gap: 16px;
  padding: 20px 16px;
  display: grid;
  box-shadow: 0 8px 24px #143c2814;
}

.cek-hasil {
  border: 1px solid var(--color-line);
  background-color: var(--color-paper);
  border-radius: 20px;
  gap: 12px;
  padding: 20px 16px;
  display: grid;
}

.cek-hasil h2 {
  margin: 0;
  font-size: 1.25rem;
}

.cek-hasil h3 {
  margin: 8px 0 0;
  font-size: 1.0625rem;
}

.cek-bantuan {
  color: var(--color-muted);
  margin: 0;
}

.cek-bantuan a {
  min-height: 48px;
  color: var(--color-brand-strong);
  align-items: center;
  font-weight: 600;
  display: inline-flex;
}

.status-timeline {
  gap: 10px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.status-timeline li {
  border: 1px solid var(--color-line);
  background-color: var(--color-paper);
  border-radius: 12px;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 8px;
  padding: 10px 14px;
  font-size: .9375rem;
  display: flex;
}

.status-timeline li[aria-current="step"] {
  border-color: var(--color-brand);
  background-color: var(--color-wash);
  color: var(--color-brand-strong);
  font-weight: 700;
}

.status-timeline a {
  min-height: 48px;
  color: var(--color-brand-strong);
  align-items: center;
  font-weight: 600;
  display: inline-flex;
}

@media (min-width: 768px) {
  .auth-page, .cek-page {
    padding: 32px 24px 64px;
  }

  .cek-form, .cek-hasil {
    padding: 24px;
  }

  .status-timeline {
    grid-template-columns: repeat(7, minmax(110px, 1fr));
    overflow-x: auto;
  }

  .status-timeline li {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (min-width: 1024px) {
  .auth-page {
    grid-template-columns: minmax(0, 1fr) 320px;
    align-items: start;
  }

  .auth-page .auth-card, .auth-page .auth-side {
    max-width: none;
  }

  .auth-page .auth-card {
    justify-self: stretch;
  }

  .auth-page .auth-side {
    position: sticky;
    top: 88px;
  }
}

.field-input {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  min-height: 48px;
  color: var(--color-ink);
  font: inherit;
  background-color: #fff;
  border: 1px solid #94a3b8;
  border-radius: 10px;
  padding: 10px 12px;
  display: block;
}

.field-input::placeholder {
  color: var(--color-muted);
  opacity: 1;
}

.field-input:focus-visible {
  outline: 3px solid var(--color-focus);
  outline-offset: 2px;
  border-color: var(--color-brand);
}

.field-input.is-invalid, .field-input[aria-invalid="true"] {
  background-color: #fef2f2;
  border-color: #b91c1c;
}

select.field-input {
  appearance: auto;
}

.field-error {
  color: #b91c1c;
  margin: 0;
  font-size: .875rem;
  font-weight: 600;
}

.form-note {
  color: var(--color-muted);
  margin: 0;
  font-size: .9375rem;
}

.form-alert {
  color: #7f1d1d;
  background-color: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 10px;
  padding: 12px 14px;
}

.form-alert p {
  margin: 0;
}

.form-alert-icon {
  align-items: flex-start;
  gap: 8px;
  display: flex;
}

.form-alert-icon svg {
  flex: none;
  margin-top: 2px;
}

.form-actions {
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  display: flex;
}

.field-wrap:has(.field-trigger) .field-input {
  padding-right: 44px;
}

@media (min-width: 768px) {
  .daftar-wrap {
    padding: 32px 24px 64px;
  }

  .form-fieldset {
    padding: 24px;
  }

  .form-grid {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}

.daftar-page {
  gap: 24px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 24px 16px 48px;
  display: grid;
}

.daftar-hero {
  justify-items: start;
  gap: 0;
  max-width: 720px;
  display: grid;
}

.daftar-eyebrow {
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--color-muted);
  margin: 0 0 8px;
  font-size: .8125rem;
  font-weight: 700;
}

.daftar-title {
  letter-spacing: -.01em;
  color: var(--color-ink);
  margin: 0 0 8px;
  font-size: 1.75rem;
  line-height: 1.2;
}

.daftar-title-accent {
  color: var(--color-brand-strong);
}

.daftar-intro {
  color: var(--color-muted);
  max-width: 62ch;
  margin: 0;
  line-height: 1.6;
}

.daftar-quote {
  align-content: center;
  justify-items: end;
  width: 100%;
  min-height: 132px;
  margin: 20px 0 0;
  display: grid;
  position: relative;
  overflow: hidden;
}

.daftar-quote-leaves {
  background: radial-gradient(62px 92px at 68% 58%, #bfe3cd 0%, #bfe3cd00 70%), radial-gradient(44px 68px at 38% 52%, #d6eedd 0%, #d6eedd00 70%), radial-gradient(84px 58px at 86% 88%, #c9e7d3 0%, #c9e7d300 70%);
  width: 230px;
  height: 160px;
  position: absolute;
  top: -20px;
  right: -30px;
}

.daftar-quote-text {
  text-align: right;
  color: #334155;
  max-width: 24ch;
  margin: 0;
  font-style: italic;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
}

.daftar-quote-text:after {
  content: "";
  border-bottom: 3px solid #0e6b44;
  border-radius: 0 0 8px;
  width: 96px;
  height: 10px;
  margin: 4px 0 0 auto;
  display: block;
  transform: rotate(-2deg);
}

.form-fieldset-plain {
  background: none;
  border: 0;
  border-radius: 0;
  padding: 0;
}

.ortu-card {
  border: 1px solid var(--color-line);
  background-color: var(--color-paper);
  border-radius: 16px;
  padding: 20px 16px;
}

.ortu-card-title {
  color: var(--color-ink);
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  font-weight: 700;
  display: flex;
}

.ortu-card-icon {
  color: #0e6b44;
  background-color: #e6f4ec;
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: inline-flex;
}

.dok-step-pill {
  color: var(--color-brand-strong);
  letter-spacing: .08em;
  text-transform: uppercase;
  background-color: #e6f4ec;
  border-radius: 999px;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  padding: 6px 14px;
  font-size: .75rem;
  font-weight: 800;
  display: inline-flex;
}

.dok-step-dot {
  background-color: var(--color-brand);
  border-radius: 50%;
  width: 6px;
  height: 6px;
}

.dok-notice {
  border: 1px solid var(--color-line);
  background-color: #eef7f1;
  border-radius: 14px;
  align-items: flex-start;
  gap: 12px;
  margin: 0 0 16px;
  padding: 14px 16px;
  display: flex;
}

.dok-notice-icon {
  width: 40px;
  height: 40px;
  color: var(--color-brand-strong);
  background-color: #ddede3;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.dok-notice p {
  color: var(--color-ink);
  gap: 2px;
  margin: 0;
  font-size: .9375rem;
  display: grid;
}

.dok-card {
  border: 1px solid var(--color-line);
  background-color: var(--color-paper);
  border-radius: 16px;
  margin: 0 0 16px;
  padding: 20px 16px;
}

.dok-card-head {
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  margin: 0 0 4px;
  display: flex;
}

.dok-card-title {
  color: var(--color-ink);
  font-size: 1.0625rem;
  font-weight: 800;
}

.dok-pill {
  border-radius: 999px;
  padding: 4px 12px;
  font-size: .75rem;
  font-weight: 700;
}

.dok-pill-wajib {
  color: #c0362c;
  background-color: #fdeceb;
}

.dok-pill-kondisional {
  color: #1d5fc2;
  background-color: #e8f1fd;
}

.dok-pill-opsional {
  color: #4b5b73;
  background-color: #eef1f5;
}

.dok-card-desc {
  color: var(--color-muted);
  margin: 0 0 12px;
  font-size: .9375rem;
}

.dok-slot {
  border-top: 1px solid var(--color-line);
  gap: 12px;
  padding: 16px 0;
  display: grid;
}

.dok-slot:first-of-type {
  border-top: 0;
  padding-top: 4px;
}

.dok-slot-icon {
  width: 48px;
  height: 48px;
  color: var(--color-brand-strong);
  background-color: #e6f4ec;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  display: none;
}

.dok-slot-text {
  min-width: 0;
}

.dok-slot-title {
  color: var(--color-ink);
  margin: 0;
  font-weight: 700;
}

.dok-wajib-star {
  color: #c0362c;
  font-weight: 800;
}

.dok-slot-desc {
  color: var(--color-muted);
  margin: 2px 0 0;
  font-size: .875rem;
}

.dok-drop {
  background-color: var(--color-wash);
  text-align: center;
  cursor: pointer;
  border: 1.5px dashed #9db8a9;
  border-radius: 12px;
  justify-items: center;
  gap: 4px;
  min-width: 0;
  margin: 0;
  padding: 18px 12px 12px;
  display: grid;
}

.dok-drop:hover, .dok-drop:focus-within {
  border-color: var(--color-brand);
}

.dok-drop[data-active] {
  border-color: var(--color-brand);
  background-color: #e6f4ec;
}

.dok-drop-icon {
  color: var(--color-ink);
  display: inline-flex;
}

.dok-drop-main {
  color: var(--color-ink);
  margin: 0;
  font-size: .9375rem;
}

.dok-pilih {
  color: inherit;
  font-weight: inherit;
  cursor: pointer;
  text-decoration: none;
}

.dok-file-ganti {
  color: var(--color-brand-strong);
  cursor: pointer;
  font-weight: 700;
  text-decoration: none;
}

.dok-file-ganti:hover {
  text-decoration: underline;
}

.dok-drop-sub {
  color: var(--color-muted);
  margin: 0;
  font-size: .8125rem;
}

.dok-drop-status {
  min-height: 1.25em;
  color: var(--color-muted);
  margin: 4px 0 0;
  font-size: .8125rem;
}

.dok-drop-status[role="alert"] {
  color: #c0362c;
  font-weight: 600;
}

.dok-file {
  justify-items: center;
  gap: 4px;
  display: grid;
}

.dok-file-badge {
  color: var(--color-brand-strong);
  background-color: #e6f4ec;
  border-radius: 999px;
  padding: 2px 12px;
  font-size: .75rem;
  font-weight: 800;
}

.dok-file-nama {
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  color: var(--color-ink);
  font-weight: 600;
  overflow: hidden;
}

.dok-file-ukuran {
  color: var(--color-muted);
  font-size: .8125rem;
}

.dok-file-aksi {
  align-items: center;
  gap: 16px;
  margin-top: 4px;
  display: flex;
}

.dok-file-hapus {
  color: #c0362c;
  cursor: pointer;
  background: none;
  border: 0;
  min-height: 44px;
  padding: 8px;
  font-size: .9375rem;
  font-weight: 600;
}

.dok-jalur-banner {
  background-color: #eef7f1;
  border-radius: 12px;
  gap: 8px;
  margin: 0 0 4px;
  padding: 14px 16px;
  display: grid;
}

.dok-jalur-banner .dok-slot-icon {
  display: inline-flex;
}

.dok-jalur-pilih {
  gap: 2px;
  margin: 0;
  display: grid;
}

.dok-jalur-label {
  color: var(--color-muted);
  font-size: .8125rem;
}

.dok-jalur-pilih strong {
  color: var(--color-ink);
}

.dok-jalur-desc {
  color: var(--color-muted);
  margin: 0;
  font-size: .875rem;
}

.dok-total {
  border-top: 1px solid var(--color-line);
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  margin-top: 12px;
  padding-top: 16px;
  display: flex;
}

.dok-total-icon {
  width: 36px;
  height: 36px;
  color: var(--color-brand-strong);
  background-color: #e6f4ec;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.dok-total-teks {
  color: var(--color-muted);
  flex: auto;
  margin: 0;
  font-size: .9375rem;
}

.dok-total-teks strong {
  color: var(--color-ink);
}

.dok-meter {
  background-color: #e3ebe6;
  border-radius: 999px;
  flex: 100%;
  height: 10px;
  overflow: hidden;
}

.dok-meter-isi {
  background-color: var(--color-brand);
  border-radius: 999px;
  height: 100%;
  display: block;
}

.dok-total-persen {
  color: var(--color-ink);
  font-weight: 800;
}

@media (min-width: 768px) {
  .dok-card {
    padding: 24px;
  }

  .dok-slot {
    grid-template-columns: 48px minmax(0, 1fr) minmax(0, 1.1fr);
    align-items: center;
  }

  .dok-slot-icon {
    display: inline-flex;
  }

  .dok-jalur-banner {
    grid-template-columns: 48px minmax(0, .9fr) minmax(0, 1.4fr);
    align-items: center;
  }

  .dok-meter {
    flex: auto;
  }
}

.form-actions-end {
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-left: auto;
  display: flex;
}

@media (min-width: 768px) {
  .daftar-hero {
    grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr);
    align-items: center;
    gap: 0 32px;
    max-width: none;
  }

  .daftar-eyebrow, .daftar-title, .daftar-intro {
    grid-column: 1;
  }

  .daftar-quote {
    grid-area: 1 / 2 / span 3;
    min-height: 190px;
    margin: 0;
  }

  .ortu-card {
    padding: 24px;
  }

  .ortu-card .form-grid .form-field:nth-child(3), .ortu-card .form-grid .form-field:nth-child(5), .ortu-card .form-grid .form-field:nth-child(7) {
    grid-column: auto;
  }
}

.daftar-layout {
  grid-template-columns: 1fr;
  align-items: start;
  gap: 24px;
  display: grid;
}

.daftar-main .form-daftar {
  border: 1px solid var(--color-line);
  background-color: var(--color-paper);
  border-radius: 20px;
  margin-top: 0;
  padding: 20px 16px;
  box-shadow: 0 8px 24px #143c2814;
}

.daftar-side {
  align-content: start;
  gap: 16px;
  display: grid;
}

.daftar-side-card {
  border: 1px solid var(--color-line);
  background-color: var(--color-paper);
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 8px 24px #143c2814;
}

.daftar-side-head {
  color: var(--color-ink);
  align-items: center;
  gap: 12px;
  margin: 0 0 8px;
  font-size: 1.0625rem;
  font-weight: 700;
  display: flex;
}

.daftar-side-icon {
  color: #0b5a38;
  background-color: #e6f4ec;
  border-radius: 12px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: inline-flex;
}

.daftar-side-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.daftar-side-links li + li {
  border-top: 1px solid var(--color-line);
}

.daftar-side-links a {
  min-height: 48px;
  color: var(--color-brand-strong);
  align-items: center;
  gap: 12px;
  padding: 8px 0;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.daftar-side-links a:hover {
  text-decoration: underline;
}

.daftar-side-link-icon {
  color: var(--color-brand-strong);
  flex: none;
  display: inline-flex;
}

.daftar-side-arrow {
  color: var(--color-ink);
  flex: none;
  margin-left: auto;
  display: inline-flex;
}

.daftar-side-divider {
  border: 0;
  border-top: 1px solid var(--color-line);
  margin: 16px 0;
}

.daftar-privacy-head {
  color: var(--color-ink);
  align-items: center;
  gap: 12px;
  margin: 0 0 8px;
  font-weight: 700;
  display: flex;
}

.daftar-privacy p {
  color: var(--color-muted);
  margin: 8px 0 0;
  font-size: .9375rem;
  line-height: 1.6;
}

.form-card-head {
  align-items: flex-start;
  gap: 12px;
  margin: 4px 0;
  display: flex;
}

.form-card-icon {
  color: #0b5a38;
  background-color: #e6f4ec;
  border-radius: 12px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: inline-flex;
}

.form-card-title {
  color: var(--color-ink);
  margin: 0;
  font-size: 1.125rem;
  font-weight: 800;
}

.form-card-desc {
  color: var(--color-muted);
  margin: 2px 0 0;
  font-size: .9375rem;
}

.form-radio-row {
  flex-wrap: wrap;
  gap: 12px;
  display: flex;
}

.form-radio {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #94a3b8;
  border-radius: 10px;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 16px;
  font-weight: 400;
  display: inline-flex;
}

.form-radio input {
  width: 20px;
  height: 20px;
  accent-color: var(--color-brand);
}

.form-review {
  gap: 10px;
  margin: 0;
  display: grid;
}

.form-review div {
  border: 1px solid var(--color-line);
  background-color: var(--color-wash);
  border-radius: 10px;
  gap: 2px;
  padding: 10px 14px;
  display: grid;
}

.form-review dt {
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--color-muted);
  font-size: .8125rem;
  font-weight: 700;
}

.form-review dd {
  color: var(--color-ink);
  overflow-wrap: anywhere;
  margin: 0;
  font-weight: 600;
}

.form-review-group + .form-review-group {
  margin-top: 20px;
}

.form-review-group-head {
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  display: flex;
}

.form-review-group-icon {
  color: #0b5a38;
  background-color: #e6f4ec;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: inline-flex;
}

.form-review-group-title {
  color: var(--color-ink);
  margin: 0;
  font-size: .9375rem;
  font-weight: 800;
}

.form-review-subtitle {
  letter-spacing: .02em;
  color: var(--color-muted);
  margin: 14px 0 8px;
  font-size: .8125rem;
  font-weight: 700;
}

.form-review-subtitle:first-of-type {
  margin-top: 0;
}

.form-success {
  border: 1px solid var(--color-line);
  background-color: var(--color-paper);
  border-radius: 20px;
  gap: 12px;
  padding: 24px 20px;
  display: grid;
}

.form-success-badge {
  color: #fff;
  background-color: #14532d;
  border-radius: 999px;
  justify-self: start;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 8px 16px;
  font-size: .875rem;
  font-weight: 700;
  display: inline-flex;
}

.form-next {
  border: 1px solid var(--color-line);
  background-color: var(--color-wash);
  border-radius: 12px;
  padding: 12px 16px;
}

.form-next h3 {
  margin: 0 0 8px;
  font-size: .9375rem;
}

.form-next ol {
  gap: 4px;
  margin: 0;
  padding-left: 20px;
  display: grid;
}

.form-success-data {
  gap: 12px;
  margin: 0;
  display: grid;
}

.form-success-data div {
  border: 1px solid var(--color-line);
  background-color: var(--color-wash);
  border-radius: 12px;
  gap: 2px;
  padding: 12px 16px;
  display: grid;
}

.form-success-data dt {
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--color-muted);
  font-size: .8125rem;
  font-weight: 700;
}

.form-success-data dd {
  color: var(--color-ink);
  overflow-wrap: anywhere;
  margin: 0;
  font-size: 1.125rem;
  font-weight: 700;
}

.form-success-daftar {
  background-color: #0000;
  border-color: #0000;
  gap: 10px;
  padding: 8px 4px 4px;
}

.form-success-daftar .form-success-badge {
  padding: 6px 12px;
  font-size: .8125rem;
}

.form-success-daftar .form-success-data {
  gap: 0;
}

.form-success-daftar .form-success-data div {
  border: none;
  border-bottom: 1px solid var(--color-line);
  background-color: #0000;
  border-radius: 0;
  padding: 10px 2px;
}

.form-success-daftar .form-next {
  background-color: #0000;
}

@media (min-width: 768px) {
  .daftar-page {
    padding: 32px 24px 64px;
  }

  .daftar-title {
    font-size: 2.5rem;
  }

  .daftar-main .form-daftar {
    padding: 28px;
  }

  .form-review, .form-success-data {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1024px) {
  .daftar-layout {
    grid-template-columns: minmax(0, 1fr) 320px;
  }

  .daftar-side {
    position: sticky;
    top: 88px;
  }
}

.info-page {
  align-content: start;
  gap: 20px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 32px 16px 64px;
  display: grid;
}

.info-eyebrow {
  color: var(--color-brand-strong);
  letter-spacing: .06em;
  text-transform: uppercase;
  background-color: #e8f5ee;
  border-radius: 999px;
  justify-self: start;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 6px 14px;
  font-size: .8125rem;
  font-weight: 700;
  display: inline-flex;
}

.info-eyebrow-dot {
  background-color: var(--color-brand);
  border-radius: 999px;
  width: 8px;
  height: 8px;
}

.info-title {
  letter-spacing: -.02em;
  color: var(--color-ink);
  margin: 0;
  font-size: 2rem;
  line-height: 1.15;
}

.info-desc {
  max-width: 62ch;
  color: var(--color-muted);
  margin: 0;
}

.info-h2 {
  color: var(--color-ink);
  margin: 12px 0 0;
  font-size: 1.25rem;
}

.info-cta {
  flex-wrap: wrap;
  gap: 12px;
  margin: 4px 0 0;
  display: flex;
}

.info-note {
  border: 1px solid var(--color-line);
  background-color: var(--color-wash);
  color: var(--color-muted);
  overflow-wrap: anywhere;
  border-radius: 14px;
  margin: 0;
  padding: 14px 18px;
  font-size: .9375rem;
  line-height: 1.6;
}

.info-note strong {
  color: var(--color-ink);
}

.info-tabs {
  border-bottom: 2px solid var(--color-line);
  gap: 8px;
  margin: 0;
  padding: 0 0 4px;
  list-style: none;
  display: flex;
}

.info-tabs a {
  box-sizing: border-box;
  min-height: 48px;
  color: var(--color-muted);
  border-radius: 10px 10px 0 0;
  align-items: center;
  padding: 10px 18px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
}

.info-tabs a.is-active {
  color: var(--color-brand-strong);
  box-shadow: inset 0 -3px 0 var(--color-brand);
}

.ab-page {
  box-sizing: border-box;
  gap: 48px;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 32px 16px 64px;
  display: grid;
  container-type: inline-size;
}

.ab-hero {
  text-align: center;
  justify-items: center;
  gap: 12px;
  display: grid;
}

.ab-pill {
  color: #0b5a38;
  letter-spacing: .06em;
  background-color: #e8f5ee;
  border-radius: 999px;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 8px 18px;
  font-size: .875rem;
  font-weight: 800;
  display: inline-flex;
}

.ab-pill-dot {
  background-color: #0e6b44;
  border-radius: 999px;
  width: 10px;
  height: 10px;
}

.ab-display {
  letter-spacing: -.01em;
  color: var(--color-ink);
  margin: 0;
  font-size: clamp(1.75rem, 1.3rem + 2.5vw, 2.5rem);
  line-height: 1.15;
}

.ab-display-accent {
  color: var(--color-brand);
}

.ab-desc {
  max-width: 52ch;
  color: var(--color-muted);
  margin: 0;
  line-height: 1.65;
}

.ab-cta {
  margin: 8px 0 0;
}

.ab-steps {
  counter-reset: ab-step;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.ab-step {
  grid-template-columns: 64px 1fr;
  align-items: start;
  gap: 4px 16px;
  display: grid;
  position: relative;
}

.ab-step + .ab-step:before {
  content: "";
  background-color: var(--color-line);
  width: 2px;
  height: 20px;
  position: absolute;
  top: -20px;
  left: 31px;
}

.ab-icon {
  border-radius: 999px;
  grid-row: span 3;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: inline-flex;
}

.ab-icon-mint {
  color: #0e6b44;
  background-color: #e8f5ee;
}

.ab-icon-blue {
  color: #1d4ed8;
  background-color: #e8f0fe;
}

.ab-icon-amber {
  color: #b45309;
  background-color: #fef3c7;
}

.ab-icon-rose {
  color: #be123c;
  background-color: #fce7f3;
}

.ab-num {
  letter-spacing: .08em;
  color: var(--color-muted);
  font-size: .8125rem;
  font-weight: 800;
}

.ab-title {
  color: var(--color-ink);
  font-size: 1.0625rem;
}

.ab-text {
  color: var(--color-muted);
  font-size: .9375rem;
  line-height: 1.6;
}

.ab-note {
  background-color: var(--color-wash);
  color: var(--color-ink);
  border-radius: 20px;
  align-items: center;
  gap: 14px;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.ab-note-icon {
  color: #0e6b44;
  background-color: #e8f5ee;
  border-radius: 999px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: inline-flex;
}

.ab-note-text {
  color: var(--color-muted);
  flex: 1;
  font-size: .9375rem;
  line-height: 1.6;
}

.ab-note-text strong {
  color: var(--color-ink);
  display: block;
}

.ab-note-text u {
  color: var(--color-brand-strong);
  text-underline-offset: 3px;
}

.ab-note-arrow {
  color: var(--color-muted);
  flex: none;
}

.ab-banner {
  border: 1px solid var(--color-line);
  background-color: var(--color-paper);
  border-radius: 24px;
  gap: 0;
  display: grid;
  overflow: hidden;
}

.ab-banner-copy {
  align-content: center;
  gap: 12px;
  padding: 32px 24px;
  display: grid;
}

.ab-banner-eyebrow {
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--color-muted);
  margin: 0;
  font-size: .75rem;
  font-weight: 800;
}

.ab-banner-title {
  color: var(--color-ink);
  margin: 0;
  font-family: Georgia, Times New Roman, serif;
  font-size: clamp(1.5rem, 1.2rem + 1.5vw, 2rem);
  line-height: 1.2;
}

.ab-banner-title em {
  color: var(--color-brand);
}

.ab-banner-desc {
  max-width: 52ch;
  color: var(--color-muted);
  margin: 0;
  line-height: 1.65;
}

.ab-banner-photo {
  min-height: 280px;
  margin: 0;
  position: relative;
}

.ab-banner-photo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.ab-banner-quote {
  color: var(--color-ink);
  background-color: #ffffffed;
  border-radius: 16px;
  align-items: flex-start;
  gap: 10px;
  padding: 14px 18px;
  font-family: Georgia, Times New Roman, serif;
  font-style: italic;
  display: flex;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.ab-banner-mark {
  color: #0e6b44;
  flex: none;
}

@media (min-width: 768px) {
  .ab-display {
    font-size: 3rem;
  }

  .ab-banner-copy {
    padding: 48px 40px;
  }

  .ab-banner-title {
    font-size: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .ab-steps {
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
  }

  .ab-step {
    text-align: center;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .ab-step + .ab-step:before {
    width: 12px;
    height: 2px;
    top: 31px;
    left: -18px;
  }

  .ab-icon {
    grid-row: auto;
  }

  .ab-banner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .ab-banner-photo {
    min-height: 380px;
  }
}

.jd-hero {
  gap: 20px;
  margin-bottom: 24px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.jd-hero:before {
  content: "";
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(110px 130px at 62% 100%, #0e6b441f 0%, #0e6b4400 70%), radial-gradient(150px 180px at 88% 100%, #0e6b4417 0%, #0e6b4400 70%);
  width: 340px;
  height: 240px;
  position: absolute;
  top: -40px;
  right: -30px;
}

.jd-hero > * {
  z-index: 1;
  position: relative;
}

.jd-eyebrow {
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #5f7a6b;
  align-items: center;
  gap: 8px;
  margin: 0 0 8px;
  font-size: .75rem;
  font-weight: 800;
  display: inline-flex;
}

.jd-eyebrow-dot {
  background-color: var(--color-brand);
  border-radius: 999px;
  width: 8px;
  height: 8px;
}

.jd-title {
  letter-spacing: -.01em;
  color: var(--color-ink);
  margin: 0 0 8px;
  font-family: Georgia, Times New Roman, serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.1;
}

.jd-accent {
  color: var(--color-brand);
}

.jd-desc {
  max-width: 52ch;
  color: var(--color-muted);
  margin: 0;
}

.jd-quote {
  max-width: 300px;
  color: var(--color-ink);
  margin: 0;
  font-family: Georgia, Times New Roman, serif;
  font-size: 1.0625rem;
  font-style: italic;
  line-height: 1.6;
}

.jd-quote p {
  margin: 0;
}

.jd-from {
  color: var(--color-muted);
  margin: 8px 0 0;
  font-size: .875rem;
  font-style: normal;
}

.jd-grid {
  align-items: start;
  gap: 24px;
  display: grid;
}

.jd-card {
  border: 1px solid var(--color-line);
  background-color: var(--color-paper);
  border-radius: 24px;
  padding: 20px 16px;
  box-shadow: 0 8px 24px #143c2814;
}

.jd-timeline {
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.jd-step {
  grid-template-columns: 56px minmax(0, 1fr);
  align-items: stretch;
  gap: 12px;
  min-width: 0;
  display: grid;
}

.jd-rail {
  justify-content: center;
  display: flex;
  position: relative;
}

.jd-rail:after {
  content: "";
  background-color: var(--color-line);
  width: 2px;
  position: absolute;
  top: 62px;
  bottom: -18px;
}

.jd-rail:before {
  content: "";
  z-index: 1;
  background-color: var(--color-brand);
  border-radius: 999px;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 64px;
  left: 50%;
  transform: translateX(-50%);
}

.jd-step:last-child .jd-rail:after {
  display: none;
}

.jd-bubble {
  z-index: 1;
  width: 52px;
  height: 52px;
  color: var(--color-brand-strong);
  background-color: #e8f5ee;
  border-radius: 999px;
  flex: none;
  justify-content: center;
  align-self: start;
  align-items: center;
  display: inline-flex;
  position: relative;
}

.jd-box {
  border: 1px solid var(--color-line);
  background-color: var(--color-paper);
  border-radius: 16px;
  align-items: flex-start;
  gap: 12px;
  min-width: 0;
  padding: 14px 16px;
  display: flex;
}

.jd-box-main {
  flex: 1;
  justify-items: start;
  gap: 8px;
  min-width: 0;
  display: grid;
}

.jd-pill {
  min-height: 28px;
  color: var(--color-brand-strong);
  letter-spacing: .06em;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #e8f5ee;
  border-radius: 999px;
  align-items: center;
  padding: 4px 12px;
  font-size: .72rem;
  font-weight: 800;
  display: inline-flex;
}

.jd-text {
  gap: 2px;
  min-width: 0;
  display: grid;
}

.jd-text strong {
  color: var(--color-ink);
  font-size: 1rem;
  line-height: 1.4;
}

.jd-sub {
  color: var(--color-muted);
  font-size: .9rem;
  line-height: 1.55;
}

.jd-num {
  color: #9db1c9;
  flex: none;
  padding-top: 2px;
  font-size: 1rem;
  font-weight: 700;
}

.jd-note {
  color: var(--color-muted);
  background-color: #e9f5ee;
  border-radius: 16px;
  align-items: flex-start;
  gap: 12px;
  margin: 20px 0 0;
  padding: 16px 18px;
  font-size: .9375rem;
  line-height: 1.6;
  display: flex;
}

.jd-note strong {
  color: var(--color-ink);
}

.jd-note a {
  color: var(--color-brand-strong);
  font-weight: 600;
}

.jd-note-icon {
  background-color: var(--color-brand);
  color: #fff;
  border-radius: 999px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: inline-flex;
}

.jd-cta {
  flex-wrap: wrap;
  gap: 12px;
  margin: 20px 0 0;
  display: flex;
}

.jd-side {
  align-content: start;
  gap: 20px;
  min-width: 0;
  display: grid;
}

.jd-side-card {
  border: 1px solid var(--color-line);
  background-color: var(--color-paper);
  border-radius: 20px;
  padding: 20px 22px;
}

.jd-side-head {
  color: var(--color-ink);
  align-items: center;
  gap: 12px;
  margin: 0 0 8px;
  font-size: 1.0625rem;
  display: flex;
}

.jd-side-icon {
  width: 48px;
  height: 48px;
  color: var(--color-brand-strong);
  background-color: #e8f5ee;
  border-radius: 16px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.jd-side-icon-blue {
  color: #1d4ed8;
  background-color: #e8f0fe;
}

.jd-side-desc {
  color: var(--color-muted);
  margin: 0 0 8px;
  font-size: .9375rem;
  line-height: 1.6;
}

.jd-side-link {
  min-height: 48px;
  color: var(--color-brand-strong);
  align-items: center;
  gap: 8px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
}

.jd-side-link:hover {
  text-underline-offset: 3px;
  text-decoration: underline;
}

.jd-help {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.jd-help li + li {
  border-top: 1px solid var(--color-line);
}

.jd-help a {
  min-height: 56px;
  color: var(--color-brand-strong);
  border-radius: 12px;
  align-items: center;
  gap: 12px;
  margin: 0 -8px;
  padding: 0 8px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.jd-help a:hover {
  background-color: var(--color-wash);
}

.jd-help a > span {
  flex: 1;
  min-width: 0;
}

@media (max-width: 480px) {
  .jd-step {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 10px;
  }

  .jd-bubble {
    width: 44px;
    height: 44px;
  }

  .jd-rail:after {
    top: 54px;
  }

  .jd-rail:before {
    top: 56px;
  }

  .jd-box {
    padding: 12px;
  }

  .jd-num {
    font-size: .875rem;
  }
}

.qt-page {
  background: radial-gradient(560px 260px at 85% 0, #eef7f1 0%, #eef7f100 70%), linear-gradient(#f6fbf8 0%, #f6fbf800 320px);
}

.qt-hero {
  gap: 20px;
  padding: 12px 4px 8px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.qt-hero-main {
  align-content: start;
  justify-items: start;
  gap: 12px;
  min-width: 0;
  display: grid;
}

.qt-title {
  letter-spacing: -.02em;
  color: var(--color-ink);
  margin: 0;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.1;
}

.qt-title-accent {
  color: var(--color-brand);
}

.qt-desc {
  max-width: 56ch;
  color: var(--color-muted);
  margin: 0;
  line-height: 1.65;
}

.qt-quote {
  z-index: 1;
  color: #3b4c63;
  justify-self: start;
  max-width: 300px;
  margin: 0;
  font-family: Georgia, Times New Roman, serif;
  font-size: 1.0625rem;
  font-style: italic;
  line-height: 1.6;
  position: relative;
}

.qt-quote p {
  margin: 0;
}

.qt-quote-line {
  background-color: var(--color-brand);
  border-radius: 999px;
  width: 72px;
  height: 3px;
  margin: 12px 0 8px;
  display: block;
}

.qt-quote footer {
  color: var(--color-muted);
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: .875rem;
  font-style: normal;
}

.qt-mosque {
  z-index: 0;
  color: #0e6b441a;
  pointer-events: none;
  width: min(420px, 60%);
  height: auto;
  position: absolute;
  bottom: -12px;
  right: -24px;
}

.qt-hero-main, .qt-quote {
  z-index: 1;
  position: relative;
}

.kuota-cards {
  grid-template-columns: 1fr;
  gap: 16px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.kuota-card {
  text-align: center;
  border: 1px solid var(--color-line);
  background-color: var(--color-paper);
  border-radius: 20px;
  align-content: start;
  justify-items: center;
  gap: 6px;
  padding: 28px 20px 56px;
  display: grid;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 24px #143c2812;
}

.kuota-card:after {
  content: "";
  pointer-events: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 56' preserveAspectRatio='none'%3E%3Cpath d='M0 32c40-14 80-14 120-4s80 14 120 6 80-20 160-6v28H0z' fill='%23eef7f1'/%3E%3Cpath d='M0 40c50-10 90-10 140-2s90 10 130 4 80-12 130-4v18H0z' fill='%23e4f2e9' fill-opacity='0.7'/%3E%3C/svg%3E") 0 0 / 100% 100% no-repeat;
  height: 56px;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
}

.kuota-card > * {
  z-index: 1;
  position: relative;
}

.kuota-icon {
  width: 64px;
  height: 64px;
  color: var(--color-brand-strong);
  background-color: #e8f5ee;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.kuota-nama {
  color: var(--color-ink);
  font-size: 1.0625rem;
  font-weight: 800;
}

.kuota-pill {
  min-height: 28px;
  color: var(--color-brand-strong);
  white-space: nowrap;
  background-color: #e8f5ee;
  border-radius: 999px;
  align-items: center;
  padding: 4px 14px;
  font-size: .8125rem;
  font-weight: 700;
  display: inline-flex;
}

.kuota-divider {
  background-color: #e5ece8;
  width: 100%;
  height: 1px;
  margin: 12px 0 10px;
  display: block;
}

.kuota-kebijakan {
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  gap: 4px 8px;
  line-height: 1.3;
  display: flex;
}

.kuota-awalan {
  color: var(--color-muted);
  font-size: .9375rem;
}

.kuota-persen-besar {
  color: var(--color-brand-strong);
  letter-spacing: -.01em;
  font-size: 1.5rem;
  font-weight: 800;
}

.kuota-angka {
  letter-spacing: -.01em;
  color: var(--color-brand-strong);
  font-size: 1.5rem;
  font-weight: 800;
}

.kuota-sub, .kuota-persen {
  color: var(--color-muted);
  overflow-wrap: anywhere;
  font-size: .875rem;
  line-height: 1.55;
}

.qt-note {
  border: 1px solid var(--color-line);
  color: var(--color-muted);
  background-color: #eef7f1;
  border-radius: 16px;
  align-items: flex-start;
  gap: 12px;
  margin: 4px 0 0;
  padding: 16px 18px;
  font-size: .9375rem;
  line-height: 1.6;
  display: flex;
}

.qt-note strong {
  color: var(--color-ink);
}

.qt-note a {
  color: var(--color-brand-strong);
  font-weight: 600;
}

.qt-note-icon {
  background-color: var(--color-brand);
  color: #fff;
  border-radius: 999px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  font-style: normal;
  font-weight: 800;
  display: inline-flex;
}

.qt-cta {
  flex-wrap: wrap;
  gap: 12px;
  margin: 4px 0 0;
  display: flex;
}

@media (min-width: 1024px) {
  .qt-hero {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 300px);
    align-items: end;
    gap: 32px;
  }

  .qt-quote {
    text-align: left;
    justify-self: end;
  }
}

@media (max-width: 480px) {
  .qt-title {
    font-size: 2rem;
  }

  .qt-quote {
    max-width: 100%;
    font-size: .9375rem;
  }

  .qt-mosque {
    opacity: .9;
    width: 78%;
  }

  .qt-cta .btn {
    justify-content: center;
    width: 100%;
  }
}

.sk-page {
  box-sizing: border-box;
  gap: 56px;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 32px 16px 64px;
  display: grid;
  container-type: inline-size;
}

.sk-hero {
  gap: 24px;
  display: grid;
}

.sk-crumb {
  color: #0b5a38;
  background-color: #e8f5ee;
  border-radius: 999px;
  align-items: center;
  gap: 6px;
  width: fit-content;
  margin: 0;
  padding: 6px 14px;
  font-size: .8125rem;
  font-weight: 700;
  display: inline-flex;
}

.sk-display {
  letter-spacing: -.01em;
  color: var(--color-ink);
  margin: 12px 0 0;
  font-size: clamp(1.75rem, 1.3rem + 2.5vw, 2.5rem);
  line-height: 1.15;
}

.sk-display-accent {
  color: var(--color-brand);
}

.sk-motto {
  color: var(--color-muted);
  margin: 8px 0 0;
  font-size: 1.0625rem;
}

.sk-desc {
  max-width: 60ch;
  color: var(--color-muted);
  margin: 12px 0 0;
  line-height: 1.65;
}

.sk-info-grid {
  grid-template-columns: 1fr;
  gap: 12px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
}

@media (min-width: 640px) {
  .sk-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sk-info-grid .sk-info-card:last-child {
    grid-column: 1 / -1;
  }
}

.sk-info-card {
  border: 1px solid var(--color-line);
  background-color: var(--color-paper);
  border-radius: 16px;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  display: flex;
}

.sk-info-icon {
  color: #0e6b44;
  background-color: #e8f5ee;
  border-radius: 12px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: inline-flex;
}

.sk-info-card strong {
  color: var(--color-muted);
  font-size: .8125rem;
  font-weight: 600;
  display: block;
}

.sk-info-card span span {
  color: var(--color-ink);
  font-size: .9375rem;
  font-weight: 700;
  line-height: 1.5;
  display: block;
}

.sk-quote {
  background-color: #e8f5ee;
  border-radius: 16px;
  gap: 12px;
  margin: 20px 0 0;
  padding: 18px 20px;
  display: flex;
}

.sk-quote-mark {
  color: #0e6b44;
  flex: none;
}

.sk-quote-text {
  color: var(--color-ink);
  margin: 0;
  font-family: Georgia, Times New Roman, serif;
  font-size: 1.0625rem;
  font-style: italic;
  display: block;
}

.sk-quote-from {
  color: var(--color-muted);
  margin-top: 4px;
  font-size: .875rem;
  display: block;
}

.sk-hero-visual {
  align-content: start;
  gap: 16px;
  display: grid;
}

.sk-photo-card {
  border-radius: 24px;
  margin: 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 16px 40px #143c2829;
}

.sk-photo-card img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
  transition: transform .5s cubic-bezier(.22, 1, .36, 1);
  display: block;
}

.sk-photo-card:hover img {
  transform: scale(1.04);
}

.sk-photo-quote {
  text-align: center;
  color: var(--color-ink);
  background-color: #ffffffed;
  border-radius: 16px;
  padding: 14px 18px;
  font-family: Georgia, Times New Roman, serif;
  font-style: italic;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.sk-tampung {
  border: 1px solid var(--color-line);
  background-color: var(--color-paper);
  border-radius: 20px;
  align-items: flex-start;
  gap: 14px;
  padding: 20px;
  display: flex;
  box-shadow: 0 8px 24px #143c2814;
}

.sk-tampung strong {
  color: var(--color-ink);
  font-size: 1rem;
  display: block;
}

.sk-tampung span span {
  color: var(--color-muted);
  margin-top: 4px;
  font-size: .875rem;
  display: block;
}

.sk-tampung .btn {
  margin-top: 12px;
}

.sk-block {
  align-content: start;
  gap: 8px;
  display: grid;
}

.sk-eyebrow {
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--color-brand);
  margin: 0;
  font-size: .75rem;
  font-weight: 800;
}

.sk-h2 {
  color: var(--color-ink);
  margin: 0;
  font-size: clamp(1.25rem, 1.05rem + 1vw, 1.5rem);
  line-height: 1.25;
}

.sk-sub {
  max-width: 64ch;
  color: var(--color-muted);
  margin: 0;
}

.sk-fondasi-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr));
  gap: 16px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.sk-fondasi-card {
  border: 1px solid var(--color-line);
  background-color: var(--color-paper);
  border-radius: 20px;
  grid-template-columns: 52px 1fr;
  align-content: start;
  gap: 4px 14px;
  padding: 24px 20px;
  display: grid;
}

.sk-fondasi-icon {
  color: #0e6b44;
  background-color: #e8f5ee;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  display: inline-flex;
}

.sk-fondasi-card strong {
  color: var(--color-ink);
  align-self: center;
}

.sk-fondasi-card p {
  color: var(--color-muted);
  grid-column: 1 / -1;
  margin: 8px 0 0;
  font-size: .9375rem;
  line-height: 1.6;
}

.sk-pills {
  flex-wrap: wrap;
  grid-column: 1 / -1;
  gap: 8px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.sk-pills li {
  background-color: var(--color-wash);
  color: var(--color-ink);
  border-radius: 999px;
  padding: 6px 14px;
  font-size: .8125rem;
  font-weight: 600;
}

.sk-fasilitas-grid {
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.sk-fas-card {
  border: 1px solid var(--color-line);
  background-color: var(--color-paper);
  border-radius: 20px;
  flex: none;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 560px) {
  .sk-fas-card {
    width: calc(50% - 8px);
  }
}

@media (min-width: 820px) {
  .sk-fas-card {
    width: calc(33.333% - 10.667px);
  }
}

@media (min-width: 1080px) {
  .sk-fas-card {
    width: calc(25% - 12px);
  }
}

.sk-fas-photo {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  width: 100%;
  transition: transform .3s ease-out;
  display: block;
}

.sk-fas-card:hover .sk-fas-photo {
  transform: scale(1.06);
}

@media (prefers-reduced-motion: reduce) {
  .sk-fas-photo {
    transition: none;
  }

  .sk-fas-card:hover .sk-fas-photo {
    transform: none;
  }
}

.sk-fas-body {
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  display: flex;
}

.sk-fas-body strong {
  color: var(--color-ink);
  display: block;
}

.sk-fas-body span span {
  color: var(--color-muted);
  margin-top: 4px;
  font-size: .875rem;
  display: block;
}

.sk-credit {
  color: var(--color-muted);
  margin: 12px 0 0;
  font-size: .75rem;
}

.sk-cta {
  border: 1px solid var(--color-line);
  background: linear-gradient(135deg, #e8f5ee 0%, #f2f7f4 100%);
  border-radius: 24px;
  gap: 16px;
  padding: 32px 24px;
  display: grid;
}

.sk-cta-actions {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: center;
  gap: 12px;
  margin: 0;
  display: grid;
}

.sk-cta-actions .btn {
  white-space: normal;
  justify-content: center;
  padding-left: 12px;
  padding-right: 12px;
}

@media (max-width: 400px) {
  .sk-cta-actions .btn {
    padding-left: 8px;
    padding-right: 8px;
    font-size: .8125rem;
  }
}

@media (min-width: 768px) {
  .sk-display {
    font-size: 2.75rem;
  }

  .sk-h2 {
    font-size: 2rem;
  }

  .sk-cta {
    grid-template-columns: 1fr auto;
    align-items: center;
    padding: 40px 32px;
  }
}

@media (min-width: 1024px) {
  .sk-hero {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    align-items: start;
    gap: 32px;
  }
}

@container (min-width: 48rem) {
  .sk-cta {
    grid-template-columns: 1fr auto;
    align-items: center;
    padding: 40px 32px;
  }

  .ab-banner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}

@container (min-width: 64rem) {
  .sk-hero {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    align-items: start;
    gap: 32px;
  }

  .ab-steps {
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
  }

  .ab-step {
    text-align: center;
    grid-template-columns: 1fr;
    justify-items: center;
  }
}

.panduan-grid {
  gap: 24px;
  display: grid;
}

.panduan-steps {
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.panduan-step {
  border: 1px solid var(--color-line);
  background-color: var(--color-paper);
  border-radius: 14px;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  display: grid;
}

.panduan-num {
  width: 40px;
  height: 40px;
  color: var(--color-brand-strong);
  background-color: #e8f5ee;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  display: inline-flex;
}

.panduan-body {
  gap: 2px;
  display: grid;
}

.panduan-body strong {
  color: var(--color-ink);
}

.panduan-body span span {
  color: var(--color-muted);
  font-size: .9375rem;
}

.panduan-side {
  align-self: start;
}

.table-scroll {
  -webkit-overflow-scrolling: touch;
  border-radius: 16px;
  overflow-x: auto;
}

.table-scroll table {
  min-width: 560px;
}

.table-scroll td, .table-scroll th {
  overflow-wrap: anywhere;
}

.cf-turnstile {
  max-width: 100%;
  min-height: 65px;
}

.cf-turnstile iframe {
  max-width: 100%;
}

.panduan-dokumen {
  border: 1px solid var(--color-line);
  background-color: var(--color-paper);
  border-radius: 20px;
  gap: 10px;
  padding: 24px;
  display: grid;
}

.panduan-dokumen strong {
  color: var(--color-ink);
  font-size: 1.125rem;
}

.panduan-dokumen span {
  color: var(--color-muted);
  font-size: .9375rem;
}

.panduan-dokumen ul {
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.panduan-dokumen ul li {
  color: var(--color-ink);
  align-items: center;
  gap: 10px;
  font-size: .9375rem;
  display: flex;
}

.panduan-dokumen ul li:before {
  content: "";
  background-color: #e8f5ee;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3 8.5 6.5 12 13 4.5' stroke='%230e6b44' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
  border-radius: 6px;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
}

.panduan-jalur {
  grid-template-columns: 1fr;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.panduan-jalur-card {
  border: 1px solid var(--color-line);
  background-color: var(--color-paper);
  border-radius: 16px;
  gap: 8px;
  padding: 22px 20px;
  display: grid;
}

.panduan-jalur-card strong {
  color: var(--color-ink);
}

.panduan-jalur-card ul {
  color: var(--color-muted);
  gap: 6px;
  margin: 0;
  padding-left: 20px;
  font-size: .9375rem;
  display: grid;
}

.panduan-selamat {
  border: 1px solid var(--color-line);
  background-color: var(--color-paper);
  color: var(--color-muted);
  border-radius: 16px;
  gap: 8px;
  margin: 0;
  padding: 20px 20px 20px 44px;
  display: grid;
}

.faq-search {
  grid-template-columns: 1fr auto;
  gap: 10px;
  display: grid;
}

.faq-search input[type="search"] {
  border: 1px solid var(--color-line);
  background-color: var(--color-paper);
  min-width: 0;
  min-height: 48px;
  color: var(--color-ink);
  font: inherit;
  border-radius: 12px;
  padding: 10px 16px;
}

.faq-pills {
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.faq-pills a {
  box-sizing: border-box;
  border: 1px solid var(--color-line);
  background-color: var(--color-paper);
  min-height: 48px;
  color: var(--color-muted);
  border-radius: 999px;
  align-items: center;
  padding: 8px 18px;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.faq-pills a.is-active {
  background-color: var(--color-brand);
  color: #fff;
  border-color: #0000;
}

.faq-count {
  color: var(--color-muted);
  margin: 0;
  font-size: .875rem;
}

.faq-list {
  gap: 10px;
  display: grid;
}

.faq-item {
  border: 1px solid var(--color-line);
  background-color: var(--color-paper);
  border-radius: 12px;
  padding: 4px 18px;
}

.faq-item summary {
  cursor: pointer;
  color: var(--color-ink);
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  padding: 12px 0;
  font-weight: 600;
  list-style: none;
  display: flex;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary:after {
  content: "";
  border-right: 2px solid var(--color-muted);
  border-bottom: 2px solid var(--color-muted);
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  transform: rotate(45deg)translateY(-2px);
}

.faq-item[open] summary:after {
  transform: rotate(225deg)translateY(-2px);
}

.faq-item p {
  color: var(--color-muted);
  margin: 0 0 14px;
  line-height: 1.65;
}

.faq-empty {
  background-color: var(--color-wash);
  color: var(--color-muted);
  border-radius: 12px;
  margin: 0;
  padding: 18px;
}

.unduhan-cards {
  grid-template-columns: 1fr;
  gap: 16px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.unduhan-card {
  border: 1px solid var(--color-line);
  background-color: var(--color-paper);
  border-radius: 16px;
  gap: 6px;
  padding: 24px 20px;
  display: grid;
}

.unduhan-icon {
  color: #b91c1c;
  background-color: #fef2f2;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: inline-flex;
}

.unduhan-card strong {
  color: var(--color-ink);
}

.unduhan-meta {
  color: var(--color-brand-strong);
  font-size: .8125rem;
  font-weight: 700;
}

.unduhan-catatan {
  color: var(--color-muted);
  font-size: .9375rem;
  line-height: 1.6;
}

.unduhan-aksi {
  margin-top: 6px;
}

.is-disabled {
  opacity: .6;
  pointer-events: none;
}

.hasil-table {
  border-collapse: collapse;
  background-color: var(--color-paper);
  border: 1px solid var(--color-line);
  border-radius: 16px;
  width: 100%;
  font-size: .9375rem;
  overflow: hidden;
}

.hasil-table th, .hasil-table td {
  text-align: left;
  border-bottom: 1px solid var(--color-line);
  padding: 12px 14px;
}

.hasil-table thead th {
  background-color: var(--color-wash);
  color: var(--color-ink);
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: .8125rem;
}

.hasil-table tbody tr:last-child th, .hasil-table tbody tr:last-child td {
  border-bottom: none;
}

.hasil-badge {
  background-color: var(--color-wash);
  color: var(--color-muted);
  border-radius: 999px;
  padding: 4px 12px;
  font-size: .8125rem;
  font-weight: 700;
  display: inline-block;
}

.hasil-badge.is-lolos {
  color: var(--color-brand-strong);
  background-color: #e8f5ee;
}

.hasil-badge.is-cadangan {
  color: #92690e;
  background-color: #fef9e7;
}

.hasil-badge.is-tidak {
  color: #b91c1c;
  background-color: #fef2f2;
}

.pengumuman-lain {
  grid-template-columns: 1fr;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.pengumuman-lain-card {
  border: 1px solid var(--color-line);
  background-color: var(--color-paper);
  border-radius: 16px;
  gap: 6px;
  padding: 22px 20px;
  display: grid;
}

.pengumuman-lain-card strong {
  color: var(--color-ink);
}

.pengumuman-lain-card span {
  color: var(--color-muted);
  font-size: .9375rem;
  line-height: 1.6;
}

.bantuan-cards {
  grid-template-columns: 1fr;
  gap: 16px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.bantuan-card {
  text-align: center;
  border: 1px solid var(--color-line);
  background-color: var(--color-paper);
  border-radius: 20px;
  justify-items: center;
  gap: 8px;
  padding: 28px 20px;
  display: grid;
}

.bantuan-icon {
  width: 64px;
  height: 64px;
  color: var(--color-brand-strong);
  background-color: #e8f5ee;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.bantuan-card strong {
  color: var(--color-ink);
  font-size: 1rem;
}

.bantuan-card span {
  color: var(--color-muted);
  font-size: .9375rem;
}

.bantuan-grid {
  grid-template-columns: 1fr;
  gap: 16px;
  display: grid;
}

.bantuan-jam, .bantuan-tips {
  border: 1px solid var(--color-line);
  background-color: var(--color-paper);
  color: var(--color-muted);
  border-radius: 16px;
  padding: 22px 20px;
}

.bantuan-jam .info-h2, .bantuan-tips .info-h2 {
  margin-top: 0;
}

.bantuan-tips ul {
  gap: 6px;
  margin: 0;
  padding-left: 20px;
  font-size: .9375rem;
  display: grid;
}

@media (min-width: 640px) {
  .kuota-cards, .bantuan-cards, .panduan-jalur, .pengumuman-lain {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 768px) {
  .info-page {
    padding: 48px 24px 72px;
  }

  .info-title, .jd-title {
    font-size: 2.5rem;
  }

  .jd-card {
    padding: 24px;
  }

  .bantuan-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1024px) {
  .kuota-cards {
    grid-template-columns: repeat(4, 1fr);
  }

  .jd-hero {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 300px);
    align-items: end;
    gap: 32px;
  }

  .jd-grid {
    grid-template-columns: minmax(0, 1fr) 320px;
  }

  .panduan-grid {
    grid-template-columns: minmax(0, 1fr) 320px;
    align-items: start;
  }

  .panduan-side, .jd-side {
    position: sticky;
    top: 88px;
  }

  .bantuan-cards, .unduhan-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  .faq-item summary:after {
    transition: none;
  }
}

.admin-shell {
  grid-template-columns: 1fr;
  min-height: 60vh;
  display: grid;
}

.admin-side {
  color: #e2e8f0;
  background-color: #0f1d18;
  background-image: none;
  border-right: 1px solid #1a382c;
  flex-direction: column;
  gap: 10px;
  padding: 20px 16px;
  display: flex;
}

.admin-brand {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 800;
}

.admin-nav {
  scrollbar-width: thin;
  scrollbar-color: #1a382c transparent;
  flex: auto;
  min-height: 0;
  overflow-y: auto;
}

.admin-nav::-webkit-scrollbar {
  width: 6px;
}

.admin-nav::-webkit-scrollbar-track {
  background: none;
}

.admin-nav::-webkit-scrollbar-thumb {
  background-color: #1a382c;
  border-radius: 999px;
}

.admin-nav::-webkit-scrollbar-thumb:hover {
  background-color: #24493a;
}

.admin-nav ul {
  gap: 4px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.admin-nav a {
  box-sizing: border-box;
  color: #94a3b8;
  opacity: 1;
  border: 1px solid #0000;
  border-radius: 10px;
  align-items: center;
  min-height: 48px;
  padding: 10px 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .14s ease-out, color .14s ease-out;
  display: flex;
  position: relative;
}

.admin-nav a:hover {
  color: #f1f5f9;
  background-color: #ffffff0f;
}

.admin-nav a.is-active {
  color: #fff;
  background: linear-gradient(135deg, #0e6b44 0%, #128353 100%);
  border-color: #0000;
  padding-right: 28px;
  box-shadow: 0 6px 16px #0e6b4459;
}

.admin-nav a.is-active:after {
  content: "";
  background-color: #34d399;
  border-radius: 999px;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  box-shadow: 0 0 6px #34d399cc;
}

.admin-main {
  min-width: 0;
  padding: 24px 16px 64px;
}

.admin-page {
  align-content: start;
  gap: 20px;
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
}

.admin-page h1 {
  letter-spacing: -.01em;
  color: var(--color-ink);
  margin: 0;
  font-size: 1.75rem;
}

.admin-stats {
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.admin-stat {
  border: 1px solid var(--color-line);
  background-color: var(--color-paper);
  border-radius: 16px;
  gap: 4px;
  padding: 18px;
  display: grid;
}

.admin-stat span {
  text-transform: uppercase;
  letter-spacing: .05em;
  color: var(--color-muted);
  font-size: .8125rem;
  font-weight: 700;
}

.admin-stat strong {
  color: var(--color-brand-strong);
  font-size: 1.75rem;
}

.admin-form {
  border: 1px solid var(--color-line);
  background-color: var(--color-paper);
  border-radius: 16px;
  gap: 12px;
  padding: 20px;
  display: grid;
}

.admin-form .btn {
  justify-self: start;
}

.putusan-label {
  color: var(--color-ink);
  gap: 6px;
  font-size: .875rem;
  font-weight: 600;
  display: grid;
}

.putusan-label input[type="text"], .putusan-label select, .putusan-label textarea {
  border: 1px solid var(--color-line);
  background-color: var(--color-paper);
  min-height: 48px;
  color: var(--color-ink);
  font: inherit;
  border-radius: 12px;
  width: 100%;
  padding: 10px 14px;
  font-weight: 400;
}

.putusan-label textarea {
  resize: vertical;
}

.putusan-form {
  gap: 10px;
  min-width: 240px;
  padding: 14px 0 4px;
  display: grid;
}

.putusan-pilih {
  color: var(--color-ink);
  gap: 16px;
  font-weight: 600;
  display: flex;
}

.putusan-pilih input {
  width: 18px;
  height: 18px;
  accent-color: var(--color-brand);
}

.putusan-details summary {
  cursor: pointer;
  color: var(--color-brand-strong);
  min-height: 48px;
  padding: 6px 0;
  font-weight: 700;
}

.seleksi-aksi {
  gap: 12px;
  display: grid;
}

.seleksi-token {
  border: 1px solid var(--color-line);
  background-color: var(--color-paper);
  overflow-wrap: anywhere;
  border-radius: 14px;
  min-width: 0;
  padding: 6px 18px;
}

.seleksi-token summary {
  box-sizing: border-box;
  cursor: pointer;
  color: var(--color-ink);
  align-items: center;
  min-height: 48px;
  padding: 12px 0;
  font-weight: 700;
  display: flex;
}

.seleksi-token ul {
  background-color: var(--color-wash);
  overflow-wrap: anywhere;
  border-radius: 10px;
  gap: 6px;
  margin: 0 0 14px;
  padding: 12px 16px;
  font-family: ui-monospace, monospace;
  font-size: .8125rem;
  display: grid;
}

@media (min-width: 768px) {
  .admin-stats {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1024px) {
  .admin-shell {
    grid-template-columns: 240px minmax(0, 1fr);
  }

  .admin-side {
    height: 100vh;
    position: sticky;
    top: 0;
  }

  .admin-main {
    padding: 32px 32px 72px;
  }
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-blur {
  syntax: "*";
  inherits: false
}

@property --tw-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-invert {
  syntax: "*";
  inherits: false
}

@property --tw-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false
}

/*# sourceMappingURL=apps_web_app_globals_1lkgh9-.css.map*/