/* WinLager Rueckruf-Kontaktseite - 2026-07-22 */
.wl-contact-hero {
    padding: 74px 0 62px;
    text-align: center;
}

.wl-contact-hero .wl-heading-kicker { margin-bottom: 18px; }
.wl-contact-hero h1 { margin: 0 auto; }
.wl-contact-hero p {
    max-width: 720px;
    margin: 22px auto 0;
    color: var(--wl-heading-muted);
    font-size: 1.08rem;
    line-height: 1.75;
}

.wl-callback-section {
    padding: 68px 0;
    background:
        radial-gradient(circle at 8% 5%, rgba(15, 182, 166, 0.12), transparent 30%),
        radial-gradient(circle at 92% 22%, rgba(61, 132, 255, 0.11), transparent 30%),
        #f5f8fc;
}

.wl-callback-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    gap: 26px;
    align-items: start;
}

.wl-callback-info,
.wl-callback-form,
.wl-contact-option,
.wl-contact-hours,
.wl-contact-location,
.wl-contact-shop {
    border-radius: 28px;
    box-shadow: 0 20px 55px rgba(10, 26, 51, 0.1);
}

.wl-callback-info {
    position: sticky;
    top: 92px;
    overflow: hidden;
    padding: 34px;
    color: #fff;
    background:
        radial-gradient(circle at 10% 0%, rgba(35, 199, 238, 0.22), transparent 36%),
        radial-gradient(circle at 100% 100%, rgba(118, 92, 255, 0.23), transparent 38%),
        linear-gradient(145deg, #061022 0%, #102447 62%, #111938 100%);
}

.wl-callback-info::after {
    content: "";
    position: absolute;
    right: -70px;
    bottom: -80px;
    width: 220px;
    height: 220px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 50%;
    box-shadow: 0 0 0 28px rgba(255, 255, 255, 0.025), 0 0 0 58px rgba(255, 255, 255, 0.018);
}

.wl-callback-info > * { position: relative; z-index: 1; }
.wl-callback-info .wl-mini-label {
    display: inline-flex;
    padding: 7px 11px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    color: #9eeef0;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.wl-callback-info h2,
.wl-callback-form h2,
.wl-contact-options-head h2,
.wl-contact-hours h2,
.wl-contact-location h2,
.wl-contact-shop h2 {
    font-family: "Sora", "Instrument Sans", sans-serif;
    letter-spacing: -0.04em;
    line-height: 1.08;
}

.wl-callback-info h2 {
    margin: 24px 0 14px;
    color: #fff;
    font-size: clamp(1.8rem, 3vw, 2.55rem);
}

.wl-callback-info p { margin: 0; color: rgba(255, 255, 255, 0.73); line-height: 1.72; }
.wl-contact-usps { list-style: none; margin: 26px 0 0; padding: 0; display: grid; gap: 14px; }
.wl-contact-usps li { display: flex; gap: 12px; color: rgba(255, 255, 255, 0.86); line-height: 1.55; }
.wl-contact-usps li::before {
    content: "";
    flex: 0 0 21px;
    height: 21px;
    margin-top: 2px;
    border-radius: 50%;
    background: #0fb6a6 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E") center/13px no-repeat;
}

.wl-callback-form { padding: 36px; background: rgba(255, 255, 255, 0.94); border: 1px solid rgba(16, 36, 71, 0.08); }
.wl-callback-form h2 { margin: 0; color: #102447; font-size: clamp(1.55rem, 2.6vw, 2.1rem); }
.wl-form-intro { margin: 12px 0 26px; color: #5f6881; line-height: 1.65; }
#kontaktForm { scroll-margin-top: 96px; }
.wl-form-row { margin-bottom: 18px; }
.wl-form-row label { display: block; margin-bottom: 8px; color: #1a2340; font-size: 0.91rem; font-weight: 700; }
.wl-form-hint { color: #6f7890; font-weight: 500; }
.wl-form-row input,
.wl-form-row textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid rgba(16, 36, 71, 0.16);
    border-radius: 15px;
    background: #fff;
    color: #1a2340;
    font: 1rem/1.5 "Instrument Sans", sans-serif;
    box-shadow: none;
    transition: border-color 0.18s ease, box-shadow 0.18s ease;
}
.wl-form-row textarea { min-height: 138px; resize: vertical; }
.wl-form-row input:focus,
.wl-form-row textarea:focus { outline: none; border-color: #0fb6a6; box-shadow: 0 0 0 4px rgba(15, 182, 166, 0.15); }
.wl-form-honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.wl-form-consent { display: flex; gap: 12px; align-items: flex-start; margin: 4px 0 24px; color: #5f6881; font-size: 0.9rem; line-height: 1.6; }
.wl-form-consent input { flex: 0 0 19px; width: 19px; height: 19px; margin-top: 3px; accent-color: #0fb6a6; }
.wl-form-consent a { color: #102447; font-weight: 700; text-decoration: underline; }
.wl-form-submit {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 15px 24px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, #102447 0%, #2968ad 58%, #0f8f99 100%);
    box-shadow: 0 15px 30px rgba(16, 36, 71, 0.22);
    font: 700 1rem/1 "Instrument Sans", sans-serif;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}
.wl-form-submit:hover:not(:disabled) { transform: translateY(-2px); box-shadow: 0 19px 34px rgba(16, 36, 71, 0.28); }
.wl-form-submit:disabled { opacity: 0.62; cursor: wait; }
.wl-form-status { display: none; margin-top: 20px; padding: 18px 20px; border-radius: 18px; line-height: 1.65; }
.wl-form-status.is-visible { display: block; }
.wl-form-status.is-success { color: #0a665d; background: #dff8f4; }
.wl-form-status.is-error { color: #9d2c23; background: #fdecea; }
.wl-phone-note { margin: 24px 0 0; padding-top: 22px; border-top: 1px solid rgba(16, 36, 71, 0.1); color: #68728a; font-size: 0.94rem; line-height: 1.65; }
.wl-phone-note a { color: #102447; font-weight: 800; }

.wl-contact-options { padding: 72px 0; background: #fffdf9; }
.wl-contact-options-head { max-width: 780px; margin: 0 auto 34px; text-align: center; }
.wl-contact-options-head .wl-heading-kicker { margin-bottom: 14px; }
.wl-contact-options-head h2 { margin: 0; color: #102447; font-size: clamp(1.8rem, 3.6vw, 3rem); }
.wl-contact-options-head p { margin: 15px auto 0; color: #68728a; line-height: 1.7; }
.wl-contact-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.wl-contact-option { padding: 27px; border: 1px solid rgba(16, 36, 71, 0.09); background: #fff; }
.wl-contact-option-icon { display: grid; width: 48px; height: 48px; margin-bottom: 22px; place-items: center; border-radius: 14px; color: #fff; background: linear-gradient(135deg, #102447, #3d84ff); }
.wl-contact-option-icon svg { width: 23px; height: 23px; }
.wl-contact-option h3 { margin: 0 0 9px; color: #102447; font: 700 1.17rem/1.2 "Sora", sans-serif; letter-spacing: -0.025em; }
.wl-contact-option p { margin: 0; color: #68728a; line-height: 1.65; }
.wl-contact-option a { display: inline-flex; margin-top: 18px; color: #0369a1; font-weight: 800; }

.wl-contact-details { padding: 0 0 72px; background: #fffdf9; }
.wl-contact-details-grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr); gap: 24px; }
.wl-contact-hours { padding: 34px; color: #fff; background: linear-gradient(145deg, #07162e, #102447 60%, #132f54); }
.wl-contact-hours h2 { margin: 0; color: #fff; font-size: clamp(1.65rem, 3vw, 2.3rem); }
.wl-contact-hours > p { margin: 10px 0 24px; color: rgba(255, 255, 255, 0.68); }
.wl-contact-hours-row { display: flex; justify-content: space-between; gap: 18px; padding: 14px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
.wl-contact-hours-row:last-of-type { border-bottom: 0; }
.wl-contact-hours-row span { color: rgba(255, 255, 255, 0.7); }
.wl-contact-hours-row strong { text-align: right; font-family: "Sora", sans-serif; }
.wl-contact-hours-note { margin-top: 20px; padding: 15px 17px; border-radius: 16px; color: rgba(255, 255, 255, 0.78); background: rgba(255, 255, 255, 0.08); line-height: 1.6; }
.wl-contact-hours-note a { color: #9eeef0; font-weight: 800; }
.wl-contact-side { display: grid; gap: 24px; }
.wl-contact-location,
.wl-contact-shop { padding: 28px; border: 1px solid rgba(16, 36, 71, 0.08); background: #fff; }
.wl-contact-location h2,
.wl-contact-shop h2 { margin: 0 0 12px; color: #102447; font-size: 1.35rem; }
.wl-contact-location p,
.wl-contact-shop p { margin: 0; color: #68728a; line-height: 1.7; }
.wl-contact-shop { background: linear-gradient(135deg, #eaf4ff, #effdfb); }
.wl-contact-shop a { display: inline-flex; margin-top: 18px; color: #0369a1; font-weight: 800; }

@media (max-width: 960px) {
    .wl-callback-grid,
    .wl-contact-details-grid { grid-template-columns: 1fr; }
    .wl-callback-info { position: relative; top: auto; }
}

@media (max-width: 760px) {
    .wl-contact-hero { padding: 54px 0 46px; }
    .wl-callback-section,
    .wl-contact-options { padding: 48px 0; }
    .wl-contact-details { padding-bottom: 48px; }
    .wl-contact-card-grid { grid-template-columns: 1fr; }
    .wl-callback-info,
    .wl-callback-form,
    .wl-contact-hours,
    .wl-contact-location,
    .wl-contact-shop { padding: 24px; border-radius: 22px; }
}

@media (max-width: 520px) {
    .wl-contact-hours-row { display: grid; gap: 5px; }
    .wl-contact-hours-row strong { text-align: left; }
    .wl-form-row input,
    .wl-form-row textarea { font-size: 16px; }
}


/* Kontakt-Hero kompakt: kleinere Schrift und weniger Leerraum */
.wl-contact-hero { padding: 46px 0 36px !important; }
.wl-contact-hero h1 {
    font-size: clamp(2rem, 4.6vw, 3.25rem) !important;
    line-height: 1 !important;
}
.wl-contact-hero p { margin-top: 16px; }
@media (max-width: 680px) {
    .wl-contact-hero { padding: 38px 0 30px !important; }
    .wl-contact-hero h1 { font-size: clamp(1.95rem, 10vw, 2.45rem) !important; }
}
@media (max-width: 520px) {
    .wl-contact-hero { padding: 34px 0 26px !important; }
}
