/* ============================================================
   TENTANG KAMI – tentang-kami.css
   Gaya: Korporat Profesional, Bersih, Elegan
   ============================================================ */

/* ── Nav active state ── */
.tk-nav-active {
  color: #e21a1a !important;
  font-weight: 600 !important;
}

/* ── Wrapper umum ── */
.tk-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ── Section umum ── */
.tk-section {
  padding: 80px 0;
}

.tk-bg-light {
  background: #f7f8fa;
}

/* ── Section header ── */
.tk-section-hdr {
  margin-bottom: 52px;
}

.tk-center {
  text-align: center;
}

.tk-section-eyebrow {
  display: inline-block;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #e21a1a;
  margin-bottom: 10px;
}

.tk-section-title {
  font-family: 'Noto Sans Display', 'Noto Sans', sans-serif;
  font-size: 32px;
  font-weight: 800;
  color: #0d2c4e;
  line-height: 1.28;
  letter-spacing: -0.4px;
  margin-bottom: 0;
}

.tk-section-sub {
  margin-top: 14px;
  font-size: 15px;
  color: #777;
  line-height: 1.7;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.tk-body-text {
  font-size: 14.5px;
  color: #555;
  line-height: 1.85;
  margin-bottom: 18px;
}


/* ============================================================
   HERO
   ============================================================ */
.tk-hero {
  position: relative;
  height: 420px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}

.tk-hero-img-wrap {
  position: absolute;
  inset: 0;
}

.tk-hero-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
}

.tk-hero-dim {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right,
      rgba(8, 20, 45, 0.85) 0%,
      rgba(8, 20, 45, 0.65) 55%,
      rgba(8, 20, 45, 0.30) 100%);
}

.tk-hero-body {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-bottom: 56px;
}

.tk-hero-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

.tk-hero-eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.60);
  margin-bottom: 10px;
}

.tk-hero-title {
  font-family: 'Noto Sans Display', sans-serif;
  font-size: 52px;
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
  letter-spacing: -1px;
  margin-bottom: 16px;
}

.tk-hero-tagline {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
  max-width: 520px;
}


/* ============================================================
   BREADCRUMB
   ============================================================ */
.tk-breadcrumb {
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
}

.tk-bc-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 11px 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  color: #999;
}

.tk-bc-inner a {
  color: #555;
  transition: color 0.18s;
}

.tk-bc-inner a:hover {
  color: #e21a1a;
}

.tk-bc-sep {
  font-size: 9px;
  color: #ccc;
}

.tk-bc-inner>span:last-child {
  color: #0d2c4e;
  font-weight: 500;
}


/* ============================================================
   ANGKA SINGKAT
   ============================================================ */
.tk-numbers {
  background: #0d2c4e;
  border-bottom: 3px solid #e21a1a;
}

.tk-numbers .tk-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
}

.tk-num-item {
  flex: 1;
  text-align: center;
  padding: 32px 20px;
}

.tk-num-item strong {
  display: block;
  font-family: 'Noto Sans Display', sans-serif;
  font-size: 40px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  margin-bottom: 7px;
}

.tk-num-item strong span {
  font-size: 28px;
  color: #e21a1a;
}

.tk-num-item p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.55);
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.tk-num-divider {
  width: 1px;
  height: 48px;
  background: rgba(255, 255, 255, 0.12);
  flex-shrink: 0;
}


/* ============================================================
   TWO-COLUMN LAYOUT
   ============================================================ */
.tk-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

.tk-col-reverse {
  direction: rtl;
}

.tk-col-reverse>* {
  direction: ltr;
}

.tk-col-media img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 4px;
  display: block;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.10);
}

/* Certification row */
.tk-cert-row {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.tk-cert-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  background: #f7f8fa;
  border-left: 3px solid #0d2c4e;
}

.tk-cert-item i {
  font-size: 22px;
  color: #0d2c4e;
  flex-shrink: 0;
}

.tk-cert-item strong {
  display: block;
  font-size: 13.5px;
  font-weight: 700;
  color: #0d2c4e;
  margin-bottom: 2px;
}

.tk-cert-item span {
  font-size: 12px;
  color: #888;
}


/* ============================================================
   VISI & MISI
   ============================================================ */
.tk-vm-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 48px;
}

.tk-vm-card {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  padding: 40px 36px;
  transition: box-shadow 0.25s;
}

.tk-vm-card:hover {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}

.tk-vm-icon-wrap {
  width: 56px;
  height: 56px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
  margin-bottom: 22px;
}

.tk-icon-navy {
  background: #0d2c4e;
}

.tk-icon-red {
  background: #e21a1a;
}

.tk-vm-card h3 {
  font-family: 'Noto Sans Display', sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: #0d2c4e;
  margin-bottom: 16px;
}

.tk-vm-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.85;
}

.tk-misi-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.tk-misi-list li {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  padding-left: 18px;
  position: relative;
}

.tk-misi-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  background: #e21a1a;
  border-radius: 50%;
}


/* ============================================================
   NILAI-NILAI
   ============================================================ */
.tk-values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1px solid #e8e8e8;
  margin-top: 48px;
}

.tk-value-item {
  padding: 40px 28px;
  border-right: 1px solid #e8e8e8;
  transition: background 0.2s;
  position: relative;
}

.tk-value-item:last-child {
  border-right: none;
}

.tk-value-item:hover {
  background: #f7f8fa;
}

.tk-value-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: #e21a1a;
  transition: width 0.3s ease;
}

.tk-value-item:hover::after {
  width: 100%;
}

.tk-value-icon {
  font-size: 28px;
  color: #0d2c4e;
  margin-bottom: 18px;
}

.tk-value-item h4 {
  font-size: 16px;
  font-weight: 700;
  color: #0d2c4e;
  margin-bottom: 10px;
}

.tk-value-item p {
  font-size: 13.5px;
  color: #666;
  line-height: 1.7;
}


/* ============================================================
   FOTO OPERASIONAL (Split – full width)
   ============================================================ */
.tk-ops-section {
  /* full viewport width, no container */
}

.tk-ops-grid {
  display: grid;
  grid-template-columns: 55% 45%;
  min-height: 520px;
}

.tk-ops-img {
  position: relative;
  overflow: hidden;
}

.tk-ops-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  transition: transform 0.55s ease;
}

.tk-ops-img:hover img {
  transform: scale(1.04);
}

.tk-ops-content {
  background: #0d2c4e;
  padding: 64px 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
}

.tk-eyebrow-light {
  color: rgba(255, 255, 255, 0.45) !important;
  margin-bottom: 12px;
}

.tk-ops-title {
  font-family: 'Noto Sans Display', sans-serif;
  font-size: 26px;
  font-weight: 800;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 20px;
  letter-spacing: -0.3px;
}

.tk-ops-text {
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.85;
  margin-bottom: 14px;
}

.tk-ops-divider {
  width: 40px;
  height: 2px;
  background: #e21a1a;
  margin: 20px 0 24px;
  flex-shrink: 0;
}

.tk-ops-points {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.tk-ops-point {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.5;
}

.tk-ops-point i {
  color: #e21a1a;
  font-size: 12px;
  flex-shrink: 0;
  margin-top: 4px;
}


/* ============================================================
   TIMELINE SEJARAH
   ============================================================ */
.tk-timeline {
  max-width: 760px;
  margin: 52px auto 0;
  position: relative;
}

.tk-tl-item {
  display: grid;
  grid-template-columns: 80px 28px 1fr;
  gap: 0 20px;
  margin-bottom: 0;
}

.tk-tl-left {
  display: flex;
  justify-content: flex-end;
  padding-top: 4px;
}

.tk-tl-year {
  font-family: 'Noto Sans Display', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #aaa;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

.tk-year-active {
  color: #e21a1a;
}

.tk-tl-mid {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tk-tl-dot {
  width: 14px;
  height: 14px;
  min-height: 14px;
  border-radius: 50%;
  background: #ccc;
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px #ccc;
  flex-shrink: 0;
  margin-top: 3px;
  z-index: 1;
  position: relative;
}

.tk-dot-active {
  background: #e21a1a;
  box-shadow: 0 0 0 2px #e21a1a;
}

.tk-tl-line {
  flex: 1;
  width: 2px;
  background: #e8e8e8;
  margin: 6px 0;
  min-height: 32px;
}

.tk-tl-right {
  padding-bottom: 36px;
}

.tk-tl-last .tk-tl-right {
  padding-bottom: 0;
}

.tk-tl-card {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  padding: 18px 22px;
  transition: box-shadow 0.2s;
}

.tk-tl-card:hover {
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.07);
}

.tk-card-active {
  border-color: #e21a1a;
  border-left-width: 3px;
}

.tk-tl-card h4 {
  font-size: 14px;
  font-weight: 700;
  color: #0d2c4e;
  margin-bottom: 6px;
}

.tk-tl-card p {
  font-size: 13px;
  color: #666;
  line-height: 1.65;
}


/* ============================================================
   TIM — STAT BAR
   ============================================================ */
.tk-team-stats {
  display: flex;
  gap: 0;
  margin-top: 32px;
  border: 1px solid #e8e8e8;
}

.tk-ts-item {
  flex: 1;
  padding: 20px;
  text-align: center;
  border-right: 1px solid #e8e8e8;
}

.tk-ts-item:last-child {
  border-right: none;
}

.tk-ts-item strong {
  display: block;
  font-family: 'Noto Sans Display', sans-serif;
  font-size: 28px;
  font-weight: 900;
  color: #0d2c4e;
  line-height: 1;
  margin-bottom: 5px;
}

.tk-ts-item span {
  font-size: 11.5px;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}


/* ============================================================
   INDUSTRI
   ============================================================ */
.tk-industries-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid #e8e8e8;
  margin-top: 48px;
  background: #e8e8e8;
}

.tk-ind-card {
  background: #fff;
  padding: 36px 28px;
  margin: 1px;
  transition: all 0.22s;
}

.tk-ind-card:hover {
  background: #0d2c4e;
}

.tk-ind-card:hover h5,
.tk-ind-card:hover p {
  color: #fff;
}

.tk-ind-card:hover i {
  color: #fff;
}

.tk-ind-card i {
  font-size: 30px;
  color: #0d2c4e;
  margin-bottom: 16px;
  display: block;
  transition: color 0.22s;
}

.tk-ind-card h5 {
  font-size: 15px;
  font-weight: 700;
  color: #0d2c4e;
  margin-bottom: 8px;
  transition: color 0.22s;
}

.tk-ind-card p {
  font-size: 13px;
  color: #777;
  line-height: 1.65;
  transition: color 0.22s;
}


/* ============================================================
   CTA
   ============================================================ */
/* ============================================================
   INSTAGRAM FEED SECTION
   ============================================================ */
.tk-ig-section {
  padding: 56px 0 64px;
  background: #fff;
  border-top: 1px solid #e8e8e8;
}

/* Header row */
.tk-ig-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
  padding-bottom: 22px;
  border-bottom: 1px solid #f0f0f0;
}

.tk-ig-brand {
  display: flex;
  align-items: center;
  gap: 16px;
}

.tk-ig-logo-wrap {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: radial-gradient(circle at 30% 107%,
    #fdf497 0%, #fdf497 5%,
    #fd5949 45%, #d6249f 60%,
    #285aeb 90%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #fff;
  flex-shrink: 0;
}

.tk-ig-brand-text strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #0d2c4e;
  margin-bottom: 2px;
}

.tk-ig-brand-text span {
  font-size: 13px;
  color: #999;
}

.tk-ig-follow-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: radial-gradient(circle at 30% 107%,
    #fdf497 0%, #fdf497 5%,
    #fd5949 45%, #d6249f 60%,
    #285aeb 90%);
  color: #fff;
  font-size: 13.5px;
  font-weight: 700;
  padding: 10px 22px;
  border-radius: 6px;
  transition: opacity 0.2s, transform 0.2s;
  letter-spacing: 0.3px;
}

.tk-ig-follow-btn:hover {
  opacity: 0.88;
  transform: translateY(-1px);
}

/* Widget wrapper */
.tk-ig-widget-wrap {
  position: relative;
  width: 100%;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  overflow: hidden;
  background: #fafafa;
}

/* iframe Instagram embed */
.tk-ig-iframe {
  display: block;
  width: 100%;
  height: 900px;
  border: 0;
  overflow: hidden;
  border-radius: 0 0 8px 8px;
}

/* Placeholder — disembunyikan karena sudah ada embed asli */
.tk-ig-placeholder {
  display: none;
  width: 100%;
  padding: 56px 24px;
  justify-content: center;
}

.tk-ig-placeholder-inner {
  max-width: 560px;
  width: 100%;
  text-align: center;
}

.tk-ig-ph-icon {
  width: 72px;
  height: 72px;
  border-radius: 20px;
  background: radial-gradient(circle at 30% 107%,
    #fdf497 0%, #fdf497 5%,
    #fd5949 45%, #d6249f 60%,
    #285aeb 90%);
  font-size: 34px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.tk-ig-placeholder-inner h4 {
  font-size: 20px;
  font-weight: 700;
  color: #0d2c4e;
  margin-bottom: 8px;
}

.tk-ig-placeholder-inner > p {
  font-size: 14px;
  color: #888;
  margin-bottom: 32px;
  line-height: 1.6;
}

.tk-ig-steps {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: left;
  margin-bottom: 32px;
}

.tk-ig-step {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 18px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
}

.tk-ig-step-num {
  width: 28px;
  height: 28px;
  min-width: 28px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 107%,
    #fdf497 0%, #fdf497 5%,
    #fd5949 45%, #d6249f 60%,
    #285aeb 90%);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.tk-ig-step strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #0d2c4e;
  margin-bottom: 3px;
}

.tk-ig-step p {
  font-size: 13px;
  color: #777;
  line-height: 1.55;
  margin: 0;
}

.tk-ig-step a {
  color: #d6249f;
  font-weight: 500;
  text-decoration: underline;
}

.tk-ig-step code {
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  padding: 1px 5px;
  font-size: 12px;
  color: #e21a1a;
  font-family: monospace;
}

.tk-ig-setup-btn {
  display: inline-block;
  background: radial-gradient(circle at 30% 107%,
    #fdf497 0%, #fdf497 5%,
    #fd5949 45%, #d6249f 60%,
    #285aeb 90%);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 13px 32px;
  border-radius: 6px;
  transition: opacity 0.2s;
}

.tk-ig-setup-btn:hover {
  opacity: 0.88;
}

/* ── Responsive Instagram: ≤ 900px ── */
@media (max-width: 900px) {
  .tk-ig-iframe {
    height: 760px;
  }
}

/* ── Responsive Instagram: ≤ 640px ── */
@media (max-width: 640px) {
  .tk-ig-section {
    padding: 40px 0 48px;
  }

  .tk-ig-header {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 20px;
    padding-bottom: 16px;
  }

  .tk-ig-logo-wrap {
    width: 42px;
    height: 42px;
    font-size: 20px;
    border-radius: 10px;
  }

  .tk-ig-brand-text strong {
    font-size: 14px;
  }

  .tk-ig-brand-text span {
    font-size: 12px;
  }

  .tk-ig-follow-btn {
    font-size: 12.5px;
    padding: 8px 16px;
    margin-left: auto;
  }

  .tk-ig-widget-wrap {
    border-radius: 0;
    border-left: none;
    border-right: none;
    margin: 0 -24px;
    width: calc(100% + 48px);
  }

  .tk-ig-iframe {
    height: 680px;
    border-radius: 0;
  }
}


/* ============================================================
   CTA
   ============================================================ */
.tk-cta {
  background: #f7f8fa;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  padding: 60px 0;
}

.tk-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.tk-cta-text h2 {
  font-family: 'Noto Sans Display', sans-serif;
  font-size: 26px;
  font-weight: 800;
  color: #0d2c4e;
  margin-bottom: 8px;
  letter-spacing: -0.3px;
}

.tk-cta-text p {
  font-size: 14px;
  color: #666;
  line-height: 1.65;
  max-width: 480px;
}

.tk-cta-btns {
  display: flex;
  gap: 14px;
  flex-shrink: 0;
}

.tk-btn-wa {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #25d366;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 13px 24px;
  border-radius: 3px;
  transition: background 0.18s;
  white-space: nowrap;
}

.tk-btn-wa:hover {
  background: #1daa61;
}

.tk-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: #0d2c4e;
  font-size: 14px;
  font-weight: 600;
  padding: 13px 24px;
  border-radius: 3px;
  border: 2px solid #0d2c4e;
  transition: all 0.18s;
  white-space: nowrap;
}

.tk-btn-outline:hover {
  background: #0d2c4e;
  color: #fff;
}

.tk-btn-wa i,
.tk-btn-outline i {
  font-size: 18px;
}


/* ============================================================
   RESPONSIVE – TABLET  ≤ 1024px
   ============================================================ */
@media (max-width: 1024px) {
  .tk-section-title {
    font-size: 28px;
  }

  .tk-two-col {
    gap: 48px;
  }

  .tk-values-grid {
    grid-template-columns: repeat(2, 1fr);
    border: none;
    gap: 1px;
    background: #e8e8e8;
  }

  .tk-value-item {
    border-right: none;
  }

  .tk-industries-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tk-ops-grid {
    grid-template-columns: 1fr;
  }

  .tk-ops-content {
    padding: 44px 36px;
  }
}


/* ============================================================
   RESPONSIVE – TABLET  ≤ 900px
   ============================================================ */
@media (max-width: 900px) {
  .tk-hero {
    height: 340px;
  }

  .tk-hero-title {
    font-size: 40px;
  }

  .tk-numbers .tk-wrap {
    flex-wrap: wrap;
  }

  .tk-num-item {
    flex: 0 0 33.33%;
  }

  .tk-num-divider {
    display: none;
  }

  .tk-two-col {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .tk-col-reverse {
    direction: ltr;
  }

  .tk-vm-grid {
    grid-template-columns: 1fr;
  }

  .tk-ops-grid {
    grid-template-columns: 1fr;
  }

  .tk-ops-img {
    min-height: 300px;
  }

  .tk-ops-content {
    padding: 44px 32px;
  }

  .tk-cta-inner {
    flex-direction: column;
    text-align: center;
  }

  .tk-cta-text p {
    max-width: 100%;
  }

  .tk-cta-btns {
    justify-content: center;
  }
}


/* ============================================================
   RESPONSIVE – MOBILE  ≤ 640px
   ============================================================ */
@media (max-width: 640px) {

  /* --- Section umum --- */
  .tk-section {
    padding: 48px 0;
  }

  .tk-wrap {
    padding: 0 18px;
  }

  .tk-section-eyebrow {
    font-size: 10.5px;
  }

  .tk-section-title {
    font-size: 22px;
    letter-spacing: -0.2px;
  }

  .tk-section-sub {
    font-size: 13.5px;
  }

  .tk-body-text {
    font-size: 13.5px;
  }

  .tk-section-hdr {
    margin-bottom: 36px;
  }

  /* --- Hero --- */
  .tk-hero {
    height: auto;
    min-height: 260px;
  }

  .tk-hero-body {
    padding-bottom: 36px;
  }

  .tk-hero-title {
    font-size: 30px;
  }

  .tk-hero-tagline {
    font-size: 13.5px;
    max-width: 100%;
  }

  .tk-hero-eyebrow {
    font-size: 11px;
    margin-bottom: 8px;
  }

  /* --- Stats angka --- */
  .tk-num-item {
    flex: 0 0 50%;
  }

  .tk-num-item strong {
    font-size: 30px;
  }

  .tk-num-item p {
    font-size: 10.5px;
  }

  /* --- Profil: cert row --- */
  .tk-cert-row {
    margin-top: 20px;
  }

  .tk-cert-item {
    padding: 12px 14px;
  }

  /* --- Visi misi --- */
  .tk-vm-card {
    padding: 28px 22px;
  }

  .tk-vm-card h3 {
    font-size: 20px;
  }

  /* --- Nilai-nilai: 2 kolom di mobile --- */
  .tk-values-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: #e8e8e8;
    border: none;
  }

  .tk-value-item {
    padding: 28px 18px;
    border-right: none;
  }

  .tk-value-icon {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .tk-value-item h4 {
    font-size: 14px;
  }

  .tk-value-item p {
    font-size: 12.5px;
  }

  /* --- Operasional --- */
  .tk-ops-img {
    min-height: 220px;
  }

  .tk-ops-content {
    padding: 36px 22px;
  }

  .tk-ops-title {
    font-size: 20px;
  }

  .tk-ops-text {
    font-size: 13px;
  }

  .tk-ops-point {
    font-size: 13px;
  }

  /* --- Timeline --- */
  .tk-timeline {
    margin-left: 0;
  }

  .tk-tl-item {
    grid-template-columns: 44px 20px 1fr;
    gap: 0 10px;
  }

  .tk-tl-year {
    font-size: 11.5px;
  }

  .tk-tl-card {
    padding: 14px 16px;
  }

  .tk-tl-card h4 {
    font-size: 13.5px;
  }

  .tk-tl-card p {
    font-size: 12px;
  }

  /* --- Tim --- */
  .tk-team-stats {
    flex-direction: row;
    flex-wrap: wrap;
    border: 1px solid #e8e8e8;
  }

  .tk-ts-item {
    flex: 1 1 33%;
    border-right: 1px solid #e8e8e8;
    padding: 16px 10px;
  }

  .tk-ts-item:last-child {
    border-right: none;
  }

  .tk-ts-item strong {
    font-size: 22px;
  }

  .tk-ts-item span {
    font-size: 10px;
  }

  /* --- Industri: 2 kolom --- */
  .tk-industries-grid {
    grid-template-columns: 1fr 1fr;
  }

  .tk-ind-card {
    padding: 22px 16px;
  }

  .tk-ind-card i {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .tk-ind-card h5 {
    font-size: 13px;
  }

  .tk-ind-card p {
    font-size: 12px;
  }

  /* --- CTA --- */
  .tk-cta {
    padding: 44px 0;
  }

  .tk-cta-text h2 {
    font-size: 20px;
  }

  .tk-cta-text p {
    font-size: 13px;
  }

  .tk-cta-btns {
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }

  .tk-btn-wa,
  .tk-btn-outline {
    justify-content: center;
    width: 100%;
    padding: 12px 20px;
  }

  .tk-btn-wa i,
  .tk-btn-outline i {
    font-size: 16px;
  }
}


/* ============================================================
   RESPONSIVE – SMALL  ≤ 400px
   ============================================================ */
@media (max-width: 400px) {
  .tk-hero-title {
    font-size: 26px;
  }

  .tk-hero-tagline {
    font-size: 13px;
  }

  .tk-num-item {
    flex: 0 0 100%;
    padding: 16px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }

  .tk-section-title {
    font-size: 20px;
  }

  .tk-values-grid {
    grid-template-columns: 1fr;
  }

  .tk-industries-grid {
    grid-template-columns: 1fr;
  }

  .tk-tl-left {
    display: none;
  }

  .tk-tl-item {
    grid-template-columns: 20px 1fr;
    gap: 0 10px;
  }

  .tk-ig-header {
    flex-wrap: wrap;
  }

  .tk-ig-follow-btn {
    width: 100%;
    justify-content: center;
    margin-left: 0;
    margin-top: 4px;
  }
}