.features-experience-page {
    --fx-cyan: #19d9ff;
    --fx-cyan-soft: #79e9ff;
    --fx-orange: #ff7a18;
    --fx-violet: #8b6cff;
    --fx-green: #43e6ae;
    --fx-ink: #050711;
    --fx-panel: rgba(10, 14, 29, .88);
    --fx-line: rgba(143, 166, 220, .17);
    background:
        radial-gradient(circle at 14% 4%, rgba(139, 108, 255, .1), transparent 24%),
        radial-gradient(circle at 86% 17%, rgba(0, 212, 255, .08), transparent 22%),
        #050711;
}

.features-experience-page .feature-hero--next,
.features-experience-page .fx-platform-map {
    color: #f8faff;
    isolation: isolate;
    overflow: clip;
    position: relative;
    z-index: 2;
}

.features-experience-page .feature-hero--next::before,
.features-experience-page .fx-platform-map::before {
    background-image:
        radial-gradient(circle, rgba(255, 255, 255, .76) 0 1px, transparent 1.35px),
        radial-gradient(circle, rgba(25, 217, 255, .54) 0 1px, transparent 1.5px),
        radial-gradient(circle, rgba(255, 122, 24, .38) 0 1px, transparent 1.5px);
    background-position: 21px 31px, 109px 143px, 187px 71px;
    background-size: 211px 227px, 281px 257px, 347px 311px;
    content: '';
    inset: 0;
    opacity: .2;
    pointer-events: none;
    position: absolute;
    z-index: -2;
}

.features-experience-page .feature-hero--next {
    align-items: center;
    background:
        radial-gradient(circle at 72% 42%, rgba(25, 217, 255, .13), transparent 27%),
        radial-gradient(circle at 18% 30%, rgba(255, 122, 24, .09), transparent 31%),
        linear-gradient(145deg, rgba(5, 7, 17, .97), rgba(8, 9, 24, .96));
    display: flex;
    min-height: min(960px, 100svh);
    padding: clamp(130px, 14vh, 178px) 28px clamp(82px, 10vh, 118px);
    text-align: left;
}

.features-experience-page .feature-hero--next::after {
    background: linear-gradient(90deg, transparent, rgba(25, 217, 255, .72), rgba(255, 122, 24, .62), transparent);
    bottom: 0;
    content: '';
    height: 1px;
    left: 12%;
    opacity: .55;
    position: absolute;
    width: 76%;
}

.fx-hero-shell {
    align-items: center;
    display: grid;
    gap: clamp(48px, 7vw, 108px);
    grid-template-columns: minmax(0, .84fr) minmax(520px, 1.16fr);
    margin: 0 auto;
    max-width: 1440px;
    width: 100%;
}

.fx-hero-copy { max-width: 680px; }

.features-experience-page .feature-hero--next .hero-eyebrow,
.fx-section-kicker {
    align-items: center;
    background: rgba(8, 14, 29, .72);
    border: 1px solid rgba(25, 217, 255, .24);
    border-radius: 999px;
    color: var(--fx-cyan-soft);
    display: inline-flex;
    font-size: .76rem;
    font-weight: 800;
    gap: 9px;
    letter-spacing: .14em;
    margin-bottom: 22px;
    padding: 8px 13px;
    text-transform: uppercase;
}

.features-experience-page .feature-hero--next .hero-eyebrow i { color: var(--fx-orange); }

.features-experience-page .feature-hero--next .hero-title {
    background: linear-gradient(120deg, #fff 5%, #eaf4ff 48%, #9deeff 76%, #ffc59d 105%);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: clamp(2.65rem, 4.25vw, 4.7rem);
    letter-spacing: -.055em;
    line-height: .99;
    margin: 0;
    max-width: 780px;
    text-wrap: balance;
}

.features-experience-page .feature-hero--next .hero-description {
    color: rgba(229, 236, 252, .76);
    font-size: clamp(1.03rem, 1.35vw, 1.18rem);
    line-height: 1.72;
    margin: 28px 0 32px;
    max-width: 650px;
}

.features-experience-page .feature-hero--next .hero-cta {
    justify-content: flex-start;
}

.features-experience-page .btn,
.features-experience-page .plan-cta,
.features-experience-page .agent-card-link {
    isolation: isolate;
    overflow: hidden;
    position: relative;
}

.features-experience-page .btn {
    border-radius: 13px;
    font-size: .98rem;
    justify-content: center;
    min-height: 52px;
    padding: 14px 25px;
}

.features-experience-page .btn-primary,
.features-experience-page .plan-cta.solid {
    background:
        radial-gradient(circle at 18% 28%, rgba(255, 255, 255, .75) 0 1px, transparent 1.5px),
        radial-gradient(circle at 72% 24%, rgba(25, 217, 255, .8) 0 1px, transparent 1.5px),
        radial-gradient(circle at 49% 77%, rgba(255, 122, 24, .7) 0 1px, transparent 1.6px),
        radial-gradient(circle at 79% 71%, rgba(139, 108, 255, .8), transparent 23%),
        linear-gradient(135deg, #11172c, #090b16 62%, #1a0f28);
    border: 1px solid rgba(117, 227, 255, .46);
    box-shadow: 0 14px 34px rgba(0, 0, 0, .34), inset 0 0 22px rgba(25, 217, 255, .08);
    color: #fff;
}

.features-experience-page .btn-primary::before,
.features-experience-page .plan-cta.solid::before {
    background: conic-gradient(from 0deg, transparent 0 30%, var(--fx-cyan) 39%, transparent 47% 67%, var(--fx-orange) 76%, transparent 85%);
    content: '';
    inset: -100%;
    opacity: .55;
    position: absolute;
    z-index: -2;
    animation: fx-button-orbit 7s linear infinite;
}

.features-experience-page .btn-primary::after,
.features-experience-page .plan-cta.solid::after {
    background: linear-gradient(135deg, rgba(16, 22, 42, .98), rgba(7, 9, 19, .98));
    border-radius: 11px;
    content: '';
    inset: 1px;
    position: absolute;
    z-index: -1;
}

.features-experience-page .btn-outline {
    background: rgba(8, 13, 27, .66);
    border: 1px solid rgba(182, 204, 241, .25);
    color: #edf7ff;
}

.features-experience-page .btn:hover,
.features-experience-page .btn:focus-visible {
    box-shadow: 0 18px 46px rgba(0, 0, 0, .46), 0 0 28px rgba(25, 217, 255, .13);
    color: #fff;
    transform: translateY(-2px);
}

@keyframes fx-button-orbit { to { transform: rotate(1turn); } }

.fx-hero-assurance {
    align-items: center;
    color: rgba(220, 231, 251, .65);
    display: flex;
    flex-wrap: wrap;
    font-size: .83rem;
    font-weight: 650;
    gap: 10px 20px;
    margin-top: 25px;
}

.fx-hero-assurance span { align-items: center; display: inline-flex; gap: 7px; }
.fx-hero-assurance i { color: var(--fx-green); font-size: .86em; }

.fx-hero-visual {
    perspective: 1600px;
    position: relative;
}

.fx-hero-window {
    background: rgba(6, 9, 19, .94);
    border: 1px solid rgba(144, 185, 228, .24);
    border-radius: 20px;
    box-shadow: 0 48px 120px rgba(0, 0, 0, .63), 0 0 80px rgba(25, 217, 255, .1), inset 0 0 0 1px rgba(255, 122, 24, .06);
    overflow: hidden;
    position: relative;
    transform: rotateY(-7deg) rotateX(2deg);
    transform-origin: 50% 50%;
}

.fx-window-bar,
.fx-map-screenbar {
    align-items: center;
    background: rgba(8, 12, 25, .98);
    border-bottom: 1px solid rgba(137, 164, 210, .16);
    color: rgba(231, 239, 253, .62);
    display: flex;
    font-size: .7rem;
    gap: 7px;
    height: 42px;
    letter-spacing: .06em;
    padding: 0 14px;
}

.fx-window-bar > span {
    background: rgba(255, 255, 255, .19);
    border-radius: 50%;
    height: 7px;
    width: 7px;
}

.fx-window-bar > span:first-child { background: #ff7a18; }
.fx-window-bar > span:nth-child(2) { background: #ffd166; }
.fx-window-bar > span:nth-child(3) { background: #43e6ae; }
.fx-window-bar b { font-weight: 700; margin-left: 6px; }
.fx-window-bar em { align-items: center; display: flex; font-style: normal; gap: 6px; margin-left: auto; }
.fx-window-bar em i { background: var(--fx-green); border-radius: 50%; box-shadow: 0 0 10px rgba(67, 230, 174, .5); height: 6px; width: 6px; }

.fx-hero-window picture,
.fx-hero-window img { display: block; width: 100%; }

.fx-hero-window img {
    filter: saturate(.94) contrast(1.03);
    height: auto;
}

.fx-hero-scan,
.fx-map-sweep {
    background: linear-gradient(90deg, transparent, rgba(25, 217, 255, .08), rgba(255, 255, 255, .17), rgba(25, 217, 255, .08), transparent);
    bottom: 0;
    left: -42%;
    pointer-events: none;
    position: absolute;
    top: 42px;
    transform: skewX(-12deg);
    width: 34%;
    animation: fx-screen-sweep 8.5s ease-in-out infinite;
}

@keyframes fx-screen-sweep {
    0%, 20% { transform: translateX(0) skewX(-12deg); }
    62%, 100% { transform: translateX(500%) skewX(-12deg); }
}

.fx-hero-orbit {
    border: 1px solid rgba(25, 217, 255, .14);
    border-radius: 50%;
    inset: -16% -8%;
    position: absolute;
    transform: rotate(-8deg);
}

.fx-hero-orbit::after {
    background: var(--fx-orange);
    border-radius: 50%;
    box-shadow: 0 0 24px rgba(255, 122, 24, .8);
    content: '';
    height: 6px;
    left: 13%;
    position: absolute;
    top: 14%;
    width: 6px;
}

.fx-hero-orbit--two {
    border-color: rgba(139, 108, 255, .14);
    inset: -28% 6%;
    transform: rotate(12deg);
}

.fx-hero-orbit--two::after { background: var(--fx-cyan); left: auto; right: 8%; top: 68%; }

.fx-float-card {
    align-items: center;
    backdrop-filter: blur(18px);
    background: rgba(9, 13, 27, .91);
    border: 1px solid rgba(159, 192, 233, .25);
    border-radius: 13px;
    box-shadow: 0 22px 55px rgba(0, 0, 0, .46);
    display: flex;
    gap: 11px;
    min-width: 200px;
    padding: 12px 14px;
    position: absolute;
}

.fx-float-card--orders { bottom: -26px; left: -38px; }
.fx-float-card--service { right: -24px; top: 18%; }
.fx-float-icon {
    align-items: center;
    background: linear-gradient(145deg, rgba(25, 217, 255, .18), rgba(139, 108, 255, .14));
    border: 1px solid rgba(25, 217, 255, .22);
    border-radius: 10px;
    color: var(--fx-cyan-soft);
    display: flex;
    height: 38px;
    justify-content: center;
    width: 38px;
}
.fx-float-card small { color: rgba(215, 227, 248, .56); display: block; font-size: .68rem; }
.fx-float-card strong { color: #fff; display: block; font-size: .82rem; margin-top: 2px; }

.fx-scroll-cue {
    align-items: center;
    bottom: 25px;
    color: rgba(224, 233, 250, .58);
    display: flex;
    font-size: .75rem;
    font-weight: 750;
    gap: 9px;
    left: 50%;
    letter-spacing: .1em;
    position: absolute;
    text-decoration: none;
    text-transform: uppercase;
    transform: translateX(-50%);
}

.fx-scroll-cue i { color: var(--fx-cyan); animation: fx-cue 1.8s ease-in-out infinite; }
@keyframes fx-cue { 50% { transform: translateY(5px); } }

/* Scroll-synced capability constellation */
.fx-platform-map {
    background:
        radial-gradient(circle at 50% 28%, rgba(50, 71, 157, .15), transparent 31%),
        linear-gradient(180deg, #060812, #080a17 72%, #070811);
    border-bottom: 1px solid var(--fx-line);
    padding-top: clamp(86px, 10vw, 132px);
}

.fx-map-intro {
    margin: 0 auto;
    max-width: 850px;
    padding: 0 24px 62px;
    text-align: center;
}

.fx-section-kicker {
    background: transparent;
    border: 0;
    color: var(--fx-cyan);
    padding: 0;
}

.fx-section-kicker i {
    background: var(--fx-orange);
    border-radius: 50%;
    box-shadow: 0 0 16px rgba(255, 122, 24, .7);
    height: 7px;
    width: 7px;
}

.fx-map-intro h2 {
    color: #fff;
    font-family: 'Orbitron', 'Exo 2', sans-serif;
    font-size: clamp(2rem, 4.5vw, 4rem);
    letter-spacing: -.045em;
    line-height: 1.07;
    margin: 0;
    text-wrap: balance;
}

.fx-map-intro p {
    color: rgba(222, 231, 250, .7);
    font-size: clamp(1rem, 1.5vw, 1.12rem);
    line-height: 1.72;
    margin: 22px auto 0;
    max-width: 720px;
}

.fx-map-scroll { height: 510vh; min-height: 3200px; }

.fx-map-stage {
    align-items: center;
    display: flex;
    height: calc(100svh - 112px);
    min-height: 0;
    padding: 42px 24px 48px;
    position: sticky;
    top: 112px;
}

.fx-map-progress {
    background: rgba(143, 166, 220, .13);
    height: 1px;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}

.fx-map-progress span {
    background: linear-gradient(90deg, var(--fx-cyan), var(--fx-violet), var(--fx-orange));
    box-shadow: 0 0 16px rgba(25, 217, 255, .5);
    display: block;
    height: 100%;
    transform: scaleX(0);
    transform-origin: left;
    width: 100%;
}

.fx-map-shell {
    display: grid;
    gap: clamp(25px, 3vw, 46px);
    grid-template-columns: 154px minmax(0, 1fr);
    margin: 0 auto;
    max-width: 1360px;
    width: 100%;
}

.fx-map-rail {
    display: grid;
    gap: 8px;
}

.fx-map-tab {
    align-items: center;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 11px;
    color: rgba(217, 228, 248, .53);
    cursor: pointer;
    display: grid;
    font: inherit;
    gap: 9px;
    grid-template-columns: 20px 20px 1fr;
    min-height: 48px;
    padding: 8px 10px;
    text-align: left;
    transition: background .28s ease, border-color .28s ease, color .28s ease, transform .28s ease;
}

.fx-map-tab span {
    color: rgba(167, 184, 216, .45);
    font-size: .62rem;
    letter-spacing: .08em;
}
.fx-map-tab i { color: rgba(25, 217, 255, .55); font-size: .82rem; }
.fx-map-tab b { font-size: .8rem; font-weight: 700; }
.fx-map-tab:hover { color: #fff; }
.fx-map-tab:focus-visible { outline: 2px solid var(--fx-cyan); outline-offset: 3px; }
.fx-map-tab.is-active {
    background: linear-gradient(90deg, rgba(25, 217, 255, .11), rgba(139, 108, 255, .07));
    border-color: rgba(25, 217, 255, .22);
    color: #fff;
    transform: translateX(5px);
}
.fx-map-tab.is-active i { color: var(--fx-cyan); filter: drop-shadow(0 0 8px rgba(25, 217, 255, .48)); }
.fx-map-tab.is-active span { color: var(--fx-orange); }

.fx-map-display {
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1.55fr) minmax(280px, .72fr);
    min-width: 0;
    position: relative;
}

.fx-map-halo {
    background: conic-gradient(from 110deg, rgba(25, 217, 255, .2), transparent 28%, rgba(139, 108, 255, .2), transparent 58%, rgba(255, 122, 24, .15), transparent 86%);
    border-radius: 45%;
    filter: blur(50px);
    inset: 5% 17% 5% -3%;
    opacity: .6;
    position: absolute;
    transition: transform .7s ease;
}

.fx-map-screen {
    align-self: center;
    background: #070a14;
    border: 1px solid rgba(139, 178, 224, .24);
    border-radius: 18px;
    box-shadow: 0 38px 100px rgba(0, 0, 0, .58), 0 0 65px rgba(25, 217, 255, .08);
    min-width: 0;
    overflow: hidden;
    position: relative;
    transform: perspective(1500px) rotateY(2.5deg);
}

.fx-map-screen::after {
    border: 1px solid rgba(255, 122, 24, .1);
    border-radius: inherit;
    content: '';
    inset: 5px;
    pointer-events: none;
    position: absolute;
}

.fx-map-screenbar { height: 40px; }
.fx-map-screenbar span { align-items: center; display: flex; gap: 7px; }
.fx-map-screenbar span i { background: var(--fx-green); border-radius: 50%; box-shadow: 0 0 9px rgba(67, 230, 174, .6); height: 6px; width: 6px; }
.fx-map-screenbar b { color: rgba(232, 239, 253, .78); font-weight: 700; left: 50%; position: absolute; transform: translateX(-50%); }
.fx-map-screenbar em { font-style: normal; margin-left: auto; }
.fx-map-screen picture,
.fx-map-screen img { display: block; width: 100%; }
.fx-map-screen img {
    aspect-ratio: 16 / 9;
    filter: saturate(.96) contrast(1.02);
    height: clamp(380px, 52vh, 520px) !important;
    object-fit: cover;
    object-position: top left;
    transition: filter .28s ease, opacity .28s ease, transform .48s cubic-bezier(.2,.7,.2,1);
}
.fx-map-screen.is-switching img { filter: saturate(.7) blur(2px); opacity: .28; transform: scale(1.018); }
.fx-map-sweep { top: 40px; }

.fx-map-copy {
    align-self: center;
    min-height: 288px;
    position: relative;
}

.fx-map-copy article {
    animation: fx-copy-in .48s cubic-bezier(.2,.75,.2,1) both;
    background: linear-gradient(145deg, rgba(14, 19, 37, .86), rgba(8, 11, 23, .92));
    border: 1px solid rgba(150, 175, 217, .18);
    border-radius: 16px;
    box-shadow: 0 22px 60px rgba(0, 0, 0, .35);
    padding: clamp(24px, 3vw, 34px);
}

@keyframes fx-copy-in {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: translateY(0); }
}

.fx-map-copy article > span {
    color: var(--fx-orange);
    display: block;
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .13em;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.fx-map-copy h3 {
    color: #fff;
    font-family: 'Orbitron', 'Exo 2', sans-serif;
    font-size: clamp(1.35rem, 2.2vw, 2rem);
    letter-spacing: -.035em;
    line-height: 1.18;
    margin: 0;
}

.fx-map-copy p {
    color: rgba(220, 230, 248, .69);
    font-size: .98rem;
    line-height: 1.72;
    margin: 18px 0 0;
}

.fx-map-hint {
    bottom: 15px;
    color: rgba(209, 222, 245, .45);
    font-size: .7rem;
    font-weight: 700;
    left: 50%;
    letter-spacing: .08em;
    margin: 0;
    position: absolute;
    text-transform: uppercase;
    transform: translateX(-50%);
}
.fx-map-hint i { color: var(--fx-cyan); margin-right: 7px; }

/* Guest-facing product journey: a non-sticky cinematic screen rail. */
.fx-guest-journey {
    background:
        radial-gradient(circle at 18% 24%, rgba(255, 122, 24, .1), transparent 25%),
        radial-gradient(circle at 82% 56%, rgba(25, 217, 255, .11), transparent 28%),
        linear-gradient(180deg, #070811, #090b18 54%, #070811);
    border-bottom: 1px solid var(--fx-line);
    color: #f8faff;
    isolation: isolate;
    overflow: hidden;
    padding: clamp(92px, 10vw, 144px) 26px clamp(82px, 9vw, 126px);
    position: relative;
    scroll-margin-top: 104px;
    z-index: 2;
}

.fx-guest-journey::before {
    background-image:
        radial-gradient(circle, rgba(255, 255, 255, .66) 0 1px, transparent 1.4px),
        radial-gradient(circle, rgba(25, 217, 255, .48) 0 1px, transparent 1.5px),
        radial-gradient(circle, rgba(255, 122, 24, .36) 0 1px, transparent 1.5px);
    background-position: 33px 47px, 119px 171px, 227px 83px;
    background-size: 223px 239px, 293px 271px, 359px 327px;
    content: '';
    inset: 0;
    opacity: .17;
    pointer-events: none;
    position: absolute;
    z-index: -2;
}

.fx-guest-journey::after {
    background: linear-gradient(90deg, transparent, rgba(25, 217, 255, .55), rgba(139, 108, 255, .5), rgba(255, 122, 24, .5), transparent);
    content: '';
    height: 1px;
    left: 10%;
    position: absolute;
    top: 0;
    width: 80%;
}

.fx-guest-journey__intro {
    align-items: end;
    display: grid;
    gap: clamp(36px, 7vw, 100px);
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, .72fr);
    margin: 0 auto clamp(54px, 7vw, 82px);
    max-width: 1320px;
}

.fx-guest-journey h2 {
    color: #fff;
    font-family: 'Orbitron', 'Exo 2', sans-serif;
    font-size: clamp(2.1rem, 4.4vw, 4.2rem);
    letter-spacing: -.05em;
    line-height: 1.04;
    margin: 0;
    max-width: 760px;
    text-wrap: balance;
}

.fx-guest-journey__lede p {
    color: rgba(224, 233, 250, .72);
    font-size: clamp(1rem, 1.4vw, 1.1rem);
    line-height: 1.72;
    margin: 0 0 20px;
}

.fx-text-link {
    align-items: center;
    color: var(--fx-cyan-soft);
    display: inline-flex;
    font-size: .88rem;
    font-weight: 800;
    gap: 10px;
    letter-spacing: .02em;
    text-decoration: none;
}

.fx-text-link i { color: var(--fx-orange); transition: transform .22s ease; }
.fx-text-link:hover i,
.fx-text-link:focus-visible i { transform: translateX(4px); }
.fx-text-link:focus-visible { outline: 2px solid var(--fx-cyan); outline-offset: 5px; }

.fx-widget-gallery {
    display: grid;
    gap: clamp(14px, 2vw, 25px);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0 auto;
    max-width: 1320px;
    perspective: 1800px;
    position: relative;
}

.fx-widget-gallery::before {
    background: linear-gradient(90deg, rgba(255, 122, 24, .17), rgba(139, 108, 255, .18), rgba(25, 217, 255, .17));
    border-radius: 50%;
    bottom: -8%;
    content: '';
    filter: blur(55px);
    height: 30%;
    left: 8%;
    opacity: .72;
    position: absolute;
    width: 84%;
}

.fx-widget-card {
    --card-rotate: 0deg;
    --stack-x: 0px;
    --stack-z: 0px;
    --stack-y-rotate: 0deg;
    color: #fff;
    display: grid;
    grid-template-rows: auto auto 1fr;
    min-width: 0;
    opacity: 0;
    position: relative;
    text-decoration: none;
    transform: translate3d(var(--stack-x), 42px, var(--stack-z)) rotateY(var(--stack-y-rotate)) scale(.9);
    transition:
        opacity .7s ease calc(var(--card-index) * 90ms),
        transform .95s cubic-bezier(.16, .8, .2, 1) calc(var(--card-index) * 90ms),
        filter .3s ease;
    z-index: calc(4 - var(--card-index));
}

.fx-widget-gallery.is-visible .fx-widget-card {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotateZ(var(--card-rotate));
}

.fx-widget-card--welcome { --card-rotate: -1.6deg; --stack-x: 470px; --stack-z: -60px; --stack-y-rotate: -10deg; }
.fx-widget-card--menu { --card-rotate: .8deg; --stack-x: 160px; --stack-z: -20px; --stack-y-rotate: -4deg; }
.fx-widget-card--reservation { --card-rotate: -.8deg; --stack-x: -160px; --stack-z: -20px; --stack-y-rotate: 4deg; }
.fx-widget-card--order { --card-rotate: 1.6deg; --stack-x: -470px; --stack-z: -60px; --stack-y-rotate: 10deg; }

.fx-widget-card:hover,
.fx-widget-card:focus-visible {
    filter: brightness(1.07);
    transform: translate3d(0, -12px, 35px) rotateZ(0deg) !important;
    z-index: 10;
}

.fx-widget-card:focus-visible { outline: none; }
.fx-widget-card:focus-visible .fx-widget-card__frame { box-shadow: 0 0 0 2px var(--fx-cyan), 0 34px 90px rgba(0, 0, 0, .54), 0 0 42px rgba(25, 217, 255, .17); }

.fx-widget-card__meta {
    align-items: end;
    display: grid;
    gap: 2px 10px;
    grid-template-columns: auto 1fr;
    margin: 0 6px 13px;
}

.fx-widget-card__meta b {
    color: var(--fx-orange);
    font-family: 'Orbitron', sans-serif;
    font-size: .7rem;
    grid-row: 1 / span 2;
    letter-spacing: .08em;
    padding-bottom: 2px;
}

.fx-widget-card__meta span {
    color: #fff;
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.fx-widget-card__meta em {
    color: rgba(214, 226, 248, .5);
    font-size: .68rem;
    font-style: normal;
}

.fx-widget-card__frame {
    background: rgba(6, 9, 18, .94);
    border: 1px solid rgba(147, 184, 226, .24);
    border-radius: 19px;
    box-shadow: 0 34px 90px rgba(0, 0, 0, .5), 0 0 34px rgba(25, 217, 255, .07);
    display: block;
    overflow: hidden;
    padding: 5px;
    position: relative;
    transition: box-shadow .28s ease;
}

.fx-widget-card__frame::after {
    background: linear-gradient(115deg, transparent 36%, rgba(255, 255, 255, .11) 49%, transparent 62%);
    content: '';
    inset: 0;
    pointer-events: none;
    position: absolute;
    transform: translateX(-105%);
    transition: transform .8s ease;
}

.fx-widget-card:hover .fx-widget-card__frame::after,
.fx-widget-card:focus-visible .fx-widget-card__frame::after { transform: translateX(105%); }

.fx-widget-card img {
    border-radius: 14px;
    display: block;
    height: auto;
    width: 100%;
}

.fx-widget-card__outcome {
    color: rgba(220, 231, 249, .66);
    display: block;
    font-size: .79rem;
    font-weight: 650;
    line-height: 1.5;
    margin: 15px 8px 0;
    min-height: 2.4em;
}

.fx-guest-journey__footer {
    align-items: center;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin: 42px auto 0;
    max-width: 1320px;
}

.fx-guest-journey__footer p,
.fx-guest-journey__footer span {
    align-items: center;
    color: rgba(215, 228, 248, .58);
    display: flex;
    font-size: .76rem;
    font-weight: 700;
    gap: 8px;
    margin: 0;
}

.fx-guest-journey__footer p i { color: var(--fx-green); }
.fx-guest-journey__footer > span { display: none; }

/* Bring the legacy feature inventory into one restrained enterprise system. */
.features-experience-page > .section,
.features-experience-page > .section-full,
.features-experience-page > .faq {
    background-color: rgba(6, 8, 18, .84);
    border-color: var(--fx-line) !important;
}

.features-experience-page > .section {
    max-width: 1440px;
    padding-block: clamp(82px, 9vw, 128px);
}

.features-experience-page .section-title {
    background: linear-gradient(120deg, #fff, #caeefe 72%, #ffc39a);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: clamp(2rem, 3.6vw, 3.35rem);
    letter-spacing: -.045em;
    line-height: 1.08;
    scroll-margin-top: 132px;
    text-wrap: balance;
}

.features-experience-page .section-subtitle {
    color: rgba(222, 232, 250, .68);
    font-size: clamp(1rem, 1.4vw, 1.1rem);
    line-height: 1.72;
    max-width: 790px;
}

.features-experience-page .feature-row {
    background: linear-gradient(145deg, rgba(12, 17, 33, .8), rgba(7, 10, 21, .88));
    border: 1px solid rgba(146, 172, 216, .17);
    border-radius: 22px;
    gap: clamp(36px, 6vw, 82px);
    margin-bottom: 34px;
    min-height: 510px;
    overflow: hidden;
    padding: clamp(24px, 4vw, 52px);
}

.features-experience-page .feature-row-media::before {
    background: radial-gradient(circle, rgba(25, 217, 255, .16), transparent 68%);
    content: '';
    inset: -14%;
    position: absolute;
    z-index: -1;
}

.features-experience-page .feature-row-copy h3 { font-size: clamp(1.6rem, 2.6vw, 2.45rem); line-height: 1.16; }
.features-experience-page .feature-row-copy p,
.features-experience-page .feature-row-copy li { color: rgba(222, 231, 249, .72); line-height: 1.65; }
.features-experience-page .feature-kicker { color: var(--fx-cyan-soft); font-size: .75rem; letter-spacing: .09em; text-transform: uppercase; }
.features-experience-page .feature-proof { background: rgba(67, 230, 174, .07); border-color: rgba(67, 230, 174, .2); color: #a2f4d6; }

.features-experience-page .agents-grid { gap: 20px; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 1280px; }
.features-experience-page .agent-card {
    background: linear-gradient(145deg, rgba(13, 18, 35, .88), rgba(7, 10, 21, .94));
    border: 1px solid rgba(151, 178, 220, .17) !important;
    border-radius: 17px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, .24);
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 27px;
    transition: border-color .28s ease, box-shadow .28s ease, transform .28s ease;
}
.features-experience-page .agent-card:hover {
    border-color: rgba(25, 217, 255, .32) !important;
    box-shadow: 0 30px 70px rgba(0, 0, 0, .36), 0 0 34px rgba(25, 217, 255, .06);
    transform: translateY(-4px);
}
.features-experience-page .agent-card::before { opacity: .35; }
.features-experience-page .agent-card-name { color: #fff; font-size: 1.08rem; }
.features-experience-page .agent-card-tagline { color: rgba(218, 229, 248, .6); }
.features-experience-page .agent-card-description,
.features-experience-page .agent-card-bullets { color: rgba(220, 230, 248, .7); }
.features-experience-page .agent-card-bullets { flex: 1; }
.features-experience-page .agent-card-link { margin-top: auto; }

.features-experience-page .trust-band { gap: 0; grid-template-columns: repeat(4, 1fr); }
.features-experience-page .trust-item {
    background: rgba(9, 13, 27, .5);
    border: 0;
    border-right: 1px solid var(--fx-line);
    border-radius: 0;
    min-height: 180px;
    padding: 25px 28px;
}
.features-experience-page .trust-item:last-child { border-right: 0; }
.features-experience-page .trust-item > i { color: var(--fx-cyan); }
.features-experience-page .trust-item p { color: rgba(219, 230, 248, .64); }

.features-experience-page .fx-copilot-section {
    background:
        radial-gradient(circle at 24% 18%, rgba(139, 108, 255, .13), transparent 30%),
        radial-gradient(circle at 83% 78%, rgba(25, 217, 255, .08), transparent 28%),
        linear-gradient(180deg, #090a17, #080914) !important;
    max-width: none;
}

.features-experience-page .fx-copilot-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.features-experience-page .fx-copilot-grid > div {
    background: linear-gradient(145deg, rgba(13, 18, 35, .88), rgba(7, 10, 21, .95)) !important;
    border: 1px solid rgba(150, 177, 218, .17) !important;
    border-radius: 15px !important;
    box-shadow: 0 22px 54px rgba(0, 0, 0, .24);
    min-height: 220px;
    padding: 25px !important;
}

.features-experience-page .fx-copilot-grid > div > div:first-child { color: var(--fx-cyan-soft) !important; }

.features-experience-page .fx-copilot-cta {
    background: linear-gradient(145deg, rgba(13, 18, 35, .9), rgba(8, 11, 23, .96)) !important;
    border-color: rgba(25, 217, 255, .22) !important;
}

.features-experience-page .process-grid { gap: 0; max-width: 1260px; }
.features-experience-page .process-step {
    background: linear-gradient(180deg, rgba(13, 18, 35, .82), rgba(8, 11, 23, .88));
    border: 1px solid var(--fx-line);
    border-radius: 0;
    min-height: 300px;
    position: relative;
}
.features-experience-page .process-step:first-child { border-radius: 16px 0 0 16px; }
.features-experience-page .process-step:last-child { border-radius: 0 16px 16px 0; }
.features-experience-page .process-step + .process-step { border-left: 0; }
.features-experience-page .process-step:not(:last-child)::after {
    background: #0a0d1a;
    border: 1px solid rgba(25, 217, 255, .28);
    border-radius: 50%;
    color: var(--fx-cyan);
    content: '›';
    font-size: 1.1rem;
    height: 28px;
    line-height: 24px;
    position: absolute;
    right: -14px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    z-index: 2;
}

.features-experience-page .plan-teaser-grid { align-items: stretch; gap: 18px; max-width: 1180px; }
.features-experience-page .plan-card {
    background: linear-gradient(145deg, rgba(13, 18, 35, .88), rgba(7, 10, 21, .96));
    border: 1px solid var(--fx-line);
    border-radius: 17px;
    display: flex;
    flex-direction: column;
    min-height: 535px;
    padding: 34px;
}
.features-experience-page .plan-card.featured { border-color: rgba(25, 217, 255, .42); transform: none; }
.features-experience-page .plan-card ul { flex: 1; }
.features-experience-page .plan-card .plan-cta { border-radius: 11px; margin-top: auto; min-height: 48px; }

.features-experience-page .comparison-cta,
.features-experience-page .fomo-band {
    background:
        radial-gradient(circle at 22% 20%, rgba(25, 217, 255, .1), transparent 28%),
        radial-gradient(circle at 80% 75%, rgba(255, 122, 24, .08), transparent 30%),
        linear-gradient(145deg, rgba(13, 18, 35, .9), rgba(7, 10, 21, .96));
    border: 1px solid rgba(144, 174, 218, .22);
    border-radius: 20px;
    box-shadow: 0 28px 80px rgba(0, 0, 0, .3);
}

.features-experience-page .faq { max-width: 980px; }
.features-experience-page .faq-item {
    background: rgba(11, 15, 30, .8);
    border: 1px solid var(--fx-line);
    border-radius: 12px;
    margin-bottom: 12px;
}
.features-experience-page .faq-question { color: #f5f8ff; min-height: 70px; }
.features-experience-page .faq-question:hover,
.features-experience-page .faq-question:focus-visible { background: rgba(25, 217, 255, .06); color: var(--fx-cyan-soft); }

.features-experience-page .cta-footer {
    background:
        radial-gradient(circle at 50% 12%, rgba(25, 217, 255, .16), transparent 32%),
        radial-gradient(circle at 20% 80%, rgba(139, 108, 255, .13), transparent 29%),
        linear-gradient(180deg, #080a17, #050711);
    border-top: 1px solid var(--fx-line);
}

@media (max-width: 1180px) {
    .fx-hero-shell { gap: 58px; grid-template-columns: minmax(0, .9fr) minmax(440px, 1.1fr); }
    .fx-float-card--orders { left: -12px; }
    .fx-float-card--service { right: -8px; }
    .fx-map-shell { grid-template-columns: 130px minmax(0, 1fr); }
    .fx-map-display { grid-template-columns: minmax(0, 1.35fr) minmax(250px, .75fr); }
    .features-experience-page .agents-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .features-experience-page .fx-copilot-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}

@media (min-width: 901px) and (max-height: 800px) {
    .features-experience-page .feature-hero--next {
        min-height: 100svh;
        padding-bottom: 52px;
        padding-top: 116px;
    }
    .features-experience-page .feature-hero--next .hero-title {
        font-size: clamp(2.45rem, 3.65vw, 3.7rem);
        line-height: 1;
    }
    .features-experience-page .feature-hero--next .hero-description {
        line-height: 1.58;
        margin-block: 18px 22px;
    }
    .features-experience-page .feature-hero--next .btn { min-height: 48px; padding-block: 12px; }
    .fx-hero-assurance { margin-top: 16px; }
    .fx-scroll-cue { display: none; }
}

@media (max-width: 900px) {
    .features-experience-page .feature-hero--next { min-height: auto; padding-top: 130px; }
    .fx-hero-shell { grid-template-columns: 1fr; }
    .fx-hero-copy { margin: 0 auto; text-align: center; }
    .features-experience-page .feature-hero--next .hero-cta { justify-content: center; }
    .fx-hero-assurance { justify-content: center; }
    .fx-hero-visual { margin: 0 auto; max-width: 760px; width: 100%; }
    .fx-hero-window { transform: none; }
    .fx-scroll-cue { display: none; }

    .fx-map-scroll { height: 445vh; min-height: 2800px; }
    .fx-map-stage { height: calc(100svh - 104px); min-height: 0; padding-inline: 18px; top: 104px; }
    .fx-map-shell { gap: 18px; grid-template-columns: 1fr; }
    .fx-map-rail {
        display: flex;
        gap: 8px;
        overflow-x: auto;
        padding: 2px 2px 8px;
        scrollbar-width: none;
    }
    .fx-map-rail::-webkit-scrollbar { display: none; }
    .fx-map-tab { flex: 0 0 auto; grid-template-columns: 18px 18px auto; padding-inline: 12px; }
    .fx-map-tab.is-active { transform: none; }
    .fx-map-display { gap: 16px; grid-template-columns: 1fr; }
    .fx-map-screen img { aspect-ratio: 16 / 8.5; height: clamp(220px, 31vh, 270px) !important; }
    .fx-map-copy { min-height: 190px; }
    .fx-map-copy article { padding: 22px; }
    .fx-map-copy p { margin-top: 11px; }

    .features-experience-page .trust-band { grid-template-columns: repeat(2, 1fr); }
    .features-experience-page .trust-item:nth-child(2) { border-right: 0; }
    .features-experience-page .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--fx-line); }
    .features-experience-page .process-grid { grid-template-columns: repeat(2, 1fr); }
    .features-experience-page .process-step,
    .features-experience-page .process-step:first-child,
    .features-experience-page .process-step:last-child { border: 1px solid var(--fx-line); border-radius: 14px; }
    .features-experience-page .process-step + .process-step { border-left: 1px solid var(--fx-line); }
    .features-experience-page .process-step::after { display: none; }

    .fx-guest-journey__intro { align-items: start; grid-template-columns: 1fr; text-align: center; }
    .fx-guest-journey h2 { margin-inline: auto; }
    .fx-guest-journey__lede { margin-inline: auto; max-width: 680px; }
    .fx-widget-gallery {
        gap: 18px;
        grid-template-columns: repeat(4, minmax(275px, 310px));
        justify-content: start;
        margin-inline: -26px;
        max-width: none;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        padding: 8px 26px 28px;
        scroll-padding-inline: 26px;
        scroll-snap-type: x mandatory;
        scrollbar-color: rgba(25, 217, 255, .34) transparent;
        scrollbar-width: thin;
    }
    .fx-widget-gallery::before { display: none; }
    .fx-widget-card,
    .fx-widget-gallery.is-visible .fx-widget-card {
        opacity: 1;
        scroll-snap-align: center;
        transform: none;
    }
    .fx-widget-card:hover,
    .fx-widget-card:focus-visible { transform: translateY(-5px) !important; }
    .fx-guest-journey__footer { justify-content: center; text-align: center; }
    .fx-guest-journey__footer > span { display: none; }
}

@media (max-width: 640px) {
    .features-experience-page .feature-hero--next { padding: 112px 18px 70px; }
    .features-experience-page .feature-hero--next .hero-title { font-size: clamp(2.35rem, 12vw, 3.5rem); }
    .features-experience-page .feature-hero--next .hero-description { font-size: 1rem; }
    .features-experience-page .feature-hero--next .hero-cta { display: grid; grid-template-columns: 1fr; width: 100%; }
    .features-experience-page .feature-hero--next .btn { width: 100%; }
    .fx-hero-assurance { align-items: flex-start; display: grid; justify-content: flex-start; margin-inline: auto; width: fit-content; }
    .fx-window-bar b { max-width: 140px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .fx-window-bar em { display: none; }
    .fx-float-card { min-width: 0; padding: 9px 10px; }
    .fx-float-card--orders { bottom: -35px; left: 7px; }
    .fx-float-card--service { right: 7px; top: -28px; }
    .fx-float-card strong { font-size: .72rem; }
    .fx-float-card small { font-size: .6rem; }
    .fx-float-icon { height: 32px; width: 32px; }

    .fx-platform-map { padding-top: 92px; }
    .fx-map-intro { padding-bottom: 42px; }
    .fx-map-scroll { height: 470vh; min-height: 3000px; }
    .fx-map-stage { height: calc(100svh - 104px); min-height: 0; padding: 14px 14px 24px; top: 104px; }
    .fx-map-shell { max-height: 100%; }
    .fx-map-tab { min-height: 42px; }
    .fx-map-tab span { display: none; }
    .fx-map-screen { border-radius: 12px; }
    .fx-map-screenbar { height: 34px; padding-inline: 10px; }
    .fx-map-screenbar b { display: none; }
    .fx-map-screenbar em { font-size: .6rem; }
    .fx-map-copy { min-height: 210px; }
    .fx-map-copy article { border-radius: 12px; padding: 18px; }
    .fx-map-copy h3 { font-size: 1.25rem; }
    .fx-map-copy p { font-size: .88rem; line-height: 1.58; }
    .fx-map-hint { display: none; }

    .features-experience-page > .section,
    .features-experience-page > .section-full,
    .features-experience-page > .faq { padding-inline: 18px; }
    .features-experience-page .feature-row { border-radius: 16px; min-height: 0; padding: 20px; }
    .features-experience-page .agents-grid,
    .features-experience-page .process-grid,
    .features-experience-page .fx-copilot-grid { grid-template-columns: 1fr !important; }
    .features-experience-page .agent-card { border-radius: 14px; min-height: 0; padding: 22px; }
    .features-experience-page .trust-band { grid-template-columns: 1fr; }
    .features-experience-page .trust-item,
    .features-experience-page .trust-item:nth-child(2) { border-bottom: 1px solid var(--fx-line); border-right: 0; min-height: 0; }
    .features-experience-page .trust-item:last-child { border-bottom: 0; }
    .features-experience-page .plan-card { min-height: 0; }

    .fx-guest-journey { padding-inline: 18px; }
    .fx-guest-journey__intro { margin-bottom: 42px; }
    .fx-guest-journey h2 { font-size: clamp(2rem, 10.5vw, 3rem); }
    .fx-widget-gallery { grid-template-columns: repeat(4, minmax(276px, calc(100vw - 54px))); margin-inline: -18px; padding-inline: 18px; scroll-padding-inline: 18px; }
    .fx-widget-card__outcome { font-size: .82rem; }
    .fx-guest-journey__footer { align-items: flex-start; flex-direction: column; margin-top: 25px; text-align: left; }
    .fx-guest-journey__footer > span { display: flex; }
}

@media (prefers-reduced-motion: reduce) {
    .features-experience-page *,
    .features-experience-page *::before,
    .features-experience-page *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}
