/*
  Softadmin - refonte site 2026
  Palette : #E2C15E, #3C4664, #FFFFFF
*/

/* ---------------------------------------------
01. Reset & base
--------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

header, nav, section, article, aside, footer, hgroup { display: block; }
* { box-sizing: border-box; }
ul, li { list-style: none; margin: 0; padding: 0; }
a { text-decoration: none !important; }
img { width: 100%; overflow: hidden; }

:root {
  --soft-gold: #E2C15E;
  --soft-gold-light: #F3E3B0;
  --soft-blue: #3C4664;
  --soft-blue-dark: #222D43;
  --soft-blue-deep: #151B2B;
  --soft-white: #FFFFFF;
  --soft-cloud: #F7F8FB;
  --soft-text: #263044;
  --soft-muted: #66708A;
  --soft-border: rgba(60, 70, 100, 0.12);
  --soft-shadow: 0 18px 50px rgba(34, 45, 67, 0.12);
  --soft-radius: 28px;
}

html, body {
  background: var(--soft-white);
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: var(--soft-text);
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

::selection { background: var(--soft-gold); color: var(--soft-blue-dark) !important; }
::-moz-selection { background: var(--soft-gold); color: var(--soft-blue-dark) !important; }

p {
  font-size: 16px;
  line-height: 1.85;
  font-weight: 400;
  color: var(--soft-muted);
}

strong { font-weight: 700; }

.section-padding { padding: 120px 0; }
.soft-bg { background: linear-gradient(180deg, #fff 0%, var(--soft-cloud) 100%); }
.dark-section { background: var(--soft-blue-dark); color: #fff; }

.section-heading { position: relative; z-index: 2; margin-bottom: 52px; }
.section-heading h2 {
  color: var(--soft-text);
  font-size: 42px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.8px;
  margin-bottom: 18px;
}
.section-heading h2 em { font-style: normal; color: var(--soft-gold); }
.section-heading p { max-width: 760px; margin: 0 auto; }
.left-heading p { margin-left: 0; }
.light-heading h2, .light-heading p { color: #fff; }
.light-heading p { opacity: 0.82; }

/* ---------------------------------------------
02. Boutons
--------------------------------------------- */
.white-button, .outline-button, .gradient-button, .border-button { display: inline-block; }

.white-button a,
.gradient-button a,
.border-button a,
.outline-button a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 12px 24px !important;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700 !important;
  letter-spacing: 0.2px !important;
  transition: all .35s ease;
}

.white-button a {
  color: var(--soft-blue-dark) !important;
  background: var(--soft-gold);
  box-shadow: 0 16px 35px rgba(226, 193, 94, 0.28);
}
.white-button a:hover { transform: translateY(-2px); background: var(--soft-white); color: var(--soft-blue-dark) !important; }

.outline-button a {
  color: #fff !important;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.22);
  backdrop-filter: blur(12px);
}
.outline-button a:hover { background: #fff; color: var(--soft-blue-dark) !important; transform: translateY(-2px); }

.gradient-button a {
  color: #fff !important;
  background: linear-gradient(105deg, #3C4664 0%, #59678E 55%, #3C4664 100%);
  box-shadow: 0 14px 30px rgba(60,70,100,0.22);
}
.gradient-button a:hover { color: var(--soft-blue-dark) !important; background: linear-gradient(105deg, #F3E3B0 0%, #E2C15E 100%); transform: translateY(-2px); }

.border-button a { color: var(--soft-blue) !important; border: 1px solid var(--soft-border); background: #fff; }
.border-button a:hover { background: var(--soft-blue); color: #fff !important; }

/* ---------------------------------------------
03. Header
--------------------------------------------- */
.header-area {
  background-color: rgba(255,255,255,0.96);
  border-bottom: 1px solid rgba(60,70,100,0.12);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: 96px;
  box-shadow: 0 10px 35px rgba(34,45,67,0.08);
  backdrop-filter: blur(16px);
  transition: all .4s ease;
}
.header-area.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  min-height: 80px;
}
.background-header {
  background-color: rgba(255,255,255,0.98) !important;
  height: 80px !important;
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  box-shadow: 0 10px 35px rgba(34,45,67,0.10);
  backdrop-filter: blur(16px);
}

section[id], div[id] { scroll-margin-top: 105px; }

.header-area .main-nav { min-height: 80px; background: transparent; }
.header-area .main-nav .logo { float: left; line-height: 96px; transition: all .3s ease; }
.header-area .main-nav .logo img { width: auto; max-width: 190px; max-height: 68px; object-fit: contain; }
.background-header .main-nav .logo { line-height: 80px; }
.background-header .main-nav .logo img { max-height: 60px; }

.header-area .main-nav .nav {
  float: right;
  margin-top: 28px;
  margin-right: 0;
  background-color: transparent;
  transition: all .3s ease;
  position: relative;
  z-index: 999;
}
.background-header .main-nav .nav { margin-top: 18px !important; }
.header-area .main-nav .nav li { padding-left: 13px; padding-right: 13px; }
.header-area .main-nav .nav li:last-child { padding-right: 0; padding-left: 22px; }
.header-area .main-nav .nav li a {
  display: block;
  font-weight: 700;
  font-size: 14px;
  color: var(--soft-text);
  text-transform: none;
  transition: all .3s ease;
  height: 40px;
  line-height: 40px;
  letter-spacing: 0.2px;
}
.background-header .main-nav .nav li a { color: var(--soft-text); }
.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active,
.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active { color: var(--soft-gold) !important; }
.header-area .main-nav .nav li:last-child a { color: #fff !important; height: auto; line-height: normal; }
.header-area .main-nav .nav li:last-child a:hover { color: var(--soft-blue-dark) !important; }

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  position: absolute;
  top: 31px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}
.background-header .main-nav .menu-trigger { top: 22px; }
.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  transition: all .4s;
  background-color: var(--soft-blue-dark);
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}
.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after { background-color: var(--soft-blue-dark); }
.header-area .main-nav .menu-trigger span { top: 16px; }
.header-area .main-nav .menu-trigger span:before { content: ""; top: -10px; width: 75%; }
.header-area .main-nav .menu-trigger span:after { content: ""; top: 10px; width: 75%; }
.header-area .main-nav .menu-trigger.active span { background-color: transparent; }
.header-area .main-nav .menu-trigger.active span:before { transform: translateY(6px) translateX(1px) rotate(45deg); width: 100%; }
.header-area .main-nav .menu-trigger.active span:after { transform: translateY(-6px) translateX(1px) rotate(-45deg); width: 100%; }

@media (min-width: 767px) { .header-area .main-nav .nav { display: flex !important; align-items: center; } }

/* ---------------------------------------------
04. Preloader
--------------------------------------------- */
.js-preloader {
  position: fixed;
  inset: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  transition: opacity .25s ease;
}
.js-preloader.loaded { opacity: 0; visibility: hidden; pointer-events: none; }
.preloader-inner { position: relative; width: 142px; height: 40px; background: #fff; }
.preloader-inner .dot {
  position: absolute;
  width: 16px; height: 16px; top: 12px; left: 15px;
  background: var(--soft-gold); border-radius: 50%; transform: translateX(0); animation: dot 2.8s infinite;
}
.preloader-inner .dots { transform: translateX(0); margin-top: 12px; margin-left: 31px; animation: dots 2.8s infinite; }
.preloader-inner .dots span { display: block; float: left; width: 16px; height: 16px; margin-left: 16px; background: var(--soft-gold); border-radius: 50%; }
@keyframes dot { 50% { transform: translateX(96px); } }
@keyframes dots { 50% { transform: translateX(-31px); } }

/* ---------------------------------------------
05. Hero
--------------------------------------------- */
.main-banner.hero-section {
  min-height: 660px;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 12% 20%, rgba(226,193,94,0.28) 0%, rgba(226,193,94,0) 26%),
    radial-gradient(circle at 82% 18%, rgba(255,255,255,0.16) 0%, rgba(255,255,255,0) 25%),
    linear-gradient(135deg, #151B2B 0%, #222D43 48%, #3C4664 100%);
  padding: 175px 0 90px;
  position: relative;
  overflow: hidden;
}

.neural-network-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.72;
  pointer-events: none;
  mix-blend-mode: screen;
}

.hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, #000 0%, transparent 100%);
  z-index: 1;
  pointer-events: none;
}

.main-banner.hero-section:before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(21,27,43,0.12) 0%, rgba(21,27,43,0.38) 72%);
  z-index: 1;
  pointer-events: none;
}

.main-banner.hero-section:after {
  content: '';
  position: absolute;
  width: 680px;
  height: 680px;
  right: -220px;
  bottom: -280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(226,193,94,0.26) 0%, rgba(226,193,94,0) 67%);
  z-index: 1;
  pointer-events: none;
}
.hero-particles span {
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--soft-gold);
  opacity: 0.7;
  animation: floatParticle 9s ease-in-out infinite;
  z-index: 1;
  pointer-events: none;
}
.hero-particles span:nth-child(1) { left: 10%; top: 32%; animation-delay: 0s; }
.hero-particles span:nth-child(2) { left: 22%; top: 72%; animation-delay: 1.3s; }
.hero-particles span:nth-child(3) { right: 16%; top: 34%; animation-delay: 2.4s; }
.hero-particles span:nth-child(4) { right: 28%; bottom: 18%; animation-delay: 3.2s; }
@keyframes floatParticle {
  0%, 100% { transform: translateY(0) scale(1); opacity: .45; }
  50% { transform: translateY(-28px) scale(1.4); opacity: .9; }
}

.hero-section .container { position: relative; z-index: 5; }
.hero-section .row,
.hero-section .col-lg-11,
.hero-kicker,
.main-banner h1,
.hero-subtitle,
.hero-actions { position: relative; z-index: 6; }
.main-banner h1, .hero-subtitle, .hero-kicker { text-shadow: 0 12px 34px rgba(0,0,0,0.34); }
.hero-kicker {
  display: inline-flex;
  padding: 9px 16px;
  margin-bottom: 25px;
  border-radius: 999px;
  color: var(--soft-gold-light);
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.4px;
}
.main-banner h1 {
  color: #fff;
  font-size: clamp(46px, 6vw, 78px);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: -2.2px;
  max-width: 1050px;
  margin: 0 auto 28px;
}
.hero-subtitle {
  max-width: 860px;
  margin: 0 auto 42px;
  color: rgba(255,255,255,0.82);
  font-size: 20px;
  line-height: 1.75;
}
.hero-subtitle strong { color: #fff; }
.hero-actions { display: flex; justify-content: center; align-items: center; gap: 16px; flex-wrap: wrap; }

/* ---------------------------------------------
06. Stats
--------------------------------------------- */
.stats-band { background: #222D43; color: #fff; padding: 34px 0; position: relative; z-index: 3; }
.stat-item {
  min-height: 104px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,0.12);
}
.row > div:last-child .stat-item { border-right: 0; }
.stat-item strong { display: block; color: var(--soft-gold); font-size: 34px; line-height: 1.1; font-weight: 900; letter-spacing: -0.8px; }
.stat-item span { margin-top: 8px; color: rgba(255,255,255,0.78); font-size: 15px; font-weight: 500; }

/* ---------------------------------------------
07. Timeline approche
--------------------------------------------- */
.timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
}
.timeline:before {
  content: '';
  position: absolute;
  left: 9%; right: 9%; top: 38px;
  height: 2px;
  background: linear-gradient(90deg, rgba(226,193,94,0), var(--soft-gold), rgba(226,193,94,0));
}
.timeline-step {
  position: relative;
  padding: 28px 22px;
  border: 1px solid var(--soft-border);
  border-radius: var(--soft-radius);
  background: rgba(255,255,255,0.92);
  box-shadow: 0 16px 45px rgba(34,45,67,0.07);
  transition: all .35s ease;
}
.timeline-step:hover { transform: translateY(-7px); box-shadow: var(--soft-shadow); border-color: rgba(226,193,94,0.55); }
.timeline-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px; height: 56px;
  margin-bottom: 22px;
  border-radius: 18px;
  color: var(--soft-blue-dark);
  background: var(--soft-gold);
  font-size: 18px;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(226,193,94,0.32);
}
.timeline-step h3 { font-size: 19px; line-height: 1.35; font-weight: 800; color: var(--soft-text); margin-bottom: 12px; }
.timeline-step p { font-size: 14px; line-height: 1.65; }

/* ---------------------------------------------
08. Cards développement
--------------------------------------------- */
.feature-card {
  height: 100%;
  padding: 34px 28px;
  background: #fff;
  border: 1px solid var(--soft-border);
  border-radius: var(--soft-radius);
  box-shadow: 0 14px 42px rgba(34,45,67,0.06);
  transition: all .35s ease;
}
.feature-card:hover { transform: translateY(-8px); box-shadow: var(--soft-shadow); border-color: rgba(226,193,94,0.55); }
.feature-card i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px; height: 58px;
  margin-bottom: 24px;
  border-radius: 18px;
  color: var(--soft-gold);
  background: rgba(226,193,94,0.12);
  font-size: 23px;
}
.feature-card h3 { color: var(--soft-text); font-size: 21px; line-height: 1.32; font-weight: 800; margin-bottom: 14px; }
.feature-card p { font-size: 15px; line-height: 1.7; }

/* ---------------------------------------------
09. Offres MCO
--------------------------------------------- */
.offer-row { margin-top: 10px; }
.offer-card {
  height: 100%;
  position: relative;
  padding: 42px 34px;
  border-radius: 34px;
  border: 1px solid var(--soft-border);
  background: #fff;
  box-shadow: 0 14px 42px rgba(34,45,67,0.06);
  transition: all .35s ease;
}
.offer-card:hover { transform: translateY(-8px); box-shadow: var(--soft-shadow); }
.offer-card.recommended {
  background: linear-gradient(150deg, var(--soft-blue-dark) 0%, var(--soft-blue) 100%);
  color: #fff;
  transform: translateY(-18px);
  border-color: rgba(226,193,94,0.45);
  box-shadow: 0 24px 60px rgba(34,45,67,0.25);
}
.offer-card.recommended:hover { transform: translateY(-26px); }
.badge-soft {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 12px;
  border-radius: 999px;
  color: var(--soft-blue-dark);
  background: var(--soft-gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .4px;
  text-transform: uppercase;
}
.offer-card h3 { font-size: 24px; font-weight: 900; color: var(--soft-text); margin-bottom: 15px; }
.offer-card.recommended h3 { color: #fff; }
.offer-card p { margin-bottom: 22px; }
.offer-card.recommended p { color: rgba(255,255,255,0.78); }
.offer-card ul { margin-bottom: 30px; }
.offer-card li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 12px;
  color: var(--soft-muted);
  font-size: 15px;
  line-height: 1.55;
}
.offer-card li:before {
  content: '\f00c';
  position: absolute;
  left: 0; top: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--soft-gold);
}
.offer-card.recommended li { color: rgba(255,255,255,0.86); }
.offer-card a {
  display: inline-flex;
  padding: 11px 18px;
  border-radius: 999px;
  color: var(--soft-blue) !important;
  background: rgba(60,70,100,0.08);
  font-weight: 800;
  transition: all .3s ease;
}
.offer-card a:hover { background: var(--soft-blue); color: #fff !important; }
.offer-card.recommended a { color: var(--soft-blue-dark) !important; background: var(--soft-gold); }
.offer-card.recommended a:hover { background: #fff; }

/* ---------------------------------------------
10. Cloud
--------------------------------------------- */
.tech-stack {
  color: rgba(255,255,255,0.72);
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
}
.tech-stack strong { color: var(--soft-gold-light); }
.cloud-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.cloud-card {
  padding: 30px;
  border-radius: 26px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  transition: all .35s ease;
}
.cloud-card:hover { transform: translateY(-6px); background: rgba(255,255,255,0.12); border-color: rgba(226,193,94,0.55); }
.cloud-card i { color: var(--soft-gold); font-size: 27px; margin-bottom: 20px; }
.cloud-card h3 { color: #fff; font-size: 20px; line-height: 1.35; font-weight: 800; margin-bottom: 10px; }
.cloud-card p { color: rgba(255,255,255,0.72); font-size: 15px; line-height: 1.65; }

/* ---------------------------------------------
11. IA
--------------------------------------------- */
.ai-panel {
  position: relative;
  padding: 48px;
  border-radius: 38px;
  background:
    linear-gradient(145deg, rgba(60,70,100,0.98), rgba(34,45,67,0.98)),
    radial-gradient(circle at top right, rgba(226,193,94,0.35), transparent 35%);
  color: #fff;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(34,45,67,0.18);
}
.ai-panel:after {
  content: '';
  position: absolute;
  right: -60px; bottom: -60px;
  width: 180px; height: 180px;
  border-radius: 50%;
  border: 34px solid rgba(226,193,94,0.16);
}
.ai-dot { display: block; width: 14px; height: 14px; border-radius: 50%; background: var(--soft-gold); margin-bottom: 24px; box-shadow: 0 0 0 10px rgba(226,193,94,0.16); }
.ai-panel h2 { position: relative; z-index: 1; color: #fff; font-size: 42px; line-height: 1.12; font-weight: 900; letter-spacing: -1px; margin-bottom: 20px; }
.ai-panel p { position: relative; z-index: 1; color: rgba(255,255,255,0.78); font-size: 17px; line-height: 1.85; }
.ai-list { display: grid; gap: 15px; }
.ai-list div {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 22px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--soft-border);
  box-shadow: 0 12px 34px rgba(34,45,67,0.06);
}
.ai-list i { color: var(--soft-gold); font-size: 21px; width: 28px; text-align: center; }
.ai-list span { color: var(--soft-text); font-weight: 800; line-height: 1.4; }

/* ---------------------------------------------
12. Pourquoi
--------------------------------------------- */
.why-card {
  height: 100%;
  padding: 36px 30px;
  border-radius: 30px;
  background: #fff;
  border: 1px solid var(--soft-border);
  box-shadow: 0 14px 42px rgba(34,45,67,0.06);
  transition: all .35s ease;
}
.why-card:hover { transform: translateY(-7px); box-shadow: var(--soft-shadow); border-color: rgba(226,193,94,0.55); }
.why-card span { display: block; color: var(--soft-gold); font-size: 15px; font-weight: 900; margin-bottom: 12px; }
.why-card h3 { color: var(--soft-text); font-size: 22px; line-height: 1.32; font-weight: 900; margin-bottom: 14px; }
.why-card p { font-size: 15px; line-height: 1.75; }

/* ---------------------------------------------
13. Footer
--------------------------------------------- */
footer {
  background:
    radial-gradient(circle at 12% 0%, rgba(226,193,94,0.17) 0%, transparent 26%),
    linear-gradient(135deg, #151B2B 0%, #222D43 52%, #3C4664 100%);
  padding: 110px 0 55px;
  color: #fff;
}
footer .section-heading { margin-bottom: 36px; }
footer .section-heading h2 { color: #fff; font-size: 38px; line-height: 1.2; font-weight: 900; margin-bottom: 16px; }
footer .section-heading p { color: rgba(255,255,255,0.72); }
footer #search { margin-bottom: 78px; }
footer #search input {
  width: 100%;
  height: 54px;
  padding: 0 24px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  color: #fff;
  outline: none;
}
footer #search input::placeholder { color: rgba(255,255,255,0.62); }
footer #search button {
  width: 100%;
  height: 54px;
  border-radius: 999px;
  border: 0;
  background: var(--soft-gold);
  color: var(--soft-blue-dark);
  font-weight: 900;
  transition: all .35s ease;
}
footer #search button:hover { background: #fff; transform: translateY(-2px); }
.footer-content { padding-top: 18px; border-top: 1px solid rgba(255,255,255,0.12); }
.footer-widget h4 { font-size: 19px; color: #fff; font-weight: 900; margin-bottom: 24px; }
.footer-widget p, .footer-widget p a { color: rgba(255,255,255,0.75); }
.footer-widget p { margin-bottom: 12px; font-size: 15px; line-height: 1.7; }
.footer-widget ul li { margin-bottom: 10px; }
.footer-widget ul li a { font-size: 15px; color: rgba(255,255,255,0.75); transition: all .3s ease; }
.footer-widget a:hover, .footer-widget ul li a:hover { color: var(--soft-gold) !important; opacity: 1; }

.footer-local-photo {
  display: block;
  width: 100%;
  max-width: 150px;
  height: 86px;
  object-fit: cover;
  border-radius: 14px;
  margin: 14px 0 16px;
  border: 1px solid rgba(255,255,255,0.14);
  opacity: 0.88;
}

.footer-widget .logo img { width: auto; max-width: 145px; margin-bottom: 22px; }
.copyright-text p { text-align: center; margin-top: 50px; color: rgba(255,255,255,0.62); font-size: 14px; }

/* ---------------------------------------------
14. Compatibilité ancienne structure TemplateMo
--------------------------------------------- */
.services, .about-us, .pricing-tables { padding-top: 120px; position: relative; }
.service-item, .box-item, .pricing-item-regular, .pricing-item-pro {
  border-radius: 28px;
  box-shadow: 0 14px 42px rgba(34,45,67,0.06);
  background: #fff;
}
.popupContainer { position: absolute; width: 330px; height: auto; left: 45%; top: 60px; background: #fff; }
#lean_overlay { position: fixed; z-index: 100; top: 0; left: 0; height: 100%; width: 100%; background: #000; display: none; }
.btn, .btn_red { padding: 10px 20px; background: var(--soft-gold); color: var(--soft-blue-dark); transition: all .3s; }
a.btn, a.btn_red { color: var(--soft-blue-dark); text-align: center; text-decoration: none; }
.one_half { width: 50%; display: block; float: left; }
.one_half.last { width: 45%; margin-left: 5%; }
.popupHeader { background: #F4F4F2; position: relative; padding: 10px 20px; border-bottom: 1px solid #DDD; font-weight: bold; font-size: 16px; text-transform: uppercase; }
.popupHeader .modal_close { position: absolute; right: 0; top: 0; padding: 10px 15px; background: var(--soft-gold); cursor: pointer; color: var(--soft-blue-dark); font-size: 16px; }
.popupBody { padding: 20px; }
.social_login .social_box { display: block; clear: both; padding: 10px; margin-bottom: 10px; background: #F4F4F2; overflow: hidden; }
.social_login .icon { display: inline-block; padding: 5px 10px; margin-right: 10px; float: left; color: #FFF; font-size: 16px; text-align: center; }
.social_login .fb .icon { background: #3B5998; }
.social_login .google .icon { background: #DD4B39; }
.social_login .icon_title { display: block; padding: 5px 0; float: left; font-weight: bold; font-size: 16px; color: #777; }
.centeredText { color: var(--soft-muted); text-align: center; margin: 20px 0; clear: both; overflow: hidden; text-transform: capitalize; }
.action_btns { clear: both; overflow: hidden; }
.action_btns a { display: block; }
.user_login, .user_register { display: none; }
.user_login label, .user_register label { color: var(--soft-muted); display: block; margin-bottom: 5px; }
.user_login input[type="text"], .user_login input[type="email"], .user_login input[type="password"],
.user_register input[type="text"], .user_register input[type="email"], .user_register input[type="password"] { display: block; width: 100%; padding: 10px; border: 1px solid #DDD; color: #666; }
.user_login input[type="checkbox"], .user_register input[type="checkbox"] { width: 22px; height: 22px; float: left; margin-right: 8px; }
.user_login .checkbox, .user_register .checkbox { margin-bottom: 10px; clear: both; overflow: hidden; }
.forgot_password { display: block; margin: 20px 0 10px; clear: both; overflow: hidden; text-decoration: none; color: var(--soft-gold); transition: all .3s; }

/* ---------------------------------------------
15. Responsive
--------------------------------------------- */
@media (max-width: 1200px) {
  .header-area .main-nav .nav li { padding-left: 8px; padding-right: 8px; }
  .header-area .main-nav .nav li a { font-size: 13px; }
  .timeline { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .timeline:before { display: none; }
}

@media (max-width: 991px) {
  html, body { overflow-x: hidden; }
  .section-padding { padding: 88px 0; }
  .section-heading h2 { font-size: 34px; }
  .main-banner.hero-section { min-height: auto; padding: 155px 0 75px; }
  .main-banner h1 { font-size: 48px; letter-spacing: -1.2px; }
  .hero-subtitle { font-size: 18px; }
  .stat-item { border-right: 0; border-bottom: 1px solid rgba(255,255,255,0.12); }
  .row > div:nth-last-child(-n+2) .stat-item { border-bottom: 0; }
  .timeline { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .feature-card, .why-card { margin-bottom: 24px; }
  .offer-card { margin-bottom: 30px; }
  .offer-card.recommended { transform: none; }
  .offer-card.recommended:hover { transform: translateY(-8px); }
  .cloud-grid { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
  .header-area, .background-header {
    background-color: #fff !important;
    padding: 0 15px;
    height: 90px !important;
    box-shadow: 0 5px 18px rgba(34,45,67,0.08);
  }
  .header-area .container { padding: 0; }
  .header-area .main-nav { overflow: hidden; }
  .header-area .main-nav .logo { line-height: 90px; margin-left: 15px; }
  .header-area .main-nav .logo img { max-width: 168px; max-height: 58px; }
  .header-area .main-nav .menu-trigger { display: block !important; right: 22px; top: 25px; }
  .header-area .main-nav .menu-trigger span,
  .header-area .main-nav .menu-trigger span:before,
  .header-area .main-nav .menu-trigger span:after { background-color: var(--soft-blue-dark); }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    margin-left: 0;
    margin-top: 90px !important;
  }
  .header-area.header-sticky .nav { margin-top: 90px !important; }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .header-area .main-nav .nav li a {
    height: 52px !important;
    line-height: 52px !important;
    padding: 0 !important;
    border: none !important;
    background: #fff !important;
    color: var(--soft-text) !important;
    text-align: center;
  }
  .header-area .main-nav .nav li:last-child { padding: 16px 20px !important; }
  .header-area .main-nav .nav li:last-child a { height: auto !important; line-height: normal !important; background: linear-gradient(105deg, #3C4664 0%, #59678E 100%) !important; color: #fff !important; }

  .main-banner.hero-section { padding: 135px 0 60px; }
  .main-banner h1 { font-size: 38px; }
  .hero-subtitle { font-size: 16px; line-height: 1.7; }
  .hero-actions { flex-direction: column; }
  .white-button, .outline-button, .gradient-button { width: 100%; }
  .white-button a, .outline-button a, .gradient-button a { width: 100%; }
  .stats-band { padding: 18px 0; }
  .stat-item strong { font-size: 26px; }
  .timeline { grid-template-columns: 1fr; }
  .timeline-step { padding: 26px 22px; }
  .cloud-card, .feature-card, .why-card, .offer-card { padding: 28px 24px; }
  .ai-panel { padding: 34px 26px; }
  .ai-panel h2 { font-size: 33px; }
  footer { padding: 82px 0 42px; text-align: center; }
  footer .section-heading h2 { font-size: 31px; }
  footer #search input { margin-bottom: 14px; }
  .footer-widget h4 { margin-top: 34px; margin-bottom: 16px; }
  .footer-widget .logo img { margin-left: auto; margin-right: auto; }
}

@media (max-width: 480px) {
  .main-banner h1 { font-size: 34px; }
  .section-heading h2 { font-size: 30px; }
  .stat-item { min-height: 92px; }
  .stat-item strong { font-size: 23px; }
}
