body,
html {
  height: 100%;
}
html {
  scroll-behavior: smooth;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
a,
article,
body,
div,
figure,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
img,
label,
legend,
li,
nav,
ol,
option,
p,
section,
span,
table,
td,
th,
time,
tr,
ul,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
img {
  max-width: 100%;
}
a:active,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0 !important;
  border: 0;
}
input::-moz-focus-inner {
  border: 0;
  display: none;
}
input::-webkit-focus-inner {
  border: 0;
  display: none;
}
input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}
input:focus,
select:focus,
textarea:focus {
  outline: 0;
}
::placeholder {
  color: #666;
  opacity: 1;
}
::-ms-input-placeholder {
  color: #666;
}
table {
  border-collapse: collapse;
}
li,
ul {
  margin: 0;
  padding: 0;
}
figure {
  margin: 0;
}
form {
  position: relative;
}
.form-control:focus {
  outline: 0 !important;
  border: none !important;
  box-shadow: 0 0 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
}
h1:hover a,
h2:hover a,
h3:hover a,
h4:hover a,
h5:hover a,
h6:hover a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}
hr {
  margin: 0;
  padding: 0;
  border-color: #000;
}
ul {
  list-style-type: none;
}
li {
  list-style: none;
  position: relative;
}
a,
button {
  position: relative;
}
a:focus,
a:hover,
button:focus,
button:hover {
  outline: 0;
  text-decoration: none;
}
button,
input,
textarea {
  border: 0;
}
.container {
  width: 100%;
  max-width: 1300px;
  margin: auto;
}
body {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  color: #696969;
  background-color: #fff;
  transition: 0.4s ease-in-out !important;
  font-family: "Instrument Sans", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Instrument Sans", sans-serif;
  margin: 0;
  font-weight: 600;
  color: #fff;
}
h1 {
  font-size: 42px;
  line-height: 55px;
  letter-spacing: 0;
}
h2 {
  font-size: 36px;
  line-height: 130%;
  letter-spacing: 1px;
}
h3 {
  font-size: 23px;
  line-height: 30px;
}
h4 {
  font-size: 20px;
  line-height: 28px;
}
h5 {
  font-size: 18px;
  line-height: 26px;
}
h6 {
  font-size: 16px;
  line-height: 24px;
}
a {
  font-weight: 600;
  outline: 0 !important;
  cursor: pointer;
  font-size: 17px;
  line-height: 32px;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  color: #fff;
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: none !important;
}
p {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-family: "Instrument Sans", sans-serif;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.justify-content-center:after,
.justify-content-center:before {
  content: none;
}
.text-white a,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span {
  color: #fff !important;
}
.pb-5 {
  padding-bottom: 5px;
}
.mt-5 {
  margin-top: 5px;
}
.mt-90 {
  margin-top: 90px;
}
.mb-5 {
  margin-bottom: 5px;
}
button {
  border: none;
}
section {
  position: relative;
  z-index: 1;
}
.overlay {
  transition: 0.2s ease-in-out;
  width: 40%;
  opacity: 0;
  visibility: hidden;
}
.overlay.active {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #000;
  z-index: 99;
  opacity: 0.5;
  visibility: visible;
}
.theme-btn {
  line-height: 1;
  display: inline-block;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  text-transform: uppercase;
  color: #fff;
  padding: 20px 40px;
  border-radius: 35px;
  font-size: 14px;
  background-color: #086ad773;
  border: 1px solid #086ad75c;
  box-sizing: border-box;
}
.theme-btn.theme-2 {
  background-color: #ff5e14;
  border: 1px solid #ff5e14;
  color: #fff;
  border-radius: 50px;
  padding: 22px 40px;
}
.theme-btn.theme-2:hover {
  background-color: #211e3b;
  border: 1px solid #211e3b;
}
.theme-btn.theme-2.white {
  background: #fff;
  box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.1);
  color: #211e3b;
  border-color: #fff;
}
.theme-btn.theme-2.white:hover {
  background-color: #211e3b;
  color: #fff;
  border-color: #211e3b;
}
.theme-btn i {
  margin-left: 10px;
}
.theme-btn:hover {
  background-color: #000;
  border: 1px solid #000;
  box-shadow: inherit;
  color: #fff;
}
.theme-btn-sm {
  font-size: 14px;
  overflow: hidden;
  font-weight: 700;
  line-height: 18px;
  font-style: normal;
  position: relative;
  padding: 10px 18px;
  display: inline-block;
  color: #fff !important;
  text-transform: uppercase;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -ms-border-radius: 500px;
  border-radius: 500px;
  background: rgba(8, 106, 215, 0.75);
}
.theme-btn-sm:before {
  left: 0;
  width: 0%;
  bottom: 0;
  content: "";
  opacity: 0;
  z-index: -1;
  height: 100%;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-color: #000;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -ms-border-radius: 500px;
  border-radius: 500px;
}
.theme-btn-sm:hover {
  cursor: text;
}
.theme-btn-sm:hover:any-link {
  color: #fff;
  cursor: pointer;
  background: 0 0;
}
.theme-btn-sm:hover:any-link:before {
  opacity: 1;
  width: 100%;
  visibility: visible;
}
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  height: 42px;
  line-height: 40px;
  outline: 0;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
.nice-select:hover {
  border-color: #dbdbdb;
}
.nice-select.open,
.nice-select:active,
.nice-select:focus {
  border-color: #999;
}
.nice-select::after {
  position: absolute;
  content: "\f107";
  top: 50%;
  right: 0;
  font-family: "Font Awesome 5 Pro";
  color: #000;
  font-weight: 500;
  pointer-events: none;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  margin-top: 0;
  transform-origin: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.nice-select.open::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled::after {
  border-color: #ccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small::after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition:
    0.2s cubic-bezier(0.5, 0, 0, 1.25),
    opacity 0.15s ease-out;
  transition:
    0.2s cubic-bezier(0.5, 0, 0, 1.25),
    opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: 0;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.nice-select .option.selected {
  font-weight: 700;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}
.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}
header .nice-select .list {
  left: -9px;
}
header {
  width: 100%;
  z-index: 0;
}
header .logo a {
  display: block;
}
.section-title {
  position: relative;
  z-index: 1;
}
.section-title span {
  font-weight: 900;
  font-size: 42px;
  line-height: 1;
  color: #211e3b;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  top: -40px;
  margin: 0 auto;
}
.section-title p {
  color: #086ad7;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
}
.section-title h1 {
  line-height: 50px;
  font-weight: 900;
  text-transform: capitalize;
}
.theme-bg {
  background-color: #086ad7;
}
.clip-path img {
  -webkit-clip-path: polygon(24% 0, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 21%);
  clip-path: polygon(24% 0, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 21%);
}
.filter {
  display: none;
}
.filter.active {
  display: block !important;
}
.support {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.support a {
  color: #292c35;
  font-size: 32px;
  backface-visibility: hidden;
  display: inline-block;
  transition: transform 0.2s;
}
.support a:hover {
  transform: scale(1.1);
}
.footer-wrap {
  background: #071120;
  padding: 60px 0 30px;
  color: #fff;
  text-align: left;
}
.footer-logo img {
  max-width: 180px;
}
.footer-text {
  padding-right: 20px;
  line-height: 1.8;
  margin-top: 20px;
  color: #b2acac;
  text-align: left;
}
.wid-title h4 {
  font-size: 20px;
  margin-bottom: 25px;
  font-weight: 500;
  color: #fff;
}
.footer-links {
  padding: 0;
  margin: 0;
  list-style: none;
  align-items: left !important;
}
.footer-links li {
  margin-bottom: 7px;
}
.footer-links li a {
  text-decoration: none;
  transition: 0.3s;
  font-weight: 300;
  color: #b2acac;
  font-family: "Instrument Sans", sans-serif;
}
.footer-links li a:hover {
  color: #4c8dff;
  padding-left: 5px;
}
.badge-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 25px;
}
.badge-item {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 8px 14px;
  border-radius: 10px;
  color: #b2acac;
  margin-right: 32px;
  text-align: left;
  font-family: "Instrument Sans", sans-serif;
}
.badge-item a {
  color: #b2acac;
  font-size: 16px;
}
.footer-divider {
  border-color: rgba(255, 255, 255, 0.1);
  margin: 50px 0 25px;
}
.bottom-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.bottom-legal a {
  text-decoration: none;
  transition: 0.3s;
  color: #c4c4c496;
  font-weight: 400;
  font-family: "Instrument Sans", sans-serif;
}
.bottom-legal a:hover {
  color: #fff;
}
.bottom-copyright {
  padding-left: 25px;
  color: #c4c4c496;
  font-family: "Instrument Sans", sans-serif;
  padding-top: 5px;
  float: right;
}
.bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
}
.blue {
  background: #1545dc;
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
.dark-blue {
  background: #1746a2;
}
.hero-section {
  height: 750px;
  padding: 70px 0 30px 10px;
  background:
    radial-gradient(circle at 20% 20%, #124695 0, transparent 40%),
    radial-gradient(circle at 80% 0, #8d7cff 0, transparent 45%),
    linear-gradient(180deg, #0e1a4d 0, #2555e6 50%, #edf4ff 75%, #fff 100%);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  backdrop-filter: none;
}
.hero-section::before {
  content: "";
  position: relative;
  inset: 0;
  z-index: -1;
  background: radial-gradient(
    circle at center,
    rgba(59, 130, 246, 0.35),
    transparent 60%
  );
  background-image: url(../img/web/header-bg-over.webp);
  filter: none;
}
.content {
  position: relative;
  z-index: 1;
  text-align: center;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.5fr 2fr;
  gap: 20px;
  align-items: center;
  width: 100%;
  max-width: 1300px;
}
.hero-grid .hero-content .payment-box p {
  text-transform: uppercase;
  margin: 0;
  padding: 3px 0;
}
.payment-box {
  background: linear-gradient(90deg, #ffffff42 0, #ffffff17 100%);
  color: #fff;
  padding: 5px 7px;
  width: 423px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
  box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.25);
}
.payment-box i {
  font-size: 20px;
  margin: 0 10px;
  vertical-align: middle;
}
.hero-content h1 {
  color: #fff;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  font-family: "Instrument Sans";
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -0.88px;
}
.hero-content h1 span {
  color: #c6d3ff;
  font-size: 80px;
}
.hero-subtitle {
  font-size: 21px;
  line-height: 1.2;
  margin-bottom: 24px;
  color: #f0f0f0;
  text-align: left;
}
.hero-text {
  line-height: 1.5;
  border-left: 2px solid #0741d3;
  padding-left: 9px;
  margin-bottom: 19px;
  font-size: 15px;
  color: #fff;
  text-align: left;
}
.hero-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.hero-buttons .vik-btn1 {
  border-radius: 8px;
  background: linear-gradient(96deg, #0547f3 0.05%, #648efc 99.95%);
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.15);
  font-family: "Instrument Sans", sans-serif;
}
.btn-primary,
.btn-secondary {
  text-decoration: none;
  padding: 7px 21px;
  border-radius: 5px;
  font-weight: 600;
  transition: 0.3s;
  font-family: "Instrument Sans", sans-serif;
}
.btn-primary {
  background: #1f5eff;
  color: #fff;
  box-shadow: 0 10px 25px rgba(31, 94, 255, 0.35);
}
.btn-primary:hover {
  background: #004cff;
  transform: translateY(-2px);
}
.btn-secondary {
  background: #fff;
  color: #1f5eff;
  font-family: "Instrument Sans", sans-serif;
}
.btn-secondary:hover {
  background: #eef3ff;
  color: #000;
}
.hero-video {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: none;
  background: linear-gradient(180deg, #0e1a4d 0, #2555e6 100%);
}
.hero-video img,
.hero-video video {
  width: 100%;
  display: block;
  border-radius: 24px;
}
.GIF {
  position: relative;
  inset: 0;
  background: linear-gradient(
    to right,
    #05113ccc 0,
    #05113c66 60%,
    #ffffff26 100%
  );
}
.stats-section {
  align-items: center;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 60px 20px;
}
.stats-container {
  display: flex;
  border-radius: 16px;
  background: linear-gradient(0deg, #0c0c0c 0, #333 100%);
  padding: 60px 40px;
  max-width: 1300px;
  gap: 24px;
}
.stat-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}
.stat-card:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -12px;
  top: 10%;
  height: 80%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.15);
}
.stat-number {
  color: #fff;
  font-size: 3.5rem;
  font-weight: 500;
  letter-spacing: -1px;
  margin-bottom: 24px;
  display: flex;
  align-items: baseline;
  font-family: "Instrument Sans", sans-serif;
}
.stat-unit {
  font-size: 1.2rem;
  margin-left: 2px;
  color: #fff;
}
.stat-currency {
  font-size: 2.5rem;
  margin-right: 4px;
}
.stat-plus {
  color: rgba(255, 255, 255, 0.4);
  margin-left: 8px;
  font-weight: 300;
}
.stat-description {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0 0 24px;
  font-weight: 400;
}
.stat-context {
  color: #bebaba;
  font-size: 0.85rem;
  margin-top: auto;
}
.cta-box {
  max-width: 1300px;
  margin: 70px auto;
  padding: 70px 325px;
  text-align: center;
  color: #fff;
  border-radius: 28px;
  border: 2px solid #fff;
  background: url(../img/web/cta-bg.webp) 0 -73.344px/100% 196.825% no-repeat
    #d3d3d3;
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.1);
}
.cta-box h2 {
  font-size: 36px;
  font-weight: 500;
  margin: 0 0 20px;
  letter-spacing: -0.02em;
}
.cta-box p {
  opacity: 0.9;
  line-height: 1.6;
  margin: 0 0 20px;
}
.cta-box .meta {
  margin-bottom: 36px;
}
.btns {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.btn {
  padding: 14px 28px;
  border-radius: 8px;
  font-weight: 500;
  text-decoration: none;
  font-size: 0.95rem;
}
.white {
  background: #fff;
  color: #1545dc;
}
.badge {
  padding: 9px 12px;
  background: rgb(255 255 255 / 46%);
  border-radius: 6px;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: 0.3s;
}
.badge:hover {
  background: rgba(255, 255, 255, 0.14);
  transform: translateY(-2px);
}
.growth {
  background-repeat: no-repeat;
}
.growth::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/web/payment-bg.jpg") center/cover no-repeat;
  filter: blur(40px);
  z-index: -1;
}
.growth-container {
  display: flex;
  max-width: 1300px;
  margin: 0 auto;
  padding: 100px 40px;
  gap: 60px;
  color: #2d3748;
  box-sizing: border-box;
}
.growth-container * {
  box-sizing: border-box;
}
.growth-left {
  flex: 1.2;
}
.growth-right {
  flex: 0.8;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px 0;
}
.unique-user-card-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 96px !important;
  height: 56px !important;
  border-radius: 12px !important;
  background-color: #fcfdfe !important;
  border: 1px solid #e2e8f0 !important;
  color: #039 !important;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.label-subheading {
  font-weight: 500;
  color: #4a5568;
}
.hero-title {
  line-height: 1.15;
  color: #1a202c;
  margin: 16px 0 24px;
}
.hero-title .text-blue {
  color: #0052ff;
}
.hero-description {
  line-height: 1.5;
  color: #718096;
  margin-bottom: 26px;
  max-width: 540px;
}
.product-cards {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.card-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.card-text h3 {
  font-size: 18px;
  font-weight: 600;
  color: #1a202c;
  margin: 0 0 6px;
}
.card-text p {
  line-height: 1.45;
  color: #718096;
  margin: 0;
}
.vertical-timeline-line {
  position: absolute;
  left: 27px;
  top: 0;
  bottom: 0;
  width: 5px;
  z-index: 1;
  transform-origin: top;
  transform: scaleY(0);
  animation: 3s forwards lineGrow;
  background: #fff;
}
.timeline-row {
  display: flex;
  align-items: center;
  gap: 24px;
  z-index: 2;
  position: relative;
  margin-bottom: 60px;
  opacity: 0;
  transform: translateY(40px);
  animation: 0.8s forwards timelineFade;
}
.timeline-row:last-child {
  margin-bottom: 0;
}
.outer-node-circle {
  width: 68px;
  height: 68px;
  background-color: #fff;
  border: 2px solid #0052ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transform: scale(0);
  animation: 0.5s forwards iconPop;
}
.timeline-meta .meta-tag {
  font-weight: 700;
  color: #1a202c;
  letter-spacing: 0.5px;
  font-family: "Instrument Sans", sans-serif;
}
.timeline-meta h2 {
  font-size: 20px;
  font-weight: 600;
  color: #1a202c;
  margin: 4px 0;
}
.timeline-meta p {
  color: #718096;
  margin: 0;
}
.icon-container {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #05f;
  color: #fff;
  font-size: 24px;
}
.timeline-row:first-child {
  animation-delay: 0.3s;
  color: #fff;
}
.timeline-row:nth-child(2) {
  animation-delay: 1s;
}
.timeline-row:nth-child(3) {
  animation-delay: 1.7s;
}
.timeline-row:nth-child(4) {
  animation-delay: 2.4s;
}
.timeline-row:first-child .outer-node-circle {
  animation-delay: 0.6s;
}
.timeline-row:nth-child(2) .outer-node-circle {
  animation-delay: 1.3s;
}
.timeline-row:nth-child(3) .outer-node-circle {
  animation-delay: 2s;
}
.timeline-row:nth-child(4) .outer-node-circle {
  animation-delay: 2.7s;
}
.payment-services-section {
  width: 100%;
  background-color: #efeeee40;
  padding: 90px 0;
}
.payment-services-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/web/payment-bg.jpg") center/cover no-repeat;
  filter: blur(40px);
  z-index: -1;
}
.payment-services-container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.payment-services-header {
  max-width: 760px;
  margin-bottom: 60px;
}
.payment-subtitle {
  font-size: 15px;
  font-weight: 600;
  color: #6b7280;
  margin-bottom: 14px;
}
.payment-title {
  font-size: 42px;
  line-height: 1.1;
  font-weight: 500;
  color: #111827;
  margin-bottom: 22px;
  letter-spacing: -2px;
}
.payment-title span {
  color: #2563eb;
}
.payment-description {
  font-size: 18px;
  line-height: 1.7;
  color: #6b7280;
  max-width: 650px;
}
.payment-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.payment-service-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 22px;
  padding: 34px 15px;
  transition: 0.3s;
}
.payment-service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
}
.payment-icon-box {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: #eef2ff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
}
.payment-icon-box img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}
.payment-service-card h3 {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 500;
  color: #111827;
  margin-bottom: 10px;
}
.payment-service-card h5 {
  font-size: 15px;
  font-weight: 500;
  color: #6b7280;
  margin-bottom: 18px;
}
.payment-service-card p {
  font-size: 16px;
  line-height: 24px;
  color: #6b7280;
}
.payments45 {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.payments45::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/web/payment-bg.jpg") center/cover no-repeat;
  filter: blur(200px);
  z-index: -1;
}
.payments-intelligence-section {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 80px 24px;
  box-sizing: border-box;
  color: #333;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.payments-intelligence-section > * {
  width: 100%;
}
.payments-intelligence-section .intel-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 24px;
}
.payments-intelligence-section .intel-sub-title {
  font-weight: 600;
  color: #666;
  margin-bottom: 16px;
}
.payments-intelligence-section .intel-main-title {
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: #111;
  margin-bottom: 24px;
}
.payments-intelligence-section .intel-main-title span {
  color: #1a66ff;
}
.payments-intelligence-section .intel-description {
  line-height: 1.6;
  color: #666;
  font-family: "Instrument Sans", sans-serif;
}
.payments-intelligence-section .intel-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 32px;
  align-items: stretch;
}
.payments-intelligence-section .intel-card {
  background-color: #fff;
  border: 1px solid #eaeaea;
  border-radius: 16px;
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
}
.payments-intelligence-section .highlighted-card {
  border-radius: 12px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(270deg, #0547f3 0, #03298d 100%);
  box-shadow: 0 8px 40px 0 rgba(5, 71, 243, 0.2);
  backdrop-filter: blur(30px);
}
.payments-intelligence-section .product-label {
  font-size: 13px;
  font-weight: 700;
  color: #1a66ff;
  letter-spacing: 0.5px;
  margin-bottom: 16px;
  display: block;
  font-family: "Instrument Sans", sans-serif;
}
.payments-intelligence-section .highlighted-card .product-label {
  color: #fff;
  opacity: 0.9;
  font-family: "Instrument Sans", sans-serif;
}
.payments-intelligence-section .product-title {
  font-size: 24px;
  font-weight: 700;
  color: #111;
  margin-bottom: 6px;
}
.payments-intelligence-section .highlighted-card .product-title {
  color: #fff;
}
.payments-intelligence-section .product-subtitle {
  font-size: 14px;
  color: #777;
  margin-bottom: 32px;
}
.payments-intelligence-section .highlighted-card .product-subtitle {
  color: #e0ebff;
}
.payments-intelligence-section .quote-box {
  border-radius: 8px;
  padding: 18px 20px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 32px;
}
.payments-intelligence-section .danger-box {
  background-color: #fff2f2;
  color: #e53e3e;
  border: 1px solid #ffe3e3;
  font-family: "Instrument Sans", sans-serif;
}
.payments-intelligence-section .product-description {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  margin-bottom: auto;
}
.payments-intelligence-section .highlighted-card .product-description {
  color: #fff;
  opacity: 0.9;
}
.payments-intelligence-section .highlighted-card a {
  color: #fff;
}
.payments-intelligence-section .tags-container {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 32px;
  margin-bottom: 40px;
  padding-top: 24px;
  border-top: 1px solid #f0f0f0;
}
.payments-intelligence-section .highlighted-card .tags-container {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.payments-intelligence-section .tag-badge {
  background-color: #f5f5f7;
  color: #444;
  font-size: 12px;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 6px;
  font-family: "Instrument Sans", sans-serif;
}
.payments-intelligence-section .action-link {
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
}
.payments-intelligence-section .text-blue {
  color: #1a66ff;
  font-family: "Instrument Sans", sans-serif;
}
.payments-intelligence-section .text-white {
  color: #fff;
  font-family: "Instrument Sans", sans-serif;
}
.payments-intelligence-section .action-link svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
.payments-intelligence-section .action-link:hover {
  text-decoration: underline;
}
.market-problem {
  background-color: #f0f0f0;
}
.market-problem-section {
  width: 100%;
  margin: 0 auto;
  padding: 70px 24px 130px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
  justify-content: center;
  max-width: 1300px;
}
.market-problem-section > * {
  margin-left: auto;
  margin-right: auto;
}
.market-problem-section .problem-content-side {
  display: flex;
  flex-direction: column;
}
.market-problem-section .section-label {
  font-weight: 600;
  color: #666;
  margin-bottom: 16px;
}
.market-problem-section .section-title {
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: #111;
  margin-bottom: 24px;
}
.market-problem-section .section-title span {
  color: #1a66ff;
  font-size: 42px;
  font-weight: 500;
}
.market-problem-section .section-subtitle {
  font-weight: 500;
  line-height: 1.4;
  color: #444;
  margin-bottom: 12px;
}
.market-problem-section .section-desc {
  line-height: 1.5;
  color: #777;
  margin-bottom: 16px;
}
.market-problem-section .problem-list {
  display: flex;
  flex-direction: column;
}
.market-problem-section .list-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid #e0e0e0;
}
.item-icon img {
  width: 91px;
  height: 56px;
  object-fit: contain;
}
.market-problem-section .item-text {
  font-size: 17px;
  line-height: 1.6;
  text-align: left;
  color: #666;
  font-family: "Instrument Sans", sans-serif;
}
.market-problem-section .item-text strong {
  color: #111;
  font-weight: 600;
}
.market-problem-section .problem-cards-side {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.category-card {
  width: 100%;
  max-width: 800px;
  min-height: 480px;
  padding: 32px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  background-image: url("../img/14.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.market-problem-section .category-card {
  border-radius: 16px;
  padding: 32px 32px 247px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  background-image: url("../img/14.webp");
}
.market-problem-section .card-label-blue {
  font-weight: 500;
  color: #1a66ff;
  letter-spacing: 0.5px;
  margin-bottom: 7px;
}
.market-problem-section .card-headline {
  font-weight: 600;
  color: #111;
  margin-bottom: 12px;
}
.market-problem-section .card-paragraph {
  line-height: 1.6;
  color: #666;
  margin-bottom: 24px;
  font-size: 16px;
}
.market-problem-section .comparison-split-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
}
.market-problem-section .comparison-card {
  background: #fff;
  border-radius: 12px;
  padding: 28px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.01);
}
.market-problem-section .comparison-label {
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 7px;
}
.market-problem-section .gray-label {
  color: #004bfa;
}
.market-problem-section .blue-label {
  color: #1a66ff;
}
.market-problem-section .comparison-text {
  line-height: 1.6;
  color: #555;
  font-size: 14px;
}
.custom-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  z-index: 99;
  transition: 0.4s;
  background: 0 0;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-logo,
.sticky-logo {
  height: 40px;
  width: auto;
}
.logo2 {
  display: none;
}
.navbar-nav {
  display: flex;
  gap: 1px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-link {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  transition: 0.3s;
  text-decoration: none;
  font-family: "Instrument Sans", sans-serif;
}
.custom-header #nav-new .nav-link {
  color: #fff !important;
}
.custom-header.header-scrolled {
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}
.custom-header.header-scrolled #nav-new .nav-link {
  color: #000 !important;
}
.nav-link:hover {
  color: #0d6efd;
}
.header-btn {
  padding: 12px 30px;
  border-radius: 50px;
  border: 1px solid #fff;
  background: #26326f54;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: 0.4s;
  font-family: "Instrument Sans", sans-serif;
}
.header-btn img {
  padding-bottom: 5px;
}
.header-btn:hover {
  color: #fff;
}
.custom-header.sticky {
  background: #fff;
  padding: 11px 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.custom-header.sticky .logo1 {
  display: none;
}
.custom-header.sticky .logo2 {
  display: block;
}
.custom-header.sticky .nav-link {
  color: #000;
}
.custom-header.sticky .nav-link:hover {
  color: #0d6efd;
}
.custom-header.sticky .header-btn {
  background: linear-gradient(56deg, #1456ff 0, #00206b 100%);
  border: none;
  color: #fff;
  font-family: "Instrument Sans", sans-serif;
}
.offcanvas {
  width: 280px;
}
.offcanvas-header {
  background-color: #2f68ee;
}
.offcanvas-body {
  flex-grow: 1;
  padding: 12px 5px;
  background-color: #0744d4e6;
}
.offcanvas-body .nav-link {
  color: #fff;
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}
.navbar-toggler {
  border: none;
  background: 0 0;
}
.navbar-toggler i {
  font-size: 30px;
  color: #fff;
}
.custom-header.sticky .navbar-toggler i {
  color: #000;
}
.cta-btnnew {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 34px;
  border-radius: 7px;
  background: linear-gradient(90deg, #2563eb 0, #60a5fa 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: 0.35s;
  box-shadow: 0 10px 30px rgba(37, 99, 235, 0.18);
  font-family: "Instrument Sans", sans-serif;
}
.cta-btnnew:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(37, 99, 235, 0.25);
  color: #fff;
}
.cta-btnnew:active {
  transform: scale(0.98);
}
.white-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 34px;
  background: rgba(255, 255, 255, 0.92);
  color: #0d4dff;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 7px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow:
    0 8px 24px rgba(255, 255, 255, 0.18),
    0 6px 18px rgba(60, 100, 255, 0.12);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition: 0.25s;
  font-family: "Instrument Sans", sans-serif;
}
.white-cta-btn:hover {
  background: #fff;
  transform: translateY(-2px);
  box-shadow:
    0 12px 28px rgba(255, 255, 255, 0.22),
    0 10px 22px rgba(60, 100, 255, 0.16);
}
@font-face {
  font-family: "Circular Std";
  src: url("../fonts/CircularStd-MediumItalic.eot");
  src:
    local("Circular Std Medium Italic"),
    local("CircularStd-MediumItalic"),
    url("../fonts/CircularStd-MediumItalic.eot?#iefix")
      format("embedded-open_type"),
    url("../fonts/CircularStd-MediumItalic.woff2") format("woff2"),
    url("../fonts/CircularStd-MediumItalic.woff") format("woff"),
    url("../fonts/CircularStd-MediumItalic.ttf") format("true_type");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Circular Std";
  src: url("../fonts/CircularStd-Black.eot");
  src:
    local("Circular Std Black"),
    local("CircularStd-Black"),
    url("../fonts/CircularStd-Black.eot?#iefix") format("embedded-opentype"),
    url("../fonts/CircularStd-Black.woff2") format("woff2"),
    url("../fonts/CircularStd-Black.woff") format("woff"),
    url("../fonts/CircularStd-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Circular Std";
  src: url("../fonts/CircularStd-Medium.eot");
  src:
    local("Circular Std Medium"),
    local("CircularStd-Medium"),
    url("../fonts/CircularStd-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/CircularStd-Medium.woff2") format("woff2"),
    url("../fonts/CircularStd-Medium.woff") format("woff"),
    url("../fonts/CircularStd-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Circular Std";
  src: url("../fonts/CircularStd-Bold.eot");
  src:
    local("Circular Std Bold"),
    local("CircularStd-Bold"),
    url("../fonts/CircularStd-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/CircularStd-Bold.woff2") format("woff2"),
    url("../fonts/CircularStd-Bold.woff") format("woff"),
    url("../fonts/CircularStd-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Circular Std";
  src: url("../fonts/CircularStd-BlackItalic.eot");
  src:
    local("Circular Std Black Italic"),
    local("CircularStd-BlackItalic"),
    url("../fonts/CircularStd-BlackItalic.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/CircularStd-BlackItalic.woff2") format("woff2"),
    url("../fonts/CircularStd-BlackItalic.woff") format("woff"),
    url("../fonts/CircularStd-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Circular Std Book";
  src: url("../fonts/CircularStd-BookItalic.eot");
  src:
    local("Circular Std Book Italic"),
    local("CircularStd-BookItalic"),
    url("../fonts/CircularStd-BookItalic.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/CircularStd-BookItalic.woff2") format("woff2"),
    url("../fonts/CircularStd-BookItalic.woff") format("woff"),
    url("../fonts/CircularStd-BookItalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Circular Std";
  src: url("../fonts/CircularStd-BoldItalic.eot");
  src:
    local("Circular Std Bold Italic"),
    local("CircularStd-BoldItalic"),
    url("../fonts/CircularStd-BoldItalic.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/CircularStd-BoldItalic.woff2") format("woff2"),
    url("../fonts/CircularStd-BoldItalic.woff") format("woff"),
    url("../fonts/CircularStd-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Circular Std Book";
  src: url("../fonts/CircularStd-Book.eot");
  src:
    local("Circular Std Book"),
    local("CircularStd-Book"),
    url("../fonts/CircularStd-Book.eot?#iefix") format("embedded-opentype"),
    url("../fonts/CircularStd-Book.woff2") format("woff2"),
    url("../fonts/CircularStd-Book.woff") format("woff"),
    url("../fonts/CircularStd-Book.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Nunito-Black;
  src:
    local("Nunito-Black"),
    local("Nunito-Black"),
    url("../fonts/Nunito-Black.woff2") format("woff2"),
    url("../fonts/Nunito-Black.woff") format("woff"),
    url("../fonts/Nunito-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: Nunito-Bold;
  src:
    local("Nunito-Bold"),
    local("Nunito-Bold"),
    url("../fonts/Nunito-Bold.woff2") format("woff2"),
    url("../fonts/Nunito-Bold.woff") format("woff"),
    url("../fonts/Nunito-Bold.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: Nunito-SemiBold;
  src:
    local("Nunito-SemiBold"),
    local("Nunito-SemiBold"),
    url("../fonts/Nunito-SemiBold.woff2") format("woff2"),
    url("../fonts/Nunito-SemiBold.woff") format("woff"),
    url("../fonts/Nunito-SemiBold.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: Nunito-Regular;
  src:
    local("Nunito-Regular"),
    local("Nunito-Regular"),
    url("../fonts/Nunito-Regular.woff2") format("woff2"),
    url("../fonts/Nunito-Regular.woff") format("woff"),
    url("../fonts/Nunito-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Nunito-Medium;
  src:
    local("Nunito-Medium"),
    local("Nunito-Medium"),
    url("../fonts/Nunito-Medium.woff2") format("woff2"),
    url("../fonts/Nunito-Medium.woff") format("woff"),
    url("../fonts/Nunito-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
@keyframes sticky {
  0% {
    opacity: 0;
    margin-top: -120px;
  }
  50% {
    opacity: 0;
    margin-top: -60px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
@keyframes left-to-right {
  0% {
    background-position: left center;
  }
  100% {
    background-position: right center;
  }
}
@keyframes right-to-left {
  0% {
    background-position: right center;
  }
  100% {
    background-position: left center;
  }
}
@keyframes left-to-center {
  0% {
    background-position: left center;
  }
  100% {
    background-position: center center;
  }
}
@keyframes right-to-center {
  0% {
    background-position: right center;
  }
  100% {
    background-position: center center;
  }
}
@keyframes top-to-bottom {
  0% {
    background-position: center top;
  }
  100% {
    background-position: center bottom;
  }
}
@keyframes top-to-center {
  0% {
    background-position: center top;
  }
  100% {
    background-position: center center;
  }
}
@keyframes bottom-to-top {
  0% {
    background-position: center bottom;
  }
  100% {
    background-position: center top;
  }
}
@keyframes bottom-to-center {
  0% {
    background-position: center bottom;
  }
  100% {
    background-position: center center;
  }
}
@keyframes top-left-to-bottom-right {
  0% {
    background-position: left top;
  }
  100% {
    background-position: right bottom;
  }
}
@keyframes top-left-to-center {
  0% {
    background-position: left top;
  }
  100% {
    background-position: center center;
  }
}
@keyframes top-right-to-bottom-left {
  0% {
    background-position: right top;
  }
  100% {
    background-position: left bottom;
  }
}
@keyframes top-right-to-center {
  0% {
    background-position: right top;
  }
  100% {
    background-position: center center;
  }
}
@keyframes bottom-left-to-top-right {
  0% {
    background-position: left bottom;
  }
  100% {
    background-position: right top;
  }
}
@keyframes bottom-left-to-center {
  0% {
    background-position: left bottom;
  }
  100% {
    background-position: center center;
  }
}
@keyframes bottom-right-to-top-left {
  0% {
    background-position: right bottom;
  }
  100% {
    background-position: left top;
  }
}
@keyframes bottom-right-to-center {
  0% {
    background-position: right bottom;
  }
  100% {
    background-position: center center;
  }
}
@keyframes zoomIn {
  0% {
    background-position: right center;
  }
  100% {
    background-position: left center;
  }
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@keyframes zoomInOut {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
@keyframes zoomInOut1 {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}
@keyframes rrupdown {
  0%,
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes rrFadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes rrfadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes clip-a-z {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes panel {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes playVideo {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  }
  40%,
  80% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes playVideo1 {
  0%,
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(8, 106, 215, 0.35);
    box-shadow: 0 0 0 0 rgba(8, 106, 215, 0.35);
  }
  40%,
  80% {
    -webkit-box-shadow: 0 0 0 30px rgba(8, 106, 215, 0.2);
    box-shadow: 0 0 0 30px rgba(8, 106, 215, 0.2);
  }
}
@keyframes dimond {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes scale5 {
  0%,
  100% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
  }
}
@keyframes bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes movebounce {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes movebounce {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@-webkit-keyframes bounceUp {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
}
@keyframes bounceUp {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
}
@-webkit-keyframes moveleftbounce {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }
}
@-webkit-keyframes moverightbounce {
  0%,
  100% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
}
@keyframes moverightbounce {
  0%,
  100% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
}
@keyframes guraguri {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes guraguri {
  from {
    -webkit-transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@keyframes move_wave {
  0% {
    transform: translateX(0) translateZ(0) scaleY(1);
  }
  50% {
    transform: translateX(-25%) translateZ(0) scaleY(0.55);
  }
  100% {
    transform: translateX(-50%) translateZ(0) scaleY(1);
  }
}
@-webkit-keyframes move_wave {
  0% {
    transform: translateX(0) translateZ(0) scaleY(1);
  }
  50% {
    transform: translateX(-25%) translateZ(0) scaleY(0.55);
  }
  100% {
    transform: translateX(-50%) translateZ(0) scaleY(1);
  }
}
@keyframes shakeMe {
  0%,
  100%,
  20%,
  60% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  80% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  70% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes letters-loading {
  0%,
  100%,
  75% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }
  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
}
@keyframes letters-loading {
  0%,
  100%,
  75% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }
  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
}
@keyframes scrollContinuous {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes timelineFade {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes iconPop {
  to {
    transform: scale(1);
  }
}
@keyframes lineGrow {
  to {
    transform: scaleY(1);
  }
}
.trusted-section {
  width: 100%;
  padding: 25px 0;
  overflow: hidden;
}
.trusted-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.trusted-title {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 50px;
  color: #2f3b46;
}
.trusted-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.trusted-track {
  display: flex;
  align-items: center;
  width: max-content;
  gap: 80px;
  animation: 35s linear infinite marquee;
}
.trusted-track img {
  width: 150px;
  flex-shrink: 0;
  object-fit: contain;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.download-section {
  background:
    radial-gradient(circle at 20% 20%, #124695 0, transparent 40%),
    radial-gradient(circle at 80% 0, #8d7cff 0, transparent 45%),
    linear-gradient(180deg, #0e1a4d 0, #2555e6 50%, #edf4ff 75%, #fff 100%);
  color: #fff;
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 150px 20px 70px;
  width: 100%;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  box-sizing: border-box;
  backdrop-filter: none;
}
.download-section * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.download-vik {
  background:
    radial-gradient(circle at 20% 20%, #124695 0, transparent 0),
    radial-gradient(circle at 38% 0, #8d7cff 0, transparent 0),
    linear-gradient(180deg, #0e1a4d 15%, #435795 45%, #edf4ff 86%, #fff9f9 100%);
  padding: 150px 20px;
}
.ssl-logo {
  width: 200px;
}
header h1 {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
  color: #fff;
}
header p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.35rem;
  margin-bottom: 16px;
}
.meta-info {
  display: flex;
  justify-content: center;
  gap: 15px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  margin-bottom: 30px;
}
.meta-info span:not(:last-child)::after {
  content: " •";
  margin-left: 15px;
  color: rgba(255, 255, 255, 0.5);
}
.cards-grid {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}
.download-card {
  background: 0 0;
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 24px;
  padding: 45px 40px;
  width: 509px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.os-logo {
  width: 160px;
  margin-bottom: 20px;
}
.download-card h2 {
  color: #1e1e1e;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 12px;
}
.version {
  color: #4a4a4a;
  margin-bottom: -5px;
}
.compatibility {
  color: #555;
  margin-bottom: 20px;
}
.download-btn {
  width: 100%;
  text-decoration: none;
  font-weight: 500;
  border: 1px solid #1d4ed8;
  text-align: center;
  font-size: 1rem;
  margin-top: 30px;
}
.download-btn span {
  font-size: 0.8rem;
  opacity: 0.8;
  margin-left: 4px;
}
.prt-trial-section {
  padding: 20px 20px 80px;
  background: #fff;
  font-family: Arial, sans-serif;
}
.prt-trial-container {
  max-width: 1300px;
  margin: auto;
  background: #fff;
  border-radius: 16px;
  padding: 50px;
  box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.07);
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.prt-label {
  display: inline-block;
  font-size: 14px;
  color: #777;
  margin-bottom: 12px;
}
.prt-title {
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
  color: #111;
  margin-bottom: 14px;
}
.prt-title span {
  color: #2962ff;
}
.prt-subtitle {
  font-size: 16px;
  line-height: 1.7;
  color: #777;
  max-width: 750px;
  margin-bottom: 45px;
}
.prt-privacy {
  max-width: 100%;
  margin-bottom: 10px;
}
.ul-privacy {
  color: #777;
  font-family: "Instrument Sans";
  list-style: disc;
}
.ul-privacy li {
  list-style: disc;
}
.prt-info-box {
  background: #f9fafb;
  border-left: 3px solid #3b82f6;
  padding: 18px 20px;
  border-radius: 3px;
  margin: 20px 0;
}
.section-note {
  background: #f0f4f8;
  border-left: 3px solid #1e40af;
  padding: 16px 18px;
  border-radius: 3px;
  margin: 18px 0;
  font-size: 0.95em;
  color: var(--text-light);
}
.section-note strong {
  font-weight: 600;
}
.prt-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 45px;
}
.prt-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.prt-icon {
  width: 52px;
  height: 52px;
  min-width: 52px;
  border: 2px solid #2962ff1c;
  border-radius: 14px;
  background: #f2f5ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #2962ff;
}
.prt-card h4 {
  font-size: 18px;
  color: #111;
  margin-bottom: 8px;
  font-weight: 600;
}
.prt-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #777;
}
.prt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 34px;
  border: 1px solid #2962ff;
  border-radius: 10px;
  color: #2962ff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  transition: 0.3s;
}
.prt-btn:hover {
  background: #2962ff;
  color: #fff;
}
.pru-faq-wrapper {
  width: 100%;
  padding: 80px 20px;
  background: #f7f7f7;
  font-family: "Instrument Sans";
}
.pru-faq-wrapper * {
  box-sizing: border-box;
}
.pru-faq-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 70px;
  align-items: start;
}
.pru-faq-left {
  position: sticky;
  top: 40px;
}
.pru-faq-tag {
  font-size: 14px;
  font-weight: 600;
  color: #64748b;
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.pru-faq-title {
  font-size: 48px;
  line-height: 1.15;
  color: #0f172a;
  font-weight: 700;
  margin-bottom: 30px;
}
.pru-faq-title span {
  color: #2563eb;
  display: block;
}
.pru-faq-btn {
  padding: 14px 32px;
  border-radius: 10px;
  border: 1px solid #2563eb;
  background: 0 0;
  color: #0f172a;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}
.pru-faq-btn:hover {
  background: #2563eb;
  color: #fff;
}
.pru-faq-right {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.pru-faq-item {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  transition: 0.3s;
}
.pru-faq-item.active {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.pru-faq-header {
  width: 100%;
  border: none;
  background: 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px;
  cursor: pointer;
  text-align: left;
}
.pru-faq-question-block {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.pru-faq-q-prefix {
  color: #2563eb;
  font-size: 18px;
  font-weight: 700;
  flex-shrink: 0;
}
.pru-faq-question {
  font-size: 17px;
  line-height: 1.5;
  color: #0f172a;
  font-weight: 600;
}
.pru-faq-icon-toggle {
  width: 22px;
  height: 22px;
  min-width: 22px;
  border: 2px solid #2563eb;
  border-radius: 50%;
  position: relative;
  transition: 0.3s;
}
.pru-faq-icon-toggle::after,
.pru-faq-icon-toggle::before {
  content: "";
  position: absolute;
  background: #2563eb;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.pru-faq-icon-toggle::before {
  width: 10px;
  height: 2px;
}
.pru-faq-icon-toggle::after {
  width: 2px;
  height: 10px;
}
.pru-faq-item.active .pru-faq-icon-toggle {
  background: #2563eb;
}
.pru-faq-item.active .pru-faq-icon-toggle::after,
.pru-faq-item.active .pru-faq-icon-toggle::before {
  background: #fff;
}
.pru-faq-item.active .pru-faq-icon-toggle::after {
  opacity: 0;
}
.pru-faq-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s;
}
.pru-faq-item.active .pru-faq-body {
  max-height: 300px;
}
.pru-faq-content {
  padding: 0 24px 24px 54px;
  font-size: 15px;
  line-height: 1.8;
  color: #475569;
}
.privacy-section {
  min-height: 20vh;
}
@media (max-width: 767px) {
  h1 {
    font-size: 2rem;
    line-height: 3rem;
  }
  .cta-box {
    padding: 70px 30px;
  }
  .footer-wrap {
    text-align: left;
    padding: 60px 0;
  }
  .row {
    display: block !important;
  }
  .bottom-legal {
    gap: 5px;
    justify-content: center;
  }
  .badge-container {
    justify-content: left;
  }
  .footer-logo img {
    margin: auto;
  }
  .wid-title h4 {
    margin-bottom: 18px;
  }
}
@media (max-width: 576px) {
  .hero-section {
    padding: 60px 15px;
  }
  .hero-content h1 {
    font-size: 42px;
  }
  .hero-subtitle {
    font-size: 18px;
  }
  .hero-video {
    min-height: 350px;
  }
  .btn-primary,
  .btn-secondary {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 900px) {
  .stats-container {
    flex-direction: column;
    padding: 40px 24px;
    gap: 40px;
  }
  .stat-card:not(:last-child)::after {
    right: 0;
    top: auto;
    bottom: -20px;
    height: 1px;
    width: 100%;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1300px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 2rem;
    line-height: 3rem;
  }
  .theme-btn {
    padding: 17px 30px;
    font-size: 13px;
  }
}
@media (max-width: 580px) {
  .theme-btn {
    padding: 16px 26px;
  }
}
@media (max-width: 480px) {
  .theme-btn {
    padding: 15px 25px;
  }
}
@media (max-width: 991px) {
  .section-title span {
    font-size: 90px;
    top: -30px;
  }
  .single-footer-wid {
    margin-bottom: 40px;
  }
  .bottom-copyright {
    text-align: center !important;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .section-title span {
    font-size: 80px;
    top: -20px;
  }
  .badge-container {
    justify-content: left;
  }
  .footer-logo img {
    margin: auto;
  }
  .wid-title h4 {
    margin-bottom: 18px;
  }
}
@media (max-width: 500px) {
  .section-title span {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }
  .hero-content {
    text-align: center;
  }
  .hero-text {
    border: none;
    padding-left: 0;
  }
  .hero-buttons {
    justify-content: center;
  }
  .hero-content h1 {
    font-size: 56px;
  }
}
@media (max-width: 576px) {
  .hero-section {
    padding: 60px 15px;
  }
  .hero-content h1 {
    font-size: 42px;
  }
  .hero-subtitle {
    font-size: 18px;
  }
  .hero-video {
    min-height: 135px;
  }
  .btn-primary,
  .btn-secondary {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .hero-section {
    padding: 110px 15px 60px;
  }
  .hero-content h1 {
    font-size: 34px;
    line-height: 1.2;
  }
  .hero-subtitle {
    font-size: 16px;
  }
  .hero-text {
    font-size: 15px;
  }
  .payment-box {
    width: 100%;
    font-size: 12px;
    padding: 10px;
  }
  .hero-buttons {
    flex-direction: column;
    width: 100%;
  }
  .btn-primary,
  .btn-secondary {
    width: 100%;
    text-align: center;
  }
  .hero-video,
  .hero-video video {
    border-radius: 16px;
  }
}
@media (max-width: 480px) {
  .hero-content h1 {
    font-size: 28px;
  }
  .hero-subtitle {
    font-size: 15px;
  }
  .hero-text {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .growth-container {
    flex-direction: column;
    gap: 80px;
    padding: 60px 24px;
  }
  .vertical-timeline-line {
    bottom: 30px;
  }
}
@media (max-width: 1100px) {
  .payment-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .payment-title {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .payment-services-section {
    padding: 70px 0;
  }
  .payment-services-container {
    padding: 0 16px;
  }
  .payment-services-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .payment-services-header {
    margin-bottom: 40px;
  }
  .payment-title {
    font-size: 38px;
    line-height: 1.2;
  }
  .payment-description {
    font-size: 16px;
  }
  .payment-service-card {
    padding: 28px 15px;
  }
  .payment-service-card h3 {
    font-size: 24px;
  }
  .market-problem-section,
  .payments-intelligence-section {
    padding: 60px 20px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .payments-intelligence-section .intel-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .payments-intelligence-section .intel-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .market-problem-section {
    grid-template-columns: 1.19fr 1.3fr;
    gap: 58px;
  }
}
@media (min-width: 768px) {
  .market-problem-section {
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }
}
@media (min-width: 600px) {
  .market-problem-section .comparison-split-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .market-problem-section .category-card {
    border-radius: 16px;
    padding: 32px 32px 247px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
  }
}
@media (max-width: 767px) {
  .trusted-track {
    gap: 50px;
  }
  .trusted-track img {
    height: 40px;
  }
  .trusted-section {
    padding: 60px 0 30px;
  }
}
@media (max-width: 768px) {
  .hero-section {
    height: auto !important;
  }
  .cta-btnnew {
    padding: 10px 14px;
  }
}
@media (max-width: 600px) {
  .meta-info {
    flex-direction: column;
    gap: 6px;
  }
  .meta-info span::after {
    display: none;
  }
  .download-card {
    padding: 35px 20px;
  }
}
@media (max-width: 992px) {
  .prt-trial-container {
    padding: 40px 30px;
  }
  .prt-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .prt-title {
    font-size: 34px;
  }
}
@media (max-width: 768px) {
  .prt-trial-section {
    padding: 50px 15px;
  }
  .prt-trial-container {
    padding: 30px 20px;
    border-radius: 14px;
  }
  .prt-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .prt-title {
    font-size: 28px;
  }
  .prt-subtitle {
    font-size: 15px;
  }
  .prt-card {
    gap: 14px;
  }
  .prt-icon {
    width: 46px;
    height: 46px;
    min-width: 46px;
    font-size: 18px;
  }
  .prt-card h4 {
    font-size: 16px;
  }
  .prt-card p {
    font-size: 13px;
  }
  .prt-btn {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .pru-faq-container {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .pru-faq-left {
    position: relative;
    top: 0;
  }
  .pru-faq-title {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .pru-faq-wrapper {
    padding: 60px 15px;
  }
  .pru-faq-title {
    font-size: 30px;
  }
  .pru-faq-header {
    padding: 20px;
    align-items: flex-start;
  }
  .pru-faq-question {
    font-size: 15px;
  }
  .pru-faq-content {
    padding: 0 20px 20px 45px;
    font-size: 14px;
  }
}
.vik-cards {
  padding: 80px 0;
  background-image: linear-gradient(280deg, #0547f3 0, #000 90%);
  overflow: visible !important;
}
.card-section2 {
  width: 100%;
  max-width: 1300px;
  margin: auto;
  padding: 20px;
  text-align: center;
}
#stackCards {
  list-style: none;
  padding: 0 0 20px;
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.stack-card {
  position: sticky;
  position: -webkit-sticky;
  top: 100px;
}
#stack-card-1 {
  top: 100px;
}
#stack-card-2 {
  top: 130px;
}
#stack-card-3 {
  top: 160px;
}
#stack-card-4 {
  top: 190px;
}
#stack-card-5 {
  top: 220px;
}
#stack-card-6 {
  top: 250px;
}
.stack-card-content {
  min-height: 70vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  overflow: hidden;
  padding: 40px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(180deg, #182c5e 0, #2d51b7 100%);
  backdrop-filter: blur(20px);
}
.stack-text {
  padding-right: 30px;
}
.stack-text h2 {
  font-size: 48px;
  margin-bottom: 20px;
}
.stack-text p {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 20px;
  font-family: "Instrument Sans", sans-serif;
}
.stack-card figure {
  margin: 0;
  width: 100%;
}
.stack-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.btn-vik {
  display: inline-block;
  padding: 14px 28px;
  background: #3d5aa9;
  border: 1px solid #4472f1;
  color: #fff;
  border-radius: 10px;
  text-decoration: none;
  transition: 0.3s;
  font-family: "Instrument Sans", sans-serif;
}
.btn-vik:hover {
  background: #4472f1;
}
@media (max-width: 768px) {
  #stackCards {
    width: 95%;
    gap: 20px;
    padding-bottom: 20px;
  }
  .stack-card {
    position: sticky;
    position: -webkit-sticky;
  }
  #stack-card-1 {
    top: 70px;
  }
  #stack-card-2 {
    top: 90px;
  }
  #stack-card-3 {
    top: 110px;
  }
  #stack-card-4 {
    top: 130px;
  }
  #stack-card-5 {
    top: 150px;
  }
  #stack-card-6 {
    top: 170px;
  }
  .stack-card-content {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 20px;
    border-radius: 20px;
  }
  .stack-text {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .stack-text h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .stack-text p {
    font-size: 15px;
    line-height: 1.6;
  }
  .stack-card img {
    height: 250px;
    border-radius: 15px;
  }
  .market-problem-section .category-card {
    padding: 18px 32px 438px;
  }
}
.certainty-section {
  width: 100%;
  padding: 100px 20px 0;
  background:
    radial-gradient(circle at 20% 20%, #124695 0, transparent 40%),
    radial-gradient(circle at 80% 0, #8d7cff 0, transparent 45%),
    linear-gradient(180deg, #0e1a4d 0, #2555e6 50%, #edf4ff 75%, #fff 100%);
  background-size: cover;
  background-repeat: no-repeat;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  backdrop-filter: blur(20px);
}
.certainty-section-container {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.certainty-section-title {
  font-size: 60px;
  line-height: 1.1;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
  font-family: "Instrument Sans";
  padding-top: 59px;
}
.certainty-section-description {
  max-width: 760px;
  margin: 0 auto 40px;
  font-size: 20px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Instrument Sans";
}
.pricing-certainty-wrapper {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  padding: 16px 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.pricing-certainty-wrapper::-webkit-scrollbar {
  display: none;
}
.pricing-certainty-track {
  display: flex;
  align-items: center;
  gap: 16px;
  width: max-content;
  animation: 15s linear infinite pricingTickerScroll;
}
.pricing-certainty-track:hover {
  animation-play-state: paused;
}
.pricing-certainty-tag {
  white-space: nowrap;
  padding: 9px 24px;
  color: #fff;
  font-size: 16px;
  border-radius: 100px;
  background: rgb(0 0 0 / 26%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  user-select: none;
  font-family: "Instrument Sans";
}
@keyframes pricingTickerScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .pricing-certainty-track {
    animation-duration: 15s;
    gap: 12px;
  }
  .pricing-certainty-tag {
    padding: 12px 20px;
    font-size: 14px;
    background: #21202024;
  }
  .certainty-section {
    padding: 70px 10px;
  }
  .certainty-section-title {
    font-size: 42px;
  }
  .certainty-section-description {
    font-size: 16px;
  }
}
.pricing-tabs {
  display: flex;
  justify-content: center;
}
.two-columnS > * {
  margin: 0;
  padding: 0;
}
.tab-box {
  display: flex;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
  border: 1px solid #e5e7eb;
}
.tab-btn {
  cursor: pointer;
  color: #4b5563;
  font-family: "Instrument Sans";
}
.tab-btn.active {
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  width: 160px;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: start;
}
.two-columnS {
  max-width: 1149px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.counter-btn {
  color: #3b82f6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.price {
  margin-top: 23px;
}
.month {
  align-self: flex-end;
  margin-left: 4px;
}
.plan-btn {
  width: 100%;
  height: 46px;
  line-height: 18px;
  font-size: 15px;
  cursor: pointer;
  border: none;
  transition: 0.15s;
  font-family: "Instrument Sans";
  margin-bottom: 10px;
}
.download-btn {
  color: #fff;
  border-radius: 8px;
  background: linear-gradient(96deg, #0547f3 0.05%, #648efc 99.95%);
  box-shadow:
    0 -4px 16px 0 rgba(255, 255, 255, 0.25) inset,
    0 6px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 10px;
}
.download-btn:hover {
  background: #fff;
  color: #2563eb;
  border: 1.5px solid #2563eb;
}
.support-title {
  display: block;
}
@media (max-width: 1024px) {
  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 450px;
  }
}
.feature-slider-section {
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
}
.feature-slider {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 10px 20px;
  scrollbar-width: none;
  display: flex;
  gap: 20px;
  overflow: hidden;
  scroll-behavior: smooth;
  white-space: nowrap;
}
.feature-slider::-webkit-scrollbar {
  display: none;
}
.feature-card {
  min-width: 380px;
  max-width: 320px;
  background: linear-gradient(135deg, #12245c, #2950c7);
  color: #fff;
  border-radius: 14px;
  padding: 24px;
  flex-shrink: 0;
  scroll-snap-align: center;
  transition: 0.3s;
  text-wrap: auto;
}
.feature-card:hover {
  background: linear-gradient(135deg, #12245c, #2950c7);
}
.icon-box-s {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  display: flex;
  padding: 9px;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 18px;
}
.feature-card h3 {
  font-size: 17px;
  margin-bottom: 12px;
  font-weight: 600;
  line-height: 1.4;
}
.feature-card p {
  font-size: 15px;
  line-height: 1.7;
  opacity: 0.9;
  color: #fff;
}
.pricing-section {
  padding: 100px 0;
  font-family: Arial, sans-serif;
}
.pricing-tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.tab-box {
  background: #fff;
  padding: 6px;
  display: flex;
  gap: 20px;
  border-radius: 100px;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
}
.tab-btn {
  border: none;
  background: 0 0;
  display: flex;
  width: 160px;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s;
  border-radius: 100px;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
}
.tab-btn.active {
  background: #2962ff;
  color: #fff;
}
.billing-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
}
.billing-text-top {
  font-size: 16px;
  color: #fff;
  margin-bottom: 24px;
}
.billing-toggle {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
}
.toggle-label {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.save-badge {
  background: #2155ff;
  color: #fff;
  padding: 3px 12px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
}
.switch {
  position: relative;
  width: 68px;
  height: 35px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.45);
  border-radius: 50px;
  cursor: pointer;
  transition: 0.4s;
}
.slider:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  left: 5px;
  top: 5px;
  background: #2563ff;
  border-radius: 50%;
  transition: 0.4s;
}
.switch input:checked + .slider:before {
  transform: translateX(32px);
}
.pricing-grid {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.price small {
  font-size: 16px;
  color: #111827;
  font-weight: 500;
}
.user-counter {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: Arial, sans-serif;
}
.label {
  font-size: 14px;
  color: #333;
}
.counter-box {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 12px;
  border-radius: 10px;
}
.counter-btn {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #d1d5db;
  background: #fff;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.counter-btn:hover {
  background: #e5e7eb;
}
#count {
  min-width: 20px;
  text-align: center;
  font-weight: 600;
}
.plan-btn {
  display: block;
  padding: 15px;
  border-radius: 14px;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  background: #edf2ff;
  color: #2962ff;
}
.features h4 {
  margin-bottom: 18px;
  font-size: 18px;
}
.features ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.features ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 14px;
  color: #555;
  line-height: 1.6;
}
.features ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #2962ff;
  font-weight: 700;
}
@media (max-width: 991px) {
  .pricing-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .feature-card {
    min-width: 85%;
    text-wrap: auto;
  }
  .pricing-section {
    padding: 70px 0;
  }
  .billing-text-top {
    text-align: center;
    line-height: 1.6;
  }
  .toggle-label {
    font-size: 16px;
  }
}
.price {
  margin-bottom: 10px;
}
.popular-card {
  width: 100%;
  height: stretch;
  margin: auto;
  background: #fff;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  border: 4px solid #f5f5f5;
}
.vik-popular-card {
  border-radius: 28px;
  border: 4px solid transparent;
  background:
    linear-gradient(#ffffff00, #ffffff00) padding-box,
    linear-gradient(90deg, #648efc, #0547f3) border-box;
  box-shadow: 0 4px 40px 0 rgba(5, 71, 243, 0.15);
}
.vik-popular-card .card {
  border-radius: 28px;
  background: #fff;
  height: stretch;
}
.popular-badge {
  background: linear-gradient(135deg, #648efc, #0547f3);
  color: #fff;
  text-align: center;
  padding: 8px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  font-family: "Instrument Sans", sans-serif;
}
.top-card-box {
  background: #fff;
  margin: 14px;
  border-radius: 24px;
  padding: 14px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}
.plan-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  height: 34px;
  padding: 0 14px;
  border-radius: 50px;
  border: 2px solid #3b82f6;
  color: #2563eb;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 20px;
}
.top-card-box h3 {
  color: #111827;
}
.top-card-box span {
  font-weight: 400;
}
.top-card-box .price span {
  font-size: 16px;
}
.top-card-box .price .amount {
  font-size: 30px;
  font-weight: 600;
}
.plan-subtitle {
  font-size: 14px;
  line-height: 1.6;
  color: #6b7280;
  margin-bottom: 0;
}
.price {
  font-size: 29px;
  font-weight: 800;
  line-height: 1;
  color: #111827;
}
.month {
  font-size: 15px;
  color: #6b7280;
  margin-bottom: 6px;
}
.billing-text {
  font-size: 14px;
  color: #574646;
  margin-bottom: 14px;
  margin-top: 20px;
}
.billing-text span {
  font-weight: 400;
  font-size: 14px;
  color: rgba(15, 143, 58, 0.7);
}
.billing-text1 {
  font-size: 14px;
  color: #574646;
  margin-bottom: 14px;
  margin-top: 20px;
}
.billing-text1 span {
  font-weight: 400;
  font-size: 14px;
  color: rgba(15, 143, 58, 0.7);
}
.start-btn {
  width: 100%;
  height: 46px;
  border: none;
  border-radius: 14px;
  background: linear-gradient(135deg, #2563eb, #4f7cff);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}
.start-btn:hover {
  transform: translateY(-2px);
}
.features-area {
  padding: 8px 28px 32px;
}
.features-area h4 {
  font-size: 22px;
  color: #111827;
  margin-bottom: 24px;
}
.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.feature-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 1.7;
  color: #374151;
}
.feature-list li::before {
  content: "✓";
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #2563eb;
  font-size: 18px;
  font-weight: 700;
}
.support-title {
  margin-top: 30px;
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 700;
  color: #111827;
}
@media (max-width: 768px) {
  .popular-card {
    max-width: 100%;
  }
  .top-card-box h3 {
    font-size: 26px;
  }
  .price {
    font-size: 40px;
  }
  .popular-badge {
    font-size: 12px;
    padding: 14px;
  }
  .top-card-box {
    margin: 0;
    padding: 10px;
    border-radius: 20px;
  }
  .two-columnS {
    display: block;
  }
  .two-columnS .popular-card {
    margin-bottom: 20px;
  }
  .download-card {
    width: 100%;
    padding: 0;
  }
  .features-area {
    padding: 8px 20px 28px;
  }
  .features-area h4 {
    font-size: 20px;
  }
  .feature-list li {
    font-size: 14px;
  }
}
.overview-info {
  margin-top: 80px;
}
.overview-section {
  padding: 50px 0 80px;
}
.overview-card {
  border-radius: 16px;
  border: 1px solid rgba(10, 10, 10, 0.1);
  background: rgba(255, 255, 255, 0.6);
  box-shadow:
    0 4px 40px 0 rgba(255, 255, 255, 0.32) inset,
    0 8px 40px 0 rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(40px);
  padding: 30px;
}
.overview-card h3 {
  color: #0a0a0a;
  text-align: center;
  font-family: "Instrument Sans";
  font-size: 20px;
}
.overview-card p {
  color: rgba(12, 12, 12, 0.7);
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.28px;
  padding: 0 12px;
  margin: 0;
}
.overview-payment {
  background: #f7f7f7;
  padding: 70px 0;
}
.overview-payment .label {
  font-size: 18px;
}
.overview-payment .overview-box {
  margin-top: 30px;
}
.overview-box .label {
  color: #0c0c0c;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.48px;
}
.overview-box .left-box {
  display: flex;
  padding: 20px;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  margin-bottom: 10px;
}
.overview-box .left-box p {
  color: #666;
  font-size: 16px;
  line-height: 26px;
  margin: 0;
}
.overview-box .left-box p span {
  color: #0a0a0a;
  font-size: 16px;
  font-weight: 500;
}
.overview-box .right-box {
  display: flex;
  height: auto;
  padding: 28px;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  align-self: stretch;
  border-radius: 16px;
  border: 1px solid rgba(16, 16, 16, 0.1);
  background: linear-gradient(127deg, #fff 7.02%, #e5e5e5 92.98%);
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.05);
}
.overview-box .right-box .vik-box {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  flex-shrink: 0;
  align-self: stretch;
}
.overview-box .right-box .vik-box p {
  color: #666;
  font-size: 16px;
  line-height: 26px;
  margin: 0;
}
.overview-box .right-box .vik-box p span {
  color: #0a0a0a;
  font-size: 16px;
  font-weight: 500;
}
.overview-box .right-box hr {
  border: 1px solid #e4e1e1;
  opacity: 0.5;
  width: 100%;
  margin: 3px;
}
.overview-ai {
  background-color: #fff;
  padding: 70px 0;
}
.overview-box .left-vik {
  padding: 0;
}
.overview-box .right-vik {
  margin-top: 50px;
}
.overview-box .right-vik hr {
  border: 1px solid #e4e1e1;
  opacity: 0.5;
  width: 100%;
  margin: 7px;
}
.overview-ai .ai-text {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
  margin: 50px 0;
}
.overview-ai .ai-text .line {
  width: 5px;
  height: 26px;
  background: #0547f3;
}
.overview-ai .ai-text p {
  color: #0a0a0a;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
.overview-ai .ai-text p span {
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
.overview-modern {
  background: #f7f7f7;
  padding: 50px 0;
}
.overview-modern .intel-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 50px;
}
.overview-modern .intel-header p {
  color: #2e3b44;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.overview-box .paths {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}
.overview-box .paths .star {
  width: 12px;
  height: 12px;
  fill: #0547f3;
}
.overview-box .paths p {
  color: #666;
}
.overview-box .paths p strong {
  color: #0a0a0a;
}
.overview-box .paths .path p {
  margin: 0;
}
.overview-box hr {
  background: rgba(0, 0, 0, 0.1);
  margin: 20px 0;
}
.overview-box .right-outcome {
  display: flex;
  padding: 28px;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  align-self: stretch;
  border-radius: 16px;
  border: 1px solid rgba(16, 16, 16, 0.1);
  background:
    radial-gradient(
      100% 100% at 50% 0,
      rgba(5, 71, 243, 0.4) 0,
      rgba(0, 0, 0, 0.4) 100%
    ),
    linear-gradient(
      97deg,
      rgba(0, 0, 0, 0) 0.37%,
      rgba(5, 71, 243, 0.5) 99.63%
    ),
    linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 100%),
    radial-gradient(
      184.74% 91.35% at 100% 100%,
      rgba(255, 255, 255, 0.35) 0,
      rgba(5, 71, 243, 0.7) 100%
    ),
    #fff;
  box-shadow: 0 6px 40px 0 rgba(0, 0, 0, 0.05);
}
.overview-box .right-outcome2 {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  align-self: stretch;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.05) 0,
    rgba(255, 255, 255, 0.1) 50%,
    rgba(255, 255, 255, 0.02) 100%
  );
}
.overview-box .right-outcome2 .btn {
  display: flex;
  padding: 4px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.overview-box .right-outcome .vik-box p,
.overview-box .right-outcome .vik-box svg {
  color: rgba(255, 255, 255, 0.7);
}
.overview-box .right-outcome .vik-box p span {
  color: #fff;
}
.overview-intel {
  background: #fff;
  padding: 50px 0;
}
.stats-vik {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(
      100% 100% at 50% 0,
      rgba(5, 71, 243, 0.4) 0,
      rgba(0, 0, 0, 0.4) 100%
    ),
    linear-gradient(
      97deg,
      rgba(0, 0, 0, 0) 0.37%,
      rgba(5, 71, 243, 0.5) 99.63%
    ),
    linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 100%),
    radial-gradient(
      184.74% 91.35% at 100% 100%,
      rgba(255, 255, 255, 0.35) 0,
      rgba(5, 71, 243, 0.7) 100%
    );
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.05);
  display: block;
}
@media (max-width: 767px) {
  .overview-box .right-box .vik-box-2 {
    display: block;
  }
  .overview-box .right-outcome2 .btn {
    margin-bottom: 10px;
  }
  .overview-box {
    margin-top: 30px;
  }
}
.certainty-section-description2 {
  max-width: 960px;
  font-size: 14px;
}
.business-nav {
  background-color: #fff;
  padding: 30px 0;
}
.tab-content {
  padding: 30px;
  border-top: 1px solid #e5e5e5;
}
.intel-header .bank {
  color: #0547f3;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
.intel-header .intel-bank span {
  color: #0547f3;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: -0.72px;
}
.business-payment {
  background: #f7f7f7;
  padding: 70px 0;
}
.business-payment .overview-box .ai-text {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
  margin: 10px 0;
}
.business-payment .overview-box .ai-text .line {
  width: 4px;
  height: 26px;
  background: #0547f3;
}
.business-payment .ai-text p {
  color: rgba(102, 102, 102, 0.8);
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.28px;
}
.overview-box .payment-vik .btn {
  padding: 6px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  border: 1px solid rgba(12, 12, 12, 0.1);
  background: rgba(10, 10, 10, 0.05);
  margin-right: 10px;
}
.platform-section {
  background: #f7f7f7;
  padding: 70px 0;
}
.platform-box {
  display: flex;
  height: 208px;
  padding: 24px 40px 24px 24px;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
}
.platform-box .intel-header .icon {
  display: flex;
  width: 48px;
  height: 48px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  border-radius: 8px;
  border: 0.5px solid rgba(10, 10, 10, 0.1);
  background: #fff;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}
.platform-box .intel-head {
  display: flex;
  align-items: center;
  align-content: center;
  gap: 10px;
  align-self: stretch;
  flex-wrap: wrap;
}
.platform-box .intel-head .btn-vik {
  display: flex;
  padding: 6px 10px;
  align-items: center;
  gap: 6px;
  border-radius: 100px;
  background: rgba(5, 71, 243, 0.05);
}
.platform-box .intel-head .btn-vik span {
  color: rgba(10, 10, 10, 0.9);
  text-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.28px;
}
.platform-box .intel-header:first-child,
.platform-box .intel-header:nth-child(2) {
  border-right: 1px solid #e5e5e5;
  height: 160px;
  min-height: 100%;
}
.platform-designer {
  display: flex;
  padding: 100px 160px 95.995px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 48px;
  align-self: stretch;
  background:
    radial-gradient(
      100% 100% at 50% 0,
      rgba(5, 71, 243, 0.4) 0,
      rgba(0, 0, 0, 0.4) 100%
    ),
    linear-gradient(
      97deg,
      rgba(0, 0, 0, 0) 0.37%,
      rgba(5, 71, 243, 0.5) 99.63%
    ),
    linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 100%),
    radial-gradient(
      184.74% 91.35% at 100% 100%,
      rgba(255, 255, 255, 0.35) 0,
      rgba(5, 71, 243, 0.7) 100%
    );
}
.platform-designer .platform-box {
  padding: 16px;
  flex-direction: column;
  gap: 20px;
  height: auto;
  border-radius: 4px;
  border: 1px solid #fff;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.1) 0,
    rgba(255, 255, 255, 0.05) 100%
  );
}
.platform-designer .platform-box img {
  padding: 0 30px;
}
.platform-designer .icon-vik {
  display: inline-grid;
  row-gap: 6px;
  column-gap: 6px;
  align-self: stretch;
  grid-template-rows: repeat(2, fit-content(100%));
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-flow: row;
}
.overview-intel .plat-vik {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}
.overview-intel .plat-vik .payment-service-card {
  width: 100%;
  border: none;
}
.overview-intel .plat-vik .payment-service-card h4 {
  font-size: 22px;
}
@media (max-width: 768px) {
  .platform-box {
    height: auto;
    display: block;
  }
  .platform-box .intel-head {
    display: block;
  }
  .platform-box .intel-header:first-child,
  .platform-box .intel-header:nth-child(2) {
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    height: auto;
    padding: 10px 0;
    border-right: 0;
  }
  .platform-box .intel-header {
    margin-top: 15px;
  }
  .platform-box .intel-head .btn-vik {
    margin-bottom: 10px;
  }
  .overview-intel .plat-vik {
    display: block;
  }
  .platform-designer {
    padding: 30px 20px;
  }
  .platform-designer .platform-box {
    margin-bottom: 20px;
  }
}
.overview-box .document-card {
  display: flex;
  padding: 32px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  flex: 1 0 0;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background:
    linear-gradient(0deg, rgba(2, 29, 100, 0.4) 0, rgba(2, 29, 100, 0.4) 100%),
    radial-gradient(
      205.28% 141.42% at 100% 100%,
      rgba(5, 71, 243, 0.7) 0,
      rgba(255, 255, 255, 0.35) 100%
    );
}
.overview-box .paths-doc p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.32px;
}
.overview-box .paths-doc p span {
  margin-left: 10px;
}
.overview-box .document-card hr {
  background: rgba(255, 255, 255, 0.15);
  height: 0.5px;
  border: none;
}
.overview-box .document-call {
  height: auto;
}
.overview-box .document-call .vik-btn {
  border-radius: 8px;
  border: 1px solid #0547f3;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.15);
  display: flex;
  padding: 12px 40px;
  width: 200px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}
.overview-box .paths .path-pru {
  gap: 30px;
  display: flex;
}
.overview-box .paths .path-pru1 {
  width: 400px;
}
.overview-box .right-box .btn-nik {
  border-radius: 100px;
  border: 1px solid rgba(10, 10, 10, 0.6);
  background: #fff;
  display: flex;
  padding: 5px 9px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.overview-box .resource-box {
  background: #fff;
}
.overview-box .right-resource {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  padding: 20px 16px;
  gap: 8px;
  flex: 1 0 0;
}
.overview-box .right-box .right-resource p span {
  font-size: 14px;
}
.tabs_vik .tab-content {
  padding: 30px 20px;
  display: block;
}
.tabs_vik .nav-tabs a {
  border: 0 !important;
  background-color: transparent !important;
}
.tabs_vik .nav-tabs li.active {
  border-bottom: 2px solid #5453d2;
}
.tabs_vik .nav-tabs li a {
  width: 100%;
  text-align: center;
}
.tabs_vik ul.nav.nav-tabs {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  overflow: hidden;
}
.tabs_vik .nav-tabs li {
  border-bottom: 2px solid transparent;
  flex-basis: 90px;
  min-width: auto;
  display: flex;
  align-items: flex-start;
  margin: 0 !important;
  text-wrap: auto;
  text-wrap-mode: nowrap;
  font-size: 18px;
  font-weight: 500;
}
.tabs_vik .nav-tabs li .nav-link {
  color: #333;
}
.tabs_vik .nav-tabs li .nav-link:hover {
  color: #114eeb;
}
.tabs_vik .nav-tabs .nav-link.active {
  color: #114eeb !important;
  border-bottom: 2px solid #114eeb;
}
.overview-box .ai-text p {
  color: #333;
}
@media (min-width: 768px) {
  .tab-content .accordion-item {
    border: 0;
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .tabs_vik .tab-content > .tab-pane {
    display: block !important;
    opacity: 1 !important;
  }
  .tabs_vik .tab-content .tab-pane h2 {
    border: 1px solid #333;
    padding: 10px;
    margin-bottom: 7px;
    border-radius: 5px;
  }
  .tabs_vik .tab-content .tab-pane h2.active {
    border: 1px solid #114eeb;
    color: #114eeb;
  }
  .tabs_vik .nav-tabs .nav-link.active {
    color: #114eeb !important;
    border-bottom: 2px solid #114eeb;
  }
  .tabs_vik .tab-content .tab-pane .accordion-collapse {
    margin-bottom: 30px;
  }
}

/* iPhone Safari Optimization */
* {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
img {
  height: auto;
}
.hero-section,
.growth,
.payment-services-section {
  will-change: transform;
}
