html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #565c63;
  background-color: #ffffff;
  font-size: 16px;
  line-height: 1.75;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Space Grotesk", "Segoe UI", Arial, sans-serif;
  color: #191d22;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}

p {
  margin: 0 0 16px;
}

a {
  text-decoration: none;
  color: #ff6f20;
  transition: all 0.2s ease;
}
a:hover, a:focus {
  color: #d9560f;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

ul {
  margin: 0;
  padding: 0;
}

::selection {
  background: #ff6f20;
  color: #ffffff;
}

.skip-link {
  position: absolute;
  top: -48px;
  left: 0;
  background: #ff6f20;
  color: #ffffff;
  padding: 12px 24px;
  z-index: 2000;
  transition: all 0.2s ease;
  border-radius: 0 0 8px 0;
}
.skip-link:focus {
  top: 0;
  color: #ffffff;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid #ff6f20;
  outline-offset: 2px;
}

.container,
.container-fluid {
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 576px) {
  .container,
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.section {
  padding-top: 96px;
  padding-bottom: 96px;
}
@media (max-width: 768px) {
  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.section {
  position: relative;
}
.section--dark {
  background-color: #14181d;
  color: rgba(255, 255, 255, 0.72);
}
.section--dark .section__title,
.section--dark .section__title strong {
  color: #ffffff;
}
.section--light {
  background-color: #f5f3f0;
}
.section--tight {
  padding-top: 48px;
  padding-bottom: 48px;
}

.bg-grid::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Space Grotesk", "Segoe UI", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ff6f20;
  margin-bottom: 16px;
}
.eyebrow::before, .eyebrow::after {
  content: "";
  width: 24px;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
  opacity: 0.55;
}
.eyebrow i {
  font-size: 12px;
}

.section__title {
  font-size: clamp(2rem, 1.6rem + 1.6vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}
.section__title strong {
  color: #ff6f20;
  font-weight: 700;
}
.section__title--on-dark {
  color: #ffffff;
}

.section__lede {
  max-width: 620px;
  font-size: 17px;
  color: #565c63;
}
.section--dark .section__lede {
  color: rgba(255, 255, 255, 0.65);
}

.section__head {
  margin-bottom: 64px;
}
.section__head--center {
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.section__head--center .section__lede {
  margin-left: auto;
  margin-right: auto;
}

.text-steel {
  color: #4b5560;
}

.text-primary-theme {
  color: #ff6f20 !important;
}

.bg-light-warm {
  background-color: #f5f3f0;
}

.divider {
  height: 1px;
  width: 100%;
  background: #e5e1da;
}
.section--dark .divider {
  background: #262c33;
}

.parallax-layer {
  position: absolute;
  inset: -12% 0;
  background-size: cover;
  background-position: center;
  will-change: transform;
}

.wow {
  visibility: hidden;
}

.btn-fx {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-family: "Space Grotesk", "Segoe UI", Arial, sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.01em;
  padding: 16px 30px;
  border-radius: 100px;
  border: 1px solid transparent;
  transition: all 0.35s cubic-bezier(0.65, 0.05, 0.36, 1);
  white-space: nowrap;
  position: relative;
}
.btn-fx i, .btn-fx .fa-bolt {
  font-size: 13px;
  transition: all 0.2s ease;
}
.btn-fx:focus-visible {
  outline-offset: 3px;
}

.btn-fx--primary {
  background: #ff6f20;
  color: #ffffff;
  box-shadow: 0 12px 24px -8px rgba(255, 111, 32, 0.55);
}
.btn-fx--primary:hover, .btn-fx--primary:focus {
  background: #d9560f;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 16px 30px -8px rgba(255, 111, 32, 0.6);
}

.btn-fx--dark {
  background: #14181d;
  color: #ffffff;
}
.btn-fx--dark:hover, .btn-fx--dark:focus {
  background: #1c2127;
  color: #ffffff;
  transform: translateY(-2px);
}

.btn-fx--outline {
  background: transparent;
  border-color: rgba(25, 29, 34, 0.18);
  color: #191d22;
}
.btn-fx--outline:hover, .btn-fx--outline:focus {
  border-color: #ff6f20;
  color: #ff6f20;
  transform: translateY(-2px);
}
.section--dark .btn-fx--outline {
  border-color: rgba(255, 255, 255, 0.28);
  color: #ffffff;
}
.section--dark .btn-fx--outline:hover, .section--dark .btn-fx--outline:focus {
  border-color: #ff6f20;
  color: #ff6f20;
}

.btn-fx--ghost {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(6px);
}
.btn-fx--ghost:hover, .btn-fx--ghost:focus {
  background: #ffffff;
  color: #14181d;
}

.btn-fx--sm {
  padding: 11px 22px;
  font-size: 14px;
}

.btn-circle {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e1da;
  background: #ffffff;
  color: #191d22;
  transition: all 0.35s cubic-bezier(0.65, 0.05, 0.36, 1);
  flex-shrink: 0;
}
.btn-circle:hover, .btn-circle:focus {
  background: #ff6f20;
  border-color: #ff6f20;
  color: #ffffff;
  transform: translateY(-2px);
}
.btn-circle--on-dark {
  border-color: rgba(255, 255, 255, 0.2);
  background: transparent;
  color: #ffffff;
}
.btn-circle--on-dark:hover, .btn-circle--on-dark:focus {
  background: #ff6f20;
  border-color: #ff6f20;
}

.link-fx {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Space Grotesk", "Segoe UI", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #191d22;
}
.link-fx i {
  font-size: 12px;
  transition: all 0.2s ease;
  color: #ff6f20;
}
.link-fx:hover, .link-fx:focus {
  color: #ff6f20;
}
.link-fx:hover i, .link-fx:focus i {
  transform: translateX(4px);
}
.section--dark .link-fx {
  color: #ffffff;
}
.section--dark .link-fx:hover, .section--dark .link-fx:focus {
  color: #ff6f20;
}

.topbar {
  background: #14181d;
  color: rgba(255, 255, 255, 0.65);
  font-size: 13.5px;
  padding: 10px 0;
  position: relative;
}
@media (max-width: 768px) {
  .topbar {
    display: none;
  }
}
.topbar__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.topbar__info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 32px;
}
.topbar__info a {
  color: rgba(255, 255, 255, 0.65);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.topbar__info a i {
  color: #ff6f20;
}
.topbar__info a:hover {
  color: #ffffff;
}
.topbar__social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
.topbar__social a {
  color: rgba(255, 255, 255, 0.55);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 12px;
}
.topbar__social a:hover {
  background: #ff6f20;
  border-color: #ff6f20;
  color: #ffffff;
}

.site-header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #ffffff;
  box-shadow: 0 1px 0 rgba(25, 29, 34, 0.06);
  transition: transform 0.4s ease, box-shadow 0.4s ease, background-color 0.4s ease;
}
.site-header.is-hidden {
  transform: translateY(-100%);
}
.site-header.is-scrolled {
  box-shadow: 0 12px 32px rgba(20, 24, 29, 0.1);
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 16px;
  transition: all 0.2s ease;
}
.is-scrolled .site-header__inner {
  padding-top: 12px;
  padding-bottom: 12px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Space Grotesk", "Segoe UI", Arial, sans-serif;
  font-weight: 700;
  font-size: 23px;
  color: #191d22;
}
.brand:hover {
  color: #191d22;
}
.brand__mark {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: linear-gradient(145deg, #ff6f20, #d9560f);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
  box-shadow: 0 8px 18px -6px rgba(255, 111, 32, 0.7);
}
.brand__accent {
  color: #ff6f20;
}
.brand__tag {
  display: block;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-weight: 500;
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #4b5560;
  margin-top: 1px;
}
.brand--on-dark {
  color: #ffffff;
}
.brand--on-dark:hover {
  color: #ffffff;
}
.brand--on-dark .brand__tag {
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 992px) {
  .main-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: min(340px, 86vw);
    height: 100vh;
    background: #14181d;
    padding: 100px 32px 32px;
    overflow-y: auto;
    transition: right 0.4s ease;
    z-index: 1002;
  }
  .main-nav.is-open {
    right: 0;
  }
}
.main-nav__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  list-style: none;
}
@media (max-width: 992px) {
  .main-nav__list {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
.main-nav__link {
  font-family: "Space Grotesk", "Segoe UI", Arial, sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #191d22;
  padding: 8px 0;
  position: relative;
}
.main-nav__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background: #ff6f20;
  transition: all 0.2s ease;
}
.main-nav__link:hover, .main-nav__link.is-active {
  color: #ff6f20;
}
.main-nav__link:hover::after, .main-nav__link.is-active::after {
  width: 100%;
}
@media (max-width: 992px) {
  .main-nav__link {
    color: rgba(255, 255, 255, 0.85);
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .main-nav__link:hover, .main-nav__link.is-active {
    color: #ff6f20;
  }
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid #e5e1da;
  background: #ffffff;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #191d22;
  z-index: 1003;
}
@media (max-width: 992px) {
  .nav-toggle {
    display: inline-flex;
  }
}
.nav-toggle.is-active {
  background: #ff6f20;
  border-color: #ff6f20;
  color: #ffffff;
}

.nav-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(20, 24, 29, 0.6);
  z-index: 999;
}
.nav-backdrop.is-open {
  display: block;
}

.header__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}

.hero {
  position: relative;
  background: #14181d;
  overflow: hidden;
  padding-top: 170px;
  padding-bottom: 130px;
}
@media (max-width: 992px) {
  .hero {
    padding-top: 130px;
    padding-bottom: 190px;
  }
}
@media (max-width: 576px) {
  .hero {
    padding-top: 110px;
    padding-bottom: 170px;
  }
}
.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.hero__bg img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  position: absolute;
  inset: -8% 0;
}
.hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(20, 24, 29, 0.96) 18%, rgba(20, 24, 29, 0.86) 40%, rgba(20, 24, 29, 0.55) 68%, rgba(20, 24, 29, 0.4) 100%), linear-gradient(0deg, rgba(20, 24, 29, 0.9) 0%, rgba(20, 24, 29, 0.1) 30%);
}
.hero__grid-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.5;
  background-image: linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), transparent 75%);
}
.hero__content {
  position: relative;
  z-index: 3;
  max-width: 700px;
}
.hero__eyebrow {
  color: #ff9257;
}
.hero__title {
  font-size: clamp(2.4rem, 1.7rem + 3vw, 4.2rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #ffffff;
  margin-bottom: 24px;
}
.hero__title em {
  font-style: normal;
  color: #ff6f20;
  position: relative;
}
.hero__text {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.68);
  max-width: 540px;
  margin-bottom: 32px;
}
.hero__actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 64px;
}
.hero__play {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  background: transparent;
  border: none;
  padding: 0;
  color: #ffffff;
  font-family: "Space Grotesk", "Segoe UI", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
}
.hero__play-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(4px);
  transition: all 0.35s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.hero__play:hover .hero__play-icon {
  background: #ff6f20;
  border-color: #ff6f20;
  transform: scale(1.06);
}
.hero__play:hover {
  color: #ff9257;
}
.hero__meta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  flex-wrap: wrap;
}
.hero__meta-avatars {
  display: flex;
}
.hero__meta-avatars img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #14181d;
  margin-left: -12px;
}
.hero__meta-avatars img:first-child {
  margin-left: 0;
}
.hero__meta-text {
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.6);
  max-width: 170px;
  line-height: 1.4;
}
.hero__meta-text strong {
  color: #ffffff;
}

.hero-stats {
  position: relative;
  z-index: 4;
  margin-top: -96px;
}
@media (max-width: 576px) {
  .hero-stats {
    margin-top: -70px;
  }
}
.hero-stats__panel {
  background: #ffffff;
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(20, 24, 29, 0.16);
  padding: 32px 48px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .hero-stats__panel {
    padding: 24px;
  }
}
.hero-stats__item {
  flex: 1;
  min-width: 130px;
  text-align: center;
  padding: 0 12px;
  position: relative;
}
.hero-stats__item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 8%;
  bottom: 8%;
  width: 1px;
  background: #e5e1da;
}
@media (max-width: 576px) {
  .hero-stats__item:not(:last-child)::after {
    display: none;
  }
}
.hero-stats__num {
  font-family: "Space Grotesk", "Segoe UI", Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(1.7rem, 1.4rem + 1vw, 2.4rem);
  color: #191d22;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 2px;
}
.hero-stats__num span {
  color: #ff6f20;
}
.hero-stats__label {
  font-size: 13px;
  color: #4b5560;
  margin-top: 4px;
  letter-spacing: 0.02em;
}

.about-figure {
  position: relative;
  padding-bottom: 32px;
  padding-right: 32px;
}
@media (max-width: 576px) {
  .about-figure {
    padding-right: 0;
  }
}
.about-figure__main {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(20, 24, 29, 0.1);
}
.about-figure__main img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  aspect-ratio: 4/4.6;
}
.about-figure__secondary {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 54%;
  border-radius: 16px;
  overflow: hidden;
  border: 6px solid #ffffff;
  box-shadow: 0 24px 60px rgba(20, 24, 29, 0.16);
}
.about-figure__secondary img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  aspect-ratio: 5/4;
}
@media (max-width: 576px) {
  .about-figure__secondary {
    width: 60%;
  }
}
.about-figure__badge {
  position: absolute;
  top: 24px;
  left: -24px;
  background: #ff6f20;
  color: #ffffff;
  border-radius: 16px;
  padding: 16px 24px;
  box-shadow: 0 16px 30px -10px rgba(255, 111, 32, 0.65);
  max-width: 190px;
}
@media (max-width: 576px) {
  .about-figure__badge {
    left: 12px;
  }
}
.about-figure__badge-num {
  font-family: "Space Grotesk", "Segoe UI", Arial, sans-serif;
  font-weight: 700;
  font-size: 2rem;
  display: block;
  line-height: 1;
}
.about-figure__badge-label {
  font-size: 12.5px;
  opacity: 0.9;
  margin-top: 8px;
  display: block;
  line-height: 1.35;
}

.about-features {
  margin-top: 32px;
}
.about-features__item {
  display: flex;
  gap: 16px;
  padding: 24px 0;
  border-top: 1px solid #e5e1da;
}
.about-features__item:last-child {
  padding-bottom: 0;
}
.about-features__icon {
  width: 52px;
  height: 52px;
  border-radius: 8px;
  background: #fff1e7;
  color: #ff6f20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}
.about-features__title {
  font-family: "Space Grotesk", "Segoe UI", Arial, sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: #191d22;
  margin-bottom: 4px;
}
.about-features__text {
  font-size: 14.5px;
  color: #4b5560;
  margin: 0;
}

.about-cta {
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 64px;
  flex-wrap: wrap;
}

.call-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}
.call-box__icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #14181d;
  color: #ff6f20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}
.call-box__label {
  display: block;
  font-size: 13px;
  color: #4b5560;
}
.call-box__value {
  display: block;
  font-family: "Space Grotesk", "Segoe UI", Arial, sans-serif;
  font-weight: 700;
  font-size: 16.5px;
  color: #191d22;
}

.capabilities__row {
  border-top: 1px solid #e5e1da;
  border-bottom: 1px solid #e5e1da;
}
.capabilities__item {
  text-align: center;
  padding: 32px 12px;
  border-right: 1px solid #e5e1da;
}
.capabilities__item:last-child {
  border-right: none;
}
@media (max-width: 768px) {
  .capabilities__item {
    border-right: none;
    border-bottom: 1px solid #e5e1da;
    padding: 24px 12px;
  }
}
.capabilities__icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: #14181d;
  color: #ff6f20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  transition: all 0.35s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.capabilities__item:hover .capabilities__icon {
  background: #ff6f20;
  color: #ffffff;
  transform: translateY(-4px) rotate(-6deg);
}
.capabilities__title {
  font-family: "Space Grotesk", "Segoe UI", Arial, sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #191d22;
  margin-bottom: 8px;
}
.capabilities__text {
  font-size: 13px;
  color: #4b5560;
  margin: 0;
}

.service-card {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  height: 100%;
  min-height: 380px;
  display: flex;
  align-items: flex-end;
  box-shadow: 0 4px 16px rgba(20, 24, 29, 0.06);
  transition: all 0.35s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(20, 24, 29, 0.16);
}
.service-card__img {
  position: absolute;
  inset: 0;
}
.service-card__img img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.service-card:hover .service-card__img img {
  transform: scale(1.08);
}
.service-card__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(20, 24, 29, 0.92) 0%, rgba(20, 24, 29, 0.55) 46%, rgba(20, 24, 29, 0.08) 78%);
}
.service-card__body {
  position: relative;
  z-index: 2;
  padding: 32px 24px;
  width: 100%;
}
.service-card__index {
  font-family: "Space Grotesk", "Segoe UI", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #ff9257;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
  display: block;
}
.service-card__icon {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  background: #ff6f20;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  margin-bottom: 16px;
  box-shadow: 0 10px 20px -6px rgba(255, 111, 32, 0.7);
}
.service-card__title {
  font-family: "Space Grotesk", "Segoe UI", Arial, sans-serif;
  font-weight: 700;
  font-size: 21px;
  color: #ffffff;
  margin-bottom: 8px;
}
.service-card__text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.68);
  margin-bottom: 16px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.service-card:hover .service-card__text {
  max-height: 90px;
  opacity: 1;
}
.service-card__link {
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  font-family: "Space Grotesk", "Segoe UI", Arial, sans-serif;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.service-card__link i {
  color: #ff9257;
  transition: all 0.2s ease;
}
.service-card__link:hover {
  color: #ff9257;
}
.service-card__link:hover i {
  transform: translateX(4px);
}

.service-card--tall {
  min-height: 520px;
}
@media (max-width: 768px) {
  .service-card--tall {
    min-height: 380px;
  }
}

.capability-chips {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 64px;
}
.capability-chips span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-family: "Space Grotesk", "Segoe UI", Arial, sans-serif;
  font-size: 13.5px;
  font-weight: 500;
  color: #ffffff;
}
.capability-chips span i {
  color: #ff6f20;
  font-size: 12px;
}

.why-figure {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  min-height: 560px;
  box-shadow: 0 24px 60px rgba(20, 24, 29, 0.16);
}
@media (max-width: 992px) {
  .why-figure {
    min-height: 400px;
  }
}
.why-figure__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.why-figure__bg img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  position: absolute;
  inset: -10% 0;
}
.why-figure__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(20, 24, 29, 0.85) 0%, rgba(20, 24, 29, 0.05) 55%);
}
.why-figure__badge {
  position: relative;
  z-index: 2;
  margin: 32px;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 16px 24px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  backdrop-filter: blur(8px);
  color: #ffffff;
  align-self: flex-end;
  margin-top: auto;
}
.why-figure__badge i {
  color: #ff6f20;
  font-size: 26px;
}
.why-figure__badge strong {
  display: block;
  font-family: "Space Grotesk", "Segoe UI", Arial, sans-serif;
  font-size: 15px;
}
.why-figure__badge span {
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.7);
}
.why-figure {
  display: flex;
  flex-direction: column;
}

.timeline__item {
  display: flex;
  gap: 24px;
  padding-bottom: 32px;
  position: relative;
}
.timeline__item::before {
  content: "";
  position: absolute;
  left: 25px;
  top: 56px;
  bottom: 0;
  width: 1px;
  background: repeating-linear-gradient(to bottom, #e5e1da 0, #e5e1da 6px, transparent 6px, transparent 12px);
}
.timeline__item:last-child {
  padding-bottom: 0;
}
.timeline__item:last-child::before {
  display: none;
}
.timeline__num {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #14181d;
  color: #ff6f20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Space Grotesk", "Segoe UI", Arial, sans-serif;
  font-weight: 700;
  font-size: 15px;
  transition: all 0.35s cubic-bezier(0.65, 0.05, 0.36, 1);
  position: relative;
  z-index: 1;
}
.timeline__item:hover .timeline__num {
  background: #ff6f20;
  color: #ffffff;
  transform: scale(1.08);
}
.timeline__title {
  font-family: "Space Grotesk", "Segoe UI", Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #191d22;
  margin-bottom: 8px;
}
.timeline__text {
  font-size: 14.5px;
  color: #4b5560;
  margin: 0;
  max-width: 480px;
}

.bento {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 130px;
  gap: 16px;
}
@media (max-width: 768px) {
  .bento {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 190px;
  }
}

.project-tile {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  grid-column: span 2;
  grid-row: span 2;
}
@media (max-width: 768px) {
  .project-tile {
    grid-column: span 1 !important;
  }
}
.project-tile--a {
  grid-column: span 3;
  grid-row: span 3;
}
.project-tile--b {
  grid-column: span 3;
  grid-row: span 2;
}
.project-tile--c {
  grid-column: span 2;
  grid-row: span 2;
}
.project-tile--d {
  grid-column: span 2;
  grid-row: span 3;
}
.project-tile--e {
  grid-column: span 2;
  grid-row: span 2;
}
.project-tile--f {
  grid-column: span 3;
  grid-row: span 2;
}
@media (max-width: 768px) {
  .project-tile--a, .project-tile--b, .project-tile--d, .project-tile--f {
    grid-row: span 3;
  }
  .project-tile--c, .project-tile--e {
    grid-row: span 2;
  }
}
.project-tile img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.project-tile__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(20, 24, 29, 0.88) 0%, rgba(20, 24, 29, 0.02) 60%);
  opacity: 0.75;
  transition: all 0.35s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.project-tile:hover img {
  transform: scale(1.08);
}
.project-tile:hover .project-tile__scrim {
  opacity: 0.92;
}
.project-tile__body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 24px;
  color: #ffffff;
}
.project-tile__tag {
  display: inline-block;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ff9257;
  margin-bottom: 8px;
}
.project-tile__title {
  font-family: "Space Grotesk", "Segoe UI", Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
  margin: 0;
}
@media (max-width: 576px) {
  .project-tile__title {
    font-size: 15px;
  }
}
.project-tile__arrow {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translate(-6px, 6px);
  transition: all 0.35s cubic-bezier(0.65, 0.05, 0.36, 1);
  backdrop-filter: blur(6px);
}
.project-tile:hover .project-tile__arrow {
  opacity: 1;
  transform: translate(0, 0);
}
.project-tile:hover .project-tile__arrow:hover {
  background: #ff6f20;
  border-color: #ff6f20;
}

.counters {
  position: relative;
  overflow: hidden;
  background: #14181d;
  color: #ffffff;
}
.counters__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.counters__media video, .counters__media img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  position: absolute;
  inset: -10% 0;
}
.counters__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(20, 24, 29, 0.95) 10%, rgba(20, 24, 29, 0.82) 55%, rgba(20, 24, 29, 0.7) 100%);
}
.counters__inner {
  position: relative;
  z-index: 2;
}

.counter-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
@media (max-width: 768px) {
  .counter-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 48px 24px;
  }
}

.counter-item {
  text-align: left;
  border-left: 2px solid rgba(255, 111, 32, 0.5);
  padding-left: 16px;
}
.counter-item__icon {
  font-size: 22px;
  color: #ff6f20;
  margin-bottom: 12px;
}
.counter-item__num {
  font-family: "Space Grotesk", "Segoe UI", Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(2.2rem, 1.8rem + 1.4vw, 3.2rem);
  color: #ffffff;
  display: flex;
  align-items: baseline;
  gap: 2px;
}
.counter-item__num span {
  color: #ff6f20;
}
.counter-item__label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 8px;
}

.partners {
  background: #14181d;
  padding: 48px 0;
  position: relative;
}
.partners__label {
  position: relative;
  font-family: "Space Grotesk", "Segoe UI", Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  text-align: center;
  margin-bottom: 32px;
}
.partners__row {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 64px;
  flex-wrap: wrap;
}
.partners__logo {
  max-height: 30px;
  width: auto;
  opacity: 0.6;
  transition: all 0.35s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.partners__logo:hover {
  opacity: 1;
  transform: translateY(-2px);
}

.team-card {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(20, 24, 29, 0.06);
  transition: all 0.35s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.team-card:hover {
  box-shadow: 0 24px 60px rgba(20, 24, 29, 0.16);
  transform: translateY(-6px);
}
.team-card__img {
  aspect-ratio: 3.4/4;
  overflow: hidden;
}
.team-card__img img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.team-card:hover .team-card__img img {
  transform: scale(1.06);
}
.team-card__social {
  position: absolute;
  top: 16px;
  right: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  opacity: 0;
  transform: translateX(8px);
  transition: all 0.35s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.team-card__social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #191d22;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}
.team-card__social a:hover {
  background: #ff6f20;
  color: #ffffff;
}
.team-card:hover .team-card__social {
  opacity: 1;
  transform: translateX(0);
}
.team-card__body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 24px;
  z-index: 2;
  background: linear-gradient(0deg, rgba(20, 24, 29, 0.92) 0%, rgba(20, 24, 29, 0.02) 100%);
  color: #ffffff;
}
.team-card__name {
  font-family: "Space Grotesk", "Segoe UI", Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 2px;
}
.team-card__role {
  font-size: 13px;
  color: #ff9257;
}

.testimonial-slider {
  overflow: hidden;
}

.testimonial-track {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.testimonial-slide {
  flex: 0 0 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 768px) {
  .testimonial-slide {
    grid-template-columns: 1fr;
  }
}

.testimonial-card {
  background: #ffffff;
  border: 1px solid #e5e1da;
  border-radius: 28px;
  padding: 32px;
  position: relative;
  height: 100%;
}
.testimonial-card__quote-icon {
  position: absolute;
  right: 32px;
  bottom: 24px;
  font-size: 34px;
  color: #fff1e7;
}
.testimonial-card__top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}
.testimonial-card__avatar {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.testimonial-card__avatar img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.testimonial-card__name {
  font-family: "Space Grotesk", "Segoe UI", Arial, sans-serif;
  font-weight: 700;
  font-size: 16.5px;
  color: #191d22;
}
.testimonial-card__role {
  font-size: 13px;
  color: #4b5560;
}
.testimonial-card__stars {
  color: #ff6f20;
  font-size: 12.5px;
  margin-top: 4px;
}
.testimonial-card__text {
  font-size: 15px;
  color: #565c63;
  line-height: 1.75;
  margin: 0;
  position: relative;
  z-index: 1;
}

.testimonial-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 48px;
}

.testimonial-dots {
  display: flex;
  gap: 8px;
}
.testimonial-dots button {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #e5e1da;
  border: none;
  padding: 0;
  transition: all 0.2s ease;
}
.testimonial-dots button.is-active {
  background: #ff6f20;
  width: 26px;
  border-radius: 100px;
}

.faq-accordion .accordion-item {
  border: none;
  border-radius: 16px !important;
  overflow: hidden;
  margin-bottom: 16px;
  background: #f5f3f0;
}
.faq-accordion .accordion-button {
  font-family: "Space Grotesk", "Segoe UI", Arial, sans-serif;
  font-weight: 600;
  font-size: 15.5px;
  color: #191d22;
  background: #f5f3f0;
  padding: 24px;
  box-shadow: none !important;
}
.faq-accordion .accordion-button:not(.collapsed) {
  background: #ff6f20;
  color: #ffffff;
}
.faq-accordion .accordion-button::after {
  background-image: none;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f078";
  font-size: 13px;
  transition: all 0.2s ease;
}
.faq-accordion .accordion-button:not(.collapsed)::after {
  content: "\f068";
  color: #ffffff;
}
.faq-accordion .accordion-body {
  padding: 24px;
  font-size: 14.5px;
  color: #4b5560;
  background: #ffffff;
  line-height: 1.75;
}

.faq-media {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  min-height: 420px;
}
.faq-media img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  position: absolute;
  inset: -10% 0;
}
.faq-media__badge {
  position: absolute;
  left: 24px;
  bottom: 24px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(6px);
  border-radius: 16px;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 12px 32px rgba(20, 24, 29, 0.1);
}
.faq-media__badge i {
  color: #ff6f20;
  font-size: 22px;
}
.faq-media__badge strong {
  display: block;
  font-family: "Space Grotesk", "Segoe UI", Arial, sans-serif;
  font-size: 15px;
  color: #191d22;
}
.faq-media__badge span {
  font-size: 12.5px;
  color: #4b5560;
}

.cta-section {
  position: relative;
  background: #14181d;
  overflow: hidden;
}

.cta-figure {
  position: relative;
  min-height: 460px;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cta-figure {
    min-height: 320px;
  }
}
.cta-figure img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  position: absolute;
  inset: -10% 0;
}
.cta-figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(20, 24, 29, 0) 0%, rgba(20, 24, 29, 0.9) 96%);
}
@media (max-width: 992px) {
  .cta-figure::after {
    background: linear-gradient(0deg, rgba(20, 24, 29, 0.95) 10%, rgba(20, 24, 29, 0.2) 100%);
  }
}

.cta-form-wrap {
  padding: 96px 48px;
  max-width: 680px;
}
@media (max-width: 992px) {
  .cta-form-wrap {
    padding: 64px 24px;
    max-width: none;
  }
}

.form-fx .form-control,
.form-fx .form-select {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffffff;
  border-radius: 16px;
  padding: 15px 20px;
  font-size: 14.5px;
}
.form-fx .form-control::placeholder,
.form-fx .form-select::placeholder {
  color: rgba(255, 255, 255, 0.45);
}
.form-fx .form-control:focus,
.form-fx .form-select:focus {
  background: rgba(255, 255, 255, 0.07);
  border-color: #ff6f20;
  box-shadow: 0 0 0 4px rgba(255, 111, 32, 0.18);
  color: #ffffff;
}
.form-fx select.form-select option {
  color: #191d22;
}
.form-fx textarea.form-control {
  resize: none;
}
.form-fx .form-label {
  font-size: 12.5px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 8px;
}

.blog-card {
  border-radius: 28px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 4px 16px rgba(20, 24, 29, 0.06);
  transition: all 0.35s cubic-bezier(0.65, 0.05, 0.36, 1);
  height: 100%;
}
.blog-card:hover {
  box-shadow: 0 24px 60px rgba(20, 24, 29, 0.16);
  transform: translateY(-6px);
}
.blog-card__img {
  position: relative;
  aspect-ratio: 16/11;
  overflow: hidden;
}
.blog-card__img img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.blog-card:hover .blog-card__img img {
  transform: scale(1.08);
}
.blog-card__date {
  position: absolute;
  right: 16px;
  bottom: 16px;
  background: #ff6f20;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 100px;
}
.blog-card__body {
  padding: 24px;
}
.blog-card__meta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  font-size: 12.5px;
  color: #4b5560;
  margin-bottom: 12px;
}
.blog-card__meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.blog-card__meta i {
  color: #ff6f20;
}
.blog-card__title {
  font-family: "Space Grotesk", "Segoe UI", Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #191d22;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-card__title a {
  color: inherit;
}
.blog-card__title a:hover {
  color: #ff6f20;
}

.site-footer {
  background: #14181d;
  color: rgba(255, 255, 255, 0.6);
  position: relative;
  overflow: hidden;
}
.site-footer__top {
  padding-top: 96px;
  padding-bottom: 64px;
  position: relative;
  z-index: 2;
}
.site-footer__brand-text {
  font-size: 14px;
  line-height: 1.75;
  margin: 16px 0 24px;
  max-width: 320px;
}
.site-footer__social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
.site-footer__social a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.75);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13.5px;
}
.site-footer__social a:hover {
  background: #ff6f20;
  border-color: #ff6f20;
  color: #ffffff;
}
.site-footer__heading {
  font-family: "Space Grotesk", "Segoe UI", Arial, sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: #ffffff;
  margin-bottom: 24px;
}
.site-footer__links {
  list-style: none;
}
.site-footer__links li {
  margin-bottom: 12px;
}
.site-footer__links a {
  color: rgba(255, 255, 255, 0.62);
  font-size: 14.5px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.site-footer__links a i {
  color: #ff6f20;
  font-size: 10px;
}
.site-footer__links a:hover {
  color: #ffffff;
}
.site-footer__contact {
  list-style: none;
}
.site-footer__contact li {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
  font-size: 14.5px;
  align-items: flex-start;
}
.site-footer__contact i {
  color: #ff6f20;
  margin-top: 4px;
  width: 16px;
  flex-shrink: 0;
}
.site-footer__contact a {
  color: rgba(255, 255, 255, 0.72);
}
.site-footer__contact a:hover {
  color: #ffffff;
}
.site-footer__newsletter-text {
  font-size: 14px;
  margin-bottom: 24px;
}
.site-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 24px 0;
  position: relative;
  z-index: 2;
}
.site-footer__bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 13.5px;
}
.site-footer__bottom a {
  color: rgba(255, 255, 255, 0.6);
}
.site-footer__bottom a:hover {
  color: #ff6f20;
}

.newsletter-form {
  position: relative;
}
.newsletter-form input {
  width: 100%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 100px;
  padding: 15px 22px;
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 16px;
}
.newsletter-form input::placeholder {
  color: rgba(255, 255, 255, 0.45);
}
.newsletter-form input:focus {
  outline: none;
  border-color: #ff6f20;
}

.footer-legal-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
}
@media (max-width: 576px) {
  .footer-legal-links {
    justify-content: flex-start;
  }
}

.scroll-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ff6f20;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  box-shadow: 0 12px 32px rgba(20, 24, 29, 0.1);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: all 0.35s cubic-bezier(0.65, 0.05, 0.36, 1);
  border: none;
}
.scroll-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.scroll-top:hover {
  background: #14181d;
  color: #ffffff;
}
