:root {
  --zep-fan-orange: #ff6b1a;
  --zep-fan-gold: #ffab16;
  --zep-fan-navy: #082f49;
  --zep-fan-ink: #0b1f33;
  --zep-fan-border: rgba(8, 47, 73, 0.16);
}

/* Five brand-compatible palettes x ten layout systems = 50 stable designs. */
.zep-palette-1 { --zep-bg:#eef5f8; --zep-surface:#fff; --zep-surface-2:#e2eef3; --zep-primary:#082f49; --zep-accent:#ff6b1a; --zep-accent-2:#ffab16; --zep-text:#102536; --zep-muted:#52697a; --zep-line:rgba(8,47,73,.16); }
.zep-palette-2 { --zep-bg:#f4f0eb; --zep-surface:#fffdfa; --zep-surface-2:#eae0d5; --zep-primary:#24211f; --zep-accent:#b8552d; --zep-accent-2:#d49a45; --zep-text:#28231f; --zep-muted:#6e6258; --zep-line:rgba(36,33,31,.16); }
.zep-palette-3 { --zep-bg:#edf6f3; --zep-surface:#fbfffd; --zep-surface-2:#d8ece6; --zep-primary:#0f4c4c; --zep-accent:#e36b35; --zep-accent-2:#e9b949; --zep-text:#163b3b; --zep-muted:#527170; --zep-line:rgba(15,76,76,.16); }
.zep-palette-4 { --zep-bg:#f7f0f1; --zep-surface:#fffafb; --zep-surface-2:#eedde0; --zep-primary:#542735; --zep-accent:#c45a32; --zep-accent-2:#d5a845; --zep-text:#3e2730; --zep-muted:#765d66; --zep-line:rgba(84,39,53,.16); }
.zep-palette-5 { --zep-bg:#eef2f8; --zep-surface:#fbfcff; --zep-surface-2:#dfe7f2; --zep-primary:#183b65; --zep-accent:#ed6a2c; --zep-accent-2:#36a3a8; --zep-text:#1b3048; --zep-muted:#5a6c82; --zep-line:rgba(24,59,101,.16); }

body.zep-designed-page:not(.zep-custom-home) {
  --zep-radius: 26px;
  --zep-shadow: 0 22px 60px rgba(4, 31, 49, .10);
  background: var(--zep-bg);
  color: var(--zep-text);
}

body.zep-designed-page:not(.zep-custom-home) .wp-site-blocks {
  overflow: clip;
  background:
    radial-gradient(circle at 8% 4%, color-mix(in srgb, var(--zep-accent) 12%, transparent), transparent 26rem),
    var(--zep-bg);
}

body.zep-designed-page:not(.zep-custom-home) .wp-site-blocks > header {
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
  border-bottom: 1px solid color-mix(in srgb, var(--zep-accent) 30%, transparent);
  background: color-mix(in srgb, var(--zep-primary) 94%, transparent);
  color: #fff;
  box-shadow: 0 12px 36px rgba(3, 25, 40, .16);
  backdrop-filter: blur(14px);
}

body.admin-bar.zep-designed-page:not(.zep-custom-home) .wp-site-blocks > header { top: 32px; }

body.zep-designed-page:not(.zep-custom-home) .wp-site-blocks > header :is(a,p) {
  color: #fff;
}

body.zep-designed-page:not(.zep-custom-home) .wp-site-blocks > footer {
  margin-top: 0;
  background: var(--zep-primary);
  color: #fff;
}

body.zep-designed-page:not(.zep-custom-home) .wp-site-blocks > footer :is(a,p) {
  color: #fff;
}

body.zep-designed-page:not(.zep-custom-home) main {
  width: 100%;
  max-width: none !important;
  margin: 0;
}

body.zep-designed-page:not(.zep-custom-home) .wp-block-post-title {
  width: min(1180px, calc(100% - 40px));
  margin: clamp(54px, 8vw, 110px) auto 22px;
  color: var(--zep-primary);
  font-size: clamp(2.15rem, 5vw, 5.2rem);
  line-height: .98;
  letter-spacing: -.045em;
}

body.zep-designed-page:not(.zep-custom-home) .entry-content {
  width: min(1240px, calc(100% - 40px));
  max-width: none !important;
  margin: 0 auto clamp(70px, 10vw, 140px);
}

.zep-page-section {
  position: relative;
  margin: clamp(20px, 3vw, 38px) 0;
  padding: clamp(28px, 5vw, 72px);
  border: 1px solid var(--zep-line);
  border-radius: var(--zep-radius);
  background: var(--zep-surface);
  box-shadow: var(--zep-shadow);
  overflow: clip;
}

.zep-page-section:nth-child(4n+2) {
  background: linear-gradient(135deg, var(--zep-surface), var(--zep-surface-2));
}

.zep-page-section > :first-child { margin-top: 0; }
.zep-page-section > :last-child { margin-bottom: 0; }
.zep-page-section h2 { color: var(--zep-primary); font-size: clamp(1.75rem, 3.2vw, 3.4rem); line-height: 1.08; letter-spacing: -.035em; }
.zep-page-section h3 { color: var(--zep-primary); font-size: clamp(1.25rem, 2vw, 2rem); line-height: 1.2; }
.zep-page-section p, .zep-page-section li { color: var(--zep-text); font-size: clamp(1rem, 1.15vw, 1.14rem); line-height: 1.78; }
.zep-page-section a { color: var(--zep-primary); text-decoration-color: var(--zep-accent); text-underline-offset: .22em; }
.zep-page-section a:hover { color: var(--zep-accent); }

.zep-page-intro {
  min-height: min(72vh, 720px);
  display: grid;
  align-content: center;
  background:
    linear-gradient(120deg, color-mix(in srgb, var(--zep-primary) 95%, transparent), color-mix(in srgb, var(--zep-primary) 80%, var(--zep-accent))),
    var(--zep-primary) !important;
  color: #fff;
}
.zep-page-intro :is(h2,h3,p,a) { color: #fff !important; }
.zep-page-intro .wp-block-button__link { background: var(--zep-accent); color: #fff; border-radius: 999px; }

/* Layout 1: editorial rule */
.zep-layout-1 { --zep-radius: 10px; --zep-shadow: 0 16px 42px rgba(4,31,49,.08); }
.zep-layout-1 .zep-page-section { border-left: 8px solid var(--zep-accent); }
.zep-layout-1 .zep-page-section h2 { font-family: Georgia, 'Times New Roman', serif; }

/* Layout 2: alternating split canvas */
.zep-layout-2 .zep-page-section:nth-child(even) { margin-left: clamp(0px, 6vw, 76px); }
.zep-layout-2 .zep-page-section:nth-child(odd):not(.zep-page-intro) { margin-right: clamp(0px, 6vw, 76px); }
.zep-layout-2 .zep-page-section h2 { max-width: 18ch; }

/* Layout 3: architectural blueprint */
.zep-layout-3 { --zep-radius: 0px; }
.zep-layout-3 .zep-page-section { background-image: linear-gradient(var(--zep-line) 1px, transparent 1px), linear-gradient(90deg, var(--zep-line) 1px, transparent 1px); background-size: 28px 28px; }
.zep-layout-3 .zep-page-section h2 { text-transform: uppercase; letter-spacing: .02em; border-bottom: 2px solid var(--zep-accent); padding-bottom: .4em; }

/* Layout 4: glass studio */
.zep-layout-4 { --zep-radius: 38px; --zep-shadow: 0 30px 80px rgba(4,31,49,.14); }
.zep-layout-4 .zep-page-section { background: color-mix(in srgb, var(--zep-surface) 82%, transparent); backdrop-filter: blur(16px); }
.zep-layout-4 .zep-page-section::before { content:''; position:absolute; width:180px; height:180px; border-radius:50%; right:-80px; top:-90px; background:color-mix(in srgb,var(--zep-accent) 18%,transparent); }

/* Layout 5: industrial module */
.zep-layout-5 { --zep-radius: 6px; --zep-shadow: 10px 10px 0 color-mix(in srgb, var(--zep-primary) 15%, transparent); }
.zep-layout-5 .zep-page-section::before { content:counter(zep-section, decimal-leading-zero); counter-increment:zep-section; display:block; color:var(--zep-accent); font-weight:900; letter-spacing:.12em; margin-bottom:18px; }
.zep-layout-5 .entry-content { counter-reset:zep-section; }
.zep-layout-5 .zep-page-section h2 { text-transform:uppercase; font-family:'Arial Narrow', Arial, sans-serif; letter-spacing:.015em; }

/* Layout 6: centered gallery */
.zep-layout-6 .zep-page-section { text-align:center; }
.zep-layout-6 .zep-page-section > :is(p,ul,ol,figure,details,.wp-block-columns) { text-align:left; }
.zep-layout-6 .zep-page-section h2 { max-width:22ch; margin-left:auto; margin-right:auto; }
.zep-layout-6 .zep-page-section h2::after { content:''; display:block; width:72px; height:5px; margin:22px auto; border-radius:99px; background:var(--zep-accent); }

/* Layout 7: project timeline */
.zep-layout-7 .zep-page-section:not(.zep-page-intro) { margin-left:42px; overflow:visible; }
.zep-layout-7 .zep-page-section:not(.zep-page-intro)::before { content:counter(zep-timeline); counter-increment:zep-timeline; position:absolute; left:-62px; top:42px; width:44px; height:44px; display:grid; place-items:center; border-radius:50%; background:var(--zep-accent); color:#fff; font-weight:800; box-shadow:0 0 0 8px var(--zep-bg); }
.zep-layout-7 .entry-content { counter-reset:zep-timeline; }

/* Layout 8: asymmetric modular */
.zep-layout-8 .zep-page-section:nth-child(3n+2) { border-radius:70px 18px 70px 18px; }
.zep-layout-8 .zep-page-section:nth-child(3n) { border-radius:18px 70px 18px 70px; }
.zep-layout-8 .zep-page-section h2 { border-left:6px solid var(--zep-accent); padding-left:20px; }

/* Layout 9: coastal curves */
.zep-layout-9 { --zep-radius: 64px 18px 64px 18px; }
.zep-layout-9 .zep-page-section:nth-child(even) { border-radius:18px 64px 18px 64px; }
.zep-layout-9 .zep-page-section { box-shadow:0 26px 0 color-mix(in srgb,var(--zep-accent-2) 18%,transparent); }

/* Layout 10: executive dark accents */
.zep-layout-10 { --zep-radius: 18px; }
.zep-layout-10 .zep-page-section:nth-child(3n+2) { background:var(--zep-primary); color:#fff; }
.zep-layout-10 .zep-page-section:nth-child(3n+2) :is(h2,h3,p,li,a) { color:#fff; }
.zep-layout-10 .zep-page-section h2 { font-family:Georgia, 'Times New Roman', serif; }

/* Tables, FAQ, embeds and content controls remain usable at every width. */
.zep-page-section figure.wp-block-table { width:100%; max-width:100%; overflow-x:auto; -webkit-overflow-scrolling:touch; border:1px solid var(--zep-line); border-radius:16px; }
.zep-page-section table { width:100%; min-width:680px; border-collapse:collapse; background:var(--zep-surface); }
.zep-page-section th { background:var(--zep-primary); color:#fff; text-align:left; }
.zep-page-section :is(th,td) { padding:16px 18px; border:1px solid var(--zep-line); vertical-align:top; }
.zep-page-section iframe { display:block; width:100%; max-width:100%; min-height:360px; border:0; border-radius:18px; }
.zep-faq-stack details { background:var(--zep-surface); }
.zep-faq-stack summary { cursor:pointer; color:var(--zep-primary); font-weight:800; line-height:1.4; }
.zep-faq-stack details[open] { border-color:var(--zep-accent); box-shadow:0 20px 50px color-mix(in srgb,var(--zep-accent) 16%,transparent); }
.zep-fan-stack.wp-block-list { list-style:none; padding-left:0; }
.zep-fan-stack.wp-block-list > .zep-fan-card,
.zep-faq-stack > .zep-fan-card { padding:clamp(20px,2.4vw,30px); background:var(--zep-surface); }

.zep-fan-stack {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 270px), 1fr)) !important;
  gap: clamp(18px, 2.2vw, 30px) !important;
  overflow: visible !important;
  isolation: isolate;
  perspective: 1200px;
}

.zep-fan-stack > .zep-fan-card {
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid var(--zep-fan-border);
  border-radius: clamp(18px, 2vw, 26px);
  box-shadow:
    0 18px 45px rgba(3, 27, 43, 0.12),
    0 4px 12px rgba(3, 27, 43, 0.08);
  transform: translateY(var(--zep-card-lift, 0)) rotate(var(--zep-card-angle, 0deg));
  transform-origin: 50% 88%;
  transition:
    transform 420ms cubic-bezier(.2, .8, .2, 1),
    box-shadow 420ms ease,
    border-color 260ms ease,
    filter 260ms ease;
  will-change: transform;
  z-index: calc(10 + var(--zep-card-index, 0));
}

.entry-content > .zep-fan-stack > .zep-fan-card {
  padding: clamp(22px, 2.8vw, 34px);
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 171, 22, 0.14), transparent 38%),
    #fff;
}

.zep-fan-stack:hover > .zep-fan-card,
.zep-fan-stack:focus-within > .zep-fan-card {
  transform: translateY(0) rotate(0deg);
}

.zep-fan-stack > .zep-fan-card:hover,
.zep-fan-stack > .zep-fan-card:focus-within {
  z-index: 50;
  transform: translateY(-12px) rotate(0deg) scale(1.018);
  border-color: rgba(255, 107, 26, 0.55);
  box-shadow:
    0 30px 70px rgba(3, 27, 43, 0.18),
    0 10px 25px rgba(255, 107, 26, 0.14);
}

.zep-fan-stack > .zep-fan-card::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(115deg, transparent 30%, rgba(255, 255, 255, 0.18), transparent 62%);
  opacity: 0;
  transform: translateX(-35%);
  transition: opacity 260ms ease, transform 520ms ease;
}

.zep-fan-stack > .zep-fan-card:hover::after,
.zep-fan-stack > .zep-fan-card:focus-within::after {
  opacity: 1;
  transform: translateX(35%);
}

.zep-fan-stack img {
  max-width: 100%;
  height: auto;
}

.zep-fan-stack .wp-block-table,
.zep-fan-stack figure.wp-block-table {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 781px) {
  body.admin-bar.zep-designed-page:not(.zep-custom-home) .wp-site-blocks > header { top: 46px; }
  body.zep-designed-page:not(.zep-custom-home) .wp-block-post-title,
  body.zep-designed-page:not(.zep-custom-home) .entry-content { width:min(100% - 24px, 1240px); }
  body.zep-designed-page:not(.zep-custom-home) .wp-block-post-title { margin-top:38px; }
  .zep-page-section { padding:24px 20px; border-radius:20px !important; margin:16px 0 !important; }
  .zep-page-intro { min-height:auto; padding-top:48px; padding-bottom:48px; }
  .zep-layout-7 .zep-page-section:not(.zep-page-intro) { margin-left:0 !important; }
  .zep-layout-7 .zep-page-section:not(.zep-page-intro)::before { position:static; margin-bottom:18px; box-shadow:none; }
  .zep-page-section table { min-width:620px; }
  .zep-page-section iframe { min-height:300px; }
  .zep-fan-stack {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    perspective: none;
  }

  .zep-fan-stack > .zep-fan-card,
  .zep-fan-stack:hover > .zep-fan-card,
  .zep-fan-stack:focus-within > .zep-fan-card,
  .zep-fan-stack > .zep-fan-card:hover,
  .zep-fan-stack > .zep-fan-card:focus-within {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .zep-fan-stack > .zep-fan-card,
  .zep-fan-stack > .zep-fan-card::after {
    transition: none !important;
    transform: none !important;
  }
}

/* --------------------------------------------------------------------------
   ZEPINDO LUX 2.0
   Full-bleed visual rhythm inspired by premium consumer-brand storytelling,
   translated into ZEPINDO's own navy, copper and gold identity.
   -------------------------------------------------------------------------- */

body.zep-lux {
  --zep-lux-navy: #061c2d;
  --zep-lux-navy-2: #0a344d;
  --zep-lux-copper: #f2662d;
  --zep-lux-gold: #ffb31a;
  --zep-lux-ivory: #f7f3ec;
  --zep-lux-white: #fff;
  --zep-lux-ink: #102536;
  --zep-lux-muted: #607080;
  --zep-lux-line: rgba(8, 47, 73, .14);
  --zep-lux-shadow: 0 28px 80px rgba(5, 28, 45, .13);
  background: var(--zep-lux-ivory);
}

body.zep-lux .wp-site-blocks {
  overflow: clip;
}

.zep-scroll-progress {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  transform: scaleX(0);
  transform-origin: 0 50%;
  background: linear-gradient(90deg, var(--zep-lux-copper), var(--zep-lux-gold));
  box-shadow: 0 0 22px rgba(255, 179, 26, .55);
  pointer-events: none;
}

.zep-lux-whatsapp {
  position: fixed;
  z-index: 9990;
  right: clamp(14px, 2vw, 28px);
  bottom: clamp(14px, 2vw, 28px);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 56px;
  padding: 8px 18px 8px 8px;
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 999px;
  background: rgba(6, 28, 45, .94);
  color: #fff !important;
  font: 800 14px/1 system-ui, sans-serif;
  text-decoration: none !important;
  box-shadow: 0 18px 48px rgba(5, 28, 45, .28);
  backdrop-filter: blur(14px);
  transition: transform .25s ease, box-shadow .25s ease;
}

.zep-lux-whatsapp span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--zep-lux-copper), var(--zep-lux-gold));
  color: #091f2f;
  font-size: 12px;
  font-weight: 950;
}

.zep-lux-whatsapp:hover { transform: translateY(-4px); box-shadow: 0 24px 60px rgba(5, 28, 45, .36); }

/* Homepage: genuinely full width, wide editorial canvas, layered hero. */
body.zep-lux.zep-custom-home .entry-content,
body.zep-lux.zep-custom-home main,
body.zep-lux.zep-custom-home .zep-home {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.zep-lux .zep-home {
  --navy: var(--zep-lux-navy);
  --teal: #0d6075;
  --amber: var(--zep-lux-gold);
  --ink: var(--zep-lux-ink);
  --cloud: #f2f0eb;
  --line: var(--zep-lux-line);
  background: var(--zep-lux-ivory);
}

body.zep-lux .zep-home .zep-wrap,
body.zep-lux .zep-nav-inner {
  width: min(1440px, calc(100% - clamp(32px, 7vw, 112px)));
}

body.zep-lux .zep-nav {
  background: color-mix(in srgb, var(--zep-lux-navy) 91%, transparent);
  border-bottom-color: rgba(255,255,255,.1);
  box-shadow: 0 18px 48px rgba(3, 24, 39, .16);
}

body.zep-lux .zep-nav-inner { min-height: 92px; }
body.zep-lux .zep-brand-logo { box-shadow: 0 14px 40px rgba(242, 102, 45, .18); }
body.zep-lux .zep-nav-contact {
  background: linear-gradient(135deg, var(--zep-lux-copper), var(--zep-lux-gold));
  box-shadow: 0 12px 30px rgba(242, 102, 45, .2);
}

body.zep-lux .zep-hero {
  min-height: min(920px, calc(100svh - 20px));
  padding: clamp(112px, 14vh, 170px) 0 clamp(82px, 11vh, 125px);
  background-position: center;
  overflow: clip;
}

body.zep-lux .zep-hero::before {
  content: '';
  position: absolute;
  z-index: -1;
  inset: auto -12vw -26vw auto;
  width: 58vw;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 179, 26, .28);
  border-radius: 50%;
  box-shadow: inset 0 0 0 7vw rgba(255, 255, 255, .025), inset 0 0 0 13vw rgba(255, 255, 255, .018);
  pointer-events: none;
}

body.zep-lux .zep-hero::after {
  background:
    radial-gradient(circle at 76% 32%, rgba(255,179,26,.24), transparent 25%),
    linear-gradient(90deg, rgba(3,24,39,.97) 0%, rgba(3,24,39,.84) 43%, rgba(3,24,39,.20) 78%),
    linear-gradient(180deg, transparent 55%, rgba(3,24,39,.72));
}

body.zep-lux .zep-hero-content { max-width: 1020px; }
body.zep-lux .zep-hero h1 {
  max-width: 13.5ch;
  font-size: clamp(3rem, 6.5vw, 7rem);
  line-height: .93;
  letter-spacing: -.06em;
  text-wrap: balance;
}

body.zep-lux .zep-hero .zep-lead {
  max-width: 780px;
  margin-top: 30px;
  color: rgba(255,255,255,.82);
  font-size: clamp(1.05rem, 1.45vw, 1.35rem);
  line-height: 1.72;
}

body.zep-lux .zep-btn {
  position: relative;
  min-height: 58px;
  padding: 15px 26px;
  border: 1px solid transparent;
  box-shadow: 0 14px 34px rgba(5, 28, 45, .16);
  overflow: hidden;
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

body.zep-lux .zep-btn:hover { transform: translateY(-4px); box-shadow: 0 22px 46px rgba(5, 28, 45, .24); }
body.zep-lux .zep-btn:first-child { background: linear-gradient(135deg, var(--zep-lux-copper), var(--zep-lux-gold)); }

/* Alternating full-bleed storytelling sections. */
body.zep-lux .zep-home > .zep-lux-section {
  position: relative;
  padding: clamp(88px, 10vw, 160px) 0;
  isolation: isolate;
  overflow: clip;
}

body.zep-lux .zep-home > .zep-lux-section:nth-of-type(4n+2) {
  background: var(--zep-lux-navy);
  color: #fff;
}

body.zep-lux .zep-home > .zep-lux-section:nth-of-type(4n+3) {
  background:
    radial-gradient(circle at 92% 8%, rgba(242,102,45,.14), transparent 25rem),
    #fff;
}

body.zep-lux .zep-home > .zep-lux-section::after,
body.zep-lux:not(.zep-custom-home) .zep-page-section::after {
  content: var(--zep-section-number, '');
  position: absolute;
  z-index: -1;
  top: clamp(20px, 4vw, 54px);
  right: clamp(20px, 4vw, 70px);
  color: rgba(8, 47, 73, .045);
  font: 950 clamp(6rem, 18vw, 17rem)/.75 system-ui, sans-serif;
  letter-spacing: -.08em;
  pointer-events: none;
}

body.zep-lux .zep-home > .zep-dark::after,
body.zep-lux .zep-home > .zep-lux-section:nth-of-type(4n+2)::after { color: rgba(255,255,255,.045); }

body.zep-lux .zep-home h2 {
  max-width: 17ch;
  font-size: clamp(2.35rem, 4.5vw, 5.2rem);
  line-height: .98;
  letter-spacing: -.055em;
  text-wrap: balance;
}

body.zep-lux .zep-home .zep-sublead { font-size: clamp(1.05rem, 1.3vw, 1.28rem); line-height: 1.78; }

/* Luxury fan-out cards and mosaic imagery. */
body.zep-lux .zep-fan-stack { gap: clamp(22px, 2.4vw, 36px) !important; }

body.zep-lux .zep-fan-card,
body.zep-lux .zep-card,
body.zep-lux .zep-step {
  border-color: rgba(8, 47, 73, .12);
  border-radius: clamp(22px, 2vw, 34px);
  background:
    radial-gradient(circle at var(--zep-pointer-x, 88%) var(--zep-pointer-y, 8%), rgba(255,179,26,.18), transparent 12rem),
    rgba(255,255,255,.96);
  box-shadow: var(--zep-lux-shadow);
}

body.zep-lux .zep-fan-stack > .zep-fan-card {
  transform: translateY(var(--zep-card-lift, 0)) rotate(calc(var(--zep-card-angle, 0deg) * 1.35));
  transition: transform .5s cubic-bezier(.2,.75,.2,1), box-shadow .4s ease, border-color .3s ease;
}

body.zep-lux .zep-fan-stack > .zep-fan-card:hover,
body.zep-lux .zep-fan-stack > .zep-fan-card:focus-within {
  transform: translateY(-16px) rotate(0deg) scale(1.025);
  border-color: rgba(242,102,45,.48);
  box-shadow: 0 40px 100px rgba(5,28,45,.20), 0 14px 38px rgba(242,102,45,.12);
}

body.zep-lux .zep-card::before { height: 6px; background: linear-gradient(90deg, var(--zep-lux-copper), var(--zep-lux-gold)); }
body.zep-lux .zep-image,
body.zep-lux .zep-split,
body.zep-lux .zep-page-section img {
  border-radius: clamp(24px, 3vw, 48px);
  box-shadow: 0 32px 80px rgba(5,28,45,.16);
}

body.zep-lux .zep-image,
body.zep-lux .zep-split img,
body.zep-lux .zep-page-section img { transition: transform .7s cubic-bezier(.2,.75,.2,1), filter .4s ease; }
body.zep-lux .zep-image:hover,
body.zep-lux .zep-split:hover img,
body.zep-lux .zep-page-section figure:hover img { transform: scale(1.025); filter: saturate(1.06) contrast(1.03); }

/* Tables become readable, premium decision tools. */
body.zep-lux .zep-lux-table {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: clamp(28px, 4vw, 54px) 0;
  border: 1px solid rgba(8,47,73,.12) !important;
  border-radius: 26px !important;
  background: #fff;
  box-shadow: 0 24px 65px rgba(5,28,45,.11);
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch;
}

body.zep-lux .zep-lux-table table {
  width: 100% !important;
  min-width: 760px;
  border-collapse: separate;
  border-spacing: 0;
}

body.zep-lux .zep-lux-table th {
  position: sticky;
  top: 0;
  z-index: 2;
  padding: 20px 22px !important;
  border-color: rgba(255,255,255,.1) !important;
  background: linear-gradient(135deg, var(--zep-lux-navy), var(--zep-lux-navy-2)) !important;
  color: #fff !important;
  font-size: .82rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}

body.zep-lux .zep-lux-table td { padding: 19px 22px !important; border-color: rgba(8,47,73,.09) !important; line-height: 1.55; }
body.zep-lux .zep-lux-table tbody tr:nth-child(even) { background: #f7f5f0; }
body.zep-lux .zep-lux-table tbody tr { transition: background .2s ease, transform .2s ease; }
body.zep-lux .zep-lux-table tbody tr:hover { background: #fff3e7; }

/* Strong full-bleed CTA treatment. */
body.zep-lux .zep-lux-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-color: rgba(255,255,255,.14) !important;
  background:
    radial-gradient(circle at var(--zep-pointer-x, 82%) var(--zep-pointer-y, 22%), rgba(255,179,26,.36), transparent 20rem),
    linear-gradient(125deg, #061c2d 0%, #0a3a52 58%, #bc421c 160%) !important;
  color: #fff !important;
  box-shadow: 0 36px 95px rgba(5,28,45,.24) !important;
}

body.zep-lux .zep-lux-cta::before {
  content: '';
  position: absolute;
  z-index: -1;
  right: -8%;
  bottom: -72%;
  width: min(620px, 70vw);
  aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  box-shadow: inset 0 0 0 64px rgba(255,255,255,.025), inset 0 0 0 132px rgba(255,255,255,.018);
}

body.zep-lux .zep-lux-cta :is(h2,h3,p,li,a) { color: #fff !important; }
body.zep-lux .zep-lux-cta .zep-btn,
body.zep-lux .zep-lux-cta .wp-block-button__link {
  border-radius: 999px !important;
  background: linear-gradient(135deg, var(--zep-lux-copper), var(--zep-lux-gold)) !important;
  color: #091f2f !important;
  font-weight: 900;
  box-shadow: 0 16px 38px rgba(242,102,45,.24);
}

/* Service pages: full-width section rhythm while preserving 50 variants. */
body.zep-lux.zep-designed-page:not(.zep-custom-home) main { width: 100%; max-width: none !important; }
body.zep-lux.zep-designed-page:not(.zep-custom-home) .wp-block-post-title {
  width: min(1440px, calc(100% - clamp(32px, 7vw, 112px)));
  margin-top: clamp(72px, 9vw, 132px);
  font-size: clamp(2.8rem, 6.4vw, 7rem);
  line-height: .92;
}

body.zep-lux.zep-designed-page:not(.zep-custom-home) .entry-content {
  width: 100%;
  margin: 0 0 clamp(80px, 10vw, 150px);
}

body.zep-lux.zep-designed-page:not(.zep-custom-home) .zep-page-section {
  width: min(1440px, calc(100% - clamp(32px, 7vw, 112px)));
  margin: clamp(30px, 5vw, 76px) auto;
  padding: clamp(36px, 6.2vw, 96px);
  border-radius: clamp(28px, 4vw, 58px);
}

body.zep-lux.zep-designed-page:not(.zep-custom-home) .zep-page-section:nth-child(4n+2) {
  width: 100%;
  padding-left: max(clamp(36px, 8vw, 128px), calc((100vw - 1440px) / 2 + 56px));
  padding-right: max(clamp(36px, 8vw, 128px), calc((100vw - 1440px) / 2 + 56px));
  border-inline: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 88% 12%, rgba(242,102,45,.2), transparent 26rem),
    linear-gradient(130deg, var(--zep-lux-navy), var(--zep-lux-navy-2));
  color: #fff;
}

body.zep-lux.zep-designed-page:not(.zep-custom-home) .zep-page-section:nth-child(4n+2) :is(h2,h3,p,li,a) { color: #fff; }
body.zep-lux.zep-designed-page:not(.zep-custom-home) .zep-page-section h2 {
  max-width: 18ch;
  font-size: clamp(2.15rem, 4.3vw, 5rem);
  line-height: 1;
}

body.zep-lux.zep-designed-page:not(.zep-custom-home) .zep-page-intro {
  width: 100%;
  min-height: min(780px, 82svh);
  margin-top: 0;
  padding-left: max(clamp(36px, 8vw, 128px), calc((100vw - 1440px) / 2 + 56px));
  padding-right: max(clamp(36px, 8vw, 128px), calc((100vw - 1440px) / 2 + 56px));
  border-radius: 0;
}

/* Progressive scroll reveals: content remains visible without JavaScript. */
.zep-fanout-ready .zep-reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity .72s ease var(--zep-reveal-delay, 0ms), transform .72s cubic-bezier(.2,.75,.2,1) var(--zep-reveal-delay, 0ms);
}

.zep-fanout-ready .zep-reveal.zep-in-view { opacity: 1; transform: none; }

@media (max-width: 900px) {
  body.zep-lux .zep-home .zep-wrap,
  body.zep-lux .zep-nav-inner { width: min(100% - 30px, 1440px); }
  body.zep-lux .zep-nav-inner { min-height: 74px; }
  body.zep-lux .zep-hero { min-height: 760px; background-position: 62% center; }
  body.zep-lux .zep-hero::after {
    background: linear-gradient(90deg, rgba(3,24,39,.96), rgba(3,24,39,.72) 68%, rgba(3,24,39,.26));
  }
  body.zep-lux .zep-home > .zep-lux-section { padding: 82px 0; }
  body.zep-lux.zep-designed-page:not(.zep-custom-home) .wp-block-post-title,
  body.zep-lux.zep-designed-page:not(.zep-custom-home) .zep-page-section { width: min(100% - 28px, 1440px); }
  body.zep-lux.zep-designed-page:not(.zep-custom-home) .zep-page-section:nth-child(4n+2),
  body.zep-lux.zep-designed-page:not(.zep-custom-home) .zep-page-intro { width: 100%; padding-left: 24px; padding-right: 24px; }
}

@media (max-width: 640px) {
  .zep-scroll-progress { height: 3px; }
  .zep-lux-whatsapp { right: 12px; bottom: 12px; padding-right: 10px; }
  .zep-lux-whatsapp strong { display: none; }
  body.zep-lux .zep-hero { min-height: 730px; padding-top: 90px; background-position: 68% center; }
  body.zep-lux .zep-hero h1 { font-size: clamp(2.7rem, 12.5vw, 4.2rem); max-width: 12ch; }
  body.zep-lux .zep-hero .zep-lead { font-size: 1rem; }
  body.zep-lux .zep-btn { width: 100%; min-height: 54px; }
  body.zep-lux .zep-home > .zep-lux-section { padding: 68px 0; }
  body.zep-lux .zep-home h2 { font-size: clamp(2.25rem, 10vw, 3.5rem); }
  body.zep-lux .zep-fan-stack { grid-template-columns: 1fr !important; }
  body.zep-lux .zep-fan-stack > .zep-fan-card,
  body.zep-lux .zep-fan-stack > .zep-fan-card:hover { transform: none; }
  body.zep-lux .zep-lux-table { border-radius: 18px !important; }
  body.zep-lux .zep-lux-table table { min-width: 680px; }
  body.zep-lux.zep-designed-page:not(.zep-custom-home) .wp-block-post-title { font-size: clamp(2.5rem, 12vw, 4rem); margin-top: 54px; }
  body.zep-lux.zep-designed-page:not(.zep-custom-home) .zep-page-section { padding: 30px 22px; border-radius: 24px; }
  body.zep-lux.zep-designed-page:not(.zep-custom-home) .zep-page-section h2 { font-size: clamp(2rem, 9vw, 3.15rem); }
}

@media (prefers-reduced-motion: reduce) {
  .zep-fanout-ready .zep-reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  .zep-scroll-progress { display: none; }
  body.zep-lux * { scroll-behavior: auto !important; }
}

/* 2.0.1 service-page polish: compact branded navigation and a true hero title. */
body.zep-lux.zep-designed-page:not(.zep-custom-home) .wp-site-blocks > header > .wp-block-group {
  min-height: 86px;
  padding: 12px clamp(18px, 4vw, 64px) !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(18px, 3vw, 44px);
}

body.zep-lux.zep-designed-page:not(.zep-custom-home) .wp-site-blocks > header p {
  flex: 0 0 auto;
  margin: 0;
}

body.zep-lux.zep-designed-page:not(.zep-custom-home) .wp-site-blocks > header p a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  font-size: 0;
  text-decoration: none;
}

body.zep-lux.zep-designed-page:not(.zep-custom-home) .wp-site-blocks > header p a::before {
  content: '';
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  border-radius: 15px;
  background: url('https://zepindo.com/wp-content/uploads/2026/08/cropped-logo-zepindo-2-192x192.png') center/cover no-repeat;
  box-shadow: 0 12px 34px rgba(242,102,45,.2);
}

body.zep-lux.zep-designed-page:not(.zep-custom-home) .wp-site-blocks > header p a::after {
  content: 'ZEPINDO';
  color: #fff;
  font: 850 1.04rem/1 system-ui, sans-serif;
  letter-spacing: .12em;
}

body.zep-lux.zep-designed-page:not(.zep-custom-home) .wp-site-blocks > header nav {
  min-width: 0;
  flex: 1 1 auto;
}

body.zep-lux.zep-designed-page:not(.zep-custom-home) .wp-site-blocks > header nav ul {
  width: 100%;
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: clamp(10px, 1.2vw, 20px);
}

body.zep-lux.zep-designed-page:not(.zep-custom-home) .wp-site-blocks > header nav li { flex: 0 0 auto; }
body.zep-lux.zep-designed-page:not(.zep-custom-home) .wp-site-blocks > header nav a {
  position: relative;
  padding: 10px 0;
  font-size: clamp(.68rem, .78vw, .8rem);
  font-weight: 760;
  white-space: nowrap;
  opacity: .86;
  text-decoration: none;
}

body.zep-lux.zep-designed-page:not(.zep-custom-home) .wp-site-blocks > header nav a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3px;
  height: 2px;
  transform: scaleX(0);
  transform-origin: 0 50%;
  background: linear-gradient(90deg, var(--zep-lux-copper), var(--zep-lux-gold));
  transition: transform .24s ease;
}

body.zep-lux.zep-designed-page:not(.zep-custom-home) .wp-site-blocks > header nav a:hover::after,
body.zep-lux.zep-designed-page:not(.zep-custom-home) .wp-site-blocks > header nav .current-menu-item > a::after { transform: scaleX(1); }

body.zep-lux.zep-designed-page:not(.zep-custom-home) .wp-block-post-title {
  position: relative;
  isolation: isolate;
  width: 100%;
  min-height: clamp(420px, 54svh, 650px);
  margin: 0;
  padding:
    clamp(118px, 14vw, 190px)
    max(clamp(28px, 7vw, 112px), calc((100vw - 1440px) / 2 + 56px))
    clamp(70px, 9vw, 118px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 26%, rgba(255,179,26,.24), transparent 22rem),
    radial-gradient(circle at 95% 110%, rgba(242,102,45,.24), transparent 34rem),
    linear-gradient(125deg, #041725, #082f49 72%, #153d4c);
  color: #fff;
  font-weight: 900;
  text-shadow: 0 12px 40px rgba(0,0,0,.24);
}

body.zep-lux.zep-designed-page:not(.zep-custom-home) main {
  margin-block-start: 0 !important;
}

body.zep-lux.zep-designed-page:not(.zep-custom-home) main > .wp-block-group.alignfull {
  padding-top: 0 !important;
}

body.zep-lux.zep-designed-page:not(.zep-custom-home) main .wp-block-post-title {
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}

body.zep-lux.zep-designed-page:not(.zep-custom-home) .wp-block-post-title::before {
  content: 'PT ZETA PERKASA INDONESIA  •  MAKASSAR';
  position: absolute;
  top: clamp(70px, 8vw, 108px);
  left: max(clamp(28px, 7vw, 112px), calc((100vw - 1440px) / 2 + 56px));
  padding: 9px 14px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  background: rgba(255,255,255,.065);
  color: #ffd66a;
  font: 850 clamp(.66rem, .78vw, .78rem)/1 system-ui, sans-serif;
  letter-spacing: .12em;
  text-shadow: none;
}

body.zep-lux.zep-designed-page:not(.zep-custom-home) .wp-block-post-title::after {
  content: '';
  position: absolute;
  z-index: -1;
  right: -9vw;
  bottom: -26vw;
  width: min(700px, 62vw);
  aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  box-shadow: inset 0 0 0 7vw rgba(255,255,255,.025), inset 0 0 0 14vw rgba(255,255,255,.018);
}

body.zep-lux.zep-designed-page:not(.zep-custom-home) .zep-page-intro {
  min-height: clamp(580px, 70svh, 760px);
  margin-top: 0;
  box-shadow: 0 34px 90px rgba(5,28,45,.2);
}

@media (max-width: 1350px) {
  body.zep-lux.zep-designed-page:not(.zep-custom-home) .wp-site-blocks > header nav li:nth-child(2),
  body.zep-lux.zep-designed-page:not(.zep-custom-home) .wp-site-blocks > header nav li:nth-child(3),
  body.zep-lux.zep-designed-page:not(.zep-custom-home) .wp-site-blocks > header nav li:nth-child(6),
  body.zep-lux.zep-designed-page:not(.zep-custom-home) .wp-site-blocks > header nav li:nth-child(8) { display: none; }
}

@media (max-width: 760px) {
  body.zep-lux.zep-designed-page:not(.zep-custom-home) .wp-site-blocks > header > .wp-block-group { min-height: 72px; padding: 8px 16px !important; }
  body.zep-lux.zep-designed-page:not(.zep-custom-home) .wp-site-blocks > header p a::before { width: 46px; height: 46px; flex-basis: 46px; border-radius: 13px; }
  body.zep-lux.zep-designed-page:not(.zep-custom-home) .wp-site-blocks > header p a::after { font-size: .86rem; }
  body.zep-lux.zep-designed-page:not(.zep-custom-home) .wp-site-blocks > header nav li { display: none !important; }
  body.zep-lux.zep-designed-page:not(.zep-custom-home) .wp-site-blocks > header nav li:first-child,
  body.zep-lux.zep-designed-page:not(.zep-custom-home) .wp-site-blocks > header nav li:nth-child(7) { display: block !important; }
  body.zep-lux.zep-designed-page:not(.zep-custom-home) .wp-site-blocks > header nav ul { gap: 12px; }
  body.zep-lux.zep-designed-page:not(.zep-custom-home) .wp-site-blocks > header nav a { font-size: .68rem; }
  body.zep-lux.zep-designed-page:not(.zep-custom-home) .wp-block-post-title {
    min-height: 500px;
    padding: 150px 22px 72px;
    font-size: clamp(2.85rem, 13vw, 4.3rem);
  }
  body.zep-lux.zep-designed-page:not(.zep-custom-home) .wp-block-post-title::before { top: 94px; left: 22px; right: 22px; width: max-content; max-width: calc(100% - 44px); font-size: .6rem; }
}

@media (max-width: 440px) {
  body.zep-lux.zep-designed-page:not(.zep-custom-home) .wp-site-blocks > header p a::after { display: none; }
  body.zep-lux.zep-designed-page:not(.zep-custom-home) .wp-site-blocks > header nav li:first-child { display: none !important; }
}

/* --------------------------------------------------------------------------
   ZEPINDO FULL-BLEED SERVICE EXPERIENCE 3.0
   -------------------------------------------------------------------------- */

body.zep-lux.zep-designed-page:not(.zep-custom-home) {
  --zep-service-pad: max(clamp(24px, 6vw, 96px), calc((100vw - 1440px) / 2 + 54px));
  background: #f4f1eb;
}

body.zep-lux.zep-designed-page:not(.zep-custom-home),
body.zep-lux.zep-designed-page:not(.zep-custom-home) .wp-site-blocks,
body.zep-lux.zep-designed-page:not(.zep-custom-home) main,
body.zep-lux.zep-designed-page:not(.zep-custom-home) main > .wp-block-group.alignfull {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.zep-lux.zep-designed-page:not(.zep-custom-home) .wp-site-blocks > header {
  top: 0;
  z-index: 500;
  border-bottom: 1px solid rgba(255,255,255,.1);
  background: rgba(4, 24, 39, .94) !important;
  box-shadow: 0 20px 58px rgba(2,18,30,.2);
  backdrop-filter: blur(18px) saturate(1.2);
}

body.admin-bar.zep-lux.zep-designed-page:not(.zep-custom-home) .wp-site-blocks > header { top: 32px; }

body.zep-lux.zep-designed-page:not(.zep-custom-home) .wp-site-blocks > header > .wp-block-group {
  min-height: 76px;
  padding: 10px var(--zep-service-pad) !important;
  background: transparent !important;
}

body.zep-lux.zep-designed-page:not(.zep-custom-home) .wp-site-blocks > header nav a {
  color: rgba(255,255,255,.86) !important;
}

body.zep-lux.zep-designed-page:not(.zep-custom-home) .wp-site-blocks > header nav a:hover { color: #fff !important; }

body.zep-lux.zep-designed-page:not(.zep-custom-home) .wp-block-post-title {
  min-height: clamp(560px, 72svh, 820px);
  padding: clamp(150px, 17vw, 230px) var(--zep-service-pad) clamp(82px, 10vw, 132px);
  align-items: flex-end;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: clamp(3.4rem, 7vw, 8rem);
  line-height: .9;
  letter-spacing: -.065em;
}

body.zep-lux.zep-designed-page:not(.zep-custom-home) .wp-block-post-title::before {
  left: var(--zep-service-pad);
  top: clamp(88px, 10vw, 138px);
}

body.zep-lux.zep-designed-page:not(.zep-custom-home) .wp-block-post-title {
  background-image:
    linear-gradient(90deg, rgba(3,23,37,.96) 0%, rgba(3,23,37,.80) 48%, rgba(3,23,37,.26) 80%),
    url('https://zepindo.com/wp-content/uploads/2026/08/zepindo-kontraktor-renovasi-makassar-hero.webp');
}

body.zep-lux.zep-service-pondasi-makassar .wp-block-post-title,
body.zep-lux.zep-service-struktur-beton-makassar .wp-block-post-title {
  background-image:
    linear-gradient(90deg, rgba(3,23,37,.97) 0%, rgba(3,23,37,.80) 46%, rgba(3,23,37,.18) 82%),
    url('https://zepindo.com/wp-content/uploads/2026/08/zepindo-struktur-engineering-makassar.webp');
}

body.zep-lux.zep-service-renovasi-makassar .wp-block-post-title {
  background-image:
    linear-gradient(90deg, rgba(3,23,37,.96) 0%, rgba(3,23,37,.76) 47%, rgba(3,23,37,.15) 82%),
    url('https://zepindo.com/wp-content/uploads/2026/08/zepindo-before-after-renovasi-makassar.webp');
}

body.zep-lux.zep-service-interior-makassar .wp-block-post-title {
  background-image:
    linear-gradient(90deg, rgba(3,23,37,.95) 0%, rgba(3,23,37,.70) 46%, rgba(3,23,37,.12) 82%),
    url('https://zepindo.com/wp-content/uploads/2026/08/zepindo-interior-residential-makassar.webp');
}

body.zep-lux.zep-service-desain-rumah-makassar .wp-block-post-title {
  background-image:
    linear-gradient(90deg, rgba(3,23,37,.96) 0%, rgba(3,23,37,.74) 48%, rgba(3,23,37,.14) 82%),
    url('https://zepindo.com/wp-content/uploads/2026/08/zepindo-project-intelligence-makassar.webp');
}

/* Sticky, scroll-aware table of contents. */
.zep-service-nav {
  position: sticky;
  z-index: 420;
  top: 96px;
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(255,255,255,.1);
  background: rgba(6,28,45,.94);
  box-shadow: 0 16px 42px rgba(3,23,37,.16);
  backdrop-filter: blur(16px);
  overflow: hidden;
}

body.admin-bar .zep-service-nav { top: 128px; }

.zep-service-nav-track {
  display: flex;
  gap: 8px;
  width: min(1440px, 100%);
  margin: auto;
  padding: 10px max(18px, calc((100vw - 1440px) / 2 + 24px));
  overflow-x: auto;
  scrollbar-width: none;
  scroll-snap-type: x proximity;
}

.zep-service-nav-track::-webkit-scrollbar { display: none; }

.zep-service-nav a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  max-width: 260px;
  padding: 7px 14px 7px 8px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  color: rgba(255,255,255,.76) !important;
  text-decoration: none !important;
  scroll-snap-align: center;
  transition: color .25s ease, border-color .25s ease, background .25s ease, transform .25s ease;
}

.zep-service-nav a span {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,.09);
  color: #ffce55;
  font-size: .66rem;
  font-weight: 900;
}

.zep-service-nav a strong {
  overflow: hidden;
  font-size: .72rem;
  font-weight: 760;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zep-service-nav a:hover,
.zep-service-nav a.is-active {
  border-color: rgba(255,179,26,.56);
  background: linear-gradient(135deg, rgba(242,102,45,.22), rgba(255,179,26,.13));
  color: #fff !important;
  transform: translateY(-1px);
}

.zep-service-nav a.is-active span { background: linear-gradient(135deg, var(--zep-lux-copper), var(--zep-lux-gold)); color: #071f30; }

/* Every service section is a genuine full-width story panel. */
body.zep-lux.zep-designed-page:not(.zep-custom-home) .entry-content {
  position: relative;
  left: 50%;
  width: 100vw !important;
  max-width: none !important;
  margin: 0 0 0 -50vw !important;
  padding: 0 !important;
}

body.zep-lux.zep-designed-page:not(.zep-custom-home) .entry-content > .zep-page-section {
  left: auto !important;
  width: 100% !important;
  max-width: none !important;
  box-sizing: border-box;
  min-height: auto;
  margin: 0 !important;
  padding: clamp(84px, 10vw, 150px) var(--zep-service-pad) !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
  text-align: left;
  overflow: clip;
}

body.zep-lux.zep-designed-page:not(.zep-custom-home) .entry-content > .zep-page-section:nth-child(3n+2) {
  background:
    radial-gradient(circle at 91% 7%, rgba(242,102,45,.17), transparent 28rem),
    linear-gradient(130deg, #061c2d, #0a344d) !important;
  color: #fff;
}

body.zep-lux.zep-designed-page:not(.zep-custom-home) .entry-content > .zep-page-section:nth-child(3n) {
  background:
    linear-gradient(rgba(8,47,73,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8,47,73,.035) 1px, transparent 1px),
    #f4f1eb !important;
  background-size: 36px 36px !important;
}

body.zep-lux.zep-designed-page:not(.zep-custom-home) .entry-content > .zep-page-section:nth-child(3n+2) :is(h2,h3,p,li,a) { color: #fff; }

body.zep-lux.zep-designed-page:not(.zep-custom-home) .entry-content > .zep-page-section > :not(.zep-fan-stack):not(.zep-lux-table):not(.wp-block-gallery) {
  max-width: 1120px;
}

body.zep-lux.zep-designed-page:not(.zep-custom-home) .entry-content > .zep-page-section > p { max-width: 78ch; }

body.zep-lux.zep-designed-page:not(.zep-custom-home) .entry-content > .zep-page-section h2 {
  max-width: 19ch;
  margin: 0 0 clamp(24px, 3vw, 42px);
  font-size: clamp(2.55rem, 5.2vw, 6.2rem);
  line-height: .94;
  letter-spacing: -.055em;
  text-align: left;
  text-wrap: balance;
}

body.zep-lux.zep-designed-page:not(.zep-custom-home) .entry-content > .zep-page-section p,
body.zep-lux.zep-designed-page:not(.zep-custom-home) .entry-content > .zep-page-section li {
  font-size: clamp(1rem, 1.18vw, 1.18rem);
  line-height: 1.82;
}

/* First content panel becomes a cinematic text + gallery split. */
body.zep-lux.zep-designed-page:not(.zep-custom-home) .entry-content > .zep-page-intro {
  min-height: min(900px, 92svh);
  display: grid;
  grid-template-columns: minmax(0,.86fr) minmax(420px,1.14fr);
  align-items: center;
  gap: clamp(42px, 6vw, 92px);
  background:
    radial-gradient(circle at 86% 18%, rgba(255,179,26,.18), transparent 30rem),
    linear-gradient(125deg, #061c2d, #0a3a52) !important;
  color: #fff;
}

body.zep-lux.zep-designed-page:not(.zep-custom-home) .zep-page-intro > .wp-block-group {
  max-width: 760px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  color: #fff;
}

body.zep-lux.zep-designed-page:not(.zep-custom-home) .zep-page-intro :is(h2,h3,p,a) { color: #fff !important; }

body.zep-lux.zep-designed-page:not(.zep-custom-home) .zep-page-intro .wp-block-gallery {
  display: grid !important;
  grid-template-columns: 1.12fr .88fr;
  gap: 18px !important;
  width: 100%;
  max-width: none;
  margin: 0;
  align-items: stretch;
}

body.zep-lux.zep-designed-page:not(.zep-custom-home) .zep-page-intro .wp-block-image {
  position: relative;
  width: 100% !important;
  margin: 0 !important;
  overflow: hidden;
  border-radius: 34px;
  box-shadow: 0 34px 86px rgba(0,0,0,.28);
}

body.zep-lux.zep-designed-page:not(.zep-custom-home) .zep-page-intro .wp-block-image:nth-child(2) { transform: translateY(44px); }

body.zep-lux.zep-designed-page:not(.zep-custom-home) .zep-page-intro .wp-block-image img {
  width: 100% !important;
  height: clamp(460px, 56vw, 680px) !important;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
  border-radius: inherit;
  filter: saturate(.96) contrast(1.04);
}

body.zep-lux.zep-designed-page:not(.zep-custom-home) .zep-page-intro .wp-block-image figcaption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  margin: 0;
  padding: 13px 15px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 16px;
  background: rgba(3,23,37,.72);
  color: #fff;
  font-size: .75rem;
  line-height: 1.45;
  backdrop-filter: blur(12px);
}

/* Cards, lists, tables and FAQs expand to the editorial canvas. */
body.zep-lux.zep-designed-page:not(.zep-custom-home) .zep-fan-stack,
body.zep-lux.zep-designed-page:not(.zep-custom-home) .zep-lux-table {
  width: 100%;
  max-width: 1440px;
}

body.zep-lux.zep-designed-page:not(.zep-custom-home) .zep-fan-stack { grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)) !important; }

body.zep-lux.zep-designed-page:not(.zep-custom-home) .zep-fan-card {
  min-height: 100%;
  padding: clamp(24px, 3vw, 40px);
  border-radius: 30px;
}

body.zep-lux.zep-designed-page:not(.zep-custom-home) .zep-page-section:nth-child(3n+2) .zep-fan-card {
  border-color: rgba(255,255,255,.14);
  background:
    radial-gradient(circle at var(--zep-pointer-x, 86%) var(--zep-pointer-y, 12%), rgba(255,179,26,.2), transparent 12rem),
    rgba(255,255,255,.075);
  color: #fff;
  backdrop-filter: blur(12px);
}

body.zep-lux.zep-designed-page:not(.zep-custom-home) .zep-page-section:nth-child(3n+2) .zep-fan-card :is(h3,p,li,a,summary) { color: #fff !important; }

body.zep-lux.zep-designed-page:not(.zep-custom-home) .zep-lux-table { margin-top: clamp(34px, 4vw, 58px); }

body.zep-lux.zep-designed-page:not(.zep-custom-home) .zep-page-section iframe {
  width: 100%;
  min-height: 520px;
  border-radius: 32px;
  box-shadow: 0 30px 76px rgba(5,28,45,.16);
}

body.zep-lux.zep-designed-page:not(.zep-custom-home) .zep-lux-cta {
  min-height: min(720px, 82svh);
  display: grid;
  align-content: center;
}

@media (max-width: 980px) {
  body.zep-lux.zep-designed-page:not(.zep-custom-home) { --zep-service-pad: clamp(22px, 5vw, 52px); }
  body.zep-lux.zep-designed-page:not(.zep-custom-home) .wp-block-post-title { min-height: 620px; font-size: clamp(3.1rem, 10vw, 6rem); }
  body.zep-lux.zep-designed-page:not(.zep-custom-home) .entry-content > .zep-page-intro { min-height: auto; grid-template-columns: 1fr; }
  body.zep-lux.zep-designed-page:not(.zep-custom-home) .zep-page-intro .wp-block-gallery { max-width: 760px; }
  body.zep-lux.zep-designed-page:not(.zep-custom-home) .zep-page-intro .wp-block-image img { height: clamp(400px, 72vw, 620px) !important; }
}

@media (max-width: 781px) {
  body.admin-bar.zep-lux.zep-designed-page:not(.zep-custom-home) .wp-site-blocks > header { top: 46px; }
  .zep-service-nav { top: 72px; }
  body.admin-bar .zep-service-nav { top: 118px; }
  body.zep-lux.zep-designed-page:not(.zep-custom-home) .wp-site-blocks > header > .wp-block-group { min-height: 72px; }
  body.zep-lux.zep-designed-page:not(.zep-custom-home) .wp-block-post-title { min-height: 560px; padding-top: 150px; }
}

@media (max-width: 640px) {
  body.zep-lux.zep-designed-page:not(.zep-custom-home) {
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
  }
  body.zep-lux.zep-designed-page:not(.zep-custom-home) .wp-site-blocks,
  body.zep-lux.zep-designed-page:not(.zep-custom-home) main,
  body.zep-lux.zep-designed-page:not(.zep-custom-home) main > .wp-block-group.alignfull,
  body.zep-lux.zep-designed-page:not(.zep-custom-home) .entry-content {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    left: auto !important;
  }
  body.zep-lux.zep-designed-page:not(.zep-custom-home) .wp-block-post-title {
    min-height: 590px;
    padding: 150px 22px 72px;
    background-position: 62% center;
    font-size: clamp(3rem, 13vw, 4.7rem);
  }
  body.zep-lux.zep-designed-page:not(.zep-custom-home) .wp-block-post-title::before { left: 22px; top: 96px; }
  .zep-service-nav a { max-width: 218px; }
  body.zep-lux.zep-designed-page:not(.zep-custom-home) .entry-content > .zep-page-section { padding: 68px 22px !important; }
  body.zep-lux.zep-designed-page:not(.zep-custom-home) .entry-content > .zep-page-section h2 { font-size: clamp(2.45rem, 11vw, 4rem); }
  body.zep-lux.zep-designed-page:not(.zep-custom-home) .zep-page-intro .wp-block-gallery { grid-template-columns: 1fr; gap: 14px !important; }
  body.zep-lux.zep-designed-page:not(.zep-custom-home) .zep-page-intro .wp-block-image:nth-child(2) { transform: none; }
  body.zep-lux.zep-designed-page:not(.zep-custom-home) .zep-page-intro .wp-block-image img { height: 420px !important; aspect-ratio: 4 / 5; }
  body.zep-lux.zep-designed-page:not(.zep-custom-home) .zep-page-section iframe { min-height: 360px; border-radius: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  .zep-service-nav a { transition: none; }
}

/* --------------------------------------------------------------------------
   ZEPINDO VIBRANT STORY 3.1
   Full-page consumer-brand energy for inner pages, using ZEPINDO's own visual
   identity. The homepage deliberately keeps its existing presentation.
   -------------------------------------------------------------------------- */

body.zep-designed-page:not(.zep-custom-home) {
  --zep-primary: #072f49;
  --zep-accent: #f15b2a;
  --zep-accent-2: #ffc928;
  --zep-surface: #fffdf7;
  --zep-surface-2: #dff3f4;
  --zep-text: #0a2b3e;
  --zep-muted: #526875;
  --zep-line: rgba(7,47,73,.14);
  background: #fffdf7;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.zep-designed-page:not(.zep-custom-home).zep-menu-open { overflow: hidden; }

/* Replace the theme header only on inner pages. */
body.zep-designed-page:not(.zep-custom-home) .wp-site-blocks > header { display: none !important; }

.zep-global-header {
  position: fixed;
  z-index: 900;
  top: 0;
  right: 0;
  left: 0;
  height: 76px;
  color: #fff;
  background:
    radial-gradient(circle at 8% 140%, rgba(255,201,40,.72), transparent 16rem),
    linear-gradient(98deg, #df302f 0%, #ef432f 46%, #f15b2a 100%);
  box-shadow: 0 16px 45px rgba(75,21,20,.24);
}

body.admin-bar .zep-global-header { top: 32px; }

.zep-global-header::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -11px;
  left: 0;
  z-index: -1;
  height: 22px;
  background: radial-gradient(28px 12px at 14px 0, #f15b2a 98%, transparent 100%) 0 0 / 28px 22px repeat-x;
  pointer-events: none;
}

.zep-global-header-inner {
  position: relative;
  z-index: 2;
  width: min(1520px, 100%);
  height: 100%;
  margin: auto;
  padding: 9px max(18px, calc((100vw - 1520px) / 2 + 24px));
  display: flex;
  align-items: center;
  gap: clamp(20px, 3vw, 54px);
}

.zep-global-brand {
  min-width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff !important;
  text-decoration: none !important;
}

.zep-global-brand img {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  border: 2px solid rgba(255,255,255,.58);
  border-radius: 16px;
  object-fit: cover;
  box-shadow: 0 10px 24px rgba(88,19,17,.24);
}

.zep-global-brand span { display: grid; gap: 2px; }
.zep-global-brand strong { color: #fff; font-size: 1.05rem; font-weight: 950; line-height: 1; letter-spacing: .12em; }
.zep-global-brand small { color: rgba(255,255,255,.76); font-size: .58rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }

.zep-global-quick-links {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.2vw, 36px);
}

.zep-global-quick-links a {
  position: relative;
  padding: 10px 0;
  color: rgba(255,255,255,.9) !important;
  font-size: .76rem;
  font-weight: 850;
  text-decoration: none !important;
  white-space: nowrap;
}

.zep-global-quick-links a::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 3px;
  border-radius: 99px;
  background: #ffc928;
  transform: scaleX(0);
  transition: transform .28s ease;
}

.zep-global-quick-links a:hover::after,
.zep-global-quick-links a.is-current::after { transform: scaleX(1); }

.zep-global-menu-toggle {
  min-height: 46px;
  padding: 8px 10px 8px 18px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(255,255,255,.36);
  border-radius: 999px;
  background: rgba(6,34,51,.92);
  color: #fff;
  font: inherit;
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(52,15,17,.2);
  transition: background .25s ease, transform .25s ease;
}

.zep-global-menu-toggle:hover { background: #072f49; transform: translateY(-1px); }
.zep-global-menu-label { font-size: .72rem; font-weight: 900; letter-spacing: .02em; }

.zep-global-menu-icon {
  width: 30px;
  height: 30px;
  display: grid;
  place-content: center;
  gap: 5px;
  border-radius: 50%;
  background: #ffc928;
}

.zep-global-menu-icon i {
  width: 13px;
  height: 2px;
  display: block;
  border-radius: 99px;
  background: #072f49;
  transition: transform .25s ease;
}

.zep-global-header.is-open .zep-global-menu-icon i:first-child { transform: translateY(3.5px) rotate(45deg); }
.zep-global-header.is-open .zep-global-menu-icon i:last-child { transform: translateY(-3.5px) rotate(-45deg); }

.zep-global-menu-panel {
  position: fixed;
  z-index: 1;
  top: 76px;
  right: 0;
  left: 0;
  max-height: calc(100svh - 76px);
  padding: clamp(34px, 5vw, 70px) max(22px, calc((100vw - 1440px) / 2 + 40px));
  overflow-y: auto;
  border-top: 1px solid rgba(255,255,255,.12);
  background:
    radial-gradient(circle at 88% 6%, rgba(255,201,40,.24), transparent 24rem),
    radial-gradient(circle at 4% 100%, rgba(241,91,42,.30), transparent 28rem),
    repeating-radial-gradient(ellipse at 40% 0, rgba(255,255,255,.025) 0 2px, transparent 2px 18px),
    #062b42;
  box-shadow: 0 30px 80px rgba(1,19,30,.3);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-28px);
  pointer-events: none;
  transition: opacity .3s ease, transform .38s cubic-bezier(.2,.8,.2,1), visibility .3s ease;
}

body.admin-bar .zep-global-menu-panel { top: 108px; max-height: calc(100svh - 108px); }

.zep-global-header.is-open .zep-global-menu-panel {
  opacity: 1;
  visibility: visible;
  transform: none;
  pointer-events: auto;
}

.zep-global-menu-heading { margin-bottom: clamp(26px, 3vw, 42px); }
.zep-global-menu-heading p { margin: 0 0 8px; color: #ffc928; font-size: .7rem; font-weight: 950; letter-spacing: .15em; text-transform: uppercase; }
.zep-global-menu-heading strong { max-width: 18ch; display: block; color: #fff; font-size: clamp(2rem, 4.2vw, 4.8rem); line-height: .96; letter-spacing: -.05em; text-wrap: balance; }

.zep-global-menu-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.zep-global-menu-grid a {
  min-height: 128px;
  padding: 20px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: end;
  gap: 14px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 24px;
  background: rgba(255,255,255,.065);
  color: #fff !important;
  text-decoration: none !important;
  transition: transform .3s ease, background .3s ease, border-color .3s ease;
}

.zep-global-menu-grid a:hover,
.zep-global-menu-grid a.is-current {
  border-color: rgba(255,201,40,.62);
  background: linear-gradient(135deg, rgba(241,91,42,.56), rgba(255,201,40,.16));
  transform: translateY(-5px);
}

.zep-global-menu-grid a span { align-self: start; color: #ffc928; font-size: .65rem; font-weight: 950; }
.zep-global-menu-grid a strong { font-size: clamp(.92rem, 1.2vw, 1.2rem); line-height: 1.15; }
.zep-global-menu-grid a em { color: #ffc928; font-size: 1.15rem; font-style: normal; }

.zep-global-menu-wa {
  margin-top: 14px;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-radius: 22px;
  background: #ffc928;
  color: #072f49 !important;
  text-decoration: none !important;
}

.zep-global-menu-wa span { font-size: .72rem; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.zep-global-menu-wa strong { font-size: clamp(1rem, 1.4vw, 1.3rem); }

/* The inner-page hero and sections use bold, organic transitions. */
body.zep-lux.zep-designed-page:not(.zep-custom-home) .wp-block-post-title {
  min-height: min(840px, 92svh);
  padding-top: clamp(164px, 18vw, 240px);
  border-bottom-right-radius: clamp(54px, 9vw, 150px);
  background-position: center;
  box-shadow: 0 36px 90px rgba(5,37,55,.22);
}

body.zep-lux.zep-designed-page:not(.zep-custom-home) .wp-block-post-title::before {
  content: 'PT ZETA PERKASA INDONESIA  •  MAKASSAR';
  border-color: rgba(255,255,255,.3);
  background: rgba(241,91,42,.86);
  color: #fff;
}

.zep-service-nav { top: 76px; z-index: 700; }
body.admin-bar .zep-service-nav { top: 108px; }

body.zep-lux.zep-designed-page:not(.zep-custom-home) .entry-content > .zep-page-section {
  position: relative;
  isolation: isolate;
  min-height: min(860px, 88svh);
  padding-top: clamp(96px, 11vw, 170px) !important;
  padding-bottom: clamp(96px, 11vw, 170px) !important;
  display: grid;
  align-content: center;
  background: #fffdf7 !important;
}

body.zep-lux.zep-designed-page:not(.zep-custom-home) .entry-content > .zep-page-section::before {
  content: '' !important;
  position: absolute;
  z-index: -1;
  top: clamp(28px, 4vw, 64px);
  right: clamp(-120px, -7vw, -40px);
  width: clamp(220px, 30vw, 520px);
  height: clamp(220px, 30vw, 520px);
  border: clamp(28px, 4vw, 72px) solid rgba(241,91,42,.08);
  border-radius: 44% 56% 63% 37% / 43% 38% 62% 57%;
  pointer-events: none;
  transform: rotate(calc(var(--zep-section-index, 1) * 7deg));
}

body.zep-lux.zep-designed-page:not(.zep-custom-home) .entry-content > .zep-page-section:nth-child(4n+2) {
  background:
    radial-gradient(circle at 86% 12%, rgba(255,201,40,.24), transparent 26rem),
    repeating-radial-gradient(ellipse at 12% 100%, rgba(255,255,255,.026) 0 2px, transparent 2px 20px),
    #062f49 !important;
  color: #fff;
}

body.zep-lux.zep-designed-page:not(.zep-custom-home) .entry-content > .zep-page-section:nth-child(4n+3) {
  background:
    radial-gradient(circle at 8% 16%, rgba(255,255,255,.36), transparent 24rem),
    #ffd45b !important;
  color: #082f49;
}

body.zep-lux.zep-designed-page:not(.zep-custom-home) .entry-content > .zep-page-section:nth-child(4n) {
  background:
    radial-gradient(circle at 92% 12%, rgba(255,201,40,.28), transparent 24rem),
    linear-gradient(130deg, #de3530, #f15b2a) !important;
  color: #fff;
}

body.zep-lux.zep-designed-page:not(.zep-custom-home) .entry-content > .zep-page-section:nth-child(4n+2) :is(h2,h3,p,li,a),
body.zep-lux.zep-designed-page:not(.zep-custom-home) .entry-content > .zep-page-section:nth-child(4n) :is(h2,h3,p,li,a) { color: #fff !important; }

body.zep-lux.zep-designed-page:not(.zep-custom-home) .entry-content > .zep-page-section:nth-child(4n+3) :is(h2,h3,p,li,a) { color: #082f49 !important; }

body.zep-lux.zep-designed-page:not(.zep-custom-home) .entry-content > .zep-page-intro {
  min-height: min(930px, 94svh);
  background:
    radial-gradient(circle at 86% 18%, rgba(255,201,40,.22), transparent 28rem),
    repeating-radial-gradient(ellipse at 4% 100%, rgba(255,255,255,.025) 0 2px, transparent 2px 18px),
    #062f49 !important;
  border-bottom-left-radius: clamp(54px, 9vw, 150px) !important;
}

/* Interactive card stack: hover reveals; click expands. */
.zep-fan-stack {
  align-items: start;
  grid-auto-flow: row;
  gap: clamp(18px, 2vw, 30px) !important;
}

.zep-fan-stack > .zep-fan-card:not(.zep-native-expand-card) {
  position: relative;
  box-sizing: border-box;
  height: auto !important;
  min-height: 340px;
  padding: 0 0 78px !important;
  display: block;
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(7,47,73,.14);
  border-radius: clamp(24px, 2.8vw, 38px);
  background:
    radial-gradient(circle at 94% 2%, rgba(255,201,40,.24), transparent 12rem),
    #fff !important;
  color: #082f49;
  cursor: pointer;
  transform: none !important;
  transition: transform .42s cubic-bezier(.2,.8,.2,1), box-shadow .36s ease, border-color .3s ease;
}

.zep-card-reveal-content {
  position: relative;
  max-height: 238px;
  padding: clamp(24px, 2.2vw, 32px);
  overflow: hidden;
  mask-image: none;
  transition: max-height .5s cubic-bezier(.2,.8,.2,1);
}

.zep-card-reveal-content::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 44px;
  pointer-events: none;
  background: linear-gradient(transparent, rgba(255,255,255,.98));
  transition: opacity .25s ease;
}

.zep-card-reveal-content > :not(h2):not(h3):not(h4):not(strong) {
  opacity: 1;
  transform: none;
}

.zep-card-reveal-content :is(h2,h3,h4) {
  margin-top: 0;
  margin-bottom: 18px;
  line-height: 1.15;
}

.zep-card-reveal-content :is(p,li) {
  font-size: clamp(.96rem, 1vw, 1.08rem) !important;
  line-height: 1.68 !important;
}

.zep-fan-stack > .zep-fan-card:not(.zep-native-expand-card):hover,
.zep-fan-stack > .zep-fan-card:not(.zep-native-expand-card):focus-within {
  z-index: 60;
  border-color: rgba(241,91,42,.58);
  box-shadow: 0 26px 64px rgba(5,37,55,.18), 0 8px 24px rgba(241,91,42,.12);
  transform: translateY(-6px) !important;
}

.zep-fan-stack > .zep-fan-card:not(.zep-native-expand-card):hover > .zep-card-reveal-content,
.zep-fan-stack > .zep-fan-card:not(.zep-native-expand-card):focus-within > .zep-card-reveal-content {
  max-height: 330px;
  mask-image: none;
}

.zep-fan-stack > .zep-fan-card:not(.zep-native-expand-card):hover > .zep-card-reveal-content::after,
.zep-fan-stack > .zep-fan-card:not(.zep-native-expand-card):focus-within > .zep-card-reveal-content::after,
.zep-fan-stack > .zep-fan-card.is-expanded > .zep-card-reveal-content::after { opacity: 0; }

.zep-fan-stack > .zep-fan-card:not(.zep-native-expand-card):hover > .zep-card-reveal-content > *,
.zep-fan-stack > .zep-fan-card:not(.zep-native-expand-card):focus-within > .zep-card-reveal-content > * {
  opacity: 1;
  transform: none;
}

.zep-fan-stack > .zep-fan-card.is-expanded:not(.zep-native-expand-card) {
  grid-column: 1 / -1;
  min-height: 0;
  border-color: rgba(241,91,42,.72);
  background:
    radial-gradient(circle at 92% 4%, rgba(255,201,40,.28), transparent 18rem),
    linear-gradient(145deg, #fff, #fff8e7) !important;
  box-shadow: 0 38px 100px rgba(5,37,55,.22);
  transform: none !important;
}

.zep-fan-stack > .zep-fan-card.is-expanded > .zep-card-reveal-content {
  max-height: 5000px;
  mask-image: none;
}

.zep-fan-stack > .zep-fan-card.is-expanded > .zep-card-reveal-content > * {
  opacity: 1;
  transform: none;
}

.zep-card-expand-button {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  min-height: 46px;
  padding: 8px 9px 8px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 0;
  border-radius: 999px;
  background: #082f49;
  color: #fff;
  font: inherit;
  cursor: pointer;
  box-shadow: 0 12px 26px rgba(5,37,55,.2);
  transition: background .25s ease, transform .25s ease;
}

.zep-card-expand-button:hover { background: #f15b2a; transform: translateY(-2px); }
.zep-card-expand-button span { font-size: .72rem; font-weight: 900; letter-spacing: .02em; }
.zep-card-expand-button i { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: #ffc928; color: #082f49; font-size: 1.15rem; font-style: normal; font-weight: 900; }

.zep-native-expand-card {
  height: auto !important;
  min-height: 0 !important;
  padding: clamp(22px, 3vw, 36px) !important;
  cursor: pointer;
  transform: none !important;
}

.zep-native-expand-card[open] {
  grid-column: 1 / -1;
  border-color: rgba(241,91,42,.68) !important;
  box-shadow: 0 32px 80px rgba(5,37,55,.18) !important;
}

body.zep-designed-page:not(.zep-custom-home) .zep-page-section:nth-child(4n+2) .zep-card-reveal-content,
body.zep-designed-page:not(.zep-custom-home) .zep-page-section:nth-child(4n) .zep-card-reveal-content { color: #082f49; }

@media (max-width: 980px) {
  .zep-global-quick-links { display: none; }
  .zep-global-menu-toggle { margin-left: auto; }
  .zep-global-menu-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 781px) {
  .zep-global-header { height: 72px; }
  body.admin-bar .zep-global-header { top: 46px; }
  .zep-global-header-inner { padding: 8px 14px; }
  .zep-global-brand img { width: 48px; height: 48px; flex-basis: 48px; border-radius: 14px; }
  .zep-global-brand small { display: none; }
  .zep-global-brand strong { font-size: .9rem; }
  .zep-global-menu-label { display: none; }
  .zep-global-menu-toggle { min-height: 46px; padding: 7px; }
  .zep-global-menu-panel { top: 72px; max-height: calc(100svh - 72px); padding: 30px 18px 42px; }
  body.admin-bar .zep-global-menu-panel { top: 118px; max-height: calc(100svh - 118px); }
  .zep-global-menu-heading strong { font-size: clamp(2rem, 10vw, 3.2rem); }
  .zep-global-menu-grid { grid-template-columns: 1fr 1fr; gap: 9px; }
  .zep-global-menu-grid a { min-height: 104px; padding: 15px; grid-template-columns: 1fr auto; }
  .zep-global-menu-grid a span { grid-column: 1 / -1; }
  .zep-global-menu-grid a strong { font-size: .78rem; }
  .zep-global-menu-wa { align-items: flex-start; flex-direction: column; }
  .zep-service-nav { top: 72px; }
  body.admin-bar .zep-service-nav { top: 118px; }
  body.zep-lux.zep-designed-page:not(.zep-custom-home) .wp-block-post-title { min-height: 650px; padding-top: 162px; border-bottom-right-radius: 68px; }
  body.zep-lux.zep-designed-page:not(.zep-custom-home) .entry-content > .zep-page-section { min-height: auto; padding-top: 84px !important; padding-bottom: 84px !important; }
  body.zep-lux.zep-designed-page:not(.zep-custom-home) .entry-content > .zep-page-intro { min-height: auto; border-bottom-left-radius: 68px !important; }
  .zep-fan-stack > .zep-fan-card:not(.zep-native-expand-card) { min-height: 330px; transform: none !important; }
  .zep-card-reveal-content { max-height: 230px; }
  .zep-fan-stack > .zep-fan-card:not(.zep-native-expand-card):hover { transform: none !important; }
}

@media (max-width: 430px) {
  .zep-global-brand span { display: none; }
  .zep-global-menu-grid { grid-template-columns: 1fr; }
  .zep-global-menu-grid a { min-height: 88px; }
}

@media (prefers-reduced-motion: reduce) {
  .zep-global-menu-panel,
  .zep-global-menu-icon i,
  .zep-card-reveal-content,
  .zep-card-reveal-content > *,
  .zep-card-expand-button { transition: none !important; }
}

/* --------------------------------------------------------------------------
   ZEPINDO 3.1.6 — audit remediation
   Explicit contrast, narrow-screen containment and unique expert modules.
   -------------------------------------------------------------------------- */

/* Table body text must never inherit white from a dark story section. */
body.zep-lux .zep-lux-table tbody td,
body.zep-lux .zep-page-section figure.wp-block-table tbody td {
  background-color: #fffdf7 !important;
  color: #102536 !important;
}

body.zep-lux .zep-lux-table tbody tr:nth-child(even) td,
body.zep-lux .zep-page-section figure.wp-block-table tbody tr:nth-child(even) td {
  background-color: #f3f5f6 !important;
}

body.zep-lux .zep-lux-table tbody tr:hover td,
body.zep-lux .zep-page-section figure.wp-block-table tbody tr:hover td {
  background-color: #fff0df !important;
}

body.zep-lux .zep-lux-table thead th,
body.zep-lux .zep-page-section figure.wp-block-table thead th {
  background: linear-gradient(135deg, #062f49, #0a3a52) !important;
  color: #fff !important;
}

/* FAQ panels use their own readable surface on every alternating background. */
body.zep-lux .zep-faq-stack details {
  border-color: rgba(8, 47, 73, .14) !important;
  background: rgba(255, 255, 255, .88) !important;
  color: #102536 !important;
}

body.zep-lux .zep-faq-stack details :is(summary, p, li, a),
body.zep-lux .zep-page-section:nth-child(3n+2) .zep-faq-stack details :is(summary, p, li, a),
body.zep-lux .zep-page-section:nth-child(4n+3) .zep-faq-stack details :is(summary, p, li, a) {
  color: #102536 !important;
}

body.zep-lux .zep-faq-stack summary {
  overflow-wrap: anywhere;
  text-wrap: pretty;
}

/* A grid child with long Indonesian copy must shrink inside the story panel. */
body.zep-lux.zep-designed-page:not(.zep-custom-home) .entry-content > .zep-page-section {
  grid-template-columns: minmax(0, 1fr) !important;
}

body.zep-lux.zep-designed-page:not(.zep-custom-home) .entry-content > .zep-page-section > *,
body.zep-lux.zep-designed-page:not(.zep-custom-home) .zep-fan-stack,
body.zep-lux.zep-designed-page:not(.zep-custom-home) .zep-faq-stack,
body.zep-lux.zep-designed-page:not(.zep-custom-home) .wp-block-heading {
  min-width: 0;
  max-width: 100% !important;
  box-sizing: border-box;
}

/* Page-specific expert module. */
body.zep-lux .zep-differentiator {
  background:
    radial-gradient(circle at 94% 6%, rgba(255, 201, 40, .22), transparent 25rem),
    linear-gradient(135deg, #eef5f8, #fffdf7) !important;
  color: #102536 !important;
}

body.zep-lux .zep-differentiator :is(h2, h3, p, li, a, figcaption) {
  color: #102536 !important;
}

.zep-expert-heading { max-width: 980px; }
.zep-expert-kicker {
  margin: 0 0 14px !important;
  color: #bb3f20 !important;
  font-size: .76rem;
  font-weight: 950;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.zep-expert-visual {
  width: 100%;
  margin: clamp(28px, 4vw, 58px) 0;
}

.zep-expert-visual img {
  display: block;
  width: 100%;
  height: clamp(280px, 48vw, 680px);
  object-fit: cover;
  border-radius: clamp(22px, 3vw, 40px);
  box-shadow: 0 28px 74px rgba(5, 37, 55, .18);
}

.zep-expert-visual figcaption {
  margin-top: 12px;
  color: #52697a !important;
  font-size: .78rem;
}

.zep-unique-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 26px);
  margin: clamp(28px, 4vw, 54px) 0;
}

.zep-unique-card {
  position: relative;
  min-width: 0;
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid rgba(8, 47, 73, .13);
  border-radius: 26px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 18px 44px rgba(5, 37, 55, .08);
}

.zep-unique-card > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f15b2a, #ffc928);
  color: #082f49;
  font-size: .72rem;
  font-weight: 950;
}

.zep-unique-card h3 { margin: 0 0 14px; font-size: clamp(1.3rem, 2vw, 1.9rem); }
.zep-unique-card p { margin: 0; color: #334d5d !important; line-height: 1.72; }

.zep-expert-faq {
  width: 100%;
  margin-top: clamp(30px, 5vw, 62px);
}

.zep-expert-faq > h3 { margin: 0 0 18px; }
.zep-expert-faq details {
  width: 100%;
  margin: 0 0 12px;
  padding: 20px 22px;
  border: 1px solid rgba(8, 47, 73, .14);
  border-radius: 18px;
  background: rgba(255, 255, 255, .9);
  color: #102536;
  box-sizing: border-box;
}

.zep-expert-faq summary {
  color: #102536 !important;
  font-weight: 900;
  cursor: pointer;
  overflow-wrap: anywhere;
}

.zep-expert-faq details p {
  margin: 14px 0 0;
  color: #334d5d !important;
  line-height: 1.72;
}

.zep-expert-cta {
  margin-top: clamp(30px, 5vw, 66px);
  padding: clamp(28px, 4vw, 52px);
  border-radius: 28px;
  background: linear-gradient(125deg, #062f49, #0a3a52) !important;
  color: #fff !important;
}

body.zep-lux .zep-differentiator .zep-expert-cta :is(h3, p, a) { color: #fff !important; }
.zep-expert-cta a {
  display: inline-flex;
  margin-top: 14px;
  padding: 14px 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f15b2a, #ffc928);
  color: #082f49 !important;
  font-weight: 900;
  text-decoration: none;
}

@media (max-width: 781px) {
  body.zep-lux.zep-designed-page:not(.zep-custom-home) .zep-global-header-inner {
    width: 100% !important;
    max-width: 100% !important;
    padding-inline: 12px !important;
    box-sizing: border-box;
  }

  body.zep-lux.zep-designed-page:not(.zep-custom-home) .zep-global-menu-toggle {
    right: auto;
    min-width: 46px;
    max-width: 46px;
    flex: 0 0 46px;
    margin-right: 0;
    box-sizing: border-box;
  }

  body.zep-lux.zep-designed-page:not(.zep-custom-home) .wp-block-post-title,
  body.zep-lux.zep-designed-page:not(.zep-custom-home) .zep-service-nav {
    left: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box;
  }

  body.zep-lux.zep-designed-page:not(.zep-custom-home) .zep-fan-stack,
  body.zep-lux.zep-designed-page:not(.zep-custom-home) .zep-faq-stack,
  .zep-unique-grid {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.zep-lux.zep-designed-page:not(.zep-custom-home) .entry-content > .zep-page-section h2,
  body.zep-lux.zep-designed-page:not(.zep-custom-home) .entry-content > .zep-page-section h3,
  body.zep-lux.zep-designed-page:not(.zep-custom-home) .entry-content > .zep-page-section p,
  body.zep-lux.zep-designed-page:not(.zep-custom-home) .entry-content > .zep-page-section li,
  body.zep-lux.zep-designed-page:not(.zep-custom-home) .entry-content > .zep-page-section summary {
    width: auto !important;
    max-width: 100% !important;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 430px) {
  .zep-expert-visual img { height: 360px; }
  .zep-unique-card { padding: 24px 20px; border-radius: 22px; }
  .zep-expert-cta { padding: 28px 22px; }
  .zep-expert-cta a { width: 100%; justify-content: center; box-sizing: border-box; text-align: center; }
}
