:root {
 --ink: #171b20;
 --muted: #65717d;
 --line: #e5e9ef;
 --panel: #f6f8fb;
 --brand: #101318;
 --brand-soft: #20262e;
 --white: #ffffff;
 --success: #25d366;
 --success-dark: #1ebe5d;
 --gold: #f6b400;
 --shadow: 0 22px 60px rgba(18, 27, 38, 0.12);
 --radius: 18px;
}

* { box-sizing: border-box; }

html {
 scroll-behavior: smooth;
 scroll-padding-top: 92px;
}

body {
 margin: 0;
 font-family: Inter, Arial, sans-serif;
 color: var(--ink);
 background: var(--white);
 line-height: 1.6;
}

img {
 display: block;
 max-width: 100%;
 height: auto;
}

a { color: inherit; text-decoration: none; }
button { font: inherit; }.topbar {
 background: #050607;
 color: #f4f6f8;
 font-size: 14px;
}
.disclaimer-bar {
 background: #fff4d6;
 color: #3f310f;
 border-bottom: 1px solid #ead39a;
 font-size: 13px;
 line-height: 1.45;
}
.topbar-inner.disclaimer-inner {
 display: block;
 padding: 9px 0;
 text-align: center;
}
.topbar-inner.disclaimer-inner p {
 margin: 0;
}
.topbar-inner.disclaimer-inner strong {
 font-weight: 850;
}
.topbar-inner,.nav-inner,.section-inner {
 width: min(1120px, calc(100% - 36px));
 margin: 0 auto;
}.topbar-inner {
 display: flex;
 justify-content: space-between;
 align-items: center;
 gap: 16px;
 padding: 10px 0;
}.site-header {
 position: sticky;
 top: 0;
 z-index: 50;
 color: var(--ink);
 background: rgba(255, 255, 255, 0.96);
 border-bottom: 1px solid rgba(229, 233, 239, 0.95);
 box-shadow: 0 10px 26px rgba(15, 23, 42, 0.05);
 backdrop-filter: blur(18px);
 transition: background 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}.site-header.is-scrolled {
 background: rgba(255, 255, 255, 0.82);
 border-bottom-color: rgba(255, 255, 255, 0.55);
 box-shadow: 0 16px 38px rgba(15, 23, 42, 0.14);
}.nav-inner {
 display: flex;
 align-items: center;
 justify-content: space-between;
 gap: 24px;
 min-height: 76px;
}.brand {
 display: flex;
 align-items: center;
 gap: 12px;
 font-weight: 850;
 letter-spacing: -0.02em;
 white-space: nowrap;
}.brand small {
 display: block;
 margin-top: -3px;
 color: var(--muted);
 font-size: 12px;
 font-weight: 650;
 letter-spacing: 0;
}.nav-links {
 display: flex;
 align-items: center;
 justify-content: flex-end;
 gap: 8px;
 color: #252b32;
 font-size: 15px;
 font-weight: 750;
}.nav-links a {
 position: relative;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 min-height: 38px;
 padding: 8px 12px;
 border-radius: 999px;
 transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}.nav-links a:hover,.site-header.is-scrolled.nav-links a:hover {
 color: #0d1117;
 background: rgba(15, 23, 42, 0.08);
 transform: translateY(-1px);
}.site-header.is-scrolled.nav-links a {
 background: rgba(255, 255, 255, 0.42);
 box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.06);
}.button {
 display: inline-flex;
 align-items: center;
 justify-content: center;
 gap: 8px;
 min-height: 46px;
 padding: 12px 18px;
 border: 1px solid transparent;
 border-radius: 10px;
 font-weight: 850;
 text-align: center;
 transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}.button:hover { transform: translateY(-2px); }.button-primary {
 color: var(--white);
 background: var(--brand);
 box-shadow: 0 13px 26px rgba(0, 0, 0, 0.22);
}.button-primary:hover { background: #000000; }.button-secondary {
 color: var(--ink);
 background: var(--white);
 border-color: var(--line);
}.button-light {
 color: var(--white);
 background: rgba(255, 255, 255, 0.12);
 border-color: rgba(255, 255, 255, 0.28);
}.button-light:hover { background: rgba(255, 255, 255, 0.2); }.whatsapp-now {
 color: var(--white);
 background: var(--success);
 box-shadow: 0 14px 28px rgba(37, 211, 102, 0.27);
}.whatsapp-now:hover { background: var(--success-dark); }.hero {
 min-height: 640px;
 color: var(--white);
 background:
 linear-gradient(90deg, rgba(12, 17, 23, 0.96), rgba(12, 17, 23, 0.68) 52%, rgba(12, 17, 23, 0.28)),
 url("../../Galeri/Service-Freestanding_19.jpeg") center/cover;
}.hero-inner {
 display: grid;
 grid-template-columns: minmax(0, 650px) minmax(280px, 1fr);
 gap: 36px;
 align-items: center;
 padding: 0px 0 0px;
}.eyebrow {
 display: inline-flex;
 align-items: center;
 gap: 8px;
 margin-bottom: 18px;
 color: inherit;
 font-weight: 850;
 text-transform: uppercase;
 font-size: 13px;
 letter-spacing: 0.055em;
}

h1, h2, h3, p { margin-top: 0; }

h1 {
 max-width: 760px;
 margin-bottom: 18px;
 font-size: clamp(40px, 6vw, 72px);
 line-height: 0.98;
 letter-spacing: -0.04em;
}.hero-text {
 max-width: 650px;
 margin-bottom: 30px;
 color: #e7eef6;
 font-size: 19px;
}.hero-actions,.contact-actions,.diskon-actions {
 display: flex;
 flex-wrap: wrap;
 gap: 12px;
}.hero-actions { margin-bottom: 34px; }.quick-proof {
 display: grid;
 grid-template-columns: repeat(4, 1fr);
 gap: 12px;
}.proof-item {
 min-height: 92px;
 padding: 16px;
 border: 1px solid rgba(255, 255, 255, 0.16);
 border-radius: 14px;
 background: rgba(255, 255, 255, 0.10);
 backdrop-filter: blur(8px);
}.proof-item strong {
 display: block;
 margin-bottom: 3px;
 font-size: 18px;
}.proof-item span {
 color: #d9e4ee;
 font-size: 13px;
}.hero-panel {
 align-self: end;
 padding: 24px;
 color: var(--ink);
 background: rgba(255, 255, 255, 0.94);
 border-radius: var(--radius);
 box-shadow: var(--shadow);
}.hero-panel h2 {
 margin-bottom: 14px;
 font-size: 24px;
}.check-list {
 margin: 0;
 padding: 0;
 list-style: none;
}.check-list li {
 position: relative;
 padding-left: 26px;
 margin-bottom: 12px;
 color: #39434d;
}.check-list li::before {
 content: "✓";
 position: absolute;
 left: 0;
 top: 0;
 color: var(--success-dark);
 font-weight: 900;
}

section { padding: 78px 0; }.section-title {
 display: flex;
 justify-content: space-between;
 align-items: flex-end;
 gap: 28px;
 margin-bottom: 34px;
}.section-title h2 {
 max-width: 650px;
 margin-bottom: 0;
 font-size: clamp(30px, 4vw, 46px);
 line-height: 1.08;
 letter-spacing: -0.03em;
}.section-title p {
 max-width: 440px;
 margin-bottom: 0;
 color: var(--muted);
}.features {
 padding: 34px 0;
 background: var(--panel);
}.feature-grid {
 display: grid;
 grid-template-columns: repeat(4, 1fr);
 gap: 16px;
}.feature,.service-card,.testimoni-card,.diskon-card {
 transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}.feature:hover,.service-card:hover,.testimoni-card:hover,.diskon-card:hover {
 transform: translateY(-4px);
 box-shadow: 0 20px 48px rgba(18, 27, 38, 0.13);
}.feature {
 min-height: 132px;
 padding: 20px;
 border: 1px solid var(--line);
 border-radius: 16px;
 background: var(--white);
}.feature-icon {
 display: grid;
 place-items: center;
 width: 42px;
 height: 42px;
 margin-bottom: 16px;
 color: var(--white);
 background: var(--brand);
 border-radius: 12px;
 font-size: 14px;
 font-weight: 850;
}.feature h3 { margin-bottom: 6px; font-size: 18px; }.feature p { margin-bottom: 0; color: var(--muted); font-size: 14px; }.services-grid {
 display: grid;
 grid-template-columns: repeat(2, 1fr);
 gap: 24px;
}.service-card {
 overflow: hidden;
 border: 1px solid var(--line);
 border-radius: var(--radius);
 background: var(--white);
 box-shadow: 0 14px 34px rgba(18, 27, 38, 0.08);
}.service-card img {
 width: 100%;
 aspect-ratio: 16 / 10;
 object-fit: cover;
 background: #eef2f5;
}.service-card div { padding: 24px; }.service-card h3 { margin-bottom: 10px; font-size: 24px; }.service-card p { margin-bottom: 18px; color: var(--muted); }.diskon-section {
 overflow: hidden;
 color: var(--white);
 background:
 radial-gradient(circle at 85% 20%, rgba(37, 211, 102, 0.42), transparent 34%),
 linear-gradient(135deg, rgba(5, 7, 10, 0.96), rgba(25, 34, 44, 0.91)),
 url("../../Galeri/Service-Freestanding_8.jpeg") center/cover;
}.diskon-card {
 display: grid;
 grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
 gap: 28px;
 align-items: stretch;
 padding: clamp(24px, 4vw, 42px);
 border: 1px solid rgba(255, 255, 255, 0.16);
 border-radius: 26px;
 background: rgba(255, 255, 255, 0.08);
 backdrop-filter: blur(14px);
 box-shadow: 0 28px 80px rgba(0, 0, 0, 0.24);
}.diskon-copy {
 display: flex;
 flex-direction: column;
 justify-content: center;
}.diskon-card h2 {
 max-width: 720px;
 margin-bottom: 16px;
 font-size: clamp(34px, 5vw, 58px);
 line-height: 1.02;
 letter-spacing: -0.04em;
}.diskon-card p {
 max-width: 680px;
 margin-bottom: 26px;
 color: #edf7f1;
 font-size: 18px;
}.diskon-panel {
 display: flex;
 flex-direction: column;
 justify-content: center;
 min-height: 270px;
 padding: 28px;
 border: 1px solid rgba(255, 255, 255, 0.18);
 border-radius: 22px;
 background: rgba(255, 255, 255, 0.12);
}.diskon-number {
 display: inline-flex;
 align-items: center;
 justify-content: center;
 width: max-content;
 min-width: 136px;
 min-height: 86px;
 padding: 10px 18px;
 margin-bottom: 18px;
 color: #06150b;
 background: #ffffff;
 border-radius: 18px;
 font-size: 48px;
 font-weight: 900;
 line-height: 1;
 letter-spacing: -0.06em;
}.diskon-panel strong {
 display: block;
 margin-bottom: 14px;
 font-size: 24px;
 line-height: 1.15;
}.diskon-panel ul {
 display: grid;
 gap: 10px;
 margin: 0 0 18px;
 padding: 0;
 list-style: none;
}.diskon-panel li {
 position: relative;
 padding: 10px 12px 10px 36px;
 border-radius: 12px;
 background: rgba(255, 255, 255, 0.12);
 font-weight: 750;
}.diskon-panel li::before {
 content: "✓";
 position: absolute;
 left: 14px;
 top: 9px;
 color: var(--success);
 font-weight: 900;
}.diskon-panel small { color: #dbe8de; }.gallery {
 color: var(--white);
 background: #050607;
}.gallery.section-title p { color: #c8d2dc; }.gallery-carousel { position: relative; }.gallery-viewport {
 overflow: hidden;
 border-radius: 18px;
}.gallery-track {
 display: flex;
 transition: transform 0.35s ease;
}.gallery-slide {
 flex: 0 0 100%;
 display: grid;
 grid-template-columns: repeat(4, 1fr);
 grid-template-rows: repeat(2, minmax(0, 1fr));
 gap: 14px;
}.gallery-item {
 display: block;
 width: 100%;
 padding: 0;
 overflow: hidden;
 border: 1px solid rgba(255, 255, 255, 0.12);
 border-radius: 14px;
 background: rgba(255, 255, 255, 0.06);
 cursor: zoom-in;
}.gallery-item img {
 width: 100%;
 aspect-ratio: 4 / 3;
 object-fit: cover;
 transition: transform 0.35s ease, filter 0.35s ease;
}.gallery-item:hover img {
 transform: scale(1.05);
 filter: brightness(1.08);
}.carousel-control {
 position: absolute;
 top: 50%;
 z-index: 3;
 display: grid;
 place-items: center;
 width: 44px;
 height: 44px;
 border: 1px solid rgba(255, 255, 255, 0.18);
 border-radius: 50%;
 color: var(--white);
 background: rgba(0, 0, 0, 0.58);
 cursor: pointer;
 transform: translateY(-50%);
 transition: background 0.2s ease, transform 0.2s ease;
 font-size: 32px;
 line-height: 1;
}.carousel-control:hover {
 background: rgba(37, 211, 102, 0.95);
 transform: translateY(-50%) scale(1.04);
}.carousel-prev { left: -22px; }.carousel-next { right: -22px; }.testimoni-section {
 background:
 linear-gradient(180deg, #f7f9fb 0%, #ffffff 100%);
}.testimoni-grid {
 display: grid;
 grid-template-columns: repeat(5, minmax(0, 1fr));
 gap: 18px;
}.testimoni-card {
 display: flex;
 flex-direction: column;
 min-width: 0;
 overflow: hidden;
 border: 1px solid var(--line);
 border-radius: 18px;
 background: var(--white);
 box-shadow: 0 12px 30px rgba(18, 27, 38, 0.07);
}.testimoni-card img {
 width: 100%;
 aspect-ratio: 4 / 3;
 object-fit: cover;
 background: #eef2f5;
}.testimoni-content {
 display: flex;
 flex: 1;
 flex-direction: column;
 padding: 16px;
}.stars {
 margin-bottom: 10px;
 color: var(--gold);
 letter-spacing: 1px;
 font-size: 15px;
 line-height: 1;
 white-space: nowrap;
}.testimoni-content p {
 flex: 1;
 margin-bottom: 14px;
 color: #3c4650;
 font-size: 14px;
 line-height: 1.55;
}.testimoni-content strong {
 display: block;
 font-size: 15px;
 line-height: 1.2;
}.testimoni-content span {
 margin-top: 3px;
 color: var(--muted);
 font-size: 13px;
}.contact {
 background: linear-gradient(135deg, #f7f9fb, #ffffff);
}.contact-box {
 display: grid;
 grid-template-columns: 1.1fr 0.9fr;
 gap: 28px;
 align-items: stretch;
 overflow: hidden;
 border: 1px solid var(--line);
 border-radius: 22px;
 background: var(--white);
 box-shadow: var(--shadow);
}.contact-copy { padding: 34px; }.contact-copy.eyebrow { color: var(--muted); }.contact-copy h2 {
 margin-bottom: 10px;
 font-size: clamp(30px, 4vw, 46px);
 line-height: 1.08;
}.contact-copy p { color: var(--muted); }.contact-actions { margin-top: 24px; }.contact-diskon {
 display: grid;
 align-content: center;
 padding: 34px;
 color: var(--white);
 background:
 linear-gradient(rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.92)),
 url("../../Galeri/Service-Freestanding_21.jpeg") center/cover;
}.contact-diskon strong {
 display: block;
 max-width: 360px;
 margin-bottom: 8px;
 font-size: 30px;
 line-height: 1.12;
}.site-footer {
 padding: 24px 0;
 color: #c8d1da;
 background: #050607;
 font-size: 14px;
}.footer-inner {
 display: flex;
 justify-content: space-between;
 gap: 18px;
 width: min(1120px, calc(100% - 36px));
 margin: 0 auto;
}


/*.footer-disclaimer {
 width: min(1120px, calc(100% - 36px));
 margin: 10px auto 0;
 color: rgba(200, 209, 218, 0.58);
 font-size: 19px;
 line-height: 1.45;
}*/.floating-contact {
 position: fixed;
 bottom: 20px;
 z-index: 60;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 color: var(--white);
 border: 2px solid #ffffff;
 box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22);
 transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}.floating-contact:hover { transform: translateY(-2px); }.floating-contact svg {
 width: 26px;
 height: 26px;
 fill: currentColor;
}.floating-contact span {
 display: inline-flex;
 align-items: center;
 justify-content: center;
 white-space: nowrap;
}.float-call {
 left: 20px;
 width: 54px;
 height: 54px;
 border-radius: 50%;
 background: var(--brand);
}.float-call:hover { background: #000000; }.float-wa {
 right: 20px;
 width: auto;
 min-width: 0;
 min-height: 0;
 height: 50px;
 padding: 0 20px;
 border-radius: 12px;
 background: #25d366;
 color: #ffffff;
 font-size: 15px;
 font-weight: 850;
 letter-spacing: 0.01em;
 box-shadow: 0 16px 34px rgba(37, 211, 102, 0.36);
}.float-wa:hover {
 background: #1ebe5d;
 box-shadow: 0 18px 38px rgba(30, 190, 93, 0.42);
}.lightbox {
 position: fixed;
 inset: 0;
 z-index: 100;
 display: none;
 align-items: center;
 justify-content: center;
 padding: 24px;
 background: rgba(0, 0, 0, 0.88);
}.lightbox.is-open { display: flex; }.lightbox img {
 max-width: min(100%, 1100px);
 max-height: 88vh;
 object-fit: contain;
 border-radius: 14px;
 box-shadow: 0 20px 80px rgba(0, 0, 0, 0.45);
}.lightbox-close {
 position: absolute;
 top: 20px;
 right: 22px;
 width: 44px;
 height: 44px;
 border: 1px solid rgba(255, 255, 255, 0.28);
 border-radius: 50%;
 color: var(--white);
 background: rgba(255, 255, 255, 0.12);
 cursor: pointer;
 font-size: 30px;
 line-height: 1;
}.reveal {
 opacity: 1;
 transform: none;
}.js.reveal {
 opacity: 0;
 transform: translateY(22px);
 transition: opacity 0.6s ease, transform 0.6s ease;
}.js.reveal.is-visible {
 opacity: 1;
 transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
 html { scroll-behavior: auto; }
 *, *::before, *::after {
 scroll-behavior: auto !important;
 transition-duration: 0.01ms !important;
 animation-duration: 0.01ms !important;
 animation-iteration-count: 1 !important;
 }.reveal { opacity: 1; transform: none; }
}

@media (max-width: 1180px) {.testimoni-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 980px) {.topbar-inner,.nav-inner,.section-title,.footer-inner {
 align-items: flex-start;
 flex-direction: column;
 }.nav-inner {
 gap: 14px;
 padding: 14px 0;
 }.nav-links {
 width: 100%;
 justify-content: flex-start;
 gap: 8px;
 overflow-x: auto;
 padding-bottom: 4px;
 scrollbar-width: none;
 }.nav-links::-webkit-scrollbar { display: none; }.hero-inner,.contact-box,.diskon-card {
 grid-template-columns: 1fr;
 }.quick-proof,.feature-grid {
 grid-template-columns: repeat(2, 1fr);
 }.services-grid { grid-template-columns: 1fr; }.gallery-slide {
 grid-template-columns: repeat(2, 1fr);
 grid-template-rows: repeat(4, minmax(0, 1fr));
 }.carousel-prev { left: 10px; }.carousel-next { right: 10px; }
}

@media (max-width: 720px) {.testimoni-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 560px) {
 html { scroll-padding-top: 120px; }.topbar { display: block; }.topbar-inner.disclaimer-inner { padding: 10px 0; text-align: left; }.topbar-inner.disclaimer-inner p { font-size: 12px; line-height: 1.45; }.nav-inner {
 min-height: auto;
 padding: 14px 0;
 }.brand { white-space: normal; }.nav-links a { min-height: 36px; padding: 7px 11px; font-size: 14px; }.hero { min-height: auto; }.hero-inner { padding: 58px 0 42px; }.hero-actions,.contact-actions,.diskon-actions {
 flex-direction: column;
 }.button { width: 100%; }.quick-proof,.feature-grid,.testimoni-grid {
 grid-template-columns: 1fr;
 }.gallery-slide {
 grid-template-columns: 1fr;
 grid-template-rows: none;
 }

 section { padding: 56px 0; }.diskon-card,.diskon-panel,.contact-copy,.contact-diskon {
 padding: 24px;
 }.diskon-number {
 min-width: 118px;
 min-height: 74px;
 font-size: 40px;
 }.float-call {
 left: 14px;
 width: 50px;
 height: 50px;
 }.float-wa {
 right: 14px;
 height: 48px;
 padding: 0 16px;
 border-radius: 10px;
 font-size: 14px;
 }
}

/* Mobile-first polish aligned with the supplied reference */
.nav-toggle {
 display: none;
 width: 58px;
 height: 58px;
 flex: 0 0 58px;
 align-items: center;
 justify-content: center;
 flex-direction: column;
 gap: 7px;
 padding: 0;
 border: 1px solid rgba(181, 137, 66, 0.28);
 border-radius: 15px;
 background: rgba(255,255,255,0.92);
 box-shadow: 0 10px 24px rgba(15, 23, 42, 0.07);
 cursor: pointer;
}
.nav-toggle span {
 display: block;
 width: 28px;
 height: 3px;
 border-radius: 999px;
 background: #101318;
 transition: transform .22s ease, opacity .22s ease;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(10px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-10px) rotate(-45deg); }

.hero {
 position: relative;
 isolation: isolate;
 overflow: hidden;
 min-height: 640px;
 background: #17130f;
}
.hero-backgrounds,
.hero-overlay,
.hero-bg {
 position: absolute;
 inset: 0;
}
.hero-backgrounds { z-index: -3; }
.hero-bg {
 opacity: 0;
 background-image: var(--bg-desktop);
 background-position: center;
 background-size: cover;
 transform: scale(1.025);
 transition: opacity 1s ease, transform 6s ease;
 will-change: opacity, transform;
}
.hero-bg.is-active {
 opacity: 1;
 transform: scale(1.07);
}
.hero-overlay {
 z-index: -2;
 background:
 linear-gradient(90deg, rgba(9, 10, 11, .94) 0%, rgba(14, 13, 11, .80) 47%, rgba(14, 13, 11, .42) 100%),
 linear-gradient(0deg, rgba(0,0,0,.34), transparent 45%);
}
.hero-inner { position: relative; z-index: 1; }
.hero-copy h1 span { font-size: inherit; }
.hero .eyebrow { color: #f1dfb0; }
.hero-panel {
 border: 1px solid rgba(190, 151, 86, .28);
}
.proof-item {
 border-color: rgba(207, 168, 100, .34);
 background: rgba(47, 43, 37, .56);
 box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
}

@media (max-width: 760px) {
 html { scroll-padding-top: 112px; }
 .site-header { background: rgba(255,255,255,.97); }
 .nav-inner {
  position: relative;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 112px;
  padding: 18px 0;
 }
 .brand {
  min-width: 0;
  max-width: calc(100% - 78px);
  font-size: 20px;
  line-height: 1.35;
  white-space: normal;
 }
 .brand small {
  margin-top: 2px;
  color: #9a6a18;
  font-size: 13px;
  line-height: 1.3;
 }
 .nav-toggle { display: inline-flex; }
 .nav-links {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 1px);
  z-index: 20;
  display: grid;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  gap: 4px;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 0 0 18px 18px;
  background: rgba(255,255,255,.98);
  box-shadow: 0 18px 34px rgba(15,23,42,.12);
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
  transition: max-height .28s ease, padding .28s ease, opacity .2s ease, transform .2s ease;
 }
 .nav-links.is-open {
  max-height: min(420px, calc(100svh - 112px));
  overflow-y: auto;
  padding: 10px;
  border-color: rgba(229,233,239,.95);
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
 }
 .nav-links a {
  justify-content: flex-start;
  min-height: 44px;
  padding: 10px 14px;
  border-radius: 10px;
 }
}

@media (max-width: 560px) {
 .topbar-inner,
 .nav-inner,
 .section-inner,
 .footer-inner { width: min(100% - 32px, 1120px); }
 .nav-inner { min-height: 116px; padding: 20px 0; }
 .brand { 
  font-size: 18px; 
  font-weight: 850; 
  letter-spacing: -.025em; }
 .brand small {
  font-size: 13px;
  font-weight: 750;
}
 .nav-toggle { width: 56px; height: 56px; flex-basis: 56px; border-radius: 14px; }

 .hero {
  min-height: auto;
  padding-block: clamp(44px, 12vw, 56px);
 }
 .hero-bg {
  background-image: var(--bg-mobile);
  background-position: center 42%;
 }
 .hero-overlay {
  background:
  linear-gradient(78deg, rgba(8,9,10,.90) 0%, rgba(16,14,12,.74) 58%, rgba(21,18,14,.48) 100%),
  linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.48));
 }
 .hero-inner {
  gap: 20px;
  padding: 0;
 }
 .hero .eyebrow {
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: .045em;
 }
 h1 {
  margin-bottom: 24px;
  font-size: clamp(42px, 12.1vw, 54px);
  line-height: 1.045;
  letter-spacing: -.045em;
 }
 .hero-text {
  margin-bottom: 28px;
  font-size: 18px;
  line-height: 1.62;
 }
 .hero-actions { gap: 12px; margin-bottom: 28px; }
 .hero-actions .button {
  min-height: 56px;
  padding: 14px 18px;
  border-radius: 12px;
  font-size: 17px;
 }
 .quick-proof { gap: 12px; }
 .proof-item {
  min-height: 110px;
  padding: 20px 18px;
  border-radius: 17px;
  backdrop-filter: blur(10px);
 }
 .proof-item strong { margin-bottom: 8px; font-size: 21px; line-height: 1.2; }
 .proof-item span { font-size: 14px; line-height: 1.45; }
 .hero-panel {
  margin-top: 0;
  padding: 24px 22px;
  border-radius: 18px;
  background: rgba(255,255,255,.96);
 }
 .hero-panel h2 { margin-bottom: 18px; font-size: 27px; line-height: 1.15; }
 .check-list li {
  padding-left: 30px;
  margin-bottom: 15px;
  color: #37332e;
  font-size: 16px;
  line-height: 1.55;
 }
 .check-list li::before { color: #a9781f; font-size: 20px; }

 .section-title { gap: 12px; }
 .section-title h2 { font-size: 34px; }
 .section-title p { font-size: 16px; }
 .service-card h3 { font-size: 25px; }
 .service-card div { padding: 22px; }
 .floating-contact { bottom: 14px; }
 .float-wa span { display: inline-flex; }
}

/* Revision: gallery-based hero images and fixed title size */
.hero-bg-1 {
 background-image: url("../../Galeri/Service-Freestanding_19.jpeg");
 background-position: center 48%;
}
.hero-bg-2 {
 background-image: url("../../Galeri/Service-Freestanding_15.jpeg");
 background-position: center 52%;
}
.hero-bg-3 {
 background-image: url("../../Galeri/Service-Freestanding_4.jpeg");
 background-position: center 46%;
}
.hero-copy h1,
.hero-copy h1 span {
 font-size: 48px !important;
 line-height: 1.06;
 letter-spacing: -0.035em;
}

@media (max-width: 560px) {
 .hero-bg-1 {
  background-image: url("../../Galeri/Service-Freestanding_12.jpeg");
  background-position: center 42%;
 }
 .hero-bg-2 {
  background-image: url("../../Galeri/Service-Freestanding_20.jpeg");
  background-position: center 46%;
 }
 .hero-bg-3 {
  background-image: url("../../Galeri/Service-Kompor_06032026_ORI.jpeg");
  background-position: center 44%;
 }
 .hero-copy h1,
 .hero-copy h1 span {
  font-size: clamp(37px, 12vw, 37px) !important;
  line-height: 1.06;
 }
}

@media (max-width: 380px) {
 .nav-inner {
  min-height: 104px;
  padding: 14px 0;
 }
 .brand {
  font-size: 18px;
  line-height: 1.25;
 }
 .brand small {
  font-size: 12px;
  line-height: 1.25;
 }
 .nav-toggle {
  width: 52px;
  height: 52px;
  flex-basis: 52px;
 }
}


/* Revision: move work types and service proof cards below the discount card */
.hero-inner {
 grid-template-columns: minmax(0, 760px);
}
.diskon-extras {
 display: grid;
 gap: 28px;
 margin-top: 28px;
}
.discount-job-card {
 width: 100%;
 padding: clamp(26px, 4vw, 42px);
 border-radius: 26px;
}
.discount-job-card h2 {
 margin-bottom: 22px;
 font-size: clamp(32px, 4vw, 48px);
 line-height: 1.08;
}
.discount-job-card .check-list {
 display: grid;
 grid-template-columns: repeat(2, minmax(0, 1fr));
 column-gap: 34px;
 row-gap: 4px;
}
.discount-job-card .check-list li {
 margin-bottom: 14px;
 font-size: 18px;
 line-height: 1.5;
}
.discount-quick-proof {
 grid-template-columns: repeat(4, minmax(0, 1fr));
}
.discount-quick-proof .proof-item {
 min-height: 124px;
 padding: 24px;
 border-radius: 20px;
}
.discount-quick-proof .proof-item strong {
 margin-bottom: 10px;
 font-size: 28px;
 line-height: 1.15;
}
.discount-quick-proof .proof-item span {
 font-size: 16px;
 line-height: 1.5;
}

@media (max-width: 980px) {
 .discount-job-card .check-list {
  grid-template-columns: 1fr;
 }
 .discount-quick-proof {
  grid-template-columns: repeat(2, minmax(0, 1fr));
 }
}

@media (max-width: 560px) {
 .diskon-extras {
  gap: 24px;
  margin-top: 24px;
 }
 .discount-job-card {
  padding: 24px 22px;
  border-radius: 18px;
 }
 .discount-job-card h2 {
  margin-bottom: 18px;
  font-size: 34px;
 }
 .discount-job-card .check-list li {
  font-size: 17px;
 }
 .discount-quick-proof {
  grid-template-columns: 1fr;
 }
 .discount-quick-proof .proof-item {
  min-height: 110px;
  padding: 20px 18px;
  border-radius: 17px;
 }
 .discount-quick-proof .proof-item strong {
  margin-bottom: 8px;
  font-size: 24px;
 }
 .discount-quick-proof .proof-item span {
  font-size: 15px;
 }
}

/* Revision: tighten desktop hero height so the area below the CTA is not too long */
@media (min-width: 761px) {
 .hero {
  min-height: 560px;
 }
 .hero-inner {
  align-items: start;
  padding: 92px 0 52px;
 }
 .hero-copy {
  max-width: 760px;
 }
 .hero-text {
  margin-bottom: 24px;
 }
 .hero-actions {
  margin-bottom: 0;
 }
}

/* Revision: replace the short proof cards with the full feature scorecards */
.discount-feature-grid {
 width: 100%;
}
.discount-feature-grid .feature {
 min-height: 180px;
}
@media (max-width: 560px) {
 .discount-feature-grid .feature {
  min-height: 0;
 }
}

/* Revision: keep feature-card headings readable inside the dark discount section */
.discount-feature-grid .feature {
 color: var(--ink);
}
.discount-feature-grid .feature h3 {
 color: var(--ink);
 font-weight: 850;
}

/* Revision: mobile gallery collage */
@media (max-width: 560px) {
 .gallery-carousel {
  margin-inline: -2px;
 }

 .gallery-viewport {
  border-radius: 16px;
 }

 .gallery-slide {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: none;
  grid-auto-rows: 112px;
  grid-auto-flow: dense;
  gap: 8px;
 }

 .gallery-item {
  height: 100%;
  min-width: 0;
  border-radius: 11px;
 }

 .gallery-item img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
 }

 /* One portrait focal tile on every carousel page. */
 .gallery-slide > .gallery-item:first-child {
  grid-row: span 2;
 }

 /* Use an actual landscape photo as the wide tile on each page. */
 .gallery-slide:nth-child(1) > .gallery-item:nth-child(4),
 .gallery-slide:nth-child(2) > .gallery-item:nth-child(7),
 .gallery-slide:nth-child(3) > .gallery-item:nth-child(3) {
  grid-column: span 2;
 }

 .carousel-control {
  width: 38px;
  height: 38px;
  font-size: 27px;
  background: rgba(0, 0, 0, 0.7);
 }

 .carousel-prev { left: 8px; }
 .carousel-next { right: 8px; }
}

/* Revision: improve mobile hero image visibility and reduce text crowding */
@media (max-width: 560px) {
 .hero {
  min-height: 720px;
  display: flex;
  align-items: stretch;
 }

 .hero-bg {
  background-position: center 36%;
 }

 .hero-overlay {
  background:
   linear-gradient(78deg, rgba(8, 10, 12, 0.22) 0%, rgba(8, 10, 12, 0.30) 18%, rgba(8, 10, 12, 0.46) 45%, rgba(8, 10, 12, 0.70) 74%, rgba(8, 10, 12, 0.84) 100%),
   linear-gradient(90deg, rgba(8, 10, 12, 0.68) 0%, rgba(8, 10, 12, 0.44) 54%, rgba(8, 10, 12, 0.20) 100%);
 }

 .hero-inner {
  min-height: 720px;
  align-items: end;
  gap: 28px;
  padding: 44px 0 40px;
 }

 .hero-copy {
  max-width: 100%;
 }

 .hero .eyebrow {
  margin-bottom: 14px;
 }

 .hero-copy h1,
 .hero-copy h1 span {
  margin-bottom: 20px;
  font-size: clamp(34px, 9.8vw, 40px) !important;
  line-height: 1.08;
 }

 .hero-text {
  max-width: 94%;
  margin-bottom: 24px;
  font-size: 17px;
  line-height: 1.72;
  color: #f2f5f7;
 }

 .hero-actions {
  gap: 14px;
  margin-bottom: 0;
 }

 .hero-actions .button {
  min-height: 54px;
  padding: 14px 18px;
  font-size: 16px;
 }
}

/* Revision: mobile hero photo-first composition — clearer image, roomier copy */
@media (max-width: 560px) {
 .hero {
  min-height: 920px;
  padding-block: 0;
 }

 .hero-bg {
  background-position: center 46%;
  transform: scale(1.01);
 }

 .hero-bg.is-active {
  transform: scale(1.035);
 }

 /* Keep the upper part of the existing photo visible; darken mainly behind copy. */
 .hero-overlay {
  background:
   linear-gradient(78deg,
    rgba(6, 8, 10, 0.04) 0%,
    rgba(6, 8, 10, 0.07) 24%,
    rgba(6, 8, 10, 0.18) 39%,
    rgba(6, 8, 10, 0.52) 57%,
    rgba(6, 8, 10, 0.80) 75%,
    rgba(6, 8, 10, 0.94) 100%);
 }

 .hero-inner {
  min-height: 920px;
  display: flex;
  align-items: flex-end;
  padding: clamp(275px, 58vw, 330px) 0 46px;
 }

 .hero-copy {
  width: 100%;
  max-width: 100%;
 }

 .hero .eyebrow {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: .055em;
 }

 .hero-copy h1,
 .hero-copy h1 span {
  max-width: 520px;
  margin-bottom: 26px;
  font-size: clamp(32px, 9.2vw, 38px) !important;
  line-height: 1.16;
  letter-spacing: -.03em;
 }

 .hero-text {
  max-width: 100%;
  margin-bottom: 32px;
  font-size: 17px;
  line-height: 1.82;
  color: #f4f6f8;
 }

 .hero-actions {
  gap: 14px;
  margin-bottom: 0;
 }

 .hero-actions .button {
  min-height: 58px;
  padding: 15px 18px;
  line-height: 1.35;
 }
}

@media (max-width: 380px) {
 .hero {
  min-height: 880px;
 }

 .hero-inner {
  min-height: 880px;
  padding-top: 250px;
  padding-bottom: 38px;
 }

 .hero-copy h1,
 .hero-copy h1 span {
  font-size: 31px !important;
 }

 .hero-text {
  font-size: 16px;
  line-height: 1.76;
 }
}

/* Revision 2026-07-29: rebalance mobile hero spacing after photo-first pass */
@media (max-width: 560px) {
 .hero {
  min-height: 790px;
 }

 .hero-inner {
  min-height: 790px;
  padding: 185px 0 38px;
 }

 .hero .eyebrow {
  margin-bottom: 13px;
 }

 .hero-copy h1,
 .hero-copy h1 span {
  margin-bottom: 18px;
  line-height: 1.10;
 }

 .hero-text {
  margin-bottom: 24px;
  line-height: 1.65;
 }
}

@media (max-width: 380px) {
 .hero {
  min-height: 760px;
 }

 .hero-inner {
  min-height: 760px;
  padding-top: 165px;
  padding-bottom: 34px;
 }
}

/* Revision 2026-07-29 v3: lift mobile hero copy; keep photo visible without a large empty gap */
@media (max-width: 560px) {
 .hero {
  min-height: 720px;
 }

 .hero-inner {
  min-height: 720px;
  align-items: flex-start;
  padding: 112px 0 34px;
 }

 .hero .eyebrow {
  margin-bottom: 11px;
 }

 .hero-copy h1,
 .hero-copy h1 span {
  margin-bottom: 16px;
  line-height: 1.08;
 }

 .hero-text {
  margin-bottom: 21px;
  line-height: 1.58;
 }

 .hero-actions {
  gap: 11px;
 }
}

@media (max-width: 380px) {
 .hero {
  min-height: 690px;
 }

 .hero-inner {
  min-height: 690px;
  padding-top: 92px;
  padding-bottom: 32px;
 }
}

/* Revision 2026-07-29 v4: keep current mobile hero position, add breathing room between content blocks */
@media (max-width: 560px) {
 .hero .eyebrow {
  margin-bottom: 18px;
 }

 .hero-copy h1,
 .hero-copy h1 span {
  margin-bottom: 24px;
  transform: translateY(-50px);
 }

 .hero-text {
  margin-bottom: 29px;
 }

 .hero-actions {
  gap: 16px;
 }
}

@media (max-width: 380px) {
 .hero .eyebrow {
  margin-bottom: 16px;
 }

 .hero-copy h1,
 .hero-copy h1 span {
  margin-bottom: 21px;
 }

 .hero-text {
  margin-bottom: 26px;
 }

 .hero-actions {
  gap: 14px;
 }
}

/* Revision 2026-07-29 v5: fine-tune mobile hero spacing from user markup */
@media (max-width: 560px) {
 /* Orange: lift only the eyebrow; heading stays in its current position. */
 .hero .eyebrow {
  transform: translateY(-40px);
 }

 /* Blue: add more breathing room below the fixed heading. */
 .hero-copy h1,
 .hero-copy h1 span {
  margin-bottom: 32px;
  transform: translateY(-50px);
 }

 /* Red: leave room after the description and move the CTA group slightly lower. */
 .hero-text {
  margin-bottom: 34px;
  margin-top: 150px;
 }

 .hero-actions {
  gap: 18px;
  transform: translateY(-10px);
 }
}

@media (max-width: 380px) {
 .hero .eyebrow {
  transform: translateY(-9px);
 }

 .hero-copy h1,
 .hero-copy h1 span {
  margin-bottom: 28px;
 }

 .hero-text {
  margin-bottom: 30px;
 }

 .hero-actions {
  gap: 16px;
  transform: translateY(9px);
 }
}
