/* =========================================================
   KC — Galeri 360 (cinematic dark) — page scoped styles
   Namespace: .kc-g360-*
   ========================================================= */

.kc-g360-page{
  overflow-x: clip;
  /* fallback */
  overflow-x: hidden;

  /* page-scoped tokens (fallbacks) */
  --g360-bg-0: #070A12;
  --g360-bg-1: #0B1224;
  --g360-surface: #0F172A;
  --g360-surface-2: #111C34;
  --g360-border: rgba(255,255,255,.085);
  --g360-text: #E9EEF8;
  --g360-muted: rgba(233,238,248,.72);
  --g360-ghost: rgba(233,238,248,.12);
  --g360-orange: #F9B216; /* KC orange */
  --g360-blue: #118DC9;   /* KC blue */
  --g360-glow-o: rgba(249,178,22,.35);
  --g360-glow-b: rgba(17,141,201,.22);
  background:
    radial-gradient(1100px 700px at 12% -10%, rgba(17,141,201,.18), transparent 55%),
    radial-gradient(900px 500px at 85% 10%, rgba(249,178,22,.16), transparent 55%),
    linear-gradient(180deg, var(--g360-bg-0), var(--g360-bg-1));
  color: var(--g360-text);
}

/* ensure default headings inside this page are readable */
.kc-g360-page .kc-h1,
.kc-g360-page .kc-h2,
.kc-g360-page .kc-h3{ color: var(--g360-text); }

.kc-g360-hero{
  position: relative;
  padding-top: clamp(28px, 3vw, 42px);
  padding-bottom: clamp(28px, 4vw, 56px);
}

.kc-g360-hero:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(900px 420px at 20% 0%, rgba(255,255,255,.06), transparent 60%),
    radial-gradient(900px 420px at 70% 20%, rgba(255,255,255,.045), transparent 62%);
  opacity:.85;
}

/* layout grid */
.kc-g360-hero__grid{
  position:relative;
  display:grid;
  gap: clamp(18px, 3vw, 36px);
  grid-template-columns: 1.15fr .85fr;
  align-items: start;
  margin-top: 14px;
}

.kc-g360-hero__grid > *{ min-width: 0; }

.kc-g360-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--g360-muted);
}

.kc-g360-eyebrow:before{
  content:"";
  width: 26px;
  height: 1px;
  background: linear-gradient(90deg, var(--g360-orange), transparent);
  opacity:.9;
}

.kc-g360-h1{
  margin: 10px 0 10px;
  font-size: clamp(30px, 3.2vw, 46px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: var(--g360-text);
}

.kc-g360-lead{
  margin: 0 0 18px;
  font-size: clamp(15px, 1.35vw, 18px);
  line-height: 1.6;
  color: var(--g360-muted);
  max-width: 58ch;
}

.kc-g360-cta{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

/* chips */
.kc-g360-chips{
  margin: 10px 0 14px;
  max-width: 100%;
}

.kc-g360-chips__track{
  max-width: 100%;
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
}

.kc-g360-chip{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid var(--g360-border);
  background: rgba(255,255,255,.03);
  color: rgba(233,238,248,.86);
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
  transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}
.kc-g360-chip:hover{
  transform: translateY(-1px);
  border-color: rgba(249,178,22,.38);
  box-shadow: 0 0 0 3px rgba(249,178,22,.08);
}

/* points */
.kc-g360-points{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 10px;
  margin-top: 14px;
}
.kc-g360-point{
  padding: 12px 12px;
  border-radius: 16px;
  border: 1px solid var(--g360-border);
  background: linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.02));
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.kc-g360-point:hover{
  transform: translateY(-2px);
  border-color: rgba(249,178,22,.26);
  box-shadow: 0 16px 44px rgba(0,0,0,.34), 0 0 0 4px rgba(249,178,22,.08);
}
.kc-g360-point__title{
  font-weight: 700;
  font-size: 13px;
  color: rgba(233,238,248,.92);
  margin-bottom: 4px;
}
.kc-g360-point__desc{
  font-size: 13px;
  line-height: 1.5;
  color: var(--g360-muted);
}

/* hero demo shell */
.kc-g360-demoShell{
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.09);
  background: linear-gradient(180deg, rgba(17,141,201,.10), rgba(255,255,255,.02));
  box-shadow:
    0 26px 60px rgba(0,0,0,.38),
    0 0 0 1px rgba(249,178,22,.06);
  overflow:hidden;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.kc-g360-demoStage{
  position:relative;
  height: var(--demoH, 520px);
  overflow: hidden;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
  background: radial-gradient(700px 260px at 50% 20%, rgba(255,255,255,.06), transparent 60%),
              linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.015));
}

.kc-g360-demoPoster{
  width:100%;
  height:100%;
  object-fit: cover;
  display:block;
  filter: saturate(1.04) contrast(1.04);
  opacity: .98;
}


.kc-g360-demoStage iframe{
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
.kc-g360-demoPoster--ph{
  width:100%;
  height:100%;
  background:
    radial-gradient(900px 420px at 20% 30%, rgba(17,141,201,.24), transparent 60%),
    radial-gradient(900px 420px at 80% 10%, rgba(249,178,22,.18), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.015));
}


.kc-g360-demoLoader{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  gap: 10px;
  background: radial-gradient(700px 260px at 50% 30%, rgba(255,255,255,.06), rgba(7,10,18,.55));
  color: rgba(233,238,248,.88);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .02em;
  backdrop-filter: blur(10px);
}
.kc-g360-demoSpinner{
  width: 18px;
  height: 18px;
  border-radius: 999px;
  border: 2px solid rgba(233,238,248,.25);
  border-top-color: rgba(249,178,22,.85);
  box-shadow: 0 0 18px rgba(249,178,22,.18);
  animation: kcG360Spin .9s linear infinite;
}
.kc-g360-demoLoader__txt{
  opacity: .9;
}
@keyframes kcG360Spin{
  to { transform: rotate(360deg); }
}
.kc-g360-demoError{
  position:absolute;
  inset:auto 12px 12px 12px;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(7,10,18,.65);
  color: rgba(233,238,248,.86);
  font-size: 13px;
  line-height: 1.45;
}

.kc-g360-demoPlay{
  position:absolute;
  inset:auto auto 18px 18px;
  display:inline-flex;
  align-items:center;
  gap:10px;
  border-radius: 999px;
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(7,10,18,.62);
  color: var(--g360-text);
  cursor:pointer;
  backdrop-filter: blur(8px);
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease, background .16s ease;
}

.kc-g360-demoPlay:hover{
  transform: translateY(-1px);
  border-color: rgba(249,178,22,.40);
  box-shadow: 0 0 0 3px rgba(249,178,22,.10);
  background: rgba(7,10,18,.72);
}

.kc-g360-demoPlay__icon{
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.20), rgba(255,255,255,.06));
  border: 1px solid rgba(255,255,255,.14);
  position: relative;
  box-shadow: 0 0 18px rgba(249,178,22,.22);
}
.kc-g360-demoPlay__icon:before{
  content:"";
  position:absolute;
  left: 13px;
  top: 9px;
  width: 0;
  height: 0;
  border-left: 10px solid var(--g360-orange);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  filter: drop-shadow(0 0 10px rgba(249,178,22,.35));
}

.kc-g360-demoPlay__label{
  font-weight: 700;
  font-size: 13px;
}

.kc-g360-demoStage.is-playing{
  outline: 1px solid rgba(249,178,22,.35);
  box-shadow: 0 0 0 4px rgba(249,178,22,.08);
}

.kc-g360-demoMeta{
  padding: 14px 16px 16px;
  border-top: 1px solid rgba(255,255,255,.08);
  background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.01));
}
.kc-g360-demoMeta__title{
  font-weight: 800;
  letter-spacing: -0.01em;
}
.kc-g360-demoMeta__sub{
  margin-top: 4px;
  font-size: 13px;
  color: var(--g360-muted);
}
.kc-g360-demoMeta__link{
  margin-top: 10px;
  display:inline-flex;
  font-size: 13px;
  color: rgba(233,238,248,.92);
  text-decoration: none;
  border-bottom: 1px solid rgba(249,178,22,.35);
  padding-bottom: 2px;
}
.kc-g360-demoMeta__link:hover{ border-bottom-color: rgba(249,178,22,.65); }

/* hero stats */
.kc-g360-statRow{
  margin-top: 20px;
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 12px;
}
.kc-g360-stat{
  border-radius: 18px;
  border: 1px solid var(--g360-border);
  background: rgba(255,255,255,.02);
  padding: 14px 14px;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.kc-g360-stat:hover{
  transform: translateY(-2px);
  border-color: rgba(17,141,201,.28);
  box-shadow: 0 16px 44px rgba(0,0,0,.34), 0 0 0 4px rgba(17,141,201,.08);
}
.kc-g360-stat__icon{
  width: 40px;
  height: 40px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.10);
  background: radial-gradient(circle at 30% 30%, rgba(249,178,22,.18), rgba(17,141,201,.08));
  display:flex;
  align-items:center;
  justify-content:center;
  color: rgba(233,238,248,.90);
  box-shadow: 0 0 18px rgba(249,178,22,.12);
  margin-bottom: 10px;
}
.kc-g360-stat__num{
  font-weight: 900;
  letter-spacing: -0.02em;
  font-size: 16px;
}
.kc-g360-stat__label{
  margin-top: 4px;
  font-size: 13px;
  line-height: 1.45;
  color: var(--g360-muted);
}

/* shared section head */
.kc-g360-head{ margin-bottom: 18px; }
.kc-g360-h2{
  margin: 0 0 8px;
  font-size: clamp(22px, 2.3vw, 30px);
  line-height: 1.18;
  letter-spacing: -0.02em;
  color: var(--g360-text);
}
.kc-g360-lead2{
  margin: 0;
  color: var(--g360-muted);
  line-height: 1.65;
  max-width: 72ch;
}

.kc-g360-h3{
  margin: 0 0 6px;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: rgba(233,238,248,.94);
}
.kc-g360-muted{
  color: var(--g360-muted);
  line-height: 1.65;
  margin: 0 0 10px;
  font-size: 14px;
}

/* use cases */
.kc-g360-ucGrid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 12px;
}
.kc-g360-ucCard{
  border-radius: 20px;
  border: 1px solid var(--g360-border);
  background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.015));
  padding: 16px 16px 14px;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.kc-g360-ucCard:hover{
  transform: translateY(-2px);
  border-color: rgba(17,141,201,.30);
  box-shadow: 0 18px 40px rgba(0,0,0,.32), 0 0 0 4px rgba(17,141,201,.08);
}
.kc-g360-ucCard__icon{
  width: 42px; height: 42px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.10);
  background: radial-gradient(circle at 30% 30%, rgba(249,178,22,.20), rgba(17,141,201,.08));
  margin-bottom: 10px;
}

.kc-g360-ucCard__icon svg{ width:22px; height:22px; }
.kc-g360-list{
  margin: 0;
  padding-left: 18px;
  color: rgba(233,238,248,.86);
  font-size: 13px;
  line-height: 1.55;
}
.kc-g360-list li{ margin: 4px 0; }

/* demo showcase grid */
.kc-g360-demoGrid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 12px;
}
.kc-g360-demoCard{
  border-radius: 22px;
  overflow:hidden;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
  border: 1px solid rgba(255,255,255,.09);
  background: rgba(255,255,255,.02);
  box-shadow: 0 18px 48px rgba(0,0,0,.32);
}
.kc-g360-demoMeta--card{
  padding-top: 12px;
}
.kc-g360-demoMeta__actions{
  display:flex;
  gap: 10px;
  margin-top: 10px;
  flex-wrap: wrap;
}
.kc-g360-demoMeta__link--cta{
  border-bottom-color: rgba(17,141,201,.45);
}
.kc-g360-demoMeta__link--cta:hover{
  border-bottom-color: rgba(17,141,201,.8);
}

/* deliverables */
.kc-g360-deliverGrid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 12px;
}
.kc-g360-deliverCard{
  border-radius: 20px;
  border: 1px solid var(--g360-border);
  background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.015));
  padding: 16px 16px 14px;
}
.kc-g360-check{
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  color: rgba(233,238,248,.88);
  font-size: 13px;
  line-height: 1.6;
}
.kc-g360-check li{
  position: relative;
  padding-left: 22px;
  margin: 6px 0;
}
.kc-g360-check li:before{
  content:"";
  position:absolute;
  left: 0;
  top: 6px;
  width: 12px;
  height: 12px;
  border-radius: 4px;
  background: linear-gradient(180deg, rgba(249,178,22,.85), rgba(17,141,201,.35));
  box-shadow: 0 0 0 3px rgba(249,178,22,.08);
}

/* flow */
.kc-g360-flowGrid{
  margin: 0;
  padding: 0;
  list-style: none;
  display:grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 12px;
}
.kc-g360-flowStep{
  border-radius: 20px;
  border: 1px solid var(--g360-border);
  background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.015));
  padding: 16px 16px 14px;
  position: relative;
  overflow: hidden;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.kc-g360-flowStep:hover{
  transform: translateY(-2px);
  border-color: rgba(249,178,22,.22);
  box-shadow: 0 16px 44px rgba(0,0,0,.34), 0 0 0 4px rgba(249,178,22,.07);
}
.kc-g360-flowStep:before{
  content:"";
  position:absolute;
  inset: -60px -60px auto auto;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 30%, rgba(17,141,201,.22), transparent 62%);
  transform: rotate(12deg);
}
.kc-g360-flowStep__num{
  font-weight: 900;
  font-size: 12px;
  letter-spacing: .18em;
  color: rgba(233,238,248,.72);
  margin-bottom: 8px;
}
.kc-g360-flowStep__body{ position: relative; }

/* packages */
.kc-g360-packGrid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 12px;
  align-items: stretch;
}
.kc-g360-pack{
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.09);
  background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.015));
  padding: 18px 18px 16px;
  position: relative;
  overflow:hidden;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.kc-g360-pack:hover{
  transform: translateY(-2px);
  border-color: rgba(255,255,255,.14);
  box-shadow: 0 22px 60px rgba(0,0,0,.40), 0 0 0 4px rgba(233,238,248,.06);
}
.kc-g360-pack__badge{
  display:inline-flex;
  align-items:center;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.03);
  color: rgba(233,238,248,.88);
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.kc-g360-pack--featured{
  border-color: rgba(249,178,22,.22);
  box-shadow: 0 20px 58px rgba(0,0,0,.38), 0 0 0 5px rgba(249,178,22,.06);
}
.kc-g360-pack--featured:before{
  content:"";
  position:absolute;
  inset: -120px -120px auto auto;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 30%, rgba(249,178,22,.20), transparent 62%);
}

/* FAQ */
.kc-g360-faqGrid{
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 12px;
}
.kc-g360-faqItem{
  border-radius: 18px;
  border: 1px solid var(--g360-border);
  background: rgba(255,255,255,.02);
  padding: 0;
  overflow:hidden;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.kc-g360-faqItem summary{
  cursor:pointer;
  padding: 14px 14px;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
  list-style:none;
  font-weight: 800;
  color: rgba(233,238,248,.92);
}
.kc-g360-faqItem summary::-webkit-details-marker{ display:none; }
.kc-g360-faqItem summary:after{
  content:"+";
  float:right;
  color: rgba(233,238,248,.55);
}
.kc-g360-faqItem[open] summary:after{
  content:"—";
}
.kc-g360-faqBody{
  padding: 0 14px 14px;
  color: var(--g360-muted);
  line-height: 1.65;
  font-size: 14px;
}
.kc-g360-faqBody code{
  color: rgba(233,238,248,.92);
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.08);
  padding: 2px 6px;
  border-radius: 8px;
}

/* final cta */
.kc-g360-finalCard{
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,.10);
  background:
    radial-gradient(900px 420px at 10% 20%, rgba(17,141,201,.18), transparent 60%),
    radial-gradient(900px 420px at 90% 0%, rgba(249,178,22,.14), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.015));
  padding: clamp(16px, 2.4vw, 26px);
  display:flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.kc-g360-finalCard__copy{ max-width: 74ch; }
.kc-g360-finalCard__cta{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

/* MOBILE / TABLET */
@media (max-width: 980px){
  .kc-g360-hero__grid{ grid-template-columns: 1fr; }
  .kc-g360-points{ grid-template-columns: 1fr; }
  .kc-g360-statRow{ grid-template-columns: 1fr; }
  .kc-g360-ucGrid{ grid-template-columns: repeat(2, minmax(0,1fr)); }
  .kc-g360-demoGrid{ grid-template-columns: 1fr; }
  .kc-g360-deliverGrid{ grid-template-columns: 1fr; }
  .kc-g360-flowGrid{ grid-template-columns: repeat(2, minmax(0,1fr)); }
  .kc-g360-packGrid{ grid-template-columns: 1fr; }
  .kc-g360-faqGrid{ grid-template-columns: 1fr; }
  .kc-g360-finalCard{ flex-direction: column; align-items: flex-start; }
  .kc-g360-finalCard__cta{ width:100%; justify-content: flex-start; }
}

/* Chips swipe only on small screens */
@media (max-width: 680px){
  .kc-g360-demoStage{ --demoH: 420px !important; }
  .kc-g360-chips__track{
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 8px;
    -webkit-overflow-scrolling: touch;
  }
  .kc-g360-chip{
    scroll-snap-align: start;
    flex: 0 0 auto;
  }
  .kc-g360-chips__track::-webkit-scrollbar{ display:none; }
  .kc-g360-chips__track{ scrollbar-width: none; -ms-overflow-style: none; }

  .kc-g360-demoStage{ min-height: 420px; }

  /* Points swipe */
  .kc-g360-points{
    display:flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .kc-g360-point{
    flex: 0 0 86%;
    scroll-snap-align: start;
  }
  .kc-g360-points::-webkit-scrollbar{ display:none; }
  .kc-g360-points{ scrollbar-width: none; -ms-overflow-style: none; }

  /* Stat row swipe */
  .kc-g360-statRow{
    display:flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .kc-g360-stat{
    flex: 0 0 78%;
    scroll-snap-align: start;
  }
  .kc-g360-statRow::-webkit-scrollbar{ display:none; }
  .kc-g360-statRow{ scrollbar-width: none; -ms-overflow-style: none; }

  /* Usecases: 2 columns, 3 rows */
  .kc-g360-ucGrid{
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 10px;
  }
  .kc-g360-ucCard{
    padding: 14px 14px 12px;
    border-radius: 18px;
  }
  .kc-g360-ucCard__icon{
    width: 38px; height: 38px; border-radius: 13px;
  }
  .kc-g360-h3{ font-size: 15px; }
  .kc-g360-muted{ font-size: 13px; }

  /* Flow: 2 columns */
  .kc-g360-flowGrid{
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 10px;
  }
  .kc-g360-flowStep{
    padding: 14px 14px 12px;
    border-radius: 18px;
  }

  /* Packages swipe */
  .kc-g360-packGrid{
    display:flex;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .kc-g360-pack{
    flex: 0 0 86%;
    scroll-snap-align: start;
  }
  .kc-g360-packGrid::-webkit-scrollbar{ display:none; }
  .kc-g360-packGrid{ scrollbar-width: none; -ms-overflow-style: none; }

}

/* swipe hint dot (fallback, if not defined globally) */
.kc-g360-chips__track{ position: relative; }
.kc-swipehint{
  position:absolute;
  right: 10px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(233,238,248,.65);
  box-shadow: 0 0 0 6px rgba(233,238,248,.10);
  transform: translateY(-50%);
  animation: kcG360Hint 1.9s ease-in-out infinite;
  pointer-events:none;
  opacity: .85;
}
@keyframes kcG360Hint{
  0%{ transform: translateY(-50%) translateX(0); opacity:.65; }
  55%{ transform: translateY(-50%) translateX(-8px); opacity:.95; }
  100%{ transform: translateY(-50%) translateX(0); opacity:.65; }
}