/* ============================================
   GensetSilent — V5 Modern Minimal
   Awwwards portfolio style · Lime + Mono
   ============================================ */

*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: 88px;
}
body {
  margin: 0;
  font-family:
    "Inter",
    "Geist",
    system-ui,
    -apple-system,
    Segoe UI,
    Roboto,
    sans-serif;
  color: var(--ink);
  background: var(--bg);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img,
svg {
  max-width: 100%;
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  cursor: pointer;
  border: 0;
  background: none;
  color: inherit;
}
input,
textarea {
  font: inherit;
  color: inherit;
}
:focus-visible {
  outline: 2px solid var(--accent-deep);
  outline-offset: 3px;
  border-radius: 4px;
}

:root {
  --bg: #fafaf7;
  --bg-2: #f1f1ed;
  --surface: #ffffff;
  --border: #e5e5e0;
  --border-strong: #d4d4ce;
  --ink: #0f0f0f;
  --ink-soft: #4b4b4b;
  --ink-muted: #9a9a95;
  --accent: #c9f048;
  --accent-deep: #a4d622;
  --accent-soft: #ecfac4;
  --secondary: #1b1b1b;
  --whatsapp: #25d366;
  --r-sm: 10px;
  --r-md: 16px;
  --r-lg: 24px;
  --r-xl: 36px;
  --shadow-flat:
    0 1px 0 rgba(0, 0, 0, 0.04), 0 8px 24px -12px rgba(0, 0, 0, 0.1);
  --shadow-pop: 0 24px 48px -16px rgba(15, 15, 15, 0.18);
  --container: 1240px;
  --mono:
    "JetBrains Mono", "Fira Code", ui-monospace, SFMono-Regular, Menlo,
    Consolas, monospace;
}

::selection {
  background: var(--accent);
  color: var(--ink);
}

/* Skip link */
.skip {
  position: absolute;
  left: -9999px;
  top: auto;
  background: var(--ink);
  color: #fff;
  padding: 12px 18px;
  border-radius: 8px;
  z-index: 9999;
}
.skip:focus {
  left: 16px;
  top: 16px;
}

/* Container & utilities */
.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}
.mono {
  font-family: var(--mono);
  font-feature-settings:
    "ss01" on,
    "cv11" on;
}
.kicker {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-soft);
  font-weight: 500;
}
.kicker::before {
  content: "— ";
  color: var(--accent-deep);
  margin-right: 2px;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-soft);
  font-weight: 500;
}
.eyebrow::before {
  content: "";
  width: 24px;
  height: 1px;
  background: var(--ink);
}

/* Icon */
.icon {
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: -0.125em;
  flex-shrink: 0;
}

/* ============================================
   NAV
   ============================================ */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 80;
  padding: 18px 0;
  transition:
    background 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease,
    padding 0.3s ease;
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  background: rgba(250, 250, 247, 0.85);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom-color: var(--border);
  padding: 12px 0;
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.02em;
  color: var(--ink);
  text-decoration: none;
}
.brand .brand-text {
  display: inline-flex;
  align-items: baseline;
  gap: 0;
  line-height: 1;
}
.brand-logo {
  width: 36px;
  height: 36px;
  object-fit: contain;
  flex-shrink: 0;
  display: block;
  transition:
    filter 0.3s ease,
    background 0.3s ease,
    padding 0.3s ease,
    box-shadow 0.3s ease;
  border-radius: 50%;
}
.footer-brand .brand-logo {
  width: 56px;
  height: 56px;
}
/* Logo visibility on dark/transparent nav: bright halo backdrop + drop-shadow so dark/black parts of the logo stay visible on hero bg */
.nav:not(.scrolled) .brand-logo {
  background: rgba(255, 255, 255, 0.92);
  padding: 4px;
  box-shadow:
    0 2px 10px rgba(0, 0, 0, 0.35),
    0 0 0 1px rgba(255, 255, 255, 0.15);
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.25));
}
.brand .accent-mark {
  background: var(--accent);
  padding: 0 6px;
  margin-left: 2px;
  border-radius: 4px;
  display: inline-block;
  transform: skew(-6deg);
}
.brand .accent-mark span {
  display: inline-block;
  transform: skew(6deg);
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-links a {
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 500;
  color: var(--ink-soft);
  border-radius: 999px;
  transition:
    color 0.2s,
    background 0.2s;
}
.nav-links a:hover {
  color: var(--ink);
  background: var(--bg-2);
}
.nav-cta {
  display: flex;
  align-items: center;
  gap: 10px;
}
.btn-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  transition:
    transform 0.2s,
    background 0.2s,
    color 0.2s,
    box-shadow 0.2s;
}
.btn-pill.primary {
  background: var(--ink);
  color: #fff;
}
.btn-pill.primary:hover {
  background: var(--accent);
  color: var(--ink);
  transform: translateY(-1px);
}
.btn-pill.ghost {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--border-strong);
}
.btn-pill.ghost:hover {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}
.btn-icon {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-2);
  color: var(--ink);
  transition:
    background 0.2s,
    color 0.2s,
    transform 0.2s;
  flex-shrink: 0;
}
.btn-icon:hover {
  background: var(--whatsapp);
  color: #fff;
  transform: translateY(-1px);
}
.btn-icon .icon {
  width: 20px;
  height: 20px;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  background: var(--bg-2);
  color: var(--ink);
  flex-shrink: 0;
}
.nav-toggle .icon {
  width: 20px;
  height: 20px;
}

/* Mobile drawer */
.drawer {
  position: fixed;
  inset: 0;
  background: rgba(15, 15, 15, 0);
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  z-index: 90;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.3s ease,
    background 0.3s ease,
    backdrop-filter 0.35s ease,
    -webkit-backdrop-filter 0.35s ease;
}
.drawer.open {
  opacity: 1;
  pointer-events: auto;
  background: rgba(15, 15, 15, 0.45);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.drawer-panel {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: min(86vw, 360px);
  background: var(--surface);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transform: translateX(100%);
  transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: -12px 0 40px rgba(0, 0, 0, 0);
  will-change: transform;
}
.drawer.open .drawer-panel {
  transform: translateX(0);
  box-shadow: -12px 0 40px rgba(0, 0, 0, 0.12);
}
.drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  opacity: 0;
  transform: translateY(-8px);
  transition:
    opacity 0.35s ease 0.15s,
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1) 0.15s;
}
.drawer.open .drawer-head {
  opacity: 1;
  transform: translateY(0);
}
.drawer-links {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 2px;
}
.drawer-links li {
  opacity: 0;
  transform: translateX(24px);
  transition:
    opacity 0.4s ease,
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.drawer.open .drawer-links li {
  opacity: 1;
  transform: translateX(0);
}
.drawer.open .drawer-links li:nth-child(1) {
  transition-delay: 0.18s;
}
.drawer.open .drawer-links li:nth-child(2) {
  transition-delay: 0.23s;
}
.drawer.open .drawer-links li:nth-child(3) {
  transition-delay: 0.28s;
}
.drawer.open .drawer-links li:nth-child(4) {
  transition-delay: 0.33s;
}
.drawer.open .drawer-links li:nth-child(5) {
  transition-delay: 0.38s;
}
.drawer.open .drawer-links li:nth-child(6) {
  transition-delay: 0.43s;
}
.drawer.open .drawer-links li:nth-child(7) {
  transition-delay: 0.48s;
}
.drawer-links a {
  padding: 14px 12px;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid var(--border);
  color: var(--ink);
  display: block;
  position: relative;
  transition:
    color 0.2s ease,
    padding-left 0.25s ease;
}
.drawer-links a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 18px;
  background: var(--accent);
  border-radius: 0 3px 3px 0;
  transition: width 0.25s ease;
}
.drawer-links a:hover {
  color: var(--accent-deep);
  padding-left: 18px;
}
.drawer-links a:hover::before {
  width: 4px;
}
.drawer-cta {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  opacity: 0;
  transform: translateY(12px);
  transition:
    opacity 0.4s ease 0.35s,
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1) 0.35s;
}
.drawer.open .drawer-cta {
  opacity: 1;
  transform: translateY(0);
}
.drawer-cta .btn-pill {
  width: 100%;
  justify-content: center;
  padding: 14px;
}

/* ============================================
   HERO
   ============================================ */
.hero {
  position: relative;
  padding: 140px 0 80px;
  background: var(--bg);
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    circle at 1px 1px,
    rgba(15, 15, 15, 0.05) 1px,
    transparent 0
  );
  background-size: 32px 32px;
  mask-image: radial-gradient(ellipse at 70% 30%, #000, transparent 70%);
  -webkit-mask-image: radial-gradient(
    ellipse at 70% 30%,
    #000,
    transparent 70%
  );
  pointer-events: none;
}
.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 64px;
  align-items: center;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border: 1px solid var(--border-strong);
  border-radius: 999px;
  background: var(--surface);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-soft);
  font-weight: 500;
  margin-bottom: 28px;
}
.hero-badge .dot {
  width: 6px;
  height: 6px;
  background: var(--accent-deep);
  border-radius: 999px;
  box-shadow: 0 0 0 4px rgba(164, 214, 34, 0.2);
}
.hero-headline {
  font-family: "Inter", "Geist", sans-serif;
  font-weight: 700;
  font-size: clamp(2.6rem, 6.2vw, 5.4rem);
  line-height: 1;
  letter-spacing: -0.045em;
  color: var(--ink);
  margin: 0 0 28px;
  max-width: 14ch;
}
.hero-headline .lime-mark {
  display: inline-block;
  background: var(--accent);
  padding: 0 0.15em;
  transform: skew(-5deg);
  margin: 0 0.04em;
}
.hero-headline .lime-mark > span {
  display: inline-block;
  transform: skew(5deg);
}
.hero-headline .num {
  font-family: var(--mono);
  font-weight: 700;
  font-feature-settings: "ss01";
}
.hero-sub {
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.55;
  margin: 0 0 36px;
  max-width: 52ch;
}
.hero-sub strong {
  color: var(--ink);
  font-weight: 600;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-bottom: 56px;
}
.btn-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 26px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  background: var(--ink);
  color: #fff;
  transition:
    transform 0.2s,
    background 0.2s,
    color 0.2s;
}
.btn-cta:hover {
  background: var(--accent);
  color: var(--ink);
  transform: translateY(-2px);
}
.btn-cta .icon {
  width: 18px;
  height: 18px;
  transition: transform 0.2s;
}
.btn-cta:hover .icon {
  transform: translateX(4px);
}
.btn-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  color: var(--ink);
  padding: 6px 4px;
  position: relative;
}
.btn-link::after {
  content: "";
  position: absolute;
  left: 4px;
  right: 30px;
  bottom: 2px;
  height: 1px;
  background: var(--ink);
  transform-origin: left;
  transition: transform 0.2s;
}
.btn-link:hover::after {
  transform: scaleX(1.05);
}
.btn-link .icon {
  width: 16px;
  height: 16px;
  transition: transform 0.2s;
}
.btn-link:hover .icon {
  transform: translateX(3px);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  border-top: 1px solid var(--border);
  padding-top: 32px;
  max-width: 560px;
}
.hero-stats .stat {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.hero-stats .stat-num {
  font-family: var(--mono);
  font-weight: 700;
  font-size: clamp(2rem, 3.4vw, 2.8rem);
  letter-spacing: -0.04em;
  color: var(--ink);
  line-height: 1;
}
.hero-stats .stat-label {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-muted);
  line-height: 1.35;
}

/* Hero right card */
.hero-product {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.hero-product-card {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 22px;
  box-shadow: var(--shadow-flat);
  overflow: hidden;
}
.hero-product-card .pin {
  position: absolute;
  top: 18px;
  left: 18px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  background: var(--ink);
  color: #fff;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border-radius: 6px;
  z-index: 2;
}
.hero-product-card .pin .dot {
  width: 5px;
  height: 5px;
  background: var(--accent);
  border-radius: 999px;
  animation: pulse 2s infinite;
}
.hero-product-img {
  aspect-ratio: 4/3;
  background: var(--bg-2);
  border-radius: var(--r-md);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.hero-product-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.hero-product-meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 12px;
  padding: 0 4px;
}
.hero-product-name {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 4px;
}
.hero-product-range {
  font-family: var(--mono);
  font-size: 12px;
  color: var(--ink-muted);
  letter-spacing: 0.05em;
}
.hero-product-cta {
  padding: 9px 14px;
  border-radius: 999px;
  background: var(--accent);
  color: var(--ink);
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition:
    transform 0.2s,
    background 0.2s;
}
.hero-product-cta:hover {
  background: var(--ink);
  color: #fff;
  transform: translateX(2px);
}
.hero-product-cta .icon {
  width: 14px;
  height: 14px;
}

.hero-feature-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.hero-feature {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition:
    transform 0.25s,
    border-color 0.25s,
    box-shadow 0.25s;
}
.hero-feature:hover {
  transform: translateY(-3px);
  border-color: var(--ink);
  box-shadow: var(--shadow-pop);
}
.hero-feature .feat-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: var(--bg-2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ink);
}
.hero-feature .feat-icon .icon {
  width: 18px;
  height: 18px;
}
.hero-feature h4 {
  font-size: 13px;
  font-weight: 600;
  margin: 0;
  letter-spacing: -0.01em;
}
.hero-feature p {
  font-size: 12px;
  color: var(--ink-muted);
  margin: 0;
  line-height: 1.45;
}

/* ============================================
   MARQUEE TICKER
   ============================================ */
.ticker {
  background: var(--ink);
  color: #fff;
  padding: 18px 0;
  overflow: hidden;
  border-top: 1px solid var(--border);
  position: relative;
}
.ticker-track {
  display: flex;
  width: max-content;
  animation: ticker 38s linear infinite;
  gap: 48px;
  padding-right: 48px;
}
.ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 48px;
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
}
.ticker-item .sep {
  color: var(--accent);
  font-size: 8px;
}
@keyframes ticker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* ============================================
   SECTION HEADER PATTERN
   ============================================ */
.section {
  padding: 96px 0;
  position: relative;
}
.section-head {
  max-width: 760px;
  margin-bottom: 56px;
}
.section-head.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.section-head .kicker {
  margin-bottom: 18px;
  display: inline-block;
}
.section-title {
  font-family: "Inter", "Geist", sans-serif;
  font-weight: 700;
  font-size: clamp(2rem, 4.6vw, 3.6rem);
  line-height: 1.05;
  letter-spacing: -0.035em;
  margin: 0 0 20px;
  color: var(--ink);
}
.section-sub {
  font-size: 17px;
  line-height: 1.55;
  color: var(--ink-soft);
  margin: 0;
  max-width: 64ch;
}
.section-head.center .section-sub {
  margin-left: auto;
  margin-right: auto;
}

/* ============================================
   KEUNGGULAN
   ============================================ */
.feat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--border);
  border-left: 1px solid var(--border);
}
.feat-card {
  position: relative;
  padding: 36px 28px;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: var(--surface);
  transition:
    background 0.25s,
    transform 0.25s;
}
.feat-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: var(--accent);
  clip-path: polygon(100% 0, 100% 100%, 0 0);
  opacity: 0;
  transition: opacity 0.3s;
}
.feat-card:hover {
  background: var(--bg);
}
.feat-card:hover::before {
  opacity: 1;
}
.feat-num {
  font-family: var(--mono);
  font-size: 12px;
  color: var(--ink-muted);
  letter-spacing: 0.18em;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.feat-num::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--border-strong);
}
.feat-icon-wrap {
  width: 48px;
  height: 48px;
  border: 1px solid var(--ink);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  margin-bottom: 20px;
  transition:
    background 0.2s,
    color 0.2s;
}
.feat-card:hover .feat-icon-wrap {
  background: var(--ink);
  color: var(--accent);
}
.feat-icon-wrap .icon {
  width: 22px;
  height: 22px;
}
.feat-card h3 {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 10px;
  line-height: 1.25;
}
.feat-card p {
  font-size: 14px;
  color: var(--ink-soft);
  line-height: 1.55;
  margin: 0;
}

/* ============================================
   PRODUK
   ============================================ */
.section-head.split {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  max-width: none;
}
.section-head.split .head-left {
  max-width: 640px;
}
.section-head.split .head-right {
  flex-shrink: 0;
}

.produk-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.produk-card {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition:
    transform 0.25s,
    border-color 0.25s,
    box-shadow 0.25s;
}
.produk-card:hover {
  transform: translateY(-4px);
  border-color: var(--ink);
  box-shadow: var(--shadow-pop);
}
.produk-img {
  aspect-ratio: 4/3;
  background: var(--bg-2);
  overflow: hidden;
  position: relative;
}
.produk-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
  transition: transform 0.4s;
}
.produk-card:hover .produk-img img {
  transform: scale(1.04);
}
.badge {
  position: absolute;
  top: 14px;
  left: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 6px;
  z-index: 2;
}
.badge.terlaris {
  background: var(--accent);
  color: var(--ink);
}
.badge.industri {
  background: var(--ink);
  color: #fff;
}
.badge.praktis {
  background: var(--surface);
  color: var(--ink);
  border: 1px solid var(--border-strong);
}

.produk-body {
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}
.produk-range {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--ink-muted);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0;
}
.produk-name {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 4px 0 8px;
  color: var(--ink);
}
.produk-desc {
  font-size: 13.5px;
  color: var(--ink-soft);
  line-height: 1.55;
  margin: 0;
  flex: 1;
}
.produk-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 22px;
  border-top: 1px solid var(--border);
  background: var(--bg);
  min-height: 60px;
}
.produk-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
  position: relative;
  min-height: 44px;
  padding: 8px 0;
}
.produk-link .icon {
  width: 14px;
  height: 14px;
  transition: transform 0.2s;
}
.produk-link:hover .icon {
  transform: translateX(4px);
}
.produk-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 18px;
  bottom: -2px;
  height: 1px;
  background: var(--ink);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s;
}
.produk-link:hover::after {
  transform: scaleX(1);
}

/* ============================================
   GALERI
   ============================================ */
.gal-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 200px;
  gap: 14px;
}
.gal-item {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  background: linear-gradient(135deg, var(--bg-2), var(--border));
  display: flex;
  align-items: flex-end;
  cursor: pointer;
  transition: transform 0.3s;
}
.gal-item:hover {
  transform: scale(0.99);
}
.gal-item:nth-child(1) {
  grid-column: span 2;
  grid-row: span 2;
  background: linear-gradient(135deg, #1b1b1b, #3a3a3a);
}
.gal-item:nth-child(4) {
  grid-column: span 2;
  background: linear-gradient(135deg, var(--accent-soft), var(--accent));
}
.gal-item:nth-child(7) {
  grid-column: span 2;
  background: linear-gradient(135deg, #2a2a2a, #0f0f0f);
}
.gal-overlay {
  position: relative;
  width: 100%;
  padding: 16px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  background: linear-gradient(180deg, transparent, rgba(15, 15, 15, 0.65));
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.gal-item:nth-child(4) .gal-overlay {
  background: linear-gradient(180deg, transparent, rgba(15, 15, 15, 0.7));
  color: #fff;
}
.gal-meta {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.85;
}
.gal-title {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin: 0;
}

.gal-cta-row {
  margin-top: 36px;
  display: flex;
  justify-content: center;
}

/* ============================================
   BRAND STRIP
   ============================================ */
.brand-strip {
  padding: 64px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: var(--surface);
}
.brand-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}
.brand-head h3 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.025em;
  margin: 0 0 6px;
  max-width: 520px;
}
.brand-head p {
  font-size: 14px;
  color: var(--ink-soft);
  margin: 0;
  max-width: 480px;
}
.brand-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  border-top: 1px solid var(--border);
  border-left: 1px solid var(--border);
}
.brand-tile {
  aspect-ratio: 3/2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: var(--surface);
  position: relative;
  transition: background 0.2s;
  padding: 18px;
}
.brand-tile img {
  max-width: 80%;
  max-height: 60%;
  object-fit: contain;
  filter: grayscale(100%) opacity(0.6);
  transition: filter 0.25s;
}
.brand-tile:hover {
  background: var(--bg);
}
.brand-tile:hover img {
  filter: grayscale(0) opacity(1);
}
.brand-tile-name {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-muted);
  opacity: 0;
  transition: opacity 0.2s;
}
.brand-tile:hover .brand-tile-name {
  opacity: 1;
}
.brand-foot {
  margin-top: 24px;
  font-size: 14px;
  color: var(--ink-soft);
  text-align: center;
}
.brand-foot a {
  color: var(--ink);
  font-weight: 600;
  border-bottom: 1px solid var(--ink);
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 6px 0;
  line-height: 1.4;
}

/* ============================================
   CUSTOMER LOGOS
   ============================================ */
.cust-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  border-top: 1px solid var(--border);
  border-left: 1px solid var(--border);
  background: var(--surface);
  border-radius: var(--r-lg);
  overflow: hidden;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.cust-tile {
  aspect-ratio: 3/2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: var(--surface);
  transition: background 0.2s;
  padding: 14px;
}
.cust-tile img {
  max-width: 78%;
  max-height: 60%;
  object-fit: contain;
  filter: grayscale(100%) opacity(0.55);
  transition: filter 0.25s;
}
.cust-tile:hover {
  background: var(--bg);
}
.cust-tile:hover img {
  filter: grayscale(0) opacity(1);
}

/* ============================================
   COVERAGE
   ============================================ */
.cover-wrap {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: 64px;
  align-items: center;
}
.cover-mega {
  font-family: var(--mono);
  font-size: clamp(8rem, 18vw, 16rem);
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 0.85;
  color: var(--ink);
  position: relative;
}
.cover-mega::after {
  content: "CABANG";
  position: absolute;
  bottom: 6%;
  right: 0;
  font-size: 14px;
  letter-spacing: 0.22em;
  color: var(--ink-muted);
  font-weight: 500;
}
.cover-right h3 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 24px;
}
.cover-features {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 28px;
}
.cover-feat {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 14px 0;
  border-bottom: 1px solid var(--border);
}
.cover-feat:last-of-type {
  border-bottom: 0;
}
.cover-feat-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  border-radius: 8px;
  background: var(--accent-soft);
  color: var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
}
.cover-feat-icon .icon {
  width: 16px;
  height: 16px;
}
.cover-feat-text h4 {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 2px;
  letter-spacing: -0.01em;
}
.cover-feat-text p {
  font-size: 13px;
  color: var(--ink-soft);
  margin: 0;
  line-height: 1.5;
}

.cover-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
}
.chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--surface);
  border: 1px solid var(--border-strong);
  font-size: 13px;
  font-weight: 500;
  color: var(--ink);
  transition: all 0.2s;
}
.chip::before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--accent-deep);
  border-radius: 999px;
}
.chip:hover {
  background: var(--ink);
  color: var(--accent);
  border-color: var(--ink);
}

.cover-cta {
  background: var(--ink);
  border-radius: var(--r-lg);
  padding: 28px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.cover-cta-text h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 4px;
  letter-spacing: -0.02em;
}
.cover-cta-text p {
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  max-width: 48ch;
}
.cover-cta .btn-cta {
  background: var(--accent);
  color: var(--ink);
}
.cover-cta .btn-cta:hover {
  background: #fff;
}

/* ============================================
   TESTIMONI
   ============================================ */
.testi-wrap {
  background: var(--ink);
  color: #fff;
  border-radius: var(--r-xl);
  padding: 64px 56px;
  position: relative;
  overflow: hidden;
}
.testi-wrap::before {
  content: "";
  position: absolute;
  top: -30px;
  right: -30px;
  width: 200px;
  height: 200px;
  background: var(--accent);
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.25;
  pointer-events: none;
}
.testi-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px;
  margin-bottom: 48px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.testi-head .kicker {
  color: var(--accent);
}
.testi-head .kicker::before {
  color: var(--accent);
}
.testi-head h3 {
  font-size: clamp(1.6rem, 3.2vw, 2.4rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  margin: 8px 0 0;
  line-height: 1.1;
  max-width: 18ch;
}
.testi-head p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
  max-width: 34ch;
  margin: 0;
}

.testi-quote {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
.testi-quote .icon-quote {
  width: 48px;
  height: 48px;
  color: var(--accent);
  margin-bottom: 24px;
}
.testi-text {
  font-size: clamp(1.2rem, 2.2vw, 1.7rem);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0 0 32px;
  font-style: italic;
  max-width: 48ch;
}
.testi-author {
  display: flex;
  align-items: center;
  gap: 14px;
}
.testi-avatar {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), var(--accent-deep));
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  color: var(--ink);
  font-family: var(--mono);
  flex-shrink: 0;
}
.testi-name {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  letter-spacing: -0.01em;
}
.testi-role {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  margin: 2px 0 0;
  font-family: var(--mono);
  letter-spacing: 0.04em;
}
.testi-stars {
  color: var(--accent);
  font-size: 14px;
  display: inline-flex;
  gap: 1px;
  margin-left: auto;
}
.testi-stars .icon {
  width: 14px;
  height: 14px;
}

.testi-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 24px;
  position: relative;
  z-index: 1;
}
.testi-dots {
  display: flex;
  gap: 8px;
}
.testi-dot {
  width: 30px;
  height: 3px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.18);
  cursor: pointer;
  transition: background 0.2s;
}
.testi-dot.active {
  background: var(--accent);
}
.testi-arrows {
  display: flex;
  gap: 8px;
}
.testi-arrow {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.2s;
}
.testi-arrow:hover {
  background: var(--accent);
  color: var(--ink);
  border-color: var(--accent);
}
.testi-arrow .icon {
  width: 18px;
  height: 18px;
}
.testi-arrow.prev .icon {
  transform: rotate(180deg);
}

/* Trust counters */
.trust-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  margin-top: 48px;
  border-top: 1px solid var(--border);
  border-left: 1px solid var(--border);
  background: var(--surface);
}
.trust-cell {
  padding: 28px 22px;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.trust-num {
  font-family: var(--mono);
  font-size: clamp(1.8rem, 3.2vw, 2.6rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  color: var(--ink);
  line-height: 1;
}
.trust-label {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-muted);
}

/* CTA box bottom of testi */
.testi-cta-box {
  margin-top: 32px;
  background: var(--accent);
  border-radius: var(--r-lg);
  padding: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.testi-cta-box h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 4px;
  color: var(--ink);
  letter-spacing: -0.02em;
}
.testi-cta-box p {
  font-size: 13.5px;
  color: rgba(15, 15, 15, 0.7);
  margin: 0;
  max-width: 48ch;
}
.testi-cta-box .btn-cta {
  background: var(--ink);
  color: #fff;
}
.testi-cta-box .btn-cta:hover {
  background: #fff;
  color: var(--ink);
}

/* ============================================
   HUBUNGI / FORM
   ============================================ */
.hub-wrap {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 64px;
  align-items: center;
}
.hub-form {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 36px;
  font-family: Arial;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
  position: relative;
}
.field label {
  font-family:
    "Inter",
    "Geist",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    sans-serif;
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink);
  font-weight: 600;
}
.field label .req {
  color: var(--accent-deep);
  margin-left: 4px;
}
.field input,
.field textarea {
  width: 100%;
  padding: 12px 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--border-strong);
  font-size: 16px;
  font-family: Arial;
  color: var(--ink);
  transition: border-color 0.2s;
  outline: none;
  border-radius: 0;
}
.field input::placeholder,
.field textarea::placeholder {
  color: var(--ink-muted);
  font-size: 14px;
}
.field input:focus,
.field textarea:focus {
  border-bottom-color: var(--accent-deep);
  border-bottom-width: 2px;
  padding-bottom: 11px;
}
.field textarea {
  resize: vertical;
  min-height: 96px;
  line-height: 1.5;
}
.field-error {
  font-size: 12px;
  color: #c43838;
  margin-top: 2px;
  font-family: Arial;
  letter-spacing: 0.02em;
  display: none;
  min-height: 0;
}
.field.has-error input,
.field.has-error textarea {
  border-bottom-color: #c43838;
}
.field.has-error .field-error {
  display: block;
}

.hub-form .btn-submit {
  width: 100%;
  padding: 16px;
  background: var(--ink);
  color: #fff;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  font-family: Arial;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition:
    background 0.2s,
    color 0.2s;
}
.hub-form .btn-submit:hover {
  background: var(--accent);
  color: var(--ink);
}
.hub-form .btn-submit .icon {
  width: 18px;
  height: 18px;
}
.hub-foot {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  font-family: Arial;
  color: var(--ink-muted);
  justify-content: center;
}
.hub-foot .icon {
  width: 14px;
  height: 14px;
}

.hub-info {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.hub-trust {
  padding: 22px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.hub-trust-num {
  font-family:
    "Inter",
    "Geist",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    sans-serif;
  font-size: 14px;
  color: var(--ink-muted);
  letter-spacing: 0.1em;
  flex-shrink: 0;
  padding-top: 2px;
}
.hub-trust h4 {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 4px;
  letter-spacing: -0.01em;
}
.hub-trust p {
  font-size: 13px;
  color: var(--ink-soft);
  margin: 0;
  line-height: 1.5;
}

/* ============================================
   FOOTER
   ============================================ */
.footer {
  background: var(--ink);
  color: rgba(255, 255, 255, 0.7);
  padding: 80px 0 28px;
  margin-top: 80px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr 1.1fr;
  gap: 48px;
  margin-bottom: 48px;
}
.footer-brand .brand {
  color: #fff;
  margin-bottom: 14px;
}
.footer-tag {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.65);
  max-width: 36ch;
  margin: 0 0 24px;
}
.footer-wa {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 18px;
  background: var(--whatsapp);
  color: #fff;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
}
.footer-wa:hover {
  background: #1ebd5a;
}
.footer-wa .icon {
  width: 18px;
  height: 18px;
}
.footer h4 {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  margin: 0 0 18px;
}
.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer ul a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
  transition: color 0.2s;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 6px 0;
}
.footer ul a:hover {
  color: var(--accent);
}
.footer-contact-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.footer-contact-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.5;
  min-height: 32px;
}
.footer-contact-item a {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 4px 0;
}
.footer-contact-item .icon {
  width: 16px;
  height: 16px;
  color: var(--accent);
  flex-shrink: 0;
  margin-top: 2px;
}
.footer-contact-item a:hover {
  color: var(--accent);
}
.footer-bottom {
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.45);
  flex-wrap: wrap;
  font-family: Arial;
  letter-spacing: 0.04em;
}

/* ============================================
   FLOATING WA
   ============================================ */
.fab {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 60;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: var(--ink);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 36px -8px rgba(15, 15, 15, 0.4);
  transition:
    transform 0.25s,
    box-shadow 0.25s,
    background 0.25s;
  cursor: pointer;
}
.fab::before {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 22px;
  border: 2px solid var(--accent);
  opacity: 0;
  transition:
    opacity 0.25s,
    inset 0.25s;
}
.fab:hover {
  transform: scale(1.06);
  background: var(--whatsapp);
}
.fab:hover::before {
  opacity: 1;
  inset: -8px;
}
.fab .icon {
  width: 26px;
  height: 26px;
  position: relative;
  z-index: 1;
}

/* ============================================
   MODAL
   ============================================ */
.modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(15, 15, 15, 0);
  backdrop-filter: blur(0);
  -webkit-backdrop-filter: blur(0);
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  transition:
    opacity 0.35s ease,
    background 0.35s ease,
    backdrop-filter 0.4s ease,
    -webkit-backdrop-filter 0.4s ease;
}
.modal-backdrop.show {
  display: flex;
  opacity: 1;
  background: rgba(15, 15, 15, 0.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.modal-open .fab {
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}
.modal {
  background: var(--surface);
  border-radius: 28px;
  width: 100%;
  max-width: 540px;
  max-height: min(calc(100vh - 48px), 720px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  transform: translateY(40px) scale(0.94);
  opacity: 0;
  transition:
    transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1),
    opacity 0.35s ease;
  box-shadow:
    0 24px 60px -12px rgba(0, 0, 0, 0),
    0 0 0 1px rgba(0, 0, 0, 0);
  will-change: transform, opacity;
}
.modal-backdrop.show .modal {
  transform: translateY(0) scale(1);
  opacity: 1;
  box-shadow:
    0 28px 70px -12px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(255, 255, 255, 0.04);
}
.modal-backdrop.closing {
  opacity: 0;
}
.modal-backdrop.closing .modal {
  transform: translateY(20px) scale(0.96);
  opacity: 0;
  transition:
    transform 0.25s ease,
    opacity 0.25s ease;
}
.modal-strip {
  height: 4px;
  background: var(--accent);
  flex-shrink: 0;
}
.modal-handle {
  display: none;
  width: 40px;
  height: 4px;
  background: var(--border-strong);
  border-radius: 2px;
  margin: 10px auto 0;
}
.modal-header {
  padding: 24px 28px 8px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  flex-shrink: 0;
}
.modal-title-wrap {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}
.modal-kicker {
  font-family: Arial;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent-deep);
  font-weight: 600;
}
.modal-title {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.025em;
  margin: 0;
  color: var(--ink);
  line-height: 1.2;
}
.modal-close {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: var(--bg-2);
  color: var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition:
    background 0.2s,
    transform 0.2s;
}
.modal-close:hover {
  background: var(--ink);
  color: #fff;
  transform: rotate(90deg);
}
.modal-close .icon {
  width: 18px;
  height: 18px;
}

.modal-body {
  padding: 8px 28px 24px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  flex: 1 1 auto;
  min-height: 0;
}
.modal-body p.modal-sub {
  font-size: 14px;
  color: var(--ink-soft);
  margin: 0 0 22px;
  line-height: 1.5;
}

.chips-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}
.chip-select {
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--surface);
  border: 1px solid var(--border-strong);
  font-size: 13px;
  font-weight: 500;
  color: var(--ink);
  cursor: pointer;
  transition: all 0.15s;
}
.chip-select:hover {
  border-color: var(--ink);
}
.chip-select.active {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
  transform: scale(1.02);
}

.modal-footer {
  padding: 14px 28px 18px;
  flex-shrink: 0;
  border-top: 1px solid var(--border);
  background: var(--surface);
}
.modal-trust {
  display: flex;
  justify-content: center;
  gap: 18px;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-muted);
  font-weight: 500;
  flex-wrap: wrap;
}
.modal-trust span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.modal-trust span::before {
  content: "";
  width: 5px;
  height: 5px;
  background: var(--accent-deep);
  border-radius: 999px;
}

/* Modal success state */
.modal-success {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 28px;
  text-align: center;
  gap: 18px;
}
.modal-success.show {
  display: flex;
}
.success-check {
  width: 64px;
  height: 64px;
  border-radius: 999px;
  background: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  animation: pop 0.35s ease-out;
}
.success-check .icon {
  width: 32px;
  height: 32px;
}
.modal-success h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  letter-spacing: -0.02em;
}
.modal-success p {
  font-size: 14px;
  color: var(--ink-soft);
  margin: 0;
}

@keyframes pop {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}

/* Current modal content simplification; style remains original v5 */
.modal-footer,
.chips-row,
.modal-success {
  display: none !important;
}
.modal .btn-submit {
  width: 100%;
  padding: 16px;
  background: var(--ink);
  color: #fff;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition:
    background 0.2s,
    color 0.2s;
  border: 0;
  cursor: pointer;
}
.modal .btn-submit:hover {
  background: var(--accent);
  color: var(--ink);
}
.modal .btn-submit .icon {
  width: 18px;
  height: 18px;
}
.modal-title .icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: -0.18em;
  margin-right: 8px;
}

/* ============================================
   ANIMATION REVEAL — cinematic blur-fade-up
   ============================================ */
.reveal {
  opacity: 0;
  transform: translate3d(0, 32px, 0) scale(0.97);
  filter: blur(8px);
  transition:
    opacity 1.05s cubic-bezier(0.2, 0.7, 0.2, 1),
    transform 1.1s cubic-bezier(0.2, 0.7, 0.2, 1),
    filter 0.9s cubic-bezier(0.2, 0.7, 0.2, 1);
  will-change: transform, opacity, filter;
}
.reveal.in {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}

/* Variant directions */
.reveal[data-anim="left"] {
  transform: translate3d(-44px, 0, 0) scale(0.97);
}
.reveal[data-anim="right"] {
  transform: translate3d(44px, 0, 0) scale(0.97);
}
.reveal[data-anim="left"].in,
.reveal[data-anim="right"].in {
  transform: translate3d(0, 0, 0) scale(1);
}
.reveal[data-anim="zoom"] {
  transform: scale(0.92);
  transform-origin: center;
}
.reveal[data-anim="zoom"].in {
  transform: scale(1);
}
.reveal[data-anim="fade"] {
  transform: none;
  filter: blur(4px);
}
.reveal[data-anim="fade"].in {
  filter: blur(0);
}
.reveal[data-anim="blur"] {
  filter: blur(14px) saturate(0.7);
  transform: translate3d(0, 16px, 0);
}
.reveal[data-anim="blur"].in {
  filter: blur(0) saturate(1);
  transform: translate3d(0, 0, 0);
}

/* Stagger inside grids */
.reveal-stagger > .reveal {
  transition-delay: 0ms;
}
.reveal-stagger.in > .reveal:nth-child(1) {
  transition-delay: 80ms;
}
.reveal-stagger.in > .reveal:nth-child(2) {
  transition-delay: 160ms;
}
.reveal-stagger.in > .reveal:nth-child(3) {
  transition-delay: 240ms;
}
.reveal-stagger.in > .reveal:nth-child(4) {
  transition-delay: 320ms;
}
.reveal-stagger.in > .reveal:nth-child(5) {
  transition-delay: 400ms;
}
.reveal-stagger.in > .reveal:nth-child(6) {
  transition-delay: 480ms;
}
.reveal-stagger.in > .reveal:nth-child(7) {
  transition-delay: 560ms;
}
.reveal-stagger.in > .reveal:nth-child(8) {
  transition-delay: 640ms;
}

/* Mobile: drop the blur (perf) and shorten travel */
@media (max-width: 760px) {
  .reveal {
    transform: translate3d(0, 20px, 0) scale(0.99);
    filter: none;
    transition-duration: 0.6s;
  }
  .reveal[data-anim="left"] {
    transform: translate3d(-20px, 0, 0) scale(0.99);
  }
  .reveal[data-anim="right"] {
    transform: translate3d(20px, 0, 0) scale(0.99);
  }
  .reveal[data-anim="blur"],
  .reveal[data-anim="fade"] {
    filter: none;
  }
  .reveal-stagger.in > .reveal:nth-child(1) {
    transition-delay: 50ms;
  }
  .reveal-stagger.in > .reveal:nth-child(2) {
    transition-delay: 100ms;
  }
  .reveal-stagger.in > .reveal:nth-child(3) {
    transition-delay: 150ms;
  }
  .reveal-stagger.in > .reveal:nth-child(4) {
    transition-delay: 200ms;
  }
  .reveal-stagger.in > .reveal:nth-child(5) {
    transition-delay: 250ms;
  }
  .reveal-stagger.in > .reveal:nth-child(6) {
    transition-delay: 300ms;
  }
  .reveal-stagger.in > .reveal:nth-child(7) {
    transition-delay: 350ms;
  }
  .reveal-stagger.in > .reveal:nth-child(8) {
    transition-delay: 400ms;
  }
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1100px) {
  .hero-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .hero-product {
    order: 2;
  }
  .cover-wrap {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .cover-mega {
    font-size: clamp(7rem, 28vw, 12rem);
    text-align: center;
  }
  .cover-mega::after {
    position: static;
    display: block;
    margin-top: 6px;
    font-size: 13px;
  }
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px;
  }
  .hub-wrap {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .hub-info {
    position: static;
  }
  .gal-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .gal-item:nth-child(1),
  .gal-item:nth-child(4),
  .gal-item:nth-child(7) {
    grid-column: span 2;
    grid-row: auto;
  }
  .testi-wrap {
    padding: 48px 32px;
  }
  .trust-row {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 880px) {
  .nav-links,
  .nav .btn-pill.ghost {
    display: none;
  }
  .nav-toggle {
    display: inline-flex;
  }
  .feat-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .produk-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .brand-row {
    grid-template-columns: repeat(3, 1fr);
  }
  .cust-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .section {
    padding: 72px 0;
  }
  .hero {
    padding: 120px 0 64px;
  }
  .testi-wrap {
    padding: 36px 24px;
    border-radius: var(--r-lg);
  }
  .hub-form {
    padding: 24px;
  }
  /* Compact CTA on tablet+ small */
  .nav-cta {
    gap: 8px;
  }
  .nav-cta .btn-pill.primary {
    padding: 10px 14px;
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  /* Hide long primary CTA on phones; rely on icon WA + hamburger */
  .nav-cta .btn-pill.primary {
    display: none;
  }
  .nav-cta {
    gap: 8px;
  }
  .nav-cta .btn-icon {
    width: 44px;
    height: 44px;
  }
  .nav-toggle {
    width: 44px;
    height: 44px;
  }
  .container {
    padding: 0 18px;
  }
  .brand {
    font-size: 19px;
    gap: 8px;
  }
  .brand-logo {
    width: 34px;
    height: 34px;
  }
  .nav:not(.scrolled) .brand-logo {
    padding: 3px;
  }
}
@media (max-width: 560px) {
  .hero {
    padding: 104px 0 56px;
  }
  .hero-headline {
    font-size: clamp(2.2rem, 9vw, 3rem);
    margin-bottom: 20px;
  }
  .hero-sub {
    font-size: 15.5px;
    margin-bottom: 24px;
  }
  .hero-actions {
    gap: 12px;
    margin-bottom: 36px;
  }
  .btn-cta {
    padding: 14px 22px;
    font-size: 14.5px;
  }
  .btn-link {
    font-size: 14px;
  }
  .hero-stats {
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    padding-top: 24px;
  }
  .hero-stats .stat-num {
    font-size: 1.55rem;
  }
  .hero-stats .stat-label {
    font-size: 10px;
    letter-spacing: 0.14em;
  }
  .hero-feature-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .hero-product-card {
    padding: 18px;
  }
  .hero-product-card .pin {
    top: 14px;
    left: 14px;
    padding: 5px 9px;
    font-size: 9px;
  }
  .feat-grid {
    grid-template-columns: 1fr;
  }
  .feat-card {
    padding: 30px 22px;
  }
  .feat-card h3 {
    font-size: 20.5px;
    line-height: 1.22;
    margin-bottom: 12px;
  }
  .feat-card p {
    font-size: 14.5px;
    line-height: 1.55;
  }
  .produk-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .produk-body {
    padding: 18px;
  }
  .produk-foot {
    padding: 14px 18px;
    min-height: 56px;
  }
  .produk-link {
    padding: 8px 0;
    min-height: 44px;
    align-items: center;
  }
  .brand-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .cust-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .gal-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 180px;
  }
  .gal-item:nth-child(1),
  .gal-item:nth-child(4),
  .gal-item:nth-child(7) {
    grid-column: auto;
    grid-row: auto;
  }
  .trust-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .testi-cta-box,
  .cover-cta {
    flex-direction: column;
    align-items: flex-start;
  }
  .testi-wrap {
    padding: 32px 22px;
  }
  .testi-head {
    margin-bottom: 32px;
    gap: 18px;
  }
  .testi-quote {
    margin-bottom: 28px;
  }
  .testi-text {
    font-size: 1.1rem;
    margin-bottom: 24px;
  }
  .testi-controls {
    padding-top: 18px;
  }
  .footer {
    padding: 64px 0 24px;
    margin-top: 64px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    font-size: 11.5px;
  }
  .footer ul a,
  .footer-contact-item a {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 4px 0;
  }
  .section-head.split {
    flex-direction: column;
    align-items: flex-start;
  }
  .section {
    padding: 64px 0;
  }
  .section-head {
    margin-bottom: 36px;
  }
  .brand-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 24px;
  }
  .brand-foot a {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 4px 0;
  }
  .hub-form {
    padding: 22px 18px;
  }
  .field input,
  .field textarea {
    padding: 14px 0;
    font-size: 16px;
  }
  .field {
    margin-bottom: 20px;
  }
  .hub-trust {
    padding: 18px;
  }
  .ticker {
    padding: 14px 0;
  }
  .ticker-item {
    font-size: 11.5px;
    letter-spacing: 0.14em;
    gap: 32px;
  }
  .ticker-track {
    gap: 32px;
    padding-right: 32px;
  }
  .lkpp-card,
  .mbg-card {
    padding: 24px 20px;
  }
  .lkpp-stats {
    gap: 10px;
  }
  .lkpp-stats strong {
    font-size: 16px;
  }
  .cover-mega {
    font-size: clamp(6rem, 32vw, 11rem);
  }
  .cover-feat {
    padding: 12px 0;
  }
  .cover-cta {
    padding: 22px;
    border-radius: var(--r-md);
  }
  .fab {
    bottom: 18px;
    right: 18px;
    width: 52px;
    height: 52px;
    border-radius: 16px;
  }
  .fab .icon {
    width: 24px;
    height: 24px;
  }
  /* Modal mobile bottom-sheet feel */
  .modal-backdrop {
    padding: 0;
    align-items: flex-end;
  }
  .modal {
    max-width: 100%;
    border-radius: 24px 24px 0 0;
    max-height: 90dvh;
    transform: translateY(100%) scale(1);
    display: flex;
    flex-direction: column;
  }
  .modal-backdrop.show .modal {
    transform: translateY(0) scale(1);
  }
  .modal-backdrop.closing .modal {
    transform: translateY(100%) scale(1);
  }
  .modal-handle {
    display: block;
  }
  .modal-strip {
    display: none;
  }
  .modal-header {
    padding: 10px 22px 4px;
  }
  .modal-title {
    font-size: 18px;
    line-height: 1.2;
    margin-top: 2px;
  }
  .modal-kicker {
    font-size: 9.5px;
    letter-spacing: 0.16em;
    margin-bottom: 4px;
  }
  .modal-body {
    padding: 6px 22px 18px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    flex: 1 1 auto;
    min-height: 0;
    overscroll-behavior: contain;
  }
  .modal-body p.modal-sub {
    margin: 0 0 12px;
    font-size: 13px;
  }
  /* Hide outer footer on mobile to give submit room (footer info merged into form bottom) */
  .modal-footer {
    display: none;
  }
  .chips-row {
    margin-bottom: 12px;
    gap: 6px;
  }
  .chip-select {
    padding: 7px 12px;
    font-size: 12.5px;
  }
  .field-error {
    font-size: 11.5px;
  }
  .modal #modalForm .field {
    margin-bottom: 12px;
  }
  .modal #modalForm .field label {
    margin-bottom: 4px;
    font-size: 11.5px;
    letter-spacing: 0.06em;
  }
  .modal #modalForm .field input,
  .modal #modalForm .field textarea {
    padding: 10px 0;
    font-size: 15.5px;
  }
  .modal #modalForm .field textarea {
    min-height: 64px;
  }
  .modal #modalForm .btn-submit {
    padding: 14px !important;
    font-size: 14.5px !important;
    margin-top: 4px;
  }
  .modal-form-trust {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-top: 14px;
    font-family: Arial;
    font-size: 9.5px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ink-muted);
  }
  .modal-form-trust span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
  }
  .modal-success {
    padding: 36px 22px;
    gap: 14px;
  }
}
@media (max-width: 380px) {
  .container {
    padding: 0 14px;
  }
  .hero-headline {
    font-size: 2rem;
    letter-spacing: -0.035em;
    line-height: 1.05;
  }
  .hero-stats {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  .hero-stats .stat-num {
    font-size: 1.4rem;
  }
  .hero-stats .stat-label {
    font-size: 9.5px;
  }
  .testi-stars {
    margin-left: 0;
    margin-top: 8px;
    width: 100%;
  }
  .testi-author {
    flex-wrap: wrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
  .ticker-track {
    animation: none;
  }
}

/* Client update: subtle hero carousel + LKPP/MBG sections */
.hero-carousel {
  isolation: isolate;
  background: var(--bg);
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  background: #eef2e9;
}
.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(247, 247, 241, 0.96) 0%,
    rgba(247, 247, 241, 0.9) 44%,
    rgba(247, 247, 241, 0.68) 100%
  );
}
.hero-bg span {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center right;
  opacity: 0;
  animation: heroFade 18s infinite;
  transform: scale(1.04);
}
.hero-bg span:nth-child(1) {
  background-image: url("assets/produk-genset-silent.webp");
}
.hero-bg span:nth-child(2) {
  background-image: url("assets/produk-genset-open.webp");
  animation-delay: 6s;
}
.hero-bg span:nth-child(3) {
  background-image: url("assets/produk-genset-trailer.webp");
  animation-delay: 12s;
}
.hero-carousel > .container {
  position: relative;
  z-index: 1;
}
@keyframes heroFade {
  0%,
  29% {
    opacity: 0.32;
    transform: scale(1.04);
  }
  35%,
  100% {
    opacity: 0;
    transform: scale(1.1);
  }
}
.service-highlight {
  background: var(--bg);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.service-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.service-card {
  background: var(--surface-strong);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: clamp(28px, 4vw, 44px);
  box-shadow: var(--shadow-flat);
}
.service-card .section-title {
  font-size: clamp(1.9rem, 3.6vw, 3.4rem);
  margin-top: 12px;
}
.service-card .section-sub {
  margin-bottom: 22px;
}
.service-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}
.service-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--ink-soft);
  font-weight: 600;
}
.service-list .icon {
  width: 20px;
  height: 20px;
  color: var(--accent-deep);
  flex: 0 0 auto;
  margin-top: 2px;
}
.service-card-dark {
  background: var(--ink);
  color: #fff;
}
.service-card-dark .section-title {
  color: #fff;
}
.service-card-dark .section-sub {
  color: rgba(255, 255, 255, 0.72);
}
.service-card-dark .kicker {
  color: var(--accent);
}
@media (max-width: 900px) {
  .service-grid {
    grid-template-columns: 1fr;
  }
  .hero-bg::after {
    background: linear-gradient(
      180deg,
      rgba(247, 247, 241, 0.96),
      rgba(247, 247, 241, 0.86)
    );
  }
  .hero-bg span {
    background-position: center;
  }
}

/* Make hero carousel clearly visible */
.hero-carousel .hero-product-card {
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(10px);
}
.hero-carousel .hero-product-img {
  position: relative;
  background: transparent;
}
.hero-carousel .hero-product-img img {
  opacity: 0;
  animation: none;
}
.hero-carousel .hero-product-img::before,
.hero-carousel .hero-product-img::after,
.hero-carousel .hero-product-img .carousel-extra {
  content: "";
  position: absolute;
  inset: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  animation: productCarousel 12s infinite;
  mix-blend-mode: multiply;
}
.hero-carousel .hero-product-img::before {
  background-image: url("assets/produk-genset-silent.webp");
}
.hero-carousel .hero-product-img::after {
  background-image: url("assets/produk-genset-open.webp");
  animation-delay: 4s;
}
.hero-carousel .hero-product-img .carousel-extra {
  background-image: url("assets/produk-genset-trailer.webp");
  animation-delay: 8s;
}
@keyframes productCarousel {
  0%,
  30% {
    opacity: 1;
    transform: scale(1);
  }
  34%,
  100% {
    opacity: 0;
    transform: scale(1.04);
  }
}

/* Hero full-background carousel requested by client */
.hero-carousel {
  background: #0f172a;
  color: #fff;
}
.hero-carousel .hero-bg {
  display: block;
  z-index: 0;
  background: #0f172a;
}
.hero-carousel .hero-bg::after {
  background: linear-gradient(
    90deg,
    rgba(5, 10, 18, 0.82) 0%,
    rgba(5, 10, 18, 0.68) 46%,
    rgba(5, 10, 18, 0.38) 100%
  );
}
.hero-carousel .hero-bg span {
  background-size: cover;
  background-position: center;
  animation: heroBgCarousel 15s infinite;
  filter: saturate(1.05) contrast(1.03);
}
.hero-carousel .hero-bg span:nth-child(1) {
  opacity: 1;
}
.hero-carousel .hero-bg span:nth-child(2) {
  animation-delay: 5s;
}
.hero-carousel .hero-bg span:nth-child(3) {
  animation-delay: 10s;
}
@keyframes heroBgCarousel {
  0%,
  30% {
    opacity: 1;
    transform: scale(1.02);
  }
  36%,
  94% {
    opacity: 0;
    transform: scale(1.08);
  }
  100% {
    opacity: 1;
    transform: scale(1.02);
  }
}
.hero-carousel::before {
  opacity: 0.28;
  z-index: 1;
  mix-blend-mode: soft-light;
  mask-image: none;
  -webkit-mask-image: none;
}
.hero-carousel > .container {
  z-index: 2;
}
.hero-carousel .hero-headline,
.hero-carousel .hero-sub strong,
.hero-carousel .hero-stats .stat-num {
  color: #fff;
}
.hero-carousel .hero-sub,
.hero-carousel .hero-stats .stat-label {
  color: rgba(255, 255, 255, 0.78);
}
.hero-carousel .hero-badge {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(10px);
}
.hero-carousel .hero-stats {
  border-top-color: rgba(255, 255, 255, 0.24);
}
.hero-carousel .btn-link {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}
.hero-carousel .hero-feature,
.hero-carousel .hero-product-card {
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(12px);
}
@media (max-width: 900px) {
  .hero-carousel .hero-bg::after {
    background: linear-gradient(
      180deg,
      rgba(5, 10, 18, 0.86),
      rgba(5, 10, 18, 0.68)
    );
  }
}

/* Fix carousel flicker: only full hero bg animates; product image stays stable */
.hero-carousel .hero-product-img img {
  opacity: 1 !important;
  animation: none !important;
}
.hero-carousel .hero-product-img::before,
.hero-carousel .hero-product-img::after,
.hero-carousel .hero-product-img .carousel-extra {
  display: none !important;
  animation: none !important;
}
.hero-carousel .hero-bg span {
  animation: heroBgSmooth 18s infinite;
  opacity: 0;
  will-change: opacity, transform;
  backface-visibility: hidden;
  transform: translateZ(0) scale(1.03);
}
.hero-carousel .hero-bg span:nth-child(1) {
  animation-delay: 0s;
}
.hero-carousel .hero-bg span:nth-child(2) {
  animation-delay: 6s;
}
.hero-carousel .hero-bg span:nth-child(3) {
  animation-delay: 12s;
}
@keyframes heroBgSmooth {
  0% {
    opacity: 0;
    transform: translateZ(0) scale(1.03);
  }
  8% {
    opacity: 0.62;
  }
  30% {
    opacity: 0.62;
  }
  38% {
    opacity: 0;
    transform: translateZ(0) scale(1.07);
  }
  100% {
    opacity: 0;
  }
}

/* No-flicker JS crossfade carousel */
.hero-carousel .hero-bg span {
  animation: none !important;
  opacity: 0 !important;
  transition: opacity 1.2s ease !important;
  transform: scale(1.04) !important;
  will-change: opacity;
}
.hero-carousel .hero-bg span.active {
  opacity: 0.62 !important;
}

/* Visibility fix: hero card text + navbar over dark hero */
.hero-carousel .hero-product-card {
  background: rgba(255, 255, 255, 0.95) !important;
  color: var(--ink) !important;
  border-color: rgba(255, 255, 255, 0.6);
}
.hero-carousel .hero-product-name {
  color: var(--ink);
}
.hero-carousel .hero-product-card .pin {
  background: var(--ink);
  color: #fff;
  border: 1px solid var(--ink);
}
.hero-carousel .hero-product-card .pin .dot {
  background: var(--accent);
}
.hero-carousel .hero-product-range {
  color: var(--ink-soft) !important;
}
.hero-carousel .hero-feature {
  background: rgba(255, 255, 255, 0.96) !important;
  color: var(--ink) !important;
  border-color: rgba(255, 255, 255, 0.5);
}
.hero-carousel .hero-feature h4 {
  color: var(--ink) !important;
}
.hero-carousel .hero-feature p {
  color: var(--ink-soft) !important;
}
.hero-carousel .hero-feature .feat-icon {
  background: var(--bg-2);
  color: var(--ink);
}
/* Navbar over dark hero: legible by default, swap to light when scrolled */
.nav:not(.scrolled) {
  background: linear-gradient(
    180deg,
    rgba(5, 10, 18, 0.55) 0%,
    rgba(5, 10, 18, 0) 100%
  );
}
.nav:not(.scrolled) .nav-links a,
.nav:not(.scrolled) .brand,
.nav:not(.scrolled) .brand-text,
.nav:not(.scrolled) .nav-toggle {
  color: #fff !important;
}
.nav:not(.scrolled) .nav-links a:hover {
  background: rgba(255, 255, 255, 0.14);
  color: #fff !important;
}
.nav:not(.scrolled) .nav-toggle {
  background: rgba(255, 255, 255, 0.15);
}

/* Remove navbar bottom outline over hero */
.nav:not(.scrolled) {
  border-bottom-color: transparent !important;
  box-shadow: none !important;
}

/* Portfolio gallery marquee — v2-style */
.gallery-marquee {
  position: relative;
  overflow: hidden;
  mask-image: linear-gradient(
    90deg,
    transparent,
    #000 7%,
    #000 93%,
    transparent
  );
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent,
    #000 7%,
    #000 93%,
    transparent
  );
  padding: 8px 0;
}
.gallery-track {
  display: flex;
  gap: 18px;
  width: max-content;
  animation: galScroll 38s linear infinite;
}
.gallery-marquee:hover .gallery-track {
  animation-play-state: paused;
}
.gallery-item {
  flex: 0 0 320px;
  height: 220px;
  border-radius: var(--r-md);
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--bg-2);
  box-shadow: var(--shadow-flat);
  transition:
    transform 0.25s,
    box-shadow 0.25s;
}
.gallery-item:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-pop);
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@keyframes galScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media (max-width: 760px) {
  .gallery-item {
    flex-basis: 240px;
    height: 170px;
  }
  .gallery-track {
    animation-duration: 30s;
  }
}
@media (prefers-reduced-motion: reduce) {
  .gallery-track {
    animation: none;
  }
}

/* Caption overlay on gallery items (v2 style) */
.gallery-item {
  position: relative;
}
.gallery-item .gallery-item-label {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(15, 23, 42, 0.85);
  color: #fff;
  backdrop-filter: blur(10px);
  padding: 8px 12px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.005em;
  line-height: 1.25;
  max-width: calc(100% - 20px);
}
.gallery-item .gallery-item-label .icon {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  color: var(--accent);
}
@media (max-width: 760px) {
  .gallery-item .gallery-item-label {
    font-size: 11px;
    padding: 6px 10px;
    gap: 6px;
  }
}

/* Brand & Customer marquee — works on mobile and desktop */
.brand-marquee,
.cust-marquee {
  position: relative;
  overflow: hidden;
  mask-image: linear-gradient(
    90deg,
    transparent,
    #000 6%,
    #000 94%,
    transparent
  );
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent,
    #000 6%,
    #000 94%,
    transparent
  );
}
.brand-track,
.cust-track {
  display: flex;
  gap: 0;
  width: max-content;
  animation: railScroll 50s linear infinite;
}
.brand-marquee:hover .brand-track,
.cust-marquee:hover .cust-track {
  animation-play-state: paused;
}
.brand-marquee .brand-tile {
  flex: 0 0 200px;
  border-bottom: 1px solid var(--border);
  border-right: 1px solid var(--border);
}
.cust-marquee .cust-tile {
  flex: 0 0 180px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: var(--surface);
  padding: 18px;
}
.cust-marquee .cust-tile img {
  max-width: 80%;
  max-height: 60%;
  object-fit: contain;
  filter: grayscale(100%) opacity(0.65);
  transition: filter 0.25s;
}
.cust-marquee .cust-tile:hover img {
  filter: none;
  opacity: 1;
}
@keyframes railScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media (max-width: 760px) {
  .brand-marquee .brand-tile {
    flex-basis: 150px;
  }
  .cust-marquee .cust-tile {
    flex-basis: 140px;
    height: 96px;
    padding: 12px;
  }
  .brand-track,
  .cust-track {
    animation-duration: 34s;
  }
}
@media (prefers-reduced-motion: reduce) {
  .brand-track,
  .cust-track {
    animation: none;
  }
}

/* Brand logos: grayscale by default, color + reveal name on hover */
.brand-tile {
  background: var(--surface-strong) !important;
  padding: 24px 18px 36px !important;
  cursor: pointer;
}
.brand-tile img {
  max-width: 90% !important;
  max-height: 60% !important;
  width: auto;
  filter: grayscale(100%) opacity(0.55);
  transition:
    filter 0.3s ease,
    opacity 0.3s ease,
    transform 0.3s ease;
}
.brand-tile:hover img,
.brand-tile:focus-within img {
  filter: grayscale(0) opacity(1);
  transform: translateY(-3px) scale(1.04);
}
.brand-tile-name {
  display: block !important;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-muted);
  opacity: 0;
  transform: translateY(6px);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}
.brand-tile:hover .brand-tile-name,
.brand-tile:focus-within .brand-tile-name {
  opacity: 1;
  transform: translateY(0);
}
/* Brand mobile: keep grayscale by default, color only on focus/tap */
@media (hover: none) {
  .brand-tile img {
    filter: grayscale(100%) opacity(0.55) !important;
    transform: none !important;
  }
  .brand-tile-name {
    opacity: 0 !important;
    transform: translateY(6px) !important;
  }
  .brand-tile.is-active img,
  .brand-tile:focus-within img,
  .brand-tile:active img {
    filter: grayscale(0) opacity(1) !important;
    transform: translateY(-2px) scale(1.03) !important;
  }
  .brand-tile.is-active .brand-tile-name,
  .brand-tile:focus-within .brand-tile-name,
  .brand-tile:active .brand-tile-name {
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
}

/* Customer grid v1-style */
.customer-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  border: 0 !important;
}
@media (max-width: 800px) {
  .customer-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .customer-card:nth-child(10) {
    grid-column: 2;
  }
}
@media (max-width: 480px) {
  .customer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .customer-card:nth-child(10) {
    grid-column: auto;
  }
}
.customer-card {
  background: var(--surface-strong);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 16px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
  border-right: 1px solid var(--border) !important;
  border-bottom: 1px solid var(--border) !important;
}
.customer-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-pop);
}
.customer-card img {
  max-height: 50px;
  max-width: 100%;
  width: auto;
  object-fit: contain;
  filter: grayscale(0.4);
  transition: filter 0.3s;
}
.customer-card:hover img {
  filter: none;
}

/* LKPP & MBG sections */
.lkpp-wrap,
.mbg-wrap {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 48px;
  align-items: center;
}
.lkpp-list,
.mbg-list {
  list-style: none;
  padding: 0;
  margin: 24px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 24px;
}
.lkpp-list li,
.mbg-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--ink-soft);
  font-weight: 500;
}
.lkpp-list .icon,
.mbg-list .icon {
  width: 18px;
  height: 18px;
  color: var(--accent);
  flex: 0 0 auto;
}
.lkpp-cta,
.mbg-cta {
  margin-top: 8px;
}
.lkpp-card,
.mbg-card {
  background: var(--surface-strong);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-flat);
}
.lkpp-card img {
  max-width: 80%;
  height: auto;
  display: block;
}
.mbg-card img {
  max-width: 100%;
  border-radius: var(--r-md);
  display: block;
  object-fit: cover;
}
.lkpp-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  width: 100%;
  padding-top: 18px;
  border-top: 1px solid var(--border);
}
.lkpp-stats div {
  text-align: center;
}
.lkpp-stats strong {
  display: block;
  font-size: 18px;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.02em;
}
.lkpp-stats span {
  font-size: 11px;
  color: var(--ink-muted);
  font-family: var(--mono);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
@media (max-width: 860px) {
  .lkpp-wrap,
  .mbg-wrap {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .lkpp-list,
  .mbg-list {
    grid-template-columns: 1fr;
  }
}

/* Testimonial slide transition */
.testi-quote {
  transition:
    opacity 0.22s ease,
    transform 0.22s ease;
  will-change: opacity, transform;
}
.testi-quote.is-leaving-next {
  opacity: 0;
  transform: translateX(-28px);
}
.testi-quote.is-leaving-prev {
  opacity: 0;
  transform: translateX(28px);
}
.testi-quote.is-entering-next {
  opacity: 0;
  transform: translateX(28px);
}
.testi-quote.is-entering-prev {
  opacity: 0;
  transform: translateX(-28px);
}
@media (prefers-reduced-motion: reduce) {
  .testi-quote,
  .testi-quote.is-leaving-next,
  .testi-quote.is-leaving-prev,
  .testi-quote.is-entering-next,
  .testi-quote.is-entering-prev {
    transition: none;
    transform: none;
  }
}

/* Make testimonial swipe-friendly on touch devices */
.testi-quote {
  touch-action: pan-y;
  cursor: grab;
  -webkit-user-select: none;
  user-select: none;
}
.testi-quote:active {
  cursor: grabbing;
}

/* === Testimoni polish audit fix — 2026-05-28 === */
#testimoni {
  background: linear-gradient(180deg, var(--bg) 0%, #f4f4ef 100%);
}
#testimoni .testi-wrap {
  background: #10110f;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 28px 70px -34px rgba(0, 0, 0, 0.55);
  isolation: isolate;
}
#testimoni .testi-wrap::before {
  opacity: 0.38;
  filter: blur(64px);
}
#testimoni .testi-head {
  align-items: flex-start;
}
#testimoni .testi-head .kicker {
  color: var(--accent);
  font-weight: 700;
}
#testimoni .testi-head h2,
#testimoni .testi-head h3 {
  color: #fff;
  text-wrap: balance;
}
#testimoni .testi-head p {
  color: rgba(255, 255, 255, 0.84);
  font-size: 15px;
  line-height: 1.65;
  max-width: 40ch;
}
#testimoni .testi-quote {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  padding: 28px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
#testimoni .testi-quote .icon-quote {
  width: 36px;
  height: 36px;
  margin-bottom: 18px;
  color: var(--accent);
}
#testimoni .testi-text {
  color: #fff;
  font-weight: 650;
  line-height: 1.48;
  max-width: 52ch;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
}
#testimoni .testi-name {
  color: #fff;
  font-weight: 800;
}
#testimoni .testi-role {
  color: rgba(255, 255, 255, 0.72);
}
#testimoni .testi-stars {
  color: var(--accent);
}
#testimoni .testi-controls {
  border-top-color: rgba(255, 255, 255, 0.18);
}
#testimoni .testi-dot {
  height: 5px;
  background: rgba(255, 255, 255, 0.32);
}
#testimoni .testi-dot.active {
  background: var(--accent);
}
#testimoni .testi-arrow {
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.06);
}
#testimoni .trust-row {
  border: 0;
  gap: 12px;
  background: transparent;
  margin-top: 28px;
}
#testimoni .trust-cell {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 22px 18px;
  box-shadow: var(--shadow-flat);
}
#testimoni .trust-num {
  color: #10110f;
}
#testimoni .trust-label {
  color: #595950;
  font-weight: 700;
  letter-spacing: 0.12em;
}
#testimoni .testi-cta-box {
  background: #10110f;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 44px -28px rgba(0, 0, 0, 0.45);
}
#testimoni .testi-cta-box h4 {
  color: #fff;
}
#testimoni .testi-cta-box p {
  color: rgba(255, 255, 255, 0.78);
}
#testimoni .testi-cta-box .btn-cta {
  background: var(--accent);
  color: var(--ink);
}

@media (max-width: 640px) {
  #testimoni {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  #testimoni .testi-wrap {
    padding: 28px 18px;
    border-radius: 26px;
  }
  #testimoni .testi-head {
    gap: 14px;
    margin-bottom: 22px;
  }
  #testimoni .testi-head h2,
  #testimoni .testi-head h3 {
    font-size: 2rem;
    line-height: 1.05;
    margin-top: 8px;
  }
  #testimoni .testi-head p {
    font-size: 14px;
    line-height: 1.55;
  }
  #testimoni .testi-quote {
    padding: 22px 18px;
    border-radius: 22px;
    margin-bottom: 22px;
  }
  #testimoni .testi-text {
    font-size: 1.03rem;
    line-height: 1.5;
    margin-bottom: 22px;
  }
  #testimoni .testi-author {
    gap: 12px;
    align-items: flex-start;
  }
  #testimoni .testi-avatar {
    width: 44px;
    height: 44px;
  }
  #testimoni .testi-stars {
    width: auto;
    margin-left: 56px;
    margin-top: 6px;
  }
  #testimoni .testi-controls {
    padding-top: 16px;
  }
  #testimoni .trust-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 22px;
  }
  #testimoni .trust-cell {
    padding: 18px 14px;
    border-radius: 16px;
  }
  #testimoni .trust-num {
    font-size: 1.8rem;
  }
  #testimoni .trust-label {
    font-size: 9.5px;
    line-height: 1.35;
    letter-spacing: 0.1em;
  }
  #testimoni .testi-cta-box {
    padding: 22px 18px;
    border-radius: 22px;
    margin-top: 22px;
  }
}

/* === Clean testimonial redesign === */
.testi-clean {
  background: linear-gradient(180deg, #fafaf7 0%, #f1f1ed 100%);
}
.testi-clean-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.925fr 0.925fr;
  gap: 18px;
  margin-top: 34px;
}
.testi-clean-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 28px;
  padding: 28px;
  box-shadow: 0 18px 42px -30px rgba(0, 0, 0, 0.32);
  display: flex;
  flex-direction: column;
  min-height: 310px;
  position: relative;
  overflow: hidden;
}
.testi-clean-card::after {
  content: "";
  position: absolute;
  right: -44px;
  top: -44px;
  width: 130px;
  height: 130px;
  background: var(--accent-soft);
  border-radius: 50%;
  z-index: 0;
}
.testi-clean-card > * {
  position: relative;
  z-index: 1;
}
.testi-clean-card.featured {
  background: #111;
  color: #fff;
  border-color: #111;
  box-shadow: 0 28px 60px -34px rgba(0, 0, 0, 0.58);
}
.testi-clean-card.featured::after {
  background: rgba(201, 240, 72, 0.22);
}
.testi-clean-stars {
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.18em;
  color: var(--accent-deep);
  margin-bottom: 22px;
}
.testi-clean-card.featured .testi-clean-stars {
  color: var(--accent);
}
.testi-clean-card blockquote {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.02rem, 1.45vw, 1.18rem);
  line-height: 1.62;
  font-weight: 650;
  letter-spacing: -0.02em;
}
.testi-clean-card.featured blockquote {
  color: #fff;
  font-size: clamp(1.12rem, 1.8vw, 1.35rem);
}
.testi-clean-author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  padding-top: 28px;
}
.testi-clean-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--accent);
  color: #111;
  font-family: var(--mono);
  font-weight: 800;
  flex-shrink: 0;
}
.testi-clean-author strong {
  display: block;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.2;
}
.testi-clean-author small {
  display: block;
  color: var(--ink-soft);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.03em;
  margin-top: 4px;
}
.testi-clean-card.featured .testi-clean-author strong {
  color: #fff;
}
.testi-clean-card.featured .testi-clean-author small {
  color: rgba(255, 255, 255, 0.72);
}
.trust-row.clean {
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  border: 0;
  background: transparent;
  margin-top: 22px;
}
.trust-row.clean .trust-cell {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 18px;
  box-shadow: var(--shadow-flat);
}
.testi-clean-cta {
  margin-top: 22px;
  background: var(--accent);
  border-radius: 26px;
  padding: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  box-shadow: 0 18px 42px -30px rgba(0, 0, 0, 0.32);
}
.testi-clean-cta h3 {
  margin: 0 0 4px;
  font-size: 20px;
  letter-spacing: -0.03em;
}
.testi-clean-cta p {
  margin: 0;
  color: rgba(15, 15, 15, 0.72);
  font-size: 14px;
}
.testi-clean-cta .btn-cta {
  background: #111;
  color: #fff;
  white-space: nowrap;
}
@media (max-width: 900px) {
  .testi-clean-grid {
    grid-template-columns: 1fr;
  }
  .testi-clean-card {
    min-height: auto;
  }
  .trust-row.clean {
    grid-template-columns: repeat(2, 1fr);
  }
  .testi-clean-cta {
    align-items: flex-start;
    flex-direction: column;
  }
  .testi-clean-cta .btn-cta {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 640px) {
  .testi-clean-grid {
    gap: 12px;
    margin-top: 24px;
  }
  .testi-clean-card {
    padding: 22px;
    border-radius: 22px;
  }
  .testi-clean-card blockquote,
  .testi-clean-card.featured blockquote {
    font-size: 1rem;
    line-height: 1.58;
  }
  .trust-row.clean {
    gap: 10px;
  }
  .trust-row.clean .trust-cell {
    padding: 18px 14px;
  }
  .testi-clean-cta {
    padding: 22px;
    border-radius: 22px;
  }
}

/* Final testimonial mobile polish */
.testi-clean-author {
  display: grid;
  grid-template-columns: 46px 1fr;
  align-items: center;
  column-gap: 12px;
}
.testi-clean-author div {
  min-width: 0;
  display: block;
}
.testi-clean-author strong,
.testi-clean-author small {
  display: block;
  width: 100%;
}
.trust-row.clean .trust-label {
  letter-spacing: 0.08em;
  line-height: 1.35;
  color: #555;
  font-weight: 800;
}
@media (max-width: 640px) {
  .testi-clean-card {
    padding: 20px;
  }
  .testi-clean-card blockquote,
  .testi-clean-card.featured blockquote {
    font-size: 0.98rem;
    line-height: 1.55;
  }
  .testi-clean-stars {
    margin-bottom: 16px;
  }
  .testi-clean-author {
    grid-template-columns: 42px 1fr;
    column-gap: 10px;
    padding-top: 22px;
  }
  .testi-clean-avatar {
    width: 42px;
    height: 42px;
  }
  .testi-clean-author small {
    font-size: 10px;
    line-height: 1.35;
    margin-top: 5px;
  }
  .trust-row.clean .trust-label {
    font-size: 9px;
    letter-spacing: 0.06em;
  }
}

/* === WA gate modal: simple v5 form === */
.modal-backdrop.show {
  background: rgba(15, 15, 15, 0.68);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.modal {
  max-width: 440px;
  border-radius: 28px;
  background: linear-gradient(145deg, #ffffff 0%, #effff8 100%);
  box-shadow:
    0 28px 90px -24px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(255, 255, 255, 0.18);
}
.modal-strip,
.modal-handle,
.modal-kicker,
.modal-footer,
.chips-row,
.modal-success {
  display: none !important;
}
.modal-header {
  padding: 28px 32px 6px;
  align-items: center;
}
.modal-title-wrap {
  gap: 0;
}
.modal-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  font-weight: 800;
  color: #202421;
}
.modal-title .icon {
  width: 20px;
  height: 20px;
  color: #202421;
}
.modal-close {
  background: transparent;
  width: 34px;
  height: 34px;
  color: #3f4742;
}
.modal-close:hover {
  background: rgba(15, 15, 15, 0.08);
  color: #111;
  transform: none;
}
.modal-close .icon {
  width: 16px;
  height: 16px;
}
.modal-body {
  padding: 6px 32px 32px;
  overflow: visible;
}
.modal-body p.modal-sub {
  font-size: 14px;
  line-height: 1.55;
  color: #39423d;
  margin: 0 0 22px;
  max-width: 36ch;
}
.modal .field {
  margin-bottom: 18px;
}
.modal .field label {
  font-size: 13px;
  font-weight: 800;
  color: #303630;
  margin-bottom: 8px;
}
.modal .req {
  color: #169c4c;
}
.modal input,
.modal textarea {
  width: 100%;
  border: 1.5px solid rgba(15, 15, 15, 0.34);
  background: rgba(255, 255, 255, 0.42);
  border-radius: 10px;
  padding: 13px 14px;
  font-size: 14px;
  box-shadow: none;
  outline: none;
  transition:
    border-color 0.18s,
    box-shadow 0.18s,
    background 0.18s;
}
.modal textarea {
  min-height: 96px;
  resize: vertical;
}
.modal input:focus,
.modal textarea:focus {
  border-color: #1fa856;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(37, 211, 102, 0.13);
}
.modal .field-error {
  font-size: 11px;
  color: #d83030;
  margin-top: 5px;
}
.modal .btn-submit {
  width: auto;
  min-width: 194px;
  margin-top: 8px;
  background: #25a955;
  color: #fff;
  border-radius: 9px;
  padding: 12px 18px;
  font-size: 14px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 12px 22px -12px rgba(37, 169, 85, 0.75);
  transition:
    transform 0.18s,
    background 0.18s,
    box-shadow 0.18s;
}
.modal .btn-submit:hover {
  background: #1f984b;
  transform: translateY(-1px);
  box-shadow: 0 16px 26px -13px rgba(37, 169, 85, 0.9);
}
.modal .btn-submit .icon {
  width: 17px;
  height: 17px;
}
@media (max-width: 520px) {
  .modal-backdrop {
    padding: 18px;
  }
  .modal {
    max-width: 100%;
    border-radius: 24px;
  }
  .modal-header {
    padding: 24px 24px 4px;
  }
  .modal-body {
    padding: 4px 24px 26px;
  }
  .modal .btn-submit {
    width: 100%;
  }
}
.modal textarea {
  resize: none;
}
.modal .btn-submit {
  background: #23a455;
}
.modal .btn-submit:hover {
  background: #1f984b;
}
.modal-body {
  padding-bottom: 42px;
}
.modal-body p.modal-sub {
  color: #2f3832;
}
.modal .field label {
  letter-spacing: 0;
}
.modal input::placeholder,
.modal textarea::placeholder {
  color: #6b756e;
}
@media (max-width: 520px) {
  .modal-body {
    padding-bottom: 36px;
  }
}

/* === Testimoni v5 carousel rebuild === */
.testi-v5 {
  background: linear-gradient(180deg, #fafaf7 0%, #f1f1ed 100%);
}
.testi-v5-wrap {
  background: #111;
  border-radius: 34px;
  padding: 46px;
  position: relative;
  overflow: hidden;
  color: #fff;
  box-shadow: 0 30px 74px -38px rgba(0, 0, 0, 0.58);
}
.testi-v5-wrap:before {
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: var(--accent);
  filter: blur(70px);
  opacity: 0.28;
  pointer-events: none;
}
.testi-v5-wrap > * {
  position: relative;
  z-index: 1;
}
.testi-v5-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 28px;
  margin-bottom: 28px;
}
.testi-v5-head .kicker {
  color: var(--accent);
}
.testi-v5-head .section-title {
  color: #fff;
  margin-top: 8px;
}
.testi-v5-head .section-sub {
  color: rgba(255, 255, 255, 0.76);
  margin: 0;
  max-width: 39ch;
}
.testi-v5-stage {
  position: relative;
  min-height: 300px;
}
.testi-v5-card {
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, #fff 0%, #f7fff0 100%);
  color: #111;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 26px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  transform: translateX(24px) scale(0.98);
  transition:
    opacity 0.32s ease,
    transform 0.38s cubic-bezier(0.2, 0.7, 0.2, 1);
  box-shadow: 0 22px 56px -34px rgba(0, 0, 0, 0.45);
}
.testi-v5-card.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0) scale(1);
}
.testi-v5-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}
.testi-v5-stars {
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.18em;
  color: #9acb14;
}
.testi-v5-tag {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  background: #111;
  color: #fff;
  border-radius: 999px;
  padding: 7px 11px;
}
.testi-v5-card blockquote {
  margin: 0;
  max-width: 58ch;
  font-size: clamp(1.18rem, 2.3vw, 1.65rem);
  line-height: 1.48;
  font-weight: 750;
  letter-spacing: -0.035em;
  color: #111;
}
.testi-v5-author {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: auto;
  padding-top: 28px;
}
.testi-v5-author > span {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--mono);
  font-weight: 900;
  color: #111;
}
.testi-v5-author strong {
  display: block;
  font-size: 15px;
  line-height: 1.2;
}
.testi-v5-author small {
  display: block;
  margin-top: 4px;
  font-family: var(--mono);
  font-size: 11px;
  color: #5e625a;
  letter-spacing: 0.035em;
}
.testi-v5-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.testi-v5-arrow {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.18s;
}
.testi-v5-arrow:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: #111;
}
.testi-v5-arrow.prev .icon {
  transform: rotate(180deg);
}
.testi-v5-arrow .icon {
  width: 18px;
  height: 18px;
}
.testi-v5-dots {
  display: flex;
  gap: 8px;
}
.testi-v5-dots button {
  width: 34px;
  height: 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
  transition: all 0.18s;
}
.testi-v5-dots button.active {
  width: 48px;
  background: var(--accent);
}
@media (max-width: 760px) {
  .testi-v5-wrap {
    padding: 26px 18px;
    border-radius: 26px;
  }
  .testi-v5-head {
    display: block;
    margin-bottom: 20px;
  }
  .testi-v5-head .section-title {
    font-size: 2rem;
    line-height: 1.08;
  }
  .testi-v5-head .section-sub {
    font-size: 14px;
    line-height: 1.55;
    margin-top: 12px;
  }
  .testi-v5-stage {
    min-height: 360px;
  }
  .testi-v5-card {
    padding: 22px;
    border-radius: 22px;
  }
  .testi-v5-card blockquote {
    font-size: 1.08rem;
    line-height: 1.55;
  }
  .testi-v5-card-top {
    margin-bottom: 18px;
  }
  .testi-v5-tag {
    font-size: 10px;
  }
  .testi-v5-controls {
    margin-top: 16px;
  }
  .testi-v5-dots button {
    width: 24px;
  }
  .testi-v5-dots button.active {
    width: 38px;
  }
}

/* Testimoni carousel density fix */
.testi-v5-stage {
  min-height: 250px;
}
.testi-v5-card {
  padding: 28px;
}
.testi-v5-card blockquote {
  font-size: clamp(1.05rem, 1.8vw, 1.32rem);
  line-height: 1.48;
  font-weight: 720;
  max-width: 62ch;
}
.testi-v5-stars {
  font-size: 14px;
  color: #78a600;
  font-weight: 900;
}
.testi-v5-tag {
  background: var(--accent);
  color: #111;
  font-weight: 900;
}
.testi-v5-author {
  padding-top: 22px;
}
.testi-v5-controls {
  justify-content: center;
  gap: 18px;
}
.testi-v5-arrow {
  width: 40px;
  height: 40px;
}
.testi-v5-dots button {
  height: 4px;
}
.testi-v5 + .trust-row.clean,
.testi-v5-wrap + .trust-row.clean {
  margin-top: 34px;
}
@media (max-width: 760px) {
  .testi-v5-stage {
    min-height: 282px;
  }
  .testi-v5-card {
    padding: 20px;
  }
  .testi-v5-card blockquote {
    font-size: 0.96rem;
    line-height: 1.48;
    letter-spacing: -0.02em;
  }
  .testi-v5-card-top {
    margin-bottom: 14px;
  }
  .testi-v5-author {
    padding-top: 16px;
  }
  .testi-v5-author > span {
    width: 42px;
    height: 42px;
  }
  .testi-v5-author small {
    font-size: 10px;
  }
  .testi-v5-controls {
    gap: 14px;
  }
  .testi-v5-arrow {
    width: 38px;
    height: 38px;
  }
  .trust-row.clean {
    margin-top: 34px;
  }
  .fab {
    bottom: 18px;
    right: 18px;
    width: 54px;
    height: 54px;
  }
}

/* === Modal responsive spacing fix === */
.modal-backdrop {
  padding: 22px 16px;
  align-items: center;
  justify-content: center;
}
.modal {
  max-width: 460px;
  width: min(100%, 460px);
  border-radius: 30px;
  max-height: calc(100dvh - 44px);
  overflow: auto;
  background: linear-gradient(145deg, #ffffff 0%, #effff8 100%);
}
.modal-header {
  padding: 32px 34px 8px;
  gap: 18px;
}
.modal-body {
  padding: 8px 34px 40px;
}
.modal-title {
  font-size: 23px;
  line-height: 1.18;
}
.modal-body p.modal-sub {
  font-size: 14.5px;
  line-height: 1.6;
  max-width: none;
  margin-bottom: 24px;
  color: #313a34;
}
.modal .field {
  margin-bottom: 20px;
}
.modal input,
.modal textarea {
  padding: 14px 15px;
  border-radius: 11px;
}
.modal textarea {
  min-height: 104px;
}
.modal .btn-submit {
  margin-top: 10px;
  padding: 13px 20px;
  border-radius: 10px;
}
@media (max-width: 520px) {
  .modal-backdrop {
    padding: 18px;
  }
  .modal {
    width: 100%;
    border-radius: 26px;
    max-height: calc(100dvh - 36px);
  }
  .modal-header {
    padding: 28px 26px 6px;
  }
  .modal-body {
    padding: 8px 26px 34px;
  }
  .modal-title {
    font-size: 22px;
  }
  .modal-body p.modal-sub {
    font-size: 14px;
    margin-bottom: 22px;
  }
  .modal .field {
    margin-bottom: 18px;
  }
  .modal .btn-submit {
    width: 100%;
    padding: 14px 18px;
  }
}
@media (max-width: 370px) {
  .modal-backdrop {
    padding: 12px;
  }
  .modal-header {
    padding: 24px 20px 4px;
  }
  .modal-body {
    padding: 8px 20px 28px;
  }
  .modal-title {
    font-size: 20px;
  }
  .modal input,
  .modal textarea {
    padding: 12px 13px;
  }
  .modal textarea {
    min-height: 96px;
  }
}
@media (max-width: 520px) {
  .modal-backdrop {
    padding: 20px;
  }
  .modal-header {
    padding-left: 28px;
    padding-right: 28px;
  }
  .modal-body {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 370px) {
  .modal-backdrop {
    padding: 16px;
  }
  .modal-header {
    padding-left: 24px;
    padding-right: 24px;
  }
  .modal-body {
    padding-left: 24px;
    padding-right: 24px;
  }
}

/* === Modal restore: roomy original v5 feel === */
.modal-backdrop {
  padding: 28px !important;
  align-items: center !important;
}
.modal {
  width: min(100%, 420px) !important;
  max-width: 420px !important;
  border-radius: 28px !important;
  background: linear-gradient(145deg, #ffffff 0%, #f4fffa 100%) !important;
  overflow: auto !important;
}
.modal-header {
  padding: 30px 38px 8px !important;
}
.modal-body {
  padding: 8px 38px 38px !important;
}
.modal-title {
  font-family: "Inter", "Geist", system-ui, sans-serif !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  letter-spacing: -0.03em !important;
  text-transform: none !important;
}
.modal-body p.modal-sub {
  font-family: "Inter", "Geist", system-ui, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
  color: #303832 !important;
  margin-bottom: 24px !important;
}
.modal .field {
  margin-bottom: 18px !important;
}
.modal .field label {
  font-family: "Inter", "Geist", system-ui, sans-serif !important;
  text-transform: none !important;
  letter-spacing: -0.01em !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #303832 !important;
  margin-bottom: 8px !important;
}
.modal .req {
  color: #a4d622 !important;
  margin-left: 4px !important;
}
.modal input,
.modal textarea {
  font-family: "Inter", "Geist", system-ui, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  border: 1.25px solid rgba(15, 15, 15, 0.3) !important;
  border-radius: 10px !important;
  background: rgba(255, 255, 255, 0.55) !important;
  padding: 14px 16px !important;
  color: #111 !important;
}
.modal input::placeholder,
.modal textarea::placeholder {
  color: #7a827c !important;
  opacity: 1 !important;
}
.modal textarea {
  min-height: 108px !important;
  resize: none !important;
}
.modal .btn-submit {
  width: 100% !important;
  margin-top: 8px !important;
  border-radius: 10px !important;
  padding: 14px 18px !important;
  background: #25a955 !important;
  color: #fff !important;
  font-family: "Inter", "Geist", system-ui, sans-serif !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  box-shadow: 0 16px 28px -16px rgba(37, 169, 85, 0.9) !important;
}
.modal .btn-submit:hover {
  background: #20964d !important;
}
@media (max-width: 520px) {
  .modal-backdrop {
    padding: 26px !important;
  }
  .modal {
    width: calc(100vw - 52px) !important;
    max-width: 420px !important;
  }
  .modal-header {
    padding: 28px 32px 6px !important;
  }
  .modal-body {
    padding: 8px 32px 34px !important;
  }
  .modal-title {
    font-size: 21px !important;
  }
  .modal-body p.modal-sub {
    font-size: 13.8px !important;
  }
  .modal input,
  .modal textarea {
    padding: 14px 15px !important;
  }
}
@media (max-width: 380px) {
  .modal-backdrop {
    padding: 22px !important;
  }
  .modal {
    width: calc(100vw - 44px) !important;
  }
  .modal-header {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
  .modal-body {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
}
@media (max-width: 380px) {
  .modal {
    width: calc(100vw - 52px) !important;
  }
  .modal-header {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .modal-body {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

/* Modal original-v5 responsive-only refinement */
.modal {
  width: min(100%, 540px);
  max-height: min(calc(100dvh - 48px), 720px);
}
.modal-body {
  overscroll-behavior: contain;
}
.modal input,
.modal textarea {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.modal textarea {
  resize: vertical;
  min-height: 96px;
}
@media (max-width: 640px) {
  .modal-backdrop {
    padding: 18px;
    align-items: center;
  }
  .modal {
    max-width: 100%;
    width: 100%;
    border-radius: 24px;
    max-height: calc(100dvh - 36px);
  }
  .modal-header {
    padding: 22px 22px 6px;
    gap: 12px;
  }
  .modal-title {
    font-size: 21px;
  }
  .modal-close {
    width: 38px;
    height: 38px;
  }
  .modal-body {
    padding: 8px 22px 22px;
  }
  .modal-body p.modal-sub {
    font-size: 13.5px;
    margin-bottom: 18px;
  }
  .modal .field {
    margin-bottom: 14px;
  }
  .modal .field label {
    font-size: 12.5px;
    margin-bottom: 7px;
  }
  .modal input {
    min-height: 48px;
  }
  .modal textarea {
    min-height: 92px;
  }
  .modal .btn-submit {
    min-height: 50px;
    padding: 14px 16px;
  }
}
@media (max-width: 380px) {
  .modal-backdrop {
    padding: 12px;
  }
  .modal {
    border-radius: 20px;
    max-height: calc(100dvh - 24px);
  }
  .modal-header {
    padding: 18px 18px 4px;
  }
  .modal-title {
    font-size: 19px;
  }
  .modal-title .icon {
    width: 18px;
    height: 18px;
    margin-right: 6px;
  }
  .modal-close {
    width: 34px;
    height: 34px;
  }
  .modal-body {
    padding: 8px 18px 18px;
  }
  .modal-body p.modal-sub {
    font-size: 13px;
    line-height: 1.45;
  }
  .modal input,
  .modal textarea {
    font-size: 14px;
    padding: 12px 13px;
  }
  .modal .btn-submit {
    font-size: 14px;
  }
}
@media (max-height: 680px) {
  .modal-backdrop {
    align-items: flex-start;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .modal {
    max-height: calc(100dvh - 28px);
  }
  .modal-header {
    padding-top: 18px;
  }
  .modal-body {
    padding-bottom: 18px;
  }
  .modal textarea {
    min-height: 74px;
  }
  .modal-body p.modal-sub {
    margin-bottom: 14px;
  }
  .modal .field {
    margin-bottom: 12px;
  }
}

/* Modal tiny-mobile usability fix */
@media (max-width: 340px) {
  .modal-backdrop {
    padding: 8px !important;
    align-items: flex-start !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .modal {
    width: 100% !important;
    max-height: calc(100dvh - 20px) !important;
    border-radius: 18px !important;
    overflow: hidden !important;
  }
  .modal-header {
    padding: 14px 14px 2px !important;
    align-items: center !important;
    gap: 8px !important;
  }
  .modal-title {
    font-size: 17px !important;
    line-height: 1.15 !important;
    display: flex !important;
    align-items: center !important;
    white-space: nowrap !important;
  }
  .modal-title .icon {
    width: 17px !important;
    height: 17px !important;
    margin-right: 6px !important;
    flex-shrink: 0 !important;
  }
  .modal-close {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
  }
  .modal-body {
    padding: 6px 14px 14px !important;
    overflow-y: auto !important;
    max-height: calc(100dvh - 80px) !important;
  }
  .modal-body p.modal-sub {
    font-size: 12.2px !important;
    line-height: 1.38 !important;
    margin-bottom: 10px !important;
  }
  .modal .field {
    margin-bottom: 9px !important;
  }
  .modal .field label {
    font-size: 11.5px !important;
    margin-bottom: 5px !important;
  }
  .modal input,
  .modal textarea {
    font-size: 13px !important;
    padding: 10px 11px !important;
    border-radius: 9px !important;
  }
  .modal input {
    min-height: 42px !important;
  }
  .modal textarea {
    min-height: 62px !important;
    max-height: 76px !important;
    resize: none !important;
  }
  .modal .btn-submit {
    min-height: 44px !important;
    padding: 11px 12px !important;
    font-size: 13px !important;
    margin-top: 4px !important;
  }
}
@media (max-height: 600px) {
  .modal-backdrop {
    align-items: flex-start !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .modal {
    max-height: calc(100dvh - 20px) !important;
    overflow: hidden !important;
  }
  .modal-body {
    overflow-y: auto !important;
    max-height: calc(100dvh - 78px) !important;
  }
}
.modal-backdrop {
  padding-bottom: calc(18px + env(safe-area-inset-bottom, 0px));
}
@media (max-width: 340px) {
  .modal-backdrop {
    padding: 12px !important;
    padding-bottom: calc(16px + env(safe-area-inset-bottom, 0px)) !important;
  }
  .modal {
    width: calc(100vw - 24px) !important;
    max-height: 90dvh !important;
  }
  .modal-body {
    padding-bottom: calc(16px + env(safe-area-inset-bottom, 0px)) !important;
  }
}

/* Modal cross-device final responsiveness */
.modal {
  overflow: hidden;
}
.modal-body {
  overflow-y: auto;
}
.modal-backdrop {
  padding: 24px;
}
.modal {
  width: min(100%, 420px);
  max-height: calc(100dvh - 48px);
}
@media (min-width: 900px) {
  .modal {
    width: 420px;
    max-width: 420px;
  }
  .modal-header {
    padding: 24px 28px 8px;
  }
  .modal-body {
    padding: 8px 28px 24px;
  }
}
@media (max-width: 640px) {
  .modal-backdrop {
    padding: 16px;
  }
  .modal {
    width: calc(100vw - 32px);
    max-height: calc(100dvh - 32px);
  }
  .modal-body {
    max-height: calc(100dvh - 112px);
    padding-bottom: 24px;
  }
  .modal textarea {
    min-height: 86px;
    max-height: 120px;
  }
}
@media (max-height: 720px) {
  .modal-body {
    max-height: calc(100dvh - 96px);
  }
  .modal textarea {
    min-height: 70px;
  }
  .modal .field {
    margin-bottom: 11px;
  }
  .modal-body p.modal-sub {
    margin-bottom: 12px;
  }
}

/* === Hero revision 2026-05-28: labels 1-6 === */
.hero-headline {
  max-width: 15ch;
}
.hero-headline .lime-mark {
  background: #dfff3f;
  color: #0b0d0c;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12);
}
.hero-actions .btn-cta {
  background: #dfff3f;
  color: #0b0d0c;
  font-weight: 800;
  box-shadow: 0 16px 34px -20px rgba(223, 255, 63, 0.9);
}
.hero-actions .btn-cta:hover {
  background: #fff;
  color: #0b0d0c;
}
.hero-actions .btn-link {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  padding: 14px 20px;
  font-weight: 800;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.hero-actions .btn-link::after {
  display: none;
}
.hero-actions .btn-link:hover {
  background: #fff;
  color: #0b0d0c;
  transform: translateY(-2px);
}
.hero-bg::after {
  background: linear-gradient(
    90deg,
    rgba(6, 10, 14, 0.88) 0%,
    rgba(6, 10, 14, 0.72) 42%,
    rgba(6, 10, 14, 0.58) 100%
  );
}
.hero-bg span {
  background-size: 78%;
  background-repeat: no-repeat;
  background-position: center right 6%;
  opacity: 0;
  transform: scale(0.92);
}
@keyframes heroFade {
  0%,
  29% {
    opacity: 0.28;
    transform: scale(0.92);
  }
  35%,
  100% {
    opacity: 0;
    transform: scale(0.98);
  }
}
.hero-carousel .hero-badge {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(10px);
}
.hero-carousel .hero-headline,
.hero-carousel .hero-sub strong {
  color: #fff;
}
.hero-carousel .hero-sub {
  color: rgba(255, 255, 255, 0.78);
}
.hero-carousel .hero-stats {
  border-top-color: rgba(255, 255, 255, 0.18);
}
.hero-carousel .stat-num {
  color: #fff;
}
.hero-carousel .stat-label {
  color: rgba(255, 255, 255, 0.55);
}
@media (max-width: 900px) {
  .hero-bg span {
    background-size: 110%;
    background-position: center bottom 8%;
  }
  .hero-bg::after {
    background: linear-gradient(
      180deg,
      rgba(6, 10, 14, 0.88) 0%,
      rgba(6, 10, 14, 0.78) 55%,
      rgba(6, 10, 14, 0.68) 100%
    );
  }
  .hero-actions .btn-link {
    padding: 13px 18px;
  }
}
.hero-actions .btn-link {
  background: rgba(255, 255, 255, 0.92);
  color: #0b0d0c;
  border-color: #fff;
  box-shadow: 0 14px 30px -22px rgba(255, 255, 255, 0.9);
}
.hero-actions .btn-link:hover {
  background: #dfff3f;
  color: #0b0d0c;
}
.hero-bg span {
  background-size: 70%;
  background-position: center right 10%;
}
@media (max-width: 900px) {
  .hero-bg span {
    background-size: 98%;
    background-position: center bottom 10%;
  }
}

/* Product card CTA background fix */
.produk-foot {
  background: #fff;
  padding: 16px 18px;
}
.produk-link {
  background: var(--accent);
  color: var(--ink);
  border: 1px solid rgba(15, 15, 15, 0.08);
  border-radius: 999px;
  padding: 10px 14px;
  font-weight: 800;
  box-shadow: 0 10px 22px -18px rgba(0, 0, 0, 0.45);
  line-height: 1.2;
}
.produk-link::after {
  display: none;
}
.produk-link:hover {
  background: var(--ink);
  color: #fff;
  transform: translateY(-1px);
}
.produk-link .icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
@media (max-width: 640px) {
  .produk-foot {
    padding: 14px;
  }
  .produk-link {
    width: 100%;
    justify-content: center;
    padding: 12px 14px;
    font-size: 13px;
  }
}

/* Bright section kicker labels — client rev */
.kicker,
.modal-kicker,
.hero-badge,
.ticker-item,
.hero-stats .stat-label {
  font-family: Arial, "Inter", "Geist", sans-serif !important;
  letter-spacing: 0.08em !important;
  font-weight: 800 !important;
}
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: max-content;
  background: #e7f5ff !important;
  color: #0875be !important;
  border: 1px solid rgba(8, 117, 190, 0.16);
  border-radius: 999px;
  padding: 7px 13px;
  text-transform: uppercase;
  box-shadow: 0 10px 24px -20px rgba(8, 117, 190, 0.7);
}
.kicker::before {
  content: "" !important;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #20c4ff !important;
  margin: 0 !important;
  box-shadow: 0 0 0 4px rgba(32, 196, 255, 0.18);
}
.section-head .kicker {
  margin-bottom: 18px;
}
.testi-head .kicker,
#testimoni .testi-head .kicker,
.service-card-dark .kicker {
  background: #e7f5ff !important;
  color: #0875be !important;
}
.testi-head .kicker::before,
#testimoni .testi-head .kicker::before,
.service-card-dark .kicker::before {
  background: #20c4ff !important;
  color: #20c4ff !important;
}
@media (max-width: 640px) {
  .kicker {
    font-size: 10px !important;
    letter-spacing: 0.06em !important;
    padding: 6px 11px;
    white-space: normal;
    line-height: 1.25;
  }
}

/* Ensure all kicker dots render consistently */
.section-head .kicker,
.testi-head .kicker,
.testi-v5-head .kicker,
.service-card .kicker {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
}
.section-head .kicker::before,
.testi-head .kicker::before,
.testi-v5-head .kicker::before,
.service-card .kicker::before {
  content: "" !important;
  display: inline-block !important;
  flex: 0 0 8px !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 999px !important;
  background: #20c4ff !important;
  box-shadow: 0 0 0 4px rgba(32, 196, 255, 0.18) !important;
  margin: 0 !important;
  vertical-align: middle !important;
}

/* LKPP & MBG bottom breathing room */
#lkpp {
  padding-bottom: clamp(88px, 8vw, 132px) !important;
}
#mbg {
  padding-bottom: clamp(96px, 9vw, 144px) !important;
}
.lkpp-wrap,
.mbg-wrap {
  padding-bottom: 18px;
}
.lkpp-cta,
.mbg-cta {
  margin-top: 18px;
  margin-bottom: 8px;
}
@media (max-width: 900px) {
  #lkpp {
    padding-bottom: 88px !important;
  }
  #mbg {
    padding-bottom: 96px !important;
  }
  .lkpp-wrap,
  .mbg-wrap {
    padding-bottom: 10px;
  }
  .lkpp-card,
  .mbg-card {
    margin-bottom: 8px;
  }
}

/* Kicker color harmonized with brand accent */
.kicker {
  background: #f3ffd6 !important;
  color: #526900 !important;
  border-color: rgba(164, 214, 34, 0.35) !important;
  box-shadow: 0 10px 24px -20px rgba(164, 214, 34, 0.85) !important;
}
.kicker::before,
.section-head .kicker::before,
.testi-head .kicker::before,
.testi-v5-head .kicker::before,
.service-card .kicker::before {
  background: #a4d622 !important;
  box-shadow: 0 0 0 4px rgba(164, 214, 34, 0.22) !important;
}
.testi-head .kicker,
#testimoni .testi-head .kicker,
.service-card-dark .kicker {
  background: #f3ffd6 !important;
  color: #526900 !important;
  border-color: rgba(164, 214, 34, 0.35) !important;
}
.testi-head .kicker::before,
#testimoni .testi-head .kicker::before,
.service-card-dark .kicker::before {
  background: #a4d622 !important;
  color: #a4d622 !important;
}

/* LKPP/MBG mobile inner spacing fix */
@media (max-width: 640px) {
  #lkpp,
  #mbg {
    padding-top: 76px !important;
    padding-bottom: 104px !important;
  }
  #lkpp .container,
  #mbg .container {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
  .lkpp-wrap,
  .mbg-wrap {
    gap: 34px !important;
    padding-bottom: 22px !important;
  }
  .lkpp-copy,
  .mbg-copy {
    padding: 0 4px 18px !important;
  }
  .lkpp-copy .kicker,
  .mbg-copy .kicker {
    margin-bottom: 18px !important;
  }
  .lkpp-copy .section-title,
  .mbg-copy .section-title {
    font-size: clamp(2.05rem, 8.6vw, 2.7rem) !important;
    line-height: 1.08 !important;
    margin-bottom: 24px !important;
    letter-spacing: -0.04em !important;
  }
  .lkpp-copy .section-sub,
  .mbg-copy .section-sub {
    font-size: 16px !important;
    line-height: 1.7 !important;
    margin-bottom: 28px !important;
  }
  .lkpp-list,
  .mbg-list {
    margin: 0 0 28px !important;
    gap: 18px !important;
    grid-template-columns: 1fr !important;
  }
  .lkpp-cta,
  .mbg-cta {
    margin-top: 20px !important;
    margin-bottom: 26px !important;
  }
}
@media (max-width: 380px) {
  #lkpp .container,
  #mbg .container {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .lkpp-copy,
  .mbg-copy {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
  .lkpp-copy .section-title,
  .mbg-copy .section-title {
    font-size: 2rem !important;
  }
}

/* Coverage cleanup: remove 9/cabang visual + 3 points */
.cover-wrap {
  grid-template-columns: 1fr !important;
  max-width: 760px;
}
.cover-right {
  max-width: 760px;
}
.cover-right h3 {
  margin-bottom: 18px;
}
.cover-cta {
  margin-top: 18px;
}

/* Coverage CTA: put Lokasi Terpencil to the right */
.cover-right {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 28px;
  align-items: start;
  max-width: none !important;
}
.cover-right > h3,
.cover-right > .cover-chips {
  grid-column: 1;
}
.cover-right > .cover-cta {
  grid-column: 2;
  grid-row: 1 / span 2;
  margin-top: 0 !important;
  height: 100%;
  align-self: stretch;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.cover-cta .btn-cta {
  width: 100%;
  justify-content: center;
}
@media (max-width: 900px) {
  .cover-right {
    display: block;
  }
  .cover-right > .cover-cta {
    margin-top: 18px !important;
    height: auto;
  }
  .cover-cta .btn-cta {
    width: auto;
  }
}

/* Testimoni carousel: 2 cards per view desktop */
@media (min-width: 761px) {
  .testi-v5-stage {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    min-height: 280px !important;
  }
  .testi-v5-card {
    position: relative !important;
    inset: auto !important;
    min-height: 280px;
    display: none !important;
    transform: none !important;
  }
  .testi-v5-card.active {
    display: flex !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
  }
  .testi-v5-card blockquote {
    font-size: clamp(1rem, 1.35vw, 1.22rem) !important;
    line-height: 1.5 !important;
    max-width: none !important;
  }
}

/* Coverage desktop final: Lokasi Terpencil on right */
@media (min-width: 901px) {
  #coverage .cover-wrap {
    display: block !important;
    max-width: none !important;
    width: 100% !important;
  }
  #coverage .cover-right {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 430px) !important;
    column-gap: 42px !important;
    align-items: start !important;
    max-width: none !important;
    width: 100% !important;
  }
  #coverage .cover-right > h3 {
    grid-column: 1 !important;
    grid-row: 1 !important;
    margin: 0 0 18px !important;
  }
  #coverage .cover-right > .cover-chips {
    grid-column: 1 !important;
    grid-row: 2 !important;
    margin-bottom: 0 !important;
  }
  #coverage .cover-right > .cover-cta {
    grid-column: 2 !important;
    grid-row: 1 / span 2 !important;
    margin-top: 0 !important;
    align-self: start !important;
    width: 100% !important;
    min-height: 190px !important;
  }
}

/* Coverage layout polish */
@media (min-width: 901px) {
  #coverage {
    padding-top: 90px !important;
    padding-bottom: 104px !important;
  }
  #coverage .section-head {
    max-width: 860px !important;
    margin-bottom: 42px !important;
  }
  #coverage .section-title {
    max-width: 900px !important;
  }
  #coverage .section-sub {
    max-width: 760px !important;
    font-size: 18px !important;
    line-height: 1.62 !important;
  }
  #coverage .cover-wrap {
    display: block !important;
    max-width: none !important;
    width: 100% !important;
    background: rgba(255, 255, 255, 0.62) !important;
    border: 1px solid rgba(17, 17, 17, 0.08) !important;
    border-radius: 34px !important;
    padding: 34px !important;
    box-shadow: 0 24px 70px -48px rgba(0, 0, 0, 0.35) !important;
  }
  #coverage .cover-right {
    display: grid !important;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.72fr) !important;
    column-gap: 46px !important;
    align-items: stretch !important;
    max-width: none !important;
    width: 100% !important;
  }
  #coverage .cover-right > h3 {
    grid-column: 1 !important;
    grid-row: 1 !important;
    margin: 0 0 24px !important;
    font-size: clamp(1.55rem, 2vw, 2.05rem) !important;
    line-height: 1.12 !important;
    letter-spacing: -0.035em !important;
    max-width: 620px !important;
  }
  #coverage .cover-right > .cover-chips {
    grid-column: 1 !important;
    grid-row: 2 !important;
    display: flex !important;
    gap: 12px !important;
    margin: 0 !important;
    align-content: flex-start !important;
    max-width: 680px !important;
  }
  #coverage .chip {
    padding: 11px 16px !important;
    font-size: 14px !important;
    background: #fff !important;
    border-color: rgba(17, 17, 17, 0.12) !important;
    box-shadow: 0 10px 24px -18px rgba(0, 0, 0, 0.35) !important;
  }
  #coverage .cover-right > .cover-cta {
    grid-column: 2 !important;
    grid-row: 1 / span 2 !important;
    margin: 0 !important;
    align-self: stretch !important;
    width: 100% !important;
    min-height: 260px !important;
    border-radius: 28px !important;
    padding: 34px !important;
    justify-content: space-between !important;
    box-shadow: 0 22px 54px -34px rgba(0, 0, 0, 0.55) !important;
  }
  #coverage .cover-cta-text h4 {
    font-size: 1.45rem !important;
    margin-bottom: 10px !important;
  }
  #coverage .cover-cta-text p {
    font-size: 14.5px !important;
    line-height: 1.62 !important;
    max-width: 38ch !important;
  }
  #coverage .cover-cta .btn-cta {
    width: 100% !important;
    justify-content: center !important;
    min-height: 58px !important;
  }
}
@media (max-width: 900px) {
  #coverage .cover-wrap {
    background: rgba(255, 255, 255, 0.58);
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 26px;
    padding: 22px;
    box-shadow: 0 18px 48px -38px rgba(0, 0, 0, 0.28);
  }
  #coverage .cover-right h3 {
    font-size: 1.45rem;
    line-height: 1.16;
    margin-bottom: 18px;
  }
  #coverage .cover-chips {
    gap: 9px;
    margin-bottom: 22px !important;
  }
}

/* Coverage 50/50 + testimonial dots 2 desktop */
@media (min-width: 901px) {
  #coverage .cover-right {
    grid-template-columns: 1fr 1fr !important;
    column-gap: 36px !important;
  }
  #coverage .cover-right > .cover-chips {
    max-width: none !important;
  }
  #coverage .cover-right > .cover-cta {
    min-height: 260px !important;
  }
}
@media (min-width: 761px) {
  .testi-v5-dots button[hidden] {
    display: none !important;
  }
}

/* Perf/A11y fixes */
.footer-wa {
  background: #128c45 !important;
  color: #fff !important;
  font-weight: 800 !important;
}
.footer-wa:hover {
  background: #0f783b !important;
}
.hub-trust h3 {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 4px;
  letter-spacing: -0.01em;
}
.hub-trust h3 + p {
  font-size: 13px;
  color: var(--ink-soft);
  margin: 0;
  line-height: 1.5;
}

/* Perf: use system fonts, drop external font dependency impact */
body,
.section-title,
.hero-headline,
.modal-title,
.modal input,
.modal textarea,
.modal .btn-submit {
  font-family:
    "Inter",
    "Geist",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Arial,
    sans-serif !important;
}
.mono,
.kicker,
.eyebrow,
.hero-badge,
.hero-stats .stat-num,
.hero-stats .stat-label,
.ticker-item,
.footer h4,
.testi-v5-stars,
.testi-v5-tag,
.testi-v5-author small,
.trust-num,
.trust-label,
.hub-trust-num,
.feat-num,
.produk-range,
.hero-product-range,
.gal-meta,
.brand-tile-name,
.lkpp-stats span,
.cover-mega,
.testi-clean-stars,
.testi-clean-avatar,
.testi-clean-author small,
.testi-role,
.testi-avatar,
.modal-kicker,
.modal-trust,
.badge,
.hero-product-card .pin {
  font-family:
    "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Consolas,
    "Liberation Mono", monospace !important;
}

/* iPhone Safari overflow fix */
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: clip !important;
}
body {
  position: relative;
}
.nav,
.brand-strip,
.footer {
  max-width: 100vw;
  overflow-x: clip;
}
.section,
main {
  max-width: 100vw;
  overflow-x: visible;
}
@supports not (overflow: clip) {
  html,
  body {
    overflow-x: hidden !important;
  }
  .nav,
  .brand-strip,
  .footer {
    overflow-x: hidden;
  }
}
/* Sticky fix: ensure no overflow ancestor on hub section */
#hubungi,
#hubungi .container,
#hubungi .hub-wrap {
  overflow: visible !important;
  overflow-x: visible !important;
}
@media (max-width: 640px) {
  .brand-strip .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 22px !important;
    padding-right: 22px !important;
    overflow: hidden !important;
  }
  .brand-head {
    width: 100% !important;
    display: block !important;
    margin-bottom: 26px !important;
  }
  .brand-head > div {
    width: 100% !important;
    min-width: 0 !important;
  }
  .brand-head h3 {
    max-width: 100% !important;
    width: 100% !important;
    font-size: clamp(2rem, 8.4vw, 2.55rem) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.045em !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
  }
  .brand-head p {
    max-width: 100% !important;
    width: 100% !important;
    font-size: 15.5px !important;
    line-height: 1.68 !important;
    margin-top: 18px !important;
    overflow-wrap: break-word !important;
  }
  .brand-row {
    width: 100% !important;
    max-width: 100% !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    overflow: hidden !important;
  }
  .brand-tile {
    min-width: 0 !important;
  }
  .brand-tile img {
    max-width: 82% !important;
    height: auto !important;
    margin: auto !important;
  }
}

/* iPhone brand grid: clean card gaps, no broken table lines */
@media (max-width: 640px) {
  .brand-row {
    border: 0 !important;
    gap: 12px !important;
    background: transparent !important;
    overflow: visible !important;
  }
  .brand-tile {
    border: 1px solid rgba(17, 17, 17, 0.08) !important;
    border-radius: 18px !important;
    background: #fff !important;
    aspect-ratio: 1.18/1 !important;
    padding: 18px 12px 28px !important;
    box-shadow: 0 10px 26px -22px rgba(0, 0, 0, 0.35) !important;
    overflow: hidden !important;
  }
  .brand-tile img {
    max-width: 86% !important;
    max-height: 58% !important;
    object-fit: contain !important;
  }
  .brand-tile-name {
    bottom: 8px !important;
    font-size: 8.5px !important;
    letter-spacing: 0.08em !important;
    padding: 0 6px !important;
    white-space: normal !important;
    line-height: 1.15 !important;
  }
}

/* Deutz logo is tall/square, fit separately */
.brand-tile img.brand-logo-deutz {
  max-width: 56% !important;
  max-height: 74% !important;
  object-fit: contain !important;
}
@media (max-width: 640px) {
  .brand-tile img.brand-logo-deutz {
    max-width: 62% !important;
    max-height: 68% !important;
  }
}

/* iPhone/mobile: show original brand logo colors by default */
@media (max-width: 760px) {
  .brand-tile img {
    filter: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
  .brand-tile-name {
    opacity: 1 !important;
    transform: translateY(0) !important;
    color: #565b55 !important;
  }
}

/* Brand logos: grayscale by default, color only hover/tap */
@media (max-width: 760px) {
  .brand-tile img {
    filter: grayscale(100%) opacity(0.58) !important;
    opacity: 1 !important;
    transform: none !important;
  }
  .brand-tile.is-active img,
  .brand-tile:active img,
  .brand-tile:focus-within img {
    filter: none !important;
    transform: translateY(-2px) scale(1.03) !important;
  }
  .brand-tile-name {
    opacity: 0 !important;
    transform: translateY(6px) !important;
  }
  .brand-tile.is-active .brand-tile-name,
  .brand-tile:active .brand-tile-name,
  .brand-tile:focus-within .brand-tile-name {
    opacity: 1 !important;
    transform: translateY(0) !important;
    color: #565b55 !important;
  }
}
@media (hover: hover) {
  .brand-tile:hover img {
    filter: none !important;
  }
  .brand-tile:hover .brand-tile-name {
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
}

/* Cummins logo mobile fit */
.brand-tile img[alt="Cummins"] {
  max-width: 68% !important;
  max-height: 44% !important;
}
@media (max-width: 640px) {
  .brand-tile img[alt="Cummins"] {
    max-width: 64% !important;
    max-height: 40% !important;
  }
}

/* Contact format: number + owner inline everywhere */
.contact-owner {
  white-space: nowrap;
  font-weight: inherit;
  color: inherit;
}
.footer-contact-item span,
.hub-trust a span {
  white-space: normal;
}
.hub-trust a span {
  display: inline-flex !important;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
  line-height: 1.35;
}
.footer-contact-item span:has(.contact-owner) {
  display: inline-flex !important;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
  line-height: 1.45;
}
@media (max-width: 380px) {
  .hub-trust a span,
  .footer-contact-item span:has(.contact-owner) {
    gap: 6px;
    font-size: 14px;
  }
}

/* Force contact identity one-line */
.hub-trust a span:has(.contact-owner),
.footer-contact-item span:has(.contact-owner) {
  display: inline !important;
  white-space: nowrap !important;
  line-height: 1.35 !important;
}
@media (max-width: 380px) {
  .hub-trust a span:has(.contact-owner),
  .footer-contact-item span:has(.contact-owner) {
    font-size: 13.5px !important;
  }
}

/* Hero HQ background + zoom out */
.hero-bg span {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center right 6% !important;
  transform: scale(1) !important;
}
.hero-bg span:nth-child(1) {
  background-image: url("assets/hero-genset-silent-hq.webp") !important;
}
.hero-bg span:nth-child(2) {
  background-image: url("assets/hero-genset-ultra-hq.webp") !important;
}
.hero-bg span:nth-child(3) {
  background-image: url("assets/hero-genset-surabaya-hq.webp") !important;
}
.hero-bg::after {
  background: linear-gradient(
    90deg,
    rgba(247, 247, 241, 0.98) 0%,
    rgba(247, 247, 241, 0.9) 42%,
    rgba(247, 247, 241, 0.54) 100%
  ) !important;
}
@media (max-width: 900px) {
  .hero-bg span {
    background-size: contain !important;
    background-position: center bottom !important;
    opacity: 0.42 !important;
  }
  .hero-bg::after {
    background: linear-gradient(
      180deg,
      rgba(247, 247, 241, 0.98) 0%,
      rgba(247, 247, 241, 0.9) 54%,
      rgba(247, 247, 241, 0.72) 100%
    ) !important;
  }
}

/* Restore original hero overlay/opacity; keep HQ zoom-out image */
.hero-bg::after {
  background: linear-gradient(
    90deg,
    rgba(247, 247, 241, 0.96) 0%,
    rgba(247, 247, 241, 0.9) 44%,
    rgba(247, 247, 241, 0.68) 100%
  ) !important;
}
.hero-bg span {
  opacity: 0 !important;
}
@media (max-width: 900px) {
  .hero-bg::after {
    background: linear-gradient(
      180deg,
      rgba(247, 247, 241, 0.96),
      rgba(247, 247, 241, 0.86)
    ) !important;
  }
  .hero-bg span {
    opacity: 0 !important;
  }
}
@keyframes heroFade {
  0%,
  28% {
    opacity: 0.3;
  }
  33%,
  100% {
    opacity: 0;
  }
}

/* Hero overlay: black opacity */
.hero-bg {
  background: #050505 !important;
}
.hero-bg::after {
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.72) 0%,
    rgba(0, 0, 0, 0.58) 44%,
    rgba(0, 0, 0, 0.34) 100%
  ) !important;
}
.hero-bg span {
  opacity: 0 !important;
}
@keyframes heroFade {
  0%,
  28% {
    opacity: 0.42;
  }
  33%,
  100% {
    opacity: 0;
  }
}
@media (max-width: 900px) {
  .hero-bg::after {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.7) 0%,
      rgba(0, 0, 0, 0.56) 52%,
      rgba(0, 0, 0, 0.38) 100%
    ) !important;
  }
}

/* Hero full-screen desktop + visible mobile bg */
@media (min-width: 901px) {
  .hero.hero-carousel {
    min-height: 100vh !important;
    display: flex !important;
    align-items: center !important;
    padding: 96px 0 56px !important;
  }
  .hero.hero-carousel > .container {
    width: 100% !important;
  }
}
.hero-carousel .hero-bg {
  background: #050505 !important;
}
.hero-carousel .hero-bg span {
  background-image: inherit;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center right 5% !important;
  transform: none !important;
  opacity: 0 !important;
  transition: opacity 1.2s ease !important;
}
.hero-carousel .hero-bg span:nth-child(1) {
  background-image: url("assets/hero-genset-silent-hq.webp") !important;
}
.hero-carousel .hero-bg span:nth-child(2) {
  background-image: url("assets/hero-genset-ultra-hq.webp") !important;
}
.hero-carousel .hero-bg span:nth-child(3) {
  background-image: url("assets/hero-genset-surabaya-hq.webp") !important;
}
.hero-carousel .hero-bg span.active {
  opacity: 0.58 !important;
}
.hero-carousel .hero-bg::after {
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.78) 0%,
    rgba(0, 0, 0, 0.62) 44%,
    rgba(0, 0, 0, 0.34) 100%
  ) !important;
}
@media (max-width: 900px) {
  .hero-carousel .hero-bg span {
    background-size: 92% auto !important;
    background-position: center bottom 10px !important;
  }
  .hero-carousel .hero-bg span.active {
    opacity: 0.52 !important;
  }
  .hero-carousel .hero-bg::after {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.7) 0%,
      rgba(0, 0, 0, 0.56) 48%,
      rgba(0, 0, 0, 0.3) 100%
    ) !important;
  }
}

/* Mobile hero bg: keep image centered, not shifted right */
@media (max-width: 900px) {
  .hero-carousel .hero-bg span {
    background-size: 82% auto !important;
    background-position: center 58% !important;
  }
  .hero-carousel .hero-bg span.active {
    opacity: 0.56 !important;
  }
}
@media (max-width: 420px) {
  .hero-carousel .hero-bg span {
    background-size: 88% auto !important;
    background-position: center 60% !important;
  }
}

/* Hero bg must fill entire hero-bg div */
.hero-carousel .hero-bg span,
.hero-bg span {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  transform: none !important;
}
.hero-carousel .hero-bg span.active {
  opacity: 0.58 !important;
}
@media (max-width: 900px) {
  .hero-carousel .hero-bg span,
  .hero-bg span {
    background-size: cover !important;
    background-position: center center !important;
  }
  .hero-carousel .hero-bg span.active {
    opacity: 0.56 !important;
  }
}

/* Keunggulan: 3 cards only */
.feat-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
@media (max-width: 900px) {
  .feat-grid-three {
    grid-template-columns: 1fr !important;
  }
}

/* Customer logos transparent assets */
.customer-card img {
  object-fit: contain !important;
  mix-blend-mode: normal !important;
}

/* MBG card proportional size only */
.mbg-card {
  min-height: 170px !important;
  padding: 26px 34px !important;
  border-radius: 24px !important;
  aspect-ratio: 3.8/1 !important;
}
.mbg-card img {
  width: min(360px, 76%) !important;
  max-height: 88px !important;
  object-fit: contain !important;
  border-radius: 0 !important;
}
@media (max-width: 900px) {
  .mbg-card {
    min-height: 140px !important;
    padding: 24px !important;
    aspect-ratio: auto !important;
  }
  .mbg-card img {
    width: min(300px, 78%) !important;
    max-height: 76px !important;
  }
}

/* MBG layout 50/50 width; only control card height */
.mbg-wrap {
  grid-template-columns: 1fr 1fr !important;
  align-items: center !important;
}
.mbg-card {
  width: 100% !important;
  max-width: none !important;
  min-height: 170px !important;
  height: 170px !important;
  aspect-ratio: auto !important;
  padding: 26px 34px !important;
}
.mbg-card img {
  width: min(360px, 70%) !important;
  max-height: 88px !important;
  object-fit: contain !important;
  border-radius: 0 !important;
}
@media (max-width: 900px) {
  .mbg-wrap {
    grid-template-columns: 1fr !important;
  }
  .mbg-card {
    width: 100% !important;
    height: 140px !important;
    min-height: 140px !important;
    padding: 24px !important;
  }
  .mbg-card img {
    width: min(300px, 76%) !important;
    max-height: 76px !important;
  }
}

/* MBG card taller */
.mbg-card {
  height: 230px !important;
  min-height: 230px !important;
}
.mbg-card img {
  max-height: 120px !important;
  width: min(420px, 74%) !important;
}
@media (max-width: 900px) {
  .mbg-card {
    height: 180px !important;
    min-height: 180px !important;
  }
  .mbg-card img {
    max-height: 105px !important;
    width: min(320px, 78%) !important;
  }
}

/* Hero stats proportional spacing */
.hero-stats {
  max-width: 640px !important;
  width: 100% !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(28px, 5vw, 72px) !important;
  align-items: start !important;
}
.hero-stats .stat {
  text-align: center !important;
  align-items: center !important;
  min-width: 0 !important;
}
.hero-stats .stat-num {
  display: block !important;
  font-size: clamp(2.05rem, 3.2vw, 2.85rem) !important;
  line-height: 0.95 !important;
  letter-spacing: -0.055em !important;
  white-space: nowrap !important;
}
.hero-stats .stat-label {
  display: block !important;
  margin-top: 8px !important;
  font-size: 10px !important;
  line-height: 1.25 !important;
  letter-spacing: 0.12em !important;
  white-space: normal !important;
  text-wrap: balance !important;
  max-width: 14ch !important;
}
@media (max-width: 560px) {
  .hero-stats {
    gap: 12px !important;
    padding-top: 24px !important;
  }
  .hero-stats .stat-num {
    font-size: 1.65rem !important;
  }
  .hero-stats .stat-label {
    font-size: 8.8px !important;
    letter-spacing: 0.08em !important;
    max-width: 11ch !important;
  }
}
@media (max-width: 380px) {
  .hero-stats {
    gap: 8px !important;
  }
  .hero-stats .stat-num {
    font-size: 1.48rem !important;
  }
  .hero-stats .stat-label {
    font-size: 8px !important;
    letter-spacing: 0.06em !important;
  }
}
