/* ===== SKIP LINK (Accessibility) ===== */
.skip-link {
  position: absolute;
  top: -100px;
  left: 16px;
  background: #111;
  color: #fff;
  padding: 10px 20px;
  border-radius: 0 0 8px 8px;
  font-weight: 700;
  font-size: 0.88rem;
  z-index: 9999;
  transition: top 0.2s;
}
.skip-link:focus { top: 0; }

/* ===== RESET & BASE ===== */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; background: #ffffff; color: #1a1a1a; line-height: 1.6; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }

/* ===== COLOR TOKENS ===== */
:root {
  --green-dark: #2c3e1f;
  --green-mid:  #4a6741;
  --gold:       #c8a96e;
  --gold-dark:  #a07840;
  --off-white:  #f9f7f2;
  --light-bg:   #f4f1eb;
}

/* ===== HEADER ===== */
header {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 14px rgba(0,0,0,0.09);
}
.header-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 74px;
}
.logo { display: flex; align-items: center; gap: 12px; }
.logo-img { height: 54px; width: auto; display: block; object-fit: contain; }

nav ul { list-style: none; display: flex; gap: 6px; align-items: center; }
nav ul li a {
  color: #1a1a1a;
  padding: 8px 18px;
  font-size: 0.88rem;
  font-weight: 700;
  border-radius: 6px;
  letter-spacing: 0.3px;
  transition: background 0.2s, color 0.2s;
}
nav ul li a:hover { background: var(--light-bg); color: var(--green-dark); }
nav ul li a.active { background: var(--green-dark); color: #fff; border-radius: 6px; }

/* ===== PAGE BANNER ===== */
.page-banner {
  background: linear-gradient(rgba(0,0,0,0.58), rgba(0,0,0,0.58)), url('image/hero.jpeg') center/cover no-repeat;
  color: #fff;
  text-align: center;
  padding: 100px 24px;
}
.page-banner h1, .page-banner h2 { font-size: 2.6rem; font-weight: 900; letter-spacing: 1px; }
.page-banner p { font-size: 1.05rem; color: #ddd; margin-top: 10px; }
.page-banner .divider { width: 56px; height: 4px; background: var(--gold); border-radius: 2px; margin: 18px auto 0; }

/* ===== MAIN CONTENT ===== */
main { min-height: 60vh; }
.container { max-width: 1060px; margin: 0 auto; padding: 64px 32px; }

.section-title { font-size: 1.7rem; font-weight: 900; color: #111; margin-bottom: 10px; line-height: 1.25; }
.gold-line { width: 52px; height: 4px; background: var(--gold); border-radius: 2px; margin-bottom: 22px; }

/* ===== KEYWORDS ===== */
.keywords { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 24px; }
.keyword-tag {
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.38);
  color: #fff;
  padding: 5px 18px;
  border-radius: 20px;
  font-size: 0.76rem;
  letter-spacing: 0.5px;
  font-weight: 600;
}

/* ===== BUTTONS ===== */
.btn { display: inline-block; padding: 14px 36px; border-radius: 30px; font-weight: 700; font-size: 0.95rem; letter-spacing: 0.8px; transition: all 0.3s; margin: 6px; cursor: pointer; }
.btn-gold { background: var(--gold); color: #111; }
.btn-gold:hover { background: var(--gold-dark); color: #fff; }
.btn-outline-dark { border: 2px solid var(--green-dark); color: var(--green-dark); border-radius: 30px; padding: 14px 36px; font-weight: 700; display: inline-block; margin: 6px; transition: all 0.3s; }
.btn-outline-dark:hover { background: var(--green-dark); color: #fff; }

/* ===== SPLIT SECTIONS ===== */
.split-section { display: flex; min-height: 500px; }
.split-img { flex: 1; object-fit: cover; width: 50%; max-width: 50%; }
.split-content { flex: 1; padding: 64px 70px; display: flex; flex-direction: column; justify-content: center; background: #fff; }
.split-content.bg-light { background: #f9f9f9; }
.split-content h2 { font-size: 2rem; font-weight: 900; color: #111; margin-bottom: 18px; line-height: 1.25; }
.split-content p { color: #555; line-height: 1.9; margin-bottom: 16px; font-size: 1rem; }
.split-content .check-list { list-style: none; padding: 0; margin: 10px 0 28px; }
.split-content .check-list li { padding: 6px 0; color: #333; font-size: 0.96rem; display: flex; align-items: center; gap: 10px; }
.split-content .check-list li::before { content: "✓"; color: var(--gold); font-weight: 900; font-size: 1rem; }
.split-btn { display: inline-block; background: var(--green-dark); color: #fff; padding: 13px 32px; border-radius: 30px; font-weight: 700; font-size: 0.9rem; letter-spacing: 0.5px; transition: all 0.3s; align-self: flex-start; }
.split-btn:hover { background: var(--gold); color: #111; }

/* ===== CTA STRIP ===== */
.cta-strip { background: #111; color: #fff; text-align: center; padding: 72px 32px; }
.cta-strip h3 { font-size: 2.1rem; margin-bottom: 14px; font-weight: 900; }
.cta-strip p { color: #bbb; margin-bottom: 30px; font-size: 1.05rem; max-width: 600px; margin-left: auto; margin-right: auto; }

/* ===== TRUST BAR ===== */
.trust-bar { background: #111; color: #fff; padding: 16px 32px; display: flex; justify-content: center; gap: 48px; flex-wrap: wrap; }
.trust-bar span { font-size: 0.82rem; font-weight: 700; letter-spacing: 1px; display: flex; align-items: center; gap: 8px; }

/* ===== FOOTER ===== */
footer { background: #111; color: #fff; padding: 60px 32px 0; margin-top: 0; }
.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1.4fr;
  gap: 50px;
  padding-bottom: 48px;
  border-bottom: 1px solid #2a2a2a;
}
.footer-brand p { margin-top: 16px; font-size: 0.88rem; line-height: 1.9; color: #999; max-width: 320px; }
.footer-brand .logo-text h1 { color: #fff; }
.footer-brand .logo-text span { color: var(--gold); }
.footer-col h4 { color: var(--gold); font-size: 0.75rem; font-weight: 800; letter-spacing: 2.5px; text-transform: uppercase; margin-bottom: 20px; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 12px; }
.footer-col ul li a { color: #999; font-size: 0.88rem; transition: color 0.2s; }
.footer-col ul li a:hover { color: var(--gold); }
.footer-contact p { font-size: 0.88rem; color: #999; margin-bottom: 12px; display: flex; align-items: center; gap: 10px; }
.footer-bottom {
  max-width: 1100px; margin: 0 auto; padding: 22px 0;
  display: flex; justify-content: space-between; align-items: center;
  font-size: 0.82rem; color: #555;
}
.footer-bottom strong { color: #fff; }
.social-links { display: flex; gap: 10px; }
.social-links a {
  width: 38px; height: 38px; border: 1px solid #333; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #888; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.3px; transition: all 0.25s;
}
.social-links a:hover { background: var(--gold); color: #111; border-color: var(--gold); }
.footer-keywords {
  max-width: 1100px; margin: 0 auto;
  padding: 18px 0 16px;
  border-top: 1px solid #222;
}
.footer-keywords p { font-size: 0.75rem; color: #484848; line-height: 2.1; }
.footer-keywords strong { color: #666; text-transform: uppercase; letter-spacing: 1.5px; font-size: 0.68rem; margin-right: 6px; }

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .split-section { flex-direction: column; }
  .split-img { width: 100%; max-width: 100%; height: 300px; }
  .split-content { padding: 44px 28px; }
  .footer-inner { grid-template-columns: 1fr; gap: 30px; }
  .header-inner { flex-wrap: wrap; height: auto; padding: 14px 20px; gap: 10px; }
  nav ul { gap: 2px; flex-wrap: wrap; }
  /* Listing cards stack on tablet */
  .listing-card { flex-direction: column; }
  .listing-card img { width: 100%; max-width: 100%; height: 300px; object-fit: cover; }
  .listing-details { padding: 30px 28px; }
}
@media (max-width: 600px) {
  .page-banner h1, .page-banner h2 { font-size: 1.8rem; }
  .split-content h2 { font-size: 1.5rem; }
  .container { padding: 40px 20px; }
  .trust-bar { gap: 20px; }
  /* Steps grid stacks on mobile */
  .steps-grid { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; gap: 14px; text-align: center; }
}

