body.gfx-hub-template {
  margin: 0 !important;
  background: #0b0910;
}

.elementor-widget-gfx_hub,
.elementor-widget-gfx_hub > .elementor-widget-container {
  width: 100%;
}

.gfx-hub-app {
  --gfx-ink: #f7f5ff;
  --gfx-muted: #aaa5ba;
  --gfx-canvas: #0b0910;
  --gfx-line: rgba(255, 255, 255, 0.1);
  --gfx-drift-x: 0px;
  --gfx-drift-y: 0px;
  isolation: isolate;
  position: relative;
  min-height: 100dvh;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: 28px clamp(20px, 4vw, 64px) 24px;
  background:
    radial-gradient(circle at 48% 52%, rgba(52, 42, 72, 0.25), transparent 46%),
    linear-gradient(135deg, #0c0a11 0%, #100d17 48%, #09080d 100%);
  color: var(--gfx-ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.gfx-hub-app,
.gfx-hub-app *,
.gfx-hub-app *::before,
.gfx-hub-app *::after {
  box-sizing: border-box;
}

.gfx-hub-app a {
  color: inherit;
  text-decoration: none;
}

.gfx-hub-noise {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.25;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.gfx-hub-ambient {
  position: absolute;
  z-index: -2;
  width: min(46vw, 680px);
  aspect-ratio: 1;
  border-radius: 999px;
  filter: blur(95px);
  opacity: 0.13;
  pointer-events: none;
  translate: var(--gfx-drift-x) var(--gfx-drift-y);
  transition: translate 600ms cubic-bezier(0.2, 0.8, 0.2, 1);
  animation: gfx-hub-ambient-drift 10s ease-in-out infinite alternate;
}

.gfx-hub-ambient-one {
  top: -28%;
  left: -12%;
  background: #8f5dff;
}

.gfx-hub-ambient-two {
  right: -14%;
  bottom: -35%;
  background: #ff777f;
  animation-delay: -5s;
}

.gfx-hub-topbar,
.gfx-hub-footer {
  width: min(100%, 1280px);
  margin-inline: auto;
}

.gfx-hub-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  animation: gfx-hub-fade-down 500ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.gfx-hub-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-height: 48px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.18em;
}

.gfx-hub-brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.11);
  font-size: 15px;
  letter-spacing: 0;
}

.gfx-hub-status {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  color: #bbb6c9;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
}

.gfx-hub-status-dot {
  position: relative;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #52dfa8;
  box-shadow: 0 0 14px rgba(82, 223, 168, 0.65);
}

.gfx-hub-status-dot::after {
  content: "";
  position: absolute;
  inset: -4px;
  border: 1px solid rgba(82, 223, 168, 0.35);
  border-radius: inherit;
  animation: gfx-hub-status-pulse 2s ease-out infinite;
}

.gfx-hub-hero {
  width: min(100%, 1160px);
  margin: auto;
  padding: clamp(52px, 7vh, 92px) 0 clamp(48px, 6vh, 72px);
}

.gfx-hub-hero-copy {
  max-width: 780px;
  margin: 0 auto clamp(44px, 6vh, 70px);
  text-align: center;
  animation: gfx-hub-rise 650ms 80ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.gfx-hub-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  color: #c5bfd5;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.gfx-hub-kicker::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f5a95c;
  box-shadow: 0 0 12px rgba(245, 169, 92, 0.75);
}

.gfx-hub-app h1 {
  max-width: 760px;
  margin: 0 auto;
  padding: 0;
  color: var(--gfx-ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(2.5rem, 6vw, 5.4rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.025em;
  text-align: center;
  text-transform: none;
}

.gfx-hub-headline-line {
  display: block;
  white-space: nowrap;
}

.gfx-hub-intro {
  max-width: 570px;
  margin: 22px auto 0;
  color: var(--gfx-muted);
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  font-weight: 400;
  line-height: 1.6;
  text-wrap: balance;
}

.gfx-hub-folder-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 2.3vw, 32px);
}

.gfx-hub-folder-link {
  --gfx-folder: #3baee9;
  --gfx-folder-deep: #167aad;
  --gfx-folder-glow: rgba(59, 174, 233, 0.25);
  --gfx-delay: 0ms;
  position: relative;
  min-width: 0;
  aspect-ratio: 1.08 / 1;
  cursor: pointer;
  outline: none;
  perspective: 900px;
  touch-action: manipulation;
  animation: gfx-hub-folder-enter 650ms var(--gfx-delay) cubic-bezier(0.16, 1, 0.3, 1) both;
}

.gfx-hub-folder-shadow {
  position: absolute;
  inset: 24% 8% 1%;
  border-radius: 30%;
  background: var(--gfx-folder-glow);
  filter: blur(28px);
  opacity: 0.68;
  transform: translateY(12px) scale(0.88);
  transition: transform 300ms cubic-bezier(0.2, 0.8, 0.2, 1), opacity 300ms ease;
}

.gfx-hub-folder-back {
  position: absolute;
  inset: 10% 2% 5%;
  overflow: hidden;
  border-radius: 20px 22px 24px 24px;
  background: linear-gradient(145deg, var(--gfx-folder) 0%, var(--gfx-folder-deep) 115%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24), 0 18px 42px rgba(0, 0, 0, 0.27);
  transition: transform 320ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.gfx-hub-folder-tab {
  position: absolute;
  top: -1px;
  left: 0;
  width: 50%;
  height: 28%;
  border-radius: 20px 18px 0 0;
  background: var(--gfx-folder);
  clip-path: polygon(0 0, 72% 0, 88% 52%, 100% 64%, 100% 100%, 0 100%);
}

.gfx-hub-folder-paper {
  position: absolute;
  right: 8%;
  bottom: 11%;
  left: 8%;
  height: 67%;
  border-radius: 12px 12px 3px 3px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08);
  transform-origin: bottom center;
  transition: transform 320ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.gfx-hub-paper-one {
  opacity: 0.62;
  transform: rotate(-2deg) translateY(10%);
}

.gfx-hub-paper-two {
  opacity: 0.88;
  transform: rotate(2deg) translateY(14%);
}

.gfx-hub-folder-front {
  position: absolute;
  inset: 32% 2% 5%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(18px, 2vw, 26px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 22px 22px 24px 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent 26%), linear-gradient(145deg, var(--gfx-folder), var(--gfx-folder-deep));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24), inset 0 -1px 0 rgba(0, 0, 0, 0.12), 0 17px 34px rgba(0, 0, 0, 0.3);
  transform-origin: bottom center;
  transition: transform 340ms cubic-bezier(0.2, 0.85, 0.2, 1), filter 260ms ease, box-shadow 300ms ease;
}

.gfx-hub-folder-front::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 25%, rgba(255, 255, 255, 0.22) 45%, transparent 65%);
  transform: translateX(-130%);
  transition: transform 550ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.gfx-hub-folder-icon {
  position: absolute;
  top: 20px;
  left: clamp(18px, 2vw, 26px);
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 14px;
  background: rgba(8, 7, 12, 0.18);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.15);
  color: #fff;
  transition: transform 280ms cubic-bezier(0.2, 0.8, 0.2, 1), background 240ms ease;
}

.gfx-hub-folder-icon svg,
.gfx-hub-open-indicator svg {
  display: block;
  width: 23px;
  height: 23px;
}

.gfx-hub-folder-content {
  position: relative;
  z-index: 1;
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 6px;
  padding-right: 36px;
  color: #fff;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.16);
}

.gfx-hub-folder-eyebrow {
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.12em;
  opacity: 0.74;
  text-transform: uppercase;
}

.gfx-hub-folder-title {
  font-size: clamp(1.05rem, 1.75vw, 1.4rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.gfx-hub-open-indicator {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background: rgba(8, 7, 12, 0.14);
  color: #fff;
  opacity: 0.78;
  transform: translate(3px, 3px);
  transition: transform 260ms ease, opacity 260ms ease, background 260ms ease;
}

.gfx-hub-folder-link:hover .gfx-hub-folder-shadow,
.gfx-hub-folder-link:focus-visible .gfx-hub-folder-shadow {
  opacity: 1;
  transform: translateY(18px) scale(1.02);
}

.gfx-hub-folder-link:hover .gfx-hub-folder-back,
.gfx-hub-folder-link:focus-visible .gfx-hub-folder-back {
  transform: translateY(-7px) rotateX(-2deg);
}

.gfx-hub-folder-link:hover .gfx-hub-folder-front,
.gfx-hub-folder-link:focus-visible .gfx-hub-folder-front {
  filter: saturate(1.08) brightness(1.04);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 25px 48px rgba(0, 0, 0, 0.38);
  transform: rotateX(-11deg) translateY(4px) scale(1.015);
}

.gfx-hub-folder-link:hover .gfx-hub-folder-front::before,
.gfx-hub-folder-link:focus-visible .gfx-hub-folder-front::before {
  transform: translateX(130%);
}

.gfx-hub-folder-link:hover .gfx-hub-paper-one,
.gfx-hub-folder-link:focus-visible .gfx-hub-paper-one {
  transform: rotate(-5deg) translateY(-2%);
}

.gfx-hub-folder-link:hover .gfx-hub-paper-two,
.gfx-hub-folder-link:focus-visible .gfx-hub-paper-two {
  transform: rotate(4deg) translateY(3%);
}

.gfx-hub-folder-link:hover .gfx-hub-folder-icon,
.gfx-hub-folder-link:focus-visible .gfx-hub-folder-icon {
  background: rgba(8, 7, 12, 0.27);
  transform: translateY(-3px) rotate(-3deg);
}

.gfx-hub-folder-link:hover .gfx-hub-open-indicator,
.gfx-hub-folder-link:focus-visible .gfx-hub-open-indicator {
  opacity: 1;
  transform: translate(0, 0);
  background: rgba(8, 7, 12, 0.24);
}

.gfx-hub-folder-link:active .gfx-hub-folder-front {
  transform: rotateX(-4deg) translateY(7px) scale(0.985);
  transition-duration: 100ms;
}

.gfx-hub-folder-link:focus-visible::after {
  content: "";
  position: absolute;
  inset: 4% -2% 0;
  border: 3px solid #fff;
  border-radius: 28px;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.18);
}

.gfx-hub-hint {
  margin: clamp(30px, 4vh, 44px) 0 0;
  color: #827c90;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.14em;
  text-align: center;
  text-transform: uppercase;
  animation: gfx-hub-rise 600ms 520ms both;
}

.gfx-hub-footer {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #696473;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  animation: gfx-hub-fade-up 500ms 600ms both;
}

.gfx-hub-footer-line {
  width: 30px;
  height: 1px;
  background: var(--gfx-line);
}

.gfx-hub-skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100000;
  padding: 12px 16px;
  border-radius: 10px;
  background: #fff;
  color: #111 !important;
  font-size: 14px;
  font-weight: 700;
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

.gfx-hub-skip-link:focus {
  transform: translateY(0);
}

@keyframes gfx-hub-folder-enter {
  from {
    opacity: 0;
    transform: translateY(32px) scale(0.94);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes gfx-hub-rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes gfx-hub-fade-down {
  from {
    opacity: 0;
    transform: translateY(-12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes gfx-hub-fade-up {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes gfx-hub-ambient-drift {
  to {
    transform: translate3d(5%, 3%, 0) scale(1.08);
  }
}

@keyframes gfx-hub-status-pulse {
  0% {
    opacity: 0.75;
    transform: scale(0.65);
  }
  75%,
  100% {
    opacity: 0;
    transform: scale(1.7);
  }
}

@media (max-width: 980px) {
  .gfx-hub-app {
    overflow-y: auto;
  }

  .gfx-hub-hero {
    padding-top: 64px;
  }

  .gfx-hub-folder-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 720px;
    margin-inline: auto;
  }

  .gfx-hub-folder-link {
    aspect-ratio: 1.22 / 1;
  }
}

@media (max-width: 560px) {
  .gfx-hub-app {
    padding: 18px 16px 20px;
  }

  .gfx-hub-status {
    font-size: 0;
  }

  .gfx-hub-status-dot {
    width: 8px;
    height: 8px;
  }

  .gfx-hub-hero {
    padding: 54px 0 48px;
  }

  .gfx-hub-hero-copy {
    margin-bottom: 40px;
  }

  .gfx-hub-app h1 {
    font-size: clamp(2rem, 9.6vw, 3rem);
  }

  .gfx-hub-intro {
    max-width: 330px;
    margin-top: 18px;
  }

  .gfx-hub-folder-grid {
    grid-template-columns: 1fr;
    gap: 22px;
    max-width: 380px;
  }

  .gfx-hub-folder-link {
    aspect-ratio: 1.38 / 1;
  }

  .gfx-hub-folder-front {
    inset: 31% 2% 5%;
  }

  .gfx-hub-folder-title {
    font-size: 1.35rem;
  }

  .gfx-hub-footer {
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gfx-hub-app,
  .gfx-hub-app *,
  .gfx-hub-app *::before,
  .gfx-hub-app *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
