/* =========================================================
   FUNforRENT Hero
   ========================================================= */

.fun4rent-hero-section {
    padding: 0 !important;
    overflow: hidden;
}

.fun4rent-hero {
    --fun-navy: #0e1f3d;
    --fun-pink: #ee5f84;
    --fun-turquoise: #62c4c8;
    --fun-yellow: #f8c536;
    --fun-light: #f4fbfc;

    position: relative;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 15% 30%,
            rgba(98, 196, 200, 0.12),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #ffffff 0%,
            #f5fcfd 50%,
            #ecf9fa 100%
        );
}

.fun4rent-hero__container {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(340px, 0.8fr) minmax(600px, 1.35fr);
    align-items: center;
    width: min(100% - 48px, 1500px);
    min-height: 700px;
    margin: 0 auto;
    padding: 80px 0 125px;
}

/* Inhalt links */

.fun4rent-hero__content {
    position: relative;
    z-index: 5;
    max-width: 570px;
    padding: 20px 55px 20px 0;
}

.fun4rent-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    margin-bottom: 18px;
    padding: 8px 15px;
    border-radius: 999px;
    background: rgba(98, 196, 200, 0.14);
    color: #278e94;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.fun4rent-hero__title {
    margin: 0 0 27px;
    font-family: "Fredoka", Arial, sans-serif;
    font-weight: 700;
    line-height: 1.02;
    letter-spacing: -0.025em;
}

.fun4rent-hero__title-main,
.fun4rent-hero__title-accent {
    display: block;
}

.fun4rent-hero__title-main {
    color: var(--fun-navy);
    font-size: clamp(46px, 4vw, 72px);
}

.fun4rent-hero__title-accent {
    margin-top: 8px;
    color: var(--fun-pink);
    font-size: clamp(42px, 3.65vw, 66px);
}

.fun4rent-hero__text {
    max-width: 500px;
    margin: 0 0 32px;
    color: #27364d;
    font-size: 20px;
    line-height: 1.55;
}

.fun4rent-hero__text strong {
    color: var(--fun-pink);
    font-weight: 700;
}

.fun4rent-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}

.fun4rent-hero__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    min-height: 56px;
    padding: 14px 24px;
    border-radius: 999px;
    background: var(--fun-yellow);
    box-shadow: 0 12px 30px rgba(248, 197, 54, 0.27);
    color: var(--fun-navy);
    font-size: 17px;
    font-weight: 800;
    text-decoration: none;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background 0.2s ease;
}

.fun4rent-hero__button span {
    font-size: 28px;
    line-height: 1;
}

.fun4rent-hero__button:hover {
    transform: translateY(-2px);
    background: #ffd24e;
    box-shadow: 0 16px 34px rgba(248, 197, 54, 0.35);
    color: var(--fun-navy);
}

.fun4rent-hero__contact {
    color: var(--fun-navy);
    font-size: 17px;
    font-weight: 800;
    text-decoration: none;
}

.fun4rent-hero__contact:hover {
    color: var(--fun-pink);
}

/* Bildbereich rechts */

.fun4rent-hero__visual {
    position: relative;
    align-self: stretch;
    min-height: 610px;
}

.fun4rent-hero__image-wrap {
    position: absolute;
    z-index: 3;
    top: 15px;
    right: -110px;
    bottom: 25px;
    left: 0;
    overflow: hidden;

    border-radius:
        42% 12% 17% 31%
        / 18% 15% 27% 26%;

    box-shadow: 0 30px 70px rgba(14, 31, 61, 0.18);
}

.fun4rent-hero__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 52% center;
}

/* Farbige Dekoflächen hinter dem Bild */

.fun4rent-hero__shape {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.fun4rent-hero__shape--yellow {
    z-index: 1;
    top: -50px;
    right: -125px;
    width: 330px;
    height: 330px;
    background: rgba(248, 197, 54, 0.8);
}

.fun4rent-hero__shape--turquoise {
    z-index: 2;
    bottom: 15px;
    left: -35px;
    width: 180px;
    height: 180px;
    background: rgba(98, 196, 200, 0.9);
}

.fun4rent-hero__shape--pink {
    z-index: 2;
    right: -65px;
    bottom: 55px;
    width: 210px;
    height: 125px;
    border-radius: 60% 40% 52% 48%;
    background: rgba(238, 95, 132, 0.9);
}

/* Untere Welle */

.fun4rent-hero__wave {
    position: absolute;
    z-index: 6;
    right: 0;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 90px;
    line-height: 0;
    pointer-events: none;
}

.fun4rent-hero__wave svg {
    display: block;
    width: 100%;
    height: 100%;
}

/* Kleine Deko links */

.fun4rent-hero__decor {
    position: absolute;
    z-index: 1;
    pointer-events: none;
}

.fun4rent-hero__decor--left {
    top: 105px;
    left: 3%;
    width: 75px;
    height: 75px;
    border: 5px solid rgba(98, 196, 200, 0.65);
    border-top-color: transparent;
    border-right-color: transparent;
    border-radius: 50%;
    transform: rotate(-28deg);
}

.fun4rent-hero__decor--left::before,
.fun4rent-hero__decor--left::after {
    position: absolute;
    content: "";
    border-radius: 50%;
    background: var(--fun-pink);
}

.fun4rent-hero__decor--left::before {
    top: -14px;
    right: 2px;
    width: 10px;
    height: 10px;
}

.fun4rent-hero__decor--left::after {
    bottom: -5px;
    left: 4px;
    width: 7px;
    height: 7px;
    background: var(--fun-yellow);
}

/* =========================================================
   Tablet
   ========================================================= */

@media (max-width: 1199px) {
    .fun4rent-hero__container {
        grid-template-columns: 0.85fr 1.15fr;
        width: min(100% - 40px, 1180px);
        min-height: 610px;
        padding-top: 55px;
    }

    .fun4rent-hero__content {
        padding-right: 30px;
    }

    .fun4rent-hero__visual {
        min-height: 530px;
    }

    .fun4rent-hero__image-wrap {
        right: -70px;
    }

    .fun4rent-hero__text {
        font-size: 18px;
    }
}

/* =========================================================
   Mobile
   ========================================================= */

@media (max-width: 767px) {
    .fun4rent-hero__container {
        display: flex;
        flex-direction: column;
        width: 100%;
        min-height: 0;
        padding: 40px 20px 95px;
    }

    .fun4rent-hero__content {
        width: 100%;
        max-width: none;
        padding: 0;
        text-align: left;
    }

    .fun4rent-hero__eyebrow {
        margin-bottom: 14px;
        font-size: 13px;
    }

    .fun4rent-hero__title {
        margin-bottom: 20px;
    }

    .fun4rent-hero__title-main {
        font-size: clamp(41px, 12vw, 56px);
    }

    .fun4rent-hero__title-accent {
        font-size: clamp(35px, 10.5vw, 50px);
    }

    .fun4rent-hero__text {
        max-width: 390px;
        margin-bottom: 25px;
        font-size: 17px;
        line-height: 1.45;
    }

    .fun4rent-hero__actions {
        gap: 13px;
    }

    .fun4rent-hero__button {
        min-height: 52px;
        padding: 12px 19px;
        font-size: 15px;
    }

    .fun4rent-hero__contact {
        font-size: 15px;
    }

    .fun4rent-hero__visual {
        order: 2;
        width: calc(100% + 40px);
        min-height: 360px;
        margin: 35px -20px 0;
    }

    .fun4rent-hero__image-wrap {
        top: 0;
        right: -35px;
        bottom: 0;
        left: 20px;
        border-radius:
            18% 0 0 24%
            / 18% 0 0 24%;
        box-shadow: 0 20px 45px rgba(14, 31, 61, 0.16);
    }

    .fun4rent-hero__image {
        object-position: 51% center;
    }

    .fun4rent-hero__shape--yellow {
        top: -25px;
        right: -65px;
        width: 180px;
        height: 180px;
    }

    .fun4rent-hero__shape--turquoise {
        bottom: -18px;
        left: 3px;
        width: 105px;
        height: 105px;
    }

    .fun4rent-hero__shape--pink {
        right: -25px;
        bottom: 18px;
        width: 115px;
        height: 75px;
    }

    .fun4rent-hero__decor--left {
        display: none;
    }

    .fun4rent-hero__wave {
        height: 55px;
    }
}

/* Sehr kleine Smartphones */

@media (max-width: 420px) {
    .fun4rent-hero__visual {
        min-height: 310px;
    }

    .fun4rent-hero__actions {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* =========================================
   FUNforRENT Kategorien
   ========================================= */

.fun-categories {
    position: relative;
    z-index: 10;
    width: min(100% - 40px, 1500px);
    margin: -65px auto 0;
}

.fun-categories__grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
}

.fun-category-card {
    position: relative;
    display: flex;
    min-height: 265px;
    padding: 28px 18px 32px;
    flex-direction: column;
    align-items: center;
    border: 1px solid color-mix(
        in srgb,
        var(--category-color) 55%,
        white
    );
    border-radius: 54px 54px 14px 14px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 12px 28px rgba(14, 31, 61, 0.08);
    color: #0e1f3d;
    text-align: center;
    text-decoration: none;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.fun-category-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 38px rgba(14, 31, 61, 0.14);
    color: #0e1f3d;
}

.fun-category-card__icon {
    display: flex;
    width: 74px;
    height: 74px;
    margin-bottom: 15px;
    align-items: center;
    justify-content: center;
}

.fun-category-card__icon img {
    display: block;
    max-width: 64px;
    max-height: 64px;
    object-fit: contain;
}

.fun-category-card__title {
    margin-bottom: 2px;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
}

.fun-category-card__subtitle {
    margin-bottom: 13px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
}

.fun-category-card__text {
    max-width: 170px;
    color: #4b5565;
    font-size: 13px;
    line-height: 1.45;
}

.fun-category-card__arrow {
    position: absolute;
    right: 50%;
    bottom: -16px;
    display: flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--category-color);
    box-shadow: 0 7px 14px
        color-mix(
            in srgb,
            var(--category-color) 30%,
            transparent
        );
    color: #fff;
    font-size: 27px;
    line-height: 1;
    transform: translateX(50%);
    transition: transform 0.2s ease;
}

.fun-category-card:hover .fun-category-card__arrow {
    transform: translateX(50%) translateX(3px);
}

/* Tablet */

@media (max-width: 1199px) {
    .fun-categories {
        margin-top: -40px;
    }

    .fun-categories__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 28px 18px;
    }
}

/* Mobil */

@media (max-width: 767px) {
    .fun-categories {
        width: min(100% - 28px, 560px);
        margin-top: -25px;
    }

    .fun-categories__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px 12px;
    }

    .fun-category-card {
        min-height: 225px;
        padding: 22px 12px 28px;
        border-radius: 38px 38px 12px 12px;
    }

    .fun-category-card__icon {
        width: 60px;
        height: 60px;
    }

    .fun-category-card__icon img {
        max-width: 52px;
        max-height: 52px;
    }

    .fun-category-card__title {
        font-size: 16px;
    }

    .fun-category-card__subtitle {
        font-size: 12px;
    }

    .fun-category-card__text {
        font-size: 12px;
    }
}

@media (max-width: 420px) {
    .fun-categories__grid {
        grid-template-columns: 1fr;
    }

    .fun-category-card {
        min-height: 205px;
    }
}

/* =========================================
   Warum FUNforRENT
   ========================================= */

.fun-advantages {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    background: #eefafb;
}

.fun-advantages__inner {
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 45px;
    align-items: center;
    width: min(100% - 40px, 1500px);
    margin: 0 auto;
}

.fun-advantages__intro {
    position: relative;
}

.fun-advantages__title {
    margin: 0;
    color: #0e1f3d;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.08;
}

.fun-advantages__title span {
    display: block;
}

.fun-advantages__underline {
    display: block;
    width: 145px;
    height: 5px;
    margin-top: 18px;
    border-radius: 999px;
    background: #ee5f84;
    transform: rotate(-3deg);
}

.fun-advantages__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: stretch;
}

.fun-advantage {
    position: relative;
    min-width: 0;
    padding: 8px 24px;
    text-align: center;
}

.fun-advantage:not(:last-child)::after {
    position: absolute;
    top: 10px;
    right: 0;
    bottom: 10px;
    width: 1px;
    content: "";
    background: rgba(98, 196, 200, 0.45);
}

.fun-advantage__icon {
    display: block;
    width: 64px;
    height: 64px;
    margin: 0 auto 15px;
    object-fit: contain;
}

.fun-advantage__title {
    margin: 0 0 10px;
    color: var(--advantage-color);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
}

.fun-advantage__text {
    margin: 0;
    color: #26344a;
    font-size: 14px;
    line-height: 1.45;
}

/* Tablet */

@media (max-width: 1199px) {
    .fun-advantages__inner {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .fun-advantages__intro {
        text-align: center;
    }

    .fun-advantages__underline {
        margin-right: auto;
        margin-left: auto;
    }

    .fun-advantages__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        row-gap: 35px;
    }

    .fun-advantage:nth-child(3)::after,
    .fun-advantage:last-child::after {
        display: none;
    }
}

/* Mobil */

@media (max-width: 767px) {
    .fun-advantages {
        padding: 60px 0;
    }

    .fun-advantages__inner {
        width: min(100% - 28px, 560px);
    }

    .fun-advantages__title {
        font-size: 34px;
    }

    .fun-advantages__grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .fun-advantage {
        padding: 25px 10px;
    }

    .fun-advantage:not(:last-child)::after {
        top: auto;
        right: 15%;
        bottom: 0;
        left: 15%;
        width: auto;
        height: 1px;
    }

    .fun-advantage__title {
        font-size: 17px;
    }
}

/* =========================================================
   FUNforRENT – Bereich „Warum FUNforRENT?“
   Astroid-Section: #top-a-3
   ========================================================= */


/* ---------------------------------------------------------
   1. Astroid-Section auf volle Breite setzen
   --------------------------------------------------------- */

#top-a-3 {
    position: relative;
    overflow: hidden;
    padding: 95px 0;
    background:
        linear-gradient(
            180deg,
            #eefafb 0%,
            #e7f7f9 100%
        );
}


/* Astroid-Abstände innerhalb dieser Section entfernen */

#top-a-3 > .astroid-row,
#top-a-3 .astroid-column,
#top-a-3 .astroid-module-position,
#top-a-3 .top-a-3-position,
#top-a-3 .mod-custom {
    margin: 0;
    padding: 0;
}


/* ---------------------------------------------------------
   2. Wellen oben und unten
   --------------------------------------------------------- */

#top-a-3::before,
#top-a-3::after {
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
    height: 72px;
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    pointer-events: none;
}


/* Obere weiße Welle */

#top-a-3::before {
    top: -1px;
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 90' preserveAspectRatio='none'%3E%3Cpath fill='%23ffffff' d='M0 0H1440V36C1280 70 1130 17 950 42C760 68 590 20 410 45C235 69 105 30 0 52Z'/%3E%3C/svg%3E");
}


/* Untere weiße Welle */

#top-a-3::after {
    bottom: -1px;
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 90' preserveAspectRatio='none'%3E%3Cpath fill='%23ffffff' d='M0 54C165 16 320 68 500 42C685 15 850 64 1020 40C1195 16 1325 58 1440 35V90H0Z'/%3E%3C/svg%3E");
}


/* ---------------------------------------------------------
   3. Hauptbereich
   --------------------------------------------------------- */

#top-a-3 .fun-advantages {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0;
    padding: 0;
    background: transparent;
}


/* Inhalt auf gleiche Breite wie übriger Content begrenzen */

#top-a-3 .fun-advantages__inner {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: 230px minmax(0, 1fr);
    gap: 50px;
    align-items: center;
    width: min(calc(100% - 48px), 1300px);
    margin: 0 auto;
}


/* ---------------------------------------------------------
   4. Linker Intro-Bereich
   --------------------------------------------------------- */

#top-a-3 .fun-advantages__intro {
    position: relative;
    min-width: 0;
}


#top-a-3 .fun-advantages__title {
    margin: 0;
    color: #0e1f3d;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.02em;
}


#top-a-3 .fun-advantages__title span {
    display: block;
}


#top-a-3 .fun-advantages__underline {
    display: block;
    width: 150px;
    height: 5px;
    margin-top: 20px;
    border-radius: 999px;
    background: #ee5f84;
    transform: rotate(-3deg);
}


/* ---------------------------------------------------------
   5. Grid der Vorteile
   --------------------------------------------------------- */

#top-a-3 .fun-advantages__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: stretch;
    min-width: 0;
}


/* ---------------------------------------------------------
   6. Einzelner Vorteil
   --------------------------------------------------------- */

#top-a-3 .fun-advantage {
    position: relative;
    min-width: 0;
    padding: 0 24px;
    text-align: center;
}


/* Trennlinien zwischen den Vorteilen */

#top-a-3 .fun-advantage:not(:last-child)::after {
    position: absolute;
    top: 6px;
    right: 0;
    bottom: 6px;
    width: 2px;
    content: "";
    opacity: 0.55;
    background-image:
        repeating-linear-gradient(
            to bottom,
            #8ed3d7 0,
            #8ed3d7 4px,
            transparent 4px,
            transparent 9px
        );
}


/* Icon */

#top-a-3 .fun-advantage__icon {
    display: block;
    width: 64px;
    height: 64px;
    margin: 0 auto 16px;
    object-fit: contain;
    transition: transform 0.2s ease;
}


/* Überschrift */

#top-a-3 .fun-advantage__title {
    margin: 0 0 11px;
    color: var(--advantage-color);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.28;
}


/* Beschreibung */

#top-a-3 .fun-advantage__text {
    max-width: 190px;
    margin: 0 auto;
    color: #26344a;
    font-size: 14px;
    line-height: 1.45;
}


/* Dezenter Hover */

#top-a-3 .fun-advantage:hover .fun-advantage__icon {
    transform: translateY(-4px);
}


/* =========================================================
   Tablet / kleinere Desktops
   ========================================================= */

@media (max-width: 1199px) {

    #top-a-3 {
        padding: 90px 0;
    }

    #top-a-3 .fun-advantages__inner {
        grid-template-columns: 1fr;
        gap: 42px;
        width: min(calc(100% - 40px), 1100px);
    }

    #top-a-3 .fun-advantages__intro {
        text-align: center;
    }

    #top-a-3 .fun-advantages__underline {
        margin-right: auto;
        margin-left: auto;
    }

    #top-a-3 .fun-advantages__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        row-gap: 42px;
    }

    #top-a-3 .fun-advantage {
        padding: 0 22px;
    }

    #top-a-3 .fun-advantage:nth-child(3)::after,
    #top-a-3 .fun-advantage:last-child::after {
        display: none;
    }
}


/* =========================================================
   Tablet hochkant
   ========================================================= */

@media (max-width: 900px) {

    #top-a-3 .fun-advantages__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #top-a-3 .fun-advantage:nth-child(2n)::after,
    #top-a-3 .fun-advantage:last-child::after {
        display: none;
    }

    #top-a-3 .fun-advantage:nth-child(3)::after {
        display: block;
    }
}


/* =========================================================
   Mobil
   ========================================================= */

@media (max-width: 767px) {

    #top-a-3 {
        padding: 75px 0;
    }

    #top-a-3::before,
    #top-a-3::after {
        height: 48px;
    }

    #top-a-3 .fun-advantages__inner {
        width: min(calc(100% - 28px), 560px);
        gap: 32px;
    }

    #top-a-3 .fun-advantages__title {
        font-size: 34px;
    }

    #top-a-3 .fun-advantages__underline {
        width: 125px;
        height: 4px;
        margin-top: 15px;
    }

    #top-a-3 .fun-advantages__grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    #top-a-3 .fun-advantage {
        padding: 26px 12px;
    }

    #top-a-3 .fun-advantage:not(:last-child)::after {
        display: block;
        top: auto;
        right: 16%;
        bottom: 0;
        left: 16%;
        width: auto;
        height: 1px;
        background-image:
            repeating-linear-gradient(
                to right,
                #8ed3d7 0,
                #8ed3d7 4px,
                transparent 4px,
                transparent 9px
            );
    }

    #top-a-3 .fun-advantage:last-child::after {
        display: none;
    }

    #top-a-3 .fun-advantage__icon {
        width: 58px;
        height: 58px;
        margin-bottom: 13px;
    }

    #top-a-3 .fun-advantage__title {
        font-size: 17px;
    }

    #top-a-3 .fun-advantage__text {
        max-width: 300px;
        font-size: 14px;
    }
}


/* =========================================================
   Sehr kleine Smartphones
   ========================================================= */

@media (max-width: 420px) {

    #top-a-3 {
        padding: 68px 0;
    }

    #top-a-3 .fun-advantages__title {
        font-size: 31px;
    }

    #top-a-3 .fun-advantage {
        padding-top: 23px;
        padding-bottom: 23px;
    }
}

.fun-process {
    --fun-navy: #193654;
    --fun-text: #445d73;
    --fun-pink: #ef3f7f;
    --fun-turquoise: #27b9bd;
    --fun-yellow: #f4b500;
    --fun-purple: #9a61c7;

    width: 100%;
    padding: 52px 20px 64px;
    overflow: hidden;
}

.fun-process__inner {
    width: min(1380px, 100%);
    margin: 0 auto;
}

.fun-process__heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 34px;
}

.fun-process__heading h2 {
    margin: 0;
    color: var(--fun-navy);
    font-size: clamp(2rem, 3vw, 3.25rem);
    line-height: 1;
    font-weight: 800;
}

.fun-process__arrow {
    color: var(--fun-turquoise);
    font-size: 3rem;
    line-height: 1;
    transform: rotate(-8deg);
}

.fun-process__steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;
}

.fun-process__step {
    position: relative;
    display: grid;
    grid-template-columns: 92px 1fr;
    align-items: center;
    min-height: 190px;
    padding: 34px 28px 30px;
    border: 1px solid color-mix(in srgb, var(--step-color) 22%, white);
    border-radius: 44px 44px 44px 12px;
    background:
        radial-gradient(
            circle at 20% 20%,
            color-mix(in srgb, var(--step-color) 11%, white),
            transparent 52%
        ),
        #fff;
    box-shadow: 0 18px 48px rgba(25, 54, 84, 0.08);
}

.fun-process__step::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -27px;
    width: 28px;
    border-top: 2px dashed var(--step-color);
    opacity: 0.55;
}

.fun-process__step:last-child::after {
    display: none;
}

.fun-process__step--pink {
    --step-color: var(--fun-pink);
}

.fun-process__step--turquoise {
    --step-color: var(--fun-turquoise);
}

.fun-process__step--yellow {
    --step-color: var(--fun-yellow);
}

.fun-process__step--purple {
    --step-color: var(--fun-purple);
}

.fun-process__number {
    position: absolute;
    top: -19px;
    left: 28px;
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border: 5px solid #fff;
    border-radius: 50%;
    background: var(--step-color);
    color: #fff;
    box-shadow: 0 8px 18px rgba(25, 54, 84, 0.18);
    font-size: 1.2rem;
    font-weight: 800;
}

.fun-process__icon {
    display: grid;
    place-items: center;
    width: 78px;
    height: 78px;
}

.fun-process__icon svg {
    width: 64px;
    height: 64px;
    fill: none;
    stroke: var(--step-color);
    stroke-width: 2.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.fun-process__content h3 {
    margin: 0 0 9px;
    color: var(--fun-navy);
    font-size: clamp(1rem, 1.25vw, 1.2rem);
    line-height: 1.3;
    font-weight: 800;
}

.fun-process__content p {
    margin: 0;
    color: var(--fun-text);
    font-size: 0.96rem;
    line-height: 1.6;
}

@media (max-width: 1100px) {
    .fun-process__steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fun-process__step:nth-child(2)::after {
        display: none;
    }
}

@media (max-width: 680px) {
    .fun-process {
        padding-inline: 14px;
    }

    .fun-process__heading {
        align-items: flex-start;
        margin-bottom: 30px;
    }

    .fun-process__arrow {
        font-size: 2.3rem;
    }

    .fun-process__steps {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .fun-process__step {
        grid-template-columns: 68px 1fr;
        min-height: auto;
        padding: 30px 22px 25px;
        border-radius: 32px 32px 32px 10px;
    }

    .fun-process__step::after {
        top: auto;
        right: auto;
        bottom: -29px;
        left: 50%;
        width: 0;
        height: 30px;
        border-top: 0;
        border-left: 2px dashed var(--step-color);
    }

    .fun-process__step:last-child::after {
        display: none;
    }

    .fun-process__number {
        left: 20px;
    }

    .fun-process__icon {
        width: 60px;
        height: 60px;
    }

    .fun-process__icon svg {
        width: 52px;
        height: 52px;
    }
}

.fun-contact-banner {
    --fun-banner-pink: #ef4d82;
    --fun-banner-pink-dark: #df3e72;
    --fun-banner-yellow: #ffd126;
    --fun-banner-turquoise: #24b8bd;
    --fun-banner-navy: #173654;

    position: relative;
    width: 100%;
    margin: 0;
    padding: 38px 24px 30px;
    overflow: hidden;
    background:
        linear-gradient(
            105deg,
            var(--fun-banner-pink) 0%,
            #f15b89 62%,
            var(--fun-banner-pink-dark) 100%
        );
    color: #fff;
}

.fun-contact-banner__wave {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 20px;
    background:
        radial-gradient(
            circle at 12px -2px,
            transparent 14px,
            #fff 15px
        )
        0 0 / 24px 20px repeat-x;
    pointer-events: none;
}

.fun-contact-banner__inner {
    position: relative;
    display: grid;
    grid-template-columns:
        minmax(280px, 1fr)
        auto
        170px;
    align-items: center;
    gap: clamp(22px, 4vw, 70px);
    width: min(1400px, 100%);
    min-height: 120px;
    margin: 0 auto;
}

.fun-contact-banner__text {
    position: relative;
    z-index: 2;
}

.fun-contact-banner__text h2 {
    margin: 0 0 10px;
    color: #fff;
    font-size: clamp(1.65rem, 2.4vw, 2.65rem);
    line-height: 1.1;
    font-weight: 800;
}

.fun-contact-banner__text p {
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: clamp(0.95rem, 1.2vw, 1.12rem);
    line-height: 1.5;
}

.fun-contact-banner__actions {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 22px;
}

.fun-contact-banner__phone {
    display: flex;
    align-items: center;
    gap: 13px;
    min-width: 235px;
    padding: 15px 24px;
    border-radius: 999px;
    background: var(--fun-banner-yellow);
    color: var(--fun-banner-navy);
    box-shadow: 0 13px 28px rgba(41, 43, 58, 0.18);
    text-decoration: none;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.fun-contact-banner__phone:hover {
    color: var(--fun-banner-navy);
    transform: translateY(-3px);
    box-shadow: 0 17px 34px rgba(41, 43, 58, 0.24);
}

.fun-contact-banner__phone-icon {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
}

.fun-contact-banner__phone-icon svg {
    width: 26px;
    height: 26px;
    fill: var(--fun-banner-navy);
}

.fun-contact-banner__phone-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.1;
}

.fun-contact-banner__phone-copy strong {
    font-size: 1.05rem;
    font-weight: 800;
}

.fun-contact-banner__phone-copy small {
    margin-top: 5px;
    font-size: 0.82rem;
    font-weight: 700;
}

.fun-contact-banner__inquiry {
    display: grid;
    place-items: center;
    width: 126px;
    height: 126px;
    padding: 18px;
    border: 5px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    background: var(--fun-banner-turquoise);
    color: #fff;
    box-shadow: 0 14px 30px rgba(35, 62, 81, 0.22);
    text-align: center;
    text-decoration: none;
    line-height: 1.25;
    transform: rotate(-3deg);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.fun-contact-banner__inquiry:hover {
    color: #fff;
    transform: rotate(0deg) scale(1.04);
    box-shadow: 0 18px 38px rgba(35, 62, 81, 0.28);
}

.fun-contact-banner__inquiry strong,
.fun-contact-banner__inquiry span {
    display: block;
}

.fun-contact-banner__inquiry strong {
    font-size: 0.95rem;
    font-weight: 800;
}

.fun-contact-banner__inquiry span {
    margin-top: 4px;
    font-size: 0.83rem;
}

.fun-contact-banner__mascot {
    position: absolute;
    right: -8px;
    bottom: -34px;
    z-index: 2;
    width: 180px;
    pointer-events: none;
}

.fun-contact-banner__mascot img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* dezente Dekoelemente */

.fun-contact-banner::before,
.fun-contact-banner::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    pointer-events: none;
}

.fun-contact-banner::before {
    left: 42%;
    bottom: -70px;
    width: 170px;
    height: 170px;
}

.fun-contact-banner::after {
    right: 24%;
    top: -85px;
    width: 190px;
    height: 190px;
}

@media (max-width: 1050px) {
    .fun-contact-banner__inner {
        grid-template-columns: 1fr auto;
        padding-right: 135px;
    }

    .fun-contact-banner__actions {
        gap: 15px;
    }

    .fun-contact-banner__phone {
        min-width: 210px;
    }

    .fun-contact-banner__inquiry {
        width: 108px;
        height: 108px;
    }

    .fun-contact-banner__mascot {
        width: 150px;
    }
}

@media (max-width: 820px) {
    .fun-contact-banner {
        padding-top: 48px;
        padding-bottom: 34px;
    }

    .fun-contact-banner__inner {
        grid-template-columns: 1fr;
        gap: 26px;
        padding-right: 115px;
    }

    .fun-contact-banner__actions {
        flex-wrap: wrap;
    }

    .fun-contact-banner__mascot {
        right: -18px;
        width: 145px;
    }
}

@media (max-width: 600px) {
    .fun-contact-banner {
        padding: 46px 18px 210px;
        text-align: center;
    }

    .fun-contact-banner__inner {
        display: block;
        min-height: 0;
        padding-right: 0;
    }

    .fun-contact-banner__text h2 {
        font-size: 1.85rem;
    }

    .fun-contact-banner__actions {
        justify-content: center;
        margin-top: 26px;
    }

    .fun-contact-banner__phone {
        justify-content: center;
        width: 100%;
        max-width: 330px;
    }

    .fun-contact-banner__inquiry {
        width: 118px;
        height: 118px;
    }

    .fun-contact-banner__mascot {
        right: 50%;
        bottom: -200px;
        width: 180px;
        transform: translateX(50%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .fun-contact-banner__phone,
    .fun-contact-banner__inquiry {
        transition: none;
    }
}