body {
    font-family: 'Assistant', sans-serif;
}

h1, h2, h3, h4, .font-heading {
    font-family: 'Heebo', sans-serif;
}

.skip-link {
    position: absolute;
    top: -999px;
    right: 0;
    background: #0a1d0d;
    color: #ffffff;
    padding: 12px 24px;
    z-index: 1000;
    font-weight: 700;
    border-radius: 0 0 0 16px;
    border: 2px solid #84cc16;
    transition: top 0.2s ease-in-out;
}

.skip-link:focus {
    top: 0;
}

:focus-visible {
    outline: 3px solid #84cc16 !important;
    outline-offset: 2px !important;
}

.inline-tel-error, 
.inline-name-error {
    color: #dc2626;
    font-size: 12px;
    margin-top: 4px;
    display: none;
    font-weight: 700;
}

.form-success-overlay {
    display: none;
    position: absolute;
    inset: 0;
    background: #ffffff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 1.5rem;
    z-index: 30;
    direction: rtl !important;
}

@media (max-width: 768px) {
    body:has(#cookie-banner:not(.hidden)) {
        padding-bottom: 95px;
    }
}

.hero-bg {
    background-image: linear-gradient(to bottom, rgba(10, 29, 13, 0.82), rgba(10, 29, 13, 0.90)), url('https://images.unsplash.com/photo-1558904541-efa8c4a08931?auto=format&fit=crop&w=1920&q=80');
    background-size: cover;
    background-position: center;
}