@import '_content/DDigit.BlazorComponents/DDigit.BlazorComponents.i0vmewsxap.bundle.scp.css';
@import '_content/DDigitWebsiteComponents/DDigitWebsiteComponents.5jmq5yfmlz.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.boiwgh0w5b.bundle.scp.css';

/* /Components/Pages/ARKIdentifiers.razor.rz.scp.css */
p:has(+ code)[b-20mcumz9sz] {
  margin: 0;
}
/* /Components/Pages/CollectionBasisPlus.razor.rz.scp.css */
.eyebrow[b-rujydm4cr7] {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--main-color, #0f766e);
  background: var(--main-color-light, #ecfdf5);
  padding: 5px 10px;
  border-radius: 999px;
  margin-bottom: 12px;
  width: fit-content;
}

.cbp-eyebrow--inverted[b-rujydm4cr7] {
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
}

.note-text[b-rujydm4cr7] {
  font-size: 0.9rem;
  color: var(--muted, #6b7280);
}

/* Buttons */
.cbp-actions[b-rujydm4cr7] {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 1rem;
}

/* Cards */
.cbp-card[b-rujydm4cr7] {
  background: #ffffff;
  border: 1px solid var(--line, #e5e7eb);
  border-radius: 16px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
  padding: 24px 28px;
}

.cbp-card--soft[b-rujydm4cr7] {
  background: var(--soft, #f9fafb);
  box-shadow: none;
}

/* Bullet list */
.cbp-list[b-rujydm4cr7] {
  list-style: none;
  padding: 0;
  margin: 0;
}

  .cbp-list li[b-rujydm4cr7] {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
  }

    .cbp-list li[b-rujydm4cr7]::before {
      content: "•";
      position: absolute;
      left: 0;
      color: var(--main-color, #0f766e);
      font-weight: 700;
    }

/* Steps */
.cbp-steps[b-rujydm4cr7] {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.cbp-step[b-rujydm4cr7] {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
  align-items: start;
  padding: 18px 20px;
  border: 1px solid var(--line, #e5e7eb);
  border-radius: 14px;
  background: #ffffff;
}

  .cbp-step h3[b-rujydm4cr7] {
    margin: 0 0 4px;
  }

  .cbp-step p[b-rujydm4cr7] {
    margin: 0;
    color: var(--muted, #6b7280);
    font-size: 0.95rem;
  }

.cbp-step__number[b-rujydm4cr7] {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: var(--main-color-light, #ecfdf5);
  color: var(--main-color, #0f766e);
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 1rem;
  flex-shrink: 0;
}

.attention-button > a[b-rujydm4cr7] {
  color: white;
}

.attention-button:hover > a[b-rujydm4cr7] {
  color: white;
}

.cbp-scroll-hint[b-rujydm4cr7] {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 4rem;
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: black;
}

  .cbp-scroll-hint > svg[b-rujydm4cr7] {
    color: var(--main-color);
    max-height: 2rem;
    max-width: 2rem;
    animation: bounce-b-rujydm4cr7 4s ease-in-out infinite;
  }

@keyframes bounce-b-rujydm4cr7 {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(5px);
  }
}
/* /Components/Pages/CollectionMobile.razor.rz.scp.css */
[b-p3lk1w69eq] .header-image {
  height: inherit;
}

@media (max-width: 750px) {
  [b-p3lk1w69eq] .header-image {
    margin-top: 2rem;
    max-height: 50vh;
  }
}

.partner-grid[b-p3lk1w69eq] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin: 2rem 0;
}

[b-p3lk1w69eq] .partner-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  color: inherit;
  padding: 1rem;
  border-radius: 12px;
  border: 1px solid lightgray;
  box-shadow: var(--shadow);
  transition: transform 0.2s ease;
  will-change: transform;
}

  [b-p3lk1w69eq] .partner-card svg {
    transition: fill var(--transition-speed), opacity var(--transition-speed);
  }

  /* Link styling */
  [b-p3lk1w69eq] .partner-card:after,
  .store-badges > a[b-p3lk1w69eq]:after {
    display: none;
  }

  [b-p3lk1w69eq] .partner-card:hover {
    transform: scale(1.05);
    padding-right: 1rem;
  }

    [b-p3lk1w69eq] .partner-card:hover svg {
      fill: var(--main-color);
      opacity: 75%;
    }

.store-badges > a:hover[b-p3lk1w69eq] {
  padding-right: 0;
}

[b-p3lk1w69eq] .partner-card svg {
  max-width: 10rem;
  fill: #777;
}

.offline-svg[b-p3lk1w69eq] {
  opacity: 75%;
  min-width: 10rem;
  aspect-ratio: 4 / 3;
  filter: drop-shadow(4px 4px 4px rgba(0,0,0,0.5));
}

.ddigit-logo-box[b-p3lk1w69eq] {
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  max-width: 20rem;
  padding: 1rem;
}

.store-badges[b-p3lk1w69eq] {
  display: flex;
  gap: 1.25rem;
}

  .store-badges img[b-p3lk1w69eq] {
    height: 48px;
    width: auto;
    transition: transform 0.15s ease;
  }

  .store-badges a:hover img[b-p3lk1w69eq] {
    transform: translateY(-2px);
  }
/* /Components/Pages/Home.razor.rz.scp.css */
/*header styling*/

.home-header[b-opas0rlvhe] {
  --header-height: 80vh;
  height: var(--header-height);
  padding-bottom: 8rem;
  display: grid;
  grid-template-columns: 1fr 40%;
  align-items: center;
}

@supports (height: 1svh) {
  .home-header[b-opas0rlvhe] {
    --header-height: 80svh;
  }
}

.title-text[b-opas0rlvhe] {
  margin: 0;
  padding: 0 1rem;
}

.home-header-title .title[b-opas0rlvhe] {
  font-size: 7.5rem;
}

.home-header-title .tag[b-opas0rlvhe] {
  padding-left: 1.5rem;
}

/*Other styling*/

.props[b-opas0rlvhe] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));
  justify-content: center;
  --grid-gap: 1.3rem;
  gap: var(--grid-gap);
  text-align: center;
}

.prop-group[b-opas0rlvhe] {
  display: flex;
  flex-wrap: wrap;
  row-gap: 2rem;
  justify-content: space-around;
}

.prop-block[b-opas0rlvhe] {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items: center;
}

  .prop-block .icon-title[b-opas0rlvhe],
  .prop-block .icon-desc[b-opas0rlvhe] {
    max-width: 25ch;
  }

.icon-bg[b-opas0rlvhe] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 4rem;
  min-height: 4rem;
  padding: 1rem;
  background-color: var(--main-color);
  border: 0.25rem solid color-mix(in srgb, var(--main-color) 25%, white);
  border-radius: 100%;
  margin-bottom: 1rem;
  overflow: visible;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
}

  .icon-bg[b-opas0rlvhe]  div.icon {
    width: auto;
    height: auto;
  }

  .icon-bg[b-opas0rlvhe]  svg {
    height: 2em;
    width: 2em;
    color: var(--background-color);
  }

.solution[b-opas0rlvhe]  .solution-image {
  height: 100%;
  max-height: 22.5rem;
  width: 100%;
  object-fit: cover;
  box-shadow: rgba(50, 50, 50, 0.5) 5px 5px;
}

.core-values[b-opas0rlvhe] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
}

.core-value-group[b-opas0rlvhe] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  grid-gap: 2rem;
  justify-content: space-around;
}

.core-value[b-opas0rlvhe] {
  display: flex;
  align-items: center;
}

a.contact .attention-button[b-opas0rlvhe] {
  padding: .75rem 1rem;
}

  a.contact .attention-button:hover[b-opas0rlvhe] {
    background-color: var(--complement-color-light);
    color: var(--complement-color-dark);
  }

/*Media queries*/

/*Tablet*/
@media (max-width: 870px) {
  .home-header-title .title[b-opas0rlvhe] {
    font-size: 6rem;
  }

  .props[b-opas0rlvhe] {
    grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));
    width: 100%;
  }
}

/*Mobiel*/
@media (max-width: 750px) {
  .home-header-title .title[b-opas0rlvhe] {
    font-size: 5.5rem;
  }

  .icon-bg[b-opas0rlvhe] {
    height: 3rem;
    width: 3rem;
  }
}

/*Mobiel klein*/
@media (max-width: 574px) {
  .home-header[b-opas0rlvhe] {
    grid-template-columns: none;
    --header-height: 75vh;
  }

  @supports (height: 1svh) {
    .home-header[b-opas0rlvhe] {
      --header-height: 75svh;
    }
  }

  .home-header-title[b-opas0rlvhe] {
    z-index: 5;
  }

  .home-header[b-opas0rlvhe]  .interactive-logo-wrapper {
    opacity: .3;
  }
}
/* /Components/Pages/NewsOverview.razor.rz.scp.css */
/* /Components/Pages/NewsPageComponent.razor.rz.scp.css */
/* /Components/Pages/NotFound.razor.rz.scp.css */
