/* =====================================================
   AJD LAW FIRM — Shared Stylesheet
   ===================================================== */

:root {
    /* Color Palette: Modern Corporate Noir */
    --bg-white: #ffffff;
    --bg-light: #f8fafc;        /* premium light grey-blue */
    --navy: #0A1931;            /* deep corporate navy */
    --navy-hover: #152c52;
    --text-charcoal: #1f2937;    /* body text color */
    --text-dark: #111827;        /* heading text color */
    --text-muted: #4b5563;       /* text description color */
    --gold-premium: #c5a880;     /* elegant luxury gold */
    --gold-dark: #9a7b56;        /* deep accent gold */
    --gold-tint: #f4efe6;        /* very light gold background */
    --border-light: #e2e8f0;     /* thin borders */
    
    /* Box Shadows */
    --card-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    --card-shadow-hover: 0 15px 30px rgba(0, 0, 0, 0.1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    background: var(--bg-white);
    color: var(--text-charcoal);
    line-height: 1.6;
    overflow-x: hidden;
}

h1, h2, h3 {
    font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
    font-weight: 700;
    color: var(--text-dark);
}

h4, h5, h6 {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    font-weight: 700;
    color: var(--text-dark);
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; position: relative; z-index: 2; }

/* ---------- STICKY HEADER WRAPPER ---------- */                        
#site-header {                                                           
    position: sticky;                                                    
    top: 0;                                                              
    z-index: 100;                                                        
}      

/* ---------- TOP BAR ---------- */
.topbar {
    height: 40px;
    background: #0f172a; /* elegant dark contrast */
    border-bottom: 1px solid rgba(197, 168, 128, 0.15);
    font-size: 13px;
    color: #94a3b8;
    display: flex;
    align-items: center;
}
.topbar .container { display: flex; justify-content: space-between; width: 100%; align-items: center; }
.topbar a { color: #94a3b8; text-decoration: none; transition: color 0.2s; }
.topbar a:hover { color: var(--gold-premium); }

/* ---------- NAVBAR ---------- */
.navbar {
    position: sticky;
    top: 0;
    background: rgba(255, 255, 255, 0.85); /* translucent white blur */
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(197, 168, 128, 0.15);
    z-index: 99;
    height: 76px;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.02);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; width: 100%; }
.logo-wrap { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.logo-img { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; border: 2px solid var(--gold-premium); }
.logo-text { display: flex; flex-direction: column; line-height: 1.1; }
.logo-text strong { font-family: 'Playfair Display', Georgia, serif; font-size: 20px; color: var(--navy); font-weight: 700; letter-spacing: 0.5px; }
.logo-text small { font-family: 'Inter', sans-serif; font-size: 11px; color: var(--text-muted); letter-spacing: 1px; text-transform: uppercase; }

.nav-right { display: flex; align-items: center; gap: 32px; }
.nav-menu { display: flex; gap: 28px; list-style: none; }
.nav-menu a { color: var(--text-charcoal); text-decoration: none; font-size: 15px; font-weight: 500; transition: color 0.3s; position: relative; }
.nav-menu a:hover, .nav-menu a.active { color: var(--gold-dark); }
.nav-menu a::after { content: ''; position: absolute; bottom: -6px; left: 0; width: 0; height: 2px; background: var(--gold-dark); transition: width 0.3s; }
.nav-menu a:hover::after, .nav-menu a.active::after { width: 100%; }

.btn-gold {
    background: linear-gradient(135deg, var(--gold-premium), var(--gold-dark));
    color: #ffffff;
    padding: 11px 22px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    box-shadow: 0 4px 14px rgba(154, 123, 86, 0.2);
    transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: none;
    cursor: pointer;
}
.btn-gold:hover { 
    transform: translateY(-2px); 
    box-shadow: 0 6px 20px rgba(154, 123, 86, 0.35);
    background: linear-gradient(135deg, #bfa075, #8a6c47);
}

.btn-outline {
    padding: 11px 22px;
    border: 1.5px solid var(--navy);
    color: var(--navy);
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.btn-outline:hover { background: rgba(10, 25, 49, 0.05); border-color: var(--gold-dark); color: var(--gold-dark); }

.hamburger { display: none; background: none; border: none; color: var(--gold-dark); font-size: 26px; cursor: pointer; }

/* ---------- PAGE HERO (interior pages) ---------- */
.page-hero {
    padding: 80px 0 70px;
    background: radial-gradient(circle at center, #faf9f6 0%, #ffffff 100%);
    border-bottom: 1px solid rgba(197, 168, 128, 0.15);
    text-align: center;
}
.page-hero .crumb { color: var(--gold-dark); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 14px; }
.page-hero h1 { font-size: clamp(2rem, 4.5vw, 3rem); margin-bottom: 14px; color: var(--text-dark); }
.page-hero p { color: var(--text-muted); max-width: 640px; margin: 0 auto; font-size: 17px; }

/* ---------- HOME HERO ---------- */
.hero { min-height: calc(100vh - 116px); display: flex; align-items: center; padding: 80px 0 60px; position: relative; overflow: hidden; background: radial-gradient(circle at right, #faf9f6 0%, #ffffff 80%); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(250, 249, 246, 0.6) 100%); z-index: 1; }
.hero-content { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 70px; align-items: center; width: 100%; }
.hero-label { display: inline-block; background: var(--gold-tint); border: 1px solid rgba(197, 168, 128, 0.3); color: var(--gold-dark); padding: 7px 16px; border-radius: 30px; font-size: 13px; font-weight: 600; margin-bottom: 22px; }
.hero h1 { font-size: clamp(2.4rem, 4.5vw, 3.6rem); line-height: 1.15; margin-bottom: 18px; color: var(--text-dark); text-shadow: none; }
.hero h1 span { color: var(--gold-dark); }
.hero-subtitle { font-size: 18px; color: #555c68; margin-bottom: 18px; font-weight: 500; }
.hero-desc { color: var(--text-charcoal); margin-bottom: 32px; max-width: 540px; font-size: 16px; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }

.hero-photo-wrap { position: relative; max-width: 420px; margin-left: auto; }
.photo-frame { border: 8px solid #ffffff; border-radius: 16px; padding: 0; background: #ffffff; box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(197, 168, 128, 0.2); position: relative; overflow: hidden; }
.hero-photo { width: 100%; display: block; border-radius: 10px; aspect-ratio: 4/5; object-fit: cover; object-position: top; }
.ajd-badge { position: absolute; top: -20px; right: -20px; width: 74px; height: 74px; background: radial-gradient(circle at 30% 30%, #E8B44A, var(--gold-dark) 80%); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Playfair Display', Georgia, serif; font-weight: 900; font-size: 20px; color: #ffffff; border: 4px solid #ffffff; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); }

/* ---------- SECTIONS ---------- */
section { padding: 90px 0; position: relative; }
.section-header { text-align: center; margin-bottom: 56px; max-width: 700px; margin-left: auto; margin-right: auto; }
.section-kicker { color: var(--gold-dark); font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 12px; }
.section-title { font-size: clamp(1.8rem, 3.5vw, 2.6rem); margin-bottom: 14px; color: var(--text-dark); }
.section-desc { color: var(--text-muted); font-size: 16px; }
.bg-alt { background: var(--bg-light); border-top: 1px solid rgba(0, 0, 0, 0.02); border-bottom: 1px solid rgba(0, 0, 0, 0.02); }

/* ---------- COUNTER STATISTIK (FULL WIDTH BANNER) ---------- */
.stats-banner {
    background: #0f172a; /* deep charcoal / navy contrast */
    color: #ffffff;
    padding: 60px 0;
    border-top: 1px solid rgba(197, 168, 128, 0.15);
    border-bottom: 1px solid rgba(197, 168, 128, 0.15);
    width: 100%;
}
.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    text-align: center;
}
.stat-item strong {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 800;
    color: var(--gold-premium);
    display: block;
    line-height: 1.1;
    margin-bottom: 8px;
}
.stat-item span {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 600;
}

/* ---------- SERVICE CARDS & GRID CARD SYSTEM ---------- */
.card-grid, .cards-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.card-grid.cols-3, .cards-grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
.card-item, .card {
    background: #ffffff;
    border: 1px solid #f1f5f9;
    border-radius: 8px;
    padding: 40px 32px;
    box-shadow: var(--card-shadow);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.4s ease;
    position: relative;
    overflow: hidden;
}
.card-item::before, .card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--gold-premium), var(--gold-dark)); opacity: 0; transition: opacity 0.3s ease; }
.card-item:hover, .card:hover { 
    transform: translateY(-5px); 
    border-color: rgba(197, 168, 128, 0.3); 
    box-shadow: var(--card-shadow-hover); 
}
.card-item:hover::before, .card:hover::before { opacity: 1; }

.card-icon { 
    width: 52px; 
    height: 52px; 
    background: rgba(197, 168, 128, 0.1); 
    border: 1px solid rgba(197, 168, 128, 0.25); 
    border-radius: 8px; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    margin-bottom: 24px; 
    color: var(--gold-dark);
}
.card-icon svg { stroke: var(--gold-dark); }
.card-item h3, .card h3 { font-size: 20px; font-weight: 700; margin-bottom: 12px; color: var(--text-dark); }
.card-item p, .card p { color: var(--text-muted); font-size: 14.5px; line-height: 1.7; }

/* ---------- CTA STRIP ---------- */
.cta-strip {
    background: linear-gradient(135deg, #0A1931 0%, #060d1a 100%);
    border-top: 1px solid rgba(197, 168, 128, 0.2);
    border-bottom: 1px solid rgba(197, 168, 128, 0.2);
    text-align: center;
    color: #ffffff;
    padding: 90px 0;
}
.cta-strip h2 { font-size: clamp(2rem, 4vw, 2.6rem); margin-bottom: 16px; color: #ffffff; }
.cta-strip p { color: #cbd5e1; max-width: 580px; margin: 0 auto 30px; font-size: 17px; }
.cta-strip .btn-gold {
    background: linear-gradient(135deg, var(--gold-premium), var(--gold-dark));
    color: #ffffff;
}
.cta-strip .btn-gold:hover {
    background: linear-gradient(135deg, #bfa075, #8a6c47);
}

/* ---------- TENTANG ---------- */
.split-grid { display: grid; grid-template-columns: 380px 1fr; gap: 70px; align-items: start; }
.split-photo { position: sticky; top: 110px; }
.split-frame { border-radius: 12px; overflow: hidden; border: 1px solid var(--border-light); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05); }
.split-frame img { width: 100%; display: block; aspect-ratio: 3/4; object-fit: cover; }
.prose p { margin-bottom: 20px; color: var(--text-charcoal); font-size: 18px; line-height: 1.9; }
.prose p strong { color: var(--text-dark); font-weight: 600; }
/*.prose p:first-child { font-size: 18px; color: var(--text-dark); }
.prose h3 { color: var(--text-dark); margin: 32px 0 14px; font-size: 24px; font-family: 'Playfair Display', Georgia, serif; }
.prose ul { margin: 0 0 20px 20px; color: var(--text-charcoal); }
.prose li { margin-bottom: 8px; }

/* ---------- VALUE GRID / COMMITMENTS ---------- */
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.value-card { 
    background: #ffffff; 
    border: 1px solid #f1f5f9; 
    border-radius: 8px; 
    padding: 40px 32px; 
    box-shadow: var(--card-shadow);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.4s ease;
}
.value-card:hover {
    transform: translateY(-5px);
    border-color: rgba(197, 168, 128, 0.3);
    box-shadow: var(--card-shadow-hover);
}
.value-card h3 { color: var(--text-dark); font-size: 21px; margin-bottom: 14px; display: flex; align-items: center; gap: 10px; }
.value-card h3::before { content: '◆'; font-size: 14px; color: var(--gold-dark); }
.value-card p { color: var(--text-muted); line-height: 1.8; }

/* ---------- ADVOCATE PROFILE CARDS ---------- */
.advocate-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.advocate-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.4s ease;
    box-shadow: var(--card-shadow);
}
.advocate-card:hover { transform: translateY(-6px); border-color: rgba(197, 168, 128, 0.3); box-shadow: var(--card-shadow-hover); }
.advocate-photo { width: 100%; aspect-ratio: 1/1; object-fit: cover; object-position: top; display: block; border-bottom: 3px solid var(--gold-dark); }
.advocate-body { padding: 28px 24px; }
.advocate-body h3 { font-size: 20px; color: var(--text-dark); margin-bottom: 4px; }
.advocate-role { color: var(--gold-dark); font-size: 14px; font-weight: 600; margin-bottom: 16px; text-transform: uppercase; letter-spacing: 0.5px; }
.advocate-body p { color: var(--text-muted); font-size: 14.5px; line-height: 1.7; margin-bottom: 16px; }
.advocate-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.advocate-tag { background: rgba(197, 168, 128, 0.1); border: 1px solid rgba(197, 168, 128, 0.25); color: var(--gold-dark); font-size: 12px; padding: 4px 12px; border-radius: 20px; font-weight: 500; }

/* ---------- ARTICLES ---------- */
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.article-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.4s ease;
    display: flex;
    flex-direction: column;
    box-shadow: var(--card-shadow);
}
.article-card:hover { transform: translateY(-6px); border-color: rgba(197, 168, 128, 0.3); box-shadow: var(--card-shadow-hover); }
.article-thumb { width: 100%; aspect-ratio: 16/10; object-fit: cover; display: block; background: #f1f5f9; }
.article-body { padding: 28px 24px; display: flex; flex-direction: column; flex: 1; }
.article-meta { display: flex; gap: 12px; align-items: center; font-size: 13px; color: var(--text-muted); margin-bottom: 12px; }
.article-cat { background: rgba(197, 168, 128, 0.1); color: var(--gold-dark); padding: 3px 12px; border-radius: 20px; font-weight: 600; }
.article-body h3 { font-size: 19px; color: var(--text-dark); margin-bottom: 10px; line-height: 1.4; }
.article-body p { color: var(--text-muted); font-size: 14.5px; line-height: 1.7; margin-bottom: 18px; flex: 1; }
.article-link { color: var(--gold-dark); font-weight: 600; font-size: 14px; text-decoration: none; display: inline-flex; align-items: center; gap: 6px; transition: gap 0.2s ease; }
.article-link:hover { gap: 10px; color: var(--gold-dark); }

/* ---------- ARTICLE DETAIL ---------- */
.article-detail { max-width: 800px; margin: 0 auto; }
.article-detail .article-hero-img { width: 100%; border-radius: 12px; margin: 30px 0 40px; aspect-ratio: 16/9; object-fit: cover; border: 1px solid var(--border-light); }
.article-detail .prose p { font-size: 17px; }
.article-detail .prose h2 { color: var(--text-dark); font-size: 28px; margin: 36px 0 16px; font-family: 'Playfair Display', Georgia, serif; }
.back-link { color: var(--gold-dark); text-decoration: none; font-weight: 600; display: inline-flex; align-items: center; gap: 8px; margin-bottom: 10px; }

/* ---------- CONTACT ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: start; }
.info-block { margin-bottom: 28px; display: flex; gap: 16px; align-items: flex-start; }
.info-block .ico { width: 44px; height: 44px; flex-shrink: 0; background: rgba(197, 168, 128, 0.1); border: 1px solid rgba(197, 168, 128, 0.25); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: var(--gold-dark); }
.info-block .ico svg { stroke: var(--gold-dark); }
.info-block h4 { color: var(--text-dark); font-size: 16px; margin-bottom: 4px; font-family: 'Inter', sans-serif; font-weight: 600; }
.info-block p, .info-block a { color: var(--text-charcoal); font-size: 15px; text-decoration: none; line-height: 1.6; }
.info-block a:hover { color: var(--gold-dark); }

.contact-form { background: #ffffff; border: 1px solid #e5e7eb; border-radius: 12px; padding: 40px 32px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03); }
.contact-form h3 { font-size: 24px; margin-bottom: 6px; color: var(--text-dark); font-family: 'Playfair Display', Georgia, serif; }
.contact-form .form-sub { color: var(--text-muted); font-size: 14px; margin-bottom: 24px; }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-size: 14px; color: var(--text-charcoal); margin-bottom: 8px; font-weight: 500; }
.form-group input, .form-group textarea {
    width: 100%;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    padding: 12px 14px;
    color: var(--text-charcoal);
    font-size: 15px;
    font-family: inherit;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.form-group input:focus, .form-group textarea:focus { outline: none; border-color: var(--gold-dark); box-shadow: 0 0 0 3px rgba(197, 168, 128, 0.15); }
.form-group textarea { resize: vertical; min-height: 120px; }
.form-note { font-size: 13px; color: var(--text-muted); margin-top: 14px; }
.form-status { margin-top: 16px; padding: 12px 16px; border-radius: 10px; font-size: 14px; display: none; }
.form-status.success { display: block; background: rgba(34, 197, 94, 0.08); border: 1px solid rgba(34, 197, 94, 0.3); color: #166534; }
.form-status.error { display: block; background: rgba(239, 68, 68, 0.08); border: 1px solid rgba(239, 68, 68, 0.3); color: #991b1b; }

.map-frame { border-radius: 12px; overflow: hidden; border: 1px solid var(--border-light); margin-top: 16px; line-height: 0; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02); }
.map-frame iframe { width: 100%; height: 320px; border: 0; }

/* ---------- FOOTER ---------- */
footer { background: #0f172a; border-top: 1px solid rgba(197, 168, 128, 0.2); padding: 70px 0 30px; color: #ffffff; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 0.8fr 0.8fr 1fr; gap: 50px; margin-bottom: 50px; }
.footer-brand { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.footer-brand img { width: 52px; height: 52px; border-radius: 50%; border: 2px solid var(--gold-premium); object-fit: cover; }
.footer-brand span { font-family: 'Playfair Display', Georgia, serif; font-size: 20px; color: var(--gold-premium); font-weight: 700; }
.footer-about { color: #94a3b8; font-size: 14.5px; line-height: 1.7; max-width: 380px; }
.footer-col h4 { color: #ffffff; font-size: 16px; margin-bottom: 18px; font-family: 'Inter', sans-serif; font-weight: 700; }
.footer-col p, .footer-col a { color: #94a3b8; text-decoration: none; display: block; margin-bottom: 10px; font-size: 14.5px; transition: color 0.2s; }
.footer-col a:hover { color: var(--gold-premium); }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, 0.08); padding-top: 24px; text-align: center; color: #64748b; font-size: 13px; }

/* ---------- FLOATING EMAIL BUTTON ---------- */
.email-floating {
    position: fixed;
    bottom: 30px;   
    right: 30px;
    background: var(--navy); /* Warna tema biru gelap / navy */
    color: #ffffff !important;
    padding: 12px 20px;
    border-radius: 50px;
    box-shadow: 0 8px 24px rgba(10, 25, 49, 0.3);
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    z-index: 999;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.2s;
}
.email-floating:hover {
    transform: translateY(-5px) scale(1.03);
    box-shadow: 0 12px 30px rgba(10, 25, 49, 0.5);
    background: var(--navy-hover);
}

/* ---------- TOMBOL WHATSAPP NAVBAR ---------- */
.btn-whatsapp {
    background: #25d366; /* Warna Hijau Terang WhatsApp */
    color: #ffffff !important;
    padding: 11px 22px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    box-shadow: 0 4px 14px rgba(37, 211, 102, 0.2);
    transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: none;
    cursor: pointer;
}
.btn-whatsapp:hover { 
    transform: translateY(-2px); 
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.35);
    background: #20ba5a; /* Warna Hijau lebih gelap saat disorot */
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1024px) {
    .card-grid, .cards-grid, .card-grid.cols-3, .cards-grid.cols-3 { grid-template-columns: repeat(2, 1fr); }
    .split-grid { grid-template-columns: 320px 1fr; gap: 50px; }
    .value-grid, .advocate-grid, .article-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
    .nav-menu { display: none; position: absolute; top: 76px; left: 0; right: 0; background: #ffffff; flex-direction: column; padding: 20px; border-bottom: 1px solid var(--border-light); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); }
    .nav-menu.active { display: flex; }
    .hamburger { display: block; }
    .nav-right { gap: 16px; }
    .hero-content { grid-template-columns: 1fr; gap: 50px; text-align: center; }
    .hero-photo-wrap { margin: 0 auto; order: -1; max-width: 300px; }
    .hero-btns { justify-content: center; }
    .hero-desc { margin-left: auto; margin-right: auto; }
    .split-grid { grid-template-columns: 1fr; }
    .split-photo { position: relative; top: 0; max-width: 340px; margin: 0 auto 40px; }
    .value-grid, .advocate-grid, .article-grid { grid-template-columns: 1fr; }
    .contact-grid { grid-template-columns: 1fr; }
    .nav-cta-mobile-hide { display: none; }
}
@media (max-width: 768px) {
    .stats-grid { grid-template-columns: 1fr; gap: 30px; }
    .wa-floating {
        bottom: 20px;
        right: 20px;
        padding: 12px;
    }
    .wa-floating span {
        display: none; /* hide text on mobile screen sizes */
    }
}
@media (max-width: 640px) {
    .topbar { font-size: 11px; }
    .topbar .container { padding: 0 12px; }
    .card-grid, .cards-grid, .card-grid.cols-3, .cards-grid.cols-3 { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; gap: 35px; }
    section { padding: 64px 0; }
}

/* --- WATERMARK LOGO BACKGROUND --- */
body {
    position: relative;
}

body::after { /* Menggunakan ::after, bukan ::before */
    content: "";
    position: fixed; 
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    
    background-image: url('../background.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40%; 
    
    opacity: 0.1; 
    
    /* UBAH Z-INDEX MENJADI POSITIF */
    /* 90 berada di atas semua konten, tapi tepat di bawah navbar (99) */
    z-index: 90; 
    pointer-events: none; 
}