:root {
  --bg: #070707;
  --bg2: #0b0b0b;
  --panel: rgba(17,17,17,0.88);
  --line: rgba(212,175,55,0.20);
  --gold: #d4af37;
  --gold-soft: #f5df8f;
  --text: #f7f0db;
  --muted: #baaf8c;
  --soft: rgba(255,255,255,0.80);
  --shadow: 0 18px 50px rgba(0,0,0,0.45);
  --radius: 24px;
}
* { box-sizing: border-box; }
html, body {
  margin: 0;
  padding: 0;
  background:
    radial-gradient(circle at top left, rgba(212,175,55,0.10), transparent 28%),
    radial-gradient(circle at bottom right, rgba(212,175,55,0.08), transparent 22%),
    linear-gradient(180deg, var(--bg) 0%, var(--bg2) 100%);
  color: var(--text);
  font-family: 'Inter', sans-serif;
  min-height: 100%;
  scroll-behavior: smooth;
}
body { position: relative; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.bg-orb { position: fixed; border-radius: 999px; filter: blur(90px); opacity: 0.12; pointer-events: none; z-index: 0; }
.orb-1 { width: 260px; height: 260px; background: var(--gold); top: -60px; left: -80px; }
.orb-2 { width: 320px; height: 320px; background: #87691a; right: -120px; bottom: 10%; }
.container { position: relative; z-index: 1; width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 20; backdrop-filter: blur(12px); background: rgba(6,6,6,0.72); border-bottom: 1px solid rgba(212,175,55,0.10); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 16px 0; }
.logo-wrap { display: inline-flex; align-items: center; gap: 14px; }
.lux-logo-mark { width: 52px; height: 52px; border-radius: 16px; background: linear-gradient(135deg, #d4af37, #f5df8f); color: #111; display: flex; align-items: center; justify-content: center; font-family: 'Cormorant Garamond', serif; font-size: 34px; font-weight: 700; box-shadow: 0 10px 25px rgba(212,175,55,0.18); }
.lux-logo-text strong, .lux-logo-text span { display: block; line-height: 1; }
.lux-logo-text strong { font-size: 18px; letter-spacing: 0.18em; color: #fff2c6; }
.lux-logo-text span { margin-top: 6px; font-size: 11px; letter-spacing: 0.28em; color: var(--muted); }
.top-nav { display: flex; align-items: center; gap: 18px; }
.top-nav a { color: var(--soft); font-size: 14px; }
.top-nav a:hover { color: #fff2c6; }
.lang-switch { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.03); border: 1px solid var(--line); padding: 6px; border-radius: 999px; }
.lang-btn { border: none; background: transparent; color: var(--soft); padding: 10px 14px; border-radius: 999px; cursor: pointer; font-weight: 600; }
.lang-btn.active { color: #181307; background: linear-gradient(135deg, #d4af37, #f5df8f); }
.hero { padding: 80px 0 56px; border-bottom: 1px solid rgba(212,175,55,0.10); }
.hero-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 24px; align-items: center; }
.hero-kicker { display: inline-block; padding: 10px 16px; border-radius: 999px; border: 1px solid var(--line); color: var(--gold-soft); font-size: 12px; letter-spacing: 0.24em; text-transform: uppercase; margin-bottom: 18px; background: rgba(255,255,255,0.03); }
.hero h1 { margin: 0 0 16px; font-family: 'Cormorant Garamond', serif; font-size: clamp(44px, 7vw, 80px); line-height: 0.98; color: #fff4cc; }
.hero-text { max-width: 720px; color: var(--soft); line-height: 1.8; font-size: 18px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.hero-badges span { padding: 10px 14px; border-radius: 999px; border: 1px solid var(--line); background: rgba(255,255,255,0.03); color: var(--gold-soft); font-size: 13px; }
.hero-card { background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.015)); border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow); padding: 24px; }
.hero-card-top { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 20px; }
.mini-label { font-size: 12px; color: var(--gold-soft); letter-spacing: 0.24em; text-transform: uppercase; }
.mini-pill { padding: 8px 12px; border-radius: 999px; border: 1px solid var(--line); color: var(--gold-soft); font-size: 12px; }
.hero-card-body { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.metric-block { padding: 18px; border-radius: 18px; border: 1px solid rgba(212,175,55,0.14); background: rgba(255,255,255,0.03); }
.metric-block.full { grid-column: 1 / -1; }
.metric-label { display: block; color: var(--muted); font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 8px; }
.metric-block strong { color: #fff2c8; font-size: 17px; line-height: 1.6; }
.section { padding: 72px 0; }
.alt-section { background: linear-gradient(180deg, rgba(255,255,255,0.015), rgba(255,255,255,0.00)); border-top: 1px solid rgba(212,175,55,0.08); border-bottom: 1px solid rgba(212,175,55,0.08); }
.section-heading { max-width: 860px; margin-bottom: 28px; }
.section-heading.center { margin-left: auto; margin-right: auto; text-align: center; }
.eyebrow { display: inline-block; font-size: 12px; color: var(--gold-soft); letter-spacing: 0.24em; text-transform: uppercase; margin-bottom: 8px; }
.section-heading h2 { margin: 0 0 14px; font-family: 'Cormorant Garamond', serif; font-size: clamp(32px, 4vw, 54px); color: #fff6dc; }
.section-heading p { margin: 0; color: var(--muted); line-height: 1.8; font-size: 17px; }
.feature-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.feature-card, .quote-card, .vehicle-showcase-card, .cta-panel { background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.015)); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.feature-card { padding: 22px; }
.feature-card h3 { margin: 0 0 12px; color: #fff2c8; font-family: 'Cormorant Garamond', serif; font-size: 28px; }
.feature-card p { margin: 0; color: var(--soft); line-height: 1.8; }
.vehicle-showcase { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.vehicle-showcase-card { overflow: hidden; }
.vehicle-image-wrap { height: 280px; background: #111; }
.vehicle-image-wrap img { width: 100%; height: 100%; object-fit: cover; }
.vehicle-info { padding: 22px; }
.vehicle-title-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.vehicle-title-row h3 { margin: 0; font-family: 'Cormorant Garamond', serif; font-size: 34px; color: #fff2c7; }
.vehicle-info p { color: var(--soft); line-height: 1.8; }
.vehicle-info ul { margin: 16px 0 0; padding-left: 18px; color: var(--soft); line-height: 1.9; }
.pill { padding: 8px 12px; border-radius: 999px; border: 1px solid var(--line); color: var(--gold-soft); font-size: 12px; white-space: nowrap; }
.gallery-strip { margin-top: 22px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.gallery-card { overflow: hidden; border-radius: 20px; border: 1px solid var(--line); background: rgba(255,255,255,0.03); box-shadow: var(--shadow); min-height: 220px; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; }
.service-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 22px; align-items: stretch; }
.service-copy p { color: var(--soft); line-height: 1.8; font-size: 17px; }
.service-copy h2 { margin: 0 0 16px; font-family: 'Cormorant Garamond', serif; font-size: clamp(32px, 4vw, 54px); color: #fff6dc; }
.service-points { display: grid; gap: 16px; margin-top: 24px; }
.service-point { padding: 18px; border-radius: 18px; border: 1px solid rgba(212,175,55,0.14); background: rgba(255,255,255,0.03); }
.service-point strong { display: block; color: #fff2c7; margin-bottom: 8px; }
.service-point span { color: var(--soft); line-height: 1.7; }
.quote-card { display: flex; align-items: center; justify-content: center; padding: 26px; }
.quote-card-inner { width: 100%; }
.quote-card blockquote { margin: 16px 0 0; font-family: 'Cormorant Garamond', serif; font-size: 36px; line-height: 1.25; color: #fff2c8; }
.cta-panel { padding: 28px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.cta-panel h2 { margin: 0 0 12px; font-family: 'Cormorant Garamond', serif; font-size: clamp(30px, 4vw, 48px); color: #fff6dc; }
.cta-panel p { margin: 0; color: var(--soft); line-height: 1.8; }
.btn { appearance: none; border: none; border-radius: 999px; padding: 15px 24px; cursor: pointer; font-size: 15px; font-weight: 700; display: inline-flex; align-items: center; justify-content: center; transition: transform 0.2s ease, filter 0.2s ease; }
.btn:hover { transform: translateY(-1px); filter: brightness(1.04); }
.btn-gold { color: #171203; background: linear-gradient(135deg, #d4af37, #f5df8f); box-shadow: 0 12px 26px rgba(212,175,55,0.16); }
.btn-secondary { color: #f0e5be; background: rgba(255,255,255,0.06); border: 1px solid rgba(212,175,55,0.20); }
.btn-whatsapp { color: #ffffff; background: linear-gradient(135deg, #25D366, #1ebe5d); box-shadow: 0 12px 26px rgba(37, 211, 102, 0.18); }
.wa-icon { display: inline-flex; align-items: center; justify-content: center; width: 18px; height: 18px; margin-right: 10px; flex: 0 0 18px; }
.wa-icon svg { width: 18px; height: 18px; display: block; }
.whatsapp-nav-link { display: inline-flex; align-items: center; gap: 8px; color: #dfffe9 !important; }
.site-footer { border-top: 1px solid rgba(212,175,55,0.10); padding: 28px 0 42px; }
.footer-wrap { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.site-footer strong { display: block; color: #fff2c6; margin-bottom: 6px; }
.site-footer p { margin: 0; color: var(--muted); }
.footer-links { display: flex; gap: 16px; flex-wrap: wrap; }
.footer-links a { color: var(--gold-soft); }
body[data-lang="id"] .lang-en { display: none !important; }
body[data-lang="en"] .lang-id { display: none !important; }
@media (max-width: 1100px) { .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 900px) {
  .hero-grid, .service-grid, .vehicle-showcase, .cta-panel { grid-template-columns: 1fr; display: grid; }
  .top-nav { display: none; }
}
@media (max-width: 760px) {
  .hero { padding-top: 52px; }
  .hero-card-body, .gallery-strip, .feature-grid, .footer-wrap { grid-template-columns: 1fr; display: grid; }
  .nav-wrap { flex-wrap: wrap; }
  .vehicle-image-wrap { height: 220px; }
  .quote-card blockquote { font-size: 30px; }
}
