  .tag-link{
    background:#f1f1f1;
    padding:6px 12px;
    border-radius:20px;
    font-size:13px;
    text-decoration:none;
    color:#333;
    }
    .tag-link:hover{
    background:#007bff;
    color:white;
    }
    .tag-container{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:15px;
    }
    
    .tag-link{
    background:#f2f2f2;
    padding:8px 14px;
    border-radius:20px;
    font-size:13px;
    text-decoration:none;
    color:#333;
    transition:0.2s;
    }
    
    .tag-link:hover{
    background:#007bff;
    color:white;
    }
    /*CARD CLIENT*/
        .client-card{
        background:#fff;
        border-radius:18px;
        padding:15px;
        border:3px solid #1aa79c; /* warna hijau dari gambar */
        box-shadow:0 10px 20px rgba(0,0,0,0.08);
        transition:0.3s;
        }
        
        .client-card:hover{
        transform:translateY(-5px);
        }
        
        .client-image{
        width:100%;
        height:250px;        /* tinggi gambar sama */
        overflow:hidden;
        border-radius:12px;
        }
        
        .client-image img{
        width:100%;
        height:100%;
        object-fit:cover;    /* crop otomatis agar proporsional */
        display:block;
        }
        
        .client-info{
        margin-top:12px;
        }
        
        .client-info h5{
        font-weight:700;
        letter-spacing:4px;
        color:#f39c12;
        margin-bottom:2px;
        }
        
        .client-info p{
        font-size:12px;
        color:#666;
        letter-spacing:2px;
        }
        /*CARD CLIENT*/
        /*new testimoni card*/
        .testimonial-card{

          position:relative;

          background:white;

          border-radius:14px;

          padding:50px 30px 30px;

          box-shadow:0 10px 25px rgba(0,0,0,.08);

          text-align:left;

          height:100%;

          }

          /* avatar */

          .testimonial-avatar{

          position:absolute;

          top:-28px;

          left:30px;

          width:56px;

          height:56px;

          border-radius:50%;

          background:#059e7a;

          color:white;

          font-weight:700;

          font-size:22px;

          display:flex;

          align-items:center;

          justify-content:center;

          border:4px solid white;

          box-shadow:0 4px 10px rgba(0,0,0,.15);

          }

          /* name */

          .testimonial-name{

          font-size:18px;

          font-weight:600;

          margin-bottom:4px;

          }

          /* job */

          .testimonial-job{

          font-size:14px;

          color:#6b7280;

          margin-bottom:14px;

          }

          /* text */

          .testimonial-text{

          font-size:15px;

          line-height:1.6;

          color:#374151;

          }

          .testimonial-meta{

          display:flex;

          justify-content:space-between;

          align-items:center;

          margin-bottom:14px;

          }

          /* nama training */

          .training-name{

          font-size:14px;

          color:#64748b;

          font-weight:500;

          }

          /* badge alumni */

          .badge-verified{

          display:inline-flex;

          align-items:center;

          gap:6px;

          background:#ecfeff;

          color:#0891b2;

          padding:5px 12px;

          border-radius:20px;

          font-size:12px;

          font-weight:600;

          }
        /*new testimoni card*/

        /*CALENDAR*/
        .schedule-item{

        display:flex;
        align-items:stretch;

        gap:20px;

        margin-bottom:25px;

        }

        .schedule-time{

        width:50px;

        display:flex;
        flex-direction:column;

        align-items:center;

        color:#888;

        font-size:13px;

        }

        .time-line{

        flex:1;

        width:2px;

        border-left:2px dashed #d6d6d6;

        margin:6px 0;

        }

        .schedule-card{

        flex:1;

        background:white;

        padding:20px;

        border-radius:14px;

        box-shadow:0 8px 25px rgba(0,0,0,.05);

        }

        .schedule-tag{

        background:#0d9488;

        padding:4px 10px;

        border-radius:6px;

        font-size:12px;

        color: #fff;

        font-weight: 600;

        display:inline-block;

        margin-bottom:8px;

        }

        .schedule-title{

        font-weight:600;

        margin-bottom:5px;

        }

        .schedule-date{

        font-size:14px;

        color:#666;

        }

        .schedule-footer{

        display:flex;

        justify-content:space-between;

        margin-top:10px;

        font-size:13px;

        color:#777;

        }
        /*CALENDAR*/

/* ================================================
   BIAYA & PAKET INVESTASI v2 — Outcome Focused
   ================================================ */
 
/* Font tambahan untuk pricing section */
 
 
:root {
  --ktc-teal:       #0d9488;
  --ktc-teal-dark:  #0a7c72;
  --ktc-teal-light: #f0fdfa;
  --ktc-amber:      #f59e0b;
  --ktc-amber-bg:   #fffbeb;
  --ktc-green:      #16a34a;
  --ktc-ink:        #0f172a;
  --ktc-slate:      #475569;
  --ktc-muted:      #94a3b8;
  --ktc-border:     #e2e8f0;
}
 
/* ── Eyebrow / Section Label ── */
.ktc-eyebrow {
  font-family: 'Quicksand', 'Josefin Sans', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ktc-teal);
}
 
/* ── Outcome Banner ── */
.ktc-outcome-banner {
  background: linear-gradient(135deg, var(--ktc-teal) 0%, #0f766e 100%);
  border-radius: 20px;
  padding: 32px 36px;
  color: white;
  position: relative;
  overflow: hidden;
}
.ktc-outcome-banner::before {
  content: '';
  position: absolute;
  top: -30px; right: -30px;
  width: 180px; height: 180px;
  border-radius: 50%;
  background: rgba(255,255,255,0.07);
}
.ktc-outcome-banner::after {
  content: '';
  position: absolute;
  bottom: -50px; left: 40%;
  width: 220px; height: 220px;
  border-radius: 50%;
  background: rgba(255,255,255,0.05);
}
.ktc-outcome-banner .ob-label {
  font-family: 'Quicksand', 'Josefin Sans', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.75);
  margin-bottom: 8px;
}
.ktc-outcome-banner h3 {
  font-family: 'Quicksand', 'Josefin Sans', sans-serif;
  font-size: 1.45rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: white;
}
.ktc-outcome-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 32px;
}
.ktc-outcome-item {
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 12px;
  padding: 14px 16px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  backdrop-filter: blur(4px);
}
.ktc-outcome-item .oi-icon { font-size: 2.5rem; flex-shrink: 0; line-height: 1; }
.ktc-outcome-item .oi-text { font-size: 1.5rem; font-weight: 500; line-height: 1.45; color: rgba(255,255,255,0.95); }
 
/* ── Mode Toggle ── */
.ktc-mode-wrap {
  background: #e2e8f0;
  border-radius: 50px;
  padding: 5px;
  display: inline-flex;
  gap: 4px;
  flex-wrap: wrap;
}
.ktc-mode-btn {
  background: transparent;
  border: none;
  border-radius: 50px;
  padding: 10px 22px;
  font-family: 'Quicksand', 'Josefin Sans', sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--ktc-slate);
  cursor: pointer;
  transition: all 0.2s;
}
.ktc-mode-btn.active {
  background: white;
  color: var(--ktc-ink);
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
 
/* ── Countdown Strip ── */
.ktc-countdown-strip {
  background: var(--ktc-amber-bg);
  border: 1.5px solid #fde68a;
  border-radius: 16px;
  padding: 12px 20px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.ktc-cd-label {
  font-family: 'Quicksand', 'Josefin Sans', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--ktc-amber);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.ktc-cd-units { display: flex; gap: 8px; }
.ktc-cd-unit {
  background: white;
  border: 1px solid #fde68a;
  border-radius: 10px;
  padding: 6px 10px;
  text-align: center;
  min-width: 52px;
}
.ktc-cd-unit .n {
  display: block;
  font-family: 'Quicksand', 'Josefin Sans', sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1;
  color: var(--ktc-ink);
}
.ktc-cd-unit .l { font-size: 0.7rem; color: var(--ktc-muted); font-weight: 600; }
 
/* ── Location Pills ── */
.ktc-loc-pills { display: flex; flex-wrap: wrap; gap: 10px; }
.ktc-loc-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1.5px solid var(--ktc-border);
  border-radius: 50px;
  padding: 7px 18px;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--ktc-muted);
  background: white;
  cursor: pointer;
  transition: all 0.2s;
}
.ktc-loc-pill.active, .ktc-loc-pill:hover {
  border-color: var(--ktc-teal);
  color: var(--ktc-teal);
  background: var(--ktc-teal-light);
}
.ktc-loc-pills2 { display: flex; flex-wrap: wrap; gap: 10px; }
.ktc-loc-pill2 {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1.5px solid var(--ktc-border);
  border-radius: 50px;
  padding: 7px 18px;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--ktc-muted);
  background: white;
  cursor: pointer;
  transition: all 0.2s;
}
.ktc-loc-pill2.active, .ktc-loc-pill2:hover {
  border-color: var(--ktc-teal);
  color: var(--ktc-teal);
  background: var(--ktc-teal-light);
}
.ktc-loc-dot { width: 8px; height: 8px; background: var(--ktc-teal); border-radius: 50%; }
 
/* ── Pricing Cards ── */
.ktc-pricing-card {
  background: white;
  border: 2px solid var(--ktc-border);
  border-radius: 22px;
  padding: 30px 26px 26px;
  height: 100%;
  position: relative;
  transition: transform 0.25s, box-shadow 0.25s;
}
.ktc-pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 36px rgba(0,0,0,0.09);
}
.ktc-pricing-card.featured {
  border-color: var(--ktc-teal);
  box-shadow: 0 8px 32px rgba(13,148,136,0.15);
}
.ktc-top-badge {
  position: absolute;
  top: -15px; left: 50%;
  transform: translateX(-50%);
  background: var(--ktc-amber);
  color: white;
  font-family: 'Quicksand', 'Josefin Sans', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 5px 18px;
  border-radius: 50px;
  white-space: nowrap;
}
.ktc-plan-pill {
  display: inline-block;
  background: var(--ktc-teal-light);
  color: var(--ktc-teal-dark);
  font-family: 'Quicksand', 'Josefin Sans', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 50px;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.ktc-plan-pill.corp { background: #f0f0ff; color: #4f46e5; }
.ktc-plan-name { font-family: 'Quicksand', 'Josefin Sans', sans-serif; font-size: 1.5rem; font-weight: 800; margin-bottom: 4px; }
.ktc-plan-for { font-size: 1.25rem; color: var(--ktc-muted); margin-bottom: 16px; }
 
/* Price */
.ktc-price-original { font-size: 1.3rem; color: var(--ktc-muted); text-decoration: line-through; }
.ktc-price-main { font-family: 'Quicksand', 'Josefin Sans', sans-serif; font-size: 2.5rem; font-weight: 800; color: var(--ktc-ink); line-height: 1; }
.ktc-price-main.featured-price { color: var(--ktc-teal); }
.ktc-price-unit { font-size: 1.3rem; color: var(--ktc-muted); font-weight: 500; margin-top: 2px; }
.ktc-dp-chip {
  display: inline-flex; align-items: center; gap: 6px;
  background: #f0fdf4; border: 1px solid #bbf7d0; color: var(--ktc-green);
  font-size: 1.3rem; font-weight: 700;
  padding: 5px 14px; border-radius: 50px; margin-top: 8px;
}
 
/* Outcome tags */
.ktc-outcomes-title {
  font-family: 'Quicksand', 'Josefin Sans', sans-serif; font-size: 1.5rem; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--ktc-teal); margin-bottom: 10px;
}
.ktc-outcome-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 16px; }
.ktc-outcome-tag {
  background: var(--ktc-teal-light); color: var(--ktc-teal-dark);
  border: 1px solid #99f6e4;
  font-size: 1.3rem; font-weight: 600;
  padding: 5px 12px; border-radius: 8px;
}
.ktc-outcome-tag.locked { background: #f8fafc; border-color: var(--ktc-border); color: var(--ktc-muted); }
 
/* Feature rows */
.ktc-features-title {
  font-family: 'Quicksand', 'Josefin Sans', sans-serif; font-size: 1.5rem; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--ktc-slate); margin-bottom: 10px;
}
.ktc-feature-row {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 1.5rem; color: #334155;
  padding: 7px 0; border-bottom: 1px solid #f1f5f9; line-height: 1.45;
}
.ktc-feature-row:last-child { border-bottom: none; }
.ktc-feature-row .fi { flex-shrink: 0; font-size: 1rem; margin-top: 1px; }
.ktc-feature-row.dim { color: var(--ktc-muted); }
 
/* Testimonial mini */
.ktc-testi-mini {
  background: var(--ktc-teal-light);
  border-left: 3px solid var(--ktc-teal);
  border-radius: 0 10px 10px 0;
  padding: 12px 16px; margin-bottom: 16px;
}
.ktc-testi-mini p { font-size: 0.92rem; font-style: italic; color: #334155; margin: 0 0 6px; line-height: 1.5; }
.ktc-testi-mini .tauthor { font-size: 0.82rem; font-weight: 700; color: var(--ktc-teal-dark); }
 
/* Buttons */
.ktc-btn-teal {
  display: block; width: 100%;
  background: var(--ktc-teal); color: white; border: none;
  border-radius: 12px; padding: 14px 16px;
  font-family: 'Quicksand', 'Josefin Sans', sans-serif; font-size: 1.5rem; font-weight: 700;
  text-align: center; cursor: pointer; text-decoration: none;
  transition: background 0.2s, transform 0.15s;
}
.ktc-btn-teal:hover { background: var(--ktc-teal-dark); transform: translateY(-1px); color: white; }
.ktc-btn-green {
  display: block; width: 100%;
  background: var(--ktc-green); color: white; border: none;
  border-radius: 12px; padding: 14px 16px;
  font-family: 'Quicksand', 'Josefin Sans', sans-serif; font-size: 1.5rem; font-weight: 700;
  text-align: center; cursor: pointer; text-decoration: none;
  transition: background 0.2s, transform 0.15s;
}
.ktc-btn-green:hover { background: #15803d; transform: translateY(-1px); color: white; }
.ktc-btn-outline {
  display: block; width: 100%;
  background: white; color: var(--ktc-teal);
  border: 2px solid var(--ktc-teal); border-radius: 12px;
  padding: 12px 16px; font-family: 'Quicksand', 'Josefin Sans', sans-serif; font-size: 1.5rem; font-weight: 700;
  text-align: center; cursor: pointer; text-decoration: none;
  transition: all 0.2s; margin-top: 10px;
}
.ktc-btn-outline:hover { background: var(--ktc-teal-light); color: var(--ktc-teal); }
 
/* Trust bar */
.ktc-trust-bar { background: white; border: 1.5px solid var(--ktc-border); border-radius: 16px; padding: 18px 24px; }
.ktc-trust-item { display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 1.5rem; font-weight: 600; color: var(--ktc-slate); }
 
/* Promo note */
.ktc-promo-note {
  background: #f0fdf4; border: 1.5px solid #bbf7d0; border-radius: 12px;
  padding: 14px 20px; font-size: 1.5rem; color: #15803d; font-weight: 600;
}
 
/* Card divider */
.ktc-divider { border: none; border-top: 1.5px solid var(--ktc-border); margin: 16px 0; }
 
/* Fade-up animation */
@keyframes ktcFadeUp {
  from { opacity: 0; transform: translateY(18px); }
  to   { opacity: 1; transform: translateY(0); }
}
.ktc-animate { animation: ktcFadeUp 0.5s ease both; }
.ktc-d1 { animation-delay: 0.05s; }
.ktc-d2 { animation-delay: 0.15s; }
.ktc-d3 { animation-delay: 0.25s; }
.ktc-d4 { animation-delay: 0.35s; }
 


/* CATEGORY */
/* ── Section wrapper ── */
    .ktc-cat-section {
      padding: 20px 0 50px;
    }
 
    /* ── Eyebrow ── */
    .ktc-eyebrow {
      font-family: var(--font-head);
      font-size: 0.82rem;
      font-weight: 700;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--ktc-teal);
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 10px;
    }
    .ktc-eyebrow::before {
      content: '';
      display: inline-block;
      width: 28px;
      height: 2px;
      background: var(--ktc-teal);
      border-radius: 2px;
    }
 
    /* ── Section heading ── */
    .ktc-section-title {
      font-family: var(--font-head);
      font-size: 2rem;
      font-weight: 800;
      color: var(--ktc-ink);
      line-height: 1.25;
      margin-bottom: 8px;
    }
    .ktc-section-sub {
      font-size: 1rem;
      color: var(--ktc-slate);
      max-width: 560px;
      line-height: 1.6;
      margin-bottom: 36px;
    }
 
    /* ── Filter Tabs ── */
    .ktc-filter-wrap {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-bottom: 36px;
      align-items: center;
    }
    .ktc-filter-label {
      font-family: var(--font-head);
      font-size: 1.3rem;
      font-weight: 700;
      color: var(--ktc-muted);
      text-transform: uppercase;
      letter-spacing: 0.08em;
      margin-right: 4px;
    }
    .ktc-ftab {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 7px 16px;
      border-radius: 50px;
      border: 1.5px solid var(--ktc-border);
      background: #fff;
      color: var(--ktc-slate);
      font-family: var(--font-head);
      font-size: 1.3rem;
      font-weight: 700;
      cursor: pointer;
      transition: all 0.2s ease;
      white-space: nowrap;
    }
    .ktc-ftab i { font-size: 0.9rem; }
    .ktc-ftab:hover {
      border-color: var(--ktc-teal);
      color: var(--ktc-teal);
      background: var(--ktc-teal-light);
    }
    .ktc-ftab.active {
      background: var(--ktc-teal);
      border-color: var(--ktc-teal);
      color: #fff;
      box-shadow: 0 4px 14px rgba(13,148,136,0.3);
    }
 
    /* ── Category Grid ── */
    .ktc-cat-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
      gap: 20px;
    }
 
    /* ── Category Card ── */
    .ktc-cat-card {
      background: #fff;
      border: 1.5px solid var(--ktc-border);
      border-radius: 20px;
      padding: 28px 24px 22px;
      text-decoration: none;
      color: inherit;
      display: flex;
      flex-direction: column;
      gap: 14px;
      transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
      position: relative;
      overflow: hidden;
      cursor: pointer;
    }
    .ktc-cat-card::after {
      content: '';
      position: absolute;
      bottom: 0; left: 0; right: 0;
      height: 3px;
      background: var(--ktc-teal);
      transform: scaleX(0);
      transform-origin: left;
      transition: transform 0.3s ease;
    }
    .ktc-cat-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 16px 40px rgba(13,148,136,0.12);
      border-color: var(--ktc-teal);
      color: inherit;
    }
    .ktc-cat-card:hover::after {
      transform: scaleX(1);
    }
 
    /* Icon box */
    .ktc-cat-icon {
      width: 52px;
      height: 52px;
      border-radius: 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.5rem;
      flex-shrink: 0;
      background: var(--ktc-teal-light);
      color: var(--ktc-teal);
      transition: background 0.2s, color 0.2s;
    }
    .ktc-cat-card:hover .ktc-cat-icon {
      background: var(--ktc-teal);
      color: #fff;
    }
 
    /* Card body */
    .ktc-cat-name {
      font-family: var(--font-head);
      font-size: 1.2rem;
      font-weight: 800;
      color: var(--ktc-ink);
      line-height: 1.3;
    }
    .ktc-cat-desc {
      font-size: 1rem;
      color: var(--ktc-slate);
      line-height: 1.55;
      margin-top: 2px;
    }
    .ktc-cat-footer {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-top: auto;
    }
    .ktc-cat-count {
      font-family: var(--font-head);
      font-size: 1.3rem;
      font-weight: 700;
      color: var(--ktc-teal);
      background: var(--ktc-teal-light);
      padding: 4px 10px;
      border-radius: 50px;
      border: 1px solid var(--ktc-teal-mid);
    }
    .ktc-cat-arrow {
      width: 32px;
      height: 32px;
      border-radius: 50%;
      border: 1.5px solid var(--ktc-border);
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--ktc-muted);
      font-size: 0.9rem;
      transition: all 0.2s;
    }
    .ktc-cat-card:hover .ktc-cat-arrow {
      background: var(--ktc-teal);
      border-color: var(--ktc-teal);
      color: #fff;
    }
 
    /* ── Featured wide card ── */
    .ktc-cat-card.featured-card {
      background: linear-gradient(135deg, var(--ktc-teal) 0%, #0f766e 100%);
      border-color: transparent;
      color: #fff;
    }
    .ktc-cat-card.featured-card::after { background: #fff; }
    .ktc-cat-card.featured-card .ktc-cat-icon {
      background: rgba(255,255,255,0.18);
      color: #fff;
    }
    .ktc-cat-card.featured-card:hover .ktc-cat-icon {
      background: rgba(255,255,255,0.30);
      color: #fff;
    }
    .ktc-cat-card.featured-card .ktc-cat-name { color: #fff; }
    .ktc-cat-card.featured-card .ktc-cat-desc { color: rgba(255,255,255,0.78); }
    .ktc-cat-card.featured-card .ktc-cat-count {
      background: rgba(255,255,255,0.18);
      color: #fff;
      border-color: rgba(255,255,255,0.3);
    }
    .ktc-cat-card.featured-card .ktc-cat-arrow {
      border-color: rgba(255,255,255,0.4);
      color: rgba(255,255,255,0.8);
    }
    .ktc-cat-card.featured-card:hover .ktc-cat-arrow {
      background: #fff;
      color: var(--ktc-teal);
    }
    .ktc-cat-card.featured-card:hover {
      box-shadow: 0 16px 40px rgba(13,148,136,0.35);
    }
 
    /* ── Hidden state for filter ── */
    .ktc-cat-card.hidden {
      display: none;
    }
 
    /* ── Bottom CTA ── */
    .ktc-cta-strip {
      margin-top: 48px;
      background: var(--ktc-amber-bg);
      border: 1.5px solid #fde68a;
      border-radius: 18px;
      padding: 24px 32px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 16px;
    }
    .ktc-cta-strip .cta-text h4 {
      font-family: var(--font-head);
      font-size: 1.5rem;
      font-weight: 800;
      color: var(--ktc-ink);
      margin-bottom: 4px;
    }
    .ktc-cta-strip .cta-text p {
      font-size: 1.2rem;
      color: var(--ktc-slate);
      margin: 0;
    }
    .ktc-btn-wa {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: var(--ktc-teal);
      color: #fff;
      border: none;
      border-radius: 12px;
      padding: 13px 24px;
      font-family: var(--font-head);
      font-size: 1.5rem;
      font-weight: 700;
      text-decoration: none;
      transition: background 0.2s, transform 0.15s;
      white-space: nowrap;
    }
    .ktc-btn-wa:hover {
      background: var(--ktc-teal-dark);
      transform: translateY(-2px);
      color: #fff;
    }
 
    /* ── Tag Pills (kategori khusus di hero, sesuai index.php) ── */
    .ktc-tag-pills {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 14px;
    }
    .ktc-tag-pill {
      background: rgba(255,255,255,0.12);
      border: 1.5px solid rgba(255,255,255,0.3);
      color: #fff;
      font-family: var(--font-head);
      font-size: 0.78rem;
      font-weight: 700;
      padding: 5px 14px;
      border-radius: 50px;
      text-decoration: none;
      letter-spacing: 0.04em;
      transition: background 0.2s, border-color 0.2s;
    }
    .ktc-tag-pill:hover {
      background: rgba(255,255,255,0.25);
      color: #fff;
    }
 
    /* ── Fade-in animation ── */
    @keyframes ktcFadeUp {
      from { opacity: 0; transform: translateY(18px); }
      to   { opacity: 1; transform: translateY(0); }
    }
    .ktc-cat-card { animation: ktcFadeUp 0.4s ease both; }
    .ktc-cat-card:nth-child(1)  { animation-delay: 0.05s; }
    .ktc-cat-card:nth-child(2)  { animation-delay: 0.10s; }
    .ktc-cat-card:nth-child(3)  { animation-delay: 0.15s; }
    .ktc-cat-card:nth-child(4)  { animation-delay: 0.20s; }
    .ktc-cat-card:nth-child(5)  { animation-delay: 0.25s; }
    .ktc-cat-card:nth-child(6)  { animation-delay: 0.30s; }
    .ktc-cat-card:nth-child(7)  { animation-delay: 0.35s; }
    .ktc-cat-card:nth-child(8)  { animation-delay: 0.40s; }
    .ktc-cat-card:nth-child(9)  { animation-delay: 0.45s; }
    .ktc-cat-card:nth-child(10) { animation-delay: 0.50s; }
 
/* CATEGORY */
/* HERO */
/* ─── VARIANT SWITCHER ─── */
    .variant-nav {
      position: fixed; top: 0; left: 0; right: 0; z-index: 999;
      background: #fff;
      border-bottom: 1px solid #e2e8f0;
      display: flex; align-items: center; gap: 8px;
      padding: 10px 24px;
      flex-wrap: wrap;
    }
    .variant-nav span {
      font-family: var(--font-head);
      font-size: 0.75rem; font-weight: 700;
      color: #94a3b8; text-transform: uppercase;
      letter-spacing: 0.1em; margin-right: 4px;
    }
    .vbtn {
      padding: 6px 18px; border-radius: 50px;
      border: 1.5px solid #e2e8f0;
      background: transparent;
      font-family: var(--font-head);
      font-size: 0.8rem; font-weight: 700;
      color: #475569; cursor: pointer;
      transition: all 0.2s;
    }
    .vbtn:hover  { border-color: var(--ktc-teal); color: var(--ktc-teal); }
    .vbtn.active { background: var(--ktc-teal); border-color: var(--ktc-teal); color: #fff; }
 
    /* All hero sections hidden by default */
    .hero-variant { display: none; }
    .hero-variant.show { display: block; }
 
    /* ════════════════════════════════════════════
       VARIANT A — Split Layout (teks kiri + stats kanan)
    ════════════════════════════════════════════ */
    .hero-a {
      background: #fff;
      padding: 100px 0 70px;
      overflow: hidden;
      position: relative;
    }
    .hero-a::before {
      content: '';
      position: absolute;
      top: -120px; right: -120px;
      width: 500px; height: 500px;
      border-radius: 50%;
      background: radial-gradient(circle, #ccfbf1 0%, transparent 70%);
      pointer-events: none;
    }
    .hero-a .eyebrow {
      display: inline-flex; align-items: center; gap: 8px;
      background: var(--ktc-teal-light);
      border: 1.5px solid #6ee7b7;
      color: var(--ktc-teal);
      font-family: var(--font-head);
      font-size: 1.3rem; font-weight: 800;
      letter-spacing: 0.12em; text-transform: uppercase;
      padding: 5px 16px; border-radius: 50px;
      margin-bottom: 22px;
    }
    .hero-a h1 {
      font-family: var(--font-head);
      font-size: clamp(2rem, 4vw, 4rem);
      font-weight: 800; line-height: 1.15;
      color: var(--ktc-ink);
      margin-bottom: 18px;
    }
    .hero-a h1 em {
      font-style: normal;
      color: var(--ktc-teal);
      position: relative;
    }
    .hero-a h1 em::after {
      content: '';
      position: absolute;
      left: 0; bottom: -2px; right: 0;
      height: 3px;
      background: var(--ktc-teal);
      border-radius: 2px;
      opacity: 0.4;
    }
    .hero-a p.sub {
      font-size: 1.5rem; color: var(--ktc-slate);
      line-height: 1.7; max-width: 500px;
      margin-bottom: 28px;
    }
    /* Tag pills */
    .hero-a .tag-row {
      display: flex; flex-wrap: wrap; gap: 7px;
      margin-bottom: 32px;
    }
    .hero-a .tag-pill {
      background: #f8fafc; border: 1.5px solid #e2e8f0;
      color: var(--ktc-slate);
      font-family: var(--font-head);
      font-size: 1.2rem; font-weight: 700;
      padding: 5px 13px; border-radius: 50px;
      letter-spacing: 0.04em;
      text-decoration: none;
      transition: all 0.2s;
    }
    .hero-a .tag-pill:hover {
      background: var(--ktc-teal-light);
      border-color: #6ee7b7;
      color: var(--ktc-teal);
    }
    /* CTA buttons */
    .hero-a .cta-row { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 40px; }
    .hero-a .btn-primary-ktc {
      background: var(--ktc-teal); color: #fff;
      border: none; border-radius: 12px;
      padding: 13px 28px;
      font-family: var(--font-head);
      font-size: 1.5rem; font-weight: 700;
      text-decoration: none; display: inline-flex;
      align-items: center; gap: 8px;
      transition: background 0.2s, transform 0.15s;
    }
    .hero-a .btn-primary-ktc:hover { background: var(--ktc-teal-dark); transform: translateY(-2px); color:#fff; }
    .hero-a .btn-outline-ktc {
      background: transparent; color: var(--ktc-ink);
      border: 1.5px solid #e2e8f0; border-radius: 12px;
      padding: 12px 24px;
      font-family: var(--font-head);
      font-size: 1.5rem; font-weight: 700;
      text-decoration: none; display: inline-flex;
      align-items: center; gap: 8px;
      transition: all 0.2s;
    }
    .hero-a .btn-outline-ktc:hover { border-color: var(--ktc-teal); color: var(--ktc-teal); }
    /* Search bar */
    .hero-a .search-wrap {
      background: #fff;
      border: 1.5px solid #e2e8f0;
      border-radius: 14px;
      padding: 6px 6px 6px 18px;
      display: flex; align-items: center; gap: 10px;
      max-width: 480px;
      box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    }
    .hero-a .search-wrap input {
      flex: 1; border: none; outline: none;
      font-family: var(--font-body);
      font-size: 1.3rem; color: var(--ktc-ink);
      background: transparent;
    }
    .hero-a .search-wrap input::placeholder { color: var(--ktc-muted); }
    .hero-a .search-wrap button {
      background: var(--ktc-teal); color: #fff;
      border: none; border-radius: 10px;
      padding: 10px 20px;
      font-family: var(--font-head);
      font-size: 1.3rem; font-weight: 700;
      cursor: pointer;
    }
    /* Right panel — stats */
    .hero-a .stats-panel {
      background: #f8fafc;
      border: 1.5px solid #e2e8f0;
      border-radius: 24px;
      padding: 32px 28px;
      height: 100%;
      display: flex; flex-direction: column; gap: 16px;
    }
    .hero-a .stat-card {
      background: #fff;
      border: 1.5px solid #e2e8f0;
      border-radius: 16px;
      padding: 18px 20px;
      display: flex; align-items: center; gap: 14px;
    }
    .hero-a .stat-card .sicon {
      width: 44px; height: 44px;
      border-radius: 12px;
      display: flex; align-items: center; justify-content: center;
      font-size: 1.3rem; flex-shrink: 0;
    }
    .hero-a .stat-card .snum {
      font-family: var(--font-head);
      font-size: 2rem; font-weight: 800;
      color: var(--ktc-ink); line-height: 1;
    }
    .hero-a .stat-card .slbl {
      font-size: 1.3rem; color: var(--ktc-muted);
      font-weight: 600; margin-top: 2px;
    }
    .hero-a .trusted-row {
      display: flex; align-items: center; gap: 10px;
      margin-top: 8px;
    }
    .hero-a .trusted-row .av-stack {
      display: flex;
    }
    .hero-a .trusted-row .av {
      width: 32px; height: 32px; border-radius: 50%;
      border: 2px solid #fff;
      background: var(--ktc-teal);
      display: flex; align-items: center; justify-content: center;
      font-family: var(--font-head);
      font-size: 1.2rem; font-weight: 800; color: #fff;
      margin-left: -8px;
    }
    .hero-a .trusted-row .av:first-child { margin-left: 0; }
    .hero-a .trusted-row p {
      font-size: 1.5rem; color: var(--ktc-slate);
      font-weight: 600; line-height: 1.4;
    }
    .hero-a .trusted-row strong { color: var(--ktc-teal); }
 
    /* Animations */
    @keyframes fadeUp {
      from { opacity:0; transform:translateY(20px); }
      to   { opacity:1; transform:translateY(0); }
    }
    .hero-a .anim { animation: fadeUp 0.5s ease both; }
    .hero-a .d1 { animation-delay: 0.05s; }
    .hero-a .d2 { animation-delay: 0.12s; }
    .hero-a .d3 { animation-delay: 0.20s; }
    .hero-a .d4 { animation-delay: 0.28s; }
    .hero-a .d5 { animation-delay: 0.36s; }
    .hero-a .d6 { animation-delay: 0.44s; }
/* HERO */
/* KLIEN AREA */
/* ── Klien Marquee Section ── */
.ktc-clients-section {
  padding: 40px 0 44px;
  background: #fff;
  border-top: 1px solid #f1f5f9;
  border-bottom: 1px solid #f1f5f9;
  overflow: hidden;
}
 
.ktc-clients-label {
  text-align: center;
  font-family: 'Quicksand', 'Josefin Sans', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #94a3b8;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.ktc-clients-label span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.ktc-clients-label span::before,
.ktc-clients-label span::after {
  content: '';
  display: inline-block;
  width: 40px;
  height: 1px;
  background: #e2e8f0;
}
 
/* ── Track wrapper: hides overflow & adds fade edges ── */
.ktc-marquee-wrap {
  position: relative;
  overflow: hidden;
}
/* Fade kiri & kanan */
.ktc-marquee-wrap::before,
.ktc-marquee-wrap::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: 100px;
  z-index: 2;
  pointer-events: none;
}
.ktc-marquee-wrap::before {
  left: 0;
  background: linear-gradient(to right, #fff 0%, transparent 100%);
}
.ktc-marquee-wrap::after {
  right: 0;
  background: linear-gradient(to left, #fff 0%, transparent 100%);
}
 
/* ── The moving track ── */
.ktc-marquee-track {
  display: flex;
  align-items: center;
  gap: 0;
  width: max-content;
  /* animasi: geser dari 0 ke -50% (karena kita duplikasi logo 2x) */
  animation: ktcMarquee 28s linear infinite;
}
/* Pause saat hover */
.ktc-marquee-wrap:hover .ktc-marquee-track {
  animation-play-state: paused;
}
 
/* ── Row 2 (arah berlawanan) ── */
.ktc-marquee-track.reverse {
  animation: ktcMarqueeReverse 32s linear infinite;
  margin-top: 20px;
}
.ktc-marquee-wrap:hover .ktc-marquee-track.reverse {
  animation-play-state: paused;
}
 
@keyframes ktcMarquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@keyframes ktcMarqueeReverse {
  from { transform: translateX(-50%); }
  to   { transform: translateX(0); }
}
 
/* ── Individual logo item ── */
.ktc-logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 32px;
  flex-shrink: 0;
}
.ktc-logo-item img {
  height: 52px;
  width: auto;
  max-width: 120px;
  object-fit: contain;
  /* Grayscale by default, color on hover */
  filter: grayscale(100%) opacity(0.55);
  transition: filter 0.3s ease, transform 0.3s ease;
}
.ktc-logo-item:hover img {
  filter: grayscale(0%) opacity(1);
  transform: scale(1.08);
}
 
/* Separator dot antar logo */
.ktc-logo-sep {
  width: 4px; height: 4px;
  border-radius: 50%;
  background: #e2e8f0;
  flex-shrink: 0;
}
 
/* ── Bottom trust note ── */
.ktc-clients-note {
  text-align: center;
  margin-top: 28px;
  font-family: 'Quicksand', 'Josefin Sans', sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #94a3b8;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.ktc-clients-note .note-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #f0fdfa;
  border: 1px solid #6ee7b7;
  color: #0d9488;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 50px;
}
 

/* KLIEN AREA */

/* TRAINING RUNNING */
/* ── Override section heading ── */
.ktc-running-wrap .section__heading--maintitle {
  font-family: 'Quicksand', 'Josefin Sans', sans-serif;
  font-size: 2.55rem;
  font-weight: 800;
  color: #0f172a;
}
.ktc-running-wrap .section__heading--maintitle::before {
  content: '';
  display: block;
  width: 24px;
  height: 3px;
  background: #0d9488;
  border-radius: 2px;
  margin-bottom: 10px;
}
 
/* ── Override swiper slide height ── */
.ktc-running-wrap .swiper-slide {
  height: auto !important;
}
.ktc-running-wrap .swiper-wrapper {
  align-items: stretch;
}
 
/* ── Override btn lihat semua ── */
.ktc-running-wrap .btn__style11 {
  background: #0d9488 !important;
  border-color: #0d9488 !important;
  border-radius: 50px !important;
  font-family: 'Quicksand', 'Josefin Sans', sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 0.03em;
  padding: 10px 28px !important;
  transition: background 0.2s, transform 0.15s !important;
}
.ktc-running-wrap .btn__style11:hover {
  background: #0a7c72 !important;
  transform: translateY(-2px);
}
 
/* ══════════════════════════════
   CARD BARU — menggantikan .info-card
══════════════════════════════ */
.ktc-job-card {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 20px;
  padding: 20px 20px 18px;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}
.ktc-job-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 36px rgba(13,148,136,0.13);
  border-color: #99f6e4;
}
 
/* — Top: chip kategori + tanggal — */
.ktc-jc-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}
.ktc-jc-cat {
  font-family: 'Quicksand', 'Josefin Sans', sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  padding: 4px 12px;
  border-radius: 50px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
  flex-shrink: 0;
}
 
/* Date badge dua-tone */
.ktc-jc-date {
  display: inline-flex;
  align-items: center;
  gap: 0;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  flex-shrink: 0;
}
.ktc-jc-date-ico {
  color: #0d9488;
  padding: 5px 8px;
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  line-height: 1;
}
.ktc-jc-date-txt {
  padding: 5px 9px;
  font-family: 'Quicksand', 'Josefin Sans', sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: #0f172a;
  white-space: nowrap;
  background: #fff;
}
 
/* — Status + format badges — */
.ktc-jc-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 12px;
}
.ktc-jc-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: 'Quicksand', 'Josefin Sans', sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  padding: 3px 10px;
  border-radius: 50px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.ktc-jc-badge.st-running  { background:#fef9c3; color:#854d0e; border:1px solid #fde68a; }
.ktc-jc-badge.st-selesai  { background:#dcfce7; color:#166534; border:1px solid #bbf7d0; }
.ktc-jc-badge.st-mendatang{ background:#e0f2fe; color:#0369a1; border:1px solid #bae6fd; }
.ktc-jc-badge.fmt-online  { background:#eff6ff; color:#1d4ed8; border:1px solid #bfdbfe; }
.ktc-jc-badge.fmt-tatap   { background:#f0fdf4; color:#15803d; border:1px solid #bbf7d0; }
.ktc-jc-badge.fmt-inhouse { background:#fefce8; color:#a16207; border:1px solid #fef08a; }
 
/* — Judul training — */
.ktc-jc-title {
  font-family: 'Quicksand', 'Josefin Sans', sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.4;
  margin-bottom: 12px;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ktc-jc-title:hover { color: #0d9488; }
 
/* — Info rows (lokasi, penyelenggara) — */
.ktc-jc-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 12px;
}
.ktc-jc-info-row {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 1.5rem;
  color: #64748b;
  font-weight: 600;
  font-family: 'Josefin Sans', sans-serif;
}
.ktc-jc-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #0d9488;
  flex-shrink: 0;
}
 
/* — Tag pills — */
.ktc-jc-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 14px;
}
.ktc-jc-tag {
  background: #f8fafc;
  border: 1px solid #e9ecef;
  color: #475569;
  font-family: 'Quicksand', 'Josefin Sans', sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 7px;
}
 
/* — Divider — */
.ktc-jc-hr {
  border: none;
  border-top: 1px solid #f1f5f9;
  margin-bottom: 12px;
}
 
/* — Bottom: CTA + Bookmark — */
.ktc-jc-bottom {
  display: flex;
  gap: 7px;
  align-items: center;
  margin-top: auto;
}
.ktc-jc-cta {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: #0d9488;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 10px 12px;
  font-family: 'Quicksand', 'Josefin Sans', sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s;
}
.ktc-jc-cta:hover { background: #0a7c72; color: #fff; }
 
.ktc-jc-bmark {
  width: 36px; height: 36px;
  border-radius: 9px;
  border: 1px solid #e9ecef;
  background: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  cursor: pointer;
  flex-shrink: 0;
  transition: all 0.2s;
}
.ktc-jc-bmark:hover {
  background: #f0fdfa;
  border-color: #0d9488;
  color: #0d9488;
}
.ktc-jc-bmark.saved {
  background: #f0fdfa;
  border-color: #0d9488;
  color: #0d9488;
}
/* TRAINING RUNNING */
/* STORY */
/* ── Section wrapper ─────────────────────────────────────────────────────── */
.ktc-story-section {
    padding: 48px 0 40px;
    background: #fff;
    overflow: hidden;
}
 
/* ── Header ─────────────────────────────────────────────────────────────── */
.ktc-story-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 24px 20px;
    max-width: 1200px;
    margin: 0 auto;
}
.ktc-story-header__left { flex: 1; }
.ktc-story-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #e8faf9;
    color: #02a9a7;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    border-radius: 99px;
    padding: 4px 14px;
    margin-bottom: 10px;
}
.ktc-story-title {
    font-size: clamp(22px, 3vw, 32px);
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 4px;
    line-height: 1.2;
}
.ktc-story-subtitle {
    font-size: 14px;
    color: #64748b;
    margin: 0;
}
.ktc-story-header__right {
    display: flex;
    gap: 10px;
}
.ktc-story-nav {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1.5px solid #e2e8f0;
    background: #fff;
    color: #334155;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .2s;
    font-size: 15px;
}
.ktc-story-nav:hover {
    background: #02a9a7;
    border-color: #02a9a7;
    color: #fff;
}
 
/* ── Scrollable track ───────────────────────────────────────────────────── */
.ktc-story-outer {
    padding: 8px 24px 16px;
    overflow-x: auto;
    overflow-y: visible;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
.ktc-story-outer::-webkit-scrollbar { display: none; }
 
.ktc-story-track {
    display: flex;
    gap: 18px;
    width: max-content;
    padding: 8px 0;
}
 
/* ── Item ────────────────────────────────────────────────────────────────── */
.ktc-story-item { flex-shrink: 0; }
 
.ktc-story-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    user-select: none;
}
.ktc-story-card:hover .ktc-story-ring {
    transform: scale(1.05);
}
 
/* ── Ring (gradient border seperti Instagram) ──────────────────────────── */
.ktc-story-ring {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    padding: 3px;
    background: linear-gradient(135deg, #02a9a7, #62aba4, #f39c12);
    transition: transform .25s ease;
    box-shadow: 0 4px 16px rgba(2,169,167,.25);
}
.ktc-story-thumb-wrap {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2.5px solid #fff;
    overflow: hidden;
    position: relative;
    background: #0f172a;
}
.ktc-story-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .3s ease;
}
.ktc-story-card:hover .ktc-story-thumb {
    transform: scale(1.08);
}
.ktc-story-play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.28);
    opacity: 0;
    transition: opacity .2s;
    border-radius: 50%;
}
.ktc-story-card:hover .ktc-story-play {
    opacity: 1;
}
.ktc-story-play i {
    color: #fff;
    font-size: 22px;
    filter: drop-shadow(0 1px 3px rgba(0,0,0,.5));
}
 
/* ── Label ───────────────────────────────────────────────────────────────── */
.ktc-story-label {
    font-size: 11px;
    font-weight: 600;
    color: #334155;
    text-align: center;
    max-width: 80px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
 
/* ── Empty state ─────────────────────────────────────────────────────────── */
.ktc-story-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px 48px;
}
 
/* ════════════════════════════════════════════════════════════════════════ */
/* STORY VIEWER                                                             */
/* ════════════════════════════════════════════════════════════════════════ */
.ktc-sv-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.85);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(6px);
}
.ktc-sv-overlay.active {
    display: flex;
}
 
.ktc-sv-container {
    position: relative;
    width: 100%;
    max-width: 400px;
    height: 100dvh;
    max-height: 720px;
    border-radius: 20px;
    overflow: hidden;
    background: #000;
    box-shadow: 0 24px 80px rgba(0,0,0,.6);
    display: flex;
    flex-direction: column;
}
 
/* Progress bars */
.ktc-sv-progress {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    display: flex;
    gap: 4px;
    z-index: 10;
}
.ktc-sv-bar {
    flex: 1;
    height: 3px;
    background: rgba(255,255,255,.35);
    border-radius: 99px;
    overflow: hidden;
}
.ktc-sv-bar-fill {
    height: 100%;
    background: #fff;
    border-radius: 99px;
    width: 0%;
    transition: width linear;
}
.ktc-sv-bar.done .ktc-sv-bar-fill  { width: 100%; transition: none; }
.ktc-sv-bar.active .ktc-sv-bar-fill { width: 0%; }
 
/* Header */
.ktc-sv-header {
    position: absolute;
    top: 22px;
    left: 12px;
    right: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 10;
}
.ktc-sv-user {
    display: flex;
    align-items: center;
    gap: 10px;
}
.ktc-sv-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #fff;
    flex-shrink: 0;
}
.ktc-sv-name {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 1px 4px rgba(0,0,0,.5);
    max-width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ktc-sv-date {
    font-size: 11px;
    color: rgba(255,255,255,.75);
}
.ktc-sv-close {
    background: rgba(0,0,0,.4);
    border: none;
    color: #fff;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
    transition: background .2s;
    flex-shrink: 0;
}
.ktc-sv-close:hover { background: rgba(255,255,255,.2); }
 
/* Media */
.ktc-sv-media {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
}
.ktc-sv-media img,
.ktc-sv-media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
 
/* Tap areas */
.ktc-sv-tap-left,
.ktc-sv-tap-right {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 35%;
    z-index: 8;
    cursor: pointer;
}
.ktc-sv-tap-left  { left: 0; }
.ktc-sv-tap-right { right: 0; }
 
/* Footer */
.ktc-sv-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 20px 28px;
    background: linear-gradient(to top, rgba(0,0,0,.75) 0%, transparent 100%);
    z-index: 10;
    display: flex;
    justify-content: center;
}
.ktc-sv-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #25d366;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 11px 28px;
    border-radius: 99px;
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(37,211,102,.4);
    transition: transform .2s, box-shadow .2s;
}
.ktc-sv-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(37,211,102,.5);
    color: #fff;
}
 
/* Arrow navigasi antar story */
.ktc-sv-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,.15);
    border: none;
    color: #fff;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
    transition: background .2s;
    z-index: 11;
    backdrop-filter: blur(4px);
}
.ktc-sv-arrow:hover { background: rgba(255,255,255,.3); }
.ktc-sv-arrow.left  { left: calc(50% - 240px); }
.ktc-sv-arrow.right { right: calc(50% - 240px); }
.ktc-sv-arrow.hidden { display: none; }
 
/* ── Mobile ─────────────────────────────────────────────────────────────── */
@media (max-width: 576px) {
    .ktc-story-header { padding: 0 16px 16px; }
    .ktc-story-outer  { padding: 8px 16px 12px; }
    .ktc-story-ring   { width: 70px; height: 70px; }
    .ktc-sv-container {
        max-width: 100%;
        height: 100dvh;
        max-height: 100dvh;
        border-radius: 0;
    }
    .ktc-sv-arrow { display: none; }
    .ktc-section-title { font-size: 1.5rem; }
      .ktc-cat-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
      .ktc-cta-strip { flex-direction: column; align-items: flex-start; }
      .ktc-cat-card { padding: 20px 16px 16px; }

    .ktc-logo-item { padding: 0 20px; }
  .ktc-logo-item img { height: 28px; }
  .ktc-marquee-wrap::before,
  .ktc-marquee-wrap::after { width: 50px; }
}

/* Jika story overflow → tetap scrollable */
@media (max-width: 1200px) {
    .ktc-story-track {
        justify-content: flex-start; /* scroll dari kiri saat overflow */
    }
}
/* STORY */