/* Start custom CSS for html, class: .elementor-element-159d33d *//* ============================================================
   LHAM TECH — INTELLIGENCE ARTIFICIELLE
   PAGE : /services/intelligence-artificielle/
   NAMESPACE GLOBAL : #lham-ai-page

   Palette :
   Navy profond      #07111F
   Navy secondaire   #0B1B2D
   Bleu électrique   #1677FF
   Cyan              #00D4FF
   Blanc             #FFFFFF
   Gris texte        #A9B7C8
   Bordure           rgba(255,255,255,.10)

   IMPORTANT :
   Tout est encapsulé sous #lham-ai-page afin d'éviter
   les conflits avec Elementor et les autres pages.
   ============================================================ */
/* ============= 00 — VARIABLES ===================== */
#lham-ai-page {
    --ai-bg: #07111F;
    --ai-bg-2: #0B1B2D;
    --ai-bg-3: #10263D;
    --ai-blue: #1677FF;
    --ai-cyan: #00D4FF;
    --ai-white: #FFFFFF;
    --ai-text: #E8F0F8;
    --ai-muted: #A9B7C8;
    --ai-border: rgba(255,255,255,.10);
    --ai-border-blue: rgba(22,119,255,.30);
    --ai-card: rgba(255,255,255,.035);
    --ai-card-hover: rgba(22,119,255,.075);
    --ai-shadow:
        0 25px 70px rgba(0,0,0,.28);
    --ai-radius-sm: 12px;
    --ai-radius-md: 18px;
    --ai-radius-lg: 28px;
    --ai-container: 1240px;
    --ai-transition:
        all .35s cubic-bezier(.22,1,.36,1);
    color: var(--ai-text);
    background: var(--ai-bg);
    font-family:
        Inter,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
}
/* ================ 01 — RESET LOCAL ======================= */
#lham-ai-page *,
#lham-ai-page *::before,
#lham-ai-page *::after {
    box-sizing: border-box;
}
#lham-ai-page a {
    text-decoration: none;
}
#lham-ai-page img {
    max-width: 100%;
    height: auto;
}
#lham-ai-page p {
    margin-top: 0;
}
#lham-ai-page h1,
#lham-ai-page h2,
#lham-ai-page h3 {
    margin-top: 0;
}
/* ============= 02 — CONTAINER / SECTIONS ===================== */
#lham-ai-page .lham-container {
    width: min(
        calc(100% - 40px),
        var(--ai-container)
    );
    margin-inline: auto;
}
#lham-ai-page .lham-section {
    position: relative;
    overflow: hidden;
    padding: 110px 0;
}
#lham-ai-page .lham-section-heading {
    max-width: 760px;
    margin-bottom: 60px;
}
#lham-ai-page
.lham-section-heading-centered {
    margin-inline: auto;
    text-align: center;
}
#lham-ai-page .lham-section-subtitle,
#lham-ai-page .lham-ai-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 18px;
    color: var(--ai-cyan);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}
#lham-ai-page .lham-section-subtitle i,
#lham-ai-page .lham-ai-kicker i {
    font-size: .9rem;
}
#lham-ai-page .lham-section-heading h2 {
    margin-bottom: 20px;
    color: var(--ai-white);
    font-size:
        clamp(2rem, 4vw, 3.15rem);
    line-height: 1.08;
    letter-spacing: -.035em;
}
#lham-ai-page .lham-section-heading p {
    margin-bottom: 0;
    color: var(--ai-muted);
    font-size: 1.04rem;
    line-height: 1.8;
}
/* ============== 03 — BUTTONS ======================== */
#lham-ai-page .lham-ai-hero-actions,
#lham-ai-page .lham-ai-final-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
}
#lham-ai-page .lham-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 0 22px;
    border-radius: 999px;
    font-size: .9rem;
    font-weight: 800;
    transition: var(--ai-transition);
}
#lham-ai-page .lham-btn-primary {
    color: #fff;
    background:
        linear-gradient(
            135deg,
            var(--ai-blue),
            var(--ai-cyan)
        );
    box-shadow:
        0 12px 35px rgba(0,130,255,.25);
}
#lham-ai-page .lham-btn-primary:hover {
    color: #fff;
    transform:
        translateY(-3px);
    box-shadow:
        0 18px 45px rgba(0,180,255,.32);
}
#lham-ai-page .lham-btn-outline {
    color: var(--ai-white);
    border: 1px solid var(--ai-border);
    background:
        rgba(255,255,255,.025);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
#lham-ai-page .lham-btn-outline:hover {
    color: #fff;
    border-color:
        rgba(0,212,255,.4);
    background:
        rgba(0,212,255,.07);
    transform:
        translateY(-3px);
}
/* =========== 04 — HERO ==================== */
#lham-ai-page .lham-ai-hero {
    min-height: 720px;
    display: flex;
    align-items: center;
    background:
        radial-gradient(
            circle at 15% 30%,
            rgba(22,119,255,.16),
            transparent 32%
        ),
        radial-gradient(
            circle at 85% 50%,
            rgba(0,212,255,.10),
            transparent 32%
        ),
        linear-gradient(
            135deg,
            #050D18,
            #07111F 50%,
            #091A2B
        );
}
#lham-ai-page .lham-ai-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .25;
    background-image:
        linear-gradient(
            rgba(255,255,255,.025) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255,255,255,.025) 1px,
            transparent 1px
        );
    background-size:
        55px 55px;
    pointer-events: none;
}
#lham-ai-page .lham-ai-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns:
        minmax(0, 1.05fr)
        minmax(420px, .95fr);
    gap: 70px;
    align-items: center;
}
#lham-ai-page .lham-ai-hero-content {
    max-width: 720px;
}
#lham-ai-page .lham-ai-kicker {
    padding: 8px 13px;
    border:
        1px solid
        rgba(0,212,255,.18);
    border-radius: 999px;
    background:
        rgba(0,212,255,.045);
    box-shadow:
        0 0 35px rgba(0,212,255,.06);
}
#lham-ai-page .lham-ai-hero h1 {
    max-width: 850px;
    margin-bottom: 25px;
    color: var(--ai-white);
    font-size:
        clamp(3rem, 6vw, 5.6rem);
    line-height: .98;
    letter-spacing: -.055em;
}
#lham-ai-page .lham-ai-hero h1 span {
    display: block;
    background:
        linear-gradient(
            100deg,
            #fff 5%,
            var(--ai-cyan) 55%,
            #7CBFFF 100%
        );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
#lham-ai-page .lham-ai-hero-content > p {
    max-width: 690px;
    margin-bottom: 32px;
    color: var(--ai-muted);
    font-size: 1.08rem;
    line-height: 1.85;
}
#lham-ai-page .lham-ai-hero-tech {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 30px;
}
#lham-ai-page .lham-ai-hero-tech span {
    padding: 7px 12px;
    border:
        1px solid
        var(--ai-border);
    border-radius: 999px;
    color: #C8D7E7;
    background:
        rgba(255,255,255,.025);
    font-size: .75rem;
    font-weight: 700;
}
/* ============================================================
   05 — HERO VISUAL / AI ORBIT
   ============================================================ */
#lham-ai-page .lham-ai-hero-visual {
    position: relative;
    min-height: 520px;
    display: grid;
    place-items: center;
}
#lham-ai-page .lham-ai-orbit {
    position: relative;
    width: 430px;
    height: 430px;
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(22,119,255,.14),
            rgba(0,212,255,.025) 45%,
            transparent 68%
        );
    box-shadow:
        0 0 90px rgba(0,150,255,.12);
}
#lham-ai-page .lham-ai-orbit::before,
#lham-ai-page .lham-ai-orbit::after {
    content: "";
    position: absolute;
    inset: 10%;
    border-radius: 50%;
    border:
        1px solid
        rgba(0,212,255,.14);
    transform:
        rotate(35deg)
        scaleX(1.25);
}
#lham-ai-page .lham-ai-orbit::after {
    transform:
        rotate(-35deg)
        scaleX(1.25);
}
#lham-ai-page .lham-ai-core {
    position: absolute;
    inset: 50% auto auto 50%;
    width: 170px;
    height: 170px;
    transform:
        translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border:
        1px solid
        rgba(0,212,255,.32);
    border-radius: 50%;
    background:
        radial-gradient(
            circle at 35% 25%,
            rgba(0,212,255,.2),
            rgba(5,18,32,.96)
        );
    box-shadow:
        0 0 50px rgba(0,180,255,.18),
        inset 0 0 35px rgba(0,212,255,.08);
    text-align: center;
    z-index: 5;
}
#lham-ai-page .lham-ai-core i {
    margin-bottom: 10px;
    color: var(--ai-cyan);
    font-size: 2.5rem;
    filter:
        drop-shadow(
            0 0 15px
            rgba(0,212,255,.45)
        );
}
#lham-ai-page .lham-ai-core strong {
    color: #fff;
    font-size: 1rem;
    letter-spacing: .08em;
}
#lham-ai-page .lham-ai-core span {
    margin-top: 5px;
    color: var(--ai-muted);
    font-size: .68rem;
}
#lham-ai-page .lham-ai-node {
    position: absolute;
    z-index: 6;
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 10px 13px;
    border:
        1px solid
        rgba(0,212,255,.18);
    border-radius: 999px;
    color: #DDEBFA;
    background:
        rgba(5,18,32,.82);
    box-shadow:
        0 12px 35px rgba(0,0,0,.25);
    -webkit-backdrop-filter:
        blur(12px);
    backdrop-filter:
        blur(12px);
    font-size: .72rem;
    font-weight: 700;
}
#lham-ai-page .lham-ai-node i {
    color: var(--ai-cyan);
}
#lham-ai-page .lham-ai-node-1 {
    top: 8%;
    left: 0;
}
#lham-ai-page .lham-ai-node-2 {
    top: 4%;
    right: 2%;
}
#lham-ai-page .lham-ai-node-3 {
    right: -3%;
    bottom: 15%;
}
#lham-ai-page .lham-ai-node-4 {
    bottom: 4%;
    left: 4%;
}
/* ================ 06 — BENEFITS ======================== */
#lham-ai-page .lham-ai-benefits {
    background:
        linear-gradient(
            180deg,
            #07111F,
            #091624
        );
}
#lham-ai-page .lham-ai-benefits-grid {
    display: grid;
    grid-template-columns:
        repeat(4, minmax(0, 1fr));
    gap: 18px;
}
#lham-ai-page .lham-ai-benefit-card {
    padding: 30px;
    border:
        1px solid
        var(--ai-border);
    border-radius:
        var(--ai-radius-md);
    background:
        var(--ai-card);
    transition:
        var(--ai-transition);
}
#lham-ai-page .lham-ai-benefit-card:hover {
    transform:
        translateY(-7px);
    border-color:
        var(--ai-border-blue);
    background:
        var(--ai-card-hover);
    box-shadow:
        var(--ai-shadow);
}
#lham-ai-page .lham-ai-card-icon {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    margin-bottom: 24px;
    border-radius: 15px;
    color: var(--ai-cyan);
    background:
        rgba(0,212,255,.07);
    border:
        1px solid
        rgba(0,212,255,.13);
}
#lham-ai-page .lham-ai-benefit-card h3 {
    margin-bottom: 12px;
    color: #fff;
    font-size: 1.08rem;
}
#lham-ai-page .lham-ai-benefit-card p {
    margin-bottom: 0;
    color: var(--ai-muted);
    font-size: .88rem;
    line-height: 1.7;
}
/* ============ 07 — SOLUTIONS ============================= */
#lham-ai-page .lham-ai-solutions {
    background:
        #081523;
}
#lham-ai-page .lham-ai-solutions-grid {
    display: grid;
    grid-template-columns:
        repeat(3, minmax(0, 1fr));
    gap: 20px;
}
#lham-ai-page .lham-ai-solution-card {
    position: relative;
    min-height: 330px;
    padding: 32px;
    border:
        1px solid
        var(--ai-border);
    border-radius:
        var(--ai-radius-md);
    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.045),
            rgba(255,255,255,.015)
        );
    transition:
        var(--ai-transition);
}
#lham-ai-page .lham-ai-solution-card::after {
    content: "";
    position: absolute;
    inset: auto 25px 0 25px;
    height: 2px;
    border-radius: 10px;
    background:
        linear-gradient(
            90deg,
            transparent,
            var(--ai-cyan),
            transparent
        );
    opacity: 0;
    transition:
        var(--ai-transition);
}
#lham-ai-page .lham-ai-solution-card:hover {
    transform:
        translateY(-8px);
    border-color:
        rgba(0,212,255,.25);
    box-shadow:
        var(--ai-shadow);
}
#lham-ai-page .lham-ai-solution-card:hover::after {
    opacity: 1;
}
#lham-ai-page .lham-ai-solution-icon {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    margin-bottom: 23px;
    border-radius: 16px;
    color: var(--ai-cyan);
    background:
        linear-gradient(
            135deg,
            rgba(22,119,255,.14),
            rgba(0,212,255,.05)
        );
    border:
        1px solid
        rgba(0,212,255,.14);
}
#lham-ai-page .lham-ai-solution-card h3 {
    margin-bottom: 13px;
    color: #fff;
    font-size: 1.18rem;
}
#lham-ai-page .lham-ai-solution-card > p {
    margin-bottom: 20px;
    color: var(--ai-muted);
    font-size: .88rem;
    line-height: 1.7;
}
#lham-ai-page .lham-ai-solution-card ul {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}
#lham-ai-page .lham-ai-solution-card li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #C7D7E7;
    font-size: .78rem;
}
#lham-ai-page .lham-ai-solution-card li i {
    color: var(--ai-cyan);
}
/* =============== 08 — BUSINESS / IA ENTREPRISE ======================= */
#lham-ai-page .lham-ai-business {
    background:
        linear-gradient(
            135deg,
            #07111F,
            #0B1D31
        );
}
#lham-ai-page .lham-ai-business-grid {
    display: grid;
    grid-template-columns:
        minmax(0, .9fr)
        minmax(450px, 1.1fr);
    gap: 80px;
    align-items: center;
}
#lham-ai-page .lham-ai-business-content h2 {
    max-width: 680px;
    margin-bottom: 20px;
    color: #fff;
    font-size:
        clamp(2.1rem, 4vw, 3.6rem);
    line-height: 1.05;
    letter-spacing: -.04em;
}
#lham-ai-page .lham-ai-business-content > p {
    max-width: 650px;
    color: var(--ai-muted);
    line-height: 1.8;
}
#lham-ai-page .lham-ai-check-list {
    display: grid;
    gap: 14px;
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
}
#lham-ai-page .lham-ai-check-list li {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    color: #D3DFEA;
    font-size: .9rem;
}
#lham-ai-page .lham-ai-check-list i {
    margin-top: 3px;
    color: var(--ai-cyan);
}
/* BUSINESS MAP */
#lham-ai-page .lham-ai-business-map {
    position: relative;
    min-height: 500px;
    display: grid;
    place-items: center;
}
#lham-ai-page .lham-ai-business-map::before {
    content: "";
    position: absolute;
    width: 330px;
    height: 330px;
    border-radius: 50%;
    border:
        1px dashed
        rgba(0,212,255,.25);
    animation:
        aiOrbit 18s linear infinite;
}
#lham-ai-page .lham-ai-business-center {
    position: relative;
    z-index: 5;
    width: 150px;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(22,119,255,.25),
            rgba(6,18,31,.95)
        );
    border:
        1px solid
        rgba(0,212,255,.35);
    box-shadow:
        0 0 60px
        rgba(0,160,255,.18);
}
#lham-ai-page .lham-ai-business-center i {
    margin-bottom: 9px;
    color: var(--ai-cyan);
    font-size: 2rem;
}
#lham-ai-page .lham-ai-business-center strong {
    color: #fff;
    font-size: 1rem;
    letter-spacing: .12em;
}
#lham-ai-page .lham-ai-business-item {
    position: absolute;
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    width: 100px;
    color: #DCEAF7;
    text-align: center;
    font-size: .72rem;
    font-weight: 700;
}
#lham-ai-page .lham-ai-business-item i {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border:
        1px solid
        rgba(0,212,255,.17);
    border-radius: 50%;
    color: var(--ai-cyan);
    background:
        rgba(0,212,255,.05);
}
#lham-ai-page .lham-ai-business-item.item-1 {
    top: 4%;
    left: 16%;
}
#lham-ai-page .lham-ai-business-item.item-2 {
    top: 4%;
    right: 14%;
}
#lham-ai-page .lham-ai-business-item.item-3 {
    right: 0;
    top: 45%;
}
#lham-ai-page .lham-ai-business-item.item-4 {
    bottom: 4%;
    right: 18%;
}
#lham-ai-page .lham-ai-business-item.item-5 {
    bottom: 4%;
    left: 15%;
}
/* =============== 09 — TECHNOLOGIES ========================= */
#lham-ai-page .lham-ai-technologies {
    background:
        #06101C;
}
#lham-ai-page .lham-ai-tech-grid {
    display: grid;
    grid-template-columns:
        repeat(4, minmax(0, 1fr));
    gap: 18px;
}
#lham-ai-page .lham-ai-tech-grid article {
    padding: 28px;
    border:
        1px solid
        var(--ai-border);
    border-radius:
        var(--ai-radius-md);
    background:
        rgba(255,255,255,.025);
    transition:
        var(--ai-transition);
}
#lham-ai-page .lham-ai-tech-grid article:hover {
    transform:
        translateY(-5px);
    border-color:
        rgba(0,212,255,.24);
}
#lham-ai-page .lham-ai-tech-logo {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    margin-bottom: 20px;
    border-radius: 14px;
    color: var(--ai-cyan);
    background:
        rgba(0,212,255,.06);
}
#lham-ai-page .lham-ai-tech-grid h3 {
    margin-bottom: 10px;
    color: #fff;
    font-size: 1rem;
}
#lham-ai-page .lham-ai-tech-grid p {
    margin-bottom: 0;
    color: var(--ai-muted);
    font-size: .83rem;
    line-height: 1.7;
}
#lham-ai-page .lham-ai-tech-note {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    margin-top: 28px;
    padding: 18px 20px;
    border:
        1px solid
        rgba(0,212,255,.12);
    border-radius:
        var(--ai-radius-sm);
    background:
        rgba(0,212,255,.025);
}
#lham-ai-page .lham-ai-tech-note > i {
    margin-top: 3px;
    color: var(--ai-cyan);
}
#lham-ai-page .lham-ai-tech-note p {
    margin: 0;
    color: var(--ai-muted);
    font-size: .8rem;
    line-height: 1.7;
}
/* ============== 10 — MÉTHODE ======================= */
#lham-ai-page .lham-ai-method {
    background:
        #081523;
}
#lham-ai-page .lham-ai-method-grid {
    display: grid;
    grid-template-columns:
        repeat(6, minmax(0, 1fr));
    gap: 12px;
}
#lham-ai-page .lham-ai-method-grid article {
    position: relative;
    min-height: 245px;
    padding: 25px 18px;
    border:
        1px solid
        var(--ai-border);
    border-radius:
        var(--ai-radius-md);
    background:
        rgba(255,255,255,.025);
    text-align: center;
    transition:
        var(--ai-transition);
}
#lham-ai-page .lham-ai-method-grid article:hover {
    transform:
        translateY(-6px);
    border-color:
        rgba(0,212,255,.22);
}
#lham-ai-page .lham-ai-method-grid article > span {
    position: absolute;
    top: 14px;
    right: 17px;
    color:
        rgba(255,255,255,.12);
    font-size: 1.8rem;
    font-weight: 900;
}
#lham-ai-page .lham-ai-method-grid article > i {
    display: block;
    margin: 32px auto 20px;
    color: var(--ai-cyan);
    font-size: 1.55rem;
}
#lham-ai-page .lham-ai-method-grid h3 {
    margin-bottom: 9px;
    color: #fff;
    font-size: .95rem;
}
#lham-ai-page .lham-ai-method-grid p {
    margin: 0;
    color: var(--ai-muted);
    font-size: .75rem;
    line-height: 1.65;
}
/* =================== 11 — ACCÈS & LICENCES ========================= */
#lham-ai-page .lham-section-dark {

    background:
        linear-gradient(
            135deg,
            #030A12,
            #081A2B
        );
}
#lham-ai-page .lham-ai-access-grid {
    display: grid;
    grid-template-columns:
        minmax(0, .9fr)
        minmax(500px, 1.1fr);
    gap: 70px;
    align-items: center;
}
#lham-ai-page .lham-ai-access-content h2 {
    margin-bottom: 20px;
    color: #fff;
    font-size:
        clamp(2rem, 4vw, 3.4rem);
    line-height: 1.05;
    letter-spacing: -.04em;
}
#lham-ai-page .lham-ai-access-content > p {
    color: var(--ai-muted);
    line-height: 1.8;
}
#lham-ai-page .lham-ai-access-content .lham-btn {
    margin-top: 14px;
}
#lham-ai-page .lham-ai-access-cards {
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));
    gap: 14px;
}
#lham-ai-page .lham-ai-access-cards article {
    padding: 27px;
    border:
        1px solid
        rgba(255,255,255,.09);
    border-radius:
        var(--ai-radius-md);
    background:
        rgba(255,255,255,.025);
    transition:
        var(--ai-transition);
}
#lham-ai-page .lham-ai-access-cards article:hover {
    border-color:
        rgba(0,212,255,.22);
    background:
        rgba(0,212,255,.035);
}
#lham-ai-page .lham-ai-access-cards article > i {
    margin-bottom: 17px;
    color: var(--ai-cyan);
    font-size: 1.35rem;
}
#lham-ai-page .lham-ai-access-cards h3 {
    margin-bottom: 9px;
    color: #fff;
    font-size: .98rem;
}
#lham-ai-page .lham-ai-access-cards p {
    margin: 0;
    color: var(--ai-muted);
    font-size: .8rem;
    line-height: 1.7;
}
/* ================== 12 — CAS D'USAGE ========================= */
#lham-ai-page .lham-ai-use-cases {
    background:
        #07111F;
}
#lham-ai-page .lham-ai-use-grid {
    display: grid;
    grid-template-columns:
        repeat(3, minmax(0, 1fr));
    gap: 16px;
}
#lham-ai-page .lham-ai-use-grid article {
    padding: 30px;
    border:
        1px solid
        var(--ai-border);
    border-radius:
        var(--ai-radius-md);
    background:
        rgba(255,255,255,.025);
    transition:
        var(--ai-transition);
}
#lham-ai-page .lham-ai-use-grid article:hover {
    transform:
        translateY(-5px);
    border-color:
        rgba(0,212,255,.22);
}
#lham-ai-page .lham-ai-use-grid article > i {
    margin-bottom: 20px;
    color: var(--ai-cyan);
    font-size: 1.35rem;
}
#lham-ai-page .lham-ai-use-grid h3 {
    margin-bottom: 9px;
    color: #fff;
    font-size: 1rem;
}
#lham-ai-page .lham-ai-use-grid p {
    margin: 0;
    color: var(--ai-muted);
    font-size: .82rem;
    line-height: 1.7;
}
/* ================== 13 — FAQ =============================== */
#lham-ai-page .lham-ai-faq {
    background:
        #081523;
}
#lham-ai-page .lham-ai-faq-list {
    max-width: 900px;
    margin-inline: auto;
}
#lham-ai-page .lham-ai-faq-list details {
    border-bottom:
        1px solid
        var(--ai-border);
}
#lham-ai-page .lham-ai-faq-list summary {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    padding: 24px 5px;
    color: #fff;
    cursor: pointer;
    list-style: none;
    font-size: .96rem;
    font-weight: 750;
}
#lham-ai-page .lham-ai-faq-list summary::-webkit-details-marker {
    display: none;
}
#lham-ai-page .lham-ai-faq-list summary::after {
    content: "+";
    color: var(--ai-cyan);
    font-size: 1.35rem;
    font-weight: 400;
    transition:
        var(--ai-transition);
}
#lham-ai-page
.lham-ai-faq-list
details[open]
summary::after {
    content: "−";
}
#lham-ai-page .lham-ai-faq-list details p {
    max-width: 800px;
    margin: 0;
    padding:
        0 50px 25px 5px;
    color: var(--ai-muted);
    font-size: .85rem;
    line-height: 1.8;
}
/* ================ 14 — CTA FINAL ================================== */
#lham-ai-page .lham-ai-final-cta {
    padding:
        125px 0;
    background:
        radial-gradient(
            circle at 50% 0%,
            rgba(0,212,255,.14),
            transparent 40%
        ),
        linear-gradient(
            135deg,
            #06111F,
            #0A2034
        );
    text-align: center;
}
#lham-ai-page .lham-ai-final-content {
    max-width: 850px;
    margin-inline: auto;
}
#lham-ai-page .lham-ai-final-content h2 {
    margin-bottom: 20px;
    color: #fff;
    font-size:
        clamp(2.2rem, 5vw, 4.2rem);
    line-height: 1.02;
    letter-spacing: -.045em;
}
#lham-ai-page .lham-ai-final-content > p {
    max-width: 720px;
    margin:
        0 auto 30px;
    color: var(--ai-muted);
    font-size: 1rem;
    line-height: 1.8;
}
#lham-ai-page .lham-ai-final-actions {
    justify-content: center;
}
/* =================== 15 — ANIMATIONS ============================= */
@keyframes aiOrbit {
    from {
        transform:
            rotate(0deg);
    }
    to {
        transform:
            rotate(360deg);
    }
}
@keyframes aiPulse {
    0%,
    100% {
        box-shadow:
            0 0 30px
            rgba(0,212,255,.12);
    }
    50% {
        box-shadow:
            0 0 60px
            rgba(0,212,255,.24);
    }
}
#lham-ai-page .lham-ai-core {
    animation:
        aiPulse 4s ease-in-out infinite;
}
/* ============== 16 — RESPONSIVE TABLET ======================= */
@media (max-width: 1100px) {
    #lham-ai-page .lham-ai-hero-grid {
        grid-template-columns: 1fr;
    }
    #lham-ai-page .lham-ai-hero-content {
        max-width: 850px;
    }
    #lham-ai-page .lham-ai-hero-visual {
        min-height: 480px;
    }
    #lham-ai-page .lham-ai-benefits-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }
    #lham-ai-page .lham-ai-solutions-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }
    #lham-ai-page .lham-ai-business-grid {
        grid-template-columns: 1fr;
    }
    #lham-ai-page .lham-ai-tech-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }
    #lham-ai-page .lham-ai-method-grid {
        grid-template-columns:
            repeat(3, minmax(0, 1fr));
    }
    #lham-ai-page .lham-ai-access-grid {
        grid-template-columns: 1fr;
    }
    #lham-ai-page .lham-ai-use-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }
}
/* ================ 17 — RESPONSIVE MOBILE ================================ */
@media (max-width: 700px) {
    #lham-ai-page .lham-container {
        width:
            min(
                calc(100% - 28px),
                var(--ai-container)
            );
    }
    #lham-ai-page .lham-section {
        padding: 75px 0;
    }
    #lham-ai-page .lham-ai-hero {
        min-height: 100%;
        padding:
            80px 0 70px;
    }
    #lham-ai-page .lham-ai-hero h1 {
        font-size:
            clamp(2.55rem, 13vw, 4rem);
    }
    #lham-ai-page .lham-ai-hero-content > p {
        font-size: .94rem;
    }
    #lham-ai-page .lham-ai-hero-actions {
        align-items: stretch;
        flex-direction: column;
    }
    #lham-ai-page .lham-btn {
        width: 100%;
    }
    #lham-ai-page .lham-ai-hero-visual {
        min-height: 390px;
        margin-top: 25px;
    }
    #lham-ai-page .lham-ai-orbit {
        width: 300px;
        height: 300px;
    }
    #lham-ai-page .lham-ai-core {
        width: 125px;
        height: 125px;
    }
    #lham-ai-page .lham-ai-core i {
        font-size: 1.8rem;
    }
    #lham-ai-page .lham-ai-node {
        padding: 7px 9px;
        font-size: .61rem;
    }
    #lham-ai-page .lham-ai-node-1 {
        left: -5%;
    }
    #lham-ai-page .lham-ai-node-2 {
        right: -5%;
    }
    #lham-ai-page .lham-ai-node-3 {
        right: -8%;
    }
    #lham-ai-page .lham-ai-node-4 {
        left: -7%;
    }
    #lham-ai-page .lham-ai-benefits-grid,
    #lham-ai-page .lham-ai-solutions-grid,
    #lham-ai-page .lham-ai-tech-grid,
    #lham-ai-page .lham-ai-use-grid {
        grid-template-columns: 1fr;
    }
    #lham-ai-page .lham-ai-method-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }
    #lham-ai-page .lham-ai-business-map {
        min-height: 390px;
    }
    #lham-ai-page .lham-ai-business-map::before {
        width: 250px;
        height: 250px;
    }
    #lham-ai-page .lham-ai-business-center {
        width: 115px;
        height: 115px;
    }
    #lham-ai-page .lham-ai-business-item {
        width: 75px;
        font-size: .62rem;
    }
    #lham-ai-page .lham-ai-business-item i {
        width: 40px;
        height: 40px;
    }
    #lham-ai-page .lham-ai-business-item.item-1 {
        left: 2%;
    }
    #lham-ai-page .lham-ai-business-item.item-2 {
        right: 2%;
    }
    #lham-ai-page .lham-ai-business-item.item-3 {
        right: -2%;
    }
    #lham-ai-page .lham-ai-business-item.item-4 {
        right: 4%;
    }
    #lham-ai-page .lham-ai-business-item.item-5 {
        left: 3%;
    }
    #lham-ai-page .lham-ai-access-cards {
        grid-template-columns: 1fr;
    }
    #lham-ai-page .lham-ai-final-cta {
        padding: 85px 0;
    }
    #lham-ai-page .lham-ai-faq-list summary {
        font-size: .88rem;
    }
    #lham-ai-page
    .lham-ai-faq-list
    details p {
        padding-right: 5px;
    }
}
/* ============= 18 — ACCESSIBILITÉ / REDUCED MOTION ======================= */
@media (prefers-reduced-motion: reduce) {
    #lham-ai-page *,
    #lham-ai-page *::before,
    #lham-ai-page *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}/* End custom CSS */