/* =====================================================================
   CITRA ENERGI BUMI — Gaya khusus Halaman Utama (Beranda)
   Hanya menambah layout/penempatan; warna & token tetap dari style.css.
   ===================================================================== */

/* ---------- Hero layout ---------- */
.home-hero .container {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
  width: 100%;
}
@media (max-width: 980px){
  .home-hero .container { grid-template-columns: 1fr; gap: 48px; }
}

.home-hero .hero-copy { max-width: 640px; }
.home-hero .h-display { margin: 22px 0 24px; }
.home-hero .h-display .word {
  display: inline-block;
  will-change: transform;
}
.home-hero .lead { margin-bottom: 30px; }

.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }

/* Mini-trust row di bawah hero */
.hero-trust {
  display: flex; flex-wrap: wrap;
  gap: clamp(20px, 4vw, 40px);
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid var(--border);
}
.hero-trust .ht-item { display: flex; flex-direction: column; gap: 2px; }
.hero-trust .ht-num {
  font-family: var(--font-display);
  font-weight: 700; font-size: 1.5rem; line-height: 1;
}
.hero-trust .ht-num .plus { color: var(--accent); }
.hero-trust .ht-lbl { font-size: .82rem; color: var(--muted); }

/* ---------- Hero visual (foto + kartu kaca mengambang) ---------- */
.hero-visual { position: relative; }
.hero-visual .photo {
  aspect-ratio: 4/5;
  box-shadow: var(--shadow-lg);
}
@media (max-width: 980px){
  .hero-visual .photo { aspect-ratio: 16/11; }
}

.float-card {
  position: absolute;
  padding: 16px 18px;
  border-radius: var(--r);
  box-shadow: var(--shadow-lg);
  display: flex; align-items: center; gap: 14px;
  z-index: 3;
}
.float-card .fc-ico {
  width: 42px; height: 42px; border-radius: 12px;
  display: grid; place-items: center;
  background: var(--accent-soft);
  border: 1px solid rgba(255,122,26,.25);
  color: var(--accent); flex-shrink: 0;
}
.float-card .fc-ico svg { width: 20px; height: 20px; }
.float-card .fc-num { font-family: var(--font-display); font-weight: 700; font-size: 1.25rem; line-height: 1; }
.float-card .fc-lbl { font-size: .74rem; color: var(--muted); margin-top: 3px; }

.float-card.fc-top { top: 22px; left: -26px; }
.float-card.fc-bottom { bottom: 30px; right: -22px; }

@media (max-width: 560px){
  .float-card.fc-top { left: 8px; }
  .float-card.fc-bottom { right: 8px; }
}

/* ---------- Daftar nilai (centang) ---------- */
.check-list { display: grid; gap: 16px; margin-top: 8px; }
.check-list li { display: flex; gap: 14px; align-items: flex-start; }
.check-list .ck {
  width: 28px; height: 28px; border-radius: 9px; flex-shrink: 0;
  display: grid; place-items: center;
  background: rgba(52,211,153,.12);
  border: 1px solid rgba(52,211,153,.3);
  color: var(--ok);
}
.check-list .ck svg { width: 15px; height: 15px; }
.check-list .ck-text strong { display: block; font-family: var(--font-display); font-weight: 600; font-size: 1.02rem; }
.check-list .ck-text span { color: var(--muted); font-size: .92rem; }

/* ---------- Tentang: dua foto bertumpuk ---------- */
.about-photos { position: relative; min-height: 460px; }
.about-photos .photo { position: absolute; box-shadow: var(--shadow-lg); }
.about-photos .ap-main { width: 72%; top: 0; left: 0; z-index: 1; }
.about-photos .ap-sub  { width: 52%; bottom: 0; right: 0; z-index: 2; border: 3px solid var(--bg); }
@media (max-width: 980px){
  .about-photos { min-height: 0; display: grid; grid-template-columns: 1.4fr 1fr; gap: 18px; align-items: end; }
  .about-photos .photo { position: static; width: 100%; }
}

/* ---------- Layanan: deskripsi kartu ---------- */
.svc-card h3 { margin-bottom: 12px; }
.svc-card p { color: var(--muted); margin-bottom: 18px; font-size: .95rem; }

/* ---------- Proses: garis penghubung ---------- */
.proc-step { position: relative; }
.proc-step .step-num {
  display: inline-grid; place-items: center;
  width: 52px; height: 52px; border-radius: 14px;
  background: var(--surface-2); border: 1px solid var(--border-2);
  font-family: var(--font-mono); font-size: 1rem; color: var(--accent);
  margin-bottom: 18px;
}
.proc-step p { color: var(--muted); font-size: .94rem; }

/* ---------- Proyek: kartu dengan overlay ---------- */
.proj-card { padding: 0; border-radius: var(--r-lg); overflow: hidden; }
.proj-card .photo { aspect-ratio: 4/3; border-radius: 0; border: none; }
.proj-card .photo img { transition: transform .7s var(--ease); }
.proj-card:hover .photo img { transform: scale(1.07); }
.proj-card .proj-body { padding: 22px 24px 26px; }
.proj-card .proj-body h3 { font-size: 1.22rem; margin: 12px 0 6px; }
.proj-card .proj-loc {
  display: inline-flex; align-items: center; gap: 7px;
  color: var(--muted); font-size: .9rem;
}
.proj-card .proj-loc svg { width: 15px; height: 15px; color: var(--accent); }

/* ---------- Keunggulan band ---------- */
.feat-card { display: flex; gap: 18px; align-items: flex-start; }
.feat-card .icon-box { margin-bottom: 0; }
.feat-card h3 { font-size: 1.15rem; margin-bottom: 8px; }
.feat-card p { color: var(--muted); font-size: .93rem; }

/* ---------- Testimoni ---------- */
.quote-card { display: flex; flex-direction: column; }
.quote-card .q-mark {
  font-family: var(--font-display); font-size: 4rem; line-height: .6;
  color: var(--accent); opacity: .35; margin-bottom: 10px;
}
.quote-card .q-text { color: var(--text); font-size: 1.02rem; margin-bottom: 24px; }
.quote-card .q-by { display: flex; align-items: center; gap: 14px; margin-top: auto; }
.quote-card .q-av {
  width: 46px; height: 46px; border-radius: 50%; flex-shrink: 0;
  display: grid; place-items: center;
  background: var(--grad-accent); color: #1a1206;
  font-family: var(--font-display); font-weight: 700;
}
.quote-card .q-name { font-family: var(--font-display); font-weight: 600; }
.quote-card .q-role { font-size: .85rem; color: var(--muted); }

/* ---------- CTA band ---------- */
.cta-band {
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, var(--surface) 0%, var(--bg-2) 100%);
  border: 1px solid var(--border-2);
  border-radius: var(--r-xl);
  padding: clamp(40px, 6vw, 72px);
  display: grid; grid-template-columns: 1.3fr .7fr;
  gap: 40px; align-items: center;
}
.cta-band .cta-orb {
  position: absolute; width: 460px; height: 460px; border-radius: 50%;
  filter: blur(100px); opacity: .4;
  background: radial-gradient(circle, rgba(255,122,26,.6), transparent 65%);
  top: -180px; right: -120px; pointer-events: none;
}
.cta-band .cta-copy { position: relative; z-index: 2; }
.cta-band h2 { font-size: clamp(1.8rem, 3.6vw, 2.8rem); }
.cta-band .cta-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 26px; }
.cta-band .cta-art { position: relative; z-index: 2; }
.cta-band .cta-art .photo { aspect-ratio: 1/1; box-shadow: var(--shadow-lg); }
@media (max-width: 860px){
  .cta-band { grid-template-columns: 1fr; }
  .cta-band .cta-art { display: none; }
}

/* ---------- Kontak ---------- */
.contact-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(30px, 5vw, 60px); align-items: start; }
@media (max-width: 900px){ .contact-grid { grid-template-columns: 1fr; } }

.contact-info .ci-item { display: flex; gap: 16px; align-items: flex-start; padding-block: 18px; border-bottom: 1px solid var(--border); }
.contact-info .ci-item:first-of-type { padding-top: 0; }
.contact-info .ci-ico {
  width: 44px; height: 44px; border-radius: 12px; flex-shrink: 0;
  display: grid; place-items: center;
  background: var(--accent-soft); border: 1px solid rgba(255,122,26,.25); color: var(--accent);
}
.contact-info .ci-ico svg { width: 20px; height: 20px; }
.contact-info .ci-lbl { font-family: var(--font-mono); font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--faint); margin-bottom: 4px; }
.contact-info .ci-val { color: var(--text); }
.contact-info .ci-val:hover { color: var(--accent); }

.contact-form { background: linear-gradient(180deg, var(--surface) 0%, var(--bg-2) 100%); border: 1px solid var(--border); border-radius: var(--r-lg); padding: clamp(24px, 3.4vw, 38px); }
