@font-face {
  font-family: "Gordita Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Gordita Regular"),
    url("../fonts/Gordita Regular.woff") format("woff");
}

@font-face {
  font-family: "Gordita Regular Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Gordita Regular Italic"),
    url("../fonts/Gordita Regular Italic.woff") format("woff");
}

@font-face {
  font-family: "Gordita Thin";
  font-style: normal;
  font-weight: normal;
  src: local("Gordita Thin"), url("../fonts/Gordita Thin.woff") format("woff");
}

@font-face {
  font-family: "Gordita Thin Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Gordita Thin Italic"),
    url("../fonts/Gordita Thin Italic.woff") format("woff");
}

@font-face {
  font-family: "Gordita Light";
  font-style: normal;
  font-weight: normal;
  src: local("Gordita Light"), url("../fonts/Gordita Light.woff") format("woff");
}

@font-face {
  font-family: "Gordita Light Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Gordita Light Italic"),
    url("../fonts/Gordita Light Italic.woff") format("woff");
}

@font-face {
  font-family: "Gordita Medium";
  font-style: normal;
  font-weight: normal;
  src: local("Gordita Medium"),
    url("../fonts/Gordita Medium.woff") format("woff");
}

@font-face {
  font-family: "Gordita Medium Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Gordita Medium Italic"),
    url("Gordita Medium Italic.woff") format("woff");
}

@font-face {
  font-family: "Gordita Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Gordita Bold"), url("../fonts/Gordita Bold.woff") format("woff");
}

@font-face {
  font-family: "Gordita Bold Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Gordita Bold Italic"),
    url("../fonts/Gordita Bold Italic.woff") format("woff");
}

@font-face {
  font-family: "Gordita Black";
  font-style: normal;
  font-weight: normal;
  src: local("Gordita Black"), url("../fonts/Gordita Black.woff") format("woff");
}

@font-face {
  font-family: "Gordita Black Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Gordita Black Italic"),
    url("../fonts/Gordita Black Italic.woff") format("woff");
}

@font-face {
  font-family: "Gordita Ultra";
  font-style: normal;
  font-weight: normal;
  src: local("Gordita Ultra"), url("../fonts/Gordita Ultra.woff") format("woff");
}

@font-face {
  font-family: "Gordita Ultra Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Gordita Ultra Italic"),
    url("../fonts/Gordita Ultra Italic.woff") format("woff");
}

body {
  font-family: "Gordita Regular";
}

.display-4 {
  font-size: 2rem;
}

/* Browser mockup code
 * Contribute: https://gist.github.com/jarthod/8719db9fef8deb937f4f
 * Live example: https://updown.io
 */

.browser-mockup {
  border-top: 2em solid rgba(230, 230, 230, 0.7);
  box-shadow: 0 0.1em 1em 0 rgba(0, 0, 0, 0.2);
  position: relative;
  border-radius: 3px 3px 0 0;
}

.browser-mockup:before {
  display: block;
  position: absolute;
  content: "";
  top: -1.25em;
  left: 1em;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background-color: #f44;
  box-shadow: 0 0 0 2px #f44, 1.5em 0 0 2px #9b3, 3em 0 0 2px #fb5;
}

.browser-mockup.with-tab:after {
  display: block;
  position: absolute;
  content: "";
  top: -2em;
  left: 5.5em;
  width: 20%;
  height: 0em;
  border-bottom: 2em solid white;
  border-left: 0.8em solid transparent;
  border-right: 0.8em solid transparent;
}

.browser-mockup.with-url:after {
  display: block;
  position: absolute;
  content: "";
  top: -1.6em;
  left: 5.5em;
  width: calc(100% - 6em);
  height: 1.2em;
  border-radius: 2px;
  background-color: white;
}

.browser-mockup>* {
  display: block;
}

.browser-mockup {
  margin: 2em;
  flex: 1;
}

#home-header {
  background-image: linear-gradient(to right,
      #171f29,
      #171f29 55%,
      #f2f4f7 45%);
  min-height: 800px;
}

/*
merchant agreement
*/
.section-features {
  padding-top: 3em;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #555555;
}

.agreement-section {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eeeff2;
  clear: both;
}

.section-features .left p {
  font-size: 14px;
  line-height: 1.4em;
  color: #525558;
  padding: 0 5% 0 0;
}

.section-features .right p {
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 1px;
}

.section-features h5 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: #71767a;
  padding: 0 0 20px 0;
  line-height: 14px;
}

.navbar-left .logo-dark,
.navbar-left .logo-light {
  max-height: 40px;
}

#home-header .business-woman {
  position: absolute;
  transition: opacity 400ms linear 0s;
  bottom: 0px;
  top: -200px;
  width: 72%;
  left: -100px;
}

#home-header .zoom-meeting {
  position: absolute;
  transition: opacity 400ms linear 0s;
  bottom: 0px;
  top: -100px;
  width: 72%;
  right: 0;
}

#home-header .lead::before {
  content: "";
  display: block;
  position: relative;
  margin-bottom: 24px;
  width: 79px;
  height: 1px;
  background: #6f7782;
}

.video-wrapper.reveal .poster,
.video-wrapper.reveal .btn {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.8s linear;
  transition: 0.8s linear;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.h-120 {
  height: 120px;
}

.blockquote p::before,
.blockquote p::after {
  font-size: 3.5rem;
}

.navbar-dark .nav-navbar .nav-link,
.navbar-light .nav-navbar .nav-link {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: normal;
}

.navbar-dark .nav-navbar .nav-link {
  color: #99a5b5;
}

.navbar-stick-light.stick .nav-navbar>.nav-link,
.navbar-light .nav-navbar>.nav-link {
  color: #616e80;
}

.navbar-dark .nav-navbar>.nav-link:hover,
.navbar-stick-light.stick .nav-navbar>.nav-link:hover {
  color: #50a1ff;
}

.btn {
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
}

#home-header h1,
#home-header h2,
#home-header h3,
#home-header h4,
#home-header h5,
#home-header h6,
#home-header .h1,
#home-header .h2,
#home-header .h3,
#home-header .h4,
#home-header .h5,
#home-header .h6,
#home-header .lead {
  color: #ffffff;
  font-weight: normal;
}

#home-header .lead {
  font-family: "Gordita Thin";
  line-height: 30px;
}

.partner img {
  max-height: 40px;
  max-width: 150px;
}

[data-overlay]::before {
  background: #28313c;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }

  .navbar-left .logo-dark,
  .navbar-left .logo-light {
    max-height: 20px;
  }

  #home-header {
    background-image: linear-gradient(180deg,
        #171f28,
        #171f29 65%,
        #f2f4f7 0 100%);
  }

  #home-header {
    min-height: auto;
    padding-top: 100px;
    padding-bottom: 260px;
  }

  #home-header .business-woman {
    left: 15%;
    width: 37%;
    top: -40px;
  }

  #home-header .zoom-meeting {
    width: 35%;
    right: 75px;
    top: 20px;
  }

  #home-header h1 {
    font-size: 25px;
  }

  #home-header .lead::before {
    display: none;
  }

  #home-header .lead {
    width: 100% !important;
  }

  .partner img {
    max-width: 120px;
  }

  .constellation {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }

  #home-header {
    background-image: linear-gradient(180deg,
        #171f28,
        #171f29 65%,
        #f2f4f7 0 100%);
  }

  #home-header {
    min-height: auto;
    padding-top: 100px;
    padding-bottom: 490px;
  }

  #home-header .business-woman {
    left: unset;
    width: 51%;
    top: -40px;
  }

  #home-header .zoom-meeting {
    width: 49%;
    right: 15px;
    top: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.hosting-container {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.hosting-title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
}

.hosting-card {
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}

.hosting-card:hover {
  transform: scale(1.05);
}

.hosting-img {
  height: 200px;
  object-fit: cover;
}

.hosting-btn {
  background-color: #007bff;
  color: white;
}

.hosting-btn:hover {
  background-color: #0056b3;
}

/* Home hero — trust chips, CTAs, SaaS card (dark #home-header) */
#home-header .home-hero-kicker {
  color: rgba(255, 255, 255, 0.55) !important;
  letter-spacing: 0.07em;
  font-size: 0.72rem;
}

#home-header .home-hero-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem 1rem;
  max-width: 38rem;
}

@media (min-width: 576px) {
  #home-header .home-hero-stat-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem 1rem;
  }
}

#home-header .home-hero-stat-cell {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0.85rem 0.75rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  text-decoration: none;
  color: inherit;
  transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

#home-header .home-hero-stat-cell:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(80, 161, 255, 0.45);
  text-decoration: none;
  color: inherit;
  transform: translateY(-1px);
}

#home-header .home-hero-stat-num {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  letter-spacing: -0.02em;
}

@media (min-width: 992px) {
  #home-header .home-hero-stat-num {
    font-size: 1.65rem;
  }
}

#home-header .home-hero-stat-stars {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  color: #f5c15c;
  line-height: 1.4;
  margin-top: 0.15rem;
}

#home-header .home-hero-stat-lbl {
  font-size: 0.72rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 0.35rem;
}

/* CodeCanyon stats band (below logos) */
.home-cc-stats-section {
  background: linear-gradient(180deg, #fafbfc 0%, #fff 40%, #fff 100%);
  border-top: 1px solid #e8ecf0;
  border-bottom: 1px solid #e8ecf0;
}

.home-cc-stat-card {
  padding: 1.35rem 1rem;
  border-radius: 14px;
  border: 1px solid #e4e9ef;
  background: #fff;
  box-shadow: 0 4px 20px rgba(23, 31, 41, 0.05);
  transition: box-shadow 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.home-cc-stat-card:hover {
  border-color: #c5d7f0;
  box-shadow: 0 8px 28px rgba(23, 31, 41, 0.08);
  transform: translateY(-2px);
  text-decoration: none;
}

.home-cc-stat-value {
  display: block;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.home-cc-stat-stars {
  color: #f0ad4e;
  font-size: 1.25rem;
  vertical-align: middle;
}

.home-cc-stat-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #6c757d;
  margin-top: 0.5rem;
}

#home-header .home-hero-trust {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -0.3rem;
}

#home-header .home-hero-trust-item {
  margin: 0.3rem;
  display: inline-flex;
  align-items: center;
  padding: 0.42rem 0.95rem;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.96);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 100px;
}

#home-header .home-hero-actions .btn-outline-light {
  border-width: 2px;
}

#home-header .home-hero-btn-demo {
  font-weight: 500;
}

#home-header .home-hero-saas-card {
  margin-top: 1.35rem;
  max-width: 32rem;
}

#home-header .home-hero-saas-card-inner {
  padding: 1.2rem 1.35rem;
  border-radius: 12px;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.04) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 14px 48px rgba(0, 0, 0, 0.22);
}

#home-header .home-hero-saas-card-label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0.35rem;
}

#home-header .home-hero-saas-card-label .badge {
  margin-right: 0.5rem;
}

#home-header .home-hero-saas-card-title {
  color: #fff;
  font-weight: 600;
  font-size: 1.02rem;
}

#home-header .home-hero-saas-card-text {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.875rem;
  line-height: 1.55;
}

#home-header .home-hero-saas-card--stacked {
  max-width: none;
}

/* Bottom CTA — self-hosted vs SaaS */
.home-bottom-cta-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 1.5rem;
}

.home-bottom-cta-card {
  flex: 1 1 260px;
  max-width: 360px;
  padding: 1.65rem 1.5rem;
  border-radius: 14px;
  border: 1px solid #e4e9ef;
  background: #fff;
  box-shadow: 0 6px 32px rgba(23, 31, 41, 0.07);
  text-align: left;
}

.home-bottom-cta-card--saas {
  border-color: #d5dde6;
  background: linear-gradient(180deg, #f6f8fb 0%, #fff 55%);
}

@media (max-width: 575px) {
  .home-bottom-cta-card {
    max-width: none;
  }
}