@import "https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";
h1 {
  font-size: 36px;
}

h2 {
  font-size: 34px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 30px;
}

h5 {
  font-size: 26px;
}

h6 {
  font-size: 22px;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.f-align-center {
  align-items: center;
}

.f-align-left {
  align-items: left;
}

.f-align-right {
  align-items: right;
}

.f-justify-center {
  justify-content: center;
}

.f-justify-left {
  justify-content: left;
}

.f-justify-right {
  justify-content: right;
}

.p-10 {
  padding: 10px;
}

.p-20 {
  padding: 20px;
}

.p-30 {
  padding: 30px;
}

.p-40 {
  padding: 40px;
}

.p-50 {
  padding: 50px;
}

.p-60 {
  padding: 60px;
}

.p-70 {
  padding: 70px;
}

.p-80 {
  padding: 80px;
}

.p-90 {
  padding: 90px;
}

.p-100 {
  padding: 100px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-100 {
  padding-left: 100px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-100 {
  padding-right: 100px;
}

.m-10 {
  margin: 10px;
}

.m-20 {
  margin: 20px;
}

.m-30 {
  margin: 30px;
}

.m-40 {
  margin: 40px;
}

.m-50 {
  margin: 50px;
}

.m-60 {
  margin: 60px;
}

.m-70 {
  margin: 70px;
}

.m-80 {
  margin: 80px;
}

.m-90 {
  margin: 90px;
}

.m-100 {
  margin: 100px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-100 {
  margin-left: 100px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-100 {
  margin-right: 100px;
}

@media screen and (width <= 1000px) {
  .hero-heading {
    font-size: 42px;
  }
}

.direction-column {
  flex-direction: column;
  display: flex;
}

.direction-row {
  flex-direction: row;
  display: flex;
}

.flex {
  display: flex;
}

.f-wrap {
  flex-wrap: wrap;
}

.justify-left {
  justify-content: left;
}

.justify-right {
  justify-content: right;
}

.justify-center {
  justify-content: center;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

.justify-between {
  justify-content: space-between;
}

.align-center {
  align-items: center;
}

.align-start {
  align-items: start;
}

.align-end {
  align-items: end;
}

.gap-1 {
  gap: 10px;
}

.gap-2 {
  gap: 20px;
}

.gap-3 {
  gap: 30px;
}

.gap-4 {
  gap: 40px;
}

.gap-5 {
  gap: 50px;
}

.gap-6 {
  gap: 60px;
}

.gap-7 {
  gap: 70px;
}

.gap-8 {
  gap: 80px;
}

.gap-9 {
  gap: 90px;
}

.gap-10 {
  gap: 100px;
}

.button {
  color: #fff;
  background-color: #0670ef;
  border: 2px solid #0670ef;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 42px;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button:hover {
  cursor: pointer;
  background-color: #044da4;
  border: 2px solid #044da4;
}

.button2 {
  color: #000;
  border: 2px solid #000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 42px;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button2:hover {
  color: #0670ef;
  cursor: pointer;
  border: 2px solid #0670ef;
}

.nav-heading {
  text-align: center;
  color: #fff;
  background-color: #7caffa2a;
  padding: 10px 0;
}

.primary-heading {
  text-align: center;
  text-transform: uppercase;
  padding: 0 20px;
  font-weight: 600;
}

.sub-heading {
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  padding: 0 20px;
  font-size: 16px;
}

.visuallyHidden {
  clip: rect(0 0 0 0);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.hamburger-label {
  display: none;
  cursor: pointer;
  flex-shrink: 0;
  z-index: 100;
  padding: 10px;
  margin-right: -10px;
}

.hamburger {
  width: 25px;
  height: 30px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.hamburger .bar {
  background-color: #000;
  border-radius: 4px;
  width: 25px;
  height: 2px;
  padding: 0;
  transition: all .2s ease-in-out;
  display: block;
  position: absolute;
}

.bar1 {
  top: 4px;
}

.bar2, .bar3 {
  top: 13.5px;
}

.bar3 {
  right: 0;
}

.bar4 {
  bottom: 4px;
}

.checkbox2:checked + label > .hamburger2 > .bar1 {
  background-color: #0000;
  transform: translateX(40px);
}

.checkbox2:checked + label > .hamburger2 > .bar2 {
  transform: rotate(45deg);
}

.checkbox2:checked + label > .hamburger2 > .bar3 {
  transform: rotate(-45deg);
}

.checkbox2:checked + label > .hamburger2 > .bar4 {
  background-color: #0000;
  transform: translateX(-40px);
}

@media screen and (width <= 1000px) {
  nav .hamburger-label {
    display: block;
    min-width: 44px;
    min-height: 44px;
  }
}

.nav-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav-white {
  background-color: #fff;
}

.nav-black {
  background-color: #000;
}

.bg-white {
  color: #000;
  background-color: #fff;
  box-shadow: 0 2px 4px #0000000f;
}

.bg-white .button2 {
  color: #000;
  border: 2px solid #000;
}

.bg-white .button2:hover {
  color: #0670ef;
  cursor: pointer;
  border: 2px solid #0670ef;
}

.bg-white .hamburger .bar {
  background-color: #151516;
}

nav {
  position: fixed;
  z-index: 1000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: var(--nav-h, 80px);
  padding: 0 50px;
  color: #000;
  background-color: #fff;
  transition: box-shadow .3s, background-color .3s;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 2px 4px #0000000f;
}

nav .nav-logo {
  line-height: 0;
}

nav div {
  justify-content: center;
  align-items: center;
  display: flex;
}

nav ul {
  list-style: none;
  display: flex;
}

nav li a {
  color: inherit;
  padding: 22px 20px;
  font-size: 16px;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

nav li a:hover {
  color: #0670ef;
}

nav .mobile-button {
  display: none;
}

nav .dropdown-item {
  cursor: pointer;
  position: relative;
}

nav .dropdown-item .item-icon {
  vertical-align: middle;
  margin-left: 3px;
  font-size: 18px;
  transition: transform .3s;
}

nav .dropdown-item:hover {
  color: #0670ef;
}

nav .dropdown-item:hover .dropdown-menu {
  display: block;
}

nav .dropdown-item:hover .item-icon {
  transform: rotate(-180deg);
}

nav .dropdown-menu {
  cursor: default;
  z-index: 1;
  background-color: #fff;
  border-radius: 4px;
  padding: 10px 30px;
  display: none;
  position: absolute;
  right: 0;
  box-shadow: 0 3px 8px #0000003d;
}

nav .dropdown-menu div {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

nav .dropdown-menu a {
  color: #000;
}

nav .dropdown-menu .dropdown-triangle {
  background: #fff;
  border-radius: 4px 0;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 80%;
  transform: rotate(45deg) translateX(-50%);
  box-shadow: -5px -5px 5px #00000008;
}

nav .dropdown-menu .dropdown-link {
  border-radius: 4px;
  min-width: 300px;
  padding: 10px 0;
  transition: all .3s;
}

nav .dropdown-menu .dropdown-link:hover {
  transform: scale(1.02);
}

nav .dropdown-menu .dropdown-content {
  flex-direction: column;
  align-items: flex-start;
  font-size: 16px;
}

nav .dropdown-menu .dropdown-text {
  color: #444;
  font-size: 14px;
}

nav .dropdown-menu .dropdown-icon {
  margin-top: 6px;
  margin-right: 10px;
  font-size: 20px;
}

@media screen and (width <= 1000px) {
  :root {
    --nav-h: 65px;
  }

  html, body {
    overflow-x: clip;
  }

  body.nav-open {
    overflow: hidden;
  }

  nav {
    color: #000;
    justify-content: space-between;
    min-height: var(--nav-h);
    padding: 0 20px;
    overflow: visible;
  }

  nav > div {
    position: static;
    flex: 1;
    justify-content: flex-end;
  }

  nav ul,
  nav:has(#checkbox2:checked) #sidebar,
  nav .show-sidebar {
    background-color: #fff;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-height: calc(100dvh - var(--nav-h));
    transition: all .3s;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 6px 24px #0000000d, 0 0 0 1px #00000014;
  }

  nav:has(#checkbox2:checked) #sidebar,
  nav .show-sidebar {
    display: flex;
    z-index: 50;
  }

  nav li {
    margin: 0;
    width: 100%;
  }

  nav li a {
    padding: 20px;
  }

  nav a:hover {
    background-color: #7caffa2a;
  }

  nav .dropdown-item:hover {
    cursor: pointer;
  }

  nav .dropdown-item:hover .dropdown-menu {
    display: none;
  }

  nav .dropdown-menu .dropdown-link {
    min-width: 0;
    width: 100%;
    padding: 10px 25px;
  }

  nav .dropdown-menu {
    box-shadow: none;
    position: static;
    width: 100%;
    min-width: 0;
    padding: 0;
    right: auto;
  }

  nav .dropdown-menu .dropdown-triangle {
    display: none;
  }

  nav .dropdown-active {
    display: block !important;
  }

  nav .button, nav .button2 {
    display: none;
  }

  nav .mobile-button {
    border-radius: 0;
    display: flex;
    width: 100%;
    margin: 0;
  }
}

.video-container {
  width: 100%;
  height: 650px;
  position: relative;
  overflow: hidden;
}

.video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.video-heading {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  max-width: 1000px;
  padding: 0 20px;
  margin: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.12;
}

.video-overlay {
  background-color: #000000b3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  display: flex;
  position: absolute;
  top: 0;
}

.video-overlay .button {
  width: 260px;
}

.video-link {
  color: #fff;
  text-transform: uppercase;
  margin-top: 70px;
  font-size: 22px;
  text-decoration: none;
}

.video-icon {
  vertical-align: middle;
  font-size: 24px;
  animation-name: move;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  position: relative;
}

@media screen and (width <= 1000px) {
  .video-heading {
    font-size: 50px;
  }
}

.footer {
  background-color: #f1f4f7;
  grid-template-columns: repeat(4, fit-content(300px));
  justify-content: space-between;
  gap: 30px;
  margin-top: 80px;
  padding: 40px 120px;
  display: grid;
}

.footer .footer-section {
  color: #4d4d4d;
}

.footer .footer-heading {
  color: #141414;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 500;
}

.footer .footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer .footer-links li {
  margin-bottom: 8px;
}

.footer .footer-links a {
  color: #4d4d4d;
  text-decoration: none;
  transition: all .3s;
}

.footer .footer-links a:hover {
  color: #0670ef;
}

.footer .footer-social-links {
  padding: 0;
  list-style: none;
  display: flex;
}

.footer .footer-social-links li {
  padding: 0 8px;
}

.footer .footer-social-links li a {
  color: #4d4d4d;
  font-size: 22px;
  text-decoration: none;
  transition: all .3s;
}

.footer .footer-social-links li a:hover {
  color: #0670ef;
}

.footer-bottom {
  color: #4d4d4d;
  background-color: #f1f4f7;
  width: 100%;
  padding: 15px 120px;
  font-size: 14px;
}

.footer-bottom:before {
  content: "";
  border-top: 1px solid #adadad;
  display: block;
  position: relative;
  bottom: 15px;
}

@media screen and (width <= 1000px) {
  .footer {
    grid-template-columns: repeat(2, fit-content(300px));
  }
}

@media screen and (width <= 768px) {
  .footer {
    grid-template-columns: repeat(1, 1fr);
  }

  .footer-section {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Roboto, Arial, sans-serif;
}

:root {
  --nav-h: 80px;
}

html, body {
  background: #fff;
}

body {
  padding-top: var(--nav-h);
}

.card {
  border-radius: 8px;
  max-width: 250px;
  transition: transform .3s;
  overflow: hidden;
  box-shadow: 0 2px 8px #0000003d;
}

.card:hover {
  transform: scale(1.05);
}

.card img {
  width: 100%;
  height: auto;
  display: block;
}

.card .card-content {
  background-color: #fff;
  padding: 15px;
}

.card h2 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
}

.card p {
  color: #444;
  font-size: 16px;
}

.hero-heading {
  max-width: 500px;
  font-size: 54px;
  line-height: 70px;
}

.hero-description {
  max-width: 500px;
}

.swiper {
  width: 600px;
}

.page-hero-bar {
  background-color: #0b0b0c;
  color: #fff;
  text-align: center;
  padding: 80px 20px;
}

.page-hero-bar h1 {
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 700;
}

.page-hero-bar p {
  margin-top: 10px;
  color: #e8e8e8;
  font-size: 16px;
}

.page-main {
  max-width: 800px;
  margin: 0 auto;
  padding: 72px 50px 20px;
  color: #444;
  line-height: 1.6;
}

.page-main p {
  margin-bottom: 16px;
}

.page-main ul {
  margin: 8px 0 28px 18px;
}

.page-main li {
  margin-bottom: 8px;
}

@media screen and (width <= 1000px) {
  .page-hero-bar h1 {
    font-size: 32px;
  }

  .page-main {
    padding: 48px 20px 20px;
  }
}

.video-container {
  height: 720px;
}

.video-lead {
  color: #e8e8e8;
  max-width: 740px;
  text-align: center;
  margin-top: 22px;
  padding: 0 24px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.65;
}

.video-lead-sub {
  margin-top: 12px;
  color: #cfcfcf;
  font-size: 16px;
}

.home-body {
  position: relative;
}

.home-spine {
  display: none;
}

.home-section {
  position: relative;
  overflow: hidden;
  padding: 96px 80px 100px;
  background: #fff;
  scroll-margin-top: calc(var(--nav-h) + 12px);
}

#isales {
  scroll-margin-top: calc(var(--nav-h) + 12px);
}

.home-section-alt {
  background: #f1f4f7;
}

.home-section-cta {
  background: #0b0b0c;
  color: #fff;
  padding-left: 120px;
  padding-right: 120px;
}

.wwd-watermark {
  pointer-events: none;
  user-select: none;
  color: #0670ef;
  opacity: 0.06;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: clamp(64px, 12vw, 160px);
  font-weight: 700;
  line-height: 0.9;
  white-space: nowrap;
  position: absolute;
  top: 28px;
  left: 48px;
}

.wwd-head {
  max-width: 920px;
  margin-bottom: 28px;
}

.wwd-kicker {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #0670ef;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 16px;
}

.wwd-num {
  color: #8a8a8a;
  letter-spacing: 0.18em;
}

.wwd-kicker:before {
  content: "";
  width: 28px;
  height: 1px;
  background: #0670ef;
}

.home-section h2,
.footer-band h2 {
  text-transform: none;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 600;
  line-height: 1.2;
  color: #141414;
}

.home-section-cta h2,
.home-section-cta .home-lede {
  color: #fff;
}

.home-section-cta .wwd-num {
  color: #9aa0a6;
}

.home-copy,
.home-lede {
  max-width: 820px;
  color: #444;
  font-size: 17px;
  line-height: 1.7;
}

.home-lede {
  margin-bottom: 40px;
}

.home-copy p {
  margin-bottom: 16px;
}

.home-stats {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}

.home-stats li {
  border-top: 2px solid #0670ef;
  padding-top: 18px;
}

.home-stats strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 600;
  color: #141414;
}

.home-stats span {
  color: #555;
  font-size: 15px;
  line-height: 1.55;
}

.svc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.svc-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e4e8ee;
  border-radius: 10px;
  padding: 28px 26px 24px;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 8px 24px #1414140d;
  transition: transform .25s, border-color .25s, box-shadow .25s;
}

.svc-card:hover {
  transform: translateY(-6px);
  border-color: #0670ef;
  box-shadow: 0 16px 32px #0670ef1f;
}

.svc-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
  color: #0670ef;
}

.svc-card-top i {
  font-size: 22px;
}

.svc-card-top span {
  color: #adadad;
  letter-spacing: 0.12em;
  font-size: 12px;
  font-weight: 600;
}

.svc-card h3 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  color: #141414;
}

.svc-card p {
  color: #555;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 14px;
}

.svc-card ul {
  margin: 0 0 20px 18px;
  color: #4d4d4d;
  font-size: 14px;
  line-height: 1.55;
}

.svc-card li {
  margin-bottom: 6px;
}

.svc-card-link {
  margin-top: auto;
  color: #0670ef;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.method-list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-top: 1px solid #e4e8ee;
}

.method-list li {
  display: flex;
  gap: 20px;
  padding: 32px 28px 32px 0;
  border-bottom: 1px solid #e4e8ee;
}

.method-list li:nth-child(odd) {
  padding-right: 40px;
  border-right: 1px solid #e4e8ee;
}

.method-list li:nth-child(even) {
  padding-left: 40px;
}

.method-num {
  color: #0670ef;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  min-width: 32px;
}

.method-list h3 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  color: #141414;
}

.method-list p {
  color: #555;
  font-size: 15px;
  line-height: 1.65;
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.industry-card {
  background: #fff;
  border-radius: 10px;
  padding: 24px 20px 28px;
  border: 1px solid #e4e8ee;
}

.industry-card i {
  color: #0670ef;
  font-size: 22px;
  margin-bottom: 16px;
}

.industry-card h3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #141414;
}

.industry-card p {
  color: #555;
  font-size: 14px;
  line-height: 1.6;
}

.product-split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: start;
}

.product-points {
  list-style: none;
}

.product-points li {
  padding: 22px 0;
  border-top: 1px solid #e4e8ee;
}

.product-points li:last-child {
  border-bottom: 1px solid #e4e8ee;
}

.product-points h3 {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 600;
  color: #141414;
}

.product-points p {
  color: #555;
  font-size: 15px;
  line-height: 1.6;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 36px;
}

.button-ghost {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.button-ghost:hover {
  background: #fff;
  border-color: #fff;
  color: #0b0b0c;
}

.site-footer {
  background: #0b0b0c;
  color: #c8c8c8;
}

.footer-band {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding: 56px 120px 8px;
}

.footer-band h2 {
  color: #fff;
  margin-bottom: 12px;
}

.footer-band p:not(.wwd-kicker) {
  max-width: 640px;
  color: #bdbdbd;
  line-height: 1.65;
}

.site-footer .footer {
  background: transparent;
  margin-top: 24px;
  padding: 48px 120px 32px;
}

.footer-wide {
  grid-template-columns: 1.6fr repeat(4, minmax(120px, 1fr));
  gap: 40px;
}

.site-footer .footer-heading {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 12px;
  font-weight: 600;
}

.site-footer .footer-links a,
.site-footer .footer-section {
  color: #bdbdbd;
}

.site-footer .footer-links a:hover,
.site-footer .footer-social-links li a:hover {
  color: #0670ef;
}

.site-footer .footer-social-links li a {
  color: #d0d0d0;
}

.footer-meta,
.footer-note {
  margin-top: 16px;
  color: #8a8a8a;
  font-size: 14px;
  line-height: 1.55;
}

.footer-bottom-wide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  background: #0b0b0c;
  color: #8a8a8a;
  padding: 8px 40px 40px;
}

.footer-bottom-wide:before {
  content: "";
  width: 40px;
  border-top: 1px solid #0670ef;
  display: block;
  position: relative;
  bottom: 0;
  margin: 8px auto 6px;
}

.footer-copy-mark {
  color: #f2f2f2;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 12px;
  font-weight: 500;
}

.footer-copy-line {
  color: #8a8a8a;
  font-size: 13px;
  letter-spacing: 0.06em;
  font-weight: 300;
}

@media screen and (width >= 1100px) {
  .home-body {
    display: grid;
    grid-template-columns: 72px 1fr;
  }

  .home-spine {
    display: flex;
    position: sticky;
    top: var(--nav-h);
    z-index: 2;
    height: calc(100vh - var(--nav-h));
    align-items: center;
    justify-content: center;
    border-right: 1px solid #e6e8eb;
    background: #fff;
  }

  .home-spine span {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    text-transform: uppercase;
    letter-spacing: 0.42em;
    font-size: 12px;
    font-weight: 600;
    color: #0670ef;
  }

  .svc-grid {
    grid-template-columns: repeat(6, 1fr);
  }

  .svc-card {
    grid-column: span 2;
  }

  .svc-card:nth-child(4) {
    grid-column: 2 / span 2;
  }

  .svc-card:nth-child(5) {
    grid-column: 4 / span 2;
  }
}

@media screen and (width <= 1100px) {
  .home-section {
    padding: 64px 40px 72px;
  }

  .home-section-cta {
    padding-left: 40px;
    padding-right: 40px;
  }

  .svc-grid,
  .industry-grid,
  .home-stats,
  .product-split,
  .method-list,
  .pressure-grid,
  .sister-grid,
  .about-offer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .method-list li:nth-child(odd),
  .method-list li:nth-child(even) {
    padding: 28px 0;
    border-right: 0;
  }

  .footer-band,
  .site-footer .footer,
  .footer-bottom-wide {
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-wide {
    grid-template-columns: 1fr 1fr;
  }

  .video-container {
    height: auto;
    min-height: 560px;
  }

  .video {
    position: absolute;
    inset: 0;
  }

  .video-overlay {
    position: relative;
    height: auto;
    min-height: 560px;
    padding: 72px 40px 48px;
  }

  .video-heading {
    font-size: 42px;
    line-height: 1.15;
  }

  .industry-hero {
    height: 620px;
  }

  .industry-hero-overlay {
    padding: 64px 40px 48px;
  }

  .industry-hero-overlay h1 {
    font-size: clamp(32px, 5.5vw, 52px);
  }

  .service-hero {
    padding: 72px 40px 56px;
  }

  .page-hero-bar {
    padding: 72px 40px;
  }

  .page-main {
    padding: 56px 40px 20px;
  }

  .wwd-watermark {
    left: 24px;
    font-size: 72px;
  }
}

@media screen and (width <= 768px) {
  .video-overlay {
    padding: 64px 20px 40px;
  }

  .video-heading {
    font-size: 28px;
  }

  .video-lead {
    font-size: 15px;
    padding: 0 4px;
  }

  .home-section {
    padding: 56px 20px 64px;
  }

  .home-section-cta {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-band,
  .site-footer .footer,
  .footer-bottom-wide {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-band {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 40px;
  }

  .footer-band .button,
  .home-section-cta .button,
  .page-main .button {
    width: 100%;
  }

  .wwd-watermark {
    left: 12px;
    font-size: 44px;
    letter-spacing: 0.04em;
  }

  .wwd-kicker {
    flex-wrap: wrap;
    row-gap: 8px;
  }

  .industry-hero {
    height: auto;
    min-height: 480px;
  }

  .industry-hero-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .industry-hero-overlay {
    position: relative;
    height: auto;
    min-height: 480px;
    padding: 48px 20px 36px;
  }

  .industry-hero-overlay h1 {
    font-size: 28px;
  }

  .industry-hero-lead {
    font-size: 15px;
  }

  .about-isales-copy {
    padding: 32px 20px 36px;
  }

  .about-wordmark,
  .about-isales-copy .about-wordmark {
    font-size: clamp(40px, 16vw, 72px);
  }

  .service-hero {
    padding: 48px 20px 36px;
  }

  .service-hero-copy h1 {
    font-size: 28px;
  }

  .page-hero-bar {
    padding: 56px 20px;
  }

  .page-hero-bar h1 {
    font-size: 28px;
  }

  .page-main {
    padding: 40px 20px 20px;
  }
}

@media screen and (width <= 640px) {
  .svc-grid,
  .industry-grid,
  .home-stats,
  .product-split,
  .method-list,
  .footer-wide,
  .pressure-grid,
  .sister-grid,
  .about-offer-grid {
    grid-template-columns: 1fr;
  }
}

.industry-hero {
  position: relative;
  height: 720px;
  overflow: hidden;
  background: #0b0b0c;
}

.industry-hero-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: center;
  animation: industry-kenburns 22s ease-out forwards;
}

.industry-hero-overlay {
  background: linear-gradient(180deg, #00000059 0%, #00000073 42%, #000000d9 100%);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 80px 88px 72px;
  display: flex;
  position: absolute;
  inset: 0;
}

.industry-hero-overlay .wwd-kicker {
  color: #8ec3ff;
}

.industry-hero-overlay .wwd-kicker:before {
  background: #8ec3ff;
}

.industry-hero-overlay .wwd-num {
  color: #d7d7d7;
}

.industry-hero-overlay h1 {
  color: #fff;
  text-transform: uppercase;
  max-width: 920px;
  margin: 8px 0 16px;
  font-size: clamp(36px, 5.4vw, 68px);
  font-weight: 700;
  line-height: 1.08;
  animation: industry-rise 0.9s ease 0.12s both;
}

.industry-hero-lead {
  color: #e8e8e8;
  max-width: 640px;
  margin-bottom: 28px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.65;
  animation: industry-rise 0.9s ease 0.24s both;
}

.industry-hero-overlay .button {
  animation: industry-rise 0.9s ease 0.36s both;
}

@keyframes industry-kenburns {
  from { transform: scale(1.14); }
  to { transform: scale(1); }
}

@keyframes industry-rise {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: none; }
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

.reveal.is-in {
  opacity: 1;
  transform: none;
}

.reveal-delay-2 { transition-delay: 0.1s; }
.reveal-delay-3 { transition-delay: 0.2s; }
.reveal-delay-4 { transition-delay: 0.3s; }

.industry-split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
}

.industry-photo {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 18px 40px #1414141f;
}

.industry-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s ease;
}

.industry-photo:hover img {
  transform: scale(1.05);
}

.industry-photo-tall img {
  min-height: 420px;
}

.pressure-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.pressure-card {
  background: #fff;
  border: 1px solid #e4e8ee;
  border-radius: 10px;
  padding: 28px 24px;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.pressure-card:hover {
  transform: translateY(-6px);
  border-color: #0670ef;
}

.pressure-card span {
  color: #0670ef;
  letter-spacing: 0.16em;
  font-size: 12px;
  font-weight: 700;
}

.pressure-card h3 {
  margin: 12px 0 10px;
  font-size: 22px;
  font-weight: 600;
  color: #141414;
}

.pressure-card p {
  color: #555;
  font-size: 15px;
  line-height: 1.65;
}

.systems-mosaic {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 20px;
  margin-top: 12px;
}

.systems-copy ul {
  margin: 18px 0 0 18px;
  color: #444;
  line-height: 1.7;
}

.systems-copy li {
  margin-bottom: 8px;
}

.outcome-band {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  min-height: 280px;
  margin-bottom: 40px;
}

.outcome-band img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}

.outcome-band-caption {
  background: linear-gradient(transparent, #000000c7);
  color: #fff;
  padding: 28px 28px 22px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 16px;
  line-height: 1.5;
}

.sister-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.sister-card {
  display: block;
  color: inherit;
  text-decoration: none;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e4e8ee;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.sister-card:hover {
  transform: translateY(-5px);
  border-color: #0670ef;
}

.sister-card img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  display: block;
}

.sister-card p {
  padding: 14px 14px 16px;
  font-size: 15px;
  font-weight: 600;
  color: #141414;
}

a.industry-card {
  text-decoration: none;
  color: inherit;
  display: block;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

a.industry-card:hover {
  transform: translateY(-4px);
  border-color: #0670ef;
}

@media (prefers-reduced-motion: reduce) {
  .industry-hero-media,
  .industry-hero-overlay h1,
  .industry-hero-lead,
  .industry-hero-overlay .button,
  .reveal,
  .industry-photo img {
    animation: none;
    transition: none;
    transform: none;
    opacity: 1;
  }
}

@media screen and (width <= 1100px) {
  .industry-split,
  .systems-mosaic {
    grid-template-columns: 1fr;
  }

  .industry-photo-tall img {
    min-height: 260px;
  }
}

.service-hero {
  position: relative;
  overflow: hidden;
  min-height: 720px;
  background:
    radial-gradient(ellipse 70% 60% at 78% 42%, #0670ef2e 0%, transparent 62%),
    #0b0b0c;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 32px;
  align-items: center;
  padding: 108px 88px 72px;
}

.service-hero:before {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(#ffffff0a 1px, transparent 1px),
    linear-gradient(90deg, #ffffff0a 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 80% 70% at 70% 50%, #000 20%, transparent 75%);
}

.service-hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.service-hero-copy,
.service-hero-visual {
  position: relative;
  z-index: 1;
}

.service-hero-copy .wwd-kicker {
  color: #8ec3ff;
}

.service-hero-copy .wwd-kicker:before {
  background: #8ec3ff;
}

.service-hero-copy .wwd-num {
  color: #d7d7d7;
}

.service-hero-copy h1 {
  color: #fff;
  text-transform: uppercase;
  max-width: 640px;
  margin: 8px 0 16px;
  font-size: clamp(34px, 4.6vw, 62px);
  font-weight: 700;
  line-height: 1.08;
  animation: industry-rise 0.9s ease 0.12s both;
}

.service-hero-copy .industry-hero-lead {
  animation: industry-rise 0.9s ease 0.24s both;
}

.service-hero-copy .button {
  animation: industry-rise 0.9s ease 0.36s both;
  width: fit-content;
  min-width: 160px;
}

.service-hero-visual {
  display: flex;
  justify-content: center;
}

.service-hero-visual .svc-svg {
  width: min(100%, 640px);
  height: auto;
  overflow: visible;
}

.svc-glow {
  animation: svc-breathe 6s ease-in-out infinite;
}

.svc-draw {
  stroke-dasharray: 1600;
  stroke-dashoffset: 1600;
  animation: svc-draw 1.6s ease 0.15s forwards;
}

.svc-rise,
.svc-block,
.svc-nav,
.svc-node,
.svc-letter,
.svc-swatches,
.svc-mark {
  opacity: 0;
  animation: industry-rise 0.7s ease forwards;
}

.svc-d1 { animation-delay: 0.2s; }
.svc-d2 { animation-delay: 0.32s; }
.svc-d3 { animation-delay: 0.44s; }
.svc-d4 { animation-delay: 0.56s; }
.svc-d5 { animation-delay: 0.68s; }
.svc-d6 { animation-delay: 0.8s; }

.svc-letter {
  animation-delay: 0.28s;
}

.svc-float {
  animation: svc-float 5s ease-in-out 0.8s infinite;
}

.svc-pulse-dot {
  animation: svc-dash 2.6s linear infinite;
}

@keyframes svc-draw {
  to { stroke-dashoffset: 0; }
}

@keyframes svc-breathe {
  0%, 100% { opacity: 0.7; }
  50% { opacity: 1; }
}

@keyframes svc-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes svc-dash {
  to { stroke-dashoffset: -190; }
}

.sister-svg {
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0b0b0c;
}

.sister-svg .svc-svg {
  width: 86%;
  height: 120px;
}

@media (prefers-reduced-motion: reduce) {
  .service-hero-copy h1,
  .service-hero-copy .industry-hero-lead,
  .service-hero-copy .button,
  .svc-glow,
  .svc-draw,
  .svc-rise,
  .svc-block,
  .svc-nav,
  .svc-node,
  .svc-letter,
  .svc-float,
  .svc-pulse-dot {
    animation: none;
    opacity: 1;
    stroke-dashoffset: 0;
    transform: none;
  }
}

@media screen and (width <= 1100px) {
  .service-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .service-hero-visual .svc-svg {
    max-width: 520px;
  }
}

.about-only {
  display: inline-block;
  color: #0670ef;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px;
}

.about-wordmark {
  color: #0670ef;
  text-transform: none;
  letter-spacing: -0.045em;
  font-size: clamp(56px, 9vw, 112px);
  font-weight: 700;
  line-height: 0.88;
  margin: 0 0 18px;
}

.about-isales-panel {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  background: #0b0b0c;
  border-radius: 16px;
  overflow: hidden;
  min-height: 460px;
}

.about-isales-copy {
  padding: 48px 44px 44px;
}

.about-isales-copy .wwd-kicker {
  color: #8ec3ff;
}

.about-isales-copy .wwd-kicker:before {
  background: #8ec3ff;
}

.about-isales-copy .wwd-num {
  color: #9aa0a6;
}

.about-isales-copy h2,
.about-isales-copy p,
.about-isales-copy .about-only {
  color: #fff;
}

.about-isales-copy .about-only {
  color: #8ec3ff;
}

.about-isales-copy p {
  color: #d7d7d7;
  max-width: 460px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.65;
  margin-bottom: 16px;
}

.about-isales-copy .about-wordmark {
  color: #8ec3ff;
  max-width: none;
  margin: 4px 0 20px;
  font-size: clamp(56px, 8vw, 104px);
  font-weight: 700;
  line-height: 0.88;
  letter-spacing: -0.045em;
}

.about-isales-copy .button {
  margin-top: 8px;
  width: fit-content;
}

.about-isales-panel img {
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
  display: block;
}

.about-offer-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-top: 8px;
}

.about-offer-card {
  display: block;
  color: inherit;
  text-decoration: none;
  background: #fff;
  border: 1px solid #e4e8ee;
  border-radius: 10px;
  padding: 22px 18px 24px;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.about-offer-card:hover {
  transform: translateY(-4px);
  border-color: #0670ef;
}

.about-offer-card i {
  color: #0670ef;
  font-size: 20px;
  margin-bottom: 14px;
}

.about-offer-card h3 {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #141414;
}

.about-offer-card p {
  color: #555;
  font-size: 14px;
  line-height: 1.55;
}

@media screen and (width <= 1100px) {
  .about-isales-panel {
    grid-template-columns: 1fr;
  }

  .about-isales-panel img {
    min-height: 280px;
  }
}

img, svg, video {
  max-width: 100%;
}

.nav-image {
  height: 32px;
  width: auto;
}

.button {
  max-width: 100%;
}

@media screen and (width <= 1000px) {
  :root {
    --nav-h: 65px;
  }
}

@media screen and (width <= 1100px) {
  .svc-grid,
  .industry-grid,
  .home-stats,
  .product-split,
  .method-list,
  .pressure-grid,
  .sister-grid,
  .about-offer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .industry-hero {
    height: 620px;
  }

  .industry-hero-overlay {
    padding: 64px 40px 48px;
  }

  .service-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 72px 40px 56px;
  }

  .video-container {
    height: auto;
    min-height: 560px;
  }
}

@media screen and (width <= 768px) {
  .industry-hero {
    height: auto;
    min-height: 480px;
  }

  .industry-hero-overlay {
    position: relative;
    height: auto;
    min-height: 480px;
    padding: 48px 20px 36px;
  }

  .service-hero {
    padding: 48px 20px 36px;
  }

  .service-hero-copy h1,
  .industry-hero-overlay h1 {
    font-size: 28px;
  }
}

@media screen and (width <= 640px) {
  .svc-grid,
  .industry-grid,
  .home-stats,
  .product-split,
  .method-list,
  .footer-wide,
  .pressure-grid,
  .sister-grid,
  .about-offer-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (width <= 1000px) {
  html, body {
    overflow-x: visible;
  }

  body > *:not(nav) {
    max-width: 100%;
  }

  html.nav-open, body.nav-open {
    overflow: hidden;
  }

  nav {
    overflow: visible;
  }

  nav .hamburger-label {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1100;
    cursor: pointer;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }

  nav .hamburger {
    display: block;
    overflow: visible;
    pointer-events: none;
  }

  nav .hamburger .bar {
    pointer-events: none;
  }

  nav .checkbox2 {
    pointer-events: none;
  }

  nav #sidebar {
    display: none !important;
    position: fixed;
    top: var(--nav-h, 65px);
    left: 0;
    right: 0;
    width: 100%;
    max-height: calc(100dvh - var(--nav-h, 65px));
    flex-direction: column;
    align-items: stretch;
    background-color: #fff;
    z-index: 1090;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 6px 24px #0000000d, 0 0 0 1px #00000014;
  }

  body.nav-open nav #sidebar,
  nav #sidebar.show-sidebar {
    display: flex !important;
  }

  nav .dropdown-item:hover .dropdown-menu {
    display: none;
  }

  nav .dropdown-menu {
    display: none;
  }

  nav .dropdown-menu.dropdown-active {
    display: block !important;
  }

  body.nav-open .hamburger2 > .bar1 {
    background-color: #0000;
    transform: translateX(40px);
  }

  body.nav-open .hamburger2 > .bar2 {
    transform: rotate(45deg);
  }

  body.nav-open .hamburger2 > .bar3 {
    transform: rotate(-45deg);
  }

  body.nav-open .hamburger2 > .bar4 {
    background-color: #0000;
    transform: translateX(-40px);
  }
}

.careers-hero {
  background: #0b0b0c;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 320px;
  padding: 80px 88px 72px;
}

.careers-hero .wwd-kicker {
  color: #8ec3ff;
}

.careers-hero .wwd-kicker:before {
  background: #8ec3ff;
}

.careers-hero .wwd-num {
  color: #d7d7d7;
}

.careers-hero h1 {
  color: #fff;
  text-transform: uppercase;
  max-width: 920px;
  margin: 8px 0 16px;
  font-size: clamp(32px, 5vw, 60px);
  font-weight: 700;
  line-height: 1.08;
}

.careers-hero .industry-hero-lead {
  margin-bottom: 0;
}

.careers-empty {
  max-width: 640px;
  background: #fff;
  border: 1px solid #e4e8ee;
  border-radius: 10px;
  padding: 32px 28px;
}

.careers-empty i {
  color: #0670ef;
  font-size: 22px;
  margin-bottom: 14px;
  display: block;
}

.careers-empty p {
  color: #555;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 16px;
}

.career-empty-link {
  color: #0670ef;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
}

.career-empty-link:hover {
  text-decoration: underline;
}

.career-alert-form {
  max-width: 640px;
}

.career-alert-form label {
  display: block;
  margin-bottom: 10px;
  color: #141414;
  font-size: 14px;
  font-weight: 600;
}

.career-alert-row {
  display: flex;
  gap: 12px;
  align-items: stretch;
}

.career-alert-row input {
  flex: 1;
  min-width: 0;
  height: 42px;
  padding: 0 14px;
  border: 1px solid #d5dbe3;
  border-radius: 4px;
  font-family: inherit;
  font-size: 16px;
  color: #141414;
  background: #fff;
}

.career-alert-row input:focus {
  outline: 2px solid #0670ef;
  outline-offset: 1px;
  border-color: #0670ef;
}

.career-alert-form .button {
  font-family: inherit;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  min-width: 148px;
  flex-shrink: 0;
}

.career-alert-error {
  margin-top: 12px;
  color: #b42318;
  font-size: 14px;
}

.career-alert-done {
  max-width: 640px;
  margin-top: 8px;
  padding: 18px 20px;
  border-radius: 8px;
  background: #e8f2fe;
  color: #044da4;
  font-size: 16px;
  line-height: 1.55;
}

@media screen and (width <= 1100px) {
  .careers-hero {
    padding: 72px 40px 56px;
    min-height: 280px;
  }
}

@media screen and (width <= 768px) {
  .careers-hero {
    padding: 56px 20px 40px;
    min-height: 0;
  }

  .career-alert-row {
    flex-direction: column;
  }

  .career-alert-form .button {
    width: 100%;
  }
}

nav .nav-image {
  height: 36px;
  width: auto;
  max-width: none;
}

@media screen and (width <= 1000px) {
  nav .nav-image {
    height: 32px;
  }
}

.careers-hero .button {
  margin-top: 28px;
  width: fit-content;
}

.request-page {
  background: #fff;
  overflow-x: hidden;
}

.request-shell {
  position: relative;
  isolation: isolate;
  min-height: calc(100vh - var(--nav-h));
  padding: 56px 24px 88px;
  scroll-margin-top: calc(var(--nav-h) + 12px);
}

.request-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

.request-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(72px);
  will-change: transform;
}

.request-orb-a {
  width: 420px;
  height: 420px;
  top: -120px;
  right: 8%;
  background: rgba(6, 112, 239, 0.16);
  animation: request-drift 22s ease-in-out infinite;
}

.request-orb-b {
  width: 340px;
  height: 340px;
  bottom: 8%;
  left: -80px;
  background: rgba(6, 112, 239, 0.1);
  animation: request-drift 28s ease-in-out infinite reverse;
}

.request-panel {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  margin: 0 auto;
}

.request-intro {
  margin-bottom: 32px;
  animation: request-rise 0.7s ease both;
}

.request-intro h1 {
  margin: 8px 0 12px;
  color: #141414;
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.request-intro p {
  max-width: 520px;
  color: #555;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.6;
}

.request-form {
  max-width: none;
  margin-top: 0;
  padding: 36px 40px 40px;
  border: 1px solid #e8edf4;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 24px 80px rgba(6, 112, 239, 0.08), 0 2px 8px rgba(20, 20, 20, 0.04);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  animation: request-rise 0.8s ease 0.12s both;
}

.request-block {
  margin-bottom: 28px;
  padding-bottom: 8px;
}

.request-block:not(:first-of-type) {
  padding-top: 8px;
  border-top: 1px solid #eef2f7;
}

.request-block-label {
  margin: 0 0 16px;
  color: #0670ef;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.request-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}

.request-form .request-block > div:not(.request-form-row) {
  margin-bottom: 16px;
}

.request-form label {
  display: block;
  margin-bottom: 8px;
  color: #141414;
  font-size: 13px;
  font-weight: 600;
}

.request-optional {
  color: #8a9199;
  font-weight: 400;
}

.request-form input,
.request-form select,
.request-form textarea {
  width: 100%;
  max-width: 100%;
  height: 48px;
  padding: 0 16px;
  border: 1px solid #e1e6ee;
  border-radius: 10px;
  background: #f7f9fc;
  color: #141414;
  font-family: inherit;
  font-size: 16px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.request-form textarea {
  height: auto;
  min-height: 128px;
  padding: 14px 16px;
  resize: vertical;
}

.request-form select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%230670ef' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-color: #f7f9fc;
  padding-right: 40px;
}

.request-form input::placeholder,
.request-form textarea::placeholder {
  color: #9aa3ad;
}

.request-form input:hover,
.request-form select:hover,
.request-form textarea:hover {
  border-color: #c9d4e3;
}

.request-form input:focus,
.request-form select:focus,
.request-form textarea:focus {
  outline: none;
  border-color: #0670ef;
  background-color: #fff;
  box-shadow: 0 0 0 4px rgba(6, 112, 239, 0.14);
}

.request-form .button {
  font-family: inherit;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  width: fit-content;
  min-width: 160px;
  margin-top: 8px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.request-form .button:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(6, 112, 239, 0.28);
}

.request-form .button:disabled {
  opacity: 0.65;
  cursor: wait;
  transform: none;
}

.request-honey {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.request-form-error {
  margin: 0 0 16px;
  color: #c0392b;
  font-size: 14px;
  animation: request-shake 0.4s ease;
}

.request-form-done {
  max-width: none;
  margin-top: 0;
  padding: 36px 40px;
  border: 1px solid #d7e8fb;
  border-radius: 16px;
  background: #f4f9ff;
  color: #044da4;
  font-size: 17px;
  line-height: 1.55;
  animation: request-rise 0.6s ease both;
}

.request-form-done p {
  margin: 0;
}

.request-done-mark {
  display: block;
  width: 36px;
  height: 36px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: #0670ef url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='12' viewBox='0 0 16 12'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2' d='M1 6l5 5L15 1'/%3E%3C/svg%3E") center no-repeat;
  animation: request-pop 0.5s ease 0.1s both;
}

@keyframes request-rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes request-drift {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-28px, 18px);
  }
}

@keyframes request-shake {
  0%,
  100% {
    transform: none;
  }
  25% {
    transform: translateX(-4px);
  }
  75% {
    transform: translateX(4px);
  }
}

@keyframes request-pop {
  from {
    opacity: 0;
    transform: scale(0.6);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media screen and (width <= 768px) {
  .request-shell {
    padding: 32px 20px 64px;
  }

  .request-form,
  .request-form-done {
    padding: 24px 20px 28px;
  }

  .request-form-row {
    grid-template-columns: 1fr;
  }

  .request-form .button,
  .careers-hero .button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .request-orb,
  .request-intro,
  .request-form,
  .request-form-done,
  .request-done-mark,
  .request-form-error {
    animation: none;
  }

  .request-form .button {
    transition: none;
  }
}

/* iSales product page */
.isales-hero {
  height: 780px;
}

.isales-hero .industry-hero-overlay {
  background: linear-gradient(180deg, #06142866 0%, #06142899 38%, #061428f2 100%);
}

.isales-hero-mark {
  color: #8ec3ff;
  letter-spacing: -0.05em;
  margin: 6px 0 2px;
  font-size: clamp(52px, 11vw, 128px);
  font-weight: 700;
  line-height: 0.82;
  animation: industry-rise 0.85s ease both;
}

.isales-hero .industry-hero-overlay h1 {
  max-width: 820px;
  margin-top: 10px;
}

.isales-need-grid {
  margin-top: 40px;
}

.isales-quote {
  margin: 48px 0 8px;
  min-height: 340px;
  border-radius: 16px;
}

.isales-quote img {
  height: 340px;
}

.isales-quote .outcome-band-caption {
  background: linear-gradient(transparent, #061428e6);
  padding: 36px 36px 28px;
}

.isales-quote-kicker {
  color: #8ec3ff;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 600;
}

.isales-quote .outcome-band-caption p:last-child {
  color: #fff;
  max-width: 640px;
  margin: 0;
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 500;
  line-height: 1.35;
}

.isales-path {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin: 48px 0 0;
  padding: 0;
}

.isales-path li {
  position: relative;
  background: #fff;
  border: 1px solid #e4e8ee;
  border-radius: 14px;
  padding: 28px 22px 26px;
  min-height: 196px;
  box-shadow: 0 10px 28px #1414140a;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.isales-path li:hover {
  transform: translateY(-6px);
  border-color: #0670ef;
}

.isales-path li span {
  display: block;
  color: #0670ef;
  letter-spacing: 0.16em;
  font-size: 12px;
  font-weight: 700;
}

.isales-path h3 {
  margin: 12px 0 8px;
  font-size: 20px;
  font-weight: 600;
  color: #141414;
}

.isales-path p {
  color: #555;
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

.isales-sales {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 40px 0 0;
  padding: 0;
}

.isales-sales li {
  background: #0b0b0c;
  border-radius: 16px;
  padding: 32px 30px 30px;
  min-height: 180px;
}

.isales-sales strong {
  display: block;
  color: #8ec3ff;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.25;
}

.isales-sales span {
  color: #d7d7d7;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.65;
}

@media screen and (width <= 1100px) {
  .isales-path {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (width <= 1000px) {
  .isales-hero {
    height: auto;
    min-height: 0;
  }

  .isales-hero .industry-hero-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .isales-hero .industry-hero-overlay {
    position: relative;
    height: auto;
    min-height: 0;
    padding: calc(var(--nav-h) + 28px) 24px 36px;
  }

  .isales-hero-mark {
    font-size: clamp(44px, 12vw, 80px);
  }
}

@media screen and (width <= 768px) {
  .isales-hero {
    height: auto;
  }

  .isales-hero-mark {
    font-size: clamp(36px, 12vw, 56px);
  }

  .isales-hero .industry-hero-overlay {
    padding: calc(var(--nav-h) + 24px) 20px 32px;
  }

  .isales-hero .industry-hero-overlay h1 {
    font-size: clamp(24px, 7.2vw, 32px);
    margin-top: 8px;
  }

  .isales-hero .industry-hero-lead {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .isales-hero .cta-actions {
    margin-top: 12px;
    width: 100%;
  }

  .isales-quote,
  .isales-quote img {
    min-height: 280px;
    height: 280px;
  }

  .isales-quote .outcome-band-caption {
    padding: 24px 20px 20px;
  }

  .isales-path,
  .isales-sales {
    grid-template-columns: 1fr;
  }

  .isales-path li {
    min-height: 0;
  }

  .isales-sales li {
    min-height: 0;
    padding: 26px 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .isales-hero-mark,
  .isales-hero .industry-hero-overlay h1,
  .isales-hero .industry-hero-lead,
  .isales-hero .industry-hero-overlay .button {
    animation: none;
  }
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  z-index: 1101;
}

.lang-switch {
  position: relative;
  flex-shrink: 0;
}

.lang-switch-btn {
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.lang-switch-btn:hover,
.lang-switch-btn:focus-visible {
  outline: 2px solid #0670ef;
  outline-offset: 2px;
}

.lang-flag {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  box-shadow: 0 0 0 1px #00000022;
  background: #fff;
}

.lang-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 168px;
  padding: 8px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 30px #0000001f, 0 0 0 1px #00000014;
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 4px;
  z-index: 1200;
}

.lang-option .lang-flag {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.lang-switch.is-open .lang-menu,
.lang-menu:not([hidden]) {
  display: flex;
}

.lang-menu[hidden] {
  display: none !important;
}

.lang-option {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 8px 10px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #111;
  font-size: 14px;
  text-align: left;
  cursor: pointer;
}

.lang-option:hover,
.lang-option[aria-selected="true"] {
  background: #0670ef14;
}

@media screen and (width <= 1000px) {
  .nav-actions {
    margin-left: auto;
    margin-right: 4px;
  }

  nav .button2 {
    display: none;
  }

  .lang-switch-btn {
    width: 44px;
    height: 44px;
  }
}

@media screen and (width <= 768px) {
  .video-container {
    min-height: min(70svh, 640px);
  }

  .video-overlay {
    min-height: min(70svh, 640px);
    padding: 88px 16px 48px;
    gap: 24px;
  }

  .video-heading {
    font-size: clamp(36px, 11vw, 48px);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: 0.045em;
    max-width: 12.5em;
    padding: 0 2px;
    text-wrap: balance;
  }

  .video-overlay .button {
    width: min(240px, calc(100% - 24px));
    min-height: 48px;
    margin-top: 0;
  }
}

@media screen and (width <= 390px) {
  .video-heading {
    font-size: clamp(34px, 10.6vw, 42px);
    letter-spacing: 0.04em;
  }
}
/*# sourceMappingURL=new-fisbyte.308cc8d5.css.map */
