.brand-lockup {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
}

.brand-logo {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 1rem;
    box-shadow: 0 18px 38px rgba(0, 109, 56, 0.22);
    flex-shrink: 0;
}

.quick-action,
.floating-contact {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    color: #ffffff;
    text-decoration: none;
    transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.quick-action {
    width: 2.75rem;
    height: 2.75rem;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.16);
}

.quick-action:hover,
.floating-contact:hover {
    transform: translateY(-2px) scale(1.04);
    filter: brightness(1.03);
}

.quick-action.call,
.floating-contact.call {
    background: linear-gradient(135deg, #006d38 0%, #00a859 100%);
}

.quick-action.whatsapp,
.floating-contact.whatsapp {
    background: #25d366;
}

.quick-action svg,
.floating-contact svg {
    width: 1.25rem;
    height: 1.25rem;
    fill: currentColor;
}

.whatsapp-icon {
    width: 1.2rem;
    height: 1.2rem;
    fill: currentColor;
    flex-shrink: 0;
}

.whatsapp-icon-lg {
    width: 1.8rem;
    height: 1.8rem;
}

.mobile-menu {
    position: relative;
}

.mobile-menu summary {
    list-style: none;
    cursor: pointer;
    width: 2.75rem;
    height: 2.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    color: #191c1e;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(109, 123, 110, 0.18);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
}

.mobile-menu summary::-webkit-details-marker {
    display: none;
}

.mobile-menu[open] summary {
    background: #006d38;
    color: #ffffff;
}

.mobile-menu-panel {
    position: absolute;
    top: calc(100% + 0.75rem);
    right: 0;
    width: min(18rem, calc(100vw - 1.5rem));
    padding: 0.75rem;
    display: grid;
    gap: 0.35rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(109, 123, 110, 0.15);
    backdrop-filter: blur(14px);
    box-shadow: 0 24px 40px rgba(15, 23, 42, 0.16);
}

.mobile-menu-link {
    display: block;
    padding: 0.875rem 1rem;
    border-radius: 0.875rem;
    color: #191c1e;
    text-decoration: none;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
}

.mobile-menu-link:hover {
    background: #f2f4f7;
    color: #006d38;
}

.mobile-menu-link[aria-current="page"] {
    background: #e6f4ec;
    color: #006d38;
}

.floating-actions {
    position: fixed;
    right: 1.1rem;
    bottom: 1.1rem;
    z-index: 120;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.floating-entry {
    position: relative;
}

.floating-pulse {
    position: absolute;
    inset: -0.3rem;
    border-radius: 9999px;
    opacity: 0.22;
    animation: soft-ping 2.2s ease-out infinite;
    pointer-events: none;
}

.floating-pulse.call {
    background: #00a859;
    animation-delay: 0.3s;
}

.floating-pulse.whatsapp {
    background: #25d366;
}

.floating-contact {
    position: relative;
    z-index: 1;
    width: 4rem;
    height: 4rem;
    box-shadow: 0 22px 38px rgba(15, 23, 42, 0.22);
}

.heartbeat {
    animation: heartbeat 1.9s ease-in-out infinite;
    transform-origin: center;
}

.heartbeat-delay {
    animation-delay: 0.25s;
}

.map-embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.repair-photo-card {
    overflow: hidden;
    border-radius: 1.5rem;
    box-shadow: 0 24px 44px rgba(15, 23, 42, 0.14);
}

.repair-photo-card img {
    display: block;
    width: 100%;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

@keyframes soft-ping {
    0% {
        transform: scale(0.88);
        opacity: 0.24;
    }
    70% {
        transform: scale(1.22);
        opacity: 0;
    }
    100% {
        transform: scale(1.22);
        opacity: 0;
    }
}

@keyframes heartbeat {
    0%,
    28%,
    60%,
    100% {
        transform: scale(1);
    }
    14% {
        transform: scale(1.08);
    }
    42% {
        transform: scale(1.14);
    }
}

@media (max-width: 640px) {
    .brand-logo {
        width: 2.5rem;
        height: 2.5rem;
    }

    .floating-actions {
        right: 0.9rem;
        bottom: 0.9rem;
        gap: 0.7rem;
    }

    .floating-contact {
        width: 3.55rem;
        height: 3.55rem;
    }
}
body {
  overflow-x: hidden;
}

.brand-lockup {
  min-width: 0;
}

.brand-lockup span {
  white-space: nowrap;
}

.quick-action {
  flex-shrink: 0;
}

.mobile-menu {
  position: relative;
  flex-shrink: 0;
}

.mobile-menu-panel {
  max-height: min(70vh, 28rem);
  overflow-y: auto;
}

@media (max-width: 767px) {
  .quick-action {
    display: none !important;
  }
}

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

.mobile-menu summary::-webkit-details-marker {
  display: none;
}

.mobile-menu[open] {
  z-index: 70;
}

.mobile-menu[open] .material-symbols-outlined {
  transform: rotate(90deg);
}

@media (max-width: 1023px) {
  [class*="rotate-2"],
  [class*="rotate-3"],
  [class*="-rotate-2"],
  [class*="-rotate-3"],
  [class*="scale-110"],
  [class*="translate-x-4"] {
    transform: none !important;
  }

  [class*="absolute"][class*="-right-20"],
  [class*="absolute"][class*="-left-10"] {
    position: static !important;
    inset: auto !important;
    width: 100% !important;
    margin-top: 1rem;
  }

  [class*="absolute"][class*="-left-10"][class*="bottom-10"] {
    display: none !important;
  }
}
