:root {
  --blue: #0d43ff;
  --blue-2: #082db7;
  --blue-3: #6f8dff;
  --navy: #07183f;
  --deep: #061132;
  --text: #141d38;
  --muted: #61708e;
  --ice: #f5f8ff;
  --line: rgba(13, 67, 255, .13);
  --white: #fff;
  --cyan: #1dd6e8;
  --radius: 30px;
  --container: 1180px;
  --shadow: 0 28px 90px rgba(13, 67, 255, .18);
  --dark-shadow: 0 34px 100px rgba(4, 16, 58, .3);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

html {
  scroll-behavior: smooth
}

body {
  font-family: Inter, system-ui, sans-serif;
  color: var(--text);
  background: #fff;
  overflow-x: hidden
}

body.menu-open {
  overflow: hidden
}

a {
  text-decoration: none;
  color: inherit
}

img {
  display: block;
  max-width: 100%
}

footer {
  position: relative;
  background: linear-gradient(135deg, #173a6e, #082b59);
  color: #fff;
  padding: 42px 0 30px;
  overflow: hidden;
  border-radius: 0;
}

.container {
  width: min(var(--container), calc(100% - 42px));
  margin: auto
}

.page-loader {
  position: fixed;
  inset: 0;
  z-index: 4000;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 50% 35%, #315cff, #0d43ff 55%, #07145a);
  transition: .55s ease
}

.page-loader img {
  width: 190px;
  animation: loaderPulse 1.15s ease-in-out infinite
}

.page-loader.loaded {
  opacity: 0;
  visibility: hidden
}

.scroll-progress {
  position: fixed;
  left: 0;
  top: 0;
  height: 4px;
  width: 0;
  z-index: 2000;
  background: linear-gradient(90deg, #fff, var(--cyan), #7893ff);
  box-shadow: 0 0 20px rgba(29, 214, 232, .7)
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1500;
  height: 74px;
  padding: 0 clamp(20px, 5vw, 72px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  transition: .35s ease
}

.site-header.scrolled {
  height: 64px;
  background: rgba(7, 24, 63, .76);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 55px rgba(4, 17, 62, .23)
}

.brand {
  display: flex;
  align-items: center;
  gap: 13px
}

.logo-iv2 {
  width: 110px;
  filter: brightness(0) invert(1)
}

.logo-gupy {
  width: 80px
}

.brand span {
  width: 1px;
  height: 22px;
  background: rgba(255, 255, 255, .45)
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2vw, 28px);
  font-size: .88rem;
  font-weight: 800
}

.nav a {
  opacity: .92;
  position: relative;
  transition: .25s ease
}

.nav a:hover {
  opacity: 1;
  transform: translateY(-1px)
}

.nav a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  height: 2px;
  width: 0;
  background: #fff;
  border-radius: 99px;
  transition: .25s
}

.nav a:hover:after {
  width: 100%
}

.nav-button {
  padding: 10px 19px;
  border: 1px solid rgba(255, 255, 255, .36);
  border-radius: 99px;
  background: rgba(255, 255, 255, .1);
  backdrop-filter: blur(12px)
}

.nav-button:after {
  display: none
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 15px;
  background: rgba(255, 255, 255, .14);
  place-items: center;
  gap: 5px;
  cursor: pointer
}

.menu-toggle i {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  border-radius: 99px;
  transition: .25s
}

.menu-toggle.active i:nth-child(1) {
  transform: translateY(7px) rotate(45deg)
}

.menu-toggle.active i:nth-child(2) {
  opacity: 0
}

.menu-toggle.active i:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg)
}

.hero {
  min-height: 760px;
  position: relative;
  display: grid;
  place-items: center;
  text-align: center;
  color: #fff;
  background: linear-gradient(135deg, #0832c7, #0d43ff);
  overflow: hidden
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: url('img/hero-gupy.png') center/cover no-repeat;
  opacity: .63;
  filter: saturate(1.05) contrast(1.03);
  transform: scale(1.04)
}

.hero-bg:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 18, 63, .5), rgba(13, 67, 255, .35) 48%, rgba(255, 255, 255, .13) 100%), radial-gradient(circle at 12% 12%, rgba(255, 255, 255, .18), transparent 26%), radial-gradient(circle at 82% 20%, rgba(29, 214, 232, .22), transparent 25%)
}

.hero-pattern {
  position: absolute;
  inset: 0;
  opacity: .09;
  background-image: radial-gradient(rgba(255, 255, 255, .9) 1px, transparent 1px);
  background-size: 18px 18px;
  mask-image: linear-gradient(180deg, #000, transparent 85%)
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 120px 0 106px
}

.pill {
  display: inline-block;
  margin-bottom: 28px;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .16);
  border: 1px solid rgba(255, 255, 255, .22);
  font-size: .8rem;
  font-weight: 900;
  letter-spacing: .02em;
  backdrop-filter: blur(12px)
}

.hero-logo {
  width: min(560px, 72vw);
  margin: 0 auto 30px;
  filter: drop-shadow(0 30px 80px rgba(0, 0, 0, .18))
}

.hero-title {
  max-width: 900px;
  margin: 0 auto 26px;
  font-size: clamp(1.18rem, 2.2vw, 1.75rem);
  line-height: 1.45;
  font-weight: 800;
  letter-spacing: -.02em;
  color: rgba(255, 255, 255, .94);
  white-space: nowrap
}

.partner-card {
  width: 175px;
  margin: 0 auto 28px;
  padding: 9px;
  border: 2px solid #fff;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 16px 60px rgba(5, 27, 95, .23)
}

.hero-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap
}

.hero-wave {
  position: absolute;
  left: -3%;
  right: -3%;
  bottom: -60px;
  height: 150px;
  background: #fff;
  border-radius: 50% 50% 0 0/65% 65% 0 0
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
  transition: transform .25s, box-shadow .25s, background .25s, color .25s
}

.btn:hover {
  transform: translateY(-3px)
}

.btn-primary {
  background: var(--blue);
  color: #fff;
  box-shadow: 0 18px 45px rgba(13, 67, 255, .28)
}

.btn-light {
  background: #fff;
  color: var(--blue);
  box-shadow: 0 18px 45px rgba(255, 255, 255, .2)
}

.btn-outline {
  border: 1.5px solid var(--blue);
  background: #fff;
  color: var(--blue);
  box-shadow: 0 18px 45px rgba(13, 67, 255, .08)
}

.section {
  position: relative;
  padding: clamp(80px, 9vw, 128px) 0
}

.about {
  background: #fff;
  border-bottom: 5px solid var(--blue)
}

.about-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(42px, 8vw, 120px);
  align-items: center
}

.section-title h2 {
  font-family: Poppins, sans-serif;
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  line-height: .98;
  letter-spacing: -.06em;
  color: var(--blue);
  font-weight: 900
}

.title-line {
  width: 140px;
  height: 4px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--blue), var(--blue-3));
  margin-top: 24px
}

.about-text {
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.85;
  color: #17213f
}

.about-text p+p {
  margin-top: 22px
}

.about-text strong {
  font-weight: 900;
  color: #07183f
}

.why {
  background: linear-gradient(135deg, #1749ff 0%, #092796 100%);
  color: #fff;
  overflow: hidden
}

.why:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 18%, rgba(255, 255, 255, .20), transparent 28%), radial-gradient(circle at 76% 75%, rgba(29, 214, 232, .12), transparent 32%)
}

.why-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr .88fr;
  gap: clamp(38px, 7vw, 100px);
  align-items: center
}

.why-copy h2 {
  font-family: Poppins, sans-serif;
  font-size: clamp(0.1rem, 4.8vw, 4rem);
  line-height: .97;
  letter-spacing: -.065em;
  margin-bottom: 28px
}

.why-copy p {
  max-width: 660px;
  font-size: 1.05rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, .88);
  margin: 0 0 22px
}

.solucao h2 {
  font-family: Poppins, sans-serif;
  color: var(--navy);
}

.solucao p {
  color: var(--muted);
}

.section.solucao{
  background: #2552f4;
}

.menu-top ul{
  display: flex;
  align-items: center;
  gap: 40px;
  list-style: none;
  flex-wrap: wrap;
  justify-content: center;
}

.menu-top li{
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  padding-bottom: 12px;
  opacity: .8;
  transition: .3s;
}

.menu-top li:hover{
  opacity: 1;
}

.menu-top li.active{
  opacity: 1;
}

.menu-top li.active::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  border-radius: 10px;
}

.content-box{
  margin-top: 35px;
  background: #fff;
  border-radius: 24px 24px 24px 24px;
  min-height: 260px;
  position: relative;
  overflow: hidden;
}

.tab-content {
  position: absolute;
  inset: 0;

  opacity: 0;
  transform: translateY(20px);

  transition:
    opacity .4s ease,
    transform .4s ease;

  pointer-events: none;
}

.content-text {
  flex: 0 0 40%;
  width: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content-video {
  flex: 0 0 60%;
  width: 100%;
  background: #fef7f5;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}

#tab3 .content-video{
  background: #f5f8ee;
}

#tab4 .content-video{
  background: #fffafe;
}

#tab5 .content-video{
  background: #eff8f8;
}

.content-video video {
  width: 100%;
  max-width: 450px;
  border-radius: 12px;
}

.tab-content.active{
  opacity: 1;
  transform: translateY(0);

  position: relative;
  pointer-events: auto;
}

.tab-content h2{
  font-family: Inter, system-ui, sans-serif;
  font-size: 32px;
  margin-bottom: 16px;
  letter-spacing: 0.1rem !important;
  font-weight: 500;
}

.tab-content p{
  line-height: 1.7;
  max-width: 700px;
  letter-spacing: 0.1rem !important;
}

@media(max-width: 768px){

  .menu-top ul{
    gap: 20px;
  }

  .menu-top li{
    font-size: 14px;
  }

  .content-box {
    padding: 0;
  }

  .tab-content{
    padding: 0;
  }

  .tab-content h2{
    font-size: 24px;
  }

  .content-video {
    margin-top: 25px;
  }

  .content-text, .content-video {
    padding: 25px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-grid > * {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

}

@media(min-width: 768px){
  .solucao .container {
    width: 80% !important;
  }

  .tab-content {
    display: flex;
    align-items: stretch;
    overflow: hidden;
    border-radius: 16px;
  }

  .content-text, .content-video {
    padding: 90px 40px;
  }

  .content-text {
    background-color: #fff;
  }

}

.team-card {
  padding: 14px;
  border-radius: 28px;
  background: rgba(255, 255, 255, .18);
  border: 1px solid rgba(255, 255, 255, .23);
  box-shadow: 0 34px 100px rgba(0, 0, 0, .22);
  text-align: center;
  transform-style: preserve-3d
}

.team-card img {
  width: 100%;
  aspect-ratio: 1.42/1;
  object-fit: cover;
  border-radius: 19px
}

.mini-btn {
  display: inline-flex;
  margin-top: 18px;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 99px;
  color: #fff;
  text-transform: uppercase;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  padding: 13px 24px;
  background: rgba(255, 255, 255, .08);
  transition: .25s
}

.mini-btn:hover {
  background: #fff;
  color: var(--blue);
  transform: translateY(-2px)
}

.integration {
  background: linear-gradient(180deg, #fff 0%, #f6f9ff 100%);
  overflow: hidden
}

.center-content {
  text-align: center
}

.kicker {
  display: block;
  color: var(--blue);
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .16em;
  margin-bottom: 14px
}

.integration h2,
.agents-heading h2 {
  font-family: Poppins, sans-serif;
  font-weight: 900;
  letter-spacing: -.055em;
  line-height: 1.02
}

.integration h2 {
  font-size: clamp(2.35rem, 4.8vw, 4.55rem);
  color: var(--blue)
}

.lead {
  max-width: 800px;
  margin: 18px auto 0;
  color: var(--muted);
  line-height: 1.75;
  font-weight: 600;
  font-size: 1.06rem
}

.flow-line {
  margin: 64px auto 54px;
  display: grid;
  grid-template-columns: 1fr 110px 1fr 110px 1fr;
  align-items: center;
  gap: 20px;
  max-width: 850px
}

.flow-item {
  display: grid;
  gap: 16px;
  place-items: center;
  color: var(--blue);
  font-weight: 900
}

.flow-circle {
  width: 138px;
  height: 138px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  box-shadow: 0 24px 70px rgba(13, 67, 255, .10);
  border: 1px solid rgba(13, 67, 255, .08);
  animation: softFloat 5s ease-in-out infinite
}

.flow-circle i {
  font-size: 40px;
  color: #003dff
}

.gupy-circle img {
  width: 100px
}

.arrow {
  height: 2px;
  background: linear-gradient(90deg, var(--blue), var(--blue-3));
  position: relative
}

.arrow:after {
  content: "";
  position: absolute;
  right: -2px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-top: 2px solid var(--blue);
  border-right: 2px solid var(--blue);
  transform: translateY(-50%) rotate(45deg)
}

.integration-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  text-align: left
}

.integration-steps article,
.process-card {
  position: relative;
  padding: 28px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(13, 67, 255, .12);
  box-shadow: 0 20px 55px rgba(9, 26, 86, .07);
  overflow: hidden;
  transition: .3s ease;
  transform-style: preserve-3d
}

.integration-steps article:after,
.process-card:after {
  content: "";
  position: absolute;
  right: -30px;
  bottom: -35px;
  width: 105px;
  height: 95px;
  border-radius: 50% 0 0 0;
  background: rgba(13, 67, 255, .07)
}

.integration-steps article:hover,
.process-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 28px 80px rgba(13, 67, 255, .13)
}

.integration-steps span,
.process-card span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background: var(--blue);
  color: #fff;
  font-weight: 900;
  margin-bottom: 26px
}

.integration-steps h3,
.process-card h3 {
  font-family: Poppins, sans-serif;
  margin-bottom: 12px;
  color: var(--navy)
}

.integration-steps p,
.process-card p {
  color: var(--muted);
  line-height: 1.7;
  font-size: .95rem
}

.agents {
  background: #fff
}

.agents-heading {
  text-align: center;
  margin-bottom: 46px
}

.agents-heading span {
  display: block;
  color: var(--blue);
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .18em;
  margin-bottom: 12px
}

.agents-heading h2 {
  max-width: 900px;
  margin: 0 auto;
  font-size: clamp(1.1rem, 2vw, 1.6rem);
  color: #151d38;
  white-space: nowrap
}

@media (max-width: 600px) {
  .agents-heading h2 {
    white-space: normal;
    font-size: clamp(1rem, 5vw, 1.3rem)
  }
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px
}

.process-card {
  min-height: 210px
}

.benefits {
  background: #f6f9ff;
  border-bottom: 6px solid var(--blue)
}

.benefit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(26px, 5vw, 78px);
  align-items: stretch
}

.benefit-card {
  padding: clamp(34px, 4.5vw, 52px);
  border-radius: 28px;
  border: 1px solid rgba(13, 67, 255, .12);
  box-shadow: 0 28px 90px rgba(7, 24, 63, .08)
}

.light-card {
  background: #fff
}

.blue-card {
  background: linear-gradient(145deg, var(--blue), #092dbd);
  color: #fff
}

.benefit-card span {
  display: block;
  color: var(--blue);
  font-size: .76rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .16em;
  margin-bottom: 12px
}

.blue-card span {
  color: #dce5ff
}

.benefit-card h2 {
  font-family: Poppins, sans-serif;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: .98;
  letter-spacing: -.06em;
  margin-bottom: 34px
}

.benefit-card ul {
  list-style: none;
  display: grid;
  gap: 0
}

.benefit-card li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(13, 67, 255, .1);
  color: var(--muted);
  font-weight: 800
}

.blue-card li {
  color: rgba(255, 255, 255, .88);
  border-color: rgba(255, 255, 255, .16)
}

.benefit-card li:before {
  content: "✓";
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(13, 67, 255, .1);
  color: var(--blue);
  font-weight: 900;
  flex: 0 0 22px
}

.blue-card li:before {
  background: rgba(255, 255, 255, .16);
  color: #fff
}

.demo {
  position: relative;
  padding: clamp(92px, 10vw, 150px) 0 120px;
  background: linear-gradient(135deg, #0f40ff 0%, #092176 100%);
  color: #fff;
  overflow: hidden;
}

.demo:after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 25% 20%, rgba(255, 255, 255, .25), transparent 28%), radial-gradient(circle at 80% 70%, rgba(29, 214, 232, .14), transparent 35%)
}

.demo-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(34px, 7vw, 100px);
  align-items: center
}

.demo h2 {
  font-family: Poppins, sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.8rem);
  line-height: .96;
  letter-spacing: -.07em;
  margin-bottom: 24px
}

.demo p {
  font-size: 1.05rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, .86);
  margin-bottom: 30px
}

.video-card {
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--dark-shadow);
}

.video-card:before {
  display: none
}

.video-card iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none
}

.video-card img {
  position: relative;
  width: min(380px, 70%);
  filter: brightness(0) invert(1)
}

.video-card span {
  position: absolute;
  width: 82px;
  height: 58px;
  background: #ff163e;
  border-radius: 17px;
  box-shadow: 0 15px 45px rgba(255, 22, 62, .35);
  transition: .25s
}

.video-card span:after {
  content: "";
  position: absolute;
  left: 34px;
  top: 17px;
  border-left: 18px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent
}

.video-card:hover span {
  transform: scale(1.09)
}

footer {
  position: relative;
  margin-top: -46px;
  background: linear-gradient(135deg, #173a6e, #082b59);
  color: #fff;
  padding: 88px 0 30px;
  overflow: hidden;
  border-radius: 46px 46px 0 0;
}

footer:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 8% 100%, rgba(29, 214, 232, .11), transparent 38%), radial-gradient(circle at 90% 0, rgba(101, 139, 255, .14), transparent 40%)
}

footer .container {
  position: relative;
  z-index: 1
}

.footer-cta {
  display: grid;
  grid-template-columns: 180px 1fr auto;
  gap: 28px;
  align-items: center;
  margin-bottom: 46px;
  padding: clamp(24px, 4vw, 36px);
  border-radius: 28px;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .14);
  backdrop-filter: blur(12px);
}

.footer-cta img {
  width: 180px;
  padding: 10px;
  background: #fff;
  border-radius: 18px
}

.footer-cta span {
  display: block;
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-weight: 900;
  color: rgba(255, 255, 255, .75);
  margin-bottom: 8px
}

.footer-cta h2 {
  font-family: Poppins, sans-serif;
  font-size: clamp(1.45rem, 3vw, 2.45rem);
  line-height: 1.05;
  letter-spacing: -.05em
}

.footer-grid {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 34px;
  justify-content: space-between
}

.footer-brand img {
  width: 150px;
  filter: brightness(0) invert(1);
  margin-bottom: 14px
}

footer p {
  font-size: .92rem;
  line-height: 1.72;
  color: rgba(255, 255, 255, .86)
}

footer h3 {
  font-family: Poppins, sans-serif;
  margin-bottom: 14px
}

.social-icons {
  display: flex;
  gap: 12px;
  margin: 18px 0 14px
}

.social-icons a {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .12);
  transition: .25s
}

.social-icons a:hover {
  background: rgba(255, 255, 255, .25);
  transform: translateY(-2px)
}

.love {
  font-size: .88rem;
  letter-spacing: .12em
}

.love i {
  color: #ff3855
}

.footer-bottom {
  text-align: center;
  margin-top: 42px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  font-size: .86rem;
  color: rgba(255, 255, 255, .70)
}

.whatsapp-float {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 1300;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #25d366;
  color: #fff;
  box-shadow: 0 8px 24px rgba(37, 211, 102, .45);
  animation: pulseWpp 2s infinite;
  transition: .25s
}

.whatsapp-float i {
  font-size: 1.9rem
}

.whatsapp-float:hover {
  transform: scale(1.08)
}

.reveal {
  letter-spacing: 0.1rem !important;
  opacity: 0;
  transform: translateY(34px);
  transition: opacity .8s cubic-bezier(.22, 1, .36, 1), transform .8s cubic-bezier(.22, 1, .36, 1)
}

.lp {
  letter-spacing: 0.1rem !important;
}


.reveal.active {
  opacity: 1;
  transform: translateY(0)
}

.delay-1 {
  transition-delay: .12s
}

.delay-2 {
  transition-delay: .22s
}

.delay-3 {
  transition-delay: .34s
}

@keyframes loaderPulse {

  0%,
  100% {
    transform: scale(1);
    opacity: .85
  }

  50% {
    transform: scale(1.05);
    opacity: 1
  }
}

@keyframes softFloat {

  0%,
  100% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-10px)
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg)
  }
}

@keyframes pulseWpp {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, .45)
  }

  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0)
  }

  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0)
  }
}

@media(max-width:1060px) {

  .why-grid,
  .demo-grid {
    grid-template-columns: 1fr
  }

  .team-card {
    max-width: 580px;
    margin: auto
  }

  .integration-steps,
  .cards-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .footer-cta {
    grid-template-columns: 1fr;
    text-align: center
  }

  .footer-cta img,
  .footer-cta .btn {
    margin: auto
  }

  .hero {
    min-height: 710px
  }
}

@media(max-width:900px) {
  .menu-toggle {
    display: grid
  }

  .nav {
    position: fixed;
    top: 78px;
    left: 18px;
    right: 18px;
    display: grid;
    gap: 6px;
    padding: 18px;
    border-radius: 22px;
    background: rgba(7, 24, 63, .96);
    box-shadow: 0 24px 80px rgba(0, 0, 0, .25);
    backdrop-filter: blur(18px);
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    transition: .25s
  }

  .nav.open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto
  }

  .nav a {
    padding: 14px;
    border-radius: 14px
  }

  .nav a:hover {
    background: rgba(255, 255, 255, .1)
  }

  .nav a:after {
    display: none
  }

  .about-grid,
  .benefit-grid,
  .footer-grid {
    grid-template-columns: 1fr
  }

  .flow-line {
    grid-template-columns: 1fr;
    gap: 18px
  }

  .arrow {
    width: 2px;
    height: 52px;
    margin: auto;
    background: linear-gradient(180deg, var(--blue), var(--blue-3))
  }

  .arrow:after {
    right: auto;
    left: 50%;
    top: auto;
    bottom: -2px;
    transform: translateX(-50%) rotate(135deg)
  }
}

@media(max-width:640px) {
  .container {
    width: min(100% - 28px, var(--container))
  }

  .site-header {
    height: 66px;
    padding-inline: 16px
  }

  .logo-iv2 {
    width: 98px
  }

  .logo-gupy,
  .brand span {
    display: none
  }

  .hero {
    min-height: auto
  }

  .hero-content {
    padding: 112px 0 88px
  }

  .hero-logo {
    width: 78vw;
  }

  .hero-title {
    font-size: 1.04rem;
    text-wrap: auto;
  }

  .hero-actions .btn {
    width: 100%
  }

  .partner-card {
    width: 145px
  }

  .section {
    padding: 68px 0
  }

  .why-copy h2,
  .demo h2 {
    font-size: clamp(1.6rem, 8vw, 2.4rem)
  }

  .integration-steps,
  .cards-grid {
    grid-template-columns: 1fr
  }

  .benefit-card {
    border-radius: 24px
  }

  .video-card {
    min-height: 230px
  }

  .footer-grid {
    text-align: left
  }

  .whatsapp-float {
    right: 18px;
    bottom: 18px;
    width: 56px;
    height: 56px
  }
}

@media(prefers-reduced-motion:reduce) {

  *,
  *:before,
  *:after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important
  }
}