/* Footer info cards */
.footer-info {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin: 60px 0 0 0;
    background: #f7f7f9;
    padding: 40px 0 30px 0;
    box-sizing: border-box;
}
.footer-info-cards {
    display: flex;
    gap: 10vw;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    max-width: 1100px;
}
.footer-info-card {
    background: #fff;
    border: 2px solid #3971B8;
    border-radius: 18px;
    box-shadow: 0 2px 12px rgba(57,113,184,0.08);
    padding: 14px 22px 12px 22px;
    min-width: 170px;
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    font-size: 1.05rem;
    position: relative;
    transition: box-shadow 0.2s;
    max-width: 220px;
}
@media (max-width: 900px) {
    .footer-info-cards {
        flex-direction: column;
        gap: 18px;
        align-items: center;
    }
    .footer-info-card {
        min-width: 180px;
        width: 100%;
        max-width: 500px;
        align-items: center;
        text-align: center;
    }
}

.footer-info-label {
    font-size: 0.92rem;
    color: #3971B8;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 6px;
    display: block;
}
.footer-info-value {
    color: #222;
    font-weight: 500;
    margin-bottom: 0;
}
@media (max-width: 900px) {
    .footer-info-cards {
        flex-direction: column;
        gap: 18px;
        align-items: center;
    }
    .footer-info-card {
        min-width: 180px;
        width: 100%;
        align-items: center;
        text-align: center;
    }
}
/* Pactanalyse image full width */
.pactanalyse-image-fullwidth {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f5f5f5;
    padding: 0;
    margin: 40px 0 60px 0;
    box-sizing: border-box;
}
.pactanalyse-img-fullwidth {
    width: 100%;
    max-width: 900px;
    height: auto;
    display: block;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.12);
    transition: box-shadow 0.2s;
}
.pactanalyse-img-fullwidth:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,0.18);
}
/* Pactanalyse image groot en centraal */
.pactanalyse-image-wrapper.pactanalyse-image-large {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0 60px 0;
}
.pactanalyse-img-large {
    max-width: 900px;
    width: 100%;
    height: auto;
    box-shadow: 0 4px 24px rgba(0,0,0,0.12);
    border-radius: 16px;
    transition: box-shadow 0.2s;
}
.pactanalyse-img-large:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,0.18);
}
/* Pactanalyse Section Styling */
.pactanalyse-section {
    width: 100%;
    margin: 80px auto 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.pactanalyse-flex {
    display: flex;
    gap: 2rem;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

.pactanalyse-image-wrapper {
    flex: 1 1 350px;
    min-width: 250px;
    max-width: 480px;
    text-align: right;
}
.pactanalyse-image-wrapper img {
    max-width: 100%;
    height: auto;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    border-radius: 8px;
}
@media (max-width: 900px) {
    .pactanalyse-flex {
        flex-direction: column;
        align-items: stretch;
    }
    .pactanalyse-image-wrapper, .pactanalyse-text {
        max-width: 100%;
        text-align: center;
    }
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    background: linear-gradient(135deg, #f5f5f5 0%, #fff 100%);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.top-header {
    width: 100%;
    margin-bottom: auto;
    background: transparent;
    margin-top: 0;
    transition: background 0.3s, box-shadow 0.3s;
}

.top-header.scrolled {
    background: rgba(235, 234, 234, 0.96);
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 12px 30px 0px 30px;
  z-index: 2;
}

.header-content.new-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 0 24px 0;
    position: relative;
}

.logo-badge {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.logo-square {
    width: 70px;
    height: 70px;
    background: #3971B8;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 6px solid #f6e6a5;
    box-sizing: border-box;
    margin-right: 8px;
}

.logo-text {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: inherit;
}

.header-title-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 32px;
}

.header-title {
    color: #3971B8;
    font-size: 1.7rem;
    font-weight: 700;
    margin-bottom: 0px;
}

.header-subtitle {
    color: #888;
    font-size: 1rem;
    margin-top: 2px;
}

.header-badges {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-left: auto;
}

.dropdown-nav {
    display: inline-flex;
    vertical-align: middle;
}

.badge {
    padding: 8px 22px;
    border-radius: 22px;
    font-size: 1rem;
    font-weight: 600;
    min-width: 110px;
    box-shadow: 0 2px 8px rgba(57,113,184,0.06);
    letter-spacing: 0.5px;
    border: none;
}
.badge-blue {
    background: #3971B8;
    color: #fff;
    border: none;
}
.badge-yellow {
    background: #fff;
    color: #3971B8;
    border: 2px solid #f6e6a5;
}

/* Dropdown menu styling */
.dropdown-nav {
    position: absolute;
    top: 30px;
    right: 60px;
    z-index: 10;
}
.dropbtn {
    background-color: #3971B8;
    color: white;
    padding: 10px 18px;
    font-size: 16px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(57,113,184,0.08);
    transition: background 0.2s;
}
.dropbtn:hover, .dropbtn:focus {
    background-color: #285185;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0 8px 16px rgba(57,113,184,0.12);
    border-radius: 6px;
    right: 0;
    margin-top: 8px;
}
.dropdown-content a {
    color: #3971B8;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border-radius: 6px;
    transition: background 0.2s;
}
.dropdown-content a:hover {
    background-color: #f0f4fa;
}
.dropdown-nav:hover .dropdown-content, .dropdown-nav:focus-within .dropdown-content {
    display: block;
}


/* Oude logo-styling verwijderd, want vervangen door logo-square */

.header-text h2 {
    font-size: 32px;
    color: #3971B8;
    margin: 0;
    font-weight: 700;
}

.header-text p {
    font-size: 18px;
    color: #666;
    margin: 2px 0 0 0;
}

.hero-section {
    max-width: 750px;
    width: 100%;
    text-align: center;
    animation: fadeIn 0.6s ease-in-out;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 5%;
}
/* product vision styling */
.product-vision {
    max-width: 1100px;
    width: 100%;
    margin: 100px auto;
}

.pv-header {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 20px;
}

.pv-sprint {
    background: #f6e6a5;
    color: #222;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 8px;
    font-size: 14px;
}

/* Informational box with blue border used under Productvisie */
.info-box {
  background: #fff;
  border: 2px solid #3971B8;
  border-radius: 12px;
  padding: 25px 30px;
  color: #333;
  line-height: 1.8;
  margin-top: 18px;
  box-shadow: 0 6px 18px rgba(57,113,184,0.06);
}

.info-box .box-header {
  display: inline-block;
  color: #3971B8;
  font-weight: 700;
  padding: 0;
  margin-bottom: 12px;
}

.info-box .box-header::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #3971B8;
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: middle;
}

.info-box .box-header.yellow-dot::before {
  background-color: #f5c842;
}

.info-box .box-header.with-arrow::before {
  content: '→';
  font-size: 18px;
  width: auto;
  height: auto;
  background-color: transparent;
  border-radius: 0;
  margin-right: 10px;
  color: #3971B8;
  vertical-align: text-bottom;
}

.info-boxes-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 40px;
  margin-bottom: 0;
}

.info-boxes-grid .info-box:first-child {
  grid-column: 1;
  grid-row: 1 / 3;
}

.info-boxes-grid .info-box:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}

.info-boxes-grid .info-box:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}

/* Scope & Sprintdoel Section */
.scope-section {
    max-width: 1100px;
    width: 100%;
    margin: 80px auto;
    text-align: center;
}

.scope-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    margin-top: 30px;
}

.scope-card {
    background: #fff;
    border: 2px solid;
    border-radius: 20px;
    padding: 28px 30px;
    box-shadow: 0 6px 18px rgba(57, 113, 184, 0.06);
}

.scope-card.scope-in {
    border-color: #3971B8;
}

.scope-card.scope-out {
    border-color: #d9d9d9;
}

.scope-header {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

.scope-title {
    font-size: 1.6rem;
    font-weight: 700;
    margin-left: 5px;
}

.scope-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1rem;
}

.scope-badge.in {
    background: #3971B8;
    color: #fff;
}

.scope-badge.out {
    background: #f5f5f5;
    color: #666;
}

.scope-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.scope-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-weight: 600;
    color: #333;
}

.scope-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 25px;
    font-size: 0.9rem;
    flex-shrink: 0;
}

.scope-icon.in {
    background: rgba(57, 113, 184, 0.15);
    color: #3971B8;
}

.scope-icon.out {
    background: rgba(0, 0, 0, 0.05);
    color: #999;
}

@media (max-width: 820px) {
    .scope-grid {
        grid-template-columns: 1fr;
    }
}

/* Randvoorwaarden Section */
.randvoorwaarden-section {
    max-width: 1100px;
    width: 100%;
    margin: 110px auto 40px;
    text-align: center;
}

.randvoorwaarden-shell {
    border: 3px solid #3971B8;
    border-radius: 34px;
    padding: 36px;
    background: #fff;
    position: relative;
    z-index: 1;
}

.randvoorwaarden-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.randvoorwaarden-item {
    min-height: 86px;
    border-radius: 18px;
    border: 2px solid #d9d9d9;
    background: #fafafa;
    display: flex;
    align-items: center;
    padding: 18px;
    text-align: left;
}

.randvoorwaarden-item.is-filled {
    background: #fff;
}

.randvoorwaarden-item.is-empty {
    justify-content: flex-start;
}

.rv-icon-box {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #3971B8;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 12px;
}

.rv-icon-box svg {
    width: 23px;
    height: 23px;
}

.randvoorwaarden-item p {
    font-size: 1.05rem;
    line-height: 1.55;
    color: #666;
    margin: 0;
    max-width: 85%;
}

@media (max-width: 900px) {
    .randvoorwaarden-grid {
        grid-template-columns: 1fr;
    }

    .randvoorwaarden-shell {
        padding: 24px;
    }
}

/* Dropdown styling */
.dropdown {
    display: inline-block;
    position: relative;
}

.dropdown-menu {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 110px;
    z-index: 1000;
    border-radius: 8px;
    overflow: hidden;
    font-weight: 600;
}

.dropdown-item {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 8px 16px;
    background: #3971B8;
    color: #fff;
    text-decoration: none;
    margin-top: 5px;
    border-radius: 25px;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.35s cubic-bezier(0.4, 2, 0.6, 1), transform 0.35s cubic-bezier(0.4, 2, 0.6, 1);
}

.dropdown-item.show {
    opacity: 1;
    transform: translateY(0);
}

.icon-wrap {
    width: 80px;
    height: 80px;
    background: #4a6cf7;
    border-radius: 16px;
.stakeholdermap-section {
    width: 100%;
    max-width: 1100px;
    margin: 80px auto;
    text-align: center;
}
.stakeholdermap-image-wrapper {
    margin-top: 28px;
    padding: 0 20px;
}
.stakeholdermap-image {
    width: 100%;
    max-width: 820px;
    height: auto;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(57, 113, 184, 0.15);
    display: block;
    margin: 0 auto;
}
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.icon-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rv-icon-box img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

html, body {
    min-height: 100vh;
    height: 100%;
    overflow-y: auto;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    background: linear-gradient(135deg, #f5f5f5 0%, #fff 100%);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    padding: 40px 0 0 0;
    align-items: center;
}

.hero-section .badge {
    color: white;
    padding: 12px 30px;
    border-radius: 25px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 40px;
    letter-spacing: 0.5px;
}

.main-title {
    font-size: 90px;
    font-weight: 700;
    color: #222;
    margin-bottom: 40px;
    line-height: 1.1;
}

.main-title .highlight {
    color: #3971B8;
}

.cta-button {
    display: inline-block;
    background-color: #F6E6A5;
    color: #222;
    padding: 20px 80px;
    border-radius: 15px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 50px;
    box-shadow: 0 4px 15px rgba(253, 216, 53, 0.3);
}

.intro-text {
    color: #666;
    font-size: 20px;
    line-height: 1.8;
    max-width: 600px;
    margin: 0 auto;
}

.section {
      max-width: 1200px;
      text-align: center;
      margin-top: 22%;
    }
 
    .section-title {
      font-size: 3rem;
      font-weight: 800;
      color: #3971B8;
      margin-bottom: 16px;
    }
 
    .section-title .star {
      color: #f5c842;
      font-size: 1.8rem;
      vertical-align: middle;
    }
 
    .section-subtitle {
      font-size: 1.2rem;
      color: #555;
      margin-bottom: 60px;
      font-weight: 400;
    }
 
    .team-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 40px;
    }
 
    .team-card {
      background: #fff;
      border: 2px solid #3971B8;
      border-radius: 18px;
      padding: 60px 100px 50px;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 18px;
      box-shadow: 0 4px 18px rgba(74, 108, 247, 0.08);
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }
 
    .team-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 10px 30px rgba(74, 108, 247, 0.15);
    }
 
    .avatar {
      width: 140px;
      height: 140px;
      border-radius: 50%;
      background-color: #3971B8;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }
 
    .avatar img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 50%;
    }
 
    .avatar .fallback-icon {
      display: none;
      width: 40px;
      height: 40px;
    }
 
    .avatar.no-img .fallback-icon {
      display: block;
    }
 
    .member-name {
      font-size: 1.3rem;
      font-weight: 800;
      color: #3971B8;
    }
 
    .member-role {
      font-size: 1.1rem;
      color: #666;
      font-weight: 500;
    }
 
    @media (max-width: 680px) {
      .team-grid { grid-template-columns: repeat(2, 1fr); }
    }

/* ontwerpvraag section container */
.design-question-section {
    max-width: 900px;
    min-width: 650px;
    margin: 80px auto;
    text-align: left;
}

/* outer yellow wrapper */
.dq-outer {
    background: #f6e6a5;
    border-radius: 40px;
    padding: 15px;
    position: relative;
    rotate: calc(1deg);
}

/* blue inner card */
.dq-card {
    position: relative;
    background: #3971B8;
    color: #fff;
    border-radius: 20px;
    padding: 40px 28px;
    overflow: hidden;
    rotate: calc(-1deg);
}

.dq-label {
    position: absolute;
    top: 12px;
    left: 16px;
    background: #f6e6a5;
    color: #3971B8;
    padding: 4px 10px;
    font-size: 0.75rem;
    text-transform: uppercase;
    border-radius: 10px;
}

.dq-card p {
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.8;
    margin-top: 20px;
}
 
    @media (max-width: 420px) {
      .team-grid { grid-template-columns: 1fr; }
    }

/* Responsive Design */
@media (max-width: 768px) {
    .main-title {
        font-size: 48px;
    }
    
    .cta-button {
        padding: 14px 32px;
        font-size: 16px;
    }
    
    .intro-text {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .main-title {
        font-size: 36px;
    }
    
    .badge {
        font-size: 12px;
        padding: 6px 16px;
    }
    
    .cta-button {
        padding: 12px 24px;
        font-size: 14px;
    }
    
    .intro-text {
        font-size: 14px;
    }
}

/* Teamwaarden Section */
.values-section {
    max-width: 1200px;
    width: 100%;
    text-align: center;
    margin: 120px auto;
}

.title-underline {
    width: 80px;
    height: 5px;
    background: #F6E6A5;
    border-radius: 2px;
    margin: 15px auto 60px;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 32px;
}

.value-card {
    border: 2px solid #3971B8;
    border-radius: 18px;
    padding: 35px 20px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    background: #fff;
    box-shadow: 0 4px 18px rgba(74, 108, 247, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.value-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgba(74, 108, 247, 0.15);
}

.icon-wrap {
    width: 80px;
    height: 80px;
    border-radius: 16px;
    overflow: hidden;
    flex-shrink: 0;
    background: #eef1ff;
}

.icon-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.value-name {
    font-size: 1.1rem;
    font-weight: 800;
    color: #3971B8;
}

.value-desc {
    font-size: 0.95rem;
    color: #666;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
}

@media (max-width: 1000px) {
    .values-grid { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 780px) {
    .values-grid { grid-template-columns: repeat(3, 1fr); }
}

/* Sprint 1 hero layout */
body.sprint-hero-page {
    background: #ffffff;
    overflow-x: hidden;
}

.sprint-main {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sprint-hero {
    max-width: 980px;
    width: 100%;
    text-align: center;
    animation: fadeIn 0.6s ease-in-out;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 15vh;
    margin-bottom: 30vh;
}

.sprint-title {
    margin: 0;
    color: #3971b8;
    font-size: clamp(3rem, 12vw, 6.2rem);
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 1;
}

.sprint-title-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.4em;
    padding: 0.22em 0.34em;
    margin-left: 0.1em;
    background: #f6e6a5;
    border-radius: 0.3em;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.16);
}

.sprint-divider {
    margin: 26px auto 18px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.sprint-divider span {
    display: block;
    width: 62px;
    height: 4px;
    border-radius: 4px;
    background: #3971b8;
}

.sprint-divider i {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f6e6a5;
}

.sprint-subtitle {
    margin: 0;
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    color: #2c2e33;
    font-weight: 700;
}

.sprint-description {
    margin: 14px auto 0;
    max-width: 760px;
    color: #666;
    font-size: 1.12rem;
    line-height: 1.6;
}

.sprint-cards {
    margin: 48px auto 0;
    max-width: 900px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 20px;
}

.sprint-card {
    width: 250px;
    border-radius: 22px;
    padding: 20px 20px 16px;
    box-shadow: 0 6px 16px rgba(35, 64, 101, 0.08);
}

.sprint-card-period {
    background: #ffffff;
    border: 3px solid #3971b8;
    color: #1f2430;
}

.sprint-card-focus {
    background: #3971b8;
    border: 3px solid #f6e6a5;
    color: #ffffff;
}

.sprint-card-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.72rem;
    font-weight: 700;
    margin: 0 0 10px;
}

.sprint-card-label-icon {
    width: 14px;
    height: 14px;
    object-fit: contain;
}

.sprint-card-value {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.1;
}

.sprint-card-note {
    margin: 10px 0 0;
    font-size: 0.92rem;
    opacity: 0.85;
}

.highlight-blue {
    color: #3971b8;
}

.highlight-yellow {
    color: #f6e6a5;
}

@media (max-width: 860px) {
    .sprint-main {
        padding-top: 150px;
    }

    .sprint1-cards {
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media (max-width: 560px) {
    body.sprint1-page {
        padding: 28px 16px 0;
    }

    .sprint-main {
        padding-top: 130px;
    }

    .sprint1-card {
        width: min(100%, 320px);
    }

    .sprint1-description {
        font-size: 1rem;
    }

    .sprint1-card-value {
        font-size: 1.7rem;
    }
}

@media (max-width: 500px) {
    .values-grid { grid-template-columns: repeat(2, 1fr); }
}

/* Samenwerking Section */
.collaboration-section {
    max-width: 1000px;
    width: 100%;
    text-align: center;
    margin: 120px auto;
}

.outer-card {
    border: 2px solid #3971B8;
    border-radius: 20px;
    padding: 48px;
    background: #fff;
}

.items-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.item-card {
    border: 1.5px solid #d0d8f5;
    border-radius: 14px;
    padding: 24px 28px;
    display: flex;
    align-items: center;
    gap: 20px;
    text-align: left;
    background: #fff;
    transition: box-shadow 0.2s ease;
}

.item-card:hover {
    box-shadow: 0 4px 16px rgba(74, 108, 247, 0.12);
}

.item-card .icon-wrap {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
    background: #eef1ff;
}

.item-card .icon-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* User Persona Section */
.user-persona-section {
    max-width: 1200px;
    width: 100%;
    margin: 100px auto 80px;
    position: relative;
}

/* Slideshow Container */
.persona-slideshow-container {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
    padding: 0 80px;
}

.persona-slide {
    display: none;
    width: 100%;
}

.persona-slide.fade-in {
    display: block;
    animation: fadeIn 0.5s ease-in-out;
}

.persona-slide.fade-out {
    display: none;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Navigation Arrows */
.persona-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    padding: 12px 20px;
    background: #3971B8;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    z-index: 100;
    transition: all 0.3s ease;
}

.persona-arrow:hover {
    background: #2d5a8f;
    transform: translateY(-50%) scale(1.1);
}

.persona-prev {
    left: 20px;
}

.persona-next {
    right: 20px;
}

/* Dots/Indicators */
.persona-dots {
    text-align: center;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 12px;
}

.dot {
    cursor: pointer;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #d9d9d9;
    transition: all 0.3s ease;
}

.dot.active {
    background: #3971B8;
    transform: scale(1.2);
}

.dot:hover {
    background: #a0a0a0;
}

/* Persona Container */
.persona-container {
    display: flex;
    gap: 48px;
    margin-top: 0;
    background: #fff;
    border-radius: 24px;
    padding: 36px;
    box-shadow: 0 4px 20px rgba(57, 113, 184, 0.08);
    width: 100%;
}

.persona-left {
    flex: 0 0 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.persona-profile-card {
    width: 100%;
    border: 3px solid #3971B8;
    border-radius: 28px;
    background: #f5f5f5;
    padding: 18px;
}

.persona-avatar {
    width: 100%;
    height: 230px;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
}

.persona-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.persona-photo-badge {
    position: absolute;
    right: -10px;
    bottom: -10px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #3971B8 url("Images/icons/Container_User.png") center/contain no-repeat;
    border: 3px solid #fff;
}

.persona-quote {
    margin-top: 14px;
    background: #e8e5da;
    border-radius: 14px;
    color: #333;
    padding: 14px 16px;
    font-style: italic;
    line-height: 1.45;
}

.persona-info-card {
    background: #f5f5f5;
    border: 2px solid #3971B8;
    border-radius: 28px;
    padding: 20px 24px;
    width: 100%;
    text-align: left;
}

.info-label {
    font-size: 2.05rem;
    font-weight: 700;
    color: #3971B8;
    margin-bottom: 14px;
    padding-bottom: 12px;
    border-bottom: 2px solid #e5d38a;
}

.info-details {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.detail-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
}

.detail-label {
    font-size: 1.02rem;
    font-weight: 700;
    color: #3971B8;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.detail-value {
    font-size: 1.02rem;
    color: #333;
    font-weight: 500;
    text-align: right;
}

.persona-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.persona-card {
    background: #fff;
    border-radius: 16px;
    padding: 20px 24px;
    border: 2px solid #ddd;
    transition: all 0.2s ease;
}

.persona-card-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 14px 0;
    font-weight: 700;
    font-size: 1.05rem;
    color: #3971B8;
    padding: 0;
    border-radius: 0;
    background: transparent;
}

.persona-card-header.blue {
    background: transparent;
}

.persona-card-header.green {
    background: transparent;
}

.persona-card-header.red {
    background: transparent;
}

.persona-card-header.teal {
    background: transparent;
}

.persona-card-header.dark-blue {
    background: transparent;
}

.card-icon {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.card-title {
    font-size: 1.05rem;
}

.achtergrond-card {
    border-color: #3971B8;
}

.behoeften-card {
    border-color: #3971B8;
}

.tech-card {
    border-color: #3971B8;
}

.pijnpunten-card {
    border-color: #3971B8;
}

.plezier-card {
    border-color: #3971B8;
}

.gedrag-card {
    border: 3px solid #f6e6a5;
    background: linear-gradient(135deg, #2c5ea0 0%, #3e72b9 100%);
    border-radius: 26px;
}

.persona-card p {
    color: #555;
    line-height: 1.6;
    font-size: 0.95rem;
}

.persona-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.persona-list li {
    color: #333;
    font-size: 0.95rem;
    padding-left: 20px;
    position: relative;
}

.persona-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    font-weight: bold;
    color: currentColor;
}

.persona-list.behaviors li {
    color: #ffffff;
}

.persona-list.behaviors li::before {
    color: #f6e6a5;
}

.persona-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.gedrag-card {
    grid-column: 1 / -1;
    padding: 20px 24px;
}

.gedrag-card .persona-card-header {
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.achtergrond-card .card-icon {
    background-image: url("Images/icons/Container_User.png");
}

.behoeften-card .card-icon {
    background-image: url("Images/icons/Container_planet.png");
}

.tech-card .card-icon {
    background-image: url("Images/icons/Container_phone.png");
}

.pijnpunten-card .card-icon {
    background-image: url("Images/icons/Container_frown.png");
}

.plezier-card .card-icon {
    background-image: url("Images/icons/Container_smile.png");
}

.gedrag-card .card-icon {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    border-radius: 10px;
    background-color: #f6e6a5;
    background-image: url("Images/icons/Container_bend_arrow.png");
    background-size: 18px 18px;
}

.gedrag-card .persona-card-header {
    padding: 0;
}

.gedrag-card .card-title {
    color: #f6e6a5;
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    font-size: 1.55rem;
}

.gedrag-card .card-title::after {
    content: "";
    height: 2px;
    flex: 1;
    background: rgba(246, 230, 165, 0.65);
}

.gedrag-card .persona-list.behaviors {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 26px;
    row-gap: 10px;
}

.gedrag-card .persona-list.behaviors li:last-child {
    grid-column: 1 / -1;
}

@media (max-width: 1024px) {
    .persona-arrow {
        padding: 10px 14px;
        font-size: 1.5rem;
    }

    .persona-prev {
        left: 12px;
    }

    .persona-next {
        right: 12px;
    }

    .persona-slideshow-container {
        gap: 15px;
        padding: 0 65px;
    }

    .persona-container {
        flex-direction: column;
        gap: 32px;
    }

    .persona-left {
        flex: 1;
        flex-direction: column;
        justify-content: flex-start;
        gap: 24px;
    }

    .persona-info-card {
        width: 100%;
    }

    .persona-right {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .persona-arrow {
        padding: 8px 12px;
        font-size: 1.2rem;
    }

    .persona-prev {
        left: 0;
    }

    .persona-next {
        right: 0;
    }

    .persona-slideshow-container {
        padding: 0 50px;
        gap: 12px;
    }

    .persona-arrow:hover {
        transform: translateY(-50%);
    }

    .persona-container {
        padding: 24px;
    }

    .persona-row {
        grid-template-columns: 1fr;
    }

    .persona-left {
        flex-direction: column;
        gap: 24px;
    }

    .persona-avatar {
        height: 200px;
    }

    .persona-photo-badge {
        width: 40px;
        height: 40px;
    }

    .info-label {
        font-size: 1.65rem;
    }

    .detail-label,
    .detail-value {
        font-size: 0.95rem;
    }

    .gedrag-card .card-title {
        font-size: 1.2rem;
    }

    .gedrag-card .persona-list.behaviors {
        grid-template-columns: 1fr;
    }

    .gedrag-card .persona-list.behaviors li:last-child {
        grid-column: auto;
    }

    .dot {
        width: 10px;
        height: 10px;
    }
}

.item-card .icon-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item-text {
    font-size: 1rem;
    color: #333;
    font-weight: 600;
    line-height: 1.5;
}

@media (max-width: 520px) {
    .items-grid { grid-template-columns: 1fr; }
    .outer-card { padding: 24px; }
}

/* Vierkant Background */
.vierkant-background {
    width: 350px;
    height: 350px;
    background-color: #3971B8;
    z-index: -1;
    pointer-events: none;
    opacity: 0.1;
    position: absolute;
    right: 0;
    top: 55vh;
    transform: translateY(-50%);
}

.vierkant-background-2 {
    width: 250px;
    height: 250px;
    background-color: #F6E6A5;
    z-index: -1;
    pointer-events: none;
    border-radius: 100px 0 0 0;
    opacity: 0.3;
    position: absolute;
    left: 0;
    margin-left: 10px;
    top: 40vh;
    transform: translateY(-50%);
}

/* Sprints Section */
.sprints-section {
    .sprints-subtitle {
        font-size: 16px;
        color: #e0e6f6;
        text-align: center;
        margin-bottom: 30px;
        margin-top: -10px;
        font-weight: 400;
        letter-spacing: 0.02em;
    }
    width: 100vw;
    margin: 100px calc(-50vw + 50%);
    background: linear-gradient(135deg, #3971B8 0%, #2d5a8f 100%);
    border-radius: 12px;
    padding: 50px 40px 0 40px;
    color: white;
    margin-bottom: 0;
}

.sprints-title-dropdown {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.sprints-dropdown {
    padding: 0;
    font-size: 32px;
    font-weight: 700;
    border: none;
    background: none;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 30px;
}

.sprints-dropdown:hover {
    opacity: 0.8;
}

.sprints-dropdown:focus {
    outline: none;
    opacity: 0.8;
}

.sprints-dropdown option {
    background-color: #3971B8;
    color: white;
    font-size: 16px;
    font-weight: 600;
}

.sprints-content {
    min-height: 300px;
    margin: 0 auto;
    max-width: 1100px;
    padding-bottom: 20px;
}

.sprint-item {
    display: none;
    animation: fadeIn 0.3s ease-in-out;
    line-height: 1.8;
    font-size: 16px;
    color: white;
}

.sprint-item.active {
    display: block;
}

.sprint-item p {
    margin: 0;
    text-align: justify;
}

@media (max-width: 768px) {
    .sprints-section {
        padding: 30px 20px;
    }

    .sprints-dropdown {
        font-size: 24px;
    }

    .sprint-item {
        font-size: 14px;
    }
}
