/**
 * Home (pages/home) — load after theme.min.css + brand-overrides.css.
 * Section backgrounds use Bootstrap utilities (bg-light, bg-white, bg-dark, bg-primary).
 */

#page-home.page-home {
  -webkit-font-smoothing: antialiased;
}

:root {
  --sc-navy: #062c42;
  --sc-blue: #006699;
  --sc-blue-light: #1a9fd4;
  --sc-gold: #f59e0b;
  --sc-gold2: #fcd34d;
}

/* Hero (bg-dark on section) */
.sc-hero {
  position: relative;
  overflow: hidden;
}
.sc-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 60% at 75% 50%, rgba(0, 102, 153, 0.2) 0%, transparent 70%),
    radial-gradient(ellipse 45% 70% at 5% 90%, rgba(245, 158, 11, 0.08) 0%, transparent 60%);
  pointer-events: none;
}
.sc-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
}
.sc-hero-inner {
  position: relative;
  z-index: 2;
}

.sc-hero-title {
  font-family: inherit;
  font-size: clamp(2rem, 4vw, 3.1rem);
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}
.sc-hero-title em {
  color: var(--sc-gold);
  font-style: normal;
}

.sc-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(245, 158, 11, 0.14);
  border: 1px solid rgba(245, 158, 11, 0.35);
  color: var(--sc-gold);
  padding: 0.375rem 1rem;
  border-radius: 100px;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.sc-stat-box {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 1rem;
  text-align: center;
}
.sc-stat-box .num {
  font-family: inherit;
  font-size: 1.875rem;
  font-weight: 700;
  color: var(--sc-gold);
  line-height: 1;
}
.sc-stat-box .lbl {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 0.25rem;
}

.sc-hero-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  padding: 1.75rem;
  backdrop-filter: blur(6px);
}
.sc-hero-card-title {
  font-family: inherit;
  color: #fff;
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
  font-weight: 600;
}
.sc-mini-svc {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  padding: 0.75rem 1rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
  margin-bottom: 0.625rem;
  text-decoration: none;
  transition: all 0.2s;
}
.sc-mini-svc:hover {
  background: rgba(0, 102, 153, 0.22);
  border-color: rgba(0, 102, 153, 0.45);
  transform: translateX(4px);
}
.sc-mini-icon {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: rgba(0, 102, 153, 0.3);
  color: var(--sc-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  flex-shrink: 0;
}
.sc-mini-name {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}
.sc-mini-sub {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.4);
}
.sc-wa-quick {
  background: #25d366;
  border-radius: 10px;
  padding: 0.875rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  transition: all 0.2s;
  margin-top: 1.25rem;
}
.sc-wa-quick:hover {
  background: #1ebe5b;
  transform: translateY(-2px);
}

.btn-sc-gold {
  background: var(--sc-gold);
  color: var(--sc-navy);
  font-weight: 700;
  border: none;
  padding: 0.75rem 1.75rem;
  border-radius: 8px;
  transition: all 0.2s;
  box-shadow: 0 4px 16px rgba(245, 158, 11, 0.35);
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.btn-sc-gold:hover {
  background: var(--sc-gold2);
  color: var(--sc-navy);
  transform: translateY(-2px);
}
.btn-sc-outline {
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-weight: 500;
  padding: 0.75rem 1.75rem;
  border-radius: 8px;
  background: transparent;
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.btn-sc-outline:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.6);
}

.sc-trust-item {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--bs-body-color);
  white-space: nowrap;
}

.sc-eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--sc-blue);
  display: block;
  margin-bottom: 0.5rem;
}
.sc-eyebrow-gold {
  color: var(--sc-gold);
}

.bg-dark .sc-eyebrow:not(.sc-eyebrow-gold):not(.text-warning) {
  color: rgba(255, 255, 255, 0.85);
}

.bg-dark .sc-eyebrow.text-warning {
  color: var(--bs-warning, #f59e0b) !important;
}

.sc-cta.bg-primary .sc-eyebrow {
  color: var(--bs-warning, #f59e0b) !important;
}

.sc-cta-title {
  font-size: clamp(1.75rem, 3vw, 2.75rem);
  line-height: 1.2;
}

.sc-section-title {
  font-family: inherit;
  font-weight: 700;
  color: var(--sc-navy);
}

.sc-problem-card {
  background: rgba(255, 255, 255, 0.06) !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
  border-radius: 14px !important;
  transition: all 0.25s;
}
.sc-problem-card:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: rgba(245, 158, 11, 0.25) !important;
  transform: translateY(-3px);
}
.sc-problem-icon {
  font-size: 1.5rem;
  color: #ef4444;
}
.sc-problem-title {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}
.sc-problem-desc {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.65;
  margin: 0;
}

.sc-svc-card {
  border: 1px solid #e2e8f0 !important;
  border-radius: 16px !important;
  transition: all 0.25s;
  text-decoration: none;
  display: block;
  color: inherit;
  height: 100%;
}
.sc-svc-card:hover {
  border-color: var(--sc-blue) !important;
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 102, 153, 0.12);
  color: inherit;
}
.sc-svc-icon {
  width: 50px;
  height: 50px;
  border-radius: 11px;
  background: linear-gradient(135deg, var(--sc-blue), var(--sc-blue-light));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.375rem;
  box-shadow: 0 4px 12px rgba(0, 102, 153, 0.28);
}
.sc-svc-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--sc-navy);
}
.sc-svc-desc {
  font-size: 0.875rem;
  color: #64748b;
  line-height: 1.6;
}
.sc-svc-link {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--sc-blue);
}

.sc-approach-num {
  font-family: inherit;
  font-size: 2rem;
  font-weight: 700;
  color: rgba(0, 102, 153, 0.18);
  line-height: 1;
  min-width: 36px;
}

.sc-step-circle {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--sc-blue), var(--sc-gold));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: inherit;
  font-weight: 700;
  font-size: 1.25rem;
  margin: 0 auto 1rem;
  box-shadow: 0 4px 16px rgba(0, 102, 153, 0.4);
}
.sc-step-title {
  font-weight: 700;
  color: #fff;
  font-size: 0.9375rem;
}
.sc-step-desc {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.5);
}

#page-home .sc-blog-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
#page-home .sc-blog-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(6, 44, 66, 0.1);
  border-color: rgba(0, 102, 153, 0.2);
}
#page-home .sc-blog-thumb-wrap {
  aspect-ratio: 16 / 10;
  background: #f1f5f9;
  overflow: hidden;
}
#page-home .sc-blog-thumb-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#page-home .sc-blog-thumb-placeholder {
  width: 100%;
  height: 100%;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 102, 153, 0.35);
  font-size: 2rem;
}
#page-home .sc-blog-card-body {
  padding: 1rem 1.1rem 1.15rem;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
#page-home .sc-blog-meta {
  font-size: 0.75rem;
  color: #94a3b8;
  margin-bottom: 0.4rem;
}
#page-home .sc-blog-card-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--sc-navy);
  margin: 0 0 0.5rem;
}
#page-home .sc-blog-card:hover .sc-blog-card-title {
  color: var(--sc-blue);
}
#page-home .sc-blog-excerpt {
  font-size: 0.8125rem;
  color: #64748b;
  line-height: 1.5;
  margin: 0;
  flex: 1 1 auto;
}
#page-home .sc-blog-read {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--sc-blue);
  margin-top: 0.75rem;
}

.sc-testi-stars {
  color: var(--sc-gold);
  letter-spacing: 0.08em;
}
.sc-testi-author {
  font-weight: 700;
  color: var(--sc-navy);
  font-size: 0.875rem;
}

.sc-faq-q {
  cursor: pointer;
}

.sc-faq-icon {
  color: var(--sc-blue);
  transition: transform 0.25s;
  flex-shrink: 0;
}
.sc-faq-item.open .sc-faq-icon {
  transform: rotate(45deg);
}
.sc-faq-answer {
  font-size: 0.875rem;
  color: #64748b;
  line-height: 1.7;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}
.sc-faq-item.open .sc-faq-answer {
  max-height: 420px;
  padding-top: 0.75rem;
  padding-bottom: 0.25rem;
}

.sc-tender-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 1.35rem 1.35rem 1.15rem;
  height: 100%;
  transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.sc-tender-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--sc-blue), var(--sc-gold));
  opacity: 0.85;
}
.sc-tender-card:hover {
  border-color: rgba(0, 102, 153, 0.28);
  box-shadow: 0 14px 36px rgba(0, 102, 153, 0.1);
  transform: translateY(-3px);
}
.sc-tender-card a.sc-tender-title-link {
  text-decoration: none;
  color: var(--sc-navy);
}
.sc-tender-card a.sc-tender-title-link:hover {
  color: var(--sc-blue);
}
.sc-tender-title {
  font-family: inherit;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 0.75rem;
}
.sc-tender-pagu {
  display: inline-block;
  align-self: flex-start;
  background: linear-gradient(135deg, rgba(0, 102, 153, 0.1), rgba(245, 158, 11, 0.12));
  color: var(--sc-navy);
  font-weight: 700;
  font-size: 0.8125rem;
  padding: 0.35rem 0.85rem;
  border-radius: 100px;
  margin-bottom: 0.75rem;
  border: 1px solid rgba(0, 102, 153, 0.12);
}
.sc-tender-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 0.65rem;
}
.sc-tender-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.28rem 0.65rem;
  border-radius: 100px;
  background: rgba(0, 102, 153, 0.08);
  color: var(--sc-blue);
  border: 1px solid rgba(0, 102, 153, 0.14);
}
.sc-tender-badge.sc-tender-badge--jenis {
  background: rgba(245, 158, 11, 0.1);
  color: #b45309;
  border-color: rgba(245, 158, 11, 0.25);
}
.sc-tender-desc {
  font-size: 0.8125rem;
  color: #64748b;
  line-height: 1.55;
  margin-bottom: 0.85rem;
  flex: 1 1 auto;
}
.sc-tender-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  padding-top: 0.5rem;
  border-top: 1px solid #f1f5f9;
  margin-top: auto;
}
.sc-tender-date {
  font-size: 0.75rem;
  color: #94a3b8;
}
.sc-tender-phase {
  font-size: 0.7rem;
  font-weight: 700;
  padding: 0.28rem 0.6rem;
  border-radius: 8px;
  background: rgba(245, 158, 11, 0.14);
  color: #92400e;
  border: 1px solid rgba(245, 158, 11, 0.28);
  max-width: 100%;
  text-align: right;
}

/* Hub (SBU / LPSE / jenis) — section bg via Bootstrap */
.sc-hub-section-head {
  text-align: center;
  margin-bottom: 2rem;
}
.sc-hub-section-title {
  font-family: inherit;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 700;
  color: var(--sc-navy);
  margin: 0 0 0.5rem;
}
.sc-hub-section-lead {
  font-size: 0.9375rem;
  color: #64748b;
  margin: 0 auto;
  max-width: 640px;
  line-height: 1.55;
}
.sc-hub-bidang-block {
  margin-bottom: 2rem;
}
.sc-hub-bidang-block:last-child {
  margin-bottom: 0;
}
.sc-hub-bidang-title {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--sc-blue);
  margin: 0 0 0.75rem;
  padding-bottom: 0.35rem;
  border-bottom: 1px solid rgba(0, 102, 153, 0.12);
}
.sc-hub-bidang-title a {
  color: inherit;
  text-decoration: none;
}
.sc-hub-bidang-title a:hover {
  color: var(--sc-navy);
}
a.sc-hub-tile {
  display: flex;
  align-items: center;
  min-height: 100%;
  height: 100%;
  padding: 0.85rem 1rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  color: var(--sc-navy);
  text-decoration: none;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.4;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s, color 0.2s;
  position: relative;
  overflow: hidden;
}
a.sc-hub-tile::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--sc-blue), var(--sc-gold));
  opacity: 0.75;
}
a.sc-hub-tile:hover {
  border-color: rgba(0, 102, 153, 0.28);
  box-shadow: 0 8px 22px rgba(0, 102, 153, 0.1);
  transform: translateY(-2px);
  color: var(--sc-blue);
}
a.sc-hub-tile--cta {
  background: linear-gradient(135deg, rgba(0, 102, 153, 0.08), rgba(245, 158, 11, 0.1));
  border-color: rgba(0, 102, 153, 0.18);
  font-weight: 700;
  color: var(--sc-navy);
}
a.sc-hub-tile--cta:hover {
  color: var(--sc-blue);
}
.sc-hub-footer-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem 1.25rem;
  margin-top: 2rem;
}
.sc-hub-footer-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--sc-blue);
  text-decoration: none;
}
.sc-hub-footer-link:hover {
  color: var(--sc-navy);
}

/* CTA — background from .bg-primary on section */
.sc-cta {
  position: relative;
  overflow: hidden;
}
.sc-cta::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(rgba(245, 158, 11, 0.12), transparent 70%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.sc-form-input {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  color: #fff;
  padding: 0.75rem 1rem;
  font-size: 0.9375rem;
  width: 100%;
  font-family: inherit;
  transition: border-color 0.2s;
  -webkit-appearance: none;
  appearance: none;
}
.sc-form-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.sc-form-input:focus {
  outline: none;
  border-color: rgba(245, 158, 11, 0.5);
  background: rgba(255, 255, 255, 0.1);
}
select.sc-form-input option {
  background: var(--sc-navy);
  color: #fff;
}
textarea.sc-form-input {
  resize: vertical;
  min-height: 90px;
}
.sc-cta-form {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1rem;
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .sc-cta-form {
    padding: 2rem;
  }
}

.sc-wa-sticky {
  position: fixed;
  bottom: 1.75rem;
  right: 1.75rem;
  z-index: 1050;
  background: #25d366;
  color: #fff;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.625rem;
  box-shadow: 0 6px 24px rgba(37, 211, 102, 0.4);
  text-decoration: none;
  transition: all 0.25s;
}
.sc-wa-sticky:hover {
  color: #fff;
  transform: scale(1.1);
}

#page-home .sc-sticky-sidebar {
  top: 5.625rem;
}
