/* KinetaPostur Indonesia - Architectural Ergonomics & Active Wellness */
:root {
  --kp-navy: #0F1E2E;
  --kp-navy-light: #1E3347;
  --kp-teal: #2A9D8F;
  --kp-coral: #E76F51;
  --kp-sand: #F7F9FA;
  --kp-border: #E2E8F0;
  --kp-text: #334155;
  --kp-muted: #64748B;
  --kp-font-sans: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --kp-font-display: 'Plus Jakarta Sans', sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
body {
  font-family: var(--kp-font-sans);
  background-color: #FAFCFD;
  color: var(--kp-text);
  line-height: 1.7;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

a { color: var(--kp-navy); text-decoration: none; transition: all 0.2s ease; }
a:hover { color: var(--kp-coral); }

/* Reading Progress */
#reading-progress-bar {
  position: fixed; top: 0; left: 0; height: 3px;
  background: linear-gradient(90deg, var(--kp-teal), var(--kp-coral));
  width: 0%; z-index: 1000;
}

/* Top Notification */
.kp-topbar {
  background: var(--kp-navy); color: #E2E8F0; font-size: 0.78rem; padding: 8px 24px;
  display: flex; justify-content: space-between; align-items: center;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.kp-topbar a { color: #A7F3D0; text-decoration: underline; margin-left: 12px; }
.kp-topbar a:hover { color: #FFFFFF; }

/* Navbar */
.kp-header {
  background: #FFFFFF; border-bottom: 1px solid var(--kp-border);
  position: sticky; top: 0; z-index: 900; box-shadow: 0 1px 3px rgba(0,0,0,0.02);
}
.kp-nav-inner {
  max-width: 1180px; margin: 0 auto; padding: 14px 24px;
  display: flex; justify-content: space-between; align-items: center;
}
.kp-logo {
  display: flex; align-items: center; gap: 12px; text-decoration: none;
}
.logo-icon {
  width: 40px; height: 40px; border-radius: 8px; background: var(--kp-navy);
  color: #FFFFFF; display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 1.2rem;
}
.logo-title {
  font-size: 1.3rem; font-weight: 800; color: var(--kp-navy); line-height: 1.1;
}
.logo-title span { color: var(--kp-teal); }
.logo-sub {
  font-size: 0.7rem; color: var(--kp-muted); text-transform: uppercase; letter-spacing: 0.08em; font-weight: 700;
}

.kp-nav-menu { display: flex; align-items: center; gap: 6px; }
.kp-nav-link {
  padding: 8px 14px; font-size: 0.88rem; font-weight: 600; color: var(--kp-text);
  border-radius: 6px; transition: all 0.2s;
}
.kp-nav-link:hover, .kp-nav-link.is-active {
  background: #EFF6FF; color: var(--kp-navy);
}
.kp-nav-cta {
  background: var(--kp-teal); color: #FFFFFF !important; padding: 8px 18px;
  border-radius: 6px; font-weight: 700; font-size: 0.85rem;
}
.kp-nav-cta:hover { background: #238276; }

/* Breadcrumb */
.kp-breadcrumb {
  background: #F1F5F9; padding: 12px 24px; border-bottom: 1px solid var(--kp-border);
}
.kp-bc-box {
  max-width: 1120px; margin: 0 auto; font-size: 0.82rem; color: var(--kp-muted);
  display: flex; gap: 8px; align-items: center;
}

/* Layout */
.kp-container { max-width: 1140px; margin: 0 auto; padding: 44px 24px; }
.article-layout {
  display: grid; grid-template-columns: 280px 1fr; gap: 48px;
}
.sidebar-sticky {
  position: sticky; top: 88px; align-self: start;
  background: #FFFFFF; border: 1px solid var(--kp-border); border-radius: 10px;
  padding: 22px; box-shadow: 0 1px 3px rgba(0,0,0,0.02);
}
.sb-title {
  font-size: 0.9rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.06em;
  color: var(--kp-navy); margin-bottom: 14px; padding-bottom: 8px; border-bottom: 2px solid var(--kp-teal);
}
.sb-links { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.sb-links a { font-size: 0.86rem; color: var(--kp-text); display: block; padding: 3px 0; }
.sb-links a:hover { color: var(--kp-coral); transform: translateX(3px); }

/* Article Typography */
.art-pill {
  display: inline-block; padding: 4px 12px; border-radius: 9999px;
  background: #E6F4F1; color: var(--kp-teal); font-size: 0.74rem; font-weight: 800;
  text-transform: uppercase; margin-bottom: 12px;
}
.art-h1 {
  font-size: 2.3rem; font-weight: 800; color: var(--kp-navy); line-height: 1.25; margin-bottom: 14px;
}
.art-lead {
  font-size: 1.08rem; color: #475569; line-height: 1.7; margin-bottom: 24px;
}
.art-hero-img {
  width: 100%; height: auto; max-height: 460px; object-fit: cover;
  border-radius: 12px; margin-bottom: 32px; box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
.art-prose h2 {
  font-size: 1.5rem; font-weight: 800; color: var(--kp-navy); margin: 36px 0 14px 0;
  padding-bottom: 8px; border-bottom: 1px solid var(--kp-border);
}
.art-prose h3 {
  font-size: 1.2rem; font-weight: 700; color: #1E293B; margin: 22px 0 8px 0;
}
.art-prose p { margin-bottom: 16px; color: #334155; line-height: 1.8; }
.art-prose ul, .art-prose ol { margin: 14px 0 20px 22px; }
.art-prose li { margin-bottom: 8px; color: #334155; }

/* Bento Hero Section on Homepage */
.bento-hero {
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 24px; margin-bottom: 48px;
}
.bento-card-main {
  background: linear-gradient(135deg, #0F1E2E 0%, #1E3347 100%);
  color: #FFFFFF; border-radius: 16px; padding: 42px;
  display: flex; flex-direction: column; justify-content: center;
  box-shadow: 0 8px 24px rgba(15, 30, 46, 0.12);
}
.bento-h1 {
  font-size: 2.4rem; font-weight: 800; line-height: 1.2; margin-bottom: 16px; color: #FFFFFF;
}
.bento-h1 span { color: #2A9D8F; }
.bento-desc {
  font-size: 1rem; color: #CBD5E1; line-height: 1.7; margin-bottom: 24px;
}
.btn-primary {
  background: var(--kp-coral); color: #FFFFFF; padding: 11px 24px; border-radius: 6px;
  font-weight: 700; font-size: 0.92rem; display: inline-block; transition: background 0.2s;
}
.btn-primary:hover { background: #D65A3D; color: #FFFFFF; }
.bento-card-img {
  border-radius: 16px; overflow: hidden; height: 100%; min-height: 340px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
}
.bento-card-img img {
  width: 100%; height: 100%; object-fit: cover;
}

/* Callout & Disclaimer Boxes */
.callout-box {
  background: #FFFFFF; border-left: 4px solid var(--kp-teal);
  border-radius: 0 8px 8px 0; padding: 18px 22px; margin: 24px 0;
  border-top: 1px solid var(--kp-border); border-right: 1px solid var(--kp-border); border-bottom: 1px solid var(--kp-border);
}
.callout-lbl {
  font-size: 0.76rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em;
  color: var(--kp-teal); margin-bottom: 4px;
}
.disclaimer-box-prominent {
  background: #FFFBEB; border: 1px solid #FDE68A; border-left: 4px solid #D97706;
  border-radius: 8px; padding: 18px 22px; margin: 26px 0;
}
.disc-title { font-weight: 800; font-size: 0.86rem; color: #92400E; margin-bottom: 4px; }
.disclaimer-box-prominent p { font-size: 0.88rem; color: #78350F; line-height: 1.6; margin-bottom: 0; }

/* 4-Card Module Grid */
.cards-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 24px; margin: 32px 0;
}
.mod-card {
  background: #FFFFFF; border: 1px solid var(--kp-border); border-radius: 12px;
  overflow: hidden; transition: transform 0.2s, box-shadow 0.2s; display: flex; flex-direction: column;
}
.mod-card:hover { transform: translateY(-3px); box-shadow: 0 8px 20px rgba(0,0,0,0.06); }
.mod-card img { width: 100%; height: 175px; object-fit: cover; }
.mod-card-body { padding: 20px; flex: 1; display: flex; flex-direction: column; }
.mod-tag { font-size: 0.72rem; font-weight: 800; color: var(--kp-teal); text-transform: uppercase; margin-bottom: 6px; }
.mod-title { font-size: 1.12rem; font-weight: 700; color: var(--kp-navy); line-height: 1.35; margin-bottom: 8px; }
.mod-desc { font-size: 0.86rem; color: var(--kp-muted); line-height: 1.6; margin-bottom: 16px; flex: 1; }
.mod-link { font-weight: 700; font-size: 0.84rem; color: var(--kp-coral); }

/* Table Styling */
.table-wrap { overflow-x: auto; margin: 24px 0; border-radius: 8px; border: 1px solid var(--kp-border); }
.kp-table { width: 100%; border-collapse: collapse; background: #FFFFFF; font-size: 0.9rem; }
.kp-table th { background: var(--kp-navy); color: #FFFFFF; padding: 12px 16px; text-align: left; font-weight: 700; }
.kp-table td { padding: 12px 16px; border-bottom: 1px solid #F1F5F9; }
.kp-table tr:hover td { background: #F8FAFC; }

/* Contact Form */
.form-grp { margin-bottom: 16px; }
.form-lbl { display: block; font-size: 0.82rem; font-weight: 700; color: var(--kp-navy); margin-bottom: 4px; }
.form-input {
  width: 100%; padding: 11px 14px; border: 1px solid var(--kp-border); border-radius: 6px;
  font-family: inherit; font-size: 0.9rem; background: #F8FAFC;
}
.form-input:focus { outline: none; border-color: var(--kp-teal); background: #FFFFFF; }
textarea.form-input { min-height: 100px; resize: vertical; }
.btn-submit {
  background: var(--kp-navy); color: #FFFFFF; border: none; padding: 12px 24px;
  border-radius: 6px; font-weight: 700; font-size: 0.9rem; cursor: pointer; transition: background 0.2s;
}
.btn-submit:hover { background: var(--kp-navy-light); }

/* Footer */
.kp-footer {
  background: #0A1521; color: #E2E8F0; padding: 52px 24px 24px 24px; border-top: 1px solid rgba(255,255,255,0.08);
}
.footer-wrap { max-width: 1140px; margin: 0 auto; }
.footer-grid {
  display: grid; grid-template-columns: 1.5fr 1fr 1.2fr; gap: 36px; margin-bottom: 32px;
}
.footer-title { font-size: 1.25rem; font-weight: 800; color: #FFFFFF; margin-bottom: 10px; }
.footer-title span { color: var(--kp-teal); }
.footer-desc { font-size: 0.86rem; color: #94A3B8; line-height: 1.7; margin-bottom: 14px; }
.footer-heading {
  font-size: 0.8rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em;
  color: #FFFFFF; margin-bottom: 12px;
}
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 6px; }
.footer-links a { color: #CBD5E1; font-size: 0.84rem; }
.footer-links a:hover { color: var(--kp-coral); }

.footer-nav-bar {
  border-top: 1px solid rgba(255,255,255,0.08); padding: 14px 0; margin-bottom: 14px;
  display: flex; flex-wrap: wrap; gap: 10px 18px; justify-content: center;
}
.footer-nav-bar a { color: #94A3B8; font-size: 0.78rem; }
.footer-nav-bar a:hover { color: #FFFFFF; }

.footer-copy-row {
  display: flex; justify-content: space-between; align-items: center; font-size: 0.76rem; color: #64748B;
  flex-wrap: wrap; gap: 10px;
}

/* Cookie Widget */
.cookie-widget {
  position: fixed; bottom: 20px; left: 20px; max-width: 340px;
  background: #FFFFFF; border: 1px solid var(--kp-border); border-radius: 10px;
  padding: 16px 18px; box-shadow: 0 8px 24px rgba(0,0,0,0.12); z-index: 9999;
  font-size: 0.82rem; display: none;
}
.cookie-btn-row { display: flex; gap: 8px; margin-top: 10px; }
.btn-cookie-accept {
  background: var(--kp-navy); color: #FFFFFF; border: none; padding: 6px 14px;
  border-radius: 4px; font-weight: 700; cursor: pointer; font-size: 0.78rem;
}
.btn-cookie-decline {
  background: transparent; color: #64748B; border: 1px solid #CBD5E1; padding: 6px 12px;
  border-radius: 4px; font-weight: 600; cursor: pointer; font-size: 0.78rem;
}

@media (max-width: 860px) {
  .bento-hero { grid-template-columns: 1fr; }
  .article-layout { grid-template-columns: 1fr; gap: 28px; }
  .sidebar-sticky { position: static; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .kp-nav-menu { display: none; }
  .bento-h1 { font-size: 1.85rem; }
}
