/*
 * JasaSistem Pro — visual system
 * Palet solid, tipografi sistem, dan komponen tanpa library eksternal.
 */
:root {
  --ink: #101d2c;
  --ink-2: #17283b;
  --paper: #f6f4ee;
  --white: #ffffff;
  --teal: #1d6f71;
  --teal-dark: #15585a;
  --clay: #d36b45;
  --mist: #dfe9e7;
  --line: #d8d7d0;
  --muted: #5d6874;
  --container: 1180px;
  --shadow: 0 18px 50px rgba(16, 29, 44, .08);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
::selection { background: var(--clay); color: var(--white); }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: clamp(76px, 9vw, 128px) 0; }
.section--ink { background: var(--ink); color: var(--white); }
.section--soft { background: #eceee9; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { top: 12px; left: 12px; z-index: 99999; width: auto; height: auto; clip: auto; margin: 0; padding: 10px 14px; background: var(--white); color: var(--ink); }
.utility-bar { background: #09131f; color: #cfd7df; font-size: 12px; letter-spacing: .02em; }
.utility-bar__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.utility-bar p { margin: 0; }
.utility-bar a:hover { color: var(--white); }
.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(246, 244, 238, .96); border-bottom: 1px solid rgba(16,29,44,.1); transition: box-shadow .2s ease, background .2s ease; }
.site-header.is-scrolled { background: rgba(246, 244, 238, .985); box-shadow: 0 10px 30px rgba(16,29,44,.06); }
.header-inner { min-height: 78px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 34px; }
.site-branding { line-height: 1; }
.custom-logo-link { display: block; }
.custom-logo { display: block; width: auto; max-height: 48px; }
.wordmark { display: inline-flex; align-items: center; gap: 11px; font-weight: 800; }
.wordmark__mark { width: 30px; height: 30px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: end; gap: 3px; transform: skewY(-7deg); }
.wordmark__mark i { display: block; background: var(--teal); border-radius: 1px; }
.wordmark__mark i:nth-child(1) { height: 13px; }
.wordmark__mark i:nth-child(2) { height: 22px; background: var(--clay); }
.wordmark__mark i:nth-child(3) { height: 29px; }
.wordmark__text { font-size: 21px; letter-spacing: -.045em; }
.wordmark__text span { color: var(--teal); }
.primary-navigation { justify-self: end; }
.primary-menu, .footer-menu { list-style: none; padding: 0; margin: 0; }
.primary-menu { display: flex; align-items: center; gap: 27px; }
.primary-menu a { display: block; padding: 10px 0; font-size: 14px; font-weight: 650; color: #253444; }
.primary-menu a:hover, .primary-menu .current-menu-item > a { color: var(--teal); }
.primary-menu .menu-item-has-children { position: relative; }
.primary-menu .sub-menu { position: absolute; top: 100%; left: -18px; min-width: 220px; list-style: none; margin: 0; padding: 10px 18px; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(8px); transition: .18s ease; }
.primary-menu .menu-item-has-children:hover > .sub-menu, .primary-menu .menu-item-has-children:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.header-cta { white-space: nowrap; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; cursor: pointer; }
.menu-toggle__icon { width: 23px; display: grid; gap: 6px; }
.menu-toggle__icon i { display: block; height: 2px; background: currentColor; }
.menu-toggle__label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 0 22px; border: 1px solid var(--ink); background: var(--ink); color: var(--white); font-size: 14px; font-weight: 750; letter-spacing: .01em; transition: transform .18s ease, background .18s ease, color .18s ease; }
.button:hover { background: var(--teal); border-color: var(--teal); transform: translateY(-2px); }
.button--small { min-height: 42px; padding-inline: 17px; font-size: 13px; }
.button--outline { background: transparent; color: var(--ink); }
.button--paper { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.button--paper:hover { background: var(--white); color: var(--ink); border-color: var(--white); }
.button--block { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 12px; font-size: 14px; font-weight: 750; border-bottom: 1px solid rgba(16,29,44,.35); padding: 7px 0 4px; }
.text-link:hover { color: var(--teal); border-color: var(--teal); }
.text-link--light { color: var(--white); border-color: rgba(255,255,255,.35); }
.eyebrow { margin: 0 0 20px; display: flex; align-items: center; gap: 11px; color: var(--teal); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 2px; background: currentColor; }
.eyebrow--light { color: #9ed1cc; }
h1, h2, h3, h4 { margin-top: 0; line-height: 1.1; letter-spacing: -.035em; }
h1 { font-size: clamp(45px, 6.1vw, 82px); }
h2 { font-size: clamp(34px, 4.2vw, 58px); }
h3 { font-size: 22px; }
p { margin-top: 0; }
.hero { padding-top: clamp(68px, 8vw, 112px); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr); align-items: center; gap: clamp(54px, 8vw, 112px); }
.hero h1 { max-width: 850px; margin-bottom: 28px; }
.hero-lead { max-width: 720px; margin-bottom: 32px; color: #4d5b68; font-size: clamp(18px, 1.7vw, 22px); line-height: 1.6; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.hero-proof { list-style: none; padding: 0; margin: 54px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.hero-proof li { min-height: 92px; display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 12px; padding: 20px 18px 0 0; }
.hero-proof li + li { padding-left: 18px; border-left: 1px solid var(--line); }
.hero-proof strong { color: var(--clay); font-size: 12px; letter-spacing: .1em; }
.hero-proof span { font-size: 13px; font-weight: 650; line-height: 1.4; }
.hero-panel { position: relative; min-height: 560px; padding: 22px; background: var(--ink); color: var(--white); box-shadow: 22px 24px 0 var(--mist); overflow: hidden; }
.hero-panel::after { content: ""; position: absolute; width: 190px; height: 190px; right: -88px; bottom: -88px; border: 34px solid rgba(211,107,69,.8); border-radius: 50%; }
.panel-topline, .panel-footer { position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: center; gap: 15px; font-size: 11px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.status-dot { display: inline-flex; align-items: center; gap: 7px; color: #b7d9d5; }
.status-dot::before { content: ""; width: 7px; height: 7px; background: #63c3a4; border-radius: 50%; box-shadow: 0 0 0 5px rgba(99,195,164,.12); }
.panel-map { position: relative; height: 420px; margin: 28px 0; border: 1px solid rgba(255,255,255,.12); background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 34px 34px; }
.map-axis { position: absolute; background: rgba(158,209,204,.45); transform-origin: left center; }
.map-axis--one { left: 18%; top: 28%; width: 64%; height: 1px; transform: rotate(24deg); }
.map-axis--two { left: 22%; top: 67%; width: 60%; height: 1px; transform: rotate(-29deg); }
.map-card { position: absolute; width: 148px; padding: 14px; background: #f7f4ec; color: var(--ink); border-left: 3px solid var(--clay); box-shadow: 0 10px 25px rgba(0,0,0,.14); }
.map-card small { display: block; margin-bottom: 6px; color: var(--teal); font-size: 9px; font-weight: 850; letter-spacing: .13em; }
.map-card strong { display: block; margin-bottom: 2px; font-size: 14px; }
.map-card span { color: var(--muted); font-size: 10px; }
.map-card--a { left: 8%; top: 10%; }
.map-card--b { right: 7%; top: 25%; }
.map-card--c { left: 12%; bottom: 12%; }
.map-card--d { right: 11%; bottom: 8%; }
.map-node { position: absolute; width: 11px; height: 11px; border: 2px solid #9ed1cc; background: var(--ink); border-radius: 50%; }
.map-node--one { left: 45%; top: 47%; }.map-node--two { left: 67%; top: 57%; }.map-node--three { left: 44%; top: 77%; }
.panel-footer { color: rgba(255,255,255,.62); }
.signal-strip { background: var(--white); border-block: 1px solid var(--line); }
.signal-strip__inner { min-height: 78px; display: flex; justify-content: space-between; align-items: center; gap: 18px; color: #4b5965; font-size: 12px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; overflow-x: auto; }
.signal-strip i { flex: 0 0 4px; width: 4px; height: 4px; background: var(--clay); border-radius: 50%; }
.section-heading { max-width: 780px; margin-bottom: 56px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading--split { max-width: none; display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; }
.section-heading--split > p { margin: 0 0 6px; color: var(--muted); font-size: 17px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 360px; display: flex; flex-direction: column; padding: 30px; background: rgba(255,255,255,.22); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .18s ease, transform .18s ease, box-shadow .18s ease; }
.service-card:hover { position: relative; z-index: 2; background: var(--white); box-shadow: var(--shadow); transform: translateY(-3px); }
.service-card__top { min-height: 50px; display: flex; justify-content: space-between; align-items: start; gap: 20px; margin-bottom: 30px; }
.service-icon { min-width: 48px; height: 36px; display: inline-flex; align-items: center; justify-content: center; padding: 0 9px; background: var(--mist); color: var(--teal-dark); font-size: 11px; font-weight: 850; letter-spacing: .06em; transform: skewX(-7deg); }
.service-number { color: #929b9f; font-family: Georgia, serif; font-size: 14px; }
.service-category { margin-bottom: 11px; color: var(--clay); font-size: 11px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.service-card h2, .service-card h3 { margin-bottom: 15px; font-size: clamp(21px, 2vw, 27px); }
.service-card h2 a:hover, .service-card h3 a:hover { color: var(--teal); }
.service-card > p:not(.service-category) { color: var(--muted); font-size: 14px; }
.card-link { margin-top: auto; padding-top: 20px; display: flex; justify-content: space-between; align-items: center; color: var(--teal); font-size: 13px; font-weight: 800; }
.card-link span { font-size: 18px; }
.section-action { display: flex; justify-content: center; margin-top: 44px; }
.approach-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; }
.approach-intro { position: sticky; top: 130px; align-self: start; }
.approach-intro h2 { margin-bottom: 28px; }
.approach-intro > p:last-child { max-width: 520px; color: #bec7d0; font-size: 17px; }
.process-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid rgba(255,255,255,.18); }
.process-list li { display: grid; grid-template-columns: 64px 1fr; gap: 28px; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.process-list > li > span { color: var(--clay); font-family: Georgia, serif; }
.process-list h3 { margin-bottom: 7px; color: var(--white); font-size: 24px; }
.process-list p { margin: 0; color: #b9c3cc; }
.why-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 100px; }
.why-visual { min-height: 590px; display: grid; place-items: center; background: var(--mist); overflow: hidden; }
.blueprint-sheet { position: relative; width: 72%; height: 76%; background: #faf8f2; border: 1px solid #a8b7b4; box-shadow: 20px 22px 0 rgba(29,111,113,.16); transform: rotate(-2deg); background-image: linear-gradient(rgba(29,111,113,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(29,111,113,.08) 1px, transparent 1px); background-size: 24px 24px; }
.sheet-label { position: absolute; top: 20px; left: 20px; font-size: 9px; font-weight: 850; letter-spacing: .14em; }
.sheet-block { position: absolute; border: 2px solid var(--teal); }
.sheet-block--one { width: 42%; height: 23%; left: 14%; top: 23%; }
.sheet-block--two { width: 32%; height: 31%; right: 10%; bottom: 16%; border-color: var(--clay); }
.sheet-line { position: absolute; height: 2px; background: var(--ink); transform-origin: left; }
.sheet-line--one { width: 47%; left: 26%; top: 48%; transform: rotate(30deg); }
.sheet-line--two { width: 31%; left: 16%; bottom: 19%; transform: rotate(-24deg); }
.sheet-line--three { width: 25%; right: 21%; top: 25%; transform: rotate(90deg); }
.sheet-stamp { position: absolute; right: 8%; top: 9%; width: 78px; height: 78px; display: grid; place-items: center; border: 2px solid var(--clay); border-radius: 50%; color: var(--clay); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-align: center; transform: rotate(10deg); }
.why-copy h2 { margin-bottom: 40px; }
.principle-list article { display: grid; grid-template-columns: 46px 1fr; gap: 24px; padding: 25px 0; border-top: 1px solid var(--line); }
.principle-list article:last-child { border-bottom: 1px solid var(--line); }
.principle-list > article > span { color: var(--clay); font-family: Georgia, serif; }
.principle-list h3 { margin-bottom: 9px; }
.principle-list p { margin: 0; color: var(--muted); }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.faq-grid .section-heading { margin: 0; }
.faq-list { border-top: 1px solid #c4c8c3; }
.faq-list details { border-bottom: 1px solid #c4c8c3; }
.faq-list summary { position: relative; padding: 25px 48px 25px 0; cursor: pointer; list-style: none; font-size: 18px; font-weight: 750; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 6px; top: 19px; font-size: 27px; font-weight: 400; }
.faq-list details[open] summary::after { content: "–"; }
.faq-list details p { max-width: 760px; padding: 0 50px 24px 0; color: var(--muted); }
.closing-cta { padding-top: 0; }
.closing-cta__box { display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: end; padding: clamp(42px, 7vw, 82px); background: var(--teal-dark); color: var(--white); }
.closing-cta__box h2 { margin: 0; }
.closing-cta__box > div:last-child > p { color: #cfe0de; font-size: 17px; }
.site-footer { padding: 78px 0 24px; background: #09131f; color: #c4ccd5; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .7fr .9fr 1.15fr; gap: 54px; }
.wordmark--footer { color: var(--white); margin-bottom: 22px; }
.footer-about p { max-width: 350px; font-size: 14px; }
.site-footer h2 { margin-bottom: 20px; color: var(--white); font-size: 13px; letter-spacing: .09em; text-transform: uppercase; }
.footer-menu li, .footer-links li { margin-bottom: 10px; }
.footer-menu a, .footer-links a { color: #c4ccd5; font-size: 14px; }
.footer-menu a:hover, .footer-links a:hover { color: var(--white); }
.footer-links { list-style: none; margin: 0; padding: 0; }
.footer-contact p { font-size: 14px; }
.footer-bottom { margin-top: 60px; padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: 11px; }
.footer-bottom p { margin: 0; }
.page-hero, .service-hero, .article-hero { background: var(--ink); color: var(--white); }
.page-hero { padding: clamp(70px, 9vw, 120px) 0; }
.page-hero__grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 90px; }
.page-hero h1 { margin: 0; max-width: 900px; }
.page-hero__grid > p { margin: 0 0 8px; color: #bdc7d0; font-size: 18px; }
.service-grid--archive { grid-template-columns: repeat(3, 1fr); }
.service-grid--archive .service-card { min-height: 330px; }
.service-grid--archive .service-card__top { align-items: center; }
.service-grid--archive .service-category { margin: 0; }
.service-hero { padding: clamp(62px, 8vw, 108px) 0; }
.service-hero__grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 100px; }
.back-link { display: inline-block; margin-bottom: 32px; color: #b8c4ce; font-size: 13px; font-weight: 700; }
.back-link:hover { color: var(--white); }
.service-hero h1 { max-width: 900px; margin-bottom: 26px; }
.service-hero__lead { max-width: 780px; margin-bottom: 35px; color: #c2ccd4; font-size: 20px; }
.service-hero__aside { align-self: end; padding: 28px; border: 1px solid rgba(255,255,255,.18); }
.service-hero__icon { width: 70px; height: 50px; display: grid; place-items: center; margin-bottom: 40px; background: var(--clay); color: var(--white); font-size: 13px; font-weight: 850; transform: skewX(-7deg); }
.service-hero dl, .service-hero dl div { margin: 0; }
.service-hero dl div { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-top: 1px solid rgba(255,255,255,.14); }
.service-hero dt { color: #9facb8; font-size: 12px; }
.service-hero dd { font-size: 12px; font-weight: 750; text-align: right; }
.single-service__grid { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 90px; }
.entry-content { font-size: 17px; }
.entry-content > * { max-width: 780px; }
.entry-content .alignwide { max-width: 1080px; }
.entry-content .alignfull { max-width: none; width: 100vw; margin-left: calc(50% - 50vw); }
.entry-content h2 { margin-top: 1.75em; margin-bottom: .55em; font-size: clamp(29px, 3.5vw, 42px); }
.entry-content h3 { margin-top: 1.6em; }
.entry-content p, .entry-content li { color: #40505f; }
.entry-content ul, .entry-content ol { padding-left: 24px; }
.entry-content li { margin-bottom: 9px; }
.entry-content a { color: var(--teal); text-decoration: underline; text-underline-offset: 3px; }
.entry-content blockquote { margin: 35px 0; padding: 24px 30px; border-left: 4px solid var(--clay); background: var(--white); font-family: Georgia, serif; font-size: 21px; }
.sticky-card { position: sticky; top: 120px; padding: 30px; background: var(--white); border-top: 4px solid var(--teal); box-shadow: var(--shadow); }
.mini-label { margin-bottom: 12px; color: var(--clay); font-size: 10px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.sticky-card h2 { font-size: 29px; }
.sticky-card ol { padding-left: 22px; margin: 24px 0 28px; }
.sticky-card li { margin-bottom: 9px; color: var(--muted); font-size: 14px; }
.service-grid--related { grid-template-columns: repeat(3, 1fr); }
.service-grid--related .service-card { min-height: 315px; }
.article-hero { padding: 82px 0; }
.article-hero__inner { max-width: 930px; }
.article-hero h1 { font-size: clamp(42px, 6vw, 72px); }
.article-hero__inner > p:last-child { max-width: 780px; color: #bec7d0; font-size: 19px; }
.article-layout, .page-layout { max-width: 920px; }
.article-cover { margin: 0 0 50px; }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.post-card { background: var(--white); border: 1px solid var(--line); }
.post-card__image { display: block; aspect-ratio: 16 / 10; overflow: hidden; }
.post-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.post-card:hover .post-card__image img { transform: scale(1.03); }
.post-card__body { padding: 26px; }
.post-meta { color: var(--clay); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.post-card h2 { font-size: 25px; }
.post-card__body > p:not(.post-meta) { color: var(--muted); font-size: 14px; }
.pagination { margin-top: 45px; }
.nav-links { display: flex; gap: 8px; }
.page-numbers { min-width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--line); background: var(--white); }
.page-numbers.current { background: var(--ink); color: var(--white); border-color: var(--ink); }
.search-form { display: flex; width: min(100%, 450px); }
.search-field { width: 100%; min-height: 50px; padding: 0 16px; border: 1px solid var(--line); background: var(--white); }
.search-submit { min-height: 50px; border: 0; padding: 0 18px; background: var(--teal); color: var(--white); font-weight: 750; cursor: pointer; }
.empty-state { padding: 60px; background: var(--white); border: 1px solid var(--line); text-align: center; }
.not-found { min-height: 70vh; display: grid; place-items: center; }
.not-found__inner { max-width: 820px; text-align: center; }
.not-found__inner .hero-actions { justify-content: center; }
.error-code { margin: 0; color: var(--clay); font-family: Georgia, serif; font-size: 100px; line-height: 1; }
.not-found h1 { font-size: clamp(40px, 6vw, 70px); }
@media (max-width: 1060px) {
  .header-inner { grid-template-columns: auto auto 1fr; gap: 16px; }
  .menu-toggle { display: block; justify-self: end; }
  .header-cta { justify-self: end; }
  .primary-navigation { position: fixed; inset: 112px 0 0; padding: 28px 20px; background: var(--paper); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: .2s ease; overflow-y: auto; }
  .primary-navigation.is-open { opacity: 1; visibility: visible; transform: none; }
  .primary-menu { display: block; }
  .primary-menu > li { border-bottom: 1px solid var(--line); }
  .primary-menu a { padding: 16px 4px; font-size: 18px; }
  .primary-menu .sub-menu { position: static; min-width: 0; padding: 0 0 12px 20px; background: transparent; border: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
  .primary-menu .sub-menu a { padding: 10px 4px; font-size: 15px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-panel { width: min(100%, 720px); }
  .section-heading--split, .approach-grid, .why-grid, .faq-grid, .closing-cta__box, .page-hero__grid, .service-hero__grid { gap: 55px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .approach-grid, .why-grid, .faq-grid { grid-template-columns: 1fr; }
  .approach-intro { position: static; }
  .why-visual { min-height: 500px; }
  .faq-grid .section-heading { max-width: 720px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .single-service__grid { grid-template-columns: 1fr; }
  .service-sidebar { max-width: 620px; }
  .sticky-card { position: static; }
  .post-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 70px 0; }
  .utility-bar__inner { min-height: 38px; }
  .utility-bar p { display: none; }
  .utility-bar__inner { justify-content: flex-end; }
  .header-inner { min-height: 70px; grid-template-columns: 1fr auto; }
  .header-cta { display: none; }
  .primary-navigation { inset: 108px 0 0; }
  .hero { padding-top: 58px; }
  .hero h1 { font-size: clamp(42px, 13.5vw, 62px); }
  .hero-proof { grid-template-columns: 1fr; }
  .hero-proof li, .hero-proof li + li { min-height: 0; padding: 17px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .hero-panel { min-height: 480px; padding: 16px; box-shadow: 10px 12px 0 var(--mist); }
  .panel-map { height: 360px; }
  .map-card { width: 126px; padding: 11px; }
  .map-card strong { font-size: 12px; }
  .panel-footer { display: none; }
  .signal-strip__inner { justify-content: flex-start; }
  .section-heading--split, .closing-cta__box, .page-hero__grid, .service-hero__grid { grid-template-columns: 1fr; gap: 28px; }
  .service-grid, .service-grid--archive, .service-grid--related { grid-template-columns: 1fr; }
  .service-card { min-height: 310px; }
  .process-list li { grid-template-columns: 42px 1fr; gap: 16px; }
  .why-visual { min-height: 410px; }
  .blueprint-sheet { width: 78%; height: 74%; }
  .closing-cta__box { padding: 36px 26px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { display: block; }
  .footer-bottom p + p { margin-top: 8px; }
  .service-hero__aside { margin-top: 10px; }
  .post-grid { grid-template-columns: 1fr; }
  .empty-state { padding: 35px 20px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* ==========================================================
   JasaSistem Pro 1.1 — contemporary visual refresh
   Tata letak dipertahankan, bahasa visual dibuat lebih lentur.
   ========================================================== */
:root {
  --blue: #3f6df6;
  --violet: #7456d8;
  --amber: #e8a12d;
  --rose: #db627e;
  --green: #2f9d74;
  --sky: #2c8fbd;
  --lavender-soft: #eeeafd;
  --amber-soft: #fff1d7;
  --rose-soft: #fde8ed;
  --blue-soft: #e8efff;
  --green-soft: #e3f4ec;
  --modern-shadow: 0 16px 38px rgba(22, 40, 63, .12);
}

body {
  background:
    radial-gradient(circle at 8% 11%, rgba(63,109,246,.055), transparent 28%),
    radial-gradient(circle at 92% 34%, rgba(219,98,126,.05), transparent 26%),
    var(--paper);
}

.site-header {
  background: rgba(246, 244, 238, .9);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.primary-menu a {
  padding: 9px 13px;
  border-radius: 999px;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}
.primary-menu a:hover,
.primary-menu .current-menu-item > a {
  color: var(--teal-dark);
  background: rgba(29,111,113,.09);
  transform: translateY(-1px);
}
.primary-menu .sub-menu {
  border: 0;
  border-radius: 18px;
  box-shadow: 0 22px 55px rgba(16,29,44,.14);
}

/* Tombol universal: pill, berlapis, dan responsif terhadap interaksi. */
.button {
  position: relative;
  isolation: isolate;
  min-height: 52px;
  padding: 0 14px 0 24px;
  border: 0;
  border-radius: 999px;
  overflow: hidden;
  background: linear-gradient(135deg, var(--ink) 5%, #173852 53%, var(--teal) 100%);
  color: var(--white);
  box-shadow: 0 12px 28px rgba(16,29,44,.2), inset 0 1px 0 rgba(255,255,255,.18);
  transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
}
.button::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -60% 52% -60% -24%;
  border-radius: inherit;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.18), transparent);
  transform: translateX(-100%) rotate(8deg);
  transition: transform .55s ease;
}
.button > span {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,.16);
  font-size: 15px;
  line-height: 1;
  transition: transform .25s ease, background .25s ease;
}
.button:hover {
  background: linear-gradient(135deg, var(--ink) 5%, #173852 53%, var(--teal) 100%);
  border-color: transparent;
  transform: translateY(-3px) scale(1.012);
  box-shadow: 0 18px 38px rgba(16,29,44,.24), inset 0 1px 0 rgba(255,255,255,.2);
  filter: saturate(1.08);
}
.button:hover::before { transform: translateX(260%) rotate(8deg); }
.button:hover > span { transform: rotate(38deg); background: rgba(255,255,255,.25); }
.button:active { transform: translateY(-1px) scale(.99); }
.button:focus-visible,
.card-link:focus-visible,
.search-submit:focus-visible,
.menu-toggle:focus-visible,
.page-numbers:focus-visible {
  outline: 3px solid rgba(63,109,246,.32);
  outline-offset: 3px;
}
.button--small {
  min-height: 44px;
  padding: 0 19px;
}
.header-cta {
  background: linear-gradient(135deg, var(--clay), var(--rose));
  box-shadow: 0 10px 24px rgba(211,107,69,.25);
}
.header-cta:hover {
  background: linear-gradient(135deg, var(--clay), var(--rose));
  box-shadow: 0 15px 30px rgba(211,107,69,.32);
}
.button--outline {
  padding-right: 13px;
  color: #28465c;
  background: linear-gradient(var(--paper), var(--paper)) padding-box,
              linear-gradient(135deg, var(--blue), var(--violet), var(--teal)) border-box;
  border: 2px solid transparent;
  box-shadow: 0 10px 25px rgba(63,109,246,.1);
}
.button--outline > span { color: var(--white); background: linear-gradient(135deg, var(--blue), var(--violet)); }
.button--outline:hover {
  color: #213a4d;
  background: linear-gradient(var(--white), var(--white)) padding-box,
              linear-gradient(135deg, var(--blue), var(--violet), var(--teal)) border-box;
  border-color: transparent;
  box-shadow: 0 16px 34px rgba(63,109,246,.17);
}
.button--paper {
  color: var(--ink);
  background: linear-gradient(135deg, #ffffff 0%, #fff3cf 100%);
  box-shadow: 0 13px 28px rgba(3,22,29,.18), inset 0 1px 0 #fff;
}
.button--paper > span { color: var(--white); background: linear-gradient(135deg, var(--amber), var(--clay)); }
.button--paper:hover {
  color: var(--ink);
  background: linear-gradient(135deg, #ffffff 0%, #fff3cf 100%);
  border-color: transparent;
  box-shadow: 0 18px 38px rgba(3,22,29,.22), inset 0 1px 0 #fff;
}
.button--block { padding-inline: 24px; }

.text-link {
  border-bottom: 0;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(29,111,113,.08);
  transition: transform .2s ease, color .2s ease, background .2s ease;
}
.text-link:hover {
  border-color: transparent;
  background: rgba(29,111,113,.14);
  transform: translateX(3px);
}
.text-link--light { background: rgba(255,255,255,.1); }

.hero::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  top: 4%;
  left: -170px;
  border: 46px solid rgba(116,86,216,.08);
  border-radius: 50%;
  pointer-events: none;
}
.hero { position: relative; }
.hero-panel {
  border-radius: 34px 34px 12px 34px;
  background: linear-gradient(145deg, #101d2c 0%, #142d43 58%, #173d47 100%);
  box-shadow: 22px 24px 0 rgba(63,109,246,.1), 0 28px 70px rgba(16,29,44,.18);
}
.panel-map { border-radius: 23px; overflow: hidden; }
.map-card {
  border-left: 0;
  border-radius: 16px 16px 16px 5px;
  box-shadow: 0 12px 28px rgba(0,0,0,.16);
}
.map-card::before {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  top: 0;
  height: 3px;
  border-radius: 0 0 999px 999px;
  background: var(--map-accent, var(--clay));
}
.map-card--a { --map-accent: #4f89ff; background: #edf3ff; }
.map-card--b { --map-accent: #d56b87; background: #fff0f3; }
.map-card--c { --map-accent: #31a279; background: #eaf8f2; }
.map-card--d { --map-accent: #e6a232; background: #fff5df; }

.signal-strip {
  background: rgba(255,255,255,.76);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.signal-strip__inner span {
  flex: 0 0 auto;
  padding: 8px 13px;
  border-radius: 999px;
  background: var(--blue-soft);
  color: #31549f;
}
.signal-strip__inner span:nth-of-type(2n) { background: var(--green-soft); color: #28765c; }
.signal-strip__inner span:nth-of-type(3n) { background: var(--amber-soft); color: #94631a; }
.signal-strip__inner span:nth-of-type(4n) { background: var(--rose-soft); color: #9b4359; }

/* Kartu layanan tetap pada grid semula, tetapi tidak lagi terasa seperti tabel. */
.service-grid {
  gap: 18px;
  border: 0;
}
.service-card {
  --accent: var(--teal);
  --accent-soft: var(--green-soft);
  min-height: 360px;
  border: 1px solid rgba(16,29,44,.07);
  border-radius: 26px 26px 26px 8px;
  background: rgba(255,255,255,.62);
  box-shadow: 0 8px 24px rgba(16,29,44,.045);
  overflow: hidden;
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease, background .24s ease;
}
.service-card:nth-child(5n + 1) { --accent: #3478dc; --accent-soft: var(--blue-soft); }
.service-card:nth-child(5n + 2) { --accent: #8a58ca; --accent-soft: var(--lavender-soft); border-radius: 26px 8px 26px 26px; }
.service-card:nth-child(5n + 3) { --accent: #d4657e; --accent-soft: var(--rose-soft); }
.service-card:nth-child(5n + 4) { --accent: #d28a22; --accent-soft: var(--amber-soft); border-radius: 8px 26px 26px 26px; }
.service-card:nth-child(5n) { --accent: #238b6a; --accent-soft: var(--green-soft); }
.service-card:hover {
  background: var(--white);
  border-color: color-mix(in srgb, var(--accent) 25%, transparent);
  box-shadow: 0 22px 50px color-mix(in srgb, var(--accent) 13%, transparent);
  transform: translateY(-7px);
}
.service-icon {
  min-width: 50px;
  height: 39px;
  border-radius: 13px 13px 13px 4px;
  background: var(--accent-soft);
  color: var(--accent);
  transform: none;
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--accent) 13%, transparent);
}
.service-number { color: color-mix(in srgb, var(--accent) 55%, #a0a7ad); }
.service-category { color: var(--accent); }
.service-card h2 a:hover,
.service-card h3 a:hover { color: var(--accent); }
.card-link {
  width: fit-content;
  min-height: 42px;
  justify-content: flex-start;
  gap: 11px;
  padding: 7px 7px 7px 15px;
  border-radius: 999px;
  color: var(--accent, var(--teal));
  background: var(--accent-soft, var(--green-soft));
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.card-link span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--accent, var(--teal));
  color: var(--white);
  font-size: 14px;
  transition: transform .22s ease;
}
.card-link:hover {
  transform: translateX(4px);
  box-shadow: 0 8px 18px color-mix(in srgb, var(--accent, var(--teal)) 16%, transparent);
}
.card-link:hover span { transform: rotate(38deg); }

.section--ink {
  background: linear-gradient(145deg, #0d1c2d 0%, #122f43 58%, #25224d 145%);
}
.process-list li {
  margin-bottom: 12px;
  padding: 24px 25px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 20px 20px 20px 6px;
  background: rgba(255,255,255,.035);
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.process-list li:hover {
  transform: translateX(6px);
  background: rgba(255,255,255,.065);
  border-color: rgba(158,209,204,.25);
}
.process-list { border-top: 0; }

.why-visual {
  border-radius: 38px 12px 38px 38px;
  background: linear-gradient(145deg, var(--green-soft), var(--blue-soft) 55%, var(--lavender-soft));
}
.blueprint-sheet { border-radius: 8px; }
.principle-list article {
  margin-bottom: 11px;
  padding: 22px 24px;
  border: 0;
  border-radius: 19px 19px 19px 5px;
  background: rgba(255,255,255,.58);
}
.principle-list article:last-child { border-bottom: 0; }
.principle-list article:nth-child(1) > span { color: var(--blue); }
.principle-list article:nth-child(2) > span { color: var(--rose); }
.principle-list article:nth-child(3) > span { color: var(--green); }

.section--soft {
  background: linear-gradient(145deg, #f2f3ec 0%, #fff4df 55%, #f3edfb 125%);
}
.faq-list { border-top: 0; display: grid; gap: 12px; }
.faq-list details {
  border: 1px solid rgba(16,29,44,.07);
  border-radius: 18px 18px 18px 6px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 7px 20px rgba(16,29,44,.035);
  overflow: hidden;
}
.faq-list summary { padding: 22px 58px 22px 23px; }
.faq-list summary::after {
  width: 32px;
  height: 32px;
  right: 15px;
  top: 16px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--teal-dark);
  background: var(--green-soft);
  font-size: 20px;
}
.faq-list details p { padding: 0 58px 23px 23px; }
.faq-list details[open] { background: var(--white); box-shadow: var(--modern-shadow); }

.closing-cta__box {
  border-radius: 38px 38px 12px 38px;
  background:
    radial-gradient(circle at 12% 15%, rgba(255,255,255,.13), transparent 24%),
    linear-gradient(135deg, #15585a 0%, #246b86 50%, #6450aa 115%);
  box-shadow: 0 28px 65px rgba(25,68,89,.2);
  overflow: hidden;
}

.service-hero__aside,
.sticky-card,
.post-card,
.empty-state {
  border-radius: 24px 24px 24px 7px;
}
.service-hero__aside { background: rgba(255,255,255,.035); }
.service-hero__icon { border-radius: 16px 16px 16px 5px; transform: none; background: linear-gradient(135deg, var(--clay), var(--rose)); }
.sticky-card { border-top: 0; box-shadow: var(--modern-shadow); }
.post-grid { gap: 22px; }
.post-card { overflow: hidden; border-color: rgba(16,29,44,.07); box-shadow: 0 8px 24px rgba(16,29,44,.045); }

.page-numbers {
  min-width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 5px 14px rgba(16,29,44,.07);
  transition: transform .2s ease, background .2s ease;
}
.page-numbers:hover { transform: translateY(-2px); background: var(--blue-soft); }
.page-numbers.current { background: linear-gradient(135deg, var(--blue), var(--violet)); border-color: transparent; }
.search-form {
  padding: 5px;
  border-radius: 999px;
  background: var(--white);
  box-shadow: 0 10px 28px rgba(16,29,44,.08);
}
.search-field { min-height: 48px; border: 0; border-radius: 999px 0 0 999px; background: transparent; }
.search-submit {
  min-height: 46px;
  padding: 0 21px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--teal), var(--blue));
  box-shadow: 0 7px 18px rgba(29,111,113,.2);
  transition: transform .2s ease, box-shadow .2s ease;
}
.search-submit:hover { transform: translateY(-2px); box-shadow: 0 11px 23px rgba(29,111,113,.27); }

.menu-toggle {
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  background: var(--white);
  box-shadow: 0 7px 18px rgba(16,29,44,.08);
}
.menu-toggle__icon i { border-radius: 999px; transition: transform .2s ease; }

@media (max-width: 1060px) {
  .menu-toggle { display: grid; }
  .primary-navigation { background: rgba(246,244,238,.97); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
  .primary-menu > li { border-bottom: 0; margin-bottom: 6px; }
  .primary-menu a { border-radius: 14px; }
}

@media (max-width: 720px) {
  .button { min-height: 50px; }
  .hero-actions { gap: 12px; }
  .hero-panel { border-radius: 25px 25px 9px 25px; box-shadow: 10px 12px 0 rgba(63,109,246,.1), 0 20px 45px rgba(16,29,44,.15); }
  .service-grid { gap: 13px; }
  .service-card,
  .service-card:nth-child(n) { min-height: 0; border-radius: 22px 22px 22px 7px; }
  .process-list li { grid-template-columns: 38px 1fr; padding: 21px 18px; }
  .why-visual { border-radius: 28px 9px 28px 28px; }
  .closing-cta__box { border-radius: 28px 28px 9px 28px; }
  .faq-list summary { font-size: 16px; }
}

/* Tombol bawaan editor WordPress dan elemen formulir. */
.wp-block-button__link,
.wp-element-button,
input[type="submit"]:not(.search-submit) {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--teal), var(--blue));
  color: var(--white);
  font-weight: 750;
  text-decoration: none;
  box-shadow: 0 11px 25px rgba(29,111,113,.18);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
.wp-block-button__link:hover,
.wp-element-button:hover,
input[type="submit"]:not(.search-submit):hover {
  color: var(--white);
  transform: translateY(-2px);
  filter: saturate(1.08);
  box-shadow: 0 16px 32px rgba(29,111,113,.24);
}

/* ==========================================================
   JasaSistem Pro 1.2 — identity, Inter typography & WhatsApp
   ========================================================== */
body,
button,
input,
textarea,
select {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

h1,
h2,
h3,
h4,
.primary-menu a,
.button,
.card-link {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

h1,
h2,
h3,
h4 {
  font-weight: 750;
  text-wrap: balance;
}

.service-number,
.process-list > li > span,
.principle-list > article > span,
.entry-content blockquote,
.error-code {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.site-branding {
  min-width: 0;
}

.brand-link {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  line-height: 0;
}

.brand-logo {
  display: block;
  width: auto;
  height: auto;
  object-fit: contain;
}

.brand-logo--header {
  width: clamp(174px, 16.5vw, 224px);
  max-height: 52px;
}

.brand-link--footer {
  width: fit-content;
  margin-bottom: 22px;
  padding: 9px 13px;
  border-radius: 16px 16px 16px 5px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 10px 26px rgba(0,0,0,.12);
}

.brand-logo--footer {
  width: 188px;
  max-height: 43px;
}

.floating-whatsapp {
  position: fixed;
  right: max(20px, env(safe-area-inset-right));
  bottom: max(20px, calc(14px + env(safe-area-inset-bottom)));
  z-index: 1200;
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 7px 18px 7px 8px;
  border: 1px solid rgba(255,255,255,.46);
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #14a95a 0%, #25d366 58%, #18b96a 100%);
  box-shadow: 0 16px 38px rgba(13,126,66,.3), inset 0 1px 0 rgba(255,255,255,.24);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: -.01em;
  transform: translateZ(0);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.floating-whatsapp::before {
  content: "";
  position: absolute;
  inset: -6px;
  z-index: -1;
  border: 1px solid rgba(37,211,102,.26);
  border-radius: inherit;
  opacity: 0;
  transform: scale(.94);
  transition: opacity .2s ease, transform .2s ease;
}

.floating-whatsapp:hover {
  color: #fff;
  filter: saturate(1.08);
  transform: translateY(-4px);
  box-shadow: 0 21px 44px rgba(13,126,66,.37), inset 0 1px 0 rgba(255,255,255,.26);
}

.floating-whatsapp:hover::before {
  opacity: 1;
  transform: scale(1);
}

.floating-whatsapp:focus-visible {
  outline: 3px solid rgba(37,211,102,.35);
  outline-offset: 4px;
}

.floating-whatsapp__icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,.17);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.18);
}

.floating-whatsapp__icon svg {
  width: 26px;
  height: 26px;
  overflow: visible;
}

.floating-whatsapp__label {
  white-space: nowrap;
}

@media (max-width: 1060px) {
  .brand-logo--header {
    width: clamp(170px, 24vw, 208px);
  }
}

@media (max-width: 720px) {
  .brand-logo--header {
    width: clamp(154px, 49vw, 184px);
    max-height: 44px;
  }

  .brand-link--footer {
    padding: 8px 11px;
  }

  .brand-logo--footer {
    width: 172px;
  }

  .floating-whatsapp {
    right: max(13px, env(safe-area-inset-right));
    bottom: max(13px, calc(10px + env(safe-area-inset-bottom)));
    width: 56px;
    min-height: 56px;
    padding: 7px;
    justify-content: center;
  }

  .floating-whatsapp__icon {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .floating-whatsapp__label {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
  }
}

@media (max-width: 380px) {
  .brand-logo--header {
    width: 146px;
  }

  .menu-toggle {
    width: 42px;
    height: 42px;
  }
}


/* Mobile navigation visibility hotfix — v1.2.1. */
@media (max-width: 1060px) {
  .site-header {
    isolation: isolate;
  }

  .header-inner {
    position: relative;
  }

  .site-branding,
  .menu-toggle {
    position: relative;
    z-index: 1004;
  }

  .menu-toggle {
    display: grid !important;
    color: var(--ink);
    opacity: 1;
    visibility: visible;
  }

  .menu-toggle[aria-expanded="true"] .menu-toggle__icon i:first-child {
    transform: translateY(4px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] .menu-toggle__icon i:last-child {
    transform: translateY(-4px) rotate(-45deg);
  }

  .primary-navigation {
    position: fixed;
    top: var(--jasasistem-mobile-menu-top, 112px);
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1002;
    display: block;
    width: 100%;
    height: calc(100vh - var(--jasasistem-mobile-menu-top, 112px));
    height: calc(100dvh - var(--jasasistem-mobile-menu-top, 112px));
    max-height: none;
    padding: 14px 20px max(34px, env(safe-area-inset-bottom));
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    background: #f6f4ee;
    color: #101d2c;
    box-shadow: 0 24px 45px rgba(16, 29, 44, .16);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
  }

  .primary-navigation.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .primary-navigation .primary-menu {
    display: block;
    width: min(100%, 720px);
    margin: 0 auto;
    padding: 8px 0 24px;
  }

  .primary-navigation .primary-menu > li {
    display: block;
    margin: 0 0 6px;
  }

  .primary-navigation .primary-menu a {
    display: block;
    width: 100%;
    padding: 15px 16px;
    color: #17283b;
    background: rgba(255, 255, 255, .58);
    border: 1px solid rgba(16, 29, 44, .07);
    border-radius: 15px;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
  }

  .primary-navigation .primary-menu a:hover,
  .primary-navigation .primary-menu a:focus-visible,
  .primary-navigation .primary-menu .current-menu-item > a {
    color: var(--teal-dark);
    background: #ffffff;
    border-color: rgba(29, 111, 113, .22);
  }

  .primary-navigation .primary-menu .sub-menu {
    display: block;
    margin: 5px 0 8px;
    padding: 0 0 0 14px;
  }

  .primary-navigation .primary-menu .sub-menu a {
    padding: 12px 14px;
    font-size: 15px;
  }
}

@media (max-width: 720px) {
  .primary-navigation {
    top: var(--jasasistem-mobile-menu-top, 108px);
    height: calc(100vh - var(--jasasistem-mobile-menu-top, 108px));
    height: calc(100dvh - var(--jasasistem-mobile-menu-top, 108px));
    padding-inline: 14px;
  }
}

@media print {
  .floating-whatsapp,
  .utility-bar,
  .menu-toggle,
  .header-cta {
    display: none !important;
  }
}
