@tailwind base;
@tailwind components;
@tailwind utilities;

:root {
  --custom-blue: #03a9f5;
  --custom-background-chat: #c7f0ff;
}

.text-customBlueColor {
  color: var(--custom-blue);
}

.bg-customBlueColor {
  background-color: var(--custom-blue);
}

.payachat-features-section {
  position: relative;
  min-height: 515px;
  padding: 142px 24px 64px;
  overflow: hidden;
  background-image: var(--features-dots);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 380px auto;
}

.payachat-features-blob {
  position: absolute;
  z-index: 0;
  top: 106px;
  right: 0;
  width: 86.5%;
  min-height: 344px;
  object-fit: fill;
}

.payachat-features-content {
  position: relative;
  z-index: 1;
  width: 100%;
}

.payachat-features-heading {
  text-align: center;
  color: #344054;
}

.payachat-features-heading h2 {
  margin: 0;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.5;
}

.payachat-features-heading h2 span {
  position: relative;
  display: inline-block;
}

.payachat-features-heading h2 span::after {
  position: absolute;
  right: 0;
  bottom: 1px;
  z-index: -1;
  width: 100%;
  height: 7px;
  background: rgba(3, 169, 245, 0.48);
  content: "";
}

.payachat-features-heading p {
  margin: 8px 0 0;
  color: #667085;
  font-size: 14px;
  line-height: 1.8;
}

.payachat-features-slider {
  width: calc(100% - 72px);
  max-width: 1200px;
  margin-top: 45px;
  margin-right: auto;
  margin-left: 24px;
  overflow: hidden;
}

.payachat-features-grid {
  margin: 0;
}

.payachat-feature-card {
  box-sizing: border-box;
  min-width: 0;
  min-height: 168px;
  padding: 14px 16px 16px;
  border: 1px solid #eef2f6;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(16, 24, 40, 0.08);
  text-align: right;
}

.payachat-feature-icon {
  display: flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
}

.payachat-feature-icon img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.payachat-feature-icon--blue {
  background: #c7f0ff;
}
.payachat-feature-icon--green {
  background: #a7f3d0;
}
.payachat-feature-icon--orange {
  background: #fed7aa;
}
.payachat-feature-icon--purple {
  background: #e9d5ff;
}

.payachat-feature-card h3 {
  margin: 12px 0 0;
  color: #101828;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
}

.payachat-feature-card p {
  margin: 8px 0 0;
  color: #667085;
  font-size: 10px;
  line-height: 1.75;
  text-align: justify;
}

@media (max-width: 900px) {
  .payachat-features-section {
    min-height: auto;
    padding-top: 110px;
    background-size: 300px auto;
  }

  .payachat-features-blob {
    top: 78px;
    width: 94%;
    height: calc(100% - 110px);
    min-height: 0;
  }

  .payachat-features-slider {
    width: calc(100% - 36px);
    max-width: 620px;
    margin: 34px 18px 0;
  }
}

@media (max-width: 560px) {
  .payachat-features-section {
    padding: 88px 18px 52px;
    background-size: 230px auto;
  }

  .payachat-features-blob {
    top: 62px;
    width: 100%;
    height: calc(100% - 82px);
  }

  .payachat-features-slider {
    width: calc(100% - 24px);
    max-width: none;
    margin-right: 12px;
    margin-left: 12px;
    margin-top: 28px;
  }

  .payachat-feature-card {
    min-height: 154px;
  }
}

.text-ssm {
  font-size: 0.75rem;
}

.text-smd {
  font-size: 0.875rem;
}

.custom-testimonials-grid {
  display: none;
}

@media (min-width: 1024px) {
  .custom-testimonials-grid {
    display: grid;
    grid-template-columns: 1fr 0.8fr 0.8fr 0.6fr 0.6fr;
    grid-template-rows: auto auto auto;
    gap: 2rem;
    margin: 0 auto;
    overflow-x: clip;
  }

  .testimonial-item-1 {
    grid-column: 1;
    grid-row: 1;
    margin-top: -30px;
    transform: translateX(8%);
    filter: blur(2px);
    opacity: 0.4;
  }

  .testimonial-item-2 {
    grid-column: 1;
    grid-row: 2;
    margin-top: -7px;
    transform: translateX(8%);
    filter: blur(2px);
    opacity: 0.4;
  }

  .testimonial-item-3 {
    grid-column: 2;
    grid-row: 1;
    width: 550px;
  }

  .testimonial-item-4 {
    grid-column: 2;
    grid-row: 2;
    margin-top: -40px;
    width: 550px;
  }

  .testimonial-item-5 {
    grid-column: 3;
    grid-row: 1 / 3;
    width: 350px;
  }

  .testimonial-item-6 {
    grid-column: 4;
    grid-row: 1;
    margin-top: -50px;
    width: 300px;
  }

  .testimonial-item-7 {
    grid-column: 4;
    grid-row: 2;
    width: 300px;
  }

  .testimonial-item-8 {
    grid-column: 5;
    grid-row: 1;
    margin-top: -50px;
    width: 250px;
    transform: translateX(-5%);
    filter: blur(2px);
    opacity: 0.4;
  }

  .testimonial-item-9 {
    grid-column: 5;
    grid-row: 2;
    margin-top: -90px;
    width: 250px;
    transform: translateX(-5%);
    filter: blur(2px);
    opacity: 0.4;
  }
}

@media (min-width: 1024px) {
  .testimonials-swiper {
    display: none;
  }
}

@media (max-width: 1023px) {
  .custom-testimonials-grid {
    display: none;
  }
}

.testimonial-card {
  background: white;
  border-radius: 1rem;
  padding: 1rem;
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  height: fit-content;
  transition:
    filter 0.3s ease,
    opacity 0.3s ease,
    transform 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px) scale(1.02);
}

.mySecondSwiper .swiper-wrapper {
  font-size: 0;
}

.mySecondSwiper .swiper-slide {
  font-size: 1rem;
  height: auto !important;
  display: flex !important;
  margin: 10px;
}

/* Customer testimonials */
.payachat-testimonials-legacy {
  display: none;
}

.payachat-customer-showcase {
  padding: 48px 0;
  background: linear-gradient(180deg, #e0f2fe 0%, #ffffff 100%);
}

.payachat-testimonials {
  overflow: hidden;
  padding: 28px 24px 72px;
  background: transparent;
}

.payachat-testimonials__heading {
  text-align: center;
}

.payachat-testimonials__heading h2 {
  margin: 0;
  color: #414651;
  font-family: Dana, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
}

.payachat-testimonials__heading p {
  margin: 19px 0 72px;
  color: #717680;
  font-family: Dana, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.payachat-testimonials__carousel {
  position: relative;
  isolation: isolate;
  direction: ltr;
  display: grid;
  grid-template-columns: 36px minmax(0, 552px) 36px;
  align-items: center;
  justify-content: center;
  gap: 84px;
  max-width: 860px;
  margin: 0 auto;
}

.payachat-testimonials__carousel::before,
.payachat-testimonials__carousel::after {
  position: absolute;
  top: 50%;
  z-index: 0;
  width: 552px;
  height: 264px;
  max-width: calc(100% - 72px);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(16, 24, 40, 0.08);
  content: "";
}

.payachat-testimonials__carousel::before {
  left: 50%;
  transform: translate(-50%, -50%) translateX(-36px);
}
.payachat-testimonials__carousel::after {
  left: 50%;
  transform: translate(-50%, -50%) translateX(36px);
}

.payachat-testimonials__swiper {
  position: relative;
  z-index: 1;
  width: 552px;
  max-width: 100%;
  overflow: visible;
  direction: rtl;
}
.payachat-testimonials__swiper .swiper-slide {
  display: flex;
  justify-content: center;
}

.payachat-testimonial-card {
  box-sizing: border-box;
  display: flex;
  width: 552px;
  height: 300px;
  max-width: 100%;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border: 1px solid #ebefff99;
  border-radius: 16px;
  background: #fff;
  box-shadow:
    0 0 0 4px #335cff1a,
    0 0 0 2px #fff;
}

.payachat-testimonials__text {
  box-sizing: border-box;
  margin: 0;
  padding: 32px 32px 32px 0;
  color: #535862;
  font-family: Dana, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: right;
}

.payachat-testimonials__footer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 83px;
  padding: 16px 24px 24px;
}

.payachat-testimonials__footer::before {
  position: absolute;
  top: 0;
  right: 24px;
  left: 24px;
  border-top: 1px solid #eaecf0;
  content: "";
}

.payachat-testimonials__person {
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: right;
}
.payachat-testimonials__person img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}
.payachat-testimonials__person p {
  margin: 0;
  color: #2b303b;
  font-family: Dana, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}
.payachat-testimonials__person span {
  display: block;
  color: #2970ff;
  font-family: Dana, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
.payachat-testimonials__rating {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: right;
}
.payachat-testimonials__rating div {
  direction: ltr;
  color: #ffc500;
  font-size: 21px;
  letter-spacing: 1px;
  line-height: 16px;
}
.payachat-testimonials__rating .is-muted {
  color: #e9eaeb;
}
.payachat-testimonials__rating time {
  color: #414651;
  font-family: Dana, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.payachat-testimonials__button {
  position: relative;
  z-index: 2;
  display: grid;
  width: 36px;
  height: 36px;
  padding: 8px;
  place-items: center;
  border: 1px solid #e9eaeb;
  border-radius: 999px;
  background: #fff;
  color: #717680;
  cursor: pointer;
  transition:
    color 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.payachat-testimonials__button:hover {
  border-color: #1b84ff;
  color: #1b84ff;
  transform: scale(1.06);
}
.payachat-testimonials__button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.75px;
}

/* Customer outcomes */
.payachat-customer-outcomes {
  padding: 0 24px;
  background: transparent;
}

.payachat-customer-outcomes__inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 80px;
  max-width: 1207px;
  margin: 0 auto;
}

.payachat-customer-outcome {
  box-sizing: border-box;
  display: flex;
  width: 349px;
  height: 218px;
  flex: 0 0 349px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}

.payachat-customer-outcome img {
  display: block;
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.payachat-customer-outcome h3 {
  margin: 0;
  color: #414651;
  font-family: Dana, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}

.payachat-customer-outcome h3 span {
  display: inline-block;
  background: linear-gradient(144.41deg, #335cff 20.85%, #00bbf9 144.3%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.payachat-customer-outcome p {
  margin: 0;
  color: #535862;
  font-family: Dana, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  text-align: center;
}

/* Dynamic homepage blog */
.payachat-blog {
  min-height: 620px;
  overflow: hidden;
  padding: 96px 24px 104px;
  background: #fff;
}

.payachat-blog__inner {
  display: grid;
  grid-template-columns: 576px 696px;
  align-items: center;
  gap: 40px;
  max-width: 1312px;
  margin: 0 auto;
}

.payachat-blog__intro {
  position: relative;
  display: flex;
  width: 576px;
  height: 212px;
  max-width: 100%;
  flex-direction: column;
  justify-content: center;
  text-align: right;
}

.payachat-blog__dots {
  position: absolute;
  top: -54px;
  right: -114px;
  width: 465px;
  height: auto;
  pointer-events: none;
}

.payachat-blog__intro h2 {
  position: relative;
  isolation: isolate;
  margin: 0;
  color: #414651;
  font-family: Dana, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  margin-right: 20px;
  margin-top: -5px;
}

.payachat-blog__intro h2 > span { position: relative; z-index: 1; }

.payachat-blog__intro h2 img {
  display: block;
  width: 120px;
  height: 8px;
  margin-top: -3px;
  margin-right: 10px;
  object-fit: fill;
}

.payachat-blog__intro > p {
  position: relative;
  max-width: 510px;
  margin: 40px 0;
  color: #717680;
  font-family: Dana, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.payachat-blog__archive-link {
  position: relative;
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  color: #1b84ff;
  font-family: Dana, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.payachat-blog__archive-link img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.payachat-blog__rating {
  position: absolute;
  right: 0;
  bottom: -126px;
  display: flex;
  align-items: center;
  gap: 11px;
  white-space: nowrap;
}

.payachat-blog__rating > span {
  width: 20px;
  height: 0;
  margin-right: 7px;
  border-top: 2px solid #717680;
}
.payachat-blog__rating p {
  margin: 0;
  color: #717680;
  font-family: Dana, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}
.payachat-blog__avatars {
  display: flex;
  direction: ltr;
  padding-right: 8px;
}
.payachat-blog__avatars img {
  width: 40px;
  height: 40px;
  margin-left: -11px;
  border: 2px solid #fdfdfd;
  border-radius: 50%;
  object-fit: cover;
}
.payachat-blog__avatars img:last-child {
  margin-left: -16px;
}

.payachat-blog__posts {
  position: relative;
  z-index: 0;
  display: grid;
  width: 696px;
  gap: 24px;
}

.payachat-blog__rectangle {
position: absolute;
    z-index: -1;
    bottom: -23px;
    right: -206px;
    width: 1202px;
    height: 457px;
    max-width: none;
    pointer-events: none;
}

.payachat-blog__post {
  box-sizing: border-box;
  display: flex;
  width: 696px;
  height: 160px;
  align-items: center;
  gap: 28px;
  padding: 20px;
  border: 1px solid #d5d7da;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 4px 8px rgba(16, 24, 40, 0.05);
}

.payachat-blog__thumbnail {
  display: block;
  width: 108px;
  height: 108px;
  flex: 0 0 108px;
  overflow: hidden;
  border: 1px solid #d5d7da;
  border-radius: 8px;
  background: #fdfdfd;
}
.payachat-blog__thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.payachat-blog__post-content {
  min-width: 0;
  flex: 1;
}
.payachat-blog__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #717680;
  font-family: Dana, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}
.payachat-blog__meta span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}
.payachat-blog__meta img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}
.payachat-blog__meta .payachat-blog__author-avatar {
  border-radius: 50%;
  object-fit: cover;
}
.payachat-blog__meta-pill {
  box-sizing: border-box;
  height: 26px;
  padding: 4px 8px;
  border: 0.5px solid #cdd5df;
  border-radius: 999px;
  background: #f8fafc;
}
.payachat-blog__post h3 {
  margin: 12px 0 8px;
  color: #181d27;
  font-family: Dana, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}
.payachat-blog__post h3 a {
  color: inherit;
  text-decoration: none;
}
.payachat-blog__post-content > p {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: #717680;
  font-family: Dana, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.payachat-blog__empty {
  margin: 0;
  color: #717680;
  font-family: Dana, sans-serif;
}

.payachat-blogs-page { min-height: 70vh; padding: 148px 24px 96px; background: linear-gradient(180deg, #F5FBFF 0%, #FFFFFF 46%); }
.payachat-blogs-page__heading { max-width: 1120px; margin: 0 auto 48px; text-align: right; }
.payachat-blogs-page__heading h1 { margin: 0; color: #414651; font-family: Dana, sans-serif; font-size: 36px; font-weight: 700; line-height: 44px; }
.payachat-blogs-page__heading p { margin: 16px 0 0; color: #717680; font-family: Dana, sans-serif; font-size: 18px; line-height: 28px; }
.payachat-blogs-page__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; max-width: 1120px; margin: 0 auto; }
.payachat-blogs-page__card { overflow: hidden; border: 1px solid #D5D7DA; border-radius: 16px; background: #fff; box-shadow: 0 6px 16px rgba(16, 24, 40, .06); }
.payachat-blogs-page__image { display: block; height: 192px; background: #FDFDFD; }
.payachat-blogs-page__image img { width: 100%; height: 100%; object-fit: cover; }
.payachat-blogs-page__card > div { padding: 20px; }
.payachat-blogs-page__card time { color: #717680; font-family: Dana, sans-serif; font-size: 13px; }
.payachat-blogs-page__card h2 { margin: 12px 0 8px; color: #181D27; font-family: Dana, sans-serif; font-size: 20px; font-weight: 700; line-height: 30px; }
.payachat-blogs-page__card h2 a { color: inherit; text-decoration: none; }
.payachat-blogs-page__card p { margin: 0; color: #717680; font-family: Dana, sans-serif; font-size: 15px; line-height: 24px; }
.payachat-blogs-page__pagination { display: flex; justify-content: center; gap: 8px; margin-top: 40px; }
.payachat-blogs-page__pagination .page-numbers { padding: 8px 12px; border: 1px solid #D5D7DA; border-radius: 8px; color: #1B84FF; text-decoration: none; }
.payachat-blogs-page__pagination .current { background: #1B84FF; color: #fff; }
.payachat-blogs-page__empty { max-width: 1120px; margin: 0 auto; color: #717680; font-family: Dana, sans-serif; }

@media (max-width: 700px) {
  .payachat-customer-showcase {
    padding: 48px 0;
  }
  .payachat-testimonials {
    padding: 8px 24px 52px;
  }
  .payachat-testimonials__heading h2 {
    font-size: 26px;
    line-height: 34px;
  }
  .payachat-testimonials__heading p {
    margin: 14px 0 42px;
    font-size: 18px;
  }
  .payachat-testimonials__carousel {
    display: block;
    max-width: 552px;
  }
  .payachat-testimonials__carousel::before,
  .payachat-testimonials__carousel::after {
    display: none;
  }
  .payachat-testimonials__button {
    display: none;
  }
  .payachat-testimonials__swiper {
    width: 100%;
    overflow: visible;
  }
  .payachat-testimonial-card {
    width: 100%;
    height: auto;
    min-height: 300px;
  }
  .payachat-testimonials__text {
    padding: 24px;
  }
  .payachat-testimonials__footer {
    padding: 16px;
  }
  .payachat-customer-outcomes {
    padding: 0 24px;
  }
  .payachat-customer-outcomes__inner {
    flex-direction: column;
    align-items: center;
    gap: 44px;
  }
  .payachat-customer-outcome {
    width: 100%;
    max-width: 349px;
    flex-basis: auto;
  }
}

@media (max-width: 1380px) {
  .payachat-blog__inner {
    grid-template-columns: minmax(420px, 576px) minmax(0, 696px);
  }
  .payachat-blog__intro,
  .payachat-blog__posts,
  .payachat-blog__post {
    width: 100%;
  }
}

@media (max-width: 1050px) {
  .payachat-blog {
    min-height: 0;
    padding: 72px 24px 88px;
  }
  .payachat-blog__inner {
    grid-template-columns: 1fr;
    gap: 92px;
    max-width: 696px;
  }
  .payachat-blog__intro {
    height: auto;
    min-height: 212px;
  }
  .payachat-blog__rating {
    bottom: -70px;
  }
  .payachat-blog__posts {
    width: 100%;
  }
  .payachat-blog__post {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .payachat-blog {
    min-height: 0;
    padding: 56px 18px 64px;
  }
  .payachat-blog__intro h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .payachat-blog__intro > p {
    margin: 24px 0;
    font-size: 18px;
    line-height: 28px;
  }
  .payachat-blog__rating {
    right: auto;
    left: 0;
    gap: 8px;
    transform: scale(0.8);
    transform-origin: left center;
  }
  .payachat-blog__rectangle {
    top: 42px;
    left: -18px;
    width: 760px;
    height: auto;
  }
  .payachat-blog__post {
    height: auto;
    min-height: 160px;
    gap: 14px;
    padding: 14px;
  }
  .payachat-blog__thumbnail {
    width: 92px;
    height: 92px;
    flex-basis: 92px;
  }
  .payachat-blog__meta {
    flex-wrap: wrap;
    font-size: 11px;
  }
  .payachat-blog__post h3 {
    margin: 8px 0 5px;
    font-size: 16px;
    line-height: 24px;
  }
  .payachat-blog__post-content > p {
    font-size: 13px;
  }
}
/* mobile overlay menu (<=576px) */
@media (max-width: 576px) {
  #navbar {
    position: relative; /* anchor for absolute menu */
  }

  #navbar-menu {
    position: absolute !important;
    top: 100% !important;
    right: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 9999 !important;
  }
}

/* >=577px normal layout */
@media (min-width: 577px) {
  #navbar-menu {
    position: static !important;
    width: auto !important;
  }
}

.payachat-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  height: 84px;
  background: #eaf8ff;
}

.payachat-header__inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
  padding: 0 16px;
  direction: rtl;
}

.payachat-header__brand,
.payachat-header__actions,
.payachat-header__menu {
  display: flex;
  align-items: center;
}

.payachat-header__brand {
  gap: 9px;
  color: #263a57;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.payachat-header__brand img {
  width: 31px;
  height: 31px;
  object-fit: contain;
}

.payachat-header__menu {
  justify-content: center;
  gap: 0;
}

.payachat-header__menu a {
  position: relative;
  padding: 8px 15px;
  color: #52647b;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}

.payachat-header__menu a + a::before {
  position: absolute;
  top: 50%;
  right: -2px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #91a0b3;
  content: "";
  transform: translateY(-50%);
}

.payachat-header__menu a.is-active {
  color: #168af7;
  font-weight: 700;
}

.payachat-header__actions {
  position: relative;
  gap: 16px;
  direction: ltr;
}

.payachat-header__language {
  border: 0;
  padding: 5px 0;
  background: transparent;
  color: #52647b;
  font: inherit;
  font-size: 13px;
  cursor: pointer;
}

.payachat-header__languages {
  position: absolute;
  top: 42px;
  left: 0;
  min-width: 90px;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(31, 63, 90, 0.14);
}
.payachat-header__languages a {
  display: block;
  padding: 9px 13px;
  color: #334155;
  font-size: 13px;
  text-decoration: none;
}

.payachat-header__login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 147px;
  height: 40px;
  border-radius: 999px;
  background: #168af7;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  direction: rtl;
}

.payachat-header__login span {
  font-family: Arial, sans-serif;
  font-size: 18px;
  line-height: 1;
}
.payachat-header__menu-toggle {
  display: none;
}

.payachat-hero {
  min-height: 620px;
  overflow: hidden;
  background: #eaf8ff;
}

.payachat-hero__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  max-width: 1280px;
  min-height: 620px;
  margin: 0 auto;
  padding: 104px 16px 0;
}

.payachat-hero__copy {
  z-index: 1;
  width: 456px;
  justify-self: end;
  padding: 0 50px 3px 0;
  text-align: right;
}

.payachat-hero__copy h1 {
  margin: 0;
  color: #2d3c57;
  font-size: 48px;
  font-weight: 800;
  letter-spacing: -0.8px;
  line-height: 1.55;
}

.payachat-hero__underline {
  display: block;
  width: 174px;
  height: auto;
  margin: -5px 4px 20px auto;
}

.payachat-hero__copy p {
  max-width: 438px;
  margin: 0;
  color: #51627a;
  font-size: 15px;
  font-weight: 400;
  line-height: 2.05;
  text-align: right;
}

.payachat-hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  width: 280px;
  height: 56px;
  margin-top: 34px;
  border-radius: 999px;
  background: #168af7;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(22, 138, 247, 0.18);
}

.payachat-hero__cta span {
  font-family: Arial, sans-serif;
  font-size: 23px;
  line-height: 1;
}

.payachat-hero__art {
  position: relative;
  width: 608px;
  height: 468px;
  justify-self: start;
}

.payachat-hero__art-bg,
.payachat-hero__art-person {
  position: absolute;
  display: block;
  max-width: none;
}

.payachat-hero__art-bg {
  top: 21px;
  left: -2px;
  width: 560px;
}
.payachat-hero__art-person {
  top: 0;
  left: 34px;
  width: 535px;
}

@media (max-width: 980px) {
  .payachat-header {
    height: 78px;
  }
  .payachat-header__inner {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }
  .payachat-header__menu-toggle {
    display: grid;
    gap: 4px;
    width: 38px;
    padding: 9px;
    border: 0;
    background: transparent;
    cursor: pointer;
  }
  .payachat-header__menu-toggle span {
    display: block;
    height: 2px;
    border-radius: 2px;
    background: #263a57;
  }
  .payachat-header__menu {
    position: absolute;
    top: 78px;
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    padding: 16px;
    background: #fff;
    box-shadow: 0 12px 22px rgba(31, 63, 90, 0.12);
  }
  .payachat-header__menu:not(.hidden) {
    display: flex;
  }
  .payachat-header__menu a {
    padding: 10px;
  }
  .payachat-header__menu a + a::before {
    display: none;
  }
  .payachat-header__actions {
    display: none;
  }
  .payachat-hero {
    min-height: auto;
  }
  .payachat-hero__inner {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 112px 28px 38px;
    text-align: center;
  }
  .payachat-hero__copy {
    width: min(100%, 540px);
    justify-self: center;
    padding: 0;
    text-align: center;
  }
  .payachat-hero__copy p {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .payachat-hero__underline {
    margin-right: auto;
    margin-left: auto;
  }
  .payachat-hero__art {
    width: min(100%, 608px);
    margin-top: 25px;
    justify-self: center;
  }
}

@media (max-width: 560px) {
  .payachat-header__brand {
    font-size: 19px;
  }
  .payachat-hero__inner {
    padding: 102px 18px 22px;
  }
  .payachat-hero__copy h1 {
    font-size: clamp(31px, 9vw, 42px);
  }
  .payachat-hero__copy p {
    font-size: 14px;
  }
  .payachat-hero__cta {
    width: 235px;
    height: 51px;
    margin-top: 25px;
  }
  .payachat-hero__art {
    height: min(72vw, 390px);
  }
  .payachat-hero__art-bg {
    width: 103%;
    top: 4%;
    left: -2%;
  }
  .payachat-hero__art-person {
    width: 98%;
    top: 0;
    left: 5%;
  }
}

.payachat-why {
  min-height: 630px;
  padding: 78px 16px 68px;
  background: #fff;
}

.payachat-why__inner {
  display: grid !important;
  grid-template-columns: 387px 586px;
  align-items: center !important;
  gap: 112px !important;
  max-width: 1152px;
  margin: 0 auto !important;
}

.payachat-why__copy {
  width: 100% !important;
  max-width: 586px !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: right;
}

.payachat-why__title {
  margin: 0;
  color: #414651;
  font-family: Dana;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  text-align: right;
  vertical-align: middle;
}

.payachat-why__description {
  margin: 40px 0 0 !important;
  margin-bottom: 40px !important;
  color: #717680 !important;
  font-family: Dana;
  font-size: 20px !important;
  font-weight: 400;
  line-height: 100%;
  text-align: right;
  vertical-align: middle;
}

.payachat-why__items {
  position: relative;
  margin-top: 30px !important;
}
.payachat-why__items ul {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.payachat-why__accent {
  position: absolute;
  z-index: 0;
  width: 91px;
  height: 95px;
  pointer-events: none;
}
.payachat-why__accent--top {
  top: -20px;
  left: -20px;
}
.payachat-why__accent--bottom {
  right: -20px;
  bottom: -20px;
}
.payachat-why__items li {
  box-sizing: border-box;
  width: 586px;
  max-width: 100%;
  height: 96px;
  min-height: 0;
  gap: 16px !important;
  padding: 16px !important;
  border: 1px solid #e9eaeb;
  border-radius: 12px !important;
  background: #fdfdfd;
  box-shadow: 0 5px 12px rgba(35, 78, 111, 0.045);
}
.payachat-why__items li img {
  box-sizing: border-box;
  order: -1;
  width: 64px !important;
  height: 64px !important;
  padding: 16px !important;
  border: 1px solid #e9eaeb;
  border-radius: 16px;
}
.payachat-why__items li p:first-child {
  margin: 0;
  color: #181d27;
  font-family: Dana;
  font-size: 20px !important;
  font-weight: 700;
  line-height: 100%;
  text-align: right;
  vertical-align: middle;
}
.payachat-why__items li p:last-child {
  margin: 8px 0 0 !important;
  color: #414651 !important;
  font-family: Dana;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 100%;
  text-align: right;
  vertical-align: middle;
}
.payachat-why__art {
  width: 386.9994201660156px !important;
  height: 616.4291381835938px !important;
  max-width: 100%;
  margin: 0 !important;
}
.payachat-why__art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 1180px) {
  .payachat-why__inner {
    grid-template-columns: minmax(0, 387px) minmax(0, 586px);
    gap: 50px !important;
  }
}
@media (max-width: 900px) {
  .payachat-why {
    min-height: auto;
    padding: 54px 24px;
    overflow: hidden;
  }
  .payachat-why__inner {
    display: flex !important;
    width: 100%;
    flex-direction: column;
    align-items: center !important;
    gap: 38px !important;
  }
  .payachat-why__copy {
    width: 100% !important;
    text-align: right;
  }
  .payachat-why__description {
    text-align: right;
  }
  .payachat-why__items,
  .payachat-why__items ul,
  .payachat-why__items li {
    width: 100% !important;
  }
  .payachat-why__items li {
    height: auto;
    min-height: 96px;
  }
  .payachat-why__art {
    width: min(100%, 386.9994201660156px) !important;
    height: auto !important;
    max-width: 430px !important;
  }
  .payachat-why__art img {
    height: auto;
  }
}

.payachat-stats {
  padding: 72px 24px;
  background: #fff;
}
.payachat-stats__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px;
  max-width: 1120px;
  margin: 0 auto;
}
.payachat-stats article {
  position: relative;
  padding-top: 62px;
  border-bottom: 1px solid #e5edf5;
  text-align: center;
}
.payachat-stats__icon {
  position: absolute;
  top: 0;
  right: calc(50% - 22px);
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 7px;
  background: #168af7;
  color: #fff;
  font-size: 25px;
  font-weight: 800;
}
.payachat-stats strong {
  display: block;
  color: #334155;
  font-size: 18px;
  font-weight: 800;
}
.payachat-stats strong::first-letter {
  color: #168af7;
}
.payachat-stats p {
  margin: 13px 0 17px;
  color: #718096;
  font-size: 12px;
  line-height: 1.9;
}

.payachat-faq {
  padding: 90px 24px 104px;
  background: #eaf8ff;
}
.payachat-faq__inner {
  width: min(100%, 760px);
  margin: 0 auto;
  text-align: center;
}
.payachat-faq h2 {
  margin: 0;
  color: #334155;
  font-size: 29px;
  font-weight: 800;
}
.payachat-faq__lead {
  margin: 12px 0 26px;
  color: #718096;
  font-size: 13px;
}
.payachat-faq__tabs {
  display: flex;
  justify-content: center;
  gap: 3px;
  padding: 5px;
  margin-bottom: 22px;
  border-radius: 8px;
  background: #fff;
}
.payachat-faq__tabs button {
  border: 0;
  padding: 10px 19px;
  border-radius: 6px;
  background: transparent;
  color: #7a8798;
  font: inherit;
  font-size: 12px;
  cursor: pointer;
}
.payachat-faq__tabs button.is-active {
  background: #168af7;
  color: #fff;
  box-shadow: 0 4px 12px rgba(22, 138, 247, 0.2);
}
.payachat-faq__list {
  display: grid;
  gap: 8px;
  text-align: right;
}
.payachat-faq details {
  overflow: hidden;
  border: 1px solid #e3edf6;
  border-radius: 6px;
  background: #fff;
}
.payachat-faq details[open] {
  border-color: #59aefa;
}
.payachat-faq summary {
  position: relative;
  padding: 13px 42px 13px 17px;
  color: #48576b;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}
.payachat-faq summary::-webkit-details-marker {
  display: none;
}
.payachat-faq summary::before {
  position: absolute;
  top: 50%;
  right: 16px;
  color: #168af7;
  content: "+";
  font-size: 20px;
  font-weight: 400;
  transform: translateY(-52%);
}
.payachat-faq details[open] summary::before {
  content: "−";
}
.payachat-faq details p {
  margin: 0;
  padding: 0 17px 14px;
  color: #6b7a8e;
  font-size: 12px;
  line-height: 1.9;
}
.payachat-faq__more {
  display: inline-block;
  margin-top: 26px;
  color: #168af7;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 700px) {
  .payachat-stats__inner {
    grid-template-columns: 1fr;
    gap: 38px;
    max-width: 380px;
  }
  .payachat-faq {
    padding: 66px 15px;
  }
  .payachat-faq h2 {
    font-size: 25px;
  }
  .payachat-faq__tabs {
    overflow-x: auto;
    justify-content: flex-start;
  }
  .payachat-faq__tabs button {
    flex: 0 0 auto;
    padding: 9px 13px;
  }
}

/* FAQ redesign */
.payachat-faq {
  min-height: auto;
  padding: 48px;
  background: linear-gradient(360deg, #e0f2fe 0%, #fff 100%);
}
.payachat-faq__inner { width: min(100%, 811px); }
.payachat-faq__heading h2 { margin: 0; color: #414651; font-family: Dana, sans-serif; font-size: 32px; font-weight: 700; line-height: 38px; text-align: center; }
.payachat-faq__heading p { margin: 16px 0 48px; color: #717680; font-family: Dana, sans-serif; font-size: 18px; font-weight: 400; line-height: 28px; text-align: center; }
.payachat-faq__tabs { box-sizing: border-box; display: flex; width: 704px; max-width: 100%; height: 60px; gap: 0; margin: 0 auto 48px; padding: 10px; border: 1px solid #eff4ff; border-radius: 12px; background: #fff; }
.payachat-faq__tabs button { display: inline-flex; min-width: 0; height: 40px; flex: 1 1 0; align-items: center; justify-content: center; gap: 8px; padding: 10px 8px; border: 0; border-radius: 8px; background: #fff; color: #717680; font-family: Dana, sans-serif; font-size: 14px; line-height: 20px; white-space: nowrap; }
.payachat-faq__tabs button img { width: 20px; height: 20px; object-fit: contain; }
.payachat-faq__tabs button.is-active { flex: 0 0 156px; padding-right: 16px; padding-left: 16px; background: linear-gradient(193.06deg, #a3e6ff 5.92%, #1b84ff 89.21%); box-shadow: 0 2px 6px #00a2de1a, inset 0 1px 1.5px #ffffff40, inset 0 -1px 1px #0000001f; color: #fff; }
.payachat-faq__list { display: grid; width: 811px; max-width: 100%; gap: 12px; text-align: center; }
.payachat-faq details { display: grid; gap: 12px; border: 1px solid #eff4ff; border-radius: 12px; background: #fff; }
.payachat-faq details[open] { border-color: #bfdbfe; }
.payachat-faq__answer { display: grid; grid-template-rows: 0fr; opacity: 0; transition: grid-template-rows 260ms ease, opacity 200ms ease; }
.payachat-faq__answer > p { overflow: hidden; }
.payachat-faq details.is-open .payachat-faq__answer { grid-template-rows: 1fr; opacity: 1; }
.payachat-faq summary { min-height: 24px; padding: 20px 24px 20px 60px; color: #1570ef; font-family: Dana, sans-serif; font-size: 16px; font-weight: 600; line-height: 1; text-align: right; }
.payachat-faq summary::before { right: auto; left: 24px; width: 24px; height: 24px; color: #717680; font-size: 24px; line-height: 22px; text-align: center; transform: translateY(-50%); }
.payachat-faq details p { margin: -4px 24px 20px; padding: 0; color: #252b37; font-family: Dana, sans-serif; font-size: 16px; font-weight: 400; line-height: 1.7; text-align: right; }
.payachat-faq__more { display: inline-flex; align-items: center; gap: 8px; margin-top: 48px; color: #1b84ff; font-family: Dana, sans-serif; font-size: 18px; font-weight: 500; line-height: 38px; }
.payachat-faq__more img { width: 24px; height: 24px; object-fit: contain; }
.payachat-faq--page { min-height: calc(100vh - 80px); padding-top: 120px; }
@media (max-width: 760px) {
  .payachat-faq { min-height: 0; padding: 64px 16px; }
  .payachat-faq__heading h2 { font-size: 26px; line-height: 34px; }
  .payachat-faq__heading p { margin: 12px 0 32px; font-size: 16px; }
  .payachat-faq__tabs { width: calc(100% + 32px); height: auto; margin-right: -16px; padding: 8px 16px; overflow-x: auto; scroll-snap-type: x proximity; }
  .payachat-faq__tabs button, .payachat-faq__tabs button.is-active { min-width: max-content; flex: 0 0 auto; padding: 10px 14px; scroll-snap-align: start; }
  .payachat-faq summary { padding: 18px 18px 18px 48px; font-size: 14px; line-height: 1.7; }
  .payachat-faq summary::before { right: auto; left: 16px; }
  .payachat-faq details p { margin-right: 18px; margin-left: 18px; font-size: 14px; }
}

/* Header navigation design */
.payachat-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  background: transparent;
  transition:
    background-color 180ms ease,
    box-shadow 180ms ease;
}

.payachat-header.is-scrolled {
  background: #ffffff;
  box-shadow: 0 4px 16px rgba(37, 43, 55, 0.08);
}

.payachat-hero-background {
  padding-top: 104px;
}

.payachat-header__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  width: min(100% - 48px, 1280px);
  min-height: 88px;
  margin: 0 auto;
}

.payachat-brand,
.payachat-login,
.payachat-nav {
  display: flex;
  align-items: center;
}

.payachat-brand {
  gap: 8px;
  color: #1f2937;
  font-family: Dana;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.payachat-brand img {
  display: block;
  width: 124px;
  height: 32px;
  object-fit: contain;
}

.payachat-nav {
  justify-content: center;
}

.payachat-nav__item {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 20px;
  padding: 0 24px;
  color: #252b37;
  font-family: Dana;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 20px;
  text-decoration: none;
  white-space: nowrap;
}

.payachat-nav__item + .payachat-nav__item::before {
  position: absolute;
  top: 8px;
  right: -2px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #a4a7ae;
  content: "";
}

.payachat-nav__item.is-active {
  color: #1b84ff;
}

.payachat-login {
  justify-content: center;
  gap: 12px;
  box-sizing: border-box;
  width: 147px;
  height: 40px;
  padding: 8px 16px;
  border-radius: 71px;
  background: #1b84ff;
  color: #ffffff;
  font-family: Dana;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  white-space: nowrap;
}

.payachat-login__icon {
  display: grid;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  place-items: center;
  border-radius: 50%;
  background: #1b84ff;
}

.payachat-login img {
  width: 24px;
  height: 24px;
}

.payachat-nav-toggle {
  display: none;
}

.payachat-hero-title {
  margin: 0;
  color: #252b37;
  font-family: Dana;
  font-size: 48px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 100%;
  text-align: right;
}

.payachat-hero-description {
  color: #535862;
  font-family: Dana;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 28px;
  text-align: justify;
}

.payachat-hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #ffffff;
  background: #1b84ff;
  font-family: Dana;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.payachat-hero-cta img {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.payachat-features-title {
  color: #384250;
  font-family: Dana;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 44px;
  text-align: center;
}

.payachat-features-subtitle {
  color: #384250;
  font-family: Dana;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 32px;
  text-align: center;
}

/* Feature carousel: override the legacy Tailwind heights. */
.carousel_page {
  padding-right: 16px;
  padding-left: 0;
}

@media (min-width: 1024px) {
  .carousel_page {
    margin-right: 240px;
  }
}

.myFirstSwiper .swiper-slide {
  width: 308px !important;
}

.myFirstSwiper .swiper-slide > div {
  box-sizing: border-box;
  width: 308px !important;
  height: 222px !important;
  padding: 16px !important;
  border-radius: 20px !important;
}

.myFirstSwiper .swiper-slide > div > p:first-of-type {
  color: #331b3b;
  font-family: Dana;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 24px;
  text-align: right;
}

.myFirstSwiper .swiper-slide > div > p:last-of-type {
  color: #331b3ba8;
  font-family: Dana;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 100%;
  text-align: justify;
}

.myFirstSwiper .swiper-slide > div > img {
  width: 52px !important;
  height: 48px !important;
}

.myFirstSwiper .swiper-button-next,
.myFirstSwiper .swiper-button-prev {
  display: none !important;
}

@media (max-width: 767px) {
  .carousel_page {
    padding-right: 0;
  }
  .myFirstSwiper .swiper-slide {
    width: 100% !important;
  }
  .myFirstSwiper .swiper-slide > div {
    width: 94% !important;
    max-width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 900px) {
  .payachat-header__inner {
    grid-template-columns: auto auto;
    width: min(100% - 32px, 1280px);
    min-height: 68px;
  }
  .payachat-nav-toggle {
    display: grid;
    gap: 4px;
    width: 44px;
    height: 44px;
    padding: 11px;
    border: 1px solid #d5d9e0;
    border-radius: 12px;
    background: #ffffff;
    cursor: pointer;
    place-content: center;
  }
  .payachat-nav-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background: #252b37;
    transform-origin: center;
    transition:
      transform 180ms ease,
      opacity 180ms ease;
  }
  .payachat-nav-toggle.is-open span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }
  .payachat-nav-toggle.is-open span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
  }
  .payachat-nav-toggle.is-open span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
  .payachat-nav {
    position: absolute !important;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    display: flex;
    max-height: 0;
    flex-direction: column;
    padding: 0 12px;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(37, 43, 55, 0.12);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition:
      max-height 240ms ease,
      padding 240ms ease,
      opacity 180ms ease,
      transform 240ms ease,
      border-color 180ms ease;
    visibility: hidden;
  }
  .payachat-nav.is-open {
    max-height: 420px;
    padding: 12px;
    border-color: #e4e7ec;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
  }
  .payachat-nav__item {
    padding: 10px 12px;
  }
  .payachat-nav__item + .payachat-nav__item::before {
    display: none;
  }
  .payachat-login {
    display: none;
  }
}

@media (max-width: 950px) {
  .payachat-blogs-page__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 600px) {
  .payachat-blogs-page { padding: 120px 18px 64px; }
  .payachat-blogs-page__heading h1 { font-size: 30px; line-height: 38px; }
  .payachat-blogs-page__grid { grid-template-columns: 1fr; }
}

/* Site footer */
.payachat-site-footer { padding: 0 20px 20px; background: #fff; }
.payachat-site-footer__main { box-sizing: border-box; width: calc(100% - 64px); max-width: 1376px; margin: 0 auto; padding: 0 48px 12px; border-radius: 16px; background: #252b37; color: #fff; }
.payachat-site-footer__top { display: grid; grid-template-columns: minmax(0, 1fr) 356px; gap: 56px; }
.payachat-site-footer__brand { padding-top: 44px; }
.payachat-site-footer__brand-link { display: inline-flex; align-items: center; gap: 8px; color: #fff; font-family: Dana, sans-serif; font-size: 24px; font-weight: 700; line-height: 32px; text-decoration: none; }
.payachat-site-footer__brand-link img { display: block; width: 124px; height: 32px; object-fit: contain; }
.payachat-site-footer__brand-link b { color: #1b84ff; }
.payachat-site-footer__brand p { max-width: 440px; margin: 14px 0 0; color: #eaecf0; font-family: Dana, sans-serif; font-size: 16px; font-weight: 400; line-height: 1.8; text-align: justify; }
.payachat-site-footer__columns { display: flex; grid-column: 1; grid-row: 2; gap: 56px; padding-top: 0; }
.payachat-site-footer__column { min-width: 0; display: flex; flex-direction: column; gap: 12px; font-family: Dana, sans-serif; font-style: normal; }
.payachat-site-footer__column h2, .payachat-site-footer__extras h2 { margin: 0 0 4px; color: #fff; font-family: Dana, sans-serif; font-size: 16px; font-weight: 700; line-height: 1; text-align: right; }
.payachat-site-footer__column a { color: #ffffffad; font-size: 14px; font-weight: 400; line-height: 19.5px; text-decoration: none; }
.payachat-site-footer__contact p { display: grid; grid-template-columns: auto 1fr; gap: 8px; margin: 0; color: #ffffffad; font-size: 14px; font-weight: 400; line-height: 19.5px; }
.payachat-site-footer__contact b, .payachat-site-footer__contact a { color: #fff; font-size: 13px; font-weight: 500; line-height: 19.5px; }
.payachat-site-footer__extras { grid-column: 2; grid-row: 1 / span 2; padding-top: 65px; }
.payachat-site-footer__socials { display: flex; flex-wrap: nowrap; gap: 16px; margin-top: 24px; }
.payachat-site-footer__social-link { display: grid; width: 45px; height: 45px; place-items: center; border: 2px solid #fff; border-radius: 50%; background: #252b37; }
.payachat-site-footer__social-link img { width: 24px; height: 24px; object-fit: contain; }
.payachat-site-footer__licenses-title { margin-top: 24px !important; }
.payachat-site-footer__licenses { display: flex; flex-wrap: nowrap; gap: 12px; margin-top: 20px; }
.payachat-site-footer__licenses img { width: 80px; height: 80px; border-radius: 12.8px; object-fit: cover; }
.payachat-site-footer__legal { display: flex; height: 48px; align-items: center; justify-content: space-between; gap: 24px; margin-top: 34px; padding: 12px 16px; border-radius: 12px; background: #101828; box-sizing: border-box; }
.payachat-site-footer__legal p, .payachat-site-footer__legal a { margin: 0; color: #d5d7da; font-family: Dana, sans-serif; font-size: 14px; font-weight: 300; line-height: 24px; text-decoration: none; }
.payachat-site-footer__legal nav { display: flex; align-items: center; gap: 12px; }
.payachat-site-footer__legal a { color: #e9eaeb; }
.payachat-site-footer__legal a + a::before { display: inline-block; width: 4px; height: 4px; margin-left: 6px; border-radius: 50%; background: #717680; content: ''; vertical-align: middle; }
@media (max-width: 1100px) { .payachat-site-footer__top { grid-template-columns: 1fr; } .payachat-site-footer__columns, .payachat-site-footer__extras { grid-column: 1; grid-row: auto; } .payachat-site-footer__extras { padding-top: 24px; } .payachat-site-footer__socials, .payachat-site-footer__licenses { flex-wrap: wrap; } }
@media (max-width: 720px) { .payachat-site-footer { padding: 0 12px 12px; } .payachat-site-footer__main { width: 100%; padding: 0 20px 12px; } .payachat-site-footer__top { gap: 32px; } .payachat-site-footer__columns { flex-wrap: wrap; gap: 32px; } .payachat-site-footer__column { min-width: 140px; } .payachat-site-footer__legal { height: auto; flex-direction: column; align-items: flex-start; padding: 12px 16px; } }
