body.static-html header > div:first-child {
  background-color: var(--t-header-scrolled-bg) !important;
  border: 1px solid var(--t-header-scrolled-border) !important;
  border-radius: 1rem !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

body.static-html header a[href="/"] span,
body.static-html header a[href="/"] div div {
  color: var(--t-header-logo-text) !important;
}

body.static-html header nav a,
body.static-html header nav button,
body.static-html header .lg\:hidden > button:last-child {
  color: color-mix(in srgb, var(--t-header-nav-text) 76%, transparent) !important;
}

.static-phone-panel {
  position: absolute;
  right: 0;
  top: calc(100% + 12px);
  z-index: 80;
  min-width: 190px;
  overflow: hidden;
  border: 1px solid var(--t-dropdown-border);
  border-radius: 1rem;
  background: var(--t-dropdown-bg);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.14);
  transform-origin: top right;
  opacity: 0;
  transform: translate3d(0, -8px, 0) scale(.95);
  transition: opacity .22s ease, transform .22s cubic-bezier(.22, 1, .36, 1);
  will-change: opacity, transform;
}

.static-phone-panel.is-open {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.static-phone-panel a {
  display: flex;
  align-items: center;
  gap: .65rem;
  padding: .78rem 1rem;
  color: var(--t-dropdown-text) !important;
  font-size: .875rem;
  font-weight: 600;
}

.static-phone-panel a:hover {
  background: var(--t-dropdown-hover);
}

.static-contact-icon {
  display: inline-flex;
  width: 1rem;
  height: 1rem;
  flex: 0 0 1rem;
  align-items: center;
  justify-content: center;
}

.static-contact-icon svg {
  width: 100%;
  height: 100%;
}

.static-contact-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.static-viber .static-contact-icon,
.static-viber.static-contact-icon { color: #7c3aed; }
.static-telegram .static-contact-icon,
.static-telegram.static-contact-icon { color: #0ea5e9; }
.static-whatsapp .static-contact-icon,
.static-whatsapp.static-contact-icon { color: #16a34a; }
.static-phone .static-contact-icon,
.static-phone.static-contact-icon { color: #4A7C59; }

.static-mobile-menu {
  position: fixed;
  left: 1rem;
  right: 1rem;
  top: 5.35rem;
  z-index: 49;
  overflow: hidden;
  border: 1px solid var(--t-header-mobile-border);
  border-radius: 1rem;
  background: var(--t-header-mobile-bg);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
  opacity: 0;
  transform: translate3d(0, -10px, 0);
  transition: opacity .26s ease, transform .26s cubic-bezier(.22, 1, .36, 1);
  will-change: opacity, transform;
}

.static-mobile-menu.is-open {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.static-mobile-menu a,
.static-mobile-menu button {
  display: block;
  width: 100%;
  padding: .9rem 1rem;
  border: 0;
  border-radius: .75rem;
  background: transparent;
  color: var(--t-header-mobile-text) !important;
  text-align: left;
  font-size: 1rem;
  font-weight: 600;
}

.static-mobile-menu a:hover,
.static-mobile-menu button:hover {
  background: color-mix(in srgb, var(--t-header-mobile-hover) 60%, transparent);
}

.static-mobile-menu-inner {
  padding: .75rem;
}

.static-mobile-menu-divider {
  margin: .7rem 1rem;
  height: 1px;
  background: var(--t-header-mobile-border);
}

.static-mobile-contact-title {
  margin: .95rem 1rem .65rem;
  color: var(--t-footer-muted);
  font-size: .75rem;
  line-height: 1rem;
}

.static-mobile-contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  padding: 0 1rem;
}

.static-mobile-menu .static-mobile-contact-link {
  display: inline-flex;
  width: auto;
  align-items: center;
  gap: .5rem;
  padding: .55rem .75rem;
  border-radius: .75rem;
  background: color-mix(in srgb, var(--t-header-mobile-hover) 60%, transparent);
  font-size: .875rem;
}

.static-mobile-menu .static-mobile-phone-line {
  display: none !important;
  width: auto;
  align-items: center;
  gap: .5rem;
  margin-top: 1rem;
  padding: 0 1rem .35rem;
  color: color-mix(in srgb, var(--t-header-mobile-text) 80%, transparent) !important;
}

.motion-reveal {
  opacity: 0 !important;
  transform: translate3d(0, 40px, 0) !important;
  transition: opacity .86s cubic-bezier(.22, 1, .36, 1), transform .86s cubic-bezier(.22, 1, .36, 1) !important;
  will-change: opacity, transform;
}

.motion-reveal.is-visible {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) !important;
}

.motion-reveal[data-reveal-delay="1"] { transition-delay: .12s !important; }
.motion-reveal[data-reveal-delay="2"] { transition-delay: .24s !important; }
.motion-reveal[data-reveal-delay="3"] { transition-delay: .36s !important; }

.static-floating-review {
  min-width: 180px;
  min-height: 120px;
}

.static-floating-review .static-floating-review-stars,
.static-floating-review .static-floating-review-text,
.static-floating-review .static-floating-review-author {
  transition: opacity .34s ease, transform .34s cubic-bezier(.22, 1, .36, 1);
}

.static-floating-review.is-changing .static-floating-review-stars,
.static-floating-review.is-changing .static-floating-review-text,
.static-floating-review.is-changing .static-floating-review-author {
  opacity: 0;
  transform: translate3d(0, 8px, 0);
}

.static-gallery-swiper,
.static-review-swiper {
  width: 100%;
}

.static-gallery-swiper {
  border-radius: 1.5rem;
  overflow: hidden;
  background: #f3f4f6;
}

.static-gallery-swiper .swiper-slide img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.static-gallery-thumbs {
  margin-top: .75rem;
}

.static-gallery-thumbs .swiper-slide {
  cursor: pointer;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: .75rem;
  opacity: .72;
}

.static-gallery-thumbs .swiper-slide-thumb-active {
  border-color: #4A7C59;
  opacity: 1;
}

.static-gallery-thumbs img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.static-swiper-button {
  width: 2.5rem;
  height: 2.5rem;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .16);
  color: #1A2F23;
}

.static-swiper-button::before,
.static-swiper-button::after {
  display: none !important;
  content: none !important;
}

.static-arrow-icon {
  display: block;
  width: .72rem;
  height: .72rem;
  border-top: 3px solid #1A2F23;
  border-right: 3px solid #1A2F23;
  color: #1A2F23;
}

.static-swiper-button svg,
.static-swiper-button .swiper-navigation-icon,
.static-gallery-swiper .swiper-navigation-icon,
.static-review-swiper .swiper-navigation-icon {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

.static-swiper-button.swiper-button-prev .static-arrow-icon,
.static-swiper-button.static-review-prev .static-arrow-icon {
  transform: rotate(-135deg);
  margin-left: .22rem;
}

.static-swiper-button.swiper-button-next .static-arrow-icon,
.static-swiper-button.static-review-next .static-arrow-icon {
  transform: rotate(45deg);
  margin-right: .22rem;
}

.static-review-swiper {
  overflow: hidden;
  margin-inline: .25rem;
}

.static-review-swiper .swiper-slide {
  height: auto;
  box-sizing: border-box;
}

.static-review-pagination {
  position: static;
  margin-top: 1.2rem;
}

.static-review-pagination .swiper-pagination-bullet-active {
  width: 1.5rem;
  border-radius: 999px;
  background: #4A7C59;
}

/* Final static polish: match React arrow buttons instead of Swiper defaults. */
.static-swiper-button {
  width: 2.25rem;
  height: 2.25rem;
  border: 1px solid rgba(229, 231, 235, .9);
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .12);
  transition: background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.static-gallery-swiper .static-swiper-button {
  width: 2.5rem;
  height: 2.5rem;
}

.static-review-prev { left: -1.15rem; }
.static-review-next { right: -1.15rem; }

@media (max-width: 640px) {
  .static-review-prev { left: -.65rem; }
  .static-review-next { right: -.65rem; }
}

body.static-html .fixed.bottom-3 {
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 1rem !important;
  z-index: 60 !important;
  display: flex !important;
  justify-content: center !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: translate3d(0, 0, 0) !important;
  pointer-events: auto !important;
}

@media (max-width: 1023px) {
  body.static-html .fixed.bottom-3 {
    display: flex !important;
    bottom: .75rem !important;
    padding-left: .75rem !important;
    padding-right: .75rem !important;
    transform: translate3d(0, 0, 0) !important;
  }
}

body.static-html .fixed.bottom-3 > div {
  background: rgba(255, 255, 255, .95) !important;
  border: 1px solid #f3f4f6 !important;
  border-radius: 1rem !important;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .18) !important;
}

@media (max-width: 1023px) {
  body.static-html .fixed.bottom-3 > div {
    max-width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  body.static-html .fixed.bottom-3 > div::-webkit-scrollbar {
    display: none;
  }

  body.static-html .fixed.bottom-3 button {
    flex: 0 0 auto;
    padding: .55rem .9rem !important;
    font-size: .875rem !important;
  }
}

body.static-html .fixed.bottom-3 button {
  color: #4A7C59 !important;
  transition: color .2s ease, background-color .2s ease, box-shadow .2s ease !important;
}

body.static-html .fixed.bottom-3 button:hover {
  background: #F0EBE3 !important;
  color: #1A2F23 !important;
}

body.static-html .fixed.bottom-3 button.static-sticky-active {
  background: #4A7C59 !important;
  color: #fff !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .12) !important;
}
