:root {
            --lx-bg-deep: #ffffff;
            --lx-bg-soft: #ffffff;
            --lx-ivory: #2c2a27;
            --lx-ivory-dim: #2e2a28;
            --lx-mute: #393545;
            --lx-line: rgba(223, 214, 209, 0.09);
            --lx-line-strong: rgba(205, 191, 181, 0.18);
            --lx-accent: #38312e;
            --lx-accent-soft: #ff4d1c;
            --lx-accent-deep: #ff4d1c;
            --lx-ink: #ffffff;
        }
.lx-partner--sm img {
    max-height: 50% !important;   
    transform: scale(.75); 
}
        .luxe-root {
            font-family: 'Inter', system-ui, sans-serif;
            color: var(--lx-ivory) !important;
            background: var(--lx-bg-deep) !important;
        }
        .luxe-root *,
        .luxe-root *::before,
        .luxe-root *::after {
            box-sizing: border-box;
        }
        .luxe-root::before {
            content: '';
            position: fixed;
            inset: 0;
            pointer-events: none;
            z-index: 1;
            opacity: .045;
            background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='220' height='220'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1  0 0 0 0 1  0 0 0 0 1  0 0 0 0.7 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
            mix-blend-mode: overlay;
        }
        .luxe-root a,
        .luxe-root a:visited,
        .luxe-root a:hover,
        .luxe-root a:active,
        .luxe-root a:focus,
        .luxe-root button {
            text-indent: 0 !important;
            text-shadow: none !important;
            letter-spacing: normal;
            background-image: none !important;
            animation: none !important;
            -webkit-text-fill-color: currentColor !important;
            -webkit-background-clip: border-box !important;
            background-clip: border-box !important;
            clip-path: none !important;
            mask-image: none !important;
            -webkit-mask-image: none !important;
            filter: none;
        }
        .luxe-root a::before,
        .luxe-root a::after,
        .luxe-root button::before,
        .luxe-root button::after {
            content: none !important;
            display: none !important;
        }
        .lx-hero {
            position: relative;
            width: 100%;
            height: auto;
            overflow: hidden;
            isolation: isolate;
        }
        .lx-hero__carousel {
            position: absolute;
            inset: 0;
            z-index: 0;
        }
        .lx-hero__content {
            position: relative;
            z-index: 2;
            height: auto;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            padding: clamp(2rem, 5vw, 4rem) clamp(1.5rem, 5vw, 3rem);
        }
        .lx-eyebrow {
            display: inline-flex;
            align-items: center;
            gap: 14px;
            font-family: 'JetBrains Mono', monospace;
            font-size: 11px;
            letter-spacing: .22em;
            text-transform: uppercase;
            color: #000000;
            margin-bottom: 2rem;
            backdrop-filter: blur(4px);
            padding: 10px 20px;
            text-align: center !important;
            background-color: transparent !important;
        }
        .lx-eyebrow-bar {
            width: 28px;
            height: 1px;
            background: #ff5500 !important;
            display: inline-block;
        }
        .lx-dot-pulse {
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: #ff4d1c !important;
            display: inline-block;
            animation: lxPulse 2.4s ease-in-out infinite !important;
        }
        @keyframes lxPulse {
            0%,
            100% {
                box-shadow: 0 0 0 4px rgba(112, 47, 22, 0.1);
            }
            50% {
                box-shadow: 0 0 0 9px rgba(200, 121, 90, 0);
            }
        }
        .luxe-root .lx-title {
            font-family: 'Inter', serif !important;
            font-weight: 400 !important;
            font-size: clamp(3rem, 8vw, 6rem) !important;
            line-height: 1.08 !important;
            letter-spacing: -.04em !important;
            color: #383440;
            background: none !important;
            max-width: 1100px;
              margin-bottom: 1.5rem !important;
        }
        .lx-title .lx-italic {
            font-style: italic;
            font-weight: 300;
            color: var(--lx-accent-soft) !important;
            -webkit-text-fill-color: var(--lx-accent-soft) !important;
        }
        .lx-title .lx-amp {
            font-weight: 600;
            color: #ff5900 !important;
            margin: 0 0.01rem;
            font-size: 1.5rem;
        }
        .lx-lede {
            max-width: 100%;
            font-size: 2rem !important;
            line-height: 1.7;
            color: var(--lx-ivory-dim);
            font-weight: 300;
            margin: 0 auto 2rem;
        }
        .lx-pills {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-bottom: 2.5rem;
            justify-content: center;
        }
        .lx-pill {
            display: inline-flex !important;
            align-items: center;
            gap: 10px;
            font-family: 'Inter', sans-serif;
            font-weight: 400;
            font-size: 11px;
            letter-spacing: .14em;
            text-transform: uppercase;
            color: var(--lx-ivory-dim);
            border: 1px solid #ff4d1c51;
            background: rgba(255, 255, 255, 0.04);
            backdrop-filter: blur(8px);
            padding: 9px 18px;
            border-radius: 999px;
            transition: border-color .35s, color .35s, background .35s;
        }
        .lx-pill-dot {
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background: #ff4d1c;
            flex-shrink: 0;
            display: inline-block;
        }
        .lx-ctas {
            display: flex;
            gap: 1rem;
            flex-wrap: wrap;
            margin-bottom: 3rem;
            justify-content: center;
            align-items: center;
        }
        .luxe-root a.lx-btn {
            all: unset;
            display: inline-flex !important;
            align-items: center !important;
            justify-content: center !important;
            gap: 12px;
            padding: 18px 36px !important;
            font-family: 'Inter', sans-serif !important;
            font-size: 13px !important;
            font-weight: 500 !important;
            letter-spacing: .08em !important;
            text-transform: uppercase !important;
            line-height: 1 !important;
            text-decoration: none !important;
            border: 1px solid transparent !important;
            border-radius: 2px !important;
            cursor: pointer !important;
            white-space: nowrap !important;
            transition: all .4s cubic-bezier(.2, .8, .2, 1) !important;
            box-sizing: border-box !important;
            text-indent: 0 !important;
            text-shadow: none !important;
            box-shadow: 0 0 0 0 rgba(200, 161, 90, 0);
            backdrop-filter: blur(8px);
        }
        .luxe-root a.lx-btn::before,
        .luxe-root a.lx-btn::after {
            content: none !important;
            display: none !important;
        }
        .luxe-root a.lx-btn-primary {
            background-color: #1a1a1a !important;
            color: #ffffff !important;
        }
        .luxe-root a.lx-btn-primary:hover {
            background-color: #ff4d1c !important;
            color: #ffffff !important;
            transform: translateY(-2px);
        }
        .luxe-root a.lx-btn-ghost {
            background-color: #ff4d1c !important;
            color: #ffffff !important;
        }
        .luxe-root a.lx-btn-ghost:hover {
            background-color: rgb(31, 31, 31) !important;
            color: #ffffff !important;
            transform: translateY(-2px);
        }
        .lx-section {
            position: relative;
            padding: clamp(2rem, 4vw, 2rem) 0;
            z-index: 2;
            background: var(--lx-bg-deep) !important;
        }
        .lx-inner {
            width: min(1280px, 100% - 3rem);
            margin-inline: auto;
        }
        .lx-head {
            text-align: center;
            margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
        }
        .lx-head-label {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            font-family: 'JetBrains Mono', monospace;
            font-size: 11px;
            letter-spacing: .22em;
            text-transform: uppercase;
            color: #ff4d1c;
            margin-bottom: 1.2rem;
        }
        .lx-head-bar {
            width: 24px;
            height: 1px;
            background: #2d2d2d;
            opacity: .6;
            display: inline-block;
        }
        .luxe-root .lx-head-title {
            font-family: 'Fraunces', serif !important;
            font-weight: 400 !important;
            font-size: clamp(2rem, 4.5vw, 3.6rem) !important;
            line-height: 1.1 !important;
            letter-spacing: -.025em !important;
            color: #2d2d2d !important;
            margin: 0 0 .8rem !important;
            text-shadow: none !important;
        }
        .lx-head-title em {
            font-style: italic;
            font-weight: 300;
            color: var(--lx-accent-soft) !important;
            -webkit-text-fill-color: var(--lx-accent-soft) !important;
        }
        .lx-rule {
            width: 60px;
            height: 1px;
            background: linear-gradient(90deg, transparent, var(--lx-accent), transparent);
            margin: 1.5rem auto 0;
        }
        .lx-cards {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1.5rem;
        }
        .lx-card {
            position: relative;
            background: var(--lx-bg-soft) !important;
            border: 1px solid var(--lx-line);
            overflow: hidden;
            transition: transform .6s cubic-bezier(.2, .8, .2, 1), border-color .5s;
        }
        .lx-card:hover {
            transform: translateY(-6px);
            border-color: var(--lx-line-strong);
        }
        .lx-card__media {
            position: relative;
            height: 350px;
            overflow: hidden;
        }
        .lx-card__media img {
            width: 100% !important;
            height: auto !important;
            object-fit: cover;
            max-width: none !important;
            transition: transform 1.2s cubic-bezier(.2, .8, .2, 1);
            filter: saturate(.9) contrast(1.04);
        }
        .lx-card:hover .lx-card__media img {
            transform: scale(1.06);
        }
        .lx-card__media-overlay {
            position: absolute;
            inset: 0;
            pointer-events: none;
        }
        .lx-card__body {
            padding: 2rem 1.8rem 2.2rem;
        }
        .lx-card__tag {
            display: inline-block;
            font-family: 'JetBrains Mono', monospace;
            font-size: 10px;
            letter-spacing: .2em;
            text-transform: uppercase;
            color: #ff4d1c;
            margin-bottom: 1rem;
        }
        .luxe-root .lx-card__title {
            font-family: 'Fraunces', serif !important;
            font-weight: 400 !important;
            font-size: 1.6rem !important;
            line-height: 1.2 !important;
            letter-spacing: -.02em !important;
            color: #2d2d2d !important;
            margin: 0 0 1rem !important;
        }
        .lx-card__text {
            font-size: .92rem;
            line-height: 1.65;
            color: var(--lx-ivory-dim);
            font-weight: 300;
            margin-bottom: 1.5rem;
        }
        .luxe-root a.lx-btn lx-btn-primary {
            all: unset;
            display: inline-flex !important;
            align-items: center;
            gap: 10px;
            font-family: 'JetBrains Mono', monospace !important;
            font-size: 11px !important;
            font-weight: 400 !important;
            text-transform: uppercase !important;
            letter-spacing: .18em !important;
            color: #3d3d3d !important;
            padding-bottom: 4px !important;
            border-bottom: 1px solid var(--lx-line-strong) !important;
            cursor: pointer !important;
            transition: color .35s, border-color .35s, gap .35s !important;
            box-sizing: border-box !important;
        }
        .luxe-root a.lx-btn lx-btn-primary:hover {
            color: var(--lx-accent) !important;
            -webkit-text-fill-color: var(--lx-accent) !important;
            border-bottom-color: var(--lx-accent) !important;
            gap: 16px;
        }
        .lx-stats-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            border-top: 1px solid var(--lx-line);
            border-bottom: 1px solid var(--lx-line);
        }
        .lx-bigstat {
            padding: 3rem 2rem;
            border-right: 1px solid var(--lx-line);
            text-align: center;
            transition: background .4s;
        }
        .lx-bigstat:last-child {
            border-right: 0;
        }
        .lx-bigstat:hover {
            background: rgba(200, 161, 90, .03);
        }
        .lx-bigstat__num {
            font-family: 'Fraunces', serif;
            font-weight: 300;
            font-size: clamp(3rem, 6vw, 5rem);
            line-height: 1;
            letter-spacing: -.05em;
            color: var(--lx-ivory);
            display: flex;
            justify-content: center;
            align-items: baseline;
            gap: 4px;
            background-color: #2c2a27;
        }
        .lx-bigstat__unit {
            font-family: 'Fraunces', serif;
            font-style: italic;
            font-weight: 300;
            font-size: .4em;
            color: var(--lx-accent);
        }
        .lx-bigstat__label {
            font-weight: 500;
            font-size: .95rem;
            color: #3d3d3d;
            margin-top: 1rem;
        }
        .lx-bigstat__sub {
            font-family: 'JetBrains Mono', monospace;
            font-size: 10px;
            letter-spacing: .18em;
            text-transform: uppercase;
            color: var(--lx-mute);
            margin-top: .5rem;
        }
        .lx-stats-note {
            margin-top: 1.8rem;
            text-align: center;
            font-size: .82rem;
            color: var(--lx-mute);
            font-style: italic;
            font-family: 'Fraunces', serif;
            font-weight: 300;
        }
        .lx-reviews {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1.5rem;
            margin-bottom: 2.5rem;
        }
        .lx-review {
            padding: 2.2rem;
            background: var(--lx-bg-soft) !important;
            border: 1px solid var(--lx-line);
            position: relative;
            transition: border-color .4s;
        }
        .lx-review:hover {
            border-color: var(--lx-line-strong);
        }
        .lx-quote-mark {
            position: absolute;
            top: 10px;
            right: 24px;
            font-family: 'Fraunces', serif;
            font-size: 6rem;
            font-weight: 400;
            color: var(--lx-accent);
            opacity: .18;
            line-height: 1;
            pointer-events: none;
        }
        .lx-review__head {
            display: flex;
            align-items: center;
            gap: 1rem;
            margin-bottom: 1.2rem;
        }
        .lx-review__avatar {
            width: 44px;
            height: 44px;
            border-radius: 50%;
            display: grid;
            place-items: center;
            flex-shrink: 0;
            background: #ff4d1c;
            color: white;
            font-family: 'Fraunces', serif;
            font-weight: 500;
            font-size: 14px;
        }
        .lx-review__meta {
            flex: 1;
        }
        .lx-review__name {
            font-weight: 500;
            color: #2d2d2d;
            font-size: .95rem;
        }
        .lx-review__date {
            font-family: 'JetBrains Mono', monospace;
            font-size: 10px;
            color: var(--lx-mute);
            text-transform: uppercase;
            letter-spacing: .14em;
            margin-top: 2px;
        }
        .lx-review__google {
            width: 18px;
            height: 18px;
            flex-shrink: 0;
            opacity: .9;
        }
        .lx-review__stars {
            color: var(--lx-accent);
            font-size: 13px;
            letter-spacing: 2px;
            margin-bottom: 1rem;
        }
        .lx-review__text {
            font-family: 'Fraunces', serif;
            font-weight: 300;
            font-style: italic;
            font-size: 1rem;
            line-height: 1.65;
            color: var(--lx-ivory-dim);
            margin: 0;
        }
        .lx-panels {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1.5rem;
        }
        .lx-panel {
            padding: 3rem;
            background: var(--lx-bg-soft) !important;
            border: 1px solid var(--lx-line);
            position: relative;
            overflow: hidden;
            transition: border-color .4s;
        }
        .lx-panel:hover {
            border-color: #ff4d1c4d;
        }
        .lx-panel-bg {
            position: absolute;
            inset: 0;
            pointer-events: none;
            background: radial-gradient(400px 200px at 100% 0%, rgba(200, 161, 90, .06), transparent 60%);
        }
        .lx-panel__tag {
            position: relative;
            font-family: 'JetBrains Mono', monospace;
            font-size: 10px;
            letter-spacing: .22em;
            text-transform: uppercase;
            color: #ff4d1c;
            margin-bottom: 1.2rem;
        }
        .luxe-root .lx-panel__title {
            position: relative;
            font-family: 'Fraunces', serif !important;
            font-weight: 400 !important;
            font-size: 1.9rem !important;
            line-height: 1.2 !important;
            letter-spacing: -.02em;
            color: #2d2d2d !important;
            margin: 0 0 1rem !important;
        }
        .lx-panel__text {
            position: relative;
            font-weight: 300;
            line-height: 1.7;
            color: var(--lx-ivory-dim);
            margin-bottom: 1.8rem;
        }
        .lx-alumni-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            background-color: var(--lx-bg-soft) !important;
        }
        .lx-alumni {
            padding: 3rem 2rem;
            border-right: 1px solid var(--lx-line);
            position: relative;
            transition: background .4s;
        }
        .lx-alumni:last-child {
            border-right: 0;
        }
        .lx-alumni:hover {
            background: rgba(200, 161, 90, .03);
        }
        .lx-alumni__num {
            font-family: 'Fraunces', serif;
            font-weight: 300;
            font-style: italic;
            font-size: 4rem;
            line-height: 1;
            color: #ff4d1c;
            margin-bottom: 1.5rem;
        }
        .lx-alumni__name {
            font-family: 'Fraunces', serif;
            font-weight: 400;
            font-size: 1.8rem;
            color: #2d2d2d;
            letter-spacing: -.02em;
            margin-bottom: .4rem;
        }
        .lx-alumni__form {
            font-family: 'JetBrains Mono', monospace;
            font-size: 10px;
            letter-spacing: .2em;
            text-transform: uppercase;
            color: var(--lx-accent-soft);
            margin-bottom: 1.2rem;
        }
        .lx-alumni__details {
            font-size: .9rem;
            line-height: 1.7;
            color: var(--lx-ivory-dim);
            font-weight: 300;
            margin-bottom: 1.5rem;
        }
        .lx-stack {
            display: grid;
            grid-template-columns: repeat(10, 1fr);
            gap: 1px;
            background: var(--lx-line);
            border: 1px solid var(--lx-line);
        }
        .luxe-root a.lx-tech {
            all: unset;
            aspect-ratio: 1;
            background-color: var(--lx-bg-deep) !important;
            display: flex !important;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 8px;
            color: #1a1a1a;
            padding: 1rem;
            cursor: pointer;
            transition: background-color .35s, transform .35s !important;
            box-sizing: border-box !important;
            border: 1px solid #ff4d1c22;
        }
        .luxe-root a.lx-tech:hover {
            background-color: rgba(200, 161, 90, .06) !important;
            color: #000000 !important;
        }
        .lx-tech img {
            width: 70px !important;
            height: 70px !important;
            object-fit: contain;
            max-width: none !important;
            filter: grayscale(.3);
            transition: filter .35s, transform .35s;
        }
        .lx-tech:hover img {
            filter: grayscale(0);
            transform: scale(1.08);
        }
        .lx-tech-label {
            font-family: 'JetBrains Mono', monospace;
            font-size: 9px;
            letter-spacing: .1em;
            text-transform: uppercase;
            color: var(--lx-mute);
            text-align: center;
        }
        .lx-tech:hover .lx-tech-label {
            color: #2d2d2d;
        }
        .lx-partners {
            display: flex;
            flex-wrap: nowrap;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
            scrollbar-width: thin;
            border-top: 1px solid var(--lx-line);
            border-bottom: 1px solid var(--lx-line);
            background-color: #000000;
        }
        .luxe-root a.lx-partner {
            all: unset;
            flex: 1 0 160px;
            aspect-ratio: 3/2;
            display: grid !important;
            place-items: center;
            padding: 1.5rem;
            cursor: pointer;
            border-right: 1px solid var(--lx-line);
            transition: background-color .35s !important;
            box-sizing: border-box !important;
        }
        .lx-partner:last-child {
            border-right: 0 !important;
        }
        .luxe-root a.lx-partner:hover {
            background-color: rgba(255, 255, 255, 0.02) !important;
        }
        .lx-partner img {
            max-width: 70%;
            max-height: 30px;
            object-fit: contain;
            filter: grayscale(1) brightness(.9);
            opacity: .55;
            transition: filter .4s, opacity .4s;
        }
        .lx-partner:hover img {
            filter: grayscale(0) brightness(1);
            opacity: 1;
        }
        .lx-divider {
            width: 100%;
            height: 1px;
            background: linear-gradient(90deg, transparent, var(--lx-line-strong), transparent);
            margin: 0;
        }
        @media (max-width: 480px) {
            .lx-hero__content {
                padding: 1.5rem 1rem;
            }
            .lx-eyebrow {
                font-size: 9px !important;
                margin-top: 2rem !important;
                padding: 8px 14px;
                gap: 8px;
            }
            .lx-eyebrow-bar {
                width: 18px;
            }
            .luxe-root .lx-title {
                font-size: 2.3rem !important;
                margin-bottom: 1rem !important;
                line-height: 1.15 !important;
                text-align: center !important;
            }
            .lx-lede {
                font-size: 0.9rem;
                line-height: 1.6;
                padding: 0 1rem;
                margin-bottom: 1.5rem;
                text-align: center !important;
            }
            .lx-pills {
                flex-direction: column;
                gap: 8px;
                margin-bottom: 1.5rem;
                padding: 0 1rem;
            }
            .lx-pill {
                font-size: 14px;
                padding: 8px 14px;
                width: 100%;
                justify-content: center;
            }
            .lx-ctas {
                flex-direction: column;
                width: 100%;
                padding: 0 1rem;
                gap: 0.75rem;
                margin-bottom: 2rem;
            }
            .luxe-root a.lx-btn {
                width: 100%;
                padding: 16px 24px !important;
                font-size: 12px !important;
            }
            .lx-ctrls {
                bottom: 15px;
                padding: 10px 16px;
                gap: 1rem;
                flex-wrap: nowrap;
            }
            .lx-dots {
                gap: 6px;
            }
            .luxe-root button.lx-dot {
                width: 7px !important;
                height: 7px !important;
            }
            .luxe-root button.lx-dot.is-active {
                width: 10px !important;
                height: 10px !important;
            }
            .lx-nav {
                padding-left: 0.5rem;
                gap: 8px;
            }
            .luxe-root button.lx-nav-btn {
                width: 36px !important;
                height: 36px !important;
                font-size: 16px !important;
            }
            .lx-corner {
                display: none;
            }
            .lx-section {
                padding: 3rem 0;
            }
            .lx-inner {
                width: calc(100% - 2rem);
            }
            .lx-head {
                margin-bottom: 2rem;
            }
            .lx-head-label {
                font-size: 9px;
                gap: 8px;
            }
            .lx-head-bar {
                width: 16px;
            }
            .luxe-root .lx-head-title {
                font-size: 1.75rem !important;
                margin-bottom: 0.5rem !important;
            }
            .lx-rule {
                width: 40px;
                margin-top: 1rem;
            }
            .lx-cards,
            .lx-reviews,
            .lx-panels,
            .lx-alumni-grid,
            .lx-stats-grid {
                grid-template-columns: 1fr;
                gap: 1rem;
            }
            .lx-card__media {
                height: 240px;
            }
            .lx-card__body {
                padding: 1.5rem 1.2rem;
            }
            .lx-card__tag {
                font-size: 9px;
                margin-bottom: 0.75rem;
            }
            .luxe-root .lx-card__title {
                font-size: 1.35rem !important;
                margin-bottom: 0.75rem !important;
            }
            .lx-card__text {
                font-size: 0.88rem;
                margin-bottom: 1.2rem;
            }
            .lx-bigstat {
                padding: 2rem 1.5rem;
                border-right: 0 !important;
                border-bottom: 1px solid var(--lx-line);
            }
            .lx-bigstat:last-child {
                border-bottom: 0;
            }
            .lx-bigstat__num {
                font-size: 2.5rem;
            }
            .lx-bigstat__label {
                font-size: 0.9rem;
                margin-top: 0.75rem;
            }
            .lx-bigstat__sub {
                font-size: 9px;
            }
            .lx-stats-note {
                font-size: 0.78rem;
                padding: 0 1rem;
                margin-top: 1.5rem;
            }
            .lx-review {
                padding: 1.5rem;
            }
            .lx-quote-mark {
                font-size: 4rem;
                top: 5px;
                right: 15px;
            }
            .lx-review__avatar {
                width: 38px;
                height: 38px;
                font-size: 13px;
            }
            .lx-review__name {
                font-size: 0.9rem;
            }
            .lx-review__google {
                width: 16px;
                height: 16px;
            }
            .lx-review__text {
                font-size: 0.92rem;
            }
            .lx-panel {
                padding: 2rem 1.5rem;
            }
            .luxe-root .lx-panel__title {
                font-size: 1.5rem !important;
            }
            .lx-panel__text {
                font-size: 0.9rem;
                margin-bottom: 1.5rem;
            }
            .lx-alumni {
                padding: 2rem 1.5rem;
                border-right: 0 !important;
                border-bottom: 1px solid var(--lx-line);
            }
            .lx-alumni:last-child {
                border-bottom: 0;
            }
            .lx-alumni__num {
                font-size: 3rem;
                margin-bottom: 1rem;
            }
            .lx-alumni__name {
                font-size: 1.4rem;
            }
            .lx-alumni__form {
                font-size: 9px;
            }
            .lx-alumni__details {
                font-size: 0.85rem;
            }
            .lx-stack {
                grid-template-columns: repeat(2, 1fr);
            }
            .lx-tech {
                padding: 0.75rem;
                gap: 6px;
            }
            .lx-tech img {
                width: 100px !important;
                height: 100px !important;
            }
            .lx-tech-label {
                font-size: 8px;
            }
            .lx-partner {
                flex-basis: 120px;
                padding: 1rem;
            }
            .lx-partner img {
                max-height: 22px;
            }
        }
        @media (min-width: 481px) and (max-width: 768px) {
            .lx-hero__content {
                padding: 2rem 1.5rem;
            }
            .lx-eyebrow {
                font-size: 10px !important;
                margin-top: 3rem !important;
                padding: 9px 16px;
            }
            .luxe-root .lx-title {
                font-size: 2.3rem !important;
                margin-bottom: 1.2rem !important;
            }
            .lx-lede {
                font-size: 1rem;
                padding: 0 1.5rem;
            }
            .lx-lede::before {
                left: -10px;
                top: -20px;
            }
            .lx-lede::after {
                right: -10px;
                bottom: -25px;
            }
            .lx-pills {
                gap: 10px;
                margin-bottom: 2rem;
            }
            .lx-pill {
                font-size: 10px;
                padding: 9px 16px;
            }
            .lx-ctas {
                flex-direction: column;
                gap: 1rem;
                padding: 0 1.5rem;
            }
            .luxe-root a.lx-btn {
                width: 100%;
                padding: 17px 30px !important;
            }
            .lx-ctrls {
                bottom: 25px;
                padding: 12px 20px;
                gap: 1.2rem;
            }
            .luxe-root button.lx-nav-btn {
                width: 40px !important;
                height: 40px !important;
                font-size: 17px !important;
            }
            .lx-section {
                padding: 3.5rem 0;
            }
            .luxe-root .lx-head-title {
                font-size: 2rem !important;
            }
            .lx-cards,
            .lx-reviews,
            .lx-panels,
            .lx-alumni-grid,
            .lx-stats-grid {
                grid-template-columns: 1fr;
                gap: 1.2rem;
            }
            .lx-card__media {
                height: 280px;
            }
            .lx-bigstat {
                border-right: 0 !important;
                border-bottom: 1px solid var(--lx-line);
            }
            .lx-bigstat:last-child {
                border-bottom: 0;
            }
            .lx-alumni {
                border-right: 0 !important;
                border-bottom: 1px solid var(--lx-line);
            }
            .lx-alumni:last-child {
                border-bottom: 0;
            }
            .lx-stack {
                grid-template-columns: repeat(3, 1fr);
            }
            .lx-tech img {
                width: 30px !important;
                height: 30px !important;
            }
            .lx-partner {
                flex-basis: 140px;
            }
        }
        @media (min-width: 769px) and (max-width: 1024px) {
            .lx-hero__content {
                padding: 2.5rem 2rem;
                background-color: transparent !important;
            }
            .lx-eyebrow {
                font-size: 10px !important;
                margin-top: 3.5rem !important;
            }
            .luxe-root .lx-title {
                font-size: 2.8rem !important;
            }
            .lx-lede {
                font-size: 1.05rem;
            }
            .lx-ctas {
                flex-direction: row;
                gap: 1rem;
            }
            .luxe-root a.lx-btn {
                width: auto;
            }
            .lx-ctrls {
                bottom: 35px;
                padding: 14px 26px;
                gap: 1.5rem;
            }
            .luxe-root button.lx-nav-btn {
                width: 42px !important;
                height: 42px !important;
            }
            .lx-corner {
                width: 16px;
                height: 16px;
            }
            .lx-corner.tl,
            .lx-corner.tr {
                top: 25px;
            }
            .lx-corner.tl {
                left: 25px;
            }
            .lx-corner.tr {
                right: 25px;
            }
            .lx-corner.bl,
            .lx-corner.br {
                bottom: 110px;
            }
            .lx-corner.bl {
                left: 25px;
            }
            .lx-corner.br {
                right: 25px;
            }
            .lx-cards,
            .lx-reviews,
            .lx-panels,
            .lx-stats-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 1.3rem;
            }
            .lx-alumni-grid {
                grid-template-columns: 1fr;
                gap: 1.3rem;
            }
            .lx-alumni {
                border-right: 0 !important;
                border-bottom: 1px solid var(--lx-line);
            }
            .lx-alumni:last-child {
                border-bottom: 0;
            }
            .lx-bigstat:nth-child(2n) {
                border-right: 0 !important;
            }
            .lx-bigstat:nth-child(2n+1) {
                border-right: 1px solid var(--lx-line);
            }
            .lx-bigstat:nth-child(n+3) {
                border-top: 1px solid var(--lx-line);
            }
            .lx-stack {
                grid-template-columns: repeat(4, 1fr);
            }
        }
        @media (min-width: 1025px) and (max-width: 1280px) {
            .lx-cards,
            .lx-reviews,
            .lx-alumni-grid,
            .lx-stats-grid {
                grid-template-columns: repeat(3, 1fr);
            }
            .lx-panels {
                grid-template-columns: repeat(2, 1fr);
            }
            .lx-stack {
                grid-template-columns: repeat(5, 1fr);
            }
        }
        @media (min-width: 1281px) {
            .lx-stack {
                grid-template-columns: repeat(10, 1fr);
            }
        }
        .luxe-root {
            overflow-x: hidden;
            width: 100%;
        }
        .lx-card__media img,
        .lx-partner img,
        .lx-tech img {
            max-width: 100%;
            height: auto;
        }
        .lx-card__text,
        .lx-review__text,
        .lx-panel__text,
        .lx-alumni__details {
            overflow-wrap: break-word;
            word-wrap: break-word;
        }
        @media (max-width: 768px) {
            .luxe-root button,
            .luxe-root a.lx-btn {
                min-height: 44px;
                min-width: 44px;
            }
        }
        @media (max-width: 768px) {
            .lx-slide__overlay {
                background: linear-gradient(180deg, rgba(7, 7, 12, .6) 0%, rgba(7, 7, 12, .85) 100%);
            }
        }
        .lx-lede {
            position: relative;
            padding: 0 2rem;
        }
        @media (max-width: 768px) {
            .lx-hero__content {
                background-color: transparent !important;
            }
            .lx-lede {
                font-size: 1rem !important;
                width: 98%;
            }
            .lx-hero__carousel {
                background-color: transparent !important;
            }
            .lx-slide__overlay {
                background: transparent !important;
            }
        }
        @media (max-width: 768px) {
            .lx-ctrls {
                display: none !important;
            }
        }
        .lx-slide__bg {
            opacity: 1;
        }
        .lx-eyebrow {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 12px;
            margin-bottom: 2.5rem;
        }
        .lx-eyebrow-text {
            font-family: 'JetBrains Mono', monospace;
            font-size: clamp(11px, 1.2vw, 11px);
            letter-spacing: 0.25em;
            text-transform: uppercase;
            color: #000000;
            font-weight: 500;
            text-align: center;
        }
        .lx-eyebrow-decorations {
            display: flex;
            align-items: center;
            gap: 14px;
        }
        .lx-eyebrow-bar {
            width: 45px;
            height: 2px;
            background: linear-gradient(to right, #ff4d1c, #ff7a4d);
            border-radius: 2px;
        }
        .lx-dot-pulse {
            width: 8px;
            height: 8px;
            background: #ff4d1c;
            border-radius: 50%;
            box-shadow: 0 0 0 5px rgba(255, 77, 28, 0.25);
            animation: lxPulse 2.3s ease-in-out infinite;
        }
        @keyframes lxPulse {
            0%,
            100% {
                transform: scale(0.8);
            }
            50% {
                transform: scale(1.35);
            }
        }
        @media (max-width: 480px) {
            .lx-eyebrow-decorations {
                gap: 10px;
            }
            .lx-eyebrow-bar {
                width: 32px;
            }
        }
        .luxe-root a.lx-btn.lx-btn-claude {
    background-color: #1a1a1a !important;
    color: #ffffff !important;
    border-radius: 999px !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    overflow: hidden !important;
    -webkit-backdrop-filter: blur(8px) !important;
    backdrop-filter: blur(8px) !important;
    margin-top: 1rem !important;
}
.luxe-root a.lx-btn.lx-btn-claude:hover {
    background-color: #3a3a3a !important; 
    color: #ffffff !important;
    transform: translateY(-2px);
}
/* =========================================================
   DIRECTION "ÉPURÉE / LOVABLE" — dégradé doux en fond de hero,
   coins arrondis sur cartes/boutons/pills, espacement plus aéré.
   Bloc additif écrit après avoir lu le CSS lx-* existant, pour
   surcharger sans dupliquer les règles déjà en place.
========================================================= */
.lx-hero {
    position: relative !important;
    margin-top: -60px !important;
    background: #000000 !important;
    padding-top: 5.5rem;
    padding-bottom: 3rem;
}
/* =========================================================
   HERO GROK / MEM — noir & blanc raffiné, zéro orange
========================================================= */
.lx-hero {
    background: #050505 !important;
    background-image:
        radial-gradient(ellipse 80% 50% at 50% -10%, rgba(255,255,255,0.06), transparent 55%),
        linear-gradient(#050505, #000000) !important;
    padding-top: 7rem !important;
    padding-bottom: 4.5rem !important;
    border: 0 !important;
    border-bottom: none !important;
    box-shadow: none !important;
}
.header-image,
#arbree-header::before,
#arbree-header::after,
header.hero::before,
header.hero::after,
.arbree-nav::after {
    display: none !important;
    height: 0 !important;
    border: 0 !important;
    background: none !important;
    box-shadow: none !important;
}
#arbree-header,
header.hero,
.arbree-nav {
    border-bottom: none !important;
    box-shadow: none !important;
}
.lx-hero .lx-eyebrow {
    background: transparent !important;
    border: 0 !important;
    color: #a1a1aa !important;
    padding: 0 !important;
    gap: 14px !important;
}
.lx-hero .lx-eyebrow-text {
    color: rgba(255,255,255,0.55) !important;
    letter-spacing: 0.32em !important;
    font-weight: 400 !important;
    font-size: 10px !important;
}
.lx-hero .lx-eyebrow-bar {
    width: 28px !important;
    height: 1px !important;
    background: rgba(255,255,255,0.28) !important;
    border-radius: 0 !important;
}
.lx-hero .lx-dot-pulse {
    width: 5px !important;
    height: 5px !important;
    background: #ffffff !important;
    box-shadow: 0 0 0 4px rgba(255,255,255,0.08) !important;
    animation: lxPulseMono 3.2s ease-in-out infinite !important;
}
@keyframes lxPulseMono {
    0%, 100% { transform: scale(0.85); box-shadow: 0 0 0 3px rgba(255,255,255,0.06); }
    50% { transform: scale(1.15); box-shadow: 0 0 0 8px rgba(255,255,255,0); }
}
.luxe-root .lx-hero .lx-title {
    color: #fafafa !important;
    -webkit-text-fill-color: #fafafa !important;
    font-weight: 400 !important;
    letter-spacing: -0.045em !important;
}
.luxe-root .lx-hero .lx-title .lx-amp {
    color: rgba(255,255,255,0.35) !important;
    -webkit-text-fill-color: rgba(255,255,255,0.35) !important;
    font-size: 0.42em !important;
    font-weight: 400 !important;
    margin: 0 0.12em !important;
    vertical-align: middle;
}
.luxe-root .lx-hero .lx-title .lx-italic {
    color: #e4e4e7 !important;
    -webkit-text-fill-color: #e4e4e7 !important;
    font-weight: 300 !important;
}
.lx-hero .lx-pill {
    background: transparent !important;
    border: 1px solid rgba(255,255,255,0.16) !important;
    color: rgba(255,255,255,0.72) !important;
}
.lx-hero .lx-pill-dot {
    background: #ffffff !important;
}
.luxe-root .lx-hero a.lx-btn {
    border-radius: 10px !important;
    letter-spacing: 0.02em !important;
    font-weight: 500 !important;
    font-size: 0.92rem !important;
    padding: 13px 26px !important;
    text-transform: none !important;
}
.luxe-root .lx-hero a.lx-btn-primary,
.luxe-root .lx-hero a.lx-btn-claude {
    background: #ffffff !important;
    color: #0a0a0a !important;
    -webkit-text-fill-color: #0a0a0a !important;
    border: 1px solid #ffffff !important;
}
.luxe-root .lx-hero a.lx-btn-primary:hover,
.luxe-root .lx-hero a.lx-btn-claude:hover {
    background: #e4e4e7 !important;
    color: #0a0a0a !important;
    -webkit-text-fill-color: #0a0a0a !important;
    border-color: #e4e4e7 !important;
    transform: translateY(-1px);
}
.luxe-root .lx-hero a.lx-btn-ghost {
    background: transparent !important;
    color: #fafafa !important;
    -webkit-text-fill-color: #fafafa !important;
    border: 1px solid rgba(255,255,255,0.28) !important;
}
.luxe-root .lx-hero a.lx-btn-ghost:hover {
    background: rgba(255,255,255,0.06) !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    border-color: rgba(255,255,255,0.55) !important;
}
.lx-hero a.lx-btn-claude img {
    filter: grayscale(1) brightness(0.15) !important;
}
.lx-eyebrow {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: #a1a1aa !important;
    padding: 0 !important;
    flex-direction: column !important;
    gap: 10px !important;
    box-shadow: none !important;
}
.lx-eyebrow-text {
    color: rgba(255,255,255,0.55) !important;
}
.lx-eyebrow-bar {
    background: rgba(255,255,255,0.28) !important;
}
.lx-dot-pulse {
    background: #ffffff !important;
}
.luxe-root .lx-hero .lx-title {
    color: #fafafa !important;
}
.lx-hero .lx-pill {
    background: transparent !important;
    border-color: rgba(255, 255, 255, 0.16) !important;
    color: rgba(255,255,255,0.72) !important;
}
/* Pills du hero plus compactes sur mobile : taille de police et
   padding réduits pour éviter le texte sur deux lignes. */
@media (max-width: 480px) {
    .lx-hero .lx-pill {
        font-size: 11px !important;
        padding: 7px 12px !important;
        white-space: nowrap !important;
    }
}
.luxe-root .lx-hero a.lx-btn-ghost {
    background-color: transparent !important;
    color: #fafafa !important;
    -webkit-text-fill-color: #fafafa !important;
    border: 1px solid rgba(255, 255, 255, 0.28) !important;
}
.luxe-root .lx-hero a.lx-btn-ghost:hover {
    background-color: rgba(255, 255, 255, 0.06) !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
}
.luxe-root .lx-hero a.lx-btn.lx-btn-claude {
    background: #ffffff !important;
    color: #0a0a0a !important;
    -webkit-text-fill-color: #0a0a0a !important;
    border: 1px solid #ffffff !important;
}
.luxe-root .lx-hero a.lx-btn-primary {
    background-color: #ffffff !important;
    color: #0a0a0a !important;
    -webkit-text-fill-color: #0a0a0a !important;
}
.luxe-root .lx-hero a.lx-btn-primary:hover {
    background-color: #e4e4e7 !important;
    color: #0a0a0a !important;
}
.luxe-root .lx-title {
    color: #1c1917 !important;
}
.lx-pill {
    border-radius: 999px !important;
    background: rgba(0, 0, 0, 0.03) !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    color: #57534e !important;
}
.luxe-root a.lx-btn {
    border-radius: 10px !important;
    text-transform: none !important;
    letter-spacing: 0.01em !important;
    font-weight: 600 !important;
    padding: 14px 28px !important;
    font-size: 1rem !important;
}
.luxe-root a.lx-btn-primary {
    background-color: #1c1917 !important;
}
.luxe-root a.lx-btn-primary:hover {
    background-color: #35302c !important;
}
.luxe-root a.lx-btn-ghost {
    background-color: transparent !important;
    color: #1c1917 !important;
    border: 1px solid rgba(0, 0, 0, 0.12) !important;
}
.luxe-root a.lx-btn-ghost:hover {
    background-color: rgba(0, 0, 0, 0.04) !important;
    color: #1c1917 !important;
}
.lx-card {
    border-radius: 16px !important;
    border-color: rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03) !important;
}
.lx-card__media {
    border-radius: 16px 16px 0 0 !important;
    overflow: hidden !important;
}
.luxe-root .lx-card__title {
    color: #1c1917 !important;
}
.lx-card__text {
    color: #78716c !important;
}
.lx-panel {
    border-radius: 16px !important;
}
.lx-head-title {
    color: #1c1917 !important;
}
.lx-partners {
    background-color: #fcfbf8 !important;
    border-top: 1px solid rgba(0, 0, 0, 0.06) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
    gap: 12px !important;
    padding: 12px !important;
}
.luxe-root a.lx-partner {
    border-right: 0 !important;
    background-color: #1c1917 !important;
    border-radius: 10px !important;
    transition: background-color .3s, transform .3s !important;
}
.luxe-root a.lx-partner:hover {
    background-color: #35302c !important;
    transform: translateY(-3px);
}
.lx-partner img {
    filter: none !important;
    opacity: 0.85 !important;
    max-height: 40px !important;
}
.lx-partner:hover img {
    opacity: 1 !important;
}
/* Cartes de la stack technique (HTML, CSS, React...) : coins
   arrondis et bordure douce, cohérents avec les autres cartes. */
.luxe-root a.lx-tech {
    border-radius: 14px !important;
    border-color: rgba(0, 0, 0, 0.07) !important;
    background-color: #ffffff !important;
}
.luxe-root a.lx-tech:hover {
    background-color: rgba(0, 0, 0, 0.02) !important;
    transform: translateY(-2px);
}
.lx-card__media {
    height: 340px !important;
}
.lx-card__media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center 30% !important;
    filter: saturate(0.95) contrast(1.02) !important;
}
/* Section Alumni : grille collée avec bordures dures -> cartes
   séparées et arrondies, cohérentes avec le reste des sections. */
.lx-alumni-grid {
    background-color: transparent !important;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 1.25rem !important;
}
.lx-alumni {
    border-right: 0 !important;
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
    border-radius: 16px !important;
    background-color: #ffffff !important;
}
.lx-alumni:hover {
    background-color: rgba(0, 0, 0, 0.015) !important;
    border-color: rgba(0, 0, 0, 0.1) !important;
}
.lx-alumni__name {
    color: #1c1917 !important;
}
.lx-alumni__details {
    color: #78716c !important;
}
/* Panneaux "Reconnaissance & financement" : mêmes coins doux,
   cohérence de couleur de texte avec le reste de la page. */
.lx-panel {
    background-color: #ffffff !important;
    border-color: rgba(0, 0, 0, 0.06) !important;
}
.luxe-root .lx-panel__title {
    color: #1c1917 !important;
}
.lx-panel__text {
    color: #78716c !important;
}
/* =========================================================
   INDEX NOIR & BLANC TOTAL — Grok
========================================================= */
body.home,
.luxe-root,
.lx-section {
    background: #050505 !important;
    color: #fafafa !important;
}
#neural-canvas {
    display: none !important;
}
.luxe-root::before {
    opacity: 0.03 !important;
}
.lx-hero {
    margin-top: calc(-90px + 2rem) !important;
    background: #050505 !important;
    background-image: radial-gradient(ellipse 80% 50% at 50% -10%, rgba(255,255,255,0.05), transparent 55%) !important;
    padding-top: 9rem !important;
    padding-bottom: 4rem !important;
    border: 0 !important;
    box-shadow: none !important;
}
.lx-eyebrow,
.lx-eyebrow-text {
    color: rgba(255,255,255,0.5) !important;
    background: transparent !important;
    border: 0 !important;
}
.lx-eyebrow-bar,
.lx-head-bar {
    background: rgba(255,255,255,0.28) !important;
}
.lx-dot-pulse {
    background: #fff !important;
    box-shadow: 0 0 0 4px rgba(255,255,255,0.08) !important;
}
.luxe-root .lx-hero .lx-title,
.luxe-root .lx-title {
    color: #fafafa !important;
    -webkit-text-fill-color: #fafafa !important;
}
.lx-title .lx-amp,
.lx-title .lx-italic,
.lx-head-title em {
    color: rgba(255,255,255,0.38) !important;
    -webkit-text-fill-color: rgba(255,255,255,0.38) !important;
}
.lx-head-label,
.lx-card__tag,
.lx-panel__tag,
.lx-alumni__form {
    color: rgba(255,255,255,0.45) !important;
}
.luxe-root .lx-head-title,
.luxe-root .lx-card__title,
.luxe-root .lx-panel__title,
.lx-alumni__name {
    color: #fafafa !important;
    -webkit-text-fill-color: #fafafa !important;
}
.lx-card__text,
.lx-panel__text,
.lx-alumni__details,
.lx-lede {
    color: rgba(255,255,255,0.58) !important;
}
.lx-rule,
.lx-divider {
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.22), transparent) !important;
}
/* Eyebrow "2IIA · École de la Tech" du hero : agrandi et remonté
   de 1.5rem par rapport à sa position d'origine. */
.lx-hero .lx-eyebrow {
    margin-top: -1.5rem !important;
}
.lx-hero .lx-eyebrow-text {
    font-size: 15px !important;
    letter-spacing: 0.22em !important;
}
.lx-hero .lx-eyebrow-bar {
    width: 56px !important;
    height: 2px !important;
}
.lx-hero .lx-dot-pulse {
    width: 10px !important;
    height: 10px !important;
    box-shadow: 0 0 0 6px rgba(255, 77, 28, 0.25) !important;
}
/* Sur mobile : on annule la remontée et on redescend le eyebrow
   pour lui laisser plus d'air sous le header. */
@media (max-width: 768px) {
    .lx-hero .lx-eyebrow {
        margin-top: 1.5rem !important;
    }
    .lx-alumni-grid {
        grid-template-columns: 1fr !important;
        gap: 1.3rem !important;
    }
}
.lx-card,
.lx-panel,
.lx-alumni,
.lx-review {
    background: #0c0c0c !important;
    border: 1px solid rgba(255,255,255,0.08) !important;
    box-shadow: none !important;
}
.lx-card:hover,
.lx-panel:hover,
.lx-alumni:hover {
    border-color: rgba(255,255,255,0.18) !important;
    background: #111111 !important;
}
.lx-alumni-grid {
    background: transparent !important;
}
.lx-alumni__num {
    color: #fff !important;
}
.luxe-root a.lx-btn,
.luxe-root .lx-hero a.lx-btn {
    border-radius: 10px !important;
    text-transform: none !important;
    letter-spacing: 0.02em !important;
    font-weight: 500 !important;
}
.luxe-root a.lx-btn-primary,
.luxe-root .lx-hero a.lx-btn-claude,
.luxe-root a.lx-btn-claude {
    background: #ffffff !important;
    color: #0a0a0a !important;
    -webkit-text-fill-color: #0a0a0a !important;
    border: 1px solid #ffffff !important;
}
.luxe-root a.lx-btn-primary:hover,
.luxe-root a.lx-btn-claude:hover {
    background: #e4e4e7 !important;
    color: #0a0a0a !important;
    -webkit-text-fill-color: #0a0a0a !important;
}
.luxe-root a.lx-btn-ghost,
.luxe-root .lx-hero a.lx-btn-ghost {
    background: transparent !important;
    color: #fafafa !important;
    -webkit-text-fill-color: #fafafa !important;
    border: 1px solid rgba(255,255,255,0.28) !important;
}
.luxe-root a.lx-btn-ghost:hover {
    background: rgba(255,255,255,0.06) !important;
    border-color: rgba(255,255,255,0.55) !important;
    color: #fff !important;
}
.lx-hero a.lx-btn-claude img {
    filter: grayscale(1) brightness(0.12) !important;
}
.luxe-root a.lx-tech {
    background: #0c0c0c !important;
    border: 1px solid rgba(255,255,255,0.08) !important;
    color: #fafafa !important;
}
.luxe-root a.lx-tech:hover {
    background: #161616 !important;
}
.lx-tech img {
    filter: grayscale(1) brightness(1.15) !important;
}
.lx-tech-label {
    color: rgba(255,255,255,0.45) !important;
}
.lx-partners {
    background: #050505 !important;
    border-color: rgba(255,255,255,0.08) !important;
}
.luxe-root a.lx-partner {
    background: #111111 !important;
    border: 1px solid rgba(255,255,255,0.08) !important;
}
.luxe-root a.lx-partner:hover {
    background: #1a1a1a !important;
}
.lx-partner img {
    filter: grayscale(1) brightness(1.2) !important;
    opacity: 0.85 !important;
}
.lx-partner--evcau img {
    max-height: 70px !important;
}
.header-image,
.arbree-nav::before,
.arbree-nav::after {
    display: none !important;
    content: none !important;
    height: 0 !important;
}
.arbree-nav,
.arbree-nav.scrolled {
    border-bottom: none !important;
}
@media (max-width: 768px) {
    .lx-hero {
        margin-top: calc(-90px + 2rem) !important;
        padding-top: 9rem !important;
    }
}
.lx-hero {
    background: #f4efe6 !important;
    background-image:
        radial-gradient(ellipse 70% 55% at 15% 100%, rgba(255, 89, 0, 0.55), transparent 60%),
        radial-gradient(ellipse 70% 55% at 85% 100%, rgba(198, 147, 253, 0.69), transparent 60%),
         radial-gradient(ellipse 70% 55% at 85% 100%, rgb(251, 253, 147), transparent 60%),
        linear-gradient(#f4efe6, #f4efe6) !important;
}
.lx-hero .lx-eyebrow {
    color: #1a1a1a !important;
}
.lx-hero .lx-eyebrow-text {
    color: #1a1a1a !important;
}
.lx-hero .lx-eyebrow-bar {
    background: rgba(0,0,0,0.28) !important;
}
.lx-hero .lx-dot-pulse {
    background: #1a1a1a !important;
    box-shadow: 0 0 0 4px rgba(0,0,0,0.08) !important;
}
.luxe-root .lx-hero .lx-title {
    color: #111111 !important;
    -webkit-text-fill-color: #111111 !important;
    font-family: 'Inter', system-ui, sans-serif !important;
    font-weight: 800 !important;
    font-size: clamp(2.4rem, 5.5vw, 4rem) !important;
    max-width: 900px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.luxe-root .lx-hero .lx-title .lx-amp,
.luxe-root .lx-hero .lx-title .lx-italic {
    color: #111111 !important;
    -webkit-text-fill-color: #111111 !important;
}
.lx-hero .lx-title-badge {
    display: inline-block !important;
    background: #111111 !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    font-family: 'Inter', system-ui, sans-serif !important;
    font-weight: 800 !important;
    padding: 0.5rem 2rem !important;
    border-radius: 0.28em !important;
    margin-right: 0.15em !important;
    letter-spacing: 1px!important;
}
.lx-hero .lx-lede {
    color: rgba(17,17,17,0.72) !important;
    font-size: 1.05rem !important;
    text-align: center !important;
    max-width: 640px !important;
    margin: 0 auto 2rem !important;
}
.luxe-root .lx-hero a.lx-btn.lx-btn-claude,
.luxe-root .lx-hero a.lx-btn-ghost {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 13px 26px !important;
    font-size: 0.92rem !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    text-transform: none !important;
    letter-spacing: 0.02em !important;
    border-radius: 10px !important;
    margin-top: 0 !important;
}
.luxe-root .lx-hero a.lx-btn.lx-btn-claude {
    background: #ffffff !important;
    color: #111111 !important;
    -webkit-text-fill-color: #111111 !important;
    border: 1px solid rgba(17,17,17,0.18) !important;
}
.luxe-root .lx-hero a.lx-btn.lx-btn-claude:hover {
    background: #f2f2f2 !important;
}
.lx-hero a.lx-btn-claude img {
    filter: none !important;
}
.luxe-root .lx-hero a.lx-btn-primary,
.luxe-root .lx-hero a.lx-btn-ghost {
    background: #111111 !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    border: 1px solid #111111 !important;
}
.luxe-root .lx-hero a.lx-btn-primary:hover,
.luxe-root .lx-hero a.lx-btn-ghost:hover {
    background: #2a2a2a !important;
    border-color: #2a2a2a !important;
}
.lx-title,
.lx-head-title {
    will-change: transform;
}
.lx-title:hover,
.lx-head-title:hover {
    animation: lxWaveBounce .6s ease;
}
@keyframes lxWaveBounce {
    0%   { transform: translateY(0) rotate(0deg); }
    25%  { transform: translateY(-6px) rotate(-0.5deg); }
    50%  { transform: translateY(2px) rotate(0.5deg); }
    75%  { transform: translateY(-3px) rotate(-0.3deg); }
    100% { transform: translateY(0) rotate(0deg); }
}
