/*
 * Flughafentaxi Wien 24/7 — premium pink/lilac design system.
 * Loaded after page styles so legacy and modern templates share one visual language.
 */
:root {
    --premium-ink: #24102f;
    --premium-ink-soft: #42204f;
    --premium-plum: #4b1761;
    --premium-violet: #6d28d9;
    --premium-lilac: #a855f7;
    --premium-pink: #c21868;
    --premium-rose: #e22c83;
    --premium-blush: #fff2f8;
    --premium-mist: #f7f1ff;
    --premium-line: #eadcf3;
    --premium-white: #ffffff;
    --premium-shadow: 0 22px 55px rgba(75, 23, 97, 0.13);
    --premium-shadow-soft: 0 12px 32px rgba(75, 23, 97, 0.09);

    /* Compatibility with the existing page tokens. */
    --red: var(--premium-pink);
    --yellow: var(--premium-violet);
    --yellow-dark: #5b21b6;
    --border: var(--premium-line);
}

html {
    background: #fffafd;
}

body {
    color: var(--premium-ink);
    background:
        radial-gradient(circle at 8% 2%, rgba(226, 44, 131, 0.055), transparent 27rem),
        radial-gradient(circle at 96% 14%, rgba(109, 40, 217, 0.05), transparent 30rem),
        #fffafd;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

::selection {
    color: #ffffff;
    background: var(--premium-pink);
}

:where(a, button, input, select, textarea, summary):focus-visible {
    outline: 3px solid rgba(194, 24, 104, 0.42) !important;
    outline-offset: 3px;
}

:where(.taxi-home, .booking-premium) :where(a[href], button, summary, [role="button"]) {
    touch-action: manipulation;
}

.custom-header {
    border-bottom-color: rgba(194, 24, 104, 0.13) !important;
    background: rgba(255, 250, 253, 0.94) !important;
    box-shadow: 0 8px 30px rgba(75, 23, 97, 0.08) !important;
}

.custom-logo {
    color: var(--premium-plum) !important;
    letter-spacing: -0.025em;
}

.custom-logo > span:first-child,
.site-footer-brand > span:first-child {
    color: var(--premium-pink);
}

.custom-logo:hover,
.custom-logo:focus,
.custom-nav > a:hover,
.custom-nav > a:focus,
.custom-nav > a.is-active {
    color: var(--premium-pink) !important;
}

.custom-nav > a.is-active:not(.custom-btn) {
    box-shadow: inset 0 -2px 0 var(--premium-pink) !important;
}

.custom-btn,
.site-footer-book {
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;
    background: linear-gradient(135deg, var(--premium-pink), var(--premium-violet)) !important;
    box-shadow: 0 12px 28px rgba(194, 24, 104, 0.24) !important;
    transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease !important;
}

.custom-btn:hover,
.custom-btn:focus,
.site-footer-book:hover,
.site-footer-book:focus {
    color: #ffffff !important;
    filter: brightness(1.05);
    transform: translateY(-1px);
    box-shadow: 0 16px 34px rgba(109, 40, 217, 0.27) !important;
}

.custom-menu-toggle {
    border-color: rgba(109, 40, 217, 0.18) !important;
    color: var(--premium-plum) !important;
    background: #fff8fc !important;
    box-shadow: 0 8px 22px rgba(75, 23, 97, 0.08);
}

.site-footer {
    background:
        radial-gradient(circle at 13% 0%, rgba(226, 44, 131, 0.29), transparent 34%),
        radial-gradient(circle at 94% 100%, rgba(168, 85, 247, 0.28), transparent 35%),
        linear-gradient(145deg, #210b2d 0%, #39104d 48%, #1b0c29 100%) !important;
}

.site-footer::before {
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px) !important;
}

.site-footer-copy,
.site-footer-links a,
.site-footer-legal a {
    color: #eadff2 !important;
}

.site-footer-links a:hover,
.site-footer-links a:focus-visible,
.site-footer-legal a:hover,
.site-footer-legal a:focus-visible,
.site-footer-cookie:hover,
.site-footer-cookie:focus-visible {
    color: #ffc4df !important;
}

.site-footer-cookie {
    padding: 0;
    border: 0;
    color: #eadff2;
    background: transparent;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.cookie-consent {
    position: fixed;
    right: max(16px, env(safe-area-inset-right));
    bottom: max(16px, env(safe-area-inset-bottom));
    left: max(16px, env(safe-area-inset-left));
    z-index: 10050;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    width: min(920px, calc(100% - 32px));
    margin-inline: auto;
    padding: 20px;
    border: 1px solid rgba(194, 24, 104, 0.2);
    border-radius: 20px;
    color: var(--premium-ink);
    background: rgba(255, 250, 253, 0.985);
    box-shadow: 0 24px 80px rgba(36, 16, 47, 0.25);
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 180ms ease, transform 180ms ease;
    backdrop-filter: blur(16px);
}

.cookie-consent[hidden] {
    display: none;
}

.cookie-consent.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.cookie-consent__copy strong {
    display: block;
    margin-bottom: 5px;
    color: var(--premium-plum);
    font-size: 17px;
}

.cookie-consent__copy p {
    max-width: 610px;
    margin: 0;
    color: #594363;
    font-size: 14px;
    line-height: 1.55;
}

.cookie-consent__copy a {
    color: var(--premium-pink);
    font-weight: 800;
    text-decoration: underline;
}

.cookie-consent__actions {
    display: flex;
    flex: 0 0 auto;
    gap: 9px;
}

.cookie-consent__actions button {
    min-height: 44px;
    padding: 0 15px;
    border-radius: 12px;
    font: inherit;
    font-size: 13px;
    font-weight: 850;
    cursor: pointer;
}

.cookie-consent__reject {
    border: 1px solid rgba(109, 40, 217, 0.25);
    color: var(--premium-plum);
    background: #ffffff;
}

.cookie-consent__accept {
    border: 1px solid transparent;
    color: #ffffff;
    background: linear-gradient(135deg, var(--premium-pink), var(--premium-violet));
    box-shadow: 0 10px 24px rgba(194, 24, 104, 0.22);
}

.privacy-cookie-settings {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    margin-top: 12px;
    padding: 0 14px;
    border: 1px solid rgba(109, 40, 217, 0.24);
    border-radius: 11px;
    color: var(--premium-plum);
    background: #ffffff;
    font: inherit;
    font-weight: 800;
    cursor: pointer;
}

.site-footer-trust span {
    border-color: rgba(255, 200, 228, 0.2) !important;
    background: rgba(255, 255, 255, 0.075) !important;
}

/* Shared premium surfaces across the principal conversion and local pages. */
:where(
    .taxi-card,
    .taxi-booking,
    .taxi-step,
    .pp-summary-card,
    .pp-zone-card,
    .pp-answer,
    .bp-price-card,
    .bp-booking-shell,
    .bp-value-card,
    .contact-premium .quick-panel,
    .contact-premium .channel-card,
    .contact-premium .booking-card,
    .city-route-card,
    .city-trust-card,
    .city-toc-card,
    .city-article
) {
    border-color: var(--premium-line) !important;
    box-shadow: var(--premium-shadow-soft) !important;
}

:where(
    .taxi-card,
    .taxi-booking,
    .pp-zone-card,
    .bp-price-card,
    .bp-booking-shell,
    .contact-premium .quick-panel,
    .contact-premium .channel-card,
    .city-route-card,
    .city-trust-card,
    .city-toc-card,
    .city-article
) {
    background: rgba(255, 255, 255, 0.96) !important;
}

:where(.taxi-card, .pp-zone-card, .bp-value-card, .contact-premium .channel-card, .city-trust-card) {
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

:where(.taxi-card, .pp-zone-card, .bp-value-card, .contact-premium .channel-card, .city-trust-card):hover {
    border-color: rgba(194, 24, 104, 0.24) !important;
    transform: translateY(-3px);
    box-shadow: var(--premium-shadow) !important;
}

/* Primary calls to action. WhatsApp actions deliberately keep their recognisable green. */
:where(
    .taxi-btn.taxi-yellow,
    .pp-btn.pp-btn-gold,
    .bp-btn.bp-btn-primary,
    .contact-button.button-gold,
    .city-btn.city-btn-primary
) {
    border-color: transparent !important;
    color: #ffffff !important;
    background: linear-gradient(135deg, var(--premium-pink), var(--premium-violet)) !important;
    box-shadow: 0 14px 34px rgba(194, 24, 104, 0.25) !important;
}

:where(
    .taxi-btn.taxi-dark-btn,
    .contact-button.button-dark,
    .city-btn.city-btn-ghost
) {
    border-color: rgba(109, 40, 217, 0.25) !important;
    color: var(--premium-plum) !important;
    background: #f8f1ff !important;
}

:where(
    .taxi-btn.taxi-yellow,
    .pp-btn.pp-btn-gold,
    .bp-btn.bp-btn-primary,
    .contact-button.button-gold,
    .city-btn.city-btn-primary
):hover {
    color: #ffffff !important;
    filter: brightness(1.06);
    transform: translateY(-2px);
}

.taxi-badge,
.pp-badge,
.bp-eyebrow,
.contact-kicker,
.city-badge,
.taxi-kicker,
.pp-kicker,
.bp-kicker {
    border-color: rgba(194, 24, 104, 0.2) !important;
}

.taxi-step-number,
.bp-value-icon,
.city-route-marker,
.contact-premium .channel-icon {
    color: #ffffff !important;
    background: linear-gradient(135deg, var(--premium-pink), var(--premium-violet)) !important;
}

.taxi-sitelink-shell,
.pp-answer,
.bp-status-note,
.contact-notice {
    border-color: rgba(168, 85, 247, 0.2) !important;
    background: linear-gradient(135deg, var(--premium-blush), var(--premium-mist)) !important;
}

:where(input, select, textarea, .v-field) {
    border-radius: 12px;
}

:where(input, select, textarea):focus {
    border-color: var(--premium-pink) !important;
    box-shadow: 0 0 0 4px rgba(194, 24, 104, 0.1) !important;
}

.city-mobile-cta {
    border-top-color: rgba(194, 24, 104, 0.16) !important;
    background: rgba(255, 250, 253, 0.96) !important;
    box-shadow: 0 -12px 32px rgba(75, 23, 97, 0.11) !important;
}

/* Standalone editorial pages: keep their layout, but bring them into the same brand system. */
body > :where(.hero, header.hero) {
    background:
        radial-gradient(circle at 86% 8%, rgba(255, 183, 226, 0.3), transparent 31%),
        radial-gradient(circle at 12% 92%, rgba(168, 85, 247, 0.25), transparent 35%),
        linear-gradient(135deg, #2a0c38 0%, #591a72 54%, #7a225f 100%) !important;
}

body > .topbar {
    background: #210b2d !important;
}

:where(.article, .hero-card, .fact, .card, .faq-item, .related) {
    border-color: var(--premium-line) !important;
    box-shadow: var(--premium-shadow-soft) !important;
}

:where(.article, .hero-card, .fact, .card, .faq-item, .related) :where(h2, h3),
.article > :where(h2, h3) {
    color: var(--premium-plum) !important;
}

:where(.highlight, .price-note) {
    border-color: var(--premium-pink) !important;
    background: linear-gradient(135deg, var(--premium-blush), var(--premium-mist)) !important;
}

:where(.cta, .routes) {
    background:
        radial-gradient(circle at 92% 5%, rgba(255, 183, 226, 0.2), transparent 34%),
        linear-gradient(135deg, #2a0c38, #651d7d) !important;
}

:where(.btn-gold, .btn-light, .mobile .call) {
    border-color: transparent !important;
    color: #ffffff !important;
    background: linear-gradient(135deg, var(--premium-pink), var(--premium-violet)) !important;
    box-shadow: 0 12px 28px rgba(194, 24, 104, 0.23) !important;
}

:where(.btn-wa, .mobile .wa) {
    color: #ffffff !important;
    background: #128c4a !important;
}

@media (max-width: 767px) {
    .custom-nav {
        background: rgba(255, 250, 253, 0.985) !important;
    }

    :where(.taxi-btn, .pp-btn, .bp-btn, .contact-button, .city-btn) {
        min-height: 48px;
    }

    .cookie-consent {
        align-items: stretch;
        flex-direction: column;
        gap: 15px;
        padding: 18px;
    }

    .cookie-consent__actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    :where(.taxi-card, .pp-zone-card, .bp-value-card, .contact-premium .channel-card, .city-trust-card) {
        transform: none !important;
    }
}

@media (forced-colors: active) {
    .custom-btn,
    .site-footer-book,
    :where(.taxi-btn.taxi-yellow, .pp-btn.pp-btn-gold, .bp-btn.bp-btn-primary, .contact-button.button-gold, .city-btn.city-btn-primary) {
        border: 2px solid ButtonText !important;
    }
}

/* ========================================================================
   Reference-aligned conversion layer (2026-08-14)
   Keeps the existing HTML, SEO hierarchy and booking flow intact while
   bringing homepage, prices and booking into one premium pink/lilac system.
   ======================================================================== */

.custom-logo {
    gap: 10px !important;
    color: var(--premium-ink) !important;
}

.custom-logo-icon {
    display: inline-grid;
    place-items: center;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border: 1px solid rgba(194, 24, 104, 0.15);
    border-radius: 13px;
    color: #ffffff !important;
    background: linear-gradient(135deg, var(--premium-pink), var(--premium-violet));
    box-shadow: 0 9px 22px rgba(194, 24, 104, 0.2);
    transform: rotate(-7deg);
}

.custom-logo-text {
    display: grid;
    gap: 2px;
    line-height: 1.05;
}

.custom-logo-text strong {
    color: var(--premium-ink);
    font-size: 15px;
    font-weight: 900;
    letter-spacing: -0.015em;
}

.custom-logo-text small {
    color: var(--premium-pink);
    font-size: 14px;
    font-weight: 900;
}

.custom-header-call {
    display: none;
}

/* Homepage --------------------------------------------------------------- */

.taxi-home {
    --taxi-gold: var(--premium-pink);
    --taxi-gold-2: #f56eae;
    --taxi-purple: var(--premium-violet);
    --taxi-purple-dark: var(--premium-plum);
    --taxi-lilac: var(--premium-mist);
    --taxi-lilac-2: #eadcff;
    --taxi-ink: var(--premium-ink);
    --taxi-ink-2: var(--premium-ink-soft);
    --taxi-surface-2: #fff8fc;
    --taxi-line: var(--premium-line);
    --taxi-text: var(--premium-ink);
    --taxi-muted: #65586d;
    background:
        radial-gradient(circle at 8% 5%, rgba(226, 44, 131, 0.06), transparent 28rem),
        radial-gradient(circle at 94% 18%, rgba(168, 85, 247, 0.06), transparent 30rem),
        #fffafd !important;
}

.taxi-home .taxi-hero {
    width: min(1460px, calc(100% - 28px));
    margin: 14px auto 0 !important;
    padding: clamp(54px, 6vw, 86px) clamp(24px, 5vw, 66px) clamp(58px, 6vw, 82px) !important;
    border: 1px solid rgba(194, 24, 104, 0.12) !important;
    border-radius: 32px !important;
    color: var(--premium-ink) !important;
    background: #f7e7f4 !important;
    box-shadow: 0 26px 76px rgba(75, 23, 97, 0.14) !important;
}

.taxi-home .taxi-hero::before {
    z-index: -1 !important;
    opacity: 0.45;
    background-image:
        linear-gradient(rgba(109, 40, 217, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(194, 24, 104, 0.045) 1px, transparent 1px) !important;
    background-size: 46px 46px !important;
}

.taxi-home .taxi-hero::after {
    right: 5% !important;
    top: -12% !important;
    width: 520px !important;
    height: 520px !important;
    border-color: rgba(255, 255, 255, 0.18) !important;
    box-shadow:
        0 0 0 58px rgba(255, 255, 255, 0.035),
        0 0 0 116px rgba(255, 255, 255, 0.02) !important;
}

.taxi-home .taxi-hero-media::after {
    background:
        linear-gradient(90deg, rgba(255, 246, 251, 0.98) 0%, rgba(255, 238, 248, 0.9) 37%, rgba(90, 31, 111, 0.25) 69%, rgba(42, 12, 56, 0.42) 100%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(75, 23, 97, 0.16)) !important;
}

.taxi-home .taxi-hero-media img {
    opacity: 1 !important;
    object-position: 72% 52% !important;
    filter: saturate(0.96) contrast(1.03);
}

.taxi-home .taxi-hero-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr) !important;
    gap: clamp(30px, 5vw, 64px) !important;
}

.taxi-home .taxi-badge {
    border-color: rgba(194, 24, 104, 0.17) !important;
    color: var(--premium-plum) !important;
    background: rgba(255, 255, 255, 0.86) !important;
    box-shadow: 0 9px 28px rgba(75, 23, 97, 0.08) !important;
    backdrop-filter: blur(12px);
}

.taxi-home .taxi-hero h1 {
    max-width: 720px;
    color: var(--premium-ink) !important;
    font-size: clamp(46px, 5.1vw, 72px) !important;
    line-height: 1.02 !important;
    letter-spacing: -0.045em !important;
    text-shadow: none !important;
}

.taxi-home .taxi-hero h1 span {
    color: var(--premium-pink) !important;
}

.taxi-home .hero-subtitle {
    max-width: 680px !important;
    color: #4f4057 !important;
}

.taxi-home .hero-subtitle strong {
    color: var(--premium-ink) !important;
}

.taxi-home .taxi-phone-line {
    color: #55445e !important;
}

.taxi-home .taxi-phone-line a {
    color: var(--premium-pink) !important;
}

.taxi-home .taxi-urgent {
    border-color: rgba(194, 24, 104, 0.18) !important;
    color: #5b3a56 !important;
    background: rgba(255, 255, 255, 0.8) !important;
    box-shadow: 0 8px 24px rgba(75, 23, 97, 0.06) !important;
}

.taxi-home .taxi-urgent strong {
    color: var(--premium-plum) !important;
}

.taxi-home .taxi-trust {
    gap: 9px !important;
}

.taxi-home .taxi-trust li {
    position: relative;
    padding: 13px 14px 13px 39px !important;
    border-color: rgba(194, 24, 104, 0.13) !important;
    color: #49354f !important;
    background: rgba(255, 255, 255, 0.82) !important;
    box-shadow: 0 8px 22px rgba(75, 23, 97, 0.055) !important;
}

.taxi-home .taxi-trust li::before {
    content: "";
    position: absolute;
    left: 14px;
    top: 50%;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--premium-pink), var(--premium-violet));
    box-shadow: 0 0 0 4px rgba(194, 24, 104, 0.08);
    transform: translateY(-50%);
}

.taxi-home .taxi-booking {
    padding: clamp(24px, 3vw, 34px) !important;
    border-color: rgba(194, 24, 104, 0.18) !important;
    color: var(--premium-ink) !important;
    background: rgba(255, 255, 255, 0.95) !important;
    box-shadow: 0 28px 72px rgba(55, 20, 70, 0.2) !important;
    backdrop-filter: blur(18px);
}

.taxi-home .taxi-booking h2 {
    color: var(--premium-ink) !important;
}

.taxi-home .taxi-booking-intro {
    color: #6a5a71 !important;
}

.taxi-home .taxi-price {
    color: var(--premium-pink) !important;
}

.taxi-home .taxi-price small {
    color: var(--premium-plum) !important;
}

.taxi-home .taxi-price-zones li {
    border-color: var(--premium-line) !important;
    color: var(--premium-ink) !important;
    background: #ffffff !important;
    box-shadow: 0 7px 20px rgba(75, 23, 97, 0.05) !important;
}

.taxi-home .taxi-price-zones li:first-child {
    border-color: transparent !important;
    color: #ffffff !important;
    background: linear-gradient(135deg, var(--premium-violet), var(--premium-pink)) !important;
    box-shadow: 0 14px 32px rgba(194, 24, 104, 0.22) !important;
}

.taxi-home .taxi-price-zones span {
    color: #5e4f65 !important;
}

.taxi-home .taxi-price-zones strong {
    color: var(--premium-pink) !important;
    font-size: 18px !important;
}

.taxi-home .taxi-price-zones li:first-child span,
.taxi-home .taxi-price-zones li:first-child strong {
    color: #ffffff !important;
}

.taxi-home .taxi-included li {
    border-color: rgba(109, 40, 217, 0.12) !important;
    color: #514258 !important;
    background: var(--premium-mist) !important;
}

.taxi-home .taxi-note {
    border-color: rgba(194, 24, 104, 0.16) !important;
    color: #5b3d58 !important;
    background: var(--premium-blush) !important;
}

.taxi-home .taxi-price-link {
    color: var(--premium-plum) !important;
}

.taxi-home .taxi-sitelink-section,
.taxi-home .taxi-section {
    background: transparent !important;
}

.taxi-home .taxi-section.alt {
    background: linear-gradient(180deg, rgba(247, 241, 255, 0.68), rgba(255, 242, 248, 0.62)) !important;
}

.taxi-home .taxi-sitelink-shell {
    border-color: rgba(194, 24, 104, 0.14) !important;
    background: rgba(255, 255, 255, 0.92) !important;
    box-shadow: 0 18px 50px rgba(75, 23, 97, 0.09) !important;
}

.taxi-home .taxi-sitelinks a {
    display: grid !important;
    grid-template-columns: 44px 1fr !important;
    grid-template-rows: auto auto !important;
    column-gap: 13px !important;
    align-content: center !important;
    border-color: var(--premium-line) !important;
    background: linear-gradient(145deg, #ffffff, #fffafd) !important;
}

.taxi-home .taxi-sitelinks a::before {
    content: "✦";
    display: grid;
    grid-row: 1 / 3;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 13px;
    color: var(--premium-pink);
    background: linear-gradient(135deg, var(--premium-blush), var(--premium-mist));
    font-size: 20px;
    font-weight: 900;
}

.taxi-home .taxi-sitelinks a[data-sitelink="taxi-zum-flughafen"]::before { content: "↗"; }
.taxi-home .taxi-sitelinks a[data-sitelink="taxi-vom-flughafen"]::before { content: "↘"; }
.taxi-home .taxi-sitelinks a[data-sitelink="preise"]::before { content: "€"; }
.taxi-home .taxi-sitelinks a[data-sitelink="wiener-bezirke"]::before { content: "23"; font-size: 15px; }
.taxi-home .taxi-sitelinks a[data-sitelink="niederoesterreich"]::before { content: "NÖ"; font-size: 14px; }
.taxi-home .taxi-sitelinks a[data-sitelink="bewertungen"]::before { content: "✓"; }

.taxi-home .taxi-sitelinks strong,
.taxi-home .taxi-sitelinks span {
    grid-column: 2;
}

.taxi-home .taxi-card,
.taxi-home .taxi-step,
.taxi-home .taxi-faq {
    border-color: var(--premium-line) !important;
    background: rgba(255, 255, 255, 0.96) !important;
    box-shadow: var(--premium-shadow-soft) !important;
}

.taxi-home .taxi-card {
    position: relative;
    padding-top: 82px !important;
}

.taxi-home .taxi-card::before {
    content: "✦";
    position: absolute;
    left: 29px;
    top: 25px;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--premium-pink), var(--premium-violet));
    box-shadow: 0 10px 25px rgba(194, 24, 104, 0.2);
    font-size: 19px;
}

.taxi-home .taxi-card:nth-child(1)::before { content: "↗"; }
.taxi-home .taxi-card:nth-child(2)::before { content: "↘"; }
.taxi-home .taxi-card:nth-child(3)::before { content: "⌁"; }

.taxi-home .taxi-card h3,
.taxi-home .taxi-step h3,
.taxi-home .taxi-faq h3 {
    color: var(--premium-ink) !important;
}

.taxi-home .taxi-review {
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    background:
        radial-gradient(circle at 10% 0%, rgba(255, 185, 222, 0.24), transparent 34%),
        linear-gradient(135deg, #351044, #651b72 58%, #8b245e) !important;
    box-shadow: 0 22px 56px rgba(75, 23, 97, 0.18) !important;
}

.taxi-home .taxi-review-btn {
    color: var(--premium-plum) !important;
    box-shadow: 0 10px 26px rgba(22, 5, 30, 0.18) !important;
}

.taxi-home .taxi-vie-panel {
    background: linear-gradient(135deg, #fff3f9 0%, #ffffff 52%, #f3edff 100%) !important;
}

.taxi-home .taxi-vie-photo {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 24px;
    border: 1px solid rgba(194, 24, 104, 0.13);
    border-radius: 20px;
    aspect-ratio: 800 / 533;
    object-fit: cover;
    object-position: center 45%;
    box-shadow: 0 16px 38px rgba(75, 23, 97, 0.13);
}

/* Contact: restore deliberate dark contrast after the shared card surface. */
.contact-premium .quick-panel {
    border-color: rgba(255, 143, 200, 0.3) !important;
    color: #ffffff !important;
    background:
        radial-gradient(circle at 100% 0%, rgba(236, 74, 150, 0.2), transparent 38%),
        linear-gradient(145deg, #250c34 0%, #451553 52%, #621b69 100%) !important;
    box-shadow: 0 25px 64px rgba(26, 5, 35, 0.34) !important;
}

.contact-premium .quick-panel h2,
.contact-premium .quick-panel .quick-item strong {
    color: #ffffff !important;
}

.contact-premium .quick-panel > p,
.contact-premium .quick-panel .quick-item span {
    color: #f1e7f4 !important;
}

.contact-premium .quick-panel .quick-item {
    border-color: rgba(255, 255, 255, 0.17) !important;
    background: rgba(255, 255, 255, 0.105) !important;
}

.contact-premium .quick-panel .quick-item > div {
    min-width: 0;
}

.contact-premium .quick-panel .quick-icon {
    color: #ffffff !important;
    background: linear-gradient(135deg, var(--premium-pink), var(--premium-violet)) !important;
    box-shadow: 0 9px 22px rgba(17, 3, 24, 0.22);
}

.contact-premium .quick-panel .quick-item a {
    display: inline-flex;
    max-width: 100%;
    margin: 2px 0 4px;
    padding: 5px 9px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 9px;
    color: #ffffff !important;
    background: rgba(226, 44, 131, 0.24);
    font-weight: 850;
    overflow-wrap: anywhere;
}

.contact-premium .quick-panel .quick-item a:hover {
    color: #ffffff !important;
    background: rgba(226, 44, 131, 0.42);
}

.taxi-home .seo-home-section {
    border-color: rgba(194, 24, 104, 0.15) !important;
    background: linear-gradient(135deg, #ffffff, var(--premium-blush) 54%, var(--premium-mist)) !important;
}

.taxi-home .taxi-cta {
    color: #ffffff !important;
    background:
        radial-gradient(circle at 8% 0%, rgba(255, 197, 226, 0.25), transparent 35%),
        linear-gradient(135deg, #6d28d9, #c21868 58%, #e22c83) !important;
}

.taxi-home .taxi-cta h2,
.taxi-home .taxi-cta p {
    color: #ffffff !important;
}

/* Booking and price pages ------------------------------------------------ */

.booking-premium {
    --bp-ink: var(--premium-ink) !important;
    --bp-ink-2: var(--premium-ink-soft) !important;
    --bp-gold: var(--premium-pink) !important;
    --bp-gold-soft: #ffd7e9 !important;
    --bp-surface: #fff8fc !important;
    --bp-line: var(--premium-line) !important;
    --bp-text: var(--premium-ink) !important;
    --bp-muted: #67596f !important;
}

.booking-premium .bp-hero {
    background:
        radial-gradient(circle at 10% 12%, rgba(255, 190, 222, 0.24), transparent 31%),
        radial-gradient(circle at 90% 18%, rgba(196, 143, 255, 0.24), transparent 30%),
        linear-gradient(135deg, #2a0c38 0%, #5c1b72 58%, #8a245f 100%) !important;
}

.booking-premium .bp-price-card {
    border-color: rgba(194, 24, 104, 0.17) !important;
    background: rgba(255, 255, 255, 0.97) !important;
    box-shadow: 0 26px 70px rgba(35, 9, 48, 0.24) !important;
}

.booking-premium .bp-price-card .label,
.booking-premium .bp-price-list strong {
    color: var(--premium-pink) !important;
}

.booking-premium .bp-price-card h2 {
    color: var(--premium-ink) !important;
}

.booking-premium .bp-price-card > p,
.booking-premium .bp-price-note,
.booking-premium .bp-price-list span {
    color: #66566e !important;
}

.booking-premium .bp-price-list li {
    border-color: var(--premium-line) !important;
    background: #fffafd !important;
}

.booking-premium .bp-tab.is-active {
    border-color: transparent !important;
    color: #ffffff !important;
    background: linear-gradient(135deg, var(--premium-pink), var(--premium-violet)) !important;
    box-shadow: 0 11px 28px rgba(194, 24, 104, 0.22) !important;
}

.booking-premium .bp-section-dark,
.booking-premium .bp-trust-panel,
.booking-premium .bp-direction-card {
    background:
        radial-gradient(circle at 92% 0%, rgba(255, 190, 222, 0.18), transparent 34%),
        linear-gradient(135deg, #2a0c38, #601c74) !important;
}

.booking-premium .bp-final-cta {
    color: #ffffff !important;
    background: linear-gradient(135deg, var(--premium-violet), var(--premium-pink)) !important;
}

.booking-premium .bp-final-cta h2,
.booking-premium .bp-final-cta p {
    color: #ffffff !important;
}

.booking-premium .bp-form-box,
.booking-premium .bp-booking-shell,
.booking-premium .bp-value-card,
.booking-premium .bp-step,
.booking-premium .bp-area-copy {
    border-color: var(--premium-line) !important;
    background: #ffffff !important;
}

.pp-page {
    --pp-gold: var(--premium-pink) !important;
    --pp-gold-2: #f785ba !important;
    --pp-purple: var(--premium-violet) !important;
    --pp-lilac: var(--premium-mist) !important;
    --pp-bg: #fff8fc !important;
}

.pp-page .pp-badge,
.pp-page .pp-answer-main {
    color: #ffffff !important;
    background: linear-gradient(135deg, var(--premium-pink), var(--premium-violet)) !important;
}

.pp-page .pp-answer-main h2,
.pp-page .pp-answer-main p,
.pp-page .pp-answer-main .pp-kicker {
    color: #ffffff !important;
}

.pp-page .pp-zone-card:nth-child(1) {
    border-color: rgba(194, 24, 104, 0.24) !important;
    background: linear-gradient(145deg, #ffffff, #fff1f8) !important;
    box-shadow: 0 18px 44px rgba(194, 24, 104, 0.12) !important;
}

.pp-page .pp-zone-card .pp-zone-price {
    color: var(--premium-pink) !important;
}

@media (max-width: 900px) {
    body:not(:has(.premium-agb)) .custom-header {
        background: #fffafd !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }

    .custom-header-inner {
        gap: 10px !important;
    }

    .custom-logo {
        margin-right: auto;
    }

    .custom-header-call {
        display: inline-grid;
        place-items: center;
        width: 44px;
        height: 44px;
        flex: 0 0 44px;
        border: 1px solid rgba(194, 24, 104, 0.16);
        border-radius: 13px;
        color: var(--premium-pink) !important;
        background: #fff6fb;
        box-shadow: 0 8px 20px rgba(75, 23, 97, 0.08);
        font-size: 19px;
        font-weight: 900;
    }

    .taxi-home .taxi-hero {
        width: 100%;
        margin-top: 0 !important;
        padding: 34px 17px 30px !important;
        border-width: 0 0 1px !important;
        border-radius: 0 0 28px 28px !important;
        color: #ffffff !important;
        box-shadow: 0 18px 48px rgba(75, 23, 97, 0.16) !important;
    }

    .taxi-home .taxi-hero-grid {
        width: 100% !important;
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 24px !important;
    }

    .taxi-home .taxi-hero-grid > *,
    .taxi-home .taxi-booking {
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
    }

    .taxi-home .taxi-hero-media::after {
        background:
            linear-gradient(180deg, rgba(42, 12, 56, 0.78) 0%, rgba(63, 20, 81, 0.66) 39%, rgba(35, 11, 48, 0.94) 78%, rgba(28, 9, 39, 0.99) 100%) !important;
    }

    .taxi-home .taxi-hero-media img {
        object-position: 66% 45% !important;
        filter: saturate(1.02) contrast(1.02);
    }

    .taxi-home .taxi-hero h1,
    .taxi-home .hero-subtitle strong {
        color: #ffffff !important;
    }

    .taxi-home .taxi-hero h1 {
        width: 100% !important;
        max-width: none !important;
        font-size: clamp(34px, 8.9vw, 40px) !important;
        line-height: 1.08 !important;
        letter-spacing: -0.025em !important;
        white-space: normal !important;
        word-break: normal !important;
        overflow-wrap: normal !important;
        hyphens: none !important;
    }

    .taxi-home .taxi-hero h1 span {
        color: #ff80bb !important;
    }

    .taxi-home .hero-subtitle,
    .taxi-home .taxi-phone-line {
        color: #f2e8f5 !important;
    }

    .taxi-home .hero-subtitle {
        width: 100% !important;
        max-width: none !important;
        font-size: 16px !important;
        line-height: 1.55 !important;
        overflow-wrap: normal !important;
        word-break: normal !important;
    }

    .taxi-home .taxi-phone-line a {
        color: #ff9dcb !important;
    }

    .taxi-home .taxi-badge,
    .taxi-home .taxi-urgent,
    .taxi-home .taxi-trust li {
        border-color: rgba(255, 255, 255, 0.16) !important;
        color: #ffffff !important;
        background: #4b235f !important;
        box-shadow: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }

    .taxi-home .taxi-urgent strong {
        color: #ffffff !important;
    }

    .taxi-home .taxi-trust {
        grid-template-columns: 1fr 1fr !important;
    }

    .taxi-home .taxi-booking {
        margin-top: 6px;
        border-radius: 22px !important;
        background: #fffafd !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }

    .taxi-home .taxi-sitelinks a {
        min-height: 84px !important;
    }

    .taxi-home .taxi-card {
        padding: 76px 22px 24px !important;
    }

    .taxi-home .taxi-card::before {
        left: 22px;
        top: 22px;
    }

    .taxi-home .taxi-sticky {
        gap: 8px !important;
        padding: 6px 8px calc(6px + env(safe-area-inset-bottom)) !important;
        border-top: 1px solid rgba(255, 255, 255, 0.16) !important;
        background: #742b91 !important;
        box-shadow: 0 -4px 14px rgba(75, 23, 97, 0.22) !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }

    .taxi-home .taxi-sticky a {
        min-width: 0;
        min-height: 44px !important;
        padding: 8px 5px !important;
        border: 1px solid rgba(255, 255, 255, 0.18) !important;
        color: #ffffff !important;
        background: rgba(255, 255, 255, 0.12) !important;
        box-shadow: none !important;
    }

    .taxi-home .taxi-sticky .taxi-green {
        border-color: rgba(255, 255, 255, 0.18) !important;
        background: #128c4a !important;
    }

    .taxi-home .taxi-sticky .taxi-yellow {
        background: #c21868 !important;
    }

    .booking-premium .bp-mobile-bar {
        border-top: 1px solid rgba(255, 255, 255, 0.14) !important;
        background: linear-gradient(135deg, #6d28d9, #c21868) !important;
        box-shadow: 0 -12px 34px rgba(75, 23, 97, 0.28) !important;
    }

    .booking-premium .bp-mobile-bar .book {
        color: #ffffff !important;
        background: linear-gradient(135deg, #ec4a96, #8b36d6) !important;
    }

    .booking-premium .bp-mobile-bar .wa {
        background: #128c4a !important;
    }

    .booking-premium .bp-mobile-bar .call {
        color: var(--premium-plum) !important;
        background: #ffffff !important;
    }
}

@media (max-width: 520px) {
    .custom-header {
        padding-inline: 12px !important;
    }

    .custom-logo-icon {
        width: 34px;
        height: 34px;
        flex-basis: 34px;
        border-radius: 11px;
    }

    .custom-logo-text strong {
        font-size: 13px;
    }

    .custom-logo-text small {
        font-size: 12px;
    }

    .custom-header-call,
    .custom-menu-toggle {
        width: 42px !important;
        height: 42px !important;
        flex-basis: 42px;
    }

    .taxi-home .taxi-hero h1 {
        font-size: clamp(32px, 9.4vw, 37px) !important;
    }

    .taxi-home .taxi-trust {
        grid-template-columns: 1fr !important;
    }

    .taxi-home .taxi-price-zones strong {
        font-size: 17px !important;
    }

    .taxi-home .taxi-sticky a,
    .booking-premium .bp-mobile-bar a {
        font-size: 12px !important;
        line-height: 1.2;
    }

    .taxi-home .taxi-sticky {
        grid-template-columns: 0.88fr 1fr 1.25fr !important;
    }
}
