#wbk-headline span {
    max-width: min(980px, calc(100vw - 32px));
    display: inline-block;
    line-height: 1.14;
}

.mc-hero-cta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin: 24px auto 12px;
    padding: 0 16px;
}

.mc-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 12px 18px;
    border: 2px solid #2d6f73;
    border-radius: 6px;
    background: #ffffff;
    color: #194f52;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
}

.mc-button-primary {
    background: #2d6f73;
    color: #ffffff;
}

.mc-section {
    max-width: 1080px;
    margin: 36px auto;
    padding: 0 20px;
}

.mc-section h2 {
    margin-top: 0;
}

.mc-eyebrow {
    margin: 0 0 8px;
    color: #2d6f73;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
}

.mc-lead {
    font-size: 1.18rem;
    line-height: 1.65;
}

.mc-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 22px;
}

.mc-card {
    display: grid;
    gap: 8px;
    min-height: 138px;
    padding: 18px;
    border: 1px solid rgba(45, 111, 115, 0.28);
    border-radius: 8px;
    background: #ffffff;
    color: inherit;
    text-decoration: none;
}

.mc-card strong {
    color: #194f52;
    font-size: 1.06rem;
}

.mc-card span {
    line-height: 1.5;
}

.mc-two-col {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    margin: 30px 0;
}

.mc-page li {
    margin-bottom: 8px;
}

.mc-price,
.mc-cta-panel {
    margin: 28px 0;
    padding: 20px;
    border-left: 5px solid #2d6f73;
    background: #f6fbfa;
    color: #173f42;
}

.mc-faq {
    display: grid;
    gap: 10px;
}

.mc-faq details {
    border: 1px solid rgba(45, 111, 115, 0.24);
    border-radius: 8px;
    background: #ffffff;
    color: #173f42;
    padding: 14px 16px;
}

.mc-faq summary {
    cursor: pointer;
    font-weight: 700;
    color: #194f52;
}

.mc-faq details p {
    margin-top: 12px;
    color: #173f42;
    line-height: 1.6;
}

.mc-price strong,
.mc-cta-panel h2,
.mc-cta-panel p {
    color: #173f42;
}

.mc-related {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.mc-related a {
    border: 1px solid rgba(45, 111, 115, 0.32);
    border-radius: 6px;
    padding: 8px 10px;
    text-decoration: none;
    color: #194f52;
    background: #ffffff;
}

.mc-whatsapp-button {
    position: fixed;
    right: max(22px, env(safe-area-inset-right));
    bottom: max(22px, env(safe-area-inset-bottom));
    z-index: 2147483000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 56px;
    padding: 0 19px 0 16px;
    border-radius: 999px;
    background: #25d366;
    color: #ffffff !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none !important;
    box-shadow: 0 12px 28px rgba(16, 51, 35, 0.24), 0 3px 9px rgba(16, 51, 35, 0.18);
    transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.mc-whatsapp-button:hover {
    background: #1fbd5b;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(16, 51, 35, 0.28), 0 4px 12px rgba(16, 51, 35, 0.2);
}

.mc-whatsapp-button:focus-visible {
    outline: 3px solid rgba(37, 211, 102, 0.35);
    outline-offset: 4px;
}

.mc-whatsapp-button svg {
    width: 27px;
    height: 27px;
    flex: 0 0 auto;
    fill: currentColor;
}

.mc-whatsapp-button__text {
    white-space: nowrap;
}

@media all and (min-width: 835px) and (min-height: 567px) {
    body.wbk-is-startpage .hero-section {
        min-height: calc(100vh - 92px) !important;
        padding: 1.5rem 2rem !important;
    }

    body.wbk-is-startpage #wbk-title,
    body.wbk-is-startpage #wbk-title > a,
    body.wbk-is-startpage #wbk-title > a > span {
        font-size: clamp(3rem, 5vw, 4.5rem) !important;
        line-height: 1.05 !important;
    }

    body.wbk-is-startpage #wbk-subtitle,
    body.wbk-is-startpage #wbk-subtitle > span {
        font-size: clamp(1.35rem, 2.1vw, 1.8rem) !important;
        line-height: 1.25 !important;
    }

    body.wbk-is-startpage .mc-hero-cta {
        margin-top: 18px !important;
    }

    .nav-container {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    #wbk-main-nav {
        gap: 0.05rem !important;
        font-size: 1rem !important;
    }

    #wbk-main-nav li a {
        padding-left: 0.65em !important;
        padding-right: 0.65em !important;
        white-space: nowrap !important;
    }

    #wbk-main-nav > li.hasChildren > a {
        margin-right: 0.55em !important;
    }

    #wbk-main-nav li.hasChildren > button.expand {
        padding-left: 0.25em !important;
        padding-right: 0.25em !important;
    }
}

@media all and (max-width: 834px) {
    #wbk-headline span {
        font-size: clamp(1.7rem, 7vw, 2.35rem);
    }

    .mc-grid,
    .mc-two-col {
        grid-template-columns: 1fr;
    }

    .mc-card {
        min-height: auto;
    }

    .mc-button {
        width: 100%;
        max-width: 420px;
    }

    .mc-whatsapp-button {
        right: max(16px, env(safe-area-inset-right));
        bottom: max(16px, env(safe-area-inset-bottom));
        min-height: 54px;
        padding: 0 17px 0 15px;
        font-size: 15px;
    }

    .mc-whatsapp-button__text {
        display: inline;
    }
}

@media print {
    .mc-whatsapp-button {
        display: none;
    }
}
