  :root {
    --hijau-tua: #1a5c38;
    --hijau-muda: #2e7d52;
    --hijau-aksen: #3a9c66;
    --kuning-emas: #c8a432;
    --kuning-terang: #f0c040;
    --merah-banten: #b22c2c;
    --putih: #ffffff;
    --abu-muda: #f4f6f3;
    --abu-teks: #555e57;
    --gelap: #1a2117;
    --shadow: 0 4px 24px rgba(26,92,56,0.10);
  }
 
  * { margin: 0; padding: 0; box-sizing: border-box; }
 
  body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    background: var(--putih);
    color: var(--gelap);
    overflow-x: hidden;
  }
 
  /* ===== TOP BAR ===== */
  .topbar {
    background: var(--hijau-tua);
    padding: 6px 0;
    border-bottom: 2px solid var(--kuning-emas);
  }
  .topbar-inner {
    max-width: 1200px;
    margin: auto;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .topbar-text {
    color: rgba(255,255,255,0.75);
    font-size: 12px;
    letter-spacing: 0.04em;
  }
  .topbar-socials a {
    color: rgba(255,255,255,0.7);
    margin-left: 14px;
    font-size: 13px;
    text-decoration: none;
    transition: color 0.2s;
  }
  .topbar-socials a:hover { color: var(--kuning-terang); }
  .qr-code
  {
    width: 120px;
    height: 120px;
    border-radius: 12px;
    border: 2px solid rgba(26,92,56,0.15);
    transition: all 0.2s;
  }
 
  /* ===== NAVBAR ===== */
  nav {
    background: var(--putih);
    box-shadow: 0 2px 16px rgba(26,92,56,0.10);
    position: sticky;
    top: 0;
    z-index: 100;
  }
  .nav-inner {
    max-width: 1200px;
    margin: auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
  }
  .logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
  }
  .logo-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
  }
  .logo-icon::before {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 6px;
  }
  .logo-icon svg { width: 28px; height: 28px; }
  .logo-text { line-height: 1.1; }
  .logo-text .main { font-family: 'Playfair Display', serif; font-size: 18px; color: var(--hijau-tua); font-weight: 700; }
  .logo-text .sub { font-size: 10px; color: var(--abu-teks); letter-spacing: 0.08em; text-transform: uppercase; }
 
  .nav-links {
    display: flex;
    list-style: none;
    gap: 4px;
    align-items: center;
  }
  .nav-links > li { position: relative; }
  .nav-links > li > a {
    display: block;
    padding: 8px 14px;
    font-size: 13.5px;
    font-weight: 500;
    color: var(--gelap);
    text-decoration: none;
    border-radius: 7px;
    transition: all 0.2s;
  }
  .nav-links > li > a:hover,
  .nav-links > li > a.active {
    color: var(--hijau-tua);
    background: rgba(26,92,56,0.07);
  }
  .nav-links .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--putih);
    border-bottom: 3px solid var(--kuning-emas);
    border-radius: 10px;
    min-width: 200px;
    padding: 8px 0;
    padding-top: 16px;
    margin-top: -8px;
  }
  /* Invisible bridge fills the gap so mouse doesn't lose hover */
  .nav-links > li::after {
    content: '';
    position: absolute;
    top: 140%;
    left: 0;
    right: 0;
    height: 16px;
    display: none;
  }
  .nav-links li:hover::after { display: block; }
  .nav-links li:hover .dropdown-menu { display: block; }
  .dropdown-menu a {
    display: block;
    padding: 9px 18px;
    font-size: 13px;
    color: var(--abu-teks);
    text-decoration: none;
    transition: all 0.15s;
  }
  .dropdown-menu a:hover {
    background: var(--abu-muda);
    color: var(--hijau-tua);
    padding-left: 24px;
  }
  .btn-kontak {
    background: var(--hijau-tua);
    color: var(--putih) !important;
    border-radius: 8px !important;
    padding: 9px 18px !important;
  }
  .btn-kontak:hover {
    background: var(--hijau-muda) !important;
    color: var(--putih) !important;
  }
 
  /* ===== HERO CAROUSEL ===== */
  .hero {
    position: relative;
    height: 540px;
    overflow: hidden;
  }
  .hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.8s ease;
    display: flex;
    align-items: center;
  }
  .hero-slide.active { opacity: 1; }
  .hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
  }
  .hero-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(100deg, rgba(26,92,56,0.88) 0%, rgba(26,92,56,0.50) 60%, transparent 100%);
  }
  .slide-1 .hero-bg { background: url('https://images.unsplash.com/photo-1559827291-72ee739d0d9a?w=1600&q=80') center/cover no-repeat; }
  .slide-2 .hero-bg { background: url('https://images.unsplash.com/photo-1488521787991-ed7bbaae773c?w=1600&q=80') center/cover no-repeat; }
  .slide-3 .hero-bg { background: url('https://images.unsplash.com/photo-1504711434969-e33886168f5c?w=1600&q=80') center/cover no-repeat; }
 
  /* Decorative pattern */
  .hero-bg .pattern {
    position: absolute;
    inset: 0;
    opacity: 0.08;
    background-image: repeating-linear-gradient(
      45deg,
      transparent,
      transparent 30px,
      rgba(255,255,255,0.5) 30px,
      rgba(255,255,255,0.5) 31px
    );
  }
 
  .hero-content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: auto;
    padding: 0 48px;
  }
  .hero-badge {
    display: inline-block;
    background: var(--kuning-emas);
    color: var(--gelap);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 18px;
  }
  .hero-title {
    font-family: 'Playfair Display', serif;
    font-size: 44px;
    color: var(--putih);
    line-height: 1.15;
    max-width: 580px;
    margin-bottom: 18px;
    text-shadow: 0 2px 8px rgba(0,0,0,0.2);
  }
  .hero-desc {
    color: rgba(255,255,255,0.82);
    font-size: 15px;
    max-width: 480px;
    line-height: 1.65;
    margin-bottom: 28px;
  }
  .hero-btn {
    display: inline-block;
    background: var(--kuning-emas);
    color: var(--gelap);
    padding: 13px 28px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.2s;
    letter-spacing: 0.02em;
  }
  .hero-btn:hover {
    background: var(--kuning-terang);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(200,164,50,0.4);
  }
 
  /* Carousel controls */
  .hero-controls {
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 3;
  }
  .hero-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255,255,255,0.4);
    cursor: pointer;
    transition: all 0.2s;
    border: none;
  }
  .hero-dot.active {
    background: var(--kuning-emas);
    width: 28px;
    border-radius: 5px;
  }
  .hero-arrows button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.15);
    border: none;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    color: white;
    transition: background 0.2s;
    z-index: 3;
    backdrop-filter: blur(4px);
  }
  .hero-arrows button:hover { background: rgba(255,255,255,0.3); }
  .hero-arrows .prev { left: 20px; }
  .hero-arrows .next { right: 20px; }
 
  /* ===== SECTION STYLES ===== */
  section { padding: 72px 0; }
  .container { max-width: 1200px; margin: auto; padding: 0 24px; }
  .section-header { text-align: center; margin-bottom: 48px; }
  .section-tag {
    display: inline-block;
    background: rgba(26,92,56,0.08);
    color: var(--hijau-tua);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 5px 16px;
    border-radius: 20px;
    margin-bottom: 12px;
    border: 1px solid rgba(26,92,56,0.15);
  }
  .section-title {
    font-family: 'Playfair Display', serif;
    font-size: 34px;
    color: var(--hijau-tua);
    line-height: 1.2;
    margin-bottom: 12px;
  }
  .section-title span { color: var(--kuning-emas); }
  .section-subtitle {
    color: var(--abu-teks);
    font-size: 15px;
    max-width: 520px;
    margin: auto;
    line-height: 1.65;
  }
  .section-divider {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, var(--kuning-emas), var(--kuning-terang));
    margin: 16px auto 0;
    border-radius: 2px;
  }
 
  /* ===== TENTANG KAMI ===== */
  .tentang { background: var(--abu-muda); }
  .tentang-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
  }
.tentang-img {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 1/1; /* Ini yang menentukan bentuk kotaknya */
}

/* Pastikan class ini sama dengan yang ada di HTML (tentang-img-inner) */
.tentang-img-inner {
  width: 100%;
  height: 100%;
}

.tentang-img-inner img {
  width: 100%;       /* Memenuhi lebar container */
  height: 100%;      /* Memenuhi tinggi container */
  object-fit: cover; /* KUNCI UTAMA: Gambar penuh, proporsional, tidak gepeng */
  object-position: center; /* Fokus ke tengah foto */
  display: block;
}

.tentang-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #d4a017;
  padding: 8px 16px;
  border-radius: 20px;
  color: white;
  font-size: 14px;
  font-weight: bold;
  z-index: 2; /* Biar tetap di atas gambar */
}
  .tentang-content .section-tag { text-align: left; }
  .tentang-content .section-title { text-align: left; font-size: 30px; }
  .tentang-content .section-divider { margin: 12px 0 20px; }
  .tentang-desc {
    color: var(--abu-teks);
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 28px;
  }
  .prinsip-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 8px;
  }
  .prinsip-card {
    background: var(--putih);
    border-radius: 12px;
    padding: 20px;
    border-left: 4px solid var(--kuning-emas);
    box-shadow: var(--shadow);
  }
  .prinsip-card h4 {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--hijau-tua);
    margin-bottom: 6px;
  }
  .prinsip-card p { font-size: 13px; color: var(--abu-teks); line-height: 1.5; }
 
  /* ===== STATISTIK ===== */
  .statistik-bar {
    background: var(--hijau-tua);
    padding: 40px 0;
    position: relative;
    overflow: hidden;
  }
  .statistik-bar::before {
    content: '';
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(
      -45deg,
      transparent,
      transparent 20px,
      rgba(255,255,255,0.03) 20px,
      rgba(255,255,255,0.03) 21px
    );
  }
  .stat-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    position: relative;
  }
  .stat-item {
    text-align: center;
    padding: 16px 24px;
    border-right: 1px solid rgba(255,255,255,0.12);
  }
  .stat-item:last-child { border-right: none; }
  .stat-num {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    color: var(--kuning-emas);
    font-weight: 700;
    line-height: 1;
    margin-bottom: 6px;
  }
  .stat-label { color: rgba(255,255,255,0.75); font-size: 13px; letter-spacing: 0.04em; }
 
  /* ===== BERITA ===== */
  .berita-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .berita-card {
    border-radius: 14px;
    overflow: hidden;
    background: var(--putih);
    box-shadow: var(--shadow);
    transition: transform 0.25s, box-shadow 0.25s;
    border: 1px solid rgba(26,92,56,0.07);
  }
  .berita-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(26,92,56,0.15);
  }
  .berita-img {
    height: 180px;
    display: flex;
    object-fit: cover;
    object-position: center;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    position: relative;
    overflow: hidden;
  }
  .berita-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    object-position: center;
  }
  .berita-img::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(transparent 50%, rgba(26,92,56,0.5));
  }
  .berita-tag {
    position: absolute;
    top: 14px;
    left: 14px;
    background: var(--kuning-emas);
    color: var(--gelap);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 4px 10px;
    border-radius: 4px;
  }
  .berita-body { padding: 20px; }
  .berita-date {
    font-size: 11px;
    color: var(--abu-teks);
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .berita-date::before {
    content: '';
    width: 14px;
    height: 2px;
    background: var(--kuning-emas);
    display: inline-block;
  }
  .berita-title {
    font-size: 15px;
    font-weight: 600;
    color: var(--gelap);
    line-height: 1.45;
    margin-bottom: 14px;
  }
  .berita-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: var(--hijau-tua);
    text-decoration: none;
    transition: gap 0.2s;
  }
  .berita-link:hover { gap: 10px; color: var(--hijau-muda); }
 
  /* ===== PROYEK CSR ===== */
  .proyek { background: var(--abu-muda); }
  .proyek-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .proyek-card {
    background: var(--putih);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: transform 0.25s;
    border: 1px solid rgba(26,92,56,0.07);
  }
  .proyek-card:hover { transform: translateY(-4px); }
  .proyek-img {
    height: 140px;
    background: linear-gradient(135deg, var(--hijau-tua), var(--hijau-aksen));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    position: relative;
  }
  .proyek-status {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #e8f5ee;
    color: var(--hijau-tua);
    font-size: 10px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 20px;
    border: 1px solid rgba(26,92,56,0.2);
  }
  .proyek-body { padding: 16px; }
  .proyek-body h4 {
    font-size: 13.5px;
    font-weight: 600;
    color: var(--gelap);
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .proyek-body a {
    font-size: 12px;
    font-weight: 600;
    color: var(--hijau-tua);
    text-decoration: none;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }
  .proyek-body a:hover { color: var(--kuning-emas); }
 
  /* ===== MITRA CSR ===== */
  .mitra-row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    margin-top: 40px;
  }
  .mitra-chip {
    background: var(--putih);
    border: 1.5px solid rgba(26,92,56,0.15);
    color: var(--hijau-tua);
    font-size: 13px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 40px;
    transition: all 0.2s;
    cursor: pointer;
  }
  .mitra-chip:hover {
    background: var(--hijau-tua);
    color: var(--putih);
    border-color: var(--hijau-tua);
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(26,92,56,0.2);
  }
 
  /* ===== CTA BANNER ===== */
  .cta-banner {
    background: linear-gradient(135deg, var(--hijau-tua), var(--hijau-muda));
    position: relative;
    overflow: hidden;
    padding: 64px 0;
  }
  .cta-banner::before {
    content: '';
    position: absolute;
    top: -60px; right: -60px;
    width: 300px; height: 300px;
    border-radius: 50%;
    background: rgba(255,255,255,0.05);
  }
  .cta-banner::after {
    content: '';
    position: absolute;
    bottom: -80px; left: -40px;
    width: 250px; height: 250px;
    border-radius: 50%;
    background: rgba(255,255,255,0.04);
  }
  .cta-inner {
    text-align: center;
    position: relative;
    z-index: 1;
  }
  .cta-inner h2 {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    color: var(--putih);
    margin-bottom: 14px;
  }
  .cta-inner p {
    color: rgba(255,255,255,0.78);
    font-size: 15px;
    margin-bottom: 30px;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.65;
  }
  .cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
  .btn-primary {
    background: var(--kuning-emas);
    color: var(--gelap);
    padding: 13px 28px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.2s;
  }
  .btn-primary:hover { background: var(--kuning-terang); transform: translateY(-2px); }
  .btn-outline {
    background: transparent;
    color: var(--putih);
    padding: 12px 28px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    border: 2px solid rgba(255,255,255,0.5);
    transition: all 0.2s;
  }
  .btn-outline:hover { border-color: white; background: rgba(255,255,255,0.1); }
 
  /* ===== FOOTER ===== */
  footer {
    background: var(--gelap);
    color: rgba(255,255,255,0.7);
    padding: 56px 0 0;
  }
  .footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 40px;
    padding-bottom: 40px;
  }
  .footer-brand .logo-text .main { color: var(--putih); font-size: 20px; }
  .footer-brand .logo-text .sub { color: rgba(255,255,255,0.4); }
  .footer-brand p {
    font-size: 13px;
    line-height: 1.7;
    margin-top: 16px;
    color: rgba(255,255,255,0.55);
  }
  .footer-brand .footer-socials {
    display: flex;
    gap: 10px;
    margin-top: 20px;
  }
  .footer-socials a {
    width: 36px; height: 36px;
    border-radius: 8px;
    background: rgba(255,255,255,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.6);
    font-size: 15px;
    text-decoration: none;
    transition: all 0.2s;
  }
  .footer-socials a:hover { background: var(--kuning-emas); color: var(--gelap); }
  .footer-col h5 {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--putih);
    margin-bottom: 18px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--kuning-emas);
    display: inline-block;
  }
  .footer-col ul { list-style: none; }
  .footer-col ul li { margin-bottom: 10px; }
  .footer-col ul li a {
    color: rgba(255,255,255,0.55);
    text-decoration: none;
    font-size: 13px;
    transition: color 0.2s;
  }
  .footer-col ul li a:hover { color: var(--kuning-emas); }
  .footer-contact p {
    font-size: 13px;
    color: rgba(255,255,255,0.55);
    margin-bottom: 10px;
    line-height: 1.6;
    display: flex;
    gap: 8px;
  }
  .footer-contact p span:first-child { color: var(--kuning-emas); flex-shrink: 0; margin-top: 2px; }
  .footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.08);
    padding: 18px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: rgba(255,255,255,0.35);
  }
  .footer-bottom a { color: var(--kuning-emas); text-decoration: none; }
 
  /* ===== VIEW ALL BUTTON ===== */
  .view-all-wrap { text-align: center; margin-top: 36px; }
  .btn-view-all {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--putih);
    color: var(--hijau-tua);
    border: 2px solid var(--hijau-tua);
    padding: 11px 26px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 13.5px;
    text-decoration: none;
    transition: all 0.2s;
  }
  .btn-view-all:hover {
    background: var(--hijau-tua);
    color: var(--putih);
  }
 
  /* ===== ANIMATIONS ===== */
  @keyframes fadeInUp {
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: translateY(0); }
  }
  .hero-slide.active .hero-badge { animation: fadeInUp 0.5s 0.1s both; }
  .hero-slide.active .hero-title { animation: fadeInUp 0.5s 0.25s both; }
  .hero-slide.active .hero-desc { animation: fadeInUp 0.5s 0.4s both; }
  .hero-slide.active .hero-btn { animation: fadeInUp 0.5s 0.55s both; }
 
  /* Responsive */
  @media (max-width: 900px) {
    .tentang-grid { grid-template-columns: 1fr; }
    .berita-grid { grid-template-columns: 1fr 1fr; }
    .proyek-grid { grid-template-columns: 1fr 1fr; }
    .stat-grid { grid-template-columns: 1fr 1fr; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .hero-title { font-size: 32px; }
    .nav-links { display: none; }
  }
  @media (max-width: 600px) {
    .berita-grid { grid-template-columns: 1fr; }
    .proyek-grid { grid-template-columns: 1fr; }
    .hero { height: 420px; }
    .footer-grid { grid-template-columns: 1fr; }
  }
