/* ===================================================================
   AS'ADIYAH 2026 - asadiyah-2026.css FINAL CI4 - FULL RESTORED
   - Semua style HOME dikunci di .asadiyah-home-wrapper
   - Tidak ada selector global body/header/* yang bocor
   =================================================================== */

:root {
  --primary: #087443; 
  --primary-dark: #075f38; 
  --primary-soft: #eaf6f0; 
  --primary-ring: rgba(8,116,67,.18);
  --gold: #c99a2e; 
  --gold-soft: #fdf3dc;
  --dark: #0f172a; 
  --ink: #1f2937; 
  --text: #374151; 
  --muted: #6b7280;
  --bg: #f6f8f6; 
  --bg-cream: #fdfaf3; 
  --white: #ffffff;
  --border: #e8ece9; 
  --border-strong: #d6ddd8;
  --radius-sm: 12px; 
  --radius: 18px; 
  --radius-lg: 26px; 
  --radius-pill: 100px;
  --shadow-xs: 0 2px 8px rgba(16,37,27,.04);
  --shadow: 0 8px 24px rgba(16,37,27,.06);
  --shadow-md: 0 12px 32px rgba(16,37,27,.08);
  --shadow-hover: 0 18px 42px rgba(16,37,27,.12);
  --font-ui: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
  --font-display: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
  --container: 1280px;
}

/* --- GLOBAL AMAN (boleh di semua page) --- */
.asadiyah-container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.asadiyah-main-wrapper { min-height: 60vh; background: var(--bg); }
.asadiyah-footer-2026 {
  margin-top: 70px; padding: 32px 0;
  background: radial-gradient(ellipse 600px 200px at 15% 0%, rgba(8,116,67,0.10) 0%, transparent 60%),
              radial-gradient(ellipse 500px 180px at 85% 100%, rgba(201,154,46,0.13) 0%, transparent 60%), #ffffff;
  border-top: 1px solid rgba(0,0,0,.06);
}
.asadiyah-footer-links { color: rgba(0,0,0,.62) !important; margin-bottom: 6px; font-size: 13px; line-height: 1.6; text-align: center; }
.asadiyah-footer-links a { font-size: 13px; color: rgba(0,0,0,.62) !important; margin: 0 6px; text-decoration: none !important; transition: color .2s; }
.asadiyah-footer-links a:hover { color: var(--primary) !important; }
.asadiyah-footer-sub { font-size: 12px; color: rgba(0,0,0,.45) !important; }

/* --- WRAPPER HOME - KUNCI UTAMA ANTI BOCOR --- */
.asadiyah-home-wrapper {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-ui);
  font-size: 15px;
  line-height: 1.6;
  padding-bottom: 80px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.asadiyah-home-wrapper * { box-sizing: border-box; }
.asadiyah-home-wrapper img { max-width: 100%; height: auto; }
.asadiyah-home-wrapper a { text-decoration: none !important; }
.asadiyah-home-wrapper .asadiyah-section { margin-bottom: 48px; }
.asadiyah-home-wrapper .asadiyah-section-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin-bottom: 20px; }
.asadiyah-home-wrapper .asadiyah-section-heading { display: flex; align-items: center; gap: 12px; }
.asadiyah-home-wrapper .asadiyah-section-heading::before { content: ""; width: 4px; height: 24px; flex: 0 0 4px; border-radius: 10px; background: var(--primary); }
.asadiyah-home-wrapper .asadiyah-section-title { margin: 0; color: var(--dark); font-family: var(--font-ui); font-size: 22px; line-height: 1.2; font-weight: 800; letter-spacing: -.02em; }
.asadiyah-home-wrapper .asadiyah-more { display: inline-flex; align-items: center; gap: 8px; padding: 8px 16px; border: 1px solid var(--border); border-radius: var(--radius-pill); background: var(--white); color: var(--ink); font-size: 13px; font-weight: 600; transition: all .25s ease; }
.asadiyah-home-wrapper .asadiyah-more i { transition: transform .25s ease; }
.asadiyah-home-wrapper .asadiyah-more:hover { background: var(--ink); border-color: var(--ink); color: #fff !important; transform: translateY(-1px); box-shadow: var(--shadow-xs); }
.asadiyah-home-wrapper .asadiyah-more:hover i { transform: translateX(3px); }
.asadiyah-home-wrapper .asadiyah-clickable { cursor: pointer; }

/* HERO */
.asadiyah-home-wrapper .asadiyah-hero { padding-top: 28px; padding-bottom: 12px; }
.asadiyah-home-wrapper .asadiyah-hero-slider-wrap { position: relative; }
.asadiyah-home-wrapper .asadiyah-hero-slider { position: relative; width: 100%; aspect-ratio: 16/6.5; min-height: 380px; overflow: hidden; border-radius: var(--radius-lg); background: #dfe7e2; box-shadow: var(--shadow-md); isolation: isolate; }
.asadiyah-home-wrapper .asadiyah-hero-slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transform: scale(1.02); transition: opacity .6s ease, transform .8s ease, visibility .6s ease; }
.asadiyah-home-wrapper .asadiyah-hero-slide.active { opacity: 1; visibility: visible; z-index: 2; transform: scale(1); }
.asadiyah-home-wrapper .asadiyah-hero-slide > a { position: relative; display: block; width: 100%; height: 100%; }
.asadiyah-home-wrapper .asadiyah-hero-slide img { display: block; width: 100%; height: 100%; object-fit: cover; }
.asadiyah-home-wrapper .asadiyah-hero-slide > a::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.2) 50%, transparent 100%); }
.asadiyah-home-wrapper .asadiyah-hero-caption { position: absolute; z-index: 3; left: 0; right: 0; bottom: 0; padding: 40px 36px 32px; color: #fff; }
.asadiyah-home-wrapper .asadiyah-hero-caption-inner { max-width: 720px; }
.asadiyah-home-wrapper .asadiyah-hero-label { display: inline-flex; align-items: center; padding: 6px 12px; margin-bottom: 12px; border-radius: var(--radius-pill); background: var(--primary); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.asadiyah-home-wrapper .asadiyah-hero-caption h2 { margin: 0; color: #ffffff !important; font-family: var(--font-ui); font-size: 28px; line-height: 1.3; font-weight: 800; letter-spacing: -.02em; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.asadiyah-home-wrapper .asadiyah-hero-control { position: absolute; top: 50%; transform: translateY(-50%); z-index: 5; width: 44px; height: 44px; border-radius: 50%; border: 0; background: rgba(255,255,255,.92); color: var(--dark); display: flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: var(--shadow-xs); transition: all .2s; }
.asadiyah-home-wrapper .asadiyah-hero-control:hover { background: #fff; transform: translateY(-50%) scale(1.05); }
.asadiyah-home-wrapper .asadiyah-hero-prev { left: 16px; }
.asadiyah-home-wrapper .asadiyah-hero-next { right: 16px; }
.asadiyah-home-wrapper .asadiyah-hero-dots { position: absolute; z-index: 5; bottom: 18px; left: 50%; transform: translateX(-50%); display: flex; gap: 8px; }
.asadiyah-home-wrapper .asadiyah-hero-dots button { width: 8px; height: 8px; border-radius: 50%; border: 0; background: rgba(255,255,255,.5); cursor: pointer; transition: all .2s; }
.asadiyah-home-wrapper .asadiyah-hero-dots button.active { background: #fff; width: 24px; border-radius: 10px; }

/* ANNOUNCEMENT */
.asadiyah-home-wrapper .asadiyah-announcement { display: flex; align-items: stretch; margin: 20px 0 40px; overflow: hidden; border: 1px solid var(--border); border-radius: 14px; background: var(--white); box-shadow: var(--shadow-xs); }
.asadiyah-home-wrapper .asadiyah-announcement-title { display: flex; align-items: center; gap: 8px; padding: 12px 18px; flex-shrink: 0; background: var(--primary); color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .05em; }
.asadiyah-home-wrapper .asadiyah-announcement-marquee { flex: 1; min-width: 0; overflow: hidden; display: flex; align-items: center; }
.asadiyah-home-wrapper .asadiyah-announcement-track { display: flex; gap: 42px; width: max-content; white-space: nowrap; padding: 12px 18px; font-size: 13.5px; animation: asadiyah-marquee 60s linear infinite; }
.asadiyah-home-wrapper .asadiyah-announcement-marquee:hover .asadiyah-announcement-track { animation-play-state: paused; }
.asadiyah-home-wrapper .asadiyah-announcement-empty { padding: 12px 18px; font-size: 13px; color: var(--muted); }
@keyframes asadiyah-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* FEATURED */
.asadiyah-home-wrapper .asadiyah-featured { position: relative; height: 420px; overflow: hidden; border-radius: 18px; background: #dfe7e2; box-shadow: var(--shadow); }
.asadiyah-home-wrapper .asadiyah-featured > a { position: relative; display: block; width: 100%; height: 100%; }
.asadiyah-home-wrapper .asadiyah-featured img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.16,1,.3,1); }
.asadiyah-home-wrapper .asadiyah-featured:hover img { transform: scale(1.05); }
.asadiyah-home-wrapper .asadiyah-featured-overlay { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 24px; background: linear-gradient(to top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.1) 60%, transparent); }
.asadiyah-home-wrapper .asadiyah-featured-overlay-content { background: rgba(255,255,255,0.95); backdrop-filter: blur(8px); padding: 18px 20px; border-radius: 14px; box-shadow: 0 4px 20px rgba(0,0,0,0.15); border: 1px solid rgba(255,255,255,0.4); }
.asadiyah-home-wrapper .asadiyah-category { display: inline-flex; width: max-content; padding: 4px 10px; border-radius: var(--radius-pill); background: var(--primary-soft); color: var(--primary); font-size: 11px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; margin-bottom: 8px; }
.asadiyah-home-wrapper .asadiyah-featured-overlay h2 { margin: 0; color: #0f172a !important; font-family: var(--font-ui); font-size: 20px; line-height: 1.35; font-weight: 800; letter-spacing: -.02em; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.asadiyah-home-wrapper .asadiyah-featured-date { color: var(--muted); font-size: 12px; margin-top: 8px; display: inline-flex; gap: 6px; align-items: center; }

/* HEADLINE */
.asadiyah-home-wrapper .asadiyah-headline-list { display: flex; flex-direction: column; gap: 12px; }
.asadiyah-home-wrapper .asadiyah-headline-item { display: flex; gap: 14px; min-height: 92px; padding: 12px; border: 1px solid var(--border); border-radius: 16px; background: var(--white); transition: all .25s ease; }
.asadiyah-home-wrapper .asadiyah-headline-item:hover { transform: translateY(-2px); box-shadow: var(--shadow); border-color: var(--border-strong); }
.asadiyah-home-wrapper .asadiyah-headline-item > a { flex: 0 0 88px; }
.asadiyah-home-wrapper .asadiyah-headline-item img { width: 88px; height: 74px; object-fit: cover; border-radius: 10px; transition: transform .3s ease; }
.asadiyah-home-wrapper .asadiyah-headline-item:hover img { transform: scale(1.03); }
.asadiyah-home-wrapper .asadiyah-headline-title { margin: 0 0 6px; font-size: 14px; line-height: 1.4; font-weight: 700; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.asadiyah-home-wrapper .asadiyah-headline-title a { color: var(--ink) !important; transition: color .2s; }
.asadiyah-home-wrapper .asadiyah-headline-title a:hover { color: var(--primary) !important; }
.asadiyah-home-wrapper .asadiyah-meta-date { color: var(--muted); font-size: 11.5px; }

/* COUNTER */
.asadiyah-home-wrapper .asadiyah-counter-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.asadiyah-home-wrapper .asadiyah-counter-card { padding: 22px 16px; text-align: center; border: 1px solid var(--border); border-radius: 18px; background: var(--white); transition: all .3s cubic-bezier(.16,1,.3,1); }
.asadiyah-home-wrapper .asadiyah-counter-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--primary-ring); }
.asadiyah-home-wrapper .asadiyah-counter-icon { width: 48px; height: 48px; margin: 0 auto 12px; display: flex; align-items: center; justify-content: center; border-radius: 14px; font-size: 18px; background: var(--primary-soft); color: var(--primary); }
.asadiyah-home-wrapper .asadiyah-counter-card h3 { margin: 0; font-size: 22px; font-weight: 800; color: var(--dark); }
.asadiyah-home-wrapper .asadiyah-counter-card h3 a { color: var(--dark) !important; }
.asadiyah-home-wrapper .asadiyah-counter-card p { margin: 6px 0 0; color: var(--muted); font-size: 12.5px; font-weight: 600; text-transform: uppercase; }

/* NEWS CARD */
.asadiyah-home-wrapper .asadiyah-news-card { height: 100%; overflow: hidden; border: 1px solid var(--border); border-radius: 20px; background: var(--white); box-shadow: var(--shadow-xs); display: flex; flex-direction: column; transition: all .3s cubic-bezier(.16,1,.3,1); }
.asadiyah-home-wrapper .asadiyah-news-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--border-strong); }
.asadiyah-home-wrapper .asadiyah-news-image-link { display: block; overflow: hidden; aspect-ratio: 16/10; background: #eef3ef; }
.asadiyah-home-wrapper .asadiyah-news-image { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.16,1,.3,1); }
.asadiyah-home-wrapper .asadiyah-news-card:hover .asadiyah-news-image { transform: scale(1.06); }
.asadiyah-home-wrapper .asadiyah-news-body { padding: 18px 20px; display: flex; flex-direction: column; flex: 1; }
.asadiyah-home-wrapper .asadiyah-news-meta { color: var(--muted); font-size: 11.5px; font-weight: 600; text-transform: uppercase; letter-spacing: .04em; }
.asadiyah-home-wrapper .asadiyah-news-title { margin: 8px 0 0; font-family: var(--font-ui); font-size: 15px; line-height: 1.45; font-weight: 700; letter-spacing: -.01em; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.asadiyah-home-wrapper .asadiyah-news-title a { color: var(--ink) !important; transition: color .2s; }
.asadiyah-home-wrapper .asadiyah-news-title a:hover { color: var(--primary) !important; }

/* CATEGORY NEWS */
.asadiyah-home-wrapper .asadiyah-category-news { display: flex; gap: 14px; min-height: 94px; padding: 14px; border: 1px solid var(--border); border-radius: 16px; background: var(--white); transition: all .25s ease; align-items: flex-start; }
.asadiyah-home-wrapper .asadiyah-category-news:hover { transform: translateY(-2px); box-shadow: var(--shadow); border-color: var(--border-strong); }
.asadiyah-home-wrapper .asadiyah-category-news > a { flex: 0 0 84px; }
.asadiyah-home-wrapper .asadiyah-category-news img { width: 84px; height: 80px; object-fit: cover; border-radius: 12px; transition: transform .3s; }
.asadiyah-home-wrapper .asadiyah-category-news:hover img { transform: scale(1.03); }
.asadiyah-home-wrapper .asadiyah-category-news-title { color: var(--ink) !important; font-size: 14px !important; line-height: 1.45 !important; font-weight: 700 !important; margin: 0; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }
.asadiyah-home-wrapper .asadiyah-category-news-title a { color: var(--ink) !important; }
.asadiyah-home-wrapper .asadiyah-category-news-title a:hover { color: var(--primary) !important; }

/* LEMBAGA */
.asadiyah-home-wrapper .asadiyah-lembaga-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.asadiyah-home-wrapper .asadiyah-service-card { min-height: 165px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 20px 14px; text-align: center; border: 1px solid var(--border); border-radius: 20px; background: var(--bg-cream); transition: all .3s cubic-bezier(.16,1,.3,1); }
.asadiyah-home-wrapper .asadiyah-service-card:hover { transform: translateY(-5px); border-color: var(--primary); background: var(--primary); box-shadow: var(--shadow-md); }
.asadiyah-home-wrapper .asadiyah-service-card a { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; }
.asadiyah-home-wrapper .asadiyah-service-image { width: 54px; height: 54px; margin: 0 auto 12px; display: block; object-fit: contain; transition: transform .3s; }
.asadiyah-home-wrapper .asadiyah-service-card:hover .asadiyah-service-image { transform: scale(1.1); }
.asadiyah-home-wrapper .asadiyah-service-title { margin: 0; color: var(--ink); font-size: 13.5px; font-weight: 700; transition: color .3s; }
.asadiyah-home-wrapper .asadiyah-service-card:hover .asadiyah-service-title { color: #fff !important; }

/* EBOOK & GALLERY */
.asadiyah-home-wrapper .asadiyah-ebook-card { position: relative; height: 280px; overflow: hidden; border-radius: 20px; background: #eef3ef; box-shadow: var(--shadow-xs); }
.asadiyah-home-wrapper .asadiyah-ebook-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.asadiyah-home-wrapper .asadiyah-ebook-card:hover img { transform: scale(1.06); }
.asadiyah-home-wrapper .asadiyah-ebook-overlay { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 20px; background: linear-gradient(to top, rgba(0,0,0,.88), rgba(0,0,0,.1) 62%); color: #fff; }
.asadiyah-home-wrapper .asadiyah-ebook-category { width: max-content; margin-bottom: 8px; padding: 5px 10px; border-radius: 20px; background: var(--white); color: var(--primary); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.asadiyah-home-wrapper .asadiyah-ebook-title { color: #ffffff !important; font-size: 15px !important; font-weight: 700 !important; line-height: 1.4 !important; margin: 0; }
.asadiyah-home-wrapper .asadiyah-ebook-title a { color: #ffffff !important; }

.asadiyah-home-wrapper .asadiyah-gallery { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.asadiyah-home-wrapper .asadiyah-gallery-item { position: relative; display: block; overflow: hidden; aspect-ratio: 1/1; border-radius: 18px; background: #ddd; box-shadow: var(--shadow-xs); }
.asadiyah-home-wrapper .asadiyah-gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(.16,1,.3,1); }
.asadiyah-home-wrapper .asadiyah-gallery-item:hover img { transform: scale(1.08); }
.asadiyah-home-wrapper .asadiyah-gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.7), transparent 58%); }
.asadiyah-home-wrapper .asadiyah-gallery-icon { position: absolute; top: 12px; right: 12px; z-index: 2; width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: rgba(255,255,255,.92); color: var(--dark); font-size: 11px; box-shadow: var(--shadow-xs); }
.asadiyah-home-wrapper .asadiyah-gallery-caption { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; padding: 36px 14px 14px; color: #fff; font-size: 12.5px; line-height: 1.35; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }

/* WIDGETS */
.asadiyah-home-wrapper .asadiyah-widget { margin-bottom: 24px; padding: 22px; border: 1px solid var(--border); border-radius: 20px; background: var(--white); box-shadow: var(--shadow-xs); }
.asadiyah-home-wrapper .asadiyah-widget-title { margin-bottom: 18px; color: var(--dark); font-family: var(--font-ui); font-size: 18px; line-height: 1.2; font-weight: 800; letter-spacing: -.02em; }
.asadiyah-home-wrapper .asadiyah-leader { text-align: center; }
.asadiyah-home-wrapper .asadiyah-leader img { width: 100%; max-height: 280px; object-fit: cover; border-radius: 16px; box-shadow: var(--shadow-xs); }
.asadiyah-home-wrapper .asadiyah-leader-name { margin-top: 14px; color: var(--ink); font-size: 15px; font-weight: 800; }
.asadiyah-home-wrapper .asadiyah-small-news { display: flex; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--border); }
.asadiyah-home-wrapper .asadiyah-small-news:last-child { border-bottom: 0; padding-bottom: 0; }
.asadiyah-home-wrapper .asadiyah-small-news:first-child { padding-top: 0; }
.asadiyah-home-wrapper .asadiyah-small-news-number { width: 30px; height: 30px; flex: 0 0 30px; display: flex; align-items: center; justify-content: center; border-radius: 10px; background: var(--primary-soft); color: var(--primary); font-size: 12px; font-weight: 800; }
.asadiyah-home-wrapper .asadiyah-populer-title { margin: 0 0 4px; font-size: 14px; line-height: 1.45; font-weight: 700; }
.asadiyah-home-wrapper .asadiyah-populer-title a { color: var(--ink) !important; }
.asadiyah-home-wrapper .asadiyah-populer-title a:hover { color: var(--primary) !important; }
.asadiyah-home-wrapper .asadiyah-poll-question { margin-bottom: 12px; font-size: 14px; line-height: 1.5; font-weight: 700; color: var(--ink); }
.asadiyah-home-wrapper .asadiyah-poll-option { display: flex; gap: 8px; align-items: center; padding: 8px 0; font-size: 13.5px; cursor: pointer; }
.asadiyah-home-wrapper .asadiyah-poll-button { width: 100%; margin-top: 10px; padding: 10px 14px; border: 0; border-radius: var(--radius-pill); background: var(--primary); color: #fff; font-size: 13px; font-weight: 800; cursor: pointer; transition: background .2s, transform .2s; }
.asadiyah-home-wrapper .asadiyah-poll-button:hover { background: var(--primary-dark); transform: translateY(-1px); }
.asadiyah-home-wrapper .asadiyah-poll-progress { height: 18px; background: var(--bg); border-radius: 10px; overflow: hidden; }
.asadiyah-home-wrapper .asadiyah-poll-bar { background: var(--primary); color: #fff; font-size: 11px; display: flex; align-items: center; justify-content: center; }
.asadiyah-home-wrapper .asadiyah-agenda { display: flex; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--border); align-items: flex-start; }
.asadiyah-home-wrapper .asadiyah-agenda:last-child { border-bottom: 0; padding-bottom: 0; }
.asadiyah-home-wrapper .asadiyah-agenda:first-child { padding-top: 0; }
.asadiyah-home-wrapper .asadiyah-agenda > a { flex: 0 0 68px; }
.asadiyah-home-wrapper .asadiyah-agenda img { width: 68px; height: 68px; object-fit: cover; border-radius: 12px; }
.asadiyah-home-wrapper .asadiyah-agenda-title { color: var(--ink) !important; font-size: 14px !important; line-height: 1.45 !important; font-weight: 700 !important; margin: 0; }
.asadiyah-home-wrapper .asadiyah-agenda-title a { color: var(--ink) !important; }
.asadiyah-home-wrapper .asadiyah-agenda-title a:hover { color: var(--primary) !important; }
.asadiyah-home-wrapper .asadiyah-quote { margin: 0; padding: 8px 0 8px 20px; border-left: 3px solid var(--gold); color: #45544c; font-size: 14px; line-height: 1.7; font-style: italic; }
.asadiyah-home-wrapper .asadiyah-map { overflow: hidden; border-radius: 14px; border: 1px solid var(--border); }
.asadiyah-home-wrapper .asadiyah-map iframe { display: block; width: 100%; height: 260px; border: 0; }
.asadiyah-home-wrapper .asadiyah-empty { padding: 26px; text-align: center; border: 1px dashed var(--border); border-radius: 14px; background: var(--white); color: var(--muted); font-size: 13px; }
.asadiyah-home-wrapper .asadiyah-iklan { overflow: hidden; border-radius: 20px; background: #fff; }
.asadiyah-home-wrapper .asadiyah-iklan img { display: block; width: 100%; }
.asadiyah-home-wrapper .asadiyah-infografis-img { width: 100%; border-radius: 14px; display: block; }

/* RESPONSIVE */
@media (max-width: 991.98px) {
  .asadiyah-home-wrapper .asadiyah-counter-grid { grid-template-columns: repeat(2,1fr); }
  .asadiyah-home-wrapper .asadiyah-lembaga-grid { grid-template-columns: repeat(3,1fr); }
}
@media (max-width: 767.98px) {
  .asadiyah-home-wrapper .asadiyah-container { padding-left: 16px; padding-right: 16px; }
  .asadiyah-home-wrapper .asadiyah-hero-slider { min-height: 260px; aspect-ratio: 16/10; border-radius: 20px; }
  .asadiyah-home-wrapper .asadiyah-hero-caption { padding: 36px 18px 20px; }
  .asadiyah-home-wrapper .asadiyah-hero-caption h2 { font-size: 22px; }
  .asadiyah-home-wrapper .asadiyah-section { margin-bottom: 36px; }
  .asadiyah-home-wrapper .asadiyah-section-title { font-size: 20px; }
  .asadiyah-home-wrapper .asadiyah-featured { height: 280px; }
  .asadiyah-home-wrapper .asadiyah-lembaga-grid { grid-template-columns: repeat(2,1fr); gap: 12px; }
  .asadiyah-home-wrapper .asadiyah-gallery { grid-template-columns: repeat(2,1fr); gap: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  .asadiyah-home-wrapper .asadiyah-hero-slide, .asadiyah-home-wrapper .asadiyah-news-image, .asadiyah-home-wrapper .asadiyah-featured img, .asadiyah-home-wrapper .asadiyah-ebook-card img, .asadiyah-home-wrapper .asadiyah-gallery-item img, .asadiyah-home-wrapper .asadiyah-more, .asadiyah-home-wrapper .asadiyah-news-card, .asadiyah-home-wrapper .asadiyah-service-card { transition: none !important; }
  .asadiyah-home-wrapper .asadiyah-announcement-track { animation: none !important; }
}
