* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Segoe UI', Arial, sans-serif;
    background-color: #f4f6f8;
    color: #1e252b;
    line-height: 1.6;
}

/* Navigation */
nav {
    display: flex;
    align-items: center;
    gap: 2rem;
    background-color: #ffffff;
    padding: 1rem clamp(2rem, 5vw, 5rem);
}

.logo-link {
    flex: 0 0 auto;
}

.logo {
    display: block;
    width: min(220px, 48vw);
    height: auto;
}

.menu-toggle {
    display: none;
    width: 2.75rem;
    height: 2.75rem;
    padding: 0.6rem;
    border: 0;
    border-radius: 8px;
    background-color: #11161a;
    cursor: pointer;
}

.menu-toggle span {
    display: block;
    height: 2px;
    margin: 0.3rem 0;
    background-color: #ffffff;
    transition: transform 0.2s, opacity 0.2s;
}

.main-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: clamp(1rem, 3vw, 2.5rem);
    flex: 1;
}

.main-menu a {
    color: #1e252b;
    text-decoration: none;
    font-weight: 700;
    white-space: nowrap;
}

.main-menu a:hover,
.main-menu a.active {
    color: #d9381e;
}

.facebook-menu-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.6rem;
    height: 1.6rem;
    background-color: #1877f2;
    color: #ffffff !important;
    border-radius: 50%;
    font-family: Arial, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: transform 0.2s, background-color 0.2s;
}

.facebook-menu-link:hover {
    background-color: #0d65d9;
    transform: translateY(-2px);
}

.btn-call {
    background-color: #d9381e;
    color: #fff;
    padding: 0.6rem 1.2rem;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
}

/* Hero Section */
.hero-auto {
    background: linear-gradient(rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.68)), url('https://images.pexels.com/photos/3807277/pexels-photo-3807277.jpeg?auto=compress&cs=tinysrgb&w=1800') center/cover;
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding: 0 1rem;
}

.hero-services {
    background-image: linear-gradient(rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.68)), url('https://images.unsplash.com/photo-1487754180451-c456f719a1fc?auto=format&fit=crop&w=1800&q=80');
}

.hero-rental {
    background-image: linear-gradient(rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.58)), url('https://images.unsplash.com/photo-1492144534655-ae79c964c9d7?auto=format&fit=crop&w=1800&q=80');
}

.hero-sales {
    background-image: linear-gradient(rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.58)), url('https://images.unsplash.com/photo-1503376780353-7e6692767b70?auto=format&fit=crop&w=1800&q=80');
}

.hero-contact {
    background-image: linear-gradient(rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.62)), url('https://images.unsplash.com/photo-1521791055366-0d553872125f?auto=format&fit=crop&w=1800&q=80');
}

.hero-content h1 {
    font-size: 3.5rem;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}

.hero-content p {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    color: #cccccc;
}

.btn-primary {
    display: inline-block;
    background-color: #d9381e;
    color: #fff;
    padding: 0.8rem 2rem;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
}

/* Ydelser (Grid) */
main {
    max-width: 1000px;
    margin: 3rem auto;
    padding: 0 1rem;
}

.services {
    text-align: center;
    margin-bottom: 4rem;
}

.about-section {
    max-width: 760px;
    margin: 0 auto 4rem;
    padding: 2rem 2.5rem;
    background-color: #ffffff;
    border-left: 4px solid #d9381e;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    text-align: center;
}

.about-section h2 {
    margin-bottom: 1rem;
}

.partner-badge {
    display: inline-block;
    margin-bottom: 1rem;
    padding: 0.35rem 0.8rem;
    border: 1px solid #d9381e;
    border-radius: 999px;
    color: #d9381e;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.about-section p + p {
    margin-top: 0.75rem;
}

.hella-section {
    display: flex;
    align-items: center;
    gap: clamp(2rem, 6vw, 5rem);
    margin: 0 auto 4rem;
    padding: clamp(2rem, 5vw, 3.5rem);
    max-width: 1000px;
    background: linear-gradient(135deg, #ffdd00 0%, #ffea62 100%);
    border-radius: 18px;
    box-shadow: 0 10px 24px rgba(30, 37, 43, 0.1);
}

.hella-mark {
    flex: 0 0 auto;
    display: block;
    width: min(280px, 100%);
    height: auto;
}

.hella-copy {
    max-width: 590px;
}

.hella-kicker {
    color: #143d63;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.hella-copy h2 {
    margin: 0.5rem 0 0.75rem;
    color: #11161a;
}

.hella-copy p {
    color: #263746;
}

.hella-link {
    display: inline-block;
    margin-top: 1.25rem;
    color: #143d63;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 0.2rem;
}

.hella-link:hover {
    color: #11161a;
}

.services h2, .contact-section h2, .page-intro h1 {
    font-size: 2rem;
    margin-bottom: 2rem;
}

.section-link {
    margin-top: 2rem;
}

.page-main {
    min-height: 60vh;
}

.page-intro {
    text-align: center;
    margin-bottom: 2rem;
}

.page-intro p {
    max-width: 680px;
    margin: 0 auto;
}

.content-section {
    background-color: #ffffff;
    padding: 2.5rem;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    margin-bottom: 1.5rem;
}

.content-section h2 {
    margin-bottom: 1rem;
}

.content-section p + p {
    margin-top: 1rem;
}

.rental-listing {
    margin: 3rem 0;
}

.rental-listing > h2 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.rental-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
}

.rental-card {
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.rental-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 170px;
    background: linear-gradient(135deg, #dfe4e8, #f4f6f8);
    color: #68747d;
    font-weight: 700;
}

.rental-card-content {
    padding: 1.5rem;
}

.rental-status {
    color: #d9381e;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.rental-card h3 {
    margin: 0.5rem 0;
}

.rental-card .btn-primary {
    margin-top: 1.25rem;
    padding: 0.65rem 1rem;
    font-size: 0.9rem;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.offerings-grid {
    align-items: stretch;
}

.service-card {
    background-color: #ffffff;
    padding: 2rem;
    border-radius: 6px;
    border-top: 4px solid #d9381e;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    text-align: left;
}

.offerings-grid .service-card {
    min-height: 260px;
    padding: 2.5rem 2rem;
}

.service-card h3 {
    margin-bottom: 0.8rem;
}

/* Formular */
.contact-layout {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
    align-items: stretch;
}

.contact-section {
    background-color: #ffffff;
    padding: clamp(1.5rem, 5vw, 3rem);
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(30, 37, 43, 0.08);
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.5rem;
}

.contact-form input, .contact-form textarea {
    padding: 1rem 1.1rem;
    border: 1px solid #d7dce0;
    border-radius: 12px;
    font-size: 1rem;
    font-family: inherit;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.contact-form input:focus, .contact-form textarea:focus {
    outline: none;
    border-color: #d9381e;
    box-shadow: 0 0 0 3px rgba(217, 56, 30, 0.12);
}

.btn-submit {
    background-color: #11161a;
    color: #fff;
    border: none;
    padding: 1rem;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    border-radius: 12px;
    transition: background-color 0.2s;
}

.btn-submit:hover {
    background-color: #d9381e;
}

.map-section {
    padding: clamp(1.5rem, 5vw, 2.5rem);
    background-color: #ffffff;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(30, 37, 43, 0.08);
}

.map-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.map-heading h2 {
    margin-bottom: 0.5rem;
}

.map-heading p {
    max-width: 600px;
}

.map-frame {
    height: 360px;
    overflow: hidden;
    border-radius: 12px;
}

.map-frame iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

footer {
    text-align: center;
    padding: 2rem;
    background-color: #11161a;
    color: #888;
    margin-top: 4rem;
}

.facebook-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    margin-top: 0.75rem;
    background-color: #1877f2;
    color: #ffffff;
    border-radius: 50%;
    font-family: Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: transform 0.2s, background-color 0.2s;
}

.facebook-link:hover {
    background-color: #0d65d9;
    transform: translateY(-2px);
}

@media (max-width: 900px) {
    nav {
        flex-wrap: wrap;
        justify-content: center;
    }

    .menu-toggle {
        display: block;
        margin-left: auto;
    }

    .main-menu {
        display: none;
        order: 3;
        flex-basis: 100%;
        flex-direction: column;
        gap: 1rem;
        padding: 1rem 0 0.5rem;
    }

    nav.menu-open .main-menu {
        display: flex;
    }

    nav.menu-open .menu-toggle span:nth-child(1) {
        transform: translateY(0.4rem) rotate(45deg);
    }

    nav.menu-open .menu-toggle span:nth-child(2) {
        opacity: 0;
    }

    nav.menu-open .menu-toggle span:nth-child(3) {
        transform: translateY(-0.4rem) rotate(-45deg);
    }

    .contact-layout {
        grid-template-columns: 1fr;
    }

    .rental-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 520px) {
    nav {
        padding: 1rem;
        gap: 1rem;
    }

    .main-menu {
        gap: 0.75rem 1rem;
    }

    .main-menu a {
        font-size: 0.95rem;
    }

    .hella-section {
        align-items: flex-start;
        flex-direction: column;
        gap: 1.5rem;
    }

    .map-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .map-frame {
        height: 300px;
    }
}