:root {
  --sf-header: #fdfeff;
  --sf-hero: #f8fafc;
  --sf-navy: #27457d;
  --sf-ink: #132b50;
  --sf-blue: #2167d8;
  --sf-blue-hover: #1a57b9;
  --sf-cyan: #0b87c4;
  --sf-cyan-soft: #eef8fc;
  --sf-line: #dbe6f1;
}

html,
body,
#root {
  overflow-x: clip;
}

.sf-header-shell.sf-header-shell {
  height: 96px;
  padding: 0 32px !important;
  background: var(--sf-header) !important;
  border-bottom: 1px solid var(--sf-line) !important;
  backdrop-filter: blur(18px);
}

.sf-header {
  width: 100% !important;
  max-width: 1280px !important;
  height: 96px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.sf-brand {
  display: inline-flex;
  align-items: center;
  padding: 0 !important;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.sf-brand img {
  width: 190px;
  height: auto !important;
  max-height: none;
  border-radius: 0;
  object-fit: contain;
}

.sf-official-logo--footer {
  width: 220px !important;
  height: auto !important;
  padding: 4px;
  border-radius: 8px;
  background: #fdfeff;
}

.sf-nav-menu {
  gap: 10px !important;
}

.sf-nav-menu button {
  min-height: 44px;
  padding: 0 8px !important;
  color: #435a7d;
  font-size: 14px !important;
  font-weight: 500 !important;
  border-radius: 8px !important;
}

.sf-nav-menu button:hover,
.sf-nav-menu button:focus-visible {
  color: var(--sf-navy) !important;
  background: rgba(11, 135, 196, .09) !important;
}

.sf-contact-cta {
  min-height: 46px;
  padding: 0 25px !important;
  margin-right: 0 !important;
  border-radius: 9px !important;
  background: var(--sf-blue) !important;
  font-size: 15px !important;
  box-shadow: none !important;
}

.sf-contact-cta:hover {
  background: var(--sf-blue-hover) !important;
}

.sf-mobile-toggle {
  color: var(--sf-navy) !important;
}

.sf-mobile-toggle:hover,
.sf-mobile-toggle:focus-visible {
  color: var(--sf-blue) !important;
  background: rgba(11, 135, 196, .09) !important;
}

.sf-hero {
  min-height: 100svh;
  background: var(--sf-hero);
  color: var(--sf-ink);
}

.sf-hero > .bg-gradient-hero {
  background:
    radial-gradient(circle at 82% 30%, rgba(11, 135, 196, .13), transparent 32%),
    linear-gradient(180deg, #fdfeff 0%, #f4f9fd 66%, #f8fafc 100%) !important;
}

.sf-hero > div:nth-child(2) {
  background: radial-gradient(ellipse at 20% 30%, rgba(33, 103, 216, .07), transparent 58%) !important;
}

.sf-hero-inner {
  max-width: 1280px !important;
  padding-top: 146px !important;
  padding-bottom: 46px !important;
  gap: 50px !important;
}

.sf-hero-copy {
  max-width: 665px;
}

.sf-eyebrow {
  width: fit-content;
  margin-bottom: 25px !important;
  padding: 7px 14px;
  border: 1px solid rgba(11, 135, 196, .42);
  border-radius: 999px;
  color: var(--sf-cyan) !important;
  background: var(--sf-cyan-soft);
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: .08em !important;
}

.sf-title {
  max-width: 660px;
  margin-bottom: 22px !important;
  font-size: clamp(45px, 4.15vw, 60px) !important;
  line-height: 1.06 !important;
  letter-spacing: -.035em !important;
  color: var(--sf-ink) !important;
}

.sf-title span {
  background-image: linear-gradient(90deg, var(--sf-navy), var(--sf-cyan)) !important;
}

.sf-hero-copy > p {
  max-width: 535px !important;
  margin-bottom: 32px !important;
  color: #536783 !important;
  font-size: 17px !important;
  line-height: 1.55 !important;
}

.sf-hero-actions {
  margin-bottom: 49px !important;
  gap: 16px !important;
}

.sf-primary-cta,
.sf-secondary-cta {
  min-height: 56px;
  border-radius: 9px !important;
  padding: 0 28px !important;
  font-size: 16px !important;
}

.sf-primary-cta {
  background: var(--sf-blue) !important;
  box-shadow: 0 12px 28px rgba(33, 103, 216, .2) !important;
}

.sf-primary-cta:hover {
  background: var(--sf-blue-hover) !important;
}

.sf-secondary-cta {
  color: var(--sf-navy) !important;
  background: rgba(255, 255, 255, .82) !important;
  border-color: #c6d5e5 !important;
}

.sf-secondary-cta:hover {
  color: var(--sf-blue) !important;
  background: #fff !important;
  border-color: rgba(11, 135, 196, .45) !important;
}

.sf-stats {
  gap: 32px !important;
  padding-top: 35px !important;
  border-top-color: var(--sf-line) !important;
}

.sf-stats > div {
  text-align: left !important;
}

.sf-stats > div > div:first-child {
  margin-bottom: 10px;
  font-size: 31px !important;
  color: var(--sf-navy) !important;
}

.sf-stats > div:nth-child(2) > div:first-child {
  color: var(--sf-cyan) !important;
}

.sf-stats > div > div:last-child {
  max-width: 125px;
  color: #63748d !important;
  font-size: 13px !important;
  line-height: 1.4;
}

.sf-hero-visual {
  flex: 0 1 565px !important;
}

.sf-hero-photo {
  height: 430px !important;
  border-radius: 14px !important;
  border: 1px solid rgba(39, 69, 125, .12) !important;
  box-shadow: 0 26px 60px -28px rgba(39, 69, 125, .42) !important;
}

.sf-header button:focus-visible,
.sf-header a:focus-visible,
.sf-hero a:focus-visible {
  outline: 3px solid var(--sf-cyan);
  outline-offset: 4px;
}

@media (max-width: 1180px) {
  .sf-header-shell.sf-header-shell {
    padding: 0 22px !important;
  }

  .sf-brand img {
    width: 178px;
  }

  .sf-nav-menu {
    gap: 2px !important;
  }

  .sf-nav-menu button {
    padding: 0 6px !important;
    font-size: 12px !important;
  }
}

@media (max-width: 767px) {
  .sf-header-shell.sf-header-shell {
    height: 80px;
    padding: 0 16px !important;
  }

  .sf-header {
    height: 80px !important;
  }

  .sf-brand img {
    width: 158px;
  }

  .sf-mobile-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-right: 0 !important;
    border-radius: 10px;
  }

  .sf-mobile-menu {
    margin-top: 8px !important;
    border-radius: 16px !important;
    color: var(--sf-navy) !important;
    background: rgba(253, 254, 255, .98) !important;
    border: 1px solid var(--sf-line) !important;
    box-shadow: 0 18px 40px rgba(39, 69, 125, .14) !important;
  }

  .sf-mobile-menu button {
    color: var(--sf-navy) !important;
  }

  .sf-hero {
    min-height: auto;
  }

  .sf-hero-inner {
    padding-top: 128px !important;
    padding-bottom: 54px !important;
  }

  .sf-hero-copy {
    max-width: none;
  }

  .sf-eyebrow {
    margin-bottom: 20px !important;
    padding: 6px 11px;
    font-size: 10.5px !important;
  }

  .sf-title {
    max-width: 355px;
    font-size: clamp(35px, 10.2vw, 42px) !important;
    line-height: 1.04 !important;
  }

  .sf-hero-copy > p {
    margin-bottom: 30px !important;
    font-size: 16px !important;
  }

  .sf-primary-cta,
  .sf-secondary-cta {
    width: 100%;
    min-height: 52px;
  }

  .sf-hero-actions {
    margin-bottom: 39px !important;
  }

  .sf-stats {
    column-gap: 22px !important;
    row-gap: 26px !important;
  }

  .sf-stats > div {
    text-align: center !important;
  }

  .sf-stats > div > div:last-child {
    max-width: none;
  }
}

@media (max-width: 360px) {
  .sf-brand img {
    width: 148px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sf-header-shell,
  .sf-header *,
  .sf-hero * {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    transition-duration: .01ms !important;
  }
}
