/* ============================================
   GEMILANG ADVENTURE - OUTBOUND LEADERSHIP TRAINING
   Main Stylesheet
   ============================================ */

/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Outfit:wght@400;500;600;700;800;900&display=swap');

/* CSS Variables */
:root {
  --primary: #1B5E20;
  --primary-light: #2E7D32;
  --primary-dark: #0D3B12;
  --accent: #C8A951;
  --accent-light: #E8D48B;
  --accent-dark: #A68B3A;
  --dark: #0A0F0D;
  --dark-surface: #111916;
  --dark-card: #162019;
  --dark-border: #1E3026;
  --text-primary: #ECEFF1;
  --text-secondary: #90A4AE;
  --text-muted: #607D8B;
  --white: #FFFFFF;
  --success: #4CAF50;
  --danger: #ef5350;
  --warning: #FFC107;
  --gradient-hero: linear-gradient(135deg, #0D3B12 0%, #1B5E20 50%, #2E7D32 100%);
  --gradient-accent: linear-gradient(135deg, #C8A951 0%, #E8D48B 50%, #C8A951 100%);
  --gradient-card: linear-gradient(145deg, rgba(22,32,25,0.9) 0%, rgba(30,48,38,0.7) 100%);
  --shadow-sm: 0 2px 8px rgba(0,0,0,0.2);
  --shadow-md: 0 4px 20px rgba(0,0,0,0.3);
  --shadow-lg: 0 8px 40px rgba(0,0,0,0.4);
  --shadow-accent: 0 4px 20px rgba(200,169,81,0.3);
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-xl: 30px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Reset & Base */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: 'Inter', sans-serif;
  background-color: var(--dark);
  color: var(--text-primary);
  line-height: 1.7;
  overflow-x: hidden;
  max-width: 100vw;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  line-height: 1.3;
}

a {
  text-decoration: none;
  color: inherit;
  transition: var(--transition);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

ul {
  list-style: none;
}

/* ============================================
   NAVBAR
   ============================================ */
.navbar-custom {
  background: rgba(10, 15, 13, 0.95) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--dark-border);
  padding: 10px 0;
  transition: var(--transition);
  z-index: 1050;
}

.navbar-custom.scrolled {
  background: rgba(10, 15, 13, 0.98) !important;
  box-shadow: var(--shadow-md);
}

.navbar-brand img {
  height: 45px;
  width: auto;
  transition: var(--transition);
}

.navbar-custom .nav-link {
  color: var(--text-secondary) !important;
  font-weight: 500;
  font-size: 0.95rem;
  padding: 8px 16px !important;
  border-radius: var(--radius-sm);
  transition: var(--transition);
  white-space: nowrap;
}

.navbar-custom .nav-link:hover,
.navbar-custom .nav-link.active {
  color: var(--accent) !important;
  background: rgba(200, 169, 81, 0.1);
}

.navbar-custom .navbar-toggler {
  border: 1px solid var(--dark-border);
  padding: 6px 10px;
  outline: none !important;
  box-shadow: none !important;
}

.navbar-custom .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23C8A951' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.btn-cta-nav {
  background: var(--gradient-accent);
  color: var(--dark) !important;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 8px 20px !important;
  border-radius: var(--radius-xl);
  border: none;
  transition: var(--transition);
  white-space: nowrap;
}

.btn-cta-nav:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-accent);
  color: var(--dark) !important;
}

/* ============================================
   HERO SECTION
   ============================================ */
.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(10,15,13,0.92) 0%, rgba(13,59,18,0.85) 50%, rgba(10,15,13,0.9) 100%);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 100px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(200, 169, 81, 0.15);
  border: 1px solid rgba(200, 169, 81, 0.3);
  color: var(--accent);
  padding: 8px 20px;
  border-radius: var(--radius-xl);
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 20px;
  animation: fadeInUp 0.8s ease;
}

.hero-title {
  font-size: clamp(2.2rem, 5vw, 4rem);
  font-weight: 900;
  color: var(--white);
  margin-bottom: 20px;
  animation: fadeInUp 1s ease;
}

.hero-title .highlight {
  background: var(--gradient-accent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-description {
  font-size: 1.1rem;
  color: var(--text-secondary);
  max-width: 600px;
  margin-bottom: 30px;
  animation: fadeInUp 1.2s ease;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  animation: fadeInUp 1.4s ease;
}

.hero-stats {
  display: flex;
  gap: 30px;
  margin-top: 40px;
  animation: fadeInUp 1.6s ease;
}

.stat-item {
  text-align: center;
}

.stat-number {
  display: block;
  font-family: 'Outfit', sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: var(--accent);
}

.stat-label {
  font-size: 0.85rem;
  color: var(--text-muted);
}

/* ============================================
   BUTTONS
   ============================================ */
.btn-primary-custom {
  background: var(--gradient-accent);
  color: var(--dark);
  font-weight: 700;
  padding: 14px 32px;
  border-radius: var(--radius-xl);
  border: none;
  font-size: 1rem;
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.btn-primary-custom:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-accent);
  color: var(--dark);
}

.btn-outline-custom {
  background: transparent;
  color: var(--accent);
  font-weight: 600;
  padding: 14px 32px;
  border-radius: var(--radius-xl);
  border: 2px solid var(--accent);
  font-size: 1rem;
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.btn-outline-custom:hover {
  background: var(--accent);
  color: var(--dark);
  transform: translateY(-3px);
}

.btn-wa {
  background: #25D366;
  color: var(--white);
  font-weight: 700;
  padding: 14px 32px;
  border-radius: var(--radius-xl);
  border: none;
  font-size: 1rem;
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.btn-wa:hover {
  background: #128C7E;
  color: var(--white);
  transform: translateY(-3px);
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
}

/* ============================================
   SECTIONS COMMON
   ============================================ */
.section-padding {
  padding: 80px 0;
}

.section-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(200, 169, 81, 0.1);
  border: 1px solid rgba(200, 169, 81, 0.2);
  color: var(--accent);
  padding: 6px 16px;
  border-radius: var(--radius-xl);
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 800;
  color: var(--white);
  margin-bottom: 15px;
}

.section-subtitle {
  font-size: 1.05rem;
  color: var(--text-secondary);
  max-width: 650px;
}

/* ============================================
   ABOUT SECTION
   ============================================ */
.about-section {
  background: var(--dark-surface);
  position: relative;
  overflow: hidden;
}

.about-section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(200,169,81,0.05) 0%, transparent 70%);
  border-radius: 50%;
}

.about-img-wrapper {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.about-img-wrapper img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: var(--transition);
}

.about-img-wrapper:hover img {
  transform: scale(1.05);
}

.about-img-badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(10, 15, 13, 0.9);
  backdrop-filter: blur(10px);
  border: 1px solid var(--dark-border);
  padding: 12px 20px;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  gap: 10px;
}

.about-img-badge i {
  color: var(--accent);
  font-size: 1.5rem;
}

.about-img-badge span {
  font-weight: 700;
  color: var(--white);
  font-size: 0.9rem;
}

.feature-list {
  margin-top: 25px;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 18px;
}

.feature-icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  background: rgba(200, 169, 81, 0.15);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  font-size: 1.1rem;
}

.feature-text h6 {
  font-weight: 700;
  color: var(--white);
  margin-bottom: 3px;
  font-size: 0.95rem;
}

.feature-text p {
  color: var(--text-secondary);
  font-size: 0.85rem;
  margin: 0;
}

/* ============================================
   SERVICES / PAKET SECTION
   ============================================ */
.services-section {
  background: var(--dark);
  position: relative;
}

.service-card {
  background: var(--gradient-card);
  border: 1px solid var(--dark-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: var(--transition);
  height: 100%;
}

.service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(200, 169, 81, 0.3);
  box-shadow: var(--shadow-accent);
}

.service-card-img {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.service-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}

.service-card:hover .service-card-img img {
  transform: scale(1.1);
}

.service-card-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: var(--accent);
  color: var(--dark);
  padding: 4px 14px;
  border-radius: var(--radius-xl);
  font-size: 0.75rem;
  font-weight: 700;
}

.service-card-body {
  padding: 25px;
}

.service-card-body h5 {
  font-weight: 700;
  color: var(--white);
  margin-bottom: 10px;
  font-size: 1.15rem;
}

.service-card-body p {
  color: var(--text-secondary);
  font-size: 0.9rem;
  margin-bottom: 18px;
}

.service-features {
  margin-bottom: 20px;
}

.service-features li {
  color: var(--text-secondary);
  font-size: 0.85rem;
  padding: 4px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.service-features li i {
  color: var(--success);
  font-size: 0.8rem;
}

.service-price {
  display: flex;
  align-items: baseline;
  gap: 5px;
  margin-bottom: 15px;
}

.service-price .price {
  font-family: 'Outfit', sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--accent);
}

.service-price .unit {
  font-size: 0.85rem;
  color: var(--text-muted);
}

/* ============================================
   WHY CHOOSE US
   ============================================ */
.why-section {
  background: var(--dark-surface);
  position: relative;
  overflow: hidden;
}

.why-card {
  background: rgba(22, 32, 25, 0.6);
  border: 1px solid var(--dark-border);
  border-radius: var(--radius-lg);
  padding: 30px;
  text-align: center;
  transition: var(--transition);
  height: 100%;
}

.why-card:hover {
  transform: translateY(-5px);
  border-color: var(--accent);
  box-shadow: var(--shadow-accent);
}

.why-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  background: rgba(200, 169, 81, 0.1);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: var(--accent);
  transition: var(--transition);
}

.why-card:hover .why-icon {
  background: var(--accent);
  color: var(--dark);
}

.why-card h5 {
  font-weight: 700;
  color: var(--white);
  margin-bottom: 10px;
}

.why-card p {
  color: var(--text-secondary);
  font-size: 0.9rem;
}

/* ============================================
   GALLERY SECTION
   ============================================ */
.gallery-section {
  background: var(--dark);
}

.gallery-item {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  height: 250px;
  transition: var(--transition);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}

.gallery-item:hover img {
  transform: scale(1.1);
}

.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 15, 13, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: var(--transition);
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-overlay i {
  color: var(--accent);
  font-size: 2rem;
}

/* ============================================
   TESTIMONIALS
   ============================================ */
.testimonial-section {
  background: var(--dark-surface);
}

.testimonial-card {
  background: var(--gradient-card);
  border: 1px solid var(--dark-border);
  border-radius: var(--radius-lg);
  padding: 30px;
  transition: var(--transition);
  height: 100%;
}

.testimonial-card:hover {
  border-color: rgba(200, 169, 81, 0.3);
}

.testimonial-stars {
  color: var(--warning);
  margin-bottom: 15px;
}

.testimonial-text {
  color: var(--text-secondary);
  font-size: 0.95rem;
  font-style: italic;
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
  border-left: 3px solid var(--accent);
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonial-author img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--accent);
}

.testimonial-author h6 {
  font-weight: 700;
  color: var(--white);
  margin-bottom: 2px;
  font-size: 0.9rem;
}

.testimonial-author span {
  color: var(--text-muted);
  font-size: 0.8rem;
}

/* ============================================
   CTA SECTION
   ============================================ */
.cta-section {
  background: var(--gradient-hero);
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(200,169,81,0.1) 0%, transparent 70%);
  border-radius: 50%;
}

.cta-content {
  text-align: center;
  position: relative;
  z-index: 1;
}

.cta-title {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 800;
  color: var(--white);
  margin-bottom: 15px;
}

.cta-desc {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.05rem;
  max-width: 600px;
  margin: 0 auto 30px;
}

/* ============================================
   FOOTER
   ============================================ */
.footer {
  background: rgba(10, 15, 13, 0.98);
  border-top: 1px solid var(--dark-border);
  padding: 60px 0 30px;
}

.footer-brand img {
  height: 45px;
  margin-bottom: 15px;
}

.footer-brand p {
  color: var(--text-secondary);
  font-size: 0.9rem;
  max-width: 350px;
}

.footer-title {
  font-weight: 700;
  color: var(--white);
  font-size: 1.1rem;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}

.footer-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: var(--accent);
  border-radius: 2px;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: var(--text-secondary);
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: var(--transition);
}

.footer-links a:hover {
  color: var(--accent);
  padding-left: 5px;
}

.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 15px;
  color: var(--text-secondary);
  font-size: 0.9rem;
}

.footer-contact li i {
  color: var(--accent);
  margin-top: 3px;
  min-width: 16px;
}

.footer-social {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.footer-social a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(200, 169, 81, 0.1);
  border: 1px solid var(--dark-border);
  border-radius: var(--radius-sm);
  color: var(--text-secondary);
  transition: var(--transition);
}

.footer-social a:hover {
  background: var(--accent);
  color: var(--dark);
  border-color: var(--accent);
}

.footer-bottom {
  border-top: 1px solid var(--dark-border);
  margin-top: 40px;
  padding-top: 20px;
  text-align: center;
  color: var(--text-muted);
  font-size: 0.85rem;
}

/* ============================================
   FLOATING WHATSAPP
   ============================================ */
.floating-wa {
  position: fixed;
  bottom: 25px;
  right: 20px;
  z-index: 1040;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.floating-wa-btn {
  width: 56px;
  height: 56px;
  background: #25D366;
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
  transition: var(--transition);
  animation: pulse-wa 2s infinite;
  border: none;
  cursor: pointer;
}

.floating-wa-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 25px rgba(37, 211, 102, 0.6);
  color: var(--white);
}

@keyframes pulse-wa {
  0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5); }
  70% { box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

/* ============================================
   FLOATING SCROLL TOP
   ============================================ */
.scroll-top-btn {
  position: fixed;
  bottom: 90px;
  right: 25px;
  z-index: 1040;
  width: 44px;
  height: 44px;
  background: rgba(200, 169, 81, 0.9);
  color: var(--dark);
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  box-shadow: var(--shadow-md);
}

.scroll-top-btn.show {
  opacity: 1;
  visibility: visible;
}

.scroll-top-btn:hover {
  background: var(--accent);
  transform: translateY(-3px);
}

/* ============================================
   BLOG PAGE
   ============================================ */
.blog-hero {
  background: var(--gradient-hero);
  padding: 140px 0 60px;
  position: relative;
  overflow: hidden;
}

.blog-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="none" stroke="rgba(200,169,81,0.05)" stroke-width="0.5"/></svg>') repeat;
  background-size: 100px;
}

.blog-card {
  background: var(--gradient-card);
  border: 1px solid var(--dark-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: var(--transition);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.blog-card:hover {
  transform: translateY(-5px);
  border-color: rgba(200, 169, 81, 0.3);
  box-shadow: var(--shadow-accent);
}

.blog-card-img {
  height: 220px;
  overflow: hidden;
}

.blog-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}

.blog-card:hover .blog-card-img img {
  transform: scale(1.08);
}

.blog-card-body {
  padding: 25px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.blog-card-meta {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 12px;
  font-size: 0.8rem;
  color: var(--text-muted);
}

.blog-card-meta span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.blog-card-body h5 {
  font-weight: 700;
  color: var(--white);
  margin-bottom: 10px;
  font-size: 1.1rem;
  line-height: 1.4;
}

.blog-card-body p {
  color: var(--text-secondary);
  font-size: 0.9rem;
  margin-bottom: 18px;
  flex: 1;
}

.blog-read-more {
  color: var(--accent);
  font-weight: 600;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: var(--transition);
}

.blog-read-more:hover {
  gap: 12px;
  color: var(--accent-light);
}

/* ============================================
   BLOG DETAIL PAGE
   ============================================ */
.article-hero {
  background: var(--gradient-hero);
  padding: 120px 0 50px;
  position: relative;
  overflow: hidden;
}

.article-breadcrumb {
  margin-bottom: 20px;
}

.article-breadcrumb a {
  color: var(--accent);
  font-size: 0.9rem;
}

.article-breadcrumb span {
  color: var(--text-muted);
  font-size: 0.9rem;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 15px;
}

.article-meta span {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--text-secondary);
  font-size: 0.85rem;
}

.article-meta span i {
  color: var(--accent);
}

.article-main-img {
  margin: -40px auto 0;
  position: relative;
  z-index: 2;
  max-width: 800px;
}

.article-main-img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}

.article-main-img figcaption {
  text-align: center;
  color: var(--text-muted);
  font-size: 0.85rem;
  margin-top: 10px;
  font-style: italic;
}

.article-content-section {
  background: var(--dark);
  padding: 60px 0;
}

.article-body {
  max-width: 800px;
  margin: 0 auto;
}

.article-body h2 {
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--white);
  margin: 35px 0 15px;
  padding-left: 15px;
  border-left: 4px solid var(--accent);
}

.article-body h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--accent-light);
  margin: 25px 0 12px;
}

.article-body p {
  color: var(--text-secondary);
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 16px;
}

.article-body ul, .article-body ol {
  margin: 15px 0;
  padding-left: 25px;
}

.article-body ul li, .article-body ol li {
  color: var(--text-secondary);
  margin-bottom: 8px;
  font-size: 0.95rem;
  list-style: disc;
}

.article-body ol li {
  list-style: decimal;
}

/* TOC */
.toc-container {
  background: var(--dark-surface);
  border: 1px solid var(--dark-border);
  border-radius: var(--radius-md);
  padding: 0;
  margin: 25px 0;
  overflow: hidden;
}

.toc-header {
  background: rgba(200, 169, 81, 0.1);
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: var(--transition);
}

.toc-header:hover {
  background: rgba(200, 169, 81, 0.15);
}

.toc-header h5 {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: var(--accent);
  display: flex;
  align-items: center;
  gap: 8px;
}

.toc-header i.toggle-icon {
  color: var(--accent);
  transition: var(--transition);
}

.toc-header.collapsed i.toggle-icon {
  transform: rotate(-90deg);
}

.toc-body {
  padding: 15px 20px;
}

.toc-body ul {
  padding-left: 0;
  margin: 0;
}

.toc-body ul li {
  list-style: none;
  margin-bottom: 6px;
}

.toc-body ul li a {
  color: var(--text-secondary);
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 0;
  transition: var(--transition);
}

.toc-body ul li a:hover {
  color: var(--accent);
  padding-left: 8px;
}

.toc-body ul li a::before {
  content: '▸';
  color: var(--accent);
  font-size: 0.7rem;
}

.toc-body ul li.toc-h3 {
  padding-left: 20px;
}

/* Baca Juga */
.baca-juga {
  background: rgba(200, 169, 81, 0.08);
  border-left: 4px solid var(--accent);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  padding: 15px 20px;
  margin: 25px 0;
}

.baca-juga h6 {
  color: var(--accent);
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.baca-juga a {
  color: var(--text-secondary);
  font-size: 0.9rem;
  display: block;
  padding: 4px 0;
  transition: var(--transition);
}

.baca-juga a:hover {
  color: var(--accent-light);
  padding-left: 8px;
}

/* Blockquote */
.article-body blockquote {
  background: rgba(200, 169, 81, 0.08);
  border-left: 4px solid var(--accent);
  padding: 20px 25px;
  margin: 25px 0;
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  font-style: italic;
  color: var(--text-primary);
  font-size: 1.05rem;
  line-height: 1.7;
}

.article-body blockquote footer {
  margin-top: 10px;
  font-size: 0.85rem;
  color: var(--text-muted);
  font-style: normal;
  font-weight: 600;
}

/* Promo Image */
.promo-img {
  text-align: center;
  margin: 30px 0;
}

.promo-img img {
  max-width: 100%;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
  margin: 0 auto;
}

.promo-img figcaption {
  color: var(--text-muted);
  font-size: 0.8rem;
  margin-top: 8px;
  font-style: italic;
}

/* Supporting Image */
.supporting-img {
  margin: 25px 0;
  text-align: center;
}

.supporting-img img {
  width: 100%;
  max-width: 700px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
  margin: 0 auto;
}

.supporting-img figcaption {
  color: var(--text-muted);
  font-size: 0.85rem;
  margin-top: 8px;
  font-style: italic;
}

/* FAQ Section */
.faq-section {
  margin: 40px 0;
}

.faq-section h2 {
  border-left: none;
  padding-left: 0;
}

.faq-item {
  background: var(--dark-surface);
  border: 1px solid var(--dark-border);
  border-radius: var(--radius-md);
  margin-bottom: 12px;
  overflow: hidden;
}

.faq-question {
  padding: 16px 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  color: var(--white);
  font-size: 0.95rem;
  transition: var(--transition);
}

.faq-question:hover {
  background: rgba(200, 169, 81, 0.08);
}

.faq-question i {
  color: var(--accent);
  transition: var(--transition);
}

.faq-question.active i {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-answer-inner {
  padding: 0 20px 16px;
  color: var(--text-secondary);
  font-size: 0.9rem;
  line-height: 1.7;
}

/* Author Profile */
.author-profile {
  background: var(--dark-surface);
  border: 1px solid var(--dark-border);
  border-radius: var(--radius-lg);
  padding: 30px;
  margin: 40px 0;
  display: flex;
  gap: 20px;
  align-items: center;
}

.author-profile img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--accent);
  flex-shrink: 0;
}

.author-info h5 {
  font-weight: 700;
  color: var(--white);
  margin-bottom: 3px;
}

.author-info .author-role {
  color: var(--accent);
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.author-info p {
  color: var(--text-secondary);
  font-size: 0.85rem;
  margin: 0;
}

/* Share Buttons */
.share-section {
  margin: 30px 0;
  text-align: center;
}

.share-section h6 {
  color: var(--text-muted);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.share-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.share-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: var(--radius-xl);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--white);
  border: none;
  cursor: pointer;
  transition: var(--transition);
}

.share-btn:hover {
  transform: translateY(-2px);
  opacity: 0.9;
  color: var(--white);
}

.share-btn.facebook { background: #1877F2; }
.share-btn.twitter { background: #1DA1F2; }
.share-btn.whatsapp { background: #25D366; }
.share-btn.linkedin { background: #0A66C2; }
.share-btn.telegram { background: #0088cc; }

/* Related Articles */
.related-articles {
  margin: 50px 0;
}

.related-articles h4 {
  font-weight: 800;
  color: var(--white);
  margin-bottom: 25px;
  font-size: 1.3rem;
}

/* ============================================
   ANIMATIONS
   ============================================ */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.animate-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

.animate-on-scroll.animated {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================
   COUNTER ANIMATION
   ============================================ */
.counter-section {
  background: var(--dark-surface);
  padding: 50px 0;
  border-top: 1px solid var(--dark-border);
  border-bottom: 1px solid var(--dark-border);
}

.counter-item {
  text-align: center;
  padding: 20px;
}

.counter-number {
  font-family: 'Outfit', sans-serif;
  font-size: 2.5rem;
  font-weight: 900;
  color: var(--accent);
}

.counter-label {
  color: var(--text-secondary);
  font-size: 0.9rem;
  margin-top: 5px;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 991.98px) {
  .hero-title {
    font-size: 2rem;
  }
  
  .hero-stats {
    gap: 20px;
  }

  .stat-number {
    font-size: 1.5rem;
  }

  .about-img-wrapper {
    margin-bottom: 30px;
  }
  
  .about-img-wrapper img {
    height: 300px;
  }

  .section-padding {
    padding: 60px 0;
  }
}

@media (max-width: 767.98px) {
  .hero-section {
    min-height: auto;
    padding: 100px 0 60px;
  }
  
  .hero-content {
    padding-top: 30px;
    text-align: center;
  }
  
  .hero-description {
    margin: 0 auto 25px;
  }
  
  .hero-buttons {
    justify-content: center;
  }
  
  .hero-stats {
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
  }

  .section-title {
    font-size: 1.6rem;
  }

  .navbar-brand img {
    height: 35px;
  }

  .btn-cta-nav {
    margin-top: 10px;
  }

  .gallery-item {
    height: 200px;
  }

  .article-main-img img {
    height: 250px;
  }

  .author-profile {
    flex-direction: column;
    text-align: center;
  }

  .share-btn {
    padding: 8px 14px;
    font-size: 0.8rem;
  }

  .floating-wa {
    bottom: 15px;
    right: 15px;
  }

  .floating-wa-btn {
    width: 50px;
    height: 50px;
    font-size: 1.4rem;
  }

  .scroll-top-btn {
    bottom: 75px;
    right: 18px;
    width: 38px;
    height: 38px;
    font-size: 1rem;
  }

  .service-card-img {
    height: 180px;
  }

  .blog-card-img {
    height: 180px;
  }

  .footer {
    padding: 40px 0 20px;
    text-align: center;
  }

  .footer-title::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .footer-social {
    justify-content: center;
  }

  .counter-number {
    font-size: 1.8rem;
  }
}

@media (max-width: 575.98px) {
  .hero-title {
    font-size: 1.7rem;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: center;
  }

  .btn-primary-custom,
  .btn-outline-custom,
  .btn-wa {
    width: 100%;
    justify-content: center;
    padding: 12px 24px;
    font-size: 0.9rem;
  }

  .stat-number {
    font-size: 1.3rem;
  }

  .stat-label {
    font-size: 0.75rem;
  }

  .section-padding {
    padding: 50px 0;
  }

  .article-body h2 {
    font-size: 1.3rem;
  }

  .article-body h3 {
    font-size: 1.1rem;
  }
}

/* Prevent horizontal scroll on mobile */
@media (max-width: 767.98px) {
  html, body {
    overflow-x: hidden !important;
    max-width: 100vw !important;
  }

  .container, .container-fluid {
    overflow-x: hidden;
  }

  .row {
    margin-left: 0;
    margin-right: 0;
  }

  img {
    max-width: 100%;
  }
}
