/* =========================================================
   GEODATIS MODULE 04 PROGRAM MITRA — ISOLATED STYLING
   Theme: Bright EdTech, Geodatis Teal (#14A096) & Kelas Bisa Cyan (#06B6D4)
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800;900&display=swap');

:root {
  /* GEODATIS Brand Palette */
  --geo-teal: #14A096;               /* Primary Geodatis Teal */
  --geo-teal-dark: #0E726B;          /* Deep Teal */
  --geo-teal-light: #E6F6F5;         /* Light Teal Tint Background */
  --geo-teal-glow: rgba(20, 160, 150, 0.3);

  /* Kelas Bisa Cyan Accent */
  --kb-cyan: #06B6D4;                /* Electric Cyan Accent */
  --kb-cyan-dark: #0284C7;
  --kb-cyan-glow: rgba(6, 182, 212, 0.35);
  --kb-cyan-soft: #ECFEFF;

  /* Bright Background Palette */
  --geo-bg: #F8FAFC;                /* Clean Canvas Light Background */
  --geo-card-bg: #FFFFFF;           /* Crisp White Card Base */
  --geo-dark-obsidian: #0F172A;     /* Deep Slate Text/Header */
  --geo-text-main: #1E293B;         /* High-Contrast Body Text */
  --geo-text-muted: #64748B;       /* Muted Subtitles */
  --geo-border: #E2E8F0;           /* Soft Border Divider */

  /* Radius & Transitions */
  --radius-xl: 20px;
  --radius-lg: 14px;
  --radius-md: 10px;
  --radius-sm: 6px;
  --shadow-sm: 0 4px 12px rgba(15, 23, 42, 0.04);
  --shadow-hover: 0 16px 32px rgba(20, 160, 150, 0.12);
  --transition-bounce: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  --transition-smooth: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

/* BASE RESET & CONTAINER */
body {
  background-color: var(--geo-bg);
  color: var(--geo-text-main);
  font-family: 'Plus Jakarta Sans', -apple-system, sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.geodatis-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

/* BADGES */
.badge-emerald {
  background: var(--geo-teal-light);
  color: var(--geo-teal-dark);
  font-size: 0.78rem;
  font-weight: 800;
  padding: 6px 14px;
  border-radius: 30px;
  border: 1px solid rgba(20, 160, 150, 0.3);
  display: inline-block;
  box-shadow: 0 0 10px var(--geo-teal-glow);
}

.badge-dark {
  background: var(--geo-dark-obsidian);
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: var(--radius-sm);
}

.badge-accent {
  background: linear-gradient(135deg, var(--geo-teal) 0%, var(--kb-cyan) 100%);
  color: #FFFFFF;
  font-size: 0.78rem;
  font-weight: 800;
  padding: 6px 14px;
  border-radius: 30px;
  box-shadow: 0 4px 12px var(--kb-cyan-glow);
  display: inline-block;
}

/* =========================================================
   1. HERO B2B/B2G EDTECH LANDING PAGE
   ========================================================= */
.mitra-hero {
  background: radial-gradient(circle at 80% 20%, rgba(6, 182, 212, 0.12), transparent 45%),
              radial-gradient(circle at 10% 80%, rgba(20, 160, 150, 0.15), transparent 50%),
              linear-gradient(135deg, #FFFFFF 0%, var(--geo-teal-light) 100%);
  padding: 80px 0;
  border-bottom: 2px solid rgba(20, 160, 150, 0.15);
  text-align: center;
}

.hero-mitra-content {
  max-width: 820px;
  margin: 0 auto;
}

.hero-title {
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.18;
  margin: 14px 0 12px 0;
  letter-spacing: -0.8px;
  color: var(--geo-dark-obsidian);
}

.hero-desc {
  font-size: 1.05rem;
  color: var(--geo-text-muted);
  line-height: 1.6;
  margin: 0 0 28px 0;
}

.hero-cta-group {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.btn-hero-primary {
  background: linear-gradient(135deg, var(--geo-teal) 0%, var(--kb-cyan) 100%);
  color: #FFFFFF !important;
  font-weight: 800;
  font-size: 0.95rem;
  padding: 14px 28px;
  border-radius: 30px;
  text-decoration: none;
  box-shadow: 0 6px 20px var(--geo-teal-glow);
  transition: var(--transition-bounce);
}

.btn-hero-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(6, 182, 212, 0.4);
}

.btn-hero-secondary {
  background: #FFFFFF;
  color: var(--geo-dark-obsidian) !important;
  border: 1.5px solid var(--geo-border);
  font-weight: 800;
  font-size: 0.95rem;
  padding: 14px 28px;
  border-radius: 30px;
  text-decoration: none;
  transition: var(--transition-smooth);
}

.btn-hero-secondary:hover {
  border-color: var(--geo-teal);
  background: var(--geo-teal-light);
}

/* =========================================================
   2. SECTION GENERAL & DAFTAR PROGRAM KEMITRAAN
   ========================================================= */
.geodatis-section {
  padding: 64px 0;
}

.section-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 48px auto;
}

.section-header h2 {
  font-size: 2.1rem;
  font-weight: 900;
  color: var(--geo-dark-obsidian);
  margin: 0 0 10px 0;
  letter-spacing: -0.6px;
}

.section-header p {
  color: var(--geo-text-muted);
  font-size: 0.96rem;
  margin: 0;
}

.mitra-program-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 28px;
}

.mitra-card {
  background: #FFFFFF;
  border: 1.5px solid var(--geo-border);
  border-radius: var(--radius-xl);
  padding: 32px;
  box-shadow: var(--shadow-sm);
  transition: var(--transition-bounce);
  display: flex;
  flex-direction: column;
}

.mitra-card:hover {
  transform: translateY(-6px);
  border-color: var(--geo-teal);
  box-shadow: var(--shadow-hover);
}

.card-head-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}

.prog-title {
  font-size: 1.3rem;
  font-weight: 900;
  color: var(--geo-dark-obsidian);
  margin: 0 0 10px 0;
}

.prog-format {
  font-size: 0.85rem;
  color: var(--geo-teal-dark);
  background: var(--geo-teal-light);
  padding: 8px 14px;
  border-radius: var(--radius-md);
  margin-bottom: 14px;
}

.prog-desc {
  font-size: 0.88rem;
  color: var(--geo-text-muted);
  line-height: 1.5;
  margin: 0 0 20px 0;
}

/* Feature Checklist System */
.mitra-feature-list {
  list-style: none !important;
  padding-left: 0 !important;
  margin: auto 0 0 0 !important;
  border-top: 1px dashed var(--geo-border);
  padding-top: 16px !important;
}

.mitra-feature-list li {
  position: relative !important;
  padding-left: 28px !important;
  margin-bottom: 10px !important;
  font-size: 0.85rem;
  color: var(--geo-text-main);
  list-style: none !important;
}

.mitra-feature-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  background: linear-gradient(135deg, var(--geo-teal) 0%, var(--kb-cyan) 100%);
  color: #FFFFFF;
  font-size: 0.72rem;
  font-weight: 900;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: sans-serif;
  box-shadow: 0 0 8px var(--geo-teal-glow);
}

/* =========================================================
   3. MITRA LOGO SHOWCASE GRID
   ========================================================= */
.light-accent-bg {
  background: var(--geo-teal-light);
  border-top: 1px solid rgba(20, 160, 150, 0.15);
  border-bottom: 1px solid rgba(20, 160, 150, 0.15);
}

.logo-mitra-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

.logo-card {
  background: #FFFFFF;
  border: 1.5px solid var(--geo-border);
  border-radius: var(--radius-lg);
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  box-shadow: var(--shadow-sm);
  transition: var(--transition-bounce);
}

.logo-card:hover {
  transform: translateY(-4px);
  border-color: var(--geo-teal);
  box-shadow: 0 10px 20px rgba(20, 160, 150, 0.1);
}

.logo-card img {
  max-width: 120px;
  max-height: 50px;
  object-fit: contain;
}

.logo-card span {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--geo-text-muted);
  text-align: center;
}

/* =========================================================
   4. DOKUMENTASI PELATIHAN (GALERI FOTO)
   ========================================================= */
.doku-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 28px;
}

.doku-card {
  background: #FFFFFF;
  border: 1.5px solid var(--geo-border);
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: var(--transition-bounce);
}

.doku-card:hover {
  transform: translateY(-6px);
  border-color: var(--geo-teal);
  box-shadow: var(--shadow-hover);
}

.doku-img-wrapper {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.doku-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.doku-card:hover .doku-img-wrapper img {
  transform: scale(1.06);
}

.doku-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--geo-dark-obsidian);
  color: #FFFFFF;
  font-size: 0.72rem;
  font-weight: 800;
  padding: 4px 12px;
  border-radius: 20px;
}

.doku-info {
  padding: 24px;
}

.doku-info h4 {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--geo-dark-obsidian);
  margin: 0 0 6px 0;
}

.doku-info p {
  font-size: 0.85rem;
  color: var(--geo-text-muted);
  line-height: 1.5;
  margin: 0;
}

/* =========================================================
   5. STANDALONE CTA KONSULTASI WHATSAPP INSTANSI
   ========================================================= */
.cta-mitra-section {
  padding: 60px 0;
}

.cta-mitra-card {
  background: #FFFFFF;
  border: 2px solid var(--geo-teal);
  border-radius: var(--radius-xl);
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  box-shadow: 0 16px 36px rgba(20, 160, 150, 0.12);
}

.cta-mitra-text h2 {
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--geo-dark-obsidian);
  margin: 12px 0 8px 0;
  letter-spacing: -0.5px;
}

.cta-mitra-text p {
  font-size: 0.95rem;
  color: var(--geo-text-muted);
  margin: 0;
  max-width: 620px;
}

.btn-wa-mitra {
  background: linear-gradient(135deg, #25D366 0%, #059669 100%);
  color: #FFFFFF !important;
  font-weight: 800;
  font-size: 0.95rem;
  padding: 16px 32px;
  border-radius: 30px;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.3);
  transition: var(--transition-bounce);
}

.btn-wa-mitra:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 12px 28px rgba(37, 211, 102, 0.4);
}

/* RESPONSIVE BREAKPOINTS */
@media (max-width: 992px) {
  .cta-mitra-card {
    flex-direction: column;
    text-align: center;
  }

  .hero-title {
    font-size: 2.2rem;
  }
}
