:root {
  --tw-bg-opacity: 1;
  --primary: rgb(3 105 161 / var(--tw-bg-opacity));
  --bg: #ffffff;
  --ink: #000000;
  --muted: #000000;
  --accent: var(--primary);
  --accent-2: var(--primary);
  --surface: #ffffff;
  --surface-2: rgba(3, 105, 161, 0.06);
  --stroke: rgba(3, 105, 161, 0.2);
  --shadow: 0 18px 45px rgba(3, 105, 161, 0.18);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Space Grotesk", system-ui, -apple-system, sans-serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.6;
}

.register-page {
  background: #ffffff;
}

.register-main {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 32px 16px 50px;
}

.register-card {
  width: min(420px, 92vw);
  background: #ffffff;
  border: 1px solid rgba(3, 105, 161, 0.2);
  border-radius: 18px;
  padding: 24px 22px 28px;
  box-shadow: var(--shadow);
  text-align: center;
}

.register-logo {
  width: 110px;
  height: 110px;
  margin: 0 auto 8px;
  display: grid;
  place-items: center;
}

.register-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.register-subtitle {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
}

.register-title {
  margin-top: 10px;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 1px;
}

.register-form {
  margin-top: 20px;
  display: grid;
  gap: 14px;
  text-align: left;
}

.form-step {
  display: none;
  gap: 14px;
}

.form-step.is-active {
  display: grid;
}

.field {
  display: grid;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
}

.field input,
.field select {
  width: 100%;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font: inherit;
}

.field-row {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 8px;
  align-items: center;
}

.country-code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.12);
  font-weight: 600;
}

.register-check {
  display: flex;
  gap: 8px;
  font-size: 12px;
  align-items: flex-start;
}

.register-check input {
  margin-top: 3px;
}

.register-submit {
  width: 140px;
  justify-self: center;
  text-transform: uppercase;
}

.otp-info {
  font-size: 13px;
  text-align: left;
}

.otp-number {
  font-weight: 700;
}

.otp-note {
  font-size: 12px;
  text-align: center;
}

.processing {
  display: grid;
  gap: 6px;
  justify-items: center;
  text-align: center;
  padding: 10px 0 6px;
}

.spinner {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 10px solid rgba(3, 105, 161, 0.2);
  border-top-color: rgba(3, 105, 161, 0.8);
  border-right-color: rgba(3, 105, 161, 0.4);
  animation: spin 1.4s linear infinite;
}

.processing-title {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
}

.processing-subtitle {
  font-size: 12px;
  font-style: italic;
}

.processing-note {
  font-size: 14px;
  text-align: center;
  margin-top: 8px;
}

.register-status {
  margin-top: 18px;
  display: grid;
  gap: 12px;
}

.status-scroll {
  height: 210px;
  overflow: hidden;
  position: relative;
}

.status-track {
  display: grid;
  gap: 12px;
  animation: status-down 14s linear infinite;
}

.status-card {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(3, 105, 161, 0.18);
  background: rgba(3, 105, 161, 0.05);
}

.status-avatar {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-weight: 700;
  background: rgba(3, 105, 161, 0.2);
}

.status-avatar ion-icon {
  width: 20px;
  height: 20px;
  color: #000000;
}

.status-title {
  font-weight: 700;
  font-size: 14px;
}

.status-note {
  font-size: 12px;
}

@keyframes status-down {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0%);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.bg-noise {
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23n)' opacity='.08'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 0;
}

.bg-orbs {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.bg-orbs span {
  position: absolute;
  width: 40vw;
  height: 40vw;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.25;
  background: radial-gradient(circle, rgba(3, 105, 161, 0.35), transparent 65%);
  animation: float 14s ease-in-out infinite;
}

.bg-orbs span:nth-child(1) {
  top: -10vh;
  left: -10vw;
}

.bg-orbs span:nth-child(2) {
  bottom: -20vh;
  right: -10vw;
  animation-delay: -5s;
  background: radial-gradient(circle, rgba(3, 105, 161, 0.3), transparent 65%);
}

.bg-orbs span:nth-child(3) {
  top: 35vh;
  right: 35vw;
  width: 30vw;
  height: 30vw;
  animation-delay: -8s;
  background: radial-gradient(circle, rgba(3, 105, 161, 0.2), transparent 65%);
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0) translateX(0);
  }
  50% {
    transform: translateY(-20px) translateX(18px);
  }
}

.container {
  width: min(1120px, 92vw);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.site-header {
  padding: 28px 0 18px;
  position: sticky;
  top: 0;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(3, 105, 161, 0.15);
  z-index: 10;
}

.header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 16px;
}

.logo {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: #ffffff;
  border: 1px solid rgba(3, 105, 161, 0.25);
  box-shadow: var(--shadow);
}

.logo svg {
  width: 34px;
  height: 34px;
}

.logo img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  display: block;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.nav {
  display: flex;
  gap: 20px;
  font-weight: 500;
}

.nav-link {
  color: var(--ink);
  text-decoration: none;
  position: relative;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 2px;
  width: 0;
  background: var(--accent);
  transition: width 0.3s ease;
}

.nav-link:hover::after {
  width: 100%;
}

.menu-btn {
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  display: none;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
}

.menu-btn span {
  display: block;
  width: 26px;
  height: 2px;
  background: var(--ink);
  border-radius: 999px;
}

.hero {
  padding: 60px 0 90px;
}

.hero-grid {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  align-items: center;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  color: var(--accent-2);
  font-weight: 700;
}

.hero-text h2 {
  font-family: "Source Serif 4", serif;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.1;
  margin: 14px 0;
  text-transform: uppercase;
  text-align: center;
}

.lead {
  font-size: 18px;
  color: var(--muted);
  max-width: 540px;
  text-align: center;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 26px 0 30px;
  justify-content: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.btn-primary {
  background: var(--accent);
  color: #ffffff;
}

.btn-ghost {
  border-color: var(--ink);
  color: var(--ink);
}

.btn-outline {
  border-color: var(--accent-2);
  color: var(--accent-2);
}

.hero-badges {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.badge {
  background: var(--surface);
  border: 1px solid var(--stroke);
  padding: 12px 16px;
  border-radius: 14px;
  box-shadow: var(--shadow);
}

.badge-title {
  display: block;
  font-size: 12px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.badge-value {
  font-weight: 700;
}

.hero-panel {
  display: grid;
  gap: 18px;
}

.panel-card {
  padding: 24px;
  background: var(--surface);
  border-radius: 24px;
  border: 1px solid var(--stroke);
  box-shadow: var(--shadow);
}

.panel-card h3 {
  font-size: 24px;
  margin-bottom: 8px;
}

.panel-list {
  list-style: none;
  margin: 16px 0;
}

.panel-list li {
  padding: 8px 0 8px 18px;
  position: relative;
  color: var(--muted);
}

.panel-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
}

.panel-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
}

.panel-footer a {
  color: var(--accent-2);
  text-decoration: none;
}

.panel-accent {
  padding: 18px 22px;
  background: var(--ink);
  color: #000000;
  border-radius: 20px;
  font-family: "Source Serif 4", serif;
}

.section-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-bottom: 24px;
}

.section-head h2 {
  font-family: "Source Serif 4", serif;
  font-size: clamp(26px, 3vw, 36px);
}

.section-desc {
  color: var(--muted);
  max-width: 360px;
}

.program,
.kategori,
.cek {
  padding: 70px 0;
}

.promo {
  padding: 20px 0 60px;
}

.promo-intro {
  text-align: center;
  font-weight: 600;
  margin-bottom: 18px;
}

.promo-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.promo-card {
  background: var(--surface);
  border-radius: 22px;
  padding: 18px;
  border: 1px solid var(--stroke);
  box-shadow: var(--shadow);
  display: grid;
  gap: 14px;
  text-align: center;
}

.promo-card h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: var(--ink);
}

.promo-media {
  border-radius: 16px;
  padding: 16px;
  min-height: 110px;
  display: grid;
  gap: 6px;
  place-items: center;
  background: linear-gradient(135deg, rgba(3, 105, 161, 0.12), rgba(3, 105, 161, 0.03));
  border: 1px solid rgba(3, 105, 161, 0.2);
}

.promo-media img {
  width: 100%;
  max-width: 240px;
  border-radius: 12px;
  object-fit: cover;
}

.promo-media span {
  font-family: "Bebas Neue", sans-serif;
  font-size: 24px;
  letter-spacing: 1px;
  color: var(--ink);
}

.promo-media small {
  font-size: 12px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.media-blt {
  background: linear-gradient(135deg, rgba(3, 105, 161, 0.18), rgba(3, 105, 161, 0.04));
}

.media-sembako {
  background: linear-gradient(135deg, rgba(3, 105, 161, 0.2), rgba(3, 105, 161, 0.02));
}

.promo-list {
  list-style: none;
  display: grid;
  gap: 6px;
  font-size: 13px;
  color: var(--ink);
}

.promo-note {
  font-size: 14px;
  color: var(--ink);
}

.promo-btn {
  width: 100%;
  justify-content: center;
}

.grid {
  display: grid;
  gap: 20px;
}

.cards {
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.card {
  background: var(--surface);
  border-radius: 20px;
  padding: 20px;
  border: 1px solid var(--stroke);
  box-shadow: var(--shadow);
  animation: rise 0.6s ease forwards;
  opacity: 0;
  transform: translateY(12px);
}

.card:nth-child(1) {
  animation-delay: 0.05s;
}

.card:nth-child(2) {
  animation-delay: 0.1s;
}

.card:nth-child(3) {
  animation-delay: 0.15s;
}

.card:nth-child(4) {
  animation-delay: 0.2s;
}

.card:nth-child(5) {
  animation-delay: 0.25s;
}

.card:nth-child(6) {
  animation-delay: 0.3s;
}

.card:nth-child(7) {
  animation-delay: 0.35s;
}

@keyframes rise {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.tag {
  background: var(--surface-2);
  color: var(--muted);
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
}

.card-value {
  font-size: 22px;
  font-weight: 700;
  margin: 6px 0;
}

.card-note {
  color: var(--muted);
  font-size: 14px;
}

.highlight {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.highlight-card {
  background: var(--ink);
  color: #000000;
  border-radius: 24px;
  padding: 24px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  align-items: center;
  box-shadow: var(--shadow);
}

.highlight-visual {
  width: 82px;
  height: 82px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.1);
  display: grid;
  place-items: center;
  font-weight: 700;
}

.icon {
  font-family: "Bebas Neue", sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
}

.mini-list {
  list-style: none;
  margin: 10px 0 16px;
}

.mini-list li {
  margin-bottom: 6px;
  color: #000000;
}

.link {
  color: #000000;
  text-decoration: underline;
  font-weight: 600;
}

.cek-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.info-box {
  margin-top: 22px;
  padding: 18px;
  border-radius: 16px;
  background: var(--surface);
  border: 1px solid var(--stroke);
  box-shadow: var(--shadow);
}

.cek-form {
  background: var(--surface);
  border-radius: 22px;
  padding: 24px;
  border: 1px solid var(--stroke);
  box-shadow: var(--shadow);
  display: grid;
  gap: 16px;
}

.cek-form label {
  display: grid;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
}

.cek-form input,
.cek-form select {
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid var(--stroke);
  font: inherit;
}

.form-note {
  font-size: 14px;
  color: var(--muted);
}

.site-footer {
  padding: 50px 0 24px;
  background: var(--ink);
  color: #000000;
}

.footer-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  margin-bottom: 24px;
}

.footer-title {
  font-weight: 700;
  margin-bottom: 6px;
}

.footer-bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 16px;
  font-size: 14px;
  color: #000000;
}

@media (min-width: 1024px) {
  .hero {
    padding: 80px 0 110px;
  }

  .promo-grid {
    gap: 28px;
  }

  .cards {
    grid-template-columns: repeat(3, minmax(220px, 1fr));
  }
}

@media (max-width: 1024px) {
  .section-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .section-desc {
    max-width: 100%;
  }
}

@media (max-width: 900px) {
  .nav {
    display: none;
  }

  .menu-btn {
    display: flex;
  }

  .hero {
    padding: 40px 0 60px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .promo-grid,
  .cards,
  .highlight,
  .cek-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .promo-card,
  .card,
  .highlight-card,
  .cek-form {
    padding: 16px;
  }
}

@media (max-width: 600px) {
  .container {
    width: min(560px, 90vw);
  }

  .hero {
    padding-top: 40px;
  }

  .hero-text h2 {
    font-size: clamp(24px, 7vw, 32px);
  }

  .lead {
    font-size: 15px;
  }

  .btn {
    width: 100%;
  }

  .promo-media {
    min-height: 90px;
  }

  .promo-list,
  .mini-list {
    font-size: 12px;
  }

  .panel-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .highlight-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  .logo {
    width: 42px;
    height: 42px;
  }

  .logo img {
    width: 28px;
    height: 28px;
  }

  .menu-btn {
    width: 40px;
    height: 40px;
  }
}
