/* =========================================================
   AUT0LOTTO – STARTSEITE / HERO
========================================================= */

.home-hero {
    position: relative;
    isolation: isolate;

    padding: 58px 0 82px;

    overflow: hidden;
}

.home-hero::before {
    content: "";

    position: absolute;
    inset: 0;
    z-index: -5;

    background:
        radial-gradient(
            circle at 18% 24%,
            rgba(42, 87, 183, 0.19),
            transparent 31%
        ),
        radial-gradient(
            circle at 78% 44%,
            rgba(0, 151, 184, 0.1),
            transparent 32%
        );
}

.hero-background-orb {
    position: absolute;
    z-index: -4;

    border-radius: 50%;

    pointer-events: none;

    filter: blur(1px);
}

.hero-background-orb-one {
    top: 45px;
    right: 17%;

    width: 460px;
    height: 460px;

    background:
        radial-gradient(
            circle,
            rgba(44, 95, 230, 0.22),
            rgba(23, 62, 158, 0.08) 48%,
            transparent 70%
        );
}

.hero-background-orb-two {
    bottom: 80px;
    left: -160px;

    width: 420px;
    height: 420px;

    background:
        radial-gradient(
            circle,
            rgba(20, 102, 190, 0.12),
            transparent 69%
        );
}

/* Layout */

.hero-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.84fr) minmax(520px, 1.16fr);
    align-items: center;
    gap: clamp(38px, 6vw, 88px);

    min-height: 490px;
}

.hero-copy {
    position: relative;
    z-index: 10;

    max-width: 560px;
}

.hero-eyebrow {
    margin-bottom: 18px;

    border-color: rgba(79, 128, 255, 0.22);

    background:
        linear-gradient(
            135deg,
            rgba(47, 109, 246, 0.2),
            rgba(47, 109, 246, 0.08)
        );

    color: #8eafff;
}

.hero-title {
    margin-bottom: 18px;

    font-size: clamp(47px, 5.3vw, 72px);
    font-weight: 950;
    line-height: 0.99;
    letter-spacing: -0.052em;
}

.hero-title span {
    display: block;

    margin-top: 6px;

    color: #3977ff;

    text-shadow:
        0 12px 45px rgba(47, 109, 246, 0.2);
}

.hero-description {
    max-width: 430px;
    margin-bottom: 24px;

    color: #b9c4d3;

    font-size: 18px;
    line-height: 1.55;
}

.hero-description strong {
    display: block;

    margin-top: 2px;

    color: #ffffff;
    font-weight: 700;
}

/* Countdown */

.hero-countdown {
    display: grid;
    grid-template-columns: repeat(4, minmax(72px, 1fr));
    gap: 0;

    width: min(100%, 410px);
    min-height: 91px;
    margin: 0 0 24px;

    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 14px;

    background:
        linear-gradient(
            145deg,
            rgba(17, 34, 53, 0.94),
            rgba(9, 24, 40, 0.93)
        );

    box-shadow:
        0 16px 38px rgba(0, 0, 0, 0.2);

    overflow: hidden;
}

.hero-countdown .countdown-unit {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    min-width: 0;
    padding: 17px 8px 13px;
}

.hero-countdown .countdown-unit:not(:last-child)::after {
    content: "";

    position: absolute;
    top: 19px;
    right: 0;
    bottom: 19px;

    width: 1px;

    background: rgba(255, 255, 255, 0.065);
}

.hero-countdown .countdown-number {
    color: #ffffff;

    font-size: clamp(23px, 2.5vw, 32px);
    font-weight: 900;
    line-height: 1;
}

.hero-countdown .countdown-label {
    margin-top: 9px;

    color: #8e9caf;

    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

/* Aktionen */

.hero-actions {
    display: flex;
    align-items: center;
    gap: 17px;
    flex-wrap: wrap;
}

.hero-primary-button {
    min-width: 168px;
}

.hero-link-button {
    gap: 11px;
}

/* Visual */

.hero-visual {
    position: relative;

    min-height: 480px;
}

.hero-blue-shape {
    position: absolute;
    top: 44px;
    right: 5%;

    width: min(500px, 78%);
    aspect-ratio: 1 / 0.78;

    border-radius:
        48% 52% 48% 52% /
        54% 47% 53% 46%;

    background:
        linear-gradient(
            145deg,
            rgba(43, 97, 221, 0.53),
            rgba(28, 72, 178, 0.2)
        );

    box-shadow:
        inset 0 0 80px rgba(84, 132, 255, 0.08),
        0 35px 80px rgba(15, 49, 130, 0.16);

    transform: rotate(-5deg);
}

.hero-car-frame {
    position: absolute;
    right: 2%;
    bottom: 25px;
    z-index: 6;

    width: min(650px, 96%);
    height: 390px;

    border-radius: 28px;

    overflow: hidden;

    filter:
        drop-shadow(0 30px 35px rgba(0, 0, 0, 0.44));
}

.hero-car-frame::after {
    content: "";

    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            to top,
            rgba(4, 13, 24, 0.56),
            transparent 42%
        );

    pointer-events: none;
}

.hero-car-image {
    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center 60%;

    transform: scale(1.035);

    transition:
        transform 700ms ease,
        filter 700ms ease;
}

.hero-visual:hover .hero-car-image {
    transform: scale(1.065);

    filter: saturate(1.05);
}

/* Ticketgrafik */

.hero-ticket-decoration {
    position: absolute;
    top: 5px;
    right: 8%;
    z-index: 9;

    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;

    width: 136px;
    height: 91px;
    padding: 13px 16px;

    border: 1px solid rgba(143, 178, 255, 0.18);
    border-radius: 13px;

    background:
        linear-gradient(
            145deg,
            #3c78ff,
            #2458c9
        );

    color: #ffffff;

    box-shadow:
        0 18px 40px rgba(34, 84, 207, 0.38);

    transform: rotate(12deg);
}

.hero-ticket-decoration::before,
.hero-ticket-decoration::after {
    content: "";

    position: absolute;
    top: 50%;

    width: 18px;
    height: 18px;

    border-radius: 50%;

    background: var(--al-bg);
}

.hero-ticket-decoration::before {
    left: -10px;
}

.hero-ticket-decoration::after {
    right: -10px;
}

.hero-ticket-brand {
    align-self: flex-start;

    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.04em;
}

.hero-ticket-car {
    font-size: 31px;
}

/* Kugeln */

.lottery-ball {
    position: absolute;
    z-index: 10;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    box-shadow:
        inset -7px -9px 15px rgba(0, 0, 0, 0.22),
        inset 5px 6px 12px rgba(255, 255, 255, 0.24),
        0 18px 34px rgba(0, 0, 0, 0.28);

    animation: heroFloat 5.5s ease-in-out infinite;
}

.lottery-ball span {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 62%;
    height: 62%;

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.88);
    color: #101827;

    font-size: clamp(18px, 2vw, 28px);
    font-weight: 950;
}

.lottery-ball-yellow {
    top: 42px;
    left: 4%;

    width: 76px;
    height: 76px;

    background:
        radial-gradient(
            circle at 32% 26%,
            #ffe37b,
            #f5b716 58%,
            #bb7500
        );
}

.lottery-ball-purple {
    top: 111px;
    right: -2%;

    width: 69px;
    height: 69px;

    background:
        radial-gradient(
            circle at 32% 26%,
            #b994ff,
            #754bd9 58%,
            #402187
        );

    animation-delay: -1.9s;
}

.lottery-ball-green {
    right: 0;
    bottom: 20px;

    width: 84px;
    height: 84px;

    background:
        radial-gradient(
            circle at 32% 26%,
            #9ce7cf,
            #46ba96 58%,
            #1b6a56
        );

    animation-delay: -3.1s;
}

@keyframes heroFloat {
    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-13px) rotate(3deg);
    }
}

/* Konfetti */

.hero-confetti {
    position: absolute;
    inset: 0;

    pointer-events: none;
}

.confetti-piece {
    position: absolute;
    z-index: 8;

    display: block;

    width: 9px;
    height: 4px;

    border-radius: 2px;

    transform: rotate(34deg);
}

.confetti-one {
    top: 145px;
    right: 48%;

    background: #f5bb34;
}

.confetti-two {
    top: 205px;
    right: 44%;

    background: #38c6cb;

    transform: rotate(-44deg);
}

.confetti-three {
    top: 260px;
    right: 51%;

    background: #ef6e67;
}

.confetti-four {
    top: 183px;
    right: 6%;

    background: #f6bc31;

    transform: rotate(-20deg);
}

.confetti-five {
    top: 112px;
    right: 9%;

    width: 13px;
    height: 7px;

    background: #f26a64;

    transform: rotate(-37deg);
}

.confetti-six {
    top: 91px;
    right: 56%;

    background: #46bebd;

    transform: rotate(60deg);
}

/* Infokarten */

.hero-information-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 17px;

    margin-top: 32px;
}

.hero-information-card {
    display: flex;
    align-items: center;
    gap: 15px;

    min-height: 105px;
    padding: 18px;

    border: 1px solid rgba(255, 255, 255, 0.065);
    border-radius: 15px;

    background:
        linear-gradient(
            145deg,
            rgba(18, 36, 55, 0.93),
            rgba(10, 25, 42, 0.93)
        );

    box-shadow:
        0 15px 34px rgba(0, 0, 0, 0.2);

    transition:
        transform var(--al-transition),
        border-color var(--al-transition),
        box-shadow var(--al-transition);
}

.hero-information-card:hover {
    transform: translateY(-4px);

    border-color: rgba(81, 130, 255, 0.25);

    box-shadow:
        0 20px 43px rgba(0, 0, 0, 0.26);
}

.hero-information-icon {
    flex: 0 0 auto;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 47px;
    height: 47px;

    border-radius: 13px;

    color: #ffffff;

    font-size: 22px;
    font-weight: 900;
}

.hero-information-icon-blue {
    background:
        linear-gradient(
            145deg,
            #4d82ff,
            #2860de
        );
}

.hero-information-icon-green {
    background:
        linear-gradient(
            145deg,
            #65d0ae,
            #329176
        );
}

.hero-information-icon-purple {
    background:
        linear-gradient(
            145deg,
            #a17aff,
            #7147d9
        );
}

.hero-information-icon-yellow {
    background:
        linear-gradient(
            145deg,
            #ffc944,
            #e89612
        );
}

.hero-information-card > div {
    min-width: 0;
}

.hero-information-label,
.hero-information-card strong,
.hero-information-card small {
    display: block;
}

.hero-information-label {
    margin-bottom: 4px;

    color: #8695a8;

    font-size: 11px;
    font-weight: 700;
}

.hero-information-card strong {
    overflow: hidden;

    color: #ffffff;

    font-size: 16px;
    line-height: 1.22;
    text-overflow: ellipsis;
}

.hero-information-card small {
    margin-top: 4px;

    color: #8391a4;

    font-size: 10px;
}

/* Responsive */

@media (max-width: 1140px) {
    .hero-layout {
        grid-template-columns: minmax(0, 0.92fr) minmax(460px, 1.08fr);
        gap: 34px;
    }

    .hero-information-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 920px) {
    .home-hero {
        padding-top: 46px;
    }

    .hero-layout {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .hero-copy {
        max-width: 700px;
    }

    .hero-visual {
        min-height: 480px;
    }

    .hero-car-frame {
        right: 5%;

        width: 90%;
    }

    .hero-blue-shape {
        right: 10%;

        width: 70%;
    }
}

@media (max-width: 650px) {
    .home-hero {
        padding: 37px 0 64px;
    }

    .hero-title {
        font-size: clamp(39px, 12vw, 55px);
    }

    .hero-description {
        font-size: 16px;
    }

    .hero-countdown {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hero-countdown .countdown-unit:nth-child(2)::after {
        display: none;
    }

    .hero-countdown .countdown-unit:nth-child(-n + 2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.065);
    }

    .hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .hero-actions .al-button {
        width: 100%;
    }

    .hero-visual {
        min-height: 375px;
    }

    .hero-car-frame {
        right: 0;
        bottom: 18px;

        width: 100%;
        height: 310px;
    }

    .hero-blue-shape {
        top: 45px;
        right: 5%;

        width: 86%;
    }

    .hero-ticket-decoration {
        right: 5%;

        width: 110px;
        height: 76px;
    }

    .lottery-ball-yellow {
        top: 55px;
        left: 1%;

        width: 59px;
        height: 59px;
    }

    .lottery-ball-purple {
        top: 125px;
        right: -4%;

        width: 53px;
        height: 53px;
    }

    .lottery-ball-green {
        right: 0;
        bottom: 2px;

        width: 64px;
        height: 64px;
    }

    .hero-information-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 410px) {
    .hero-title {
        font-size: 37px;
    }

    .hero-visual {
        min-height: 330px;
    }

    .hero-car-frame {
        height: 270px;
    }

    .hero-information-card {
        min-height: 95px;
    }
}

/* =========================================================
   SO FUNKTIONIERT AUT0LOTTO
========================================================= */

.how-it-works {
    position: relative;
    isolation: isolate;

    padding-top: 88px;
    padding-bottom: 96px;

    background:
        linear-gradient(
            180deg,
            rgba(7, 19, 33, 0),
            rgba(10, 25, 42, 0.7) 34%,
            rgba(7, 19, 33, 0)
        );
}

.how-it-works::before {
    content: "";

    position: absolute;
    top: 12%;
    left: 50%;
    z-index: -1;

    width: min(950px, 88vw);
    height: 450px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(47, 109, 246, 0.09),
            transparent 68%
        );

    transform: translateX(-50%);
    pointer-events: none;
}

.how-header {
    max-width: 720px;
    margin: 0 auto 48px;

    text-align: center;
}

.how-header .section-eyebrow {
    margin-bottom: 17px;
}

.how-header .section-title-new {
    margin-inline: auto;
}

.how-header .section-title-new span {
    color: var(--al-primary-light);
}

.how-header .section-description-new {
    margin-inline: auto;
}

/* Schritte */

.how-steps {
    position: relative;

    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        52px
        minmax(0, 1fr)
        52px
        minmax(0, 1fr)
        52px
        minmax(0, 1fr);
    align-items: center;

    gap: 13px;
}

.how-step {
    min-height: 326px;
    padding: 27px 24px 25px;

    overflow: visible;
}

.how-step::before {
    content: "";

    position: absolute;
    top: 0;
    right: 18px;
    left: 18px;

    height: 2px;

    border-radius: var(--al-radius-pill);

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(92, 141, 255, 0.7),
            transparent
        );

    opacity: 0;

    transition: opacity var(--al-transition);
}

.how-step:hover::before {
    opacity: 1;
}

.how-step-number {
    position: absolute;
    top: 20px;
    right: 21px;

    color: rgba(255, 255, 255, 0.09);

    font-size: 37px;
    font-weight: 950;
    line-height: 1;
}

.how-step-icon {
    position: relative;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 66px;
    height: 66px;
    margin-bottom: 23px;

    border-radius: 19px;

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.13),
        0 15px 30px rgba(0, 0, 0, 0.2);

    transition:
        transform var(--al-transition),
        box-shadow var(--al-transition);
}

.how-step:hover .how-step-icon {
    transform:
        translateY(-4px)
        rotate(-2deg);
}

.how-step-icon svg {
    width: 31px;
    height: 31px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.how-step-icon-blue {
    background:
        linear-gradient(
            145deg,
            #4d83ff,
            #2557ce
        );

    color: #ffffff;
}

.how-step-icon-purple {
    background:
        linear-gradient(
            145deg,
            #aa82ff,
            #7046d5
        );

    color: #ffffff;
}

.how-step-icon-green {
    background:
        linear-gradient(
            145deg,
            #6bd9b5,
            #2f9074
        );

    color: #ffffff;
}

.how-step-icon-yellow {
    background:
        linear-gradient(
            145deg,
            #ffd35c,
            #e49213
        );

    color: #17202e;
}

.how-step h3 {
    margin-bottom: 13px;

    font-size: 21px;
    font-weight: 850;
}

.how-step p {
    margin-bottom: 22px;

    color: #91a0b2;

    font-size: 14px;
    line-height: 1.7;
}

.how-step-label {
    display: inline-flex;
    align-items: center;

    min-height: 28px;
    padding: 6px 11px;

    border: 1px solid rgba(92, 141, 255, 0.12);
    border-radius: var(--al-radius-pill);

    background: rgba(47, 109, 246, 0.08);
    color: #83a5f8;

    font-size: 10px;
    font-weight: 850;
    letter-spacing: 0.035em;
    text-transform: uppercase;
}

/* Verbindungspfeile */

.how-connector {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    min-width: 0;
}

.how-connector span {
    position: absolute;
    right: 6px;
    left: 6px;

    height: 1px;

    background:
        linear-gradient(
            90deg,
            rgba(92, 141, 255, 0.05),
            rgba(92, 141, 255, 0.45),
            rgba(92, 141, 255, 0.05)
        );
}

.how-connector svg {
    position: relative;
    z-index: 1;

    width: 24px;
    height: 24px;

    padding: 5px;

    border: 1px solid rgba(92, 141, 255, 0.15);
    border-radius: 50%;

    background: #0c1d30;

    fill: none;
    stroke: #6792fb;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Unterer Bereich */

.how-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;

    margin-top: 38px;
    padding: 21px 23px;

    border: 1px solid var(--al-border);
    border-radius: var(--al-radius-md);

    background:
        linear-gradient(
            135deg,
            rgba(18, 37, 58, 0.75),
            rgba(9, 25, 42, 0.77)
        );

    box-shadow:
        0 14px 34px rgba(0, 0, 0, 0.17);
}

.how-trust-note {
    display: flex;
    align-items: center;
    gap: 15px;
}

.how-trust-icon {
    flex: 0 0 auto;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 45px;
    height: 45px;

    border-radius: 50%;

    background: rgba(79, 201, 155, 0.14);
    color: #6ddbb3;

    font-size: 21px;
    font-weight: 900;
}

.how-trust-note strong {
    display: block;

    margin-bottom: 3px;

    color: #ffffff;

    font-size: 14px;
}

.how-trust-note p {
    margin: 0;

    color: #8493a6;

    font-size: 12px;
}

/* Responsive */

@media (max-width: 1160px) {
    .how-steps {
        grid-template-columns:
            minmax(0, 1fr)
            45px
            minmax(0, 1fr);
        gap: 20px;
    }

    .how-connector:nth-of-type(4) {
        display: none;
    }

    .how-connector:nth-of-type(2),
    .how-connector:nth-of-type(6) {
        display: flex;
    }

    .how-step {
        min-height: 300px;
    }
}

@media (max-width: 820px) {
    .how-it-works {
        padding-top: 71px;
        padding-bottom: 76px;
    }

    .how-steps {
        grid-template-columns: 1fr;
        gap: 17px;
    }

    .how-connector {
        width: 40px;
        height: 32px;
        margin: 0 auto;

        transform: rotate(90deg);
    }

    .how-connector:nth-of-type(4) {
        display: flex;
    }

    .how-step {
        min-height: auto;
        padding: 25px;
    }

    .how-bottom {
        align-items: stretch;
        flex-direction: column;
    }

    .how-bottom .al-button {
        width: 100%;
    }
}

@media (max-width: 520px) {
    .how-header {
        margin-bottom: 35px;
    }

    .how-step-number {
        font-size: 31px;
    }

    .how-step-icon {
        width: 59px;
        height: 59px;
    }

    .how-trust-note {
        align-items: flex-start;
    }
}

@media (min-width: 821px) and (max-width: 1160px) {
    .how-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .how-connector {
        display: none !important;
    }
}

/* =========================================================
   GROSSE AKTUELLE ZIEHUNG
========================================================= */

.current-raffle-section {
    position: relative;
    isolation: isolate;

    padding-top: 92px;
    padding-bottom: 106px;
}

.current-raffle-section::before {
    content: "";

    position: absolute;
    top: 20%;
    left: 50%;
    z-index: -1;

    width: min(1180px, 95vw);
    height: 610px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(47, 109, 246, 0.08),
            transparent 69%
        );

    transform: translateX(-50%);
    pointer-events: none;
}

.current-raffle-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;

    margin-bottom: 42px;
}

.current-raffle-heading .section-title-new {
    margin-bottom: 12px;
}

.current-raffle-heading .section-title-new span {
    color: var(--al-primary-light);
}

/* Hauptkarte */

.current-raffle-card {
    display: grid;

    grid-template-columns:
        minmax(360px, 1.12fr)
        minmax(310px, 0.88fr)
        minmax(275px, 0.62fr);

    gap: 28px;

    border: 0;
    border-radius: 0;

    background: transparent;

    box-shadow: none;

    overflow: visible;
}

/* Galerie */

.current-raffle-gallery {
    min-width: 0;
    padding: 0;

    border: 0;

    background: transparent;
}

.current-gallery-main {
    position: relative;

    height: 415px;

    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 18px;

    background: rgba(8, 21, 34, 0.35);

    box-shadow:
        0 22px 55px rgba(0, 0, 0, 0.26);

    overflow: hidden;
}

.current-gallery-main-image {
    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    transition:
        opacity 240ms ease,
        transform 500ms ease;
}

.current-gallery-main-image.is-changing {
    opacity: 0.35;
    transform: scale(0.985);
}

.current-gallery-main:hover .current-gallery-main-image {
    transform: scale(1.035);
}

.current-gallery-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            to top,
            rgba(3, 11, 20, 0.62),
            transparent 38%
        );

    pointer-events: none;
}

.current-gallery-live-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 3;

    display: inline-flex;
    align-items: center;
    gap: 7px;

    min-height: 30px;
    padding: 7px 12px;

    border: 1px solid rgba(86, 222, 171, 0.19);
    border-radius: var(--al-radius-pill);

    background: rgba(29, 111, 82, 0.84);
    color: #ffffff;

    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.055em;
    text-transform: uppercase;

    backdrop-filter: blur(10px);
}

.current-gallery-live-badge span {
    width: 7px;
    height: 7px;

    border-radius: 50%;

    background: #7ff0c1;

    box-shadow: 0 0 0 4px rgba(127, 240, 193, 0.13);

    animation: raffleLivePulse 1.8s ease-in-out infinite;
}

@keyframes raffleLivePulse {
    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.55;
        transform: scale(0.78);
    }
}

.current-gallery-expand {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 4;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 39px;
    height: 39px;

    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;

    background: rgba(5, 17, 29, 0.72);
    color: #ffffff;

    font-size: 19px;

    backdrop-filter: blur(12px);

    transition:
        transform var(--al-transition),
        background var(--al-transition);
}

.current-gallery-expand:hover {
    transform: scale(1.06);
    background: rgba(47, 109, 246, 0.84);
}

.current-gallery-thumbnails {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;

    margin-top: 11px;
}

.current-gallery-thumbnail {
    position: relative;

    height: 78px;
    padding: 0;

    border: 2px solid transparent;
    border-radius: 11px;

    background: #081522;

    opacity: 0.68;
    overflow: hidden;

    transition:
        opacity var(--al-transition),
        border-color var(--al-transition),
        transform var(--al-transition);
}

.current-gallery-thumbnail:hover,
.current-gallery-thumbnail.is-active {
    opacity: 1;
    transform: translateY(-2px);
}

.current-gallery-thumbnail.is-active {
    border-color: #4b83ff;

    box-shadow:
        0 0 0 3px rgba(47, 109, 246, 0.12);
}

.current-gallery-thumbnail img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

/* Fahrzeugdetails */

.current-raffle-details {
    min-width: 0;
    padding: 10px 0;

    border: 0;

    background: transparent;
}

.current-raffle-brand {
    margin-bottom: 8px;

    color: #6794ff;

    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.085em;
    text-transform: uppercase;
}

.current-raffle-name {
    margin-bottom: 9px;

    font-size: clamp(28px, 2.8vw, 38px);
    font-weight: 930;
    line-height: 1.08;
}

.current-raffle-summary {
    margin-bottom: 28px;

    color: #94a3b5;

    font-size: 14px;
}

.current-raffle-specs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;

    margin-bottom: 27px;
}

.current-spec {
    display: flex;
    align-items: center;
    gap: 11px;

    min-width: 0;
    padding: 13px;

    border: 1px solid rgba(255, 255, 255, 0.055);
    border-radius: 12px;

    background: rgba(255, 255, 255, 0.025);

    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.current-spec-icon {
    flex: 0 0 auto;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 35px;
    height: 35px;

    border-radius: 10px;

    background: rgba(47, 109, 246, 0.11);
    color: #78a0ff;

    font-size: 16px;
    font-weight: 800;
}

.current-spec > div {
    min-width: 0;
}

.current-spec small,
.current-spec strong {
    display: block;
}

.current-spec small {
    margin-bottom: 2px;

    color: #77879a;

    font-size: 9px;
    font-weight: 700;
}

.current-spec strong {
    overflow: hidden;

    color: #ffffff;

    font-size: 12px;
    font-weight: 780;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.current-raffle-description {
    padding-top: 22px;

    border-top: 1px solid rgba(255, 255, 255, 0.065);
}

.current-raffle-description h4 {
    margin-bottom: 10px;

    font-size: 15px;
}

.current-raffle-description p {
    display: -webkit-box;
    margin-bottom: 13px;

    overflow: hidden;

    color: #8796a8;

    font-size: 12px;
    line-height: 1.7;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.current-details-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    color: #6e9aff;

    font-size: 12px;
    font-weight: 800;

    transition:
        gap var(--al-transition),
        color var(--al-transition);
}

.current-details-link:hover {
    gap: 12px;
    color: #94b2ff;
}

/* Kaufbereich */

.current-raffle-purchase {
    display: flex;
    flex-direction: column;

    min-width: 0;
    padding: 10px 0;

    border: 0;

    background: transparent;
}

.current-progress-wrapper {
    display: flex;
    justify-content: center;

    margin-bottom: 21px;
}

.current-progress-circle {
    position: relative;

    width: 174px;
    height: 174px;
}

.current-progress-circle svg {
    width: 100%;
    height: 100%;

    transform: rotate(-90deg);
}

.current-progress-circle circle {
    fill: none;

    stroke-width: 9;
}

.current-progress-track {
    stroke: rgba(255, 255, 255, 0.07);
}

.current-progress-value {
    stroke: #467fff;
    stroke-linecap: round;

    stroke-dasharray: 320.44;

    stroke-dashoffset:
        calc(
            320.44 -
            (320.44 * var(--animated-progress, 0)) / 100
        );

    filter:
        drop-shadow(
            0 0 7px rgba(70, 127, 255, 0.35)
        );

    transition:
        stroke-dashoffset 90ms linear;
}

.current-progress-content {
    position: absolute;
    inset: 0;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.current-progress-content strong {
    color: #ffffff;

    font-size: 36px;
    font-weight: 950;
    line-height: 1;
}

.current-progress-content span {
    margin-top: 7px;

    color: #8190a2;

    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

.current-ticket-count {
    display: grid;
    grid-template-columns: 1fr 1px 1fr;
    align-items: center;
    gap: 13px;

    margin-bottom: 18px;
    padding: 14px 4px;

    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.current-ticket-count > div {
    text-align: center;
}

.current-ticket-count span,
.current-ticket-count strong {
    display: block;
}

.current-ticket-count > div > span {
    margin-bottom: 3px;

    color: #78889a;

    font-size: 9px;
    font-weight: 750;
    text-transform: uppercase;
}

.current-ticket-count strong {
    color: #ffffff;

    font-size: 17px;
}

.current-ticket-divider {
    width: 1px;
    height: 30px;

    background: rgba(255, 255, 255, 0.07);
}

.current-price-box {
    margin-bottom: 17px;
    padding: 17px;

    border: 1px solid rgba(77, 130, 255, 0.14);
    border-radius: 13px;

    background: rgba(47, 109, 246, 0.07);

    text-align: center;

    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.current-price-box span,
.current-price-box strong,
.current-price-box small {
    display: block;
}

.current-price-box span {
    margin-bottom: 5px;

    color: #8595a8;

    font-size: 10px;
    font-weight: 750;
    text-transform: uppercase;
}

.current-price-box strong {
    color: #ffffff;

    font-size: 30px;
    font-weight: 950;
}

.current-price-box small {
    margin-top: 4px;

    color: #728195;

    font-size: 9px;
}

.current-raffle-countdown {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 5px;

    margin-bottom: 16px;
}

.current-raffle-countdown .countdown-unit {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    min-width: 0;
    padding: 9px 3px;

    border: 1px solid rgba(255, 255, 255, 0.055);
    border-radius: 9px;

    background: rgba(255, 255, 255, 0.025);
}

.current-raffle-countdown .countdown-number {
    color: #ffffff;

    font-size: 15px;
    font-weight: 900;
    line-height: 1;
}

.current-raffle-countdown .countdown-label {
    margin-top: 5px;

    color: #748498;

    font-size: 7px;
    font-weight: 750;
    text-transform: uppercase;
}

.current-draw-date {
    margin-bottom: 16px;

    text-align: center;
}

.current-draw-date span,
.current-draw-date strong,
.current-draw-date small {
    display: block;
}

.current-draw-date span {
    color: #718195;

    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
}

.current-draw-date strong {
    margin-top: 2px;

    color: #ffffff;

    font-size: 14px;
}

.current-draw-date small {
    color: #7f8da0;

    font-size: 9px;
}

.current-buy-button {
    width: 100%;
}

.current-purchase-note {
    margin: 11px 0 0;

    color: #657488;

    font-size: 8px;
    line-height: 1.5;
    text-align: center;
}

/* Leerer Zustand */

.current-raffle-empty {
    padding: 70px 30px;

    text-align: center;
}

.current-raffle-empty-icon {
    margin-bottom: 16px;

    font-size: 48px;
}

.current-raffle-empty h3 {
    margin-bottom: 8px;

    font-size: 25px;
}

.current-raffle-empty p {
    margin: 0;

    color: #8797aa;
}

/* Lightbox */

.current-gallery-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 30px;

    background: rgba(1, 7, 13, 0.94);

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transition:
        opacity var(--al-transition),
        visibility var(--al-transition);

    backdrop-filter: blur(15px);
}

.current-gallery-lightbox.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.current-gallery-lightbox img {
    max-width: min(1150px, 95vw);
    max-height: 88vh;

    border-radius: 16px;

    box-shadow:
        0 35px 90px rgba(0, 0, 0, 0.55);
}

.current-lightbox-close {
    position: absolute;
    top: 22px;
    right: 25px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 47px;
    height: 47px;

    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;

    background: rgba(255, 255, 255, 0.07);
    color: #ffffff;

    font-size: 30px;
    line-height: 1;
}

/* Responsive */

@media (max-width: 1120px) {
    .current-raffle-card {
        grid-template-columns:
            minmax(390px, 1.1fr)
            minmax(300px, 0.9fr);
    }

    .current-raffle-purchase {
        grid-column: 1 / -1;

        display: grid;
        grid-template-columns:
            190px
            minmax(160px, 1fr)
            minmax(190px, 1fr)
            minmax(180px, 1fr);
        align-items: center;
        gap: 20px;

    }

    .current-progress-wrapper,
    .current-ticket-count,
    .current-price-box,
    .current-raffle-countdown,
    .current-draw-date {
        margin-bottom: 0;
    }

    .current-purchase-note {
        grid-column: 1 / -1;
    }
}

@media (max-width: 850px) {
    .current-raffle-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .current-raffle-card {
        grid-template-columns: 1fr;
    }

    .current-raffle-gallery,
	.current-raffle-details {
		border: 0;
	}

    .current-raffle-purchase {
        grid-column: auto;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .current-progress-wrapper {
        grid-row: span 2;
    }

    .current-buy-button,
    .current-purchase-note {
        grid-column: 1 / -1;
    }
}

@media (max-width: 580px) {
    .current-raffle-section {
        padding-top: 72px;
        padding-bottom: 78px;
    }

    .current-raffle-card {
        border-radius: 18px;
    }

    .current-raffle-gallery {
        padding: 11px;
    }

    .current-gallery-main {
        height: 285px;
    }

    .current-gallery-thumbnails {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .current-gallery-thumbnail {
        height: 66px;
    }

    .current-raffle-details {
        padding: 27px 20px;
    }

    .current-raffle-specs {
        grid-template-columns: 1fr;
    }

    .current-raffle-purchase {
        display: flex;

        padding: 26px 20px;
    }

    .current-progress-wrapper,
    .current-ticket-count,
    .current-price-box,
    .current-raffle-countdown,
    .current-draw-date {
        width: 100%;
        margin-bottom: 17px;
    }

    .current-progress-circle {
        width: 160px;
        height: 160px;
    }

    .current-gallery-lightbox {
        padding: 15px;
    }
}

/* =========================================================
   GEWINNERBEREICH
========================================================= */

.winners-section {
    position: relative;
    isolation: isolate;

    padding-top: 94px;
    padding-bottom: 104px;
}

.winners-section::before {
    content: "";

    position: absolute;
    top: 15%;
    right: -180px;
    z-index: -1;

    width: 550px;
    height: 550px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(47, 109, 246, 0.1),
            transparent 70%
        );

    pointer-events: none;
}

.winners-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 34px;

    margin-bottom: 37px;
}

.winners-heading .section-title-new {
    margin-bottom: 12px;
}

.winners-heading .section-title-new span {
    color: var(--al-primary-light);
}

/* Demo-Hinweis */

.winner-demo-notice {
    display: flex;
    align-items: center;
    gap: 11px;

    margin-bottom: 22px;
    padding: 12px 15px;

    border: 1px solid rgba(255, 200, 61, 0.12);
    border-radius: 11px;

    background: rgba(255, 200, 61, 0.055);
}

.winner-demo-notice > span {
    flex: 0 0 auto;

    color: #ffd262;

    font-size: 17px;
}

.winner-demo-notice p {
    margin: 0;

    color: #a9a18a;

    font-size: 11px;
    line-height: 1.55;
}

/* Karten */

.winner-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 21px;
}

.winner-card {
    position: relative;

    border: 1px solid rgba(255, 255, 255, 0.065);
    border-radius: 18px;

    background:
        linear-gradient(
            145deg,
            rgba(18, 36, 55, 0.92),
            rgba(8, 23, 39, 0.95)
        );

    box-shadow:
        0 19px 48px rgba(0, 0, 0, 0.25);

    overflow: hidden;

    transition:
        transform var(--al-transition),
        border-color var(--al-transition),
        box-shadow var(--al-transition);
}

.winner-card:hover {
    transform: translateY(-7px);

    border-color: rgba(78, 128, 255, 0.3);

    box-shadow:
        0 27px 62px rgba(0, 0, 0, 0.31),
        0 0 34px rgba(47, 109, 246, 0.07);
}

.winner-card-image {
    position: relative;

    height: 238px;

    background: #081522;

    overflow: hidden;
}

.winner-card-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    transition:
        transform 650ms ease,
        filter 650ms ease;
}

.winner-card:hover .winner-card-image img {
    transform: scale(1.06);

    filter:
        saturate(1.06)
        contrast(1.025);
}

.winner-card-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            to top,
            rgba(4, 13, 24, 0.92),
            transparent 68%
        );

    pointer-events: none;
}

.winner-position {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 3;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 38px;
    height: 38px;

    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 11px;

    background: rgba(5, 17, 29, 0.72);
    color: rgba(255, 255, 255, 0.73);

    font-size: 12px;
    font-weight: 900;

    backdrop-filter: blur(10px);
}

.winner-verified-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 3;

    display: inline-flex;
    align-items: center;
    gap: 6px;

    padding: 7px 11px;

    border: 1px solid rgba(79, 201, 155, 0.17);
    border-radius: var(--al-radius-pill);

    background: rgba(29, 111, 82, 0.8);
    color: #ffffff;

    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;

    backdrop-filter: blur(10px);
}

.winner-verified-badge span {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 15px;
    height: 15px;

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.17);

    font-size: 9px;
}

.winner-car-name {
    position: absolute;
    right: 18px;
    bottom: 16px;
    left: 18px;
    z-index: 3;
}

.winner-car-name small,
.winner-car-name strong {
    display: block;
}

.winner-car-name small {
    margin-bottom: 3px;

    color: #98a6b8;

    font-size: 9px;
    font-weight: 750;
    text-transform: uppercase;
}

.winner-car-name strong {
    overflow: hidden;

    color: #ffffff;

    font-size: 18px;
    font-weight: 870;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Inhalt */

.winner-card-content {
    padding: 19px;
}

.winner-person {
    display: flex;
    align-items: center;
    gap: 12px;

    padding-bottom: 17px;

    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.winner-avatar {
    flex: 0 0 auto;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 47px;
    height: 47px;

    border: 1px solid rgba(111, 153, 255, 0.18);
    border-radius: 50%;

    background:
        linear-gradient(
            145deg,
            #477fff,
            #2456c8
        );

    color: #ffffff;

    font-size: 18px;
    font-weight: 950;

    box-shadow:
        0 10px 25px rgba(47, 109, 246, 0.2);
}

.winner-person > div:last-child {
    min-width: 0;
}

.winner-person span {
    display: block;

    margin-bottom: 1px;

    color: #708094;

    font-size: 8px;
    font-weight: 800;
    text-transform: uppercase;
}

.winner-person h3 {
    margin-bottom: 2px;

    font-size: 17px;
    font-weight: 850;
}

.winner-person p {
    display: flex;
    align-items: center;
    gap: 5px;

    margin: 0;

    color: #8493a5;

    font-size: 10px;
}

.winner-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;

    padding-top: 16px;
}

.winner-meta > div {
    min-width: 0;
}

.winner-meta span,
.winner-meta strong {
    display: block;
}

.winner-meta span {
    margin-bottom: 4px;

    color: #6f7f92;

    font-size: 8px;
    font-weight: 800;
    text-transform: uppercase;
}

.winner-meta strong {
    overflow: hidden;

    color: #dfe6ef;

    font-size: 11px;
    font-weight: 760;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Unterer Bereich */

.winners-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;

    margin-top: 33px;
    padding-top: 29px;

    border-top: 1px solid rgba(255, 255, 255, 0.065);
}

.winner-trust-items {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.winner-trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.winner-trust-item > span {
    flex: 0 0 auto;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 24px;
    height: 24px;

    border-radius: 50%;

    background: rgba(79, 201, 155, 0.12);
    color: #6ddbb3;

    font-size: 11px;
    font-weight: 900;
}

.winner-trust-item p {
    margin: 0;

    color: #8897a9;

    font-size: 10px;
    font-weight: 680;
}

/* Responsive */

@media (max-width: 980px) {
    .winner-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .winner-card:last-child {
        grid-column: 1 / -1;

        width: min(100%, 500px);
        margin-inline: auto;
    }

    .winners-bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 680px) {
    .winners-section {
        padding-top: 72px;
        padding-bottom: 78px;
    }

    .winners-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .winner-grid {
        grid-template-columns: 1fr;
    }

    .winner-card:last-child {
        grid-column: auto;

        width: 100%;
    }

    .winner-card-image {
        height: 230px;
    }

    .winner-trust-items {
        align-items: flex-start;
        flex-direction: column;
        gap: 13px;
    }

    .winners-bottom .al-button {
        width: 100%;
    }
}

@media (max-width: 400px) {
    .winner-card-image {
        height: 205px;
    }

    .winner-meta {
        grid-template-columns: 1fr;
    }
}

/* =========================================================
   FAQ – STARTSEITE
========================================================= */

.faq-home-section {
    position: relative;
    isolation: isolate;

    padding-top: 94px;
    padding-bottom: 105px;
}

.faq-home-section::before {
    content: "";

    position: absolute;
    top: 5%;
    left: -230px;
    z-index: -1;

    width: 560px;
    height: 560px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(47, 109, 246, 0.09),
            transparent 70%
        );

    pointer-events: none;
}

.faq-home-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 34px;

    margin-bottom: 39px;
}

.faq-home-heading .section-title-new {
    margin-bottom: 12px;
}

.faq-home-heading .section-title-new span {
    color: var(--al-primary-light);
}

/* FAQ Grid */

.faq-home-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 15px 18px;
}

.faq-home-item {
    border: 1px solid rgba(255, 255, 255, 0.065);
    border-radius: 15px;

    background:
        linear-gradient(
            145deg,
            rgba(18, 36, 55, 0.86),
            rgba(8, 23, 39, 0.9)
        );

    box-shadow:
        0 14px 34px rgba(0, 0, 0, 0.18);

    overflow: hidden;

    transition:
        border-color var(--al-transition),
        background var(--al-transition),
        box-shadow var(--al-transition),
        transform var(--al-transition);
}

.faq-home-item:hover {
    transform: translateY(-2px);

    border-color: rgba(92, 141, 255, 0.19);
}

.faq-home-item.is-open {
    border-color: rgba(92, 141, 255, 0.3);

    background:
        linear-gradient(
            145deg,
            rgba(22, 44, 69, 0.96),
            rgba(9, 27, 46, 0.96)
        );

    box-shadow:
        0 20px 45px rgba(0, 0, 0, 0.24),
        0 0 30px rgba(47, 109, 246, 0.055);
}

.faq-home-question {
    margin: 0;
}

.faq-home-button {
    display: grid;
    grid-template-columns: 39px minmax(0, 1fr) 34px;
    align-items: center;
    gap: 13px;

    width: 100%;
    min-height: 76px;
    padding: 13px 16px;

    background: transparent;
    color: #ffffff;

    text-align: left;
}

.faq-home-question-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 39px;
    height: 39px;

    border: 1px solid rgba(92, 141, 255, 0.13);
    border-radius: 11px;

    background: rgba(47, 109, 246, 0.08);
    color: #7199fa;

    font-size: 10px;
    font-weight: 900;

    transition:
        background var(--al-transition),
        color var(--al-transition),
        border-color var(--al-transition);
}

.faq-home-item.is-open .faq-home-question-number {
    border-color: rgba(103, 146, 255, 0.27);

    background:
        linear-gradient(
            145deg,
            #467fff,
            #275ccc
        );

    color: #ffffff;
}

.faq-home-question-text {
    color: #e9eef5;

    font-size: 14px;
    font-weight: 790;
    line-height: 1.4;
}

.faq-home-toggle {
    position: relative;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 34px;
    height: 34px;

    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 10px;

    background: rgba(255, 255, 255, 0.025);

    transition:
        background var(--al-transition),
        border-color var(--al-transition),
        transform var(--al-transition);
}

.faq-home-toggle span {
    position: absolute;

    width: 13px;
    height: 2px;

    border-radius: var(--al-radius-pill);

    background: #8191a5;

    transition:
        transform var(--al-transition),
        background var(--al-transition);
}

.faq-home-toggle span:nth-child(2) {
    transform: rotate(90deg);
}

.faq-home-item.is-open .faq-home-toggle {
    border-color: rgba(92, 141, 255, 0.2);

    background: rgba(47, 109, 246, 0.11);

    transform: rotate(180deg);
}

.faq-home-item.is-open .faq-home-toggle span {
    background: #7ea2ff;
}

.faq-home-item.is-open
.faq-home-toggle span:nth-child(2) {
    transform: rotate(0);
}

/* Antwort */

.faq-home-answer {
    max-height: 0;

    overflow: hidden;

    transition:
        max-height 420ms ease;
}

.faq-home-answer-inner {
    margin: 0 16px;
    padding:
        0
        50px
        20px
        52px;

    border-top: 1px solid rgba(255, 255, 255, 0.055);
}

.faq-home-answer-inner p {
    margin: 0;
    padding-top: 17px;

    color: #8d9caf;

    font-size: 12px;
    line-height: 1.75;
}

/* Support Box */

.faq-home-contact {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 17px;

    margin-top: 30px;
    padding: 20px 22px;

    border: 1px solid rgba(255, 255, 255, 0.065);
    border-radius: 15px;

    background:
        linear-gradient(
            135deg,
            rgba(18, 37, 58, 0.78),
            rgba(9, 25, 42, 0.82)
        );

    box-shadow:
        0 15px 36px rgba(0, 0, 0, 0.18);
}

.faq-home-contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 48px;
    height: 48px;

    border: 1px solid rgba(92, 141, 255, 0.17);
    border-radius: 14px;

    background:
        linear-gradient(
            145deg,
            #477fff,
            #285cca
        );

    color: #ffffff;

    font-size: 21px;
    font-weight: 950;

    box-shadow:
        0 12px 28px rgba(47, 109, 246, 0.21);
}

.faq-home-contact strong {
    display: block;

    margin-bottom: 3px;

    color: #ffffff;

    font-size: 14px;
}

.faq-home-contact p {
    margin: 0;

    color: #8190a3;

    font-size: 11px;
}

/* Responsive */

@media (max-width: 850px) {
    .faq-home-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .faq-home-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 650px) {
    .faq-home-section {
        padding-top: 72px;
        padding-bottom: 78px;
    }

    .faq-home-contact {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .faq-home-contact .al-button {
        grid-column: 1 / -1;

        width: 100%;
    }
}

@media (max-width: 470px) {
    .faq-home-button {
        grid-template-columns: 34px minmax(0, 1fr) 31px;
        gap: 10px;

        padding-inline: 12px;
    }

    .faq-home-question-number {
        width: 34px;
        height: 34px;
    }

    .faq-home-question-text {
        font-size: 13px;
    }

    .faq-home-toggle {
        width: 31px;
        height: 31px;
    }

    .faq-home-answer-inner {
        margin-inline: 12px;
        padding-right: 10px;
        padding-left: 44px;
    }

    .faq-home-contact {
        grid-template-columns: 1fr;

        text-align: center;
    }

    .faq-home-contact-icon {
        margin-inline: auto;
    }
}