/* BilMik V241 — Landing page (selaras login + summary dashboard) */
html:has(body.bilmik-landing-page) {
  font-size: 100% !important;
  scroll-behavior: smooth;
}

body.bilmik-landing-page.guest-body {
  display: block !important;
  padding: 0 !important;
  overflow-x: hidden;
  color: var(--lp-text, #0f172a) !important;
  background: var(--lp-page, #eff6ff) !important;
}

body.bilmik-landing-page .vector-floating-signature-guest {
  opacity: 0.72;
}

.lp-v241 {
  min-height: 100vh;
  color: var(--lp-text, #0f172a);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 10% 0%, color-mix(in srgb, var(--lp-accent, #38bdf8) 16%, transparent), transparent 34%),
    radial-gradient(circle at 92% 8%, color-mix(in srgb, var(--lp-secondary, #1d4ed8) 12%, transparent), transparent 32%),
    linear-gradient(180deg, #fff 0%, var(--lp-page, #eff6ff) 42%, #fff 100%);
}

.lp-wrap {
  width: min(1140px, calc(100% - 32px));
  margin: 0 auto;
}

/* ── Nav ── */
.lp-nav {
  position: sticky;
  top: 0;
  z-index: 30;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--lp-topbar, #153e7e) 88%, #020617),
    color-mix(in srgb, var(--lp-primary, #0f2a5f) 92%, #041024)
  );
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 10px 28px rgba(2, 6, 23, 0.22);
}

.lp-nav-inner {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.55rem 0;
}

.lp-brand {
  display: flex;
  align-items: center;
  gap: 0.72rem;
  text-decoration: none;
  color: #fff;
  flex: 0 0 auto;
}

.lp-brand img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  padding: 0.2rem;
}

.lp-brand strong {
  display: block;
  font-size: 1.15rem;
  line-height: 1.05;
  font-weight: 950;
  letter-spacing: -0.03em;
  color: var(--lp-company-name-color, #fff) !important;
}

.lp-brand span span {
  display: block;
  color: #bfdbfe !important;
  font-size: 0.72rem;
  font-weight: 800;
  margin-top: 0.18rem;
}

.lp-menu {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  flex: 1 1 auto;
  justify-content: center;
}

.lp-menu a {
  color: #e2e8f0 !important;
  text-decoration: none !important;
  font-size: 0.84rem;
  font-weight: 800;
  border-radius: 999px;
  padding: 0.48rem 0.82rem;
  transition: background 0.15s ease, color 0.15s ease;
}

.lp-menu a:hover,
.lp-menu a.active {
  background: rgba(255, 255, 255, 0.14);
  color: #fff !important;
}

.lp-nav-actions {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex: 0 0 auto;
}

.lp-btn-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.52rem 0.95rem;
  font-size: 0.84rem;
  font-weight: 900;
  text-decoration: none !important;
  white-space: nowrap;
  transition: transform 0.15s ease, filter 0.15s ease;
}

.lp-btn-nav:hover {
  transform: translateY(-1px);
}

.lp-btn-nav-soft {
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.08);
}

.lp-btn-nav-primary {
  color: #fff !important;
  background: linear-gradient(135deg, var(--lp-button, #1d4ed8), #2563eb);
  box-shadow: 0 8px 20px rgba(29, 78, 216, 0.28);
}

/* ── Hero ── */
.lp-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  gap: clamp(1.5rem, 3vw, 2.5rem);
  align-items: start;
  padding: clamp(2rem, 4vw, 3.2rem) 0 clamp(1.5rem, 3vw, 2.2rem);
}

.lp-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 999px;
  padding: 0.45rem 0.78rem;
  color: var(--lp-primary, #0f2a5f);
  font-weight: 900;
  font-size: 0.78rem;
}

.lp-badge i {
  color: var(--lp-secondary, #1d4ed8);
}

.lp-hero h1 {
  font-size: clamp(1.75rem, 3.6vw, 3rem);
  line-height: 1.1;
  margin: 0.85rem 0 0.75rem;
  font-weight: 950;
  letter-spacing: -0.04em;
  color: var(--lp-text, #0f172a) !important;
}

.lp-hero h1 span {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.92em;
  color: var(--lp-secondary, #1d4ed8) !important;
  background: none !important;
  -webkit-text-fill-color: currentColor !important;
}

.lp-hero-copy > p {
  font-size: 0.96rem;
  line-height: 1.68;
  color: #475569 !important;
  max-width: 36rem;
  margin: 0 0 1.1rem;
  font-weight: 600;
}

.lp-actions {
  display: flex;
  gap: 0.65rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.lp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.42rem;
  border-radius: 12px;
  padding: 0.72rem 1.05rem;
  text-decoration: none !important;
  font-weight: 950;
  font-size: 0.88rem;
  border: 1px solid transparent;
  white-space: nowrap;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.lp-btn:hover {
  transform: translateY(-1px);
}

.lp-btn-primary {
  background: linear-gradient(135deg, var(--lp-button, #1d4ed8), #2563eb);
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(29, 78, 216, 0.24);
}

.lp-card.dashboard-summary-card .lp-btn-primary,
.lp-card-row .lp-btn-primary {
  color: #fff !important;
}

.lp-card.dashboard-summary-card .lp-btn-primary i,
.lp-card-row .lp-btn-primary i {
  color: #fff !important;
}

.lp-btn-soft {
  background: #fff;
  color: var(--lp-primary, #0f2a5f) !important;
  border-color: #bfdbfe;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.06);
}

.lp-notice {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  padding: 0.72rem 0.85rem;
  border-radius: 12px;
  background: #fffbeb;
  border: 1px solid #fde68a;
  color: #92400e !important;
  font-size: 0.8rem;
  line-height: 1.55;
  font-weight: 700;
  margin-bottom: 1rem;
  max-width: 36rem;
}

.lp-notice i {
  margin-top: 0.12rem;
  flex: 0 0 auto;
}

.lp-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
  max-width: 36rem;
}

.lp-trust-item.dashboard-summary-card {
  position: relative;
  overflow: hidden;
  border-radius: 14px !important;
  padding: 0.78rem 0.85rem !important;
  min-height: 0 !important;
  background: linear-gradient(
    135deg,
    var(--info-box-bg, #dbeafe),
    color-mix(in srgb, var(--info-box-bg, #dbeafe) 74%, #fff)
  ) !important;
  color: var(--info-box-fg, #1e3a8a) !important;
  border: 2px solid color-mix(in srgb, var(--info-box-fg, #1e3a8a) 35%, var(--info-box-bg, #dbeafe)) !important;
  box-shadow: 0 6px 16px color-mix(in srgb, var(--info-box-fg, #1e3a8a) 10%, transparent) !important;
}

.lp-trust-item strong {
  display: block;
  font-size: 1.15rem;
  font-weight: 950;
  color: var(--info-box-fg, #1e3a8a) !important;
  line-height: 1.1;
  padding-bottom: 0.45rem;
  margin-bottom: 0.35rem;
  border-bottom: 1px solid color-mix(in srgb, var(--info-box-fg, #1e3a8a) 28%, transparent);
}

.lp-trust-item span {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.72rem;
  font-weight: 800;
  color: color-mix(in srgb, var(--info-box-fg, #1e3a8a) 78%, #475569) !important;
}

/* Hero visual kanan */
.lp-hero-visual {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: stretch;
  justify-content: center;
}

.lp-hero-visual-frame {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(145deg, #fff 0%, #eff6ff 100%);
  border: 1px solid #bfdbfe;
  box-shadow:
    0 22px 50px rgba(15, 23, 42, 0.12),
    0 8px 20px rgba(29, 78, 216, 0.08);
}

.lp-hero-visual-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 88% 12%, rgba(56, 189, 248, 0.16), transparent 42%);
}

.lp-hero-visual-frame img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.lp-hero-visual-caption {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 800;
  color: #475569 !important;
}

.lp-hero-visual-caption a {
  color: var(--lp-secondary, #1d4ed8) !important;
  text-decoration: none !important;
  font-weight: 900;
}

.lp-hero-visual-caption a:hover {
  text-decoration: underline !important;
}

.lp-hero-visual-caption i {
  margin-right: 0.25rem;
}

/* ── Sections ── */
.lp-section {
  padding: 1.8rem 0;
}

.lp-section-compact {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}

.lp-section-head {
  margin-bottom: 1rem;
}

.lp-section h2 {
  font-size: clamp(1.35rem, 2.2vw, 1.95rem);
  font-weight: 950;
  letter-spacing: -0.03em;
  margin: 0;
  color: var(--lp-text, #0f172a) !important;
}

.lp-section-head p {
  margin: 0.35rem 0 0;
  color: #64748b !important;
  font-size: 0.9rem;
  line-height: 1.55;
  font-weight: 600;
}

.lp-plan-group {
  margin-top: 1.15rem;
}

.lp-plan-group + .lp-plan-group {
  margin-top: 1.65rem;
}

.lp-plan-subtitle {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.75rem;
  font-size: 1rem;
  font-weight: 950;
  color: var(--lp-text, #0f172a) !important;
}

.lp-plan-subtitle::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--lp-primary, #0f2a5f), var(--lp-accent, #38bdf8));
}

.lp-plans,
.lp-services {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}

.lp-plans-voucher {
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
}

.lp-plan {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  padding: 1rem;
  border: 2px solid rgba(15, 23, 42, 0.12) !important;
  border-style: solid !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08) !important;
  transition: transform 0.16s ease, box-shadow 0.16s ease;
}

.lp-plan:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.12) !important;
}

.lp-plan::before {
  content: "";
  position: absolute;
  inset: -70px -70px auto auto;
  width: 140px;
  height: 140px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.35);
  pointer-events: none;
}

.lp-plan-cyan { background: linear-gradient(135deg, #e0f7ff, #f8fdff) !important; border-color: #7dd3fc !important; }
.lp-plan-purple { background: linear-gradient(135deg, #f3e8ff, #fbf7ff) !important; border-color: #c4b5fd !important; }
.lp-plan-blue { background: linear-gradient(135deg, #dbeafe, #f8fbff) !important; border-color: #93c5fd !important; }
.lp-plan-orange { background: linear-gradient(135deg, #ffedd5, #fffaf5) !important; border-color: #fdba74 !important; }
.lp-plan-green { background: linear-gradient(135deg, #dcfce7, #f6fff8) !important; border-color: #86efac !important; }
.lp-plan-teal { background: linear-gradient(135deg, #ccfbf1, #f5fffd) !important; border-color: #5eead4 !important; }
.lp-plan-pink { background: linear-gradient(135deg, #fce7f3, #fff7fb) !important; border-color: #f9a8d4 !important; }
.lp-plan-gold { background: linear-gradient(135deg, #fef9c3, #fffdf0) !important; border-color: #fde047 !important; }

.lp-plan h3 {
  font-size: 1.15rem;
  font-weight: 950;
  line-height: 1.1;
  margin: 0 0 0.45rem;
  color: var(--plan-color, var(--lp-primary)) !important;
  position: relative;
  z-index: 1;
}

.lp-plan .speed {
  display: inline-flex;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(15, 23, 42, 0.08);
  color: var(--plan-color, var(--lp-primary)) !important;
  font-size: 0.76rem;
  font-weight: 900;
  padding: 0.3rem 0.55rem;
  position: relative;
  z-index: 1;
}

.lp-plan p {
  position: relative;
  z-index: 1;
  margin: 0.55rem 0 0;
  color: #475569 !important;
  font-size: 0.76rem;
  line-height: 1.5;
  font-weight: 700;
  padding-bottom: 0.55rem;
  border-bottom: 1px solid rgba(15, 23, 42, 0.1);
}

.lp-plan strong {
  display: block;
  margin-top: 0.65rem;
  color: #0f172a !important;
  font-size: 1rem;
  position: relative;
  z-index: 1;
}

.lp-plan strong span {
  font-size: 0.74rem;
  color: #64748b !important;
  font-weight: 800;
}

/* Services */
.lp-service.dashboard-summary-card {
  position: relative;
  overflow: hidden;
  border-radius: 18px !important;
  padding: 1rem !important;
  min-height: 0 !important;
  background: linear-gradient(
    135deg,
    var(--info-box-bg, #dbeafe),
    color-mix(in srgb, var(--info-box-bg, #dbeafe) 74%, #fff)
  ) !important;
  color: var(--info-box-fg, #1e3a8a) !important;
  border: 1px solid color-mix(in srgb, var(--info-box-fg, #1e3a8a) 22%, var(--info-box-bg, #dbeafe)) !important;
  box-shadow: 0 8px 20px color-mix(in srgb, var(--info-box-fg, #1e3a8a) 10%, transparent) !important;
}

.lp-service .icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.65rem;
  background: color-mix(in srgb, var(--info-box-fg) 14%, #fff);
  border: 1px solid color-mix(in srgb, var(--info-box-fg) 22%, transparent);
  color: var(--info-box-fg) !important;
  font-size: 1rem;
}

.lp-service strong {
  display: block;
  font-size: 0.92rem;
  font-weight: 950;
  color: var(--info-box-fg) !important;
}

.lp-service span {
  display: block;
  margin-top: 0.28rem;
  font-size: 0.76rem;
  line-height: 1.5;
  font-weight: 700;
  color: color-mix(in srgb, var(--info-box-fg) 76%, #475569) !important;
}

/* Card promo APK */
.lp-card.dashboard-summary-card {
  border-radius: 18px !important;
  padding: 1rem 1.1rem !important;
  background: linear-gradient(
    135deg,
    var(--info-box-bg, #dbeafe),
    color-mix(in srgb, var(--info-box-bg, #dbeafe) 74%, #fff)
  ) !important;
  color: var(--info-box-fg, #1e3a8a) !important;
  border: 1px solid color-mix(in srgb, var(--info-box-fg, #1e3a8a) 22%, var(--info-box-bg, #dbeafe)) !important;
  box-shadow: 0 8px 20px color-mix(in srgb, var(--info-box-fg, #1e3a8a) 10%, transparent) !important;
}

.lp-card-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.lp-card h3 {
  margin: 0 0 0.35rem;
  font-size: 1rem;
  font-weight: 950;
  color: var(--info-box-fg) !important;
}

.lp-card p {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.55;
  font-weight: 700;
  color: color-mix(in srgb, var(--info-box-fg) 76%, #475569) !important;
}

/* Footer */
.lp-footer {
  margin-top: 1.5rem;
  padding: 1.5rem 0 1.35rem;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--lp-topbar, #153e7e) 88%, #020617),
    color-mix(in srgb, var(--lp-primary, #0f2a5f) 92%, #041024)
  );
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.lp-footer-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, 1fr);
  gap: 0.85rem;
}

.lp-footer-card {
  border-radius: 16px;
  padding: 0.9rem 0.95rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.lp-footer h4 {
  font-size: 0.9rem;
  font-weight: 950;
  margin: 0 0 0.45rem;
  color: var(--lp-company-name-color, #fff) !important;
}

.lp-footer p,
.lp-footer-contact {
  font-size: 0.78rem;
  line-height: 1.6;
  color: #dbeafe !important;
  font-weight: 600;
  margin: 0;
}

.lp-footer a {
  display: block;
  font-size: 0.78rem;
  line-height: 1.65;
  font-weight: 800;
  color: #93c5fd !important;
  text-decoration: none !important;
}

.lp-footer a:hover {
  color: #fff !important;
}

.lp-footer-contact + .lp-footer-contact,
.lp-footer a + a,
.lp-footer a + .lp-footer-contact {
  margin-top: 0.25rem;
}

.lp-copy {
  text-align: center;
  margin-top: 1rem;
  color: #bfdbfe !important;
  font-size: 0.76rem;
  font-weight: 700;
}

/* Responsive */
@media (max-width: 1050px) {
  .lp-hero {
    grid-template-columns: 1fr;
  }

  .lp-plans,
  .lp-services {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lp-nav-inner {
    flex-wrap: wrap;
  }

  .lp-menu {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 0.15rem;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 640px) {
  .lp-wrap {
    width: min(100% - 24px, 1140px);
  }

  .lp-trust {
    grid-template-columns: 1fr;
  }

  .lp-plans,
  .lp-services,
  .lp-footer-grid {
    grid-template-columns: 1fr;
  }

  .lp-actions .lp-btn {
    width: 100%;
  }

  .lp-card-row .lp-btn {
    width: 100%;
  }

  .lp-nav-actions {
    margin-left: auto;
  }

  .lp-menu a {
    flex: 0 0 auto;
  }
}
