/*
 * SMAP — Sistem Manajemen Anti Penyuapan
 * Inspektorat Daerah Provinsi Kalimantan Selatan
 */

/* ==================== VARIABLES ==================== */
:root {
  --navy:        #1a2744;
  --navy-dark:   #111b33;
  --navy-light:  #253359;
  --gold:        #c9a227;
  --gold-light:  #e0b93d;
  --gold-dark:   #a8851e;
  --white:       #ffffff;
  --gray-50:     #f8fafc;
  --gray-100:    #f1f5f9;
  --gray-200:    #e2e8f0;
  --gray-400:    #94a3b8;
  --gray-600:    #475569;
  --gray-800:    #1e293b;
  --green:       #16a34a;
  --radius-sm:   6px;
  --radius:      12px;
  --radius-lg:   20px;
  --shadow-sm:   0 1px 3px rgba(0,0,0,.08);
  --shadow:      0 4px 20px rgba(0,0,0,.10);
  --shadow-lg:   0 12px 40px rgba(0,0,0,.16);
  --transition:  .25s ease;
  --font:        'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

/* ==================== RESET ==================== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: var(--font); color: var(--gray-800); background: var(--white); line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
ul { list-style: none; }

/* ==================== UTILITIES ==================== */
.container     { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.mt-1          { margin-top: 8px; }
.mt-2          { margin-top: 16px; }

/* ==================== BUTTONS ==================== */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 10px 20px; border-radius: var(--radius-sm); font-weight: 600;
  font-size: .9rem; cursor: pointer; border: 2px solid transparent;
  transition: all var(--transition); white-space: nowrap; gap: 8px;
  font-family: var(--font);
}
.btn-primary   { background: var(--gold); color: var(--navy-dark); border-color: var(--gold); }
.btn-primary:hover { background: var(--gold-light); border-color: var(--gold-light); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(201,162,39,.4); }
.btn-outline   { background: transparent; color: var(--navy); border-color: var(--navy); }
.btn-outline:hover { background: var(--navy); color: var(--white); }
.btn-outline-white { background: transparent; color: var(--white); border-color: rgba(255,255,255,.6); }
.btn-outline-white:hover { background: rgba(255,255,255,.1); border-color: var(--white); }
.btn-white     { background: var(--white); color: var(--navy-dark); border-color: var(--white); }
.btn-white:hover { background: var(--gray-100); }
.btn-sm        { padding: 7px 16px; font-size: .85rem; }
.btn-lg        { padding: 14px 28px; font-size: 1rem; }
.btn-full      { width: 100%; }

/* ==================== NAVBAR ==================== */
.navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: transparent; transition: background var(--transition), box-shadow var(--transition);
}
.navbar--scrolled,
.navbar--solid {
  background: var(--navy-dark);
  box-shadow: 0 2px 20px rgba(0,0,0,.3);
}
.navbar-container {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 68px; display: flex; align-items: center; gap: 8px;
}
.navbar-brand { flex-shrink: 0; margin-right: 8px; }
.navbar-logo  { display: flex; align-items: center; gap: 12px; }
.logo-emblem  {
  width: 40px; height: 40px; background: var(--gold); color: var(--navy-dark);
  border-radius: 8px; display: flex; align-items: center; justify-content: center;
  font-size: 18px; font-weight: 900; flex-shrink: 0;
}
.logo-emblem--light { background: rgba(255,255,255,.15); color: var(--white); }

/* Logo image */
.navbar-logo-img {
  width: 40px; height: 40px; border-radius: 50%; object-fit: cover;
  flex-shrink: 0; border: 2px solid rgba(201,162,39,.4);
}
.footer-logo-img {
  width: 44px; height: 44px; border-radius: 50%; object-fit: cover;
  flex-shrink: 0; border: 2px solid rgba(201,162,39,.3);
}
.logo-text    { display: flex; flex-direction: column; line-height: 1; }
.logo-title   { font-size: 1.1rem; font-weight: 800; color: var(--white); letter-spacing: .5px; }
.logo-subtitle { font-size: .7rem; color: var(--gold); font-weight: 500; letter-spacing: 1px; text-transform: uppercase; }

.navbar-menu  { display: flex; align-items: center; gap: 2px; flex: 1; flex-wrap: nowrap; min-width: 0; }
.nav-item-wrap { flex-shrink: 1; min-width: 0; }
.nav-link     {
  padding: 8px 10px; border-radius: var(--radius-sm); color: rgba(255,255,255,.85);
  font-size: .875rem; font-weight: 500; transition: all var(--transition);
  white-space: nowrap;
}
.nav-link:hover { color: var(--white); background: rgba(255,255,255,.1); }
.navbar-actions { flex-shrink: 0; display: flex; align-items: center; gap: 8px; margin-left: auto; }
.navbar-actions form { display: inline-flex; margin: 0; }
.navbar-toggle  {
  display: none; background: none; border: none; color: var(--white);
  cursor: pointer; padding: 6px; border-radius: var(--radius-sm);
}
.navbar-toggle:hover { background: rgba(255,255,255,.1); }

.navbar-mobile-menu {
  display: none; flex-direction: column; padding: 12px 16px 24px;
  background: var(--navy-dark); border-top: 1px solid rgba(255,255,255,.1);
  gap: 2px;
  /* Scrollable: cap at remaining viewport below fixed navbar */
  max-height: calc(100vh - 68px);
  max-height: calc(100dvh - 68px);
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: rgba(255,255,255,.15) transparent;
  overscroll-behavior: contain;
}
.navbar-mobile-menu.is-open { display: flex; }
.mobile-nav-link {
  display: block; padding: 11px 14px; color: rgba(255,255,255,.85);
  font-weight: 500; border-radius: var(--radius-sm); transition: all var(--transition);
}
.mobile-nav-link:hover { background: rgba(255,255,255,.08); color: var(--white); }
.mobile-nav-link--sub {
  padding: 9px 14px 9px 28px; font-size: .875rem; color: rgba(255,255,255,.65);
}
.mobile-nav-link--sub:hover { background: rgba(255,255,255,.06); color: var(--white); }

/* Mobile dropdown group */
.mobile-nav-group { display: flex; flex-direction: column; }
.mobile-nav-parent {
  display: flex; align-items: center;
  cursor: pointer; border-radius: var(--radius-sm);
  transition: background var(--transition);
}
.mobile-nav-parent:hover { background: rgba(255,255,255,.05); }
.mobile-nav-link--parent {
  flex: 1; cursor: pointer;
}
.mobile-nav-chevron {
  display: flex; align-items: center; justify-content: center;
  padding: 10px 12px; color: rgba(255,255,255,.45);
  transition: transform .2s ease, color .15s;
  flex-shrink: 0;
}
.mobile-nav-group.is-open .mobile-nav-chevron { transform: rotate(180deg); color: rgba(255,255,255,.75); }

/* Child list: hidden by default, animate open */
.mobile-nav-children {
  display: none; flex-direction: column;
  border-left: 2px solid rgba(255,255,255,.1);
  margin-left: 16px;
  padding: 4px 0;
}
.mobile-nav-children.is-open { display: flex; }

/* ==================== NAVBAR DROPDOWN ==================== */
.nav-item-wrap { position: relative; }
.nav-link--has-children { display: flex; align-items: center; gap: 5px; }
.nav-chevron { transition: transform .2s ease; flex-shrink: 0; }
.nav-item-wrap:hover .nav-chevron { transform: rotate(180deg); }

.nav-dropdown {
  position: absolute; top: calc(100% + 6px); left: 0;
  background: var(--navy-dark, #0a1628);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--radius-sm, 6px);
  box-shadow: 0 8px 24px rgba(0,0,0,.35);
  min-width: 200px; padding: 6px 0;
  list-style: none;
  opacity: 0; visibility: hidden; transform: translateY(-6px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s;
  z-index: 200;
}
.nav-item-wrap:hover .nav-dropdown,
.nav-item-wrap:focus-within .nav-dropdown {
  opacity: 1; visibility: visible; transform: translateY(0);
}
.nav-dropdown-item {
  display: block; padding: 9px 18px;
  color: rgba(255,255,255,.82); font-size: .875rem; font-weight: 500;
  white-space: nowrap; transition: all .15s;
}
.nav-dropdown-item:hover {
  background: rgba(255,255,255,.09); color: var(--white);
  padding-left: 22px;
}

/* ==================== HERO ==================== */
.hero {
  min-height: 100vh; background: var(--navy);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  position: relative; overflow: hidden; padding: 100px 24px 60px;
}
.hero-bg-pattern {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(circle at 20% 50%, rgba(201,162,39,.12) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(201,162,39,.08) 0%, transparent 40%),
    radial-gradient(circle at 60% 80%, rgba(37,51,89,.8) 0%, transparent 50%);
}
.hero-container {
  position: relative; z-index: 1; max-width: 800px;
  text-align: center; display: flex; flex-direction: column; align-items: center; gap: 24px;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(201,162,39,.15); border: 1px solid rgba(201,162,39,.4);
  color: var(--gold); padding: 6px 16px; border-radius: 100px;
  font-size: .8rem; font-weight: 600; letter-spacing: .5px;
}
.badge-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); animation: pulse 2s infinite; }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: .4; } }

.hero-title {
  font-size: clamp(2.2rem, 6vw, 4rem); font-weight: 800;
  color: var(--white); line-height: 1.15; letter-spacing: -.5px;
}
.hero-title--line { 
  color: var(--white); 
}

.hero-title--accent { color: var(--gold); }

.hero-subtitle {
  font-size: clamp(1rem, 2vw, 1.15rem);
  color: var(--white); 
  font-weight: 500;
  line-height: 1.7; max-width: 600px;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }
.hero-trust  { display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.5); font-size: .83rem; }
.hero-trust strong { color: rgba(255,255,255,.8); font-weight: 600; display: block; margin-top: 2px; }
.hero-trust-text { display: flex; flex-direction: column; text-align: left; }
.hero-govt-logo { width: 44px; height: 44px; object-fit: contain; flex-shrink: 0; filter: drop-shadow(0 2px 8px rgba(0,0,0,.3)); }

/* Hero logo */
.hero-logo-wrap { margin-bottom: 8px; }
.hero-logo {
  width: 160px; height: 160px; object-fit: contain;
  border-radius: 50%; filter: drop-shadow(0 8px 32px rgba(201,162,39,.35));
  animation: logo-float 4s ease-in-out infinite;
}
@keyframes logo-float {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

/* Hero cert badges */
.hero-certs { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; }
.hero-cert-badge {
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18);
  color: rgba(255,255,255,.75); padding: 4px 14px; border-radius: 100px;
  font-size: .78rem; font-weight: 600; letter-spacing: .5px;
}

.hero-scroll { position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%); }
.scroll-indicator {
  color: rgba(255,255,255,.4); animation: bounce 2s infinite;
}
@keyframes bounce { 0%,100% { transform: translateY(0); } 50% { transform: translateY(6px); } }

/* ==================== SECTIONS ==================== */
.section         { padding: 96px 0; }
.section--white  { background: var(--white); }
.section--light  { background: var(--gray-50); }
.section--dark   { background: var(--navy); }
.section--cta    { background: linear-gradient(135deg, var(--navy-dark) 0%, var(--navy-light) 100%); }
.section--primary { background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 100%); }

/* Auto-invert text for dark sections */
.section--dark,
.section--primary {
  color: #fff;
}
.section--dark .section-title,
.section--primary .section-title { color: #fff; }
.section--dark .section-desc,
.section--primary .section-desc  { color: rgba(255,255,255,.7); }
.section--dark .section-label,
.section--primary .section-label { background: rgba(255,255,255,.12); color: rgba(255,255,255,.85); }
/* Rich-content text inside dark sections */
.section--dark .rich-content,
.section--primary .rich-content { color: rgba(255,255,255,.88); }
.section--dark .rich-content h1, .section--dark .rich-content h2,
.section--dark .rich-content h3, .section--dark .rich-content h4,
.section--primary .rich-content h1, .section--primary .rich-content h2,
.section--primary .rich-content h3, .section--primary .rich-content h4 { color: #fff; }
.section--dark .rich-content a,
.section--primary .rich-content a { color: #93c5fd; }
.section--dark .rich-content strong,
.section--primary .rich-content strong { color: #fff; }
.section--dark .rich-content blockquote,
.section--primary .rich-content blockquote { border-left-color: rgba(255,255,255,.3); color: rgba(255,255,255,.65); }
.section--dark .rich-content hr,
.section--primary .rich-content hr { border-color: rgba(255,255,255,.15); }
.section--dark .rich-content table th,
.section--primary .rich-content table th { background: rgba(255,255,255,.1); color: #fff; }
.section--dark .rich-content table td,
.section--primary .rich-content table td { border-color: rgba(255,255,255,.1); color: rgba(255,255,255,.85); }

.section-header  { text-align: center; margin-bottom: 56px; }
.section-label   {
  display: inline-block; background: rgba(201,162,39,.15); color: var(--gold-dark);
  padding: 4px 14px; border-radius: 100px; font-size: .78rem;
  font-weight: 700; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 12px;
}
.section-label--light { background: rgba(201,162,39,.2); color: var(--gold); }
.section-title   { font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 800; color: var(--navy); margin-bottom: 14px; letter-spacing: -.3px; }
.section-title--light { color: var(--white); }
.section-desc    { font-size: 1.05rem; color: var(--gray-600); max-width: 580px; margin: 0 auto; line-height: 1.7; }
.section-header--light .section-desc { color: rgba(255,255,255,.65); }

/* ==================== ABOUT ==================== */
.about-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.about-card {
  background: var(--white); border-radius: var(--radius); padding: 32px;
  box-shadow: var(--shadow-sm); border: 1px solid var(--gray-200);
  transition: all var(--transition);
}
.about-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.about-icon {
  width: 56px; height: 56px; border-radius: var(--radius-sm);
  display: flex; align-items: center; justify-content: center; margin-bottom: 20px;
}
.about-icon--blue  { background: rgba(26,39,68,.08); color: var(--navy); }
.about-icon--gold  { background: rgba(201,162,39,.12); color: var(--gold-dark); }
.about-icon--green { background: rgba(22,163,74,.1); color: var(--green); }
.about-card h3 { font-size: 1.1rem; font-weight: 700; color: var(--navy); margin-bottom: 10px; }
.about-card p  { color: var(--gray-600); font-size: .93rem; line-height: 1.65; }

/* ==================== STATS ==================== */
.stats-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2px;
  background: rgba(255,255,255,.08); border-radius: var(--radius); overflow: hidden;
}
.stat-card {
  background: rgba(255,255,255,.04); padding: 40px 32px; text-align: center;
  transition: background var(--transition);
}
.stat-card:hover { background: rgba(255,255,255,.08); }
.stat-number {
  font-size: clamp(2.5rem, 5vw, 3.5rem); font-weight: 800;
  color: var(--gold); line-height: 1; margin-bottom: 10px;
  display: flex; align-items: flex-start; justify-content: center; gap: 2px;
}
.stat-plus   { font-size: 1.8rem; margin-top: 6px; font-weight: 700; }
.stat-label  { font-size: 1rem; font-weight: 700; color: var(--white); margin-bottom: 4px; }
.stat-desc   { font-size: .8rem; color: rgba(255,255,255,.5); }

/* ==================== FEATURES ==================== */
.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; }
.feature-card {
  background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius);
  padding: 32px; transition: all var(--transition); cursor: default;
}
.feature-card:hover { border-color: var(--gold); transform: translateY(-4px); box-shadow: 0 8px 30px rgba(201,162,39,.15); }
.feature-icon {
  width: 52px; height: 52px; background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);
  border-radius: var(--radius-sm); display: flex; align-items: center; justify-content: center;
  color: var(--gold); margin-bottom: 20px;
}
.feature-title { font-size: 1.05rem; font-weight: 700; color: var(--navy); margin-bottom: 10px; }
.feature-desc  { font-size: .9rem; color: var(--gray-600); line-height: 1.65; }

/* ==================== LEGAL ==================== */
.legal-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }
.legal-card {
  display: flex; gap: 20px; background: var(--white); border-radius: var(--radius);
  padding: 28px; border: 1px solid var(--gray-200); transition: all var(--transition);
}
.legal-card:hover { border-color: var(--navy); box-shadow: var(--shadow); }
.legal-number {
  font-size: 2rem; font-weight: 800; color: var(--gray-200); line-height: 1;
  flex-shrink: 0; font-variant-numeric: tabular-nums;
}
.legal-content h4 { font-size: .95rem; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.legal-content p  { font-size: .85rem; color: var(--gray-600); line-height: 1.6; }

/* ==================== CTA ==================== */
.cta-box {
  display: flex; align-items: center; justify-content: space-between;
  gap: 40px; flex-wrap: wrap;
}
.cta-content { flex: 1; min-width: 280px; }
.cta-title   { font-size: clamp(1.8rem, 3vw, 2.8rem); font-weight: 800; color: var(--white); margin-bottom: 14px; }
.cta-desc    { font-size: 1.05rem; color: rgba(255,255,255,.7); line-height: 1.7; margin-bottom: 28px; max-width: 520px; }
.cta-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.cta-badge   { flex-shrink: 0; }
.cta-logos   { display: flex; align-items: center; gap: 20px; }
.cta-logos-divider { width: 1px; height: 160px; background: rgba(255,255,255,.2); }
.cta-logo-kalsel { filter: drop-shadow(0 4px 16px rgba(255,255,255,.15)) !important; opacity: .9; }
.cta-logo-img {
  width: 140px; height: 140px; object-fit: contain; border-radius: 50%;
  filter: drop-shadow(0 4px 20px rgba(201,162,39,.4));
  opacity: .9;
}
.iso-circle  {
  width: 140px; height: 140px; border-radius: 50%;
  border: 3px solid rgba(201,162,39,.5); background: rgba(201,162,39,.1);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 2px;
}
.iso-text    { font-size: .7rem; color: var(--gold); font-weight: 700; letter-spacing: 2px; }
.iso-number  { font-size: 1.6rem; font-weight: 800; color: var(--white); line-height: 1; }
.iso-year    { font-size: .75rem; color: rgba(255,255,255,.6); font-weight: 500; }

/* Navbar govt */
.navbar-govt { flex-shrink: 0; display: flex; align-items: center; gap: 10px; padding-left: 16px; border-left: 1px solid rgba(255,255,255,.12); }
.navbar-govt-logo { width: 34px; height: 34px; object-fit: contain; }
.navbar-govt-name { font-size: .68rem; color: rgba(255,255,255,.55); line-height: 1.35; white-space: nowrap; }

/* User button in navbar */
.navbar-user-btn { display: inline-flex; align-items: center; gap: 8px; max-width: 200px; overflow: hidden; }
.navbar-user-avatar { flex-shrink: 0; }
.navbar-user-name { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* Footer govt */
.footer-govt { display: flex; align-items: center; gap: 10px; margin-top: 16px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.08); }
.footer-govt-logo { width: 38px; height: 38px; object-fit: contain; flex-shrink: 0; }
.footer-govt-name { font-size: .78rem; color: rgba(255,255,255,.45); line-height: 1.45; }

/* ==================== FOOTER ==================== */
.footer { background: var(--navy-dark); color: rgba(255,255,255,.7); }
.footer-container { max-width: 1200px; margin: 0 auto; padding: 64px 24px 32px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 48px; margin-bottom: 48px; }
.footer-brand .footer-logo { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.footer-desc { font-size: .88rem; line-height: 1.7; color: rgba(255,255,255,.55); }
.footer-heading { font-size: .8rem; font-weight: 700; color: var(--white); letter-spacing: 1px; text-transform: uppercase; margin-bottom: 16px; }
.footer-links ul { display: flex; flex-direction: column; gap: 10px; }
.footer-links a { font-size: .88rem; color: rgba(255,255,255,.55); transition: color var(--transition); }
.footer-links a:hover { color: var(--gold); }
.footer-contact p { font-size: .88rem; line-height: 1.65; color: rgba(255,255,255,.55); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08); padding-top: 28px;
  display: flex; justify-content: space-between; font-size: .8rem; gap: 12px; flex-wrap: wrap;
}

/* ==================== RESPONSIVE ==================== */
@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .section { padding: 88px 0 72px; }
  .section-header { margin-bottom: 44px; }
  /* Navbar — switch to hamburger on tablet */
  .navbar-menu, .navbar-actions, .navbar-govt { display: none; }
  .navbar-toggle { display: flex; margin-left: auto; }
}

@media (max-width: 768px) {
  /* Navbar rules already applied at 1024px */

  /* Sections */
  .section { padding: 88px 0 56px; }
  .section-header { margin-bottom: 36px; }
  .section-desc { font-size: .97rem; }

  /* Hero */
  .hero { padding: 88px 24px 48px; }
  .hero-logo { width: 120px; height: 120px; }
  .hero-actions { flex-direction: column; align-items: center; }
  .hero-trust { flex-direction: column; text-align: center; }
  .hero-content { padding: 40px 0; }

  /* Stats */
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat-card { padding: 28px 20px; }

  /* CTA section */
  .cta-badge  { display: none; }
  .cta-desc br { display: none; }
  .cta-box    { flex-direction: column; text-align: center; }
  .cta-content { min-width: unset; }
  .cta-actions { justify-content: center; }
  .cta-desc   { max-width: 100%; margin-left: auto; margin-right: auto; }

  /* CTA split */
  .cta-split { flex-direction: column; text-align: center; gap: 1.25rem; }
  .cta-split__btn { align-self: center; }

  /* Footer */
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; }
  .footer-container { padding: 48px 24px 28px; }

  /* Pricing */
  .pricing-grid { grid-template-columns: 1fr; max-width: 400px; margin: 0 auto; }

  /* Team */
  .team-grid { grid-template-columns: repeat(2, 1fr); }

  /* Comparison — horizontal scroll */
  .comparison-table { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .comparison-header,
  .comparison-row { min-width: 480px; }

  /* Steps */
  .steps-list { max-width: 100%; }

  /* Video */
  .video-wrap { max-width: 100%; }

  /* Map section */
  .map-section { grid-template-columns: 1fr; }
  .map-section__embed { min-height: 260px; }

  /* Gallery */
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
  /* Sections */
  .section        { padding: 84px 0 48px; }
  .container      { padding: 0 16px; }
  .section-header { margin-bottom: 28px; }

  /* Grids → single column */
  .stats-grid     { grid-template-columns: 1fr 1fr; }
  .features-grid  { grid-template-columns: 1fr; }
  .legal-grid     { grid-template-columns: 1fr; }
  .about-grid     { grid-template-columns: 1fr; }
  .team-grid      { grid-template-columns: 1fr; }
  .gallery-grid   { grid-template-columns: 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .news-grid      { grid-template-columns: 1fr; }

  /* Pricing */
  .pricing-grid   { max-width: 100%; }

  /* Download item — stack on tiny screens */
  .download-item  { flex-wrap: wrap; }
  .download-btn   { width: 100%; justify-content: center; margin-top: 8px; }

  /* Navbar */
  .navbar-container { padding: 0 16px; }

  /* Hero */
  .hero { padding: 72px 16px 40px; }
  .hero-logo { width: 96px; height: 96px; }

  /* Buttons */
  .btn-lg { padding: 12px 24px; font-size: .95rem; }

  /* CTA section */
  .cta-title { font-size: 1.7rem; }
  .cta-desc  { font-size: .97rem; }

  /* Auth card */
  .auth-card { padding: 28px 20px; }
}

/* ==================== FLASH MESSAGES ==================== */
.flash { position: fixed; top: 72px; left: 50%; transform: translateX(-50%); z-index: 9999; width: calc(100% - 48px); max-width: 600px; border-radius: var(--radius-sm); animation: slideDown .25s ease; }
@keyframes slideDown { from { opacity: 0; transform: translateX(-50%) translateY(-8px); } to { opacity: 1; transform: translateX(-50%) translateY(0); } }
.flash--notice { background: #d1fae5; border: 1px solid #6ee7b7; }
.flash--alert  { background: #fee2e2; border: 1px solid #fca5a5; }
.flash-container { display: flex; align-items: center; justify-content: space-between; padding: 12px 16px; gap: 12px; }
.flash--notice .flash-container { color: #065f46; }
.flash--alert  .flash-container { color: #991b1b; }
.flash-container button { background: none; border: none; cursor: pointer; font-size: 1.2rem; opacity: .6; line-height: 1; }
.flash-container button:hover { opacity: 1; }

/* ==================== AUTH PAGE ==================== */
.auth-page {
  min-height: 100vh; display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, #0f1828 0%, #1a2744 60%, #111b33 100%);
  padding: 100px 24px 40px; position: relative; overflow: hidden;
}
.auth-bg-pattern {
  position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(circle at 20% 20%, rgba(201,162,39,.08) 0%, transparent 50%),
                    radial-gradient(circle at 80% 80%, rgba(201,162,39,.06) 0%, transparent 50%);
}
.auth-card {
  background: var(--white); border-radius: calc(var(--radius) * 1.5);
  box-shadow: 0 24px 64px rgba(0,0,0,.4); width: 100%; max-width: 440px;
  padding: 40px; position: relative; z-index: 1;
}
.auth-brand { display: flex; align-items: center; justify-content: center; gap: 20px; margin-bottom: 24px; }
.auth-logo { object-fit: contain; }
.auth-logo--kalsel { width: 52px; height: 62px; }
.auth-logo--smap   { width: 52px; height: 52px; border-radius: 50%; filter: drop-shadow(0 2px 8px rgba(201,162,39,.3)); }

.auth-header { text-align: center; margin-bottom: 28px; }
.auth-title  { font-size: 1.5rem; font-weight: 800; color: var(--navy); margin-bottom: 8px; }
.auth-subtitle { font-size: .83rem; color: var(--gray-600); line-height: 1.6; }

.auth-form   { display: flex; flex-direction: column; gap: 18px; }
.auth-field  { display: flex; flex-direction: column; gap: 6px; }
.auth-label  { font-size: .83rem; font-weight: 600; color: var(--navy); }
.auth-label-row { display: flex; align-items: center; justify-content: space-between; }
.auth-forgot { font-size: .78rem; color: var(--gold-dark); font-weight: 500; }
.auth-forgot:hover { color: var(--navy); }
.auth-input {
  border: 1.5px solid var(--gray-200); border-radius: var(--radius-sm);
  padding: 10px 14px; font-size: .93rem; color: var(--navy);
  font-family: inherit; transition: all var(--transition); background: var(--white);
}
.auth-input:focus { outline: none; border-color: var(--navy); box-shadow: 0 0 0 3px rgba(26,39,68,.1); }
.auth-input::placeholder { color: var(--gray-400); }

.auth-remember      { display: flex; align-items: center; gap: 8px; }
.auth-checkbox      { width: 15px; height: 15px; accent-color: var(--navy); cursor: pointer; }
.auth-checkbox-label { font-size: .83rem; color: var(--gray-600); cursor: pointer; }

.auth-actions { margin-top: 4px; }
.btn-full     { width: 100%; }

.auth-footer { text-align: center; margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--gray-100); }
.auth-footer p { font-size: .75rem; color: var(--gray-400); line-height: 1.6; margin: 0; }

/* ==================== PUBLIC PAGES (PagesController) ==================== */
.page-hero {
  background: var(--navy); padding: 100px 24px 60px;
  text-align: center;
}
.page-hero__breadcrumb {
  font-size: .82rem; color: rgba(255,255,255,.5); margin-bottom: 16px;
}
.page-hero__breadcrumb a { color: rgba(255,255,255,.65); }
.page-hero__breadcrumb a:hover { color: var(--white); }
.page-hero__title {
  font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--white); margin: 0 0 16px;
}
.page-hero__desc {
  font-size: 1.05rem; color: rgba(255,255,255,.75);
  max-width: 600px; margin: 0 auto;
}

/* Two-column page grid */
.page-grid { display: grid; gap: 48px; }
.page-grid--2 { grid-template-columns: 1fr 1fr; }
@media (max-width: 768px) { .page-grid--2 { grid-template-columns: 1fr; } }

/* Prose/article content */
.page-prose { max-width: 800px; margin: 0 auto; }
.page-prose h2 { font-size: 1.3rem; font-weight: 700; color: var(--navy); margin: 32px 0 12px; }
.page-prose p  { color: var(--gray-700); line-height: 1.75; margin: 0 0 14px; }
.page-prose ul { color: var(--gray-700); line-height: 1.75; padding-left: 20px; margin: 0 0 14px; }
.page-prose li { margin-bottom: 6px; }

/* Contact items */
.contact-list { display: flex; flex-direction: column; gap: 24px; }
.contact-item { display: flex; gap: 16px; align-items: flex-start; }
.contact-icon {
  width: 40px; height: 40px; border-radius: 10px;
  background: var(--navy); color: var(--white);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.contact-item strong { display: block; font-size: .85rem; color: var(--gray-500); margin-bottom: 2px; }
.contact-item p { margin: 0; color: var(--gray-800); font-size: .95rem; line-height: 1.5; }
.contact-item a { color: var(--navy); }
.contact-item a:hover { text-decoration: underline; }

/* Contact form card */
.contact-form-card { background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius); padding: 28px; }
.contact-form-note { font-size: .75rem; color: var(--gray-400); margin-top: 12px; text-align: center; }
.form-label { display: block; font-size: .85rem; font-weight: 500; color: var(--gray-700); margin-bottom: 6px; }
.section-title-sm { font-size: 1.2rem; font-weight: 700; color: var(--navy); margin: 0 0 24px; }
.w-full { width: 100%; }

/* ==================== PUBLIC PAGE COVER ==================== */
.page-cover { background: var(--white); padding: 0 0 32px; }
.page-cover .container { max-width: 900px; }
.page-cover__img { width: 100%; max-height: 420px; object-fit: cover; border-radius: 12px; display: block; }
.page-prose.ck-content { max-width: 720px; margin: 0 auto; }
.page-prose.ck-content h2 { font-size: 1.5rem; font-weight: 700; margin: 2rem 0 .75rem; color: var(--navy); }
.page-prose.ck-content h3 { font-size: 1.2rem; font-weight: 700; margin: 1.5rem 0 .5rem; color: var(--navy); }
.page-prose.ck-content p { margin: 0 0 1rem; line-height: 1.75; }
/* Lists — ensure markers show and list-style-type from CKEditor inline styles is respected */
.page-prose.ck-content ul { list-style-type: disc; margin: 0 0 1rem; padding-left: 1.75rem; }
.page-prose.ck-content ol { list-style-type: decimal; margin: 0 0 1rem; padding-left: 1.75rem; }
.page-prose.ck-content ul ul { list-style-type: circle; margin-bottom: 0; }
.page-prose.ck-content ul ul ul { list-style-type: square; }
.page-prose.ck-content li { margin-bottom: .35rem; line-height: 1.7; display: list-item; }
/* Images — respect CKEditor resize width, figure wrappers */
.page-prose.ck-content img { max-width: 100%; height: auto; border-radius: 8px; display: block; margin: 1.5rem auto; }
.page-prose.ck-content figure.image { display: table; margin: 1.5rem auto; max-width: 100%; }
.page-prose.ck-content figure.image img { margin: 0; display: block; }
.page-prose.ck-content figure.image figcaption { font-size: .8rem; color: var(--gray-400); text-align: center; padding: 6px 0 0; display: table-caption; caption-side: bottom; }
.page-prose.ck-content figure.image-style-side { float: right; margin: 0 0 1rem 1.5rem; max-width: 50%; }
.page-prose.ck-content figure.image-style-side img { margin: 0; }
.page-prose.ck-content figure.image-style-inline { display: inline-block; }
/* Alignment — CKEditor injects text-align via inline style, ensure it's not overridden */
.page-prose.ck-content [style*="text-align:center"], .page-prose.ck-content [style*="text-align: center"] { text-align: center; }
.page-prose.ck-content [style*="text-align:right"],  .page-prose.ck-content [style*="text-align: right"]  { text-align: right; }
.page-prose.ck-content [style*="text-align:justify"],.page-prose.ck-content [style*="text-align: justify"]{ text-align: justify; }
.page-prose.ck-content blockquote { border-left: 4px solid var(--navy); padding-left: 1rem; margin: 1.5rem 0; color: var(--gray-600); font-style: italic; }
.page-prose.ck-content pre { background: var(--gray-900, #111); color: #e2e8f0; border-radius: 8px; padding: 1rem 1.25rem; overflow-x: auto; font-size: .875rem; margin: 1.5rem 0; }
.page-prose.ck-content a { color: var(--navy); text-decoration: underline; }
/* Highlight (marker) */
.page-prose.ck-content mark, .page-prose.ck-content .marker-yellow { background: #fdf6b2; padding: 0 2px; border-radius: 2px; }
.page-prose.ck-content .marker-green  { background: #bcf0da; padding: 0 2px; border-radius: 2px; }
.page-prose.ck-content .marker-pink   { background: #fce8e8; padding: 0 2px; border-radius: 2px; }
.page-prose.ck-content .marker-blue   { background: #dbeafe; padding: 0 2px; border-radius: 2px; }
/* Inline code */
.page-prose.ck-content code { background: var(--gray-100, #f3f4f6); border-radius: 4px; padding: 1px 5px; font-family: 'Courier New', monospace; font-size: .9em; color: #c026d3; }
/* Todo list */
.page-prose.ck-content ul.todo-list { list-style: none; padding-left: 0; }
.page-prose.ck-content ul.todo-list li { display: flex; align-items: flex-start; gap: 8px; padding-left: 0; }
.page-prose.ck-content ul.todo-list li .todo-list__label { display: flex; align-items: center; gap: 6px; }
.page-prose.ck-content ul.todo-list li input[type=checkbox] { margin: 3px 0 0; flex-shrink: 0; }
/* Page break */
.page-prose.ck-content .page-break { border: none; border-top: 2px dashed var(--gray-200, #e5e7eb); margin: 2rem 0; }
/* Table enhancements */
.page-prose.ck-content table { width: 100%; border-collapse: collapse; margin: 1.5rem 0; font-size: .9rem; }
.page-prose.ck-content table th { background: var(--gray-100, #f3f4f6); font-weight: 600; text-align: left; padding: 10px 12px; border: 1px solid var(--gray-200, #e5e7eb); }
.page-prose.ck-content table td { padding: 9px 12px; border: 1px solid var(--gray-200, #e5e7eb); vertical-align: top; }
.page-prose.ck-content table caption { font-size: .8rem; color: var(--gray-400); text-align: center; padding: 6px 0; }
/* Sub/superscript */
.page-prose.ck-content sub { vertical-align: sub; font-size: .75em; }
.page-prose.ck-content sup { vertical-align: super; font-size: .75em; }

/* ==================== ANCHOR DYNAMIC SECTIONS ==================== */

/* Banner template */
.anchor-banner { padding: 100px 0; text-align: center; }
.anchor-banner[data-bg="dark"]    { background: linear-gradient(135deg, #111b33 0%, #1a2744 100%); }
.anchor-banner[data-bg="white"]   { background: #fff; }
.anchor-banner[data-bg="light"]   { background: var(--gray-50); }
.anchor-banner[data-bg="primary"] { background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 100%); }
.anchor-banner__inner { max-width: 680px; margin: 0 auto; padding: 0 24px; }
.anchor-banner__title {
  font-size: clamp(2rem, 4vw, 3rem); font-weight: 900; letter-spacing: -.04em;
  margin-bottom: 16px; line-height: 1.15;
}
.anchor-banner[data-bg="dark"] .anchor-banner__title,
.anchor-banner[data-bg="primary"] .anchor-banner__title { color: #fff; }
.anchor-banner[data-bg="light"] .anchor-banner__title,
.anchor-banner[data-bg="white"] .anchor-banner__title  { color: var(--navy); }
.anchor-banner__subtitle { font-size: 1.1rem; margin-bottom: 32px; line-height: 1.7; }
.anchor-banner[data-bg="dark"] .anchor-banner__subtitle,
.anchor-banner[data-bg="primary"] .anchor-banner__subtitle { color: rgba(255,255,255,.7); }
.anchor-banner[data-bg="light"] .anchor-banner__subtitle,
.anchor-banner[data-bg="white"] .anchor-banner__subtitle  { color: var(--gray-600); }
.anchor-banner__cta { background: var(--gold); color: var(--navy); font-weight: 700; padding: 14px 32px; border-radius: 8px; font-size: 1rem; text-decoration: none; display: inline-block; transition: background .15s, transform .12s; }
.anchor-banner__cta:hover { background: var(--gold-dark); transform: translateY(-2px); }
.anchor-banner[data-bg="light"] .anchor-banner__cta,
.anchor-banner[data-bg="white"] .anchor-banner__cta { background: var(--navy); color: #fff; }
.anchor-banner[data-bg="light"] .anchor-banner__cta:hover,
.anchor-banner[data-bg="white"] .anchor-banner__cta:hover { background: var(--navy-light); }

/* Rich-content body shared base */
.rich-content { line-height: 1.75; color: var(--gray-700); }
.rich-content h1,.rich-content h2,.rich-content h3,.rich-content h4 { font-weight: 700; color: var(--navy); margin: 1.5em 0 .5em; }
.rich-content p { margin: 0 0 1em; }
.rich-content ul,.rich-content ol { padding-left: 1.5em; margin-bottom: 1em; }
.rich-content a { color: var(--navy); text-decoration: underline; }
.rich-content img { max-width: 100%; height: auto; border-radius: var(--radius-sm, 6px); margin: 1em 0; }
.rich-content table { width: 100%; border-collapse: collapse; margin-bottom: 1.5em; }
.rich-content th,.rich-content td { border: 1px solid var(--gray-200); padding: 10px 14px; text-align: left; }
.rich-content th { background: var(--gray-50); font-weight: 600; color: var(--navy); }

/* Text template body */
.anchor-text-body { max-width: 780px; margin: 0 auto; }

/* Cards template: auto-layout H3+p into card grid using CSS columns */
.anchor-cards-body { columns: 3; column-gap: 20px; }
@media (max-width: 900px) { .anchor-cards-body { columns: 2; } }
@media (max-width: 560px) { .anchor-cards-body { columns: 1; } }
.anchor-cards-body > h3 {
  break-inside: avoid; break-after: avoid;
  background: var(--white); border-radius: 10px 10px 0 0; padding: 20px 20px 8px;
  margin: 16px 0 0; font-size: 1rem; font-weight: 700; color: var(--navy);
  border: 1px solid var(--gray-100); border-bottom: none; box-shadow: 0 1px 4px rgba(0,0,0,.06);
  display: block;
}
.anchor-cards-body > h3:first-child { margin-top: 0; }
.anchor-cards-body > h3 + p {
  break-inside: avoid; break-before: avoid;
  background: var(--white); border-radius: 0 0 10px 10px; padding: 6px 20px 20px;
  margin: 0 0 4px; font-size: .92rem; color: var(--gray-600); line-height: 1.65;
  border: 1px solid var(--gray-100); border-top: none; box-shadow: 0 1px 4px rgba(0,0,0,.06);
  display: block;
}
/* When section bg is dark, invert card colors */
.section--dark .anchor-cards-body > h3,
.section--primary .anchor-cards-body > h3 { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.1); color: #fff; }
.section--dark .anchor-cards-body > h3 + p,
.section--primary .anchor-cards-body > h3 + p { background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.08); color: rgba(255,255,255,.7); }


/* =====================================================================
   Landing Page Templates — Public CSS
   ===================================================================== */

/* ── Hero ─────────────────────────────────────────────────────── */
.section-hero { min-height: 480px; display: flex; align-items: center; }
.hero-content {
  max-width: 680px; margin: 0 auto; text-align: center;
  padding: 60px 0;
}
.hero-title {
  font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 800; line-height: 1.1;
  color: var(--navy); margin-bottom: 1.25rem;
}
.hero-subtitle {
  font-size: 1.15rem; color: var(--gray-600); margin-bottom: 2.25rem;
  max-width: 540px; margin-left: auto; margin-right: auto; line-height: 1.65;
}
.hero-cta { font-size: 1rem; padding: .8rem 2.2rem; }
.section--dark .hero-title,
.section--primary .hero-title { color: #fff; }
.section--dark .hero-subtitle,
.section--primary .hero-subtitle { color: rgba(255,255,255,.78); }

/* ── CTA Split ──────────────────────────────────────────────── */
.cta-split {
  display: flex; align-items: center; justify-content: space-between;
  gap: 2rem; flex-wrap: wrap;
}
.cta-split__text  { flex: 1; min-width: 220px; }
.cta-split__heading { font-size: 1.6rem; font-weight: 700; color: var(--navy); margin-bottom: .4rem; }
.cta-split__sub   { color: var(--gray-600); margin: 0; font-size: .95rem; }
.cta-split__btn   { flex-shrink: 0; }
.section--dark .cta-split__heading,
.section--primary .cta-split__heading { color: #fff; }
.section--dark .cta-split__sub,
.section--primary .cta-split__sub { color: rgba(255,255,255,.75); }

/* ── Pricing ──────────────────────────────────────────────────── */
.pricing-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.5rem;
}
.pricing-card {
  background: #fff; border: 2px solid #e2e8f0; border-radius: 16px; padding: 2rem 1.75rem;
  display: flex; flex-direction: column; position: relative;
  transition: transform .2s, box-shadow .2s;
}
.pricing-card:hover { transform: translateY(-3px); box-shadow: 0 10px 28px rgba(30,58,95,.1); }
.pricing-card--highlight {
  border-color: #2563eb; background: linear-gradient(160deg,#eff6ff 0%,#fff 55%);
  box-shadow: 0 6px 20px rgba(37,99,235,.13);
}
.pricing-badge {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: #2563eb; color: #fff; font-size: .68rem; font-weight: 700;
  padding: 3px 14px; border-radius: 100px; letter-spacing: .06em; text-transform: uppercase;
  white-space: nowrap;
}
.pricing-name  { font-size: 1rem; font-weight: 700; color: var(--navy); margin-bottom: .4rem; }
.pricing-price { font-size: 2rem; font-weight: 800; color: #2563eb; margin-bottom: 1.5rem; line-height: 1; }
.pricing-period { font-size: .85rem; font-weight: 400; color: #64748b; margin-left: 2px; }
.pricing-features {
  list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column;
  gap: .55rem; flex: 1;
}
.pricing-features li {
  padding-left: 1.4rem; position: relative; font-size: .88rem; color: #475569;
}
.pricing-features li::before {
  content: "\2713"; position: absolute; left: 0; color: #16a34a; font-weight: 700;
}

/* ── Testimonials ────────────────────────────────────────────── */
.testimonials-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); gap: 1.5rem;
}
.testimonial-card {
  background: #fff; border: 1px solid #e2e8f0; border-radius: 16px; padding: 1.75rem;
  display: flex; flex-direction: column; gap: 1.25rem;
  box-shadow: 0 2px 8px rgba(0,0,0,.04);
}
.testimonial-quote {
  font-size: .93rem; color: #334155; line-height: 1.65; flex: 1;
  position: relative; padding-left: 10px;
}
.testimonial-quote::before {
  content: "“"; font-size: 3.5rem; color: #bfdbfe; line-height: .4;
  position: absolute; top: 4px; left: -8px; font-family: Georgia, serif;
}
.testimonial-author { display: flex; align-items: center; gap: .75rem; }
.testimonial-avatar {
  width: 42px; height: 42px; border-radius: 50%;
  background: linear-gradient(135deg, #1e3a5f, #2563eb);
  color: #fff; font-size: .78rem; font-weight: 700;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.testimonial-name { font-size: .88rem; font-weight: 600; color: var(--navy); }
.testimonial-role { font-size: .78rem; color: #64748b; }

/* ── FAQ ─────────────────────────────────────────────────────── */
.faq-list { max-width: 740px; margin: 0 auto; display: flex; flex-direction: column; gap: .5rem; }
.faq-item {
  border: 1px solid #e2e8f0; border-radius: 10px; background: #fff; overflow: hidden;
  transition: box-shadow .15s;
}
.faq-item[open] { box-shadow: 0 4px 16px rgba(0,0,0,.07); }
.faq-item summary {
  list-style: none; padding: 1.1rem 1.25rem; font-size: .95rem;
  font-weight: 600; color: var(--navy); cursor: pointer;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  user-select: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+"; font-size: 1.4rem; line-height: 1; color: #64748b;
  flex-shrink: 0; transition: transform .2s;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-answer {
  padding: 0 1.25rem 1.2rem; color: #475569; font-size: .9rem; line-height: 1.65;
}
.faq-answer p { margin: 0; }

/* ── Team ─────────────────────────────────────────────────────── */
.team-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 1.5rem; }
.team-card {
  background: #fff; border: 1px solid #e2e8f0; border-radius: 16px;
  padding: 1.75rem 1.5rem; text-align: center;
  box-shadow: 0 2px 8px rgba(0,0,0,.04); transition: transform .2s, box-shadow .2s;
}
.team-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(30,58,95,.1); }
.team-avatar {
  width: 64px; height: 64px; border-radius: 50%;
  background: linear-gradient(135deg, #1e3a5f, #2563eb);
  color: #fff; font-size: 1.2rem; font-weight: 700;
  display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem;
}
.team-name { font-size: .95rem; font-weight: 700; color: var(--navy); margin-bottom: .25rem; }
.team-role { font-size: .8rem; color: #2563eb; font-weight: 600; margin-bottom: .5rem; }
.team-bio  { font-size: .82rem; color: #64748b; line-height: 1.55; margin: 0; }

/* ── Steps ────────────────────────────────────────────────────── */
.steps-list {
  max-width: 680px; margin: 0 auto;
  display: flex; flex-direction: column; gap: 0; position: relative;
}
.steps-list::before {
  content: ""; position: absolute; left: 23px; top: 24px; bottom: 24px;
  width: 2px; background: #e2e8f0;
}
.step-item { display: flex; gap: 1.25rem; align-items: flex-start; padding: 8px 0; }
.step-num {
  width: 48px; height: 48px; border-radius: 50%;
  background: linear-gradient(135deg, #1e3a5f, #2563eb);
  color: #fff; font-size: 1.1rem; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; position: relative; z-index: 1;
  box-shadow: 0 0 0 4px #fff;
}
.section--dark .step-num  { box-shadow: 0 0 0 4px #111b33; }
.section--light .step-num { box-shadow: 0 0 0 4px #f1f5f9; }
.step-content { padding-top: 10px; }
.step-title   { font-size: 1rem; font-weight: 700; color: var(--navy); margin-bottom: .35rem; }
.step-desc    { font-size: .9rem; color: #475569; margin: 0; line-height: 1.6; }
.section--dark .step-title,
.section--primary .step-title { color: #fff; }
.section--dark .step-desc,
.section--primary .step-desc  { color: rgba(255,255,255,.72); }

/* ── Logos ────────────────────────────────────────────────────── */
.logos-heading {
  text-align: center; font-size: .82rem; font-weight: 700; color: #94a3b8;
  letter-spacing: .1em; text-transform: uppercase; margin-bottom: 2rem;
}
.logos-strip {
  display: flex; flex-wrap: wrap; gap: .875rem 1.75rem;
  align-items: center; justify-content: center;
}
.logo-item {
  font-size: .9rem; font-weight: 700; color: #475569;
  padding: .55rem 1.4rem; border: 2px solid #e2e8f0; border-radius: 8px;
  text-decoration: none; transition: border-color .2s, color .2s;
  letter-spacing: .02em;
}
a.logo-item:hover { border-color: #2563eb; color: #2563eb; }

/* ── Contact ───────────────────────────────────────────────────── */
.contact-layout { max-width: 720px; margin: 0 auto; }
.contact-body   { font-size: .95rem; line-height: 1.8; margin-top: 1.5rem; }

/* ── Video ─────────────────────────────────────────────────────── */
.video-wrap {
  max-width: 800px; margin: 0 auto; border-radius: 14px; overflow: hidden;
  box-shadow: 0 8px 32px rgba(0,0,0,.18); background: #000;
  aspect-ratio: 16 / 9; position: relative;
}
.video-wrap iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }

/* ═══════════════════════════════════════════════════
   TEMPLATES BATCH 2 – Public-facing CSS
═══════════════════════════════════════════════════ */

/* ─── TIMELINE ─── */
.timeline-list { list-style: none; margin: 0; padding: 0; position: relative; }
.timeline-list::before { content: ""; position: absolute; left: 18px; top: 0; bottom: 0; width: 2px; background: var(--color-primary, #3b82f6); opacity: .25; }
.timeline-item { display: flex; gap: 24px; align-items: flex-start; padding: 0 0 32px 0; position: relative; }
.timeline-item::before { content: ""; width: 14px; height: 14px; border-radius: 50%; background: var(--color-primary, #3b82f6); flex-shrink: 0; margin-top: 4px; position: relative; z-index: 1; box-shadow: 0 0 0 3px rgba(59,130,246,.2); }
.timeline-year { font-weight: 700; font-size: .85rem; color: var(--color-primary, #3b82f6); min-width: 48px; padding-top: 2px; }
.timeline-content { flex: 1; }
.timeline-title { font-size: 1rem; font-weight: 700; margin: 0 0 4px; color: #1e293b; }
.timeline-desc  { font-size: .9rem; color: #64748b; margin: 0; line-height: 1.6; }

/* ─── GALLERY ─── */
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 16px; }
.gallery-item { margin: 0; overflow: hidden; border-radius: 8px; background: #f8fafc; box-shadow: 0 1px 4px rgba(0,0,0,.08); }
.gallery-img  { width: 100%; height: 200px; object-fit: cover; display: block; transition: transform .3s ease; }
.gallery-item:hover .gallery-img { transform: scale(1.03); }
.gallery-caption { padding: 8px 12px; font-size: .82rem; color: #64748b; }

/* ─── DOWNLOAD ─── */
.download-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.download-item { display: flex; align-items: center; gap: 16px; background: #fff; border: 1px solid #e2e8f0; border-radius: 10px; padding: 14px 18px; transition: box-shadow .2s; }
.download-item:hover { box-shadow: 0 4px 16px rgba(0,0,0,.07); }
.download-icon { width: 40px; height: 40px; background: #dbeafe; border-radius: 8px; display: flex; align-items: center; justify-content: center; color: #2563eb; flex-shrink: 0; }
.download-info { flex: 1; display: flex; flex-direction: column; gap: 2px; }
.download-name { font-weight: 600; font-size: .95rem; color: #1e293b; }
.download-meta { display: flex; gap: 8px; flex-wrap: wrap; }
.download-format { font-size: .75rem; background: #eff6ff; color: #2563eb; border: 1px solid #bfdbfe; border-radius: 4px; padding: 1px 6px; font-weight: 600; text-transform: uppercase; }
.download-btn { flex-shrink: 0; display: inline-flex; align-items: center; gap: 6px; font-size: .85rem; white-space: nowrap; }

/* ─── NEWS ─── */
.news-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 24px; }
.news-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 20px; display: flex; flex-direction: column; gap: 8px; transition: box-shadow .2s; }
.news-card:hover { box-shadow: 0 6px 20px rgba(0,0,0,.08); }
.news-card--linked { cursor: pointer; transform: translateY(0); transition: box-shadow .2s, transform .2s; }
.news-card--linked:hover { box-shadow: 0 8px 28px rgba(0,0,0,.11); transform: translateY(-3px); }
.news-card__meta { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }

/* Article show page responsive */
@media (max-width: 900px) {
  .article-show-grid { grid-template-columns: 1fr !important; }
  .article-show-sidebar { position: static !important; }
}
.news-tag  { font-size: .72rem; font-weight: 700; background: var(--color-primary, #3b82f6); color: #fff; border-radius: 4px; padding: 2px 8px; text-transform: uppercase; letter-spacing: .04em; }
.news-date { font-size: .78rem; color: #94a3b8; }
.news-title   { font-size: 1rem; font-weight: 700; color: #1e293b; margin: 0; line-height: 1.4; }
.news-excerpt { font-size: .88rem; color: #64748b; margin: 0; flex: 1; line-height: 1.6; }
.news-link    { font-size: .85rem; font-weight: 600; color: var(--color-primary, #3b82f6); text-decoration: none; margin-top: auto; }
.news-link:hover { text-decoration: underline; }

/* ─── MAP ─── */
/* Fallback: full-width embed only */
.map-wrap { width: 100%; aspect-ratio: 16 / 7; border-radius: 12px; overflow: hidden; background: #e2e8f0; }
.map-wrap iframe { width: 100%; height: 100%; border: 0; display: block; }

/* Two-column redesign: embed + info card */
.map-section {
  display: grid;
  grid-template-columns: 1fr 320px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 32px rgba(0,0,0,.10);
  min-height: 420px;
}
.map-section__embed {
  position: relative;
  min-height: 380px;
  background: #e2e8f0;
}
.map-section__embed iframe {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  border: 0; display: block;
}
.map-section__info {
  background: #0f172a;
  color: #fff;
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}
.map-section__icon-wrap {
  width: 54px; height: 54px;
  border-radius: 14px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  display: flex; align-items: center; justify-content: center;
  color: #60a5fa;
  flex-shrink: 0;
}
.map-section__title {
  font-size: 1.2rem; font-weight: 800; color: #fff;
  margin: 0; line-height: 1.35;
}
.map-section__desc {
  font-size: .9rem; color: rgba(255,255,255,.7);
  line-height: 1.7; margin: 0;
  white-space: pre-line;
}
.map-section__cta {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 11px 20px; border-radius: 10px;
  background: #3b82f6; color: #fff;
  font-size: .85rem; font-weight: 600;
  text-decoration: none;
  transition: background .15s, transform .15s;
  width: fit-content; margin-top: 4px;
}
.map-section__cta:hover { background: #2563eb; transform: translateY(-1px); }
.map-section__cta svg { flex-shrink: 0; }

@media (max-width: 768px) {
  .map-section { grid-template-columns: 1fr; }
  .map-section__embed { min-height: 280px; aspect-ratio: 16/9; position: relative; }
  .map-section__embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; }
  .map-section__info { padding: 28px 24px; }
}

/* ─── TABS ─── */
.tabs-nav { display: flex; gap: 4px; flex-wrap: wrap; border-bottom: 2px solid #e2e8f0; margin-bottom: 24px; }
.tabs-nav__btn { background: transparent; border: none; border-bottom: 2px solid transparent; margin-bottom: -2px; padding: 10px 20px; font-size: .9rem; font-weight: 600; color: #64748b; cursor: pointer; border-radius: 6px 6px 0 0; transition: color .15s, background .15s; }
.tabs-nav__btn:hover { color: #1e293b; background: #f8fafc; }
.tabs-nav__btn--active { color: var(--color-primary, #3b82f6); border-bottom-color: var(--color-primary, #3b82f6); background: transparent; }
.tabs-panels { min-height: 80px; }
.tabs-panel { animation: tabs-fadein .2s ease; }
@keyframes tabs-fadein { from { opacity: 0; transform: translateY(4px); } to { opacity: 1; transform: translateY(0); } }

/* ─── COMPARISON ─── */
.comparison-table { border: 1px solid #e2e8f0; border-radius: 12px; overflow: hidden; }
.comparison-header,
.comparison-row { display: grid; grid-template-columns: 1.5fr 1fr 1fr; }
.comparison-header { background: #f8fafc; border-bottom: 2px solid #e2e8f0; }
.comparison-cell { padding: 14px 18px; font-size: .9rem; }
.comparison-cell--feature { color: #475569; font-size: .85rem; }
.comparison-row { border-top: 1px solid #e2e8f0; }
.comparison-row:hover { background: #f8fafc; }
.comparison-row--highlight { background: #eff6ff; font-weight: 600; }
.comparison-row--highlight .comparison-cell { color: #1d4ed8; }

/* ─── MARQUEE ─── */
.section-marquee { background: var(--color-primary, #1d4ed8); padding: 10px 0; overflow: hidden; }
.marquee-outer { overflow: hidden; white-space: nowrap; }
.marquee-track { display: inline-flex; align-items: center; animation: marquee-scroll 30s linear infinite; will-change: transform; }
.marquee-track:hover { animation-play-state: paused; }
.marquee-item { font-size: .875rem; font-weight: 600; color: #fff; padding: 0 4px; }
.marquee-item--link { text-decoration: underline; color: rgba(255,255,255,.9); }
.marquee-item--link:hover { color: #fff; }
.marquee-sep { color: rgba(255,255,255,.5); user-select: none; }
@keyframes marquee-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ─── ANNOUNCEMENT ─── */
.section-announcement { padding: 8px 0; }
.announcement-box { border-radius: 12px; padding: 28px 32px; display: flex; flex-direction: column; gap: 12px; }
.announcement-box--primary { background: #dbeafe; border-left: 5px solid #2563eb; }
.announcement-box--dark    { background: #1e293b; border-left: 5px solid #475569; color: #fff; }
.announcement-box--light   { background: #f8fafc; border-left: 5px solid #cbd5e1; }
.announcement-box--white   { background: #fff; border: 1px solid #e2e8f0; border-left: 5px solid #64748b; }
.announcement-heading { font-size: 1.15rem; font-weight: 700; margin: 0; }
.announcement-body  { font-size: .93rem; line-height: 1.7; }
.announcement-body  p { margin: 0 0 .5em; }
.announcement-cta   { align-self: flex-start; font-size: .88rem; }

/* ─── ICON LIST ─── */
.icon-list-grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 16px; }
.icon-list-item { display: flex; align-items: flex-start; gap: 12px; }
.icon-list-icon { width: 36px; height: 36px; background: var(--color-primary-light, #dbeafe); color: var(--color-primary, #2563eb); border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }
.icon-list-text { font-size: .93rem; color: #334155; line-height: 1.5; padding-top: 8px; }



/* ================================================================
   PAGE TEMPLATES — Public-facing template styles (pt-*)
   ================================================================ */

/* ── Shared template foundations ─────────────────────────────── */
.pt-section {
  padding: 3rem 0 4rem;
  background: var(--gray-50);
}

.pt-section-label {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--navy);
  margin: 2.5rem 0 1.25rem;
}

.pt-intro-card {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  background: #fff;
  border-left: 4px solid var(--navy);
  border-radius: 0 .75rem .75rem 0;
  padding: 1.5rem 1.75rem;
  margin-bottom: 2.5rem;
  box-shadow: 0 1px 8px rgba(0,0,0,.06);
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--gray-800);
}
.pt-intro-icon { font-size: 1.75rem; color: var(--navy); flex-shrink: 0; margin-top: .1rem; }

/* ── Card heads ───────────────────────────────────────────────── */
.pt-card-head {
  display: flex; align-items: center; gap: .6rem;
  padding: 1rem 1.25rem;
  border-radius: .75rem .75rem 0 0;
  color: #fff;
  font-weight: 700;
}
.pt-card-head .mdi { font-size: 1.4rem; }
.pt-card-head h2 { font-size: 1.1rem; margin: 0; }
.pt-card-head--navy  { background: var(--navy); }
.pt-card-head--blue  { background: #2563eb; }
.pt-card-head--teal  { background: #0d9488; }
.pt-card-head--gold  { background: var(--gold); }
.pt-card-head--green { background: var(--green); }
.pt-card-head--purple{ background: #7c3aed; }

.pt-card-body {
  background: #fff;
  border: 1px solid var(--gray-200);
  border-top: none;
  border-radius: 0 0 .75rem .75rem;
  padding: 1.25rem 1.5rem;
}

/* ── Checklist ────────────────────────────────────────────────── */
.pt-checklist { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: .6rem; }
.pt-checklist li { display: flex; align-items: flex-start; gap: .6rem; font-size: .96rem; color: var(--gray-800); line-height: 1.6; }
.pt-checklist .mdi { color: var(--green); font-size: 1.1rem; flex-shrink: 0; margin-top: .2rem; }

/* ── Callout ──────────────────────────────────────────────────── */
.pt-callout {
  display: flex; gap: 1rem; align-items: flex-start;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: .75rem;
  padding: 1.25rem 1.5rem;
  margin-top: 2rem;
}
.pt-callout--shield { background: #f0fdf4; border-color: #bbf7d0; }
.pt-callout .mdi { font-size: 2rem; color: #2563eb; flex-shrink: 0; margin-top: .1rem; }
.pt-callout--shield .mdi { color: var(--green); }
.pt-callout strong { display: block; font-weight: 700; color: var(--gray-800); margin-bottom: .35rem; }
.pt-callout p { margin: 0; font-size: .95rem; color: var(--gray-600); line-height: 1.6; }

/* ── Document header band ─────────────────────────────────────── */
.pt-doc-header {
  display: flex; flex-wrap: wrap; gap: 1rem;
  background: var(--navy);
  color: #fff;
  border-radius: .75rem;
  padding: 1.25rem 1.75rem;
  margin-bottom: 2.5rem;
}
.pt-doc-meta-item { display: flex; align-items: center; gap: .5rem; font-size: .9rem; }
.pt-doc-meta-item .mdi { opacity: .8; }

/* ── Document sections ────────────────────────────────────────── */
.pt-doc-section { margin-bottom: 2rem; }
.pt-doc-section-head {
  display: flex; align-items: center; gap: .75rem;
  margin-bottom: .85rem;
}
.pt-doc-section-head h2 { font-size: 1.1rem; font-weight: 700; color: var(--navy); margin: 0; }
.pt-doc-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 2rem; height: 2rem; border-radius: 50%;
  background: var(--navy); color: #fff;
  font-size: .85rem; font-weight: 700; flex-shrink: 0;
}
.pt-doc-num-icon { font-size: 1.5rem; color: var(--navy); }
.pt-doc-section p { color: var(--gray-700, #334155); line-height: 1.75; font-size: .96rem; }

/* ── Ordered list ─────────────────────────────────────────────── */
.pt-ordered-list { padding-left: 1.5rem; margin: 0; display: flex; flex-direction: column; gap: .75rem; }
.pt-ordered-list li { font-size: .96rem; line-height: 1.7; color: var(--gray-800); }

/* ── Pill list ────────────────────────────────────────────────── */
.pt-pill-list { display: flex; flex-wrap: wrap; gap: .5rem; }
.pt-pill {
  display: inline-flex; align-items: center; gap: .35rem;
  padding: .3rem .85rem;
  background: #e0f2fe; color: #0369a1;
  border-radius: 999px; font-size: .82rem; font-weight: 600;
}
.pt-pill .mdi { font-size: 1rem; }
.pt-pill--law { background: #fef3c7; color: #92400e; }
.pt-pill--law .mdi { color: #b45309; }

/* ── Flow (procedure timeline) ────────────────────────────────── */
.pt-flow { display: flex; flex-direction: column; gap: 0; }
.pt-flow-step {
  display: grid;
  grid-template-columns: 2.5rem 2px 1fr;
  grid-template-rows: auto 1fr;
  gap: 0 1rem;
}
.pt-flow-badge {
  grid-column: 1; grid-row: 1;
  width: 2.5rem; height: 2.5rem;
  border-radius: 50%; background: var(--navy); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: .9rem; flex-shrink: 0;
  z-index: 1;
}
.pt-flow-line {
  grid-column: 2; grid-row: 1 / 3;
  background: var(--gray-200); width: 2px; margin: 1.25rem auto 0;
}
.pt-flow-step:last-child .pt-flow-line { display: none; }
.pt-flow-content {
  grid-column: 3; grid-row: 1 / 3;
  background: #fff; border: 1px solid var(--gray-200);
  border-radius: .5rem; padding: 1rem 1.25rem; margin-bottom: 1.5rem;
}
.pt-flow-content h3 { font-size: 1rem; font-weight: 700; color: var(--navy); margin: 0 0 .35rem; }
.pt-flow-content p  { font-size: .93rem; color: var(--gray-600); margin: 0; line-height: 1.6; }

/* ── Two-col layout ───────────────────────────────────────────── */
.pt-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-bottom: 2rem; }
@media (max-width: 640px) { .pt-two-col { grid-template-columns: 1fr; } }

/* ================================================================
   ABOUT
   ================================================================ */
.pt-section--about { background: var(--gray-50); }
.pt-about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-bottom: 2.5rem; }
@media (max-width: 640px) { .pt-about-grid { grid-template-columns: 1fr; } }

.pt-visi-card, .pt-misi-card { border-radius: .75rem; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,.07); }
.pt-visi-text { font-size: 1.15rem; font-style: italic; color: var(--navy); text-align: center; line-height: 1.8; margin: 0; }

.pt-nilai-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 1.25rem; }
.pt-nilai-card {
  background: #fff; border-radius: .75rem; padding: 1.5rem;
  box-shadow: 0 1px 8px rgba(0,0,0,.06); border-top: 4px solid;
  transition: transform .2s, box-shadow .2s;
}
.pt-nilai-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,.1); }
.pt-nilai-card--0 { border-color: var(--navy); }
.pt-nilai-card--1 { border-color: var(--gold); }
.pt-nilai-card--2 { border-color: #0d9488; }
.pt-nilai-card--3 { border-color: var(--green); }
.pt-nilai-icon { font-size: 2rem; color: var(--navy); margin-bottom: .75rem; }
.pt-nilai-card h3 { font-size: 1rem; font-weight: 700; color: var(--navy); margin: 0 0 .5rem; }
.pt-nilai-card p  { font-size: .9rem; color: var(--gray-600); margin: 0; line-height: 1.6; }

/* ================================================================
   POLICY
   ================================================================ */
.pt-section--policy { background: var(--gray-50); }

/* ================================================================
   PROCEDURE
   ================================================================ */
.pt-section--procedure { background: #f0fdfa; }

/* ================================================================
   ANNOUNCEMENT (letter)
   ================================================================ */
.pt-section--announcement { background: var(--gray-100); }
.pt-letter {
  background: #fff;
  border: 1px solid var(--gray-200);
  border-radius: .75rem;
  max-width: 860px;
  margin: 0 auto;
  box-shadow: 0 4px 24px rgba(0,0,0,.07);
  overflow: hidden;
}
.pt-letter__header {
  background: var(--navy); color: #fff;
  padding: 1.5rem 2rem;
}
.pt-letter__meta-row { display: flex; flex-wrap: wrap; gap: 1.5rem; margin-bottom: .85rem; }
.pt-letter__meta-item { display: flex; align-items: center; gap: .5rem; font-size: .9rem; }
.pt-letter__perihal {
  display: flex; align-items: flex-start; gap: .6rem;
  background: rgba(255,255,255,.12); border-radius: .5rem;
  padding: .75rem 1rem; font-size: .95rem;
}
.pt-letter__body { padding: 2rem; }
.pt-letter__body p  { color: var(--gray-800); line-height: 1.8; font-size: .97rem; margin-bottom: 1.25rem; }
.pt-letter__poin { padding-left: 1.5rem; display: flex; flex-direction: column; gap: .75rem; margin: 1.25rem 0; }
.pt-letter__poin li { font-size: .96rem; color: var(--gray-800); line-height: 1.7; }
.pt-letter__closing { font-style: italic; color: var(--gray-600) !important; }
.pt-letter__signature {
  border-top: 1px solid var(--gray-200);
  padding: 1.5rem 2rem 2rem;
  text-align: right;
}
.pt-letter__sig-location { display: flex; align-items: center; justify-content: flex-end; gap: .4rem; color: var(--gray-600); font-size: .9rem; margin-bottom: 1rem; }
.pt-letter__jabatan { font-size: .95rem; color: var(--gray-800); margin-bottom: .25rem; }
.pt-letter__sig-space { height: 3.5rem; }
.pt-letter__nama { font-size: 1rem; font-weight: 700; color: var(--navy); margin: 0; }
.pt-letter__nip  { font-size: .85rem; color: var(--gray-600); margin: .25rem 0 0; }

/* ================================================================
   CONTACT
   ================================================================ */
.pt-section--contact { background: var(--gray-50); }
.pt-contact-grid { display: grid; grid-template-columns: 1fr 340px; gap: 2rem; }
@media (max-width: 768px) { .pt-contact-grid { grid-template-columns: 1fr; } }
.pt-contact-main { display: flex; flex-direction: column; gap: 1.25rem; }
.pt-contact-row  { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
@media (max-width: 480px) { .pt-contact-row { grid-template-columns: 1fr; } }

.pt-contact-card {
  display: flex; align-items: flex-start; gap: 1rem;
  background: #fff; border: 1px solid var(--gray-200);
  border-radius: .75rem; padding: 1.25rem 1.5rem;
  box-shadow: 0 1px 6px rgba(0,0,0,.05);
}
.pt-contact-card__icon {
  width: 2.75rem; height: 2.75rem; border-radius: .5rem;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem; color: #fff; flex-shrink: 0;
}
.pt-contact-card__icon--navy   { background: var(--navy); }
.pt-contact-card__icon--blue   { background: #2563eb; }
.pt-contact-card__icon--teal   { background: #0d9488; }
.pt-contact-card__icon--gray   { background: var(--gray-400); }
.pt-contact-card h3 { font-size: .82rem; font-weight: 600; text-transform: uppercase; letter-spacing: .05em; color: var(--gray-400); margin: 0 0 .25rem; }
.pt-contact-card a, .pt-contact-card span { font-size: .97rem; color: var(--navy); font-weight: 600; text-decoration: none; }
.pt-contact-card a:hover { text-decoration: underline; }
.pt-contact-sub { display: flex; align-items: center; gap: .35rem; margin-top: .35rem; font-size: .88rem; color: var(--gray-600); }
.pt-contact-sub a { font-size: .88rem; font-weight: 500; }

.pt-contact-hours, .pt-contact-social {
  background: #fff; border: 1px solid var(--gray-200);
  border-radius: .75rem; padding: 1.25rem 1.5rem;
  box-shadow: 0 1px 6px rgba(0,0,0,.05); margin-bottom: 1.25rem;
}
.pt-hours-table { width: 100%; border-collapse: collapse; margin-top: .75rem; }
.pt-hours-table td { padding: .45rem .25rem; font-size: .92rem; border-bottom: 1px solid var(--gray-100); color: var(--gray-800); }
.pt-hours-table td:first-child { font-weight: 500; width: 60%; }
.pt-hours-table tr:last-child td { border-bottom: none; }

.pt-social-list { display: flex; flex-direction: column; gap: .85rem; margin-top: .75rem; }
.pt-social-item { display: flex; align-items: center; gap: .75rem; }
.pt-social-icon { font-size: 1.6rem; color: var(--navy); width: 1.75rem; }
.pt-social-platform { display: block; font-size: .75rem; font-weight: 700; color: var(--gray-400); text-transform: uppercase; letter-spacing: .04em; }
.pt-social-account { font-size: .93rem; color: var(--navy); font-weight: 600; }

/* ================================================================
   FAQ
   ================================================================ */
.pt-section--faq { background: var(--gray-50); }
.pt-faq-list { display: flex; flex-direction: column; gap: .75rem; }
.pt-faq-item {
  background: #fff; border: 1px solid var(--gray-200);
  border-radius: .75rem; overflow: hidden;
  box-shadow: 0 1px 6px rgba(0,0,0,.04);
  transition: box-shadow .2s;
}
.pt-faq-item[open] { box-shadow: 0 4px 16px rgba(0,0,0,.09); }
.pt-faq-question {
  display: flex; align-items: center; gap: .85rem;
  padding: 1.1rem 1.5rem; cursor: pointer;
  list-style: none; user-select: none;
}
.pt-faq-question::-webkit-details-marker { display: none; }
.pt-faq-q-badge {
  flex-shrink: 0; width: 2rem; height: 2rem; border-radius: 50%;
  background: var(--navy); color: #fff;
  font-size: .75rem; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
}
.pt-faq-q-text { flex: 1; font-size: 1rem; font-weight: 600; color: var(--navy); }
.pt-faq-chevron { font-size: 1.25rem; color: var(--gray-400); margin-left: auto; transition: transform .25s; }
.pt-faq-item[open] .pt-faq-chevron { transform: rotate(180deg); }
.pt-faq-answer {
  display: flex; gap: .85rem; align-items: flex-start;
  padding: 1rem 1.5rem 1.25rem;
  border-top: 1px solid var(--gray-100);
  background: var(--gray-50);
}
.pt-faq-a-icon { font-size: 1.3rem; color: var(--gold); flex-shrink: 0; margin-top: .1rem; }
.pt-faq-answer p { margin: 0; font-size: .95rem; color: var(--gray-700, #334155); line-height: 1.75; }

/* ================================================================
   PROFILE
   ================================================================ */
.pt-section--profile { background: var(--gray-50); }
.pt-profile-history { border-radius: .75rem; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,.07); margin-bottom: 2rem; }
.pt-profile-tupoksi { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-bottom: 2rem; }
@media (max-width: 640px) { .pt-profile-tupoksi { grid-template-columns: 1fr; } }
.pt-profile-block { border-radius: .75rem; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,.07); }
.pt-structure-img { background: #fff; border: 1px solid var(--gray-200); border-radius: .75rem; padding: 1rem; margin-top: .75rem; text-align: center; }
.pt-structure-img img { max-width: 100%; border-radius: .5rem; }

/* ================================================================
   REPORT
   ================================================================ */
.pt-section--report { background: var(--gray-50); }
.pt-summary-banner {
  display: flex; gap: 1.25rem; align-items: flex-start;
  background: var(--navy); color: #fff;
  border-radius: .75rem; padding: 1.5rem 1.75rem; margin-bottom: 2.5rem;
}
.pt-summary-banner__icon .mdi { font-size: 2.5rem; opacity: .85; }
.pt-summary-banner__label { font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; opacity: .7; margin-bottom: .35rem; }
.pt-summary-banner p { margin: 0; line-height: 1.7; font-size: .97rem; }
.pt-report-sections { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
@media (max-width: 640px) { .pt-report-sections { grid-template-columns: 1fr; } }
.pt-report-section {
  background: #fff; border: 1px solid var(--gray-200);
  border-radius: .75rem; padding: 1.25rem 1.5rem;
  box-shadow: 0 1px 6px rgba(0,0,0,.05);
}
.pt-report-section__head { display: flex; align-items: center; gap: .6rem; margin-bottom: .75rem; }
.pt-report-section__head .mdi { font-size: 1.35rem; color: var(--navy); }
.pt-report-section__head h3 { font-size: .97rem; font-weight: 700; color: var(--navy); margin: 0; }
.pt-report-section p { font-size: .92rem; color: var(--gray-600); line-height: 1.7; margin: 0; }

/* ================================================================
   NEWS ARTICLE
   ================================================================ */
.pt-section--news { background: #fff; padding-bottom: 4rem; }
.pt-news-cover {
  width: 100%; border-radius: .75rem; overflow: hidden;
  margin-bottom: 1.75rem; max-height: 480px;
  box-shadow: 0 4px 20px rgba(0,0,0,.1);
}
.pt-news-cover img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pt-news-meta {
  display: flex; align-items: center; flex-wrap: wrap; gap: .5rem;
  font-size: .88rem; color: var(--gray-600); margin-bottom: 1.75rem;
}
.pt-meta-sep { color: var(--gray-300, #d1d5db); }
.pt-news-body { max-width: 760px; margin: 0 auto; }
.pt-news-lead { font-size: 1.25rem; font-weight: 500; color: var(--navy); line-height: 1.7; margin-bottom: 1.5rem; }
.pt-news-body p { font-size: 1rem; line-height: 1.8; color: var(--gray-700, #374151); margin-bottom: 1.25rem; }
.pt-pullquote {
  border-left: 4px solid var(--gold); background: var(--gray-50);
  border-radius: 0 .75rem .75rem 0; padding: 1.5rem 1.75rem;
  margin: 2rem 0; position: relative;
}
.pt-pullquote-mark { font-size: 2.5rem; color: var(--gold); position: absolute; top: .75rem; left: 1rem; line-height: 1; }
.pt-pullquote p { font-size: 1.1rem; font-style: italic; color: var(--navy); line-height: 1.75; margin: 0 0 1rem; padding-top: 1.25rem; }
.pt-pullquote footer { font-size: .87rem; color: var(--gray-600); }
.pt-pullquote footer strong { color: var(--navy); display: block; }

/* ================================================================
   LEGAL
   ================================================================ */
.pt-section--legal { background: var(--gray-50); }
.pt-legal-header {
  display: flex; gap: 1.5rem; align-items: center;
  background: var(--navy); color: #fff;
  border-radius: .75rem; padding: 2rem;
  margin-bottom: 2.5rem;
}
.pt-legal-emblem { font-size: 3rem; opacity: .85; flex-shrink: 0; }
.pt-legal-subtitle { font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; opacity: .7; margin-bottom: .4rem; display: block; }
.pt-legal-title-block h2 { font-size: 1.4rem; margin: 0 0 .4rem; font-weight: 700; }
.pt-legal-nomor { opacity: .8; font-size: .9rem; margin: 0; }
.pt-legal-section { margin-bottom: 2rem; }
.pt-legal-h {
  font-size: 1rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em;
  color: var(--navy); padding-bottom: .5rem;
  border-bottom: 2px solid var(--navy); margin-bottom: 1rem;
}
.pt-legal-list { padding: 0; list-style: none; display: flex; flex-direction: column; gap: .65rem; }
.pt-legal-list li { display: flex; gap: .75rem; font-size: .95rem; color: var(--gray-800); line-height: 1.7; }
.pt-legal-alpha, .pt-legal-num { font-weight: 700; color: var(--navy); flex-shrink: 0; }
.pt-legal-memutuskan {
  background: var(--gold); color: #fff;
  border-radius: .5rem; padding: 1rem 1.5rem;
  margin: 2rem 0; font-weight: 700; font-size: .95rem;
}
.pt-legal-mem-label { font-size: .8rem; text-transform: uppercase; letter-spacing: .08em; opacity: .85; margin-bottom: .25rem; }
.pt-legal-bab { background: #fff; border: 1px solid var(--gray-200); border-radius: .75rem; padding: 1.5rem; margin-bottom: 1.25rem; }
.pt-legal-bab-title { font-size: 1rem; font-weight: 700; color: var(--navy); margin: 0 0 .75rem; text-transform: uppercase; }
.pt-legal-bab-content p { font-size: .95rem; line-height: 1.8; color: var(--gray-800); margin: 0 0 .75rem; }
.pt-legal-pejabat { margin-top: 1rem; font-size: .95rem; line-height: 2; text-align: right; }

/* ================================================================
   TEAM
   ================================================================ */
.pt-section--team { background: var(--gray-50); }
.pt-team-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 1.5rem; margin-bottom: 2.5rem; }
.pt-team-card {
  background: #fff; border: 1px solid var(--gray-200);
  border-radius: .75rem; padding: 1.5rem;
  text-align: center; box-shadow: 0 2px 10px rgba(0,0,0,.06);
  transition: transform .2s, box-shadow .2s;
}
.pt-team-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,.1); }
.pt-team-avatar {
  width: 64px; height: 64px; border-radius: 50%;
  background: var(--navy); color: #fff;
  font-size: 1.35rem; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 1rem;
}
.pt-team-card h3 { font-size: .97rem; font-weight: 700; color: var(--navy); margin: 0 0 .3rem; }
.pt-team-jabatan { font-size: .85rem; font-weight: 600; color: var(--gold); margin-bottom: .35rem; }
.pt-team-unit { display: flex; align-items: center; justify-content: center; gap: .35rem; font-size: .82rem; color: var(--gray-600); margin-bottom: .5rem; }
.pt-team-desc { font-size: .87rem; color: var(--gray-600); line-height: 1.6; margin: 0; }
.pt-team-contact {
  background: var(--navy); border-radius: .75rem;
  padding: 1.5rem; color: #fff;
}
.pt-team-contact .pt-section-label { color: #fff; opacity: .8; }
.pt-team-contact-row { display: flex; flex-wrap: wrap; gap: 1.25rem; margin-top: .75rem; }
.pt-team-contact-item {
  display: flex; align-items: center; gap: .5rem;
  color: #fff; text-decoration: none;
  font-size: .97rem; font-weight: 500;
  background: rgba(255,255,255,.12); border-radius: .5rem;
  padding: .6rem 1rem; transition: background .2s;
}
.pt-team-contact-item:hover { background: rgba(255,255,255,.22); }
.pt-team-contact-item .mdi { font-size: 1.2rem; }

/* ================================================================
   GALLERY
   ================================================================ */
.pt-section--gallery { background: var(--gray-50); }
.pt-gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.5rem; }
.pt-gallery-item {
  background: #fff; border-radius: .75rem; overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,.07);
  transition: transform .2s, box-shadow .2s;
}
.pt-gallery-item:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,.1); }
.pt-gallery-img { height: 200px; overflow: hidden; }
.pt-gallery-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .3s; }
.pt-gallery-item:hover .pt-gallery-img img { transform: scale(1.04); }
.pt-gallery-placeholder {
  height: 200px; background: var(--gray-100);
  display: flex; align-items: center; justify-content: center;
  font-size: 3rem; color: var(--gray-400);
}
.pt-gallery-caption { padding: 1rem 1.25rem; }
.pt-gallery-caption h3 { font-size: .97rem; font-weight: 700; color: var(--navy); margin: 0 0 .4rem; }
.pt-gallery-caption p  { font-size: .88rem; color: var(--gray-600); line-height: 1.6; margin: 0; }

/* ── Clickable gallery image + zoom overlay ── */
.pt-gallery-img--clickable { position: relative; cursor: zoom-in; }
.pt-gallery-zoom-icon {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  background: rgba(0,0,0,.35); color: #fff;
  opacity: 0; transition: opacity .2s;
  border-radius: 0;
}
.pt-gallery-img--clickable:hover .pt-gallery-zoom-icon { opacity: 1; }

/* ── Lightbox backdrop ── */
.lightbox-backdrop {
  display: none;
  position: fixed; inset: 0; z-index: 9900;
  background: rgba(0,0,0,.88);
  align-items: center; justify-content: center;
  padding: 1rem;
  animation: lightbox-fade-in .18s ease;
}
.lightbox-backdrop.lightbox--open { display: flex; }
@keyframes lightbox-fade-in {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Close button */
.lightbox-close {
  position: fixed; top: 16px; right: 20px; z-index: 9910;
  display: flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 50%;
  background: rgba(255,255,255,.12); border: 1.5px solid rgba(255,255,255,.25);
  color: #fff; cursor: pointer;
  transition: background .15s, transform .15s;
}
.lightbox-close:hover { background: rgba(255,255,255,.25); transform: scale(1.1); }

/* Inner wrapper — stops backdrop-click propagation at the image level */
.lightbox-inner {
  display: flex; flex-direction: column; align-items: center; gap: 14px;
  max-width: min(90vw, 1100px); max-height: 90vh;
  animation: lightbox-scale-in .2s ease;
}
@keyframes lightbox-scale-in {
  from { transform: scale(.93); opacity: 0; }
  to   { transform: scale(1);   opacity: 1; }
}

/* Image */
.lightbox-img {
  display: block; max-width: 100%; max-height: calc(90vh - 60px);
  object-fit: contain; border-radius: 8px;
  box-shadow: 0 8px 40px rgba(0,0,0,.5);
  user-select: none;
}

/* Caption */
.lightbox-caption {
  color: rgba(255,255,255,.85); font-size: .9rem; text-align: center;
  max-width: 680px; line-height: 1.5; margin: 0;
}

/* Counter e.g. "3 / 9" */
.lightbox-counter {
  display: block; text-align: center; font-size: .78rem;
  color: rgba(255,255,255,.45); margin-top: -6px;
}

/* Prev / Next nav buttons */
.lightbox-nav {
  position: fixed; top: 50%; z-index: 9910;
  transform: translateY(-50%);
  display: flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: 50%;
  background: rgba(255,255,255,.12); border: 1.5px solid rgba(255,255,255,.22);
  color: #fff; cursor: pointer;
  transition: background .15s, transform .15s;
}
.lightbox-nav:hover { background: rgba(255,255,255,.25); }
.lightbox-nav--prev { left: 16px; }
.lightbox-nav--next { right: 16px; }
@media (max-width: 480px) {
  .lightbox-nav--prev { left: 6px; }
  .lightbox-nav--next { right: 6px; }
  .lightbox-nav { width: 36px; height: 36px; }
}

/* ================================================================
   SERVICES
   ================================================================ */
.pt-section--services { background: var(--gray-50); }
.pt-services-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.5rem; }
.pt-service-card {
  background: #fff; border-radius: .75rem;
  box-shadow: 0 2px 10px rgba(0,0,0,.06);
  overflow: hidden; display: flex; flex-direction: column;
  transition: transform .2s, box-shadow .2s;
}
.pt-service-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,.1); }
.pt-service-icon {
  padding: 1.5rem 1.5rem 0;
  font-size: 2.25rem;
}
.pt-service-card--navy  .pt-service-icon { color: var(--navy); }
.pt-service-card--blue  .pt-service-icon { color: #2563eb; }
.pt-service-card--teal  .pt-service-icon { color: #0d9488; }
.pt-service-card--gold  .pt-service-icon { color: var(--gold); }
.pt-service-card--green .pt-service-icon { color: var(--green); }
.pt-service-card--purple .pt-service-icon { color: #7c3aed; }
.pt-service-card--orange .pt-service-icon { color: #ea580c; }
.pt-service-card--red   .pt-service-icon { color: #dc2626; }
.pt-service-body { padding: .75rem 1.5rem 1.5rem; flex: 1; display: flex; flex-direction: column; }
.pt-service-body h3 { font-size: 1rem; font-weight: 700; color: var(--navy); margin: 0 0 .6rem; }
.pt-service-body p  { font-size: .92rem; color: var(--gray-600); line-height: 1.7; flex: 1; margin: 0 0 .75rem; }
.pt-service-meta { display: flex; align-items: flex-start; gap: .4rem; font-size: .85rem; color: var(--gray-600); margin-top: .4rem; }
.pt-service-meta .mdi { flex-shrink: 0; margin-top: .15rem; font-size: 1rem; }
.pt-service-access { color: var(--navy); font-weight: 500; }

/* ================================================================
   DOWNLOAD LIST
   ================================================================ */
.pt-section--downloads { background: var(--gray-50); }
.pt-dl-group { margin-bottom: 2.5rem; }
.pt-dl-group-header {
  display: flex; align-items: center; gap: .65rem;
  font-size: .97rem; font-weight: 700; color: var(--navy);
  background: var(--navy);
  color: #fff; border-radius: .75rem .75rem 0 0;
  padding: .85rem 1.25rem;
}
.pt-dl-group-header .mdi { font-size: 1.2rem; opacity: .8; }
.pt-dl-count {
  margin-left: auto; background: rgba(255,255,255,.18);
  border-radius: 999px; font-size: .77rem; padding: .1rem .6rem; font-weight: 700;
}
.pt-dl-list {
  border: 1px solid var(--gray-200); border-top: none;
  border-radius: 0 0 .75rem .75rem; overflow: hidden;
}
.pt-dl-item {
  display: flex; align-items: center; gap: 1rem;
  padding: 1rem 1.25rem;
  background: #fff;
  border-bottom: 1px solid var(--gray-100);
  transition: background .15s;
}
.pt-dl-item:last-child { border-bottom: none; }
.pt-dl-item:hover { background: var(--gray-50); }
.pt-dl-icon { font-size: 2rem; flex-shrink: 0; }
.pt-dl-icon .mdi-file-pdf-box   { color: #dc2626; }
.pt-dl-icon .mdi-file-word-box  { color: #2563eb; }
.pt-dl-icon .mdi-file-excel-box { color: #16a34a; }
.pt-dl-icon .mdi-file-powerpoint-box { color: #ea580c; }
.pt-dl-icon .mdi-file-outline   { color: var(--gray-400); }
.pt-dl-info { flex: 1; min-width: 0; }
.pt-dl-name { font-size: .96rem; font-weight: 600; color: var(--navy); margin: 0 0 .2rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.pt-dl-keterangan { font-size: .83rem; color: var(--gray-600); margin: 0; }
.pt-dl-btn {
  display: inline-flex; align-items: center; gap: .4rem;
  background: var(--navy); color: #fff; border: none;
  border-radius: .45rem; padding: .5rem 1rem;
  font-size: .875rem; font-weight: 600; cursor: pointer;
  text-decoration: none; white-space: nowrap; flex-shrink: 0;
  transition: background .2s;
}
.pt-dl-btn:hover { background: var(--navy-light); }
.pt-dl-btn--disabled { background: var(--gray-300, #d1d5db) !important; color: var(--gray-600); cursor: default; }
.pt-dl-btn .mdi { font-size: 1rem; }

/* ================================================================
   LANDING
   ================================================================ */
.pt-landing { --lh-min-height: 560px; }
.pt-landing-hero {
  background: linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 60%, #1d3461 100%);
  color: #fff; padding: 5rem 0 4rem; min-height: var(--lh-min-height);
  display: flex; align-items: center; position: relative; overflow: hidden;
}
.pt-landing-hero::before {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 80% 50%, rgba(201,162,39,.12) 0%, transparent 65%);
  pointer-events: none;
}
.pt-landing-hero__content { max-width: 720px; position: relative; z-index: 1; }
.pt-landing-hero__sub {
  font-size: .82rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: .12em; color: var(--gold);
  margin-bottom: .75rem;
}
.pt-landing-hero__title {
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 800; line-height: 1.15;
  margin: 0 0 1.25rem;
}
.pt-landing-hero__desc {
  font-size: 1.1rem; line-height: 1.7;
  opacity: .88; margin: 0;
}

.pt-landing-about {
  background: #fff; padding: 3.5rem 0;
}
.pt-landing-about__inner {
  display: flex; gap: 1.5rem; align-items: flex-start;
  background: var(--gray-50); border: 1px solid var(--gray-200);
  border-radius: .75rem; padding: 2rem;
}
.pt-landing-about__icon { font-size: 2.75rem; color: var(--navy); flex-shrink: 0; margin-top: .15rem; }
.pt-landing-about__inner h2 { font-size: 1.4rem; font-weight: 700; color: var(--navy); margin: 0 0 .75rem; }
.pt-landing-about__inner p  { font-size: 1rem; line-height: 1.8; color: var(--gray-700, #374151); margin: 0; }

.pt-landing-pillars { background: var(--gray-50); padding: 4rem 0; }
.pt-landing-pillars__title { font-size: 1.6rem; font-weight: 800; color: var(--navy); text-align: center; margin-bottom: 2.5rem; }
.pt-pillars-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 1.5rem; }
.pt-pillar-card {
  background: #fff; border-radius: .75rem; padding: 1.75rem;
  border-top: 4px solid; box-shadow: 0 2px 12px rgba(0,0,0,.06);
  transition: transform .2s, box-shadow .2s;
}
.pt-pillar-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,.1); }
.pt-pillar-card--navy   { border-color: var(--navy); }
.pt-pillar-card--blue   { border-color: #2563eb; }
.pt-pillar-card--teal   { border-color: #0d9488; }
.pt-pillar-card--gold   { border-color: var(--gold); }
.pt-pillar-card--green  { border-color: var(--green); }
.pt-pillar-card--purple { border-color: #7c3aed; }
.pt-pillar-icon { font-size: 2.25rem; margin-bottom: .75rem; }
.pt-pillar-card--navy   .pt-pillar-icon { color: var(--navy); }
.pt-pillar-card--blue   .pt-pillar-icon { color: #2563eb; }
.pt-pillar-card--teal   .pt-pillar-icon { color: #0d9488; }
.pt-pillar-card--gold   .pt-pillar-icon { color: var(--gold); }
.pt-pillar-card--green  .pt-pillar-icon { color: var(--green); }
.pt-pillar-card--purple .pt-pillar-icon { color: #7c3aed; }
.pt-pillar-card h3 { font-size: 1rem; font-weight: 700; color: var(--navy); margin: 0 0 .5rem; }
.pt-pillar-card p  { font-size: .9rem; color: var(--gray-600); line-height: 1.65; margin: 0; }

.pt-landing-cta {
  background: linear-gradient(135deg, var(--navy) 0%, #1d3461 100%);
  padding: 4rem 0;
}
.pt-landing-cta__inner {
  display: flex; gap: 1.5rem; align-items: flex-start;
  background: rgba(255,255,255,.08); border-radius: .75rem;
  padding: 2.5rem;
}
.pt-landing-cta__icon { font-size: 3rem; color: var(--gold); flex-shrink: 0; margin-top: .1rem; }
.pt-landing-cta__inner h2 { font-size: 1.5rem; font-weight: 700; color: #fff; margin: 0 0 .75rem; }
.pt-landing-cta__inner p  { font-size: 1rem; color: rgba(255,255,255,.82); line-height: 1.75; margin: 0; }
