.lp-picture {
  display: block;
  width: 100%;
  height: 100%;
}

.lp-picture img {
  display: block;
  max-width: 100%;
}

.hp_thumb .lp-picture,
.hp_compare_media .lp-picture,
.upx_source_card .lp-picture,
.upx_preview_card .lp-picture,
.t2i_output_card .lp-picture {
  position: absolute;
  inset: 0;
}

.lp-signup-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 9999px;
  border: 1px solid rgba(148, 163, 184, 0.72);
  background: linear-gradient(#0f172a, #0f172a) padding-box,
    conic-gradient(#94a3b8, #334155 25%, #334155 75%, #94a3b8 100%) border-box;
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5715;
  font-weight: 500;
  color: #cbd5e1;
  overflow: hidden;
  transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.lp-signup-link::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(30, 41, 59, 0.3);
  pointer-events: none;
}

.lp-signup-link:hover {
  color: #fff;
}

.lp-signup-link__content {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.lp-signup-link__arrow {
  display: inline-grid;
  place-items: center;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 999px;
  color: #c084fc;
  border: 1px solid rgba(192, 132, 252, 0.34);
  background: rgba(168, 85, 247, 0.12);
  transition:
    transform 0.2s ease,
    color 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease;
}

.lp-signup-link__arrow svg {
  width: 0.9rem;
  height: 0.9rem;
}

.lp-signup-link:hover .lp-signup-link__arrow {
  transform: translateX(3px);
  color: #fff;
  border-color: rgba(192, 132, 252, 0.7);
  background: rgba(168, 85, 247, 0.34);
}

.hp_auth_row {
  display: flex;
  justify-content: center;
}

.hp_google_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  max-width: 360px;
  border: 2px solid #ff2f7d;
  background: #f8fafc;
  color: #0f172a;
  border-radius: 12px;
  padding: 16px 18px;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0.01em;
  box-shadow: 0 20px 55px rgba(255, 47, 125, 0.25), 0 12px 26px rgba(2, 6, 23, 0.35);
  transition: transform 0.12s ease, box-shadow 0.12s ease, filter 0.12s ease;
}

.hp_google_btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 24px 64px rgba(255, 47, 125, 0.32), 0 14px 30px rgba(2, 6, 23, 0.38);
  filter: brightness(1.01);
}

.hp_google_btn svg {
  width: 20px;
  height: 20px;
  display: block;
}

.hp_btn_text {
  border: none;
  background: none;
  font-size: 11.5px;
  font-weight: 900;
  color: #9ca3af;
}

.hp_btn_text:hover {
  color: #e5e7eb;
}

.hp_slider {
  position: relative;
  overflow: hidden;
  margin-top: 4px;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
  -webkit-user-select: none;
}

.hp_slider.is-dragging {
  cursor: grabbing;
}

.hp_slider_track {
  display: flex;
  align-items: stretch;
  gap: 10px;
  width: max-content;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.hp_slide {
  align-self: stretch;
  width: 430px;
  min-width: 430px;
  border-radius: 16px;
  background: rgba(15, 23, 42, 0.96);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.8);
  overflow: hidden;
  padding: 6px;
}

.hp_thumb {
  position: relative;
  padding-top: 100%;
  background: #020617;
  border-radius: 12px;
  overflow: hidden;
}

.hp_thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  -webkit-user-drag: none;
}

.hp_slide:not(.hp_slide_compare) {
  display: flex;
}

.hp_slide:not(.hp_slide_compare) .hp_thumb {
  flex: 1 1 auto;
  height: 100%;
  min-height: 360px;
  padding-top: 0;
}

.hp_slide_compare {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(760px, calc(100vw - 38px));
  min-width: min(760px, calc(100vw - 38px));
  padding: 10px;
}

.hp_compare_grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  overflow: hidden;
  border-radius: 12px;
  width: 100%;
}

.hp_compare_media {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: #020617;
  aspect-ratio: 1 / 1;
}

.hp_compare_media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  -webkit-user-drag: none;
}

.hp_compare_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  -webkit-user-drag: none;
}

.hp_compare_badge {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
  border-radius: 999px;
  padding: 4px 9px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.hp_compare_badge_before {
  background: rgba(56, 189, 248, 0.92);
  color: #0c4a6e;
}

.hp_compare_badge_after {
  background: rgba(74, 222, 128, 0.92);
  color: #14532d;
}

.hp_compare_middle {
  position: absolute;
  z-index: 6;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(360px, calc(100% - 32px));
  max-width: 78%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  pointer-events: none;
}

.hp_compare_arrow {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.34);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  line-height: 1;
  font-weight: 800;
  color: #f8fafc;
  background: radial-gradient(circle at 30% 30%, rgba(239, 68, 68, 0.24), rgba(2, 6, 23, 0.92) 64%);
  box-shadow: 0 10px 24px rgba(2, 6, 23, 0.52);
  animation: hpCompareArrowMove 1.8s ease-in-out infinite;
}

.hp_compare_prompt {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(148, 163, 184, 0.46);
  border-radius: 10px;
  background: rgba(2, 6, 23, 0.88);
  color: #f8fafc;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  padding: 8px 9px;
  pointer-events: none;
  box-shadow: 0 10px 28px rgba(2, 6, 23, 0.6);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@keyframes hpCompareArrowMove {
  0%,
  100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(3px);
  }
}

.lp-metrics-wrap {
  display: none;
  flex-flow: column;
  gap: 30px;
  font-weight: 700;
  font-family: "Montserrat", "Inter", sans-serif;
  margin: 50px 0;
}

.card_nbprojets {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
  max-width: 600px;
  min-height: 400px;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: #171717;
  color: #fff;
  font-family: "Montserrat", "Inter", sans-serif;
  font-weight: 700;
  padding: 2rem 1.5rem 1.75rem;
  border-radius: 20px;
  overflow: hidden;
  z-index: 1;
  row-gap: 0;
  text-align: center;
  box-sizing: border-box;
}

.card_nbprojets img {
  display: block;
  width: 10.75em;
  max-width: 100%;
  margin: 0;
  animation: lpMetricsAstronautMove 10s ease-in-out infinite;
  z-index: 2;
}

.card_nbprojets__glow {
  position: absolute;
  top: -4.5rem;
  left: -4.75rem;
  width: 15.75rem;
  height: 15.75rem;
  border-radius: 50%;
  background: #f9f9fb;
  box-shadow:
    0 0 90px rgba(193, 119, 241, 0.78),
    0 0 90px rgba(135, 42, 211, 0.78),
    inset #9b40fc 0 0 34px -14px;
  z-index: 0;
  pointer-events: none;
}

.card_nbprojets::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: -3px;
  border-radius: 10px;
  background: radial-gradient(#858585, transparent, transparent);
  transform: translate(-5px, 250px);
  transition: 0.4s ease-in-out;
  z-index: -1;
}

.card_nbprojets:hover::before {
  width: 150%;
  height: 100%;
  margin-left: -4.25em;
}

.card_nbprojets::after {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: 20px;
  background: rgb(23 23 23 / 0.7);
  transition: all 0.4s ease-in-out;
  z-index: -1;
}

.card_nbprojets__heading {
  position: relative;
  margin-top: auto;
  z-index: 2;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -0.03em;
  transition: 0.4s ease-in-out;
}

.card_nbprojets:hover .card_nbprojets__heading {
  letter-spacing: 0.025em;
}

.card_nbprojets__heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  opacity: 1;
  box-shadow: 220px 118px #fff, 280px 176px #fff, 40px 50px #fff, 60px 180px #fff,
    120px 130px #fff, 180px 176px #fff, 220px 290px #fff, 520px 250px #fff,
    400px 220px #fff, 50px 350px #fff, 10px 230px #fff;
  z-index: -1;
  transition: 1s ease;
  animation: lpMetricsGlow 1s linear alternate infinite;
}

.card_nbprojets__copy {
  margin: 0.65rem 0 0;
  text-align: center;
  font-size: 0.95rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.78);
  max-width: 14rem;
  z-index: 2;
}

@keyframes lpMetricsAstronautMove {
  0% {
    transform: translateX(0) translateY(0);
  }

  25% {
    transform: translateY(-1em) translateX(-1em) rotate(-10deg);
  }

  50% {
    transform: translateY(1em) translateX(-1em);
  }

  75% {
    transform: translateY(-1.25em) translateX(1em) rotate(10deg);
  }

  100% {
    transform: translateX(0) translateY(0);
  }
}

@keyframes lpMetricsGlow {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.upx_section {
  margin-top: 24px;
  padding-bottom: 32px;
}

.upx_shell {
  position: relative;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    radial-gradient(1200px 340px at -8% 0%, rgba(56, 189, 248, 0.24), transparent 56%),
    radial-gradient(760px 280px at 105% 30%, rgba(52, 211, 153, 0.18), transparent 64%),
    #04070f;
  padding: 34px 30px;
  overflow: hidden;
  font-family: "Inter", sans-serif;
}

.upx_shell::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  top: -260px;
  right: -200px;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.42), rgba(37, 99, 235, 0));
  pointer-events: none;
}

.upx_header {
  max-width: 860px;
  margin: 0 auto 22px;
  text-align: center;
}

.upx_kicker {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 800;
  color: #8be9ff;
  margin-bottom: 10px;
}

.upx_header h2 {
  margin: 0;
  color: #f8fafc;
  font-size: 2rem;
  line-height: 1.12;
  font-weight: 800;
}

.upx_header p {
  margin: 10px 0 0;
  color: #cbd5e1;
  font-size: 1rem;
}

.upx_stage {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 108px minmax(0, 1fr);
  align-items: start;
  gap: 18px;
}

.upx_left,
.upx_right {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.upx_source_card,
.upx_preview_card {
  position: relative;
  width: min(500px, 100%);
  aspect-ratio: 1 / 1;
  border-radius: 20px;
  overflow: hidden;
  min-height: 0;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: #111827;
  box-shadow: 0 24px 60px rgba(2, 6, 23, 0.65);
  margin: 0 auto;
}

.upx_source_card img,
.upx_preview_card img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.03);
}

.upx_source_badge,
.upx_generated_badge {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.upx_source_badge {
  background: #38bdf8;
  color: #082f49;
}

.upx_generated_badge {
  background: #4ade80;
  color: #052e16;
}

.upx_prompt_overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  padding: 22px 16px 14px;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0), rgba(15, 23, 42, 0.9) 45%, rgba(15, 23, 42, 0.98));
}

.upx_prompt_overlay p {
  margin: 0;
  color: #f8fafc;
  font-size: 0.9rem;
  font-weight: 600;
}

.upx_arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 94px;
  height: 94px;
  margin-top: clamp(108px, 14vw, 168px);
  margin-left: auto;
  margin-right: auto;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.24);
  background: radial-gradient(circle, rgba(37, 99, 235, 0.22), rgba(2, 6, 23, 0) 70%);
  opacity: 1;
  transform-origin: center;
  animation: upxArrowMoveX 2.2s ease-in-out infinite;
}

.upx_arrow svg {
  width: 100%;
  max-width: 84px;
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.18));
}

@keyframes upxArrowMoveX {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(6px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes upxArrowMoveY {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(6px);
  }

  100% {
    transform: translateY(0);
  }
}

.t2i_section {
  padding-bottom: 34px;
}

.t2i_shell {
  position: relative;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(860px 260px at 4% 0%, rgba(99, 102, 241, 0.2), transparent 58%),
    radial-gradient(780px 260px at 100% 82%, rgba(16, 185, 129, 0.16), transparent 62%),
    #030711;
  padding: 28px 26px;
  overflow: hidden;
  font-family: "Inter", sans-serif;
}

.t2i_header {
  text-align: center;
  margin-bottom: 18px;
}

.t2i_kicker {
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #c4b5fd;
  margin-bottom: 10px;
}

.t2i_header h3 {
  margin: 0;
  color: #f8fafc;
  font-size: 1.9rem;
  line-height: 1.12;
  font-weight: 800;
}

.t2i_header p {
  margin: 10px 0 0;
  color: #cbd5e1;
  font-size: 1rem;
}

.t2i_stage {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 108px minmax(0, 1fr);
  align-items: start;
  gap: 18px;
}

.t2i_prompt_card,
.t2i_output_card {
  position: relative;
  min-height: 400px;
  border-radius: 18px;
  border: 1px solid rgba(148, 163, 184, 0.32);
  overflow: hidden;
  background: rgba(15, 23, 42, 0.62);
  box-shadow: 0 18px 44px rgba(2, 6, 23, 0.5);
}

.t2i_output_card {
  width: min(500px, 100%);
  aspect-ratio: 1 / 1;
  min-height: 0;
  margin: 0 auto;
}

.t2i_source_badge,
.t2i_output_badge {
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 3;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.t2i_source_badge {
  background: #a78bfa;
  color: #2e1065;
}

.t2i_output_badge {
  background: #34d399;
  color: #052e16;
}

.t2i_prompt_card {
  width: min(500px, 100%);
  aspect-ratio: 1 / 1;
  min-height: 0;
  margin: 0 auto;
  padding: 18px;
  display: flex;
  flex-direction: column;
  border-color: rgba(167, 139, 250, 0.42);
  background:
    radial-gradient(360px 180px at 0% 0%, rgba(139, 92, 246, 0.18), transparent 70%),
    linear-gradient(145deg, rgba(15, 23, 42, 0.92), rgba(7, 11, 25, 0.96));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 18px 44px rgba(2, 6, 23, 0.5);
}

.t2i_prompt_label {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 12px;
  color: #f8fafc;
  font-size: 1rem;
  font-weight: 800;
}

.t2i_prompt_label::before {
  content: "✦";
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 9px;
  color: #ddd6fe;
  background: linear-gradient(135deg, #7c3aed, #a78bfa);
  box-shadow: 0 7px 18px rgba(124, 58, 237, 0.35);
}

.t2i_prompt_card textarea {
  flex: 1;
  width: 100%;
  height: auto;
  min-height: 0;
  resize: none;
  border: 1px solid rgba(196, 181, 253, 0.3);
  border-radius: 15px;
  outline: none;
  background: rgba(2, 6, 23, 0.78);
  color: #f1f5f9;
  padding: 18px;
  font-size: 1rem;
  line-height: 1.65;
  cursor: default;
  box-shadow:
    inset 0 1px 12px rgba(2, 6, 23, 0.5),
    0 1px 0 rgba(255, 255, 255, 0.04);
}

.t2i_output_card img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

.t2i_arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 88px;
  margin-top: 138px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.24);
  background: radial-gradient(circle, rgba(139, 92, 246, 0.26), rgba(2, 6, 23, 0) 70%);
  animation: t2iArrowMoveX 2.2s ease-in-out infinite;
}

.t2i_arrow svg {
  width: 100%;
  max-width: 80px;
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.2));
}

@keyframes t2iArrowMoveX {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(6px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes t2iArrowMoveY {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(6px);
  }

  100% {
    transform: translateY(0);
  }
}

.lp-cta {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  width: min(1120px, calc(100% - 32px));
  min-height: 360px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(168, 85, 247, .28);
  background:
    radial-gradient(circle at 50% -20%, rgba(168, 85, 247, .28), transparent 46%),
    radial-gradient(circle at 92% 110%, rgba(99, 102, 241, .14), transparent 36%),
    linear-gradient(145deg, #080b14, #03050a 72%);
  border-radius: 28px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .42), inset 0 1px 0 rgba(255, 255, 255, .05);
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  padding: 52px 24px;
}

.lp-gallery {
  width: min(1120px, calc(100% - 32px));
  margin: 110px auto;
  color: #f8fafc;
  font-family: "Inter", sans-serif;
  text-align: center;
}

.lp-showcase,
.lp-platforms,
.lp-proof,
.lp-product-detail {
  width: min(1120px, calc(100% - 32px));
  margin: 100px auto;
  color: #f8fafc;
  font-family: "Inter", sans-serif;
}

.lp-showcase-heading,
.lp-platforms-copy,
.lp-proof-heading {
  max-width: 720px;
  margin: 0 auto 30px;
  text-align: center;
}

.lp-showcase-heading > span {
  display: inline-block;
  margin-bottom: 10px;
  color: #c084fc;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.lp-showcase h2,
.lp-platforms h2,
.lp-proof h2,
.lp-product-detail h2 {
  margin: 0;
  font-size: clamp(1.9rem, 4vw, 3.15rem);
  line-height: 1.08;
  letter-spacing: -.04em;
  font-weight: 850;
}

.lp-image-marquee,
.lp-logo-marquee {
  position: relative;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}

.lp-image-track,
.lp-logo-track {
  width: max-content;
  display: flex;
  will-change: transform;
  animation: lpMarquee 42s linear infinite;
}

.lp-image-marquee:hover .lp-image-track,
.lp-logo-marquee:hover .lp-logo-track {
  animation-play-state: paused;
}

.lp-image-group {
  display: flex;
  gap: 12px;
  padding-right: 12px;
}

.lp-image-group img {
  width: 220px;
  height: 290px;
  display: block;
  flex: 0 0 auto;
  object-fit: cover;
  border: 1px solid rgba(168, 85, 247, .22);
  border-radius: 18px;
  background: #020617;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .36);
  transition: transform .25s ease, border-color .25s ease;
}

.lp-image-group img:hover {
  transform: translateY(-5px);
  border-color: rgba(192, 132, 252, .58);
}

@keyframes lpMarquee {
  to { transform: translateX(-50%); }
}

.lp-platforms {
  overflow: hidden;
  padding: 42px 0;
  border-block: 1px solid rgba(148, 163, 184, .12);
  background: linear-gradient(90deg, transparent, rgba(30, 41, 59, .34), transparent);
}

.lp-platforms-copy {
  padding: 0 20px;
}

.lp-platforms-copy h2 {
  font-size: clamp(1.55rem, 3vw, 2.25rem);
}

.lp-platforms-copy p,
.lp-proof-heading p,
.lp-product-copy > p {
  margin: 13px 0 0;
  color: #94a3b8;
  font-size: 15px;
  line-height: 1.6;
}

.lp-logo-track {
  animation-duration: 30s;
}

.lp-logo-group {
  display: flex;
  align-items: center;
  gap: 58px;
  padding-right: 58px;
}

.lp-logo-group span {
  color: #cbd5e1;
  font-size: 23px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -.035em;
  white-space: nowrap;
  opacity: .82;
}

.lp-logo-group span:nth-child(3) { font-family: Georgia, serif; font-weight: 600; }
.lp-logo-group span:nth-child(4) { font-weight: 850; }
.lp-logo-group span:nth-child(5) { font-size: 28px; }

.lp-proof {
  padding: clamp(36px, 6vw, 64px);
  border: 1px solid rgba(168, 85, 247, .2);
  border-radius: 28px;
  background: radial-gradient(circle at 50% 110%, rgba(126, 34, 206, .22), transparent 48%), #070910;
  box-shadow: 0 28px 75px rgba(0, 0, 0, .35);
}

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

.lp-proof-grid article {
  display: flex;
  min-height: 230px;
  padding: 26px;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(148, 163, 184, .16);
  border-radius: 19px;
  background: linear-gradient(145deg, rgba(30, 41, 59, .68), rgba(15, 23, 42, .38));
}

.lp-proof-grid blockquote {
  margin: 0;
  color: #e2e8f0;
  font-size: 15px;
  line-height: 1.65;
}

.lp-proof-grid article > p {
  margin: 22px 0 0;
  color: #c084fc;
  font-size: 13px;
  font-weight: 800;
}

.lp-product-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(30px, 6vw, 76px);
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid rgba(148, 163, 184, .14);
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(30, 16, 55, .7), rgba(5, 8, 16, .94));
}

.lp-product-copy > span {
  display: inline-block;
  margin-bottom: 13px;
  color: #c084fc;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.lp-product-copy ul {
  margin: 24px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
  list-style: none;
}

.lp-product-copy li {
  position: relative;
  padding-left: 27px;
  color: #cbd5e1;
  font-size: 14px;
}

.lp-product-copy li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #c084fc;
  font-weight: 900;
}

.lp-product-copy a {
  min-height: 48px;
  margin-top: 28px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border-radius: 999px;
  background: linear-gradient(135deg, #a855f7, #6366f1);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(126, 34, 206, .3);
}

.lp-product-image {
  overflow: hidden;
  aspect-ratio: 1;
  border: 1px solid rgba(192, 132, 252, .28);
  border-radius: 22px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .42);
}

.lp-product-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

@media (max-width: 760px) {
  .lp-showcase,
  .lp-platforms,
  .lp-proof,
  .lp-product-detail { margin: 72px auto; }
  .lp-image-group img { width: 170px; height: 225px; border-radius: 14px; }
  .lp-proof { padding: 30px 16px; border-radius: 22px; }
  .lp-proof-grid { grid-template-columns: 1fr; }
  .lp-proof-grid article { min-height: 175px; }
  .lp-product-detail { grid-template-columns: 1fr; padding: 28px 18px; border-radius: 22px; }
  .lp-product-image { order: -1; }
}

@media (prefers-reduced-motion: reduce) {
  .lp-image-track,
  .lp-logo-track { animation-play-state: paused; }
}

.lp-gallery-heading {
  max-width: 760px;
  margin: 0 auto 34px;
}

.lp-gallery-heading > span {
  display: inline-flex;
  margin-bottom: 12px;
  color: #c084fc;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.lp-gallery-heading h2 {
  margin: 0;
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  line-height: 1.05;
  letter-spacing: -.045em;
  font-weight: 850;
  background: linear-gradient(100deg, #f8fafc, #e9d5ff 62%, #a5b4fc);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lp-gallery-heading p {
  max-width: 650px;
  margin: 16px auto 0;
  color: #94a3b8;
  font-size: 16px;
  line-height: 1.6;
}

.lp-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 220px;
  grid-auto-flow: dense;
  gap: 10px;
  padding: 10px;
  border: 1px solid rgba(168, 85, 247, .2);
  border-radius: 26px;
  background: linear-gradient(145deg, rgba(30, 41, 59, .45), rgba(8, 10, 17, .88));
  box-shadow: 0 28px 80px rgba(0, 0, 0, .4), 0 0 60px rgba(99, 102, 241, .08);
}

.lp-gallery-tile {
  position: relative;
  overflow: hidden;
  min-width: 0;
  margin: 0;
  border-radius: 16px;
  background: #020617;
}

.lp-gallery-feature {
  grid-column: span 2;
  grid-row: span 2;
}

.lp-gallery-wide {
  grid-column: span 2;
}

.lp-gallery-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: inherit;
  pointer-events: none;
  transition: border-color .25s ease;
}

.lp-gallery-tile img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .5s ease, filter .5s ease;
}

.lp-gallery-tile:hover img {
  transform: scale(1.045);
  filter: saturate(1.08);
}

.lp-gallery-tile:hover::after {
  border-color: rgba(192, 132, 252, .48);
}

.lp-gallery-cta {
  min-height: 54px;
  margin: 28px auto 0;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(216, 180, 254, .4);
  border-radius: 999px;
  background: linear-gradient(135deg, #a855f7, #6366f1);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 16px 38px rgba(126, 34, 206, .3);
  transition: transform .18s ease, filter .18s ease, box-shadow .18s ease;
}

.lp-gallery-cta:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
  box-shadow: 0 20px 44px rgba(126, 34, 206, .42);
}

.lp-gallery-cta span {
  transition: transform .18s ease;
}

.lp-gallery-cta:hover span {
  transform: translateX(3px);
}

@media (max-width: 760px) {
  .lp-gallery {
    margin: 76px auto;
  }

  .lp-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 170px;
    gap: 8px;
    padding: 8px;
    border-radius: 20px;
  }

  .lp-gallery-feature {
    grid-column: span 2;
    grid-row: span 2;
  }

  .lp-gallery-wide {
    grid-column: span 2;
  }

  .lp-gallery-tile {
    border-radius: 13px;
  }
}

.lp-recent-generation {
  position: relative;
  overflow: hidden;
  width: min(1120px, calc(100% - 32px));
  margin: 110px auto;
  padding: clamp(38px, 6vw, 72px) 24px;
  border: 1px solid rgba(168, 85, 247, .24);
  border-radius: 30px;
  background:
    radial-gradient(circle at 50% 72%, rgba(126, 34, 206, .32), transparent 42%),
    linear-gradient(180deg, #070811, #08020f 62%, #180029);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .38), inset 0 1px 0 rgba(255, 255, 255, .04);
  color: #f8fafc;
  font-family: "Inter", sans-serif;
}

.lp-recent-heading {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto 34px;
  text-align: center;
}

.lp-recent-kicker {
  display: inline-flex;
  margin-bottom: 12px;
  color: #c084fc;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.lp-recent-heading h2 {
  margin: 0;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.1;
  letter-spacing: -.04em;
  font-weight: 850;
}

.lp-recent-heading p {
  margin: 13px auto 0;
  color: #94a3b8;
  font-size: 15px;
  line-height: 1.55;
}

.lp-recent-card {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  margin: 0 auto;
  text-align: center;
}

.lp-recent-visual {
  position: relative;
  overflow: hidden;
  width: min(440px, 100%);
  aspect-ratio: 1;
  margin: 0 auto;
  border: 1px solid rgba(216, 180, 254, .3);
  border-radius: 22px;
  background: #020617;
  box-shadow: 0 28px 65px rgba(0, 0, 0, .5), 0 0 55px rgba(126, 34, 206, .18);
}

.lp-recent-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .5s ease;
}

.lp-recent-card:hover .lp-recent-visual img {
  transform: scale(1.025);
}

.lp-recent-visual span {
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 7px 11px;
  border: 1px solid rgba(216, 180, 254, .3);
  border-radius: 999px;
  background: rgba(15, 23, 42, .78);
  backdrop-filter: blur(10px);
  color: #e9d5ff;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.lp-recent-card figcaption {
  margin-top: 24px;
}

.lp-recent-card blockquote {
  margin: 0;
  color: #e2e8f0;
  font-size: clamp(15px, 2vw, 18px);
  line-height: 1.55;
  font-style: italic;
  font-weight: 560;
}

.lp-recent-card figcaption p {
  margin: 12px 0 0;
  color: #c084fc;
  font-size: 13px;
  font-weight: 750;
}

@media (max-width: 640px) {
  .lp-recent-generation {
    margin: 72px auto;
    padding: 38px 16px;
    border-radius: 24px;
  }

  .lp-recent-heading {
    margin-bottom: 26px;
  }

  .lp-recent-visual {
    border-radius: 18px;
  }
}

.lp-cta::before {
  content: "";
  position: absolute;
  top: -110px;
  left: 50%;
  width: 300px;
  height: 210px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: rgba(192, 132, 252, .2);
  filter: blur(65px);
  pointer-events: none;
}

.lp-cta-logo-wrap {
  position: relative;
  z-index: 1;
  width: 68px !important;
  height: 68px !important;
  margin: 0 !important;
  display: grid !important;
  place-items: center;
  border: 1px solid rgba(192, 132, 252, .38);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(168, 85, 247, .22), rgba(99, 102, 241, .1));
  box-shadow: 0 16px 36px rgba(76, 29, 149, .26), inset 0 1px 0 rgba(255, 255, 255, .08);
}

.lp-cta-logo-wrap img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.lp-cta-title {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 26px 0 0 !important;
  text-align: center;
  color: #f8fafc;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.06;
  letter-spacing: -.045em;
  font-weight: 850;
}

.lp-cta-title span {
  background: linear-gradient(100deg, #f8fafc 12%, #e9d5ff 58%, #a5b4fc 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lp-cta-copy {
  position: relative;
  z-index: 1;
  max-width: 620px;
  margin: 14px 0 0;
  color: #94a3b8;
  text-align: center;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 500;
}

.lp-cta-button {
  position: relative;
  z-index: 1;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 54px;
  margin: 26px 0 0 !important;
  padding: 0 24px !important;
  border: 1px solid rgba(216, 180, 254, .42);
  border-radius: 999px;
  background: linear-gradient(135deg, #a855f7, #6366f1);
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 16px 38px rgba(126, 34, 206, .34), inset 0 1px 0 rgba(255, 255, 255, .2);
  transition: transform .18s ease, filter .18s ease, box-shadow .18s ease;
}

.lp-cta-button:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
  box-shadow: 0 20px 46px rgba(126, 34, 206, .44), inset 0 1px 0 rgba(255, 255, 255, .24);
}

.lp-footer {
  width: 100%;
  margin-top: 72px;
  border-top: 1px solid rgba(148, 163, 184, .12);
  background: #020307;
}

.lp-footer-inner {
  width: min(1120px, calc(100% - 40px));
  min-height: 180px;
  margin: 0 auto;
  padding: 38px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.lp-footer-brand,
.lp-footer-legal {
  display: flex;
  align-items: center;
  gap: 16px;
}

.lp-footer-brand img {
  display: block;
  width: 42px;
  height: 42px;
}

.lp-footer-brand div {
  color: #94a3b8;
  font-size: 14px;
}

.lp-footer-brand div span {
  color: #64748b;
}

.lp-footer-legal h3 {
  margin: 0;
  color: #94a3b8;
  font-size: 14px;
  font-weight: 400;
}

.lp-footer-legal div {
  display: flex;
  gap: 18px;
}

.lp-footer-legal a {
  color: #94a3b8;
  font-size: 14px;
  text-decoration: none;
  transition: color .15s ease;
}

.lp-footer-legal a:hover {
  color: #d8b4fe;
}

@media (max-width: 640px) {
  .lp-footer {
    margin-top: 48px;
  }

  .lp-footer-inner,
  .lp-footer-brand,
  .lp-footer-legal {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .lp-footer-inner {
    min-height: 250px;
    gap: 28px;
  }

  .lp-footer-brand,
  .lp-footer-legal {
    gap: 12px;
  }
}

@media (max-width: 1024px) {
  .upx_stage,
  .t2i_stage {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .upx_arrow {
    width: 72px;
    height: 72px;
    margin: 2px auto 6px;
    animation: upxArrowMoveY 2.2s ease-in-out infinite;
  }

  .upx_arrow svg {
    max-width: 62px;
    transform: rotate(90deg);
  }

  .t2i_arrow {
    width: 68px;
    height: 68px;
    margin: 2px auto 6px;
    animation: t2iArrowMoveY 2.2s ease-in-out infinite;
  }

  .t2i_arrow svg {
    max-width: 58px;
    transform: rotate(90deg);
  }

  .t2i_prompt_card textarea,
  .t2i_output_card img,
  .upx_source_card,
  .upx_source_card img,
  .upx_preview_card,
  .upx_preview_card img {
    min-height: 0;
  }
}

@media (max-width: 680px) {
  .hp_google_btn {
    max-width: 320px;
    padding: 14px 16px;
  }

  .hp_slide {
    width: 340px;
    min-width: 340px;
  }

  .hp_slide:not(.hp_slide_compare) .hp_thumb {
    min-height: 320px;
  }

  .hp_slide_compare {
    width: min(640px, calc(100vw - 24px));
    min-width: min(640px, calc(100vw - 24px));
    padding: 8px;
  }

  .hp_compare_grid {
    gap: 8px;
  }

  .hp_compare_middle {
    width: min(300px, calc(100% - 20px));
    max-width: 82%;
    gap: 8px;
  }

  .hp_compare_arrow {
    width: 36px;
    height: 36px;
    font-size: 20px;
  }

  .hp_compare_prompt {
    font-size: 10px;
    padding: 6px 7px;
  }
}

@media (max-width: 640px) {
  .card_nbprojets {
    min-height: 21rem;
    padding: 1.5rem 1rem 1.25rem;
    font-size: 14px;
  }

  .card_nbprojets img {
    width: 9rem;
  }

  .card_nbprojets__glow {
    top: -4rem;
    left: -4.5rem;
    width: 12.5rem;
    height: 12.5rem;
  }

  .card_nbprojets__heading {
    font-size: 2rem;
  }

  .card_nbprojets__copy {
    max-width: 12.5rem;
    font-size: 0.92rem;
  }

  .upx_shell,
  .t2i_shell {
    border-radius: 20px;
    padding: 22px 14px;
  }

  .upx_header h2 {
    font-size: 1.52rem;
  }

  .upx_header p,
  .t2i_header p {
    font-size: 0.92rem;
  }

  .t2i_header h3 {
    font-size: 1.46rem;
  }
}
