*, *::before, *::after { box-sizing: border-box; }

:root {
  --black: #070707;
  --ink: #15171f;
  --ink-soft: #2a2e3a;
  --muted: #667085;
  --muted-2: #98a2b3;
  --maroon: #5f0b13;
  --maroon-2: #7a1019;
  --red: #b41424;
  --red-2: #d51b32;
  --red-soft: #fff3f5;
  --red-soft-2: #ffe8ec;
  --gold: #f0a52b;
  --line: rgba(21, 23, 31, .10);
  --line-red: rgba(180, 20, 36, .18);
  --surface: #ffffff;
  --surface-soft: #fffdfc;
  --bg: #ffffff;
  --shadow-soft: 0 12px 35px rgba(17, 17, 17, .07);
  --shadow-card: 0 18px 48px rgba(17, 17, 17, .085);
  --shadow-red: 0 16px 32px rgba(180, 20, 36, .22);
  --radius: 28px;
  --pill: 999px;
  --container: 1140px;
  --font: Inter, Arial, Helvetica, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --focus: 0 0 0 4px rgba(180, 20, 36, .16);
}

html { scroll-behavior: smooth; font-size: 16px; }
body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--font);
  color: var(--ink);
  background:
    radial-gradient(circle at 98% 0%, rgba(180,20,36,.045), transparent 28rem),
    radial-gradient(circle at 0% 100%, rgba(240,165,43,.06), transparent 24rem),
    #fff;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
body.no-scroll { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: none; box-shadow: var(--focus); }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
}

.skip-link { position: absolute; left: -9999px; top: auto; }
.skip-link:focus {
  left: 14px;
  top: 14px;
  z-index: 9999;
  padding: 10px 14px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.page-shell {
  width: 100%;
  padding: 20px clamp(10px, 2vw, 24px) 72px;
}

.hero {
  width: min(100%, 1240px);
  margin: 0 auto 16px;
  min-height: clamp(250px, 32vw, 310px);
  display: flex;
  align-items: center;
  padding: clamp(28px, 5vw, 56px) clamp(22px, 8vw, 150px);
  border-radius: 26px;
  background:
    radial-gradient(circle at 82% 6%, rgba(255,255,255,.12), transparent 20rem),
    radial-gradient(circle at 82% 4%, rgba(180,20,36,.30), transparent 26rem),
    radial-gradient(circle at 1% 100%, rgba(180,20,36,.18), transparent 13rem),
    linear-gradient(110deg, #070707 0%, #151416 44%, #5f0b13 76%, #7a1019 100%);
  color: #fff;
  box-shadow: 0 24px 74px rgba(17, 17, 17, .22);
  overflow: hidden;
  position: relative;
}
.hero::before {
  content: "";
  position: absolute;
  width: min(31vw, 310px);
  aspect-ratio: 1;
  right: 5%;
  top: -18%;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
}
.hero::after {
  content: "";
  position: absolute;
  right: 5.5%;
  top: 22%;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid rgba(255, 220, 180, .86);
  box-shadow: 0 0 18px rgba(255, 120, 95, .46);
}
.hero-copy { position: relative; z-index: 1; width: min(100%, 760px); }
.eyebrow {
  margin: 0 0 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 15px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: var(--pill);
  background: rgba(255,255,255,.08);
  font-size: .88rem;
  font-weight: 700;
  backdrop-filter: blur(12px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}
.eyebrow-icon { opacity: .92; }
.hero-title {
  margin: 0;
  max-width: 810px;
  font-size: clamp(2.6rem, 6vw, 4.7rem);
  line-height: .98;
  letter-spacing: -0.06em;
  font-weight: 950;
}
.hero-desc {
  margin: 18px 0 0;
  max-width: 680px;
  color: rgba(255,255,255,.91);
  font-size: clamp(1rem, 1.35vw, 1.12rem);
  line-height: 1.65;
}

.tabs-wrap {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: min(100%, var(--container));
  margin: 0 auto 18px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.98);
  border: 1px solid rgba(21,23,31,.09);
  box-shadow: 0 12px 36px rgba(17,17,17,.065);
  backdrop-filter: blur(18px);
}
.tabs {
  display: flex;
  gap: 7px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  padding-bottom: 1px;
}
.tabs::-webkit-scrollbar { display: none; }
.tab-btn {
  flex: 0 0 auto;
  min-width: max-content;
  height: 48px;
  padding: 0 18px;
  border: 0;
  border-right: 1px solid rgba(21,23,31,.08);
  border-radius: 17px;
  background: transparent;
  color: #252a34;
  font-size: .9rem;
  font-weight: 800;
  white-space: nowrap;
  transition: .2s ease;
  display: inline-flex;
  align-items: center;
  gap: 9px;
}
.tab-btn:last-child { border-right: 0; }
.tab-btn:hover { color: var(--red); background: var(--red-soft); }
.tab-icon {
  width: 19px;
  height: 19px;
  display: inline-grid;
  place-items: center;
  color: currentColor;
}
.tab-icon svg,
.trust-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.tab-btn[aria-selected="true"] {
  color: #fff;
  background: linear-gradient(135deg, #511016 0%, #b41424 100%);
  border-color: transparent;
  box-shadow: 0 12px 24px rgba(180,20,36,.22);
}

.section {
  width: min(100%, var(--container));
  margin: 0 auto 18px;
}
.package-section { padding: 0; }
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 14px;
  margin: 0 0 14px;
}
.section-title {
  margin: 0;
  font-size: clamp(1.25rem, 2.2vw, 1.75rem);
  line-height: 1.15;
  letter-spacing: -0.04em;
  font-weight: 950;
}
.section-sub { margin: 6px 0 0; color: var(--muted); font-size: .88rem; line-height: 1.45; }
.package-count {
  color: #6f7480;
  font-size: .82rem;
  font-weight: 800;
  white-space: nowrap;
}
.pkg-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}
.paket-loading {
  width: fit-content;
  margin: 18px auto;
  padding: 10px 15px;
  border-radius: var(--pill);
  background: #fff;
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: .88rem;
  box-shadow: var(--shadow-soft);
}
.paket-empty {
  grid-column: 1 / -1;
  margin: 6px 0;
  padding: 22px;
  border: 1px dashed rgba(180,20,36,.22);
  border-radius: 24px;
  color: var(--muted);
  text-align: center;
  background: #fff;
}

.paket-card {
  position: relative;
  min-width: 0;
  border: 1px solid rgba(21,23,31,.095);
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 4%, rgba(180,20,36,.065), transparent 8rem),
    radial-gradient(circle at 0% 75%, rgba(180,20,36,.035), transparent 8rem),
    linear-gradient(180deg, #fff 0%, #fffdfc 100%);
  box-shadow: var(--shadow-card);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  overflow: hidden;
}
.paket-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #171111 0%, #5f0b13 44%, #b41424 78%, #ee8e55 100%);
}
.paket-card::after {
  content: "";
  position: absolute;
  width: 112px;
  height: 112px;
  right: -50px;
  top: -48px;
  border-radius: 50%;
  background: rgba(180,20,36,.055);
  pointer-events: none;
}
.paket-card:hover {
  transform: translateY(-4px);
  border-color: rgba(180,20,36,.20);
  box-shadow: 0 24px 58px rgba(17,17,17,.11);
}
.card-inner {
  position: relative;
  z-index: 1;
  height: 100%;
  min-height: 318px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  padding: 22px 18px 18px;
  text-align: center;
}
.card-topline { min-height: 34px; display: flex; justify-content: center; align-items: center; width: 100%; }
.scheme-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 30px;
  padding: 7px 13px;
  border-radius: var(--pill);
  color: var(--red);
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(180,20,36,.18);
  font-size: .71rem;
  line-height: 1;
  font-weight: 950;
  letter-spacing: .02em;
  text-transform: uppercase;
}
.scheme-pill[hidden] { display: none !important; }
.scheme-pill::before { content: ""; width: 7px; height: 7px; border-radius: 999px; background: currentColor; display: inline-block; flex: 0 0 7px; }
.ring-package-head { display: grid; justify-items: center; gap: 14px; width: 100%; }
.paket-title {
  margin: 0;
  color: var(--ink);
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.1rem, 1.6vw, 1.36rem);
  line-height: 1.14;
  letter-spacing: -0.035em;
  font-weight: 950;
  text-transform: none;
}
.speed-ring {
  --ring-deg: 72deg;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: conic-gradient(var(--red) 0 var(--ring-deg), #e7e7e7 var(--ring-deg) 360deg);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.02);
}
.speed-ring-inner {
  width: 106px;
  height: 106px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: inset 0 0 24px rgba(17,17,17,.035);
}
.speed-ring-kicker { color: #171717; font-size: .81rem; line-height: 1; font-weight: 800; }
.speed-ring-number {
  color: var(--red);
  font-size: 2.45rem;
  line-height: .98;
  font-weight: 400;
  letter-spacing: -0.075em;
  margin: 4px 0 2px;
}
.speed-ring-unit { color: var(--maroon); font-size: .9rem; font-weight: 850; }
.price-block { margin-top: 2px; display: inline-flex; align-items: baseline; flex-wrap: wrap; gap: 4px; }
.price-main {
  color: var(--ink);
  font-size: 1.42rem;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.05em;
}
.price-main .price-suffix { color: #4b5563; font-size: .82rem; font-weight: 700; letter-spacing: 0; margin-left: 4px; }
.card-actions { width: 100%; display: grid; grid-template-columns: 1.25fr .9fr; gap: 10px; margin-top: auto; padding-top: 5px; }
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 13px;
  border: 1px solid transparent;
  font-size: .86rem;
  font-weight: 900;
  line-height: 1.1;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary {
  color: #fff;
  background: linear-gradient(180deg, #c6162b 0%, #a91021 58%, #700d17 100%);
  box-shadow: var(--shadow-red), inset 0 1px 0 rgba(255,255,255,.22);
}
.btn-primary:hover { box-shadow: 0 20px 40px rgba(180,20,36,.28), inset 0 1px 0 rgba(255,255,255,.22); }
.btn-ghost {
  color: #171717;
  background: #fff;
  border-color: rgba(180,20,36,.55);
  box-shadow: 0 10px 24px rgba(17,17,17,.035);
}
.btn-ghost:hover { color: var(--red); background: var(--red-soft); }

.trust-strip {
  width: min(100%, var(--container));
  margin: 22px auto 0;
  padding: 22px;
  border-radius: 23px;
  border: 1px solid rgba(21,23,31,.095);
  background: rgba(255,255,255,.90);
  box-shadow: var(--shadow-soft);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.trust-item { display: flex; align-items: center; gap: 14px; min-width: 0; }
.trust-icon {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--red);
  background: linear-gradient(180deg, #fff0f2, #ffe5ea);
}
.trust-icon svg { width: 25px; height: 25px; }
.trust-item h3 { margin: 0; color: var(--ink); font-size: .96rem; line-height: 1.2; font-weight: 950; letter-spacing: -0.02em; }
.trust-item p { margin: 5px 0 0; color: #4d5563; font-size: .82rem; line-height: 1.35; }

.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 2000;
  width: 100%;
  height: 100dvh;
  overflow-y: auto;
  padding: 18px 12px;
  background: rgba(17, 17, 17, .64);
  backdrop-filter: blur(10px);
}
.modal-overlay[hidden] { display: none; }
.modal-card {
  width: min(100%, 540px);
  margin: 0 auto;
  padding: 18px;
  border-radius: 26px;
  background:
    radial-gradient(circle at top right, rgba(180,20,36,.055), transparent 12rem),
    linear-gradient(180deg, #fff 0%, #fffdfc 100%);
  box-shadow: 0 30px 90px rgba(0,0,0,.25);
  animation: modalIn .18s ease-out;
}
@keyframes modalIn { from { opacity: 0; transform: translateY(10px) scale(.98); } to { opacity: 1; transform: none; } }
.modal-header { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; margin-bottom: 14px; }
.modal-title { color: var(--ink); font-size: 1.14rem; line-height: 1.25; font-weight: 950; letter-spacing: -0.03em; }
.modal-close { flex: 0 0 auto; width: 38px; height: 38px; border: 0; border-radius: 14px; background: #f6f7f9; color: #667085; font-size: 1.6rem; line-height: 1; }
.modal-close:hover { color: var(--red); background: var(--red-soft); }
.modal-package-hero { display: flex; align-items: center; gap: 12px; }
.modal-mini-ring {
  --ring-deg: 72deg;
  width: 66px;
  height: 66px;
  flex: 0 0 66px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: conic-gradient(var(--red) 0 var(--ring-deg), #e7e7e7 var(--ring-deg) 360deg);
}
.modal-mini-ring > div,
.modal-mini-ring-inner { width: 52px; height: 52px; border-radius: 50%; background: #fff; display: grid; place-items: center; }
.modal-mini-ring strong { color: var(--red); font-size: 1.15rem; line-height: 1; }
.modal-mini-ring span { color: var(--maroon); font-size: .65rem; font-weight: 850; }
.modal-package-copy { display: grid; gap: 2px; }
.modal-eyebrow { color: var(--red); font-size: .72rem; font-weight: 950; text-transform: uppercase; letter-spacing: .04em; }
.modal-package-copy strong { color: var(--ink); font-size: 1.08rem; line-height: 1.2; }
.modal-package-copy small { color: var(--muted); font-size: .82rem; font-weight: 700; }
.modal-scheme-tabs { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 4px; margin-bottom: 10px; scrollbar-width: none; }
.modal-scheme-tabs::-webkit-scrollbar { display: none; }
.modal-scheme-btn { flex: 0 0 auto; min-height: 36px; padding: 8px 12px; border-radius: var(--pill); border: 1px solid var(--line); background: #f8fafc; color: #475569; font-size: .78rem; font-weight: 900; }
.modal-scheme-btn[aria-selected="true"] { color: #fff; background: linear-gradient(135deg, #511016, #b41424); border-color: transparent; }
.modal-summary-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 10px 0; }
.modal-summary-card { padding: 13px; border-radius: 18px; background: #fff; border: 1px solid var(--line); }
.modal-summary-card.is-primary { background: var(--red-soft); border-color: rgba(180,20,36,.14); }
.modal-summary-card span { display: block; color: var(--muted); font-size: .76rem; font-weight: 850; margin-bottom: 6px; }
.modal-summary-card strong { display: block; color: var(--ink); font-size: 1.18rem; line-height: 1.1; letter-spacing: -.04em; }
.modal-summary-card small { display: block; color: #667085; font-size: .74rem; line-height: 1.35; margin-top: 6px; }
.modal-benefits-inline { margin: 0 0 10px; }
.modal-benefit-list { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; }
.modal-benefit-list li { position: relative; padding-left: 18px; color: #4b5563; font-size: .82rem; line-height: 1.45; }
.modal-benefit-list li::before { content: ""; position: absolute; left: 0; top: .62em; width: 7px; height: 7px; border-radius: 999px; background: var(--red); }
.modal-footer-text { margin: 10px 0 0; color: #667085; font-size: .82rem; line-height: 1.55; }
.modal-footer-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 14px; }
.modal-biaya-wrap { padding: 12px; border-radius: 16px; border: 1px solid var(--line); background: #f7f8fa; }
.form-grid { display: grid; gap: 10px; }
.form-field { width: 100%; min-height: 46px; padding: 12px 13px; border: 1px solid rgba(180,20,36,.18); border-radius: 14px; background: #fff; color: var(--ink); font-size: .9rem; outline: none; }
.form-field:focus { border-color: var(--red); box-shadow: 0 0 0 4px rgba(180,20,36,.10); }
.form-field[readonly] { background: #f6f7f9; color: #5f6673; }
textarea.form-field { min-height: 88px; resize: vertical; }

@media (max-width: 980px) {
  .pkg-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  html { font-size: 15.5px; }
  .page-shell { padding: 10px 10px 54px; }
  .hero { min-height: 300px; padding: 24px 18px 28px; border-radius: 0 0 28px 28px; width: calc(100% + 20px); margin-left: -10px; margin-right: -10px; }
  .hero::after { display: none; }
  .hero-title { font-size: clamp(2.25rem, 10vw, 3.1rem); max-width: 100%; }
  .hero-desc { margin-top: 14px; font-size: .98rem; line-height: 1.6; }
  .eyebrow { font-size: .78rem; padding: 8px 12px; }
  .tabs-wrap { width: 100%; top: 8px; margin-bottom: 14px; padding: 7px; border-radius: 18px; }
  .tab-btn { height: 40px; padding: 0 13px; font-size: .8rem; border-right: 0; border-radius: 13px; }
  .section-head { align-items: flex-start; flex-direction: column; gap: 3px; margin-bottom: 12px; }
  .pkg-grid { grid-template-columns: 1fr; gap: 12px; }
  .card-inner { min-height: 300px; padding: 19px 16px 16px; }
  .paket-title { font-size: 1.24rem; min-height: auto; }
  .speed-ring { width: 120px; height: 120px; }
  .speed-ring-inner { width: 98px; height: 98px; }
  .speed-ring-number { font-size: 2.25rem; }
  .price-main { font-size: 1.34rem; }
  .card-actions { grid-template-columns: 1fr .82fr; }
  .btn { min-height: 40px; border-radius: 13px; padding: 9px 10px; }
  .trust-strip { grid-template-columns: 1fr; gap: 14px; padding: 17px; border-radius: 22px; }
  .modal-overlay { padding: 10px; }
  .modal-card { padding: 15px; border-radius: 22px; }
  .modal-summary-grid { grid-template-columns: 1fr; }
  .modal-footer-actions { grid-template-columns: 1fr; }
}