.page-shell {
  padding-top: 5rem;
}

.topbar {
  background:
    linear-gradient(180deg, hsla(0, 0%, 0%, 0.94) 0%, hsla(0, 0%, 0%, 0.82) 100%);
  box-shadow: 0 10px 30px -24px rgba(255, 255, 255, 0.25);
}

.topbar__inner {
  display: flex;
  min-height: 5rem;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.topbar__brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  height: 5rem;
}

.topbar__brand-icon-shell {
  position: relative;
  display: inline-flex;
  height: 2.9rem;
  width: 2.9rem;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.95rem;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.12), transparent 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04),
    0 12px 28px -18px rgba(255, 255, 255, 0.35);
}

.topbar__brand-icon-shell::after {
  content: "";
  position: absolute;
  inset: auto -0.65rem -0.85rem;
  height: 1.2rem;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.22), transparent 72%);
  filter: blur(12px);
  pointer-events: none;
}

.topbar__brand-icon {
  width: 8.55rem;
  height: 1.55rem;
  object-fit: contain;
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.12));
}

.topbar__desktop {
  flex: 1 1 auto;
  min-width: 0;
  align-items: center;
  justify-content: flex-end;
  gap: 2rem;
}

.topbar__nav {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.topbar__nav-link {
  position: relative;
  padding: 0.4rem 0;
  font-size: 0.95rem;
  color: hsl(var(--muted-foreground));
  transition: color 0.2s ease;
}

.topbar__nav-link:hover,
.topbar__nav-link--active {
  color: hsl(var(--foreground));
}

.topbar__nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.45rem;
  height: 1px;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  background: hsl(var(--foreground));
  transition: transform 0.2s ease;
}

.topbar__nav-link:hover::after,
.topbar__nav-link--active::after {
  transform: scaleX(1);
}

.topbar__cta {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.topbar__toggle {
  flex: 0 0 auto;
}

.mobile-menu {
  display: none;
}

.mobile-menu.is-open {
  display: block;
}

:root {
  --secondary: 0 0% 3.5%;
}

.hero-grid {
  z-index: 1;
}

@media (max-width: 1023px) {
  .page-shell {
    padding-top: 4.5rem;
  }

  .topbar__inner {
    min-height: 4.5rem;
  }

  .topbar__brand {
    height: 4.5rem;
  }

  .topbar__brand-icon-shell {
    height: 2.9rem;
    width: 8.8rem;
    border-radius: 0.95rem;
  }

  .topbar__brand-icon {
    width: 8.55rem;
    height: 1.55rem;
  }
}

[data-animate],
[data-stagger] > * {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.42s ease, transform 0.42s ease;
}

[data-animate].is-visible,
[data-stagger].is-visible > * {
  opacity: 1;
  transform: translateY(0);
}

[data-stagger].is-visible > *:nth-child(1) { transition-delay: 0s; }
[data-stagger].is-visible > *:nth-child(2) { transition-delay: 0.08s; }
[data-stagger].is-visible > *:nth-child(3) { transition-delay: 0.16s; }
[data-stagger].is-visible > *:nth-child(4) { transition-delay: 0.24s; }
[data-stagger].is-visible > *:nth-child(5) { transition-delay: 0.32s; }
[data-stagger].is-visible > *:nth-child(6) { transition-delay: 0.4s; }

.hero-grid__mesh {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(hsla(0, 0%, 100%, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, hsla(0, 0%, 100%, 0.04) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(circle at center, black 35%, transparent 80%);
}

.hero-grid__glow {
  position: absolute;
  border-radius: 9999px;
  filter: blur(90px);
  opacity: 0.08;
  background: hsl(0 0% 100%);
}

.hero-grid__glow--one {
  top: 8%;
  left: -5%;
  height: 260px;
  width: 260px;
}

.hero-grid__glow--two {
  right: -8%;
  bottom: 6%;
  height: 320px;
  width: 320px;
}

.hero-section {
  isolation: isolate;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.12), transparent 30%),
    linear-gradient(135deg, rgba(7, 11, 20, 0.98), rgba(10, 14, 26, 0.9));
}

.hero-section::before,
.hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-section::before {
  z-index: 0;
  background:
    radial-gradient(circle at 78% 30%, rgba(255, 255, 255, 0.12), transparent 0 22%),
    radial-gradient(circle at 82% 58%, rgba(255, 255, 255, 0.06), transparent 0 24%),
    linear-gradient(90deg, rgba(5, 8, 15, 0.98) 0%, rgba(5, 8, 15, 0.82) 48%, rgba(5, 8, 15, 0.68) 100%);
  opacity: 1;
}

.hero-section::after {
  z-index: 0;
  background:
    radial-gradient(circle at 75% 42%, rgba(255, 255, 255, 0.16), transparent 22%),
    radial-gradient(circle at 86% 20%, rgba(255, 255, 255, 0.08), transparent 18%);
}

.section-heading {
  max-width: 48rem;
  margin-inline: auto;
  text-align: center;
}

.section-heading--compact {
  max-width: 32rem;
}

.section-heading p {
  margin-inline: auto;
}

.section-band--alt {
  position: relative;
  isolation: isolate;
}

.section-band--alt::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  z-index: -1;
  background: hsl(var(--secondary));
  border-top: 1px solid hsl(var(--border));
  border-bottom: 1px solid hsl(var(--border));
}

.site-footer {
  position: relative;
  background: hsl(var(--secondary));
  border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.site-footer--inverse {
  background: hsl(var(--background));
}

.journey-timeline {
  position: relative;
  display: none;
  gap: 1rem;
}

.journey-item {
  position: relative;
  display: grid;
  grid-template-columns: 6rem 2rem minmax(0, 1fr);
  align-items: center;
  gap: 1.5rem;
  padding: 1.1rem 1.25rem 1.1rem 0;
  border-radius: 1.5rem;
  overflow: hidden;
  transform-origin: center left;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.journey-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.12), transparent 42%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04), transparent 24%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.journey-item:hover {
  transform: translate3d(0, -2px, 0);
  box-shadow: 0 22px 44px -38px rgba(255, 255, 255, 0.16);
}

.journey-item:hover::before {
  opacity: 1;
}

.journey-item__year,
.journey-item__body {
  position: relative;
  z-index: 1;
  transition:
    transform 0.32s cubic-bezier(0.2, 0.9, 0.2, 1),
    color 0.2s ease;
}

.journey-item:hover .journey-item__year {
  transform: translateZ(0) scale(1.015);
  color: hsl(var(--foreground));
}

.journey-item:hover .journey-item__body {
  transform: translateZ(0) scale(1.006);
}

.journey-item__year {
  font-family: Space Grotesk, system-ui, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
  color: hsl(var(--foreground));
}

.journey-item__rail {
  position: relative;
  display: flex;
  min-height: 4.5rem;
  align-items: center;
  justify-content: center;
}

.journey-item__rail::before {
  content: "";
  position: absolute;
  top: -1.5rem;
  bottom: -1.5rem;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.16), transparent);
}

.journey-item__dot {
  position: relative;
  z-index: 1;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: hsl(var(--background));
  box-shadow:
    0 0 0 0 rgba(255, 255, 255, 0.12),
    0 0 24px -8px rgba(255, 255, 255, 0.3);
  transition:
    transform 0.32s ease,
    box-shadow 0.32s ease,
    background 0.32s ease;
}

.journey-item:hover .journey-item__dot {
  transform: scale(1.12);
  background: hsl(var(--foreground));
  box-shadow:
    0 0 0 0.3rem rgba(255, 255, 255, 0.04),
    0 0 20px -8px rgba(255, 255, 255, 0.28);
}

.journey-item__body {
  padding: 1.2rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 1.25rem;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015)),
    rgba(255, 255, 255, 0.015);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 20px 40px -34px rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(10px);
}

.journey-item__text {
  font-size: 1rem;
  line-height: 1.8;
  color: hsl(var(--muted-foreground));
}

.journey-mobile {
  display: block;
}

.journey-mobile__item {
  position: relative;
  overflow: hidden;
}

.journey-mobile__item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.04), transparent 60%);
  pointer-events: none;
}

.journey-mobile__year {
  font-family: Space Grotesk, system-ui, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: hsl(var(--foreground));
}

.journey-mobile__text {
  margin-top: 0.75rem;
  font-size: 0.95rem;
  line-height: 1.75;
  color: hsl(var(--muted-foreground));
}

.hero-split {
  display: grid;
  gap: 3rem;
  align-items: center;
}

.hero-shell {
  padding-top: 4rem;
}

.hero-split__copy {
  min-width: 0;
}

.hero-split__visual {
  display: none;
  justify-content: flex-end;
}

.hero-split__mark {
  position: relative;
  width: min(30rem, 100%);
  overflow: hidden;
  isolation: isolate;
}

.hero-split__mark::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 12% 8% 10%;
  border-radius: 2rem;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.16), transparent 60%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 72%);
  filter: blur(30px);
  opacity: 0.75;
}

.hero-split__mark-image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  opacity: 0;
  transform: scale(0.985);
  filter:
    drop-shadow(0 0 24px rgba(255, 255, 255, 0.06))
    drop-shadow(0 18px 40px rgba(0, 0, 0, 0.35));
  transition:
    opacity 0.24s ease,
    transform 0.34s cubic-bezier(0.2, 0.9, 0.2, 1);
}

.hero-split__mark.is-assembled .hero-split__mark-image {
  opacity: 1;
  transform: scale(1);
}

.logo-assemble__layer {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
}

.logo-assemble__tile {
  position: absolute;
  left: calc(var(--tile-x) * 1%);
  top: calc(var(--tile-y) * 1%);
  width: calc(var(--tile-w) * 1%);
  height: calc(var(--tile-h) * 1%);
  background-image: var(--tile-image);
  background-repeat: no-repeat;
  background-size: calc(var(--cols) * 100%) calc(var(--rows) * 100%);
  background-position: var(--bg-x) var(--bg-y);
  opacity: 0;
  transform:
    translate3d(var(--drift-x), var(--drift-y), 0)
    scale(0.62)
    rotate(var(--spin));
  filter:
    blur(5px)
    brightness(1.2)
    drop-shadow(0 0 8px rgba(255, 255, 255, 0.12));
  transition:
    opacity 0.16s linear,
    transform 0.82s cubic-bezier(0.16, 0.92, 0.22, 1),
    filter 0.82s cubic-bezier(0.16, 0.92, 0.22, 1);
  transition-delay: var(--delay);
}

.hero-split__mark.is-assembling .logo-assemble__tile {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
  filter:
    blur(0)
    brightness(1)
    drop-shadow(0 0 0 rgba(255, 255, 255, 0));
}

.hero-split__mark.is-assembled .logo-assemble__tile {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
  filter:
    blur(0)
    brightness(1)
    drop-shadow(0 0 0 rgba(255, 255, 255, 0));
  transition: none;
}

.hero-split__mark.is-assembled .logo-assemble__layer {
  opacity: 0;
  transition: opacity 0.18s ease;
}

.headline-accent {
  display: block;
  color: inherit;
}

.headline-accent__word {
  display: inline-block;
  opacity: 0;
  transform: translate3d(0, 0.55em, 0);
  filter: blur(4px);
  will-change: transform, opacity, filter;
  transition:
    opacity 0.42s cubic-bezier(0.2, 0.9, 0.2, 1),
    transform 0.42s cubic-bezier(0.2, 0.9, 0.2, 1),
    filter 0.42s ease;
  transition-delay: calc(var(--word-index, 0) * 48ms);
}

.headline-accent.is-revealed .headline-accent__word {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: blur(0);
}

.feature-glint {
  position: relative;
  overflow: hidden;
}

.feature-glint::after {
  content: "";
  position: absolute;
  top: -30%;
  bottom: -30%;
  left: -24%;
  width: 22%;
  background: linear-gradient(
    108deg,
    transparent 0%,
    rgba(255, 255, 255, 0.04) 28%,
    rgba(255, 255, 255, 0.32) 50%,
    rgba(255, 255, 255, 0.05) 72%,
    transparent 100%
  );
  filter: blur(6px);
  transform: skewX(-18deg);
  pointer-events: none;
  opacity: 0;
  animation: featureCardGlint 7.5s ease-in-out infinite;
}

.testimonial-marquee {
  position: relative;
  overflow: hidden;
  padding-block: 0.4rem;
  mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
}

.testimonial-marquee::before,
.testimonial-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 6rem;
  z-index: 2;
  pointer-events: none;
}

.testimonial-marquee::before {
  left: 0;
  background: linear-gradient(90deg, hsl(var(--background)) 0%, transparent 100%);
}

.testimonial-marquee::after {
  right: 0;
  background: linear-gradient(270deg, hsl(var(--background)) 0%, transparent 100%);
}

.testimonial-marquee__track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: testimonialMarqueeScroll 34s linear infinite;
}

.testimonial-marquee:hover .testimonial-marquee__track {
  animation-play-state: paused;
}

.testimonial-marquee__group {
  display: flex;
  flex-shrink: 0;
  gap: 1.25rem;
  min-width: max-content;
  padding-right: 1.25rem;
}

.testimonial-marquee__item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: clamp(18rem, 28vw, 23rem);
  min-height: 100%;
  padding: 1.4rem 1.35rem 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.35rem;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.08), transparent 50%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 20px 34px -32px rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(10px);
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.testimonial-marquee__item:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 28px 40px -30px rgba(255, 255, 255, 0.22);
}

.testimonial-marquee__quote {
  flex: 1 1 auto;
  font-size: 0.96rem;
  line-height: 1.85;
  font-style: italic;
  color: hsl(var(--foreground));
}

.testimonial-marquee__divider {
  margin-top: 1.15rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.03));
}

.testimonial-marquee__meta {
  margin-top: 0.95rem;
}

.testimonial-marquee__eyebrow {
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: hsl(var(--muted-foreground));
}

.testimonial-marquee__author {
  margin-top: 0.45rem;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: hsl(var(--foreground));
}

@keyframes featureCardGlint {
  0%,
  20% {
    left: -24%;
    opacity: 0;
  }

  28% {
    opacity: 0.75;
  }

  46% {
    left: 108%;
    opacity: 0;
  }

  100% {
    left: 108%;
    opacity: 0;
  }
}

@keyframes testimonialMarqueeScroll {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (min-width: 1024px) {
  .hero-shell {
    padding-top: 3rem;
  }

  .hero-split {
    grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.95fr);
  }

  .hero-split__visual {
    display: flex;
  }

  .journey-timeline {
    display: grid;
  }

  .journey-mobile {
    display: none;
  }

  .career-wizard__summary-panel {
    position: sticky;
    top: 6rem;
  }
}

@media (max-width: 767px) {
  .hero-section::before {
    background:
      radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.08), transparent 0 24%),
      linear-gradient(180deg, rgba(5, 8, 15, 0.98) 0%, rgba(5, 8, 15, 0.84) 52%, rgba(5, 8, 15, 0.94) 100%);
  }

  .testimonial-marquee::before,
  .testimonial-marquee::after {
    width: 2.25rem;
  }

  .testimonial-marquee__track {
    animation-duration: 30s;
  }

  .testimonial-marquee__group {
    gap: 0.9rem;
    padding-right: 0.9rem;
  }

  .testimonial-marquee__item {
    width: min(18rem, calc(100vw - 3.5rem));
    padding: 1.2rem 1.05rem 1.05rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-split__mark-image,
  .hero-split__mark[data-logo-assemble-ready="true"] .hero-split__mark-image,
  .hero-split__mark.is-assembled .hero-split__mark-image {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .logo-assemble__layer {
    display: none;
  }

  .headline-accent__word {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }

  .testimonial-marquee {
    overflow-x: auto;
    padding-bottom: 0.5rem;
    mask-image: none;
    -webkit-mask-image: none;
  }

  .testimonial-marquee::before,
  .testimonial-marquee::after {
    display: none;
  }

  .testimonial-marquee__track {
    animation: none;
  }
}

[data-parallax] {
  will-change: transform;
}

[data-filter-item].is-hidden {
  display: none;
}

[data-filter-button].is-active {
  border-color: hsl(var(--foreground));
  background: hsl(var(--foreground));
  color: hsl(var(--background));
}

.faq-answer {
  display: none;
}

.faq-item.is-open .faq-answer {
  display: block;
}

.faq-item.is-open [data-faq-icon] {
  transform: rotate(45deg);
}

[data-faq-icon] {
  transition: transform 0.2s ease;
}

.career-role-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.07), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015) 42%, rgba(255, 255, 255, 0.01) 100%);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 28px 48px -38px rgba(0, 0, 0, 0.92);
}

.career-role-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.75rem;
  right: 1.75rem;
  height: 2px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.14));
  opacity: 0.95;
}

.career-role-card__status {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.07);
  color: hsl(var(--foreground));
}

.career-role-card__header {
  padding-top: 0.2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.career-role-card__description {
  max-width: 56ch;
  font-size: 0.96rem;
  line-height: 1.8;
}

.career-role-card__meta-card,
.career-role-card__panel,
.career-wizard,
.career-review,
.career-role-card__section,
.testimonial-card {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.028),
    0 16px 28px -26px rgba(0, 0, 0, 0.86);
}

.career-role-card__meta-card,
.career-role-card__section {
  background: transparent;
  box-shadow: none;
}

.career-role-card__meta-grid {
  background: rgba(255, 255, 255, 0.11);
}

.career-role-card__meta-card {
  min-height: 100%;
}

.career-role-card__meta-card p:last-child {
  letter-spacing: -0.01em;
}

.career-role-card__section {
  padding-top: 1.35rem;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.career-role-card__actions {
  margin-top: auto;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.career-role-card__actions > a:first-child {
  min-width: 12rem;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 18px 28px -22px rgba(255, 255, 255, 0.18);
}

.career-role-card__actions > a:last-child {
  min-width: 11rem;
}

.structured-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.05), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015));
}

.structured-card__header {
  padding-bottom: 1.35rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.structured-card__icon-shell {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.95rem;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.08), transparent 60%),
    rgba(255, 255, 255, 0.02);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.structured-card__eyebrow,
.structured-card__section-title {
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: hsl(var(--muted-foreground));
}

.structured-card__body {
  flex: 1 1 auto;
}

.structured-card__section,
.structured-card__footer {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.028),
    0 16px 28px -26px rgba(0, 0, 0, 0.86);
}

.structured-card__footer {
  margin-top: auto;
  padding-top: 1.35rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.structured-card--project .structured-card__header {
  padding-bottom: 1.5rem;
}

.career-wizard {
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.055), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.028), rgba(255, 255, 255, 0.014));
}

.career-wizard__status-panel {
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.06), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.016));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 24px 42px -36px rgba(0, 0, 0, 0.88);
}

.career-wizard__indicator {
  transition:
    border-color 0.25s ease,
    background-color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.career-wizard__indicator.is-active,
.career-wizard__indicator.is-complete {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
}

.career-wizard__indicator.is-active {
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 14px 24px -22px rgba(255, 255, 255, 0.2);
}

.career-wizard__indicator.is-complete {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.career-wizard__step {
  transform-origin: top center;
}

.career-wizard__step.is-current {
  animation: careerWizardStepEnter 0.34s cubic-bezier(0.22, 1, 0.36, 1);
}

.career-wizard__step[hidden] {
  display: none !important;
}

.career-wizard__notice {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.028), rgba(255, 255, 255, 0.014)),
    rgba(255, 255, 255, 0.01);
}

.career-wizard__notice[data-notice-kind="validation"] {
  border-color: rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.012);
}

.career-wizard__primary-wrap {
  min-width: min(100%, 22rem);
}

.career-wizard__action-hint {
  min-height: 1rem;
}

.career-review p {
  word-break: break-word;
}

@keyframes careerWizardStepEnter {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.testimonial-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.06), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015));
}

.testimonial-card__body {
  flex: 1 1 auto;
}

.testimonial-card__divider {
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.03));
}

.testimonial-card__role {
  color: hsl(var(--muted-foreground));
}

input.input-validation-error,
select.input-validation-error,
textarea.input-validation-error {
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
}
