/**
 * apk-download.html — halaman unduh
 */

/* Header (selaras apk.html) */
.pagination_d565 {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000; width: 100%;
  background: #fff; border-bottom: 1px solid rgba(226,232,240,0.8);
  padding-top: env(safe-area-inset-top, 0px);
  transition: box-shadow 0.3s;
}
@supports (backdrop-filter: blur(12px)) {
  .pagination_d565 { background: rgba(255,255,255,0.98); backdrop-filter: blur(12px); }
}
.pagination_d565.column-medium-cc42 { box-shadow: var(--shadow-lg); }
.hard_6eb2 { display: flex; align-items: center; justify-content: space-between; padding: 0.75rem 0; gap: 1.5rem; }
.east_bfa2 { width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 1.5rem; box-sizing: border-box; }
.item-solid-8704 { display: flex; align-items: center; gap: 1rem; }
.title_d3d6 { width: auto; max-width: 160px; height: 40px; object-fit: contain; display: block; }
.76t8u1-logo-footer { max-width: 140px; height: 36px; object-fit: contain; }
.orange-88d2 { display: flex; align-items: center; }
.pagination-lite-fe53 { display: flex; align-items: center; gap: 1.25rem; list-style: none; margin: 0; padding: 0; }
.inner_0abd { color: var(--gray-700); text-decoration: none; font-weight: 500; font-size: 0.95rem; white-space: nowrap; }
a.inner_0abd:hover { color: var(--primary); }
a.inner_0abd.fn-active-d3e2 { background: var(--primary); color: #fff; padding: 0.5rem 1rem; border-radius: var(--radius); }
.container_copper_9b22 { position: relative; }
.dynamic-1b6b { display: inline-flex; align-items: center; gap: 0.25rem; background: none; border: none; cursor: pointer; font-family: inherit; padding: 0; color: inherit; }
.carousel_liquid_7144 {
  position: absolute; top: calc(100% + 8px); left: 0; min-width: 210px;
  background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg);
  border: 1px solid var(--gray-200); list-style: none; margin: 0; padding: 0.5rem 0;
  opacity: 0; visibility: hidden; transform: translateY(-6px); transition: opacity 0.2s, transform 0.2s; z-index: 1002;
}
.container_copper_9b22:hover .carousel_liquid_7144,
.container_copper_9b22.narrow_2ff2 .carousel_liquid_7144,
#main-nav li[data-open="1"] > ul { opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto; }
.carousel_liquid_7144 a { display: block; padding: 0.625rem 1.25rem; color: var(--gray-700); text-decoration: none; font-weight: 500; font-size: 0.9rem; }
.carousel_liquid_7144 a:hover, .carousel_liquid_7144 a.fn-active-d3e2 { background: var(--primary); color: #fff; }
.link_5629, .glass-f450, .tooltip-c537 { display: flex; align-items: center; gap: 0.75rem; }
.border-tall-50bc { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.625rem 1.25rem; border-radius: var(--radius); font-weight: 600; font-size: 0.9rem; text-decoration: none; white-space: nowrap; }
.list-f50d { background: var(--primary); color: #fff; box-shadow: var(--shadow); }
.list-f50d:hover { background: var(--primary-dark); }
.easy_678b { background: transparent; color: var(--primary); border: 2px solid var(--primary); }
.easy_678b:hover { background: var(--primary); color: #fff; }
.secondary-526b { padding: 0.45rem 0.75rem; font-size: 0.75rem; }
.small-8d29 { display: none; background: none; border: none; cursor: pointer; padding: 0.5rem; }
.form-tall-f47e { display: flex; flex-direction: column; gap: 4px; }
.form-tall-f47e span { width: 24px; height: 3px; background: var(--gray-700); border-radius: 2px; }

/* Hero unduh */
.dl-hero {
  background: var(--brand-gradient);
  color: #fff;
  padding: 2.5rem 0 3rem;
  position: relative;
  overflow: hidden;
}
.dl-hero::after {
  content: '';
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.5; pointer-events: none;
}
.dl-hero__inner {
  position: relative; z-index: 1;
  display: grid;
  grid-template-columns: 1fr min(300px, 34%);
  gap: clamp(2rem, 4vw, 3rem);
  align-items: center;
}
.dl-hero__crumb { font-size: 0.875rem; margin-bottom: 1rem; opacity: 0.9; }
.dl-hero__crumb a { color: #fff; text-decoration: none; }
.dl-hero__title {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 800; line-height: 1.15; margin: 0 0 1rem;
}
.dl-hero__title em { font-style: normal; color: var(--accent); }
.dl-hero__lead { font-size: 1.05rem; line-height: 1.75; opacity: 0.95; margin: 0 0 1.5rem; max-width: 36em; }
.dl-hero__actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-bottom: 1.5rem; }
.dl-hero__actions .tag-aee8 { background: var(--accent); color: #fff; padding: 0.85rem 1.5rem; font-size: 1rem; }
.dl-hero__actions .rough_afb9 { border-color: #fff; color: #fff; }
.dl-hero__actions .rough_afb9:hover { background: #fff; color: var(--primary); }
.dl-hero__meta { display: flex; flex-wrap: wrap; gap: 0.5rem 1.25rem; font-size: 0.875rem; opacity: 0.9; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,0.2); }
.dl-hero__panel {
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: var(--radius-xl);
  padding: 1.5rem;
  text-align: center;
  backdrop-filter: blur(8px);
}
.dl-hero__panel img { width: 100%; max-width: 220px; height: auto; border-radius: var(--radius-lg); display: block; margin: 0 auto; }
.dl-hero__ver {
  display: inline-block; margin-top: 1rem;
  background: #fff; color: var(--gray-900);
  padding: 0.5rem 1rem; border-radius: 999px;
  font-weight: 800; font-size: 0.95rem;
}

.dl-disclaimer {
  background: rgba(245,158,11,0.08);
  border-bottom: 1px solid rgba(245,158,11,0.25);
  padding: 1rem 0;
}
.dl-disclaimer p { margin: 0; font-size: 0.9rem; line-height: 1.7; max-width: 52em; }

/* Layout utama */
.dl-body { padding: 2.5rem 0 4rem; }
.dl-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: clamp(2rem, 4vw, 3rem);
  align-items: start;
}
.dl-spec {
  position: sticky;
  top: calc(var(--header-height, 72px) + 1.5rem);
  background: #fff;
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.dl-spec__head {
  background: var(--gray-900);
  color: #fff;
  padding: 1rem 1.25rem;
  font-weight: 700;
  font-size: 0.9rem;
}
.dl-spec__row {
  display: flex; justify-content: space-between; gap: 0.75rem;
  padding: 0.75rem 1.25rem;
  border-bottom: 1px solid var(--gray-100);
  font-size: 0.9rem;
}
.dl-spec__row:last-child { border-bottom: none; }
.dl-spec__key { color: var(--gray-500); }
.dl-spec__val { color: var(--gray-900); font-weight: 600; text-align: right; }
.dl-spec__cta {
  display: block; margin: 1rem 1.25rem 1.25rem;
  text-align: center; padding: 0.75rem;
  background: var(--primary); color: #fff;
  border-radius: var(--radius); font-weight: 700;
  text-decoration: none; font-size: 0.9rem;
}
.dl-spec__cta:hover { background: var(--primary-dark); }
.dl-spec__note {
  padding: 0 1.25rem 1.25rem;
  font-size: 0.78rem; color: var(--gray-500); line-height: 1.5;
}

.dl-main { min-width: 0; }
.dl-main--tail { grid-column: 2; }
.dl-section { margin-bottom: 3rem; scroll-margin-top: calc(var(--header-height, 72px) + 1rem); }
.dl-section__label {
  font-size: 0.75rem; font-weight: 700; letter-spacing: 0.06em;
  text-transform: uppercase; color: var(--primary); margin-bottom: 0.5rem;
}
.dl-section__title {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.3rem, 2.5vw, 1.65rem);
  font-weight: 800; color: var(--gray-900); margin: 0 0 0.75rem;
}
.dl-prose { color: var(--gray-700); line-height: 1.8; font-size: 1rem; }
.dl-prose p { margin: 0 0 1rem; }
.dl-prose a { color: var(--primary); font-weight: 600; text-decoration: none; }
.dl-prose a:hover { text-decoration: underline; }

/* Langkah unduh — horizontal stepper */
.dl-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 1.25rem;
  position: relative;
}
.dl-steps::before {
  content: '';
  position: absolute;
  top: 20px; left: 16%; right: 16%;
  height: 2px; background: var(--gray-200); z-index: 0;
}
.dl-step {
  text-align: center;
  padding: 0 0.75rem;
  position: relative; z-index: 1;
}
.dl-step__num {
  width: 40px; height: 40px; margin: 0 auto 0.75rem;
  background: var(--primary); color: #fff;
  border-radius: 50%; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 0 0 4px var(--gray-50);
}
.dl-step__title { font-weight: 700; color: var(--gray-900); margin: 0 0 0.35rem; font-size: 0.95rem; }
.dl-step__text { font-size: 0.875rem; color: var(--gray-600); line-height: 1.55; margin: 0; }

/* Pilih paket — baris banding, bukan kartu */
.dl-paket { margin-top: 1rem; border: 1px solid var(--gray-200); border-radius: var(--radius-lg); overflow: hidden; background: #fff; }
.dl-paket__row {
  display: grid;
  grid-template-columns: 120px 1fr auto;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid var(--gray-100);
  align-items: center;
}
.dl-paket__row:last-child { border-bottom: none; }
.dl-paket__name { font-weight: 800; color: var(--primary); font-size: 1.05rem; }
.dl-paket__name--arm { color: var(--secondary); }
.dl-paket__desc { font-size: 0.9rem; color: var(--gray-600); line-height: 1.6; }
.dl-paket__tag {
  font-size: 0.75rem; font-weight: 700;
  padding: 0.35rem 0.65rem; border-radius: 999px;
  background: var(--gray-100); color: var(--gray-700);
  white-space: nowrap;
}
.dl-paket__tag--rec { background: rgba(5,150,105,0.12); color: var(--primary-dark); }

/* Tips — checklist */
.dl-checklist { list-style: none; margin: 1rem 0 0; padding: 0; }
.dl-checklist li {
  padding: 0.65rem 0 0.65rem 1.75rem;
  position: relative;
  color: var(--gray-700); line-height: 1.65; font-size: 0.95rem;
  border-bottom: 1px solid var(--gray-100);
}
.dl-checklist li::before {
  content: '✓';
  position: absolute; left: 0; top: 0.65rem;
  color: var(--primary); font-weight: 800; font-size: 0.85rem;
}

/* Setelah unduh — gambar atas + blok langkah */
.dl-after-wrap {
  grid-column: 1 / -1;
  margin: 1.5rem 0 2.5rem;
}
.dl-after-visual {
  margin: 0 auto 1.5rem;
  max-width: 512px;
  width: 100%;
  text-align: center;
}
.dl-after-visual__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  max-width: 512px;
  margin: 0 auto;
  border-radius: 1.25rem;
  overflow: hidden;
  background: linear-gradient(145deg, #ecfdf5 0%, #d1fae5 55%, #a7f3d0 100%);
  border: 1px solid rgba(5, 150, 105, 0.22);
  box-shadow:
    0 4px 6px -1px rgba(5, 150, 105, 0.08),
    0 20px 40px -12px rgba(5, 150, 105, 0.18);
}
.dl-after-visual__frame::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 35% 20%, rgba(255, 255, 255, 0.55) 0%, transparent 55%);
  pointer-events: none;
  z-index: 1;
}
.dl-after-visual__placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1.5rem;
  color: var(--primary-dark);
  font-size: 0.8rem;
  font-weight: 600;
  z-index: 2;
}
.dl-after-visual__frame.has-image .dl-after-visual__placeholder {
  display: none;
}
.dl-after-visual__placeholder-icon {
  width: 64px;
  height: 64px;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}
.dl-after-visual__placeholder-text {
  line-height: 1.45;
  max-width: 240px;
  word-break: break-all;
}
.dl-after-visual__img {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
}
.dl-after-visual__frame.has-image .dl-after-visual__img {
  opacity: 1;
}
.dl-after-visual__badge {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 0.45rem 1rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--primary-dark);
  box-shadow: var(--shadow-md);
  white-space: nowrap;
}
.dl-after-visual__caption {
  margin-top: 0.75rem;
  font-size: 0.8rem;
  color: var(--gray-500);
  line-height: 1.4;
}

/* Setelah unduh — intro + grid langkah */
.dl-after {
  margin: 0;
  padding: 0;
  background: #fff;
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.dl-after__intro {
  padding: 1.75rem 2rem;
  background: linear-gradient(135deg, var(--gray-900) 0%, #1e3a32 100%);
  color: #fff;
  border-bottom: 3px solid var(--primary);
}
.dl-after__label {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.5rem;
}
.dl-after__title {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 800;
  margin: 0 0 0.5rem;
  line-height: 1.25;
}
.dl-after__lead {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.65;
  opacity: 0.9;
  max-width: 40em;
}
.dl-after__steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}
.dl-after__step {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.35rem 1.5rem;
  border-bottom: 1px solid var(--gray-100);
  border-right: 1px solid var(--gray-100);
}
.dl-after__step:nth-child(odd) { border-right: 1px solid var(--gray-100); }
.dl-after__step:nth-child(even) { border-right: none; }
.dl-after__step:nth-last-child(-n+2) { border-bottom: none; }
.dl-after__num {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  color: #fff;
  font-weight: 800;
  font-size: 0.9rem;
  border-radius: 50%;
}
.dl-after__step-body { min-width: 0; }
.dl-after__step-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--gray-900);
  margin: 0 0 0.35rem;
}
.dl-after__step-body p {
  margin: 0;
  font-size: 0.875rem;
  color: var(--gray-600);
  line-height: 1.6;
}
.dl-after__foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  background: var(--gray-50);
  border-top: 1px solid var(--gray-200);
}
.dl-after__btn {
  display: inline-flex;
  align-items: center;
  padding: 0.7rem 1.25rem;
  background: var(--primary);
  color: #fff;
  border-radius: var(--radius);
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
  white-space: nowrap;
}
.dl-after__btn:hover { background: var(--primary-dark); }
.dl-after__hint {
  margin: 0;
  font-size: 0.82rem;
  color: var(--gray-500);
  line-height: 1.5;
  flex: 1;
  min-width: 200px;
}

/* FAQ — kiri gambar, kanan accordion */
.dl-faq-block {
  grid-column: 1 / -1;
  margin: 0 0 2.5rem;
  padding: 2.5rem clamp(1rem, 3vw, 2rem);
  background: linear-gradient(135deg, #f0fdf4 0%, #fff 45%, #f8fafc 100%);
  border-radius: var(--radius-xl);
  border: 1px solid rgba(5, 150, 105, 0.12);
  box-shadow: 0 4px 24px rgba(5, 150, 105, 0.06);
}
.dl-faq-block__inner {
  display: grid;
  grid-template-columns: min(512px, 40%) minmax(0, 1fr);
  gap: clamp(2rem, 4vw, 3rem);
  align-items: start;
  max-width: 1100px;
  margin: 0 auto;
}
.dl-faq-block__visual {
  position: sticky;
  top: calc(var(--header-height, 72px) + 1.5rem);
}
.dl-faq-block__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  max-width: 512px;
  border-radius: 1.25rem;
  overflow: hidden;
  background: linear-gradient(145deg, #ecfdf5 0%, #d1fae5 55%, #a7f3d0 100%);
  border: 1px solid rgba(5, 150, 105, 0.22);
  box-shadow: 0 4px 6px -1px rgba(5, 150, 105, 0.08), 0 24px 48px -16px rgba(5, 150, 105, 0.18);
}
.dl-faq-block__frame::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 35% 20%, rgba(255, 255, 255, 0.6) 0%, transparent 55%);
  pointer-events: none;
  z-index: 1;
}
.dl-faq-block__placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 1.5rem;
  text-align: center;
  color: var(--primary-dark);
  z-index: 0;
}
.dl-faq-block__frame.has-image .dl-faq-block__placeholder { display: none; }
.dl-faq-block__placeholder-icon {
  width: 72px;
  height: 72px;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.05em;
}
.dl-faq-block__placeholder-text {
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.45;
  max-width: 220px;
  word-break: break-all;
}
.dl-faq-block__img {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}
.dl-faq-block__frame.has-image .dl-faq-block__img { opacity: 1; }
.dl-faq-block__badge {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  background: rgba(255, 255, 255, 0.95);
  padding: 0.45rem 1rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--primary-dark);
  box-shadow: var(--shadow-md);
  white-space: nowrap;
}
.dl-faq-block__caption {
  margin-top: 0.75rem;
  font-size: 0.8rem;
  color: var(--gray-500);
  text-align: center;
}
.dl-faq-block__content { min-width: 0; }
.dl-faq-block__label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--primary);
  background: rgba(5, 150, 105, 0.1);
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  margin-bottom: 0.75rem;
}
.dl-faq-block__title {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.35rem, 2.8vw, 1.65rem);
  font-weight: 800;
  color: var(--gray-900);
  margin: 0 0 0.5rem;
}
.dl-faq-block__intro {
  color: var(--gray-600);
  margin: 0 0 1.25rem;
  line-height: 1.7;
  font-size: 0.95rem;
}
.dl-faq-block__intro a { color: var(--primary); font-weight: 600; text-decoration: none; }
.dl-faq-block__intro a:hover { text-decoration: underline; }
.dl-faq { margin-top: 0; }
.dl-faq__item {
  background: #fff;
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  margin-bottom: 0.65rem;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.dl-faq__item summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--gray-900);
  padding: 1rem 1.15rem;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.65rem;
}
.dl-faq__item summary::-webkit-details-marker { display: none; }
.dl-faq__item summary::before {
  content: '';
  flex-shrink: 0;
  width: 0.45rem;
  height: 0.45rem;
  border-right: 2px solid var(--primary);
  border-bottom: 2px solid var(--primary);
  transform: rotate(-45deg);
  margin-top: -2px;
  transition: transform 0.2s;
}
.dl-faq__item[open] summary::before {
  transform: rotate(45deg);
  margin-top: 2px;
}
.dl-faq__a {
  margin: 0;
  padding: 0 1.15rem 1rem 2.35rem;
  color: var(--gray-700);
  line-height: 1.75;
  font-size: 0.95rem;
}
.dl-faq__a a { color: var(--primary); font-weight: 600; text-decoration: none; }
.dl-faq__a a:hover { text-decoration: underline; }
.dl-faq-block__more { margin: 1.25rem 0 0; }
.dl-faq-block__more a {
  color: var(--primary);
  font-weight: 700;
  text-decoration: none;
}
.dl-faq-block__more a:hover { color: var(--primary-dark); }

.dl-links { border-top: 1px solid var(--gray-200); margin-top: 1rem; }
.dl-links a {
  display: flex; justify-content: space-between; padding: 1rem 0;
  border-bottom: 1px solid var(--gray-200);
  text-decoration: none; color: var(--gray-800); font-weight: 600;
}
.dl-links a:hover { color: var(--primary); }
.dl-links span { font-weight: 400; color: var(--gray-500); font-size: 0.85rem; }

.dl-cta {
  margin-top: 2rem; padding: 2.5rem; text-align: center;
  background: var(--brand-gradient); border-radius: var(--radius-xl); color: #fff;
}
.dl-cta h2 { font-family: 'Poppins', sans-serif; font-size: 1.5rem; margin: 0 0 0.5rem; }
.dl-cta p { margin: 0 auto 1.25rem; max-width: 32em; opacity: 0.95; line-height: 1.7; }
.dl-cta__btns { display: flex; gap: 0.75rem; justify-content: center; flex-wrap: wrap; }
.dl-cta .btn-w { background: #fff; color: var(--primary); padding: 0.85rem 1.5rem; border-radius: var(--radius-lg); font-weight: 700; text-decoration: none; }
.dl-cta .btn-g { border: 2px solid rgba(255,255,255,0.7); color: #fff; padding: 0.85rem 1.5rem; border-radius: var(--radius-lg); font-weight: 700; text-decoration: none; }

@media (max-width: 900px) {
  .dl-layout { grid-template-columns: 1fr; }
  .dl-spec { position: static; order: -1; }
  .dl-main--tail { grid-column: 1; }
  .dl-hero__inner { grid-template-columns: 1fr; }
  .dl-hero__panel { max-width: 280px; margin: 0 auto; }
  .dl-steps { grid-template-columns: 1fr; gap: 1.25rem; }
  .dl-steps::before { display: none; }
  .dl-step { text-align: left; display: flex; gap: 1rem; align-items: flex-start; padding: 0; }
  .dl-step__num { margin: 0; flex-shrink: 0; }
  .dl-paket__row { grid-template-columns: 1fr; gap: 0.5rem; }
  .dl-after__steps { grid-template-columns: 1fr; }
  .dl-after__step { border-right: none !important; }
  .dl-after__step:not(:last-child) { border-bottom: 1px solid var(--gray-100); }
  .dl-after__foot { flex-direction: column; align-items: stretch; }
  .dl-after__btn { justify-content: center; }
  .dl-after-visual { max-width: min(512px, 88vw); }
  .dl-faq-block__inner { grid-template-columns: 1fr; gap: 2rem; }
  .dl-faq-block__visual { position: static; max-width: 420px; margin: 0 auto; width: 100%; }
}
@media (max-width: 768px) {
  :root { --header-height: 56px; }
  .orange-88d2 {
    display: none; position: fixed;
    top: calc(var(--header-height) + env(safe-area-inset-top, 0px));
    left: 0; right: 0; flex-direction: column;
    background: #fff; padding: 0.5rem 1rem; box-shadow: var(--shadow-lg); z-index: 1001;
    max-height: calc(100dvh - var(--header-height)); overflow-y: auto;
  }
  .orange-88d2.narrow_2ff2, #main-nav[data-open="1"] { display: flex !important; }
  .pagination-lite-fe53 { flex-direction: column; align-items: stretch; width: 100%; }
  .carousel_liquid_7144 {
    position: static; opacity: 1; visibility: visible; transform: none;
    box-shadow: none; border-left: 3px solid var(--primary); max-height: 0; overflow: hidden;
  }
  .container_copper_9b22.narrow_2ff2 .carousel_liquid_7144,
  #main-nav li[data-open="1"] > ul { max-height: 320px; }
  .small-8d29 { display: flex; }
  .glass-f450 .easy_678b { display: none; }
}
@media (min-width: 769px) {
  .small-8d29 { display: none !important; }
  .orange-88d2 { display: flex !important; position: static; }
}
