:root{
  --primary:#0d4f9d;
  --primary-dark:#083a73;
  --secondary:#1f8ed8;
  --soft:#e9f2fb;
  --gold:#c7a44d;
  --text:#10233c;
  --muted:#5c708a;
  --line:#dbe6f2;
  --white:#fff;
  --danger:#dc2626;

  --shadow:0 22px 60px rgba(8,35,73,.10);
  --shadow-soft:0 14px 36px rgba(8,35,73,.08);
  --shadow-hover:0 28px 68px rgba(8,35,73,.16);

  --radius-xl:30px;
  --radius-lg:24px;
  --radius-md:20px;
  --radius-sm:16px;

  --surface:#ffffff;
  --surface-soft:#f7fbff;
  --surface-alt:#f3f8fd;
  --hero-glass:rgba(255,255,255,.12);
  --hero-line:rgba(255,255,255,.20);

  --dark-bg:#0b1220;
  --dark-surface:#111827;
  --dark-surface-2:#0f172a;
  --dark-line:#253247;
  --dark-text:#e5edf7;
  --dark-muted:#9fb2c8;
}

html{font-size:15px;scroll-behavior:smooth}
*{box-sizing:border-box}
body{
  font-family:'Inter',sans-serif;
  color:var(--text);
  background:#f5f8fc;
  margin:0;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
  transition:background .28s ease,color .28s ease;
}
body.nav-open{overflow:hidden}
body.viewer-open{overflow:hidden}
a{text-decoration:none;color:inherit}
img{max-width:100%}
button,input,select,textarea{font-family:inherit}
.container{max-width:1240px}
::selection{background:rgba(13,79,157,.16);color:var(--text)}

/* DARK MODE */
body.dark-mode{
  background:linear-gradient(180deg,#0b1220 0%, #0d1628 100%);
  color:var(--dark-text);
}
body.dark-mode .bg-white{background:transparent}
body.dark-mode .site-topbar{
  background:linear-gradient(90deg,#07101d,#10233c);
  color:#d9e7f6;
}
body.dark-mode .site-header{
  background:rgba(11,18,32,.82);
  border-bottom:1px solid rgba(37,50,71,.8);
}
body.dark-mode .header-card,
body.dark-mode .hero-copy,
body.dark-mode .hero-slider,
body.dark-mode .info-panel,
body.dark-mode .panel-surface,
body.dark-mode .news-card,
body.dark-mode .service-card,
body.dark-mode .gallery-card,
body.dark-mode .list-card,
body.dark-mode .empty-state,
body.dark-mode .agenda-item,
body.dark-mode .agenda-card,
body.dark-mode .stack-item,
body.dark-mode .quick-card,
body.dark-mode .faq-card,
body.dark-mode .contact-card,
body.dark-mode .org-card,
body.dark-mode .content-article,
body.dark-mode .article-sidebar-card,
body.dark-mode .doc-table-wrap,
body.dark-mode .agenda-side-card,
body.dark-mode .org-hero-panel,
body.dark-mode .org-toolbar,
body.dark-mode .org-tree-wrap,
body.dark-mode .org-tree-card,
body.dark-mode .org-detail-card,
body.dark-mode .gallery-feed-card,
body.dark-mode .gallery-photo-button{
  background:linear-gradient(180deg,rgba(17,24,39,.96),rgba(15,23,42,.98));
  border-color:var(--dark-line);
  box-shadow:0 16px 40px rgba(0,0,0,.26);
}
body.dark-mode .brand-title,
body.dark-mode .nav-list a,
body.dark-mode .section-heading h2,
body.dark-mode .news-body h3 a,
body.dark-mode .service-card h3,
body.dark-mode .panel-heading h3,
body.dark-mode .agenda-item strong,
body.dark-mode .stack-item strong,
body.dark-mode .list-card h3,
body.dark-mode .article-content h1,
body.dark-mode .article-content h2,
body.dark-mode .article-content h3,
body.dark-mode .recent-post-body strong,
body.dark-mode .org-tree-body h3,
body.dark-mode .org-detail-body h3,
body.dark-mode .org-hero-panel-copy h2,
body.dark-mode .faq-card h3,
body.dark-mode .contact-card h3,
body.dark-mode .footer-brand h3{
  color:var(--dark-text);
}
body.dark-mode .brand-subtitle,
body.dark-mode .hero-copy p,
body.dark-mode .news-body p,
body.dark-mode .info-panel p,
body.dark-mode .service-card p,
body.dark-mode .agenda-item span,
body.dark-mode .agenda-item small,
body.dark-mode .stack-item span,
body.dark-mode .list-card p,
body.dark-mode .article-content,
body.dark-mode .article-content p,
body.dark-mode .article-content li,
body.dark-mode .article-content-post p,
body.dark-mode .recent-post-body span,
body.dark-mode .org-tree-body small,
body.dark-mode .org-tree-body p,
body.dark-mode .org-detail-body p,
body.dark-mode .org-detail-description,
body.dark-mode .org-detail-description p,
body.dark-mode .faq-card p,
body.dark-mode .contact-card p,
body.dark-mode .contact-card li,
body.dark-mode .empty-state p,
body.dark-mode .footer-brand p,
body.dark-mode .footer-contact span,
body.dark-mode .footer-links a,
body.dark-mode .org-hero-panel-copy p,
body.dark-mode .org-hero-stats span{
  color:var(--dark-muted);
}
body.dark-mode .brand-kicker,
body.dark-mode .meta-row span,
body.dark-mode .panel-heading a,
body.dark-mode .section-link,
body.dark-mode .agenda-card-link,
body.dark-mode .article-content-post a{
  color:#7fc3ff;
}
body.dark-mode .nav-search{
  background:#0f172a;
  border-color:#253247;
}
body.dark-mode .nav-search input{
  color:var(--dark-text);
}
body.dark-mode .nav-search input::placeholder{
  color:#7f93ac;
}
body.dark-mode .navbar-toggler{
  background:linear-gradient(180deg,#162235,#0f172a);
  border-color:#2a3a51;
}
body.dark-mode .navbar-toggler span{background:#dbeafe}
body.dark-mode .hero-copy{
  background:
    radial-gradient(circle at top right, rgba(31,142,216,.14), transparent 34%),
    linear-gradient(180deg,#111827,#0f172a);
}
body.dark-mode .hero-slider{
  background:linear-gradient(180deg,#0f172a,#111827);
}
body.dark-mode .hero-stats div,
body.dark-mode .agenda-item-date,
body.dark-mode .agenda-card-date,
body.dark-mode .agenda-summary-card,
body.dark-mode .agenda-side-list li,
body.dark-mode .org-hero-stats div,
body.dark-mode .org-detail-level-badge span,
body.dark-mode .org-detail-description,
body.dark-mode .article-sidebar-card h3,
body.dark-mode .share-whatsapp-circle{
  background:linear-gradient(180deg,#111827,#0f172a);
  border-color:#253247;
  color:var(--dark-text);
}
body.dark-mode .inner-hero{
  background:linear-gradient(135deg,#0b1730,#0c2347 50%,#13477a);
}
body.dark-mode .doc-table th{
  background:#0f172a;
  color:#9cc8f2;
}
body.dark-mode .doc-table th,
body.dark-mode .doc-table td{
  border-bottom-color:#223146;
}
body.dark-mode .popup-card{
  background:linear-gradient(180deg,#111827,#0f172a);
  color:var(--dark-text);
}
body.dark-mode .popup-body p{color:var(--dark-muted)}
body.dark-mode .popup-close{
  background:rgba(17,24,39,.92);
  color:#fff;
}
body.dark-mode .gallery-viewer-card{
  background:linear-gradient(180deg,#111827 0%,#0f172a 100%);
}
body.dark-mode .gallery-viewer-body{
  border-top-color:#253247;
  background:linear-gradient(180deg,#0f172a,#111827);
}
body.dark-mode .gallery-viewer-copy h3{color:var(--dark-text)}
body.dark-mode .gallery-viewer-copy p{color:var(--dark-muted)}
body.dark-mode .lang-switch button,
body.dark-mode .dark-mode-toggle{
  background:linear-gradient(180deg,#162235,#0f172a);
  color:var(--dark-text);
  border-color:#2a3a51;
}

/* PREMIUM SHIMMER */
body.page-loading .header-card,
body.page-loading .hero-copy,
body.page-loading .hero-slider,
body.page-loading .info-panel,
body.page-loading .panel-surface,
body.page-loading .news-card,
body.page-loading .service-card,
body.page-loading .gallery-card,
body.page-loading .list-card,
body.page-loading .agenda-item,
body.page-loading .agenda-card,
body.page-loading .stack-item,
body.page-loading .quick-card,
body.page-loading .faq-card,
body.page-loading .contact-card,
body.page-loading .org-card,
body.page-loading .org-tree-card,
body.page-loading .org-detail-card,
body.page-loading .content-article,
body.page-loading .article-sidebar-card,
body.page-loading .doc-table-wrap,
body.page-loading .gallery-feed-card,
body.page-loading .gallery-photo-button,
body.page-loading .footer-grid{
  position:relative;
  overflow:hidden;
}

body.page-loading .header-card::before,
body.page-loading .hero-copy::before,
body.page-loading .hero-slider::before,
body.page-loading .info-panel::before,
body.page-loading .panel-surface::before,
body.page-loading .news-card::before,
body.page-loading .service-card::before,
body.page-loading .gallery-card::before,
body.page-loading .list-card::before,
body.page-loading .agenda-item::before,
body.page-loading .agenda-card::before,
body.page-loading .stack-item::before,
body.page-loading .quick-card::before,
body.page-loading .faq-card::before,
body.page-loading .contact-card::before,
body.page-loading .org-card::before,
body.page-loading .org-tree-card::before,
body.page-loading .org-detail-card::before,
body.page-loading .content-article::before,
body.page-loading .article-sidebar-card::before,
body.page-loading .doc-table-wrap::before,
body.page-loading .gallery-feed-card::before,
body.page-loading .gallery-photo-button::before,
body.page-loading .footer-grid::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:3;
  background:
    linear-gradient(
      110deg,
      rgba(255,255,255,0) 0%,
      rgba(255,255,255,.38) 18%,
      rgba(255,255,255,.75) 34%,
      rgba(255,255,255,.28) 48%,
      rgba(255,255,255,0) 64%
    ),
    linear-gradient(180deg,#eef4fa 0%,#e9f1f8 100%);
  transform:translateX(-120%);
  animation:premiumShimmer 1.45s ease-in-out infinite;
  pointer-events:none;
}

body.page-loading .header-card > *,
body.page-loading .hero-copy > *,
body.page-loading .hero-slider > *,
body.page-loading .info-panel > *,
body.page-loading .panel-surface > *,
body.page-loading .news-card > *,
body.page-loading .service-card > *,
body.page-loading .gallery-card > *,
body.page-loading .list-card > *,
body.page-loading .agenda-item > *,
body.page-loading .agenda-card > *,
body.page-loading .stack-item > *,
body.page-loading .quick-card > *,
body.page-loading .faq-card > *,
body.page-loading .contact-card > *,
body.page-loading .org-card > *,
body.page-loading .org-tree-card > *,
body.page-loading .org-detail-card > *,
body.page-loading .content-article > *,
body.page-loading .article-sidebar-card > *,
body.page-loading .doc-table-wrap > *,
body.page-loading .gallery-feed-card > *,
body.page-loading .gallery-photo-button > *,
body.page-loading .footer-grid > *{
  opacity:.28;
  transition:opacity .3s ease;
}

body:not(.page-loading) .header-card > *,
body:not(.page-loading) .hero-copy > *,
body:not(.page-loading) .hero-slider > *,
body:not(.page-loading) .info-panel > *,
body:not(.page-loading) .panel-surface > *,
body:not(.page-loading) .news-card > *,
body:not(.page-loading) .service-card > *,
body:not(.page-loading) .gallery-card > *,
body:not(.page-loading) .list-card > *,
body:not(.page-loading) .agenda-item > *,
body:not(.page-loading) .agenda-card > *,
body:not(.page-loading) .stack-item > *,
body:not(.page-loading) .quick-card > *,
body:not(.page-loading) .faq-card > *,
body:not(.page-loading) .contact-card > *,
body:not(.page-loading) .org-card > *,
body:not(.page-loading) .org-tree-card > *,
body:not(.page-loading) .org-detail-card > *,
body:not(.page-loading) .content-article > *,
body:not(.page-loading) .article-sidebar-card > *,
body:not(.page-loading) .doc-table-wrap > *,
body:not(.page-loading) .gallery-feed-card > *,
body:not(.page-loading) .gallery-photo-button > *,
body:not(.page-loading) .footer-grid > *{
  opacity:1;
}

body.page-loading .doc-table tbody,
body.page-loading .doc-table thead{
  opacity:.16;
}

body.page-loading .article-cover,
body.page-loading .news-thumb img,
body.page-loading .recent-post-thumb img,
body.page-loading .gallery-feed-media img,
body.page-loading .gallery-photo-button img,
body.page-loading .hero-banner,
body.page-loading .org-card img,
body.page-loading .org-tree-avatar img,
body.page-loading .org-detail-media img{
  filter:grayscale(1) brightness(1.04);
  opacity:.24;
}

@keyframes premiumShimmer{
  0%{transform:translateX(-120%)}
  100%{transform:translateX(120%)}
}

/* HOME STYLE */
.route-home .site-topbar-home{
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:69;
  opacity:0;
  visibility:hidden;
  transform:translateY(-100%);
  transition:opacity .25s ease, transform .25s ease, visibility .25s ease;
}
.route-home .site-topbar-home.scrolled-show{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}
.route-home .site-header-home{
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:69;
  padding:22px 0;
  background:transparent;
  border-bottom:none;
  backdrop-filter:none;
  transition:padding .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}
.route-home .site-header-home .header-card{
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.18);
  box-shadow:none;
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}
.route-home .site-header-home .brand-kicker,
.route-home .site-header-home .brand-title,
.route-home .site-header-home .brand-subtitle,
.route-home .site-header-home .nav-list a{
  color:#fff;
}
.route-home .site-header-home .nav-search{
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.22);
}
.route-home .site-header-home .nav-search input{color:#fff}
.route-home .site-header-home .nav-search input::placeholder{color:rgba(255,255,255,.78)}
.route-home .site-header-home .navbar-toggler,
.route-home .site-header-home .lang-switch button,
.route-home .site-header-home .dark-mode-toggle{
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.26);
  color:#fff;
}
.route-home .site-header-home .navbar-toggler span{background:#fff}
.route-home .site-header-home.scrolled{
  top:37px;
  padding:12px 0;
  background:rgba(245,248,252,.92);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(219,230,242,.7);
}
.route-home .site-header-home.scrolled .header-card{
  background:rgba(255,255,255,.98);
  border:1px solid #e5edf6;
  box-shadow:0 16px 44px rgba(11,52,96,.08);
}
.route-home .site-header-home.scrolled .brand-kicker{color:var(--secondary)}
.route-home .site-header-home.scrolled .brand-title,
.route-home .site-header-home.scrolled .brand-subtitle,
.route-home .site-header-home.scrolled .nav-list a{
  color:var(--text);
}
.route-home .site-header-home.scrolled .nav-search{
  background:#f5f9fe;
  border:1px solid #d8e6f3;
}
.route-home .site-header-home.scrolled .nav-search input{color:var(--text)}
.route-home .site-header-home.scrolled .nav-search input::placeholder{color:#8ca0b8}
.route-home .site-header-home.scrolled .navbar-toggler,
.route-home .site-header-home.scrolled .lang-switch button,
.route-home .site-header-home.scrolled .dark-mode-toggle{
  background:linear-gradient(180deg,#ffffff,#f7fbff);
  border:1px solid #cfe0f2;
  color:var(--text);
}
.route-home .site-header-home.scrolled .navbar-toggler span{background:var(--primary)}

.site-topbar{
  background:linear-gradient(90deg,var(--primary-dark),var(--primary));
  color:#dfefff;
  font-size:.82rem;
}
.site-topbar-inner{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:1rem;
  padding:.6rem 0;
}
.topbar-right{
  display:flex;
  align-items:center;
  gap:.7rem;
  flex-wrap:wrap;
}
.topbar-right a,
.topbar-left span{
  opacity:.92;
  color:inherit;
}
.topbar-right .dot{
  width:4px;
  height:4px;
  background:#bcd7f6;
  border-radius:999px;
}

.site-header{
  position:sticky;
  top:0;
  z-index:50;
  padding:14px 0;
  background:rgba(245,248,252,.92);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(219,230,242,.7);
}
.header-card{
  background:rgba(255,255,255,.98);
  border:1px solid #e5edf6;
  box-shadow:0 16px 44px rgba(11,52,96,.08);
  padding:16px 20px 14px;
  border-radius:24px;
  position:relative;
}
.header-top-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1.2rem;
}
.brand-wrap{
  display:flex;
  align-items:center;
  gap:14px;
  min-width:0;
  flex:1 1 auto;
}
.brand-logo{
  width:56px;
  height:56px;
  object-fit:contain;
  flex:none;
}
.brand-copy{
  display:flex;
  flex-direction:column;
  min-width:0;
}
.brand-kicker{
  font-size:.72rem;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--secondary);
  font-weight:700;
}
.brand-title{
  font-size:1rem;
  line-height:1.25;
  font-weight:800;
  color:var(--text);
}
.brand-subtitle{
  font-size:.8rem;
  color:var(--muted);
  margin-top:2px;
}
.mobile-title{display:none}
.header-right{
  display:flex;
  align-items:center;
  gap:.75rem;
  flex:0 0 auto;
}
.header-utility{
  display:flex;
  align-items:center;
  gap:.55rem;
}
.lang-switch{
  display:flex;
  align-items:center;
  gap:.45rem;
}
.lang-switch button,
.dark-mode-toggle{
  min-height:44px;
  padding:.7rem .8rem;
  border-radius:14px;
  border:1px solid #d6e4f1;
  background:linear-gradient(180deg,#ffffff,#f7fbff);
  font-size:.82rem;
  font-weight:800;
  color:#16304f;
  cursor:pointer;
  box-shadow:0 10px 22px rgba(8,35,73,.06);
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}
.lang-switch button:hover,
.dark-mode-toggle:hover{
  transform:translateY(-2px);
  box-shadow:0 16px 30px rgba(8,35,73,.10);
  border-color:#bfd7ee;
}
.lang-switch button.is-active{
  background:linear-gradient(135deg,var(--primary),var(--secondary));
  color:#fff;
  border-color:transparent;
}
.dark-mode-toggle{
  width:44px;
  min-width:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:1rem;
}
.navbar-toggler{
  display:none;
  width:52px;
  height:52px;
  border-radius:18px;
  border:1px solid #cfe0f2;
  background:linear-gradient(180deg,#ffffff,#f7fbff);
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:5px;
  cursor:pointer;
  box-shadow:0 10px 26px rgba(8,35,73,.08);
}
.navbar-toggler span{
  display:block;
  width:22px;
  height:2px;
  background:var(--primary);
  border-radius:10px;
  transition:transform .22s ease, opacity .22s ease;
}
.navbar-toggler.is-active span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.navbar-toggler.is-active span:nth-child(2){opacity:0}
.navbar-toggler.is-active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

.header-bottom-row{
  margin-top:10px;
  padding-top:6px;
  border-top:none;
}
.nav-panel{
  display:block;
  width:100%;
}
.nav-list{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:1rem 2rem;
  flex-wrap:wrap;
  margin:0;
  padding:0;
  list-style:none;
}
.nav-list li{margin:0;padding:0}
.nav-list a{
  color:#18304b;
  font-weight:700;
  font-size:.92rem;
  padding:.45rem 0;
  border-radius:0;
  transition:.2s;
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:transparent;
}
.nav-list a:hover,
.nav-list a.active{color:var(--primary)}
.nav-list a.active::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-7px;
  height:3px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--primary),var(--secondary));
}
.nav-search{
  display:flex;
  align-items:center;
  background:#f5f9fe;
  border:1px solid #d8e6f3;
  border-radius:999px;
  padding:4px;
  min-width:290px;
}
.nav-search input{
  flex:1;
  border:none;
  background:transparent;
  padding:.58rem .95rem;
  font-size:.88rem;
  outline:none;
  color:var(--text);
}
.nav-search input::placeholder{color:#8ca0b8}
.nav-search button{
  background:linear-gradient(135deg,var(--primary),var(--secondary));
  color:#fff;
  border:none;
  padding:.66rem 1rem;
  border-radius:999px;
  font-weight:700;
  font-size:.84rem;
  cursor:pointer;
  box-shadow:0 10px 24px rgba(13,79,157,.18);
  transition:transform .2s ease, box-shadow .2s ease;
}
.nav-search button:hover{
  transform:translateY(-1px);
  box-shadow:0 14px 28px rgba(13,79,157,.24);
}
.nav-search-desktop{display:flex}
.nav-search-mobile{display:none}

/* HERO */
.hero-section{padding:28px 0 18px}
.hero-section-home{
  position:relative;
  min-height:100vh;
  padding:180px 0 34px;
  overflow:hidden;
}
.hero-home-bg{
  position:absolute;
  inset:0;
  background-image:var(--hero-home-bg);
  background-size:cover;
  background-position:center;
  transform:scale(1.03);
  will-change:transform;
  transition:transform .12s linear;
}
.hero-home-bg::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 15% 25%, rgba(255,255,255,.18), transparent 18%),
    radial-gradient(circle at 82% 18%, rgba(255,255,255,.12), transparent 16%),
    radial-gradient(circle at 70% 60%, rgba(31,142,216,.12), transparent 20%);
  pointer-events:none;
}
.hero-home-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(4,24,47,.62) 0%, rgba(7,47,90,.48) 26%, rgba(245,248,252,.96) 100%);
}
.hero-section-home > .container{
  position:relative;
  z-index:2;
}
.hero-shell{
  display:grid;
  grid-template-columns:1.02fr 1.1fr;
  gap:1.5rem;
  align-items:stretch;
}
.hero-copy,
.hero-slider{
  background:#fff;
  border:1px solid #e4edf6;
  box-shadow:var(--shadow);
  border-radius:28px;
  overflow:hidden;
}
.hero-copy{
  position:relative;
  padding:2.2rem;
  display:flex;
  flex-direction:column;
  justify-content:center;
  background:
    radial-gradient(circle at top right, rgba(31,142,216,.09), transparent 36%),
    linear-gradient(180deg,#fff,#f5fbff);
}
.hero-copy::after{
  content:"";
  position:absolute;
  top:-40%;
  right:-14%;
  width:240px;
  height:240px;
  background:radial-gradient(circle, rgba(255,255,255,.5), rgba(255,255,255,0));
  pointer-events:none;
}
.hero-badge,
.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:.4rem;
  padding:.45rem .85rem;
  background:#eaf4fe;
  border:1px solid #d2e5fb;
  color:var(--primary);
  font-size:.78rem;
  font-weight:800;
  border-radius:999px;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.hero-copy h1{
  font-size:2.45rem;
  line-height:1.08;
  font-weight:800;
  margin:1rem 0 .85rem;
  letter-spacing:-.03em;
}
.hero-copy p{
  font-size:1rem;
  color:var(--muted);
  line-height:1.8;
  max-width:600px;
}
.hero-actions{
  display:flex;
  gap:.85rem;
  flex-wrap:wrap;
  margin-top:1.4rem;
}
.btn-primary,
.btn-secondary,
.section-link,
.download-btn,
.btn-ghost{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.5rem;
  padding:.86rem 1.25rem;
  border-radius:999px;
  font-weight:700;
  font-size:.9rem;
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.btn-primary,
.download-btn{
  background:linear-gradient(135deg,var(--primary-dark),var(--primary),var(--secondary));
  color:#fff;
  box-shadow:0 14px 32px rgba(13,79,157,.24);
}
.btn-primary:hover,
.download-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 20px 36px rgba(13,79,157,.28);
}
.btn-secondary,
.btn-ghost{
  background:#fff;
  color:var(--primary);
  border:1px solid #cfe0f4;
}
.btn-secondary:hover,
.btn-ghost:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 28px rgba(8,35,73,.10);
}
.section-link{
  padding:0;
  background:none;
  color:var(--primary);
}
.section-link:hover{transform:translateX(2px)}
.hero-stats{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:.9rem;
  margin-top:1.5rem;
}
.hero-stats div{
  background:#fff;
  border:1px solid #e3eef8;
  padding:1rem;
  border-radius:18px;
  box-shadow:0 8px 18px rgba(8,35,73,.04);
}
.hero-stats strong{
  display:block;
  font-size:1.2rem;
  color:var(--primary);
  font-weight:800;
}
.hero-stats span{
  font-size:.83rem;
  color:var(--muted);
}
.hero-slider{
  padding:1rem;
  background:linear-gradient(180deg,#eff7ff,#ffffff);
}
.hero-banner{
  min-height:530px;
  border-radius:22px;
  background-size:cover;
  background-position:center;
  position:relative;
  overflow:hidden;
}
.hero-banner .overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(135deg,rgba(6,35,70,.84),rgba(6,35,70,.18) 60%,rgba(6,35,70,.05));
}
.hero-banner-copy{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  padding:2rem;
  color:#fff;
  z-index:1;
}
.hero-banner-copy span{
  font-size:.8rem;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:#b7dbff;
  font-weight:700;
}
.hero-banner-copy h2{
  font-size:2rem;
  line-height:1.15;
  font-weight:800;
  margin:.6rem 0;
}
.hero-banner-copy p{
  max-width:530px;
  font-size:.96rem;
  line-height:1.8;
  color:#edf6ff;
}
.hero-banner-copy a{
  display:inline-flex;
  margin-top:1rem;
  padding:.8rem 1.15rem;
  border-radius:999px;
  background:rgba(255,255,255,.14);
  backdrop-filter:blur(10px);
  border:1px solid rgba(255,255,255,.25);
  font-weight:700;
  transition:transform .2s ease, background .2s ease;
}
.hero-banner-copy a:hover{
  transform:translateY(-2px);
  background:rgba(255,255,255,.20);
}
.swiper-pagination-bullet{
  background:#dbeafe;
  opacity:1;
}
.swiper-pagination-bullet-active{background:#fff}

/* COMMON SECTIONS */
.section-gap{padding:34px 0}
.bg-white{background:#fff}
.section-heading{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:1rem;
  margin-bottom:1.3rem;
}
.section-heading h2{
  font-size:1.8rem;
  font-weight:800;
  letter-spacing:-.03em;
  margin-top:.65rem;
}
.section-heading.compact h2{font-size:1.35rem}

.profile-grid,
.news-grid,
.service-grid,
.gallery-grid,
.list-grid,
.quick-grid,
.contact-grid,
.org-grid{
  display:grid;
  gap:1.15rem;
}
.profile-grid{grid-template-columns:repeat(3,minmax(0,1fr))}

.info-panel,
.panel-surface,
.news-card,
.service-card,
.gallery-card,
.list-card,
.empty-state,
.agenda-item,
.agenda-card,
.stack-item,
.quick-card,
.faq-card,
.contact-card,
.org-card{
  background:#fff;
  border:1px solid #e4edf6;
  box-shadow:0 12px 34px rgba(12,55,97,.06);
  border-radius:22px;
}

.info-panel{padding:1.4rem}
.info-panel h3{font-size:1.1rem;font-weight:800;margin-bottom:.8rem}
.info-panel p{color:var(--muted);line-height:1.85;font-size:.93rem}

/* PREMIUM HOVER CARD */
.news-card,
.service-card,
.quick-card,
.faq-card,
.gallery-card,
.list-card,
.agenda-card,
.org-card,
.gallery-feed-card,
.gallery-photo-button,
.stack-item,
.agenda-item,
.info-panel,
.panel-surface{
  position:relative;
  transition:transform .26s ease, box-shadow .26s ease, border-color .26s ease, background .26s ease;
}
.news-card::after,
.service-card::after,
.quick-card::after,
.faq-card::after,
.gallery-card::after,
.list-card::after,
.agenda-card::after,
.org-card::after,
.gallery-feed-card::after,
.gallery-photo-button::after,
.stack-item::after,
.agenda-item::after,
.info-panel::after,
.panel-surface::after{
  content:"";
  position:absolute;
  inset:auto auto 0 0;
  width:180px;
  height:180px;
  background:radial-gradient(circle, rgba(31,142,216,.14), rgba(31,142,216,0) 72%);
  opacity:0;
  pointer-events:none;
  transform:translate(-30%,30%);
  transition:opacity .26s ease, transform .26s ease;
}
.news-card:hover,
.service-card:hover,
.quick-card:hover,
.faq-card:hover,
.gallery-card:hover,
.list-card:hover,
.agenda-card:hover,
.org-card:hover,
.gallery-feed-card:hover,
.gallery-photo-button:hover,
.stack-item:hover,
.agenda-item:hover,
.info-panel:hover,
.panel-surface:hover{
  transform:translateY(-4px) scale(1.01);
  box-shadow:var(--shadow-hover);
  border-color:#d3e5f6;
}
.news-card:hover::after,
.service-card:hover::after,
.quick-card:hover::after,
.faq-card:hover::after,
.gallery-card:hover::after,
.list-card:hover::after,
.agenda-card:hover::after,
.org-card:hover::after,
.gallery-feed-card:hover::after,
.gallery-photo-button:hover::after,
.stack-item:hover::after,
.agenda-item:hover::after,
.info-panel:hover::after,
.panel-surface:hover::after{
  opacity:1;
  transform:translate(-14%,16%);
}

/* NEWS */
.news-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.news-card{
  overflow:hidden;
  display:flex;
  flex-direction:column;
  height:100%;
}
.news-thumb{
  display:block;
  aspect-ratio:16/10;
  background:#e9f1f9;
  overflow:hidden;
}
.news-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .32s ease;
}
.news-card:hover .news-thumb img{transform:scale(1.05)}
.news-thumb-empty{
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,#eaf2fb,#dbeafe);
  color:#1d4ed8;
  font-weight:800;
  font-size:1rem;
  min-height:220px;
}
.news-body{
  padding:1.15rem 1.15rem 1.25rem;
  display:flex;
  flex-direction:column;
  flex:1;
}
.news-body h3{
  font-size:1.1rem;
  line-height:1.45;
  font-weight:800;
  margin:.75rem 0;
}
.news-body p{
  color:var(--muted);
  font-size:.9rem;
  line-height:1.75;
}
.meta-row{
  display:flex;
  justify-content:space-between;
  gap:.8rem;
  flex-wrap:wrap;
  font-size:.78rem;
  color:var(--muted);
}
.meta-row span{
  color:var(--primary);
  font-weight:700;
}

/* DASHBOARD */
.dashboard-grid,
.two-col-grid{
  display:grid;
  grid-template-columns:1.35fr .85fr;
  gap:1.2rem;
}
.dashboard-col-2{
  display:flex;
  flex-direction:column;
  gap:1rem;
}

/* SERVICES */
.service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.service-card{
  padding:1.25rem;
  position:relative;
  overflow:hidden;
  background:radial-gradient(circle at top right, rgba(31,142,216,.10), transparent 34%),#fff;
}
.service-card.large{min-height:210px}
.service-icon{
  width:54px;
  height:54px;
  border-radius:18px;
  background:linear-gradient(135deg,var(--primary),var(--secondary));
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-size:.72rem;
  font-weight:800;
  box-shadow:0 14px 25px rgba(13,79,157,.24);
}
.service-card h3{
  font-size:1.08rem;
  font-weight:800;
  margin:1rem 0 .55rem;
}
.service-card p{
  color:var(--muted);
  font-size:.9rem;
  line-height:1.75;
}

/* STACKS / FAQ / PANELS */
.agenda-list,
.stack-list,
.faq-list{
  display:flex;
  flex-direction:column;
  gap:.8rem;
}
.agenda-item,
.stack-item{padding:1rem 1.05rem}
.agenda-item{
  display:flex;
  gap:1rem;
  align-items:flex-start;
}
.agenda-item-date{
  width:64px;
  min-width:64px;
  border-radius:18px;
  background:linear-gradient(180deg,#edf6ff,#ffffff);
  border:1px solid #dbe8f5;
  padding:.7rem .5rem;
  text-align:center;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.8);
}
.agenda-item-date strong{
  display:block;
  font-size:1.25rem;
  line-height:1;
  color:#0b4d97;
}
.agenda-item-date span{
  display:block;
  margin-top:.25rem;
  font-size:.7rem;
  font-weight:800;
  color:#5c7898;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.agenda-item-main{min-width:0}
.agenda-item strong,
.stack-item strong{
  display:block;
  font-size:.97rem;
  font-weight:800;
  color:var(--text);
}
.agenda-item span,
.stack-item span,
.agenda-item small{
  display:block;
  margin-top:.35rem;
  color:var(--muted);
  font-size:.84rem;
  line-height:1.65;
}
.panel-surface{padding:1.2rem}
.panel-heading{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
  margin-bottom:1rem;
}
.panel-heading h3{
  font-size:1.18rem;
  font-weight:800;
}
.panel-heading a{
  font-size:.9rem;
  color:var(--primary);
  font-weight:700;
}

/* GALLERY */
.gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.gallery-card{overflow:hidden}
.gallery-card img{
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
}
.gallery-card-body{padding:1rem 1.05rem}
.gallery-card-body strong{
  display:block;
  font-size:1rem;
  font-weight:800;
}
.gallery-card-body span{
  display:block;
  margin-top:.35rem;
  font-size:.82rem;
  color:var(--muted);
}

.quick-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.quick-card{
  padding:1rem 1.1rem;
  display:flex;
  flex-direction:column;
  gap:.4rem;
}
.quick-card strong{font-size:.96rem}
.quick-card span{font-size:.84rem;color:var(--muted)}

.faq-card{padding:1rem 1.15rem}
.faq-card h3{font-size:1rem;font-weight:800;margin:0 0 .45rem}
.faq-card p{margin:0;color:var(--muted);line-height:1.75;font-size:.9rem}

/* MINI ORG GRID */
.org-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.org-card{
  padding:1rem;
  text-align:center;
}
.org-card img{
  width:110px;
  height:110px;
  border-radius:999px;
  object-fit:cover;
  margin:0 auto 1rem;
  display:block;
  background:#eef5fd;
}
.org-card strong{display:block;font-size:1rem}
.org-card span{
  display:block;
  margin-top:.3rem;
  color:var(--muted);
  font-size:.86rem;
  line-height:1.6;
}

/* CONTACT */
.contact-grid{grid-template-columns:1fr 1fr}
.contact-card{padding:1.2rem}
.contact-card h3{
  font-size:1.1rem;
  font-weight:800;
  margin:0 0 .8rem;
}
.contact-card p,
.contact-card li{
  color:var(--muted);
  font-size:.92rem;
  line-height:1.8;
}
.contact-card ul{
  margin:0;
  padding-left:1rem;
}
.map-frame iframe,
.map-frame embed{
  width:100%;
  min-height:320px;
  border:0;
  border-radius:18px;
}

/* INNER HERO */
.inner-hero{
  padding:54px 0;
  background:linear-gradient(135deg,#073a73,#0d4f9d 50%,#1f8ed8);
  color:#fff;
}
.inner-hero.narrow{padding:46px 0}
.inner-hero h1{
  font-size:2.15rem;
  line-height:1.12;
  font-weight:800;
  letter-spacing:-.03em;
}
.inner-hero p{
  font-size:.98rem;
  color:#d6e7fb;
  max-width:760px;
  line-height:1.8;
  margin-top:.85rem;
}
.inner-hero .eyebrow,
.inner-hero p.eyebrow{
  background:rgba(255,255,255,.96);
  color:#183f69 !important;
  border:1px solid rgba(255,255,255,.68);
  box-shadow:0 10px 24px rgba(6,35,70,.12);
}

/* LISTS */
.list-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.list-card{padding:1.2rem 1.2rem 1.25rem}
.list-card h3{
  font-size:1.08rem;
  font-weight:800;
  line-height:1.45;
  margin:.8rem 0;
}
.list-card p{
  font-size:.9rem;
  color:var(--muted);
  line-height:1.75;
}
.list-card small{
  display:block;
  margin-top:.75rem;
  font-size:.82rem;
  color:var(--primary);
  font-weight:700;
}
.badge-priority{
  display:inline-flex;
  padding:.35rem .7rem;
  border-radius:999px;
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.06em;
}
.badge-priority.urgent{background:#fff1f2;color:#b91c1c}
.badge-priority.high{background:#fff7ed;color:#c2410c}
.badge-priority.normal{background:#eff6ff;color:#1d4ed8}
.badge-priority.low{background:#f0fdf4;color:#15803d}

/* ARTICLE */
.article-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 340px;
  gap:1.25rem;
  align-items:start;
}
.content-article{
  max-width:980px;
  margin:0 auto;
  background:#fff;
  border:1px solid #e4edf6;
  box-shadow:var(--shadow);
  border-radius:28px;
  overflow:hidden;
}
.content-article-news{
  max-width:none;
  margin:0;
}
.article-cover{
  width:100%;
  max-height:460px;
  object-fit:cover;
  display:block;
  background:#eef4fb;
}
.article-share-bar{
  padding:1.35rem 2rem 0;
  display:flex;
  justify-content:flex-end;
}
.share-whatsapp-circle{
  width:48px;
  height:48px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:linear-gradient(180deg,#ffffff,#f6fbff);
  border:1px solid #d9e8f6;
  box-shadow:0 12px 24px rgba(10,44,78,.10),0 6px 12px rgba(37,211,102,.08);
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.share-whatsapp-circle:hover{
  transform:translateY(-2px);
  border-color:#bfe6cd;
  box-shadow:0 16px 28px rgba(10,44,78,.14),0 8px 16px rgba(37,211,102,.12);
}
.share-whatsapp-circle img{
  width:22px;
  height:22px;
  object-fit:contain;
  display:block;
}

.article-content{
  padding:2rem 2rem 2.2rem;
  line-height:1.9;
  color:#20354d;
}
.article-content h1,
.article-content h2,
.article-content h3{
  font-weight:800;
  color:#112d48;
  margin:1.2rem 0 .7rem;
}
.article-content p,
.article-content li{
  font-size:.95rem;
  line-height:1.9;
  margin-bottom:.9rem;
}
.article-content ul,
.article-content ol{
  padding-left:1.45rem;
  margin:0 0 1rem;
  list-style-position:outside;
}
.article-content ol{list-style:decimal}
.article-content ul{list-style:disc}
.article-content img{
  max-width:100%;
  height:auto;
  border-radius:18px;
  margin:1rem 0;
}

.article-content-profile,
.article-content-profile-mini{
  color:#20354d;
}
.article-content-profile h2,
.article-content-profile h3,
.article-content-profile-mini h2,
.article-content-profile-mini h3{
  font-size:1.15rem;
  line-height:1.35;
  margin:0 0 .8rem;
  color:#112d48;
  font-weight:800;
}
.article-content-profile p,
.article-content-profile li,
.article-content-profile-mini p,
.article-content-profile-mini li{
  font-size:.95rem;
  line-height:1.9;
  color:#20354d;
}
.article-content-profile ul,
.article-content-profile ol,
.article-content-profile-mini ul,
.article-content-profile-mini ol{
  margin:0 0 1rem 1.45rem;
  padding:0;
  list-style-position:outside;
}
.article-content-profile ol,
.article-content-profile-mini ol{list-style:decimal}
.article-content-profile ul,
.article-content-profile-mini ul{list-style:disc}
.article-content-profile li,
.article-content-profile-mini li{margin-bottom:.45rem}
.article-content-profile blockquote,
.article-content-profile-mini blockquote{
  margin:1rem 0;
  padding:1rem 1.15rem;
  border-left:4px solid #93c5fd;
  background:#f8fbff;
  border-radius:14px;
  color:#334155;
}
.article-content-profile-mini{padding:0}
.article-content-profile-mini p:last-child,
.article-content-profile-mini ul:last-child,
.article-content-profile-mini ol:last-child{margin-bottom:0}

.article-content-post{padding-top:1.25rem}
.article-content-post > *:first-child{margin-top:0}
.article-content-post figure,
.article-content-post .be-figure{
  display:block;
  width:100%;
  max-width:100%;
  margin:1.5rem auto;
  text-align:center;
}
.article-content-post figure img,
.article-content-post .be-figure img,
.article-content-post .article-inline-image{
  display:block;
  max-width:100%;
  width:auto;
  height:auto;
  margin:0 auto;
  border-radius:18px;
  box-shadow:0 10px 24px rgba(8,35,73,.08);
}
.article-content-post figcaption,
.article-content-post .be-figure figcaption{
  display:block;
  margin-top:.7rem;
  padding:0 .5rem;
  font-size:.84rem;
  color:var(--muted);
  line-height:1.7;
  text-align:center;
}
.article-content-post p{
  margin-bottom:1rem;
  color:#24374e;
  font-size:1rem;
}
.article-content-post blockquote{
  margin:1.1rem 0;
  padding:1rem 1.15rem;
  border-left:4px solid #93c5fd;
  background:#f8fbff;
  border-radius:14px;
  color:#334155;
}
.article-content-post ul,
.article-content-post ol{
  padding-left:1.45rem;
  margin:0 0 1rem;
  list-style-position:outside;
}
.article-content-post ol{list-style:decimal}
.article-content-post ul{list-style:disc}
.article-content-post h2{
  font-size:1.5rem;
  line-height:1.3;
}
.article-content-post h3{
  font-size:1.2rem;
  line-height:1.35;
}
.article-content-post a{
  color:var(--primary);
  text-decoration:underline;
  word-break:break-word;
}
.article-content-post .article-embed{
  position:relative;
  width:100%;
  padding-top:56.25%;
  border-radius:18px;
  overflow:hidden;
  background:#eaf1f8;
  margin:1.2rem 0;
}
.article-content-post .article-embed iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
}

.article-sidebar{
  position:sticky;
  top:110px;
}
.article-sidebar-card{
  background:#fff;
  border:1px solid #e4edf6;
  box-shadow:0 12px 34px rgba(12,55,97,.06);
  border-radius:24px;
  overflow:hidden;
}
.article-sidebar-card h3{
  margin:0;
  padding:1.1rem 1.15rem;
  font-size:1.05rem;
  font-weight:800;
  color:#123150;
  border-bottom:1px solid #e9f0f7;
  background:linear-gradient(180deg,#f8fbff,#ffffff);
}
.article-sidebar-list{padding:.55rem}

.recent-post-item{
  display:grid;
  grid-template-columns:92px minmax(0,1fr);
  gap:.8rem;
  align-items:start;
  padding:.7rem;
  border-radius:18px;
  transition:.2s ease;
}
.recent-post-item:hover{background:#f7fbff}
.recent-post-thumb{
  width:92px;
  height:72px;
  border-radius:14px;
  overflow:hidden;
  background:#e9f1f9;
}
.recent-post-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.recent-post-body{min-width:0}
.recent-post-body strong{
  display:block;
  font-size:.92rem;
  font-weight:800;
  line-height:1.45;
  color:#153252;
}
.recent-post-body span{
  display:block;
  margin-top:.35rem;
  font-size:.79rem;
  color:var(--muted);
}
.sidebar-empty{
  padding:1.2rem;
  box-shadow:none;
  border:none;
  background:transparent;
}

/* DOC TABLE */
.doc-table-wrap{
  background:#fff;
  border:1px solid #e4edf6;
  border-radius:24px;
  overflow:auto;
  box-shadow:var(--shadow);
}
.doc-table{
  width:100%;
  border-collapse:collapse;
  min-width:760px;
}
.doc-table th,
.doc-table td{
  padding:1rem;
  border-bottom:1px solid #edf2f7;
  text-align:left;
  vertical-align:top;
  font-size:.9rem;
}
.doc-table th{
  background:#f8fbff;
  color:#31506f;
  font-size:.79rem;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.doc-table td p{
  margin-top:.35rem;
  color:var(--muted);
  font-size:.83rem;
  line-height:1.65;
}
.download-btn{
  padding:.62rem 1rem;
  font-size:.82rem;
}

/* MASONRY */
.masonry-grid{
  column-count:3;
  column-gap:1rem;
}
.masonry-item{
  break-inside:avoid;
  margin-bottom:1rem;
  background:#fff;
  border:1px solid #e4edf6;
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 12px 30px rgba(10,44,78,.07);
}
.masonry-item img{
  width:100%;
  display:block;
}
.masonry-item figcaption{
  padding:.85rem 1rem;
  font-size:.84rem;
  color:var(--muted);
}

.empty-state{
  text-align:center;
  padding:2rem;
}
.empty-state h3{
  font-size:1.35rem;
  font-weight:800;
  margin-bottom:.5rem;
}
.empty-state p{
  color:var(--muted);
  margin-bottom:1rem;
}

/* FOOTER */
.site-footer{
  margin-top:28px;
  background:linear-gradient(135deg,#072f5a,#0a447f 55%,#0d4f9d);
  color:#dcecff;
  padding:42px 0 20px;
}
.footer-grid{
  display:grid;
  grid-template-columns:1.5fr 1fr 1fr 1fr;
  gap:1.35rem;
}
.footer-brand{
  display:flex;
  align-items:flex-start;
  gap:1rem;
}
.footer-brand img{
  width:58px;
  height:58px;
  object-fit:contain;
  background:rgba(255,255,255,.1);
  padding:8px;
  border-radius:18px;
}
.footer-brand h3{
  font-size:1.05rem;
  font-weight:800;
  color:#fff;
}
.footer-brand p,
.footer-contact span,
.footer-links a{
  font-size:.87rem;
  line-height:1.75;
  color:#dcecff;
}
.footer-contact{
  margin-top:1rem;
  display:flex;
  flex-direction:column;
  gap:.75rem;
  list-style:none;
  padding:0;
}
.footer-contact strong{
  display:block;
  color:#fff;
  font-size:.82rem;
  text-transform:uppercase;
  letter-spacing:.06em;
}
.site-footer h4{
  color:#fff;
  font-size:.95rem;
  font-weight:800;
  margin-bottom:.9rem;
}
.footer-links{
  display:flex;
  flex-direction:column;
  gap:.7rem;
  list-style:none;
  padding:0;
  margin:0;
}
.footer-bottom{
  display:flex;
  justify-content:space-between;
  gap:1rem;
  align-items:center;
  padding-top:1.2rem;
  margin-top:1.4rem;
  border-top:1px solid rgba(255,255,255,.12);
  font-size:.84rem;
}
.footer-bottom a{color:#fff}

/* POPUP */
.popup-notice{
  position:fixed;
  inset:0;
  background:rgba(3,18,39,.56);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:1rem;
  z-index:80;
}
.popup-notice.is-hidden{display:none}
.popup-card{
  width:min(560px,100%);
  background:#fff;
  border-radius:24px;
  box-shadow:0 30px 70px rgba(0,0,0,.22);
  overflow:hidden;
  position:relative;
}
.popup-card img{
  width:100%;
  max-height:260px;
  object-fit:cover;
  display:block;
}
.popup-body{padding:1.25rem 1.25rem 1.4rem}
.popup-body h3{
  margin:0 0 .5rem;
  font-size:1.2rem;
  font-weight:800;
}
.popup-body p{
  margin:0;
  color:var(--muted);
  line-height:1.75;
}
.popup-actions{
  display:flex;
  gap:.8rem;
  flex-wrap:wrap;
  margin-top:1rem;
}
.popup-close{
  position:absolute;
  top:12px;
  right:12px;
  width:38px;
  height:38px;
  border:none;
  border-radius:999px;
  background:rgba(255,255,255,.92);
  font-size:1.15rem;
  cursor:pointer;
}

/* BACK TO TOP */
.scroll-top-btn{
  position:fixed !important;
  right:22px;
  bottom:22px;
  width:54px;
  height:54px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:none;
  border-radius:999px;
  background:linear-gradient(135deg,var(--primary-dark),var(--primary),var(--secondary));
  color:#fff;
  font-size:1.35rem;
  font-weight:800;
  line-height:1;
  cursor:pointer;
  box-shadow:0 18px 38px rgba(13,79,157,.28);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateY(18px);
  transition:opacity .22s ease, transform .22s ease, visibility .22s ease;
  z-index:2000;
}
.scroll-top-btn.show{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateY(0);
}
.scroll-top-btn:hover{transform:translateY(-3px)}

/* NEW AGENDA */
.agenda-list-home .agenda-item{
  background:linear-gradient(180deg,#ffffff,#f9fbff);
}
.agenda-page-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:1.2rem;
}
.agenda-card{
  overflow:hidden;
  display:flex;
  flex-direction:column;
  height:100%;
  background:linear-gradient(180deg,#ffffff,#f7fbff);
}
.agenda-card-cover{
  position:relative;
  display:block;
  aspect-ratio:16/9;
  overflow:hidden;
  background:#e7f0fb;
}
.agenda-card-cover img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .35s ease;
}
.agenda-card:hover .agenda-card-cover img{transform:scale(1.04)}
.agenda-card-badge{
  position:absolute;
  top:14px;
  left:14px;
  padding:.45rem .85rem;
  border-radius:999px;
  background:rgba(255,255,255,.96);
  color:#103555;
  font-size:.75rem;
  font-weight:800;
  box-shadow:0 10px 22px rgba(8,35,73,.12);
}
.agenda-card-body{
  padding:1.2rem;
  display:flex;
  flex-direction:column;
  gap:.9rem;
  flex:1;
}
.agenda-card-top{
  display:flex;
  gap:.95rem;
  align-items:flex-start;
}
.agenda-card-date{
  width:80px;
  min-width:80px;
  padding:.8rem .55rem;
  border-radius:20px;
  background:linear-gradient(180deg,#edf6ff,#ffffff);
  border:1px solid #d8e6f4;
  text-align:center;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9);
}
.agenda-card-date strong{
  display:block;
  font-size:1.5rem;
  line-height:1;
  color:#0d4f9d;
}
.agenda-card-date span{
  display:block;
  margin-top:.35rem;
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.08em;
  color:#6f86a0;
  text-transform:uppercase;
}
.agenda-card-meta{min-width:0}
.agenda-card-meta span{
  display:block;
  font-size:.83rem;
  font-weight:700;
  color:#0f4d92;
}
.agenda-card-meta small{
  display:block;
  margin-top:.35rem;
  font-size:.83rem;
  color:var(--muted);
  line-height:1.65;
}
.agenda-card h3{
  margin:0;
  font-size:1.14rem;
  line-height:1.45;
  font-weight:800;
  color:#123150;
}
.agenda-card p{
  margin:0;
  color:var(--muted);
  font-size:.9rem;
  line-height:1.78;
}
.agenda-card-link{
  margin-top:auto;
  color:var(--primary);
  font-weight:800;
  font-size:.9rem;
}
.agenda-detail-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 340px;
  gap:1.25rem;
  align-items:start;
}
.agenda-detail-summary{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:.85rem;
  padding:1.25rem 1.5rem 0;
}
.agenda-summary-card{
  padding:1rem 1rem 1.05rem;
  border-radius:22px;
  border:1px solid #e5edf6;
  background:linear-gradient(180deg,#ffffff,#f8fbff);
  box-shadow:0 10px 26px rgba(10,44,78,.06);
}
.agenda-summary-label{
  display:block;
  font-size:.72rem;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:#6d87a2;
}
.agenda-summary-card strong{
  display:block;
  margin-top:.45rem;
  font-size:.95rem;
  line-height:1.6;
  color:#123150;
}
.agenda-detail-side{
  position:sticky;
  top:108px;
}
.agenda-side-card{
  background:#fff;
  border:1px solid #e4edf6;
  border-radius:24px;
  box-shadow:0 12px 34px rgba(12,55,97,.06);
  padding:1.2rem;
}
.agenda-side-card h3{
  margin:0 0 1rem;
  font-size:1.06rem;
  font-weight:800;
  color:#123150;
}
.agenda-side-list{
  display:flex;
  flex-direction:column;
  gap:.8rem;
  list-style:none;
  padding:0;
  margin:0;
}
.agenda-side-list li{
  padding:.85rem .9rem;
  border-radius:18px;
  background:#f8fbff;
  border:1px solid #e6eef8;
}
.agenda-side-list span{
  display:block;
  font-size:.74rem;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:#6d87a2;
}
.agenda-side-list strong{
  display:block;
  margin-top:.35rem;
  font-size:.92rem;
  line-height:1.6;
  color:#173454;
}
.agenda-side-btn{
  width:100%;
  margin-top:1rem;
}

/* NEW ORG PAGE */
.struktur-hero{
  background:linear-gradient(135deg,#072f5a 0%,#0a4b92 46%,#1f8ed8 100%);
}

.org-hero-panel{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:1.25rem;
  align-items:stretch;
  padding:1.5rem;
  border-radius:30px;
  background:
    radial-gradient(circle at top right, rgba(31,142,216,.16), transparent 28%),
    linear-gradient(180deg,#ffffff,#f7fbff);
  border:1px solid #dfeaf5;
  box-shadow:0 26px 70px rgba(8,35,73,.08);
}

.org-hero-panel-copy h2{
  margin:.8rem 0 .75rem;
  font-size:2rem;
  line-height:1.12;
  font-weight:800;
  color:#112d48;
}

.org-hero-panel-copy p{
  margin:0;
  color:#56708d;
  line-height:1.9;
  font-size:.96rem;
}

.org-hero-stats{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:.85rem;
  margin-top:1.35rem;
}

.org-hero-stats div{
  padding:1rem;
  border-radius:20px;
  background:#fff;
  border:1px solid #e3edf7;
  box-shadow:0 12px 26px rgba(8,35,73,.05);
}

.org-hero-stats strong{
  display:block;
  font-size:1.15rem;
  color:#0d4f9d;
  font-weight:800;
}

.org-hero-stats span{
  display:block;
  margin-top:.35rem;
  font-size:.82rem;
  color:#6a7f97;
}

.org-hero-panel-visual{
  display:flex;
  align-items:center;
  justify-content:center;
}

.org-lead-card{
  width:100%;
  max-width:330px;
  padding:1rem;
  border-radius:26px;
  background:linear-gradient(180deg,#0e4f97,#1667bf);
  color:#fff;
  box-shadow:0 26px 50px rgba(13,79,157,.28);
}

.org-lead-card img{
  width:100%;
  aspect-ratio:1/1;
  border-radius:22px;
  object-fit:cover;
  display:block;
  background:rgba(255,255,255,.14);
}

.org-lead-card span{
  display:block;
  margin-top:1rem;
  font-size:.76rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#cde6ff;
}

.org-lead-card strong{
  display:block;
  margin-top:.4rem;
  font-size:1.15rem;
  line-height:1.4;
}

.org-lead-card p{
  margin:.25rem 0 0;
  color:#e7f3ff;
  line-height:1.7;
}

.org-toolbar{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:1rem;
  margin-top:1.3rem;
  padding:1rem 1.1rem;
  border-radius:24px;
  background:#fff;
  border:1px solid #e4edf6;
  box-shadow:0 12px 30px rgba(12,55,97,.05);
}

.org-toolbar-group{
  display:flex;
  gap:.65rem;
  flex-wrap:wrap;
}

.org-toolbar-right{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:.7rem;
  min-width:300px;
}

.org-toolbar-note{
  font-size:.86rem;
  color:#6d8198;
}

.org-toolbar-note strong{color:#123150}

.org-search-input{
  width:100%;
  min-width:280px;
  border:1px solid #d8e6f3;
  background:#fff;
  color:var(--text);
  border-radius:16px;
  padding:.88rem 1rem;
  outline:none;
  font-size:.9rem;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.7);
}
.org-search-input:focus{
  border-color:#9fc5ee;
  box-shadow:0 0 0 4px rgba(31,142,216,.08);
}

.org-filter-chip{
  border:none;
  padding:.78rem 1rem;
  border-radius:999px;
  background:#f2f7fd;
  color:#31506f;
  font-weight:800;
  cursor:pointer;
  transition:.2s ease;
}
.org-filter-chip:hover,
.org-filter-chip.active,
.org-filter-chip.is-active{
  background:linear-gradient(135deg,var(--primary),var(--secondary));
  color:#fff;
  box-shadow:0 14px 30px rgba(13,79,157,.18);
}

.org-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 360px;
  gap:1.25rem;
  margin-top:1.3rem;
  align-items:start;
}

.org-tree-wrap{
  padding:1.35rem;
  border-radius:30px;
  background:
    radial-gradient(circle at top right, rgba(31,142,216,.08), transparent 24%),
    linear-gradient(180deg,#ffffff,#f8fbff);
  border:1px solid #e4edf6;
  box-shadow:0 16px 40px rgba(12,55,97,.06);
  overflow:hidden;
}

.org-tree-root{
  display:flex;
  flex-direction:column;
  gap:1.25rem;
  position:relative;
}

.org-tree-node{
  position:relative;
  min-width:0;
}

.org-tree-node.depth-1{
  display:flex;
  flex-direction:column;
  gap:1.1rem;
}

.org-tree-node.depth-1 > .org-tree-card{
  max-width:760px;
  width:100%;
  margin:0 auto;
  position:relative;
}

.org-tree-node.depth-1 > .org-tree-card::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:-22px;
  transform:translateX(-50%);
  width:2px;
  height:22px;
  background:linear-gradient(180deg,#9fcaf0 0%,#dcecf9 100%);
  border-radius:999px;
  box-shadow:0 0 0 4px rgba(31,142,216,.04);
}

.org-tree-node.depth-1 > .org-tree-children{
  position:relative;
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
  gap:1rem;
  align-items:start;
  padding-top:18px;
}

.org-tree-node.depth-1 > .org-tree-children::before{
  content:"";
  position:absolute;
  left:50%;
  top:0;
  transform:translateX(-50%);
  width:calc(100% - 120px);
  max-width:820px;
  height:2px;
  background:linear-gradient(90deg, rgba(159,202,240,.15) 0%, #b7d8f4 12%, #dcecf9 50%, #b7d8f4 88%, rgba(159,202,240,.15) 100%);
  border-radius:999px;
}

.org-tree-node.depth-2{
  display:flex;
  flex-direction:column;
  gap:1rem;
  min-width:0;
  position:relative;
}

.org-tree-node.depth-2::before{
  content:"";
  position:absolute;
  left:50%;
  top:-18px;
  transform:translateX(-50%);
  width:2px;
  height:18px;
  background:linear-gradient(180deg,#9fcaf0 0%,#dcecf9 100%);
  border-radius:999px;
}

.org-tree-node.depth-2 > .org-tree-card{
  min-height:100%;
  position:relative;
}

.org-tree-node.depth-2 > .org-tree-card::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:-18px;
  transform:translateX(-50%);
  width:2px;
  height:18px;
  background:linear-gradient(180deg,#9fcaf0 0%,#dcecf9 100%);
  border-radius:999px;
}

.org-tree-node.depth-2 > .org-tree-children{
  position:relative;
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:.95rem;
  align-items:stretch;
  padding-top:18px;
}

.org-tree-node.depth-2 > .org-tree-children::before{
  content:"";
  position:absolute;
  left:50%;
  top:0;
  transform:translateX(-50%);
  width:calc(100% - 70px);
  height:2px;
  background:linear-gradient(90deg, rgba(159,202,240,.18) 0%, #bddcf6 14%, #e4f1fb 50%, #bddcf6 86%, rgba(159,202,240,.18) 100%);
  border-radius:999px;
}

.org-tree-node.depth-2:not(:has(.org-tree-children)) > .org-tree-card::after{
  display:none;
}

.org-tree-node.depth-3{
  min-width:0;
  position:relative;
}

.org-tree-node.depth-3::before{
  content:"";
  position:absolute;
  left:50%;
  top:-18px;
  transform:translateX(-50%);
  width:2px;
  height:18px;
  background:linear-gradient(180deg,#bddcf6 0%,#e7f2fb 100%);
  border-radius:999px;
}

.org-tree-card{
  position:relative;
  display:flex;
  gap:1rem;
  align-items:flex-start;
  padding:1rem;
  border-radius:24px;
  border:1px solid #e1ebf6;
  background:
    radial-gradient(circle at top right, rgba(31,142,216,.08), transparent 30%),
    linear-gradient(180deg,#ffffff,#f7fbff);
  box-shadow:0 14px 30px rgba(8,35,73,.05);
  cursor:pointer;
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  min-width:0;
  min-height:100%;
}
.org-tree-card:hover,
.org-tree-card.is-active{
  transform:translateY(-3px);
  border-color:#bfd8ef;
  box-shadow:0 22px 42px rgba(8,35,73,.10);
}
.org-tree-card.is-active{
  box-shadow:
    0 0 0 3px rgba(31,142,216,.10),
    0 22px 42px rgba(8,35,73,.10);
}

.org-tree-glow{
  position:absolute;
  inset:0;
  border-radius:inherit;
  background:radial-gradient(circle at top right, rgba(31,142,216,.13), transparent 30%);
  pointer-events:none;
}

.org-tree-avatar{
  position:relative;
  width:84px;
  min-width:84px;
  height:84px;
  border-radius:22px;
  overflow:hidden;
  background:#edf5fe;
  border:1px solid #d5e6f7;
  flex:0 0 84px;
}
.org-tree-avatar img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.org-tree-body{
  position:relative;
  min-width:0;
  flex:1 1 auto;
}
.org-tree-badge{
  display:inline-flex;
  padding:.38rem .72rem;
  border-radius:999px;
  background:#eef6ff;
  color:#0d4f9d;
  font-size:.7rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.org-tree-body h3{
  margin:.72rem 0 .4rem;
  font-size:1rem;
  line-height:1.45;
  font-weight:800;
  color:#123150;
  word-break:break-word;
  overflow-wrap:anywhere;
}
.org-tree-body strong{
  display:block;
  font-size:.91rem;
  color:#274564;
  line-height:1.6;
  word-break:break-word;
  overflow-wrap:anywhere;
}
.org-tree-body p,
.org-tree-body small{
  display:block;
  margin-top:.35rem;
  color:#6a7f97;
  line-height:1.7;
  font-size:.82rem;
  word-break:break-word;
  overflow-wrap:anywhere;
}
.org-tree-node.is-hidden{
  display:none !important;
}

.org-detail-panel{
  position:sticky;
  top:108px;
}
.org-detail-card{
  overflow:hidden;
  border-radius:28px;
  background:#fff;
  border:1px solid #e4edf6;
  box-shadow:0 18px 44px rgba(12,55,97,.08);
}
.org-detail-media{
  padding:1rem;
  background:
    radial-gradient(circle at top right, rgba(31,142,216,.12), transparent 30%),
    linear-gradient(180deg,#eff7ff,#ffffff);
}
.org-detail-media img{
  width:100%;
  aspect-ratio:1/1;
  object-fit:cover;
  display:block;
  border-radius:22px;
  background:#edf4fd;
  box-shadow:0 14px 34px rgba(8,35,73,.10);
}
.org-detail-media img.is-empty{
  object-fit:contain;
  padding:1.2rem;
}
.org-detail-body{
  padding:1.2rem 1.2rem 1.35rem;
}
.org-detail-kicker{
  display:inline-flex;
  padding:.42rem .75rem;
  border-radius:999px;
  background:#eef6ff;
  color:#0d4f9d;
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.org-detail-body h3{
  margin:.85rem 0 .45rem;
  font-size:1.2rem;
  line-height:1.4;
  font-weight:800;
  color:#102f4d;
  word-break:break-word;
  overflow-wrap:anywhere;
}
.org-detail-body strong{
  display:block;
  font-size:.95rem;
  color:#274564;
  line-height:1.7;
  word-break:break-word;
  overflow-wrap:anywhere;
}
.org-detail-body p{
  margin:.45rem 0 0;
  font-size:.84rem;
  color:#6d8198;
}
.org-detail-level-badge{
  margin-top:1rem;
}
.org-detail-level-badge span{
  display:inline-flex;
  align-items:center;
  padding:.72rem .92rem;
  border-radius:16px;
  background:#f3f7fc;
  border:1px solid #dbe7f3;
  font-size:.88rem;
  color:#41566f;
  font-weight:700;
}
.org-detail-description{
  margin-top:1rem;
  padding:1rem;
  border-radius:20px;
  background:#f8fbff;
  border:1px solid #e4edf6;
  color:#20354d;
  line-height:1.85;
  font-size:.9rem;
}
.org-detail-description p{
  margin:0;
  color:#20354d;
  font-size:.9rem;
  line-height:1.85;
}

/* GALLERY FEED / VIEWER */
.gallery-feed-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.gallery-feed-card{
  position:relative;
  display:block;
  overflow:hidden;
  border-radius:22px;
  border:1px solid #e4edf6;
  box-shadow:0 14px 34px rgba(12,55,97,.08);
  background:#fff;
  transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease;
  padding:0;
  width:100%;
  text-align:left;
  cursor:pointer;
  font:inherit;
}
.gallery-feed-card:hover{
  transform:translateY(-5px);
  box-shadow:0 24px 52px rgba(12,55,97,.14);
  border-color:#d4e4f6;
}
.gallery-feed-media{
  position:relative;
  aspect-ratio:1/1;
  overflow:hidden;
  background:#e8f0f9;
}
.gallery-feed-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .45s ease;
}
.gallery-feed-card:hover .gallery-feed-media img{transform:scale(1.07)}
.gallery-feed-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(7,35,72,.04), rgba(7,35,72,.64));
  opacity:0;
  transition:opacity .28s ease;
}
.gallery-feed-card:hover .gallery-feed-overlay{opacity:1}
.gallery-feed-count{
  position:absolute;
  right:12px;
  top:12px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  min-height:32px;
  padding:0 10px;
  border-radius:999px;
  background:rgba(255,255,255,.92);
  color:#103055;
  font-size:.78rem;
  font-weight:800;
  box-shadow:0 10px 20px rgba(8,35,73,.14);
  z-index:2;
}
.gallery-feed-body{padding:1rem 1rem 1.05rem}
.gallery-feed-body strong{
  display:block;
  font-size:1rem;
  line-height:1.45;
  font-weight:800;
  color:#123150;
}
.gallery-feed-body span{
  display:block;
  margin-top:.45rem;
  font-size:.82rem;
  color:#6a7f97;
  line-height:1.65;
}
.gallery-photo-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.gallery-photo-button{
  position:relative;
  display:block;
  width:100%;
  padding:0;
  border:none;
  background:#fff;
  cursor:pointer;
  overflow:hidden;
  border-radius:20px;
  border:1px solid #e4edf6;
  box-shadow:0 12px 30px rgba(10,44,78,.07);
  transition:transform .25s ease, box-shadow .25s ease;
}
.gallery-photo-button:hover{
  transform:translateY(-4px);
  box-shadow:0 20px 42px rgba(10,44,78,.12);
}
.gallery-photo-button img{
  width:100%;
  aspect-ratio:1/1;
  object-fit:cover;
  display:block;
  transition:transform .35s ease;
}
.gallery-photo-button:hover img{transform:scale(1.05)}
.gallery-photo-button::before{
  content:"";
  position:absolute;
  inset:auto 0 0 0;
  height:45%;
  background:linear-gradient(180deg, rgba(7,35,72,0), rgba(7,35,72,.38));
  opacity:.82;
  pointer-events:none;
}
.gallery-photo-button::after{
  content:"Lihat";
  position:absolute;
  right:10px;
  bottom:10px;
  padding:.4rem .75rem;
  border-radius:999px;
  background:rgba(255,255,255,.94);
  color:#0f3154;
  font-size:.75rem;
  font-weight:800;
  box-shadow:0 8px 18px rgba(8,35,73,.14);
  opacity:0;
  transform:translateY(6px);
  transition:.25s ease;
}
.gallery-photo-button:hover::after{
  opacity:1;
  transform:none;
}
.gallery-viewer{
  position:fixed;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px;
  background:
    radial-gradient(circle at top right, rgba(31,142,216,.16), transparent 24%),
    linear-gradient(180deg, rgba(3,18,39,.84), rgba(4,19,40,.92));
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  z-index:120;
  opacity:0;
  visibility:hidden;
  transition:opacity .28s ease, visibility .28s ease;
}
.gallery-viewer.show{
  opacity:1;
  visibility:visible;
}
.gallery-viewer-card-wrap{
  position:relative;
  width:min(1040px, 100%);
  transform:translateY(18px) scale(.975);
  transition:transform .28s ease;
}
.gallery-viewer.show .gallery-viewer-card-wrap{transform:none}
.gallery-viewer-card{
  width:100%;
  max-height:92vh;
  overflow:hidden;
  background:linear-gradient(180deg,#ffffff 0%, #f7fbff 100%);
  border-radius:30px;
  border:1px solid rgba(255,255,255,.35);
  box-shadow:0 42px 100px rgba(0,0,0,.34), 0 10px 28px rgba(8,35,73,.12);
}
.gallery-viewer-media{
  background:
    radial-gradient(circle at top left, rgba(31,142,216,.10), transparent 28%),
    linear-gradient(180deg,#eef6ff,#f9fbff);
  display:flex;
  align-items:center;
  justify-content:center;
  max-height:72vh;
  overflow:auto;
  padding:18px;
}
.gallery-viewer-media img{
  width:100%;
  max-height:68vh;
  object-fit:contain;
  display:block;
  background:#fff;
  border-radius:24px;
  box-shadow:0 18px 40px rgba(8,35,73,.14);
}
.gallery-viewer-body{
  padding:1.15rem 1.25rem 1.3rem;
  display:block;
  border-top:1px solid #e6eef7;
  background:linear-gradient(180deg,#ffffff,#fbfdff);
}
.gallery-viewer-copy h3{
  margin:0;
  font-size:1.1rem;
  line-height:1.45;
  font-weight:800;
  color:#102f4d;
}
.gallery-viewer-copy p{
  margin:.5rem 0 0;
  color:#5f738d;
  font-size:.92rem;
  line-height:1.8;
}
.gallery-viewer-close{
  position:absolute;
  top:-18px;
  right:-18px;
  z-index:5;
  width:52px;
  height:52px;
  border:none;
  border-radius:999px;
  background:linear-gradient(180deg,#ffffff,#eaf3ff);
  color:#13304f;
  font-size:1.4rem;
  font-weight:800;
  line-height:1;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  box-shadow:0 18px 36px rgba(8,35,73,.18), 0 8px 18px rgba(8,35,73,.10);
  transition:transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.gallery-viewer-close:hover{
  background:linear-gradient(180deg,#f7fbff,#dfeeff);
  transform:scale(1.06) rotate(90deg);
}

/* REVEAL */
.reveal-on-scroll{
  opacity:0;
  transform:translateY(28px);
  transition:opacity .65s ease, transform .65s ease;
  will-change:opacity, transform;
}
.reveal-on-scroll.is-visible{
  opacity:1;
  transform:none;
}

/* RESPONSIVE */
@media (max-width:1100px){
  .hero-shell,
  .dashboard-grid,
  .two-col-grid,
  .footer-grid,
  .contact-grid,
  .article-layout,
  .agenda-detail-layout,
  .org-hero-panel,
  .org-layout{
    grid-template-columns:1fr;
  }

  .profile-grid,
  .news-grid,
  .gallery-grid,
  .list-grid,
  .quick-grid,
  .org-grid,
  .agenda-page-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .article-sidebar,
  .agenda-detail-side,
  .org-detail-panel{
    position:static;
    top:auto;
  }

  .org-tree-node.depth-1 > .org-tree-children::before{
    width:calc(100% - 60px);
  }

  .gallery-feed-grid,
  .gallery-photo-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

@media (max-width:920px){
  .site-topbar{display:none}
  .desktop-title{display:none}
  .mobile-title{display:block}
  .brand-subtitle{display:none}
  .brand-logo{width:50px;height:50px}
  .navbar-toggler{display:flex}
  .nav-search-desktop{display:none}
  .header-card{padding:14px 14px 12px;border-radius:20px}
  .header-top-row{align-items:center;gap:.85rem}
  .header-right{gap:.6rem}
  .header-utility{gap:.45rem}
  .lang-switch button,
  .dark-mode-toggle{
    min-height:42px;
    padding:.6rem .72rem;
    border-radius:13px;
  }

  .route-home .site-header-home{
    padding:14px 0;
    background:rgba(245,248,252,.92);
    backdrop-filter:blur(14px);
    border-bottom:1px solid rgba(219,230,242,.7);
  }
  .route-home .site-header-home .header-card{
    background:rgba(255,255,255,.98);
    border:1px solid #e5edf6;
    box-shadow:0 16px 44px rgba(11,52,96,.08);
  }
  .route-home .site-header-home .brand-kicker{color:var(--secondary)}
  .route-home .site-header-home .brand-title,
  .route-home .site-header-home .brand-subtitle,
  .route-home .site-header-home .nav-list a{
    color:var(--text);
  }
  .route-home .site-header-home .navbar-toggler,
  .route-home .site-header-home .lang-switch button,
  .route-home .site-header-home .dark-mode-toggle{
    background:linear-gradient(180deg,#ffffff,#f7fbff);
    border:1px solid #cfe0f2;
    color:var(--text);
  }
  .route-home .site-header-home .navbar-toggler span{background:var(--primary)}
  .route-home .site-header-home.scrolled{top:0}

  .nav-panel{
    display:none;
    position:fixed;
    top:92px;
    left:50%;
    transform:translateX(-50%);
    width:calc(100vw - 32px);
    max-width:calc(100vw - 32px);
    background:rgba(255,255,255,.98);
    border:1px solid #dbe7f3;
    border-radius:24px;
    box-shadow:0 28px 60px rgba(8,35,73,.18);
    padding:1rem;
    z-index:999;
    backdrop-filter:blur(12px);
    -webkit-backdrop-filter:blur(12px);
  }
  body.dark-mode .nav-panel{
    background:rgba(15,23,42,.98);
    border-color:#253247;
  }
  .nav-panel.open,
  .nav-panel.show{
    display:block;
    animation:navDrop .18s ease;
  }
  @keyframes navDrop{
    from{opacity:0;transform:translateX(-50%) translateY(-8px)}
    to{opacity:1;transform:translateX(-50%) translateY(0)}
  }

  .nav-list{
    flex-direction:column;
    align-items:stretch;
    justify-content:flex-start;
    gap:.35rem;
  }
  .nav-list a{
    display:block;
    padding:.9rem 1rem;
    border-radius:14px;
  }
  .nav-list a:hover,
  .nav-list a.active{
    background:var(--soft);
  }
  body.dark-mode .nav-list a:hover,
  body.dark-mode .nav-list a.active{
    background:#162235;
  }
  .nav-list a.active::after{display:none}
  .nav-search-mobile{
    display:flex;
    width:100%;
    margin-top:12px;
    min-width:100%;
  }
  .nav-search{min-width:100%}

  .hero-copy h1{font-size:2rem}
  .hero-banner{min-height:420px}
  .hero-stats{grid-template-columns:1fr}
  .service-grid{grid-template-columns:1fr 1fr}
  .hero-section-home{padding:128px 0 28px}

  .agenda-detail-summary{grid-template-columns:1fr}
  .org-hero-stats{grid-template-columns:1fr}
  .org-toolbar{
    flex-direction:column;
    align-items:flex-start;
  }
  .org-toolbar-right{
    width:100%;
    min-width:0;
    align-items:stretch;
  }
  .org-search-input{min-width:0}

  .org-tree-node.depth-1 > .org-tree-card::after{
    height:18px;
    bottom:-18px;
  }

  .org-tree-node.depth-1 > .org-tree-children{
    grid-template-columns:1fr;
    padding-top:14px;
  }
  .org-tree-node.depth-1 > .org-tree-children::before{
    display:none;
  }

  .org-tree-node.depth-2::before{display:none}
  .org-tree-node.depth-2 > .org-tree-card::after{
    bottom:-14px;
    height:14px;
  }
  .org-tree-node.depth-2 > .org-tree-children{
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    padding-top:14px;
    padding-left:.85rem;
    margin-left:.35rem;
    border-left:2px solid #d8e7f5;
  }
  body.dark-mode .org-tree-node.depth-2 > .org-tree-children{
    border-left-color:#2a3a51;
  }
  .org-tree-node.depth-2 > .org-tree-children::before{display:none}
  .org-tree-node.depth-3::before{display:none}

  .gallery-feed-grid,
  .gallery-photo-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .gallery-viewer{
    padding:12px;
  }
  .gallery-viewer-card-wrap{
    width:min(100%, calc(100vw - 24px));
  }
  .gallery-viewer-media{padding:12px}
  .gallery-viewer-body{padding:1rem}
  .gallery-viewer-media img{border-radius:18px}
  .gallery-viewer-close{
    top:-12px;
    right:-2px;
    width:44px;
    height:44px;
    font-size:1.2rem;
  }
}

@media (max-width:680px){
  html{font-size:14px}
  .header-card{padding:10px 12px 12px;border-radius:18px}
  .brand-wrap{gap:10px}
  .brand-title{font-size:.95rem}
  .hero-copy,.hero-slider{border-radius:22px}
  .hero-copy{padding:1.3rem}
  .hero-actions{flex-direction:column}
  .hero-banner-copy{padding:1.2rem}
  .hero-banner-copy h2{font-size:1.5rem}
  .section-gap{padding:28px 0}

  .profile-grid,
  .news-grid,
  .service-grid,
  .gallery-grid,
  .list-grid,
  .quick-grid,
  .org-grid,
  .contact-grid,
  .agenda-page-grid{
    grid-template-columns:1fr;
  }

  .masonry-grid{column-count:1}
  .footer-bottom{
    flex-direction:column;
    align-items:flex-start;
  }
  .article-share-bar{
    padding:1rem 1.2rem 0;
    justify-content:flex-start;
  }
  .share-whatsapp-circle{
    width:44px;
    height:44px;
  }
  .share-whatsapp-circle img{
    width:20px;
    height:20px;
  }
  .article-content{padding:1.2rem 1.2rem 1.5rem}
  .recent-post-item{grid-template-columns:84px minmax(0,1fr)}
  .recent-post-thumb{
    width:84px;
    height:68px;
  }
  .scroll-top-btn{
    right:14px;
    bottom:14px;
    width:48px;
    height:48px;
    font-size:1.2rem;
  }
  .nav-panel{
    top:84px;
    left:50%;
    transform:translateX(-50%);
    width:calc(100vw - 24px);
    max-width:calc(100vw - 24px);
    padding:.9rem;
  }
  .hero-section-home{padding:112px 0 24px}
  .agenda-item{flex-direction:column}
  .agenda-item-date,
  .agenda-card-date{
    width:100%;
    min-width:100%;
  }

  .org-tree-card{flex-direction:column}
  .org-tree-avatar{
    width:100%;
    min-width:100%;
    height:auto;
    aspect-ratio:4/3;
  }
  .org-tree-node.depth-1 > .org-tree-card::after{display:none}
  .org-tree-node.depth-2 > .org-tree-card::after{display:none}
  .org-tree-node.depth-2 > .org-tree-children{
    grid-template-columns:1fr;
    padding-left:0;
    margin-left:0;
    border-left:none;
  }
  .org-hero-panel-copy h2{font-size:1.55rem}

  .gallery-feed-grid,
  .gallery-photo-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
  }

  .header-utility{
    display:none;
  }
}

@media (prefers-reduced-motion:reduce){
  *,
  *::before,
  *::after{
    animation:none !important;
    transition:none !important;
    scroll-behavior:auto !important;
  }
}