/*
Theme Name: Logistik Express Future
Theme URI: https://logistikexpress.id/
Author: Logistik Express Web
Author URI: https://logistikexpress.id/
Description: Custom futuristic logistics WordPress theme for Logistik Express.
Version: 1.0.5
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: logistik-express-future
*/

/* =========================================================
   ROOT
   ========================================================= */

:root {
  --bg: #030914;
  --bg-2: #06111f;
  --bg-soft: #071626;

  --cyan: #12e7ff;
  --cyan-soft: rgba(18, 231, 255, .16);
  --cyan-border: rgba(18, 231, 255, .28);

  --orange: #ff9b3d;
  --orange-soft: rgba(255, 155, 61, .14);

  --green: #25d366;

  --white: #eef8ff;
  --white-2: #f5fbff;
  --muted: #a8c3d8;
  --muted-2: #8eb2c9;

  --panel: rgba(7, 19, 34, .78);
  --panel-strong: rgba(8, 22, 39, .94);
  --border: rgba(110, 230, 255, .22);
  --glass: rgba(9, 24, 42, .68);

  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 14px;

  --shadow-soft: 0 24px 70px rgba(0,0,0,.34);
  --shadow-card: 0 22px 60px rgba(0,0,0,.30), inset 0 1px 0 rgba(255,255,255,.07);
}

/* =========================================================
   RESET
   ========================================================= */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  width: 100%;
  min-height: 100%;
  height: auto !important;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

body {
  width: 100%;
  min-height: 100%;
  height: auto !important;
  margin: 0;
  padding: 0;
  color: var(--white);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 50% -10%, rgba(18,231,255,.16), transparent 34%),
    radial-gradient(circle at 88% 12%, rgba(255,155,61,.08), transparent 26%),
    linear-gradient(180deg, #030914 0%, #06111f 45%, #040b14 100%) !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  position: relative;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .5;
  background:
    linear-gradient(rgba(255,255,255,.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.028) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.72), transparent 86%);
}

a {
  color: inherit;
}

img,
svg,
video,
canvas {
  max-width: 100%;
}

button,
input,
textarea,
select {
  font: inherit;
}

.site-main,
#main-content,
.page,
.content-section,
.lex-default-page,
.lex-page-full-output {
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
}

body.customize-partial-edit-shortcuts-shown,
body.customize-partial-edit-shortcuts-shown .site-main,
body.customize-partial-edit-shortcuts-shown #main-content {
  height: auto !important;
  max-height: none !important;
  overflow-y: visible !important;
}

/* =========================================================
   ACCESSIBILITY
   ========================================================= */

.skip-link {
  position: absolute;
  left: -999px;
  top: 12px;
  z-index: 999999;
  padding: 10px 14px;
  border-radius: 8px;
  color: #001018;
  background: var(--cyan);
  font-weight: 900;
  text-decoration: none;
}

.skip-link:focus {
  left: 12px;
}

/* =========================================================
   WORDPRESS ADMIN BAR SAFETY
   ========================================================= */

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

@media (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}

/* =========================================================
   HEADER / NAVBAR
   ========================================================= */

.site-header {
  position: sticky !important;
  top: 0;
  z-index: 9999;
  padding: 16px 18px 0 !important;
  background:
    linear-gradient(180deg, rgba(3, 9, 20, .96), rgba(3, 9, 20, .72), transparent) !important;
  backdrop-filter: blur(18px);
}

.lex-navbar,
.navbar {
  position: relative;
  z-index: 10;
  width: min(1120px, calc(100vw - 36px));
  max-width: 1120px;
  min-height: 68px;
  height: auto !important;
  margin: 0 auto;
  padding: 10px 14px 10px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid rgba(18, 231, 255, .24);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(13, 34, 58, .86), rgba(5, 14, 28, .88)),
    radial-gradient(circle at 10% 0%, rgba(18,231,255,.18), transparent 34%);
  box-shadow:
    0 24px 80px rgba(0,0,0,.36),
    inset 0 1px 0 rgba(255,255,255,.08),
    0 0 0 1px rgba(255,255,255,.02);
  backdrop-filter: blur(22px);
}

.lex-navbar::before,
.navbar::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(120deg, rgba(18,231,255,.42), transparent 34%, rgba(255,155,61,.26));
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  pointer-events: none;
  opacity: .75;
}

.lex-brand,
.brand {
  position: relative;
  z-index: 2;
  min-width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--white);
  text-decoration: none;
  font-weight: 950;
  letter-spacing: -.04em;
  line-height: .9;
  text-transform: uppercase;
  font-size: 13px;
}

.lex-brand-orb,
.brand-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #00121c;
  background:
    radial-gradient(circle at 32% 24%, #ffffff, transparent 18%),
    linear-gradient(135deg, #12e7ff 0%, #73f7ff 42%, #ffb35c 100%);
  box-shadow:
    0 0 24px rgba(18,231,255,.55),
    0 0 60px rgba(18,231,255,.18);
}

.lex-brand-orb span {
  display: inline-block;
  color: #00121c;
  font-size: 18px;
  transform: rotate(-16deg);
}

.lex-brand-text {
  display: grid;
  gap: 0;
  line-height: .9;
}

.lex-brand-text strong {
  color: #ffffff;
  font-size: 13px;
  font-weight: 950;
}

.lex-brand-text em,
.brand span:last-child {
  color: var(--cyan);
  font-style: normal;
  font-size: 13px;
  font-weight: 950;
  text-shadow: 0 0 14px rgba(18,231,255,.34);
}

.lex-menu-wrap {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

.lex-menu,
.nav-links,
.menu {
  position: relative;
  z-index: 2;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 1.1vw, 16px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.lex-menu li,
.nav-links li,
.menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lex-menu a,
.nav-links a,
.menu a {
  position: relative;
  min-height: 40px;
  padding: 0 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: rgba(238,248,255,.88);
  text-decoration: none;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.15;
  white-space: nowrap;
  transition: .25s ease;
}

.lex-menu a::before,
.nav-links a::before,
.menu a::before {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: inherit;
  background: rgba(18,231,255,.08);
  border: 1px solid rgba(18,231,255,.16);
  opacity: 0;
  transform: scale(.92);
  transition: .25s ease;
}

.lex-menu a::after,
.nav-links a::after,
.menu a::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 2px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--cyan), transparent);
  opacity: 0;
  transform: scaleX(.4);
  transition: .25s ease;
}

.lex-menu a:hover,
.lex-menu a:focus,
.nav-links a:hover,
.nav-links a:focus,
.menu a:hover,
.menu a:focus,
.lex-menu .current-menu-item > a,
.lex-menu .current_page_item > a,
.nav-links .current-menu-item > a,
.menu .current-menu-item > a,
.current-menu-item > a {
  color: var(--cyan);
  text-shadow: 0 0 18px rgba(18,231,255,.35);
}

.lex-menu a:hover::before,
.lex-menu a:focus::before,
.nav-links a:hover::before,
.nav-links a:focus::before,
.menu a:hover::before,
.menu a:focus::before,
.current-menu-item > a::before {
  opacity: 1;
  transform: scale(1);
}

.lex-menu a:hover::after,
.lex-menu a:focus::after,
.nav-links a:hover::after,
.nav-links a:focus::after,
.menu a:hover::after,
.menu a:focus::after,
.current-menu-item > a::after {
  opacity: 1;
  transform: scaleX(1);
}

.lex-nav-cta,
.quote-btn {
  position: relative;
  z-index: 2;
  min-width: max-content;
  min-height: 44px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(18,231,255,.54);
  border-radius: 14px;
  color: #dfffff;
  background:
    linear-gradient(135deg, rgba(18,231,255,.14), rgba(18,231,255,.04));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.08),
    0 0 24px rgba(18,231,255,.16);
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  transition: .25s ease;
  white-space: nowrap;
}

.lex-nav-cta:hover,
.quote-btn:hover {
  transform: translateY(-2px);
  color: #06111f;
  background: linear-gradient(135deg, #12e7ff, #9dfaff);
  box-shadow: 0 0 32px rgba(18,231,255,.32);
}

.lex-menu-toggle {
  display: none;
}

.lex-hamburger {
  display: none;
}

/* =========================================================
   DEFAULT PAGE TEMPLATE FIX
   ========================================================= */

.lex-default-page,
body.page:not(.home) .site-main,
body.single .site-main {
  width: 100%;
  min-height: 100vh;
  color: var(--white);
  background:
    radial-gradient(circle at 18% 0%, rgba(18,231,255,.14), transparent 30%),
    radial-gradient(circle at 88% 12%, rgba(255,155,61,.09), transparent 28%),
    linear-gradient(180deg, #030914 0%, #06111f 45%, #040b14 100%);
  overflow: visible;
}

.lex-page-wrap {
  width: min(1060px, calc(100% - 32px));
  margin: 0 auto;
}

.lex-page-hero {
  position: relative;
  padding: 140px 0 56px;
  overflow: hidden;
}

.lex-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 58px 58px;
  opacity: .35;
  pointer-events: none;
}

.lex-page-kicker {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--cyan);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.lex-page-kicker::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 99px;
  background: var(--cyan);
  box-shadow: 0 0 18px rgba(18,231,255,.85);
}

.lex-page-title {
  position: relative;
  z-index: 2;
  max-width: 960px;
  margin: 0;
  color: var(--white-2);
  font-size: clamp(42px, 5.4vw, 76px);
  line-height: .94;
  font-weight: 950;
  letter-spacing: -.075em;
  text-transform: uppercase;
  text-shadow: 0 0 26px rgba(18,231,255,.22);
}

.lex-page-excerpt {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin: 22px 0 0;
  color: #bed4e5;
  font-size: 18px;
  line-height: 1.8;
}

.lex-page-body-section {
  padding: 0 0 92px;
  background:
    radial-gradient(circle at 50% 0%, rgba(18,231,255,.08), transparent 34%),
    linear-gradient(180deg, rgba(4,11,20,.18), #040b14 100%);
}

.lex-page-article {
  position: relative;
  padding: clamp(24px, 4vw, 48px);
  border-radius: 34px;
  border: 1px solid rgba(18,231,255,.24);
  background:
    radial-gradient(circle at 20% 0%, rgba(18,231,255,.10), transparent 32%),
    linear-gradient(145deg, rgba(9, 27, 48, .92), rgba(5, 13, 25, .96));
  box-shadow:
    0 34px 100px rgba(0,0,0,.42),
    inset 0 1px 0 rgba(255,255,255,.08);
  overflow: hidden;
}

.lex-page-article::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: .38;
  pointer-events: none;
}

.lex-page-content {
  position: relative;
  z-index: 2;
  max-width: 920px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.85;
}

/* =========================================================
   UNIVERSAL CONTENT DARK MODE FIX
   Ini memperbaiki teks hitam pada screenshot
   ========================================================= */

.entry-content,
.post-content,
.page-content,
.lex-page-content,
.site-main article,
.site-main .content,
.site-main .vc_column-inner,
.site-main .wpb_wrapper {
  color: var(--muted) !important;
}

.entry-content p,
.post-content p,
.page-content p,
.lex-page-content p,
.site-main article p,
.site-main .wpb_wrapper p,
.site-main article li,
.site-main .wpb_wrapper li,
.site-main article td,
.site-main article div:not(.lex-navbar):not(.navbar):not(.lex-menu-wrap),
.site-main .wpb_wrapper div {
  color: var(--muted) !important;
}

.entry-content strong,
.entry-content b,
.post-content strong,
.post-content b,
.page-content strong,
.page-content b,
.lex-page-content strong,
.lex-page-content b,
.site-main article strong,
.site-main article b {
  color: var(--white-2) !important;
  font-weight: 900;
}

.entry-content a,
.post-content a,
.page-content a,
.lex-page-content a,
.site-main article a {
  color: var(--cyan) !important;
  font-weight: 900;
  text-decoration: none;
  border-bottom: 1px solid rgba(18,231,255,.45);
}

.entry-content a:hover,
.post-content a:hover,
.page-content a:hover,
.lex-page-content a:hover,
.site-main article a:hover {
  color: #8ef9ff !important;
  border-bottom-color: #8ef9ff;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6,
.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6,
.lex-page-content h1,
.lex-page-content h2,
.lex-page-content h3,
.lex-page-content h4,
.lex-page-content h5,
.lex-page-content h6,
.site-main article h1,
.site-main article h2,
.site-main article h3,
.site-main article h4,
.site-main article h5,
.site-main article h6 {
  color: var(--white-2) !important;
  margin: 1.55em 0 .75em;
  line-height: 1.15;
  font-weight: 950;
  letter-spacing: -.045em;
}

.entry-content h1,
.lex-page-content h1,
.site-main article h1 {
  font-size: clamp(36px, 5vw, 64px);
  text-transform: uppercase;
}

.entry-content h2,
.lex-page-content h2,
.site-main article h2 {
  font-size: clamp(30px, 3.8vw, 48px);
}

.entry-content h3,
.lex-page-content h3,
.site-main article h3 {
  font-size: clamp(24px, 3vw, 34px);
}

.entry-content h4,
.lex-page-content h4,
.site-main article h4 {
  font-size: 22px;
}

.entry-content p,
.lex-page-content p,
.site-main article p {
  margin: 0 0 1.25em;
}

.entry-content ul,
.entry-content ol,
.lex-page-content ul,
.lex-page-content ol,
.site-main article ul,
.site-main article ol {
  margin: 0 0 1.35em;
  padding-left: 1.35em;
}

.entry-content li,
.lex-page-content li,
.site-main article li {
  margin-bottom: .55em;
}

.entry-content blockquote,
.lex-page-content blockquote,
.site-main article blockquote {
  margin: 32px 0;
  padding: 22px 26px;
  border-left: 4px solid var(--cyan);
  border-radius: 18px;
  background: rgba(18,231,255,.08);
  color: #dffaff !important;
}

.entry-content blockquote p,
.lex-page-content blockquote p,
.site-main article blockquote p {
  color: #dffaff !important;
}

.entry-content img,
.lex-page-content img,
.site-main article img {
  max-width: 100%;
  height: auto;
  border-radius: 22px;
  box-shadow: 0 22px 60px rgba(0,0,0,.34);
}

/* =========================================================
   OLD INLINE STYLE OVERRIDE
   ========================================================= */

.entry-content [style*="color: #000"],
.entry-content [style*="color:#000"],
.entry-content [style*="color: black"],
.entry-content [style*="color:black"],
.entry-content [style*="color: #111"],
.entry-content [style*="color:#111"],
.entry-content [style*="color: #222"],
.entry-content [style*="color:#222"],
.entry-content [style*="color: #333"],
.entry-content [style*="color:#333"],
.entry-content [style*="color: #444"],
.entry-content [style*="color:#444"],
.entry-content [style*="color: #555"],
.entry-content [style*="color:#555"],
.entry-content [style*="color: #666"],
.entry-content [style*="color:#666"],
.entry-content [style*="color: #777"],
.entry-content [style*="color:#777"],
.lex-page-content [style*="color: #000"],
.lex-page-content [style*="color:#000"],
.lex-page-content [style*="color: black"],
.lex-page-content [style*="color:black"],
.lex-page-content [style*="color: #111"],
.lex-page-content [style*="color:#111"],
.lex-page-content [style*="color: #222"],
.lex-page-content [style*="color:#222"],
.lex-page-content [style*="color: #333"],
.lex-page-content [style*="color:#333"],
.lex-page-content [style*="color: #444"],
.lex-page-content [style*="color:#444"],
.lex-page-content [style*="color: #555"],
.lex-page-content [style*="color:#555"],
.lex-page-content [style*="color: #666"],
.lex-page-content [style*="color:#666"],
.lex-page-content [style*="color: #777"],
.lex-page-content [style*="color:#777"],
.site-main article [style*="color: #000"],
.site-main article [style*="color:#000"],
.site-main article [style*="color: black"],
.site-main article [style*="color:black"],
.site-main article [style*="color: #333"],
.site-main article [style*="color:#333"],
.site-main article [style*="color: #555"],
.site-main article [style*="color:#555"],
.site-main article [style*="color: #666"],
.site-main article [style*="color:#666"],
.site-main article [style*="color: #777"],
.site-main article [style*="color:#777"] {
  color: var(--muted) !important;
}

.entry-content [style*="background: #fff"],
.entry-content [style*="background:#fff"],
.entry-content [style*="background-color: #fff"],
.entry-content [style*="background-color:#fff"],
.entry-content [style*="background: white"],
.entry-content [style*="background-color: white"],
.lex-page-content [style*="background: #fff"],
.lex-page-content [style*="background:#fff"],
.lex-page-content [style*="background-color: #fff"],
.lex-page-content [style*="background-color:#fff"],
.lex-page-content [style*="background: white"],
.lex-page-content [style*="background-color: white"],
.site-main article [style*="background: #fff"],
.site-main article [style*="background:#fff"],
.site-main article [style*="background-color: #fff"],
.site-main article [style*="background-color:#fff"],
.site-main article [style*="background: white"],
.site-main article [style*="background-color: white"] {
  background:
    linear-gradient(145deg, rgba(10,30,52,.88), rgba(4,12,24,.94)) !important;
  border-color: rgba(18,231,255,.22) !important;
}

/* =========================================================
   TABLES
   ========================================================= */

.entry-content table,
.lex-page-content table,
.site-main article table {
  width: 100%;
  margin: 28px 0;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 18px;
  background: rgba(4,12,24,.78);
  box-shadow: 0 18px 48px rgba(0,0,0,.28);
}

.entry-content table th,
.lex-page-content table th,
.site-main article table th {
  color: #03101a !important;
  background: linear-gradient(135deg, var(--cyan), #99fbff);
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.entry-content table td,
.lex-page-content table td,
.site-main article table td {
  color: #d6eafa !important;
}

.entry-content table th,
.entry-content table td,
.lex-page-content table th,
.lex-page-content table td,
.site-main article table th,
.site-main article table td {
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.08);
}

.entry-content table tr:nth-child(even) td,
.lex-page-content table tr:nth-child(even) td,
.site-main article table tr:nth-child(even) td {
  background: rgba(255,255,255,.035);
}

/* =========================================================
   TABLE OF CONTENTS DARK FIX
   ========================================================= */

.entry-content .toc,
.entry-content .toc_list,
.entry-content .lwptoc,
.entry-content .ez-toc-container,
.entry-content #ez-toc-container,
.entry-content .rank-math-toc-block,
.entry-content .wp-block-rank-math-toc-block,
.entry-content div[class*="toc"],
.entry-content nav[class*="toc"],
.lex-page-content .toc,
.lex-page-content .toc_list,
.lex-page-content .lwptoc,
.lex-page-content .ez-toc-container,
.lex-page-content #ez-toc-container,
.lex-page-content .rank-math-toc-block,
.lex-page-content .wp-block-rank-math-toc-block,
.lex-page-content div[class*="toc"],
.lex-page-content nav[class*="toc"],
.site-main article .toc,
.site-main article .toc_list,
.site-main article .lwptoc,
.site-main article .ez-toc-container,
.site-main article #ez-toc-container,
.site-main article .rank-math-toc-block,
.site-main article .wp-block-rank-math-toc-block,
.site-main article div[class*="toc"],
.site-main article nav[class*="toc"] {
  margin: 30px 0 !important;
  padding: 22px !important;
  border: 1px solid rgba(18,231,255,.24) !important;
  border-radius: 22px !important;
  background:
    radial-gradient(circle at 20% 0%, rgba(18,231,255,.10), transparent 30%),
    linear-gradient(145deg, rgba(10,30,52,.92), rgba(5,13,25,.96)) !important;
  color: var(--muted) !important;
  box-shadow: 0 18px 48px rgba(0,0,0,.28) !important;
}

.entry-content .toc *,
.entry-content .lwptoc *,
.entry-content .ez-toc-container *,
.entry-content #ez-toc-container *,
.entry-content .rank-math-toc-block *,
.entry-content .wp-block-rank-math-toc-block *,
.lex-page-content .toc *,
.lex-page-content .lwptoc *,
.lex-page-content .ez-toc-container *,
.lex-page-content #ez-toc-container *,
.lex-page-content .rank-math-toc-block *,
.lex-page-content .wp-block-rank-math-toc-block *,
.site-main article .toc *,
.site-main article .lwptoc *,
.site-main article .ez-toc-container *,
.site-main article #ez-toc-container *,
.site-main article .rank-math-toc-block *,
.site-main article .wp-block-rank-math-toc-block * {
  color: var(--muted) !important;
}

.entry-content .toc a,
.entry-content .lwptoc a,
.entry-content .ez-toc-container a,
.entry-content #ez-toc-container a,
.entry-content .rank-math-toc-block a,
.entry-content .wp-block-rank-math-toc-block a,
.lex-page-content .toc a,
.lex-page-content .lwptoc a,
.lex-page-content .ez-toc-container a,
.lex-page-content #ez-toc-container a,
.lex-page-content .rank-math-toc-block a,
.lex-page-content .wp-block-rank-math-toc-block a,
.site-main article .toc a,
.site-main article .lwptoc a,
.site-main article .ez-toc-container a,
.site-main article #ez-toc-container a,
.site-main article .rank-math-toc-block a,
.site-main article .wp-block-rank-math-toc-block a {
  color: #dffaff !important;
  border-bottom: 0 !important;
  text-decoration: none !important;
}

.entry-content .toc a:hover,
.entry-content .lwptoc a:hover,
.entry-content .ez-toc-container a:hover,
.entry-content #ez-toc-container a:hover,
.entry-content .rank-math-toc-block a:hover,
.entry-content .wp-block-rank-math-toc-block a:hover,
.lex-page-content .toc a:hover,
.lex-page-content .lwptoc a:hover,
.lex-page-content .ez-toc-container a:hover,
.lex-page-content #ez-toc-container a:hover,
.lex-page-content .rank-math-toc-block a:hover,
.lex-page-content .wp-block-rank-math-toc-block a:hover,
.site-main article .toc a:hover,
.site-main article .lwptoc a:hover,
.site-main article .ez-toc-container a:hover,
.site-main article #ez-toc-container a:hover,
.site-main article .rank-math-toc-block a:hover,
.site-main article .wp-block-rank-math-toc-block a:hover {
  color: var(--cyan) !important;
}

/* =========================================================
   FULL CUSTOM PAGE OUTPUT
   ========================================================= */

.lex-page-full-output {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  background: var(--bg);
  overflow: visible;
}

.lex-page-full-output > * {
  max-width: none;
}

/* =========================================================
   FRONT PAGE / LANDING COMPONENTS
   ========================================================= */

.page {
  position: relative;
  min-height: 100vh;
  padding: 0 24px 38px;
  overflow: visible !important;
}

.glow-orb {
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 999px;
  top: 12%;
  right: -160px;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(circle, rgba(18,231,255,.18), transparent 65%);
  filter: blur(8px);
}

.hero {
  position: relative;
  z-index: 2;
  max-width: 1120px;
  min-height: calc(100vh - 90px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.03fr .97fr;
  align-items: center;
  gap: 22px;
}

.hero-content {
  padding-top: 32px;
}

.kicker {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  padding: 8px 12px;
  margin-bottom: 18px;
  border: 1px solid rgba(18,231,255,.3);
  border-radius: 999px;
  background: rgba(18,231,255,.08);
  color: #bdf8ff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 99px;
  background: var(--cyan);
  box-shadow: 0 0 14px var(--cyan);
}

.hero-title,
h1.hero-title,
.hero h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(42px, 6vw, 78px);
  line-height: .92;
  font-weight: 950;
  letter-spacing: -.075em;
  text-transform: uppercase;
  color: var(--white-2);
  text-shadow: 0 0 24px rgba(18,231,255,.32);
  text-wrap: balance;
}

.hero-title .cyan,
.hero h1 .cyan {
  color: var(--cyan);
}

.hero-title .orange,
.hero h1 .orange {
  display: block;
  color: var(--orange);
  text-shadow: 0 0 24px rgba(255,155,61,.28);
}

.subtitle {
  max-width: 580px;
  margin-top: 18px;
  color: #e8f8ff;
  font-size: 18px;
  line-height: 1.65;
}

.actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.btn-primary,
.btn-secondary,
.mini-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 14px;
  border: 0;
  text-decoration: none;
  font-weight: 900;
  cursor: pointer;
  transition: .25s ease;
}

.btn-primary {
  color: #001018;
  background: linear-gradient(135deg, var(--cyan), #8ff8ff);
  box-shadow: 0 0 28px rgba(18,231,255,.28);
}

.btn-secondary {
  color: #fff;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.06);
  backdrop-filter: blur(10px);
}

.mini-btn {
  color: #06111f;
  background: linear-gradient(135deg, var(--orange), #ffd18b);
  box-shadow: 0 0 24px rgba(255,155,61,.24);
}

.btn-primary:hover,
.btn-secondary:hover,
.mini-btn:hover {
  transform: translateY(-3px) scale(1.02);
}

/* =========================================================
   SECTIONS
   ========================================================= */

.content-section {
  position: relative;
  display: block;
  clear: both;
  padding: 92px 22px;
  background:
    radial-gradient(circle at 20% 0%, rgba(18,231,255,.08), transparent 28%),
    linear-gradient(180deg, #06111f 0%, #050d18 100%);
  overflow: visible !important;
}

.content-section.alt {
  background:
    radial-gradient(circle at 50% 0%, rgba(18,231,255,.08), transparent 32%),
    linear-gradient(180deg, #050d18 0%, #071424 100%);
}

.content-section.light-glass {
  padding-top: 120px;
  background:
    radial-gradient(circle at 15% 0%, rgba(18,231,255,.14), transparent 26%),
    radial-gradient(circle at 85% 18%, rgba(255,155,61,.08), transparent 26%),
    linear-gradient(180deg, #071827 0%, #06101d 100%);
}

.section-wrap {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 28px));
  max-width: 1180px;
  margin: 0 auto;
}

.section-eyebrow {
  color: var(--cyan);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin: 0 0 12px;
}

.section-title {
  max-width: 920px;
  margin: 0;
  color: var(--white-2);
  font-size: clamp(32px, 4.4vw, 56px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -.055em;
  text-transform: uppercase;
  text-wrap: balance;
}

.section-title span {
  color: var(--orange);
}

.section-desc {
  max-width: 720px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.split-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 28px;
  align-items: stretch;
}

.glass-panel,
.feature-panel,
.mode-panel,
.premium-card,
.faq-card,
.article-card,
.footer-panel,
.map-card {
  border: 1px solid rgba(18,231,255,.20);
  background:
    linear-gradient(145deg, rgba(10, 30, 52, .82), rgba(4, 12, 24, .88));
  backdrop-filter: blur(18px);
  box-shadow:
    0 22px 60px rgba(0,0,0,.30),
    inset 0 1px 0 rgba(255,255,255,.07);
}

/* =========================================================
   CARDS / GRIDS
   ========================================================= */

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 38px;
}

.feature-panel {
  position: relative;
  padding: 28px;
  border-radius: 24px;
  overflow: hidden;
  transition: .28s ease;
}

.feature-panel:hover,
.mode-panel:hover,
.premium-card:hover,
.article-card:hover {
  transform: translateY(-6px);
  border-color: rgba(18,231,255,.48);
  box-shadow:
    0 0 34px rgba(18,231,255,.12),
    0 28px 74px rgba(0,0,0,.36);
}

.icon-bubble {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: var(--orange);
  background: rgba(255,155,61,.1);
  border: 1px solid rgba(255,155,61,.24);
  font-size: 26px;
  margin-bottom: 18px;
}

.feature-panel h2,
.feature-panel h3,
.mode-panel h3,
.premium-card h3,
.article-card h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: -.035em;
}

.feature-panel p,
.mode-panel p,
.premium-card p,
.article-card p,
.faq-card p {
  color: var(--muted);
  line-height: 1.7;
}

.text-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--cyan);
  font-weight: 900;
  text-decoration: none;
}

.text-link:hover {
  color: #8ef9ff;
}

.mode-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 42px;
}

.mode-panel {
  position: relative;
  min-height: 360px;
  padding: 0;
  border-radius: 28px;
  overflow: hidden;
  text-align: left;
  transition: .28s ease;
  background: linear-gradient(145deg, rgba(8,24,43,.92), rgba(3,10,20,.88));
}

.mode-thumb {
  position: relative;
  height: 210px;
  overflow: hidden;
  background:
    radial-gradient(circle at 45% 35%, rgba(18,231,255,.18), transparent 44%),
    linear-gradient(145deg, rgba(18,231,255,.08), rgba(255,155,61,.08));
}

.vehicle-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  transform: scale(1.02);
  transition: transform .55s ease, filter .55s ease;
}

.mode-panel:hover .vehicle-svg {
  transform: scale(1.1) translateY(-4px);
  filter: saturate(1.1) contrast(1.04);
}

.mode-body {
  position: relative;
  padding: 22px 22px 24px;
  z-index: 2;
}

.mode-body h2,
.mode-body h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 24px;
  line-height: 1.12;
  font-weight: 950;
  letter-spacing: -.045em;
  text-transform: uppercase;
  text-shadow: 0 0 18px rgba(18,231,255,.18);
}

.mode-body p {
  color: var(--muted);
  line-height: 1.65;
  font-size: 14px;
  margin: 0;
}

.mode-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
  color: var(--orange);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.mode-badge::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--orange);
  box-shadow: 0 0 14px rgba(255,155,61,.75);
}

.premium-head,
.article-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 38px;
}

.premium-grid,
.article-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.premium-card,
.article-card {
  border-radius: 28px;
  overflow: hidden;
  transition: .28s ease;
}

.premium-visual,
.article-visual,
.gallery-item {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(18,231,255,.2), rgba(255,155,61,.18)),
    radial-gradient(circle at 50% 40%, rgba(255,255,255,.16), transparent 35%);
}

.premium-visual {
  height: 180px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 72px;
}

.premium-body,
.article-body {
  padding: 24px;
}

.article-visual {
  height: 160px;
  display: flex;
  align-items: start;
  padding: 18px;
}

.article-tag {
  position: relative;
  z-index: 2;
  padding: 8px 10px;
  border-radius: 999px;
  color: #06111f;
  background: var(--orange);
  font-size: 11px;
  font-weight: 900;
}

.article-date {
  color: #8fb4ca;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 10px;
}

/* =========================================================
   ONGKIR FORM
   ========================================================= */

.ongkir-card {
  position: relative;
  z-index: 5;
  margin-top: -44px;
  margin-bottom: 76px;
  padding: 22px;
  border-radius: 24px;
}

.ongkir-form {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 12px;
  align-items: end;
}

.field label {
  display: block;
  color: #9aefff;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 900;
  margin-bottom: 8px;
}

.field input,
.search-field {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.12);
  outline: none;
  color: #fff;
  background: rgba(255,255,255,.06);
  transition: .25s ease;
}

.field input:focus,
.search-field:focus {
  border-color: rgba(18,231,255,.65);
  box-shadow: 0 0 0 4px rgba(18,231,255,.1);
}

/* =========================================================
   FAQ / GALLERY / FOOTER
   ========================================================= */

.faq-map-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: start;
}

.faq-list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.faq-card {
  border-radius: 18px;
  overflow: hidden;
}

.faq-card summary {
  cursor: pointer;
  list-style: none;
  padding: 20px;
  font-weight: 900;
  color: #fff;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.faq-card summary::-webkit-details-marker {
  display: none;
}

.faq-card summary span {
  color: var(--cyan);
}

.faq-card p {
  padding: 0 20px 20px;
  margin: 0;
}

.map-card {
  padding: 18px;
  border-radius: 26px;
}

.map-card h2,
.map-card h3 {
  color: #fff;
  margin: 0 0 8px;
}

.map-placeholder {
  min-height: 360px;
  margin-top: 18px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  text-align: center;
  color: var(--muted);
  background:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px),
    radial-gradient(circle at 50% 50%, rgba(18,231,255,.16), rgba(255,155,61,.07), transparent 60%);
  background-size: 36px 36px, 36px 36px, auto;
  border: 1px solid rgba(255,255,255,.08);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 42px;
}

.gallery-item {
  aspect-ratio: 1;
  border-radius: 22px;
  border: 1px solid rgba(135,225,255,.2);
  display: grid;
  place-items: center;
  color: rgba(255,255,255,.8);
  font-weight: 900;
  transition: .28s ease;
}

.gallery-item:hover {
  transform: scale(1.03);
}

.site-footer {
  padding: 72px 24px 0;
  background: #050b14;
  border-top: 1px solid rgba(135,225,255,.16);
}

.footer-panel {
  max-width: 1120px;
  margin: 0 auto;
  border-radius: 28px;
  padding: 34px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.footer-panel h4 {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .14em;
  margin: 0 0 18px;
}

.footer-panel ul {
  list-style: none;
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
}

.footer-panel a,
.footer-panel p {
  color: var(--muted);
  text-decoration: none;
  line-height: 1.75;
}

.footer-panel a:hover {
  color: var(--cyan);
}

.copyright {
  margin-top: 42px;
  padding: 22px;
  text-align: center;
  color: #8fb4ca;
  border-top: 1px solid rgba(255,255,255,.08);
  font-size: 13px;
}

/* =========================================================
   SEARCH FORM
   ========================================================= */

.search-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
}

.search-form label {
  display: block;
}

.search-submit {
  min-height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 14px;
  color: #06111f;
  background: linear-gradient(135deg, var(--orange), #ffd18b);
  font-weight: 900;
  cursor: pointer;
}

/* =========================================================
   PAGINATION
   ========================================================= */

.navigation.pagination {
  margin-top: 36px;
}

.nav-links .page-numbers,
.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 38px;
  margin: 4px;
  padding: 0 12px;
  border: 1px solid rgba(18,231,255,.24);
  border-radius: 10px;
  color: #dfffff;
  background: rgba(18,231,255,.08);
  text-decoration: none;
  font-weight: 800;
}

.nav-links .page-numbers.current,
.pagination .page-numbers.current,
.nav-links .page-numbers:hover,
.pagination .page-numbers:hover {
  color: #06111f;
  background: var(--cyan);
}

/* =========================================================
   WHATSAPP FLOATING SAFETY
   ========================================================= */

a[href*="wa.me"],
a[href*="whatsapp"] {
  max-width: calc(100vw - 24px);
}

/* =========================================================
   MOBILE NAVBAR + LAYOUT
   ========================================================= */

@media (max-width: 1100px) {
  .lex-navbar,
  .navbar {
    width: calc(100vw - 28px);
  }

  .lex-menu,
  .nav-links,
  .menu {
    gap: 6px;
  }

  .lex-menu a,
  .nav-links a,
  .menu a {
    padding: 0 8px;
    font-size: 11px;
  }

  .lex-nav-cta,
  .quote-btn {
    padding: 0 14px;
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .split-grid,
  .faq-map-grid {
    grid-template-columns: 1fr;
  }

  .mode-grid,
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .premium-grid,
  .article-grid,
  .footer-panel {
    grid-template-columns: 1fr;
  }

  .premium-head,
  .article-head {
    align-items: start;
    flex-direction: column;
  }

  .ongkir-form {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  html,
  body {
    width: 100%;
    overflow-x: hidden !important;
    overflow-y: auto !important;
  }

  .site-header {
    position: sticky !important;
    top: 0;
    z-index: 9999;
    padding: 10px 12px 0 !important;
    background:
      linear-gradient(180deg, rgba(3,9,20,.96), rgba(3,9,20,.82), transparent) !important;
  }

  body.admin-bar .site-header {
    top: 46px;
  }

  .lex-navbar {
    width: 100%;
    min-height: 64px;
    padding: 10px 12px;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    border-radius: 18px;
  }

  .lex-brand-orb {
    width: 40px;
    height: 40px;
  }

  .lex-brand-text strong,
  .lex-brand-text em {
    font-size: 12px;
  }

  .lex-hamburger {
    position: relative;
    z-index: 5;
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(18,231,255,.32);
    border-radius: 14px;
    background: rgba(18,231,255,.08);
    cursor: pointer;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
  }

  .lex-hamburger span {
    width: 20px;
    height: 2px;
    display: block;
    border-radius: 999px;
    background: #dfffff;
    box-shadow: 0 0 10px rgba(18,231,255,.55);
    transition: .25s ease;
  }

  .lex-hamburger span:nth-child(1) {
    transform: translateY(6px);
  }

  .lex-hamburger span:nth-child(3) {
    transform: translateY(-6px);
  }

  .lex-menu-toggle:checked + .lex-hamburger span:nth-child(1) {
    transform: translateY(2px) rotate(45deg);
  }

  .lex-menu-toggle:checked + .lex-hamburger span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
  }

  .lex-menu-toggle:checked + .lex-hamburger span:nth-child(3) {
    transform: translateY(-2px) rotate(-45deg);
  }

  .lex-menu-wrap {
    grid-column: 1 / -1;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-8px);
    display: grid;
    gap: 12px;
    transition: max-height .36s ease, opacity .25s ease, transform .25s ease, padding .25s ease;
  }

  .lex-menu-toggle:checked ~ .lex-menu-wrap {
    max-height: 520px;
    opacity: 1;
    transform: translateY(0);
    padding-top: 12px;
  }

  .lex-menu {
    width: 100%;
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .lex-menu a {
    width: 100%;
    min-height: 48px;
    padding: 0 16px;
    justify-content: flex-start;
    border: 1px solid rgba(18,231,255,.16);
    border-radius: 14px;
    background:
      linear-gradient(135deg, rgba(18,231,255,.08), rgba(255,255,255,.025));
    color: #dffaff;
    font-size: 13px;
    white-space: normal;
  }

  .lex-menu a::before,
  .lex-menu a::after {
    display: none;
  }

  .lex-menu a:hover,
  .lex-menu a:focus,
  .lex-menu .current-menu-item > a,
  .lex-menu .current_page_item > a {
    border-color: rgba(18,231,255,.42);
    background:
      linear-gradient(135deg, rgba(18,231,255,.16), rgba(18,231,255,.04));
    color: var(--cyan);
  }

  .lex-nav-cta {
    width: 100%;
    min-height: 50px;
    border-radius: 15px;
  }

  .navbar:not(.lex-navbar) {
    width: 100%;
    min-height: auto;
    padding: 14px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    border-radius: 18px;
  }

  .navbar:not(.lex-navbar) .brand {
    width: 100%;
    justify-content: flex-start;
    font-size: 12px;
  }

  .navbar:not(.lex-navbar) .brand-icon {
    width: 40px;
    height: 40px;
  }

  .navbar:not(.lex-navbar) .nav-links {
    width: 100%;
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .navbar:not(.lex-navbar) .nav-links a {
    width: 100%;
    min-height: 46px;
    padding: 0 14px;
    justify-content: flex-start;
    border: 1px solid rgba(18,231,255,.16);
    border-radius: 14px;
    background:
      linear-gradient(135deg, rgba(18,231,255,.08), rgba(255,255,255,.025));
    font-size: 12.5px;
    white-space: normal;
  }

  .navbar:not(.lex-navbar) .nav-links a::before,
  .navbar:not(.lex-navbar) .nav-links a::after {
    display: none;
  }

  .navbar:not(.lex-navbar) .quote-btn {
    width: 100%;
  }

  .page {
    padding: 0 14px 34px;
    min-height: auto;
    overflow: visible !important;
  }

  .hero {
    min-height: auto;
    padding: 48px 0 32px;
    grid-template-columns: 1fr;
  }

  .hero-title,
  h1.hero-title,
  .hero h1,
  .section-title,
  h1,
  .entry-title {
    font-size: clamp(34px, 11vw, 48px) !important;
    line-height: 1.02 !important;
    letter-spacing: -.055em !important;
    overflow-wrap: anywhere;
  }

  .subtitle,
  .section-desc,
  .entry-content,
  .lex-page-content {
    font-size: 15px !important;
    line-height: 1.75 !important;
  }

  .content-section {
    padding: 64px 14px !important;
  }

  .content-section.light-glass {
    padding-top: 72px !important;
  }

  .section-wrap {
    width: 100%;
    max-width: 100%;
  }

  .split-grid,
  .faq-map-grid,
  .premium-grid,
  .article-grid,
  .feature-grid,
  .mode-grid,
  .gallery-grid,
  .footer-panel,
  .stats,
  .services,
  .ongkir-form,
  .search-form {
    grid-template-columns: 1fr !important;
  }

  .feature-grid,
  .mode-grid,
  .premium-grid,
  .article-grid {
    gap: 16px !important;
  }

  .feature-panel,
  .mode-panel,
  .premium-card,
  .article-card,
  .faq-card {
    border-radius: 20px !important;
  }

  .mode-panel {
    min-height: auto !important;
  }

  .mode-thumb,
  .premium-thumb {
    height: 190px !important;
  }

  .premium-card h2,
  .premium-card h3,
  .mode-body h2,
  .mode-body h3 {
    font-size: 24px !important;
  }

  .ongkir-card {
    margin-top: 12px !important;
    margin-bottom: 36px !important;
    padding: 18px !important;
  }

  .field input,
  .search-field {
    min-height: 50px !important;
    font-size: 15px !important;
  }

  .mini-btn,
  .btn-primary,
  .btn-secondary,
  .search-submit {
    width: 100%;
    min-height: 50px !important;
  }

  .site-footer {
    padding: 56px 14px 0 !important;
  }

  .footer-panel {
    padding: 24px !important;
    border-radius: 22px !important;
  }

  .copyright {
    font-size: 12px !important;
    line-height: 1.6;
  }

  .lex-page-wrap {
    width: min(100% - 24px, 1060px);
  }

  .lex-page-hero {
    padding: 100px 0 42px;
  }

  .lex-page-title {
    font-size: clamp(34px, 12vw, 50px);
    line-height: 1;
    letter-spacing: -.055em;
  }

  .lex-page-excerpt {
    font-size: 15px;
    line-height: 1.75;
  }

  .lex-page-body-section {
    padding-bottom: 64px;
  }

  .lex-page-article {
    padding: 22px;
    border-radius: 24px;
  }

  .lex-page-content h1 {
    font-size: clamp(30px, 11vw, 42px);
  }

  .lex-page-content h2 {
    font-size: clamp(26px, 9vw, 36px);
  }

  .lex-page-content h3 {
    font-size: 23px;
  }

  .entry-content table,
  .lex-page-content table,
  .site-main article table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}

@media (max-width: 420px) {
  .lex-navbar,
  .navbar {
    border-radius: 16px;
  }

  .lex-menu a,
  .navbar:not(.lex-navbar) .nav-links a {
    min-height: 46px;
    font-size: 12.5px;
  }

  .lex-nav-cta,
  .quote-btn {
    min-height: 48px;
  }

  .section-title,
  .hero-title,
  h1,
  .entry-title {
    font-size: clamp(31px, 12vw, 42px) !important;
  }

  .content-section {
    padding-inline: 12px !important;
  }

  .lex-page-article {
    padding: 18px !important;
  }
}

/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
/* =========================================================
   TEXT READABILITY FIX - DARK FUTURISTIC THEME
   Paste at VERY BOTTOM of style.css
   ========================================================= */

/* Global content brightness */
.site-main,
.entry-content,
.lex-page-content,
.lex-default-page,
.content-section,
.page-content,
.post-content,
.wpb_wrapper {
  color: #c9e2f4 !important;
}

/* Paragraph, list, normal text */
.site-main p,
.site-main li,
.site-main span,
.site-main td,
.site-main div,
.entry-content p,
.entry-content li,
.entry-content span,
.entry-content td,
.lex-page-content p,
.lex-page-content li,
.lex-page-content span,
.lex-page-content td,
.wpb_wrapper p,
.wpb_wrapper li,
.wpb_wrapper span,
.wpb_wrapper td {
  color: #c9e2f4 !important;
}

/* Headings */
.site-main h1,
.site-main h2,
.site-main h3,
.site-main h4,
.site-main h5,
.site-main h6,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.lex-page-content h1,
.lex-page-content h2,
.lex-page-content h3,
.lex-page-content h4,
.lex-page-content h5,
.lex-page-content h6,
.wpb_wrapper h1,
.wpb_wrapper h2,
.wpb_wrapper h3,
.wpb_wrapper h4,
.wpb_wrapper h5,
.wpb_wrapper h6 {
  color: #f4fbff !important;
  text-shadow: 0 0 18px rgba(18, 231, 255, .18);
}

/* Strong / bold text */
.site-main strong,
.site-main b,
.entry-content strong,
.entry-content b,
.lex-page-content strong,
.lex-page-content b,
.wpb_wrapper strong,
.wpb_wrapper b {
  color: #ffffff !important;
}

/* Links */
.site-main a,
.entry-content a,
.lex-page-content a,
.wpb_wrapper a {
  color: #12e7ff !important;
  font-weight: 900;
  text-decoration: none;
}

.site-main a:hover,
.entry-content a:hover,
.lex-page-content a:hover,
.wpb_wrapper a:hover {
  color: #9dfaff !important;
}

/* FAQ / Accordion readability */
details,
.faq-card,
.lex-resi-faq details,
.lex-track-faq details,
.lex-faq details,
.ez-toc-container,
.rank-math-toc-block,
.wp-block-rank-math-toc-block {
  border-color: rgba(18, 231, 255, .26) !important;
  background:
    linear-gradient(145deg, rgba(10, 30, 52, .88), rgba(4, 12, 24, .94)) !important;
}

details summary,
.faq-card summary,
.lex-resi-faq summary,
.lex-track-faq summary,
.lex-faq summary,
.ez-toc-container,
.rank-math-toc-block,
.wp-block-rank-math-toc-block {
  color: #eaf8ff !important;
}

details summary *,
.faq-card summary *,
.lex-resi-faq summary *,
.lex-track-faq summary *,
.lex-faq summary * {
  color: #eaf8ff !important;
}

details p,
details div,
.faq-card p,
.lex-resi-faq-answer,
.lex-track-faq-answer,
.lex-faq-answer {
  color: #c9e2f4 !important;
}

/* FAQ title/question darker issue fix */
.site-main summary,
.entry-content summary,
.lex-page-content summary,
.wpb_wrapper summary {
  color: #f4fbff !important;
  font-weight: 900 !important;
}

.site-main summary span,
.entry-content summary span,
.lex-page-content summary span,
.wpb_wrapper summary span {
  color: #12e7ff !important;
}

/* Table of Contents readability */
.ez-toc-container *,
#ez-toc-container *,
.lwptoc *,
.rank-math-toc-block *,
.wp-block-rank-math-toc-block *,
div[class*="toc"] *,
nav[class*="toc"] * {
  color: #c9e2f4 !important;
}

.ez-toc-container a,
#ez-toc-container a,
.lwptoc a,
.rank-math-toc-block a,
.wp-block-rank-math-toc-block a,
div[class*="toc"] a,
nav[class*="toc"] a {
  color: #eaf8ff !important;
}

.ez-toc-container a:hover,
#ez-toc-container a:hover,
.lwptoc a:hover,
.rank-math-toc-block a:hover,
.wp-block-rank-math-toc-block a:hover,
div[class*="toc"] a:hover,
nav[class*="toc"] a:hover {
  color: #12e7ff !important;
}

/* Inline old article color override */
.site-main [style*="color: #000"],
.site-main [style*="color:#000"],
.site-main [style*="color: black"],
.site-main [style*="color:black"],
.site-main [style*="color: #111"],
.site-main [style*="color:#111"],
.site-main [style*="color: #222"],
.site-main [style*="color:#222"],
.site-main [style*="color: #333"],
.site-main [style*="color:#333"],
.site-main [style*="color: #444"],
.site-main [style*="color:#444"],
.site-main [style*="color: #555"],
.site-main [style*="color:#555"],
.site-main [style*="color: #666"],
.site-main [style*="color:#666"],
.site-main [style*="color: #777"],
.site-main [style*="color:#777"],
.site-main [style*="color: rgb(0, 0, 0)"],
.site-main [style*="color:rgb(0,0,0)"],
.site-main [style*="color: rgb(51, 51, 51)"],
.site-main [style*="color:rgb(51,51,51)"] {
  color: #c9e2f4 !important;
}

/* Input / search / form text */
.site-main input,
.site-main textarea,
.site-main select {
  color: #f4fbff !important;
  background: rgba(255,255,255,.06) !important;
  border-color: rgba(18,231,255,.24) !important;
}

.site-main input::placeholder,
.site-main textarea::placeholder {
  color: rgba(220, 244, 255, .58) !important;
}

/* Card text clarity */
.feature-panel p,
.mode-panel p,
.premium-card p,
.article-card p,
.faq-card p,
.lex-card p,
.lex-resi-card p,
.lex-track-card p {
  color: #c9e2f4 !important;
}

.feature-panel h2,
.feature-panel h3,
.mode-panel h2,
.mode-panel h3,
.premium-card h2,
.premium-card h3,
.article-card h2,
.article-card h3,
.faq-card h2,
.faq-card h3,
.lex-card h2,
.lex-card h3,
.lex-resi-card h2,
.lex-resi-card h3,
.lex-track-card h2,
.lex-track-card h3 {
  color: #ffffff !important;
}

/* FAQ specific from screenshot */
.faq-card summary,
details summary {
  background: rgba(18, 231, 255, .035);
}

.faq-card summary:hover,
details summary:hover {
  background: rgba(18, 231, 255, .09);
  color: #12e7ff !important;
}
/* =========================================================
   LOGISTIK EXPRESS - SEO ARTICLE READABILITY SYSTEM
   Untuk merapikan font, warna teks, layout artikel, TOC, FAQ,
   dan konten lama agar cocok dengan dark futuristic theme.
   ========================================================= */

.lex-seo-article {
  width: min(980px, calc(100% - 32px));
  margin: 0 auto 90px;
  padding: clamp(26px, 4vw, 54px);
  border-radius: 34px;
  border: 1px solid rgba(18, 231, 255, .24);
  background:
    radial-gradient(circle at 18% 0%, rgba(18,231,255,.12), transparent 32%),
    linear-gradient(145deg, rgba(9, 27, 48, .92), rgba(4, 12, 24, .97));
  box-shadow:
    0 34px 100px rgba(0,0,0,.42),
    inset 0 1px 0 rgba(255,255,255,.08);
  color: #c9e2f4;
  font-size: 17px;
  line-height: 1.85;
  overflow: hidden;
}

.lex-seo-article * {
  box-sizing: border-box;
}

.lex-seo-article p,
.lex-seo-article li,
.lex-seo-article span,
.lex-seo-article div,
.lex-seo-article td {
  color: #c9e2f4 !important;
}

.lex-seo-article p {
  margin: 0 0 1.25em;
}

.lex-seo-article strong,
.lex-seo-article b {
  color: #ffffff !important;
  font-weight: 900;
}

.lex-seo-article a {
  color: #12e7ff !important;
  font-weight: 900;
  text-decoration: none;
  border-bottom: 1px solid rgba(18,231,255,.45);
}

.lex-seo-article a:hover {
  color: #9dfaff !important;
  border-bottom-color: #9dfaff;
}

.lex-seo-article h1,
.lex-seo-article h2,
.lex-seo-article h3,
.lex-seo-article h4,
.lex-seo-article h5,
.lex-seo-article h6 {
  color: #f4fbff !important;
  line-height: 1.12;
  font-weight: 950;
  letter-spacing: -.045em;
  text-shadow: 0 0 18px rgba(18, 231, 255, .16);
}

.lex-seo-article h1 {
  margin: 0 0 24px;
  font-size: clamp(38px, 5vw, 68px);
  line-height: .96;
  letter-spacing: -.07em;
  text-transform: uppercase;
}

.lex-seo-article h2 {
  margin: 2em 0 .75em;
  font-size: clamp(30px, 4vw, 48px);
  text-transform: uppercase;
}

.lex-seo-article h3 {
  margin: 1.8em 0 .75em;
  font-size: clamp(25px, 3vw, 36px);
}

.lex-seo-article h4 {
  margin: 1.6em 0 .65em;
  font-size: 23px;
}

.lex-seo-article ul,
.lex-seo-article ol {
  margin: 0 0 1.45em;
  padding-left: 1.4em;
}

.lex-seo-article li {
  margin-bottom: .65em;
}

.lex-seo-article img {
  max-width: 100%;
  height: auto;
  border-radius: 24px;
  box-shadow: 0 24px 70px rgba(0,0,0,.38);
}

.lex-seo-article blockquote {
  margin: 32px 0;
  padding: 22px 26px;
  border-left: 4px solid #12e7ff;
  border-radius: 18px;
  background: rgba(18,231,255,.08);
}

.lex-seo-article blockquote,
.lex-seo-article blockquote p {
  color: #dffaff !important;
}

/* =========================================================
   TABLE OF CONTENTS FIX
   ========================================================= */

.lex-seo-article .ez-toc-container,
.lex-seo-article #ez-toc-container,
.lex-seo-article .lwptoc,
.lex-seo-article .rank-math-toc-block,
.lex-seo-article .wp-block-rank-math-toc-block,
.lex-seo-article div[class*="toc"],
.lex-seo-article nav[class*="toc"] {
  width: 100% !important;
  max-width: 720px !important;
  margin: 34px auto !important;
  padding: 26px !important;
  border-radius: 24px !important;
  border: 1px solid rgba(18,231,255,.28) !important;
  background:
    radial-gradient(circle at 18% 0%, rgba(18,231,255,.10), transparent 32%),
    linear-gradient(145deg, rgba(8, 24, 43, .92), rgba(4, 12, 24, .96)) !important;
  box-shadow: 0 24px 70px rgba(0,0,0,.34) !important;
}

.lex-seo-article .ez-toc-title,
.lex-seo-article #ez-toc-container .ez-toc-title,
.lex-seo-article .lwptoc_title,
.lex-seo-article .rank-math-toc-block h2,
.lex-seo-article .wp-block-rank-math-toc-block h2 {
  color: #f4fbff !important;
  font-size: 22px !important;
  margin: 0 0 18px !important;
  letter-spacing: -.035em;
}

.lex-seo-article .ez-toc-container *,
.lex-seo-article #ez-toc-container *,
.lex-seo-article .lwptoc *,
.lex-seo-article .rank-math-toc-block *,
.lex-seo-article .wp-block-rank-math-toc-block *,
.lex-seo-article div[class*="toc"] *,
.lex-seo-article nav[class*="toc"] * {
  color: #c9e2f4 !important;
}

.lex-seo-article .ez-toc-container a,
.lex-seo-article #ez-toc-container a,
.lex-seo-article .lwptoc a,
.lex-seo-article .rank-math-toc-block a,
.lex-seo-article .wp-block-rank-math-toc-block a,
.lex-seo-article div[class*="toc"] a,
.lex-seo-article nav[class*="toc"] a {
  display: inline-block;
  color: #eaf8ff !important;
  border-bottom: 0 !important;
  text-decoration: none !important;
  line-height: 1.65;
}

.lex-seo-article .ez-toc-container a:hover,
.lex-seo-article #ez-toc-container a:hover,
.lex-seo-article .lwptoc a:hover,
.lex-seo-article .rank-math-toc-block a:hover,
.lex-seo-article .wp-block-rank-math-toc-block a:hover,
.lex-seo-article div[class*="toc"] a:hover,
.lex-seo-article nav[class*="toc"] a:hover {
  color: #12e7ff !important;
}

/* =========================================================
   FAQ / DETAILS FIX
   ========================================================= */

.lex-seo-article details {
  margin: 14px 0;
  border-radius: 18px;
  border: 1px solid rgba(18,231,255,.24);
  background:
    linear-gradient(145deg, rgba(10, 30, 52, .88), rgba(4, 12, 24, .94));
  overflow: hidden;
}

.lex-seo-article details summary {
  cursor: pointer;
  padding: 20px;
  color: #f4fbff !important;
  font-weight: 950;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.lex-seo-article details summary::-webkit-details-marker {
  display: none;
}

.lex-seo-article details summary::after {
  content: "+";
  color: #12e7ff;
  font-size: 22px;
  line-height: 1;
  font-weight: 950;
}

.lex-seo-article details[open] summary::after {
  content: "×";
}

.lex-seo-article details p {
  margin: 0;
  padding: 0 20px 20px;
  border-top: 1px solid rgba(255,255,255,.08);
  padding-top: 16px;
  color: #c9e2f4 !important;
}

/* =========================================================
   TABLE FIX
   ========================================================= */

.lex-seo-article table {
  width: 100%;
  margin: 30px 0;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 18px;
  background: rgba(4,12,24,.78);
  box-shadow: 0 18px 48px rgba(0,0,0,.28);
}

.lex-seo-article table th {
  color: #03101a !important;
  background: linear-gradient(135deg, #12e7ff, #99fbff);
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.lex-seo-article table td {
  color: #d6eafa !important;
}

.lex-seo-article table th,
.lex-seo-article table td {
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.08);
}

.lex-seo-article table tr:nth-child(even) td {
  background: rgba(255,255,255,.035);
}

/* =========================================================
   SHORTCODE TABLEPRESS FIX
   ========================================================= */

.lex-seo-article .tablepress {
  width: 100% !important;
  color: #d6eafa !important;
  background: rgba(4,12,24,.78) !important;
}

.lex-seo-article .tablepress thead th {
  color: #03101a !important;
  background: linear-gradient(135deg, #12e7ff, #99fbff) !important;
}

.lex-seo-article .tablepress tbody td {
  color: #d6eafa !important;
  background: rgba(255,255,255,.025) !important;
}

.lex-seo-article .tablepress tbody tr:nth-child(even) td {
  background: rgba(255,255,255,.055) !important;
}

/* =========================================================
   PAGE BACKGROUND & LAYOUT SAFETY
   ========================================================= */

body.page .site-main,
body.single .site-main,
.lex-default-page {
  background:
    radial-gradient(circle at 18% 0%, rgba(18,231,255,.14), transparent 30%),
    radial-gradient(circle at 88% 12%, rgba(255,155,61,.08), transparent 28%),
    linear-gradient(180deg, #030914 0%, #06111f 45%, #040b14 100%) !important;
}

body.page .entry-content,
body.single .entry-content {
  width: 100%;
}

/* =========================================================
   FIX OLD INLINE STYLE THAT SURVIVES FILTER
   ========================================================= */

.lex-seo-article [style*="color"] {
  color: #c9e2f4 !important;
}

.lex-seo-article h1[style],
.lex-seo-article h2[style],
.lex-seo-article h3[style],
.lex-seo-article h4[style],
.lex-seo-article h5[style],
.lex-seo-article h6[style] {
  color: #f4fbff !important;
}

.lex-seo-article [style*="background"] {
  background-color: transparent !important;
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 768px) {
  .lex-seo-article {
    width: min(100% - 24px, 980px);
    margin-bottom: 64px;
    padding: 22px;
    border-radius: 24px;
    font-size: 15px;
    line-height: 1.78;
  }

  .lex-seo-article h1 {
    font-size: clamp(32px, 11vw, 46px);
  }

  .lex-seo-article h2 {
    font-size: clamp(27px, 9vw, 38px);
  }

  .lex-seo-article h3 {
    font-size: 24px;
  }

  .lex-seo-article table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  .lex-seo-article .ez-toc-container,
  .lex-seo-article #ez-toc-container,
  .lex-seo-article .lwptoc,
  .lex-seo-article .rank-math-toc-block,
  .lex-seo-article .wp-block-rank-math-toc-block,
  .lex-seo-article div[class*="toc"],
  .lex-seo-article nav[class*="toc"] {
    max-width: 100% !important;
    padding: 20px !important;
    border-radius: 20px !important;
  }
}
/* =========================================================
   ROUTE PAGE SYSTEM - LOGISTIK EXPRESS
   Untuk konten rute seperti Ekspedisi Semarang Jogja
   ========================================================= */

.lex-route-page {
  --route-cyan: #12e7ff;
  --route-orange: #ff9b3d;
  --route-green: #25d366;
  --route-white: #eef8ff;
  --route-muted: #c9e2f4;
  --route-muted-soft: #a8c3d8;
  --route-panel: rgba(8, 24, 43, .9);
  --route-panel-2: rgba(5, 14, 28, .96);
  --route-border: rgba(18, 231, 255, .24);

  color: var(--route-white);
  background:
    radial-gradient(circle at 20% 0%, rgba(18,231,255,.15), transparent 30%),
    radial-gradient(circle at 88% 12%, rgba(255,155,61,.10), transparent 28%),
    linear-gradient(180deg, #030914 0%, #06111f 48%, #040b14 100%);
  overflow: hidden;
}

.lex-route-page * {
  box-sizing: border-box;
}

.lex-route-page a {
  color: var(--route-cyan) !important;
  font-weight: 900;
  text-decoration: none;
}

.lex-route-wrap {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.lex-route-hero {
  position: relative;
  padding: 130px 0 78px;
}

.lex-route-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 58px 58px;
  opacity: .32;
  pointer-events: none;
}

.lex-route-hero-card {
  position: relative;
  padding: clamp(28px, 5vw, 58px);
  border-radius: 34px;
  border: 1px solid rgba(18,231,255,.26);
  background:
    radial-gradient(circle at 18% 0%, rgba(18,231,255,.13), transparent 34%),
    linear-gradient(145deg, rgba(9,27,48,.92), rgba(4,12,24,.97));
  box-shadow:
    0 34px 100px rgba(0,0,0,.42),
    inset 0 1px 0 rgba(255,255,255,.08);
  overflow: hidden;
}

.lex-route-kicker,
.lex-route-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: var(--route-cyan) !important;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.lex-route-kicker::before,
.lex-route-eyebrow::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--route-cyan);
  box-shadow: 0 0 18px rgba(18,231,255,.85);
}

.lex-route-title {
  max-width: 980px;
  margin: 0;
  color: #f5fbff !important;
  font-size: clamp(42px, 6vw, 82px);
  line-height: .92;
  font-weight: 950;
  letter-spacing: -.075em;
  text-transform: uppercase;
  text-shadow: 0 0 26px rgba(18,231,255,.24);
}

.lex-route-title span,
.lex-route-section-title span,
.lex-route-faq-title span,
.lex-route-footer h2 span {
  color: var(--route-orange) !important;
}

.lex-route-lead {
  max-width: 860px;
  margin: 24px 0 0;
  color: var(--route-muted) !important;
  font-size: 18px;
  line-height: 1.85;
}

.lex-route-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.lex-route-btn {
  min-height: 54px;
  padding: 0 26px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  font-weight: 950;
  transition: .25s ease;
  border-bottom: 0 !important;
}

.lex-route-btn.primary {
  color: #03101a !important;
  background: linear-gradient(135deg, var(--route-green), #8cffbd);
  box-shadow: 0 0 32px rgba(37,211,102,.24), 0 18px 40px rgba(0,0,0,.28);
}

.lex-route-btn.secondary {
  color: #03101a !important;
  background: linear-gradient(135deg, var(--route-orange), #ffd18b);
  box-shadow: 0 0 32px rgba(255,155,61,.20), 0 18px 40px rgba(0,0,0,.28);
}

.lex-route-btn:hover {
  transform: translateY(-3px);
}

.lex-route-section {
  padding: 86px 0;
  background:
    radial-gradient(circle at 15% 0%, rgba(18,231,255,.08), transparent 30%),
    linear-gradient(180deg, #040b14 0%, #07111f 100%);
}

.lex-route-section.alt {
  background:
    radial-gradient(circle at 85% 0%, rgba(255,155,61,.08), transparent 30%),
    linear-gradient(180deg, #07111f 0%, #050d18 100%);
}

.lex-route-head {
  max-width: 900px;
  margin-bottom: 38px;
}

.lex-route-section-title {
  margin: 0;
  color: #f4fbff !important;
  font-size: clamp(32px, 4vw, 56px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -.06em;
  text-transform: uppercase;
}

.lex-route-desc,
.lex-route-content p {
  color: var(--route-muted) !important;
  font-size: 16.5px;
  line-height: 1.85;
}

.lex-route-content {
  display: grid;
  gap: 18px;
}

.lex-route-panel,
.lex-route-card,
.lex-route-faq details,
.lex-route-contact-card,
.lex-route-list-box,
.lex-route-tarif {
  border: 1px solid rgba(18,231,255,.22);
  background:
    radial-gradient(circle at 20% 0%, rgba(18,231,255,.10), transparent 30%),
    linear-gradient(145deg, rgba(10,30,52,.88), rgba(4,12,24,.94));
  box-shadow: 0 24px 70px rgba(0,0,0,.32), inset 0 1px 0 rgba(255,255,255,.07);
}

.lex-route-panel {
  padding: clamp(24px, 4vw, 42px);
  border-radius: 30px;
}

.lex-route-panel h2,
.lex-route-panel h3,
.lex-route-panel h4,
.lex-route-card h3 {
  color: #fff !important;
  line-height: 1.15;
  letter-spacing: -.04em;
}

.lex-route-panel h2 {
  margin: 18px 0 10px;
  font-size: clamp(28px, 3.5vw, 44px);
}

.lex-route-panel h3 {
  margin: 12px 0 10px;
  font-size: clamp(24px, 3vw, 34px);
}

.lex-route-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.lex-route-card {
  padding: 28px;
  border-radius: 26px;
  transition: .28s ease;
}

.lex-route-card:hover {
  transform: translateY(-6px);
  border-color: rgba(18,231,255,.52);
  box-shadow: 0 0 34px rgba(18,231,255,.14), 0 28px 74px rgba(0,0,0,.36);
}

.lex-route-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 18px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: var(--route-orange);
  background: rgba(255,155,61,.10);
  border: 1px solid rgba(255,155,61,.24);
  font-size: 28px;
}

.lex-route-card h3 {
  margin: 0 0 12px;
  font-size: 22px;
}

.lex-route-card p {
  margin: 0;
  color: var(--route-muted) !important;
  font-size: 15px;
  line-height: 1.75;
}

.lex-route-faq {
  max-width: 920px;
  margin: 46px auto 0;
  display: grid;
  gap: 14px;
}

.lex-route-faq-title {
  text-align: center;
  color: #fff !important;
  font-size: clamp(28px, 3.5vw, 44px);
  line-height: 1.05;
  letter-spacing: -.055em;
  text-transform: uppercase;
  margin: 0 0 28px;
}

.lex-route-faq details {
  border-radius: 18px;
  overflow: hidden;
}

.lex-route-faq summary {
  cursor: pointer;
  padding: 20px;
  color: #f4fbff !important;
  font-weight: 950;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  background: rgba(18,231,255,.035);
}

.lex-route-faq summary::-webkit-details-marker {
  display: none;
}

.lex-route-faq summary::after {
  content: "+";
  color: var(--route-cyan);
  font-weight: 950;
}

.lex-route-faq details[open] summary::after {
  content: "×";
}

.lex-route-faq p {
  margin: 0;
  padding: 16px 20px 20px;
  color: var(--route-muted) !important;
  line-height: 1.75;
  font-size: 15px;
  border-top: 1px solid rgba(255,255,255,.08);
}

.lex-route-tarif {
  border-radius: 34px;
  border-color: rgba(255,155,61,.24);
  padding: clamp(24px, 4vw, 42px);
}

.lex-route-table-box {
  margin-top: 28px;
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(18,231,255,.20);
  background: rgba(4,12,24,.74);
  overflow-x: auto;
}

.lex-route-table-box h3 {
  margin: 0 0 18px;
  color: #fff !important;
  text-align: center;
  font-size: 22px;
}

.lex-route-address {
  margin-top: 28px;
  padding: 28px;
  border-radius: 24px;
  border: 1px solid rgba(18,231,255,.20);
  background: rgba(18,231,255,.07);
}

.lex-route-address h3 {
  margin: 0 0 12px;
  color: var(--route-orange) !important;
  font-size: 22px;
}

.lex-route-address p {
  margin: 0;
  color: var(--route-muted) !important;
  font-size: 17px;
  line-height: 1.75;
}

.lex-route-list-box {
  padding: clamp(24px, 4vw, 40px);
  border-radius: 30px;
}

.lex-route-list-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.lex-route-list-box li {
  color: var(--route-muted) !important;
  font-size: 15.5px;
  line-height: 1.75;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.035);
}

.lex-route-list-box strong {
  color: #fff !important;
}

.lex-route-footer {
  padding: 84px 0;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(37,211,102,.12), transparent 34%),
    linear-gradient(180deg, #07111f 0%, #030914 100%);
}

.lex-route-footer h2 {
  margin: 0;
  color: #fff !important;
  font-size: clamp(32px, 4vw, 56px);
  line-height: 1;
  letter-spacing: -.06em;
  text-transform: uppercase;
}

.lex-route-footer > .lex-route-wrap > p {
  max-width: 760px;
  margin: 18px auto 0;
  color: var(--route-muted) !important;
  line-height: 1.8;
}

.lex-route-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: 38px;
}

.lex-route-contact-card {
  padding: 26px;
  border-radius: 24px;
}

.lex-route-contact-card p:first-child {
  margin: 0 0 10px;
  color: var(--route-orange) !important;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: 13px;
}

.lex-route-contact-card a,
.lex-route-contact-card p:last-child {
  color: #fff !important;
  font-size: 20px;
  font-weight: 950;
  margin: 0;
  word-break: break-word;
}

.lex-route-tags {
  margin-top: 34px !important;
  color: rgba(201,226,244,.72) !important;
  font-size: 12px;
  line-height: 1.7;
}

@media (max-width: 980px) {
  .lex-route-grid-3,
  .lex-route-contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .lex-route-wrap {
    width: min(100% - 24px, 1120px);
  }

  .lex-route-hero {
    padding: 96px 0 56px;
  }

  .lex-route-title {
    font-size: clamp(36px, 12vw, 54px);
    line-height: .98;
  }

  .lex-route-lead,
  .lex-route-desc,
  .lex-route-content p {
    font-size: 15px;
    line-height: 1.75;
  }

  .lex-route-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .lex-route-btn {
    width: 100%;
  }

  .lex-route-section,
  .lex-route-footer {
    padding: 62px 0;
  }

  .lex-route-card,
  .lex-route-panel,
  .lex-route-tarif,
  .lex-route-list-box {
    border-radius: 22px;
  }
}
/* =========================================================
   ABOUT PAGE - LOGISTIK EXPRESS
   ========================================================= */

.lex-about-page {
  --about-cyan: #12e7ff;
  --about-orange: #ff9b3d;
  --about-green: #25d366;
  --about-white: #eef8ff;
  --about-muted: #c9e2f4;
  --about-soft: #a8c3d8;

  color: var(--about-white);
  background:
    radial-gradient(circle at 18% 0%, rgba(18,231,255,.15), transparent 30%),
    radial-gradient(circle at 88% 12%, rgba(255,155,61,.10), transparent 28%),
    linear-gradient(180deg, #030914 0%, #06111f 48%, #040b14 100%);
  overflow: hidden;
}

.lex-about-page * {
  box-sizing: border-box;
}

.lex-about-page a {
  color: var(--about-cyan) !important;
  text-decoration: none;
  font-weight: 900;
}

.lex-about-wrap {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.lex-about-hero {
  position: relative;
  padding: 130px 0 78px;
}

.lex-about-hero::before,
.lex-about-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.032) 1px, transparent 1px);
  background-size: 58px 58px;
  opacity: .26;
  pointer-events: none;
}

.lex-about-hero-card,
.lex-about-panel,
.lex-about-highlight,
.lex-about-card,
.lex-about-list-box,
.lex-about-faq details,
.lex-about-cta-card {
  border: 1px solid rgba(18,231,255,.24);
  background:
    radial-gradient(circle at 20% 0%, rgba(18,231,255,.10), transparent 30%),
    linear-gradient(145deg, rgba(10,30,52,.88), rgba(4,12,24,.94));
  box-shadow: 0 24px 70px rgba(0,0,0,.32), inset 0 1px 0 rgba(255,255,255,.07);
}

.lex-about-hero-card {
  padding: clamp(28px, 5vw, 58px);
  border-radius: 34px;
}

.lex-about-kicker,
.lex-about-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: var(--about-cyan) !important;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.lex-about-kicker::before,
.lex-about-eyebrow::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--about-cyan);
  box-shadow: 0 0 18px rgba(18,231,255,.85);
}

.lex-about-title {
  max-width: 980px;
  margin: 0;
  color: #f5fbff !important;
  font-size: clamp(42px, 6vw, 82px);
  line-height: .92;
  font-weight: 950;
  letter-spacing: -.075em;
  text-transform: uppercase;
  text-shadow: 0 0 26px rgba(18,231,255,.24);
}

.lex-about-title span,
.lex-about-section-title span,
.lex-about-cta-card h2 span {
  color: var(--about-orange) !important;
}

.lex-about-lead {
  max-width: 860px;
  margin: 22px 0 0;
  color: var(--about-muted) !important;
  font-size: 18px;
  line-height: 1.85;
}

.lex-about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.lex-about-btn {
  min-height: 54px;
  padding: 0 26px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  font-weight: 950;
  transition: .25s ease;
  border-bottom: 0 !important;
}

.lex-about-btn.primary {
  color: #03101a !important;
  background: linear-gradient(135deg, var(--about-green), #8cffbd);
  box-shadow: 0 0 32px rgba(37,211,102,.24), 0 18px 40px rgba(0,0,0,.28);
}

.lex-about-btn.secondary {
  color: #03101a !important;
  background: linear-gradient(135deg, var(--about-orange), #ffd18b);
  box-shadow: 0 0 32px rgba(255,155,61,.20), 0 18px 40px rgba(0,0,0,.28);
}

.lex-about-btn:hover {
  transform: translateY(-3px);
}

.lex-about-section {
  position: relative;
  padding: 86px 0;
  background:
    radial-gradient(circle at 15% 0%, rgba(18,231,255,.08), transparent 30%),
    linear-gradient(180deg, #040b14 0%, #07111f 100%);
}

.lex-about-section.alt {
  background:
    radial-gradient(circle at 85% 0%, rgba(255,155,61,.08), transparent 30%),
    linear-gradient(180deg, #07111f 0%, #050d18 100%);
}

.lex-about-grid {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 26px;
  align-items: stretch;
}

.lex-about-panel,
.lex-about-highlight {
  border-radius: 30px;
  padding: clamp(24px, 4vw, 42px);
}

.lex-about-panel h2,
.lex-about-section-title {
  margin: 0 0 18px;
  color: #f4fbff !important;
  font-size: clamp(32px, 4vw, 56px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -.06em;
  text-transform: uppercase;
}

.lex-about-panel p,
.lex-about-desc,
.lex-about-card p,
.lex-about-list-box li,
.lex-about-faq p,
.lex-about-cta-card p {
  color: var(--about-muted) !important;
  font-size: 16px;
  line-height: 1.8;
}

.lex-about-highlight {
  display: grid;
  gap: 16px;
}

.lex-about-stat {
  padding: 20px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.04);
}

.lex-about-stat span {
  display: block;
  color: var(--about-cyan) !important;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.lex-about-stat strong {
  display: block;
  margin: 8px 0;
  color: var(--about-orange) !important;
  font-size: 34px;
  line-height: 1;
  font-weight: 950;
}

.lex-about-stat p {
  margin: 0;
  color: var(--about-muted) !important;
  line-height: 1.65;
}

.lex-about-head {
  max-width: 900px;
  margin-bottom: 38px;
}

.lex-about-head.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.lex-about-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.lex-about-card {
  padding: 28px;
  border-radius: 26px;
  transition: .28s ease;
}

.lex-about-card:hover {
  transform: translateY(-6px);
  border-color: rgba(18,231,255,.52);
  box-shadow: 0 0 34px rgba(18,231,255,.14), 0 28px 74px rgba(0,0,0,.36);
}

.lex-about-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 18px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: var(--about-orange);
  background: rgba(255,155,61,.10);
  border: 1px solid rgba(255,155,61,.24);
  font-size: 28px;
}

.lex-about-card h3,
.lex-about-list-box h3 {
  margin: 0 0 12px;
  color: #fff !important;
  font-size: 22px;
  line-height: 1.16;
  letter-spacing: -.04em;
}

.lex-about-mission-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.lex-about-list-box {
  padding: 30px;
  border-radius: 26px;
}

.lex-about-list-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.lex-about-list-box li {
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.035);
}

.lex-about-list-box li::before {
  content: "✓ ";
  color: var(--about-green);
  font-weight: 950;
}

.lex-about-faq {
  max-width: 920px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}

.lex-about-faq details {
  border-radius: 18px;
  overflow: hidden;
}

.lex-about-faq summary {
  cursor: pointer;
  padding: 20px;
  color: #f4fbff !important;
  font-weight: 950;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  background: rgba(18,231,255,.035);
}

.lex-about-faq summary::-webkit-details-marker {
  display: none;
}

.lex-about-faq summary::after {
  content: "+";
  color: var(--about-cyan);
  font-weight: 950;
}

.lex-about-faq details[open] summary::after {
  content: "×";
}

.lex-about-faq p {
  margin: 0;
  padding: 16px 20px 20px;
  border-top: 1px solid rgba(255,255,255,.08);
}

.lex-about-cta {
  padding: 84px 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(37,211,102,.12), transparent 34%),
    linear-gradient(180deg, #07111f 0%, #030914 100%);
}

.lex-about-cta-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  padding: clamp(26px, 4vw, 44px);
  border-radius: 30px;
}

.lex-about-cta-card h2 {
  margin: 0 0 12px;
  color: #fff !important;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -.06em;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .lex-about-grid,
  .lex-about-service-grid,
  .lex-about-mission-grid,
  .lex-about-cta-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .lex-about-wrap {
    width: min(100% - 24px, 1120px);
  }

  .lex-about-hero {
    padding: 96px 0 56px;
  }

  .lex-about-title {
    font-size: clamp(36px, 12vw, 54px);
    line-height: .98;
  }

  .lex-about-lead,
  .lex-about-panel p,
  .lex-about-desc,
  .lex-about-card p,
  .lex-about-list-box li,
  .lex-about-faq p {
    font-size: 15px;
    line-height: 1.75;
  }

  .lex-about-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .lex-about-btn {
    width: 100%;
  }

  .lex-about-section,
  .lex-about-cta {
    padding: 62px 0;
  }

  .lex-about-card,
  .lex-about-panel,
  .lex-about-highlight,
  .lex-about-list-box,
  .lex-about-cta-card {
    border-radius: 22px;
  }
}
/* =========================================================
   FINAL FIX - PREVENT STACKED PAGE CARDS
   Logistik Express Future Theme
   ========================================================= */

/* Jarak aman agar konten tidak ketimpa sticky navbar */
body.page .site-main,
body.single .site-main,
.lex-default-page {
  padding-top: 0 !important;
}

/* Rapikan hero page default */
.lex-page-hero {
  padding-top: 118px !important;
  padding-bottom: 44px !important;
}

body.admin-bar .lex-page-hero {
  padding-top: 128px !important;
}

/* Biar judul page tidak tertutup dan tidak terlalu naik */
.lex-page-title,
.entry-title,
.page-title {
  margin-top: 0 !important;
  max-width: 980px !important;
  color: #f4fbff !important;
  text-shadow: 0 0 24px rgba(18, 231, 255, .22) !important;
}

/* Page biasa cukup satu card, jangan terlalu besar */
.lex-page-article {
  width: min(980px, calc(100% - 32px)) !important;
  margin: 0 auto 90px !important;
  padding: clamp(28px, 4vw, 48px) !important;
  border-radius: 30px !important;
}

/* Konten di dalam page jangan bikin card kedua */
body.page .lex-page-content .lex-seo-article,
body.page .entry-content .lex-seo-article,
body.page .page-content .lex-seo-article {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}

/* Jika masih ada page lama yang terbungkus lex-seo-article, paksa jadi konten normal */
body.page .lex-seo-article {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

/* Jarak antar elemen konten lebih natural */
.lex-page-content > *:first-child,
.entry-content > *:first-child,
.page-content > *:first-child {
  margin-top: 0 !important;
}

.lex-page-content p,
.entry-content p,
.page-content p {
  color: #c9e2f4 !important;
  font-size: 17px !important;
  line-height: 1.85 !important;
  margin-bottom: 1.25em !important;
}

.lex-page-content h1,
.entry-content h1,
.page-content h1 {
  color: #f4fbff !important;
  font-size: clamp(38px, 5vw, 64px) !important;
  line-height: 1 !important;
  letter-spacing: -.065em !important;
  margin: 0 0 26px !important;
  text-transform: uppercase !important;
}

.lex-page-content h2,
.entry-content h2,
.page-content h2 {
  color: #f4fbff !important;
  font-size: clamp(30px, 4vw, 48px) !important;
  line-height: 1.08 !important;
  letter-spacing: -.055em !important;
  margin: 1.65em 0 .75em !important;
  text-transform: uppercase !important;
}

.lex-page-content h3,
.entry-content h3,
.page-content h3 {
  color: #f4fbff !important;
  font-size: clamp(24px, 3vw, 34px) !important;
  line-height: 1.15 !important;
  margin: 1.45em 0 .65em !important;
}

/* Table of Contents jangan terlalu naik / terlalu besar */
.lex-page-content .ez-toc-container,
.lex-page-content #ez-toc-container,
.lex-page-content .lwptoc,
.lex-page-content .rank-math-toc-block,
.lex-page-content .wp-block-rank-math-toc-block,
.entry-content .ez-toc-container,
.entry-content #ez-toc-container,
.entry-content .lwptoc,
.entry-content .rank-math-toc-block,
.entry-content .wp-block-rank-math-toc-block {
  width: 100% !important;
  max-width: 760px !important;
  margin: 30px auto !important;
  padding: 24px !important;
  border-radius: 22px !important;
  border: 1px solid rgba(18,231,255,.24) !important;
  background:
    radial-gradient(circle at 20% 0%, rgba(18,231,255,.09), transparent 30%),
    linear-gradient(145deg, rgba(8, 24, 43, .90), rgba(4, 12, 24, .94)) !important;
  box-shadow: 0 18px 48px rgba(0,0,0,.28) !important;
}

/* Hapus efek card ganda dari article wrapper pseudo background */
body.page .lex-page-article::before {
  opacity: .18 !important;
}

/* Fix khusus page yang punya judul besar dari konten lama */
body.page .lex-page-content > h1:first-child,
body.page .entry-content > h1:first-child,
body.page .page-content > h1:first-child {
  margin-top: 0 !important;
}

/* Navbar tetap di atas tapi tidak menutupi terlalu agresif */
.site-header {
  z-index: 9999 !important;
}

.lex-navbar,
.navbar {
  z-index: 10000 !important;
}

/* Mobile */
@media (max-width: 768px) {
  .lex-page-hero {
    padding-top: 92px !important;
    padding-bottom: 34px !important;
  }

  body.admin-bar .lex-page-hero {
    padding-top: 108px !important;
  }

  .lex-page-article {
    width: min(100% - 24px, 980px) !important;
    padding: 22px !important;
    border-radius: 24px !important;
    margin-bottom: 64px !important;
  }

  .lex-page-title,
  .entry-title,
  .page-title {
    font-size: clamp(32px, 11vw, 46px) !important;
    line-height: 1.02 !important;
  }

  .lex-page-content p,
  .entry-content p,
  .page-content p {
    font-size: 15px !important;
    line-height: 1.78 !important;
  }

  .lex-page-content h1,
  .entry-content h1,
  .page-content h1 {
    font-size: clamp(30px, 11vw, 42px) !important;
  }

  .lex-page-content h2,
  .entry-content h2,
  .page-content h2 {
    font-size: clamp(26px, 9vw, 36px) !important;
  }
}
/* =========================================================
   FINAL FIX QR SCANNER RESPONSIVE
   Logistik Express - QR Resi Scanner
   ========================================================= */

body.page-id,
body.lex-is-page {
  overflow-x: hidden !important;
}

.lex-qr-resi-app {
  width: 100% !important;
  max-width: 100vw !important;
  min-height: 100vh !important;
  overflow-x: hidden !important;
  padding: 130px 16px 80px !important;
}

body.admin-bar .lex-qr-resi-app {
  padding-top: 150px !important;
}

.lex-qr-wrap {
  width: min(1120px, 100%) !important;
  max-width: 1120px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  overflow: visible !important;
}

.lex-qr-header {
  max-width: 860px !important;
  margin: 0 0 34px !important;
}

.lex-qr-title {
  max-width: 860px !important;
  font-size: clamp(34px, 5vw, 64px) !important;
  line-height: 1 !important;
  letter-spacing: -0.06em !important;
}

.lex-qr-desc {
  max-width: 720px !important;
  font-size: 17px !important;
  line-height: 1.75 !important;
}

/* Kunci grid utama agar card tidak keluar layar */
.lex-qr-shell {
  width: 100% !important;
  max-width: 100% !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  gap: 24px !important;
  align-items: start !important;
  overflow: visible !important;
}

/* Card wajib ikut ukuran grid */
.lex-qr-card,
.lex-qr-scanner-card,
.lex-qr-form-card {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  overflow: hidden !important;
  border-radius: 28px !important;
}

/* Area kamera tidak boleh melebar */
.lex-qr-reader-frame,
#lex-qr-reader {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  min-height: 340px !important;
  overflow: hidden !important;
}

#lex-qr-reader video,
#lex-qr-reader canvas,
#lex-qr-reader img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}

/* Tombol scanner jangan melewati card */
.lex-qr-actions-grid {
  width: 100% !important;
  max-width: 100% !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 12px !important;
  margin-top: 18px !important;
  overflow: hidden !important;
}

.lex-qr-btn,
.lex-qr-actions-grid button,
#lex-start-scan,
#lex-stop-scan {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  min-height: 52px !important;
  padding: 0 14px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  white-space: normal !important;
  line-height: 1.25 !important;
  box-sizing: border-box !important;
  position: relative !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
}

/* Form kanan */
.lex-qr-form-card form,
#lex-qr-resi-form {
  width: 100% !important;
  max-width: 100% !important;
}

.lex-qr-field,
.lex-qr-field input,
.lex-qr-field select,
.lex-qr-field textarea {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}

.lex-qr-field input,
.lex-qr-field select,
.lex-qr-field textarea {
  color: #f4fbff !important;
  background: rgba(255,255,255,.06) !important;
  border: 1px solid rgba(18,231,255,.26) !important;
}

.lex-qr-field label {
  color: #9aefff !important;
}

/* Tablet */
@media (max-width: 1024px) {
  .lex-qr-resi-app {
    padding-top: 118px !important;
  }

  body.admin-bar .lex-qr-resi-app {
    padding-top: 138px !important;
  }

  .lex-qr-shell {
    grid-template-columns: 1fr !important;
  }

  .lex-qr-reader-frame,
  #lex-qr-reader {
    min-height: 330px !important;
  }
}

/* Mobile */
@media (max-width: 640px) {
  .lex-qr-resi-app {
    padding: 96px 12px 60px !important;
  }

  body.admin-bar .lex-qr-resi-app {
    padding-top: 116px !important;
  }

  .lex-qr-wrap {
    width: 100% !important;
  }

  .lex-qr-header {
    margin-bottom: 24px !important;
  }

  .lex-qr-title {
    font-size: clamp(30px, 10vw, 42px) !important;
    line-height: 1.04 !important;
  }

  .lex-qr-desc {
    font-size: 15px !important;
    line-height: 1.7 !important;
  }

  .lex-qr-card,
  .lex-qr-scanner-card,
  .lex-qr-form-card {
    padding: 16px !important;
    border-radius: 22px !important;
  }

  .lex-qr-card-head {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .lex-qr-reader-frame,
  #lex-qr-reader {
    min-height: 260px !important;
  }

  .lex-qr-actions-grid {
    grid-template-columns: 1fr !important;
  }

  .lex-qr-btn,
  .lex-qr-actions-grid button,
  #lex-start-scan,
  #lex-stop-scan {
    min-height: 50px !important;
    font-size: 14px !important;
  }
}

/* Extra small */
@media (max-width: 420px) {
  .lex-qr-resi-app {
    padding-left: 9px !important;
    padding-right: 9px !important;
  }

  .lex-qr-card,
  .lex-qr-scanner-card,
  .lex-qr-form-card {
    padding: 14px !important;
  }

  .lex-qr-reader-frame,
  #lex-qr-reader {
    min-height: 230px !important;
  }
}