:root {
  --portal8-overlay: rgba(13, 34, 66, 0.78);
  --portal8-surface: rgba(255, 255, 255, 0.96);
  --portal8-border: rgba(16, 24, 40, 0.08);
  --portal8-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

.portal8-brand img,
.portal8-footer-logo {
  max-height: 58px;
  width: auto;
}

.portal8-nav-btn {
  white-space: nowrap;
}

.portal8-hero {
  position: relative;
  padding: 170px 0 120px;
}

.portal8-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(20, 51, 92, 0.85), rgba(19, 184, 166, 0.45)),
    var(--portal8-overlay);
  z-index: 1;
}

.portal8-hero .content_above {
  position: relative;
  z-index: 2;
}

.portal8-hero-copy h1,
.portal8-hero-copy p,
.portal8-hero-copy .portal8-kicker {
  color: #fff;
}

.portal8-kicker {
  display: inline-block;
  margin-bottom: 18px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.portal8-hero-copy h1 {
  margin-bottom: 22px;
  font-size: 56px;
  line-height: 1.15;
}

.portal8-hero-copy p {
  max-width: 680px;
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 1.9;
}

.portal8-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.portal8-btn-karyakarta {
  background: linear-gradient(135deg, #f59e0b, #ea580c);
  border: 1px solid transparent;
  color: #fff;
}

.portal8-btn-karyakarta:hover,
.portal8-btn-karyakarta:focus {
  background: linear-gradient(135deg, #d97706, #c2410c);
  color: #fff;
}

.portal8-btn-karyakarta-outline {
  border: 1px solid #ea580c;
  background: rgba(234, 88, 12, 0.08);
  color: #c2410c;
}

.portal8-btn-karyakarta-outline:hover,
.portal8-btn-karyakarta-outline:focus {
  background: #ea580c;
  border-color: #ea580c;
  color: #fff;
}

.portal8-summary,
.portal8-access-card {
  border: 1px solid var(--portal8-border);
  border-radius: 18px;
  box-shadow: var(--portal8-shadow);
}

.feature-boxes {
  align-items: stretch;
}

.feature-boxes > div {
  display: flex;
  margin-bottom: 30px;
}

.icon-box-nine {
  width: 100%;
  min-height: 100%;
}

.portal8-summary {
  background: var(--portal8-surface);
}

.portal8-badge {
  display: inline-block;
  margin-bottom: 16px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(42, 96, 241, 0.1);
  color: #2a60f1;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.portal8-summary h4 {
  margin-bottom: 18px;
}

.portal8-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.portal8-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 14px;
  color: #5f6c7b;
}

.portal8-list .la {
  margin-top: 4px;
  color: #0a58ca;
  font-size: 18px;
}

.portal8-emblem {
  display: block;
  max-width: 88px;
  margin: 28px auto 0;
}

.portal8-access-grid .col-lg-4 {
  margin-bottom: 30px;
}

.portal8-access-card .card-body {
  padding: 36px 30px;
}

.portal8-access-card .la {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: rgba(42, 96, 241, 0.1);
  color: #2a60f1;
  font-size: 28px;
}

.portal8-access-card h5 {
  margin-bottom: 14px;
}

.portal8-access-card p {
  min-height: 84px;
}

.portal8-footer .footer__big {
  background: #f8fafc;
}

.portal8-footer .footer__small {
  background: #edf2f7;
}

@media (max-width: 991px) {
  .portal8-hero {
    padding: 140px 0 90px;
  }

  .portal8-hero-copy h1 {
    font-size: 42px;
  }

  .portal8-summary {
    margin-top: 40px;
  }

}

@media (max-width: 767px) {
  .top_bar--info ul {
    flex-direction: column;
    gap: 10px;
  }

  .portal8-hero-copy h1 {
    font-size: 34px;
  }

  .portal8-hero-copy p {
    font-size: 16px;
    line-height: 1.8;
  }

  .portal8-actions .btn,
  .portal8-access-card .btn,
  .portal8-nav-btn {
    width: 100%;
    text-align: center;
  }

  .portal8-brand img,
  .portal8-footer-logo {
    max-height: 48px;
  }
}
