.btn {
    border-radius: 999px;
    padding: 14px 26px;
    box-shadow: 0 10px 25px rgba(18, 61, 154, 0.18);
    transition: all .25s ease;
}

/* ================================
   WEITWERTH Premium Footer
   ================================ */

.footer-visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
}

.site-footer {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 0;
    color: #172033;
    background: linear-gradient(180deg, #ffffff 0%, #f8faff 100%);
    border-top: 1px solid rgba(18, 61, 154, 0.08);
}

.site-footer::after {
    display: none;
}

.footer-sketch {
    position: absolute;
    z-index: 0;
    right: clamp(2rem, 7vw, 8rem);
    bottom: clamp(6.2rem, 8vw, 8.8rem);
    width: min(48vw, 760px);
    max-height: 400px;
    object-fit: contain;
    object-position: right bottom;
    opacity: 0.63;
    filter: grayscale(0) contrast(0.85) brightness(1.08);
    pointer-events: none;
    user-select: none;
}

.footer-shell,
.footer-bottom {
    position: relative;
    z-index: 1;
}

.footer-shell {
    display: grid;
    grid-template-columns: minmax(260px, 1.35fr) minmax(170px, 0.78fr) minmax(170px, 0.78fr) minmax(270px, 1fr);
    gap: clamp(2.5rem, 6vw, 6.2rem);
    align-items: start;
    padding: clamp(8.4rem, 12vw, 10.4rem) 0 clamp(4.2rem, 7vw, 6.3rem);
}

.footer-brand {
    position: relative;
    top: -24px;
    max-width: 390px;
    display: flex;
    flex-direction: column;
}

.footer-brand-slogan {
    margin-left: auto;
    margin-right: auto;
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--blue);
    font-style: italic;
    letter-spacing: 0.01em;
}


.footer-logo-card {
    width: clamp(145px, 12vw, 178px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;


}

.footer-logo-card:hover {
    transform: translateY(-3px);
}

.footer-logo-card img {
    width: 100%;
    height: auto;
    object-fit: contain;
}


.footer-brand p {
    max-width: 390px;
    margin: clamp(2.2rem, 4vw, 3rem) 0 0;
    color: #40506a;
    font-size: clamp(1rem, 1.05vw, 1.12rem);
    line-height: 1.72;
    font-weight: 300;
    letter-spacing: -0.01em;
}

.footer-brand-line {
    width: 58px;
    height: 2px;
    display: block;
    margin-top: clamp(1.8rem, 3vw, 2.3rem);
    background: #123D9A;
}

.footer-nav,
.footer-contact {
    display: grid;
    align-content: start;
    gap: 0;
    font-style: normal;
}

.footer-nav h3,
.footer-contact h3 {
    position: relative;
    margin: 0 0 1.65rem;
    padding-bottom: 1.15rem;
    color: #123D9A;
    font-size: 0.95rem;
    line-height: 1.1;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-weight: 500;
}

.footer-nav h3::after,
.footer-contact h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 31px;
    height: 1px;
    background: #123D9A;
}

.footer-nav a {
    min-height: 56px;
    display: flex;
    align-items: center;
    padding: 0.85rem 0;
    border-bottom: 1px solid rgba(18, 61, 154, 0.085);
    color: #293244;
    font-size: 1rem;
    line-height: 1.35;
    font-weight: 300;
    transition: color 180ms ease, transform 180ms ease, border-color 180ms ease;
}

.footer-nav a:hover {
    color: #123D9A;
    border-color: rgba(18, 61, 154, 0.22);
    transform: translateX(5px);
}

.footer-contact-list {
    display: grid;
    gap: 1.55rem;
}

.footer-contact-item {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
    color: #293244;
    font-size: 1rem;
    line-height: 1.65;
    font-weight: 300;
    transition: color 180ms ease, transform 180ms ease;
}

.footer-contact-item svg {
    width: 24px;
    height: 24px;
    margin-top: 0.1rem;
    fill: none;
    stroke: #123D9A;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

a.footer-contact-item:hover {
    color: #123D9A;
    transform: translateX(4px);
}

.footer-bottom {
    border-top: 1px solid;
    border-image: linear-gradient(to right, #ffffff, #3a6fe4, #123D9A, #3a6fe4, #ffffff) 1;
    text-align: center;
    color: #fff;
    font-size: 0.9rem;
    margin-top: 2rem;
    padding: 3rem 0 3rem;
}

.footer-bottom p {
    margin: 0;
    color: #526079;
    font-size: 0.95rem;
    line-height: 1.5;
}

.footer-socials {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2rem;
    color: #123D9A;
    font-weight: 600;
    font-size: 1.45rem;
    line-height: 1;
}

.footer-socials span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    transition: transform 180ms ease, opacity 180ms ease;
}

.footer-socials span:hover {
    transform: translateY(-2px);
    opacity: 0.75;
}

.footer-social-links {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding-left: 44px;
    margin-top: -0.25rem;
}

.footer-social-links a {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #123D9A;
    background: rgba(18, 61, 154, 0.06);
    border: 1px solid rgba(18, 61, 154, 0.14);
    border-radius: 999px;
    transition:
        color 180ms ease,
        background-color 180ms ease,
        border-color 180ms ease,
        transform 180ms ease,
        box-shadow 180ms ease;
}

.footer-social-links a:hover {
    color: #ffffff;
    background: #123D9A;
    border-color: #123D9A;
    transform: translateY(-3px);
    box-shadow: 0 12px 26px rgba(18, 61, 154, 0.18);
}

.footer-social-links svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
    stroke: none;
}

.footer-social-links a:last-child svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Tablet */
@media (max-width: 1100px) {
    .footer-shell {
        grid-template-columns: 1.2fr 0.8fr 0.8fr;
        gap: clamp(2rem, 5vw, 4rem);
        padding: 2rem 1rem 3.2rem;
    }

    .footer-brand {
        grid-column: 1 / -1;
        max-width: 620px;
    }

    .footer-brand p {
        max-width: 560px;
    }

    .footer-contact {
        grid-column: auto;
    }
}

/* Small tablet */
@media (max-width: 820px) {

    .footer-shell {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding-top: clamp(7.2rem, 16vw, 9rem);
        padding: 2rem 1rem 3rem;

    }

    .footer-brand,
    .footer-contact {
        grid-column: 1 / -1;
    }

    .footer-contact-list {
        grid-template-columns: 1fr;
        max-width: 470px;
    }
}

/* Mobile */
@media (max-width: 640px) {

    .footer-social-links {
        padding-left: 35px;
        gap: 0.75rem;
    }

    .footer-social-links a {
        width: 39px;
        height: 39px;
    }

    .footer-social-links svg {
        width: 18px;
        height: 18px;
    }

    .footer-shell {
        grid-template-columns: 1fr;
        gap: 2.55rem;
        padding: 2rem 1rem 3.2rem;
    }

    .footer-logo-card {
        width: 142px;
    }

    .footer-brand p {
        margin-top: 1.8rem;
        font-size: 0.98rem;
        line-height: 1.65;
    }

    .footer-brand-line {
        margin-top: 1.65rem;
    }

    .footer-nav h3,
    .footer-contact h3 {
        margin-bottom: 1.1rem;
        padding-bottom: 0.95rem;
        font-size: 0.86rem;
        letter-spacing: 0.13em;
    }

    .footer-nav a {
        min-height: 48px;
        padding: 0.75rem 0;
        font-size: 0.98rem;
    }

    .footer-contact-list {
        gap: 1.25rem;
    }

    .footer-contact-item {
        grid-template-columns: 25px minmax(0, 1fr);
        gap: 0.85rem;
        font-size: 0.97rem;
        line-height: 1.55;
    }

    .footer-contact-item svg {
        width: 21px;
        height: 21px;
    }

    .footer-bottom {
        min-height: auto;
        flex-direction: column;
        align-items: flex-start;
        padding: 1.45rem 0 1.6rem;
        display: block !important;
    }

    .footer-bottom p {
        font-size: 0.88rem;
    }

    .footer-socials {
        gap: 1.5rem;
        font-size: 1.3rem;
    }
}

/* Very small mobile */
@media (max-width: 390px) {
    .footer-shell {
        padding-top: 5.8rem;
    }

    .footer-logo-card {
        width: 128px;
    }

    .footer-brand p {
        font-size: 0.94rem;
    }
}

/* Tablet */
@media (max-width: 820px) {
    .footer-sketch {
        right: 1.5rem;
        bottom: 7.6rem;
        width: min(78vw, 620px);
        opacity: 0.49;
    }
}

/* Mobile */
@media (max-width: 640px) {
    .footer-brand {
        text-align: center;
        margin-inline: auto;
    }

    .footer-logo-card {
        margin-inline: auto;
        width: 138px;
        min-height: 138px;
        padding: 0.85rem;
    }

    .footer-brand p {
        max-width: 340px;
        margin-inline: auto;
    }

    .footer-brand-line {
        margin-inline: auto;
    }

    .footer-sketch {
        right: auto;
        bottom: 8.6rem;
        width: min(110vw, 620px);
        transform: translateX(-30%);
        transform: translateY(40%);
        opacity: 0.55;
    }
}



/* ================================
   Premium Mobile Hero Fix
   ================================ */

.hero-mobile-visual {
    display: none;
}

/* Tablet und Mobile: Hero ruhiger, sauberer, hochwertiger */
@media (max-width: 980px) {
    .hero {
        min-height: auto;
        display: flex;
        align-items: flex-start;
        padding: clamp(4.5rem, 10vw, 6.5rem) 0 0;
        background:
            radial-gradient(circle at 50% 18%, rgba(18, 61, 154, 0.08), transparent 34%),
            linear-gradient(180deg, #ffffff 0%, #f5f7fb 100%);
    }

    .hero::before,
    .hero::after {
        display: none;
    }

    .hero-content {
        max-width: 100%;
        text-align: center;
    }

    .hero h1 {
        max-width: 680px;
        margin: 0 auto 1.1rem;
        color: #080b14;
        font-size: clamp(3rem, 8.8vw, 4.6rem);
        line-height: 1.02;
        letter-spacing: -0.04em;
        text-shadow: none;
    }

    .hero h1 span {
        color: var(--blue);
    }

    .hero-subline {
        max-width: 620px;
        margin: 0 auto 1rem;
        color: #111827;
        font-size: clamp(1.2rem, 2.9vw, 1.6rem);
        line-height: 1.38;
        text-shadow: none;
    }

    .hero-subline::before {
        width: 58px;
        height: 2px;
        margin: 0 auto 1.1rem;
        background: var(--blue);
    }

    .hero-text {
        max-width: 610px;
        margin: 0 auto 1.75rem;
        color: #667085;
        font-size: 1rem;
        line-height: 1.62;
        text-shadow: none;
    }

    .hero-actions {
        display: flex;
        justify-content: center;
        gap: 0.85rem;
        margin-bottom: clamp(2rem, 5vw, 3rem);
    }

    .hero-actions .btn {
        min-height: 54px;
        border-radius: 999px;
    }

    .hero-mobile-visual {
        display: block;
        position: relative;
        width: min(100%, 720px);
        aspect-ratio: 16 / 9;
        margin: 0 auto;
        overflow: hidden;
        border-radius: 32px 32px 0 0;
        background:
            linear-gradient(180deg,
                rgba(255, 255, 255, 0.08) 0%,
                rgba(18, 61, 154, 0.18) 42%,
                rgba(8, 24, 58, 0.78) 100%),
            url("../assets/munich-online-bg.jpg") center center / cover no-repeat;
        box-shadow:
            0 -1px 0 rgba(255, 255, 255, 0.8),
            0 28px 90px rgba(9, 36, 95, 0.18);
    }

    .hero-mobile-visual::before {
        content: "";
        position: absolute;
        inset: 0;
        background:
            linear-gradient(90deg, rgba(255, 255, 255, 0.32), transparent 45%),
            radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.36), transparent 34%);
        pointer-events: none;
    }
}

/* Mobile: besonders sauber und nicht überladen */
@media (max-width: 640px) {
    .hero {
        padding: 4.7rem 0 0;
        background:
            radial-gradient(circle at 50% 12%, rgba(18, 61, 154, 0.075), transparent 34%),
            linear-gradient(180deg, #ffffff 0%, #f4f7fc 100%);
    }

    .hero-content {
        width: min(100% - 30px, var(--max));
    }

    .hero h1 {
        max-width: 340px;
        margin-bottom: 1.05rem;
        font-size: clamp(2.75rem, 12.4vw, 3.45rem);
        line-height: 1.02;
        letter-spacing: -0.045em;
    }

    .hero-subline {
        max-width: 335px;
        margin-bottom: 1rem;
        color: #111827;
        font-size: 1.13rem;
        line-height: 1.42;
    }

    .hero-subline::before {
        width: 52px;
        margin-bottom: 1.05rem;
    }

    .hero-text {
        max-width: 335px;
        margin-bottom: 1.55rem;
        color: #667085;
        font-size: 0.96rem;
        line-height: 1.58;
    }

    .hero-actions {
        width: 100%;
        display: grid;
        gap: 0.82rem;
        margin-bottom: 2.2rem;
    }

    .hero-actions .btn {
        width: min(100%, 310px);
        min-height: 54px;
        margin-inline: auto;
        padding: 0.85rem 1.2rem;
        border-radius: 999px;
        font-size: 0.95rem;
    }

    .hero-actions .btn-primary {
        box-shadow:
            0 20px 45px rgba(18, 61, 154, 0.26),
            inset 0 1px 0 rgba(255, 255, 255, 0.18);
    }

    .hero-actions .btn-secondary {
        background: rgba(255, 255, 255, 0.92);
        border-color: rgba(18, 61, 154, 0.18);
        box-shadow:
            0 18px 40px rgba(9, 36, 95, 0.09),
            inset 0 1px 0 rgba(255, 255, 255, 0.92);
    }

    .hero-mobile-visual {
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px;
        aspect-ratio: 4 / 3;
        border-radius: 30px 30px 0 0;
        background:
            linear-gradient(180deg,
                rgba(255, 255, 255, 0.10) 0%,
                rgba(18, 61, 154, 0.16) 38%,
                rgba(8, 24, 58, 0.86) 100%),
            url("../assets/munich-online-bg.jpg") center center / cover no-repeat;
    }
}

/* Very small phones */
@media (max-width: 390px) {
    .hero h1 {
        max-width: 310px;
        font-size: clamp(2.45rem, 12vw, 3rem);
    }

    .hero-subline,
    .hero-text {
        max-width: 305px;
    }

    .hero-actions .btn {
        width: min(100%, 292px);
    }
}







/* ================================
   Premium Focus Section
   ================================ */

.wwfocus-section {
    position: relative;
    overflow: hidden;
    padding: clamp(5.5rem, 9vw, 9rem) 0;
    background:
        radial-gradient(circle at 50% 8%, rgba(18, 61, 154, 0.075), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f5f8ff 100%);
}

.wwfocus-section::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    /* background:
        linear-gradient(90deg, rgba(18, 61, 154, 0.035) 1px, transparent 1px),
        linear-gradient(180deg, rgba(18, 61, 154, 0.03) 1px, transparent 1px);
    background-size: 76px 76px;
    opacity: 0.48;
    mask-image: linear-gradient(to bottom, transparent 0%, #000 18%, #000 78%, transparent 100%); */
}

.wwfocus-section__inner {
    position: relative;
    z-index: 1;
    text-align: center;
}

.wwfocus-section .section-kicker {
    position: relative;
    display: inline-flex;
    justify-content: center;
    margin: 0 0 clamp(1.6rem, 3vw, 2.1rem);
    color: var(--blue);
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

/* .wwfocus-section .section-kicker::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1rem;
    width: 42px;
    height: 2px;
    background: var(--blue);
    transform: translateX(-50%);
} */

.wwfocus-section__title {
    max-width: 1080px;
    margin: 0 auto clamp(3.4rem, 6vw, 5rem);
    color: #080b14;
    font-size: clamp(2.3rem, 4.5vw, 4rem);
    font-weight: 300;
    line-height: 1.05;
    letter-spacing: -0.06em;
}

.wwfocus-section__title span {
    color: var(--blue);
}



#home-intro-title span {
    display: block;
    color: var(--blue);
}

.wwfocus-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: clamp(1rem, 1.5vw, 1.35rem);
}

.wwfocus-card {
    min-height: clamp(15rem, 18vw, 18.2rem);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: clamp(1.25rem, 2vw, 1.8rem);
    position: relative;
    overflow: hidden;
    padding: clamp(1.5rem, 2.2vw, 2.1rem);
    border: 1px solid rgba(18, 61, 154, 0.14);
    border-radius: var(--radius-lg);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 255, 0.94));
    box-shadow:
        0 22px 70px rgba(9, 36, 95, 0.065),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    transition:
        transform 260ms ease,
        box-shadow 260ms ease,
        border-color 260ms ease,
        background 260ms ease;
}

.wwfocus-card::before {
    content: "";
    position: absolute;
    inset: -40% -30% auto;
    height: 70%;
    background: radial-gradient(circle, rgba(18, 61, 154, 0.11), transparent 64%);
    opacity: 0;
    transition: opacity 260ms ease, transform 260ms ease;
}

.wwfocus-card:hover {
    /* transform: translateY(-7px); */
    border-color: rgba(18, 61, 154, 0.28);
    /* box-shadow:
        0 32px 90px rgba(9, 36, 95, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.95); */
}

.wwfocus-card:hover::before {
    opacity: 1;
    /* transform: translateY(10px); */
}

.wwfocus-card__icon {
    width: clamp(4.8rem, 6vw, 5.7rem);
    height: clamp(4.8rem, 6vw, 5.7rem);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    border-radius: 50%;
    background:
        radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.98), rgba(235, 241, 255, 0.94));
    box-shadow:
        0 18px 48px rgba(18, 61, 154, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.wwfocus-card__icon svg {
    width: 52%;
    height: 52%;
    fill: none;
    stroke: var(--blue);
    stroke-width: 2.1;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.wwfocus-card h3 {
    position: relative;
    z-index: 1;
    margin: 0;
    color: var(--blue);
    font-size: clamp(1.25rem, 1.55vw, 1.55rem);
    font-weight: 400;
    line-height: 1.18;
    letter-spacing: -0.025em;
}

.wwfocus-card h3::after {
    content: "";
    width: 42px;
    height: 2px;
    display: block;
    margin: 1.35rem auto 0;
    background: linear-gradient(90deg, var(--blue), rgba(18, 61, 154, 0.18));
}

/* Tablet */
@media (max-width: 1100px) {
    .wwfocus-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .wwfocus-card {
        min-height: 14.5rem;
    }
}

/* Small tablet */
@media (max-width: 760px) {
    .wwfocus-section {
        padding: clamp(4.5rem, 12vw, 6rem) 0;
    }

    .wwfocus-section__title {
        max-width: 620px;
        font-size: clamp(2.55rem, 10vw, 4.2rem);
    }

    .wwfocus-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Mobile */
@media (max-width: 520px) {
    .wwfocus-section {
        padding: 4.3rem 0;
    }

    .wwfocus-section::before {
        background-size: 54px 54px;
        opacity: 0.38;
    }

    .wwfocus-section__title {
        max-width: 340px;
        margin-bottom: 2.6rem;
        font-size: clamp(2.35rem, 12vw, 3.2rem);
        line-height: 1.08;
    }

    .wwfocus-grid {
        grid-template-columns: 1fr;
        gap: 0.9rem;
    }

    .wwfocus-card {
        min-height: 8.6rem;
        flex-direction: row;
        justify-content: flex-start;
        gap: 1.1rem;
        padding: 1.05rem 1.15rem;
        border-radius: var(--radius-lg);
        text-align: left;
    }

    .wwfocus-card__icon {
        width: 4.2rem;
        height: 4.2rem;
        flex: 0 0 auto;
    }

    .wwfocus-card h3 {
        text-align: left;
        font-size: 1.18rem;
    }

    .wwfocus-card h3::after {
        width: 34px;
        margin: 0.85rem 0 0;
    }
}


/* ================================
   WEITWERTH Premium Hero
   Pexels BG: assets/hero-munich.png
   ================================ */

.hero {
    min-height: calc(100svh - 80px);
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: clamp(5.4rem, 10vh, 7.8rem) 0 clamp(6.4rem, 12vh, 9rem);
    background:
        linear-gradient(180deg,
            rgba(255, 255, 255, 0.76) 0%,
            rgba(255, 255, 255, 0.58) 30%,
            rgba(245, 248, 252, 0.38) 48%,
            rgba(8, 22, 50, 0.72) 100%),
        linear-gradient(90deg,
            rgba(255, 255, 255, 0.70) 0%,
            rgba(255, 255, 255, 0.38) 42%,
            rgba(18, 61, 154, 0.42) 100%),
        url("../assets/hero-munich.png") center center / cover no-repeat;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background:
        radial-gradient(circle at 50% 38%, rgba(255, 255, 255, 0.72), transparent 30%),
        radial-gradient(circle at 50% 80%, rgba(18, 61, 154, 0.30), transparent 42%);
}

.hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    z-index: -1;
    height: 34%;
    pointer-events: none;
    background: linear-gradient(180deg,
            rgba(8, 22, 50, 0) 0%,
            rgba(8, 22, 50, 0.78) 100%);
}

.hero-content {
    position: relative;
    z-index: 1;
    max-width: min(1040px, 100%);
    margin-inline: auto;
    text-align: center;
}

.hero h1 {
    max-width: 900px;
    margin: 0 auto 1.35rem;
    color: #080b14;
    font-size: clamp(3.6rem, 6.3vw, 6rem);
    font-weight: 300;
    line-height: 1.03;
    letter-spacing: -0.045em;
    text-shadow: 0 18px 60px rgba(255, 255, 255, 0.45);
}

.hero h1 span {
    display: block;
    color: var(--blue);
}

.hero-subline {
    max-width: 860px;
    margin: 0 auto 1.05rem;
    color: #0f172a;
    font-size: clamp(1.3rem, 1.85vw, 1.85rem);
    font-weight: 300;
    line-height: 1.38;
    letter-spacing: -0.025em;
    text-shadow: 0 14px 44px rgba(255, 255, 255, 0.55);
}

.hero-subline::before {
    content: "";
    width: 64px;
    height: 2px;
    display: block;
    margin: 0 auto 1.25rem;
    background: var(--blue);
}

.hero-text {
    max-width: 760px;
    margin: 0 auto 2rem;
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(1rem, 1.22vw, 1.16rem);
    font-weight: 300;
    line-height: 1.65;
    text-shadow: 0 12px 34px rgba(0, 0, 0, 0.34);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.95rem;
}

.hero-actions .btn {
    min-width: 210px;
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1.1rem;
    padding: 0.92rem 1.55rem;
    border-radius: 999px;
    font-weight: 400;
    letter-spacing: 0;
    transition:
        transform 180ms ease,
        box-shadow 180ms ease,
        background 180ms ease,
        border-color 180ms ease;
}

.hero-actions .btn:hover {
    transform: translateY(-3px);
}

.hero-actions .btn span {
    font-size: 1.3rem;
    line-height: 1;
    transform: translateY(-1px);
    transition: transform 180ms ease;
}

.hero-actions .btn:hover span {
    transform: translate(4px, -1px);
}

.hero-actions .btn-primary {
    color: #ffffff;
    background: linear-gradient(135deg, #123D9A 0%, #1552c8 100%);
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow:
        0 22px 60px rgba(18, 61, 154, 0.36),
        inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.hero-actions .btn-primary:hover {
    box-shadow:
        0 28px 74px rgba(18, 61, 154, 0.42),
        inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.hero-actions .btn-secondary {
    color: var(--blue);
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.76);
    box-shadow:
        0 20px 55px rgba(9, 36, 95, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(14px);
}

.hero-actions .btn-secondary:hover {
    background: #ffffff;
    border-color: rgba(18, 61, 154, 0.18);
}

/* Tablet */
@media (max-width: 980px) {
    .hero {
        min-height: auto;
        padding: clamp(5rem, 10vw, 6.4rem) 0 clamp(5.6rem, 11vw, 7.4rem);
        background:
            linear-gradient(180deg,
                rgba(255, 255, 255, 0.82) 0%,
                rgba(255, 255, 255, 0.68) 34%,
                rgba(8, 22, 50, 0.68) 100%),
            linear-gradient(90deg,
                rgba(255, 255, 255, 0.62) 0%,
                rgba(18, 61, 154, 0.36) 100%),
            url("../assets/hero-munich.png") center center / cover no-repeat;
    }

    .hero h1 {
        max-width: 740px;
        font-size: clamp(3.1rem, 8vw, 4.7rem);
    }

    .hero-subline {
        max-width: 680px;
        font-size: clamp(1.2rem, 2.6vw, 1.55rem);
    }

    .hero-text {
        max-width: 620px;
    }
}

/* Mobile */
@media (max-width: 640px) {
    .hero {
        min-height: calc(100svh - 76px);
        align-items: center;
        padding: 4.8rem 0 5.6rem;
        background:
            linear-gradient(180deg,
                rgba(255, 255, 255, 0.88) 0%,
                rgba(255, 255, 255, 0.74) 36%,
                rgba(8, 22, 50, 0.76) 100%),
            url("../assets/hero-munich.png") center center / cover no-repeat;
    }

    .hero::before {
        background:
            radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.76), transparent 38%),
            radial-gradient(circle at 50% 88%, rgba(18, 61, 154, 0.34), transparent 44%);
    }

    .hero h1 {
        max-width: 350px;
        margin-bottom: 1.1rem;
        font-size: clamp(2.65rem, 12vw, 3.45rem);
        line-height: 1.04;
        letter-spacing: -0.045em;
    }

    .hero-subline {
        max-width: 350px;
        margin-bottom: 1rem;
        color: #111827;
        font-size: 1.14rem;
        line-height: 1.42;
    }

    .hero-subline::before {
        width: 52px;
        margin-bottom: 1.05rem;
    }

    .hero-text {
        max-width: 340px;
        margin-bottom: 1.55rem;
        color: rgba(255, 255, 255, 0.9);
        font-size: 0.96rem;
        line-height: 1.58;
    }

    .hero-actions {
        display: grid;
        gap: 0.8rem;
    }

    .hero-actions .btn {
        width: min(100%, 310px);
        min-height: 54px;
        margin-inline: auto;
        padding: 0.85rem 1.2rem;
        font-size: 0.95rem;
    }
}

/* Very small phones */
@media (max-width: 390px) {
    .hero h1 {
        max-width: 310px;
        font-size: clamp(2.42rem, 12vw, 3rem);
    }

    .hero-subline,
    .hero-text {
        max-width: 305px;
    }

    .hero-actions .btn {
        width: min(100%, 292px);
    }
}


/* ================================
padding: clamp(5.4rem, 10vh, 7.8rem) 0 clamp(6.4rem, 12vh, 9rem);
   WEITWERTH Hero – New Version
================================ */

.ww-hero {
    --ww-navy: #030b1f;
    --ww-navy-soft: #071a3d;
    --ww-blue: #123d9a;
    --ww-blue-bright: #2f6bff;
    --ww-white: #ffffff;
    min-height: calc(100svh - 80px);
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: clamp(5rem, 9vh, 7rem) 0 clamp(5rem, 9vh, 8rem);
    color: var(--ww-white);
    background: linear-gradient(90deg, rgba(3, 11, 31, 0.96) 0%, rgba(5, 18, 46, 0.91) 38%, rgba(18, 61, 154, 0.72) 100%), linear-gradient(180deg, rgba(3, 11, 31, 0.34) 0%, rgba(3, 11, 31, 0.82) 100%), url("../assets/hero-munich.png") center center/cover no-repeat;
}

/* Curved artistic lines */
.ww-hero::before {
    content: "";
    position: absolute;
    inset: -20%;
    z-index: 0;
    pointer-events: none;
    opacity: 0.58;
    background:
        url("data:image/svg+xml,%3Csvg width='1800' height='1000' viewBox='0 0 1800 1000' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-120 610 C 260 360 560 700 930 480 C 1220 310 1440 360 1900 590' stroke='%234D7CFF' stroke-width='1.5' stroke-opacity='.44'/%3E%3Cpath d='M-80 700 C 310 500 640 790 1040 620 C 1320 500 1510 555 1880 720' stroke='%23FFFFFF' stroke-width='1' stroke-opacity='.20'/%3E%3Cpath d='M120 820 C 470 650 780 830 1160 710 C 1410 630 1600 690 1870 830' stroke='%232F6BFF' stroke-width='1.2' stroke-opacity='.30'/%3E%3Cpath d='M760 210 C 980 90 1190 150 1360 305 C 1510 440 1660 455 1900 330' stroke='%23FFFFFF' stroke-width='.9' stroke-opacity='.18'/%3E%3C/svg%3E") center center / cover no-repeat,
        linear-gradient(125deg,
            transparent 0%,
            transparent 38%,
            rgba(255, 255, 255, 0.16) 48%,
            rgba(77, 124, 255, 0.12) 52%,
            transparent 64%,
            transparent 100%);
    mix-blend-mode: screen;
    transform: rotate(-3deg);
}

/* Extra depth + keeps text readable */
.ww-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: radial-gradient(circle at 50% 28%, rgba(47, 107, 255, 0.22), transparent 34%), radial-gradient(circle at 82% 42%, rgba(255, 255, 255, 0.1), transparent 28%), linear-gradient(180deg, rgba(3, 11, 31, 0.08) 0%, rgba(3, 11, 31, 0.36) 58%, rgba(3, 11, 31, 0.88) 100%);
}

.ww-hero__content {
    position: relative;
    z-index: 2;
    max-width: min(940px, 100%);
    text-align: center;
}

.ww-hero__eyebrow {
    margin: 0 0 1.1rem;
    color: rgba(255, 255, 255, 0.76);
    text-transform: uppercase;
    letter-spacing: 0.32em;
    font-size: 0.78rem;
    font-weight: 600;
}

.ww-hero__title {
    max-width: 900px;
    margin: 0 auto 1.35rem;
    color: #ffffff;
    font-size: clamp(3.6rem, 6.6vw, 6.15rem);
    font-weight: 300;
    line-height: 1.02;
    letter-spacing: -0.04em;
    text-shadow: 0 8px 34px rgba(0, 0, 0, 0.42), 0 1px 1px rgba(0, 0, 0, 0.28);
}

.ww-hero__title span {
    display: block;
    color: var(--ww-blue-bright);
    text-shadow: 0 0 28px rgba(47, 107, 255, 0.36), 0 8px 34px rgba(0, 0, 0, 0.34);
}

@media (max-width: 640px) {
    .ww-hero__title span {
        font-weight: 400;
    }
}

.ww-hero__subline {
    max-width: 720px;
    margin: 0 auto 1.3rem;
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(1.22rem, 2.05vw, 1.9rem);
    font-weight: 300;
    line-height: 1.35;
    text-shadow: 0 6px 28px rgba(0, 0, 0, 0.42);
}

.ww-hero__subline::before {
    content: "";
    width: 76px;
    height: 2px;
    display: block;
    margin: 0 auto 1.45rem;
    background: linear-gradient(90deg, transparent, var(--ww-blue-bright), rgba(255, 255, 255, 0.72), transparent);
}

.ww-hero__text {
    max-width: 680px;
    margin: 0 auto 2rem;
    color: rgba(255, 255, 255, 0.78);
    font-size: clamp(1rem, 1.35vw, 1.2rem);
    font-weight: 400;
    line-height: 1.62;
    text-shadow: 0 6px 24px rgba(0, 0, 0, 0.48);
}

.ww-hero__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.85rem;
    margin-top: clamp(1.8rem, 3vw, 2.6rem);
}

/* ================================
   Weitwerth Contact Band
   ================================ */

.ww-contact-band {
    width: min(100% - 40px, var(--max));
    margin: clamp(4.5rem, 8vw, 7.5rem) auto;
    position: relative;
}

.ww-contact-band__inner {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
    min-height: clamp(430px, 42vw, 560px);
    background:
        radial-gradient(circle at 78% 18%, rgba(255, 255, 255, 0.18), transparent 28%),
        linear-gradient(135deg, #07142f 0%, #123D9A 54%, #061b4a 100%);
    box-shadow:
        0 34px 90px rgba(7, 20, 47, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.ww-contact-band__inner::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        linear-gradient(90deg, rgba(7, 20, 47, 0.12), rgba(7, 20, 47, 0.72)),
        url("../assets/hero-munich-w.jpg") center / cover no-repeat;
    opacity: 0.18;
    filter: grayscale(0.4) contrast(0.95);
}

.ww-contact-band__inner::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(90deg, transparent 0%, #000 34%, #000 100%);
    opacity: 0.35;
    pointer-events: none;
}

.ww-contact-band__media {
    position: relative;
    min-height: 100%;
    overflow: hidden;
}

.ww-contact-band__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, transparent 0%, rgba(7, 20, 47, 0.42) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.28));
    pointer-events: none;
}

.ww-contact-band__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transform: scale(1.02);
}

.ww-contact-band__content {
    position: relative;
    z-index: 1;
    align-self: center;
    max-width: 680px;
    min-width: 0;
    padding: clamp(2.3rem, 5vw, 5.5rem);
    color: #ffffff;
}

.ww-contact-band__eyebrow {
    margin: 0 0 1.1rem;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.ww-contact-band__content h2 {
    max-width: 640px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(2.3rem, 4.5vw, 4rem);
    line-height: 0.98;
    letter-spacing: 0.005em;
    font-weight: 500;
    overflow-wrap: normal;
    text-wrap: balance;
}

.ww-contact-band__text {
    max-width: 500px;
    margin: clamp(1.25rem, 2vw, 1.6rem) 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: clamp(1rem, 1.4vw, 1.15rem);
    line-height: 1.75;
}

.ww-contact-band__actions {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: clamp(1.7rem, 3vw, 2.35rem);
}


/* ================================
   Global Weitwerth Buttons
   ================================ */

.ww-btn {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 1.6rem;
    border-radius: 999px;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    transform: translateY(0);
    transition:
        transform 0.28s ease,
        box-shadow 0.28s ease,
        border-color 0.28s ease,
        background 0.28s ease,
        color 0.28s ease;
}

.ww-btn::before {
    content: "";
    position: absolute;
    inset: -2px;
    z-index: -1;
    background: linear-gradient(120deg,
            transparent 0%,
            transparent 36%,
            rgba(255, 255, 255, 0.42) 50%,
            transparent 64%,
            transparent 100%);
    transform: translateX(-130%);
    transition: transform 0.72s ease;
}

.ww-btn::after {
    content: "→";
    margin-left: 0.65rem;
    transform: translateY(-1px);
    transition: transform 0.28s ease;
}

.ww-btn:hover {
    transform: translateY(-3px);
}

.ww-btn:hover::before {
    transform: translateX(130%);
}

.ww-btn:hover::after {
    transform: translate(5px, -1px);
}

.ww-btn:active {
    transform: translateY(-1px) scale(0.985);
}


/* White Button */

.ww-btn--white {
    color: #123D9A;
    background:
        linear-gradient(180deg, #ffffff 0%, #eef3ff 100%);
    border: 1px solid rgba(255, 255, 255, 0.72);
    box-shadow:
        0 18px 46px rgba(0, 0, 0, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.95),
        inset 0 -10px 22px rgba(18, 61, 154, 0.08);
}

.ww-btn--white:hover {
    color: #0b2f86;
    background:
        linear-gradient(180deg, #ffffff 0%, #f7f9ff 100%);
    border-color: rgba(255, 255, 255, 0.95);
    box-shadow:
        0 26px 64px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 1),
        inset 0 -10px 24px rgba(18, 61, 154, 0.1);
}


/* Blue Button */

.ww-btn--blue {
    color: #ffffff;
    background:
        linear-gradient(135deg, #123D9A 0%, #093697 48%, #173c91 100%);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow:
        0 20px 52px rgba(7, 20, 47, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.22),
        inset 0 -14px 28px rgba(0, 0, 0, 0.2);
}

.ww-btn--blue::before {
    background: linear-gradient(120deg,
            transparent 0%,
            transparent 40%,
            rgba(255, 255, 255, 0.15) 50%,
            transparent 60%,
            transparent 100%);
    transform: translateX(-135%);
    transition: transform 0.85s ease;
}

.ww-btn--blue:hover::before {
    transform: translateX(135%);
}

.ww-btn--blue:hover {
    background:
        linear-gradient(135deg, #2d6cff 0%, #1648b6 48%, #061a49 100%);
    border-color: rgba(255, 255, 255, 0.32);
    box-shadow:
        0 28px 72px rgba(7, 20, 47, 0.46),
        inset 0 1px 0 rgba(255, 255, 255, 0.3),
        inset 0 -14px 30px rgba(0, 0, 0, 0.24);
}


/* Tablet */

@media (max-width: 980px) {
    .ww-contact-band__inner {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .ww-contact-band__media {
        min-height: 340px;
    }

    .ww-contact-band__media::after {
        background:
            linear-gradient(180deg, transparent 0%, rgba(7, 20, 47, 0.58) 100%);
    }

    .ww-contact-band__content {
        max-width: none;
        padding: clamp(2rem, 6vw, 4rem);
        text-align: left;
    }

    .ww-contact-band__content h2 {
        max-width: 720px;
    }

    .ww-contact-band__text {
        max-width: 620px;
    }
}


/* Mobile */

@media (max-width: 640px) {
    .ww-contact-band {
        width: min(100% - 28px, var(--max));
        margin: 4rem auto;
    }

    .ww-contact-band__inner {
        display: grid;
        grid-template-columns: 1fr;
        min-height: auto;
        overflow: hidden;
        box-shadow:
            0 24px 60px rgba(7, 20, 47, 0.18),
            inset 0 1px 0 rgba(255, 255, 255, 0.12);
    }

    .ww-contact-band__inner::after {
        background-size: 54px 54px;
        mask-image: linear-gradient(180deg, transparent 0%, #000 30%, #000 100%);
        opacity: 0.28;
    }

    .ww-contact-band__media {
        min-height: 230px;
    }

    .ww-contact-band__media img {
        height: 230px;
        object-position: center;
        transform: scale(1.01);
    }

    .ww-contact-band__media::after {
        background:
            linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(7, 20, 47, 0.5) 100%);
    }

    .ww-contact-band__content {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        padding: 2rem 1.35rem 2.25rem;
        text-align: left;
        box-sizing: border-box;
    }

    .ww-contact-band__eyebrow {
        margin-bottom: 0.85rem;
        font-size: 0.68rem;
        letter-spacing: 0.2em;
    }

    .ww-contact-band__content h2 {
        width: 100%;
        max-width: 100%;
        font-size: clamp(2rem, 9.2vw, 2.75rem);
        line-height: 1.04;
        letter-spacing: 0.005em;
        overflow-wrap: normal;
        word-break: normal;
        hyphens: none;
    }

    .ww-contact-band__text {
        max-width: 100%;
        margin-top: 1.1rem;
        font-size: 0.98rem;
        line-height: 1.7;
    }

    .ww-contact-band__actions {
        width: 100%;
        margin-top: 1.55rem;
    }

    .ww-contact-band .ww-btn {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        min-height: 54px;
        box-sizing: border-box;
    }
}

@media (max-width: 390px) {
    .ww-contact-band {
        width: min(100% - 22px, var(--max));
    }

    .ww-contact-band__content {
        padding: 1.85rem 1.15rem 2rem;
    }

    .ww-contact-band__content h2 {
        font-size: clamp(1.85rem, 8.9vw, 2.35rem);
        letter-spacing: -0.04em;
    }

    .ww-contact-band__text {
        font-size: 0.94rem;
    }

    .ww-btn {
        padding: 0 1.25rem;
        font-size: 0.88rem;
    }
}

/* Partner navigation CTA */

.main-nav a[href="partner-werden.php"] {
    color: #ffffff;
    background: #123D9A;
    border-color: #123D9A;
    padding: 0.72rem 1rem;
    border: 1px solid rgba(18, 61, 154, 0.18);
    border-radius: 999px;
}

/* Partner page */
.partner-page {
    background: #f7f9fd;
}

.partner-hero {
    position: relative;
    overflow: hidden;
    min-height: clamp(260px, 34vw, 430px);
    display: flex;
    align-items: stretch;
    color: #ffffff;
    background:
        radial-gradient(circle at 82% 18%, rgba(18, 61, 154, 0.48), transparent 24rem),
        linear-gradient(135deg, #061026 0%, #09245f 48%, #123D9A 100%);
}

.partner-hero__image {
    position: absolute;
    inset: 0 48% 0 0;
    background:
        linear-gradient(135deg, rgba(18, 61, 154, 0.42), rgba(6, 16, 38, 0.2)),
        url("../assets/site/business-meeting-wide.jpg") center / cover no-repeat;
    opacity: 0.78;
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
    transform: scale(1.02);
}

.partner-hero__shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(18, 61, 154, 0.42) 0%, rgba(6, 16, 38, 0.86) 44%, rgba(6, 16, 38, 0.98) 100%);
}

.partner-hero::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 5rem;
    background: linear-gradient(180deg, transparent, rgba(247, 249, 253, 0.08));
    pointer-events: none;
}

.partner-hero__inner {
    position: relative;
    z-index: 2;
    display: grid;
    align-items: center;
    width: 100%;
}

.partner-hero__content {
    width: min(100%, 640px);
    margin-left: auto;
    padding: clamp(5rem, 9vw, 8rem) 0 clamp(4rem, 7vw, 6rem);
}

.partner-hero__eyebrow {
    margin: 0 0 1.1rem;
    color: rgba(255, 255, 255, 0.82);
    font-size: clamp(0.7rem, 1vw, 0.82rem);
    font-weight: 600;
    line-height: 1.8;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.partner-hero h1 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(3rem, 7vw, 6.2rem);
    line-height: 0.92;
    letter-spacing: -0.075em;
    font-weight: 760;
}

.partner-form-section {
    position: relative;
    padding: clamp(3rem, 7vw, 6rem) 0 clamp(4rem, 8vw, 7rem);
    background:
        radial-gradient(circle at 12% 0%, rgba(18, 61, 154, 0.06), transparent 25rem),
        linear-gradient(180deg, #ffffff 0%, #f7f9fd 100%);
}

.partner-form-shell {
    width: min(100%, 1180px);
    margin: 0 auto;
    padding: clamp(1.4rem, 3vw, 2.4rem);
    border: 1px solid rgba(18, 61, 154, 0.08);
    border-radius: clamp(1.4rem, 3vw, 2.2rem);
    background: rgba(255, 255, 255, 0.86);
    box-shadow:
        0 28px 90px rgba(9, 36, 95, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(16px);
}

.partner-form-heading {
    margin-bottom: clamp(1.8rem, 3.5vw, 3rem);
}

.partner-form-heading__kicker {
    margin: 0 0 0.55rem;
    color: #123D9A;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.partner-form-heading h2 {
    margin: 0;
    color: #061026;
    font-size: clamp(1.35rem, 2.5vw, 2rem);
    line-height: 1.12;
    letter-spacing: -0.045em;
}

.partner-form-message {
    margin-bottom: 1.4rem;
    padding: 1rem 1.1rem;
    border-radius: 1rem;
    font-size: 0.95rem;
    line-height: 1.45;
}

.partner-form-message--success {
    color: #0d4d2c;
    background: rgba(35, 163, 91, 0.1);
    border: 1px solid rgba(35, 163, 91, 0.22);
}

.partner-form-message--error {
    color: #8a1f1f;
    background: rgba(190, 45, 45, 0.08);
    border: 1px solid rgba(190, 45, 45, 0.18);
}

.partner-form__honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.partner-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: clamp(1rem, 3vw, 1.7rem);
    row-gap: 1.05rem;
}

.partner-field {
    display: grid;
    gap: 0.42rem;
}

.partner-field--full {
    grid-column: 1 / -1;
}

.partner-field label,
.partner-choice-group legend,
.partner-consent-group legend {
    color: #061026;
    font-size: 0.92rem;
    font-weight: 500;
    letter-spacing: -0.015em;
}

.partner-field input,
.partner-field textarea {
    width: 100%;
    border: 1px solid rgba(6, 16, 38, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #061026;
    font: inherit;
    font-size: 0.9rem;
    outline: none;
    transition:
        border-color 180ms ease,
        box-shadow 180ms ease,
        background 180ms ease;
}

.partner-field input {
    min-height: 2.7rem;
    padding: 0.72rem 1rem;
}

.partner-field textarea {
    min-height: 5.8rem;
    resize: vertical;
    border-radius: 1.1rem;
    padding: 0.9rem 1rem;
}

.partner-field input::placeholder,
.partner-field textarea::placeholder {
    color: rgba(6, 16, 38, 0.36);
    font-size: 0.8rem;
}

.partner-field input:focus,
.partner-field textarea:focus {
    border-color: rgba(18, 61, 154, 0.62);
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(18, 61, 154, 0.09);
}

.partner-choice-group,
.partner-consent-group {
    margin: clamp(1.5rem, 3vw, 2rem) 0 0;
    padding: 0;
    border: 0;
}

.partner-choice-group legend,
.partner-consent-group legend {
    margin-bottom: 0.85rem;
    font-size: clamp(1.05rem, 1.8vw, 1.35rem);
    letter-spacing: -0.04em;
}

.partner-radio,
.partner-check {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    width: fit-content;
    color: #061026;
    font-size: 0.9rem;
    line-height: 1.45;
    cursor: pointer;
}

.partner-radio+.partner-radio,
.partner-check+.partner-check {
    margin-top: 0.55rem;
}

.partner-radio input,
.partner-check input {
    flex: 0 0 auto;
    width: 1rem;
    height: 1rem;
    margin-top: 0.15rem;
    accent-color: #123D9A;
}

.partner-check a {
    color: #123D9A;
    text-decoration: underline;
    text-underline-offset: 0.18em;
}

.partner-submit {
    width: 100%;
    min-height: 3.05rem;
    margin-top: clamp(1.5rem, 3vw, 2.1rem);
    border: 0;
    border-radius: 999px;
    background:
        linear-gradient(135deg, #123D9A 0%, #09245f 100%);
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    cursor: pointer;
    box-shadow:
        0 18px 40px rgba(18, 61, 154, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.18);
    transition:
        transform 180ms ease,
        box-shadow 180ms ease,
        filter 180ms ease;
}

.partner-submit:hover {
    transform: translateY(-2px);
    filter: brightness(1.05);
    box-shadow:
        0 24px 52px rgba(18, 61, 154, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.partner-submit:active {
    transform: translateY(0);
}

/* Tablet */
@media (max-width: 920px) {

    .main-nav a[href="partner-werden.php"] {
        width: fit-content;
        margin-right: auto;
        margin-left: auto;
    }

    .partner-hero__image {
        inset: 0 38% 0 0;
    }

    .partner-hero__content {
        width: min(100%, 560px);
    }

    .partner-form-shell {
        border-radius: 1.45rem;
    }
}

/* Mobile */
@media (max-width: 720px) {
    .partner-hero {
        min-height: 360px;
    }

    .partner-hero__image {
        inset: 0;
        opacity: 0.35;
        clip-path: none;
    }

    .partner-hero__shade {
        background:
            linear-gradient(180deg, rgba(6, 16, 38, 0.38), rgba(6, 16, 38, 0.92)),
            linear-gradient(135deg, rgba(18, 61, 154, 0.58), rgba(6, 16, 38, 0.76));
    }

    .partner-hero__content {
        width: 100%;
        margin-left: 0;
        padding: 7rem 0 4rem;
    }

    .partner-hero h1 {
        font-size: clamp(3.2rem, 15vw, 4.8rem);
    }

    .partner-hero__eyebrow {
        font-size: 0.68rem;
    }

    .partner-form-section {
        padding-top: 2rem;
    }

    .partner-form-shell {
        padding: 1.1rem;
        border-radius: 1.2rem;
    }

    .partner-form__grid {
        grid-template-columns: 1fr;
        row-gap: 0.9rem;
    }

    .partner-field input {
        min-height: 2.85rem;
    }

    .partner-field textarea {
        min-height: 6.5rem;
    }

    .partner-radio,
    .partner-check {
        width: 100%;
        font-size: 0.86rem;
    }

    .partner-submit {
        min-height: 3.1rem;
    }
}

/* Small mobile */
@media (max-width: 420px) {
    .partner-form-shell {
        padding: 0.9rem;
    }

    .partner-form-heading h2 {
        font-size: 1.35rem;
    }

    .partner-field label {
        font-size: 0.78rem;
    }

    .partner-field input,
    .partner-field textarea {
        font-size: 0.86rem;
    }

    .partner-field input::placeholder,
    .partner-field textarea::placeholder {
        font-size: 0.72rem;
    }
}




/* Remove the normal nav underline only from Partner Werden */
.main-nav a[href="partner-werden.php"]::before,
.main-nav a[href="partner-werden.php"]::after {
    content: none !important;
    display: none !important;
}

.main-nav a[href="partner-werden.php"]:hover,
.main-nav a[href="partner-werden.php"][aria-current="page"] {
    background: #09245f;
    color: #ffffff;
    border-color: #09245f;
    transform: translateY(-1px);
    box-shadow: 0 16px 36px rgba(18, 61, 154, 0.24);
}

.small-title,
.ww-fields__eyebrow {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0.65rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

@media (max-width: 640px) {

    .small-title {
        font-size: 0.7rem !important;
    }
}


.small-title::after,
.ww-fields__eyebrow::after {
    content: "";
    width: 3rem;
    height: 1px;
    display: block;
    background: currentColor;
    opacity: 0.65;
    font-size: 1.02rem;
}


.premium-card {
    isolation: isolate;
    border-color: rgba(9, 36, 95, 0.12);
    box-shadow: 0 28px 80px rgba(9, 36, 95, 0.09);
}

.premium-card>* {
    position: relative;
    z-index: 2;
}

.premium-card::before {
    inset: 0;
    height: auto;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.94));
    opacity: 1;
    transform: none;
}

.premium-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: center / cover no-repeat;
    opacity: 0.2;
    filter: grayscale(0.15) saturate(0.82) contrast(0.95);
    transition: opacity 260ms ease, transform 260ms ease;
}

.premium-card:hover::before {
    opacity: 1;
    transform: none;
}

.premium-card:hover::after {
    opacity: 0.28;
    transform: scale(1.025);
}

.premium-card--companies::after {
    background-image: url("../assets/site/business-meeting-wide.jpg");
}

.premium-card--about::after {
    background-image: url("../assets/site/team-workshop-wide.jpg");
}

.premium-card--candidates {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.22);
    background:
        linear-gradient(145deg, rgba(8, 15, 28, 0.96) 0%, rgba(12, 37, 88, 0.94) 52%, rgba(18, 61, 154, 0.88) 100%);
    box-shadow:
        0 34px 98px rgba(9, 36, 95, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.premium-card--candidates::before {
    background:
        linear-gradient(145deg, rgba(7, 13, 25, 0.92) 0%, rgba(9, 36, 95, 0.82) 54%, rgba(18, 61, 154, 0.58) 100%);
}

.premium-card--candidates::after {
    background-image: url("../assets/site/candidate-interview-wide.jpg");
    opacity: 0.24;
    mix-blend-mode: screen;
    filter: grayscale(0.2) saturate(0.8) contrast(0.9);
}

.premium-card--candidates:hover::after {
    opacity: 0.32;
}

.premium-card--candidates h3 {
    max-width: 360px;
    color: #ffffff;
    font-size: clamp(1.85rem, 2.7vw, 2.55rem);
}

.premium-card--candidates p {
    max-width: 390px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.06rem;
    line-height: 1.62;
}

.premium-card--candidates .card-kicker,
.premium-card--candidates .text-link {
    color: rgba(255, 255, 255, 0.86);
}

.card-kicker {
    font-weight: 600;
}

.premium-card--candidates .text-link {
    border-bottom-color: rgba(255, 255, 255, 0.58);
}




/* Partner navigation CTA */


.main-nav a[href="partner-werden.php"]:hover,
.main-nav a[href="partner-werden.php"][aria-current="page"] {
    color: #ffffff;
    background: #123D9A;
    border-color: #123D9A;
}



/* Unsere Schwerpunkte */


.ww-icon-sprite {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

.ww-fields {
    --ww-blue: #123D9A;
    --ww-dark: #061026;
    --ww-muted: rgba(6, 16, 38, 0.62);
    --ww-border: rgba(18, 61, 154, 0.14);
    --ww-panel-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(246, 249, 255, 0.8));

    position: relative;
    overflow: hidden;
    padding: clamp(4.5rem, 8vw, 7rem) 1rem;
    background:
        radial-gradient(circle at 50% 10%, rgba(255, 255, 255, 0.78), transparent 30rem),
        linear-gradient(180deg, #eaf0fb 0%, #c7d4f2 52%, #5f7fd0 100%);
    color: var(--ww-dark);
}

.ww-fields__inner {
    width: min(100%, 1180px);
    margin: 0 auto;
    text-align: center;
}

.ww-fields__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    margin: 0 0 1.2rem;
    color: var(--ww-blue);
    font-size: 1.02rem;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

.ww-fields__eyebrow::after {
    content: "";
    width: 2.8rem;
    height: 1px;
    background: currentColor;
    opacity: 0.55;
}

.ww-fields__title {
    margin: 0;
    font-size: clamp(2.3rem, 4.5vw, 4rem);
    line-height: 0.92;
    letter-spacing: -0.075em;
}

.ww-fields__title span {
    color: var(--ww-blue);
}

.ww-service-tabs {
    position: relative;
    margin-top: clamp(2.8rem, 6vw, 4.6rem);
}

.ww-service-tabs__nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(1rem, 3vw, 2rem);
    width: min(100%, 900px);
    margin: 0 auto clamp(2.2rem, 4vw, 3rem);
}

.ww-service-tab {
    position: relative;
    min-height: 142px;
    display: flex;
    align-items: center;
    gap: clamp(0.9rem, 2vw, 1.5rem);
    padding: clamp(1.1rem, 2.5vw, 1.75rem);
    border: 1px solid rgba(255, 255, 255, 0.68);
    border-radius: 1.35rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.74));
    color: var(--ww-dark);
    text-align: left;
    cursor: pointer;
    box-shadow:
        0 22px 55px rgba(18, 61, 154, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
    transition:
        transform 0.28s ease,
        border-color 0.28s ease,
        box-shadow 0.28s ease,
        background 0.28s ease;
}

.ww-service-tab:hover {
    transform: translateY(-4px);
    box-shadow:
        0 30px 70px rgba(18, 61, 154, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.98);
}

.ww-service-tab.is-active {
    border-color: rgba(18, 61, 154, 0.9);
    background:
        radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.78)),
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(238, 244, 255, 0.82));
    box-shadow:
        0 30px 80px rgba(18, 61, 154, 0.24),
        0 0 0 4px rgba(18, 61, 154, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 1);
}

.ww-service-tab::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 1rem;
    width: 3.2rem;
    height: 2px;
    border-radius: 999px;
    background: var(--ww-blue);
    transform: translateX(-50%) scaleX(0);
    opacity: 0;
    transition:
        transform 0.28s ease,
        opacity 0.28s ease;
}

.ww-service-tab.is-active::after {
    transform: translateX(-50%) scaleX(1);
    opacity: 1;
}

.ww-service-tab__icon {
    flex: 0 0 auto;
    width: clamp(4.3rem, 7vw, 5.5rem);
    height: clamp(4.3rem, 7vw, 5.5rem);
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--ww-blue);
    background: radial-gradient(circle at 35% 25%, #ffffff 0%, #eef4ff 58%, #e3ebfb 100%);
    box-shadow:
        0 16px 36px rgba(18, 61, 154, 0.13),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.ww-service-tab__icon svg,
.ww-fields-panel__icon svg,
.ww-field-card__icon svg {
    width: 1.65rem;
    height: 1.65rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ww-service-tab__text {
    display: grid;
    gap: 0.4rem;
}

.ww-service-tab__text strong {
    color: var(--ww-dark);
    font-size: clamp(1rem, 1.8vw, 1.45rem);
    font-weight: 700;
    letter-spacing: -0.04em;
}

.ww-service-tab.is-active .ww-service-tab__text strong {
    color: var(--ww-blue);
}

.ww-service-tab__text small {
    color: var(--ww-muted);
    font-size: clamp(0.76rem, 1.2vw, 0.95rem);
    line-height: 1.35;
}

.ww-fields-panel {
    position: relative;
    isolation: isolate;
    width: min(100%, 1080px);
    margin: 0 auto;
    padding: clamp(1.8rem, 4vw, 3rem);
    border: 1px solid rgba(255, 255, 255, 0.68);
    border-radius: 1.55rem;
    background: var(--ww-panel-bg);
    box-shadow:
        0 28px 80px rgba(18, 61, 154, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(18px);
}


.ww-fields-panel::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -1px;
    left: 0;
    right: 0;
    height: 1.4rem;
    border-radius: 1.55rem 1.55rem 0 0;
    background: var(--ww-panel-bg);
    pointer-events: none;
}

.ww-service-tabs[data-active="interim"] .ww-fields-panel::before {
    left: 75%;
}

.ww-fields-panel__header,
.ww-fields-panel__line,
.ww-fields-grid {
    position: relative;
    z-index: 2;
}

.ww-fields-panel__header {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
    color: var(--ww-blue);
}

.ww-fields-panel__icon {
    display: grid;
    place-items: center;
    color: var(--ww-blue);
}

.ww-fields-panel__header h3 {
    margin: 0;
    font-size: clamp(1.25rem, 3vw, 2rem);
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -0.045em;
    transition:
        opacity 0.2s ease,
        transform 0.2s ease;
}

.ww-fields-panel__header h3.is-changing {
    opacity: 0;
    transform: translateY(8px);
}

.ww-fields-panel__line {
    width: 6rem;
    height: 2px;
    margin: 1.25rem auto clamp(1.6rem, 3vw, 2.3rem);
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, rgba(18, 61, 154, 0.45), transparent);
}

.ww-fields-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: clamp(0.8rem, 1.6vw, 1.15rem);
}

.ww-field-card {
    min-height: 168px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.9rem;
    padding: 1.15rem 0.75rem;
    border: 1px solid var(--ww-border);
    border-radius: 1.05rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.76));
    box-shadow:
        0 18px 46px rgba(18, 61, 154, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
    will-change: transform, opacity;
    transition:
        transform 0.28s ease,
        box-shadow 0.28s ease,
        border-color 0.28s ease,
        opacity 0.25s ease;
}

.ww-field-card:hover {
    transform: translateY(-6px);
    border-color: rgba(18, 61, 154, 0.28);
    box-shadow:
        0 28px 64px rgba(18, 61, 154, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.98);
}

.ww-field-card.is-reordering {
    pointer-events: none;
}

/* .ww-field-card.is-soft-changing {
    animation: wwCardSoftPulse 0.42s ease both;
}

@keyframes wwCardSoftPulse {
    0% {
        opacity: 0.78;
        transform: translateY(8px) scale(0.985);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
} */

.ww-field-card__icon {
    width: 3.55rem;
    height: 3.55rem;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--ww-blue);
    background: radial-gradient(circle at 35% 25%, #ffffff 0%, #f0f5ff 58%, #e6edfb 100%);
    box-shadow:
        0 14px 32px rgba(18, 61, 154, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.ww-field-card h4 {
    position: relative;
    margin: 0;
    padding-bottom: 0.85rem;
    color: var(--ww-blue);
    font-size: 0.92rem;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: -0.035em;
}

.ww-field-card h4::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 1.45rem;
    height: 1px;
    transform: translateX(-50%);
    background: currentColor;
    opacity: 0.75;
}

@media (max-width: 980px) {
    .ww-fields-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .ww-field-card {
        min-height: 150px;
    }
}

@media (max-width: 640px) {
    .ww-fields {
        padding-inline: 0.9rem;
    }

    .ww-fields__title {
        font-size: clamp(2.35rem, 12vw, 3.2rem);
    }

    .ww-fields-panel-title {
        text-wrap: nowrap;
    }

    .ww-service-tabs__nav {
        gap: 0.75rem;
        margin-bottom: 2rem;
    }

    .ww-service-tab {
        min-height: 132px;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        padding: 1rem 0.75rem 1.4rem;
        border-radius: 1.1rem;
    }

    .ww-service-tab__icon {
        width: 3.8rem;
        height: 3.8rem;
    }

    .ww-service-tab__text strong {
        font-size: 0.95rem;
    }

    .ww-service-tab__text small {
        font-size: 0.72rem;
    }

    .ww-fields-panel {
        padding: 1.45rem 1rem 1.2rem;
        border-radius: 1.25rem;
    }

    .ww-fields-panel::before {
        width: 1.65rem;
        height: 1.65rem;
        top: -0.82rem;
    }

    .ww-fields-panel__icon {
        display: none;
    }

    .ww-fields-panel__header {
        gap: 0.55rem;
    }

    .ww-fields-panel__header h3 {
        font-size: 1.2rem;
    }

    .ww-fields-panel__line {
        margin: 1rem auto 1.35rem;
    }

    .ww-fields-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.75rem;
    }

    .ww-field-card {
        min-height: 132px;
        border-radius: 0.95rem;
        padding: 1rem 0.55rem;
    }

    .ww-field-card__icon {
        width: 3.1rem;
        height: 3.1rem;
    }

    .ww-field-card h4 {
        font-size: 0.8rem;
    }


}

@media (max-width: 380px) {
    .ww-service-tab__text small {
        display: none;
    }

    .ww-service-tab {
        min-height: 108px;
    }
}

/* Make field cards more square, cleaner, and remove the small underline */
.ww-field-card {
    aspect-ratio: 1 / 1;
    min-height: auto;
    padding: 1rem 0.75rem;
    border-radius: 0.85rem;
    gap: 0.75rem;
}

.ww-field-card h4 {
    padding-bottom: 0;
    font-size: 1rem;
    line-height: 1.18;
    font-weight: 600;
}

/* Remove the small line under each field title */
.ww-field-card h4::after {
    display: none;
}

.ww-field-card__icon {
    width: 3.25rem;
    height: 3.25rem;
}

.ww-field-card__icon svg {
    width: 1.45rem;
    height: 1.45rem;
}

.section-title span {
    color: var(--ww-blue);
}

@media (max-width: 640px) {
    .section-title {
        font-size: clamp(2.35rem, 12vw, 3.2rem) !important;
        font-weight: 400 !important;
        letter-spacing: -0.02em !important;
    }
}

.contact-map-preview {
    position: relative;
    display: block;
    overflow: hidden;
    max-height: 320px;
    background: #f4f6fa;
    border: 1px solid rgba(18, 61, 154, 0.14);
    box-shadow: 0 24px 70px rgba(17, 17, 17, 0.08);
    text-decoration: none;
    border-radius: var(--radius-lg);

    img {
        width: 100%;
        object-fit: cover;
        display: block;
        filter: saturate(0.85) contrast(1.05);
    }

    span {
        position: absolute;
        left: 50%;
        bottom: 1.25rem;
        transform: translateX(-50%);
        padding: 0.8rem 1.2rem;
        border-radius: 999px;
        background: #ffffff;
        color: #123d9a;
        font-weight: 700;
        box-shadow: 0 16px 36px rgba(17, 17, 17, 0.18);
        white-space: nowrap;
    }
}

/* Unsere Schwerpunkte */

.ww-fields {
    --ww-blue: #123D9A;
    --ww-dark: #061026;
    --ww-muted: rgba(6, 16, 38, 0.62);
    --ww-border: rgba(18, 61, 154, 0.14);

    position: relative;
    overflow: hidden;
    padding: clamp(4.5rem, 8vw, 7rem) 1rem;
    background:
        radial-gradient(circle at 50% 10%, rgba(255, 255, 255, 0.78), transparent 30rem),
        linear-gradient(180deg, #eaf0fb 0%, #c7d4f2 52%, #5f7fd0 100%);
    color: var(--ww-dark);
}

.ww-fields::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 12% 16%, rgba(255, 255, 255, 0.46), transparent 18rem),
        radial-gradient(circle at 88% 72%, rgba(18, 61, 154, 0.18), transparent 20rem);
    opacity: 0.75;
}

.ww-fields__inner {
    position: relative;
    z-index: 1;
    width: min(100%, 1180px);
    margin: 0 auto;
    text-align: center;
}

.ww-fields__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    margin: 0 0 1.2rem;
    color: var(--ww-blue);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

.ww-fields__eyebrow::after {
    content: "";
    width: 2.8rem;
    height: 1px;
    background: currentColor;
    opacity: 0.55;
}

.ww-fields__title {
    margin: 0;
    font-size: clamp(2.7rem, 7vw, 5.6rem);
    line-height: 0.92;
    letter-spacing: -0.075em;
    font-weight: 500;
}

.ww-fields__title span {
    color: var(--ww-blue);
}

/* Static service description */

.ww-service-notes {
    width: min(100%, 760px);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(1rem, 3vw, 2.2rem);
    margin: clamp(2.4rem, 5vw, 3.8rem) auto clamp(2.2rem, 5vw, 3.4rem);
}

.ww-service-note {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
    text-align: left;
}

.ww-service-note::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1.05rem;
    height: 1px;
    background: linear-gradient(90deg, rgba(18, 61, 154, 0.34), transparent);
}

.ww-service-note__number {
    width: 2.45rem;
    height: 2.45rem;
    display: grid;
    place-items: center;
    border: 1px solid rgba(18, 61, 154, 0.22);
    border-radius: 999px;
    color: var(--ww-blue);
    background: rgba(255, 255, 255, 0.42);
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1;
}

.ww-service-note__content {
    display: grid;
    gap: 0.38rem;
}

.ww-service-note__content strong {
    color: var(--ww-dark);
    font-size: clamp(1.05rem, 1.8vw, 1.42rem);
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -0.04em;
}

.ww-service-note__content small {
    color: var(--ww-muted);
    font-size: clamp(0.82rem, 1.1vw, 0.95rem);
    line-height: 1.45;
}

/* Specialty boxes */

.ww-specialty-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(0.7rem, 1.2vw, 1rem);
    margin-top: clamp(2.5rem, 5vw, 3.8rem);
}

@media (min-width: 768px) {
    .ww-specialty-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 992px) {
    .ww-specialty-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (min-width: 1200px) {
    .ww-specialty-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}

.ww-specialty-card {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-width: 0;
    min-height: clamp(124px, 12vw, 168px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: clamp(0.9rem, 1.35vw, 1.35rem);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 10px;
    background:
        linear-gradient(transparent 4.1rem), linear-gradient(145deg, #123d9a 0%, #1e53c5 58%, #123d9a 100%);
    color: #ffffff;
    text-align: left;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.14);
    transition:
        transform 0.28s ease,
        box-shadow 0.28s ease,
        border-color 0.28s ease;
}

.ww-specialty-card::before {
    content: "";
    position: absolute;
    inset: auto -2.8rem -3rem auto;
    width: 7.5rem;
    height: 7.5rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 50%;
    pointer-events: none;
    z-index: -1;
    transition:
        transform 0.32s ease,
        opacity 0.32s ease;
}

.ww-specialty-card h3 {
    margin: 0 0 0.55rem;
    color: inherit;
    font-size: clamp(0.9rem, 1.1vw, 1.22rem);
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.ww-specialty-card__icon {
    position: absolute;
    top: clamp(0.72rem, 1vw, 1rem);
    left: clamp(0.72rem, 1vw, 1rem);
    width: clamp(2.15rem, 2.5vw, 2.75rem);
    height: clamp(2.15rem, 2.5vw, 2.75rem);
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    color: rgb(218, 226, 255);
    font-size: clamp(1.05rem, 1.35vw, 1.42rem);
    font-weight: 800;
    transition:
        transform 0.28s ease,
        background-color 0.28s ease;
}

.ww-specialty-card__link {
    color: rgb(218, 226, 255);
    font-size: clamp(0.74rem, 0.85vw, 0.9rem);
    font-weight: 800;
}

.ww-specialty-card:hover,
.ww-specialty-card:focus-visible {
    transform: translateY(-7px);
    border-color: rgba(177, 198, 255, 0.7);
    box-shadow: 0 26px 60px rgba(18, 61, 154, 0.24);
}

.ww-specialty-card:hover::before,
.ww-specialty-card:focus-visible::before {
    transform: scale(1.08) translate(-0.4rem, -0.3rem);
    opacity: 0.8;
}

.ww-specialty-card:hover .ww-specialty-card__icon,
.ww-specialty-card:focus-visible .ww-specialty-card__icon {
    background: rgba(255, 255, 255, 0.18);
    transform: translate(0.3rem, -0.3rem);
}

/* Tablet */

@media (max-width: 980px) {
    .ww-service-notes {
        width: min(100%, 680px);
    }
}

/* Mobile */

@media (max-width: 640px) {
    .ww-fields {
        padding-inline: 0.9rem;
    }

    .ww-fields__title {
        font-size: clamp(2.35rem, 13vw, 3.7rem);
    }

    .ww-service-notes {
        grid-template-columns: 1fr;
        gap: 1.75rem;
        margin-top: 2rem;
        margin-bottom: 2.2rem;
    }

    .ww-service-note {
        width: min(100%, 420px);
        margin-inline: auto;
    }

    .ww-specialty-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.75rem;
        margin-top: 2.6rem;
    }

    .ww-specialty-card {
        min-height: 124px;
        padding: 0.9rem;
    }

    .ww-specialty-card h3 {
        font-size: 0.9rem;
    }

    .ww-specialty-card__link {
        font-size: 0.74rem;
    }

    .ww-specialty-card__icon {
        width: 2.08rem;
        height: 2.08rem;
        font-size: 1rem;
    }
}

@media (max-width: 390px) {
    .ww-specialty-grid {
        gap: 0.65rem;
    }

    .ww-specialty-card {
        min-height: 116px;
        padding: 0.82rem;
    }

    .ww-specialty-card h3 {
        font-size: 0.84rem;
    }

    .ww-specialty-card__link {
        font-size: 0.7rem;
    }
}

.ww-specialty-card__icon {
    position: absolute;
    top: clamp(0.72rem, 1vw, 1rem);
    left: clamp(0.72rem, 1vw, 1rem);
    width: clamp(2.35rem, 2.7vw, 3rem);
    height: clamp(2.35rem, 2.7vw, 3rem);
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    color: rgb(218, 226, 255);
    transition:
        transform 0.28s ease,
        background-color 0.28s ease,
        border-color 0.28s ease;
}

.ww-specialty-card__icon svg {
    width: 1.5rem;
    height: 1.5rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ww-specialty-card__link {
    display: inline-flex;
    align-items: center;
    gap: 0.42rem;
    width: fit-content;
    color: rgb(218, 226, 255);
    font-size: clamp(0.74rem, 0.85vw, 0.9rem);
    font-weight: 800;
    line-height: 1;
}

.ww-specialty-card__link svg {
    width: 1rem;
    height: 1rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 0.25s ease;
}

.ww-specialty-card:hover .ww-specialty-card__icon,
.ww-specialty-card:focus-visible .ww-specialty-card__icon {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translate(0.28rem, -0.28rem);
}

.ww-specialty-card:hover .ww-specialty-card__link svg,
.ww-specialty-card:focus-visible .ww-specialty-card__link svg {
    transform: translateX(0.28rem);
}

@media (max-width: 640px) {
    .ww-specialty-card__icon {
        width: 2.15rem;
        height: 2.15rem;
        border-radius: 8px;
    }

    .ww-specialty-card__icon svg {
        width: 1.15rem;
        height: 1.15rem;
    }

    .ww-specialty-card__link {
        gap: 0.32rem;
        font-size: 0.72rem;
    }

    .ww-specialty-card__link svg {
        width: 0.86rem;
        height: 0.86rem;
    }
}

.footer-brand-slogan {
    margin-left: auto;
    margin-right: auto;
    font-size: 1.2rem;
    font-weight: 500;
    color: #172033;
    font-style: italic;
    letter-spacing: 0.01em;
}

.footer-brand-slogan span {
    color: var(--blue);
    font-weight: 600;
}