.faq-file p {
  margin: 0;
  padding: 0 1.15rem 1.1rem 5rem;
  color: #0f172a;
  font-weight: 760;
}

.shout-wall {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
  padding: 1.15rem;
  background:
    radial-gradient(circle at 88% 12%, rgba(37, 99, 235, .28), transparent 26%),
    linear-gradient(135deg, rgba(255, 255, 255, .08), transparent 40%),
    rgba(5, 5, 9, .72);
  border: 3px solid rgba(255, 255, 255, .85);
  box-shadow: inset 0 0 0 2px rgba(37, 99, 235, .5), var(--shadow);
  overflow: hidden;
}

.shout-wall::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .42;
  background:
    radial-gradient(circle, rgba(255, 255, 255, .3) 1px, transparent 1.5px),
    repeating-linear-gradient(135deg, transparent 0 18px, rgba(37, 99, 235, .08) 19px 21px);
  background-size: 11px 11px, auto;
}

.review-note {
  --reveal-rotate: rotate(var(--tilt, 0deg));
  z-index: 2;
  grid-column: span 4;
  min-height: 215px;
  padding: 1.05rem;
  clip-path: polygon(0 4%, 94% 0, 100% 91%, 7% 100%);
  transform: var(--reveal-rotate);
  transition: transform .22s ease, box-shadow .22s ease, opacity .45s ease;
}

.review-note:nth-of-type(1) {
  --tilt: -1.7deg;
}

.review-note:nth-of-type(2) {
  --tilt: 1.1deg;
}

.review-note:nth-of-type(3) {
  --tilt: -.7deg;
}

.review-note:nth-of-type(4) {
  --tilt: 1.6deg;
}

.review-note:nth-of-type(5) {
  --tilt: -1.1deg;
}

.review-wide {
  grid-column: span 6;
}

.review-note::before {
  content: attr(data-badge);
  position: absolute;
  right: .9rem;
  top: -.72rem;
  padding: .28rem .5rem;
  color: #fff;
  background: var(--pink);
  border: 2px solid #06060a;
  box-shadow: 3px 3px 0 #000;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: .78rem;
}

.review-head {
  display: flex;
  gap: .7rem;
  align-items: center;
  margin-bottom: .85rem;
  padding-bottom: .75rem;
  border-bottom: 3px dashed rgba(7, 7, 11, .3);
}

.avatar {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 45px;
  height: 45px;
  color: #fff;
  background: #050d1e;
  border: 3px solid var(--pink);
  box-shadow: 3px 3px 0 #000;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 1.35rem;
}

.review-head h3 {
  margin: 0;
  font-size: 1.35rem;
}

.review-head p {
  margin: .12rem 0 0;
  color: var(--pink);
  font-size: .9rem;
  font-weight: 950;
  line-height: 1.2;
  text-shadow: 1px 1px 0 #000;
}

.review-head p span {
  color: #5f5464;
  text-shadow: none;
}

.review-note blockquote {
  font-size: .96rem;
}

.wall-sticker {
  position: absolute;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  color: #fff;
  background: var(--pink);
  border: 3px solid #fff;
  box-shadow: 5px 5px 0 #000;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 1.45rem;
  pointer-events: none;
  animation: float-sticker 4.8s ease-in-out infinite;
}

.sticker-heart {
  right: 24px;
  top: 22px;
}

.sticker-bolt {
  left: 28px;
  bottom: 26px;
  animation-delay: -1.2s;
}

.final-gate {
  padding-bottom: 5.5rem;
}

.gate-card {
  overflow: hidden;
  padding: 2rem;
  color: var(--paper);
  background:
    radial-gradient(circle at 12% 20%, rgba(37, 99, 235, .36), transparent 18rem),
    radial-gradient(circle at 90% 70%, rgba(80, 247, 255, .18), transparent 18rem),
    linear-gradient(135deg, rgba(9, 9, 16, .96), rgba(20, 12, 19, .96));
  border-color: #fff;
  box-shadow: 0 0 0 5px #050d1e, 0 0 0 9px var(--pink), 0 25px 70px rgba(37, 99, 235, .28);
}

.gate-card::before {
  content: "FINAL GATE // SITUS KOPI4D // LINK AKTIF //";
  position: absolute;
  left: -1rem;
  right: -1rem;
  top: 1.2rem;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, .16);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 3.4rem;
  line-height: 1;
  white-space: nowrap;
  transform: rotate(-3deg);
}

.gate-card > * {
  position: relative;
  z-index: 2;
}

.gate-card h2 {
  max-width: 760px;
}

.gate-card p {
  max-width: 760px;
}

.site-footer {
  z-index: 2;
  padding-bottom: 2rem;
}

.footer-inner {
  display: grid;
  gap: 1.25rem;
  padding: 1.3rem;
  background: rgba(7, 7, 11, .85);
  border: 3px solid rgba(255, 255, 255, .78);
  box-shadow: inset 0 0 0 2px rgba(37, 99, 235, .4);
}

.footer-logo {
  display: inline-grid;
  place-items: center;
  width: 120px;
  min-height: 58px;
  padding: .35rem;
  background: #050d1e;
  border: 3px solid #fff;
  box-shadow: 5px 5px 0 var(--pink);
}
