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

::selection {
    background-color: #ea580c;
    color: #ffffff;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

img {
    user-select: none;
    -webkit-user-drag: none;
}

.z-60 {
    z-index: 60;
}

.top-34 {
    top: 34px;
}

.text-9px {
    font-size: 9px;
}

.text-10px {
    font-size: 10px;
}

.tracking-extra-wide {
    letter-spacing: 0.2em;
}

.min-h-screen-svh {
    min-height: 100svh;
}

@media (min-width: 1024px) {
    .lg\:min-h-850 {
        min-height: 850px;
    }
}

.h-400 {
    height: 400px;
}

.h-500 {
    height: 500px;
}

.h-240 {
    height: 240px;
}

.h-236 {
    height: 236px;
}

.h-300 {
    height: 300px;
}

@media (min-width: 768px) {
    .md\:h-600 {
        height: 600px;
    }
}

.max-w-250 {
    max-width: 250px;
}

.hero-bg {
    background-color: #065f46;
    position: relative;
    overflow: hidden;
}

.hero-bg-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.hero-bg-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    z-index: 1;
    pointer-events: none;
}

.tradhojd-bg-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.1;
    mix-blend-mode: overlay;
}

.map-filter {
    filter: grayscale(20%) contrast(90%);
}

.widget-chat-mobile {
    max-height: 80vh;
}

@media (max-width: 640px) {
    .widget-chat-mobile {
        width: calc(100vw - 3rem);
        max-width: 320px;
    }
}

.hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    font-weight: 700;
    font-size: 0.8rem;
    transition: all 0.2s ease;
    white-space: nowrap;
}

@media (min-width: 640px) {
    .hero-cta {
        padding: 0.875rem 1.5rem;
        font-size: 0.9rem;
        gap: 0.5rem;
    }
}

.hero-cta-phone {
    background: linear-gradient(135deg, #ea580c 0%, #c2410c 100%);
    color: white;
    box-shadow: 0 4px 20px rgba(234, 88, 12, 0.5);
}

.hero-cta-phone:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(234, 88, 12, 0.6);
}

.hero-cta-email {
    background: rgba(255, 255, 255, 0.15);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
}

.hero-cta-email:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 640px) {
    section,
    section > div,
    section > div > div,
    section > div > div > div {
        max-width: 100%;
        box-sizing: border-box;
        overflow-x: hidden;
    }

    .grid > div {
        min-width: 0;
        max-width: 100%;
    }
}

#contact-form,
#quick-contact-form {
    max-width: 100%;
    overflow: hidden;
    scroll-margin-top: 120px;
}

#contact-form .g-recaptcha,
#quick-contact-form .g-recaptcha {
    transform-origin: left center;
    max-width: 100%;
}

@media (max-width: 400px) {
    #contact-form .g-recaptcha,
    #quick-contact-form .g-recaptcha {
        transform: scale(0.85);
    }
}

@media (max-width: 340px) {
    #contact-form .g-recaptcha,
    #quick-contact-form .g-recaptcha {
        transform: scale(0.75);
    }
}
