/* ==========================================================================
   Retourbeleid – Novadecor
   Strak, zakelijk, 2026 webshop-stijl.
   ========================================================================== */

.page-retourneren {
  background: #fff;
}

.retourneren-main {
  flex: 1 0 auto;
  padding-top: var(--header-height, 0);
}

.retourneren-container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .retourneren-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .retourneren-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* Breadcrumbs */
.page-retourneren .breadcrumbs {
  background: #fafafa;
  border-bottom: 1px solid #f0f0f0;
}

.page-retourneren .breadcrumbs .retourneren-container {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.page-retourneren .breadcrumbs ol {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-retourneren .breadcrumbs li {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}

.page-retourneren .breadcrumbs a {
  font-size: 0.75rem;
  color: #525252;
  text-decoration: none;
}

.page-retourneren .breadcrumbs a:hover {
  color: #171717;
}

.page-retourneren .breadcrumbs [aria-current="page"] {
  font-size: 0.75rem;
  color: #171717;
}

.page-retourneren .breadcrumbs-sep {
  width: 1rem;
  height: 1rem;
  color: #a3a3a3;
}

/* Hero */
.retourneren-hero {
  padding: 1.75rem 0 1.5rem;
}

@media (min-width: 768px) {
  .retourneren-hero {
    padding: 2rem 0 1.75rem;
  }
}

.retourneren-hero-title {
  margin: 0 0 0.5rem;
  font-size: 1.625rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: #171717;
}

@media (min-width: 768px) {
  .retourneren-hero-title {
    font-size: 1.875rem;
  }
}

.retourneren-hero-lead {
  margin: 0 0 1rem;
  max-width: 56ch;
  font-size: 0.875rem;
  line-height: 1.55;
  color: #525252;
}

/* Overview bar – zakelijk, strak */
.retourneren-overview {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem 2rem;
  padding: 1.25rem 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

@media (min-width: 640px) {
  .retourneren-overview-item:not(:last-child) {
    padding-right: 2rem;
    border-right: 1px solid #e5e5e5;
  }
}

.retourneren-overview-item {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.retourneren-overview-label {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #737373;
}

.retourneren-overview-value {
  font-size: 0.875rem;
  font-weight: 600;
  color: #171717;
}

/* Layout */
.retourneren-layout {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem 2.5rem;
}

@media (min-width: 640px) {
  .retourneren-layout {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .retourneren-layout {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 3.5rem;
  }
}

/* Body content */
.retourneren-body {
  min-width: 0;
}

.retourneren-section {
  padding: 1.25rem 0;
  border-bottom: 1px solid #f0f0f0;
  scroll-margin-top: calc(var(--header-height, 0) + 1rem);
}

.retourneren-section:first-child {
  padding-top: 0;
}

.retourneren-section:last-of-type {
  border-bottom: none;
}

.retourneren-section-title {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #171717;
}

.retourneren-section-subtitle {
  margin: 1rem 0 0.375rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #404040;
}

.retourneren-section-subtitle:first-of-type {
  margin-top: 0.5rem;
}

.retourneren-section-text {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #404040;
}

.retourneren-section-note {
  margin: 0.75rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #525252;
}

.retourneren-list {
  margin: 0;
  padding-left: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #404040;
}

.retourneren-list li {
  margin-bottom: 0.375rem;
}

.retourneren-list li:last-child {
  margin-bottom: 0;
}

/* Genummerde lijsten (algemene voorwaarden) */
.retourneren-list-ol {
  margin: 0 0 1rem;
  padding-left: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #404040;
}

.retourneren-list-ol li {
  margin-bottom: 0.5rem;
}

.retourneren-list-ol li:last-child {
  margin-bottom: 0;
}

.voorwaarden-prose .retourneren-section-text + .retourneren-list-ol {
  margin-top: 0.5rem;
}

.voorwaarden-prose a {
  color: #a87b4b;
  text-decoration: underline;
}

.voorwaarden-prose a:hover {
  color: #8a5d35;
}

/* Retouradres block */
.retourneren-section--highlight {
  padding: 1.25rem 1.5rem;
  background: #fafafa;
  border-radius: 6px;
  border: 1px solid #e5e5e5;
}

.retourneren-address {
  margin: 0;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.55;
  color: #171717;
}

/* CTA */
.retourneren-cta {
  padding: 1.5rem 0 0 !important;
  border-bottom: none !important;
}

.retourneren-cta-title {
  margin: 0 0 0.125rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #171717;
}

.retourneren-cta-text {
  margin: 0 0 0.75rem;
  font-size: 0.8125rem;
  color: #525252;
}

.retourneren-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #fff;
  background: #171717;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.15s;
}

.retourneren-cta-btn:hover {
  background: #262626;
}

.retourneren-cta-btn:focus-visible {
  outline: 2px solid #171717;
  outline-offset: 2px;
}
