.wl-landing {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
  font-family: var(--font-body, system-ui, sans-serif);
  color: var(--color-text, inherit);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

.wl-landing:not(.wl-dm) {
  background: var(--color-bg, transparent);
}

.wl-landing img {
  display: block;
  max-width: 100%;
  height: auto;
}

.wl-landing .wl-form-success {
  font-weight: 700;
  color: var(--color-primary, currentColor);
}

.wl-cf7-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.wl-consent {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  margin: 0.75rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: var(--color-text-muted, rgba(0, 0, 0, 0.65));
  cursor: pointer;
  text-align: left;
}

.wl-consent-text {
  flex: 1;
  min-width: 0;
}

.wl-consent input[type="checkbox"] {
  flex: 0 0 1rem;
  width: 1rem !important;
  height: 1rem !important;
  min-width: 1rem !important;
  min-height: 1rem !important;
  max-width: 1rem !important;
  max-height: 1rem !important;
  margin: 0.125rem 0 0;
  padding: 0 !important;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0.2rem;
  background: #fff;
  accent-color: var(--color-primary, #456443);
  cursor: pointer;
  appearance: auto;
  -webkit-appearance: checkbox;
}

.wl-consent a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.wl-consent a:hover {
  opacity: 0.85;
}

.wl-form-status {
  margin: 0.5rem 0 0;
  font-size: 0.875rem;
}

.wl-form-status.is-error {
  color: #b42318;
}

.wl-landing .cta-form .wl-consent,
.wl-landing .contact-alt-form .wl-consent {
  flex-basis: 100%;
  width: 100%;
  grid-column: 1 / -1;
}

.wl-landing .cta-panel .wl-consent,
.wl-landing .cta-box .wl-consent {
  width: 100%;
  color: rgba(255, 255, 255, 0.82);
}

.wl-landing .cta-panel .wl-consent a,
.wl-landing .cta-box .wl-consent a {
  color: #fff;
}

.wl-landing .cta-panel .wl-consent input[type="checkbox"],
.wl-landing .cta-box .wl-consent input[type="checkbox"] {
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.95);
}

.wl-landing .cta-section .wl-consent {
  color: rgba(255, 255, 255, 0.82);
}

.wl-landing .cta-section .wl-consent a {
  color: #fff;
}

@media (prefers-reduced-motion: no-preference) {
  .wl-landing .wl-reveal {
    opacity: 0;
    transform: translate3d(0, 32px, 0);
    transition:
      opacity 1.2s cubic-bezier(0.22, 1, 0.36, 1),
      transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .wl-landing .wl-reveal.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  .wl-landing .wl-reveal.is-visible .service-tile,
  .wl-landing .wl-reveal.is-visible .step-card,
  .wl-landing .wl-reveal.is-visible .price-card,
  .wl-landing .wl-reveal.is-visible .trust-item,
  .wl-landing .wl-reveal.is-visible .faq-item {
    animation: wl-reveal-child 1s cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  .wl-landing .wl-reveal.is-visible .service-tile:nth-child(1),
  .wl-landing .wl-reveal.is-visible .step-card:nth-child(1),
  .wl-landing .wl-reveal.is-visible .price-card:nth-child(1),
  .wl-landing .wl-reveal.is-visible .trust-item:nth-child(1),
  .wl-landing .wl-reveal.is-visible .faq-item:nth-child(1) { animation-delay: 0.12s; }

  .wl-landing .wl-reveal.is-visible .service-tile:nth-child(2),
  .wl-landing .wl-reveal.is-visible .step-card:nth-child(2),
  .wl-landing .wl-reveal.is-visible .price-card:nth-child(2),
  .wl-landing .wl-reveal.is-visible .trust-item:nth-child(2),
  .wl-landing .wl-reveal.is-visible .faq-item:nth-child(2) { animation-delay: 0.24s; }

  .wl-landing .wl-reveal.is-visible .service-tile:nth-child(3),
  .wl-landing .wl-reveal.is-visible .step-card:nth-child(3),
  .wl-landing .wl-reveal.is-visible .price-card:nth-child(3),
  .wl-landing .wl-reveal.is-visible .trust-item:nth-child(3),
  .wl-landing .wl-reveal.is-visible .faq-item:nth-child(3) { animation-delay: 0.36s; }

  .wl-landing .wl-reveal.is-visible .service-tile:nth-child(4),
  .wl-landing .wl-reveal.is-visible .step-card:nth-child(4),
  .wl-landing .wl-reveal.is-visible .price-card:nth-child(4),
  .wl-landing .wl-reveal.is-visible .trust-item:nth-child(4),
  .wl-landing .wl-reveal.is-visible .faq-item:nth-child(4) { animation-delay: 0.48s; }

  .wl-landing .wl-reveal.is-visible .services-spotlight {
    animation: wl-reveal-child 1.05s cubic-bezier(0.22, 1, 0.36, 1) 0.3s both;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wl-landing .wl-reveal {
    opacity: 1;
    transform: none;
  }
}

@keyframes wl-reveal-child {
  from {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.wl-landing .cta-section .wl-consent input[type="checkbox"] {
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.95);
}

/* Elementor/theme resets often zero padding on widget children */
.wl-landing .faq-section .faq-question {
  padding: 1.25rem 2rem !important;
}

.wl-landing .faq-section .faq-answer p {
  margin: 0 !important;
  padding: 0 2rem 1.5rem !important;
}

.wl-landing .faq-section .faq-item.open .faq-answer p {
  padding-top: 0.75rem !important;
}

.wl-landing .cta-section .cta-form input:not([type="checkbox"]) {
  padding: 1rem 1.5rem !important;
}

.wl-landing .cta-section .btn-white,
.wl-landing .cta-section .cta-form button[type="submit"] {
  padding: 1rem 2rem;
}

/* Gazon cards — tight lists (beat Elementor ul/li defaults) */
.wl-landing .gazon-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.wl-landing .gazon-card ul li {
  margin: 0;
  padding: 0;
  max-width: none;
}

/* Demontazh — restore section/card padding when Elementor kit zeros widget children */
.wl-landing.wl-dm .dm-landing > .section {
  padding-block: clamp(4rem, 8vw, 6rem) !important;
}

.wl-landing.wl-dm .trust-strip {
  padding-block: 1.25rem !important;
}

.wl-landing.wl-dm .service-body {
  padding: 1.5rem !important;
  align-items: flex-start;
}

.wl-landing.wl-dm .service-meta {
  align-items: flex-start;
  padding-top: 1.5rem !important;
}

.wl-landing.wl-dm .service-tag,
.wl-landing.wl-dm a.service-link {
  display: inline-flex;
  width: auto;
  max-width: 100%;
  align-self: flex-start;
}

.wl-landing.wl-dm .type-card,
.wl-landing.wl-dm .price-card {
  padding: 1.5rem !important;
  align-items: flex-start;
}

.wl-landing.wl-dm .price-list {
  margin-top: 1.5rem !important;
  padding-top: 1rem !important;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}

.wl-landing.wl-dm a.price-cta {
  display: inline-flex;
  width: auto;
  max-width: 100%;
  align-self: flex-start;
  line-height: 1.25;
  margin-top: 2rem !important;
  padding-inline: 1.5rem !important;
}

.wl-landing.wl-dm .section-head {
  margin-bottom: 2.5rem !important;
}

.wl-landing.wl-dm .faq-section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wl-landing.wl-dm .faq-list {
  width: 100%;
  max-width: 640px;
  margin-inline: auto;
  align-self: center;
}

.wl-landing.wl-dm .cta-section .container.container--narrow {
  width: 100%;
  max-width: 640px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.wl-landing.wl-dm .cta-section .cta-form {
  width: 100%;
  max-width: 460px;
  margin-inline: auto;
  justify-content: center;
}

.wl-landing.wl-dm .cta-section .cta-form .wl-consent,
.wl-landing.wl-dm .cta-section .wl-form-status {
  width: 100%;
  max-width: 460px;
  margin-inline: auto;
}

.wl-landing.wl-dm .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Mosaic gallery (spil / ozelenenie / demontazh) */
.wl-landing .section.gallery-section {
  padding-block: clamp(var(--space-16, 4rem), 8vw, var(--space-24, 6rem));
}

.wl-landing .gallery-intro {
  margin-bottom: var(--space-6, 1.5rem);
}

.wl-landing .gallery-stack {
  display: flex;
  flex-direction: column;
  gap: var(--space-4, 1rem);
}

.wl-landing .gallery-band {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(2, 220px);
  gap: var(--space-4, 1rem);
}

.wl-landing .gallery-item {
  position: relative;
  display: grid;
  grid-template: 1fr / 1fr;
  margin: 0;
  min-height: 0;
  border-radius: var(--radius-lg, 24px);
  overflow: hidden;
  border: 1px solid var(--color-border, rgba(0, 0, 0, 0.12));
  background: var(--color-surface-offset, #e7dece);
}

.wl-landing .gallery-item img {
  grid-area: 1 / 1;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  transition: transform 0.4s ease;
}

.wl-landing .gallery-item:hover img {
  transform: scale(1.05);
}

/* Band A — tall left */
.wl-landing .gallery-band:not(.gallery-band--mirror):not(.gallery-band--short) .gallery-item:nth-child(1) {
  grid-column: 1 / span 5;
  grid-row: 1 / span 2;
}

.wl-landing .gallery-band:not(.gallery-band--mirror):not(.gallery-band--short) .gallery-item:nth-child(2) {
  grid-column: 6 / span 4;
  grid-row: 1 / span 1;
}

.wl-landing .gallery-band:not(.gallery-band--mirror):not(.gallery-band--short) .gallery-item:nth-child(3) {
  grid-column: 10 / span 3;
  grid-row: 1 / span 2;
}

.wl-landing .gallery-band:not(.gallery-band--mirror):not(.gallery-band--short) .gallery-item:nth-child(4) {
  grid-column: 6 / span 4;
  grid-row: 2 / span 1;
}

/* Band B — mirrored (tall right) */
.wl-landing .gallery-band--mirror:not(.gallery-band--short) .gallery-item:nth-child(1) {
  grid-column: 8 / span 5;
  grid-row: 1 / span 2;
}

.wl-landing .gallery-band--mirror:not(.gallery-band--short) .gallery-item:nth-child(2) {
  grid-column: 4 / span 4;
  grid-row: 1 / span 1;
}

.wl-landing .gallery-band--mirror:not(.gallery-band--short) .gallery-item:nth-child(3) {
  grid-column: 1 / span 3;
  grid-row: 1 / span 2;
}

.wl-landing .gallery-band--mirror:not(.gallery-band--short) .gallery-item:nth-child(4) {
  grid-column: 4 / span 4;
  grid-row: 2 / span 1;
}

/* Short band — 1–3 photos */
.wl-landing .gallery-band--short.gallery-band--count-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(2, 220px);
}

.wl-landing .gallery-band--short.gallery-band--count-3 .gallery-item:nth-child(1) {
  grid-column: 1 / span 2;
  grid-row: 1 / span 2;
}

.wl-landing .gallery-band--short.gallery-band--count-3 .gallery-item:nth-child(2) {
  grid-column: 3 / span 1;
  grid-row: 1 / span 1;
}

.wl-landing .gallery-band--short.gallery-band--count-3 .gallery-item:nth-child(3) {
  grid-column: 3 / span 1;
  grid-row: 2 / span 1;
}

.wl-landing .gallery-band--short.gallery-band--count-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: 260px;
}

.wl-landing .gallery-band--short.gallery-band--count-2 .gallery-item {
  grid-column: auto;
  grid-row: auto;
}

.wl-landing .gallery-band--short.gallery-band--count-1 {
  grid-template-columns: 1fr;
  grid-template-rows: min(420px, 55vw);
}

.wl-landing .gallery-band--short.gallery-band--count-1 .gallery-item {
  grid-column: auto;
  grid-row: auto;
}

.wl-landing .gallery-item figcaption {
  grid-area: 1 / 1;
  align-self: end;
  position: relative;
  inset: auto;
  z-index: 1;
  padding: var(--space-4, 1rem);
  background: linear-gradient(transparent, rgba(24, 27, 23, 0.72));
  color: #fff;
  font-size: var(--text-xs, 0.8125rem);
  line-height: 1.4;
}

.wl-landing .gallery-item figcaption .gallery-meta {
  display: block;
  margin-top: 0.2rem;
  opacity: 0.88;
  font-weight: 400;
}

@media (max-width: 1024px) {
  .wl-landing .gallery-band {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: none;
    grid-auto-rows: 240px;
  }

  .wl-landing .gallery-band .gallery-item {
    grid-column: span 1 !important;
    grid-row: span 1 !important;
  }

  .wl-landing .gallery-band--count-1 {
    grid-template-columns: 1fr;
  }
}

/* Lightbox gallery */
.wl-landing [data-wl-lightbox] .gallery-item {
  cursor: zoom-in;
}

.wl-lightbox {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1rem, 4vw, 2.5rem);
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.32s ease, visibility 0.32s;
}

.wl-lightbox.is-active {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

.wl-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(12, 16, 10, 0.88);
  backdrop-filter: blur(6px);
}

.wl-lightbox-panel {
  position: relative;
  z-index: 1;
  width: min(92vw, 1200px);
  max-height: 88vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.wl-lightbox-stage {
  position: relative;
  width: 100%;
  max-height: calc(88vh - 4rem);
  display: flex;
  align-items: center;
  justify-content: center;
}

.wl-lightbox-img {
  display: block;
  max-width: 100%;
  max-height: calc(88vh - 4rem);
  width: auto;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
  opacity: 0;
  transform: scale(0.94);
  transition: opacity 0.35s ease, transform 0.42s cubic-bezier(0.16, 1, 0.3, 1);
}

.wl-lightbox.is-active .wl-lightbox-img.is-visible {
  opacity: 1;
  transform: scale(1);
}

.wl-lightbox-caption {
  margin: 0;
  max-width: 52ch;
  text-align: center;
  font-size: 0.9375rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.9);
}

.wl-lightbox-counter {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 0.04em;
}

.wl-lightbox-close,
.wl-lightbox-nav {
  position: absolute;
  z-index: 2;
  border: 0;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: background 0.18s ease, transform 0.18s ease;
}

.wl-lightbox-close {
  top: clamp(0.75rem, 3vw, 1.25rem);
  right: clamp(0.75rem, 3vw, 1.25rem);
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 1.75rem;
  line-height: 1;
}

.wl-lightbox-nav {
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 1.75rem;
  line-height: 1;
}

.wl-lightbox-nav:hover,
.wl-lightbox-close:hover {
  background: rgba(255, 255, 255, 0.24);
}

.wl-lightbox-prev {
  left: clamp(0.5rem, 2vw, 1rem);
}

.wl-lightbox-next {
  right: clamp(0.5rem, 2vw, 1rem);
}

.wl-lightbox-fly {
  position: fixed;
  z-index: 100001;
  object-fit: cover;
  pointer-events: none;
  border-radius: 12px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

body.wl-lightbox-open {
  overflow: hidden;
}

@media (max-width: 640px) {
  .wl-lightbox-nav {
    width: 40px;
    height: 40px;
    font-size: 1.5rem;
  }

  .wl-lightbox-prev {
    left: 0.35rem;
  }

  .wl-lightbox-next {
    right: 0.35rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wl-lightbox,
  .wl-lightbox-img,
  .wl-lightbox-fly {
    transition: none;
  }
}
