/* =========================
   Mahligai Cinta — Light Elegant Theme
   Replace FULL style.css with this file
   ========================= */

:root{
  --bg: #faf8f4;           /* soft warm white */
  --bg2:#f3efe7;           /* section alt */
  --card:#ffffff;
  --text:#1f2328;
  --muted:#6b7280;

  --gold:#c6a75e;          /* champagne gold */
  --gold2:#a8893e;

  --line: rgba(31,35,40,.10);
  --shadow: 0 14px 40px rgba(17, 24, 39, .08);
  --radius: 18px;
}

*{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  margin:0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: radial-gradient(1200px 600px at 10% -10%, #ffffff 0%, var(--bg) 45%, var(--bg) 100%);
  color:var(--text);
}

a{ color:inherit; text-decoration:none; }
img{ max-width:100%; display:block; }

.container{ width:min(1120px, 92%); margin:0 auto; }

/* =========================
   NAV
   ========================= */
.nav{
  position:sticky;
  top:0;
  z-index:50;
  background: rgba(250, 248, 244, .72);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}

.nav-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding: 12px 0;
  gap: 14px;
}

.brand{
  display:flex;
  align-items:center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: .2px;
}

.logo{
  width: 38px;
  height: 38px;
  border-radius: 12px;
  object-fit: cover;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 10px 20px rgba(0,0,0,.05);
}

.menu{
  display:flex;
  align-items:center;
  gap: 18px;
}

.menu a{
  color: var(--muted);
  font-weight: 600;
}
.menu a:hover{ color: var(--text); }

.hamburger{
  display:none;
  background:#fff;
  border:1px solid var(--line);
  padding: 10px 12px;
  border-radius: 14px;
  cursor:pointer;
  box-shadow: 0 10px 24px rgba(0,0,0,.05);
}

.mobile-menu{
  display:none;
  border-top: 1px solid var(--line);
  background: rgba(250, 248, 244, .95);
}
.mobile-menu a{
  display:block;
  padding: 12px 4%;
  color: var(--muted);
  font-weight: 600;
}
.mobile-menu a:hover{
  color: var(--text);
  background: rgba(0,0,0,.03);
}

/* =========================
   BUTTONS
   ========================= */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap: 10px;
  padding: 11px 16px;
  border-radius: 14px;
  border: 1px solid rgba(198,167,94,.35);
  background: linear-gradient(180deg, rgba(198,167,94,.95), rgba(168,137,62,.95));
  color: #fff;
  font-weight: 800;
  box-shadow: 0 14px 30px rgba(168,137,62,.20);
  transition: transform .12s ease, filter .12s ease;
}
.btn:hover{ transform: translateY(-1px); filter: brightness(1.02); }

.btn.ghost{
  background: #fff;
  color: var(--text);
  border: 1px solid var(--line);
  box-shadow: 0 12px 24px rgba(0,0,0,.05);
}
.btn.ghost:hover{ transform: translateY(-1px); }

/* =========================
   HERO
   ========================= */
.hero{
  padding: 52px 0 18px;
}

.hero-grid{
  display:grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 26px;
  align-items:center;
}

.pill{
  display:inline-flex;
  align-items:center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(198,167,94,.12);
  border: 1px solid rgba(198,167,94,.25);
  color: #6b5b2b;
  font-weight: 700;
  font-size: 13px;
}

h1{
  margin: 14px 0 10px;
  font-size: 44px;
  line-height: 1.06;
  letter-spacing: -0.6px;
}

.lead{
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
  max-width: 56ch;
}

.cta{
  display:flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 18px 0 12px;
}

.stats{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 14px;
}
.stat{
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 12px 12px;
  background: rgba(255,255,255,.80);
  box-shadow: 0 12px 26px rgba(0,0,0,.04);
}
.stat-num{ font-size: 18px; }
.stat-text{
  margin-top: 6px;
  color: var(--muted);
  font-weight: 600;
  font-size: 13px;
}

.hero-card{
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow:hidden;
  background: var(--card);
  box-shadow: var(--shadow);
}
.hero-card img{
  height: 340px;
  width: 100%;
  object-fit: cover;
}
.hero-card-bottom{
  padding: 14px 16px;
}
.hero-card-bottom p{
  margin: 6px 0 0;
  color: var(--muted);
}

/* =========================
   SECTIONS
   ========================= */
.section{
  padding: 56px 0;
}
.section.alt{
  background: var(--bg2);
  border-top: 1px solid rgba(31,35,40,.06);
  border-bottom: 1px solid rgba(31,35,40,.06);
}

h2{
  margin: 0 0 8px;
  font-size: 30px;
  letter-spacing: -0.2px;
}
.muted{ color: var(--muted); }
.small{ font-size: 12px; }

/* =========================
   CARDS
   ========================= */
.cards{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 18px;
}

.card{
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--card);
  padding: 18px 18px;
  box-shadow: var(--shadow);
}

.card h3{
  margin: 0 0 10px;
  font-size: 18px;
}
.card ul{
  margin:0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.75;
  font-weight: 600;
}

/* =========================
   GALLERY (nice hover)
   ========================= */
.gallery{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 18px;
}
.gallery img{
  height: 210px;
  width:100%;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid rgba(31,35,40,.10);
  box-shadow: 0 16px 36px rgba(0,0,0,.08);
  transition: transform .18s ease, box-shadow .18s ease;
}
.gallery img:hover{
  transform: translateY(-2px);
  box-shadow: 0 20px 46px rgba(0,0,0,.12);
}

/* =========================
   GRID 2 COL
   ========================= */
.grid-2{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 18px;
}

.spacer{ height: 12px; }

/* =========================
   FORMS
   ========================= */
label{
  display:block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}
input, textarea{
  width:100%;
  margin-top: 6px;
  padding: 11px 12px;
  border-radius: 14px;
  border: 1px solid rgba(31,35,40,.14);
  background: rgba(255,255,255,.92);
  color: var(--text);
  outline:none;
}
input:focus, textarea:focus{
  border-color: rgba(198,167,94,.65);
  box-shadow: 0 0 0 4px rgba(198,167,94,.12);
}

/* =========================
   LINKS
   ========================= */
.links{
  display:flex;
  gap: 12px;
  flex-wrap: wrap;
}
.links a{
  color: var(--muted);
  font-weight: 700;
  border-bottom: 1px dashed rgba(31,35,40,.25);
}
.links a:hover{ color: var(--text); }

/* =========================
   FOOTER
   ========================= */
.footer{
  padding: 22px 0;
}
.footer-inner{
  display:flex;
  justify-content:space-between;
  align-items:center;
  border-top: 1px solid var(--line);
  padding-top: 16px;
}
.footer a{ color: var(--muted); font-weight: 700; }
.footer a:hover{ color: var(--text); }

/* =========================
   WhatsApp floating button
   ========================= */
.wa-float{
  position:fixed;
  bottom:20px;
  right:20px;
  display:flex;
  gap:10px;
  align-items:center;
  padding: 12px 16px;
  border-radius: 999px;
  background:#25D366;
  color:#fff;
  font-weight: 900;
  border:1px solid rgba(255,255,255,.18);
  box-shadow: 0 18px 42px rgba(0,0,0,.20);
  z-index:999;
  transition: transform .12s ease, filter .12s ease;
}
.wa-float:hover{
  transform: translateY(-1px);
  filter: brightness(1.02);
}
.wa-dot{ font-size: 18px; line-height: 1; }

/* =========================
   RESPONSIVE
   ========================= */
@media (max-width: 980px){
  .hero-grid{ grid-template-columns: 1fr; }
  .hero-card img{ height: 280px; }
  .cards{ grid-template-columns: 1fr; }
  .gallery{ grid-template-columns: 1fr 1fr; }
  .grid-2{ grid-template-columns: 1fr; }
  .menu{ display:none; }
  .hamburger{ display:inline-flex; }
  h1{ font-size: 40px; }
}

@media (max-width: 520px){
  h1{ font-size: 34px; }
  .gallery{ grid-template-columns: 1fr; }
  .stats{ grid-template-columns: 1fr; }
}