.sector-landing,
.sector-landing * {
  box-sizing: border-box;
}

.sector-landing {
  --sector-accent: #00b900;
  --sector-accent-hover: #008c00;
  --sector-popular-label: #ed820e;
  --sector-quote-border: #68a2b9;
  --sector-ink: #282830;
  --sector-muted: #6b6b73;
  --sector-line: #e2e2e2;
  --sector-soft: #f5f7fa;
  --sector-white: #ffffff;
  --sector-hero-position: center center;
  --sector-hero-position-mobile: 61% center;
  width: min(1380px, calc(100% - 40px)) !important;
  max-width: 1380px;
  margin: 30px auto 55px;
  color: var(--sector-ink);
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.65;
}

.sector-landing img {
  display: block;
  max-width: 100%;
}

.sector-landing a {
  color: inherit;
  text-decoration: none;
}

.sector-landing h1,
.sector-landing h2,
.sector-landing h3,
.sector-landing p,
.sector-landing ul,
.sector-landing dl,
.sector-landing dd,
.sector-landing figure {
  margin: 0;
}

.sector-landing h1,
.sector-landing h2,
.sector-landing h3 {
  color: var(--sector-ink);
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.25;
}

.sector-landing h1 {
  max-width: 650px;
  font-size: clamp(32px, 4vw, 48px);
}

.sector-landing h2 {
  font-size: clamp(25px, 3vw, 30px);
}

.sector-landing h3 {
  font-size: 18px;
}

.sector-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.sector-landing__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 15px !important;
  color: var(--sector-accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sector-landing__eyebrow::before {
  width: 24px;
  height: 3px;
  border-radius: 3px;
  background: var(--sector-accent);
  content: "";
}

.sector-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 11px 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: -1px 4px 4px rgba(0, 0, 0, 0.08);
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.sector-button--primary {
  background: var(--sector-accent);
  color: #ffffff !important;
}

.sector-button--primary:hover,
.sector-button--primary:focus-visible {
  background: var(--sector-accent-hover);
}

.sector-button--secondary {
  border-color: #dadada;
  background: var(--sector-soft);
  box-shadow: none;
  color: var(--sector-ink) !important;
}

.sector-button--secondary:hover,
.sector-button--secondary:focus-visible {
  border-color: #c9c9c9;
  background: #eceff2;
}

.sector-button:focus-visible,
.sector-landing a:focus-visible {
  outline: 3px solid rgba(0, 185, 0, 0.28);
  outline-offset: 3px;
}

.sector-landing__hero {
  position: relative;
  display: flex;
  min-height: 520px;
  align-items: center;
  overflow: hidden;
  border-radius: 6px;
  background: #282830;
}

.sector-landing__hero-background {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--sector-hero-position, center center);
  opacity: .35;
}

.sector-landing__hero::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  pointer-events: none;
}

.sector-landing__hero-copy,
.sector-landing__hero-badge {
  position: relative;
  z-index: 2;
}

.sector-landing__hero-copy {
  position: relative;
  z-index: 1;
  display: flex;
  width: min(800px, 62%);
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 5vw, 72px);
}

.sector-landing__hero h1 {
  color: #ffffff;
}

.sector-landing__hero .sector-landing__eyebrow {
  color: #ffffff;
}

.sector-landing__hero-copy > p:not(.sector-landing__eyebrow):not(.sector-landing__phone) {
  max-width: 620px;
  margin-top: 18px !important;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  line-height: 1.7;
}

.sector-landing__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.sector-landing__hero .sector-button--secondary {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff !important;
}

.sector-landing__hero .sector-button--secondary:hover,
.sector-landing__hero .sector-button--secondary:focus-visible {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.18);
}

.sector-landing__phone {
  margin-top: 17px !important;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
}

.sector-landing__phone a {
  color: #ffffff;
  font-weight: 600;
  text-decoration: underline;
}

.sector-landing__hero-badge {
  position: absolute;
  z-index: 1;
  right: 20px;
  bottom: 20px;
  padding: 8px 12px;
  border-radius: 4px;
  background: rgba(40, 40, 48, 0.9);
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
}

/* Vertrouwensrij */
.sector-landing__trust {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 20px;
  overflow: hidden;
  border: 1px solid var(--sector-line);
  border-radius: 6px;
  background: var(--sector-white);
}

.sector-landing__trust-item {
  display: flex;
  min-height: 76px;
  align-items: center;
  gap: 11px;
  padding: 17px 20px;
  border-right: 1px solid var(--sector-line);
  color: var(--sector-muted);
  font-size: 13px;
}

.sector-landing__trust-item:last-child {
  border-right: 0;
}

.sector-landing__trust-item strong {
  color: var(--sector-ink);
  font-weight: 600;
}

.sector-landing__check {
  display: grid;
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  place-items: center;
  border-radius: 50%;
  background: #eaf8ea;
  color: var(--sector-accent);
  font-size: 12px;
  font-weight: 700;
}

/* Algemene secties */
.sector-landing__section {
  margin-top: 30px;
  padding: clamp(30px, 4vw, 50px);
  border-radius: 6px;
  background: var(--sector-white);
  box-shadow: 2px 2px 50px rgba(38, 63, 77, 0.08);
}

.sector-landing__section--soft {
  background: var(--sector-soft);
  box-shadow: none;
}

.sector-landing__heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 35px;
  margin-bottom: 27px;
}

.sector-landing__heading > div {
  max-width: 700px;
}

.sector-landing__heading > p {
  max-width: 480px;
  color: var(--sector-muted);
}

/* Voordelen */
.sector-landing__benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.sector-benefit {
  padding: 23px;
  border: 1px solid var(--sector-line);
  border-radius: 6px;
  background: var(--sector-white);
}

.sector-benefit__icon {
  display: grid;
  width: 38px;
  height: 38px;
  margin-bottom: 16px;
  place-items: center;
  border-radius: 50%;
  background: #eaf8ea;
  color: var(--sector-accent);
  font-size: 16px;
  font-weight: 700;
}

.sector-benefit h3 {
  margin-bottom: 9px;
  font-size: 16px;
}

.sector-benefit p {
  color: var(--sector-muted);
  font-size: 13px;
}

/* Praktijksituaties */
.sector-landing__applications {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.sector-application {
  overflow: hidden;
  border-radius: 6px;
  /*background: var(--sector-white);*/
  box-shadow: 2px 2px 30px rgba(38, 63, 77, 0.1);
}

.sector-application img {
  width: 100%;
  height: 245px;
  object-fit: cover;
  opacity: 1;
}

.sector-application--primary img {
  object-position: 52% center;
}

.sector-application--secondary img {
  object-position: 56% center;
}

.sector-application__body {
  padding: 21px 22px 24px;
}

.sector-application__body span {
  display: block;
  margin-bottom: 6px;
  color: var(--sector-accent);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.sector-application__body h3 {
  margin-bottom: 8px;
}

.sector-application__body p {
  color: var(--sector-muted);
  font-size: 13px;
}

/* Aanbevolen producten: bestaande Lightspeed-productstructuur */
.sector-landing__products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.sector-landing__products .d-flex {
  display: flex;
}

.sector-landing__products .align-center {
  align-items: center;
}

.sector-landing__products .justify-center {
  justify-content: center;
}

.sector-landing__products .justify-between {
  justify-content: space-between;
}

.sector-landing__products > .product {
  position: relative;
  display: flex;
  width: auto;
  min-width: 0;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  align-self: stretch;
  flex-direction: column;
  overflow: hidden;
  border-radius: 6px;
  background: var(--sector-white);
  box-shadow: 2px 2px 50px rgba(38, 63, 77, 0.1);
  transition: box-shadow 0.25s ease;
}

.sector-landing__products > .product:hover {
  box-shadow: 2px 2px 50px rgba(38, 63, 77, 0.2);
}

.sector-landing__products .product > .img {
  position: relative;
  width: 100%;
  height: 240px;
  flex: 0 0 240px;
  overflow: hidden;
  background: #ffffff;
}

.sector-landing__products .product > .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1 !important;
  transition: transform 0.3s ease;
}

.sector-landing__products .product:hover > .img img {
  transform: scale(1.025);
}

.sector-landing__products .product .label {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 14px;
  padding: 6px 10px;
  border: 0;
  border-radius: 4px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
}

.sector-landing__products .product > .data {
  padding: 22px 22px 0;
}

.sector-landing__products .product > .data h4 {
  margin: 0 0 14px;
  color: var(--sector-ink);
  font-size: 16px;
  line-height: 1.4;
}

.sector-landing__products .product > .data h4 a:hover {
  color: var(--sector-accent);
}

.sector-landing__products .product table.meta {
  width: 100%;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  color: var(--sector-ink);
  font-size: 12px;
}

.sector-landing__products .product table.meta tr {
  border-bottom: 2px solid #ffffff;
  background: var(--sector-soft);
}

.sector-landing__products .product table.meta th,
.sector-landing__products .product table.meta td {
  padding: 8px 10px;
  border: 0;
  line-height: 1.45;
}

.sector-landing__products .product table.meta th {
  width: 48%;
  color: var(--sector-muted);
  font-weight: 400;
  text-align: left;
}

.sector-landing__products .product table.meta td {
  font-weight: 600;
  text-align: right;
}

.sector-landing__products .product table.meta td.hanging {
  position: relative;
  padding-left: calc(48% + 10px);
  text-align: right;
}

.sector-landing__products .product table.meta td.hanging::before {
  position: absolute;
  top: 8px;
  left: 10px;
  color: var(--sector-muted);
  content: attr(data-label);
  font-weight: 400;
  text-align: left;
}

.sector-landing__products .product > .actions-wrap {
  margin-top: auto;
  padding: 20px 22px 22px;
}

.sector-landing__products .visual-configure-wrap {
  display: grid;
  gap: 10px;
  width: 100%;
}

.sector-landing__products .visual-configure-wrap .btn {
  display: flex;
  width: 100%;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 11px 18px;
  border: 0;
  border-radius: 4px;
  background: var(--sector-accent);
  box-shadow: -1px 4px 4px rgba(0, 0, 0, 0.08);
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.sector-landing__products .visual-configure-wrap .btn:hover,
.sector-landing__products .visual-configure-wrap .btn:focus-visible {
  background: var(--sector-accent-hover);
}

.sector-landing__products .custom-offerte-link {
  color: var(--sector-muted) !important;
  font-size: 12px;
  text-align: center;
  text-decoration: underline !important;
}

.sector-landing__products .custom-offerte-link:hover {
  color: var(--sector-accent) !important;
}

/* Conflictfix voor bestaande Lightspeed-productstyles */
.sector-landing__products .product .label {
  display: inline-flex !important;
  width: auto !important;
  max-width: calc(100% - 28px) !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 6px 10px !important;
  top: 14px !important;
  right: auto !important;
  bottom: auto !important;
  left: 14px !important;
  border: 0 !important;
  border-radius: 4px !important;
  line-height: 1.3 !important;
  text-align: left !important;
  transform: none !important;
}

.sector-landing__products .product .label::before,
.sector-landing__products .product .label::after {
  display: none !important;
  content: none !important;
}

.sector-landing__products .product > .data {
  position: static !important;
  display: block !important;
  height: auto !important;
  min-height: 0 !important;
  flex: 0 0 auto !important;
  overflow: visible !important;
  transform: none !important;
}

.sector-landing__products .product table.meta,
.sector-landing__products .product table.meta tbody,
.sector-landing__products .product table.meta tr {
  position: static !important;
  height: auto !important;
  min-height: 0 !important;
}

.sector-landing__products .product table.meta th,
.sector-landing__products .product table.meta td {
  position: static !important;
  height: auto !important;
  white-space: normal !important;
  vertical-align: top !important;
}

.sector-landing__products .product > .actions-wrap {
  position: static !important;
  inset: auto !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  margin-top: auto !important;
  padding: 20px 22px 22px !important;
  transform: none !important;
}

.sector-landing__products .product > .actions-wrap .actions {
  position: static !important;
  inset: auto !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  transform: none !important;
}

/* Afsluitende offertekaart binnen dezelfde container */
.sector-landing__quote {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 34px;
  margin-top: 30px;
  padding: clamp(28px, 4vw, 44px);
  border-left: 4px solid var(--sector-quote-border);
  border-radius: 0 6px 6px 0;
  background: var(--sector-soft);
}

.sector-landing__quote-copy {
  max-width: 800px;
}

.sector-landing__quote-copy h2 {
  margin-bottom: 11px;
}

.sector-landing__quote-copy p {
  color: var(--sector-muted);
}

.sector-landing__quote-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

@media (max-width: 1100px) {
  .sector-landing__hero-copy {
    width: min(650px, 68%);
  }

  .sector-landing__trust,
  .sector-landing__benefits {
    grid-template-columns: repeat(2, 1fr);
  }

  .sector-landing__trust-item:nth-child(2) {
    border-right: 0;
  }

  .sector-landing__trust-item:nth-child(-n + 2) {
    border-bottom: 1px solid var(--sector-line);
  }
}

@media (max-width: 820px) {
  .sector-landing {
    width: min(100% - 24px, 1380px) !important;
    margin-top: 20px;
  }

  .sector-landing__hero {
    min-height: 520px;
    background-position: 58% center;
  }

  .sector-landing__hero-copy {
    width: min(610px, 82%);
    padding: 42px 34px;
  }

  .sector-landing__heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .sector-landing__applications,
  .sector-landing__products {
    grid-template-columns: 1fr;
  }

  .sector-application img {
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .sector-landing__products .product > .img {
    height: auto;
    flex-basis: auto;
    aspect-ratio: 16 / 10;
  }

  .sector-landing__quote {
    grid-template-columns: 1fr;
  }

  .sector-landing__quote-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .sector-landing {
    width: min(100% - 20px, 1380px) !important;
    margin-bottom: 35px;
  }

  .sector-landing h1 {
    font-size: 30px;
  }

  .sector-landing h2 {
    font-size: 24px;
  }

  .sector-landing__hero {
    min-height: 590px;
  }

  .sector-landing__hero-copy {
    width: 100%;
    padding: 34px 22px 82px;
  }

  .sector-landing__hero-background {
    object-position: var(--sector-hero-position-mobile, 61% center);
  }

  .sector-landing__hero-badge {
    right: 14px;
    bottom: 14px;
    left: 14px;
    text-align: center;
  }

  .sector-landing__hero-actions,
  .sector-landing__quote-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .sector-landing__hero-actions .sector-button,
  .sector-landing__quote-actions .sector-button {
    width: 100%;
  }

  .sector-landing__trust,
  .sector-landing__benefits {
    grid-template-columns: 1fr;
  }

  .sector-landing__trust-item,
  .sector-landing__trust-item:nth-child(2) {
    min-height: 66px;
    border-right: 0;
    border-bottom: 1px solid var(--sector-line);
  }

  .sector-landing__trust-item:last-child {
    border-bottom: 0;
  }

  .sector-landing__section {
    margin-top: 20px;
    padding: 26px 20px;
  }

  .sector-landing__quote {
    margin-top: 20px;
    padding: 26px 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sector-landing *,
  .sector-landing *::before,
  .sector-landing *::after {
    transition-duration: 0.01ms !important;
  }
}


.sector-landing {
  --sector-hero-overlay: transparent;
}

.sector-landing__hero::after {
  background: var(--sector-hero-overlay, transparent);
}

.sector-landing__hero-copy,
.sector-landing__hero-badge {
  z-index: 2;
}

.sector-landing__products--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 820px) {
  .sector-landing__products--two {
    grid-template-columns: 1fr;
    max-width: none;
  }
}