.slfa,
.slfa * {
  box-sizing: border-box;
}

.slfa {
  --slfa-bg: #090b10;
  --slfa-panel: #11141c;
  --slfa-panel-2: #171a23;
  --slfa-border: rgba(255, 255, 255, 0.11);
  --slfa-muted: rgba(255, 255, 255, 0.52);
  --slfa-red: #f11446;
  position: relative;
  left: 50%;
  display: flex;
  width: 100vw;
  max-width: 100vw;
  min-height: 100vh;
  min-height: 100svh;
  flex-direction: column;
  margin-right: -50vw;
  margin-left: -50vw;
  overflow-x: hidden;
  background: var(--slfa-bg);
  color: #fff;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.slfa h1,
.slfa h2,
.slfa h3,
.slfa button,
.slfa__eyebrow,
.slfa__brand span,
.slfa__tab,
.slfa-status,
.slfa__count,
.slfa-team-card small {
  font-family: "Oswald", "Arial Narrow", Arial, sans-serif;
}

.slfa button,
.slfa input,
.slfa select,
.slfa textarea {
  font: inherit;
}

.slfa button,
.slfa a {
  -webkit-tap-highlight-color: transparent;
}

.slfa .is-hidden {
  display: none !important;
}

.slfa__header {
  position: relative;
  z-index: 20;
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px clamp(20px, 4vw, 56px);
  border-bottom: 1px solid var(--slfa-border);
  background: rgba(9, 11, 16, 0.96);
}

.slfa__brand {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 16px;
  color: #fff !important;
  text-decoration: none !important;
}

.slfa__brand img {
  width: clamp(132px, 15vw, 174px);
  height: auto;
  max-height: 54px;
  object-fit: contain;
}

.slfa__brand span {
  padding-left: 16px;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.52);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  white-space: nowrap;
}

.slfa__header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.slfa__lang {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--slfa-border);
  color: rgba(255, 255, 255, 0.72) !important;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  text-decoration: none !important;
}

.slfa__hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 40px;
  padding: 48px clamp(20px, 4vw, 56px);
  border-bottom: 1px solid var(--slfa-border);
  overflow: hidden;
}

.slfa__pitch {
  position: absolute;
  inset: 0;
  opacity: 0.48;
  pointer-events: none;
  background-image:
    linear-gradient(90deg, transparent 49.8%, rgba(255, 255, 255, 0.055) 50%, transparent 50.2%),
    radial-gradient(circle at 50% 50%, transparent 0 74px, rgba(255, 255, 255, 0.055) 75px 76px, transparent 77px),
    linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px);
  background-size: 100% 100%, 100% 100%, 44px 44px, 44px 44px;
  -webkit-mask-image: linear-gradient(90deg, transparent, black 22%, black 78%, transparent);
  mask-image: linear-gradient(90deg, transparent, black 22%, black 78%, transparent);
}

.slfa__hero-copy,
.slfa__stats {
  position: relative;
}

.slfa__hero-copy {
  max-width: 760px;
}

.slfa__eyebrow {
  margin: 0 0 16px;
  color: #ff5c80;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.slfa__hero h1 {
  max-width: 690px;
  margin: 0;
  color: #fff;
  font-size: clamp(44px, 6vw, 74px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 0.96;
  text-transform: uppercase;
}

.slfa__hero h1 strong {
  color: var(--slfa-red);
  font-weight: inherit;
}

.slfa__hero-copy > .slfa__intro {
  max-width: 660px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 18px;
  line-height: 1.7;
}

.slfa__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.slfa-btn--whatsapp {
  border-color: #25d366;
  background: rgba(37, 211, 102, 0.1);
  color: #fff !important;
}

.slfa-btn--whatsapp:hover {
  background: #25d366;
  color: #07130b !important;
}

.slfa__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(105px, 1fr));
  border: 1px solid var(--slfa-border);
  background: rgba(17, 20, 28, 0.83);
}

.slfa__stats > div {
  display: flex;
  min-height: 94px;
  flex-direction: column;
  justify-content: center;
  padding: 16px 24px;
  border-right: 1px solid var(--slfa-border);
}

.slfa__stats > div:last-child {
  border-right: 0;
}

.slfa__stats b {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 34px;
  line-height: 1;
}

.slfa__stats b.slfa-red {
  color: var(--slfa-red);
}

.slfa__stats span {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.4);
  font-family: "Oswald", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.slfa__main {
  width: 100%;
  flex: 1 0 auto;
  padding: 34px clamp(20px, 4vw, 56px) 70px;
}

/*
 * The shortcode can sit inside a boxed Astra/Elementor page. The component
 * above breaks out to the viewport. These page-only rules remove the last
 * bits of container spacing and hide the duplicated theme header and footer.
 */
body.slfa-page,
body:has(.slfa) {
  overflow-x: hidden;
  background-color: #090b10;
}

body.slfa-page #masthead,
body.slfa-page .site-header,
body.slfa-page .ast-mobile-header-wrap,
body.slfa-page .elementor-location-header,
body.slfa-page [data-elementor-type="header"],
body.slfa-page #colophon,
body.slfa-page .site-footer,
body.slfa-page .elementor-location-footer,
body.slfa-page [data-elementor-type="footer"],
body:has(.slfa) #masthead,
body:has(.slfa) .site-header,
body:has(.slfa) .ast-mobile-header-wrap,
body:has(.slfa) .elementor-location-header,
body:has(.slfa) [data-elementor-type="header"],
body:has(.slfa) #colophon,
body:has(.slfa) .site-footer,
body:has(.slfa) .elementor-location-footer,
body:has(.slfa) [data-elementor-type="footer"] {
  display: none !important;
}

body.slfa-page #content,
body.slfa-page .site-content,
body:has(.slfa) #content,
body:has(.slfa) .site-content {
  margin: 0;
  padding: 0;
  background-color: #090b10;
}

body.slfa-page .site-content > .ast-container,
body:has(.slfa) .site-content > .ast-container {
  width: 100%;
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}

body.slfa-page #primary,
body.slfa-page article.page,
body.slfa-page article.page .entry-content,
body.slfa-page .elementor-widget-shortcode:has(.slfa),
body.slfa-page .elementor-widget-shortcode:has(.slfa) > .elementor-widget-container,
body:has(.slfa) #primary,
body:has(.slfa) article.page,
body:has(.slfa) article.page .entry-content,
body:has(.slfa) .elementor-widget-shortcode:has(.slfa),
body:has(.slfa) .elementor-widget-shortcode:has(.slfa) > .elementor-widget-container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.slfa__tabs {
  display: grid;
  width: min(100%, 640px);
  grid-template-columns: 1fr 1fr;
  margin-bottom: 34px;
}

.slfa__tab {
  display: flex;
  height: 72px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0;
  padding: 0 20px;
  border: 1px solid var(--slfa-border);
  border-radius: 0;
  background: var(--slfa-panel);
  color: rgba(255, 255, 255, 0.48);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.slfa__tab + .slfa__tab {
  border-left: 0;
}

.slfa__tab.is-active {
  border-bottom-color: var(--slfa-red);
  background: rgba(255, 255, 255, 0.025);
  color: #fff;
}

.slfa-icon {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
}

.slfa-icon--person::before {
  content: "";
  position: absolute;
  top: 0;
  left: 7px;
  width: 8px;
  height: 8px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.slfa-icon--person::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 3px;
  width: 16px;
  height: 11px;
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
}

.slfa-icon--team::before,
.slfa-icon--team::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.slfa-icon--team::before { left: 1px; top: 1px; }
.slfa-icon--team::after { right: 1px; top: 5px; }

.slfa__filters {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) 220px 220px auto;
  gap: 12px;
}

.slfa__filters input,
.slfa__filters select {
  width: 100%;
  height: 50px;
  border: 1px solid var(--slfa-border);
  border-radius: 0;
  outline: 0;
  background: var(--slfa-panel);
  color: #fff;
  font-size: 14px;
}

.slfa__filters select {
  padding: 0 38px 0 14px;
}

.slfa__search {
  position: relative;
}

.slfa__search input {
  padding: 0 16px 0 46px;
}

.slfa__search span {
  position: absolute;
  z-index: 1;
  top: 15px;
  left: 17px;
  width: 15px;
  height: 15px;
  border: 2px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
}

.slfa__search span::after {
  content: "";
  position: absolute;
  right: -6px;
  bottom: -4px;
  width: 7px;
  height: 2px;
  background: rgba(255, 255, 255, 0.32);
  transform: rotate(45deg);
}

.slfa__count {
  margin: 20px 0 14px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.slfa__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.slfa-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--slfa-border);
  background: var(--slfa-panel);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.slfa-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.3);
}

.slfa-card__cover {
  position: relative;
  height: 112px;
  overflow: hidden;
  background: linear-gradient(135deg, #f11446 0%, #8b1230 48%, #171a23 100%);
}

.slfa-card__cover::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.24;
  background-image: linear-gradient(90deg, transparent 49.5%, rgba(255, 255, 255, 0.38) 50%, transparent 50.5%), radial-gradient(circle at 50% 130%, transparent 0 42px, rgba(255, 255, 255, 0.34) 43px 44px, transparent 45px);
}

.slfa-status {
  position: absolute;
  z-index: 2;
  top: 15px;
  right: 15px;
  padding: 5px 10px;
  border: 1px solid rgba(52, 211, 153, 0.3);
  border-radius: 20px;
  background: rgba(52, 211, 153, 0.12);
  color: #8ff0c2;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.slfa-status--talking {
  border-color: rgba(251, 191, 36, 0.32);
  background: rgba(251, 191, 36, 0.12);
  color: #fde08a;
}

.slfa-avatar {
  position: absolute;
  z-index: 3;
  top: 74px;
  left: 20px;
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  overflow: hidden;
  border: 4px solid var(--slfa-panel);
  border-radius: 50%;
  background: #242833;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.slfa-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slfa-card__body {
  padding: 48px 20px 20px;
}

.slfa-card__body h2,
.slfa-team-card h2 {
  margin: 0;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.15;
}

.slfa-card__position {
  margin: 7px 0 18px;
  color: #ff5c80;
  font-size: 14px;
  font-weight: 500;
}

.slfa-card__position span {
  padding: 0 4px;
  color: rgba(255, 255, 255, 0.26);
}

.slfa-card dl,
.slfa-team-card dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 0;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.slfa-card dl div,
.slfa-team-card dl div {
  min-width: 0;
}

.slfa-card__wide {
  grid-column: 1 / -1;
}

.slfa-card dt,
.slfa-team-card dt {
  margin: 0 0 2px;
  color: rgba(255, 255, 255, 0.32);
  font-family: "Oswald", sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.slfa-card dd,
.slfa-team-card dd {
  margin: 0;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  font-weight: 500;
  text-overflow: ellipsis;
}

.slfa-card__interest {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 14px 0 0;
  padding: 10px 12px;
  border-left: 3px solid var(--slfa-red);
  background: rgba(241, 20, 70, 0.08);
}

.slfa-card__interest span {
  flex: 0 0 auto;
  color: rgba(255, 255, 255, 0.38);
  font-family: "Oswald", sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.slfa-card__interest strong {
  min-width: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-align: right;
}

.slfa-card__intro {
  display: -webkit-box;
  min-height: 72px;
  margin: 15px 0 18px;
  overflow: hidden;
  color: var(--slfa-muted);
  font-size: 14px;
  line-height: 1.7;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.slfa-btn {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 10px 17px;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: none;
  font-family: "Oswald", sans-serif !important;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
  text-decoration: none !important;
  text-transform: uppercase;
  cursor: pointer;
}

.slfa-btn:disabled,
.slfa-btn[aria-disabled="true"] {
  opacity: 0.62;
  cursor: wait;
  pointer-events: none;
  transform: none !important;
}

.slfa-btn--primary {
  border-color: var(--slfa-red);
  background: var(--slfa-red);
  color: #fff;
}

.slfa-btn--primary:hover {
  border-color: #d80f3d;
  background: #d80f3d;
  color: #fff;
}

.slfa-btn--outline {
  border-color: var(--slfa-border);
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
}

.slfa-btn--outline:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
}

.slfa-btn--light {
  width: 100%;
  background: #fff;
  color: #0d0f14;
}

.slfa-btn--light:hover {
  background: #e6e6e6;
  color: #0d0f14;
}

.slfa-btn--danger {
  border-color: rgba(248, 113, 113, 0.34);
  background: rgba(248, 113, 113, 0.1);
  color: #fca5a5;
}

.slfa-btn--full {
  width: 100%;
}

.slfa__teams-intro {
  max-width: 720px;
  margin: 0 0 22px;
  color: var(--slfa-muted);
  line-height: 1.7;
}

.slfa-team-card {
  position: relative;
  padding: 24px;
  overflow: hidden;
  border: 1px solid var(--slfa-border);
  background: var(--slfa-panel);
}

.slfa-team-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: var(--slfa-red);
}

.slfa-team-card__heading {
  display: flex;
  align-items: center;
  gap: 15px;
}

.slfa-team-card__heading > span {
  display: grid;
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  place-items: center;
  background: linear-gradient(135deg, var(--slfa-red), #680b26);
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}


.slfa-team-card__heading > .slfa-team-card__crest {
  display: grid;
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  place-items: center;
  padding: 6px;
  border: 1px solid var(--slfa-border);
  background: rgba(255, 255, 255, 0.04);
}

.slfa-team-card__crest img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.slfa-team-card small {
  display: block;
  margin-bottom: 2px;
  color: #ff5c80;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.slfa-team-card > p {
  min-height: 72px;
  margin: 20px 0;
  color: var(--slfa-muted);
  font-size: 14px;
  line-height: 1.7;
}

.slfa-team-card dl {
  display: block;
  margin-bottom: 18px;
}

.slfa-team-card dl div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 6px 0;
}

.slfa-team-card dd {
  text-align: right;
}

.slfa__empty {
  grid-column: 1 / -1;
  min-height: 260px;
  padding: 60px 20px;
  border: 1px dashed var(--slfa-border);
  background: rgba(17, 20, 28, 0.5);
  text-align: center;
}

.slfa__empty h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 26px;
}

.slfa__empty p {
  margin: 0;
  color: var(--slfa-muted);
}

.slfa-modal {
  position: fixed;
  z-index: 999999;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.slfa-modal.is-open {
  display: flex;
}

.slfa-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(4px);
}

.slfa-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 760px);
  max-height: 92vh;
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: var(--slfa-panel);
  color: #fff;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.55);
}

.slfa-modal__dialog--contact { width: min(100%, 560px); }
.slfa-modal__dialog--profile { width: min(100%, 660px); }

.slfa-modal__close {
  position: absolute;
  z-index: 2;
  top: 12px;
  right: 14px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  padding: 0;
  border: 0;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 26px;
  cursor: pointer;
}

.slfa-modal__heading {
  padding: 24px 58px 20px 24px;
  border-bottom: 1px solid var(--slfa-border);
}

.slfa-modal__heading h2 {
  margin: 0;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.slfa-modal__heading p {
  margin: 7px 0 0;
  color: var(--slfa-muted);
  font-size: 14px;
}

.slfa-form {
  padding: 24px;
}

.slfa-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.slfa-form label,
.slfa-form fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.slfa-form label > span,
.slfa-form legend {
  display: block;
  margin: 0 0 7px;
  color: rgba(255, 255, 255, 0.63);
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.slfa-form input[type="text"],
.slfa-form input[type="email"],
.slfa-form input[type="tel"],
.slfa-form input[type="number"],
.slfa-form input[type="file"],
.slfa-form select,
.slfa-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 13px;
  border: 1px solid var(--slfa-border);
  border-radius: 0;
  outline: 0;
  background: var(--slfa-bg);
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

.slfa-form textarea {
  resize: vertical;
}

.slfa-form input:focus,
.slfa-form select:focus,
.slfa-form textarea:focus,
.slfa__filters input:focus,
.slfa__filters select:focus {
  border-color: var(--slfa-red);
  box-shadow: 0 0 0 3px rgba(241, 20, 70, 0.14);
}

.slfa-form small {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.34);
  font-size: 11px;
  line-height: 1.5;
}

.slfa-form__wide {
  grid-column: 1 / -1;
}

.slfa-check-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.slfa-check {
  display: flex;
  min-height: 44px;
  align-items: center;
  gap: 10px;
  padding: 10px 12px !important;
  border: 1px solid var(--slfa-border) !important;
  background: var(--slfa-bg);
  cursor: pointer;
}

.slfa-check input {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  accent-color: var(--slfa-red);
}

.slfa-check span {
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.68) !important;
  font-family: "Roboto", sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 1.45;
  text-transform: none !important;
}

.slfa-check--consent {
  margin-top: 18px !important;
  align-items: flex-start;
}

.slfa-form__actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid var(--slfa-border);
}

.slfa-hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

body.slfa-modal-open {
  overflow: hidden;
}

.slfa-profile__cover {
  position: relative;
  height: 150px;
  background: linear-gradient(135deg, var(--slfa-red), #7d102a 55%, #171a23);
}

.slfa-profile__cover img {
  position: absolute;
  bottom: -42px;
  left: 24px;
  width: 86px;
  height: 86px;
  border: 4px solid var(--slfa-panel);
  border-radius: 50%;
  object-fit: cover;
}

.slfa-profile__initials {
  position: absolute;
  bottom: -42px;
  left: 24px;
  display: grid;
  width: 86px;
  height: 86px;
  place-items: center;
  border: 4px solid var(--slfa-panel);
  border-radius: 50%;
  background: #242833;
  font-family: "Oswald", sans-serif;
  font-size: 27px;
  font-weight: 700;
}

.slfa-profile__body {
  padding: 54px 24px 24px;
}

.slfa-profile__title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.slfa-profile__title h2 {
  margin: 0;
  color: #fff;
  font-size: 34px;
}

.slfa-profile__title p {
  margin: 4px 0 0;
  color: #ff5c80;
}

/* The generic card badge is absolute. In a profile modal it belongs in
   the title row; resetting it here prevents overlap with the close button. */
.slfa-profile__title .slfa-status {
  position: static;
  top: auto;
  right: auto;
  flex: 0 0 auto;
  margin: 2px 0 0;
}

.slfa-profile__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 22px 0;
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.slfa-profile__facts small,
.slfa-profile__availability > small {
  display: block;
  color: rgba(255, 255, 255, 0.32);
  font-family: "Oswald", sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.slfa-profile__facts b {
  display: block;
  margin-top: 3px;
  font-size: 14px;
}

.slfa-profile__interest {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: -4px 0 18px;
  padding: 11px 13px;
  border-left: 3px solid var(--slfa-red);
  background: rgba(241, 20, 70, 0.08);
}

.slfa-profile__interest small {
  color: rgba(255, 255, 255, 0.36);
  font-family: "Oswald", sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.slfa-profile__interest b {
  color: #fff;
  font-size: 13px;
  text-align: right;
}

.slfa-profile__intro {
  color: var(--slfa-muted);
  line-height: 1.75;
}

.slfa-profile__slots {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 9px 0 22px;
}

.slfa-profile__slots span {
  padding: 6px 9px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
}

.slfa-notice {
  margin: 20px clamp(20px, 4vw, 56px) 0;
  padding: 14px 16px;
  border-left: 3px solid #34d399;
  background: rgba(52, 211, 153, 0.1);
  color: #b8f5db;
  font-size: 14px;
}

.slfa-notice--error {
  border-left-color: #f87171;
  background: rgba(248, 113, 113, 0.1);
  color: #fecaca;
}

.slfa-manage {
  min-height: 100vh;
}

.slfa-manage__body {
  max-width: 980px;
  margin: 0 auto;
  padding: 38px 24px 70px;
}

.slfa-manage__body > .slfa-notice {
  margin: 0 0 22px;
}

.slfa-manage__back {
  display: inline-block;
  margin-bottom: 25px;
  color: rgba(255, 255, 255, 0.58) !important;
  text-decoration: none !important;
}

.slfa-manage__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
  padding: 24px;
  border: 1px solid var(--slfa-border);
  background: var(--slfa-panel);
}

.slfa-manage__heading p {
  margin: 0 0 5px;
  color: #ff5c80;
  font-family: "Oswald", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.slfa-manage__heading h1 {
  margin: 0;
  color: #fff;
  font-size: 38px;
  text-transform: uppercase;
}

.slfa-manage__heading span {
  color: var(--slfa-muted);
}

.slfa-manage__photo {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  object-fit: cover;
}

.slfa-form--manage {
  border: 1px solid var(--slfa-border);
  background: var(--slfa-panel);
}

.slfa-delete-form {
  margin-top: 20px;
  padding: 20px;
  border: 1px solid rgba(248, 113, 113, 0.2);
  background: rgba(248, 113, 113, 0.04);
}

@media (max-width: 1180px) {
  .slfa__hero { grid-template-columns: 1fr; }
  .slfa__stats { width: min(100%, 520px); }
  .slfa__filters { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .slfa__search { grid-column: 1 / -1; }
  .slfa__cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  .slfa__header { min-height: 68px; padding: 10px 16px; }
  .slfa__brand span { display: none; }
  .slfa__brand img { width: 128px; }
  .slfa__header-actions .slfa-btn { min-height: 40px; padding-inline: 12px; font-size: 11px; }
  .slfa__header-actions .slfa-btn--manage { display: none; }
  .slfa__hero { padding: 38px 18px; }
  .slfa__hero h1 { font-size: clamp(42px, 14vw, 60px); }
  .slfa__hero-copy > .slfa__intro { font-size: 16px; }
  .slfa__stats { grid-template-columns: repeat(3, 1fr); }
  .slfa__stats > div { min-height: 80px; padding: 12px; text-align: center; }
  .slfa__stats b { font-size: 27px; }
  .slfa__main { padding: 26px 16px 50px; }
  .slfa__tabs { margin-bottom: 24px; }
  .slfa__tab { height: 64px; padding: 0 8px; font-size: 13px; letter-spacing: 0.04em; }
  .slfa__filters { grid-template-columns: 1fr; }
  .slfa__search { grid-column: auto; }
  .slfa__cards { grid-template-columns: 1fr; }
  .slfa-form__grid,
  .slfa-check-grid { grid-template-columns: 1fr; }
  .slfa-modal { padding: 0; }
  .slfa-modal__dialog { width: 100%; max-height: 100vh; min-height: 100vh; }
  .slfa-form { padding: 20px 16px; }
  .slfa-form__actions { flex-direction: column-reverse; }
  .slfa-form__actions .slfa-btn { width: 100%; }
  .slfa-profile__facts { grid-template-columns: 1fr; }
  .slfa-profile__title { align-items: flex-start; }
  .slfa-profile__title .slfa-status { margin-top: 4px; }
  .slfa-card__interest,
  .slfa-profile__interest { align-items: flex-start; flex-direction: column; gap: 3px; }
  .slfa-card__interest strong,
  .slfa-profile__interest b { text-align: left; }
  .slfa-manage__heading { align-items: flex-start; }
  .slfa-manage__heading h1 { font-size: 32px; }
  .slfa-manage__photo { width: 66px; height: 66px; }
}

@media (prefers-reduced-motion: reduce) {
  .slfa *, .slfa *::before, .slfa *::after { scroll-behavior: auto !important; transition: none !important; }
}
