/* Organic shapes and blobs for background accents */

.bg-shape-wrapper {
  position: relative;
  overflow: hidden;
}

/* Shape 1: Forest blob — pojok kanan atas */
.bg-shape-1 {
  position: absolute;
  top: -15%;
  right: -8%;
  width: 55vw;
  height: 55vw;
  max-width: 600px;
  max-height: 600px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%231A362D' opacity='0.05' d='M45.7,-76.4C58.9,-69.3,69.1,-55.3,77.6,-40.4C86.1,-25.6,92.9,-9.8,91.8,5.4C90.7,20.6,81.7,35.2,71.5,47.7C61.3,60.2,49.9,70.6,36.1,77.7C22.3,84.8,6.1,88.7,-8.9,85.5C-23.9,82.3,-37.8,72.1,-50.2,60.5C-62.6,48.9,-73.4,36,-79.8,20.8C-86.2,5.6,-88.2,-11.9,-82.5,-26.8C-76.8,-41.7,-63.3,-53.9,-49.1,-60.8C-34.9,-67.6,-20,-69.1,-3.5,-64.1C13,-59.1,26.1,-47.5,45.7,-76.4Z' transform='translate(100 100)' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
  pointer-events: none;
}

/* Shape 2: Terracotta blob — pojok kiri bawah */
.bg-shape-2 {
  position: absolute;
  bottom: -20%;
  left: -12%;
  width: 65vw;
  height: 65vw;
  max-width: 700px;
  max-height: 700px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23D35D47' opacity='0.04' d='M42.7,-73.3C55.9,-66.2,67.6,-54.6,76.5,-41.1C85.4,-27.6,91.5,-12.1,89.5,2.5C87.5,17.1,77.4,30.8,66.6,43.2C55.8,55.6,44.4,66.6,30.3,74.3C16.3,81.9,-0.3,86.2,-15.8,83.1C-31.4,80,-45.8,69.5,-56.9,56.8C-68.1,44.1,-75.9,29.1,-79.9,12.7C-83.9,-3.7,-84.1,-21.4,-77.3,-36.5C-70.5,-51.6,-56.8,-64,-41.8,-70.7C-26.8,-77.5,-10.4,-78.6,3.6,-83.8C17.6,-89,35.2,-88.3,42.7,-73.3Z' transform='translate(100 100)' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
  pointer-events: none;
}

/* Shape 3 kecil: aksen tambahan untuk section berbeda */
.bg-shape-3 {
  position: absolute;
  top: 20%;
  left: -5%;
  width: 30vw;
  height: 30vw;
  max-width: 320px;
  max-height: 320px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%231A362D' opacity='0.04' d='M38.9,-65.1C50.5,-57.8,60.2,-47.1,66.6,-34.7C73,-22.3,76,-8.1,74.3,5.8C72.5,19.7,66,33.2,56.4,43.5C46.8,53.8,34.1,60.8,20.2,66C6.3,71.2,-8.8,74.6,-23.3,72.1C-37.7,69.7,-51.5,61.4,-61.1,49.5C-70.7,37.6,-76.1,22,-75.7,6.8C-75.3,-8.4,-69,-23.2,-59.9,-35.2C-50.8,-47.3,-38.9,-56.6,-26.2,-63.6C-13.5,-70.5,0,-75.1,13.7,-73.8C27.4,-72.4,27.3,-72.4,38.9,-65.1Z' transform='translate(100 100)' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
  pointer-events: none;
}
