:root {
  --bg: #ffffff;
  --surface: #ffffff;
  --ink: #0b1422;
  --muted: #667085;
  --soft: #f6f8fb;
  --line: #e4e9f0;
  --brand: #071426;
  --brand-2: #0d2340;
  --brand-soft: #eef3f8;
  --dark: #0b1422;
  --green: #22c55e;
  --green-2: #16a34a;
  --yellow: #ffd166;
  --radius: 20px;
  --radius-lg: 28px;
  --pill: 999px;
  --shadow: 0 22px 60px rgba(16, 24, 40, .10);
  --shadow-sm: 0 12px 32px rgba(16, 24, 40, .07);
  --shadow-brand: 0 16px 36px rgba(7, 20, 38, .20);
  --font: "Manrope", Arial, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --nav-h: 70px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; }
body {
  min-width: 320px;
  font-family: var(--font);
  color: var(--ink);
  background: #ffffff;
  font-size: 15.5px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
body.menu-open, body.no-scroll { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select { font: inherit; }
button { cursor: pointer; }
p { margin: 0; color: var(--muted); line-height: 1.72; }
h2 { margin: 0; font-size: clamp(30px, 4vw, 48px); line-height: 1.08; letter-spacing: -.04em; font-weight: 800; }
h3 { margin: 0; font-size: 18px; line-height: 1.25; letter-spacing: -.02em; font-weight: 800; }
.container { width: min(1120px, calc(100% - 32px)); margin-inline: auto; }
.narrow { width: min(840px, calc(100% - 32px)); }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 99999; transform: translateY(-150%); padding: 10px 14px; border-radius: 12px; background: #fff; box-shadow: var(--shadow-sm); }
.skip-link:focus { transform: none; }

.site-header { position: fixed; inset: 14px 0 auto; z-index: 1000; pointer-events: none; transition: .25s ease; }
.site-header.scrolled { inset: 0 0 auto; }
.nav-wrap { min-height: var(--nav-h); display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 10px 14px 10px 18px; border: 1px solid rgba(7,20,38,.12); border-radius: var(--pill); background: rgba(255,255,255,.94); box-shadow: 0 12px 40px rgba(16,24,40,.08); backdrop-filter: blur(16px); pointer-events: auto; transition: .25s ease; }
.site-header.scrolled .nav-wrap { width: 100%; border-radius: 0 0 24px 24px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; flex: 0 0 auto; }
.brand img { height: 38px; width: auto; object-fit: contain; border-radius: 10px; }
.nav-menu { list-style: none; display: flex; align-items: center; gap: 3px; margin: 0; padding: 0; }
.nav-menu a { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; padding: 0 12px; border-radius: var(--pill); color: #344054; text-decoration: none; font-size: 13px; font-weight: 700; transition: .2s ease; }
.nav-menu a:hover, .nav-menu a.is-active { color: var(--brand); background: var(--brand-soft); }
.nav-menu .nav-pill { color: #fff; background: var(--brand); box-shadow: var(--shadow-brand); }
.nav-menu .nav-pill:hover { color: #fff; background: var(--brand-2); }
.nav-toggle { display: none; width: 46px; height: 46px; border: 1px solid rgba(7,20,38,.15); border-radius: 16px; background: var(--brand-soft); }
.nav-toggle span { display: block; width: 22px; height: 2px; margin: 5px auto; border-radius: 4px; background: var(--brand); transition: .22s ease; }
.nav-toggle.is-active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.is-active span:nth-child(2) { opacity: 0; }
.nav-toggle.is-active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.hero-new { position: relative; min-height: auto; padding: 138px 0 76px; overflow: hidden; color: var(--ink); background: #fff; }
.hero-bg, .hero-bg img, .hero-pattern { position: absolute; inset: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; opacity: .045; filter: grayscale(1); }
.hero-pattern { background: radial-gradient(circle at 12% 20%, rgba(7,20,38,.08), transparent 28rem), radial-gradient(circle at 86% 18%, rgba(7,20,38,.055), transparent 30rem), linear-gradient(180deg, #fff 0%, #fff 72%, #f8fafc 100%); }
.hero-pattern::after { content: ""; position: absolute; inset: auto -8% -70px -8%; height: 160px; background: #fff; transform: rotate(-2deg); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); align-items: center; gap: 42px; }
.eyebrow, .section-kicker, .modal-eyebrow { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 14px; color: var(--brand); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.eyebrow span { width: 9px; height: 9px; border-radius: 99px; background: var(--green); box-shadow: 0 0 0 6px rgba(34,197,94,.14); }
.hero-copy h1 { max-width: 720px; margin: 0; font-size: clamp(34px, 5vw, 58px); line-height: 1.08; letter-spacing: -.045em; font-weight: 850;}
.hero-lead { max-width: 650px; margin-top: 20px; font-size: clamp(15.5px, 1.55vw, 18px); color: #667085; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 0 20px; border: 0; border-radius: var(--pill); text-decoration: none; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; white-space: nowrap; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: linear-gradient(135deg, var(--brand), var(--brand-2)); box-shadow: var(--shadow-brand); }
.btn-glass, .btn-light { color: var(--brand); background: #fff; border: 1px solid rgba(7,20,38,.16); box-shadow: var(--shadow-sm); }
.hero-proof { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; max-width: 620px; margin-top: 30px; }
.hero-proof div { padding: 15px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: var(--shadow-sm); }
.hero-proof strong { display: block; color: var(--brand); font-size: 18px; font-weight: 850; }
.hero-proof span { display: block; margin-top: 4px; color: var(--muted); font-size: 12.5px; }
.admin-line { margin-top: 16px; color: var(--muted); font-weight: 700; }
.hero-card { justify-self: end; width: min(100%, 430px); padding: 26px; border-radius: 30px; background: #fff; box-shadow: var(--shadow); border: 1px solid var(--line); }
.card-topline { display: inline-flex; gap: 9px; align-items: center; padding: 8px 12px; border-radius: var(--pill); background: #ecfdf3; color: #067647; font-size: 12px; font-weight: 850; }
.status-dot { width: 9px; height: 9px; border-radius: 99px; background: var(--green); }
.price-box { margin: 20px 0; padding: 20px; border-radius: 24px; background: linear-gradient(180deg, #fff, #f9fafb); border: 1px solid var(--line); }
.price-box > span { display: block; color: var(--muted); font-size: 12.5px; font-weight: 700; }
.price-box strong { display: block; margin: 8px 0; color: var(--brand); font-size: clamp(28px, 3vw, 38px); line-height: 1; letter-spacing: -.04em; font-weight: 900; }
.price-box strong span { font-size: 15px; color: var(--muted); letter-spacing: 0; }
.price-box small { display: block; color: var(--muted); line-height: 1.55; }
.hero-checklist { list-style: none; display: grid; gap: 12px; margin: 0; padding: 0; }
.hero-checklist li { display: flex; gap: 10px; color: #344054; font-size: 14px; font-weight: 700; line-height: 1.5; }
.hero-checklist i { color: var(--brand); font-size: 18px; }

.trust-strip { position: relative; z-index: 2; margin-top: -24px; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.trust-item { display: flex; align-items: center; gap: 12px; min-height: 76px; padding: 16px; border-radius: 22px; background: #fff; box-shadow: var(--shadow-sm); border: 1px solid var(--line); font-weight: 800; color: #344054; }
.trust-item i { color: var(--brand); font-size: 23px; }

.section { padding: 86px 0; background: #fff; }
.section-head { max-width: 760px; margin: 0 auto 40px; text-align: center; }
.section-head p, .section-copy p { margin-top: 14px; font-size: 16px; }
.two-col, .docs-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 48px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; color: var(--brand); text-decoration: none; font-weight: 850; }
.need-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.need-card, .flow-step { padding: 24px; border-radius: 26px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.need-card i { display: inline-grid; place-items: center; width: 48px; height: 48px; margin-bottom: 18px; border-radius: 16px; color: var(--brand); background: var(--brand-soft); font-size: 23px; }
.need-card p, .flow-step p { margin-top: 10px; font-size: 14px; }
.problem-section, .flow-section, .docs-section { background: linear-gradient(180deg, #fff, #fbfcfe); }
.package-section, .faq-section { background: #fff; }
.paket-loading, .note-box { width: fit-content; max-width: 100%; margin: 0 auto 24px; padding: 12px 16px; border-radius: var(--pill); background: #f8fafc; border: 1px solid var(--line); color: var(--muted); font-size: 13px; font-weight: 800; }
.note-box { margin-top: 28px; text-align: center; }
.paket-wrapper { display: grid; grid-template-columns: repeat(auto-fit, minmax(255px, 1fr)); gap: 18px; }
.paket-card { position: relative; display: flex; flex-direction: column; min-height: 352px; padding: 24px; overflow: hidden; border-radius: 28px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm); transition: .22s ease; }
.paket-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.paket-card.populer { color: var(--ink); background: #fff; border: 2px solid rgba(7,20,38,.28); }
.paket-badge { position: absolute; top: 18px; right: 18px; padding: 7px 10px; border-radius: var(--pill); background: var(--brand-soft); color: var(--brand); font-size: 11px; font-weight: 900; }
.paket-icon-wrap { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 18px; background: var(--brand-soft); color: var(--brand); margin-bottom: 18px; }
.paket-icon-wrap i { font-size: 27px; }
.paket-card h3 { padding-right: 82px; font-size: 20px; }
.speed { margin-top: 8px; color: var(--brand); font-weight: 900; }
.paket-desc { margin: 16px 0 22px; flex: 1; font-size: 14px; }
.price { color: var(--ink); font-size: 30px; font-weight: 900; letter-spacing: -.045em; }
.price span { font-size: 13px; color: var(--muted); letter-spacing: 0; }
.btn-paket { width: 100%; min-height: 50px; margin-top: 18px; border: 0; border-radius: var(--pill); color: #fff; background: linear-gradient(135deg, var(--brand), var(--brand-2)); font-weight: 900; }
.btn-paket-white { color: #fff; background: linear-gradient(135deg, var(--brand), var(--brand-2)); }
.paket-empty { grid-column: 1 / -1; padding: 26px; border-radius: 24px; background: #f8fafc; border: 1px solid var(--line); text-align: center; color: var(--muted); font-weight: 800; }
.compare-section { padding-top: 0; }
.compare-card { display: flex; align-items: center; justify-content: space-between; gap: 26px; padding: 34px; border-radius: 30px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.compare-card p { margin-top: 12px; }
.flow-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.flow-step span { display: inline-grid; place-items: center; width: 42px; height: 42px; margin-bottom: 18px; border-radius: 15px; background: var(--brand); color: #fff; font-weight: 900; }
.docs-section { padding-top: 0; }
.doc-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.doc-list div { display: flex; align-items: center; gap: 12px; padding: 18px; border-radius: 22px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm); font-weight: 800; }
.doc-list i { color: var(--brand); font-size: 23px; }
.faq-list { display: grid; gap: 12px; }
details { overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: var(--shadow-sm); }
summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 16px; padding: 20px 22px; font-weight: 900; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; color: var(--brand); font-size: 24px; line-height: 1; }
details[open] summary::after { content: "\2212"; }
details p { padding: 0 22px 22px; }
.final-cta { padding: 78px 0; background: #fff; }
.final-card { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 36px; border-radius: 32px; color: var(--ink); background: linear-gradient(135deg, #fff, #f5f8fb); border: 1px solid rgba(7,20,38,.14); box-shadow: var(--shadow-sm); }
.final-card p { margin-top: 12px; }
.site-footer { padding: 64px 0 28px; background: #fff; color: var(--ink); border-top: 1px solid var(--line); }
.footer-shell-clean, .footer-grid { display: grid; grid-template-columns: 1.25fr .7fr .7fr 1fr; gap: 28px; align-items: start; }
.footer-logo { height: 42px; width: auto; margin-bottom: 16px; border-radius: 10px; }
.site-footer h3 { margin: 0 0 14px; font-size: 16px; }
.site-footer p { color: var(--muted); }
.site-footer a, .footer-button { display: block; margin: 9px 0; color: var(--muted); text-decoration: none; background: transparent; border: 0; padding: 0; text-align: left; }
.site-footer a:hover, .footer-button:hover { color: var(--brand); }
.footer-contact-list { list-style: none; margin: 0; padding: 0; }
.footer-contact-list li { margin-bottom: 9px; color: var(--muted); line-height: 1.6; }
.footer-contact-list a { display: inline; color: var(--brand); }
.footer-bottom-clean, .footer-bottom { display: grid; gap: 8px; margin-top: 34px; padding-top: 22px; border-top: 1px solid var(--line); text-align: center; }
.footer-bottom-clean p, .footer-bottom p { max-width: 920px; margin-inline: auto; font-size: 13px; }
.footer-copyright { color: var(--ink) !important; font-weight: 800; }
.wa-float { position: fixed; right: 18px; bottom: 18px; z-index: 990; display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 0 18px; border-radius: var(--pill); color: #fff; background: linear-gradient(135deg, var(--green), var(--green-2)); text-decoration: none; font-weight: 900; box-shadow: 0 18px 46px rgba(34,197,94,.28); }
.wa-float:hover { transform: translateY(-2px); }
.modal { position: fixed; inset: 0; z-index: 2000; display: none; align-items: center; justify-content: center; padding: 18px; background: rgba(17, 24, 39, .62); backdrop-filter: blur(10px); overflow-y: auto; }
.modal.is-open { display: flex; }
.modal-dialog { width: min(760px, 100%); }
.modal-content { position: relative; width: 100%; padding: 28px; border-radius: 28px; background: #fff; box-shadow: 0 34px 90px rgba(0,0,0,.24); animation: pop .2s ease; }
@keyframes pop { from { opacity: 0; transform: translateY(12px) scale(.98); } to { opacity: 1; transform: none; } }
.close-modal { position: absolute; top: 16px; right: 16px; width: 40px; height: 40px; border: 0; border-radius: 14px; background: #f2f4f7; color: var(--muted); font-size: 26px; line-height: 1; }
.modal-content h2 { margin: 0 42px 8px 0; font-size: 28px; line-height: 1.1; letter-spacing: -.035em; }
.modal-subtitle { margin-bottom: 22px; color: var(--muted); }
.modal-list { display: grid; gap: 12px; }
.modal-paket-item { display: grid; grid-template-columns: 1fr auto; gap: 16px; align-items: center; padding: 18px; border-radius: 22px; background: #f8fafc; border: 1px solid var(--line); }
.modal-paket-item.is-populer { background: var(--brand-soft); border-color: rgba(7,20,38,.18); }
.modal-paket-head { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; color: var(--ink); font-weight: 900; }
.modal-badge-populer { padding: 4px 9px; border-radius: var(--pill); background: var(--brand); color: #fff; font-size: 10px; font-weight: 900; }
.modal-paket-price { margin-top: 5px; color: var(--brand); font-size: 21px; font-weight: 900; }
.modal-paket-price span { color: var(--muted); font-size: 12px; }
.modal-paket-note { margin-top: 8px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.modal-paket-recommendation { color: #263244; font-weight: 800; }
.modal-paket-actions { display: flex; flex-direction: column; gap: 10px; align-items: stretch; }
.modal-paket-link { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; padding: 0 18px; border: 0; border-radius: var(--pill); background: var(--brand); color: #fff; font-weight: 900; }
.modal-paket-link-wa { background: linear-gradient(135deg, #25D366, #128C7E); box-shadow: 0 12px 28px rgba(37, 211, 102, .28); }
.modal-paket-link-wa:hover { background: linear-gradient(135deg, #22c55e, #128c7e); }
.skema-wrapper { margin-top: 10px; }
.skema-title { margin-bottom: 8px; color: var(--ink); font-size: 12px; font-weight: 900; }
.skema-list { display: flex; flex-wrap: wrap; gap: 8px; }
.skema-option { position: relative; cursor: pointer; }
.skema-option input { position: absolute; opacity: 0; pointer-events: none; }
.badge { display: inline-flex; align-items: center; min-height: 34px; padding: 6px 12px; border-radius: var(--pill); background: #fff; border: 1px solid var(--line); color: var(--ink); font-size: 12px; font-weight: 900; }
.badge.highlight { color: #067647; background: #ecfdf3; }
.skema-option input:checked + .badge { background: var(--brand); color: #fff; border-color: var(--brand); }
.skema-option input:checked + .badge.highlight { background: #067647; border-color: #067647; }
.skema-benefit-info { padding: 10px 12px; border-radius: 14px; background: #eff6ff; border: 1px solid #bfdbfe; color: #1d4ed8; font-weight: 800; }
.skema-benefit-info[hidden] { display: none; }
.reveal, html.has-js .reveal, html.has-js .reveal.is-visible { opacity: 1 !important; visibility: visible !important; transform: none !important; }
@media (max-width: 1020px) { .hero-grid, .two-col, .docs-grid { grid-template-columns: 1fr; } .hero-card { justify-self: start; width: 100%; } .trust-grid, .flow-grid { grid-template-columns: repeat(2, 1fr); } .footer-shell-clean, .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .compare-card, .final-card { align-items: flex-start; flex-direction: column; } }
@media (max-width: 760px) { .container { width: min(100% - 28px, 1120px); } .site-header { inset: 10px 0 auto; } .nav-wrap { min-height: 64px; border-radius: 22px; } .brand img { height: 34px; } .nav-toggle { display: block; } .nav-menu { position: fixed; left: 14px; right: 14px; top: 82px; display: grid; gap: 8px; padding: 14px; border: 1px solid rgba(7,20,38,.12); border-radius: 24px; background: rgba(255,255,255,.98); box-shadow: var(--shadow); transform: translateY(-12px); opacity: 0; pointer-events: none; transition: .22s ease; } .nav-menu.is-open { transform: none; opacity: 1; pointer-events: auto; } .nav-menu a { justify-content: flex-start; } .hero-new { padding: 116px 0 56px; } .hero-copy h1 { font-size: clamp(34px, 10vw, 48px); } .hero-proof, .need-grid, .doc-list, .trust-grid, .flow-grid, .footer-shell-clean, .footer-grid { grid-template-columns: 1fr; } .hero-actions .btn, .compare-card .btn, .final-card .btn { width: 100%; } .section { padding: 64px 0; } .compare-section, .docs-section { padding-top: 0; } .modal-paket-item { grid-template-columns: 1fr; } .modal-paket-link { width: 100%; } .wa-float { left: 14px; right: 14px; bottom: 14px; } .site-footer { padding-bottom: 90px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; } }

/* =========================================================
   ADD-ON CSS HALAMAN LEGAL WIFFI MURAH
   Tempel di PALING BAWAH /assets/css/style.css
   Untuk class HTML: tentang-kami, kebijakan-privasi,
   refund-cancellation-policy.
   ========================================================= */

/* Legacy header compatibility: .navbar, .nav-container, .menu, .nav-links */
header .navbar {
  position: fixed;
  inset: 14px 0 auto;
  z-index: 1000;
  pointer-events: none;
  transition: .25s ease;
}

header .navbar.scrolled {
  inset: 0 0 auto;
}

.nav-container {
  min-height: var(--nav-h, 70px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 14px 10px 18px;
  border: 1px solid rgba(7, 20, 38, .12);
  border-radius: var(--pill, 999px);
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 12px 40px rgba(16, 24, 40, .08);
  backdrop-filter: blur(16px);
  pointer-events: auto;
}

.navbar.scrolled .nav-container {
  width: 100%;
  border-radius: 0 0 24px 24px;
}

.menu,
.nav-links {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 3px;
  margin: 0;
  padding: 0;
}

.menu a,
.nav-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 12px;
  border-radius: var(--pill, 999px);
  color: #344054;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  transition: .2s ease;
}

.menu a:hover,
.menu a.active,
.nav-links a:hover,
.nav-links a.active {
  color: var(--brand, #071426);
  background: var(--brand-soft, #eef3f8);
}

.nav-cta {
  color: #fff !important;
  background: linear-gradient(135deg, var(--brand, #071426), var(--brand-2, #0d2340));
  box-shadow: var(--shadow-brand, 0 16px 36px rgba(7, 20, 38, .20));
}

.hamburger,
.nav-toggle {
  flex: 0 0 auto;
}

.nav-toggle-bar {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  border-radius: 4px;
  background: var(--brand, #071426);
  transition: .22s ease;
}

.nav-toggle.is-active .nav-toggle-bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-toggle.is-active .nav-toggle-bar:nth-child(2) {
  opacity: 0;
}

.nav-toggle.is-active .nav-toggle-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Page hero legal */
.page-hero {
  position: relative;
  padding: 138px 0 72px;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 20%, rgba(7, 20, 38, .08), transparent 28rem),
    radial-gradient(circle at 86% 18%, rgba(7, 20, 38, .055), transparent 30rem),
    linear-gradient(180deg, #fff 0%, #fff 72%, #f8fafc 100%);
}

.page-hero .container {
  position: relative;
  z-index: 1;
  max-width: 900px;
}

.page-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 8px 12px;
  border: 1px solid rgba(7, 20, 38, .14);
  border-radius: var(--pill, 999px);
  color: var(--brand, #071426);
  background: #fff;
  box-shadow: var(--shadow-sm, 0 12px 32px rgba(16, 24, 40, .07));
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.page-hero h1 {
  max-width: 850px;
  margin: 0;
  color: var(--ink, #0b1422);
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.08;
  letter-spacing: -.045em;
  font-weight: 850;
}

.page-hero p {
  max-width: 760px;
  margin-top: 20px;
  color: #667085;
  font-size: clamp(15.5px, 1.55vw, 18px);
  line-height: 1.72;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  color: var(--muted, #667085);
  font-size: 13px;
  font-weight: 700;
}

.breadcrumb a {
  color: var(--brand, #071426);
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

/* Legal content layout */
.legal-section {
  padding: 78px 0;
  background: #fff;
}

.legal-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  align-items: start;
}

.legal-card,
.legal-sidebar-card,
.info-box,
.notice-box,
.legal-cta {
  border: 1px solid var(--line, #e4e9f0);
  background: #fff;
  box-shadow: var(--shadow-sm, 0 12px 32px rgba(16, 24, 40, .07));
}

.legal-card {
  padding: clamp(24px, 4vw, 42px);
  border-radius: 30px;
}

.legal-card > * + * {
  margin-top: 18px;
}

.legal-card h2 {
  margin-top: 34px;
  color: var(--ink, #0b1422);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.15;
  letter-spacing: -.035em;
}

.legal-card h2:first-child {
  margin-top: 0;
}

.legal-card h3 {
  color: var(--ink, #0b1422);
  font-size: 18px;
}

.legal-card p,
.legal-card li {
  color: var(--muted, #667085);
  line-height: 1.72;
}

.legal-card ul {
  margin: 14px 0 0;
  padding-left: 22px;
}

.legal-card li + li {
  margin-top: 10px;
}

.notice-box {
  position: relative;
  padding: 18px 20px;
  border-radius: 22px;
  border-color: rgba(7, 20, 38, .14);
  background: linear-gradient(135deg, #fff, var(--brand-soft, #eef3f8));
}

.notice-box p {
  margin: 0;
}

.check-list {
  list-style: none;
  padding-left: 0 !important;
}

.check-list li {
  position: relative;
  padding-left: 30px;
  color: #344054;
  font-weight: 650;
}

.check-list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: .1em;
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  color: #fff;
  background: var(--brand, #071426);
  font-size: 12px;
  font-weight: 900;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.info-box {
  padding: 20px;
  border-radius: 24px;
}

.info-box p {
  margin-top: 8px;
}

.legal-cta {
  display: grid;
  gap: 14px;
  margin-top: 34px;
  padding: clamp(22px, 3vw, 34px);
  border-radius: 30px;
  border-color: rgba(7, 20, 38, .14);
  background: linear-gradient(135deg, #fff, #f5f8fb);
}

.legal-cta h2 {
  margin: 0;
  font-size: clamp(26px, 3.5vw, 40px);
}

.legal-cta p {
  margin: 0;
}

.btn-main {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  width: fit-content;
  max-width: 100%;
  padding: 0 20px;
  border: 0;
  border-radius: var(--pill, 999px);
  color: #fff !important;
  background: linear-gradient(135deg, var(--brand, #071426), var(--brand-2, #0d2340));
  box-shadow: var(--shadow-brand, 0 16px 36px rgba(7, 20, 38, .20));
  text-decoration: none;
  font-weight: 850;
  transition: transform .2s ease, box-shadow .2s ease;
}

.btn-main:hover {
  transform: translateY(-2px);
}

/* Sidebar legal */
.legal-sidebar {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 16px;
}

.legal-sidebar-card {
  padding: 22px;
  border-radius: 26px;
}

.legal-sidebar-card h3 {
  margin: 0 0 14px;
  color: var(--ink, #0b1422);
  font-size: 17px;
}

.legal-sidebar-card p {
  margin: 10px 0 0;
  color: var(--muted, #667085);
  font-size: 14px;
  line-height: 1.62;
}

.sidebar-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 42px;
  margin-top: 8px;
  padding: 10px 12px;
  border: 1px solid var(--line, #e4e9f0);
  border-radius: 16px;
  color: #344054;
  background: #fff;
  text-decoration: none;
  font-weight: 750;
  transition: .2s ease;
}

.sidebar-link::after {
  content: "\203A";
  color: var(--brand, #071426);
  font-size: 20px;
  line-height: 1;
}

.sidebar-link:hover,
.sidebar-link.active {
  color: var(--brand, #071426);
  border-color: rgba(7, 20, 38, .18);
  background: var(--brand-soft, #eef3f8);
}

/* Legacy footer compatibility */
.footer {
  padding: 64px 0 28px;
  background: #fff;
  color: var(--ink, #0b1422);
  border-top: 1px solid var(--line, #e4e9f0);
}

.footer-container {
  display: grid;
  grid-template-columns: 1.25fr .75fr .75fr 1fr;
  gap: 28px;
  align-items: start;
}

.footer-logo-img {
  height: 42px;
  width: auto;
  margin-bottom: 16px;
  border-radius: 10px;
  object-fit: contain;
}

.footer-desc,
.footer-col p,
.footer-bottom p {
  color: var(--muted, #667085);
  line-height: 1.7;
}

.footer-col h4 {
  margin: 0 0 14px;
  color: var(--ink, #0b1422);
  font-size: 16px;
  line-height: 1.2;
}

.footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-col a {
  display: block;
  margin: 9px 0;
  color: var(--muted, #667085);
  text-decoration: none;
}

.footer-col a:hover {
  color: var(--brand, #071426);
}

.footer-social {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}

.footer-social a {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin: 0;
  border: 1px solid var(--line, #e4e9f0);
  border-radius: 999px;
  color: var(--brand, #071426);
  background: #fff;
}

.footer-bottom {
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid var(--line, #e4e9f0);
  text-align: center;
}

.footer-bottom-wrap {
  display: grid;
  gap: 8px;
}

.footer-bottom p {
  max-width: 920px;
  margin-inline: auto;
  font-size: 13px;
}

/* Tambahan kecil agar tombol WA dan icon tetap rapi */
.wa-float span {
  line-height: 1;
}

.js-wa-link {
  cursor: pointer;
}

/* Responsive */
@media (max-width: 1020px) {
  .legal-layout,
  .footer-container {
    grid-template-columns: 1fr;
  }

  .legal-sidebar {
    position: static;
  }
}

@media (max-width: 760px) {
  header .navbar {
    inset: 10px 0 auto;
  }

  .nav-container {
    min-height: 64px;
    border-radius: 22px;
  }

  .menu,
  .nav-links {
    position: fixed;
    left: 14px;
    right: 14px;
    top: 82px;
    display: grid;
    gap: 8px;
    padding: 14px;
    border: 1px solid rgba(7, 20, 38, .12);
    border-radius: 24px;
    background: rgba(255, 255, 255, .98);
    box-shadow: var(--shadow, 0 22px 60px rgba(16, 24, 40, .10));
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: .22s ease;
  }

  .menu.is-open,
  .nav-links.is-open {
    transform: none;
    opacity: 1;
    pointer-events: auto;
  }

  .menu a,
  .nav-links a {
    justify-content: flex-start;
  }

  .page-hero {
    padding: 116px 0 56px;
  }

  .legal-section {
    padding: 56px 0;
  }

  .legal-card {
    padding: 22px;
    border-radius: 26px;
  }

  .info-grid {
    grid-template-columns: 1fr;
  }

  .btn-main,
  .legal-cta .btn-main {
    width: 100%;
  }

  .footer {
    padding-bottom: 92px;
  }
}


/* =========================================================
   Unified page compatibility patch
   Tujuan: satu CSS pusat untuk landing page, halaman awal, dan legal pages.
   Halaman legal gunakan .page-hero + .legal-section agar tidak ikut proporsi .hero-new.
   ========================================================= */
body.legal-page .page-hero {
  padding: 128px 0 56px;
}
body.legal-page .page-hero .container {
  width: min(900px, calc(100% - 32px));
}
body.legal-page .page-hero .hero-actions {
  margin-top: 26px;
}
body.legal-page .page-hero .btn-glass {
  background: rgba(255,255,255,.88);
}
body.legal-page .legal-section {
  padding: 64px 0 86px;
  background: linear-gradient(180deg, #fbfcfe, #fff 42%);
}
body.legal-page .legal-card {
  min-width: 0;
}
body.legal-page .legal-card h2 {
  overflow-wrap: anywhere;
}
body.legal-page .legal-card .notice-box {
  margin-top: 18px;
}
body.legal-page .legal-card .notice-box p {
  margin: 0;
}
body.legal-page .legal-card .check-list {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}
body.legal-page .legal-card .check-list li {
  margin-top: 0;
}
body.legal-page .legal-sidebar .btn-main {
  width: 100%;
  margin-top: 14px;
}
body.home-page .hero-new {
  min-height: auto;
}
@media (max-width: 1020px) {
  body.legal-page .legal-layout {
    grid-template-columns: 1fr;
  }
  body.legal-page .legal-sidebar {
    position: static;
  }
}
@media (max-width: 760px) {
  body.legal-page .page-hero {
    padding: 108px 0 44px;
  }
  body.legal-page .page-hero h1 {
    font-size: clamp(32px, 9vw, 46px);
  }
  body.legal-page .legal-section {
    padding: 46px 0 70px;
  }
  body.legal-page .legal-card,
  body.legal-page .legal-sidebar-card {
    border-radius: 24px;
  }
}

/* FIX: modal ikut gulir bersama halaman/overlay, bukan scroll di dalam card */
.modal {
  align-items: flex-start;
  justify-content: center;
  padding: 24px 18px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.modal.is-open {
  display: flex;
}

.modal-dialog {
  width: min(760px, 100%);
  margin: 0 auto;
}

.modal-content {
  max-height: none;
  overflow: visible;
}

/* tombol close tetap posisi normal */
.close-modal {
  position: absolute;
  top: 16px;
  right: 16px;
}

/* Mobile */
@media (max-width: 760px) {
  .modal {
    align-items: flex-start;
    padding: 14px;
  }

  .modal-dialog {
    width: 100%;
    margin: 0 auto;
  }

  .modal-content {
    max-height: none;
    overflow: visible;
    padding: 22px;
    border-radius: 24px;
  }
}

/* =========================================================
   HALAMAN LAPOR GANGGUAN INTERNET RUMAH
   Tambahan CSS khusus untuk /lapor-gangguan/
   ========================================================= */
.report-page .report-hero { padding-bottom: 82px; }
.report-page .report-hero-grid { grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr); }
.report-page .report-status-card .price-box strong { font-size: clamp(28px, 4vw, 42px); }
.report-page .report-help-box strong { color: #0b1422; }
.report-page .report-trust { margin-top: -28px; }
.report-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 42px; align-items: start; }
.report-form { padding: 28px; border: 1px solid var(--line); border-radius: 30px; background: #fff; box-shadow: var(--shadow); }
.report-form label { display: grid; gap: 8px; margin-bottom: 16px; color: var(--ink); font-weight: 900; }
.report-form label > span, .condition-box legend { color: #344054; font-size: 13px; font-weight: 900; }
.report-form input, .report-form select, .report-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 16px; background: #fff; color: var(--ink); padding: 13px 14px; outline: none; transition: .2s ease; }
.report-form textarea { resize: vertical; min-height: 110px; }
.report-form input:focus, .report-form select:focus, .report-form textarea:focus { border-color: rgba(7,20,38,.45); box-shadow: 0 0 0 4px rgba(7,20,38,.08); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 14px; }
.condition-box { margin: 6px 0 18px; padding: 16px; border: 1px solid var(--line); border-radius: 22px; background: #f8fafc; }
.condition-box legend { padding: 0 8px; }
.condition-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 4px; }
.condition-grid label { display: flex; align-items: center; gap: 9px; margin: 0; padding: 11px 12px; border: 1px solid var(--line); border-radius: 14px; background: #fff; cursor: pointer; }
.condition-grid input { width: 16px; height: 16px; accent-color: var(--green); }
.form-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 8px; }
.form-actions .btn { min-height: 52px; }
.btn-whatsapp { color: #fff; background: linear-gradient(135deg, var(--green), var(--green-2)); box-shadow: 0 18px 42px rgba(34,197,94,.26); }
.btn-whatsapp:hover { color: #fff; }
.form-note { margin-top: 16px; font-size: 12.5px; }
.report-tips { display: grid; gap: 12px; margin-top: 22px; }
.report-tips div { display: flex; gap: 12px; align-items: flex-start; padding: 15px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow-sm); color: #344054; font-weight: 800; line-height: 1.55; }
.report-tips i { color: var(--brand); font-size: 20px; flex: 0 0 auto; }
.report-page .final-card .btn-primary, .report-page .wa-float { background: linear-gradient(135deg, var(--green), var(--green-2)); box-shadow: 0 18px 46px rgba(34,197,94,.28); }

@media (max-width: 1020px) {
  .report-layout, .report-page .report-hero-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .report-form { padding: 20px; border-radius: 24px; }
  .form-grid, .condition-grid { grid-template-columns: 1fr; }
  .form-actions .btn { width: 100%; }
}

/* =========================================================
   FIX FINAL MOBILE NAVBAR KANAN
   Logo tetap kiri, burger di kanan, dropdown menempel kanan.
   ========================================================= */
@media (max-width: 760px) {
  .nav-wrap,
  .nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .brand,
  .logo {
    flex: 0 0 auto;
    margin-right: auto;
  }

  .nav-wrap nav,
  .nav-container nav {
    position: static;
    width: auto;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .nav-toggle,
  .hamburger {
    display: block;
    margin-left: auto;
    flex: 0 0 auto;
  }

  .nav-menu,
  .menu,
  .nav-links {
    left: auto;
    right: 14px;
    width: min(280px, calc(100% - 28px));
    justify-items: end;
    text-align: right;
  }

  .nav-menu a,
  .menu a,
  .nav-links a {
    justify-content: flex-end;
    text-align: right;
  }
}



/* Google Ads transparency/compliance notes */
.compliance-note {
  margin-top: 18px;
  padding: 16px 18px;
  border: 1px solid rgba(7, 20, 38, .16);
  background: linear-gradient(135deg, #fff, var(--brand-soft, #eef3f8));
  border-radius: 20px;
  color: var(--muted, #667085);
  line-height: 1.65;
  box-shadow: var(--shadow-sm, 0 12px 32px rgba(16, 24, 40, .07));
}
.compliance-note strong {
  color: var(--ink, #0b1422);
}
.compliance-note p {
  margin: 0;
}
.compliance-note p + p {
  margin-top: 8px;
}
.brand-clarity-list {
  margin-top: 14px;
  padding-left: 20px;
}
.brand-clarity-list li + li {
  margin-top: 8px;
}


/* Document links and safe unicode icons */
.doc-link-list {
  display: grid;
  gap: 10px;
  margin: 14px 0 18px;
  padding-left: 0 !important;
  list-style: none;
}
.doc-link-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 14px;
  border: 1px solid var(--line, #e4e9f0);
  border-radius: 16px;
  color: var(--brand, #071426);
  background: #fff;
  text-decoration: none;
  font-weight: 800;
}
.doc-link-list li a::after {
  content: "\203A";
  font-size: 20px;
  line-height: 1;
}


/* =========================================================
   ELEGANT NAVY UI REFINEMENT — wifirumah.web.id
   ========================================================= */
:root {
  --bg: #ffffff;
  --surface: #ffffff;
  --ink: #0b1422;
  --muted: #667085;
  --soft: #f6f8fb;
  --line: #e3e9f0;
  --brand: #071426;
  --brand-2: #102b4e;
  --brand-soft: #eef3f8;
  --dark: #050b14;
  --shadow: 0 24px 64px rgba(7, 20, 38, .10);
  --shadow-sm: 0 12px 34px rgba(7, 20, 38, .065);
  --shadow-brand: 0 16px 38px rgba(7, 20, 38, .22);
}
body { background: #fff; color: var(--ink); }
::selection { color: #fff; background: #102b4e; }

.nav-wrap,
.nav-container {
  border-color: rgba(7, 20, 38, .10);
  background: rgba(255, 255, 255, .91);
  box-shadow: 0 14px 44px rgba(7, 20, 38, .08);
}
.nav-menu a:hover,
.nav-menu a.is-active,
.menu a:hover,
.menu a.active,
.nav-links a:hover,
.nav-links a.active { background: #edf2f7; }
.nav-menu .nav-pill,
.nav-cta,
.btn-primary,
.modal-paket-link {
  background: linear-gradient(135deg, #071426 0%, #102b4e 100%);
  box-shadow: 0 14px 34px rgba(7, 20, 38, .20);
}
.nav-menu .nav-pill:hover,
.btn-primary:hover,
.modal-paket-link:hover { background: linear-gradient(135deg, #0b1b31 0%, #16375f 100%); }

.hero-pattern,
.page-hero {
  background:
    radial-gradient(circle at 12% 18%, rgba(16, 43, 78, .09), transparent 28rem),
    radial-gradient(circle at 88% 20%, rgba(7, 20, 38, .055), transparent 30rem),
    linear-gradient(180deg, #ffffff 0%, #ffffff 70%, #f8fafc 100%);
}
.hero-card,
.paket-card,
.need-card,
.flow-step,
.trust-item,
.legal-card,
.legal-sidebar-card,
.report-form,
.report-tips div {
  border-color: #e3e9f0;
  box-shadow: 0 16px 44px rgba(7, 20, 38, .065);
}
.hero-card:hover,
.paket-card:hover,
.need-card:hover,
.trust-item:hover {
  border-color: #cfd8e3;
  box-shadow: 0 24px 58px rgba(7, 20, 38, .10);
}
.paket-card.populer { border-color: rgba(16, 43, 78, .42); }
.price-box,
.condition-box,
.modal-paket-item { background: #f7f9fc; }
.need-card i,
.page-badge,
.notice-box { background: #eef3f8; }

.btn-glass,
.btn-light {
  color: #0b1b31;
  border-color: #d7e0e9;
  background: rgba(255,255,255,.94);
}
.btn-glass:hover,
.btn-light:hover { background: #f3f6f9; border-color: #c5d0dc; }

input:focus,
select:focus,
textarea:focus,
.report-form input:focus,
.report-form select:focus,
.report-form textarea:focus {
  border-color: #24476f !important;
  box-shadow: 0 0 0 4px rgba(16, 43, 78, .10) !important;
}

.site-footer { background: #050b14; }
.site-footer p,
.site-footer a { color: #c8d2df; }
.site-footer a:hover { color: #fff; }
.footer-bottom { border-color: rgba(255,255,255,.10); }

@media (max-width: 760px) {
  .nav-menu { border-color: rgba(7, 20, 38, .10); box-shadow: 0 22px 55px rgba(7, 20, 38, .13); }
}

/* Logo responsif dan tajam */
.brand img,.footer-logo{display:block;object-fit:contain;object-position:left center;height:auto;max-width:100%}
.brand img{width:210px;max-height:58px}.footer-logo{width:220px;max-height:64px}
@media (max-width:640px){.brand img{width:170px}.footer-logo{width:190px}}


/* Final readability and component cleanup */
body {
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: -0.006em;
}
h1, h2, h3, h4, h5, h6, button, .btn, .nav-menu a {
  font-family: var(--font);
}
p, li, a, button, input, select, textarea {
  text-rendering: optimizeLegibility;
}

/* Package cards use text only: no decorative icon/SVG block */
.paket-icon-wrap { display: none !important; }
.paket-card h3 { padding-right: 88px; margin-top: 18px; }
.paket-card { min-height: 320px; }

/* Footer contrast on the dark navy surface */
.site-footer {
  background: #050b14 !important;
  color: #ffffff !important;
  border-top-color: rgba(255,255,255,.10) !important;
}
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer strong,
.site-footer .footer-copyright {
  color: #ffffff !important;
}
.site-footer p,
.site-footer li,
.site-footer a,
.site-footer .footer-button {
  color: #cbd5e1 !important;
}
.site-footer a:hover,
.site-footer .footer-button:hover,
.site-footer .footer-contact-list a {
  color: #ffffff !important;
}
.site-footer .footer-logo {
  box-sizing: content-box;
  height: 42px;
  padding: 10px 12px;
  background: #ffffff;
  border-radius: 14px;
}
.site-footer .footer-bottom,
.site-footer .footer-bottom-clean {
  border-top-color: rgba(255,255,255,.12) !important;
}

/* Modal close control uses ASCII-safe X instead of a symbol glyph */
.close-modal {
  display: inline-grid;
  place-items: center;
  color: #0b1422 !important;
  font-size: 17px !important;
  font-weight: 800;
  font-family: Arial, sans-serif;
  line-height: 1;
}
.modal-paket-benefits {
  white-space: normal;
}
