/* Start custom CSS for html, class: .elementor-element-7e4e6c5 *//* ============================================================
   LHAM TECH — CLOUD & HÉBERGEMENT — CSS UNIFIÉ
   Scoping : .lham-cloud-page (classe, pas d'ID — réutilisable,
   ne casse rien si le widget est dupliqué sur la page).
============================================================ */
:root {
    --lham-cloud-bg: #050912;
    --lham-cloud-bg-soft: #08101d;
    --lham-cloud-panel: rgba(11, 21, 37, 0.78);
    --lham-cloud-panel-solid: #0b1525;
    --lham-cloud-blue: #168cff;
    --lham-cloud-blue-light: #4db5ff;
    --lham-cloud-cyan: #00d9ff;
    --lham-cloud-gold: #d7aa54;
    --lham-cloud-white: #f5f8ff;
    --lham-cloud-text: #aebbd0;
    --lham-cloud-muted: #718098;
    --lham-cloud-border: rgba(117, 163, 214, 0.16);
    --lham-cloud-border-light: rgba(255, 255, 255, 0.08);
    --lham-cloud-radius: 20px;
    --lham-cloud-radius-sm: 12px;
    --lham-cloud-container: 1240px;
    --lham-cloud-shadow: 0 25px 80px rgba(0, 0, 0, 0.35);
    --lham-cloud-glow: 0 0 45px rgba(22, 140, 255, 0.15);
}
/* === RESET (scopé) === */
.lham-cloud-page,
.lham-cloud-page * {
    box-sizing: border-box;
}
.lham-cloud-page {
    width: 100%;
    margin: 0;
    padding: 0;
    color: var(--lham-cloud-white);
    background:
        radial-gradient(circle at 15% 10%, rgba(0, 135, 255, 0.08), transparent 30%),
        radial-gradient(circle at 90% 25%, rgba(0, 217, 255, 0.05), transparent 28%),
        var(--lham-cloud-bg);
    font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.7;
    overflow: hidden;
}
.lham-cloud-page a { color: inherit; text-decoration: none; }
.lham-cloud-page h1, .lham-cloud-page h2, .lham-cloud-page h3, .lham-cloud-page p { margin-top: 0; }
.lham-cloud-container { width: min(calc(100% - 48px), var(--lham-cloud-container)); margin-inline: auto; }
/* === TITRES GÉNÉRIQUES DE SECTION === */
.lham-cloud-section-heading h2,
.lham-cloud-section-intro h2,
.lham-cloud-security-content h2,
.lham-cloud-hosting-content h2,
.lham-cloud-enterprise-content h2,
.lham-cloud-management-content h2,
.lham-cloud-advantage-grid h2,
.lham-cloud-cta h2,
.lham-cloud-final-content h2 {
    margin-top: 15px;
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.05;
    letter-spacing: -0.035em;
}
.lham-cloud-section-intro { max-width: 850px; margin-bottom: 55px; }
.lham-cloud-section-intro p,
.lham-cloud-hosting-content p,
.lham-cloud-enterprise-content p,
.lham-cloud-management-content p,
.lham-cloud-advantage-grid > div:first-child p,
.lham-cloud-security-content > p {
    max-width: 700px;
    color: var(--lham-cloud-text);
    font-size: 16px;
}
.lham-cloud-eyebrow,
.lham-cloud-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--lham-cloud-blue-light);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.19em;
    text-transform: uppercase;
}
.lham-cloud-eyebrow { margin-bottom: 28px; }
.lham-cloud-status-dot {
    width: 7px; height: 7px; border-radius: 50%;
    background: var(--lham-cloud-cyan);
    box-shadow: 0 0 12px var(--lham-cloud-cyan);
}
/* === BOUTONS === */
.lham-cloud-btn {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 0 25px;
    border-radius: 9px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.03em;
    border: none;
    cursor: pointer;
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease, background .3s ease;
}
.lham-cloud-btn:hover { transform: translateY(-3px); }
.lham-cloud-btn i { font-style: normal; font-size: 17px; }
.lham-cloud-btn-primary {
    color: #ffffff;
    background: linear-gradient(135deg, #087df0, #00a9ff);
    box-shadow: 0 15px 35px rgba(0, 136, 255, 0.22);
}
.lham-cloud-btn-primary:hover { box-shadow: 0 20px 50px rgba(0, 136, 255, 0.35); }
.lham-cloud-btn-outline {
    border: 1px solid rgba(110, 176, 235, 0.28);
    background: rgba(255, 255, 255, 0.025);
    color: #dce8f7;
}
.lham-cloud-btn-outline:hover { border-color: rgba(72, 170, 255, 0.6); background: rgba(30, 140, 255, 0.07); }
/* === 01 — HERO === */
.lham-cloud-hero {
    position: relative;
    min-height: 780px;
    display: flex;
    align-items: center;
    padding: 120px 0 100px;
    isolation: isolate;
    background: linear-gradient(135deg, rgba(3, 10, 20, 0.96), rgba(4, 13, 27, 0.92));
}
.lham-cloud-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(5, 9, 18, 0.95), rgba(5, 9, 18, 0.45), rgba(5, 9, 18, 0.92));
    z-index: -2;
}
.lham-cloud-hero-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(50, 140, 220, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(50, 140, 220, 0.045) 1px, transparent 1px);
    background-size: 70px 70px;
    -webkit-mask-image: linear-gradient(to bottom, black, transparent 95%);
    mask-image: linear-gradient(to bottom, black, transparent 95%);
    z-index: -1;
}
.lham-cloud-orb { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.lham-cloud-orb-one { width: 420px; height: 420px; right: -130px; top: 80px; background: radial-gradient(circle, rgba(0, 157, 255, 0.17), transparent 68%); }
.lham-cloud-orb-two { width: 300px; height: 300px; left: -120px; bottom: -80px; background: radial-gradient(circle, rgba(0, 217, 255, 0.1), transparent 68%); }
.lham-cloud-hero .lham-cloud-container {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
    align-items: center;
    gap: 70px;
}
.lham-cloud-hero-content { position: relative; z-index: 2; }
.lham-cloud-hero h1 {
    max-width: 850px;
    margin-bottom: 28px;
    font-size: clamp(42px, 5.5vw, 72px);
    line-height: 1.03;
    letter-spacing: -0.04em;
    font-weight: 800;
}
.lham-cloud-hero h1 span {
    display: block;
    margin-top: 16px;
    font-size: 0.42em;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: transparent;
    background: linear-gradient(90deg, #ffffff, #55b7ff, #00d9ff);
    -webkit-background-clip: text;
    background-clip: text;
}
.lham-cloud-hero-text { max-width: 780px; color: #c1cce0; font-size: 18px; }
.lham-cloud-hero-text-secondary { max-width: 730px; color: var(--lham-cloud-text); font-size: 15px; margin-top: 14px; }
.lham-cloud-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 35px; }
.lham-cloud-hero-trust {
    display: flex; flex-wrap: wrap; gap: 35px;
    margin-top: 42px; padding-top: 25px;
    border-top: 1px solid var(--lham-cloud-border);
}
.lham-cloud-hero-trust div { display: flex; flex-direction: column; }
.lham-cloud-hero-trust strong { color: #ffffff; font-size: 19px; }
.lham-cloud-hero-trust span { color: var(--lham-cloud-muted); font-size: 11px; }
/* --- Visuel Hero : server rack --- */
.lham-cloud-hero-visual { position: relative; min-height: 480px; display: flex; align-items: center; justify-content: center; }
.lham-cloud-server-rack {
    width: min(100%, 470px);
    padding: 18px;
    border: 1px solid rgba(87, 164, 235, 0.25);
    border-radius: 20px;
    background: linear-gradient(145deg, rgba(15, 30, 52, 0.92), rgba(5, 13, 25, 0.95));
    box-shadow: 0 30px 100px rgba(0, 0, 0, 0.55), 0 0 60px rgba(0, 142, 255, 0.08);
    transform: perspective(1000px) rotateY(-7deg) rotateX(3deg);
}
.lham-cloud-rack-header { display: flex; justify-content: space-between; padding: 8px 7px 18px; color: #8499b6; font-size: 9px; font-weight: 800; letter-spacing: 0.12em; }
.lham-cloud-live { color: #34e89e; }
.lham-cloud-server-unit {
    min-height: 74px;
    display: grid; grid-template-columns: 15px 1fr 80px;
    align-items: center; gap: 15px;
    margin-bottom: 10px; padding: 15px;
    border: 1px solid rgba(107, 167, 222, 0.13);
    border-radius: 10px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.01));
}
.lham-cloud-server-unit strong { display: block; color: #dce9f8; font-size: 11px; letter-spacing: 0.08em; }
.lham-cloud-server-unit small { display: block; margin-top: 3px; color: #63748b; font-size: 9px; }
.lham-cloud-server-light { width: 7px; height: 7px; border-radius: 50%; background: #1df0a0; box-shadow: 0 0 10px rgba(29, 240, 160, 0.7); }
.lham-cloud-server-bars { height: 8px; border-radius: 10px; background: linear-gradient(90deg, #168cff 75%, rgba(255,255,255,0.08) 75%); }
.lham-cloud-floating-card {
    position: absolute;
    padding: 14px 18px;
    border: 1px solid rgba(94, 170, 236, 0.25);
    border-radius: 12px;
    background: rgba(8, 18, 33, 0.88);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}
.lham-cloud-floating-card span { display: block; color: #70829b; font-size: 8px; letter-spacing: 0.14em; }
.lham-cloud-floating-card strong { color: #ffffff; font-size: 12px; }
.lham-cloud-floating-top { top: 35px; right: -15px; }
.lham-cloud-floating-bottom { bottom: 50px; left: -10px; }
/* === 02 — INTRO === */
.lham-cloud-intro {
    padding: 110px 0;
    border-top: 1px solid var(--lham-cloud-border);
    border-bottom: 1px solid var(--lham-cloud-border);
    background: rgba(8, 16, 29, 0.7);
}
.lham-cloud-two-columns { display: grid; grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr); gap: 100px; }
.lham-cloud-intro-content p { color: var(--lham-cloud-text); font-size: 16px; }
.lham-cloud-intro-content strong { color: #e9f5ff; }
/* === 03 — POURQUOI LE CLOUD === */
.lham-cloud-why { padding: 110px 0; background: linear-gradient(180deg, rgba(4, 10, 19, 0.5), rgba(9, 18, 31, 0.95)); }
.lham-cloud-why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.lham-cloud-why-card {
    position: relative;
    padding: 32px 28px 28px;
    border-top: 1px solid rgba(65, 160, 230, 0.3);
    background: linear-gradient(180deg, rgba(255,255,255,0.025), transparent);
    transition: transform .3s ease, background .3s ease;
}
.lham-cloud-why-card:hover { transform: translateY(-6px); background: linear-gradient(180deg, rgba(255,255,255,0.045), transparent); }
.lham-cloud-why-icon {
    width: 46px; height: 46px;
    display: grid; place-items: center;
    margin-bottom: 16px;
    border: 1px solid rgba(60, 164, 255, 0.25);
    border-radius: 12px;
    color: var(--lham-cloud-cyan);
    background: rgba(0, 139, 255, 0.07);
    font-size: 19px;
}
.lham-cloud-why-number { position: absolute; top: 28px; right: 24px; color: rgba(112, 154, 198, 0.3); font-size: 11px; font-weight: 800; }
.lham-cloud-why-card h3 { margin: 0 0 10px; font-size: 20px; }
.lham-cloud-why-card p { color: var(--lham-cloud-text); font-size: 13px; margin: 0; }
/* === 04 — SOLUTIONS === */
.lham-cloud-solutions { padding: 120px 0; }
.lham-cloud-solutions-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.lham-cloud-card {
    position: relative;
    min-height: 390px;
    padding: 35px;
    overflow: hidden;
    border: 1px solid var(--lham-cloud-border);
    border-radius: var(--lham-cloud-radius);
    background: linear-gradient(145deg, rgba(16, 30, 51, 0.76), rgba(7, 14, 25, 0.88));
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.025);
    transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}
.lham-cloud-card::before {
    content: "";
    position: absolute;
    width: 180px; height: 180px;
    top: -100px; right: -80px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 157, 255, 0.15), transparent 68%);
    transition: transform 0.5s ease;
}
.lham-cloud-card:hover { transform: translateY(-8px); border-color: rgba(36, 155, 255, 0.35); box-shadow: 0 25px 70px rgba(0, 0, 0, 0.32), 0 0 40px rgba(0, 137, 255, 0.06); }
.lham-cloud-card:hover::before { transform: scale(1.6); }
.lham-cloud-card-number { position: absolute; top: 25px; right: 28px; color: rgba(112, 154, 198, 0.3); font-size: 12px; font-weight: 800; }
.lham-cloud-icon {
    width: 50px; height: 50px;
    display: grid; place-items: center;
    margin-bottom: 25px;
    border: 1px solid rgba(60, 164, 255, 0.25);
    border-radius: 13px;
    color: var(--lham-cloud-cyan);
    background: rgba(0, 139, 255, 0.07);
    font-size: 23px;
    box-shadow: inset 0 0 20px rgba(0, 154, 255, 0.05);
}
.lham-cloud-card h3 { margin-bottom: 15px; font-size: 21px; line-height: 1.15; }
.lham-cloud-card p { color: var(--lham-cloud-text); font-size: 14px; }
.lham-cloud-card ul { margin: 25px 0 0; padding: 0; list-style: none; }
.lham-cloud-card li { position: relative; margin-bottom: 7px; padding-left: 17px; color: #8192aa; font-size: 12px; }
.lham-cloud-card li::before {
    content: ""; position: absolute; width: 4px; height: 4px; left: 0; top: 9px;
    border-radius: 50%; background: var(--lham-cloud-blue); box-shadow: 0 0 8px var(--lham-cloud-blue);
}
/* === 05 — HÉBERGEMENT (zoom) === */
.lham-cloud-hosting { padding: 110px 0; background: var(--lham-cloud-bg-soft); }
.lham-cloud-hosting-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.lham-cloud-hosting-content { max-width: 600px; }
.lham-cloud-hosting-content p { margin-bottom: 18px; }
.lham-cloud-check-list { margin-top: 25px; }
.lham-cloud-check-list li { display: flex; align-items: center; gap: 11px; margin-bottom: 12px; color: #c7d7e5; font-size: 14px; }
.lham-cloud-check-list i { color: var(--lham-cloud-blue-light); }
.lham-cloud-hosting-panel {
    padding: 35px;
    border-radius: var(--lham-cloud-radius);
    border: 1px solid var(--lham-cloud-border);
    background: linear-gradient(145deg, rgba(21,151,255,.06), rgba(255,255,255,.02));
    box-shadow: var(--lham-cloud-shadow);
}
.lham-cloud-hosting-window { overflow: hidden; border: 1px solid rgba(255,255,255,.08); border-radius: 15px; background: #07101d; }
.lham-cloud-window-header { display: flex; gap: 7px; padding: 13px 15px; border-bottom: 1px solid rgba(255,255,255,.07); }
.lham-cloud-window-header span { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.25); }
.lham-cloud-window-body { padding: 35px; }
.lham-cloud-status { display: flex; align-items: center; gap: 9px; margin-bottom: 30px; color: #b9d1e3; font-size: 13px; font-weight: 700; }
.lham-cloud-status i { color: #42d99a; font-size: 7px; filter: drop-shadow(0 0 8px #42d99a); }
.lham-cloud-bars > div { margin-bottom: 22px; }
.lham-cloud-bars > div:last-child { margin-bottom: 0; }
.lham-cloud-bars span { display: block; margin-bottom: 8px; color: var(--lham-cloud-muted); font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.lham-cloud-bars strong {
    display: block; height: 7px; border-radius: 20px;
    background: linear-gradient(90deg, var(--lham-cloud-blue), var(--lham-cloud-cyan));
}
.lham-cloud-bars > div { position: relative; }
.lham-cloud-bars > div::after {
    content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 7px;
    border-radius: 20px; background: rgba(255,255,255,.06); z-index: -1;
}
/* === 06 — SÉCURITÉ === */
.lham-cloud-security { padding: 130px 0; background: radial-gradient(circle at 10% 50%, rgba(0, 126, 255, 0.07), transparent 30%); }
.lham-cloud-security-layout { display: grid; grid-template-columns: 0.85fr 1.15fr; align-items: center; gap: 100px; }
.lham-cloud-security-visual { min-height: 430px; display: grid; place-items: center; }
.lham-cloud-security-core { position: relative; width: 300px; height: 300px; display: grid; place-items: center; }
.lham-cloud-security-ring { position: absolute; border: 1px solid rgba(25, 154, 255, 0.3); border-radius: 50%; animation: lhamCloudPulse 5s ease-in-out infinite; }
.ring-one { inset: 20px; }
.ring-two { inset: 55px; animation-delay: -1.5s; }
.ring-three { inset: 90px; animation-delay: -3s; }
.lham-cloud-lock {
    width: 100px; height: 100px; display: grid; place-items: center;
    border: 1px solid rgba(80, 182, 255, 0.45); border-radius: 25px;
    background: linear-gradient(145deg, rgba(13, 68, 119, 0.8), rgba(4, 18, 34, 0.9));
    box-shadow: 0 0 50px rgba(0, 153, 255, 0.16);
    color: var(--lham-cloud-cyan); font-size: 42px; z-index: 2;
}
@keyframes lhamCloudPulse { 0%, 100% { transform: scale(0.96); opacity: 0.55; } 50% { transform: scale(1.04); opacity: 1; } }
.lham-cloud-security-list { margin-top: 35px; }
.lham-cloud-security-list div { display: grid; grid-template-columns: 50px 1fr; gap: 15px; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,0.06); }
.lham-cloud-security-list strong { color: var(--lham-cloud-blue-light); font-size: 11px; }
.lham-cloud-security-list span { color: #d3deec; font-size: 14px; }
.lham-cloud-related-service {
    display: flex; align-items: center; gap: 18px;
    margin-top: 35px; padding: 20px 24px;
    border: 1px solid rgba(77,180,255,.16); border-radius: 14px;
    background: rgba(21,151,255,.05);
}
.lham-cloud-related-service > i { color: var(--lham-cloud-blue-light); font-size: 25px; }
.lham-cloud-related-service strong { color: var(--lham-cloud-white); font-size: 14px; }
.lham-cloud-related-service p { margin: 4px 0 0; color: var(--lham-cloud-muted); font-size: 13px; }
.lham-cloud-related-service a { color: var(--lham-cloud-blue-light); font-weight: 800; text-decoration: underline; }
/* === 07 — CONTINUITÉ === */
.lham-cloud-continuity { padding: 110px 0; background: var(--lham-cloud-bg); }
.lham-cloud-continuity-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.lham-cloud-continuity-grid article { padding: 30px 25px; text-align: center; border: 1px solid var(--lham-cloud-border); border-radius: var(--lham-cloud-radius); background: rgba(255,255,255,.025); }
.lham-cloud-continuity-grid article > i {
    display: grid; place-items: center; width: 55px; height: 55px; margin: 0 auto 18px;
    border-radius: 15px; color: var(--lham-cloud-blue-light); background: rgba(21,151,255,.09); font-size: 20px;
}
.lham-cloud-continuity-grid h3 { margin-bottom: 9px; color: var(--lham-cloud-white); font-size: 18px; }
.lham-cloud-continuity-grid p { margin: 0; color: var(--lham-cloud-muted); font-size: 13px; }
/* === 08 — ARCHITECTURE === */
.lham-cloud-architecture { padding: 120px 0; border-top: 1px solid var(--lham-cloud-border); background: #07101c; }
.lham-cloud-architecture-flow { display: flex; align-items: center; width: 100%; overflow-x: auto; padding: 25px 0 35px; }
.lham-cloud-node { min-width: 155px; padding: 22px; border: 1px solid rgba(79, 161, 226, 0.2); border-radius: 13px; background: rgba(255,255,255,0.025); text-align: center; }
.lham-cloud-node span { display: block; margin-bottom: 8px; color: var(--lham-cloud-blue-light); font-size: 10px; }
.lham-cloud-node strong { display: block; color: #e7f1fc; font-size: 10px; letter-spacing: 0.08em; }
.lham-cloud-node small { display: block; margin-top: 5px; color: var(--lham-cloud-muted); font-size: 9px; }
.lham-cloud-line { position: relative; flex: 1; min-width: 35px; height: 1px; background: linear-gradient(90deg, rgba(24, 140, 255, 0.15), rgba(24, 140, 255, 0.7)); }
.lham-cloud-line::after { content: ""; position: absolute; right: 0; top: -3px; width: 7px; height: 7px; border-radius: 50%; background: var(--lham-cloud-cyan); box-shadow: 0 0 10px var(--lham-cloud-cyan); }
/* === 09 — CLOUD ENTREPRISE === */
.lham-cloud-enterprise { padding: 120px 0; background: var(--lham-cloud-bg-soft); }
.lham-cloud-enterprise-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.lham-cloud-enterprise-panel {
    position: relative; min-height: 470px; display: grid; place-items: center;
    border: 1px solid var(--lham-cloud-border); border-radius: var(--lham-cloud-radius);
    background: radial-gradient(circle, rgba(21,151,255,.12), transparent 55%);
}
.lham-cloud-enterprise-center {
    width: 170px; height: 170px; display: flex; flex-direction: column; align-items: center; justify-content: center;
    border-radius: 50%; border: 1px solid rgba(77,180,255,.45); background: rgba(5,11,20,.9);
    box-shadow: 0 0 60px rgba(21,151,255,.18);
}
.lham-cloud-enterprise-center i { margin-bottom: 8px; color: var(--lham-cloud-blue-light); font-size: 30px; }
.lham-cloud-enterprise-center strong { color: var(--lham-cloud-white); font-size: 15px; letter-spacing: .12em; }
.lham-cloud-enterprise-center span { color: var(--lham-cloud-muted); font-size: 8px; letter-spacing: .1em; }
.lham-cloud-enterprise-point {
    position: absolute; display: flex; align-items: center; gap: 8px; padding: 10px 14px;
    border: 1px solid rgba(255,255,255,.09); border-radius: 30px; background: rgba(7,16,29,.9);
    color: #c1d1df; font-size: 9px; font-weight: 800; letter-spacing: .08em;
}
.lham-cloud-enterprise-point i { color: var(--lham-cloud-blue-light); }
.point-one { top: 12%; left: 14%; }
.point-two { top: 19%; right: 10%; }
.point-three { bottom: 18%; right: 12%; }
.point-four { bottom: 11%; left: 18%; }
.point-five { top: 48%; right: 4%; }
/* === 10 — MIGRATION === */
.lham-cloud-migration { padding: 110px 0; background: var(--lham-cloud-bg); }
.lham-cloud-migration-steps { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.lham-cloud-migration-steps article { position: relative; padding: 25px 18px; text-align: center; border: 1px solid var(--lham-cloud-border); border-radius: var(--lham-cloud-radius-sm); background: rgba(255,255,255,.025); }
.lham-cloud-migration-steps span { display: block; margin-bottom: 18px; color: var(--lham-cloud-blue-light); font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.lham-cloud-migration-steps i { display: block; margin-bottom: 15px; color: var(--lham-cloud-white); font-size: 22px; }
.lham-cloud-migration-steps h3 { margin-bottom: 8px; color: var(--lham-cloud-white); font-size: 15px; }
.lham-cloud-migration-steps p { margin: 0; color: var(--lham-cloud-muted); font-size: 11px; }
/* === 11 — ADMINISTRATION === */
.lham-cloud-management { padding: 110px 0; background: var(--lham-cloud-bg-soft); }
.lham-cloud-management-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.lham-cloud-management-content { position: sticky; top: 100px; }
.lham-cloud-management-content p { margin-bottom: 30px; }
.lham-cloud-management-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.lham-cloud-management-list article { display: flex; gap: 15px; padding: 22px; border: 1px solid var(--lham-cloud-border); border-radius: var(--lham-cloud-radius-sm); background: rgba(255,255,255,.025); }
.lham-cloud-management-list article > i { flex: 0 0 auto; color: var(--lham-cloud-blue-light); font-size: 20px; }
.lham-cloud-management-list h3 { margin-bottom: 5px; color: var(--lham-cloud-white); font-size: 15px; }
.lham-cloud-management-list p { margin: 0; color: var(--lham-cloud-muted); font-size: 12px; }
/* === 12 — POURQUOI LHAM TECH === */
.lham-cloud-advantage { padding: 110px 0; background: var(--lham-cloud-bg); }
.lham-cloud-advantage-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; }
.lham-cloud-advantages { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.lham-cloud-advantages article { display: flex; gap: 15px; padding: 22px; border: 1px solid var(--lham-cloud-border); border-radius: var(--lham-cloud-radius-sm); background: rgba(255,255,255,.025); }
.lham-cloud-advantages article > i { color: var(--lham-cloud-blue-light); font-size: 20px; }
.lham-cloud-advantages h3 { margin-bottom: 5px; color: var(--lham-cloud-white); font-size: 15px; }
.lham-cloud-advantages p { margin: 0; color: var(--lham-cloud-muted); font-size: 12px; }
/* === 13 — SERVICES COMPLÉMENTAIRES === */
.lham-cloud-services { padding: 120px 0; }
.lham-cloud-services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.lham-cloud-service-link {
    display: flex; align-items: center; justify-content: space-between;
    padding: 22px 25px; border: 1px solid var(--lham-cloud-border); border-radius: 10px;
    background: rgba(255,255,255,0.018); color: #d7e4f4; font-size: 14px; font-weight: 700;
    transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}
.lham-cloud-service-link i { color: var(--lham-cloud-blue-light); font-style: normal; font-size: 18px; }
.lham-cloud-service-link:hover { transform: translateX(5px); border-color: rgba(48, 159, 255, 0.4); background: rgba(21, 141, 255, 0.05); }
/* === 14 — SECTEURS === */
.lham-cloud-sectors { padding: 100px 0; border-top: 1px solid var(--lham-cloud-border); border-bottom: 1px solid var(--lham-cloud-border); background: rgba(255,255,255,0.015); }
.lham-cloud-sector-list { display: flex; flex-wrap: wrap; gap: 10px; }
.lham-cloud-sector-list span {
    padding: 12px 18px; border: 1px solid rgba(100, 156, 207, 0.15); border-radius: 100px;
    color: #9aacc3; background: rgba(255,255,255,0.018); font-size: 12px;
    transition: color 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}
.lham-cloud-sector-list span:hover { color: #eaf5ff; border-color: rgba(32, 150, 255, 0.4); background: rgba(20, 141, 255, 0.06); }
/* === 15 — CTA INTERMÉDIAIRE === */
.lham-cloud-cta { position: relative; padding: 130px 0; overflow: hidden; background: linear-gradient(135deg, #07162a, #06101d); text-align: center; }
.lham-cloud-cta-grid {
    position: absolute; inset: 0;
    background-image: linear-gradient(rgba(70, 160, 235, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(70, 160, 235, 0.045) 1px, transparent 1px);
    background-size: 60px 60px;
    -webkit-mask-image: radial-gradient(circle, black 10%, transparent 75%);
    mask-image: radial-gradient(circle, black 10%, transparent 75%);
}
.lham-cloud-cta-content { position: relative; max-width: 850px; margin-inline: auto; }
.lham-cloud-cta h2 { max-width: 850px; margin: 18px auto 20px; font-size: clamp(35px, 5vw, 62px); }
.lham-cloud-cta p { max-width: 720px; margin-inline: auto; color: var(--lham-cloud-text); font-size: 16px; }
.lham-cloud-cta-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 35px; }
/* === 16 — FAQ === */
.lham-cloud-faq { padding: 120px 0; }
.lham-cloud-faq-list { max-width: 950px; margin-inline: auto; }
.lham-cloud-faq details { border-bottom: 1px solid rgba(255,255,255,0.08); }
.lham-cloud-faq summary { position: relative; padding: 25px 45px 25px 0; cursor: pointer; list-style: none; color: #e1ebf7; font-size: 16px; font-weight: 700; }
.lham-cloud-faq summary::-webkit-details-marker { display: none; }
.lham-cloud-faq summary::after { content: "+"; position: absolute; right: 5px; top: 20px; color: var(--lham-cloud-blue-light); font-size: 25px; font-weight: 300; }
.lham-cloud-faq details[open] summary::after { content: "−"; }
.lham-cloud-faq details p { max-width: 850px; padding: 0 45px 25px 0; color: var(--lham-cloud-text); font-size: 14px; }
/* === 17 — CTA FINALE === */
.lham-cloud-final-cta {
    padding: 130px 0;
    background: radial-gradient(circle at center, rgba(21,151,255,.18), transparent 55%), linear-gradient(135deg, #071423, #040a12);
}
.lham-cloud-final-content { max-width: 850px; margin-inline: auto; text-align: center; }
.lham-cloud-final-content h2 { font-size: clamp(35px, 5vw, 58px); }
.lham-cloud-final-content p { max-width: 720px; margin: 0 auto 30px; color: var(--lham-cloud-text); font-size: 16px; }
.lham-cloud-final-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
/* === RESPONSIVE — TABLET (≤1050px) === */
@media (max-width: 1050px) {
    .lham-cloud-hero .lham-cloud-container { grid-template-columns: 1fr; }
    .lham-cloud-hero-content { max-width: 850px; }
    .lham-cloud-hero-visual { max-width: 600px; margin-inline: auto; }
    .lham-cloud-solutions-grid { grid-template-columns: repeat(2, 1fr); }
    .lham-cloud-why-grid { grid-template-columns: repeat(2, 1fr); }
    .lham-cloud-continuity-grid { grid-template-columns: repeat(2, 1fr); }
    .lham-cloud-migration-steps { grid-template-columns: repeat(3, 1fr); }
    .lham-cloud-security-layout { grid-template-columns: 1fr; }
    .lham-cloud-security-visual { min-height: 320px; }
    .lham-cloud-hosting-grid,
    .lham-cloud-enterprise-grid,
    .lham-cloud-management-grid,
    .lham-cloud-advantage-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    .lham-cloud-hosting-content,
    .lham-cloud-enterprise-content { max-width: 800px; }
    .lham-cloud-management-content { position: static; }
}
/* === RESPONSIVE — MOBILE (≤700px) === */
@media (max-width: 700px) {
    .lham-cloud-container { width: min(calc(100% - 32px), var(--lham-cloud-container)); }
    .lham-cloud-hero { min-height: 100%; padding: 90px 0 70px; }
    .lham-cloud-hero h1 { font-size: clamp(40px, 13vw, 58px); }
    .lham-cloud-hero-text { font-size: 16px; }
    .lham-cloud-hero-actions { flex-direction: column; }
    .lham-cloud-btn { width: 100%; }
    .lham-cloud-hero-trust { gap: 22px; }
    .lham-cloud-hero-visual { min-height: 390px; }
    .lham-cloud-server-rack { transform: perspective(1000px) rotateY(0) rotateX(2deg); }
    .lham-cloud-floating-top { right: 0; }
    .lham-cloud-floating-bottom { left: 0; }
    .lham-cloud-two-columns { grid-template-columns: 1fr; gap: 35px; }

    .lham-cloud-intro,
    .lham-cloud-why,
    .lham-cloud-solutions,
    .lham-cloud-hosting,
    .lham-cloud-security,
    .lham-cloud-continuity,
    .lham-cloud-architecture,
    .lham-cloud-enterprise,
    .lham-cloud-migration,
    .lham-cloud-management,
    .lham-cloud-advantage,
    .lham-cloud-services,
    .lham-cloud-sectors,
    .lham-cloud-cta,
    .lham-cloud-faq,
    .lham-cloud-final-cta {
        padding: 80px 0;
    }

    .lham-cloud-why-grid,
    .lham-cloud-solutions-grid,
    .lham-cloud-continuity-grid,
    .lham-cloud-services-grid,
    .lham-cloud-management-list,
    .lham-cloud-advantages {
        grid-template-columns: 1fr;
    }
    .lham-cloud-card { min-height: 100%; padding: 28px; }
    .lham-cloud-hosting-panel { padding: 18px; }
    .lham-cloud-window-body { padding: 25px 20px; }
    .lham-cloud-security-core { width: 260px; height: 260px; }
    .lham-cloud-enterprise-panel { min-height: 360px; }
    .lham-cloud-enterprise-point { font-size: 8px; }
    .point-one { left: 4%; } .point-two { right: 3%; } .point-three { right: 3%; }
    .point-four { left: 4%; } .point-five { right: 0; }
    .lham-cloud-migration-steps { grid-template-columns: repeat(2, 1fr); }
    .lham-cloud-related-service { align-items: flex-start; }
    .lham-cloud-cta-actions,
    .lham-cloud-final-actions { flex-direction: column; }
    .lham-cloud-faq summary { font-size: 14px; }
}
/* === RESPONSIVE — SMALL MOBILE (≤480px) === */
@media (max-width: 480px) {
    .lham-cloud-hero h1 { font-size: 36px; }
    .lham-cloud-section-heading h2,
    .lham-cloud-hosting-content h2,
    .lham-cloud-enterprise-content h2,
    .lham-cloud-management-content h2,
    .lham-cloud-advantage-grid h2,
    .lham-cloud-final-content h2 {
        font-size: 31px;
    }
    .lham-cloud-migration-steps { grid-template-columns: 1fr; }
}
/* === ACCESSIBILITÉ === */
@media (prefers-reduced-motion: reduce) {
    .lham-cloud-page *,
    .lham-cloud-page *::before,
    .lham-cloud-page *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}












/* ============================================================
   LHAM TECH — CLOUD & HÉBERGEMENT
   Premium / Futuristic / Professional / Robust
============================================================ */
/* === 01 — ROOT / VARIABLES === */
:root {
    --lham-cloud-bg: #050914;
    --lham-cloud-bg-deep: #02050c;
    --lham-cloud-bg-soft: #08111f;
    --lham-cloud-surface: rgba(11, 23, 40, 0.78);
    --lham-cloud-surface-strong: rgba(14, 29, 49, 0.94);
    --lham-cloud-surface-light: rgba(255, 255, 255, 0.045);
    --lham-cloud-border: rgba(91, 170, 255, 0.17);
    --lham-cloud-border-strong: rgba(74, 166, 255, 0.42);
    --lham-cloud-blue: #1688ff;
    --lham-cloud-blue-light: #52b7ff;
    --lham-cloud-blue-soft: #9ddcff;
    --lham-cloud-cyan: #16d9ff;
    --lham-cloud-gold: #f2bd62;
    --lham-cloud-gold-light: #ffe0a0;
    --lham-cloud-white: #f5f9ff;
    --lham-cloud-text: #d7e4f2;
    --lham-cloud-muted: #91a6bc;
    --lham-cloud-success: #39e29a;
    --lham-cloud-danger: #ff667d;
    --lham-cloud-shadow: 0 25px 80px rgba(0, 0, 0, 0.42);
    --lham-cloud-shadow-blue: 0 20px 70px rgba(0, 128, 255, 0.15);
    --lham-cloud-radius: 22px;
    --lham-cloud-radius-small: 14px;
    --lham-cloud-container: 1240px;
    --lham-cloud-transition: 0.35s cubic-bezier(.22, .61, .36, 1);
}
/* === 02 — RESET LOCAL À LA PAGE === */
.lham-cloud-page,
.lham-cloud-page *,
.lham-cloud-page *::before,
.lham-cloud-page *::after {
    box-sizing: border-box;
}
.lham-cloud-page {
    position: relative;
    width: 100%;
    overflow: hidden;
    color: var(--lham-cloud-text);
    background:
        radial-gradient(circle at 10% 5%, rgba(0, 136, 255, 0.08), transparent 32%),
        radial-gradient(circle at 90% 25%, rgba(22, 217, 255, 0.055), transparent 30%),
        var(--lham-cloud-bg);
    font-family:
        Inter, "Segoe UI", Roboto,
        Helvetica, Arial, sans-serif;
    line-height: 1.7;
}
.lham-cloud-page img {
    max-width: 100%;
}
.lham-cloud-page a {
    text-decoration: none;
}
.lham-cloud-page button,
.lham-cloud-page a {
    -webkit-tap-highlight-color: transparent;
}
/* === 03 — CONTAINER === */
.lham-cloud-container {
    position: relative;
    width: min(calc(100% - 48px), var(--lham-cloud-container));
    margin-inline: auto;
}
/* === 04 — GENERIC TYPOGRAPHY === */
.lham-cloud-page h1,
.lham-cloud-page h2,
.lham-cloud-page h3,
.lham-cloud-page h4 {
    margin-top: 0;
    color: var(--lham-cloud-white);
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.15;
}
.lham-cloud-page p {
    margin-top: 0;
    color: var(--lham-cloud-text);
}
.lham-cloud-page strong {
    color: var(--lham-cloud-white);
}
/* === 05 — KICKER === */
.lham-cloud-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 18px;
    color: var(--lham-cloud-blue-light);
    font-size: 0.73rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}
.lham-cloud-kicker::before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 1px;
    background: linear-gradient(90deg, var(--lham-cloud-blue), transparent);
}
/* === 06 — HERO === */
.lham-cloud-hero {
    position: relative;
    min-height: 760px;
    display: flex;
    align-items: center;
    isolation: isolate;
    background:
        radial-gradient(circle at 75% 45%, rgba(0, 144, 255, 0.14), transparent 34%),
        radial-gradient(circle at 15% 20%, rgba(0, 90, 255, 0.11), transparent 35%),
        linear-gradient(135deg, #030711 0%, #071322 52%, #02060e 100%);
    border-bottom: 1px solid rgba(92, 171, 255, 0.12);
}
.lham-cloud-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    opacity: 0.55;
    background-image:
        linear-gradient(rgba(100, 180, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(100, 180, 255, 0.035) 1px, transparent 1px);
    background-size: 60px 60px;
    -webkit-mask-image: linear-gradient(to bottom, black, transparent);
    mask-image: linear-gradient(to bottom, black, transparent);
}
.lham-cloud-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 180px;
    z-index: -1;
    background: linear-gradient(to bottom, transparent, var(--lham-cloud-bg));
}
.lham-cloud-hero-grid {
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0.32;
    background: repeating-linear-gradient(
        90deg, transparent 0, transparent 119px, rgba(73, 158, 255, 0.035) 120px
    );
    pointer-events: none;
}
/* === 07 — HERO ORBS === */
.lham-cloud-orb {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(2px);
}
.lham-cloud-orb-one {
    width: 260px;
    height: 260px;
    right: 10%;
    top: 15%;
    background: radial-gradient(
        circle, rgba(22, 136, 255, 0.17), rgba(22, 136, 255, 0.025) 55%, transparent 72%
    );
    animation: lhamCloudFloat 8s ease-in-out infinite;
}
.lham-cloud-orb-two {
    width: 180px;
    height: 180px;
    left: 3%;
    bottom: 15%;
    background: radial-gradient(circle, rgba(22, 217, 255, 0.09), transparent 70%);
    animation: lhamCloudFloat 10s ease-in-out infinite reverse;
}
@keyframes lhamCloudFloat {
    0%, 100% {
        transform: translate3d(0, 0, 0);
    }
    50% {
        transform: translate3d(0, -18px, 0);
    }
}
/* === 08 — HERO LAYOUT === */
.lham-cloud-hero .lham-cloud-container {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
    gap: 70px;
    align-items: center;
    padding-block: 110px;
}
.lham-cloud-hero-content {
    position: relative;
    z-index: 2;
}
.lham-cloud-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
    padding: 9px 14px;
    border: 1px solid rgba(69, 169, 255, 0.2);
    border-radius: 999px;
    background: rgba(16, 49, 82, 0.3);
    color: var(--lham-cloud-blue-soft);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}
.lham-cloud-status-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--lham-cloud-success);
    box-shadow:
        0 0 0 4px rgba(57, 226, 154, 0.08),
        0 0 18px rgba(57, 226, 154, 0.75);
    animation: lhamCloudPulse 2s ease-in-out infinite;
}
@keyframes lhamCloudPulse {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.65;
        transform: scale(0.82);
    }
}
.lham-cloud-hero h1 {
    max-width: 800px;
    margin-bottom: 28px;
    font-size: clamp(2.8rem, 5vw, 5.5rem);
    font-weight: 800;
    line-height: 0.98;
    letter-spacing: -0.055em;
    background: linear-gradient(115deg, #ffffff 0%, #d9efff 45%, #66baff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.lham-cloud-hero h1 span {
    display: block;
    margin-top: 18px;
    font-size: clamp(1.2rem, 2vw, 1.8rem);
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.02em;
    background: linear-gradient(90deg, #8bcfff, #f0f8ff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.lham-cloud-hero-text {
    max-width: 760px;
    margin-bottom: 15px;
    color: #cbd9e8;
    font-size: 1.08rem;
    line-height: 1.85;
}
.lham-cloud-hero-text-secondary {
    max-width: 720px;
    margin-bottom: 34px;
    color: var(--lham-cloud-muted);
    font-size: 0.97rem;
    line-height: 1.8;
}
/* === 09 — BUTTONS === */
.lham-cloud-hero-actions,
.lham-cloud-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}
.lham-cloud-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 52px;
    padding: 0 23px;
    border: 1px solid transparent;
    border-radius: 10px;
    font-size: 0.87rem;
    font-weight: 750;
    letter-spacing: 0.01em;
    transition:
        transform var(--lham-cloud-transition), box-shadow var(--lham-cloud-transition),
        border-color var(--lham-cloud-transition), background var(--lham-cloud-transition);
    overflow: hidden;
}
.lham-cloud-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    transform: translateX(-105%);
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.18), transparent);
    transition: transform 0.7s ease;
}
.lham-cloud-btn:hover::before {
    transform: translateX(105%);
}
.lham-cloud-btn:hover {
    transform: translateY(-3px);
}
.lham-cloud-btn-primary {
    color: #03101d;
    background: linear-gradient(135deg, #61c4ff, #0b88ff);
    box-shadow: 0 15px 40px rgba(0, 126, 255, 0.22);
}
.lham-cloud-btn-primary:hover {
    color: #ffffff;
    box-shadow: 0 20px 55px rgba(0, 137, 255, 0.38);
}
.lham-cloud-btn-outline {
    color: #d9ecff;
    border-color: rgba(111, 190, 255, 0.28);
    background: rgba(255,255,255,0.025);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.lham-cloud-btn-outline:hover {
    color: #ffffff;
    border-color: rgba(94, 187, 255, 0.65);
    background: rgba(39, 130, 210, 0.12);
    box-shadow: 0 12px 35px rgba(0, 130, 255, 0.14);
}
.lham-cloud-btn i {
    font-style: normal;
    font-size: 1rem;
}
/* === 10 — HERO TRUST === */
.lham-cloud-hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin-top: 40px;
    max-width: 670px;
}
.lham-cloud-hero-trust > div {
    min-width: 155px;
    padding: 0 24px;
    border-left: 1px solid rgba(105, 182, 255, 0.17);
}
.lham-cloud-hero-trust > div:first-child {
    padding-left: 0;
    border-left: 0;
}
.lham-cloud-hero-trust strong {
    display: block;
    margin-bottom: 3px;
    color: var(--lham-cloud-blue-light);
    font-size: 0.82rem;
    letter-spacing: 0.12em;
}
.lham-cloud-hero-trust span {
    color: var(--lham-cloud-muted);
    font-size: 0.74rem;
}
/* === 11 — HERO SERVER VISUAL === */
.lham-cloud-hero-visual {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lham-cloud-server-rack {
    position: relative;
    width: min(100%, 470px);
    padding: 18px;
    border: 1px solid rgba(102, 188, 255, 0.23);
    border-radius: 20px;
    background: linear-gradient(
        145deg, rgba(15, 36, 60, 0.96), rgba(3, 12, 24, 0.96)
    );
    box-shadow:
        0 40px 100px rgba(0, 0, 0, 0.45),
        0 0 90px rgba(0, 128, 255, 0.12);
    transform:
        perspective(1000px) rotateY(-7deg) rotateX(2deg);
    transition: transform 0.7s ease;
}
.lham-cloud-server-rack:hover {
    transform:
        perspective(1000px) rotateY(0)
        rotateX(0) translateY(-5px);
}
.lham-cloud-rack-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3px 5px 17px;
    color: #a7c9e8;
    font-size: 0.64rem;
    font-weight: 800;
    letter-spacing: 0.11em;
}
.lham-cloud-live {
    color: var(--lham-cloud-success);
    font-size: 0.62rem;
}
.lham-cloud-server-unit {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 85px;
    margin-top: 10px;
    padding: 14px 16px;
    border: 1px solid rgba(95, 176, 255, 0.13);
    border-radius: 12px;
    background: linear-gradient(
        90deg, rgba(31, 67, 102, 0.28), rgba(8, 18, 31, 0.55)
    );
    box-shadow: inset 0 1px rgba(255,255,255,0.025);
}
.lham-cloud-server-unit > div {
    flex: 1;
}
.lham-cloud-server-light {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--lham-cloud-success);
    box-shadow: 0 0 14px rgba(57, 226, 154, 0.75);
}
.lham-cloud-server-unit strong {
    display: block;
    color: #e5f3ff;
    font-size: 0.73rem;
    letter-spacing: 0.08em;
}
.lham-cloud-server-unit small {
    display: block;
    margin-top: 4px;
    color: #6f8ba5;
    font-size: 0.62rem;
    letter-spacing: 0.08em;
}
.lham-cloud-server-bars {
    position: relative;
    width: 65px;
    height: 22px;
    background: repeating-linear-gradient(
        90deg, rgba(69, 184, 255, 0.8) 0, rgba(69, 184, 255, 0.8) 4px,
        transparent 4px, transparent 8px
    );
    opacity: 0.55;
}
.lham-cloud-floating-card {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding: 13px 17px;
    border: 1px solid rgba(100, 191, 255, 0.24);
    border-radius: 12px;
    background: rgba(5, 15, 28, 0.82);
    box-shadow: 0 20px 55px rgba(0,0,0,0.3);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    animation: lhamCloudFloat 7s ease-in-out infinite;
}
.lham-cloud-floating-card span {
    color: #7893ad;
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.15em;
}
.lham-cloud-floating-card strong {
    color: #b9e5ff;
    font-size: 0.74rem;
    letter-spacing: 0.05em;
}
.lham-cloud-floating-top {
    right: -12px;
    top: 80px;
}
.lham-cloud-floating-bottom {
    left: -20px;
    bottom: 75px;
    animation-delay: -3s;
}
/* === 12 — INTRO === */
.lham-cloud-intro {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(180deg, var(--lham-cloud-bg), var(--lham-cloud-bg-soft));
}
.lham-cloud-two-columns {
    display: grid;
    grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
    gap: 80px;
}
.lham-cloud-section-heading h2 {
    max-width: 510px;
    margin-bottom: 0;
    font-size: clamp(2rem, 4vw, 3.45rem);
    line-height: 1.05;
}
.lham-cloud-intro-content {
    padding-top: 8px;
}
.lham-cloud-intro-content p {
    margin-bottom: 21px;
    color: #a9bed2;
    font-size: 1rem;
    line-height: 1.9;
}
.lham-cloud-intro-content p:last-child {
    margin-bottom: 0;
}
.lham-cloud-intro-content strong {
    color: var(--lham-cloud-blue-light);
}
/* === 13 — GENERIC SECTION INTRO === */
.lham-cloud-section-intro {
    max-width: 820px;
    margin: 0 auto 58px;
    text-align: center;
}
.lham-cloud-section-intro h2 {
    margin-bottom: 19px;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.08;
}
.lham-cloud-section-intro p {
    max-width: 760px;
    margin: 0 auto;
    color: var(--lham-cloud-muted);
    font-size: 1rem;
    line-height: 1.85;
}
/* === 14 — TYPES DE SITES === */
.lham-cloud-web-solutions {
    position: relative;
    padding: 125px 0;
    background: radial-gradient(
        circle at 50% 0%, rgba(0, 126, 255, 0.075), transparent 35%
    ), var(--lham-cloud-bg-soft);
}
.lham-cloud-web-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}
.lham-cloud-web-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 28px;
    border: 1px solid var(--lham-cloud-border);
    border-radius: var(--lham-cloud-radius);
    background: linear-gradient(
        145deg, rgba(16, 32, 53, 0.88), rgba(5, 15, 27, 0.93)
    );
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transition:
        transform var(--lham-cloud-transition),
        border-color var(--lham-cloud-transition),
        box-shadow var(--lham-cloud-transition);
}
.lham-cloud-web-card::before {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    right: -100px;
    top: -100px;
    border-radius: 50%;
    background: radial-gradient(
        circle, rgba(0, 145, 255, 0.16), transparent 70%
    );
    transition: transform 0.6s ease;
}
.lham-cloud-web-card:hover {
    transform: translateY(-9px);
    border-color: var(--lham-cloud-border-strong);
    box-shadow:
        0 30px 75px rgba(0, 0, 0, 0.38),
        0 0 55px rgba(0, 128, 255, 0.08);
}
.lham-cloud-web-card:hover::before {
    transform: scale(1.45);
}
.lham-cloud-web-card-featured {
    border-color: rgba(74, 176, 255, 0.43);
    background: linear-gradient(
        145deg, rgba(15, 47, 76, 0.92), rgba(5, 18, 33, 0.96)
    );
    box-shadow: 0 25px 75px rgba(0, 111, 255, 0.12);
}
.lham-cloud-web-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 22px;
}
.lham-cloud-web-number {
    color: rgba(150, 201, 239, 0.5);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.15em;
}
.lham-cloud-web-badge {
    padding: 5px 9px;
    border: 1px solid rgba(79, 181, 255, 0.19);
    border-radius: 999px;
    color: var(--lham-cloud-blue-light);
    background: rgba(30, 128, 204, 0.08);
    font-size: 0.56rem;
    font-weight: 800;
    letter-spacing: 0.11em;
}
.lham-cloud-web-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin-bottom: 21px;
    border: 1px solid rgba(80, 178, 255, 0.2);
    border-radius: 14px;
    color: var(--lham-cloud-blue-light);
    background: linear-gradient(
        145deg, rgba(29, 137, 217, 0.16), rgba(16, 72, 118, 0.09)
    );
    box-shadow: inset 0 1px rgba(255,255,255,0.04);
    font-size: 1.3rem;
}
.lham-cloud-web-card h3 {
    margin-bottom: 14px;
    font-size: 1.35rem;
}
.lham-cloud-web-card > p {
    margin-bottom: 23px;
    color: #91a9bf;
    font-size: 0.9rem;
    line-height: 1.75;
}
.lham-cloud-web-features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 23px;
}
.lham-cloud-web-features span {
    color: #aac4da;
    font-size: 0.72rem;
    line-height: 1.45;
}
.lham-cloud-web-features span::first-letter {
    color: var(--lham-cloud-success);
}
.lham-cloud-web-best {
    margin-top: auto;
    margin-bottom: 24px;
    padding: 15px;
    border-left: 2px solid rgba(53, 164, 255, 0.4);
    border-radius: 0 10px 10px 0;
    background: rgba(255,255,255,0.025);
    color: #849eb6;
    font-size: 0.73rem;
    line-height: 1.65;
}
.lham-cloud-web-best strong {
    color: #b9dcf6;
}
/* === 15 — PRICING === */
.lham-cloud-price-box {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 22px;
}
.lham-cloud-price-country {
    padding: 12px;
    border: 1px solid rgba(91, 170, 255, 0.12);
    border-radius: 11px;
    background: rgba(255,255,255,0.018);
}
.lham-cloud-price-country > span {
    display: block;
    margin-bottom: 5px;
    color: #7892aa;
    font-size: 0.68rem;
    font-weight: 700;
}
.lham-price {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 7px;
}
.lham-price-old {
    color: #667b91;
    font-size: 0.69rem;
    text-decoration: line-through;
}
.lham-price-value {
    color: var(--lham-cloud-white);
    font-size: 1.15rem;
    font-weight: 800;
}
.lham-cloud-web-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid rgba(95, 175, 255, 0.12);
    color: var(--lham-cloud-blue-light);
    font-size: 0.77rem;
    font-weight: 750;
    transition: color var(--lham-cloud-transition);
}
.lham-cloud-web-link i {
    font-style: normal;
    transition: transform var(--lham-cloud-transition);
}
.lham-cloud-web-link:hover {
    color: #ffffff;
}
.lham-cloud-web-link:hover i {
    transform: translate(4px, -4px);
}
/* === 16 — TECHNOLOGIES === */
.lham-cloud-tech-stack {
    position: relative;
    padding: 125px 0;
    background: #040b14;
}
.lham-cloud-tech-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}
.lham-cloud-tech-card {
    position: relative;
    padding: 28px;
    border: 1px solid rgba(95, 175, 255, 0.13);
    border-radius: 18px;
    background: rgba(11, 26, 43, 0.72);
    transition:
        transform var(--lham-cloud-transition),
        border-color var(--lham-cloud-transition),
        background var(--lham-cloud-transition);
}
.lham-cloud-tech-card:hover {
    transform: translateY(-7px);
    border-color: rgba(71, 171, 255, 0.38);
    background: rgba(13, 34, 55, 0.9);
}
.lham-cloud-tech-index {
    display: block;
    margin-bottom: 23px;
    color: rgba(81, 180, 255, 0.5);
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.16em;
}
.lham-cloud-tech-card h3 {
    margin-bottom: 12px;
    font-size: 1.2rem;
}
.lham-cloud-tech-card p {
    min-height: 95px;
    margin-bottom: 22px;
    color: #8da7be;
    font-size: 0.82rem;
    line-height: 1.75;
}
.lham-cloud-tech-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}
.lham-cloud-tech-tags span {
    padding: 5px 9px;
    border: 1px solid rgba(90, 177, 255, 0.13);
    border-radius: 6px;
    color: #83b7dc;
    background: rgba(30, 132, 205, 0.055);
    font-size: 0.62rem;
    font-weight: 700;
}
/* === 17 — CLOUD SOLUTIONS === */
.lham-cloud-solutions {
    padding: 125px 0;
    background: linear-gradient(
        180deg, #040b14, #06111e
    );
}
.lham-cloud-solutions-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}
.lham-cloud-card {
    position: relative;
    min-height: 315px;
    padding: 30px;
    border: 1px solid var(--lham-cloud-border);
    border-radius: 19px;
    background: linear-gradient(
        145deg, rgba(14, 31, 51, 0.78), rgba(5, 14, 25, 0.92)
    );
    overflow: hidden;
    transition:
        transform var(--lham-cloud-transition),
        border-color var(--lham-cloud-transition),
        box-shadow var(--lham-cloud-transition);
}
.lham-cloud-card::after {
    content: "";
    position: absolute;
    width: 130px;
    height: 130px;
    right: -60px;
    bottom: -60px;
    border-radius: 50%;
    background: radial-gradient(
        circle, rgba(0, 148, 255, 0.13), transparent 70%
    );
}
.lham-cloud-card:hover {
    transform: translateY(-7px);
    border-color: rgba(79, 182, 255, 0.38);
    box-shadow: 0 25px 60px rgba(0,0,0,0.3);
}
.lham-cloud-card-number {
    position: absolute;
    top: 24px;
    right: 27px;
    color: rgba(95, 181, 255, 0.26);
    font-size: 0.64rem;
    font-weight: 800;
    letter-spacing: 0.15em;
}
.lham-cloud-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 23px;
    border: 1px solid rgba(74, 177, 255, 0.2);
    border-radius: 13px;
    color: var(--lham-cloud-blue-light);
    background: rgba(18, 113, 187, 0.08);
    font-size: 1.2rem;
}
.lham-cloud-card h3 {
    margin-bottom: 13px;
    font-size: 1.22rem;
}
.lham-cloud-card p {
    margin-bottom: 19px;
    color: #8ca5bb;
    font-size: 0.82rem;
    line-height: 1.72;
}
.lham-cloud-card ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.lham-cloud-card li {
    position: relative;
    padding-left: 15px;
    color: #9db6cb;
    font-size: 0.68rem;
}
.lham-cloud-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.62em;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--lham-cloud-blue);
}
/* === 18 — BENEFITS === */
.lham-cloud-project-benefits {
    padding: 125px 0;
    background: #030913;
}
.lham-cloud-project-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    border: 1px solid rgba(89, 172, 255, 0.12);
    border-radius: 20px;
    overflow: hidden;
    background: rgba(89, 172, 255, 0.12);
}
.lham-cloud-project-benefit {
    position: relative;
    padding: 32px;
    background: #071321;
    transition: background var(--lham-cloud-transition);
}
.lham-cloud-project-benefit:hover {
    background: #0a1a2b;
}
.lham-cloud-project-benefit strong {
    display: block;
    margin-bottom: 22px;
    color: rgba(79, 181, 255, 0.5);
    font-size: 0.65rem;
    letter-spacing: 0.15em;
}
.lham-cloud-project-benefit h3 {
    margin-bottom: 12px;
    font-size: 1.1rem;
}
.lham-cloud-project-benefit p {
    margin: 0;
    color: #829ab0;
    font-size: 0.78rem;
    line-height: 1.75;
}
/* === 19 — SECURITY === */
.lham-cloud-security {
    position: relative;
    padding: 140px 0;
    background:
        radial-gradient(
            circle at 20% 50%, rgba(0, 134, 255, 0.08), transparent 34%
        ), #06101c;
}
.lham-cloud-security-layout {
    display: grid;
    grid-template-columns: minmax(350px, 0.8fr) minmax(0, 1.2fr);
    gap: 100px;
    align-items: center;
}
.lham-cloud-security-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
}
.lham-cloud-security-core {
    position: relative;
    width: 280px;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: radial-gradient(
        circle, rgba(26, 143, 255, 0.16),
        rgba(5, 19, 35, 0.2) 55%, transparent 70%
    );
}
.lham-cloud-security-ring {
    position: absolute;
    border: 1px solid rgba(75, 180, 255, 0.2);
    border-radius: 50%;
    animation: lhamCloudRotate 15s linear infinite;
}
.ring-one {
    inset: 0;
    border-top-color: rgba(84, 190, 255, 0.8);
}
.ring-two {
    inset: 35px;
    border-right-color: rgba(242, 189, 98, 0.65);
    animation-duration: 11s;
    animation-direction: reverse;
}
.ring-three {
    inset: 70px;
    border-bottom-color: rgba(22, 217, 255, 0.65);
    animation-duration: 8s;
}
@keyframes lhamCloudRotate {
    to {
        transform: rotate(360deg);
    }
}
.lham-cloud-lock {
    position: relative;
    width: 88px;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(104, 194, 255, 0.45);
    border-radius: 22px;
    background: rgba(8, 27, 45, 0.9);
    box-shadow:
        0 0 50px rgba(0, 145, 255, 0.15),
        inset 0 0 25px rgba(31, 141, 222, 0.08);
    color: #75caff;
    font-size: 2.4rem;
}
.lham-cloud-security-content h2 {
    max-width: 700px;
    margin-bottom: 22px;
    font-size: clamp(2rem, 4vw, 3.3rem);
}
.lham-cloud-security-content > p {
    max-width: 690px;
    margin-bottom: 36px;
    color: #8da7bd;
    line-height: 1.85;
}
.lham-cloud-security-list {
    display: grid;
    gap: 0;
    border-top: 1px solid rgba(95, 174, 255, 0.13);
}
.lham-cloud-security-list > div {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(95, 174, 255, 0.13);
}
.lham-cloud-security-list strong {
    min-width: 28px;
    color: rgba(89, 187, 255, 0.58);
    font-size: 0.65rem;
    letter-spacing: 0.12em;
}
.lham-cloud-security-list span {
    color:
        #adc2d5;
    font-size: 0.78rem;
}
/* === 20 — ARCHITECTURE FLOW === */
.lham-cloud-architecture {
    padding: 125px 0;
    background: #030913;
}
.lham-cloud-architecture-flow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    overflow-x: auto;
    padding: 25px 5px 35px;
    scrollbar-width: thin;
}
.lham-cloud-node {
    flex: 0 0 175px;
    min-height: 125px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 18px;
    border: 1px solid rgba(88, 175, 255, 0.18);
    border-radius: 16px;
    background: linear-gradient(
        145deg, rgba(13, 32, 53, 0.88), rgba(5, 15, 27, 0.92)
    );
    text-align: center;
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
    transition:
        transform var(--lham-cloud-transition),
        border-color var(--lham-cloud-transition);
}
.lham-cloud-node:hover {
    transform:
        translateY(-6px);
    border-color:
        rgba(76, 181, 255, 0.42);
}
.lham-cloud-node span {
    margin-bottom: 10px;
    color: rgba(77, 183, 255, 0.5);
    font-size: 0.6rem;
    font-weight: 800;
}
.lham-cloud-node strong {
    margin-bottom: 5px;
    color: #d8ecff;
    font-size: 0.72rem;
    letter-spacing: 0.08em;
}
.lham-cloud-node small {
    color: #718da6;
    font-size: 0.63rem;
}
.lham-cloud-line {
    flex: 1 1 30px;
    min-width: 30px;
    height: 1px;
    background: linear-gradient(
        90deg, rgba(46, 157, 255, 0.1), rgba(46, 157, 255, 0.7), 
        rgba(46, 157, 255, 0.1)
    );
    position: relative;
}
.lham-cloud-line::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 5px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: var(--lham-cloud-blue-light);
    box-shadow: 0 0 12px rgba(80, 187, 255, 0.8);
}
/* === 21 — SERVICES COMPLÉMENTAIRES === */
.lham-cloud-services {
    padding: 125px 0;
    background: linear-gradient(180deg, #06111e, #040a12);
}
.lham-cloud-services-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}
.lham-cloud-service-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 20px 22px;
    border: 1px solid rgba(85, 171, 255, 0.13);
    border-radius: 12px;
    background: rgba(255,255,255,0.018);
    color: #abc3d8;
    font-size: 0.8rem;
    font-weight: 700;
    transition:
        transform var(--lham-cloud-transition),
        color var(--lham-cloud-transition),
        border-color var(--lham-cloud-transition),
        background var(--lham-cloud-transition);
}
.lham-cloud-service-link i {
    color: var(--lham-cloud-blue-light);
    font-style: normal;
    transition: transform var(--lham-cloud-transition);
}
.lham-cloud-service-link:hover {
    transform: translateY(-4px);
    color: #ffffff;
    border-color: rgba(78, 181, 255, 0.38);
    background: rgba(30, 131, 211, 0.07);
}
.lham-cloud-service-link:hover i {
    transform: translate(4px, -4px);
}
/* === 22 — SECTORS === */
.lham-cloud-sectors {
    padding: 110px 0;
    background: #030811;
}
.lham-cloud-sector-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    max-width: 1000px;
    margin-inline: auto;
}
.lham-cloud-sector-list span {
    padding: 10px 17px;
    border: 1px solid rgba(89, 177, 255, 0.13);
    border-radius: 999px;
    color: #90acc3;
    background: rgba(255,255,255,0.02);
    font-size: 0.73rem;
    font-weight: 650;
    transition:
        color var(--lham-cloud-transition),
        border-color var(--lham-cloud-transition),
        background var(--lham-cloud-transition);
}
.lham-cloud-sector-list span:hover {
    color: #d9efff;
    border-color: rgba(77, 180, 255, 0.4);
    background: rgba(21, 132, 211, 0.07);
}
/* === 23 — CTA === */
.lham-cloud-cta {
    position: relative;
    padding: 125px 0;
    isolation: isolate;
    background:
        radial-gradient(circle at 50% 50%, rgba(0, 145, 255, 0.15), transparent 48%),
        linear-gradient(135deg, #04101e, #071a2c, #030914);
    border-top: 1px solid rgba(90, 179, 255, 0.12);
    border-bottom: 1px solid rgba(90, 179, 255, 0.12);
}
.lham-cloud-cta-grid {
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0.25;
    background-image:
        linear-gradient(rgba(98, 185, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(98, 185, 255, 0.04) 1px, transparent 1px);
    background-size:
        50px 50px;
}
.lham-cloud-cta-content {
    max-width: 880px;
    margin-inline: auto;
    text-align: center;
}
.lham-cloud-cta-content h2 {
    margin-bottom: 22px;
    font-size: clamp(2.2rem, 5vw, 4.3rem);
    line-height: 1.04;
}
.lham-cloud-cta-content p {
    max-width: 750px;
    margin: 0 auto 34px;
    color: #91aac1;
    font-size: 0.98rem;
    line-height: 1.85;
}
.lham-cloud-cta-actions {
    justify-content: center;
}
/* === 24 — FAQ === */
.lham-cloud-faq {
    padding: 125px 0;
    background: #030811;
}
.lham-cloud-faq-list {
    max-width: 930px;
    margin-inline: auto;
    border-top: 1px solid rgba(88, 174, 255, 0.14);
}
.lham-cloud-faq-list details {
    border-bottom: 1px solid rgba(88, 174, 255, 0.14);
}
.lham-cloud-faq-list summary {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    padding: 22px 4px;
    cursor: pointer;
    color: #d8e9f8;
    font-size: 0.95rem;
    font-weight: 700;
    list-style: none;
}
.lham-cloud-faq-list summary::-webkit-details-marker {
    display: none;
}
.lham-cloud-faq-list summary::after {
    content: "+";
    flex: 0 0 auto;
    color: var(--lham-cloud-blue-light);
    font-size: 1.25rem;
    font-weight: 300;
    transition: transform var(--lham-cloud-transition);
}
.lham-cloud-faq-list details[open] summary::after {
    transform: rotate(45deg);
}
.lham-cloud-faq-list details p {
    max-width: 820px;
    margin: 0;
    padding: 0 45px 25px 4px;
    color: #849db4;
    font-size: 0.82rem;
    line-height: 1.85;
}
/* === 25 — PRICE COMPATIBILITY === */
.lham-cloud-web-card
.lham-price-value:empty::after {
    content: "Sur devis";
}
.lham-cloud-web-card
.lham-price-value {
    min-width: 40px;
}
/* === 26 — FOCUS ACCESSIBILITY === */
.lham-cloud-page a:focus-visible,
.lham-cloud-page summary:focus-visible {
    outline: 2px solid var(--lham-cloud-blue-light);
    outline-offset: 4px;
    border-radius: 6px;
}
/* === 27 — SELECTION === */
.lham-cloud-page ::selection {
    color: #ffffff;
    background: rgba(22, 136, 255, 0.45);
}
/* === 28 — RESPONSIVE TABLET === */
@media (max-width: 1100px) {
    .lham-cloud-hero .lham-cloud-container {
        grid-template-columns: 1fr;
        gap: 45px;
        padding-block: 90px;
    }
    .lham-cloud-hero-content {
        max-width: 850px;
        margin-inline: auto;
        text-align: center;
    }
    .lham-cloud-hero-actions {
        justify-content: center;
    }
    .lham-cloud-hero-trust {
        justify-content: center;
        margin-inline: auto;
    }
    .lham-cloud-hero-visual {
        min-height: 460px;
    }
    .lham-cloud-two-columns {
        grid-template-columns: 1fr;
        gap: 35px;
    }
    .lham-cloud-section-heading {
        text-align: center;
    }
    .lham-cloud-section-heading h2 {
        margin-inline: auto;
    }
    .lham-cloud-web-grid,
    .lham-cloud-tech-grid,
    .lham-cloud-solutions-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .lham-cloud-project-benefits-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .lham-cloud-security-layout {
        grid-template-columns: 1fr;
        gap: 55px;
    }
    .lham-cloud-security-content {
        text-align: center;
    }
    .lham-cloud-security-content > p {
        margin-inline: auto;
    }
    .lham-cloud-security-list {
        max-width: 700px;
        margin-inline: auto;
        text-align: left;
    }
    .lham-cloud-services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
/* === 29 — RESPONSIVE MOBILE === */
@media (max-width: 720px) {
    .lham-cloud-container {
        width: min(
            calc(100% - 30px), var(--lham-cloud-container)
        );
    }
    .lham-cloud-hero {
        min-height: 100%;
    }
    .lham-cloud-hero .lham-cloud-container {
        padding-block: 75px;
    }
    .lham-cloud-eyebrow {
        font-size: 0.56rem;
        letter-spacing: 0.08em;
    }
    .lham-cloud-hero h1 {
        font-size: clamp(2.25rem, 12vw, 3.6rem);
        letter-spacing: -0.045em;
    }
    .lham-cloud-hero h1 span {
        font-size: 1.05rem;
    }
    .lham-cloud-hero-text {
        font-size: 0.92rem;
    }
    .lham-cloud-hero-text-secondary {
        font-size: 0.82rem;
    }
    .lham-cloud-hero-actions {
        flex-direction: column;
    }
    .lham-cloud-btn {
        width: 100%;
    }
    .lham-cloud-hero-trust {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        width: 100%;
    }
    .lham-cloud-hero-trust > div {
        min-width: 0;
        padding: 0 10px;
    }
    .lham-cloud-hero-trust strong {
        font-size: 0.68rem;
    }
    .lham-cloud-hero-trust span {
        font-size: 0.59rem;
    }
    .lham-cloud-hero-visual {
        min-height: 390px;
    }
    .lham-cloud-server-rack {
        width: calc(100% - 25px);
        transform: none;
    }
    .lham-cloud-server-rack:hover {
        transform: translateY(-3px);
    }
    .lham-cloud-floating-top {
        right: -2px;
        top: 40px;
    }
    .lham-cloud-floating-bottom {
        left: -2px;
        bottom: 45px;
    }
    .lham-cloud-intro,
    .lham-cloud-web-solutions,
    .lham-cloud-tech-stack,
    .lham-cloud-solutions,
    .lham-cloud-project-benefits,
    .lham-cloud-security,
    .lham-cloud-architecture,
    .lham-cloud-services,
    .lham-cloud-faq {
        padding: 85px 0;
    }
    .lham-cloud-section-intro {
        margin-bottom: 40px;
    }
    .lham-cloud-section-intro h2,
    .lham-cloud-section-heading h2 {
        font-size: 2rem;
    }
    .lham-cloud-web-grid,
    .lham-cloud-tech-grid,
    .lham-cloud-solutions-grid,
    .lham-cloud-project-benefits-grid,
    .lham-cloud-services-grid {
        grid-template-columns: 1fr;
    }
    .lham-cloud-web-card {
        padding: 23px;
    }
    .lham-cloud-web-features {
        grid-template-columns: 1fr;
    }
    .lham-cloud-price-box {
        grid-template-columns: 1fr;
    }
    .lham-cloud-tech-card p {
        min-height: 100%;
    }
    .lham-cloud-card {
        min-height: 100%;
    }
    .lham-cloud-security {
        padding: 90px 0;
    }
    .lham-cloud-security-visual {
        min-height: 310px;
    }
    .lham-cloud-security-core {
        width: 230px;
        height: 230px;
    }
    .lham-cloud-security-content h2 {
        font-size: 2rem;
    }
    .lham-cloud-architecture-flow {
        justify-content: flex-start;
        padding-bottom: 20px;
    }
    .lham-cloud-node {
        flex-basis: 150px;
        min-height: 110px;
    }
    .lham-cloud-line {
        min-width: 22px;
    }
    .lham-cloud-cta {
        padding: 90px 0;
    }
    .lham-cloud-cta-content h2 {
        font-size: 2.15rem;
    }
    .lham-cloud-cta-actions {
        flex-direction: column;
    }
    .lham-cloud-faq-list summary {
        font-size: 0.84rem;
    }
    .lham-cloud-faq-list details p {
        padding-right: 10px;
        font-size: 0.77rem;
    }
}
/* === 30 — VERY SMALL MOBILE === */
@media (max-width: 420px) {
    .lham-cloud-container {
        width: calc(100% - 24px);
    }
    .lham-cloud-hero .lham-cloud-container {
        padding-block: 60px;
    }
    .lham-cloud-hero h1 {
        font-size: 2.15rem;
    }
    .lham-cloud-hero-trust {
        grid-template-columns: 1fr;
    }
    .lham-cloud-hero-trust > div {
        padding: 10px 0;
        border-left: 0;
        border-top: 1px solid rgba(105, 182, 255, 0.13);
    }
    .lham-cloud-hero-trust > div:first-child {
        padding-top: 0;
        border-top: 0;
    }
    .lham-cloud-server-unit {
        min-height: 72px;
        padding: 10px;
    }
    .lham-cloud-server-bars {
        display: none;
    }
    .lham-cloud-floating-card {
        padding: 9px 12px;
    }
    .lham-cloud-floating-card strong {
        font-size: 0.63rem;
    }
    .lham-cloud-web-card,
    .lham-cloud-tech-card,
    .lham-cloud-card {
        padding: 21px;
    }
    .lham-cloud-sector-list {
        gap: 7px;
    }
    .lham-cloud-sector-list span {
        padding: 8px 12px;
        font-size: 0.64rem;
    }
}
/* === 31 — REDUCED MOTION === */
@media (prefers-reduced-motion: reduce) {
    .lham-cloud-page *,
    .lham-cloud-page *::before,
    .lham-cloud-page *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}
/* === 32 — DARK MODE FORCED === */
@media (prefers-color-scheme: dark) {
    .lham-cloud-page {
        color-scheme: dark;
    }
}
/* === 33 — PRINT === */
@media print {
    .lham-cloud-page {
        background: #ffffff !important;
        color: #111111 !important;
    }
    .lham-cloud-page h1,
    .lham-cloud-page h2,
    .lham-cloud-page h3,
    .lham-cloud-page p,
    .lham-cloud-page span,
    .lham-cloud-page strong {
        color: #111111 !important;
        -webkit-text-fill-color: #111111 !important;
    }
    .lham-cloud-hero,
    .lham-cloud-cta {
        background: #ffffff !important;
    }
    .lham-cloud-btn,
    .lham-cloud-floating-card {
        box-shadow: none !important;
    }
}/* End custom CSS */