@layer sections {
  #inscricao {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    color: var(--cream);
    background:
      radial-gradient(circle at 58% 38%, rgba(255, 231, 174, 0.36), transparent 34%),
      radial-gradient(circle at 88% 44%, rgba(255, 216, 144, 0.34), transparent 36%),
      radial-gradient(circle at 78% 10%, rgba(255, 196, 110, 0.3), transparent 26%),
      linear-gradient(180deg, #1a2440 0%, #2f3552 42%, #5d4a3d 72%, #8b5f3a 100%);
  }

  #inscricao::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background:
      linear-gradient(170deg, rgba(255, 240, 196, 0.28) 0 13%, transparent 52%),
      linear-gradient(182deg, rgba(255, 234, 178, 0.34) 0 16%, transparent 58%),
      linear-gradient(194deg, rgba(255, 228, 165, 0.38) 0 15%, transparent 56%),
      linear-gradient(206deg, rgba(255, 220, 150, 0.34) 0 16%, transparent 55%),
      linear-gradient(180deg, rgba(14, 20, 34, 0.28) 0 34%, transparent 72%);
    background-blend-mode: screen, screen, screen, screen, multiply;
  }

  #inscricao::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background-image:
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 220'%3E%3Cg fill='%23f4d889' fill-opacity='0.32' font-family='serif'%3E%3Ctext x='20' y='60' font-size='34'%3E%E2%99%AA%3C/text%3E%3Ctext x='112' y='108' font-size='40'%3E%E2%99%AB%3C/text%3E%3Ctext x='36' y='172' font-size='28'%3E%E2%99%AC%3C/text%3E%3Ctext x='156' y='188' font-size='24'%3E%E2%99%A9%3C/text%3E%3C/g%3E%3C/svg%3E"),
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 260 260'%3E%3Cg fill='%23ffe7a8' fill-opacity='0.26' font-family='serif'%3E%3Ctext x='40' y='86' font-size='30'%3E%E2%99%AC%3C/text%3E%3Ctext x='156' y='64' font-size='26'%3E%E2%99%AA%3C/text%3E%3Ctext x='92' y='170' font-size='38'%3E%E2%99%AB%3C/text%3E%3Ctext x='198' y='218' font-size='24'%3E%E2%99%A9%3C/text%3E%3C/g%3E%3C/svg%3E");
    background-size:
      250px 250px,
      320px 320px;
    background-position:
      0 -42px,
      120px 20px;
    background-repeat: repeat;
    opacity: 0.62;
  }

  #inscricao > * {
    position: relative;
    z-index: 1;
  }
}
