:root {
  --v2-navy: #082d4e;
  --v2-blue: #0c5f97;
  --v2-cyan: #16a6c8;
  --v2-gold: #16a6c8;
  --v2-ink: #15283d;
  --v2-muted: #627287;
  --v2-line: #dce6ef;
  --v2-soft: #f4f8fb;
}

body.landing-v2 {
  overflow-x: hidden;
  padding-top: 82px;
  background: #fff;
  color: var(--v2-ink);
}

.landing-v2 .site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(22px, 3vw, 58px);
  width: 100%;
  min-height: 82px;
  margin: 0;
  padding: 10px clamp(24px, 4.8vw, 92px);
  border: 0;
  border-bottom: 1px solid #e5ebf1;
  border-radius: 0;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 8px 24px rgba(8, 45, 78, .06);
  backdrop-filter: blur(14px);
}

.landing-v2 .site-header .brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 190px;
  color: var(--v2-navy);
}

.landing-v2 .site-header .brand img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.landing-v2 .site-header .brand span {
  display: grid;
  gap: 1px;
}

.landing-v2 .site-header .brand strong {
  color: var(--v2-navy);
  font-size: 22px;
  line-height: 1;
}

.landing-v2 .site-header .brand strong::before,
.landing-v2 .site-header .brand strong::after {
  display: none;
  content: none;
}

.landing-v2 .site-header .brand small {
  color: var(--v2-blue);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.landing-v2 .site-header nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2.25vw, 38px);
}

.landing-v2 .site-header nav a {
  color: #34475a;
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
  white-space: nowrap;
}

.landing-v2 .site-header nav a:hover,
.landing-v2 .site-header nav a:focus-visible {
  color: var(--v2-blue);
}

.landing-v2 .header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: nowrap;
}

.landing-v2 .public-language-control {
  min-width: auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--v2-ink);
}

.landing-v2 .public-language-control > span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.landing-v2 .public-language-control select {
  min-height: 42px;
  padding: 0 34px 0 15px;
  border: 1px solid #cad7e3;
  border-radius: 10px;
  background: #fff;
  color: var(--v2-ink);
  font: inherit;
  font-size: 13px;
  font-weight: 750;
}

.landing-v2 .header-login {
  min-height: 42px;
  padding: 0 15px;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: var(--v2-navy);
  font-size: 13px;
  font-weight: 800;
}

.landing-v2 .header-login::after {
  display: none;
}

.landing-v2 .site-header .header-demo {
  min-height: 42px;
  padding: 0 18px;
  border-radius: 10px;
  white-space: nowrap;
}

#accueil.landing-v2-home {
  position: relative;
  display: block;
  width: 100%;
  min-height: 0;
  padding: clamp(52px, 6vw, 92px) clamp(22px, 4vw, 76px) clamp(58px, 7vw, 108px);
  overflow: hidden;
  background: #fff;
  color: var(--v2-ink);
}

#accueil.landing-v2-home::before,
#accueil.landing-v2-home::after {
  display: none;
}

.v2-hero,
.v2-journey,
.v2-benefits,
.v2-audiences,
.v2-final-cta {
  width: min(1480px, 100%);
  margin-inline: auto;
}

.v2-hero {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(560px, 1.08fr);
  align-items: center;
  gap: clamp(36px, 4vw, 72px);
}

.v2-hero .hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 680px;
  padding: 0;
}

.v2-kicker {
  margin: 0 0 18px;
  color: var(--v2-blue);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.v2-hero h1 {
  margin: 0;
  padding: 0;
  background: none;
  box-shadow: none;
  color: var(--v2-navy);
  font-size: clamp(38px, 3vw, 58px);
  font-weight: 820;
  line-height: 1.02;
  letter-spacing: -.045em;
  text-decoration: none;
  -webkit-text-fill-color: currentColor;
}

.v2-hero-text {
  max-width: 650px;
  margin: 25px 0 0;
  color: #52657a;
  font-size: clamp(17px, 1.3vw, 21px);
  line-height: 1.58;
}

.v2-hero-actions,
.v2-final-cta > div:last-child {
  display: flex;
  gap: 13px;
  margin-top: 22px;
  flex-wrap: wrap;
}

.landing-v2 .v2-hero .btn,
.landing-v2 .v2-final-cta .btn {
  min-height: 54px;
  padding: 0 24px;
  border-radius: 11px;
  font-size: 15px;
  font-weight: 850;
}

.landing-v2 .v2-hero .btn.primary,
.landing-v2 .v2-final-cta .btn.primary,
.landing-v2 .site-header .header-demo {
  border: 1px solid var(--v2-navy);
  background: var(--v2-navy);
  box-shadow: 0 12px 28px rgba(8, 45, 78, .20);
  color: #fff;
}

.landing-v2 .v2-hero .btn.secondary {
  border: 1px solid #bdcbd7;
  background: #fff;
  color: var(--v2-navy);
  box-shadow: none;
}

.v2-quick-benefits {
  display: flex;
  gap: 22px;
  margin-top: 19px;
  flex-wrap: wrap;
}

.v2-quick-benefits span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #53667b;
  font-size: 13px;
  font-weight: 700;
}

.v2-quick-benefits span::before {
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border: 1px solid #83c6d8;
  border-radius: 50%;
  color: var(--v2-blue);
  content: "✓";
  font-size: 11px;
  font-weight: 900;
}

.v2-product-visual {
  position: relative;
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  min-height: 480px;
  padding: 0;
  overflow: hidden;
  border: 1px solid #c8d6e2;
  border-radius: 20px 20px 13px 13px;
  background: #fff;
  box-shadow: 0 28px 64px rgba(8, 45, 78, .16);
}

.v2-product-visual::before {
  position: absolute;
  right: 7%;
  bottom: -18px;
  left: 7%;
  height: 18px;
  border-radius: 0 0 22px 22px;
  background: linear-gradient(180deg, #dbe5ec, #aabac6);
  box-shadow: 0 11px 20px rgba(8, 45, 78, .16);
  content: "";
}

.v2-product-sidebar {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 22px;
  padding: 23px 14px;
  background: linear-gradient(180deg, #083e7c, #062d61);
  color: #fff;
}

.v2-product-sidebar img {
  width: 42px;
  height: 42px;
  margin-bottom: 10px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.v2-product-sidebar span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 9px;
  color: #e6f5ff;
  font-size: 18px;
}

.v2-product-sidebar span:first-of-type {
  background: #0b64bd;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .18);
}

.v2-product-dashboard {
  min-width: 0;
  padding: 0 24px 24px;
}

.v2-product-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  min-height: 78px;
  margin-bottom: 22px;
  padding: 0 4px;
  border-bottom: 1px solid #d7e2eb;
}

.v2-product-toolbar > b {
  color: var(--v2-navy);
  font-size: 20px;
}

.v2-product-brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--v2-navy);
}

.v2-product-brand img {
  width: 31px;
  height: 31px;
  object-fit: contain;
}

.v2-product-brand b {
  font-size: 16px;
}

.landing-v2 #accueil .hero-copy .landing-voice-button {
  position: static !important;
  inset: auto !important;
  width: auto !important;
  min-width: 0 !important;
  min-height: 42px;
  margin: 21px 0 0 !important;
  padding: 0 15px 0 40px !important;
  border: 1px solid #b9d4df;
  border-radius: 9px;
  background: #f9fcfe;
  box-shadow: none;
  color: var(--v2-blue);
  font-size: 13px;
  font-weight: 800;
  opacity: 1 !important;
  transform: none !important;
}

.landing-v2 #accueil .hero-copy .landing-voice-button::before {
  left: 12px !important;
}

.v2-product-user {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid #b8c9d8;
  border-radius: 50%;
  color: var(--v2-blue);
  font-size: 12px;
  font-weight: 800;
}

.v2-product-panels {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.v2-product-panels article {
  min-height: 300px;
  padding: 22px 19px;
  border: 1px solid #d5e0e8;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(8, 45, 78, .06);
}

.v2-panel-icon,
.v2-benefits article > span,
.v2-journey-steps article > span,
.v2-audiences article > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 12px;
  background: #e8f5f8;
  color: var(--v2-blue);
  font-size: 20px;
  font-weight: 850;
}

.v2-product-panels h2 {
  min-height: 54px;
  margin: 18px 0 0;
  color: var(--v2-navy);
  font-size: 16px;
  line-height: 1.25;
  hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
}

.v2-product-panels strong {
  display: block;
  margin-top: 46px;
  color: var(--v2-blue);
  font-size: 42px;
  line-height: 1;
}

.v2-product-panels small {
  display: block;
  margin-top: 7px;
  color: #758397;
  font-size: 12px;
}

.v2-product-progress {
  height: 7px;
  margin: 19px 5px 0;
  overflow: hidden;
  border-radius: 999px;
  background: #dce6ed;
}

.v2-product-progress span {
  display: block;
  width: 72%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--v2-blue), #28b6c7);
}

.v2-journey {
  margin-top: clamp(78px, 8vw, 132px);
  text-align: center;
}

.v2-journey > h2,
.v2-audiences > h2 {
  margin: 0;
  color: var(--v2-navy);
  font-size: clamp(28px, 2.5vw, 42px);
  letter-spacing: -.025em;
}

.v2-journey-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  max-width: 1040px;
  margin: 36px auto 0;
}

.v2-journey-steps::before {
  position: absolute;
  top: 21px;
  right: 11%;
  left: 11%;
  height: 2px;
  background: linear-gradient(90deg, #9fd9e3, var(--v2-blue), #9fd9e3);
  content: "";
}

.v2-journey-steps article {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 12px;
}

.v2-journey-steps article > span {
  border: 4px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #bbd9e2;
}

.v2-journey-steps b {
  color: var(--v2-navy);
  font-size: 15px;
}

.v2-journey > p {
  margin: 23px auto 0;
  color: var(--v2-muted);
  font-size: 15px;
}

.v2-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: clamp(54px, 6vw, 88px);
}

.v2-benefits article {
  min-height: 220px;
  padding: 28px 25px;
  border: 1px solid var(--v2-line);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 13px 32px rgba(8, 45, 78, .07);
}

.v2-benefits article:nth-child(2n) > span {
  background: #eaf8f8;
  color: #0876c9;
}

.v2-benefits h2 {
  margin: 20px 0 10px;
  color: var(--v2-navy);
  font-size: 19px;
}

.v2-benefits p {
  margin: 0;
  color: var(--v2-muted);
  font-size: 14px;
  line-height: 1.55;
}

.v2-audiences {
  margin-top: clamp(68px, 7vw, 108px);
  text-align: center;
}

.v2-audiences > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 33px;
}

.v2-audiences article {
  min-height: 190px;
  padding: 25px 20px;
  border: 1px solid var(--v2-line);
  border-radius: 15px;
  background: var(--v2-soft);
}

.v2-audiences article > span {
  margin: 0 auto;
  border-radius: 50%;
  background: var(--v2-navy);
  color: #fff;
  font-size: 13px;
}

.v2-audiences h3 {
  margin: 16px 0 8px;
  color: var(--v2-navy);
  font-size: 18px;
}

.v2-audiences p {
  margin: 0 auto;
  color: var(--v2-muted);
  font-size: 14px;
  line-height: 1.5;
}

.v2-final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: clamp(66px, 7vw, 110px);
  padding: clamp(34px, 4vw, 58px);
  border-radius: 18px;
  background: linear-gradient(120deg, var(--v2-navy), #0c537e);
  box-shadow: 0 24px 54px rgba(8, 45, 78, .20);
  color: #fff;
}

.v2-final-cta h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 2.5vw, 42px);
}

.v2-final-cta p {
  max-width: 680px;
  margin: 11px 0 0;
  color: #d5e7f1;
  font-size: 16px;
  line-height: 1.5;
}

.v2-final-cta > div:last-child {
  flex: 0 0 auto;
  margin: 0;
}

.landing-v2 .v2-final-cta .btn.primary {
  border-color: var(--v2-gold);
  background: var(--v2-gold);
  box-shadow: none;
  color: var(--v2-navy);
}

.landing-v2 .v2-final-cta .btn.secondary {
  border: 1px solid rgba(255, 255, 255, .58);
  background: transparent;
  box-shadow: none;
  color: #fff;
}

@media (max-width: 1240px) {
  .landing-v2 .site-header {
    grid-template-columns: auto 1fr auto;
    gap: 18px;
    padding-inline: 25px;
  }

  .landing-v2 .site-header .brand {
    min-width: 165px;
  }

  .landing-v2 .site-header nav {
    gap: 16px;
  }

  .landing-v2 .site-header nav a {
    font-size: 12px;
  }

  .landing-v2 .site-header .header-demo {
    display: none;
  }

  .v2-hero {
    grid-template-columns: minmax(0, .9fr) minmax(500px, 1.1fr);
    gap: 42px;
  }

  .v2-hero h1 {
    font-size: clamp(40px, 4.5vw, 58px);
  }
}

@media (max-width: 980px) {
  .landing-v2 .site-header {
    grid-template-columns: auto 1fr;
  }

  .landing-v2 .site-header nav {
    display: none;
  }

  .v2-hero {
    grid-template-columns: 1fr;
  }

  .v2-hero .hero-copy {
    max-width: 780px;
  }

  .v2-product-visual {
    max-width: 760px;
  }

  .v2-benefits,
  .v2-audiences > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .v2-final-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 680px) {
  body.landing-v2 {
    padding-top: 70px;
  }

  .landing-v2 .site-header {
    grid-template-columns: 1fr auto;
    min-height: 70px;
    padding: 8px 15px;
  }

  .landing-v2 .site-header .brand {
    min-width: 0;
  }

  .landing-v2 .site-header .brand img {
    width: 48px;
    height: 48px;
  }

  .landing-v2 .site-header .brand strong {
    font-size: 18px;
  }

  .landing-v2 .site-header .brand small,
  .landing-v2 .header-login {
    display: none;
  }

  .landing-v2 .header-actions {
    display: block;
  }

  .landing-v2 .public-language-control select {
    min-height: 40px;
    max-width: 104px;
    padding-left: 10px;
  }

  #accueil.landing-v2-home {
    padding: 43px 17px 65px;
  }

  .v2-hero {
    gap: 45px;
  }

  .v2-hero h1 {
    font-size: clamp(36px, 11vw, 50px);
  }

  .v2-hero-text {
    margin-top: 21px;
    font-size: 16px;
  }

  .v2-hero-actions,
  .v2-final-cta > div:last-child {
    width: 100%;
  }

  .landing-v2 .v2-hero .btn,
  .landing-v2 .v2-final-cta .btn {
    width: 100%;
  }

  .v2-product-visual {
    padding: 13px 13px 19px;
    border-radius: 16px 16px 10px 10px;
  }

  .v2-product-visual {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .v2-product-sidebar {
    display: none;
  }

  .v2-product-dashboard {
    padding: 0 13px 18px;
  }

  .v2-product-panels {
    grid-template-columns: 1fr;
  }

  .v2-product-panels article {
    min-height: 0;
  }

  .v2-product-panels h2,
  .v2-product-panels p {
    min-height: 0;
  }

  .v2-journey-steps {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 28px;
  }

  .v2-journey-steps::before {
    display: none;
  }

  .v2-benefits,
  .v2-audiences > div {
    grid-template-columns: 1fr;
  }

  .v2-benefits article,
  .v2-audiences article {
    min-height: 0;
  }

  .v2-final-cta {
    padding: 30px 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .landing-v2 *,
  .landing-v2 *::before,
  .landing-v2 *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Finition premium V2 : rythme vertical, typographie et composants. */
body.landing-v2 {
  padding-top: 72px;
}

.landing-v2 .site-header {
  min-height: 72px;
  padding-block: 6px;
  border-bottom-color: #dbe5ed;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 10px 30px rgba(8, 45, 78, .07);
}

.landing-v2 .site-header .brand img {
  width: 50px;
  height: 50px;
}

.landing-v2 .site-header nav a {
  position: relative;
  padding-block: 9px;
  transition: color .18s ease;
}

.landing-v2 .site-header nav a::after {
  position: absolute;
  right: 50%;
  bottom: 3px;
  left: 50%;
  height: 2px;
  border-radius: 99px;
  background: var(--v2-cyan);
  content: "";
  transition: right .18s ease, left .18s ease;
}

.landing-v2 .site-header nav a:hover::after,
.landing-v2 .site-header nav a:focus-visible::after {
  right: 0;
  left: 0;
}

#accueil.landing-v2-home {
  padding-top: 12px;
  padding-bottom: clamp(52px, 6vw, 88px);
}

.landing-v2 #hero-title,
.landing-v2 #hero-title * {
  background: transparent !important;
  box-shadow: none !important;
  color: var(--v2-navy) !important;
  filter: none !important;
  text-decoration: none !important;
  text-shadow: none !important;
  -webkit-text-fill-color: currentColor !important;
  -webkit-text-stroke: 0 !important;
}

.v2-product-visual {
  min-height: 456px;
  border-color: #bfcfdb;
  border-radius: 22px 22px 14px 14px;
  box-shadow: 0 30px 70px rgba(8, 45, 78, .14), 0 2px 8px rgba(8, 45, 78, .05);
}

.v2-product-panels article {
  border-color: #cad9e4;
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(8, 45, 78, .07), inset 0 1px 0 #fff;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.v2-product-panels article:hover {
  border-color: #9fc7d7;
  box-shadow: 0 18px 36px rgba(8, 45, 78, .10), inset 0 1px 0 #fff;
  transform: translateY(-3px);
}

.v2-panel-icon {
  border: 1px solid #c7e4eb;
  background: linear-gradient(145deg, #f8fcfd, #e5f5f8);
  box-shadow: 0 8px 18px rgba(8, 95, 151, .08);
}

.landing-v2 .v2-hero .btn,
.landing-v2 .site-header .header-demo,
.landing-v2 #accueil .hero-copy .landing-voice-button {
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.landing-v2 .v2-hero .btn:hover,
.landing-v2 .site-header .header-demo:hover,
.landing-v2 #accueil .hero-copy .landing-voice-button:hover {
  transform: translateY(-2px);
}

@media (max-width: 680px) {
  body.landing-v2 {
    padding-top: 66px;
  }

  .landing-v2 .site-header {
    min-height: 66px;
    padding-block: 6px;
  }

  .landing-v2 .site-header .brand img {
    width: 46px;
    height: 46px;
  }

  #accueil.landing-v2-home {
    padding: 18px 17px 56px;
  }
}

/* Hero produit réel — la première section remplit entièrement le premier écran. */
#accueil.landing-v2-home {
  display: flex;
  min-height: 100svh;
  padding-top: clamp(48px, 6vh, 82px);
  padding-bottom: clamp(58px, 7vh, 96px);
}

#accueil.landing-v2-home > .v2-hero {
  align-self: center;
}

.v2-product-capture {
  position: relative;
  margin: 0;
  overflow: visible;
  background: transparent;
}

.v2-product-tablet {
  position: relative;
  padding: clamp(16px, 1.55vw, 23px) clamp(23px, 2.2vw, 34px);
  overflow: hidden;
  border: 5px solid transparent;
  border-radius: clamp(24px, 2.4vw, 36px);
  background:
    linear-gradient(145deg, #263746 0%, #0c1721 44%, #253746 100%) padding-box,
    linear-gradient(125deg, #eef5f8 0%, #7f929f 16%, #243744 38%, #d8e4e9 62%, #5d7280 82%, #f4f8fa 100%) border-box;
  box-shadow:
    0 34px 70px rgba(8, 35, 59, .24),
    0 10px 24px rgba(8, 45, 78, .14),
    0 0 0 1px rgba(24, 52, 69, .55),
    inset 0 0 0 1px rgba(255, 255, 255, .28),
    inset 0 2px 3px rgba(255, 255, 255, .18),
    inset 0 -8px 20px rgba(0, 0, 0, .22);
}

.v2-product-camera {
  position: absolute;
  z-index: 2;
  top: 7px;
  left: 50%;
  width: 7px;
  height: 7px;
  border: 1px solid rgba(110, 183, 221, .38);
  border-radius: 50%;
  background: radial-gradient(circle at 38% 35%, #3d7397 0 18%, #07111a 38% 100%);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, .26);
  transform: translateX(-50%);
}

.v2-product-screen {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(197, 228, 244, .42);
  border-radius: clamp(13px, 1.25vw, 19px);
  background: #071b30;
  box-shadow: inset 0 0 0 2px #030a10, 0 0 0 1px rgba(255, 255, 255, .08);
}

.v2-product-screen::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(118deg, rgba(255,255,255,.13), transparent 24% 73%, rgba(255,255,255,.045));
}

.v2-product-screen > img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1381 / 807;
  object-fit: cover;
}

.v2-product-home-indicator {
  position: absolute;
  bottom: 6px;
  left: 50%;
  width: 58px;
  height: 4px;
  border-radius: 999px;
  background: rgba(229, 239, 245, .72);
  transform: translateX(-50%);
}

.v2-product-capture > figcaption {
  padding: 15px 15px 0;
  color: #60758a;
  font-size: 11px;
  line-height: 1.4;
  text-align: center;
}

@media (min-width: 981px) {
  .v2-hero {
    grid-template-columns: minmax(440px, .88fr) minmax(600px, 1.12fr);
  }

  .v2-quick-benefits {
    flex-wrap: nowrap;
  }
}

@media (max-width: 980px) {
  #accueil.landing-v2-home {
    min-height: 100svh;
  }

  .v2-product-capture {
    width: min(760px, 100%);
  }
}

@media (max-width: 680px) {
  #accueil.landing-v2-home {
    min-height: 100svh;
    padding-top: 30px;
  }

  .v2-product-capture {
    width: 100%;
  }

  .v2-product-tablet {
    padding: 13px 17px;
    border-width: 2px;
    border-radius: 21px;
  }

  .v2-product-camera {
    top: 4px;
    width: 5px;
    height: 5px;
  }

  .v2-product-home-indicator {
    bottom: 4px;
    width: 42px;
    height: 3px;
  }
}
