:root {
  --re-red: #e11b2a;
  --re-red-dark: #b90e19;
  --re-black: #111214;
  --re-charcoal: #25272b;
  --re-cream: #f6f1ed;
  --re-pale: #f7f7f6;
  --re-line: #dedfe2;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("../assets/fonts/manrope-latin-variable.woff2") format("woff2");
}

body[data-page="solutions-agences-immobilieres"] {
  overflow-x: hidden;
  font-family: "Manrope", sans-serif;
  scrollbar-color: var(--re-red) var(--re-pale);
}

body[data-page="solutions-agences-immobilieres"]::-webkit-scrollbar {
  width: 12px;
}

body[data-page="solutions-agences-immobilieres"]::-webkit-scrollbar-track {
  background: var(--re-pale);
}

body[data-page="solutions-agences-immobilieres"]::-webkit-scrollbar-thumb {
  border: 3px solid var(--re-pale);
  border-radius: 999px;
  background: var(--re-red);
}

.re-hero {
  overflow: hidden;
  border-bottom: 1px solid var(--re-line);
  background: #fff;
}

.re-hero-layout {
  width: min(1536px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(500px, .84fr);
  min-height: 650px;
}

.re-hero-stage {
  position: relative;
  min-width: 0;
  min-height: 650px;
  overflow: hidden;
  background: #dfe3df;
  isolation: isolate;
}

.re-hero-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(12, 13, 15, .1), transparent 42%, rgba(255, 255, 255, .14));
}

.re-hero-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 34% center;
}

.re-profile-phone {
  position: absolute;
  z-index: 4;
  top: 11%;
  right: 3.5%;
  width: 190px;
  min-height: 378px;
  padding: 23px 13px 16px;
  border: 7px solid #111;
  border-radius: 28px;
  background: #fff;
  color: var(--re-black);
  box-shadow: 0 30px 54px rgba(17, 18, 20, .28);
  text-align: center;
}

.re-demo-label {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(17, 18, 20, .88);
  color: #fff;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.re-phone-brand {
  font-size: 12px;
  font-weight: 950;
  font-style: italic;
}

.re-phone-brand::first-letter {
  color: var(--re-red);
}

.re-agent-avatar {
  width: 58px;
  height: 58px;
  margin: 17px auto 9px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--re-cream);
  color: var(--re-red-dark);
  font-size: 17px;
  font-weight: 950;
}

.re-profile-phone > strong,
.re-profile-phone > small {
  display: block;
}

.re-profile-phone > strong {
  font-size: 15px;
}

.re-profile-phone > small {
  margin-top: 2px;
  color: #666a70;
  font-size: 10px;
}

.re-phone-actions {
  display: grid;
  gap: 7px;
  margin-top: 18px;
}

.re-phone-actions span {
  min-height: 33px;
  display: grid;
  place-items: center;
  padding: 6px;
  border: 1px solid #e0e1e3;
  border-radius: 7px;
  background: #fafafa;
  font-size: 9px;
  font-weight: 850;
}

.re-phone-actions span:first-child {
  border-color: var(--re-red);
  background: var(--re-red);
  color: #fff;
}

.re-contact-saved {
  position: absolute;
  z-index: 5;
  right: 13%;
  bottom: 9%;
  min-width: 240px;
  display: grid;
  grid-template-columns: 42px 1fr 22px;
  gap: 11px;
  align-items: center;
  padding: 13px 15px;
  border-radius: 14px;
  background: #fff;
  color: var(--re-black);
  box-shadow: 0 18px 40px rgba(17, 18, 20, .2);
}

.re-contact-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--re-red);
  color: #fff;
}

.re-contact-icon svg,
.re-contact-check {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.re-contact-saved > span:nth-child(2) {
  display: grid;
}

.re-contact-saved strong {
  font-size: 13px;
}

.re-contact-saved small {
  color: #666a70;
  font-size: 11px;
}

.re-route-line {
  position: absolute;
  z-index: 3;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.re-route-mobile {
  display: none;
}

.re-route-line path {
  fill: none;
  stroke: #f20f2b;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 5;
  vector-effect: non-scaling-stroke;
  filter: drop-shadow(0 1px 0 #fff) drop-shadow(0 -1px 0 #fff);
}

.re-route-line circle {
  fill: #f20f2b;
  stroke: #fff;
  stroke-width: 4;
  vector-effect: non-scaling-stroke;
}

.re-hero-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(50px, 6vw, 88px) clamp(34px, 3.8vw, 54px);
  background: #fff;
}

.re-breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 25px;
  color: #74767c;
  font-size: 13px;
  font-weight: 750;
}

.re-breadcrumb a:hover,
.re-breadcrumb a:focus-visible {
  color: var(--re-red);
}

.re-hero-copy h1 {
  max-width: 690px;
  margin: 0;
  font-size: clamp(50px, 4vw, 66px);
  line-height: .98;
  letter-spacing: -.035em;
  text-wrap: balance;
}

.re-hero-lead {
  max-width: 650px;
  margin-top: 26px;
  color: #555960;
  font-size: clamp(18px, 1.7vw, 21px);
  line-height: 1.6;
}

.re-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.re-actions .button {
  min-height: 52px;
}

.re-price {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
  color: #7a7c82;
  font-size: 14px;
}

.re-price strong {
  color: var(--re-red);
  font-size: 20px;
}

.re-contexts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.re-contexts span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 13px;
  border: 1px solid #d9dade;
  border-radius: 999px;
  color: #3e4146;
  font-size: 12px;
  font-weight: 800;
}

.re-contexts svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.re-proof {
  padding: 66px 0 54px;
  border-bottom: 1px solid var(--re-line);
  background: #fff;
  color: var(--re-black);
}

.re-proof-heading {
  margin-bottom: 34px;
  text-align: center;
}

.re-proof-heading h2 {
  font-size: clamp(34px, 3.8vw, 52px);
  letter-spacing: -.03em;
}

.re-proof-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--re-line);
}

.re-proof-track > div {
  min-height: 128px;
  display: grid;
  grid-template-columns: 34px 1fr;
  grid-template-rows: auto auto;
  column-gap: 14px;
  align-content: center;
  padding: 25px;
  background: #fff;
}

.re-proof-track svg {
  width: 28px;
  height: 28px;
  grid-row: 1 / 3;
  align-self: center;
  fill: none;
  stroke: var(--re-red);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.re-proof-track strong {
  font-size: 16px;
}

.re-proof-track span {
  color: #696c72;
  font-size: 13px;
}

.re-intro {
  padding-top: 120px;
  padding-bottom: 120px;
}

.re-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(380px, .78fr);
  gap: clamp(50px, 8vw, 110px);
  align-items: start;
}

.re-intro h2,
.re-section-heading h2,
.re-profile-copy h2,
.re-scale-intro h2,
.re-offer-copy h2,
.re-faq-intro h2,
.re-final-cta h2 {
  font-size: clamp(38px, 4.7vw, 66px);
  line-height: 1.02;
  letter-spacing: -.03em;
  text-wrap: balance;
}

.re-intro-grid > div {
  padding-top: 9px;
}

.re-intro-grid p,
.re-section-heading p,
.re-profile-copy > p,
.re-scale-intro p,
.re-offer-copy > p,
.re-faq-intro p,
.re-final-cta p {
  color: #5f6268;
  font-size: 18px;
  line-height: 1.72;
}

.re-intro-grid p + p {
  margin-top: 20px;
}

.re-placements {
  background: var(--re-cream);
}

.re-section-heading {
  max-width: 900px;
  margin-bottom: 48px;
}

.re-section-heading p {
  max-width: 760px;
  margin-top: 20px;
}

.re-section-heading-narrow {
  max-width: 820px;
}

.re-placement-layout {
  display: grid;
  grid-template-columns: minmax(420px, .92fr) minmax(0, 1.08fr);
  gap: 24px;
  align-items: stretch;
}

.re-placement-visual {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border-radius: 14px;
  background: var(--re-black) url("../assets/images/solutions/immobilier-panneau-hero-v2.webp") 42% center / cover no-repeat;
}

.re-placement-visual::after {
  content: "";
  position: absolute;
  inset: 42% 0 0;
  background: linear-gradient(0deg, rgba(17, 18, 20, .92), rgba(17, 18, 20, 0));
}

.re-placement-caption {
  position: absolute;
  z-index: 2;
  right: 30px;
  bottom: 28px;
  left: 30px;
  color: #fff;
}

.re-placement-caption strong,
.re-placement-caption span {
  display: block;
}

.re-placement-caption strong {
  font-size: 27px;
}

.re-placement-caption span {
  max-width: 470px;
  margin-top: 8px;
  color: rgba(255, 255, 255, .72);
  line-height: 1.55;
}

.re-placement-list {
  display: grid;
  align-content: stretch;
  border-top: 1px solid rgba(17, 18, 20, .18);
}

.re-placement-list article {
  display: grid;
  grid-template-columns: minmax(150px, .46fr) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  padding: 24px 8px;
  border-bottom: 1px solid rgba(17, 18, 20, .18);
}

.re-placement-list span {
  font-size: 18px;
  font-weight: 900;
}

.re-placement-list p {
  color: #62656b;
  line-height: 1.6;
}

.re-profile-section {
  overflow: hidden;
  background: var(--re-black);
  color: #fff;
}

.re-profile-layout {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(480px, 1.08fr);
  gap: clamp(54px, 8vw, 116px);
  align-items: center;
}

.re-profile-copy > p {
  max-width: 660px;
  margin-top: 24px;
  color: rgba(255, 255, 255, .68);
}

.re-check-list {
  display: grid;
  gap: 14px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.re-check-list li {
  position: relative;
  padding: 0 0 14px 31px;
  border-bottom: 1px solid rgba(255, 255, 255, .13);
  color: rgba(255, 255, 255, .88);
  font-weight: 750;
}

.re-check-list li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 1px;
  width: 12px;
  height: 7px;
  border-bottom: 2px solid var(--re-red);
  border-left: 2px solid var(--re-red);
  transform: rotate(-45deg);
}

.re-product-demo {
  position: relative;
  min-height: 650px;
  display: grid;
  place-items: center;
}

.re-product-demo::before {
  content: "";
  position: absolute;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: var(--re-red-dark);
  opacity: .42;
}

.re-demo-phone {
  position: relative;
  z-index: 2;
  width: min(340px, 78%);
  min-height: 580px;
  padding: 28px 22px;
  border: 10px solid #050505;
  border-radius: 42px;
  background: #fff;
  color: var(--re-black);
  box-shadow: 0 42px 80px rgba(0, 0, 0, .46);
  transform: rotate(2deg);
}

.re-demo-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.re-demo-top img {
  width: 94px;
}

.re-demo-top span {
  color: #72757b;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.re-demo-person {
  display: flex;
  gap: 13px;
  align-items: center;
  margin-top: 28px;
}

.re-demo-person > span {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--re-cream);
  color: var(--re-red-dark);
  font-weight: 950;
}

.re-demo-person div,
.re-demo-person strong,
.re-demo-person small {
  display: block;
}

.re-demo-person small {
  margin-top: 3px;
  color: #6e7177;
  font-size: 10px;
}

.re-demo-contact {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  margin-top: 25px;
}

.re-demo-contact span {
  min-height: 42px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--re-red);
  color: #fff;
  font-size: 10px;
  font-weight: 850;
}

.re-demo-links {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.re-demo-links span {
  min-height: 58px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 12px 15px;
  border: 1px solid #e0e1e3;
  border-radius: 10px;
  background: #f9f9f8;
  font-size: 12px;
  font-weight: 800;
}

.re-demo-links b {
  color: var(--re-red);
}

.re-demo-note {
  position: absolute;
  z-index: 3;
  width: 210px;
  padding: 16px 17px;
  border-radius: 12px;
  background: #fff;
  color: var(--re-black);
  box-shadow: 0 22px 46px rgba(0, 0, 0, .3);
}

.re-demo-note strong,
.re-demo-note span {
  display: block;
}

.re-demo-note strong {
  font-size: 13px;
}

.re-demo-note span {
  margin-top: 4px;
  color: #6b6e74;
  font-size: 11px;
}

.re-demo-note-one {
  top: 15%;
  left: 0;
}

.re-demo-note-two {
  right: 0;
  bottom: 18%;
}

.re-journey-section {
  background: #fff;
}

.re-journey {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 18px;
}

.re-journey::before {
  content: "";
  position: absolute;
  top: 20px;
  right: 10%;
  left: 10%;
  height: 2px;
  background: var(--re-red);
}

.re-journey article {
  position: relative;
  min-height: 270px;
  padding: 70px 30px 24px;
  border-right: 1px solid var(--re-line);
}

.re-journey article:last-child {
  border-right: 0;
}

.re-journey article > span {
  position: absolute;
  top: 0;
  left: 30px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 2px solid var(--re-red);
  border-radius: 50%;
  background: #fff;
  color: var(--re-red);
  font-size: 12px;
  font-weight: 950;
}

.re-journey h3 {
  font-size: 25px;
  line-height: 1.1;
}

.re-journey p {
  margin-top: 14px;
  color: #62656b;
  line-height: 1.62;
}

.re-scale-section {
  background: var(--re-pale);
}

.re-scale-layout {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(520px, 1.22fr);
  gap: clamp(50px, 8vw, 110px);
  align-items: start;
}

.re-scale-intro {
  position: sticky;
  top: 118px;
}

.re-scale-intro p {
  margin-top: 22px;
}

.re-scale-compare {
  border-top: 1px solid var(--re-line);
}

.re-scale-compare article {
  padding: 34px 0 38px;
  border-bottom: 1px solid var(--re-line);
}

.re-scale-compare h3 {
  font-size: 30px;
  letter-spacing: -.02em;
}

.re-scale-compare p {
  margin-top: 12px;
  color: #62656b;
  font-size: 17px;
  line-height: 1.62;
}

.re-scale-compare ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 23px 0 0;
  padding: 0;
  list-style: none;
}

.re-scale-compare li {
  padding: 9px 12px;
  border: 1px solid #d7d8da;
  border-radius: 999px;
  background: #fff;
  font-size: 12px;
  font-weight: 800;
}

.re-offer-section {
  background: var(--re-red);
  color: #fff;
}

.re-offer-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(410px, .72fr);
  gap: clamp(52px, 8vw, 108px);
  align-items: center;
}

.re-offer-copy > p {
  max-width: 670px;
  margin-top: 22px;
  color: rgba(255, 255, 255, .8);
}

.re-physical-note {
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .28);
}

.re-physical-note strong {
  color: #fff;
}

.re-offer-panel {
  padding: 38px;
  border-radius: 14px;
  background: #fff;
  color: var(--re-black);
  box-shadow: 0 30px 70px rgba(93, 0, 8, .28);
}

.re-offer-price {
  display: flex;
  align-items: flex-end;
  gap: 22px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--re-line);
}

.re-offer-price strong {
  font-size: clamp(62px, 6vw, 82px);
  line-height: .82;
  letter-spacing: -.04em;
}

.re-offer-price span {
  color: #66696f;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}

.re-offer-panel ul {
  display: grid;
  gap: 12px;
  margin: 28px 0;
  padding: 0;
  list-style: none;
}

.re-offer-panel li {
  position: relative;
  padding-left: 28px;
  font-weight: 750;
}

.re-offer-panel li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 2px;
  width: 11px;
  height: 7px;
  border-bottom: 2px solid var(--re-red);
  border-left: 2px solid var(--re-red);
  transform: rotate(-45deg);
}

.re-offer-panel .button {
  width: 100%;
}

.re-offer-panel > small {
  display: block;
  margin-top: 14px;
  color: #70737a;
  font-size: 11px;
  text-align: center;
}

.re-faq-section {
  background: var(--re-pale);
}

.re-faq-layout {
  display: grid;
  grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr);
  gap: clamp(50px, 8vw, 110px);
  align-items: start;
}

.re-faq-intro {
  position: sticky;
  top: 118px;
}

.re-faq-intro p {
  margin-top: 22px;
}

.re-faq-intro a {
  color: var(--re-red-dark);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.re-faq-list {
  display: grid;
  border-top: 1px solid var(--re-line);
}

.re-faq-list details {
  border-bottom: 1px solid var(--re-line);
}

.re-faq-list summary {
  position: relative;
  padding: 25px 48px 25px 0;
  cursor: pointer;
  font-size: 17px;
  font-weight: 900;
  list-style: none;
}

.re-faq-list summary::-webkit-details-marker {
  display: none;
}

.re-faq-list summary::after {
  content: "+";
  position: absolute;
  top: 19px;
  right: 2px;
  color: var(--re-red);
  font-size: 28px;
  font-weight: 500;
}

.re-faq-list details[open] summary::after {
  content: "−";
}

.re-faq-list details p {
  max-width: 720px;
  padding: 0 48px 25px 0;
  color: #62656b;
  line-height: 1.68;
}

.re-final-cta {
  padding: 86px 0;
  background: var(--re-black);
  color: #fff;
}

.re-final-cta-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 50px;
  align-items: end;
}

.re-final-cta h2 {
  max-width: 900px;
}

.re-final-cta p {
  max-width: 720px;
  margin-top: 18px;
  color: rgba(255, 255, 255, .68);
}

.re-final-cta .re-actions {
  margin-top: 0;
  justify-content: flex-end;
}

.re-final-cta .button.ghost {
  border-color: rgba(255, 255, 255, .34);
  background: transparent;
  color: #fff;
}

.re-final-cta .button.ghost:hover {
  border-color: #fff;
  background: #fff;
  color: var(--re-black);
}

@media (prefers-reduced-motion: no-preference) {
  .re-route-line path {
    animation: re-route-emphasis 900ms .18s cubic-bezier(.16, 1, .3, 1) both;
  }

  .re-route-line circle {
    animation: re-route-node .42s cubic-bezier(.16, 1, .3, 1) both;
  }

  .re-route-line circle:nth-of-type(1) { animation-delay: .28s; }
  .re-route-line circle:nth-of-type(2) { animation-delay: .72s; }
  .re-route-line circle:nth-of-type(3) { animation-delay: 1.08s; }
}

@keyframes re-route-emphasis {
  from { opacity: .68; filter: drop-shadow(0 1px 0 #fff) drop-shadow(0 -1px 0 #fff); }
  to { opacity: 1; filter: drop-shadow(0 1px 0 #fff) drop-shadow(0 -1px 0 #fff) drop-shadow(0 7px 12px rgba(226, 27, 42, .22)); }
}

@keyframes re-route-node {
  from { transform: scale(.72); transform-origin: center; }
  to { transform: scale(1); transform-origin: center; }
}

@media (max-width: 1180px) {
  .re-hero-layout {
    grid-template-columns: minmax(0, 1.08fr) minmax(430px, .92fr);
  }

  .re-profile-phone {
    right: 2%;
    width: 172px;
  }

  .re-contact-saved {
    right: 8%;
  }

  .re-demo-note-one {
    left: -5%;
  }

  .re-demo-note-two {
    right: -3%;
  }
}

@media (max-width: 960px) {
  .re-hero-layout,
  .re-intro-grid,
  .re-placement-layout,
  .re-profile-layout,
  .re-scale-layout,
  .re-offer-layout,
  .re-faq-layout,
  .re-final-cta-layout {
    grid-template-columns: 1fr;
  }

  .re-hero-copy {
    order: -1;
    padding: 56px max(24px, calc((100vw - 720px) / 2));
  }

  .re-hero-stage {
    min-height: 620px;
  }

  .re-profile-phone {
    right: 8%;
  }

  .re-contact-saved {
    right: 18%;
  }

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

  .re-intro-grid,
  .re-profile-layout,
  .re-scale-layout,
  .re-offer-layout,
  .re-faq-layout {
    gap: 42px;
  }

  .re-placement-visual {
    min-height: 520px;
  }

  .re-profile-layout {
    max-width: 760px;
  }

  .re-product-demo {
    min-height: 650px;
  }

  .re-demo-note-one {
    left: 5%;
  }

  .re-demo-note-two {
    right: 4%;
  }

  .re-journey {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }

  .re-journey::before {
    display: none;
  }

  .re-journey article:nth-child(2) {
    border-right: 0;
  }

  .re-journey article:nth-child(-n+2) {
    border-bottom: 1px solid var(--re-line);
  }

  .re-scale-intro,
  .re-faq-intro {
    position: static;
  }

  .re-final-cta .re-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 620px) {
  .re-hero-copy {
    padding: 42px 20px 46px;
  }

  .re-hero-copy h1 {
    font-size: clamp(42px, 12vw, 58px);
  }

  .re-hero-lead {
    font-size: 17px;
  }

  .re-actions,
  .re-actions .button {
    width: 100%;
  }

  .re-actions .button {
    text-align: center;
  }

  .re-price {
    align-items: flex-start;
    flex-direction: column;
    gap: 1px;
  }

  .re-hero-stage {
    min-height: 500px;
  }

  .re-hero-photo {
    object-position: 32% center;
  }

  .re-profile-phone {
    top: 8%;
    right: 14px;
    width: 142px;
    min-height: 316px;
    padding: 17px 9px 11px;
    border-width: 5px;
    border-radius: 22px;
  }

  .re-demo-label {
    display: none;
  }

  .re-agent-avatar {
    width: 44px;
    height: 44px;
    margin-top: 11px;
    font-size: 13px;
  }

  .re-profile-phone > strong {
    font-size: 12px;
  }

  .re-phone-actions {
    gap: 5px;
    margin-top: 12px;
  }

  .re-phone-actions span {
    min-height: 27px;
    font-size: 7px;
  }

  .re-contact-saved {
    right: 12px;
    bottom: 7%;
    min-width: 210px;
    grid-template-columns: 36px 1fr 18px;
    padding: 10px 12px;
  }

  .re-contact-icon {
    width: 36px;
    height: 36px;
  }

  .re-route-desktop {
    display: none;
  }

  .re-route-mobile {
    display: block;
  }

  .re-proof-track {
    grid-template-columns: 1fr;
  }

  .re-proof {
    padding: 54px 0 28px;
  }

  .re-proof-heading {
    margin-bottom: 25px;
    padding: 0 10px;
    text-align: left;
  }

  .re-proof-heading h2 {
    font-size: 34px;
  }

  .re-proof-track > div {
    min-height: 98px;
  }

  .re-intro {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .re-intro-grid,
  .re-profile-layout,
  .re-scale-layout,
  .re-offer-layout,
  .re-faq-layout {
    gap: 30px;
  }

  .re-intro h2,
  .re-section-heading h2,
  .re-profile-copy h2,
  .re-scale-intro h2,
  .re-offer-copy h2,
  .re-faq-intro h2,
  .re-final-cta h2 {
    font-size: clamp(36px, 10vw, 48px);
  }

  .re-intro-grid p,
  .re-section-heading p,
  .re-profile-copy > p,
  .re-scale-intro p,
  .re-offer-copy > p,
  .re-faq-intro p,
  .re-final-cta p {
    font-size: 16px;
  }

  .re-placement-visual {
    min-height: 430px;
  }

  .re-placement-caption {
    right: 22px;
    bottom: 22px;
    left: 22px;
  }

  .re-placement-list article {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 21px 2px;
  }

  .re-product-demo {
    min-height: 580px;
  }

  .re-product-demo::before {
    width: 340px;
    height: 340px;
  }

  .re-demo-phone {
    width: 270px;
    min-height: 520px;
    padding: 25px 17px;
  }

  .re-demo-note {
    width: 180px;
    padding: 13px;
  }

  .re-demo-note-one {
    top: 5%;
    left: 0;
  }

  .re-demo-note-two {
    right: 0;
    bottom: 4%;
  }

  .re-journey {
    grid-template-columns: 1fr;
  }

  .re-journey article,
  .re-journey article:nth-child(2) {
    min-height: 0;
    padding: 34px 0 34px 62px;
    border-right: 0;
    border-bottom: 1px solid var(--re-line);
  }

  .re-journey article:last-child {
    border-bottom: 0;
  }

  .re-journey article > span {
    top: 31px;
    left: 0;
  }

  .re-scale-compare article {
    padding: 28px 0;
  }

  .re-offer-panel {
    padding: 28px 22px;
  }

  .re-offer-price {
    align-items: flex-start;
    flex-direction: column;
    gap: 11px;
  }

  .re-faq-list summary {
    padding-right: 34px;
    font-size: 16px;
  }

  .re-faq-list details p {
    padding-right: 10px;
  }

  .re-final-cta {
    padding: 72px 0;
  }
}
