:root {
  --bg: #f5f3ef;
  --text: #06141b;
  --nav-1: #06141b;
  --nav-2: #11212d;
  --nav-3: #253745;
  --nav-4: #4a5c6a;
  --nav-5: #9ba8ab;
  --nav-6: #ccd0cf;
  --heading: #06141b;
  --copy: #30414f;
  --copy-soft: #34424e;
  --muted: #4a5c6a;
  --surface: rgba(255, 255, 255, 0.68);
  --surface-strong: rgba(255, 255, 255, 0.8);
  --border-soft: rgba(37, 55, 69, 0.14);
  --border-strong: rgba(37, 55, 69, 0.26);
  --shadow-soft: 0 16px 32px rgba(17, 33, 45, 0.06);
  --shadow-raise: 0 20px 34px rgba(17, 33, 45, 0.1);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  height: 100%;
}

body {
  background: var(--bg);
  color: var(--text);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  overflow-x: hidden;
}

.wordmark {
  display: block;
  width: min(68vw, 700px);
  height: auto;
}

.splash {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 20% 20%, #faf8f5 0%, var(--bg) 60%, #ebe6df 100%);
  opacity: 1;
  visibility: visible;
  transition: opacity 0.45s ease, visibility 0.45s ease;
}

.splash.hide {
  opacity: 0;
  visibility: hidden;
}

.main-content {
  min-height: 100%;
  display: block;
  background: var(--bg);
  opacity: 0;
  transition: opacity 0.45s ease;
}

.main-content.show {
  opacity: 1;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.15rem;
  padding: 0.62rem 2.05rem;
  border: 1px solid rgba(74, 92, 106, 0.52);
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  background: linear-gradient(
    118deg,
    rgba(6, 20, 27, 0.92) 0%,
    rgba(17, 33, 45, 0.88) 48%,
    rgba(37, 55, 69, 0.82) 100%
  );
  box-shadow:
    0 22px 56px rgba(6, 20, 27, 0.58),
    inset 0 1px 0 rgba(204, 208, 207, 0.34),
    inset 0 -1px 0 rgba(74, 92, 106, 0.34),
    inset 0 0 64px 20px rgba(17, 33, 45, 0.44);
  backdrop-filter: blur(30px) saturate(160%);
  -webkit-backdrop-filter: blur(30px) saturate(160%);
  overflow: hidden;
}

.topbar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  z-index: 0;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(204, 208, 207, 0.96),
    transparent
  );
  box-shadow: 0 1px 8px rgba(204, 208, 207, 0.22);
  pointer-events: none;
}

.topbar::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(
      130deg,
      transparent 0%,
      rgba(204, 208, 207, 0.08) 28%,
      rgba(155, 168, 171, 0.14) 44%,
      rgba(74, 92, 106, 0.12) 60%,
      transparent 100%
    ),
    radial-gradient(circle at 20% -30%, rgba(204, 208, 207, 0.12) 0%, transparent 48%);
  filter: blur(7px);
  opacity: 0.82;
  pointer-events: none;
}

.topbar > * {
  position: relative;
  z-index: 1;
}

.logo-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  margin-right: 0.5rem;
  height: 1.9rem;
  transition: transform 0.24s ease, filter 0.24s ease;
}

.logo {
  width: 194px;
  height: 37px;
  display: block;
  object-fit: cover;
  object-position: center 44%;
  filter: brightness(0) invert(1);
  transform: translateY(-1px);
}

.logo-link:hover,
.logo-link:focus-visible {
  transform: translateY(-1px) scale(1.01);
  filter: drop-shadow(0 6px 14px rgba(204, 208, 207, 0.26));
  outline: none;
}

.menu {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-right: auto;
}

.menu a {
  color: #fefcff;
  position: relative;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  opacity: 0.95;
  transition: color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.menu a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.22rem;
  width: 100%;
  height: 1px;
  background: #9ba8ab;
  opacity: 0;
  transform: scaleX(0.5);
  transform-origin: center;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.menu a:hover {
  color: #fefcff;
  opacity: 1;
  transform: translateY(-1px);
}

.menu a:hover::after {
  opacity: 0.9;
  transform: scaleX(1);
}

.menu a:focus-visible {
  opacity: 1;
  transform: translateY(-1px);
  outline: none;
}

.menu a:focus-visible::after {
  opacity: 0.9;
  transform: scaleX(1);
}

.menu a.afterspace-link {
  margin-left: 1.15rem;
  padding-left: 1rem;
}

.menu a.afterspace-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 1rem;
  transform: translateY(-50%);
  background: rgba(155, 168, 171, 0.45);
}

.actions {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.9rem;
  padding: 0 0.92rem;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  position: relative;
  overflow: hidden;
}

.btn-ghost {
  color: #fefcff;
  border: 1px solid #4a5c6a;
  background: #11212d;
}

.btn-ghost:hover {
  color: #fefcff;
  border-color: #9ba8ab;
  background: #253745;
  transform: translateY(-1px);
  box-shadow: 0 8px 16px rgba(6, 20, 27, 0.24);
}

.btn-solid {
  color: #fefcff;
  background: #253745;
  border: 1px solid #4a5c6a;
}

.btn-solid:hover {
  background: #4a5c6a;
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 10px 18px rgba(6, 20, 27, 0.28);
}

.btn:active {
  transform: translateY(0) scale(0.98);
}

.btn:focus-visible {
  outline: none;
  border-color: #ccd0cf;
  box-shadow: 0 0 0 2px rgba(204, 208, 207, 0.3);
}

.hero {
  min-height: calc(100vh - 62px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2.2rem 2.8rem 2rem;
}

.hero-main {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(320px, 1fr);
  gap: 2.2rem;
  align-items: center;
}

.hero-left {
  max-width: 700px;
  margin-left: clamp(0px, 3.2vw, 44px);
  display: flex;
  flex-direction: column;
}

.hero-title {
  margin: 0;
  font-size: clamp(2rem, 4.6vw, 4rem);
  line-height: 1.06;
  letter-spacing: -0.02em;
  font-weight: 700;
  color: var(--heading);
}

.hero-description {
  margin: 1.05rem 0 0;
  max-width: 58ch;
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.5;
  color: var(--copy);
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.6rem;
  min-height: 4rem;
  padding: 0 2.9rem;
  align-self: flex-start;
  border-radius: 999px;
  text-decoration: none;
  color: #fefcff;
  background: linear-gradient(135deg, #11212d 0%, #253745 58%, #4a5c6a 100%);
  border: 1px solid rgba(17, 33, 45, 0.9);
  font-size: 1.16rem;
  font-weight: 700;
  letter-spacing: 0.015em;
  box-shadow:
    0 18px 34px rgba(6, 20, 27, 0.2),
    inset 0 1px 0 rgba(204, 208, 207, 0.22);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease,
    letter-spacing 0.2s ease;
}

.hero-cta:hover {
  transform: translateY(-3px) scale(1.02);
  letter-spacing: 0.025em;
  filter: saturate(1.05);
  box-shadow:
    0 22px 40px rgba(6, 20, 27, 0.25),
    inset 0 1px 0 rgba(204, 208, 207, 0.28);
}

.hero-cta:active {
  transform: translateY(0) scale(0.985);
}

.hero-cta:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 3px rgba(155, 168, 171, 0.24),
    0 18px 34px rgba(6, 20, 27, 0.22);
}

.hero-trusted {
  position: relative;
  padding: 0.8rem 2.8rem 3rem;
  display: grid;
  gap: 0.8rem;
  justify-items: center;
  overflow: hidden;
}

.hero-trusted::before {
  content: "";
  position: absolute;
  top: 0;
  left: 2.8rem;
  right: 2.8rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(74, 92, 106, 0.32), transparent);
}

.hero-trusted::after {
  content: "";
  position: absolute;
  inset: 0 auto auto 50%;
  width: min(42vw, 420px);
  height: 120px;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(204, 208, 207, 0.28) 0%, rgba(204, 208, 207, 0) 72%);
  pointer-events: none;
}

.hero-trusted-kicker {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0.55rem 1rem;
  border: 1px solid rgba(74, 92, 106, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.46);
  box-shadow:
    0 8px 18px rgba(17, 33, 45, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}

.hero-trusted-title {
  position: relative;
  z-index: 1;
  margin: 0;
  text-align: center;
  max-width: 34ch;
  font-size: clamp(1.02rem, 1.56vw, 1.34rem);
  line-height: 1.35;
  font-weight: 600;
  color: var(--copy-soft);
}

.hero-trusted-marquee {
  position: relative;
  width: min(100%, 1240px);
  overflow: hidden;
  padding: 0.9rem 0;
}

.hero-trusted-marquee::before,
.hero-trusted-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: min(10vw, 120px);
  z-index: 2;
  pointer-events: none;
}

.hero-trusted-marquee::before {
  left: 0;
  background: linear-gradient(90deg, var(--bg) 0%, rgba(245, 243, 239, 0) 100%);
}

.hero-trusted-marquee::after {
  right: 0;
  background: linear-gradient(270deg, var(--bg) 0%, rgba(245, 243, 239, 0) 100%);
}

.hero-trusted-track {
  display: flex;
  width: max-content;
  gap: 1.15rem;
  align-items: center;
  animation: hero-trusted-scroll 24s linear infinite;
}

.hero-trusted-logo {
  min-width: 152px;
  min-height: 86px;
  padding: 0.9rem 1.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(74, 92, 106, 0.12);
  border-radius: 22px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.66) 0%, rgba(255, 255, 255, 0.34) 100%);
  box-shadow:
    0 16px 28px rgba(17, 33, 45, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.hero-trusted-logo img {
  width: 100%;
  max-width: 92px;
  height: auto;
  display: block;
  object-fit: contain;
  opacity: 0.55;
  filter: grayscale(1) contrast(0.94) brightness(0.58);
}

@keyframes hero-trusted-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 0.575rem));
  }
}

.hero-meta {
  margin: 1.1rem 0 0;
  font-size: 0.86rem;
  color: var(--muted);
  letter-spacing: 0.01em;
}

.hero-flows {
  margin-top: 1.15rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

.hero-flow {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.hero-flow:first-child {
  padding-right: 1.1rem;
  border-right: 1px solid rgba(37, 55, 69, 0.16);
}

.hero-flow:last-child {
  padding-left: 0.1rem;
}

.hero-flow h3 {
  margin: 0 0 0.4rem;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--heading);
  letter-spacing: 0.01em;
}

.hero-flow ol {
  margin: 0;
  padding-left: 1rem;
  display: grid;
  gap: 0.24rem;
}

.hero-flow li {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.35;
  color: var(--copy);
}

.hero-right {
  display: flex;
  justify-content: center;
}

.hero-media-card {
  width: min(100%, 490px);
  aspect-ratio: 4 / 5;
  background: linear-gradient(155deg, #ffffff 0%, #f4f1ec 100%);
  border: 1px solid rgba(37, 55, 69, 0.18);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 26px 48px rgba(17, 33, 45, 0.1);
  transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 0.35s ease, border-color 0.35s ease;
}

.hero-media-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-media-card:hover {
  transform: translateY(-8px) scale(1.01);
  box-shadow: 0 30px 52px rgba(17, 33, 45, 0.14);
  border-color: rgba(37, 55, 69, 0.26);
}


.section-kicker {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: none;
  color: var(--muted);
}

.section-description {
  margin: 0.95rem 0 0;
  max-width: 72ch;
  font-size: 1.03rem;
  line-height: 1.6;
  color: var(--copy);
}

.is-bul-page .main-content {
  opacity: 1;
}

.finder-hero {
  --finder-progress: 0;
  max-width: 1220px;
  margin: 0 auto;
  padding: 2.1rem 2.8rem 4.2rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(238, 235, 229, 0.32) 100%);
}

.finder-hero h1 {
  margin: 0.45rem 0 0;
  font-size: clamp(2.2rem, 5.2vw, 4.4rem);
  letter-spacing: -0.03em;
  line-height: 1.03;
  font-weight: 800;
  color: var(--heading);
  max-width: 21ch;
  text-wrap: balance;
  transform: scale(calc(0.985 + (var(--finder-progress) * 0.015)));
  transform-origin: left top;
  transition: transform 0.18s linear;
}

.finder-panel {
  margin-top: 1.55rem;
  display: grid;
  grid-template-columns: minmax(340px, 1.08fr) minmax(320px, 1fr);
  gap: 1.5rem;
  opacity: 1;
  transform:
    perspective(1300px)
    translateY(calc(20px - (var(--finder-progress) * 20px)))
    translateZ(calc(var(--finder-progress) * 20px))
    scale(calc(0.98 + (var(--finder-progress) * 0.02)));
  transform-origin: center top;
  transition: transform 0.16s linear, opacity 0.16s linear;
}

.finder-hero.is-active h1 {
  transform: scale(1.02);
}

.finder-media {
  border: 0;
  background: transparent;
  border-radius: 30px;
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1), filter 0.3s ease;
}

.finder-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 640px;
  object-fit: cover;
  border-radius: 30px;
}

.finder-media:hover {
  transform: translateY(-6px) scale(1.008);
  filter: drop-shadow(0 18px 30px rgba(17, 33, 45, 0.24));
}

.finder-content {
  border: 0;
  background: transparent;
  padding: 0.2rem 0.1rem 0.6rem;
}

.finder-content h2 {
  margin: 0;
  font-size: 1.32rem;
  color: var(--heading);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.42);
}

.title-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  margin-right: 0.28rem;
  border: 1px solid rgba(37, 55, 69, 0.3);
  border-radius: 999px;
  font-size: 0.72rem;
  color: var(--heading);
}

.finder-steps {
  margin: 0.9rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.6rem;
}

.finder-steps li {
  display: grid;
  grid-template-columns: 1.35rem 1fr;
  align-items: baseline;
  gap: 0.55rem;
}

.finder-steps li p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.45;
  color: #24323d;
}

.step-dot {
  display: inline-block;
  width: 1.35rem;
  text-align: right;
  color: var(--heading);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.25;
  padding-top: 0.14rem;
}

.finder-content h3 {
  margin: 1.25rem 0 0;
  font-size: 1.02rem;
  color: var(--heading);
}

.job-slider {
  margin-top: 0.62rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.52rem;
}

.job-arrow {
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 999px;
  border: 1px solid rgba(37, 55, 69, 0.3);
  background: var(--surface);
  color: var(--heading);
  font-size: 1.28rem;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.job-arrow:hover {
  background: var(--surface-strong);
  border-color: rgba(37, 55, 69, 0.32);
  transform: translateY(-1px) scale(1.06);
  box-shadow: 0 8px 16px rgba(17, 33, 45, 0.18);
}

.job-arrow:active {
  transform: scale(0.95);
}

.job-arrow:focus-visible {
  outline: none;
  border-color: rgba(17, 33, 45, 0.62);
  box-shadow: 0 0 0 2px rgba(17, 33, 45, 0.16);
}

.job-card {
  min-height: 5.25rem;
  padding: 0.92rem 1rem;
  border-radius: 20px;
  border: 1px solid rgba(37, 55, 69, 0.18);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.94) 0%, rgba(244, 241, 236, 0.84) 100%);
  text-decoration: none;
  display: grid;
  align-content: center;
  box-shadow:
    0 12px 22px rgba(17, 33, 45, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.76);
  transition: transform 0.34s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.34s ease;
  will-change: transform, opacity;
}

.job-card:hover,
.job-card:focus-visible {
  transform: translateY(-4px) scale(1.01);
  border-color: var(--border-strong);
  background: var(--surface-strong);
  box-shadow: var(--shadow-raise);
  outline: none;
}

.job-card.is-leaving-left {
  transform: translateX(-20px);
  opacity: 0;
}

.job-card.is-leaving-right {
  transform: translateX(20px);
  opacity: 0;
}

.job-card.is-enter-from-right {
  transform: translateX(20px);
  opacity: 0;
}

.job-card.is-enter-from-left {
  transform: translateX(-20px);
  opacity: 0;
}

.job-card-title {
  margin: 0;
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--heading);
}

.job-card-meta {
  margin: 0.3rem 0 0;
  font-size: 0.88rem;
  color: #31414d;
}

.finder-start {
  margin-top: 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.6rem;
  padding: 0 1.5rem;
  border-radius: 999px;
  text-decoration: none;
  color: #fefcff;
  background: linear-gradient(135deg, #06141b 0%, #11212d 55%, #253745 100%);
  border: 1px solid rgba(17, 33, 45, 0.92);
  font-weight: 700;
  box-shadow:
    0 10px 20px rgba(6, 20, 27, 0.24),
    inset 0 1px 0 rgba(204, 208, 207, 0.16);
  transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, letter-spacing 0.2s ease;
}

.finder-start:hover {
  background: linear-gradient(135deg, #11212d 0%, #253745 55%, #4a5c6a 100%);
  transform: translateY(-3px) scale(1.02);
  letter-spacing: 0.02em;
  box-shadow:
    0 14px 26px rgba(6, 20, 27, 0.3),
    inset 0 1px 0 rgba(204, 208, 207, 0.2);
}

.finder-start:active {
  transform: translateY(0) scale(0.98);
}

.finder-start:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px rgba(17, 33, 45, 0.2), 0 12px 24px rgba(6, 20, 27, 0.3);
}

.employer-section {
  --employer-progress: 0;
  max-width: 1220px;
  margin: 0 auto;
  padding: 3rem 2.8rem 4.6rem;
}

.employer-head {
  max-width: 900px;
}

.employer-head h2 {
  margin: 0.45rem 0 0;
  font-size: clamp(2rem, 4.4vw, 3.7rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  transform: scale(calc(0.985 + (var(--employer-progress) * 0.015)));
  transform-origin: left top;
  transition: transform 0.18s linear;
  color: var(--heading);
}

.employer-head p {
  margin: 0.9rem 0 0;
  font-size: 1.02rem;
  line-height: 1.58;
  color: #24323d;
}

.employer-grid {
  margin-top: 1.55rem;
  display: grid;
  grid-template-columns: minmax(340px, 1.08fr) minmax(320px, 1fr);
  gap: 1rem 1.5rem;
  align-items: start;
  opacity: 1;
  transform:
    perspective(1300px)
    translateY(calc(20px - (var(--employer-progress) * 20px)))
    translateZ(calc(var(--employer-progress) * 20px))
    scale(calc(0.98 + (var(--employer-progress) * 0.02)));
  transform-origin: center top;
  transition: transform 0.16s linear, opacity 0.16s linear;
}

.employer-section.is-active .employer-head h2 {
  transform: scale(1.02);
}

.employer-left-list {
  border: 1px solid rgba(37, 55, 69, 0.18);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.94) 0%, rgba(244, 241, 236, 0.82) 100%);
  border-radius: 20px;
  padding: 1.1rem 1rem 1rem;
  display: flex;
  flex-direction: column;
  min-height: auto;
  align-self: start;
  grid-column: 2;
  grid-row: 1;
  box-shadow:
    0 14px 24px rgba(17, 33, 45, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
  transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 0.3s ease, border-color 0.3s ease;
}

.employer-left-list h3 {
  margin: 0;
  font-size: 1.06rem;
  color: var(--heading);
}

.employer-steps {
  margin: 0.8rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.62rem;
}

.employer-steps li {
  display: grid;
  grid-template-columns: 1.25rem 1fr;
  gap: 0.5rem;
  align-items: start;
}

.employer-steps span {
  display: inline-block;
  width: 1.25rem;
  text-align: right;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--heading);
}

.employer-steps p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.45;
  color: #24323d;
}

.employer-start {
  margin-top: 0.9rem;
  display: inline-flex;
  min-height: 2.15rem;
  padding: 0 0.95rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 700;
  color: #fefcff;
  background: linear-gradient(135deg, #06141b 0%, #11212d 55%, #253745 100%);
  border: 1px solid rgba(17, 33, 45, 0.92);
  box-shadow:
    0 10px 20px rgba(6, 20, 27, 0.24),
    inset 0 1px 0 rgba(204, 208, 207, 0.16);
  transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, letter-spacing 0.2s ease;
}

.employer-start:hover {
  background: linear-gradient(135deg, #11212d 0%, #253745 55%, #4a5c6a 100%);
  transform: translateY(-3px) scale(1.02);
  letter-spacing: 0.02em;
  box-shadow:
    0 14px 26px rgba(6, 20, 27, 0.3),
    inset 0 1px 0 rgba(204, 208, 207, 0.2);
}

.employer-start:active {
  transform: translateY(0) scale(0.98);
}

.employer-left-list:hover {
  transform: translateY(-4px);
  border-color: var(--border-strong);
  box-shadow: var(--shadow-raise);
}

.employer-center-visual {
  border-radius: 28px;
  overflow: hidden;
  min-height: 640px;
  grid-column: 1;
  grid-row: 1 / span 2;
  transition: transform 0.34s cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 0.34s ease;
}

.employer-center-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.employer-center-visual:hover {
  transform: translateY(-6px) scale(1.008);
  box-shadow: 0 22px 36px rgba(17, 33, 45, 0.2);
}

.employer-right-cards {
  display: grid;
  gap: 1rem;
  grid-column: 2;
  grid-row: 2;
}

.employer-right-cards article {
  border: 1px solid rgba(37, 55, 69, 0.18);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.94) 0%, rgba(244, 241, 236, 0.82) 100%);
  border-radius: 20px;
  overflow: hidden;
  padding-bottom: 0.95rem;
  box-shadow:
    0 14px 24px rgba(17, 33, 45, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
  transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 0.3s ease, border-color 0.3s ease;
}

.employer-right-cards img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.employer-right-cards h3 {
  margin: 0.85rem 0 0;
  padding: 0 0.92rem;
  font-size: 1.03rem;
  color: var(--heading);
}

.employer-right-cards p {
  margin: 0.42rem 0 0;
  padding: 0 0.92rem;
  font-size: 0.9rem;
  color: #24323d;
}

.employer-right-cards a {
  margin: 0.72rem 0 0 0.92rem;
  display: inline-flex;
  min-height: 2.05rem;
  padding: 0 0.9rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.84rem;
  font-weight: 700;
  color: #fefcff;
  background: linear-gradient(135deg, #06141b 0%, #11212d 55%, #253745 100%);
  border: 1px solid rgba(17, 33, 45, 0.92);
  transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.employer-right-cards article:hover {
  transform: translateY(-5px);
  border-color: var(--border-strong);
  box-shadow: var(--shadow-raise);
}

.employer-right-cards a:hover {
  background: linear-gradient(135deg, #11212d 0%, #253745 55%, #4a5c6a 100%);
  transform: translateY(-1px);
  box-shadow: 0 8px 16px rgba(17, 33, 45, 0.2);
}

.employer-right-cards a:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px rgba(17, 33, 45, 0.16), 0 8px 16px rgba(17, 33, 45, 0.2);
}

.plans-section {
  padding: 0.1rem 2.8rem 2.4rem;
}

.plans-shell {
  max-width: 1220px;
  margin: 0 auto;
  padding: 1rem;
  border: 1px solid rgba(37, 55, 69, 0.18);
  border-radius: 24px;
  background:
    radial-gradient(circle at 14% 16%, rgba(204, 208, 207, 0.18) 0%, transparent 26%),
    radial-gradient(circle at 86% 10%, rgba(155, 168, 171, 0.12) 0%, transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(244, 241, 236, 0.96) 100%);
  box-shadow:
    0 18px 30px rgba(17, 33, 45, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.plans-head {
  max-width: 620px;
}

.plans-head h2 {
  margin: 0.35rem 0 0;
  font-size: clamp(1.35rem, 2.7vw, 2rem);
  line-height: 1.08;
  letter-spacing: -0.025em;
  color: var(--heading);
}

.plans-head p:last-child {
  margin: 0.45rem 0 0;
  max-width: 46ch;
  font-size: 0.86rem;
  line-height: 1.45;
  color: #24323d;
}

.plans-grid {
  margin-top: 0.9rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  align-items: stretch;
}

.plan-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(37, 55, 69, 0.18);
  border-radius: 20px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.97) 0%, rgba(244, 241, 236, 0.88) 100%);
  box-shadow:
    0 16px 28px rgba(17, 33, 45, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.plan-card:hover {
  transform: translateY(-4px);
  border-color: rgba(37, 55, 69, 0.22);
  box-shadow:
    0 20px 34px rgba(17, 33, 45, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.plan-card-featured {
  transform: translateY(-4px);
  border-color: rgba(17, 33, 45, 0.22);
  box-shadow:
    0 22px 38px rgba(17, 33, 45, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.plan-card-featured:hover {
  transform: translateY(-6px);
}

.plan-badge {
  position: absolute;
  top: 0.72rem;
  right: 0.72rem;
  z-index: 2;
  margin: 0;
  padding: 0.35rem 0.56rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #11212d 0%, #253745 100%);
  color: #fefcff;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  box-shadow: 0 10px 18px rgba(6, 20, 27, 0.18);
}

.plan-card-media {
  aspect-ratio: 16 / 6.3;
  overflow: hidden;
  border-bottom: 1px solid rgba(37, 55, 69, 0.1);
}

.plan-card-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.plan-card-content {
  padding: 0.82rem 0.85rem 0.9rem;
}

.plan-tier {
  margin: 0;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--heading);
}

.plan-card-content h3 {
  margin: 0.3rem 0 0;
  font-size: 1.08rem;
  line-height: 1.14;
  color: var(--heading);
}

.plan-copy {
  margin: 0.42rem 0 0;
  min-height: 2.2rem;
  font-size: 0.82rem;
  line-height: 1.38;
  color: #24323d;
}

.plan-price {
  margin: 0.6rem 0 0;
  font-size: 1.55rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--heading);
}

.plan-price span {
  margin-left: 0.28rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0;
  color: #31414d;
}

.plan-features {
  margin: 0.6rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.4rem;
}

.plan-features li {
  position: relative;
  padding-left: 1rem;
  font-size: 0.78rem;
  line-height: 1.34;
  color: #24323d;
}

.plan-features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.34rem;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #11212d 0%, #4a5c6a 100%);
  box-shadow: 0 0 0 3px rgba(17, 33, 45, 0.08);
}

.plan-cta {
  margin-top: 0.72rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.15rem;
  padding: 0 0.9rem;
  border-radius: 999px;
  text-decoration: none;
  color: #fefcff;
  background: linear-gradient(135deg, #06141b 0%, #11212d 55%, #253745 100%);
  border: 1px solid rgba(17, 33, 45, 0.92);
  font-size: 0.82rem;
  font-weight: 700;
  box-shadow:
    0 10px 20px rgba(6, 20, 27, 0.22),
    inset 0 1px 0 rgba(204, 208, 207, 0.16);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.plan-cta:hover {
  transform: translateY(-3px);
  background: linear-gradient(135deg, #11212d 0%, #253745 55%, #4a5c6a 100%);
  box-shadow:
    0 14px 24px rgba(6, 20, 27, 0.24),
    inset 0 1px 0 rgba(204, 208, 207, 0.2);
}

.plan-cta:active {
  transform: translateY(0) scale(0.98);
}

.plan-cta:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px rgba(17, 33, 45, 0.14), 0 14px 24px rgba(6, 20, 27, 0.24);
}

.internships-section {
  margin: 0;
  padding: 3.6rem 2.8rem 4.8rem;
  background:
    radial-gradient(circle at 10% 14%, rgba(204, 208, 207, 0.36) 0%, transparent 34%),
    radial-gradient(circle at 88% 12%, rgba(155, 168, 171, 0.22) 0%, transparent 30%),
    linear-gradient(180deg, #f5f3ef 0%, #eeebe5 100%);
}

.internships-shell {
  max-width: 1220px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
  gap: 2rem;
  align-items: start;
}

.internships-kicker {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.internships-intro h2 {
  margin: 0.7rem 0 0;
  max-width: 15ch;
  font-size: clamp(2.1rem, 4.8vw, 3.9rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  font-weight: 800;
  color: var(--heading);
}

.internships-description {
  margin: 1rem 0 0;
  max-width: 58ch;
  font-size: 1.03rem;
  line-height: 1.68;
  color: var(--copy);
}

.internships-points {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.95rem;
}

.internships-points article {
  min-height: 100%;
  padding: 1.2rem 1.1rem;
  border-radius: 20px;
  border: 1px solid var(--border-soft);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.internships-points article:hover {
  transform: translateY(-4px);
  border-color: var(--border-strong);
  box-shadow: var(--shadow-raise);
}

.internships-points h3 {
  margin: 0;
  font-size: 1rem;
  color: var(--heading);
}

.internships-points p {
  margin: 0.55rem 0 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--copy-soft);
}

.internships-highlight {
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(37, 55, 69, 0.14);
  background: linear-gradient(155deg, #ffffff 0%, #f4f1ec 100%);
  box-shadow: 0 26px 48px rgba(17, 33, 45, 0.1);
}

.internships-highlight-media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.internships-highlight-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.internships-highlight-content {
  padding: 1.35rem 1.35rem 1.45rem;
}

.internships-highlight-kicker {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.internships-highlight-content h3 {
  margin: 0.55rem 0 0;
  font-size: 1.45rem;
  line-height: 1.15;
  color: var(--heading);
}

.internships-list {
  margin: 1rem 0 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.48rem;
  color: var(--copy);
  line-height: 1.55;
}

.internships-cta {
  margin-top: 1.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  padding: 0 1.4rem;
  border-radius: 999px;
  text-decoration: none;
  color: #fefcff;
  background: #06141b;
  font-weight: 700;
  box-shadow: 0 10px 20px rgba(6, 20, 27, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.internships-cta:hover {
  transform: translateY(-3px);
  background: #11212d;
  box-shadow: 0 14px 24px rgba(6, 20, 27, 0.24);
}

.internships-cta:active {
  transform: translateY(0) scale(0.98);
}

.internships-cta:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px rgba(17, 33, 45, 0.14), 0 14px 24px rgba(6, 20, 27, 0.24);
}

.site-footer {
  padding: 0.4rem 2.8rem 2rem;
  background:
    radial-gradient(circle at 14% 8%, rgba(204, 208, 207, 0.1) 0%, transparent 20%),
    linear-gradient(
      118deg,
      rgba(6, 20, 27, 0.97) 0%,
      rgba(17, 33, 45, 0.95) 48%,
      rgba(37, 55, 69, 0.92) 100%
    );
}

.site-footer-shell {
  max-width: 1220px;
  margin: 0 auto;
  padding: 1.7rem 0 1rem;
}

.site-footer-top {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.2rem;
  padding-bottom: 1.4rem;
  border-bottom: 1px solid rgba(204, 208, 207, 0.12);
}

.site-footer-brand {
  max-width: 520px;
}

.site-footer-brand img {
  width: 188px;
  height: auto;
  display: block;
  filter: brightness(0) invert(1);
}

.site-footer-brand p {
  margin: 0.85rem 0 0;
  font-size: 0.94rem;
  line-height: 1.58;
  color: rgba(240, 242, 243, 0.78);
}

.site-footer-grid {
  padding-top: 1.35rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
}

.site-footer-column h2 {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #f5f3ef;
}

.site-footer-column {
  display: grid;
  align-content: start;
  gap: 0.62rem;
}

.site-footer-column a {
  text-decoration: none;
  color: rgba(240, 242, 243, 0.76);
  font-size: 0.9rem;
  line-height: 1.45;
  transition: color 0.2s ease, transform 0.2s ease;
}

.site-footer-column a:hover,
.site-footer-column a:focus-visible {
  color: #fefcff;
  transform: translateX(2px);
  outline: none;
}

.site-footer-bottom {
  margin-top: 1.35rem;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(204, 208, 207, 0.12);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.site-footer-bottom p {
  margin: 0;
  font-size: 0.84rem;
  color: rgba(240, 242, 243, 0.62);
}

.site-footer-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.site-footer-meta span {
  font-size: 0.84rem;
  color: rgba(240, 242, 243, 0.62);
}

@media (prefers-reduced-motion: reduce) {
  .finder-hero h1,
  .finder-panel,
  .hero-media-card,
  .hero-cta,
  .hero-trusted-track,
  .finder-media,
  .job-arrow,
  .job-card,
  .finder-start,
  .employer-head h2,
  .employer-grid,
  .employer-left-list,
  .employer-center-visual,
  .employer-right-cards article,
  .employer-right-cards a,
  .employer-start,
  .plan-card,
  .plan-card-featured,
  .plan-cta,
  .internships-points article,
  .internships-highlight,
  .internships-cta,
  .site-footer-column a,
  .logo-link,
  .menu a,
  .btn {
    transition: none;
    transform: none;
    filter: none;
    opacity: 1;
  }

  .hero-trusted-track {
    animation: none;
  }

}

@media (max-width: 1080px) {
  .menu {
    display: none;
  }

  .hero {
    padding: 1.6rem 1.2rem 0.9rem;
  }

  .hero-main {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .hero-left {
    margin-left: 0;
    max-width: 760px;
  }

  .hero-right {
    justify-content: flex-start;
  }

  .hero-media-card {
    width: min(100%, 520px);
    aspect-ratio: 16 / 10;
  }

  .hero-trusted {
    padding: 0.55rem 1.2rem 2.4rem;
  }

  .hero-trusted::before {
    left: 1.2rem;
    right: 1.2rem;
  }

  .hero-trusted-track {
    gap: 0.9rem;
  }

  .hero-trusted-logo {
    min-width: 136px;
    min-height: 78px;
  }

  .finder-hero {
    padding: 1.4rem 1.2rem 3rem;
  }

  .finder-panel {
    grid-template-columns: 1fr;
  }

  .finder-media img {
    min-height: 320px;
  }

  .job-slider {
    grid-template-columns: 1fr auto;
    gap: 0.55rem;
  }

  .job-arrow#job-prev {
    order: 2;
  }

  .job-card {
    grid-column: 1 / -1;
  }

  .employer-section {
    padding: 2rem 1.2rem 3.2rem;
  }

  .employer-grid {
    grid-template-columns: 1fr;
  }

  .employer-left-list,
  .employer-center-visual,
  .employer-right-cards {
    grid-column: auto;
    grid-row: auto;
  }

  .employer-center-visual {
    min-height: 380px;
  }

  .plans-section {
    padding: 0.1rem 1.2rem 2.2rem;
  }

  .plans-shell {
    padding: 0.92rem;
    border-radius: 26px;
  }

  .plans-grid {
    grid-template-columns: 1fr;
  }

  .plan-card-featured,
  .plan-card-featured:hover {
    transform: none;
  }

  .internships-section {
    padding: 2.6rem 1.2rem 3.2rem;
  }

  .internships-shell {
    grid-template-columns: 1fr;
  }

  .internships-intro h2 {
    max-width: 18ch;
  }

  .internships-points {
    grid-template-columns: 1fr;
  }

  .internships-highlight {
    max-width: 560px;
  }

  .site-footer {
    padding: 0 1.2rem 1.6rem;
  }

  .site-footer-shell {
    padding: 1.4rem 0 1rem;
  }

  .site-footer-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .topbar {
    padding: 0.42rem 1.05rem;
    gap: 0.6rem;
  }

  .logo {
    width: 162px;
    height: 31px;
    object-position: center 44%;
    transform: translateY(-1px);
  }

  .actions {
    gap: 0.45rem;
  }

  .btn {
    min-height: 1.74rem;
    padding: 0 0.74rem;
    font-size: 0.8rem;
  }

  .hero {
    min-height: auto;
    padding: 1.2rem 0.95rem 0.85rem;
  }

  .hero-title {
    font-size: clamp(1.6rem, 9vw, 2.35rem);
  }

  .hero-description {
    font-size: 0.96rem;
  }

  .hero-cta {
    min-height: 3.45rem;
    padding: 0 2.2rem;
    font-size: 1.03rem;
  }

  .hero-trusted {
    padding: 0.45rem 0.95rem 2rem;
    gap: 0.7rem;
  }

  .hero-trusted::before {
    left: 0.95rem;
    right: 0.95rem;
  }

  .hero-trusted-kicker {
    padding: 0.48rem 0.78rem;
    font-size: 0.68rem;
    letter-spacing: 0.14em;
  }

  .hero-trusted-title {
    font-size: 0.94rem;
  }

  .hero-trusted-marquee {
    padding: 0.55rem 0;
  }

  .hero-trusted-logo {
    min-width: 112px;
    min-height: 64px;
    padding: 0.6rem 0.75rem;
    border-radius: 16px;
  }

  .hero-trusted-logo img {
    max-width: 64px;
  }

  .hero-flows {
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }

  .hero-flow:first-child {
    padding-right: 0;
    border-right: 0;
  }

  .hero-flow:last-child {
    padding-left: 0;
  }

  .employer-head h2 {
    font-size: clamp(1.7rem, 8vw, 2.45rem);
  }

  .plans-section {
    padding: 0.05rem 0.95rem 2rem;
  }

  .plans-shell {
    padding: 0.78rem;
    border-radius: 22px;
  }

  .plans-head h2 {
    font-size: clamp(1.22rem, 7vw, 1.72rem);
  }

  .plans-head p:last-child {
    font-size: 0.82rem;
  }

  .plan-card {
    border-radius: 18px;
  }

  .plan-badge {
    top: 0.8rem;
    right: 0.8rem;
    font-size: 0.68rem;
  }

  .plan-card-content {
    padding: 1.05rem 1rem 1.15rem;
  }

  .plan-card-content h3 {
    font-size: 1rem;
  }

  .plan-copy {
    min-height: auto;
    font-size: 0.8rem;
  }

  .plan-price {
    font-size: 1.4rem;
  }

  .plan-features li {
    font-size: 0.76rem;
  }

  .internships-section {
    padding: 2.2rem 0.95rem 2.8rem;
  }

  .internships-intro h2 {
    font-size: clamp(1.7rem, 8.2vw, 2.4rem);
  }

  .internships-highlight-content {
    padding: 1.15rem 1rem 1.2rem;
  }

  .site-footer {
    padding: 0 0.95rem 1.25rem;
  }

  .site-footer-shell {
    padding: 1.1rem 0 0.9rem;
  }

  .site-footer-brand img {
    width: 164px;
  }

  .site-footer-brand p {
    font-size: 0.88rem;
  }

  .site-footer-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .site-footer-column {
    gap: 0.6rem;
  }

  .site-footer-column a {
    font-size: 0.88rem;
  }

  .site-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
