.sf-team-profile-page {
  font-family: 'Poppins', sans-serif;
  background: #ffffff;
  color: #0d1b2a;
  font-size: 15px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.sf-team-profile-page *,
.sf-team-profile-page *::before,
.sf-team-profile-page *::after {
  box-sizing: border-box;
}

.sf-team-profile-page {
  --navy: #0d1b2a;
  --pink: #e8304a;
  --yellow: #facc15;
  --blue: #3b82f6;
  --green: #34d399;
  --white: #ffffff;
  --off: #f7f8fa;
  --border: #eaedf0;
  --text: #0d1b2a;
  --muted: #6b7a8d;
  --light: #f0f2f5;
}

.sf-team-profile-page .nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.sf-team-profile-page .nav-logo-text {
  font-size: 18px;
  font-weight: 800;
  color: var(--navy);
  letter-spacing: -0.02em;
}

.sf-team-profile-page .nav-logo-text span {
  color: var(--pink);
}

.sf-team-profile-page .nav-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.sf-team-profile-page .nav-back {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--muted);
  text-decoration: none;
  transition: color 0.2s;
}

.sf-team-profile-page .nav-back:hover {
  color: var(--pink);
}

.sf-team-profile-page .btn-nav {
  background: var(--pink);
  color: white;
  padding: 10px 22px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.2s;
}

.sf-team-profile-page .btn-nav:hover {
  opacity: 0.9;
}

.sf-team-profile-page .hero {
  max-width: 1160px;
  margin: 0 auto;
  padding: 64px 48px 0;
  display: grid;
  grid-template-columns: 1fr 440px;
  gap: 64px;
  align-items: end;
  min-height: 560px;
}

.sf-team-profile-page .hero-left {
  padding-bottom: 64px;
}

.sf-team-profile-page .hero .breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 28px;
}

.sf-team-profile-page .breadcrumb a {
  color: var(--muted);
  text-decoration: none;
}

.sf-team-profile-page .breadcrumb a:hover {
  color: var(--pink);
}

.sf-team-profile-page .breadcrumb span {
  color: var(--border);
}

.sf-team-profile-page .role-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(232, 48, 74, 0.08);
  color: var(--pink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 100px;
  margin-bottom: 20px;
}

.sf-team-profile-page .role-pill::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--pink);
}

.sf-team-profile-page .hero-name {
  font-size: clamp(52px, 6vw, 80px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  color: var(--navy);
  margin-bottom: 16px;
}

.sf-team-profile-page .hero-tagline {
  font-size: 17px;
  color: var(--muted);
  font-weight: 400;
  line-height: 1.6;
  max-width: 480px;
  margin-bottom: 36px;
}

.sf-team-profile-page .hero-tagline strong {
  color: var(--navy);
  font-weight: 600;
}

.sf-team-profile-page .hero-stats {
  display: flex;
  gap: 40px;
  padding-top: 36px;
  border-top: 1px solid var(--border);
}

.sf-team-profile-page .stat-n {
  font-size: 30px;
  font-weight: 800;
  color: var(--navy);
  letter-spacing: -0.03em;
  line-height: 1;
}

.sf-team-profile-page .stat-n em {
  color: var(--pink);
  font-style: normal;
}

.sf-team-profile-page .stat-l {
  font-size: 12px;
  color: var(--muted);
  margin-top: 4px;
  font-weight: 500;
}

.sf-team-profile-page .hero-right {
  position: relative;
  align-self: end;
  padding-bottom: 32px;
}

.sf-team-profile-page .photo-card {
  background: var(--pink);
  border-radius: 24px 24px 0 0;
  height: 460px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.sf-team-profile-page .jack-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  mix-blend-mode: multiply;
  display: block;
}

.sf-team-profile-page .metric-float {
  position: absolute;
  z-index: 10;
  background: white;
  border-radius: 14px;
  padding: 14px 18px;
  box-shadow: 0 8px 28px rgba(13, 27, 42, 0.12);
}

.sf-team-profile-page .metric-float:nth-child(2) {
  bottom: 80px;
  left: -28px;
  animation: sf-team-bob 4s ease-in-out infinite;
}

.sf-team-profile-page .metric-float:nth-child(3) {
  top: 60px;
  right: -24px;
  animation: sf-team-bob 4s ease-in-out infinite 1.5s;
}

@keyframes sf-team-bob {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-7px);
  }
}

.sf-team-profile-page .mf-label {
  font-size: 10px;
  font-weight: 600;
  color: var(--muted);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.sf-team-profile-page .mf-val {
  font-size: 20px;
  font-weight: 800;
  color: var(--navy);
  line-height: 1;
}

.sf-team-profile-page .mf-sub {
  font-size: 11px;
  font-weight: 600;
  margin-top: 3px;
}

.sf-team-profile-page .mf-sub.red {
  color: var(--pink);
}

.sf-team-profile-page .mf-sub.green {
  color: var(--green);
}

.sf-team-profile-page .body-wrap {
  max-width: 1160px;
  margin: 0 auto;
  padding: 72px 48px;
}

.sf-team-profile-page .section-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--pink);
  margin-bottom: 10px;
}

.sf-team-profile-page .section-heading {
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--navy);
  margin-bottom: 8px;
  line-height: 1.15;
}

.sf-team-profile-page .section-heading strong {
  font-weight: 800;
}

.sf-team-profile-page .section-sub {
  font-size: 15px;
  color: var(--muted);
  margin-bottom: 48px;
  max-width: 520px;
}

.sf-team-profile-page .video-block,
.sf-team-profile-page .qa-block,
.sf-team-profile-page .trust-block,
.sf-team-profile-page .reviews-block,
.sf-team-profile-page .team-block {
  margin-bottom: 80px;
}

.sf-team-profile-page .video-shell {
  background: var(--navy);
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.sf-team-profile-page .video-shell::after {
  content: 'searchflex';
  position: absolute;
  font-size: 96px;
  font-weight: 900;
  letter-spacing: -0.05em;
  color: rgba(255, 255, 255, 0.03);
  pointer-events: none;
  user-select: none;
}

.sf-team-profile-page .play-ring {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: var(--pink);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 14px rgba(232, 48, 74, 0.18);
  position: relative;
  z-index: 2;
  transition: transform 0.2s;
}

.sf-team-profile-page .play-ring:hover {
  transform: scale(1.07);
}

.sf-team-profile-page .play-ring svg {
  margin-left: 4px;
}

.sf-team-profile-page .video-cap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 28px 32px;
  background: linear-gradient(transparent, rgba(13, 27, 42, 0.88));
}

.sf-team-profile-page .video-cap h3 {
  font-size: 17px;
  font-weight: 700;
  color: white;
  margin-bottom: 3px;
}

.sf-team-profile-page .video-cap p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
}

.sf-team-profile-page .qa-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.sf-team-profile-page .qa-card {
  border-radius: 16px;
  padding: 28px 24px;
  border: 1px solid var(--border);
  background: var(--white);
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.sf-team-profile-page .qa-card:hover {
  border-color: rgba(232, 48, 74, 0.25);
  box-shadow: 0 6px 24px rgba(13, 27, 42, 0.07);
  transform: translateY(-2px);
}

.sf-team-profile-page .qa-card.dark {
  background: var(--navy);
  border-color: var(--navy);
}

.sf-team-profile-page .qa-card.pink {
  background: var(--pink);
  border-color: var(--pink);
}

.sf-team-profile-page .qa-card.light {
  background: var(--off);
  border-color: var(--off);
}

.sf-team-profile-page .qa-emoji {
  font-size: 26px;
  margin-bottom: 14px;
  display: block;
}

.sf-team-profile-page .qa-q {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 10px;
}

.sf-team-profile-page .qa-card.dark .qa-q {
  color: rgba(255, 255, 255, 0.4);
}

.sf-team-profile-page .qa-card.pink .qa-q {
  color: rgba(255, 255, 255, 0.65);
}

.sf-team-profile-page .qa-a {
  font-size: 18px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-bottom: 8px;
}

.sf-team-profile-page .qa-card.dark .qa-a,
.sf-team-profile-page .qa-card.pink .qa-a {
  color: white;
}

.sf-team-profile-page .qa-detail {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.55;
}

.sf-team-profile-page .qa-card.dark .qa-detail {
  color: rgba(255, 255, 255, 0.5);
}

.sf-team-profile-page .qa-card.pink .qa-detail {
  color: rgba(255, 255, 255, 0.8);
}

.sf-team-profile-page .trust-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.sf-team-profile-page .trust-card {
  border-radius: 16px;
  border: 1px solid var(--border);
  padding: 32px 28px;
  background: var(--white);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.sf-team-profile-page .trust-card:hover {
  border-color: rgba(232, 48, 74, 0.2);
  box-shadow: 0 6px 24px rgba(13, 27, 42, 0.06);
}

.sf-team-profile-page .tc-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 16px;
}

.sf-team-profile-page .tc-icon.navy {
  background: rgba(13, 27, 42, 0.06);
}

.sf-team-profile-page .tc-icon.pink {
  background: rgba(232, 48, 74, 0.08);
}

.sf-team-profile-page .tc-icon.green {
  background: rgba(52, 211, 153, 0.1);
}

.sf-team-profile-page .tc-icon.yellow {
  background: rgba(250, 204, 21, 0.1);
}

.sf-team-profile-page .trust-card h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 10px;
}

.sf-team-profile-page .trust-card p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.7;
}

.sf-team-profile-page .spec-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.sf-team-profile-page .chip {
  font-size: 11px;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 100px;
  background: var(--light);
  color: var(--navy);
  border: 1px solid var(--border);
}

.sf-team-profile-page .quote-band {
  background: var(--navy);
  border-radius: 20px;
  padding: 56px 60px;
  margin-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.sf-team-profile-page .qb-mark {
  position: absolute;
  top: -20px;
  right: 20px;
  font-size: 200px;
  font-weight: 900;
  line-height: 1;
  color: rgba(255, 255, 255, 0.03);
  pointer-events: none;
  user-select: none;
}

.sf-team-profile-page .qb-text {
  font-size: clamp(18px, 2.5vw, 28px);
  font-weight: 600;
  color: white;
  line-height: 1.45;
  max-width: 760px;
  margin-bottom: 28px;
  position: relative;
}

.sf-team-profile-page .qb-text em {
  color: var(--pink);
  font-style: normal;
  font-weight: 700;
}

.sf-team-profile-page .qb-attr {
  display: flex;
  align-items: center;
  gap: 14px;
}

.sf-team-profile-page .qb-av {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--pink);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 16px;
  color: white;
  flex-shrink: 0;
}

.sf-team-profile-page .qb-name {
  font-size: 14px;
  font-weight: 700;
  color: white;
}

.sf-team-profile-page .qb-role {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 1px;
}

.sf-team-profile-page .reviews-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.sf-team-profile-page .review-card {
  border-radius: 16px;
  border: 1px solid var(--border);
  padding: 28px 24px;
  background: var(--white);
}

.sf-team-profile-page .stars {
  color: #facc15;
  font-size: 14px;
  margin-bottom: 12px;
  letter-spacing: 2px;
}

.sf-team-profile-page .review-text {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.65;
  margin-bottom: 16px;
  font-style: italic;
}

.sf-team-profile-page .review-author {
  font-size: 13px;
  font-weight: 700;
  color: var(--navy);
}

.sf-team-profile-page .review-role {
  font-size: 12px;
  color: var(--muted);
}

.sf-team-profile-page .team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.sf-team-profile-page .team-card {
  border-radius: 16px;
  border: 2px solid var(--border);
  padding: 32px 24px 28px;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s;
  display: block;
}

.sf-team-profile-page .team-card:hover {
  transform: translateY(-4px);
  border-color: var(--pink);
  box-shadow: 0 12px 32px rgba(232, 48, 74, 0.1);
}

.sf-team-profile-page .team-card.active {
  border-color: var(--pink);
  background: rgba(232, 48, 74, 0.03);
}

.sf-team-profile-page .tc-av {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto 16px;
  font-size: 30px;
  font-weight: 800;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sf-team-profile-page .tc-av.blue {
  background: linear-gradient(135deg, #60a5fa, #2563eb);
}

.sf-team-profile-page .tc-av.pink {
  background: linear-gradient(135deg, var(--pink), #b01f34);
}

.sf-team-profile-page .tc-av.yellow {
  background: linear-gradient(135deg, #fde68a, #d97706);
}

.sf-team-profile-page .tc-name {
  font-size: 20px;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 4px;
  letter-spacing: -0.01em;
}

.sf-team-profile-page .tc-role {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.5;
}

.sf-team-profile-page .tc-cta {
  font-size: 12px;
  color: var(--pink);
  font-weight: 700;
  margin-top: 14px;
}

.sf-team-profile-page .cta-bar {
  background: var(--pink);
  border-radius: 20px;
  padding: 52px 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 80px;
}

.sf-team-profile-page .cta-bar h2 {
  font-size: clamp(20px, 2.5vw, 30px);
  font-weight: 700;
  color: white;
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin-bottom: 6px;
}

.sf-team-profile-page .cta-bar h2 strong {
  font-weight: 800;
}

.sf-team-profile-page .cta-bar p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  max-width: 460px;
}

.sf-team-profile-page .btn-white {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: white;
  color: var(--pink);
  padding: 14px 28px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.2s;
}

.sf-team-profile-page .btn-white:hover {
  transform: translateY(-2px);
}

.sf-team-profile-page .reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.sf-team-profile-page .reveal.in {
  opacity: 1;
  transform: translateY(0);
}

.sf-team-profile-page .search-bar-name {
  display: flex;
  align-items: center;
  gap: 10px;
  background: white;
  border: 1.5px solid var(--border);
  border-radius: 100px;
  padding: 10px 18px 10px 14px;
  box-shadow: 0 4px 20px rgba(13, 27, 42, 0.1);
  margin-top: 0;
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 20;
  min-width: 280px;
  justify-content: center;
}

.sf-team-profile-page .sb-icon {
  color: var(--pink);
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.sf-team-profile-page .sb-text {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  font-weight: 600;
  color: var(--navy);
}

.sf-team-profile-page .sb-name {
  font-weight: 800;
  letter-spacing: -0.01em;
}

.sf-team-profile-page .sb-divider {
  color: var(--border);
  font-weight: 400;
}

.sf-team-profile-page .sb-role {
  color: var(--muted);
  font-weight: 500;
}

.sf-team-profile-page .sb-cursor {
  width: 2px;
  height: 16px;
  background: var(--pink);
  border-radius: 1px;
  animation: sf-team-blink 1.1s step-end infinite;
}

@keyframes sf-team-blink {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

@media (max-width: 960px) {
  .sf-team-profile-page .hero {
    grid-template-columns: 1fr;
    padding: 40px 24px 0;
    min-height: auto;
    gap: 40px;
  }

  .sf-team-profile-page .hero-right {
    display: none;
  }

  .sf-team-profile-page .qa-grid {
    grid-template-columns: 1fr 1fr;
  }

  .sf-team-profile-page .trust-grid,
  .sf-team-profile-page .reviews-grid,
  .sf-team-profile-page .team-grid {
    grid-template-columns: 1fr;
  }

  .sf-team-profile-page .cta-bar {
    flex-direction: column;
    align-items: flex-start;
    padding: 36px 28px;
  }

  .sf-team-profile-page nav {
    padding: 0 24px;
  }

  .sf-team-profile-page .body-wrap {
    padding: 56px 24px;
  }

  .sf-team-profile-page .quote-band {
    padding: 40px 28px;
  }
}

@media (max-width: 600px) {
  .sf-team-profile-page .qa-grid {
    grid-template-columns: 1fr;
  }

  .sf-team-profile-page .hero-stats {
    gap: 24px;
    flex-wrap: wrap;
  }

  .sf-team-profile-page nav {
    height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .sf-team-profile-page .nav-right {
    gap: 12px;
  }
}

