:root {
  --brand: #6d28d9;
  --brand-dark: #4c1d95;
  --ink: #1c1424;
  --muted: #5c5566;
  --line: rgba(28, 20, 36, 0.12);
  --card: #ffffff;
  --soft: #f6f3fb;
}

html {
  scroll-behavior: smooth;
}

body,
body.color-undefined {
  background: #fff;
  color: var(--ink);
  overflow-x: hidden;
  font-family: Manrope, "Segoe UI", sans-serif;
}

h1, h2, h3, h4, h5, h6, button, input, textarea, .navbar, .footer {
  font-family: Manrope, "Segoe UI", sans-serif;
}

h2.section-kicker {
  font-size: 13px !important;
  line-height: 1.4 !important;
  letter-spacing: 0.14em;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 12px;
}

img,
video {
  max-width: 100%;
  height: auto;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--brand);
  outline-offset: 3px;
}

button.burger {
  background: transparent;
  border: 0;
  padding: 0;
  line-height: 0;
  cursor: pointer;
}

.navbar {
  position: sticky;
  top: 0;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
}

.navbar .inner {
  padding-top: 18px;
  padding-bottom: 18px;
}

.navbar .logo a img {
  height: 46px;
  width: auto;
}

.navbar .main-menu ul li a.nav-cta {
  background: var(--brand);
  color: #fff !important;
  border-radius: 999px;
  padding: 8px 16px;
}

.navbar .main-menu ul li a.nav-cta:hover {
  background: var(--brand-dark);
  color: #fff !important;
}

.headerDropDown {
  min-width: 240px;
  padding: 8px 0;
  border: 1px solid var(--line);
  box-shadow: 0 16px 40px rgba(28, 20, 36, 0.08);
  z-index: 30;
}

.navbar .main-menu .headerDropDown ul {
  display: block;
  min-width: 220px;
}

.navbar .main-menu .headerDropDown ul li {
  display: block !important;
  width: 100%;
  margin: 0 !important;
  float: none;
}

.navbar .main-menu .headerDropDown ul li a {
  display: block;
  padding: 10px 18px;
  white-space: nowrap;
}

.navbar .main-menu .headerDropDown.services-drop {
  max-height: min(70vh, 520px);
  overflow: auto;
}

.navbar .main-menu ul li a:before,
.navbar .main-menu ul li a:after,
.navbar .main-menu ul li a:hover:before,
.navbar .main-menu ul li a:hover:after {
  display: none !important;
  content: none !important;
}

.preloader,
.transition-overlay {
  display: none !important;
}

body .navbar .inner,
body .left-side,
body .header .headlines,
body .header .page-title,
body .page-header,
body .slider {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

body .left-side {
  left: 0 !important;
}

.header .headlines {
  margin-top: 12px;
  margin-bottom: 48px;
}

.industry-block,
section[id] {
  scroll-margin-top: 96px;
}

.header .headlines h1,
header.header.team-header h1 {
  font-size: clamp(42px, 7vw, 88px) !important;
  line-height: 0.95;
  letter-spacing: -0.03em;
  text-shadow: none;
}

.header .headlines h4 {
  max-width: 720px;
  margin-top: 18px;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.45;
  font-weight: 500;
  color: var(--muted);
}

header.header.team-header h1:before {
  width: min(280px, 46%);
  height: 0.28em;
  background: #efe6fb;
  z-index: -1;
}

.project-box,
.project-box a {
  pointer-events: auto !important;
}

.services-section img,
.page-header img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.service-desc {
  min-height: 100%;
}

.custom-btn a,
button[type="submit"] strong {
  background: var(--brand);
  border-color: var(--brand);
  border-radius: 4px;
  letter-spacing: 0.04em;
}

.custom-btn a:hover,
button[type="submit"] strong:hover {
  background: var(--brand-dark);
}

.footer {
  padding: 80px 0 40px;
  background: var(--soft);
}

.footer .career {
  padding-bottom: 48px;
  margin-bottom: 48px;
}

.footer .career h2 {
  font-size: clamp(28px, 4vw, 48px);
  max-width: 860px;
}

.footer-blurb {
  margin-top: 16px;
  max-width: 360px;
  color: var(--muted);
}

.footer address a {
  color: var(--ink);
}

.footer .sub-footer {
  margin-top: 48px;
  align-items: center;
  gap: 12px;
}

.footerReviewIcon .icon_wrap {
  width: 72px;
}

.contact {
  padding: 10px 0 80px;
}

.contact-grid {
  align-items: stretch;
}

.contact-card {
  background: var(--soft);
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 16px;
}

.contact-card h5 {
  margin-bottom: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 13px;
}

.contact-card p {
  margin-bottom: 10px;
  color: var(--muted);
}

.contact-link {
  color: var(--brand);
  font-weight: 700;
  text-decoration: none;
}

.contact-form {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 28px;
  margin-top: 0 !important;
}

.contact .contact-form #contact .form-group input,
.contact .contact-form #contact .form-group textarea {
  width: 100%;
  border: 1px solid #e4dced;
  border-radius: 10px;
  background: #fff;
  position: relative;
  z-index: 2;
}

.contact .contact-form #contact .form-group input {
  height: 54px;
  padding: 0 16px;
}

.contact .contact-form #contact .form-group textarea {
  min-height: 150px;
  padding: 16px;
}

.contact .contact-form #contact .form-group input:focus + span,
.contact .contact-form #contact .form-group input:not(:placeholder-shown) + span,
.contact .contact-form #contact .form-group textarea:focus + span,
.contact .contact-form #contact .form-group textarea:not(:placeholder-shown) + span,
.contact .contact-form #contact .form-group span.label-up {
  font-size: 13px;
  line-height: 16px;
  top: -8px;
  font-weight: 600;
  background: #fff;
  width: auto;
  padding: 0 6px;
  margin-left: 12px;
  z-index: 3;
}

.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-notice,
#success,
#error {
  border-radius: 12px;
}

.industry-list {
  padding: 10px 0 80px;
}

.industry-block {
  padding: 36px 0;
  border-top: 1px solid var(--line);
}

.industry-block:last-child {
  border-bottom: 1px solid var(--line);
}

.industry-block .eyebrow {
  margin-bottom: 8px;
  color: var(--brand);
  font-weight: 700;
  letter-spacing: 0.12em;
}

.industry-block h2 {
  margin-bottom: 12px;
  font-size: clamp(32px, 4vw, 48px);
}

.industry-block p {
  max-width: 720px;
  color: var(--muted);
}

.industry-block a {
  color: var(--brand);
  font-weight: 700;
}

.navigation-menu {
  overflow: auto;
}

.navigation-menu .inner .side-menu ul li a {
  font-size: clamp(22px, 4.2vw, 40px);
  line-height: 1.2;
}

.navigation-menu .inner .side-menu ul li {
  margin-bottom: 8px;
}

@media (max-width: 1199px) {
  .navbar {
    padding: 0 20px;
  }
}

@media (min-width: 992px) and (max-width: 1280px) {
  .navbar .main-menu ul li {
    margin: 0 8px;
  }

  .navbar .main-menu ul li a {
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  .navbar .main-menu {
    display: none;
  }

  .hamburger-menu {
    display: block;
  }

  .left-side {
    display: none;
  }

  body {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .navbar {
    padding: 0 16px;
  }

  .header .headlines {
    margin-bottom: 28px;
  }

  .service-desc {
    height: auto !important;
    padding: 36px 22px !important;
  }

  .service-desc h2 {
    font-size: clamp(28px, 8vw, 40px) !important;
  }

  section.main-services .col-lg-3 {
    min-width: 100% !important;
    width: 100% !important;
    margin: 10px 0 !important;
  }

  .works ul li,
  .footer .sub-footer,
  .footer .sub-footer ul,
  .footer .sub-footer span {
    width: 100%;
  }

  .contact-form {
    padding: 20px 16px;
  }

  .footer {
    padding: 56px 0 28px;
  }

  .titles {
    padding-right: 0;
    margin-bottom: 32px;
  }

  .about-intro {
    padding-top: 24px;
  }
}

.seo-services {
  padding: 10px 0 40px;
}

.seo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.seo-card {
  background: var(--soft);
  border-radius: 16px;
  padding: 28px 24px;
}

.seo-card h3 {
  margin: 8px 0 10px;
  font-size: 22px;
}

.seo-card p {
  margin: 0;
  color: var(--muted);
}

.seo-card .eyebrow {
  margin: 0;
  color: var(--brand);
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 12px;
}

.seo-clients {
  padding: 20px 0 90px;
}

.seo-clients .titles {
  padding-right: 0;
  margin-bottom: 28px;
}

.seo-logo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.seo-logo-grid li {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  min-height: 128px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.seo-logo-grid img {
  max-height: 68px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

.seo-note {
  margin-top: 22px;
  color: var(--muted);
}

@media (max-width: 991px) {
  .seo-logo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .seo-grid,
  .seo-logo-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.seo-client-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.seo-client-cards li {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
}

.seo-client-cards a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.seo-client-cards img {
  width: 100%;
  height: 150px;
  max-height: 150px;
  object-fit: cover;
  object-position: top center;
  display: block;
  background: #f6f3fb;
}

.seo-client-cards span {
  display: block;
  padding: 12px 14px 14px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.35;
}

.about-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.about-service-grid a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 150px;
  padding: 22px 20px;
  border-radius: 16px;
  background: #1c1424;
  color: #fff;
  text-decoration: none;
}

.about-service-grid a:hover {
  background: #6d28d9;
  text-decoration: none;
  color: #fff;
}

.about-service-grid span {
  font-size: 13px;
  letter-spacing: 0.08em;
  opacity: 0.7;
}

.about-service-grid h3 {
  margin: 12px 0 0;
  font-size: 18px;
  line-height: 1.3;
  color: #fff;
}

section.main-services.about-services {
  background: transparent;
  padding-top: 20px;
}

section.main-services.about-services .titles {
  color: #1c1424;
  padding-right: 0;
}

@media (max-width: 991px) {
  .seo-client-cards,
  .about-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .seo-grid,
  .seo-client-cards,
  .about-service-grid {
    grid-template-columns: 1fr;
  }
}

.brand-logo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.brand-logo-grid a {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 16px 16px 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  color: inherit;
  text-decoration: none;
}

.brand-logo-grid a:hover {
  border-color: rgba(109, 40, 217, 0.45);
  text-decoration: none;
  color: inherit;
}

.logo-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 112px;
  padding: 12px 16px;
  border-radius: 12px;
  background: #fff;
  isolation: isolate;
}

/*.logo-frame.dark {*/
/*  background: #000;*/
/*}*/

.logo-frame img {
  display: block;
  max-width: 100%;
  width: auto;
  height: 72px;
  object-fit: contain;
  object-position: center;
}

.brand-name {
  display: block;
  margin-top: 12px;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.35;
}

.brand-detail {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.seo-work-intro {
  margin-top: 56px;
}

.seo-work {
  position: relative;
}

.seo-work .swiper-container {
  overflow: hidden;
}

.seo-work .swiper-slide {
  height: auto;
  display: flex;
}

.work-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  padding: 18px 18px 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
}

.work-card h3 {
  margin: 14px 0 8px;
  font-size: 20px;
}

.work-card p {
  flex: 1;
  margin: 0 0 14px;
  color: var(--muted);
}

.work-card a {
  color: var(--brand);
  font-weight: 700;
  text-decoration: none;
}

.work-card a:hover {
  text-decoration: underline;
}

.seo-work-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 16px;
}

.seo-work-prev,
.seo-work-next {
  flex: 0 0 auto;
  min-width: 84px;
  height: 40px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font-weight: 700;
  cursor: pointer;
}

.seo-work-prev:hover,
.seo-work-next:hover {
  border-color: var(--brand);
  color: var(--brand);
}

.seo-work-pagination {
  position: static;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
}

.seo-work-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0;
  background: #c4bdd0;
  opacity: 1;
}

.seo-work-pagination .swiper-pagination-bullet-active {
  background: var(--brand);
}

@media (max-width: 800px) {
  .brand-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .logo-frame {
    height: 96px;
  }

  .logo-frame img {
    height: 58px;
  }
}
