/* Active state for current page in header navigation */
.header .nav-link.active {
    color: #52BAA2;
}

/* Optional subtle underline indicator for active desktop link */
.header .nav-link.active::after {
    content: "";
    display: block;
    height: 2px;
    background-color: #52BAA2;
    border-radius: 2px;
    margin-top: 6px;
}

/* Active state in mobile menu */
.mobile-menu .mobile-nav-link.active {
    color: #52BAA2;
}
.honeypot-field {
    display: none !important;
}

.form-status {
    margin-top: 12px;
    font-size: 0.95rem;
    line-height: 1.4;
}

.form-status[hidden] {
    display: none !important;
}

.form-status--pending {
    color: #7a5c1f;
}

.form-status--success {
    color: #0c7a5c;
}

.form-status--error {
    color: #b32020;
}
/* Integrations Section (Homepage) */
.integrations-section {
    background-color: #FFFFFF;
    padding: 64px 0;
}

.integrations-section .hww-grid {
    align-items: center;
    gap: 48px;
}

.integrations-section .ai-supported-illustration {
    width: 100%;
    height: auto;
    display: block;
}

/* Match hero image hover behavior */
.ai-supported-illustration { transition: transform 0.3s ease; }
.ai-supported-illustration:hover { transform: translateY(-5px); }

@media (max-width: 768px) {
    .integrations-section {
        padding: 56px 0;
    }
    .integrations-section .hww-grid {
        gap: 32px;
    }
}
/* Supported by AI Section */
.ai-supported {
  position: relative;
  padding: 64px 0;
  background: #FFFFFF;
  overflow: visible;
  z-index: 2;
}
.ai-doodle.ai-doodle--sep {
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 280px;
  max-width: 30vw;
  pointer-events: none;
  user-select: none;
  z-index: 1;
}
.ai-supported-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 3;
}
/* Header section - centered at top */
.ai-supported-header-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 48px;
}
.ai-supported-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 32px;
}
/* Visual grid - two columns: V0 visual on left, explanation on right */
.ai-supported-visual-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.ai-supported-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  overflow: visible;
}
.v0-ai-visual { 
  width: 100%;
  max-width: 100%;
}
.ai-supported-illustration {
  width: 100%;
  max-width: 620px;
  border-radius: 12px;
}
/* Explanation section on the right */
.ai-supported-explanation {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
}
.ai-explanation-text {
  font-family: 'Nunito', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #010101;
  line-height: 1.5;
  margin: 0;
}
.ai-explanation-arrow {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: 200px;
}
.ai-explanation-arrow svg {
  width: 100%;
  height: auto;
  transform: rotate(-25deg);
  transform-origin: center;
}
.ai-supported-tag {
  display: inline-block;
  background-color: #52BAA2;
  color: #09322B;
  font-family: 'Nunito', sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1;
  padding: 10px 20px;
  border-radius: 18px;
  margin-bottom: 24px;
}
.ai-supported-title {
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 42px;
  color: #09322B;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 1024px) {
  .ai-supported-title { font-size: 38px; }
}
@media (max-width: 768px) {
  .ai-supported-title { font-size: 32px; }
}
@media (max-width: 480px) {
  .ai-supported-title { font-size: 28px; }
}
/* Subtitle under AI section title */
.ai-supported-subtitle {
  font-family: 'Nunito', sans-serif;
  color: #010101;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 6px;
  margin-bottom: 18px;
  text-align: center;
}
.ai-supported-right .ai-supported-subtitle { text-align: center; }
.ai-supported-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center; /* default center; overridden on right column */
  row-gap: 12px;
}
.ai-supported-item {
  font-family: 'Nunito', sans-serif;
  color: #010101;
  background: rgba(82, 186, 162, 0.08);
  border: 1px solid #D6DCDA;
  border-radius: 8px;
  padding: 12px 14px;
  width: 100%;
  max-width: 720px; /* keep items nicely centered */
  text-align: left; /* left align text inside centered block */
}
.ai-supported-item .strike {
  text-decoration: line-through;
  opacity: 0.6;
  margin-right: 8px;
}

/* Vertical ticker viewport for automation list */
.ai-supported-viewport {
  position: relative;
  overflow: hidden; /* hide sliding items */
  display: flex;
  justify-content: center; /* keep list centered */
  align-items: stretch;
  margin: 0 auto;
}

/* Top/bottom fade overlays for smooth enter/exit */
.ai-supported-viewport::before,
.ai-supported-viewport::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 56px;
  pointer-events: none;
  z-index: 2;
}
.ai-supported-viewport::before {
  top: 0;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255,255,255,0) 100%);
}
.ai-supported-viewport::after {
  bottom: 0;
  background: linear-gradient(0deg, #FFFFFF 0%, rgba(255,255,255,0) 100%);
}

/* Ticker animation helpers */
.ai-ticker-track {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}
.ai-ticker-transition {
  transition: transform 0.8s ease-in-out;
}
.ai-ticker-fade-out {
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}
.ai-ticker-fade-in {
  animation: aiTickerFadeIn 0.6s ease-in-out forwards;
}
@keyframes aiTickerFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
@media (max-width: 768px) {
  .ai-supported-header-section {
    margin-bottom: 32px;
  }
  .ai-supported-visual-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .ai-supported-left {
    justify-content: center;
  }
  .ai-supported-explanation {
    align-items: center;
    text-align: center;
    flex-direction: column-reverse; /* swap order: arrow above/below text */
  }
  .ai-explanation-arrow {
    justify-content: center;
    max-width: 150px;
  }
  .ai-explanation-arrow svg {
    transform: rotate(90deg); /* 90deg mobile + 45deg base */
  }
  .ai-supported-viewport::before,
  .ai-supported-viewport::after {
    height: 42px;
  }
}

/* How We Work Section */
.how-we-work {
    position: relative;
    padding: 96px 0;
    background: #FFFFFF;
    overflow: visible; /* allow doodles to overlap sections */
}

.hww-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 3; /* content above doodles */
    width: 100%;
    box-sizing: border-box;
}

.hww-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 64px;
    align-items: stretch;
    width: 100%;
}

/* Decorative doodles */
.hww-doodle {
    position: absolute;
    pointer-events: none;
    user-select: none;
    opacity: 1; /* full vivid */
    z-index: 1; /* above neighboring backgrounds, below content */
}
.hww-doodle--tl {
    top: -260px;
    left: -250px;
    width: 600px; /* 3x */
    max-width: 84vw; /* 3x 28vw */
}
.hww-doodle--br {
    bottom: -16px;
    right: -28px;
    width: 280px;
    max-width: 32vw;
}

.hww-tag {
    display: inline-block;
    background-color: #52BAA2; /* match other tags */
    color: #09322B;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1;
    padding: 12px 24px;
    border-radius: 20px;
    margin-bottom: 24px;
}

.hww-title {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 42px;
    line-height: 1.2;
    color: #09322B;
    margin: 0 0 10px 0;
}

.hww-subtitle {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #010101;
    opacity: 0.8;
    margin: 0 0 32px 0;
}

.hww-visual {
    display: flex;
    align-items: center;
    justify-content: center; /* Center align items horizontally */
    gap: 32px;
    background: #F7F9F8;
    border: 1px solid #E6ECEA;
    border-radius: 14px;
    padding: 20px 24px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.04);
}

/* Right column bottom alignment */
.hww-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.hww-step {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    background: #FFFFFF;
    border: 1px solid #E6ECEA;
    border-radius: 12px;
    padding: 14px 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.03);
}

/* Disable pseudo connectors; we use the inline arrow element */
.hww-step:not(:last-child)::after { content: none; }
.hww-step:not(:last-child)::before { content: none; }

.hww-step-icon { display: none; }

.hww-step-text {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    color: #09322B;
    font-weight: 700;
}

.hww-step-image {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Specific sizing adjustments for HWW logos */
.hww-step-image[src$="SRA.png"] {
	width: auto; /* Let image determine its own width */
	max-width: 60px; /* Constrain the maximum size */
	margin: 0 auto; /* Center the image within its container */
}
.hww-step-image[src$="kriton.png"] {
	width: auto; /* Let image determine its own width */
	max-width: 100px; /* Constrain the maximum size */
	margin: 10px 10px; /* Center the image within its container */
}
.hww-step-image[src$="sultan.png"] {
	width: auto; /* Let image determine its own width */
	max-width: 130px; /* Constrain the maximum size */
	margin: 0 auto; /* Center the image within its container */
}
/* Make step containers fit-content and center align for all logos */
.hww-step:has(img[src$="SRA.png"]),
.hww-step:has(img[src$="kriton.png"]),
.hww-step:has(img[src$="sultan.png"]) {
	padding: 12px 14px; 
	justify-content: center; /* Center align the logo */
	gap: 0; /* Remove gap to eliminate spacing */
	width: fit-content; /* Make the box only as wide as the image content */
}
/* Hide the icon in logo steps to prevent spacing issues */
.hww-step:has(img[src$="SRA.png"]) .hww-step-icon,
.hww-step:has(img[src$="kriton.png"]) .hww-step-icon,
.hww-step:has(img[src$="sultan.png"]) .hww-step-icon {
	display: none;
}

.hww-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #52BAA2;
    font-size: 20px;
    line-height: 1;
}

.hww-right-title {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #09322B;
    margin: 0 0 16px 0;
}

.hww-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.hww-list li {
    position: relative;
    padding-left: 30px;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    color: #010101;
    line-height: 1.6;
}

.hww-list li:before {
    content: '';
    position: absolute;
    left: 6px;
    top: 8px;
    width: 12px;
    height: 7px;
    border-left: 3px solid #52BAA2;
    border-bottom: 3px solid #52BAA2;
    transform: rotate(-45deg);
}

/* Subtle hover and scroll-reveal animations for How We Work */
.hww-visual,
.hww-step,
.hww-list li {
    transition: transform 220ms ease, box-shadow 220ms ease, opacity 300ms ease;
}

.hww-visual:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 22px rgba(0,0,0,0.06);
}
/* ================================ */
/* V0 Group embed (product page)    */
/* Scoped styles to avoid collisions */
.v0-group-embed {
    background: #09322B;
    color: #FFFFFF;
    border: 1px solid #346D62;
    border-radius: 45px;
    padding: 24px;
    margin-top: 16px;
    box-shadow: 0 8px 22px rgba(0,0,0,0.08);
}
.v0-group-embed .v0g-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-bottom: 1px solid #346D62;
}
.v0-group-embed .v0g-entity-wrap { position: relative; }
.v0-group-embed .v0g-entity-btn {
    background: #346D62;
    color: #FFFFFF;
    border: 1px solid #52BAA2;
    border-radius: 12px;
    padding: 10px 14px;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 18px;
    transform-origin: center;
    outline: none;
    position: relative;
}
/* Add downward arrow to indicate dropdown */
.v0-group-embed .v0g-entity-btn::after {
    content: '▼';
    display: inline-block;
    margin-left: 8px;
    font-size: 12px;
    vertical-align: middle;
    opacity: 0.8;
}
.v0-group-embed .v0g-dropdown {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    min-width: 220px;
    background: #346D62;
    border: 1px solid #52BAA2;
    border-radius: 12px;
    box-shadow: 0 8px 18px rgba(0,0,0,0.18);
    overflow: hidden;
    opacity: 0;
    transform: translateY(-8px);
    pointer-events: none;
}
.v0-group-embed .v0g-dropdown-item {
    padding: 12px 14px;
    color: #FFFFFF;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 16px;
    border-top: 1px solid #346D62;
}
.v0-group-embed .v0g-dropdown-item:first-child { border-top: none; }
.v0-group-embed .v0g-dropdown-item.v0g-active { background: #5DCEB3; color: #09322B; }
.v0-group-embed .v0g-entity {
    background: #346D62;
    color: #FFFFFF;
    border-radius: 12px;
    padding: 8px 12px;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 18px;
}
.v0-group-embed .v0g-actions { display: flex; gap: 8px; }
.v0-group-embed .v0g-btn {
    display: inline-block;
    border-radius: 10px;
    padding: 8px 12px;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 14px;
    border: 1px solid transparent;
}
.v0-group-embed .v0g-btn-primary { background:#5DCEB3; color:#09322B; }
.v0-group-embed .v0g-btn-ghost { background:transparent; border-color:#346D62; color:#B6F4EA; }

.v0-group-embed .v0g-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    padding: 16px;
}
/* Platform header stays visible, only table animates */
.v0-group-embed .v0g-table { opacity: 0; }
.v0-group-embed .v0g-card {
    background: #346D62;
    border: 1px solid #5DCEB3;
    border-radius: 14px;
    padding: 12px;
}
.v0-group-embed .v0g-card-title {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 8px;
}
/* Progress */
.v0-group-embed .v0g-progress-wrap { position: relative; width: 140px; height: 140px; margin: 8px auto 0; }
.v0-group-embed .v0g-progress-ring { width: 100%; height: 100%; transform: rotate(-90deg); }
.v0-group-embed .v0g-progress-track { fill:none; stroke:#09322B; stroke-width:8; }
.v0-group-embed .v0g-progress-indicator {
    fill:none; stroke:#FF5757; stroke-width:8; stroke-linecap:round; stroke-dasharray:125.6 251.2; /* 50% */
}
.v0-group-embed .v0g-progress-label { position:absolute; inset:0; display:flex; align-items:center; justify-content:center; font-weight:800; font-size:20px; }
/* Matrix */
.v0-group-embed .v0g-matrix { position: relative; }
.v0-group-embed .v0g-matrix-grid { display:grid; grid-template-columns:repeat(3,1fr); grid-template-rows:repeat(3,1fr); gap:6px; width:140px; height:140px; margin: 0 auto; }
.v0-group-embed .v0g-mc { border-radius:4px; display:block; position:relative; }
.v0-group-embed .v0g-mc-low { background:#5DCEB3; }
.v0-group-embed .v0g-mc-mid { background:#74FBDB; }
.v0-group-embed .v0g-mc-high { background:#FF5757; }
.v0-group-embed .v0g-dot-white::after { content:""; position:absolute; inset:0; margin:auto; width:10px; height:10px; background:#FFFFFF; border-radius:999px; }
.v0-group-embed .v0g-dot-dark::after { content:""; position:absolute; inset:0; margin:auto; width:10px; height:10px; background:#09322B; border-radius:999px; }
.v0-group-embed .v0g-dot-red::after { content:""; position:absolute; inset:0; margin:auto; width:10px; height:10px; background:#FF5757; border-radius:999px; }
.v0-group-embed .v0g-matrix-axis { position:absolute; color:#B6F4EA; font-size:14px; }
.v0-group-embed .v0g-matrix-axis-y { left:-18px; top:50%; transform: translate(-100%, -50%) rotate(-90deg); transform-origin:left top; }
.v0-group-embed .v0g-matrix-axis-x { left:50%; bottom:-18px; transform: translate(-50%, 0); }
/* Users */
.v0-group-embed .v0g-user { margin-bottom:10px; }
.v0-group-embed .v0g-user-label { color:#B6F4EA; font-size:14px; margin-bottom:6px; }
.v0-group-embed .v0g-bar { width:100%; height:8px; border-radius:999px; background:#09322B; overflow:hidden; }
.v0-group-embed .v0g-bar-fill { display:block; height:100%; border-radius:999px; }
.v0-group-embed .v0g-fill-green { background:#5DCEB3; }
.v0-group-embed .v0g-fill-teal { background:#74FBDB; }
.v0-group-embed .v0g-fill-red { background:#FF5757; }
.v0-group-embed .v0g-bar-scale { display:flex; justify-content:space-between; color:#B6F4EA; font-size:12px; margin-top:6px; }
/* Certainty */
.v0-group-embed .v0g-cert-grid { display:grid; grid-template-columns:1fr 1fr; gap:10px; }
.v0-group-embed .v0g-cert-box { border-radius:10px; padding:10px; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; }
.v0-group-embed .v0g-bg-red { background:#FF5757; color:#FFFFFF; }
.v0-group-embed .v0g-bg-green { background:#5DCEB3; color:#09322B; }
.v0-group-embed .v0g-cert-label { font-size:12px; line-height:1.2; }
.v0-group-embed .v0g-cert-value { font-size:22px; font-weight:800; }
.v0-group-embed .v0g-cert-label-dark { color:#09322B; font-size:12px; line-height:1.2; }
.v0-group-embed .v0g-cert-value-dark { color:#09322B; font-size:22px; font-weight:800; }
/* Table */
.v0-group-embed .v0g-table { margin: 4px 8px 8px; border:1px solid #346D62; border-radius:12px; overflow:hidden; }
.v0-group-embed .v0g-table table { width:100%; border-collapse:collapse; }
.v0-group-embed .v0g-table thead th { text-align:left; padding:10px; font-weight:700; color:#B6F4EA; border-bottom:1px solid #5DCEB3; }
.v0-group-embed .v0g-table tbody td { padding:10px; border-bottom:1px solid #09322B; color:#B6F4EA; font-size:14px; }
.v0-group-embed .v0g-table tbody tr:last-child td { border-bottom:none; }
.v0-group-embed .v0g-badge { display:inline-block; padding:6px 10px; border-radius:8px; color:#09322B; font-weight:700; font-size:12px; }
.v0-group-embed .v0g-bg-green { background:#5DCEB3; }
.v0-group-embed .v0g-bg-teal { background:#74FBDB; }
.v0-group-embed .v0g-bg-red { background:#FF5757; color:#FFFFFF; }
.v0-group-embed .v0g-bg-blue { background:#B6F4EA; }
.v0-group-embed .v0g-dim { color:#B6F4EA; }
.v0-group-embed .v0g-link { color:#FFFFFF; font-weight:800; }
.v0-group-embed .v0g-link:hover { color:#5DCEB3; }
/* Responsive */
@media (max-width: 980px) {
  .v0-group-embed .v0g-cards { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .v0-group-embed { padding: 14px; border-radius: 28px; }
  .v0-group-embed .v0g-cards { grid-template-columns: 1fr; }
  .v0-group-embed .v0g-header { flex-direction: column; align-items: flex-start; }
}
/* Size modifier: ~20% smaller visual */
.v0-group-embed.v0g-sm { padding: 19px; border-radius: 36px; }
.v0-group-embed.v0g-sm .v0g-header { padding: 10px 12px; }
.v0-group-embed.v0g-sm .v0g-entity-btn { font-size: 16px; padding: 8px 12px; }
.v0-group-embed.v0g-sm .v0g-btn { font-size: 12px; padding: 6px 10px; }
.v0-group-embed.v0g-sm .v0g-cards { gap: 12px; padding: 12px; }
.v0-group-embed.v0g-sm .v0g-card { padding: 10px; border-radius: 12px; }
.v0-group-embed.v0g-sm .v0g-card-title { font-size: 0.9em; }
.v0-group-embed.v0g-sm .v0g-progress-wrap { width: 112px; height: 112px; }
.v0-group-embed.v0g-sm .v0g-progress-label { font-size: 18px; }
.v0-group-embed.v0g-sm .v0g-matrix-grid { width: 112px; height: 112px; gap: 5px; }
.v0-group-embed.v0g-sm .v0g-user-label { font-size: 12px; }
.v0-group-embed.v0g-sm .v0g-bar { height: 6px; }
.v0-group-embed.v0g-sm .v0g-cert-grid { gap: 8px; }
.v0-group-embed.v0g-sm .v0g-cert-label { font-size: 11px; }
.v0-group-embed.v0g-sm .v0g-cert-value { font-size: 18px; }
.v0-group-embed.v0g-sm .v0g-cert-label-dark { font-size: 11px; }
.v0-group-embed.v0g-sm .v0g-cert-value-dark { font-size: 18px; }
.v0-group-embed.v0g-sm .v0g-table { margin: 4px 6px 6px; }
.v0-group-embed.v0g-sm .v0g-table thead th { padding: 9px; font-size: 0.95em; }
.v0-group-embed.v0g-sm .v0g-table tbody td { padding: 9px; font-size: 13px; }
.v0-group-embed.v0g-sm .v0g-badge { padding: 5px 8px; font-size: 11px; }
/* ================================ */
/* Animation loop sequencing - 12 second cycle */
/* Sequence 1 (Groep): 0-50% | Sequence 2 (Dochter 1): 50-100% */

/* Button enlarge animation */
.v0-group-embed .v0g-entity-btn {
  animation: v0g-btn-enlarge 12s ease-in-out infinite;
}

/* Dropdown visibility */
.v0-group-embed .v0g-dropdown {
  animation: v0g-dropdown-seq 12s ease-in-out infinite;
}

/* Dropdown item highlights */
.v0-group-embed .v0g-dropdown .v0g-item-group {
  animation: v0g-item-group-highlight 12s ease-in-out infinite;
}
.v0-group-embed .v0g-dropdown .v0g-item-daughter1 {
  animation: v0g-item-daughter1-highlight 12s ease-in-out infinite;
}

/* Table visibility (platform header stays visible, only table animates) */
.v0-group-embed .v0g-table {
  animation: v0g-table-visibility 12s ease-in-out infinite;
}

/* Table row filtering animations */
.v0-group-embed .v0g-table tbody tr[data-entity="daughter1"] {
  animation: v0g-row-daughter1-visibility 12s ease-in-out infinite;
  overflow: hidden;
}
.v0-group-embed .v0g-table tbody tr[data-entity="daughter2"] {
  animation: v0g-row-daughter2-visibility 12s ease-in-out infinite;
  overflow: hidden;
}

/* Keyframe animations */
@keyframes v0g-btn-enlarge {
  /* Sequence 1: Groep - button enlarges at start */
  0% { transform: scale(1); }
  3% { transform: scale(1.08); }
  6% { transform: scale(1); }
  /* Sequence 2: Dochter 1 - button enlarges again */
  50% { transform: scale(1); }
  53% { transform: scale(1.08); }
  56% { transform: scale(1); }
  100% { transform: scale(1); }
}


@keyframes v0g-dropdown-seq {
  /* Sequence 1: Groep - dropdown appears after button enlarge, stays for 1s, then disappears */
  0%, 10% { opacity: 0; transform: translateY(-8px); pointer-events: none; }
  10% { opacity: 1; transform: translateY(0); pointer-events: auto; }
  15% { opacity: 1; transform: translateY(0); pointer-events: auto; }
  20% { opacity: 0; transform: translateY(-8px); pointer-events: none; }
  /* Sequence 2: Dochter 1 - dropdown appears after button enlarge, stays for 1s, then disappears */
  50%, 60% { opacity: 0; transform: translateY(-8px); pointer-events: none; }
  60% { opacity: 1; transform: translateY(0); pointer-events: auto; }
  65% { opacity: 1; transform: translateY(0); pointer-events: auto; }
  70% { opacity: 0; transform: translateY(-8px); pointer-events: none; }
  100% { opacity: 0; transform: translateY(-8px); pointer-events: none; }
}

@keyframes v0g-item-group-highlight {
  /* Sequence 1: Groep becomes turquoise shortly after dropdown appears */
  0%, 10% { background: transparent; color: #FFFFFF; }
  15% { background: #5DCEB3; color: #09322B; }
  20% { background: #5DCEB3; color: #09322B; }
  25%, 100% { background: transparent; color: #FFFFFF; }
}

@keyframes v0g-item-daughter1-highlight {
  /* Sequence 2: Dochter 1 becomes turquoise shortly after dropdown appears */
  50%, 60% { background: transparent; color: #FFFFFF; }
  65% { background: #5DCEB3; color: #09322B; }
  70% { background: #5DCEB3; color: #09322B; }
  75%, 100% { background: transparent; color: #FFFFFF; }
}

@keyframes v0g-table-visibility {
  /* Sequence 1: Table appears after dropdown closes, stays for 2s, then fades out */
  0%, 20% { opacity: 0; }
  25% { opacity: 1; }
  45% { opacity: 1; }
  50% { opacity: 0; }
  /* Sequence 2: Table appears after dropdown closes, stays for 2s, then fades out */
  50%, 70% { opacity: 0; }
  75% { opacity: 1; }
  95% { opacity: 1; }
  100% { opacity: 0; }
}

@keyframes v0g-row-daughter1-visibility {
  /* Rows 1-2: Visible in both sequences (Groep and Dochter 1) */
  /* Sequence 1: Groep - fade in simultaneously with table */
  0%, 20% { 
    opacity: 0; 
    max-height: 0;
    visibility: hidden;
  }
  25%, 44.9% { 
    opacity: 1; 
    max-height: 200px;
    visibility: visible;
  }
  /* Fade out simultaneously with table (45% to 50%) */
  45%, 50% { 
    opacity: 0; 
    max-height: 0;
    visibility: hidden;
  }
  /* Sequence 2: Dochter 1 - fade in simultaneously with table */
  50%, 70% { 
    opacity: 0; 
    max-height: 0;
    visibility: hidden;
  }
  75%, 94.9% { 
    opacity: 1; 
    max-height: 200px;
    visibility: visible;
  }
  /* Fade out simultaneously with table (95% to 100%) */
  95%, 100% { 
    opacity: 0; 
    max-height: 0;
    visibility: hidden;
  }
}

@keyframes v0g-row-daughter2-visibility {
  /* Row 3: Only visible in Sequence 1 (Groep), hidden in Sequence 2 (Dochter 1) */
  /* Sequence 1: Groep - fade in simultaneously with table */
  0%, 20% { 
    opacity: 0; 
    max-height: 0;
    visibility: hidden;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  25%, 44.9% { 
    opacity: 1; 
    max-height: 200px;
    visibility: visible;
  }
  /* Fade out simultaneously with table and other rows (45% to 50%) */
  45%, 50% { 
    opacity: 0; 
    max-height: 0;
    visibility: hidden;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  /* Sequence 2: Dochter 1 - stay hidden */
  50%, 100% { 
    opacity: 0; 
    max-height: 0;
    visibility: hidden;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.hww-step:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 18px rgba(0,0,0,0.06);
}

.hww-list li:hover {
    transform: translateX(4px);
}

@media (max-width: 1024px) {
    .how-we-work { padding: 72px 0; }
    .hww-grid { grid-template-columns: 1fr; gap: 40px; }
    .hww-title { font-size: 38px; }
    .hww-doodle--tl { width: 200px; top: -60px; left: -20px; }
    .hww-doodle--br { width: 220px; right: -20px; bottom: -12px; }
    .hww-right { justify-content: flex-start; }
}

@media (max-width: 600px) {
    .how-we-work { padding: 56px 0; }
    .hww-visual { 
        flex-direction: row; /* Keep logos horizontal on mobile */
        align-items: center; /* Center logos vertically */
        justify-content: center; /* Center logos horizontally */
        gap: 12px; /* Smaller gap for mobile */
        padding: 16px 12px; /* Add padding for better spacing */
        flex-wrap: wrap; /* Allow wrapping if needed on very small screens */
    }
    .hww-arrow { display: none; }
    /* Logo steps should fit content, not stretch to full width */
    .hww-step:has(img[src$="SRA.png"]),
    .hww-step:has(img[src$="kriton.png"]),
    .hww-step:has(img[src$="sultan.png"]) {
        width: fit-content; /* Keep logo containers at their natural size */
        flex-shrink: 0; /* Prevent logos from shrinking */
    }
    .hww-step:not(:last-child)::after { content: none; }
    .hww-step:not(:last-child)::before { content: none; }
    /* Adjust logo sizes for mobile to fit horizontally */
    .hww-step-image[src$="SRA.png"] {
        max-width: 45px; /* Smaller for mobile horizontal layout */
        margin: 0 auto; /* Maintain same ratio as desktop (0px margin) */
    }
    .hww-step-image[src$="kriton.png"] {
        max-width: 70px; /* Smaller for mobile horizontal layout */
        margin: 7px; /* Maintain same ratio as desktop (10px -> 7px, 70% of desktop) */
    }
    .hww-step-image[src$="sultan.png"] {
        max-width: 90px; /* Smaller for mobile horizontal layout */
        margin: 0 auto; /* Maintain same ratio as desktop (0px margin) */
    }
    .hww-doodle { opacity: 1; }
}
/* Reset and base styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Nunito', sans-serif;
    background-color: #09322B;
    color: white;
    padding-top: var(--fixed-offset, 0px);
}

/* Product page: white background and dark text */
body.page-product { background-color: #FFFFFF; color: #010101; }

/* Prevent horizontal scroll caused by overlapping decorative doodles */
html, body {
    overflow-x: hidden;
}

/* Header component placeholder - prevents flicker while JavaScript loads */
header-component {
    display: block;
    background-color: #09322B;
    padding: 20px 24px 20px 24px;
    position: fixed;
    top: var(--banner-height, 0px);
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    min-height: 72px; /* Approximate header height */
}

/* Header styles */
.header {
    background-color: #09322B;
    padding: 8px 24px 8px 24px;
    position: fixed;
    top: var(--banner-height, 0px);
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    /* Prevent flicker during initialization */
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.1s ease-in;
}

/* Show header after it's been fully created */
.header.is-ready {
    visibility: visible;
    opacity: 1;
}

.header-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 48px;
    gap: 20px;
}

/* Logo */
.logo {
    flex-shrink: 0;
}

.logo-link {
    display: inline-block;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.logo-link:hover {
    opacity: 0.8;
}

.logo-img {
    height: 36px;
    width: auto;
}

/* Navigation */
.navigation {
    flex: 1;
    display: flex;
    justify-content: center;
}

.nav-list {
    display: flex;
    list-style: none;
    gap: 30px;
    align-items: center;
}

.nav-link {
    color: white;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    transition: color 0.3s ease;
    position: relative;
}

.nav-link:hover {
    color: #52BAA2;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #52BAA2;
    transition: width 0.3s ease;
}

.nav-link:hover::after {
    width: 100%;
}

/* Language Selector */
.language-selector {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    padding: 8px 12px;
    border-radius: 24px;
    transition: background-color 0.3s ease;
}

.language-selector:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.current-language {
    color: white;
    font-weight: 500;
    font-size: 16px;
}

.dropdown-icon {
    transition: transform 0.3s ease;
}

.language-selector:hover .dropdown-icon {
    transform: rotate(180deg);
}

/* Language Dropdown */
.language-selector, .mobile-language-selector {
    position: relative;
}

.language-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 8px 0;
    min-width: 160px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
}

.language-dropdown.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.language-option {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    color: #010101;
}

.language-option:hover {
    background-color: #F5F5F5;
}

.language-option.active {
    background-color: #52BAA2;
    color: white;
}

.language-option.active .flag {
    filter: none;
}

.flag {
    font-size: 18px;
    line-height: 1;
}

.lang-name {
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    font-size: 14px;
}

/* Mobile Language Dropdown */
@media (max-width: 768px) {
    .mobile-language-selector .language-dropdown {
        right: auto;
        left: 50%;
        transform: translateX(-50%) translateY(-10px);
        min-width: 140px;
    }
    
    .mobile-language-selector .language-dropdown.active {
        transform: translateX(-50%) translateY(0);
    }
    
    .language-option {
        padding: 10px 14px;
        font-size: 13px;
    }
    
    .flag {
        font-size: 16px;
    }
    
    .lang-name {
        font-size: 13px;
    }
}

/* Action Buttons */
.action-buttons {
    display: flex;
    gap: 15px;
    align-items: center;
}

.btn {
    padding: 8px 20px;
    border-radius: 24px;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.btn-outline {
    background-color: transparent;
    border: 2px solid #52BAA2;
    color: #52BAA2;
}

.btn-outline:hover {
    background-color: #52BAA2;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(110, 184, 163, 0.3);
}

.btn-primary {
    background-color: #52BAA2;
    color: #09322B;
    border: 2px solid #52BAA2;
}

.btn-primary:hover {
    background-color: #58A890;
    border-color: #58A890;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(110, 184, 163, 0.4);
}

/* Header Arrow Link */
.header-arrow-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #52BAA2;
    color: #09322B;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid #52BAA2;
    cursor: pointer;
}

.header-arrow-link:hover {
    background-color: #58A890;
    border-color: #58A890;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(110, 184, 163, 0.4);
}

.header-arrow-icon {
    width: 24px;
    height: 24px;
    stroke: currentColor;
}

/* Mobile Menu Controls */
.mobile-menu-controls {
    display: none;
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    gap: 4px;
}

.mobile-menu-toggle span {
    width: 25px;
    height: 3px;
    background-color: white;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.mobile-menu-toggle:hover span {
    background-color: #52BAA2;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .nav-list {
        gap: 20px;
    }
    
    .nav-link {
        font-size: 15px;
    }
    
    .btn {
        padding: 8px 18px;
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    header-component {
        min-height: 60px;
    }
    
    .header {
        padding: 5px 15px 5px 15px;
    }
    
    .header-container {
        height: 48px;
        padding: 0 15px;
    }
    
    .navigation {
        display: none;
    }
    
    .language-selector {
        display: none;
    }
    
    .action-buttons {
        display: none;
    }
    
    .mobile-menu-controls {
        display: flex;
        align-items: center;
        gap: 12px;
    }
    
    .mobile-login-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        color: white;
        text-decoration: none;
        transition: color 0.3s ease;
        cursor: pointer;
    }
    
    .mobile-login-icon:hover {
        color: #52BAA2;
    }
    
    .mobile-login-icon svg {
        width: 24px;
        height: 24px;
    }
    
    .header-arrow-link {
        width: 44px;
        height: 44px;
    }
    
    .header-arrow-icon {
        width: 20px;
        height: 20px;
    }
    
    .mobile-menu-toggle {
        display: flex;
    }
    
    .logo-img {
        height: 32px;
    }
}

@media (max-width: 480px) {
    header-component {
        padding: 0 10px;
        min-height: 56px;
    }
    
    .header {
        padding: 4px 10px 4px 10px;
    }
    
    .header-container {
        padding: 0 10px;
        height: 46px;
    }
    
    .header-arrow-link {
        width: 40px;
        height: 40px;
    }
    
    .header-arrow-icon {
        width: 18px;
        height: 18px;
    }
    
    .logo-img {
        height: 28px;
    }
    
    .mobile-login-icon {
        width: 36px;
        height: 36px;
    }
    
    .mobile-login-icon svg {
        width: 20px;
        height: 20px;
    }
    
    .mobile-menu-controls {
        gap: 10px;
    }
}

/* Mobile menu styles (for when we implement the mobile menu) */
.mobile-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #09322B;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px;
}

.mobile-menu.active {
    display: block;
}

.mobile-nav-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.mobile-nav-link {
    color: white;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav-link:hover {
    color: #52BAA2;
}

.mobile-language-selector {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-language-selector .current-language {
    color: white;
    font-weight: 500;
    font-size: 16px;
}

.mobile-language-selector .dropdown-icon {
    transition: transform 0.3s ease;
}

/* Banner Section */
.banner {
    background: linear-gradient(135deg, #FF5757 0%, #52BAA2 100%);
    width: 100%;
    padding: 6px 0;
    position: fixed;
    top: 0; /* banner sticks to very top */
    left: 0;
    right: 0;
    z-index: 900; /* below doodle and header */
    /* Prevent flicker during initialization */
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.1s ease-in;
}

/* Show banner after it's been fully created */
.banner.is-ready {
    visibility: visible;
    opacity: 1;
}

.banner-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.banner-text {
    color: white;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 14px;
    margin: 0;
    line-height: 1.4;
}

.banner-cta {
    background-color: white;
    color: #09322B;
    /* Make it a rounded button (horizontally squeezed circle) */
    width: 36px;
    height: 20px;
    padding: 0;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    /* Visually hide text but keep for translations/accessibility */
    font-size: 0;
}

.banner-cta::after {
    /* Gebruik een pijl in plaats van > */
    content: "→";
    font-size: 18px;
    line-height: 1;
}

.banner-cta:hover {
    background-color: #f8f9fa;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Responsive Banner */
@media (max-width: 768px) {
    .banner {
        padding: 10px 0;
        top: 0;
    }
    
    .banner-container {
        padding: 0 15px;
        gap: 15px;
    }
    
    .banner-text {
        font-size: 16px;
    }
    
    .banner-cta { width: 52px; height: 26px; border-radius: 13px; }
}

@media (max-width: 480px) {
    .banner {
        padding: 8px 0;
        top: 0;
    }
    
    .banner-container {
        padding: 0 10px;
        gap: 12px;
        flex-direction: column;
    }
    
    .banner-text {
        font-size: 14px;
        line-height: 1.3;
    }
    
    .banner-cta { width: 48px; height: 24px; border-radius: 12px; }
}

/* Hero Slide-in Animation */
@keyframes slideInFromLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInFromRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.hero-content {
    animation: slideInFromLeft 0.8s ease-out;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.hero-heading .hero-line {
    animation: slideInFromLeft 0.8s ease-out both;
    opacity: 0;
}

.hero-heading .hero-line:nth-child(2) {
    animation-delay: 0.2s;
}

.hero-description {
    animation: slideInFromLeft 0.8s ease-out 0.4s both;
}

.hero-buttons {
    animation: slideInFromLeft 0.8s ease-out 0.6s both;
}

/* Hero Section */
.hero {
    position: relative;
    background-color: #09322B;
    padding: 80px 0;
    min-height: 600px;
    display: flex;
    align-items: center;
    overflow: visible;
}

.hero-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative; /* ensure content stacks above doodles */
    z-index: 3;
}

.hero-doodle {
    position: absolute;
    pointer-events: none;
    user-select: none;
    z-index: 1; /* behind content */
}

.hero-doodle--tl {
    top: -200px;
    left: -200px;
    width: 650px; /* 3x */
    max-width: 96vw;
}

.hero-heading {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.2;
    color: white;
    margin: 0;
}

.hero-line {
    display: block;
}

.hero-description {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    color: white;
    margin: 0;
}

.hero-buttons {
    display: flex;
    gap: 20px;
    align-items: center;
}

.btn-outline-white {
    background-color: transparent;
    border: 2px solid white;
    color: white;
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn-outline-white:hover {
    background-color: white;
    color: #09322B;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.3);
}

.btn-icon {
    transition: transform 0.3s ease;
    vertical-align: middle;
    display: inline-block;
}

.btn:hover .btn-icon {
    transform: translateX(2px);
}

.hero-image {
    display: flex;
    justify-content: center;
    align-items: center;
    animation: slideInFromRight 0.8s ease-out 0.3s both;
    opacity: 0;
}

.hero-visual-fallback {
    display: none;
    max-width: 100%;
    height: auto;
    border-radius: 14px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.dashboard-img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.dashboard-img:hover {
    transform: translateY(-5px);
}

/* Inline Hero Visual (V0 port, static HTML/CSS) */
.hero-visual {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 0;
    width: 100%;
    max-width: 700px;
    background: #09322B;
    color: #FFFFFF;
    border-radius: 14px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    border: 1px solid #346D62;
    overflow: hidden;
}
.hv-sidebar {
    background: #09322B;
    border-right: 1px solid #346D62;
    padding: 8px 6px 8px 8px; /* tighter, less right-side padding */
}
.hv-sidebar-title {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 8px;
    color: #FFFFFF;
}
.hv-icon {
    width: 12px;
    height: 12px;
    border-radius: 3px;
    display: inline-block;
}
.hv-icon-alert {
    background: #5DCEB3;
}
.hv-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 1px; /* tighter vertical spacing */
}
.hv-nav-item {
    font-family: 'Nunito', sans-serif;
    font-size: 10px;
    color: #B6F4EA;
    padding: 2px 4px 2px 5px; /* reduce vertical spacing further */
    border-radius: 4px;
    border: 1px solid transparent;
}
.hv-nav-item:hover {
    background: transparent; /* remove hover effect */
}
.hv-nav-item.hv-active:hover {
    background: #346D62; /* keep active item stable on hover */
}
.hv-active {
    background: #346D62;
    color: #5DCEB3;
    border-color: #346D62;
}
.hv-main {
    padding: 12px;
    overflow: hidden;
}
.hv-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.hv-breadcrumbs {
    color: #B6F4EA;
    font-family: 'Nunito', sans-serif;
    font-size: 11px;
}
.hv-header-buttons {
    display: flex;
    gap: 6px;
}
.hv-btn {
    font-family: 'Nunito', sans-serif;
    font-size: 11px;
    padding: 4px 9px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    font-weight: 500;
}
.hv-btn-primary {
    background: #5DCEB3;
    color: #09322B;
}
.hv-btn-outline {
    background: transparent;
    color: #B6F4EA;
    border: 1px solid #346D62;
}
.hv-cards {
    display: grid;
    /* Make Risico Matrix a bit wider and Zekerheid a bit narrower */
    grid-template-columns: 1fr 1.3fr 1fr 0.8fr;
    gap: 8px;
    margin-bottom: 8px;
}
.hv-cards .hv-card:nth-child(4) {
    max-width: 140px;
    justify-self: end;
}
.hv-card {
    background: #346D62;
    border: 1px solid #5DCEB3;
    border-radius: 10px;
    padding: 8px;
}
.hv-card-title {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #FFFFFF;
    margin-bottom: 6px;
}
.hv-progress {
    display: grid;
    gap: 6px;
    justify-items: center;
}
.hv-progress-ring {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background:
        conic-gradient(#FF5757 0 50%, transparent 50% 100%),
        radial-gradient(farthest-side, transparent calc(100% - 6px), #09322B calc(100% - 6px));
}
.hv-progress-foreground { display: none; }
.hv-legend {
    display: grid;
    grid-auto-flow: column;
    gap: 6px;
    align-items: center;
    color: #B6F4EA;
    font-size: 10px;
}
.hv-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 4px;
}
.hv-dot-red { background: #FF5757; }
.hv-dot-green { background: #5DCEB3; }

.hv-matrix {
    position: relative;
}
.hv-matrix-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 4px;
    width: 112px;  /* more space so 'Impact' label fits inside card */
    height: 112px;
    margin: 0 auto;
}
.hv-matrix .g { border-radius: 3px; position: relative; }
.g-green { background: #5DCEB3; }
.g-teal { background: #74FBDB; }
.g-red { background: #FF5757; }
.g-dot-white::after,
.g-dot-dark::after,
.g-dot-red::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.g-dot-white::after { background: #FFFFFF; }
.g-dot-dark::after { background: #09322B; }
.g-dot-red::after { background: #FF5757; }
.hv-matrix-y {
    position: absolute;
    left: -17px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    color: #B6F4EA;
    font-size: 11px;
}
.hv-matrix-x {
    text-align: center;
    color: #B6F4EA;
    font-size: 10px;
    margin-top: 3px;
}

.hv-bars { display: grid; gap: 6px; }
.hv-bar-label {
    color: #B6F4EA;
    font-size: 10px;
    margin-bottom: 3px;
}
.hv-bar-track {
    background: #09322B;
    border-radius: 999px;
    height: 4px;
    overflow: hidden;
}
.hv-bar-fill {
    height: 100%;
    border-radius: 999px;
}
.hv-bar-green { background: #5DCEB3; }
.hv-bar-teal { background: #74FBDB; }
.hv-bar-red { background: #FF5757; }

.hv-squares {
    display: grid;
    grid-template-columns: 0.7fr;
    gap: 8px;
}
.hv-square {
    border-radius: 8px;
    padding: 6px;
    display: grid;
    place-items: center;
    text-align: center;
}
.hv-square-red { background: #FF5757; color: #FFFFFF; }
.hv-square-green { background: #5DCEB3; color: #09322B; }
.hv-square-label {
    font-size: 10px;
    line-height: 1.2;
}
.hv-square-label.dark { color: #09322B; }
.hv-square-value {
    font-size: 16px;
    font-weight: 800;
}
.hv-square-value.dark { color: #09322B; }

.hv-table {
    background: #346D62;
    border: 1px solid #5DCEB3;
    border-radius: 10px;
    overflow: hidden;
}
.hv-table-head,
.hv-row {
    display: grid;
    /* Make the first column narrower so Status sits closer to Details */
    grid-template-columns: 0.9fr 0.9fr 0.8fr 0.8fr 1.5fr 1.1fr 1.3fr 0.8fr;
    gap: 0;
}
.hv-table-head {
    background: #2f5c53;
    color: #B6F4EA;
    font-size: 11px;
    padding: 6px 8px;
}
.hv-table-head > div { padding: 0 6px; text-align: left; }
.hv-table-head > div:first-child { text-align: left !important; }
.hv-table-head > div:first-child { padding-right: 0px; }
.hv-table-head > div:nth-child(2) { padding-left: 0px; }
.hv-row {
    border-top: 1px solid #09322B;
    padding: 6px 8px;
    align-items: center;
}
.hv-table .hv-row > div:first-child { text-align: left !important; }
.hv-row > div { text-align: left; }
.hv-row > div:first-child { padding-right: 2px; }
.hv-row > div:nth-child(2) { padding-left: 2px; }
.hv-row > div { padding-left: 6px; } /* make all cells start from same left line */
.hv-table .hv-row-first {
    transition: background-color 0.15s ease, box-shadow 0.15s ease;
    cursor: pointer;
}
.hv-table .hv-row-first:hover {
    background-color: #2f7a6b; /* stronger hover on Risico 1 row */
    box-shadow: inset 0 0 0 1px rgba(93, 206, 179, 0.6);
}
.hv-row-placeholder {
    grid-column: 1 / -1;
    display: block;
    padding: 8px;
    border-top: 1px solid #09322B;
    text-align: left;
}
.hv-row-label {
    color: #B6F4EA;
    font-size: 12px;
    margin: 0 0 5px 0;
    text-align: left;
}
.hv-row-bar {
    height: 10px;
    border-radius: 8px;
    background: #21463E;
}
.hv-row-title {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 12px; /* match 'Risico 2/3' label size */
}
.hv-row-sub {
    color: #B6F4EA;
    font-size: 11px;
    margin-top: 4px;
}
.hv-cell { color: #B6F4EA; font-size: 10px; text-align: left; }
.hv-badge {
    display: inline-block;
    padding: 2px 6px;
    border-radius: 999px;
    color: #09322B;
    font-size: 10px;
    font-weight: 700;
    text-align: left;
}
.hv-badge-green { background: #5DCEB3; }
.hv-badge-teal { background: #74FBDB; }
.hv-badge-red { background: #FF5757; }
.hv-badge-blue { background: #B6F4EA; }

/* Responsive Hero Section */
@media (max-width: 1024px) {
    .hero-container {
        gap: 40px;
        padding: 0 15px;
    }
    
    .hero-heading {
        font-size: 42px;
    }
    
    .hero-description {
        font-size: 17px;
    }
}

/* Desktop-only tweak: move left hero content to the right */
@media (min-width: 1024px) {
    .hero-content {
        margin-left: 200px;
    }
}

@media (max-width: 768px) {
    /* On small screens, use the image fallback and hide the CSS visual */
    .hero-visual { 
        display: none;
    }
    .hero-visual-fallback {
        display: block;
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .hero-visual {
        grid-template-columns: 1fr;
        max-width: 100%;
    }
    .hv-sidebar {
        border-right: 0;
        border-bottom: 1px solid #346D62;
    }
    .hv-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    .hv-header-buttons {
        width: 100%;
        justify-content: flex-end;
    }
    .hv-cards {
        grid-template-columns: 1fr 1fr;
    }
    .hv-table-head,
    .hv-row {
        grid-template-columns: 1.6fr 1fr 1fr 1fr 1fr 1fr;
    }
    .hv-row > :nth-child(6),
    .hv-row > :nth-child(7),
    .hv-table-head > :nth-child(6),
    .hv-table-head > :nth-child(7) { display: none; }
    .hero {
        padding: 60px 0;
    }
    
    .hero-container {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 0 15px;
        text-align: center;
    }
    
    .hero-heading {
        font-size: 36px;
    }
    
    .hero-description {
        font-size: 16px;
    }
    
    .hero-buttons {
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .btn {
        padding: 12px 20px;
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .hv-cards {
        grid-template-columns: 1fr;
    }
    .hv-table-head,
    .hv-row {
        grid-template-columns: 1.2fr 1fr 1fr 1fr;
    }
    .hv-row > :nth-child(5),
    .hv-row > :nth-child(6),
    .hv-row > :nth-child(7),
    .hv-row > :nth-child(8),
    .hv-table-head > :nth-child(5),
    .hv-table-head > :nth-child(6),
    .hv-table-head > :nth-child(7),
    .hv-table-head > :nth-child(8) { display: none; }
    .hero {
        padding: 40px 0;
    }
    
    .hero-container {
        padding: 0 10px;
        gap: 30px;
    }
    
    .hero-heading {
        font-size: 28px;
    }
    
    .hero-description {
        font-size: 15px;
    }
    
    .hero-buttons {
        flex-direction: column;
        gap: 15px;
    }
    
    .btn {
        width: 100%;
        justify-content: center;
    }
}

/* Partner Carousel Section */
.partner-carousel {
    position: relative;
    background-color: #FFFFFF;
    padding: 80px 0;
    width: 100%;
    overflow: hidden;
    z-index: 3; /* above walkins doodle */
}

.carousel-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.carousel-title {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #09322B;
    margin: 0 0 80px 0;
    line-height: 1.4;
}

.partner-logos {
    display: flex;
    align-items: center;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    animation: carouselRotate 30s linear infinite;
    gap: 0;
}

@keyframes carouselRotate {
    0% {
        transform: translateX(-50%) translateX(0);
    }
    100% {
        transform: translateX(-50%) translateX(-50%);
    }
}

.logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: calc(100vw / 6);
    min-width: 200px;
}

.partner-logo {
    max-height: 60px;
    max-width: 200px;
    height: auto;
    width: auto;
    filter: opacity(1);
    transition: all 0.3s ease;
}

.partner-logo:hover {
    filter: opacity(1);
    transform: scale(1.05);
}

/* Specific adjustment: make Kriton logo 40% smaller */
.partner-logos img[src$="kriton.png"] {
    max-height: 36px; /* 60px * 0.6 */
    max-width: 120px; /* 200px * 0.6 */
}

/* Specific adjustment: make Nyenrode logo 15% bigger */
/* Update: Nyenrode +15% again (total ~1.3225x) */
.partner-logos img[src$="nyenrode-1.webp"] {
    max-height: 79px; /* ~60px * 1.3225 */
    max-width: 265px; /* ~200px * 1.3225 */
}

/* Responsive Partner Carousel */
@media (max-width: 1024px) {
    .partner-carousel {
        padding: 60px 0;
    }
    
    .carousel-container {
        padding: 0 15px;
    }
    
    .carousel-title {
        font-size: 22px;
        margin-bottom: 60px;
    }
    
    .logo-item {
        width: calc(100vw / 6);
        min-width: 150px;
    }
    
    .partner-logo {
        max-height: 50px;
        max-width: 150px;
    }
    
    .partner-logos img[src$="kriton.png"] {
        max-height: 30px; /* 50px * 0.6 */
        max-width: 90px; /* 150px * 0.6 */
    }

    .partner-logos img[src$="nyenrode-1.webp"] {
        max-height: 67px; /* ~50px * 1.3225 */
        max-width: 199px; /* ~150px * 1.3225 */
    }
}

@media (max-width: 768px) {
    .partner-carousel {
        padding: 50px 0;
    }
    
    .carousel-container {
        padding: 0 15px;
    }
    
    .carousel-title {
        font-size: 20px;
        margin-bottom: 48px;
    }
    
    .logo-item {
        width: calc(100vw / 6);
        min-width: 120px;
    }
    
    .partner-logo {
        max-height: 45px;
        max-width: 120px;
    }
    
    .partner-logos img[src$="kriton.png"] {
        max-height: 27px; /* 45px * 0.6 */
        max-width: 72px; /* 120px * 0.6 */
    }

    .partner-logos img[src$="nyenrode-1.webp"] {
        max-height: 60px; /* ~45px * 1.3225 */
        max-width: 159px; /* ~120px * 1.3225 */
    }
}

@media (max-width: 480px) {
    .partner-carousel {
        padding: 40px 0;
    }
    
    .carousel-container {
        padding: 0 10px;
    }
    
    .carousel-title {
        font-size: 18px;
        margin-bottom: 36px;
    }
    
    .logo-item {
        width: calc(100vw / 6);
        min-width: 100px;
    }
    
    .partner-logo {
        max-height: 40px;
        max-width: 100px;
    }
    
    .partner-logos img[src$="kriton.png"] {
        max-height: 24px; /* 40px * 0.6 */
        max-width: 60px; /* 100px * 0.6 */
    }

    .partner-logos img[src$="nyenrode-1.webp"] {
        max-height: 53px; /* ~40px * 1.3225 */
        max-width: 132px; /* ~100px * 1.3225 */
    }

/* Specific adjustment: make Eshuis logo 10% bigger */
.partner-logos img[src$="Eshuis-Accountans-en-adviseurs.png"] {
    max-height: 66px; /* 60px * 1.1 */
    max-width: 220px; /* 200px * 1.1 */
}

@media (max-width: 1024px) {
    .partner-logos img[src$="Eshuis-Accountans-en-adviseurs.png"] {
        max-height: 55px; /* 50px * 1.1 */
        max-width: 165px; /* 150px * 1.1 */
    }
}

@media (max-width: 768px) {
    .partner-logos img[src$="Eshuis-Accountans-en-adviseurs.png"] {
        max-height: 50px; /* ~45px * 1.1 */
        max-width: 132px; /* 120px * 1.1 */
    }
}

@media (max-width: 480px) {
    .partner-logos img[src$="Eshuis-Accountans-en-adviseurs.png"] {
        max-height: 44px; /* 40px * 1.1 */
        max-width: 110px; /* 100px * 1.1 */
    }
}
}

/* Walk-ins Section */
.walkins-section {
    position: relative;
    background-color: #FFFFFF; /* white background behind the grey box */
    padding: 24px 0;
    overflow: visible; /* allow doodles to overlap sections */
}

.walkins-doodle {
    position: absolute;
    pointer-events: none;
    user-select: none;
    opacity: 1;
    z-index: 1; /* below partner carousel, above section background */
}

.walkins-doodle--tl {
    top: -48px;
    left: 60px;
    width: 300px;
    max-width: 30vw;
}

.walkins-doodle--br {
    bottom: -100px;
    right: -620px;
    width: 1050px; /* 3x */
    max-width: 102vw; /* allow slight overflow */
}

.walkins-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 42px; /* minimal left/right padding, ample vertical space */
    position: relative; /* ensure content above doodles */
    z-index: 3;
    background-color: #F7F9F8; /* match hww-visual background */
    border: 1px solid #E6ECEA; /* match hww-visual line color */
    border-radius: 14px; /* match hww-visual radius */
    box-shadow: 0 6px 18px rgba(0,0,0,0.04); /* match hww-visual shadow */
    background-image: url('images/walk-ins-team.png');
    background-repeat: no-repeat;
    background-position: right 24px bottom 0;
    background-size: 360px auto;
}

.walkins-content {
    text-align: center;
}

.walkins-title {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 42px;
    color: #09322B;
    margin-bottom: 30px;
    line-height: 1.3;
}

.walkins-description {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #09322B;
    line-height: 1.6;
    margin-bottom: 40px;
}

.walkins-form {
    margin-bottom: 15px;
    max-width: 500px;
    margin-left: 0;
}

.walkins-input-group {
    display: flex;
    gap: 15px;
    max-width: 500px;
    margin: 0;
    justify-content: flex-start;
    align-items: center;
}

.walkins-input {
    flex: 1;
    padding: 15px 20px;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    border: 2px solid #52BAA2;
    border-radius: 8px;
    background-color: #FFFFFF;
    color: #09322B;
    min-width: 200px;
    outline: none;
    transition: border-color 0.3s ease;
}

/* Subtle hover and scroll-reveal animations for Walk-ins */
.walkins-container,
.walkins-input,
.walkins-input-group .btn {
    transition: transform 220ms ease, box-shadow 220ms ease, opacity 300ms ease, border-color 220ms ease;
}

/* Include background-size transition for smooth image zoom on hover */
.walkins-container {
    transition: transform 220ms ease, box-shadow 220ms ease, opacity 300ms ease, border-color 220ms ease, background-size 420ms ease;
}

.walkins-container:hover {
    box-shadow: 0 10px 22px rgba(0,0,0,0.06); /* match hww-visual hover shadow */
    /* Slightly enlarge the background image to highlight it */
    background-size: 370px auto;
}

.walkins-input:focus {
    transform: translateY(-1px);
}

/* Generic scroll reveal utility */
.reveal {
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 500ms ease-out, transform 1000ms ease-out;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Stagger helpers */
.stagger-1 { transition-delay: 50ms; }
.stagger-2 { transition-delay: 500ms; }
.stagger-3 { transition-delay: 1000ms; }
.stagger-4 { transition-delay: 1500ms; }
.stagger-5 { transition-delay: 2000ms; }

@media (prefers-reduced-motion: reduce) {
    .hww-visual,
    .hww-step,
    .hww-list li,
    .walkins-container,
    .walkins-input,
    .walkins-input-group .btn,
    .reveal {
        transition: none !important;
        transform: none !important;
    }
}

.walkins-input:focus {
    border-color: #09322B;
}

.walkins-input::placeholder {
    color: #999;
}

.walkins-disclaimer {
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    color: #666;
    margin: 0;
    text-align: left;
}

/* Responsive styles for walkins section */
@media (max-width: 768px) {
    .walkins-section {
        padding: 20px 0;
    }
    
    .walkins-container {
        padding: 32px 12px; /* keep minimal side padding on tablet */
        background-image: none; /* hide team image on tablet and smaller */
        padding-right: 12px;
    }
    
    .walkins-title {
        font-size: 32px;
        margin-bottom: 25px;
    }
    
    .walkins-description {
        font-size: 16px;
        margin-bottom: 35px;
    }
    
    .walkins-input-group {
        flex-direction: column;
        max-width: 100%;
    }
    
    .walkins-input {
        width: 100%;
    }
    
    .walkins-input-group .btn {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .walkins-section {
        padding: 16px 0;
    }
    
    .walkins-title {
        font-size: 28px;
    }
    
    .walkins-description {
        font-size: 15px;
        margin-bottom: 30px;
    }
    
    .walkins-input {
        padding: 12px 18px;
        font-size: 15px;
    }
}

/* Problem Section */
.problem-section {
    background-color: #FFFFFF;
    padding: 64px 0;
    width: 100%;
    position: relative;
}

.problem-doodle {
    position: absolute;
    pointer-events: none;
    user-select: none;
    opacity: 1;
    z-index: 1;
}
.problem-doodle--tl {
    top: -30px;
    left: -30px;
    width: 260px;
    max-width: 40vw;
}

.problem-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
    position: relative;
    z-index: 3; /* ensure content above doodles */
}

.problem-header {
    margin-bottom: 60px;
}

.problem-tag {
    display: inline-block;
    background-color: #52BAA2;
    color: #09322B;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1;
    padding: 12px 24px;
    border-radius: 20px;
    margin-bottom: 24px;
}

.problem-title {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 42px;
    color: #09322B;
    margin: 0 0 20px 0;
    line-height: 1.3;
}

.problem-subtitle {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #010101;
    opacity: 0.8;
    margin: 0;
    line-height: 1.5;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.problem-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    align-items: stretch;
}

.problem-card {
    background-color: #F5F5F5;
    border: none;
    border-radius: 16px;
    padding: 28px;
    text-align: left;
    transition: all 0.4s ease;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.problem-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #52BAA2 0%, #FF5757 100%);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.problem-card:hover::before {
    transform: scaleX(1);
}

.problem-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

.problem-icon {
    font-size: 48px;
    margin-bottom: 15px;
    line-height: 1;
}

.card-number {
    font-family: 'Nunito', sans-serif;
    color: #09322B;
    font-weight: 700;
    font-size: 32px;
    line-height: 1;
    margin: 0 0 16px 0;
}

.card-title {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #09322B;
    margin: 0 0 20px 0;
    line-height: 1.4;
    flex-grow: 0;
}

.card-text {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #010101;
    margin: 0;
    line-height: 1.6;
    flex-grow: 1;
}

.btn-read-more {
    background-color: transparent;
    border: 2px solid #09322B;
    color: #09322B;
    margin-top: 20px;
    align-self: flex-start;
    text-decoration: none;
    display: inline-block;
}

.btn-read-more:hover {
    background-color: #09322B;
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(9, 50, 43, 0.3);
}

/* Responsive Problem Section */
@media (max-width: 1024px) {
    .problem-section {
        padding: 60px 0;
    }
    
    .problem-container {
        padding: 0 15px;
    }
    
    .problem-tag {
        font-size: 15px;
        padding: 10px 20px;
        margin-bottom: 25px;
    }
    
    .problem-title {
        font-size: 38px;
        margin-bottom: 15px;
    }
    
    .problem-subtitle {
        font-size: 18px;
    }
    
    .problem-cards {
        gap: 25px;
    }
    
    .problem-card {
        padding: 22px;
    }
    
    .problem-icon {
        font-size: 40px;
    }
    
    .card-number {
        font-size: 38px;
    }
    
    .card-title {
        font-size: 18px;
    }
    
    .card-text {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .problem-section {
        padding: 50px 0;
    }
    
    .problem-container {
        padding: 0 15px;
    }
    
    .problem-tag {
        font-size: 14px;
        padding: 8px 18px;
        margin-bottom: 20px;
    }
    
    .problem-title {
        font-size: 32px;
        margin-bottom: 15px;
    }
    
    .problem-subtitle {
        font-size: 16px;
    }
    
    .problem-cards {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .problem-card {
        padding: 22px 18px;
    }
    
    .problem-icon {
        font-size: 36px;
        margin-bottom: 12px;
    }
    
    .card-number {
        font-size: 32px;
        margin-bottom: 12px;
    }
    
    .card-title {
        font-size: 18px;
        margin-bottom: 15px;
    }
    
    .card-text {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .problem-section {
        padding: 40px 0;
    }
    
    .problem-container {
        padding: 0 10px;
    }
    
    .problem-tag {
        font-size: 13px;
        padding: 6px 16px;
        margin-bottom: 15px;
    }
    
    .problem-title {
        font-size: 28px;
        margin-bottom: 15px;
    }
    
    .problem-subtitle {
        font-size: 15px;
    }
    
    .problem-cards {
        gap: 15px;
    }
    
    .problem-card {
        padding: 25px 20px;
    }
    
    .problem-icon {
        font-size: 32px;
        margin-bottom: 10px;
    }
    
    .card-number {
        font-size: 28px;
        margin-bottom: 12px;
    }
    
    .card-title {
        font-size: 17px;
        margin-bottom: 12px;
    }
    
    .card-text {
        font-size: 13px;
    }
}

/* Responsive adjustments for Problem doodle */
@media (max-width: 1024px) { .problem-doodle--tl { width: 200px; top: -20px; left: -20px; } }
@media (max-width: 768px) { .problem-doodle--tl { width: 160px; top: -10px; left: -16px; } }
@media (max-width: 480px) { .problem-doodle--tl { width: 130px; top: -6px; left: -12px; } }


/* Contact Section */
.contact-section {
    background-color: #D6DCDA;
    padding: 60px 0;
}

.contact-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: flex-start;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.contact-tag {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: white;
    background-color: #52BAA2;
    padding: 12px 24px;
    border-radius: 20px;
    margin: 0;
    line-height: 1;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    width: fit-content;
}

.contact-title {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 48px;
    color: #09322B;
    margin: 0;
    line-height: 1.2;
}

.contact-description {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #010101;
    margin: 0;
    line-height: 1.6;
}

.contact-benefits {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-benefits li {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #010101;
    line-height: 1.6;
    position: relative;
    padding-left: 25px;
}

.contact-benefits li:before {
    content: '•';
    position: absolute;
    left: 0;
    top: 0;
    color: #52BAA2;
    font-weight: bold;
    font-size: 20px;
}

.company-info {
    margin-top: 20px;
}

.company-info h3 {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #010101;
    margin: 0 0 10px 0;
}

.company-info p {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #010101;
    margin: 0 0 5px 0;
    line-height: 1.5;
}

.contact-form-container {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-label {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #010101;
    margin: 0;
}

.form-input,
.form-textarea {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #010101;
    background-color: white;
    border: 2px solid #D6DCDA;
    border-radius: 8px;
    padding: 12px 16px;
    transition: border-color 0.3s ease;
    width: 100%;
}

.form-input:focus,
.form-textarea:focus {
    outline: none;
    border-color: #52BAA2;
}

.form-textarea {
    resize: vertical;
    min-height: 120px;
}

.form-submit {
    align-self: flex-start;
    margin-top: 10px;
}

/* Responsive Contact Section */
@media (max-width: 1024px) {
    .contact-section {
        padding: 45px 0;
    }
    
    .contact-container {
        padding: 0 15px;
    }
    
    .contact-content {
        gap: 40px;
    }
    
    .contact-title {
        font-size: 42px;
    }
    
    .contact-description {
        font-size: 17px;
    }
    
    .contact-benefits li {
        font-size: 15px;
    }
    
    .contact-form-container {
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .contact-section {
        padding: 35px 0;
    }
    
    .contact-container {
        padding: 0 15px;
    }
    
    .contact-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .contact-title {
        font-size: 36px;
    }
    
    .contact-description {
        font-size: 16px;
    }
    
    .contact-benefits li {
        font-size: 14px;
    }
    
    .contact-form-container {
        padding: 25px;
    }
    
    .form-row {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .form-submit {
        align-self: stretch;
    }
}

@media (max-width: 480px) {
    .contact-section {
        padding: 25px 0;
    }
    
    .contact-container {
        padding: 0 10px;
    }
    
    .contact-content {
        gap: 30px;
    }
    
    .contact-tag {
        font-size: 14px;
        padding: 8px 18px;
    }
    
    .contact-title {
        font-size: 28px;
    }
    
    .contact-description {
        font-size: 15px;
    }
    
    .contact-benefits li {
        font-size: 13px;
    }
    
    .contact-form-container {
        padding: 20px;
    }
    
    .form-label {
        font-size: 14px;
    }
    
    .form-input,
    .form-textarea {
        font-size: 14px;
        padding: 10px 12px;
    }
}

/* Pricing Section */
.pricing-section {
    background-color: #FFFFFF;
    background-image: url('images/Red-threads/Rode draad 10.png'), url('images/Red-threads/Rode draad 3.png');
    background-repeat: no-repeat, no-repeat;
    background-position: top -180px center, bottom -60px right -100px;
    background-size: 440px, 420px;
    padding: 80px 0;
    width: 100%;
}

.pricing-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: left;
}

.pricing-tag {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #09322B;
    background-color: #52BAA2;
    padding: 12px 24px;
    border-radius: 20px;
    margin: 0 0 30px 0;
    line-height: 1;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.pricing-title {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 48px;
    color: #09322B;
    margin: 0 0 20px 0;
    line-height: 1.2;
}

.pricing-subtitle {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #010101;
    margin: 0 0 30px 0;
    line-height: 1.3;
}

.pricing-description {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #010101;
    margin: 0 0 50px 0;
    line-height: 1.6;
    max-width: 1000px;
}

.pricing-table-container {
    margin: 0 0 30px 0;
    overflow-x: auto;
}

.pricing-note {
    font-size: 0.9rem;
    color: #6B7280;
    margin: 8px 0 0 0;
    text-align: center;
}

.pricing-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #F5F5F5;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.table-header {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #010101;
    background-color: #F5F5F5;
    padding: 20px;
    text-align: left;
    border-bottom: 1px solid #E0E0E0;
}

.table-cell {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #010101;
    background-color: #F5F5F5;
    padding: 20px;
    border-bottom: 1px solid #E0E0E0;
}

.credits-label {
    font-weight: 600;
}

.credits-value {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
}

/* Center align the workprogram columns (Financial audit and ESRS) */
.pricing-table th:nth-child(2),
.pricing-table th:nth-child(3),
.pricing-table td:nth-child(2),
.pricing-table td:nth-child(3) {
    text-align: center;
}

.platform-credit-info {
    background-color: #F5F5F5;
    padding: 15px 20px;
    border-radius: 8px;
    text-align: center;
    margin: 0 auto;
    max-width: 400px;
}

.platform-credit-text {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #010101;
    margin: 0 0 10px 0;
    line-height: 1.4;
}

.platform-credit-text:last-child {
    margin-bottom: 0;
}

/* Additional Pricing Information */
.pricing-additional-info {
    margin-top: 60px;
    max-width: 1000px;
}

.pricing-additional-title {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #09322B;
    margin: 40px 0 15px 0;
    line-height: 1.3;
}

.pricing-additional-title:first-child {
    margin-top: 0;
}

.pricing-additional-description {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #010101;
    margin: 0 0 30px 0;
    line-height: 1.6;
}

/* Responsive Pricing Section */
@media (max-width: 1024px) {
    .pricing-section {
        padding: 60px 0;
        background-size: 340px, 320px;
        background-position: top -160px center, bottom -160px right -140px;
    }
    
    .pricing-container {
        padding: 0 15px;
    }
    
    .pricing-tag {
        font-size: 15px;
        padding: 10px 20px;
        margin-bottom: 25px;
    }
    
    .pricing-title {
        font-size: 42px;
        margin-bottom: 18px;
    }
    
    .pricing-subtitle {
        font-size: 22px;
        margin-bottom: 25px;
    }
    
    .pricing-description {
        font-size: 17px;
        margin-bottom: 40px;
    }
    
    .table-header,
    .table-cell {
        padding: 15px;
        font-size: 15px;
    }
    
    .credits-value {
        font-size: 17px;
    }
    
    .platform-credit-text {
        font-size: 15px;
    }
    
    .pricing-additional-info {
        margin-top: 50px;
    }
    
    .pricing-additional-title {
        font-size: 26px;
        margin-top: 35px;
    }
    
    .pricing-additional-description {
        font-size: 17px;
    }
}

@media (max-width: 768px) {
    .pricing-section {
        padding: 50px 0;
        background-size: 260px, 250px;
        background-position: top -180px center, bottom -180px right -160px;
    }
    
    .pricing-container {
        padding: 0 15px;
    }
    
    .pricing-tag {
        font-size: 14px;
        padding: 8px 18px;
        margin-bottom: 20px;
    }
    
    .pricing-title {
        font-size: 36px;
        margin-bottom: 15px;
    }
    
    .pricing-subtitle {
        font-size: 20px;
        margin-bottom: 20px;
    }
    
    .pricing-description {
        font-size: 16px;
        margin-bottom: 35px;
    }
    
    .table-header,
    .table-cell {
        padding: 12px;
        font-size: 14px;
    }
    
    .credits-value {
        font-size: 16px;
    }
    
    .platform-credit-info {
        padding: 12px 15px;
    }
    
    .platform-credit-text {
        font-size: 14px;
    }
    
    .pricing-additional-info {
        margin-top: 40px;
    }
    
    .pricing-additional-title {
        font-size: 24px;
        margin-top: 30px;
    }
    
    .pricing-additional-description {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .pricing-section {
        padding: 40px 0;
        background-size: 200px, 200px;
        background-position: top -180px center, bottom -200px right -180px;
    }
    
    .pricing-container {
        padding: 0 10px;
    }
    
    .pricing-tag {
        font-size: 13px;
        padding: 6px 16px;
        margin-bottom: 15px;
    }
    
    .pricing-title {
        font-size: 28px;
        margin-bottom: 12px;
    }
    
    .pricing-subtitle {
        font-size: 18px;
        margin-bottom: 15px;
    }
    
    .pricing-description {
        font-size: 15px;
        margin-bottom: 30px;
    }
    
    .table-header,
    .table-cell {
        padding: 10px;
        font-size: 13px;
    }
    
    .credits-value {
        font-size: 15px;
    }
    
    .platform-credit-info {
        padding: 10px 12px;
    }
    
    .platform-credit-text {
        font-size: 13px;
    }
    
    .pricing-additional-info {
        margin-top: 30px;
    }
    
    .pricing-additional-title {
        font-size: 22px;
        margin-top: 25px;
    }
    
    .pricing-additional-description {
        font-size: 15px;
        margin-bottom: 20px;
    }
}

/* Testimonial Section */
.testimonial-section {
    background-color: #FFFFFF;
    padding: 0 0 80px;
    width: 100%;
}

.testimonial-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 1; /* keep content above doodle */
}

.testimonial-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.testimonial-tag {
    display: inline-block;
    background-color: #52BAA2;
    color: #09322B;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1;
    padding: 12px 24px;
    border-radius: 18px;
    margin-bottom: 24px;
}

.testimonial-title {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 42px;
    line-height: 1.2;
    color: #010101;
    margin: 0 0 8px 0;
}

/* Testimonials carousel */
.testimonial-carousel {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 48px;
    gap: 12px;
    width: 100vw; /* full-bleed */
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.testimonial-track {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    overflow: visible;
}

.testimonial-slide {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 280ms ease, filter 280ms ease, opacity 280ms ease;
    filter: blur(1.5px);
    opacity: 0.7;
    transform: scale(0.92);
}

.testimonial-slide.active {
    filter: none;
    opacity: 1;
    transform: scale(1.12);
    z-index: 2;
}

/* Highlight slide on hover instead of auto-advance */
.testimonial-slide:hover {
    filter: none;
    opacity: 1;
    transform: scale(1.12);
    z-index: 2;
}

/* Default highlight: when not hovering the carousel, emphasize the middle item */
.testimonial-track:not(:hover) .testimonial-slide:nth-child(2) {
    filter: none;
    opacity: 1;
    transform: scale(1.12);
    z-index: 2;
}

.testimonial-nav {
    background: #FFFFFF;
    color: #09322B;
    border: 1px solid #D6DCDA;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: none; /* Hidden on desktop */
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 200ms ease, color 200ms ease;
    font-size: 24px;
    font-weight: bold;
    z-index: 10;
    flex-shrink: 0;
}
.testimonial-nav:hover { 
    background: #52BAA2; 
    color: #09322B; 
    border-color: #52BAA2;
}
.testimonial-nav:active {
    transform: scale(0.95);
}
.testimonial-prev { order: 0; }
.testimonial-track { order: 1; }
.testimonial-next { order: 2; }

.testimonial-image {
    display: block;
    width: 100%;
    height: auto;
    max-height: 420px;
    object-fit: contain;
    max-width: 30vw; /* use more horizontal space per item on large screens */
}

@media (max-width: 1024px) {
    .testimonial-section { padding: 60px 0; }
    .testimonial-container { padding: 0 15px; }
    .testimonial-tag { font-size: 15px; padding: 10px 20px; margin-bottom: 24px; }
    .testimonial-title { font-size: 38px; }
    .testimonial-track { gap: 24px; }
    .testimonial-image { max-width: 40vw; }
}

@media (max-width: 768px) {
    .testimonial-section { padding: 50px 0; }
    .testimonial-container { padding: 0 15px; }
    .testimonial-tag { font-size: 14px; padding: 8px 18px; margin-bottom: 24px; }
    .testimonial-title { font-size: 32px; }
    .testimonial-carousel {
        gap: 8px;
        padding: 0 10px;
    }
    .testimonial-track { 
        gap: 0;
        overflow: hidden;
        width: 100%;
        max-width: 100%;
        position: relative;
        display: flex;
        min-height: 300px;
    }
    .testimonial-slide {
        min-width: 100%;
        width: 100%;
        flex-shrink: 0;
        opacity: 0 !important;
        transform: translateX(100%) !important;
        filter: none !important;
        transition: transform 300ms ease, opacity 300ms ease;
        position: absolute;
        left: 0;
        top: 0;
        pointer-events: none;
    }
    .testimonial-slide.active {
        opacity: 1 !important;
        transform: translateX(0) !important;
        filter: none !important;
        position: relative;
        z-index: 2;
        pointer-events: auto;
    }
    .testimonial-slide.prev {
        transform: translateX(-100%) !important;
        filter: none !important;
        z-index: 1;
    }
    .testimonial-slide:not(.active):not(.prev) {
        opacity: 0 !important;
        transform: translateX(100%) !important;
        z-index: 0;
    }
    .testimonial-image { 
        max-width: 100%;
        width: 100%;
    }
    .testimonial-nav {
        display: inline-flex !important;
        width: 40px;
        height: 40px;
        z-index: 10;
        position: relative;
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
    }
    .testimonial-nav:active {
        transform: scale(0.95);
    }
    /* Disable all blur and hover effects on mobile */
    .testimonial-slide:hover {
        filter: none !important;
        opacity: 0 !important;
        transform: translateX(100%) !important;
    }
    .testimonial-slide:hover.active {
        opacity: 1 !important;
        transform: translateX(0) !important;
    }
    .testimonial-track:not(:hover) .testimonial-slide {
        filter: none !important;
        opacity: 0 !important;
        transform: translateX(100%) !important;
    }
    .testimonial-track:not(:hover) .testimonial-slide.active {
        opacity: 1 !important;
        transform: translateX(0) !important;
    }
    /* Override desktop rule that shows second slide by default */
    .testimonial-track:not(:hover) .testimonial-slide:nth-child(2) {
        filter: none !important;
        opacity: 0 !important;
        transform: translateX(100%) !important;
    }
    .testimonial-track:not(:hover) .testimonial-slide:nth-child(2).active {
        opacity: 1 !important;
        transform: translateX(0) !important;
    }
}

@media (max-width: 480px) {
    .testimonial-section { padding: 40px 0; }
    .testimonial-container { padding: 0 10px; }
    .testimonial-tag { font-size: 13px; padding: 6px 16px; margin-bottom: 24px; }
    .testimonial-title { font-size: 28px; }
    .testimonial-carousel {
        gap: 6px;
        padding: 0 5px;
    }
    .testimonial-nav {
        width: 36px;
        height: 36px;
        font-size: 20px;
    }
}

/* Positioning context for testimonial doodle */
.testimonial-section { position: relative; }

/* Decorative doodle for Testimonial Section */
.testimonial-doodle {
    position: absolute;
    pointer-events: none;
    user-select: none;
    opacity: 1;
    z-index: 0; /* place behind testimonial content */
}
.testimonial-doodle--bl {
    bottom: -24px;
    left: -140px;
    width: 600px;
    max-width: 42vw;
}

/* Responsive adjustments for Testimonial doodle */
@media (max-width: 1024px) { .testimonial-doodle--bl { width: 220px; bottom: -16px; left: -16px; } }
@media (max-width: 768px) { .testimonial-doodle--bl { width: 180px; bottom: -12px; left: -12px; } }
@media (max-width: 480px) { .testimonial-doodle--bl { width: 140px; bottom: -8px; left: -8px; } }

/* Footer */
.footer {
    background-color: #FFFFFF;
    padding: 60px 0 30px 0;
    width: 100%;
    position: relative;
}

/* Inset separator line above footer */
.footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 5vw;
    right: 5vw;
    height: 1px;
    background-color: #D6DCDA;
}

.footer-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 60px;
    margin-bottom: 40px;
}

.footer-logo-section {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.footer-logo {
    display: flex;
    align-items: center;
}

.footer-logo-img {
    height: 50px;
    width: auto;
}

.footer-cta {
    align-self: flex-start;
}

.footer-nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.footer-nav-column {
    display: flex;
    flex-direction: column;
}

.footer-nav-title {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #09322B;
    margin: 0 0 20px 0;
    line-height: 1.3;
}

.footer-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-nav-list li {
    margin: 0 0 12px 0;
}

.footer-nav-link {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #09322B;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-nav-link:hover {
    color: #52BAA2;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 30px;
}

.footer-copyright {
    flex: 1;
    text-align: center;
}

.footer-copyright p {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #09322B;
    margin: 0;
    line-height: 1.4;
}

.footer-contact {
    flex: 1;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.footer-contact p {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #09322B;
    margin: 0;
    line-height: 1.4;
}

/* Footer social (LinkedIn) */
.footer-social {
    display: flex;
    align-items: flex-start;
}

.footer-contact .footer-social {
    justify-content: flex-end;
    margin-bottom: 8px;
}

.footer-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    color: #09322B;
}

.footer-social-link img {
    display: block;
    width: 20px;
    height: 20px;
}

/* Responsive Footer */
@media (max-width: 1024px) {
    .footer {
        padding: 50px 0 25px 0;
    }
    
    .footer-container {
        padding: 0 15px;
    }
    
    .footer-content {
        gap: 40px;
        margin-bottom: 30px;
    }
    
    .footer-nav {
        gap: 30px;
    }
    
    .footer-nav-title {
        font-size: 15px;
        margin-bottom: 15px;
    }
    
    .footer-nav-link {
        font-size: 14px;
    }
    
    .footer-nav-list li {
        margin: 0 0 10px 0;
    }
}

@media (max-width: 768px) {
    .footer {
        padding: 40px 0 20px 0;
    }
    
    .footer-container {
        padding: 0 15px;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-bottom: 25px;
    }
    
    .footer-logo-section {
        gap: 20px;
        text-align: center;
    }
    
    .footer-cta {
        align-self: center;
    }
    
    .footer-nav {
        grid-template-columns: 1fr;
        gap: 25px;
        text-align: center;
    }
    
    .footer-nav-title {
        font-size: 14px;
        margin-bottom: 12px;
    }
    
    .footer-nav-link {
        font-size: 13px;
    }
    
    .footer-nav-list li {
        margin: 0 0 8px 0;
    }
    
    .footer-bottom {
        flex-direction: column;
        gap: 20px;
    }
    
    .footer-copyright {
        text-align: center;
    }
    
    .footer-contact {
        text-align: right;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        width: 100%;
    }
    
    .footer-contact .footer-social {
        align-self: flex-end;
    }
    
    .footer-copyright p,
    .footer-contact p {
        font-size: 13px;
    }
}

/* Timeline Section */
.timeline-section {
    background-color: #FFFFFF;
    padding: 80px 0;
    width: 100%;
}

.timeline-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.timeline-tag {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    background-color: #52BAA2;
    padding: 12px 24px;
    border-radius: 20px;
    margin: 0 0 30px 0;
    line-height: 1;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.timeline-title {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 44px;
    color: #09322B;
    margin: 0 0 60px 0;
    line-height: 1.2;
}

.timeline-items {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
    position: relative;
    flex-wrap: wrap;
}

/* Box wrapper for the timeline visual, styled like the Walk-ins container */
.timeline-box {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 42px;
    position: relative;
    z-index: 1;
    background-color: #F7F9F8;
    border: 1px solid #E6ECEA;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.04);
}

/* New: audit products pills replacing the timeline visual */
.audit-products-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
    align-items: stretch;
}

.audit-pill {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #09322B;
    background: rgba(82, 186, 162, 0.08);
    border: none;
    border-radius: 8px;
    padding: 12px 20px;
    box-shadow: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
}

.audit-pill:hover {
    background: rgba(82, 186, 162, 0.12);
    transform: none;
    box-shadow: none;
}

.timeline-items::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 20%;
    right: 20%;
    height: 4px;
    background: linear-gradient(to right, #52BAA2 0%, #52BAA2 50%, #D6DCDA 50%, #D6DCDA 100%);
    z-index: 0;
}

.timeline-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
    flex: 1;
    max-width: 300px;
}

.timeline-dot {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #52BAA2;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    box-shadow: 0 0 0 8px #09322B;
    transition: transform 0.3s ease;
}

.timeline-item-active .timeline-dot {
    background-color: #52BAA2;
}

.timeline-item-upcoming .timeline-dot {
    background-color: #52BAA2;
}

.timeline-item-coming-soon .timeline-dot {
    background-color: #D6DCDA;
}

.timeline-item:hover .timeline-dot {
    transform: scale(1.2);
}

.timeline-content {
    text-align: center;
}

.timeline-date {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #09322B;
    margin-bottom: 10px;
}

.timeline-product {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #09322B;
}

.coming-soon-badge {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 0.85em; /* slightly smaller than parent */
    color: #52BAA2;
    margin-left: 8px;
    display: inline-block;
    padding: 4px 10px;
    line-height: 1;
    border-radius: 9999px;
    border: 1px solid #52BAA2;
    background-color: rgba(82, 186, 162, 0.12);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    vertical-align: middle;
}

/* Responsive Timeline Section */
@media (max-width: 1024px) {
    .timeline-section {
        padding: 60px 0;
    }
    
    .timeline-container {
        padding: 0 15px;
    }
    
    .timeline-tag {
        font-size: 15px;
        padding: 10px 20px;
        margin-bottom: 25px;
    }
    
    .timeline-title {
        font-size: 42px;
        margin-bottom: 50px;
    }
    
    .timeline-items {
        gap: 60px;
    }
    
    .timeline-items::before {
        left: 15%;
        right: 15%;
    }
}

@media (max-width: 768px) {
    .timeline-section {
        padding: 50px 0;
    }
    
    .timeline-container {
        padding: 0 15px;
    }
    
    .timeline-tag {
        font-size: 14px;
        padding: 8px 18px;
        margin-bottom: 20px;
    }
    
    .timeline-title {
        font-size: 36px;
        margin-bottom: 40px;
    }
    
    .timeline-items {
        flex-direction: column;
        gap: 40px;
    }
    
    .timeline-items::before {
        display: none;
    }
    
    .timeline-dot {
        width: 36px;
        height: 36px;
        box-shadow: 0 0 0 6px #09322B;
    }
    
    .timeline-date {
        font-size: 16px;
    }
    
    .timeline-product {
        font-size: 18px;
    }

    .audit-products-grid { gap: 16px; grid-template-columns: repeat(2, 1fr); }
    .audit-pill { font-size: 15px; padding: 12px 18px; }
}

@media (max-width: 480px) {
    .timeline-section {
        padding: 40px 0;
    }
    
    .timeline-container {
        padding: 0 10px;
    }
    
    .timeline-tag {
        font-size: 13px;
        padding: 6px 16px;
        margin-bottom: 15px;
    }
    
    .timeline-title {
        font-size: 28px;
        margin-bottom: 30px;
    }
    
    .timeline-items {
        gap: 35px;
    }
    
    .timeline-dot {
        width: 32px;
        height: 32px;
        box-shadow: 0 0 0 4px #09322B;
    }
    
    .timeline-date {
        font-size: 15px;
    }
    
    .timeline-product {
        font-size: 16px;
    }
    
    .coming-soon-badge {
        display: block;
        margin-left: 0;
        margin-top: 5px;
    }
    .audit-products-grid { grid-template-columns: 1fr; }
    .audit-pill { font-size: 14px; padding: 10px 16px; }
}


/* Security Section */
.security-section {
    background-color: #FFFFFF;
    background-image: url('images/Red-threads/Rode draad 7.png');
    background-repeat: no-repeat;
    background-position: center right -140px; /* middle right */
    background-size: 420px;
    padding: 80px 0;
    width: 100%;
}

.security-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.security-title {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 48px;
    color: #09322B;
    margin: 0 0 60px 0;
    line-height: 1.2;
}

.security-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    align-items: stretch;
}

.security-card {
    background-color: #09322B;
    border-radius: 12px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.security-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.security-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.security-icon-img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.security-certification-tag {
    display: inline-block;
    background-color: #52BAA2;
    color: #09322B;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 12px;
    padding: 4px 12px;
    border-radius: 12px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.security-card-title {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #FFFFFF;
    margin: 0 0 15px 0;
    line-height: 1.3;
}

.security-card-description {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    margin: 0;
    line-height: 1.6;
}

/* Responsive Security Section */
@media (max-width: 1024px) {
    .security-section {
        padding: 60px 0;
        background-size: 320px;
        background-position: center right -160px;
    }
    
    .security-container {
        padding: 0 15px;
    }
    
    .security-title {
        font-size: 42px;
        margin-bottom: 50px;
    }
    
    .security-cards {
        gap: 25px;
    }
    
    .security-card {
        padding: 35px 25px;
    }
    
    .security-icon-img {
        width: 55px;
        height: 55px;
    }
    
    .security-card-title {
        font-size: 22px;
        margin-bottom: 12px;
    }
    
    .security-card-description {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .security-section {
        padding: 50px 0;
        background-size: 250px;
        background-position: center right -180px;
    }
    
    .security-container {
        padding: 0 15px;
    }
    
    .security-title {
        font-size: 36px;
        margin-bottom: 40px;
    }
    
    .security-cards {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .security-card {
        padding: 30px 20px;
    }
    
    .security-icon-img {
        width: 50px;
        height: 50px;
    }
    
    .security-card-title {
        font-size: 20px;
        margin-bottom: 10px;
    }
    
    .security-card-description {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .security-section {
        padding: 40px 0;
        background-size: 200px;
        background-position: center right -200px;
    }
    
    .security-container {
        padding: 0 10px;
    }
    
    .security-title {
        font-size: 28px;
        margin-bottom: 30px;
    }
    
    .security-cards {
        gap: 15px;
    }
    
    .security-card {
        padding: 25px 15px;
    }
    
    .security-icon-img {
        width: 45px;
        height: 45px;
    }
    
    .security-card-title {
        font-size: 18px;
        margin-bottom: 8px;
    }
    
    .security-card-description {
        font-size: 13px;
    }
}

/* Legal Links Section Styles */
.legal-links-section {
    margin-top: 80px;
    padding-top: 60px;
    border-top: 2px solid #D6DCDA;
}

.legal-links-title {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 36px;
    color: #010101;
    margin: 0 0 40px 0;
    line-height: 1.2;
}

.legal-links-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    align-items: stretch;
}

.legal-link-card {
    background-color: #D6DCDA;
    border-radius: 12px;
    padding: 40px 30px;
    text-decoration: none;
    color: #010101;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}

.legal-link-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    background-color: #52BAA2;
    color: #FFFFFF;
}

.legal-link-card:hover .legal-link-arrow {
    color: #FFFFFF;
}

.legal-link-title {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 24px;
    margin: 0 0 15px 0;
    line-height: 1.3;
}

.legal-link-description {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin: 0 0 auto 0;
    line-height: 1.6;
}

.legal-link-arrow {
    font-size: 28px;
    margin-top: 20px;
    text-align: center;
    transition: transform 0.3s ease;
}

.legal-link-card:hover .legal-link-arrow {
    transform: translateX(5px);
}

@media (max-width: 1024px) {
    .legal-links-section {
        margin-top: 60px;
        padding-top: 50px;
    }
    
    .legal-links-title {
        font-size: 32px;
        margin-bottom: 35px;
    }
    
    .legal-links-cards {
        gap: 25px;
    }
    
    .legal-link-card {
        padding: 35px 25px;
    }
    
    .legal-link-title {
        font-size: 22px;
        margin-bottom: 12px;
    }
    
    .legal-link-description {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .legal-links-section {
        margin-top: 50px;
        padding-top: 40px;
    }
    
    .legal-links-title {
        font-size: 28px;
        margin-bottom: 30px;
    }
    
    .legal-links-cards {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .legal-link-card {
        padding: 30px 20px;
    }
    
    .legal-link-title {
        font-size: 20px;
        margin-bottom: 10px;
    }
    
    .legal-link-description {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .legal-links-section {
        margin-top: 40px;
        padding-top: 30px;
    }
    
    .legal-links-title {
        font-size: 24px;
        margin-bottom: 25px;
    }
    
    .legal-links-cards {
        gap: 15px;
    }
    
    .legal-link-card {
        padding: 25px 15px;
    }
    
    .legal-link-title {
        font-size: 18px;
        margin-bottom: 8px;
    }
    
    .legal-link-description {
        font-size: 13px;
    }
}

/* FAQ Section Styles */
.faq-section {
    background: #FFFFFF;
    background-image: url('images/Red-threads/Rode draad 11.png'), url('images/Red-threads/Rode draad 6.png'), url('images/Red-threads/Rode draad 1.png');
    background-repeat: no-repeat, no-repeat, no-repeat;
    /* TL, middle right, BL */
    background-position: top -120px left -100px, center right -60px, bottom -20px left -80px;
    background-size: 420px, 580px, 420px;
    padding: 120px 0 80px 0;
    min-height: 100vh;
}

.faq-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.faq-title {
    font-family: 'Nunito', sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #09322B;
    text-align: center;
    margin-bottom: 60px;
    line-height: 1.2;
}

.faq-list {
    margin-bottom: 80px;
}

.faq-item {
    border-bottom: 1px solid rgba(1, 1, 1, 0.12);
    margin-bottom: 0;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    padding: 24px 0;
    color: #010101;
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}

.faq-question:hover {
    color: #52BAA2;
}

.faq-question[aria-expanded="true"] {
    color: #52BAA2;
}

.faq-question[aria-expanded="true"] .faq-icon {
    transform: rotate(180deg);
}

.question-text {
    flex: 1;
    margin-right: 20px;
}

.faq-icon {
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-answer.active {
    max-height: 500px;
}

.answer-content {
    padding: 0 0 24px 0;
    color: rgba(1, 1, 1, 0.85);
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

.faq-cta {
    text-align: center;
    padding: 60px 0;
}

.cta-title {
    font-family: 'Nunito', sans-serif;
    font-size: 32px;
    font-weight: 600;
    color: #010101;
    margin-bottom: 30px;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 32px;
    font-size: 16px;
    font-weight: 600;
    background: #52BAA2;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.cta-button:hover {
    background: #4a9d8a;
    transform: translateY(-2px);
}

/* FAQ Responsive Styles */
@media (max-width: 768px) {
    .faq-section {
        padding: 100px 0 60px 0;
        background-size: 300px, 260px, 300px;
        background-position: top -100px left -140px, center right -120px, bottom -100px left -120px;
    }
    
    .faq-container {
        padding: 0 15px;
    }
    
    .faq-title {
        font-size: 36px;
        margin-bottom: 40px;
    }
    
    .faq-question {
        padding: 20px 0;
        font-size: 16px;
    }
    
    .answer-content {
        font-size: 15px;
        padding: 0 0 20px 0;
    }
    
    .cta-title {
        font-size: 24px;
        margin-bottom: 25px;
    }
    
    .cta-button {
        padding: 14px 28px;
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .faq-section {
        padding: 80px 0 40px 0;
        background-size: 220px, 200px, 220px;
        background-position: top -120px left -160px, center right -140px, bottom -120px left -150px;
    }
    
    .faq-container {
        padding: 0 10px;
    }
    
    .faq-title {
        font-size: 28px;
        margin-bottom: 30px;
    }
    
    .faq-question {
        padding: 16px 0;
        font-size: 15px;
    }
    
    .answer-content {
        font-size: 14px;
        padding: 0 0 16px 0;
    }
    
    .cta-title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    
    .cta-button {
        padding: 12px 24px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .footer {
        padding: 30px 0 15px 0;
    }
    
    .footer-container {
        padding: 0 10px;
    }
    
    .footer-content {
        gap: 25px;
        margin-bottom: 20px;
    }
    
    .footer-logo-img {
        height: 40px;
    }
    
    .footer-nav {
        gap: 20px;
    }
    
    .footer-nav-title {
        font-size: 13px;
        margin-bottom: 10px;
    }
    
    .footer-nav-link {
        font-size: 12px;
    }
    
    .footer-nav-list li {
        margin: 0 0 6px 0;
    }
    
    .footer-bottom {
        gap: 15px;
    }
    
    .footer-copyright p,
    .footer-contact p {
        font-size: 12px;
    }
}

/* Terms and Conditions Section */
.terms-section {
    background-color: #FFFFFF;
    padding: 80px 0;
    width: 100%;
}

.terms-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.terms-header {
    text-align: center;
    margin-bottom: 60px;
}

.terms-title {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 48px;
    color: #09322B;
    margin: 0 0 20px 0;
    line-height: 1.2;
}

.terms-last-updated {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #09322B;
    margin: 0;
    line-height: 1.4;
}

.terms-content {
    max-width: 1000px;
    margin: 0 auto;
}

.terms-intro {
    background-color: #F5F5F5;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 40px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.terms-intro-title {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #010101;
    margin: 0 0 20px 0;
    line-height: 1.3;
}

.terms-intro p {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #010101;
    margin: 0 0 20px 0;
    line-height: 1.6;
}

.terms-intro p:last-child {
    margin-bottom: 0;
}

.terms-section-block {
    margin-bottom: 40px;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    border-left: 4px solid #52BAA2;
}

.terms-section-title {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #09322B;
    margin: 0 0 20px 0;
    line-height: 1.3;
}

.terms-subsection-title {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #09322B;
    margin: 0 0 15px 0;
    line-height: 1.3;
}

.terms-section-block p {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #010101;
    margin: 0 0 15px 0;
    line-height: 1.6;
}

.terms-section-block p:last-child {
    margin-bottom: 0;
}

.terms-definitions {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 20px 0;
}

.terms-list {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}

.terms-list li {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #010101;
    margin: 0 0 10px 0;
    line-height: 1.6;
    position: relative;
    padding-left: 25px;
}

.terms-list li:before {
    content: '•';
    position: absolute;
    left: 0;
    top: 0;
    color: #52BAA2;
    font-weight: bold;
    font-size: 18px;
}

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

.terms-list li strong {
    font-weight: 600;
    color: #09322B;
}

/* Data Processing Agreement Section */
.dpa-section {
    background-color: #FFFFFF;
    padding: 80px 0;
    width: 100%;
}

.dpa-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.dpa-header {
    text-align: center;
    margin-bottom: 60px;
}

.dpa-title {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 48px;
    color: #09322B;
    margin: 0 0 20px 0;
    line-height: 1.2;
}

.dpa-content {
    max-width: 1000px;
    margin: 0 auto;
}

.dpa-intro {
    background-color: #F5F5F5;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 40px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.dpa-intro p {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #010101;
    margin: 0 0 20px 0;
    line-height: 1.6;
}

.dpa-intro p:last-child {
    margin-bottom: 0;
}

.dpa-section-block {
    margin-bottom: 40px;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    border-left: 4px solid #52BAA2;
}

.dpa-section-title {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #09322B;
    margin: 0 0 20px 0;
    line-height: 1.3;
}

.dpa-subsection-title {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #09322B;
    margin: 0 0 15px 0;
    line-height: 1.3;
}

.dpa-section-block p {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #010101;
    margin: 0 0 15px 0;
    line-height: 1.6;
}

.dpa-section-block p:last-child {
    margin-bottom: 0;
}

.dpa-definitions {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 20px 0;
}

.dpa-list {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}

.dpa-list li {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #010101;
    margin: 0 0 10px 0;
    line-height: 1.6;
    position: relative;
    padding-left: 25px;
}

.dpa-list li:before {
    content: '•';
    position: absolute;
    left: 0;
    top: 0;
    color: #52BAA2;
    font-weight: bold;
    font-size: 18px;
}

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

.dpa-list li strong {
    font-weight: 600;
    color: #09322B;
}

.dpa-appendix {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 20px 0;
}

.appendix-item {
    background-color: rgba(82, 186, 162, 0.1);
    border-radius: 8px;
    padding: 20px;
    border-left: 3px solid #52BAA2;
}

.appendix-title {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #09322B;
    margin: 0 0 10px 0;
    line-height: 1.3;
}

.appendix-item p {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #010101;
    margin: 0;
    line-height: 1.5;
}

/* Responsive Terms and DPA Sections */
@media (max-width: 1024px) {
    .terms-section, .dpa-section {
        padding: 60px 0;
    }
    
    .terms-container, .dpa-container {
        padding: 0 15px;
    }
    
    .terms-title, .dpa-title {
        font-size: 42px;
        margin-bottom: 18px;
    }
    
    .terms-last-updated {
        font-size: 15px;
    }
    
    .terms-intro, .dpa-intro {
        padding: 25px;
        margin-bottom: 35px;
    }
    
    .terms-intro-title {
        font-size: 22px;
        margin-bottom: 18px;
    }
    
    .terms-intro p, .dpa-intro p {
        font-size: 15px;
    }
    
    .terms-section-block, .dpa-section-block {
        margin-bottom: 35px;
        padding: 25px;
    }
    
    .terms-section-title, .dpa-section-title {
        font-size: 22px;
        margin-bottom: 18px;
    }
    
    .terms-subsection-title, .dpa-subsection-title {
        font-size: 19px;
        margin-bottom: 12px;
    }
    
    .terms-section-block p, .dpa-section-block p {
        font-size: 15px;
    }
    
    .terms-list li, .dpa-list li {
        font-size: 15px;
    }
    
    .appendix-item {
        padding: 18px;
    }
    
    .appendix-title {
        font-size: 17px;
        margin-bottom: 8px;
    }
    
    .appendix-item p {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .terms-section, .dpa-section {
        padding: 50px 0;
    }
    
    .terms-container, .dpa-container {
        padding: 0 15px;
    }
    
    .terms-title, .dpa-title {
        font-size: 36px;
        margin-bottom: 15px;
    }
    
    .terms-last-updated {
        font-size: 14px;
    }
    
    .terms-intro, .dpa-intro {
        padding: 20px;
        margin-bottom: 30px;
    }
    
    .terms-intro-title {
        font-size: 20px;
        margin-bottom: 15px;
    }
    
    .terms-intro p, .dpa-intro p {
        font-size: 14px;
    }
    
    .terms-section-block, .dpa-section-block {
        margin-bottom: 30px;
        padding: 20px;
    }
    
    .terms-section-title, .dpa-section-title {
        font-size: 20px;
        margin-bottom: 15px;
    }
    
    .terms-subsection-title, .dpa-subsection-title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    
    .terms-section-block p, .dpa-section-block p {
        font-size: 14px;
    }
    
    .terms-list li, .dpa-list li {
        font-size: 14px;
    }
    
    .appendix-item {
        padding: 15px;
    }
    
    .appendix-title {
        font-size: 16px;
        margin-bottom: 6px;
    }
    
    .appendix-item p {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .terms-section, .dpa-section {
        padding: 40px 0;
    }
    
    .terms-container, .dpa-container {
        padding: 0 10px;
    }
    
    .terms-title, .dpa-title {
        font-size: 28px;
        margin-bottom: 12px;
    }
    
    .terms-last-updated {
        font-size: 13px;
    }
    
    .terms-intro, .dpa-intro {
        padding: 15px;
        margin-bottom: 25px;
    }
    
    .terms-intro-title {
        font-size: 18px;
        margin-bottom: 12px;
    }
    
    .terms-intro p, .dpa-intro p {
        font-size: 13px;
    }
    
    .terms-section-block, .dpa-section-block {
        margin-bottom: 25px;
        padding: 15px;
    }
    
    .terms-section-title, .dpa-section-title {
        font-size: 18px;
        margin-bottom: 12px;
    }
    
    .terms-subsection-title, .dpa-subsection-title {
        font-size: 16px;
        margin-bottom: 8px;
    }
    
    .terms-section-block p, .dpa-section-block p {
        font-size: 13px;
    }
    
    .terms-list li, .dpa-list li {
        font-size: 13px;
    }
    
    .appendix-item {
        padding: 12px;
    }
    
    .appendix-title {
        font-size: 15px;
        margin-bottom: 5px;
    }
    
    .appendix-item p {
        font-size: 12px;
    }
}

/* Privacy Policy Section */
.privacy-section {
    background-color: #FFFFFF;
    padding: 80px 0;
    width: 100%;
}

.privacy-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.privacy-header {
    text-align: center;
    margin-bottom: 60px;
}

.privacy-title {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 48px;
    color: #09322B;
    margin: 0 0 20px 0;
    line-height: 1.2;
}

.privacy-last-updated {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #09322B;
    margin: 0;
    line-height: 1.4;
}

.privacy-content {
    max-width: 1000px;
    margin: 0 auto;
}

.privacy-intro {
    background-color: #F5F5F5;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 40px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.privacy-intro p {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #010101;
    margin: 0 0 20px 0;
    line-height: 1.6;
}

.privacy-intro p:last-child {
    margin-bottom: 0;
}

.privacy-section-block {
    margin-bottom: 40px;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    border-left: 4px solid #52BAA2;
}

.privacy-section-title {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #09322B;
    margin: 0 0 20px 0;
    line-height: 1.3;
}

.privacy-subsection-title {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #09322B;
    margin: 0 0 15px 0;
    line-height: 1.3;
}

.privacy-subsection-subtitle {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #09322B;
    margin: 0 0 12px 0;
    line-height: 1.3;
}

.privacy-section-block p {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #010101;
    margin: 0 0 15px 0;
    line-height: 1.6;
}

.privacy-section-block p:last-child {
    margin-bottom: 0;
}

.privacy-definitions {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 20px 0;
}

.definition-item {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #010101;
    line-height: 1.6;
    padding: 15px;
    background-color: rgba(82, 186, 162, 0.1);
    border-radius: 8px;
    border-left: 3px solid #52BAA2;
}

.definition-item strong {
    font-weight: 600;
    color: #09322B;
}

.privacy-list {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}

.privacy-list li {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #010101;
    margin: 0 0 10px 0;
    line-height: 1.6;
    position: relative;
    padding-left: 25px;
}

.privacy-list li:before {
    content: '•';
    position: absolute;
    left: 0;
    top: 0;
    color: #52BAA2;
    font-weight: bold;
    font-size: 18px;
}

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

.privacy-list li strong {
    font-weight: 600;
    color: #09322B;
}

.cookie-types {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 20px 0;
}

.cookie-type {
    background-color: rgba(82, 186, 162, 0.1);
    border-radius: 8px;
    padding: 20px;
    border-left: 3px solid #52BAA2;
}

.cookie-type-title {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #09322B;
    margin: 0 0 15px 0;
    line-height: 1.3;
}

.cookie-type p {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #010101;
    margin: 0 0 8px 0;
    line-height: 1.5;
}

.cookie-type p:last-child {
    margin-bottom: 0;
}

.cookie-type p strong {
    font-weight: 600;
    color: #09322B;
}

/* Responsive Privacy Policy Section */
@media (max-width: 1024px) {
    .privacy-section {
        padding: 60px 0;
    }
    
    .privacy-container {
        padding: 0 15px;
    }
    
    .privacy-title {
        font-size: 42px;
        margin-bottom: 18px;
    }
    
    .privacy-last-updated {
        font-size: 15px;
    }
    
    .privacy-intro {
        padding: 25px;
        margin-bottom: 35px;
    }
    
    .privacy-intro p {
        font-size: 15px;
    }
    
    .privacy-section-block {
        margin-bottom: 35px;
        padding: 25px;
    }
    
    .privacy-section-title {
        font-size: 22px;
        margin-bottom: 18px;
    }
    
    .privacy-subsection-title {
        font-size: 19px;
        margin-bottom: 12px;
    }
    
    .privacy-subsection-subtitle {
        font-size: 17px;
        margin-bottom: 10px;
    }
    
    .privacy-section-block p {
        font-size: 15px;
    }
    
    .definition-item {
        font-size: 15px;
        padding: 12px;
    }
    
    .privacy-list li {
        font-size: 15px;
    }
    
    .cookie-type {
        padding: 18px;
    }
    
    .cookie-type-title {
        font-size: 17px;
        margin-bottom: 12px;
    }
    
    .cookie-type p {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .privacy-section {
        padding: 50px 0;
    }
    
    .privacy-container {
        padding: 0 15px;
    }
    
    .privacy-title {
        font-size: 36px;
        margin-bottom: 15px;
    }
    
    .privacy-last-updated {
        font-size: 14px;
    }
    
    .privacy-intro {
        padding: 20px;
        margin-bottom: 30px;
    }
    
    .privacy-intro p {
        font-size: 14px;
    }
    
    .privacy-section-block {
        margin-bottom: 30px;
        padding: 20px;
    }
    
    .privacy-section-title {
        font-size: 20px;
        margin-bottom: 15px;
    }
    
    .privacy-subsection-title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    
    .privacy-subsection-subtitle {
        font-size: 16px;
        margin-bottom: 8px;
    }
    
    .privacy-section-block p {
        font-size: 14px;
    }
    
    .definition-item {
        font-size: 14px;
        padding: 10px;
    }
    
    .privacy-list li {
        font-size: 14px;
    }
    
    .cookie-type {
        padding: 15px;
    }
    
    .cookie-type-title {
        font-size: 16px;
        margin-bottom: 10px;
    }
    
    .cookie-type p {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .privacy-section {
        padding: 40px 0;
    }
    
    .privacy-container {
        padding: 0 10px;
    }
    
    .privacy-title {
        font-size: 28px;
        margin-bottom: 12px;
    }
    
    .privacy-last-updated {
        font-size: 13px;
    }
    
    .privacy-intro {
        padding: 15px;
        margin-bottom: 25px;
    }
    
    .privacy-intro p {
        font-size: 13px;
    }
    
    .privacy-section-block {
        margin-bottom: 25px;
        padding: 15px;
    }
    
    .privacy-section-title {
        font-size: 18px;
        margin-bottom: 12px;
    }
    
    .privacy-subsection-title {
        font-size: 16px;
        margin-bottom: 8px;
    }
    
    .privacy-subsection-subtitle {
        font-size: 15px;
        margin-bottom: 6px;
    }
    
    .privacy-section-block p {
        font-size: 13px;
    }
    
    .definition-item {
        font-size: 13px;
        padding: 8px;
    }
    
    .privacy-list li {
        font-size: 13px;
    }
    
    .cookie-type {
        padding: 12px;
    }
    
    .cookie-type-title {
        font-size: 15px;
        margin-bottom: 8px;
    }
    
    .cookie-type p {
        font-size: 12px;
    }
}

/* Team Section */
.team-section {
    background-color: #FFFFFF;
    background-image: url('images/Red-threads/Rode draad 9.png');
    background-repeat: no-repeat;
    background-position: top -140px right -140px;
    background-size: 420px;
    padding: 80px 0;
    width: 100%;
}

.team-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.team-tag {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #09322B;
    background-color: #52BAA2;
    padding: 12px 24px;
    border-radius: 20px;
    margin: 0 0 30px 0;
    line-height: 1;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.team-title {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 48px;
    color: #09322B;
    margin: 0 0 60px 0;
    line-height: 1.2;
}

.team-carousel {
    position: relative;
    margin-bottom: 40px;
}

.team-member {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.team-member.active {
    display: block;
    opacity: 1;
}

.team-member-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: flex-start;
}

.team-member-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.member-photo {
    width: 100%;
    max-width: 400px;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

.member-photo:hover {
    transform: translateY(-5px);
}

.placeholder-image {
    width: 100%;
    max-width: 400px;
    height: 400px;
    background-color: #D6DCDA;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #09322B;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.team-member-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.member-name {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 36px;
    color: #010101;
    margin: 0;
    line-height: 1.2;
}

.member-title {
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #010101;
    margin: 0;
    line-height: 1.3;
}

.member-description {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.member-description p {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #010101;
    margin: 0;
    line-height: 1.6;
}

.carousel-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.carousel-btn {
    background-color: #52BAA2;
    border: none;
    border-radius: 8px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: white;
}

.carousel-btn:hover {
    background-color: #58A890;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(110, 184, 163, 0.4);
}

.carousel-btn:disabled {
    background-color: #D6DCDA;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.carousel-dots {
    display: flex;
    gap: 12px;
    align-items: center;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    background-color: #D6DCDA;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background-color: #52BAA2;
    transform: scale(1.2);
}

.dot:hover {
    background-color: #58A890;
}

/* Responsive Team Section */
@media (max-width: 1024px) {
    .team-section {
        padding: 60px 0;
        background-size: 320px;
        background-position: top -160px right -140px;
    }
    
    .team-container {
        padding: 0 15px;
    }
    
    .team-tag {
        font-size: 15px;
        padding: 10px 20px;
        margin-bottom: 25px;
    }
    
    .team-title {
        font-size: 42px;
        margin-bottom: 50px;
    }
    
    .team-member-content {
        gap: 40px;
    }
    
    .member-name {
        font-size: 32px;
    }
    
    .member-title {
        font-size: 18px;
    }
    
    .member-description p {
        font-size: 15px;
    }
    
    .member-photo,
    .placeholder-image {
        max-width: 350px;
    }
    
    .placeholder-image {
        height: 350px;
    }
}

@media (max-width: 768px) {
    .team-section {
        padding: 50px 0;
        background-size: 250px;
        background-position: top -180px right -160px;
    }
    
    .team-container {
        padding: 0 15px;
    }
    
    .team-tag {
        font-size: 14px;
        padding: 8px 18px;
        margin-bottom: 20px;
    }
    
    .team-title {
        font-size: 36px;
        margin-bottom: 40px;
    }
    
    .team-member-content {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }
    
    .member-name {
        font-size: 28px;
    }
    
    .member-title {
        font-size: 16px;
    }
    
    .member-description {
        gap: 15px;
    }
    
    .member-description p {
        font-size: 14px;
    }
    
    .member-photo,
    .placeholder-image {
        max-width: 300px;
    }
    
    .placeholder-image {
        height: 300px;
    }
    
    .carousel-navigation {
        gap: 20px;
    }
    
    .carousel-btn {
        width: 40px;
        height: 40px;
    }
    
    .dot {
        width: 10px;
        height: 10px;
    }
}

@media (max-width: 480px) {
    .team-section {
        padding: 40px 0;
        background-size: 200px;
        background-position: top -200px right -180px;
    }
    
    .team-container {
        padding: 0 10px;
    }
    
    .team-tag {
        font-size: 13px;
        padding: 6px 16px;
        margin-bottom: 15px;
    }
    
    .team-title {
        font-size: 28px;
        margin-bottom: 30px;
    }
    
    .team-member-content {
        gap: 25px;
    }
    
    .member-name {
        font-size: 24px;
    }
    
    .member-title {
        font-size: 15px;
    }
    
    .member-description {
        gap: 12px;
    }
    
    .member-description p {
        font-size: 13px;
    }
    
    .member-photo,
    .placeholder-image {
        max-width: 250px;
    }
    
    .placeholder-image {
        height: 250px;
        font-size: 16px;
    }
    
    .carousel-navigation {
        gap: 15px;
    }
    
    .carousel-btn {
        width: 36px;
        height: 36px;
    }
    
    .dot {
        width: 8px;
        height: 8px;
    }
}

/* Recruitment Section */
.recruitment-section {
    background-image: url('/images/team.avif'), url('/images/team.jpg');
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 80px 0;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 600px;
}

.recruitment-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, transparent 0%, transparent 50%, rgba(214, 220, 218, 0.9) 50%, rgba(214, 220, 218, 0.9) 100%);
    z-index: 1;
}

.recruitment-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    width: 100%;
}

.recruitment-content {
    text-align: left;
    margin-left: auto;
    max-width: 600px;
    width: 50%;
}

.recruitment-tag {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #09322B;
    background-color: #52BAA2;
    padding: 12px 24px;
    border-radius: 20px;
    margin: 0 0 30px 0;
    line-height: 1;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.recruitment-title {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 48px;
    color: #010101;
    margin: 0 0 30px 0;
    line-height: 1.2;
}

.recruitment-description {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #010101;
    margin: 0 0 40px 0;
    line-height: 1.6;
}

.recruitment-benefits {
    margin: 0 auto 40px auto;
    text-align: center;
    max-width: 600px;
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.recruitment-benefits h3 {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #010101;
    margin: 0 0 20px 0;
    text-align: center;
}

.benefits-list {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-align: left;
    max-width: 500px;
}

.benefits-list li {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #010101;
    line-height: 1.6;
    position: relative;
    padding-left: 25px;
}

.benefits-list li:before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    color: white;
    background-color: #52BAA2;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 11px;
    line-height: 1;
}

.recruitment-cta {
    margin-bottom: 40px;
}

.recruitment-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 32px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.recruitment-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(110, 184, 163, 0.4);
}

.recruitment-info {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 12px;
    padding: 20px 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    display: inline-block;
    width: auto;
    max-width: none;
}

.recruitment-info p {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #010101;
    margin: 0 0 10px 0;
    line-height: 1.5;
}

.recruitment-info p:last-child {
    margin-bottom: 0;
}

/* Responsive Recruitment Section */
@media (max-width: 1024px) {
    .recruitment-section {
        padding: 60px 0;
        min-height: 500px;
    }
    
    .recruitment-content {
        max-width: 500px;
    }
    
    .recruitment-container {
        padding: 0 15px;
    }
    
    .recruitment-tag {
        font-size: 15px;
        padding: 10px 20px;
        margin-bottom: 25px;
    }
    
    .recruitment-title {
        font-size: 42px;
        margin-bottom: 25px;
    }
    
    .recruitment-description {
        font-size: 17px;
        margin-bottom: 35px;
    }
    
    .recruitment-benefits {
        padding: 25px;
    }
    
    .benefits-list li {
        font-size: 15px;
    }
    
    .recruitment-btn {
        padding: 14px 28px;
        font-size: 17px;
    }
    
    .recruitment-info {
        padding: 18px 25px;
    }
    
    .recruitment-info p {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .recruitment-section {
        padding: 50px 0;
        min-height: 400px;
        background-position: center;
    }
    
    .recruitment-section::before {
        background: rgba(214, 220, 218, 0.9);
    }
    
    .recruitment-content {
        text-align: center;
        margin-left: 0;
        max-width: 100%;
        width: 100%;
    }
    
    .recruitment-container {
        padding: 0 15px;
    }
    
    .recruitment-tag {
        font-size: 14px;
        padding: 8px 18px;
        margin-bottom: 20px;
    }
    
    .recruitment-title {
        font-size: 36px;
        margin-bottom: 20px;
    }
    
    .recruitment-description {
        font-size: 16px;
        margin-bottom: 30px;
    }
    
    .recruitment-benefits {
        margin-bottom: 30px;
    }
    
    .recruitment-benefits {
        padding: 20px;
    }
    
    .benefits-list {
        gap: 12px;
    }
    
    .benefits-list li {
        font-size: 14px;
    }
    
    .recruitment-cta {
        margin-bottom: 30px;
    }
    
    .recruitment-btn {
        padding: 12px 24px;
        font-size: 16px;
    }
    
    .recruitment-info {
        padding: 15px 20px;
    }
    
    .recruitment-info p {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .recruitment-section {
        padding: 40px 0;
        min-height: 350px;
    }
    
    .recruitment-section::before {
        background: rgba(214, 220, 218, 0.95);
    }
    
    .recruitment-container {
        padding: 0 10px;
    }
    
    .recruitment-tag {
        font-size: 13px;
        padding: 6px 16px;
        margin-bottom: 15px;
    }
    
    .recruitment-title {
        font-size: 28px;
        margin-bottom: 15px;
    }
    
    .recruitment-description {
        font-size: 15px;
        margin-bottom: 25px;
    }
    
    .recruitment-benefits {
        margin-bottom: 25px;
    }
    
    .recruitment-benefits {
        padding: 15px;
    }
    
    .benefits-list {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    
    .benefits-list li {
        font-size: 13px;
    }
    
    .recruitment-cta {
        margin-bottom: 25px;
    }
    
    .recruitment-btn {
        padding: 10px 20px;
        font-size: 15px;
    }
    
    .recruitment-info {
        padding: 12px 18px;
    }
    
    .recruitment-info p {
        font-size: 13px;
    }
}

/* =========================
   Value Section (Home)
   ========================= */
.value-section {
    background: #FFFFFF; /* white background as requested */
    color: #010101; /* black text as requested */
    padding: 80px 0 48px;
    position: relative; /* for absolute-positioned doodle */
}

/* Decorative doodle for Value Section */
.value-doodle {
    position: absolute;
    pointer-events: none;
    user-select: none;
    opacity: 1;
    z-index: 1;
}
.value-doodle--br {
    bottom: -24px;
    right: -24px;
    width: 280px;
    max-width: 42vw;
}

.value-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.value-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0;
    margin-bottom: 48px;
}

.value-tag {
    display: inline-block;
    background: #52BAA2;
    color: #09322B;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1;
    padding: 12px 24px;
    border-radius: 20px;
    margin-bottom: 24px;
}

.value-title {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 42px;
    color: #09322B;
    margin: 0;
    line-height: 1.3;
    max-width: 1000px;
}
@media (max-width: 1024px) {
    .value-title { font-size: 38px; }
}

.value-list {
    list-style: none;
    margin: 0;
    padding: 8px 0 0 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}

.value-item {
    display: grid;
    grid-template-columns: 75px 1fr;
    align-items: flex-start; /* align icons with top of text */
    gap: 20px;
}

.value-icon {
    width: 75px;
    height: 45px;
    position: relative;
    align-self: start;
    margin-top: 2px; /* optical alignment with headline */
}

.value-pill { width: 100%; height: 100%; display: block; }

.value-item-title {
    margin: 0 0 4px 0;
    font-size: 20px;
    font-weight: 600;
    color: #09322B;
}

.value-item-sub {
    margin: 0;
    font-size: 16px;
    color: #666;
    opacity: 1;
}

@media (min-width: 1024px) {
    .value-list {
        gap: 30px;
        grid-template-columns: repeat(3, 1fr);
    }
    .value-item {
        grid-template-columns: 85px 1fr;
        gap: 22px;
        align-items: flex-start;
    }
    .value-icon { width: 85px; height: 50px; }
}

@media (max-width: 768px) {
    .value-title { font-size: 32px; }
    .value-item { grid-template-columns: 65px 1fr; gap: 16px; align-items: flex-start; }
    .value-icon { width: 65px; height: 40px; }
    .value-item-title { font-size: 18px; }
    .value-item-sub { font-size: 14px; }
}

@media (max-width: 480px) {
    .value-section { padding: 40px 0; }
    .value-header { margin-bottom: 32px; }
    .value-tag { font-size: 13px; padding: 6px 16px; border-radius: 16px; }
    .value-title { font-size: 28px; }
}

/* Responsive adjustments for Value doodle */
@media (max-width: 1024px) { .value-doodle--br { width: 220px; bottom: -16px; right: -16px; } }
@media (max-width: 768px) { .value-doodle--br { width: 180px; bottom: -12px; right: -12px; } }
@media (max-width: 480px) { .value-doodle--br { width: 140px; bottom: -8px; right: -8px; } }

/* New: Tabbed Value section layout */
.value-tabs { 
    display: flex; 
    gap: 8px; 
    background-color: #F7F9F8; 
    border-radius: 12px; 
    padding: 8px; 
    margin: 16px 0 0; 
    width: 100%; 
    justify-content: flex-start; 
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.value-tab { 
    appearance: none; 
    background: transparent; 
    border: none; 
    color: #09322B; 
    font-family: 'Nunito', sans-serif; 
    font-weight: 600; 
    font-size: 18px; 
    padding: 12px 24px; 
    border-radius: 8px; 
    cursor: pointer; 
    transition: all 0.3s ease;
    flex: 0 1 auto;
}
.value-tab:hover { 
    background-color: rgba(82, 186, 162, 0.1); 
    color: #09322B; 
}
.value-tab.active { 
    background-color: #52BAA2; 
    color: #09322B; 
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.value-content-grid { display: grid; grid-template-columns: 1fr 1.25fr; align-items: start; gap: 48px; padding-top: 40px; max-width: 1200px; margin: 0 auto; }
.value-image-wrap { display: flex; justify-content: center; }
.value-image { width: 100%; height: auto; border-radius: 12px; max-width: 90%; }
.value-image { transition: transform 0.3s ease; }
.value-image:hover { transform: translateY(-5px); }
.value-content .value-tabs + .value-content-title { margin-top: 40px; }
.value-content-title { color: #09322B; font-size: 22px; line-height: 1.3; margin: 0 0 12px 0; }
.value-content-subtitle { color: #09322B; font-size: 28px; line-height: 1.3; margin: 20px 0 10px 0; }
.value-content-paragraph { color: #010101; opacity: 0.85; font-size: 16px; line-height: 1.7; margin: 0; }
.value-content-list { list-style: none; margin: 0; padding: 0; color: #010101; opacity: 0.9; font-size: 16px; line-height: 1.7; display: flex; flex-direction: column; gap: 8px; }
.value-content-list li { position: relative; padding-left: 30px; margin: 0; }
.value-content-list li:before { content: ''; position: absolute; left: 6px; top: 8px; width: 12px; height: 7px; border-left: 3px solid #52BAA2; border-bottom: 3px solid #52BAA2; transform: rotate(-45deg); }
.value-content-list li { transition: transform 220ms ease, box-shadow 220ms ease, opacity 300ms ease; }
.value-content-list li:hover { transform: translateX(4px); }
@media (max-width: 900px) { 
    .value-content-grid { grid-template-columns: 1fr; gap: 24px; } 
    .value-image { max-width: 100%; }
    .value-tabs { 
        gap: 6px; 
        padding: 6px; 
        flex-wrap: wrap;
    }
    .value-tab { 
        font-size: 16px; 
        padding: 10px 16px; 
    }
    .value-content-title { font-size: 20px; }
}
@media (max-width: 480px) {
    .value-tabs { 
        gap: 4px; 
        padding: 4px; 
    }
    .value-tab { 
        font-size: 14px; 
        padding: 8px 12px; 
    }
    .value-content-title { font-size: 18px; }
}

/* Red Threads Section */
.red-threads-intro-section { background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 70%, rgba(255,255,255,0) 100%); padding: 56px 0 0px; position: sticky; top: var(--fixed-offset, 0px); z-index: 0; }
.red-threads-intro-section .red-threads-header { margin-bottom: 0; }
.red-threads-intro-section.is-fixed { position: fixed; top: var(--fixed-offset, 0px); left: 0; right: 0; z-index: 5; }
.rt-intro-spacer { display: none; }
.rt-intro-spacer.is-visible { display: block; }
.red-threads-section { 
    padding: 0px 0; 
    background: #FFFFFF;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
}
@media (min-width: 1025px) {
    .red-threads-section .red-threads-grid { 
        align-items: start; 
        /* Prevent grid from growing taller than left column visually */
        align-content: start;
    }
    .red-threads-section .red-threads-content { 
        position: relative; 
        /* Allow content to overflow for sticky scrolling, but don't affect grid height */
        min-height: 0; /* Will be set by JS for scrolling */
    }
}
/* Logos row under first red-threads item */
.red-threads-logos {
    display: flex;
    justify-content: flex-start; /* left align within container */
    align-items: center;
    flex-wrap: wrap;
    gap: 40px; /* more spacing between logos */
    margin-top: 16px;
}
.red-threads-logo {
    height: 36px;
    width: auto;
    object-fit: contain;
    filter: none;
}
/* Make Kriton logo 25% smaller in red threads section */
.red-threads-logo[src$="kriton.png"] {
    height: 27px; /* 75% of 36px */
}
@media (max-width: 1768px) {
    .red-threads-logos { gap: 100px; }
    .red-threads-logo { height: 50px; }
    .red-threads-logo[src$="kriton.png"] {
        height: 37.5px; /* 75% of 50px */
    }
}
.red-threads-container { max-width: 1400px; margin: 0 auto; padding: 0 24px 80px; }
.rt-ai-ticker { display: block; margin-top: 48px; }
.rt-ai-ticker .ai-supported-viewport { justify-content: flex-start; margin: 0; }
.red-threads-content .red-threads-logos { justify-content: flex-start; }
.red-threads-content .red-threads-inline-image { display: block; margin-left: 0; }
.red-threads-header { max-width: 960px; margin: 0 0 32px 0; text-align: left; }
.red-threads-tag {
    display: inline-block;
    background-color: #52BAA2;
    color: #09322B;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1;
    padding: 12px 24px;
    border-radius: 20px;
}
.red-threads-heading { margin: 14px 0 6px 0; font-size: 34px; line-height: 1.2; color: #09322B; font-weight: 800; }
.red-threads-subtitle { margin: 0; font-size: 18px; line-height: 1.6; color: #09322B; opacity: 0.9; }
.red-threads-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; align-items: start; gap: 24px; }
.red-threads-left { display: flex; flex-direction: column; gap: 24px; padding-bottom: 48px; }
.red-threads-left { position: relative; z-index: 2; }
.red-threads-image-wrap { display: flex; justify-content: center; align-items: flex-start; }
.red-threads-image { width: 50%; height: auto; max-width: none; border-radius: 8px; }
.red-threads-content { position: static; z-index: 6; display: flex; flex-direction: column; gap: 220px; padding-top: 80px; }
.red-threads-item { position: static; left: auto; right: auto; display: flex; flex-direction: column; gap: 12px; }
.red-threads-item .audit-flow-visual { pointer-events: auto; }
.red-threads-item.reveal { opacity: 0; transform: translateY(12px); transition: opacity 600ms ease, transform 700ms ease; }
.red-threads-item.reveal.is-visible { opacity: 1; transform: none; }
.red-threads-title { margin: 0; font-size: 20px; font-weight: 700; color: #09322B; }
.red-threads-paragraph { margin: 0; font-size: 16px; line-height: 1.7; color: #010101; opacity: 0.85; }
.red-threads-list { margin: 0; padding-left: 20px; color: #010101; opacity: 0.9; font-size: 16px; line-height: 1.7; }
.red-threads-list > li { margin: 0 0 6px 0; transition: transform 220ms ease, box-shadow 220ms ease, opacity 300ms ease; will-change: transform; }
.red-threads-list > li:hover { transform: translateX(4px); }
.red-threads-list ul { margin: 6px 0 0 18px; padding-left: 18px; }
.red-threads-list ul > li { transition: transform 200ms ease; }
.red-threads-list ul > li:hover { transform: translateX(3px); }

@media (max-width: 1024px) {
    .red-threads-grid { 
        grid-template-columns: 1fr !important; 
        gap: 32px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    .red-threads-header { text-align: left; margin-bottom: 20px; }
    .red-threads-image { width: 100%; max-width: 100%; }
    .red-threads-content { 
        position: static; 
        min-height: 0;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    .red-threads-item { 
        position: static; 
        gap: 8px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
}

@media (max-width: 768px) {
    .red-threads-intro-section { 
        background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 80%, rgba(255,255,255,0) 100%); 
        z-index: 10;
        padding: 30px 0 0px;
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
        box-sizing: border-box;
    }
    .red-threads-intro-section.is-fixed { 
        z-index: 10;
        width: 100%;
    }
    .red-threads-container {
        padding: 0 15px 40px;
        width: 100%;
        max-width: 100vw;
        box-sizing: border-box;
        overflow-x: hidden;
    }
    .red-threads-header {
        margin-bottom: 15px;
    }
    .red-threads-tag {
        font-size: 13px;
        padding: 8px 18px;
        margin-bottom: 12px;
    }
    .red-threads-heading {
        font-size: 24px;
        margin: 10px 0 4px 0;
        line-height: 1.3;
    }
    .red-threads-subtitle {
        font-size: 15px;
        line-height: 1.5;
    }
    .red-threads-section { 
        padding: 0px 0; 
        position: relative;
        z-index: 1;
        width: 100%;
        max-width: 100vw;
        overflow-x: hidden;
        box-sizing: border-box;
    }
    .red-threads-content { 
        gap: 80px; /* Increased gap to create more white space around numbered circles */
        z-index: 1;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        position: relative;
    }
    .red-threads-item {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        position: relative;
        padding-top: 30px; /* Add padding to prevent circle from overlapping content */
        margin-top: 0;
        margin-bottom: 0;
    }
    
    /* Circle 1 - positioned relative to content container, not restricted by section */
    .red-threads-content::before {
        content: '1';
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #FFFFFF;
        border: 2px solid #09322B;
        color: #09322B;
        font-family: 'Nunito', sans-serif;
        font-weight: 700;
        font-size: 18px;
        position: absolute;
        top: -40px; /* Position in the gap between intro and first item, matching other circles */
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
        box-shadow: 0 2px 8px rgba(9, 50, 43, 0.2);
    }
    
    /* Numbered circles between items on mobile - vertically centered in gap with bottom spacing */
    .red-threads-item::before {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #FFFFFF;
        border: 2px solid #09322B;
        color: #09322B;
        font-family: 'Nunito', sans-serif;
        font-weight: 700;
        font-size: 18px;
        position: absolute;
        top: -40px; /* Centered in the 80px gap (half of gap) */
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
        box-shadow: 0 2px 8px rgba(9, 50, 43, 0.2);
    }
    /* First item - no circle needed, it's on the content container */
    .red-threads-item:first-child {
        padding-top: 30px; /* Same padding as other items */
    }
    .red-threads-item:first-child::before {
        display: none; /* Hide the ::before on first item since we use content::before */
    }
    .red-threads-item:nth-child(2)::before {
        content: '2';
    }
    .red-threads-item:nth-child(3)::before {
        content: '3';
    }
    .red-threads-item:nth-child(4)::before {
        content: '4';
    }
    .red-threads-item:nth-child(5)::before {
        content: '5';
    }
    .red-threads-item:nth-child(6)::before {
        content: '6';
    }
    
    .red-threads-title { 
        font-size: 18px; 
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    .red-threads-paragraph { 
        font-size: 15px; 
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    .red-threads-left { display: none; }
    
    /* AI Ticker - match homepage styling on mobile */
    .rt-ai-ticker {
        margin-top: 32px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        overflow-x: hidden;
    }
    .rt-ai-ticker .ai-supported-viewport {
        justify-content: center;
        margin: 0 auto;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    .rt-ai-ticker .ai-supported-list {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        align-items: center;
    }
    .rt-ai-ticker .ai-supported-item {
        text-align: left;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    .rt-ai-ticker .ai-supported-viewport::before,
    .rt-ai-ticker .ai-supported-viewport::after {
        height: 42px;
    }
    
    /* Hide client-communication.png under item 4 on mobile */
    .red-threads-item:nth-child(4) img.red-threads-inline-image[src*="client-communication"] {
        display: none;
    }
    /* Hide v0-group-embed under item 5 on mobile */
    .red-threads-item:nth-child(5) .v0-group-embed {
        display: none;
    }
    
    /* Inline images - make smaller on mobile to fit screen */
    .red-threads-inline-image {
        width: 85% !important;
        max-width: 85% !important;
        margin: 20px auto 0 auto;
        display: block;
        box-sizing: border-box;
    }
    /* Override inline styles on images */
    img.red-threads-inline-image[style*="width"] {
        width: 85% !important;
        max-width: 85% !important;
    }
    /* Override inline styles on v0-group-embed */
    .v0-group-embed.red-threads-inline-image[style*="width"] {
        width: 85% !important;
        max-width: 85% !important;
    }
    
    /* Audit flow visual - hide on mobile for item 2 */
    .red-threads-item:nth-child(2) .audit-flow-visual {
        display: none;
    }
    /* Audit flow visual - make smaller on mobile for other items */
    .red-threads-item .audit-flow-visual {
        width: 85%;
        max-width: 85%;
        margin: 20px auto 0 auto;
        box-sizing: border-box;
    }
    /* Dashboard visual - make smaller on mobile */
    .red-threads-item .dashboard-visual {
        width: 85%;
        max-width: 85%;
        margin: 20px auto 0 auto;
        box-sizing: border-box;
    }
    .red-threads-item .audit-flow-container {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding: 20px 12px;
    }
    .red-threads-item .audit-flow-steps {
        flex-wrap: wrap;
        gap: 8px;
    }
    .red-threads-item .audit-flow-step {
        min-width: 0;
        flex: 1 1 auto;
        max-width: 100%;
    }
    .red-threads-item .audit-step-card {
        min-width: 0;
        width: 100%;
        box-sizing: border-box;
    }
    
    /* Logos - make responsive on tablets and phones */
    .red-threads-logos {
        gap: 30px;
        flex-wrap: wrap;
        justify-content: flex-start;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    /* Center align logos for item 1 (first item) and item 6 (last item) */
    .red-threads-item:first-child .red-threads-logos,
    .red-threads-item:last-child .red-threads-logos {
        justify-content: center;
    }
    /* Add more horizontal spacing between logos under item 1 */
    .red-threads-item:first-child .red-threads-logos {
        gap: 50px;
    }
    .red-threads-logo {
        height: 32px;
        max-width: 140px;
        width: auto;
        box-sizing: border-box;
    }
    /* Make Kriton logo 25% smaller on tablet/mobile */
    .red-threads-logo[src$="kriton.png"] {
        height: 24px; /* 75% of 32px */
    }
    
    /* v0-group-embed - scale down for mobile */
    .red-threads-item .v0-group-embed {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box;
        overflow-x: hidden;
        margin: 20px auto 0 auto;
        transform: scale(0.75);
        transform-origin: top center;
        /* Ensure it doesn't cause overflow */
        min-width: 0;
    }
    /* Scale down font sizes and spacing in v0-group-embed on mobile */
    .red-threads-item .v0-group-embed .v0g-header {
        padding: 8px 10px;
    }
    .red-threads-item .v0-group-embed .v0g-entity-btn {
        font-size: 14px;
        padding: 6px 10px;
    }
    .red-threads-item .v0-group-embed .v0g-btn {
        font-size: 10px;
        padding: 5px 8px;
    }
    .red-threads-item .v0-group-embed .v0g-table thead th {
        font-size: 11px;
        padding: 8px 6px;
    }
    .red-threads-item .v0-group-embed .v0g-table tbody td {
        font-size: 11px;
        padding: 8px 6px;
    }
    .red-threads-item .v0-group-embed .v0g-badge {
        font-size: 10px;
        padding: 4px 6px;
    }
    .red-threads-item .v0-group-embed .v0g-link {
        font-size: 11px;
    }
    .red-threads-item .v0-group-embed .v0g-dim {
        font-size: 11px;
    }
    .red-threads-item .v0g-table {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        overflow-x: auto;
        overflow-y: visible;
        display: block;
        -webkit-overflow-scrolling: touch;
        /* Ensure table wrapper doesn't exceed container */
        min-width: 0;
    }
    .red-threads-item .v0g-table table {
        width: 100%;
        min-width: 350px; /* Further reduced to fit mobile screens better */
        box-sizing: border-box;
    }
    .red-threads-item .v0g-header {
        flex-wrap: wrap;
        gap: 12px;
        width: 100%;
        box-sizing: border-box;
    }
    .red-threads-item .v0g-actions {
        flex-wrap: wrap;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .red-threads-intro-section {
        padding: 20px 0 0px;
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
        box-sizing: border-box;
    }
    .red-threads-container {
        padding: 0 10px 30px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        overflow-x: hidden;
    }
    .red-threads-header {
        margin-bottom: 12px;
    }
    .red-threads-tag {
        font-size: 12px;
        padding: 6px 16px;
        margin-bottom: 10px;
    }
    .red-threads-heading {
        font-size: 20px;
        margin: 8px 0 3px 0;
    }
    .red-threads-subtitle {
        font-size: 14px;
    }
    
    /* AI Ticker - smaller on very small phones */
    .rt-ai-ticker {
        margin-top: 24px;
    }
    .rt-ai-ticker .ai-supported-viewport::before,
    .rt-ai-ticker .ai-supported-viewport::after {
        height: 36px;
    }
    
    /* Logos - make responsive */
    .red-threads-logos {
        gap: 20px !important;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    /* Add more horizontal spacing between logos under item 1 on very small phones */
    .red-threads-item:first-child .red-threads-logos {
        gap: 40px !important;
    }
    .red-threads-logo {
        height: 28px;
        max-width: 120px;
        width: auto;
        box-sizing: border-box;
    }
    /* Make Kriton logo 25% smaller on very small phones */
    .red-threads-logo[src$="kriton.png"] {
        height: 21px; /* 75% of 28px */
    }
    
    /* Numbered circles - smaller on very small phones, centered in gap */
    .red-threads-content {
        gap: 70px; /* Increased gap for more white space around numbered circles on very small phones */
    }
    /* Circle 1 - adjust for very small phones */
    .red-threads-content::before {
        width: 36px;
        height: 36px;
        font-size: 16px;
        border-width: 2px;
        top: +35px; /* Position in the gap, matching other circles on very small phones */
    }
    .red-threads-item {
        padding-top: 25px;
    }
    .red-threads-item::before {
        width: 36px;
        height: 36px;
        font-size: 16px;
        border-width: 2px;
        top: -35px; /* Centered in the 70px gap (half of gap) */
    }
    .red-threads-item:first-child {
        padding-top: 25px; /* Same as other items */
    }
    
    /* v0-group-embed - even smaller scale on very small phones */
    .red-threads-item .v0-group-embed {
        transform: scale(0.65);
        overflow-x: hidden;
        min-width: 0;
    }
    .red-threads-item .v0-group-embed .v0g-entity-btn {
        font-size: 12px;
        padding: 5px 8px;
    }
    .red-threads-item .v0-group-embed .v0g-btn {
        font-size: 9px;
        padding: 4px 6px;
    }
    .red-threads-item .v0-group-embed .v0g-table thead th {
        font-size: 10px;
        padding: 6px 4px;
    }
    .red-threads-item .v0-group-embed .v0g-table tbody td {
        font-size: 10px;
        padding: 6px 4px;
    }
    .red-threads-item .v0-group-embed .v0g-badge {
        font-size: 9px;
        padding: 3px 5px;
    }
    .red-threads-item .v0-group-embed .v0g-link {
        font-size: 10px;
    }
    .red-threads-item .v0-group-embed .v0g-dim {
        font-size: 10px;
    }
    
    /* Images and visuals - even smaller on very small phones */
    .red-threads-inline-image {
        width: 75% !important;
        max-width: 75% !important;
    }
    img.red-threads-inline-image[style*="width"] {
        width: 75% !important;
        max-width: 75% !important;
    }
    .v0-group-embed.red-threads-inline-image[style*="width"] {
        width: 75% !important;
        max-width: 75% !important;
    }
    
    /* Audit flow - smaller on very small phones */
    .red-threads-item .audit-flow-visual {
        width: 75%;
        max-width: 75%;
    }
    /* Dashboard visual - smaller on very small phones */
    .red-threads-item .dashboard-visual {
        width: 75%;
        max-width: 75%;
    }
    .red-threads-item .audit-flow-container {
        padding: 16px 10px;
    }
    .red-threads-item .audit-flow-step {
        min-width: 0;
        flex: 1 1 100%;
    }
    
    /* v0-group-embed - smaller on very small phones */
    .red-threads-item .v0-group-embed {
        width: 100% !important;
        max-width: 100% !important;
    }
    .red-threads-item .v0g-table {
        min-width: 0;
    }
    .red-threads-item .v0g-table table {
        min-width: 300px; /* Further reduced for very small phones (375px screens) */
        font-size: 11px;
    }
    .red-threads-item .v0g-table thead th,
    .red-threads-item .v0g-table tbody td {
        padding: 8px 6px;
    }
}

/* Audit Flow Visual */
.audit-flow-visual {
    width: 100%;
    max-width: 100%;
    margin: 20px 0 0 0;
    position: relative;
    z-index: 1;
}

.audit-flow-container {
    background: linear-gradient(135deg, #09322B 0%, #1a4d44 100%);
    border: 1px solid #346D62;
    border-radius: 10px;
    padding: 27px 18px;
    font-family: 'Nunito', sans-serif;
    position: relative;
    z-index: 1;
}

.audit-flow-steps {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 9px;
    margin-bottom: 27px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.audit-flow-step {
    flex: 1;
    min-width: 80px;
    position: relative;
    z-index: 1;
}

.audit-step-card {
    background: linear-gradient(135deg, #346D62 0%, #1a4d44 100%);
    border: 1px solid #5DCEB3;
    border-radius: 7px;
    padding: 12px 8px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    cursor: pointer;
    position: relative;
    overflow: visible;
    z-index: 10;
    will-change: transform, box-shadow, border-color, border-width;
}

.audit-step-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(116, 251, 219, 0.1) 0%, rgba(93, 206, 179, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.audit-step-card:hover {
    border-color: #74FBDB !important;
    border-width: 2px !important;
    box-shadow: 0 10px 30px rgba(93, 206, 179, 0.4), 0 6px 16px rgba(116, 251, 219, 0.3), 0 0 0 4px rgba(116, 251, 219, 0.1) !important;
    transform: translateY(-6px) scale(1.03) !important;
    background: linear-gradient(135deg, #3a7568 0%, #1f5549 100%) !important;
    z-index: 100 !important;
}

.audit-step-card:hover::before {
    opacity: 1;
}

.audit-step-icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    color: #09322B;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    z-index: 2;
    will-change: transform;
}

.audit-step-card:hover .audit-step-icon {
    transform: rotate(5deg) !important;
    box-shadow: 0 6px 16px rgba(116, 251, 219, 0.5) !important;
}

.audit-step-card:hover .audit-icon-1 {
    background: linear-gradient(135deg, #6DD8C4 0%, #85FFE8 100%) !important;
    box-shadow: 0 0 24px rgba(93, 206, 179, 0.6), inset 0 0 20px rgba(116, 251, 219, 0.3) !important;
}

.audit-step-card:hover .audit-icon-2 {
    background: linear-gradient(135deg, #85FFE8 0%, #C6FFF5 100%) !important;
    box-shadow: 0 0 24px rgba(116, 251, 219, 0.6), inset 0 0 20px rgba(182, 244, 234, 0.3) !important;
}

.audit-step-card:hover .audit-icon-3 {
    background: linear-gradient(135deg, #C6FFF5 0%, #6DD8C4 100%) !important;
    box-shadow: 0 0 24px rgba(182, 244, 234, 0.6), inset 0 0 20px rgba(93, 206, 179, 0.3) !important;
}

.audit-icon-1 {
    background: linear-gradient(135deg, #5DCEB3 0%, #74FBDB 100%);
}

.audit-icon-2 {
    background: linear-gradient(135deg, #74FBDB 0%, #B6F4EA 100%);
}

.audit-icon-3 {
    background: linear-gradient(135deg, #B6F4EA 0%, #5DCEB3 100%);
}

.audit-step-title {
    font-size: 15px;
    font-weight: 600;
    color: #FFFFFF;
    margin: 0 0 5px 0;
    font-family: 'Nunito', sans-serif;
    transition: all 0.4s ease;
    position: relative;
    z-index: 2;
    will-change: transform, color;
}

.audit-step-card:hover .audit-step-title {
    color: #74FBDB !important;
    transform: translateX(2px) !important;
}

.audit-step-description {
    font-size: 12px;
    color: #B6F4EA;
    margin: 0 0 14px 0;
    line-height: 1.5;
}

.audit-step-indicator {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid rgba(93, 206, 179, 0.3);
    transition: all 0.4s ease;
    position: relative;
    z-index: 2;
    will-change: border-color;
}

.audit-step-card:hover .audit-step-indicator {
    border-top-color: rgba(116, 251, 219, 0.5) !important;
}

.audit-step-indicator span {
    font-size: 11px;
    font-weight: 600;
    color: #5DCEB3;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.4s ease;
}

.audit-step-card:hover .audit-step-indicator span {
    color: #74FBDB !important;
    letter-spacing: 1px !important;
}

.audit-flow-arrow-bidirectional {
    flex-shrink: 0;
    color: #5DCEB3;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    animation: pulse 2s ease-in-out infinite;
}

.audit-arrow-divider {
    width: 1px;
    height: 20px;
    background: linear-gradient(to bottom, transparent, #5DCEB3, transparent);
    opacity: 0.5;
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.6;
    }
}

.audit-flow-info {
    background: rgba(9, 50, 43, 0.6);
    border: 1px solid rgba(93, 206, 179, 0.3);
    border-radius: 7px;
    padding: 14px 11px;
}

.audit-flow-info p {
    margin: 0;
    font-size: 12px;
    line-height: 1.6;
    color: #B6F4EA;
}

.audit-flow-info p strong {
    color: #74FBDB;
    font-weight: 600;
}

@media (max-width: 1024px) {
    .audit-flow-steps {
        flex-direction: column;
        align-items: stretch;
    }
    
    .audit-flow-arrow-bidirectional {
        transform: rotate(90deg);
        margin: 7px 0;
    }
    
    .audit-flow-step {
        min-width: 100%;
    }
}

@media (max-width: 768px) {
    .audit-flow-container {
        padding: 20px 11px;
    }
    
    .audit-step-card {
        padding: 17px 14px;
    }
    
    .audit-step-icon {
        width: 48px;
        height: 48px;
    }
    
    .audit-step-title {
        font-size: 14px;
    }
    
    .audit-step-description {
        font-size: 11px;
    }
}

/* Dashboard Visual */
.dashboard-visual {
    width: 100%;
    max-width: 100%;
    margin: 20px 0 0 0;
    position: relative;
    z-index: 1;
}

.dashboard-container {
    background: #09322B;
    border-radius: 10px;
    padding: 32px;
    font-family: 'Nunito', sans-serif;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.dashboard-content {
    width: 100%;
}

.dashboard-search-bar {
    display: flex;
    gap: 12px;
    margin-bottom: 32px;
    flex-wrap: wrap;
}

.dashboard-search-input {
    flex: 1;
    min-width: 200px;
    display: flex;
    align-items: center;
    gap: 8px;
    background: #1a4d45;
    border: 1px solid #346D62;
    border-radius: 8px;
    padding: 8px 16px;
    transition: border-color 0.3s ease;
}

.dashboard-search-input:focus-within {
    border-color: #5DCEB3;
}

.dashboard-search-icon {
    width: 20px;
    height: 20px;
    color: #5DCEB3;
    flex-shrink: 0;
}

.dashboard-search-field {
    background: transparent;
    border: none;
    outline: none;
    color: #FFFFFF;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    width: 100%;
}

.dashboard-search-field::placeholder {
    color: #346D62;
}

.dashboard-action-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #346D62;
    border: 1px solid #5DCEB3;
    border-radius: 8px;
    padding: 8px 16px;
    color: #FFFFFF;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.dashboard-action-btn:hover {
    background: #5DCEB3;
    color: #09322B;
}

.dashboard-action-btn svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.dashboard-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.dashboard-card {
    background: #1a4d45;
    border: 1px solid #346D62;
    border-radius: 8px;
    padding: 24px;
    transition: border-color 0.3s ease;
}

.dashboard-card:hover {
    border-color: #5DCEB3;
}

.dashboard-card-featured {
    border: 2px solid #5DCEB3;
}

.dashboard-card-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
}

.dashboard-card-icon {
    width: 24px;
    height: 24px;
    color: #5DCEB3;
    flex-shrink: 0;
}

.dashboard-card-icon-warning {
    color: #FF5757;
}

.dashboard-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0;
    font-family: 'Nunito', sans-serif;
}

.dashboard-card-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.dashboard-item {
    padding: 12px;
    border-radius: 8px;
    background: #2a6b5f;
    transition: all 0.3s ease;
    cursor: pointer;
}

.dashboard-item:hover {
    background: #346D62;
}

.dashboard-item-highlight {
    background: #5DCEB3;
    color: #09322B;
    border: 2px solid #5DCEB3;
}

.dashboard-item-highlight .dashboard-item-name {
    color: #09322B;
    font-weight: 600;
}

.dashboard-item-highlight .dashboard-item-meta {
    color: #1a4d45;
}

.dashboard-item-tags {
    display: flex;
    gap: 8px;
    margin-bottom: 8px;
}

.dashboard-tag {
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 4px;
    font-weight: 500;
    font-family: 'Nunito', sans-serif;
}

.dashboard-tag-red {
    background: #FF5757;
    color: #FFFFFF;
}

.dashboard-tag-light {
    background: #74FBDB;
    color: #09322B;
}

.dashboard-tag-dark {
    background: #09322B;
    color: #5DCEB3;
}

.dashboard-item-name {
    font-size: 14px;
    font-weight: 600;
    color: #5DCEB3;
    margin-bottom: 4px;
    font-family: 'Nunito', sans-serif;
}

.dashboard-item-meta {
    font-size: 12px;
    color: #B6F4EA;
    font-family: 'Nunito', sans-serif;
}

@media (max-width: 1024px) {
    .dashboard-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .dashboard-search-bar {
        flex-direction: column;
    }
    
    .dashboard-search-input {
        min-width: 100%;
    }
    
    .dashboard-action-btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .dashboard-container {
        padding: 20px 16px;
    }
    
    .dashboard-card {
        padding: 20px;
    }
    
    .dashboard-card-title {
        font-size: 16px;
    }
    
    .dashboard-item-name {
        font-size: 13px;
    }
    
    .dashboard-item-meta {
        font-size: 11px;
    }
    
    .dashboard-action-btn {
        font-size: 13px;
        padding: 8px 12px;
    }
    
    .dashboard-action-btn span {
        font-size: 12px;
    }
}

/* Red Threads scroll-swap (desktop only) */
@media (min-width: 1025px) {
    .rt-swap-container { position: relative; }
    .rt-swap-viewport {
        position: sticky;
        top: calc(var(--fixed-offset, 0px) + var(--rt-intro-height, 0px));
        height: 70vh; /* visible window for the items */
        pointer-events: none; /* content is informational; adjust if interactivity needed */
    }
    .rt-swap-viewport.rt-fixed { position: fixed !important; }
    .rt-swap-viewport.rt-stuck-end {
        position: absolute !important;
        top: auto !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: auto !important;
    }
    .rt-swap-item {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        transform: none;
        opacity: 0;
        transition: opacity 350ms ease;
    }
    .rt-swap-item.is-active { opacity: 1; }
}
/* V0 AI Visual (scoped) */
.v0-ai-visual { width: 100%; max-width: 640px; margin: 0 auto; position: relative; overflow: visible; z-index: 4; }
.v0-card { 
  border: 1px solid #346D62; 
  background: #09322B; 
  border-radius: 12px; 
  overflow: hidden;
  transition: height 800ms ease;
  height: auto;
}
.v0-card-header { background: #0D3D35; border-bottom: 1px solid #346D62; padding: 16px 24px; }
.v0-card-header h2 { margin: 0; font-size: 18px; font-weight: 600; color: #FFFFFF; font-family: 'Nunito', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; }
.v0-card-body { padding: 16px 24px; }
.v0-card-body p { margin: 0; color: #B6F4EA; font-size: 14px; line-height: 1.6; }
.v0-card-footer { border-top: 1px solid #346D62; background: #09322B; padding: 16px 24px; display: flex; }
.v0-btn { display: inline-flex; align-items: center; gap: 8px; border-radius: 10px; font-weight: 600; font-size: 14px; cursor: pointer; border: 1px solid transparent; transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .08s ease; }
.v0-btn:active { transform: translateY(1px); }
.v0-btn-primary { background: #52BAA2; color: #09322B; padding: 10px 16px; }
.v0-btn-primary:hover { background: #5fd3b9; }
.v0-icon { 
  font-size: 14px; 
  line-height: 1; 
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.v0-icon svg {
  display: block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
/* Image-based AI icon */
.v0-icon img,
.v0-icon .v0-icon-img {
  display: block;
  width: 28px;
  height: 28px;
  object-fit: contain;
}

/* Expanded content area - hidden by default */
.v0-card-expanded {
  padding: 0 24px;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 800ms ease, opacity 400ms ease 400ms, padding-top 800ms ease, padding-bottom 800ms ease;
}
.v0-card-expanded.is-visible {
  opacity: 1;
  max-height: 600px;
  padding: 16px 24px 24px 24px;
  transition: max-height 800ms ease, opacity 400ms ease, padding-top 800ms ease, padding-bottom 800ms ease;
}

/* Empty field - fades in first */
.v0-field { 
  margin-bottom: 16px;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 500ms ease, transform 500ms ease;
}
.v0-field.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.v0-field input { 
  width: 100%; 
  border: 1px solid #346D62; 
  background: #09322B; 
  color: #FFFFFF; 
  border-radius: 10px; 
  padding: 12px 14px; 
  font-size: 14px; 
  outline: none; 
}
.v0-field input::placeholder { color: rgba(182, 244, 234, 0.5); }
.v0-field input:focus { border-color: #52BAA2; box-shadow: 0 0 0 3px rgba(82, 186, 162, 0.15); }

/* Suggestion box - fades in after empty field */
.v0-suggestion { 
  border: 1px solid #52BAA2; 
  border-radius: 12px; 
  background: #09322B;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 500ms ease, transform 500ms ease;
}
.v0-suggestion.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.v0-suggestion-bar { display: flex; align-items: center; justify-content: space-between; padding: 10px 14px; }
.v0-suggestion-label { color: #52BAA2; font-weight: 700; font-size: 13px; letter-spacing: .2px; }
.v0-actions { display: flex; gap: 8px; }
.v0-accept { background: #52BAA2; color: #09322B; padding: 6px 10px; border-radius: 8px; border: 1px solid #52BAA2; font-weight: 600; cursor: pointer; }
.v0-accept:hover { background: #5fd3b9; border-color: #5fd3b9; }
.v0-decline { background: transparent; color: #FF5757; padding: 6px 10px; border-radius: 8px; border: 1px solid #FF5757; font-weight: 600; cursor: pointer; }
.v0-decline:hover { background: rgba(255, 87, 87, 0.1); }
.v0-suggestion-content { padding: 10px 16px 16px 16px; position: relative; }
.v0-suggestion-content p { margin: 0 0 10px 0; color: #B6F4EA; font-size: 14px; line-height: 1.6; }

/* Loading shimmer effect - Cursor style */
.v0-loading-shimmer {
  position: absolute;
  top: 10px;
  left: 16px;
  right: 16px;
  padding: 12px 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.v0-loading-shimmer.is-visible {
  opacity: 1;
  visibility: visible;
}
.v0-shimmer-text {
  display: inline-block;
  color: rgba(182, 244, 234, 0.5);
  font-size: 14px;
  line-height: 1.6;
  position: relative;
  background: linear-gradient(
    90deg,
    rgba(182, 244, 234, 0.5) 0%,
    rgba(182, 244, 234, 0.5) 40%,
    rgba(255, 255, 255, 0.9) 50%,
    rgba(182, 244, 234, 0.5) 60%,
    rgba(182, 244, 234, 0.5) 100%
  );
  background-size: 200% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: cursorShimmer 3.5s linear infinite;
}
@keyframes cursorShimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.v0-suggestion-content ul { margin: 0; padding-left: 18px; color: #B6F4EA; font-size: 14px; line-height: 1.6; }
.v0-suggestion-content li { 
  margin: 6px 0; 
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.v0-suggestion-content li.is-typing {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 768px) {
  .v0-ai-visual { max-width: 100%; }
  .v0-card { border-radius: 10px; }
}

@keyframes v0Pulse {
  0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(95, 211, 185, 0.0); }
  45% { transform: scale(1.05); box-shadow: 0 0 0 8px rgba(95, 211, 185, 0.15); }
  100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(95, 211, 185, 0.0); }
}
.v0-btn--pulse { animation: v0Pulse 1.2s ease-in-out 1; }
