/* =============================================
   ASOSIASI HALAL LOGISTIK INDONESIA
   CSS v2 - with images & logos
   ============================================= */
:root {
  --green-dark:  #1a4a2e;
  --green-mid:   #2d6a42;
  --green-light: #3d8b5a;
  --green-acc:   #4caf73;
  --yellow:      #f0c419;
  --yellow-dk:   #d4a800;
  --white:       #ffffff;
  --off-white:   #f5f7f2;
  --gray-l:      #e8ede8;
  --gray:        #8a9a8a;
  --text-d:      #1a2a1a;
  --text-m:      #3a4a3a;
  --shadow:      0 4px 24px rgba(26,74,46,0.12);
  --shadow-lg:   0 12px 48px rgba(26,74,46,0.20);
  --r:           12px;
  --rl:          20px;
  --font-body:   'Plus Jakarta Sans', sans-serif;
  --font-disp:   'Playfair Display', serif;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); color: var(--text-d); background: var(--white); overflow-x: hidden; line-height: 1.6; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
img { display: block; max-width: 100%; }
a { text-decoration: none; }

/* ---- BUTTONS ---- */
.btn-gold {
  display: inline-block;
  background: var(--yellow);
  color: var(--green-dark);
  padding: 14px 32px;
  border-radius: 40px;
  font-weight: 700;
  font-size: 14px;
  transition: all .3s;
  letter-spacing: .3px;
}
.btn-gold:hover { background: #fff; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,.2); }
.btn-gold.large { padding: 18px 44px; font-size: 16px; }
.btn-ghost {
  display: inline-block;
  background: transparent;
  color: #fff;
  padding: 14px 32px;
  border-radius: 40px;
  font-weight: 600;
  font-size: 14px;
  border: 2px solid rgba(255,255,255,.5);
  transition: all .3s;
}
.btn-ghost:hover { border-color: var(--yellow); color: var(--yellow); }
.btn-green {
  display: inline-block;
  background: var(--green-dark);
  color: var(--white);
  padding: 14px 32px;
  border-radius: 40px;
  font-weight: 700;
  font-size: 14px;
  transition: all .3s;
  margin-top: 8px;
}
.btn-green:hover { background: var(--green-mid); transform: translateY(-2px); box-shadow: var(--shadow); }

/* ---- NAVBAR ---- */
.navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  padding: 16px 0;
  transition: all .3s;
}
.navbar.scrolled {
  background: rgba(26,74,46,.97);
  backdrop-filter: blur(12px);
  padding: 10px 0;
  box-shadow: 0 2px 24px rgba(0,0,0,.2);
}
.nav-container {
  max-width: 1200px; margin: 0 auto; padding: 0 24px;
  display: flex; align-items: center; justify-content: space-between;
}
.nav-logo { display: flex; align-items: center; gap: 10px; }
.logo-img { width: 40px; height: 40px; border-radius: 8px; object-fit: cover; }
.logo-text-wrap { display: flex; flex-direction: column; line-height: 1.2; }
.logo-text-wrap strong { font-size: 11px; font-weight: 800; color: #fff; letter-spacing: .5px; }
.logo-text-wrap span   { font-size: 9px;  font-weight: 600; color: var(--yellow); letter-spacing: 1px; }
.nav-links { display: flex; list-style: none; gap: 4px; align-items: center; }
.nav-links a { color: rgba(255,255,255,.9); font-size: 13px; font-weight: 500; padding: 7px 14px; border-radius: 20px; transition: all .2s; }
.nav-links a:hover { background: rgba(255,255,255,.15); color: #fff; }
.nav-cta { background: var(--yellow) !important; color: var(--green-dark) !important; font-weight: 700 !important; }
.nav-cta:hover { background: var(--yellow-dk) !important; transform: translateY(-1px); }
/* Active nav item - yellow pill that moves with scroll */
.nav-links a.nav-active {
  background: var(--yellow) !important;
  color: var(--green-dark) !important;
  font-weight: 700 !important;
}
.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.hamburger span { display: block; width: 24px; height: 2px; background: #fff; border-radius: 2px; transition: .3s; }

/* ---- SECTION HELPERS ---- */
section { padding: 90px 0; }
.section-header { text-align: center; margin-bottom: 56px; }
.section-eyebrow {
  display: inline-block;
  background: var(--green-acc);
  color: #fff;
  font-size: 11px; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase;
  padding: 5px 14px; border-radius: 20px; margin-bottom: 16px;
}
.section-eyebrow.white { background: rgba(255,255,255,.2); }
.section-header h2, h2 { font-family: var(--font-disp); font-size: clamp(28px,4vw,44px); color: var(--text-d); font-weight: 700; line-height: 1.2; }
.section-header h2.white, h2.white { color: #fff; }
.section-sub { color: var(--gray); margin-top: 14px; max-width: 580px; margin-left: auto; margin-right: auto; font-size: 15px; }

/* ---- HERO ---- */
.hero {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-top: 80px;
  background: var(--green-dark);
}
.hero-bg-img { position: absolute; inset: 0; }
.hero-bg-photo { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(26,74,46,.92) 40%, rgba(26,74,46,.6) 100%);
}
.hero-inner {
  position: relative; z-index: 2;
  width: 100%; max-width: 1200px;
  margin: 0 auto; padding: 40px 24px 100px;
  display: flex; flex-direction: column; gap: 48px;
}
.hero-content { max-width: 660px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.2);
  color: rgba(255,255,255,.9);
  padding: 6px 16px; border-radius: 20px; font-size: 12px; font-weight: 500;
  margin-bottom: 24px; backdrop-filter: blur(8px);
}
.badge-dot { width: 8px; height: 8px; background: var(--yellow); border-radius: 50%; animation: pulse 2s infinite; }
@keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.6;transform:scale(.8)} }
.hero-title {
  font-family: var(--font-disp);
  font-size: clamp(38px,5.5vw,72px);
  font-weight: 900; line-height: 1.05;
  color: #fff; margin-bottom: 20px;
  display: flex; flex-direction: column;
}
.hero-title .gold { color: var(--yellow); }
.hero-sub { color: rgba(255,255,255,.82); font-size: 16px; line-height: 1.7; margin-bottom: 36px; }
.hero-btns { display: flex; gap: 16px; flex-wrap: wrap; }
/* STATS */
.hero-stats {
  display: flex; align-items: center; gap: 0;
  background: rgba(255,255,255,.1);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: var(--rl);
  padding: 24px 32px;
  width: fit-content;
}
.hstat { text-align: center; padding: 0 28px; }
.hstat-num { display: block; font-family: var(--font-disp); font-size: 32px; font-weight: 900; color: var(--yellow); line-height: 1; }
.hstat-label { display: block; font-size: 12px; color: rgba(255,255,255,.7); margin-top: 4px; font-weight: 500; }
.hstat-div { width: 1px; height: 40px; background: rgba(255,255,255,.2); }
/* SCROLL */
.hero-scroll-ind {
  position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  color: rgba(255,255,255,.5); font-size: 11px; letter-spacing: 2px; text-transform: uppercase;
}
.scroll-mouse { width: 22px; height: 34px; border: 2px solid rgba(255,255,255,.3); border-radius: 12px; display: flex; justify-content: center; padding-top: 6px; }
.scroll-wheel { width: 3px; height: 8px; background: var(--yellow); border-radius: 2px; animation: scrollDown 1.5s ease infinite; }
@keyframes scrollDown { 0%{transform:translateY(0);opacity:1} 100%{transform:translateY(12px);opacity:0} }

/* ---- ABOUT ---- */
.about { background: var(--off-white); }
.about-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 60px; align-items: center; }
.about-images { position: relative; }
.img-main { border-radius: var(--rl); overflow: hidden; aspect-ratio: 4/3; }
.img-main img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.img-main:hover img { transform: scale(1.04); }
.img-secondary {
  position: absolute; bottom: -28px; right: -28px;
  width: 46%; border-radius: var(--r); overflow: hidden;
  aspect-ratio: 1; box-shadow: var(--shadow-lg);
  border: 4px solid var(--white);
}
.img-secondary img { width: 100%; height: 100%; object-fit: cover; }
.about-float-badge {
  position: absolute; top: -20px; left: -20px;
  background: var(--yellow);
  padding: 14px 18px; border-radius: var(--r);
  box-shadow: var(--shadow-lg);
  display: flex; align-items: center; gap: 12px;
  max-width: 220px;
}
.float-icon { font-size: 28px; }
.about-float-badge div { display: flex; flex-direction: column; gap: 2px; }
.about-float-badge strong { font-size: 13px; font-weight: 700; color: var(--green-dark); }
.about-float-badge span  { font-size: 11px; color: var(--green-mid); }
.about-text { padding-left: 8px; }
.about-text h2 { margin: 8px 0 16px; }
.ahli-tag { display: inline-block; background: var(--green-dark); color: var(--yellow); font-size: 12px; font-weight: 800; letter-spacing: 3px; padding: 4px 14px; border-radius: 4px; margin-bottom: 18px; }
.lead-text { font-size: 16px; line-height: 1.7; color: var(--text-d); margin-bottom: 14px; }
.about-text p { color: var(--text-m); font-size: 14px; line-height: 1.7; margin-bottom: 24px; }
.about-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.pill { background: var(--white); border: 1px solid var(--gray-l); color: var(--text-m); padding: 6px 14px; border-radius: 20px; font-size: 13px; font-weight: 600; }

/* ---- VISI MISI ---- */
.visi-misi { position: relative; }
.vm-bg { position: absolute; inset: 0; }
.vm-bg img { width: 100%; height: 100%; object-fit: cover; }
.vm-overlay { position: absolute; inset: 0; background: rgba(26,74,46,.88); }
.visi-misi .container { position: relative; z-index: 2; }
.vm-grid { display: grid; grid-template-columns: 1fr auto 1fr; gap: 40px; align-items: start; }
.vm-divider-v { width: 1px; background: rgba(240,196,25,.3); min-height: 200px; align-self: stretch; }
.vm-icon { font-size: 32px; margin-bottom: 10px; }
.vm-head { font-family: var(--font-disp); font-size: 52px; font-weight: 900; color: var(--yellow); line-height: 1; margin-bottom: 20px; letter-spacing: -2px; }
.vm-card p { color: rgba(255,255,255,.85); line-height: 1.7; font-size: 15px; }
.misi-list { list-style: none; display: flex; flex-direction: column; gap: 14px; }
.misi-list li { display: flex; align-items: flex-start; gap: 10px; color: rgba(255,255,255,.85); font-size: 15px; line-height: 1.6; }
.misi-list li::before { content: '•'; color: var(--yellow); font-size: 20px; line-height: 1.2; flex-shrink: 0; }

/* ---- AKTIVITAS ---- */
.aktivitas { background: var(--green-dark); }
.act-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }
.act-card { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1); border-radius: var(--rl); overflow: hidden; transition: transform .3s, box-shadow .3s; }
.act-card:hover { transform: translateY(-6px); box-shadow: 0 20px 48px rgba(0,0,0,.3); }
.act-img { aspect-ratio: 16/9; overflow: hidden; }
.act-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.act-card:hover .act-img img { transform: scale(1.06); }
.act-body { padding: 28px; }
.act-num { font-family: var(--font-disp); font-size: 40px; font-weight: 900; color: rgba(240,196,25,.25); line-height: 1; margin-bottom: 8px; }
.act-card h3 { color: var(--yellow); font-size: 17px; font-weight: 700; margin-bottom: 10px; line-height: 1.3; }
.act-card p  { color: rgba(255,255,255,.72); font-size: 14px; line-height: 1.7; }

/* ---- SERTIFIKASI ---- */
.sertifikasi { background: var(--off-white); }
.cert-banner { position: relative; border-radius: var(--rl); overflow: hidden; margin-bottom: 48px; height: 200px; }
.cert-banner img { width: 100%; height: 100%; object-fit: cover; }
.cert-banner-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(26,74,46,.85) 0%, rgba(26,74,46,.5) 100%);
  display: flex; flex-direction: column; justify-content: center;
  padding: 0 40px; gap: 6px;
}
.cert-banner-overlay span { color: #fff; font-size: 24px; font-weight: 700; font-family: var(--font-disp); }
.cert-banner-sub { font-size: 14px !important; font-weight: 400 !important; color: var(--yellow) !important; font-family: var(--font-body) !important; letter-spacing: 2px; }
.cert-flow { display: flex; align-items: stretch; gap: 8px; overflow-x: auto; padding-bottom: 12px; }
.cert-step { flex: 1; min-width: 175px; background: var(--white); border-radius: var(--r); padding: 24px 20px; box-shadow: var(--shadow); border-top: 4px solid var(--green-light); transition: all .3s; display: flex; flex-direction: column; }
.cert-step:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.cert-step.gold-step { border-top-color: var(--yellow); }
.cs-num { font-family: var(--font-disp); font-size: 28px; font-weight: 900; color: var(--gray-l); line-height: 1; margin-bottom: 12px; }
.cs-num.gold { color: var(--yellow); }
.cert-step h3 { font-size: 14px; font-weight: 700; color: var(--green-dark); margin-bottom: 10px; }
.cert-step p, .cert-step ul { font-size: 12px; color: var(--text-m); line-height: 1.6; }
.cert-step ul { list-style: none; display: flex; flex-direction: column; gap: 5px; }
.cert-step ul li::before { content: '→ '; color: var(--green-acc); font-weight: 700; }
.cs-arrow { font-size: 24px; color: var(--yellow-dk); flex-shrink: 0; font-weight: 700; display: flex; align-items: center; padding: 0 4px; }

/* ---- TARGET ---- */
.target { background: var(--white); }
.target-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 24px; }
.target-card { border-radius: var(--rl); overflow: hidden; border: 2px solid var(--gray-l); transition: all .3s; }
.target-card:hover { border-color: var(--green-acc); transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.target-card.featured-card { border-color: var(--yellow); }
.target-img { position: relative; aspect-ratio: 16/10; overflow: hidden; }
.target-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.target-card:hover .target-img img { transform: scale(1.06); }
.target-img-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, transparent 40%, rgba(26,74,46,.5)); }
.target-body { padding: 24px; }
.target-icons { font-size: 28px; margin-bottom: 12px; letter-spacing: 4px; }
.target-card h3 { font-size: 16px; font-weight: 700; color: var(--green-dark); margin-bottom: 8px; line-height: 1.3; }
.target-card p  { font-size: 13px; color: var(--text-m); line-height: 1.6; }

/* ---- MILESTONE ---- */
.milestone { background: var(--green-mid); }
.ms-flow { display: flex; align-items: stretch; gap: 6px; overflow-x: auto; padding-bottom: 12px; }
.ms-step { flex: 1; min-width: 155px; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.14); border-radius: var(--r); padding: 22px 16px; transition: all .3s; display: flex; flex-direction: column; }
.ms-step:hover { background: rgba(255,255,255,.16); transform: translateY(-4px); }
.ms-step.ms-active { background: rgba(240,196,25,.15); border-color: rgba(240,196,25,.4); }
.ms-num { font-size: 11px; font-weight: 800; color: var(--yellow); letter-spacing: 2px; margin-bottom: 8px; }
.ms-title { font-size: 13px; font-weight: 700; color: #fff; margin-bottom: 12px; line-height: 1.3; }
.ms-step ul { list-style: none; display: flex; flex-direction: column; gap: 5px; }
.ms-step ul li { font-size: 12px; color: rgba(255,255,255,.7); padding-left: 12px; position: relative; }
.ms-step ul li::before { content: '•'; position: absolute; left: 0; color: var(--yellow); }
.ms-arr { font-size: 28px; color: var(--yellow); opacity: .5; flex-shrink: 0; font-weight: 700; display: flex; align-items: center; padding: 0 2px; }

/* ---- STRUKTUR ---- */
.struktur { background: var(--off-white); }
.pengurus-banner { position: relative; border-radius: var(--rl); overflow: hidden; height: 220px; margin-bottom: 48px; }
.pengurus-banner img { width: 100%; height: 100%; object-fit: cover; }
.pb-overlay { position: absolute; inset: 0; background: rgba(26,74,46,.6); display: flex; align-items: flex-end; padding: 24px; }
.pb-overlay span { color: #fff; font-size: 18px; font-weight: 700; font-family: var(--font-disp); }
.org-level { margin-bottom: 36px; }
.org-label { font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--green-acc); margin-bottom: 14px; padding-left: 10px; border-left: 3px solid var(--yellow); }
.org-label.gold-label { color: var(--yellow-dk); }
.org-row { display: flex; gap: 14px; overflow-x: auto; padding-bottom: 4px; }
.org-row.flex-wrap { flex-wrap: wrap; overflow-x: visible; gap: 14px; }
.org-card { display: flex; align-items: center; gap: 14px; background: var(--white); border-radius: var(--r); padding: 14px 18px; box-shadow: var(--shadow); flex: 1; min-width: 220px; transition: all .3s; border-left: 4px solid var(--gray-l); }
.org-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.org-card.gold-card { border-left-color: var(--yellow); }
.org-card.sm-card { min-width: 0; width: calc(33.333% - 10px); flex-shrink: 0; flex-grow: 0; }
.org-row.kabid-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; overflow-x: visible; flex-wrap: unset; }
.kabid-card { min-width: 0 !important; width: 100% !important; }
.org-photo { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; flex-shrink: 0; border: 2px solid var(--gray-l); }
.org-photo.sm { width: 44px; height: 44px; }
.org-info { display: flex; flex-direction: column; gap: 3px; }
.org-info strong { font-size: 13px; font-weight: 700; color: var(--text-d); line-height: 1.3; }
.org-info span   { font-size: 11px; color: var(--gray); font-weight: 500; }
.gold-role { color: var(--yellow-dk) !important; font-weight: 700 !important; }

/* ---- HALAL HUB ---- */
.halalhub { background: var(--green-dark); color: #fff; }
.hub-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.hub-text .section-eyebrow { background: rgba(255,255,255,.15); }
.hub-text h2 { color: var(--yellow); font-family: var(--font-disp); margin: 8px 0 18px; }
.hub-text p { color: rgba(255,255,255,.8); font-size: 15px; line-height: 1.7; margin-bottom: 14px; }
.hub-badge { display: flex; align-items: center; gap: 16px; background: rgba(240,196,25,.1); border: 1px solid rgba(240,196,25,.3); border-radius: var(--r); padding: 16px 20px; margin: 24px 0; }
.hub-year { font-family: var(--font-disp); font-size: 36px; font-weight: 900; color: var(--yellow); flex-shrink: 0; }
.hub-badge div { font-size: 14px; color: rgba(255,255,255,.9); line-height: 1.5; }
.hub-sectors-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.hub-sector-pill { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.85); padding: 7px 14px; border-radius: 20px; font-size: 13px; font-weight: 600; }
.hub-img-wrap { position: relative; border-radius: var(--rl); overflow: hidden; aspect-ratio: 1; }
.hub-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.hub-img-badge {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  background: rgba(26,74,46,.85); backdrop-filter: blur(8px);
  color: var(--yellow); font-size: 16px; font-weight: 900; letter-spacing: 2px;
  text-align: center; padding: 20px 28px; border-radius: var(--r);
  border: 2px solid rgba(240,196,25,.4);
  line-height: 1.5; font-family: var(--font-disp);
}

/* ---- MITRA ---- */
.mitra { background: var(--white); }
.mitra-cat { margin-bottom: 40px; }
.mcat-title { font-size: 14px; font-weight: 700; color: var(--green-dark); margin-bottom: 14px; padding-bottom: 8px; border-bottom: 2px solid var(--yellow); display: inline-block; }
/* .mitra-row base overridden per .mitra-logo-card section */
.mitra-row.flex-wrap-row { /* grid layout handled by .mitra-row */ }
.mitra-row { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 16px; }
.mitra-logo-card { background: var(--white); border: 1px solid var(--gray-l); border-radius: var(--r); padding: 20px 16px; display: flex; align-items: center; justify-content: center; transition: all .25s; cursor: default; aspect-ratio: 2.5/1; }
.mitra-logo-card:hover { border-color: var(--green-acc); transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.mitra-logo-card img { width: 100%; height: 100%; object-fit: contain; filter: grayscale(20%); transition: filter .25s; }
.mitra-logo-card:hover img { filter: grayscale(0%); }
.mitra-logo-card.sm { aspect-ratio: 2.5/1; padding: 16px 12px; }
.mitra-logo-card.sm img { width: 100%; height: 100%; }

/* ---- MEMBER ---- */
.member { background: var(--green-dark); }
.member-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.member-logo-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: var(--r);
  padding: 20px 16px 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  transition: all .25s;
  cursor: default;
  overflow: hidden;
}
.member-logo-card:hover {
  background: rgba(255,255,255,.14);
  border-color: var(--yellow);
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,.25);
}
.member-logo-card img {
  width: 100%;
  object-fit: contain;
  border-radius: 6px;
  filter: brightness(1);
  transition: filter .25s;
}
.member-logo-card:hover img {
  filter: brightness(1.1);
}
.member-name {
  font-size: 11px;
  font-weight: 600;
  color: rgba(255,255,255,.5);
  text-align: center;
  line-height: 1.3;
  letter-spacing: .3px;
}
.member-logo-card:hover .member-name {
  color: var(--yellow);
}

/* ---- KONTAK ---- */
.kontak { position: relative; }
.kontak-bg { position: absolute; inset: 0; }
.kontak-bg img { width: 100%; height: 100%; object-fit: cover; }
.kontak-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(26,74,46,.95) 0%, rgba(26,74,46,.88) 100%); }
.kontak .container { position: relative; z-index: 2; }
.kontak-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.footer-logo { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; }
.footer-logo-img { width: 52px; height: 52px; border-radius: 10px; object-fit: cover; }
.footer-logo-text { display: flex; flex-direction: column; line-height: 1.2; }
.footer-logo-text strong { font-size: 13px; font-weight: 800; color: #fff; letter-spacing: .5px; }
.footer-logo-text span   { font-size: 10px; font-weight: 600; color: var(--yellow); letter-spacing: 1px; }
.salam { font-family: var(--font-disp); font-size: 56px; font-weight: 900; color: var(--yellow); line-height: 1; margin-bottom: 8px; }
.salam-tagline { color: rgba(255,255,255,.65); font-size: 15px; font-style: italic; margin-bottom: 32px; }
.kontak-list { display: flex; flex-direction: column; gap: 14px; }
.k-item { display: flex; align-items: flex-start; gap: 14px; }
.k-item, .k-item a { text-decoration: none; }
.k-ic { width: 40px; height: 40px; background: rgba(240,196,25,.12); border: 1px solid rgba(240,196,25,.25); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 16px; color: var(--yellow); font-weight: 700; flex-shrink: 0; }
.k-item > div { display: flex; flex-direction: column; gap: 2px; }
.k-lb  { font-size: 10px; font-weight: 600; color: rgba(255,255,255,.45); letter-spacing: 1px; text-transform: uppercase; }
.k-val { font-size: 14px; font-weight: 600; color: rgba(255,255,255,.9); }
.k-item a .k-val:hover { color: var(--yellow); }
.kontak-right { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); border-radius: var(--rl); padding: 44px; text-align: center; }
.kontak-right h3 { font-family: var(--font-disp); font-size: 28px; font-weight: 700; color: #fff; margin-bottom: 14px; }
.kontak-right p  { color: rgba(255,255,255,.72); font-size: 14px; line-height: 1.7; margin-bottom: 24px; }
.kontak-qr { display: flex; flex-direction: column; align-items: center; gap: 10px; margin-bottom: 28px; }
.kontak-qr img { width: 160px; height: 160px; border-radius: var(--r); border: 4px solid rgba(255,255,255,.2); object-fit: cover; }
.kontak-qr span { font-size: 12px; color: rgba(255,255,255,.6); font-weight: 500; letter-spacing: 1px; }

/* ---- FOOTER ---- */
.footer { background: #0f2d1c; padding: 20px 0; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; font-size: 12px; color: rgba(255,255,255,.4); }

/* ---- SCROLL ANIMATIONS ---- */
.fade-up { opacity: 0; transform: translateY(28px); transition: opacity .6s ease, transform .6s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }

/* ---- RESPONSIVE ---- */
@media (max-width: 1024px) {
  .about-grid  { grid-template-columns: 1fr; }
  .about-images { display: none; }
  .hub-grid    { grid-template-columns: 1fr; }
  .hub-img-wrap { display: none; }
  .kontak-grid { grid-template-columns: 1fr; gap: 40px; }
  .member-grid { grid-template-columns: repeat(3,1fr); }
}
@media (max-width: 768px) {
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .nav-links.open {
    display: flex; flex-direction: column;
    position: absolute; top: 100%; left: 0; right: 0;
    background: var(--green-dark); padding: 20px 24px; gap: 4px;
  }
  .hero { padding-top: 70px; }
  .hero-title { font-size: 36px; }
  .hero-stats { padding: 18px 20px; }
  .hstat { padding: 0 16px; }
  .vm-grid { grid-template-columns: 1fr; }
  .vm-divider-v { display: none; }
  .act-grid { grid-template-columns: 1fr; }
  .target-grid { grid-template-columns: 1fr; }
  .member-grid { grid-template-columns: repeat(2,1fr); }
  .cert-flow { flex-direction: column; }
  .cs-arrow { transform: rotate(90deg); align-self: center; padding: 0 0 0 20px; }
  .ms-flow { flex-direction: column; }
  .ms-arr { transform: rotate(90deg); align-self: flex-start; padding: 0 0 0 24px; }
  .org-row { flex-direction: column; }
  section { padding: 60px 0; }
  .salam { font-size: 44px; }
}
@media (max-width: 480px) {
  .member-grid { grid-template-columns: 1fr 1fr; }
  .footer-inner { flex-direction: column; gap: 8px; text-align: center; }
  .img-secondary { display: none; }
  .about-float-badge { display: none; }
}