:root {
  --synergy-seafoam: #3bceac;
  --sophistication-slate: #333333;
  --white-glove: #ffffff;
  --global-gray-light: #d9d9d9;
  --global-gray-dark: #7f7f7f;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--sophistication-slate);
  background: var(--white-glove);
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

.home-stat-number {
  font-family: Oswald, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
}

.home-hero {
  background-color: #1e302c;
  background-image: url('/assets/images/petersan-manhattan-lawyers-hero-v3.webp');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-hero > .absolute.inset-0 > .bg-sophistication-slate {
  background: #172521;
  opacity: 0.26;
}

.home-hero > .absolute.inset-0 > .opacity-60 {
  background: linear-gradient(90deg, rgba(21, 104, 84, 0.62) 0%, rgba(24, 55, 48, 0.66) 48%, rgba(16, 27, 25, 0.78) 100%) !important;
  opacity: 1;
}

.home-hero > .absolute.inset-0 > div:last-child {
  background: rgba(0, 0, 0, 0.16);
}

.home-hero .relative.z-10 {
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
}

.home-hero .relative.z-10 a {
  text-shadow: none;
}

.solution-hero,
.talent-hero,
.story-hero {
  background-color: #1e302c;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.story-hero-about-legal-search { background-image: url('/assets/images/story-about-legal-search.webp'); }
.story-hero-about-legal-staffing { background-image: url('/assets/images/story-about-legal-staffing.webp'); }
.story-hero-legal-search-consultants { background-image: url('/assets/images/story-legal-search-consultants.webp'); }
.story-hero-legal-staffing-consultants { background-image: url('/assets/images/story-legal-staffing-consultants.webp'); }
.story-hero-meet-our-team { background-image: url('/assets/images/story-meet-our-team.webp'); }
.story-hero-testimonials { background-image: url('/assets/images/story-testimonials.webp'); }
.story-hero-recent-placements { background-image: url('/assets/images/story-recent-placements.webp'); }
.story-hero-family-of-brands { background-image: url('/assets/images/story-family-of-brands.webp'); }
.story-hero-privacy { background-image: url('/assets/images/story-privacy.webp'); }
.story-hero-terms { background-image: url('/assets/images/story-terms.webp'); }
.story-hero-insights { background-image: url('/assets/images/page-insights.webp'); }
.story-hero-contact { background-image: url('/assets/images/page-contact.webp'); }

.talent-hero-job-search {
  background-image: url('/assets/images/talent-job-search.webp');
}

.talent-hero-permanent-roles {
  background-image: url('/assets/images/talent-permanent-roles.webp');
}

.talent-hero-temporary-roles {
  background-image: url('/assets/images/talent-temporary-roles.webp');
}

.talent-hero-executive-careers {
  background-image: url('/assets/images/talent-executive-careers.webp');
}

.talent-hero-candidate-login {
  background-image: url('/assets/images/talent-candidate-login.webp');
}

.talent-hero-client-login {
  background-image: url('/assets/images/talent-client-login.webp');
}

.talent-hero-forms {
  background-image: url('/assets/images/talent-forms.webp');
}

.solution-hero-legal-search {
  background-image: url('/assets/images/solution-legal-search.webp');
}

.solution-hero-in-house {
  background-image: url('/assets/images/solution-in-house.webp');
}

.solution-hero-legal-staffing {
  background-image: url('/assets/images/solution-legal-staffing.webp');
}

.solution-hero-litigation-support {
  background-image: url('/assets/images/solution-litigation-support.webp');
}

.solution-hero-document-review {
  background-image: url('/assets/images/solution-document-review.webp');
}

.solution-hero-e-discovery {
  background-image: url('/assets/images/solution-e-discovery.webp');
}

.solution-hero-legal-technology {
  background-image: url('/assets/images/solution-legal-technology.webp');
}

.solution-hero > .absolute.inset-0 > .absolute.inset-0,
.talent-hero > .absolute.inset-0 > .absolute.inset-0,
.story-hero > .absolute.inset-0 > .absolute.inset-0 {
  background: linear-gradient(100deg, rgb(15 72 59 / 0.82), rgb(28 55 49 / 0.72), rgb(15 35 31 / 0.84)) !important;
}

.solution-hero .relative.z-10,
.talent-hero .relative.z-10,
.story-hero .relative.z-10 {
  text-shadow: 0 2px 18px rgb(0 0 0 / 0.55);
}

@media (max-width: 700px) {
  .solution-hero,
  .talent-hero,
  .story-hero {
    background-position: center center;
  }

  .solution-hero > .absolute.inset-0 > .absolute.inset-0,
  .talent-hero > .absolute.inset-0 > .absolute.inset-0,
  .story-hero > .absolute.inset-0 > .absolute.inset-0 {
    background: rgb(18 58 48 / 0.82) !important;
  }
}

.contact-map-wrap {
  aspect-ratio: 4 / 3;
  min-height: 16rem;
  overflow: hidden;
  border: 1px solid rgb(59 206 172 / 0.55);
  border-radius: 0.75rem;
  background: rgb(217 217 217 / 0.2);
  box-shadow: 0 10px 30px rgb(51 51 51 / 0.08);
}

.contact-map-embed {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.intake-form {
  overflow: hidden;
  border: 1px solid rgb(58 70 113 / 0.18);
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 1.25rem 3rem rgb(32 42 64 / 0.1);
}

.intake-progress-track {
  height: 0.3rem;
  background: #e8eaef;
}

.intake-progress-bar {
  height: 100%;
  background: linear-gradient(90deg, #58b7b4, #3a4671);
  transition: width 0.3s ease;
}

.intake-progress-labels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  padding: 1rem 1.5rem;
  color: #7b8190;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.intake-progress-labels span {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.intake-progress-labels span::before {
  display: grid;
  width: 1.35rem;
  height: 1.35rem;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 999px;
  content: attr(data-number);
  font-size: 0.65rem;
}

.intake-progress-labels .is-active {
  color: #3a4671;
}

.intake-step {
  padding: clamp(1.5rem, 4vw, 2.5rem);
}

.intake-step[hidden],
.intake-success[hidden] {
  display: none;
}

.intake-step-title {
  margin-bottom: 0.4rem;
  color: #333;
  font-family: Oswald, sans-serif;
  font-size: clamp(1.65rem, 3vw, 2.15rem);
  font-weight: 600;
  outline: none;
}

.intake-step-copy {
  margin-bottom: 1.5rem;
  color: #626978;
  line-height: 1.6;
}

.intake-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.intake-option {
  position: relative;
  display: flex;
  min-height: 5.25rem;
  align-items: center;
  padding: 1rem;
  border: 1px solid #d9dce4;
  border-radius: 0.8rem;
  color: #3a4671;
  cursor: pointer;
  font-weight: 700;
  line-height: 1.35;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.intake-option:hover {
  border-color: #58b7b4;
  transform: translateY(-2px);
}

.intake-option:has(input:checked) {
  border-color: #3a4671;
  background: rgb(88 183 180 / 0.12);
  box-shadow: inset 0 0 0 1px #3a4671;
}

.intake-option input {
  width: 1rem;
  height: 1rem;
  margin-right: 0.7rem;
  accent-color: #3a4671;
}

.intake-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.intake-field-full {
  grid-column: 1 / -1;
}

.intake-field label,
.intake-upload-label {
  display: block;
  margin-bottom: 0.45rem;
  color: #333;
  font-size: 0.82rem;
  font-weight: 700;
}

.intake-field input,
.intake-field textarea {
  width: 100%;
  padding: 0.85rem 1rem;
  border: 1px solid #d9dce4;
  border-radius: 0.65rem;
  background: #fff;
  color: #333;
}

.intake-field input:focus,
.intake-field textarea:focus {
  border-color: #58b7b4;
  outline: 3px solid rgb(88 183 180 / 0.18);
}

.intake-upload {
  display: block;
  padding: 1.4rem;
  border: 1px dashed #58b7b4;
  border-radius: 0.8rem;
  background: rgb(88 183 180 / 0.07);
  text-align: center;
  cursor: pointer;
}

.intake-upload input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

.intake-upload strong {
  display: block;
  margin-bottom: 0.3rem;
  color: #3a4671;
}

.intake-upload span {
  color: #687080;
  font-size: 0.78rem;
}

.intake-actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

.intake-button {
  padding: 0.8rem 1.4rem;
  border: 1px solid #3a4671;
  border-radius: 999px;
  background: #3a4671;
  color: #fff;
  font-weight: 700;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.intake-button:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

.intake-button-secondary {
  background: transparent;
  color: #3a4671;
}

.intake-success {
  padding: 3.5rem 2rem;
  text-align: center;
}

.intake-success h4 {
  margin-bottom: 0.6rem;
  color: #3a4671;
  font-family: Oswald, sans-serif;
  font-size: 2rem;
}

@media (max-width: 640px) {
  .intake-options,
  .intake-fields {
    grid-template-columns: 1fr;
  }

  .intake-field-full {
    grid-column: auto;
  }

  .intake-progress-labels {
    padding-inline: 1rem;
    font-size: 0.62rem;
  }
}

.footer-map-wrap {
  width: min(25rem, calc(100vw - 2rem));
  aspect-ratio: 4 / 3;
  margin-top: 1.25rem;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 0.4);
  border-radius: 0.75rem;
  background: rgb(255 255 255 / 0.12);
}

.footer-map-embed {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.footer-stacked-links {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media (min-width: 1024px) {
  .site-footer-inner {
    display: grid;
    grid-template-columns: minmax(18rem, 25rem) minmax(0, 1fr);
    column-gap: clamp(3rem, 7vw, 7rem);
    align-items: start;
  }

  .footer-brand-social {
    grid-column: 1;
    grid-row: 1;
    margin-bottom: 0;
  }

  .footer-menu-grid {
    grid-column: 2;
    grid-row: 1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-content: start;
    margin-bottom: 0;
  }

  .site-footer-inner > .border-t {
    grid-column: 1 / -1;
    margin-top: 3rem;
  }

  .site-footer-inner > .text-xs {
    grid-column: 1 / -1;
  }
}

@media (max-width: 1023px) {
  .footer-brand-social {
    margin-bottom: 3rem;
  }

  .footer-menu-grid {
    margin-bottom: 3rem;
  }
}

.industry-tags-ready .industry-tag {
  opacity: 0;
  transform: translateY(1.25rem) scale(0.94);
  transition:
    opacity 0.55s ease,
    transform 0.55s cubic-bezier(0.2, 0.75, 0.25, 1),
    background 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
  transition-delay: calc(var(--industry-tag-index, 0) * 65ms);
}

.legal-tech-role-card {
  position: relative;
  cursor: pointer;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.legal-tech-role-card::after {
  content: "Start intake →";
  display: block;
  margin-top: 0.65rem;
  color: var(--synergy-seafoam);
  font-size: 0.78rem;
  font-weight: 700;
  opacity: 0;
  transform: translateY(0.25rem);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.legal-tech-role-card:hover,
.legal-tech-role-card:focus-visible,
.legal-tech-role-card.is-selected {
  background: rgb(59 206 172 / 0.08);
  box-shadow: 0 12px 30px rgb(51 51 51 / 0.1);
  transform: translateY(-0.2rem);
}

.legal-tech-role-card:hover::after,
.legal-tech-role-card:focus-visible::after,
.legal-tech-role-card.is-selected::after {
  opacity: 1;
  transform: translateY(0);
}

.legal-tech-quiz-section {
  scroll-margin-top: 7rem;
  padding: 5rem 1rem;
  background: linear-gradient(135deg, #203c35, #2b2f2e);
}

.legal-tech-quiz-section[hidden] {
  display: none;
}

.application-funnel {
  scroll-margin-top: 7rem;
  padding: 5rem 1rem;
  background: linear-gradient(135deg, #203c35, #2b2f2e);
}

.application-funnel[hidden] {
  display: none;
}

.application-funnel-shell {
  width: min(100%, 52rem);
  min-height: 30rem;
  margin-inline: auto;
  padding: clamp(1.5rem, 5vw, 3.5rem);
  border: 1px solid rgb(59 206 172 / 0.45);
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 24px 70px rgb(0 0 0 / 0.24);
}

.application-funnel-shell h2 {
  margin: 0 0 1rem;
  color: var(--sophistication-slate);
  font-family: Oswald, sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.65rem);
  line-height: 1.15;
}

.application-funnel-shell p {
  line-height: 1.7;
}

.application-eyebrow {
  margin: 0 0 0.75rem;
  color: #238e77;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.application-progress {
  display: flex;
  justify-content: space-between;
  color: #666;
  font-size: 0.82rem;
  font-weight: 700;
}

.application-progress-track {
  height: 0.4rem;
  margin: 0.6rem 0 2.2rem;
  overflow: hidden;
  border-radius: 999px;
  background: #e6e6e6;
}

.application-progress-track span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--synergy-seafoam);
}

.application-form {
  display: grid;
  gap: 1.25rem;
  margin-top: 2rem;
}

.application-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.application-form label {
  color: var(--sophistication-slate);
  font-weight: 600;
}

.application-form input,
.application-form select,
.application-form textarea {
  width: 100%;
  margin-top: 0.5rem;
  padding: 0.9rem 1rem;
  border: 1px solid #bbb;
  border-radius: 0.65rem;
  background: #fff;
  color: var(--sophistication-slate);
  font: inherit;
}

.application-form input:focus,
.application-form select:focus,
.application-form textarea:focus {
  border-color: var(--synergy-seafoam);
  outline: 3px solid rgb(59 206 172 / 0.2);
}

.application-resume-field {
  grid-column: 1 / -1;
}

.application-resume-field small {
  display: block;
  margin-top: 0.4rem;
  color: #666;
  font-weight: 400;
}

.application-error {
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  background: #fff0f0;
  color: #9d2525;
  font-weight: 600;
}

.application-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
}

.application-primary,
.application-secondary {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  border: 1px solid var(--synergy-seafoam);
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  text-decoration: none;
}

.application-primary {
  background: var(--synergy-seafoam);
  color: #17352f;
}

.application-secondary {
  background: transparent;
  color: #237e6b;
}

.application-complete {
  text-align: center;
}

.application-check {
  display: grid;
  width: 4rem;
  height: 4rem;
  margin: 0 auto 1.25rem;
  place-items: center;
  border-radius: 50%;
  background: var(--synergy-seafoam);
  color: #17352f;
  font-size: 2rem;
  font-weight: 800;
}

.application-summary {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.7rem 1.25rem;
  margin: 2rem 0;
  padding: 1.25rem;
  border-radius: 0.75rem;
  background: #f4f7f6;
  text-align: left;
}

.application-summary span {
  color: #666;
}

.application-text-button {
  margin-top: 1.5rem;
  border: 0;
  background: transparent;
  color: #237e6b;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  text-decoration: underline;
}

@media (max-width: 640px) {
  .application-field-grid {
    grid-template-columns: 1fr;
  }

  .application-resume-field {
    grid-column: auto;
  }

  .application-actions,
  .application-primary,
  .application-secondary {
    width: 100%;
  }
}

.legal-tech-quiz-shell {
  width: min(100%, 52rem);
  min-height: 30rem;
  margin-inline: auto;
  padding: clamp(1.5rem, 5vw, 3.5rem);
  border: 1px solid rgb(59 206 172 / 0.45);
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 24px 70px rgb(0 0 0 / 0.24);
}

.legal-tech-quiz-shell h2 {
  margin: 0 0 1rem;
  color: var(--sophistication-slate);
  font-family: Oswald, sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.65rem);
  line-height: 1.15;
}

.legal-tech-quiz-shell p {
  line-height: 1.7;
}

.legal-tech-quiz-eyebrow {
  margin: 0 0 0.75rem;
  color: #238e77;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.legal-tech-field-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 2rem 0 1.25rem;
}

.legal-tech-field-row label,
.legal-tech-question-form label {
  color: var(--sophistication-slate);
  font-weight: 600;
}

.legal-tech-field-row input,
.legal-tech-question-form textarea {
  width: 100%;
  margin-top: 0.5rem;
  padding: 0.9rem 1rem;
  border: 1px solid #bbb;
  border-radius: 0.65rem;
  background: #fff;
  color: var(--sophistication-slate);
  font: inherit;
}

.legal-tech-field-row input:focus,
.legal-tech-question-form textarea:focus {
  border-color: var(--synergy-seafoam);
  outline: 3px solid rgb(59 206 172 / 0.2);
}

.legal-tech-consent {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin-bottom: 1.5rem;
  color: #555;
  font-size: 0.88rem;
  line-height: 1.5;
}

.legal-tech-consent input {
  margin-top: 0.25rem;
}

.legal-tech-primary,
.legal-tech-secondary {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  border: 1px solid var(--synergy-seafoam);
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  text-decoration: none;
}

.legal-tech-primary {
  background: var(--synergy-seafoam);
  color: #17352f;
}

.legal-tech-secondary {
  background: transparent;
  color: #237e6b;
}

.legal-tech-progress {
  display: flex;
  justify-content: space-between;
  color: #666;
  font-size: 0.82rem;
  font-weight: 700;
}

.legal-tech-progress-track {
  height: 0.4rem;
  margin: 0.6rem 0 2.2rem;
  overflow: hidden;
  border-radius: 999px;
  background: #e6e6e6;
}

.legal-tech-progress-track span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--synergy-seafoam);
  transition: width 0.35s ease;
}

.legal-tech-question-hint {
  margin-top: -0.4rem;
  color: #666;
}

.legal-tech-answer-set {
  display: grid;
  gap: 0.7rem;
  margin-block: 1.75rem;
}

.legal-tech-option {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.85rem 1rem;
  border: 1px solid #d4d4d4;
  border-radius: 0.65rem;
  cursor: pointer;
  transition: border-color 0.18s ease, background 0.18s ease;
}

.legal-tech-option:hover,
.legal-tech-option:has(input:checked) {
  border-color: var(--synergy-seafoam);
  background: rgb(59 206 172 / 0.08);
}

.legal-tech-option input {
  width: 1.1rem;
  height: 1.1rem;
  accent-color: var(--synergy-seafoam);
}

.legal-tech-actions,
.legal-tech-complete-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.85rem;
  margin-top: 2rem;
}

.legal-tech-question-form.has-error .legal-tech-answer-set {
  padding: 0.75rem;
  border: 1px solid #b42318;
  border-radius: 0.75rem;
}

.legal-tech-complete {
  text-align: center;
}

.legal-tech-check {
  display: grid;
  width: 4rem;
  height: 4rem;
  margin: 0 auto 1.25rem;
  place-items: center;
  border-radius: 50%;
  background: var(--synergy-seafoam);
  color: #17352f;
  font-size: 2rem;
  font-weight: 800;
}

.legal-tech-complete-actions {
  justify-content: center;
}

.legal-tech-text-button {
  margin-top: 1.5rem;
  border: 0;
  background: transparent;
  color: #237e6b;
  cursor: pointer;
  font: inherit;
  text-decoration: underline;
}

@media (max-width: 640px) {
  .legal-tech-field-row {
    grid-template-columns: 1fr;
  }

  .legal-tech-actions,
  .legal-tech-complete-actions {
    flex-direction: column-reverse;
  }

  .legal-tech-primary,
  .legal-tech-secondary {
    width: 100%;
  }
}

.industry-tags-ready.is-visible .industry-tag {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.industry-tags-ready.is-visible .industry-tag:hover,
.industry-tags-ready.is-visible .industry-tag:focus-visible {
  background: linear-gradient(135deg, rgb(59 206 172 / 0.48), rgb(59 206 172 / 0.18)) !important;
  border-color: rgb(59 206 172 / 0.95) !important;
  box-shadow: 0 10px 28px rgb(59 206 172 / 0.2), 0 0 0 1px rgb(59 206 172 / 0.2);
  transform: translateY(-4px) scale(1.025);
}

.timeline-ready .timeline-milestone {
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: translateY(1.5rem) scale(0.94);
  filter: saturate(0.7);
  transform-origin: center center;
  will-change: transform, opacity, filter;
  transition: opacity 0.5s ease, filter 0.5s ease, transform 0.55s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition-delay: calc(var(--timeline-index, 0) * 110ms);
}

.timeline-ready .timeline-connector {
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left center;
  transition: opacity 0.35s ease, transform 0.5s ease;
  transition-delay: calc(var(--timeline-index, 0) * 110ms);
}

.timeline-ready.is-visible .timeline-milestone {
  opacity: 0.58;
  transform: translateY(0) scale(1);
  transition-delay: 0ms;
}

.timeline-ready.is-visible .timeline-connector {
  opacity: 1;
  transform: scaleX(1);
}

.timeline-ready.is-visible .timeline-milestone.is-past {
  opacity: 0.76;
  filter: saturate(0.9);
}

.timeline-ready.is-visible .timeline-milestone.is-active {
  z-index: 3;
  opacity: 1;
  filter: saturate(1.2) drop-shadow(0 0.75rem 1.4rem rgb(59 206 172 / 0.18));
  transform: translateY(-0.2rem) scale(1.5);
}

.timeline-ready.is-visible .timeline-milestone.is-active > div:first-child {
  text-shadow: 0 0 1.25rem rgb(59 206 172 / 0.48);
}

.timeline-ready.is-visible .timeline-connector {
  opacity: 0.32;
  background: rgb(59 206 172 / 0.55);
  transition-delay: 0ms;
}

.timeline-ready.is-visible .timeline-connector.is-complete {
  opacity: 1;
  background: var(--synergy-seafoam);
  box-shadow: 0 0 0.9rem rgb(59 206 172 / 0.42);
}

@media (max-width: 767px) {
  .timeline-ready .timeline-milestone {
    margin-block: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .industry-tags-ready .industry-tag,
  .industry-tags-ready.is-visible .industry-tag,
  .industry-tags-ready.is-visible .industry-tag:hover,
  .industry-tags-ready.is-visible .industry-tag:focus-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .timeline-ready .timeline-milestone,
  .timeline-ready .timeline-connector,
  .timeline-ready.is-visible .timeline-milestone,
  .timeline-ready.is-visible .timeline-connector,
  .timeline-ready.is-visible .timeline-milestone.is-past,
  .timeline-ready.is-visible .timeline-milestone.is-active,
  .timeline-ready.is-visible .timeline-connector.is-complete {
    opacity: 1;
    filter: none;
    transform: none;
    transition: none;
  }
}

@media (max-width: 700px) {
  .home-hero {
    background-position: 54% center;
  }

  .home-hero > .absolute.inset-0 > .opacity-60 {
    background: rgba(18, 43, 37, 0.76) !important;
  }
}

.site-container,
.static-container {
  width: min(100% - 2rem, 80rem);
  margin-inline: auto;
}

.site-header {
  position: absolute;
  z-index: 50;
  top: 0;
  right: 0;
  left: 0;
  background: var(--white-glove);
  color: var(--sophistication-slate);
  box-shadow: 0 1px 2px rgb(0 0 0 / 0.06);
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.28s ease, transform 0.28s ease, background 0.28s ease, box-shadow 0.28s ease, color 0.28s ease;
}

.site-header-transparent {
  background: transparent;
  color: var(--white-glove);
  box-shadow: none;
}

.site-header.site-is-sticky-ready {
  position: fixed;
  background: var(--white-glove);
  color: var(--sophistication-slate);
  box-shadow: 0 2px 10px rgb(0 0 0 / 0.12);
  opacity: 0;
  transform: translateY(-0.875rem);
}

.site-header.site-is-sticky-ready.site-is-sticky {
  opacity: 1;
  transform: translateY(0);
}

.site-header.site-is-sticky-ready .site-utility {
  display: none;
}

.site-utility {
  border-bottom: 1px solid rgb(217 217 217 / 0.3);
}

.site-header-transparent .site-utility {
  border-color: rgb(255 255 255 / 0.2);
}

.site-utility-inner {
  display: flex;
  justify-content: flex-end;
  gap: 1.5rem;
  padding-block: 0.5rem;
  font-size: 0.75rem;
}

.site-utility a {
  color: var(--global-gray-dark);
  font-family: Montserrat, sans-serif;
  transition: color 0.2s ease;
}

.site-header-transparent .site-utility a {
  color: rgb(255 255 255 / 0.8);
}

.site-header.site-is-sticky-ready .site-utility a,
.site-header-solid .site-utility a {
  color: var(--global-gray-dark);
}

.site-main-nav {
  display: flex;
  min-height: 6.75rem;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.site-logo {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  color: inherit;
  line-height: 1;
}

.site-logo-image {
  display: block;
  width: clamp(8.5rem, 11vw, 10.5rem);
  height: auto;
  padding: 0.2rem;
}

.footer-logo-link {
  display: block;
  width: min(11rem, calc(100vw - 2rem));
}

.footer-logo-image {
  display: block;
  width: 100%;
  height: auto;
  padding: 0.25rem;
  filter: brightness(0) invert(1);
}

.site-footer {
  background: #3a4671;
  color: #fff;
}

.site-footer :is(h1, h2, h3, h4, p, span, li, a) {
  color: #fff;
}

.site-footer a:hover {
  color: rgb(255 255 255 / 0.78);
}

.site-logo-main {
  font-family: Oswald, sans-serif;
  font-size: clamp(1.75rem, 2.1vw, 2.25rem);
  font-weight: 700;
  letter-spacing: 0.22em;
}

.site-logo-sub {
  margin-top: 0.25rem;
  font-family: Montserrat, sans-serif;
  font-size: clamp(1rem, 1.25vw, 1.35rem);
  font-weight: 500;
  letter-spacing: 0.01em;
}

.site-logo-note {
  margin-top: 0.5rem;
  color: var(--global-gray-dark);
  font-family: Montserrat, sans-serif;
  font-size: clamp(0.625rem, 0.75vw, 0.75rem);
  line-height: 1.2;
}

.site-header-transparent .site-logo-note {
  color: var(--global-gray-light);
}

.site-header.site-is-sticky-ready .site-logo-note {
  color: var(--global-gray-dark);
}

.site-desktop-nav {
  display: none;
  align-items: center;
  gap: clamp(1.25rem, 2.2vw, 2rem);
  color: inherit;
}

.site-desktop-nav a,
.site-nav-trigger {
  color: inherit;
  font-family: Montserrat, sans-serif;
  font-size: clamp(0.95rem, 1.15vw, 1.25rem);
  font-weight: 500;
  line-height: 1.25;
  transition: color 0.2s ease, background 0.2s ease;
}

.site-utility a:hover,
.site-desktop-nav a:hover,
.site-nav-trigger:hover,
.site-nav-item.is-open .site-nav-trigger {
  color: var(--synergy-seafoam);
}

.site-nav-item {
  position: relative;
}

.site-nav-trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.site-nav-trigger:focus:not(:focus-visible) {
  outline: none;
}

.site-nav-trigger:focus-visible {
  outline: 2px solid rgb(59 206 172 / 0.45);
  outline-offset: 0.2rem;
  border-radius: 0.25rem;
}

.site-chevron {
  display: inline-block;
  width: 0.48rem;
  height: 0.48rem;
  flex: 0 0 auto;
  overflow: hidden;
  border-right: 0.12rem solid currentColor;
  border-bottom: 0.12rem solid currentColor;
  text-indent: -9999px;
  line-height: 0;
  transform: translateY(-0.12em) rotate(45deg);
  transform-origin: 50% 50%;
  transition: transform 0.18s ease;
}

.site-nav-item:hover .site-chevron,
.site-nav-item:focus-within .site-chevron,
.site-nav-item.is-open .site-chevron {
  transform: translateY(0.08em) rotate(225deg);
}

.site-submenu {
  position: absolute;
  top: calc(100% + 0.1rem);
  left: 0;
  min-width: 18rem;
  padding-block: 0.5rem;
  border: 1px solid rgb(217 217 217 / 0.8);
  border-radius: 0.5rem;
  background: var(--white-glove);
  box-shadow: 0 16px 30px rgb(0 0 0 / 0.14);
  color: var(--sophistication-slate);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-0.15rem);
  transition: opacity 0.16s ease, transform 0.16s ease;
}

.site-submenu::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 0.35rem;
}

.site-nav-item:hover .site-submenu,
.site-nav-item:focus-within .site-submenu,
.site-nav-item.is-open .site-submenu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.site-submenu a {
  display: block;
  padding: 0.7rem 1rem;
  color: var(--sophistication-slate);
  font-size: 0.95rem;
  white-space: nowrap;
}

.site-submenu a:hover {
  background: rgb(59 206 172 / 0.1);
  color: var(--synergy-seafoam);
}

.site-talk-button,
.site-mobile-cta {
  border-radius: 9999px;
  background: var(--synergy-seafoam);
  color: var(--sophistication-slate) !important;
  font-weight: 700 !important;
}

.site-talk-button {
  padding: 1rem 2rem;
}

.site-mobile-toggle {
  display: inline-flex;
  width: 2.75rem;
  height: 2.75rem;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.32rem;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.site-mobile-toggle span {
  width: 1.55rem;
  height: 2px;
  border-radius: 9999px;
  background: currentColor;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.site-header.is-open .site-mobile-toggle span:nth-child(1) {
  transform: translateY(0.45rem) rotate(45deg);
}

.site-header.is-open .site-mobile-toggle span:nth-child(2) {
  opacity: 0;
}

.site-header.is-open .site-mobile-toggle span:nth-child(3) {
  transform: translateY(-0.45rem) rotate(-45deg);
}

.site-mobile-nav {
  position: absolute;
  right: 0;
  left: 0;
  border-top: 1px solid var(--global-gray-light);
  background: var(--white-glove);
  color: var(--sophistication-slate);
  box-shadow: 0 14px 24px rgb(0 0 0 / 0.1);
}

.site-mobile-nav[hidden] {
  display: none;
}

.site-mobile-nav-inner {
  display: grid;
  gap: 0.35rem;
  padding-block: 1rem 1.25rem;
}

.site-mobile-nav a,
.site-mobile-group-trigger {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 0.7rem 0;
  border: 0;
  background: transparent;
  color: var(--sophistication-slate);
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
}

.site-mobile-submenu {
  display: none;
  padding: 0.1rem 0 0.55rem 1rem;
}

.site-mobile-group.is-open .site-mobile-submenu {
  display: grid;
}

.site-mobile-group.is-open .site-mobile-group-trigger span {
  transform: rotate(180deg);
}

.site-mobile-submenu a {
  color: var(--global-gray-dark);
  font-size: 0.95rem;
  font-weight: 500;
}

.site-mobile-cta {
  justify-content: center !important;
  margin-top: 0.5rem;
  padding: 0.9rem 1.25rem !important;
  background: var(--synergy-seafoam) !important;
  color: var(--sophistication-slate) !important;
  text-align: center;
}

.static-header {
  position: fixed;
  z-index: 50;
  top: 0;
  right: 0;
  left: 0;
  background: var(--white-glove);
  color: var(--sophistication-slate);
  box-shadow: 0 1px 2px rgb(0 0 0 / 0.06);
  transition: background 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
}

.static-header.is-transparent:not(.is-scrolled):not(.is-open) {
  background: transparent;
  color: var(--white-glove);
  box-shadow: none;
}

.static-utility {
  border-bottom: 1px solid rgb(217 217 217 / 0.3);
}

.static-header.is-transparent:not(.is-scrolled):not(.is-open) .static-utility {
  border-color: rgb(255 255 255 / 0.2);
}

.static-utility-inner {
  display: flex;
  justify-content: flex-end;
  gap: 1.5rem;
  padding-block: 0.5rem;
  font-size: 0.75rem;
}

.static-utility a,
.static-desktop-nav a,
.static-desktop-nav button,
.static-mobile-nav a,
.static-mobile-nav summary {
  color: inherit;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  transition: color 0.2s ease, background 0.2s ease;
}

.static-utility a {
  color: var(--global-gray-dark);
}

.static-header.is-transparent:not(.is-scrolled):not(.is-open) .static-utility a {
  color: rgb(255 255 255 / 0.8);
}

.static-utility a:hover,
.static-desktop-nav a:hover,
.static-desktop-nav button:hover,
.static-mobile-nav a:hover,
.static-mobile-nav summary:hover {
  color: var(--synergy-seafoam);
}

.static-main-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 5rem;
}

.static-logo {
  display: flex;
  flex-direction: column;
  color: inherit;
}

.static-logo-main {
  font-family: Oswald, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.2em;
}

.static-logo-sub {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.025em;
}

.static-logo-note {
  margin-top: 0.125rem;
  color: var(--global-gray-dark);
  font-size: 0.625rem;
  line-height: 1.2;
}

.static-header.is-transparent:not(.is-scrolled):not(.is-open) .static-logo-note {
  color: var(--global-gray-light);
}

.static-desktop-nav {
  display: none;
  align-items: center;
  gap: 2rem;
}

.static-nav-dropdown {
  position: relative;
}

.static-nav-trigger {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 1rem;
}

.static-nav-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 14rem;
  margin-top: 0.5rem;
  padding-block: 0.5rem;
  border: 1px solid var(--global-gray-light);
  border-radius: 0.5rem;
  background: var(--white-glove);
  box-shadow: 0 10px 15px rgb(0 0 0 / 0.1);
  color: var(--sophistication-slate);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-0.25rem);
  transition: opacity 0.16s ease, transform 0.16s ease;
}

.static-nav-dropdown:hover .static-nav-menu,
.static-nav-dropdown:focus-within .static-nav-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.static-nav-menu a {
  display: block;
  padding: 0.625rem 1rem;
}

.static-nav-menu a:hover {
  background: rgb(59 206 172 / 0.1);
}

.static-talk-button,
.static-mobile-cta {
  border-radius: 9999px;
  background: var(--synergy-seafoam);
  color: var(--sophistication-slate) !important;
  font-weight: 600 !important;
}

.static-talk-button {
  padding: 0.625rem 1.5rem;
}

.static-mobile-toggle {
  display: inline-flex;
  width: 2.5rem;
  height: 2.5rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.static-mobile-toggle span {
  width: 1.5rem;
  height: 2px;
  background: currentColor;
}

.static-mobile-nav {
  display: none;
  padding: 1rem;
  border-top: 1px solid var(--global-gray-light);
  background: var(--white-glove);
  color: var(--sophistication-slate);
}

.static-header.is-open .static-mobile-nav {
  display: block;
}

.static-mobile-section {
  margin-bottom: 0.75rem;
}

.static-mobile-section summary {
  display: flex;
  justify-content: space-between;
  padding-block: 0.5rem;
  cursor: pointer;
  list-style: none;
}

.static-mobile-section summary::-webkit-details-marker {
  display: none;
}

.static-mobile-section summary::after {
  content: "⌄";
}

.static-mobile-section[open] summary::after {
  transform: rotate(180deg);
}

.static-mobile-section a,
.static-mobile-nav > a {
  display: block;
  padding: 0.45rem 1rem;
}

.static-mobile-nav > a {
  padding-inline: 0;
}

.static-mobile-cta {
  margin-top: 0.5rem;
  padding: 0.625rem 1.5rem !important;
  text-align: center;
}

.static-social a {
  color: var(--white-glove);
  font-weight: 700;
  text-transform: uppercase;
}

.static-social a:hover {
  color: var(--sophistication-slate);
}

.brand-logo-card {
  background: #fff;
  border: 1px solid rgb(59 206 172 / 0.3);
  box-shadow: 0 12px 30px rgb(51 51 51 / 0.08);
}

.brand-logo {
  display: block;
  width: auto;
  height: auto;
  max-width: min(100%, 22rem);
  max-height: 10rem;
  object-fit: contain;
}

@media (min-width: 1024px) {
  .site-desktop-nav {
    display: flex;
  }

  .site-mobile-toggle {
    display: none;
  }

  .static-desktop-nav {
    display: flex;
  }

  .static-mobile-toggle {
    display: none;
  }
}

@media (max-width: 1023px) {
  .site-main-nav {
    min-height: 5.75rem;
  }

  .site-utility {
    display: none;
  }

  .site-header {
    background: var(--white-glove);
    color: var(--sophistication-slate);
    box-shadow: 0 1px 2px rgb(0 0 0 / 0.08);
  }

  .site-logo-note {
    color: var(--global-gray-dark);
  }
}

@media (max-width: 480px) {
  .site-container,
  .static-container {
    width: min(100% - 1.25rem, 80rem);
  }

  .home-stat-number {
    font-size: 64px;
  }

  .site-main-nav {
    min-height: 5.25rem;
  }

  .site-logo-main {
    font-size: 1.45rem;
  }

  .site-logo-sub {
    font-size: 0.9rem;
  }

  .site-logo-note {
    max-width: 11rem;
    font-size: 0.58rem;
  }
}
