/* /tinder-for-jobs — match Jobs deck, chat, Instant cards (no extra strokes) */

.wl-tinder-page .framer-2v1zst {
  overflow: visible !important;
}

.wl-tinder-page .framer-2v1zst .ssr-variant:has(.scroll-container),
.wl-tinder-page .framer-yodkgm,
.wl-tinder-page #testimonials {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

.wl-tinder-hero {
  width: 100%;
  max-width: 1337px;
  margin: 0 auto;
  padding-left: max(24px, env(safe-area-inset-left, 0px));
  padding-right: max(24px, env(safe-area-inset-right, 0px));
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  overflow: visible;
}

.wl-tinder-titles {
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  box-sizing: border-box;
}

.wl-tinder-title {
  margin: 0;
  text-align: center;
  color: rgba(0, 0, 0, 0.95);
  font-family: "Google Sans Flex Variable", "Google Sans Flex Variable Placeholder", sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.1em;
  letter-spacing: 0;
  font-variation-settings: "opsz" 110, "wdth" 105, "wght" 600, "GRAD" 100, "ROND" 100, "slnt" 0;
  text-wrap: balance;
}

.wl-tinder-sub {
  width: 100%;
  max-width: 560px;
  margin: 0;
  text-align: center;
  color: rgba(0, 0, 0, 0.65);
  font-family: "Google Sans Flex Variable", "Google Sans Flex Variable Placeholder", sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.35;
  text-wrap: balance;
}

.wl-tinder-stack {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  padding: 8px 20px 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
  box-sizing: border-box;
}

.wl-tinder-page .framer-8y21k5.wl-tinder-stack,
.wl-tinder-page .framer-yALmJ .framer-8y21k5 {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 16px !important;
  width: 100% !important;
  max-width: 768px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}

.wl-tinder-page .wl-about-ready {
  max-width: none;
  width: 100%;
  align-self: stretch;
}

.wl-tinder-panel {
  background: #fff;
  border-radius: 36px;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
}

.wl-tinder-bento {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  width: 100%;
}

.wl-tinder-box-save {
  order: 1;
}

.wl-tinder-box-want {
  order: 2;
}

.wl-tinder-box-chat {
  order: 3;
}

.wl-tinder-panel:has(.wl-tinder-float) {
  overflow: visible;
}

.wl-tinder-panel-inner {
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.wl-tinder-page .framer-8y21k5.wl-tinder-stack,
.wl-tinder-page .framer-8y21k5.wl-tinder-stack :not(.wl-tinder-bubble):not(.wl-tinder-bubble-tail) {
  letter-spacing: 0 !important;
  --framer-letter-spacing: 0em !important;
}

.wl-tinder-h2 {
  margin: 0;
  font-family: "Google Sans Flex Variable", "Google Sans Flex", Inter, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.95);
  text-wrap: balance;
}

.wl-tinder-p {
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
  color: rgba(0, 0, 0, 0.65);
}

/* Jobs deck clone */

.wl-tinder-deck {
  position: relative;
  width: min(100%, 640px);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  box-sizing: border-box;
  overflow: visible;
  clip-path: inset(0 -100vw 0 -100vw);
}

.wl-tinder-alerts {
  position: relative;
  z-index: 1;
}

.wl-tinder-deck-cards {
  position: relative;
  z-index: 2;
  width: 100%;
  height: min(560px, calc(100dvh - 240px));
  overflow: visible;
}

.wl-tinder-job {
  position: absolute;
  inset: 0;
  background: #fff;
  border-radius: 28px 28px 0 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  box-sizing: border-box;
  overflow: hidden;
}

.wl-tinder-job.is-exiting {
  z-index: 3;
  overflow: visible;
  pointer-events: none;
}

.wl-tinder-job--back {
  transform: scale(0.97) translateY(8px);
  opacity: 0.5;
  z-index: 0;
  transition: transform 540ms cubic-bezier(0.33, 0, 0.2, 1), opacity 540ms cubic-bezier(0.33, 0, 0.2, 1);
}

.wl-tinder-deck.is-apply .wl-tinder-job--back {
  transform: none;
  opacity: 1;
}

.wl-tinder-job--front {
  z-index: 2;
}

.wl-tinder-job--back .wl-tinder-stamp {
  display: none;
}

.wl-tinder-stamp {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 20;
  transform: rotate(-12deg);
  background: #0099ff;
  color: #fff;
  font-family: Inter, system-ui, sans-serif;
  font-size: 21px;
  font-weight: 600;
  border-radius: 18px;
  padding: 4px 10px;
  opacity: 0;
  pointer-events: none;
}

.wl-tinder-job-top {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.wl-tinder-title-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.wl-tinder-sum {
  margin: 32px 0 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: hsla(0, 0%, 10%, 1);
}

.wl-tinder-about {
  margin: 24px 0 0;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 17px;
  color: hsla(0, 0%, 10%, 1);
}

.wl-tinder-sec {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.wl-tinder-sec-h {
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: hsla(0, 0%, 10%, 1);
}

.wl-tinder-sec ul {
  margin: 0;
  padding-left: 20px;
  list-style: disc;
  color: hsla(0, 0%, 10%, 1);
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.wl-tinder-sec li {
  margin-bottom: 4px;
}

.wl-tinder-deck-fade {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100vw;
  height: 42%;
  z-index: 6;
  pointer-events: none;
  transform: translateX(-50%);
  background: linear-gradient(
    to bottom,
    rgba(245, 245, 245, 0) 0%,
    rgb(245, 245, 245) 78%
  );
}

.wl-tinder-btn-slot {
  position: absolute;
  left: 50%;
  bottom: 28px;
  z-index: 7;
  transform: translateX(-50%);
}

.wl-tinder-deck > .wl-tinder-btn {
  display: none;
}

.wl-tinder-co {
  display: flex;
  align-items: center;
  gap: 12px;
}

.wl-tinder-logo {
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: hsl(0, 0%, 96%);
  flex: 0 0 auto;
}

.wl-tinder-logo svg {
  width: 32px;
  height: 32px;
  display: block;
}

.wl-tinder-co-name {
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: hsla(0, 0%, 10%, 1);
}

.wl-tinder-role {
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color: hsla(0, 0%, 10%, 1);
}

.wl-tinder-meta {
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: hsla(0, 0%, 10%, 1);
}

.wl-tinder-meta span + span::before {
  content: "•";
  margin: 0 6px;
  color: hsla(0, 0%, 10%, 1);
}

.wl-tinder-btn {
  height: 48px;
  box-sizing: border-box;
  padding: 8px 20px 12px;
  border: none;
  border-radius: 18px;
  color: #fff;
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 600;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  outline: 2px solid #0074c2;
  outline-offset: -2px;
  background: #0099ff;
  box-shadow: 0px -6px 0px #0074c2 inset;
  transform: translateY(0);
  transition: transform 140ms ease-out, box-shadow 140ms ease-out;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

.wl-tinder-btn.is-pressed {
  transform: translateY(6px);
  box-shadow: none;
  transition: transform 85ms ease-out, box-shadow 85ms ease-out;
}

.wl-tinder-btn--apply {
  background: #0099ff;
}

/* Native apply form */

.wl-tinder-form {
  position: relative;
  background: #fff;
  border-radius: 28px 28px 0 0;
  padding: 16px 24px 28px;
  overflow: hidden;
  pointer-events: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 8px 24px rgba(0, 0, 0, 0.06);
}

.wl-tinder-panel--flush .wl-tinder-panel-inner {
  padding-bottom: 0;
}

.wl-tinder-panel--bleed .wl-tinder-panel-inner {
  padding: 28px 0 0;
}

.wl-tinder-panel--bleed .wl-tinder-h2,
.wl-tinder-panel--bleed .wl-tinder-p {
  padding-left: 24px;
  padding-right: 24px;
}

.wl-tinder-fcard {
  min-height: 62px;
  padding: 10px 14px 12px;
  border-radius: 16px;
  outline: 0.33px solid hsla(0, 0%, 0%, 0.2);
  outline-offset: -0.33px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 10px;
}

.wl-tinder-flabel {
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16.8px;
  color: hsla(0, 0%, 10%, 1);
}

.wl-tinder-flabel span {
  color: #ef4444;
  margin-left: 1px;
}

.wl-tinder-finput {
  min-height: 21px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 21px;
  color: hsla(0, 0%, 10%, 1);
}

.wl-tinder-form-apply {
  margin: 2px 0 0;
  width: max-content;
}

.wl-tinder-form-apply.is-hover {
  transform: scale(1.02);
  transition: transform 160ms cubic-bezier(0.33, 0, 0.2, 1), box-shadow 140ms ease-out;
}

.wl-tinder-form-apply.is-hover.is-pressed {
  transform: translateY(6px) scale(1);
  box-shadow: none;
  transition: transform 85ms ease-out, box-shadow 85ms ease-out;
}

.wl-tinder-ai-cursor {
  position: absolute;
  width: 31px;
  height: 31px;
  pointer-events: none;
  z-index: 4;
  left: 148px;
  top: 42px;
  transition: left 380ms cubic-bezier(0.33, 0, 0.2, 1), top 380ms cubic-bezier(0.33, 0, 0.2, 1);
}

.wl-tinder-ai-cursor svg {
  width: 31px;
  height: 31px;
  display: block;
}

.wl-tinder-form[data-cursor="name"] .wl-tinder-ai-cursor {
  left: 148px;
  top: 42px;
}

.wl-tinder-form[data-cursor="email"] .wl-tinder-ai-cursor {
  left: 210px;
  top: 114px;
}

.wl-tinder-form[data-cursor="apply"] .wl-tinder-ai-cursor {
  left: 78px;
  top: 186px;
}

.wl-tinder-saved-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow: visible;
  padding-top: 18px;
}

.wl-tinder-compact {
  position: relative;
  align-self: stretch;
  width: 100%;
  box-sizing: border-box;
  background: hsl(0, 0%, 96%);
  border-radius: 28px;
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  overflow: visible;
}

.wl-tinder-compact-title {
  margin: 0;
  width: 100%;
  color: hsla(0, 0%, 10%, 1);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.wl-tinder-compact-meta {
  margin: 0;
  width: 100%;
  color: hsla(0, 0%, 40%, 1);
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.wl-tinder-compact-logo {
  display: inline-flex;
  vertical-align: middle;
  margin-right: 6px;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  color: #fff;
  font-size: 8px;
  font-weight: 700;
  align-items: center;
  justify-content: center;
}

.wl-tinder-heart-stamp {
  position: absolute;
  top: -14px;
  right: 10px;
  z-index: 3;
  transform: rotate(22deg) scale(1.15);
  filter: drop-shadow(0 8px 12px rgba(0, 0, 0, 0.22));
  pointer-events: none;
  line-height: 0;
}

.wl-tinder-heart {
  display: block;
  overflow: visible;
}

.wl-tinder-map {
  position: relative;
  height: 280px;
  border-radius: 0;
  overflow: hidden;
  background: #e8eaed;
}

.wl-tinder-map-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}

.wl-tinder-map-chip {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 3px 7px 3px 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18);
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #111;
  line-height: 1;
  white-space: nowrap;
  transform: translate(-50%, -50%);
}

.wl-tinder-map-logo {
  width: 18px;
  height: 18px;
  border-radius: 9px;
  object-fit: cover;
  background: #fff;
  flex-shrink: 0;
}

.wl-tinder-float {
  position: relative;
  height: 280px;
  min-height: 280px;
  border-radius: 0;
  background: transparent;
  overflow: visible;
}

.wl-tinder-bubble {
  position: absolute;
  padding: 8px 18px 8px 16px;
  border-radius: 18px;
  background: #f5f5f5;
  color: hsla(0, 0%, 10%, 1);
  font-family: Inter, sans-serif;
  line-height: 1.45;
  letter-spacing: -0.03em;
  white-space: nowrap;
  overflow: visible;
}

.wl-tinder-bubble-tail {
  position: absolute;
  left: 1px;
  bottom: -16px;
  width: 22px;
  height: 22px;
  display: block;
  pointer-events: none;
  z-index: 0;
}

.wl-tinder-bubble--flip .wl-tinder-bubble-tail {
  left: auto;
  right: 1px;
  transform: scaleX(-1);
}

.wl-tinder-bubble--a { left: 8%; top: 16%; }
.wl-tinder-bubble--b { right: 6%; top: 12%; }
.wl-tinder-bubble--c { left: 10%; bottom: 18%; }
.wl-tinder-bubble--d { right: 8%; bottom: 14%; }
.wl-tinder-bubble--e { left: 38%; top: 8%; }

.wl-tinder-bubble--far {
  font-size: 15px;
  filter: blur(4px);
  opacity: 0.5;
  z-index: 0;
}

.wl-tinder-bubble--a.wl-tinder-bubble--far { transform: rotate(-8deg) scale(0.92); }
.wl-tinder-bubble--c.wl-tinder-bubble--far { transform: rotate(5deg) scale(0.88); }
.wl-tinder-bubble--e.wl-tinder-bubble--far { transform: rotate(-4deg) scale(0.8); }

.wl-tinder-bubble--mid {
  font-size: 16px;
  filter: blur(1.8px);
  opacity: 0.7;
  z-index: 1;
}

.wl-tinder-bubble--b.wl-tinder-bubble--mid { transform: rotate(7deg) scale(1); }
.wl-tinder-bubble--d.wl-tinder-bubble--mid { transform: rotate(-6deg) scale(0.96); }

.wl-tinder-bubble--primary {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background: #f5f5f5;
  font-size: 20px;
  font-weight: 500;
  padding: 10px 22px 10px 20px;
  box-shadow: none;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.1));
}

.wl-tinder-bubble--primary .wl-tinder-bubble-tail {
  width: 28px;
  height: 28px;
  left: 4px;
  bottom: -22px;
}

.wl-tinder-chat {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 4px 0 0;
}

.wl-tinder-msg-user {
  align-self: flex-end;
  max-width: 90%;
  padding: 6px 16px;
  border-radius: 20px;
  background: hsla(0, 0%, 0%, 0.04);
  color: hsla(0, 0%, 10%, 1);
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.wl-tinder-msg-ai {
  align-self: stretch;
  color: hsla(0, 0%, 10%, 1);
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.wl-tinder-similar {
  align-self: flex-start;
  height: 36px;
  padding: 0 14px 0 12px;
  border: none;
  border-radius: 28px;
  background: hsl(0, 0%, 96%);
  color: hsla(0, 0%, 40%, 1);
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: default;
}

@media (min-width: 822px) {
  .wl-tinder-title {
    font-size: 80px;
  }

  .wl-tinder-sub {
    font-size: 24px;
  }

  .wl-tinder-bento {
    grid-template-columns: 1fr 1fr;
  }

  .wl-tinder-box-save,
  .wl-tinder-box-chat,
  .wl-tinder-box-want {
    order: 0;
  }

  .wl-tinder-box-want {
    grid-column: 1 / -1;
  }

  .wl-tinder-panel-inner {
    padding: 32px;
  }

  .wl-tinder-panel--flush .wl-tinder-panel-inner {
    padding-bottom: 0;
  }

  .wl-tinder-panel--bleed .wl-tinder-panel-inner {
    padding: 32px 0 0;
  }

  .wl-tinder-panel--bleed .wl-tinder-h2,
  .wl-tinder-panel--bleed .wl-tinder-p {
    padding-left: 32px;
    padding-right: 32px;
  }

  .wl-tinder-form {
    padding: 16px 32px 32px;
  }

  .wl-tinder-h2 {
    font-size: 32px;
  }

  .wl-tinder-stack {
    max-width: 960px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .wl-tinder-page .framer-8y21k5.wl-tinder-stack,
  .wl-tinder-page .framer-yALmJ .framer-8y21k5 {
    max-width: 960px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wl-tinder-job--front,
  .wl-tinder-ai-cursor,
  .wl-tinder-form {
    animation: none !important;
    transition: none !important;
  }

  .wl-tinder-deck.is-apply .wl-tinder-job--front {
    transform: none;
  }
}
