body {
  background: radial-gradient(
    circle at 20% 10%,
    #0b2246 0%,
    #030713 35%,
    #02030a 100%
  );
  color: #e7f8ff;
}

.fw-page {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  padding: 90px 0 90px;
}

.fw-page::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 180px;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(24, 136, 118, 0.2) 0%,
    rgba(15, 87, 106, 0.12) 45%,
    rgba(2, 3, 10, 0) 100%
  );
}

.fw-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(10px);
  z-index: 0;
  pointer-events: none;
}

.fw-glow-a {
  width: 360px;
  height: 360px;
  top: 80px;
  left: -90px;
  background: radial-gradient(
    circle,
    rgba(0, 232, 255, 0.35) 0%,
    rgba(0, 232, 255, 0) 68%
  );
  animation: glowMoveA 8s ease-in-out infinite alternate;
}

.fw-glow-b {
  width: 440px;
  height: 440px;
  right: -140px;
  bottom: 20px;
  background: radial-gradient(
    circle,
    rgba(130, 90, 255, 0.32) 0%,
    rgba(130, 90, 255, 0) 70%
  );
  animation: glowMoveB 10s ease-in-out infinite alternate;
}

.fw-page .container {
  position: relative;
  z-index: 1;
}

.fw-hero {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 0 56px;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  padding: 70px 100px;
  border-radius: 0;
  border: 1px solid rgba(83, 194, 255, 0.32);
  background: linear-gradient(
    135deg,
    rgba(6, 25, 48, 0.78) 0%,
    rgba(16, 36, 69, 0.48) 100%
  );
  box-shadow:
    0 20px 55px rgba(0, 0, 0, 0.45),
    0 0 24px rgba(90, 211, 255, 0.24) inset;
  backdrop-filter: blur(10px);
  overflow: hidden;
}

.fw-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 20% 25%,
      rgba(65, 214, 255, 0.18) 0%,
      rgba(65, 214, 255, 0) 36%
    ),
    radial-gradient(
      circle at 85% 78%,
      rgba(122, 98, 255, 0.2) 0%,
      rgba(122, 98, 255, 0) 42%
    );
  pointer-events: none;
}

.fw-hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
}

.fw-title {
  margin: 0;
  padding-left: 20px;
  position: relative;
  font-size: 60px;
  font-weight: 800;
  letter-spacing: 2px;
  background: linear-gradient(
    96deg,
    #f3fbff 0%,
    #a8f1ff 32%,
    #70ddff 56%,
    #9bb0ff 82%,
    #d2dcff 100%
  );
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow:
    0 0 24px rgba(74, 230, 255, 0.45),
    0 0 44px rgba(130, 154, 255, 0.28);
}

.fw-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 70%;
  border-radius: 3px;
  background: linear-gradient(180deg, #a8f1ff 0%, #70ddff 100%);
  box-shadow: 0 0 10px rgba(112, 221, 255, 0.5);
}

.fw-intro {
  margin: 18px 0 0;
  font-size: 20px;
  line-height: 1.9;
  color: rgba(205, 236, 255, 0.96);
  text-shadow:
    0 1px 2px rgba(0, 16, 40, 0.4),
    0 0 16px rgba(77, 211, 255, 0.22);
  max-width: 960px;
}

.fw-bubbles {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}

.fw-bubbles span {
  position: absolute;
  bottom: -120px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: radial-gradient(
    circle at 30% 30%,
    rgba(205, 246, 255, 0.9),
    rgba(106, 223, 255, 0.26) 62%,
    rgba(106, 223, 255, 0.04)
  );
  box-shadow:
    inset 0 0 12px rgba(220, 247, 255, 0.45),
    0 0 18px rgba(78, 221, 255, 0.45);
  animation: bubbleRise 12s linear infinite;
}

.fw-bubbles span:nth-child(1) {
  left: 4%;
  width: 16px;
  height: 16px;
  animation-duration: 13s;
  animation-delay: -2s;
}
.fw-bubbles span:nth-child(2) {
  left: 11%;
  width: 24px;
  height: 24px;
  animation-duration: 10s;
  animation-delay: -7s;
}
.fw-bubbles span:nth-child(3) {
  left: 18%;
  width: 14px;
  height: 14px;
  animation-duration: 15s;
  animation-delay: -3s;
}
.fw-bubbles span:nth-child(4) {
  left: 27%;
  width: 30px;
  height: 30px;
  animation-duration: 11s;
  animation-delay: -9s;
}
.fw-bubbles span:nth-child(5) {
  left: 35%;
  width: 18px;
  height: 18px;
  animation-duration: 14s;
  animation-delay: -1s;
}
.fw-bubbles span:nth-child(6) {
  left: 42%;
  width: 26px;
  height: 26px;
  animation-duration: 9s;
  animation-delay: -4s;
}
.fw-bubbles span:nth-child(7) {
  left: 49%;
  width: 17px;
  height: 17px;
  animation-duration: 16s;
  animation-delay: -10s;
}
.fw-bubbles span:nth-child(8) {
  left: 57%;
  width: 22px;
  height: 22px;
  animation-duration: 12s;
  animation-delay: -6s;
}
.fw-bubbles span:nth-child(9) {
  left: 64%;
  width: 12px;
  height: 12px;
  animation-duration: 18s;
  animation-delay: -8s;
}
.fw-bubbles span:nth-child(10) {
  left: 71%;
  width: 28px;
  height: 28px;
  animation-duration: 11s;
  animation-delay: -5s;
}
.fw-bubbles span:nth-child(11) {
  left: 79%;
  width: 19px;
  height: 19px;
  animation-duration: 14s;
  animation-delay: -11s;
}
.fw-bubbles span:nth-child(12) {
  left: 86%;
  width: 23px;
  height: 23px;
  animation-duration: 10s;
  animation-delay: -12s;
}
.fw-bubbles span:nth-child(13) {
  left: 92%;
  width: 15px;
  height: 15px;
  animation-duration: 17s;
  animation-delay: -3s;
}
.fw-bubbles span:nth-child(14) {
  left: 96%;
  width: 20px;
  height: 20px;
  animation-duration: 13s;
  animation-delay: -9s;
}

.fw-gallery {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin: 0 auto;
}

.fw-card {
  position: relative;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(136, 213, 255, 0.28);
  background: rgba(7, 24, 46, 0.6);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.42);
  min-height: auto;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.fw-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 16px;
  background: linear-gradient(
    135deg,
    rgba(130, 216, 255, 0.4),
    rgba(111, 116, 255, 0.15),
    rgba(130, 216, 255, 0.4)
  );
  opacity: 0;
  transition: opacity 0.35s ease;
  z-index: 1;
  pointer-events: none;
}

.fw-card img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  max-height: none;
  object-fit: contain;
  filter: saturate(1.15) contrast(1.08);
  transform: scale(1);
  transition: transform 0.45s ease;
}

.fw-card-lg {
  width: 100%;
}

.fw-card:hover {
  transform: translateY(-6px);
  border-color: rgba(130, 225, 255, 0.8);
  box-shadow:
    0 16px 36px rgba(0, 0, 0, 0.54),
    0 0 24px rgba(79, 202, 255, 0.36);
}

.fw-card:hover::before {
  opacity: 1;
}

.fw-card:hover img {
  transform: scale(1.08);
}

.fw-card-html {
  min-height: auto;
  padding: 12px;
}

.fw-card__html {
  line-height: 0;
}

.fw-card__html img {
  width: 100%;
  height: auto;
  min-height: 0;
  object-fit: contain;
  border-radius: 12px;
  display: block;
  margin-bottom: 16px;
  filter: saturate(1.15) contrast(1.08);
  transition: transform 0.45s ease;
}

.fw-card__html img:last-child {
  margin-bottom: 0;
}

.fw-card-html:hover .fw-card__html img {
  transform: scale(1.03);
}

@keyframes glowMoveA {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(38px, -24px, 0);
  }
}

@keyframes glowMoveB {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-34px, 20px, 0);
  }
}

@keyframes bubbleRise {
  0% {
    transform: translate3d(0, 0, 0) scale(0.9);
    opacity: 0;
  }
  12% {
    opacity: 0.65;
  }
  55% {
    transform: translate3d(28px, -300px, 0) scale(1.08);
    opacity: 0.75;
  }
  100% {
    transform: translate3d(-24px, -760px, 0) scale(1.18);
    opacity: 0;
  }
}

@media (max-width: 767px) {
  .fw-page {
    padding-top: 42px;
  }

  .fw-hero {
    min-height: 420px;
    padding: 44px 18px;
  }

  .fw-intro {
    font-size: 15px;
    line-height: 1.75;
  }

  .fw-gallery {
    gap: 18px;
  }
}
