@charset "UTF-8";
/*========== Variables ==========*/
/*======BG Colors ======*/
@media only screen and (min-width: 768px) {
  @font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-VariableFont_wght.woff2") format("woff2");
    font-weight: 100 900;
    font-style: normal;
    font-display: block;
  }
  @font-face {
    font-family: "PlayfairDisplay";
    src: url("../fonts/PlayfairDisplay-Italic[wght].woff2") format("woff2");
    font-weight: 100 900;
    font-style: italic;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  color: rgba(65, 65, 65, 0.9);
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

html {
  scroll-behavior: smooth;
}

h1 {
  font-size: 64px;
  line-height: 1.5;
  color: #ffb81d;
  font-weight: 700;
  margin-bottom: 15px;
}

h2 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  color: #110302;
  margin: 0 0 15px;
}

h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  color: #110302;
  margin: 0 0 15px;
}

h4 {
  font-size: 20px;
  color: #110302;
  font-weight: 700;
}

h6 {
  font-size: 18px;
}

p {
  font-size: 18px;
  color: #4B5563;
  line-height: 28px;
  font-weight: 500;
  margin: 0 0 15px;
}

a {
  color: rgba(65, 65, 65, 0.9);
  text-decoration: none;
}

ul {
  list-style: none;
}
ul li {
  color: rgba(65, 65, 65, 0.9);
  font-size: 16px;
  line-height: 26px;
}

.container {
  width: 100%;
  max-width: 1660px;
  margin: 0 auto;
  padding: 0 20px;
}

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

section {
  position: relative;
}

strong {
  font-weight: 700;
}

.light-theme {
  background: #f6f8fb;
}

.dark-theme {
  background: #05247e;
}
.dark-theme .heading h2 {
  color: #ffffff;
}
.dark-theme .heading h2::after {
  background: #ffffff;
}
.dark-theme .heading p {
  color: #ffffff;
}
.dark-theme .heading a {
  color: #ffffff;
}

.width-100 {
  width: 100%;
}

.dis-flex {
  display: flex;
  flex-wrap: wrap;
}

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

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

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

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

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

.block {
  display: block;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

.flex-1 {
  flex-basis: 100%;
}

.flex-2 {
  flex-basis: 50%;
}

.flex-3 {
  flex-basis: 33.33%;
}

.flex-4 {
  flex-basis: 25%;
}

.flex-5 {
  flex-basis: 20%;
}

.padding-t-120 {
  padding-top: 120px;
}

.padding-b-120 {
  padding-bottom: 120px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.learn-more {
  color: #016be3;
  font-size: 16px;
  line-height: 22px;
  position: relative;
  display: inline-block;
  margin-top: 20px;
  transition: all 0.3s ease-in-out;
}
.learn-more::after {
  content: "";
  background: url(../images/service/know-more-arrow-icon.png) top center no-repeat;
  position: relative;
  width: 15px;
  height: 11px;
  background-size: 100%;
  top: 0;
  left: 6px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.learn-more:before {
  content: "";
  clear: both;
  display: block;
  background: #016be3;
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 16px);
  height: 1px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.learn-more:hover:before {
  opacity: 1;
}
.learn-more:hover::after {
  left: 10px;
}

::placeholder {
  color: #737373;
  font-weight: 400;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.cmn-btn {
  color: #016be3;
  border: 1.5px solid #016be3;
  border-radius: 3px;
  background: transparent;
  font-size: 18px;
  line-height: 36px;
  display: block;
  width: 100%;
  padding: 8px 0 12px;
  margin: 30px 0 0;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}
.cmn-btn:hover {
  background-color: #016be3;
  color: #fff;
}

.white-btn {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 14px 20px;
  display: inline-block;
  font-size: 16px;
  line-height: 21px;
  transition: 0.5s all ease-in-out;
}
.white-btn:hover {
  background-color: #fff;
  color: #016be3;
  border: 1px solid #fff;
}
.white-btn.blue {
  color: #016be3;
  border: 1.5px solid #016be3;
  font-weight: 500;
}
.white-btn.blue:hover {
  background-color: #016be3;
  color: #fff;
}
.white-btn.white {
  background-color: #fff;
  color: #000;
}
.white-btn.white:hover {
  background-color: #016be3;
  color: #000;
  border: 1.5px solid #016be3;
}

.heading h2 {
  position: relative;
  margin-bottom: 40px;
}
.heading h2:after {
  content: "";
  background: #016be3;
  width: 80px;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -20px;
}
.heading p {
  width: 90%;
  margin: auto;
  font-size: 18px;
  color: #414141;
  line-height: 29px;
}
.heading ul li {
  font-size: 18px;
  color: #414141;
  line-height: 29px;
}

.get-started {
  background: #05247e;
}
.get-started h2 {
  color: #fff;
}
.get-started p {
  margin-top: 15px;
  color: #fff;
}
.get-started p:first-child {
  margin-top: 0;
}
.get-started p a {
  color: #ffffff;
}

.breadcrumbs {
  position: relative;
  top: 30px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  text-align: left;
  z-index: 2;
  font-weight: 500;
}
.breadcrumbs a {
  display: inline-block;
  position: relative;
  color: rgba(197, 197, 215, 0.61);
  padding-right: 14px;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.breadcrumbs a:after {
  content: "";
  clear: both;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3px;
  width: 6px;
  height: 10px;
  background: url(../../assets/images/breadcrumbs-arrow.png) 0 1px no-repeat;
  background-size: 100%;
}
.breadcrumbs a:hover {
  color: #fff;
}

.service-breadcrumbs {
  color: #016be3;
  margin-bottom: 30px;
}
.service-breadcrumbs a {
  color: #253053;
  transition: all 0.3s ease-in-out;
}
.service-breadcrumbs a:hover {
  color: #016be3;
}

.for-home-client-logo {
  margin-top: 20px;
}
.for-home-client-logo i {
  width: 98px;
  height: 59px;
  background: url(../images/home/home-awards-icon.svg) 0 0 no-repeat;
  display: inline-block;
  background-size: cover;
}
.for-home-client-logo i:nth-child(1) {
  background-position: 0px 0px;
}
.for-home-client-logo i:nth-child(2) {
  background-position: -101px 0px;
}
.for-home-client-logo i:nth-child(3) {
  background-position: -203px 0;
}
.for-home-client-logo i:nth-child(4) {
  background-position: -304px 0;
}
.for-home-client-logo i:nth-child(5) {
  background-position: -406px 0;
}

.body-pop {
  position: relative;
  overflow: hidden;
}
.body-pop::after {
  content: "";
  clear: both;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  background: #656565;
  opacity: 0.8;
}

.free-trail-pop-up {
  position: fixed;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 9999;
}
.free-trail-pop-up.open-pop {
  display: grid;
}
.free-trail-pop-up .pop-up-inner {
  background-color: #ffffff;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}
.free-trail-pop-up .pop-close {
  text-align: right;
  display: block;
  margin: 25px 25px 25px auto;
  color: #212121;
  background: url(../images/pop-close.png) 0 0 no-repeat;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.free-trail-pop-up .pop-up-box {
  padding: 30px 100px 100px;
}
.free-trail-pop-up h2 {
  color: #212121;
}
.free-trail-pop-up p {
  margin-top: 10px;
  color: #656565;
}
.free-trail-pop-up p:first-of-type {
  margin-top: 20px;
}
.free-trail-pop-up .popup-green-btn {
  margin-top: 50px;
  padding: 23px 31px;
  color: #ffffff;
  background: #60b741;
  text-decoration: none;
  font-size: 20px;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.free-trail-pop-up .popup-green-btn:hover {
  background-color: #ffb81d;
}

.is-arrow {
  display: block;
  text-decoration: underline;
  color: #05164d;
  text-align: left;
  margin: 40px 0 0;
  font-weight: 400;
  font-size: 18px;
}
.is-arrow:after {
  content: "";
  background: url(../images/home-images/arrow.svg) no-repeat center;
  width: 11px;
  display: inline-block;
  height: 11px;
  margin-left: 8px;
  transition: all 0.3s ease-in-out;
}
.is-arrow:hover {
  text-decoration: none;
}
.is-arrow:hover:after {
  margin-left: 15px;
}

.top-section {
  padding: 0 0 80px;
  text-align: center;
}
.top-section h6 {
  color: #0400F5;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.top-section p {
  font-size: 18px;
}
.top-section.text-left {
  padding: 0;
  text-align: left;
}

.gradient-bg {
  background: linear-gradient(270deg, #0b147c 21.77%, #4b1bac 100%);
}
.gradient-bg .top-section h2 {
  color: #ffffff;
}
.gradient-bg .top-section p {
  color: #bdb7b7;
}

.btn-container {
  margin-top: 30px;
}
.btn-container input {
  outline: none;
  background: no-repeat;
  border: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: #80838D;
}
.btn-container:hover input {
  color: #ffffff !important;
}
.btn-container .cta-button {
  display: inline-flex;
  padding: 10px 20px;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  background: #DFFB0B;
  color: #0400F5;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 50px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.0509803922);
}
.btn-container .cta-button:after {
  content: "";
  background: url(../images/home-images/bluegr-cta.svg) no-repeat;
  width: 24px;
  height: 24px;
  background-size: 100%;
  display: inline-block;
  margin-left: 10px;
}
.btn-container .cta-button:hover {
  background: #0400F5;
  color: #ffffff;
}
.btn-container .cta-button:hover:after {
  background: url(../images/home-images/white-cta.svg) no-repeat;
  background-size: 100%;
}
.btn-container .cta-button.white {
  background: #DFFB0B;
  color: #0400F5;
}
.btn-container .cta-button.white:after {
  background: url(../images/home-images/bluegr-cta.svg) no-repeat;
  background-size: 100%;
}
.btn-container .cta-button.white:hover {
  background: #ffffff;
  color: #0400F5;
}
.btn-container .cta-button.white:hover:after {
  background: url(../images/home-images/bluegr-hovercta.svg) no-repeat;
  background-size: 100%;
}

.explore-btn {
  position: relative;
  color: #0400F5;
  font-weight: 500;
  text-decoration: underline;
}
.explore-btn:after {
  content: "";
  background: url(../images/explore-btn.svg) no-repeat center;
  width: 11px;
  position: absolute;
  height: 11px;
  margin-left: 8px;
  top: 6px;
  transition: all 0.3s ease-in-out;
}
.explore-btn:hover:after {
  margin-left: 15px;
}

.ppc-badge {
  margin: 20px 0 10px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1780px) {
  .container {
    max-width: 1520px;
  }
}
@media only screen and (max-width: 1600px) {
  .container {
    max-width: 1380px;
  }
  .padding-t-120 {
    padding-top: 100px;
  }
  .padding-b-120 {
    padding-bottom: 100px;
  }
  .margin-t-100 {
    margin-top: 80px;
  }
  .margin-t-80 {
    margin-top: 60px;
  }
  .free-trail-pop-up .popup-green-btn {
    margin-top: 40px;
    padding: 14px 20px;
  }
  .free-trail-pop-up .pop-up-box {
    padding: 10px 60px 70px;
  }
  .free-trail-pop-up .pop-close {
    margin: 20px 20px 20px auto;
  }
  .free-trail-pop-up .pop-up-inner {
    max-width: 900px;
  }
}
@media only screen and (max-width: 1440px) {
  .container {
    max-width: 1260px;
  }
  h1 {
    font-size: 65px;
    line-height: 91px;
  }
}
@media only screen and (max-width: 1320px) {
  .container {
    max-width: 1120px;
  }
  .padding-t-100 {
    padding-top: 60px;
  }
  .padding-b-100 {
    padding-bottom: 60px;
  }
  .padding-t-120 {
    padding-top: 80px;
  }
  .padding-b-120 {
    padding-bottom: 80px;
  }
  .padding-t-70 {
    padding-top: 60px;
  }
  .padding-b-70 {
    padding-bottom: 60px;
  }
  .margin-t-80 {
    margin-top: 60px;
  }
  .top-section {
    padding: 0 0 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .tools-developer .flex-4 {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 45px;
    line-height: 55px;
  }
  h2 {
    font-size: 35px;
    line-height: 40px;
    margin: 0 0 15px;
  }
  br {
    display: none;
  }
  h3 {
    font-size: 22px;
  }
  .flex-2 {
    flex-basis: 100%;
  }
  .flex-2:first-child {
    padding-right: 0;
  }
  .flex-3 {
    flex-basis: 50%;
  }
  .flex-4 {
    flex-basis: 50%;
  }
  .flex-5 {
    flex-basis: 33.33%;
  }
  .padding-t-150 {
    padding-top: 60px;
  }
  .padding-b-150 {
    padding-bottom: 60px;
  }
  .margin-b-150 {
    margin-bottom: 60px;
  }
  .margin-t-100,
  .margin-t-80,
  .margin-t-70,
  .margin-t-60 {
    margin-top: 40px;
  }
  .flex-4 {
    flex-basis: 50%;
  }
  .is-arrow {
    margin: 25px 0 0;
  }
  .free-trail-pop-up .pop-up-inner {
    max-width: 700px;
  }
  .free-trail-pop-up .pop-up-box {
    padding: 0 50px 50px;
  }
  .free-trail-pop-up .green-btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    font-family: sans-serif;
    line-height: 24px;
  }
  ::placeholder,
  input,
  textarea {
    font-family: sans-serif;
  }
  .padding-t-100 {
    padding-top: 40px;
  }
  .padding-b-100 {
    padding-bottom: 40px;
  }
  .padding-b-150 {
    padding-bottom: 60px;
  }
  .margin-b-150 {
    margin-bottom: 40px;
  }
  .padding-t-120 {
    padding-top: 50px;
  }
  .padding-b-120 {
    padding-bottom: 50px;
  }
  .padding-t-150 {
    padding-top: 60px;
  }
  .padding-t-70 {
    padding-top: 40px;
  }
  .padding-b-70 {
    padding-bottom: 60px;
  }
  h1 {
    font-size: 35px;
    line-height: 45px;
  }
  h2 {
    font-size: 30px;
    line-height: 35px;
  }
  h3 {
    font-size: 20px;
    line-height: 30px;
  }
  p {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 15px;
  }
  ul li {
    font-size: 14px;
    line-height: 24px;
  }
  .flex-3 {
    flex-basis: 100%;
  }
  .flex-4 {
    flex-basis: 100%;
  }
  .flex-5 {
    flex-basis: 100%;
  }
  .heading h2 br {
    display: none;
  }
  .heading h2:after {
    bottom: -15px;
  }
  .heading p {
    width: 100%;
    font-size: 16px;
    line-height: 27px;
  }
  .heading ul li {
    font-size: 16px;
    line-height: 27px;
  }
  .cmn-btn {
    font-size: 16px;
    line-height: 28px;
  }
  .white-btn {
    padding: 10px 20px;
  }
  .glider {
    overflow: hidden;
  }
  .service-breadcrumbs {
    margin-bottom: 10px;
  }
  .breadcrumbs {
    top: 0;
  }
  .free-trail-pop-up .pop-close {
    width: 14px;
    height: 14px;
    background-size: 100%;
    margin: 15px 20px 15px auto;
  }
  .free-trail-pop-up .pop-up-box {
    padding: 0 15px 30px;
  }
  .free-trail-pop-up p {
    font-size: 14px;
    line-height: 22px;
  }
  .free-trail-pop-up p:first-of-type {
    margin-top: 10px;
  }
  .free-trail-pop-up .green-btn {
    margin-top: 30px;
    padding: 12px 15px;
    font-size: 14px;
  }
  .is-arrow {
    margin: 20px 0 0;
    font-size: 16px;
  }
  .top-section {
    padding: 0 0 40px;
  }
  .top-section p {
    font-size: 16px;
  }
  .btn-container {
    margin-top: 20px;
  }
  .btn-container .cta-button {
    padding: 12px 16px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
  }
}
.popup-section {
  width: 100%;
}
.popup-section .popup-wrapper {
  z-index: 999;
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}
.popup-section .popup-wrapper .popWrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup-section .popup-wrapper .popWrap .popup-content {
  width: 612px;
  background: #016be3;
  border-radius: 25px;
  padding: 36px 70px;
  text-align: center;
  position: relative;
}
.popup-section .popup-wrapper .popWrap .popup-content h2 {
  color: #fff;
  font-weight: 600;
  font-size: 32px;
  margin: 0 0 8px;
  line-height: 40px;
}
.popup-section .popup-wrapper .popWrap .popup-content h3 {
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 15px;
  color: #fff;
}
.popup-section .popup-wrapper .popWrap .popup-content p {
  color: #fff;
}
.popup-section .popup-wrapper .popWrap .popup-content .ctasec {
  margin: 20px 0 0;
}
.popup-section .popup-wrapper .popWrap .popup-content .ctasec a {
  display: inline-block;
  border: 1px solid #fff;
  margin: 15px auto 0;
  padding: 15px 20px;
  font-weight: 500;
  color: #fff;
  border-radius: 8px;
  min-width: 376px;
}
.popup-section .popup-wrapper .popWrap .popup-content .ctasec a:hover {
  background: #05164d;
  color: #fff;
  border-color: #05164d;
}
.popup-section .popup-wrapper .popWrap .popup-content .ctasec a.book-btn {
  background: #fff;
  color: #05164d;
  border-color: #fff;
}
.popup-section .popup-wrapper .popWrap .popup-content .closeicon {
  cursor: pointer;
  position: absolute;
  right: 18px;
  top: 10px;
  background: none;
}
.popup-section .exit-intent-popup {
  display: none;
}
.popup-section .exit-intent-popup.visible {
  display: block;
}

@media only screen and (max-width: 991px) {
  .popup-section .popup-wrapper .popWrap .popup-content {
    width: 90%;
    border-radius: 20px;
    padding: 30px 35px;
  }
  .popup-section .popup-wrapper .popWrap .popup-content h2 {
    font-size: 27px;
    line-height: 32px;
  }
  .popup-section .popup-wrapper .popWrap .popup-content h3 {
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 10px;
  }
  .popup-section .popup-wrapper .popWrap .popup-content .ctasec {
    margin: 20px 0 0;
  }
  .popup-section .popup-wrapper .popWrap .popup-content .ctasec a {
    padding: 12px 20px;
    margin: 10px 0 0;
    min-width: auto;
  }
}
.prime-cta-btn {
  display: inline-flex;
  padding: 10px 20px;
  padding-right: 7px;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid #FFFFFF;
  border-radius: 50px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.0509803922);
  transition: 0.2s;
  z-index: 1;
  overflow: hidden;
}
.prime-cta-btn::before {
  content: "";
  background: #fff;
  width: 24px;
  height: 24px;
  position: absolute;
  transition: 0.4s;
  border-radius: 50px;
  transform: translate(-6px, 0px);
  z-index: -1;
  right: 0;
  z-index: -1;
}
.prime-cta-btn:hover::before {
  width: 130%;
  height: 130%;
  transition: 0.4s;
  transform: translate(10px, -24%);
}
.prime-cta-btn:after {
  content: "";
  background: url(../images/home-images/white-cta.svg) no-repeat;
  width: 24px;
  height: 24px;
  background-size: 100%;
  display: inline-block;
  transition: 0.2s;
  margin-left: 10px;
}
.prime-cta-btn:hover::after {
  background: url(../images/home-images/white-blue-icon.svg) no-repeat;
  transition: 0.2s;
  background-size: 100%;
}
.prime-cta-btn:hover {
  color: #0400F5 !important;
}

.prime-cta-btn.hero-cta {
  margin: 40px 0 60px 0;
}

.btn-outline {
  display: inline-flex;
  padding: 10px 20px;
  padding-right: 7px;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  color: #80838D;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid #D9D9E0;
  border-radius: 50px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.0509803922);
  transition: 0.2s;
  z-index: 1;
  overflow: hidden;
}
.btn-outline::before {
  content: "";
  background: #0400F5;
  width: 24px;
  height: 24px;
  position: absolute;
  transition: 0.4s;
  border-radius: 50px;
  transform: translate(-6px, 0px);
  z-index: -1;
  right: 0;
  z-index: -1;
}
.btn-outline:hover::before {
  width: 120%;
  height: 120%;
  transition: 0.4s;
  transform: translate(12px, -35%);
}
.btn-outline:after {
  content: "";
  background: url(../images/home-images/bluegr-cta.svg) no-repeat;
  width: 24px;
  height: 24px;
  background-size: 100%;
  display: inline-block;
  transition: 0.2s;
  margin-left: 10px;
}
.btn-outline:hover::after {
  background: url(../images/home-images/bluegr-cta.svg) no-repeat;
  transition: 0.2s;
  background-size: 100%;
}
.btn-outline:hover {
  color: #fff !important;
}

@media screen and (max-width: 1024px) {
  .btn-outline::after {
    width: 16px;
    height: 16px;
    background-size: 100%;
    margin-left: 8px;
    margin-top: 4px;
  }
  .btn-outline::before {
    transform: translate(-7px, 4px);
    width: 16px;
    height: 16px;
  }
}
:root {
  --indigo:#0400F5;
  --indigo-deep:#020099;
  --indigo-mid:#2D28FF;
  --indigo-light:#6562FF;
  --indigo-tint:#E8E7FE;
  --indigo-wash:#F4F3FF;
  --lime:#DFFB0B;
  --lime-dark:#B8D100;
  --s-1:#FAFAFE;
  --s-2:#F2F2FB;
  --s-3:#EAEAF5;
  --bd:#E0E0EE;
  --bd-strong:#CACADF;
  --tx-muted:#6B6B8A;
  --tx-body:#3A3A52;
  --tx-strong:#0A0A14;
  --r-sm:4px;
  --r-md:8px;
  --r-lg:12px;
  --r-full:9999px;
  --sh-1:0 1px 2px rgba(4,0,245,.05),0 1px 3px rgba(4,0,245,.03);
  --sh-2:0 8px 32px rgba(4,0,245,.12),0 2px 8px rgba(4,0,245,.06);
  --t:160ms cubic-bezier(.4,0,.2,1);
  --t-slow:260ms cubic-bezier(.16,1,.3,1);
  --nav-h:80px;
  --nav-h-m:90px;
  --max-w:1380px;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  cursor: pointer;
}

ul {
  list-style: none;
}

svg {
  display: block;
}

:focus-visible {
  outline: 2px solid var(--indigo);
  outline-offset: 2px;
  border-radius: var(--r-sm);
}

::selection {
  background: var(--indigo-tint);
  color: var(--indigo-deep);
}

.skip {
  position: absolute;
  top: -200%;
  left: 16px;
  z-index: 1000;
  background: var(--lime);
  color: var(--indigo-deep);
  font-weight: 700;
  font-size: 14px;
  padding: 10px 18px;
  border-radius: var(--r-md);
}

.skip:focus {
  top: 12px;
}

/* ═══ NAV BAR ═══ */
.nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 500;
  height: var(--nav-h);
  background: transparent;
  transition: box-shadow var(--t), border-color var(--t);
}

.nav.is-scrolled {
  box-shadow: var(--sh-1);
  border-bottom-color: transparent;
}

.nav__bar {
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 6px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: 16px;
  flex-shrink: 0;
}

.logo__mark {
  display: flex;
  gap: 2px;
  align-items: center;
  flex-shrink: 0;
}

.logo__word {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.025em;
  color: var(--indigo-deep);
  white-space: nowrap;
}

.logo__word em {
  font-style: normal;
  color: var(--indigo);
}

.nav__links {
  display: flex;
  align-items: center;
  gap: 1px;
  margin-left: 65px;
}

.trigger {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14.5px;
  font-weight: 600;
  padding: 9px 12px;
  border-radius: var(--r-md);
  position: relative;
  white-space: nowrap;
  transition: color var(--t), background var(--t);
}

.trigger:hover {
  color: var(--tx-strong);
  background: var(--s-2);
}

.trigger[aria-expanded=true] {
  color: var(--indigo);
  background: var(--indigo-wash);
}

.trigger::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 4px;
  height: 2px;
  background: var(--indigo);
  border-radius: 1px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--t);
}

.trigger[aria-expanded=true]::after {
  transform: scaleX(1);
}

.trigger .chev {
  width: 11px;
  height: 11px;
  color: var(--tx-muted);
  transition: transform var(--t), color var(--t);
  flex-shrink: 0;
}

.trigger[aria-expanded=true] .chev {
  transform: rotate(180deg);
  color: var(--indigo);
}

.trigger.trigger--brand {
  background: var(--lime);
  color: var(--indigo-deep);
}

.trigger.trigger--brand:hover {
  background: #e8fe1a;
  color: var(--indigo-deep);
}

.trigger.trigger--brand[aria-expanded=true] {
  background: #e8fe1a;
  color: var(--indigo-deep);
}

.trigger.trigger--brand::after {
  background: var(--indigo-deep);
}

.trigger.trigger--brand .chev {
  color: var(--indigo-deep);
}

.nav__spacer {
  flex: 1;
}

@media screen and (max-width: 1440px) {
  .nav__spacer {
    display: none;
  }
}
@media screen and (max-width: 1320px) {
  .search {
    display: none !important;
  }
  .nav__bar {
    justify-content: space-between;
  }
}
.search {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 240px;
  max-width: 340px;
  margin-right: 11px;
  flex: 1;
  background: rgba(255, 255, 255, 0.1490196078);
  border: 1px solid #80838D;
  border-radius: 100px;
  padding: 4px 4px 4px 13px;
  color: #CDCED6;
  font-size: 12px;
  cursor: text;
  white-space: nowrap;
  overflow: hidden;
  transition: border-color var(--t), box-shadow var(--t);
}

header:hover .search__txt {
  color: #80838D;
}

header:hover .search svg {
  stroke: #80838D;
  color: #80838D;
}

.search:hover {
  border-color: var(--tx-muted);
  box-shadow: var(--sh-1);
}

.search svg {
  flex-shrink: 0;
}

.search__txt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search .kbd {
  margin-left: auto;
  flex-shrink: 0;
  font-weight: 600;
  font-size: 11px;
  color: var(--tx-muted);
  border: 1px solid var(--bd);
  border-radius: 20px;
  padding: 0px 7px;
  background: var(--s-2);
}

.cta-ghost {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  flex-shrink: 0;
  margin-left: 8px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--indigo);
  letter-spacing: -0.01em;
  border: 1px solid var(--bd-strong);
  border-radius: var(--r-md);
  padding: 8px 14px;
  white-space: nowrap;
  transition: border-color var(--t), background var(--t);
}

.cta-ghost:hover {
  border-color: var(--indigo);
  background: var(--indigo-wash);
}

nav .btn-outline {
  background: #DFFB0B;
  border: none;
  color: #0400F5;
}

.cta {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  flex-shrink: 0;
  margin-left: 6px;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--indigo-deep);
  letter-spacing: -0.01em;
  background: var(--lime);
  border-radius: var(--r-md);
  padding: 9px 16px;
  white-space: nowrap;
  transition: transform var(--t), box-shadow var(--t);
}

.cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(223, 251, 11, 0.45);
}

.cta:active {
  transform: translateY(0);
  box-shadow: none;
}

.cta .arr {
  transition: transform var(--t);
}

.cta:hover .arr {
  transform: translateX(3px);
}

.mob-search {
  display: none;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: var(--r-md);
  color: var(--indigo-deep);
  flex-shrink: 0;
  transition: background var(--t);
}

.mob-search:active {
  background: var(--s-2);
}

.hamb {
  display: none;
  width: 42px;
  height: 42px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: var(--r-md);
  transition: background var(--t);
}

.hamb:hover {
  background: var(--s-2);
}

.hamb span {
  width: 20px;
  height: 3px;
  background: var(--indigo-deep);
  border-radius: 2px;
  transition: transform var(--t), opacity var(--t);
}

.hamb.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.hamb.is-open span:nth-child(2) {
  opacity: 0;
}

.hamb.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* ═══ MEGA PANELS (desktop) ═══ */
.scrim {
  position: fixed;
  inset: var(--nav-h) 0 0 0;
  background: rgba(2, 0, 99, 0.3);
  z-index: 399;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--t);
}

.scrim.is-on {
  opacity: 1;
  pointer-events: auto;
}

.panel {
  position: fixed;
  top: var(--nav-h);
  left: 0;
  right: 0;
  z-index: 400;
  background: var(--s-1);
  border-top: 2px solid var(--indigo);
  border-bottom: 1px solid var(--bd);
  box-shadow: var(--sh-2);
  border-radius: 0 0 var(--r-lg) var(--r-lg);
  opacity: 0;
  transform: translateY(-6px);
  filter: blur(2px);
  visibility: hidden;
  pointer-events: none;
  transition: opacity var(--t-slow), transform var(--t-slow), filter var(--t-slow), visibility var(--t-slow);
}

.panel.is-open {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
  visibility: visible;
  pointer-events: auto;
}

.panel__inner {
  margin: 0 auto;
  padding: 24px 28px 4px;
}

.band {
  padding-bottom: 14px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--bd);
}

.band__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
}

.band__eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--tx-strong);
  display: flex;
  align-items: center;
  gap: 8px;
}

.band__eyebrow::before {
  content: "";
  width: 18px;
  height: 1px;
  background: var(--indigo-light);
  opacity: 0.4;
}

.band__viewall {
  font-size: 12px;
  font-weight: 600;
  color: var(--tx-body);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color var(--t);
}

.band__viewall:hover {
  color: var(--indigo);
}

.band__viewall .arr {
  transition: transform var(--t);
}

.band__viewall:hover .arr {
  transform: translateX(3px);
}

.band__lead {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
}

.band__h {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--tx-strong);
}

.band__p {
  font-size: 13px;
  line-height: 1.4;
  color: var(--tx-muted);
}

.cols {
  display: flex;
  gap: 32px;
}

.col {
  flex: 1;
  min-width: 0;
  position: relative;
}

.col:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 2px;
  right: -16px;
  bottom: 6px;
  width: 1px;
  background: var(--bd);
}

.col__head {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--tx-strong);
  margin-bottom: 13px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color var(--t);
}

a.col__head:hover {
  color: var(--indigo);
}

a.col__head .arr {
  font-size: 13px;
  color: var(--tx-muted);
  transition: transform var(--t), color var(--t);
}

a.col__head:hover .arr {
  transform: translateX(3px);
  color: var(--indigo);
}

.lnk {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--tx-body);
  padding: 7px 10px;
  margin-left: -10px;
  border-radius: var(--r-md);
  line-height: 1.35;
  transition: background var(--t), color var(--t), padding-left var(--t);
}

.lnk:hover {
  background: var(--indigo-wash);
  color: var(--indigo);
  padding-left: 13px;
}

.lnk .dot {
  width: 5px;
  height: 5px;
  border-radius: var(--r-full);
  background: var(--bd-strong);
  flex-shrink: 0;
  transition: background var(--t), box-shadow var(--t);
}

.lnk:hover .dot {
  background: var(--indigo);
  box-shadow: 0 0 0 3px var(--indigo-tint);
}

.lnk .badge {
  flex-shrink: 0;
  font-size: 10px;
  font-weight: 700;
  color: var(--indigo-deep);
  background: var(--indigo-tint);
  border-radius: var(--r-full);
  padding: 2px 7px;
}

.viewall-col {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--tx-body);
  margin-top: 10px;
  transition: color var(--t);
}

.viewall-col:hover {
  color: var(--indigo);
}

.viewall-col .arr {
  transition: transform var(--t);
}

.viewall-col:hover .arr {
  transform: translateX(3px);
}

/* situation cards (Solutions pattern — reused for Agencies / Brands) */
.sol-wrap {
  display: flex;
  gap: 32px;
}

.sols {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  align-content: start;
}

.sols--2 {
  grid-template-columns: 1fr 1fr;
}

.sol {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 16px;
  border-radius: var(--r-lg);
  box-shadow: 0 0 0 1px var(--bd), 0 1px 3px rgba(4, 0, 245, 0.04);
  transition: box-shadow var(--t), transform var(--t);
  min-height: 138px;
}

.sol:hover {
  box-shadow: 0 0 0 1.5px var(--indigo), 0 6px 20px rgba(4, 0, 245, 0.1);
  transform: translateY(-2px);
}

.sol__icon {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  border-radius: var(--r-md);
  background: var(--indigo-tint);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--indigo);
}

.sol--lead {
  box-shadow: 0 0 0 1px var(--bd), 0 1px 3px rgba(4, 0, 245, 0.04);
}

.sol__eyebrow {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--tx-muted);
  margin-bottom: 2px;
  display: block;
}

.sol h3 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.005em;
  color: var(--tx-strong);
  margin-bottom: 3px;
  line-height: 1.25;
  transition: color var(--t);
}

.sol:hover h3 {
  color: var(--indigo);
}

.sol p {
  font-size: 12px;
  line-height: 1.45;
  color: var(--tx-muted);
}

.siderail {
  width: 264px;
  flex-shrink: 0;
  border-left: 1px solid var(--bd);
  padding-left: 28px;
}

.siderail__head {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--tx-muted);
  margin-bottom: 10px;
}

.siderail__head:not(:first-child) {
  margin-top: 20px;
}

.siderail .lnk {
  font-size: 13px;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.chip {
  font-size: 12px;
  font-weight: 500;
  color: var(--tx-body);
  background: var(--s-2);
  border: 1px solid var(--bd);
  border-radius: var(--r-full);
  padding: 5px 12px;
  transition: border-color var(--t), color var(--t);
}

a.chip:hover {
  border-color: var(--indigo);
  color: var(--indigo);
}

.chip--more {
  background: none;
  color: var(--tx-strong);
  font-weight: 600;
}

.chip--static {
  cursor: default;
}

.panel__foot {
  margin: 20px auto 0;
  padding: 16px 28px 22px;
  border-top: 1px solid var(--bd);
  display: flex;
  align-items: center;
  gap: 16px;
}

.panel__foot .lead {
  font-size: 14px;
  color: var(--tx-body);
}

.panel__foot .lead b {
  color: var(--tx-strong);
  font-weight: 600;
}

.panel__foot .push {
  margin-left: auto;
}

.btn2 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--indigo);
  background: var(--s-1);
  border: 1px solid var(--bd-strong);
  border-radius: var(--r-md);
  padding: 10px 18px;
  white-space: nowrap;
  transition: border-color var(--t), background var(--t), box-shadow var(--t);
}

.btn2:hover {
  border-color: var(--indigo);
  background: var(--indigo-wash);
  box-shadow: var(--sh-1);
}

.btn2 .arr {
  color: var(--indigo);
  transition: transform var(--t);
}

.btn2:hover .arr {
  transform: translateX(3px);
}

.btn2--lime {
  background: var(--lime);
  border-color: transparent;
  color: var(--indigo-deep);
}

.btn2--lime:hover {
  background: #e8fe1a;
  border-color: transparent;
}

.btn2--lime .arr {
  color: var(--indigo-deep);
}

.trust-foot {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 13px;
  color: var(--tx-body);
}

.trust-foot b {
  color: var(--tx-strong);
  font-weight: 600;
}

.trust-foot i {
  font-style: normal;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  color: var(--indigo);
}

.trust-foot .sep {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--bd-strong);
}

.rv {
  opacity: 0;
  transform: translateY(6px);
}

.panel.is-open .rv {
  animation: rise var(--t-slow) forwards;
}

.panel.is-open .rv:nth-child(2) {
  animation-delay: 30ms;
}

.panel.is-open .rv:nth-child(3) {
  animation-delay: 55ms;
}

@keyframes rise {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ═══ COMMAND PALETTE (shared: desktop search + mobile search icon) ═══ */
.cmdk {
  position: fixed;
  inset: 0;
  z-index: 600;
  display: none;
  align-items: flex-start;
  justify-content: center;
  padding-top: 12vh;
}

.cmdk.is-on {
  display: flex;
}

.cmdk__scrim {
  position: absolute;
  inset: 0;
  background: rgba(2, 0, 99, 0.38);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  opacity: 0;
  transition: opacity var(--t);
}

.cmdk.is-on .cmdk__scrim {
  opacity: 1;
}

.cmdk__box {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0 20px;
  background: var(--s-1);
  border: 1px solid var(--bd);
  border-radius: var(--r-lg);
  box-shadow: 0 24px 64px rgba(4, 0, 245, 0.22);
  overflow: hidden;
  opacity: 0;
  transform: translateY(-8px) scale(0.99);
  transition: opacity var(--t-slow), transform var(--t-slow);
}

.cmdk.is-on .cmdk__box {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.cmdk__head {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 15px 18px;
  border-bottom: 1px solid var(--bd);
}

.cmdk__head svg {
  flex-shrink: 0;
  color: var(--tx-muted);
}

.cmdk__input {
  flex: 1;
  border: none;
  outline: none;
  background: none;
  font: inherit;
  font-size: 16px;
  color: var(--tx-strong);
  letter-spacing: -0.01em;
}

.cmdk__input::placeholder {
  color: var(--tx-muted);
}

.cmdk__esc {
  flex-shrink: 0;
  font-size: 11px;
  font-weight: 600;
  color: var(--tx-muted);
  border: 1px solid var(--bd);
  border-radius: var(--r-sm);
  padding: 2px 7px;
  background: var(--s-2);
}

.cmdk__results {
  max-height: 52vh;
  overflow-y: auto;
  padding: 8px;
  overscroll-behavior: contain;
}

.cmdk__group {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--tx-muted);
  padding: 10px 12px 5px;
}

.cmdk__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 9px 12px;
  border-radius: var(--r-md);
  cursor: pointer;
  scroll-margin: 8px;
}

.cmdk__item:hover, .cmdk__item.is-active {
  background: var(--indigo-wash);
}

.cmdk__ico {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  border-radius: var(--r-sm);
  background: var(--s-2);
  border: 1px solid var(--bd);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--tx-muted);
}

.cmdk__item:hover .cmdk__ico, .cmdk__item.is-active .cmdk__ico {
  background: var(--indigo-tint);
  border-color: transparent;
  color: var(--indigo);
}

.cmdk__ico svg {
  width: 15px;
  height: 15px;
}

.cmdk__txt {
  flex: 1;
  min-width: 0;
}

.cmdk__lbl {
  font-size: 14px;
  font-weight: 500;
  color: var(--tx-strong);
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cmdk__lbl mark {
  background: var(--indigo-tint);
  color: var(--indigo);
  border-radius: 2px;
  padding: 0 1px;
  font-style: normal;
}

.cmdk__meta {
  font-size: 12px;
  color: var(--tx-muted);
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cmdk__go {
  flex-shrink: 0;
  font-size: 11px;
  color: var(--tx-muted);
  opacity: 0;
  transition: opacity var(--t);
}

.cmdk__item.is-active .cmdk__go {
  opacity: 1;
}

.cmdk__empty {
  padding: 40px 20px;
  text-align: center;
  font-size: 14px;
  color: var(--tx-muted);
}

.cmdk__foot {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 10px 18px;
  border-top: 1px solid var(--bd);
  font-size: 11px;
  color: var(--tx-muted);
}

.cmdk__foot kbd {
  font-family: inherit;
  font-weight: 600;
  font-size: 10px;
  background: var(--s-2);
  border: 1px solid var(--bd);
  border-radius: 3px;
  padding: 1px 5px;
  margin: 0 2px;
}

.cmdk__close-x {
  display: none;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border-radius: var(--r-md);
  color: var(--tx-muted);
  transition: background var(--t), color var(--t);
}

.cmdk__close-x:active {
  background: var(--s-2);
  color: var(--tx-strong);
}

@media (max-width: 992px) {
  .cmdk {
    padding-top: 0;
    align-items: stretch;
  }
  .cmdk__box {
    max-width: none;
    margin: 0;
    border-radius: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .cmdk__results {
    flex: 1;
    max-height: none;
  }
  .cmdk__esc {
    display: none;
  }
  .cmdk__close-x {
    display: flex;
  }
  .hamb span {
    background: #EAEAF5;
  }
  .mob-search {
    color: #EAEAF5;
  }
}
/* ═══ MOBILE DRAWER — 3-level accordion ═══ */
.drawer {
  position: fixed;
  inset: 0;
  z-index: 700;
  background: var(--s-1);
  transform: translateX(-100%);
  transition: transform var(--t-slow);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.drawer.is-on {
  transform: translateX(0);
}

.drawer__ov {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 699;
  background: rgba(2, 0, 99, 0.42);
}

.drawer__ov.is-on {
  display: block;
}

.drawer__hd {
  height: var(--nav-h-m);
  flex-shrink: 0;
  background: var(--indigo-deep);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
}

.drawer__close {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--r-md);
  color: rgba(255, 255, 255, 0.7);
  transition: background var(--t), color var(--t);
}

.drawer__close:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.drawer__search {
  padding: 14px 16px;
  border-bottom: 1px solid var(--bd);
  flex-shrink: 0;
  background: var(--s-1);
}

.drawer__search-btn {
  display: flex;
  align-items: center;
  gap: 9px;
  width: 100%;
  background: var(--s-2);
  border: 1px solid var(--bd-strong);
  border-radius: var(--r-md);
  padding: 11px 14px;
  color: var(--tx-muted);
  font-size: 14px;
  transition: border-color var(--t), background var(--t);
}

.drawer__search-btn:active {
  background: var(--s-3);
  border-color: var(--tx-muted);
}

.drawer__search-btn svg {
  flex-shrink: 0;
}

.drawer__scroll {
  flex: 1;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

/* level 1 — main categories */
.acc1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  padding: 16px;
  font-size: 15px;
  font-weight: 600;
  color: var(--tx-strong);
  border-bottom: 1px solid var(--bd);
  min-height: 54px;
}

.acc1:active {
  background: var(--s-2);
}

.acc1 .acc-chev {
  width: 16px;
  height: 16px;
  color: var(--tx-muted);
  transition: transform var(--t);
  flex-shrink: 0;
}

.acc1.is-open {
  color: var(--indigo);
}

.acc1.is-open .acc-chev {
  transform: rotate(180deg);
  color: var(--indigo);
}

.acc1-body {
  display: none;
  background: var(--s-2);
}

.acc1-body.is-open {
  display: block;
}

.acc1-body > a.acc1-all {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 13px 16px 13px 28px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--indigo);
  border-bottom: 1px solid var(--bd);
  min-height: 48px;
}

.acc1-body > a.acc1-all:active {
  background: var(--s-3);
}

/* level 2 — subcategories */
.acc2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  padding: 13px 16px 13px 28px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--tx-body);
  border-bottom: 1px solid var(--bd);
  min-height: 48px;
}

.acc2:active {
  background: var(--s-3);
}

.acc2 .acc-chev {
  width: 14px;
  height: 14px;
  color: var(--tx-muted);
  transition: transform var(--t);
  flex-shrink: 0;
}

.acc2.is-open {
  color: var(--indigo);
  background: var(--s-3);
}

.acc2.is-open .acc-chev {
  transform: rotate(180deg);
  color: var(--indigo);
}

.acc2-body {
  display: none;
  background: var(--s-3);
}

.acc2-body.is-open {
  display: block;
}

/* level 3 — leaf pages */
.acc2-body a {
  display: flex;
  align-items: center;
  padding: 12px 16px 12px 42px;
  font-size: 13.5px;
  color: var(--tx-body);
  border-bottom: 1px solid var(--bd);
  min-height: 44px;
}

.acc2-body a:last-child {
  border-bottom: none;
}

.acc2-body a:hover {
  background: var(--indigo-wash);
  color: var(--indigo);
}

.acc2-body a:active {
  background: var(--bd);
  color: var(--indigo);
}

.drawer__ft {
  padding: 18px 16px calc(20px + env(safe-area-inset-bottom));
  border-top: 1px solid var(--bd);
  flex-shrink: 0;
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.drawer__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  background: var(--lime);
  color: var(--indigo-deep);
  font-size: 15px;
  font-weight: 700;
  padding: 13px;
  border-radius: var(--r-md);
  transition: transform var(--t), box-shadow var(--t);
}

.drawer__cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(223, 251, 11, 0.45);
}

.drawer__cta-ghost {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid var(--bd-strong);
  color: var(--indigo);
  font-size: 14px;
  font-weight: 600;
  padding: 11px;
  border-radius: var(--r-md);
  transition: border-color var(--t), background var(--t);
}

.drawer__cta-ghost:hover {
  border-color: var(--indigo);
  background: var(--indigo-wash);
}

.drawer .logo__word {
  font-size: 17px;
}

/* ═══ DEMO PAGE ═══ */
.demo {
  max-width: 860px;
  margin: 0 auto;
  padding: 48px 28px 120px;
}

.demo__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--indigo);
  background: var(--indigo-tint);
  border-radius: var(--r-full);
  padding: 6px 14px;
  margin-bottom: 24px;
}

.demo h1 {
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.1;
  letter-spacing: -0.03em;
  font-weight: 800;
  color: var(--indigo-deep);
  margin-bottom: 16px;
}

.demo p {
  font-size: 16px;
  color: var(--tx-muted);
  max-width: 560px;
  margin-bottom: 20px;
}

.demo__notes {
  background: #fff;
  border: 1px solid var(--bd);
  border-radius: var(--r-lg);
  padding: 20px 22px;
  margin-bottom: 20px;
}

.demo__notes h2 {
  font-size: 13px;
  font-weight: 700;
  color: var(--tx-strong);
  margin-bottom: 10px;
}

.demo__notes ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.demo__notes li {
  font-size: 13px;
  line-height: 1.5;
  color: var(--tx-body);
  padding-left: 16px;
  position: relative;
}

.demo__notes li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--indigo);
}

.demo__notes li b {
  color: var(--tx-strong);
}

.demo__fill {
  height: 900px;
  background: linear-gradient(to bottom, var(--s-1), var(--s-2));
}

@media (max-width: 1240px) {
  .search {
    display: none;
  }
  .cols {
    gap: 22px;
  }
  .col:not(:last-child)::after {
    right: -11px;
  }
  .lnk {
    font-size: 13px;
    letter-spacing: -0.015em;
  }
  .band__h {
    font-size: 17px;
  }
  .sols {
    grid-template-columns: 1fr 1fr;
  }
  .siderail {
    width: 230px;
    padding-left: 22px;
  }
  .sol-wrap {
    gap: 24px;
  }
}
@media (max-width: 1080px) {
  .cta-ghost {
    display: none;
  }
}
@media (max-width: 992px) {
  .nav__links, .search, .cta-ghost {
    display: none;
  }
  nav .btn-outline {
    display: none;
  }
  .mob-search {
    display: flex;
    margin-left: auto;
  }
  .hamb {
    display: flex;
  }
  .nav__bar {
    height: var(--nav-h-m);
    padding: 0 18px;
  }
  .nav {
    height: var(--nav-h-m);
  }
  .panel {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
  .rv {
    opacity: 1;
    transform: none;
  }
}
.header-item-left .large img {
  max-width: 190px;
}

header.header-bg .large .light {
  display: none;
}

header .large .dark {
  display: none;
}

header.nav {
  background: transparent;
}

header.header-bg {
  background: #ffffff;
}

header.header-bg .large .dark {
  display: block;
}

header .trigger {
  color: #E8E8EC;
}

header.header-bg .trigger {
  color: var(--tx-body);
}

header.header-bg .mob-search {
  color: var(--indigo-deep);
}

header.header-bg .hamb span {
  background: var(--indigo-deep);
}

.drawer.is-on .large img {
  max-width: 190px;
}

header.nav:hover {
  background-color: #fff;
}

header.nav:hover .large .light {
  display: none;
}

header.nav:hover .large .dark {
  display: block;
}

header.nav:hover .trigger {
  color: var(--tx-body);
}

body {
  background-color: #1D1C39;
  color: #BDB7B7;
}

.bg-voilet {
  background-color: #2B294D;
}

.thank-you-box-icon {
  padding: 140px 0 50px;
}
.thank-you-box-icon p {
  line-height: 43.2px;
  font-size: 24px;
  color: #BDB7B7;
}
.thank-you-box-icon .thank-you-icon img {
  width: 166px;
}
.thank-you-box-icon .lighter-theme-img {
  display: none !important;
}
.thank-you-box-icon .dark-theme-img {
  display: block !important;
}
.thank-you-box-icon a {
  color: #BDB7B7;
}
.thank-you-box-icon h1 {
  line-height: initial;
  margin-top: 0;
  color: #fff;
}
.thank-you-box-icon .wrap-80 {
  width: 100%;
  margin: 0 auto;
  padding: 60px 100px;
  max-width: 1323px;
  border-radius: 10px;
}
.thank-you-box-icon .social-con {
  margin-top: 40px;
  margin-bottom: 40px;
}
.thank-you-box-icon .social-con li {
  list-style: none;
  margin-right: 13px;
}
.thank-you-box-icon .social-con li img {
  width: 70%;
}
.thank-you-box-icon .social-con .dis-flex {
  justify-content: center;
}
.thank-you-box-icon .para-txt p {
  color: #BDB7B7;
}

.calendly-inline-widget iframe {
  min-width: 100%;
  height: 700px;
}

@media only screen and (max-width: 1600px) {
  .thank-you-box-icon p {
    line-height: 32px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 1440px) {
  .thank-you-box-icon p {
    line-height: 34px;
    font-size: 16px;
  }
  .thank-you-box-icon h1 {
    line-height: 45px;
    margin-top: 30px;
    font-size: 30px;
  }
  .thank-you-box-icon .wrap-80 {
    padding: 50px 0;
  }
  .thank-you-box-icon .thank-you-icon img {
    max-width: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .thank-you-box-icon .wrap-80 {
    width: 100%;
    padding: 50px 30px;
  }
  .thank-you-box-icon h1 {
    line-height: 36px;
    margin-top: 25px;
    font-size: 24px;
  }
  .thank-you-box-icon p {
    line-height: 28px;
    font-size: 14px;
  }
  .thank-you-box-icon .thank-you-icon img {
    max-width: 80px;
  }
  .calendly-inline-widget {
    margin: 30px 0 0;
  }
}

/*# sourceMappingURL=thankyou.css.map */
