/* ============================================
   ABOUT PAGE — JVE About Styles
   ============================================ */

:root {
  --color-purple: #9b5de5;
  --color-pink: #d77afb;
  --color-blue: #00f0ff;
  --color-indigo: #0072ff;
  --color-teal: #00f5d4;
  --color-orange: #ff9f1c;
}

/* ---- Hero Section ---- */
.about-hero-section {
  position: relative;
  /* Set exact aspect ratio for desktop to align with the background image perfectly */
  aspect-ratio: 1717 / 916;
  min-height: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 70px;
  overflow: hidden;
  /* Break out of container to be full width */
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);

  background:
    radial-gradient(ellipse at 50% 30%, rgba(155, 93, 229, 0.15) 0%, transparent 60%),
    radial-gradient(ellipse at 50% 80%, rgba(0, 114, 255, 0.08) 0%, transparent 50%),
    linear-gradient(180deg, #03001e 0%, #050014 100%);
  background-size: cover;
  text-align: center;
}

.about-hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('../image/about1.png');
  background-size: 100% 100%;
  background-position: center center;
  /* Prevents stretching by matching the container's exact aspect ratio on desktop */
  background-repeat: no-repeat;
  opacity: 0.85;
  z-index: 0;
}

.about-hero-section .container {
  position: relative;
  z-index: 1;
  margin-top: 32px;
  /* Pushes the text down to visually center it between the top orb and bottom person */
}

.about-hero-orb {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 2px solid var(--color-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle, rgba(0, 240, 255, 0.1) 0%, transparent 70%);
  box-shadow: 0 0 35px rgba(0, 240, 255, 0.45), inset 0 0 20px rgba(0, 240, 255, 0.2);
}

.orb-text {
  font-family: var(--font-heading);
  font-size: 2.2rem;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 2px;
  text-shadow: 0 0 15px rgba(255, 255, 255, 0.6);
}

.about-hero-tag {
  font-family: var(--font-futuristic);
  font-size: 1.0rem;
  letter-spacing: 6px;
  color: var(--color-purple);
  text-transform: uppercase;
  display: block;
}

.about-hero-title {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 3.5vw, 3.0rem);
  font-weight: 400;
  color: #fff;
  line-height: 1.15;
  letter-spacing: 2px;
  max-width: none;
  margin: 0 auto;
  text-align: center;
}

.about-hero-highlight {
  background: linear-gradient(90deg, var(--color-pink), var(--color-purple));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.about-hero-subtitle {
  font-size: 0.95rem;
  color: #a8a7c0;
  max-width: 650px;
  line-height: 1.7;
}

/* ---- Shared Section Styles ---- */
.section-label {
  font-family: var(--font-heading);
  font-size: 0.8rem;
  letter-spacing: 2px;
  color: var(--color-pink);
  text-transform: uppercase;
  display: block;
}

.about-section-title {
  font-family: var(--font-heading);
  font-size: 3.0rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: 1px;
}

.about-section-title em {
  font-style: normal;
  color: var(--color-pink);
}

.section-divider {
  color: var(--color-pink);
  font-size: 0.65rem;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 15px 0;
  justify-content: flex-start;
}

.section-divider::before {
  content: '';
  height: 1.5px;
  width: 76px;
  background: linear-gradient(90deg, transparent, var(--color-pink));
}

.section-divider::after {
  content: '';
  height: 1.5px;
  width: 30px;
  background: linear-gradient(90deg, var(--color-pink), transparent);
}

.section-divider-centered {
  color: var(--color-pink);
  font-size: 0.65rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 15px 0;
}

.section-divider-centered::before {
  content: '';
  height: 1.5px;
  width: 100px;
  background: linear-gradient(90deg, transparent, var(--color-pink));
}

.section-divider-centered::after {
  content: '';
  height: 1.5px;
  width: 100px;
  background: linear-gradient(90deg, var(--color-pink), transparent);
}

.section-subtitle-text {
  font-size: 0.9rem;
  color: #a8a7c0;
  line-height: 1.7;
}

/* ---- About Us Section ---- */
.about-us-section {
  padding: 60px 0;
}

.about-us-image-wrapper {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(155, 93, 229, 0.2);
  box-shadow: 0 10px 40px rgba(155, 93, 229, 0.15);
}

.about-us-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  background: linear-gradient(135deg, #0a0025, #1a0040);
}

.about-text {
  font-size: 1.0rem;
  color: #c0b0d6;
  line-height: 1.5;
  margin-bottom: 20px;
}

.about-text strong {
 
  font-weight: 600;
  text-shadow: 0 0 10px rgba(215, 122, 251, 0.2);
}

.brand-highlight {
  color: var(--color-primary, #ef5cc8) !important;
  font-weight: 700 !important;
  text-shadow: 0 0 12px rgba(239, 92, 200, 0.3);
}

.signature-about {
  margin-top: 2rem;
}

.signature-about strong {
  color: var(--color-primary, #ef5cc8) !important;
  font-size: 1.45rem;
  font-family: var(--font-heading);
  font-weight: 700;
  text-shadow: 0 0 15px rgba(239, 92, 200, 0.4);
}

/* ---- What We Do Section ---- */
.what-we-do-section {
  padding: 60px 0;
  background:
    radial-gradient(ellipse at 20% 50%, rgba(155, 93, 229, 0.05) 0%, transparent 60%),
    radial-gradient(ellipse at 80% 50%, rgba(0, 114, 255, 0.04) 0%, transparent 50%);
}

.wwd-card {
  background: rgba(12, 8, 38, 0.45);
  border: 2px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  padding: 35px 25px 25px 25px;
  height: 100%;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.wwd-card:hover {
  transform: translateY(-5px);
  background: rgba(12, 8, 38, 0.7);
  border-color: var(--wwd-theme-color) !important;
  box-shadow: 0 10px 25px var(--wwd-glow-color) !important;
}

.wwd-icon-wrapper {
  width: 52px;
  height: 52px;
  border-radius: 12px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(12, 8, 38, 0.8) !important;
  border: 1.5px solid var(--wwd-theme-color) !important;
  box-shadow: 0 0 12px var(--wwd-glow-color), inset 0 0 10px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.wwd-card:hover .wwd-icon-wrapper {
  transform: scale(1.08);
  box-shadow: 0 0 20px var(--wwd-glow-color), inset 0 0 14px rgba(0, 0, 0, 0.2);
  background: rgba(var(--wwd-theme-rgb), 0.12) !important;
}

.wwd-icon-img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.wwd-icon-fa {
  font-size: 1.3rem;
  color: var(--wwd-theme-color) !important;
  filter: drop-shadow(0 0 4px var(--wwd-glow-color));
}

/* 6 theme colors for What We Do */
.wwd-card-purple {
  --wwd-theme-color: #9B5DE5;
  --wwd-glow-color: rgba(155, 93, 229, 0.25);
}

.wwd-card-blue {
  --wwd-theme-color: #00F0FF;
  --wwd-glow-color: rgba(0, 240, 255, 0.25);
}

.wwd-card-teal {
  --wwd-theme-color: #00F5D4;
  --wwd-glow-color: rgba(0, 245, 212, 0.25);
}

.wwd-card-indigo {
  --wwd-theme-color: #0072FF;
  --wwd-glow-color: rgba(0, 114, 255, 0.25);
}

.wwd-card-orange {
  --wwd-theme-color: #FF9F1C;
  --wwd-glow-color: rgba(255, 159, 28, 0.25);
}

.wwd-card-pink {
  --wwd-theme-color: #D77AFB;
  --wwd-glow-color: rgba(215, 122, 251, 0.25);
}

.wwd-card-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--wwd-theme-color);
}

.wwd-card-desc {
  font-size: 0.8rem;
  color: #a8a7c0;
  line-height: 1.6;
  margin-bottom: 0;
}

.wwd-arrow {
  font-size: 1rem;
  color: var(--wwd-theme-color) !important;
  transition: transform 0.25s ease;
}

.wwd-card:hover .wwd-arrow {
  transform: translateX(4px);
  text-shadow: 0 0 8px var(--wwd-theme-color);
}

/* ---- How We Work Section ---- */
.how-we-work-section {
  padding: 60px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  position: relative;
  /* background-image: linear-gradient(180deg, rgba(3, 0, 30, 0.25), rgba(5, 0, 20, 0.35)), url('../image/about4.png') !important; */
  /* background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important; */
}

.hww-step {
  background: rgba(12, 8, 38, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  padding: 35px 25px;
  height: 100%;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.hww-step:hover {
  transform: translateY(-5px);
  background: rgba(12, 8, 38, 0.7);
  border-color: var(--step-color) !important;
  box-shadow: 0 10px 25px var(--step-glow-color);
}

.hww-step-1 {
  --step-color: var(--color-purple);
  --step-glow-color: rgba(155, 93, 229, 0.25);
  border-color: rgba(155, 93, 229, 0.15) !important;
}

.hww-step-2 {
  --step-color: var(--color-blue);
  --step-glow-color: rgba(0, 240, 255, 0.25);
  border-color: rgba(0, 240, 255, 0.15) !important;
}

.hww-step-3 {
  --step-color: var(--color-purple);
  --step-glow-color: rgba(155, 93, 229, 0.25);
  border-color: rgba(155, 93, 229, 0.15) !important;
}

.hww-step-4 {
  --step-color: var(--color-orange);
  --step-glow-color: rgba(255, 159, 28, 0.25);
  border-color: rgba(255, 159, 28, 0.15) !important;
}

.hww-img-wrapper {
  width: 65px;
  height: 65px;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: var(--step-color) !important;
  box-shadow: 0 0 25px var(--step-glow-color);
  transition: all 0.3s ease;
}

.hww-img-wrapper:hover {
  transform: scale(1.05);
  box-shadow: 0 0 35px var(--step-color);
  filter: brightness(1.1);
}

.hww-icon-img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.hww-icon-fa {
  font-size: 2rem;
  color: #fff !important;
}

.hww-number {
  font-family: var(--font-futuristic);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--step-color);
  margin-top: 20px;
  margin-bottom: 6px;
  text-shadow: 0 0 10px var(--step-glow-color);
}

.hww-line {
  width: 28px;
  height: 2px;
  background-color: var(--step-color);
  margin-bottom: 15px;
  box-shadow: 0 0 8px var(--step-color);
}

.hww-step-title {
  font-size: 0.9rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 8px;
}

.hww-step-title em {
  font-style: normal;
  color: var(--step-color);
}

.hww-step-desc {
  font-size: 0.78rem;
  color: #ffffff;
  line-height: 1.5;
  max-width: 200px;
  margin: 0 auto;
}

.starforge-section {
  padding: 60px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  position: relative;
  /* background-image: linear-gradient(180deg, rgba(3, 0, 30, 0.92), rgba(5, 0, 20, 0.92)), url('../image/about4.png'); */
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.starforge-diamond {
  color: var(--color-purple);
  font-size: 0.6rem;
}

.starforge-title {
  font-family: var(--font-heading);
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
}

.starforge-title em {
  font-style: normal;
  color: var(--color-pink);
}

.starforge-text {
  max-width: 600px;
  font-size: 0.9rem;
  color: #a8a7c0;
  line-height: 1.8;
}

/* ---- Why We Exist Section ---- */
.why-we-exist-section {
  padding: 60px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  position: relative;
}

.beliefs-list {
  max-width: 650px;
}

.belief-item {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.belief-check-icon {
  color: var(--color-pink, #D77AFB);
  font-size: 1.25rem;
  flex-shrink: 0;
  text-shadow: 0 0 8px rgba(215, 122, 251, 0.45);
}

.mission-number {
  color: var(--color-pink, #D77AFB);
  font-weight: 700;
  font-size: 1.1rem;
  flex-shrink: 0;
  min-width: 22px;
  text-shadow: 0 0 8px rgba(215, 122, 251, 0.45);
}

.belief-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  /* border: 1.5px solid; */
}

.belief-icon-img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.belief-icon-svg {
  width: 18px;
  height: 18px;
}

.belief-icon-pink {
  color: var(--color-pink);
  border-color: var(--color-pink);
  background: rgba(215, 122, 251, 0.08);
}

.belief-icon-purple {
  color: var(--color-purple);
  border-color: var(--color-purple);
  background: rgba(155, 93, 229, 0.08);
}

.belief-icon-blue {
  color: var(--color-blue);
  border-color: var(--color-blue);
  background: rgba(0, 240, 255, 0.08);
}

.belief-icon-orange {
  color: var(--color-orange);
  border-color: var(--color-orange);
  background: rgba(255, 159, 28, 0.08);
}

.belief-icon-teal {
  color: var(--color-teal);
  border-color: var(--color-teal);
  background: rgba(0, 245, 212, 0.08);
}

.belief-icon-indigo {
  color: var(--color-indigo);
  border-color: var(--color-indigo);
  background: rgba(0, 114, 255, 0.08);
}

.belief-text {
  font-size: 0.9rem;
  color: #c8c7d8;
  margin-bottom: 0;
}

.belief-highlight {
  /* color: var(--color-pink); */
  /* text-decoration: underline;
  text-underline-offset: 3px; */
  text-decoration-color: rgba(215, 122, 251, 0.4);
  font-weight: 600;
}

/* We Are Not / We Are Boxes */
.we-are-not-box {
  background: rgba(6, 3, 26, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  padding: 30px 35px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.we-are-not-box p {
  font-size: 0.95rem;
  color: #c8c7d8;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.we-are-not-box p:last-child {
  margin-bottom: 0;
}

.not-highlight {
  color: var(--color-pink);
  font-weight: 700;
  /* text-decoration: underline;
  text-underline-offset: 3px; */
}



/* We Are Unified Card */
.we-are-unified-card {
  /* max-width: 1049px; */
  /* background: rgba(8, 5, 35, 0.8); */
  /* border: 1px solid rgba(155, 93, 229, 0.25); */
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  background-image: url(../image/about3.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  /* box-shadow: 0 0 40px rgba(155, 93, 229, 0.08), inset 0 0 60px rgba(0,0,0,0.2); */
  margin-top: 60px !important;
  padding: 26px 40px;
}

.we-are-not-list p {
  font-family: var(--font-body);
  font-size: 1rem;
  color: #fff;
  display: flex;
  align-items: center;
}

.not-highlight {
  color: var(--color-pink);
  font-weight: 600;
  /* text-decoration: underline;
  text-underline-offset: 3px; */
}

.we-are-divider {
  width: 1px;
  height: 80px;
  background: rgba(255, 255, 255, 0.15);
}

.we-are-desc-text {
  font-family: var(--font-body);
  font-size: 1.1rem;
  line-height: 1.6;
  color: #fff;
}

.we-are-highlight {
  color: var(--color-pink);
  font-weight: 600;
  text-shadow: 0 0 10px rgba(215, 122, 251, 0.2);
}

/* ============================================
   RESPONSIVE BREAKPOINTS
   ============================================ */

@media (max-width: 1199px) {
  .about-hero-title {
    font-size: 3rem;
  }

  .starforge-title {
    font-size: 2.3rem;
  }
}

@media (max-width: 991px) {
  .about-hero-section {
    aspect-ratio: auto;
    padding: 100px 0;
  }

  .about-hero-section::before {
    background-size: cover;
    top: 0;
    background-position: center center;
  }

  .about-hero-title {
    font-size: 2.5rem;
  }

  .about-section-title {
    font-size: 2rem;
  }

  .about-us-section {
    padding: 45px 0;
  }

  .about-us-section .col-lg-5 {
    text-align: center;
  }

  .about-us-section .col-lg-7 {
    text-align: center;
  }

  .about-us-section .section-divider {
    justify-content: center;
  }

  .what-we-do-section,
  .how-we-work-section,
  .starforge-section,
  .why-we-exist-section {
    padding: 45px 0;
  }

  .hww-img-wrapper {
    width: 110px;
    height: 110px;
  }

  .starforge-title {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .about-hero-section {
    aspect-ratio: auto;
    padding: 80px 0;
  }

  .about-hero-section::before {
    background-size: cover;
    top: 0;
    background-position: center center;
  }

  .about-hero-title {
    font-size: 1.8rem;
    letter-spacing: 1px;
  }

  .about-hero-tag {
    font-size: 0.6rem;
    letter-spacing: 4px;
  }

  .about-hero-orb {
    width: 90px;
    height: 90px;
  }

  .orb-img {
    width: 60px;
    height: 60px;
  }

  .about-section-title {
    font-size: 1.7rem;
  }

  .about-us-section,
  .what-we-do-section,
  .how-we-work-section,
  .starforge-section,
  .why-we-exist-section {
    padding: 50px 0;
  }

  .hww-img-wrapper {
    width: 90px;
    height: 90px;
  }

  .hww-number {
    font-size: 1.1rem;
    margin-top: 12px;
  }

  .hww-step-title {
    font-size: 0.8rem;
  }

  .hww-step-desc {
    font-size: 0.7rem;
  }

  .starforge-title {
    font-size: 1.6rem;
  }

  .beliefs-list {
    max-width: 100%;
  }

  .we-are-unified-card {
    margin-top: 40px !important;
    padding: 30px 15px;
    background-size: cover;
    border-radius: 12px;
  }

  .we-are-not-list {
    margin-bottom: 20px;
  }

  .we-are-divider {
    display: none !important;
  }

  .we-are-desc-text {
    font-size: 0.95rem;
    text-align: center !important;
    padding: 0 15px;
  }

  .we-are-not-list p {
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .about-hero-title {
    font-size: 1.5rem;
  }

  .about-hero-subtitle {
    font-size: 0.85rem;
  }

  .wwd-card {
    padding: 22px 18px;
  }

  .wwd-icon-wrapper {
    width: 60px;
    height: 60px;
  }

  .wwd-icon-img {
    width: 24px;
    height: 24px;
  }

  .belief-item {
    gap: 12px;
  }

  .belief-icon {
    width: 34px;
    height: 34px;
    min-width: 34px;
    font-size: 0.85rem;
  }

  .belief-text {
    font-size: 0.82rem;
  }
}

/* Smooth Animation */

.about-us-image-wrapper,
.wwd-card,
.hww-step,
.we-are-unified-card {
  transition: .4s ease;
}

.about-us-image-wrapper:hover {
  transform: scale(1.04);
}

.wwd-card:hover {
  transform: translateY(-10px);
}

.hww-step:hover {
  transform: translateY(-12px) scale(1.03);
}

.we-are-unified-card:hover {
  transform: scale(1.02);
}

.about-hero-title {
  animation: heroFloat 4s ease-in-out infinite;
}

@keyframes heroFloat {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }

  100% {
    transform: translateY(0);
  }
}

.about-hero-title span {
  background: linear-gradient(90deg, #ff5ec4, #8c6cff, #00f0ff, #ff5ec4);
  background-size: 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientMove 6s linear infinite;
}

@keyframes gradientMove {
  from {
    background-position: 0%;
  }

  to {
    background-position: 300%;
  }
}

/* Signature text style for Purpose list */
.signature {
  margin-top: 2rem;
}

.signature-text {
  font-family: var(--font-heading);
  font-size: 1.45rem;
  color: var(--color-primary, #ef5cc8);
  text-shadow: 0 0 15px rgba(215, 122, 251, 0.4);
  font-weight: 700;
  display: block;
}