/* Prompt Works AI — brand and layout extensions for Edunex */

:root {
  --pw-primary: #723ec3;
  --pw-purple: #723ec3;
  --pw-blue: #5b6cff;
  --pw-dark: #0f1321;
  --pw-navy: #0f1321;
  --pw-navy-2: #1a2140;
  --pw-ink: #272f54;
  --pw-text: #434966;
  --pw-muted: #696d85;
  --pw-border: #e6e7eb;
  --pw-accent: #5b6cff;
  --pw-accent-2: #723ec3;
  --pw-glow: rgba(91, 108, 255, 0.35);
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

img,
svg,
video {
  max-width: 100%;
}

.site_logo .logo.pw-logo,
.site_logo .pw-logo {
  display: inline-block;
  max-width: 196px;
  width: auto;
}

.pw-logo {
  display: inline-block;
  line-height: 0;
  text-decoration: none;
}

.pw-logo img,
.site_logo .logo img,
.hamburger_logo .pw-logo img,
.footer-logo .pw-logo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}

.hamburger_logo .pw-logo {
  max-width: 180px;
}

.footer-3 .footer-logo {
  max-width: 180px;
}

.footer-3 .footer-logo img,
.footer-3 .footer-logo .pw-logo-footer {
  display: block;
  max-width: 180px;
  width: auto;
  height: auto;
  filter: brightness(0) invert(1);
}

.footer-3 .footer-subscribe-box {
  padding: 0;
  background: transparent;
  border: none;
  backdrop-filter: none;
}

.footer-3 .footer-subscribe-box .title {
  color: var(--tj-color-common-white);
  font-size: 32px;
  line-height: 1.25;
  margin-bottom: 24px;
}

.footer-3 .footer-subscribe-box .subscribe-form input[type=email] {
  background-color: #fff;
  border-color: transparent;
  color: #696d85;
  backdrop-filter: none;
}

.footer-3 .footer-subscribe-box .subscribe-form input[type=email]::placeholder,
.footer-3 .footer-subscribe-box .subscribe-form .icon {
  color: #a3a7b8;
}

.footer-3 .footer-info-card .value,
.pw-address {
  overflow-wrap: anywhere;
}

.pw-about-office .pw-service-heading {
  margin-top: 8px;
}

#loading-icon img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.banner-3-badge .badge-icon img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.header-area.header-1.pw-header-inner .header-bottom {
  background: #fff;
}

.header-area.header-1.pw-header-inner .header-wrapper {
  min-height: 88px;
}

.header-area.pw-header-inner .menu-area {
  flex: 1 1 auto;
  justify-content: flex-end;
}

.header-area.pw-header-inner .header-right-item {
  flex: 0 0 auto;
}

@media (max-width: 991px) {
  .site_logo .logo.pw-logo,
  .site_logo .pw-logo {
    max-width: 170px;
  }
}

@media (max-width: 1399px) {
  .header-area.header-3.header-absolute {
    width: calc(100% - 24px);
  }

  .header-area.header-3 .mainmenu ul,
  .mainmenu ul {
    column-gap: 16px;
  }

  .mainmenu ul > li > a {
    font-size: 15px;
  }
}

@media (max-width: 1199px) {
  .header-area.header-3 .mainmenu ul {
    column-gap: 12px;
  }

  .header-button .tj-btn-primary {
    padding-inline: 14px;
  }
}

/* Accessible focus */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--tj-color-theme-primary);
  outline-offset: 3px;
}

/* Mega menu */
@media (min-width: 992px) {
  .header-wrapper,
  .menu-area {
    position: relative;
  }

  .mainmenu > ul > li.has-megamenu {
    position: static;
  }

  .mainmenu > ul > li.has-megamenu > .sub-menu.pw-megamenu {
    width: min(1120px, calc(100vw - 48px));
    left: 50%;
    right: auto;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: start;
    gap: 0;
    padding: 28px 28px 18px;
    border-radius: 22px;
    border: 1px solid rgba(114, 62, 195, 0.1);
    background:
      linear-gradient(180deg, #ffffff 0%, #faf7ff 100%);
    box-shadow: 0 28px 70px rgba(60, 33, 102, 0.16);
    transform: translateX(-50%) scaleY(0);
  }

  .mainmenu > ul > li.has-megamenu:hover > .sub-menu.pw-megamenu,
  .mainmenu > ul > li.has-megamenu:focus-within > .sub-menu.pw-megamenu,
  .mainmenu > ul > li.has-megamenu.is-open > .sub-menu.pw-megamenu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) scaleY(1);
  }

  .mainmenu > ul > li.has-megamenu > .sub-menu.pw-megamenu > li.pw-megamenu-col {
    width: auto;
    padding: 0 16px 16px;
    border-inline-end: 1px solid rgba(114, 62, 195, 0.08);
    align-self: start;
  }

  .mainmenu > ul > li.has-megamenu > .sub-menu.pw-megamenu > li.pw-megamenu-col:nth-last-child(2) {
    border-inline-end: 0;
  }

  .mainmenu > ul > li.has-megamenu > .sub-menu.pw-megamenu > li.pw-megamenu-col > a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: var(--tj-ff-heading);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--tj-color-theme-primary);
    padding: 0 0 12px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(114, 62, 195, 0.1);
    min-height: 52px;
    align-items: flex-start;
  }

  .pw-megamenu-heading-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--tj-color-theme-bg-2);
    color: var(--tj-color-theme-primary);
    font-size: 13px;
    flex: 0 0 auto;
  }

  .mainmenu > ul > li.has-megamenu > .sub-menu.pw-megamenu > li > a::after {
    display: none !important;
  }

  .mainmenu > ul > li.has-megamenu > .sub-menu.pw-megamenu > li:hover > a {
    padding-inline-start: 0;
  }

  .mainmenu > ul > li.has-megamenu > .sub-menu.pw-megamenu > li > .sub-menu {
    position: static;
    transform: none;
    opacity: 1;
    visibility: visible;
    width: 100%;
    box-shadow: none;
    background: transparent;
    padding: 0;
    pointer-events: auto;
  }

  .mainmenu > ul > li.has-megamenu > .sub-menu.pw-megamenu > li > .sub-menu > li > a {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 8px 10px;
    margin: 0 -10px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    color: var(--tj-color-heading-primary);
  }

  .pw-megamenu-icon {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    background: #fff;
    border: 1px solid rgba(114, 62, 195, 0.1);
    color: var(--tj-color-theme-primary);
    font-size: 15px;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  }

  .pw-megamenu-icon i {
    display: inline-block;
    transition: transform 0.35s ease;
  }

  .mainmenu > ul > li.has-megamenu > .sub-menu.pw-megamenu > li > .sub-menu > li:hover > a,
  .mainmenu > ul > li.has-megamenu > .sub-menu.pw-megamenu > li > .sub-menu > li > a:focus {
    color: var(--tj-color-theme-primary);
    padding-inline-start: 10px;
    background: rgba(114, 62, 195, 0.06);
  }

  .mainmenu > ul > li.has-megamenu > .sub-menu.pw-megamenu > li > .sub-menu > li:hover .pw-megamenu-icon,
  .mainmenu > ul > li.has-megamenu > .sub-menu.pw-megamenu > li > .sub-menu > li > a:focus .pw-megamenu-icon {
    background: var(--tj-color-theme-primary);
    border-color: var(--tj-color-theme-primary);
    color: #fff;
  }

  .mainmenu > ul > li.has-megamenu > .sub-menu.pw-megamenu > li > .sub-menu > li:hover .pw-megamenu-icon i {
    transform: rotateY(360deg);
  }

  .pw-megamenu-foot {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 4px;
    padding: 16px 4px 2px;
    border-top: 1px solid rgba(114, 62, 195, 0.1);
  }

  .pw-megamenu-foot p {
    margin: 0;
    color: var(--tj-color-text-body);
    font-size: 14px;
  }

  .pw-megamenu-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    color: var(--tj-color-theme-primary);
    white-space: nowrap;
  }

  .pw-megamenu-more i {
    transition: transform 0.3s ease;
  }

  .pw-megamenu-more:hover i {
    transform: translateX(4px);
  }
}

@media (min-width: 992px) and (max-width: 1299px) {
  .mainmenu > ul > li.has-megamenu > .sub-menu.pw-megamenu {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mainmenu > ul > li.has-megamenu > .sub-menu.pw-megamenu > li.pw-megamenu-col {
    width: auto;
    margin-bottom: 12px;
  }
}

/* Hero */
.tj-banner-section-3 {
  background:
    radial-gradient(900px 420px at 12% 10%, rgba(91, 108, 255, 0.22), transparent 60%),
    radial-gradient(700px 380px at 88% 80%, rgba(114, 62, 195, 0.28), transparent 62%),
    var(--tj-color-theme-purple);
}

.tj-banner-section-3 .banner-3-glow img {
  display: none;
}

.tj-banner-section-3 .banner-3-glow {
  width: 420px;
  height: 420px;
  border-radius: 50%;
  filter: blur(8px);
  background: radial-gradient(circle, var(--pw-glow), transparent 70%);
}

@media (min-width: 992px) {
  .tj-banner-section-3 .banner-3-content {
    padding-top: 8px;
    margin-top: -36px;
  }
}

.banner-3-visual.pw-hero-visual {
  max-width: 580px;
}

.pw-hero-stage {
  position: relative;
  min-height: 520px;
  overflow: visible;
}

.pw-hero-constellation {
  display: block;
  width: 100%;
  height: auto;
  min-height: 480px;
}

.pw-hex-ring {
  stroke-dasharray: 10 14;
  animation: pwHexDash 9s linear infinite;
}

.pw-hex-ring-2 {
  animation-duration: 12s;
  animation-direction: reverse;
}

.pw-hex-ring-3 {
  animation-duration: 7s;
}

.pw-spoke {
  stroke-dasharray: 7 11;
  animation: pwSpokeDash 2.4s linear infinite;
}

.pw-spoke:nth-child(2) { animation-delay: 0.2s; }
.pw-spoke:nth-child(3) { animation-delay: 0.4s; }
.pw-spoke:nth-child(4) { animation-delay: 0.6s; }
.pw-spoke:nth-child(5) { animation-delay: 0.8s; }
.pw-spoke:nth-child(6) { animation-delay: 1s; }
.pw-spoke:nth-child(7) { animation-delay: 0.3s; }
.pw-spoke:nth-child(8) { animation-delay: 0.7s; }

.pw-spoke-flow {
  stroke-dasharray: 14 170;
  stroke-dashoffset: 184;
  animation: pwSpokeFlow 2.8s linear infinite;
}

.pw-spoke-flow:nth-child(1) { animation-delay: 0s; }
.pw-spoke-flow:nth-child(2) { animation-delay: 0.35s; }
.pw-spoke-flow:nth-child(3) { animation-delay: 0.7s; }
.pw-spoke-flow:nth-child(4) { animation-delay: 1.05s; }
.pw-spoke-flow:nth-child(5) { animation-delay: 1.4s; }
.pw-spoke-flow:nth-child(6) { animation-delay: 1.75s; }
.pw-spoke-flow:nth-child(7) { animation-delay: 0.5s; }
.pw-spoke-flow:nth-child(8) { animation-delay: 1.2s; }

.pw-core-ring,
.pw-core-node,
.pw-node {
  transform-box: fill-box;
  transform-origin: center;
}

.pw-core-ring {
  animation: pwCorePulse 3.8s ease-in-out infinite;
}

.pw-core-ring-2 {
  animation-delay: 0.6s;
}

.pw-core-node {
  animation: pwCoreGlow 2.6s ease-in-out infinite;
}

.pw-node {
  animation: pwNodePulse 2.8s ease-in-out infinite;
}

.pw-node:nth-child(1) { animation-delay: 0s; }
.pw-node:nth-child(2) { animation-delay: 0.35s; }
.pw-node:nth-child(3) { animation-delay: 0.7s; }
.pw-node:nth-child(4) { animation-delay: 1.05s; }
.pw-node:nth-child(5) { animation-delay: 1.4s; }
.pw-node:nth-child(6) { animation-delay: 1.75s; }
.pw-node:nth-child(7) { animation-delay: 0.5s; }
.pw-node:nth-child(8) { animation-delay: 1.2s; }
.pw-node:nth-child(9) { animation-delay: 0.25s; }
.pw-node:nth-child(10) { animation-delay: 0.85s; }
.pw-node:nth-child(11) { animation-delay: 1.45s; }
.pw-node:nth-child(12) { animation-delay: 2.05s; }

.pw-const-glow {
  transform-box: fill-box;
  transform-origin: center;
  animation: pwGlowBreath 6s ease-in-out infinite;
}

@keyframes pwHexDash {
  to { stroke-dashoffset: -96; }
}

@keyframes pwSpokeDash {
  to { stroke-dashoffset: -36; }
}

@keyframes pwSpokeFlow {
  0% { stroke-dashoffset: 184; opacity: 0; }
  12% { opacity: 1; }
  82% { opacity: 1; }
  100% { stroke-dashoffset: -14; opacity: 0; }
}

@keyframes pwNodePulse {
  0%, 100% { transform: scale(1); opacity: 0.72; }
  50% { transform: scale(1.45); opacity: 1; }
}

@keyframes pwCorePulse {
  0%, 100% { transform: scale(1); opacity: 0.7; }
  50% { transform: scale(1.12); opacity: 1; }
}

@keyframes pwCoreGlow {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.18); }
}

@keyframes pwGlowBreath {
  0%, 100% { opacity: 0.85; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.06); }
}

.pw-hero-chip {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 12px;
  background: rgba(16, 12, 32, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.01em;
  backdrop-filter: blur(14px);
  box-shadow: 0 10px 28px rgba(8, 6, 20, 0.28);
  white-space: nowrap;
}

.pw-hero-chip i {
  color: #c4b5fd;
}

.pw-hero-chip {
  animation: pwChipFloat 7s ease-in-out infinite;
}

.pw-hero-chip-2 { animation-delay: 0.7s; }
.pw-hero-chip-3 { animation-delay: 1.4s; }
.pw-hero-chip-4 { animation-delay: 2.1s; }
.pw-hero-chip-5 { animation-delay: 1.1s; }
.pw-hero-chip-6 { animation-delay: 1.8s; }

@keyframes pwChipFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

.pw-hero-chip-1 {
  top: 4%;
  left: 22%;
}

.pw-hero-chip-2 {
  top: 11%;
  right: 0;
}

.pw-hero-chip-3 {
  top: 34%;
  right: -6%;
}

.pw-hero-chip-4 {
  top: 56%;
  right: -8%;
}

.pw-hero-chip-5 {
  top: 52%;
  left: -8%;
}

.pw-hero-chip-6 {
  bottom: 8%;
  right: 4%;
}

.pw-hero-visual .banner-3-badge {
  top: 18%;
  inset-inline-start: -8px;
  z-index: 4;
}

.banner-3-students-text strong {
  letter-spacing: -0.02em;
}

.banner-3-badge .badge-text,
.pw-badge-spin {
  animation: pwBadgeSpin 16s linear infinite !important;
  transform-origin: 50% 50%;
  will-change: transform;
}

.banner-3-badge .badge-text svg {
  display: block;
  width: 100%;
  height: 100%;
}

.banner-3-badge .badge-icon {
  z-index: 2;
}

@keyframes pwBadgeSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.tj-categories-section .tj-categories-item,
.pw-why-section .tj-categories-item {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.tj-categories-section .tj-categories-content,
.pw-why-section .tj-categories-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.tj-categories-section .tj-categories-content .btn-area,
.pw-why-section .tj-categories-content .btn-area {
  margin-top: auto;
}

.pw-why-section .tj-categories-content .courses {
  order: -1;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.pw-why-section .tj-categories-content .title {
  margin-top: 8px;
}

.pw-why-section .tj-categories-content p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
}

/* Service cards */
.pw-service-card,
.pw-reason-card,
.pw-case-card,
.pw-job-card,
.pw-tech-card {
  height: 100%;
  background: #fff;
  border: 1px solid var(--tj-color-border-1);
  border-radius: 18px;
  padding: 28px 26px;
  box-shadow: 0 10px 30px rgba(15, 19, 33, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pw-service-card {
  padding: 0;
  overflow: hidden;
}

.pw-service-card-visual {
  height: 180px;
  background: #1a1440;
  overflow: hidden;
}

.pw-service-card-visual .pw-service-svg {
  display: block;
  width: 100%;
  height: 100%;
}

.pw-service-card-body {
  padding: 26px 26px 28px;
}

.pw-service-card:hover,
.pw-reason-card:hover,
.pw-case-card:hover,
.pw-job-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px var(--tj-color-shadow-2);
}

.pw-card-icon i,
.about-3-feature-icon i {
  display: inline-block;
  transition: transform 0.4s ease;
}

.pw-reason-card:hover .pw-card-icon {
  color: var(--tj-color-common-white);
  background-color: var(--tj-color-theme-primary);
}

.pw-reason-card:hover .pw-card-icon i,
.tj-about-section-3 .about-3-feature:hover .about-3-feature-icon i {
  transform: rotateY(360deg);
}

.tj-about-section-3 .about-3-feature {
  transition: transform 0.3s ease-in, box-shadow 0.3s ease;
}

.tj-about-section-3 .about-3-feature:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px var(--tj-color-shadow-2);
}

.pw-card-icon {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--tj-color-theme-bg-2);
  color: var(--tj-color-theme-primary);
  font-size: 22px;
  margin-bottom: 18px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.pw-card-kicker {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--pw-purple);
}

.pw-why-card {
  height: auto;
  background: #fff;
  border: 1px solid var(--pw-border);
  border-radius: 16px;
  padding: 22px 22px 20px;
  box-shadow: 0 8px 22px rgba(15, 19, 33, 0.04);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.pw-why-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.pw-why-num {
  font-family: var(--tj-ff-heading);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--pw-purple);
}

.pw-why-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--tj-color-theme-bg-2);
  color: var(--pw-purple);
  font-size: 18px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pw-why-title {
  font-family: var(--tj-ff-heading);
  font-size: 22px;
  font-weight: 650;
  line-height: 1.25;
  color: var(--pw-ink);
  margin-bottom: 8px;
}

.pw-why-text {
  margin: 0 0 14px;
  color: var(--pw-text);
  font-size: 15px;
  line-height: 1.65;
}

.pw-why-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  color: var(--pw-purple);
}

.pw-why-link i {
  transition: transform 0.3s ease;
}

.pw-why-card:hover,
.pw-study-card:hover {
  transform: translateY(-5px);
  border-color: rgba(114, 62, 195, 0.35);
  box-shadow: 0 16px 32px rgba(15, 19, 33, 0.08);
}

.pw-why-card:hover .pw-why-icon {
  transform: scale(1.06);
  box-shadow: 0 0 0 6px rgba(114, 62, 195, 0.1);
}

.pw-why-card:hover .pw-why-link i,
.pw-study-card:hover .pw-why-link i {
  transform: translateX(4px);
}

.pw-case-intro {
  max-width: 720px;
  margin: 0 0 12px;
  color: var(--pw-text);
  font-size: 16px;
  line-height: 1.7;
}

.pw-study-card {
  height: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--pw-border);
  border-radius: 18px;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.pw-study-visual {
  height: 210px;
  overflow: hidden;
  background: #1a1440;
}

.pw-study-visual svg {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.45s ease;
}

.pw-study-card:hover .pw-study-visual svg {
  transform: scale(1.04);
}

.pw-study-body {
  padding: 22px 22px 24px;
}

.pw-study-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  margin-bottom: 10px;
}

.pw-study-num,
.pw-study-cat {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--pw-muted);
}

.pw-study-title {
  font-family: var(--tj-ff-heading);
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--pw-ink);
  margin-bottom: 10px;
}

.pw-study-excerpt {
  color: var(--pw-text);
  font-size: 15px;
  line-height: 1.65;
  margin-bottom: 16px;
}

.pw-study-dl {
  margin: 0 0 16px;
}

.pw-study-dl div {
  margin-bottom: 10px;
}

.pw-study-dl dt {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--pw-purple);
  margin-bottom: 3px;
}

.pw-study-dl dd {
  margin: 0;
  color: var(--pw-text);
  font-size: 14px;
  line-height: 1.6;
}

.pw-tech-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.pw-tech-glow {
  position: absolute;
  inset-inline-start: -10%;
  bottom: -38%;
  width: 72%;
  height: 78%;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(ellipse 68% 52% at 36% 64%, rgba(91, 108, 255, 0.55) 0%, rgba(59, 91, 255, 0.22) 42%, transparent 74%),
    radial-gradient(ellipse 44% 38% at 16% 80%, rgba(173, 188, 255, 0.28) 0%, transparent 70%);
  filter: blur(36px);
}

.pw-tech-network {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.9;
  z-index: 0;
}

.pw-tech-section .container {
  position: relative;
  z-index: 1;
}

.pw-tech-section .desc {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.78);
}

.pw-tech-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-top: 36px;
}

.pw-tech-tile {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid var(--tj-color-border-5);
  background: var(--tj-color-blur-3);
  backdrop-filter: blur(9px);
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  transition: border-color 0.3s ease, background 0.3s ease, transform 0.3s ease;
}

.pw-tech-tile i {
  color: #c8b6ff;
  font-size: 16px;
}

.pw-tech-tile:hover {
  transform: translateY(-3px);
  border-color: rgba(200, 182, 255, 0.4);
  background: rgba(255, 255, 255, 0.08);
}

.pw-service-card h3,
.pw-case-card h3,
.pw-job-card h3 {
  margin-bottom: 10px;
}

.pw-service-card p,
.pw-case-card p,
.pw-reason-card p {
  margin-bottom: 18px;
}

/* How we deliver */
.pw-deliver-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.pw-deliver-glow {
  position: absolute;
  inset-inline-start: -8%;
  bottom: -28%;
  width: 72%;
  height: 70%;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(ellipse 70% 55% at 38% 70%, rgba(91, 108, 255, 0.7) 0%, rgba(59, 91, 255, 0.28) 42%, transparent 74%),
    radial-gradient(ellipse 46% 40% at 18% 84%, rgba(173, 188, 255, 0.36) 0%, transparent 70%);
  filter: blur(36px);
}

.pw-deliver-section .container {
  position: relative;
  z-index: 1;
}

.pw-deliver-section .tj-feature-icon {
  margin-bottom: 40px;
}

.pw-process-flow,
.pw-process.pw-process-flow {
  display: flex;
  align-items: stretch;
  gap: 0;
}

.pw-process-item {
  display: flex;
  align-items: stretch;
  flex: 1 1 0;
  min-width: 0;
}

.pw-process-flow .tj-feature-card {
  flex: 1 1 auto;
  width: 100%;
}

.pw-deliver-section .tj-feature-card {
  padding: 30px 22px;
}

.pw-process-connector {
  flex: 0 0 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  margin-top: 54px;
  color: #e8ecff;
}

.pw-process-connector svg {
  width: 52px;
  height: 24px;
  overflow: visible;
}

.pw-flow-line {
  stroke-dasharray: 8 10;
  animation: pwFlowDash 1.1s linear infinite;
  animation-delay: calc(var(--pw-step, 0) * 1.6s + 0.35s);
}

.pw-flow-dot {
  transform-box: fill-box;
  transform-origin: center;
  animation: pwFlowDot 1.4s linear infinite;
  animation-delay: calc(var(--pw-step, 0) * 1.6s + 0.35s);
}

.pw-flow-head {
  animation: pwFlowHead 1.4s ease-in-out infinite;
  animation-delay: calc(var(--pw-step, 0) * 1.6s + 0.35s);
}

.pw-deliver-section .tj-feature-card {
  animation: pwStepActive 8s ease-in-out infinite;
  animation-delay: calc(var(--pw-step, 0) * 1.6s);
}

.pw-deliver-section .tj-feature-card:hover {
  animation: none;
  transform: translateY(-10px);
  box-shadow: 0 30px 60px var(--tj-color-shadow-1);
}

@keyframes pwFlowDash {
  to { stroke-dashoffset: -18; }
}

@keyframes pwFlowDot {
  0% { transform: translateX(0); opacity: 0; }
  12% { opacity: 1; }
  88% { opacity: 1; }
  100% { transform: translateX(34px); opacity: 0; }
}

@keyframes pwFlowHead {
  0%, 70% { opacity: 0.45; transform: translateX(0); }
  85% { opacity: 1; transform: translateX(3px); }
  100% { opacity: 0.45; transform: translateX(0); }
}

@keyframes pwStepActive {
  0%, 14%, 100% {
    transform: translateY(0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  6%, 10% {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px var(--tj-color-shadow-1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .pw-flow-line,
  .pw-flow-dot,
  .pw-flow-head,
  .pw-deliver-section .tj-feature-card,
  .pw-hex-ring,
  .pw-spoke,
  .pw-spoke-flow,
  .pw-core-ring,
  .pw-core-node,
  .pw-node,
  .pw-const-glow,
  .pw-hero-chip {
    animation: none;
  }

  .pw-service-details .pw-service-usecase:hover,
  .pw-service-details .pw-process-step:hover,
  .pw-service-details .tj-list-2 li:hover,
  .pw-service-details .pw-service-solution:hover,
  .blog-item:hover .blog-thumb .pw-service-svg {
    transform: none;
  }
}

/* Process */
.pw-process {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.pw-process-step {
  position: relative;
  background: #fff;
  border: 1px solid var(--tj-color-border-1);
  border-radius: 18px;
  padding: 26px 20px;
  min-height: 100%;
}

.pw-process-step .pw-step-num {
  display: inline-flex;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: var(--tj-color-theme-bg-7);
  color: var(--tj-color-theme-primary);
  font-weight: 700;
  margin-bottom: 14px;
}

.pw-tech-section {
  background: var(--tj-color-theme-purple);
  border-radius: 32px;
  overflow: hidden;
}

.pw-tech-section .sec-title,
.pw-tech-section .desc {
  color: #fff;
}

.pw-tech-section .sec-subtitle {
  background: var(--tj-color-blur-3);
  border-color: var(--tj-color-border-5);
  color: #fff;
}

.pw-tech-section .sec-subtitle i {
  color: #fff;
}

/* Case study extras */
.pw-case-meta {
  display: grid;
  gap: 12px;
  margin: 16px 0 22px;
}

.pw-case-meta strong {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--tj-color-theme-primary);
  margin-bottom: 4px;
}

.pw-note {
  font-size: 14px;
  color: var(--tj-color-text-body-3);
  background: var(--tj-color-theme-bg-10);
  border-radius: 14px;
  padding: 14px 16px;
}

/* Service detail */
.pw-detail-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 30px;
}

.pw-side-card {
  background: #fff;
  border: 1px solid var(--tj-color-border-1);
  border-radius: 18px;
  padding: 28px;
  position: sticky;
  top: 120px;
}

.pw-service-hero {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 10px;
  background: #1a1440;
}

.pw-service-hero-stage {
  position: relative;
  min-height: 380px;
}

.pw-service-hero .pw-service-svg,
.pw-service-thumb .pw-service-svg {
  display: block;
  width: 100%;
  height: auto;
}

.pw-service-hero .pw-hero-chip {
  z-index: 3;
}

.pw-service-chip-1 {
  top: 12%;
  left: 5%;
}

.pw-service-chip-2 {
  top: 16%;
  right: 5%;
}

.pw-service-chip-3 {
  bottom: 16%;
  left: 6%;
}

.pw-service-chip-4 {
  bottom: 12%;
  right: 6%;
}

.pw-service-details .pw-service-content {
  text-align: left;
}

.pw-service-section {
  margin-top: 48px;
  padding-top: 8px;
}

.pw-service-heading {
  margin: 0 0 24px;
  text-align: left;
  font-size: 30px;
  line-height: 1.25;
  color: var(--tj-color-heading-primary);
}

.pw-service-details .tj-list,
.pw-service-details .tj-list-2,
.pw-service-details .row {
  margin-top: 0;
}

.pw-service-details .tj-list-2 {
  margin-bottom: 0;
}

.pw-service-details .tj-list-2 li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.pw-service-details .pw-reason-card p,
.pw-service-details .pw-process-step p,
.pw-service-details .pw-service-usecase p,
.pw-service-details .pw-service-solution p {
  margin-bottom: 0;
}

.pw-service-solution {
  background: #fff;
  border: 1px solid var(--tj-color-border-3);
  border-radius: 18px;
  padding: 28px 30px;
  box-shadow: 0 10px 30px var(--tj-color-shadow-1);
}

.pw-service-usecase {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  height: 100%;
  background: #fff;
  border: 1px solid var(--tj-color-border-3);
  border-radius: 18px;
  padding: 24px 26px;
  box-shadow: 0 10px 30px var(--tj-color-shadow-1);
}

.pw-service-usecase .icon {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--tj-color-theme-primary);
  font-size: 20px;
}

.pw-service-details .pw-reason-card {
  min-height: 100%;
}

.pw-service-details .pw-service-usecase,
.pw-service-details .pw-process-step,
.pw-service-details .tj-list-2 li,
.pw-service-details .pw-service-solution {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.pw-service-details .pw-service-usecase:hover,
.pw-service-details .pw-process-step:hover,
.pw-service-details .tj-list-2 li:hover,
.pw-service-details .pw-service-solution:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px var(--tj-color-shadow-2);
}

.pw-service-thumb {
  background: #1a1440;
}

.pw-service-thumb .pw-service-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pw-service-sidebar {
  position: sticky;
  top: 110px;
  margin-inline-start: 0;
}

.pw-service-sidebar .tj-course-thumb {
  background: #1a1440;
}

.pw-service-sidebar .course-widget-title {
  margin: 0 0 10px;
}

.pw-service-sidebar .tj-course-widget-price p {
  margin-bottom: 18px;
  color: var(--tj-color-text-body);
}

.pw-related-box {
  padding-top: 6px;
}

.pw-related-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-top: 1px solid var(--tj-color-border-1);
  font-weight: 600;
  color: var(--tj-color-heading-primary);
  transition: color 0.25s ease, padding-inline-start 0.25s ease;
}

.pw-related-link:hover {
  color: var(--tj-color-theme-primary);
  padding-inline-start: 6px;
}

.pw-list-block {
  margin-bottom: 36px;
}

.pw-list-block h2,
.pw-list-block h3 {
  margin-bottom: 16px;
}

/* Careers */
.pw-job-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.pw-job-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--tj-color-text-body-3);
  font-size: 14px;
}

/* Forms */
.pw-form-success,
.pw-form-error {
  border-radius: 14px;
  padding: 14px 16px;
  margin-bottom: 18px;
}

.pw-form-success {
  background: var(--tj-color-theme-bg-6);
  color: var(--tj-color-green-2);
}

.pw-form-error {
  background: var(--tj-color-theme-bg-8);
  color: var(--tj-color-red-1);
}

.pw-footer-cta .desc {
  max-width: 640px;
  margin: 0 auto 10px;
}

.pw-footer-meta {
  display: flex;
  gap: 18px;
}

.pw-footer-meta a {
  color: inherit;
}


.pw-cover {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 16px;
  overflow: hidden;
}

.pw-cover svg {
  width: 100%;
  height: 100%;
  display: block;
}

.blog-thumb .pw-cover {
  border-radius: 16px;
}

.tj-blog-section .tj_filter_item .blog-item {
  opacity: 1 !important;
  transform: none !important;
}

.blog-item .blog-thumb.pw-blog-visual {
  background: #1a1440;
}

.blog-item .blog-thumb .pw-service-svg {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.blog-item:hover .blog-thumb .pw-service-svg {
  transform: scale(1.06);
}

.pw-article-details .pw-service-hero {
  margin-bottom: 28px;
}

.pw-inner .tj-page-header {
  overflow: hidden;
}

.pw-article-body p {
  margin-bottom: 18px;
}

.pw-article-body h2,
.pw-article-body h3 {
  margin: 28px 0 12px;
}

@media (max-width: 1199px) {
  .pw-tech-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pw-process:not(.pw-process-flow) {
    grid-template-columns: repeat(3, 1fr);
  }

  .pw-process-flow {
    display: flex;
    flex-direction: column;
  }

  .pw-process-connector {
    flex-basis: 40px;
    margin-top: 0;
    align-self: center;
    color: rgba(201, 210, 255, 0.8);
  }

  .pw-process-connector svg {
    transform: rotate(90deg);
  }

  .pw-hero-chip-3,
  .pw-hero-chip-4 {
    right: 0;
  }
}

@media (max-width: 991px) {
  .pw-detail-grid,
  .pw-process:not(.pw-process-flow) {
    grid-template-columns: 1fr 1fr;
  }

  .pw-side-card {
    position: static;
  }

  .pw-hero-stage,
  .pw-hero-constellation {
    min-height: 400px;
  }
}

@media (max-width: 767px) {
  .pw-tech-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pw-process:not(.pw-process-flow),
  .pw-detail-grid {
    grid-template-columns: 1fr;
  }

  .pw-service-heading {
    font-size: 26px;
  }

  .pw-service-section {
    margin-top: 36px;
  }

  .pw-service-hero-stage {
    min-height: 280px;
  }

  .pw-service-chip-3,
  .pw-service-chip-4 {
    display: none;
  }

  .site_logo .logo.pw-logo,
  .site_logo .pw-logo,
  .hamburger_logo .pw-logo {
    max-width: 150px;
  }

  .footer-3 .footer-logo img,
  .footer-3 .footer-logo .pw-logo-footer {
    max-width: 150px;
  }

  .footer-3 .footer-subscribe-box .title {
    font-size: 28px;
  }

  .pw-hero-chip-3,
  .pw-hero-chip-4,
  .pw-hero-chip-6 {
    display: none;
  }

  .pw-hero-chip-1 {
    left: 8%;
  }

  .pw-hero-chip-5 {
    left: 4%;
  }

  .banner-3-title {
    overflow-wrap: anywhere;
  }

  .header-area.header-3.header-absolute {
    width: calc(100% - 20px);
  }
}

@media (max-width: 375px) {
  .pw-tech-grid {
    grid-template-columns: 1fr;
  }

  .banner-3-stats {
    gap: 8px;
  }

  .banner-3-btns {
    flex-wrap: wrap;
  }
}
