/* Mantella.nl — Software (overzicht) */

/* ---- Hero ---- */
.software-hero { padding: 70px var(--pad-x) 80px; }
.software-hero__col { position: relative; display: flex; flex-direction: column; gap: 24px; max-width: 900px; }
.software-hero__title { font-weight: 900; font-size: 66px; line-height: 1.05; color: #fff; text-wrap: balance; }
.software-hero__lead { font-size: 20px; line-height: 1.7; color: #a9a9a9; max-width: 720px; text-wrap: pretty; }

/* ---- Showcase (Hiremi + Scanlytics) ---- */
.software-showcase { padding: 0 var(--pad-x) 72px; display: flex; flex-direction: column; gap: 36px; overflow: visible; }

.showcase-tile {
  position: relative;
  display: grid;
  gap: 56px;
  align-items: center;
  padding: 52px 56px;
  border-radius: 20px;
  text-decoration: none;
  overflow: hidden;
}
.showcase-tile--hiremi { grid-template-columns: 1fr 460px; }
.showcase-tile--hiremi:hover { border-color: var(--c-red); box-shadow: 0 30px 80px rgba(228,0,58,0.15); }
.showcase-tile--scanlytics { grid-template-columns: 460px 1fr; }
.showcase-tile--scanlytics:hover { border-color: var(--c-orange); box-shadow: 0 30px 80px rgba(243,146,0,0.14); }

.showcase-tile__body { position: relative; display: flex; flex-direction: column; gap: 18px; }
.showcase-tile__meta { display: flex; align-items: center; gap: 12px; }
.tile-tag {
  background: var(--grad); color: #fff; font-size: 13px; font-weight: 700;
  letter-spacing: 1.5px; text-transform: uppercase; padding: 7px 16px; border-radius: var(--r-pill);
}
.showcase-tile__domain { font-family: monospace; font-size: 14px; color: #777; }
.showcase-tile__title { font-weight: 800; font-size: 40px; color: #fff; }
.showcase-tile__text { font-size: 18px; line-height: 1.7; color: #a9a9a9; text-wrap: pretty; }
.showcase-tile__cta {
  color: var(--c-orange); font-weight: 700; font-size: 17px; margin-top: 4px;
  align-self: flex-start; padding-bottom: 3px; border-bottom: 1.5px solid transparent;
  transition: border-color 0.25s ease;
}
/* Hover op de hele tegel: één doorlopende lijn onder tekst én pijl, zonder hoogtesprong */
.showcase-tile:hover .showcase-tile__cta { border-bottom-color: var(--c-orange); }
.showcase-tile__visual { position: relative; }

/* Mockup-venster (kanban / scan-rapport) */
.mockwin { position: relative; background: rgba(16,16,16,0.9); border: 1px solid #2e2e2e; border-radius: 14px; overflow: hidden; box-shadow: 0 30px 70px rgba(0,0,0,0.5); }
.mockwin__bar { display: flex; align-items: center; gap: 8px; padding: 12px 16px; border-bottom: 1px solid #262626; background: #171717; }
.mockwin__dot { width: 9px; height: 9px; border-radius: 50%; display: inline-block; }
.mockwin__url { margin-left: 8px; font-family: monospace; font-size: 12px; color: #777; }

.mockwin__cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; padding: 20px; }
.mockwin__col { display: flex; flex-direction: column; gap: 8px; }
.mockwin__colhead { font-size: 12px; font-weight: 700; color: #888; letter-spacing: 1px; text-transform: uppercase; }
.mockwin__slot { height: 40px; border-radius: 8px; background: #1d1d1d; border: 1px solid #2a2a2a; display: block; }
.mockwin__slot--orange { border-color: rgba(243,146,0,0.4); }
.mockwin__slot--green { background: rgba(31,138,91,0.2); border-color: rgba(31,138,91,0.5); }

.mockwin__report { padding: 22px 20px; display: flex; align-items: center; gap: 20px; }

/* Scanlytics score-cirkel (JS-hook data-score) */
.score-circle { width: 68px; height: 68px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; }
.score-circle__inner {
  width: 58px; height: 58px; border-radius: 50%; background: #101010;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-head); font-weight: 800; font-size: 23px; color: var(--score-color, var(--c-orange));
}
.scan-report__list { display: flex; flex-direction: column; gap: 9px; font-family: monospace; font-size: 13.5px; }
.scan-report__row { display: flex; align-items: center; gap: 9px; color: #ddd; }
.scan-report__row .material-symbols-outlined { font-size: 16px; }

/* ---- Wat hierna komt ---- */
.software-next {
  background-image: linear-gradient(160deg, rgba(243,146,0,0.1), transparent 45%);
  display: flex; flex-direction: column; gap: 44px;
}
.software-next__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; }
.software-next__title { font-weight: 800; font-size: 42px; color: #0d0d0d; }
.software-next__sub { font-size: 17px; color: #777; max-width: 400px; text-wrap: pretty; }

.next-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.next-card { border-radius: 16px; padding: 40px 36px; display: flex; flex-direction: column; gap: 14px; }
.next-card--dashed { border: 2px dashed #d5d1c9; }
.next-card--solid { background: #fff; box-shadow: 0 12px 34px rgba(0,0,0,0.06); transition: transform 0.25s ease, box-shadow 0.25s ease; }
.next-card--solid:hover { transform: translateY(-5px); box-shadow: 0 24px 54px rgba(0,0,0,0.12); }
/* Hover op het blok geeft de link ook zijn underline */
.next-card--solid:hover .next-card__link { text-decoration: underline; text-underline-offset: 4px; }
.next-card__badge {
  align-self: flex-start; border: 1px solid #cfcbc3; color: #888; font-size: 13px; font-weight: 700;
  letter-spacing: 1.5px; text-transform: uppercase; padding: 6px 16px; border-radius: var(--r-pill);
}
.next-card__icon { width: 52px; height: 52px; border-radius: 13px; background: rgba(243,146,0,0.12); display: flex; align-items: center; justify-content: center; }
.next-card__icon .material-symbols-outlined { font-size: 27px; color: var(--c-orange); }
.next-card h3 { font-weight: 800; font-size: 22px; color: #0d0d0d; }
.next-card p { font-size: 16px; line-height: 1.65; text-wrap: pretty; }
.next-card--dashed p { color: #777; }
.next-card--solid p { color: #555; }
.next-card__link { color: var(--c-red); font-weight: 700; font-size: 15px; text-decoration: none; margin-top: auto; }
.next-card__link:hover { text-decoration: underline; text-underline-offset: 4px; }

/* =================== Tablet =================== */
@media (max-width: 1080px) {
  .software-hero__title { font-size: 48px; }

  .showcase-tile--hiremi, .showcase-tile--scanlytics { grid-template-columns: 1fr; gap: 32px; }
  /* Onder elkaar altijd eerst de tekst, dan de afbeelding (Scanlytics heeft de visual eerst in de HTML) */
  .showcase-tile__body { order: 1; }
  .showcase-tile__visual { order: 2; }
  .mockwin__cols { grid-template-columns: 1fr; }
  .showcase-tile__title { font-size: 29px; }

  .software-next__head { gap: 32px; }
  .software-next__title { font-size: 30px; }
}

/* =================== Mobiel =================== */
@media (max-width: 700px) {
  .software-hero { padding: 42px var(--pad-x) 48px; }
  .software-hero__title { font-size: 30px; }

  .showcase-tile--hiremi, .showcase-tile--scanlytics { gap: 24px; }
  .showcase-tile__title { font-size: 25px; }

  .software-next__head { flex-wrap: wrap; align-items: flex-start; gap: 20px; }
  .software-next__title { font-size: 26px; }
  .next-grid { grid-template-columns: 1fr; }
}
