/* Start custom CSS for html, class: .elementor-element-b4addaa *//* =========================================================
   LHAM TECH — SOLUTIONS IT • LOGICIELS • LICENCES
   CSS UNIFIÉ — Premium / Futuriste / Responsive / SEO
   URL : /solutions-it-licences/
   Préfixe : .lham-it-
   Compatible : Elementor / WordPress / Hostinger
========================================================= */
/* ============== 01 — VARIABLES & RESET LOCAL ============== */
.lham-it-page {
  --it-bg: #040811;
  --it-bg-soft: #07111f;
  --it-bg-deep: #02050b;
  --it-panel: #0a1424;
  --it-panel-light: #0e1b2e;
  --it-blue: #168cff;
  --it-blue-light: #45b9ff;
  --it-cyan: #00d9ff;
  --it-gold: #d9a441;
  --it-gold-light: #f2cf79;
  --it-white: #ffffff;
  --it-text: #e8f0fa;
  --it-muted: #98a9be;
  --it-border: rgba(255, 255, 255, 0.09);
  --it-border-blue: rgba(0, 217, 255, 0.2);
  --it-border-gold: rgba(217, 164, 65, 0.2);
  --it-radius: 18px;
  --it-radius-lg: 28px;
  --it-container: 1240px;
  --it-shadow: 0 25px 70px rgba(0, 0, 0, 0.32);
  --it-transition: 0.35s cubic-bezier(0.2, 0.65, 0.3, 1);
  width: 100%;
  position: relative;
  color: var(--it-text);
  background: var(--it-bg);
  overflow: hidden;
  box-sizing: border-box;
}
.lham-it-page *,
.lham-it-page *::before,
.lham-it-page *::after {
  box-sizing: border-box;
}
.lham-it-page h1,
.lham-it-page h2,
.lham-it-page h3,
.lham-it-page h4,
.lham-it-page p {
  margin-top: 0;
}
.lham-it-page h1,
.lham-it-page h2,
.lham-it-page h3,
.lham-it-page h4 {
  color: var(--it-white);
  letter-spacing: -0.025em;
}
.lham-it-page p {
  color: var(--it-muted);
  line-height: 1.8;
}
.lham-it-page a {
  text-decoration: none;
}
.lham-it-page img {
  display: block;
  max-width: 100%;
  height: auto;
}
/* ============== 02 — CONTAINER ======================== */
.lham-it-container {
  width: min(calc(100% - 48px), var(--it-container));
  margin-inline: auto;
}
.lham-it-section {
  position: relative;
  padding: 110px 0;
}
/* ================== 03 — SECTION HEADINGS ==================== */
.lham-it-section-heading {
  max-width: 850px;
  margin-bottom: 58px;
}
.lham-it-section-heading.centered {
  margin-inline: auto;
  text-align: center;
}
.lham-it-section-heading h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.08;
}
.lham-it-section-heading p {
  max-width: 720px;
  margin-bottom: 0;
  font-size: 1.02rem;
}
.lham-it-section-heading.centered p {
  margin-inline: auto;
}
.lham-it-section-label,
.lham-it-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--it-cyan);
  font-size: 0.73rem;
  font-weight: 850;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.lham-it-section-label::before,
.lham-it-eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
}
/* ===================== 04 — BUTTONS ======================= */
.lham-it-hero-actions,
.lham-it-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}
.lham-it-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 800;
  transition:
    transform var(--it-transition),
    box-shadow var(--it-transition),
    border-color var(--it-transition),
    background var(--it-transition);
}
.lham-it-btn span {
  font-size: 1.1rem;
  transition: transform var(--it-transition);
}
.lham-it-btn:hover {
  transform: translateY(-3px);
}
.lham-it-btn:hover span {
  transform: translateX(4px);
}
.lham-it-btn-primary {
  color: #02101d;
  background: linear-gradient(135deg, var(--it-cyan), var(--it-blue-light));
  box-shadow: 0 14px 35px rgba(0, 180, 255, 0.22);
}
.lham-it-btn-primary:hover {
  box-shadow: 0 20px 45px rgba(0, 180, 255, 0.32);
}
.lham-it-btn-secondary {
  color: var(--it-white);
  border-color: var(--it-border);
  background: rgba(255, 255, 255, 0.035);
}
.lham-it-btn-secondary:hover {
  border-color: rgba(0, 217, 255, 0.4);
  background: rgba(0, 217, 255, 0.07);
}
/* ================== 05 — HERO ====================== */
.lham-it-hero {
  position: relative;
  min-height: 770px;
  display: flex;
  align-items: center;
  padding: 120px 0 100px;
  background:
    radial-gradient(circle at 12% 25%, rgba(0, 153, 255, 0.15), transparent 30%),
    radial-gradient(circle at 86% 55%, rgba(0, 217, 255, 0.08), transparent 28%),
    radial-gradient(circle at 70% 5%, rgba(217, 164, 65, 0.07), transparent 22%),
    linear-gradient(135deg, #02050c, #071323 55%, #030812);
}
.lham-it-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.32;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 70px 70px;
  -webkit-mask-image: linear-gradient(to bottom, black, transparent 92%);
  mask-image: linear-gradient(to bottom, black, transparent 92%);
  pointer-events: none;
}
.lham-it-hero .lham-it-container {
  width: min(calc(100% - 48px), var(--it-container));
  margin-inline: auto;
}
.lham-it-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  align-items: center;
  gap: 60px;
}
.lham-it-hero-content {
  max-width: 720px;
}
.lham-it-eyebrow {
  color: var(--it-gold-light);
}
.lham-it-hero h1 {
  max-width: 850px;
  margin-bottom: 25px;
  font-size: clamp(3rem, 6vw, 5.4rem);
  line-height: 0.98;
  background: linear-gradient(110deg, #ffffff 5%, #b4e5ff 45%, #ffffff 90%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.lham-it-hero-lead {
  max-width: 680px;
  margin-bottom: 0;
  color: #b6c5d8;
  font-size: clamp(1.03rem, 1.5vw, 1.18rem);
  line-height: 1.75;
}
.lham-it-hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 29px;
  color: #8fa1b7;
  font-size: 0.78rem;
}
.lham-it-hero-trust span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
/* =================== 06 — HERO VISUAL ================== */
.lham-it-hero-visual {
  position: relative;
  min-height: 530px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lham-it-orbit {
  position: absolute;
  border: 1px solid rgba(0, 217, 255, 0.16);
  border-radius: 50%;
}
.lham-it-orbit-one {
  width: 440px;
  height: 440px;
  transform: rotate(-18deg);
}
.lham-it-orbit-two {
  width: 570px;
  height: 270px;
  border-color: rgba(217, 164, 65, 0.15);
  transform: rotate(25deg);
}
.lham-it-license-card {
  position: relative;
  z-index: 5;
  width: min(100%, 440px);
  overflow: hidden;
  border: 1px solid rgba(0, 217, 255, 0.19);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(15, 31, 53, 0.96), rgba(3, 11, 23, 0.97));
  box-shadow:
    0 35px 90px rgba(0, 0, 0, 0.5),
    0 0 60px rgba(0, 153, 255, 0.07);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  animation: lhamItFloat 7s ease-in-out infinite;
}
.lham-it-license-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 19px;
  border-bottom: 1px solid var(--it-border);
  color: #8194aa;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 0.61rem;
  letter-spacing: 0.08em;
}
.lham-it-window-dots {
  display: flex;
  gap: 7px;
}
.lham-it-window-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}
.lham-it-license-body {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 42px 30px 30px;
}
.lham-it-license-icon {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(0, 217, 255, 0.27);
  border-radius: 18px;
  color: var(--it-cyan);
  font-size: 1.15rem;
  font-weight: 900;
  background: rgba(0, 217, 255, 0.06);
  box-shadow: inset 0 0 25px rgba(0, 217, 255, 0.04);
}
.lham-it-license-body small {
  display: block;
  margin-bottom: 7px;
  color: var(--it-gold);
  font-size: 0.63rem;
  font-weight: 900;
  letter-spacing: 0.13em;
}
.lham-it-license-body strong {
  display: block;
  color: var(--it-white);
  font-size: 1.2rem;
}
.lham-it-license-progress {
  height: 5px;
  margin: 0 30px 22px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
}
.lham-it-license-progress span {
  display: block;
  width: 82%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--it-blue), var(--it-cyan));
  box-shadow: 0 0 18px rgba(0, 217, 255, 0.35);
}
.lham-it-license-footer {
  display: flex;
  justify-content: space-between;
  padding: 17px 30px 22px;
  border-top: 1px solid var(--it-border);
  color: #75889f;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.lham-it-license-footer b {
  color: #65e5ad;
}
@keyframes lhamItFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}
/* ================ 07 — FLOATING BRAND CARDS ============== */
.lham-it-floating-card {
  position: absolute;
  z-index: 7;
  padding: 11px 17px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  color: #eaf5ff;
  font-size: 0.72rem;
  font-weight: 850;
  background: rgba(7, 18, 34, 0.88);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  transition:
    transform var(--it-transition),
    border-color var(--it-transition);
}
.lham-it-floating-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 217, 255, 0.35);
}
.lham-it-floating-microsoft {
  top: 13%;
  left: 3%;
  border-color: rgba(0, 153, 255, 0.25);
}
.lham-it-floating-autodesk {
  top: 23%;
  right: 2%;
  border-color: rgba(217, 164, 65, 0.25);
}
.lham-it-floating-sketchup {
  bottom: 20%;
  left: 2%;
  border-color: rgba(66, 183, 255, 0.25);
}
.lham-it-floating-adobe {
  right: 1%;
  bottom: 11%;
  border-color: rgba(255, 110, 80, 0.25);
}
/* =================== 08 — INTRODUCTION ==================== */
.lham-it-intro {
  background: linear-gradient(180deg, var(--it-bg), var(--it-bg-soft));
}
.lham-it-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 75px;
  align-items: start;
}
.lham-it-intro-text {
  max-width: 680px;
}
.lham-it-intro-text p {
  margin-bottom: 20px;
}
.lham-it-intro-text p:last-child {
  margin-bottom: 0;
}
/* ==================== 09 — SERVICES IT ================ */
.lham-it-services {
  background: var(--it-bg-soft);
}
.lham-it-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
}
.lham-it-service-card {
  position: relative;
  min-height: 310px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid var(--it-border);
  border-radius: var(--it-radius);
  background: linear-gradient(155deg, rgba(15, 31, 52, 0.85), rgba(5, 14, 27, 0.92));
  transition:
    transform var(--it-transition),
    border-color var(--it-transition),
    box-shadow var(--it-transition);
}
.lham-it-service-card::before {
  content: "";
  position: absolute;
  width: 190px;
  height: 190px;
  right: -80px;
  top: -90px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 217, 255, 0.13), transparent 68%);
  opacity: 0;
  transition: opacity var(--it-transition);
}
.lham-it-service-card:hover {
  transform: translateY(-7px);
  border-color: rgba(0, 217, 255, 0.28);
  box-shadow: var(--it-shadow);
}
.lham-it-service-card:hover::before {
  opacity: 1;
}
.lham-it-service-number {
  display: block;
  margin-bottom: 22px;
  color: var(--it-gold);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.15em;
}
.lham-it-card-icon {
  width: 55px;
  height: 55px;
  display: grid;
  place-items: center;
  margin-bottom: 25px;
  border: 1px solid rgba(0, 217, 255, 0.23);
  border-radius: 15px;
  color: var(--it-cyan);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 0.85rem;
  font-weight: 900;
  background: rgba(0, 217, 255, 0.05);
}
.lham-it-service-card h3 {
  margin-bottom: 13px;
  font-size: 1.18rem;
}
.lham-it-service-card p {
  margin-bottom: 0;
  font-size: 0.88rem;
}
/* =============== 10 — CATALOGUE =============== */
.lham-it-catalogue {
  background:
    radial-gradient(circle at 100% 15%, rgba(0, 153, 255, 0.08), transparent 28%),
    var(--it-bg);
}
.lham-it-catalogue-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.lham-it-catalogue-card {
  position: relative;
  min-height: 335px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border: 1px solid var(--it-border);
  border-radius: var(--it-radius-lg);
  background: linear-gradient(150deg, rgba(15, 29, 49, 0.75), rgba(5, 13, 25, 0.9));
  transition:
    transform var(--it-transition),
    border-color var(--it-transition),
    box-shadow var(--it-transition);
}
.lham-it-catalogue-card:hover {
  transform: translateY(-8px);
  border-color: rgba(0, 217, 255, 0.28);
  box-shadow: var(--it-shadow);
}
.lham-it-catalogue-card-featured {
  border-color: rgba(0, 153, 255, 0.25);
  background: linear-gradient(150deg, rgba(12, 35, 62, 0.9), rgba(5, 15, 29, 0.94));
}
.lham-it-catalogue-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 35px;
}
.lham-it-catalogue-index {
  color: var(--it-gold);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}
.lham-it-catalogue-badge {
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  color: #a9bbcf;
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  background: rgba(255, 255, 255, 0.035);
}
.lham-it-catalogue-card h3 {
  margin-bottom: 14px;
  font-size: 1.35rem;
  line-height: 1.18;
}
.lham-it-catalogue-card p {
  margin-bottom: 25px;
  font-size: 0.87rem;
  line-height: 1.72;
}
.lham-it-card-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: auto;
  color: var(--it-cyan);
  font-size: 0.78rem;
  font-weight: 850;
  transition:
    gap var(--it-transition),
    color var(--it-transition);
}
.lham-it-card-link span {
  font-size: 1rem;
  transition: transform var(--it-transition);
}
.lham-it-card-link:hover {
  gap: 13px;
  color: var(--it-white);
}
/* =================== 11 — MICROSOFT PREVIEW ================ */
.lham-it-microsoft-preview {
  background: linear-gradient(180deg, var(--it-bg), #06111e);
}
.lham-it-split-card {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 50px;
  padding: 55px;
  border: 1px solid rgba(0, 153, 255, 0.17);
  border-radius: var(--it-radius-lg);
  background: linear-gradient(145deg, rgba(12, 29, 51, 0.9), rgba(4, 13, 25, 0.92));
  box-shadow: var(--it-shadow);
}
.lham-it-split-content h2 {
  max-width: 650px;
  margin-bottom: 17px;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
}
.lham-it-split-content p {
  max-width: 650px;
}
.lham-it-microsoft-list {
  display: grid;
  gap: 10px;
}
.lham-it-microsoft-list a {
  display: grid;
  grid-template-columns: 1fr auto 25px;
  align-items: center;
  gap: 20px;
  padding: 19px 20px;
  border: 1px solid var(--it-border);
  border-radius: 14px;
  color: var(--it-white);
  background: rgba(255, 255, 255, 0.025);
  transition:
    transform var(--it-transition),
    border-color var(--it-transition),
    background var(--it-transition);
}
.lham-it-microsoft-list a:hover {
  transform: translateX(5px);
  border-color: rgba(0, 153, 255, 0.3);
  background: rgba(0, 153, 255, 0.05);
}
.lham-it-microsoft-list strong {
  font-size: 0.88rem;
}
.lham-it-microsoft-list span {
  color: var(--it-muted);
  font-size: 0.7rem;
}
.lham-it-microsoft-list b {
  color: var(--it-cyan);
  font-size: 1rem;
  text-align: right;
}
/* ==================== 12 — ADOBE ================= */
.lham-it-adobe-preview {
  background: var(--it-bg-soft);
}
.lham-it-adobe-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 17px;
}
.lham-it-adobe-card {
  display: grid;
  grid-template-columns: 70px 1fr;
  column-gap: 25px;
  align-items: start;
  padding: 34px;
  border: 1px solid var(--it-border);
  border-radius: var(--it-radius-lg);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015));
  transition:
    transform var(--it-transition),
    border-color var(--it-transition),
    background var(--it-transition);
}
.lham-it-adobe-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 110, 80, 0.28);
  background: rgba(255, 110, 80, 0.035);
}
.lham-it-adobe-mark {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 110, 80, 0.25);
  border-radius: 16px;
  color: #ff9b80;
  font-size: 0.76rem;
  font-weight: 900;
  background: rgba(255, 110, 80, 0.06);
}
.lham-it-adobe-card h3 {
  margin-bottom: 10px;
  font-size: 1.18rem;
}
.lham-it-adobe-card p {
  margin-bottom: 22px;
  font-size: 0.86rem;
}
.lham-it-adobe-card a {
  grid-column: 2;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #ff9b80;
  font-size: 0.77rem;
  font-weight: 850;
}
.lham-it-adobe-card a span {
  transition: transform var(--it-transition);
}
.lham-it-adobe-card a:hover span {
  transform: translateX(4px);
}
/* ================= 13 — AUDIENCES ================= */
.lham-it-audiences {
  background: var(--it-bg);
}
.lham-it-audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.lham-it-audience-card {
  padding: 25px 27px;
  border: 1px solid var(--it-border);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.025);
  transition:
    transform var(--it-transition),
    border-color var(--it-transition);
}
.lham-it-audience-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 217, 255, 0.25);
}
.lham-it-audience-card > span {
  display: block;
  margin-bottom: 20px;
  color: var(--it-gold);
  font-size: 0.66rem;
  font-weight: 900;
}
.lham-it-audience-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--it-white);
  font-size: 0.98rem;
}
.lham-it-audience-card p {
  margin-bottom: 0;
  font-size: 0.79rem;
  line-height: 1.65;
}
/* =================== 14 — ADVANTAGES ================= */
.lham-it-advantages {
  background: linear-gradient(180deg, var(--it-bg), var(--it-bg-soft));
}
.lham-it-advantages-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 80px;
  align-items: start;
}
.lham-it-advantages-content h2 {
  max-width: 650px;
  margin-bottom: 20px;
  font-size: clamp(2rem, 4vw, 3.15rem);
  line-height: 1.08;
}
.lham-it-advantages-content p {
  max-width: 630px;
}
.lham-it-advantages-list {
  display: grid;
  gap: 12px;
}
.lham-it-advantage {
  display: grid;
  grid-template-columns: 45px 1fr;
  gap: 16px;
  padding: 22px 24px;
  border: 1px solid var(--it-border);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.025);
}
.lham-it-advantage > span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(0, 217, 255, 0.25);
  border-radius: 50%;
  color: var(--it-cyan);
  font-size: 0.8rem;
  background: rgba(0, 217, 255, 0.05);
}
.lham-it-advantage strong {
  display: block;
  margin-bottom: 5px;
  color: var(--it-white);
  font-size: 0.92rem;
}
.lham-it-advantage p {
  margin-bottom: 0;
  font-size: 0.78rem;
  line-height: 1.6;
}
/* ==================== 15 — PROCESS =============== */
.lham-it-process {
  background: var(--it-bg-soft);
}
.lham-it-process-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}
.lham-it-process-step {
  position: relative;
  min-height: 260px;
  padding: 28px 22px;
  border-top: 1px solid rgba(0, 217, 255, 0.35);
  border-radius: 0 0 15px 15px;
  background: linear-gradient(180deg, rgba(0, 217, 255, 0.035), rgba(255, 255, 255, 0.012));
}
.lham-it-process-step > span {
  display: block;
  margin-bottom: 28px;
  color: var(--it-cyan);
  font-size: 0.69rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}
.lham-it-process-step h3 {
  margin-bottom: 11px;
  font-size: 1rem;
}
.lham-it-process-step p {
  margin-bottom: 0;
  font-size: 0.79rem;
  line-height: 1.7;
}
/* ==================== 16 — FAQ ================= */
.lham-it-faq {
  background: var(--it-bg);
}
.lham-it-faq-list {
  max-width: 920px;
  margin-inline: auto;
  border-top: 1px solid var(--it-border);
}
.lham-it-faq-item {
  border-bottom: 1px solid var(--it-border);
}
.lham-it-faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 4px;
  cursor: pointer;
  color: var(--it-white);
  font-size: 0.96rem;
  font-weight: 750;
  list-style: none;
}
.lham-it-faq-item summary::-webkit-details-marker {
  display: none;
}
.lham-it-faq-item summary::after {
  content: "+";
  flex: 0 0 auto;
  color: var(--it-cyan);
  font-size: 1.35rem;
  font-weight: 400;
  transition: transform var(--it-transition);
}
.lham-it-faq-item[open] summary {
  color: var(--it-cyan);
}
.lham-it-faq-item[open] summary::after {
  transform: rotate(45deg);
}
.lham-it-faq-item p {
  max-width: 850px;
  margin: 0;
  padding: 0 45px 25px 4px;
  font-size: 0.86rem;
  line-height: 1.8;
}
/* ================ 17 — FINAL CTA ============== */
.lham-it-final-cta {
  position: relative;
  padding: 95px 0;
  background:
    radial-gradient(circle at 15% 50%, rgba(0, 217, 255, 0.13), transparent 30%),
    radial-gradient(circle at 90% 15%, rgba(217, 164, 65, 0.08), transparent 25%),
    #06111f;
}
.lham-it-final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  border-top: 1px solid rgba(0, 217, 255, 0.11);
  border-bottom: 1px solid rgba(0, 217, 255, 0.08);
  pointer-events: none;
}
.lham-it-final-cta-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  padding: 55px;
  border: 1px solid rgba(0, 217, 255, 0.15);
  border-radius: var(--it-radius-lg);
  background: linear-gradient(145deg, rgba(15, 34, 58, 0.9), rgba(4, 13, 25, 0.88));
  box-shadow: var(--it-shadow);
}
.lham-it-final-cta-inner h2 {
  max-width: 720px;
  margin-bottom: 16px;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.05;
}
.lham-it-final-cta-inner p {
  max-width: 720px;
  margin-bottom: 0;
}
/* ==== 18 — TABLET ==== */
@media (max-width: 1100px) {
  .lham-it-section {
    padding: 90px 0;
  }
  .lham-it-hero {
    min-height: 100%;
    padding: 110px 0;
  }
  .lham-it-hero-grid {
    grid-template-columns: 1fr;
  }
  .lham-it-hero-content {
    max-width: 850px;
  }
  .lham-it-hero-visual {
    min-height: 480px;
  }
  .lham-it-services-grid,
  .lham-it-catalogue-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .lham-it-process-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .lham-it-process-step:last-child {
    grid-column: span 3;
  }
  .lham-it-intro-grid,
  .lham-it-advantages-grid {
    grid-template-columns: 1fr;
  }
  .lham-it-split-card {
    grid-template-columns: 1fr;
  }
}
/* ==== 19 — MOBILE  ==== */
@media (max-width: 767px) {
  .lham-it-container,
  .lham-it-hero .lham-it-container {
    width: min(calc(100% - 32px), var(--it-container));
  }
  .lham-it-section {
    padding: 72px 0;
  }
  .lham-it-section-heading {
    margin-bottom: 38px;
  }
  .lham-it-section-heading h2 {
    font-size: 2rem;
  }
  /* HERO */
  .lham-it-hero {
    padding: 80px 0 70px;
  }
  .lham-it-hero h1 {
    font-size: clamp(2.65rem, 13vw, 4rem);
  }
  .lham-it-hero-lead {
    font-size: 0.98rem;
  }
  .lham-it-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .lham-it-btn {
    width: 100%;
  }
  .lham-it-hero-trust {
    flex-direction: column;
    gap: 9px;
  }
  .lham-it-hero-visual {
    min-height: 380px;
    margin-top: 15px;
  }
  .lham-it-orbit-one {
    width: 290px;
    height: 290px;
  }
  .lham-it-orbit-two {
    width: 350px;
    height: 190px;
  }
  .lham-it-license-card {
    width: min(100%, 350px);
  }
  .lham-it-license-body {
    padding: 30px 20px 24px;
  }
  .lham-it-license-icon {
    width: 55px;
    height: 55px;
  }
  .lham-it-license-body strong {
    font-size: 1rem;
  }
  .lham-it-license-progress {
    margin: 0 20px 18px;
  }
  .lham-it-license-footer {
    padding: 15px 20px 19px;
  }
  .lham-it-floating-card {
    padding: 8px 11px;
    font-size: 0.61rem;
  }
  .lham-it-floating-microsoft {
    top: 11%;
    left: 0;
  }
  .lham-it-floating-autodesk {
    top: 20%;
    right: 0;
  }
  .lham-it-floating-sketchup {
    left: 0;
    bottom: 16%;
  }
  .lham-it-floating-adobe {
    right: 0;
    bottom: 8%;
  }
  /* INTRO */
  .lham-it-intro-grid {
    gap: 40px;
  }
  /* SERVICES */
  .lham-it-services-grid,
  .lham-it-catalogue-grid {
    grid-template-columns: 1fr;
  }
  .lham-it-service-card,
  .lham-it-catalogue-card {
    min-height: 100%;
  }
  /* MICROSOFT */
  .lham-it-split-card {
    gap: 35px;
    padding: 30px 24px;
  }
  .lham-it-split-content h2 {
    font-size: 2rem;
  }
  .lham-it-microsoft-list a {
    grid-template-columns: 1fr auto;
    gap: 8px;
  }
  .lham-it-microsoft-list span {
    grid-column: 1;
  }
  .lham-it-microsoft-list b {
    grid-column: 2;
    grid-row: 1 / span 2;
  }
  /* ADOBE */
  .lham-it-adobe-grid {
    grid-template-columns: 1fr;
  }
  .lham-it-adobe-card {
    grid-template-columns: 55px 1fr;
    padding: 25px;
  }
  .lham-it-adobe-mark {
    width: 50px;
    height: 50px;
  }
  /* AUDIENCES */
  .lham-it-audience-grid {
    grid-template-columns: 1fr;
  }
  /* ADVANTAGES */
  .lham-it-advantages-grid {
    gap: 40px;
  }
  /* PROCESS */
  .lham-it-process-grid {
    grid-template-columns: 1fr;
  }
  .lham-it-process-step {
    min-height: 100%;
  }
  .lham-it-process-step:last-child {
    grid-column: auto;
  }
  /* FAQ */
  .lham-it-faq-item summary {
    font-size: 0.88rem;
  }
  .lham-it-faq-item p {
    padding-right: 8px;
  }
  /* CTA */
  .lham-it-final-cta {
    padding: 65px 0;
  }
  .lham-it-final-cta-inner {
    flex-direction: column;
    align-items: stretch;
    padding: 30px 24px;
  }
  .lham-it-final-cta-inner h2 {
    font-size: 2rem;
  }
  .lham-it-final-actions {
    flex-direction: column;
  }
}
/* ==== 20 — ACCESSIBILITÉ / REDUCED MOTION ==== */
@media (prefers-reduced-motion: reduce) {
  .lham-it-page *,
  .lham-it-page *::before,
  .lham-it-page *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
/* Focus visible */
.lham-it-page a:focus-visible,
.lham-it-page button:focus-visible,
.lham-it-page summary:focus-visible {
  outline: 2px solid var(--it-cyan);
  outline-offset: 3px;
}
/* ==== 21 — ELEMENTOR / WORDPRESS COMPATIBILITY ==== */
.elementor-widget-html .lham-it-page {
  width: 100%;
}
.elementor-widget-html .lham-it-page h1,
.elementor-widget-html .lham-it-page h2,
.elementor-widget-html .lham-it-page h3,
.elementor-widget-html .lham-it-page h4 {
  font-family: inherit;
}
.elementor-widget-html .lham-it-page a {
  box-shadow: none;
}
.elementor-widget-html .lham-it-page a:hover {
  text-decoration: none;
}
.elementor-widget-html .lham-it-page section {
  margin-block: 0;
}
.elementor-widget-html .lham-it-page p:last-child {
  margin-bottom: 0;
}
/* ============ 22 — PRINT ========================= */
@media print {
  .lham-it-hero-visual,
  .lham-it-orbit,
  .lham-it-floating-card {
    display: none !important;
  }
  .lham-it-page {
    background: #fff;
    color: #000;
  }
  .lham-it-page h1,
  .lham-it-page h2,
  .lham-it-page h3 {
    color: #000;
  }
}/* End custom CSS */