/* ========= BUSINESS DJURSLAND CASE ========= */

:root {
  --bd-bg: #041f33;
  --bd-deep: #031521;
  --bd-line: rgba(147, 211, 255, 0.24);
  --bd-line-strong: rgba(147, 211, 255, 0.44);
  --bd-muted: rgba(255, 255, 255, 0.76);
  --bd-accent: #73c7ff;
  --bd-accent-strong: #b8e7ff;
  --bd-radius-xl: 18px;
  --bd-radius-lg: 18px;
  --bd-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
}

body {
  background:
    radial-gradient(circle at 12% 0%, rgba(115, 199, 255, 0.16), transparent 34%),
    radial-gradient(circle at 88% 8%, rgba(27, 111, 147, 0.24), transparent 32%),
    linear-gradient(180deg, #031521 0%, #041f33 44%, #031521 100%);
  color: #ffffff;
}

.bd-case,
.bd-case * {
  box-sizing: border-box;
}

.bd-case {
  position: relative;
  overflow: hidden;
}

.bd-container {
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
}

.bd-hero {
  position: relative;
  padding: clamp(92px, 9vw, 130px) 0 24px;
  isolation: isolate;
}

.bd-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(rgba(147, 211, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(147, 211, 255, 0.035) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(circle at 50% 18%, #000 0%, transparent 72%);
}

.bd-fx {
  position: absolute;
  z-index: -2;
  border-radius: 999px;
  filter: blur(18px);
  pointer-events: none;
}

.bd-fx-one {
  width: 460px;
  height: 460px;
  top: 80px;
  right: 7%;
  background: rgba(115, 199, 255, 0.15);
}

.bd-fx-two {
  width: 340px;
  height: 340px;
  left: 3%;
  top: 34%;
  background: rgba(240, 180, 91, 0.08);
}

.bd-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--bd-line-strong);
  border-radius: var(--bd-radius-xl);
  background:
    linear-gradient(145deg, rgba(15, 92, 136, 0.58), rgba(4, 31, 51, 0.90)),
    radial-gradient(circle at 78% 10%, rgba(115, 199, 255, 0.12), transparent 34%);
  box-shadow: var(--bd-shadow);
}

.bd-card::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: calc(var(--bd-radius-xl) - 1px);
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 255, 255, 0.10), transparent 28%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.08), transparent 42%);
  pointer-events: none;
}

.bd-card > * {
  position: relative;
}

.bd-hero-card {
  padding: clamp(22px, 3vw, 34px);
}

.bd-hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(22px, 3vw, 34px);
  align-items: start;
}

.bd-hero-copy {
  max-width: 980px;
}

.bd-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: var(--bd-accent-strong);
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bd-kicker::before {
  content: "";
  width: 34px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--bd-accent), rgba(115, 199, 255, 0));
}

.bd-dark-kicker {
  color: rgba(3, 21, 33, 0.78);
}

.bd-dark-kicker::before {
  background: linear-gradient(90deg, rgba(3, 21, 33, 0.8), rgba(3, 21, 33, 0));
}

.bd-hero-copy h1,
.bd-section-head h2,
.bd-story-copy h2,
.bd-band-copy h2,
.bd-wow-copy h2,
.bd-testimonial-copy h2,
.bd-cta-card h2,
.bd-quote-hero h2 {
  margin: 0;
  color: #ffffff;
  line-height: 0.96;
  letter-spacing: -0.07em;
  text-wrap: balance;
}

.bd-hero-copy h1 {
  max-width: 820px;
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.bd-subline {
  max-width: 920px;
  margin: 22px 0 0;
  color: var(--bd-accent-strong);
  font-size: clamp(1.18rem, 1.8vw, 1.75rem);
  font-weight: 820;
  line-height: 1.28;
  letter-spacing: -0.03em;
}

.bd-lead,
.bd-section-head p,
.bd-story-copy p,
.bd-band-copy p,
.bd-wow-copy p,
.bd-testimonial-copy p,
.bd-cta-card p {
  color: var(--bd-muted);
  font-size: 1.06rem;
  line-height: 1.66;
}

.bd-lead {
  max-width: 920px;
  margin: 18px 0 0;
}

.bd-photo-frame {
  overflow: hidden;
  background: #061c2d;
}

.bd-photo-frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.bd-hero-visual {
  min-height: clamp(360px, 48vw, 680px);
  border: 1px solid var(--bd-line-strong);
  border-radius: var(--bd-radius-lg);
}

.bd-section {
  padding: 30px 0;
}

.bd-tight {
  padding-top: 18px;
}

.bd-section-head {
  max-width: 980px;
  margin-bottom: 22px;
}

.bd-section-head h2,
.bd-story-copy h2,
.bd-band-copy h2,
.bd-wow-copy h2,
.bd-testimonial-copy h2,
.bd-cta-card h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.bd-section-head p {
  max-width: 860px;
  margin: 18px 0 0;
}

.bd-testimonial-dominant {
  padding-top: 18px;
}

.bd-quote-hero {
  padding: clamp(30px, 4vw, 50px);
  border-radius: var(--bd-radius-xl);
  background: linear-gradient(135deg, #73c7ff, #eefaff);
  color: #031521;
  box-shadow: 0 24px 70px rgba(115, 199, 255, 0.28);
  margin-bottom: 18px;
}

.bd-quote-hero h2 {
  color: #031521;
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.bd-quote-hero blockquote {
  margin: 22px 0 0;
  max-width: 1120px;
  font-size: clamp(1.55rem, 2.6vw, 3.1rem);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.055em;
}

.bd-quote-hero strong {
  display: block;
  margin-top: 18px;
  color: rgba(3, 21, 33, 0.82);
  font-size: 1rem;
}

.bd-quote-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.bd-quote-card {
  min-height: 100%;
  padding: 28px;
  border: 1px solid var(--bd-line);
  border-radius: var(--bd-radius-lg);
  background:
    radial-gradient(circle at 100% 0%, rgba(115, 199, 255, 0.16), transparent 42%),
    rgba(3, 21, 33, 0.56);
}

.bd-quote-card p {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.15rem, 1.5vw, 1.42rem);
  font-weight: 780;
  line-height: 1.34;
  letter-spacing: -0.035em;
}

.bd-quote-card strong {
  display: block;
  margin-top: 16px;
  color: var(--bd-accent-strong);
}

.bd-story-card,
.bd-image-band,
.bd-testimonial-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(400px, 0.72fr);
  gap: clamp(26px, 4vw, 56px);
  padding: clamp(28px, 4vw, 52px);
  align-items: center;
}

.bd-story-image,
.bd-band-image,
.bd-testimonial-image {
  height: clamp(300px, 32vw, 420px);
  border: 1px solid var(--bd-line);
  border-radius: var(--bd-radius-lg);
}

.bd-story-copy p,
.bd-band-copy p,
.bd-wow-copy p {
  max-width: 820px;
}

.bd-story-copy p + p,
.bd-band-copy p + p,
.bd-wow-copy p + p {
  margin-top: 14px;
}

.bd-flow-card {
  padding: clamp(30px, 4.2vw, 58px);
}

.bd-flow-intro {
  max-width: 1040px;
  margin-bottom: clamp(24px, 3vw, 36px);
}

.bd-flow-intro h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 0.96;
  letter-spacing: -0.07em;
  text-wrap: balance;
}

.bd-flow-intro p {
  max-width: 860px;
  margin: 18px 0 0;
  color: var(--bd-muted);
  font-size: 1.06rem;
  line-height: 1.66;
}

.bd-flow-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 28px;
}

.bd-flow-list article {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 0 0 18px;
  border-bottom: 1px solid var(--bd-line);
}

.bd-flow-list article:nth-last-child(-n + 2) {
  border-bottom: 0;
  padding-bottom: 0;
}

.bd-flow-list span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(184, 231, 255, 0.48);
  border-radius: 999px;
  color: var(--bd-accent-strong);
  font-weight: 900;
}

.bd-flow-list h3,
.bd-tool-list h3,
.bd-outcome h3 {
  margin: 0;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1.14;
  letter-spacing: -0.035em;
}

.bd-flow-list p,
.bd-tool-list p,
.bd-outcome p {
  margin: 8px 0 0;
  color: var(--bd-muted);
  line-height: 1.58;
}

.bd-metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.bd-metric {
  min-height: 100%;
  padding: 26px;
  border: 1px solid var(--bd-line);
  border-radius: var(--bd-radius-lg);
  background:
    radial-gradient(circle at 100% 0%, rgba(115, 199, 255, 0.14), transparent 38%),
    rgba(3, 21, 33, 0.48);
}

.bd-metric strong {
  display: block;
  color: #ffffff;
  font-size: clamp(2.4rem, 4vw, 4.4rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.bd-metric span {
  display: block;
  margin-top: 10px;
  color: var(--bd-muted);
  font-weight: 800;
}

.bd-image-band {
  grid-template-columns: minmax(400px, 0.78fr) minmax(0, 1fr);
}

.bd-tools-panel {
  display: block;
}

.bd-tool-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.bd-tool-list article {
  min-height: 100%;
  padding: 24px;
  border: 1px solid var(--bd-line);
  border-radius: var(--bd-radius-lg);
  background:
    radial-gradient(circle at 100% 0%, rgba(115, 199, 255, 0.16), transparent 42%),
    rgba(3, 21, 33, 0.46);
}

.bd-wow-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(24px, 3vw, 34px);
  padding: clamp(28px, 4vw, 52px);
  align-items: center;
}

.bd-wow-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.bd-wow-steps span {
  display: flex;
  min-height: 90px;
  align-items: center;
  justify-content: center;
  padding: 22px;
  border: 1px solid var(--bd-line);
  border-radius: var(--bd-radius-lg);
  background: rgba(115, 199, 255, 0.12);
  color: #ffffff;
  font-size: clamp(1.08rem, 1.4vw, 1.28rem);
  font-weight: 900;
  text-align: center;
}

.bd-outcome-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.bd-outcome {
  min-height: 100%;
  padding: 26px;
  border: 1px solid var(--bd-line);
  border-radius: var(--bd-radius-lg);
  background:
    radial-gradient(circle at 100% 0%, rgba(115, 199, 255, 0.16), transparent 42%),
    rgba(3, 21, 33, 0.46);
}

.bd-testimonial-feature {
  grid-template-columns: minmax(400px, 0.75fr) minmax(0, 1fr);
}

.bd-testimonial-copy blockquote {
  margin: 22px 0 0;
  color: #ffffff;
  font-size: clamp(1.4rem, 2.1vw, 2.15rem);
  line-height: 1.24;
  letter-spacing: -0.045em;
}

.bd-testimonial-copy strong {
  display: block;
  margin-top: 18px;
  color: var(--bd-accent-strong);
}

.bd-final {
  padding-bottom: 70px;
}

.bd-cta-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: clamp(28px, 4vw, 52px);
}

.bd-btn {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  padding: 17px 30px;
  border: 1px solid rgba(184, 231, 255, 0.82);
  border-radius: var(--radius-btn);
  background: linear-gradient(135deg, #73c7ff, #eefaff);
  color: #031521;
  box-shadow: 0 16px 38px rgba(115, 199, 255, 0.34);
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.bd-btn:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 24px 58px rgba(115, 199, 255, 0.48);
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 760ms ease, transform 760ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .bd-story-card,
  .bd-image-band,
  .bd-testimonial-feature,
  .bd-cta-card {
    grid-template-columns: 1fr;
  }

  .bd-story-image,
  .bd-band-image,
  .bd-testimonial-image {
    height: 360px;
  }

  .bd-metrics-grid,
  .bd-outcome-grid,
  .bd-quote-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bd-tool-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bd-flow-list {
    grid-template-columns: 1fr;
  }

  .bd-flow-list article:nth-last-child(-n + 2) {
    border-bottom: 1px solid var(--bd-line);
    padding-bottom: 18px;
  }

  .bd-flow-list article:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .bd-btn {
    width: fit-content;
  }
}

@media (max-width: 760px) {
  .bd-container {
    width: min(100% - 28px, 1280px);
  }

  .bd-hero {
    padding-top: 78px;
  }

  .bd-hero-card {
    padding: 20px;
  }

  .bd-hero-copy h1,
  .bd-section-head h2,
  .bd-story-copy h2,
  .bd-band-copy h2,
  .bd-wow-copy h2,
  .bd-testimonial-copy h2,
  .bd-cta-card h2,
  .bd-quote-hero h2,
  .bd-flow-intro h2 {
    word-break: break-word;
  }

  .bd-hero-visual {
    min-height: 280px;
  }

  .bd-quote-grid,
  .bd-metrics-grid,
  .bd-tool-list,
  .bd-outcome-grid,
  .bd-wow-steps {
    grid-template-columns: 1fr;
  }

  .bd-flow-card {
    padding: 24px;
  }

  .bd-flow-list article {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
  }

  .bd-flow-list span {
    width: 38px;
    height: 38px;
    font-size: 0.9rem;
  }

  .bd-story-image,
  .bd-band-image,
  .bd-testimonial-image {
    height: 260px;
  }

  .bd-btn {
    width: 100%;
  }
}