/* ═══════════════════════════════════════════════════════════
   Tracer Study Universitas Darunnajah — Landing Page CSS
   ─────────────────────────────────────────────────────────
   Versi  : 1.0 (Revamp 2026)
   Theme  : Hijau Darunnajah + Emas
   Fonts  : Fraunces (display) + Plus Jakarta Sans (body)
   ═══════════════════════════════════════════════════════════ */

:root {
  --green-900: #0a1e3a;
  --green-800: #0f2a52;
  --green-700: #1e3a8a;
  --green-600: #2563eb;
  --green-500: #3b82f6;
  --green-50:  #e0e7ff;
  --gold-600:  #b8860b;
  --gold-500:  #d4a017;
  --gold-400:  #e8b923;
  --gold-50:   #fff7e0;
  --ink:       #0a0e1a;
  --ink-2:     #2a3343;
  --ink-3:     #5a6478;
  --paper:     #fdfcf8;
  --paper-2:   #f5f2e8;
  --line:      rgba(11, 61, 46, 0.12);
  --font-display: 'Fraunces', Georgia, serif;
  --font-body:    'Plus Jakarta Sans', system-ui, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* ─── Top utility bar ─── */
.topbar {
  background: var(--green-900);
  color: rgba(255,255,255,0.85);
  font-size: 12px;
  padding: 8px 0;
}
.topbar-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topbar a {
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  margin-left: 20px;
  transition: color 0.2s;
}
.topbar a:hover { color: var(--gold-400); }
.topbar i { margin-right: 6px; color: var(--gold-400); }

/* ─── Header ─── */
header {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(8px);
}
.header-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 18px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: var(--ink);
}
.brand-mark {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--green-700), var(--green-900));
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 22px;
  box-shadow: 0 4px 12px rgba(15, 82, 54, 0.25);
}
.brand-text { line-height: 1.15; }
.brand-text strong {
  display: block;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 20px;
  color: var(--green-900);
}
.brand-text span {
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--ink-3);
  font-weight: 500;
}
nav.main-nav ul {
  list-style: none;
  display: flex;
  gap: 4px;
  align-items: center;
}
nav.main-nav a {
  color: var(--ink-2);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 16px;
  border-radius: 8px;
  transition: all 0.2s;
}
nav.main-nav a:hover {
  background: var(--green-50);
  color: var(--green-800);
}
nav.main-nav a.cta {
  background: var(--green-800);
  color: white;
  margin-left: 12px;
  padding: 10px 22px;
}
nav.main-nav a.cta:hover {
  background: var(--green-900);
  color: white;
  transform: translateY(-1px);
}

/* ─── Hero ─── */
.hero {
  background: linear-gradient(135deg, var(--green-900) 0%, var(--green-700) 100%);
  color: white;
  padding: 80px 32px 100px;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 15% 20%, rgba(212, 160, 23, 0.15) 0%, transparent 40%),
    radial-gradient(circle at 85% 80%, rgba(37, 181, 116, 0.2) 0%, transparent 40%);
  pointer-events: none;
}
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cpath d='M30 0l3.09 9.51H43l-8.05 5.84 3.07 9.49L30 18.99l-7.97 5.85 3.04-9.49L17 9.51h9.91z' fill='%23d4a017' fill-opacity='0.05'/%3E%3C/svg%3E");
  pointer-events: none;
}
.hero-inner {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 60px;
  align-items: center;
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(212, 160, 23, 0.15);
  border: 1px solid rgba(212, 160, 23, 0.3);
  padding: 6px 14px;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 500;
  color: var(--gold-400);
  letter-spacing: 0.5px;
  margin-bottom: 24px;
}
.hero h1 {
  font-family: var(--font-display);
  font-size: 56px;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -1.5px;
  margin-bottom: 24px;
}
.hero h1 em {
  font-style: italic;
  color: var(--gold-400);
  font-weight: 500;
}
.hero p.lead {
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255,255,255,0.85);
  margin-bottom: 36px;
  max-width: 580px;
}
.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.2s;
  border: none;
  cursor: pointer;
}
.btn-primary {
  background: var(--gold-500);
  color: var(--green-900);
}
.btn-primary:hover {
  background: var(--gold-400);
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(212, 160, 23, 0.35);
}
.btn-outline {
  background: transparent;
  color: white;
  border: 1.5px solid rgba(255,255,255,0.3);
}
.btn-outline:hover {
  background: rgba(255,255,255,0.1);
  border-color: white;
}

/* Hero side card */
.hero-card {
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 20px;
  padding: 32px;
}
.hero-card h3 {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 6px;
}
.hero-card .sub {
  font-size: 13px;
  color: rgba(255,255,255,0.7);
  margin-bottom: 24px;
}
.progress-bar {
  height: 8px;
  background: rgba(255,255,255,0.1);
  border-radius: 100px;
  overflow: hidden;
  margin: 12px 0 18px;
}
.progress-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--gold-500), var(--gold-400));
  border-radius: 100px;
  transition: width 0.6s ease;
}
.progress-info {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: rgba(255,255,255,0.75);
}
.progress-info strong { color: var(--gold-400); }
.hero-card-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.mini-stat .n {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 600;
  color: var(--gold-400);
}
.mini-stat .l {
  font-size: 11px;
  color: rgba(255,255,255,0.65);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-top: 2px;
}

/* ─── Stats strip ─── */
.stats-strip {
  background: var(--paper-2);
  padding: 50px 32px;
  border-bottom: 1px solid var(--line);
}
.stats-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.stat-block {
  text-align: center;
  padding: 0 12px;
  position: relative;
}
.stat-block:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -16px;
  top: 20%;
  height: 60%;
  width: 1px;
  background: var(--line);
}
.stat-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: white;
  color: var(--green-700);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin: 0 auto 16px;
  box-shadow: 0 4px 12px rgba(15, 82, 54, 0.08);
}
.stat-block h2 {
  font-family: var(--font-display);
  font-size: 44px;
  font-weight: 600;
  color: var(--green-900);
  line-height: 1;
  letter-spacing: -1px;
}
.stat-block h2 .pct {
  font-size: 22px;
  color: var(--gold-600);
  margin-left: 2px;
}
.stat-block .label {
  font-size: 13px;
  color: var(--ink-3);
  margin-top: 8px;
  font-weight: 500;
  letter-spacing: 0.3px;
}

/* ─── Sections ─── */
section.content { padding: 90px 32px; }
.container { max-width: 1280px; margin: 0 auto; }
.section-head { text-align: center; margin-bottom: 60px; }
.section-eyebrow {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--gold-600);
  font-weight: 600;
  margin-bottom: 14px;
}
.section-head h2 {
  font-family: var(--font-display);
  font-size: 42px;
  font-weight: 600;
  color: var(--green-900);
  letter-spacing: -1px;
  line-height: 1.15;
  max-width: 700px;
  margin: 0 auto 16px;
}
.section-head p {
  font-size: 16px;
  color: var(--ink-3);
  max-width: 600px;
  margin: 0 auto;
}

/* About */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about-text h2 {
  font-family: var(--font-display);
  font-size: 38px;
  font-weight: 600;
  color: var(--green-900);
  letter-spacing: -0.8px;
  line-height: 1.2;
  margin-bottom: 24px;
}
.about-text p { color: var(--ink-2); margin-bottom: 18px; font-size: 15.5px; line-height: 1.8; }
.about-text ul { list-style: none; margin: 28px 0; }
.about-text ul li {
  padding-left: 32px;
  position: relative;
  margin-bottom: 14px;
  font-size: 14.5px;
  color: var(--ink-2);
}
.about-text ul li::before {
  content: '\f00c';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 2px;
  color: var(--green-600);
  background: var(--green-50);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
}
.about-visual { position: relative; padding: 30px; }
.about-visual .quote-card {
  background: linear-gradient(135deg, var(--green-900), var(--green-700));
  color: white;
  padding: 50px 40px;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}
.about-visual .quote-card::before {
  content: '"';
  position: absolute;
  top: -20px;
  left: 30px;
  font-family: var(--font-display);
  font-size: 200px;
  color: var(--gold-500);
  opacity: 0.25;
  line-height: 1;
}
.about-visual .quote-card p {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 22px;
  line-height: 1.5;
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.about-visual .author { display: flex; align-items: center; gap: 14px; position: relative; z-index: 1; }
.about-visual .author-avatar {
  width: 52px; height: 52px;
  border-radius: 50%;
  background: var(--gold-500);
  color: var(--green-900);
  display: flex; align-items: center; justify-content: center;
  font-weight: 700;
  font-family: var(--font-display);
}
.about-visual .author-name strong { display: block; font-weight: 600; }
.about-visual .author-name span { font-size: 13px; color: rgba(255,255,255,0.7); }

/* Steps */
.steps-section { background: var(--paper-2); }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.step-card {
  background: white;
  padding: 36px 28px;
  border-radius: 16px;
  border: 1px solid var(--line);
  position: relative;
  transition: all 0.3s;
}
.step-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(15, 82, 54, 0.08);
  border-color: var(--green-600);
}
.step-num {
  font-family: var(--font-display);
  font-size: 56px;
  font-weight: 600;
  color: var(--green-50);
  line-height: 1;
  position: absolute;
  top: 20px;
  right: 24px;
  z-index: 0;
}
.step-icon {
  width: 52px; height: 52px;
  border-radius: 12px;
  background: var(--green-50);
  color: var(--green-700);
  display: flex; align-items: center; justify-content: center;
  font-size: 20px;
  margin-bottom: 22px;
  position: relative;
  z-index: 1;
}
.step-card h4 {
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 600;
  color: var(--green-900);
  margin-bottom: 10px;
  position: relative; z-index: 1;
}
.step-card p {
  font-size: 14px;
  color: var(--ink-3);
  line-height: 1.65;
  position: relative; z-index: 1;
}

/* Statistics visual */
.stats-section { background: var(--green-900); color: white; }
.stats-section .section-head h2 { color: white; }
.stats-section .section-head p { color: rgba(255,255,255,0.7); }
.stats-section .section-eyebrow { color: var(--gold-400); }
.chart-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.chart-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px;
  padding: 32px;
}
.chart-card h4 {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 4px;
}
.chart-card .sub { font-size: 13px; color: rgba(255,255,255,0.6); margin-bottom: 28px; }

.bar-chart {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  height: 200px;
  gap: 14px;
  padding-top: 20px;
}
.bar-item { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 10px; }
.bar {
  width: 100%;
  background: linear-gradient(180deg, var(--gold-400), var(--gold-600));
  border-radius: 6px 6px 0 0;
  position: relative;
  transition: all 0.3s;
  min-height: 4px;
}
.bar:hover { opacity: 0.85; }
.bar-value {
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  font-weight: 600;
  color: var(--gold-400);
}
.bar-label {
  font-size: 11px;
  color: rgba(255,255,255,0.7);
  text-align: center;
  letter-spacing: 0.3px;
}

.donut-wrap { display: flex; align-items: center; gap: 28px; padding-top: 10px; }
.donut {
  width: 180px; height: 180px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.donut-inner {
  width: 130px; height: 130px;
  border-radius: 50%;
  background: var(--green-900);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
}
.donut-inner strong {
  font-family: var(--font-display);
  font-size: 36px;
  font-weight: 600;
  color: var(--gold-400);
  line-height: 1;
}
.donut-inner span {
  font-size: 11px;
  color: rgba(255,255,255,0.6);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 4px;
}
.legend-list { flex: 1; list-style: none; }
.legend-list li {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  font-size: 13px;
}
.legend-list li:last-child { border: none; }
.legend-dot {
  display: inline-block;
  width: 10px; height: 10px;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
}
.legend-list li strong { font-family: var(--font-display); color: var(--gold-400); }

/* News */
.news-section { background: var(--paper); }
.news-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 28px; }
.news-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s;
}
.news-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(15, 82, 54, 0.1);
}
.news-image {
  height: 220px;
  background: linear-gradient(135deg, var(--green-700), var(--green-900));
  position: relative;
  overflow: hidden;
}
.news-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(212, 160, 23, 0.3), transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(37, 181, 116, 0.3), transparent 40%);
}
.news-image.alt-1 { background: linear-gradient(135deg, #b8860b, #6b4500); }
.news-image.alt-2 { background: linear-gradient(135deg, #1e3a8a, #0a1e3a); }
.news-tag {
  position: absolute;
  top: 16px; left: 16px;
  background: rgba(255,255,255,0.95);
  color: var(--green-800);
  padding: 5px 12px;
  border-radius: 100px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  z-index: 1;
}
.news-body { padding: 24px 26px 28px; }
.news-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 12px;
  color: var(--ink-3);
  margin-bottom: 12px;
}
.news-meta i { color: var(--green-600); margin-right: 4px; }
.news-card h4 {
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 600;
  color: var(--green-900);
  line-height: 1.35;
  margin-bottom: 10px;
}
.news-card p {
  font-size: 14px;
  color: var(--ink-3);
  line-height: 1.65;
  margin-bottom: 16px;
}
.news-card a.more {
  color: var(--green-700);
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
}
.news-card a.more:hover { color: var(--gold-600); }

/* CTA banner */
.cta-banner {
  background: linear-gradient(135deg, var(--green-900) 0%, var(--green-800) 100%);
  color: white;
  padding: 70px 32px;
  position: relative;
  overflow: hidden;
}
.cta-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 90% 10%, rgba(212, 160, 23, 0.2), transparent 50%);
}
.cta-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  position: relative;
  z-index: 1;
}
.cta-inner h3 {
  font-family: var(--font-display);
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -0.8px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.cta-inner p { font-size: 15px; color: rgba(255,255,255,0.8); }

/* Footer */
footer {
  background: var(--ink);
  color: rgba(255,255,255,0.7);
  padding: 70px 32px 30px;
}
.footer-inner { max-width: 1280px; margin: 0 auto; }
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.2fr;
  gap: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-brand .brand-mark { margin-bottom: 18px; }
.footer-brand .brand-text strong { color: white; }
.footer-brand .brand-text span { color: rgba(255,255,255,0.5); }
.footer-brand p { font-size: 14px; line-height: 1.7; margin-top: 20px; max-width: 380px; }
.footer-social { display: flex; gap: 12px; margin-top: 22px; }
.footer-social a {
  width: 38px; height: 38px;
  border-radius: 10px;
  background: rgba(255,255,255,0.05);
  color: white;
  display: flex; align-items: center; justify-content: center;
  text-decoration: none;
  transition: all 0.2s;
}
.footer-social a:hover {
  background: var(--gold-500);
  color: var(--green-900);
}
.footer-col h5 {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 600;
  color: white;
  margin-bottom: 22px;
}
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 12px; }
.footer-col ul a {
  color: rgba(255,255,255,0.65);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s;
}
.footer-col ul a:hover { color: var(--gold-400); }
.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 13.5px;
  line-height: 1.5;
}
.footer-contact i { color: var(--gold-400); margin-top: 3px; }
.footer-bottom {
  padding-top: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
}

/* Responsive */
@media (max-width: 980px) {
  .hero { padding: 60px 24px 70px; }
  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .hero h1 { font-size: 40px; }
  .stats-inner { grid-template-columns: repeat(2, 1fr); gap: 32px 24px; }
  .stat-block:not(:last-child)::after { display: none; }
  .about-grid { grid-template-columns: 1fr; gap: 50px; }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .chart-grid { grid-template-columns: 1fr; }
  .news-grid { grid-template-columns: 1fr; }
  .cta-inner { flex-direction: column; text-align: center; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  nav.main-nav ul li:not(:last-child) { display: none; }
  section.content { padding: 60px 24px; }
}
@media (max-width: 560px) {
  .stats-inner { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 10px; }
  .hero h1 { font-size: 34px; }
  .section-head h2 { font-size: 30px; }
  .donut-wrap { flex-direction: column; }
}

/* Animations */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
.hero-eyebrow, .hero h1, .hero p.lead, .hero-actions, .hero-card {
  animation: fadeUp 0.7s ease-out backwards;
}
.hero-eyebrow { animation-delay: 0.05s; }
.hero h1 { animation-delay: 0.15s; }
.hero p.lead { animation-delay: 0.25s; }
.hero-actions { animation-delay: 0.35s; }
.hero-card { animation-delay: 0.45s; }
/* ═══════════════════════════════════════════════════════════
   CSS PATCH — CTA Hero Tombol Besar (v1.4)
   Tambahkan baris-baris ini di AKHIR file landing.css
   ═══════════════════════════════════════════════════════════ */

/* Tombol CTA besar di hero */
.btn-cta-hero {
  padding: 18px 36px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.3px;
  box-shadow: 0 8px 24px rgba(212, 160, 23, 0.35);
  animation: pulse-cta 2s ease-in-out infinite;
}
.btn-cta-hero:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 12px 32px rgba(212, 160, 23, 0.5);
  animation: none;
}
.btn-cta-hero i {
  font-size: 18px;
}

/* Pulse animation untuk menarik perhatian */
@keyframes pulse-cta {
  0%, 100% {
    box-shadow: 0 8px 24px rgba(212, 160, 23, 0.35);
  }
  50% {
    box-shadow: 0 8px 28px rgba(212, 160, 23, 0.55), 0 0 0 6px rgba(212, 160, 23, 0.15);
  }
}

/* Note di bawah CTA */
.hero-cta-note {
  margin-top: 16px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  gap: 8px;
}
.hero-cta-note i {
  color: var(--gold-400);
}

/* Responsive: hero CTA tetap besar di mobile */
@media (max-width: 720px) {
  .btn-cta-hero {
    padding: 16px 24px;
    font-size: 15px;
    width: 100%;
    justify-content: center;
  }
  .hero-cta-note {
    font-size: 12px;
    justify-content: center;
    text-align: center;
  }
}
/* ═══════════════════════════════════════════════════════════
   CSS PATCH v1.5 — Section "Siapa Yang Mengisi" (Audience)
   Tambahkan baris-baris ini di AKHIR file landing.css
   ═══════════════════════════════════════════════════════════ */

/* Section audience — background lembut */
.audience-section {
  background: linear-gradient(180deg, #fdfcf8 0%, #f5f2e8 100%);
  padding: 80px 0;
}

.audience-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 48px;
}
.audience-header .section-eyebrow {
  font-size: 13px;
  color: var(--gold-600);
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.audience-header h2 {
  font-family: var(--font-display);
  font-size: 36px;
  font-weight: 600;
  color: var(--green-900);
  margin: 8px 0 16px;
  letter-spacing: -0.5px;
}
.audience-lead {
  font-size: 16px;
  color: var(--ink-2);
  line-height: 1.6;
}
.audience-lead strong {
  color: var(--green-800);
  font-weight: 700;
}

/* Grid 2 kolom */
.audience-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
}

/* Kartu */
.audience-card {
  background: white;
  border: 1px solid var(--gray-200);
  border-radius: 16px;
  padding: 36px 32px;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
}
.audience-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(11, 61, 46, 0.10);
  border-color: var(--green-50);
}

/* Kartu Alumni — accent emas */
.audience-alumni {
  border-top: 4px solid var(--gold-500);
}
.audience-alumni .audience-icon {
  background: linear-gradient(135deg, var(--gold-500), #b8860b);
  color: var(--green-900);
}
.audience-alumni .audience-tag {
  background: rgba(212, 160, 23, 0.12);
  color: var(--gold-600);
}

/* Kartu Atasan — accent hijau */
.audience-atasan {
  border-top: 4px solid var(--green-700);
}
.audience-atasan .audience-icon {
  background: linear-gradient(135deg, var(--green-700), var(--green-900));
  color: white;
}
.audience-atasan .audience-tag {
  background: var(--green-50);
  color: var(--green-800);
}

/* Icon besar */
.audience-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-bottom: 20px;
}

/* Tag */
.audience-tag {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.3px;
  margin-bottom: 12px;
  width: fit-content;
}

/* Judul kartu */
.audience-card h3 {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 600;
  color: var(--green-900);
  margin-bottom: 12px;
  line-height: 1.3;
}

/* Deskripsi kartu */
.audience-card > p {
  font-size: 14.5px;
  color: var(--ink-2);
  line-height: 1.6;
  margin-bottom: 20px;
}

/* List fitur */
.audience-features {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  flex-grow: 1;
}
.audience-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 8px 0;
  font-size: 13.5px;
  color: var(--ink-2);
}
.audience-features i {
  color: var(--green-600);
  margin-top: 4px;
  flex-shrink: 0;
}

/* Tombol CTA dalam kartu */
.audience-cta {
  width: 100%;
  justify-content: center;
  font-size: 15px;
  padding: 14px 20px;
}

/* Variant tombol outline gelap (untuk kartu atasan) */
.btn-outline-dark {
  background: transparent;
  color: var(--green-800);
  border: 2px solid var(--green-800);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.2s;
  cursor: pointer;
}
.btn-outline-dark:hover {
  background: var(--green-800);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(11, 61, 46, 0.25);
}

/* Responsive — Mobile */
@media (max-width: 720px) {
  .audience-section {
    padding: 48px 0;
  }
  .audience-header h2 {
    font-size: 26px;
  }
  .audience-lead {
    font-size: 14px;
  }
  .audience-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .audience-card {
    padding: 28px 22px;
  }
  .audience-card h3 {
    font-size: 20px;
  }
}
/* ═══════════════════════════════════════════════════════════
   CSS PATCH — Logo IMG Baru (UDN Biro Alumni)
   Tambahkan baris-baris ini di AKHIR file landing.css
   (dan kalau perlu, juga di panduan.css & panduan-kemdikti.css)
   ═══════════════════════════════════════════════════════════ */

/* Override brand-mark untuk versi IMG */
.brand-mark.brand-mark-img {
  /* Reset style dari brand-mark text */
  font-family: inherit !important;
  font-size: 0 !important;
  line-height: 0 !important;
  background: white !important;
  
  /* Card putih untuk logo */
  padding: 6px;
  border-radius: 12px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  
  /* Size logo */
  width: 56px;
  height: 56px;
  object-fit: contain;
  
  /* Shadow lembut */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  
  /* Transition smooth */
  transition: transform 0.2s, box-shadow 0.2s;
}

.brand-mark.brand-mark-img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(212, 160, 23, 0.25);
}

/* Sidebar logo (panduan-form & panduan-form-kemdikti) — lebih besar */
.sidebar .brand-mark.brand-mark-img,
aside .brand-mark.brand-mark-img {
  width: 60px;
  height: 60px;
  padding: 8px;
}

/* Footer logo — lebih kecil */
footer .brand-mark.brand-mark-img,
.footer .brand-mark.brand-mark-img {
  width: 48px;
  height: 48px;
  padding: 5px;
}

/* Responsive — Mobile */
@media (max-width: 720px) {
  .brand-mark.brand-mark-img {
    width: 48px;
    height: 48px;
    padding: 5px;
  }
}
