.support-hero {
    min-height: 100svh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
}

.support-hero-background {
    opacity: 1;
    filter: none !important;
    transform: none !important;
}


.support-hero-content {
    transform: translateY(clamp(-38px, -4.2vh, -18px));
}

.support-hero-subtitle {
    max-width: 980px;
    margin: 0.7rem auto 0;
    font-size: clamp(1.45rem, 2.8vw, 2.8rem);
    font-weight: 200;
    line-height: 1.12;
    letter-spacing: -0.035em;
    color: rgba(255, 255, 255, 0.84);
    text-wrap: balance;
    text-shadow: 0 14px 42px rgba(0, 0, 0, 0.78);
}

.support-hero-cta {
    position: relative;
    z-index: 8;
}

.support-trial-link {
    position: relative;
    padding-bottom: 3px;
}

.support-trial-link::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background: currentColor;
    opacity: 0.75;
}

.support-hero-copy {
    position: relative;
    z-index: 6;
}

.support-hero-title {
    display: block !important;
    max-width: none;
    margin-inline: auto;
    font-size: clamp(2.2rem, 3.45vw, 3.55rem);
    line-height: 1.04;
    letter-spacing: -0.052em;
    white-space: nowrap;
    text-wrap: nowrap;
    color: #f8fbff;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    text-shadow:
        0 2px 0 rgba(255, 255, 255, 0.04),
        0 18px 48px rgba(0, 0, 0, 0.82),
        0 0 42px rgba(45, 132, 255, 0.12);
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
    .support-hero-title {
        background: linear-gradient(103deg, #ffffff 7%, #ffffff 34%, #75d9ff 55%, #7f91ff 73%, #ffffff 96%);
        background-size: 100% 100%;
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
    }
}


.support-text-link {
    position: relative;
    padding-bottom: 4px;
}

.support-text-link::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background: currentColor;
    opacity: 0.45;
    transform: scaleX(0.35);
    transform-origin: left;
    transition: transform 320ms ease, opacity 320ms ease;
}

.support-text-link:hover::after {
    opacity: 0.9;
    transform: scaleX(1);
}

.support-parallax-stage {
    position: relative;
    width: min(940px, 76vw);
    aspect-ratio: 1320 / 700;
    isolation: isolate;
}

.support-parallax-art {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
}


.support-parallax-layer {
    position: absolute;
    inset: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translate3d(var(--parallax-x, 0px), var(--parallax-y, 0px), 0);
    will-change: transform;
    transition: transform 550ms cubic-bezier(0.2, 0.75, 0.25, 1);
    filter: drop-shadow(0 18px 35px rgba(0, 0, 0, 0.30));
}

.support-parallax-layer-1 { background-image: url('/static/images/parallax/p1.webp'); opacity: 1; }
.support-parallax-layer-2 { background-image: url('/static/images/parallax/p2.webp'); opacity: 0.85; }
.support-parallax-layer-3 { background-image: url('/static/images/parallax/p3.webp'); opacity: 0.85; }
.support-parallax-layer-4 { background-image: url('/static/images/parallax/p4.webp'); opacity: 0.85; }
.support-parallax-layer-5 { background-image: url('/static/images/parallax/p5.webp'); opacity: 1; }
.support-parallax-layer-6 { background-image: url('/static/images/parallax/p6.webp'); opacity: 1; }

.support-scroll-cue {
    animation: support-scroll-pulse 2.2s ease-in-out infinite;
}

@keyframes support-scroll-pulse {
    0%, 100% { opacity: 0.32; transform: translate(-50%, 0); }
    50% { opacity: 0.85; transform: translate(-50%, 6px); }
}

.support-editorial-feature {
    isolation: isolate;
}

.support-editorial-feature::before {
    content: '';
    position: absolute;
    top: -22%;
    left: -12%;
    z-index: -1;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 155, 255, 0.09) 0%, rgba(0, 155, 255, 0) 68%);
    filter: blur(20px);
    pointer-events: none;
}

.support-editorial-feature::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0.25rem;
    width: 76px;
    height: 1px;
    background: linear-gradient(90deg, rgba(0, 155, 255, 0.85), rgba(0, 155, 255, 0));
    opacity: 0.8;
}

.support-editorial-feature-offset::before {
    top: auto;
    right: -8%;
    bottom: -18%;
    left: auto;
    background: radial-gradient(circle, rgba(78, 61, 255, 0.09) 0%, rgba(78, 61, 255, 0) 68%);
}

.support-workflow-visual {
    position: relative;
    isolation: isolate;
}

.support-workflow-glow {
    z-index: 0;
    background: radial-gradient(circle, rgba(0, 155, 255, 0.13) 0%, rgba(0, 155, 255, 0.035) 42%, rgba(0, 155, 255, 0) 72%);
    filter: blur(26px);
}

.support-workflow-visual img {
    filter: drop-shadow(0 24px 45px rgba(0, 0, 0, 0.38));
}

.support-unlimited-line {
    background: transparent;
}

.support-price-column {
    position: relative;
    isolation: isolate;
    transition: transform 320ms ease;
}

.support-price-column::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 72px;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0));
}

.support-price-column:hover {
    transform: translateY(-4px);
}

.support-price-column-popular::before {
    width: 112px;
    background: linear-gradient(90deg, rgba(0, 155, 255, 1), rgba(0, 155, 255, 0));
}

.support-faq-item summary::-webkit-details-marker {
    display: none;
}

.support-faq-icon::before,
.support-faq-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 1px;
    background: currentColor;
    transition: transform 300ms ease, opacity 300ms ease;
}

.support-faq-icon::before {
    transform: translate(-50%, -50%);
}

.support-faq-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.support-faq-item[open] .support-faq-icon::after {
    transform: translate(-50%, -50%) rotate(0deg);
    opacity: 0;
}

.support-closing-cta {
    position: relative;
    isolation: isolate;
}

.support-closing-orb {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(10px);
}

.support-closing-orb-left {
    top: -150px;
    left: -110px;
    width: 330px;
    height: 330px;
    background: radial-gradient(circle, rgba(0, 155, 255, 0.14), rgba(0, 155, 255, 0) 68%);
}

.support-closing-orb-right {
    right: -120px;
    bottom: -160px;
    width: 360px;
    height: 360px;
    background: radial-gradient(circle, rgba(76, 58, 255, 0.13), rgba(76, 58, 255, 0) 68%);
}


@media (max-width: 767px) {
    .support-hero-title {
        white-space: normal;
        text-wrap: balance;
    }
}

@media (max-width: 1023px) {
    .support-parallax-stage {
        width: min(940px, 94vw);
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width: 767px) {
    .support-hero {
        min-height: 100svh;
    }

    .support-hero-background {
        object-position: center;
    }

    .support-hero-title {
        font-size: clamp(2.15rem, 10vw, 3.35rem);
        line-height: 1.08;
        letter-spacing: -0.04em;
    }

    .support-parallax-stage {
        width: 126vw;
        max-width: none;
        margin-top: 1.2rem;
    }

    .support-parallax-layer {
        filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.26));
    }

    .support-editorial-feature-offset {
        transform: none;
    }
}

@media (max-width: 430px) {
    .support-parallax-stage {
        width: 138vw;
    }
}

@media (prefers-reduced-motion: reduce) {
    .support-parallax-layer,
    .support-scroll-cue,
    .support-price-column,
    .support-text-link::after,
    .support-hero-title {
        transition: none;
        animation: none;
    }
}

/* Auth pages – matched to the current Eurion login/register design. */
.auth-layout {
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    background: #000;
}

.auth-layout .auth-header {
    background: #000;
    box-shadow: none;
    backdrop-filter: none;
}

.auth-main {
    display: flex;
    flex: 1 0 auto;
    min-height: 0;
}

.auth-page {
    width: 100%;
    min-height: calc(100svh - 96px);
    padding-top: 145px;
    padding-bottom: 72px;
    background: #000;
}

.auth-panel {
    background: #000;
    box-shadow: none;
}

.auth-panel-topline {
    z-index: 4;
    background: radial-gradient(circle at 50% 0%, rgba(0, 122, 210, 0.95) 0%, rgba(0, 122, 210, 0) 72%);
}

.auth-dot-pattern {
    z-index: 0;
    opacity: 0.47;
    -webkit-mask-image: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0.72) 38%, transparent 92%);
    mask-image: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0.72) 38%, transparent 92%);
}

.auth-input {
    min-height: 48px;
    caret-color: #07111f;
    box-shadow: none;
    transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.auth-input:hover {
    background-color: #e7eef9;
}

.auth-input:focus {
    border-color: rgba(91, 166, 255, 0.82);
    background-color: #edf3fc;
    box-shadow: 0 0 0 3px rgba(64, 144, 255, 0.12);
}

.auth-input.input-validation-error {
    border-color: rgba(248, 113, 113, 0.82);
    box-shadow: 0 0 0 3px rgba(248, 113, 113, 0.08);
}

.auth-field-validation,
.auth-validation-summary {
    display: block;
    margin-top: 0.35rem;
    color: rgb(252 165 165);
    font-family: 'Inter Tight', sans-serif;
    font-size: 0.8125rem;
    line-height: 1.45;
}

.auth-field-validation:empty,
.auth-validation-summary.validation-summary-valid {
    display: none;
}

.auth-validation-summary ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.auth-footer {
    flex: 0 0 auto;
}

@media (max-height: 820px) and (min-width: 768px) {
    .auth-page {
        padding-top: 118px;
        padding-bottom: 42px;
    }
}

@media (max-width: 767px) {
    .auth-page {
        min-height: 100svh;
        padding-top: 112px;
        padding-bottom: 52px;
    }

    .auth-footer {
        padding-bottom: 1.5rem;
    }
}

@media (max-width: 639px) {
    .auth-panel {
        border-radius: 28px;
    }
}


/* Public footer language menu and legal pages. */
.es-language > summary::-webkit-details-marker {
    display: none;
}

.es-language[open] > summary svg {
    transform: rotate(180deg);
}

.legal-document-frame iframe {
    border: 0;
}


@media (max-width: 767px) {
    .support-hero-content {
        transform: translateY(-14px);
    }

    .support-hero-subtitle {
        margin-top: 0.55rem;
        font-size: clamp(1.2rem, 6vw, 1.65rem);
    }

    .support-parallax-stage {
        width: min(980px, 96vw);
        margin-top: 1rem;
    }

    .support-hero-cta {
        margin-top: 0.75rem;
    }
}
