.prelaunch-page {
  --prelaunch-immo: #9fbc2c;
  --prelaunch-immo-soft: #edf5cf;
  --prelaunch-forest: #173628;
  --prelaunch-forest-deep: #092217;
  --prelaunch-forest-2: #305343;
  --prelaunch-forest-3: #244638;
  --prelaunch-paper: #fffdf7;
  --prelaunch-line: rgba(159, 188, 44, .28);
  min-height: 100vh;
  background: var(--prelaunch-forest-deep);
  color: #fff;
}

.prelaunch-page .shell {
  width: min(1180px, calc(100% - 40px));
}

.prelaunch-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: 760px;
  padding: clamp(28px, 4vw, 44px) 0 176px;
  background:
    linear-gradient(90deg, rgba(5, 25, 17, .95) 0%, rgba(7, 31, 21, .88) 43%, rgba(7, 31, 21, .46) 68%, rgba(7, 31, 21, .12) 100%),
    linear-gradient(180deg, rgba(5, 25, 17, .08) 0%, rgba(5, 25, 17, .20) 58%, rgba(5, 25, 17, .94) 100%),
    url("../img/prelaunch-hero-house.webp") center / cover no-repeat;
}

.prelaunch-hero::before {
  content: "";
  position: absolute;
  inset: auto -120px -140px auto;
  width: min(520px, 54vw);
  aspect-ratio: 1;
  z-index: -1;
  opacity: .34;
  border: 2px solid var(--prelaunch-immo);
  border-radius: 34% 66% 42% 58%;
  transform: rotate(12deg);
}

.prelaunch-hero::after {
  content: none;
}

.prelaunch-hero-inner {
  position: relative;
  z-index: 1;
}

.prelaunch-hero-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(34px, 5vw, 56px);
}

.prelaunch-logo {
  width: min(360px, 74vw);
  height: auto;
  margin: 0;
  filter: drop-shadow(0 18px 36px rgba(0,0,0,.30));
}

.prelaunch-status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 18px;
  border: 1px solid rgba(159,188,44,.82);
  border-radius: 999px;
  color: var(--prelaunch-immo);
  background: rgba(9,34,23,.58);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .02em;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 12px 28px rgba(0,0,0,.16);
  transition: background .18s ease, border-color .18s ease, transform .18s ease;
}

.prelaunch-status-pill:hover {
  border-color: var(--prelaunch-immo);
  background: rgba(9,34,23,.82);
  transform: translateY(-1px);
}

.prelaunch-status-pill:focus-visible {
  outline: 3px solid rgba(255,255,255,.92);
  outline-offset: 3px;
}

.prelaunch-hero-copy {
  max-width: 720px;
}

.prelaunch-concept-signature {
  width: fit-content;
  margin: 0 0 12px;
  color: var(--prelaunch-immo);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: .10em;
  text-transform: uppercase;
}

.prelaunch-hero h1,
.prelaunch-current-zones-heading,
.prelaunch-form-copy h3,
.prelaunch-profiles h2,
.details-head h3,
.prelaunch-argument-strip h3,
.profile-card h3 {
  margin: 0;
  font-family: 'Manrope', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-weight: 800;
  letter-spacing: -.04em;
}

.prelaunch-hero h1 {
  max-width: 730px;
  color: #fff;
  font-size: clamp(29px, 4.05vw, 54px);
  line-height: 1.02;
  text-shadow: 0 16px 42px rgba(0,0,0,.28);
}

.prelaunch-hero h1 span {
  color: var(--prelaunch-immo);
}

.prelaunch-lead {
  max-width: 700px;
  margin: 24px 0 0;
  color: rgba(255,255,255,.92);
  font-size: clamp(14px, 1.18vw, 16px);
  line-height: 1.64;
  font-weight: 650;
}

.prelaunch-lead strong {
  color: var(--prelaunch-immo);
  font: inherit;
  font-weight: 900;
}

.prelaunch-lead::before {
  content: "";
  display: block;
  width: 110px;
  height: 3px;
  margin: 0 0 26px;
  border-radius: 999px;
  background: var(--prelaunch-immo);
}

.prelaunch-active-zone {
  margin: 10px 0 0;
  color: rgba(255,255,255,.88);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.4;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.prelaunch-active-zone-prominent {
  width: fit-content;
  max-width: 100%;
  margin-top: 16px;
  padding: 10px 12px;
  border: 1px solid rgba(159,188,44,.38);
  border-radius: 14px;
  background: rgba(7,30,49,.48);
  box-shadow: 0 12px 28px rgba(0,0,0,.14);
}

.prelaunch-active-zone-chips {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

.prelaunch-active-zone-chip {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 4px 10px;
  border: 1px solid rgba(159, 188, 44, .45);
  border-radius: 999px;
  background: rgba(237, 245, 207, .92);
  color: var(--prelaunch-forest);
  font-size: 12px;
  font-weight: 900;
}

.prelaunch-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  max-width: 980px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.prelaunch-points li {
  display: grid;
  grid-template-columns: 54px minmax(0,1fr);
  align-items: center;
  gap: 13px;
  min-width: 0;
  color: rgba(255,255,255,.96);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.25;
}

.prelaunch-points strong {
  color: var(--prelaunch-immo);
  font-weight: 950;
}

.prelaunch-points .point-wide {
  grid-template-columns: 54px minmax(0, 1.1fr);
}

.point-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #b7d545, var(--prelaunch-immo));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.32), 0 16px 32px rgba(0,0,0,.22);
}

.point-icon-text {
  font-size: 18px;
  font-weight: 950;
  letter-spacing: -.06em;
}

.point-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.point-stack {
  display: grid;
  gap: 6px;
}

.point-stack-heading,
.point-stack-title {
  color: var(--prelaunch-immo);
  font-weight: 950;
}

.point-stack-heading {
  display: block;
}

.point-list {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.point-list li,
.point-stack-title,
.prelaunch-points li > span:last-child {
  color: var(--prelaunch-immo);
}

.point-stack-title::before,
.point-list li::before {
  content: "✓";
  display: inline-block;
  width: 14px;
  margin-right: 8px;
  color: var(--prelaunch-immo);
  font-weight: 950;
}

.prelaunch-primary,
.prelaunch-submit {
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 62px;
  border-radius: 14px;
  color: #fff;
  padding: 0 30px;
  font-size: 16px;
  font-weight: 950;
  text-decoration: none;
}

.prelaunch-primary {
  background: linear-gradient(135deg, #b7d545, var(--prelaunch-immo));
  box-shadow: 0 18px 40px rgba(0,0,0,.24), inset 0 0 0 1px rgba(255,255,255,.24);
}

.prelaunch-submit {
  background: linear-gradient(180deg, rgba(12,40,28,.98), rgba(8,31,21,.98));
  box-shadow: 0 18px 40px rgba(0,0,0,.18), inset 0 0 0 1px rgba(255,255,255,.08);
}

.prelaunch-primary {
  margin-top: 34px;
}

.prelaunch-primary:hover,
.prelaunch-submit:hover {
  transform: translateY(-1px);
}

.cta-bell,
.submit-arrow {
  display: inline-grid;
  place-items: center;
}

.cta-bell {
  color: #fff;
}

.submit-arrow {
  color: var(--prelaunch-immo);
}

.cta-bell svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.submit-arrow {
  width: 28px;
  height: 18px;
}

.submit-arrow .brand-arrow {
  --brand-arrow-w: 28px;
  --brand-arrow-h: 14px;
  --brand-arrow-half: 7px;
  --brand-arrow-head: 11px;
  --brand-arrow-stroke: 3.2px;
}

.submit-arrow svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: currentColor;
}

.prelaunch-form-section {
  position: relative;
  z-index: 4;
  margin-top: -116px;
  padding: 0 0 76px;
  background:
    linear-gradient(180deg, rgba(8,31,21,0) 0%, rgba(8,31,21,.94) 98%);
}

.prelaunch-form-layout {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(260px, .78fr) minmax(420px, 1fr);
  gap: 30px 40px;
  align-items: start;
  border: 1px solid rgba(255,255,255,.60);
  border-radius: 28px;
  background:
    linear-gradient(105deg, rgba(255,255,255,.98) 0%, rgba(255,253,247,.96) 62%, rgba(237,245,207,.86) 100%);
  box-shadow: 0 30px 70px rgba(0,0,0,.24);
  padding: clamp(26px, 4vw, 42px);
}

.prelaunch-form-layout::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: .22;
  background: url("../img/prelaunch-graphic-bg.webp") center / cover no-repeat;
  pointer-events: none;
}

.prelaunch-form-copy,
.prelaunch-form-card {
  position: relative;
  z-index: 1;
}

.prelaunch-form-copy {
  overflow: visible;
  min-height: 100%;
  padding: 8px 8px 8px 0;
}

.prelaunch-current-zones-section {
  position: relative;
  z-index: 1;
  margin-bottom: 18px;
}

.prelaunch-current-zones-section .prelaunch-eyebrow {
  margin-bottom: 7px;
}

.prelaunch-current-zones-heading {
  max-width: 920px;
  margin: 0;
  color: #fff;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.08;
  font-weight: 950;
  text-wrap: balance;
}

.prelaunch-eyebrow {
  margin: 0 0 12px;
  color: var(--prelaunch-immo);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.prelaunch-form-copy h3 {
  color: var(--prelaunch-forest);
  font-size: clamp(29px, 3.2vw, 45px);
  line-height: 1.06;
}

.prelaunch-form-copy p:not(.prelaunch-eyebrow) {
  max-width: 460px;
  margin: 14px 0 0;
  color: #405047;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 650;
}


.prelaunch-form-card,
.prelaunch-form,
.prelaunch-details {
  border-radius: 0;
  background: transparent;
}

.prelaunch-form-card {
  border: 0;
  box-shadow: none;
  padding: 0;
}

.prelaunch-form,
.prelaunch-details {
  padding: 0;
}

.prelaunch-form fieldset {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 18px;
  padding: 0;
  border: 0;
}

.prelaunch-form legend,
.prelaunch-field > span,
.prelaunch-details label {
  color: var(--prelaunch-forest);
  font-size: 13px;
  font-weight: 900;
}

.prelaunch-form legend {
  grid-column: 1 / -1;
  margin-bottom: 2px;
}

.prelaunch-choice {
  display: grid;
  grid-template-columns: 22px minmax(0,1fr);
  align-items: center;
  gap: 8px;
  min-height: 54px;
  padding: 10px 12px;
  border: 1px solid #d9dfc9;
  border-radius: 9px;
  background: rgba(255,255,255,.84);
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.prelaunch-choice:has(input:checked),
.prelaunch-choice:focus-within {
  border-color: #c9d98c;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(159,188,44,.14);
}

.prelaunch-choice input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 17px;
  height: 17px;
  margin: 0;
  border: 0 !important;
  border-radius: 999px;
  outline: 0;
  background: #f3f7df;
  box-shadow: inset 0 0 0 5px #fff, 0 0 0 2px #c9d98c;
}

.prelaunch-choice input[type="radio"]:checked {
  background: var(--prelaunch-immo);
  box-shadow: inset 0 0 0 4px #fff, 0 0 0 2px var(--prelaunch-immo);
}

.prelaunch-choice input[type="radio"]:focus-visible,
.prelaunch-check input:focus-visible,
.prelaunch-field input:focus-visible,
.prelaunch-details input:focus-visible,
.prelaunch-details select:focus-visible {
  outline: 3px solid rgba(159,188,44,.18);
  outline-offset: 2px;
}

.prelaunch-choice strong,
.prelaunch-choice small {
  display: block;
}

.prelaunch-choice strong {
  color: var(--prelaunch-forest);
  font-size: 13px;
  line-height: 1.15;
}

.prelaunch-choice small {
  display: none;
}

.prelaunch-field,
.prelaunch-check,
.prelaunch-details label {
  display: grid;
  gap: 9px;
}

.prelaunch-field input,
.prelaunch-details input,
.prelaunch-details select {
  width: 100%;
  min-height: 52px;
  border: 1px solid #d9dfc9;
  border-radius: 12px;
  background: rgba(255,255,255,.92);
  color: var(--ink);
  padding: 0 14px;
  font: inherit;
}

.prelaunch-field input:focus,
.prelaunch-details input:focus,
.prelaunch-details select:focus {
  border-color: #c9d98c !important;
  box-shadow: 0 0 0 3px rgba(159,188,44,.14) !important;
  outline: 0;
}

.prelaunch-field {
  margin-top: 6px;
}

.prelaunch-check {
  grid-template-columns: 20px minmax(0,1fr);
  margin-top: 14px;
  color: #5d675f;
  font-size: 12px;
  line-height: 1.45;
}

.prelaunch-check input {
  margin-top: 2px;
  accent-color: var(--prelaunch-immo);
}

.prelaunch-privacy {
  color: #68746d;
  font-size: 12px;
  line-height: 1.45;
}

.prelaunch-privacy a,
.prelaunch-footer a {
  color: inherit;
  font-weight: 900;
}

.prelaunch-turnstile {
  display: block;
  width: min(420px, 100%);
  margin: 0;
  min-height: 0;
  line-height: 0;
}

.prelaunch-turnstile[hidden] {
  display: none;
}

.prelaunch-turnstile:not([hidden]) {
  margin-top: 8px;
}

.prelaunch-turnstile iframe {
  max-width: 100%;
}

.prelaunch-submit {
  width: min(420px, 100%);
  min-height: 54px;
  margin-top: 8px;
  padding: 0 26px;
  color: #fff;
}

.prelaunch-submit:disabled {
  cursor: wait;
  opacity: .68;
}

.prelaunch-form-message {
  min-height: 22px;
  margin: 14px 0 0;
  color: #68746d;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}

.prelaunch-form-message.is-success { color: #277141; }
.prelaunch-form-message.is-error { color: #9b2d2d; }

.prelaunch-details[hidden],
.details-fields[hidden] {
  display: none !important;
}

.details-head h3 {
  color: var(--prelaunch-forest);
  font-size: clamp(27px, 2.7vw, 38px);
  line-height: 1.08;
}

.details-head p:not(.prelaunch-eyebrow) {
  margin: 12px 0 18px;
  color: #405047;
  line-height: 1.55;
}

.details-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 14px;
}

.details-actions {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: start;
  align-items: center;
  gap: 14px;
  margin-top: 16px;
}

.prelaunch-skip {
  border: 0;
  background: transparent;
  color: var(--prelaunch-forest);
  font-weight: 900;
  cursor: pointer;
}


.prelaunch-argument-strip {
  position: relative;
  padding: 18px 0 74px;
  background: linear-gradient(180deg, rgba(8,31,21,.96), rgba(8,31,21,.99));
}

.prelaunch-argument-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.prelaunch-argument-grid article {
  padding: 24px 24px 22px;
  border-radius: 18px;
  border: 1px solid rgba(159,188,44,.24);
  background: linear-gradient(180deg, rgba(12,40,28,.9), rgba(8,31,21,.96));
  box-shadow: 0 20px 36px rgba(0,0,0,.20);
}

.prelaunch-argument-grid h3 {
  color: #fff;
  font-size: clamp(30px, 2.6vw, 38px);
  line-height: .96;
}

.prelaunch-argument-grid p {
  margin: 10px 0 0;
  color: var(--prelaunch-immo);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
}

.prelaunch-profiles {
  position: relative;
  overflow: hidden;
  padding: 62px 0 48px;
  background:
    linear-gradient(90deg, rgba(23,54,40,.92) 0%, rgba(48,83,67,.72) 48%, rgba(159,188,44,.78) 100%),
    url("../img/prelaunch-graphic-bg.webp") center / cover no-repeat;
  color: #fff;
}

.prelaunch-profiles::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .36;
  background: radial-gradient(circle at 10% 55%, rgba(255,255,255,.10), transparent 28%), radial-gradient(circle at 78% 22%, rgba(255,255,255,.14), transparent 20%);
  pointer-events: none;
}

.prelaunch-profiles .shell {
  position: relative;
  z-index: 1;
}

.prelaunch-profiles h2 {
  max-width: 780px;
  color: #fff;
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1;
  text-shadow: 0 14px 35px rgba(0,0,0,.22);
}

.prelaunch-profile-subtitle {
  margin: 10px 0 0;
  color: rgba(255,255,255,.88);
  font-size: 18px;
  font-weight: 650;
}

.prelaunch-profile-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 34px;
}

.profile-card {
  position: relative;
  overflow: hidden;
  min-height: 286px;
  padding: 28px;
  border: 1px solid rgba(159,188,44,.48);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(9,34,23,.96), rgba(15,50,35,.96));
  box-shadow: 0 24px 46px rgba(0,0,0,.24);
}

.profile-card::after {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  right: -90px;
  bottom: -92px;
  border-radius: 999px;
  background: rgba(159,188,44,.12);
}

.profile-icon {
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 999px;
  background: linear-gradient(135deg, #b7d545, var(--prelaunch-immo));
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.28), 0 14px 28px rgba(0,0,0,.22);
}

.profile-icon svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.profile-icon-text {
  color: #fff;
  font-size: 22px;
  font-weight: 950;
  letter-spacing: -.06em;
}

.profile-card h3 {
  position: relative;
  z-index: 1;
  margin: 24px 0 12px;
  color: #fff;
  font-size: 24px;
  line-height: 1.05;
}

.profile-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(255,255,255,.86);
  line-height: 1.58;
  font-size: 14px;
}

.profile-card strong {
  color: #fff;
  font-weight: 950;
}

.prelaunch-footer {
  padding: 28px 0;
  background: #071d14;
  color: rgba(255,255,255,.78);
}

.prelaunch-footer-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 32px;
  font-size: 13px;
}

.prelaunch-footer-logo {
  width: 170px;
  height: auto;
}

.prelaunch-footer nav {
  display: flex;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
}

.prelaunch-contact {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-weight: 800;
}

.prelaunch-contact-icon {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(159,188,44,.14);
  color: var(--prelaunch-immo);
  box-shadow: inset 0 0 0 1px rgba(159,188,44,.22);
}

.prelaunch-contact-icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

@media (max-width: 1100px) {
  .prelaunch-points,
  .prelaunch-profile-grid,
  .prelaunch-argument-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .prelaunch-form-layout {
    grid-template-columns: 1fr;
  }
  .prelaunch-form fieldset {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .prelaunch-page .shell {
    width: min(100% - 28px, 560px);
  }
  .prelaunch-hero {
    min-height: auto;
    padding: 24px 0 126px;
    background:
      linear-gradient(90deg, rgba(5,25,17,.96), rgba(5,25,17,.70)),
      linear-gradient(180deg, rgba(5,25,17,.04), rgba(5,25,17,.92)),
      url("../img/prelaunch-hero-house.webp") 64% center / cover no-repeat;
  }
  .prelaunch-hero-top {
    margin-bottom: 40px;
    align-items: center;
  }
  .prelaunch-logo {
    width: min(250px, 68vw);
  }
  .prelaunch-status-pill {
    display: none;
  }
  .prelaunch-hero h1 {
    font-size: clamp(28px, 10vw, 44px);
  }
  .prelaunch-lead {
    font-size: 15px;
  }
  .prelaunch-points,
  .prelaunch-profile-grid,
  .prelaunch-argument-grid,
  .details-fields,
  .prelaunch-form fieldset {
    grid-template-columns: 1fr;
  }
  .prelaunch-form-section {
    margin-top: -86px;
    padding-bottom: 52px;
  }
  .prelaunch-form-layout {
    border-radius: 22px;
    padding: 22px;
  }
  .prelaunch-submit,
  .prelaunch-primary {
    width: 100%;
  }
  .prelaunch-footer {
    padding: 32px 0 28px;
  }
  .prelaunch-footer-inner {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 20px;
    text-align: center;
  }
  .prelaunch-footer-logo {
    width: 150px;
  }
  .prelaunch-footer nav {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 10px;
    line-height: 1.35;
  }
  .prelaunch-contact {
    justify-content: center;
  }
}

/* v54.1.996 — CTA avant-première mobile sur une ligne */
.prelaunch-submit {
  white-space: nowrap;
}
.prelaunch-submit [data-prelaunch-submit-label] {
  white-space: nowrap;
}
@media (max-width: 760px) {
  .prelaunch-submit {
    gap: 8px;
    padding: 0 12px;
    font-size: clamp(12px, 3.65vw, 15px);
    letter-spacing: -.015em;
  }
  .prelaunch-submit .submit-arrow {
    width: 22px;
    height: 14px;
    flex: 0 0 22px;
  }
  .prelaunch-submit .submit-arrow .brand-arrow {
    --brand-arrow-w: 22px;
    --brand-arrow-h: 12px;
    --brand-arrow-half: 6px;
    --brand-arrow-head: 9px;
    --brand-arrow-stroke: 3px;
  }
}
@media (max-width: 360px) {
  .prelaunch-submit {
    gap: 7px;
    padding: 0 9px;
    font-size: 12px;
  }
  .prelaunch-submit .submit-arrow {
    width: 19px;
    height: 12px;
    flex-basis: 19px;
  }
  .prelaunch-submit .submit-arrow .brand-arrow {
    --brand-arrow-w: 19px;
    --brand-arrow-h: 10px;
    --brand-arrow-half: 5px;
    --brand-arrow-head: 8px;
    --brand-arrow-stroke: 2.8px;
  }
}

/* pack 994 V13 — demande d'ouverture de zone */
.prelaunch-logo-link,
.prelaunch-footer-logo-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.point-icon-arrow {
  background: linear-gradient(135deg, #b7d545, var(--prelaunch-immo)) !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.28) !important;
}
.point-icon-arrow .brand-arrow {
  width: 28px;
  height: 18px;
  color: #fff !important;
}
.prelaunch-field select {
  width: 100%;
  border: 1px solid rgba(159,188,44,.34);
  border-radius: 16px 6px 16px 6px;
  padding: 13px 14px;
  font: inherit;
  color: #12291f;
  background: #fff;
}
.prelaunch-field select:focus {
  outline: none;
  border-color: rgba(159,188,44,.8);
  box-shadow: 0 0 0 3px rgba(159,188,44,.16);
}

/* pack 994 V12 — flèche corporate foncée sur la page demande d'ouverture */
.prelaunch-page .point-icon-arrow {
  background: linear-gradient(135deg, #b7d545, var(--prelaunch-immo)) !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.28) !important;
}
.prelaunch-page .point-icon-arrow .brand-arrow,
.prelaunch-page .point-icon-arrow .brand-arrow::before,
.prelaunch-page .point-icon-arrow .brand-arrow::after {
  color: #fff !important;
}

/* Argumentaire direct v4 — sélecteur de zone corporate */
.prelaunch-page .prelaunch-zone-select {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  min-height: 50px;
  box-sizing: border-box;
  padding: 13px 48px 13px 16px;
  border: 1px solid rgba(159,188,44,.42);
  border-radius: 18px 7px 18px 7px;
  color: var(--prelaunch-forest);
  background-color: #f9fce9;
  background-image:
    linear-gradient(135deg, transparent 50%, var(--prelaunch-forest) 50%),
    linear-gradient(45deg, var(--prelaunch-forest) 50%, transparent 50%),
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(237,245,207,.68));
  background-position:
    calc(100% - 20px) 21px,
    calc(100% - 14px) 21px,
    0 0;
  background-size: 6px 6px, 6px 6px, 100% 100%;
  background-repeat: no-repeat;
  font: inherit;
  font-weight: 750;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.92), 0 8px 20px rgba(9,34,23,.06);
  cursor: pointer;
}
.prelaunch-page .prelaunch-zone-select:hover {
  border-color: rgba(159,188,44,.72);
  background-color: #fbfdec;
}
.prelaunch-page .prelaunch-zone-select:focus,
.prelaunch-page .prelaunch-zone-select:focus-visible {
  outline: none;
  border-color: var(--prelaunch-immo);
  box-shadow: 0 0 0 4px rgba(159,188,44,.18), inset 0 1px 0 rgba(255,255,255,.95);
}
.prelaunch-page .prelaunch-zone-select:invalid {
  color: rgba(18,41,31,.68);
}

/* Argumentaire direct v5 — contrôle de province rendu comme les champs corporate */
.prelaunch-page .prelaunch-zone-control {
  position: relative;
  display: block;
  width: 100%;
  min-height: 52px;
  border: 1px solid #d9dfc9;
  border-radius: 12px;
  background: rgba(255,255,255,.92);
  box-sizing: border-box;
  overflow: hidden;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.prelaunch-page .prelaunch-zone-control:focus-within {
  border-color: #c9d98c;
  box-shadow: 0 0 0 3px rgba(159,188,44,.14);
  background: #fff;
}
.prelaunch-page .prelaunch-zone-control .prelaunch-zone-select {
  -webkit-appearance: none !important;
  appearance: none !important;
  display: block !important;
  width: 100% !important;
  min-height: 52px !important;
  margin: 0 !important;
  padding: 0 48px 0 14px !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  color: var(--ink) !important;
  background: transparent !important;
  background-image: none !important;
  font: inherit !important;
  font-weight: 400 !important;
  cursor: pointer;
}
.prelaunch-page .prelaunch-zone-control .prelaunch-zone-select:invalid { color: #747b76 !important; }
.prelaunch-page .prelaunch-zone-chevron {
  position: absolute;
  right: 15px;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -7px;
  border-right: 2px solid var(--prelaunch-forest);
  border-bottom: 2px solid var(--prelaunch-forest);
  transform: rotate(45deg);
  pointer-events: none;
}


/* Argumentaire direct v6 — catégories, étapes numérotées et cohérence des icônes */
.prelaunch-categories {display:flex;flex-wrap:wrap;gap:8px 18px;margin:15px 0 0;color:#fff;font-size:13px;font-weight:900;}
.prelaunch-categories span{display:inline-flex;align-items:center;gap:8px;}
.prelaunch-categories span:not(:first-child)::before{content:"•";color:var(--prelaunch-immo);}
.prelaunch-argument-grid article{position:relative;padding-top:30px;}
.prelaunch-argument-number{display:grid;place-items:center;width:42px;height:42px;margin-bottom:18px;border-radius:999px;background:linear-gradient(135deg,#b7d545,var(--prelaunch-immo));color:#fff;font-size:18px;font-weight:950;box-shadow:inset 0 0 0 1px rgba(255,255,255,.26);}
.prelaunch-page .point-icon-arrow,.prelaunch-page .point-icon-arrow .brand-arrow,.prelaunch-page .point-icon-arrow .brand-arrow::before,.prelaunch-page .point-icon-arrow .brand-arrow::after{color:#fff !important;}

/* Argumentaire direct v7 — page d'introduction normale distincte du mode demande de zone */
.prelaunch-page:not(.prelaunch-zone-request-mode) .prelaunch-points,
.prelaunch-page:not(.prelaunch-zone-request-mode) .prelaunch-active-zone { display:none; }
.prelaunch-page:not(.prelaunch-zone-request-mode) .prelaunch-categories { gap:10px; margin-top:22px; }
.prelaunch-page:not(.prelaunch-zone-request-mode) .prelaunch-categories span {
  min-height:34px; padding:7px 14px; border:1px solid rgba(159,188,44,.55); border-radius:999px;
  background:rgba(237,245,207,.12); color:#fff; box-shadow:inset 0 0 0 1px rgba(255,255,255,.05);
}
.prelaunch-page:not(.prelaunch-zone-request-mode) .prelaunch-categories span:not(:first-child)::before { display:none; }
.prelaunch-page:not(.prelaunch-zone-request-mode) .prelaunch-primary { margin-top:26px; }

/* Argumentaire direct v7.1 — le mode demande de zone conserve son parcours dédié */
.prelaunch-page.prelaunch-zone-request-mode .prelaunch-categories { display:flex !important; }
.prelaunch-page.prelaunch-zone-request-mode .prelaunch-active-zone { display:none !important; }

/* Argumentaire direct v8 — introduction et demande de zone gardent des parcours distincts */
.prelaunch-page:not(.prelaunch-zone-request-mode) .prelaunch-form-section {
  margin-top: 0 !important;
  padding-top: 64px;
}
.prelaunch-profile-cta-wrap {
  display:flex;
  justify-content:center;
  margin-top:30px;
}
.prelaunch-profile-cta-wrap .prelaunch-primary { margin-top:0 !important; }
.prelaunch-page.prelaunch-zone-request-mode .prelaunch-profile-cta-wrap { display:none; }
.prelaunch-page.prelaunch-zone-request-mode .prelaunch-points li {
  min-height:70px;
  padding:12px 14px;
  border:1px solid rgba(159,188,44,.32);
  border-radius:16px 6px 16px 6px;
  background:rgba(255,255,255,.08);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
}
@media (max-width:760px) {
  .prelaunch-page:not(.prelaunch-zone-request-mode) .prelaunch-form-section { margin-top:0 !important; padding-top:42px; }
}

/* V9 — intro plus compacte, sans modifier le parcours demande de zone */
.prelaunch-page:not(.prelaunch-zone-request-mode) .prelaunch-hero{
  min-height:610px;
  padding-bottom:88px;
}

/* V9 — mêmes chips catégories dans le mode demande de zone */
.prelaunch-page.prelaunch-zone-request-mode .prelaunch-categories{
  display:flex !important;
  flex-wrap:wrap;
  gap:10px;
  margin-top:22px;
}
.prelaunch-page.prelaunch-zone-request-mode .prelaunch-categories span{
  min-height:34px;
  padding:0 13px;
  border:1px solid rgba(159,188,44,.42);
  border-radius:999px;
  background:rgba(255,255,255,.08);
  color:#fff;
}
.prelaunch-page.prelaunch-zone-request-mode .prelaunch-categories span:not(:first-child)::before{display:none;}
@media(max-width:760px){
  .prelaunch-page:not(.prelaunch-zone-request-mode) .prelaunch-hero{min-height:auto;padding-bottom:54px;}
}


/* V10.1 — contraste cohérent des CTA : vert clair = texte/flèche foncés ; fond foncé = vert Immo */
.prelaunch-primary{color:#173628 !important;}
.prelaunch-primary .brand-arrow,
.prelaunch-primary .brand-arrow::before,
.prelaunch-primary .brand-arrow::after{color:#173628 !important;}
.prelaunch-submit{color:#9fbc2c !important;}
.prelaunch-submit .brand-arrow,
.prelaunch-submit .brand-arrow::before,
.prelaunch-submit .brand-arrow::after{color:#9fbc2c !important;}
.prelaunch-hero-discover{margin-top:20px !important;}
