/**
 * tentang-kami.html — info situs, privasi, syarat
 */

/* Header */
.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; }
.fe9fz2-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; }

.tk-hero {
  background: var(--brand-gradient);
  color: #fff;
  padding: 2.5rem 0 3rem;
  position: relative;
  overflow: hidden;
}
.tk-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;
}
.tk-hero__inner {
  position: relative; z-index: 1;
  display: grid;
  grid-template-columns: 1fr min(280px, 32%);
  gap: clamp(2rem, 4vw, 3rem);
  align-items: center;
}
.tk-hero__crumb { font-size: 0.875rem; margin-bottom: 1rem; opacity: 0.9; }
.tk-hero__crumb a { color: #fff; text-decoration: none; }
.tk-hero__badge {
  display: inline-block;
  background: rgba(255,255,255,0.18);
  border: 1px solid rgba(255,255,255,0.3);
  padding: 0.35rem 0.85rem; border-radius: 999px;
  font-size: 0.78rem; font-weight: 700; margin-bottom: 0.85rem;
}
.tk-hero__title {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.75rem, 4vw, 2.65rem);
  font-weight: 800; line-height: 1.15; margin: 0 0 1rem;
}
.tk-hero__title em { font-style: normal; color: var(--accent); }
.tk-hero__lead { font-size: 1.05rem; line-height: 1.75; opacity: 0.95; margin: 0 0 1.25rem; max-width: 36em; }
.tk-hero__lead a { color: #fff; font-weight: 600; text-decoration: underline; }
.tk-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);
}
.tk-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.25rem; text-align: center;
  backdrop-filter: blur(8px);
}
.tk-hero__panel img { width: 100%; max-width: 200px; height: auto; border-radius: var(--radius-lg); display: block; margin: 0 auto; }

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

.tk-body { padding: 2.5rem 0 4rem; }
.tk-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: clamp(2rem, 4vw, 3rem);
  align-items: start;
}
.tk-sidebar {
  position: sticky;
  top: calc(var(--header-height, 72px) + 1.5rem);
  background: #fff;
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-xl);
  padding: 1.25rem;
  box-shadow: var(--shadow-sm);
}
.tk-sidebar__title { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--gray-500); margin: 0 0 0.75rem; }
.tk-sidebar__nav { list-style: none; margin: 0; padding: 0; }
.tk-sidebar__nav a {
  display: block; padding: 0.5rem 0;
  color: var(--gray-700); text-decoration: none;
  font-size: 0.9rem; font-weight: 500;
  border-bottom: 1px solid var(--gray-100);
}
.tk-sidebar__nav li:last-child a { border-bottom: none; }
.tk-sidebar__nav a:hover { color: var(--primary); }

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

.tk-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 0.85rem;
  margin-top: 1rem;
}
.tk-card {
  padding: 1.15rem 1.25rem;
  background: #fff;
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}
.tk-card__icon { font-size: 1.35rem; margin-bottom: 0.5rem; }
.tk-card__title { font-weight: 700; color: var(--gray-900); margin: 0 0 0.35rem; font-size: 0.95rem; }
.tk-card__text { margin: 0; font-size: 0.88rem; color: var(--gray-600); line-height: 1.65; }

.tk-not {
  display: grid;
  gap: 0.65rem;
  margin-top: 1rem;
}
.tk-not__item {
  display: flex; gap: 0.75rem; align-items: flex-start;
  padding: 0.85rem 1rem;
  background: #fff;
  border: 1px solid var(--gray-200);
  border-left: 3px solid #b45309;
  border-radius: var(--radius-lg);
  font-size: 0.92rem;
  color: var(--gray-700);
  line-height: 1.65;
}
.tk-not__item strong { color: var(--gray-900); }

.tk-peta-split {
  display: grid;
  grid-template-columns: min(220px, 36%) 1fr;
  gap: clamp(1.25rem, 3vw, 2rem);
  align-items: start;
  margin-top: 0.5rem;
}
.tk-peta-split__media {
  margin: 0;
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid var(--gray-200);
  background: linear-gradient(135deg, #f0fdf4 0%, var(--gray-100) 100%);
  box-shadow: var(--shadow-sm);
  aspect-ratio: 1;
}
.tk-peta-split__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tk-pages {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 0.65rem;
  margin-top: 1rem;
}
.tk-pages a {
  display: block; padding: 0.75rem 1rem;
  background: #fff; border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  color: var(--primary); font-weight: 600; font-size: 0.88rem;
  text-decoration: none; box-shadow: var(--shadow-sm);
}
.tk-pages a:hover { background: rgba(5,150,105,0.06); border-color: rgba(5,150,105,0.25); }

.tk-team-box {
  margin-top: 1rem;
  padding: 1.5rem 1.75rem;
  background: linear-gradient(135deg, #f0fdf4 0%, #fff 60%);
  border: 1px solid rgba(5,150,105,0.2);
  border-radius: var(--radius-xl);
  display: flex; flex-wrap: wrap; gap: 1rem;
  align-items: center; justify-content: space-between;
}
.tk-team-box p { margin: 0; color: var(--gray-700); line-height: 1.7; flex: 1; min-width: 200px; font-size: 0.94rem; }
.tk-team-box a {
  display: inline-block;
  padding: 0.65rem 1.15rem;
  background: var(--primary); color: #fff;
  border-radius: var(--radius-lg);
  font-weight: 700; font-size: 0.88rem;
  text-decoration: none; white-space: nowrap;
}
.tk-team-box a:hover { background: var(--primary-dark); }

.tk-legal {
  margin-top: 1rem;
  padding: 1.25rem 1.5rem;
  background: #fff;
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-sm);
}
.tk-legal h3 { font-size: 1rem; font-weight: 700; color: var(--gray-900); margin: 1.25rem 0 0.5rem; }
.tk-legal h3:first-child { margin-top: 0; }
.tk-legal p, .tk-legal li { font-size: 0.92rem; color: var(--gray-700); line-height: 1.75; }
.tk-legal ul { margin: 0 0 0.75rem 1.15rem; padding: 0; }
.tk-legal li { margin-bottom: 0.4rem; }

.tk-visual { margin: 1.5rem 0 0; max-width: 100%; }
.tk-visual__frame {
  position: relative; aspect-ratio: 21 / 9; max-height: 280px;
  border-radius: var(--radius-xl); overflow: hidden;
  background: var(--gray-100); border: 1px solid var(--gray-200);
}
.tk-visual__placeholder {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.8rem; color: var(--gray-400);
}
.tk-visual__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.tk-visual__badge {
  position: absolute; bottom: 0.75rem; left: 0.75rem;
  background: rgba(15,23,42,0.75); color: #fff;
  font-size: 0.72rem; font-weight: 700;
  padding: 0.3rem 0.65rem; border-radius: 999px;
}
.tk-visual__caption { margin-top: 0.5rem; font-size: 0.82rem; color: var(--gray-500); }

.tk-faq-item {
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  background: #fff;
  margin-bottom: 0.65rem;
  box-shadow: var(--shadow-sm);
}
.tk-faq-item summary { cursor: pointer; font-weight: 700; padding: 1rem 1.15rem; list-style: none; }
.tk-faq-item summary::-webkit-details-marker { display: none; }
.tk-faq-item__body { padding: 0 1.15rem 1.15rem; color: var(--gray-700); line-height: 1.75; font-size: 0.94rem; }
.tk-faq-item__body p { margin: 0; }
.tk-faq-item__body a { color: var(--primary); font-weight: 600; text-decoration: none; }
.tk-faq-item__body a:hover { text-decoration: underline; }

.tk-cta {
  margin-top: 2rem; padding: 2.5rem; text-align: center;
  background: var(--brand-gradient);
  border-radius: var(--radius-xl); color: #fff;
}
.tk-cta h2 { font-family: 'Poppins', sans-serif; font-size: 1.5rem; margin: 0 0 0.5rem; }
.tk-cta p { margin: 0 auto 1.25rem; max-width: 32em; opacity: 0.95; line-height: 1.7; }
.tk-cta__btns { display: flex; gap: 0.75rem; justify-content: center; flex-wrap: wrap; }
.tk-cta .btn-w { background: #fff; color: var(--primary); padding: 0.85rem 1.5rem; border-radius: var(--radius-lg); font-weight: 700; text-decoration: none; }
.tk-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) {
  .small-8d29 { display: block; }
  .orange-88d2 { display: none; }
  .glass-f450 .easy_678b { display: none; }
  .tk-hero__inner { grid-template-columns: 1fr; }
  .tk-hero__panel { max-width: 240px; margin: 0 auto; }
  .tk-layout { grid-template-columns: 1fr; }
  .tk-sidebar { position: static; }
  .tk-peta-split { grid-template-columns: 1fr; }
  .tk-peta-split__media { max-width: 220px; margin: 0 auto; }
}
