: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;
}.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: 88px 0 58px;
}.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: none; }.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;
 }
}
