/* =============================================
   HANNA GORDEN — Luxury Local SEO Theme
   Elegan • Lembut • Terpercaya
   ============================================= */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=Raleway:wght@300;400;500;600;700&display=swap');

/* ── Variables ── */
:root {
  --gold:        #C9A84C;
  --gold-dark:   #9B7A1A;
  --gold-light:  #E8D08A;
  --gold-pale:   #FDF6E3;
  --cream:       #FAFAF7;
  --white:       #FFFFFF;
  --dark:        #1C1C1A;
  --mid:         #4A4A46;
  --light:       #8A8A82;
  --border:      #E8E4D8;
  --shadow:      rgba(0,0,0,0.10);
  --shadow-lg:   rgba(0,0,0,0.18);
  --wa-green:    #25D366;
  --font-head:   'Playfair Display', Georgia, serif;
  --font-body:   'Raleway', sans-serif;
  --radius:      8px;
  --radius-lg:   16px;
  --trans:       0.3s ease;
}

/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  background: var(--cream);
  color: var(--dark);
  font-size: 16px;
  line-height: 1.7;
}
img { max-width: 100%; display: block; }
a { color: var(--gold-dark); text-decoration: none; transition: color var(--trans); }
a:hover { color: var(--gold); }
ul { list-style: none; }

/* ── Header ── */
header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--white);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 2px 16px var(--shadow);
}
.header-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}
.logo img { height: 48px; width: auto; object-fit: contain; }
nav { display: flex; align-items: center; gap: 8px; }
nav a {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--mid);
  padding: 8px 14px;
  border-radius: var(--radius);
  transition: all var(--trans);
}
nav a:hover, nav a.active {
  color: var(--gold-dark);
  background: var(--gold-pale);
}
.nav-cta {
  background: var(--gold) !important;
  color: var(--white) !important;
  border-radius: 50px !important;
  padding: 9px 20px !important;
}
.nav-cta:hover { background: var(--gold-dark) !important; }

/* ── Hero ── */
.hero {
  background: linear-gradient(135deg, #1C1C1A 0%, #2D2B1F 40%, #3D3415 100%);
  color: var(--white);
  padding: 100px 24px 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 60% 40%, rgba(201,168,76,0.18) 0%, transparent 70%);
  pointer-events: none;
}
.hero-badge {
  display: inline-block;
  background: rgba(201,168,76,0.2);
  border: 1px solid rgba(201,168,76,0.5);
  color: var(--gold-light);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 6px 18px;
  border-radius: 50px;
  margin-bottom: 20px;
}
.hero h1 {
  font-family: var(--font-head);
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 20px;
}
.hero h1 .accent { color: var(--gold-light); }
.hero p {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.78);
  max-width: 620px;
  margin: 0 auto 36px;
  font-weight: 300;
}
.hero-actions { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all var(--trans);
  cursor: pointer;
  border: none;
  text-decoration: none;
}
.btn-gold {
  background: var(--gold);
  color: var(--white);
  box-shadow: 0 4px 20px rgba(201,168,76,0.35);
}
.btn-gold:hover { background: var(--gold-dark); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(201,168,76,0.4); color: var(--white); }
.btn-outline {
  background: transparent;
  color: var(--white);
  border: 2px solid rgba(255,255,255,0.4);
}
.btn-outline:hover { border-color: var(--gold-light); color: var(--gold-light); background: rgba(201,168,76,0.1); }
.btn-wa {
  background: var(--wa-green);
  color: var(--white);
  box-shadow: 0 4px 16px rgba(37,211,102,0.3);
}
.btn-wa:hover { background: #1da851; transform: translateY(-2px); color: var(--white); }

/* ── Section basics ── */
.section { padding: 72px 24px; }
.section-inner { max-width: 1160px; margin: 0 auto; }
.section-alt { background: var(--white); }
.section-dark { background: var(--dark); color: var(--white); }
.section-gold { background: var(--gold-pale); }

.section-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
}
.section-title {
  font-family: var(--font-head);
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  font-weight: 700;
  margin-bottom: 14px;
  line-height: 1.3;
}
.section-sub {
  font-size: 1rem;
  color: var(--light);
  max-width: 580px;
  margin-bottom: 48px;
}
.center-text { text-align: center; }
.center-text .section-sub { margin-left: auto; margin-right: auto; }

/* ── Divider ── */
.gold-divider {
  width: 56px;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  border-radius: 2px;
  margin: 12px 0 24px;
}
.gold-divider.centered { margin-left: auto; margin-right: auto; }

/* ── Grid cards ── */
.card-grid { display: grid; gap: 24px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }

.card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  border: 1px solid var(--border);
  box-shadow: 0 2px 12px var(--shadow);
  transition: all var(--trans);
}
.card:hover { transform: translateY(-4px); box-shadow: 0 10px 36px var(--shadow-lg); border-color: var(--gold-light); }
.card-icon {
  width: 56px;
  height: 56px;
  background: var(--gold-pale);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 1.6rem;
}
.card h3 { font-family: var(--font-head); font-size: 1.15rem; font-weight: 600; margin-bottom: 10px; }
.card p { font-size: 0.92rem; color: var(--mid); line-height: 1.6; }

/* ── Services ── */
.service-card {
  border-left: 4px solid var(--gold);
  padding: 24px;
  border-radius: 0 var(--radius-lg) var(--radius-lg) 0;
}
.service-card .card-icon { background: var(--gold-pale); }
.service-tag {
  display: inline-block;
  font-size: 0.72rem;
  background: var(--gold-pale);
  color: var(--gold-dark);
  padding: 3px 10px;
  border-radius: 50px;
  font-weight: 600;
  margin-top: 12px;
}

/* ── Why choose us ── */
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.why-list { display: flex; flex-direction: column; gap: 20px; }
.why-item { display: flex; gap: 16px; align-items: flex-start; }
.why-num {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: var(--gold);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.9rem;
  font-family: var(--font-head);
}
.why-item h4 { font-weight: 600; margin-bottom: 4px; }
.why-item p { font-size: 0.9rem; color: var(--mid); }

/* ── Stats ── */
.stats-bar {
  background: var(--gold-pale);
  padding: 40px 24px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.stats-inner { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.stat-num { font-family: var(--font-head); font-size: 2.2rem; font-weight: 700; color: var(--gold-dark); }
.stat-label { font-size: 0.85rem; color: var(--mid); margin-top: 4px; }

/* ── Area coverage ── */
.area-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.area-pill {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 50px;
  padding: 9px 16px;
  font-size: 0.85rem;
  text-align: center;
  color: var(--mid);
  transition: all var(--trans);
}
.area-pill a { color: var(--mid); font-weight: 500; }
.area-pill:hover, .area-pill.highlight {
  background: var(--gold-pale);
  border-color: var(--gold);
  color: var(--gold-dark);
}
.area-pill:hover a, .area-pill.highlight a { color: var(--gold-dark); }

/* ── Contact ── */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.contact-info h3 { font-family: var(--font-head); font-size: 1.4rem; margin-bottom: 20px; }
.contact-item { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 18px; }
.contact-icon {
  width: 44px;
  height: 44px;
  background: var(--gold-pale);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.2rem;
}
.contact-detail span { display: block; font-size: 0.8rem; color: var(--light); text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 2px; }
.contact-detail strong { font-weight: 600; color: var(--dark); }
.contact-map iframe { border-radius: var(--radius-lg); border: 0; width: 100%; height: 340px; box-shadow: 0 4px 20px var(--shadow); }

/* ── CTA Section ── */
.cta-box {
  background: linear-gradient(135deg, #1C1C1A 0%, #2D2B1F 60%, #3D3415 100%);
  border-radius: var(--radius-lg);
  padding: 56px 40px;
  text-align: center;
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.cta-box::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 30%, rgba(201,168,76,0.2), transparent 70%);
}
.cta-box h2 { font-family: var(--font-head); font-size: clamp(1.5rem, 3vw, 2.2rem); margin-bottom: 14px; position: relative; }
.cta-box p { color: rgba(255,255,255,0.75); margin-bottom: 28px; position: relative; font-size: 1rem; }
.cta-box .btn { position: relative; }

/* ── Testimonials ── */
.testi-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px;
  box-shadow: 0 2px 12px var(--shadow);
}
.testi-stars { color: var(--gold); font-size: 1rem; margin-bottom: 12px; letter-spacing: 2px; }
.testi-text { font-style: italic; color: var(--mid); font-size: 0.95rem; margin-bottom: 16px; line-height: 1.7; }
.testi-author { display: flex; align-items: center; gap: 12px; }
.testi-avatar {
  width: 42px; height: 42px;
  background: var(--gold-pale);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem;
}
.testi-name { font-weight: 600; font-size: 0.9rem; }
.testi-loc { font-size: 0.78rem; color: var(--light); }

/* ── External link banner ── */
.ext-banner {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 18px 24px;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 32px;
  text-decoration: none;
  transition: all var(--trans);
}
.ext-banner:hover { border-color: var(--gold); box-shadow: 0 4px 16px var(--shadow); transform: translateY(-2px); }
.ext-icon { font-size: 1.6rem; }
.ext-text { flex: 1; }
.ext-text span { display: block; font-size: 0.75rem; color: var(--light); text-transform: uppercase; letter-spacing: 0.05em; }
.ext-text strong { font-size: 0.95rem; color: var(--dark); }
.ext-arr { color: var(--gold); font-size: 1.2rem; }

/* ── Breadcrumb ── */
.breadcrumb {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  padding: 12px 24px;
}
.breadcrumb-inner {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.82rem;
  color: var(--light);
}
.breadcrumb a { color: var(--mid); }
.breadcrumb a:hover { color: var(--gold-dark); }
.breadcrumb .sep { color: var(--border); }
.breadcrumb .current { color: var(--gold-dark); font-weight: 600; }

/* ── Page intro ── */
.page-hero {
  background: linear-gradient(135deg, #1C1C1A, #2D2B1F 50%, #3D3415);
  color: var(--white);
  padding: 64px 24px 52px;
  text-align: center;
}
.page-hero .area-tag {
  display: inline-block;
  background: var(--gold);
  color: var(--white);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 16px;
  border-radius: 50px;
  margin-bottom: 16px;
}
.page-hero h1 { font-family: var(--font-head); font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 700; margin-bottom: 14px; }
.page-hero p { font-size: 1rem; color: rgba(255,255,255,0.75); max-width: 600px; margin: 0 auto 28px; font-weight: 300; }

/* ── Content prose ── */
.prose { max-width: 860px; }
.prose h2 { font-family: var(--font-head); font-size: 1.5rem; margin: 28px 0 12px; color: var(--dark); }
.prose h3 { font-size: 1.15rem; font-weight: 600; margin: 22px 0 8px; color: var(--dark); }
.prose p { margin-bottom: 14px; color: var(--mid); font-size: 0.97rem; }
.prose ul { margin: 10px 0 14px 18px; }
.prose ul li { list-style: disc; color: var(--mid); font-size: 0.97rem; margin-bottom: 6px; }

/* ── FAQ ── */
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: border-color var(--trans);
}
.faq-item:hover { border-color: var(--gold-light); }
.faq-q {
  padding: 18px 22px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  gap: 12px;
}
.faq-q .icon { color: var(--gold); font-size: 1.2rem; flex-shrink: 0; transition: transform var(--trans); }
.faq-item.open .faq-q .icon { transform: rotate(45deg); }
.faq-a {
  padding: 0 22px 18px;
  color: var(--mid);
  font-size: 0.95rem;
  display: none;
}
.faq-item.open .faq-a { display: block; }

/* ── Footer ── */
footer {
  background: var(--dark);
  color: rgba(255,255,255,0.7);
  padding: 64px 24px 24px;
}
.footer-inner { max-width: 1160px; margin: 0 auto; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 48px; }
.footer-brand .logo img { height: 44px; filter: brightness(1.2); margin-bottom: 16px; }
.footer-brand p { font-size: 0.88rem; line-height: 1.7; color: rgba(255,255,255,0.5); max-width: 280px; }
.footer-col h4 {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 16px;
}
.footer-col ul li { margin-bottom: 8px; }
.footer-col ul li a { font-size: 0.88rem; color: rgba(255,255,255,0.5); transition: color var(--trans); }
.footer-col ul li a:hover { color: var(--gold-light); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
  flex-wrap: wrap;
  gap: 10px;
}
.footer-bottom .gold { color: var(--gold-light); }

/* ── WhatsApp Float ── */
.wa-float {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 9999;
  background: var(--wa-green);
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(37,211,102,0.45);
  transition: all var(--trans);
  text-decoration: none;
}
.wa-float:hover { transform: scale(1.1); box-shadow: 0 8px 28px rgba(37,211,102,0.5); }
.wa-float svg { width: 28px; height: 28px; fill: white; }
.wa-tooltip {
  position: absolute;
  right: 68px;
  background: var(--dark);
  color: var(--white);
  font-size: 0.82rem;
  padding: 6px 12px;
  border-radius: 6px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--trans);
}
.wa-float:hover .wa-tooltip { opacity: 1; }

/* ── Schema / hidden ── */
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

/* ── Responsive ── */
@media (max-width: 1024px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .area-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .stats-inner { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .grid-3, .grid-2, .why-grid, .contact-grid { grid-template-columns: 1fr; }
  .area-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; }
  nav { display: none; }
  .mobile-wa-btn { display: flex; }
  .stats-inner { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .area-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-actions { flex-direction: column; align-items: center; }
}
