/* =====================================================================
   INNER PAGES 2026 — bespoke immersive headers + polish (Aurora Noir)
   Loaded site-wide; only targets .page-title (absent on the home page).
   ===================================================================== */

/* ---- Zoho Puvi as the document-wide default font -----------------
   Forces Puvi on every text element so leftover legacy faces (Inter,
   Poppins, Open Sans, Lexend) are replaced. Icon-font carriers
   (Font Awesome, icomoon, flaticon) are excluded so glyphs still show. */
.boxed_wrapper *:not([class*="fa-"]):not(.fa):not(.fas):not(.far):not(.fab):not(.fal):not(.fad):not([class*="icon-"]):not([class^="flaticon"]):not([class*=" flaticon"]) {
  font-family: 'Zoho Puvi', system-ui, -apple-system, 'Segoe UI', sans-serif !important;
}

/* ---- Immersive page hero (replaces the flat template banner) ----- */
.page-title {
  position: relative; isolation: isolate; overflow: hidden;
  min-height: 42vh; display: flex; align-items: center;
  padding: clamp(98px, 12vh, 148px) 0 clamp(40px, 6vh, 68px) !important;
}
.page-title .hx-hero__canvas {
  position: absolute; inset: 0; width: 100%; height: 100%; z-index: -2; opacity: .72;
}
.page-title::before {                 /* masked grid */
  content: ""; position: absolute; inset: 0; z-index: -2;
  background-image:
    linear-gradient(rgba(16,24,32,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16,24,32,.05) 1px, transparent 1px);
  background-size: 54px 54px;
  -webkit-mask: radial-gradient(78% 80% at 50% 28%, #000, transparent 82%);
  mask: radial-gradient(78% 80% at 50% 28%, #000, transparent 82%);
}
.page-title::after {                   /* soft blue glow */
  content: ""; position: absolute; z-index: -2; left: 50%; top: -60px; transform: translateX(-50%);
  width: min(920px, 120vw); height: 560px; border-radius: 50%; filter: blur(10px);
  background: radial-gradient(circle, rgba(0,174,239,.16), rgba(42,82,152,.08) 45%, transparent 68%);
}
.page-title .bg-layer { opacity: .06 !important; mix-blend-mode: luminosity; }

.page-title .content-box { position: relative; z-index: 1; width: 100%; text-align: center; }
.page-title h1 {
  font-family: var(--font-display) !important; font-weight: 600 !important;
  font-size: clamp(2.1rem, 4.4vw, 3.4rem) !important; letter-spacing: -0.025em !important; color: var(--ink) !important;
}
.page-title .bread-crumb {
  display: flex !important; justify-content: center; align-items: center; gap: 12px;
  margin-top: 16px !important; float: none !important;
}
.page-title .bread-crumb li { float: none !important; }
.page-title .bread-crumb li a { color: var(--slate) !important; }
.page-title .bread-crumb li a:hover { color: var(--brand) !important; }
.page-title .bread-crumb li.current { color: var(--brand-700) !important; }

/* ---- Section heads inside inner pages ---------------------------- */
.service-details .text h2:first-child,
.service-details .text h3:first-child { margin-top: 0 !important; }

/* ---- Contact info cards: tighten + bespoke accent ---------------- */
.info-block-one .inner-box { text-align: left; }
.info-block-one .icon-box { margin: 0 0 22px !important; }

/* ---- Select / dropdown fields on the dark form ------------------ */
.form-inner select, .contact-three select, .register select,
select, select.bg-white {
  background: #f3f6f9 !important; color: var(--ink) !important;
  border: 1.5px solid rgba(16,24,32,.14) !important;
  -webkit-appearance: none; appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--brand) 50%),
                    linear-gradient(135deg, var(--brand) 50%, transparent 50%) !important;
  background-position: calc(100% - 22px) 50%, calc(100% - 16px) 50% !important;
  background-size: 6px 6px, 6px 6px !important; background-repeat: no-repeat !important;
}
select option, select.bg-white option { color: #1b1613 !important; background: #fff !important; }

/* jQuery nice-select widget (replaces the native <select>) on dark form */
.nice-select {
  background: #f3f6f9 !important; color: var(--ink) !important;
  border: 1.5px solid rgba(16,24,32,.14) !important; border-radius: 14px !important;
  height: auto !important; line-height: 1.4 !important; padding: 15px 40px 15px 18px !important;
  font-size: 16px !important;
}
.nice-select:after { border-bottom-color: var(--brand) !important; border-right-color: var(--brand) !important; }
.nice-select:hover, .nice-select:focus, .nice-select.open {
  border-color: var(--brand) !important; background: #ffffff !important;
}
.nice-select .list {
  background: #ffffff !important; border: 1px solid rgba(16,24,32,.12) !important;
  border-radius: 12px !important; box-shadow: 0 26px 60px -28px rgba(16,24,32,.35) !important;
}
.nice-select .option { color: var(--slate) !important; background: transparent !important; }
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background: rgba(0,174,239,.12) !important; color: var(--brand-700) !important;
}
.nice-select .option.selected { color: var(--brand) !important; font-weight: 600; }
.nice-select .current { color: var(--ink) !important; }

/* ---- Embedded location map -------------------------------------- */
.map-inner {
  position: relative; height: 100%; min-height: 400px; border-radius: 22px; overflow: hidden;
  border: 1px solid rgba(255,255,255,.1);
  box-shadow: 0 30px 70px -34px rgba(0,0,0,.8), 0 0 0 1px rgba(0,174,239,.12);
  background: linear-gradient(140deg, #1e3c72, #24467f);
}
.map-inner iframe { width: 100%; height: 100%; min-height: 400px; border: 0; display: block;
  filter: grayscale(.25) contrast(1.05) brightness(.95); }
.register .map-inner, .map-inner--banner { min-height: 300px; }
.map-inner--banner iframe { min-height: 300px; }

/* ---- Product imagery inside long-form content ------------------- */
.iv-figure {
  margin: 42px auto; border-radius: 22px; overflow: hidden; position: relative;
  border: 1px solid rgba(255,255,255,.1);
  box-shadow: 0 34px 80px -38px rgba(0,0,0,.85), 0 0 0 1px rgba(0,174,239,.1);
}
.iv-figure img { width: 100%; height: auto; display: block; }
.iv-figure::after { content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, transparent 52%, rgba(6,8,15,.45)); }
.iv-figure--wide { width: min(1060px, 92vw); margin-left: 50%; transform: translateX(-50%); }
@media (max-width: 600px) { .iv-figure--wide { width: 100%; margin-left: 0; transform: none; } }

/* ---- Reveal helper (driven by inner-2026.js) --------------------- */
.iv-reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.iv-reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .iv-reveal { opacity: 1 !important; transform: none !important; }
  .page-title .hx-hero__canvas { display: none; }
}

/* =====================================================================
   SPIRITS GO — animated dashboard showcase (.sg-*)
   reveal-on-scroll + gentle float + subtle parallax (driven by inner-2026.js)
   ===================================================================== */
.sg-showcase { position: relative; overflow: hidden; padding: clamp(38px, 5vw, 72px) 0; }
.sg-glow { position: absolute; border-radius: 50%; filter: blur(72px); opacity: .5; z-index: 0; pointer-events: none; }
.sg-glow--1 { width: 420px; height: 420px; top: -120px; left: -100px;
  background: radial-gradient(circle, rgba(0,174,239,.5), transparent 65%); animation: sgDrift 16s ease-in-out infinite; }
.sg-glow--2 { width: 380px; height: 380px; bottom: -120px; right: -80px;
  background: radial-gradient(circle, rgba(42,82,152,.45), transparent 65%); animation: sgDrift 20s ease-in-out infinite reverse; }
.sg-showcase > .auto-container { position: relative; z-index: 1; }
@keyframes sgDrift { 0%,100% { transform: translate(0,0); } 50% { transform: translate(40px,-30px); } }

.sg-head { text-align: center; max-width: 700px; margin: 0 auto clamp(26px, 3.5vw, 42px); }
.sg-eyebrow { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-head);
  font-weight: 700; text-transform: uppercase; letter-spacing: .2em; font-size: 12.5px; color: var(--brand-700); }
.sg-eyebrow::before, .sg-eyebrow::after { content: ""; width: 24px; height: 1px; background: var(--brand); }
.sg-head h2 { font-family: var(--font-display) !important; color: var(--ink);
  font-size: clamp(1.55rem, 3vw, 2.3rem); margin: 12px 0 10px; letter-spacing: -.02em; }
.sg-head p { color: var(--slate); font-size: 1rem; }

/* stand-out pull-quote line */
.service-details .text p.sg-tagline {
  font-family: var(--font-display) !important; font-weight: 800;
  font-size: clamp(1.5rem, 3.4vw, 2.3rem) !important; line-height: 1.18 !important;
  color: var(--ink) !important; letter-spacing: -.015em;
  margin: 26px 0 10px !important; padding-left: 20px; position: relative;
}
.service-details .text p.sg-tagline::before {
  content: ""; position: absolute; left: 0; top: 6px; bottom: 6px; width: 4px;
  border-radius: 4px; background: var(--grad);
}
.service-details .text p.sg-tagline span {
  background: var(--grad); -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}

.sg-tag { display: inline-block; font-family: var(--font-head); font-weight: 700; font-size: 11.5px;
  letter-spacing: .12em; text-transform: uppercase; color: #fff; background: var(--grad);
  padding: 5px 14px; border-radius: 999px; margin-bottom: 16px; box-shadow: 0 10px 22px -8px rgba(0,131,184,.6); }

/* scroll reveal (the whole carousel rises in once) */
.sg-reveal { opacity: 0; transform: translateY(46px); transition: opacity .8s ease, transform .9s cubic-bezier(.2,.7,.3,1); }
.sg-reveal.is-in { opacity: 1; transform: none; }

/* ---------- Auto-playing carousel ---------- */
.sg-carousel { max-width: 1000px; margin: 0 auto; }

/* app-window frame */
.sg-frame { position: relative; border-radius: 18px; overflow: hidden; border: 1px solid transparent;
  background: linear-gradient(#0f1722,#0f1722) padding-box,
              linear-gradient(150deg, rgba(0,174,239,.6), rgba(42,82,152,.4) 70%, rgba(255,255,255,.06)) border-box;
  box-shadow: 0 44px 90px -36px rgba(0,0,0,.85); }
.sg-shot__bar { position: relative; z-index: 6; display: flex; gap: 7px; padding: 12px 16px;
  background: rgba(255,255,255,.05); border-bottom: 1px solid rgba(255,255,255,.06); }
.sg-shot__bar i { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,.25); }
.sg-shot__bar i:nth-child(1) { background: #ff6b6b; }
.sg-shot__bar i:nth-child(2) { background: #ffd166; }
.sg-shot__bar i:nth-child(3) { background: var(--brand); }

/* slide stack */
.sg-track { position: relative; aspect-ratio: 1600 / 720; background: #0a111c; overflow: hidden; }
.sg-slide { position: absolute; inset: 0; opacity: 0; z-index: 1;
  transform: translateX(8%) scale(1.04);
  transition: opacity .8s ease, transform .9s cubic-bezier(.22,.7,.25,1); }
.sg-slide.is-active { opacity: 1; transform: none; z-index: 2; }
.sg-slide.is-prev  { opacity: 0; transform: translateX(-8%) scale(1.04); z-index: 1; }
.sg-slide img { width: 100%; height: 100%; object-fit: cover; object-position: top center; display: block; }
.sg-slide.is-active img { animation: sgKen 5.2s ease-out both; }      /* slow Ken-Burns zoom */
@keyframes sgKen { from { transform: scale(1.001); } to { transform: scale(1.07); } }

/* timer progress bar */
.sg-progress { position: absolute; left: 0; right: 0; bottom: 0; height: 4px; z-index: 6; background: rgba(255,255,255,.12); }
.sg-progress i { display: block; height: 100%; width: 0; background: var(--grad); }
@keyframes sgBar { from { width: 0; } to { width: 100%; } }

/* pause everything while hovered */
.sg-carousel.is-paused .sg-slide.is-active img,
.sg-carousel.is-paused .sg-progress i { animation-play-state: paused; }

/* captions cross-fade; grid keeps them stacked so height = tallest caption */
.sg-caps { display: grid; justify-items: center; gap: 22px; max-width: 760px; margin: 30px auto 0; text-align: center; }
.sg-cap { grid-area: 1 / 1; opacity: 0; transform: translateY(16px);
  transition: opacity .5s ease, transform .55s cubic-bezier(.2,.7,.3,1); pointer-events: none; }
.sg-cap.is-active { opacity: 1; transform: none; pointer-events: auto; }
.sg-cap h3 { font-family: var(--font-head) !important; color: #fff; margin: 0 0 10px;
  font-size: clamp(1.3rem, 2.4vw, 1.9rem); letter-spacing: -.01em; }
.sg-cap p { color: var(--slate); font-size: 1.02rem; line-height: 1.65; margin: 0; }

/* dots */
.sg-dots { grid-row: 2; grid-column: 1; display: flex; justify-content: center; gap: 10px; }
.sg-dots button { width: 9px; height: 9px; padding: 0; border: 0; border-radius: 999px; cursor: pointer;
  background: rgba(255,255,255,.3); transition: width .35s ease, background .35s ease; }
.sg-dots button:hover { background: rgba(255,255,255,.55); }
.sg-dots button.is-active { width: 28px; background: var(--grad); }

@media (prefers-reduced-motion: reduce) {
  .sg-glow { animation: none !important; }
  .sg-slide { transition: opacity .4s ease; transform: none !important; }
  .sg-slide.is-active img { animation: none !important; }
  .sg-progress i { display: none; }
  .sg-reveal { transition-duration: .4s; }
}

/* =====================================================================
   SPIRITS GO — modern SaaS layout (.sgx-*)   [OnTap used as UX reference]
   ===================================================================== */
.sgx-sec { position: relative; overflow: hidden; padding: clamp(40px, 5.5vw, 76px) 0; }
.sgx-glow { position: absolute; border-radius: 50%; filter: blur(72px); opacity: .45; z-index: 0; pointer-events: none; }
.sgx-glow--1 { width: 420px; height: 420px; top: -130px; left: -110px;
  background: radial-gradient(circle, rgba(0,174,239,.5), transparent 65%); }
.sgx-glow--2 { width: 380px; height: 380px; bottom: -120px; right: -90px;
  background: radial-gradient(circle, rgba(42,82,152,.45), transparent 65%); }
.sgx-sec > .auto-container { position: relative; z-index: 1; }

.sgx-eyebrow { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-head);
  font-weight: 700; text-transform: uppercase; letter-spacing: .2em; font-size: 12.5px; color: var(--brand-700); }
.sgx-eyebrow::before { content: ""; width: 24px; height: 1px; background: var(--brand); }
.sgx-eyebrow--center { justify-content: center; }
.sgx-eyebrow--center::after { content: ""; width: 24px; height: 1px; background: var(--brand); }

.sgx-head { text-align: center; max-width: 740px; margin: 0 auto clamp(26px,3.5vw,42px); }
.sgx-h2 { font-family: var(--font-display) !important; font-weight: 700; color: var(--ink);
  font-size: clamp(1.6rem, 3vw, 2.3rem); line-height: 1.12; letter-spacing: -.02em; margin: 12px 0 0; }
.sgx-h2 span { background: var(--grad); -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent; }
.sgx-sub { color: var(--slate); font-size: 1rem; margin: 14px 0 0; }

/* 1 — Hero (enhances .page-title) */
.sgx-hero .sgx-hero__box { max-width: 860px; margin: 0 auto; }
.sgx-hero__title { font-family: var(--font-display) !important; color: var(--ink) !important; font-weight: 700;
  font-size: clamp(1.85rem, 3.8vw, 2.9rem) !important; line-height: 1.1 !important; letter-spacing: -.02em;
  margin: 14px 0 0 !important; }
.sgx-hero__sub { color: var(--slate); font-size: clamp(1rem,1.4vw,1.12rem); line-height: 1.65;
  max-width: 700px; margin: 18px auto 0; }
.sgx-hero__cta { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin: 32px 0 4px; }
.sgx-btn-ghost { display: inline-flex; align-items: center; gap: 8px; padding: 15px 28px; border-radius: 999px;
  font-family: var(--font-head); font-weight: 700; font-size: 15px; color: var(--ink);
  box-shadow: inset 0 0 0 1.5px rgba(16,24,32,.2); transition: background .25s ease, transform .2s ease; }
.sgx-btn-ghost:hover { color: var(--brand-700); background: rgba(0,174,239,.08); box-shadow: inset 0 0 0 1.5px rgba(0,174,239,.5); transform: translateY(-2px); }
.sgx-hero .sgx-crumb { margin-top: 26px; }

/* 2 — Who We Are (centered intro) */
.sgx-about__box { max-width: 860px; margin: 0 auto; text-align: center; }
.sgx-lead { color: var(--slate); font-size: clamp(1rem,1.4vw,1.1rem); line-height: 1.7; margin: 14px 0 0; }
.sgx-tagline { font-family: var(--font-display) !important; font-weight: 800; color: var(--ink);
  font-size: clamp(1.35rem,3vw,2.1rem); line-height: 1.2; letter-spacing: -.015em; margin: 24px 0 0; }
.sgx-tagline span { background: var(--grad); -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent; }

/* 2 — Statistics / impact */
.sgx-stats { background: radial-gradient(60% 100% at 50% 0%, rgba(0,174,239,.10), transparent 60%); }
.sgx-stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.sgx-stat { text-align: center; padding: 26px 18px; border-radius: 16px;
  background: #ffffff; border: 1px solid rgba(16,24,32,.10); box-shadow: 0 14px 40px -28px rgba(16,24,32,.30); }
.sgx-stat__num { display: block; font-family: var(--font-display); font-weight: 800; line-height: 1;
  font-size: clamp(2.2rem, 4.4vw, 3.4rem);
  background: var(--grad); -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent; }
.sgx-stat__label { display: block; color: var(--slate); font-size: .96rem; line-height: 1.45; margin-top: 12px; }

/* 3 — Data flow process */
.sgx-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.sgx-step { position: relative; padding: 24px 20px 22px; border-radius: 16px;
  background: #ffffff; border: 1px solid rgba(16,24,32,.10); box-shadow: 0 14px 40px -28px rgba(16,24,32,.30); }
.sgx-step + .sgx-step::before { content: "\f061"; font-family: "Font Awesome 5 Pro","Font Awesome 5 Free"; font-weight: 900;
  position: absolute; left: -19px; top: 50%; transform: translateY(-50%); color: var(--brand); font-size: 14px; opacity: .85; }
.sgx-step__no { font-family: var(--font-display); font-size: 1rem; font-weight: 700;
  color: transparent; -webkit-text-stroke: 1px rgba(0,174,239,.6); }
.sgx-step__ico { display: inline-flex; align-items: center; justify-content: center;
  width: 50px; height: 50px; border-radius: 13px; font-size: 21px; color: #fff;
  background: var(--grad); box-shadow: 0 12px 26px -8px rgba(0,131,184,.6); margin: 12px 0 14px; }
.sgx-step h3 { font-family: var(--font-head) !important; color: var(--ink); font-size: 1.12rem; margin: 0 0 7px; }
.sgx-step p { color: var(--slate); font-size: .98rem; line-height: 1.6; margin: 0; }
.sgx-process__note { text-align: center; color: var(--slate); max-width: 760px; margin: clamp(30px,4vw,46px) auto 0;
  font-size: 1.05rem; line-height: 1.7; }

/* 5 — KPI & analytics (two-column + chips) */
.sgx-kpi__intro { max-width: 840px; margin: 0 auto clamp(24px,3vw,40px); text-align: center; }
.sgx-kpi__intro p { color: var(--slate); font-size: 1rem; line-height: 1.7; margin: 0 0 12px; }
.sgx-kpi__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(26px,4vw,52px); align-items: center; }
.sgx-h3 { font-family: var(--font-head) !important; color: var(--ink); font-size: clamp(1.2rem,2.2vw,1.65rem); margin: 0 0 14px; letter-spacing: -.01em; }
.sgx-kpi__copy p { color: var(--slate); font-size: 1.05rem; line-height: 1.75; margin: 0 0 16px; }
.sg-showcase__note { text-align: center; color: var(--slate); max-width: 760px; margin: clamp(28px,4vw,42px) auto 0; font-size: 1.04rem; line-height: 1.7; }
.sgx-chips { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.sgx-chips li { display: flex; align-items: center; gap: 14px; padding: 18px 20px; border-radius: 16px;
  font-family: var(--font-head); font-weight: 600; color: var(--ink); font-size: 1.02rem;
  background: #ffffff;
  border: 1px solid rgba(16,24,32,.10); box-shadow: 0 14px 40px -28px rgba(16,24,32,.30);
  transition: transform .3s ease, box-shadow .3s ease; }
.sgx-chips li:hover { transform: translateY(-4px); box-shadow: 0 26px 50px -28px rgba(0,174,239,.4); }
.sgx-chips li:nth-child(5) { grid-column: 1 / -1; }
.sgx-chip__ico { display: inline-flex; align-items: center; justify-content: center; flex: none;
  width: 42px; height: 42px; border-radius: 11px; font-size: 17px; color: var(--brand); background: rgba(0,174,239,.14); }

/* 6 — Benefits checklist */
.sgx-checks { list-style: none; margin: 0 auto; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; max-width: 920px; }
.sgx-checks li { display: flex; align-items: flex-start; gap: 14px; padding: 18px 22px; border-radius: 14px;
  color: var(--ink); font-family: var(--font-head); font-weight: 500; font-size: 1.02rem; line-height: 1.4;
  background: #ffffff; border: 1px solid rgba(16,24,32,.10); box-shadow: 0 14px 40px -28px rgba(16,24,32,.30); transition: border-color .3s ease, transform .3s ease; }
.sgx-checks li:hover { border-color: rgba(0,174,239,.5); transform: translateY(-3px); }
.sgx-checks li i { flex: none; margin-top: 2px; width: 24px; height: 24px; border-radius: 50%; font-size: 11px;
  display: inline-flex; align-items: center; justify-content: center; color: #fff; background: var(--grad);
  box-shadow: 0 8px 18px -6px rgba(0,174,239,.7); }

/* 7 — Beverage industry focus (callout panel) */
.sgx-industry__panel { position: relative; text-align: center; max-width: 860px; margin: 0 auto;
  padding: clamp(32px,5vw,56px) clamp(24px,4vw,52px); border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(16,24,32,.10); box-shadow: 0 30px 70px -38px rgba(16,24,32,.35); }
.sgx-industry__ico { display: inline-flex; align-items: center; justify-content: center; width: 66px; height: 66px;
  border-radius: 18px; font-size: 28px; color: #fff; background: var(--grad); margin-bottom: 16px;
  box-shadow: 0 14px 30px -10px rgba(0,131,184,.65); }
.sgx-industry__panel p { color: var(--slate); font-size: 1.06rem; line-height: 1.75; margin: 16px 0 0; }

/* 8 — Closing CTA */
.sgx-cta-wrap { padding: 0 0 clamp(46px,6vw,84px); }
.sgx-cta { position: relative; overflow: hidden; text-align: center; border-radius: 24px; padding: clamp(38px,5vw,64px) 30px;
  background: linear-gradient(140deg, #1e3c72, #24467f 55%, #2a5298);
  border: 1px solid rgba(255,255,255,.1); box-shadow: 0 44px 90px -42px rgba(42,82,152,.6); }
.sgx-cta::before { content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: radial-gradient(60% 120% at 12% 0%, rgba(0,174,239,.30), transparent 60%); }
.sgx-cta > * { position: relative; z-index: 1; }
.sgx-cta h2 { font-family: var(--font-display) !important; color: #fff; margin: 12px 0 12px;
  font-size: clamp(1.6rem, 3.2vw, 2.5rem); line-height: 1.1; letter-spacing: -.02em; }
.sgx-cta h2 span { background: linear-gradient(120deg,#a6e3fa,#38c2f5 55%,#00aeef);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }
.sgx-cta p { color: rgba(226,236,247,.85); max-width: 600px; margin: 0 auto 24px; font-size: 1rem; line-height: 1.65; }
.sgx-cta .theme-btn { background: #fff !important; color: #1e3c72 !important; box-shadow: 0 18px 40px -14px rgba(0,0,0,.55) !important; }

/* staggered reveal for grids */
.sgx-steps .sgx-step:nth-child(2) { transition-delay: .08s; }
.sgx-steps .sgx-step:nth-child(3) { transition-delay: .16s; }
.sgx-steps .sgx-step:nth-child(4) { transition-delay: .24s; }
.sgx-stats__grid .sgx-stat:nth-child(2) { transition-delay: .08s; }
.sgx-stats__grid .sgx-stat:nth-child(3) { transition-delay: .16s; }
.sgx-stats__grid .sgx-stat:nth-child(4) { transition-delay: .24s; }

/* responsive */
@media (max-width: 900px) {
  .sgx-steps { grid-template-columns: 1fr 1fr; }
  .sgx-step + .sgx-step::before { display: none; }
  .sgx-stats__grid { grid-template-columns: 1fr 1fr; }
  .sgx-kpi__grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .sgx-steps, .sgx-stats__grid, .sgx-chips, .sgx-checks { grid-template-columns: 1fr; }
  .sgx-chips li:nth-child(5) { grid-column: auto; }
  .sgx-hero__cta { flex-direction: column; }
  .sgx-hero__cta .theme-btn, .sgx-btn-ghost { width: 100%; justify-content: center; }
}
@media (prefers-reduced-motion: reduce) { .sgx-glow { animation: none !important; } }

/* =====================================================================
   SPIRITS GO — scroll-storytelling product showcase (.sgx-stage)
   pinned section; layered dashboard cards driven by scroll progress
   ===================================================================== */
.sgx-showcase { padding-bottom: clamp(40px,6vw,90px); }
.sgx-showcase .sgx-head { margin-bottom: 0; }

.sgx-stage { position: relative; }
@media (min-width: 992px) {
  .sgx-stage { height: 340vh; }
  .sgx-stage__sticky { position: sticky; top: 0; height: 100vh; display: flex; align-items: center; }
}
.sgx-stage__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(30px,5vw,72px); align-items: center; width: 100%; }

/* story rail */
.sgx-story__kicker { display: inline-block; font-family: var(--font-head); font-weight: 700;
  text-transform: uppercase; letter-spacing: .16em; font-size: 12px; color: var(--brand-700); }
.sgx-story__intro { color: var(--slate); font-size: 1.05rem; line-height: 1.6; margin: 12px 0 24px; }
.sgx-story__list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.sgx-story__item { display: flex; gap: 18px; padding: 18px 20px; border-radius: 16px; opacity: .4;
  border: 1px solid transparent; transition: opacity .45s ease, background .45s ease, border-color .45s ease; }
.sgx-story__item.is-active { opacity: 1; background: rgba(255,255,255,.04); border-color: rgba(0,174,239,.3); }
.sgx-story__no { font-family: var(--font-display); font-weight: 700; font-size: 1.1rem; line-height: 1.4; flex: none;
  color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.35); transition: all .4s ease; }
.sgx-story__item.is-active .sgx-story__no { -webkit-text-stroke: 0; background: var(--grad);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }
.sgx-story__item h3 { font-family: var(--font-head) !important; color: #fff; font-size: 1.2rem; margin: 0 0 4px; }
.sgx-story__item p { color: var(--slate); font-size: .96rem; line-height: 1.55; margin: 0; }

/* layered device cards (the hero element) */
.sgx-device { position: relative; display: grid; align-items: start; transform: translateY(var(--dpy,0)); }
.sgx-card { grid-area: 1 / 1; border-radius: 16px; overflow: hidden; border: 1px solid transparent;
  background: linear-gradient(#0f1722,#0f1722) padding-box,
              linear-gradient(150deg, rgba(0,174,239,.6), rgba(42,82,152,.4) 70%, rgba(255,255,255,.06)) border-box;
  box-shadow: 0 40px 80px -34px rgba(0,0,0,.9);
  transition: transform .7s cubic-bezier(.4,.15,.2,1), opacity .6s ease; will-change: transform, opacity;
  /* defaults before JS */ opacity: .4; transform: translate(28px,16px) scale(.9) rotate(2.5deg); z-index: 1; }
.sgx-card[data-shot="0"] { opacity: 1; transform: none; z-index: 5; }
.sgx-card.is-active { opacity: 1; }
@media (hover: hover) { .sgx-card.is-active:hover { transform: scale(1.03) !important; } }
.sgx-card__bar { display: flex; align-items: center; gap: 7px; padding: 11px 14px;
  background: rgba(255,255,255,.05); border-bottom: 1px solid rgba(255,255,255,.06); }
.sgx-card__bar i { width: 9px; height: 9px; border-radius: 50%; background: rgba(255,255,255,.25); }
.sgx-card__bar i:nth-child(1) { background: #ff6b6b; } .sgx-card__bar i:nth-child(2) { background: #ffd166; } .sgx-card__bar i:nth-child(3) { background: var(--brand); }
.sgx-card__bar b { margin-left: 8px; font-family: var(--font-head); font-weight: 600; font-size: 11.5px; color: rgba(255,255,255,.6); }
.sgx-card img { display: block; width: 100%; height: auto; }

/* floating insight cards */
.sgx-float { position: absolute; z-index: 8; opacity: 0; transform: translateY(10px); transition: opacity .5s ease, transform .5s ease; }
.sgx-float.is-on { opacity: 1; transform: none; }
.sgx-live { top: -18px; left: -10px; display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 999px;
  background: rgba(20,16,13,.92); border: 1px solid rgba(255,255,255,.12); color: #fff; font-family: var(--font-head); font-weight: 600; font-size: 12.5px;
  box-shadow: 0 16px 30px -14px rgba(0,0,0,.7); animation: sgxFloat 6s ease-in-out infinite; }
.sgx-live i { width: 8px; height: 8px; border-radius: 50%; background: #37d67a; box-shadow: 0 0 0 4px rgba(55,214,122,.25); }
.sgx-float--a { top: 9%; right: -24px; display: flex; align-items: center; gap: 12px; padding: 14px 18px; border-radius: 16px;
  background: rgba(20,16,13,.94); border: 1px solid rgba(255,255,255,.12); box-shadow: 0 22px 44px -18px rgba(0,0,0,.75); animation: sgxFloat 7s ease-in-out infinite .4s; }
.sgx-float--b { bottom: 8%; left: -26px; padding: 14px 18px; border-radius: 16px;
  background: rgba(20,16,13,.94); border: 1px solid rgba(255,255,255,.12); box-shadow: 0 22px 44px -18px rgba(0,0,0,.75); animation: sgxFloat 8s ease-in-out infinite .8s; }
.sgx-float__icon { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 11px; color: #fff; background: var(--grad); }
.sgx-float__label { display: block; font-family: var(--font-head); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; color: var(--slate); }
.sgx-float__val { display: block; font-family: var(--font-display); font-weight: 800; color: #fff; font-size: 1.18rem; }
@keyframes sgxFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }

.sgx-showcase__note { text-align: center; color: var(--slate); max-width: 760px; margin: clamp(30px,4vw,48px) auto 0; font-size: 1.04rem; line-height: 1.7; }

/* mobile: no pin — static layered deck + steps stacked */
@media (max-width: 991px) {
  .sgx-stage { height: auto; }
  .sgx-stage__sticky { position: static; height: auto; display: block; }
  .sgx-stage__grid { grid-template-columns: 1fr; gap: 38px; }
  .sgx-device { margin-top: 34px; }
  .sgx-float--a { right: 0; } .sgx-float--b { left: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .sgx-card { transition: opacity .3s ease !important; }
  .sgx-live, .sgx-float--a, .sgx-float--b { animation: none !important; }
}

/* =====================================================================
   SPIRITS GO — dashboard COLLAGE (layered screenshots, float + scale-in)
   Not a slider: all three shown at once, overlapping with depth.
   ===================================================================== */
.sg-collage { position: relative; max-width: 940px; margin: 0 auto; aspect-ratio: 16 / 10.6; }
.sg-collage.sg-reveal { opacity: 1; transform: none; }          /* container is just the scroll trigger */
.sg-cz { position: absolute; margin: 0; opacity: 0;
  transform: translateY(38px) scale(.9) rotate(var(--rot,0deg));
  transition: opacity .8s ease, transform .9s cubic-bezier(.2,.7,.3,1); }
.sg-collage.is-in .sg-cz { opacity: 1; transform: rotate(var(--rot,0deg)); }
.sg-cz--main { width: 70%; left: 15%;  top: 16%;  z-index: 2; --rot: 0deg; }    /* large hero (Category) */
.sg-cz--top  { width: 35%; left: -2%;  top: 0;    z-index: 4; --rot: -3deg; }   /* floating top-left (Hour) */
.sg-cz--bot  { width: 37%; right: -2%; bottom: 0; z-index: 4; --rot: 3deg; }    /* floating bottom-right (Payment) */
.sg-collage.is-in .sg-cz--top { transition-delay: .16s; }
.sg-collage.is-in .sg-cz--bot { transition-delay: .30s; }

.sg-cz__fr { border-radius: 14px; overflow: hidden; border: 1px solid transparent;
  background: linear-gradient(#0f1722,#0f1722) padding-box,
              linear-gradient(150deg, rgba(0,174,239,.6), rgba(42,82,152,.4) 70%, rgba(255,255,255,.06)) border-box;
  box-shadow: 0 40px 80px -34px rgba(0,0,0,.9);
  animation: sgCzFloat var(--dur,7s) ease-in-out infinite var(--del,0s); }
.sg-cz--main .sg-cz__fr { --dur: 8s; box-shadow: 0 50px 95px -34px rgba(0,0,0,.92); }
.sg-cz--top  .sg-cz__fr { --dur: 5.5s; --del: -1s; }
.sg-cz--bot  .sg-cz__fr { --dur: 6.5s; --del: -2.6s; }
.sg-cz__bar { display: flex; align-items: center; gap: 6px; padding: 9px 12px;
  background: rgba(255,255,255,.05); border-bottom: 1px solid rgba(255,255,255,.06); }
.sg-cz__bar i { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.25); }
.sg-cz__bar i:nth-child(1) { background: #ff6b6b; } .sg-cz__bar i:nth-child(2) { background: #ffd166; } .sg-cz__bar i:nth-child(3) { background: var(--brand); }
.sg-cz__bar b { margin-left: 6px; font-family: var(--font-head); font-weight: 600; font-size: 10.5px; color: rgba(255,255,255,.6); }
.sg-cz img { display: block; width: 100%; height: auto; }
@keyframes sgCzFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@media (hover: hover) {
  .sg-collage.is-in .sg-cz:hover { z-index: 6; transform: rotate(var(--rot,0deg)) scale(1.045); }
}
@media (max-width: 768px) {
  .sg-collage { aspect-ratio: auto; }
  .sg-cz { position: relative; width: 100% !important; left: auto; right: auto; top: auto; bottom: auto; --rot: 0deg !important; margin-bottom: 18px; }
  .sg-collage.is-in .sg-cz { transform: none; }
}
@media (prefers-reduced-motion: reduce) { .sg-cz__fr { animation: none !important; } }

/* =====================================================================
   SPIRITS GO — recreated ANIMATED dashboard (.sgd)
   bar chart grows + doughnuts sweep in on scroll. Exact values, new colours.
   ===================================================================== */
.sgd { position: relative; max-width: 1060px; margin: 0 auto; border-radius: 18px; overflow: hidden;
  border: 1px solid transparent;
  background: linear-gradient(#0f1722,#0f1722) padding-box,
              linear-gradient(150deg, rgba(0,174,239,.55), rgba(42,82,152,.4) 70%, rgba(255,255,255,.06)) border-box;
  box-shadow: 0 44px 90px -38px rgba(0,0,0,.9);
  opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .8s cubic-bezier(.2,.7,.3,1); }
.sgd.is-in { opacity: 1; transform: none; }
.sgd__winbar { display: flex; align-items: center; gap: 7px; padding: 12px 16px;
  background: rgba(255,255,255,.05); border-bottom: 1px solid rgba(255,255,255,.06); }
.sgd__winbar i { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,.25); }
.sgd__winbar i:nth-child(1){background:#ff6b6b}.sgd__winbar i:nth-child(2){background:#ffd166}.sgd__winbar i:nth-child(3){background:var(--brand)}
.sgd__winbar b { margin-left: 8px; font-family: var(--font-head); font-weight: 600; font-size: 12px; color: rgba(255,255,255,.6); }
.sgd__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding: 18px; }
.sgd__card { background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.07); border-radius: 14px; padding: 18px 18px 14px; }
.sgd__card--bar { grid-column: 1 / -1; }
.sgd__head { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; margin-bottom: 16px; flex-wrap: wrap; }
.sgd__title { font-family: var(--font-head); font-weight: 700; color: #fff; font-size: 1.05rem; }
.sgd__total { font-family: var(--font-head); font-weight: 600; color: var(--brand-700); font-size: .9rem; }

/* bar chart */
.sgd-chart { position: relative; padding-left: 44px; }
.sgd-ygrid { position: absolute; left: 0; top: 0; bottom: 22px; width: 40px; display: flex; flex-direction: column; justify-content: space-between; }
.sgd-ygrid span { font-size: 10px; color: var(--muted); text-align: right; }
.sgd-bars { position: relative; display: flex; align-items: flex-end; gap: 5px; height: 250px;
  background-image: repeating-linear-gradient(to top, rgba(255,255,255,.06) 0 1px, transparent 1px 33.333%); }
.sgd-bar { position: relative; flex: 1; height: 100%; }
.sgd-bar__fill { position: absolute; left: 12%; right: 12%; bottom: 0; height: 0; border-radius: 5px 5px 0 0;
  background: linear-gradient(180deg, rgba(255,255,255,.22), transparent 45%), var(--c);
  transition: height .9s cubic-bezier(.2,.7,.3,1) var(--d,0s); }
.sgd.is-in .sgd-bar__fill { height: var(--h); }
.sgd-bar__val { position: absolute; bottom: 100%; left: 50%; transform: translateX(-50%); margin-bottom: 4px;
  font-size: 10px; font-weight: 600; color: #fff; white-space: nowrap; opacity: 0; transition: opacity .4s ease var(--d,0s); }
.sgd.is-in .sgd-bar__val { opacity: 1; }
.sgd-xaxis { display: flex; gap: 5px; margin-top: 6px; }
.sgd-xaxis span { flex: 1; text-align: center; font-size: 10px; color: var(--muted); }

/* doughnut charts */
.sgd-pie { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.sgd-donut { position: relative; width: 152px; height: 152px; flex: none; }
.sgd-donut svg { width: 100%; height: 100%; display: block; }
.sgd-sweep { transition: stroke-dashoffset 1.15s cubic-bezier(.4,.15,.2,1) .2s; }
.sgd.is-in .sgd-sweep { stroke-dashoffset: 0; }
.sgd-donut__center { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center;
  opacity: 0; transition: opacity .5s ease .7s; }
.sgd.is-in .sgd-donut__center { opacity: 1; }
.sgd-donut__center span { font-size: 9px; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); }
.sgd-donut__center b { font-family: var(--font-display); font-weight: 800; color: #fff; font-size: 1.05rem; }
.sgd-legend { list-style: none; margin: 0; padding: 0; flex: 1; min-width: 168px; display: flex; flex-direction: column; gap: 7px; }
.sgd-legend li { display: flex; align-items: center; gap: 9px; font-family: var(--font-head); font-size: .84rem; color: var(--slate); }
.sgd-legend em { margin-left: auto; font-style: normal; font-weight: 700; color: #fff; }
.sgd-dot { width: 11px; height: 11px; border-radius: 3px; background: var(--c); flex: none; }

@media (max-width: 820px) { .sgd__grid { grid-template-columns: 1fr; } }
@media (prefers-reduced-motion: reduce) {
  .sgd, .sgd-bar__fill, .sgd-bar__val, .sgd-sweep, .sgd-donut__center { transition: none !important; }
}

/* ---- "Lively" continuous motion (after the grow-in / sweep) ---- */
/* Doughnuts: slow ring rotation only */
.sgd-donut g { transform-box: fill-box; transform-origin: center; }
.sgd.is-in .sgd-donut g { animation: sgdSpin 34s linear 1.7s infinite; }
@keyframes sgdSpin { from { transform: rotate(-90deg); } to { transform: rotate(270deg); } }

@media (prefers-reduced-motion: reduce) {
  .sgd.is-in .sgd-bar__fill, .sgd.is-in .sgd-donut g, .sgd.is-in .sgd-donut { animation: none !important; }
}
