:root {
  --zamar-text: #24322a;
  --zamar-muted: #66756b;
  --zamar-primary: #00a23f;
  --zamar-primary-hover: #008235;
  --zamar-soft-teal: #edf8f0;
  --zamar-cream: #f8f5ef;
  --zamar-white: #fffdf8;
  --zamar-beige: #ede6dc;
  --zamar-border: #d8ded7;
  --zamar-shadow-sm: 0 12px 28px rgba(36, 50, 42, 0.05);
  --zamar-shadow-md: 0 20px 44px rgba(36, 50, 42, 0.08);
  --zamar-shadow-lg: 0 28px 64px rgba(36, 50, 42, 0.1);
  --zamar-radius-sm: 16px;
  --zamar-radius-md: 24px;
  --zamar-radius-lg: 34px;
  --zamar-heading: "GFS Didot", serif;
  --zamar-script: "Allura", cursive;
  --zamar-body: "Poppins", sans-serif;
  --bs-body-font-family: var(--zamar-body);
  --bs-body-color: var(--zamar-text);
  --bs-body-bg: var(--zamar-white);
  --bs-primary: var(--zamar-primary);
  --bs-primary-rgb: 0, 162, 63;
  --bs-border-color: var(--zamar-border);
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  max-width: 100%;
  overflow-x: hidden;
  color: var(--zamar-text);
  background: linear-gradient(180deg, var(--zamar-white) 0%, #fbf8f2 100%);
  font-family: var(--zamar-body);
  font-size: 15px;
  line-height: 1.72;
}

body.preload-lock {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.25s ease, opacity 0.25s ease;
}

a:hover {
  color: var(--zamar-primary);
}

button,
input,
select,
textarea {
  font: inherit;
}

main {
  position: relative;
}

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

.section-space-sm {
  padding: 70px 0;
}

.soft-section {
  background: var(--zamar-cream);
}

.eyebrow {
  display: inline-block;
  color: var(--zamar-primary);
  font-family: var(--zamar-script);
  font-size: clamp(28px, 3vw, 40px);
  line-height: 0.95;
}

h1,
h2,
h3,
h4,
.hero-title,
.section-title,
.page-title,
.footer-title,
.modal-title {
  margin: 0;
  color: var(--zamar-text);
  font-family: var(--zamar-heading);
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.02;
}

.hero-title,
.page-title {
  font-size: clamp(36px, 4.5vw, 56px);
}

.hero-title {
  max-width: 20.5ch;
}

.page-title {
  max-width: 20ch;
}

.section-title {
  font-size: clamp(34px, 3.6vw, 48px);
  max-width: 20ch;
}

.lead-copy,
.card-copy,
.footer-copy,
.form-note {
  color: var(--zamar-muted);
  font-size: 15px;
}

.section-heading {
  max-width: 1180px;
}

.section-heading.text-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-heading .lead-copy {
  max-width: 860px;
}

.section-heading.text-center .lead-copy {
  margin-left: auto;
  margin-right: auto;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 24px;
  border-radius: 999px;
  font-family: var(--zamar-body);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.btn i {
  transition: transform 0.25s ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(0, 162, 63, 0.14);
}

.btn:hover i,
.btn:focus-visible i {
  transform: translateX(3px);
}

.btn-primary {
  --bs-btn-bg: var(--zamar-primary);
  --bs-btn-border-color: var(--zamar-primary);
  --bs-btn-hover-bg: var(--zamar-primary-hover);
  --bs-btn-hover-border-color: var(--zamar-primary-hover);
  --bs-btn-active-bg: var(--zamar-primary-hover);
  --bs-btn-active-border-color: var(--zamar-primary-hover);
  --bs-btn-focus-shadow-rgb: 0, 162, 63;
}

.btn-outline-primary {
  --bs-btn-color: var(--zamar-primary);
  --bs-btn-border-color: rgba(0, 162, 63, 0.28);
  --bs-btn-hover-bg: var(--zamar-primary);
  --bs-btn-hover-border-color: var(--zamar-primary);
  --bs-btn-hover-color: var(--zamar-white);
  --bs-btn-active-bg: var(--zamar-primary-hover);
  --bs-btn-active-border-color: var(--zamar-primary-hover);
  --bs-btn-focus-shadow-rgb: 0, 162, 63;
}

.btn-light {
  --bs-btn-bg: var(--zamar-white);
  --bs-btn-color: var(--zamar-text);
  --bs-btn-border-color: rgba(28, 37, 38, 0.1);
  --bs-btn-hover-bg: var(--zamar-white);
  --bs-btn-hover-border-color: rgba(28, 37, 38, 0.16);
}

.btn-soft {
  background: var(--zamar-soft-teal);
  border: 1px solid rgba(0, 162, 63, 0.12);
  color: var(--zamar-primary);
}

.btn-soft:hover,
.btn-soft:focus-visible {
  background: #dcf0e2;
  color: var(--zamar-primary-hover);
}

.preloader {
  position: fixed;
  inset: 0;
  z-index: 1400;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 253, 248, 0.97);
  transition: opacity 0.45s ease, visibility 0.45s ease;
}

.preloader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.preloader-inner {
  width: min(320px, calc(100vw - 42px));
  text-align: center;
}

.preloader-logo {
  width: clamp(176px, 18vw, 228px);
  height: auto;
  margin: 0 auto 22px;
}

.preloader-line {
  width: 100%;
  height: 3px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(0, 162, 63, 0.12);
}

.preloader-line span {
  display: block;
  width: 46%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(0, 162, 63, 0.28), var(--zamar-primary));
  animation: loaderMove 1.15s ease-in-out infinite;
}

@keyframes loaderMove {
  0% {
    transform: translateX(-110%);
  }

  100% {
    transform: translateX(230%);
  }
}

.site-topbar {
  background: var(--zamar-white);
  border-bottom: 1px solid rgba(221, 214, 202, 0.8);
}

.topbar-inner {
  min-height: 42px;
  font-size: 13px;
}

.topbar-link,
.topbar-social {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--zamar-muted);
  font-weight: 500;
}

.topbar-link i,
.topbar-social i {
  color: var(--zamar-primary);
}

.topbar-socials {
  display: flex;
  align-items: center;
  gap: 6px;
}

.topbar-social {
  width: 32px;
  height: 32px;
  justify-content: center;
  border-radius: 50%;
  background: var(--zamar-cream);
  border: 1px solid rgba(221, 214, 202, 0.9);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1300;
  background: rgba(255, 253, 248, 0.9);
  backdrop-filter: blur(12px);
  transition: box-shadow 0.25s ease, border-color 0.25s ease, transform 0.28s ease;
  border-bottom: 1px solid transparent;
}

.site-header.is-scrolled {
  border-bottom-color: rgba(221, 214, 202, 0.9);
  box-shadow: 0 10px 24px rgba(28, 37, 38, 0.06);
}

.site-header.is-hidden {
  transform: translateY(-100%);
}

.navbar-shell {
  min-height: 98px;
}

.navbar-brand img {
  width: clamp(110px, 21vw, 380px);
  height: auto;
}

.nav-link {
  position: relative;
  padding: 12px 18px !important;
  color: var(--zamar-text);
  /*font-size: 14px;*/
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 8px;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--zamar-primary);
  transition: transform 0.25s ease;
}

.nav-link:hover::after,
.nav-link.active::after {
  transform: scaleX(1);
}

.offcanvas {
  background: rgba(255, 253, 248, 0.98);
}

.offcanvas-title {
  font-size: 32px;
}

.floating-socials {
  position: fixed;
  left: 0;
  top: 50%;
  z-index: 1200;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transform: translateY(-50%);
}

.floating-social {
  width: 58px;
  min-width: 58px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  overflow: hidden;
  padding: 0 18px 0 18px;
  border-radius: 0 999px 999px 0;
  background: var(--zamar-primary);
  border: 1px solid var(--zamar-primary);
  color: var(--zamar-white);
  box-shadow: var(--zamar-shadow-sm);
  transition: width 0.28s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.floating-social:hover,
.floating-social:focus-visible {
  color: var(--zamar-white);
  background: var(--zamar-primary-hover);
  border-color: var(--zamar-primary-hover);
  width: 188px;
}

.floating-social i {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.floating-social span {
  max-width: 0;
  overflow: hidden;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  opacity: 0;
  transition: max-width 0.28s ease, opacity 0.2s ease;
}

.floating-social:hover span,
.floating-social:focus-visible span {
  max-width: 110px;
  opacity: 1;
}

.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 1200;
}

.floating-whatsapp .btn {
  animation: whatsappGlow 1.8s ease-in-out infinite;
}

@keyframes whatsappGlow {
  0%,
  100% {
    box-shadow: 0 0 0 rgba(0, 162, 63, 0.12), 0 0 0 rgba(0, 162, 63, 0.08);
  }

  50% {
    box-shadow: 0 0 0 10px rgba(0, 162, 63, 0.12), 0 0 18px rgba(0, 162, 63, 0.24);
  }
}

.floating-top {
  position: fixed;
  right: 22px;
  bottom: 94px;
  z-index: 1200;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
  transform: translateY(8px);
}

.floating-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.floating-top button {
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: var(--zamar-primary);
  color: var(--zamar-white);
  box-shadow: var(--zamar-shadow-sm);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

.hero-home,
.page-hero,
.contact-hero {
  position: relative;
  overflow: hidden;
  min-height: 86vh;
  display: flex;
  align-items: center;
  background: var(--zamar-cream);
}

.page-hero,
.contact-hero {
  min-height: 52vh;
}

.hero-swiper-bg,
.page-hero-swiper-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.hero-fade-carousel .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero-fade-carousel .swiper-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease;
}

.hero-fade-carousel .swiper-slide.is-active {
  opacity: 1;
}

.hero-swiper-bg .swiper-wrapper,
.page-hero-swiper-bg .swiper-wrapper,
.hero-swiper-bg .swiper-slide,
.page-hero-swiper-bg .swiper-slide {
  height: 100%;
}

.hero-swiper-bg .swiper-slide img,
.page-hero-swiper-bg .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay,
.page-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.hero-overlay {
  background:
    linear-gradient(180deg, rgba(248, 245, 239, 0.42) 0%, rgba(248, 245, 239, 0.38) 48%, rgba(255, 253, 248, 0.3) 100%);
}

.page-hero-overlay {
  background:
    linear-gradient(90deg, rgba(248, 245, 239, 0.9) 0%, rgba(248, 245, 239, 0.84) 34%, rgba(248, 245, 239, 0.48) 62%, rgba(255, 253, 248, 0.2) 100%),
    linear-gradient(180deg, rgba(255, 253, 248, 0.18) 0%, rgba(255, 253, 248, 0.08) 100%);
}

.page-hero-overlay {
  background:
    linear-gradient(90deg, rgba(248, 245, 239, 0.92) 0%, rgba(248, 245, 239, 0.86) 44%, rgba(248, 245, 239, 0.5) 70%, rgba(255, 253, 248, 0.18) 100%);
}

.hero-shell,
.page-hero-shell {
  position: relative;
  z-index: 3;
  width: 100%;
}

.hero-home-grid,
.page-hero-grid,
.contact-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
  align-items: end;
}

.hero-copy,
.hero-visual,
.page-hero-copy,
.page-hero-visual,
.contact-hero-copy,
.contact-hero-visual,
.split-image,
.split-copy,
.contact-main,
.contact-side {
  min-width: 0;
}

.hero-copy {
  padding: 138px 0 112px;
  max-width: 1020px;
}

.hero-home .hero-copy {
  margin-inline: auto;
  max-width: 1180px;
  text-align: center;
}

.hero-home .hero-title {
  max-width: none;
}

.hero-home .hero-actions {
  justify-content: center;
}

.hero-home .hero-review-link {
  margin-inline: auto;
}

.page-hero-copy,
.contact-hero-copy {
  padding: 118px 0 72px;
  max-width: 920px;
}

.hero-copy .lead-copy,
.page-hero-copy .lead-copy,
.contact-hero-copy .lead-copy {
  max-width: 64ch;
  margin-top: 16px;
}

.hero-copy .hero-review-link {
  margin-top: 24px;
}

.hero-review-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  border-radius: 22px;
  background: rgba(255, 253, 248, 0.96);
  border: 1px solid rgba(216, 222, 215, 0.96);
  box-shadow: var(--zamar-shadow-sm);
}

.hero-review-link img {
  width: clamp(116px, 16vw, 168px);
  height: auto;
}

.page-breadcrumb {
  margin: 0 0 18px;
}

.page-breadcrumb .breadcrumb {
  margin: 0;
  gap: 8px;
  font-size: 13px;
}

.page-breadcrumb .breadcrumb-item,
.page-breadcrumb .breadcrumb-item a {
  color: var(--zamar-muted);
}

.page-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(102, 117, 107, 0.62);
}

.page-breadcrumb .breadcrumb-item.active {
  color: var(--zamar-primary);
}

.page-hero-copy,
.contact-hero-copy {
  max-width: 860px;
}

.hero-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.hero-trust-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.72);
  border: 1px solid rgba(221, 214, 202, 0.92);
  color: var(--zamar-text);
  font-size: 13px;
  font-weight: 500;
  backdrop-filter: blur(5px);
}

.hero-trust-chip i {
  color: var(--zamar-primary);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.hero-side-card,
.quick-hero-card {
  max-width: 320px;
  margin-left: auto;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(255, 253, 248, 0.78);
  border: 1px solid rgba(221, 214, 202, 0.92);
  box-shadow: var(--zamar-shadow-md);
  backdrop-filter: blur(8px);
}

.hero-side-card span,
.quick-hero-card span {
  display: block;
  color: var(--zamar-muted);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-side-card strong,
.quick-hero-card strong {
  display: block;
  margin-top: 4px;
  font-family: var(--zamar-heading);
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}

.quick-hero-card {
  display: grid;
  gap: 14px;
}

.quick-hero-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.quick-hero-row i {
  color: var(--zamar-primary);
  font-size: 18px;
  margin-top: 4px;
}

.quick-hero-row strong {
  margin: 0 0 2px;
  font-family: var(--zamar-body);
  font-size: 14px;
  font-weight: 600;
}

.quick-hero-row span {
  color: var(--zamar-muted);
  font-size: 13px;
  letter-spacing: 0;
  text-transform: none;
}

.hero-swiper-bg .swiper-pagination-bullets,
.page-hero-swiper-bg .swiper-pagination-bullets {
  left: 50%;
  bottom: 24px !important;
  width: auto;
  transform: translateX(-50%);
}

.hero-fade-pagination {
  position: absolute;
  right: 0;
  bottom: 24px;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.hero-fade-bullet {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 253, 248, 0.72);
  transition: transform 0.25s ease, background-color 0.25s ease;
}

.hero-fade-bullet.is-active {
  background: var(--zamar-primary);
  transform: scale(1.1);
}

.hero-swiper-bg .swiper-pagination-bullet,
.page-hero-swiper-bg .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background: rgba(255, 253, 248, 0.72);
}

.hero-swiper-bg .swiper-pagination-bullet-active,
.page-hero-swiper-bg .swiper-pagination-bullet-active {
  background: var(--zamar-primary);
}

.collection-grid,
.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.service-intro-panel {
  padding: 30px;
  background: linear-gradient(135deg, #fcf9f3 0%, #f4fbf6 100%);
  border: 1px solid rgba(221, 214, 202, 0.92);
  border-radius: var(--zamar-radius-md);
  box-shadow: var(--zamar-shadow-sm);
}

.service-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 28px;
  align-items: center;
}

.service-intro-list {
  display: grid;
  gap: 12px;
}

.service-intro-list div {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 253, 248, 0.9);
  border: 1px solid rgba(216, 222, 215, 0.9);
}

.service-intro-list i {
  color: var(--zamar-primary);
  font-size: 18px;
  line-height: 1.1;
}

.service-intro-list span {
  color: var(--zamar-text);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
}

.product-card,
.service-card,
.benefit-card,
.advice-card,
.contact-card,
.process-card,
.contact-form-card,
.map-panel,
.area-panel,
.cta-panel,
.faq-shell,
.areas-cover-panel {
  background: var(--zamar-white);
  border: 1px solid rgba(221, 214, 202, 0.92);
  border-radius: var(--zamar-radius-md);
  box-shadow: var(--zamar-shadow-sm);
}

.product-card,
.service-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.product-card:hover,
.service-card:hover,
.product-card:focus-within,
.service-card:focus-within {
  transform: translateY(-4px);
  box-shadow: var(--zamar-shadow-md);
  border-color: rgba(0, 162, 63, 0.24);
}

.product-media-link,
.service-media-link {
  display: block;
  overflow: hidden;
}

.product-media img,
.service-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.38s ease;
}

.product-card:hover .product-media img,
.service-card:hover .service-media img,
.product-card:focus-within .product-media img,
.service-card:focus-within .service-media img {
  transform: scale(1.04);
}

.product-body,
.service-body,
.contact-form-card,
.map-panel,
.area-panel,
.cta-panel,
.faq-shell,
.areas-cover-panel {
  padding: 24px;
}

.benefit-card,
.advice-card,
.contact-card,
.process-card {
  padding: 22px;
}

.contact-card {
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, background-color 0.28s ease;
}

.contact-card:hover,
.contact-card:focus-visible {
  transform: translateY(-4px);
  box-shadow: var(--zamar-shadow-md);
  border-color: rgba(0, 162, 63, 0.24);
  background: linear-gradient(180deg, #fffdf8 0%, #f4fbf6 100%);
}

.contact-card i,
.contact-card h3 {
  transition: color 0.28s ease;
}

.contact-card:hover i,
.contact-card:focus-visible i,
.contact-card:hover h3,
.contact-card:focus-visible h3 {
  color: var(--zamar-primary);
}

.product-title,
.service-title,
.benefit-card h3,
.advice-card h3,
.contact-card h3,
.process-card h3 {
  font-size: 24px;
  line-height: 1.06;
}

.product-title-link,
.service-title-link {
  color: var(--zamar-text);
}

.product-title-link:hover,
.service-title-link:hover {
  color: var(--zamar-primary);
}

.card-copy {
  margin: 10px 0 14px;
}

.best-tags,
.area-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.service-card .best-tags {
  display: none;
}

.best-tag,
.area-tag {
  display: inline-flex;
  align-items: center;
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--zamar-soft-teal);
  color: var(--zamar-primary);
  font-size: 11px;
  font-weight: 500;
}

.card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: var(--zamar-primary);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.card-link i {
  transition: transform 0.25s ease;
}

.card-link:hover i,
.card-link:focus-visible i {
  transform: translateX(3px);
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  gap: 34px;
  align-items: center;
}

.split-image {
  overflow: hidden;
  border-radius: 28px;
  box-shadow: var(--zamar-shadow-md);
}

.split-image img {
  width: 100%;
  aspect-ratio: 0.9;
  object-fit: cover;
}

.benefit-grid,
.advice-grid,
.contact-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.about-points-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 20px;
  margin-top: 28px;
}

.about-point {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
}

.about-point i {
  color: var(--zamar-primary);
  font-size: 18px;
  margin-top: 4px;
}

.about-point strong {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: var(--zamar-text);
}

.about-point span {
  display: block;
  margin-top: 2px;
  color: var(--zamar-muted);
  font-size: 14px;
}

.benefit-card i,
.advice-card i,
.contact-card i,
.process-number,
.contact-meta-card i {
  color: var(--zamar-primary);
}

.benefit-card i,
.advice-card i,
.contact-card i {
  font-size: 22px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.gallery-grid.gallery-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gallery-thumb {
  position: relative;
  overflow: hidden;
  border: 0;
  padding: 0;
  border-radius: 20px;
  box-shadow: var(--zamar-shadow-sm);
  background: var(--zamar-white);
}

.gallery-thumb img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.gallery-thumb:hover img,
.gallery-thumb:focus-visible img {
  transform: scale(1.05);
}

.gallery-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(28, 37, 38, 0) 36%, rgba(28, 37, 38, 0.5) 100%);
}

.gallery-thumb-label {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 14px;
  z-index: 2;
  color: var(--zamar-white);
}

.gallery-thumb-label span {
  display: block;
  margin-bottom: 2px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.86;
}

.gallery-thumb-label strong {
  display: block;
  font-family: var(--zamar-heading);
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
}

.process-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.process-card {
  height: 100%;
}

.process-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: var(--zamar-soft-teal);
  font-size: 15px;
  font-weight: 600;
}

.process-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--zamar-primary);
  font-size: 24px;
}

.cta-panel {
  overflow: hidden;
  background: linear-gradient(135deg, var(--zamar-white) 0%, var(--zamar-cream) 100%);
}

.cta-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 390px);
  gap: 28px;
  align-items: center;
}

.cta-media {
  overflow: hidden;
  border-radius: 24px;
}

.jarallax {
  position: relative;
  overflow: hidden;
}

.jarallax > .jarallax-img {
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.cta-media img {
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 28px;
  align-items: start;
}

.contact-form-card,
.map-panel,
.area-panel,
.faq-shell,
.areas-cover-panel {
  border-radius: 28px;
}

.contact-compact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.contact-meta-card {
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 253, 248, 0.76);
  border: 1px solid rgba(221, 214, 202, 0.92);
  backdrop-filter: blur(6px);
}

.contact-meta-card i {
  font-size: 18px;
}

.contact-meta-card strong {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
}

.contact-meta-card span {
  display: block;
  margin-top: 2px;
  color: var(--zamar-muted);
  font-size: 13px;
}

.form-label {
  margin-bottom: 8px;
  color: var(--zamar-text);
  font-size: 13px;
  font-weight: 500;
}

.icon-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.icon-label i {
  color: var(--zamar-primary);
}

.form-control,
.form-select {
  min-height: 50px;
  border: 1px solid rgba(221, 214, 202, 0.95);
  border-radius: 16px;
  padding: 12px 15px;
  background: var(--zamar-white);
  color: var(--zamar-text);
  font-size: 14px;
}

textarea.form-control {
  min-height: 124px;
}

.form-control:focus,
.form-select:focus {
  border-color: rgba(0, 162, 63, 0.42);
  box-shadow: 0 0 0 0.2rem rgba(0, 162, 63, 0.12);
}

.quote-quick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.measurements-toggle {
  margin-top: 8px;
  padding: 14px 16px;
  border-radius: 18px;
  background: var(--zamar-soft-teal);
  border: 1px solid rgba(0, 162, 63, 0.16);
}

.measurements-toggle .form-check {
  margin: 0;
}

.measurements-toggle .form-check-input {
  margin-top: 0.18em;
}

.measurements-toggle .form-check-label {
  color: var(--zamar-text);
  font-size: 14px;
  font-weight: 600;
}

.measurements-panel {
  margin-top: 14px;
  padding: 16px;
  border-radius: 22px;
  background: rgba(255, 253, 248, 0.78);
  border: 1px solid rgba(216, 222, 215, 0.92);
}

.measurements-note {
  margin: 0 0 14px;
  color: var(--zamar-muted);
  font-size: 13px;
}

.measurements-list {
  display: grid;
  gap: 12px;
}

.measurement-item {
  padding: 14px;
  border-radius: 18px;
  background: var(--zamar-white);
  border: 1px solid rgba(216, 222, 215, 0.88);
}

.measurement-check {
  margin: 0;
}

.measurement-check .form-check-input {
  margin-top: 0.22em;
}

.measurement-check .form-check-label {
  color: var(--zamar-text);
  font-size: 14px;
  font-weight: 600;
}

.measurement-fields {
  margin-top: 12px;
}

.measurement-fields .form-control {
  min-height: 46px;
}

.measurement-actions {
  margin-top: 14px;
}

.measurement-fields[hidden] {
  display: none !important;
}

.measurement-item .form-check-input:checked {
  background-color: var(--zamar-primary);
  border-color: var(--zamar-primary);
}

.measurement-item .form-check-input:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 162, 63, 0.12);
}

.measurement-item .form-check-label {
  cursor: pointer;
}

.measurement-item .form-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.measurement-item .form-check-input {
  flex: 0 0 auto;
}

.measurement-item .form-check-label {
  display: block;
}

.measurement-item .form-check-label small {
  display: block;
  margin-top: 2px;
  color: var(--zamar-muted);
  font-size: 13px;
}

.form-status {
  display: none;
  border-radius: 16px;
}

.form-status.is-visible {
  display: block;
}

.contact-card h3,
.advice-card h3 {
  margin-top: 16px;
  margin-bottom: 8px;
}

.map-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.map-grid div {
  padding: 9px 13px;
  border-radius: 999px;
  background: var(--zamar-soft-teal);
  color: var(--zamar-primary);
  font-size: 12px;
  font-weight: 500;
}

.faq-shell .accordion {
  --bs-accordion-bg: transparent;
  --bs-accordion-border-color: rgba(221, 214, 202, 0.95);
  --bs-accordion-btn-bg: transparent;
  --bs-accordion-active-bg: transparent;
  --bs-accordion-active-color: var(--zamar-text);
  --bs-accordion-btn-focus-box-shadow: none;
}

.faq-shell .accordion-item {
  border: 0;
  border-bottom: 1px solid rgba(221, 214, 202, 0.95);
}

.faq-shell .accordion-item:last-child {
  border-bottom: 0;
}

.faq-shell .accordion-button {
  padding: 22px 0;
  color: var(--zamar-text);
  font-family: var(--zamar-heading);
  font-size: 24px;
  line-height: 1.08;
}

.faq-shell .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.faq-shell .accordion-body {
  padding: 0 0 20px;
  color: var(--zamar-muted);
  font-size: 15px;
}

.areas-cover-panel {
  text-align: center;
}

.areas-cover-panel .lead-copy {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.areas-cover-panel .section-title {
  font-size: clamp(30px, 3vw, 40px);
}

.area-tag i {
  margin-right: 6px;
  font-size: 11px;
}

.site-footer {
  padding: 74px 0 30px;
  background: linear-gradient(180deg, #fcf9f3 0%, #f5efe5 100%);
  border-top: 1px solid rgba(221, 214, 202, 0.95);
}

.footer-brand img {
  width: clamp(168px, 16vw, 224px);
  height: auto;
  object-fit: contain;
  display: block;
}

.footer-title {
  margin-bottom: 16px;
  font-size: 28px;
}

.footer-list {
  display: grid;
  gap: 9px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--zamar-muted);
}

.footer-list i {
  margin-top: 5px;
  color: var(--zamar-primary);
}

.footer-bottom {
  padding-top: 22px;
  margin-top: 28px;
  border-top: 1px solid rgba(221, 214, 202, 0.95);
  color: var(--zamar-muted);
  font-size: 13px;
}

.mobile-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1250;
  display: none;
  padding: 10px 0 12px;
  background: rgba(255, 253, 248, 0.96);
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(221, 214, 202, 0.95);
}

.mobile-cta-inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.quote-modal .modal-dialog {
  max-width: 720px;
}

.modal {
  z-index: 1600;
}

.modal-backdrop {
  z-index: 1590;
}

.quote-modal .modal-content,
.lightbox-content {
  background: var(--zamar-white);
  border: 1px solid rgba(221, 214, 202, 0.92);
  border-radius: 28px;
  box-shadow: var(--zamar-shadow-lg);
}

.quote-modal .modal-header,
.quote-modal .modal-body,
.lightbox-content .modal-header,
.lightbox-content .modal-body,
.lightbox-content .modal-footer {
  padding-left: 26px;
  padding-right: 26px;
}

.lightbox-dialog {
  max-width: min(920px, calc(100vw - 24px));
}

.lightbox-image-wrap {
  overflow: hidden;
  border-radius: 20px;
}

.lightbox-image {
  width: 100%;
  max-height: 70vh;
  object-fit: cover;
}

.lightbox-caption {
  color: var(--zamar-muted);
  font-size: 14px;
}

:focus-visible {
  outline: 3px solid rgba(0, 162, 63, 0.28);
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1199.98px) {
  .collection-grid,
  .service-grid,
  .gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gallery-grid.gallery-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero-home-grid,
  .page-hero-grid,
  .contact-hero-grid,
  .split-section,
  .cta-grid,
  .contact-layout {
    gap: 28px;
  }
}

@media (max-width: 991.98px) {
  .site-topbar {
    display: none;
  }

  .site-header {
    backdrop-filter: none;
  }

  .navbar-shell {
    min-height: 88px;
  }

  .navbar-brand {
    display: inline-flex;
    align-items: center;
    max-width: none;
  }

  .navbar-brand img {
    width: auto;
    height: 34px;
    max-width: none;
  }

  .hero-home,
  .page-hero,
  .contact-hero {
    min-height: 78vh;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(248, 245, 239, 0.46) 0%, rgba(248, 245, 239, 0.42) 58%, rgba(248, 245, 239, 0.34) 100%);
  }

  .page-hero-overlay {
    background:
      linear-gradient(180deg, rgba(248, 245, 239, 0.92) 0%, rgba(248, 245, 239, 0.84) 55%, rgba(248, 245, 239, 0.58) 100%);
  }

  .hero-home-grid,
  .page-hero-grid,
  .contact-hero-grid,
  .split-section,
  .service-intro-grid,
  .cta-grid,
  .contact-layout,
  .benefit-grid,
  .advice-grid,
  .contact-detail-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy,
  .page-hero-copy,
  .contact-hero-copy {
    padding: 116px 0 78px;
  }

  .hero-visual,
  .page-hero-visual,
  .contact-hero-visual {
    display: none;
  }

  .collection-grid,
  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-grid.gallery-grid--three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-flow {
    grid-template-columns: 1fr;
  }

  .process-arrow {
    transform: none;
    padding: 4px 0;
  }

  .process-arrow i {
    display: inline-block;
    font-family: inherit;
    font-style: normal;
    line-height: 1;
  }

  .process-arrow i::before {
    content: "↓";
  }

  .contact-compact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .floating-socials {
    display: none;
  }
}

@media (max-width: 767.98px) {
  body {
    padding-bottom: 90px;
  }

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

  .section-space-sm {
    padding: 58px 0;
  }

  .hero-home {
    min-height: 84vh;
  }

  .hero-title,
  .page-title {
    font-size: clamp(28px, 7vw, 36px);
    max-width: 12ch;
  }

  .hero-home .hero-title {
    max-width: none;
  }

  .hero-home .hero-copy {
    text-align: center;
  }

  .hero-home .hero-actions {
    justify-content: center;
  }

  .navbar-brand img {
    width: auto;
    height: 34px;
    max-width: none;
  }

  .floating-whatsapp {
    display: none;
  }

  .section-title {
    font-size: clamp(26px, 7vw, 34px);
    max-width: none;
  }

  .hero-copy,
  .page-hero-copy,
  .contact-hero-copy {
    padding: 108px 0 64px;
  }

  .hero-trust-chip {
    width: 100%;
    justify-content: center;
  }

  .collection-grid,
  .service-grid,
  .gallery-grid,
  .contact-compact-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid.gallery-grid--three,
  .about-points-grid {
    grid-template-columns: 1fr;
  }

  .product-body,
  .service-body,
  .service-intro-panel,
  .contact-form-card,
  .map-panel,
  .area-panel,
  .cta-panel,
  .faq-shell,
  .areas-cover-panel {
    padding: 22px;
  }

  .benefit-card,
  .advice-card,
  .contact-card,
  .process-card {
    padding: 20px;
  }

  .quote-quick-actions,
  .hero-actions {
    gap: 10px;
  }

  .quote-quick-actions > *,
  .hero-actions > * {
    flex: 1 1 100%;
  }

  .floating-whatsapp {
    right: 14px;
    bottom: 84px;
  }

  .floating-whatsapp .btn {
    min-width: 0;
    padding: 12px 14px;
  }

  .floating-top {
    right: 14px;
    bottom: 144px;
  }

  .mobile-cta {
    display: block;
  }
}
