/* Verkoper-landingspagina /website-verkopen — WTK
   px-units (root font-size = 10px in WTK, geen rem). */

.sell-page { max-width: 1080px; margin: 0 auto; padding: 0 16px 64px; color: #2b2b2b; font-size: 16px; line-height: 1.55; }
.sell-page h1, .sell-page h2, .sell-page h3 { color: #1f2937; font-weight: 700; }
.sell-page section { margin-top: 56px; }

/* HERO */
.sell-hero { text-align: center; padding: 56px 16px 8px; }
.sell-hero__inner { max-width: 720px; margin: 0 auto; }
.sell-hero h1 { font-size: 40px; line-height: 1.15; margin: 0 0 16px; }
.sell-hero__sub { font-size: 20px; color: #4b5563; margin: 0 0 28px; }
.sell-hero__sub strong { color: #c1272d; }
.sell-hero__cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* Knoppen */
.sell-btn { display: inline-block; padding: 14px 26px; border-radius: 8px; font-size: 17px; font-weight: 600; text-decoration: none; transition: transform .08s ease, box-shadow .15s ease, background .15s ease; }
.sell-btn:hover { transform: translateY(-1px); text-decoration: none; }
.sell-btn--primary { background: #c1272d; color: #fff; box-shadow: 0 4px 14px rgba(193,39,45,.28); }
.sell-btn--primary:hover { background: #a71f24; color: #fff; }
.sell-btn--ghost { background: #fff; color: #c1272d; border: 2px solid #c1272d; }
.sell-btn--ghost:hover { background: #fdecec; color: #a71f24; }
.sell-btn--lg { padding: 18px 36px; font-size: 19px; }

/* TRUST STRIP */
.sell-trust { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; background: #f8f5ef; border-radius: 12px; padding: 28px 16px; }
.sell-trust__item { text-align: center; min-width: 180px; }
.sell-trust__num { display: block; font-size: 34px; font-weight: 800; color: #c1272d; line-height: 1; }
.sell-trust__label { display: block; font-size: 14px; color: #6b7280; margin-top: 6px; }

/* STAPPEN */
.sell-steps { text-align: center; }
.sell-steps h2 { font-size: 30px; margin: 0 0 32px; }
.sell-steps__list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; text-align: left; }
.sell-steps__list li { background: #fff; border: 1px solid #ececec; border-radius: 12px; padding: 28px 22px; position: relative; }
.sell-steps__n { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; background: #c1272d; color: #fff; font-weight: 700; font-size: 18px; margin-bottom: 12px; }
.sell-steps__list h3 { font-size: 19px; margin: 0 0 8px; }
.sell-steps__list p { margin: 0; color: #4b5563; font-size: 15px; }
.sell-steps__cta { margin-top: 32px; }

/* WAARDEBEPALING */
.sell-value { background: linear-gradient(135deg, #1f2937, #374151); color: #fff; border-radius: 14px; padding: 40px 32px; text-align: center; }
.sell-value h2 { color: #fff; font-size: 28px; margin: 0 0 12px; }
.sell-value p { color: #d1d5db; max-width: 640px; margin: 0 auto 22px; font-size: 17px; }
.sell-value .sell-btn--ghost { background: transparent; color: #fff; border-color: #fff; }
.sell-value .sell-btn--ghost:hover { background: rgba(255,255,255,.12); color: #fff; }

/* WAAROM */
.sell-why { text-align: center; }
.sell-why h2 { font-size: 30px; margin: 0 0 32px; }
.sell-why__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; text-align: left; }
.sell-why__item { padding: 22px 24px; border-left: 3px solid #c1272d; background: #fafafa; border-radius: 0 10px 10px 0; }
.sell-why__item h3 { font-size: 18px; margin: 0 0 6px; }
.sell-why__item p { margin: 0; color: #4b5563; font-size: 15px; }

/* FAQ */
.sell-faq h2 { font-size: 30px; text-align: center; margin: 0 0 28px; }
.sell-faq details { border: 1px solid #ececec; border-radius: 10px; padding: 16px 20px; margin-bottom: 12px; background: #fff; }
.sell-faq summary { font-weight: 600; font-size: 17px; cursor: pointer; color: #1f2937; }
.sell-faq details[open] summary { color: #c1272d; }
.sell-faq details p { margin: 12px 0 0; color: #4b5563; font-size: 15px; }

/* SLOT-CTA */
.sell-final { text-align: center; background: #f8f5ef; border-radius: 14px; padding: 48px 24px; }
.sell-final h2 { font-size: 30px; margin: 0 0 10px; }
.sell-final p { color: #4b5563; font-size: 18px; margin: 0 0 26px; }

/* Responsive */
@media (max-width: 860px) {
  .sell-steps__list, .sell-why__grid { grid-template-columns: 1fr; }
  .sell-hero h1 { font-size: 32px; }
  .sell-hero__sub { font-size: 18px; }
}
