.public-marketing-page {
  background: #ffffff;
  color: #172033;
  overflow-x: hidden;
}

.public-marketing-page,
.public-marketing-page *,
.public-marketing-page *::before,
.public-marketing-page *::after {
  box-sizing: border-box;
}

.public-marketing-page .navbar-area,
.public-marketing-page .public-hero,
.public-marketing-page .public-section,
.public-marketing-page .public-metric-strip,
.public-marketing-page .public-cta-band {
  max-width: 100vw;
  overflow-x: clip;
}

.public-marketing-page p {
  color: #4d5a6f;
  font-weight: 400;
}

.public-marketing-page .public-hero > .container,
.public-marketing-page .public-section > .container,
.public-marketing-page .public-metric-strip > .container,
.public-marketing-page .public-cta-band > .container {
  box-sizing: border-box;
  max-width: 1140px;
  width: min(1140px, calc(100vw - 30px));
}

.public-marketing-page .navbar-area {
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid rgba(22, 31, 51, 0.08);
  box-shadow: 0 10px 32px rgba(18, 31, 52, 0.08);
}

.public-marketing-page .navbar-area .luvion-nav .navbar .navbar-nav .nav-item a,
.public-marketing-page .navbar-area .luvion-nav .others-options .login-btn {
  color: #172033;
  font-weight: 800;
  letter-spacing: 0;
}

.public-marketing-page .navbar-area .luvion-nav .navbar .navbar-nav .nav-item a:hover,
.public-marketing-page .navbar-area .luvion-nav .navbar .navbar-nav .nav-item a:focus {
  color: #ee0979;
}

.public-marketing-page .navbar-area .luvion-nav .navbar .navbar-nav > .nav-item > a,
.public-marketing-page .navbar-area .luvion-nav .others-options .login-btn {
  align-items: center;
  display: inline-flex;
  gap: 6px;
  white-space: nowrap;
}

.public-marketing-page .navbar-area .luvion-nav .navbar .navbar-nav .nav-item .dropdown-menu.public-services-menu {
  width: 285px;
}

.public-marketing-page .navbar-area .luvion-nav .navbar .navbar-nav .nav-item .dropdown-menu.public-services-menu li a {
  line-height: 1.35;
  white-space: normal;
}

@media only screen and (max-width: 991px) {
  .public-marketing-page .luvion-responsive-menu {
    min-height: 102px;
  }

  .public-marketing-page .luvion-responsive-nav .mean-container a.meanmenu-reveal {
    align-items: center;
    border: 1px solid rgba(22, 31, 51, 0.14);
    border-radius: 8px;
    color: #172033;
    display: flex;
    flex-direction: column;
    font-size: 0;
    height: 34px;
    justify-content: center;
    padding-top: 0;
    position: fixed;
    right: 16px !important;
    text-indent: 0;
    top: 39px;
    width: 34px;
    z-index: 1003;
  }

  .public-marketing-page .luvion-responsive-nav .mean-container a.meanmenu-reveal span {
    background: #172033;
    height: 3px;
    margin-top: 3px;
    width: 18px;
  }

  .public-marketing-page .luvion-responsive-nav .mean-container .mean-nav {
    width: calc(100vw - 30px);
  }

  .public-marketing-page .luvion-responsive-nav .others-options .login-btn {
    align-items: center;
    border: 1px solid rgba(22, 31, 51, 0.14);
    border-radius: 8px;
    color: #172033;
    display: inline-flex;
    font-size: 0;
    font-weight: 800;
    height: 34px;
    justify-content: center;
    position: fixed;
    right: 60px;
    top: 39px;
    width: 34px;
    z-index: 1003;
  }

  .public-marketing-page .luvion-responsive-nav .others-options .login-btn i {
    color: #0f766e;
    font-size: 17px;
    margin-right: 0;
  }
}

.public-hero {
  min-height: 620px;
  padding: 150px 0 78px;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(90deg, rgba(12, 24, 43, 0.94), rgba(12, 24, 43, 0.78), rgba(12, 24, 43, 0.35)), var(--hero-image);
  background-position: center;
  background-size: cover;
}

.public-hero-market {
  background-position: center 58%;
}

.public-hero-market-wide {
  background-position: center center;
}

.public-hero-swapp-agent-shop {
  background-position: center 42%;
}

.public-hero-api-integration {
  background-position: center 44%;
}

.public-hero-business-front {
  background-position: center 44%;
}

.public-hero-portrait,
.public-hero-phone-call {
  background-position: center 38%;
}

.public-hero-currency {
  background-position: center 74%;
}

.public-hero.compact {
  min-height: 460px;
  padding-bottom: 58px;
}

.public-hero-content {
  max-width: 760px;
  min-width: 0;
  position: relative;
  z-index: 1;
}

.public-eyebrow,
.public-kicker {
  align-items: center;
  color: #22c7b8;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  gap: 8px;
  letter-spacing: 0;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.public-eyebrow::before,
.public-kicker::before {
  background: #22c7b8;
  border-radius: 999px;
  content: "";
  display: inline-block;
  height: 8px;
  width: 8px;
}

.public-hero h1 {
  color: #ffffff;
  font-size: 52px;
  font-weight: 900;
  line-height: 1.08;
  margin: 0 0 22px;
  max-width: 900px;
  overflow-wrap: break-word;
}

.public-hero p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  line-height: 1.65;
  max-width: 720px;
  overflow-wrap: break-word;
}

.public-hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.public-button,
.public-button-secondary,
.public-button-light {
  align-items: center;
  border-radius: 6px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  gap: 9px;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
}

.public-button {
  background: linear-gradient(90deg, #ee0979 0%, #ff6a00 100%);
  color: #ffffff;
  box-shadow: 0 14px 32px rgba(238, 9, 121, 0.22);
}

.public-button:hover,
.public-button:focus {
  color: #ffffff;
  transform: translateY(-1px);
}

.public-button-secondary {
  background: #ffffff;
  border: 1px solid #d8dee8;
  color: #172033;
}

.public-button-light {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #ffffff;
}

.public-button-light:hover,
.public-button-light:focus {
  background: #ffffff;
  color: #172033;
}

.public-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 38px;
}

.public-proof-row span,
.public-tag {
  align-items: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  gap: 8px;
  line-height: 1.3;
  max-width: 100%;
  min-height: 36px;
  padding: 0 14px;
  white-space: normal;
}

.public-proof-row span::before,
.public-tag::before {
  background: #43e794;
  border-radius: 999px;
  content: "";
  height: 7px;
  width: 7px;
}

.public-section {
  background: #ffffff;
  padding: 70px 0;
}

.public-section.alt {
  background: #f6f9fc;
}

.public-section.dark {
  background: #111b2f;
  color: #ffffff;
}

.public-section.dark p,
.public-section.dark li {
  color: rgba(255, 255, 255, 0.78);
}

.public-section.dark .public-card p,
.public-section.dark .public-solution-card p,
.public-section.dark .public-feature-card p,
.public-section.dark .public-price-card p {
  color: #4d5a6f;
}

.public-section.dark .public-card li,
.public-section.dark .public-solution-card li,
.public-section.dark .public-feature-card li,
.public-section.dark .public-price-card li {
  color: #4d5a6f;
}

.public-section-heading {
  display: grid;
  gap: 12px;
  margin: 0 auto 34px;
  max-width: 860px;
  text-align: center;
}

.public-section-heading.align-left {
  margin-left: 0;
  text-align: left;
}

.public-section-heading h2 {
  color: #172033;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.15;
  margin: 0;
  overflow-wrap: break-word;
}

.public-section.dark .public-section-heading h2 {
  color: #ffffff;
}

.public-section-heading p {
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
}

.public-grid {
  display: grid;
  gap: 20px;
  min-width: 0;
}

.public-path-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-width: 0;
}

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

.public-path-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.public-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.public-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.public-card,
.public-solution-card,
.public-feature-card,
.public-price-card,
.public-path-card {
  background: #ffffff;
  border: 1px solid #e3e9f2;
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(18, 31, 52, 0.055);
  min-height: 100%;
  padding: 24px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.public-card:hover,
.public-solution-card:hover,
.public-feature-card:hover,
.public-path-card:hover {
  box-shadow: 0 18px 42px rgba(18, 31, 52, 0.11);
  transform: translateY(-3px);
}

.public-card h3,
.public-solution-card h3,
.public-feature-card h3,
.public-price-card h3,
.public-path-card h3 {
  color: #172033;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.25;
  margin: 0 0 12px;
}

.public-card p,
.public-solution-card p,
.public-feature-card p,
.public-price-card p,
.public-path-card p {
  line-height: 1.65;
  margin: 0;
}

.public-trust-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.public-trust-item {
  background: #ffffff;
  border: 1px solid #e3e9f2;
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(18, 31, 52, 0.055);
  min-height: 100%;
  padding: 24px;
}

.public-trust-icon {
  align-items: center;
  background: rgba(19, 111, 99, 0.1);
  border-radius: 8px;
  color: #136f63;
  display: inline-flex;
  height: 44px;
  justify-content: center;
  margin-bottom: 16px;
  width: 44px;
}

.public-trust-icon.orange {
  background: rgba(255, 106, 0, 0.12);
  color: #dc3506;
}

.public-trust-icon.pink {
  background: rgba(238, 9, 121, 0.1);
  color: #ee0979;
}

.public-trust-item h3 {
  color: #172033;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.25;
  margin: 0 0 10px;
}

.public-trust-item p {
  color: #4d5a6f;
  font-size: 15px;
  line-height: 1.65;
  margin: 0;
}

.public-license-gallery {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 28px;
}

.public-license-gallery figure {
  background: #ffffff;
  border: 1px solid #e3e9f2;
  border-radius: 8px;
  margin: 0;
  overflow: hidden;
}

.public-license-gallery img {
  display: block;
  background: #fffbe8;
  height: 280px;
  object-fit: contain;
  padding: 12px;
  width: 100%;
}

.public-license-gallery figcaption {
  color: #4d5a6f;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 14px;
}

.public-card-link {
  color: #2457d6;
  display: inline-block;
  font-weight: 900;
  margin-top: 18px;
}

.public-card-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.public-card-links a,
.public-related-links a {
  background: #f6f9fc;
  border: 1px solid #dfe7f1;
  border-radius: 999px;
  color: #172033;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  padding: 8px 12px;
}

.public-card-links a:hover,
.public-card-links a:focus,
.public-related-links a:hover,
.public-related-links a:focus {
  background: #edf4ff;
  color: #2457d6;
}

.public-icon {
  align-items: center;
  background: #ecfbf7;
  border-radius: 8px;
  color: #049b8f;
  display: inline-flex;
  font-size: 24px;
  height: 48px;
  justify-content: center;
  margin-bottom: 18px;
  width: 48px;
}

.public-icon.orange {
  background: #fff3ea;
  color: #e75e12;
}

.public-icon.pink {
  background: #fff0f7;
  color: #d91072;
}

.public-icon.blue {
  background: #edf4ff;
  color: #2457d6;
}

.public-split {
  align-items: center;
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
}

.public-split.reverse {
  grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1fr);
}

.public-split.align-start {
  align-items: start;
}

.public-media-panel {
  min-height: 390px;
  overflow: hidden;
  position: relative;
}

.public-media-panel img {
  border-radius: 8px;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
  width: 100%;
}

.public-media-panel img.public-image-business-front {
  object-position: center 44%;
}

.public-media-panel img.public-image-currency {
  object-position: center 74%;
}

.public-media-caption {
  background: #ffffff;
  border: 1px solid #e3e9f2;
  border-radius: 8px;
  bottom: 24px;
  box-shadow: 0 16px 40px rgba(18, 31, 52, 0.18);
  left: 24px;
  max-width: 320px;
  padding: 18px;
  position: absolute;
}

.public-media-caption strong {
  color: #172033;
  display: block;
  font-size: 18px;
  margin-bottom: 6px;
}

.public-list {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}

.public-list li {
  align-items: flex-start;
  color: #4d5a6f;
  display: flex;
  gap: 12px;
  line-height: 1.6;
}

.public-list li::before {
  background: #43e794;
  border-radius: 999px;
  content: "";
  flex: 0 0 8px;
  height: 8px;
  margin-top: 8px;
}

.public-metric-strip {
  background: #111b2f;
  color: #ffffff;
  padding: 26px 0;
}

.public-metric-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.public-metric {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  padding-left: 20px;
}

.public-metric strong {
  color: #ffffff;
  display: block;
  font-size: 22px;
  font-weight: 900;
}

.public-metric span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-weight: 700;
}

.public-workflow {
  counter-reset: workflow;
  display: grid;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.public-workflow li {
  background: #ffffff;
  border: 1px solid #e3e9f2;
  border-radius: 8px;
  color: #4d5a6f;
  counter-increment: workflow;
  line-height: 1.65;
  padding: 22px 22px 22px 70px;
  position: relative;
}

.public-workflow li::before {
  align-items: center;
  background: #172033;
  border-radius: 8px;
  color: #ffffff;
  content: counter(workflow);
  display: inline-flex;
  font-weight: 900;
  height: 34px;
  justify-content: center;
  left: 22px;
  position: absolute;
  top: 22px;
  width: 34px;
}

.public-screen-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.public-home-screen {
  min-width: 0;
}

.public-home-screen .public-screen-card {
  box-shadow: 0 18px 48px rgba(18, 31, 52, 0.16);
}

.public-screen-card {
  background: #101b2f;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(18, 31, 52, 0.14);
  min-width: 0;
  padding: 14px;
}

.public-screen-card > p {
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.6;
  margin: 14px 4px 2px;
}

.public-screen-grid .public-screen-card:nth-child(3):last-child {
  grid-column: 1 / -1;
  justify-self: center;
  max-width: calc(50% - 12px);
  width: 100%;
}

.public-screen-window {
  background: #f6f9fc;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 7px;
  overflow: hidden;
}

.public-screen-topbar {
  align-items: center;
  background: #172033;
  color: #ffffff;
  display: flex;
  gap: 12px;
  min-height: 42px;
  padding: 0 14px;
}

.public-screen-topbar strong {
  font-size: 13px;
  font-weight: 900;
}

.public-screen-dots {
  display: inline-flex;
  gap: 5px;
}

.public-screen-dots span {
  background: rgba(255, 255, 255, 0.36);
  border-radius: 999px;
  height: 8px;
  width: 8px;
}

.public-screen-dots span:first-child {
  background: #ff6a00;
}

.public-screen-dots span:nth-child(2) {
  background: #22c7b8;
}

.public-screen-body {
  padding: 18px;
}

.public-screen-title-row {
  align-items: flex-start;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  margin-bottom: 16px;
}

.public-screen-title-row span {
  color: #6b7688;
  display: block;
  font-size: 11px;
  font-weight: 900;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.public-screen-title-row h3 {
  color: #172033;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
  margin: 0;
}

.public-screen-title-row em,
.public-screen-row em {
  background: #ecfbf7;
  border-radius: 999px;
  color: #049b8f;
  flex: 0 0 auto;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.2;
  padding: 6px 9px;
}

.public-screen-kpis {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.public-screen-kpi {
  background: #ffffff;
  border: 1px solid #e3e9f2;
  border-radius: 7px;
  min-width: 0;
  padding: 12px;
}

.public-screen-kpi span {
  color: #6b7688;
  display: block;
  font-size: 11px;
  font-weight: 900;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.public-screen-kpi strong {
  color: #172033;
  display: block;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.2;
}

.public-screen-table {
  background: #ffffff;
  border: 1px solid #e3e9f2;
  border-radius: 7px;
  display: grid;
  margin-top: 12px;
  overflow: hidden;
}

.public-screen-row {
  align-items: center;
  border-bottom: 1px solid #edf1f6;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.9fr) auto;
  min-width: 0;
  padding: 12px;
}

.public-screen-row:last-child {
  border-bottom: 0;
}

.public-screen-row strong {
  color: #172033;
  font-size: 13px;
  font-weight: 900;
  overflow-wrap: break-word;
}

.public-screen-row span {
  color: #6b7688;
  font-size: 12px;
  line-height: 1.3;
  overflow-wrap: break-word;
}

.public-app-screens {
  align-items: start;
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.public-app-shot {
  background: #ffffff;
  border: 1px solid #e3e9f2;
  border-radius: 8px;
  box-shadow: 0 14px 36px rgba(18, 31, 52, 0.08);
  min-width: 0;
  padding: 18px;
}

.public-phone-frame {
  aspect-ratio: 9 / 19.5;
  background: #111b2f;
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  margin: 0 auto;
  max-width: 235px;
  overflow: hidden;
  padding: 9px;
  width: 100%;
}

.public-phone-frame img {
  border-radius: 6px;
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  width: 100%;
}

.public-app-shot h3 {
  color: #172033;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.25;
  margin: 18px 0 8px;
}

.public-app-shot p {
  color: #4d5a6f;
  line-height: 1.6;
  margin: 0;
}

.public-app-download-panel {
  align-items: center;
  background: #111b2f;
  border-radius: 8px;
  color: #ffffff;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-top: 28px;
  padding: 26px;
}

.public-app-download-panel h3 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.25;
  margin: 0 0 8px;
}

.public-app-download-panel p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.6;
  margin: 0;
}

.public-app-download-panel .public-button-secondary {
  flex: 0 0 auto;
}

.public-module-card .public-card-link {
  margin-top: 18px;
}

.public-home-extra-links {
  justify-content: center;
  margin-top: 26px;
}

.public-cta-band {
  background: linear-gradient(90deg, #172033 0%, #253a62 55%, #0f8f84 100%);
  color: #ffffff;
  padding: 64px 0;
}

.public-cta-inner {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
}

.public-cta-inner h2 {
  color: #ffffff;
  font-size: 34px;
  font-weight: 900;
  margin: 0 0 8px;
}

.public-cta-inner p {
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
}

.public-table-wrap {
  background: #ffffff;
  border: 1px solid #e3e9f2;
  border-radius: 8px;
  overflow: hidden;
}

.public-table-wrap table {
  margin: 0;
}

.public-table-wrap thead th {
  background: #172033;
  color: #ffffff;
  font-weight: 900;
  white-space: nowrap;
}

.public-table-wrap td,
.public-table-wrap th {
  border-color: #edf1f6 !important;
  color: #39465d;
  padding: 15px 18px !important;
}

.public-faq-list {
  display: grid;
  gap: 16px;
}

.public-faq-item {
  background: #ffffff;
  border: 1px solid #e3e9f2;
  border-radius: 8px;
  padding: 24px;
}

.public-faq-item summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  list-style: none;
}

.public-faq-item summary::-webkit-details-marker {
  display: none;
}

.public-faq-item summary::after {
  align-items: center;
  background: #f6f9fc;
  border: 1px solid #dfe7f1;
  border-radius: 999px;
  color: #172033;
  content: "+";
  display: inline-flex;
  flex: 0 0 28px;
  font-size: 18px;
  font-weight: 900;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.public-faq-item[open] summary::after {
  content: "-";
}

.public-faq-item h3 {
  color: #172033;
  font-size: 20px;
  font-weight: 900;
  margin: 0 0 10px;
}

.public-faq-item summary h3 {
  margin: 0;
}

.public-faq-item p {
  margin: 14px 0 0;
}

.public-contact-panel {
  background: #ffffff;
  border: 1px solid #e3e9f2;
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(18, 31, 52, 0.07);
  padding: 30px;
}

.public-contact-panel h3 {
  color: #172033;
  font-size: 24px;
  font-weight: 900;
  margin: 0 0 20px;
}

.public-related-links {
  border-top: 1px solid #edf1f6;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
  padding-top: 20px;
}

.public-related-links span {
  color: #6b7688;
  flex: 0 0 100%;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.public-contact-list {
  display: grid;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.public-contact-list li {
  border-bottom: 1px solid #edf1f6;
  padding-bottom: 16px;
}

.public-contact-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.public-contact-list span {
  color: #6b7688;
  display: block;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.public-contact-list a,
.public-contact-list strong {
  color: #172033;
  font-weight: 900;
}

.public-form input,
.public-form textarea {
  border: 1px solid #d8dee8 !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  color: #172033 !important;
  font-size: 15px !important;
  min-height: 50px !important;
  padding: 0 14px !important;
}

.public-form textarea {
  min-height: 150px !important;
  padding-top: 14px !important;
}

.public-form .form-group {
  margin-bottom: 18px;
}

.public-form-submit {
  appearance: none;
  border: 0;
  box-shadow: 0 14px 32px rgba(238, 9, 121, 0.22);
  cursor: pointer;
  font-family: inherit;
  line-height: 1;
  margin-top: 0;
}

.public-form-submit:disabled {
  cursor: not-allowed;
  opacity: 0.72;
  transform: none;
}

.public-form .help-block.with-errors,
.public-form .help-block.with-errors ul,
.public-form .help-block.with-errors li,
.public-form .invalid-feedback,
.public-form .text-danger,
.public-form #msgSubmit.text-danger {
  color: #d92d20 !important;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
  margin: 7px 0 0;
}

.public-form .help-block.with-errors ul {
  list-style: none;
  padding-left: 0;
}

.public-form .form-control.is-invalid,
.public-form .form-group.has-error .form-control {
  border-color: #d92d20 !important;
}

.public-form #msgSubmit {
  font-size: 15px;
  font-weight: 900;
  margin: 14px 0 0;
  text-align: left !important;
}

.public-form #msgSubmit.text-success {
  color: #0f8f84 !important;
}

.public-captcha-box {
  background: #f6f9fc;
  border: 1px solid #e3e9f2;
  border-radius: 8px;
  display: grid;
  gap: 10px;
  padding: 16px;
}

.public-captcha-box canvas {
  background: #ffffff;
  border: 1px solid #d8dee8;
  border-radius: 6px;
  display: block;
  max-width: 100%;
}

.public-captcha-box label {
  color: #172033;
  font-size: 13px;
  font-weight: 900;
  margin: 0;
  text-transform: uppercase;
}

.public-mini-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.public-mini-links a {
  background: #f6f9fc;
  border: 1px solid #e3e9f2;
  border-radius: 999px;
  color: #172033;
  font-size: 13px;
  font-weight: 800;
  padding: 9px 14px;
}

.public-mini-links a:hover {
  color: #ee0979;
}

.api-docs-hero {
  background-image: linear-gradient(90deg, rgba(11, 18, 32, 0.96), rgba(11, 18, 32, 0.86), rgba(11, 18, 32, 0.42)), var(--hero-image);
}

.api-docs-section {
  background: #f6f9fc;
}

.api-docs-layout {
  align-items: start;
  display: grid;
  gap: 28px;
  grid-template-columns: 230px minmax(0, 1fr);
}

.api-docs-sidebar {
  background: #ffffff;
  border: 1px solid #e3e9f2;
  border-radius: 8px;
  display: grid;
  gap: 4px;
  padding: 12px;
  position: sticky;
  top: 112px;
}

.api-docs-sidebar a {
  border-radius: 6px;
  color: #4d5a6f;
  font-size: 14px;
  font-weight: 900;
  padding: 11px 12px;
}

.api-docs-sidebar a:hover,
.api-docs-sidebar a:focus {
  background: #edf4ff;
  color: #2457d6;
}

.api-docs-content {
  display: grid;
  gap: 22px;
  min-width: 0;
}

.api-docs-panel,
.api-endpoint-card {
  background: #ffffff;
  border: 1px solid #e3e9f2;
  border-radius: 8px;
  box-sizing: border-box;
  box-shadow: 0 14px 34px rgba(18, 31, 52, 0.06);
  min-width: 0;
  padding: 30px;
  scroll-margin-top: 120px;
}

details.api-endpoint-card {
  overflow: hidden;
  padding: 0;
}

.api-endpoint-summary {
  align-items: flex-start;
  cursor: pointer;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  list-style: none;
  padding: 24px 28px;
}

.api-endpoint-summary::-webkit-details-marker {
  display: none;
}

.api-endpoint-summary-main {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.api-endpoint-title {
  color: #172033;
  font-size: 23px;
  font-weight: 900;
  line-height: 1.2;
}

.api-endpoint-description {
  color: #4d5a6f;
  line-height: 1.55;
}

.api-endpoint-summary-meta {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.api-expand-label {
  color: #6b7688;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.api-expand-label::after {
  content: " +";
}

.api-endpoint-card[open] .api-expand-label::after {
  content: " -";
}

.api-endpoint-detail {
  border-top: 1px solid #edf1f6;
  padding: 24px 28px 28px;
}

.api-docs-panel h2 {
  color: #172033;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.2;
  margin: 0 0 14px;
}

.api-docs-panel p,
.api-endpoint-card p {
  font-size: 16px;
  line-height: 1.75;
  margin: 0 0 20px;
}

.api-docs-panel h2,
.api-docs-panel > p,
.api-docs-principles,
.api-docs-callout,
.api-docs-flow,
.api-code-card,
.api-endpoint-card > p,
.api-url,
.api-docs-subgrid,
.api-docs-stack,
.api-docs-reference-block,
.api-docs-actions {
  max-width: 100%;
}

.api-docs-principles article {
  background: #f6f9fc;
  border: 1px solid #e3e9f2;
  border-radius: 8px;
  padding: 18px;
}

.api-docs-principles strong {
  color: #172033;
  display: block;
  font-size: 15px;
  font-weight: 900;
  margin-bottom: 6px;
}

.api-docs-principles span {
  color: #4d5a6f;
  display: block;
  font-size: 13px;
  line-height: 1.55;
}

.api-docs-callout {
  background: #fff8ed;
  border: 1px solid #ffdcaa;
  border-radius: 8px;
  color: #603a09;
  display: grid;
  gap: 4px;
  margin: 20px 0;
  padding: 18px;
}

.api-docs-callout strong {
  color: #172033;
  font-weight: 900;
}

.api-code-card {
  background: #0f1728;
  border: 1px solid #23314d;
  border-radius: 8px;
  margin-top: 18px;
  overflow: hidden;
}

.api-code-card-head {
  align-items: center;
  background: #16233a;
  border-bottom: 1px solid #23314d;
  color: #dce7ff;
  display: flex;
  font-size: 13px;
  font-weight: 900;
  justify-content: space-between;
  min-height: 42px;
  padding: 0 14px;
}

.api-code-card-head button {
  align-items: center;
  background: #23314d;
  border: 1px solid #3a4e76;
  border-radius: 6px;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  gap: 6px;
  min-height: 30px;
  padding: 0 10px;
}

.api-code-card pre {
  color: #e9f0ff;
  font-size: 13px;
  line-height: 1.65;
  margin: 0;
  overflow-x: auto;
  padding: 18px;
  white-space: pre-wrap;
  word-break: normal;
}

.api-code-card code,
.api-url code,
.api-table-wrap code {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

.api-url code,
.api-table-wrap code {
  overflow-wrap: normal;
  white-space: nowrap;
  word-break: normal;
}

.api-code-card code {
  overflow-wrap: anywhere;
  white-space: pre-wrap;
  word-break: normal;
}

.api-docs-flow {
  counter-reset: api-flow;
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}

.api-docs-flow li {
  background: #f6f9fc;
  border: 1px solid #e3e9f2;
  border-radius: 8px;
  counter-increment: api-flow;
  display: grid;
  gap: 5px;
  min-height: 76px;
  padding: 16px 18px 16px 68px;
  position: relative;
}

.api-docs-flow li::before {
  align-items: center;
  background: #172033;
  border-radius: 8px;
  color: #ffffff;
  content: counter(api-flow);
  display: inline-flex;
  font-weight: 900;
  height: 34px;
  justify-content: center;
  left: 18px;
  position: absolute;
  top: 20px;
  width: 34px;
}

.api-docs-flow strong {
  color: #172033;
  font-weight: 900;
}

.api-docs-flow span {
  color: #4d5a6f;
  line-height: 1.5;
}

.api-endpoint-list {
  display: grid;
  gap: 20px;
  margin-top: 24px;
}

.api-endpoint-head {
  align-items: flex-start;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 14px;
}

.api-endpoint-head h3 {
  color: #172033;
  font-size: 25px;
  font-weight: 900;
  margin: 8px 0 0;
}

.api-method,
.api-auth,
.api-url span {
  border-radius: 6px;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  padding: 8px 10px;
  text-transform: uppercase;
}

.api-method {
  background: #ecfbf7;
  color: #049b8f;
}

.api-auth {
  background: #edf4ff;
  color: #2457d6;
  white-space: nowrap;
}

.api-url {
  align-items: center;
  background: #f6f9fc;
  border: 1px solid #e3e9f2;
  border-radius: 8px;
  display: flex;
  gap: 10px;
  margin: 18px 0;
  min-width: 0;
  padding: 12px;
}

.api-url span {
  background: #172033;
  color: #ffffff;
  flex: 0 0 auto;
}

.api-url code {
  color: #172033;
  display: block;
  font-size: 13px;
  overflow-x: auto;
  white-space: nowrap;
}

.api-docs-subgrid {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  margin-top: 18px;
}

.api-docs-stack {
  display: grid;
  gap: 18px;
  margin-top: 18px;
}

.api-docs-subgrid > *,
.api-docs-stack > *,
.api-docs-principles > * {
  min-width: 0;
}

.api-docs-subgrid h4 {
  color: #172033;
  font-size: 15px;
  font-weight: 900;
  margin: 0 0 10px;
}

.api-docs-stack h4,
.api-docs-reference-block h4 {
  color: #172033;
  font-size: 15px;
  font-weight: 900;
  margin: 0 0 10px;
}

.api-docs-reference-block {
  background: #f6f9fc;
  border: 1px solid #e3e9f2;
  border-radius: 8px;
  margin-top: 18px;
  padding: 18px;
}

.api-docs-reference-block p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 14px;
}

.api-table-wrap {
  overflow-x: auto;
  max-width: 100%;
  min-width: 0;
}

.api-table-wrap table {
  min-width: 100%;
}

.api-table-wrap-headers table {
  min-width: 620px;
}

.api-table-wrap-fields table {
  min-width: 780px;
}

.api-table-wrap td,
.api-table-wrap th {
  font-size: 13px;
  vertical-align: top;
}

.api-table-wrap td {
  line-height: 1.55;
}

.api-empty-note {
  background: #f6f9fc;
  border: 1px solid #e3e9f2;
  border-radius: 8px;
  font-size: 14px !important;
  margin: 0 !important;
  padding: 16px;
}

.api-docs-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.public-hero + .public-metric-strip {
  margin-top: 0;
}

.footer-area .single-footer-widget .list li a {
  font-weight: 500;
}

@media (max-width: 1199px) {
  .public-hero h1 {
    font-size: 46px;
  }

  .public-grid.four,
  .public-path-grid,
  .public-path-grid.four,
  .public-trust-grid,
  .public-license-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .public-marketing-page .public-hero > .container,
  .public-marketing-page .public-section > .container,
  .public-marketing-page .public-metric-strip > .container,
  .public-marketing-page .public-cta-band > .container {
    max-width: calc(100vw - 36px);
    width: calc(100vw - 36px);
  }

  .public-marketing-page .public-hero-content,
  .public-marketing-page .public-section-heading,
  .public-marketing-page .public-card,
  .public-marketing-page .public-solution-card,
  .public-marketing-page .public-feature-card,
  .public-marketing-page .public-price-card,
  .public-marketing-page .public-path-card,
  .public-marketing-page .public-trust-item,
  .public-marketing-page .public-app-shot,
  .public-marketing-page .public-screen-card,
  .public-marketing-page .public-contact-panel {
    max-width: min(100%, 560px);
    min-width: 0;
    width: 100%;
  }

  .public-marketing-page .public-hero-content,
  .public-marketing-page .public-section-heading,
  .public-marketing-page .public-card,
  .public-marketing-page .public-solution-card,
  .public-marketing-page .public-feature-card,
  .public-marketing-page .public-price-card,
  .public-marketing-page .public-path-card,
  .public-marketing-page .public-trust-item,
  .public-marketing-page .public-app-shot,
  .public-marketing-page .public-screen-card,
  .public-marketing-page .public-contact-panel {
    max-width: 340px !important;
  }

  .public-marketing-page .public-section-heading,
  .public-marketing-page .public-card,
  .public-marketing-page .public-solution-card,
  .public-marketing-page .public-feature-card,
  .public-marketing-page .public-price-card,
  .public-marketing-page .public-path-card,
  .public-marketing-page .public-trust-item,
  .public-marketing-page .public-app-shot,
  .public-marketing-page .public-screen-card,
  .public-marketing-page .public-contact-panel {
    margin-left: auto;
    margin-right: auto;
  }

  .public-marketing-page .public-grid,
  .public-marketing-page .public-path-grid,
  .public-marketing-page .public-trust-grid,
  .public-marketing-page .public-license-gallery,
  .public-marketing-page .public-split {
    justify-items: center;
  }

  .public-hero {
    min-height: auto;
    padding: 126px 0 60px;
  }

  .public-hero h1 {
    font-size: 38px;
  }

  .public-grid.three,
  .public-grid.two,
  .public-grid.four,
  .public-path-grid,
  .public-path-grid.four,
  .public-trust-grid,
  .public-license-gallery,
  .public-metric-grid,
  .public-app-screens,
  .public-screen-grid,
  .public-split,
  .api-docs-layout,
  .api-docs-subgrid,
  .public-split.reverse {
    grid-template-columns: minmax(0, 1fr);
  }

  .api-docs-sidebar {
    position: static;
  }

  .public-split.reverse .public-media-panel {
    order: 2;
  }

  .public-screen-grid .public-screen-card:nth-child(3):last-child {
    grid-column: auto;
    max-width: 100%;
  }

  .public-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .public-app-download-panel {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 575px) {
  html,
  body,
  .public-marketing-page {
    max-width: 100vw;
    min-width: 0;
    overflow-x: hidden !important;
    width: 100%;
  }

  .public-marketing-page .container,
  .public-marketing-page .container-fluid,
  .public-marketing-page .row,
  .public-marketing-page .navbar-area,
  .public-marketing-page .public-hero,
  .public-marketing-page .public-section,
  .public-marketing-page .public-metric-strip,
  .public-marketing-page .public-cta-band {
    box-sizing: border-box;
    max-width: 100vw !important;
    min-width: 0 !important;
    overflow-x: hidden !important;
    width: 100% !important;
  }

  .public-marketing-page .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .public-hero {
    padding: 116px 0 54px;
  }

  .public-marketing-page .public-hero-content,
  .public-marketing-page .public-section-heading,
  .public-marketing-page .public-card,
  .public-marketing-page .public-solution-card,
  .public-marketing-page .public-feature-card,
  .public-marketing-page .public-price-card,
  .public-marketing-page .public-path-card,
  .public-marketing-page .public-trust-item,
  .public-marketing-page .public-app-shot,
  .public-marketing-page .public-screen-card,
  .public-marketing-page .public-contact-panel {
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }

  .public-marketing-page .public-hero-content,
  .public-marketing-page .public-section-heading,
  .public-marketing-page .public-path-card,
  .public-marketing-page .public-card,
  .public-marketing-page .public-trust-item,
  .public-marketing-page .public-app-shot,
  .public-marketing-page .public-screen-card,
  .public-marketing-page .public-contact-panel {
    box-sizing: border-box;
    margin-left: 0 !important;
    margin-right: auto !important;
    max-width: min(340px, calc(100vw - 36px)) !important;
    min-width: 0 !important;
    width: min(340px, calc(100vw - 36px)) !important;
  }

  .public-marketing-page h1,
  .public-marketing-page h2,
  .public-marketing-page h3,
  .public-marketing-page p,
  .public-marketing-page li,
  .public-marketing-page span,
  .public-marketing-page a {
    max-width: 100%;
    overflow-wrap: normal !important;
    white-space: normal;
    word-break: normal !important;
  }

  .public-marketing-page .public-hero h1,
  .public-marketing-page .public-section-heading h2,
  .public-marketing-page .public-card h3,
  .public-marketing-page .public-path-card h3,
  .public-marketing-page .public-card p,
  .public-marketing-page .public-path-card p {
    display: block;
    max-width: 100% !important;
    overflow-wrap: normal !important;
    white-space: normal !important;
    width: 100%;
    word-break: normal !important;
  }

  .public-marketing-page .api-docs-hero > .container,
  .public-marketing-page .api-docs-section > .container,
  .public-marketing-page .api-docs-hero + .public-metric-strip > .container {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    width: 100%;
  }

  .public-marketing-page .public-hero > .container,
  .public-marketing-page .public-section > .container,
  .public-marketing-page .public-metric-strip > .container,
  .public-marketing-page .public-cta-band > .container {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    padding-left: 18px;
    padding-right: 18px;
    width: 100%;
  }

  .public-section {
    padding: 50px 0;
  }

  .public-hero h1 {
    font-size: 27px;
    line-height: 1.15;
    max-width: 100%;
    overflow-wrap: break-word;
    width: 100%;
    word-break: normal;
  }

  .public-hero p,
  .public-section-heading p {
    font-size: 15px;
    line-height: 1.55;
    max-width: 100%;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .public-section-heading h2 {
    font-size: 25px;
    line-height: 1.2;
    max-width: 100%;
  }

  .public-card h3,
  .public-solution-card h3,
  .public-feature-card h3,
  .public-price-card h3,
  .public-path-card h3,
  .public-screen-title-row h3 {
    font-size: 19px;
    line-height: 1.25;
  }

  .public-hero-actions,
  .public-button,
  .public-button-secondary,
  .public-button-light {
    box-sizing: border-box;
    width: 100%;
  }

  .public-hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

  .public-button,
  .public-button-secondary,
  .public-button-light {
    line-height: 1.25;
    max-width: 100%;
    min-height: 48px;
    min-width: 0;
    padding: 12px 14px;
    text-align: center;
  }

  .public-proof-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .public-proof-row span,
  .public-tag {
    box-sizing: border-box;
    min-height: 0;
    padding: 9px 12px;
  }

  .public-card,
  .public-solution-card,
  .public-feature-card,
  .public-price-card,
  .public-path-card,
  .public-app-shot,
  .public-app-download-panel,
  .public-screen-card,
  .public-contact-panel,
  .api-docs-panel,
  .api-endpoint-card {
    padding: 22px;
  }

  .public-screen-body {
    padding: 14px;
  }

  .public-screen-kpis,
  .public-screen-row {
    grid-template-columns: minmax(0, 1fr);
  }

  .public-screen-title-row {
    flex-direction: column;
  }

  .public-phone-frame {
    max-width: 210px;
  }

  .public-app-download-panel {
    align-items: stretch;
    flex-direction: column;
  }

  details.api-endpoint-card {
    padding: 0;
  }

  .api-endpoint-summary,
  .api-endpoint-detail {
    padding-left: 20px;
    padding-right: 20px;
  }

  .api-endpoint-summary {
    flex-direction: column;
  }

  .api-endpoint-summary-meta {
    align-items: flex-start;
    flex-direction: row;
  }

  .api-url,
  .api-endpoint-head,
  .api-docs-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .api-docs-panel h2,
  .api-endpoint-head h3 {
    font-size: 23px;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .api-docs-layout,
  .api-docs-content,
  .api-docs-sidebar,
  .api-docs-panel,
  .api-endpoint-card,
  .api-code-card {
    max-width: 100%;
    width: 100%;
  }

  .api-docs-layout {
    display: block;
  }

  .api-docs-sidebar {
    margin-bottom: 28px;
  }

  .api-docs-panel > *,
  .api-endpoint-card > * {
    box-sizing: border-box;
    max-width: 100%;
  }

  .api-docs-panel,
  .api-endpoint-card {
    overflow: hidden;
  }

  .api-url code {
    max-width: 100%;
  }

	  .public-media-caption {
	    bottom: 14px;
	    left: 14px;
	    right: 14px;
	  }

  .public-media-panel,
  .public-media-panel img {
    min-height: 300px;
  }
}
