/* ===========================
   VISPEXIO HOME 2.0 + HOTELS
   =========================== */

.vx-home2,
.vx-hotels {
    display: flex !important;
    flex-direction: column !important;
    gap: 2.5rem !important;
}

/* Links */
.vx-home2 a,
.vx-home2 a:visited,
.vx-hotels a,
.vx-hotels a:visited {
    color: #ffffff !important;
    text-decoration: none !important;
}

.vx-home2 a:hover,
.vx-hotels a:hover {
    color: #ffffff !important;
}

/* Klickbare Textlinks sichtbar machen */
.vx-solution-body strong,
.vx-final-cta a,
.vx-compare-cta a {
    color: #ffffff !important;
    text-decoration: underline !important;
    text-underline-offset: 4px;
}

/* ===========================
   Shared Hero
   =========================== */

.vx-hero2 {
    background: rgba(15, 23, 42, 0.88);
    border: 1px solid rgba(148, 163, 184, 0.30);
    border-radius: 1.6rem;
    box-shadow: 0 22px 70px rgba(15, 23, 42, 0.72);
    padding: 2.25rem;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, .9fr);
    gap: 2rem;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.vx-hero2-main {
    min-width: 0;
}

.vx-hero2-title {
    margin: 0 0 1rem;
    font-size: clamp(2.1rem, 5vw, 4.25rem);
    line-height: 1;
    letter-spacing: -.045em;
    font-weight: 950;
    color: #f9fafb;
}

.vx-hero2-title span {
    color: #38bdf8;
}

.vx-hero2-subtitle {
    max-width: 720px;
    margin: 0 0 1.4rem;
    color: #e5e7eb;
    font-size: 1rem;
    line-height: 1.6;
}

.vx-proofline {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
    margin-top: .25rem;
}

.vx-proofline span {
    border: 1px solid rgba(56,189,248,.28);
    background: rgba(56,189,248,.09);
    color: #ffffff;
    border-radius: 999px;
    padding: .38rem .7rem;
    font-size: .78rem;
    font-weight: 800;
}

/* Hero live card */
.vx-live-card {
    background: rgba(2, 6, 23, .58);
    border: 1px solid rgba(148, 163, 184, .26);
    border-radius: 1.35rem;
    padding: 1.25rem;
    box-shadow: 0 16px 44px rgba(0,0,0,.28);
}

.vx-live-head {
    display: flex;
    justify-content: space-between;
    gap: .75rem;
    margin-bottom: 1rem;
}

.vx-live-head strong {
    color: #ffffff;
}

.vx-live-head span {
    color: #bbf7d0;
    background: rgba(22,163,74,.14);
    border: 1px solid rgba(34,197,94,.36);
    border-radius: 999px;
    padding: .25rem .55rem;
    font-size: .72rem;
    font-weight: 900;
}

.vx-live-list {
    display: grid;
    gap: .65rem;
}

.vx-live-list div {
    color: #e5e7eb;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.08);
    padding: .78rem .8rem;
    border-radius: .9rem;
    font-size: .9rem;
}

.vx-live-list b {
    color: #38bdf8;
}

.vx-live-report {
    margin-top: 1rem;
    color: #bfdbfe;
    font-size: .78rem;
    font-weight: 800;
}

/* ===========================
   HOME PAGE
   =========================== */

/* Value Strip */
.vx-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.vx-strip div {
    background: rgba(15, 23, 42, .78);
    border: 1px solid rgba(148, 163, 184, .24);
    border-radius: 1.15rem;
    padding: 1.15rem;
}

.vx-strip strong {
    display: block;
    color: #ffffff;
    margin-bottom: .35rem;
}

.vx-strip span {
    display: block;
    color: #cbd5f5;
    font-size: .88rem;
    line-height: 1.5;
}

/* Sections */
.vx-home2 .vx-section {
    padding: 2rem !important;
}

.vx-home2 .section-head {
    margin-bottom: 1.6rem !important;
}

.vx-home2 .section-title {
    margin-bottom: .7rem !important;
}

.vx-home2 .section-subtitle {
    line-height: 1.6 !important;
}

/* Solutions */
.vx-solutions-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.15rem;
}

.vx-solution-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: rgba(2, 6, 23, .42);
    border: 1px solid rgba(148, 163, 184, .24);
    border-radius: 1.25rem;
    min-height: 100%;
}

.vx-solution-media {
    height: 170px;
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at top left, rgba(56,189,248,.25), rgba(15,23,42,.95));
}

.vx-solution-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(1.04) contrast(1.04);
}

.vx-solution-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,.58), transparent 58%);
}

.vx-solution-media span {
    position: absolute;
    left: .85rem;
    bottom: .75rem;
    z-index: 2;
    color: #ffffff;
    background: rgba(0,0,0,.45);
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 999px;
    padding: .35rem .6rem;
    font-size: .72rem;
    font-weight: 900;
}

.vx-img-fallback {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: 900;
    text-align: center;
    padding: 1rem;
}

.vx-solution-body {
    padding: 1.1rem;
}

.vx-solution-body h3 {
    margin: 0 0 .55rem;
    color: #ffffff;
    font-size: 1.05rem;
}

.vx-solution-body p {
    margin: 0;
    color: #dbeafe;
    font-size: .9rem;
    line-height: 1.5;
}

.vx-solution-body strong {
    display: inline-block;
    margin-top: .9rem;
    font-size: .88rem;
    font-weight: 800;
}

/* Process */
.vx-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.vx-process-grid div {
    background: rgba(2, 6, 23, .38);
    border: 1px solid rgba(148, 163, 184, .22);
    border-radius: 1.1rem;
    padding: 1.1rem;
}

.vx-process-grid b {
    display: inline-flex;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    align-items: center;
    justify-content: center;
    color: #0b1120;
    background: linear-gradient(135deg, #2563eb, #38bdf8);
    margin-bottom: .75rem;
}

.vx-process-grid strong {
    display: block;
    color: #ffffff;
    margin-bottom: .45rem;
}

.vx-process-grid span {
    color: #cbd5f5;
    font-size: .86rem;
    line-height: 1.45;
}

/* Final CTA */
.vx-final-cta {
    background: linear-gradient(135deg, rgba(37,99,235,.28), rgba(56,189,248,.16));
    border: 1px solid rgba(56,189,248,.34);
    border-radius: 1.45rem;
    padding: 1.6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.25rem;
}

.vx-final-cta h2 {
    margin: 0 0 .35rem;
    color: #ffffff;
    font-size: 1.45rem;
}

.vx-final-cta p {
    margin: 0;
    color: #dbeafe;
    line-height: 1.5;
}

/* ===========================
   HOTELS SOLUTION PAGE
   =========================== */

.vx-hotels {
    padding-bottom: 3rem;
}

/* Hero */
.vx-hotels-hero {
    position: relative;
    min-height: 620px;
    overflow: hidden;
    margin-top: -2.5rem;
    border-bottom: 1px solid rgba(148, 163, 184, .18);
}

.vx-hotels-hero-bg {
    position: absolute;
    inset: 0;
}

.vx-hotels-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.vx-hotels-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(2,6,23,.98) 0%, rgba(2,6,23,.82) 35%, rgba(2,6,23,.42) 68%, rgba(2,6,23,.72) 100%),
        linear-gradient(180deg, rgba(2,6,23,.72) 0%, rgba(2,6,23,.18) 45%, rgba(2,6,23,.92) 100%);
}

.vx-hotels-hero-inner {
    position: relative;
    z-index: 2;
    min-height: 620px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    align-items: center;
    gap: 2rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.vx-hotels-hero-copy {
    max-width: 660px;
}

.vx-hotels-title {
    margin: 0 0 1rem;
    font-size: clamp(2.35rem, 5.4vw, 4.85rem);
    line-height: .98;
    letter-spacing: -.055em;
    font-weight: 950;
    color: #ffffff;
}

.vx-hotels-title span {
    color: #22b8ff;
}

.vx-hotels-subtitle {
    max-width: 620px;
    margin: 0 0 1.2rem;
    color: #e5e7eb;
    font-size: 1rem;
    line-height: 1.6;
}

.vx-hotels-checks {
    display: flex;
    flex-wrap: wrap;
    gap: 1.15rem;
    margin-bottom: 1.25rem;
}

.vx-hotels-checks span {
    color: #ffffff;
    font-size: .9rem;
    font-weight: 800;
}

.vx-hotels-floating-card {
    align-self: end;
    margin-bottom: 2rem;
    background: rgba(2, 6, 23, .72);
    backdrop-filter: blur(12px);
}

/* Value strip on hotels */
.vx-hotels-strip {
    margin-top: -1.4rem;
    position: relative;
    z-index: 3;
}

.vx-hotels-strip div {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: .8rem;
    align-items: start;
}

.vx-hotels-strip div::before {
    content: "◎";
    color: #38bdf8;
    border: 1px solid rgba(56,189,248,.45);
    width: 42px;
    height: 42px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    grid-row: 1 / span 2;
}

/* Video + ROI */
.vx-hotels-media-roi {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 1rem;
}

.vx-hotels-video-box,
.vx-hotels-roi,
.vx-hotels-panel,
.vx-hotels-final {
    background: rgba(15, 23, 42, .82);
    border: 1px solid rgba(148, 163, 184, .24);
    border-radius: 1.25rem;
    box-shadow: 0 22px 70px rgba(15, 23, 42, 0.46);
}

.vx-hotels-video-box {
    position: relative;
    overflow: hidden;
    min-height: 305px;
}

.vx-hotels-video-box img,
.vx-hotels-video-box video {
    width: 100%;
    height: 100%;
    min-height: 305px;
    object-fit: cover;
    display: block;
}

.vx-hotels-video-box::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(2,6,23,.42), transparent 60%);
}

.vx-play-placeholder {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 3rem;
    opacity: .9;
    text-shadow: 0 12px 40px rgba(0,0,0,.8);
}

.vx-hotels-roi {
    padding: 1.35rem;
}

.vx-hotels-roi h2,
.vx-hotels-panel h2 {
    margin: 0 0 1rem;
    color: #ffffff;
    font-size: 1.35rem;
    letter-spacing: -.02em;
}

.vx-roi-metrics {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: .75rem;
    margin-bottom: 1rem;
}

.vx-roi-metrics div,
.vx-roi-bottom > div {
    background: rgba(2, 6, 23, .38);
    border: 1px solid rgba(148, 163, 184, .18);
    border-radius: .9rem;
    padding: .9rem;
}

.vx-roi-metrics strong,
.vx-roi-bottom strong {
    display: block;
    color: #ffffff;
    font-size: 1.45rem;
    line-height: 1;
    margin-bottom: .35rem;
}

.vx-roi-metrics span,
.vx-roi-bottom span {
    display: block;
    color: #cbd5f5;
    font-size: .82rem;
    line-height: 1.4;
}

.vx-roi-bottom {
    display: grid;
    grid-template-columns: .7fr .9fr 1.4fr;
    gap: .75rem;
}

.vx-roi-bottom b {
    display: block;
    color: #38bdf8;
    margin-bottom: .45rem;
}

.vx-roi-bottom > div:last-child span {
    margin-top: .25rem;
}

/* Timeline */
.vx-hotels-panel {
    padding: 1.35rem;
}

.vx-hotels-timeline {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: .75rem;
    position: relative;
}

.vx-hotels-timeline div {
    background: rgba(2, 6, 23, .34);
    border: 1px solid rgba(148, 163, 184, .18);
    border-radius: 1rem;
    padding: 1rem;
    text-align: center;
}

.vx-hotels-timeline b {
    color: #ffffff;
    display: block;
    margin-bottom: .35rem;
}

.vx-hotels-timeline strong {
    display: block;
    color: #ffffff;
    margin-bottom: .35rem;
}

.vx-hotels-timeline span {
    display: block;
    color: #cbd5f5;
    font-size: .82rem;
    line-height: 1.4;
}

/* Usecase cards */
.vx-hotels-usecase-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .85rem;
}

.vx-hotels-usecase {
    position: relative;
    min-height: 185px;
    overflow: hidden;
    border-radius: 1rem;
    border: 1px solid rgba(148, 163, 184, .2);
    background: #020617;
}

.vx-hotels-usecase img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: .72;
}

.vx-hotels-usecase::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(2,6,23,.94) 0%, rgba(2,6,23,.72) 44%, rgba(2,6,23,.22) 100%);
}

.vx-hotels-usecase div {
    position: relative;
    z-index: 2;
    padding: 1rem;
    max-width: 72%;
}

.vx-hotels-usecase h3 {
    margin: 0 0 .45rem;
    color: #ffffff;
    font-size: 1rem;
}

.vx-hotels-usecase p {
    margin: 0;
    color: #e5e7eb;
    font-size: .84rem;
    line-height: 1.45;
}

/* Audience */
.vx-hotels-audience {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: .7rem;
}

.vx-hotels-audience div {
    background: rgba(2, 6, 23, .32);
    border: 1px solid rgba(148, 163, 184, .18);
    border-radius: 1rem;
    padding: .85rem .65rem;
    text-align: center;
}

.vx-hotels-audience span {
    display: block;
    color: #93c5fd;
    font-size: 1.35rem;
    margin-bottom: .35rem;
}

.vx-hotels-audience strong {
    color: #ffffff;
    font-size: .82rem;
}

/* Final hotels CTA */
.vx-hotels-final {
    display: grid;
    grid-template-columns: 150px 1fr auto;
    gap: 1.5rem;
    align-items: center;
    padding: 1.35rem;
    background: linear-gradient(135deg, rgba(37,99,235,.34), rgba(56,189,248,.13));
}

.vx-hotels-final h2 {
    margin: 0 0 .35rem;
    color: #ffffff;
    font-size: 1.45rem;
}

.vx-hotels-final p {
    margin: 0;
    color: #dbeafe;
    line-height: 1.5;
}

.vx-hotels-qr-placeholder {
    width: 120px;
    height: 120px;
    border-radius: 1rem;
    background: rgba(2, 6, 23, .72);
    border: 1px solid rgba(255,255,255,.18);
    display: flex;
    align-items: center;
    justify-content: center;
}

.vx-hotels-qr-placeholder div {
    width: 82px;
    height: 82px;
    background:
        linear-gradient(90deg, #fff 8px, transparent 8px) 0 0/18px 18px,
        linear-gradient(#fff 8px, transparent 8px) 0 0/18px 18px,
        #020617;
    color: transparent;
    border-radius: .4rem;
}

/* ===========================
   RESPONSIVE + COMPARE MOBILE
   =========================== */

/* Standard: Desktop-Vergleich sichtbar */
.vx-compare-desktop {
    display: block;
}

.vx-compare-mobile {
    display: none;
}

/* Tablet */
@media (max-width: 980px) {
    .vx-home2,
    .vx-hotels {
        gap: 2rem !important;
    }

    .vx-hero2 {
        grid-template-columns: 1fr;
        padding: 1.6rem;
    }

    .vx-strip,
    .vx-solutions-grid,
    .vx-process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vx-hotels-hero {
        min-height: auto;
    }

    .vx-hotels-hero-inner {
        min-height: auto;
        grid-template-columns: 1fr;
        padding-top: 4rem;
        padding-bottom: 3rem;
    }

    .vx-hotels-floating-card {
        margin-bottom: 0;
    }

    .vx-hotels-media-roi {
        grid-template-columns: 1fr;
    }

    .vx-hotels-timeline {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vx-hotels-usecase-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vx-hotels-audience {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .vx-hotels-final {
        grid-template-columns: 120px 1fr;
    }

    .vx-hotels-final .btn-primary {
        grid-column: 1 / -1;
        width: 100%;
    }
}

/* Smartphone */
@media (max-width: 700px) {
    /* Desktop-Tabelle ausblenden */
    .vx-compare-desktop {
        display: none;
    }

    /* Mobile-Karten einblenden */
    .vx-compare-mobile {
        display: grid;
        grid-template-columns: 1fr;
        gap: .85rem;
        width: 100%;
        min-width: 0;
    }

    .vx-compare {
        width: 100%;
        min-width: 0;
        overflow: visible;
    }

    .vx-compare-mobile-card {
        width: 100%;
        min-width: 0;
        overflow: hidden;
        border: 1px solid rgba(148, 163, 184, .22);
        border-radius: 1rem;
        background: rgba(2, 6, 23, .42);
        box-shadow: 0 12px 30px rgba(2, 6, 23, .3);
    }

    .vx-compare-mobile-item {
        padding: .95rem;
        min-width: 0;
    }

    .vx-compare-mobile-item + .vx-compare-mobile-item {
        border-top: 1px solid rgba(148, 163, 184, .16);
    }

    .vx-compare-mobile-good {
        background: linear-gradient(
            135deg,
            rgba(37, 99, 235, .16),
            rgba(56, 189, 248, .09)
        );
    }

    .vx-compare-mobile-bad {
        background: rgba(2, 6, 23, .34);
    }

    .vx-compare-mobile-label {
        display: flex;
        align-items: center;
        gap: .55rem;
        margin-bottom: .45rem;
        min-width: 0;
    }

    .vx-compare-mobile-label strong {
        color: #ffffff;
        font-size: .82rem;
        letter-spacing: .06em;
        text-transform: uppercase;
    }

    .vx-compare-mobile-icon {
        flex: 0 0 auto;
        width: 26px;
        height: 26px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 999px;
        font-size: .9rem;
        font-weight: 900;
    }

    .vx-compare-mobile-good .vx-compare-mobile-icon {
        color: #bbf7d0;
        background: rgba(22, 163, 74, .16);
        border: 1px solid rgba(34, 197, 94, .35);
    }

    .vx-compare-mobile-bad .vx-compare-mobile-icon {
        color: #fecaca;
        background: rgba(220, 38, 38, .12);
        border: 1px solid rgba(248, 113, 113, .3);
    }

    .vx-compare-mobile-item p {
        margin: 0;
        color: #e5e7eb;
        font-size: .9rem;
        line-height: 1.5;
        overflow-wrap: break-word;
    }

    .vx-compare-cta {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: .9rem;
        width: 100%;
        min-width: 0;
        padding: 1rem;
    }

    .vx-compare-cta > div {
        min-width: 0;
    }

    .vx-compare-cta-title,
    .vx-compare-cta-sub {
        overflow-wrap: break-word;
    }

    .vx-compare-cta .btn-primary {
        width: 100%;
        max-width: 100%;
        white-space: normal;
        text-align: center;
        line-height: 1.35;
    }
}

/* Mobile */
@media (max-width: 620px) {
    .vx-home2,
    .vx-hotels {
        gap: 1.5rem !important;
    }

    .vx-hero2 {
        padding: 1.2rem;
        border-radius: 1.25rem;
    }

    .vx-hero2-title {
        font-size: 2.35rem;
    }

    .vx-hero2-subtitle {
        font-size: .94rem;
        line-height: 1.5;
    }

    .vx-strip,
    .vx-solutions-grid,
    .vx-process-grid,
    .vx-roi-metrics,
    .vx-roi-bottom,
    .vx-hotels-timeline,
    .vx-hotels-usecase-grid,
    .vx-hotels-audience {
        grid-template-columns: 1fr;
    }

    .vx-home2 .vx-section {
        padding: 1.25rem !important;
    }

    .vx-solution-media {
        height: 150px;
    }

    .vx-final-cta {
        flex-direction: column;
        align-items: stretch;
        padding: 1.2rem;
    }

    .vx-hotels-hero {
        overflow: hidden;
    }

    .vx-hotels-hero-inner {
        padding-top: 2.75rem;
        padding-bottom: 2.25rem;
    }

    .vx-hotels-hero-inner,
    .vx-hotels-hero-copy,
    .vx-hotels-title,
    .vx-hotels-subtitle,
    .vx-hotels-checks,
    .vx-hotels .hero-actions {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
    }

    .vx-hotels .vx-hotels-title {
        font-size: 1.85rem !important;
        line-height: 1.1 !important;
        letter-spacing: -.02em !important;
        overflow: visible !important;
        white-space: normal !important;
        word-break: normal !important;
        overflow-wrap: normal !important;
        hyphens: none !important;
    }

    .vx-hotels .vx-hotels-title span {
        display: inline-block !important;
        max-width: 100% !important;
        overflow: visible !important;
    }

    .vx-hotels-subtitle {
        font-size: .92rem !important;
        line-height: 1.5 !important;
        overflow-wrap: break-word !important;
    }

    .vx-hotels-checks {
        display: flex !important;
        flex-direction: column !important;
        gap: .45rem !important;
    }

    .vx-hotels-checks span {
        display: block !important;
        white-space: normal !important;
        line-height: 1.35 !important;
    }

    .vx-hotels .hero-actions {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: .7rem !important;
    }

    .vx-hotels .hero-actions a {
        width: 100% !important;
        white-space: normal !important;
        text-align: center !important;
    }

    .vx-hotels-floating-card {
        display: none;
    }

    .vx-hotels-strip {
        margin-top: 0;
    }

    .vx-hotels-video-box,
    .vx-hotels-video-box img,
    .vx-hotels-video-box video {
        min-height: 220px;
    }

    .vx-hotels-usecase div {
        max-width: 90%;
    }

    .vx-hotels-final {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .vx-hotels-qr-placeholder {
        display: none;
    }
}
	
	/* ===========================
   HOTELS MOBILE HERO FIX
   =========================== */

@media (max-width: 620px) {
    .vx-hotels-hero {
        overflow: hidden;
    }

    .vx-hotels-hero-inner,
    .vx-hotels-hero-copy,
    .vx-hotels-title,
    .vx-hotels-subtitle,
    .vx-hotels-checks,
    .hero-actions {
        max-width: 100% !important;
        min-width: 0 !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .vx-hotels-title {
    font-size: clamp(1.9rem, 9.5vw, 2.35rem) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.025em !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: none !important;
}

.vx-hotels-title span {
    display: inline !important;
}

    .vx-hotels-subtitle {
        font-size: .92rem !important;
        line-height: 1.5 !important;
        overflow-wrap: break-word !important;
    }

    .vx-hotels-checks {
        display: flex !important;
        flex-direction: column !important;
        gap: .45rem !important;
    }

    .vx-hotels-checks span {
        display: block !important;
        white-space: normal !important;
        line-height: 1.35 !important;
    }

    .vx-hotels .hero-actions {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: .7rem !important;
    }

    .vx-hotels .hero-actions a {
        width: 100% !important;
        white-space: normal !important;
        text-align: center !important;
    }
}
	/* FINAL FIX – Hotels Mobile Headline */
@media (max-width: 620px) {
    .vx-hotels .vx-hotels-title {
        font-size: 1.85rem !important;
        line-height: 1.1 !important;
        letter-spacing: -0.02em !important;
        max-width: 100% !important;
        width: 100% !important;
        overflow: visible !important;
        white-space: normal !important;
        word-break: normal !important;
        overflow-wrap: normal !important;
        hyphens: none !important;
    }

    .vx-hotels .vx-hotels-title span {
        display: inline-block !important;
        max-width: 100% !important;
        overflow: visible !important;
    }
}
	/* ===========================
   HOME 2.0 – FAQ
   =========================== */

.vx-section-faq {
    overflow: hidden;
}

.vx-faq {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
}

/* Kopfbereich */
.vx-faq-head {
    max-width: 720px;
    margin: 0 auto 1.75rem;
    text-align: center;
}

.vx-faq-title {
    margin: 0 0 .65rem;
    color: #f9fafb;
    font-size: clamp(1.55rem, 3vw, 2.1rem);
    line-height: 1.15;
    letter-spacing: -.025em;
    font-weight: 900;
}

.vx-faq-subtitle {
    margin: 0;
    color: #cbd5f5;
    font-size: .96rem;
    line-height: 1.65;
}

/* Fragenliste */
.vx-faq-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: .8rem;
    width: 100%;
}

/* Einzelne FAQ-Karte */
.vx-faq-item {
    width: 100%;
    min-width: 0;
    overflow: hidden;

    background:
        linear-gradient(
            135deg,
            rgba(15, 23, 42, .82),
            rgba(2, 6, 23, .62)
        );

    border: 1px solid rgba(148, 163, 184, .22);
    border-radius: 1.1rem;

    box-shadow:
        0 10px 28px rgba(2, 6, 23, .24);

    transition:
        border-color .2s ease,
        background .2s ease,
        box-shadow .2s ease,
        transform .2s ease;
}

/* Frage */
.vx-faq-q {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;

    width: 100%;
    min-width: 0;
    padding: 1.05rem 1.1rem;

    color: #f9fafb;
    cursor: pointer;
    list-style: none;

    font-size: .98rem;
    font-weight: 800;
    line-height: 1.45;

    user-select: none;
}

/* Standardmarker entfernen */
.vx-faq-q::-webkit-details-marker {
    display: none;
}

.vx-faq-q::marker {
    content: "";
}

/* Fragentext */
.vx-faq-q > span:first-child {
    display: block;
    min-width: 0;
    padding-right: .25rem;
    overflow-wrap: break-word;
}

/* Plus-Symbol */
.vx-faq-icon {
    flex: 0 0 auto;

    width: 34px;
    height: 34px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    color: #bfdbfe;
    background: rgba(56, 189, 248, .10);
    border: 1px solid rgba(56, 189, 248, .28);
    border-radius: .8rem;

    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;

    transition:
        transform .22s ease,
        color .22s ease,
        background .22s ease,
        border-color .22s ease;
}

/* Antwort */
.vx-faq-a {
    padding: 0 1.1rem 1.15rem;

    color: #dbeafe;
    font-size: .93rem;
    line-height: 1.7;

    overflow-wrap: break-word;
    animation: vxFaqAnswerIn .22s ease;
}

/* Inhalte innerhalb der Antworten */
.vx-faq-a p {
    margin: 0 0 .75rem;
}

.vx-faq-a p:last-child {
    margin-bottom: 0;
}

.vx-faq-a ul,
.vx-faq-a ol {
    margin: .65rem 0 .25rem;
    padding-left: 1.25rem;
}

.vx-faq-a li {
    margin: .35rem 0;
}

.vx-faq-a strong {
    color: #ffffff;
}

.vx-home2 .vx-faq-a a,
.vx-home2 .vx-faq-a a:visited {
    color: #7dd3fc !important;
    text-decoration: underline !important;
    text-decoration-thickness: 1px !important;
    text-underline-offset: 3px !important;
}

.vx-home2 .vx-faq-a a:hover {
    color: #bae6fd !important;
}

/* Geöffnete Frage */
.vx-faq-item[open] {
    background:
        linear-gradient(
            135deg,
            rgba(37, 99, 235, .17),
            rgba(2, 6, 23, .72)
        );

    border-color: rgba(56, 189, 248, .42);

    box-shadow:
        0 14px 36px rgba(2, 6, 23, .34),
        0 0 0 1px rgba(56, 189, 248, .07);
}

.vx-faq-item[open] .vx-faq-q {
    color: #ffffff;
}

.vx-faq-item[open] .vx-faq-icon {
    color: #ffffff;
    background: linear-gradient(135deg, #2563eb, #38bdf8);
    border-color: transparent;
    transform: rotate(45deg);
}

/* Tastaturbedienung */
.vx-faq-q:focus {
    outline: none;
}

.vx-faq-q:focus-visible {
    outline: 3px solid rgba(56, 189, 248, .42);
    outline-offset: -3px;
    border-radius: 1rem;
}

/* Dezente Einblendung der Antwort */
@keyframes vxFaqAnswerIn {
    from {
        opacity: 0;
        transform: translateY(-4px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Hover nur auf Geräten mit echter Maus */
@media (hover: hover) and (pointer: fine) {
    .vx-faq-item:hover {
        border-color: rgba(56, 189, 248, .38);
        transform: translateY(-1px);

        box-shadow:
            0 14px 34px rgba(2, 6, 23, .32);
    }

    .vx-faq-q:hover .vx-faq-icon {
        color: #ffffff;
        background: rgba(56, 189, 248, .18);
        border-color: rgba(56, 189, 248, .48);
    }

    .vx-faq-item[open] .vx-faq-q:hover .vx-faq-icon {
        background: linear-gradient(135deg, #2563eb, #38bdf8);
    }
}

/* ===========================
   FAQ – Tablet
   =========================== */

@media (max-width: 980px) {
    .vx-faq {
        max-width: 100%;
    }

    .vx-faq-head {
        margin-bottom: 1.5rem;
    }

    .vx-faq-q {
        padding: 1rem;
    }

    .vx-faq-a {
        padding: 0 1rem 1.05rem;
    }
}

/* ===========================
   FAQ – Smartphone
   =========================== */

@media (max-width: 620px) {
    .vx-faq-head {
        margin-bottom: 1.2rem;
        text-align: left;
    }

    .vx-faq-title {
        font-size: 1.45rem;
        line-height: 1.2;
    }

    .vx-faq-subtitle {
        font-size: .9rem;
        line-height: 1.55;
    }

    .vx-faq-list {
        gap: .65rem;
    }

    .vx-faq-item {
        border-radius: .95rem;
    }

    .vx-faq-q {
        align-items: flex-start;
        gap: .75rem;
        padding: .9rem;

        font-size: .92rem;
        line-height: 1.4;
    }

    .vx-faq-icon {
        width: 30px;
        height: 30px;
        border-radius: .7rem;
        font-size: 1.05rem;
    }

    .vx-faq-a {
        padding: 0 .9rem .95rem;

        font-size: .88rem;
        line-height: 1.65;
    }

    .vx-faq-a ul,
    .vx-faq-a ol {
        padding-left: 1.1rem;
    }
}

/* Nutzerwunsch: reduzierte Animationen */
@media (prefers-reduced-motion: reduce) {
    .vx-faq-item,
    .vx-faq-icon {
        transition: none;
    }

    .vx-faq-a {
        animation: none;
    }
}