/* Progressia Immobilier — thème maquettes (vert forêt + terracotta + crème) */

:root {
  --pr-terracotta: #b55039;
  --pr-terracotta-dark: #a64d33;
  --pr-terracotta-light: #c4684f;
  --pr-green: #002e26;
  --pr-green-dark: #00241e;
  --pr-cream: #f9f7f2;
  --pr-cream-alt: #f3efe8;
  --pr-white: #ffffff;
  --pr-text: #1c1c1c;
  --pr-text-muted: #5c5c5c;
  --pr-border: #e5e0d8;
  --pr-shadow: 0 4px 24px rgba(0, 46, 38, 0.08);
  --pr-radius: 6px;
  --pr-radius-pill: 9999px;
  --pr-max: 1200px;
}

body {
  background-color: var(--pr-cream);
  color: var(--pr-text);
  overflow-x: hidden;
}

/* Titres display fluides (Phase 3 responsive) */
.pr-display-title {
  font-size: clamp(1.75rem, 3.5vw + 0.5rem, 2.75rem);
  line-height: 1.15;
}

.pr-sticky-cta .pr-btn {
  min-height: 44px;
  touch-action: manipulation;
}

.font-display {
  font-family: 'Playfair Display', Georgia, serif;
}

.font-sans {
  font-family: Montserrat, system-ui, sans-serif;
}

/* Boutons */
.pr-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.65rem 1.35rem;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  border-radius: var(--pr-radius);
  transition: opacity 0.2s, background 0.2s, color 0.2s;
  cursor: pointer;
  border: none;
  text-decoration: none;
  white-space: nowrap;
}

.pr-btn:hover {
  opacity: 0.92;
}

.pr-btn-terra {
  background: var(--pr-terracotta);
  color: var(--pr-white);
}

.pr-btn-terra:hover {
  background: var(--pr-terracotta-dark);
  opacity: 1;
}

.pr-btn-green {
  background: var(--pr-green);
  color: var(--pr-white);
}

.pr-btn-green:hover {
  background: var(--pr-green-dark);
  opacity: 1;
}

.pr-btn-outline-terra {
  background: var(--pr-white);
  color: var(--pr-terracotta);
  border: 1.5px solid var(--pr-terracotta);
}

.pr-btn-outline-neutral {
  background: var(--pr-white);
  color: var(--pr-text);
  border: 1px solid var(--pr-border);
}

.pr-btn-outline-white {
  background: transparent;
  color: var(--pr-white);
  border: 1.5px solid var(--pr-white);
}

.pr-btn-white {
  background: var(--pr-white);
  color: var(--pr-text);
}

.pr-btn-pill {
  border-radius: var(--pr-radius-pill);
}

/* Typo */
.pr-accent {
  color: var(--pr-terracotta);
}

.pr-overline {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--pr-terracotta);
}

.pr-home-hero-overline {
  white-space: nowrap;
  letter-spacing: 0.08em;
}

@media (max-width: 1023px) {
  .pr-home-hero-overline {
    font-size: clamp(0.55rem, 2.6vw, 0.7rem);
    letter-spacing: 0.05em;
  }
}

.pr-rule {
  display: block;
  width: 48px;
  height: 2px;
  background: var(--pr-terracotta);
  margin-bottom: 1rem;
}

.pr-rule--green {
  background: var(--pr-green);
}

.pr-accent-rule {
  display: inline-block;
  position: relative;
}

.pr-accent-rule::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: var(--pr-terracotta);
  margin-top: 0.35rem;
}

.pr-section-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 600;
  color: var(--pr-text);
  line-height: 1.25;
}

.pr-section-sub {
  color: var(--pr-text-muted);
  font-size: 0.95rem;
  line-height: 1.6;
  max-width: 36rem;
}

/* Layout */
.pr-container {
  width: 100%;
  max-width: var(--pr-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.pr-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.pr-section-alt {
  background: var(--pr-cream-alt);
}

/* Header — 2 lignes (maquette accueil) */
.pr-header {
  background: #fdfbf9;
  border-bottom: 1px solid var(--pr-border);
}

.pr-header .pr-container {
  max-width: 1360px;
}

.pr-header-top {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  column-gap: 1.5rem;
  padding: 0.85rem 0 0.65rem;
}

.pr-header-top-left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(0.65rem, 1.2vw, 1.35rem);
  justify-self: start;
  min-width: 0;
}

.pr-header-util-link {
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--pr-text);
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s;
}

.pr-header-util-link:hover {
  color: var(--pr-terracotta);
}

.pr-header-logo-wrap {
  justify-self: center;
  line-height: 0;
  text-decoration: none;
}

.pr-header-top-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: clamp(0.55rem, 1vw, 1rem);
  justify-self: end;
  min-width: 0;
}

.pr-header-top-right .pr-social-icons {
  margin-right: 0;
  gap: clamp(0.45rem, 0.75vw, 0.7rem);
}

.pr-header-ctas-inline {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.45rem;
  flex-shrink: 0;
}

.pr-header-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(1rem, 2.2vw, 2.25rem);
  padding: 0.55rem 0 0.9rem;
}

.pr-header-nav .pr-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  font-size: 0.8125rem;
  font-weight: 500;
  white-space: nowrap;
  border-bottom: none;
  padding: 0.15rem 0;
}

.pr-nav-chevron {
  font-size: 0.72rem;
  line-height: 1;
  margin-top: 0.12rem;
  opacity: 0.75;
}

.pr-header-cta-phone {
  font-size: 0.9rem;
  flex-shrink: 0;
}

.pr-btn-join {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1.15rem;
  font-size: clamp(0.6875rem, 0.75vw, 0.8rem);
  font-weight: 600;
  color: #a64d3b;
  background: var(--pr-white);
  border: 1px solid #a64d3b;
  border-radius: var(--pr-radius-pill);
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s, color 0.2s;
}

.pr-btn-join:hover {
  background: rgba(166, 77, 59, 0.06);
}

.pr-btn-join-icon {
  font-size: 1.05rem;
  flex-shrink: 0;
}

.pr-btn-header-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 1.1rem;
  font-size: 0.78rem;
  font-weight: 600;
  border-radius: var(--pr-radius-pill);
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.2s, background 0.2s;
}

.pr-btn-header-cta:hover {
  opacity: 0.92;
}

.pr-btn-header-estimer {
  background: #0a2421;
  color: var(--pr-white);
}

.pr-btn-header-estimer:hover {
  background: #061916;
  opacity: 1;
}

.pr-btn-header-contact {
  background: #a64d3b;
  color: var(--pr-white);
}

.pr-btn-header-contact:hover {
  background: #944535;
  opacity: 1;
}

.pr-social-icons {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-right: 0.25rem;
}

.pr-social-icons a {
  display: inline-flex;
  color: var(--pr-text);
  opacity: 0.85;
  transition: opacity 0.2s, color 0.2s;
}

.pr-social-icons a:hover {
  opacity: 1;
  color: var(--pr-terracotta);
}

.pr-social-icons svg,
.pr-social-icons .pr-social-icon-img {
  width: 1.05rem;
  height: 1.05rem;
  display: block;
}

.pr-footer .pr-social-icons .pr-social-icon-img {
  filter: brightness(0) invert(1);
  opacity: 0.85;
}

.pr-footer .pr-social-icons a:hover .pr-social-icon-img {
  opacity: 1;
}

.pr-footer-logo {
  height: clamp(2rem, 3vw, 2.75rem);
  width: auto;
  max-width: 220px;
}

.pr-icon {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

.pr-cta-arrow,
.pr-header-cta-arrow {
  font-size: 0.9em;
  margin-left: 0.12em;
}

.pr-mobile-menu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 0.5rem;
  color: var(--pr-text);
  background: transparent;
  border: none;
  cursor: pointer;
  touch-action: manipulation;
}

.pr-mobile-menu-icon {
  font-size: 1.35rem;
}

.pr-header-logo {
  height: clamp(2.35rem, 3vw, 3rem);
  width: auto;
  max-width: min(220px, 18vw);
}

@media (min-width: 1280px) and (max-width: 1420px) {
  .pr-header-top {
    column-gap: 0.75rem;
  }

  .pr-header-nav {
    gap: 0.85rem;
  }

  .pr-header-nav .pr-nav-link {
    font-size: 0.75rem;
  }

  .pr-btn-join-icon {
    font-size: 0.95rem;
  }

  .pr-btn-header-cta {
    padding: 0.45rem 0.85rem;
    font-size: 0.72rem;
  }
}

.pr-topbar {
  background: var(--pr-white);
  border-bottom: 1px solid var(--pr-border);
  font-size: 0.75rem;
}

.pr-header-main {
  background: var(--pr-white);
  border-bottom: 1px solid var(--pr-border);
}

.pr-nav-link {
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--pr-text);
  text-decoration: none;
  padding: 0.25rem 0;
  border-bottom: 2px solid transparent;
  transition: color 0.2s, border-color 0.2s;
}

.pr-nav-link:hover,
.pr-nav-link.is-active {
  color: var(--pr-terracotta);
  border-bottom-color: var(--pr-terracotta);
}

/* Cards */
.pr-card {
  background: var(--pr-white);
  border-radius: var(--pr-radius);
  box-shadow: var(--pr-shadow);
  border: 1px solid var(--pr-border);
}

.pr-card-flat {
  background: var(--pr-white);
  border: 1px solid var(--pr-border);
  border-radius: var(--pr-radius);
}

/* Portraits équipe — cadrage uniforme (visage centré) */
.pr-team-card-photo {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  max-height: 18rem;
  overflow: hidden;
  background: var(--pr-cream, #f5ede0);
}

.pr-team-card-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--pr-team-photo-pos, center 22%);
}

.pr-team-card-photo--mathieu-batista img {
  --pr-team-photo-pos: center 42%;
}

.pr-team-card-photo--emily-foster img,
.pr-team-card-photo--candice-sebeloue img {
  --pr-team-photo-pos: center 18%;
}

/* Formulaires */
.pr-input,
.pr-select,
.pr-textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  font-family: Montserrat, sans-serif;
  border: 1px solid var(--pr-border);
  border-radius: var(--pr-radius);
  background: var(--pr-white);
  color: var(--pr-text);
}

.pr-input:focus,
.pr-select:focus,
.pr-textarea:focus {
  outline: 2px solid var(--pr-terracotta);
  outline-offset: 1px;
}

.pr-form-dark .pr-input,
.pr-form-dark .pr-select,
.pr-form-dark .pr-textarea {
  border-color: rgba(255, 255, 255, 0.2);
}

/* Hero accueil (maquette HOME.jpeg) */
.pr-home-hero {
  background: var(--pr-cream);
}

.pr-home-hero-stage {
  display: flex;
  flex-direction: column;
  position: relative;
}

.pr-home-hero-content {
  order: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2.25rem 1.5rem 2rem;
  background: var(--pr-cream);
  z-index: 2;
}

.pr-home-hero-visual {
  order: 2;
  position: relative;
  min-height: 220px;
  overflow: hidden;
}

.pr-home-hero-eco {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  padding: 1rem 1.15rem 1.1rem;
  border-radius: 0;
  box-shadow: none;
}

.pr-trust-bar--hero {
  order: 3;
  z-index: 3;
  flex-shrink: 0;
  background: var(--pr-cream-alt);
  border-top: 1px solid var(--pr-border);
  border-bottom: 1px solid var(--pr-border);
  padding: 0.85rem 0;
}

@media (min-width: 768px) {
  .pr-home-hero-visual {
    min-height: 320px;
  }

  .pr-home-hero-eco {
    padding: 1.15rem 1.35rem 1.25rem;
  }
}

@media (min-width: 1024px) {
  .pr-home-hero-stage {
    display: grid;
    grid-template-columns: minmax(320px, 1.12fr) minmax(0, 1.88fr);
    grid-template-rows: minmax(0, 1fr) auto;
    align-items: stretch;
    min-height: clamp(560px, 65vh, 720px);
  }

  .pr-home-hero-content {
    order: unset;
    grid-column: 1;
    grid-row: 1;
    flex: unset;
    align-self: center;
    padding: 2.5rem clamp(1.25rem, 2.5vw, 2.25rem) 2rem max(1.25rem, calc((100vw - 1360px) / 2 + 1.25rem));
  }

  .pr-home-hero-title {
    font-size: clamp(2.4rem, 3.2vw, 3rem);
  }

  .pr-home-hero-title-line {
    white-space: nowrap;
  }

  .pr-home-hero-visual {
    order: unset;
    grid-column: 2;
    grid-row: 1;
    min-height: 100%;
    position: relative;
    overflow: hidden;
  }

  .pr-trust-bar--hero {
    order: unset;
    grid-column: 1 / 3;
    grid-row: 2;
    align-self: stretch;
    margin-top: 0;
    background: var(--pr-cream);
    border-top: 1px solid var(--pr-border);
    border-bottom: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
  }

  .pr-home-hero-eco {
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    left: auto;
    z-index: 5;
    width: clamp(300px, 46%, 480px);
    width: clamp(280px, 44%, 420px);
    height: auto;
    min-height: unset;
    max-height: unset;
    margin: 0;
    padding: clamp(1rem, 2vh, 1.5rem) clamp(1.25rem, 2vw, 2rem);
    border-radius: 0;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
  }
}

.pr-home-hero-title {
  font-size: clamp(2rem, 4.2vw, 3.15rem);
  color: var(--pr-text);
  line-height: 1.12;
}

.pr-home-hero-title-line {
  display: block;
}

.pr-home-hero-sub {
  max-width: 30rem;
  color: var(--pr-text-muted);
  font-size: 0.875rem;
  line-height: 1.65;
}

.pr-home-hero-sub-line {
  display: block;
}

.pr-home-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1.75rem;
}

@media (min-width: 768px) {
  .pr-home-hero-ctas {
    flex-wrap: nowrap;
  }
}

.pr-home-hero-visual::before {
  content: '';
  position: absolute;
  inset: 0 auto 0 0;
  width: min(42%, 240px);
  background: linear-gradient(90deg, var(--pr-cream) 0%, rgba(249, 247, 242, 0.92) 28%, rgba(249, 247, 242, 0.45) 62%, transparent 100%);
  z-index: 1;
  pointer-events: none;
}

/* Image hero unifiée (réf. home) */
.pr-home-hero-img,
.pr-vendre-hero-img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.pr-home-hero-visual picture,
.pr-vendre-hero-visual picture {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 220px;
}

@media (min-width: 768px) {
  .pr-home-hero-img,
  .pr-vendre-hero-img,
  .pr-home-hero-visual picture,
  .pr-vendre-hero-visual picture {
    min-height: 320px;
  }
}

@media (min-width: 1024px) {
  .pr-home-hero-img,
  .pr-vendre-hero-img,
  .pr-home-hero-visual picture,
  .pr-vendre-hero-visual picture {
    min-height: 100%;
  }
}

.pr-hero-img--deco {
  object-fit: contain;
  object-position: center;
  max-height: min(100%, 480px);
  background: var(--pr-cream);
}

.pr-viager-hero .pr-hero-img--deco {
  background: var(--pr-white);
}

.pr-home-hero-eco-lines {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  height: 100%;
  min-height: 0;
}

.pr-home-hero-eco-title {
  font-size: clamp(0.95rem, 1.8vw, 1.1rem);
  line-height: 1.25;
  margin: 0;
  flex-shrink: 0;
}

.pr-home-hero-eco-title-line {
  display: block;
}

.pr-home-hero-eco-rule {
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.35);
  margin: 0.15rem 0 0.25rem;
  flex-shrink: 0;
}

.pr-home-hero-eco-pillars {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.65rem;
  flex: 1;
  min-height: 0;
}

.pr-home-hero-eco-item {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  align-items: flex-start;
  min-height: 0;
}

.pr-home-hero-eco-label {
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.2;
}

.pr-home-hero-eco-desc {
  margin: 0;
  font-size: 0.72rem;
  line-height: 1.45;
}

.pr-home-hero-eco-icon {
  width: 1.35rem;
  height: 1.35rem;
  flex-shrink: 0;
  filter: brightness(0) invert(1);
}

@media (min-width: 640px) {
  .pr-home-hero-eco-pillars {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 1rem;
  }
}

@media (min-width: 1024px) {
  .pr-home-hero-eco-title {
    font-size: clamp(0.9rem, 1.05vw, 1.05rem);
    line-height: 1.22;
  }

  .pr-home-hero-eco-pillars {
    column-gap: clamp(0.85rem, 1.8vw, 1.5rem);
    align-content: start;
  }

  .pr-home-hero-eco-label {
    font-size: 0.82rem;
  }

  .pr-home-hero-eco-desc {
    font-size: 0.75rem;
    line-height: 1.5;
  }

  .pr-home-hero-eco-icon {
    width: 1.4rem;
    height: 1.4rem;
  }
}

.pr-trust-bar-hero-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, auto);
  gap: 0.65rem 1rem;
}

.pr-trust-bar--hero .pr-trust-item {
  font-size: 0.72rem;
  font-weight: 500;
  color: var(--pr-text);
}

.pr-trust-bar--hero .pr-trust-icon {
  width: 1.55rem;
  height: 1.55rem;
}

@media (min-width: 1024px) {
  .pr-trust-bar--hero .pr-trust-bar-hero-grid {
    box-sizing: border-box;
    max-width: none;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0.9rem 1.5rem 0.9rem max(1.5rem, calc((100vw - 1360px) / 2 + 1.5rem));
    background: var(--pr-cream);
    border-top: 1px solid var(--pr-border);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: auto;
    column-gap: 0;
    row-gap: 0;
    align-content: end;
    align-items: center;
  }

  .pr-trust-bar--hero .pr-trust-item {
    font-size: 0.7rem;
    line-height: 1.3;
    align-items: center;
    gap: 0.5rem;
    padding: 0 0.85rem;
  }

  .pr-trust-bar--hero .pr-trust-item:first-child {
    padding-left: 0;
  }

  .pr-trust-bar--hero .pr-trust-item:not(:first-child) {
    border-left: 1px solid var(--pr-border);
  }

  .pr-trust-bar--hero .pr-trust-item span {
    display: block;
    white-space: nowrap;
    min-width: 0;
  }

  .pr-trust-bar--hero .pr-trust-icon {
    width: 1.2rem;
    height: 1.2rem;
    flex-shrink: 0;
  }
}

@media (max-width: 1023px) {
  .pr-trust-bar--hero .pr-trust-bar-hero-grid {
    gap: 0.75rem 1rem;
  }
}

/* Types de biens (page Estimer, sous le hero) */
.pr-property-types {
  padding: 3.5rem 0 4rem;
  background: var(--pr-cream);
}

.pr-property-types-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.pr-property-types-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.pr-property-types-scroll::-webkit-scrollbar {
  display: none;
}

.pr-property-types-grid {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  min-width: min(100%, 56rem);
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.pr-property-types-item {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  align-items: center;
  min-width: 6.5rem;
  padding: 0 0.65rem;
  text-align: center;
}

.pr-property-types-item--divided {
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.pr-property-types-icon {
  width: 2.75rem;
  height: 2.75rem;
  margin-bottom: 0.65rem;
}

.pr-property-types-label {
  font-size: 0.7rem;
  font-weight: 500;
  line-height: 1.35;
  color: var(--pr-text-muted);
}

@media (min-width: 1024px) {
  .pr-property-types-scroll {
    overflow-x: visible;
  }

  .pr-property-types-grid {
    min-width: 0;
  }

  .pr-property-types-item {
    padding: 0 0.85rem;
  }

  .pr-property-types-label {
    font-size: 0.75rem;
  }
}

@media (max-width: 639px) {
  .pr-property-types {
    padding: 2.75rem 0 3rem;
  }

  .pr-property-types-header {
    margin-bottom: 2rem;
  }

  .pr-property-types-scroll {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .pr-property-types-grid {
    justify-content: flex-start;
    min-width: 44rem;
  }

  .pr-property-types-item {
    min-width: 5.5rem;
  }

  .pr-property-types-label {
    font-size: 0.65rem;
  }
}

/* Page Estimer — pourquoi, critères, formulaire */
.pr-estimer-why {
  background: var(--pr-cream);
}

.pr-estimer-why-item {
  max-width: 14rem;
  margin-left: auto;
  margin-right: auto;
}

.pr-estimer-criteria {
  background: var(--pr-cream);
  padding-top: 0;
}

.pr-estimer-criteria-panel {
  background: var(--pr-cream-alt);
  border-radius: 12px;
  padding: 2.5rem 1.5rem;
}

.pr-estimer-criteria-layout {
  display: grid;
  gap: 2rem;
}

.pr-estimer-criteria-intro .pr-section-title {
  font-size: clamp(1.5rem, 3vw, 2rem);
}

.pr-estimer-criteria-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pr-estimer-criteria-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.65rem;
}

.pr-estimer-criteria-icon {
  width: 2rem;
  height: 2rem;
}

.pr-estimer-criteria-label {
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.35;
  color: var(--pr-text);
}

.pr-estimer-form-section {
  background: var(--pr-cream);
  padding-top: 0;
}

.pr-estimer-form-card {
  display: grid;
  gap: 2rem;
  background: var(--pr-green);
  color: var(--pr-white);
  border-radius: 12px;
  padding: 2rem 1.5rem;
  overflow: hidden;
}

.pr-estimer-form-title {
  font-size: clamp(1.75rem, 3.5vw, 2.25rem);
  line-height: 1.2;
}

.pr-estimer-form-sub {
  margin-top: 1rem;
  font-size: 0.9rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.88);
  max-width: 26rem;
}

.pr-estimer-form-perks {
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}

.pr-estimer-form-perks li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 0.85rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.9);
}

.pr-estimer-form-check {
  width: 1.15rem;
  height: 1.15rem;
  flex-shrink: 0;
  color: var(--pr-terracotta);
  margin-top: 0.1rem;
}

.pr-estimer-form-img {
  display: none;
  width: 100%;
  max-width: 22rem;
  margin-top: 1.75rem;
  border-radius: var(--pr-radius);
  object-fit: cover;
  aspect-ratio: 12 / 5;
}

.pr-estimer-form-panel {
  background: rgba(255, 255, 255, 0.04);
  border-radius: var(--pr-radius);
  padding: 1.25rem;
}

.pr-estimer-form-grid {
  display: grid;
  gap: 0.85rem;
}

.pr-estimer-field-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
  color: rgba(255, 255, 255, 0.92);
}

.pr-estimer-input {
  background: var(--pr-white);
  border-color: transparent;
}

.pr-estimer-input:focus {
  outline-color: var(--pr-terracotta-light);
}

.pr-estimer-consent {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  margin-top: 1rem;
  font-size: 0.72rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.88);
}

.pr-estimer-consent input {
  margin-top: 0.15rem;
  flex-shrink: 0;
}

.pr-estimer-submit {
  width: 100%;
  margin-top: 1rem;
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
}

.pr-estimer-submit-arrow {
  font-size: 1rem;
}

.pr-estimer-form-status {
  margin-top: 0.75rem;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.92);
}

.pr-estimer-form-status--error {
  color: #ffc9c0;
}

.pr-estimer-step-label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 1rem;
}

.pr-estimer-step-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

.pr-estimer-step-back {
  flex: 0 0 auto;
}

.pr-estimer-step-actions .pr-estimer-submit {
  flex: 1 1 12rem;
  margin-top: 0;
}

.pr-estimer-consent-link {
  color: var(--pr-terracotta-light);
  text-decoration: underline;
}

.pr-estimer-address-wrap {
  position: relative;
}

.pr-estimer-address-list {
  position: absolute;
  z-index: 20;
  left: 0;
  right: 0;
  top: calc(100% + 2px);
  list-style: none;
  margin: 0;
  padding: 0.25rem 0;
  background: var(--pr-white);
  border-radius: var(--pr-radius);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  max-height: 12rem;
  overflow: auto;
}

.pr-estimer-address-option {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0.55rem 0.75rem;
  font-size: 0.82rem;
  color: var(--pr-text);
  background: transparent;
  border: 0;
  cursor: pointer;
}

.pr-estimer-address-option:hover {
  background: var(--pr-cream);
}

.pr-estimer-result {
  padding: 0.25rem 0;
}

.pr-estimer-result-kicker {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 0.75rem;
}

.pr-estimer-result-range {
  font-family: var(--font-display, inherit);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 600;
  line-height: 1.2;
  color: var(--pr-white);
}

.pr-estimer-result-m2,
.pr-estimer-result-next,
.pr-estimer-result-fallback-text {
  margin-top: 0.85rem;
  font-size: 0.88rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.9);
}

.pr-estimer-result-disclaimer {
  margin-top: 1rem;
  padding: 0.85rem 1rem;
  border-radius: var(--pr-radius);
  background: rgba(0, 0, 0, 0.15);
  font-size: 0.72rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.82);
}

.pr-estimer-result-actions {
  display: grid;
  gap: 0.65rem;
  margin-top: 1.25rem;
}

.pr-estimer-result-btn {
  width: 100%;
  text-align: center;
  text-decoration: none;
}

@media (min-width: 640px) {
  .pr-estimer-form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pr-estimer-form-grid .pr-estimer-field:last-child,
  .pr-estimer-form-grid .pr-estimer-field:nth-last-child(2) {
    grid-column: span 1;
  }
}

@media (min-width: 1024px) {
  .pr-estimer-criteria-panel {
    padding: 3rem 2.5rem;
  }

  .pr-estimer-criteria-layout {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.55fr);
    gap: 2.5rem;
    align-items: start;
  }

  .pr-estimer-criteria-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1.75rem 1rem;
  }

  .pr-estimer-form-card {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 2.5rem;
    padding: 2.75rem 2.5rem;
  }

  .pr-estimer-form-img {
    display: block;
  }

  .pr-estimer-form-panel {
    padding: 1.5rem;
  }
}

/* Hero pages intérieures — grille legacy (sections sans hero plein écran) */
.pr-hero-split {
  display: grid;
  gap: 2rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .pr-hero-split {
    grid-template-columns: minmax(320px, 1.12fr) minmax(0, 1.88fr);
  }
}

.pr-hero-img {
  width: 100%;
  min-height: 220px;
  object-fit: cover;
  object-position: center;
  border-radius: var(--pr-radius);
}

@media (min-width: 768px) {
  .pr-hero-img {
    min-height: 320px;
  }
}

/* Hero page Vendre / Estimer */
.pr-vendre-hero {
  background: var(--pr-cream);
}

.pr-vendre-hero-stage {
  display: flex;
  flex-direction: column;
  position: relative;
}

.pr-vendre-hero-content {
  order: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2.25rem 1.5rem 2rem;
  background: var(--pr-cream);
  z-index: 2;
}

.pr-vendre-hero-visual {
  order: 2;
  position: relative;
  min-height: 220px;
  overflow: hidden;
}

.pr-vendre-hero-visual::before {
  content: '';
  position: absolute;
  inset: 0 auto 0 0;
  width: min(42%, 240px);
  background: linear-gradient(90deg, var(--pr-cream) 0%, rgba(249, 247, 242, 0.92) 28%, rgba(249, 247, 242, 0.45) 62%, transparent 100%);
  z-index: 1;
  pointer-events: none;
}

.pr-vendre-hero-title {
  margin-top: 1rem;
  font-size: clamp(1.85rem, 4.2vw, 2.75rem);
  line-height: 1.15;
  color: var(--pr-text);
}

.pr-vendre-hero-title-main,
.pr-vendre-hero-title-accent {
  display: block;
}

.pr-vendre-hero-title-accent {
  color: var(--pr-terracotta);
  margin-top: 0.15em;
}

.pr-vendre-hero-rule {
  margin-top: 1.25rem;
  margin-bottom: 0;
}

.pr-vendre-hero-sub {
  margin-top: 1.25rem;
  max-width: 38rem;
  color: var(--pr-text-muted);
  line-height: 1.65;
  font-size: 0.95rem;
}

.pr-vendre-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.pr-vendre-hero-visual::after {
  content: '';
  position: absolute;
  inset: auto 0 0 0;
  height: 50%;
  background: linear-gradient(to top, rgba(5, 38, 30, 0.55) 0%, transparent 100%);
  z-index: 1;
  pointer-events: none;
}

.pr-vendre-hero-features {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  margin: 0;
  border-radius: 0;
}

.pr-vendre-hero-check {
  color: var(--pr-white);
}

@media (min-width: 768px) {
  .pr-vendre-hero-content {
    padding: 2.25rem 1.5rem 2rem;
  }

  .pr-vendre-hero-visual {
    min-height: 320px;
  }
}

@media (min-width: 1024px) {
  .pr-vendre-hero-stage {
    display: grid;
    grid-template-columns: minmax(320px, 1.12fr) minmax(0, 1.88fr);
    align-items: stretch;
    min-height: clamp(560px, 65vh, 720px);
  }

  .pr-vendre-hero-content {
    order: unset;
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    padding: 2.5rem clamp(1.25rem, 2.5vw, 2.25rem) 2rem max(1.25rem, calc((100vw - 1360px) / 2 + 1.25rem));
  }

  .pr-vendre-hero-title-main,
  .pr-vendre-hero-title-accent {
    white-space: nowrap;
  }

  .pr-vendre-hero-visual {
    order: unset;
    grid-column: 2;
    grid-row: 1;
    min-height: 100%;
  }

  .pr-vendre-hero-title {
    margin-top: 1.25rem;
  }

  .pr-vendre-hero-features {
    left: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    border-radius: var(--pr-radius);
  }
}

.pr-page-hero.pr-vendre-hero {
  background: var(--pr-cream);
}

/* Hero Qui sommes-nous — déco SVG, pas photo plein écran */
.pr-equipe-hero .pr-vendre-hero-visual .pr-hero-img--deco {
  width: auto;
  max-width: min(85vw, 320px);
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1024px) {
  .pr-equipe-hero .pr-vendre-hero-stage {
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: minmax(300px, 1.1fr) minmax(0, 0.9fr);
    min-height: clamp(440px, 52vh, 580px);
  }

  .pr-equipe-hero .pr-vendre-hero-content {
    padding: 2.5rem 2rem 2rem 1.5rem;
  }

  .pr-equipe-hero .pr-vendre-hero-title-main,
  .pr-equipe-hero .pr-vendre-hero-title-accent {
    white-space: normal;
  }

  .pr-equipe-hero .pr-vendre-hero-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--pr-cream-alt);
  }

  .pr-equipe-hero .pr-vendre-hero-visual .pr-hero-img--deco {
    width: 80%;
    max-width: min(100%, 460px);
    max-height: min(100%, 460px);
    opacity: 0.88;
  }
}

/* Hero page Viager — réutilise la grille vendre, fond blanc */
.pr-viager-hero.pr-vendre-hero {
  background: var(--pr-white);
}

.pr-viager-hero .pr-vendre-hero-content {
  background: var(--pr-white);
}

.pr-viager-hero .pr-vendre-hero-visual::before {
  background: linear-gradient(90deg, var(--pr-white) 0%, rgba(255, 255, 255, 0.92) 28%, rgba(255, 255, 255, 0.45) 62%, transparent 100%);
}

.pr-viager-hero .pr-vendre-hero-sub {
  white-space: pre-line;
}

.pr-neuf-hero.pr-vendre-hero {
  background: var(--pr-white);
}

.pr-neuf-hero .pr-vendre-hero-content {
  background: var(--pr-white);
}

.pr-neuf-hero-sub .pr-vendre-hero-sub + .pr-vendre-hero-sub {
  margin-top: 0.35rem;
}

.pr-neuf-hero-feature-icon {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  filter: brightness(0) invert(1);
  opacity: 0.95;
}

.pr-viager-hero .pr-vendre-hero-title-main,
.pr-viager-hero .pr-vendre-hero-title-accent {
  white-space: normal;
}

/* Bandeau confiance */
.pr-trust-bar {
  background: var(--pr-white);
  border-top: 1px solid var(--pr-border);
  border-bottom: 1px solid var(--pr-border);
  padding: 1.25rem 0;
}

.pr-trust-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--pr-text);
}

.pr-trust-icon {
  width: 2rem;
  height: 2rem;
  color: var(--pr-terracotta);
  flex-shrink: 0;
}

/* Barre verte features (hero) */
.pr-feature-bar {
  display: grid;
  gap: 1rem;
  background: var(--pr-green);
  color: var(--pr-white);
  padding: 1.25rem 1.5rem;
  border-radius: var(--pr-radius);
}

@media (min-width: 768px) {
  .pr-feature-bar {
    grid-template-columns: repeat(4, 1fr);
  }
}

.pr-feature-bar-item {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-size: 0.75rem;
  line-height: 1.4;
}

/* CTA bannière */
.pr-cta-banner {
  background: var(--pr-terracotta);
  color: var(--pr-white);
  padding: 3rem 0;
}

.pr-cta-banner .pr-btn-white {
  color: var(--pr-text);
}

/* Footer */
.pr-footer {
  background: var(--pr-green);
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.85rem;
}

.pr-footer a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
}

.pr-footer a:hover {
  color: var(--pr-white);
}

.pr-footer-title {
  font-weight: 700;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--pr-white);
  margin-bottom: 1rem;
}

/* Bannière estimation (accueil) */
.pr-home-estimation {
  padding-top: 2.5rem;
  padding-bottom: 4rem;
  background: var(--pr-cream-alt);
}

.pr-home-estimation-card,
.pr-home-financing-card {
  background: #f8f7f4;
  border-radius: 28px;
  box-shadow: 0 2px 16px rgba(0, 46, 38, 0.04);
}

.pr-home-estimation-card {
  padding: clamp(1.75rem, 4vw, 3rem) clamp(1.5rem, 4vw, 3.25rem);
}

.pr-home-estimation-grid {
  display: grid;
  gap: 2rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .pr-home-estimation-grid {
    grid-template-columns: minmax(14rem, 0.88fr) minmax(16rem, 1.45fr) minmax(17rem, 0.92fr);
    gap: clamp(1.75rem, 3vw, 2.75rem);
  }
}

.pr-home-estimation-copy {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  max-width: none;
}

.pr-home-estimation-title {
  margin: 0;
  font-size: clamp(1.65rem, 3.2vw, 2.35rem);
  font-weight: 600;
  line-height: 1.15;
  color: var(--pr-text);
}

.pr-home-estimation-sub {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.45;
  color: var(--pr-text-muted);
}

.pr-home-estimation-btn {
  margin: 0;
  align-self: flex-start;
}

.pr-home-estimation-media {
  display: flex;
  justify-content: center;
  min-width: 0;
}

.pr-home-estimation-img {
  display: block;
  width: min(100%, 20rem);
  height: clamp(16rem, 32vw, 24.5rem);
  object-fit: cover;
  border-radius: 9999px;
  box-shadow: 0 8px 28px rgba(0, 46, 38, 0.12);
}

@media (min-width: 1024px) {
  .pr-home-estimation-img {
    width: 100%;
    max-width: 26rem;
    height: clamp(18rem, 36vw, 26.5rem);
  }
}

.pr-home-estimation-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  max-width: none;
}

@media (min-width: 1024px) {
  .pr-home-estimation-list {
    justify-self: end;
    width: max-content;
    min-width: 17rem;
  }
}

.pr-home-estimation-list li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.9rem;
  line-height: 1.2;
  color: var(--pr-text);
}

@media (min-width: 1024px) {
  .pr-home-estimation-list li {
    white-space: nowrap;
  }
}

.pr-home-estimation-check {
  width: 1.35rem;
  height: 1.35rem;
  flex-shrink: 0;
  margin-top: 0.1rem;
  color: var(--pr-text);
  stroke-width: 1.35;
}

/* Bannière financement (accueil) */
.pr-home-financing {
  padding-top: 0;
  padding-bottom: 2.5rem;
  background: var(--pr-cream-alt);
}

.pr-home-financing-card {
  padding: clamp(1.25rem, 3vw, 1.75rem) clamp(1.25rem, 3.5vw, 2rem);
}

.pr-home-financing-inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .pr-home-financing-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
  }
}

.pr-home-financing-lead {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  flex: 1;
  min-width: 0;
}

.pr-home-financing-icon-wrap {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border: 1.5px solid rgba(28, 28, 28, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.5);
}

.pr-home-financing-icon {
  width: 2rem;
  height: 2rem;
  filter: brightness(0) saturate(100%);
  opacity: 0.72;
}

.pr-home-financing-title {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--pr-text);
}

.pr-home-financing-sub {
  margin: 0.35rem 0 0;
  font-size: 0.85rem;
  line-height: 1.55;
  color: var(--pr-text-muted);
}

.pr-home-financing-btn {
  align-self: flex-start;
  flex-shrink: 0;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .pr-home-financing-btn {
    align-self: center;
  }
}

/* Section projets (accueil) */
.pr-section-projects {
  background: var(--pr-cream);
}

.pr-section-title--word-rule {
  padding-bottom: 0.75rem;
}

.pr-word-rule {
  position: relative;
}

.pr-word-rule::after {
  content: '';
  position: absolute;
  left: 0;
  top: calc(100% + 0.35rem);
  width: 48px;
  height: 2px;
  background: var(--pr-terracotta);
}

.pr-project-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .pr-project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .pr-project-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1rem;
  }

  /* Qui sommes-nous : 4 cartes centrées (pas 5 colonnes) */
  .pr-project-grid.pr-project-grid--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: 68rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.pr-project-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  background: var(--pr-white);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 46, 38, 0.07);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.pr-project-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 32px rgba(0, 46, 38, 0.12);
}

.pr-project-card-media {
  position: relative;
  flex: 0 0 auto;
}

.pr-project-card-img {
  display: block;
  width: 100%;
  height: 9.5rem;
  object-fit: cover;
}

@media (min-width: 1280px) {
  .pr-project-card-img {
    height: 8.75rem;
  }
}

.pr-project-card-badge {
  position: absolute;
  left: 0.85rem;
  bottom: -1.35rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.pr-project-card-badge-icon {
  font-size: 1.2rem;
  color: #fff;
}

.pr-project-card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 2rem 1rem 1.15rem;
  text-align: left;
}

.pr-project-card-title {
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.3;
  color: var(--pr-text);
}

.pr-project-card-desc {
  margin-top: 0.45rem;
  font-size: 0.68rem;
  line-height: 1.5;
  color: var(--pr-text-muted);
  flex: 1;
}

.pr-project-card-cta {
  margin-top: 0.85rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: var(--pr-text);
}

/* Biens */
.pr-listing-card {
  background: var(--pr-white);
  border-radius: var(--pr-radius);
  overflow: hidden;
  border: 1px solid var(--pr-border);
  min-width: 260px;
  flex: 0 0 260px;
}

.pr-listing-price {
  color: var(--pr-terracotta);
  font-weight: 700;
  font-size: 1.1rem;
}

.pr-tag-loc {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  background: var(--pr-green);
  color: white;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 0.25rem 0.5rem;
  text-transform: uppercase;
}

/* FAQ accordion */
.pr-faq-item {
  border-bottom: 1px solid var(--pr-border);
}

.pr-faq-q {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  background: none;
  border: none;
  font-family: Montserrat, sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  text-align: left;
  color: var(--pr-text);
  cursor: pointer;
}

/* Témoignages */
.pr-rating {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  font-weight: 600;
  color: var(--pr-text);
}

/* Section écosystème — maquette accueil */
.pr-eco-section {
  background: var(--pr-cream);
  padding-top: clamp(3rem, 6vw, 4.5rem);
  padding-bottom: clamp(3rem, 6vw, 4.5rem);
}

/* Mobile / tablette : cartes crème (maquette simplifiée) */
.pr-eco-simple-header {
  margin-bottom: 2.5rem;
  text-align: center;
}

.pr-eco-simple-header .pr-section-title {
  max-width: 22rem;
  margin-top: 1rem;
  margin-bottom: 0;
}

.pr-eco-grid {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 640px) {
  .pr-eco-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}

.pr-eco-card {
  background: var(--pr-white);
  border-radius: 10px;
  box-shadow: 0 10px 36px rgba(0, 46, 38, 0.09);
  border: none;
  padding: 2.75rem 1.5rem 2.25rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 12.5rem;
}

.pr-eco-card-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.15rem, 2.5vw, 1.35rem);
  font-weight: 600;
  color: #0a1c1a;
  line-height: 1.3;
}

.pr-eco-card-role {
  margin-top: 0.55rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #1a3b34;
}

.pr-eco-card-link {
  margin-top: auto;
  padding-top: 1.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #0a1c1a;
  text-decoration: none;
  transition: opacity 0.2s;
}

.pr-eco-card-link:hover {
  opacity: 0.7;
}

/* Desktop : bandeau vert foncé 4 colonnes (maquette complète) */
.pr-eco-panel {
  display: none;
}

@media (min-width: 1024px) {
  .pr-eco-simple {
    display: none;
  }

  .pr-eco-panel {
    display: block;
  }

  .pr-eco-section {
    background: var(--pr-cream);
    padding-top: 3.5rem;
    padding-bottom: 4rem;
  }
}

.pr-eco-panel-inner {
  background: #05261e;
  color: var(--pr-white);
  border-radius: 20px;
  padding: clamp(2rem, 3vw, 2.75rem) clamp(1.75rem, 3vw, 2.5rem);
  display: grid;
  grid-template-columns: minmax(13rem, 0.95fr) minmax(0, 2.05fr);
  gap: clamp(1.5rem, 2.5vw, 2.25rem);
  align-items: start;
}

.pr-eco-panel-intro {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding-right: 0.5rem;
}

.pr-eco-panel-title {
  margin: 0;
  font-size: clamp(1.55rem, 2.2vw, 1.85rem);
  font-weight: 600;
  line-height: 1.28;
  color: var(--pr-white);
}

.pr-eco-panel-lead {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
  max-width: 16rem;
}

.pr-eco-panel-cta {
  align-self: flex-start;
  margin-top: 0.25rem;
  font-size: 0.75rem;
  padding: 0.6rem 1.15rem;
}

.pr-eco-panel-pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.85rem, 1.5vw, 1.25rem);
}

.pr-eco-pillar {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.pr-eco-pillar-media {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}

.pr-eco-pillar-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pr-eco-pillar-brand {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.75rem;
  background: rgba(5, 38, 30, 0.28);
}

.pr-eco-pillar-emblem {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.85);
  margin-bottom: 0.55rem;
  background: rgba(255, 255, 255, 0.08);
}

.pr-eco-pillar-brand-main {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.15;
  color: var(--pr-white);
}

.pr-eco-pillar-brand-sub {
  margin: 0.2rem 0 0;
  font-size: 0.55rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
}

.pr-eco-pillar-body {
  padding: 1rem 0.15rem 0;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.45rem;
}

.pr-eco-pillar-title {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--pr-white);
}

.pr-eco-pillar-desc {
  margin: 0;
  font-size: 0.72rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
  flex: 1;
}

.pr-eco-pillar-link {
  margin-top: 0.35rem;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--pr-white);
  text-decoration: none;
  transition: opacity 0.2s;
}

.pr-eco-pillar-link:hover {
  opacity: 0.75;
}

/* Écosystème box hero */
.pr-eco-box {
  background: var(--pr-green);
  color: var(--pr-white);
  padding: 1.5rem;
  border-radius: var(--pr-radius);
}

/* Cookie banner adapté */
#cookie-banner {
  background: var(--pr-white) !important;
  border-top: 1px solid var(--pr-border) !important;
  color: var(--pr-text) !important;
}

#cookie-banner .pr-btn-terra,
#cookie-refuse {
  font-family: Montserrat, sans-serif;
}

#cookie-refuse {
  background: transparent;
  border: 1px solid var(--pr-border);
  color: var(--pr-text);
  padding: 0.5rem 1rem;
  border-radius: var(--pr-radius);
  cursor: pointer;
}

#cookie-accept {
  font-family: Montserrat, sans-serif;
}

/* Sticky mobile */
.pr-sticky-cta {
  background: var(--pr-white);
  border-top: 1px solid var(--pr-border);
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08);
}

/* Breadcrumb */
.pr-breadcrumb {
  font-size: 0.75rem;
  color: var(--pr-text-muted);
  margin-bottom: 1rem;
}

.pr-breadcrumb a {
  color: var(--pr-text-muted);
  text-decoration: none;
}

.pr-breadcrumb a:hover {
  color: var(--pr-terracotta);
}

/* Carrousel horizontal — flèches latérales, pas de scrollbar */
.pr-carousel-wrap {
  position: relative;
}

.pr-carousel {
  display: flex;
  gap: 1.25rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.pr-carousel::-webkit-scrollbar {
  display: none;
}

.pr-carousel > * {
  scroll-snap-align: start;
}

.pr-carousel-btn {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin: 0;
  padding: 0;
  border: 1px solid var(--pr-border);
  border-radius: 50%;
  background: var(--pr-white);
  color: var(--pr-terracotta);
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: var(--pr-shadow);
  transform: translateY(-50%);
  transition: background 0.2s ease, opacity 0.2s ease, color 0.2s ease;
}

.pr-carousel-btn span {
  display: block;
  margin-top: -0.15em;
}

.pr-carousel-btn:hover:not(:disabled) {
  background: var(--pr-cream-alt);
  color: var(--pr-terracotta-dark);
}

.pr-carousel-btn:disabled {
  opacity: 0.35;
  cursor: default;
}

.pr-carousel-btn-prev {
  left: -0.75rem;
}

.pr-carousel-btn-next {
  right: -0.75rem;
}

@media (max-width: 640px) {
  .pr-carousel-btn {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.6rem;
  }

  .pr-carousel-btn-prev {
    left: 0.25rem;
  }

  .pr-carousel-btn-next {
    right: 0.25rem;
  }
}

/* Colonnes why */
.pr-why-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
}

.pr-why-grid--5 {
  gap: 1.25rem;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .pr-why-grid--5 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .pr-why-grid--5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: clamp(1.5rem, 2.5vw, 2.75rem);
  }
}

.pr-why-grid--6 {
  gap: 1.25rem;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .pr-why-grid--6 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .pr-why-grid--6 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .pr-why-grid--6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: clamp(1rem, 2vw, 2rem);
  }
}

.pr-acheter-why .pr-section-title {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}

.pr-listings-header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem 1.5rem;
}

.pr-listings-sub {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--pr-text-muted);
}

.pr-listings-link {
  text-decoration: none;
}

.pr-listings-link:hover {
  text-decoration: underline;
}

/* Recherche biens (page Acheter, sous le hero) */
.pr-acheter-search {
  padding: 0 0 2rem;
  margin-top: -1.25rem;
  position: relative;
  z-index: 2;
}

.pr-acheter-search-card {
  background: var(--pr-cream-alt);
  border: 1px solid var(--pr-border);
  border-radius: 16px;
  padding: clamp(1.25rem, 3vw, 2rem);
}

.pr-acheter-search-title {
  margin: 0;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 600;
  line-height: 1.25;
  color: var(--pr-text);
}

.pr-acheter-search-sub {
  margin: 0.5rem 0 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--pr-text-muted);
}

.pr-acheter-search-form {
  margin-top: 1.25rem;
}

.pr-acheter-search-row {
  display: grid;
  gap: 0.65rem;
}

.pr-acheter-search-row + .pr-acheter-search-row {
  margin-top: 0.65rem;
}

.pr-acheter-search-row--primary {
  grid-template-columns: 1fr;
}

.pr-acheter-search-row--secondary {
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .pr-acheter-search-row--primary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pr-acheter-search-row--secondary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .pr-acheter-search-row--primary {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1100px) {
  .pr-acheter-search-row--primary {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .pr-acheter-search-row--secondary {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(220px, 1.35fr);
    align-items: stretch;
  }
}

.pr-acheter-search-field {
  position: relative;
  background: var(--pr-white);
  border: 1px solid var(--pr-border);
  border-radius: 10px;
  padding: 0.45rem 2rem 0.55rem 0.75rem;
  min-height: 3.35rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pr-acheter-search-label {
  display: block;
  font-size: 0.68rem;
  font-weight: 600;
  line-height: 1.2;
  color: var(--pr-text-muted);
  margin-bottom: 0.15rem;
}

.pr-acheter-search-control {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 0.85rem;
  line-height: 1.35;
  color: var(--pr-text);
  font-family: Montserrat, sans-serif;
}

.pr-acheter-search-control:focus {
  outline: none;
}

.pr-acheter-search-field:focus-within {
  outline: 2px solid var(--pr-terracotta);
  outline-offset: 1px;
}

.pr-acheter-search-select {
  appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%235c5c5c' d='M1 1.5 6 6.5 11 1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0;
  background-size: 10px 6px;
}

.pr-acheter-search-control::placeholder {
  color: #9a9a9a;
}

.pr-acheter-search-submit {
  width: 100%;
  min-height: 3.35rem;
  justify-content: center;
  align-self: stretch;
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.pr-acheter-search-contact {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--pr-border);
}

.pr-acheter-search-contact-lead {
  margin: 0 0 0.85rem;
  font-size: 0.85rem;
  color: var(--pr-text-muted);
}

.pr-acheter-search-contact-grid {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .pr-acheter-search-contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.pr-acheter-search-consent {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  margin-top: 0.85rem;
  font-size: 0.72rem;
  line-height: 1.45;
  color: var(--pr-text-muted);
}

.pr-acheter-search-consent input {
  margin-top: 0.15rem;
  flex-shrink: 0;
}

.pr-acheter-search-status {
  margin: 1rem 0 0;
  font-size: 0.85rem;
}

.pr-acheter-search-status--ok {
  color: var(--pr-green);
  font-weight: 600;
}

.pr-acheter-search-status--error {
  color: #b42318;
}

/* Bannière financement (page Acheter) */
.pr-acheter-financing {
  padding-top: 0;
}

.pr-acheter-financing-card {
  background: var(--pr-cream-alt);
  border-radius: 16px;
  overflow: hidden;
  padding: clamp(1rem, 2.5vw, 1.5rem);
}

.pr-acheter-financing-grid {
  display: grid;
  gap: 1.5rem;
  align-items: stretch;
}

@media (min-width: 1024px) {
  .pr-acheter-financing-grid {
    grid-template-columns: minmax(200px, 28%) minmax(0, 1fr) minmax(220px, 26%);
    gap: clamp(1.25rem, 2.5vw, 2rem);
    align-items: center;
  }
}

.pr-acheter-financing-media {
  border-radius: 12px;
  overflow: hidden;
  min-height: 200px;
}

.pr-acheter-financing-img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 200px;
  object-fit: cover;
}

.pr-acheter-financing-intro {
  margin: 0.75rem 0 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--pr-text-muted);
}

.pr-acheter-financing-list {
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.pr-acheter-financing-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 0.875rem;
  line-height: 1.45;
  color: var(--pr-text);
}

.pr-acheter-financing-check {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  margin-top: 0.05rem;
  color: var(--pr-green);
}

.pr-acheter-financing-cta {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 1rem;
  background: var(--pr-green);
  color: #fff;
  border-radius: 12px;
  padding: clamp(1.25rem, 3vw, 1.75rem);
  text-align: center;
}

.pr-acheter-financing-cta-lead {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.45;
  font-weight: 600;
}

.pr-acheter-financing-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.pr-acheter-financing-brand-icon {
  width: 2.75rem;
  height: 2.75rem;
  filter: brightness(0) invert(1);
  opacity: 0.95;
}

.pr-acheter-financing-brand-main {
  display: block;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.2;
}

.pr-acheter-financing-brand-sub {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  opacity: 0.85;
}

.pr-acheter-financing-btn {
  width: 100%;
  justify-content: center;
}

.pr-why-icon {
  width: 2.5rem;
  height: 2.5rem;
  color: var(--pr-terracotta);
  margin-bottom: 0.75rem;
}

.pr-why-icon.pr-icon,
.pr-info-card-icon.pr-icon {
  width: auto;
  height: auto;
  font-size: 2.25rem;
}

.pr-home-estimation-check.pr-icon {
  width: auto;
  height: auto;
  font-size: 1.35rem;
}

/* Contact cards */
.pr-info-card {
  padding: 1.5rem;
  background: var(--pr-cream-alt);
  border-radius: var(--pr-radius);
  text-align: center;
}

.pr-info-card-icon {
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 auto 1rem;
  color: var(--pr-terracotta);
}

/* Vendre — méthode 5 étapes (timeline horizontale) */
.pr-method-steps {
  background: var(--pr-cream);
}

.pr-method-steps__track {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1.25rem 1rem;
  list-style: none;
  margin: 0;
  padding: 2.5rem 0 0;
  position: relative;
}

.pr-method-steps__track::before {
  content: '';
  position: absolute;
  top: 3.75rem;
  left: 10%;
  right: 10%;
  height: 1px;
  background: #e5ddd4;
  z-index: 0;
}

.pr-method-steps__item {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.pr-method-steps__num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1.25rem;
  border-radius: 50%;
  background: var(--pr-terracotta);
  color: #fff;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1;
  flex-shrink: 0;
}

.pr-method-steps__title {
  margin: 0 0 0.65rem;
  font-family: 'Montserrat', system-ui, sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--pr-text);
}

.pr-method-steps__text {
  margin: 0;
  max-width: 13.5rem;
  font-size: 0.8rem;
  line-height: 1.55;
  color: var(--pr-text-muted);
}

@media (max-width: 1024px) {
  .pr-method-steps__track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem 1.5rem;
    padding-top: 0;
  }

  .pr-method-steps__track::before {
    display: none;
  }

  .pr-method-steps__item:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    max-width: 18rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 640px) {
  .pr-method-steps__track {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .pr-method-steps__item:last-child:nth-child(odd) {
    max-width: none;
  }
}

/* Vendre — pourquoi nous confier votre vente */
.pr-vendre-sell-why {
  background: var(--pr-cream-alt);
}

.pr-vendre-sell-why-grid {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

@media (min-width: 900px) {
  .pr-vendre-sell-why-grid {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: clamp(2rem, 4vw, 3.5rem);
  }
}

.pr-vendre-sell-why-media {
  min-width: 0;
}

.pr-vendre-sell-why-img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 10px;
}

.pr-vendre-sell-why-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}

.pr-vendre-sell-why-title {
  margin: 0;
  font-size: clamp(1.65rem, 3.2vw, 2.15rem);
  line-height: 1.2;
  color: var(--pr-text);
}

.pr-vendre-sell-why-copy .pr-rule {
  width: 56px;
  height: 3px;
  margin-top: 0.85rem;
  margin-bottom: 1.35rem;
}

.pr-vendre-sell-why-text {
  margin: 0 0 1rem;
  max-width: 36rem;
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--pr-text-muted);
}

.pr-vendre-sell-why-text:last-of-type {
  margin-bottom: 1.5rem;
}

.pr-vendre-sell-why-benefits {
  list-style: none;
  margin: 0 0 1.75rem;
  padding: 0;
  display: grid;
  gap: 0.85rem 1.5rem;
  width: 100%;
  max-width: 40rem;
}

@media (min-width: 640px) {
  .pr-vendre-sell-why-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.pr-vendre-sell-why-benefits li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-size: 0.9rem;
  line-height: 1.4;
  color: var(--pr-text);
}

.pr-vendre-sell-why-check {
  width: 1.35rem;
  height: 1.35rem;
  flex-shrink: 0;
  margin-top: 0.1rem;
  color: #5a6a78;
}

.pr-vendre-sell-why-cta {
  margin-top: 0.25rem;
}

/* Immo Pro — types de projets */
.pr-pro-projects {
  background: var(--pr-cream-alt);
}

.pr-pro-projects-scroll {
  overflow-x: auto;
  margin: 0 -1rem;
  padding: 0 1rem 0.5rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.pr-pro-projects-scroll::-webkit-scrollbar {
  display: none;
}

.pr-pro-projects-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(220px, 1fr);
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: min(100%, 1320px);
}

@media (min-width: 1200px) {
  .pr-pro-projects-grid {
    grid-auto-flow: row;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    min-width: 0;
  }

  .pr-pro-projects-scroll {
    overflow: visible;
    margin: 0;
    padding: 0;
  }
}

.pr-pro-project-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 100%;
  padding: 1.35rem 1.25rem 1.5rem;
  background: #fff;
  border: 1px solid var(--pr-border);
  border-radius: 12px;
}

.pr-pro-project-icon {
  width: 2.25rem;
  height: 2.25rem;
  margin-bottom: 1rem;
  color: var(--pr-terracotta);
}

.pr-pro-project-title {
  margin: 0 0 0.65rem;
  font-family: 'Montserrat', system-ui, sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--pr-text);
}

.pr-pro-project-text {
  margin: 0 0 1.25rem;
  flex: 1;
  font-size: 0.8rem;
  line-height: 1.55;
  color: var(--pr-text-muted);
}

.pr-pro-project-link {
  margin-top: auto;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--pr-terracotta);
  text-decoration: none;
}

.pr-pro-project-link:hover {
  text-decoration: underline;
}

/* Immo Pro — expertise */
.pr-pro-expertise {
  background: #fff;
}

.pr-pro-expertise-benefits {
  list-style: none;
  margin: 0 0 1.75rem;
  padding: 0;
  display: grid;
  gap: 0.85rem;
  max-width: 36rem;
}

.pr-pro-expertise-benefits li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-size: 0.9rem;
  line-height: 1.45;
  color: var(--pr-text);
}

.pr-pro-expertise-check {
  width: 1.35rem;
  height: 1.35rem;
  flex-shrink: 0;
  margin-top: 0.05rem;
  color: var(--pr-terracotta);
}

/* Immo Pro — bannière financement + contact */
.pr-pro-financing {
  background: #fff;
  padding-top: 0;
}

.pr-pro-financing-layout {
  display: grid;
  gap: 1rem;
  align-items: stretch;
}

@media (min-width: 1024px) {
  .pr-pro-financing-layout {
    grid-template-columns: minmax(0, 1.65fr) minmax(280px, 0.85fr);
    gap: 1rem;
  }
}

.pr-pro-financing-main {
  display: grid;
  gap: 0;
  background: var(--pr-cream-alt);
  border-radius: 14px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .pr-pro-financing-main {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 42%);
    align-items: stretch;
  }
}

.pr-pro-financing-credoria {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(1.5rem, 3vw, 2.25rem);
}

.pr-pro-financing-title {
  margin: 0;
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  line-height: 1.2;
  color: var(--pr-text);
}

.pr-pro-financing-credoria .pr-rule {
  width: 56px;
  height: 3px;
  margin-top: 0.85rem;
  margin-bottom: 1.25rem;
}

.pr-pro-financing-text {
  margin: 0 0 1.5rem;
  max-width: 28rem;
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--pr-text-muted);
}

.pr-pro-financing-credoria-btn {
  margin-top: auto;
}

.pr-pro-financing-media {
  min-height: 220px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .pr-pro-financing-media {
    border-radius: 0 14px 14px 0;
  }
}

.pr-pro-financing-img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
}

.pr-pro-financing-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  background: var(--pr-green);
  color: #fff;
  border-radius: 14px;
}

.pr-pro-financing-contact-title {
  margin: 0;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  line-height: 1.25;
  color: #fff;
}

.pr-pro-financing-contact .pr-rule--on-dark {
  width: 56px;
  height: 3px;
  margin-top: 0.85rem;
  margin-bottom: 1.25rem;
  background: var(--pr-terracotta);
}

.pr-pro-financing-contact-text {
  margin: 0 0 1.5rem;
  font-size: 0.9rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
}

.pr-pro-financing-contact-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.25rem;
  margin-top: auto;
  width: 100%;
}

.pr-pro-financing-contact-btn {
  flex-shrink: 0;
}

.pr-pro-financing-phone {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}

.pr-pro-financing-phone:hover {
  text-decoration: underline;
}

.pr-pro-financing-phone-icon {
  width: 1.15rem;
  height: 1.15rem;
  flex-shrink: 0;
}

/* Page Viager */
.pr-viager-why .pr-why-icon {
  width: 3.25rem;
  height: 3.25rem;
}

.pr-viager-types-grid {
  display: grid;
  gap: 1.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .pr-viager-types-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

.pr-viager-type-card {
  background: #fff;
  border: 1px solid var(--pr-border, #e5e0d8);
  border-radius: 0.5rem;
  padding: 1.75rem 1.5rem 1.5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
}

.pr-viager-type-icon-wrap {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.pr-viager-type-icon-wrap--green {
  background: rgba(44, 74, 62, 0.12);
}

.pr-viager-type-icon-wrap--terra {
  background: rgba(200, 90, 62, 0.12);
}

.pr-viager-type-icon {
  width: 2.25rem;
  height: 2.25rem;
}

.pr-viager-type-title {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0.75rem;
}

.pr-viager-type-text {
  font-size: 0.8125rem;
  line-height: 1.55;
  color: #5c5c5c;
  margin: 0 0 1.25rem;
  flex: 1;
}

.pr-viager-type-link {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--pr-terra, #c85a3e);
  text-decoration: none;
}

.pr-viager-type-link:hover {
  text-decoration: underline;
}

.pr-listing-viager-financials {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.pr-listing-viager-line {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--pr-terra, #c85a3e);
}

.pr-listing-viager-line strong {
  font-weight: 600;
}

.pr-viager-cta-grid {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 1024px) {
  .pr-viager-cta-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    align-items: stretch;
  }
}

.pr-viager-cta-seller {
  background: #fff;
  border: 1px solid var(--pr-border, #e5e0d8);
  border-radius: 0.5rem;
  overflow: hidden;
}

.pr-viager-cta-seller-inner {
  display: grid;
  min-height: 100%;
}

@media (min-width: 768px) {
  .pr-viager-cta-seller-inner {
    grid-template-columns: 1fr minmax(12rem, 42%);
  }
}

.pr-viager-cta-seller-body {
  padding: 1.75rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.75rem;
}

.pr-viager-cta-text {
  font-size: 0.875rem;
  line-height: 1.55;
  color: #5c5c5c;
  margin: 0;
}

.pr-viager-cta-seller-media {
  min-height: 12rem;
}

.pr-viager-cta-seller-img {
  width: 100%;
  height: 100%;
  min-height: 12rem;
  object-fit: cover;
  display: block;
}

.pr-viager-cta-buyer {
  background: var(--pr-forest, #2c4a3e);
  color: #fff;
  border-radius: 0.5rem;
  padding: 1.75rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.75rem;
  position: relative;
  min-height: 16rem;
}

.pr-viager-cta-buyer-title {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  line-height: 1.25;
  margin: 0;
  color: #fff;
}

.pr-viager-cta-buyer-text {
  font-size: 0.875rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  max-width: 28rem;
}

.pr-viager-cta-buyer-btn {
  align-self: flex-start;
  margin-top: 0.25rem;
}

.pr-viager-cta-buyer-brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-top: auto;
  padding-top: 1rem;
}

@media (min-width: 1024px) {
  .pr-viager-cta-buyer-brand {
    position: absolute;
    right: 1.5rem;
    bottom: 1.5rem;
    margin-top: 0;
    padding-top: 0;
  }
}

.pr-viager-cta-buyer-brand-icon {
  width: 2.5rem;
  height: 2.5rem;
  filter: brightness(0) invert(1);
  opacity: 0.95;
}

.pr-viager-cta-buyer-brand-main {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
}

.pr-viager-cta-buyer-brand-sub {
  display: block;
  font-size: 0.625rem;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.75);
}

/* Page Neuf */
.pr-neuf-why .pr-section-title {
  max-width: 44rem;
  margin-left: auto;
  margin-right: auto;
}

.pr-neuf-search {
  margin-top: -1.25rem;
}

.pr-neuf-search-row {
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .pr-neuf-search-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .pr-neuf-search-row {
    grid-template-columns: repeat(4, minmax(0, 1fr)) minmax(200px, 1.2fr);
    align-items: stretch;
  }
}

.pr-neuf-programs .pr-section-title {
  margin: 0;
}

.pr-neuf-programs-track {
  gap: 1rem;
}

.pr-neuf-program-card {
  flex: 0 0 min(300px, 88vw);
  background: #fff;
  border: 1px solid var(--pr-border);
  border-radius: 14px;
  overflow: hidden;
  scroll-snap-align: start;
}

.pr-neuf-program-media {
  position: relative;
}

.pr-neuf-program-img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.pr-neuf-program-loc {
  position: absolute;
  left: 0.75rem;
  bottom: 0.75rem;
  padding: 0.35rem 0.65rem;
  border-radius: 6px;
  background: var(--pr-green);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.pr-neuf-program-body {
  padding: 1rem 1.1rem 1.15rem;
}

.pr-neuf-program-title {
  margin: 0 0 0.35rem;
  font-size: 1.15rem;
  line-height: 1.25;
  color: var(--pr-text);
}

.pr-neuf-program-meta {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.45;
  color: var(--pr-text-muted);
}

.pr-neuf-program-price {
  margin: 0.65rem 0 0;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--pr-terracotta);
}

.pr-neuf-program-link {
  display: inline-block;
  margin-top: 0.75rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--pr-terracotta);
  text-decoration: none;
}

.pr-neuf-program-link:hover {
  text-decoration: underline;
}

.pr-neuf-method {
  background: var(--pr-cream);
}

.pr-neuf-method__track {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1.25rem 1rem;
  list-style: none;
  margin: 0;
  padding: 2rem 0 0;
  position: relative;
}

.pr-neuf-method__track::before {
  content: '';
  position: absolute;
  top: 3.25rem;
  left: 8%;
  right: 8%;
  height: 1px;
  background: #e5ddd4;
  z-index: 0;
}

.pr-neuf-method__item {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.pr-neuf-method__icon {
  width: 3rem;
  height: 3rem;
  margin-bottom: 1rem;
  color: var(--pr-terracotta);
}

.pr-neuf-method__title {
  margin: 0 0 0.55rem;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--pr-text);
}

.pr-neuf-method__text {
  margin: 0;
  max-width: 13rem;
  font-size: 0.78rem;
  line-height: 1.55;
  color: var(--pr-text-muted);
}

@media (max-width: 1024px) {
  .pr-neuf-method__track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem 1.5rem;
    padding-top: 0;
  }

  .pr-neuf-method__track::before {
    display: none;
  }

  .pr-neuf-method__item:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    max-width: 18rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 640px) {
  .pr-neuf-method__track {
    grid-template-columns: 1fr;
  }

  .pr-neuf-method__item:last-child:nth-child(odd) {
    max-width: none;
  }
}

.pr-neuf-financing {
  padding-top: 0;
}

.pr-neuf-financing-card {
  border-radius: 16px;
  overflow: hidden;
  background: var(--pr-cream-alt);
}

.pr-neuf-financing-grid {
  display: grid;
  gap: 0;
  align-items: stretch;
}

@media (min-width: 900px) {
  .pr-neuf-financing-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }
}

.pr-neuf-financing-lead {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  background: var(--pr-cream-alt);
}

.pr-neuf-financing-title {
  margin: 0;
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  font-weight: 600;
  line-height: 1.2;
  color: var(--pr-text);
}

.pr-neuf-financing-text {
  margin: 0.85rem 0 1.35rem;
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--pr-text-muted);
}

.pr-neuf-financing-discover {
  align-self: flex-start;
  margin-top: auto;
}

.pr-neuf-financing-media {
  min-height: 220px;
  overflow: hidden;
}

.pr-neuf-financing-img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
}

@media (min-width: 900px) {
  .pr-neuf-financing-media,
  .pr-neuf-financing-img {
    min-height: 100%;
  }
}

.pr-neuf-financing-cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
  padding: clamp(1.35rem, 3vw, 2rem);
  background: var(--pr-green);
  color: #fff;
}

.pr-neuf-financing-brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 1.1rem;
}

.pr-neuf-financing-brand-icon {
  width: 2.25rem;
  height: 2.25rem;
  filter: brightness(0) invert(1);
  opacity: 0.95;
}

.pr-neuf-financing-brand-main {
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #fff;
}

.pr-neuf-financing-list {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  display: grid;
  gap: 0.55rem;
  flex: 1;
}

.pr-neuf-financing-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.82rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.95);
}

.pr-neuf-financing-check {
  width: 1.15rem;
  height: 1.15rem;
  flex-shrink: 0;
  margin-top: 0.05rem;
  color: #fff;
}

.pr-neuf-financing-simulate {
  width: 100%;
  justify-content: center;
  font-size: 0.85rem;
  margin-top: auto;
}
