:root {
  --conv-bg-soft: rgba(255, 255, 255, 0.78);
  --conv-bg-strong: #000000;
  --conv-accent: #de7343;
  --conv-accent-soft: rgba(222, 115, 67, 0.22);
  --conv-contrast: #592e1b;
  --conv-gold: #de7343;
  --conv-header-offset: 150px;
}

body {
  margin-top: var(--conv-header-offset);
  background: linear-gradient(180deg, #ffffff 0%, #fff7f2 44%, #fff1e7 100%);
}

.page-accueil {
  isolation: isolate;
  margin-top: calc(-1 * var(--conv-header-offset));
  padding-top: var(--conv-header-offset);
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0, rgba(0, 0, 0, 0) 190px),
    linear-gradient(180deg, #ffffff 0%, #fff8f3 44%, #fff1e7 100%);
}

.page-accueil > section,
.page-accueil > div:not(.page-ambient) {
  position: relative;
  z-index: 1;
}

.page-ambient {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.ambient-orb {
  position: absolute;
  border-radius: 50%;
  opacity: 0.62;
  filter: blur(1px);
  transform: translate3d(var(--mouse-x, 0), var(--mouse-y, 0), 0);
}

.ambient-a {
  width: 760px;
  height: 760px;
  top: -220px;
  right: -280px;
  background: radial-gradient(circle, rgba(222, 115, 67, 0.24), rgba(222, 115, 67, 0));
}

.ambient-b {
  width: 620px;
  height: 620px;
  left: -250px;
  top: 24%;
  background: radial-gradient(circle, rgba(89, 46, 27, 0.12), rgba(89, 46, 27, 0));
}

.ambient-c {
  width: 700px;
  height: 700px;
  right: -120px;
  bottom: 14%;
  background: radial-gradient(circle, rgba(222, 115, 67, 0.16), rgba(222, 115, 67, 0));
}

.ambient-d {
  width: 560px;
  height: 560px;
  top: 8%;
  left: 22%;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0));
}

.ambient-e {
  width: 520px;
  height: 520px;
  right: 18%;
  top: 48%;
  background: radial-gradient(circle, rgba(222, 115, 67, 0.12), rgba(222, 115, 67, 0));
}

.ambient-f {
  width: 500px;
  height: 500px;
  left: -140px;
  bottom: 6%;
  background: radial-gradient(circle, rgba(89, 46, 27, 0.08), rgba(89, 46, 27, 0));
}

.ambient-g {
  width: 460px;
  height: 460px;
  right: 8%;
  top: -90px;
  background: radial-gradient(circle, rgba(222, 115, 67, 0.14), rgba(222, 115, 67, 0));
}

h1,
h2,
h3,
.nav-links a {
  font-family: var(--font-display);
}

.nav-links {
  gap: 26px;
}

.lang-link {
  opacity: 0.8;
  font-size: 14px;
  letter-spacing: 0.08em;
}

.lang-link.is-active {
  opacity: 1;
  color: var(--color-primary);
}

.nav-cta {
  background: linear-gradient(135deg, var(--color-primary), var(--color-rare));
  color: #ffffff !important;
  padding: 10px 16px !important;
  border-radius: 999px;
  font-size: 14px !important;
  font-weight: 700;
  box-shadow: var(--shadow-warm);
}

.nav-cta:hover {
  transform: translateY(-1px);
}

.nav-cta::before,
.nav-cta::after {
  display: none;
}

.hero-section-a {
  min-height: 74vh;
}

.hero-container-a {
  overflow: visible;
}

.hero-aurora {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.9;
}

.aurora-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  opacity: 0.8;
  transform: translate3d(var(--mouse-x, 0), var(--mouse-y, 0), 0);
}

.orb-a {
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(222, 115, 67, 0.28), rgba(222, 115, 67, 0));
  top: -80px;
  right: -60px;
}

.orb-b {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(89, 46, 27, 0.16), rgba(89, 46, 27, 0));
  left: -120px;
  top: 110px;
}

.orb-c {
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(222, 115, 67, 0.16), rgba(222, 115, 67, 0));
  right: 35%;
  bottom: -100px;
}

.orb-d {
  width: 290px;
  height: 290px;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.07), rgba(0, 0, 0, 0));
  left: 54%;
  top: -92px;
}

.orb-e {
  width: 230px;
  height: 230px;
  background: radial-gradient(circle, rgba(222, 115, 67, 0.14), rgba(222, 115, 67, 0));
  left: 44%;
  bottom: -82px;
}

.orb-f {
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, rgba(89, 46, 27, 0.1), rgba(89, 46, 27, 0));
  left: 20%;
  top: -62px;
}

.hero-left-a {
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.85);
  z-index: 2;
}

.hero-left-a h1 {
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.22;
  max-width: 20ch;
}

.hero-buttons {
  align-items: center;
  gap: 10px;
}

.hero-trust-list {
  list-style: none;
  margin: 2px 0 22px 0;
  padding: 0;
  display: grid;
  gap: 9px;
}

.hero-trust-list li {
  font-size: 0.91rem;
  color: var(--conv-contrast);
  font-weight: 500;
}

.hero-trust-list li::before {
  content: "●";
  color: var(--conv-gold);
  margin-right: 8px;
}

.zone-a {
  background: var(--conv-bg-soft);
  border: 1px solid rgba(255, 255, 255, 0.85);
}

.title-alone-a {
  margin: 44px 0;
}

.titleAlone-a {
  max-width: 820px;
}

.experience-stack {
  width: min(1200px, 92vw);
  margin: 8px auto 32px;
  background: linear-gradient(145deg, #000000, #181818);
  border-radius: 30px;
  padding: 30px 24px 46px;
  position: relative;
  overflow: hidden;
}

.experience-stack::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(222, 115, 67, 0.2), rgba(222, 115, 67, 0));
  top: -180px;
  right: -120px;
}

.experience-stack::after {
  content: "";
  position: absolute;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(89, 46, 27, 0.18), rgba(89, 46, 27, 0));
  bottom: -180px;
  left: -80px;
}

.experience-intro {
  text-align: center;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}

.experience-intro h2 {
  color: #f4f7fa;
  margin-bottom: 6px;
}

.experience-intro p {
  color: #d8e3ea;
  max-width: 820px;
  margin: 0 auto;
}

.experience-list {
  display: grid;
  gap: 14px;
  position: relative;
  z-index: 1;
}

.experience-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  padding: 22px 20px;
  opacity: 0.35;
  transform: translateY(80px) scale(0.9);
  transition: border-color 0.35s ease, box-shadow 0.35s ease, opacity 0.35s ease;
  position: relative;
  overflow: hidden;
}

.experience-card.is-active {
  border-color: rgba(222, 115, 67, 0.6);
  box-shadow: 0 16px 34px rgba(4, 13, 21, 0.35);
}

.experience-index {
  display: inline-flex;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  background: rgba(222, 115, 67, 0.18);
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 700;
}

.experience-card h3 {
  color: #f4f8fa;
  margin-bottom: 6px;
}

.experience-card p {
  color: #d3e0e8;
  margin: 0;
}

.why-choose-us-a {
  padding: 72px 20px 56px;
}

.features-card {
  margin-top: 22px;
  padding: 0 34px 44px;
}

.phone-wrapper {
  margin-top: -82px;
  margin-bottom: 18px;
}

.app-focus-section {
  width: min(1200px, 92vw);
  margin: 8px auto 28px;
  background: linear-gradient(145deg, #ffffff, #fff6f1);
  border: 1px solid rgba(222, 115, 67, 0.14);
  border-radius: 26px;
  padding: 34px 26px;
  box-shadow: var(--shadow-soft);
}

.app-focus-title {
  text-align: center;
  color: var(--color-dark);
  margin-bottom: 8px;
}

.app-focus-intro {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 18px;
  color: var(--color-text-soft);
}

.app-focus-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.app-focus-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 16px 14px;
  position: relative;
  overflow: hidden;
}

.app-focus-card h3 {
  color: var(--color-dark);
  font-size: 0.98rem;
  margin-bottom: 6px;
}

.app-focus-card p {
  color: var(--color-text-soft);
  margin: 0;
  font-size: 0.9rem;
}

.app-focus-cta {
  margin: 16px auto 0;
}

.features-card {
  background: rgba(255, 255, 255, 0.8);
}

.values-section {
  width: min(1200px, 92vw);
  margin: 30px auto 20px;
  background: var(--conv-bg-soft);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 28px;
  padding: 42px 30px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.07);
}

.values-title {
  text-align: center;
  color: var(--color-dark);
  margin-bottom: 8px;
}

.values-intro {
  text-align: center;
  margin: 0 auto 24px;
  max-width: 760px;
  color: var(--color-text-soft);
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.value-card {
  background: linear-gradient(150deg, #ffffff, #fff7f3);
  border: 1px solid rgba(222, 115, 67, 0.14);
  border-radius: 20px;
  padding: 22px 18px;
}

.value-card h3 {
  color: var(--color-dark);
  font-size: 1.05rem;
  margin-bottom: 8px;
}

.value-card p {
  color: var(--color-text-soft);
  font-size: 0.95rem;
  margin: 0;
}

.process-section {
  width: min(1200px, 92vw);
  margin: 22px auto;
  padding: 18px 0 40px;
}

.process-title {
  text-align: center;
  margin-bottom: 16px;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.process-step {
  background: #000000;
  color: #f4f7f9;
  padding: 24px;
  border-radius: 18px;
  box-shadow: 0 12px 24px rgba(8, 25, 37, 0.25);
}

.process-step h3 {
  color: var(--color-primary);
  font-size: 1rem;
  margin-bottom: 8px;
}

.process-step p {
  margin: 0;
  font-size: 0.94rem;
  color: #d7e0e6;
}

.final-cta {
  width: min(1200px, 92vw);
  margin: 18px auto 50px;
  background: linear-gradient(135deg, #000000, #161616);
  border-radius: 24px;
  padding: 36px 26px;
  text-align: center;
  color: #fff;
}

.final-cta h2 {
  color: #f3f6f8;
  margin-bottom: 10px;
}

.final-cta p {
  color: #d9e3ea;
  margin-bottom: 20px;
}

.final-cta .cssbuttons-io-b {
  margin: 0 auto;
}

.services-note {
  display: inline-block;
  margin-top: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(222, 115, 67, 0.12);
  color: var(--color-rare);
  font-weight: 600;
  font-size: 0.9rem;
}

.mobile-packs {
  width: min(1080px, 92vw);
  margin: 20px auto 34px;
  background: linear-gradient(145deg, #000000, #171717);
  border-radius: 26px;
  padding: 30px 26px;
  box-shadow: 0 18px 32px rgba(14, 34, 46, 0.28);
  text-align: center;
}

.mobile-packs h2 {
  color: #f2f6f8;
}

.mobile-packs p {
  color: #d7e2e8;
  max-width: 760px;
  margin: 0 auto 16px;
}

.mobile-pack-support {
  margin-top: -8px;
  margin-bottom: 16px;
  font-size: 0.9rem;
  color: #b9d0de !important;
}

.mobile-pack-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 12px;
}

.mobile-pack-card {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  padding: 18px 16px;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.mobile-pack-card h3 {
  color: var(--color-primary);
  font-size: 1rem;
  margin-bottom: 6px;
}

.mobile-pack-card p {
  color: #e2ebef;
  margin: 0;
  font-size: 0.92rem;
}

.mobile-pack-cta {
  margin: 16px auto 0;
}

.service-card {
  border: 1px solid rgba(255, 255, 255, 0.75);
}

.service-card.is-primary {
  border: 1px solid rgba(222, 115, 67, 0.7);
  box-shadow: 0 22px 44px rgba(20, 44, 62, 0.18);
}

.service-spotlight-badge {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  background: linear-gradient(135deg, var(--color-primary), var(--color-rare));
  color: #ffffff;
  letter-spacing: 0.03em;
}

.service-card .price {
  gap: 4px;
}

.service-card .card-footer {
  gap: 10px;
  flex-wrap: wrap;
}

.services-bottom-cta {
  width: min(950px, 92vw);
  margin: 22px auto 0;
  background: #000000;
  border-radius: 24px;
  color: #fff;
  text-align: center;
  padding: 28px 24px;
}

.services-bottom-cta h2 {
  color: #f4f6f8;
}

.services-bottom-cta p {
  color: #dce5ea;
}

.services-bottom-cta .cssbuttons-io-b {
  margin: 4px auto 0;
}

.contact-status {
  width: min(720px, 92vw);
  margin: 10px auto 0;
  border-radius: 14px;
  padding: 12px 18px;
  font-weight: 600;
}

.contact-status.success {
  background: #ebf9ef;
  color: #196334;
  border: 1px solid #bde9c8;
}

.contact-status.error {
  background: #fff1f1;
  color: #842029;
  border: 1px solid #f0b8bf;
}

.contact-bullets {
  margin: 6px 0 0;
  padding-left: 18px;
}

.contact-bullets li {
  margin-bottom: 6px;
}

.contact-consent {
  font-size: 0.86rem;
  color: var(--color-text-soft);
  margin: -6px 0 0;
}

.footer-contact-cta {
  display: inline-block;
  margin-top: 2px;
  background: linear-gradient(135deg, var(--color-primary), var(--color-rare));
  color: #ffffff !important;
  border-radius: 999px;
  padding: 7px 14px;
  font-size: 0.86rem;
  font-weight: 700;
}

.footer-contact-cta:hover {
  transform: translateY(-1px);
}

[data-mouse-depth] {
  will-change: transform;
}

[data-tilt-card] {
  transform: perspective(900px) rotateX(var(--tilt-rx, 0deg)) rotateY(var(--tilt-ry, 0deg));
  transition: transform 0.26s ease, box-shadow 0.26s ease;
}

[data-tilt-card]::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--glow-x, 50%) var(--glow-y, 50%), rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0) 55%);
  opacity: var(--glow-opacity, 0);
  pointer-events: none;
  transition: opacity 0.24s ease;
}

[data-tilt-card]:hover {
  box-shadow: 0 18px 32px rgba(12, 28, 40, 0.2);
}

.reveal-up,
.reveal-left,
.reveal-right {
  opacity: 0;
  transition: transform 0.7s cubic-bezier(0.21, 0.61, 0.35, 1), opacity 0.7s ease;
  will-change: transform, opacity;
}

.reveal-up {
  transform: translateY(34px);
}

.reveal-left {
  transform: translateX(-34px);
}

.reveal-right {
  transform: translateX(34px);
}

.reveal-up.is-inview,
.reveal-left.is-inview,
.reveal-right.is-inview {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

[data-parallax] {
  transform: translate3d(0, var(--parallax-offset, 0px), 0);
  transition: transform 0.12s linear;
  will-change: transform;
}

@media (max-width: 1200px) {
  .nav-links {
    gap: 16px;
  }

  .nav-cta {
    font-size: 12px !important;
    padding: 8px 12px !important;
  }
}

html[data-theme="dark"] body {
  background: linear-gradient(180deg, #0f0e0d 0%, #171311 44%, #1d1714 100%);
}

html[data-theme="dark"] .page-accueil {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.34) 0, rgba(0, 0, 0, 0) 190px),
    linear-gradient(180deg, #0f0e0d 0%, #171311 44%, #1d1714 100%);
}

html[data-theme="dark"] .hero-left-a,
html[data-theme="dark"] .zone-a,
html[data-theme="dark"] .features-card,
html[data-theme="dark"] .app-focus-section,
html[data-theme="dark"] .app-focus-card,
html[data-theme="dark"] .values-section,
html[data-theme="dark"] .value-card {
  background: rgba(22, 18, 17, 0.84);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-soft);
}

html[data-theme="dark"] .app-focus-section,
html[data-theme="dark"] .values-section {
  background: rgba(19, 16, 14, 0.92);
}

html[data-theme="dark"] .experience-stack,
html[data-theme="dark"] .mobile-packs,
html[data-theme="dark"] .services-bottom-cta,
html[data-theme="dark"] .final-cta,
html[data-theme="dark"] .process-step {
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.38);
}

html[data-theme="dark"] .experience-card,
html[data-theme="dark"] .mobile-pack-card {
  border-color: rgba(255, 255, 255, 0.12);
}

html[data-theme="dark"] .experience-intro p,
html[data-theme="dark"] .experience-card p,
html[data-theme="dark"] .mobile-packs p,
html[data-theme="dark"] .mobile-pack-card p,
html[data-theme="dark"] .final-cta p,
html[data-theme="dark"] .services-bottom-cta p,
html[data-theme="dark"] .process-step p,
html[data-theme="dark"] .contact-consent {
  color: rgba(247, 239, 232, 0.78);
}

html[data-theme="dark"] .app-focus-title,
html[data-theme="dark"] .values-title,
html[data-theme="dark"] .process-title,
html[data-theme="dark"] .titleAlone-a,
html[data-theme="dark"] .why-title-a,
html[data-theme="dark"] .app-focus-card h3,
html[data-theme="dark"] .value-card h3 {
  color: var(--color-dark);
}

html[data-theme="dark"] .app-focus-intro,
html[data-theme="dark"] .values-intro,
html[data-theme="dark"] .app-focus-card p,
html[data-theme="dark"] .value-card p,
html[data-theme="dark"] .hero-trust-list li,
html[data-theme="dark"] .services-note {
  color: var(--color-text-soft);
}

html[data-theme="dark"] .services-note {
  background: rgba(222, 115, 67, 0.16);
}

html[data-theme="dark"] .hero-left-a {
  background: rgba(18, 15, 14, 0.86);
}

html[data-theme="dark"] .zone-a {
  background: rgba(22, 18, 17, 0.88);
}

html[data-theme="dark"] .app-focus-card,
html[data-theme="dark"] .value-card {
  background: linear-gradient(160deg, rgba(31, 25, 23, 0.96), rgba(20, 17, 16, 0.96));
}

@media (max-width: 960px) {
  .why-choose-us-a {
    padding: 56px 16px 42px;
  }

  .features-card {
    padding: 0 22px 34px;
    margin-top: 12px;
  }

  .phone-wrapper {
    margin-top: -56px;
  }

  .experience-stack {
    padding: 26px 18px 34px;
  }

  .experience-card {
    padding: 20px 16px;
  }

  .app-focus-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

  .mobile-pack-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .nav-links {
    gap: 12px;
  }

  .nav-item-lang,
  .nav-item-cta {
    display: none;
  }

  .hero-aurora {
    opacity: 0.3;
  }

  .orb-d,
  .orb-e,
  .orb-f {
    opacity: 0.45;
  }

  .page-ambient {
    opacity: 0.55;
  }

  .ambient-d,
  .ambient-e,
  .ambient-f,
  .ambient-g {
    opacity: 0.32;
  }

  .experience-stack {
    margin-top: 4px;
  }

  .hero-trust-list {
    text-align: left;
  }

  .app-focus-grid {
    grid-template-columns: 1fr;
  }

  .values-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 590px) {
  :root {
    --conv-header-offset: 170px;
  }

  body {
    margin-top: var(--conv-header-offset);
  }

  .why-choose-us-a {
    padding: 36px 12px 28px;
  }

  .phone-wrapper {
    margin-top: -40px;
  }

  [data-tilt-card] {
    transform: none;
  }

  [data-tilt-card]::after {
    display: none;
  }

  .navbar {
    top: 10px;
  }

  .nav-links {
    gap: 10px;
  }

  .orb-d,
  .orb-e,
  .orb-f,
  .ambient-d,
  .ambient-e,
  .ambient-f,
  .ambient-g {
    display: none;
  }
}
