:root {
  --gold: #b8892f;
  --gold-dark: #96701f;
  --ink: #141414;
  --muted: #5c5c5c;
  --bg: #ffffff;
  --bg-alt: #f7f6f4;
  --card: #ffffff;
  --border: #e7e4dd;
  --shadow-sm: 0 6px 18px rgba(20,20,20,.06);
  --shadow-md: 0 16px 40px rgba(20,20,20,.12);
  --shadow-lg: 0 24px 60px rgba(20,20,20,.18);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: 'Poppins', -apple-system, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.7;
}

h1, h2, h3, h4 { font-family: 'Playfair Display', Georgia, serif; font-weight: 600; color: var(--ink); }

a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
.container { max-width: 1180px; margin: 0 auto; padding: 0 20px; }

/* ---------- Header ---------- */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 999;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(10px);
  color: var(--ink);
  box-shadow: var(--shadow-sm);
}
.site-header .container { display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; }
.brand { display: flex; align-items: center; gap: 10px; font-size: 21px; font-weight: 600; color: var(--ink); letter-spacing: .3px; }
.brand img { height: 44px; width: 44px; border-radius: 50%; object-fit: cover; border: 1px solid var(--gold); }
.nav-links { display: flex; gap: 30px; list-style: none; }
.nav-links a { font-size: 14px; font-weight: 500; letter-spacing: .3px; color: var(--muted); transition: color .2s; }
.nav-links a:hover, .nav-links a.active-link { color: var(--gold-dark); }
.header-cta {
  background: var(--ink); color: #fff; padding: 11px 26px;
  border-radius: 30px; font-weight: 600; font-size: 13px; box-shadow: var(--shadow-sm);
  transition: all .25s;
}
.header-cta:hover { background: var(--gold-dark); box-shadow: var(--shadow-md); transform: translateY(-2px); }
.nav-toggle { display: none; background: none; border: none; color: var(--ink); font-size: 26px; cursor: pointer; }

@media (max-width: 860px) {
  .nav-toggle { display: block; }
  .nav-links {
    position: absolute; top: 100%; left: 0; right: 0; background: #fff;
    flex-direction: column; padding: 20px; gap: 16px; display: none; box-shadow: var(--shadow-md);
  }
  .nav-links.open { display: flex; }
  .header-cta { display: none; }
}

/* ---------- Hero Slider (3D depth style) ---------- */
.hero { position: relative; height: 92vh; min-height: 540px; overflow: hidden; background: var(--bg-alt); perspective: 1200px; }
.hero-slide-bg {
  position: absolute; inset: -20px; background-size: cover; background-position: center;
  filter: blur(18px) brightness(.6); transform: scale(1.1);
}
.hero-slide-img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; z-index: 1;
}
.offer-slide-bg {
  position: absolute; inset: -20px; background-size: cover; background-position: center;
  filter: blur(16px) brightness(.55); transform: scale(1.1);
}
.offer-slide-img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; z-index: 1;
}
.hero-slide {
  position: absolute; inset: 0; background-size: cover; background-position: center;
  opacity: 0; transform: scale(1.04); transition: opacity 1.1s ease, transform 6s ease; display: flex; align-items: center;
}
.hero-slide.active { opacity: 1; transform: scale(1); }
.hero-slide-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.55) 20%, rgba(0,0,0,.25) 70%); }
.hero-content {
  position: relative; z-index: 2; color: #fff; max-width: 620px; padding: 40px; margin-left: 6%;
  background: rgba(255,255,255,.06); backdrop-filter: blur(6px); border-radius: 16px; box-shadow: var(--shadow-lg);
}
.hero-content .eyebrow { color: #fff; letter-spacing: 3px; font-size: 12px; text-transform: uppercase; font-weight: 700; }
.hero-content h1 { font-size: clamp(32px, 5vw, 54px); margin: 14px 0 18px; color: #fff; }
.hero-content p { font-size: 16px; color: #e8e5df; margin-bottom: 28px; max-width: 460px; }
.btn { display: inline-block; padding: 14px 30px; border-radius: 30px; font-weight: 600; font-size: 13px; letter-spacing: .5px; transition: all .25s; box-shadow: var(--shadow-sm); }
.btn-gold { background: var(--gold); color: #fff; }
.btn-gold:hover { background: var(--gold-dark); transform: translateY(-3px); box-shadow: var(--shadow-md); }
.btn-outline { border: 1px solid rgba(255,255,255,.6); color: #fff; margin-left: 12px; box-shadow: none; }
.btn-outline:hover { background: #fff; color: var(--ink); }
.hero-dots { position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); display: flex; gap: 10px; z-index: 3; }
.hero-dots span { width: 9px; height: 9px; border-radius: 50%; background: rgba(255,255,255,.4); cursor: pointer; }
.hero-dots span.active { background: #fff; }

/* ---------- Offers Slider ---------- */
.offers-section { padding: 70px 0; background: var(--bg); }
.offers-slider { position: relative; overflow: hidden; border-radius: 20px; box-shadow: var(--shadow-lg); }
.offer-slide {
  display: none; position: relative; height: 380px; background-size: cover; background-position: center;
  align-items: flex-end;
}
.offer-slide.active { display: flex; }
.offer-slide-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.6) 15%, transparent 55%); }
.offer-content { position: relative; z-index: 2; padding: 24px 34px; color: #fff; width: 100%; background: linear-gradient(0deg, rgba(0,0,0,.85) 40%, transparent 100%); }
.offer-badge { display: inline-block; background: var(--gold); color: #fff; font-size: 12px; font-weight: 700; padding: 6px 16px; border-radius: 20px; margin-bottom: 12px; letter-spacing: .5px; }
.offer-content h3 { font-size: 26px; color: #fff; margin-bottom: 8px; }
.offer-content p { color: #e8e5df; font-size: 14px; max-width: 480px; }
.offers-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 100%; display: flex; justify-content: space-between; padding: 0 16px; z-index: 3; pointer-events: none; }
.offers-nav button {
  pointer-events: all; width: 40px; height: 40px; border-radius: 50%; border: none; background: rgba(255,255,255,.85);
  color: var(--ink); font-size: 18px; cursor: pointer; box-shadow: var(--shadow-sm);
}

/* ---------- Section titles ---------- */
.section { padding: 90px 0; }
.section-alt { background: var(--bg-alt); }
.section-title { text-align: center; margin-bottom: 54px; }
.section-title .eyebrow { color: var(--gold-dark); letter-spacing: 3px; font-size: 12px; text-transform: uppercase; font-weight: 700; }
.section-title h2 { font-size: clamp(28px, 4vw, 40px); margin-top: 12px; color: var(--ink); }
.section-title p { color: var(--muted); max-width: 560px; margin: 16px auto 0; font-size: 15px; }

/* ---------- About ---------- */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.about-img { position: relative; }
.about-img img { border-radius: 18px; width: 100%; height: 460px; object-fit: cover; box-shadow: var(--shadow-lg); }
.about-stats { display: flex; gap: 34px; margin-top: 34px; }
.about-stats div { text-align: center; }
.about-stats strong { display: block; font-size: 28px; color: var(--gold-dark); font-family: 'Playfair Display', serif; }
.about-stats span { font-size: 12px; color: var(--muted); letter-spacing: .3px; text-transform: uppercase; }
@media (max-width: 860px) { .about-grid { grid-template-columns: 1fr; gap: 34px; } }

/* ---------- Services Slider (above footer) ---------- */
.services-section { background: var(--ink); padding: 90px 0; }
.services-section .section-title .eyebrow { color: #fff; }
.services-section .section-title h2 { color: #fff; }
.services-section .section-title p { color: #b8b4ab; }
.services-slider { display: flex; gap: 22px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 10px; scrollbar-width: none; }
.services-slider::-webkit-scrollbar { display: none; }
.service-card {
  background: #fff; border-radius: 16px; overflow: hidden; box-shadow: var(--shadow-md);
  transition: transform .3s, box-shadow .3s; flex: 0 0 270px; scroll-snap-align: start;
}
.service-card:hover { transform: perspective(600px) rotateX(2deg) translateY(-8px); box-shadow: var(--shadow-lg); }
.service-card img { height: 200px; object-fit: cover; width: 100%; }
.service-body { padding: 22px; }
.service-body h3 { font-size: 19px; margin-bottom: 6px; color: var(--ink); }
.service-price { color: var(--gold-dark); font-weight: 700; font-size: 14px; margin: 6px 0 10px; }
.service-body p { color: var(--muted); font-size: 14px; }
.services-nav { display: flex; justify-content: center; gap: 14px; margin-top: 30px; }
.services-nav button {
  width: 42px; height: 42px; border-radius: 50%; border: none; background: var(--gold);
  color: #fff; font-size: 18px; cursor: pointer; box-shadow: var(--shadow-sm); transition: all .2s;
}
.services-nav button:hover { background: var(--gold-dark); transform: translateY(-2px); }

/* ---------- Testimonials ---------- */
.testi-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 26px; }
.testi-card { background: var(--card); padding: 30px; border-radius: 16px; box-shadow: var(--shadow-md); transition: transform .3s; }
.testi-card:hover { transform: translateY(-6px); }
.testi-stars { color: var(--gold); margin-bottom: 14px; letter-spacing: 2px; }
.testi-card p { color: var(--ink); font-style: italic; margin-bottom: 20px; font-size: 15px; }
.testi-person { display: flex; align-items: center; gap: 12px; }
.testi-person img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; box-shadow: var(--shadow-sm); }
.testi-person strong { display: block; font-size: 14px; color: var(--ink); }

/* ---------- Contact ---------- */
.contact-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }
.contact-info { color: var(--ink); }
.contact-info .item { display: flex; gap: 16px; margin-bottom: 24px; }
.contact-info .item .icon { width: 46px; height: 46px; border-radius: 50%; background: var(--gold); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; box-shadow: var(--shadow-sm); }
.contact-info .item div { color: var(--muted); font-size: 13px; }
.contact-info .item strong { color: var(--ink); font-weight: 600; }
.contact-form { background: var(--card); border-radius: 18px; padding: 34px; box-shadow: var(--shadow-lg); }
.contact-form input, .contact-form select, .contact-form textarea {
  width: 100%; padding: 13px 16px; border: 1px solid var(--border); border-radius: 10px; margin-bottom: 16px;
  font-family: inherit; font-size: 14px; background: var(--bg-alt); color: var(--ink);
}
.contact-form textarea { resize: vertical; min-height: 100px; }
.contact-form button { width: 100%; border: none; cursor: pointer; }
.section-light { background: var(--bg-alt); }
@media (max-width: 860px) { .contact-wrap { grid-template-columns: 1fr; } }

/* ---------- Footer ---------- */
footer { background: #0f0f0f; color: #b8b4ab; padding: 54px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; margin-bottom: 34px; }
.footer-grid h4 { color: #fff; margin-bottom: 18px; font-size: 15px; }
.footer-grid a { display: block; color: #b8b4ab; font-size: 14px; margin-bottom: 10px; transition: color .2s; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { text-align: center; border-top: 1px solid rgba(255,255,255,.08); padding-top: 22px; font-size: 12px; color: #6e6a62; }
.social-icons { display: flex; gap: 12px; margin-top: 16px; }
.social-icons a { width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.08); display: flex; align-items: center; justify-content: center; font-size: 12px; }
@media (max-width: 700px) { .footer-grid { grid-template-columns: 1fr; } }

/* ---------- WhatsApp float ---------- */
.whatsapp-float {
  position: fixed; bottom: 24px; right: 24px; z-index: 500;
  width: 58px; height: 58px; border-radius: 50%; background: #25D366;
  display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-lg);
  font-size: 28px; color: #fff;
}

.toast { position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%); background: var(--ink); color: #fff; padding: 14px 26px; border-radius: 10px; z-index: 3000; display: none; font-weight: 600; }

/* ---------- Inner page banner ---------- */
.page-banner {
  height: 320px; margin-top: 78px; position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center; text-align: center;
}
.page-banner::before { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,.6); }
.page-banner-content { position: relative; z-index: 2; color: #fff; }
.page-banner-content .eyebrow { color: #fff; letter-spacing: 3px; font-size: 12px; text-transform: uppercase; font-weight: 700; }
.page-banner-content h1 { font-size: clamp(30px, 4vw, 46px); margin-top: 12px; color: #fff; }
.breadcrumb { font-size: 13px; color: #d8d5cc; margin-top: 12px; }
.breadcrumb a { color: #fff; text-decoration: underline; }

/* ---------- Full grid layouts for dedicated pages ---------- */
.services-grid, .offers-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 28px; }
.offer-card { background: var(--card); border-radius: 16px; overflow: hidden; box-shadow: var(--shadow-md); transition: transform .3s; }
.offer-card:hover { transform: translateY(-6px); }
.offer-card img { height: 200px; object-fit: cover; width: 100%; }
.offer-card .offer-body { padding: 22px; }
.offer-card .offer-badge { position: static; }
.offer-card h3 { font-size: 19px; margin: 10px 0 6px; }
.offer-card p { color: var(--muted); font-size: 14px; }

.cta-banner { background: var(--ink); border-radius: 20px; padding: 50px 40px; text-align: center; color: #fff; box-shadow: var(--shadow-lg); }
.cta-banner h2 { color: #fff; margin-bottom: 14px; }
.cta-banner p { color: #b8b4ab; margin-bottom: 26px; }

.why-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 24px; margin-top: 40px; }
.why-item { background: var(--card); border-radius: 16px; padding: 26px; box-shadow: var(--shadow-sm); text-align: center; }
.why-item .icon-circle { width: 56px; height: 56px; border-radius: 50%; background: var(--gold); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 22px; margin: 0 auto 16px; }
.why-item h4 { font-size: 16px; margin-bottom: 8px; }
.why-item p { font-size: 13px; color: var(--muted); }

.map-embed { border-radius: 16px; overflow: hidden; box-shadow: var(--shadow-md); border: 0; width: 100%; height: 320px; }

/* ---------- Footer enhancements ---------- */
.footer-grid-4 { grid-template-columns: 1.5fr 1fr 1fr 1.2fr; }
@media (max-width: 900px) { .footer-grid-4 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .footer-grid-4 { grid-template-columns: 1fr; } }

.social-icons a { display: flex; align-items: center; justify-content: center; text-decoration: none; transition: background .2s, color .2s; color: #b8b4ab; }
.social-icons a:hover { background: #fff; color: var(--ink); }

.footer-cta-row { display: flex; gap: 16px; justify-content: center; padding: 30px 20px; border-top: 1px solid rgba(255,255,255,.08); flex-wrap: wrap; }
.footer-cta-btn { padding: 13px 28px; border-radius: 30px; font-weight: 600; font-size: 14px; display: inline-flex; align-items: center; gap: 8px; transition: transform .2s; }
.footer-cta-call { background: #fff; color: var(--ink); }
.footer-cta-whatsapp { background: #25D366; color: #fff; }
.footer-cta-btn:hover { transform: translateY(-3px); }
