:root{
  --bg:#131f49;
  --accent:#e52e2e;
  --text:#ffffff;
  --card-border:#e5e7eb;
  --cta:#ffd34d;
}

/* RESET & BASE */
*{box-sizing:border-box;margin:0;padding:0}
html,body{max-width:100%;overflow-x:hidden}
body{
  font-family:'Poppins',system-ui,Segoe UI,Roboto,Arial,sans-serif;
  background:#ffffff;
  color:#0f172a;
}

/*  HEADER & NAV  */
header{background:var(--bg);color:var(--text);position:relative}
.container{width:100%;max-width:1180px;margin:0 auto;padding:0 24px}
.topbar{padding:12px 0 10px}
.toplinks{display:flex;gap:22px;justify-content:flex-end;align-items:center;font-size:13px}
.toplinks a{color:var(--text);text-decoration:none;opacity:.95;transition:.2s}
.toplinks a:hover{color:var(--accent);opacity:1}

.navbar{position:relative;padding:6px 0 0;border-top:1px solid rgba(255,255,255,.12)}
.navbar .rail{
  display:flex;align-items:center;justify-content:space-between;
  padding:14px 0 10px;border-bottom:1px solid rgba(255,255,255,.08);position:relative
}
.navbar::after{content:"";position:absolute;left:20%;right:20%;bottom:-2px;height:2px;background:var(--accent)}
.logo img{height:72px;display:block}

.menu{display:flex;align-items:center;gap:26px;list-style:none}
.menu>li{position:relative}
.menu>li>a{color:var(--text);text-decoration:none;font-weight:700;text-transform:uppercase;transition:.2s}
.menu>li>a:hover,.menu>li>a.active{color:var(--accent)}
.menu .chev{font-size:.75em;margin-left:.35rem;opacity:.9}

/* Dropdown (desktop) */
.dropdown-menu{
  display:none;position:absolute;left:0;top:115%;min-width:220px;
  background:#0f1c4a;border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:8px;z-index:10
}
.dropdown-menu a{
  display:block;padding:8px 12px;color:#fff;text-decoration:none;font-weight:600;
  text-transform:uppercase;font-size:12px;border-radius:6px
}
@media (min-width:993px){ .menu>li:hover .dropdown-menu{display:block} }

/* Toggle */
.menu-toggle{
  display:none;
  align-items:center;justify-content:center;
  width:42px;height:42px;border:1px solid rgba(255,255,255,.25);
  border-radius:10px;background:transparent;color:#fff;cursor:pointer
}
.menu-toggle i{font-size:18px}

/* Mobile nav */
@media (max-width:992px){
  .menu-toggle{display:inline-flex;z-index:1001}
  .navbar .container{padding-left:32px;padding-right:24px}
  .navbar .rail{
    display:grid;
    grid-template-columns:auto auto 1fr;
    grid-template-rows:auto auto;
    align-items:center;
    gap:10px;
  }
  .logo{grid-column:1;grid-row:1}
  .menu-toggle{grid-column:2;grid-row:1;justify-self:start;margin-left:8px}

  .menu{
    grid-column:1 / -1;grid-row:2;
    position:relative;display:block;width:100%;
    background-color:var(--bg);
    border-top:1px solid rgba(255,255,255,.15);
    max-height:0;overflow:hidden;transition:max-height .35s ease;
    padding:0;gap:0;
  }
  .menu.is-open{max-height:80vh;overflow:auto;padding:12px 0}
  .menu>li{display:block}
  .menu>li>a{
    display:block;width:100%;padding:10px 24px;
    text-transform:uppercase;font-weight:600;color:var(--text)
  }
  .menu>li>a:hover{background-color:rgba(255,255,255,.1);color:var(--accent)}
  .dropdown-menu{
    position:static;display:none;background:rgba(19,31,73,.95);
    border:none;border-radius:0;padding:6px 20px
  }
  .menu>li.open>.dropdown-menu{display:block}
  .dropdown-menu a{font-size:13px;text-transform:none;border-radius:8px}
}
@media (max-width:768px){ .toplinks{display:none} }

/*  HERO */
.hero{background:var(--bg);padding:40px 0 80px}
.hero-inner{width:70%;margin:0 auto;border-radius:12px;overflow:hidden;box-shadow:0 6px 20px rgba(0,0,0,.15)}
.slider{position:relative;overflow:hidden;background:#000}
.slides{display:flex;transition:transform .6s ease}
.slide{min-width:100%;height:460px;position:relative}
.slide img{width:100%;height:100%;object-fit:cover;display:block}
.caption{position:absolute;bottom:0;left:0;right:0;padding:14px 20px;background:linear-gradient(180deg,rgba(0,0,0,0)0%,rgba(0,0,0,.65)80%);color:#fff;font-weight:700}
.dots{position:absolute;bottom:12px;right:16px;display:flex;gap:8px}
.dot{width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.5);border:none;cursor:pointer}
.dot.active{background:#fff}

.hero-section,.hero{padding:20px 0 40px}
.hero-inner{border-radius:10px;box-shadow:0 4px 14px rgba(0,0,0,.12)}
.slide{height:560px}
.caption{padding:12px 18px;font-size:15px}
.dots{bottom:10px;right:14px}
.dot{width:9px;height:9px}

@media (max-width:992px){ .slide{height:420px} }
@media (max-width:768px){
  .slide{height:300px}
  .hero-section,.hero{padding:12px 0 24px}
  .hero-inner{width:100%;padding:0 16px}
  .slider{border-radius:10px}
  .slide img{object-fit:cover;object-position:center}
}

/*  HERO SLIDER PRO */
.hero-pro, .hero{border-bottom-left-radius:0;border-bottom-right-radius:0}
.hero-pro{
  background:var(--bg);
  padding:24px 0 28px;
  overflow:hidden;
}

/* 80vw*/
.hero-pro__inner{
  width:80vw;max-width:none;margin:0 auto;padding:0;
}

/* Gambar rounded */
.hero-pro__stage{
  position:relative;border-radius:16px;overflow:hidden;background:#000;
  box-shadow:0 8px 30px rgba(0,0,0,.25);
}

.hero-pro__slides{position:relative;height:520px;width:100%}
.hero-pro__slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .5s ease,visibility .5s ease}
.hero-pro__slide.is-active{opacity:1;visibility:visible}
.hero-pro__slide img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}

/* Overlay: fade dari BAWAH */
.hero-pro__overlay{
  position:absolute;inset:0;
  display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;
  align-items:end;gap:12px 16px;padding:28px;color:#fff;
  background:linear-gradient(180deg, rgba(0,0,0,0) 10%, rgba(0,0,0,.55) 85%, rgba(0,0,0,.65) 100%);
}

.hero-pro__kicker{grid-column:1;grid-row:1;margin:0 0 6px;font-weight:800;font-size:14px;color:var(--cta)}
.hero-pro__title{grid-column:1;grid-row:2;font-size:36px;line-height:1.15;font-weight:800;margin:0;max-width:75%;text-wrap:balance}
.hero-pro__cta{
  grid-column:2;grid-row:2;align-self:end;justify-self:end;display:inline-flex;align-items:center;gap:10px;
  background:var(--cta);color:#0f172a;text-decoration:none;font-weight:800;border-radius:10px;padding:12px 18px;box-shadow:0 2px 0 rgba(0,0,0,.12);
}
.hero-pro__cta:hover{filter:brightness(.95)}
.hero-pro__nav{
  position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:999px;border:0;cursor:pointer;
  background:#fff;color:#0f172a;font-size:26px;line-height:40px;text-align:center;box-shadow:0 4px 12px rgba(0,0,0,.25);z-index:5;
}
.hero-pro__nav.is-prev{left:10px}
.hero-pro__nav.is-next{right:10px}

/* Thumbnails dimatikan */
.hero-pro__thumbs{display:none !important}

/* Responsif hero pro */
@media (max-width:992px){
  .hero-pro__inner{width:100%;padding:0 16px;margin:0 auto}
  .hero-pro__slides{height:430px;width:100%}
  .hero-pro__stage{border-radius:12px}
  .hero-pro__title{font-size:28px;max-width:85%}
}
@media (max-width:768px){
  .hero-pro__slides{height:320px;width:100%}
  .hero-pro__overlay{
    padding:16px;
    background:linear-gradient(180deg, rgba(0,0,0,0) 15%, rgba(0,0,0,.55) 90%);
    align-items:flex-end;
  }
  .hero-pro__title{font-size:22px;max-width:100%}
  .hero-pro__nav{display:none}
}

/* Sembunyikan CTA pada mobile */
@media (max-width:768px){
  .hero-pro__cta{display:none !important}
  .hero-pro__overlay{grid-template-columns:1fr;padding-right:16px}
  .hero-pro__title{max-width:100%}
}

/*  KONTEN UTAMA  */
.content{padding:40px 0}
.content .content-inner{
  width:70%;margin:0 auto;background:#fff;border:1px solid var(--card-border);
  border-radius:12px;padding:24px;box-shadow:0 4px 12px rgba(0,0,0,.06);
}
.content h2{margin-bottom:10px}
.content p{line-height:1.7;color:#374151}

/* INFO PANEL */
.info-panels{padding:10px 0 28px}
.info-panels .wrap{
  width:70%;margin:0 auto;display:grid;gap:24px;grid-template-columns:1fr 1fr;
}
.panel{
  background:#fff;border:1px solid var(--card-border);border-radius:12px;overflow:hidden;
  box-shadow:0 4px 12px rgba(0,0,0,.06);
}
.panel-head{
  background:var(--bg);color:#fff;text-align:center;font-weight:800;font-size:14px;
  padding:12px 6px;letter-spacing:.5px;text-transform:uppercase;
}
.panel-body{max-height:420px;overflow:auto;padding:16px}
.item{padding:14px 0;border-bottom:1px solid #e5e7eb}
.item:last-child{border-bottom:none}
.item a.title{display:block;text-decoration:none;color:#0f172a;font-weight:700;margin-bottom:6px}
.item a.title:hover{color:var(--accent)}
.meta{font-size:12px;color:#6b7280;display:flex;gap:14px;align-items:center}
.meta i{opacity:.7}
.item p{font-size:13px;color:#374151;margin-top:6px}

/* GLOBAL RESPONSIVE */
@media (max-width:992px){
  .hero-inner,.content .content-inner,.info-panels .wrap{width:90%}
  .slide{height:360px}
}
@media (max-width:768px){
  .info-panels .wrap{grid-template-columns:1fr}
}

/* DIVIDER JUDUL */
.section-divider{
  width:70%;margin:6px auto 20px;display:flex;align-items:center;gap:22px;
}
.section-divider .line{flex:1;height:3px;background:var(--accent);border-radius:2px}
.section-divider h3{margin:0;white-space:nowrap;color:#131f49;font-weight:800;font-size:24px}

/* SECTION PEJABAT */
.pejabat-section{background:#fff;width:70%;margin:0 auto 80px}
.pejabat-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.06)}
.pejabat-media{position:relative;aspect-ratio:2/1;padding-top:50%;background:#fff}
.pejabat-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;display:block;background:transparent}
.pejabat-body{padding:16px 18px}
.pejabat-body h4{margin:0 0 6px;font-size:18px;color:#0f172a}
.pejabat-body p{margin:0;color:#374151;font-size:14px}
@media (max-width:992px){ .section-divider,.pejabat-section{width:90%} .section-divider h3{font-size:20px} }
.pejabat-section .pejabat-card{box-shadow:none!important;border:1px solid transparent}
.pejabat-section .pejabat-media img{filter:none!important;box-shadow:none!important}

/* SECTION ADPOST & RECENT */
.adpost-section{width:70%;margin:0 auto 80px;display:block;background:#fff}
.adpost-section .wrap{display:grid;grid-template-columns:2fr 1.2fr;gap:32px;align-items:flex-start}
.section-divider.small{margin:10px 0 20px;display:flex;align-items:center;gap:16px}
.section-divider.small .line{flex:1;height:2px;background:var(--accent);border-radius:1px}
.section-divider.small h3{font-size:18px;font-weight:800;color:#131f49;text-transform:uppercase;white-space:nowrap;margin:0}

/* GRID ADPOST */
.adpost-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.adcard{background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;text-align:center}
.adcard img{width:100%;height:auto;aspect-ratio:300/250;object-fit:cover;display:block}

/* ADPOST KANAN */
.adpost-right{display:flex;flex-direction:column;align-items:stretch;gap:12px}
.adpost-right .section-divider.small{margin:6px 0 4px}
.adpost-right .recent-box{margin:0}

/* RECENT */
.recent-box{border:1px solid #e5e7eb;border-radius:10px;background:#fff;padding:16px;max-height:540px;overflow:auto}
.recent-item{padding:10px 0;border-bottom:1px solid #e5e7eb}
.recent-item:last-child{border-bottom:none}
.recent-item .title{display:block;color:#131f49;font-weight:700;text-decoration:none;margin-bottom:4px}
.recent-item .title:hover{color:var(--accent)}
.recent-item p{font-size:13px;color:#374151;margin:0;line-height:1.5}

/* ALBUM FOTO */
.adpost-right .album-box{width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:4px}
.adpost-right .album-item{position:relative;height:120px;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;background:#fff}
.adpost-right .album-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s ease,filter .25s ease}
.adpost-right .album-item .label{
  position:absolute;left:0;right:0;bottom:0;padding:6px 8px;font-size:11px;font-weight:700;color:#fff;line-height:1.2;
  background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.75) 100%);
}
.adpost-right .album-item:hover img{transform:scale(1.03);filter:brightness(.95)}

/* RESPONSIVE ADPOST */
@media (max-width:992px){
  .adpost-section{width:90%}
  .adpost-section .wrap{grid-template-columns:1fr}
  .recent-box{max-height:unset}
  .adpost-right .album-box{grid-template-columns:repeat(3,1fr)}
}
@media (max-width:640px){ .adpost-right .album-box{grid-template-columns:repeat(2,1fr)} }
@media (max-width:420px){ .adpost-right .album-box{grid-template-columns:1fr} }

/* MARQUEE */
.marquee-wrap{
  width:70%;margin:32px auto 24px;background:#fff;border:1px solid #e5e7eb;
  border-radius:12px;padding:12px 0;overflow:hidden;
}
.marquee{position:relative;overflow:hidden}
.marquee-track{
  --gap:32px;display:flex;align-items:center;gap:var(--gap);
  list-style:none;padding:0;margin:0;animation:marquee-slide 28s linear infinite;
}
.marquee:hover .marquee-track{animation-play-state:paused}
.marquee-track li{flex:0 0 auto}
.marquee-track img{
  display:block;height:87px;width:263px;object-fit:contain;background:#ffffff;border-radius:8px;
  box-shadow:0 0 0 1px #eef2f7 inset;padding:6px 10px;
}
@keyframes marquee-slide{from{transform:translateX(0)}to{transform:translateX(calc(-100% / 2))}}
@media (max-width:992px){ .marquee-wrap{width:90%} .marquee-track{--gap:24px} }
@media (max-width:576px){ .marquee-track{--gap:16px} .marquee-track img{width:210px;height:70px} }

/* ALBUM VIDEO */
.video-section{width:70%;margin:0 auto 80px;background:#fff}
.video-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.video-item{background:#fff;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.04)}
.video-embed{position:relative;aspect-ratio:16/9;background:#000}
.video-embed iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.video-title{margin:0;padding:10px 12px;font-weight:700;color:#131f49;font-size:14px}
@media (max-width:992px){ .video-section{width:90%} }
@media (max-width:640px){ .video-grid{grid-template-columns:1fr} }

/*  FOOTER  */
.site-footer{background:var(--bg);color:var(--text);font-family:'Poppins',system-ui,Segoe UI,Roboto,Arial,sans-serif}
.site-footer .container{width:100%;max-width:1180px;margin:0 auto;padding:36px 24px 28px}
.footer-topbar{height:2px;background:linear-gradient(90deg,var(--accent),rgba(229,46,46,.2));margin-bottom:24px;border-radius:1px}

/* GRID 3 KOLOM */
.footer-grid{
  display:grid;
  grid-template-columns:
    minmax(360px, 1.45fr)
    minmax(240px, .95fr)
    minmax(320px, 1.1fr);
  column-gap:64px;
  align-items:start;
}
.footer-grid .footer-block:nth-child(2){padding-left:8px}
.footer-grid .footer-block:nth-child(3){padding-left:12px}
@media (max-width:1100px){
  .footer-grid{
    column-gap:48px;
    grid-template-columns:minmax(320px,1.35fr) minmax(220px,1fr) minmax(280px,1.05fr);
  }
}
@media (max-width:992px){
  .footer-grid{grid-template-columns:1fr 1fr;column-gap:40px;row-gap:28px}
  .footer-grid .footer-block:nth-child(3){grid-column:1 / -1;padding-left:0}
}

/* BRAND */
.footer-brand{display:inline-flex;align-items:center;gap:16px;margin-bottom:18px;max-width:100%}
.footer-brand img{display:block;height:84px;width:auto;max-width:none}
@media (max-width:992px){ .footer-brand img{height:68px} }
@media (max-width:576px){ .footer-brand img{height:60px} }
.footer-brand .brand-text{font-size:22px;font-weight:700;line-height:1.1;letter-spacing:.3px}

/* HEADING */
.footer-block h4{font-size:18px;font-weight:700;margin-bottom:10px;color:#fff;letter-spacing:.2px}
.footer-underline{width:28px;height:3px;background:var(--accent);border-radius:2px;margin:6px 0 16px}

/* LIST */
.footer-contact li,.footer-links li,.footer-headlines li{list-style:none;margin:0 0 12px}
.footer-contact li{line-height:1.55}
.footer-contact i{width:22px;display:inline-block;color:#fff;opacity:1;filter:drop-shadow(0 0 1px rgba(0,0,0,.25))}
.footer-contact a,.footer-links a,.footer-headlines a{color:#fff;text-decoration:none;opacity:1;transition:.2s}

/* TENTANG KAMI */
.footer-links li{position:relative;padding-left:16px}
.footer-links li::before{
  content:"";
  position:absolute;left:0;top:.7em;width:7px;height:7px;border-radius:50%;
  background:#fff;box-shadow:0 0 0 2px rgba(255,255,255,.12);
}
.footer-links a{font-weight:600;font-size:15px}
.footer-links a:hover{color:#fff;text-decoration:underline;text-underline-offset:3px}

/* HEADLINES */
.footer-headlines a{
  display:block;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.18);
  font-weight:700;font-size:14.5px;
}
.footer-headlines a:last-child{border-bottom:none}
.footer-headlines a:hover{background:rgba(255,255,255,.08);color:#fff}

/* META FOOTER */
.footer-meta{
  border-top:1px solid rgba(255,255,255,.18);
  margin-top:22px;
  padding:14px 0 12px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  color:#e5e7eb;
  font-size:13px;
}
.footer-meta-left{opacity:.95}
.footer-meta-right{display:flex;align-items:center;gap:10px;font-weight:600;letter-spacing:.2px}
.footer-meta-right a{
  color:#ffffff;text-decoration:none;border-bottom:1px dashed rgba(255,255,255,.35);padding-bottom:1px;
  transition:opacity .2s ease,color .2s ease,border-color .2s ease;
}
.footer-meta-right a:hover{color:#fff;border-color:rgba(255,255,255,.6);opacity:1}
@media (max-width:640px){
  .footer-meta{flex-direction:column;align-items:flex-start;gap:8px}
}

/* Divider responsif */
@media (max-width:768px){
  .section-divider{flex-wrap:wrap;gap:14px;width:90%}
  .section-divider h3{white-space:normal;text-align:center;line-height:1.25;font-size:20px}
  .section-divider .line{min-width:24px;height:3px}
}
@media (max-width:480px){
  .section-divider{gap:12px;width:92%}
  .section-divider h3{font-size:18px}
}

/* YouTube embed */
.video-embed{position:relative;width:100%;aspect-ratio:16/9}
.video-embed iframe{position:absolute;inset:0;width:100%;height:100%;border:0}

/* Footer mobile stacking */
@media (max-width:768px){
  .site-footer .container{padding:28px 16px 22px}
  .footer-grid{
    grid-template-columns:1fr !important;
    row-gap:22px;column-gap:0;
  }
  .footer-grid .footer-block:nth-child(2),
  .footer-grid .footer-block:nth-child(3){padding-left:0 !important}
  .footer-grid .footer-block:nth-child(1){order:1}
  .footer-grid .footer-block:nth-child(2){order:2}
  .footer-grid .footer-block:nth-child(3){order:3}
  .footer-block h4{margin-bottom:6px}
  .footer-underline{margin:6px 0 12px}
  .footer-meta{margin-top:18px;flex-direction:column;align-items:flex-start;gap:8px}
}

/* =========================================================
   FULL HD / DESKTOP LARGE SLIDER IMPROVEMENTS (PATCH)
   Tempelkan block ini terakhir agar override rules lama
   ========================================================= */
@media (min-width: 1366px) {
  /* Lebarkan panggung slider agar tidak terlalu sempit di monitor besar */
  .hero-pro__inner { width: min(88vw, 1400px); }

  /* Tinggi slider fleksibel: aman untuk 1080p–1440p */
  .hero-pro__slides { height: clamp(560px, 68vh, 780px); }

  .hero-pro__stage { border-radius: 18px; }

  /* Pastikan gambar mengisi penuh; fokus agak ke atas agar headline tidak kepotong */
  .hero-pro__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 35%;
    display: block;
  }

  /* Overlay lebih lega di desktop besar */
  .hero-pro__overlay {
    padding: 32px 36px;
    gap: 14px 20px;
    grid-template-columns: 1fr auto;
    box-sizing: border-box;
    padding-right: calc(36px + env(safe-area-inset-right));
  }

  /* Judul responsif agar proporsional di layar lebar */
  .hero-pro__title {
    font-size: clamp(34px, 2.2vw, 44px);
    line-height: 1.15;
    max-width: 68%;
  }

  /* Tombol navigasi sedikit lebih besar */
  .hero-pro__nav {
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 26px;
  }
}

/* Spesifik Full HD / monitor besar (1920×1080 ke atas) */
@media (min-width: 1900px) and (min-height: 1000px) {
  .hero-pro__slides { height: min(72vh, 820px); }
  .hero-pro__title { max-width: 60%; }
}

/* Samakan perilaku untuk slider versi lama (.slide/.slider) di desktop besar */
@media (min-width: 1366px) {
  .slide { height: clamp(520px, 64vh, 720px); }
  .slide img { object-fit: cover; object-position: center 35%; }
}

/* Pastikan CTA tidak terdorong akibat tinggi slide bertambah */
.hero-pro__cta { white-space: nowrap; }

/* Hindari gap putih tipis saat transform slide */
.hero-pro__slides, .hero-pro__stage { background:#000; }

/* === Transitions untuk hero === */

/* Stagger caption */
.hero-pro__overlay .hero-pro__kicker,
.hero-pro__overlay .hero-pro__title,
.hero-pro__overlay .hero-pro__cta {
  opacity:0; transform:translateY(10px);
  transition:opacity .5s ease, transform .6s ease;
}
.hero-pro__slide.is-active .hero-pro__overlay .hero-pro__kicker{ transition-delay:.08s; opacity:1; transform:none; }
.hero-pro__slide.is-active .hero-pro__overlay .hero-pro__title { transition-delay:.18s; opacity:1; transform:none; }
.hero-pro__slide.is-active .hero-pro__overlay .hero-pro__cta   { transition-delay:.28s; opacity:1; transform:none; }

/* Zoomfade default untuk semua slide */
.hero-pro__slide.t-zoomfade { 
  opacity:0; transform:scale(1.03);
  transition:opacity .7s ease, transform 1.6s ease;
}
.hero-pro__slide.t-zoomfade.is-active { 
  opacity:1; transform:scale(1);
}

/* Ken Burns (pan & zoom perlahan) — hanya slide yang diberi kelas t-kenburns */
.hero-pro__slide.t-kenburns picture,
.hero-pro__slide.t-kenburns img { display:block; width:100%; height:100%; }
.hero-pro__slide.t-kenburns img {
  transform:scale(1.06) translate3d(0,0,0);
  transition:transform 8s ease;
  transform-origin:center;
}
/* arah pan opsional lewat data-pan */
.hero-pro__slide.t-kenburns[data-pan="up"] img    { transform-origin:center top; }
.hero-pro__slide.t-kenburns[data-pan="down"] img  { transform-origin:center bottom; }
.hero-pro__slide.t-kenburns[data-pan="left"] img  { transform-origin:left center; }
.hero-pro__slide.t-kenburns[data-pan="right"] img { transform-origin:right center; }
.hero-pro__slide.t-kenburns.is-active img { transform:scale(1) translate3d(0,0,0); }

/* Reduce motion preference */
@media (prefers-reduced-motion: reduce){
  .hero-pro__slide, .hero-pro__overlay *, .hero-pro__slide img {
    transition:none !important; animation:none !important; transform:none !important;
  }
}

/* Adcard as link */
.adcard{ display:block; text-decoration:none; color:inherit; }
.adcard:focus-visible{ outline:3px solid var(--accent); outline-offset:2px; border-radius:8px; }
.adcard img{ width:100%; height:auto; display:block; }
/* (opsional) efek hover ringan */
.adcard:hover img{ transform:scale(1.01); transition:transform .2s ease; }

