/* Schrift Montserrat lokal (kein Abruf bei Google, DSGVO) */
@font-face { font-family: Montserrat; font-weight: 400; font-display: swap; src: url(/fonts/montserrat-latin-400-normal.woff2) format("woff2"); }
@font-face { font-family: Montserrat; font-weight: 500; font-display: swap; src: url(/fonts/montserrat-latin-500-normal.woff2) format("woff2"); }
@font-face { font-family: Montserrat; font-weight: 600; font-display: swap; src: url(/fonts/montserrat-latin-600-normal.woff2) format("woff2"); }
@font-face { font-family: Montserrat; font-weight: 700; font-display: swap; src: url(/fonts/montserrat-latin-700-normal.woff2) format("woff2"); }
@font-face { font-family: Montserrat; font-weight: 800; font-display: swap; src: url(/fonts/montserrat-latin-800-normal.woff2) format("woff2"); }
@font-face { font-family: Montserrat; font-weight: 900; font-display: swap; src: url(/fonts/montserrat-latin-800-normal.woff2) format("woff2"); }

/* Save Your Möbel – Ergänzungen: Animationen, WhatsApp-Knopf, Kontakt- und Danke-Seite */

/* ---------- Animationen ---------- */
.sym-einblenden {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.sym-einblenden.sym-sichtbar {
    opacity: 1;
    transform: none;
}
.header,
.header-new {
    transition: box-shadow 0.3s ease, background 0.3s ease;
}
.sym-gescrollt {
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12) !important;
}
/* Buttons und Karten reagieren auf die Maus */
.btn-next,
.btn-submit,
.cookie-btn,
a[href^="tel:"],
.kontakt-karte,
.service-card,
.feature-card,
#benefits .container > div > div {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.btn-next:hover,
.btn-submit:hover,
.kontakt-karte:hover,
.service-card:hover,
.feature-card:hover,
#benefits .container > div > div:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.12);
}
.form-hero-content,
.hero-content {
    animation: sym-hoch 0.9s cubic-bezier(0.2, 0.7, 0.2, 1) both;
}
@keyframes sym-hoch {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation: none !important;
        transition: none !important;
    }
    .sym-einblenden {
        opacity: 1;
        transform: none;
    }
}

/* ---------- WhatsApp-Knopf ---------- */
.wa-knopf {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 9000;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 18px 12px 14px;
    border-radius: 999px;
    background: #25d366;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    box-shadow: 0 10px 28px rgba(37, 211, 102, 0.45);
    animation: sym-puls 2.6s ease-in-out infinite;
}
.wa-knopf svg {
    width: 26px;
    height: 26px;
}
.wa-knopf:hover {
    transform: scale(1.06);
}
@keyframes sym-puls {
    0%,
    100% {
        box-shadow: 0 10px 28px rgba(37, 211, 102, 0.45), 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    50% {
        box-shadow: 0 10px 28px rgba(37, 211, 102, 0.45), 0 0 0 14px rgba(37, 211, 102, 0);
    }
}
@media (max-width: 600px) {
    .wa-knopf span {
        display: none;
    }
    .wa-knopf {
        padding: 14px;
    }
}
/* Cookie-Banner nicht verdecken */
.cookie-banner.show ~ .wa-knopf {
    bottom: 140px;
}

/* ---------- Kontakt- und Danke-Seite ---------- */
.sym-seite {
    max-width: 1180px;
    margin: 0 auto;
    padding: 60px 20px 80px;
}
.sym-kopf {
    text-align: center;
    padding: 70px 20px 50px;
    background: linear-gradient(135deg, #1a1a1a 0%, #2b2b2b 100%);
    color: #fff;
}
.sym-kopf h1 {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    margin-bottom: 12px;
}
.sym-kopf h1 span {
    color: #e53935;
}
.sym-kopf p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 1.1rem;
    max-width: 640px;
    margin: 0 auto;
    line-height: 1.6;
}
.kontakt-raster {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 20px;
    margin-bottom: 50px;
}
.kontakt-karte {
    display: block;
    background: #fff;
    border-radius: 18px;
    padding: 28px 24px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.07);
    text-decoration: none;
    color: #1e293b;
    border: 1px solid #eef0f3;
}
.kontakt-karte .symbol {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    font-size: 24px;
    margin-bottom: 16px;
    background: #fdecea;
}
.kontakt-karte.gruen .symbol {
    background: #dcfce7;
}
.kontakt-karte h3 {
    font-size: 1.05rem;
    margin-bottom: 6px;
}
.kontakt-karte p {
    color: #64748b;
    line-height: 1.5;
}
.kontakt-karte b {
    color: #e53935;
}
.kontakt-zwei {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    gap: 30px;
    align-items: start;
}
@media (max-width: 860px) {
    .kontakt-zwei {
        grid-template-columns: minmax(0, 1fr);
    }
}
.sym-formular {
    background: #fff;
    border-radius: 20px;
    padding: 32px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}
.sym-formular h2 {
    font-size: 1.6rem;
    margin-bottom: 6px;
}
.sym-formular .unter {
    color: #64748b;
    margin-bottom: 22px;
}
.sym-formular label {
    display: block;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 6px;
    color: #334155;
}
.sym-formular input,
.sym-formular select,
.sym-formular textarea {
    width: 100%;
    padding: 13px 15px;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    font: inherit;
    margin-bottom: 16px;
    background: #fafafa;
    transition: border-color 0.2s, background 0.2s;
}
.sym-formular input:focus,
.sym-formular select:focus,
.sym-formular textarea:focus {
    outline: none;
    border-color: #e53935;
    background: #fff;
}
.sym-formular .zeile {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}
@media (max-width: 520px) {
    .sym-formular .zeile {
        grid-template-columns: 1fr;
    }
}
.sym-formular .check {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-weight: 400;
    color: #475569;
}
.sym-formular .check input {
    width: auto;
    margin: 3px 0 0;
}
.sym-knopf {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 15px 22px;
    border: 0;
    border-radius: 999px;
    background: #e53935;
    color: #fff;
    font: inherit;
    font-weight: 700;
    font-size: 1.05rem;
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.2s, background 0.2s, box-shadow 0.2s;
}
.sym-knopf:hover {
    background: #c62828;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(229, 57, 53, 0.35);
}
.sym-knopf.hell {
    background: #fff;
    color: #1e293b;
    border: 2px solid #e5e7eb;
}
.sym-knopf.gruen {
    background: #25d366;
}
.sym-knopf:disabled {
    opacity: 0.6;
    cursor: wait;
}
.sym-meldung {
    padding: 14px 16px;
    border-radius: 12px;
    margin-bottom: 16px;
    display: none;
}
.sym-meldung.ok {
    display: block;
    background: #dcfce7;
    color: #166534;
}
.sym-meldung.fehler {
    display: block;
    background: #fee2e2;
    color: #b91c1c;
}
.karte-rahmen {
    border-radius: 20px;
    overflow: hidden;
    background: #eef0f3;
    min-height: 340px;
    display: grid;
    place-items: center;
    text-align: center;
    position: relative;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}
.karte-rahmen iframe {
    width: 100%;
    height: 380px;
    border: 0;
    display: block;
}
.karte-platzhalter {
    padding: 30px;
    color: #475569;
    line-height: 1.6;
}
.karte-platzhalter .sym-knopf {
    width: auto;
    margin-top: 14px;
}
.zeiten {
    list-style: none;
    padding: 0;
    margin: 18px 0 0;
}
.zeiten li {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px dashed #e5e7eb;
    color: #475569;
}
.danke-box {
    max-width: 720px;
    margin: -40px auto 0;
    background: #fff;
    border-radius: 24px;
    padding: 44px 36px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
    text-align: center;
    position: relative;
}
.danke-haken {
    width: 88px;
    height: 88px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #dcfce7;
    display: grid;
    place-items: center;
    animation: sym-plopp 0.6s cubic-bezier(0.2, 1.4, 0.4, 1) both;
}
.danke-haken svg {
    width: 46px;
    height: 46px;
    stroke: #16a34a;
    stroke-width: 3;
    fill: none;
    stroke-dasharray: 60;
    stroke-dashoffset: 60;
    animation: sym-haken 0.6s 0.35s ease forwards;
}
@keyframes sym-plopp {
    from {
        transform: scale(0.3);
        opacity: 0;
    }
    to {
        transform: none;
        opacity: 1;
    }
}
@keyframes sym-haken {
    to {
        stroke-dashoffset: 0;
    }
}
.danke-nr {
    display: inline-block;
    margin: 10px 0 24px;
    padding: 8px 18px;
    border-radius: 999px;
    background: #f1f5f9;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.danke-schritte {
    text-align: left;
    display: grid;
    gap: 14px;
    margin: 26px 0;
}
.danke-schritte div {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}
.danke-schritte i {
    flex: none;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #e53935;
    color: #fff;
    font-style: normal;
    font-weight: 800;
    display: grid;
    place-items: center;
}
.danke-knoepfe {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr 1fr;
}
@media (max-width: 560px) {
    .danke-knoepfe {
        grid-template-columns: 1fr;
    }
}
/* Logo als Bild */
.logo-icon img {
    width: 55px;
    height: 55px;
    object-fit: contain;
    display: block;
}

/* Firmenname im dunklen Footer lesbar */
.footer .logo-name {
    color: #fff;
}

/* ---------- Anfrage-Karte auf den Unterseiten ---------- */
.sym-cta-anfrage {
    padding: 70px 20px;
    background: linear-gradient(180deg, #fff 0%, #f5f6f8 100%);
}
.sym-cta-karte {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
    gap: 36px;
    align-items: center;
    padding: clamp(28px, 5vw, 52px);
    border-radius: 28px;
    color: #fff;
    background: radial-gradient(700px 300px at 0% 0%, rgba(229, 57, 53, 0.45), transparent 60%), linear-gradient(135deg, #151515, #2b2b2b);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.18);
    position: relative;
    overflow: hidden;
}
.sym-cta-karte::before {
    content: '';
    position: absolute;
    width: 360px;
    height: 360px;
    right: -120px;
    top: -140px;
    border-radius: 50%;
    background: rgba(229, 57, 53, 0.25);
    filter: blur(20px);
    animation: sym-schweben 9s ease-in-out infinite alternate;
}
@keyframes sym-schweben {
    to {
        transform: translate(-40px, 40px) scale(1.15);
    }
}
.sym-cta-karte > * {
    position: relative;
}
.sym-cta-karte h2 {
    font-size: clamp(1.7rem, 3.4vw, 2.5rem);
    font-weight: 800;
    margin: 14px 0 12px;
    line-height: 1.15;
}
.sym-cta-karte p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.05rem;
    line-height: 1.6;
}
.sym-cta-badge {
    display: inline-block;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    font-weight: 700;
    font-size: 0.85rem;
}
.sym-cta-knoepfe,
.sym-hero-knoepfe {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}
.sym-cta-knoepfe .sym-knopf,
.sym-hero-knoepfe .sym-knopf {
    width: auto;
}
.sym-hero-knoepfe {
    justify-content: center;
    margin-top: 28px;
}
.sym-cta-schritte {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 14px;
}
.sym-cta-schritte li {
    display: flex;
    gap: 14px;
    align-items: center;
    padding: 16px 18px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.sym-cta-schritte b {
    flex: none;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #e53935;
    font-weight: 800;
}
.sym-cta-schritte span {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.95rem;
    line-height: 1.4;
}
.sym-cta-schritte strong {
    display: block;
    color: #fff;
}
@media (max-width: 820px) {
    .sym-cta-karte {
        grid-template-columns: minmax(0, 1fr);
    }
}
.sym-knopf.glas {
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(6px);
}
.sym-knopf.glas:hover {
    background: rgba(255, 255, 255, 0.24);
    box-shadow: none;
}
.sym-knopf.hell:hover {
    background: #f8fafc;
    box-shadow: none;
}

/* Glanz, der über Buttons läuft */
.sym-glanz {
    position: relative;
    overflow: hidden;
}
.sym-glanz::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, transparent 30%, rgba(255, 255, 255, 0.45) 50%, transparent 70%);
    transform: translateX(-120%);
    animation: sym-glanz 3.5s ease-in-out infinite;
}
@keyframes sym-glanz {
    0%,
    60% {
        transform: translateX(-120%);
    }
    100% {
        transform: translateX(120%);
    }
}

/* Button „Angebot anfordern“ in der Kopfzeile */
.sym-nav-cta {
    display: inline-flex;
    align-items: center;
    padding: 10px 18px;
    margin-right: 10px;
    border-radius: 999px;
    background: #e53935;
    color: #fff !important;
    font-weight: 700;
    font-size: 0.9rem;
    text-decoration: none;
    white-space: nowrap;
    transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}
.sym-nav-cta:hover {
    background: #c62828;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(229, 57, 53, 0.35);
}
@media (max-width: 720px) {
    .sym-nav-cta {
        display: none;
    }
}

/* Titelbilder: langsamer Zoom (Ken Burns), Überschrift mit leuchtendem Verlauf */
.form-hero,
.hero-bg {
    animation: sym-kenburns 22s ease-in-out infinite alternate;
    background-size: cover;
}
@keyframes sym-kenburns {
    from {
        background-position: 50% 35%;
    }
    to {
        background-position: 50% 65%;
    }
}
.form-hero-content h1 span,
.hero-service-text h1 span {
    background: linear-gradient(90deg, #ff5a52, #ffb199, #ff5a52);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: sym-leuchten 5s linear infinite;
}
@keyframes sym-leuchten {
    to {
        background-position: 200% center;
    }
}

/* Lesefortschritt oben */
.sym-fortschritt {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    width: 100%;
    z-index: 10001;
    background: linear-gradient(90deg, #e53935, #ff8a80);
    transform-origin: 0 50%;
    transform: scaleX(0);
    pointer-events: none;
}

/* Handy: feste Leiste unten mit Anrufen / Angebot */
.sym-leiste {
    display: none;
}
@media (max-width: 720px) {
    .sym-leiste {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9001;
        display: grid;
        grid-template-columns: 1fr 1.4fr;
        gap: 8px;
        padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
        background: rgba(255, 255, 255, 0.96);
        backdrop-filter: blur(8px);
        box-shadow: 0 -6px 24px rgba(0, 0, 0, 0.1);
        transform: translateY(110%);
        transition: transform 0.35s ease;
    }
    .sym-leiste.sichtbar {
        transform: none;
    }
    .sym-leiste a {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        padding: 13px 10px;
        border-radius: 999px;
        font-weight: 700;
        text-decoration: none;
        font-size: 0.95rem;
    }
    .sym-leiste .anrufen {
        background: #f1f5f9;
        color: #1e293b;
    }
    .sym-leiste .angebot {
        background: #e53935;
        color: #fff;
    }
    body.hat-leiste .wa-knopf {
        bottom: 84px;
    }
    body.hat-leiste {
        padding-bottom: 74px;
    }
}
