/* ============================================================
   Woensdag.nl - Case page stylesheet
   ============================================================ */

/* ── Hero ── */
.case-hero {
  position: relative;
  background: #F6F9FD;
  padding: 148px 24px 80px;
  overflow: hidden;
}

.case-hero-bg-orb-tr {
  position: absolute;
  top: -120px; right: -120px;
  width: 480px; height: 480px;
  border-radius: 50%;
  background: radial-gradient(circle, #E1F0FB, transparent 70%);
  opacity: 0.8;
  filter: blur(30px);
  pointer-events: none;
}

.case-hero-bg-orb-bl {
  position: absolute;
  bottom: -80px; left: -80px;
  width: 340px; height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle, #EAF3FB, transparent 70%);
  opacity: 0.6;
  filter: blur(24px);
  pointer-events: none;
}

.case-hero-inner {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 52px;
}

.case-hero-text {
  flex: 1 1 420px;
  min-width: 300px;
}

.case-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #8294AC;
  text-decoration: none;
  margin-bottom: 28px;
  transition: color .2s;
}
.case-back:hover { color: #0B3FA8; }

.case-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}

.case-tag-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 6px 13px;
  border-radius: 999px;
}

.case-tag-primary {
  background: #EAF3FB;
  color: #0B3FA8;
}

.case-tag-secondary {
  background: #F0F4F8;
  color: #5B6B82;
}

.case-hero-text h1 {
  font-family: 'Montserrat Alternates', sans-serif;
  font-weight: 700;
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  line-height: 1.06;
  letter-spacing: -0.025em;
  color: #0B2545;
  margin: 0 0 12px;
  text-wrap: balance;
}

.case-hero-text h1 span { color: #0B3FA8; }

/* Subtitel: zelfde stijl als h1, kleiner lettertype */
.case-hero-text .case-hero-subtitle {
  font-family: 'Montserrat Alternates', sans-serif;
  font-weight: 700;
  font-size: clamp(1.4rem, 3vw, 2.1rem);
  line-height: 1.14;
  letter-spacing: -0.02em;
  color: #0B2545;
  margin: 0 0 20px;
  text-wrap: balance;
}

.case-hero-text .case-hero-subtitle span { color: #0B3FA8; }

.case-hero-text p {
  font-size: clamp(1rem, 1.7vw, 1.22rem);
  line-height: 1.65;
  color: #5B6B82;
  max-width: 500px;
  margin: 0 0 32px;
}

.case-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* Logo card (right side) */
.case-hero-visual {
  flex: 1 1 360px;
  min-width: 300px;
  display: flex;
  justify-content: center;
}

.case-logo-card {
  position: relative;
  width: min(420px, 100%);
  aspect-ratio: 1;
  border-radius: 36px;
  background: linear-gradient(140deg, #0B3FA8, #072C77);
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(11,63,168,0.32);
  display: flex;
  align-items: center;
  justify-content: center;
}

.case-logo-card-orb-1 {
  position: absolute;
  top: -40px; right: -40px;
  width: 260px; height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, #1C91CE, transparent 70%);
  filter: blur(30px);
  opacity: 0.7;
  pointer-events: none;
}

.case-logo-card-orb-2 {
  position: absolute;
  bottom: -30px; left: -30px;
  width: 200px; height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle, #4FB3E8, transparent 70%);
  filter: blur(24px);
  opacity: 0.5;
  pointer-events: none;
}

.case-logo-card-dots {
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.14) 1px, transparent 1px);
  background-size: 24px 24px;
  opacity: 0.5;
  pointer-events: none;
}

.case-logo-card-client {
  position: absolute;
  top: 24px; right: 24px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.2);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 6px 12px;
  border-radius: 999px;
  backdrop-filter: blur(8px);
}

.case-logo-card-logo {
  position: relative;
  z-index: 1;
  width: 65%;
  max-width: 240px;
  background: #fff;
  border-radius: 20px;
  padding: 28px 32px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.25);
  display: flex;
  align-items: center;
  justify-content: center;
}

.case-logo-card-logo img {
  width: 100%;
  height: auto;
  display: block;
}

.case-logo-card-chips {
  position: absolute;
  bottom: 28px; left: 24px;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.case-chip {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  gap: 7px;
  background: rgba(255,255,255,0.14);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 7px 13px;
  border-radius: 999px;
  backdrop-filter: blur(8px);
  white-space: nowrap;
}

.case-chip:nth-child(2) { margin-left: 32px; }
.case-chip:nth-child(3) { margin-left: 12px; }

/* ── Over de klant + uitdaging ── */
.case-info {
  background: #fff;
  border-top: 1px solid #EDF3FA;
  padding: 80px 24px;
}

.case-info-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 48px;
  align-items: start;
}

.case-info-block h2 {
  font-family: 'Montserrat Alternates', sans-serif;
  font-weight: 700;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: #0B2545;
  margin: 0 0 16px;
}

.case-info-block p {
  font-size: 1.05rem;
  line-height: 1.72;
  color: #5B6B82;
  margin: 0 0 14px;
}

.case-badge-mb { margin-bottom: 16px; }

.case-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.case-stat {
  background: #F6F9FD;
  border: 1px solid #E8EFF8;
  border-radius: 16px;
  padding: 16px 22px;
}

.case-stat-number {
  font-family: 'Montserrat Alternates', sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  color: #0B3FA8;
  line-height: 1;
}

.case-stat-label {
  font-size: 0.85rem;
  color: #8294AC;
  font-weight: 500;
  margin-top: 4px;
}

.case-badge-orange {
  background: #FFF4ED;
  color: #C05A1F;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 6px 13px;
  border-radius: 999px;
  margin-bottom: 16px;
}

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

.case-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 1rem;
  color: #3a4a63;
  line-height: 1.6;
}

.case-bullet-icon {
  flex-shrink: 0;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: linear-gradient(140deg, #0B3FA8, #1C91CE);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

/* ── Resultaten / Metrics ── */
.case-results {
  background: #F6F9FD;
  border-top: 1px solid #EDF3FA;
  padding: 80px 24px;
}

.case-results-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.case-section-header {
  text-align: center;
  max-width: 560px;
  margin: 0 auto 48px;
}

.case-section-header h2 {
  font-family: 'Montserrat Alternates', sans-serif;
  font-weight: 700;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #0B2545;
  margin: 0 0 14px;
}

.case-section-header p {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #5B6B82;
  margin: 0;
}

.case-metrics-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-bottom: 48px;
}

.case-metric-card {
  background: #fff;
  border: 1px solid #E8EFF8;
  border-radius: 24px;
  padding: 32px 24px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(11,37,69,0.04);
}

.case-metric-number {
  font-family: 'Montserrat Alternates', sans-serif;
  font-weight: 700;
  font-size: clamp(2.2rem, 5vw, 3rem);
  line-height: 1;
  background: linear-gradient(120deg, #0B3FA8, #1C91CE);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 8px;
}

.case-metric-label {
  font-size: 1rem;
  color: #5B6B82;
  font-weight: 500;
  line-height: 1.4;
}

/* Primaire foto die het vlak rechts vervangt */
.case-hero-photo {
  width: min(480px, 100%);
  aspect-ratio: 4 / 3;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(11,63,168,0.22);
}

.case-hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

/* Naam-fallback in logo-card wanneer er geen logo-afbeelding is */
.case-logo-card-name {
  position: relative;
  z-index: 1;
  font-family: 'Montserrat Alternates', sans-serif;
  font-weight: 700;
  font-size: clamp(1.7rem, 4vw, 2.6rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #fff;
  text-align: center;
  padding: 0 32px;
  text-wrap: balance;
}

/* ── Work / Aanpak ── */
.case-work {
  background: #fff;
  border-top: 1px solid #EDF3FA;
  padding: 80px 24px;
}

.case-work-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.case-approach-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.case-approach-card {
  background: #fff;
  border: 1px solid #E8EFF8;
  border-radius: 24px;
  padding: 30px 28px;
  box-shadow: 0 4px 20px rgba(11,37,69,0.04);
  transition: transform .2s, box-shadow .2s, border-color .2s;
}

.case-approach-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 38px rgba(11,63,168,0.10);
  border-color: #c3d8f0;
}

.case-approach-num {
  font-family: 'Montserrat Alternates', sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  color: #1C91CE;
  margin-bottom: 14px;
}

.case-approach-card h3 {
  font-family: 'Montserrat Alternates', sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: #0B2545;
  margin: 0 0 10px;
}

.case-approach-card p {
  font-size: 0.98rem;
  line-height: 1.65;
  color: #5B6B82;
  margin: 0;
}

.case-screens-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto;
  gap: 20px;
}

.case-screen {
  background: #fff;
  border: 1.5px dashed #C9DEF3;
  border-radius: 28px;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  position: relative;
  overflow: hidden;
}

.case-screen-full { grid-column: 1 / -1; min-height: 360px; }

.case-screen-dots {
  position: absolute; inset: 0;
  background-image: radial-gradient(#D6E8F6 1px, transparent 1px);
  background-size: 22px 22px;
  opacity: 0.5;
  pointer-events: none;
}

.case-screen-icon {
  position: relative;
  z-index: 1;
  width: 56px; height: 56px;
  background: #EAF3FB;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.case-screen-icon.sm { width: 48px; height: 48px; border-radius: 14px; }

.case-screen-label {
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-weight: 600;
  color: #8294AC;
}

.case-screen-label.sm { font-size: 13px; }

/* ── Testimonial ── */
.case-quote {
  background: #fff;
  border-top: 1px solid #EDF3FA;
  padding: 88px 24px;
}

.case-quote-inner {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.case-quote-mark {
  font-family: 'Montserrat Alternates', sans-serif;
  font-weight: 700;
  font-size: 6rem;
  color: #D6E8F6;
  line-height: 0.6;
  user-select: none;
  margin-bottom: 24px;
}

.case-quote-text {
  font-family: 'Montserrat Alternates', sans-serif;
  font-weight: 600;
  font-size: clamp(1.3rem, 2.8vw, 1.9rem);
  line-height: 1.45;
  color: #0B2545;
  letter-spacing: -0.01em;
  text-wrap: balance;
  margin: 0;
}

.case-quote-author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 36px;
}

.case-quote-avatar {
  width: 52px; height: 52px;
  border-radius: 50%;
  background: linear-gradient(140deg, #0B3FA8, #1C91CE);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat Alternates', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: #fff;
  flex-shrink: 0;
}

.case-quote-info { text-align: left; }

.case-quote-name {
  font-weight: 700;
  font-size: 1rem;
  color: #0B2545;
}

.case-quote-title {
  font-size: 0.9rem;
  color: #8294AC;
  font-weight: 500;
  margin-top: 2px;
}

/* ── CTA ── */
.case-cta {
  position: relative;
  background: linear-gradient(140deg, #0B2545, #0B3FA8 120%);
  overflow: hidden;
  padding: 80px 24px;
}

.case-cta-orb {
  position: absolute;
  top: -80px; right: -80px;
  width: 400px; height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, #1C91CE, transparent 70%);
  filter: blur(40px);
  opacity: 0.35;
  pointer-events: none;
}

.case-cta-dots {
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.1) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.4;
  pointer-events: none;
}

.case-cta-inner {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.case-cta-inner h2 {
  font-family: 'Montserrat Alternates', sans-serif;
  font-weight: 700;
  font-size: clamp(2rem, 4.5vw, 3rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0 0 18px;
  text-wrap: balance;
}

.case-cta-inner p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #C7DCF2;
  margin: 0 0 36px;
}

.case-cta-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

/* ── Responsive ── */
@media (max-width: 1080px) {
  .case-hero-inner { gap: 36px; }
  .case-logo-card { aspect-ratio: 4/3; }
}

@media (max-width: 680px) {
  .case-hero { padding: 130px 24px 60px; }
  .case-screens-grid { grid-template-columns: 1fr; }
  .case-screen-full { grid-column: auto; }
  .case-hero-ctas { flex-direction: column; }
  .case-hero-ctas .btn { width: 100%; justify-content: center; }
  .case-info-inner { gap: 40px; }
}
