:root{
  --blue-900:#0a2f6b;
  --blue-800:#0b3f8a;
  --blue-700:#0d56b6;

  --sky-50:#f3f7ff;

  --ink: var(--blue-900);
  --muted:#5b6474;
  --line:#e6ebf4;

  --bubble:#0a3d8e;

  --radius:16px;
  --sticky-offset:110px;

  /* disuntik dari body: --baduy-url */
  --baduy-url:none;
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}

/* ✅ Anti "space ke samping" global */
html,body{
  max-width:100%;
  overflow-x:hidden;
}

html{
  scroll-behavior:smooth;
  scroll-padding-top:var(--sticky-offset);
}

body{
  font-family:"Nunito", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif;
  color:var(--ink);
  background:#fff;
  line-height:1.55;
}

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

.container{
  width:min(1120px, calc(100% - 32px));
  margin-inline:auto;
}

.icon{width:22px;height:22px;display:block}
.icon--sm{width:18px;height:18px}
.icon--xs{width:16px;height:16px}

.section{background:transparent}

.snap-section{
  min-height:calc(100svh - var(--sticky-offset));
  display:flex;
  align-items:center;
}

.snap-section > .container{
  width:100%;
  padding:clamp(40px, 6vh, 80px) 0;
}

.sectionHead{
  text-align:center;
  margin-bottom:22px;
}

.sectionHead__title{
  margin:0;
  letter-spacing:-.2px;
  font-weight:950;
  font-size: clamp(30px, 3.4vw, 56px);
  line-height: 1.15;
}

.sectionHead__desc{
  margin:6px auto 0;
  color:var(--muted);
  max-width:80ch;
}

.sectionHead .h2,
h2.h2{
  font-size: 40px !important;
  line-height: 1.12 !important;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:12px 16px;
  border-radius:14px;
  font-weight:900;
  font-size:14px;
  border:1px solid transparent;
  cursor:pointer;
  transition:transform .08s ease, box-shadow .18s ease, background .18s ease, filter .18s ease;
  position:relative;
  overflow:hidden;
  isolation:isolate;
}
.btn:active{transform:translateY(1px)}

.btn--primary{
  background:linear-gradient(180deg, var(--blue-700), var(--blue-800));
  color:#fff;
  box-shadow:0 12px 24px rgba(13,86,182,.20);
}
.btn--primary:hover{filter:brightness(1.03)}

.btn--ghost{
  background:#fff;
  border:1px solid var(--line);
  color:#1c2b4a;
}
.btn--ghost:hover{background:var(--sky-50)}

.actions,
.heroText__actions{
  margin-top:14px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.btn--primary::before,
.btn--ghost::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background-image: var(--baduy-url);
  background-repeat: repeat;
}

.btn--primary::before{
  background-size: 160px auto;
  opacity: 0.18;
  mix-blend-mode: screen;
  filter: contrast(1.05) saturate(0.9);
}
.btn--primary > *{position:relative;z-index:1;}
.btn--primary:hover::before{opacity:0.22;}

.btn--ghost::before{
  background-size: 180px auto;
  opacity: 0.06;
  mix-blend-mode: multiply;
  filter: contrast(1.1) saturate(0.9);
}
.btn--ghost > *{position:relative;z-index:1;}
.btn--ghost:hover::before{opacity:0.08;}

.card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  box-shadow:0 10px 26px rgba(8,20,44,.08);
  overflow:hidden;
}

/* ================= HERO ================= */
.hero{margin-bottom:0;border-bottom:0}

.hero__media{margin-bottom:clamp(34px, 6vw, 80px)}
.hero__img{width:100%;height:auto}

.hero__content{
  padding:clamp(18px, 3vw, 48px) 0 clamp(44px, 6vh, 80px);
}

.heroGrid{
  display:grid;
  grid-template-columns:1fr 1.15fr;
  gap:18px;
  align-items:center;
}

.heroThumbs{position:relative;height:260px}

.thumbCard{
  position:absolute;
  border-radius:16px;
  overflow:hidden;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:0 12px 28px rgba(8,20,44,.12);
}
.thumbCard img{width:100%;height:100%;object-fit:cover}

.thumbCard--big{left:0;top:0;width:76%;height:92%}

.thumbCard--small{
  right:0;bottom:0;width:42%;height:52%;
  border:0 !important;
  outline:0 !important;
  box-shadow:none !important;
  filter:none !important;
  background:transparent !important;
  overflow:hidden !important;
  border-radius:22px;
}
.thumbCard--small::before,
.thumbCard--small::after{content:none !important;display:none !important;}
.thumbCard--small > img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  background:#fff;
  border:0 !important;
  outline:0 !important;
  box-shadow:none !important;
  filter:none !important;
  border-radius:22px;
}

/* ✅ FIX clamp judul hero (yang sebelumnya kebalik) */
.heroText__title{
  margin:0;
  font-weight:900;
  letter-spacing:-.4px;
  font-size: clamp(28px, 5.6vw, 44px);
  line-height: 1.12;
}

.heroText__desc{
  margin:10px 0 0;
  color:#6b7280;
  max-width:68ch;
  font-size: clamp(15px, 2.2vw, 20px);
  line-height: 1.9;
}

/* ================= HIGHLIGHT ================= */
#highlight{padding:0}

#highlight .highlightWrap{
  width:100%;
  min-height:calc(100svh - var(--sticky-offset));
  display:flex;
  align-items:center;
  background:linear-gradient(180deg, var(--blue-900), var(--bubble));
  position:relative;
  overflow:hidden;
  isolation:isolate;
}

#highlight .highlightWrap::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background-image:var(--baduy-url);
  background-repeat:repeat;
  background-size:220px auto;
  opacity:0.18;
  mix-blend-mode:screen;
  filter:contrast(1.05) saturate(0.9);
}

#highlight .highlightWrap > .container{
  position:relative;
  z-index:1;
  padding-block:clamp(20px, 4vh, 48px);
  padding-inline:clamp(16px, 4vw, 48px);
}

.highlightInner{max-width:980px;margin:0 auto}

.split{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:clamp(20px, 4vw, 44px);
  align-items:stretch;
}

#highlight figure{margin:0}

.split__aside{
  padding:22px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  height:100%;
}

.h2{
  margin:0;
  font-size:clamp(22px, 2.6vw, 32px);
  letter-spacing:-.5px;
}
.p{
  margin:12px 0 0;
  font-size:15px;
  line-height:1.8;
}
.p--muted{color:#6b7280}

.split__main{height:100%;display:flex}

.figureCard{
  display:flex;
  flex-direction:column;
  height:100%;
  width:100%;
}

.figureCard__media{
  flex:1;
  min-height:280px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:18px;
}

.figureCard__media img{
  width:100%;
  height:100%;
  object-fit:contain;
}

.figureCard__caption{
  padding:8px 12px;
  font-size:12.5px;
  color:var(--muted);
  border-top:1px solid var(--line);
}

/* ================= INFORMASI ================= */
#informasi .container{padding-inline:clamp(16px, 3vw, 36px)}

.twoPanels{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:clamp(14px, 2vw, 18px);
}

.panelCard__top{
  padding:16px 16px 12px;
  background:linear-gradient(180deg, var(--blue-900), var(--bubble));
  border-bottom:1px solid rgba(255,255,255,.12);
  position:relative;
  overflow:hidden;
  isolation:isolate;
}

.panelCard__top::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background-image: var(--baduy-url);
  background-repeat: repeat;
  background-size: 180px auto;
  opacity: 0.14;
  mix-blend-mode: screen;
  filter: contrast(1.05) saturate(0.9);
}
.panelCard__top > *{position:relative;z-index:1;}

.panelCard__title{
  margin:0;
  font-size:18px;
  font-weight:950;
  color:#fff;
}
.panelCard__desc{
  margin:6px 0 0;
  color:rgba(255,255,255,.75);
  font-size:13px;
}

.panelCard__grid{
  padding:clamp(12px, 2vw, 18px);
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:12px;
}

.actionTile{
  display:flex;
  gap:10px;
  align-items:flex-start;
  padding:12px;
  border-radius:16px;
  border:1px solid var(--line);
  background:#fff;
  transition:background .18s ease, border-color .18s ease, transform .08s ease;
}
.actionTile:active{transform:translateY(1px)}
.actionTile:hover{background:var(--sky-50);border-color:#dbe5ff}

.actionTile__icon{
  width:36px;height:36px;
  border-radius:12px;
  display:grid;
  place-items:center;
  background:linear-gradient(180deg, rgba(13,86,182,.12), rgba(11,63,138,.10));
  border:1px solid rgba(11,63,138,.18);
  color:var(--blue-800);
  flex:0 0 auto;
}

.actionTile__text b{font-weight:950}
.actionTile__text small{color:var(--muted);font-size:12px}

/* ================= INSTAGRAM ================= */
.igProfileCard{margin-top:18px}

.igProfile{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:26px;
  padding:18px;
}

.igProfile__left{
  display:flex;
  align-items:center;
  gap:14px;
  min-width:0;
}

.igAvatar{
  width:72px;
  height:72px;
  border-radius:999px;
  padding:3px;
  background:conic-gradient(from 90deg, #ff6a00, #ff3d7f, #7a5cff, #00c2ff, #ff6a00);
}
.igAvatar img{
  width:100%;
  height:100%;
  border-radius:999px;
  object-fit:cover;
  background:#fff;
  border:3px solid #fff;
}

.igIdentity{line-height:1.25}
.igName{font-weight:950;font-size:18px;letter-spacing:-.2px}
.igHandle{margin-top:4px;color:var(--muted);font-weight:700;font-size:13px}

.igProfile__stats{display:flex;gap:clamp(18px, 3vw, 28px)}
.igStat{text-align:center;min-width:84px}
.igStat__value{font-weight:950;font-size:18px;letter-spacing:-.2px}
.igStat__label{margin-top:2px;font-size:12px;color:var(--muted);font-weight:700}

.igFollowBtn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:12px 16px;
  border-radius:14px;
  font-weight:950;
  border:1px solid transparent;
  color:#fff;
  background:linear-gradient(180deg, var(--blue-700), var(--blue-800));
  box-shadow:0 12px 24px rgba(13,86,182,.20);
  transition:transform .08s ease, filter .18s ease;
}
.igFollowBtn:active{transform:translateY(1px)}
.igFollowBtn:hover{filter:brightness(1.03)}
.igFollowBtn__icon{display:grid;place-items:center}

.igFeed{
  border-top:1px solid var(--line);
  background:#fff;
}
.igFeedRow{
  display:grid;
  grid-template-columns:repeat(5, 1fr);
  gap:2px;
  background:var(--line);
}
.igPost{
  position:relative;
  background:#fff;
  aspect-ratio:1/1;
  overflow:hidden;
  display:block;
}
.igPost img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .25s ease;
}
.igPost:hover img{transform:scale(1.03)}
.igPost__badge{
  position:absolute;
  top:8px;
  right:8px;
  z-index:2;
  display:grid;
  place-items:center;
  width:30px;height:30px;
  border-radius:10px;
  background:rgba(0,0,0,.45);
  color:#fff;
  backdrop-filter:blur(4px);
}

/* ================= INFO BOXES ================= */
.infoBoxes{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:14px;
}
.infoBox{padding:14px}
.infoBox__title{font-weight:950}
.infoBox__text{
  margin-top:8px;
  color:var(--muted);
  font-size:13px;
  line-height:1.7;
}

/* ================= LOGO CAROUSEL (MENTOK, NO OVERFLOW) ================= */
.logoCarousel{
  margin-top:18px;
  margin-bottom: clamp(22px, 4vw, 56px);
}

/*
  ✅ FIX UTAMA:
  jangan pakai width:100vw + margin-left negatif.
  itu penyebab "space ke samping" di mobile.
*/
.logoCarousel__viewport{
  width:100%;
  margin:0;

  background: rgba(255,255,255,.92);
  border: 1px solid rgba(255,255,255,0);
  border-radius: 0;
  box-shadow: 0 8px 18px rgba(8,20,44,.06);
  padding: 14px 0;

  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  touch-action: pan-x;
  scroll-behavior: auto !important;

  overflow: hidden !important;
  overflow-y: hidden !important;
  position: relative;

  scrollbar-width: none;

  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 64px, #000 calc(100% - 64px), transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 64px, #000 calc(100% - 64px), transparent 100%);
}
.logoCarousel__viewport::-webkit-scrollbar{ height:0; }

.logoCarousel__track{
  display:flex;
  align-items:center;
  width:max-content;

  gap:56px;

  /* ✅ jangan ada kalkulasi 100vw */
  padding-left:16px;
  padding-right:16px;

  will-change: transform;
  transform: translate3d(0,0,0);
}

.logoCarousel__item{
  flex:0 0 auto;
  height:48px;
  display:flex;
  align-items:center;
  justify-content:center;
  user-select:none;
  -webkit-user-drag:none;
}

.logoCarousel__item img{
  display:block;
  height:48px;
  width:auto;
  object-fit:contain;
  user-select:none;
  -webkit-user-drag:none;
  pointer-events:none;
}

/* ================= RESPONSIVE ================= */
@media (max-width:980px){
  :root{ --sticky-offset:96px; }

  .snap-section{min-height:auto;display:block}
  .snap-section > .container{padding:44px 0}

  .heroGrid{grid-template-columns:1fr}
  .heroThumbs{height:240px}

  .split{grid-template-columns:1fr}

  .twoPanels{grid-template-columns:1fr}
  .panelCard__grid{grid-template-columns:1fr}

  .infoBoxes{grid-template-columns:repeat(2, 1fr)}

  .igProfile{flex-direction:column;gap:14px}
  .igProfile__stats{justify-content:center}

  .logoCarousel__viewport{
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 44px, #000 calc(100% - 44px), transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 44px, #000 calc(100% - 44px), transparent 100%);
  }
  .logoCarousel__track{
    gap:34px;
    padding-left:16px;
    padding-right:16px;
  }
  .logoCarousel__item,
  .logoCarousel__item img{ height:42px; }
}

@media (max-width:520px){
  .infoBoxes{grid-template-columns:1fr}
  .igFeedRow{grid-template-columns:repeat(2, 1fr)}

  .heroThumbs{height:190px}
  .thumbCard--big{width:82%;height:88%}
  .thumbCard--small{width:52%;height:54%}

  .logoCarousel__track{ gap:26px; }
  .logoCarousel__item,
  .logoCarousel__item img{ height:36px; }
}

/* ✅ HP kecil */
@media (max-width:390px){
  .logoCarousel__viewport{
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 34px, #000 calc(100% - 34px), transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 34px, #000 calc(100% - 34px), transparent 100%);
  }
}
/* RESET */
*{box-sizing:border-box}
html,body{margin:0;padding:0}

/* ✅ Jangan taruh overflow di html (bisa bikin sticky aneh di beberapa device) */
html{
  max-width:100%;
  overflow-x:visible;  /* biarin */
}

/* ✅ Matikan scroll samping cukup di body */
body{
  max-width:100%;
  overflow-x:hidden;
}
/* ===== Survey Widget (Rapi, Tab Ga Kebalik, Header Baduy, Full Height) ===== */
.surveyWidget{
  position: fixed;
  right: 0;
  top: 0;                 /* ✅ dari atas */
  bottom: 0;              /* ✅ sampai bawah */
  z-index: 99999;
  pointer-events: none;   /* panel yang aktif aja yang bisa diklik */
}

/* ===== Tab (vertikal tapi ga kebalik) ===== */
.surveyTab{
  pointer-events: auto;
  position: absolute;
  right: 0;
  top: 120px; /* kamu bisa atur, biar ga nabrak header */
  width: 46px;
  padding: 14px 0;

  border: 0;
  cursor: pointer;

  /* ✅ bikin teks vertikal rapi tanpa rotate kebalik */
  writing-mode: vertical-rl;
  text-orientation: mixed;     /* huruf Latin tetap kebaca */
  transform: none;

  border-radius: 14px 0 0 14px;
  background: linear-gradient(180deg, #1565ff, #0f4ed0);
  color: #fff;
  font-weight: 950;
  letter-spacing: .2px;

  box-shadow: 0 10px 24px rgba(0,0,0,.18);
}

/* ===== Panel: full tinggi dari atas ke bawah ===== */
.surveyPanel{
  pointer-events: auto;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;

  width: min(440px, 92vw); /* ✅ ukuran */
  height: 100%;

  background: #fff;
  border-left: 1px solid rgba(230,235,244,.95);
  box-shadow: 0 18px 40px rgba(0,0,0,.18);

  overflow: hidden;
  display: flex;
  flex-direction: column;

  /* closed state */
  transform: translateX(110%);
  opacity: 0;
  transition: transform .22s ease, opacity .18s ease;
}

/* OPEN */
.surveyWidget.is-open .surveyPanel{
  transform: translateX(0);
  opacity: 1;
}

/* ketika panel open, tab geser keluar panel biar ga ketutup */
.surveyWidget.is-open .surveyTab{
  right: min(440px, 92vw);
}

/* ===== Header: pakai BG Baduy ===== */
.surveyPanel__header{
  position: relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;

  padding: 14px 14px;
  color: #fff;

  background: linear-gradient(180deg, var(--blue-700, #1565ff), var(--blue-800, #0f4ed0));
  overflow: hidden;
  isolation: isolate;
}

/* overlay motif baduy */
.surveyPanel__header::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;

  background-image: var(--baduy-url);
  background-repeat: repeat;
  background-size: 180px auto;

  opacity: 0.18;
  mix-blend-mode: screen;
  filter: contrast(1.05) saturate(0.9);
}
.surveyPanel__header > *{
  position: relative;
  z-index: 1;
}

.surveyPanel__title{
  font-weight: 950;
  font-size: 16px;
  letter-spacing: -.1px;
}

/* tombol close */
.surveyPanel__close{
  width: 42px;
  height: 42px;
  border-radius: 14px;
  border: 0;
  cursor: pointer;

  font-size: 24px;
  line-height: 1;
  color: #fff;
  background: rgba(255,255,255,.16);
}
.surveyPanel__close:hover{ background: rgba(255,255,255,.22); }

/* ===== Body (scroll di dalam panel) ===== */
.surveyPanel__body{
  padding: 14px 14px 16px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background:#fff;
}

.surveyPanel__lead{
  margin: 0 0 14px;
  color: #1f2a44;
  font-weight: 900;
  line-height: 1.35;
}

.surveyBlock{
  margin: 14px 0 0;
  padding-top: 14px;
  border-top: 1px solid rgba(230,235,244,.95);
}

.surveyLabel{
  font-weight: 950;
  color: #12264a;
  margin-bottom: 10px;
  display:block;
}

/* rating */
.surveyRating{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
}

.rateBtn{
  display:inline-flex;
  align-items:center;
  justify-content:center;

  width: 56px;
  height: 52px;

  border-radius: 16px;
  border: 1px solid rgba(230,235,244,.95);
  background: #fff;
  cursor: pointer;

  transition: transform .08s ease, background .18s ease, border-color .18s ease;
  user-select:none;
  position: relative;
}
.rateBtn:active{ transform: translateY(1px); }
.rateBtn span{ font-size: 24px; }
.rateBtn input{ position:absolute; opacity:0; pointer-events:none; }

/* highlight selected (tanpa :has biar aman di semua browser) */
.rateBtn.is-checked{
  background: rgba(30,136,255,.10);
  border-color: rgba(30,136,255,.35);
}

/* choice */
.surveyChoice{ display:grid; gap: 10px; }
.choiceRow{
  display:flex;
  align-items:center;
  gap: 10px;
  font-weight: 900;
  color:#132646;
}
.choiceRow input{ width:18px; height:18px; }

/* textarea */
.surveyTextarea{
  width: 100%;
  border: 1px solid rgba(230,235,244,.95);
  border-radius: 14px;
  padding: 12px;
  outline: none;
  font: inherit;
  resize: vertical;
}
.surveyTextarea:focus{
  border-color: rgba(30,136,255,.55);
  box-shadow: 0 0 0 3px rgba(30,136,255,.12);
}

/* buttons */
.surveyActions{
  margin-top: 14px;
  display:flex;
  gap: 10px;
}
.surveyBtn{
  flex: 1 1 auto;
  border-radius: 14px;
  padding: 12px 12px;
  font-weight: 950;
  border: 1px solid transparent;
  cursor: pointer;
}
.surveyBtn--primary{
  background: linear-gradient(180deg, #1565ff, #0f4ed0);
  color: #fff;
  box-shadow: 0 12px 24px rgba(21,101,255,.18);
}
.surveyBtn--ghost{
  background: #fff;
  color: #132646;
  border-color: rgba(230,235,244,.95);
}
.surveyBtn:active{ transform: translateY(1px); }

.surveyHint{
  margin: 12px 0 0;
  font-size: 12px;
  color: #6b7280;
}

/* ===== Mobile tweaks ===== */
@media (max-width:520px){
  .surveyTab{
    top: 110px;
    width: 42px;
    border-radius: 14px 0 0 14px;
  }
  .surveyPanel{
    width: min(420px, 92vw);
  }
}
/* ===== Survey Theme: Biru Tua + Button Login Style + Baduy Overlay ===== */
.surveyPanel__body{
  color: var(--blue-900);
}

.surveyPanel__lead,
.surveyLabel{
  color: var(--blue-900);
}

/* teks pertanyaan & pilihan */
.choiceRow,
.surveyHint{
  color: var(--blue-900);
}
.surveyHint{ opacity:.65; }

/* ===== Tab pakai style tombol login + baduy overlay ===== */
.surveyTab{
  background: linear-gradient(180deg, var(--blue-700), var(--blue-800));
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.surveyTab::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;

  background-image: var(--baduy-url);
  background-repeat: repeat;
  background-size: 160px auto;

  opacity: .18;
  mix-blend-mode: screen;
  filter: contrast(1.05) saturate(.9);
}
.surveyTab{ color:#fff; }
.surveyTab > *{ position:relative; z-index:1; } /* aman kalau ada span */

/* ===== Buttons: sama kayak login + baduy overlay ===== */
.surveyBtn--primary{
  background: linear-gradient(180deg, var(--blue-700), var(--blue-800));
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border: 0;
}

.surveyBtn--primary::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;

  background-image: var(--baduy-url);
  background-repeat: repeat;
  background-size: 160px auto;

  opacity: .18;
  mix-blend-mode: screen;
  filter: contrast(1.05) saturate(.9);
}
.surveyBtn--primary{ color:#fff; }
.surveyBtn--primary > *{ position:relative; z-index:1; }
.surveyBtn--primary:hover::before{ opacity:.22; }
.surveyBtn--primary:hover{ filter: brightness(1.03); }

/* ghost button biar tetap nyambung tema */
.surveyBtn--ghost{
  border: 1px solid var(--line);
  color: var(--blue-900);
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:#fff;
}

.surveyBtn--ghost::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;

  background-image: var(--baduy-url);
  background-repeat: repeat;
  background-size: 180px auto;

  opacity: .06;
  mix-blend-mode: multiply;
  filter: contrast(1.1) saturate(.9);
}
.surveyBtn--ghost > *{ position:relative; z-index:1; }
.surveyBtn--ghost:hover::before{ opacity:.08; }

/* ===== Optional: rating selection warna tema ===== */
.rateBtn.is-checked{
  background: rgba(13,86,182,.10);
  border-color: rgba(13,86,182,.35);
}
/* ===== Back To Top Button ===== */
.toTopBtn{
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 99998;

  width: 52px;
  height: 52px;
  border-radius: 16px;
  border: 0;
  cursor: pointer;

  display: grid;
  place-items: center;

  /* style kayak login */
  background: linear-gradient(180deg, var(--blue-700), var(--blue-800));
  color: #fff;
  font-weight: 950;
  font-size: 18px;

  box-shadow: 0 12px 24px rgba(13,86,182,.22);

  /* hidden state */
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease, filter .18s ease;

  overflow: hidden;
  isolation: isolate;
}

/* baduy overlay */
.toTopBtn::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;

  background-image: var(--baduy-url);
  background-repeat: repeat;
  background-size: 160px auto;

  opacity: .18;
  mix-blend-mode: screen;
  filter: contrast(1.05) saturate(.9);
}
.toTopBtn > *{position:relative; z-index:1;}

.toTopBtn:hover{ filter: brightness(1.03); }
.toTopBtn:hover::before{ opacity:.22; }
.toTopBtn:active{ transform: translateY(11px); }

/* show */
.toTopBtn.is-show{
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* mobile: jangan nabrak survey widget */
@media (max-width:520px){
  .toTopBtn{
    right: 14px;
    bottom: 14px;
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }
}