/* ======================================================
   CONTACT PAGE – ULTRA PREMIUM (FINAL)
   CV ARUTALA KARYA SARVA
====================================================== */

/* RESET KHUSUS CONTACT */
body {
  background: #ffffff;
}

/* ======================================================
   HERO SECTION
====================================================== */
.contact-hero-ultra {
  position: relative;
  background:
    radial-gradient(circle at top, rgba(255,215,0,.12), transparent 60%),
    linear-gradient(180deg, #0b0f14, #111820);
  padding: 140px 0 120px;
  color: #ffffff;
  text-align: center;
}

.contact-hero-ultra .hero-eyebrow {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #facc15;
  margin-bottom: 16px;
  font-weight: 600;
}

.contact-hero-ultra h1 {
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 16px;
}

.contact-hero-ultra p {
  max-width: 720px;
  margin: 0 auto;
  font-size: 18px;
  color: #cfd4da;
  line-height: 1.7;
}

/* ======================================================
   MAIN SECTION
====================================================== */
.contact-ultra-section {
  padding: 100px 0;
  background: #f7f8fa;
}

/* ======================================================
   GLASS CARDS
====================================================== */
.contact-glass-card,
.cta-glass-card,
.map-glass-card {
  background: rgba(255,255,255,0.96);
  border-radius: 20px;
  padding: 36px;
  box-shadow: 0 30px 80px rgba(0,0,0,.08);
}

/* ======================================================
   CONTACT INFO
====================================================== */
.contact-glass-card h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 28px;
  color: #111827;
}

.contact-item {
  margin-bottom: 22px;
}

.contact-item .label {
  display: block;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #6b7280;
  margin-bottom: 4px;
}

.contact-item p,
.contact-item a {
  font-size: 15px;
  color: #1f2937;
  line-height: 1.6;
  text-decoration: none;
}

.contact-item a:hover {
  color: #16a34a;
}

/* ======================================================
   BADGES
====================================================== */
.contact-badges {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.contact-badges span {
  background: #111827;
  color: #facc15;
  font-size: 11px;
  padding: 7px 14px;
  border-radius: 999px;
  font-weight: 600;
}

/* ======================================================
   CTA BOX
====================================================== */
.cta-glass-card {
  background: linear-gradient(135deg, #0c0f14, #1d2533);
  color: #ffffff;
  box-shadow: 0 30px 70px rgba(0,0,0,.25);
}

.cta-glass-card .cta-eyebrow {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #7cffc4;
}

.cta-glass-card h4 {
  margin-top: 12px;
  font-weight: 700;
}

.cta-glass-card p {
  font-size: 15px;
  opacity: .85;
  line-height: 1.6;
}

.whatsapp-ultra-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  background: linear-gradient(135deg, #25d366, #1ebe5d);
  color: #ffffff;
  font-weight: 700;
  border-radius: 999px;
  padding: 14px 28px;
  text-decoration: none;
  box-shadow: 0 15px 40px rgba(37,211,102,.45);
  transition: all .25s ease;
}

.whatsapp-ultra-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 50px rgba(37,211,102,.55);
}

/* ======================================================
   MAP
====================================================== */
.map-glass-card h5 {
  font-weight: 700;
  margin-bottom: 6px;
}

.map-glass-card p {
  font-size: 14px;
  color: #6b7280;
}

.map-frame {
  margin-top: 16px;
  border-radius: 14px;
  overflow: hidden;
  height: 260px;
}

.map-frame iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* ======================================================
   RESPONSIVE
====================================================== */
@media (max-width: 992px) {
  .contact-ultra-section {
    padding: 70px 0;
  }
}

@media (max-width: 768px) {
  .contact-hero-ultra {
    padding: 110px 0 90px;
  }

  .contact-hero-ultra p {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .contact-glass-card,
  .cta-glass-card,
  .map-glass-card {
    padding: 26px;
  }
}
/* ================= SHOWROOM IMAGE (SMALL & PREMIUM) ================= */

.contact-showroom {
  padding: 70px 0;
  background: #fff;
}

.showroom-image-wrap.small {
  max-width: 460px;     /* KUNCI: bikin image gak gede */
  margin: 0 auto;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 
    0 18px 40px rgba(0,0,0,.12),
    inset 0 0 0 1px rgba(255,255,255,.35);
}

.showroom-image-wrap.small img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Mobile */
@media (max-width: 768px) {
  .showroom-image-wrap.small {
    max-width: 100%;
  }
}
/* ================= SHOWROOM IMAGE (SMALL & PREMIUM) ================= */

.contact-showroom {
  padding: 70px 0;
  background: #fff;
}

.showroom-image-wrap.small {
  max-width: 460px;     /* KUNCI: bikin image gak gede */
  margin: 0 auto;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 
    0 18px 40px rgba(0,0,0,.12),
    inset 0 0 0 1px rgba(255,255,255,.35);
}

.showroom-image-wrap.small img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Mobile */
@media (max-width: 768px) {
  .showroom-image-wrap.small {
    max-width: 100%;
  }
}
/* ================= ENTERPRISE TEXT VISIBILITY FIX ================= */

.contact-showroom.enterprise-text {
  background: #ffffff;
}

/* Eyebrow */
.contact-showroom.enterprise-text .section-eyebrow {
  color: #c9a227; /* gold subtle */
  font-weight: 600;
  letter-spacing: .08em;
}

/* Title */
.contact-showroom.enterprise-text .section-title {
  color: #0f172a; /* hampir hitam */
  font-weight: 700;
  line-height: 1.25;
}

/* Body paragraph */
.contact-showroom.enterprise-text .section-desc {
  color: #1f2937; /* DARK GRAY (enterprise standard) */
  font-size: 15.5px;
  line-height: 1.75;
  margin-top: 12px;
}

/* List */
.contact-showroom.enterprise-text .showroom-list {
  margin-top: 16px;
  padding-left: 18px;
}

.contact-showroom.enterprise-text .showroom-list li {
  color: #111827; /* SOLID BLACK */
  font-size: 14.8px;
  margin-bottom: 8px;
}

/* Prevent washed-out look */
.contact-showroom.enterprise-text * {
  opacity: 1 !important;
}
.ultra-footer {
  background: radial-gradient(circle at top, #0b1220, #020617);
  color: #cbd5f5;
  font-size: 14px;
}

.footer-top-grid {
  display: grid;
  grid-template-columns: 1.4fr 1.2fr 1fr 1.4fr;
  gap: 40px;
  padding: 70px 0;
}

.footer-logo {
  max-width: 140px;
  margin-bottom: 18px;
}

.footer-desc {
  opacity: .85;
  line-height: 1.7;
}

.footer-tags span {
  display: inline-block;
  background: rgba(250,204,21,.15);
  color: #facc15;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 11px;
  margin: 4px 6px 0 0;
}

.footer-contact a {
  color: #facc15;
  font-weight: 600;
  text-decoration: none;
}

.footer-brands img {
  max-height: 36px;
  margin: 8px 12px 0 0;
  filter: grayscale(100%) brightness(1.2);
}

.footer-map iframe {
  width: 100%;
  height: 200px;
  border-radius: 14px;
  border: none;
}

.footer-branches {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 30px;
  padding: 50px 0;
  border-top: 1px solid rgba(255,255,255,.08);
}

.branch h5 {
  color: #fff;
  font-size: 14px;
  margin-bottom: 8px;
}

.branch p {
  font-size: 13px;
  opacity: .85;
  line-height: 1.6;
}

.branch a {
  color: #facc15;
  font-weight: 600;
  display: inline-block;
  margin-top: 6px;
}

.footer-cta {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  background: #0f172a;
  margin: 40px 0;
}

.footer-cta > div {
  padding: 24px;
  text-align: center;
}

.footer-cta span {
  display: block;
  font-size: 12px;
  opacity: .7;
}

.footer-cta a {
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

.footer-cta .cta-main {
  background: #facc15;
}

.footer-cta .cta-main a {
  color: #000;
}

.footer-bottom {
  text-align: center;
  padding: 28px 0 40px;
  font-size: 13px;
  opacity: .8;
}
