/* ═══════════════════════════════════════════════
   REMAXBLUE — sell.css
   Página: Vender a Sua Casa
   ═══════════════════════════════════════════════ */

/* ─── NAV (transparent → white on scroll) ─────── */
.page-sell .nav { background: transparent; box-shadow: none; }
.page-sell .nav.scrolled {
  background: rgba(255,255,255,0.97);
  box-shadow: 0 1px 0 var(--gray-100);
  backdrop-filter: blur(10px);
}
.page-sell .nav .nav__logo-img--white { display: block; }
.page-sell .nav .nav__logo-img--color { display: none; }
.page-sell .nav .nav__links > a:not(.btn) { color: rgba(255,255,255,0.85); }
.page-sell .nav .nav__links > a:not(.btn):hover { color: var(--white); }
.page-sell .nav .btn--nav-cta { border-color: rgba(255,255,255,0.5); color: var(--white); }
.page-sell .nav .btn--nav-cta:hover { background: var(--white); color: var(--navy); }

.page-sell .nav.scrolled .nav__logo-img--white { display: none; }
.page-sell .nav.scrolled .nav__logo-img--color { display: block; }
.page-sell .nav.scrolled .nav__links > a:not(.btn) { color: var(--gray-700); }
.page-sell .nav.scrolled .nav__links > a:not(.btn):hover { color: var(--navy); }
.page-sell .nav.scrolled .btn--nav-cta { border-color: var(--navy); color: var(--navy); }
.page-sell .nav.scrolled .btn--nav-cta:hover { background: var(--navy); color: var(--white); }

/* ─── HERO SPLIT ────────────────────────────────── */
.sell-hero {
  position: relative;
  display: flex;
  align-items: stretch;
  background: linear-gradient(135deg, var(--navy) 0%, #0a2a6a 60%, #0d3580 100%);
  overflow: hidden;
}
.sell-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 70% 30%, rgba(0,80,200,0.3) 0%, transparent 55%),
    radial-gradient(ellipse at 20% 80%, rgba(0,30,100,0.4) 0%, transparent 50%);
  pointer-events: none;
}
.sell-hero__overlay {
  position: absolute;
  inset: 0;
  background: url('../images/hero-bg.jpg') center/cover no-repeat;
  opacity: 0.12;
}

/* Grid: copy | form */
.sell-hero__split {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  padding-top: 8rem;
  padding-bottom: 5rem;
  align-items: start;
}
@media (min-width: 900px) {
  .sell-hero__split {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    padding-top: 9rem;
    padding-bottom: 6rem;
  }
}

/* Coluna esquerda */
.sell-hero__copy { color: var(--white); }
.sell-hero__copy .section-eyebrow {
  color: var(--blue-tint);
  margin-bottom: 1rem;
}
.sell-hero__copy h1 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  font-weight: 500;
  color: var(--white);
  line-height: 1.12;
  margin-bottom: 1.25rem;
}
.sell-hero__sub {
  font-size: 1rem;
  color: rgba(255,255,255,0.72);
  line-height: 1.75;
  margin-bottom: 1.75rem;
}
.sell-trust--hero { margin-bottom: 2rem; }
.sell-hero .sell-trust--hero li,
.sell-trust--hero li {
  color: rgba(255,255,255,0.95) !important;
  font-size: 0.95rem;
}
.sell-hero__quote {
  border-left: 3px solid rgba(255,255,255,0.25);
  padding-left: 1.25rem;
  margin: 0;
}
.sell-hero__quote p {
  font-family: var(--font-display);
  font-size: 0.9375rem;
  font-style: italic;
  color: rgba(255,255,255,0.7);
  line-height: 1.6;
  margin-bottom: 0.4rem;
}
.sell-hero__quote cite {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.45);
  font-style: normal;
  letter-spacing: 0.03em;
}

/* Coluna direita: card do formulário */
.sell-hero__form-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 2.25rem 2rem;
  box-shadow: 0 8px 40px rgba(0,0,0,0.25);
}
.sell-form-card__title {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--navy);
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--gray-100);
}
.contact-form--hero { background: none; border: none; padding: 0; box-shadow: none; }

/* ─── CTA FINAL ─────────────────────────────────── */
.sell-cta-final {
  padding: 4rem 0;
  background: var(--off-white);
  border-top: 1px solid var(--gray-100);
}
.sell-cta-final__inner {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start;
}
@media (min-width: 640px) {
  .sell-cta-final__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.sell-cta-final h2 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--navy);
  margin-bottom: 0.35rem;
}
.sell-cta-final p {
  font-size: 0.9375rem;
  color: var(--gray-500);
  margin: 0;
}
.sell-cta-final .btn { flex-shrink: 0; }

/* ─── PROOF STRIP ──────────────────────────────── */
.sell-proof {
  background: var(--white);
  border-bottom: 1px solid var(--gray-100);
  box-shadow: 0 2px 12px rgba(10,26,58,0.06);
}
.sell-proof__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}
@media (min-width: 680px) {
  .sell-proof__inner { grid-template-columns: repeat(4, 1fr); }
}
.sell-proof__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  padding: 1.75rem 1rem;
  text-align: center;
  border-right: 1px solid var(--gray-100);
}
.sell-proof__stat:last-child { border-right: none; }
@media (max-width: 679px) {
  .sell-proof__stat:nth-child(2) { border-right: none; }
  .sell-proof__stat:nth-child(n+3) { border-top: 1px solid var(--gray-100); }
}
.sell-proof__stat strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  font-weight: 500;
  color: var(--navy);
  line-height: 1;
}
.sell-proof__stat span {
  font-size: 0.78rem;
  color: var(--gray-500);
  font-weight: 400;
  letter-spacing: 0.02em;
}

/* ─── WHY US ───────────────────────────────────── */
.sell-why {
  padding: 5rem 0;
  background: var(--off-white);
}
.sell-why .section-eyebrow { text-align: center; }
.sell-why .section-title { text-align: center; margin-bottom: 3.5rem; }

.sell-features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 640px) {
  .sell-features { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
  .sell-features { grid-template-columns: repeat(3, 1fr); }
}

.sell-feature {
  background: var(--white);
  border: 1px solid var(--gray-100);
  border-radius: var(--radius-lg);
  padding: 2rem;
  box-shadow: var(--shadow-sm);
  transition: box-shadow var(--transition), transform var(--transition);
}
.sell-feature:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}
.sell-feature__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--blue-light);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue);
  margin-bottom: 1.25rem;
  flex-shrink: 0;
}
.sell-feature h3 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--navy);
  margin-bottom: 0.6rem;
  line-height: 1.3;
}
.sell-feature p {
  font-size: 0.9rem;
  color: var(--gray-500);
  line-height: 1.75;
  margin: 0;
}

/* ─── PROCESS ──────────────────────────────────── */
.sell-process {
  padding: 5rem 0;
  background: var(--navy);
}
.sell-process .section-eyebrow {
  text-align: center;
  color: var(--blue-tint);
  margin-bottom: 0.75rem;
}
.sell-process .section-title {
  text-align: center;
  color: var(--white);
  margin-bottom: 3.5rem;
}

.sell-steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  max-width: 900px;
  margin: 0 auto;
}
@media (min-width: 720px) {
  .sell-steps {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
  }
}

.sell-step {
  position: relative;
  padding: 2rem;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-lg);
  text-align: center;
}
@media (min-width: 720px) {
  .sell-step:not(:last-child)::after {
    content: '→';
    position: absolute;
    right: -1.5rem;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255,255,255,0.2);
    font-size: 1.25rem;
  }
}
.sell-step__num {
  display: block;
  font-family: var(--font-display);
  font-size: 2.5rem;
  font-weight: 500;
  color: rgba(255,255,255,0.12);
  line-height: 1;
  margin-bottom: 1rem;
}
.sell-step h3 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--white);
  margin-bottom: 0.75rem;
}
.sell-step p {
  font-size: 0.875rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.75;
  margin: 0;
}

/* ─── TESTIMONIAL ──────────────────────────────── */
.sell-testimonial {
  padding: 5rem 0;
  background: var(--white);
  text-align: center;
}
.sell-testimonial blockquote {
  max-width: 640px;
  margin: 0 auto;
}
.sell-testimonial blockquote p {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  font-weight: 400;
  font-style: italic;
  color: var(--navy);
  line-height: 1.55;
  margin-bottom: 1.25rem;
}
.sell-testimonial blockquote cite {
  font-size: 0.8125rem;
  color: var(--gray-500);
  font-style: normal;
  letter-spacing: 0.04em;
}

/* ─── TRUST LIST (genérica) ─────────────────────── */
.sell-trust {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.sell-trust li {
  font-size: 0.875rem;
  color: var(--gray-700);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* ─── RESPONSIVE ──────────────────────────────── */
@media (max-width: 640px) {
  .sell-hero__split { padding-top: 6.5rem; padding-bottom: 3.5rem; }
  .sell-hero__form-card { padding: 1.75rem 1.25rem; }
  .sell-why { padding: 3.5rem 0; }
  .sell-process { padding: 3.5rem 0; }
  .sell-testimonial { padding: 3.5rem 0; }
  .sell-cta-final { padding: 3rem 0; }
}
