/* =============================================================
   RESET & BASE
============================================================= */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Inter, Arial, sans-serif;
  background: #f8f6f1;
  color: #181818;
}


/* =============================================================
   TYPOGRAPHIE GLOBALE
============================================================= */

h1 {
  font-size: clamp(3rem, 6vw, 6.5rem);
  line-height: 1.05;
  letter-spacing: -4px;
  margin-bottom: 28px;
}

h1 em,
h2 em {
  font-style: italic;
  color: #c9923e;
  font-weight: 400;
}

h2 {
  font-size: clamp(2.2rem, 4vw, 4.2rem);
  line-height: 1;
  letter-spacing: -2px;
  text-align: center;
  margin-bottom: 45px;
}

.eyebrow {
  color: #c9923e;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.78rem;
  font-weight: 900;
  margin-bottom: 16px;
}

.center {
  text-align: center;
}

.text-gold {
  color: #c9923e;
  font-weight: 700;
}


/* =============================================================
   BOUTONS
============================================================= */

.btn {
  padding: 15px 24px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 900;
  display: inline-block;
}

.primary {
  background: #181818;
  color: white;
}

.secondary {
  background: transparent;
  color: #c9923e;
  border: 2px solid #c9923e;
}

.secondary:hover {
  background: #c9923e;
  color: white;
}


/* =============================================================
   NAVBAR
============================================================= */

.navbar {
  width: 92%;
  margin: 20px auto;
  padding: 18px 28px;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 15px;
  z-index: 10;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}


.logo {
  font-size: 1.3rem;
  font-weight: 900;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.logo span {
  color: #c9923e;
}

nav {
  display: flex;
  align-items: center;
  gap: 22px;
}

nav a {
  text-decoration: none;
  color: #222;
  font-weight: 700;
  font-size: 0.92rem;
}

.nav-btn {
  background: #181818;
  color: white;
  padding: 12px 18px;
  border-radius: 14px;
}


/* =============================================================
   HERO
============================================================= */

.hero {
  width: 92%;
  margin: 60px auto 110px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 60px;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-remax-logo {
  height: 37px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.hero-text p {
  font-size: 1.15rem;
  line-height: 1.7;
  color: #555;
  max-width: 620px;
}

.hero-buttons {
  display: flex;
  gap: 16px;
  margin: 35px 0;
}

.hero-image {
  position: relative;
}

.hero-image img {
  width: 100%;
  height: 720px;
  object-fit: cover;
  border-radius: 25px;
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.22);
}


/* =============================================================
   SERVICES (ACCOMPAGNEMENT)
============================================================= */

.premium-services {
  width: 92%;
  margin: 120px auto;
  padding: 80px 60px;
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(201, 146, 62, 0.24), transparent 34%),
    linear-gradient(135deg, #181818, #2a241c);
  color: white;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.18);
}

.premium-services h2,
.premium-services h3 {
  color: white;
}

.premium-services p,
.premium-services li {
  color: rgba(255, 255, 255, 0.78);
}

.premium-services .eyebrow {
  color: #c9923e;
}

.section-intro {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 55px;
}

.section-intro p {
  color: #666;
  font-size: 1.1rem;
  line-height: 1.7;
}

.premium-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.premium-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 35px;
  border-radius: 20px;
  color: white;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
  transition: all 0.3s ease;
}

.premium-card:hover {
  transform: translateY(-8px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.06));
  border-color: rgba(201, 146, 62, 0.35);
}

.premium-card.featured {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
  border: 1px solid rgba(201, 146, 62, 0.35);
  color: white;
}

.premium-card.featured p,
.premium-card.featured li {
  color: rgba(255, 255, 255, 0.82);
}

.number {
  color: #c9923e;
  font-size: 1rem;
  font-weight: 900;
  margin-bottom: 18px;
}

.icon {
  font-size: 3rem;
  margin-bottom: 20px;
}

.premium-card h3 {
  font-size: 2rem;
  margin-bottom: 16px;
  color: white;
}

.premium-card p {
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.8;
  margin-bottom: 22px;
}

.premium-card ul {
  list-style: none;
  margin-bottom: 28px;
}

.premium-card li {
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 12px;
  line-height: 1.6;
}

.premium-card li::before {
  content: "✓";
  color: #c9923e;
  font-weight: 900;
  margin-right: 10px;
}

.premium-card a {
  color: #c9923e;
  text-decoration: none;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
}

.premium-card a:hover {
  color: #ddb16b;
}


/* =============================================================
   PROPRIÉTÉS (LISTINGS)
============================================================= */

.listings {
  width: 92%;
  margin: 110px auto;
}

.listing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.listing-card {
  background: white;
  border-radius: 18px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.07);
  border: 1px solid rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: 0.25s ease;
}

.listing-card:hover {
  transform: translateY(-8px);
}

.listing-card img {
  width: 100%;
  height: 380px;
  object-fit: cover;
}

.listing-content {
  padding: 30px;
}

.price {
  display: inline-block;
  color: #c9923e;
  font-weight: 900;
  font-size: 1.3rem;
  margin-bottom: 12px;
}

.listing-card h3 {
  font-size: 1.4rem;
  margin-bottom: 12px;
}

.listing-card p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 20px;
}

.listing-card a {
  color: #181818;
  text-decoration: none;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.85rem;
}


/* =============================================================
   APPROCHE
============================================================= */

.approach-section {
  width: 92%;
  margin: 120px auto;
  padding: 35px;
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(201, 146, 62, 0.24), transparent 35%),
    linear-gradient(135deg, #181818, #2a241c);
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 55px;
  align-items: center;
  border: 1px solid rgba(201, 146, 62, 0.15);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.18);
}

.approach-image img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  object-position: top center;
  border-radius: 20px;
  display: block;
}

.approach-content {
  color: white;
}

.approach-content .eyebrow {
  color: #c9923e;
}

.approach-content h2 {
  text-align: left;
  color: white;
  margin-bottom: 24px;
  font-size: clamp(3rem, 5vw, 5rem);
  line-height: 0.95;
  letter-spacing: -2px;
}

.approach-content p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.8;
  font-size: 1.05rem;
  margin-bottom: 28px;
  max-width: 800px;
}

.approach-points {
  display: grid;
  gap: 14px;
  margin-bottom: 35px;
}

.approach-points div {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: white;
  padding: 16px 20px;
  border-radius: 16px;
  font-weight: 700;
}

.approach-points div:hover {
  background: rgba(255, 255, 255, 0.12);
  transition: 0.25s ease;
}

.approach-section .btn {
  background: white;
  color: #181818;
  font-weight: 800;
}

.approach-section .btn:hover {
  transform: translateY(-2px);
}


/* =============================================================
   VIDÉOS
============================================================= */

.videos {
  width: 92%;
  margin: 110px auto;
}

.video-header {
  max-width: 950px;
  margin: 0 auto 70px;
  text-align: center;
}

.video-header .eyebrow {
  text-align: center;
  margin-bottom: 20px;
}

.video-header h2 {
  font-size: clamp(3rem, 6vw, 5.8rem);
  line-height: 0.95;
  letter-spacing: -3px;
  margin-bottom: 24px;
}

.video-subtitle {
  max-width: 700px;
  margin: 0 auto;
  color: #6f737b;
  font-size: 1.15rem;
  line-height: 1.8;
}

.modern-video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  max-width: 1450px;
  margin: auto;
}

.modern-video-card {
  background: white;
  border-radius: 20px;
  padding: 18px;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: 0.25s ease;
}

.modern-video-card:hover {
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.12);
}

.video-frame {
  position: relative;
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
  background: #000;
}

.video-frame video {
  width: 100%;
  display: block;
}

.video-info {
  padding: 24px 8px 8px;
}

.video-tag {
  display: inline-block;
  background: #f3eadb;
  color: #9b6a22;
  padding: 8px 13px;
  border-radius: 14px;
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 14px;
}

.video-info h3 {
  font-size: 1.55rem;
  line-height: 1.1;
  margin-bottom: 10px;
}

.video-info p {
  color: #666;
  line-height: 1.6;
  font-size: 0.98rem;
}


/* =============================================================
   AVIS GOOGLE — SLIDER
============================================================= */

.reviews {
  width: 92%;
  margin: 120px auto;
  padding: 80px 60px;
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(201, 146, 62, 0.24), transparent 35%),
    linear-gradient(135deg, #181818, #2a241c);
  color: white;
  border: 1px solid rgba(201, 146, 62, 0.15);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}

.reviews .eyebrow {
  color: #c9923e;
}

.reviews h2 {
  color: white;
}

/* Slider container */
.review-slider {
  position: relative;
  margin-top: 50px;
}

.review-track-wrap {
  overflow: hidden;
}

.review-track {
  display: flex;
  gap: 28px;
  align-items: stretch;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

/* Cartes */
.review-card {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 28px;
  transition: background 0.3s ease;
  flex: 0 0 calc((100% - 56px) / 3);
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.review-card:hover {
  background: rgba(255, 255, 255, 0.12);
}

.google-badge {
  width: 72px;
  height: 72px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.google-badge img {
  width: 42px;
  height: 42px;
}

.stars {
  color: #c9923e;
  font-size: 1.3rem;
  margin-bottom: 18px;
}

.review-card p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.8;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.review-card p.expanded {
  display: block;
  overflow: visible;
  -webkit-line-clamp: unset;
}

.review-read-more {
  background: none;
  border: none;
  color: #c9923e;
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
  padding: 8px 0 0;
  text-decoration: underline;
  text-underline-offset: 3px;
  display: block;
  transition: color 0.2s ease;
  font-family: Inter, Arial, sans-serif;
}

.review-read-more:hover {
  color: #ddb16b;
}

.review-card p.expanded {
  display: block;
  overflow: visible;
  -webkit-line-clamp: unset;
}

.review-read-more {
  background: none;
  border: none;
  color: #c9923e;
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
  padding: 6px 0 0;
  text-decoration: underline;
  text-underline-offset: 3px;
  display: block;
  transition: color 0.2s ease;
}

.review-read-more:hover {
  color: #ddb16b;
}

.review-card strong {
  display: block;
  color: white;
  margin-top: 16px;
  font-size: 1rem;
}

/* Flèches */
.review-controls {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 24px;
}

.review-arrow {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  color: white;
  font-size: 1.6rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  line-height: 1;
  flex-shrink: 0;
}

.review-arrow:hover {
  background: rgba(201, 146, 62, 0.35);
  border-color: rgba(201, 146, 62, 0.6);
}

/* Points */
.review-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 30px;
}

.review-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.25);
  cursor: pointer;
  transition: all 0.25s ease;
  padding: 0;
}

.review-dot.active {
  background: #c9923e;
  width: 24px;
  border-radius: 4px;
}

/* Responsive slider */
@media (max-width: 1000px) {
  .review-card {
    flex: 0 0 calc((100% - 28px) / 2);
  }

  .reviews {
    padding: 55px 40px;
  }
}

@media (max-width: 700px) {
  .review-card {
    flex: 0 0 100%;
  }

  .reviews {
    padding: 45px 24px;
  }
}


/* =============================================================
   OUTILS
============================================================= */

.tools {
  width: 92%;
  margin: 140px auto;
}

.tools .eyebrow {
  text-align: left;
}

.tools h2 {
  text-align: left;
  font-size: clamp(3rem, 5vw, 5rem);
  line-height: 0.95;
  letter-spacing: -2px;
  max-width: 900px;
  margin-bottom: 60px;
}

.tools-list {
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  overflow: hidden;
}

.tool-row {
  min-height: 170px;
  display: grid;
  grid-template-columns: 90px 1fr 60px;
  gap: 35px;
  align-items: center;
  padding: 38px 55px;
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  transition: all 0.25s ease;
}

.tool-row:last-child {
  border-bottom: none;
}

.tool-row:hover {
  background: #faf7f0;
}

.tool-square {
  width: 68px;
  height: 68px;
  border-radius: 16px;
  border: 1px solid rgba(201, 146, 62, 0.25);
  background:
    radial-gradient(circle at top right, rgba(201, 146, 62, 0.18), transparent 60%),
    linear-gradient(135deg, #181818, #2a241c);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  transition: all 0.25s ease;
}

.tool-row:hover .tool-square {
  border-color: rgba(201, 146, 62, 0.5);
  transform: scale(1.05);
}

.tool-text h3 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 12px;
}

.tool-text p {
  color: #6f737b;
  font-size: 1.15rem;
  line-height: 1.7;
  margin: 0;
}

.tool-arrow {
  justify-self: end;
  color: #b58a2d;
  font-size: 2rem;
  transition: 0.25s ease;
}

.tool-row:hover .tool-arrow {
  transform: translateX(10px);
}

@media (max-width: 900px) {
  .tools h2 {
    font-size: 3rem;
    letter-spacing: -2px;
  }

  .tool-row {
    grid-template-columns: 1fr;
    padding: 30px;
    gap: 20px;
  }

  .tool-arrow {
    justify-self: start;
  }

  .tool-text h3 {
    font-size: 1.4rem;
  }

  .tool-text p {
    font-size: 1rem;
  }
}


/* =============================================================
   NEWSLETTER / CONTACT
============================================================= */

.newsletter-section {
  width: 92%;
  margin: 110px auto;
  padding: 28px;
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(201, 146, 62, 0.24), transparent 34%),
    linear-gradient(135deg, #181818, #2a241c);
  color: white;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.16);
}

.newsletter-content {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 45px;
  align-items: center;
}

.newsletter-text {
  padding: 32px;
}

.newsletter-text h2 {
  text-align: left;
  color: white;
  font-size: clamp(2.3rem, 4vw, 4.2rem);
  line-height: 1;
  letter-spacing: -2px;
  margin-bottom: 22px;
  max-width: 720px;
}

.newsletter-text p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1rem;
  line-height: 1.7;
  max-width: 650px;
  margin-bottom: 24px;
}

.contest-text {
  margin-top: 14px;
  padding: 14px 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.6;
}

.newsletter-form {
  display: flex;
  gap: 10px;
  background: rgba(255, 255, 255, 0.12);
  padding: 9px;
  border-radius: 14px;
  max-width: 560px;
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.newsletter-form input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  color: white;
  padding: 14px 16px;
  font-size: 0.95rem;
}

.newsletter-form input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.newsletter-form button {
  border: none;
  background: white;
  color: #181818;
  padding: 14px 22px;
  border-radius: 14px;
  font-weight: 900;
  cursor: pointer;
  transition: 0.25s ease;
  white-space: nowrap;
}

.newsletter-form button:hover {
  transform: translateY(-2px);
}

.newsletter-note {
  display: block;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.82rem;
}

.newsletter-video {
  border-radius: 30px;
  overflow: hidden;
  background: #111;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.32);
}

.newsletter-video video {
  width: 100%;
  height: 50%;
  object-fit: cover;
  display: block;
}


/* =============================================================
   FOOTER
============================================================= */

.footer {
  width: 92%;
  margin: 0 auto 30px;
  padding: 60px 60px 30px;
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(201, 146, 62, 0.18), transparent 50%),
    linear-gradient(135deg, #181818, #2a241c);
  color: rgba(255, 255, 255, 0.78);
}

.footer-top {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
  gap: 48px;
  padding-bottom: 44px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-logo {
  font-size: 1.5rem;
  font-weight: 900;
  color: white;
  margin-bottom: 18px;
  letter-spacing: -0.5px;
}

.footer-logo span {
  color: #c9923e;
}

.footer-desc {
  font-size: 0.9rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 24px;
  max-width: 280px;
}

.footer-socials {
  display: flex;
  gap: 10px;
}

.footer-social {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 17px;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.05);
  transition: all 0.2s ease;
}

.footer-social:hover {
  background: rgba(201, 146, 62, 0.18);
  border-color: rgba(201, 146, 62, 0.45);
  color: #c9923e;
}

.footer-col-title {
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #c9923e;
  margin-bottom: 20px;
}

.footer-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.footer-col ul a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.875rem;
  font-weight: 500;
  transition: color 0.2s ease;
}

.footer-col ul a:hover {
  color: #c9923e;
}

.footer-badge {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #c9923e;
  background: rgba(201, 146, 62, 0.12);
  border: 1px solid rgba(201, 146, 62, 0.22);
  border-radius: 8px;
  padding: 5px 10px;
  margin-bottom: 18px;
  line-height: 1.5;
}

.footer-contact-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 14px;
}

.footer-contact-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.38);
}

.footer-contact-val {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-contact-val:hover {
  color: #c9923e;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 26px;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.35);
  flex-wrap: wrap;
  gap: 8px;
}

@media (max-width: 900px) {
  .footer {
    padding: 45px 30px 26px;
  }

  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-desc {
    max-width: 100%;
  }
}

@media (max-width: 700px) {
  .footer {
    width: calc(100% - 32px);
    padding: 36px 24px 22px;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
}


/* =============================================================
   HAMBURGER (mobile only)
============================================================= */

.nav-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  padding: 8px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  background: white;
  cursor: pointer;
  flex-shrink: 0;
}

.nav-hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background: #181818;
  border-radius: 2px;
  transition: all 0.25s ease;
  transform-origin: center;
}

.nav-hamburger.open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-hamburger.open span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.nav-hamburger.open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}


/* =============================================================
   RESPONSIVE — 1000px
============================================================= */

@media (max-width: 1000px) {
  .approach-section {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .approach-image img {
    height: 420px;
  }

  .approach-content h2 {
    font-size: 2.8rem;
  }

  .review-grid {
    grid-template-columns: 1fr;
  }

  .reviews {
    padding: 50px 30px;
  }
}


/* =============================================================
   RESPONSIVE — 900px
============================================================= */

@media (max-width: 900px) {
  .hero,
  .premium-grid,
  .listing-grid,
  .modern-video-grid,
  .review-grid,
  .approach-section {
    grid-template-columns: 1fr;
  }

  h1 {
    letter-spacing: -2px;
  }

  .hero-image img {
    height: 520px;
  }

  .premium-services {
    padding: 55px 22px;
  }

  .approach-section {
    padding: 24px;
  }

  .approach-section .btn {
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }

  .approach-image img {
    height: 420px;
  }

  .newsletter-section {
    margin: 90px auto;
    padding: 22px;
  }

  .newsletter-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .newsletter-text {
    padding: 18px;
  }

  .newsletter-text h2 {
    font-size: 2.5rem;
    letter-spacing: -1.5px;
  }

  .newsletter-form {
    flex-direction: column;
    border-radius: 24px;
  }

  .newsletter-form button {
    width: 100%;
  }

  .newsletter-video video {
    height: 420px;
  }

  .tools h2 {
    font-size: 3rem;
    letter-spacing: -2px;
  }

  .tool-row {
    grid-template-columns: 1fr;
    padding: 30px;
    gap: 20px;
  }

  .tool-arrow {
    justify-self: start;
  }

  .tool-text h3 {
    font-size: 1.4rem;
  }

  .tool-text p {
    font-size: 1rem;
  }
}


/* =============================================================
   RESPONSIVE — 700px (mobile)
============================================================= */

@media (max-width: 700px) {

  .tools {
    margin: 71x auto;
  }

  .newsletter-section {
    margin: 71px auto;
  }

  .listings {
    margin: 60px auto;
  }

  .approach-section {
    margin: 60px auto;
  }

}




@media (max-width: 700px) {
  body {
    overflow-x: hidden;
  }

  /* --- Navbar hamburger --- */
  .navbar {
    width: calc(100% - 28px);
    margin: 14px auto;
    padding: 16px 18px;
    border-radius: 22px;
    flex-wrap: wrap;
    align-items: center;
  }

  .nav-hamburger {
    display: flex;
  }

  nav {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    width: 100%;
    padding-top: 14px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    margin-top: 14px;
  }

  nav.open {
    display: flex;
  }

  nav a {
    width: 100%;
    padding: 11px 14px;
    border-radius: 12px;
    font-size: 0.95rem;
    transition: background 0.2s ease;
  }

  nav a:hover {
    background: rgba(0, 0, 0, 0.04);
  }

  .nav-btn {
    margin-top: 6px;
    text-align: center;
    padding: 13px 18px;
  }

  .logo {
    font-size: 1.3rem;
  }

  /* --- Reste mobile --- */
  .hero {
    width: calc(100% - 32px);
    margin: 45px auto 80px;
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .eyebrow {
    font-size: 0.68rem;
    letter-spacing: 2px;
    line-height: 1.5;
  }

  .hero-remax-logo {
    height: 30px;
    top: 0;
  }

  h1 {
    font-size: clamp(3.1rem, 15vw, 4.8rem);
    line-height: 0.9;
    letter-spacing: -3px;
    margin-bottom: 24px;
  }

  .hero-text p {
    font-size: 1.08rem;
    line-height: 1.8;
  }

  .hero-buttons {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    margin: 30px 0;
  }

  .hero-buttons .btn {
    width: 100%;
    text-align: center;
    padding: 17px 22px;
    border-radius: 16px;
    font-size: 1rem;
  }

  .hero-image img {
    height: 520px;
    border-radius: 20px;
    object-fit: cover;
    object-position: center top;
  }
}
/* =============================================================
   LISTINGS — BOUTON CTA
============================================================= */

.listings-cta {
  text-align: center;
  margin-top: 44px;
}