.esfs-landing {
  --esfs-burgundy: #8b1538;
  --esfs-yellow: #fde280;
  --esfs-yellow-hover: #f8d965;
  --esfs-grey: #ebeff1;
  --esfs-white: #ffffff;
  --esfs-text: #333333;
  --esfs-muted: #6f6f6f;
  --esfs-radius-xl: 48px;
  --esfs-radius-lg: 28px;
  --esfs-radius-md: 22px;
  --esfs-max-width: 1246px;
  font-family: "Space Grotesk", Arial, Helvetica, sans-serif;
  background: #ffffff;
  color: var(--esfs-burgundy);
}

.esfs-landing * {
  box-sizing: border-box;
}

.esfs-landing a {
  text-decoration: none;
}

.esfs-landing img {
  max-width: 100%;
}

.esfs-hero {
  max-width: var(--esfs-max-width);
  min-height: 627px;
  margin: 49px auto 0;
  padding: 52px 72px 0;
  background: var(--esfs-burgundy);
  border-radius: var(--esfs-radius-xl);
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.esfs-hero__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  position: relative;
  z-index: 8;
}

.esfs-hero__brand {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.esfs-hero__brand-image {
  display: block;
  width: 266px;
  max-width: 100%;
  height: auto;
}

.esfs-hero__brand-text {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 800;
}

.esfs-nav-toggle {
  display: none;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: transparent;
  color: #ffffff;
  border-radius: 999px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 700;
}

.esfs-nav-mobile {
  display: none;
}

.esfs-nav-mobile .dropdown-toggle::after {
  margin-left: 8px;
}

.esfs-hero__nav {
  display: flex;
  align-items: center;
  gap: 72px;
  font-size: 14px;
  font-weight: 700;
}

.esfs-hero__nav a,
.esfs-nav-dropdown {
  color: #ffffff;
  text-decoration: none;
}

.esfs-nav-dropdown {
  background: transparent;
  border: 0;
  padding: 0;
  font: inherit;
}

.esfs-nav-dropdown::after {
  margin-left: 8px;
}

.esfs-hero .dropdown {
  position: relative;
  z-index: 9;
}

.esfs-hero .dropdown-menu {
  border: 0;
  border-radius: 18px;
  padding: 10px;
  z-index: 155;
  min-width: 280px;
  box-shadow: 0 20px 40px rgba(38, 16, 24, 0.18);
}

.esfs-hero .dropdown-item {
  border-radius: 12px;
  font-size: 14px;
  line-height: 1.1;
  padding: 10px 12px;
  font-weight: 700;
  color: var(--esfs-burgundy);
  white-space: normal;
}

.esfs-hero .dropdown-item:hover,
.esfs-hero .dropdown-item:focus {
  background: rgba(139, 21, 56, 0.08);
}

.esfs-hero__body {
  position: relative;
  min-height: 520px;
  padding: 72px 0 36px;
}

.esfs-hero__row {
  min-height: 520px;
}

.esfs-hero__copy {
  position: relative;
  z-index: 3;
  max-width: 460px;
  margin-left: 0;
}

.esfs-hero__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 128px;
  min-height: 30px;
  padding: 4px 18px;
  border: 2px solid #ffffff;
  border-radius: 999px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 32px;
}

.esfs-hero__title {
  margin: 0;
  color: #ffffff;
  font-size: 39px;
  line-height: 0.98;
  font-weight: 800;
  letter-spacing: 0.1px;
}

.esfs-hero__title span {
  display: inline;
}

.esfs-hero__title-light {
  font-weight: 500;
}

.esfs-hero__text {
  max-width: 430px;
  margin: 28px 0 0;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 400;
}

.esfs-hero__badges {
  display: flex;
  align-items: center;
  gap: 22px;
  margin: 30px 0 0;
}

.esfs-hero__badges img:first-child {
  width: 135px;
}

.esfs-hero__badges img:not(:first-child) {
  width: 58px;
}

.esfs-badge-placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  min-width: 58px;
  padding: 10px;
  border: 1px dashed rgba(255, 255, 255, 0.45);
  border-radius: 16px;
  color: #ffffff;
  font-size: 10px;
  line-height: 1.2;
  text-align: center;
}

.esfs-hero__stats {
  margin: 30px 0 0;
  color: #ffffff;
}

.esfs-hero__stats li {
  padding: 0 13px;
  border-left: 2px solid rgba(255, 255, 255, 0.85);
}

.esfs-hero__stats li:first-child {
  padding-left: 10px;
}

.esfs-hero__stats strong {
  display: block;
  color: #ffffff;
  font-size: 19px;
  line-height: 0.9;
  font-weight: 900;
}

.esfs-hero__stats span {
  display: block;
  color: #ffffff;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  margin-top: 2px;
}

.esfs-hero__image-wrap {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  pointer-events: none;
  z-index: 1;
}

.esfs-hero__person {
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 590px;
  object-fit: contain;
  transform: translateX(-50%);
}


.esfs-hero__person-placeholder,
.esfs-image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 24px;
  border: 1px dashed rgba(255, 255, 255, 0.35);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  font-weight: 700;
  padding: 24px;
}

.esfs-hero__person-placeholder {
  position: absolute;
  left: 50%;
  bottom: 30px;
  width: 360px;
  min-height: 320px;
  transform: translateX(-50%);
}

.esfs-form-card-wrap {
  position: relative;
  z-index: 5;
  width: 400px;
  max-width: 100%;
}

.esfs-form-card {
  background: #ffffff;
  border-radius: 22px;
  width: 400px;
  min-height: 453px;
  padding: 34px 50px 36px;
  color: var(--esfs-text);
  box-shadow: 0 24px 54px rgba(54, 19, 30, 0.18);
}

.esfs-form {
  background: transparent;
  border: 0;
  border-radius: 0;
  width: 100%;
  height: auto;
  min-height: 0;
  padding: 0;
  margin: 0;
  display: block;
  position: static;
  overflow: visible;
}

.esfs-form::before,
.esfs-form::after {
  content: none;
  display: none;
}

.esfs-form-card .form-title,
.esfs-form-card h2,
.esfs-form-card h3 {
  margin: 0 0 8px;
  color: var(--esfs-burgundy);
  font-size: 32px;
  line-height: 1.05;
  font-weight: 800;
  text-align: center;
}

.esfs-form-card .form-subtitle,
.esfs-form-card p.lead,
.esfs-form-card .subtitle {
  margin: 0 0 28px;
  color: var(--esfs-text);
  font-size: 15px;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
}
.form-subtitle {
  text-wrap: balance;
}
.form-subtitle b {
  font-size: 18px;
}

.esfs-form-card .form-inputs {
  margin-bottom: 8px;
}

.esfs-form-card input[type="text"],
.esfs-form-card input[type="email"],
.esfs-form-card input[type="tel"],
.esfs-form-card input[type="number"],
.esfs-form-card .select2-selection--single {
  width: 100%;
  height: 38px;
  padding: 8px 0 5px;
  border: 0;
  border-bottom: 1px solid #333333;
  border-radius: 0;
  background: transparent;
  color: var(--esfs-text);
  box-shadow: none;
  font-size: 16px;
}

.esfs-form-card input::placeholder {
  color: #5f5f5f;
  opacity: 1;
}

.esfs-form-card .select2-container--default .select2-selection--single {
  height: 38px;
}

.esfs-form-card .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 6px 0 0;
  line-height: 1.4;
}

.esfs-form-card .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 0;
}

.esfs-check {
  margin-top: 16px;
  color: #555555;
  font-size: 11px;
  line-height: 1.2;
}

.esfs-check label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
}

.esfs-check input[type="checkbox"] {
  margin-top: 2px;
  accent-color: var(--esfs-burgundy);
}

.esfs-check p {
  margin: 0;
  color: #555555;
}

.esfs-check a {
  color: var(--esfs-burgundy);
  font-weight: 500;
  text-decoration: none;
}

.esfs-btn,
.esfs-form-card button[type="submit"],
.esfs-landing .cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 26px;
  border: 0;
  border-radius: 999px;
  background: var(--esfs-yellow);
  color: var(--esfs-burgundy) !important;
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.esfs-btn:hover,
.esfs-form-card button[type="submit"]:hover,
.esfs-landing .cta-button:hover {
  background: var(--esfs-yellow-hover);
  transform: translateY(-1px);
}

.esfs-form-card button[type="submit"] {
  width: 100%;
  margin-top: 18px;
}

.esfs-form-card .error {
  display: block;
  margin-bottom: 6px;
  color: #b31e4b;
  font-size: 11px;
  line-height: 1.3;
}

.esfs-message-card {
  min-height: 453px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
  padding: 30px;
  text-align: center;
  text-wrap: balance;
}

.esfs-message-card h2 {
  margin: 0;
  color: var(--esfs-burgundy);
  font-size: 32px;
  line-height: 1.05;
  font-weight: 800;
  text-align: center;
}

.esfs-message-card p {
  margin: 0;
  color: #555555;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
}

.esfs-message-card .esfs-btn {
  width: 100%;
  margin-top: 8px;
}

.call-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 15px;
  width: 100%;
}
.call-btns button {
  width: 50%;
  height: 55px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 8px;
  transition: all 0.6s ease;
}
.call-btns button img {
  height: 26px;
}
.whatsapp {
  background: #25D366;
  border: 1px solid #25D366;
}
.whatsapp img {
  filter: brightness(0) invert(1);
}
.whatsapp p {
  color: var(--esfs-white);
}
.call {
  border: 1px solid var(--esfs-yellow);
  background: var(--esfs-yellow);
}
.call p {
  color: var(--esfs-burgundy);
}
.call img {
  filter: brightness(0) saturate(100%) invert(11%) sepia(42%) saturate(6511%) hue-rotate(330deg) brightness(99%) contrast(93%);
}
.call-btns button:hover {
  transform: scale(1.05);
}
.call:hover {
  background: var(--esfs-yellow-hover);
  border: 1px solid var(--esfs-yellow-hover);
}
.whatsapp:hover {
  border: 1px solid #000;
  background: var(--esfs-white);
}
.whatsapp:hover img {
  filter: none;
}
.whatsapp:hover p {
  color: #000;
}

.esfs-clinics {
  max-width: var(--esfs-max-width);
  margin: 48px auto 0;
  overflow: hidden;
  text-align: center;
}

.esfs-clinics h2 {
  margin: 0;
  color: var(--esfs-burgundy);
  font-size: 38px;
  line-height: 1;
  font-weight: 800;
}

.esfs-clinics__logos {
  margin-top: 30px;
  --bs-gutter-x: 44px;
  --bs-gutter-y: 24px;
}

.esfs-clinics__logos--2 {
  --bs-gutter-x: 92px;
}

.esfs-clinics__logos--6 {
  --bs-gutter-x: 44px;
}

.esfs-clinics__logo-col {
  display: flex;
  justify-content: center;
}

.esfs-clinics__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  width: 100%;
}

.esfs-clinics__logos img {
  display: block;
  max-height: 130px;
  max-width: 180px;
  object-fit: contain;
}

.esfs-clinics__logos.slick-slider {
  display: block;
  margin-left: 0;
  margin-right: 0;
}

.esfs-clinics__logos.slick-slider .slick-track {
  display: flex;
  align-items: center;
}

.esfs-clinics__logos.slick-slider .slick-slide {
  height: inherit;
  padding: 0 12px;
}

.esfs-clinics__logos.slick-slider .slick-slide>div {
  height: 100%;
}

.esfs-clinics__logos.slick-slider .esfs-clinics__logo-col {
  display: block;
  float: none;
}

.esfs-clinics__logo-fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 110px;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(139, 21, 56, 0.14);
  border-radius: 999px;
  color: var(--esfs-burgundy);
  font-size: 15px;
  font-weight: 700;
}

.esfs-advantages {
  max-width: var(--esfs-max-width);
  margin: 58px auto 0;
  padding: 38px 72px;
  background: var(--esfs-grey);
  border-radius: var(--esfs-radius-xl);
}

.esfs-advantages .row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}

.esfs-advantages__intro,
.esfs-employment-card,
.esfs-benefits-card,
.esfs-careers-card,
.esfs-salary-card,
.esfs-image-card {
  min-height: 289px;
}

.esfs-benefits-card,
.esfs-careers-card,
.esfs-salary-card,
.esfs-image-card {
  background: #ffffff;
  border-radius: 22px;
}

.esfs-advantages__intro {
  padding: 50px 0 0;
}

.esfs-advantages__title {
  margin: 0 0 18px;
  color: var(--esfs-burgundy);
  font-size: 38px;
  line-height: 1;
  font-weight: 800;
}

.esfs-advantages__description {
  max-width: 310px;
  margin: 0 0 34px;
  color: var(--esfs-burgundy);
  font-size: 16px;
  line-height: 1.35;
  font-weight: 500;
}

.esfs-advantages__intro .esfs-btn {
  min-width: 192px;
}

.esfs-employment-card {
  padding: 78px 48px 34px;
  background: var(--esfs-yellow);
  border-radius: 22px;
  color: var(--esfs-burgundy);
}

.esfs-employment-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 32px;
  line-height: 1;
  font-weight: 900;
}

.esfs-employment-card p {
  margin: 0;
  color: #262626;
  font-size: 16px;
  line-height: 1.02;
  font-weight: 800;
}

.esfs-people-row {
  margin-top: 22px;
  max-width: 248px;
}

.esfs-people-row img {
  display: block;
  width: 248px;
  max-width: 100%;
  height: auto;
}

.esfs-benefits-card {
  padding: 56px 48px 40px;
}

.esfs-benefits-card__grid {
  --bs-gutter-x: 50px;
  --bs-gutter-y: 34px;
}

.esfs-benefit {
  color: var(--esfs-burgundy);
  font-size: 11px;
  line-height: 1.05;
  font-weight: 800;
}

.esfs-benefit img {
  display: block;
  width: auto;
  max-width: 32px;
  height: 35px;
  margin-bottom: 10px;
}

.esfs-careers-card {
  padding: 42px 58px 34px;
}

.esfs-careers-card h3 {
  margin: 0 0 12px;
  color: var(--esfs-burgundy);
  font-size: 32px;
  line-height: 0.92;
  font-weight: 800;
}

.esfs-careers-card p {
  margin: 0 0 18px;
  color: var(--esfs-burgundy);
  font-size: 16px;
  font-weight: 500;
}

.esfs-careers-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.esfs-careers-card li {
  position: relative;
  padding-left: 20px;
  color: var(--esfs-burgundy);
  font-size: 15px;
  line-height: 1.12;
  font-weight: 500;
}

.esfs-careers-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--esfs-burgundy);
  color: #ffffff;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  font-weight: 900;
}

.esfs-salary-card {
  display: flex;
  align-items: center;
  padding: 0 50px;
}

.esfs-salary-card p {
  margin: 0;
  color: #333333;
  font-size: 16px;
  line-height: 1.05;
  font-weight: 500;
}

.esfs-salary-card b {
  font-weight: 900;
}

.esfs-salary-card .amount {
  display: block;
  margin: 5px 0 5px;
  color: var(--esfs-burgundy);
  font-size: 32px;
  line-height: 0.95;
  font-weight: 900;
}

.esfs-image-card {
  overflow: hidden;
}

.esfs-image-card img {
  width: 100%;
  height: 100%;
  min-height: 289px;
  display: block;
  object-fit: cover;
}

.esfs-image-placeholder {
  min-height: 289px;
  border: 0;
  border-radius: 22px;
  color: var(--esfs-burgundy);
  background: rgba(139, 21, 56, 0.08);
}

.esfs-bottom-cta {
  max-width: var(--esfs-max-width);
  min-height: 240px;
  margin: 54px auto 0;
  padding: 0 110px;
  border-radius: var(--esfs-radius-xl);
  background: var(--esfs-burgundy);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 72px;
}

.esfs-bottom-cta p {
  max-width: 670px;
  margin: 0;
  color: #ffffff;
  font-size: 32px;
  line-height: 1.25;
  font-weight: 800;
}

.esfs-bottom-cta__button {
  min-width: 288px;
  min-height: 66px;
  font-size: 28px;
}

.esfs-footer-brand {
  max-width: var(--esfs-max-width);
  margin: 22px auto 12px;
  text-align: center;
  color: #a8a8a8;
  font-size: 11px;
  line-height: 1.1;
}

.esfs-footer-brand img {
  width: 150px;
  max-width: 100%;
  opacity: 0.7;
}

@media (max-width: 1199px) {
  .esfs-hero {
    padding: 42px 42px 0;
  }

  .esfs-hero__nav {
    gap: 32px;
  }

  .esfs-advantages {
    padding: 38px 42px;
  }
    .esfs-form-card{
      width: 100%;
      max-width: 400px;
    }
  .esfs-bottom-cta {
    padding: 0 60px;
  }
  .call-btns {
    flex-direction: column;
    gap: 20px 0;
  }
  .call-btns button {
    width: 80%;
  }
}

@media (max-width: 1300px) {
  .esfs-hero__image-wrap {
    display: none;
  }
  
  .esfs-hero,
  .esfs-advantages,
  .esfs-bottom-cta {
    max-width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
    text-wrap: balance;
  }
}

@media (max-width: 992px) {


  .esfs-salary-card p br {
    display: none;
  }

  .esfs-nav-toggle {
    display: inline-flex;
  }

  .esfs-hero__copy {
    max-width: 760px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .esfs-hero__text,
  .esfs-hero__title {
    text-align: center;
  }

  .esfs-hero__stats li:first-child {
    border: none;
  }

  .esfs-nav-toggle {
    align-items: center;
  }

  .esfs-hero__body {
    padding-top: 25px;
  }

  .esfs-nav-mobile {
    display: inline-flex;
  }

  .esfs-hero__header {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }

  .esfs-hero__brand,
  .esfs-nav-mobile {
    justify-content: center;
  }

  .esfs-hero__nav {
    display: none;
  }

  .esfs-hero__body {
    min-height: auto;
  }

  .esfs-hero__copy {
    margin-left: 0;
  }

  .esfs-bottom-cta {
    gap: 28px;
    padding: 40px 42px;
  }

  .esfs-bottom-cta__button {
    min-width: 220px;
    font-size: 24px;
  }

  .esfs-clinics__logos {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
  }

  .esfs-clinics__logos.slick-slider {
    margin-top: 24px;
  }

  .esfs-advantages__description,
  .esfs-advantages__title {
    text-align: center;
    text-wrap: balance;
    margin-inline: auto;
    max-width: 768px;
  }

  .esfs-advantages__intro .esfs-btn {
    text-align: center;
    display: flex;
    margin: auto;
    width: 200px;
  }

  .esfs-form-card {
    max-width: 400px;
    margin-top: 25px;
    width: 95%;
  }

  .esfs-advantages__intro {
    padding-top: 0;
    min-height: 0;
  }

  .esfs-hero__person,
  .esfs-hero__person--photo {
    position: static;
    height: auto;
    max-height: none;
    border-radius: 28px;
  }

  .esfs-hero__person-placeholder {
    position: static;
    width: 100%;
    min-height: 220px;
  }
}

@media (max-width: 767px) {

  .esfs-hero,
  .esfs-advantages,
  .esfs-bottom-cta {
    max-width: calc(100% - 28px);
    border-radius: 28px;
  }

  .esfs-hero {
    min-height: auto;
    margin-top: 24px;
    padding: 28px 22px 30px;
  }

  .esfs-hero__header,
  .esfs-hero__nav {
    flex-wrap: wrap;
    gap: 18px;
  }

  .esfs-hero__brand-image {
    width: 100%;
    max-width: 250px !important;
  }

  .esfs-hero__brand {
    width: 60%;
  }

  .esfs-hero .dropdown {
    width: 30%;
  }

  .esfs-hero__brand-text {
    font-size: 16px;
  }

  .esfs-hero__body {
    min-height: auto;
    padding: 36px 0 0;
  }

  .esfs-hero__copy {
    max-width: none;
  }

  .esfs-hero__title {
    font-size: 34px;
  }

  .esfs-hero__text {
    font-size: 16px;
  }

  .esfs-hero__stats li {
    border-left-width: 1px;
  }

  .esfs-form-card-wrap {
    position: static;
    width: 100%;
  }

  .esfs-form-card {
    width: 100%;
    min-height: auto;
    padding: 28px 22px;
  }

  .esfs-clinics {
    margin-top: 38px;
  }

  .esfs-clinics h2 {
    font-size: 30px;
  }

  .esfs-advantages {
    margin-top: 20px;
    padding: 28px 22px;
  }

  .esfs-advantages__intro,
  .esfs-employment-card,
  .esfs-benefits-card,
  .esfs-careers-card,
  .esfs-salary-card,
  .esfs-image-card {
    min-height: auto;
  }

  .esfs-advantages__intro {
    padding-top: 12px;
  }

  .esfs-advantages__title {
    font-size: 30px;
  }

  .esfs-advantages__description {
    max-width: none;
    font-size: 15px;
  }

  .esfs-employment-card,
  .esfs-benefits-card,
  .esfs-careers-card,
  .esfs-salary-card {
    padding: 30px 24px;
  }

  .esfs-form-card,
  .esfs-employment-card,
  .esfs-benefits-card,
  .esfs-careers-card,
  .esfs-salary-card {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }


  .esfs-hero__pill {
    display: none;
  }

  .esfs-form-card .error,
  .esfs-form-card .esfs-check label,
  .esfs-employment-card .esfs-people-row,
  .esfs-benefits-card .esfs-benefit,
  .esfs-careers-card ul,
  .esfs-salary-card {
    margin-left: auto;
    margin-right: auto;
  }

  .esfs-form-card .esfs-check label,
  .esfs-salary-card {
    justify-content: center;
  }

  .esfs-benefits-card__grid {
    justify-content: center;
  }

  .esfs-benefit img {
    margin-left: auto;
    margin-right: auto;
  }

  .esfs-careers-card ul {
    justify-items: flex-start;
    margin: auto;
    max-width: 260px;
  }

  .esfs-careers-card li {
    text-align: center;
    padding: 0;
  }

  .esfs-careers-card li::before {
    position: static;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px 8px 0;
  }

  .esfs-bottom-cta {
    min-height: auto;
    padding: 40px 22px;
    flex-direction: column;
    text-align: center;
  }

  .esfs-bottom-cta p {
    font-size: 25px;
  }

  .esfs-bottom-cta__button {
    width: 100%;
    min-width: 0;
    font-size: 22px;
  }
}

.esfs-modal {
  --esfs-modal-burgundy: #8b1538;
  --esfs-modal-burgundy-dark: #6f0f2d;
  --esfs-modal-yellow: #fde280;
  --esfs-modal-text: #4a1830;
  --esfs-modal-border: rgba(139, 21, 56, 0.12);
  font-family: "Space Grotesk", Arial, Helvetica, sans-serif;
}

.esfs-modal.show {
  display: block;
}

.esfs-modal .modal-dialog {
  max-width: 760px;
  padding: 18px;
}

.esfs-modal .modal-content {
  overflow: hidden;
  border: 0;
  border-radius: 30px;
  background: #fffaf4;
  color: var(--esfs-modal-text);
  box-shadow: 0 30px 80px rgba(41, 14, 23, 0.28);
}

.esfs-modal .modal-header {
  padding: 24px 28px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  background: linear-gradient(135deg, var(--esfs-modal-burgundy) 0%, var(--esfs-modal-burgundy-dark) 100%);
}

.esfs-modal .modal-title {
  margin: 0;
  color: #ffffff;
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.esfs-modal button.close {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: var(--esfs-burgundy) !important;
  font-size: 30px;
  line-height: 1;
  background: var(--esfs-modal-yellow);
  transition: background 0.2s ease, transform 0.2s ease;
}

.esfs-modal button.close:hover,
.esfs-modal button.close:focus {
  background: white;
  transform: rotate(90deg);
}

.esfs-modal .modal-body {
  padding: 26px 28px 18px;
}

#politica-link:hover {
  text-decoration: underline;
}

.esfs-modal .modal-inner-content {
  max-height: min(62vh, 560px);
  padding-right: 10px;
  color: var(--esfs-modal-text);
  font-size: 15px;
  line-height: 1.65;
}

.esfs-modal .modal-inner-content h4 {
  margin: 0 0 12px;
  color: var(--esfs-modal-burgundy);
  font-size: 22px;
  line-height: 1.15;
  font-weight: 700;
}

.esfs-modal .modal-inner-content p,
.esfs-modal .modal-inner-content ul {
  margin-bottom: 16px;
}

.esfs-modal .modal-inner-content ul {
  padding-left: 20px;
}

.esfs-modal .modal-inner-content li::marker {
  color: var(--esfs-modal-burgundy);
}

.esfs-modal .modal-inner-content strong,
.esfs-modal .modal-inner-content a {
  color: var(--esfs-modal-burgundy);
}

.esfs-modal .modal-footer {
  padding: 0 28px 28px;
  border-top: 0;
}

.esfs-modal .btn {
  max-width: 220px;
  min-height: 52px;
  margin-inline: auto;
  border-radius: 999px;
  background: var(--esfs-modal-burgundy);
  color: #fff !important;
  font-size: 17px;
  font-weight: 700;
  box-shadow: none;
}

.esfs-modal .btn:hover,
.esfs-modal .btn:focus {
  background: var(--esfs-modal-text);
  color: var(--esfs-modal-burgundy);
}

.esfs-modal .modal-inner-content::-webkit-scrollbar {
  width: 10px;
}

.esfs-modal .modal-inner-content::-webkit-scrollbar-track {
  background: rgba(139, 21, 56, 0.08);
  border-radius: 999px;
}

.esfs-modal .modal-inner-content::-webkit-scrollbar-thumb {
  background: rgba(139, 21, 56, 0.35);
  border-radius: 999px;
}

@media (max-width: 767px) {
  .esfs-modal .modal-dialog {
    padding: 12px;
  }

  .esfs-modal .modal-header,
  .esfs-modal .modal-body,
  .esfs-modal .modal-footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .esfs-modal .modal-title {
    font-size: 24px;
  }

  .esfs-modal button.close {
    width: 38px;
    height: 38px;
    font-size: 28px;
  }

  .esfs-modal .modal-inner-content {
    max-height: 56vh;
    font-size: 14px;
  }

  .esfs-modal .modal-inner-content h4 {
    font-size: 19px;
  }

  .esfs-modal .btn {
    max-width: none;
    width: 100%;
  }

  .esfs-hero__stats {
    margin-top: 15px;
    gap: 10px;
    justify-content: center;
  }

  .esfs-hero__stats li {
    width: 40%;
    margin: 0;
    padding: 10px;
    text-align: center;
    border: 1px solid white !important;
    border-radius: 5px;
  }
}

@media(max-width: 450px) {
  .esfs-hero__copy {
    padding-top: 0;
  }

  .esfs-hero__title {
    font-size: 28px;
  }
}

@media(max-width: 375px) {
  .call-btns button {
    width: 100%;
  }
}