 *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  /* ═══════════════════════════════════════════════
     PARALLAX SECTION — Light / OpenCart.id theme
  ═══════════════════════════════════════════════ */
  .prl-section {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 72px 24px;
    overflow: hidden;

    /* Ganti URL dengan background image asli Anda */
    background-image: url('https://images.unsplash.com/photo-1551434678-e076c223a692?w=1600&q=80');
    background-size: cover;
    background-position: center 30%;
    background-attachment: fixed;
  }

  /* Overlay: navy gelap cukup buat teks mudah dibaca,
     tapi lebih terang dari versi dark sebelumnya */
  .prl-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
      160deg,
      rgba(22, 40, 95, 0.82) 0%,
      rgba(15, 30, 75, 0.76) 45%,
      rgba(22, 40, 95, 0.86) 100%
    );
    z-index: 1;
  }

  /* Subtle diagonal line texture — memberi "texture" premium
     tanpa harus dark total */
  .prl-section::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(
      -45deg,
      rgba(255,255,255,0.025) 0px,
      rgba(255,255,255,0.025) 1px,
      transparent 1px,
      transparent 18px
    );
    z-index: 2;
    pointer-events: none;
  }

  /* Glow spot — pakai hijau OpenCart agar nyambung */
  .prl-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    z-index: 2;
    pointer-events: none;
  }
  .prl-glow--green {
    width: 480px; height: 480px;
    background: rgba(126, 211, 33, 0.18);
    top: -120px; right: -80px;
  }
  .prl-glow--navy {
    width: 360px; height: 360px;
    background: rgba(255, 255, 255, 0.06);
    bottom: -80px; left: -40px;
  }

  /* ── Content ───────────────────────────────── */
  .prl-inner {
    position: relative;
    z-index: 3;
    max-width: 780px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  /* Semi-transparent card — menggunakan putih tipis
     agar sesuai dengan card style homepage */
  .prl-card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 20px;
    padding: 52px 48px 48px;
    backdrop-filter: blur(16px) saturate(150%);
    -webkit-backdrop-filter: blur(16px) saturate(150%);
    box-shadow:
      0 0 0 1px rgba(255,255,255,0.06) inset,
      0 24px 56px rgba(0, 0, 0, 0.32);
    transition: transform 0.3s cubic-bezier(.22,.68,0,1.2),
                box-shadow 0.3s ease;
  }
  .prl-card:hover {
    transform: translateY(-3px);
    box-shadow:
      0 0 0 1px rgba(255,255,255,0.1) inset,
      0 32px 64px rgba(0, 0, 0, 0.38);
  }

  /* ── Badge ─────────────────────────────────── */
  .prl-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 5px 15px;
    border-radius: 100px;
    /* Hijau OpenCart agar konsisten dengan brand */
    background: rgba(126, 211, 33, 0.15);
    border: 1px solid rgba(126, 211, 33, 0.4);
    color: #a8e05f;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 24px;
  }
  .prl-badge-dot {
    width: 6px; height: 6px;
    border-radius: 50%;
    background: #7ed321;
    animation: prl-pulse 2s ease-in-out infinite;
    flex-shrink: 0;
  }

  /* ── Heading ─────────────────────────────── */
  .prl-title {
    font-size: clamp(24px, 4vw, 38px);
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: -0.02em;
    color: #ffffff;
    margin-bottom: 18px;
  }
  /* Highlight dengan warna hijau OC — signature brand */
  .prl-title .prl-accent {
    color: #7ed321;
    /* fallback gradient */
    background: linear-gradient(90deg, #9de84a 0%, #5cb800 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }

  /* ── Subtitle ─────────────────────────────── */
  .prl-subtitle {
    font-size: clamp(14px, 2vw, 15.5px);
    font-weight: 400;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 32px;
  }
  .prl-subtitle strong {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
  }

  /* ── Trust icons ──────────────────────────── */
  .prl-proof {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-bottom: 32px;
    flex-wrap: wrap;
  }
  .prl-proof-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12.5px;
    font-weight: 500;
    color: rgba(255,255,255,0.55);
  }
  .prl-proof-check {
    width: 16px; height: 16px;
    border-radius: 50%;
    background: rgba(126,211,33,0.2);
    border: 1px solid rgba(126,211,33,0.5);
    display: flex; align-items: center; justify-content: center;
    font-size: 9px;
    color: #7ed321;
    flex-shrink: 0;
  }
  .prl-proof-sep {
    width: 3px; height: 3px;
    border-radius: 50%;
    background: rgba(255,255,255,0.2);
  }

  /* ── CTA Button ───────────────────────────── */
  .prl-cta {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 15px 34px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    font-size: 14.5px;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #fff;
    position: relative;
    isolation: isolate;
    overflow: hidden;

    /* Navy → navy lebih gelap: konsisten dengan tombol nav "Hire Developer" */
    background: linear-gradient(135deg, #1e3a8a 0%, #16287a 50%, #0f1f64 100%);
    box-shadow:
      0 0 0 1px rgba(255,255,255,0.12) inset,
      0 4px 14px rgba(15, 31, 100, 0.5),
      0 1px 3px rgba(0,0,0,0.3);

    transition: transform 0.2s cubic-bezier(.22,.68,0,1.3),
                box-shadow 0.2s ease,
                filter 0.2s ease;
  }

  /* Green left-border accent — mengikat ke brand OC */
  .prl-cta::after {
    content: '';
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 4px;
    background: linear-gradient(to bottom, #7ed321, #5cb800);
    border-radius: 10px 0 0 10px;
  }

  /* Shimmer */
  .prl-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, transparent 25%, rgba(255,255,255,0.15) 50%, transparent 75%);
    transform: translateX(-100%);
    transition: transform 0.5s ease;
    border-radius: inherit;
  }
  .prl-cta:hover::before { transform: translateX(100%); }
  .prl-cta:hover {
    transform: translateY(-3px) scale(1.02);
    filter: brightness(1.1);
    box-shadow:
      0 0 0 1px rgba(255,255,255,0.18) inset,
      0 8px 24px rgba(15, 31, 100, 0.6),
      0 2px 6px rgba(0,0,0,0.3);
  }
  .prl-cta:active { transform: translateY(0) scale(0.99); }

  /* ── Reassurance note ─────────────────────── */
  .prl-note {
    margin-top: 14px;
    font-size: 11.5px;
    color: rgba(255,255,255,0.35);
    letter-spacing: 0.02em;
  }

  /* ── Keyframes ───────────────────────────── */
  @keyframes prl-pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50%       { opacity: 0.45; transform: scale(0.82); }
  }

  /* ── Responsive ───────────────────────────── */
  @media (max-width: 680px) {
    .prl-section { background-attachment: scroll; min-height: 480px; }
    .prl-card { padding: 36px 22px 32px; border-radius: 16px; }
    .prl-cta { padding: 14px 26px; font-size: 13.5px; }
    .prl-proof-sep { display: none; }
  }

  @media (prefers-reduced-motion: reduce) {
    .prl-cta, .prl-card, .prl-cta::before { transition: none; }
    .prl-badge-dot { animation: none; }
  }