:root {
  --colors-white: #ffffff;
  --colors-alabaster: #f8fafc;
  --colors-eerie-black: #1e293b;
  --colors-screamin-green: #22c55e;
  --colors-light-gray: #eef5ff;
  --colors-dark-gray: #475569;
  --font-family: Lato, sans-serif;
  --second-family: Lato, sans-serif;
  --page-bg: #f8fafc;
  --card-bg: #f8fafc;
  --card-border: #e2e8f0;
  --blue: #2563eb;
  --blue-hover: #1d4ed8;
  --green: #22c55e;
  --green-hover: #16a34a;
  --text: #0f172a;
  --heading: #1e293b;
  --body-copy: #334155;
  --muted: #64748b;
}

body {
  background: var(--page-bg);
  color: var(--text);
  font-family: Lato, sans-serif;
  font-size: 17px;
  line-height: 1.6;
}

.header__dropdown-wrap[data-mega="services"],
.header__mega-layer,
.header__mobile-acc:first-of-type {
  display: none !important;
}

.section-head__body,
.section-head__title,
.btn,
.link,
.about__team-title,
.about__team-name,
.step-how__title,
.footer__section {
  font-family: Lato, sans-serif;
}

.section-head__subtitle {
  color: var(--blue);
  font-size: 22px;
  font-weight: 600;
}

.section-head__title {
  color: var(--heading);
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0;
}

.section-head__text {
  color: var(--body-copy);
  font-size: 17px;
  line-height: 1.6;
  text-align: left;
}

.btn,
.header__btn-primary,
.header__mobile-cta,
.services__btn,
.footer__btn {
  background: linear-gradient(112deg, var(--green), var(--green-hover));
  border-radius: 50px;
  color: #ffffff;
  font-weight: 700;
  box-shadow: 0 8px 22px rgba(34, 197, 94, 0.2);
}

.btn:hover,
.header__btn-primary:hover,
.header__mobile-cta:hover,
.footer__btn:hover {
  background: linear-gradient(112deg, #34d66f, var(--green-hover));
  color: #ffffff;
}

.hero {
  background: linear-gradient(130deg, #eef5ff 0%, #f0fdf4 100%);
  border: 1px solid #dbeafe;
  color: var(--text);
  margin: 0 16px 16px;
}

.hero__title {
  color: var(--heading);
  font-family: Lato, sans-serif;
  font-size: clamp(32px, 6vw, 68px) !important;
  font-weight: 800;
  letter-spacing: 0;
}

.hero__text {
  color: var(--body-copy);
  font-size: 17px;
  line-height: 1.6;
}

.hero__promise {
  color: var(--muted);
  font-size: 13px;
  text-align: center;
}

.hero__action-wrap,
.hero-btn_block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hero__descr,
.hero__num {
  color: var(--heading);
}

.hero__avatar {
  border-color: #dbeafe;
}

.hero__dot {
  background: var(--green);
}

.hero__btn--pulse {
  animation: heroCtaPulseColor 2.1s ease-in-out infinite;
  background: linear-gradient(112deg, #22c55e 0%, #16a34a 52%, #2563eb 100%);
  background-size: 220% 220%;
  box-shadow: 0 0 0 0 rgba(37, 99, 235, 0.26), 0 12px 30px rgba(34, 197, 94, 0.28);
  overflow: hidden;
  position: relative;
  isolation: isolate;
}

.hero__btn--pulse::after {
  animation: heroCtaOrbit 2.1s ease-in-out infinite;
  border: 2px solid rgba(37, 99, 235, 0.32);
  border-radius: inherit;
  content: "";
  inset: -7px;
  opacity: 0;
  position: absolute;
  z-index: -1;
}

@keyframes heroCtaPulseColor {
  0%, 100% {
    background-position: 0% 50%;
    box-shadow: 0 0 0 0 rgba(37, 99, 235, 0.3), 0 12px 30px rgba(34, 197, 94, 0.26);
    transform: translateY(0);
  }
  50% {
    background-position: 100% 50%;
    box-shadow: 0 0 0 14px rgba(37, 99, 235, 0), 0 16px 36px rgba(37, 99, 235, 0.28);
    transform: translateY(-2px);
  }
}

@keyframes heroCtaOrbit {
  0% {
    opacity: 0.68;
    transform: scale(0.98);
  }
  100% {
    opacity: 0;
    transform: scale(1.16);
  }
}

.item-about__value {
  color: var(--heading);
  font-size: clamp(28px, 2.8vw, 34px) !important;
  font-weight: 700;
  line-height: 1.1;
}

.item-about__value--muted {
  color: #64748b;
}

.about__items {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.about .about__head {
  grid-template-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  max-width: 920px;
  text-align: center;
}

.about .section-head__body {
  align-items: center;
}

.about__main-title {
  color: var(--blue);
  font-size: clamp(36px, 5vw, 52px);
  font-weight: 800;
  line-height: 1.08;
  margin: 0;
}

.about .section-head__text {
  margin: 14px auto 0;
  max-width: 900px;
}

.item-about {
  min-height: 150px;
  padding: 18px 12px;
}

.floating-case-cta {
  animation: floatingCtaBreath 1.8s ease-in-out infinite;
  background: linear-gradient(112deg, #22c55e 0%, #16a34a 46%, #2563eb 100%);
  background-size: 220% 220%;
  box-shadow: 0 16px 36px rgba(37, 99, 235, 0.22), 0 8px 20px rgba(34, 197, 94, 0.22);
  color: #ffffff;
  opacity: 1;
  overflow: visible;
  pointer-events: auto;
  transform: translateY(0);
  z-index: 200;
}

.floating-case-cta.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px);
}

.floating-case-cta::before,
.floating-case-cta::after {
  border-radius: inherit;
  content: "";
  pointer-events: none;
  position: absolute;
}

.floating-case-cta::before {
  animation: floatingCtaShine 2.4s ease-in-out infinite;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.62) 46%, transparent 100%);
  inset: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateX(-120%);
}

.floating-case-cta::after {
  animation: floatingCtaPing 1.8s ease-out infinite;
  border: 2px solid rgba(37, 99, 235, 0.35);
  inset: -8px;
  opacity: 0;
  z-index: -1;
}

.floating-case-cta__label,
.floating-case-cta__icon {
  position: relative;
  z-index: 1;
}

.floating-case-cta__icon {
  background: rgba(255, 255, 255, 0.9);
  color: var(--blue);
}

.request-sticky-cta {
  align-items: center !important;
  animation: floatingCtaBreath 1.8s ease-in-out infinite;
  background: linear-gradient(112deg, #22c55e 0%, #16a34a 46%, #2563eb 100%) !important;
  background-size: 220% 220% !important;
  border: 1px solid rgba(37, 99, 235, 0.12) !important;
  border-radius: 999px !important;
  bottom: 20px !important;
  box-shadow: 0 18px 42px rgba(37, 99, 235, 0.26), 0 8px 20px rgba(34, 197, 94, 0.24) !important;
  color: #ffffff !important;
  display: inline-flex !important;
  font-family: Lato, sans-serif !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  gap: 10px !important;
  min-height: 54px !important;
  opacity: 1 !important;
  overflow: visible !important;
  padding: 0 18px 0 22px !important;
  pointer-events: auto !important;
  position: fixed !important;
  right: 20px !important;
  text-decoration: none !important;
  transform: translateY(0) !important;
  transition: opacity 0.22s ease, transform 0.22s ease !important;
  white-space: nowrap !important;
  z-index: 2147483000 !important;
}

.request-sticky-cta.is-hidden {
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translateY(18px) !important;
}

.request-sticky-cta::before,
.request-sticky-cta::after {
  border-radius: inherit;
  content: "";
  pointer-events: none;
  position: absolute;
}

.request-sticky-cta::before {
  animation: floatingCtaShine 2.4s ease-in-out infinite;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.62) 46%, transparent 100%);
  inset: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateX(-120%);
}

.request-sticky-cta::after {
  animation: floatingCtaPing 1.8s ease-out infinite;
  border: 2px solid rgba(37, 99, 235, 0.35);
  inset: -8px;
  opacity: 0;
  z-index: -1;
}

.request-sticky-cta__label,
.request-sticky-cta__icon {
  position: relative;
  z-index: 1;
}

.request-sticky-cta__icon {
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  color: var(--blue);
  display: inline-flex;
  height: 32px;
  justify-content: center;
  width: 32px;
}

@keyframes floatingCtaBreath {
  0%, 100% {
    background-position: 0% 50%;
    box-shadow: 0 16px 36px rgba(37, 99, 235, 0.22), 0 8px 20px rgba(34, 197, 94, 0.22);
  }
  50% {
    background-position: 100% 50%;
    box-shadow: 0 18px 42px rgba(37, 99, 235, 0.3), 0 10px 24px rgba(34, 197, 94, 0.26);
  }
}

@keyframes floatingCtaShine {
  0%, 42% {
    opacity: 0;
    transform: translateX(-120%);
  }
  52% {
    opacity: 1;
  }
  72%, 100% {
    opacity: 0;
    transform: translateX(120%);
  }
}

@keyframes floatingCtaPing {
  0% {
    opacity: 0.72;
    transform: scale(0.98);
  }
  100% {
    opacity: 0;
    transform: scale(1.18);
  }
}

.services {
  background: #ffffff;
  padding: 68px 0;
}

.services__body {
  display: none;
}

.cases-accordion,
.process-accordion {
  display: grid;
  gap: 14px;
}

.cases-accordion {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 28px;
}

.cases-accordion__item,
.process-accordion__item {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 12px;
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.06);
  color: var(--text);
  overflow: hidden;
  transition: background 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.cases-accordion__item:hover,
.process-accordion__item:hover,
.cases-accordion__item[open],
.process-accordion__item[open] {
  background: #ffffff;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.1);
}

.cases-accordion__summary,
.process-accordion__summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 14px;
  list-style: none;
  min-height: 136px;
  padding: 22px 20px;
}

.process-accordion__summary {
  min-height: 84px;
}

.cases-accordion__summary::-webkit-details-marker,
.process-accordion__summary::-webkit-details-marker {
  display: none;
}

.cases-accordion__icon {
  align-items: center;
  background: #eef5ff;
  border-radius: 10px;
  color: var(--blue);
  display: inline-flex;
  flex: 0 0 48px;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.cases-accordion__heading {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.cases-accordion__title,
.process-accordion__title {
  color: var(--text);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
}

.cases-accordion__badge {
  color: var(--green-hover);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.cases-accordion__content,
.process-accordion__content {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
  padding: 0 20px 22px 82px;
}

.cases-accordion__chevron,
.process-accordion__chevron {
  border-bottom: 2px solid var(--blue);
  border-right: 2px solid var(--blue);
  flex: 0 0 10px;
  height: 10px;
  margin-left: auto;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  width: 10px;
}

.cases-accordion__item[open] .cases-accordion__chevron,
.process-accordion__item[open] .process-accordion__chevron {
  transform: rotate(225deg);
}

.how {
  background: #f8faff;
  padding: 68px 0;
}

.process-accordion {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.process-accordion__num {
  align-items: center;
  background: #dbeafe;
  border-radius: 999px;
  color: var(--blue);
  display: inline-flex;
  flex: 0 0 46px;
  font-size: 15px;
  font-weight: 800;
  height: 28px;
  justify-content: center;
}

.process-accordion__content {
  padding-left: 20px;
}

.process-accordion__content p {
  margin: 0;
}

.process-accordion__cta {
  background: linear-gradient(112deg, var(--green), var(--green-hover));
  border-radius: 50px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  margin-top: 14px;
  padding: 10px 16px;
}

.about {
  background: #ffffff;
}

.about__team {
  background: #1e293b;
  border: 1px solid #334155;
  border-radius: 28px;
  color: #ffffff;
  padding: 42px;
}

.about__team-body {
  display: block;
}

.about__team-left {
  max-width: 860px;
}

.about__team-text {
  color: #dbeafe;
}

.about__team-badge,
.step-how__badge {
  background: #dbeafe;
  color: var(--blue);
}

.marcus-video {
  background: #f8fafc;
  border-color: #e2e8f0;
}

.marcus-video__copy h3 {
  color: var(--heading);
}

.marcus-video__eyebrow,
.landing-video-stories__eyebrow {
  color: var(--blue);
}

.marcus-video__cta {
  background: linear-gradient(112deg, var(--blue), var(--blue-hover));
  color: #ffffff;
}

.marcus-video__media {
  background: linear-gradient(180deg, #eef5ff 0%, #f0fdf4 100%);
}

.marcus-video__player video,
.about-vmodal__video,
.about-vmodal__video-shell,
.about-vcard {
  background: #1e293b;
}

.video-play-shell {
  position: relative;
}

.video-play-shell__button {
  align-items: center;
  background: linear-gradient(112deg, var(--green), var(--green-hover));
  border-radius: 50%;
  box-shadow: 0 12px 34px rgba(34, 197, 94, 0.34);
  color: #ffffff;
  display: flex;
  height: 72px;
  justify-content: center;
  left: 50%;
  opacity: 1;
  padding-left: 4px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease, transform 0.2s ease;
  width: 72px;
  z-index: 6;
}

.video-play-shell.is-playing .video-play-shell__button,
.about-vmodal__video-shell.is-playing .about-vmodal__play-button {
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.92);
}

.about-video-sec {
  background: #f8faff;
}

.page .about-video-sec {
  padding: 64px 0;
}

.about-video-sec__inner {
  background: #1e293b;
  border-radius: 24px;
  max-width: 1320px;
  padding: clamp(28px, 5vw, 48px);
}

.about-video-sec__title,
.landing-video-stories__title {
  color: #ffffff;
  font-family: Lato, sans-serif;
  letter-spacing: 0;
}

.about-video-sec__lead {
  color: #dbeafe;
}

.landing-video-stories__inner {
  background: #1e293b;
}

.landing-vcard {
  background: #1e293b;
}

.landing-vcard::after {
  background: linear-gradient(180deg, rgba(15, 23, 42, 0) 45%, rgba(15, 23, 42, 0.72) 100%);
}

.landing-vcard__tag,
.landing-vcard__duration {
  background: rgba(30, 41, 59, 0.68);
}

.landing-vcard__meta {
  bottom: 74px;
}

.landing-vcard--feature .landing-vcard__meta {
  bottom: 82px;
}

.about-vcard__play {
  background: linear-gradient(112deg, var(--green), var(--green-hover));
  box-shadow: 0 0 30px rgba(34, 197, 94, 0.36);
}

.about-vcard__play svg path {
  fill: #ffffff;
}

.about-vmodal__play-button {
  z-index: 8;
}

.about-awards-marquee {
  margin-top: 34px;
}

.about-awards-marquee__title {
  color: var(--heading);
  font-family: Lato, sans-serif;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 18px;
  text-align: center;
}

.about-awards-marquee__viewport {
  overflow: hidden;
  width: 100%;
}

.about-awards-marquee__track {
  animation: awardsMarquee 30s linear infinite;
  display: flex;
  gap: 12px;
  width: max-content;
  will-change: transform;
}

.about-awards-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.06);
  flex: 0 0 148px;
  gap: 8px;
  min-height: 178px;
  padding: 16px 12px;
}

.about-awards-badge {
  max-width: 84px;
}

.about-awards-card__title {
  color: var(--heading);
  font-size: 12px;
  line-height: 1.28;
}

@keyframes awardsMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 6px));
  }
}

.partners-marquee__title {
  color: var(--heading);
  font-family: Lato, sans-serif;
}

.footer {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  color: var(--text);
}

.footer:before {
  display: none;
}

.footer__main {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.footer__top {
  align-items: center;
}

.footer__top-actions {
  align-items: center;
  display: flex;
  gap: 14px;
  margin-left: auto;
}

.footer__section-title {
  color: var(--heading);
  font-weight: 700;
}

.footer__link,
.footer__bottom-copy,
.footer__address {
  color: var(--muted);
}

.footer__bottom {
  border-top-color: #e2e8f0;
}

.footer__top-actions .footer__btn {
  flex: 1 1 auto;
  max-width: none;
  min-height: 64px;
  text-align: center;
  width: 100%;
}

.footer__address {
  font-size: 14px;
  line-height: 1.45;
}

.footer__map-link {
  align-items: center;
  background:
    radial-gradient(circle at 78% 18%, rgba(34, 197, 94, 0.18) 0 10%, transparent 11%),
    radial-gradient(circle at 18% 80%, rgba(37, 99, 235, 0.12) 0 13%, transparent 14%),
    linear-gradient(135deg, #eef5ff 0%, #f8fafc 46%, #f0fdf4 100%);
  border: 1px solid #dbeafe;
  border-radius: 14px;
  color: var(--blue);
  display: flex;
  font-size: 13px;
  font-weight: 800;
  gap: 10px;
  min-height: 96px;
  overflow: hidden;
  padding: 14px;
  position: relative;
}

.footer__map-link::before {
  background:
    linear-gradient(26deg, transparent 0 43%, rgba(37, 99, 235, 0.16) 43% 46%, transparent 46% 100%),
    linear-gradient(132deg, transparent 0 31%, rgba(148, 163, 184, 0.2) 31% 34%, transparent 34% 100%),
    linear-gradient(90deg, transparent 0 18%, rgba(255, 255, 255, 0.84) 18% 22%, transparent 22% 100%),
    linear-gradient(0deg, transparent 0 62%, rgba(255, 255, 255, 0.9) 62% 67%, transparent 67% 100%),
    repeating-linear-gradient(45deg, rgba(37, 99, 235, 0.05) 0 10px, rgba(255, 255, 255, 0.42) 10px 20px);
  content: "";
  inset: 0;
  position: absolute;
}

.footer__map-link::after {
  background:
    linear-gradient(90deg, transparent 0 54%, rgba(37, 99, 235, 0.55) 54% 56%, transparent 56% 100%),
    radial-gradient(circle at 55% 48%, #2563eb 0 4px, #ffffff 5px 8px, transparent 9px);
  content: "";
  inset: 0;
  position: absolute;
  opacity: 0.5;
}

.footer__map-link > * {
  position: relative;
  z-index: 2;
}

.footer__map-pin {
  align-items: center;
  background: #ffffff;
  border-radius: 999px;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.12);
  color: var(--blue);
  display: inline-flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

@media (max-width: 1024px) {
  .cases-accordion,
  .process-accordion,
  .footer__main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  body {
    font-size: 16px;
  }

  .section-head__subtitle,
  .section-head__title {
    text-align: center;
  }

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

  .cases-accordion,
  .process-accordion,
  .footer__main {
    grid-template-columns: 1fr;
  }

  .cases-accordion__summary,
  .process-accordion__summary {
    min-height: 0;
  }

  .cases-accordion__content {
    padding-left: 20px;
  }

  .about__team {
    border-radius: 20px;
    margin: 0;
    padding: 24px 18px;
  }

  .footer__top {
    align-items: stretch;
  }

  .footer__top-actions {
    align-items: stretch;
    flex-direction: column;
    margin-left: 0;
    width: 100%;
  }

  .marcus-video {
    grid-template-columns: 1fr;
  }

  .marcus-video__media {
    min-height: 0;
  }

  .video-play-shell__button {
    height: 82px;
    width: 82px;
  }

  .item-about__value {
    font-size: 28px !important;
  }

  .about__items {
    gap: 8px !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .item-about {
    border-radius: 18px;
    min-height: 108px;
    padding: 14px 8px;
  }

  .item-about__label {
    font-size: 11px;
    line-height: 1.25;
  }

  .request-sticky-cta {
    bottom: 14px !important;
    justify-content: center !important;
    left: auto !important;
    min-height: 56px !important;
    right: 14px !important;
    width: auto !important;
    max-width: calc(100vw - 28px) !important;
    padding: 0 12px 0 18px !important;
  }

  .landing-vcard__meta,
  .landing-vcard--feature .landing-vcard__meta {
    bottom: 78px;
    left: 14px;
    right: 14px;
  }

  .footer__top-actions .footer__btn {
    max-width: none;
    min-height: 86px;
    width: 100%;
  }

  .footer__top-actions .footer__btn {
    padding-left: 18px;
    padding-right: 18px;
    white-space: normal;
  }

  .page .about-video-sec {
    padding: 42px 0;
  }

  .about-video-sec__inner {
    width: calc(100% - 30px);
  }
}
