/* =============================================================================
   SHARED — tokens, chrome (header / mobile menu / footer)
   ============================================================================= */
/* =============================================================
   Jago Revamp — custom style layer
   Load order: bootstrap.min.css -> bootstrap-icons.css ->
               default-v2.css -> slick* -> style.css (this file, last)
   Put all revamp-specific overrides + new section styles here.
   default-v2.css already defines fonts (TTCommons / QuincyCF via CDN),
   :root color tokens, body, and base utilities — reuse those.
   This layer loads LAST, so the Saans @font-face + overrides below
   win over default-v2.css and Bootstrap.

   Breakpoints (desktop-first):
     base                        = desktop (≥1200)
     @media (max-width: 1199.98px)
     @media (max-width: 991.98px)
     @media (max-width: 767.98px)
     rare smaller (575.98 / 380) only when needed
   Stack largest → smallest per section. No standalone min-width
   or (min)+(max) ranges — cascade overrides instead.
   Exceptions: prefers-reduced-motion; min-width + hover:hover.
   ============================================================= */

/* ---- Brand font: Saans ----
   Files live in public/fonts/Saans/.
   Path is relative to this file (public/css/style.css). */
@font-face {
  font-family: "Saans";
  src:
    url("../fonts/Saans/Saans-Light.woff2") format("woff2"),
    url("../fonts/Saans/Saans-Light.woff") format("woff"),
    url("../fonts/Saans/Saans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Saans";
  src:
    url("../fonts/Saans/Saans-LightItalic.woff2") format("woff2"),
    url("../fonts/Saans/Saans-LightItalic.woff") format("woff"),
    url("../fonts/Saans/Saans-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Saans";
  src:
    url("../fonts/Saans/Saans-Regular.woff2") format("woff2"),
    url("../fonts/Saans/Saans-Regular.woff") format("woff"),
    url("../fonts/Saans/Saans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Saans";
  src:
    url("../fonts/Saans/Saans-RegularItalic.woff2") format("woff2"),
    url("../fonts/Saans/Saans-RegularItalic.woff") format("woff"),
    url("../fonts/Saans/Saans-RegularItalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Saans";
  src:
    url("../fonts/Saans/Saans-Medium.woff2") format("woff2"),
    url("../fonts/Saans/Saans-Medium.woff") format("woff"),
    url("../fonts/Saans/Saans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Saans";
  src:
    url("../fonts/Saans/Saans-MediumItalic.woff2") format("woff2"),
    url("../fonts/Saans/Saans-MediumItalic.woff") format("woff"),
    url("../fonts/Saans/Saans-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Saans";
  src:
    url("../fonts/Saans/Saans-SemiBold.woff2") format("woff2"),
    url("../fonts/Saans/Saans-SemiBold.woff") format("woff"),
    url("../fonts/Saans/Saans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Saans";
  src:
    url("../fonts/Saans/Saans-SemiBoldItalic.woff2") format("woff2"),
    url("../fonts/Saans/Saans-SemiBoldItalic.woff") format("woff"),
    url("../fonts/Saans/Saans-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Saans";
  src:
    url("../fonts/Saans/Saans-Bold.woff2") format("woff2"),
    url("../fonts/Saans/Saans-Bold.woff") format("woff"),
    url("../fonts/Saans/Saans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Saans";
  src:
    url("../fonts/Saans/Saans-BoldItalic.woff2") format("woff2"),
    url("../fonts/Saans/Saans-BoldItalic.woff") format("woff"),
    url("../fonts/Saans/Saans-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Saans";
  src:
    url("../fonts/Saans/Saans-Heavy.woff2") format("woff2"),
    url("../fonts/Saans/Saans-Heavy.woff") format("woff"),
    url("../fonts/Saans/Saans-Heavy.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Saans";
  src:
    url("../fonts/Saans/Saans-HeavyItalic.woff2") format("woff2"),
    url("../fonts/Saans/Saans-HeavyItalic.woff") format("woff"),
    url("../fonts/Saans/Saans-HeavyItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

/* ---- Brand font: Saans Semi Mono ---- */
@font-face {
  font-family: "Saans Semi Mono";
  src:
    url("../fonts/Saans/SaansSemiMono-Light.woff2") format("woff2"),
    url("../fonts/Saans/SaansSemiMono-Light.woff") format("woff"),
    url("../fonts/Saans/SaansSemiMono-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Saans Semi Mono";
  src:
    url("../fonts/Saans/SaansSemiMono-LightItalic.woff2") format("woff2"),
    url("../fonts/Saans/SaansSemiMono-LightItalic.woff") format("woff"),
    url("../fonts/Saans/SaansSemiMono-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Saans Semi Mono";
  src:
    url("../fonts/Saans/SaansSemiMono-Regular.woff2") format("woff2"),
    url("../fonts/Saans/SaansSemiMono-Regular.woff") format("woff"),
    url("../fonts/Saans/SaansSemiMono-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Saans Semi Mono";
  src:
    url("../fonts/Saans/SaansSemiMono-RegularItalic.woff2") format("woff2"),
    url("../fonts/Saans/SaansSemiMono-RegularItalic.woff") format("woff"),
    url("../fonts/Saans/SaansSemiMono-RegularItalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Saans Semi Mono";
  src:
    url("../fonts/Saans/SaansSemiMono-Medium.woff2") format("woff2"),
    url("../fonts/Saans/SaansSemiMono-Medium.woff") format("woff"),
    url("../fonts/Saans/SaansSemiMono-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Saans Semi Mono";
  src:
    url("../fonts/Saans/SaansSemiMono-MediumItalic.woff2") format("woff2"),
    url("../fonts/Saans/SaansSemiMono-MediumItalic.woff") format("woff"),
    url("../fonts/Saans/SaansSemiMono-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Saans Semi Mono";
  src:
    url("../fonts/Saans/SaansSemiMono-SemiBold.woff2") format("woff2"),
    url("../fonts/Saans/SaansSemiMono-SemiBold.woff") format("woff"),
    url("../fonts/Saans/SaansSemiMono-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Saans Semi Mono";
  src:
    url("../fonts/Saans/SaansSemiMono-SemiBoldItalic.woff2") format("woff2"),
    url("../fonts/Saans/SaansSemiMono-SemiBoldItalic.woff") format("woff"),
    url("../fonts/Saans/SaansSemiMono-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Saans Semi Mono";
  src:
    url("../fonts/Saans/SaansSemiMono-Bold.woff2") format("woff2"),
    url("../fonts/Saans/SaansSemiMono-Bold.woff") format("woff"),
    url("../fonts/Saans/SaansSemiMono-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Saans Semi Mono";
  src:
    url("../fonts/Saans/SaansSemiMono-BoldItalic.woff2") format("woff2"),
    url("../fonts/Saans/SaansSemiMono-BoldItalic.woff") format("woff"),
    url("../fonts/Saans/SaansSemiMono-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Saans Semi Mono";
  src:
    url("../fonts/Saans/SaansSemiMono-Heavy.woff2") format("woff2"),
    url("../fonts/Saans/SaansSemiMono-Heavy.woff") format("woff"),
    url("../fonts/Saans/SaansSemiMono-Heavy.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Saans Semi Mono";
  src:
    url("../fonts/Saans/SaansSemiMono-HeavyItalic.woff2") format("woff2"),
    url("../fonts/Saans/SaansSemiMono-HeavyItalic.woff") format("woff"),
    url("../fonts/Saans/SaansSemiMono-HeavyItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

/* ---- Design tokens (mirror default-v2.css :root, extend as needed) ---- */
:root {
  --jago-primary: #a605ad; /* purple */
  --jago-secondary: #FFAC00; /* orange */
  --jago-yellow: #fcd22a;
  --jago-red: #ff0048;
  --jago-green: #3cd458;
  --jago-dark: #1e1e1e;
  --jago-black: #000000;
  --jago-light: #f8f9fa;
  --jago-border: #efefef;

  --jago-dark-brown: #352625;
  --jago-gold: #FFAC00; /* announcement bar / CTA */
  --jago-gold-12: rgba(255, 169, 0, 0.12);
  --jago-gold-deep: #BF7407;
  --jago-syariah-amethyst: #8f42d9; /* Jago Syariah navbar */
  --jago-header-bg: #352625; /* dark brown header */
  --jago-footer-bg: #2a1714; /* dark brown footer band */
  --jago-footer-text: #f3ece6; /* footer link / body text */
  --jago-cream: #f7f1e8; /* footer disclaimer band */
  --jago-gray: #f8f1e8;
  --jago-menu-bg: #fdf8f2;
  --jago-bisnis-asphalt: #32373b;
  --jago-bisnis-corporate-green: #3d4a4a;
  --jago-bisnis-misty-green: #adc2b5;
  --jago-muted: #737373;
  --jago-border-light: #e5e5e5;
  --jago-everyday-white: #F8F1E8;

  --jago-font-body: "Saans", Helvetica, Arial, sans-serif;
  --jago-font-display: "Saans Semi Mono", Helvetica, Arial, sans-serif;

  --jago-container-max: 1200px;
  --jago-radius: 16px;
}

/* ---- Apply Saans globally (override default-v2.css + Bootstrap) ---- */
body,
.btn,
button,
input,
select,
textarea,
.navbar,
.navbar-brand {
  font-family: var(--jago-font-body);
  font-style: normal;
  font-feature-settings: 'liga' off, 'clig' off;
  /* Saans brand cut: partial-mono axis (serifed I/l) to match Figma. */
  font-variation-settings: 'MONO' 21;
}

h1,
h2,
h3,
h4,
h5,
h6
{
  font-family: var(--jago-font-display);
  font-style: normal;
  font-feature-settings: 'liga' off, 'clig' off;
  /* Saans brand cut: partial-mono axis (serifed I/l) to match Figma. */
  font-variation-settings: 'MONO' 21;
}

html {
  scroll-behavior: auto !important;
}

body {
  background-color: var(--jago-light);
}

/* ---- Typography helpers ---- */
.font-display {
  font-family: var(--jago-font-display);
}
.text-jago-primary {
  color: var(--jago-primary) !important;
}
.text-jago-secondary {
  color: var(--jago-secondary) !important;
}
.bg-jago-primary {
  background-color: var(--jago-primary) !important;
}
.bg-jago-secondary {
  background-color: var(--jago-secondary) !important;
}

/* ---- Buttons (revamp) ---- */
.btn-jago {
  background-color: var(--jago-secondary);
  color: var(--jago-dark);
  border: none;
  border-radius: 999px;
  font-weight: 500;
  padding: 0.75rem 1.75rem;
  transition:
    filter 0.2s ease,
    transform 0.2s ease;
}
.btn-jago:hover {
  filter: brightness(0.95);
  transform: translateY(-1px);
}

.btn-jago-solid {
  align-items: center;
  color: currentColor;
  cursor: pointer;
  display: inline-flex;
  justify-content: space-between;
  font-family: var(--jago-font-body);
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.4;
}

.btn-jago-solid, 
.btn-jago-solid--yellow, 
.btn-jago-solid--white, 
.btn-jago-solid--gray,
.btn-jago-solid--bisnis {
  background-clip: padding-box;
  border: 1px solid transparent;
  border-radius: 2.5rem;
  overflow: hidden;
  padding: 0.625rem 1.25rem;
  position: relative;
  z-index: 1;
}

.btn-jago-solid--yellow,
.btn-jago-solid--white {
  color: var(--jago-header-bg) !important;
}

.btn-jago-solid .btn-jago-solid__label, 
.btn-jago-solid--yellow .btn-jago-solid__label, 
.btn-jago-solid--white .btn-jago-solid__label, 
.btn-jago-solid--gray .btn-jago-solid__label,
.btn-jago-solid--bisnis .btn-jago-solid__label {
  overflow: hidden;
  position: relative;
}

.btn-jago-solid .btn-jago-solid__label__text, 
.btn-jago-solid--yellow .btn-jago-solid__label__text, 
.btn-jago-solid--white .btn-jago-solid__label__text, 
.btn-jago-solid--gray .btn-jago-solid__label__text,
.btn-jago-solid--bisnis .btn-jago-solid__label__text {
  display: block;
  transition: .45s cubic-bezier(.645, .045, .355, 1);
}

.btn-jago-solid .btn-jago-solid__label__text:nth-of-type(2), 
.btn-jago-solid--yellow .btn-jago-solid__label__text:nth-of-type(2), 
.btn-jago-solid--white .btn-jago-solid__label__text:nth-of-type(2), 
.btn-jago-solid--gray .btn-jago-solid__label__text:nth-of-type(2),
.btn-jago-solid--bisnis .btn-jago-solid__label__text:nth-of-type(2) {
  left: 0;
  position: absolute;
  top: 110%;
}

.btn-jago-solid--yellow:after, 
.btn-jago-solid--yellow:before, 
.btn-jago-solid--white:after, 
.btn-jago-solid--white:before, 
.btn-jago-solid--gray:after, 
.btn-jago-solid--gray:before,
.btn-jago-solid--bisnis:after,
.btn-jago-solid--bisnis:before,
.btn-jago-solid:after, 
.btn-jago-solid:before {
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  transition: .45s cubic-bezier(.645, .045, .355, 1);
  width: 120%;
  z-index: -2;
}

.btn-jago-solid--yellow:before {
  background-color: var(--jago-gold);
}

.btn-jago-solid--white:before {
  background-color: var(--jago-light);
}

.btn-jago-solid--gray {
  color: var(--jago-dark) !important;
}

.btn-jago-solid--gray:before {
  background-color: var(--jago-gray);
}

.btn-jago-solid--bisnis {
  color: var(--jago-dark) !important;
}

.btn-jago-solid--bisnis:before {
  background-color: var(--jago-bisnis-misty-green);
}

.btn-jago-solid--yellow:after, 
.btn-jago-solid--white:after, 
.btn-jago-solid--gray:after,
.btn-jago-solid--bisnis:after,
.btn-jago-solid:after {
  border-radius: 50%;
  height: 120%;
  transform: translateX(-50%) translateY(100%);
  z-index: -1;
}

.btn-jago-solid--yellow:after {
  background: var(--jago-light);
}

.btn-jago-solid--white:after {
  background-color: var(--jago-gold);
}

.btn-jago-solid--gray:after {
  background: #f3e8dc;
}

.btn-jago-solid--bisnis:after {
  background: var(--jago-bisnis-corporate-green);
}

.btn-jago-solid--bisnis .btn-jago-solid__label__text:nth-of-type(2) {
  color: white;
}

.btn-jago-solid--yellow:hover:after, 
.btn-jago-solid--white:hover:after, 
.btn-jago-solid--gray:hover:after,
.btn-jago-solid--bisnis:hover:after,
.btn-jago-solid:hover:after {
  border-radius: 4rem;
  transform: translateX(-50%) translateY(-10%);
}

.btn-jago-solid--yellow:hover .btn-jago-solid__label__text,
.btn-jago-solid--white:hover .btn-jago-solid__label__text,
.btn-jago-solid--gray:hover .btn-jago-solid__label__text,
.btn-jago-solid--bisnis:hover .btn-jago-solid__label__text,
.btn-jago-solid:hover .btn-jago-solid__label__text {
  transform: translateY(-110%);
}

.btn-jago-outline {
  align-items: center;
  background: transparent;
  background-clip: padding-box;
  border: 1px solid var(--jago-header-bg);
  border-radius: 2.5rem;
  color: var(--jago-header-bg) !important;
  cursor: pointer;
  display: inline-flex;
  font-family: var(--jago-font-body);
  font-size: 0.875rem;
  font-weight: 500;
  justify-content: space-between;
  line-height: 1.4;
  overflow: hidden;
  padding: 0.625rem 1.25rem;
  position: relative;
  text-decoration: none;
  z-index: 1;
}

.btn-jago-outline .btn-jago-outline__label {
  overflow: hidden;
  position: relative;
}

.btn-jago-outline .btn-jago-outline__label__text {
  display: block;
  transition: .45s cubic-bezier(.645, .045, .355, 1);
}

.btn-jago-outline .btn-jago-outline__label__text:nth-of-type(2) {
  color: var(--jago-gray);
  left: 0;
  position: absolute;
  top: 110%;
}

.btn-jago-outline:after,
.btn-jago-outline:before {
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  transition: .45s cubic-bezier(.645, .045, .355, 1);
  width: 120%;
  z-index: -2;
}

.btn-jago-outline:before {
  background-color: transparent;
}

.btn-jago-outline:after {
  background: var(--jago-header-bg);
  border-radius: 50%;
  height: 120%;
  transform: translateX(-50%) translateY(100%);
  z-index: -1;
}

.btn-jago-outline:hover:after {
  border-radius: 4rem;
  transform: translateX(-50%) translateY(-10%);
}

.btn-jago-outline:hover .btn-jago-outline__label__text {
  transform: translateY(-110%);
}

.btn-jago-outline--light {
  border-color: #fff;
  color: #fff !important;
}

.btn-jago-outline--light:after {
  background: #fff;
}

.btn-jago-outline--light .btn-jago-outline__label__text:nth-of-type(2) {
  color: var(--jago-header-bg);
}

/* ---- Icon arrow button (horizontal slide hover) ---- */
.btn-jago-arrow {
  align-items: center;
  background-clip: padding-box;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  line-height: 1;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}

.btn-jago-arrow__label {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}

.btn-jago-arrow__icon {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  transition: .45s cubic-bezier(.645, .045, .355, 1);
  width: 100%;
}

.btn-jago-arrow--next .btn-jago-arrow__icon:nth-of-type(2) {
  left: -110%;
  position: absolute;
  top: 0;
}

.btn-jago-arrow--prev .btn-jago-arrow__icon:nth-of-type(2) {
  left: 110%;
  position: absolute;
  top: 0;
}

.btn-jago-arrow:after,
.btn-jago-arrow:before {
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  transition: .45s cubic-bezier(.645, .045, .355, 1);
  width: 120%;
  z-index: -2;
}

.btn-jago-arrow:after {
  border-radius: 50%;
  height: 120%;
  z-index: -1;
}

.btn-jago-arrow--next:after {
  transform: translateX(calc(-50% - 110%));
}

.btn-jago-arrow--prev:after {
  transform: translateX(calc(-50% + 110%));
}

.btn-jago-arrow--next:hover:not(.slick-disabled) .btn-jago-arrow__icon {
  transform: translateX(110%);
}

.btn-jago-arrow--prev:hover:not(.slick-disabled) .btn-jago-arrow__icon {
  transform: translateX(-110%);
}

.btn-jago-arrow--next:hover:not(.slick-disabled):after,
.btn-jago-arrow--prev:hover:not(.slick-disabled):after {
  border-radius: 4rem;
  transform: translateX(-50%);
}

.btn-jago-arrow--outline {
  background: transparent;
  border: 1px solid #3b2824;
  color: #3b2824;
  font-size: 1.15rem;
  height: 44px;
  width: 44px;
}

.btn-jago-arrow--outline:before {
  background-color: transparent;
}

.btn-jago-arrow--outline:after {
  background: var(--jago-header-bg);
}

.btn-jago-arrow--outline .btn-jago-arrow__icon:nth-of-type(2) {
  color: var(--jago-gray);
}

.btn-jago-arrow--glass {
  background: transparent;
  border: 0;
  color: #fff;
  flex-shrink: 0;
  font-size: 1rem;
  height: 2rem;
  width: 2rem;
}

.btn-jago-arrow--glass:before {
  background: rgba(255, 255, 255, 0.12);
}

.btn-jago-arrow--glass:after {
  background: #fff;
}

.btn-jago-arrow--glass .btn-jago-arrow__icon:nth-of-type(2) {
  color: var(--jago-header-bg);
}

.btn-jago-arrow--solid {
  background: transparent;
  border: 0;
  color: var(--jago-light);
  font-size: 1rem;
  height: 2rem;
  width: 2rem;
}

.btn-jago-arrow--solid:before {
  background: var(--jago-header-bg);
}

.btn-jago-arrow--solid:after {
  background: var(--jago-gold);
}

.btn-jago-arrow--solid .btn-jago-arrow__icon:nth-of-type(2) {
  color: var(--jago-header-bg);
}

/* ---- Section scaffolding ---- */
.section {
  padding: 6rem 0;
}
@media (max-width: 991.98px) {
  .section {
    padding: 4rem 0;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) and (orientation: portrait) {
  .container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

/* =============================================================
   HEADER (Jago) — announcement + main nav
   ============================================================= */
.site-header {
  background: var(--jago-header-bg);
}

[data-page="jago"] .site-header,
[data-page="jago-syariah"] .site-header,
[data-page="jago-bisnis"] .site-header,
[data-page="info-perusahaan"] .site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: box-shadow 0.25s ease;
}
[data-page="jago"] .site-header.is-scrolled,
[data-page="jago-syariah"] .site-header.is-scrolled,
[data-page="jago-bisnis"] .site-header.is-scrolled,
[data-page="info-perusahaan"] .site-header.is-scrolled {
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.12);
}

[data-page="jago"] .header-main__brand--syariah,
[data-page="jago"] .header-main__brand--bisnis,
[data-page="jago"] .btn-main__brand--bisnis,
[data-page="info-perusahaan"] .btn-main__brand--bisnis,
[data-page="info-perusahaan"] .header-main__brand--syariah {
  display: none;
}

/* Jago Syariah — purple navbar + white logo + cream download CTA */
[data-page="jago-syariah"] .site-header,
[data-page="jago-syariah"] .header-main {
  background: var(--jago-syariah-amethyst);
}
[data-page="jago-syariah"] .header-mega__panel--desktop {
  background: var(--jago-menu-bg);
}
[data-page="jago-syariah"] .header-main__brand--jago,
[data-page="jago-syariah"] .header-main__brand--bisnis,
[data-page="jago-syariah"] .btn-main__brand--bisnis {
  display: none;
}
[data-page="jago-syariah"] .header-main__brand--syariah {
  display: inline-flex;
}
[data-page="jago-syariah"] .btn-main__brand--jago {
  color: var(--jago-syariah-amethyst) !important;
}
[data-page="jago-syariah"] .btn-main__brand--jago:before {
  background-color: var(--jago-gray);
}
[data-page="jago-syariah"] .btn-main__brand--jago:after {
  background: var(--jago-gold);
}
[data-page="jago-syariah"] .btn-main__brand--jago .btn-jago-solid__label__text:nth-of-type(2) {
  color: var(--jago-header-bg);
}

/* Jago Bisnis — corporate green navbar + white logo + cream login CTA */
.header-main__brand--bisnis,
.header-download--bisnis,
.header-mobile-menu__download--bisnis {
  display: none;
}
[data-page="jago-bisnis"] .site-header,
[data-page="jago-bisnis"] .header-main {
  background: var(--jago-bisnis-corporate-green);
}
[data-page="jago-bisnis"] .header-main__brand--jago,
[data-page="jago-bisnis"] .header-main__brand--syariah,
[data-page="jago-bisnis"] .btn-main__brand--jago {
  display: none;
}
[data-page="jago-bisnis"] .header-main__brand--bisnis {
  display: inline-flex;
}
[data-page="jago-bisnis"] .header-mega__panel--desktop {
  background: var(--jago-menu-bg);
}
[data-page="jago-bisnis"] .btn-main__brand--bisnis.btn-jago-solid--white {
  color: var(--jago-header-bg) !important;
}
[data-page="jago-bisnis"] .btn-main__brand--bisnis.btn-jago-solid--white:before {
  background-color: var(--jago-gray);
}
[data-page="jago-bisnis"] .btn-main__brand--bisnis.btn-jago-solid--white:after {
  background: var(--jago-bisnis-misty-green);
}

/* ---- Band 1: announcement (running marquee) ---- */
.header-announce {
  background: var(--jago-gold);
  color: var(--jago-dark-brown);
  font-size: 0.75rem;
  line-height: 1.4;
  overflow: hidden;
}
/* Close animation: JS collapses height 34px -> 0 in the same frame the hero/main
   offset shrinks, so they glide together. Gated by spacing-ready (matches the
   offset transitions) so it never fires on initial load. */
body.spacing-ready .header-announce {
  transition: height 0.2s ease;
}
.header-announce .container {
  position: relative; /* positioning context so the close button anchors to the container, not the full-width bar */
}
.header-announce__marquee {
  overflow: hidden;
  padding: 0.625rem 3rem 0.625rem 0; /* right room so text clears the close button */
}
.header-announce__track {
  display: flex;
  width: max-content;
  white-space: nowrap;
}
.header-announce__track.is-marquee-ready {
  animation: jago-marquee linear infinite;
}
.header-announce__item {
  position: relative;
  padding-right: 3rem; /* gap between repeats */
}
.header-announce__item::after {
  /* vertical separator centered in the gap */
  content: "";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 1.2em;
  background: rgba(59, 40, 36, 0.35);
}
@keyframes jago-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-1 * var(--marquee-distance, 50%)));
  }
}
.header-announce:hover .header-announce__track.is-marquee-ready {
  animation-play-state: paused;
}
@media (prefers-reduced-motion: reduce) {
  .header-announce__track,
  .header-announce__track.is-marquee-ready {
    animation: none;
  }
}
.header-announce__close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 3.5rem;
  padding: 0 0.5rem 0 2.5rem;
  border: 0;
  background: linear-gradient(
    to left,
    #ffa900 45%,
    rgba(255, 172, 0, 0)
  );
  color: #3b2824;
  line-height: 1;
  cursor: pointer;
}
.header-announce__close:hover {
  color: #1e1e1e;
}

/* ---- Band 2: main nav ---- */
.header-main {
  background: var(--jago-dark-brown);
  padding: 0.75rem 0;
}
.header-main__inner {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.header-main__brand img {
  display: block;
  height: 32px;
  width: auto;
}

.header-main__products {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}
.header-main .nav-link {
  color: #fff !important; /* beat default-v2.css `a {color:#1E1E1E !important}` */
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.4;
  display: inline-flex;
  align-items: center;
  padding: 0.125rem 0.75rem;
  border-radius: 999px;
  transition:
    opacity 0.15s ease,
    background 0.15s ease;
}
.header-main .nav-link:hover,
.header-main .nav-link:focus,
.header-main .nav-link.active {
  color: #fff !important;
  opacity: 0.85;
}
.header-main .nav-link.active {
  opacity: 1;
  font-weight: 600;
}
.header-mega.is-open > .nav-link {
  opacity: 1;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.12);
}
.nav-item:not(.header-mega) .nav-link:hover {
  font-weight: 500;
  background: rgba(255, 255, 255, 0.12);
}

@media (max-width: 1199.98px) {
  .header-main .nav-link {
    display: block;
    padding: 0;
    border-radius: 0;
    background: transparent;
    transition: opacity 0.15s ease;
  }
  .header-main .nav-link.active,
  .header-mega.is-open > .nav-link,
  .nav-item:not(.header-mega) .nav-link:hover {
    font-weight: 400;
    background: transparent;
  }
  .header-main .nav-link.active {
    font-weight: 400;
  }
}

.header-main__actions {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.header-main__lang {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.375rem;
  border: 0;
  background: none;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.4;
  cursor: pointer;
}
.header-main__lang .bi-globe {
  font-size: 0.875rem;
}
.header-main__lang .bi-chevron-down {
  font-size: 0.75rem;
}
.header-main__lang:hover,
.header-main__lang.show {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
}
.header-main__lang-chevron {
  transition: transform 0.2s ease;
}
.header-main__lang.show .header-main__lang-chevron {
  transform: rotate(180deg);
}
/* Bootstrap 5.2 beta + navbar static popper: dropdown-center CSS is missing */
.header-main__lang-dropdown.dropdown-center .header-main__lang-menu[data-bs-popper],
.header-main__search-dropdown.dropdown-center .header-main__search-menu[data-bs-popper] {
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}
header .dropdown-menu {
  border-radius: 22px !important;
  padding: 4px !important;
}
.header-main__lang-menu {
  --bs-dropdown-min-width: 7.5rem;
  --bs-dropdown-padding-x: 0.25rem;
  --bs-dropdown-padding-y: 0.25rem;
  --bs-dropdown-border-width: 0;
  --bs-dropdown-border-radius: 1.375rem;
  --bs-dropdown-link-color: var(--jago-black);
  --bs-dropdown-link-hover-color: var(--jago-black);
  --bs-dropdown-link-active-color: var(--jago-black);
  --bs-dropdown-link-active-bg: var(--jago-gold-12);
  --bs-dropdown-link-hover-bg: var(--jago-gold-12);
  --bs-dropdown-spacer: 0.5rem;
  margin-top: 0.5rem;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.05);
}
.header-main__lang-menu .dropdown-item {
  border-radius: 9999px;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
}
.header-main__lang-menu .dropdown-item:not(.active) {
  opacity: 0.75;
}
.header-main__lang-menu .dropdown-item:hover,
.header-main__lang-menu .dropdown-item:focus {
  opacity: 1;
}
.header-main__search-dropdown .header-main__search-menu {
  --bs-dropdown-min-width: auto;
  --bs-dropdown-padding-x: 0.25rem;
  --bs-dropdown-padding-y: 0.25rem;
  --bs-dropdown-border-width: 0;
  --bs-dropdown-border-radius: 1.375rem;
  --bs-dropdown-spacer: 0.5rem;
  margin-top: 0.5rem;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.05);
}
.header-main__search-panel {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.header-main__search-field {
  position: relative;
  display: block;
  width: 17.5rem;
  max-width: min(17.5rem, calc(100vw - 6rem));
}
.header-main__search-input {
  display: block;
  width: 100%;
  min-height: 2.5rem;
  padding: 0.625rem 2.75rem 0.625rem 1rem;
  border: 1px solid var(--jago-border-light);
  border-radius: 999px;
  background: var(--jago-menu-bg);
  color: var(--jago-header-bg);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25;
}
.header-main__search-input::placeholder {
  color: var(--jago-muted);
  opacity: 1;
}
.header-main__search-input:focus {
  outline: none;
  border-color: rgba(59, 40, 36, 0.35);
  box-shadow: 0 0 0 3px var(--jago-gold-12);
}
.header-main__search-input::-webkit-search-cancel-button,
.header-main__search-input::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}
.header-main__search-field-icon,
.header-main__search-field-action {
  position: absolute;
  top: 50%;
  right: 0.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  color: var(--jago-header-bg);
  transform: translateY(-50%);
}
.header-main__search-field-icon {
  opacity: 0.75;
  pointer-events: none;
}
.header-main__search-field-action {
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: none;
  font-size: 1rem;
  line-height: 1;
  opacity: 0.75;
  cursor: pointer;
  transition: opacity 0.15s ease;
}
.header-main__search-field-action:hover {
  opacity: 1;
}
.header-main__search-field-icon[hidden],
.header-main__search-field-action[hidden] {
  display: none !important;
}
.header-main__search-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--jago-header-bg);
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.15s ease;
}
.header-main__search-close:hover {
  filter: brightness(1.08);
}
.header-main__search-dropdown .header-main__icon.show {
  background: rgba(255, 255, 255, 0.08);
}
.header-main__sep {
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.25);
  flex-shrink: 0;
}
.header-main__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.375rem;
  border: 0;
  border-radius: 30px;
  background: none;
  color: #fff;
  font-size: 1.375rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.15s ease;
}
.header-main__icon:hover {
  background: rgba(255, 255, 255, 0.08);
}
.header-main__icon .bi-headset, 
.header-main__icon .bi-search {
  font-size: 1.25rem;
}
.header-download {
  background: #ffa900;
  color: #3b2824 !important;
  border-radius: 999px;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1;
  padding: 0.625rem 1.25rem;
  white-space: nowrap;
  text-decoration: none;
  transition:
    background 0.15s ease,
    transform 0.15s ease;
}
.header-download:hover {
  background: #f09d00;
  color: #3b2824 !important;
  transform: translateY(-1px);
}

/* ---- Toggler (mobile) ---- */
.header-main__toggler {
  border: 0;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  padding: 0.25rem 0.4rem;
  margin-left: auto;
  background: none;
}
.header-main__toggler:focus {
  box-shadow: none;
}

.header-main__desktop {
  justify-content: space-between;
}
.header-main__inner {
  position: relative;
}
@media (max-width: 1199.98px) {
  .header-main__inner {
    gap: 0.75rem;
  }
}

/* ---- Jago mega menu (desktop only) ---- */
.header-mega {
  position: static;
}
.header-mega__overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: var(--site-header-height, 0px);
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.35s ease,
    visibility 0.35s ease;
}
.header-mega__panel--desktop {
  position: fixed;
  left: 0;
  right: 0;
  top: var(--site-header-height, 0px);
  z-index: 999;
  background: var(--jago-gray);
  color: var(--jago-dark);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-0.5rem);
  transition:
    opacity 0.35s ease,
    visibility 0.35s ease,
    transform 0.35s ease;
}
.header-mega__body {
  padding-top: 2.5rem;
  padding-bottom: 1.5rem;
}
.header-mega__lead {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
  color: var(--jago-header-bg) !important;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  padding: 0 1rem;
  transition: color 0.2s ease;
}
.header-mega__arrow {
  transition: transform 0.2s ease;
}
.header-mega__lead:hover .header-mega__arrow {
  transform: translateX(0.25rem);
}
.header-mega__columns {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
}
.header-mega__columns--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.header-mega__columns--6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.header-mega__col {
  min-width: 0;
  padding-left: 1rem;
}
.header-mega__col:first-child {
  padding-left: 0;
  border-left: 0;
}
.header-mega__stack {
  gap: 1rem;
}
.header-mega__heading {
  min-height: 2.25rem;
  padding: 0.5rem 1rem;
  color: var(--jago-header-bg);
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25;
}
.header-mega__links a {
  display: block;
  min-height: 2.25rem;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  color: var(--jago-header-bg) !important;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25;
  text-decoration: none;
  opacity: 0.75;
  transition:
    opacity 0.2s ease,
    background 0.2s ease;
}
.header-mega__links a:hover {
  opacity: 1;
  color: var(--jago-header-bg) !important;
  background: rgba(255, 169, 0, 0.12);
}
.header-mega__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.25rem;
  line-height: 1;
  color: var(--jago-header-bg);
}
.header-mega__promo-bar {
  background: #fff;
  border-top: 1px solid var(--jago-border-light);
}
.header-mega__promo-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 3.25rem;
}
.header-mega__promo-tabs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
}
.header-mega__promo-lead {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  color: var(--jago-header-bg) !important;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  margin-right: 1rem;
}
.header-mega__promo-tab {
  display: inline-flex;
  align-items: center;
  min-height: 3.25rem;
  padding: 1rem;
  color: var(--jago-header-bg) !important;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease;
}
.header-mega__promo-tab.is-active {
  font-weight: 600;
}
.header-mega__promo-tab:hover {
  opacity: 1;
  color: var(--jago-header-bg) !important;
  background: rgba(255, 169, 0, 0.12)
}
.header-mega__promo-all {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
  min-height: 3.25rem;
  padding: 1rem;
  color: var(--jago-header-bg) !important;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.125;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease;
}
.header-mega__promo-all:hover {
  color: var(--jago-header-bg) !important;
}
.header-mega__promo-all:hover .header-mega__arrow {
  transform: translateX(0.25rem);
}
.header-mega > .nav-link {
  position: relative;
}
.header-mega > .nav-link::after {
  content: "";
  position: absolute;
  left: -0.5rem;
  right: -0.5rem;
  top: 100%;
  height: 0.75rem;
}
.site-header.is-mega-open .header-mega__overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.header-mega.is-open .header-mega__panel--desktop {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.site-header.is-mega-switching .header-mega__overlay,
.site-header.is-mega-switching .header-mega__panel--desktop {
  transition: none;
}
.header-mega.is-open .header-mega__panel--desktop::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 1rem;
}
@media (max-width: 1199.98px) {
  .header-mega__panel--desktop,
  .header-mega__overlay {
    display: none !important;
  }
  .header-mega > .nav-link::after,
  .header-mega.is-open .header-mega__panel--desktop::before {
    content: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .header-mega__panel--desktop {
    transition: none;
  }
}

/* =============================================================
   MOBILE MENU (Jago) — full-screen accordion from Figma
   ============================================================= */
.header-mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: flex;
  flex-direction: column;
  height: 100dvh;
  max-height: 100dvh;
  overflow: hidden;
  background: var(--jago-menu-bg);
  color: var(--jago-dark);
}
.header-mobile-menu[hidden] {
  display: none !important;
}
html.is-mobile-menu-open,
body.is-mobile-menu-open {
  overflow: hidden;
}
.header-mobile-menu__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-shrink: 0;
  padding: 3.1875rem 1rem 1rem;
}
[data-page="jago-syariah"] .header-mobile-menu__top {
  background: var(--jago-syariah-amethyst);
}
[data-page="jago-syariah"] .header-mobile-menu__lang, 
[data-page="jago-syariah"] .header-mobile-menu__close,
[data-page="jago-bisnis"] .header-mobile-menu__lang,
[data-page="jago-bisnis"] .header-mobile-menu__close {
  color: white;
}
[data-page="jago-bisnis"] .header-mobile-menu__top {
  background: var(--jago-bisnis-corporate-green);
}
.header-mobile-menu__brand {
  display: inline-flex;
  flex-shrink: 0;
  line-height: 0;
  text-decoration: none;
}
.header-mobile-menu__brand--syariah,
.header-mobile-menu__brand--bisnis {
  display: none;
}
[data-page="jago-syariah"] .header-mobile-menu__brand--jago {
  display: none;
}
[data-page="jago-syariah"] .header-mobile-menu__brand--syariah {
  display: inline-flex;
}
[data-page="jago-bisnis"] .header-mobile-menu__brand--jago,
[data-page="jago-bisnis"] .header-mobile-menu__brand--syariah {
  display: none;
}
[data-page="jago-bisnis"] .header-mobile-menu__brand--bisnis {
  display: inline-flex;
}
.header-mobile-menu__top-actions {
  display: inline-flex;
  align-items: center;
  gap: 1.25rem;
  flex-shrink: 0;
}
.header-mobile-menu__lang {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0;
  border: 0;
  background: none;
  color: var(--jago-header-bg);
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.4;
}
.header-mobile-menu__lang .bi-globe {
  font-size: 1.125rem;
}
.header-mobile-menu__lang .bi-chevron-down {
  font-size: 0.75rem;
}
.header-mobile-menu__sep {
  width: 1px;
  height: 0.875rem;
  background: var(--jago-border-light);
  flex-shrink: 0;
}
.header-mobile-menu__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  border: 0;
  background: none;
  color: var(--jago-header-bg);
  font-size: 1.25rem;
  line-height: 1;
}
.header-mobile-menu__tabs {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-shrink: 0;
  margin-top: 1rem;
  padding: 0 1rem;
  overflow-x: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.header-mobile-menu__tabs::-webkit-scrollbar {
  display: none;
}
.header-mobile-menu__tab {
  flex-shrink: 0;
  padding: 0.25rem 0.75rem;
  border: 0;
  border-radius: 999px;
  background: none;
  color: var(--jago-header-bg);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4375;
  white-space: nowrap;
}
.header-mobile-menu__tab.is-active {
  background: #fff;
}
.header-mobile-menu__scroll {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  padding: 2.25rem 1rem 1.5rem;
}
.header-mobile-menu__panel[hidden] {
  display: none !important;
}
.header-mobile-menu__lead {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
  color: var(--jago-header-bg) !important;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
}
.header-mobile-menu__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.5rem;
  line-height: 1;
}
.header-mobile-menu__accordion {
  gap: 1rem;
}
.header-mobile-menu__section {
  display: flex;
  flex-direction: column;
}
.header-mobile-menu__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  min-height: 2.5625rem;
  padding: 0.5rem 0;
  border: 0;
  background: none;
  color: var(--jago-header-bg) !important;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.25;
  text-align: left;
  text-decoration: none;
}
.header-mobile-menu__chevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1.5rem;
  line-height: 1;
  color: var(--jago-header-bg);
}
.header-mobile-menu__chevron .bi {
  display: inline-block;
  transition: transform 0.2s ease;
}
.header-mobile-menu__trigger[aria-expanded="true"]
  .header-mobile-menu__chevron
  .bi {
  transform: rotate(180deg);
}
.header-mobile-menu__links {
  gap: 0;
}
.header-mobile-menu__links a {
  display: block;
  padding: 0.5rem 0;
  color: var(--jago-header-bg) !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}
.header-mobile-menu__footer {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
  padding: 1.5rem 1rem;
  border-top: 1px solid var(--jago-border-light);
  background: var(--jago-menu-bg);
}
.header-mobile-menu__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.125rem;
  height: 2.125rem;
  padding: 0;
  border: 1px solid var(--jago-border-light);
  border-radius: 50%;
  background: #fff;
  color: var(--jago-header-bg);
  font-size: 1.125rem;
  line-height: 1;
}
.header-mobile-menu__download {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 2.5rem;
  white-space: nowrap;
  text-align: center;
  justify-content: center;
}

/* ---- Footer placeholder ---- */
.site-footer {
  background: var(--jago-dark);
  color: #fff;
  padding: 3rem 0;
}
.site-footer a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
.site-footer a:hover {
  color: #fff;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .header-mobile-menu__top {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .header-mobile-menu__tabs {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .header-mobile-menu__scroll {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .header-mobile-menu__footer {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

/* ============================================================
   FOOTER (Jago) — dark brand band + disclaimer
   Anchors: src/partials/footer.html
   Note: default-v2.css forces `a { color:#1E1E1E !important }`,
   so every footer link sets its color with !important to win.
   ============================================================ */
body[data-jfooter-push] .jfooter {
  position: relative;
  z-index: 1001;
}

body[data-jfooter-push] .site-header {
  z-index: 1002;
}

/* ---- Dark band wrapper ---- */
.jfooter__main {
  position: relative;
  overflow: hidden; /* clips the oversized watermark */
  background: var(--jago-dark-brown);
  color: #fff;
  padding-top: clamp(2.5rem, 5vw, 3rem);
}

[data-page="jago-bisnis"] .jfooter__main,
[data-page="jago-bisnis"] .jfooter__disclaimer {
  background: var(--jago-bisnis-corporate-green);
}

[data-page="jago-syariah"] .jfooter__main,
[data-page="jago-syariah"] .jfooter__disclaimer {
  background: var(--jago-syariah-amethyst);
}

/* ---- Top grid: brand + 4 link columns ---- */
.jfooter__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(16rem, 18.375rem) 1fr;
  gap: 5rem;
  align-items: start;
}
.jfooter__brand {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.jfooter__links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem 2rem;
}
.jfooter__links--syariah,
.jfooter__links--bisnis,
.jfooter__links--company {
  display: none;
}
[data-page="jago-syariah"] .jfooter__links--jago {
  display: none;
}
[data-page="jago-syariah"] .jfooter__links--syariah {
  display: grid;
}
[data-page="jago-bisnis"] .jfooter__links--jago {
  display: none;
}
[data-page="jago-bisnis"] .jfooter__links--bisnis {
  display: grid;
}
[data-page="info-perusahaan"] .jfooter__links--jago {
  display: none;
}
[data-page="info-perusahaan"] .jfooter__links--company {
  display: grid;
}

/* ---- Brand column ---- */
.jfooter__headline {
  font-family: var(--jago-font-display);
  font-weight: 700;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  line-height: 1.25;
  margin: 0;
  color: #f8f1e8;
}
.jfooter__headline span {
  display: block;
}

.jfooter__social {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.jfooter__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0.5rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff !important; /* beat global a{} !important */
  font-size: 1rem;
  line-height: 1;
  transition: background 0.2s ease;
}
.jfooter__social a:hover {
  background: rgba(255, 255, 255, 0.2);
}
.jfooter__x {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
}

.jfooter__stores {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}
.jfooter__stores img {
  height: 40px;
  width: auto;
}

/* ---- Link columns ---- */
.jfooter__col {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.jfooter__title {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.5;
}
.jfooter__col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.jfooter__col a {
  color: #fff !important;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  transition: opacity 0.2s ease;
}
.jfooter__col a:hover {
  opacity: 0.75;
}

/* ---- Oversized brand watermark (bottom-clipped by .jfooter__main) ---- */
.jfooter__wordmark {
  position: relative;
  z-index: 0;
  margin-top: clamp(1.5rem, 3vw, 3rem);
  
}
.jfooter__wordmark img,
.jfooter__wordmark-img {
  display: block;
  width: 100%;
  height: auto;
}
.jfooter__wordmark-img--bisnis,
.jfooter__wordmark-img--syariah {
  display: none;
}
[data-page="jago-bisnis"] .jfooter__wordmark {
  aspect-ratio: 1200 / 276;
}
[data-page="jago-syariah"] .jfooter__wordmark {
  aspect-ratio: 1200 / 241;
}
[data-page="jago"] .jfooter__wordmark-img--bisnis,
[data-page="jago"] .jfooter__wordmark-img--syariah,
[data-page="jago-bisnis"] .jfooter__wordmark-img--default,
[data-page="jago-syariah"] .jfooter__wordmark-img--default,
[data-page="jago-bisnis"] .jfooter__wordmark-img--syariah,
[data-page="jago-syariah"] .jfooter__wordmark-img--bisnis,
[data-page="info-perusahaan"] .jfooter__wordmark-img--bisnis,
[data-page="info-perusahaan"] .jfooter__wordmark-img--syariah {
  display: none;
}
[data-page="jago-bisnis"] .jfooter__wordmark-img--bisnis {
  display: block;
}
[data-page="jago-syariah"] .jfooter__wordmark-img--syariah {
  display: block;
}

[data-page="jago-bisnis"] .jfooter__legal,
[data-page="jago-syariah"] .jfooter__legal {
  margin-top: 0;
}

/* ---- Legal links row (sits above the watermark) ---- */
.jfooter__legal {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: -2.25rem;
  padding-top: 1rem;
  padding-bottom: 1.75rem;
}
.jfooter__legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.jfooter__legal-links a {
  color: #fff !important;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
  transition: opacity 0.2s ease;
}
.jfooter__legal-links a:hover {
  opacity: 0.75;
}
.jfooter__copy {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
}

.jfooter__divider {
  height: 1px;
  background: #52403C;
}
[data-page="jago-syariah"] .jfooter__divider {
  background: #9C57DB;
}
[data-page="jago-bisnis"] .jfooter__divider {
  background: #545E5D;
}

/* ---- Disclaimer band (same dark brown as main footer) ---- */
.jfooter__disclaimer {
  background: var(--jago-dark-brown);
  color: #fff;
  padding: 2rem 0;
}
.jfooter__disclaimer-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2rem 3rem;
}
.jfooter__report {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-width: 20.625rem;
}
.jfooter__report-head {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  color: #f8f1e8;
}
.jfooter__report-head i {
  font-size: 1.5rem;
  color: #f8f1e8;
}
.jfooter__report p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.25;
  color: #e5e5e5;
}
.jfooter__report-link {
  display: inline-flex;
  align-items: center;
  gap: 0.3125rem;
  align-self: flex-start;
  padding-bottom: 2px;
  border-bottom: 1px solid #fff;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25;
  color: #fff !important;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.jfooter__report-link:hover {
  opacity: 0.75;
}
.jfooter__ojk {
  max-width: 38.5625rem;
}
.jfooter__ojk p {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #fcf1e7;
}
.jfooter__ojk a {
  color: #fcf1e7 !important;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.jfooter__ojk a:hover {
  opacity: 0.75;
}

/* ---- Responsive — mobile/tablet through 1199px (matches header xl) ---- */
@media (max-width: 1199.98px) {
  .jfooter__grid {
    grid-template-columns: 1fr;
  }
  .jfooter__links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .jfooter__wordmark {
    aspect-ratio: 2400 / 600;
  }
  .jfooter__disclaimer-grid {
    flex-direction: column;
    align-items: flex-start;
  }
  .jfooter__ojk {
    max-width: none;
  }
  .jfooter__brand {
    flex-direction: row;
    justify-content: space-between;
  }
  .jfooter__legal {
    margin-top: 0;
  }
}

@media (max-width: 575.98px) {
  .jfooter__links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.5rem;
  }
  .jfooter__wordmark {
    aspect-ratio: 2400 / 520;
    margin-top: 2.5rem;
  }
  .jfooter__legal {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  .jfooter__legal-links {
    flex-direction: column;
    gap: 1rem;
  }
  .jfooter__ojk p{
    font-weight: 400;
  }
  .jfooter__brand {
    flex-direction: column;
  }
}


/* =============================================================================
   PAGE: JAGO — hero, overview, promo, ecosystem, security
   ============================================================================= */
/* =============================================================
   HERO (Jago) — full-bleed image slider, click-dot only (no swipe)
   ============================================================= */
.hero-jago {
  position: sticky !important;
  top: 0;
  height: 100svh;
  overflow: hidden;
  background: var(--jago-header-bg);
  z-index: -1;
}
[data-page="jago"] .main-content > section,
[data-page="jago-syariah"] .main-content > section {
  position: relative;
  z-index: 1;
}
[data-page="jago"] .hero-jago:not(.hero-jago--syariah),
[data-page="jago-syariah"] .hero-jago--syariah {
  z-index: 0;
}
/* Animate spacing changes (e.g. closing the announcement) ONLY after the first
   JS measurement. body.spacing-ready is added post-paint; without this gate the
   initial unset -> measured jump animates and the hero appears to slide down on
   refresh. */
body.spacing-ready .main-content {
  transition: padding-top 0.2s ease;
}
/* Revamp pages: kill legacy holding/non-holding header offset from default-v2.
   Spacing is handled by fixed .site-header + JS --site-header-height / hero pad. */
[data-page="jago"] main.holding,
[data-page="jago"] main.non-holding,
[data-page="jago-syariah"] main.holding,
[data-page="jago-syariah"] main.non-holding,
[data-page="jago-bisnis"] main.holding,
[data-page="jago-bisnis"] main.non-holding,
[data-page="info-perusahaan"] main.holding,
[data-page="info-perusahaan"] main.non-holding {
  margin-top: 0 !important;
}
/* Desktop: hero sits below the fixed header (announcement + main nav).
   --hero-top-offset is set by JS and shrinks when the announcement is closed. */
body.spacing-ready .hero-jago {
  transition: margin-top 0.2s ease;
}
.hero-jago__slider {
  position: absolute;
  inset: 0;
  background-position: top;
  background-size: cover;
}
.hero-jago__slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  transform: translateX(100%);
  transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  z-index: 0;
}
/* The image lives on its own layer so --hero-bg-shift can push it down without
   moving the copy or the dots. */
.hero-jago__slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--hero-bg);
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  transform: translateY(var(--hero-bg-shift, 0px));
  z-index: -1;
}
[data-page="jago"] .hero-jago__slide {
  --hero-bg-shift: 35px;
}
.hero-jago__slide.is-active {
  transform: translateX(0);
  pointer-events: auto;
  z-index: 1;
}
.hero-jago__slide.is-prev {
  transform: translateX(-100%);
}
.hero-jago__slide.is-next {
  transform: translateX(100%);
}
.hero-jago__slide.is-no-transition {
  transition: none !important;
}
.hero-jago__slide .container {
  height: 100%;
}
.hero-jago__content {
  max-width: 618px;
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1.5rem;
}
.hero-jago__eyebrow {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  color: white;
}
.hero-jago__title {
  font-family: var(--jago-font-display);
  font-weight: 700;
  font-size: 5rem;
  line-height: 1;
  color: #fff;
  margin: 0;
}
.hero-jago__title.text-everyday-white, .hero-jago__subtitle.text-everyday-white, .hero-jago__eyebrow.text-everyday-white {
  color: var(--jago-everyday-white);
}
.hero-jago__title.text-yellow, .hero-jago__subtitle.text-yellow, .hero-jago__eyebrow.text-yellow {
  color: var(--orange);
}
.hero-jago__title.text-dark-brown, .hero-jago__subtitle.text-dark-brown, .hero-jago__eyebrow.text-dark-brown {
  color: var(--jago-dark-brown);
}
.text-everyday-white.btn-jago-solid--white:before {
  background-color: var(--jago-everyday-white);
}
.text-everyday-white.btn-jago-solid--white:after {
  background-color: var(--jago-gold);
}
.text-yellow.btn-jago-solid--white:before {
  background-color: var(--orange);
}
.text-yellow.btn-jago-solid--white:after {
  background-color: var(--jago-everyday-white);
}
.text-dark-brown.btn-jago-solid--white {
  color: var(--jago-everyday-white) !important;
}
.text-dark-brown.btn-jago-solid--white:before {
  background-color: var(--jago-dark-brown);
}
.text-dark-brown.btn-jago-solid--white:after {
  background-color: var(--jago-everyday-white);
}
.text-dark-brown.btn-jago-solid--white .btn-jago-solid__label__text:nth-of-type(2) {
  color: var(--jago-dark-brown);
}
[data-page="jago-bisnis"] .hero-jago__title {
  font-size: 3.5rem;
  line-height: 1.25;
}
.hero-jago__subtitle {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
  margin: 0;
  color: white;
  max-width: 473px;
  text-wrap-style: balance;
}
[data-page="jago-syariah"] .hero-jago__subtitle,
[data-page="jago-bisnis"] .hero-jago__subtitle {
  font-size: 1rem;
  line-height: 1.5;
}
.hero-jago__cta {
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.hero-jago__stores {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-top: calc(20vh - 24px);
}
.hero-jago__store-link {
  display: inline-flex;
  line-height: 0;
}
.hero-jago__store-link img {
  display: block;
  height: 40px;
  width: auto;
}

/* ---- Dot pagination (bottom-right, click only) ---- */
.hero-jago__dots-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2rem;
  z-index: 2;
}
.hero-jago__dots {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
}
.hero-jago__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.45);
  cursor: pointer;
  transition:
    width 0.25s ease,
    background 0.25s ease;
}
.hero-jago__dot:hover {
  background: rgba(255, 255, 255, 0.7);
}
.hero-jago__dot.is-active {
  width: 28px;
  background: #fff;
}
.hero-jago__downloads {
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
  margin-top: auto;
}
.hero-jago__downloads a {
  transition: transform 0.25s ease;
}
.hero-jago__downloads a:hover {
  transform: translateY(-2px);
}

@media (max-width: 1199.98px) and (orientation: portrait) {
  .hero-jago__slide {
    padding-top: var(--site-header-height);
  }
  .hero-jago__slide::before {
    background-image: var(--hero-bg-tablet, var(--hero-bg));
    background-position: center top;
  }
  .hero-jago__content {
    max-width: 608px;
    align-items: center;
    padding-bottom: 3rem;
    padding-top: 3rem;
    margin: 0 auto;
    justify-content: flex-start;
    gap: 1rem;
  }
  .hero-jago__content--with-cta {
    padding-bottom: 2.5rem;
  }
  .hero-jago__downloads { 
    margin-top: 0;
  }
  .hero-jago__store-link img {
    height: 32px;
  }
  .hero-jago__dots-wrap {
    bottom: 3rem;
  }
  .hero-jago__eyebrow {
    font-size: 1rem;
    text-align: center;
  }
  .hero-jago__subtitle {
    font-size: 1rem;
    text-align: center;
    max-width: 100%;
    text-wrap-style: balance;
  }
  .hero-jago__title {
    font-size: 4rem;
    text-align: center;
  }
  .hero-jago__dots {
    justify-content: center;
  }
}

@media (max-width: 991.98px) {
  .hero-jago__content {
    padding-top: 3.5rem;
  }
}

@media (max-width: 767.98px) {
  .hero-jago__slide {
    align-items: flex-start;
    padding-bottom: 3rem;
    padding-top: var(--site-header-height);
  }
  .hero-jago__slide::before {
    background-image: var(--hero-bg-mobile, var(--hero-bg));
    background-position: center center;
  }
  .hero-jago__content {
    max-width: 100%;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 1rem;
    padding-top: 4rem;
    gap: 0.5rem;
  }
  .hero-jago__content--with-cta {
    padding-bottom: 1rem;
  }
  /* Not gated on portrait: a landscape phone below 768px would otherwise mix
     the small title with the full-size eyebrow/subtitle. */
  .hero-jago__eyebrow,
  .hero-jago__subtitle {
    font-size: 1rem;
    text-align: center;
  }
  .hero-jago__title {
    font-size: 2.5rem;
    text-align: center;
  }
  .hero-jago__dots {
    justify-content: center;
  }
  .hero-jago__dots-wrap {
    bottom: 2rem;
  }
}

@media (max-width: 380px) {
  .hero-jago__slide::before {
    background-position: center top;
  }
  .hero-jago__content {
    padding-top: 0.5rem;
  }
}

/* Landscape phones: the slide is only ~400px tall, so the desktop type scale
   overflows the copy past the dots. */
@media (max-height: 560px) and (orientation: landscape) {
  [data-page="jago"] .hero-jago__slide {
    padding-top: var(--site-header-height);
    padding-bottom: 2.5rem;
  }
  [data-page="jago"] .hero-jago__content {
    justify-content: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
    gap: 0.5rem;
  }
  [data-page="jago"] .hero-jago__eyebrow,
  [data-page="jago"] .hero-jago__subtitle {
    font-size: 0.9375rem;
  }
  [data-page="jago"] .hero-jago__title {
    font-size: 2.25rem;
  }
  [data-page="jago"] .hero-jago__dots-wrap {
    bottom: 1rem;
  }
}

/* ============================================================
   APP OVERVIEW — alternating feature rows
   ============================================================ */
.jago-overview {
  background: var(--jago-everyday-white);
}
[data-page="jago"] .jago-overview,
[data-page="jago-syariah"] .jago-overview {
  --overview-panel-radius: 0px;
  position: relative;
  z-index: 1;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-top-left-radius: var(--overview-panel-radius);
  border-top-right-radius: var(--overview-panel-radius);
}
.jago-overview__row {
  background: var(--jago-everyday-white);
  padding: clamp(3rem, 8vw, 7.5rem) 0;
}
.jago-overview__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
}
.jago-overview__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  max-width: 25.5rem;
  width: 100%;
}
.jago-overview__copy-body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
.jago-overview__eyebrow {
  color: var(--jago-gold-deep);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 0;
  font-variation-settings: 'MONO' 20;
}
.jago-overview__title {
  margin: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--jago-dark-brown);
  margin-bottom: 0.5rem;
  font-variation-settings: 'MONO' 20;
}
.jago-overview__lead {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: var(--jago-dark-brown);
}

.jago-overview__phone {
  display: flex;
  justify-content: center;
}
.jago-overview__phone img {
  display: block;
  width: auto;
  height: auto;
  max-height: min(468px, 70vh);
  max-width: min(218px, 55vw);
  object-fit: contain;
}



/* ═══════════ Novu-style overview layout (jago.html) ═══════════ */

/* -- Desktop layout: 3-column grid -- */
.jago-overview__desktop {
  display: block;
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 2.5rem;
}
.jago-overview__grid-novu {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: stretch;
  gap: 3rem 6rem;
}

/* Left & right columns */
.jago-overview__col {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
}

/* Each cell takes a full viewport for more scroll room */
.jago-overview__cell {
  display: flex;
  height: 100svh;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.jago-overview__col--left .jago-overview__cell {
  justify-content: center;
}
.jago-overview__col--right .jago-overview__cell {
  justify-content: center;
}
.jago-overview__col--left .jago-overview__copy,
.jago-overview__col--right .jago-overview__copy {
  max-width: 24rem;
  text-align: left;
}

/* Center column: sticky phone */
.jago-overview__col--center {
  position: relative;
}
.jago-overview__phone-sticky {
  position: sticky;
  top: 0;
  display: flex;
  height: 100svh;
  align-items: center;
  justify-content: center;
  padding: 10svh 0;
}
.jago-overview__phone-sticky .jago-overview__phone-stage {
  position: relative;
  width: min(218px, 55vw);
  height: min(468px, 70vh);
}
.jago-overview__phone-sticky .jago-overview__phone-panel {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.jago-overview__phone-sticky .jago-overview__phone-panel.is-active {
  opacity: 1;
  visibility: visible;
}

/* Reveal animation class for text cells */
.jago-overview__cell .jago-overview__copy {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.jago-overview__cell.is-revealed .jago-overview__copy {
  opacity: 1;
  transform: translateY(0);
}

/* -- Mobile/tablet layout (<1200px): sticky phone + crossfading text -- */
.jago-overview__mobile {
  position: relative;
  height: 400svh; /* 100svh per feature step */
  display: none;
}
.jago-overview__mobile-sticky {
  position: sticky;
  top: 0;
  display: flex;
  height: 100svh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 4svh;
}

/* Mobile phone stage */
.jago-overview__phone-stage-mobile {
  position: relative;
  transform-origin: center;
  transform: scale(0.82);
  width: min(218px, 55vw);
  height: min(400px, 60vh);
  flex-shrink: 0;
}
.jago-overview__phone-stage-mobile .jago-overview__phone-panel {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.jago-overview__phone-stage-mobile .jago-overview__phone-panel.is-active {
  opacity: 1;
  visibility: visible;
}

/* Mobile crossfading text stack */
.jago-overview__mobile-text-stack {
  display: grid;
  width: 100%;
  max-width: 24rem;
}
.jago-overview__mobile-card {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
  will-change: opacity, transform;
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity 0.2s cubic-bezier(0.4, 0, 1, 1),
    transform 0.2s cubic-bezier(0.4, 0, 1, 1);
}
.jago-overview__mobile-card.is-active {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0.1s,
    transform 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.1s;
}
.jago-overview__mobile-card .jago-overview__copy {
  align-items: center;
  text-align: center;
  max-width: none;
}
.jago-overview__mobile-card .jago-overview__copy-body {
  align-items: center;
  text-align: center;
}

@media (max-width: 1199.98px) and (orientation: portrait) {
  .jago-overview__desktop {
    display: none;
  }
  .jago-overview__mobile {
    display: block;
  }
  .jago-overview__phone-stage-mobile {
    width: 30vw;
    aspect-ratio: 23 / 47;
    height: auto;
    transform: none;
  }
  .jago-overview__phone {
    width: 100%;
    height: 100%;
  }
  .jago-overview__phone img {
    max-height: none;
    max-width: none;
    width: 100%;
    height: 100%;
  }
  .jago-overview__mobile-text-stack {
    max-width: 80%;
  }
  .jago-overview__title {
    font-size: 2.5rem;
  }
  .jago-overview__mobile-sticky {
    padding-top: var(--site-header-height);
    gap: 3rem;
  }
  .jago-overview__copy-body {
    gap: 0.5rem;
  }
  .jago-overview__lead {
    text-wrap-style: balance;
  }
}

@media (max-width: 767.98px) {
  .jago-overview__phone-stage-mobile {
    width: 40vw;
    aspect-ratio: 23 / 47;
    height: auto;
    transform: none;
  }
  .jago-overview__phone {
    width: 100%;
    height: 100%;
  }
  .jago-overview__phone img {
    max-height: none;
    max-width: none;
    width: 100%;
    height: 100%;
  }
  .jago-overview__mobile-text-stack {
    max-width: 100%;
  }
  .jago-overview__copy-body {
    gap: 0.5rem;
  }
  .jago-overview__title {
    font-size: 1.25rem;
    margin-bottom: 0;
  }
  .jago-overview__lead {
    font-size: 0.875rem;
  }
  .jago-overview__mobile-sticky {
    gap: 1.5rem;
  }
}

@media (max-width: 380px) {
  .jago-overview__mobile-sticky {
    gap: 1rem;
    padding: 0 1rem 3rem;
    justify-content: flex-end;
  }

  .jago-overview__phone-stage-mobile {
    transform: scale(1);
    width: 120px;
    height: auto;
    aspect-ratio: 183 / 392;
  }

  .jago-overview__mobile-card .jago-overview__copy {
    gap: 1rem;
  }

  .jago-overview__title {
    font-size: 1.25rem;
  }
}


/* Syariah overview (legacy row layout) — Figma exports are full-frame with letterbox padding.
   Clip + scale per row to match Figma artboard sizes (Desktop 21–25).
   Scoped to .jago-overview__row so Novu sticky layout is unaffected. */
.jago-overview--syariah .jago-overview__row .jago-overview__phone {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.jago-overview--syariah .jago-overview__row .jago-overview__phone img {
  position: absolute;
  display: block;
  max-width: none;
  max-height: none;
  width: auto;
  height: auto;
  object-fit: cover;
}
.jago-overview--syariah .jago-overview__row:nth-child(1) .jago-overview__phone {
  width: 27.4375rem;
  height: 29.25rem;
}
.jago-overview--syariah .jago-overview__row:nth-child(1) .jago-overview__phone img {
  width: 100.09%;
  height: 125.15%;
  left: -0.05%;
  top: -12.57%;
}
.jago-overview--syariah .jago-overview__row:nth-child(2) .jago-overview__phone {
  width: 26.625rem;
  height: 29.25rem;
}
.jago-overview--syariah .jago-overview__row:nth-child(2) .jago-overview__phone img {
  width: 100%;
  height: 113.8%;
  left: 0;
  top: -9.33%;
}
.jago-overview--syariah .jago-overview__row:nth-child(3) .jago-overview__phone {
  width: 25.875rem;
  height: 29.25rem;
}
.jago-overview--syariah .jago-overview__row:nth-child(3) .jago-overview__phone img {
  width: 100%;
  height: 117.82%;
  left: 0;
  top: -9.11%;
}
.jago-overview--syariah .jago-overview__row:nth-child(4) .jago-overview__phone {
  width: 13.625rem;
  height: 29.25rem;
}
.jago-overview--syariah .jago-overview__row:nth-child(4) .jago-overview__phone img {
  width: 201.83%;
  height: 125.49%;
  left: -50%;
  top: -12.75%;
}
@media (max-width: 1199.98px) {
  .jago-overview--syariah .jago-overview__row:nth-child(1) .jago-overview__phone {
    width: min(100%, 24.125rem);
    height: 29.25rem;
  }
  .jago-overview--syariah .jago-overview__row:nth-child(1) .jago-overview__phone img {
    width: 100.09%;
    height: 125.15%;
    left: -0.05%;
    top: -12.57%;
  }
  .jago-overview--syariah .jago-overview__row:nth-child(2) .jago-overview__phone {
    width: min(100%, 21.3125rem);
    height: 25.75rem;
  }
  .jago-overview--syariah .jago-overview__row:nth-child(2) .jago-overview__phone img {
    width: 100%;
    height: 113.8%;
    left: 0;
    top: -9.33%;
  }
  .jago-overview--syariah .jago-overview__row:nth-child(3) .jago-overview__phone {
    width: min(100%, 24.125rem);
    height: 25.75rem;
  }
  .jago-overview--syariah .jago-overview__row:nth-child(3) .jago-overview__phone img {
    width: 100%;
    height: 117.82%;
    left: 0;
    top: -9.11%;
  }
  .jago-overview--syariah .jago-overview__row:nth-child(4) .jago-overview__phone {
    width: min(11.9375rem, 55vw);
    height: 25.8125rem;
  }
  .jago-overview--syariah .jago-overview__row:nth-child(4) .jago-overview__phone img {
    width: 201.83%;
    height: 125.49%;
    left: -50%;
    top: -12.75%;
  }
}

/* ============================================================
   PROMO CAROUSEL (Jago)
   ============================================================ */
.jago-promo {
  background: var(--jago-everyday-white);
  padding: 4rem 0;
  overflow: hidden;
}
.jago-promo__intro {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem 2.5rem;
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
}
.jago-promo__intro-left {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-width: 676px;
}
.jago-promo__eyebrow {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  color: var(--jago-dark-brown);
}
.jago-promo__title {
  margin: 0;
  font-size: clamp(2rem, 4.5vw, 2.5rem);
  font-weight: 700;
  line-height: 1.25;
  color: var(--jago-dark-brown);
}
.jago-promo__title-accent {
  color: inherit;
}
.jago-promo__intro-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  max-width: 23.875rem;
}
.jago-promo__desc {
  margin: 0;
  font-size: 1rem;
  line-height: 1.25;
  color: var(--jago-dark-brown);
}
.jago-promo__desc:not(.is-active) {
  /* !important: win over Bootstrap d-none / d-xl-block on duplicated desc slots */
  display: none !important;
}
.jago-promo__toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem 2rem;
  margin-bottom: 1.5rem;
}
.jago-promo__tabs {
  display: flex;
  gap: clamp(1.5rem, 4vw, 3rem);
  list-style: none;
  margin: 0;
  padding: 0;
}
.jago-promo__tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.0625rem;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}
.jago-promo__tab-label {
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  font-weight: 700;
  line-height: 1.25;
  color: var(--jago-dark-brown);
  transition: color 0.2s ease;
  opacity: 0.5;
}
.jago-promo__tab.is-active .jago-promo__tab-label {
  color: var(--jago-dark-brown);
  opacity: 1;
}
.jago-promo__tab-indicator {
  display: block;
  width: 4.75rem;
  height: 6px;
  border-radius: 20px;
  background: var(--jago-everyday-white);
  transition: background 0.2s ease;
}
.jago-promo__tab.is-active .jago-promo__tab-indicator {
  background: var(--jago-gold);
}
.jago-promo__arrows {
  display: flex;
  gap: 0.5rem;
}

.jago-promo__arrow.slick-disabled {
  opacity: 0.25;
  pointer-events: none;
  cursor: default;
}

.jago-promo__slider .slick-list {
  margin: 0 -0.71875rem;
  overflow: visible;
}
.jago-promo__slider .slick-track {
  display: flex !important;
  align-items: stretch;
}
.jago-promo__slider .slick-slide {
  height: auto;
  padding: 0 0.71875rem;
  display: flex;
}
.jago-promo__slide {
  display: flex;
  width: 100%;
  height: 100%;
}
.jago-promo__card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(59, 40, 37, 0.12);
  border-radius: var(--jago-radius);
  overflow: hidden;
  background: #fff;
  transition: transform 0.2s ease;
}
.jago-promo__card:hover {
  transform: translateY(-3px);
}
.jago-promo__card-img {
  aspect-ratio: 327 / 245;
  overflow: hidden;
  flex-shrink: 0;
}
.jago-promo__card-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jago-promo__card-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem;
  background: #fff;
}
.jago-promo__card-date {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.2;
  color: var(--jago-muted);
}
.jago-promo__card-title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  /* Reserve 2 lines so 1-line titles keep card-body height consistent */
  min-height: 2.4em;
  color: var(--jago-dark-brown);
}
@media (max-width: 1199.98px) {
  .jago-promo {
    padding: 2.5rem 0;
    overflow: hidden;
  }
  .jago-promo > .container {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
  }
  .jago-promo__intro {
    margin-bottom: 0;
  }
  .jago-promo__intro-left {
    gap: 0.75rem;
    max-width: 450px;
  }
  .jago-promo__intro-right {
    gap: 1rem;
  }
  .jago-promo__eyebrow {
    opacity: 0.5;
  }
  .jago-promo__title {
    font-size: 2rem;
  }
  .jago-promo__title-accent {
    color: var(--jago-gold);
  }
  .jago-promo__toolbar {
    margin-bottom: 0;
  }
  .jago-promo__tabs {
    gap: 2rem;
  }
  .jago-promo__tab {
    gap: 0.75rem;
  }
  .jago-promo__tab-label {
    font-size: 1.25rem;
  }
  .jago-promo__tab-indicator {
    background: #fcf5e2;
  }
  .jago-promo__arrows {
    display: none;
  }
  .jago-promo__slider {
    width: calc(100% + 2rem);
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .jago-promo__slider .slick-list {
    margin: 0;
    padding: 0 1rem !important;
    overflow: visible;
  }
  .jago-promo__slider .slick-slide {
    display: flex;
    height: auto;
    width: 327px;
    padding: 0;
    margin-right: 1.5rem;
  }
  .jago-promo__card {
    border: none;
  }
}

@media (max-width: 767.98px) {
  .jago-promo__intro {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 0;
  }
  .jago-promo__intro-left,
  .jago-promo__intro-right {
    max-width: none;
    width: 100%;
  }
}

/* ============================================================
   EKOSISTEM & PARTNER
   ============================================================ */
.jago-ecosystem {
  background: var(--jago-dark-brown);
  padding: 12px 0 64px;
}
.jago-ecosystem--syariah {
  background: var(--jago-syariah-amethyst);
}
.jago-ecosystem__visual {
  width: 961px;
  aspect-ratio: 961 / 588;
  margin: 0 auto 3rem;
  overflow: hidden;
}
.jago-ecosystem__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.jago-ecosystem__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  max-width: 49rem;
  margin: 0 auto;
  text-align: center;
}
.jago-ecosystem__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: 100%;
}
.jago-ecosystem__head-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: 100%;
}
.jago-ecosystem__eyebrow {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  color: var(--jago-everyday-white);
  font-variation-settings: 'MONO' 20;
}
.jago-ecosystem__title {
  margin: 0;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1;
  color: var(--jago-everyday-white);
  font-variation-settings: 'MONO' 20;
}
.jago-ecosystem__lead {
  margin: 0;
  max-width: 43rem;
  font-size: 1rem;
  line-height: 1.25;
  color: var(--jago-everyday-white);
}
.jago-ecosystem--syariah .jago-ecosystem__eyebrow,
.jago-ecosystem--syariah .jago-ecosystem__title,
.jago-ecosystem--syariah .jago-ecosystem__lead {
  color: white;
}

@media (max-width: 991.98px) {
  .jago-ecosystem {
    padding: 5rem 0;
  }
  .jago-ecosystem__visual {
    width: 100%;
    height: auto;
    aspect-ratio: unset;
    margin-bottom: 2.5rem;
  }
  .jago-ecosystem__visual img {
    height: auto;
    object-fit: cover;
    object-position: center;
    transform: translateX(-3%);
  }
  .jago-ecosystem .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .jago-ecosystem__content {
    gap: 1.5rem;
    max-width: 35rem;
  }
  .jago-ecosystem__head {
    gap: 1rem;
  }
  .jago-ecosystem__head-top {
    gap: 0.5rem;
  }
  .jago-ecosystem__title {
    font-size: 2.5rem;
    line-height: 1.25;
  }
  .jago-ecosystem__lead {
    max-width: none;
  }
}

@media (max-width: 767.98px) {
  .jago-ecosystem {
    padding: 1rem 0 2.5rem;
  }
  .jago-ecosystem__content {
    max-width: none;
  }
  .jago-ecosystem__title {
    font-size: 2rem;
  }
}

/* ============================================================
   SECURITY
   ============================================================ */
.jago-security {
  background: var(--jago-everyday-white);
  padding: 4rem 0;
  margin-top: -1px;
}
.jago-security__visual { 
  position: relative;
  width: 467px;
  margin: 0 auto;
}
.jago-security__visual img {
  width: 100%;
  height: auto;
}
.jago-security__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  max-width: 28rem;
}
.jago-security__head {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
.jago-security__head-top {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
.jago-security__eyebrow {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  color: var(--jago-dark-brown);
  font-variation-settings: 'MONO' 20;
}
.jago-security__title {
  margin: 0;
  font-size: clamp(2rem, 4.5vw, 3rem);
  font-weight: 700;
  line-height: 1.25;
  color: var(--jago-dark-brown);
  font-variation-settings: 'MONO' 20;
}
.jago-security__lead {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: var(--jago-dark-brown);
}
@media (max-width: 991.98px) {
  .jago-security {
    padding: 2.5rem 0;
  }
  .jago-security__row {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0;
  }
  .jago-security__row > .col-lg-6:last-child {
    order: -1;
  }
  .jago-security__visual {
    width: 300px;
  }
  .jago-security__content {
    max-width: 20rem;
    width: 100%;
    align-items: flex-start;
    gap: 1.5rem;
    text-align: left;
  }
  .jago-security__head {
    align-items: flex-start;
    gap: 1rem;
  }
  .jago-security__head-top {
    align-items: flex-start;
    gap: 0.5rem;
  }
  .jago-security__eyebrow,
  .jago-security__title,
  .jago-security__lead {
    text-align: left;
  }
  .jago-security__title {
    font-size: 2rem;
  }
  .jago-security__lead {
    font-weight: 500;
  }
}

@media (max-width: 767.98px) {
  .jago-security__row {
    flex-direction: column;
    gap: 2.5rem;
  }
  .jago-security__visual {
    width: 80%;
  }
  .jago-security__content {
    align-items: center;
    max-width: 22.375rem;
    text-align: center;
  }
  .jago-security__head {
    align-items: center;
  }
  .jago-security__head-top {
    align-items: center;
  }
  .jago-security__eyebrow,
  .jago-security__title,
  .jago-security__lead {
    text-align: center;
  }
}


/* =============================================================================
   PAGE: JAGO SYARIAH
   ============================================================================= */
/* ============================================================
   PRINSIP SYARIAH (Jago Syariah)
   ============================================================ */
.jago-prinsip {
  background: #5B3197;
}
.jago-prinsip--syariah {
  position: relative;
  background-image: url('/assets/img/jago-syariah/img-jago-syariah-bg.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.jago-prinsip--syariah .jago-prinsip__people {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.jago-prinsip--syariah .jago-prinsip__people svg {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.jago-prinsip--syariah .jago-prinsip__people img {
  width: 62.5vw;
  aspect-ratio: 83 / 74;
  object-fit: contain;
}
.jago-prinsip--syariah .container-lg {
  position: relative;
  z-index: 1;
}
.jago-prinsip__visual {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 640 / 760;
}
.jago-prinsip__visual img {
  position: absolute;
  top: 0;
  left: -2.68%;
  display: block;
  width: 102.66%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}
.jago-prinsip__eyebrow {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  color: var(--jago-header-bg);
}
.jago-prinsip__title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.25;
  color: var(--jago-header-bg);
}
.jago-prinsip__lead {
  max-width: 36rem;
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.25;
  color: var(--jago-header-bg);
}
.jago-prinsip--syariah .jago-prinsip__eyebrow {
  color: #fff;
}
.jago-prinsip--syariah .jago-prinsip__title {
  color: #fff;
}
.jago-prinsip--syariah .jago-prinsip__lead {
  color: #fff;
}
.jago-prinsip--syariah .jago-prinsip__row {
  min-height: 47.5rem;
}
.jago-prinsip--syariah .jago-prinsip__content {
  max-width: 28rem;
  padding: 2.5rem 0;
  gap: 1.25rem;
}
.overlay-gradient {
  display: none;
}
@media (max-width: 1199.98px) {
  .jago-prinsip--syariah {
    padding-top: 0;
    display: flex;
    flex-direction: column-reverse;
    background-image: url('/assets/img/jago-syariah/img-jago-syariah-bg-mobile.svg');
    margin-top: -1px;
  }
  .jago-prinsip__lead {
    max-width: 100%;
  }
  .jago-prinsip--syariah .jago-prinsip__row {
    min-height: unset;
    height: auto;
    align-items: flex-end;
  }
  .jago-prinsip--syariah .jago-prinsip__content {
    padding: 2.5rem 0;
    gap: 1rem;
  }
  .jago-prinsip--syariah .jago-prinsip__people {
    position: relative;
    bottom: unset;
    right: unset;
    width: 100%;
    aspect-ratio: 65 / 58;
  }
  .jago-prinsip--syariah .jago-prinsip__people img {
    width: 100%;
    height: 100%;
    aspect-ratio: unset;
    object-fit: cover;
    object-position: center;
  }
  .jago-prinsip--syariah .jago-prinsip__people {
    width: 70%;
    align-self: flex-end;
  }
  .jago-prinsip--syariah .container-lg {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767.98px) {
  .jago-prinsip--syariah .jago-prinsip__people {
    width: 100%;
    align-self: unset;
  }
}


/* =============================================================================
   PAGE: JAGO BISNIS
   ============================================================================= */
/* =============================================================
   HERO (Jago Bisnis)
   ============================================================= */
.jago-bisnis-hero {
  position: relative;
  overflow: hidden;
  background-image: url("../assets/img/jago-bisnis/img-jago-bisnis-hero.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100svh;
}

.jago-bisnis-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(30, 30, 30, 0.42) 0%,
    rgba(30, 30, 30, 0.18) 60%,
    rgba(30, 30, 30, 0.22) 100%
  );
}

.jago-bisnis-hero__container {
  position: relative;
  height: 100%;
  padding-top: var(--site-header-height);
}

.jago-bisnis-hero__title {
  padding-top: 7rem;
  max-width: 776px;
  margin-bottom: 12rem;
  position: relative;
}

.jago-bisnis-hero__title h1 {
  position: relative;
  z-index: 1;
}

.jago-bisnis-hero__subtitle {
  max-width: 441px;
  margin-left: auto;
}

.jago-bisnis-hero__subtitle p {
  line-height: 1.25;
  position: relative;
  z-index: 10;
}

.jago-bisnis-hero__overlay-title {
  position: absolute;
  top: -50%;
  left: 10%;
  width: 446.636px;
  height: 811.409px;
  transform: rotate(93.813deg);
  border-radius: 811.409px;
  background: #353F41;
  filter: blur(250px);
}

.jago-bisnis-hero__overlay-subtitle {
  position: absolute;
  top: -400%;
  right: 0;
  width: 336.569px;
  height: 735.574px;
  transform: rotate(93.813deg);
  border-radius: 735.574px;
  background: #3D4A4A;
  filter: blur(200px);
}

@media (max-width: 1199.98px) {
  .jago-bisnis-hero {
    background-image: url("../assets/img/jago-bisnis/img-jago-bisnis-hero-tablet.png");
  }

  .jago-bisnis-hero__container {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .jago-bisnis-hero__title {
    max-width: 60%;
    margin-bottom: 2rem;
  }

  .jago-bisnis-hero__subtitle {
    max-width: 50%;
    margin-left: auto;
  }
}

@media (max-width: 767.98px) {
  .jago-bisnis-hero {
    background-image: url("../assets/img/jago-bisnis/img-jago-bisnis-hero-mobile.png");
    background-position: top center;
  }

  .jago-bisnis-hero__container {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .jago-bisnis-hero__title {
    padding-top: 0;
    margin-bottom: 1rem;
    font-size: 2.5rem;
    line-height: 1.25;
    max-width: 100%;
    z-index: 10;
  }

  .jago-bisnis-hero__overlay-title {
    display: none;
  }

  .jago-bisnis-hero__subtitle {
    margin-left: 0;
    font-size: 1rem;
    line-height: 1.25;
    max-width: 100%;
  }
}

/* =============================================================
   SOLUSI BISNIS (Jago Bisnis)
   ============================================================= */
.jago-bisnis-solusi {
  background: var(--jago-bisnis-asphalt);
  padding: 4rem 0;
  position: relative;
}

.jago-bisnis-solusi-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.jago-bisnis-solusi-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right top;
}

.jago-bisnis-solusi__eyebrow {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  color: #fff;
  opacity: 0.75;
}

.jago-bisnis-solusi__title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.25;
  color: white;
}

.jago-bisnis-solusi__lead {
  font-size: 1.275rem;
  line-height: 1.25;
  color: #fff;
  opacity: 0.75;
}

.jago-bisnis-solusi__accordion {
  --bs-accordion-bg: transparent;
  --bs-accordion-border-color: rgba(255, 255, 255, 0.2);
  --bs-accordion-btn-padding-x: 0;
  --bs-accordion-btn-padding-y: 0;
  --bs-accordion-body-padding-x: 0;
  --bs-accordion-body-padding-y: 0;
  --bs-accordion-active-color: #fff;
  --bs-accordion-active-bg: transparent;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-btn-icon-width: 1.5rem;
  margin-top: 2.5rem;
}

.jago-bisnis-solusi__accordion .accordion-item {
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
}

.jago-bisnis-solusi__accordion .accordion-item:first-child {
  border-top: 0;
}

.jago-bisnis-solusi__accordion .accordion-item:last-child {
  border-bottom: 0;
}

.jago-bisnis-solusi__accordion .accordion-button {
  gap: 0.8125rem;
  padding: 1.5rem 0;
  background: transparent;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25;
  box-shadow: none;
}

.jago-bisnis-solusi__accordion .accordion-button::after {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: auto;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
  background-size: 1.5rem;
  opacity: 0.5;
}

.jago-bisnis-solusi__accordion .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708z'/%3e%3c/svg%3e");
  transform: none;
}

.jago-bisnis-solusi__accordion .accordion-button.collapsed {
  color: #fff;
  background: transparent;
}

.jago-bisnis-solusi__accordion .accordion-body {
  padding: 0 0 1.5rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #fff;
  opacity: 0.75;
  max-width: calc(100% - 2.375rem);
}

@media (max-width: 1199.98px) {
  .jago-bisnis-solusi {
    padding: 2.5rem 0;
  }

  .jago-bisnis-solusi__title {
    position: relative;
    font-size: 2.25rem;
  }

  .jago-bisnis-solusi__accordion {
    margin-top: 1rem;
  }

  .jago-bisnis-solusi__accordion .accordion-button:not(.collapsed) {
    padding-bottom: 1rem;
  }
}

@media (max-width: 767.98px) {
  .jago-bisnis-solusi__title {
    font-size: 2rem;
  }

  .jago-bisnis-solusi__accordion .accordion-button {
    font-size: 1.125rem;
    align-items: flex-start;
  }
}

/* =============================================================
   TEKNOLOGI & EKOSISTEM (Jago Bisnis)
   ============================================================= */
.jago-bisnis-ekosistem {
  background: var(--jago-bisnis-corporate-green);
  padding: 4rem 0;
  color: #fff;
}

.jago-bisnis-ekosistem__intro {
  margin-bottom: 4rem;
}

.jago-bisnis-ekosistem__eyebrow {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  color: #fff;
  opacity: 0.75;
}

.jago-bisnis-ekosistem__title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.25;
  color: white;
}

.jago-bisnis-ekosistem__lead {
  font-size: 1rem;
  line-height: 1.25;
  color: #fff;
  opacity: 0.75;
  max-width: 23.875rem;
}

.jago-bisnis-ekosistem__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border-radius: var(--jago-radius);
  background: var(--jago-gray);
}

.jago-bisnis-ekosistem__card-visual {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 187 / 125;
  overflow: hidden;
}

.jago-bisnis-ekosistem__card-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.jago-bisnis-ekosistem__card-body {
  flex: 1 1 auto;
  padding: 1.5rem;
}

.jago-bisnis-ekosistem__card-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  color: black;
}

.jago-bisnis-ekosistem__card-desc {
  font-size: 1rem;
  line-height: 1.25;
  opacity: 0.75;
  color: var(--jago-bisnis-corporate-green);
}

.jago-bisnis-ekosistem__cards--mobile {
  overflow: hidden;
}

.jago-bisnis-ekosistem__slider .slick-list {
  overflow: visible;
}

.jago-bisnis-ekosistem__slider .slick-track {
  display: flex;
  align-items: stretch;
}

.jago-bisnis-ekosistem__slider .slick-slide {
  flex-shrink: 0;
  height: auto;
}

.jago-bisnis-ekosistem__slide {
  width: 22.375rem;
  margin-right: 1rem;
}

.jago-bisnis-ekosistem__dots {
  margin-top: 1rem;
}

.jago-bisnis-ekosistem__dots .slick-dots {
  position: static;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.jago-bisnis-ekosistem__dots .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}

.jago-bisnis-ekosistem__dots .slick-dots li button {
  width: 0.5rem;
  height: 0.5rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  font-size: 0;
  line-height: 0;
  transition:
    width 0.25s ease,
    background 0.25s ease;
}

.jago-bisnis-ekosistem__dots .slick-dots li button::before {
  content: none;
}

.jago-bisnis-ekosistem__dots .slick-dots li.slick-active button {
  width: 2.3125rem;
  background: var(--jago-gold);
}

@media (max-width: 1199.98px) {
  .jago-bisnis-ekosistem__title {
    font-size: 2.5rem;
  }
}

@media (max-width: 991.98px) {
  .jago-bisnis-ekosistem {
    padding: 2.5rem 0;
  }

  .jago-bisnis-ekosistem__cards--mobile {
    padding: 0 1rem;
  }

  .jago-bisnis-ekosistem__intro {
    margin-bottom: 2.5rem;
  }

  .jago-bisnis-ekosistem__title {
    font-size: 2rem;
    line-height: 1;
  }

  .jago-bisnis-ekosistem__lead {
    max-width: none;
  }

  .jago-bisnis-ekosistem__slider {
    width: calc(100% + 1rem);
    margin-right: -1rem;
    overflow: visible;
  }

  .jago-bisnis-ekosistem__slide {
    width: 300px;
  }

  .jago-bisnis-ekosistem__dots {
    margin-top: 2.5rem;
  }
}

/* =============================================================
   BISNIS OVERVIEW (Jago Bisnis) — accordion + fading visual
   ============================================================= */
.jago-bisnis-overview {
  background: var(--jago-bisnis-asphalt);
  color: #fff;
  overflow: hidden;
  position: relative;
}

.jago-bisnis-overview__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 4rem;
  padding-bottom: 14vw;
  position: relative;
  z-index: 10;
}

.jago-bisnis-overview__intro {
  margin-bottom: 4rem;
}

.jago-bisnis-overview__eyebrow {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  color: #fff;
  opacity: 0.75;
}

.jago-bisnis-overview__section-title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.25;
  color: white;
}

.jago-bisnis-overview__section-lead {
  font-size: 1rem;
  line-height: 1.25;
  color: #fff;
  opacity: 0.75;
  max-width: 23.875rem;
}

.jago-bisnis-overview__grid {
  width: 100%;
  position: relative;
}

.jago-bisnis-overview__accordion-wrap {
  width: 480px;
  flex-shrink: 0;
}

.jago-bisnis-overview__accordion {
  --bs-accordion-bg: transparent;
  --bs-accordion-border-color: rgba(255, 255, 255, 0.2);
  --bs-accordion-btn-padding-x: 0;
  --bs-accordion-btn-padding-y: 0;
  --bs-accordion-body-padding-x: 0;
  --bs-accordion-body-padding-y: 0;
  --bs-accordion-active-color: #fff;
  --bs-accordion-active-bg: transparent;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-btn-icon-width: 1.5rem;
}

.jago-bisnis-overview__accordion .accordion-item {
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
}

.jago-bisnis-overview__accordion .accordion-item:first-child {
  border-top: 0;
}

.jago-bisnis-overview__accordion .accordion-item:last-child {
  border-bottom: 0;
}

.jago-bisnis-overview__accordion .accordion-button {
  gap: 0.8125rem;
  padding: 1.5rem 0;
  background: transparent;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25;
  box-shadow: none;
  transition: padding 0.2s ease;
}

.jago-bisnis-overview__accordion .accordion-button:not(.collapsed) {
  padding-bottom: 1rem;
}

.jago-bisnis-overview__accordion .accordion-button::after {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: auto;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
  background-size: 1.5rem;
  opacity: 0.5;
}

.jago-bisnis-overview__accordion .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708z'/%3e%3c/svg%3e");
  transform: none;
}

.jago-bisnis-overview__accordion .accordion-button.collapsed {
  color: #fff;
  background: transparent;
}

.jago-bisnis-overview__accordion .accordion-body {
  padding: 0 0 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #fff;
  opacity: 0.75;
  max-width: calc(100% - 2.375rem);
}

.jago-bisnis-overview__visual {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.jago-bisnis-overview__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.9s ease-in-out;
  pointer-events: none;
}

.jago-bisnis-overview__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.jago-bisnis-overview__slide picture,
.jago-bisnis-overview__slide img {
  display: block;
  width: 100%;
  height: 100%;
}

.jago-bisnis-overview__slide img {
  object-fit: cover;
  object-position: right bottom;
}

@media (prefers-reduced-motion: reduce) {
  .jago-bisnis-overview__slide {
    transition: none;
  }
}

@media (max-width: 1199.98px) {
  .jago-bisnis-overview__container {
    padding-top: 2.5rem;
    padding-bottom: 75vw;
  }

  .jago-bisnis-overview__intro {
    margin-bottom: 2.5rem;
  }

  .jago-bisnis-overview__section-title {
    font-size: 2rem;
  }

  .jago-bisnis-overview__section-lead {
    max-width: none;
  }

  .jago-bisnis-overview__accordion .accordion-button {
    font-size: 1.25rem;
  }

  .jago-bisnis-overview__accordion .accordion-button:not(.collapsed) {
    padding-bottom: 1rem;
  }

  .jago-bisnis-overview__accordion-wrap {
    width: 100%;
  }

  .jago-bisnis-overview__visual-desktop {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 1.5rem;
  }

  .jago-bisnis-overview__visual-desktop img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 991.98px) {
  .jago-bisnis-overview__container {
    padding-bottom: 40rem;
  }
}

@media (max-width: 767.98px) {
  .jago-bisnis-overview__container {
    padding-bottom: 75vw;
  }
}

/* =============================================================
   DOKUMEN PRODUK (Jago Bisnis)
   ============================================================= */
.jago-bisnis-dokumen {
  background: var(--jago-everyday-white);
  padding-top: 4rem;
}

.jago-bisnis-dokumen__intro {
  margin-bottom: 4rem;
}

.jago-bisnis-dokumen__eyebrow {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  color: black;
  opacity: 0.5;
}

.jago-bisnis-dokumen__title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.25;
  color: black;
}

.jago-bisnis-dokumen__lead {
  font-size: 1rem;
  line-height: 1.25;
  color: black;
  opacity: 0.75;
  max-width: 23.875rem;
}

.jago-bisnis-dokumen__item {
  display: block;
  padding: 3.5rem 0;
  text-decoration: none;
  color: var(--jago-muted);
  background: var(--jago-everyday-white);
  cursor: pointer;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}

.jago-bisnis-dokumen__item:hover {
  background: var(--jago-bisnis-corporate-green);
  color: white;
}

.jago-bisnis-dokumen__item:hover .jago-bisnis-dokumen__item-label {
  color: white;
}

.jago-bisnis-dokumen__item:hover .jago-bisnis-dokumen__item-icon,
.jago-bisnis-dokumen__item:hover .jago-bisnis-dokumen__item-download {
  color: white;
}

.jago-bisnis-dokumen__item-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  width: 100%;
}

.jago-bisnis-dokumen__item-label {
  font-size: 1.5rem;
  line-height: 1.2;
  color: black;
}

.jago-bisnis-dokumen__item-icon {
  flex-shrink: 0;
  font-size: 2rem;
  line-height: 1;
  color: black;
}

.jago-bisnis-dokumen__item-download {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: black;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    color 0.2s ease;
}

.jago-bisnis-dokumen__item-download:hover {
  transform: translateY(-4px);
}

@media (max-width: 991.98px) {
  .jago-bisnis-dokumen {
    padding-top: 2.5rem;
  }

  .jago-bisnis-dokumen__intro {
    margin-bottom: 1.5rem;
  }

  .jago-bisnis-dokumen__title {
    font-size: 2rem;
  }

  .jago-bisnis-dokumen__list { 
    border: none;
  }

  .jago-bisnis-dokumen__lead {
    max-width: none;
    margin-top: 1rem;
  }

  .jago-bisnis-dokumen__item {
    padding: 3rem 0;
  }

  .jago-bisnis-dokumen__item-label {
    font-size: 1.25rem;
  }
}

/* =============================================================
   FAQ (Jago Bisnis)
   ============================================================= */
.jago-bisnis-faq {
  background: var(--jago-everyday-white);
  padding: 4rem 0;
}

.jago-bisnis-faq__eyebrow {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  color: black;
  opacity: 0.5;
}

.jago-bisnis-faq__title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.25;
  color: black;
}


.jago-bisnis-faq .btn-jago-solid--bisnis {
  align-self: flex-start;
  width: fit-content;
}

.jago-bisnis-faq__accordion {
  --bs-accordion-bg: transparent;
  --bs-accordion-border-color: var(--jago-border-light);
  --bs-accordion-btn-padding-x: 0;
  --bs-accordion-btn-padding-y: 0;
  --bs-accordion-body-padding-x: 0;
  --bs-accordion-body-padding-y: 0;
  --bs-accordion-active-color: var(--jago-dark);
  --bs-accordion-active-bg: transparent;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-btn-icon-width: 1.5rem;
}

.jago-bisnis-faq__accordion .accordion-item {
  border: 0;
  border-bottom: 1px solid var(--jago-border-light);
  background: transparent;
}

.jago-bisnis-faq__accordion .accordion-item:first-child {
  border-top: 0;
}

.jago-bisnis-faq__accordion .accordion-item:last-child {
  border-bottom: 0;
}

.jago-bisnis-faq__accordion .accordion-button {
  gap: 0.8125rem;
  padding: 1.5rem 0;
  background: transparent;
  color: var(--jago-dark);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25;
  box-shadow: none;
}

.jago-bisnis-faq__accordion .accordion-button::after {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: auto;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231e1e1e'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
  background-size: 1.5rem;
  opacity: 0.5;
}

.jago-bisnis-faq__accordion .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231e1e1e'%3e%3cpath fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708z'/%3e%3c/svg%3e");
  transform: none;
}

.jago-bisnis-faq__accordion .accordion-button.collapsed {
  color: var(--jago-dark);
  background: transparent;
}

.jago-bisnis-faq__accordion .accordion-body {
  padding: 0 0 1.5rem;
  font-size: 1rem;
  line-height: 1.25;
  color: black;
  opacity: 0.75;
  max-width: calc(100% - 2.375rem);
}
.jago-security--bisnis .jago-security__title{
  font-size: 2.25rem;
}

@media (max-width: 991.98px) {
  .jago-bisnis-faq {
    padding: 2.5rem 0;
  }

  .jago-bisnis-faq__title {
    font-size: 2rem;
  }

  .jago-bisnis-faq__accordion .accordion-button {
    font-size: 1.125rem;
    align-items: flex-start;
  }

  .jago-bisnis-faq__accordion .accordion-button:not(.collapsed) {
    padding-bottom: 1rem;
  }
}


/* =============================================================================
   PAGE: INFO PERUSAHAAN
   ============================================================================= */
/* =============================================================
   HERO (Info Perusahaan)
   ============================================================= */
.info-hero {
  position: relative;
  overflow: hidden;
  background-color: var(--jago-black);
  width: 100%;
  height: 100svh;
}

.info-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.info-hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}

.info-hero__play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.5rem;
  height: 4.5rem;
  border: 2px solid var(--jago-light);
  border-radius: 50%;
  color: var(--jago-light);
  font-size: 1.75rem;
  line-height: 1;
  pointer-events: none;
  transition: background-color 0.2s ease;
  will-change: transform;
}

.info-hero__play .bi-play-fill {
  margin-left: 0.2rem;
  display: block;
  will-change: transform;
}

.info-hero.is-play-follower-active .info-hero__play {
  background-color: rgba(255, 255, 255, 0.12);
}

.info-hero__media:focus-visible {
  outline: 2px solid var(--jago-yellow);
  outline-offset: -4px;
}

.info-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.55) 0%,
    rgba(0, 0, 0, 0.2) 55%,
    rgba(0, 0, 0, 0.35) 100%
  );
  pointer-events: none;
}

.info-hero__container {
  position: relative;
  z-index: 2;
  height: 100%;
  padding-top: var(--site-header-height);
  pointer-events: none;
}

.info-hero__row {
  pointer-events: none;
}

.info-hero__title {
  padding-top: 7rem;
  max-width: 537px;
  margin-bottom: 16rem;
  position: relative;
  pointer-events: none;
}

.info-hero__title h1 {
  position: relative;
  z-index: 1;
  font-size: 3.5rem;
  line-height: 1.25;
}

.info-hero__subtitle {
  max-width: 441px;
  margin-left: auto;
  pointer-events: none;
}

.info-hero__subtitle p {
  line-height: 1.25;
  position: relative;
  z-index: 1;
  pointer-events: none;
}

.info-hero__actions {
  position: relative;
  z-index: 3;
  pointer-events: auto;
}

.info-hero__cta {
  position: relative;
  z-index: 1;
}

.info-hero__overlay-title {
  position: absolute;
  top: -50%;
  left: 10%;
  width: 446.636px;
  height: 811.409px;
  transform: rotate(93.813deg);
  border-radius: 811.409px;
  background: var(--jago-bisnis-asphalt);
  filter: blur(250px);
  pointer-events: none;
}

.info-hero__overlay-subtitle {
  position: absolute;
  top: -400%;
  right: 0;
  width: 336.569px;
  height: 735.574px;
  transform: rotate(93.813deg);
  border-radius: 735.574px;
  background: var(--jago-bisnis-corporate-green);
  filter: blur(200px);
  pointer-events: none;
}

.info-hero-video-modal .modal-dialog {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0;
  top: 0;
  transform-origin: center center;
}

.info-hero-video-modal.fade .modal-dialog {
  transform: scale(0.94);
  opacity: 0;
  transition:
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.info-hero-video-modal.fade.show .modal-dialog {
  transform: scale(1);
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .info-hero-video-modal.fade .modal-dialog {
    transform: none;
    opacity: 1;
    transition: none;
  }
}

.info-hero-video-modal .modal-content {
  background-color: var(--jago-black);
  border: 0;
  min-height: 100dvh;
}

.info-hero-video-modal__top {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  display: flex;
  justify-content: flex-end;
  padding: 1.5rem 2rem;
  pointer-events: none;
}

.info-hero-video-modal__close {
  pointer-events: auto;
  padding: 0.625rem 1.75rem;
  border: 1px solid var(--jago-light);
  color: var(--jago-light) !important;
  background: transparent;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
}

.info-hero-video-modal__close:hover,
.info-hero-video-modal__close:focus {
  color: var(--jago-light) !important;
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--jago-light);
}

.info-hero-video-modal .modal-body {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100dvh;
  padding: 4.5rem 0 5.5rem;
}

.info-hero-video-modal__player {
  width: 100%;
  max-height: calc(100dvh - 10rem);
  object-fit: contain;
}

.info-hero-video-modal__controls {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 1.5rem 2rem 2rem;
}

.info-hero-video-modal__control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--jago-light);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}

.info-hero-video-modal__control:hover,
.info-hero-video-modal__control:focus-visible {
  color: var(--jago-light);
  opacity: 0.85;
}

.info-hero-video-modal__play {
  justify-self: start;
}

.info-hero-video-modal__volume {
  justify-self: end;
}

.info-hero-video-modal__time {
  justify-self: center;
  color: var(--jago-light);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

@media (max-width: 1199.98px) {
  .info-hero-video-modal__top,
  .info-hero-video-modal__controls {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .info-hero-video-modal__close {
    padding: 0.5rem 1.25rem;
    font-size: 0.875rem;
  }

  .info-hero-video-modal__time {
    font-size: 0.875rem;
  }

  .info-hero__container {
    padding-top: 0;
    padding-bottom: 4rem;
  }

  .info-hero__row {
    padding-bottom: 10rem;
  }

  .info-hero__overlay-title,
  .info-hero__overlay-subtitle {
    opacity: 0;
  }

  .info-hero__title {
    padding-top: 0;
    margin-bottom: 2rem;
    max-width: 100%;
  }

  .info-hero__title h1{
    font-size: 2.5rem;
    line-height: 1.25;
    max-width: 100%;
  }

  .info-hero__subtitle {
    max-width: 50%;
    margin-left: auto;
  }

  .info-hero__subtitle p {
    font-size: 1rem;
    line-height: 1.25;
    max-width: 100%;
  }

  .info-hero__play {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.5rem;
  }

  .info-hero__cta {
    width: max-content;
  }
}

@media (max-width: 767.98px) {
  .info-hero__row {
    padding-bottom: 0;
  }

  .info-hero__subtitle {
    max-width: 100%;
    margin-left: 0;
  }
}

/* =============================================================
   INFO PERUSAHAAN — about section
   ============================================================= */
.info-perusahaan-about {
  background: var(--jago-light);
}

.info-perusahaan-about__track {
  position: relative;
}

.info-perusahaan-about__track::after {
  content: "";
  display: block;
  height: var(--about-scroll-distance, 75vh);
}

.info-perusahaan-about__sticky {
  position: sticky;
  top: var(--site-header-height);
  z-index: 1;
  background: var(--jago-light);
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.info-perusahaan-about__media {
  margin-top: 3rem;
}

/* .info-perusahaan-about__media.is-revealed {
  display: flex;
} */

.info-perusahaan-about__eyebrow {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  color: var(--jago-header-bg);
  opacity: 0.5;
}

.info-perusahaan-about__title {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.25;
  max-width: 810px;
}

.info-perusahaan-about__title-word {
  display: inline;
  color: var(--jago-header-bg);
  opacity: 0.15;
  will-change: opacity;
}

.info-perusahaan-about__title-strong {
  color: var(--jago-header-bg);
}

.info-perusahaan-about__title-muted {
  color: var(--jago-header-bg);
  opacity: 0.5;
}

.info-perusahaan-about__text {
  font-size: 1rem;
  line-height: 1.5;
  color: var(--jago-header-bg);
}

.info-perusahaan-about__video {
  position: relative;
  overflow: hidden;
  border-radius: var(--jago-radius);
  aspect-ratio: 16 / 10;
  background: var(--jago-dark);
}

.info-perusahaan-about__player {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.info-perusahaan-about__play {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.info-perusahaan-about__play-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: rgba(30, 30, 30, 0.65);
  color: var(--jago-light);
  font-size: 1.75rem;
  line-height: 1;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.info-perusahaan-about__play-icon .bi-play-fill {
  margin-left: 0.15rem;
}

.info-perusahaan-about__play:hover .info-perusahaan-about__play-icon,
.info-perusahaan-about__play:focus-visible .info-perusahaan-about__play-icon {
  transform: scale(1.05);
  background: rgba(30, 30, 30, 0.8);
}

.info-perusahaan-about__video.is-playing .info-perusahaan-about__play {
  display: none;
}

@media (max-width: 991.98px) {
  .info-perusahaan-about__sticky {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .info-perusahaan-about__media {
    margin-top: 2.5rem;
  }

  .info-perusahaan-about__title {
    font-size: 2.5rem;
  }

  .info-perusahaan-about__video {
    margin-bottom: 2.5rem;
    border-radius: 12px;
    aspect-ratio: 16 / 9;
    overflow: hidden;
  }

  .info-perusahaan-about__play-icon {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .info-perusahaan-about__title {
    font-size: 1.5rem;
  }

  .info-perusahaan-about__video {
    aspect-ratio: 1 / 1;
  }
}

.o-section {
  padding: 5rem 0;
}

.c-timeline_inner:after {
  content: "";
  height: 1500px;
  display: block
}

.c-timeline_sticky {
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden
}

.c-timeline_gallery {
  z-index: 0;
  width: 25rem;
  height: 25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%)
}

.c-timeline_image {
  object-fit: cover;
  border-radius: 50%;
  width: 25rem;
  height: 25rem;
  position: absolute;
  top: 0;
  left: 0
}

.c-timeline_media:nth-child(8n+1) .c-timeline_image {
  /* transform: scale(1.2)translate(45vw,calc(-50vh - 50%)) */
  transform: scale(0.5)translate(45vw,-50vh)
}

.c-timeline_media:nth-child(8n+2) .c-timeline_image {
  /* transform: scale(1)translate(calc(50vw + 50%),10vh) */
  transform: scale(0.5)translate(60vw,60vh)
}

.c-timeline_media:nth-child(8n+3) .c-timeline_image {
  /* transform: scale(1.1)translate(calc(60vw + 50%),-40vh) */
  transform: scale(0.4)translate(105vw,-10vh)
}

.c-timeline_media:nth-child(8n+4) .c-timeline_image {
  /* transform: scale(1)translate(40vw,calc(60vh + 50%)) */
  transform: scale(0.4)translate(10vw,65vh)
}

.c-timeline_media:nth-child(8n+5) .c-timeline_image {
  /* transform: scale(1.1)translate(-30vw,calc(50vh + 50%)) */
  transform: scale(0.4)translate(-60vw,80vh)
}

.c-timeline_media:nth-child(8n+6) .c-timeline_image {
  /* transform: scale(1)translate(-40vw,calc(-50vh - 50%)) */
  transform: scale(0.4)translate(-30vw,-60vh)
}

.c-timeline_media:nth-child(8n+7) .c-timeline_image {
  /* transform: scale(1.3)translate(calc(-80vw - 50%),-30vh) */
  transform: scale(0.5)translate(-65vw,-25vh)
}

.c-timeline_media:nth-child(8n+8) .c-timeline_image {
  /* transform: scale(1)translate(calc(-55vw - 50%),5vh) */
  transform: scale(0.4)translate(-105vw,30vh)
}

.c-rule {
  background: linear-gradient(transparent 0%, currentColor 100%);
  width: 2px;
  height: 5.5rem;
}

.c-timeline_header {
  visibility: hidden;
  position: relative;
  z-index: 1;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
  width: 100%;
  display: flex
}

.c-timeline_headings {
  margin: 0 var(--container-spacing-md);
  text-align: center;
  position: relative
}

.c-timeline_heading:not(:first-child) {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

.c-timeline_overline {
  margin-bottom: 1rem;
  display: block
}

.c-timeline_title {
  font-kerning: none
}

.o-typography.-headline-small {
  text-transform: none;
  letter-spacing: 0;
  font-family: Jost;
  font-size: max(24px, 2rem);
  font-weight: 400;
  line-height: 1.2;
}

.c-timeline_body {
  color: var(--jago-header-bg);
  text-align: center;
  padding-bottom: 15rem
}

/* =============================================================
   APRESIASI / ASPIRASI (Info Perusahaan) — o-section timeline variant
   ============================================================= */
.o-section.info-apresiasi {
  background: var(--jago-cream);
}

.info-apresiasi__headings.c-timeline_headings {
  max-width: 58.125rem;
  margin-inline: auto;
}

.info-apresiasi__headings .c-timeline_overline {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  color: var(--jago-header-bg);
  opacity: 0.5;
}

.info-apresiasi__headings .c-timeline_title {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.25;
  color: var(--jago-header-bg);
  text-wrap: balance;
}

.c-timeline--apresiasi .c-rule {
  color: var(--jago-header-bg);
}

.c-timeline--apresiasi .c-timeline_image {
  width: auto;
  height: auto;
}

.c-timeline--apresiasi .c-timeline_media:nth-child(1) .c-timeline_image {
  width: clamp(6rem, 23.83vw, 19.0625rem);
  aspect-ratio: 1;
  transform: scale(1.2) translate(63.8vw, -101vh);
}

.c-timeline--apresiasi .c-timeline_media:nth-child(2) .c-timeline_image {
  width: clamp(5rem, 20.39vw, 16.3125rem);
  aspect-ratio: 1;
  transform: scale(1) translate(75.7vw, 11.3vh);
}

.c-timeline--apresiasi .c-timeline_media:nth-child(3) .c-timeline_image {
  width: clamp(4rem, 12.34vw, 9.875rem);
  aspect-ratio: 1;
  transform: scale(1.1) translate(96.2vw, -49.9vh);
}

.c-timeline--apresiasi .c-timeline_media:nth-child(4) .c-timeline_image {
  width: clamp(3rem, 7.73vw, 6.1875rem);
  aspect-ratio: 1;
  transform: scale(1) translate(47.3vw, 95.9vh);
}

.c-timeline--apresiasi .c-timeline_media:nth-child(5) .c-timeline_image {
  width: clamp(2.5rem, 5vw, 4rem);
  aspect-ratio: 1;
  transform: scale(1.1) translate(-39vw, 93.1vh);
}

.c-timeline--apresiasi .c-timeline_media:nth-child(6) .c-timeline_image {
  width: clamp(2.5rem, 5vw, 4rem);
  aspect-ratio: 1;
  transform: scale(1) translate(-47.3vw, -84.6vh);
}

.c-timeline--apresiasi .c-timeline_media:nth-child(7) .c-timeline_image {
  width: clamp(3rem, 6.56vw, 5.25rem);
  aspect-ratio: 1;
  transform: scale(1.3) translate(-144.4vw, -44.2vh);
}

.c-timeline--apresiasi .c-timeline_media:nth-child(8) .c-timeline_image {
  width: clamp(4rem, 10.78vw, 8.625rem);
  aspect-ratio: 1;
  transform: scale(1) translate(-81.6vw, 5.7vh);
}

@media (max-width: 991.98px) {
  .c-timeline--apresiasi .c-timeline_title {
    font-size: 1.5rem;
  }

  .info-apresiasi__headings.c-timeline_headings {
    padding: 0 2.5rem;
    text-wrap-style: pretty;
  }

  .info-apresiasi__headings .c-timeline_title {
    font-size: 2.5rem;
  }

  .info-apresiasi__headings .c-timeline_overline {
    margin-bottom: 0.5rem;
  }

  .c-timeline_media:nth-child(8n+1) .c-timeline_image {
    transform: scale(0.5)translate(45vw,-60vh)
  }

  .c-timeline_media:nth-child(8n+3) .c-timeline_image {
    transform: scale(0.4)translate(100vw,-40vh)
  }

  .c-timeline_media:nth-child(8n+7) .c-timeline_image {
    transform: scale(0.4)translate(-85vw,-45vh)
  }
  
  .c-timeline_media:nth-child(8n+8) .c-timeline_image {
    transform: scale(0.4)translate(-96vw,50vh)
  }
}

@media (max-width: 767.98px) {
  .info-apresiasi__headings.c-timeline_headings {
    padding: 0 1rem;
  }
  .info-apresiasi__headings .c-timeline_title {
    font-size: 1.75rem;
  }
  .c-timeline_media:nth-child(8n+1) .c-timeline_image {
    transform: scale(0.3)translate(45vw,-90vh)
  }
  
  .c-timeline_media:nth-child(8n+2) .c-timeline_image {
    transform: scale(0.3)translate(80vw,130vh)
  }
  
  .c-timeline_media:nth-child(8n+3) .c-timeline_image {
    transform: scale(0.2)translate(170vw,-65vh)
  }
  
  .c-timeline_media:nth-child(8n+4) .c-timeline_image {
    transform: scale(0.2)translate(40vw,110vh)
  }
  
  .c-timeline_media:nth-child(8n+5) .c-timeline_image {
    transform: scale(0.2)translate(-60vw,180vh)
  }
  
  .c-timeline_media:nth-child(8n+6) .c-timeline_image {
    transform: scale(0.2)translate(-90vw,-150vh)
  }
  
  .c-timeline_media:nth-child(8n+7) .c-timeline_image {
    transform: scale(0.2)translate(-160vw,-75vh)
  }
  
  .c-timeline_media:nth-child(8n+8) .c-timeline_image {
    transform: scale(0.2)translate(-135vw,100vh)
  }
}

/* =============================================================
   TIM KAMI (Info Perusahaan)
   ============================================================= */
.info-tim-kami {
  background: var(--jago-header-bg);
  padding: 5rem 0;
}

.info-tim-kami__intro {
  margin-bottom: 5rem;
}

.info-tim-kami__eyebrow {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  color: var(--jago-gray);
  opacity: 0.5;
}

.info-tim-kami__title {
  font-size: 3rem;
  line-height: 1.25;
  color: var(--jago-gray);
}

.info-tim-kami__lead {
  font-size: 1rem;
  line-height: 1.25;
  color: var(--jago-gray);
  opacity: 0.75;
}

.info-tim-kami__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  margin-bottom: 2.5rem;
  border: 0;
}

.info-tim-kami__tabs .nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.0625rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--jago-gray);
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
  white-space: nowrap;
}

.info-tim-kami__tabs .nav-link:not(.active):hover {
  opacity: 1;
}

.info-tim-kami__tabs .nav-link:hover,
.info-tim-kami__tabs .nav-link:focus {
  color: var(--jago-gray);
  background: transparent !important;
  font-weight: 700 !important;
}

.info-tim-kami__tabs .nav-link.active {
  opacity: 1;
  background: transparent;
}

.info-tim-kami__tabs .nav-link::after {
  content: "";
  width: 4.75rem;
  height: 0.375rem;
  border-radius: 1.25rem;
  background: var(--jago-header-bg);
  opacity: 0.1;
}

.info-tim-kami__tabs .nav-link.active::after {
  background: var(--jago-gold);
  opacity: 1;
}

.info-tim-kami__photo {
  position: relative;
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 240 / 283;
  overflow: hidden;
}

.info-tim-kami__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.info-tim-kami__photo--placeholder {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.info-tim-kami__photo-placeholder {
  display: block;
  width: 100%;
  max-width: 15rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--jago-header-bg);
  opacity: 0.85;
}

.info-tim-kami__name {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--jago-gray);
}

.info-tim-kami__role {
  font-size: 1rem;
  line-height: 1.25;
  color: var(--jago-gray);
  opacity: 0.75;
}

.info-tim-kami__members {
  --bs-gutter-x: 5rem;
}

@media (max-width: 1199.98px) {
  .info-tim-kami {
    padding: 5rem 0;
    overflow: hidden;
  }

  .info-tim-kami__members {
    --bs-gutter-x: 2.5rem;
  }

  .info-tim-kami__title {
    font-size: 2rem;
  }

  .info-tim-kami__intro {
    margin-bottom: 2.5rem;
    max-width: 100%;
    padding: 0 2.5rem;
  }

  .info-tim-kami__tabs {
    gap: 2.5rem;
    margin-bottom: 2rem;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0 2.5rem;
  }

  .info-tim-kami__tabs .nav-link {
    font-size: 1.125rem;
  }

  .info-tim-kami__panels {
    padding: 0 2.5rem;
  }

  .info-tim-kami__name {
    font-size: 1.25rem;
  }

  .info-tim-kami__role {
    font-size: 0.875rem;
  }
}

@media (max-width: 991.98px) {
  .info-tim-kami__intro {
    max-width: 450px;
  }
}

@media (max-width: 767.98px) {
  .info-tim-kami__intro {
    max-width: none;
    padding: 0;
  }
  .info-tim-kami__tabs,
  .info-tim-kami__panels {
    padding: 0 1rem;
  }
}

.info-tim-kami__member {
  width: 100%;
  cursor: pointer;
}

.info-tim-kami__member:focus-visible {
  outline: none;
}

.info-tim-kami__photo {
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  transform-origin: center center;
  will-change: transform;
}

.info-tim-kami__member:hover .info-tim-kami__photo {
  transform: scale(1.1);
}

@media (prefers-reduced-motion: reduce) {
  .info-tim-kami__photo {
    transition: none;
  }

  .info-tim-kami__member:hover .info-tim-kami__photo {
    transform: none;
  }
}

/* Override default-v2 `.modal-dialog { top: 30% }` so the profile
   dialog stays truly centered in the viewport. */
.info-tim-kami-modal .modal-dialog {
  top: 0;
  max-width: 45rem;
  width: min(45rem, calc(100% - 2rem));
  margin-left: auto;
  margin-right: auto;
  max-height: calc(100dvh - 2rem);
}

.info-tim-kami-modal .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  height: min(36.25rem, calc(100dvh - 2rem));
  max-height: min(36.25rem, calc(100dvh - 2rem));
  background: var(--jago-everyday-white);
  border: 0;
  border-radius: 2rem;
  overflow: hidden;
}

.info-tim-kami-modal .modal-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
  padding: 2.5rem;
  overflow: hidden;
}

.info-tim-kami-modal__close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--jago-dark-brown);
  color: var(--jago-everyday-white) !important;
  font-size: 1rem;
  line-height: 1;
}

.info-tim-kami-modal__close:hover,
.info-tim-kami-modal__close:focus-visible {
  background: var(--jago-header-bg);
  color: var(--jago-everyday-white) !important;
}

.info-tim-kami-modal__layout {
  display: flex;
  gap: 2rem;
  align-items: stretch;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
}

.info-tim-kami-modal__photo {
  flex: 0 0 15rem;
  width: 15rem;
  align-self: flex-start;
}

.info-tim-kami-modal__img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.info-tim-kami-modal__details {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
  padding-right: 0.25rem;
  overflow: hidden;
}

.info-tim-kami-modal__header {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  padding-right: 2rem;
}

.info-tim-kami-modal__name {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--jago-dark-brown);
}

.info-tim-kami-modal__role {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25;
  color: var(--jago-dark-brown);
  opacity: 0.6;
}

.info-tim-kami-modal__divider {
  flex: 0 0 auto;
  margin: 1.25rem 0;
  border: 0;
  border-top: 1px solid
    color-mix(in srgb, var(--jago-dark-brown) 12%, transparent);
  opacity: 1;
}

.info-tim-kami-modal__bio {
  flex: 1 1 auto;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--jago-dark-brown);
  scrollbar-width: thin;
  scrollbar-color: color-mix(in srgb, var(--jago-dark-brown) 20%, transparent)
    transparent;
}

.info-tim-kami-modal__bio::-webkit-scrollbar {
  width: 0.5rem;
}

.info-tim-kami-modal__bio::-webkit-scrollbar-track {
  background: transparent;
}

.info-tim-kami-modal__bio::-webkit-scrollbar-thumb {
  background: color-mix(in srgb, var(--jago-dark-brown) 20%, transparent);
  border-radius: 1rem;
}

@media (max-width: 767.98px) {
  .info-tim-kami-modal .modal-dialog {
    width: calc(100% - 2rem);
    max-width: none;
    margin: 0 auto;
  }

  .info-tim-kami-modal .modal-content {
    height: min(36.25rem, calc(100dvh - 2rem));
    max-height: calc(100dvh - 2rem);
  }

  .info-tim-kami-modal .modal-body {
    padding: 1.5rem;
  }

  .info-tim-kami-modal__close {
    top: 1rem;
    right: 1rem;
  }

  .info-tim-kami-modal__layout {
    flex-direction: column;
    gap: 1.5rem;
  }

  .info-tim-kami-modal__photo {
    flex-basis: auto;
    width: 10rem;
    margin: 0 auto;
  }

  .info-tim-kami-modal__details {
    text-align: center;
  }

  .info-tim-kami-modal__header {
    padding-right: 0;
  }

  .info-tim-kami-modal__name {
    font-size: 1.5rem;
  }

  .info-tim-kami-modal__bio {
    text-align: start;
    font-size: 0.9375rem;
  }
}

/* =============================================================
   DOKUMEN PERUSAHAAN (Info Perusahaan)
   ============================================================= */
.info-dokumen-perusahaan {
  background: var(--jago-gray);
  color: var(--jago-header-bg);
  padding-top: 5rem;
  padding-bottom: 0;
}

.info-dokumen-perusahaan__intro {
  margin-bottom: 4rem;
}

.info-dokumen-perusahaan__eyebrow {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  color: var(--jago-header-bg);
  opacity: 0.5;
}

.info-dokumen-perusahaan__title {
  font-size: 3rem;
  line-height: 1.25;
  color: var(--jago-header-bg);
}

.info-dokumen-perusahaan__lead {
  font-size: 1rem;
  line-height: 1.25;
  color: var(--jago-header-bg);
  opacity: 0.75;
  max-width: 23.875rem;
}

.info-dokumen-perusahaan__list {
  border-top: 1px solid var(--jago-border-light);
}

.info-dokumen-perusahaan__item {
  display: block;
  padding: 3.5rem 0;
  text-decoration: none;
  color: var(--jago-header-bg);
  background: var(--jago-gray);
  border-bottom: 1px solid var(--jago-border-light);
  cursor: pointer;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}

.info-dokumen-perusahaan__item:hover {
  background: var(--jago-header-bg);
  color: var(--jago-gray);
}

.info-dokumen-perusahaan__item:hover .info-dokumen-perusahaan__item-label,
.info-dokumen-perusahaan__item:hover .info-dokumen-perusahaan__item-icon,
.info-dokumen-perusahaan__item:hover .info-dokumen-perusahaan__item-download {
  color: var(--jago-gray);
}

.info-dokumen-perusahaan__item-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  width: 100%;
}

.info-dokumen-perusahaan__item-label {
  font-size: 1.5rem;
  line-height: 1.2;
  color: var(--jago-header-bg);
}

.info-dokumen-perusahaan__item-icon {
  flex-shrink: 0;
  font-size: 2rem;
  line-height: 1;
  color: var(--jago-header-bg);
}

.info-dokumen-perusahaan__item-download {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--jago-header-bg);
  cursor: pointer;
  transition:
    transform 0.2s ease,
    color 0.2s ease;
}

.info-dokumen-perusahaan__item-download:hover {
  transform: translateY(-4px);
}

@media (max-width: 991.98px) {
  .info-dokumen-perusahaan {
    padding: 5rem 0;
  }

  .info-dokumen-perusahaan__intro {
    margin-bottom: 1.5rem;
    max-width: 450px;
  }

  .info-dokumen-perusahaan__title {
    font-size: 2rem;
  }

  .info-dokumen-perusahaan__list {
    border: 0;
  }

  .info-dokumen-perusahaan__lead {
    max-width: none;
  }

  .info-dokumen-perusahaan__item {
    padding: 3rem 0;
  }

  .info-dokumen-perusahaan__item-label {
    font-size: 1.25rem;
  }

  .info-dokumen-perusahaan__item-icon {
    font-size: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .info-dokumen-perusahaan__intro {
    max-width: none;
  }
}

/* =============================================================
   NILAI JAGO (Info Perusahaan)
   ============================================================= */
.info-nilai {
  background: var(--jago-header-bg);
  color: #fff;
  padding-top: 3rem;
  padding-bottom: 4rem;
}

.info-nilai__eyebrow {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  color: #fff;
  opacity: 0.5;
}

.info-nilai__title {
  font-size: 3rem;
  line-height: 1.25;
}

.info-nilai__title-accent {
  color: var(--jago-gold-deep);
}

.info-nilai__lead {
  font-size: 1rem;
  line-height: 1.25;
  color: #fff;
  opacity: 0.75;
  max-width: 23.875rem;
}

.info-nilai__stage {
  gap: 0;
}

.info-nilai__arrow.slick-disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}

.info-nilai__slider {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 24.625rem;
}

.info-nilai__slider .slick-list {
  overflow: hidden;
}

.info-nilai__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 0 1.5rem;
  border-radius: 0.5rem;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.08));
}

.info-nilai__mascot {
  width: 300px;
  aspect-ratio: 87 / 152;
  flex-shrink: 0;
}

.info-nilai__mascot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.info-nilai__card-title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25;
  color: #fff;
}

.info-nilai__card-text {
  font-size: 1rem;
  line-height: 1.25;
  color: #fff;
  opacity: 0.75;
}

.info-nilai__content {
  max-width: 540px;
  width: 100%;
}

.info-nilai__slider-container {
  max-width: 458px;
  width: 100%;
}

.info-nilai__dots {
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
}

.info-nilai__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.45);
  cursor: pointer;
  transition:
    width 0.25s ease,
    background 0.25s ease;
}

.info-nilai__dot:hover {
  background: rgba(255, 255, 255, 0.7);
}

.info-nilai__dot.is-active {
  width: 28px;
  background: #fff;
}

@media (max-width: 1199.98px) {
  .info-nilai__content {
    max-width: 60%;
  }
  .info-nilai__slider-container {
    max-width: 720px;
    align-self: center;
  }
  .info-nilai__slider {
    max-width: 100%;
  }
  .info-nilai__mascot {
    width: 300px;
    height: auto;
  }
}

@media (max-width: 991.98px) {
  .info-nilai {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .info-nilai__lead {
    max-width: none;
  }

  .info-nilai__title {
    font-size: 2rem;
  }

  .info-nilai__stage {
    justify-content: center;
  }
}

@media (max-width: 767.98px) {
  .info-nilai__content {
    max-width: none;
  }

  .info-nilai__slider {
    max-width: min(100%, 24.625rem);
  }

  .info-nilai__mascot {
    width: 200px;
  }
}

/* =============================================================
   HISTORY / PERJALANAN (Info Perusahaan)
   ============================================================= */
.info-history {
  background: var(--jago-gray);
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.info-history__intro {
  margin-bottom: 3.5rem;
}

.info-history__eyebrow {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  color: var(--jago-header-bg);
  opacity: 0.5;
}

.info-history__title {
  font-size: 3rem;
  line-height: 1.25;
  color: var(--jago-header-bg);
}

.info-history__lead {
  font-size: 1rem;
  line-height: 1.25;
  color: var(--jago-header-bg);
  opacity: 0.75;
  max-width: 23.875rem;
}

.info-history__stage {
  position: relative;
  padding-bottom: 1rem;
}

.info-history__line {
  position: absolute;
  top: 6rem;
  right: 0;
  left: 0;
  z-index: 0;
  height: 1px;
  background: var(--jago-header-bg);
  pointer-events: none;
}

.info-history__years {
  position: relative;
  z-index: 1;
  margin-bottom: 1.5rem;
}

.info-history__years .slick-list {
  overflow: visible;
}

.info-history__year {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  width: 21.625rem;
  padding: 0 0.5rem;
  text-align: center;
  pointer-events: none;
}

.info-history__year.slick-current .info-history__marker::after {
  transform: scale(1.75);
}

.info-history__year-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  cursor: pointer;
  pointer-events: auto;
}

.info-history__year-content:hover .info-history__marker::after {
  transform: scale(1.75);
}

.info-history__year-label {
  font-size: 2.5rem;
  line-height: 1.25;
  color: var(--jago-header-bg);
}

.info-history__marker {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid var(--jago-header-bg);
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
}

.info-history__marker::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: var(--jago-gold);
  transition: transform 0.25s ease;
}

.info-history__contents {
  position: relative;
  z-index: 1;
  max-width: 21.625rem;
  margin: 0 auto 2rem;
}

.info-history__card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
  border-radius: 8px;
  background: white;
  text-align: center;
}

.info-history__card-title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--jago-header-bg);
}

.info-history__card-text {
  font-size: 1rem;
  line-height: 1.25;
  color: var(--jago-header-bg);
  opacity: 0.75;
}

.info-history__nav {
  position: relative;
  z-index: 1;
}

.info-history__arrow.slick-disabled {
  opacity: 0.1;
  cursor: default;
  pointer-events: none;
}

/* History arrows: no yellow slide; simple bg hover on desktop only */
.info-history__arrow::after {
  content: none;
}

.info-history__arrow::before {
  transition: background-color 0.2s ease;
}

@media (min-width: 1200px) and (hover: hover) {
  .info-history__arrow:hover:not(.slick-disabled)::before {
    background-color: var(--jago-gold);
  }
}

@media (max-width: 1199.98px) {
  .info-history {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .info-history__intro {
    margin-bottom: 5rem;
    max-width: 450px;
  }

  .info-history__lead {
    max-width: none;
  }

  .info-history__years .slick-list {
    overflow: hidden;
  }

  .info-history__year {
    width: auto;
    padding: 0;
  }

  .info-history__year-label {
    font-size: 2.5rem;
  }

  .info-history__line {
    top: 6rem;
  }

  .info-history__title {
    font-size: 2rem;
  }

  .info-history__stage {
    padding-bottom: 0;
  }

  .info-history__contents {
    max-width: 100%;
    margin: 0 1rem 4rem;
  }

  .info-history__card {
    max-width: 300px;
    margin: 0 auto;
  }
}

@media (max-width: 767.98px) {
  .info-history__intro {
    max-width: none;
  }

  .info-history__card {
    max-width: none;
    margin: 0;
  }
}
