:root {
    --bg: #ffffff;
    --text: #0b1b2a;
    --muted: #4b6478;
    --line: rgba(11, 27, 42, .12);
    --soft: #f5fbff;
    --primary: #0e6aa8;
    --primary2: #2fb7d5;
    --radius: 18px;
    --shadow: 0 18px 50px rgba(8, 35, 55, .12);
    --max: 1120px;
}

body {
    position: relative;
    background: #ffffff;
    color: var(--text);
}

.nav__mobile {
    display: none;
}

.nav__mobile.is-open {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 14px 0;
}

.btn--whatsapp {
    background-color: #bde9ff;
    /* baby blue */
    color: #0b1b2a;
    border: none;
}

.btn--whatsapp:hover {
    background-color: #a6defa;
    /* slightly darker on hover */
}


/* Schnell-Anfrage background image */

.panel {
    position: relative;
    overflow: hidden;
}

.panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("mjetet1.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.5;
    /* adjust transparency here */
    z-index: 0;
}


/* Keep content above image */

.panel>* {
    position: relative;
    z-index: 1;
}


/* Background image overlay */

body {
    position: relative;
    background: #ffffff;
}


/* GLOBAL background images */

body::before {
    content: "";
    position: fixed;
    inset: 0;
    background-image: url("abwischen.jpg"), /* LEFT */
    url("gjamat.jpg");
    /* RIGHT */
    background-position: left 120px center, right 120px center;
    background-repeat: no-repeat, no-repeat;
    background-size: 600px, 700px;
    opacity: 0.5;
    /* subtle & professional */
    pointer-events: none;
    z-index: -1;
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    background: var(--bg);
    color: var(--text);
    line-height: 1.6;
}

img {
    max-width: 100%;
    height: auto;
    display: block
}

a {
    color: inherit;
    text-decoration: none
}

.container {
    max-width: var(--max);
    margin: 0 auto;
    padding: 0 18px
}


/* Topbar */

.topbar {
    background: #0b1b2a;
    color: #fff;
    font-size: 13px;
}

.topbar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.topbar a {
    opacity: .95
}

.topbar a:hover {
    opacity: 1
}

.sep {
    opacity: .4;
    margin: 0 10px
}


/* Header */

.header {
    position: sticky;
    top: 0;
    z-index: 30;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 120px;
    gap: 14px;
}

.brand__logo {
    height: 240px;
    width: auto
}

.nav {
    display: flex;
    align-items: center;
    gap: 18px
}

.nav a {
    font-weight: 700;
    color: var(--primary)
}

.nav a:hover {
    color: var(--primary2)
}

.nav__toggle {
    display: none;
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 12px;
    padding: 10px 12px;
    cursor: pointer
}

.nav__mobile {
    display: none;
    padding: 12px 0 18px;
    border-top: 1px solid var(--line);
}

.nav__mobile a {
    display: block;
    padding: 10px 0;
    font-weight: 700;
    color: var(--primary);
}


/* Buttons */

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 999px;
    border: 1px solid var(--line);
    padding: 12px 16px;
    font-weight: 800;
    cursor: pointer;
    background: #fff;
    transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}

.btn:hover {
    transform: translateY(-1px);
    box-shadow: var(--shadow)
}

.btn--primary {
    border-color: transparent;
    color: #fff;
    background: linear-gradient(90deg, var(--primary), var(--primary2));
}

.btn--ghost {
    background: rgba(14, 106, 168, .08)
}

.btn--full {
    width: 100%
}

.btn--small {
    padding: 10px 12px;
    font-size: 14px
}


/* Hero */

.hero {
    padding: 64px 0 40px;
    background: radial-gradient(900px 400px at 20% 10%, rgba(47, 183, 213, .18), transparent 60%), radial-gradient(900px 400px at 80% 0%, rgba(14, 106, 168, .14), transparent 60%), linear-gradient(180deg, var(--soft), #fff);
}

.hero__grid {
    display: grid;
    grid-template-columns: 1.2fr .9fr;
    gap: 26px;
    align-items: start;
}

.badge {
    display: inline-flex;
    padding: 8px 12px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid var(--line);
    font-weight: 800;
    color: var(--primary);
}

.hero h1 {
    font-size: clamp(32px, 4vw, 48px);
    margin: 14px 0 10px;
    letter-spacing: -.02em
}

.lead {
    color: var(--muted);
    max-width: 62ch;
    margin: 0 0 16px
}

.hero__actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin: 12px 0 16px
}

.stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 10px
}

.stat {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 12px;
}

.stat__num {
    font-weight: 900
}

.stat__label {
    color: var(--muted);
    font-size: 13px
}

.hero__panel {
    display: grid;
    gap: 14px
}

.panel {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 18px;
    box-shadow: var(--shadow);
}

.panel--soft {
    margin-top: 50px;
    background: linear-gradient(180deg, rgba(47, 183, 213, .10), #fff);
}

.panel h2,
.panel h3 {
    margin: 0 0 6px
}

.muted {
    color: var(--muted)
}

.tiny {
    font-size: 13px
}


/* Forms */

.form {
    display: grid;
    gap: 12px;
    margin-top: 12px
}

label {
    font-weight: 800;
    font-size: 13px
}

input,
select,
textarea {
    width: 100%;
    margin-top: 6px;
    padding: 12px;
    border-radius: 14px;
    border: 1px solid var(--line);
    font: inherit;
    background: #fff;
}

textarea {
    resize: vertical
}

.ticks {
    margin: 10px 0 0;
    padding-left: 18px
}

.ticks li {
    margin: 6px 0
}


/* Sections */

.section {
    padding: 56px 0
}

.section--alt {
    background: var(--soft)
}

.section__head {
    margin-bottom: 18px
}

.section__head h2 {
    margin: 0 0 6px;
    font-size: 28px
}


/* Cards */

.cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 18px;
    box-shadow: var(--shadow);
}

.card h3 {
    margin: 0 0 6px
}

.list {
    margin: 10px 0 0;
    padding-left: 18px
}

.list li {
    margin: 6px 0;
    color: var(--muted)
}

.hero-wrapper {
    position: relative;
    overflow: hidden;
}


/* Background image */

.hero-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    /*background-image: url("mjetet1.jpg");*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.5;
    /* adjust */
    z-index: 0;
}


/* Keep content above */

.hero-wrapper>* {
    position: relative;
    z-index: 1;
}


/* Remove header solid background */

.header {
    background: transparent !important;
    border-bottom: none;
}


/* Gallery */

.gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.ph {
    border-radius: 18px;
    border: 1px dashed rgba(11, 27, 42, .22);
    background: linear-gradient(180deg, rgba(14, 106, 168, .10), rgba(47, 183, 213, .08));
    height: 160px;
    display: grid;
    place-items: center;
    font-weight: 900;
    color: rgba(11, 27, 42, .55);
}

.ctaRow {
    margin-top: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 16px;
    box-shadow: var(--shadow);
}


/* Steps */

.steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.step {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 18px;
    box-shadow: var(--shadow);
}

.step__num {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    font-weight: 900;
    color: #fff;
    background: linear-gradient(90deg, var(--primary), var(--primary2));
}


/* Quotes */

.quotes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.quote {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 18px;
    box-shadow: var(--shadow);
}

.quote blockquote {
    margin: 0 0 10px;
    font-weight: 800
}

.quote figcaption {
    color: var(--muted);
    font-size: 13px
}


/* FAQ */

.faq {
    display: grid;
    gap: 10px
}

details {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 14px 16px;
    box-shadow: var(--shadow);
}

summary {
    cursor: pointer;
    font-weight: 900;
    color: var(--primary)
}


/* Contact */

.contact {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 16px;
}

.contact__card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 18px;
    box-shadow: var(--shadow);
}

.contact__buttons {
    display: grid;
    gap: 10px;
    margin: 12px 0
}

.mini {
    margin-top: 12px
}

.map {
    margin-top: 12px;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid var(--line);
}

.map iframe {
    width: 100%;
    height: 240px;
    border: 0;
    display: block
}

.row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 10px
}


/* Footer */

.footer {
    background: #0b1b2a;
    color: #fff;
    padding: 28px 0;
}

.footer__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.footer__brand {
    font-weight: 900
}

.footer__meta {
    opacity: .85;
    font-size: 13px
}

.footer__links a {
    opacity: .85;
    margin-left: 12px
}

.footer__links a:hover {
    opacity: 1
}

.contact__card {
    padding-right: 30px;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.contact__form {
    padding-left: 30px;
}


/* Responsive */

@media (max-width: 980px) {
    /* HERO */
    .hero__grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .hero__title {
        font-size: 32px;
    }
    .hero__process ul {
        padding-left: 16px;
    }
    /* CARDS & SECTIONS */
    .cards,
    .quotes,
    .steps,
    .gallery {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    /* CONTACT */
    .contact {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .contact__card,
    .contact__form {
        padding: 24px;
    }
    /* NAVIGATION */
    .nav {
        display: none;
    }
    .nav__toggle {
        display: block;
    }
    /* MAP */
    .map iframe {
        height: 180px;
    }
}