:root {
  --ps-blue: #0587ff;
  --ps-blue-2: #0067e8;
  --ps-navy: #13224c;
  --ps-green: #49d05a;
  --ps-soft: #f4f9ff;
  --ps-muted: #66718a;
  --ps-border: rgba(19, 34, 76, .10);
  --ps-shadow: 0 24px 70px rgba(19, 34, 76, .12);
  --ps-radius: 28px;
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  font-family: 'Montserrat', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--ps-navy);
  background: #fff;
  overflow-x: hidden
}

a {
  text-decoration: none
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, .88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(19, 34, 76, .07)
}

.navbar {
  padding: 14px 0
}

.navbar-toggler {
  border: 0;
  box-shadow: none !important
}

.nav-link {
  font-weight: 700;
  color: #20305d !important;
  font-size: .92rem
}

.nav-link:hover {
  color: var(--ps-blue) !important
}

.brand-combo {
  display: flex;
  align-items: center;
  gap: 18px
}

.brand-logo {
  object-fit: contain
}

.payshop-logo {
  height: 42px
}

.fidaty-logo {
  height: 36px
}

.brand-separator {
  width: 1px;
  height: 34px;
  background: rgba(19, 34, 76, .22);
  display: inline-block
}

.footer-brand .payshop-logo {
  height: 38px
}

.footer-brand .fidaty-logo {
  height: 32px
}

.btn {
  border-radius: 999px;
  font-weight: 800;
  padding: .78rem 1.35rem
}

.btn-primary {
  background: linear-gradient(135deg, var(--ps-blue), var(--ps-blue-2));
  border: 0;
  box-shadow: 0 12px 30px rgba(5, 135, 255, .27)
}

.btn-primary:hover {
  filter: brightness(.96);
  transform: translateY(-1px)
}

.btn-outline-primary {
  border: 1px solid rgba(5, 135, 255, .35);
  color: var(--ps-blue);
  background: #fff
}

.btn-outline-primary:hover {
  background: var(--ps-blue);
  border-color: var(--ps-blue)
}

.btn-soft {
  background: #eef7ff;
  color: var(--ps-blue);
  border: 1px solid rgba(5, 135, 255, .18)
}

.section-shell {
  position: relative;
  padding: 110px 0;
  overflow: hidden
}

.section-shell:before {
  content: "";
  position: absolute;
  inset: auto auto -160px -120px;
  width: 420px;
  height: 420px;
  border-radius: 48% 52% 57% 43%;
  background: linear-gradient(135deg, rgba(5, 135, 255, .12), rgba(73, 208, 90, .06));
  z-index: -1
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: var(--ps-blue);
  letter-spacing: .02em;
  margin-bottom: 18px
}

.eyebrow.muted {
  color: #ef7b51
}

.eyebrow.light {
  color: #dff0ff
}

.section-heading {
  max-width: 820px;
  margin: 0 auto 46px
}

.section-heading p,
.hero-text,
section p {
  font-size: 1.06rem;
  line-height: 1.75;
  color: var(--ps-muted)
}

h1,
h2,
h3 {
  font-weight: 800;
  color: var(--ps-navy);
  letter-spacing: -.045em
}

h1 {
  font-size: clamp(4rem, 5vw, 8rem);
  line-height: .86;
  margin-bottom: 20px
}

h2 {
  font-size: clamp(2.25rem, 4vw, 4.6rem);
  line-height: 1.02;
  margin-bottom: 22px
}

h3 {
  font-size: 1.35rem
}

.quote-line {
  font-weight: 800;
  color: var(--ps-navy);
  padding: 18px 22px;
  background: #fff;
  border-left: 5px solid var(--ps-green);
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(19, 34, 76, .08)
}

/* MELHORIA PARA CARD 
.hero-section{min-height:calc(100vh - 72px);display:flex;align-items:center;padding-top:80px;background:radial-gradient(circle at 70% 10%,rgba(5,135,255,.12),transparent 34%),linear-gradient(180deg,#fff 0%,#f8fbff 100%)}.hero-title{font-size:clamp(1.75rem,3vw,3.05rem);font-weight:900;line-height:1.08;color:var(--ps-navy);max-width:650px}.hero-text{max-width:640px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:30px 0}.hero-proof{display:flex;gap:14px;flex-wrap:wrap}.hero-proof span{background:#fff;border:1px solid var(--ps-border);box-shadow:0 12px 35px rgba(19,34,76,.08);border-radius:999px;padding:10px 16px;font-weight:800;color:#344266}.hero-proof i{color:var(--ps-green);margin-right:6px}.hero-media{position:relative}.hero-img,.section-img{border-radius:var(--ps-radius);filter:drop-shadow(0 28px 45px rgba(19,34,76,.13))}.hero-img{max-width:115%;margin-left:-5%} */

.hero-section {
  min-height: calc(100vh - 72px);
  height: calc(100vh - 72px);
  min-height: 720px;
  display: flex;
  align-items: center;
  padding-top: 80px;
  background: linear-gradient(90deg, #fff 0%, #f4faff 44%, #eef7ff 100%);
  isolation: isolate
}

.hero-section:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, .94) 0%, rgba(255, 255, 255, .76) 31%, rgba(255, 255, 255, .18) 57%, rgba(255, 255, 255, 0) 100%);
  z-index: 0;
  pointer-events: none
}

.hero-bg-media {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden
}

.hero-bg-media picture {
  display: block;
  width: 100%;
  height: 100%
}

.hero-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  filter: none;
  transform: scale(1.012);
  will-change: transform
}

.hero-content {
  position: relative;
  z-index: 2
}

.hero-title {
  font-size: clamp(1.75rem, 3vw, 3.05rem);
  font-weight: 800;
  line-height: 1.08;
  color: var(--ps-navy);
  max-width: 650px
}

.hero-text {
  max-width: 640px
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin: 30px 0
}

.hero-proof {
  display: flex;
  gap: 14px;
  flex-wrap: wrap
}

.hero-proof span {
  background: #fff;
  border: 1px solid var(--ps-border);
  box-shadow: 0 12px 35px rgba(19, 34, 76, .08);
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 800;
  color: #344266
}

.hero-proof i {
  color: var(--ps-green);
  margin-right: 6px
}

.hero-float-cards {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none
}

.hero-float-card {
  position: absolute;
  animation: heroFloat 6s ease-in-out infinite;
  will-change: transform
}

.hero-dashboard-card {
  width: 218px;
  padding: 15px;
  border: 1px solid rgba(19, 34, 76, .08);
  border-radius: 22px;
  background: rgba(255, 255, 255, .88);
  backdrop-filter: blur(16px);
  box-shadow: 0 22px 58px rgba(19, 34, 76, .14)
}

.hero-dashboard-card--compact {
  width: 188px
}

.hero-card-top {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 11px;
  align-items: center
}

.hero-card-top i {
  width: 42px;
  height: 42px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--ps-blue), var(--ps-blue-2));
  color: #fff;
  font-size: 1.1rem
}

.hero-card-top span {
  display: block;
  font-size: .76rem;
  font-weight: 850;
  color: #516078
}

.hero-card-top strong {
  display: block;
  margin-top: 2px;
  font-size: 1.04rem;
  font-weight: 950;
  color: var(--ps-navy);
  line-height: 1.1
}

.hero-card-top strong small,
.hero-card-metric small {
  font-size: .68rem;
  font-weight: 950;
  color: var(--ps-green);
  margin-left: 4px
}

.hero-card-metric {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin: 11px 0 3px
}

.hero-card-metric b {
  font-size: 1.22rem;
  font-weight: 950;
  color: var(--ps-navy)
}

.hero-line-chart {
  width: 100%;
  height: 42px;
  margin-top: 4px;
  overflow: visible
}

.hero-chart-area {
  fill: rgba(73, 208, 90, .13)
}

.hero-chart-line {
  fill: none;
  stroke: var(--ps-green);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-dasharray: 260;
  stroke-dashoffset: 260;
  animation: heroChartDraw 2.4s ease-in-out infinite
}

.hero-bars-chart {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  height: 42px;
  margin-top: 12px;
  padding-top: 4px
}

.hero-bars-chart span {
  flex: 1;
  height: var(--bar);
  min-height: 8px;
  border-radius: 999px 999px 5px 5px;
  background: linear-gradient(180deg, var(--ps-blue), #83c8ff);
  transform-origin: bottom;
  animation: heroBarGrow 1.9s ease-in-out infinite
}

.hero-bars-chart span:nth-child(2) {
  animation-delay: .08s
}

.hero-bars-chart span:nth-child(3) {
  animation-delay: .16s
}

.hero-bars-chart span:nth-child(4) {
  animation-delay: .24s
}

.hero-bars-chart span:nth-child(5) {
  animation-delay: .32s
}

.hero-bars-chart span:nth-child(6) {
  animation-delay: .4s
}

.hero-bars-chart span:nth-child(7) {
  animation-delay: .48s
}

.hero-progress-wrap {
  margin-top: 11px
}

.hero-progress-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 7px
}

.hero-progress-info small {
  font-size: .68rem;
  font-weight: 850;
  color: #66738a
}

.hero-progress-info b {
  font-size: .82rem;
  font-weight: 950;
  color: var(--ps-blue)
}

.hero-progress {
  position: relative;
  height: 18px;
  border-radius: 999px;
  background: #e8eef8;
  overflow: hidden
}

.hero-progress-bar {
  width: var(--progress);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--ps-blue), var(--ps-green));
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 8px;
  animation: heroProgressFill 2.6s ease-in-out infinite
}

.hero-progress-bar span {
  color: #fff;
  font-size: .66rem;
  line-height: 1;
  font-weight: 950
}

.hero-status-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: max-content;
  margin-top: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(37, 183, 74, .12);
  color: #168438;
  font-size: .7rem;
  font-weight: 900
}

.hero-status-pill b {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ps-green);
  box-shadow: 0 0 0 5px rgba(37, 183, 74, .14);
  animation: heroStatusPing 1.8s ease-in-out infinite
}

.hero-client-tags {
  display: flex;
  gap: 7px;
  margin-top: 12px
}

.hero-client-tags small {
  padding: 6px 9px;
  border-radius: 999px;
  background: #eef6ff;
  color: var(--ps-blue);
  font-size: .66rem;
  font-weight: 950
}

.hero-client-tags small:last-child {
  background: #ecfff2;
  color: #168438
}

.hero-float-card--stock {
    top: 5%;
    left: 60%;
  animation-delay: .1s
}

.hero-float-card--orders {
top: 8%;
    right: 14%;
  animation-delay: .8s
}

.hero-float-card--delivery {
  top: 72%;
  right: 1%;
  animation-delay: 1.3s
}

.hero-float-card--payment {
    top: 55%;
    left: 63%;
  animation-delay: .45s
}

.hero-float-card--clients {
    bottom: 10%;
    left: 57%;
  animation-delay: 1.8s
}

.hero-float-card--payment .hero-card-top i {
  background: linear-gradient(135deg, var(--ps-green), #20b94a)
}

.hero-float-card--clients .hero-card-top i {
  background: linear-gradient(135deg, #36b37e, var(--ps-green))
}

.hero-img,
.section-img {
  border-radius: var(--ps-radius);
  filter: drop-shadow(0 28px 45px rgba(19, 34, 76, .13))
}

.hero-img {
  max-width: 115%;
  margin-left: -5%
}


.problem-section {
  background: #fff
}

.problem-cards {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  margin-top: 42px
}

.mini-card {
  min-height: 150px;
  background: #fff;
  border: 1px solid var(--ps-border);
  border-radius: 24px;
  padding: 22px;
  box-shadow: 0 18px 46px rgba(19, 34, 76, .08);
  transition: .28s ease;
  transform-style: preserve-3d
}

.mini-card i {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: #fff2ee;
  color: #ef7b51;
  font-size: 1.4rem;
  margin-bottom: 16px
}

.mini-card strong {
  display: block;
  font-size: .95rem;
  line-height: 1.35
}

.interaction-tilt .mini-card:hover {
  transform: rotateX(4deg) rotateY(-5deg) translateY(-8px);
  box-shadow: 0 26px 70px rgba(239, 123, 81, .18)
}

.solution-section {
  background: linear-gradient(180deg, #f7fbff 0%, #fff 100%)
}

.solution-orbit-cards {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
  margin-top: 38px
}

.orbit-card {
  background: rgba(255, 255, 255, .84);
  border: 1px solid var(--ps-border);
  box-shadow: 0 18px 44px rgba(5, 135, 255, .09);
  border-radius: 24px;
  padding: 20px;
  text-align: center;
  animation: floatCard 5.5s ease-in-out infinite
}

.orbit-card:nth-child(2n) {
  animation-delay: .6s
}

.orbit-card:nth-child(3n) {
  animation-delay: 1.2s
}

.orbit-card i {
  font-size: 1.8rem;
  color: var(--ps-blue);
  display: block;
  margin-bottom: 10px
}

.orbit-card span {
  font-weight: 800;
  font-size: .92rem
}

.portal-slide-cards {
  display: flex;
  gap: 14px;
  overflow: auto;
  padding: 28px 0 6px;
  scroll-snap-type: x mandatory
}

.slide-pill {
  flex: 0 0 auto;
  scroll-snap-align: start;
  background: #fff;
  border: 1px solid rgba(5, 135, 255, .14);
  box-shadow: 0 16px 42px rgba(19, 34, 76, .08);
  padding: 16px 21px;
  border-radius: 999px;
  font-weight: 850;
  color: #23335e;
  transition: .3s ease
}

.slide-pill:hover {
  transform: translateX(8px) scale(1.03);
  background: #f3faff
}

.slide-pill i {
  color: var(--ps-green);
  margin-right: 7px
}

.admin-section {
  background: #f7fbff
}

.admin-stats-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 42px
}

.stat-card {
  background: #fff;
  border: 1px solid var(--ps-border);
  border-radius: 22px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 18px 48px rgba(19, 34, 76, .08);
  transition: .25s ease
}

.stat-card:hover {
  transform: translateY(-9px);
  box-shadow: 0 28px 72px rgba(5, 135, 255, .13)
}

.stat-card i {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--ps-blue), #4aa9ff);
  color: #fff;
  font-size: 1.25rem
}

.stat-card span {
  font-weight: 850;
  line-height: 1.25
}

.apps-section {
  background: #fff
}

.app-showcase {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px
}

.app-card {
  position: sticky;
  top: 98px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 28px;
  align-items: center;
  background: linear-gradient(135deg, #fff, #f5fbff);
  border: 1px solid var(--ps-border);
  border-radius: 34px;
  padding: 28px;
  box-shadow: var(--ps-shadow);
  transform: translateY(0);
  transition: .3s ease
}

.app-card+.app-card {
  margin-top: 28px
}

.app-kicker {
  font-weight: 900;
  color: var(--ps-blue);
  text-transform: uppercase;
  font-size: .76rem;
  letter-spacing: .08em
}

.app-card h3 {
  font-size: clamp(1.8rem, 3vw, 3.4rem);
  margin: 8px 0 12px
}

.feature-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px
}

.feature-tags span {
  padding: 9px 13px;
  border-radius: 999px;
  background: #eef7ff;
  color: #20305d;
  font-weight: 800;
  font-size: .84rem
}

.app-card-media img {
  width: 100%;
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(19, 34, 76, .13)
}

.integrations-section {
  background: linear-gradient(180deg, #fff 0%, #f7fbff 100%)
}

.integration-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 24px
}

.integration-grid article {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  background: #fff;
  border: 1px solid var(--ps-border);
  border-radius: 24px;
  padding: 20px;
  box-shadow: 0 16px 42px rgba(19, 34, 76, .07)
}

.integration-grid i {
  grid-row: span 2;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: #eaf6ff;
  color: var(--ps-blue);
  font-size: 1.5rem
}

.integration-grid h3 {
  margin: 0;
  font-size: 1.15rem
}

.integration-grid p {
  margin: 0;
  font-size: .95rem;
  line-height: 1.55
}

.cta-section {
  padding: 100px 0;
  background: #fff
}

.cta-box {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--ps-navy), #0b55c9 62%, var(--ps-blue));
  border-radius: 38px;
  color: #fff;
  padding: 58px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 36px;
  align-items: center;
  box-shadow: 0 34px 90px rgba(5, 135, 255, .28)
}

.cta-box:after {
  content: "";
  position: absolute;
  right: -100px;
  top: -100px;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background: rgba(73, 208, 90, .22)
}

.cta-box h2,
.cta-box p {
  color: #fff
}

.cta-box p {
  opacity: .9;
  max-width: 720px
}

.cta-actions {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end
}

.faq-accordion {
  max-width: 940px;
  margin: 0 auto
}

.accordion-item {
  border: 1px solid var(--ps-border);
  border-radius: 20px !important;
  margin-bottom: 14px;
  overflow: hidden;
  box-shadow: 0 12px 34px rgba(19, 34, 76, .06)
}

.accordion-button {
  font-weight: 850;
  color: var(--ps-navy);
  padding: 22px
}

.accordion-button:not(.collapsed) {
  background: #eef7ff;
  color: var(--ps-blue);
  box-shadow: none
}

.accordion-body {
  color: var(--ps-muted);
  line-height: 1.7
}

.site-footer {
  padding: 50px 0;
  background: #071331;
  color: #dbe7ff
}

.site-footer p {
  color: #b9c7e4;
  margin: 18px 0 0
}

.site-footer .brand-separator {
  background: rgba(255, 255, 255, .2)
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px
}

.footer-links a {
  color: #dbe7ff;
  font-weight: 750
}

.site-footer small {
  display: block;
  margin-top: 12px;
  color: #9fb0d1
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 999;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #22c55e;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 1.6rem;
  box-shadow: 0 18px 40px rgba(34, 197, 94, .35)
}

.whatsapp-float:hover {
  color: #fff;
  transform: translateY(-3px)
}

[data-reveal]{opacity:0;transform:translateY(34px);transition:opacity .75s ease,transform .75s ease}[data-reveal].is-visible{opacity:1;transform:translateY(0)}@keyframes floatCard{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes heroFloat{0%,100%{transform:translate3d(0,0,0)}50%{transform:translate3d(0,-14px,0)}}@keyframes heroChartDraw{0%{stroke-dashoffset:260;opacity:.55}45%,100%{stroke-dashoffset:0;opacity:1}}@keyframes heroBarGrow{0%,100%{transform:scaleY(.72);opacity:.75}50%{transform:scaleY(1);opacity:1}}@keyframes heroProgressFill{0%{width:38%}45%,100%{width:var(--progress)}}@keyframes heroStatusPing{0%,100%{box-shadow:0 0 0 4px rgba(37,183,74,.12)}50%{box-shadow:0 0 0 8px rgba(37,183,74,.2)}}
@keyframes floatCard {

  0%,
  100% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-12px)
  }
}

@keyframes heroFloat {

  0%,
  100% {
    transform: translate3d(0, 0, 0)
  }

  50% {
    transform: translate3d(0, -14px, 0)
  }
}

.swal2-popup {
  font-family: 'Montserrat', system-ui, sans-serif !important;
  border-radius: 28px !important
}

.lead-form {
  text-align: left
}

.lead-form .form-label {
  font-size: .82rem;
  font-weight: 800;
  color: var(--ps-navy);
  margin-bottom: 6px
}

.lead-form .form-control,
.lead-form .form-select {
  border-radius: 14px;
  border: 1px solid rgba(19, 34, 76, .14);
  padding: 12px 14px;
  font-weight: 600
}

.lead-form textarea {
  min-height: 96px
}

/* Ajuste das imagens das seções e mockups dos apps */
.section-media-frame {
  height: 100%;
  min-height: 420px;
  overflow: hidden;
}

.section-media-frame picture {
  display: block;
  width: 100%;
  height: 100%;
}

.section-media-frame .section-img--cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
  filter: none;
  box-shadow: none;
}

.app-card {
  align-items: stretch;
}

.app-card-media--mockup {
  min-height: 420px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.app-card-media--mockup .app-mockup-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 0;
  box-shadow: none;
  filter: none;
}