.bbds-widget-root,
.bbds-widget-root * {
  box-sizing: border-box;
}

.bbds-widget-root {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  background: #ffffff;
  color: #070707;
}

.bbds-widget-root .brabant-detail-section {
  width: 100%;
  background: #ffffff;
  overflow: visible;
}

.bbds-widget-root .brabant-detail-container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}

.bbds-widget-root .red-text {
  color: #9e2018;
}

/* ================= TOP PART ================= */

.bbds-widget-root .partner-block {
  padding: 42px 0 43px;
}

.bbds-widget-root .partner-grid {
  display: grid;
  grid-template-columns: 500px 560px;
  column-gap: 60px;
  align-items: start;
}

.bbds-widget-root .partner-title {
  font-size: 38px;
  line-height: 1.03;
  font-weight: 800;
  letter-spacing: 0.5px;
  color: #060606;
  margin: 0 0 22px;
}

.bbds-widget-root .partner-text {
  max-width: 495px;
  font-size: 15.7px;
  line-height: 1.45;
  font-weight: 500;
  color: #060606;
  margin: 0 0 22px;
}

.bbds-widget-root .partner-list {
  list-style: none;
  margin: 0 0 25px;
  padding: 0;
}

.bbds-widget-root .partner-list li {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 15.4px;
  line-height: 1.55;
  font-weight: 800;
  color: #070707;
}

.bbds-widget-root .green-check {
  color: #43b000;
  font-size: 22px;
  line-height: 1;
  font-weight: 900;
  position: relative;
  top: -1px;
  flex: 0 0 auto;
}

.bbds-widget-root .green-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 194px;
  height: 40px;
  padding: 0 22px;
  border-radius: 7px;
  background: #43b300;
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  line-height: 1;
  font-weight: 800;
  transition: transform 0.2s ease, opacity 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.bbds-widget-root .green-btn:hover {
  color: #ffffff;
  text-decoration: none;
}

.bbds-widget-root .top-video {
  width: 560px;
  height: 560px;
  background: #111111;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.45);
  cursor: pointer;
}

.bbds-widget-root .top-video img,
.bbds-widget-root .top-video iframe {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border: 0;
}

.bbds-widget-root .video-control-layer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 82px;
  background: linear-gradient(to top, rgba(0,0,0,0.86), rgba(0,0,0,0));
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}

.bbds-widget-root .video-control-row {
  position: absolute;
  left: 19px;
  right: 19px;
  bottom: 31px;
  display: flex;
  align-items: center;
}

.bbds-widget-root .video-play-small {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #ffffff;
  margin-right: 16px;
}

.bbds-widget-root .video-time {
  margin-right: auto;
}

.bbds-widget-root .video-icon {
  width: 19px;
  height: 19px;
  fill: #ffffff;
  margin-left: 18px;
}

.bbds-widget-root .video-progress {
  position: absolute;
  left: 19px;
  right: 19px;
  bottom: 22px;
  height: 4px;
  background: rgba(255, 255, 255, 0.32);
}

.bbds-widget-root .video-progress::before {
  content: "";
  display: block;
  width: 9%;
  height: 100%;
  background: #ffffff;
}

/* ================= PROCESS PART ================= */

.bbds-widget-root .process-block {
  position: relative;
  padding: 72px 0 132px;
  background: #ffffff;
}

.bbds-widget-root .process-block::before {
  content: "";
  position: absolute;
  left: -8%;
  top: 0;
  width: 116%;
  height: 105px;
  background: #f7f7f7;
  clip-path: polygon(0 0, 100% 0, 100% 23%, 0 100%);
  z-index: 0;
}

.bbds-widget-root .process-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 225px 820px;
  column-gap: 75px;
  align-items: start;
}

.bbds-widget-root .process-left {
  padding-top: 52px;
}

.bbds-widget-root .process-title {
  font-size: 34px;
  line-height: 1.05;
  font-weight: 800;
  color: #060606;
  letter-spacing: 0.1px;
  margin: 0 0 25px;
}

.bbds-widget-root .process-text {
  max-width: 220px;
  font-size: 15.3px;
  line-height: 1.45;
  font-weight: 500;
  color: #1c1c1c;
  margin: 0;
}

.bbds-widget-root .steps-area {
  position: relative;
  padding-top: 18px;
}

.bbds-widget-root .steps-line {
  position: absolute;
  left: 0;
  right: 0;
  top: 72px;
  height: 2px;
  background: #ededed;
  z-index: 1;
}

.bbds-widget-root .steps-line::before,
.bbds-widget-root .steps-line::after {
  content: "";
  position: absolute;
  top: -5px;
  width: 11px;
  height: 11px;
  border-top: 2px solid #ededed;
  border-right: 2px solid #ededed;
}

.bbds-widget-root .steps-line::before {
  left: -4px;
  transform: rotate(-135deg);
}

.bbds-widget-root .steps-line::after {
  right: -4px;
  transform: rotate(45deg);
}

.bbds-widget-root .steps-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 13px;
}

.bbds-widget-root .step-item {
  text-align: center;
  position: relative;
}

.bbds-widget-root .step-label {
  font-size: 19px;
  line-height: 1;
  font-weight: 800;
  color: #9e2018;
  margin-bottom: 23px;
}

.bbds-widget-root .step-icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #9e2a21;
  color: #ffffff;
  margin: 0 auto 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.bbds-widget-root .step-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -42px;
  transform: translateX(-50%);
  width: 2px;
  height: 38px;
  background: #9e2a21;
}

.bbds-widget-root .step-icon svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bbds-widget-root .step-card {
  width: 100%;
  min-height: 174px;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.18);
  padding: 18px 20px 18px;
  position: relative;
}

.bbds-widget-root .step-card::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -9px;
  width: 17px;
  height: 17px;
  background: #ffffff;
  border-left: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
  transform: translateX(-50%) rotate(45deg);
}

.bbds-widget-root .step-card h3 {
  position: relative;
  z-index: 2;
  font-size: 18px;
  line-height: 1.15;
  font-weight: 800;
  color: #9e2018;
  margin: 0 0 13px;
}

.bbds-widget-root .step-card p {
  position: relative;
  z-index: 2;
  font-size: 14.4px;
  line-height: 1.42;
  font-weight: 500;
  color: #2a2a2a;
  margin: 0;
}

/* ================= BOTTOM PART ================= */

.bbds-widget-root .sustainable-block {
  padding: 0 0 69px;
  background: #ffffff;
  overflow: visible;
}

.bbds-widget-root .sustainable-grid {
  display: grid;
  grid-template-columns: 560px 500px;
  column-gap: 60px;
  align-items: center;
  overflow: visible;
}

.bbds-widget-root .youtube-box {
  width: 560px;
  height: 315px;
  background: transparent;
  position: relative;
  overflow: visible;
  padding-left: 38px;
}

.bbds-widget-root .youtube-thumb-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #111111;
  cursor: pointer;
}

.bbds-widget-root .youtube-thumb-wrap img,
.bbds-widget-root .youtube-thumb-wrap iframe {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border: 0;
}

.bbds-widget-root .youtube-thumb-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 165, 80, 0.25);
}

.bbds-widget-root .youtube-thumb-wrap.bbds-video-loaded::after,
.bbds-widget-root .youtube-thumb-wrap.bbds-video-loaded .yt-title,
.bbds-widget-root .youtube-thumb-wrap.bbds-video-loaded .yt-play,
.bbds-widget-root .youtube-thumb-wrap.bbds-video-loaded .watch-youtube,
.bbds-widget-root .top-video.bbds-video-loaded .video-control-layer {
  display: none;
}

.bbds-widget-root .yt-title {
  position: absolute;
  top: 11px;
  left: 14px;
  right: 14px;
  z-index: 3;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.15;
  font-weight: 800;
  text-shadow: 0 1px 4px rgba(0,0,0,0.55);
}

.bbds-widget-root .yt-title small {
  display: block;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 600;
  margin-top: 2px;
}

.bbds-widget-root .known-badge {
  position: absolute;
  left: 0;
  top: 102px;
  z-index: 10;
  width: 104px;
  height: 104px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 2px 12px rgba(0,0,0,0.13);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(8deg);
  color: #111111;
  font-size: 17px;
  line-height: 0.95;
  font-weight: 900;
}

.bbds-widget-root .known-badge span {
  display: block;
  color: #1682e8;
  font-size: 35px;
  line-height: 1;
  margin-top: 6px;
}

.bbds-widget-root .yt-play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 6;
  transform: translate(-50%, -50%);
  width: 69px;
  height: 49px;
  border-radius: 10px;
  background: #ff0000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bbds-widget-root .yt-play::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 19px solid #ffffff;
  margin-left: 5px;
}

.bbds-widget-root .watch-youtube {
  position: absolute;
  right: 30px;
  bottom: 18px;
  z-index: 6;
  height: 33px;
  padding: 0 18px;
  border-radius: 19px;
  background: rgba(91, 62, 43, 0.82);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
}

.bbds-widget-root .sustainable-title {
  font-size: 34px;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: 0.2px;
  color: #060606;
  margin: 0 0 32px;
}

.bbds-widget-root .sustainable-text {
  max-width: 500px;
  font-size: 15.3px;
  line-height: 1.47;
  font-weight: 500;
  color: #070707;
  margin: 0;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 1190px) {
  .bbds-widget-root .brabant-detail-container {
    max-width: 940px;
    padding: 0 22px;
  }

  .bbds-widget-root .partner-grid {
    grid-template-columns: 1fr 470px;
    column-gap: 40px;
  }

  .bbds-widget-root .top-video {
    width: 470px;
    height: 470px;
  }

  .bbds-widget-root .process-inner {
    grid-template-columns: 220px 1fr;
    column-gap: 35px;
  }

  .bbds-widget-root .sustainable-grid {
    grid-template-columns: 470px 1fr;
    column-gap: 40px;
  }

  .bbds-widget-root .youtube-box {
    width: 470px;
    height: 264px;
    padding-left: 34px;
  }

  .bbds-widget-root .known-badge {
    width: 92px;
    height: 92px;
    top: 86px;
  }

  .bbds-widget-root .known-badge span {
    font-size: 31px;
  }
}

@media (max-width: 900px) {
  .bbds-widget-root .partner-block {
    padding: 42px 0 36px;
  }

  .bbds-widget-root .brabant-detail-container {
    max-width: 720px;
  }

  .bbds-widget-root .partner-grid,
  .bbds-widget-root .process-inner,
  .bbds-widget-root .sustainable-grid {
    grid-template-columns: 1fr;
    row-gap: 34px;
  }

  .bbds-widget-root .partner-content,
  .bbds-widget-root .process-left,
  .bbds-widget-root .sustainable-content {
    text-align: center;
  }

  .bbds-widget-root .partner-text,
  .bbds-widget-root .process-text,
  .bbds-widget-root .sustainable-text {
    margin-left: auto;
    margin-right: auto;
  }

  .bbds-widget-root .partner-list {
    display: inline-block;
    text-align: left;
  }

  .bbds-widget-root .top-video {
    width: 100%;
    max-width: 560px;
    height: auto;
    aspect-ratio: 1 / 1;
    margin: 0 auto;
  }

  .bbds-widget-root .process-block {
    padding: 65px 0 90px;
  }

  .bbds-widget-root .process-left {
    padding-top: 0;
  }

  .bbds-widget-root .process-text {
    max-width: 430px;
  }

  .bbds-widget-root .steps-area {
    max-width: 760px;
    margin: 0 auto;
  }

  .bbds-widget-root .sustainable-grid {
    align-items: center;
  }

  .bbds-widget-root .youtube-box {
    width: 100%;
    max-width: 560px;
    height: auto;
    aspect-ratio: 16 / 9;
    margin: 0 auto;
    padding-left: 38px;
  }
}

@media (max-width: 680px) {
  .bbds-widget-root .partner-title,
  .bbds-widget-root .process-title,
  .bbds-widget-root .sustainable-title {
    font-size: 28px;
  }

  .bbds-widget-root .partner-text,
  .bbds-widget-root .process-text,
  .bbds-widget-root .sustainable-text {
    font-size: 14.5px;
  }

  .bbds-widget-root .steps-line {
    display: none;
  }

  .bbds-widget-root .steps-grid {
    grid-template-columns: 1fr;
    row-gap: 34px;
  }

  .bbds-widget-root .step-icon {
    margin-bottom: 29px;
  }

  .bbds-widget-root .step-icon::after {
    bottom: -31px;
    height: 27px;
  }

  .bbds-widget-root .step-card {
    max-width: 350px;
    margin: 0 auto;
  }

  .bbds-widget-root .youtube-box {
    padding-left: 24px;
  }

  .bbds-widget-root .known-badge {
    left: 0;
    top: 86px;
    width: 82px;
    height: 82px;
    font-size: 13px;
  }

  .bbds-widget-root .known-badge span {
    font-size: 27px;
  }
}

@media (max-width: 480px) {
  .bbds-widget-root .brabant-detail-container {
    padding: 0 16px;
  }

  .bbds-widget-root .partner-block {
    padding-top: 34px;
  }

  .bbds-widget-root .partner-title,
  .bbds-widget-root .process-title,
  .bbds-widget-root .sustainable-title {
    font-size: 25px;
  }

  .bbds-widget-root .partner-list li {
    font-size: 14px;
  }

  .bbds-widget-root .green-btn {
    width: 100%;
    max-width: 220px;
  }

  .bbds-widget-root .step-card h3 {
    font-size: 17px;
  }

  .bbds-widget-root .step-card p {
    font-size: 14px;
  }

  .bbds-widget-root .youtube-box {
    padding-left: 18px;
  }

  .bbds-widget-root .yt-title {
    font-size: 13px;
  }

  .bbds-widget-root .known-badge {
    width: 72px;
    height: 72px;
    top: 74px;
    font-size: 11px;
  }

  .bbds-widget-root .known-badge span {
    font-size: 24px;
  }

  .bbds-widget-root .watch-youtube {
    right: 14px;
    bottom: 13px;
    height: 29px;
    font-size: 12px;
    padding: 0 13px;
  }
}
