﻿#hero.hero-teszzt {
    position: relative;
    min-height: 100vh;
    padding: 0;
    display: block;
    overflow: hidden;
    background: #050510;
}

#hero.hero-teszzt .aurora-bg,
#hero.hero-teszzt .halo,
#hero.hero-teszzt .particles {
    position: absolute;
}

#hero.hero-teszzt .hero-center {
    position: relative;
    z-index: 10;
    min-height: calc(100vh - 100px);
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
}

#hero.hero-teszzt .hero-clients {
    opacity: 1;
    animation: none;
    margin-bottom: 0;
    align-items: flex-start;
    gap: 12px;
}

#hero.hero-teszzt .clients-logos-wrapper {
    justify-content: flex-start;
}

/* ========================
   BACKGROUND
======================== */
.aurora-bg {
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

.aurora-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* HALOS */
.halo {
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.halo-purple {
    width: 700px;
    height: 700px;
    background: radial-gradient(ellipse at center, rgba(123, 79, 191, 0.18) 0%, rgba(123, 79, 191, 0.06) 40%, transparent 70%);
    top: 10%;
    right: -5%;
    filter: blur(60px);
    animation: haloMove1 15s ease-in-out infinite;
}

.halo-orange {
    width: 600px;
    height: 550px;
    background: radial-gradient(ellipse at center, rgba(240, 122, 47, 0.15) 0%, rgba(240, 122, 47, 0.05) 40%, transparent 70%);
    bottom: 5%;
    right: 15%;
    filter: blur(50px);
    animation: haloMove2 18s ease-in-out infinite;
}

.halo-cyan {
    width: 550px;
    height: 500px;
    background: radial-gradient(ellipse at center, rgba(56, 189, 248, 0.12) 0%, rgba(56, 189, 248, 0.04) 40%, transparent 70%);
    top: 35%;
    left: -5%;
    filter: blur(55px);
    animation: haloMove3 20s ease-in-out infinite;
}

.halo-pink {
    width: 500px;
    height: 500px;
    background: radial-gradient(ellipse at center, rgba(212, 98, 122, 0.12) 0%, rgba(212, 98, 122, 0.04) 40%, transparent 70%);
    top: 55%;
    right: 30%;
    filter: blur(60px);
    animation: haloMove4 16s ease-in-out infinite;
}

@keyframes haloMove1 {
    0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.7; }
    25% { transform: translate(-40px, 30px) scale(1.15); opacity: 1; }
    50% { transform: translate(25px, -20px) scale(0.9); opacity: 0.6; }
    75% { transform: translate(-15px, -35px) scale(1.1); opacity: 0.9; }
}

@keyframes haloMove2 {
    0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.6; }
    25% { transform: translate(35px, -25px) scale(1.12); opacity: 0.9; }
    50% { transform: translate(-20px, 30px) scale(0.88); opacity: 0.5; }
    75% { transform: translate(25px, 15px) scale(1.08); opacity: 0.8; }
}

@keyframes haloMove3 {
    0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.6; }
    33% { transform: translate(30px, 20px) scale(1.15); opacity: 0.9; }
    66% { transform: translate(-35px, -15px) scale(0.9); opacity: 0.5; }
}

@keyframes haloMove4 {
    0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.5; }
    30% { transform: translate(-25px, -25px) scale(1.1); opacity: 0.85; }
    60% { transform: translate(20px, 20px) scale(0.9); opacity: 0.45; }
}

/* Particules */
.particles {
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.particle { position: absolute; border-radius: 50%; }
.p-white { background: white; }
.p-orange { background: #F07A2F; }
.p-purple { background: #7B4FBF; }
.p-cyan { background: #38BDF8; }
.p-warm { background: #FFD4A8; }

@keyframes twinkle { 0%, 100% { opacity: 0.15; } 50% { opacity: 0.7; } }
@keyframes twinkleFast { 0%, 100% { opacity: 0.15; } 50% { opacity: 0.7; } }
@keyframes floatGentle { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

.anim-twinkle { animation: twinkle 4s ease-in-out infinite; }
.anim-twinkle-fast { animation: twinkleFast 2.5s ease-in-out infinite; }
.anim-float { animation: floatGentle 6s ease-in-out infinite; }
.anim-float-slow { animation: floatGentle 10s ease-in-out infinite; }

/* ========================
   DASHBOARD 3D
======================== */
.tilt-container {
    transform: perspective(1200px) rotateY(-20deg) rotateX(5deg) rotateZ(-1.8deg) scale(0.98);
    transition: transform 0.56s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    transform-origin: 50% 50%;
    will-change: transform, opacity;
    animation: mockupEnterDesktop 1.45s cubic-bezier(0.16, 1, 0.3, 1) 0.2s both;
}

.tilt-container:hover {
    transform: perspective(1200px) translateZ(14px) rotateY(-17deg) rotateX(4deg) rotateZ(-1.4deg) scale(0.99);
}

@keyframes mockupFloatY {
    0%, 100% { transform: translate3d(0, 0, 0); }
    50% { transform: translate3d(0, -8px, 0); }
}

@keyframes mockupEnterDesktop {
    0% {
        opacity: 0;
        filter: blur(10px);
        transform: perspective(1200px) translateX(78px) translateY(26px) rotateY(-32deg) rotateX(11deg) rotateZ(-5deg) scale(0.9);
    }
    62% {
        opacity: 1;
        filter: blur(0);
        transform: perspective(1200px) translateX(-8px) translateY(-3px) rotateY(-17deg) rotateX(4deg) rotateZ(-1.2deg) scale(1.01);
    }
    100% {
        opacity: 1;
        filter: blur(0);
        transform: perspective(1200px) rotateY(-20deg) rotateX(5deg) rotateZ(-1.8deg) scale(0.98);
    }
}

@keyframes mockupEnterMobile {
    from {
        opacity: 0;
        transform: translateY(28px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.tilt-container::before {
    content: '';
    position: absolute;
    inset: -1px;
    border-radius: 1rem;
    background: linear-gradient(135deg, rgba(255,255,255,0.12) 0%, rgba(255,255,255,0.04) 30%, rgba(255,255,255,0.08) 50%, rgba(255,255,255,0.02) 70%, rgba(255,255,255,0.1) 100%);
    z-index: -1;
    pointer-events: none;
}

.tilt-container::after {
    content: '';
    position: absolute;
    inset: -6px;
    border-radius: 1.2rem;
    background: linear-gradient(135deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.02) 40%, rgba(255,255,255,0.03) 60%, rgba(255,255,255,0.04) 100%);
    filter: blur(8px);
    z-index: -2;
    pointer-events: none;
    animation: borderGlowPulse 4s ease-in-out infinite;
}

@keyframes borderGlowPulse { 0%, 100% { opacity: 0.5; } 50% { opacity: 1; } }

.glass-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.07);
}

/* ========================
   DASHBOARD INTERNE
======================== */
.dash-shell {
    background: rgba(18, 21, 40, 0.45);
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.10);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    will-change: transform;
    animation: mockupFloatY 6.8s ease-in-out 1.6s infinite;
}

.dash-browser {
    background: rgba(22, 25, 48, 0.5);
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 14px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

.dash-sidebar {
    width: 170px;
    background: rgba(12, 14, 28, 0.35);
    border-right: 1px solid rgba(255,255,255,0.06);
    padding: 20px 14px;
    display: flex;
    flex-direction: column;
}

.dash-sidebar-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 10px;
    border-radius: 8px;
    font-size: 12px;
    color: #6b7094;
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none;
    border: 1px solid transparent;
}

.dash-sidebar-item:hover { background: rgba(255,255,255,0.05); color: #9ca0be; }

.dash-sidebar-item.dash-active {
    background: linear-gradient(135deg, rgba(240, 122, 47, 0.12), rgba(123, 79, 191, 0.07));
    border: 1px solid rgba(240, 122, 47, 0.14);
    color: #fff;
}

.dash-sidebar-item .material-icons-round { font-size: 16px; }
.dash-sidebar-item.dash-active .material-icons-round { color: #F07A2F; }

.dash-card {
    background: rgba(255,255,255,0.035);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 14px;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.dash-header-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    transition: all 0.2s;
}

.dash-header-icon:hover { background: rgba(255,255,255,0.12); }
.dash-header-icon .material-icons-round { font-size: 16px; color: #8a8eb0; }

.lottie-icon {
    width: 16px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.lottie-icon--xs {
    width: 11px;
    height: 11px;
}

.lottie-icon--sm {
    width: 14px;
    height: 14px;
}

.lottie-icon svg {
    width: 100% !important;
    height: 100% !important;
    filter: brightness(0) invert(1);
    opacity: 0.82;
}

.dash-sidebar-item .lottie-icon {
    width: 16px;
    height: 16px;
}

.dash-header-icon .lottie-icon {
    width: 16px;
    height: 16px;
}

.dash-notif-dot {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 7px;
    height: 7px;
    background: #F07A2F;
    border-radius: 50%;
    border: 1.5px solid rgba(18, 21, 40, 0.9);
}

.dash-avatar {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center top;
    border: 1.5px solid rgba(255,255,255,0.12);
    cursor: pointer;
    flex-shrink: 0;
}

.dash-time-btn {
    font-size: 10px;
    padding: 3px 12px;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    transition: all 0.2s;
    background: transparent;
    color: #6b7094;
}

.dash-time-btn.dash-time-active {
    background: rgba(255,255,255,0.10);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.10);
}

.dash-time-btn:not(.dash-time-active):hover { color: #9ca0be; }
.dash-stat-cyan { border-top: 2px solid rgba(56, 189, 248, 0.3); }
.dash-stat-orange { border-top: 2px solid rgba(240, 122, 47, 0.3); }
.dash-stat-purple { border-top: 2px solid rgba(123, 79, 191, 0.3); }

.dash-progress-bar {
    width: 100%;
    height: 4px;
    background: rgba(255,255,255,0.04);
    border-radius: 4px;
    overflow: hidden;
}

.dash-progress-fill { height: 100%; border-radius: 4px; }
@keyframes dashPulse { 0%, 100% { opacity: 0.5; transform: scale(1); } 50% { opacity: 1; transform: scale(1.2); } }

/* ========================
   MOT "DEMANDES"
======================== */
.demandes-wrapper { position: relative; display: inline-block; }

.demandes-light-core {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 80px;
    border-radius: 50%;
    background: radial-gradient(ellipse at center, rgba(255, 200, 120, 0.4) 0%, rgba(240, 122, 47, 0.15) 40%, transparent 75%);
    filter: blur(14px);
    z-index: -1;
    pointer-events: none;
    animation: glowPulseText 3s ease-in-out infinite;
}

.demandes-light-mid {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 350px;
    height: 140px;
    border-radius: 50%;
    background: radial-gradient(ellipse at center, rgba(240, 122, 47, 0.12) 0%, rgba(232, 93, 32, 0.05) 40%, transparent 70%);
    filter: blur(35px);
    z-index: -2;
    pointer-events: none;
    animation: glowPulseText 4s ease-in-out infinite;
    animation-delay: 0.5s;
}

.demandes-light-outer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 450px;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(ellipse at center, rgba(240, 122, 47, 0.06) 0%, rgba(255, 153, 80, 0.02) 50%, transparent 80%);
    filter: blur(50px);
    z-index: -3;
    pointer-events: none;
}

.demandes-streak {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 130%;
    height: 1.5px;
    background: linear-gradient(90deg, transparent 5%, rgba(255, 180, 100, 0.04) 20%, rgba(255, 200, 140, 0.18) 43%, rgba(255, 220, 170, 0.28) 50%, rgba(255, 200, 140, 0.18) 57%, rgba(255, 180, 100, 0.04) 80%, transparent 95%);
    filter: blur(2px);
    z-index: -1;
    pointer-events: none;
}

.demandes-streak-wide {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 110%;
    height: 24px;
    background: linear-gradient(90deg, transparent 10%, rgba(240, 122, 47, 0.02) 25%, rgba(240, 150, 70, 0.06) 45%, rgba(255, 153, 80, 0.08) 50%, rgba(240, 150, 70, 0.06) 55%, rgba(240, 122, 47, 0.02) 75%, transparent 90%);
    filter: blur(10px);
    z-index: -1;
    pointer-events: none;
}

@keyframes glowPulseText {
    0%, 100% { opacity: 0.7; transform: translate(-50%, -50%) scale(1); }
    50% { opacity: 1; transform: translate(-50%, -50%) scale(1.06); }
}

.demandes-particles {
    position: absolute;
    inset: -30px -50px;
    z-index: 5;
    pointer-events: none;
    filter: url(#particle-glow);
}

.dp {
    position: absolute;
    width: var(--s, 3px);
    height: var(--s, 3px);
    border-radius: 50%;
    background: radial-gradient(circle at center, var(--c, rgba(255,200,130,1)) 0%, var(--c2, rgba(240,150,80,0.4)) 50%, transparent 100%);
    animation: dpFloat var(--d, 6s) ease-in-out infinite alternate;
    animation-delay: var(--del, 0s);
    opacity: var(--o, 0.85);
}

@keyframes dpFloat {
    0% { transform: translate(0, 0) scale(1); }
    100% { transform: translate(var(--tx, 3px), var(--ty, -5px)) scale(var(--sc, 1.05)); }
}

.text-backlight-demandes { color: rgba(240, 160, 80, 0.45); animation: textGlowPulseOrange 3s ease-in-out infinite; }

@keyframes textGlowPulseOrange {
    0%, 100% { text-shadow: 0 0 3px rgba(255, 200, 130, 0.35), 0 0 6px rgba(240, 150, 80, 0.25), 0 0 14px rgba(240, 122, 47, 0.15), 0 0 25px rgba(232, 93, 32, 0.08), 0 0 50px rgba(240, 122, 47, 0.04); }
    50% { text-shadow: 0 0 4px rgba(255, 200, 130, 0.55), 0 0 8px rgba(240, 150, 80, 0.4), 0 0 18px rgba(240, 122, 47, 0.25), 0 0 32px rgba(232, 93, 32, 0.14), 0 0 60px rgba(240, 122, 47, 0.08); }
}

.text-gradient-demandes {
    background: var(--gradient-cta);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* CTA */
.cta-hero {
    background: var(--gradient-cta);
    border: none;
    box-shadow: 0 8px 32px rgba(240, 122, 47, 0.3);
}

.cta-hero:hover {
    box-shadow: 0 12px 40px rgba(240, 122, 47, 0.45);
    filter: brightness(1.1);
}

.nav-cta { background: linear-gradient(135deg, #E85D20 0%, #F07A2F 50%, #FF9950 100%); border: none; }

/* Header logo: same visual as mockup logo */
.header .logo {
    gap: 0;
}

.header .logo .logo-icon {
    width: 166px;
    height: 34px;
}

.header .logo:hover .logo-icon {
    transform: none;
}

.header .logo .logo-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Keep the base glass header style even after scroll */
.header-wrapper.scrolled .header {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(24px) saturate(180%);
    -webkit-backdrop-filter: blur(24px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.header-wrapper.scrolled .nav-link {
    color: rgba(255, 255, 255, 0.8);
}

.header-wrapper.scrolled .nav-link:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
}

/* TRUST BADGES (référence) */
.trust-row {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 32px;
}

.trust-pill {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(255,255,255,0.03);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.trust-pill img { height: 18px; width: auto; opacity: 0.85; }

.trust-pill span {
    font-size: 14px;
    font-weight: 600;
    color: rgba(255,255,255,0.7);
    font-family: 'Plus Jakarta Sans', sans-serif;
    letter-spacing: -0.01em;
}

.trust-count {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(255,255,255,0.03);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    font-size: 14px;
    font-weight: 700;
    color: rgba(255,255,255,0.7);
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.trust-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: rgba(255,255,255,0.3);
    font-weight: 500;
    margin-bottom: 12px;
}

@media (max-width: 1023px) {
    .tilt-container {
        transform: none;
        animation: mockupEnterMobile 1.15s cubic-bezier(0.16, 1, 0.3, 1) 0.14s both;
    }

    .dash-shell {
        animation-delay: 1.25s;
    }

    #hero.hero-teszzt .hero-center {
        min-height: calc(100vh - 86px);
        padding-top: 0;
        padding-bottom: 0;
    }

    #hero.hero-teszzt .hero-center > div {
        transform: translateY(56px);
    }

    #hero.hero-teszzt .hero-right-block {
        padding-top: 0;
    }
}

/* ========================
   ALIGNEMENT HERO
======================== */
#hero.hero-teszzt .hero-center > div {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
    transform: translateY(92px);
}

#hero.hero-teszzt .hero-left-block {
    align-items: flex-start !important;
    text-align: left !important;
}

#hero.hero-teszzt .hero-left-block h1 {
    font-family: "Sora", "Plus Jakarta Sans", sans-serif;
    letter-spacing: -0.028em;
}

#hero.hero-teszzt .hero-left-block h1 .hero-line {
    display: inline-block;
    opacity: 0;
    transform: translateY(14px);
    filter: blur(4px);
    animation: heroLineReveal 0.68s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

#hero.hero-teszzt .hero-left-block h1 .hero-line-1 { animation-delay: 0.08s; }
#hero.hero-teszzt .hero-left-block h1 .hero-line-2 { animation-delay: 0.24s; }
#hero.hero-teszzt .hero-left-block h1 .hero-line-3 { animation-delay: 0.40s; }
#hero.hero-teszzt .hero-left-block h1 .hero-line-4 { animation-delay: 0.56s; }

#hero.hero-teszzt .hero-left-block h1 .hero-line .demandes-wrapper {
    vertical-align: baseline;
}

@keyframes heroLineReveal {
    from {
        opacity: 0;
        transform: translateY(14px);
        filter: blur(4px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}

#hero.hero-teszzt .hero-right-block {
    justify-content: flex-end !important;
    padding-top: 28px;
}

#hero.hero-teszzt .hero-center .tilt-container {
    width: 100%;
    max-width: 1120px !important;
}

#hero.hero-teszzt .hero-clients {
    align-items: flex-start !important;
}

#hero.hero-teszzt .hero-clients .client-logo {
    height: 34px;
}

#hero.hero-teszzt .hero-clients .clients-logos {
    gap: 10px;
    padding: 8px 14px;
}

#hero.hero-teszzt .hero-clients .clients-more {
    font-size: 15px;
    padding: 8px 14px;
}

@media (max-width: 767px) {
    .header .logo .logo-icon {
        width: 138px;
        height: 30px;
    }

    #hero.hero-teszzt {
        min-height: 100vh;
        padding-top: 104px;
        padding-bottom: 32px;
        overflow: hidden;
    }

    #hero.hero-teszzt .aurora-bg img {
        object-position: -190px center;
    }

    #hero.hero-teszzt::after {
        content: '';
        position: absolute;
        inset: 0;
        background: rgba(5, 5, 16, 0.15);
        backdrop-filter: blur(30px);
        -webkit-backdrop-filter: blur(30px);
        z-index: 1;
        pointer-events: none;
    }

    #hero.hero-teszzt .hero-center {
        position: relative;
        z-index: 2;
    }

    #hero.hero-teszzt .header-wrapper {
        position: relative;
        z-index: 2;
    }

    #hero.hero-teszzt .hero-clients .client-logo {
        height: 30px;
    }

    #hero.hero-teszzt .hero-center {
        min-height: calc(100vh - 104px);
        align-items: center;
    }

    #hero.hero-teszzt .hero-center > div {
        transform: translateY(3px);
        gap: 20px;
    }

    #hero.hero-teszzt .hero-left-block {
        align-items: center !important;
        text-align: center !important;
        width: 100%;
        padding: 0 2px;
    }

    #hero.hero-teszzt .hero-left-block p .block {
        white-space: normal !important;
    }

    #hero.hero-teszzt .hero-right-block {
        display: none !important;
    }

    #hero.hero-teszzt .hero-center .tilt-container {
        max-width: 100% !important;
    }

    #hero.hero-teszzt .dash-shell > .flex {
        height: 360px !important;
    }

    #hero.hero-teszzt .hero-right-block {
        display: none !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tilt-container {
        animation: none !important;
    }

    .dash-shell {
        animation: none !important;
    }

    #hero.hero-teszzt .hero-left-block h1 .hero-line {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
        filter: none !important;
    }
}

/* ========================
   PROBLEME HERO STYLE
======================== */
#probleme-wrapper.problem-hero-theme .section-title {
    color: #ffffff;
    letter-spacing: -0.02em;
}

#probleme-wrapper.problem-hero-theme .section-subtitle {
    color: #b6bdd7;
}

#probleme-wrapper.problem-hero-theme .problem-grid {
    gap: 22px;
}

#probleme-wrapper.problem-hero-theme .problem-card {
    background: rgba(13, 16, 34, 0.62);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 16px 48px rgba(2, 4, 18, 0.45);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

#probleme-wrapper.problem-hero-theme .problem-card:hover {
    transform: translateY(-4px);
    border-color: rgba(240, 122, 47, 0.34);
    box-shadow: 0 22px 54px rgba(2, 4, 18, 0.56);
}

#probleme-wrapper.problem-hero-theme .problem-title {
    color: #ffffff;
}

#probleme-wrapper.problem-hero-theme .problem-description {
    color: #b4bcd5;
}

#probleme-wrapper.problem-hero-theme .problem-icon-animated {
    width: 72px;
    height: 72px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: var(--gradient-cta, linear-gradient(135deg, #FE861F 0%, #A855F7 100%));
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 10px 28px rgba(168, 85, 247, 0.28), 0 6px 16px rgba(254, 134, 31, 0.24);
}

#probleme-wrapper.problem-hero-theme .problem-icon-animated .lottie-icon,
#probleme-wrapper.problem-hero-theme .problem-icon-animated .lottie-icon--problem {
    width: 52px;
    height: 52px;
}

#probleme-wrapper.problem-hero-theme .problem-icon-animated .lottie-icon svg {
    filter: brightness(0) invert(1) !important;
    opacity: 1 !important;
}

#probleme-wrapper.problem-hero-theme .section-cta .btn {
    border: none;
    background: linear-gradient(135deg, #E85D20 0%, #F07A2F 52%, #FF9950 100%);
    box-shadow: 0 10px 34px rgba(240, 122, 47, 0.32);
}

#probleme-wrapper.problem-hero-theme .section-cta .btn:hover {
    box-shadow: 0 14px 40px rgba(240, 122, 47, 0.44);
}

@media (max-width: 767px) {
    #probleme-wrapper.problem-hero-theme .problem-icon-animated {
        width: 62px;
        height: 62px;
    }

    #probleme-wrapper.problem-hero-theme .problem-icon-animated .lottie-icon,
    #probleme-wrapper.problem-hero-theme .problem-icon-animated .lottie-icon--problem {
        width: 42px;
        height: 42px;
    }
}

/* ========================
   MOCKUP VISIONS
======================== */
html,
body {
    min-height: 100%;
}

body {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    overflow-y: auto !important;
    background: #080a18 url('/static/background.webp') no-repeat center top;
    background-size: 100% auto;
}

.section-wrapper {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

#mockup-visions-wrapper {
    position: relative;
    z-index: auto;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    padding-bottom: 80px;
}

.section-carousel {
    position: relative;
    isolation: isolate;
    background: none;
    overflow: hidden;
    margin-top: -2px;
    padding-top: 0;
}

.section-carousel::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: url('/static/background.webp') no-repeat center center;
    background-size: cover;
    transform: scaleY(-1);
    z-index: -2;
    pointer-events: none;
}

.section-carousel::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, 
      rgba(10, 12, 24, 0) 0%,
      rgba(10, 12, 24, 0.3) 15%,
      rgba(10, 12, 24, 0.45) 30%,
      rgba(10, 12, 24, 0.45) 100%
    );
    z-index: -1;
}

.section-carousel > * {
    position: relative;
    z-index: 1;
}

#mockup-visions {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px;
    background: transparent !important;
}

#mockup-visions .mockup-visions-shell {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.35);
    padding: 56px 36px 44px;
}

#mockup-visions .mockup-visions-shell::before {
    content: none;
}

#mockup-visions .mockup-visions-shell > * {
    position: relative;
    z-index: 1;
}

#mockup-visions .mockup-visions-title {
    margin: 0;
    text-align: center;
    color: #ffffff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: clamp(1.9rem, 3.8vw, 2.35rem);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

#mockup-visions .mockup-visions-subtitle {
    margin: 12px 0 0;
    text-align: center;
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.875rem;
    font-weight: 300;
    letter-spacing: 0.05em;
}

#mockup-visions .mockup-visions-tabs {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

#mockup-visions .mockup-visions-tab {
    appearance: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    border-radius: 9999px;
    font-size: 0.84rem;
    font-weight: 400;
    padding: 8px 20px;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

#mockup-visions .mockup-visions-tab:hover {
    transform: translateY(-1px);
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.09);
}

#mockup-visions .mockup-visions-tab.is-active {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.25);
    font-weight: 600;
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.06);
}

#mockup-visions .mockup-visions-carousel {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
}

#mockup-visions .mockup-visions-card {
    position: relative;
    isolation: isolate;
    width: 48%;
    min-width: 0;
    max-width: none;
    flex: 0 1 48%;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

#mockup-visions .mockup-visions-glow {
    position: absolute;
    inset: 20px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.04), transparent);
    filter: blur(40px);
    pointer-events: none;
    z-index: 0;
}

#mockup-visions .mockup-visions-card.is-leaving {
    opacity: 0;
    transform: translateY(8px);
    transition-duration: 0.25s;
}

#mockup-visions .mockup-visions-card.is-enter {
    opacity: 0;
    transform: translateY(8px);
}

#mockup-visions .mockup-visions-card.is-enter.is-visible {
    opacity: 1;
    transform: translateY(0);
}

#mockup-visions .mockup-visions-media-wrap {
    appearance: none;
    display: block;
    width: 100%;
    padding: 0;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: transparent;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    position: relative;
    z-index: 1;
    transition: transform 0.5s ease, box-shadow 0.5s ease, border-color 0.5s ease;
}

#mockup-visions .mockup-visions-media-wrap:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.35);
    outline-offset: 3px;
}

#mockup-visions .mockup-visions-image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 16px;
    transform: scale(1);
    transition: transform 0.5s ease;
}

#mockup-visions .mockup-visions-media-wrap:hover,
#mockup-visions .mockup-visions-media-wrap:focus-visible {
    transform: scale(1.03);
    box-shadow: 0 24px 72px rgba(0, 0, 0, 0.6);
    border-color: rgba(255, 255, 255, 0.14);
}

#mockup-visions .mockup-visions-media-wrap:hover .mockup-visions-image,
#mockup-visions .mockup-visions-media-wrap:focus-visible .mockup-visions-image {
    transform: scale(1.015);
}

#mockup-visions .mockup-visions-label {
    margin: 8px 0 0;
    text-align: center;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.4);
    font-weight: 300;
    letter-spacing: 0.02em;
}

body.mockup-modal-open {
    overflow: hidden;
}

#mockup-modal.mockup-modal {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    background: rgba(3, 5, 14, 0.62);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 2147483646;
}

body.mockup-modal-open #mockup-visions-wrapper {
    z-index: 2147483640 !important;
}

#mockup-modal.mockup-modal.is-open {
    opacity: 1;
    pointer-events: auto;
}

#mockup-modal .mockup-modal-backdrop {
    position: absolute;
    inset: 0;
}

#mockup-modal .mockup-modal-dialog {
    position: relative;
    z-index: 1;
    width: min(1200px, 95vw);
    margin: 0;
}

#mockup-modal .mockup-modal-image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.62);
}

#mockup-modal .mockup-modal-caption {
    margin-top: 10px;
    text-align: center;
    font-size: 0.86rem;
    font-weight: 400;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.72);
}

#mockup-modal .mockup-modal-close {
    position: absolute;
    top: -14px;
    right: -12px;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 9999px;
    background: rgba(10, 12, 24, 0.82);
    color: #ffffff;
    font-size: 1.6rem;
    line-height: 1;
    cursor: pointer;
    transition: transform 0.25s ease, background 0.25s ease;
}

#mockup-modal .mockup-modal-close:hover,
#mockup-modal .mockup-modal-close:focus-visible {
    transform: scale(1.06);
    background: rgba(18, 22, 42, 0.92);
}

@media (max-width: 767px) {
    #mockup-visions {
        padding: 0 14px;
    }

    #mockup-visions .mockup-visions-shell {
        border-radius: 0;
        padding: 36px 16px 26px;
    }

    #mockup-visions .mockup-visions-tabs {
        margin-top: 32px;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        overflow: visible;
        padding-bottom: 0;
    }

    #mockup-visions .mockup-visions-tab {
        width: 100%;
        text-align: center;
        padding: 9px 12px;
        font-size: 0.78rem;
    }

    #mockup-visions .mockup-visions-tab:last-child {
        grid-column: 1 / -1;
        justify-self: center;
        width: min(220px, 100%);
    }

    #mockup-visions .mockup-visions-carousel {
        flex-direction: column;
        gap: 16px;
        margin-top: 40px;
    }

    #mockup-visions .mockup-visions-card {
        width: 100%;
        min-width: 0;
        max-width: 100%;
        flex: 1 1 auto;
    }

    #mockup-modal .mockup-modal-close {
        top: -8px;
        right: -6px;
        width: 34px;
        height: 34px;
        font-size: 1.4rem;
    }
}

/* ========================
   FOND UNIFIÉ — TOUTES SECTIONS
======================== */
#probleme-wrapper,
#ce-quon-installe-wrapper,
#case-studies-wrapper,
#process-wrapper,
#offres-wrapper,
#agents-teaser-wrapper,
.integrations-section,
#faq-wrapper,
#closing-wrapper,
.footer {
    position: relative !important;
    z-index: 10 !important;
    isolation: isolate;
    overflow: hidden;
    background: none !important;
    color: #ffffff !important;
}

#probleme-wrapper::before,
#ce-quon-installe-wrapper::before,
#case-studies-wrapper::before,
#process-wrapper::before,
#offres-wrapper::before,
#agents-teaser-wrapper::before,
.integrations-section::before,
#faq-wrapper::before,
#closing-wrapper::before,
.footer::before {
    content: none;
}

#probleme-wrapper::after,
#ce-quon-installe-wrapper::after,
#case-studies-wrapper::after,
#process-wrapper::after,
#offres-wrapper::after,
#agents-teaser-wrapper::after,
.integrations-section::after,
#faq-wrapper::after,
#closing-wrapper::after,
.footer::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 12, 24, 0.55);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    z-index: -1;
    pointer-events: none;
}

#probleme-wrapper > section,
#probleme-wrapper > *:not(style):not(script),
#ce-quon-installe-wrapper > section,
#case-studies-wrapper > section,
#process-wrapper > section,
#offres-wrapper > section,
#agents-teaser-wrapper > section,
.integrations-section > *:not(style):not(script),
#faq-wrapper > section,
#closing-wrapper > section,
.footer > * {
    position: relative;
    z-index: 1;
}

#probleme-wrapper *,
#ce-quon-installe-wrapper *,
#case-studies-wrapper *,
#process-wrapper *,
#offres-wrapper *,
#agents-teaser-wrapper *,
.integrations-section *,
#faq-wrapper *,
#closing-wrapper *,
.footer * {
    color: inherit;
}

#probleme-wrapper .section-subtitle,
#ce-quon-installe-wrapper .section-subtitle,
#case-studies-wrapper .section-subtitle,
#process-wrapper .section-subtitle,
#offres-wrapper .section-subtitle,
#agents-teaser-wrapper .section-subtitle,
#faq-wrapper .section-subtitle,
#closing-wrapper .section-subtitle {
    color: #b6bdd7 !important;
}

/* ========================
   CASE STUDIES — CARTES
======================== */
#case-studies-wrapper .compact-card {
    background: rgba(13, 16, 34, 0.62) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 16px 48px rgba(2, 4, 18, 0.45);
}

#case-studies-wrapper .compact-card * {
    color: #ffffff !important;
}

#case-studies-wrapper .compact-quote {
    color: #b6bdd7 !important;
}

#case-studies-wrapper .compact-stat {
    color: #e0e2f0 !important;
}

#case-studies-wrapper .compact-stat strong {
    color: #ffffff !important;
}

#case-studies-wrapper .compact-name {
    color: #ffffff !important;
}

#case-studies-wrapper .compact-logo img {
    filter: none !important;
    opacity: 1 !important;
}

#case-studies-wrapper .compact-logo {
    background: #ffffff !important;
    border: 1px solid rgba(15, 23, 42, 0.08) !important;
}

#case-studies-wrapper .section-title {
    color: #ffffff !important;
}

/* ========================
   NOS OFFRES — FIX VISUEL + ACCORDEONS
======================== */
#offres-wrapper .section-title {
    color: #ffffff !important;
}

#offres-wrapper .offer-compact-card {
    background: rgba(13, 16, 34, 0.62) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 16px 48px rgba(2, 4, 18, 0.45);
}

#offres-wrapper .offer-compact-card.featured {
    background: linear-gradient(135deg, rgba(168, 85, 247, 0.16) 0%, rgba(254, 134, 31, 0.16) 100%) !important;
    border-color: rgba(255, 255, 255, 0.18) !important;
}

#offres-wrapper .offer-compact-title,
#offres-wrapper .offer-compact-description,
#offres-wrapper .offer-compact-price,
#offres-wrapper .offer-compact-price strong,
#offres-wrapper .offer-compact-features li {
    color: #ffffff !important;
}

#offres-wrapper .offer-compact-toggle {
    background: rgba(255, 255, 255, 0.12) !important;
}

#offres-wrapper .offer-compact-toggle svg {
    color: #ffffff !important;
}

#offres-wrapper .offer-compact-features li::before {
    color: #34d399 !important;
}

#offres-wrapper .offer-compact-card.open .offer-compact-details {
    max-height: 720px !important;
}

/* ========================
   FAQ — THEME SOMBRE COHERENT
======================== */
#faq-wrapper .section-title {
    color: #ffffff !important;
}

#faq-wrapper .faq-item {
    background: rgba(13, 16, 34, 0.62) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 12px 36px rgba(2, 4, 18, 0.35);
}

#faq-wrapper .faq-item:hover {
    border-color: rgba(255, 255, 255, 0.2) !important;
    box-shadow: 0 16px 44px rgba(2, 4, 18, 0.5);
}

#faq-wrapper .faq-question {
    color: #ffffff !important;
}

#faq-wrapper .faq-question:hover {
    color: #e2e8f0 !important;
}

#faq-wrapper .faq-icon {
    color: #ffffff !important;
}

#faq-wrapper .faq-answer-content {
    color: #cbd5e1 !important;
}

#faq-wrapper .faq-answer-content strong {
    color: #ffffff !important;
}

/* ========================
   CLOSING + FOOTER LINKS
======================== */
#closing-wrapper .closing-card {
    background: rgba(13, 16, 34, 0.62) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 16px 48px rgba(2, 4, 18, 0.45);
}

#closing-wrapper .closing-card::before {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.01) 100%) !important;
}

#closing-wrapper .closing-title {
    color: #ffffff !important;
}

#closing-wrapper .closing-text {
    color: #cbd5e1 !important;
}

#closing-wrapper .closing-note {
    color: #b6bdd7 !important;
}

#closing-wrapper .closing-btn {
    color: #ffffff !important;
}

.footer .footer-links a {
    color: #ffffff !important;
}

.footer .footer-links a:hover {
    color: #e2e8f0 !important;
}

/* ========================
   CTA SECTIONS - GRADIENT
======================== */
#probleme-wrapper .section-cta .btn.btn-primary,
#process-wrapper .section-cta .btn.btn-primary {
    border: none;
    color: #ffffff !important;
    background: var(--gradient-cta, linear-gradient(135deg, #E85D20 0%, #F07A2F 50%, #FF9950 100%)) !important;
    box-shadow: 0 12px 36px rgba(240, 122, 47, 0.34), 0 8px 24px rgba(168, 85, 247, 0.2);
}

#probleme-wrapper .section-cta .btn.btn-primary:hover,
#process-wrapper .section-cta .btn.btn-primary:hover {
    filter: brightness(1.07);
    box-shadow: 0 16px 42px rgba(240, 122, 47, 0.42), 0 12px 30px rgba(168, 85, 247, 0.26);
}

/* ========================
   AGENTS PAGE - INDEX LOOK
======================== */
.agents-page .header .logo {
    gap: 0;
}

.agents-page .header .logo .logo-icon {
    width: 166px;
    height: 34px;
}

.agents-page #header-wrapper.scrolled .header {
    background: rgba(16, 23, 45, 0.78);
    border-color: rgba(255, 255, 255, 0.18);
}

.agents-page #agents-hero-wrapper,
.agents-page #agents-problem-wrapper,
.agents-page #agents-poles-wrapper,
.agents-page #agents-case-study-wrapper,
.agents-page #agents-security-wrapper,
.agents-page #agents-cta-wrapper {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: none !important;
}

.agents-page #agents-hero-wrapper::before,
.agents-page #agents-problem-wrapper::before,
.agents-page #agents-poles-wrapper::before,
.agents-page #agents-case-study-wrapper::before,
.agents-page #agents-security-wrapper::before,
.agents-page #agents-cta-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("/static/background.webp") no-repeat center center;
    background-size: cover;
    transform: scale(1.04);
    z-index: -2;
    pointer-events: none;
}

.agents-page #agents-hero-wrapper::after,
.agents-page #agents-problem-wrapper::after,
.agents-page #agents-poles-wrapper::after,
.agents-page #agents-case-study-wrapper::after,
.agents-page #agents-security-wrapper::after,
.agents-page #agents-cta-wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(10, 12, 24, 0.56);
    backdrop-filter: blur(26px);
    -webkit-backdrop-filter: blur(26px);
    z-index: -1;
    pointer-events: none;
}

.agents-page #agents-hero-wrapper > *,
.agents-page #agents-problem-wrapper > *,
.agents-page #agents-poles-wrapper > *,
.agents-page #agents-case-study-wrapper > *,
.agents-page #agents-security-wrapper > *,
.agents-page #agents-cta-wrapper > * {
    position: relative;
    z-index: 1;
}

.agents-page #agents-hero-wrapper {
    padding: 132px 20px 88px;
}

.agents-page #agents-hero-wrapper .section-title,
.agents-page #agents-problem-wrapper .section-title,
.agents-page #agents-poles-wrapper .section-title,
.agents-page #agents-case-study-wrapper .section-title,
.agents-page #agents-security-wrapper .section-title,
.agents-page #agents-cta-wrapper .section-title {
    color: #ffffff !important;
    font-family: "Sora", "Plus Jakarta Sans", sans-serif;
    letter-spacing: -0.022em;
}

.agents-page #agents-hero-wrapper .section-subtitle,
.agents-page #agents-problem-wrapper .section-subtitle,
.agents-page #agents-poles-wrapper .section-subtitle,
.agents-page #agents-case-study-wrapper .section-subtitle,
.agents-page #agents-security-wrapper .section-subtitle,
.agents-page #agents-cta-wrapper .section-subtitle {
    color: #b6bdd7 !important;
}

.agents-page #agents-hero-wrapper .badge {
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;
}

.agents-page #agents-hero-wrapper .btn.btn-primary,
.agents-page #agents-cta-wrapper .btn.btn-primary {
    border: none;
    color: #ffffff !important;
    background: var(--gradient-cta, linear-gradient(135deg, #E85D20 0%, #F07A2F 50%, #FF9950 100%)) !important;
    box-shadow: 0 12px 36px rgba(240, 122, 47, 0.34), 0 8px 24px rgba(168, 85, 247, 0.2);
}

.agents-page #agents-hero-wrapper .btn.btn-primary:hover,
.agents-page #agents-cta-wrapper .btn.btn-primary:hover {
    filter: brightness(1.07);
    box-shadow: 0 16px 42px rgba(240, 122, 47, 0.42), 0 12px 30px rgba(168, 85, 247, 0.26);
}

.agents-page .agent-modal .modal-cta {
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.22) !important;
    background: rgba(255, 255, 255, 0.09) !important;
    box-shadow: 0 12px 30px rgba(2, 4, 18, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.14) !important;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.agents-page .agent-modal .modal-cta:hover {
    background: rgba(255, 255, 255, 0.15) !important;
    border-color: rgba(255, 255, 255, 0.35) !important;
    box-shadow: 0 16px 38px rgba(2, 4, 18, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.2) !important;
    filter: none;
}

.agents-page #agents-problem-wrapper .problem-card,
.agents-page #agents-poles-wrapper .agent-card,
.agents-page #agents-case-study-wrapper .case-study-compact,
.agents-page #agents-security-wrapper .security-item {
    background: rgba(13, 16, 34, 0.62) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0 16px 48px rgba(2, 4, 18, 0.45);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.agents-page #agents-problem-wrapper .problem-card:hover,
.agents-page #agents-poles-wrapper .agent-card:hover,
.agents-page #agents-case-study-wrapper .case-study-compact:hover,
.agents-page #agents-security-wrapper .security-item:hover {
    border-color: rgba(240, 122, 47, 0.34) !important;
    box-shadow: 0 22px 54px rgba(2, 4, 18, 0.56);
}

.agents-page #agents-problem-wrapper .problem-title,
.agents-page #agents-poles-wrapper .agent-name,
.agents-page #agents-poles-wrapper .agent-role,
.agents-page #agents-case-study-wrapper .case-compact-title,
.agents-page #agents-case-study-wrapper .case-compact-label,
.agents-page #agents-security-wrapper .security-text strong {
    color: #ffffff !important;
}

.agents-page #agents-problem-wrapper .problem-description,
.agents-page #agents-poles-wrapper .agent-desc,
.agents-page #agents-poles-wrapper .agent-limit,
.agents-page #agents-poles-wrapper .agent-benefit,
.agents-page #agents-case-study-wrapper .case-compact-text,
.agents-page #agents-case-study-wrapper .case-compact-quote,
.agents-page #agents-security-wrapper .security-text {
    color: #b6bdd7 !important;
}

.agents-page #agents-problem-wrapper .problem-icon,
.agents-page #agents-security-wrapper .security-item svg {
    color: #ffffff !important;
}

.agents-page .footer {
    background: rgba(8, 10, 24, 0.86) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.agents-page .footer .footer-logo span,
.agents-page .footer .footer-copy,
.agents-page .footer .footer-tagline,
.agents-page .footer .footer-link,
.agents-page .footer .footer-link-legal {
    color: #ffffff !important;
}

.agents-page .footer .footer-link:hover,
.agents-page .footer .footer-link-legal:hover {
    color: #e2e8f0 !important;
}

@media (max-width: 767px) {
    .agents-page #agents-hero-wrapper {
        padding: 104px 16px 58px;
    }

    .agents-page #agents-hero-wrapper .section-title {
        font-size: clamp(2rem, 8.5vw, 2.8rem) !important;
    }

    .agents-page .header .logo .logo-icon {
        width: 138px;
        height: 30px;
    }
}

/* ========================
   AGENTS HERO SPLIT
======================== */
.agents-page #agents-hero.agents-hero-split {
    padding-top: 24px;
    padding-bottom: 8px;
}

.agents-page #agents-hero .agents-hero-grid {
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 34px;
    align-items: center;
}

.agents-page #agents-hero .agents-hero-left {
    max-width: 620px;
}

.agents-page #agents-hero .agents-hero-pill {
    display: inline-flex;
    margin-bottom: 20px;
}

.agents-page #agents-hero .section-title {
    margin-bottom: 18px;
    font-size: clamp(2.45rem, 4.8vw, 4.15rem) !important;
    line-height: 1.06;
}

.agents-page #agents-hero .section-subtitle {
    max-width: 620px;
    font-size: clamp(1.03rem, 1.55vw, 1.25rem);
    line-height: 1.6;
}

.agents-page #agents-hero .agents-hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
}

.agents-page #agents-hero .agents-trust-chip {
    display: inline-flex;
    align-items: center;
    border-radius: 9999px;
    padding: 8px 14px;
    font-size: 0.84rem;
    color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.agents-page #agents-hero .agents-hero-cta {
    justify-content: flex-start;
    margin-top: 28px;
}

.agents-page #agents-hero .agents-hero-right {
    perspective: 1750px;
}

.agents-page #agents-hero .agents-hero-console {
    width: min(780px, 100%);
    margin-left: auto;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: linear-gradient(145deg, rgba(14, 17, 36, 0.86) 0%, rgba(20, 24, 48, 0.8) 55%, rgba(13, 16, 34, 0.9) 100%);
    box-shadow: 0 24px 72px rgba(1, 2, 10, 0.58), 0 14px 36px rgba(168, 85, 247, 0.2);
    transform: rotateY(-14deg) rotateX(8deg) translateZ(0);
    transform-style: preserve-3d;
    transition: transform 0.45s ease, box-shadow 0.45s ease;
    animation: agentsConsoleFloat 7s ease-in-out infinite;
    overflow: hidden;
}

.agents-page #agents-hero .agents-hero-console:hover {
    transform: rotateY(-10deg) rotateX(6deg) translateY(-4px);
    box-shadow: 0 30px 86px rgba(1, 2, 10, 0.62), 0 18px 44px rgba(240, 122, 47, 0.24);
}

.agents-page #agents-hero .agents-console-bar {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
    background: rgba(8, 10, 24, 0.72);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.agents-page #agents-hero .agents-console-dots {
    display: flex;
    gap: 6px;
}

.agents-page #agents-hero .agents-console-dots span {
    width: 9px;
    height: 9px;
    border-radius: 9999px;
}

.agents-page #agents-hero .agents-console-dots span:nth-child(1) { background: #ff5f57; }
.agents-page #agents-hero .agents-console-dots span:nth-child(2) { background: #febc2e; }
.agents-page #agents-hero .agents-console-dots span:nth-child(3) { background: #28c840; }

.agents-page #agents-hero .agents-console-title {
    font-size: 0.82rem;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.62);
}

.agents-page #agents-hero .agents-console-status {
    font-size: 0.74rem;
    color: #9cffcb;
    background: rgba(33, 212, 133, 0.12);
    border: 1px solid rgba(33, 212, 133, 0.38);
    border-radius: 9999px;
    padding: 4px 10px;
    white-space: nowrap;
}

.agents-page #agents-hero .agents-console-body {
    display: grid;
    grid-template-columns: 170px 1fr;
    min-height: 440px;
}

.agents-page #agents-hero .agents-console-nav {
    border-right: 1px solid rgba(255, 255, 255, 0.09);
    background: rgba(10, 13, 28, 0.74);
    padding: 18px 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.agents-page #agents-hero .agents-console-nav span {
    padding: 10px 12px;
    border-radius: 10px;
    color: rgba(188, 197, 225, 0.82);
    font-size: 0.86rem;
    transition: background 0.2s ease, color 0.2s ease;
}

.agents-page #agents-hero .agents-console-nav span.is-active,
.agents-page #agents-hero .agents-console-nav span:hover {
    background: rgba(255, 255, 255, 0.11);
    color: #ffffff;
}

.agents-page #agents-hero .agents-console-main {
    padding: 18px;
    display: grid;
    grid-template-rows: auto 1fr auto;
    gap: 14px;
}

.agents-page #agents-hero .agents-console-kpis {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.agents-page #agents-hero .agents-kpi-card {
    border-radius: 12px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.agents-page #agents-hero .agents-kpi-card small {
    display: block;
    color: rgba(182, 189, 215, 0.88);
    font-size: 0.72rem;
    margin-bottom: 6px;
}

.agents-page #agents-hero .agents-kpi-card strong {
    color: #ffffff;
    font-size: 1.02rem;
}

.agents-page #agents-hero .agents-console-stream {
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    background: rgba(255, 255, 255, 0.05);
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.agents-page #agents-hero .agents-stream-item {
    display: flex;
    align-items: flex-start;
    gap: 9px;
}

.agents-page #agents-hero .agents-stream-item i {
    width: 8px;
    height: 8px;
    border-radius: 9999px;
    margin-top: 7px;
    background: linear-gradient(135deg, #fe861f 0%, #a855f7 100%);
    box-shadow: 0 0 12px rgba(168, 85, 247, 0.55);
    flex-shrink: 0;
}

.agents-page #agents-hero .agents-stream-item p {
    margin: 0;
    color: rgba(219, 226, 248, 0.88);
    line-height: 1.45;
    font-size: 0.83rem;
}

.agents-page #agents-hero .agents-stream-item b {
    color: #ffffff;
    font-weight: 600;
}

.agents-page #agents-hero .agents-console-pipeline {
    height: 120px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    background: rgba(255, 255, 255, 0.04);
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 8px;
    align-items: end;
    padding: 12px;
}

.agents-page #agents-hero .agents-console-pipeline span {
    display: block;
    border-radius: 8px 8px 3px 3px;
    background: linear-gradient(180deg, rgba(94, 234, 212, 0.85) 0%, rgba(56, 189, 248, 0.78) 38%, rgba(168, 85, 247, 0.82) 100%);
    box-shadow: 0 8px 24px rgba(56, 189, 248, 0.24);
}

@keyframes agentsConsoleFloat {
    0%, 100% { transform: rotateY(-14deg) rotateX(8deg) translateY(0); }
    50% { transform: rotateY(-14deg) rotateX(8deg) translateY(-8px); }
}

@media (max-width: 1023px) {
    .agents-page #agents-hero .agents-hero-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .agents-page #agents-hero .agents-hero-left {
        max-width: 100%;
        text-align: center;
    }

    .agents-page #agents-hero .agents-hero-trust,
    .agents-page #agents-hero .agents-hero-cta {
        justify-content: center;
    }

    .agents-page #agents-hero .agents-hero-console {
        margin: 0 auto;
        transform: none;
        animation: agentsConsoleMobileIn 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.08s both;
    }

    .agents-page #agents-hero .agents-hero-console:hover {
        transform: none;
    }

    .agents-page #agents-hero .agents-console-body {
        grid-template-columns: 1fr;
    }

    .agents-page #agents-hero .agents-console-nav {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.09);
        flex-direction: row;
        overflow-x: auto;
        white-space: nowrap;
        gap: 8px;
    }
}

@media (max-width: 767px) {
    .agents-page #agents-hero.agents-hero-split {
        padding-top: 6px;
        padding-bottom: 0;
    }

    .agents-page #agents-hero .section-title {
        font-size: clamp(2rem, 10.6vw, 2.65rem) !important;
    }

    .agents-page #agents-hero .agents-hero-trust {
        gap: 8px;
        margin-top: 20px;
    }

    .agents-page #agents-hero .agents-trust-chip {
        font-size: 0.76rem;
        padding: 7px 11px;
    }

    .agents-page #agents-hero .agents-hero-console {
        border-radius: 16px;
    }

    .agents-page #agents-hero .agents-console-main {
        padding: 12px;
        gap: 10px;
    }

    .agents-page #agents-hero .agents-console-kpis {
        grid-template-columns: 1fr;
        gap: 8px;
    }
}

@keyframes agentsConsoleMobileIn {
    from { opacity: 0; transform: translateY(24px) scale(0.98); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

/* ========================
   AGENTS PROBLEM - WHITE ICONS
======================== */
.agents-page #agents-problem-wrapper .problem-icon svg {
    color: #ffffff !important;
    stroke: #ffffff !important;
}

@media (max-width: 1100px) and (min-width: 768px) {
    #mockup-visions .mockup-visions-carousel {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    #mockup-visions .mockup-visions-card {
        width: 80%;
        max-width: 560px;
        flex: none;
    }
}

@media (max-width: 1100px) and (min-width: 768px) {
    #hero.hero-teszzt {
        min-height: auto !important;
        padding-top: 100px;
        padding-bottom: 40px;
        overflow: hidden;
    }

    #hero.hero-teszzt .hero-center {
        min-height: auto !important;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #hero.hero-teszzt .hero-center > div {
        flex-direction: column !important;
        transform: none !important;
        gap: 20px;
    }

    #hero.hero-teszzt .hero-left-block {
        width: 100% !important;
        align-items: center !important;
        text-align: center !important;
    }

    #hero.hero-teszzt .hero-left-block h1 {
        font-size: 2.2rem;
    }

    #hero.hero-teszzt::after {
        content: '';
        position: absolute;
        inset: 0;
        background: rgba(5, 5, 16, 0.15);
        backdrop-filter: blur(30px);
        -webkit-backdrop-filter: blur(30px);
        z-index: 1;
        pointer-events: none;
    }

    #hero.hero-teszzt .hero-center {
        position: relative;
        z-index: 2;
    }

    #hero.hero-teszzt .header-wrapper {
        position: relative;
        z-index: 2;
    }

    #hero.hero-teszzt .hero-left-block h1 .demandes-wrapper .text-backlight-demandes,
    #hero.hero-teszzt .hero-left-block h1 .demandes-wrapper .text-gradient-demandes {
        font-size: 2.2rem !important;
    }

    #hero.hero-teszzt .hero-right-block {
        width: 100% !important;
        justify-content: center !important;
        padding-top: 0;
    }

    #hero.hero-teszzt .hero-center .tilt-container {
        max-width: 480px !important;
        margin: 0 auto;
    }

    #hero.hero-teszzt .dash-shell > .flex {
        height: 360px !important;
    }

    #hero.hero-teszzt .hero-clients {
        justify-content: center;
    }

    #hero.hero-teszzt .hero-clients .clients-logos-wrapper {
        justify-content: center;
    }

    #hero.hero-teszzt .hero-right-block {
        display: none !important;
    }

    #hero.hero-teszzt .hero-left-block {
        width: 100% !important;
        align-items: center !important;
        text-align: center !important;
    }

    #hero.hero-teszzt .hero-left-block h1 {
        font-size: 3rem;
    }

    #hero.hero-teszzt .hero-left-block h1 .demandes-wrapper .text-backlight-demandes,
    #hero.hero-teszzt .hero-left-block h1 .demandes-wrapper .text-gradient-demandes {
        font-size: 3rem !important;
    }
}

#mockup-visions-wrapper {
    background: #080a18 !important;
}

@media (max-width: 1100px) {
    #mockup-visions-wrapper {
        margin-top: 40px;
    }
}

.section-subtitle,
.hero-subtitle,
.section-desc,
.compact-quote,
p {
    color: #d0d4e8 !important;
}

#agents-teaser-wrapper .agent-card:hover,
#agents-teaser-wrapper .agent-teaser-card:hover {
    background: rgba(13, 16, 34, 0.62) !important;
    color: #ffffff !important;
}

#agents-teaser-wrapper .agents-teaser-benefit {
    background: rgba(13, 16, 34, 0.62) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    color: #ffffff !important;
}

#agents-teaser-wrapper .agents-teaser-benefit:hover {
    background: rgba(13, 16, 34, 0.75) !important;
    color: #ffffff !important;
}
