:root {
  --cherry: #5b0711;
  --cherry-dark: #35040a;
  --cherry-soft: #8b1524;
  --gold: #c89b3c;
  --gold-light: #f2d48a;
  --beige: #f8f1e7;
  --cream: #fffaf2;
  --ink: #22171a;
  --muted: #6f6262;
  --shadow: 0 18px 45px rgba(53, 4, 10, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.7;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.top-bar {
  background: var(--cherry-dark);
  color: #fff;
  font-size: 0.86rem;
  padding: 0.45rem 0;
}

.top-bar a,
.top-bar span {
  opacity: 0.95;
}

.top-bar .d-flex {
  align-items: center;
}

.navbar {
  min-height: 80px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 8px 22px rgba(53, 4, 10, 0.1);
  backdrop-filter: blur(12px);
}

.navbar > .container {
  min-height: 80px;
}

.navbar-brand {
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 800;
  letter-spacing: 0;
  color: var(--ink) !important;
}

.brand-logo {
  width: 58px;
  height: 58px;
  object-fit: contain;
  margin-right: 0.65rem;
}

.navbar .nav-link {
  color: #111 !important;
  font-weight: 500;
  padding-inline: 0.9rem !important;
}

.navbar .nav-link.active,
.navbar .nav-link:hover {
  color: var(--cherry) !important;
}

.navbar-toggler {
  border-color: rgba(17, 17, 17, 0.2);
}

.section-padding {
  padding: 92px 0;
}

.section-kicker {
  color: var(--gold);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
}

.section-title,
.hero-title,
.page-title {
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--cherry-dark);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: 0;
}

.section-title {
  font-size: 36px;
}

.hero-title {
  color: #fff;
  font-size: 48px;
  max-width: 980px;
}

.page-title {
  color: #fff;
  font-size: 36px;
}

.lead-soft {
  color: var(--muted);
  font-size: 1.05rem;
}

.process-title {
  color: #000;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.05;
  margin-bottom: 0.35rem;
}

.process-intro {
  color: #111;
  max-width: 520px;
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 3rem;
}

.process-list {
  max-width: 560px;
}

.process-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: #111;
  border-bottom: 1px solid rgba(91, 7, 17, 0.65);
  padding: 1.25rem 0;
  font-size: 1.25rem;
  font-weight: 400;
}

.btn {
  border-radius: 999px;
  font-weight: 700;
  padding: 0.78rem 1.3rem;
}

.btn-gold {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--cherry-dark);
  border: 0;
}

.btn-gold:hover {
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: var(--cherry-dark);
  transform: translateY(-1px);
}

.btn-cherry {
  background: var(--cherry);
  color: #fff;
  border: 1px solid var(--cherry);
}

.btn-cherry:hover {
  background: var(--cherry-dark);
  color: #fff;
}

.btn-outline-light:hover {
  color: var(--cherry-dark);
}

.hero-slide,
.page-hero {
  min-height: 720px;
  position: relative;
  color: #fff;
  isolation: isolate;
  background-position: center;
  background-size: cover;
}

.page-hero {
  min-height: 430px;
  display: grid;
  place-items: center;
  text-align: center;
  padding-top: 120px;
}

.hero-slide::before,
.page-hero::before,
.parallax-quote::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(53, 4, 10, 0.85), rgba(91, 7, 17, 0.52), rgba(53, 4, 10, 0.28)),
    radial-gradient(circle at 20% 20%, rgba(200, 155, 60, 0.22), transparent 28%);
}

.hero-slide .container {
  min-height: 720px;
  display: flex;
  align-items: center;
  padding-top: 110px;
}

.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--gold-light);
}

.stat-strip {
  margin-top: -54px;
  position: relative;
  z-index: 5;
}

.stat-box {
  background: #fff;
  border: 1px solid rgba(200, 155, 60, 0.24);
  border-radius: 8px;
  box-shadow: var(--shadow);
  min-height: 150px;
  padding: 1.65rem 1.35rem;
  height: 100%;
}

.stat-number {
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--cherry);
  font-size: 2.1rem;
  font-weight: 800;
  line-height: 1;
}

.service-card,
.choice-card,
.why-card,
.contact-card,
.faq-box {
  background: #fff;
  border: 1px solid rgba(200, 155, 60, 0.18);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(53, 4, 10, 0.08);
  overflow-wrap: anywhere;
}

.service-card {
  overflow: hidden;
  height: 100%;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.service-card img {
  height: 230px;
  width: 100%;
  object-fit: cover;
}

.image-frame {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.image-frame img {
  min-height: 360px;
  width: 100%;
  object-fit: cover;
}

.parallax-quote {
  background-image: url("https://images.unsplash.com/photo-1519225421980-715cb0215aed?auto=format&fit=crop&w=1800&q=80");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  isolation: isolate;
  color: #fff;
}

.quote-form {
  background: rgba(255, 250, 242, 0.96);
  color: var(--ink);
  border-radius: 8px;
  padding: 1.5rem;
  box-shadow: var(--shadow);
}

.form-control,
.form-select {
  border-radius: 6px;
  border-color: rgba(91, 7, 17, 0.16);
  padding: 0.82rem 0.9rem;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 0.2rem rgba(200, 155, 60, 0.18);
}

.bg-beige {
  background: var(--beige);
}

.bg-cherry {
  background: var(--cherry);
  color: #fff;
}

.service-detail {
  padding: 34px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(53, 4, 10, 0.08);
}

.service-detail img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.filter-btn {
  border: 1px solid rgba(91, 7, 17, 0.2);
  background: #fff;
  color: var(--cherry);
  border-radius: 999px;
  padding: 0.65rem 1rem;
  font-weight: 700;
}

.filter-btn.active,
.filter-btn:hover {
  background: var(--cherry);
  color: #fff;
}

.gallery-grid {
  columns: 3 260px;
  column-gap: 1rem;
}

.gallery-item {
  break-inside: avoid;
  margin-bottom: 1rem;
  border: 0;
  padding: 0;
  width: 100%;
  background: transparent;
  cursor: pointer;
}

.gallery-item img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(53, 4, 10, 0.12);
  transition: transform 0.25s ease;
}

.gallery-item:hover img {
  transform: scale(1.015);
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
  place-items: center;
  background: rgba(20, 5, 7, 0.88);
  padding: 1rem;
}

.lightbox.show {
  display: grid;
}

.lightbox img {
  max-height: 82vh;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.lightbox-close {
  position: fixed;
  top: 18px;
  right: 20px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  font-size: 1.7rem;
}

.accordion-button:not(.collapsed) {
  color: var(--cherry-dark);
  background: var(--beige);
  box-shadow: none;
}

.map-embed {
  width: 100%;
  min-height: 420px;
  border: 0;
  border-radius: 8px;
}

.site-footer {
  background: var(--cherry-dark);
  color: rgba(255, 255, 255, 0.86);
  padding-top: 70px;
  overflow-wrap: anywhere;
}

.site-footer h5,
.site-footer h6 {
  color: #fff;
  font-weight: 800;
}

.site-footer a:hover {
  color: var(--gold-light);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 1.1rem 0;
  margin-top: 42px;
}

.floating-actions {
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 1200;
  display: grid;
  gap: 10px;
}

.float-btn {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}

.whatsapp-btn {
  background: #25d366;
}

.call-btn {
  background: var(--gold);
}

.chatbot {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1300;
}

.chat-toggle {
  min-width: 60px;
  height: 60px;
  border: 0;
  border-radius: 999px;
  padding: 0 1rem;
  color: #fff;
  background: var(--cherry);
  box-shadow: var(--shadow);
  font-weight: 800;
}

.chat-window {
  display: none;
  width: min(360px, calc(100vw - 28px));
  max-height: 76vh;
  overflow: hidden;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 22px 58px rgba(53, 4, 10, 0.28);
  margin-bottom: 12px;
}

.chat-window.open {
  display: block;
}

.chat-head {
  background: var(--cherry);
  color: #fff;
  padding: 1rem;
}

.chat-body {
  padding: 1rem;
  max-height: 54vh;
  overflow-y: auto;
}

.chat-option {
  display: inline-block;
  border: 1px solid rgba(91, 7, 17, 0.18);
  border-radius: 999px;
  padding: 0.46rem 0.7rem;
  margin: 0.22rem;
  background: var(--beige);
  color: var(--cherry);
  font-size: 0.88rem;
  font-weight: 700;
}

.chat-message {
  background: var(--beige);
  border-radius: 8px;
  padding: 0.68rem 0.78rem;
  margin-bottom: 0.75rem;
  font-size: 0.92rem;
}

.chat-form {
  display: grid;
  gap: 0.55rem;
  margin-top: 0.75rem;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 991.98px) {
  .hero-slide,
  .hero-slide .container {
    min-height: 640px;
  }

  .section-padding {
    padding: 72px 0;
  }

  .parallax-quote {
    background-attachment: scroll;
  }
}

@media (max-width: 767.98px) {
  body {
    line-height: 1.6;
  }

  .top-bar {
    font-size: 0.78rem;
    padding: 0.55rem 0;
  }

  .top-bar .container {
    justify-content: center !important;
    text-align: center;
  }

  .top-bar .container > .d-flex {
    justify-content: center;
    width: 100%;
    row-gap: 0.45rem;
    column-gap: 1rem !important;
  }

  .top-bar span {
    display: block;
    width: 100%;
    margin-top: 0.15rem;
  }

  .navbar,
  .navbar > .container {
    min-height: 72px;
  }

  .navbar-brand {
    max-width: calc(100% - 58px);
    font-size: 0.98rem;
    white-space: normal;
    line-height: 1.2;
  }

  .brand-logo {
    width: 48px;
    height: 48px;
  }

  .hero-slide,
  .hero-slide .container {
    min-height: 560px;
  }

  .hero-slide .container {
    align-items: center;
    padding-top: 64px;
    padding-bottom: 48px;
  }

  .page-hero {
    min-height: 300px;
    padding-top: 86px;
  }

  .hero-title {
    font-size: 32px;
    line-height: 1.18;
  }

  .section-title,
  .page-title {
    font-size: 26px;
    line-height: 1.22;
  }

  .lead,
  .lead-soft {
    font-size: 0.98rem;
  }

  .btn {
    padding: 0.68rem 1rem;
    font-size: 0.92rem;
  }

  .section-padding {
    padding: 56px 0;
  }

  .process-title {
    font-size: 34px;
  }

  .process-intro {
    margin-bottom: 2rem;
    font-size: 0.98rem;
  }

  .process-item {
    font-size: 1rem;
  }

  .stat-strip {
    margin-top: 0;
    padding-top: 24px;
  }

  .service-detail {
    padding: 18px;
  }

  .floating-actions {
    left: 12px;
    bottom: 12px;
  }

  .float-btn {
    width: 48px;
    height: 48px;
  }

  .site-footer {
    padding-top: 48px;
    font-size: 0.9rem;
  }

  .site-footer .row {
    row-gap: 1.35rem;
  }

  .site-footer .col-6 {
    width: 100%;
  }

  .site-footer h5,
  .site-footer h6 {
    margin-bottom: 0.65rem;
  }

  .site-footer p {
    margin-bottom: 0;
    line-height: 1.75;
  }

  .footer-bottom {
    margin-top: 28px;
    font-size: 0.82rem;
  }
}

@media (max-width: 420px) {
  .hero-title {
    font-size: 29px;
  }

  .section-title,
  .page-title {
    font-size: 24px;
  }
}
