
    @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Playfair+Display:wght@600;700&display=swap');

:root {
  
  --color-bg-primary: #0c1929;
  --color-bg-secondary: #162d50;
  --color-bg-tertiary: #1e3a5f;
  --color-bg-card: rgba(59, 130, 246, 0.08);
  
  
  --color-text-primary: #ffffff;
  --color-text-secondary: #bfdbfe;
  --color-text-muted: #64748b;
  
  
  --color-primary: #3b82f6;
  --color-primary-hover: #2563eb;
  --color-secondary: #60a5fa;
  --color-accent-alt: #06b6d4;
  
  
  --font-primary: 'Inter', sans-serif;
  --font-heading: 'Playfair Display', serif;
  
  
  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2rem;
  --space-xl: 3rem;
  --space-2xl: 4rem;
  --space-3xl: 6rem;
  
  
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-xl: 16px;
  
  
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.15);
  --shadow-xl: 0 20px 25px rgba(0, 0, 0, 0.2);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--font-primary);
  line-height: 1.6;
  font-size: clamp(0.875rem, 1vw + 0.5rem, 1.125rem);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: 1.15;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}

h1 {
  font-size: clamp(1.75rem, 5vw + 1rem, 3.5rem);
}

h2 {
  font-size: clamp(1.5rem, 4vw + 0.5rem, 2.75rem);
}

h3 {
  font-size: clamp(1.25rem, 3vw + 0.5rem, 2rem);
}

h4 {
  font-size: clamp(1.125rem, 2vw + 0.5rem, 1.5rem);
}

p {
  font-size: clamp(0.875rem, 1vw + 0.5rem, 1.125rem);
  line-height: 1.7;
}

a {
  text-decoration: none;
  transition: all 0.3s ease;
}

.container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 clamp(1rem, 4vw, 2rem);
}

section, [class*="-section"] {
  width: 100%;
  overflow: hidden;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-sm);
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: clamp(0.875rem, 1vw + 0.5rem, 1rem);
  padding: clamp(0.625rem, 1.5vw, 1rem) clamp(1.25rem, 3vw, 2rem);
  border-radius: var(--radius-md);
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  white-space: nowrap;
}

.btn-primary {
  background: var(--color-primary);
  color: #ffffff;
  border-color: var(--color-primary);
}

.btn-primary:hover {
  background: var(--color-primary-hover);
  border-color: var(--color-primary-hover);
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}

.btn-secondary {
  background: var(--color-accent-alt);
  color: #ffffff;
  border-color: var(--color-accent-alt);
}

.btn-secondary:hover {
  background: #0891b2;
  border-color: #0891b2;
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}

.btn-outline {
  background: transparent;
  color: var(--color-secondary);
  border-color: var(--color-secondary);
}

.btn-outline:hover {
  background: rgba(96, 165, 250, 0.1);
  border-color: var(--color-primary);
  color: var(--color-primary);
}

.btn i {
  font-size: 1em;
}

.card {
  background: var(--color-bg-card);
  border: 1px solid rgba(59, 130, 246, 0.2);
  border-radius: var(--radius-lg);
  padding: clamp(1.5rem, 3vw, 2.5rem);
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
  transition: all 0.3s ease;
  height: 100%;
}

.card:hover {
  background: rgba(59, 130, 246, 0.12);
  border-color: rgba(59, 130, 246, 0.4);
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.card-icon {
  width: 3.5rem;
  height: 3.5rem;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.2) 0%, rgba(6, 182, 212, 0.2) 100%);
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  color: var(--color-primary);
  flex-shrink: 0;
}

.card-title {
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  font-weight: 700;
  color: var(--color-text-primary);
}

.card-description {
  color: var(--color-text-secondary);
  font-size: clamp(0.875rem, 1vw, 1rem);
  line-height: 1.6;
}

.grid {
  display: grid;
  gap: clamp(1.5rem, 3vw, 2.5rem);
}

.grid-2 {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.grid-3 {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.grid-4 {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.flex {
  display: flex;
  gap: clamp(1rem, 2vw, 2rem);
}

.flex-center {
  align-items: center;
  justify-content: center;
}

.flex-between {
  align-items: center;
  justify-content: space-between;
}

.flex-column {
  flex-direction: column;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
  margin-bottom: var(--space-md);
}

.form-label {
  font-weight: 600;
  color: var(--color-text-primary);
  font-size: clamp(0.875rem, 1vw, 0.95rem);
}

.form-input,
.form-textarea,
.form-select {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(59, 130, 246, 0.2);
  border-radius: var(--radius-md);
  padding: clamp(0.75rem, 2vw, 1rem) var(--space-md);
  color: var(--color-text-primary);
  font-family: var(--font-primary);
  font-size: clamp(0.875rem, 1vw, 1rem);
  transition: all 0.3s ease;
}

.form-input::placeholder,
.form-textarea::placeholder {
  color: var(--color-text-muted);
}

.form-input:focus,
.form-textarea:focus,
.form-select:focus {
  outline: none;
  border-color: var(--color-primary);
  background: rgba(59, 130, 246, 0.1);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

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

.form-submit-btn {
  background: var(--color-primary);
  color: #ffffff;
  border: none;
  border-radius: var(--radius-md);
  padding: clamp(0.75rem, 2vw, 1rem) clamp(1.5rem, 3vw, 2.5rem);
  font-weight: 600;
  font-size: clamp(0.875rem, 1vw, 1rem);
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
}

.form-submit-btn:hover {
  background: var(--color-primary-hover);
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}

.decoration {
  position: absolute;
  opacity: 0.15;
  pointer-events: none;
}

.decoration-circle {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: var(--color-primary);
}

.decoration-circle-lg {
  width: 400px;
  height: 400px;
}

.decoration-blob {
  width: 300px;
  height: 300px;
  background: var(--color-accent-alt);
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
}

@media (max-width: 768px) {
  .grid-3,
  .grid-4 {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
  
  .flex {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .grid,
  .grid-2,
  .grid-3,
  .grid-4 {
    grid-template-columns: 1fr;
  }
  
  .card {
    padding: var(--space-md);
  }
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.mt-1 { margin-top: var(--space-sm); }
.mt-2 { margin-top: var(--space-md); }
.mt-3 { margin-top: var(--space-lg); }
.mt-4 { margin-top: var(--space-xl); }
.mt-5 { margin-top: var(--space-2xl); }

.mb-1 { margin-bottom: var(--space-sm); }
.mb-2 { margin-bottom: var(--space-md); }
.mb-3 { margin-bottom: var(--space-lg); }
.mb-4 { margin-bottom: var(--space-xl); }
.mb-5 { margin-bottom: var(--space-2xl); }

.gap-1 { gap: var(--space-sm); }
.gap-2 { gap: var(--space-md); }
.gap-3 { gap: var(--space-lg); }
.gap-4 { gap: var(--space-xl); }

.opacity-50 { opacity: 0.5; }
.opacity-75 { opacity: 0.75; }

.hidden { display: none; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

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

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

@keyframes glow {
  0%, 100% {
    box-shadow: 0 0 20px rgba(59, 130, 246, 0.3);
  }
  50% {
    box-shadow: 0 0 30px rgba(59, 130, 246, 0.5);
  }
}

.animate-fadeInUp {
  animation: fadeInUp 0.6s ease-out;
}

.animate-fadeInDown {
  animation: fadeInDown 0.6s ease-out;
}

.animate-slideInLeft {
  animation: slideInLeft 0.6s ease-out;
}

.animate-slideInRight {
  animation: slideInRight 0.6s ease-out;
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.animate-glow {
  animation: glow 2s ease-in-out infinite;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: var(--color-bg-secondary);
}

::-webkit-scrollbar-thumb {
  background: var(--color-primary);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--color-primary-hover);
}

::selection {
  background: var(--color-primary);
  color: #ffffff;
}

::-moz-selection {
  background: var(--color-primary);
  color: #ffffff;
}
.header-taalpad-academy {
    background: var(--color-bg-primary);
    padding: 1rem 0;
    position: relative;
    z-index: 100;
    border-bottom: 1px solid rgba(59, 130, 246, 0.1);
  }

  .header-taalpad-academy-container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 clamp(1rem, 4vw, 2rem);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
  }

  .header-taalpad-academy-brand {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    flex-shrink: 0;
  }

  .header-taalpad-academy-logo-img {
    width: 40px;
    height: 40px;
    border-radius: var(--radius-md);
    object-fit: cover;
    flex-shrink: 0;
  }

  .header-taalpad-academy-logo-text {
    font-size: clamp(1.125rem, 2vw, 1.5rem);
    font-weight: 700;
    color: var(--color-text-primary);
    font-family: var(--font-heading);
    letter-spacing: -0.5px;
  }

  .header-taalpad-academy-desktop-nav {
    display: none;
    align-items: center;
    gap: clamp(1.5rem, 3vw, 2.5rem);
    flex: 1;
    margin-left: auto;
    justify-content: flex-end;
  }

  .header-taalpad-academy-nav-link {
    color: var(--color-text-secondary);
    text-decoration: none;
    font-size: 0.9375rem;
    font-weight: 500;
    transition: color 300ms ease;
    position: relative;
  }

  .header-taalpad-academy-nav-link::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--color-primary);
    transition: width 300ms ease;
  }

  .header-taalpad-academy-nav-link:hover {
    color: var(--color-text-primary);
  }

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

  .header-taalpad-academy-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.5rem;
    background: var(--color-primary);
    color: #0f172a;
    border: none;
    border-radius: var(--radius-md);
    font-size: 0.9375rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 300ms ease;
    white-space: nowrap;
  }

  .header-taalpad-academy-cta-button:hover {
    background: var(--color-primary-hover);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(59, 130, 246, 0.3);
  }

  .header-taalpad-academy-cta-button:active {
    transform: translateY(0);
    transition-duration: 150ms;
  }

  .header-taalpad-academy-mobile-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: transparent;
    border: 1px solid rgba(191, 219, 254, 0.2);
    border-radius: var(--radius-md);
    color: var(--color-text-primary);
    cursor: pointer;
    font-size: 1.25rem;
    transition: all 300ms ease;
    margin-left: auto;
  }

  .header-taalpad-academy-mobile-toggle:hover {
    background: rgba(59, 130, 246, 0.1);
    border-color: rgba(191, 219, 254, 0.3);
  }

  .header-taalpad-academy-mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 320px;
    height: 100vh;
    background: var(--color-bg-secondary);
    border-left: 1px solid rgba(59, 130, 246, 0.1);
    display: flex;
    flex-direction: column;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: all 350ms cubic-bezier(0.4, 0, 0.2, 1);
  }

  .header-taalpad-academy-mobile-menu.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }

  .header-taalpad-academy-mobile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid rgba(59, 130, 246, 0.1);
  }

  .header-taalpad-academy-mobile-title {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--color-text-primary);
  }

  .header-taalpad-academy-mobile-close {
    background: transparent;
    border: none;
    color: var(--color-text-primary);
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 300ms ease;
  }

  .header-taalpad-academy-mobile-close:hover {
    color: var(--color-secondary);
  }

  .header-taalpad-academy-mobile-links {
    display: flex;
    flex-direction: column;
    gap: 0;
    flex: 1;
    padding: 1rem 0;
    overflow-y: auto;
  }

  .header-taalpad-academy-mobile-link {
    color: var(--color-text-secondary);
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    padding: 1rem 1.5rem;
    transition: all 300ms ease;
    border-left: 3px solid transparent;
  }

  .header-taalpad-academy-mobile-link:hover {
    background: rgba(59, 130, 246, 0.1);
    color: var(--color-text-primary);
    border-left-color: var(--color-primary);
    padding-left: 1.75rem;
  }

  .header-taalpad-academy-mobile-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto 1.5rem 1.5rem;
    padding: 1rem 1.5rem;
    background: var(--color-primary);
    color: #0f172a;
    border-radius: var(--radius-md);
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 300ms ease;
  }

  .header-taalpad-academy-mobile-cta:hover {
    background: var(--color-primary-hover);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(59, 130, 246, 0.3);
  }

  @media (min-width: 768px) {
    .header-taalpad-academy-mobile-toggle {
      display: none;
    }

    .header-taalpad-academy-desktop-nav {
      display: flex;
    }

    .header-taalpad-academy-mobile-menu {
      display: none;
    }

    .header-taalpad-academy-nav-link {
      font-size: clamp(0.875rem, 1vw, 1rem);
    }

    .header-taalpad-academy-cta-button {
      padding: 0.875rem 2rem;
      font-size: clamp(0.875rem, 1vw, 1rem);
    }
  }

  @media (min-width: 1024px) {
    .header-taalpad-academy-desktop-nav {
      gap: 2.5rem;
    }

    .header-taalpad-academy-nav-link {
      font-size: 1rem;
    }

    .header-taalpad-academy-cta-button {
      padding: 1rem 2.25rem;
      font-size: 1rem;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .header-taalpad-academy-mobile-menu,
    .header-taalpad-academy-nav-link::after,
    .header-taalpad-academy-cta-button,
    .header-taalpad-academy-mobile-link {
      transition: none;
    }
  }

    .dutch-learning-hub {
font-family: var(--font-primary);
color: var(--color-text-primary);
}

.hero-section {
position: relative;
padding: clamp(4rem, 10vw, 8rem) 0;
background: var(--color-bg-primary);
overflow: hidden;
}

.hero-ambient-glow {
position: absolute;
width: 400px;
height: 400px;
background: radial-gradient(circle, rgba(59, 130, 246, 0.08) 0%, transparent 70%);
filter: blur(80px);
top: -100px;
left: -100px;
z-index: 1;
pointer-events: none;
}

.hero-gradient-mesh {
position: absolute;
width: 500px;
height: 500px;
background: radial-gradient(ellipse, rgba(6, 182, 212, 0.06) 0%, transparent 65%);
filter: blur(100px);
bottom: -150px;
right: -150px;
z-index: 1;
pointer-events: none;
}

.hero-floating-accent-1 {
position: absolute;
width: 250px;
height: 250px;
background: rgba(59, 130, 246, 0.05);
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
top: 15%;
right: 10%;
z-index: 2;
pointer-events: none;
}

.hero-floating-accent-2 {
position: absolute;
width: 200px;
height: 200px;
background: rgba(6, 182, 212, 0.04);
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
bottom: 20%;
left: 5%;
z-index: 1;
pointer-events: none;
}

.hero-radiant-orb {
position: absolute;
width: 300px;
height: 300px;
background: radial-gradient(circle, rgba(96, 165, 250, 0.07) 0%, transparent 70%);
filter: blur(60px);
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 1;
pointer-events: none;
}

.hero-accent-line {
position: absolute;
width: 200px;
height: 3px;
background: linear-gradient(90deg, transparent, rgba(60, 130, 246, 0.15), transparent);
bottom: 30%;
left: 10%;
z-index: 2;
pointer-events: none;
}

.container {
max-width: 1440px;
width: 100%;
margin: 0 auto;
padding: 0 clamp(1rem, 4vw, 2rem);
}

.hero-content {
position: relative;
z-index: 10;
text-align: center;
max-width: 800px;
margin: 0 auto;
}

.hero-section-title {
font-size: clamp(1.75rem, 5vw + 1rem, 3.5rem);
font-weight: 700;
color: #ffffff;
margin-bottom: clamp(1rem, 2vw, 1.5rem);
line-height: 1.15;
word-wrap: break-word;
}

.hero-section-subtitle {
font-size: clamp(1rem, 2vw + 0.5rem, 1.25rem);
color: var(--color-text-secondary);
margin-bottom: clamp(2rem, 5vw, 3rem);
line-height: 1.6;
}

.hero-section-stats {
display: flex;
flex-wrap: wrap;
gap: clamp(1.5rem, 4vw, 3rem);
justify-content: center;
margin-bottom: clamp(2rem, 5vw, 3rem);
}

.hero-stat-item {
display: flex;
flex-direction: column;
gap: 0.5rem;
text-align: center;
}

.hero-stat-number {
font-size: clamp(2rem, 4vw, 3rem);
font-weight: 800;
color: var(--color-primary);
display: block;
line-height: 1;
}

.hero-stat-label {
font-size: 0.875rem;
color: var(--color-text-muted);
opacity: 0.8;
}

.hero-section-buttons {
display: flex;
flex-wrap: wrap;
gap: clamp(1rem, 2vw, 1.5rem);
justify-content: center;
}

.btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
font-weight: 600;
font-size: clamp(0.875rem, 1vw + 0.5rem, 1rem);
padding: clamp(0.75rem, 1.5vw, 1rem) clamp(1.5rem, 3vw, 2rem);
border-radius: var(--radius-md);
border: 2px solid transparent;
transition: all 350ms cubic-bezier(0.4, 0, 0.2, 1);
text-decoration: none;
cursor: pointer;
white-space: nowrap;
}

.btn-primary {
background: var(--color-primary);
color: #0f172a;
border-color: var(--color-primary);
}

.btn-primary:hover {
background: var(--color-primary-hover);
border-color: var(--color-primary-hover);
transform: translateY(-3px);
box-shadow: 0 12px 30px rgba(59, 130, 246, 0.25);
}

.btn-primary:active {
transform: translateY(-1px);
transition-duration: 150ms;
}

.btn-outline {
background: transparent;
color: var(--color-secondary);
border-color: var(--color-secondary);
}

.btn-outline:hover {
background: rgba(96, 165, 250, 0.1);
border-color: var(--color-primary);
color: var(--color-primary);
transform: translateY(-3px);
box-shadow: 0 12px 30px rgba(59, 130, 246, 0.15);
}

.learning-path-section {
position: relative;
padding: clamp(4rem, 10vw, 8rem) 0;
background: var(--color-bg-secondary);
overflow: hidden;
}

.learning-path-geometric-shape-1 {
position: absolute;
width: 350px;
height: 350px;
background: rgba(6, 182, 212, 0.06);
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
top: 10%;
right: 5%;
z-index: 1;
pointer-events: none;
}

.learning-path-glow-accent {
position: absolute;
width: 300px;
height: 300px;
background: radial-gradient(circle, rgba(59, 130, 246, 0.07) 0%, transparent 70%);
filter: blur(70px);
bottom: 10%;
left: -100px;
z-index: 1;
pointer-events: none;
}

.learning-path-floating-element {
position: absolute;
width: 150px;
height: 150px;
background: rgba(96, 165, 250, 0.05);
border-radius: 50%;
top: 40%;
left: 5%;
z-index: 2;
pointer-events: none;
}

.learning-path-accent-corner {
position: absolute;
width: 200px;
height: 2px;
background: linear-gradient(90deg, rgba(6, 182, 212, 0.2), transparent);
top: 20%;
right: 15%;
z-index: 2;
pointer-events: none;
}

.learning-path-content {
position: relative;
z-index: 10;
}

.learning-path-header {
text-align: center;
margin-bottom: clamp(3rem, 8vw, 5rem);
}

.learning-path-tag {
display: inline-block;
padding: 0.375rem 1rem;
background: rgba(59, 130, 246, 0.1);
color: var(--color-primary);
border-radius: 20px;
font-size: 0.875rem;
font-weight: 500;
margin-bottom: 1rem;
}

.learning-path-title {
font-size: clamp(1.5rem, 4vw + 0.5rem, 2.75rem);
color: #ffffff;
margin-bottom: 1rem;
font-weight: 700;
}

.learning-path-subtitle {
font-size: clamp(0.875rem, 1.5vw, 1.125rem);
color: var(--color-text-secondary);
max-width: 600px;
margin: 0 auto;
}

.learning-path-steps {
display: flex;
flex-direction: column;
gap: clamp(1rem, 2vw, 1.5rem);
}

.learning-path-step {
display: flex;
align-items: flex-start;
gap: clamp(1.5rem, 3vw, 2rem);
padding: clamp(1.5rem, 3vw, 2rem);
background: rgba(59, 130, 246, 0.08);
border: 1px solid rgba(59, 130, 246, 0.2);
border-radius: var(--radius-lg);
transition: all 350ms cubic-bezier(0.4, 0, 0.2, 1);
}

.learning-path-step:hover {
background: rgba(59, 130, 246, 0.12);
border-color: rgba(59, 130, 246, 0.4);
transform: translateX(6px);
}

.learning-path-step-number {
font-size: clamp(2rem, 4vw, 3rem);
font-weight: 800;
color: var(--color-primary);
flex-shrink: 0;
line-height: 1;
min-width: 70px;
}

.learning-path-step-content {
display: flex;
flex-direction: column;
gap: 0.5rem;
}

.learning-path-step-title {
font-size: clamp(1.125rem, 2vw, 1.375rem);
font-weight: 600;
color: #ffffff;
}

.learning-path-step-text {
font-size: clamp(0.875rem, 1vw, 1rem);
color: var(--color-text-secondary);
line-height: 1.6;
}

.features-section {
position: relative;
padding: clamp(4rem, 10vw, 8rem) 0;
background: var(--color-bg-primary);
overflow: hidden;
}

.features-gradient-field {
position: absolute;
width: 600px;
height: 600px;
background: radial-gradient(circle, rgba(6, 182, 212, 0.08) 0%, transparent 70%);
filter: blur(100px);
top: -200px;
right: -200px;
z-index: 1;
pointer-events: none;
}

.features-glow-left {
position: absolute;
width: 300px;
height: 300px;
background: radial-gradient(circle, rgba(59, 130, 246, 0.06) 0%, transparent 70%);
filter: blur(60px);
bottom: 10%;
left: 5%;
z-index: 1;
pointer-events: none;
}

.features-glow-right {
position: absolute;
width: 250px;
height: 250px;
background: radial-gradient(circle, rgba(96, 165, 250, 0.05) 0%, transparent 70%);
filter: blur(70px);
top: 30%;
right: 3%;
z-index: 1;
pointer-events: none;
}

.features-accent-shape {
position: absolute;
width: 300px;
height: 300px;
background: rgba(6, 182, 212, 0.04);
border-radius: 50% 50% 40% 60% / 60% 40% 60% 40%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 1;
pointer-events: none;
}

.features-content {
position: relative;
z-index: 10;
}

.features-header {
text-align: center;
margin-bottom: clamp(3rem, 8vw, 5rem);
}

.features-tag {
display: inline-block;
padding: 0.375rem 1rem;
background: rgba(59, 130, 246, 0.1);
color: var(--color-primary);
border-radius: 20px;
font-size: 0.875rem;
font-weight: 500;
margin-bottom: 1rem;
}

.features-title {
font-size: clamp(1.5rem, 4vw + 0.5rem, 2.75rem);
color: #ffffff;
font-weight: 700;
}

.features-cards {
display: flex;
flex-wrap: wrap;
gap: clamp(1.5rem, 3vw, 2.5rem);
}

.features-card {
flex: 1 1 300px;
max-width: 380px;
display: flex;
flex-direction: column;
gap: 1rem;
padding: clamp(1.5rem, 3vw, 2rem);
background: var(--color-bg-card);
border: 1px solid rgba(59, 130, 246, 0.2);
border-radius: var(--radius-lg);
transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

.features-card:hover {
transform: translateY(-8px);
background: rgba(59, 130, 246, 0.12);
border-color: rgba(59, 130, 246, 0.4);
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.features-card-icon {
width: 56px;
height: 56px;
border-radius: 12px;
background: linear-gradient(135deg, rgba(59, 130, 246, 0.15) 0%, rgba(6, 182, 212, 0.15) 100%);
display: flex;
align-items: center;
justify-content: center;
color: var(--color-primary);
font-size: 1.5rem;
flex-shrink: 0;
}

.features-card-title {
font-size: clamp(1.125rem, 2vw, 1.25rem);
font-weight: 600;
color: #ffffff;
}

.features-card-text {
font-size: clamp(0.875rem, 1vw, 0.95rem);
color: var(--color-text-secondary);
line-height: 1.6;
}

@media (max-width: 768px) {
.features-card {
flex: 1 1 100%;
max-width: none;
}
}

.methods-section {
position: relative;
padding: clamp(4rem, 10vw, 8rem) 0;
background: var(--color-bg-secondary);
overflow: hidden;
}

.methods-blob-accent {
position: absolute;
width: 350px;
height: 350px;
background: rgba(59, 130, 246, 0.06);
border-radius: 40% 60% 50% 50% / 50% 50% 60% 40%;
top: 20%;
left: 5%;
z-index: 1;
pointer-events: none;
}

.methods-glow-top {
position: absolute;
width: 300px;
height: 300px;
background: radial-gradient(circle, rgba(6, 182, 212, 0.07) 0%, transparent 70%);
filter: blur(80px);
top: -50px;
right: 10%;
z-index: 1;
pointer-events: none;
}

.methods-line-element {
position: absolute;
width: 250px;
height: 2px;
background: linear-gradient(90deg, transparent, rgba(96, 165, 250, 0.15), transparent);
bottom: 30%;
right: 10%;
z-index: 2;
pointer-events: none;
}

.methods-content {
position: relative;
z-index: 10;
display: flex;
flex-wrap: wrap;
gap: clamp(2rem, 5vw, 4rem);
align-items: center;
}

.methods-text-block {
flex: 1 1 350px;
min-width: 300px;
}

.methods-tag {
display: inline-block;
padding: 0.375rem 1rem;
background: rgba(59, 130, 246, 0.1);
color: var(--color-primary);
border-radius: 20px;
font-size: 0.875rem;
font-weight: 500;
margin-bottom: 1rem;
}

.methods-title {
font-size: clamp(1.5rem, 4vw + 0.5rem, 2.5rem);
color: #ffffff;
font-weight: 700;
margin-bottom: 1.5rem;
}

.methods-description {
font-size: clamp(0.875rem, 1vw, 1.125rem);
color: var(--color-text-secondary);
line-height: 1.8;
margin-bottom: 2rem;
}

.methods-benefits {
display: flex;
flex-direction: column;
gap: 1rem;
}

.methods-benefit-item {
display: flex;
align-items: center;
gap: 1rem;
font-size: clamp(0.875rem, 1vw, 1rem);
color: var(--color-text-secondary);
}

.methods-benefit-icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 28px;
height: 28px;
background: rgba(59, 130, 246, 0.15);
border-radius: 50%;
color: var(--color-primary);
font-weight: 700;
flex-shrink: 0;
}

.methods-image-block {
flex: 1 1 350px;
min-width: 300px;
}

.methods-image {
width: 100%;
max-width: 100%;
height: auto;
border-radius: var(--radius-lg);
display: block;
object-fit: cover;
max-height: 350px;
}

@media (max-width: 768px) {
.methods-content {
flex-direction: column;
}

.methods-text-block,
.methods-image-block {
flex: 1 1 100%;
}
}

.featured-posts-section {
position: relative;
padding: clamp(4rem, 10vw, 8rem) 0;
background: var(--color-bg-primary);
overflow: hidden;
}

.featured-posts-geometric-1 {
position: absolute;
width: 300px;
height: 300px;
background: rgba(6, 182, 212, 0.05);
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
bottom: 5%;
left: 3%;
z-index: 1;
pointer-events: none;
}

.featured-posts-glow-accent {
position: absolute;
width: 350px;
height: 350px;
background: radial-gradient(circle, rgba(59, 130, 246, 0.06) 0%, transparent 70%);
filter: blur(80px);
top: 10%;
right: 5%;
z-index: 1;
pointer-events: none;
}

.featured-posts-shape-2 {
position: absolute;
width: 200px;
height: 200px;
background: rgba(96, 165, 250, 0.04);
border-radius: 50% 50% 40% 60% / 60% 40% 60% 40%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 1;
pointer-events: none;
}

.featured-posts-content {
position: relative;
z-index: 10;
}

.featured-posts-header {
text-align: center;
margin-bottom: clamp(3rem, 8vw, 5rem);
}

.featured-posts-title {
font-size: clamp(1.5rem, 4vw + 0.5rem, 2.5rem);
color: #ffffff;
font-weight: 700;
margin-bottom: 0.5rem;
}

.featured-posts-subtitle {
font-size: clamp(0.875rem, 1.5vw, 1.125rem);
color: var(--color-text-secondary);
}

.featured-posts-cards {
display: flex;
flex-wrap: wrap;
gap: clamp(2rem, 4vw, 3rem);
}

.featured-post-card {
flex: 1 1 320px;
max-width: 400px;
display: flex;
flex-direction: column;
gap: 1.5rem;
background: var(--color-bg-card);
border: 1px solid rgba(59, 130, 246, 0.2);
border-radius: var(--radius-lg);
overflow: hidden;
transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

.featured-post-card:hover {
transform: translateY(-8px);
border-color: rgba(59, 130, 246, 0.4);
box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.featured-post-image {
width: 100%;
height: 200px;
object-fit: cover;
display: block;
}

.featured-post-card-content {
padding: clamp(1.5rem, 3vw, 2rem);
display: flex;
flex-direction: column;
gap: 1rem;
flex-grow: 1;
}

.featured-post-card-title {
font-size: clamp(1.125rem, 2vw, 1.25rem);
font-weight: 600;
color: #ffffff;
line-height: 1.3;
}

.featured-post-card-text {
font-size: clamp(0.875rem, 1vw, 1rem);
color: var(--color-text-secondary);
line-height: 1.6;
flex-grow: 1;
}

.featured-post-link {
display: inline-flex;
align-items: center;
gap: 0.5rem;
color: var(--color-primary);
font-weight: 500;
text-decoration: none;
transition: all 300ms ease;
font-size: clamp(0.875rem, 1vw, 0.95rem);
}

.featured-post-link:hover {
gap: 0.75rem;
color: var(--color-secondary);
}

.featured-posts-footer {
text-align: center;
margin-top: clamp(2rem, 5vw, 4rem);
}

.featured-posts-view-all {
display: inline-flex;
align-items: center;
gap: 0.5rem;
color: var(--color-primary);
font-weight: 600;
text-decoration: none;
font-size: clamp(1rem, 1.5vw, 1.125rem);
transition: all 300ms ease;
padding: 0.75rem 1.5rem;
border: 2px solid rgba(59, 130, 246, 0.3);
border-radius: var(--radius-md);
}

.featured-posts-view-all:hover {
border-color: var(--color-primary);
gap: 0.75rem;
transform: translateY(-2px);
}

@media (max-width: 768px) {
.featured-post-card {
flex: 1 1 100%;
max-width: none;
}
}

.testimonial-section {
position: relative;
padding: clamp(4rem, 10vw, 8rem) 0;
background: var(--color-bg-secondary);
overflow: hidden;
}

.testimonial-glow-1 {
position: absolute;
width: 300px;
height: 300px;
background: radial-gradient(circle, rgba(59, 130, 246, 0.07) 0%, transparent 70%);
filter: blur(70px);
top: 10%;
left: 5%;
z-index: 1;
pointer-events: none;
}

.testimonial-glow-2 {
position: absolute;
width: 350px;
height: 350px;
background: radial-gradient(circle, rgba(6, 182, 212, 0.06) 0%, transparent 70%);
filter: blur(80px);
bottom: 10%;
right: 5%;
z-index: 1;
pointer-events: none;
}

.testimonial-accent-shape {
position: absolute;
width: 250px;
height: 250px;
background: rgba(96, 165, 250, 0.05);
border-radius: 40% 60% 60% 40% / 40% 40% 60% 60%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 1;
pointer-events: none;
}

.testimonial-content {
position: relative;
z-index: 10;
}

.testimonial-quote {
padding: clamp(2rem, 4vw, 3rem);
border-left: 4px solid var(--color-primary);
background: rgba(59, 130, 246, 0.08);
margin-bottom: clamp(2rem, 5vw, 3rem);
border-radius: var(--radius-md);
}

.testimonial-quote-text {
font-size: clamp(1.125rem, 2vw, 1.375rem);
color: #ffffff;
margin-bottom: 1rem;
line-height: 1.7;
font-style: italic;
}

.testimonial-author {
font-size: clamp(0.875rem, 1vw, 0.95rem);
color: var(--color-text-secondary);
font-style: normal;
}

.testimonial-stats {
display: flex;
flex-wrap: wrap;
gap: clamp(2rem, 5vw, 4rem);
justify-content: center;
}

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

.testimonial-stat-value {
font-size: clamp(2rem, 4vw, 2.75rem);
font-weight: 800;
color: var(--color-primary);
display: block;
line-height: 1;
margin-bottom: 0.5rem;
}

.testimonial-stat-label {
font-size: clamp(0.875rem, 1vw, 0.95rem);
color: var(--color-text-secondary);
}

.values-section {
position: relative;
padding: clamp(4rem, 10vw, 8rem) 0;
background: var(--color-bg-primary);
overflow: hidden;
}

.values-gradient-mesh {
position: absolute;
width: 500px;
height: 500px;
background: radial-gradient(circle, rgba(6, 182, 212, 0.07) 0%, transparent 70%);
filter: blur(90px);
top: -150px;
left: -150px;
z-index: 1;
pointer-events: none;
}

.values-floating-shape-1 {
position: absolute;
width: 300px;
height: 300px;
background: rgba(59, 130, 246, 0.05);
border-radius: 50% 50% 40% 60% / 60% 40% 60% 40%;
bottom: 10%;
right: 5%;
z-index: 1;
pointer-events: none;
}

.values-floating-shape-2 {
position: absolute;
width: 200px;
height: 200px;
background: rgba(96, 165, 250, 0.04);
border-radius: 40% 60% 50% 50% / 50% 50% 60% 40%;
top: 30%;
right: 10%;
z-index: 2;
pointer-events: none;
}

.values-accent-line {
position: absolute;
width: 250px;
height: 2px;
background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.2), transparent);
top: 40%;
left: 5%;
z-index: 2;
pointer-events: none;
}

.values-content {
position: relative;
z-index: 10;
}

.values-header {
text-align: center;
margin-bottom: clamp(3rem, 8vw, 5rem);
}

.values-title {
font-size: clamp(1.5rem, 4vw + 0.5rem, 2.5rem);
color: #ffffff;
font-weight: 700;
margin-bottom: 0.5rem;
}

.values-subtitle {
font-size: clamp(0.875rem, 1.5vw, 1.125rem);
color: var(--color-text-secondary);
}

.values-grid {
display: flex;
flex-wrap: wrap;
gap: clamp(2rem, 4vw, 3rem);
}

.values-card {
flex: 1 1 250px;
max-width: 320px;
padding: clamp(1.5rem, 3vw, 2rem);
background: var(--color-bg-card);
border: 1px solid rgba(59, 130, 246, 0.15);
border-radius: var(--radius-lg);
transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
display: flex;
flex-direction: column;
gap: 1rem;
}

.values-card:hover {
transform: translateY(-6px);
background: rgba(59, 130, 246, 0.1);
border-color: rgba(59, 130, 246, 0.3);
box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.values-card-number {
font-size: clamp(2rem, 3vw, 2.5rem);
font-weight: 800;
color: var(--color-primary);
line-height: 1;
}

.values-card-title {
font-size: clamp(1.125rem, 2vw, 1.25rem);
font-weight: 600;
color: #ffffff;
}

.values-card-text {
font-size: clamp(0.875rem, 1vw, 0.95rem);
color: var(--color-text-secondary);
line-height: 1.6;
}

@media (max-width: 768px) {
.values-card {
flex: 1 1 100%;
max-width: none;
}
}

.contact-section {
position: relative;
padding: clamp(4rem, 10vw, 8rem) 0;
background: var(--color-bg-secondary);
overflow: hidden;
}

.contact-ambient-glow {
position: absolute;
width: 400px;
height: 400px;
background: radial-gradient(circle, rgba(59, 130, 246, 0.08) 0%, transparent 70%);
filter: blur(80px);
top: 10%;
right: 5%;
z-index: 1;
pointer-events: none;
}

.contact-accent-element {
position: absolute;
width: 250px;
height: 250px;
background: rgba(6, 182, 212, 0.05);
border-radius: 50% 50% 40% 60% / 60% 40% 60% 40%;
bottom: 5%;
left: 3%;
z-index: 1;
pointer-events: none;
}

.contact-geometric-shape {
position: absolute;
width: 200px;
height: 2px;
background: linear-gradient(90deg, transparent, rgba(96, 165, 250, 0.15), transparent);
top: 30%;
right: 15%;
z-index: 2;
pointer-events: none;
}

.contact-content {
position: relative;
z-index: 10;
display: flex;
flex-wrap: wrap;
gap: clamp(3rem, 6vw, 5rem);
}

.contact-form-wrapper {
flex: 1 1 400px;
min-width: 300px;
}

.contact-section-title {
font-size: clamp(1.5rem, 4vw + 0.5rem, 2.25rem);
color: #ffffff;
font-weight: 700;
margin-bottom: 1rem;
}

.contact-section-subtitle {
font-size: clamp(0.875rem, 1vw, 1.125rem);
color: var(--color-text-secondary);
margin-bottom: clamp(2rem, 4vw, 3rem);
line-height: 1.6;
}

.contact-section-form {
width: 100%;
display: flex;
flex-direction: column;
gap: 1.25rem;
}

.contact-section-form-group {
display: flex;
flex-direction: column;
gap: 0.5rem;
}

.contact-section-label {
font-size: clamp(0.875rem, 1vw, 0.95rem);
font-weight: 500;
color: var(--color-text-secondary);
}

.contact-section-input,
.contact-section-textarea {
width: 100%;
padding: clamp(0.75rem, 1.5vw, 1rem);
background: rgba(255, 255, 255, 0.05);
border: 1px solid rgba(59, 130, 246, 0.2);
border-radius: var(--radius-md);
color: #ffffff;
font-family: var(--font-primary);
font-size: clamp(0.875rem, 1vw, 1rem);
transition: all 300ms ease;
}

.contact-section-input::placeholder,
.contact-section-textarea::placeholder {
color: var(--color-text-muted);
}

.contact-section-input:focus,
.contact-section-textarea:focus {
outline: none;
border-color: var(--color-primary);
background: rgba(59, 130, 246, 0.1);
box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

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

.contact-section-submit {
width: 100%;
padding: clamp(0.875rem, 1.5vw, 1rem) clamp(1.5rem, 3vw, 2rem);
background: var(--color-primary);
color: #0f172a;
border: none;
border-radius: var(--radius-md);
font-weight: 600;
font-size: clamp(0.875rem, 1vw, 1rem);
cursor: pointer;
transition: all 350ms cubic-bezier(0.4, 0, 0.2, 1);
}

.contact-section-submit:hover {
background: var(--color-primary-hover);
transform: translateY(-2px);
box-shadow: 0 12px 30px rgba(59, 130, 246, 0.25);
}

.contact-section-submit:active {
transform: translateY(0);
}

.contact-section-privacy {
font-size: 0.75rem;
color: var(--color-text-muted);
text-align: center;
margin-top: 1rem;
}

.contact-privacy-link {
color: var(--color-primary);
text-decoration: underline;
transition: color 300ms ease;
}

.contact-privacy-link:hover {
color: var(--color-secondary);
}

.contact-info-wrapper {
flex: 1 1 400px;
min-width: 300px;
}

.contact-info-block {
background: rgba(59, 130, 246, 0.08);
border: 1px solid rgba(59, 130, 246, 0.15);
border-radius: var(--radius-lg);
padding: clamp(1.5rem, 3vw, 2.5rem);
}

.contact-info-title {
font-size: clamp(1.125rem, 2vw, 1.375rem);
font-weight: 600;
color: #ffffff;
margin-bottom: clamp(1.5rem, 3vw, 2rem);
}

.contact-faq-item {
margin-bottom: clamp(1.5rem, 2vw, 2rem);
}

.contact-faq-item:last-child {
margin-bottom: 0;
}

.contact-faq-question {
font-size: clamp(0.9375rem, 1vw, 1rem);
font-weight: 600;
color: #ffffff;
margin-bottom: 0.5rem;
}

.contact-faq-answer {
font-size: clamp(0.875rem, 1vw, 0.9375rem);
color: var(--color-text-secondary);
line-height: 1.6;
}

@media (max-width: 768px) {
.contact-content {
flex-direction: column;
}

.contact-form-wrapper,
.contact-info-wrapper {
flex: 1 1 100%;
}
}

.cookie-banner {
position: fixed;
bottom: 0;
left: 0;
right: 0;
z-index: 9999;
padding: clamp(1rem, 2vw, 1.5rem);
background: #1e293b;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
gap: clamp(1rem, 2vw, 2rem);
border-top: 1px solid rgba(59, 130, 246, 0.2);
}

.cookie-banner.hidden {
display: none;
}

.cookie-banner-text {
color: #e2e8f0;
font-size: clamp(0.75rem, 1vw, 0.875rem);
max-width: 500px;
margin: 0;
line-height: 1.5;
}

.cookie-banner-buttons {
display: flex;
flex-wrap: wrap;
gap: clamp(0.75rem, 1vw, 1rem);
}

.cookie-btn-accept,
.cookie-btn-decline {
padding: clamp(0.5rem, 1vw, 0.75rem) clamp(1rem, 2vw, 1.5rem);
border: none;
border-radius: 6px;
font-weight: 500;
font-size: clamp(0.75rem, 0.9vw, 0.875rem);
cursor: pointer;
transition: all 300ms ease;
white-space: nowrap;
}

.cookie-btn-accept {
background: var(--color-primary);
color: #0f172a;
}

.cookie-btn-accept:hover {
background: var(--color-primary-hover);
transform: translateY(-2px);
}

.cookie-btn-decline {
background: transparent;
color: #e2e8f0;
border: 1px solid rgba(255, 255, 255, 0.3);
}

.cookie-btn-decline:hover {
border-color: #e2e8f0;
color: #ffffff;
}

@media (max-width: 768px) {
.cookie-banner {
flex-direction: column;
text-align: center;
}

.cookie-banner-text {
order: 1;
width: 100%;
}

.cookie-banner-buttons {
order: 2;
width: 100%;
justify-content: center;
}

.cookie-btn-accept,
.cookie-btn-decline {
flex: 1;
min-width: 120px;
}
}

@media (prefers-reduced-motion: reduce) {
* {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
scroll-behavior: auto !important;
}
}

    
.footer {
  background: var(--color-bg-primary);
  padding: clamp(3rem, 8vw, 6rem) 0;
  border-top: 1px solid rgba(96, 165, 250, 0.1);
  position: relative;
  overflow: hidden;
}

.footer .container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-inline: clamp(1rem, 5vw, 2rem);
}

.footer-content {
  display: block;
}

.footer-about {
  margin-bottom: clamp(2rem, 4vw, 3rem);
  padding-bottom: clamp(2rem, 4vw, 3rem);
  border-bottom: 1px solid rgba(59, 130, 246, 0.08);
}

.footer-about-title {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
  font-family: var(--font-heading);
  letter-spacing: -0.5px;
}

.footer-about-text {
  font-size: clamp(0.875rem, 1vw + 0.25rem, 1rem);
  line-height: 1.7;
  color: #bfdbfe;
  max-width: 500px;
}

.footer-navigation {
  margin-bottom: clamp(2rem, 4vw, 3rem);
  padding-bottom: clamp(2rem, 4vw, 3rem);
  border-bottom: 1px solid rgba(59, 130, 246, 0.08);
}

.footer-nav-title {
  font-size: clamp(1.125rem, 1.5vw, 1.375rem);
  font-weight: 600;
  color: #ffffff;
  margin-bottom: clamp(1rem, 2vw, 1.5rem);
  font-family: var(--font-primary);
}

.footer-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1.5rem, 3vw, 2.5rem);
}

.footer-nav-link {
  font-size: clamp(0.875rem, 1vw, 1rem);
  color: #bfdbfe;
  text-decoration: none;
  transition: color 350ms cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.footer-nav-link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--color-primary);
  transition: width 350ms cubic-bezier(0.4, 0, 0.2, 1);
}

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

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

.footer-nav-link:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 3px;
  border-radius: 2px;
}

.footer-contact {
  margin-bottom: clamp(2rem, 4vw, 3rem);
  padding-bottom: clamp(2rem, 4vw, 3rem);
  border-bottom: 1px solid rgba(59, 130, 246, 0.08);
}

.footer-contact-title {
  font-size: clamp(1.125rem, 1.5vw, 1.375rem);
  font-weight: 600;
  color: #ffffff;
  margin-bottom: clamp(1rem, 2vw, 1.5rem);
  font-family: var(--font-primary);
}

.footer-contact-info {
  display: block;
}

.footer-contact-item {
  font-size: clamp(0.875rem, 1vw, 1rem);
  line-height: 1.7;
  color: #bfdbfe;
  margin-bottom: 0.75rem;
}

.footer-contact-item:last-child {
  margin-bottom: 0;
}

.footer-legal {
  margin-bottom: clamp(2rem, 4vw, 3rem);
  padding-bottom: clamp(2rem, 4vw, 3rem);
  border-bottom: 1px solid rgba(59, 130, 246, 0.08);
}

.footer-legal-title {
  font-size: clamp(1.125rem, 1.5vw, 1.375rem);
  font-weight: 600;
  color: #ffffff;
  margin-bottom: clamp(1rem, 2vw, 1.5rem);
  font-family: var(--font-primary);
}

.footer-legal-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1.5rem, 3vw, 2rem);
}

.footer-legal-link {
  font-size: clamp(0.875rem, 1vw, 1rem);
  color: #bfdbfe;
  text-decoration: none;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.footer-legal-link::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: #60a5fa;
  transition: width 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.footer-legal-link:hover {
  color: #60a5fa;
}

.footer-legal-link:hover::before {
  width: 100%;
}

.footer-legal-link:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 3px;
  border-radius: 2px;
}

.footer-copyright {
  text-align: center;
  padding-top: clamp(2rem, 4vw, 2.5rem);
}

.footer-copyright-text {
  font-size: clamp(0.8125rem, 0.9vw, 0.9375rem);
  color: #64748b;
  margin: 0;
  letter-spacing: 0.3px;
}

@media (min-width: 768px) {
  .footer {
    padding: clamp(4rem, 10vw, 6rem) 0;
  }

  .footer-content {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(2rem, 5vw, 4rem);
  }

  .footer-about {
    flex: 1 1 250px;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }

  .footer-navigation {
    flex: 1 1 200px;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }

  .footer-contact {
    flex: 1 1 250px;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }

  .footer-legal {
    flex: 1 1 200px;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }

  .footer-copyright {
    flex: 1 1 100%;
    border-top: 1px solid rgba(59, 130, 246, 0.08);
    padding-top: clamp(2rem, 3vw, 2.5rem);
    margin-top: clamp(1rem, 2vw, 2rem);
  }

  .footer-nav-list,
  .footer-legal-list {
    flex-direction: column;
    gap: 0.75rem;
  }
}

@media (min-width: 1024px) {
  .footer {
    padding: 6rem 0;
  }

  .footer-about-title {
    font-size: 1.5rem;
  }

  .footer-nav-title,
  .footer-contact-title,
  .footer-legal-title {
    font-size: 1.375rem;
  }

  .footer-about-text {
    font-size: 1rem;
  }

  .footer-contact-item,
  .footer-nav-link,
  .footer-legal-link {
    font-size: 1rem;
  }

  .footer-copyright-text {
    font-size: 0.9375rem;
  }
}

@media (min-width: 1440px) {
  .footer-content {
    gap: 4rem;
  }

  .footer-about {
    flex: 1 1 280px;
  }

  .footer-navigation {
    flex: 1 1 220px;
  }

  .footer-contact {
    flex: 1 1 280px;
  }

  .footer-legal {
    flex: 1 1 220px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .footer-nav-link,
  .footer-nav-link::after,
  .footer-legal-link,
  .footer-legal-link::before {
    transition: none;
  }
}

@media (prefers-contrast: more) {
  .footer-nav-link:hover,
  .footer-legal-link:hover {
    text-decoration: underline;
    font-weight: 600;
  }

  .footer-about-text,
  .footer-contact-item {
    color: #ffffff;
  }
}
    

.main.category-page-dutch-learning {
  width: 100%;
}

.hero-section-dutch-learning {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #0c1929 0%, #162d50 100%);
  padding: clamp(3rem, 8vw, 6rem) 0;
}

.hero-decoration-glow-1 {
  position: absolute;
  top: 10%;
  right: -100px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.15) 0%, transparent 70%);
  border-radius: 50%;
  filter: blur(80px);
  z-index: 1;
  pointer-events: none;
}

.hero-decoration-glow-2 {
  position: absolute;
  bottom: 5%;
  left: -80px;
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, rgba(6, 182, 212, 0.12) 0%, transparent 70%);
  border-radius: 50%;
  filter: blur(70px);
  z-index: 1;
  pointer-events: none;
}

.hero-decoration-blob-1 {
  position: absolute;
  top: 50%;
  left: 5%;
  width: 200px;
  height: 200px;
  background: rgba(96, 165, 250, 0.08);
  border-radius: 60% 40% 70% 30% / 40% 50% 60% 50%;
  z-index: 1;
  pointer-events: none;
  transform: translateY(-50%);
}

.hero-decoration-line-accent {
  position: absolute;
  bottom: 20%;
  right: 10%;
  width: 150px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.3), transparent);
  z-index: 2;
  pointer-events: none;
}

.hero-content-dutch-learning {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 4vw, 3rem);
}

.hero-header-dutch-learning {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 2vw, 1.5rem);
}

.hero-tag-dutch-learning {
  display: inline-block;
  padding: 0.375rem 1rem;
  background: rgba(59, 130, 246, 0.15);
  color: #60a5fa;
  border-radius: 20px;
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  font-weight: 600;
  width: fit-content;
}

.hero-title-dutch-learning {
  font-size: clamp(1.75rem, 5vw + 1rem, 3.5rem);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.15;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.hero-subtitle-dutch-learning {
  font-size: clamp(1rem, 2vw + 0.5rem, 1.125rem);
  color: #bfdbfe;
  line-height: 1.7;
  max-width: 600px;
}

.hero-cta-dutch-learning {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1rem, 2vw, 1.5rem);
  margin-top: clamp(1rem, 2vw, 1.5rem);
}

.hero-stats-dutch-learning {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(2rem, 4vw, 3rem);
  margin-top: clamp(2rem, 4vw, 3rem);
  padding-top: clamp(2rem, 4vw, 3rem);
  border-top: 1px solid rgba(96, 165, 250, 0.2);
}

.stat-item-dutch-learning {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.stat-number-dutch-learning {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 800;
  color: #3b82f6;
  line-height: 1;
}

.stat-label-dutch-learning {
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  color: #94a3b8;
  font-weight: 500;
}

.posts-section-dutch-learning {
  position: relative;
  overflow: hidden;
  background: #f8fafc;
  padding: clamp(4rem, 8vw, 6rem) 0;
}

.posts-decoration-1 {
  position: absolute;
  top: 15%;
  left: -120px;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  filter: blur(70px);
  z-index: 1;
  pointer-events: none;
}

.posts-decoration-2 {
  position: absolute;
  bottom: 10%;
  right: -80px;
  width: 220px;
  height: 220px;
  background: rgba(6, 182, 212, 0.06);
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  z-index: 1;
  pointer-events: none;
}

.posts-header-dutch-learning {
  text-align: center;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
  position: relative;
  z-index: 10;
}

.posts-tag-dutch-learning {
  display: inline-block;
  padding: 0.375rem 1rem;
  background: rgba(59, 130, 246, 0.1);
  color: #2563eb;
  border-radius: 20px;
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  font-weight: 600;
  margin-bottom: 1rem;
}

.posts-title-dutch-learning {
  font-size: clamp(1.75rem, 4vw + 0.5rem, 2.75rem);
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 1rem;
}

.posts-subtitle-dutch-learning {
  font-size: clamp(0.95rem, 1.5vw, 1.125rem);
  color: #64748b;
  max-width: 600px;
  margin: 0 auto;
}

.posts-grid-dutch-learning {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1.5rem, 3vw, 2.5rem);
  justify-content: center;
  position: relative;
  z-index: 10;
}

.card-dutch-learning {
  flex: 1 1 300px;
  max-width: 380px;
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 2vw, 1.5rem);
  padding: clamp(1.5rem, 3vw, 2rem);
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.card-dutch-learning:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
  border-color: rgba(59, 130, 246, 0.3);
}

.card-image-dutch-learning {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

.card-title-dutch-learning {
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  font-weight: 700;
  color: #1e293b;
}

.card-description-dutch-learning {
  font-size: clamp(0.875rem, 1vw, 1rem);
  color: #64748b;
  line-height: 1.6;
}

.card-meta-dutch-learning {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.75rem, 1.5vw, 1rem);
  margin: clamp(0.5rem, 1vw, 1rem) 0;
}

.meta-badge-dutch-learning {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.375rem 0.75rem;
  background: rgba(59, 130, 246, 0.08);
  color: #2563eb;
  border-radius: 16px;
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  font-weight: 500;
}

.meta-badge-dutch-learning i {
  font-size: 0.875rem;
}

.btn-small {
  margin-top: auto;
  align-self: flex-start;
}

.learning-path-section-dutch-learning {
  position: relative;
  overflow: hidden;
  background: #0c1929;
  padding: clamp(4rem, 8vw, 6rem) 0;
}

.learning-decoration-1 {
  position: absolute;
  top: 20%;
  right: -100px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(6, 182, 212, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  filter: blur(80px);
  z-index: 1;
  pointer-events: none;
}

.learning-decoration-2 {
  position: absolute;
  bottom: 15%;
  left: -120px;
  width: 250px;
  height: 250px;
  background: rgba(59, 130, 246, 0.08);
  border-radius: 45% 55% 60% 40% / 55% 45% 55% 45%;
  z-index: 1;
  pointer-events: none;
}

.learning-header-dutch-learning {
  text-align: center;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
  position: relative;
  z-index: 10;
}

.learning-tag-dutch-learning {
  display: inline-block;
  padding: 0.375rem 1rem;
  background: rgba(59, 130, 246, 0.15);
  color: #60a5fa;
  border-radius: 20px;
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  font-weight: 600;
  margin-bottom: 1rem;
}

.learning-title-dutch-learning {
  font-size: clamp(1.75rem, 4vw + 0.5rem, 2.75rem);
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
}

.learning-subtitle-dutch-learning {
  font-size: clamp(0.95rem, 1.5vw, 1.125rem);
  color: #bfdbfe;
  max-width: 600px;
  margin: 0 auto;
}

.steps-container-dutch-learning {
  display: flex;
  flex-direction: column;
  gap: clamp(1.5rem, 3vw, 2rem);
  position: relative;
  z-index: 10;
  max-width: 900px;
  margin: 0 auto;
}

.step-item-dutch-learning {
  display: flex;
  align-items: flex-start;
  gap: clamp(1.5rem, 3vw, 2rem);
  padding: clamp(1.5rem, 3vw, 2rem);
  background: rgba(59, 130, 246, 0.08);
  border-radius: 12px;
  border-left: 3px solid #3b82f6;
  transition: all 0.3s ease;
}

.step-item-dutch-learning:hover {
  background: rgba(59, 130, 246, 0.12);
  transform: translateX(8px);
}

.step-number-dutch-learning {
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-weight: 800;
  color: #3b82f6;
  line-height: 1;
  flex-shrink: 0;
  min-width: 60px;
}

.step-content-dutch-learning {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.step-title-dutch-learning {
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  font-weight: 600;
  color: #ffffff;
}

.step-text-dutch-learning {
  font-size: clamp(0.875rem, 1vw, 1rem);
  color: #bfdbfe;
  line-height: 1.6;
}

.features-section-dutch-learning {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  padding: clamp(4rem, 8vw, 6rem) 0;
}

.features-decoration-1 {
  position: absolute;
  top: 10%;
  left: -100px;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  filter: blur(75px);
  z-index: 1;
  pointer-events: none;
}

.features-decoration-2 {
  position: absolute;
  bottom: 15%;
  right: -120px;
  width: 300px;
  height: 300px;
  background: rgba(6, 182, 212, 0.06);
  border-radius: 50% 40% 60% 50% / 60% 50% 40% 50%;
  z-index: 1;
  pointer-events: none;
}

.features-decoration-3 {
  position: absolute;
  top: 50%;
  left: 5%;
  width: 120px;
  height: 120px;
  background: rgba(96, 165, 250, 0.04);
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  z-index: 1;
  pointer-events: none;
}

.features-header-dutch-learning {
  text-align: center;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
  position: relative;
  z-index: 10;
}

.features-tag-dutch-learning {
  display: inline-block;
  padding: 0.375rem 1rem;
  background: rgba(59, 130, 246, 0.1);
  color: #2563eb;
  border-radius: 20px;
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  font-weight: 600;
  margin-bottom: 1rem;
}

.features-title-dutch-learning {
  font-size: clamp(1.75rem, 4vw + 0.5rem, 2.75rem);
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 1rem;
}

.features-subtitle-dutch-learning {
  font-size: clamp(0.95rem, 1.5vw, 1.125rem);
  color: #64748b;
  max-width: 600px;
  margin: 0 auto;
}

.features-grid-dutch-learning {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1.5rem, 3vw, 2.5rem);
  justify-content: center;
  position: relative;
  z-index: 10;
}

.feature-item-dutch-learning {
  flex: 1 1 280px;
  max-width: 360px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: clamp(1.5rem, 3vw, 2rem);
  background: #f8fafc;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  transition: all 0.3s ease;
}

.feature-item-dutch-learning:hover {
  background: #ffffff;
  border-color: #3b82f6;
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(59, 130, 246, 0.1);
}

.feature-icon-dutch-learning {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.1) 0%, rgba(6, 182, 212, 0.1) 100%);
  border-radius: 10px;
  color: #3b82f6;
  font-size: 1.5rem;
  flex-shrink: 0;
}

.feature-title-dutch-learning {
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  font-weight: 600;
  color: #0f172a;
}

.feature-text-dutch-learning {
  font-size: clamp(0.875rem, 1vw, 1rem);
  color: #64748b;
  line-height: 1.6;
}

.quote-section-dutch-learning {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #162d50 0%, #0c1929 100%);
  padding: clamp(3rem, 6vw, 5rem) 0;
}

.quote-decoration-1 {
  position: absolute;
  top: 50%;
  right: -150px;
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  filter: blur(90px);
  z-index: 1;
  pointer-events: none;
  transform: translateY(-50%);
}

.featured-quote-dutch-learning {
  position: relative;
  z-index: 10;
  padding: clamp(2rem, 4vw, 3rem) clamp(2rem, 5vw, 3.5rem);
  background: rgba(59, 130, 246, 0.1);
  border-left: 4px solid #3b82f6;
  border-radius: 8px;
  max-width: 800px;
  margin: 0 auto;
}

.quote-text-dutch-learning {
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  font-style: italic;
  color: #ffffff;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.quote-author-dutch-learning {
  display: block;
  font-size: clamp(0.875rem, 1vw, 1rem);
  color: #94a3b8;
  font-style: normal;
  font-weight: 500;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: clamp(0.875rem, 1vw, 1rem);
  padding: clamp(0.75rem, 1.5vw, 1rem) clamp(1.5rem, 3vw, 2.5rem);
  border-radius: 8px;
  border: 2px solid transparent;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease;
  text-decoration: none;
  white-space: nowrap;
}

.btn-primary {
  background: #3b82f6;
  color: #ffffff;
  border-color: #3b82f6;
}

.btn-primary:hover {
  background: #2563eb;
  border-color: #2563eb;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(59, 130, 246, 0.3);
}

.btn-secondary {
  background: #60a5fa;
  color: #ffffff;
  border-color: #60a5fa;
}

.btn-secondary:hover {
  background: #3b82f6;
  border-color: #3b82f6;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(59, 130, 246, 0.2);
}

.btn-outline {
  background: transparent;
  color: #60a5fa;
  border-color: #60a5fa;
}

.btn-outline:hover {
  background: rgba(96, 165, 250, 0.1);
  border-color: #3b82f6;
  color: #3b82f6;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 clamp(1rem, 4vw, 2rem);
}

@media (max-width: 768px) {
  .hero-stats-dutch-learning {
    gap: clamp(1.5rem, 3vw, 2rem);
  }

  .card-dutch-learning {
    flex: 1 1 100%;
    max-width: none;
  }

  .feature-item-dutch-learning {
    flex: 1 1 100%;
    max-width: none;
  }

  .step-item-dutch-learning {
    flex-direction: column;
    gap: 1rem;
  }

  .step-number-dutch-learning {
    font-size: 1.75rem;
  }

  .posts-grid-dutch-learning {
    gap: clamp(1rem, 2vw, 1.5rem);
  }
}

@media (max-width: 480px) {
  .hero-cta-dutch-learning {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .stat-item-dutch-learning {
    flex: 1 1 50%;
  }
}

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

.mt-1 { margin-top: 0.5rem; }
.mt-2 { margin-top: 1rem; }
.mt-3 { margin-top: 1.5rem; }

.mb-1 { margin-bottom: 0.5rem; }
.mb-2 { margin-bottom: 1rem; }
.mb-3 { margin-bottom: 1.5rem; }

.gap-2 { gap: 1rem; }
.gap-3 { gap: 1.5rem; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

.main-grammatica-meesterklasse-intermediair {
  width: 100%;
  background: var(--color-bg-primary);
  color: var(--color-text-primary);
  overflow: hidden;
}

.container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 clamp(1rem, 4vw, 2rem);
}

.hero-section-grammatica-meesterklasse-intermediair {
  padding: clamp(3rem, 8vw, 6rem) 0;
  background: linear-gradient(135deg, #0c1929 0%, #162d50 100%);
  position: relative;
  overflow: hidden;
}

.hero-content-grammatica-meesterklasse-intermediair {
  display: flex;
  flex-direction: row;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
}

.hero-text-wrapper-grammatica-meesterklasse-intermediair {
  flex: 1 1 50%;
  max-width: 50%;
}

.hero-image-wrapper-grammatica-meesterklasse-intermediair {
  flex: 1 1 50%;
  max-width: 50%;
}

.hero-image-grammatica-meesterklasse-intermediair {
  width: 100%;
  height: auto;
  border-radius: 16px;
  display: block;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.breadcrumbs-grammatica-meesterklasse-intermediair {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 2rem;
  font-size: clamp(0.75rem, 1vw, 0.875rem);
}

.breadcrumb-link-grammatica-meesterklasse-intermediair {
  color: #60a5fa;
  transition: color 0.3s ease;
}

.breadcrumb-link-grammatica-meesterklasse-intermediair:hover {
  color: #93c5fd;
  text-decoration: underline;
}

.breadcrumb-separator-grammatica-meesterklasse-intermediair {
  color: #64748b;
  margin: 0 0.25rem;
}

.breadcrumb-current-grammatica-meesterklasse-intermediair {
  color: #cbd5e1;
}

.hero-title-grammatica-meesterklasse-intermediair {
  font-size: clamp(2rem, 5vw + 1rem, 3.5rem);
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
  line-height: 1.15;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.hero-subtitle-grammatica-meesterklasse-intermediair {
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  color: #bfdbfe;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.hero-meta-grammatica-meesterklasse-intermediair {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
}

.meta-badge-grammatica-meesterklasse-intermediair {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: rgba(59, 130, 246, 0.15);
  border-radius: 20px;
  font-size: 0.875rem;
  color: #60a5fa;
}

.meta-badge-grammatica-meesterklasse-intermediair i {
  font-size: 0.875rem;
}

.hero-stats-grammatica-meesterklasse-intermediair {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(2rem, 4vw, 3rem);
  padding-top: 2rem;
  border-top: 1px solid rgba(59, 130, 246, 0.2);
}

.stat-item-grammatica-meesterklasse-intermediair {
  flex: 0 1 auto;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.stat-number-grammatica-meesterklasse-intermediair {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 800;
  color: #3b82f6;
  line-height: 1;
}

.stat-label-grammatica-meesterklasse-intermediair {
  font-size: 0.875rem;
  color: #cbd5e1;
  font-weight: 500;
}

.introduction-section-grammatica-meesterklasse-intermediair {
  padding: clamp(3rem, 8vw, 6rem) 0;
  background: #ffffff;
  overflow: hidden;
}

.introduction-wrapper-grammatica-meesterklasse-intermediair {
  display: flex;
  flex-direction: row;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
}

.introduction-text-grammatica-meesterklasse-intermediair {
  flex: 1 1 50%;
  max-width: 50%;
}

.introduction-image-wrapper-grammatica-meesterklasse-intermediair {
  flex: 1 1 50%;
  max-width: 50%;
}

.introduction-title-grammatica-meesterklasse-intermediair {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.introduction-description-grammatica-meesterklasse-intermediair {
  font-size: clamp(0.875rem, 1vw + 0.5rem, 1.125rem);
  color: #475569;
  margin-bottom: 1.5rem;
  line-height: 1.8;
}

.introduction-image-grammatica-meesterklasse-intermediair {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.content-section-one-grammatica-meesterklasse-intermediair,
.content-section-two-grammatica-meesterklasse-intermediair,
.content-section-three-grammatica-meesterklasse-intermediair {
  padding: clamp(3rem, 8vw, 6rem) 0;
  overflow: hidden;
}

.content-section-one-grammatica-meesterklasse-intermediair,
.content-section-three-grammatica-meesterklasse-intermediair {
  background: #f8fafc;
}

.content-section-two-grammatica-meesterklasse-intermediair {
  background: #ffffff;
}

.content-header-grammatica-meesterklasse-intermediair {
  margin-bottom: 3rem;
}

.content-title-grammatica-meesterklasse-intermediair {
  font-size: clamp(1.5rem, 3vw + 0.5rem, 2.25rem);
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.content-wrapper-grammatica-meesterklasse-intermediair,
.content-wrapper-reversed-grammatica-meesterklasse-intermediair {
  display: flex;
  flex-direction: row;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
}

.content-text-grammatica-meesterklasse-intermediair {
  flex: 1 1 50%;
  max-width: 50%;
}

.content-image-wrapper-grammatica-meesterklasse-intermediair {
  flex: 1 1 50%;
  max-width: 50%;
}

.content-image-grammatica-meesterklasse-intermediair {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.content-description-grammatica-meesterklasse-intermediair {
  font-size: clamp(0.875rem, 1vw + 0.5rem, 1.125rem);
  color: #475569;
  margin-bottom: 1.5rem;
  line-height: 1.8;
}

.content-highlight-grammatica-meesterklasse-intermediair {
  padding: clamp(1.25rem, 3vw, 2rem);
  background: rgba(59, 130, 246, 0.08);
  border-left: 4px solid #3b82f6;
  border-radius: 8px;
  margin: 2rem 0;
}

.highlight-text-grammatica-meesterklasse-intermediair {
  font-size: clamp(0.875rem, 1vw, 1rem);
  color: #1e3a8a;
  line-height: 1.7;
  margin: 0;
}

.content-steps-grammatica-meesterklasse-intermediair {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 2rem;
}

.step-item-grammatica-meesterklasse-intermediair {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 1.5rem;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
}

.step-number-grammatica-meesterklasse-intermediair {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 800;
  color: #3b82f6;
  line-height: 1;
  min-width: 60px;
  flex-shrink: 0;
}

.step-content-grammatica-meesterklasse-intermediair {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1;
}

.step-title-grammatica-meesterklasse-intermediair {
  font-size: 1.125rem;
  font-weight: 600;
  color: #0f172a;
}

.step-text-grammatica-meesterklasse-intermediair {
  font-size: 0.9375rem;
  color: #64748b;
  line-height: 1.6;
}

.features-cards-grammatica-meesterklasse-intermediair {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1.5rem, 3vw, 2.5rem);
  margin-top: 2rem;
}

.feature-card-grammatica-meesterklasse-intermediair {
  flex: 1 1 280px;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card-grammatica-meesterklasse-intermediair:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.feature-icon-grammatica-meesterklasse-intermediair {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eff6ff;
  border-radius: 10px;
  color: #3b82f6;
  font-size: 1.5rem;
}

.feature-title-grammatica-meesterklasse-intermediair {
  font-size: 1.125rem;
  font-weight: 600;
  color: #0f172a;
}

.feature-text-grammatica-meesterklasse-intermediair {
  font-size: 0.9375rem;
  color: #64748b;
  line-height: 1.6;
}

.learning-path-section-grammatica-meesterklasse-intermediair {
  padding: clamp(3rem, 8vw, 6rem) 0;
  background: #0c1929;
  overflow: hidden;
}

.section-header-grammatica-meesterklasse-intermediair {
  text-align: center;
  margin-bottom: 3rem;
}

.section-title-grammatica-meesterklasse-intermediair {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.section-subtitle-grammatica-meesterklasse-intermediair {
  font-size: clamp(1rem, 2vw, 1.125rem);
  color: #bfdbfe;
  max-width: 600px;
  margin: 0 auto;
}

.learning-steps-grammatica-meesterklasse-intermediair {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 900px;
  margin: 0 auto;
}

.learning-step-grammatica-meesterklasse-intermediair {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  align-items: flex-start;
  padding: 2rem;
  background: rgba(59, 130, 246, 0.08);
  border-left: 4px solid #3b82f6;
  border-radius: 12px;
}

.learning-step-number-grammatica-meesterklasse-intermediair {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: #3b82f6;
  line-height: 1;
  min-width: 70px;
  flex-shrink: 0;
}

.learning-step-content-grammatica-meesterklasse-intermediair {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  flex: 1;
}

.learning-step-title-grammatica-meesterklasse-intermediair {
  font-size: 1.25rem;
  font-weight: 600;
  color: #ffffff;
}

.learning-step-text-grammatica-meesterklasse-intermediair {
  font-size: 0.9375rem;
  color: #cbd5e1;
  line-height: 1.7;
}

.quote-section-grammatica-meesterklasse-intermediair {
  padding: clamp(3rem, 8vw, 6rem) 0;
  background: #ffffff;
  overflow: hidden;
}

.featured-quote-grammatica-meesterklasse-intermediair {
  padding: clamp(2rem, 4vw, 3rem);
  border-left: 4px solid #3b82f6;
  background: #f8fafc;
  max-width: 800px;
  margin: 0 auto;
  border-radius: 8px;
}

.quote-text-grammatica-meesterklasse-intermediair {
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  color: #0f172a;
  font-style: italic;
  margin-bottom: 1rem;
  line-height: 1.8;
  font-weight: 500;
}

.quote-attribution-grammatica-meesterklasse-intermediair {
  font-size: 0.875rem;
  color: #64748b;
  font-style: normal;
}

.conclusion-section-grammatica-meesterklasse-intermediair {
  padding: clamp(3rem, 8vw, 6rem) 0;
  background: #f8fafc;
  overflow: hidden;
}

.conclusion-wrapper-grammatica-meesterklasse-intermediair {
  display: flex;
  flex-direction: row;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
}

.conclusion-text-grammatica-meesterklasse-intermediair {
  flex: 1 1 50%;
  max-width: 50%;
}

.conclusion-image-wrapper-grammatica-meesterklasse-intermediair {
  flex: 1 1 50%;
  max-width: 50%;
}

.conclusion-title-grammatica-meesterklasse-intermediair {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.conclusion-description-grammatica-meesterklasse-intermediair {
  font-size: clamp(0.875rem, 1vw + 0.5rem, 1.125rem);
  color: #475569;
  margin-bottom: 1.5rem;
  line-height: 1.8;
}

.conclusion-image-grammatica-meesterklasse-intermediair {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.cta-box-grammatica-meesterklasse-intermediair {
  padding: clamp(2rem, 4vw, 3rem);
  background: linear-gradient(135deg, #3b82f6 0%, #0284c7 100%);
  border-radius: 12px;
  text-align: center;
  color: #ffffff;
  margin-top: 2.5rem;
}

.cta-title-grammatica-meesterklasse-intermediair {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.75rem;
}

.cta-description-grammatica-meesterklasse-intermediair {
  font-size: clamp(0.875rem, 1vw, 1rem);
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1.5rem;
}

.cta-button-grammatica-meesterklasse-intermediair {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: clamp(0.75rem, 2vw, 1rem) clamp(1.5rem, 3vw, 2.5rem);
  background: #ffffff;
  color: #3b82f6;
  border-radius: 8px;
  font-weight: 600;
  font-size: clamp(0.875rem, 1vw, 1rem);
  transition: all 0.3s ease;
  text-decoration: none;
}

.cta-button-grammatica-meesterklasse-intermediair:hover {
  background: #f0f9ff;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.related-posts-section-grammatica-meesterklasse-intermediair {
  padding: clamp(3rem, 8vw, 6rem) 0;
  background: #0c1929;
  overflow: hidden;
}

.related-header-grammatica-meesterklasse-intermediair {
  text-align: center;
  margin-bottom: 3rem;
}

.related-title-grammatica-meesterklasse-intermediair {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.related-subtitle-grammatica-meesterklasse-intermediair {
  font-size: clamp(1rem, 2vw, 1.125rem);
  color: #bfdbfe;
  max-width: 600px;
  margin: 0 auto;
}

.related-cards-grammatica-meesterklasse-intermediair {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1.5rem, 3vw, 2.5rem);
}

.related-card-grammatica-meesterklasse-intermediair {
  flex: 1 1 300px;
  max-width: 400px;
  padding: clamp(1.5rem, 3vw, 2rem);
  background: rgba(59, 130, 246, 0.08);
  border: 1px solid rgba(59, 130, 246, 0.2);
  border-radius: 12px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: block;
}

.related-card-grammatica-meesterklasse-intermediair:hover {
  background: rgba(59, 130, 246, 0.12);
  border-color: #3b82f6;
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(59, 130, 246, 0.2);
}

.related-card-content-grammatica-meesterklasse-intermediair {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.related-card-title-grammatica-meesterklasse-intermediair {
  font-size: 1.125rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.3;
}

.related-card-description-grammatica-meesterklasse-intermediair {
  font-size: 0.9375rem;
  color: #bfdbfe;
  line-height: 1.7;
}

.related-card-link-grammatica-meesterklasse-intermediair {
  font-size: 0.875rem;
  color: #60a5fa;
  font-weight: 600;
  transition: color 0.3s ease;
}

.related-card-grammatica-meesterklasse-intermediair:hover .related-card-link-grammatica-meesterklasse-intermediair {
  color: #93c5fd;
}

.disclaimer-section-grammatica-meesterklasse-intermediair {
  padding: clamp(2.5rem, 6vw, 5rem) 0;
  background: #f8fafc;
  overflow: hidden;
}

.disclaimer-content-grammatica-meesterklasse-intermediair {
  max-width: 900px;
  margin: 0 auto;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  background: #ffffff;
  border-left: 4px solid #94a3b8;
  border-radius: 8px;
}

.disclaimer-title-grammatica-meesterklasse-intermediair {
  font-size: 1.125rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 1rem;
}

.disclaimer-text-grammatica-meesterklasse-intermediair {
  font-size: 0.875rem;
  color: #64748b;
  line-height: 1.8;
  margin-bottom: 1rem;
}

.disclaimer-text-grammatica-meesterklasse-intermediair:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .hero-content-grammatica-meesterklasse-intermediair,
  .introduction-wrapper-grammatica-meesterklasse-intermediair,
  .content-wrapper-grammatica-meesterklasse-intermediair,
  .content-wrapper-reversed-grammatica-meesterklasse-intermediair,
  .conclusion-wrapper-grammatica-meesterklasse-intermediair {
    flex-direction: column;
  }

  .hero-text-wrapper-grammatica-meesterklasse-intermediair,
  .hero-image-wrapper-grammatica-meesterklasse-intermediair,
  .introduction-text-grammatica-meesterklasse-intermediair,
  .introduction-image-wrapper-grammatica-meesterklasse-intermediair,
  .content-text-grammatica-meesterklasse-intermediair,
  .content-image-wrapper-grammatica-meesterklasse-intermediair,
  .conclusion-text-grammatica-meesterklasse-intermediair,
  .conclusion-image-wrapper-grammatica-meesterklasse-intermediair {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .features-cards-grammatica-meesterklasse-intermediair {
    gap: 1rem;
  }

  .feature-card-grammatica-meesterklasse-intermediair {
    flex: 1 1 100%;
    max-width: none;
  }

  .learning-step-grammatica-meesterklasse-intermediair {
    flex-direction: column;
    gap: 1rem;
  }

  .learning-step-number-grammatica-meesterklasse-intermediair {
    min-width: 50px;
  }

  .related-card-grammatica-meesterklasse-intermediair {
    flex: 1 1 100%;
    max-width: none;
  }

  .step-item-grammatica-meesterklasse-intermediair {
    flex-direction: column;
    gap: 1rem;
  }

  .hero-stats-grammatica-meesterklasse-intermediair {
    gap: 1.5rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .feature-card-grammatica-meesterklasse-intermediair {
    flex: 1 1 250px;
  }

  .related-card-grammatica-meesterklasse-intermediair {
    flex: 1 1 280px;
  }
}

@media (max-width: 480px) {
  .breadcrumbs-grammatica-meesterklasse-intermediair {
    font-size: 0.75rem;
  }

  .hero-meta-grammatica-meesterklasse-intermediair {
    gap: 0.75rem;
  }

  .meta-badge-grammatica-meesterklasse-intermediair {
    padding: 0.375rem 0.75rem;
    font-size: 0.75rem;
  }

  .content-steps-grammatica-meesterklasse-intermediair,
  .learning-steps-grammatica-meesterklasse-intermediair {
    gap: 1rem;
  }

  .step-item-grammatica-meesterklasse-intermediair,
  .learning-step-grammatica-meesterklasse-intermediair {
    padding: 1rem;
  }

  .featured-quote-grammatica-meesterklasse-intermediair {
    padding: 1.5rem;
  }

  .cta-box-grammatica-meesterklasse-intermediair {
    padding: 1.5rem;
  }
}

.main-fundamentals-nederlands-beginner {
  width: 100%;
  background: var(--color-bg-primary);
}

.hero-section-fundamentals-nederlands-beginner {
  background: var(--color-bg-primary);
  padding: clamp(3rem, 8vw, 6rem) 0;
  position: relative;
  overflow: hidden;
}

.hero-content-fundamentals-nederlands-beginner {
  display: flex;
  flex-direction: row;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
}

.hero-text-block-fundamentals-nederlands-beginner {
  flex: 1 1 50%;
  max-width: 50%;
}

.hero-title-fundamentals-nederlands-beginner {
  font-size: clamp(1.75rem, 5vw + 1rem, 3.5rem);
  font-weight: 700;
  color: var(--color-text-primary);
  margin-bottom: var(--space-md);
  line-height: 1.15;
}

.hero-subtitle-fundamentals-nederlands-beginner {
  font-size: clamp(1.125rem, 2vw + 0.5rem, 1.375rem);
  color: var(--color-text-secondary);
  margin-bottom: var(--space-lg);
  font-weight: 500;
  line-height: 1.3;
}

.hero-description-fundamentals-nederlands-beginner {
  font-size: clamp(0.875rem, 1vw + 0.5rem, 1.125rem);
  color: var(--color-text-secondary);
  line-height: 1.7;
  margin-bottom: var(--space-lg);
}

.article-meta-fundamentals-nederlands-beginner {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-md);
  margin-bottom: var(--space-lg);
}

.meta-badge-fundamentals-nederlands-beginner {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: rgba(59, 130, 246, 0.15);
  border-radius: 20px;
  font-size: 0.875rem;
  color: var(--color-text-secondary);
}

.meta-badge-fundamentals-nederlands-beginner i {
  color: var(--color-primary);
  font-size: 0.875rem;
}

.hero-image-block-fundamentals-nederlands-beginner {
  flex: 1 1 50%;
  max-width: 50%;
}

.hero-image-fundamentals-nederlands-beginner {
  max-width: 100%;
  height: auto;
  border-radius: var(--radius-xl);
  display: block;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.breadcrumbs-fundamentals-nederlands-beginner {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: var(--space-lg);
  font-size: clamp(0.75rem, 1vw, 0.875rem);
}

.breadcrumb-link-fundamentals-nederlands-beginner {
  color: var(--color-secondary);
  text-decoration: none;
  transition: color 0.3s ease;
}

.breadcrumb-link-fundamentals-nederlands-beginner:hover {
  color: var(--color-primary);
}

.breadcrumb-separator-fundamentals-nederlands-beginner {
  color: var(--color-text-muted);
}

.breadcrumb-current-fundamentals-nederlands-beginner {
  color: var(--color-text-secondary);
}

.introduction-section-fundamentals-nederlands-beginner {
  background: var(--color-bg-secondary);
  padding: clamp(3rem, 8vw, 6rem) 0;
  position: relative;
  overflow: hidden;
}

.introduction-content-fundamentals-nederlands-beginner {
  display: flex;
  flex-direction: row;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
}

.introduction-text-fundamentals-nederlands-beginner {
  flex: 1 1 50%;
  max-width: 50%;
}

.introduction-title-fundamentals-nederlands-beginner {
  font-size: clamp(1.5rem, 4vw + 0.5rem, 2.75rem);
  font-weight: 700;
  color: var(--color-text-primary);
  margin-bottom: var(--space-md);
  line-height: 1.2;
}

.introduction-body-fundamentals-nederlands-beginner {
  font-size: clamp(0.875rem, 1vw + 0.5rem, 1.125rem);
  color: var(--color-text-secondary);
  line-height: 1.7;
  margin-bottom: var(--space-md);
}

.introduction-image-fundamentals-nederlands-beginner {
  flex: 1 1 50%;
  max-width: 50%;
}

.introduction-img-fundamentals-nederlands-beginner {
  max-width: 100%;
  height: auto;
  border-radius: var(--radius-xl);
  display: block;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.fundamentals-section-fundamentals-nederlands-beginner {
  background: var(--color-bg-primary);
  padding: clamp(3rem, 8vw, 6rem) 0;
  position: relative;
  overflow: hidden;
}

.section-header-fundamentals-nederlands-beginner {
  text-align: center;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.section-tag-fundamentals-nederlands-beginner {
  display: inline-block;
  padding: 0.375rem 1rem;
  background: rgba(59, 130, 246, 0.15);
  color: var(--color-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: var(--space-md);
}

.section-title-fundamentals-nederlands-beginner {
  font-size: clamp(1.75rem, 4vw + 0.5rem, 2.75rem);
  font-weight: 700;
  color: var(--color-text-primary);
  margin-bottom: var(--space-md);
  line-height: 1.2;
}

.section-subtitle-fundamentals-nederlands-beginner {
  font-size: clamp(0.875rem, 1vw + 0.5rem, 1.125rem);
  color: var(--color-text-secondary);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.steps-container-fundamentals-nederlands-beginner {
  display: flex;
  flex-direction: column;
  gap: var(--space-lg);
}

.step-card-fundamentals-nederlands-beginner {
  display: flex;
  flex-direction: row;
  gap: var(--space-lg);
  padding: clamp(1.5rem, 3vw, 2.5rem);
  background: var(--color-bg-card);
  border: 1px solid rgba(59, 130, 246, 0.2);
  border-radius: var(--radius-lg);
  align-items: flex-start;
  transition: all 0.3s ease;
}

.step-card-fundamentals-nederlands-beginner:hover {
  background: rgba(59, 130, 246, 0.12);
  border-color: rgba(59, 130, 246, 0.4);
  transform: translateX(4px);
}

.step-number-fundamentals-nederlands-beginner {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: var(--color-primary);
  line-height: 1;
  flex-shrink: 0;
  min-width: 60px;
}

.step-content-fundamentals-nederlands-beginner {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.step-title-fundamentals-nederlands-beginner {
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  font-weight: 600;
  color: var(--color-text-primary);
  margin: 0;
}

.step-description-fundamentals-nederlands-beginner {
  font-size: clamp(0.875rem, 1vw + 0.5rem, 1rem);
  color: var(--color-text-secondary);
  line-height: 1.6;
  margin: 0;
}

.essentials-section-fundamentals-nederlands-beginner {
  background: var(--color-bg-secondary);
  padding: clamp(3rem, 8vw, 6rem) 0;
  position: relative;
  overflow: hidden;
}

.essentials-content-fundamentals-nederlands-beginner {
  display: flex;
  flex-direction: row;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
}

.essentials-text-fundamentals-nederlands-beginner {
  flex: 1 1 50%;
  max-width: 50%;
}

.essentials-title-fundamentals-nederlands-beginner {
  font-size: clamp(1.5rem, 4vw + 0.5rem, 2.75rem);
  font-weight: 700;
  color: var(--color-text-primary);
  margin-bottom: var(--space-md);
  line-height: 1.2;
}

.essentials-intro-fundamentals-nederlands-beginner {
  font-size: clamp(0.875rem, 1vw + 0.5rem, 1.125rem);
  color: var(--color-text-secondary);
  margin-bottom: var(--space-lg);
  line-height: 1.6;
}

.expressions-list-fundamentals-nederlands-beginner {
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
  margin-bottom: var(--space-lg);
}

.expression-item-fundamentals-nederlands-beginner {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: var(--space-md);
  background: rgba(59, 130, 246, 0.1);
  border-left: 3px solid var(--color-primary);
  border-radius: var(--radius-md);
}

.expression-dutch-fundamentals-nederlands-beginner {
  font-weight: 600;
  color: var(--color-text-primary);
  font-size: clamp(0.875rem, 1vw, 1rem);
}

.expression-english-fundamentals-nederlands-beginner {
  color: var(--color-text-secondary);
  font-size: clamp(0.8125rem, 0.9vw, 0.9375rem);
  font-style: italic;
}

.essentials-note-fundamentals-nederlands-beginner {
  font-size: clamp(0.875rem, 1vw + 0.5rem, 1rem);
  color: var(--color-text-secondary);
  line-height: 1.6;
}

.essentials-image-fundamentals-nederlands-beginner {
  flex: 1 1 50%;
  max-width: 50%;
}

.essentials-img-fundamentals-nederlands-beginner {
  max-width: 100%;
  height: auto;
  border-radius: var(--radius-xl);
  display: block;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.grammar-section-fundamentals-nederlands-beginner {
  background: var(--color-bg-primary);
  padding: clamp(3rem, 8vw, 6rem) 0;
  position: relative;
  overflow: hidden;
}

.grammar-content-fundamentals-nederlands-beginner {
  display: flex;
  flex-direction: row;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
  flex-direction: column;
}

.grammar-image-fundamentals-nederlands-beginner {
  flex: 1 1 50%;
  max-width: 50%;
  order: -1;
}

.grammar-img-fundamentals-nederlands-beginner {
  max-width: 100%;
  height: auto;
  border-radius: var(--radius-xl);
  display: block;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.grammar-text-fundamentals-nederlands-beginner {
  flex: 1 1 50%;
  max-width: 50%;
}

.grammar-title-fundamentals-nederlands-beginner {
  font-size: clamp(1.5rem, 4vw + 0.5rem, 2.75rem);
  font-weight: 700;
  color: var(--color-text-primary);
  margin-bottom: var(--space-md);
  line-height: 1.2;
}

.grammar-intro-fundamentals-nederlands-beginner {
  font-size: clamp(0.875rem, 1vw + 0.5rem, 1.125rem);
  color: var(--color-text-secondary);
  line-height: 1.7;
  margin-bottom: var(--space-lg);
}

.grammar-subheading-fundamentals-nederlands-beginner {
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  font-weight: 600;
  color: var(--color-text-primary);
  margin-top: var(--space-lg);
  margin-bottom: var(--space-sm);
  line-height: 1.3;
}

.grammar-text-fundamentals-nederlands-beginner {
  font-size: clamp(0.875rem, 1vw + 0.5rem, 1.125rem);
  color: var(--color-text-secondary);
  line-height: 1.7;
  margin-bottom: var(--space-md);
}

.learning-strategies-fundamentals-nederlands-beginner {
  background: var(--color-bg-secondary);
  padding: clamp(3rem, 8vw, 6rem) 0;
  position: relative;
  overflow: hidden;
}

.strategies-grid-fundamentals-nederlands-beginner {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1.5rem, 3vw, 2.5rem);
}

.strategy-card-fundamentals-nederlands-beginner {
  flex: 1 1 300px;
  max-width: 380px;
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
  padding: clamp(1.5rem, 3vw, 2.5rem);
  background: var(--color-bg-card);
  border: 1px solid rgba(59, 130, 246, 0.2);
  border-radius: var(--radius-lg);
  transition: all 0.3s ease;
}

.strategy-card-fundamentals-nederlands-beginner:hover {
  background: rgba(59, 130, 246, 0.12);
  border-color: rgba(59, 130, 246, 0.4);
  transform: translateY(-5px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.strategy-icon-fundamentals-nederlands-beginner {
  width: 56px;
  height: 56px;
  border-radius: var(--radius-lg);
  background: rgba(59, 130, 246, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
  font-size: 1.5rem;
}

.strategy-title-fundamentals-nederlands-beginner {
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  font-weight: 600;
  color: var(--color-text-primary);
  margin: 0;
  line-height: 1.3;
}

.strategy-text-fundamentals-nederlands-beginner {
  font-size: clamp(0.875rem, 1vw + 0.5rem, 1rem);
  color: var(--color-text-secondary);
  line-height: 1.6;
  margin: 0;
}

.resources-section-fundamentals-nederlands-beginner {
  background: var(--color-bg-primary);
  padding: clamp(3rem, 8vw, 6rem) 0;
  position: relative;
  overflow: hidden;
}

.resources-content-fundamentals-nederlands-beginner {
  display: flex;
  flex-direction: row;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
}

.resources-text-fundamentals-nederlands-beginner {
  flex: 1 1 50%;
  max-width: 50%;
}

.resources-title-fundamentals-nederlands-beginner {
  font-size: clamp(1.5rem, 4vw + 0.5rem, 2.75rem);
  font-weight: 700;
  color: var(--color-text-primary);
  margin-bottom: var(--space-md);
  line-height: 1.2;
}

.resources-intro-fundamentals-nederlands-beginner {
  font-size: clamp(0.875rem, 1vw + 0.5rem, 1.125rem);
  color: var(--color-text-secondary);
  line-height: 1.7;
  margin-bottom: var(--space-lg);
}

.resources-list-fundamentals-nederlands-beginner {
  display: flex;
  flex-direction: column;
  gap: var(--space-lg);
}

.resource-item-fundamentals-nederlands-beginner {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.resource-name-fundamentals-nederlands-beginner {
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 600;
  color: var(--color-text-primary);
  margin: 0;
  line-height: 1.3;
}

.resource-description-fundamentals-nederlands-beginner {
  font-size: clamp(0.875rem, 1vw + 0.5rem, 1rem);
  color: var(--color-text-secondary);
  line-height: 1.6;
  margin: 0;
}

.resources-image-fundamentals-nederlands-beginner {
  flex: 1 1 50%;
  max-width: 50%;
}

.resources-img-fundamentals-nederlands-beginner {
  max-width: 100%;
  height: auto;
  border-radius: var(--radius-xl);
  display: block;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.featured-quote-fundamentals-nederlands-beginner {
  margin: clamp(2rem, 5vw, 4rem) 0;
  padding: clamp(1.5rem, 3vw, 2.5rem) clamp(1.5rem, 3vw, 2.5rem);
  border-left: 4px solid var(--color-primary);
  background: var(--color-bg-secondary);
  border-radius: var(--radius-lg);
}

.quote-text-fundamentals-nederlands-beginner {
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  color: var(--color-text-primary);
  font-style: italic;
  line-height: 1.6;
  margin: 0 0 var(--space-md) 0;
}

.quote-attribution-fundamentals-nederlands-beginner {
  font-size: 0.9375rem;
  color: var(--color-text-secondary);
  font-style: normal;
  display: block;
}

.conclusion-section-fundamentals-nederlands-beginner {
  background: var(--color-bg-secondary);
  padding: clamp(3rem, 8vw, 6rem) 0;
  position: relative;
  overflow: hidden;
}

.conclusion-content-fundamentals-nederlands-beginner {
  max-width: 700px;
}

.conclusion-title-fundamentals-nederlands-beginner {
  font-size: clamp(1.5rem, 4vw + 0.5rem, 2.75rem);
  font-weight: 700;
  color: var(--color-text-primary);
  margin-bottom: var(--space-lg);
  line-height: 1.2;
}

.conclusion-text-fundamentals-nederlands-beginner {
  font-size: clamp(0.875rem, 1vw + 0.5rem, 1.125rem);
  color: var(--color-text-secondary);
  line-height: 1.7;
  margin-bottom: var(--space-lg);
}

.cta-box-fundamentals-nederlands-beginner {
  background: linear-gradient(135deg, var(--color-primary), var(--color-accent-alt));
  padding: clamp(2rem, 5vw, 3rem);
  border-radius: var(--radius-lg);
  text-align: center;
  color: #ffffff;
  margin-top: var(--space-2xl);
}

.cta-title-fundamentals-nederlands-beginner {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 700;
  color: #ffffff;
  margin-bottom: var(--space-sm);
  line-height: 1.3;
}

.cta-text-fundamentals-nederlands-beginner {
  font-size: clamp(0.875rem, 1vw + 0.5rem, 1rem);
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.6;
  margin-bottom: var(--space-lg);
}

.cta-button-fundamentals-nederlands-beginner {
  display: inline-block;
  padding: clamp(0.75rem, 1.5vw, 1rem) clamp(1.5rem, 3vw, 2.5rem);
  background: #ffffff;
  color: var(--color-primary);
  font-weight: 600;
  border-radius: var(--radius-md);
  text-decoration: none;
  font-size: clamp(0.875rem, 1vw + 0.5rem, 1rem);
  transition: all 0.3s ease;
}

.cta-button-fundamentals-nederlands-beginner:hover {
  background: #f0f0f0;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.disclaimer-section-fundamentals-nederlands-beginner {
  background: var(--color-bg-primary);
  padding: clamp(2.5rem, 6vw, 4rem) 0;
  position: relative;
  overflow: hidden;
}

.disclaimer-content-fundamentals-nederlands-beginner {
  max-width: 800px;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  background: var(--color-bg-secondary);
  border-left: 3px solid var(--color-accent-alt);
  border-radius: var(--radius-lg);
}

.disclaimer-title-fundamentals-nederlands-beginner {
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 600;
  color: var(--color-text-primary);
  margin-bottom: var(--space-md);
  line-height: 1.3;
}

.disclaimer-text-fundamentals-nederlands-beginner {
  font-size: clamp(0.8125rem, 0.9vw, 0.9375rem);
  color: var(--color-text-secondary);
  line-height: 1.6;
  margin: 0;
}

.related-section-fundamentals-nederlands-beginner {
  background: var(--color-bg-secondary);
  padding: clamp(3rem, 8vw, 6rem) 0;
  position: relative;
  overflow: hidden;
}

.related-header-fundamentals-nederlands-beginner {
  text-align: center;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.related-title-fundamentals-nederlands-beginner {
  font-size: clamp(1.75rem, 4vw + 0.5rem, 2.75rem);
  font-weight: 700;
  color: var(--color-text-primary);
  margin-bottom: var(--space-sm);
  line-height: 1.2;
}

.related-subtitle-fundamentals-nederlands-beginner {
  font-size: clamp(0.875rem, 1vw + 0.5rem, 1.125rem);
  color: var(--color-text-secondary);
  line-height: 1.6;
}

.related-cards-fundamentals-nederlands-beginner {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1.5rem, 3vw, 2.5rem);
  justify-content: center;
}

.related-card-fundamentals-nederlands-beginner {
  flex: 1 1 300px;
  max-width: 380px;
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
  padding: 0;
  background: transparent;
  border: none;
  border-radius: var(--radius-lg);
  transition: all 0.3s ease;
  overflow: hidden;
}

.related-card-fundamentals-nederlands-beginner:hover {
  transform: translateY(-5px);
}

.related-card-image-fundamentals-nederlands-beginner {
  width: 100%;
  height: 240px;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--color-bg-card);
}

.related-card-image-fundamentals-nederlands-beginner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.related-card-fundamentals-nederlands-beginner:hover .related-card-image-fundamentals-nederlands-beginner img {
  transform: scale(1.05);
}

.related-card-title-fundamentals-nederlands-beginner {
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 600;
  color: var(--color-text-primary);
  margin: 0;
  line-height: 1.3;
}

.related-card-description-fundamentals-nederlands-beginner {
  font-size: clamp(0.875rem, 1vw + 0.5rem, 1rem);
  color: var(--color-text-secondary);
  line-height: 1.6;
  margin: 0;
  flex-grow: 1;
}

.related-card-link-fundamentals-nederlands-beginner {
  display: inline-flex;
  align-items: center;
  color: var(--color-primary);
  text-decoration: none;
  font-weight: 500;
  font-size: clamp(0.875rem, 1vw, 0.9375rem);
  transition: all 0.3s ease;
  width: fit-content;
}

.related-card-link-fundamentals-nederlands-beginner:hover {
  color: var(--color-secondary);
  gap: 0.5rem;
}

@media (max-width: 768px) {
  .hero-content-fundamentals-nederlands-beginner,
  .introduction-content-fundamentals-nederlands-beginner,
  .essentials-content-fundamentals-nederlands-beginner,
  .grammar-content-fundamentals-nederlands-beginner,
  .resources-content-fundamentals-nederlands-beginner {
    flex-direction: column;
  }

  .hero-text-block-fundamentals-nederlands-beginner,
  .hero-image-block-fundamentals-nederlands-beginner,
  .introduction-text-fundamentals-nederlands-beginner,
  .introduction-image-fundamentals-nederlands-beginner,
  .essentials-text-fundamentals-nederlands-beginner,
  .essentials-image-fundamentals-nederlands-beginner,
  .grammar-image-fundamentals-nederlands-beginner,
  .grammar-text-fundamentals-nederlands-beginner,
  .resources-text-fundamentals-nederlands-beginner,
  .resources-image-fundamentals-nederlands-beginner {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .grammar-image-fundamentals-nederlands-beginner {
    order: 0;
  }

  .step-card-fundamentals-nederlands-beginner {
    flex-direction: column;
    gap: var(--space-md);
  }

  .step-number-fundamentals-nederlands-beginner {
    min-width: auto;
  }

  .strategy-card-fundamentals-nederlands-beginner {
    flex: 1 1 100%;
    max-width: none;
  }

  .related-card-fundamentals-nederlands-beginner {
    flex: 1 1 100%;
    max-width: none;
  }

  .article-meta-fundamentals-nederlands-beginner {
    flex-direction: column;
    gap: var(--space-sm);
  }

  .meta-badge-fundamentals-nederlands-beginner {
    justify-content: flex-start;
  }
}

@media (max-width: 480px) {
  .breadcrumbs-fundamentals-nederlands-beginner {
    font-size: 0.75rem;
  }

  .step-card-fundamentals-nederlands-beginner {
    padding: var(--space-md);
  }

  .expressions-list-fundamentals-nederlands-beginner {
    gap: var(--space-sm);
  }

  .expression-item-fundamentals-Nederlands-beginner {
    padding: var(--space-sm);
  }
}

.main-conversatie-uitspraak-training {
  width: 100%;
}

.hero-section-conversatie-uitspraak-training {
  background: #0c1929;
  padding: clamp(3rem, 8vw, 6rem) 0;
  position: relative;
  overflow: hidden;
}

.hero-content-conversatie-uitspraak-training {
  display: flex;
  flex-direction: row;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
}

.hero-text-block-conversatie-uitspraak-training {
  flex: 1 1 50%;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.hero-image-block-conversatie-uitspraak-training {
  flex: 1 1 50%;
  max-width: 50%;
}

.hero-title-conversatie-uitspraak-training {
  font-size: clamp(1.75rem, 5vw + 1rem, 3.5rem);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.15;
}

.hero-subtitle-conversatie-uitspraak-training {
  font-size: clamp(1rem, 2vw + 0.5rem, 1.25rem);
  color: #bfdbfe;
  line-height: 1.6;
}

.hero-meta-conversatie-uitspraak-training {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 0.5rem 0;
}

.meta-badge-conversatie-uitspraak-training {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: rgba(59, 130, 246, 0.15);
  border-radius: 20px;
  font-size: 0.875rem;
  color: #bfdbfe;
}

.meta-badge-conversatie-uitspraak-training i {
  font-size: 0.875rem;
}

.hero-cta-conversatie-uitspraak-training {
  display: flex;
  gap: 1rem;
  margin-top: 0.5rem;
}

.hero-image-conversatie-uitspraak-training {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
  object-fit: cover;
}

@media (max-width: 768px) {
  .hero-content-conversatie-uitspraak-training {
    flex-direction: column;
  }

  .hero-text-block-conversatie-uitspraak-training,
  .hero-image-block-conversatie-uitspraak-training {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.breadcrumbs-conversatie-uitspraak-training {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 2rem;
  font-size: clamp(0.8rem, 1vw, 0.9rem);
}

.breadcrumb-link-conversatie-uitspraak-training {
  color: #60a5fa;
  transition: color 0.3s ease;
}

.breadcrumb-link-conversatie-uitspraak-training:hover {
  color: #bfdbfe;
}

.breadcrumb-separator-conversatie-uitspraak-training {
  color: #475569;
}

.breadcrumb-current-conversatie-uitspraak-training {
  color: #94a3b8;
}

.intro-section-conversatie-uitspraak-training {
  background: #f8fafc;
  padding: clamp(3rem, 8vw, 6rem) 0;
  overflow: hidden;
}

.intro-wrapper-conversatie-uitspraak-training {
  display: flex;
  flex-direction: row;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
}

.intro-text-conversatie-uitspraak-training {
  flex: 1 1 50%;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.intro-image-conversatie-uitspraak-training {
  flex: 1 1 50%;
  max-width: 50%;
}

.intro-title-conversatie-uitspraak-training {
  font-size: clamp(1.5rem, 4vw + 0.5rem, 2.75rem);
  font-weight: 700;
  color: #0f172a;
  line-height: 1.2;
}

.intro-description-conversatie-uitspraak-training {
  font-size: clamp(0.875rem, 1vw + 0.5rem, 1.125rem);
  color: #475569;
  line-height: 1.7;
}

.intro-image-img-conversatie-uitspraak-training {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
  object-fit: cover;
}

@media (max-width: 768px) {
  .intro-wrapper-conversatie-uitspraak-training {
    flex-direction: column;
  }

  .intro-text-conversatie-uitspraak-training,
  .intro-image-conversatie-uitspraak-training {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.process-section-conversatie-uitspraak-training {
  background: #0c1929;
  padding: clamp(3rem, 8vw, 6rem) 0;
  overflow: hidden;
}

.process-header-conversatie-uitspraak-training {
  text-align: center;
  margin-bottom: 3rem;
}

.process-tag-conversatie-uitspraak-training {
  display: inline-block;
  padding: 0.375rem 1rem;
  background: rgba(59, 130, 246, 0.15);
  color: #60a5fa;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.process-title-conversatie-uitspraak-training {
  font-size: clamp(1.5rem, 4vw + 0.5rem, 2.75rem);
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
}

.process-subtitle-conversatie-uitspraak-training {
  font-size: clamp(0.875rem, 1vw + 0.5rem, 1.125rem);
  color: #bfdbfe;
  max-width: 600px;
  margin: 0 auto;
}

.process-steps-conversatie-uitspraak-training {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.process-step-conversatie-uitspraak-training {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 2rem;
  padding: 2rem;
  background: rgba(59, 130, 246, 0.08);
  border-radius: 12px;
  border: 1px solid rgba(59, 130, 246, 0.2);
}

.process-step-number-conversatie-uitspraak-training {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1;
  color: #60a5fa;
  flex-shrink: 0;
  min-width: 70px;
}

.process-step-content-conversatie-uitspraak-training {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.process-step-title-conversatie-uitspraak-training {
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 600;
  color: #ffffff;
}

.process-step-text-conversatie-uitspraak-training {
  font-size: clamp(0.875rem, 1vw + 0.5rem, 1rem);
  line-height: 1.6;
  color: #bfdbfe;
}

@media (max-width: 768px) {
  .process-step-conversatie-uitspraak-training {
    flex-direction: column;
    gap: 1rem;
  }

  .process-step-number-conversatie-uitspraak-training {
    min-width: auto;
  }
}

.techniques-section-conversatie-uitspraak-training {
  background: #ffffff;
  padding: clamp(3rem, 8vw, 6rem) 0;
  overflow: hidden;
}

.techniques-wrapper-conversatie-uitspraak-training {
  display: flex;
  flex-direction: row;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
}

.techniques-image-conversatie-uitspraak-training {
  flex: 1 1 50%;
  max-width: 50%;
}

.techniques-text-conversatie-uitspraak-training {
  flex: 1 1 50%;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.techniques-title-conversatie-uitspraak-training {
  font-size: clamp(1.5rem, 4vw + 0.5rem, 2.75rem);
  font-weight: 700;
  color: #0f172a;
  line-height: 1.2;
}

.techniques-image-img-conversatie-uitspraak-training {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
  object-fit: cover;
}

.techniques-highlight-conversatie-uitspraak-training {
  padding: 2rem;
  background: #f1f5f9;
  border-left: 4px solid #3b82f6;
  border-radius: 8px;
}

.techniques-highlight-text-conversatie-uitspraak-training {
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: #1e293b;
  font-style: italic;
  line-height: 1.6;
}

.techniques-list-conversatie-uitspraak-training {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.techniques-list-item-conversatie-uitspraak-training {
  font-size: clamp(0.875rem, 1vw + 0.5rem, 1.125rem);
  color: #334155;
  line-height: 1.6;
  padding-left: 1.5rem;
  position: relative;
}

.techniques-list-item-conversatie-uitspraak-training::before {
  content: "";
  position: absolute;
  left: 0;
  color: #3b82f6;
  font-weight: bold;
}

@media (max-width: 768px) {
  .techniques-wrapper-conversatie-uitspraak-training {
    flex-direction: column;
  }

  .techniques-image-conversatie-uitspraak-training,
  .techniques-text-conversatie-uitspraak-training {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.features-section-conversatie-uitspraak-training {
  background: #f8fafc;
  padding: clamp(3rem, 8vw, 6rem) 0;
  overflow: hidden;
}

.features-header-conversatie-uitspraak-training {
  text-align: center;
  margin-bottom: 3rem;
}

.features-tag-conversatie-uitspraak-training {
  display: inline-block;
  padding: 0.375rem 1rem;
  background: rgba(59, 130, 246, 0.1);
  color: #3b82f6;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.features-title-conversatie-uitspraak-training {
  font-size: clamp(1.5rem, 4vw + 0.5rem, 2.75rem);
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 1rem;
}

.features-subtitle-conversatie-uitspraak-training {
  font-size: clamp(0.875rem, 1vw + 0.5rem, 1.125rem);
  color: #64748b;
  max-width: 600px;
  margin: 0 auto;
}

.features-cards-conversatie-uitspraak-training {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1.5rem, 3vw, 2rem);
}

.features-card-conversatie-uitspraak-training {
  flex: 1 1 300px;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  transition: all 0.3s ease;
}

.features-card-conversatie-uitspraak-training:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  border-color: #3b82f6;
}

.features-card-icon-conversatie-uitspraak-training {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eff6ff;
  color: #3b82f6;
  border-radius: 10px;
  font-size: 1.5rem;
}

.features-card-title-conversatie-uitspraak-training {
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  font-weight: 600;
  color: #1e293b;
}

.features-card-text-conversatie-uitspraak-training {
  font-size: clamp(0.875rem, 1vw + 0.5rem, 1rem);
  line-height: 1.6;
  color: #64748b;
}

@media (max-width: 768px) {
  .features-card-conversatie-uitspraak-training {
    flex: 1 1 100%;
    max-width: none;
  }
}

.resources-section-conversatie-uitspraak-training {
  background: #0c1929;
  padding: clamp(3rem, 8vw, 6rem) 0;
  overflow: hidden;
}

.resources-wrapper-conversatie-uitspraak-training {
  display: flex;
  flex-direction: row;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
}

.resources-text-conversatie-uitspraak-training {
  flex: 1 1 50%;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.resources-image-conversatie-uitspraak-training {
  flex: 1 1 50%;
  max-width: 50%;
}

.resources-title-conversatie-uitspraak-training {
  font-size: clamp(1.5rem, 4vw + 0.5rem, 2.75rem);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
}

.resources-description-conversatie-uitspraak-training {
  font-size: clamp(0.875rem, 1vw + 0.5rem, 1.125rem);
  color: #bfdbfe;
  line-height: 1.7;
}

.resources-items-conversatie-uitspraak-training {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.resources-item-conversatie-uitspraak-training {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1.5rem;
  background: rgba(59, 130, 246, 0.08);
  border-radius: 8px;
  border-left: 3px solid #60a5fa;
}

.resources-item-title-conversatie-uitspraak-training {
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-weight: 600;
  color: #ffffff;
}

.resources-item-text-conversatie-uitspraak-training {
  font-size: clamp(0.875rem, 1vw + 0.5rem, 1rem);
  color: #bfdbfe;
  line-height: 1.6;
}

.resources-image-img-conversatie-uitspraak-training {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
  object-fit: cover;
}

@media (max-width: 768px) {
  .resources-wrapper-conversatie-uitspraak-training {
    flex-direction: column;
  }

  .resources-text-conversatie-uitspraak-training,
  .resources-image-conversatie-uitspraak-training {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.cta-section-conversatie-uitspraak-training {
  background: #f8fafc;
  padding: clamp(3rem, 8vw, 6rem) 0;
  overflow: hidden;
}

.cta-box-conversatie-uitspraak-training {
  background: linear-gradient(135deg, #3b82f6 0%, #06b6d4 100%);
  padding: clamp(2.5rem, 6vw, 4rem);
  border-radius: 16px;
  text-align: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
}

.cta-title-conversatie-uitspraak-training {
  font-size: clamp(1.5rem, 4vw + 0.5rem, 2.5rem);
  font-weight: 700;
  color: #ffffff;
}

.cta-description-conversatie-uitspraak-training {
  font-size: clamp(0.875rem, 1vw + 0.5rem, 1.125rem);
  color: #ffffff;
  max-width: 600px;
  line-height: 1.6;
  opacity: 0.95;
}

.cta-box-conversatie-uitspraak-training .btn {
  margin-top: 1rem;
  background: #ffffff;
  color: #3b82f6;
  font-weight: 600;
}

.cta-box-conversatie-uitspraak-training .btn:hover {
  background: #f1f5f9;
  transform: translateY(-2px);
}

.disclaimer-section-conversatie-uitspraak-training {
  background: #ffffff;
  padding: clamp(3rem, 8vw, 6rem) 0;
  overflow: hidden;
}

.disclaimer-box-conversatie-uitspraak-training {
  padding: clamp(2rem, 4vw, 3rem);
  background: #f1f5f9;
  border-left: 4px solid #3b82f6;
  border-radius: 8px;
}

.disclaimer-title-conversatie-uitspraak-training {
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 1rem;
}

.disclaimer-text-conversatie-uitspraak-training {
  font-size: clamp(0.875rem, 1vw + 0.5rem, 1rem);
  color: #475569;
  line-height: 1.7;
}

.related-section-conversatie-uitspraak-training {
  background: #f8fafc;
  padding: clamp(3rem, 8vw, 6rem) 0;
  overflow: hidden;
}

.related-header-conversatie-uitspraak-training {
  text-align: center;
  margin-bottom: 3rem;
}

.related-title-conversatie-uitspraak-training {
  font-size: clamp(1.5rem, 4vw + 0.5rem, 2.75rem);
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 1rem;
}

.related-subtitle-conversatie-uitspraak-training {
  font-size: clamp(0.875rem, 1vw + 0.5rem, 1.125rem);
  color: #64748b;
  max-width: 600px;
  margin: 0 auto;
}

.related-cards-conversatie-uitspraak-training {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1.5rem, 3vw, 2rem);
}

.related-card-conversatie-uitspraak-training {
  flex: 1 1 300px;
  max-width: 400px;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}

.related-card-conversatie-uitspraak-training:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  border-color: #3b82f6;
}

.related-card-content-conversatie-uitspraak-training {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
}

.related-card-title-conversatie-uitspraak-training {
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  font-weight: 600;
  color: #1e293b;
}

.related-card-text-conversatie-uitspraak-training {
  font-size: clamp(0.875rem, 1vw + 0.5rem, 1rem);
  color: #64748b;
  line-height: 1.6;
  flex-grow: 1;
}

.related-card-arrow-conversatie-uitspraak-training {
  color: #3b82f6;
  font-weight: 600;
  transition: transform 0.3s ease;
  align-self: flex-start;
}

.related-card-conversatie-uitspraak-training:hover .related-card-arrow-conversatie-uitspraak-training {
  transform: translateX(4px);
}

@media (max-width: 768px) {
  .related-card-conversatie-uitspraak-training {
    flex: 1 1 100%;
    max-width: none;
  }
}

@media (max-width: 480px) {
  .hero-meta-conversatie-uitspraak-training {
    flex-direction: column;
    gap: 0.75rem;
  }

  .meta-badge-conversatie-uitspraak-training {
    width: 100%;
    justify-content: flex-start;
  }
}

.main-nederlands-professionals {
  width: 100%;
}

.main-nederlands-professionals section {
  width: 100%;
  overflow: hidden;
}

.container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 clamp(1rem, 5vw, 2rem);
}

.hero-section-nederlands-professionals {
  background: linear-gradient(135deg, #0c1929 0%, #162d50 100%);
  padding: clamp(3rem, 8vw, 6rem) 0;
  position: relative;
  overflow: hidden;
}

.hero-section-nederlands-professionals::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 400px;
  height: 400px;
  background: rgba(59, 130, 246, 0.1);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.breadcrumbs-nederlands-professionals {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 2rem;
  font-size: clamp(0.75rem, 1vw, 0.875rem);
}

.breadcrumb-link-nederlands-professionals {
  color: #60a5fa;
  transition: color 0.3s ease;
}

.breadcrumb-link-nederlands-professionals:hover {
  color: #38bdf8;
}

.breadcrumb-separator-nederlands-professionals {
  color: #475569;
}

.breadcrumb-current-nederlands-professionals {
  color: #cbd5e1;
}

.hero-content-nederlands-professionals {
  display: flex;
  flex-direction: row;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero-text-block-nederlands-professionals {
  flex: 1 1 50%;
  max-width: 50%;
}

.hero-image-block-nederlands-professionals {
  flex: 1 1 50%;
  max-width: 50%;
}

.hero-title-nederlands-professionals {
  font-size: clamp(2rem, 5vw + 0.5rem, 3.5rem);
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
  line-height: 1.15;
}

.hero-subtitle-nederlands-professionals {
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  color: #60a5fa;
  font-weight: 600;
  margin-bottom: 1rem;
}

.hero-description-nederlands-professionals {
  font-size: clamp(0.9375rem, 1vw + 0.5rem, 1.125rem);
  color: #bfdbfe;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.hero-meta-nederlands-professionals {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
}

.meta-badge-nederlands-professionals {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: rgba(96, 165, 250, 0.15);
  border-radius: 20px;
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  color: #bfdbfe;
}

.meta-badge-nederlands-professionals i {
  color: #3b82f6;
}

.hero-cta-buttons-nederlands-professionals {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.hero-image-nederlands-professionals {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
  .hero-content-nederlands-professionals {
    flex-direction: column;
  }

  .hero-text-block-nederlands-professionals,
  .hero-image-block-nederlands-professionals {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.intro-section-nederlands-professionals {
  background: #ffffff;
  padding: clamp(3rem, 8vw, 6rem) 0;
  position: relative;
  overflow: hidden;
}

.intro-content-nederlands-professionals {
  display: flex;
  flex-direction: row;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
}

.intro-text-block-nederlands-professionals {
  flex: 1 1 50%;
  max-width: 50%;
}

.intro-image-block-nederlands-professionals {
  flex: 1 1 50%;
  max-width: 50%;
}

.intro-title-nederlands-professionals {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.intro-description-nederlands-professionals {
  font-size: clamp(0.9375rem, 1vw + 0.5rem, 1.125rem);
  color: #374151;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.intro-text-Nederlands-professionals {
  font-size: clamp(0.9375rem, 1vw + 0.5rem, 1.125rem);
  color: #475569;
  line-height: 1.7;
}

.intro-image-nederlands-professionals {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .intro-content-nederlands-professionals {
    flex-direction: column;
  }

  .intro-text-block-nederlands-professionals,
  .intro-image-block-nederlands-professionals {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.benefits-section-nederlands-professionals {
  background: #f8fafc;
  padding: clamp(3rem, 8vw, 6rem) 0;
  position: relative;
  overflow: hidden;
}

.section-header-nederlands-professionals {
  text-align: center;
  margin-bottom: 3rem;
}

.section-tag-nederlands-professionals {
  display: inline-block;
  padding: 0.375rem 1rem;
  background: rgba(59, 130, 246, 0.1);
  color: #3b82f6;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.benefits-title-nederlands-professionals {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 1rem;
}

.benefits-subtitle-nederlands-professionals {
  font-size: clamp(0.9375rem, 1vw + 0.5rem, 1.125rem);
  color: #64748b;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.benefits-cards-nederlands-professionals {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1rem, 3vw, 2rem);
}

.benefits-card-nederlands-professionals {
  flex: 1 1 280px;
  max-width: 350px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: clamp(1.5rem, 3vw, 2rem);
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.benefits-card-nederlands-professionals:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.benefits-card-icon-nederlands-professionals {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eff6ff;
  border-radius: 10px;
  color: #3b82f6;
  font-size: 1.5rem;
}

.benefits-card-title-nederlands-professionals {
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 600;
  color: #1e293b;
}

.benefits-card-text-nederlands-professionals {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #64748b;
}

@media (max-width: 768px) {
  .benefits-card-nederlands-professionals {
    flex: 1 1 100%;
    max-width: none;
  }
}

.structure-section-nederlands-professionals {
  background: #0c1929;
  padding: clamp(3rem, 8vw, 6rem) 0;
  position: relative;
  overflow: hidden;
}

.structure-section-nederlands-professionals::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 350px;
  height: 350px;
  background: rgba(6, 182, 212, 0.1);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.structure-content-nederlands-professionals {
  display: flex;
  flex-direction: row;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
  position: relative;
  z-index: 1;
}

.structure-text-block-nederlands-professionals {
  flex: 1 1 50%;
  max-width: 50%;
}

.structure-image-block-nederlands-professionals {
  flex: 1 1 50%;
  max-width: 50%;
}

.structure-title-nederlands-professionals {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.structure-description-nederlands-professionals {
  font-size: clamp(0.9375rem, 1vw + 0.5rem, 1.125rem);
  color: #bfdbfe;
  line-height: 1.7;
  margin-bottom: 2rem;
}

.structure-steps-nederlands-professionals {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.structure-step-nederlands-professionals {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  align-items: flex-start;
}

.structure-step-number-nederlands-professionals {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: #3b82f6;
  line-height: 1;
  flex-shrink: 0;
  min-width: 60px;
}

.structure-step-content-nederlands-professionals {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.structure-step-title-nederlands-professionals {
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 600;
  color: #ffffff;
}

.structure-step-text-nederlands-professionals {
  font-size: clamp(0.875rem, 1vw, 1rem);
  line-height: 1.6;
  color: #cbd5e1;
}

.structure-image-nederlands-professionals {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
  .structure-content-nederlands-professionals {
    flex-direction: column;
  }

  .structure-text-block-nederlands-professionals,
  .structure-image-block-nederlands-professionals {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .structure-step-number-nederlands-professionals {
    min-width: 50px;
  }
}

.quote-section-nederlands-professionals {
  background: #162d50;
  padding: clamp(3rem, 8vw, 6rem) 0;
  position: relative;
  overflow: hidden;
}

.featured-quote-nederlands-professionals {
  padding: clamp(2rem, 4vw, 3rem);
  border-left: 4px solid #3b82f6;
  background: rgba(59, 130, 246, 0.08);
  border-radius: 8px;
  max-width: 800px;
  margin: 0 auto;
}

.quote-text-nederlands-professionals {
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  color: #ffffff;
  font-style: italic;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.quote-author-nederlands-professionals {
  font-size: clamp(0.875rem, 1vw, 1rem);
  color: #cbd5e1;
  font-style: normal;
  display: block;
}

.implementation-section-nederlands-professionals {
  background: #ffffff;
  padding: clamp(3rem, 8vw, 6rem) 0;
  position: relative;
  overflow: hidden;
}

.implementation-content-nederlands-professionals {
  display: flex;
  flex-direction: row;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
}

.implementation-image-block-nederlands-professionals {
  flex: 1 1 50%;
  max-width: 50%;
  order: -1;
}

.implementation-text-block-nederlands-professionals {
  flex: 1 1 50%;
  max-width: 50%;
}

.implementation-image-nederlands-professionals {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.implementation-title-nederlands-professionals {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.implementation-description-nederlands-professionals {
  font-size: clamp(0.9375rem, 1vw + 0.5rem, 1.125rem);
  color: #374151;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.implementation-list-nederlands-professionals {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.implementation-list-item-nederlands-professionals {
  font-size: clamp(0.9375rem, 1vw + 0.5rem, 1.125rem);
  color: #475569;
  line-height: 1.7;
  padding-left: 1.5rem;
  position: relative;
}

.implementation-list-item-nederlands-professionals::before {
  content: '';
  position: absolute;
  left: 0;
  color: #3b82f6;
  font-weight: bold;
  font-size: 1.125rem;
}

@media (max-width: 768px) {
  .implementation-content-nederlands-professionals {
    flex-direction: column;
  }

  .implementation-image-block-nederlands-professionals,
  .implementation-text-block-nederlands-professionals {
    flex: 1 1 100%;
    max-width: 100%;
    order: initial;
  }
}

.resources-section-nederlands-professionals {
  background: #f8fafc;
  padding: clamp(3rem, 8vw, 6rem) 0;
  position: relative;
  overflow: hidden;
}

.resources-title-nederlands-professionals {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 1rem;
}

.resources-subtitle-nederlands-professionals {
  font-size: clamp(0.9375rem, 1vw + 0.5rem, 1.125rem);
  color: #64748b;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.resources-cards-nederlands-professionals {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1rem, 3vw, 2rem);
  margin-top: 3rem;
}

.resources-card-nederlands-professionals {
  flex: 1 1 280px;
  max-width: 350px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: clamp(1.5rem, 3vw, 2rem);
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.resources-card-nederlands-professionals:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.resources-card-icon-nederlands-professionals {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eff6ff;
  border-radius: 10px;
  color: #3b82f6;
  font-size: 1.5rem;
}

.resources-card-title-nederlands-professionals {
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 600;
  color: #1e293b;
}

.resources-card-text-nederlands-professionals {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #64748b;
}

@media (max-width: 768px) {
  .resources-card-nederlands-professionals {
    flex: 1 1 100%;
    max-width: none;
  }
}

.conclusion-section-nederlands-professionals {
  background: #0c1929;
  padding: clamp(3rem, 8vw, 6rem) 0;
  position: relative;
  overflow: hidden;
}

.conclusion-section-nederlands-professionals::before {
  content: '';
  position: absolute;
  top: 50%;
  right: -20%;
  width: 500px;
  height: 500px;
  background: rgba(59, 130, 246, 0.08);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  transform: translateY(-50%);
}

.conclusion-content-nederlands-professionals {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.conclusion-title-nederlands-professionals {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1.5rem;
  text-align: center;
  line-height: 1.2;
}

.conclusion-description-nederlands-professionals {
  font-size: clamp(0.9375rem, 1vw + 0.5rem, 1.125rem);
  color: #bfdbfe;
  line-height: 1.7;
  margin-bottom: 1rem;
  text-align: center;
}

.conclusion-text-nederlands-professionals {
  font-size: clamp(0.9375rem, 1vw + 0.5rem, 1.125rem);
  color: #cbd5e1;
  line-height: 1.7;
  margin-bottom: 2rem;
  text-align: center;
}

.conclusion-cta-box-nederlands-professionals {
  background: linear-gradient(135deg, #3b82f6, #06b6d4);
  padding: clamp(2rem, 4vw, 3rem);
  border-radius: 12px;
  text-align: center;
  margin-top: 2rem;
}

.cta-box-title-nederlands-professionals {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.5rem;
}

.cta-box-description-nederlands-professionals {
  font-size: clamp(0.9375rem, 1vw, 1.125rem);
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.related-section-nederlands-professionals {
  background: #f8fafc;
  padding: clamp(3rem, 8vw, 6rem) 0;
  position: relative;
  overflow: hidden;
}

.related-title-nederlands-professionals {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 0.5rem;
}

.related-subtitle-nederlands-professionals {
  font-size: clamp(0.9375rem, 1vw + 0.5rem, 1.125rem);
  color: #64748b;
  max-width: 600px;
  margin: 0 auto 2rem;
  line-height: 1.6;
}

.related-cards-nederlands-professionals {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1.5rem, 3vw, 2.5rem);
}

.related-card-nederlands-professionals {
  flex: 1 1 300px;
  max-width: 400px;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.related-card-nederlands-professionals:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.related-card-image-nederlands-professionals {
  width: 100%;
  height: 220px;
  overflow: hidden;
  background: #e2e8f0;
}

.related-card-image-nederlands-professionals img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.related-card-content-nederlands-professionals {
  padding: clamp(1.25rem, 3vw, 1.75rem);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  flex: 1;
}

.related-card-title-nederlands-professionals {
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-weight: 600;
  color: #1e293b;
  line-height: 1.4;
}

.related-card-description-nederlands-professionals {
  font-size: clamp(0.875rem, 1vw, 0.95rem);
  color: #64748b;
  line-height: 1.5;
  flex: 1;
}

.related-card-link-nederlands-professionals {
  color: #3b82f6;
  font-weight: 500;
  transition: color 0.3s ease;
  align-self: flex-start;
  margin-top: 0.5rem;
}

.related-card-link-nederlands-professionals:hover {
  color: #2563eb;
}

@media (max-width: 768px) {
  .related-card-nederlands-professionals {
    flex: 1 1 100%;
    max-width: none;
  }
}

.disclaimer-section-nederlands-professionals {
  background: #0f172a;
  padding: clamp(2rem, 6vw, 4rem) 0;
  position: relative;
  overflow: hidden;
}

.disclaimer-content-nederlands-professionals {
  max-width: 900px;
  margin: 0 auto;
}

.disclaimer-title-nederlands-professionals {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
}

.disclaimer-text-nederlands-professionals {
  font-size: clamp(0.8125rem, 1vw, 0.95rem);
  color: #cbd5e1;
  line-height: 1.7;
}

@media (max-width: 768px) {
  .hero-section-Nederlands-professionals::before {
    display: none;
  }

  .structure-section-nederlands-professionals::after {
    display: none;
  }

  .conclusion-section-nederlands-professionals::before {
    display: none;
  }
}

.main-nederlandse-cultuur-taal-integratie {
  width: 100%;
  background: var(--color-bg-primary);
}

.breadcrumbs-nederlandse-cultuur-taal-integratie {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 2rem;
  font-size: clamp(0.75rem, 1vw, 0.875rem);
}

.breadcrumb-link-nederlandse-cultuur-taal-integratie {
  color: var(--color-secondary);
  text-decoration: none;
  transition: color 0.2s ease;
}

.breadcrumb-link-nederlandse-cultuur-taal-integratie:hover {
  color: var(--color-primary);
}

.breadcrumb-separator-nederlandse-cultuur-taal-integratie {
  color: var(--color-text-secondary);
  opacity: 0.6;
}

.breadcrumb-current-nederlandse-cultuur-taal-integratie {
  color: var(--color-text-muted);
}

.hero-section-nederlandse-cultuur-taal-integratie {
  padding: clamp(3rem, 8vw, 6rem) 0;
  background: var(--color-bg-primary);
  position: relative;
  overflow: hidden;
}

.hero-content-nederlandse-cultuur-taal-integratie {
  display: flex;
  flex-direction: row;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
}

.hero-text-wrapper-nederlandse-cultuur-taal-integratie {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.hero-title-nederlandse-cultuur-taal-integratie {
  font-size: clamp(2rem, 5vw + 0.5rem, 3.5rem);
  font-weight: 700;
  color: var(--color-text-primary);
  line-height: 1.15;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.hero-subtitle-nederlandse-cultuur-taal-integratie {
  font-size: clamp(1rem, 2vw + 0.5rem, 1.25rem);
  color: var(--color-text-secondary);
  line-height: 1.6;
}

.hero-meta-nederlandse-cultuur-taal-integratie {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.meta-badge-nederlandse-cultuur-taal-integratie {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: rgba(59, 130, 246, 0.15);
  border-radius: 20px;
  font-size: 0.875rem;
  color: var(--color-secondary);
}

.meta-badge-nederlandse-cultuur-taal-integratie i {
  font-size: 0.875rem;
}

.hero-image-wrapper-nederlandse-cultuur-taal-integratie {
  flex: 1 1 50%;
  max-width: 50%;
}

.hero-featured-image-nederlandse-cultuur-taal-integratie {
  width: 100%;
  height: auto;
  border-radius: var(--radius-lg);
  display: block;
  object-fit: cover;
}

@media (max-width: 768px) {
  .hero-content-nederlandse-cultuur-taal-integratie {
    flex-direction: column;
  }
  
  .hero-text-wrapper-nederlandse-cultuur-taal-integratie,
  .hero-image-wrapper-nederlandse-cultuur-taal-integratie {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.intro-section-nederlandse-cultuur-taal-integratie {
  padding: clamp(3rem, 8vw, 6rem) 0;
  background: var(--color-bg-secondary);
  overflow: hidden;
}

.intro-content-nederlandse-cultuur-taal-integratie {
  display: flex;
  flex-direction: row;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
}

.intro-text-block-nederlandse-cultuur-taal-integratie {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.intro-heading-nederlandse-cultuur-taal-integratie {
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  font-weight: 700;
  color: var(--color-text-primary);
  line-height: 1.2;
}

.intro-paragraph-nederlandse-cultuur-taal-integratie {
  font-size: clamp(0.9375rem, 1vw + 0.5rem, 1.125rem);
  color: var(--color-text-secondary);
  line-height: 1.7;
}

.intro-image-block-nederlandse-cultuur-taal-integratie {
  flex: 1 1 50%;
  max-width: 50%;
}

.intro-image-nederlandse-cultuur-taal-integratie {
  width: 100%;
  height: auto;
  border-radius: var(--radius-lg);
  display: block;
  object-fit: cover;
}

@media (max-width: 768px) {
  .intro-content-nederlandse-cultuur-taal-integratie {
    flex-direction: column;
  }
  
  .intro-text-block-nederlandse-cultuur-taal-integratie,
  .intro-image-block-nederlandse-cultuur-taal-integratie {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.culture-pillars-section-nederlandse-cultuur-taal-integratie {
  padding: clamp(3rem, 8vw, 6rem) 0;
  background: var(--color-bg-primary);
  overflow: hidden;
}

.section-header-nederlandse-cultuur-taal-integratie {
  text-align: center;
  margin-bottom: 3rem;
}

.section-tag-nederlandse-cultuur-taal-integratie {
  display: inline-block;
  padding: 0.375rem 1rem;
  background: rgba(59, 130, 246, 0.15);
  color: var(--color-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.culture-section-title-nederlandse-cultuur-taal-integratie {
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 700;
  color: var(--color-text-primary);
  margin-bottom: 1rem;
}

.culture-section-subtitle-nederlandse-cultuur-taal-integratie {
  font-size: clamp(0.9375rem, 1vw + 0.5rem, 1.125rem);
  color: var(--color-text-secondary);
  max-width: 600px;
  margin: 0 auto;
}

.pillars-grid-nederlandse-cultuur-taal-integratie {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1.5rem, 3vw, 2rem);
}

.pillar-card-nederlandse-cultuur-taal-integratie {
  flex: 1 1 280px;
  max-width: 350px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: clamp(1.5rem, 3vw, 2rem);
  background: rgba(59, 130, 246, 0.08);
  border: 1px solid rgba(59, 130, 246, 0.2);
  border-radius: var(--radius-lg);
  transition: all 0.3s ease;
}

.pillar-card-nederlandse-cultuur-taal-integratie:hover {
  background: rgba(59, 130, 246, 0.12);
  border-color: rgba(59, 130, 246, 0.4);
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.pillar-icon-nederlandse-cultuur-taal-integratie {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(59, 130, 246, 0.2);
  border-radius: var(--radius-md);
  color: var(--color-secondary);
  font-size: 1.5rem;
}

.pillar-title-nederlandse-cultuur-taal-integratie {
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  font-weight: 600;
  color: var(--color-text-primary);
}

.pillar-text-nederlandse-cultuur-taal-integratie {
  font-size: clamp(0.875rem, 1vw, 1rem);
  color: var(--color-text-secondary);
  line-height: 1.6;
}

@media (max-width: 768px) {
  .pillar-card-nederlandse-cultuur-taal-integratie {
    flex: 1 1 100%;
    max-width: none;
  }
}

.traditions-section-nederlandse-cultuur-taal-integratie {
  padding: clamp(3rem, 8vw, 6rem) 0;
  background: var(--color-bg-secondary);
  overflow: hidden;
}

.traditions-wrapper-nederlandse-cultuur-taal-integratie {
  display: flex;
  flex-direction: row;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
}

.traditions-text-block-nederlandse-cultuur-taal-integratie {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.traditions-title-nederlandse-cultuur-taal-integratie {
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  font-weight: 700;
  color: var(--color-text-primary);
  line-height: 1.2;
}

.traditions-paragraph-nederlandse-cultuur-taal-integratie {
  font-size: clamp(0.9375rem, 1vw + 0.5rem, 1.125rem);
  color: var(--color-text-secondary);
  line-height: 1.7;
}

.traditions-highlight-nederlandse-cultuur-taal-integratie {
  padding: 1.5rem;
  background: rgba(59, 130, 246, 0.1);
  border-left: 4px solid var(--color-secondary);
  border-radius: var(--radius-md);
}

.highlight-text-nederlandse-cultuur-taal-integratie {
  font-size: clamp(0.875rem, 1vw, 1rem);
  color: var(--color-text-secondary);
  margin: 0;
}

.traditions-image-block-nederlandse-cultuur-taal-integratie {
  flex: 1 1 50%;
  max-width: 50%;
}

.traditions-image-nederlandse-cultuur-taal-integratie {
  width: 100%;
  height: auto;
  border-radius: var(--radius-lg);
  display: block;
  object-fit: cover;
}

@media (max-width: 768px) {
  .traditions-wrapper-nederlandse-cultuur-taal-integratie {
    flex-direction: column;
  }
  
  .traditions-text-block-nederlandse-cultuur-taal-integratie,
  .traditions-image-block-nederlandse-cultuur-taal-integratie {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.learning-path-section-nederlandse-cultuur-taal-integratie {
  padding: clamp(3rem, 8vw, 6rem) 0;
  background: var(--color-bg-primary);
  overflow: hidden;
}

.path-title-nederlandse-cultuur-taal-integratie {
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 700;
  color: var(--color-text-primary);
  margin-bottom: 1rem;
}

.path-subtitle-nederlandse-cultuur-taal-integratie {
  font-size: clamp(0.9375rem, 1vw + 0.5rem, 1.125rem);
  color: var(--color-text-secondary);
  max-width: 600px;
  margin: 0 auto;
}

.steps-container-nederlandse-cultuur-taal-integratie {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 2.5rem;
}

.step-item-nederlandse-cultuur-taal-integratie {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  padding: 1.5rem;
  background: rgba(59, 130, 246, 0.08);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(59, 130, 246, 0.2);
  align-items: flex-start;
  transition: all 0.3s ease;
}

.step-item-nederlandse-cultuur-taal-integratie:hover {
  background: rgba(59, 130, 246, 0.12);
  border-color: rgba(59, 130, 246, 0.4);
  transform: translateX(4px);
}

.step-number-nederlandse-cultuur-taal-integratie {
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-weight: 800;
  color: var(--color-secondary);
  line-height: 1;
  flex-shrink: 0;
  min-width: 60px;
}

.step-content-nederlandse-cultuur-taal-integratie {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.step-title-nederlandse-cultuur-taal-integratie {
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  font-weight: 600;
  color: var(--color-text-primary);
}

.step-text-nederlandse-cultuur-taal-integratie {
  font-size: clamp(0.875rem, 1vw, 1rem);
  color: var(--color-text-secondary);
  line-height: 1.6;
}

.media-section-nederlandse-cultuur-taal-integratie {
  padding: clamp(3rem, 8vw, 6rem) 0;
  background: var(--color-bg-secondary);
  overflow: hidden;
}

.media-wrapper-nederlandse-cultuur-taal-integratie {
  display: flex;
  flex-direction: row;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
}

.media-image-block-nederlandse-cultuur-taal-integratie {
  flex: 1 1 50%;
  max-width: 50%;
  order: -1;
}

.media-image-nederlandse-cultuur-taal-integratie {
  width: 100%;
  height: auto;
  border-radius: var(--radius-lg);
  display: block;
  object-fit: cover;
}

.media-text-block-nederlandse-cultuur-taal-integratie {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.media-title-nederlandse-cultuur-taal-integratie {
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  font-weight: 700;
  color: var(--color-text-primary);
  line-height: 1.2;
}

.media-paragraph-nederlandse-cultuur-taal-integratie {
  font-size: clamp(0.9375rem, 1vw + 0.5rem, 1.125rem);
  color: var(--color-text-secondary);
  line-height: 1.7;
}

.media-subheading-nederlandse-cultuur-taal-integratie {
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  font-weight: 600;
  color: var(--color-text-primary);
  margin-top: 0.5rem;
}

.media-list-nederlandse-cultuur-taal-integratie {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.media-list-item-nederlandse-cultuur-taal-integratie {
  font-size: clamp(0.875rem, 1vw, 1rem);
  color: var(--color-text-secondary);
  line-height: 1.6;
  padding-left: 0;
}

.media-list-item-nederlandse-cultuur-taal-integratie strong {
  color: var(--color-text-primary);
}

@media (max-width: 768px) {
  .media-wrapper-nederlandse-cultuur-taal-integratie {
    flex-direction: column;
  }
  
  .media-image-block-nederlandse-cultuur-taal-integratie,
  .media-text-block-nederlandse-cultuur-taal-integratie {
    flex: 1 1 100%;
    max-width: 100%;
  }
  
  .media-image-block-nederlandse-cultuur-taal-integratie {
    order: 0;
  }
}

.quote-section-nederlandse-cultuur-taal-integratie {
  padding: clamp(3rem, 8vw, 6rem) 0;
  background: var(--color-bg-primary);
  overflow: hidden;
}

.featured-quote-nederlandse-cultuur-taal-integratie {
  padding: clamp(2rem, 4vw, 3rem);
  border-left: 4px solid var(--color-secondary);
  background: rgba(59, 130, 246, 0.08);
  border-radius: var(--radius-lg);
  margin: 0;
}

.quote-text-nederlandse-cultuur-taal-integratie {
  font-size: clamp(1.125rem, 2vw + 0.5rem, 1.375rem);
  color: var(--color-text-primary);
  font-style: italic;
  line-height: 1.7;
  margin-bottom: 1rem;
  margin: 0 0 1rem 0;
}

.quote-attribution-nederlandse-cultuur-taal-integratie {
  font-size: clamp(0.875rem, 1vw, 0.95rem);
  color: var(--color-text-secondary);
  font-style: normal;
}

.practical-section-nederlandse-cultuur-taal-integratie {
  padding: clamp(3rem, 8vw, 6rem) 0;
  background: var(--color-bg-secondary);
  overflow: hidden;
}

.practical-wrapper-nederlandse-cultuur-taal-integratie {
  display: flex;
  flex-direction: row;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: flex-start;
}

.practical-text-block-nederlandse-cultuur-taal-integratie {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.practical-title-nederlandse-cultuur-taal-integratie {
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  font-weight: 700;
  color: var(--color-text-primary);
  line-height: 1.2;
}

.tips-list-nederlandse-cultuur-taal-integratie {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.tip-item-nederlandse-cultuur-taal-integratie {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.tip-heading-nederlandse-cultuur-taal-integratie {
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-weight: 600;
  color: var(--color-text-primary);
}

.tip-description-nederlandse-cultuur-taal-integratie {
  font-size: clamp(0.875rem, 1vw, 1rem);
  color: var(--color-text-secondary);
  line-height: 1.6;
}

.practical-image-block-nederlandse-cultuur-taal-integratie {
  flex: 1 1 50%;
  max-width: 50%;
}

.practical-image-nederlandse-cultuur-taal-integratie {
  width: 100%;
  height: auto;
  border-radius: var(--radius-lg);
  display: block;
  object-fit: cover;
}

@media (max-width: 768px) {
  .practical-wrapper-nederlandse-cultuur-taal-integratie {
    flex-direction: column;
  }
  
  .practical-text-block-nederlandse-cultuur-taal-integratie,
  .practical-image-block-nederlandse-cultuur-taal-integratie {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.conclusion-section-nederlandse-cultuur-taal-integratie {
  padding: clamp(3rem, 8vw, 6rem) 0;
  background: var(--color-bg-primary);
  overflow: hidden;
}

.conclusion-content-nederlandse-cultuur-taal-integratie {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 900px;
  margin: 0 auto;
}

.conclusion-title-nederlandse-cultuur-taal-integratie {
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 700;
  color: var(--color-text-primary);
  line-height: 1.2;
}

.conclusion-text-nederlandse-cultuur-taal-integratie {
  font-size: clamp(0.9375rem, 1vw + 0.5rem, 1.125rem);
  color: var(--color-text-secondary);
  line-height: 1.8;
}

.cta-box-nederlandse-cultuur-taal-integratie {
  padding: clamp(2rem, 4vw, 3rem);
  background: linear-gradient(135deg, var(--color-primary), var(--color-accent-alt));
  border-radius: var(--radius-lg);
  text-align: center;
  color: #ffffff;
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}

.cta-title-nederlandse-cultuur-taal-integratie {
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}

.cta-text-nederlandse-cultuur-taal-integratie {
  font-size: clamp(0.875rem, 1vw, 1rem);
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}

.cta-button-nederlandse-cultuur-taal-integratie {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: clamp(0.75rem, 1.5vw, 1rem) clamp(1.5rem, 3vw, 2.5rem);
  background: #ffffff;
  color: var(--color-primary);
  font-weight: 600;
  font-size: clamp(0.875rem, 1vw, 1rem);
  border-radius: var(--radius-md);
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.cta-button-nederlandse-cultuur-taal-integratie:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.disclaimer-section-nederlandse-cultuur-taal-integratie {
  padding: clamp(2.5rem, 6vw, 5rem) 0;
  background: var(--color-bg-secondary);
  overflow: hidden;
}

.disclaimer-box-nederlandse-cultuur-taal-integratie {
  padding: clamp(1.5rem, 3vw, 2.5rem);
  background: rgba(59, 130, 246, 0.08);
  border-left: 4px solid var(--color-secondary);
  border-radius: var(--radius-lg);
  max-width: 900px;
  margin: 0 auto;
}

.disclaimer-title-nederlandse-cultuur-taal-integratie {
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  font-weight: 600;
  color: var(--color-text-primary);
  margin-bottom: 1rem;
}

.disclaimer-text-nederlandse-cultuur-taal-integratie {
  font-size: clamp(0.875rem, 1vw, 1rem);
  color: var(--color-text-secondary);
  line-height: 1.7;
  margin: 0;
}

.related-posts-section-nederlandse-cultuur-taal-integratie {
  padding: clamp(3rem, 8vw, 6rem) 0;
  background: var(--color-bg-primary);
  overflow: hidden;
}

.related-header-nederlandse-cultuur-taal-integratie {
  text-align: center;
  margin-bottom: 3rem;
}

.related-title-nederlandse-cultuur-taal-integratie {
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 700;
  color: var(--color-text-primary);
  margin-bottom: 0.75rem;
}

.related-subtitle-nederlandse-cultuur-taal-integratie {
  font-size: clamp(0.9375rem, 1vw + 0.5rem, 1.125rem);
  color: var(--color-text-secondary);
  max-width: 600px;
  margin: 0 auto;
}

.related-cards-grid-nederlandse-cultuur-taal-integratie {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1.5rem, 3vw, 2rem);
}

.related-card-nederlandse-cultuur-taal-integratie {
  flex: 1 1 300px;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: clamp(1.5rem, 3vw, 2rem);
  background: rgba(59, 130, 246, 0.08);
  border: 1px solid rgba(59, 130, 246, 0.2);
  border-radius: var(--radius-lg);
  transition: all 0.3s ease;
}

.related-card-nederlandse-cultuur-taal-integratie:hover {
  background: rgba(59, 130, 246, 0.12);
  border-color: rgba(59, 130, 246, 0.4);
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.related-card-header-nederlandse-cultuur-taal-integratie {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.related-card-title-nederlandse-cultuur-taal-integratie {
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  font-weight: 600;
  color: var(--color-text-primary);
  margin: 0;
}

.related-card-description-nederlandse-cultuur-taal-integratie {
  font-size: clamp(0.875rem, 1vw, 1rem);
  color: var(--color-text-secondary);
  line-height: 1.6;
  margin: 0;
}

.related-card-link-nederlandse-cultuur-taal-integratie {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--color-secondary);
  text-decoration: none;
  font-weight: 600;
  font-size: clamp(0.875rem, 1vw, 1rem);
  transition: all 0.2s ease;
  margin-top: 0.5rem;
}

.related-card-link-nederlandse-cultuur-taal-integratie:hover {
  color: var(--color-primary);
  transform: translateX(4px);
}

@media (max-width: 768px) {
  .related-card-nederlandse-cultuur-taal-integratie {
    flex: 1 1 100%;
    max-width: none;
  }
}

@media (min-width: 768px) {
  .hero-section-nederlandse-cultuur-taal-integratie,
  .intro-section-nederlandse-cultuur-taal-integratie,
  .culture-pillars-section-nederlandse-cultuur-taal-integratie,
  .traditions-section-nederlandse-cultuur-taal-integratie,
  .learning-path-section-nederlandse-cultuur-taal-integratie,
  .media-section-nederlandse-cultuur-taal-integratie,
  .quote-section-nederlandse-cultuur-taal-integratie,
  .practical-section-nederlandse-cultuur-taal-integratie,
  .conclusion-section-nederlandse-cultuur-taal-integratie,
  .disclaimer-section-nederlandse-cultuur-taal-integratie,
  .related-posts-section-nederlandse-cultuur-taal-integratie {
    padding: clamp(4rem, 10vw, 7rem) 0;
  }
}

@media (max-width: 480px) {
  .meta-badge-nederlandse-cultuur-taal-integratie {
    padding: 0.4rem 0.75rem;
    font-size: 0.75rem;
  }
  
  .step-item-nederlandse-cultuur-taal-integratie {
    flex-direction: column;
    gap: 1rem;
  }
  
  .step-number-nederlandse-cultuur-taal-integratie {
    min-width: auto;
  }
}

:root {
  --color-bg-primary: #0c1929;
  --color-bg-secondary: #162d50;
  --color-bg-tertiary: #1e3a5f;
  --color-bg-card: rgba(59, 130, 246, 0.08);
  --color-text-primary: #ffffff;
  --color-text-secondary: #bfdbfe;
  --color-text-muted: #64748b;
  --color-primary: #3b82f6;
  --color-primary-hover: #2563eb;
  --color-secondary: #60a5fa;
  --color-accent-alt: #06b6d4;
  --font-primary: 'Inter', sans-serif;
  --font-heading: 'Playfair Display', serif;
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.15);
  --shadow-xl: 0 20px 25px rgba(0, 0, 0, 0.2);
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-xl: 16px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--font-primary);
  line-height: 1.6;
  background: var(--color-bg-primary);
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-inline: clamp(1rem, 5vw, 2rem);
}

.dutch-learning-journey-about {
  width: 100%;
}

.hero-section-about {
  padding: clamp(3rem, 8vw, 6rem) 0;
  background: var(--color-bg-primary);
  position: relative;
  overflow: hidden;
}

.hero-content-about {
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 4vw, 3rem);
  align-items: center;
  text-align: center;
}

.hero-title-about {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 5vw + 0.5rem, 3.5rem);
  font-weight: 700;
  color: var(--color-text-primary);
  line-height: 1.15;
  word-wrap: break-word;
}

.hero-subtitle-about {
  font-size: clamp(1rem, 2vw + 0.5rem, 1.25rem);
  color: var(--color-text-secondary);
  max-width: 700px;
  line-height: 1.6;
}

.hero-image-about {
  width: 100%;
  max-width: 800px;
  height: auto;
  margin: clamp(1rem, 3vw, 2rem) 0;
  border-radius: var(--radius-lg);
  display: block;
}

.hero-stats-about {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(2rem, 5vw, 3rem);
  margin-top: clamp(2rem, 3vw, 2.5rem);
}

.stat-item-about {
  text-align: center;
  flex: 0 1 auto;
}

.stat-number-about {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: var(--color-primary);
  display: block;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.stat-label-about {
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  color: var(--color-text-muted);
  font-weight: 500;
}

.foundation-section-about {
  padding: clamp(3rem, 8vw, 6rem) 0;
  background: var(--color-bg-secondary);
  position: relative;
  overflow: hidden;
}

.foundation-content-about {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(2rem, 4vw, 3rem);
  align-items: center;
}

.foundation-text-about {
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.foundation-title-about {
  font-family: var(--font-heading);
  font-size: clamp(1.75rem, 3vw + 0.5rem, 2.5rem);
  font-weight: 700;
  color: var(--color-text-primary);
  line-height: 1.2;
}

.foundation-description-about {
  font-size: clamp(0.9375rem, 1vw + 0.5rem, 1.125rem);
  color: var(--color-text-secondary);
  line-height: 1.7;
}

.foundation-highlight-about {
  padding: clamp(1.25rem, 2vw, 1.75rem);
  background: rgba(59, 130, 246, 0.1);
  border-left: 4px solid var(--color-primary);
  border-radius: var(--radius-md);
}

.foundation-highlight-text-about {
  color: var(--color-text-primary);
  font-size: clamp(0.9375rem, 1vw + 0.5rem, 1.125rem);
  line-height: 1.6;
}

.foundation-image-about {
  flex: 1 1 300px;
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: var(--radius-lg);
  display: block;
}

@media (max-width: 768px) {
  .foundation-content-about {
    flex-direction: column;
  }

  .foundation-image-about {
    max-width: 100%;
  }
}

.methodology-section-about {
  padding: clamp(3rem, 8vw, 6rem) 0;
  background: var(--color-bg-primary);
  position: relative;
  overflow: hidden;
}

.methodology-header-about {
  text-align: center;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.methodology-tag-about {
  display: inline-block;
  padding: 0.375rem 1rem;
  background: rgba(59, 130, 246, 0.15);
  color: var(--color-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.methodology-title-about {
  font-family: var(--font-heading);
  font-size: clamp(1.75rem, 4vw + 0.5rem, 2.75rem);
  font-weight: 700;
  color: var(--color-text-primary);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.methodology-subtitle-about {
  font-size: clamp(1rem, 2vw + 0.5rem, 1.125rem);
  color: var(--color-text-muted);
  max-width: 600px;
  margin: 0 auto;
}

.methodology-steps-about {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 900px;
  margin: 0 auto;
}

.methodology-step-about {
  display: flex;
  align-items: flex-start;
  gap: clamp(1.5rem, 3vw, 2rem);
  padding: clamp(1.5rem, 3vw, 2rem);
  background: rgba(59, 130, 246, 0.08);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(59, 130, 246, 0.2);
}

.methodology-step-number-about {
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  font-weight: 800;
  color: var(--color-primary);
  flex-shrink: 0;
  min-width: 80px;
  line-height: 1;
}

.methodology-step-content-about {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.methodology-step-title-about {
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  font-weight: 700;
  color: var(--color-text-primary);
}

.methodology-step-text-about {
  font-size: clamp(0.9375rem, 1vw + 0.5rem, 1.125rem);
  color: var(--color-text-secondary);
  line-height: 1.6;
}

.approach-section-about {
  padding: clamp(3rem, 8vw, 6rem) 0;
  background: var(--color-bg-secondary);
  position: relative;
  overflow: hidden;
}

.approach-content-about {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(2rem, 4vw, 3rem);
  align-items: center;
}

.approach-image-about {
  flex: 1 1 300px;
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: var(--radius-lg);
  display: block;
}

.approach-text-about {
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.approach-title-about {
  font-family: var(--font-heading);
  font-size: clamp(1.75rem, 3vw + 0.5rem, 2.5rem);
  font-weight: 700;
  color: var(--color-text-primary);
  line-height: 1.2;
}

.approach-description-about {
  font-size: clamp(0.9375rem, 1vw + 0.5rem, 1.125rem);
  color: var(--color-text-secondary);
  line-height: 1.7;
}

.features-cards-about {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1rem, 3vw, 1.5rem);
}

.feature-card-about {
  flex: 1 1 250px;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: clamp(1.25rem, 2vw, 1.75rem);
  background: rgba(59, 130, 246, 0.08);
  border-radius: var(--radius-md);
  border: 1px solid rgba(59, 130, 246, 0.15);
}

.feature-icon-about {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(59, 130, 246, 0.2);
  border-radius: var(--radius-md);
  color: var(--color-primary);
  font-size: 1.5rem;
  flex-shrink: 0;
}

.feature-title-about {
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-text-primary);
}

.feature-text-about {
  font-size: 0.875rem;
  color: var(--color-text-muted);
  line-height: 1.6;
}

@media (max-width: 768px) {
  .approach-content-about {
    flex-direction: column-reverse;
  }

  .approach-image-about {
    max-width: 100%;
  }

  .feature-card-about {
    flex: 1 1 100%;
    max-width: none;
  }
}

.values-section-about {
  padding: clamp(3rem, 8vw, 6rem) 0;
  background: var(--color-bg-primary);
  position: relative;
  overflow: hidden;
}

.values-header-about {
  text-align: center;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.values-title-about {
  font-family: var(--font-heading);
  font-size: clamp(1.75rem, 4vw + 0.5rem, 2.75rem);
  font-weight: 700;
  color: var(--color-text-primary);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.values-intro-about {
  font-size: clamp(1rem, 2vw + 0.5rem, 1.125rem);
  color: var(--color-text-secondary);
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.7;
}

.values-grid-about {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1.5rem, 3vw, 2rem);
  max-width: 1000px;
  margin: 0 auto;
}

.value-item-about {
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: clamp(1.5rem, 2.5vw, 2rem);
  background: rgba(6, 182, 212, 0.08);
  border-radius: var(--radius-lg);
  border-left: 4px solid var(--color-accent-alt);
}

.value-icon-about {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(6, 182, 212, 0.15);
  border-radius: var(--radius-md);
  color: var(--color-accent-alt);
  font-size: 1.75rem;
  flex-shrink: 0;
}

.value-name-about {
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  font-weight: 700;
  color: var(--color-text-primary);
}

.value-description-about {
  font-size: clamp(0.9375rem, 1vw + 0.5rem, 1.125rem);
  color: var(--color-text-secondary);
  line-height: 1.6;
}

@media (max-width: 768px) {
  .values-grid-about {
    flex-direction: column;
  }

  .value-item-about {
    flex: 1 1 100%;
  }
}

.quote-section-about {
  padding: clamp(3rem, 8vw, 6rem) 0;
  background: var(--color-bg-secondary);
  position: relative;
  overflow: hidden;
}

.featured-quote-about {
  max-width: 800px;
  margin: 0 auto;
  padding: clamp(2rem, 4vw, 3rem);
  background: rgba(59, 130, 246, 0.12);
  border-left: 5px solid var(--color-primary);
  border-radius: var(--radius-md);
}

.quote-text-about {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-style: italic;
  color: var(--color-text-primary);
  margin-bottom: 1.5rem;
  line-height: 1.7;
}

.quote-author-about {
  font-size: clamp(0.9375rem, 1vw + 0.5rem, 1.125rem);
  color: var(--color-text-muted);
  font-style: normal;
  font-weight: 500;
}

.disclaimer-section-about {
  padding: clamp(2.5rem, 6vw, 4rem) 0;
  background: var(--color-bg-primary);
  position: relative;
  overflow: hidden;
}

.disclaimer-content-about {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 800px;
  margin: 0 auto;
  padding: clamp(1.5rem, 3vw, 2rem);
  background: rgba(59, 130, 246, 0.08);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(59, 130, 246, 0.15);
}

.disclaimer-title-about {
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  font-weight: 700;
  color: var(--color-secondary);
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.disclaimer-icon-about {
  font-size: 1.25rem;
  flex-shrink: 0;
}

.disclaimer-text-about {
  font-size: clamp(0.875rem, 1vw + 0.5rem, 1rem);
  color: var(--color-text-secondary);
  line-height: 1.7;
}

@media (min-width: 768px) {
  .hero-stats-about {
    gap: 4rem;
  }

  .methodology-step-about {
    padding: 2rem;
  }
}

@media (min-width: 1024px) {
  .hero-section-about {
    padding: 8rem 0;
  }

  .foundation-section-about,
  .methodology-section-about,
  .approach-section-about,
  .values-section-about,
  .quote-section-about {
    padding: 6rem 0;
  }

  .methodology-step-about {
    padding: 2.5rem;
  }
}

.legal-docs {
  font-family: var(--font-primary);
  background: var(--color-bg-primary);
  color: var(--color-text-primary);
}

.legal-docs .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: clamp(1rem, 5vw, 2rem);
  padding-right: clamp(1rem, 5vw, 2rem);
}

.legal-docs-hero {
  background: var(--color-bg-primary);
  padding: clamp(3rem, 8vw, 6rem) 0 clamp(2rem, 6vw, 4rem) 0;
  overflow: hidden;
  position: relative;
}

.legal-docs-hero-content {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 2vw, 1.5rem);
}

.legal-docs-hero h1 {
  font-size: clamp(1.75rem, 5vw + 1rem, 3.5rem);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.15;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.legal-docs-hero-meta {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.legal-docs-hero-date {
  font-size: clamp(0.875rem, 1vw + 0.5rem, 1rem);
  color: var(--color-text-secondary);
  font-style: italic;
}

.legal-docs-content {
  background: var(--color-bg-primary);
  padding: clamp(2rem, 6vw, 4rem) 0;
  overflow: hidden;
}

.legal-docs-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 4vw, 3rem);
}

.legal-docs-section {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 2vw, 1.5rem);
}

.legal-docs-section h2 {
  font-size: clamp(1.5rem, 4vw + 0.5rem, 2.75rem);
  font-weight: 700;
  color: var(--color-secondary);
  line-height: 1.2;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.legal-docs-section p {
  font-size: clamp(0.875rem, 1vw + 0.5rem, 1.125rem);
  line-height: 1.7;
  color: var(--color-text-secondary);
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.legal-docs-section ul {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-left: clamp(1rem, 3vw, 2rem);
}

.legal-docs-section li {
  font-size: clamp(0.875rem, 1vw + 0.5rem, 1.125rem);
  line-height: 1.7;
  color: var(--color-text-secondary);
}

.legal-docs-section strong {
  color: var(--color-secondary);
  font-weight: 600;
}

.legal-docs-contact {
  background: var(--color-bg-secondary);
  padding: clamp(3rem, 8vw, 6rem) 0;
  overflow: hidden;
  margin-top: clamp(2rem, 6vw, 4rem);
  border-top: 1px solid var(--color-bg-tertiary);
}

.legal-docs-contact-content {
  display: flex;
  flex-direction: column;
  gap: clamp(1.5rem, 3vw, 2.5rem);
}

.legal-docs-contact h2 {
  font-size: clamp(1.5rem, 4vw + 0.5rem, 2.5rem);
  font-weight: 700;
  color: var(--color-secondary);
  line-height: 1.2;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.legal-docs-contact-intro {
  font-size: clamp(0.875rem, 1vw + 0.5rem, 1.125rem);
  line-height: 1.7;
  color: var(--color-text-secondary);
}

.legal-docs-contact-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.legal-docs-contact-label {
  font-size: clamp(0.875rem, 1vw + 0.5rem, 1rem);
  font-weight: 600;
  color: var(--color-secondary);
}

.legal-docs-contact-value {
  font-size: clamp(0.875rem, 1vw + 0.5rem, 1.125rem);
  color: var(--color-text-secondary);
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media (min-width: 768px) {
  .legal-docs-hero {
    padding: clamp(4rem, 10vw, 6rem) 0 clamp(2.5rem, 6vw, 4rem) 0;
  }

  .legal-docs-content {
    padding: clamp(3rem, 8vw, 5rem) 0;
  }

  .legal-docs-contact {
    padding: clamp(4rem, 10vw, 6rem) 0;
    margin-top: clamp(3rem, 8vw, 5rem);
  }
}

@media (min-width: 1024px) {
  .legal-docs-hero {
    padding: 6rem 0 4rem 0;
  }

  .legal-docs-content {
    padding: 5rem 0;
  }

  .legal-docs-contact {
    padding: 6rem 0;
    margin-top: 5rem;
  }
}

.thank-you-page {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.thank-section {
  width: 100%;
  background: var(--color-bg-primary);
  padding: clamp(2rem, 6vw, 4rem) 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.thank-section .container {
  width: 100%;
  max-width: 1440px;
  padding: 0 clamp(1rem, 4vw, 2rem);
  margin: 0 auto;
}

.thank-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: clamp(1.5rem, 4vw, 2.5rem);
  max-width: 600px;
  margin: 0 auto;
}

.thank-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(80px, 15vw, 120px);
  height: clamp(80px, 15vw, 120px);
  background: rgba(59, 130, 246, 0.15);
  border-radius: 50%;
  animation: scaleInIcon 0.6s ease-out;
}

.thank-icon i {
  font-size: clamp(2.5rem, 8vw, 4rem);
  color: var(--color-primary);
}

@keyframes scaleInIcon {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.thank-section h1 {
  color: var(--color-text-primary);
  font-size: clamp(1.75rem, 5vw + 1rem, 3rem);
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: 1.15;
  word-wrap: break-word;
  overflow-wrap: break-word;
  animation: slideInDown 0.8s ease-out 0.1s both;
}

.thank-lead {
  color: var(--color-secondary);
  font-size: clamp(1.125rem, 2vw + 0.5rem, 1.375rem);
  font-weight: 600;
  line-height: 1.4;
  word-wrap: break-word;
  overflow-wrap: break-word;
  animation: slideInDown 0.8s ease-out 0.2s both;
}

.thank-message {
  color: var(--color-text-secondary);
  font-size: clamp(0.9375rem, 1.5vw + 0.5rem, 1.125rem);
  line-height: 1.7;
  word-wrap: break-word;
  overflow-wrap: break-word;
  animation: slideInDown 0.8s ease-out 0.3s both;
}

.thank-next {
  color: var(--color-text-secondary);
  font-size: clamp(0.9375rem, 1.5vw + 0.5rem, 1.125rem);
  line-height: 1.7;
  word-wrap: break-word;
  overflow-wrap: break-word;
  animation: slideInDown 0.8s ease-out 0.4s both;
}

.thank-next strong {
  color: var(--color-primary);
  font-weight: 700;
}

@keyframes slideInDown {
  from {
    transform: translateY(-20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.btn {
  display: inline-block;
  padding: clamp(0.75rem, 1.5vw, 1rem) clamp(1.5rem, 4vw, 2.5rem);
  font-size: clamp(0.9375rem, 1vw + 0.5rem, 1rem);
  font-weight: 600;
  text-decoration: none;
  border-radius: var(--radius-md);
  transition: all 0.3s ease;
  cursor: pointer;
  border: 2px solid transparent;
  word-wrap: break-word;
  overflow-wrap: break-word;
  animation: slideInDown 0.8s ease-out 0.5s both;
}

.btn-primary {
  background: var(--color-primary);
  color: #ffffff;
}

.btn-primary:hover {
  background: var(--color-primary-hover);
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}

.btn-primary:active {
  transform: translateY(0);
}

@media (min-width: 768px) {
  .thank-section {
    padding: clamp(4rem, 8vw, 6rem) 0;
    min-height: 100vh;
  }

  .thank-content {
    gap: clamp(2rem, 5vw, 3rem);
  }
}

@media (min-width: 1024px) {
  .thank-section {
    padding: 6rem 0;
  }

  .btn:hover {
    transform: translateY(-3px);
  }
}

@media (min-width: 1440px) {
  .thank-section {
    padding: 8rem 0;
  }
}

.error-404-page {
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.error-section {
  background: linear-gradient(135deg, var(--color-bg-primary) 0%, var(--color-bg-secondary) 100%);
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.error-section .container {
  width: 100%;
  max-width: 1440px;
  padding: 0 clamp(1rem, 4vw, 2rem);
  margin: 0 auto;
}

.error-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.error-decoration {
  position: absolute;
  border-radius: 50%;
  opacity: 0.08;
  pointer-events: none;
}

.error-decoration-1 {
  width: clamp(200px, 40vw, 600px);
  height: clamp(200px, 40vw, 600px);
  background: var(--color-primary);
  top: -20%;
  right: -10%;
  z-index: 0;
}

.error-decoration-2 {
  width: clamp(150px, 30vw, 400px);
  height: clamp(150px, 30vw, 400px);
  background: var(--color-accent-alt);
  bottom: -15%;
  left: -5%;
  z-index: 0;
}

.error-inner {
  text-align: center;
  z-index: 2;
  position: relative;
}

.error-code-wrapper {
  position: relative;
  margin-bottom: clamp(2rem, 5vw, 3.5rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(1rem, 3vw, 2rem);
}

.error-code {
  font-family: var(--font-heading);
  font-size: clamp(3.5rem, 12vw, 8rem);
  font-weight: 700;
  color: var(--color-primary);
  letter-spacing: -0.05em;
  line-height: 1;
  margin: 0;
  text-shadow: 0 4px 20px rgba(59, 130, 246, 0.3);
  animation: float-up 3s ease-in-out infinite;
}

.error-icon {
  font-size: clamp(2rem, 8vw, 4rem);
  color: var(--color-accent-alt);
  animation: pulse-icon 2s ease-in-out infinite;
}

.error-icon i {
  display: block;
}

@keyframes float-up {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes pulse-icon {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.7;
    transform: scale(1.1);
  }
}

.error-title {
  font-family: var(--font-heading);
  font-size: clamp(1.75rem, 5vw, 2.75rem);
  color: var(--color-text-primary);
  margin: 0 0 clamp(1rem, 3vw, 1.5rem) 0;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.error-description {
  font-size: clamp(0.875rem, 1vw + 0.5rem, 1.125rem);
  color: var(--color-text-secondary);
  line-height: 1.7;
  margin: 0 auto clamp(1rem, 2vw, 1.5rem);
  max-width: 600px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.error-suggestion {
  font-size: clamp(0.875rem, 1vw + 0.5rem, 1.125rem);
  color: var(--color-text-secondary);
  line-height: 1.7;
  margin: 0 auto clamp(1.5rem, 3vw, 2.5rem);
  max-width: 600px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.error-suggestion strong {
  color: var(--color-secondary);
  font-weight: 600;
}

.btn {
  display: inline-block;
  padding: clamp(0.75rem, 2vw, 1.125rem) clamp(1.5rem, 4vw, 2.5rem);
  font-size: clamp(0.875rem, 1vw + 0.5rem, 1rem);
  text-decoration: none;
  border-radius: var(--radius-lg);
  font-weight: 600;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  margin: clamp(1.5rem, 3vw, 2.5rem) 0;
}

.btn-primary {
  background: var(--color-primary);
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(59, 130, 246, 0.4);
}

.btn-primary:hover {
  background: var(--color-primary-hover);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(59, 130, 246, 0.6);
}

.btn-primary:active {
  transform: translateY(0);
}

.error-tips {
  margin-top: clamp(2.5rem, 6vw, 4rem);
  padding: clamp(1.5rem, 4vw, 2.5rem);
  background: rgba(59, 130, 246, 0.1);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(59, 130, 246, 0.2);
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.tips-title {
  font-family: var(--font-heading);
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  color: var(--color-secondary);
  margin: 0 0 clamp(1rem, 2vw, 1.5rem) 0;
  font-weight: 600;
}

.tips-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(0.75rem, 2vw, 1.25rem);
}

.tips-list li {
  display: flex;
  align-items: flex-start;
  gap: clamp(0.75rem, 2vw, 1.25rem);
  font-size: clamp(0.875rem, 1vw + 0.5rem, 1rem);
  color: var(--color-text-secondary);
  line-height: 1.6;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.tips-list i {
  color: var(--color-accent-alt);
  font-size: clamp(1rem, 2vw, 1.25rem);
  flex-shrink: 0;
  margin-top: 2px;
}

@media (min-width: 768px) {
  .error-section {
    padding: 3rem 0;
  }
  
  .error-code {
    animation: float-up 3.5s ease-in-out infinite;
  }
  
  .error-tips {
    display: grid;
    grid-template-columns: 1fr;
  }
}

@media (min-width: 1024px) {
  .error-decoration-1 {
    width: 600px;
    height: 600px;
  }
  
  .error-decoration-2 {
    width: 400px;
    height: 400px;
  }
  
  .error-inner {
    max-width: 700px;
  }
}

@media (min-width: 1440px) {
  .error-code {
    font-size: 8rem;
  }
  
  .error-title {
    font-size: 2.75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .error-code,
  .error-icon {
    animation: none;
  }
  
  .btn-primary:hover {
    transform: none;
  }
}

@media (prefers-color-scheme: dark) {
  .error-section {
    background: linear-gradient(135deg, var(--color-bg-primary) 0%, var(--color-bg-secondary) 100%);
  }
}

@media (prefers-contrast: more) {
  .error-code {
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
  }
  
  .error-tips {
    border-width: 2px;
  }
}