/* ===== HVP v2 — High Value Partnership ===== */
/* All selectors prefixed hvp2- to avoid global CSS conflicts */

.hvp2-wrap { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* ---- HERO ---- */
.hvp2-hero {
  background: #0A1E3D;
  padding: 120px 0 72px;
  overflow: hidden;
  position: relative;
}
.hvp2-hero::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 45%;
  height: 100%;
  background: #0d2450;
  clip-path: polygon(12% 0, 100% 0, 100% 100%, 0% 100%);
}
.hvp2-hero::after {
  content: '';
  position: absolute;
  bottom: 0; right: 10%;
  width: 360px; height: 360px;
  background: radial-gradient(circle, rgba(255,107,53,0.07) 0%, transparent 70%);
  pointer-events: none;
}
.hvp2-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 680px;
}
.hvp2-hero__logo {
  display: block;
  margin-bottom: 2.5rem;
}
.hvp2-hero__logo img {
  height: 56px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
}
.hvp2-label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #FF6B35;
  margin-bottom: 1.25rem;
  display: block;
}
.hvp2-hero h1 {
  font-size: clamp(2.25rem, 4.5vw, 3.375rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 1.25rem;
}
.hvp2-hero h1 span { color: #4da6ff; }
.hvp2-hero__desc {
  font-size: 1.0625rem;
  line-height: 1.8;
  color: rgba(255,255,255,0.72);
  margin-bottom: 2.5rem;
}
.hvp2-hero__cta { display: flex; gap: 1rem; flex-wrap: wrap; }
.hvp2-hero__tag {
  background: rgba(255,107,53,0.12);
  border-top: 1px solid rgba(255,107,53,0.18);
  padding: 0.875rem 0;
  text-align: center;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.08em;
  margin-top: 4rem;
  position: relative; z-index: 1;
}
.hvp2-hero__tag strong { color: rgba(255,255,255,0.8); }

/* ---- Shared section styles ---- */
.hvp2-sec { padding: 5.5rem 0; }
.hvp2-sec--alt { background: #f8fafc; }
.hvp2-eyebrow {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #FF6B35;
  margin-bottom: 0.75rem;
  display: block;
}
.hvp2-sec h2 {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 700;
  color: #0A1E3D;
  margin-bottom: 0.875rem;
  line-height: 1.2;
}
.hvp2-lead {
  font-size: 1rem;
  line-height: 1.8;
  color: #475569;
  max-width: 680px;
}
.hvp2-rule { width: 40px; height: 3px; background: #FF6B35; margin: 1rem 0 2.75rem; }

/* ---- Service accordion list ---- */
.hvp2-service-list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #e2e8f0;
  margin-top: 2.5rem;
}
.hvp2-service-item {
  display: grid;
  grid-template-columns: 56px 1fr 200px;
  gap: 2rem;
  align-items: center;
  padding: 1.5rem 0;
  border-bottom: 1px solid #e2e8f0;
  text-decoration: none;
  color: inherit;
  transition: background 0.15s;
  cursor: pointer;
}
.hvp2-service-item:hover { background: #f8fafc; padding-left: 0.5rem; }
.hvp2-service-item:hover .hvp2-svc-num {
  color: #FF6B35;
  transform: scale(1.08);
}
.hvp2-svc-num {
  font-size: 1.375rem;
  font-weight: 800;
  color: #cbd5e1;
  font-variant-numeric: tabular-nums;
  transition: color 0.2s, transform 0.2s;
  padding-left: 0.5rem;
  display: block;
}
.hvp2-svc-body h3 {
  font-size: 1.0625rem;
  font-weight: 700;
  color: #0A1E3D;
  margin-bottom: 0.35rem;
}
.hvp2-svc-body p {
  font-size: 0.875rem;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}
.hvp2-svc-link {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #0A1E3D;
  text-align: right;
  white-space: nowrap;
  transition: color 0.2s;
}
.hvp2-service-item:hover .hvp2-svc-link { color: #FF6B35; }

/* ---- Approach: large numbered with hover ---- */
.hvp2-approach-list {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #e2e8f0;
}
.hvp2-approach-item {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 3rem;
  align-items: start;
  padding: 2.5rem 0;
  border-bottom: 1px solid #e2e8f0;
  transition: background 0.15s;
  cursor: default;
}
.hvp2-approach-item:hover { background: #f8fafc; padding-left: 0.5rem; }
.hvp2-approach-n {
  font-size: 5rem;
  font-weight: 900;
  color: #f1f5f9;
  line-height: 1;
  letter-spacing: -0.03em;
  transition: color 0.25s, transform 0.25s;
  transform-origin: left center;
}
.hvp2-approach-item:hover .hvp2-approach-n {
  color: rgba(255,107,53,0.25);
  transform: scale(1.06);
}
.hvp2-approach-item h3 {
  font-size: 1.1875rem;
  font-weight: 700;
  color: #0A1E3D;
  margin-bottom: 0.625rem;
  transition: color 0.2s;
}
.hvp2-approach-item:hover h3 { color: #FF6B35; }
.hvp2-approach-item p {
  font-size: 0.9375rem;
  line-height: 1.75;
  color: #475569;
}

/* ---- Stats bar (after pendekatan) ---- */
.hvp2-stats-bar {
  background: #0A1E3D;
  padding: 3.5rem 0;
}
.hvp2-stats-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255,255,255,0.08);
}
.hvp2-stats-cell {
  background: #0A1E3D;
  padding: 2.5rem 2rem;
  text-align: center;
}
.hvp2-stats-val {
  font-size: 2.75rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.hvp2-stats-val em { color: #fff; font-style: normal; }
.hvp2-stats-lbl {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

/* ---- CTA section — professional dark ---- */
.hvp2-cta {
  background: #071628;
  padding: 6rem 0;
  position: relative;
  overflow: hidden;
}
.hvp2-cta::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,107,53,0.4), transparent);
}
.hvp2-cta__inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2px;
  margin-bottom: 4rem;
  background: rgba(255,255,255,0.06);
}
.hvp2-cta__step {
  background: #071628;
  padding: 2rem 2rem 2.25rem;
}
.hvp2-cta__step-num {
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #FF6B35;
  margin-bottom: 0.875rem;
  display: block;
}
.hvp2-cta__step-title {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.5rem;
}
.hvp2-cta__step-body {
  font-size: 0.875rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.5);
}
.hvp2-cta__bottom {
  text-align: center;
}
.hvp2-cta__bottom p {
  font-size: 0.875rem;
  color: rgba(255,255,255,0.45);
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.hvp2-cta__bottom h2 {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  max-width: 600px;
  margin: 0 auto 0.75rem;
}
.hvp2-cta__bottom .sub {
  font-size: 1rem;
  color: rgba(255,255,255,0.55);
  margin-bottom: 2.5rem;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.7;
}
.hvp2-cta__bottom .btn {
  padding: 1rem 2.5rem;
  font-size: 1rem;
  font-weight: 700;
}

/* ---- Responsive ---- */
@media (max-width: 1024px) {
  .hvp2-hero::before { display: none; }
  .hvp2-approach-item { grid-template-columns: 90px 1fr; gap: 1.5rem; }
  .hvp2-approach-n { font-size: 3.5rem; }
  .hvp2-cta__inner { grid-template-columns: 1fr; gap: 1px; }
  .hvp2-stats-inner { grid-template-columns: repeat(2, 1fr); }
  .hvp2-stats-cell:nth-child(2) { border-right: none; }
}
@media (max-width: 768px) {
  .hvp2-hero { padding: 100px 0 56px; }
  .hvp2-hero__logo img { height: 36px; }
  .hvp2-service-item { grid-template-columns: 40px 1fr; gap: 1rem; }
  .hvp2-svc-link { display: none; }
  .hvp2-service-item:hover { padding-left: 0; background: #f8fafc; }
  .hvp2-approach-item:hover { padding-left: 0; }
}
@media (max-width: 480px) {
  .hvp2-hero__inner { max-width: 100%; }
  .hvp2-approach-item { grid-template-columns: 1fr; gap: 0.25rem; }
  .hvp2-approach-n { font-size: 2.25rem; }
  .hvp2-stats-inner { grid-template-columns: 1fr 1fr; }
  .hvp2-cta__inner { grid-template-columns: 1fr; }
}
